diff --git a/.bandit.yml b/.bandit.yml
deleted file mode 100644
index 55c6741..0000000
--- a/.bandit.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-skips: []
-# No need to check for security issues in the test scripts!
-exclude_dirs:
- - "./tests/"
diff --git a/.flake8 b/.flake8
deleted file mode 100644
index e3ba27d..0000000
--- a/.flake8
+++ /dev/null
@@ -1,4 +0,0 @@
-[flake8]
-# E501: Line length is enforced by Black, so flake8 doesn't need to check it
-# W503: Black disagrees with this rule, as does PEP 8; Black wins
-ignore = E501, W503
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index d835655..491431e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -4,8 +4,8 @@ about: Report a reproducible bug in the current release of netutils
---
### Environment
-* Python version:
-* netutils version:
+* Python version:
+* netutils version:
### Expected Behavior
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index cbf1dbd..67ee840 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -5,7 +5,7 @@ about: Propose a new feature or enhancement
---
### Environment
-* netutils version:
+* netutils version:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/assets/overrides/partials/copyright.html b/docs/assets/overrides/partials/copyright.html
new file mode 100644
index 0000000..b623894
--- /dev/null
+++ b/docs/assets/overrides/partials/copyright.html
@@ -0,0 +1,20 @@
+
+ {% if config.copyright %}
+
+ {{ config.copyright }}
+
+
Apache-2.0 LICENSE
+ {% endif %}
+
+
+
+
+
+
diff --git a/docs/dev/attribution.md b/docs/dev/attribution.md
new file mode 100644
index 0000000..3db21d0
--- /dev/null
+++ b/docs/dev/attribution.md
@@ -0,0 +1,34 @@
+# Attribution
+
+The library was built to be a centralized place for common network automation code to be accessed. While in most cases it is difficult, if not impossible to understand the origin of code, the following intends to describe the known motivation for where code was derived from and in the few cases where actual code was directly taken from. Except where noted, all code is believed to be unattributable, from @itdependsnetworks, or from another Network to Code employee. If this is in fact an error, please open an issue, and the proper attribution will be provided. Any errors were not done out of malice, but rather the natural developer workflow of pulling snippets of code from existing locations such as StackOverflow and Github over months and years of development. As an example it is nearly impossible to understand the original author of Cisco type7 encryption/decryption in the sea of available code, and remains unattributable though clearly originally developed prior to this library being created.
+
+Influencers
+
+- [Netmiko](https://github.com/ktbyers/netmiko)
+- [NAPALM](https://github.com/napalm-automation/napalm)
+- [Ansible](https://github.com/ansible/ansible)
+- [IPCal](https://github.com/ammyblabla/ipcal)
+- [StackOverflow](https://stackoverflow.com/)
+- [Python 3 Docs](https://docs.python.org/3/library/)
+- [Python distutils version](https://github.com/python/cpython/blob/3.11/Lib/distutils/version.py)
+
+In many instances variables and function names were reused, but the code was built from scratch to avoid any potential licensing issues. Functions that were known to be rewritten and their known origin.
+
+| Function | Origin |
+| ------------------- | ------- |
+| asn_to_int | NAPALM |
+| is_ip | IPCal |
+| ip_to_bin | IPCal |
+| get_usable_range | IPCal |
+| encrypt_cisco_type7 | unknown |
+| decrypt_cisco_type7 | unknown |
+| vlan_to_list | Ansible |
+| sanitize_config | NAPALM |
+
+Relevant PR's
+
+- [NAPALM #493](https://github.com/napalm-automation/napalm/pull/493)
+- [Ansible #39901](https://github.com/ansible/ansible/pull/39901)
+- [Ansible #26566](https://github.com/ansible/ansible/pull/26566)
+
+In building out the time conversion, the regex patterns are based on NAPALM implementation with their consent.
\ No newline at end of file
diff --git a/docs/dev/classy/parser.md b/docs/dev/classy/parser.md
new file mode 100644
index 0000000..1709fa6
--- /dev/null
+++ b/docs/dev/classy/parser.md
@@ -0,0 +1,4 @@
+---
+classy_dotted_path: netutils.config.parser.BaseConfigParser
+---
+# Classy Doc
diff --git a/docs/dev/code_reference/acl.md b/docs/dev/code_reference/acl.md
new file mode 100644
index 0000000..d13ca27
--- /dev/null
+++ b/docs/dev/code_reference/acl.md
@@ -0,0 +1,5 @@
+# ACLs
+
+::: netutils.acl
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/asn.md b/docs/dev/code_reference/asn.md
new file mode 100644
index 0000000..1164645
--- /dev/null
+++ b/docs/dev/code_reference/asn.md
@@ -0,0 +1,5 @@
+# BGP ASNs
+
+::: netutils.asn
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/bandwidth.md b/docs/dev/code_reference/bandwidth.md
new file mode 100644
index 0000000..7fb2c86
--- /dev/null
+++ b/docs/dev/code_reference/bandwidth.md
@@ -0,0 +1,5 @@
+# Bandwidth
+
+::: netutils.bandwidth
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/banner.md b/docs/dev/code_reference/banner.md
new file mode 100644
index 0000000..494a305
--- /dev/null
+++ b/docs/dev/code_reference/banner.md
@@ -0,0 +1,5 @@
+# Banner
+
+::: netutils.banner
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/configs.md b/docs/dev/code_reference/configs.md
new file mode 100644
index 0000000..4ae0707
--- /dev/null
+++ b/docs/dev/code_reference/configs.md
@@ -0,0 +1,5 @@
+# Configs
+
+::: netutils.config
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/dns.md b/docs/dev/code_reference/dns.md
new file mode 100644
index 0000000..b9db6de
--- /dev/null
+++ b/docs/dev/code_reference/dns.md
@@ -0,0 +1,5 @@
+# DNS
+
+::: netutils.dns
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/hash.md b/docs/dev/code_reference/hash.md
new file mode 100644
index 0000000..4c3ae96
--- /dev/null
+++ b/docs/dev/code_reference/hash.md
@@ -0,0 +1,5 @@
+# Hash
+
+::: netutils.hash
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/index.md b/docs/dev/code_reference/index.md
new file mode 100644
index 0000000..dba1498
--- /dev/null
+++ b/docs/dev/code_reference/index.md
@@ -0,0 +1,3 @@
+# Code Reference
+
+Auto-generated code reference documentation from docstrings. This is the official method to document examples of using the code, this ensures that there is always an example and that the example is accurate.
diff --git a/docs/dev/code_reference/interface.md b/docs/dev/code_reference/interface.md
new file mode 100644
index 0000000..83d0097
--- /dev/null
+++ b/docs/dev/code_reference/interface.md
@@ -0,0 +1,5 @@
+# Interface
+
+::: netutils.interface
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/ip.md b/docs/dev/code_reference/ip.md
new file mode 100644
index 0000000..092ee67
--- /dev/null
+++ b/docs/dev/code_reference/ip.md
@@ -0,0 +1,5 @@
+# IP Address
+
+::: netutils.ip
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/lib_helpers.md b/docs/dev/code_reference/lib_helpers.md
new file mode 100755
index 0000000..707f285
--- /dev/null
+++ b/docs/dev/code_reference/lib_helpers.md
@@ -0,0 +1,5 @@
+# Library Helpers
+
+::: netutils.lib_helpers
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/lib_mapping.md b/docs/dev/code_reference/lib_mapping.md
new file mode 100644
index 0000000..4994e25
--- /dev/null
+++ b/docs/dev/code_reference/lib_mapping.md
@@ -0,0 +1,7 @@
+# Library Mapping
+
+::: netutils.lib_mapper
+ options:
+ show_submodules: True
+
+Review how to use code within the [user documentation](../../user/lib_use_cases_lib_mapper.md)
\ No newline at end of file
diff --git a/docs/dev/code_reference/mac.md b/docs/dev/code_reference/mac.md
new file mode 100644
index 0000000..80f9bf5
--- /dev/null
+++ b/docs/dev/code_reference/mac.md
@@ -0,0 +1,5 @@
+# Mac Address
+
+::: netutils.mac
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/nist.md b/docs/dev/code_reference/nist.md
new file mode 100644
index 0000000..e8999ca
--- /dev/null
+++ b/docs/dev/code_reference/nist.md
@@ -0,0 +1,5 @@
+# NIST URLs
+
+::: netutils.nist
+ options:
+ show_submodules: True
diff --git a/docs/dev/code_reference/os_version.md b/docs/dev/code_reference/os_version.md
new file mode 100644
index 0000000..268e7da
--- /dev/null
+++ b/docs/dev/code_reference/os_version.md
@@ -0,0 +1,5 @@
+# OS Version
+
+::: netutils.os_version
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/password.md b/docs/dev/code_reference/password.md
new file mode 100644
index 0000000..2b31867
--- /dev/null
+++ b/docs/dev/code_reference/password.md
@@ -0,0 +1,5 @@
+# Passwords
+
+::: netutils.password
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/ping.md b/docs/dev/code_reference/ping.md
new file mode 100644
index 0000000..88e1f01
--- /dev/null
+++ b/docs/dev/code_reference/ping.md
@@ -0,0 +1,5 @@
+# Ping
+
+::: netutils.ping
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/protocol_mapper.md b/docs/dev/code_reference/protocol_mapper.md
new file mode 100644
index 0000000..3bd2305
--- /dev/null
+++ b/docs/dev/code_reference/protocol_mapper.md
@@ -0,0 +1,7 @@
+# Protocol Mapper
+
+::: netutils.protocol_mapper
+ options:
+ show_submodules: True
+
+Review how to use code within the [user documentation](../../user/lib_use_cases_protocol_mappers.md)
\ No newline at end of file
diff --git a/docs/dev/code_reference/regex.md b/docs/dev/code_reference/regex.md
new file mode 100644
index 0000000..9c18b84
--- /dev/null
+++ b/docs/dev/code_reference/regex.md
@@ -0,0 +1,5 @@
+# Regex
+
+::: netutils.regex
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/route.md b/docs/dev/code_reference/route.md
new file mode 100644
index 0000000..fb34c29
--- /dev/null
+++ b/docs/dev/code_reference/route.md
@@ -0,0 +1,5 @@
+# Route
+
+::: netutils.route
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/time.md b/docs/dev/code_reference/time.md
new file mode 100644
index 0000000..2b09fd2
--- /dev/null
+++ b/docs/dev/code_reference/time.md
@@ -0,0 +1,5 @@
+# Time
+
+::: netutils.time
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/code_reference/utils.md b/docs/dev/code_reference/utils.md
new file mode 100644
index 0000000..b6f61e8
--- /dev/null
+++ b/docs/dev/code_reference/utils.md
@@ -0,0 +1,7 @@
+# Protocol Mapper
+
+::: netutils.utils
+ options:
+ show_submodules: True
+
+Review how to use code within the [user documentation](../../user/lib_use_cases_jinja_filters.md)
\ No newline at end of file
diff --git a/docs/dev/code_reference/vlan.md b/docs/dev/code_reference/vlan.md
new file mode 100644
index 0000000..b619743
--- /dev/null
+++ b/docs/dev/code_reference/vlan.md
@@ -0,0 +1,5 @@
+# VLAN
+
+::: netutils.vlan
+ options:
+ show_submodules: True
\ No newline at end of file
diff --git a/docs/dev/contributing.md b/docs/dev/contributing.md
new file mode 100644
index 0000000..19747ed
--- /dev/null
+++ b/docs/dev/contributing.md
@@ -0,0 +1,103 @@
+# Contributing
+
+Pull requests are welcomed and automatically built and tested against multiple versions of Python through GitHub Actions.
+
+Except for unit tests, testing is only supported on Python 3.13.
+
+The project is packaged with a light development environment based on `Docker` to help with the local development of the project and to run tests within GitHub Actions.
+
+The project is following Network to Code software development guidelines and is leveraging the following:
+
+- Python linting and formatting: `pylint` and `ruff`.
+- YAML linting is done with `yamllint`.
+- Typing is done with `mypy`.
+
+There are a number of things that are required in order to have a successful PR.
+
+- All new functions must contain at least 1 example in their docstrings.
+- Docstrings must conform to the google docstring [convention](https://google.github.io/styleguide/pyguide.html#381-docstrings).
+- Unit test for newly added functions are required.
+- If applicable, tests related to config parsing and compliance must be added.
+- Update the jinja2 filter (netutils.utils.jinja2_convenience_function) for any new functions (see below for details).
+- If you create a new file in the `netutils` folder, you must add a new file for including Python and update `mkdocs.yml` to include the addition (see below for details).
+- Your PR must not introduce any required dependencies. You can introduce optional or development dependencies.
+
+Documentation is built using [mkdocs](https://www.mkdocs.org/). The [Docker based development environment](dev_environment.md#docker-development-environment) can be started by running `invoke docs` [http://localhost:8001](http://localhost:8001) that auto-refreshes when you make any changes to your local files.
+
+## Adding docs for a new python file
+
+If adding a new python file, the docs must be updated to account for the new file.
+
+1. Create a new markdown file in `docs/dev/code_reference` matching the name of your new file such as `dns.md`.
+2. Apply the following pattern to the newly created file.
+3. Update the `mydocs.yml` to point to the new file
+
+```python
+# DNS
+
+::: netutils.dns
+ options:
+ show_submodules: True
+```
+
+Update the mkdocs as appropriate, as shown in this truncated example of adding DNS.
+
+```yaml
+nav:
+ - Developer Guide:
+ - Extending the Library: "dev/extending.md"
+ - Contributing to the Library: "dev/contributing.md"
+ - Development Environment: "dev/dev_environment.md"
+ - Development Config: "dev/dev_config.md"
+ - Code Attribution to the Library: "dev/attribution.md"
+ - Code Reference:
+ - "dev/code_reference/index.md"
+ - ASN: "dev/code_reference/asn.md"
+ - Bandwidth: "dev/code_reference/bandwidth.md"
+ - Banner: "dev/code_reference/banner.md"
+ - Configs: "dev/code_reference/configs.md"
+ - DNS: "dev/code_reference/dns.md" <<-- Added
+```
+
+## Adding Lib Mapper, jinja2 filter, or Config Parser
+
+When adding to any of these features, you must run the `development_scripts` from the root directory. This process requires having Jinja2 on the machine that will run the process. This is automatically tested via pytest.
+
+## Adding to the jinja2 filter function
+
+To add a new function to the jinja2 filter, add a new entry to the `_JINJA2_FUNCTION_MAPPINGS` located in the `utils.py` file. When adding an entry, the key corresponds with the name to call the function and the value to the path to find the function.
+
+
+## Branching Policy
+
+The branching policy includes the following tenets:
+
+- The develop branch is the primary branch to develop off of.
+- If there is a reason to have a patch version, the maintainers may use cherry-picking strategy.
+- PRs intended to add new features should be sourced from the develop branch.
+- PRs intended to address bug fixes and security patches should be sourced from the develop branch.
+- PRs intended to add new features that break backward compatibility should be discussed before a PR is created.
+
+Netutils will observe semantic versioning, as of 1.0. This may result in an quick turn around in minor versions to keep pace with an ever growing feature set.
+
+## Release Policy
+
+Netutils has currently no intended scheduled release schedule, and will release new features in minor versions.
+
+When a new release is created the following should happen.
+
+- A release PR is created with:
+ - Update to the changelog in `docs/admin/release_notes/version_..md` file to reflect the changes.
+ - Change the version from `..-beta` to `..` in pyproject.toml.
+ - Set the PR to the main
+- Ensure the tests for the PR pass.
+- Merge the PR.
+- Create a new tag:
+ - The tag should be in the form of `v..`.
+ - The title should be in the form of `v..`.
+ - The description should be the changes that were added to the `version_..md` document.
+- If merged into `main`, then push from `main` to `develop`, in order to retain the merge commit created when the PR was merged
+- A post release PR is created with.
+ - Change the version from `..` to `..-beta` pyproject.toml.
+ - Set the PR to the `develop`.
+ - Once tests pass, merge.
\ No newline at end of file
diff --git a/docs/dev/dev_adr.md b/docs/dev/dev_adr.md
new file mode 100644
index 0000000..ff0d58a
--- /dev/null
+++ b/docs/dev/dev_adr.md
@@ -0,0 +1,16 @@
+# Architecture Decision Records
+
+The intention is to document deviations from a standard pattern.
+
+## Optional Import for OUI Mapping
+
+The following code is purposeful to ensure that we only import the large `OUI_MAPPINGS` if required. This does not effect the jinja mappings which will load the larger oui_mappings file.
+
+```python
+@_valid_mac
+def get_oui(mac: str) -> str:
+ from netutils.oui_mappings import OUI_MAPPINGS # pylint: disable=import-outside-toplevel
+```
+## Has Lib
+
+_Pending updates from napalm inclusion_
\ No newline at end of file
diff --git a/docs/dev/dev_config.md b/docs/dev/dev_config.md
new file mode 100644
index 0000000..c612d52
--- /dev/null
+++ b/docs/dev/dev_config.md
@@ -0,0 +1,82 @@
+# Config Parsers Development
+
+## Current Included Parsers
+
+--8<-- "docs/dev/include_parser_list.md"
+
+## Building for Actual Use Cases
+
+The library attempts to model actual configuration as shown in the running configuration, traditionally shown with a `show run` or similar command. Accounting for use cases that do not exist in the running configuration, are generally outside the scope of the project.
+
+There are occasions where there will be a exceptions for valid running configuration and will be documented below.
+
+### Fortinet Fortios Parser
+
+In order to support html blocks that exist in Fortios configurations, some preprocessing is executed, this is a regex that specifically grabs everything between quotes after the 'set buffer' sub-command. It's explicitly looking for double quote followed by a newline ("\n) to end the captured data. This support for html data will not support any other html that doesn't follow this convention.
+
+### F5 Parser
+
+The "ltm rule" configuration sections are not uniform nor standardized; therefor, these sections are completely removed from the configuration in a preprocessing event.
+
+### Nokia SROS Parser
+
+The section banners have been simplified to extract the section header itself. This means that `echo "System Configuration"` will be converted to just "System Configuration".
+
+### Citrix NetScaler Parser
+
+As the NetScaler configuration uses each line to make a specific configuration change there is no support for parent/child relationships in the parser.
+
+### Palo Alto Conversion
+
+The conversion from curly to set format via the `paloalto_panos_brace_to_set` function strips any usage of `devices localhost.localdomain`. This will be evaluated in the future to be configurable but it is the current intention.
+
+### Duplicate Line Detection
+
+In some circumstances replacing lines, such as secrets without uniqueness in the replacement, will result in duplicated lines that are invalid configuration, such as:
+
+```text
+snmp-server community <> RO SNMP_ACL_RO
+snmp-server community <> RO SNMP_ACL_RO
+```
+
+There are some known use cases, such as the below that are considered::
+
+```text
+router bgp 6500
+ bgp router-id 10.0.0.11
+ !
+ address-family ipv4 unicast
+ redistribute connected
+ exit-address-family <--- duplicated hierarchy
+ !
+ address-family l2vpn evpn
+ neighbor underlay activate
+ exit-address-family <--- duplicated hierarchy
+```
+
+Documented use cases that are actual configuration on a network device are considered valid and should be opened for bug fixes. However, configuration that does not actually exist on the running config of network devices are out of scope for the parser.
+
+## New Parsers
+
+
+There are a series of considerations documented below, when developing a new parser.
+
+- Creation of a new class that must be created in `netutils/config/parser.py` file.
+- Creation of a parser class that inherits from the class `BaseConfigParser` in the Python Method Resolution Order (MRO).
+ - In nearly all cases should inherit directory off of `BaseSpaceConfigParser` or `BaseBraceConfigParser`.
+ - `BaseSpaceConfigParser` is for Cisco IOS-like configurations.
+ - `BaseBraceConfigParser` is for JUNOS-like configurations that use curly braces.
+- Create the class name in the format of `{os_name.title()}ConfigParser`.
+ - The classes `__init__` method must keep true to the signature or `__init__(self, config)`.
+ - The class must provide a `self.config_lines` that is a list of `ConfigLine` named tuples.
+- Build tests for the `tests/unit/mock/config/compliance/compliance/{os_name}/*` and `tests/unit/mock/config/parser/base/{os_name}/*`.
+- Add to `netutils/config/compliance.py` the `parser_map`, that maps the name of the parser to the Plugin.
+ - Ensure that the key name is based on `netutils.lib_mapper.MAIN_LIB_MAPPER_LIB_MAPPER` definitions.
+ - Ensure that it is alpha sorted.
+ - Ensure that it the key is added to `netutils.lib_mapper.NETUTILSPARSER_LIB_MAPPER` and `netutils.lib_mapper.NETUTILSPARSER_LIB_MAPPER_REVERSE`.
+- Fill out docstrings in the class and methods within the class that describe the parameters and an Example that compiles.
+- The following tips will generally be applicable.
+ - Generally a class method should provide a `comment_chars` and `banner_start` as well as sometimes `banner_end`.
+ - Generally on the `__init__` should call the `build_config_relationship` method.
+ - Often can inherit directly from `CiscoConfigParser`.
+ - Observe the existing patterns, make use of `super`, and inheritance to reuse existing code.
diff --git a/docs/dev/dev_environment.md b/docs/dev/dev_environment.md
new file mode 100644
index 0000000..9560191
--- /dev/null
+++ b/docs/dev/dev_environment.md
@@ -0,0 +1,99 @@
+# Building Your Development Environment
+
+## Quickstart
+
+The development environment can be used in two ways:
+
+1. `Recommended` All services are spun up using Docker and a local mount so you can develop locally, but Netutils is spun up within the Docker container.
+2. With a local poetry environment if you wish to develop outside of Docker.
+
+This is a quick reference guide if you're already familiar with the development environment provided, which you can read more about later in this document.
+
+### Invoke
+
+The [Invoke](http://www.pyinvoke.org/) library is used to provide some helper commands based on the environment. There are a few configuration parameters which can be passed to Invoke to override the default configuration:
+
+- `local`: a boolean flag indicating if invoke tasks should be run on the host or inside the docker containers (default: False, commands will be run in docker containers)
+
+Using **Invoke** these configuration options can be overridden using [several methods](https://docs.pyinvoke.org/en/stable/concepts/configuration.html). Perhaps the simplest is setting an environment variable `INVOKE_NETUTILS_VARIABLE_NAME` where `VARIABLE_NAME` is the variable you are trying to override. There is an example `invoke.yml` (`invoke.example.yml`) in this directory which can be used as a starting point.
+
+### Docker Development Environment
+
+!!! tip
+ This is the recommended option for development.
+
+This project is managed by [Python Poetry](https://python-poetry.org/) and has a few requirements to setup your development environment:
+
+1. Install Poetry, see the [Poetry Documentation](https://python-poetry.org/docs/#installation) for your operating system.
+2. Install Docker, see the [Docker documentation](https://docs.docker.com/get-docker/) for your operating system.
+
+Once you have Poetry and Docker installed you can run the following commands (in the root of the repository) to install all other development dependencies in an isolated Python virtual environment:
+
+```shell
+poetry shell
+poetry install
+invoke build
+invoke start
+```
+
+Live documentation can be viewed at [http://localhost:8001](http://localhost:8001).
+
+To either stop or destroy the development environment use the following options.
+
+- **invoke stop** - Stop the containers, but keep all underlying systems intact
+- **invoke destroy** - Stop and remove all containers, volumes, etc. (This results in data loss due to the volume being deleted)
+
+## Poetry
+
+Poetry is used in lieu of the "virtualenv" commands and is leveraged in both environments. The virtual environment will provide all of the Python packages required to manage the development environment such as **Invoke**. See the [Local Development Environment](#full-docker-development-environment) section to see how to install Netutils if you're going to be developing locally (i.e. not using the Docker container).
+
+The `pyproject.toml` file outlines all of the relevant dependencies for the project:
+
+- `tool.poetry.dependencies` - the main list of dependencies.
+- `tool.poetry.group.dev.dependencies` - development dependencies, to facilitate linting, testing, and documentation building.
+
+The `poetry shell` command is used to create and enable a virtual environment managed by Poetry, so all commands ran going forward are executed within the virtual environment. This is similar to running the `source venv/bin/activate` command with virtualenvs. To install project dependencies in the virtual environment, you should run `poetry install` - this will install **both** project and development dependencies.
+
+For more details about Poetry and its commands please check out its [online documentation](https://python-poetry.org/docs/).
+
+## Full Docker Development Environment
+
+This project is set up with a number of **Invoke** tasks consumed as simple CLI commands to get developing fast. You'll use a few `invoke` commands to get your environment up and running.
+
+## CLI Helper Commands
+
+The project features a CLI helper based on [invoke](http://www.pyinvoke.org/) to help setup the development environment. The commands are listed below in 3 categories:
+- `dev environment`
+- `utility`
+- `testing`
+
+Each command can be executed with `invoke `. Each command also has its own help `invoke --help`
+
+### Local dev environment
+
+```
+ build Build all docker images.
+ clean Remove the project specific image.
+ docs Build and serve docs locally.
+ rebuild Clean the Docker image and then rebuild without using cache.
+```
+
+### Utility
+
+```
+ cli Enter the image to perform troubleshooting or dev work.
+ clean Remove stopped containers that source for image `netutils:`
+ generate-release-notes Generate Release Notes using Towncrier.
+```
+
+### Testing
+
+```
+ autoformat (a) Run code autoformatting.
+ pylint Run pylint for the specified name and Python version.
+ mypy Run mypy to validate typing-hints.
+ ruff Run ruff to perform code formatting and/or linting.
+ pytest Run pytest for the specified name and Python version.
+ tests Run all tests for the specified name and Python version.
+ yamllint Run yamllint to validate formatting adheres to NTC defined YAML standards.
+```
diff --git a/docs/dev/extending.md b/docs/dev/extending.md
new file mode 100644
index 0000000..e974b82
--- /dev/null
+++ b/docs/dev/extending.md
@@ -0,0 +1,4 @@
+# Extending the Library
+
+Extending the library is welcome, however it is best to open an issue first, to ensure that a PR would be accepted and makes sense in terms of features and design.
+
diff --git a/docs/dev/include_parser_list.md b/docs/dev/include_parser_list.md
new file mode 100644
index 0000000..11a3b4e
--- /dev/null
+++ b/docs/dev/include_parser_list.md
@@ -0,0 +1,27 @@
+| OS Name | Parser Class |
+| ---------- | ------ |
+| arista_eos | netutils.config.parser.EOSConfigParser |
+| aruba_aoscx | netutils.config.parser.ArubaConfigCXParser |
+| aruba_os | netutils.config.parser.ArubaConfigOSParser |
+| aruba_osswitch | netutils.config.parser.ArubaConfigOSParser |
+| bigip_f5 | netutils.config.parser.F5ConfigParser |
+| cisco_aireos | netutils.config.parser.AIREOSConfigParser |
+| cisco_asa | netutils.config.parser.ASAConfigParser |
+| cisco_ios | netutils.config.parser.IOSConfigParser |
+| cisco_iosxr | netutils.config.parser.IOSXRConfigParser |
+| cisco_nxos | netutils.config.parser.NXOSConfigParser |
+| citrix_netscaler | netutils.config.parser.NetscalerConfigParser |
+| extreme_netiron | netutils.config.parser.NetironConfigParser |
+| fortinet_fortios | netutils.config.parser.FortinetConfigParser |
+| hp_comware | netutils.config.parser.HPComwareConfigParser |
+| juniper_junos | netutils.config.parser.JunosConfigParser |
+| linux | netutils.config.parser.LINUXConfigParser |
+| mikrotik_routeros | netutils.config.parser.RouterOSConfigParser |
+| mrv_optiswitch | netutils.config.parser.OptiswitchConfigParser |
+| netscaler | netutils.config.parser.NetscalerConfigParser |
+| nokia_sros | netutils.config.parser.NokiaConfigParser |
+| nvidia_onyx | netutils.config.parser.NvidiaOnyxConfigParser |
+| paloalto_panos | netutils.config.parser.PaloAltoNetworksConfigParser |
+| rad_etx | netutils.config.parser.RadEtxConfigParser |
+| ruckus_fastiron | netutils.config.parser.FastironConfigParser |
+| ubiquiti_airos | netutils.config.parser.UbiquitiAirOSConfigParser |
\ No newline at end of file
diff --git a/docs/dev/release_checklist.md b/docs/dev/release_checklist.md
new file mode 100644
index 0000000..f41d71d
--- /dev/null
+++ b/docs/dev/release_checklist.md
@@ -0,0 +1,192 @@
+# Release Checklist
+
+This document is intended for library maintainers and outlines the steps to perform when releasing a new version of the library.
+
+!!! important
+ Before starting, make sure your **local** `develop`, `main` are all up to date with upstream!
+
+ ```
+ git fetch
+ git switch develop && git pull
+ ```
+
+Choose your own adventure:
+
+- Patch release from `develop`? Jump [here](#all-releases-from-develop).
+- Minor release? Continue with [Minor Version Bumps](#minor-version-bumps) and then [All Releases from `develop`](#all-releases-from-develop).
+
+## Minor Version Bumps
+
+### Update Requirements
+
+Every minor version release should refresh `poetry.lock`, so that it lists the most recent stable release of each package. To do this:
+
+0. Run `poetry update --dry-run` to have Poetry automatically tell you what package updates are available and the versions it would upgrade to. This requires an existing environment created from the lock file (i.e. via `poetry install`).
+1. Review each requirement's release notes for any breaking or otherwise noteworthy changes.
+2. Run `poetry update ` to update the package versions in `poetry.lock` as appropriate.
+3. If a required package requires updating to a new release not covered in the version constraints for a package as defined in `pyproject.toml`, (e.g. `Django ~3.1.7` would never install `Django >=4.0.0`), update it manually in `pyproject.toml`.
+4. Run `poetry install` to install the refreshed versions of all required packages.
+5. Run all tests (`poetry run invoke tests`) and check that the UI and API function as expected.
+
+### Update Documentation
+
+If there are any changes to the compatibility matrix (such as a bump in the minimum supported Nautobot version), update it accordingly.
+
+Commit any resulting changes from the following sections to the documentation before proceeding with the release.
+
+!!! tip
+ Fire up the documentation server in your development environment with `poetry run mkdocs serve`! This allows you to view the documentation site locally (the link is in the output of the command) and automatically rebuilds it as you make changes.
+
+### Verify the Installation and Upgrade Steps
+
+Follow the [installation instructions](../admin/install.md) to perform a new production installation of the library. If possible, also test the [upgrade process](../admin/upgrade.md) from the previous released version.
+
+The goal of this step is to walk through the entire install process *as documented* to make sure nothing there needs to be changed or updated, to catch any errors or omissions in the documentation, and to ensure that it is current with each release.
+
+---
+
+## All Releases from `develop`
+
+### Verify CI Build Status
+
+Ensure that continuous integration testing on the `develop` branch is completing successfully.
+
+### Bump the Version
+
+Update the package version using `poetry version` if necessary. This command shows the current version of the project or bumps the version of the project and writes the new version back to `pyproject.toml` if a valid bump rule is provided.
+
+The new version must be a valid semver string or a valid bump rule: `patch`, `minor`, `major`, `prepatch`, `preminor`, `premajor`, `prerelease`. Always try to use a bump rule when you can.
+
+Display the current version with no arguments:
+
+```no-highlight
+> poetry version
+netutils 1.0.0-beta.2
+```
+
+Bump pre-release versions using `prerelease`:
+
+```no-highlight
+> poetry version prerelease
+Bumping version from 1.0.0-beta.2 to 1.0.0-beta.3
+```
+
+For major versions, use `major`:
+
+```no-highlight
+> poetry version major
+Bumping version from 1.0.0-beta.2 to 1.0.0
+```
+
+For patch versions, use `minor`:
+
+```no-highlight
+> poetry version minor
+Bumping version from 1.0.0 to 1.1.0
+```
+
+And lastly, for patch versions, you guessed it, use `patch`:
+
+```no-highlight
+> poetry version patch
+Bumping version from 1.1.0 to 1.1.1
+```
+
+Please see the [official Poetry documentation on `version`](https://python-poetry.org/docs/cli/#version) for more information.
+
+### Update the Changelog
+
+!!! important
+ The changelog must adhere to the [Keep a Changelog](https://keepachangelog.com/) style guide.
+
+This guide uses `1.4.2` as the new version in its examples, so change it to match the version you bumped to in the previous step! Every. single. time. you. copy/paste commands :)
+
+First, create a release branch off of `develop` (`git switch -c release-1.4.2 develop`).
+
+> You will need to have the project's poetry environment built at this stage, as the towncrier command runs **locally only**. If you don't have it, run `poetry install` first.
+Generate release notes with `invoke generate-release-notes --version 1.4.2` and answer `yes` to the prompt `Is it okay if I remove those files? [Y/n]:`. This will update the release notes in `docs/admin/release_notes/version_X.Y.md`, stage that file in git, and `git rm` all the fragments that have now been incorporated into the release notes.
+
+There are two possibilities:
+
+1. If you're releasing a new major or minor version, rename the `version_X.Y.md` file accordingly (e.g. rename to `docs/admin/release_notes/version_1.4.md`). Update the `Release Overview` and add this new page to the table of contents within `mkdocs.yml`.
+2. If you're releasing a patch version, copy your version's section from the `version_X.Y.md` file into the already existing `docs/admin/release_notes/version_1.4.md` file. Delete the `version_X.Y.md` file.
+
+Stage all the changes (`git add`) and check the diffs to verify all of the changes are correct (`git diff --cached`).
+
+Commit `git commit -m "Release v1.4.2"` and `git push` the staged changes.
+
+### Submit Release Pull Request
+
+Submit a pull request titled `Release v1.4.2` to merge your release branch into `main`. Copy the documented release notes into the pull request's body.
+
+!!! important
+ Do not squash merge this branch into `main`. Make sure to select `Create a merge commit` when merging in GitHub.
+
+Once CI has completed on the PR, merge it.
+
+### Create a New Release in GitHub
+
+Draft a [new release](https://github.com/networktocode/netutils/releases/new) with the following parameters.
+
+* **Tag:** Input current version (e.g. `v1.4.2`) and select `Create new tag: v1.4.2 on publish`
+* **Target:** `main`
+* **Title:** Version and date (e.g. `v1.4.2 - 2024-04-02`)
+
+Click "Generate Release Notes" and edit the auto-generated content as follows:
+
+- Change the entries generated by GitHub to only the usernames of the contributors. e.g. `* Updated dockerfile by @ntc_user in https://github.com/networktocode/netutils/pull/123` -> `* @ntc_user`.
+ - This should give you the list for the new `Contributors` section.
+ - Make sure there are no duplicated entries.
+- Replace the content of the `What's Changed` section with the description of changes from the release PR (what towncrier generated).
+- If it exists, leave the `New Contributors` list as it is.
+
+The release notes should look as follows:
+
+```markdown
+## What's Changed
+
+**Towncrier generated Changed/Fixed/Housekeeping etc. sections here**
+
+## Contributors
+
+* @alice
+* @bob
+
+## New Contributors
+
+* @bob
+
+**Full Changelog**: https://github.com/networktocode/netutils/compare/v1.4.1...v1.4.2
+```
+
+Publish the release!
+
+### Create a PR from `main` back to `develop`
+
+First, sync your `main` branch with upstream changes: `git switch main && git pull`.
+
+Create a new branch from `main` called `release-1.4.2-to-develop` and use `poetry version prepatch` to bump the development version to the next release.
+
+For example, if you just released `v1.4.2`:
+
+```no-highlight
+> git switch -c release-1.4.2-to-develop main
+Switched to a new branch 'release-1.4.2-to-develop'
+> poetry version prepatch
+Bumping version from 1.4.2 to 1.4.3a1
+> git add pyproject.toml && git commit -m "Bump version"
+> git push
+```
+
+!!! important
+ Do not squash merge this branch into `develop`. Make sure to select `Create a merge commit` when merging in GitHub.
+
+Open a new PR from `release-1.4.2-to-develop` against `develop`, wait for CI to pass, and merge it.
+
+### Final checks
+
+At this stage, the CI should be running or finished for the `v1.4.2` tag and a package successfully published to PyPI and added into the GitHub Release. Double check that's the case.
+
+Documentation should also have been built for the tag on ReadTheDocs and if you're reading this page online, refresh it and look for the new version in the little version fly-out menu down at the bottom right of the page.
+
+All done!
diff --git a/docs/images/.keep b/docs/images/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/docs/images/acl-workflow.png b/docs/images/acl-workflow.png
new file mode 100644
index 0000000..d7a990e
Binary files /dev/null and b/docs/images/acl-workflow.png differ
diff --git a/docs/images/icon-Netutils.png b/docs/images/icon-Netutils.png
new file mode 100644
index 0000000..7ae2f42
Binary files /dev/null and b/docs/images/icon-Netutils.png differ
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 0000000..f32fd72
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,6 @@
+---
+hide:
+ - navigation
+---
+
+--8<-- "README.md"
diff --git a/docs/requirements.txt b/docs/requirements.txt
new file mode 100644
index 0000000..e3f2470
--- /dev/null
+++ b/docs/requirements.txt
@@ -0,0 +1,9 @@
+mkdocs==1.6.0
+mkdocs-material==9.5.32
+markdown-version-annotations==1.0.1
+griffe==1.1.1
+mkdocstrings-python==1.10.8
+mkdocstrings==0.25.2
+mkdocs-autorefs==1.2.0
+# Unique requirements
+mkdocs-python-classy==0.1.3
\ No newline at end of file
diff --git a/docs/user/faq.md b/docs/user/faq.md
new file mode 100644
index 0000000..60335a5
--- /dev/null
+++ b/docs/user/faq.md
@@ -0,0 +1,16 @@
+# Frequently Asked Questions
+
+## Which OS Config types have Parsers?
+
+The documentation is provided in the [development docs](../dev/dev_config.md#current-included-parsers)
+
+For creating new Parsers, see the [new parsers](../dev/dev_config.md#new-parsers) docs.
+
+## Can you provide an example of how to use the functions?
+
+The documentation is always provided in the function for [code docs](../dev/code_reference/index.md) for each function. There is additional documentation in [Use Cases](../user/lib_use_cases.md) and subsequent sections.
+
+## Optional Dependencies
+One of the requirements of this library is to avoid having dependencies; however, including a few optional dependencies in an opt in fashion allows `netutils` to remain lean while offering some powerful addons.
+
+Installing the optional dependencies is only needed when the user needs access to the functions using the dependencies. If the dependency is not installed the function simply raises an exception and warns the user that the library is not installed.
diff --git a/docs/user/include_jinja_list.md b/docs/user/include_jinja_list.md
new file mode 100644
index 0000000..9841a33
--- /dev/null
+++ b/docs/user/include_jinja_list.md
@@ -0,0 +1,98 @@
+| Filter name | Function |
+| ---------- | ------ |
+| asn_to_int | netutils.asn.asn_to_int |
+| int_to_asdot | netutils.asn.int_to_asdot |
+| bits_to_name | netutils.bandwidth.bits_to_name |
+| bytes_to_name | netutils.bandwidth.bytes_to_name |
+| name_to_bits | netutils.bandwidth.name_to_bits |
+| name_to_bytes | netutils.bandwidth.name_to_bytes |
+| name_to_name | netutils.bandwidth.name_to_name |
+| delimiter_change | netutils.banner.delimiter_change |
+| normalise_delimiter_caret_c | netutils.banner.normalise_delimiter_caret_c |
+| clean_config | netutils.config.clean.clean_config |
+| sanitize_config | netutils.config.clean.sanitize_config |
+| config_compliance | netutils.config.compliance.compliance |
+| config_section_not_parsed | netutils.config.compliance.config_section_not_parsed |
+| diff_network_config | netutils.config.compliance.diff_network_config |
+| feature_compliance | netutils.config.compliance.feature_compliance |
+| find_unordered_cfg_lines | netutils.config.compliance.find_unordered_cfg_lines |
+| section_config | netutils.config.compliance.section_config |
+| paloalto_panos_brace_to_set | netutils.config.conversion.paloalto_panos_brace_to_set |
+| paloalto_panos_clean_newlines | netutils.config.conversion.paloalto_panos_clean_newlines |
+| fqdn_to_ip | netutils.dns.fqdn_to_ip |
+| is_fqdn_resolvable | netutils.dns.is_fqdn_resolvable |
+| hash_data | netutils.hash.hash_data |
+| abbreviated_interface_name | netutils.interface.abbreviated_interface_name |
+| abbreviated_interface_name_list | netutils.interface.abbreviated_interface_name_list |
+| canonical_interface_name | netutils.interface.canonical_interface_name |
+| canonical_interface_name_list | netutils.interface.canonical_interface_name_list |
+| interface_range_compress | netutils.interface.interface_range_compress |
+| interface_range_expansion | netutils.interface.interface_range_expansion |
+| sort_interface_list | netutils.interface.sort_interface_list |
+| split_interface | netutils.interface.split_interface |
+| cidr_to_netmask | netutils.ip.cidr_to_netmask |
+| cidr_to_netmaskv6 | netutils.ip.cidr_to_netmaskv6 |
+| get_all_host | netutils.ip.get_all_host |
+| get_broadcast_address | netutils.ip.get_broadcast_address |
+| get_first_usable | netutils.ip.get_first_usable |
+| get_ips_sorted | netutils.ip.get_ips_sorted |
+| get_peer_ip | netutils.ip.get_peer_ip |
+| get_range_ips | netutils.ip.get_range_ips |
+| get_usable_range | netutils.ip.get_usable_range |
+| ip_addition | netutils.ip.ip_addition |
+| ip_subtract | netutils.ip.ip_subtract |
+| ip_to_bin | netutils.ip.ip_to_bin |
+| ip_to_hex | netutils.ip.ip_to_hex |
+| ipaddress_address | netutils.ip.ipaddress_address |
+| ipaddress_interface | netutils.ip.ipaddress_interface |
+| ipaddress_network | netutils.ip.ipaddress_network |
+| is_classful | netutils.ip.is_classful |
+| is_ip | netutils.ip.is_ip |
+| is_ip_range | netutils.ip.is_ip_range |
+| is_ip_within | netutils.ip.is_ip_within |
+| is_netmask | netutils.ip.is_netmask |
+| is_network | netutils.ip.is_network |
+| is_reversible_wildcardmask | netutils.ip.is_reversible_wildcardmask |
+| netmask_to_cidr | netutils.ip.netmask_to_cidr |
+| netmask_to_wildcardmask | netutils.ip.netmask_to_wildcardmask |
+| wildcardmask_to_netmask | netutils.ip.wildcardmask_to_netmask |
+| get_napalm_getters | netutils.lib_helpers.get_napalm_getters |
+| get_oui | netutils.mac.get_oui |
+| is_valid_mac | netutils.mac.is_valid_mac |
+| mac_normalize | netutils.mac.mac_normalize |
+| mac_to_format | netutils.mac.mac_to_format |
+| mac_to_int | netutils.mac.mac_to_int |
+| mac_type | netutils.mac.mac_type |
+| get_nist_urls | netutils.nist.get_nist_urls |
+| get_nist_vendor_platform_urls | netutils.nist.get_nist_vendor_platform_urls |
+| compare_version_loose | netutils.os_version.compare_version_loose |
+| compare_version_strict | netutils.os_version.compare_version_strict |
+| get_upgrade_path | netutils.os_version.get_upgrade_path |
+| version_metadata | netutils.os_version.version_metadata |
+| compare_cisco_type5 | netutils.password.compare_cisco_type5 |
+| compare_cisco_type7 | netutils.password.compare_cisco_type7 |
+| compare_cisco_type9 | netutils.password.compare_cisco_type9 |
+| compare_type5 | netutils.password.compare_type5 |
+| compare_type7 | netutils.password.compare_type7 |
+| decrypt_cisco_type7 | netutils.password.decrypt_cisco_type7 |
+| decrypt_juniper_type9 | netutils.password.decrypt_juniper_type9 |
+| decrypt_type7 | netutils.password.decrypt_type7 |
+| encrypt_cisco_type5 | netutils.password.encrypt_cisco_type5 |
+| encrypt_cisco_type7 | netutils.password.encrypt_cisco_type7 |
+| encrypt_cisco_type9 | netutils.password.encrypt_cisco_type9 |
+| encrypt_juniper_type9 | netutils.password.encrypt_juniper_type9 |
+| encrypt_type5 | netutils.password.encrypt_type5 |
+| encrypt_type7 | netutils.password.encrypt_type7 |
+| get_hash_salt | netutils.password.get_hash_salt |
+| tcp_ping | netutils.ping.tcp_ping |
+| regex_findall | netutils.regex.regex_findall |
+| regex_match | netutils.regex.regex_match |
+| regex_search | netutils.regex.regex_search |
+| regex_split | netutils.regex.regex_split |
+| regex_sub | netutils.regex.regex_sub |
+| longest_prefix_match | netutils.route.longest_prefix_match |
+| get_running_config_command | netutils.running_config.get_running_config_command |
+| uptime_seconds_to_string | netutils.time.uptime_seconds_to_string |
+| uptime_string_to_seconds | netutils.time.uptime_string_to_seconds |
+| vlanconfig_to_list | netutils.vlan.vlanconfig_to_list |
+| vlanlist_to_config | netutils.vlan.vlanlist_to_config |
\ No newline at end of file
diff --git a/docs/user/lib_getting_started.md b/docs/user/lib_getting_started.md
new file mode 100644
index 0000000..d6dba10
--- /dev/null
+++ b/docs/user/lib_getting_started.md
@@ -0,0 +1,7 @@
+# Getting Started with the Library
+
+The library's primary use case is providing Python functions for the community. The primary way to use it is the same as any Python library. You `import` the functions, and use them, there are many examples on the [Use Cases](./lib_use_cases.md) page.
+
+## Install the Library
+
+To install the library, please follow the instructions detailed in the [Installation Guide](../admin/install.md).
\ No newline at end of file
diff --git a/docs/user/lib_mapper/aerleon.md b/docs/user/lib_mapper/aerleon.md
new file mode 100644
index 0000000..80affc5
--- /dev/null
+++ b/docs/user/lib_mapper/aerleon.md
@@ -0,0 +1,30 @@
+| AERLEON | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista | → | arista_eos |
+| aruba | → | aruba_aoscx |
+| brocade | → | brocade_nos |
+| cisco | → | cisco_ios |
+| ciscoasa | → | cisco_asa |
+| cisconx | → | cisco_nxos |
+| ciscoxr | → | cisco_xr |
+| cloudarmor | → | cloudarmor |
+| gce | → | gce |
+| gcp_hf | → | gcp_hf |
+| ipset | → | ipset |
+| iptables | → | iptables |
+| juniper | → | juniper_junos |
+| juniperevo | → | juniper_junos |
+| k8s | → | k8s |
+| msmpc | → | juniper_junos |
+| nsxt | → | vmware_nsxt |
+| nsxv | → | vmware_nsxv |
+| openconfig | → | openconfig |
+| packetfilter | → | packetfilter |
+| paloalto | → | paloalto_panos |
+| pcap | → | pcap |
+| sonic | → | sonic |
+| speedway | → | speedway |
+| srx | → | juniper_junos |
+| srxlo | → | juniper_junos |
+| windows | → | windows |
+| windows_advfirewall | → | windows |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/aerleon_reverse.md b/docs/user/lib_mapper/aerleon_reverse.md
new file mode 100644
index 0000000..f433e34
--- /dev/null
+++ b/docs/user/lib_mapper/aerleon_reverse.md
@@ -0,0 +1,26 @@
+| NORMALIZED | | AERLEON |
+| ---------- | -- | ------ |
+| arista_eos | → | arista |
+| aruba_aoscx | → | aruba |
+| brocade_nos | → | brocade |
+| cisco_asa | → | ciscoasa |
+| cisco_ios | → | cisco |
+| cisco_nxos | → | cisconx |
+| cisco_xe | → | cisco |
+| cisco_xr | → | ciscoxr |
+| cloudarmor | → | cloudarmor |
+| gce | → | gce |
+| gcp_hf | → | gcp_hf |
+| ipset | → | ipset |
+| iptables | → | iptables |
+| juniper_junos | → | juniper |
+| k8s | → | k8s |
+| openconfig | → | openconfig |
+| packetfilter | → | packetfilter |
+| paloalto_panos | → | paloalto |
+| pcap | → | pcap |
+| sonic | → | sonic |
+| speedway | → | speedway |
+| vmware_nsxt | → | nsxt |
+| vmware_nsxv | → | nsxv |
+| windows | → | windows |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/ansible.md b/docs/user/lib_mapper/ansible.md
new file mode 100644
index 0000000..99ac550
--- /dev/null
+++ b/docs/user/lib_mapper/ansible.md
@@ -0,0 +1,34 @@
+| ANSIBLE | | NORMALIZED |
+| ---------- | -- | ------ |
+| a10.acos_axapi.a10 | → | a10 |
+| arista.eos.eos | → | arista_eos |
+| arubanetworks.aoscx | → | aruba_aoscx |
+| ciena.saos6.saos6 | → | ciena_saos |
+| cisco.asa.asa | → | cisco_asa |
+| cisco.ios.ios | → | cisco_ios |
+| cisco.iosxr.iosxr | → | cisco_xr |
+| cisco.meraki.meraki | → | cisco_meraki |
+| cisco.nxos.nxos | → | cisco_nxos |
+| community.network.ce | → | huawei |
+| community.network.cnos | → | lenovo_cnos |
+| community.network.enos | → | lenovo_enos |
+| community.network.eric_eccli | → | ericsson_ipos |
+| community.network.exos | → | extreme_exos |
+| community.network.icx | → | ruckus_icx |
+| community.network.ironware | → | extreme_netiron |
+| community.network.netvisor | → | pluribus |
+| community.network.nos | → | extreme_nos |
+| community.network.routeros | → | mikrotik_routeros |
+| community.network.slxos | → | extreme_slx |
+| community.network.sros | → | nokia_sros |
+| community.network.voss | → | extreme_vsp |
+| dellemc.enterprise_sonic.sonic | → | sonic |
+| dellemc.os10.0s10 | → | dell_os10 |
+| dellemc.os6.os6 | → | dell_os6 |
+| dellemc.os9.os9 | → | dell_os9 |
+| f5networks.f5_bigip.bigip | → | bigip_f5 |
+| fortinet.fortios.fortios | → | fortinet |
+| junipernetworks.junos.junos | → | juniper_junos |
+| nokia.srl | → | nokia_srl |
+| paloaltonetworks.panos.panos | → | paloalto_panos |
+| vyos.vyos.vyos | → | vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/ansible_reverse.md b/docs/user/lib_mapper/ansible_reverse.md
new file mode 100644
index 0000000..1c2f09d
--- /dev/null
+++ b/docs/user/lib_mapper/ansible_reverse.md
@@ -0,0 +1,35 @@
+| NORMALIZED | | ANSIBLE |
+| ---------- | -- | ------ |
+| a10 | → | a10.acos_axapi.a10 |
+| arista_eos | → | arista.eos.eos |
+| aruba_aoscx | → | arubanetworks.aoscx |
+| bigip_f5 | → | f5networks.f5_bigip.bigip |
+| ciena_saos | → | ciena.saos6.saos6 |
+| cisco_asa | → | cisco.asa.asa |
+| cisco_ios | → | cisco.ios.ios |
+| cisco_meraki | → | cisco.meraki.meraki |
+| cisco_nxos | → | cisco.nxos.nxos |
+| cisco_xe | → | cisco.ios.ios |
+| cisco_xr | → | cisco.iosxr.iosxr |
+| dell_os10 | → | dellemc.os10.0s10 |
+| dell_os6 | → | dellemc.os6.os6 |
+| dell_os9 | → | dellemc.os9.os9 |
+| ericsson_ipos | → | community.network.eric_eccli |
+| extreme_exos | → | community.network.exos |
+| extreme_netiron | → | community.network.ironware |
+| extreme_nos | → | community.network.nos |
+| extreme_slx | → | community.network.slxos |
+| extreme_vsp | → | community.network.voss |
+| fortinet | → | fortinet.fortios.fortios |
+| huawei | → | community.network.ce |
+| juniper_junos | → | junipernetworks.junos.junos |
+| lenovo_cnos | → | community.network.cnos |
+| lenovo_enos | → | community.network.enos |
+| mikrotik_routeros | → | community.network.routeros |
+| nokia_srl | → | nokia.srl |
+| nokia_sros | → | community.network.sros |
+| paloalto_panos | → | paloaltonetworks.panos.panos |
+| pluribus | → | community.network.netvisor |
+| ruckus_icx | → | community.network.icx |
+| sonic | → | dellemc.enterprise_sonic.sonic |
+| vyos | → | vyos.vyos.vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/capirca.md b/docs/user/lib_mapper/capirca.md
new file mode 100644
index 0000000..b688adc
--- /dev/null
+++ b/docs/user/lib_mapper/capirca.md
@@ -0,0 +1,30 @@
+| CAPIRCA | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista | → | arista_eos |
+| aruba | → | aruba_aoscx |
+| brocade | → | brocade_nos |
+| cisco | → | cisco_ios |
+| ciscoasa | → | cisco_asa |
+| cisconx | → | cisco_nxos |
+| ciscoxr | → | cisco_xr |
+| cloudarmor | → | cloudarmor |
+| gce | → | gce |
+| gcp_hf | → | gcp_hf |
+| ipset | → | ipset |
+| iptables | → | iptables |
+| juniper | → | juniper_junos |
+| juniperevo | → | juniper_junos |
+| k8s | → | k8s |
+| msmpc | → | juniper_junos |
+| nsxt | → | vmware_nsxt |
+| nsxv | → | vmware_nsxv |
+| openconfig | → | openconfig |
+| packetfilter | → | packetfilter |
+| paloalto | → | paloalto_panos |
+| pcap | → | pcap |
+| sonic | → | sonic |
+| speedway | → | speedway |
+| srx | → | juniper_junos |
+| srxlo | → | juniper_junos |
+| windows | → | windows |
+| windows_advfirewall | → | windows |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/capirca_reverse.md b/docs/user/lib_mapper/capirca_reverse.md
new file mode 100644
index 0000000..73bd359
--- /dev/null
+++ b/docs/user/lib_mapper/capirca_reverse.md
@@ -0,0 +1,26 @@
+| NORMALIZED | | CAPIRCA |
+| ---------- | -- | ------ |
+| arista_eos | → | arista |
+| aruba_aoscx | → | aruba |
+| brocade_nos | → | brocade |
+| cisco_asa | → | ciscoasa |
+| cisco_ios | → | cisco |
+| cisco_nxos | → | cisconx |
+| cisco_xe | → | cisco |
+| cisco_xr | → | ciscoxr |
+| cloudarmor | → | cloudarmor |
+| gce | → | gce |
+| gcp_hf | → | gcp_hf |
+| ipset | → | ipset |
+| iptables | → | iptables |
+| juniper_junos | → | juniper |
+| k8s | → | k8s |
+| openconfig | → | openconfig |
+| packetfilter | → | packetfilter |
+| paloalto_panos | → | paloalto |
+| pcap | → | pcap |
+| sonic | → | sonic |
+| speedway | → | speedway |
+| vmware_nsxt | → | nsxt |
+| vmware_nsxv | → | nsxv |
+| windows | → | windows |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/dna_center.md b/docs/user/lib_mapper/dna_center.md
new file mode 100644
index 0000000..712ec3d
--- /dev/null
+++ b/docs/user/lib_mapper/dna_center.md
@@ -0,0 +1,6 @@
+| DNA_CENTER | | NORMALIZED |
+| ---------- | -- | ------ |
+| IOS | → | cisco_ios |
+| IOS-XE | → | cisco_ios |
+| IOS-XR | → | cisco_xr |
+| NX-OS | → | cisco_nxos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/dna_center_reverse.md b/docs/user/lib_mapper/dna_center_reverse.md
new file mode 100644
index 0000000..6bca429
--- /dev/null
+++ b/docs/user/lib_mapper/dna_center_reverse.md
@@ -0,0 +1,5 @@
+| NORMALIZED | | DNA_CENTER |
+| ---------- | -- | ------ |
+| cisco_ios | → | IOS |
+| cisco_nxos | → | NX-OS |
+| cisco_xr | → | IOS-XR |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/forwardnetworks.md b/docs/user/lib_mapper/forwardnetworks.md
new file mode 100644
index 0000000..da7f352
--- /dev/null
+++ b/docs/user/lib_mapper/forwardnetworks.md
@@ -0,0 +1,18 @@
+| FORWARDNETWORKS | | NORMALIZED |
+| ---------- | -- | ------ |
+| ARISTA_EOS | → | arista_eos |
+| ARUBA_SWITCH | → | aruba_aoscx |
+| ASA | → | cisco_asa |
+| EXTREME_NOS | → | extreme_netiron |
+| F5 | → | bigip_f5 |
+| FORTINET | → | fortinet |
+| IOS | → | cisco_ios |
+| IOS_XE | → | cisco_ios |
+| IOS_XR | → | cisco_xr |
+| JUNOS | → | juniper_junos |
+| LINUX | → | linux |
+| LINUX_OVS_OFCTL | → | linux |
+| NETSCALER | → | netscaler |
+| NXOS | → | cisco_nxos |
+| PAN_OS | → | paloalto_panos |
+| SRX | → | juniper_junos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/forwardnetworks_reverse.md b/docs/user/lib_mapper/forwardnetworks_reverse.md
new file mode 100644
index 0000000..06c3d62
--- /dev/null
+++ b/docs/user/lib_mapper/forwardnetworks_reverse.md
@@ -0,0 +1,16 @@
+| NORMALIZED | | FORWARDNETWORKS |
+| ---------- | -- | ------ |
+| arista_eos | → | ARISTA_EOS |
+| aruba_aoscx | → | ARUBA_SWITCH |
+| bigip_f5 | → | F5 |
+| cisco_asa | → | ASA |
+| cisco_ios | → | IOS |
+| cisco_nxos | → | NXOS |
+| cisco_xe | → | IOS |
+| cisco_xr | → | IOS_XR |
+| extreme_netiron | → | EXTREME_NOS |
+| fortinet | → | FORTINET |
+| juniper_junos | → | JUNOS |
+| linux | → | LINUX |
+| netscaler | → | NETSCALER |
+| paloalto_panos | → | PAN_OS |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/hierconfig.md b/docs/user/lib_mapper/hierconfig.md
new file mode 100644
index 0000000..50025c8
--- /dev/null
+++ b/docs/user/lib_mapper/hierconfig.md
@@ -0,0 +1,10 @@
+| HIERCONFIG | | NORMALIZED |
+| ---------- | -- | ------ |
+| eos | → | arista_eos |
+| fastiron | → | ruckus_fastiron |
+| ios | → | cisco_ios |
+| iosxe | → | cisco_ios |
+| iosxr | → | cisco_xr |
+| junos | → | juniper_junos |
+| nxos | → | cisco_nxos |
+| vyos | → | vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/hierconfig_reverse.md b/docs/user/lib_mapper/hierconfig_reverse.md
new file mode 100644
index 0000000..8e5133b
--- /dev/null
+++ b/docs/user/lib_mapper/hierconfig_reverse.md
@@ -0,0 +1,10 @@
+| NORMALIZED | | HIERCONFIG |
+| ---------- | -- | ------ |
+| arista_eos | → | eos |
+| cisco_ios | → | ios |
+| cisco_nxos | → | nxos |
+| cisco_xe | → | ios |
+| cisco_xr | → | iosxr |
+| juniper_junos | → | junos |
+| ruckus_fastiron | → | fastiron |
+| vyos | → | vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/librenms.md b/docs/user/lib_mapper/librenms.md
new file mode 100644
index 0000000..ba68a51
--- /dev/null
+++ b/docs/user/lib_mapper/librenms.md
@@ -0,0 +1,8 @@
+| LIBRENMS | | NORMALIZED |
+| ---------- | -- | ------ |
+| applogic_procera | → | procera |
+| arista_eos | → | arista_eos |
+| cisco_nxos | → | nxos |
+| cisco_xe | → | iosxe |
+| cisco_xr | → | iosxr |
+| juniper_junos | → | junos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/librenms_reverse.md b/docs/user/lib_mapper/librenms_reverse.md
new file mode 100644
index 0000000..44f488b
--- /dev/null
+++ b/docs/user/lib_mapper/librenms_reverse.md
@@ -0,0 +1,8 @@
+| NORMALIZED | | LIBRENMS |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos |
+| iosxe | → | cisco_xe |
+| iosxr | → | cisco_xr |
+| junos | → | juniper_junos |
+| nxos | → | cisco_nxos |
+| procera | → | applogic_procera |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/napalm.md b/docs/user/lib_mapper/napalm.md
new file mode 100644
index 0000000..ebed901
--- /dev/null
+++ b/docs/user/lib_mapper/napalm.md
@@ -0,0 +1,19 @@
+| NAPALM | | NORMALIZED |
+| ---------- | -- | ------ |
+| aoscx | → | aruba_aoscx |
+| asa | → | cisco_asa |
+| cisco_wlc_ssh | → | cisco_wlc |
+| eos | → | arista_eos |
+| f5 | → | bigip_f5 |
+| fortios | → | fortinet |
+| huawei_vrp | → | huawei |
+| ios | → | cisco_ios |
+| iosxr | → | cisco_xr |
+| junos | → | juniper_junos |
+| nxos | → | cisco_nxos |
+| nxos_ssh | → | cisco_nxos |
+| panos | → | paloalto_panos |
+| ros | → | mikrotik_routeros |
+| srl | → | nokia_srl |
+| sros | → | nokia_sros |
+| vyos | → | vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/napalm_reverse.md b/docs/user/lib_mapper/napalm_reverse.md
new file mode 100644
index 0000000..6d0b161
--- /dev/null
+++ b/docs/user/lib_mapper/napalm_reverse.md
@@ -0,0 +1,19 @@
+| NORMALIZED | | NAPALM |
+| ---------- | -- | ------ |
+| arista_eos | → | eos |
+| aruba_aoscx | → | aoscx |
+| bigip_f5 | → | f5 |
+| cisco_asa | → | asa |
+| cisco_ios | → | ios |
+| cisco_nxos | → | nxos |
+| cisco_wlc | → | cisco_wlc_ssh |
+| cisco_xe | → | ios |
+| cisco_xr | → | iosxr |
+| fortinet | → | fortios |
+| huawei | → | huawei_vrp |
+| juniper_junos | → | junos |
+| mikrotik_routeros | → | ros |
+| nokia_srl | → | srl |
+| nokia_sros | → | sros |
+| paloalto_panos | → | panos |
+| vyos | → | vyos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/netmiko.md b/docs/user/lib_mapper/netmiko.md
new file mode 100644
index 0000000..2087324
--- /dev/null
+++ b/docs/user/lib_mapper/netmiko.md
@@ -0,0 +1,112 @@
+| NETMIKO | | NORMALIZED |
+| ---------- | -- | ------ |
+| a10 | → | a10 |
+| accedian | → | accedian |
+| adtran_os | → | adtran_os |
+| alcatel_aos | → | alcatel_aos |
+| alcatel_sros | → | alcatel_sros |
+| allied_telesis_awplus | → | allied_telesis_awplus |
+| apresia_aeos | → | apresia_aeos |
+| arista_eos | → | arista_eos |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| aruba_procurve | → | aruba_procurve |
+| avaya_ers | → | avaya_ers |
+| avaya_vsp | → | avaya_vsp |
+| bigip_f5 | → | bigip_f5 |
+| broadcom_icos | → | broadcom_icos |
+| brocade_fastiron | → | brocade_fastiron |
+| brocade_fos | → | brocade_fos |
+| brocade_netiron | → | brocade_netiron |
+| brocade_nos | → | brocade_nos |
+| brocade_vdx | → | brocade_vdx |
+| brocade_vyos | → | brocade_vyos |
+| calix_b6 | → | calix_b6 |
+| centec_os | → | centec_os |
+| checkpoint_gaia | → | checkpoint_gaia |
+| ciena_saos | → | ciena_saos |
+| cisco_asa | → | cisco_asa |
+| cisco_ftd | → | cisco_ftd |
+| cisco_ios | → | cisco_ios |
+| cisco_nxos | → | cisco_nxos |
+| cisco_s300 | → | cisco_s300 |
+| cisco_tp | → | cisco_tp |
+| cisco_wlc | → | cisco_wlc |
+| cisco_xe | → | cisco_xe |
+| cisco_xr | → | cisco_xr |
+| cloudgenix_ion | → | cloudgenix_ion |
+| coriant | → | coriant |
+| dell_dnos9 | → | dell_dnos9 |
+| dell_force10 | → | dell_force10 |
+| dell_isilon | → | dell_isilon |
+| dell_os10 | → | dell_os10 |
+| dell_os6 | → | dell_os6 |
+| dell_os9 | → | dell_os9 |
+| dell_powerconnect | → | dell_powerconnect |
+| dlink_ds | → | dlink_ds |
+| eltex | → | eltex |
+| eltex_esr | → | eltex_esr |
+| endace | → | endace |
+| enterasys | → | enterasys |
+| ericsson_ipos | → | ericsson_ipos |
+| extreme | → | extreme |
+| extreme_ers | → | extreme_ers |
+| extreme_exos | → | extreme_exos |
+| extreme_netiron | → | extreme_netiron |
+| extreme_nos | → | extreme_nos |
+| extreme_slx | → | extreme_slx |
+| extreme_vdx | → | extreme_vdx |
+| extreme_vsp | → | extreme_vsp |
+| extreme_wing | → | extreme_wing |
+| f5_linux | → | bigip_f5 |
+| f5_ltm | → | bigip_f5 |
+| f5_tmsh | → | bigip_f5 |
+| flexvnf | → | flexvnf |
+| fortinet | → | fortinet |
+| generic | → | generic |
+| generic_termserver | → | generic_termserver |
+| hp_comware | → | hp_comware |
+| hp_procurve | → | hp_procurve |
+| huawei | → | huawei |
+| huawei_olt | → | huawei_olt |
+| huawei_smartax | → | huawei_smartax |
+| huawei_vrpv8 | → | huawei_vrpv8 |
+| ipinfusion_ocnos | → | ipinfusion_ocnos |
+| juniper | → | juniper |
+| juniper_junos | → | juniper_junos |
+| juniper_screenos | → | juniper_screenos |
+| keymile | → | keymile |
+| keymile_nos | → | keymile_nos |
+| linux | → | linux |
+| mellanox | → | mellanox |
+| mellanox_mlnxos | → | mellanox_mlnxos |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mikrotik_switchos | → | mikrotik_switchos |
+| mrv_lx | → | mrv_lx |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netapp_cdot | → | netapp_cdot |
+| netgear_prosafe | → | netgear_prosafe |
+| netscaler | → | netscaler |
+| nokia_srl | → | nokia_srl |
+| nokia_sros | → | nokia_sros |
+| oneaccess_oneos | → | oneaccess_oneos |
+| ovs_linux | → | ovs_linux |
+| paloalto_panos | → | paloalto_panos |
+| pluribus | → | pluribus |
+| quanta_mesh | → | quanta_mesh |
+| rad_etx | → | rad_etx |
+| raisecom_roap | → | raisecom_roap |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ruijie_os | → | ruijie_os |
+| sixwind_os | → | sixwind_os |
+| sophos_sfos | → | sophos_sfos |
+| tplink_jetstream | → | tplink_jetstream |
+| ubiquiti_edge | → | ubiquiti_edge |
+| ubiquiti_edgerouter | → | ubiquiti_edgerouter |
+| ubiquiti_edgeswitch | → | ubiquiti_edgeswitch |
+| ubiquiti_unifiswitch | → | ubiquiti_unifiswitch |
+| vyatta_vyos | → | vyatta_vyos |
+| vyos | → | vyos |
+| watchguard_fireware | → | watchguard_fireware |
+| yamaha | → | yamaha |
+| zte_zxros | → | zte_zxros |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/netmiko_reverse.md b/docs/user/lib_mapper/netmiko_reverse.md
new file mode 100644
index 0000000..c5c2e19
--- /dev/null
+++ b/docs/user/lib_mapper/netmiko_reverse.md
@@ -0,0 +1,109 @@
+| NORMALIZED | | NETMIKO |
+| ---------- | -- | ------ |
+| a10 | → | a10 |
+| accedian | → | accedian |
+| adtran_os | → | adtran_os |
+| alcatel_aos | → | alcatel_aos |
+| alcatel_sros | → | alcatel_sros |
+| allied_telesis_awplus | → | allied_telesis_awplus |
+| apresia_aeos | → | apresia_aeos |
+| arista_eos | → | arista_eos |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| aruba_procurve | → | aruba_procurve |
+| avaya_ers | → | avaya_ers |
+| avaya_vsp | → | avaya_vsp |
+| bigip_f5 | → | bigip_f5 |
+| broadcom_icos | → | broadcom_icos |
+| brocade_fastiron | → | brocade_fastiron |
+| brocade_fos | → | brocade_fos |
+| brocade_netiron | → | brocade_netiron |
+| brocade_nos | → | brocade_nos |
+| brocade_vdx | → | brocade_vdx |
+| brocade_vyos | → | brocade_vyos |
+| calix_b6 | → | calix_b6 |
+| centec_os | → | centec_os |
+| checkpoint_gaia | → | checkpoint_gaia |
+| ciena_saos | → | ciena_saos |
+| cisco_asa | → | cisco_asa |
+| cisco_ftd | → | cisco_ftd |
+| cisco_ios | → | cisco_ios |
+| cisco_nxos | → | cisco_nxos |
+| cisco_s300 | → | cisco_s300 |
+| cisco_tp | → | cisco_tp |
+| cisco_wlc | → | cisco_wlc |
+| cisco_xe | → | cisco_xe |
+| cisco_xr | → | cisco_xr |
+| cloudgenix_ion | → | cloudgenix_ion |
+| coriant | → | coriant |
+| dell_dnos9 | → | dell_dnos9 |
+| dell_force10 | → | dell_force10 |
+| dell_isilon | → | dell_isilon |
+| dell_os10 | → | dell_os10 |
+| dell_os6 | → | dell_os6 |
+| dell_os9 | → | dell_os9 |
+| dell_powerconnect | → | dell_powerconnect |
+| dlink_ds | → | dlink_ds |
+| eltex | → | eltex |
+| eltex_esr | → | eltex_esr |
+| endace | → | endace |
+| enterasys | → | enterasys |
+| ericsson_ipos | → | ericsson_ipos |
+| extreme | → | extreme |
+| extreme_ers | → | extreme_ers |
+| extreme_exos | → | extreme_exos |
+| extreme_netiron | → | extreme_netiron |
+| extreme_nos | → | extreme_nos |
+| extreme_slx | → | extreme_slx |
+| extreme_vdx | → | extreme_vdx |
+| extreme_vsp | → | extreme_vsp |
+| extreme_wing | → | extreme_wing |
+| flexvnf | → | flexvnf |
+| fortinet | → | fortinet |
+| generic | → | generic |
+| generic_termserver | → | generic_termserver |
+| hp_comware | → | hp_comware |
+| hp_procurve | → | hp_procurve |
+| huawei | → | huawei |
+| huawei_olt | → | huawei_olt |
+| huawei_smartax | → | huawei_smartax |
+| huawei_vrpv8 | → | huawei_vrpv8 |
+| ipinfusion_ocnos | → | ipinfusion_ocnos |
+| juniper | → | juniper |
+| juniper_junos | → | juniper_junos |
+| juniper_screenos | → | juniper_screenos |
+| keymile | → | keymile |
+| keymile_nos | → | keymile_nos |
+| linux | → | linux |
+| mellanox | → | mellanox |
+| mellanox_mlnxos | → | mellanox_mlnxos |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mikrotik_switchos | → | mikrotik_switchos |
+| mrv_lx | → | mrv_lx |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netapp_cdot | → | netapp_cdot |
+| netgear_prosafe | → | netgear_prosafe |
+| netscaler | → | netscaler |
+| nokia_srl | → | nokia_srl |
+| nokia_sros | → | nokia_sros |
+| oneaccess_oneos | → | oneaccess_oneos |
+| ovs_linux | → | ovs_linux |
+| paloalto_panos | → | paloalto_panos |
+| pluribus | → | pluribus |
+| quanta_mesh | → | quanta_mesh |
+| rad_etx | → | rad_etx |
+| raisecom_roap | → | raisecom_roap |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ruijie_os | → | ruijie_os |
+| sixwind_os | → | sixwind_os |
+| sophos_sfos | → | sophos_sfos |
+| tplink_jetstream | → | tplink_jetstream |
+| ubiquiti_edge | → | ubiquiti_edge |
+| ubiquiti_edgerouter | → | ubiquiti_edgerouter |
+| ubiquiti_edgeswitch | → | ubiquiti_edgeswitch |
+| ubiquiti_unifiswitch | → | ubiquiti_unifiswitch |
+| vyatta_vyos | → | vyatta_vyos |
+| vyos | → | vyos |
+| watchguard_fireware | → | watchguard_fireware |
+| yamaha | → | yamaha |
+| zte_zxros | → | zte_zxros |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/netutilsparser.md b/docs/user/lib_mapper/netutilsparser.md
new file mode 100644
index 0000000..daaf62c
--- /dev/null
+++ b/docs/user/lib_mapper/netutilsparser.md
@@ -0,0 +1,27 @@
+| NETUTILSPARSER | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| bigip_f5 | → | bigip_f5 |
+| cisco_aireos | → | cisco_aireos |
+| cisco_asa | → | cisco_asa |
+| cisco_ios | → | cisco_ios |
+| cisco_iosxr | → | cisco_xr |
+| cisco_nxos | → | cisco_nxos |
+| citrix_netscaler | → | citrix_netscaler |
+| extreme_netiron | → | extreme_netiron |
+| fortinet_fortios | → | fortinet |
+| hp_comware | → | hp_comware |
+| juniper_junos | → | juniper_junos |
+| linux | → | linux |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netscaler | → | netscaler |
+| nokia_sros | → | nokia_sros |
+| nvidia_onyx | → | nvidia_onyx |
+| paloalto_panos | → | paloalto_panos |
+| rad_etx | → | rad_etx |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ubiquiti_airos | → | ubiquiti_airos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/netutilsparser_reverse.md b/docs/user/lib_mapper/netutilsparser_reverse.md
new file mode 100644
index 0000000..2edf097
--- /dev/null
+++ b/docs/user/lib_mapper/netutilsparser_reverse.md
@@ -0,0 +1,28 @@
+| NORMALIZED | | NETUTILSPARSER |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| bigip_f5 | → | bigip_f5 |
+| cisco_aireos | → | cisco_aireos |
+| cisco_asa | → | cisco_asa |
+| cisco_ios | → | cisco_ios |
+| cisco_nxos | → | cisco_nxos |
+| cisco_xe | → | cisco_ios |
+| cisco_xr | → | cisco_iosxr |
+| citrix_netscaler | → | citrix_netscaler |
+| extreme_netiron | → | extreme_netiron |
+| fortinet | → | fortinet_fortios |
+| hp_comware | → | hp_comware |
+| juniper_junos | → | juniper_junos |
+| linux | → | linux |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netscaler | → | netscaler |
+| nokia_sros | → | nokia_sros |
+| nvidia_onyx | → | nvidia_onyx |
+| paloalto_panos | → | paloalto_panos |
+| rad_etx | → | rad_etx |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ubiquiti_airos | → | ubiquiti_airos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/nist.md b/docs/user/lib_mapper/nist.md
new file mode 100644
index 0000000..d23e4a4
--- /dev/null
+++ b/docs/user/lib_mapper/nist.md
@@ -0,0 +1,11 @@
+| NIST | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista:eos | → | arista_eos |
+| arubanetworks:arubaos | → | aruba_os |
+| cisco:adaptive_security_appliance_software | → | cisco_asa |
+| cisco:ios | → | cisco_ios |
+| cisco:ios_xe | → | cisco_xe |
+| cisco:ios_xr | → | cisco_xr |
+| cisco:nx-os | → | cisco_nxos |
+| juniper:junos | → | juniper_junos |
+| paloaltonetworks:pan-os | → | paloalto_panos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/nist_reverse.md b/docs/user/lib_mapper/nist_reverse.md
new file mode 100644
index 0000000..4016104
--- /dev/null
+++ b/docs/user/lib_mapper/nist_reverse.md
@@ -0,0 +1,11 @@
+| NORMALIZED | | NIST |
+| ---------- | -- | ------ |
+| arista_eos | → | arista:eos |
+| aruba_os | → | arubanetworks:arubaos |
+| cisco_asa | → | cisco:adaptive_security_appliance_software |
+| cisco_ios | → | cisco:ios |
+| cisco_nxos | → | cisco:nx-os |
+| cisco_xe | → | cisco:ios_xe |
+| cisco_xr | → | cisco:ios_xr |
+| juniper_junos | → | juniper:junos |
+| paloalto_panos | → | paloaltonetworks:pan-os |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/ntctemplates.md b/docs/user/lib_mapper/ntctemplates.md
new file mode 100644
index 0000000..c84deb8
--- /dev/null
+++ b/docs/user/lib_mapper/ntctemplates.md
@@ -0,0 +1,117 @@
+| NTCTEMPLATES | | NORMALIZED |
+| ---------- | -- | ------ |
+| a10 | → | a10 |
+| accedian | → | accedian |
+| adtran_os | → | adtran_os |
+| alcatel_aos | → | alcatel_aos |
+| alcatel_sros | → | alcatel_sros |
+| allied_telesis_awplus | → | allied_telesis_awplus |
+| apresia_aeos | → | apresia_aeos |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| aruba_procurve | → | aruba_procurve |
+| avaya_ers | → | avaya_ers |
+| avaya_vsp | → | avaya_vsp |
+| bigip_f5 | → | bigip_f5 |
+| broadcom_icos | → | broadcom_icos |
+| brocade_fastiron | → | brocade_fastiron |
+| brocade_fos | → | brocade_fos |
+| brocade_netiron | → | brocade_netiron |
+| brocade_nos | → | brocade_nos |
+| brocade_vdx | → | brocade_vdx |
+| brocade_vyos | → | brocade_vyos |
+| calix_b6 | → | calix_b6 |
+| centec_os | → | centec_os |
+| checkpoint_gaia | → | checkpoint_gaia |
+| ciena_saos | → | ciena_saos |
+| cisco_asa | → | cisco_asa |
+| cisco_ftd | → | cisco_ftd |
+| cisco_ios | → | cisco_ios |
+| cisco_nxos | → | cisco_nxos |
+| cisco_s300 | → | cisco_s300 |
+| cisco_tp | → | cisco_tp |
+| cisco_wlc | → | cisco_wlc |
+| cisco_wlc_ssh | → | cisco_wlc |
+| cisco_xe | → | cisco_xe |
+| cisco_xr | → | cisco_xr |
+| cloudgenix_ion | → | cloudgenix_ion |
+| coriant | → | coriant |
+| dell_dnos9 | → | dell_dnos9 |
+| dell_force10 | → | dell_force10 |
+| dell_isilon | → | dell_isilon |
+| dell_os10 | → | dell_os10 |
+| dell_os6 | → | dell_os6 |
+| dell_os9 | → | dell_os9 |
+| dell_powerconnect | → | dell_powerconnect |
+| dlink_ds | → | dlink_ds |
+| eltex | → | eltex |
+| eltex_esr | → | eltex_esr |
+| endace | → | endace |
+| enterasys | → | enterasys |
+| ericsson_ipos | → | ericsson_ipos |
+| extreme | → | extreme |
+| extreme_ers | → | extreme_ers |
+| extreme_exos | → | extreme_exos |
+| extreme_netiron | → | extreme_netiron |
+| extreme_nos | → | extreme_nos |
+| extreme_slx | → | extreme_slx |
+| extreme_vdx | → | extreme_vdx |
+| extreme_vsp | → | extreme_vsp |
+| extreme_wing | → | extreme_wing |
+| f5_linux | → | bigip_f5 |
+| f5_ltm | → | bigip_f5 |
+| f5_tmsh | → | bigip_f5 |
+| flexvnf | → | flexvnf |
+| fortinet | → | fortinet |
+| generic | → | generic |
+| generic_termserver | → | generic_termserver |
+| hp_comware | → | hp_comware |
+| hp_procurve | → | hp_procurve |
+| huawei | → | huawei |
+| huawei_olt | → | huawei_olt |
+| huawei_smartax | → | huawei_smartax |
+| huawei_vrp | → | huawei_vrp |
+| huawei_vrpv8 | → | huawei_vrpv8 |
+| ipinfusion_ocnos | → | ipinfusion_ocnos |
+| juniper | → | juniper |
+| juniper_junos | → | juniper_junos |
+| juniper_screenos | → | juniper_screenos |
+| keymile | → | keymile |
+| keymile_nos | → | keymile_nos |
+| linux | → | linux |
+| mellanox | → | mellanox |
+| mellanox_mlnxos | → | mellanox_mlnxos |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mikrotik_switchos | → | mikrotik_switchos |
+| mrv_lx | → | mrv_lx |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netapp_cdot | → | netapp_cdot |
+| netgear_prosafe | → | netgear_prosafe |
+| netscaler | → | netscaler |
+| nokia_srl | → | nokia_srl |
+| nokia_sros | → | nokia_sros |
+| oneaccess_oneos | → | oneaccess_oneos |
+| ovs_linux | → | ovs_linux |
+| paloalto_panos | → | paloalto_panos |
+| pluribus | → | pluribus |
+| quanta_mesh | → | quanta_mesh |
+| rad_etx | → | rad_etx |
+| raisecom_roap | → | raisecom_roap |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ruijie_os | → | ruijie_os |
+| sixwind_os | → | sixwind_os |
+| sophos_sfos | → | sophos_sfos |
+| tplink_jetstream | → | tplink_jetstream |
+| ubiquiti_edge | → | ubiquiti_edge |
+| ubiquiti_edgerouter | → | ubiquiti_edgerouter |
+| ubiquiti_edgeswitch | → | ubiquiti_edgeswitch |
+| ubiquiti_unifiswitch | → | ubiquiti_unifiswitch |
+| vmware_nsxv | → | vmware_nsxv |
+| vyatta_vyos | → | vyatta_vyos |
+| vyos | → | vyos |
+| watchguard_firebox | → | watchguard_firebox |
+| watchguard_fireware | → | watchguard_fireware |
+| yamaha | → | yamaha |
+| zte_zxros | → | zte_zxros |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/ntctemplates_reverse.md b/docs/user/lib_mapper/ntctemplates_reverse.md
new file mode 100644
index 0000000..7899ef3
--- /dev/null
+++ b/docs/user/lib_mapper/ntctemplates_reverse.md
@@ -0,0 +1,113 @@
+| NORMALIZED | | NTCTEMPLATES |
+| ---------- | -- | ------ |
+| a10 | → | a10 |
+| accedian | → | accedian |
+| adtran_os | → | adtran_os |
+| alcatel_aos | → | alcatel_aos |
+| alcatel_sros | → | alcatel_sros |
+| allied_telesis_awplus | → | allied_telesis_awplus |
+| apresia_aeos | → | apresia_aeos |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| aruba_os | → | aruba_os |
+| aruba_osswitch | → | aruba_osswitch |
+| aruba_procurve | → | aruba_procurve |
+| avaya_ers | → | avaya_ers |
+| avaya_vsp | → | avaya_vsp |
+| bigip_f5 | → | bigip_f5 |
+| broadcom_icos | → | broadcom_icos |
+| brocade_fastiron | → | brocade_fastiron |
+| brocade_fos | → | brocade_fos |
+| brocade_netiron | → | brocade_netiron |
+| brocade_nos | → | brocade_nos |
+| brocade_vdx | → | brocade_vdx |
+| brocade_vyos | → | brocade_vyos |
+| calix_b6 | → | calix_b6 |
+| centec_os | → | centec_os |
+| checkpoint_gaia | → | checkpoint_gaia |
+| ciena_saos | → | ciena_saos |
+| cisco_asa | → | cisco_asa |
+| cisco_ftd | → | cisco_ftd |
+| cisco_ios | → | cisco_ios |
+| cisco_nxos | → | cisco_nxos |
+| cisco_s300 | → | cisco_s300 |
+| cisco_tp | → | cisco_tp |
+| cisco_wlc | → | cisco_wlc_ssh |
+| cisco_xe | → | cisco_ios |
+| cisco_xr | → | cisco_xr |
+| cloudgenix_ion | → | cloudgenix_ion |
+| coriant | → | coriant |
+| dell_dnos9 | → | dell_dnos9 |
+| dell_force10 | → | dell_force10 |
+| dell_isilon | → | dell_isilon |
+| dell_os10 | → | dell_os10 |
+| dell_os6 | → | dell_os6 |
+| dell_os9 | → | dell_os9 |
+| dell_powerconnect | → | dell_powerconnect |
+| dlink_ds | → | dlink_ds |
+| eltex | → | eltex |
+| eltex_esr | → | eltex_esr |
+| endace | → | endace |
+| enterasys | → | enterasys |
+| ericsson_ipos | → | ericsson_ipos |
+| extreme | → | extreme |
+| extreme_ers | → | extreme_ers |
+| extreme_exos | → | extreme_exos |
+| extreme_netiron | → | extreme_netiron |
+| extreme_nos | → | extreme_nos |
+| extreme_slx | → | extreme_slx |
+| extreme_vdx | → | extreme_vdx |
+| extreme_vsp | → | extreme_vsp |
+| extreme_wing | → | extreme_wing |
+| flexvnf | → | flexvnf |
+| fortinet | → | fortinet |
+| generic | → | generic |
+| generic_termserver | → | generic_termserver |
+| hp_comware | → | hp_comware |
+| hp_procurve | → | hp_procurve |
+| huawei | → | huawei |
+| huawei_olt | → | huawei_olt |
+| huawei_smartax | → | huawei_smartax |
+| huawei_vrp | → | huawei_vrp |
+| huawei_vrpv8 | → | huawei_vrpv8 |
+| ipinfusion_ocnos | → | ipinfusion_ocnos |
+| juniper | → | juniper |
+| juniper_junos | → | juniper_junos |
+| juniper_screenos | → | juniper_screenos |
+| keymile | → | keymile |
+| keymile_nos | → | keymile_nos |
+| linux | → | linux |
+| mellanox | → | mellanox |
+| mellanox_mlnxos | → | mellanox_mlnxos |
+| mikrotik_routeros | → | mikrotik_routeros |
+| mikrotik_switchos | → | mikrotik_switchos |
+| mrv_lx | → | mrv_lx |
+| mrv_optiswitch | → | mrv_optiswitch |
+| netapp_cdot | → | netapp_cdot |
+| netgear_prosafe | → | netgear_prosafe |
+| netscaler | → | netscaler |
+| nokia_srl | → | nokia_srl |
+| nokia_sros | → | nokia_sros |
+| oneaccess_oneos | → | oneaccess_oneos |
+| ovs_linux | → | ovs_linux |
+| paloalto_panos | → | paloalto_panos |
+| pluribus | → | pluribus |
+| quanta_mesh | → | quanta_mesh |
+| rad_etx | → | rad_etx |
+| raisecom_roap | → | raisecom_roap |
+| ruckus_fastiron | → | ruckus_fastiron |
+| ruijie_os | → | ruijie_os |
+| sixwind_os | → | sixwind_os |
+| sophos_sfos | → | sophos_sfos |
+| tplink_jetstream | → | tplink_jetstream |
+| ubiquiti_edge | → | ubiquiti_edge |
+| ubiquiti_edgerouter | → | ubiquiti_edgerouter |
+| ubiquiti_edgeswitch | → | ubiquiti_edgeswitch |
+| ubiquiti_unifiswitch | → | ubiquiti_unifiswitch |
+| vmware_nsxv | → | vmware_nsxv |
+| vyatta_vyos | → | vyatta_vyos |
+| vyos | → | vyos |
+| watchguard_firebox | → | watchguard_firebox |
+| watchguard_fireware | → | watchguard_fireware |
+| yamaha | → | yamaha |
+| zte_zxros | → | zte_zxros |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/pyats.md b/docs/user/lib_mapper/pyats.md
new file mode 100644
index 0000000..d6d35b5
--- /dev/null
+++ b/docs/user/lib_mapper/pyats.md
@@ -0,0 +1,13 @@
+| PYATS | | NORMALIZED |
+| ---------- | -- | ------ |
+| asa | → | cisco_asa |
+| bigip | → | bigip_f5 |
+| dnac | → | cisco_dnac |
+| ios | → | cisco_ios |
+| iosxe | → | cisco_ios |
+| iosxr | → | cisco_xr |
+| junos | → | juniper_junos |
+| linux | → | linux |
+| nxos | → | cisco_nxos |
+| sros | → | nokia_sros |
+| viptela | → | cisco_viptella |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/pyats_reverse.md b/docs/user/lib_mapper/pyats_reverse.md
new file mode 100644
index 0000000..3128e3d
--- /dev/null
+++ b/docs/user/lib_mapper/pyats_reverse.md
@@ -0,0 +1,13 @@
+| NORMALIZED | | PYATS |
+| ---------- | -- | ------ |
+| bigip_f5 | → | bigip |
+| cisco_asa | → | asa |
+| cisco_dnac | → | dnac |
+| cisco_ios | → | iosxe |
+| cisco_nxos | → | nxos |
+| cisco_viptella | → | viptela |
+| cisco_xe | → | iosxe |
+| cisco_xr | → | iosxr |
+| juniper_junos | → | junos |
+| linux | → | linux |
+| nokia_sros | → | sros |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/pyntc.md b/docs/user/lib_mapper/pyntc.md
new file mode 100644
index 0000000..7b06e2a
--- /dev/null
+++ b/docs/user/lib_mapper/pyntc.md
@@ -0,0 +1,9 @@
+| PYNTC | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista_eos_eapi | → | arista_eos |
+| cisco_aireos_ssh | → | cisco_wlc |
+| cisco_asa_ssh | → | cisco_asa |
+| cisco_ios_ssh | → | cisco_ios |
+| cisco_nxos_nxapi | → | cisco_nxos |
+| f5_tmos_icontrol | → | bigip_f5 |
+| juniper_junos_netconf | → | juniper_junos |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/pyntc_reverse.md b/docs/user/lib_mapper/pyntc_reverse.md
new file mode 100644
index 0000000..eb362eb
--- /dev/null
+++ b/docs/user/lib_mapper/pyntc_reverse.md
@@ -0,0 +1,10 @@
+| NORMALIZED | | PYNTC |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos_eapi |
+| bigip_f5 | → | f5_tmos_icontrol |
+| cisco_asa | → | cisco_asa_ssh |
+| cisco_ios | → | cisco_ios_ssh |
+| cisco_nxos | → | cisco_nxos_nxapi |
+| cisco_wlc | → | cisco_aireos_ssh |
+| cisco_xe | → | cisco_ios_ssh |
+| juniper_junos | → | juniper_junos_netconf |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/running_config.md b/docs/user/lib_mapper/running_config.md
new file mode 100644
index 0000000..654063f
--- /dev/null
+++ b/docs/user/lib_mapper/running_config.md
@@ -0,0 +1,28 @@
+| NORMALIZED | | RUNNING_CONFIG_COMMAND |
+| ---------- | -- | ------ |
+| arista_eos | → | show running-config |
+| aruba_os | → | show running-configuration |
+| aruba_osswitch | → | show running-config |
+| aruba_procurve | → | show running-config |
+| checkpoint_gaia | → | clish -c "show configuration" |
+| cisco_ios | → | show running-config |
+| cisco_nxos | → | show running-config |
+| cisco_wlc | → | show run-config commands |
+| cisco_xr | → | show running-config |
+| dell_os10 | → | show running-config |
+| dell_os9 | → | show running-config |
+| extreme_exos | → | show configuration |
+| extreme_slx | → | show running-config |
+| extreme_vsp | → | show running-config |
+| fortinet | → | show full-configuration |
+| hp_procurve | → | show running-config |
+| juniper_junos | → | show configuration | display set |
+| mikrotik_routeros | → | /export |
+| nokia_srl | → | info |
+| nokia_sros | → | admin display-config |
+| rad_etx | → | info |
+| ruckus_fastiron | → | show running-config |
+| ubiquiti_edge | → | show configuration |
+| ubiquiti_edgerouter | → | show configuration |
+| ubiquiti_edgeswitch | → | show configuration |
+| vyos | → | show configuration |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/scrapli.md b/docs/user/lib_mapper/scrapli.md
new file mode 100644
index 0000000..d56751c
--- /dev/null
+++ b/docs/user/lib_mapper/scrapli.md
@@ -0,0 +1,9 @@
+| SCRAPLI | | NORMALIZED |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| cisco_iosxe | → | cisco_ios |
+| cisco_iosxr | → | cisco_xr |
+| cisco_nxos | → | cisco_nxos |
+| juniper_junos | → | juniper_junos |
+| nokia_srlinux | → | nokia_srl |
\ No newline at end of file
diff --git a/docs/user/lib_mapper/scrapli_reverse.md b/docs/user/lib_mapper/scrapli_reverse.md
new file mode 100644
index 0000000..b66b02b
--- /dev/null
+++ b/docs/user/lib_mapper/scrapli_reverse.md
@@ -0,0 +1,10 @@
+| NORMALIZED | | SCRAPLI |
+| ---------- | -- | ------ |
+| arista_eos | → | arista_eos |
+| aruba_aoscx | → | aruba_aoscx |
+| cisco_ios | → | cisco_iosxe |
+| cisco_nxos | → | cisco_nxos |
+| cisco_xe | → | cisco_iosxe |
+| cisco_xr | → | cisco_iosxr |
+| juniper_junos | → | juniper_junos |
+| nokia_srl | → | nokia_srlinux |
\ No newline at end of file
diff --git a/docs/user/lib_overview.md b/docs/user/lib_overview.md
new file mode 100644
index 0000000..b72193a
--- /dev/null
+++ b/docs/user/lib_overview.md
@@ -0,0 +1,28 @@
+# Library Overview
+
+A Python library that is a collection of functions for common network automation tasks.
+
+This library intends to keep the following tenets:
+
+- Must not be any dependencies required to run the library.
+ - May be some optional dependencies, to be managed by the user in opt in fashion.
+- Shall prefer functions over classes.
+- Shall prefer a folder and file structure that is flat.
+- Shall leverage docstrings as the primary documentation mechanism.
+ - Must provide examples in every public function.
+- Shall retain a high test coverage.
+
+## Description/Overview
+
+A Python library that is a collection of functions that are used in the common network automation tasks. Tasks such as converting a BGP ASN to and from dotted format, normalizing an interface name, or "type 5" encrypting a password. The intention is to centralize these functions while keeping the library light.
+
+
+## Audience (User Personas) - Who should use this Library?
+
+The intended audience is those who are programming network automation tasks with Python. Whether you are a seasoned veteran or a casual scripter, this library should help to reduce duplication between various reinventing the wheel.
+
+## Authors and Maintainers
+
+- @itdependsnetworks
+- @jeffkala
+- @qduk
diff --git a/docs/user/lib_upgrade_paths.md b/docs/user/lib_upgrade_paths.md
new file mode 100644
index 0000000..0e0d9b7
--- /dev/null
+++ b/docs/user/lib_upgrade_paths.md
@@ -0,0 +1,10 @@
+# Upgrade Paths
+
+The `UPGRADE_PATHS` definition in constants is maintained based on the following rules:
+
+* They are not considered vendor recommendations, instead an interpretation based on the open source contributor.
+* There is no expectation they will be updated, as such issues requesting updates will be closed but PRs to update--following the below rules--will be accepted.
+* The lists can only be modified by added to during any patch or minor version.
+* The list cannot be modified in any other way.
+* Generate a new versioned list, e.g. PANOS_OFFICIAL_V2 vs PANOS_OFFICIAL_V1 and create an alternate list.
+* During major version changes (e.g. 1.x.x to 2.x.x) lists may be removed.
diff --git a/docs/user/lib_use_cases.md b/docs/user/lib_use_cases.md
new file mode 100644
index 0000000..ada1e9f
--- /dev/null
+++ b/docs/user/lib_use_cases.md
@@ -0,0 +1,86 @@
+# Using the Library
+
+As the Python library is intended to be a low-level implementation, the primary use case is within Code. On this page as well as subsequent pages we will provide an overview on the type of functions and examples.
+
+# Function Groupings
+
+Functions are grouped with like functions, such as IP or MAC address based functions. Included to date are groupings of:
+
+- ASN - Provides the ability to convert BGP ASN from integer to dot notation and back.
+- Bandwidth - Provides the ability to convert between various bandwidth values.
+- Banner - Provides the ability to normalize the various banner delimiters.
+- Configuration
+ - Cleaning - Provides the ability to remove or replace lines based on regex matches.
+ - Compliance - Provides the ability to compare two configurations to sanely understand the differences.
+ - Conversion - Provides the ability to convert between different syntax's within the same OS.
+ - Parsing - Provides the ability to parse configuration for the minor differences that are there.
+- DNS - Provides the ability to work with DNS, such as validating that a FQDN is resolvable.
+- Hash - Provide a convenience method for hashlib to be used in Jinja2
+- Interface - Provides the ability to work with interface names, expanding, abbreviating, and splitting the names.
+- IP Address - Provides the ability to work with IP addresses, primarily exposing Python `ipaddress` functionality.
+- Library Helpers - Provides helpers to pull useful information, e.g. NAPALM getters.
+- Library Mapper - Provides mappings in expected vendor names between Netmiko, NAPALM, pyntc, ntc-templates, pyats, and scrapli.
+- MAC Address - Provides the ability to work with MAC addresses such as validating or converting to integer.
+- NIST - Provides the ability to obtain a URL formatted for NIST CPE Query.
+- OS Version - Provides the ability to work with OS version, such as defining an upgrade path.
+- Password - Provides the ability to compare and encrypt common password schemas such as type5 and type7 Cisco passwords.
+- Ping - Provides the ability to ping, currently only tcp ping.
+- Protocol Mapper - Provides a mapping for protocol names to numbers and vice versa.
+- Regex - Provide convenience methods for regex to be used in Jinja2.
+- Route - Provides the ability to provide a list of routes and an IP Address and return the longest prefix matched route.
+- Time - Provides the ability to convert between integer time and string times.
+- VLANs - Provide the ability to convert configuration into lists or lists into configuration.
+
+## Examples
+
+While all functions come with examples in the docstrings, for quick reference of the types of problems this library intends to solve the following examples are provided.
+
+The following function will help in deploying list of VLANs and match the configuration style in a standard IOS-like configurations.
+
+```python
+>>> from netutils.vlan import vlanlist_to_config
+>>>
+>>> vlan_cfg = vlanlist_to_config([1, 2, 3, 5, 6, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018])
+>>>
+>>> vlan_cfg
+["1-3,5,6,1000,1002,1004,1006,1008,1010,1012,1014", "1016,1018"]
+>>>
+>>> for index, line in enumerate(vlan_cfg):
+... if index == 0:
+... print(f" switchport trunk allowed vlan {line}")
+... else:
+... print(f" switchport trunk allowed vlan add {line}")
+...
+ switchport trunk allowed vlan 1-3,5,6,1000,1002,1004,1006,1008,1010,1012,1014
+ switchport trunk allowed vlan add 1016,1018
+>>>
+```
+
+You may want to compare a known password with a given encrypted password. This can help in verifying if the passwords are as expected for compliance reasons.
+
+```python
+>>> from netutils.password import compare_cisco_type5
+>>>
+>>> compare_cisco_type5("cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.")
+True
+>>>
+>>> compare_cisco_type5("not_cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.")
+False
+>>>
+```
+
+Often times interfaces will come in various different shortened names, and it is helpful to normalize them.
+
+```python
+>>> from netutils.interface import canonical_interface_name
+>>>
+>>> canonical_interface_name("Gi1/0/1")
+'GigabitEthernet1/0/1'
+>>>
+>>> canonical_interface_name("Eth1")
+'Ethernet1'
+>>>
+```
+
+!!! tip
+ These are just some examples of the many functions provided by this library. Please review the Developer code for Examples on every public function
diff --git a/docs/user/lib_use_cases_acl.md b/docs/user/lib_use_cases_acl.md
new file mode 100644
index 0000000..15c33e4
--- /dev/null
+++ b/docs/user/lib_use_cases_acl.md
@@ -0,0 +1,304 @@
+# ACL
+
+The ACL classes are intended to help guide the ACL conversation. It is not intended to solve every ACL challenge you may have. In essence, it provides sane defaults and welcomes you to extend the logic via supported extension mechanisms. There are three patterns that heavily make up the capabilities:
+
+- Expanding data to the ["Cartesian product"](#cartesian-product) (or permutations) of each rule, so that each product can be easily evaluated.
+- Providing a `f"{type}_*` method pattern, to dynamically find any `validate_*` or `enforce_*` method you provide.
+- Providing a `f"{type}_{attr}` method pattern, to dynamically find any `process_{attr}` or `match_{attr}` method you provide for the given attrs.
+
+Each of these are covered in detail, below in the [core concepts](#core-concepts) section.
+
+Here you can see how the Python classes work together. There is a lot going on, so I encourage you to review the diagram briefly, and refer back to it often while reviewing the detailed information below.
+
+
+
+!!! info
+ It may be helpful to open the diagram in a new tab to view the full size, as an example, in Chrome you can right-click on the image and select "Open Image on New Tab".
+
+The intention of this page is not to cover every attribute and it's behavior, but a more human (although highly technical) understanding of what is going on. For more detailed information, please see the [test](https://github.com/networktocode/netutils/blob/develop/tests/unit/test_acl.py) and [code docs](../dev/code_reference/acl.md).
+
+!!! info
+ In the future the intention is to add features such as better de-duplication, partial match, and path analysis.
+
+## Core Concepts
+
+### Cartesian Product
+
+This ["Cartesian product"](https://en.wikipedia.org/wiki/Cartesian_product) concept is used throughout the page, so I thought it would be good to review. In this example, we have a single `rule`, and like many rules, it has multiple sources, destinations, and protocols. The `_cartesian_product` function creates the permutations, each of which is technically called a product.
+
+
+```python
+>>> from netutils.acl import _cartesian_product
+>>> rule = dict(
+... name="Allow to internal web",
+... src_ip=["192.168.0.0/24", "10.0.0.0/16"],
+... dst_ip=["172.16.0.0/16", "192.168.250.10-192.168.250.20"],
+... dst_port=["tcp/80", "udp/53"],
+... action="permit",
+... )
+>>> for item in _cartesian_product(rule):
+... print(item)
+...
+{'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '172.16.0.0/16', 'dst_port': 'tcp/80', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '172.16.0.0/16', 'dst_port': 'udp/53', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'tcp/80', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'udp/53', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '172.16.0.0/16', 'dst_port': 'tcp/80', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '172.16.0.0/16', 'dst_port': 'udp/53', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'tcp/80', 'action': 'permit'}
+{'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'udp/53', 'action': 'permit'}
+>>>
+```
+
+Now that you have the Cartesian products, you can evaluate each one individually. In this example perhaps '192.168.0.0/24' -> '172.16.0.0/16' is allowed, but '192.168.0.0/24' -> '192.168.250.10-192.168.250.20' is denied. Yet another example is the access could be allowed on both sources and destinations IPs, but not for udp/53 (DNS).
+
+Having the ability to look at each product individually allows you to only have to worry about the check you wish to create, versus custom logic that attempts to understand the permutations. Building a `is_pci_to_non_pci` becomes trivial when looking at each product. This idea applies to validating, enforcing, matching, etc.
+
+
+### Dynamic Method - Attrs
+
+The methods `process` and `match` both follow this pattern. As an example, the `process` method will dynamically find any method that follows `f"process_{attr}` pattern. This allows a Python class that inherits from `ACLRule` to simply add a `process_src_ip` method and that method would be called.
+
+### Dynamic Method - Any
+
+The methods `validate` and `enforce` both follow this pattern. As an example, the `validate` method will dynamically find any method that follows `f"process_*` pattern. This allows a Python class that inherits from `ACLRule` to simply add a `validate_ip_in_network` method and that method would be called.
+
+In both methods, ordering can be controlled with order_validate and order_enforce respectively. The default ordering will be alphabetical, as returned by the Python dir function.
+
+## ACLRule
+
+The `ACLRule` class at a high level:
+
+- The class `ACLRule` is used for working with Access Control List (ACL) rules.
+- It is built with extensibility in mind to allow you to customize how your business operates.
+- It contains a list of attributes such as "name," "src_ip," "src_zone," "dst_ip," "dst_port," "dst_zone," and "action" that are commonly used to work with ACLs.
+- Provides the ability for you to expand data such as converting an address-group name into detailed addresses with your custom code.
+- Provides the Cartesian product (or permutations) of the rules to make evaluation simple.
+- It provides options for verifying input data and result data (data expanded) with corresponding JSON schemas.
+- Provides the ability to validate data, generally for tech feasibility testing such as "are IPs on our network and in IPAM" or "is NAT IP provided vs actual IP".
+- Provides the ability to enforce data, generally for security testing such as "is PCI attempting to talk with a non-PCI environment" or "is IP range not narrowly scoped enough".
+ - The class supports a matrix feature, which allows users to define custom rule matching based on predefined matrix definitions.
+- Provides the ability to match one rule to another, to understand if rule exists already.
+
+### Initialization & Loading Data
+
+The initialization process calls on the `load_data` method. This on a high level verifies schema of initial data, allows you to process data (e.g. convert tcp/https -> 80/443), expand data, determine Cartesian product (or permutations) of the firewall rule (traditionally 5-tuple), and verifies schema of result data.
+
+The Cartesian product (or permutations) is key to the functionality of other steps, this allows you to evaluate each rule based on the smallest view of the data, so pay close attention to those steps, as it is important to other methods as well.
+
+To provide some ideas on what you may validate:
+
+- Is one of the source or destination IPs in our network?
+- Is one of the source or destination IPs in our IPAM?
+- Is the source and destination IPs able to route to each other?
+- Is the source and destination IPs on the same network?
+- Is one of the destination IPs to the real IP vs the NAT IP?
+- Is there routing from the source zone to the destination zone?
+- Is the business unit name in the description ?
+
+Many of validations will be based on IPs, but not all.
+
+Here you will find a written understanding of what is happening in the code:
+
+- The init method takes in data and calls `load_data`.
+- The method `load_data` processes the input data.
+ - The `input_data_check` method is called and verifies the input data based on the specified JSON schema.
+ - This is controlled by the `input_data_verify` attribute and schema defined in `input_data_schema`.
+ - For each `self.attrs`, a method name matching `f"process_{attr}"`, (e.g. `process_src_ip()`) is called.
+ - This allows you to inherit from and provide your own custom processes to convert, expand, or otherwise modify data before being evaluated.
+ - The `process_dst_port` method processes the `dst_port` attribute by converting the protocol and port information, it is enabled by default but controlled with the `dst_port_process` attribute.
+ - Both a dictionary `self.processed` and attributes (e.g. self.action, self.src_ip, etc.) are created.
+ - The `result_data_check` method verifies the processed data based on the specified JSON schema.
+ - This is controlled by the `result_data_verify` attribute which is disabled by default.
+ - The `validate` method validating the rule using a series of custom methods starting with `validate_` prefixes.
+ - The ordering can be controlled based on the `order_validate` attribute or defaults to all matches.
+ - The rules are expanded into `self.expanded_rules` by creating each permutations of the tuple, using a Cartesian product function.
+ - An example permutations would be converting source: 10.1.1.1, 10.1.1.2, destination: 10.100.100.100, port: 80 -> 10.1.1.1, destination: 10.100.100.100, port: 80 and 10.1.1.2, destination: 10.100.100.100, port: 80.
+ - This will be key, so that each permutations can be compared individually later.
+ - Filter out the permutations that have the same source and destination IP, if `self.filter_same_ip` which is on by default.
+
+### Enforce
+
+Enforce is generally used for security controls. An `enforce_matrix` is provided but not used by default. You can think of the matrix as an Excel sheet, in which you have source as the rows and destination as the column. You would identify the source/destination IP and find which x & y coordinates in your Excel document, and perform whatever action it states, such as deny, review, approve, etc.
+
+To provide some ideas on what you may enforce:
+
+- Is the request for a PCI to non-PCI network?
+- Is the request for a security-zone-X to security-zone-Y network?
+- Is the protocol a secure protocol?
+- Is the request approved?
+- Is the IPs requested narrowly scoped?
+
+Here you will find a written understanding of what is happening in the code:
+
+- The `enforce` method validating the rule using a series of custom methods starting with `enforce_` prefixes such as `enforce_pci_checks`.
+ - The ordering can be controlled based on the `order_enforce` attribute or defaults to all matches.
+ - The `enforce_matrix` method enforces ACL rules based on a predefined matrix feature.
+ - This is controlled by the `self.matrix_enforced` attribute and is off by default.
+ - The `enforce_matrix` method runs the enforcement checks for each of the `self.expanded_rules` (or permutations of tuples)
+ - This matrix definition is very simple and not likely ready to be be used in a production environment, instead used for simple demonstrations and communicating potential ideas.
+ - Each method should return a dictionary or list of dictionaries as both of these are handled
+ - In the example there is the `obj` and `action` key.
+ - This could and should be extended, such as providing obj, action, detail_msg, notification_team, and any other metadata that the tooling using this system would require.
+ - Catastrophic errors will raise an error.
+
+While not accurate in all use cases it would be best practice to run any of your custom `enforce_` against `self.expanded_rules`.
+
+### Match & Match Details
+
+The `match_details` method provides a verbose way of verifying match details between two ACL rule's, the `match` method uses `match_details` and provides a boolean if there are any rules in `rules_unmatched` which would tell you if you had a full match or not. We will only review in detail the `match_details`.
+
+Here you will find a written understanding of what is happening in the code:
+
+- The `self.expanded_rules` is looped over for every permutations.
+ - For each `self.attrs`, a method name matching `f"match_{attr}"`, (e.g. `match_src_ip()`) is called.
+ - This allows you to inherit from and provide your own custom equality check or verify with your business logic.
+ - You do not need to have a `f"match_{attr}"` method for every attr, description as example would not be a good candidate to match on.
+ - Equality checks are done on `src_zone`, `dst_zone`, `action`, and `port` by default.
+ - An `is_ip_within` check is done with for `src_ip` and `dst_ip` by default.
+- In the process, details are provided for and returned:
+ - `rules_matched` - Root key that is a list of dictionaries of rules that matched.
+ - `rules_unmatched` - Root key that is a list of dictionaries of rules that did not match.
+ - `existing_rule_product` - The original expanded_rule that existed in this item.
+ - `existing_rule` - The full original rule (not expanded_rule) that existed.
+ - `match_rule` - The full original rule that tested against, only shown in `rules_matched` root key.
+
+This data could help you to understand what matched, why it matched, and other metadata. This detail data can be used to in `ACLRules` to aggregate and ask more interesting questions.
+
+## ACLRules
+
+The `ACLRules` class at a high level:
+
+- Loads up multiple `ACLRule` and loads the data from a list of dictionaries.
+ - This is generally the data that exists on the firewall already, but there are other use cases.
+- Allows you to match the multiple `ACLRule` objects, and test against a single `ACLRule` object.
+ - This is generally to see if the access to the rule you are testing exists already or not.
+
+Using the `match_details` method, you could as an example, build logic if every product of the rule is matched, just not against a single rule. This is one of many different ways you could use the data.
+
+## Example Usage
+
+Here we can test if a rule is matched via the existing ruleset. We can leverage the permit or deny to understand if this exists already or not.
+
+**Simple Example**
+
+```python
+>>> from netutils.acl import ACLRules
+>>>
+>>> existing_acls = [
+... dict(
+... name="Allow to internal web",
+... src_ip=["192.168.0.0/24", "10.0.0.0/16"],
+... dst_ip=["172.16.0.0/16", "192.168.250.10-192.168.250.20"],
+... dst_port=["tcp/80", "udp/53"],
+... action="permit",
+... ),
+... dict(
+... name="Allow to internal dns",
+... src_ip=["192.168.1.0/24"],
+... dst_ip=["172.16.0.0/16"],
+... dst_port=["tcp/80", "udp/53"],
+... action="permit",
+... )
+... ]
+>>>
+>>> new_acl_match = dict(
+... name="Check multiple sources pass",
+... src_ip=["192.168.1.10", "192.168.1.11", "192.168.1.15-192.168.1.20"],
+... dst_ip="172.16.0.10",
+... dst_port="tcp/www-http",
+... action="permit",
+... )
+>>>
+>>> ACLRules(existing_acls).match(new_acl_match)
+'permit'
+>>>
+>>>
+>>> new_acl_non_match = dict(
+... name="Check no match",
+... src_ip=["10.1.1.1"],
+... dst_ip="172.16.0.10",
+... dst_port="tcp/www-http",
+... action="permit",
+... )
+>>>
+>>> ACLRules(existing_acls).match(new_acl_non_match)
+'deny'
+>>>
+```
+
+**Inherit Example**
+
+```python
+
+from netutils.acl import ACLRule
+
+class ExpandAddrGroups(ACLRule):
+ address_groups = {"red": ["white", "blue"], "blue": ["cyan"], "yellow": ["orange"]}
+ addresses = {"white": ["10.1.1.1", "10.2.2.2"], "cyan": ["10.3.3.3"], "orange": ["10.4.4.4"]}
+
+ def __init__(self, data, *args, **kwargs):
+ self.flattened_addresses = self.flatten_addresses(self.address_groups, self.addresses)
+ super().__init__(data, *args, **kwargs)
+
+ def flatten_addresses(self, address_groups, addresses):
+ flattened_addresses = {}
+ for group, subgroups in address_groups.items():
+ if group in addresses:
+ flattened_addresses.setdefault(group, []).extend(addresses[group])
+ for subgroup in subgroups:
+ if subgroup in addresses:
+ flattened_addresses.setdefault(group, []).extend(addresses[subgroup])
+ if subgroup in address_groups:
+ subgroup_addresses = self.flatten_addresses({subgroup: address_groups[subgroup]}, addresses)
+ for sub_group, ips in subgroup_addresses.items():
+ flattened_addresses.setdefault(sub_group, []).extend(ips)
+ if group != sub_group:
+ flattened_addresses.setdefault(group, []).extend(ips)
+ return flattened_addresses
+
+ def process_ip(self, ip):
+ if not isinstance(ip, list):
+ ip = [ip]
+ output = []
+ for ip_name in ip:
+ if not ip_name[0].isalpha():
+ output.append(ip_name)
+ elif self.addresses.get(ip_name):
+ output.extend(self.addresses[ip_name])
+ elif self.flattened_addresses.get(ip_name):
+ output.extend(self.flattened_addresses[ip_name])
+ return sorted(list(set(output)))
+
+ def process_src_ip(self, src_ip):
+ return self.process_ip(src_ip)
+
+ def process_dst_ip(self, dst_ip):
+ return self.process_ip(dst_ip)
+```
+
+Using the above object, we can test with:
+
+```python
+>>> rule_data = dict(
+... name="Check allow",
+... src_ip=["red", "blue", "10.4.4.4"],
+... dst_ip=["white"],
+... dst_port="6/www-http",
+... action="permit",
+... )
+>>>
+>>> address_object_expanded = ExpandAddrGroups(rule_data)
+>>> for item in address_object_expanded.expanded_rules:
+... print(item)
+...
+{'name': 'Check allow', 'src_ip': '10.1.1.1', 'dst_ip': '10.2.2.2', 'dst_port': '6/80', 'action': 'permit'}
+{'name': 'Check allow', 'src_ip': '10.2.2.2', 'dst_ip': '10.1.1.1', 'dst_port': '6/80', 'action': 'permit'}
+{'name': 'Check allow', 'src_ip': '10.3.3.3', 'dst_ip': '10.1.1.1', 'dst_port': '6/80', 'action': 'permit'}
+{'name': 'Check allow', 'src_ip': '10.3.3.3', 'dst_ip': '10.2.2.2', 'dst_port': '6/80', 'action': 'permit'}
+{'name': 'Check allow', 'src_ip': '10.4.4.4', 'dst_ip': '10.1.1.1', 'dst_port': '6/80', 'action': 'permit'}
+{'name': 'Check allow', 'src_ip': '10.4.4.4', 'dst_ip': '10.2.2.2', 'dst_port': '6/80', 'action': 'permit'}
+>>>
+```
+
+In that example you can see how we expanded `red` -> 10.1.1.1", "10.2.2.2", "10.3.3.3" as an example.
diff --git a/docs/user/lib_use_cases_jinja_filters.md b/docs/user/lib_use_cases_jinja_filters.md
new file mode 100644
index 0000000..14cd4d1
--- /dev/null
+++ b/docs/user/lib_use_cases_jinja_filters.md
@@ -0,0 +1,193 @@
+# Netutils to Jinja2 Filters
+
+In an effort to simplify the process of adding netutils' functions to Jinja2 as filters we have created a convenience function. Let's go through how you could add the filters to your Jinja2 environment.
+Here is the current folder structure.
+
+```bash
+.
+├── jinja2_environment.py
+└── templates
+ └── test.j2
+```
+
+Below is the code in the `test.j2` file.
+
+```jinja
+
+IP Address + 200 = {{ "192.168.0.1" | ip_addition(200) }}
+
+```
+Below is a code in the `jinja2_environment.py` folder.
+
+```python
+
+from jinja2.loaders import FileSystemLoader, PackageLoader
+from jinja2 import Environment, PackageLoader, select_autoescape
+from netutils.utils import jinja2_convenience_function
+
+env = Environment(
+ loader=FileSystemLoader("templates"),
+ autoescape=select_autoescape()
+)
+
+env.filters.update(jinja2_convenience_function())
+
+template = env.get_template("test.j2")
+result = template.render()
+print(result)
+```
+
+When you run `jinja2_environment.py` the output will be:
+
+```text
+
+IP Address + 200 = 192.168.0.201
+
+```
+
+## Netutils to Ansible Jinja2 Filters
+
+In Ansible, one can add with the following code by adding to a folder called `filter_plugins` in a file called `nutils.py` as an example.
+
+```python
+from netutils.utils import jinja2_convenience_function
+class FilterModule(object):
+ def filters(self):
+ return jinja2_convenience_function()
+```
+
+## ipaddress Convenience Functions
+
+When adding the netutils functions to your Jinja2 environment, you also gain access to the built-in ipaddress python library using these three Jinja2 filters.
+
+```python
+ "ipaddress_address": "ip.ipaddress_address",
+ "ipaddress_interface": "ip.ipaddress_interface",
+ "ipaddress_network": "ip.ipaddress_network",
+```
+
+When using these filters, you must specify an attribute of that given class. Here is an example of how you would use the `version` if the `ipaddress_interface` filter.
+
+```bash
+.
+.
+├── jinja2_environment.py
+└── templates
+ └── test.j2
+```
+
+Below is the code in the `test.j2` file.
+
+```jinja
+
+The version of 192.168.0.1/24 is IPv{{ "192.168.0.1/24" | ipaddress_interface("version") }}.
+
+```
+
+Below is a code in the `jinja2_environment.py` folder.
+
+```python
+from jinja2.loaders import FileSystemLoader, PackageLoader
+from jinja2 import Environment, PackageLoader, select_autoescape
+from netutils.utils import jinja2_convenience_function
+
+env = Environment(
+ loader=FileSystemLoader("templates"),
+ autoescape=select_autoescape()
+)
+
+env.filters.update(jinja2_convenience_function())
+
+template = env.get_template("test.j2")
+result = template.render()
+print(result)
+```
+
+When you run `jinja2_environment.py` the output will be:
+
+```text
+The version of 192.168.0.1/24 is IPv4.
+```
+
+## regex Convenience Functions
+
+When adding the netutils functions to your Jinja2 environment, you also gain access to the built-in `re` python library using these Jinja2 filters.
+
+```python
+ "regex_findall": "regex.regex_findall",
+ "regex_match": "regex.regex_match",
+ "regex_search": "regex.regex_search",
+ "regex_split": "regex.regex_split",
+ "regex_sub": "regex.regex_sub",
+```
+
+These functions will always return a json serializable object and not a complex object like `re.Match` or similar to better serve the primary use case of functions to be used as Jinja2 filters. After all, they are simply small wrappers around Python `re` functions, the Python provided `re` functionality should be preferred when not using Jinja2 or similar templating language.
+
+Below is code that you can drop into your Python shell to help bring to life how these regex functions can be used.
+
+```python
+from jinja2 import Environment, BaseLoader
+from netutils.utils import jinja2_convenience_function
+
+env = Environment(loader=BaseLoader())
+env.filters.update(jinja2_convenience_function())
+
+DATA = {
+ "device": "USSCAMS07",
+ "comma_seperated_devices": "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01"
+}
+
+TEMPLATE_STRING = """
+{% set device_details = '([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)' | regex_match(device) %}
+
+Country: {{ ('^([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)' | regex_search(device))[0] }}
+STATE: {{ device_details[1] }}
+FUNCTION: {{ device_details[2] }}
+
+ALL DEVICES:
+{% for router in ',' | regex_split(comma_seperated_devices) -%}
+ - {{ router }}
+{% endfor %}
+
+ONLY ROUTERS:
+{% for router in ',' | regex_split(comma_seperated_devices) -%}
+{% if '-RT' | regex_search(router) -%}
+ - {{ router }}
+{% endif -%}
+{% endfor %}
+"""
+
+template = env.from_string(TEMPLATE_STRING, DATA)
+result = template.render()
+print(result)
+```
+
+Which would result in the following output.
+
+```text
+Country: US
+STATE: SC
+FUNCTION: AMS
+
+ALL DEVICES:
+- NYC-RT01
+- NYC-RT02
+- SFO-SW01
+- SFO-RT01
+
+ONLY ROUTERS:
+- NYC-RT01
+- NYC-RT02
+- SFO-RT01
+```
+
+## Netutils to Jinja2 Filters List
+
+
+The below list shows what jinja2 filters are added when you add them using the process above. The keys of the dictionary are the names you would use to call the jinja2 filter.
+
+!!! note
+
+ The Jinja2 filter names match the python function names.
+
+--8<-- "docs/user/include_jinja_list.md"
\ No newline at end of file
diff --git a/docs/user/lib_use_cases_lib_mapper.md b/docs/user/lib_use_cases_lib_mapper.md
new file mode 100644
index 0000000..55780b9
--- /dev/null
+++ b/docs/user/lib_use_cases_lib_mapper.md
@@ -0,0 +1,167 @@
+# Library Mappings
+
+These dictionaries provide mappings in expected vendor names between Netmiko, NAPALM, pyntc, ntc-templates, pyats, and scrapli. For each non-reversed mapper, the keys of the dictionary represent the driver used for that library while the values represent the "normalized" driver based on netmiko.
+
+These dictionaries allow you to keep your Source of Truth platform data consistent and still easily switch between automation libraries. For example, you may be storing your device platform data in Nautobot. In a Nautobot platform, you can store the NAPALM driver needed for that platform. What if you wanted to write a python script to leverage the backup capabilities of pyntc? Here's an example of how you could use the following dictionaries to perform mappings from your stored Nautobot NAPALM driver to the pyntc driver needed for your script.
+
+```python
+
+import pynautobot
+from netutils.lib_mapper import NAPALM_LIB_MAPPER, PYNTC_LIB_MAPPER_REVERSE
+from pyntc import ntc_device as NTC
+
+
+# Get device from Nautobot
+nautobot = pynautobot.api(url="http://mynautobotinstance.com",token="mytoken")
+
+# Get Napalm driver and save for later use.
+device = nautobot.dcim.devices.get(name="mydevice")
+sot_driver = device.platform.napalm_driver
+
+
+# Connect to device via Napalm
+driver = napalm.get_network_driver(sot_driver)
+
+device = driver(
+ hostname="device.name",
+ username="demo",
+ password="secret"
+)
+
+# Do Napalm tasks
+
+pyntc_driver = PYNTC_LIB_MAPPER_REVERSE.get(NAPALM_LIB_MAPPER.get(sot_driver))
+net_con = NTC(host=device.name, username="demo", password="secret", device_type=pyntc_driver)
+
+# Do pyntc tasks
+```
+
+Another use case could be using an example like the above in an Ansible filter. That would allow you to write a filter utilizing whichever automation library you needed without having to store the driver for each one in your Source of Truth.
+
+There is also a dynamically built mapping that gives you all of the libraries given a normalized name, here is a condensed snippet to understand the data structure of `NAME_TO_ALL_LIB_MAPPER`:
+
+```python
+{
+ "cisco_ios": {
+ "ansible": "cisco.ios.ios",
+ "napalm": "ios",
+ },
+ "cisco_nxos": {
+ "ansible": "cisco.nxos.nxos",
+ "napalm": "nxos",
+ }
+}
+```
+
+## Aerleon Mapper
+
+--8<-- "docs/user/lib_mapper/aerleon.md"
+
+## Reverse Aerleon Mapper
+
+--8<-- "docs/user/lib_mapper/aerleon_reverse.md"
+
+## Ansible Mapper
+
+--8<-- "docs/user/lib_mapper/ansible.md"
+
+## Reverse Ansible Mapper
+
+--8<-- "docs/user/lib_mapper/ansible_reverse.md"
+
+## Capirca Mapper
+
+--8<-- "docs/user/lib_mapper/capirca.md"
+
+## Reverse Capirca Mapper
+
+--8<-- "docs/user/lib_mapper/capirca_reverse.md"
+
+## DNA Center Mapper
+
+--8<-- "docs/user/lib_mapper/dna_center.md"
+
+## Reverse DNA Center Mapper
+
+--8<-- "docs/user/lib_mapper/dna_center_reverse.md"
+
+## Forward Networks Mapper
+
+--8<-- "docs/user/lib_mapper/forwardnetworks.md"
+
+## Reverse Forward Networks Mapper
+
+--8<-- "docs/user/lib_mapper/forwardnetworks_reverse.md"
+
+## Hier Config Mapper
+
+--8<-- "docs/user/lib_mapper/hierconfig.md"
+
+## Reverse Hier Config Mapper
+
+--8<-- "docs/user/lib_mapper/hierconfig_reverse.md"
+
+## Napalm Mapper
+
+--8<-- "docs/user/lib_mapper/napalm.md"
+
+## Reverse Napalm Mapper
+
+--8<-- "docs/user/lib_mapper/napalm_reverse.md"
+
+## Netmiko Mapper
+
+--8<-- "docs/user/lib_mapper/netmiko.md"
+
+## Reverse Netmiko Mapper
+
+--8<-- "docs/user/lib_mapper/netmiko_reverse.md"
+
+
+## Netutils Parser Mapper
+
+--8<-- "docs/user/lib_mapper/netutilsparser.md"
+
+## Reverse Netutils Parser Mapper
+
+--8<-- "docs/user/lib_mapper/netutilsparser_reverse.md"
+
+## NTC Templates Mapper
+
+--8<-- "docs/user/lib_mapper/ntctemplates.md"
+
+## Reverse NTC Templates Mapper
+
+--8<-- "docs/user/lib_mapper/ntctemplates_reverse.md"
+
+## NIST Mapper
+
+--8<-- "docs/user/lib_mapper/nist.md"
+
+## Reverse NIST Mapper
+
+--8<-- "docs/user/lib_mapper/nist_reverse.md"
+
+## PyATS Mapper
+
+--8<-- "docs/user/lib_mapper/pyats.md"
+
+## Reverse PyATS Mapper
+
+--8<-- "docs/user/lib_mapper/pyats_reverse.md"
+
+## PyNTC Mapper
+
+--8<-- "docs/user/lib_mapper/pyntc.md"
+
+## Reverse PyNTC Mapper
+
+--8<-- "docs/user/lib_mapper/pyntc_reverse.md"
+
+## Scrapli Mapper
+
+--8<-- "docs/user/lib_mapper/scrapli.md"
+
+## Reverse Scrapli Mapper
+
+--8<-- "docs/user/lib_mapper/scrapli_reverse.md"
\ No newline at end of file
diff --git a/docs/user/lib_use_cases_nist.md b/docs/user/lib_use_cases_nist.md
new file mode 100644
index 0000000..4fd080f
--- /dev/null
+++ b/docs/user/lib_use_cases_nist.md
@@ -0,0 +1,42 @@
+# NIST
+
+The NIST utility is used for functionality based around NIST DB Queries, and is primarily used to create URLs for the API based queries.
+
+## Requirements
+
+In order to use the URLs generated by `netutils.nist.get_nist_urls*`, you will need an api key provided by NIST [here]('https://nvd.nist.gov/developers/request-an-api-key'). This key will need to be passed in as an additional header in your request in the form of `{"apiKey": ""}` as stated by NIST in their [Getting Started]('https://nvd.nist.gov/developers/start-here') section.
+
+
+## Custom URLs
+
+The largest caveat in this functionality is the consistency of the URL values needed to obtain the CVE information. NIST NVD has specific parameters that can be used for standardization, however this does not mean that entries are standardized. Manually combing through a large amount of CPE Vendor submissions has shown that there are variations in how CPE Vendor data is presented.
+
+For this reason, for certain Vendor/OS combinations, a custom URL needs to be built.
+- **Cisco IOS CPE String** - `cpe:2.3:o:cisco:ios:15.5\\(2\\)s1c:*`
+ - `15.5\\(2\\)s1c:*` - As seen here, Cisco uses CPE strings that do not include the `:` delimiter, which can be queried using escape characters in the search string. **This is the format of ALL "generic" OS/Other platforms that do not have their own custom NIST URL builder when querying NIST.**
+ - Default URL Output - `'https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:cisco:ios:15.5\\(2\\)s1c:*'`
+
+- **Juniper JunOS CPE String** - `cpe:2.3:o:juniper:junos:10.2:r2:*:*:*:*:*:*`
+ - `10.2:r2:*:*:*:*:*:*` - As noted here, one of the provided URLs to query for this Juniper JunOS OS platform includes additional values that follow NIST delimiter structures. In the case where the parser provides multiple URLs, they will both be evaluated and the CVE from both will be added and associated.
+ - Custom URL Output - `['https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:juniper:junos:10.2r2:*:*:*:*:*:*:*', 'https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:juniper:junos:10.2:r2:*:*:*:*:*:*']`
+
+
+## Examples
+Here are a few examples showing how to use this in your python code.
+
+```python
+
+from netutils.nist import get_nist_urls
+
+# Get NIST URL for the Cisco IOS object
+get_nist_urls("cisco_ios", "15.5(2)S1c")
+# ['https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:cisco:ios:15.5\\(2\\)s1c:*']
+
+# Get NIST URL(s) for the Juniper JunOS object
+get_nist_urls("juniper_junos", "10.2R2.11")
+# ['https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:juniper:junos:10.2r2:*:*:*:*:*:*:*', 'https://services.nvd.nist.gov/rest/json/cves/2.0?virtualMatchString=cpe:2.3:o:juniper:junos:10.2:r2:*:*:*:*:*:*']
+```
+
+Currently known OS/Other Platform types that require a custom NIST URL:
+
+- Juniper JunOS
diff --git a/docs/user/lib_use_cases_os_version.md b/docs/user/lib_use_cases_os_version.md
new file mode 100644
index 0000000..f945ab1
--- /dev/null
+++ b/docs/user/lib_use_cases_os_version.md
@@ -0,0 +1,41 @@
+# OS Version Tools
+
+The OS Version Tools are used for working with versioning systems.
+
+## Version Parsing/Deconstruction
+Version parsing takes the software version given as a string, and deconstructs that value into the standards of the vendor. The version parsing takes place in the `netutils.os_version` module. This is necessary when specific values or flags from a software version are required to make a logical decision.
+
+Current Version Parsers:
+
+- Default Parser
+- Juniper JunOS
+
+**See the following Default and Juniper JunOS parsed versions:**
+
+```python
+>>> from netutils.os_version import version_metadata
+
+>>> version_metadata("Cisco", "IOS", "15.5")
+{
+ "major": "15",
+ "minor": "5",
+ "vendor_metadata": False,
+}
+>>> version_metadata("juniper", "junos", "12.4R")
+{
+ "isservice": False,
+ "ismaintenance": False,
+ "isfrs": True,
+ "isspecial": False,
+ "service": None,
+ "service_build": None,
+ "service_respin": None,
+ "main": "12",
+ "minor": "4",
+ "type": "R",
+ "build": None,
+ "major": "12",
+ "patch": None,
+ "vendor_metadata": True,
+}
+```
diff --git a/docs/user/lib_use_cases_protocol_mappers.md b/docs/user/lib_use_cases_protocol_mappers.md
new file mode 100644
index 0000000..7c071de
--- /dev/null
+++ b/docs/user/lib_use_cases_protocol_mappers.md
@@ -0,0 +1,89 @@
+# Protocol Mappers
+
+These protocol mappers can be used when you have either the application protocol name or number but need the corresponding value. Something to note is that these mappings are divided up per IP protocol.
+The reasoning behind this is that the same port number could be tied to two different application protocols depending on the underlying IP protocol. For example, when using UDP, port 13400 is the application protocol `doip-disc`. Looking at the same port using TCP the application protocol is `doip-data`.
+
+
+Here are currently available mappers:
+
+- **DCCP_NAME_TO_NUM** - Allows mapping from a known DCCP application protocol name to DCCP application protocol number.
+
+- **DCCP_NUM_TO_NAME** - Allows mapping from a known DCCP application protocol name to DCCP application protocol number.
+
+- **PROTO_NAME_TO_NUM** - Allows mapping from a known IP protocol name to IP protocol number.
+
+- **PROTO_NUM_TO_NAME** - Allows mapping from a known IP protocol number to IP protocol name.
+
+- **SCTP_NAME_TO_NUM** - Allows mapping from a known SCTP application protocol name to SCTP application protocol number.
+
+- **SCTP_NUM_TO_NAME** - Allows mapping from a known SCTP application protocol number to SCTP application protocol name.
+
+- **TCP_NAME_TO_NUM** - Allows mapping from a known TCP application protocol name to TCP application protocol number.
+
+- **TCP_NUM_TO_NAME** - Allows mapping from a known TCP application protocol number to TCP application protocol name.
+
+- **UDP_NAME_TO_NUM** - Allows mapping from a known UDP application protocol name to UDP application protocol number.
+
+- **UDP_NUM_TO_NAME** - Allows mapping from a known UDP application protocol number to UDP application protocol name.
+
+
+Here are a few examples showing how you would use these in your python code.
+
+```python
+
+from netutils.protocol_mapper import (
+
+ PROTO_NAME_TO_NUM,
+ PROTO_NUM_TO_NAME,
+ TCP_NAME_TO_NUM,
+ TCP_NUM_TO_NAME,
+ UDP_NAME_TO_NUM,
+ UDP_NUM_TO_NAME,
+ SCTP_NAME_TO_NUM,
+ SCTP_NUM_TO_NAME,
+ DCCP_NAME_TO_NUM,
+ DCCP_NUM_TO_NAME,
+)
+
+# Get DCCP protocol port from known DCCP application name
+LTP_DEEPSPACE_PORT = DCCP_NAME_TO_NUM("ltp-deepspace")
+print(LTP_DEEPSPACE_PORT)
+# 1113
+
+# Get TCP protocol port from known TCP application name
+SSH_PORT = TCP_NAME_TO_NUM["ssh"]
+print(SSH_PORT)
+# 22
+
+# Get SCTP protocol name from known SCTP application port.
+SCTP_PORT_1021_APPLICATION_NAME = SCTP_NUM_TO_NAME[1021]
+print(SCTP_PORT_1021_APPLICATION_NAME)
+# "exp1"
+
+# Get UDP protocol name from known UDP application port
+UDP_PORT_20_APPLICATION_NAME = UDP_NUM_TO_NAME[20]
+print(UDP_PORT_20_APPLICATION_NAME)
+# "ftp-data
+```
+
+## Handling of Duplicate Services
+
+The ports are defined by iana and generated via an autogenerated process, however, there is not a strict name to number mapping provided by iana. Often names are duplicated across multiple port numbers.
+
+Take the below example.
+
+|Service Name| Port Number| Transport Protocol| Description |
+|------------| -----------| ------------------| ------------|
+|compressnet| 2| tcp| Management Utility |
+|compressnet| 2| udp| Management Utility |
+|compressnet| 3| tcp| Compression Process |
+|compressnet| 3| udp| Compression Process |
+
+As you can see, the service name and port combination is not unique. As such, on the second one, a `-secondary` is appended to the name to accommodate. The resulting structure looks something like:
+
+```python
+ "compressnet": {"port_number": 2, "protocols": ["tcp", "udp"]},
+ "compressnet-secondary": {"port_number": 3, "protocols": ["tcp", "udp"]},
+```
+
+This behavior is to be expected.
\ No newline at end of file
diff --git a/flat_postprocess/oui_postprocess.py b/flat_postprocess/oui_postprocess.py
new file mode 100644
index 0000000..0720f39
--- /dev/null
+++ b/flat_postprocess/oui_postprocess.py
@@ -0,0 +1,30 @@
+"""Python code used to postprocess Flat github action data related to OUI mappings."""
+
+import re
+import sys
+from urllib.request import urlopen
+
+HEX_RE = r"^(?P[A-Fa-f0-9]{6})\s+\(.*\)[^a-zA-Z0-9]+(?P.*)$"
+OUI_MAPPINGS = {}
+
+if __name__ == "__main__":
+ if len(sys.argv) == 3:
+ with urlopen("https://standards-oui.ieee.org").read().decode("utf-8") as oui_textfile: # nosec B310
+ with open(sys.argv[1], "w", encoding="utf-8") as oui_mappings:
+ oui_mappings.write(oui_textfile)
+
+ with open(sys.argv[1], "r", encoding="utf-8") as oui_file:
+ for line in oui_file:
+ if re.search(HEX_RE, line):
+ group_regex_values = re.search(HEX_RE, line).groupdict()
+ if group_regex_values.get("hex") and group_regex_values.get("company"):
+ OUI_MAPPINGS.update({group_regex_values.get("hex").lower(): group_regex_values.get("company")})
+
+ with open(sys.argv[1], "w", encoding="utf-8") as oui_mappings:
+ oui_mappings.write('"""Dictionary object to store OUI information."""\n')
+ oui_mappings.write("# pylint: disable=too-many-lines\n")
+ oui_mappings.write("import typing\n\n")
+ oui_mappings.write("OUI_MAPPINGS: typing.Dict[str, str] = {\n")
+ for mac, company in sorted(OUI_MAPPINGS.items()):
+ oui_mappings.write(f' "{mac}": "{company}",\n')
+ oui_mappings.write("}\n")
diff --git a/flat_postprocess/oui_postprocess.ts b/flat_postprocess/oui_postprocess.ts
new file mode 100644
index 0000000..636ee40
--- /dev/null
+++ b/flat_postprocess/oui_postprocess.ts
@@ -0,0 +1,6 @@
+// Forwards the execution to the python script
+const py_run = Deno.run({
+ cmd: ['python', './flat_postprocess/oui_postprocess.py'].concat(Deno.args),
+});
+
+await py_run.status();
diff --git a/flat_postprocess/protocol_number_postprocess.py b/flat_postprocess/protocol_number_postprocess.py
new file mode 100644
index 0000000..190bccb
--- /dev/null
+++ b/flat_postprocess/protocol_number_postprocess.py
@@ -0,0 +1,38 @@
+"""Python code used to postprocess Flat github action data related to Protocol mappings."""
+
+import csv
+import os
+import sys
+from urllib.request import urlopen
+
+if __name__ == "__main__":
+ if len(sys.argv) == 2:
+ URL = "https://www.iana.org/assignments/protocol-numbers/protocol-numbers-1.csv"
+ oui_textfile = urlopen(URL).read().decode("utf-8") # noqa: S310 pylint: disable=consider-using-with
+ with open(sys.argv[1], "w", encoding="utf-8") as proto_mappings:
+ proto_mappings.write(oui_textfile)
+
+ protocol_mapping = {}
+ reverse_mapping = {}
+ with open(sys.argv[1], encoding="utf-8") as file:
+ next(file)
+ reader = csv.reader(file)
+ for row in reader:
+ number = row[0]
+ name = row[1]
+ if not number.isnumeric():
+ continue
+ if not name:
+ continue
+ name = name.replace(" (deprecated)", "")
+ protocol_mapping[name] = int(number)
+ reverse_mapping[int(number)] = name
+
+ with open(sys.argv[1], "w", encoding="utf-8") as proto_mappings:
+ proto_mappings.write('"""Dictionary object to store Protocol Number."""\n')
+ proto_mappings.write("from typing import Dict\n")
+ proto_mappings.write(f"PROTO_NAME_TO_NUM: Dict[str, int] = {protocol_mapping}")
+ proto_mappings.write("\n")
+ proto_mappings.write(f"PROTO_NUM_TO_NAME: Dict[int, str] = {reverse_mapping}")
+
+ os.system(f"ruff format {sys.argv[1]}") # noqa: S605
diff --git a/flat_postprocess/protocol_number_postprocess.ts b/flat_postprocess/protocol_number_postprocess.ts
new file mode 100644
index 0000000..75862cb
--- /dev/null
+++ b/flat_postprocess/protocol_number_postprocess.ts
@@ -0,0 +1,7 @@
+// Forwards the execution to the python script
+const py_run = Deno.run({
+ // Run `python ./flat_postprocess/protocol_number_postprocess.py netutils/data_files/protocol_number_mappings.py` to test locally.
+ cmd: ["python", "./flat_postprocess/protocol_number_postprocess.py"].concat(Deno.args),
+});
+
+await py_run.status();
diff --git a/flat_postprocess/protocol_postprocess.py b/flat_postprocess/protocol_postprocess.py
new file mode 100644
index 0000000..b7b9702
--- /dev/null
+++ b/flat_postprocess/protocol_postprocess.py
@@ -0,0 +1,38 @@
+"""Python code used to postprocess Flat github action data related to Protocol mappings."""
+
+import csv
+import os
+import sys
+from urllib.request import urlopen
+
+if __name__ == "__main__":
+ if len(sys.argv) == 2:
+ URL = "https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv"
+ oui_textfile = urlopen(URL).read().decode("utf-8") # noqa: S310 pylint: disable=consider-using-with
+ with open(sys.argv[1], "w", encoding="utf-8") as proto_mappings:
+ proto_mappings.write(oui_textfile)
+
+ protocol_mapping = {}
+ with open(sys.argv[1], encoding="utf-8") as file:
+ next(file)
+ reader = csv.reader(file)
+ for row in reader:
+ name = row[0]
+ port = row[1]
+ protocol = row[2]
+ if not port.isnumeric():
+ continue
+ if name and port and protocol:
+ if protocol_mapping.get(name) and protocol_mapping[name]["port_number"] != int(port):
+ name = name + "-secondary"
+ if not protocol_mapping.get(name):
+ protocol_mapping[name] = {"port_number": int(port), "protocols": []}
+ protocol_mapping[name]["protocols"].append(protocol)
+
+ with open(sys.argv[1], "w", encoding="utf-8") as proto_mappings:
+ proto_mappings.write('"""Dictionary object to store Protocol information."""\n')
+ proto_mappings.write("# pylint: disable=too-many-lines\n")
+ proto_mappings.write("from typing import Any, Dict\n\n")
+ proto_mappings.write(f"PROTOCOLS: Dict[str, Any] = {protocol_mapping}")
+
+ os.system(f"ruff format {sys.argv[1]}") # noqa: S605
diff --git a/flat_postprocess/protocol_postprocess.ts b/flat_postprocess/protocol_postprocess.ts
new file mode 100644
index 0000000..9338fed
--- /dev/null
+++ b/flat_postprocess/protocol_postprocess.ts
@@ -0,0 +1,7 @@
+// Forwards the execution to the python script
+const py_run = Deno.run({
+ // Run `python ./flat_postprocess/protocol_postprocess.py netutils/data_files/protocol_mappings.py` to test locally.
+ cmd: ["python", "./flat_postprocess/protocol_postprocess.py"].concat(Deno.args),
+});
+
+await py_run.status();
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..5fb748b
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,179 @@
+---
+dev_addr: "127.0.0.1:8001"
+edit_uri: "edit/develop/docs"
+site_dir: "netutils/static/netutils/docs"
+site_name: "Netutils Documentation"
+site_url: "https://netutils.readthedocs.io/en/latest/"
+repo_url: "https://github.com/networktocode/netutils"
+copyright: "Copyright © The Authors"
+theme:
+ name: "material"
+ navigation_depth: 4
+ custom_dir: "docs/assets/overrides"
+ hljs_languages:
+ - "python"
+ - "yaml"
+ features:
+ - "content.code.copy"
+ - "navigation.indexes"
+ - "navigation.tabs"
+ - "navigation.tabs.sticky"
+ - "navigation.tracking"
+ - "search.highlight"
+ - "search.share"
+ - "search.suggest"
+ favicon: "assets/favicon.ico"
+ logo: "assets/networktocode_logo.svg"
+ palette:
+ # Palette toggle for light mode
+ - media: "(prefers-color-scheme: light)"
+ scheme: "default"
+ primary: "black"
+ toggle:
+ icon: "material/weather-sunny"
+ name: "Switch to dark mode"
+
+ # Palette toggle for dark mode
+ - media: "(prefers-color-scheme: dark)"
+ scheme: "slate"
+ primary: "black"
+ toggle:
+ icon: "material/weather-night"
+ name: "Switch to light mode"
+extra_css:
+ - "assets/extra.css"
+
+# needed for RTD version flyout menu
+# jquery is not (yet) injected by RTD automatically and it might be dropped
+# as a dependency in the future
+extra_javascript:
+ - "https://code.jquery.com/jquery-3.6.0.min.js"
+
+extra:
+ generator: false
+ ntc_sponsor: true
+ social:
+ - icon: "fontawesome/solid/rss"
+ link: "https://blog.networktocode.com/"
+ name: "Network to Code Blog"
+ - icon: "fontawesome/brands/youtube"
+ link: "https://www.youtube.com/channel/UCwBh-dDdoqzxXKyvTw3BuTw"
+ name: "Network to Code Videos"
+ - icon: "fontawesome/brands/slack"
+ link: "https://www.networktocode.com/community/"
+ name: "Network to Code Community"
+ - icon: "fontawesome/brands/github"
+ link: "https://github.com/networktocode/"
+ name: "GitHub Organization"
+ - icon: "fontawesome/brands/twitter"
+ link: "https://twitter.com/networktocode"
+ name: "Network to Code Twitter"
+markdown_extensions:
+ - "markdown_version_annotations":
+ admonition_tag: "???"
+ - "admonition"
+ - "toc":
+ permalink: true
+ - "attr_list"
+ - "md_in_html"
+ - "pymdownx.highlight":
+ anchor_linenums: true
+ - "pymdownx.inlinehilite"
+ - "pymdownx.snippets"
+ - "pymdownx.superfences"
+ - "footnotes"
+plugins:
+ - "search"
+ - "mkdocs-python-classy":
+ classy_strategy: "subclass"
+ classy_modules:
+ - "netutils.config.parser"
+ classy_libraries:
+ - "netutils"
+ - "mkdocstrings":
+ default_handler: "python"
+ handlers:
+ python:
+ paths: ["."]
+ options:
+ show_root_heading: true
+watch:
+ - "README.md"
+
+nav:
+ - Overview: "index.md"
+ - User Guide:
+ - Library Overview: "user/lib_overview.md"
+ - Using the Library: "user/lib_use_cases.md"
+ - Jinja Filters: "user/lib_use_cases_jinja_filters.md"
+ - Library Mapper: "user/lib_use_cases_lib_mapper.md"
+ - Protocol Mapper: "user/lib_use_cases_protocol_mappers.md"
+ - Config Parsers: "dev/include_parser_list.md"
+ - NIST Utility: "user/lib_use_cases_nist.md"
+ - OS Software Version Utility: "user/lib_use_cases_os_version.md"
+ - ACL: "user/lib_use_cases_acl.md"
+ - Upgrade Paths: "user/lib_upgrade_paths.md"
+ - Getting Started: "user/lib_getting_started.md"
+ - Frequently Asked Questions: "user/faq.md"
+ - Administrator Guide:
+ - Install and Configure: "admin/install.md"
+ - Upgrade: "admin/upgrade.md"
+ - Uninstall: "admin/uninstall.md"
+ - Release Notes:
+ - "admin/release_notes/index.md"
+ - v1.15: "admin/release_notes/version_1.15.md"
+ - v1.14: "admin/release_notes/version_1.14.md"
+ - v1.13: "admin/release_notes/version_1.13.md"
+ - v1.12: "admin/release_notes/version_1.12.md"
+ - v1.11: "admin/release_notes/version_1.11.md"
+ - v1.10: "admin/release_notes/version_1.10.md"
+ - v1.9: "admin/release_notes/version_1.9.md"
+ - v1.8: "admin/release_notes/version_1.8.md"
+ - v1.7: "admin/release_notes/version_1.7.md"
+ - v1.6: "admin/release_notes/version_1.6.md"
+ - v1.5: "admin/release_notes/version_1.5.md"
+ - v1.4: "admin/release_notes/version_1.4.md"
+ - v1.3: "admin/release_notes/version_1.3.md"
+ - v1.2: "admin/release_notes/version_1.2.md"
+ - v1.1: "admin/release_notes/version_1.1.md"
+ - v1.0: "admin/release_notes/version_1.0.md"
+ - v0.2: "admin/release_notes/version_0.2.md"
+ - v0.1: "admin/release_notes/version_0.1.md"
+ - Developer Guide:
+ - Extending the Library: "dev/extending.md"
+ - Contributing to the Library: "dev/contributing.md"
+ - Development Environment: "dev/dev_environment.md"
+ - Release Checklist: "dev/release_checklist.md"
+ - Config Parser Development: "dev/dev_config.md"
+ - Arch Decision Records: "dev/dev_adr.md"
+ - Code Attribution to the Library: "dev/attribution.md"
+ - Code Reference:
+ - "dev/code_reference/index.md"
+ - ASN: "dev/code_reference/asn.md"
+ - ACL: "dev/code_reference/acl.md"
+ - Bandwidth: "dev/code_reference/bandwidth.md"
+ - Banner: "dev/code_reference/banner.md"
+ - Configs: "dev/code_reference/configs.md"
+ - DNS: "dev/code_reference/dns.md"
+ - Hash: "dev/code_reference/hash.md"
+ - Interface: "dev/code_reference/interface.md"
+ - IP: "dev/code_reference/ip.md"
+ - Library Helpers: "dev/code_reference/lib_helpers.md"
+ - Library Mapping: "dev/code_reference/lib_mapping.md"
+ - Mac Address: "dev/code_reference/mac.md"
+ - NIST: "dev/code_reference/nist.md"
+ - OS Version: "dev/code_reference/os_version.md"
+ - Password: "dev/code_reference/password.md"
+ - Ping: "dev/code_reference/ping.md"
+ - Protocol Mapper: "dev/code_reference/protocol_mapper.md"
+ - Regex: "dev/code_reference/regex.md"
+ - Route: "dev/code_reference/route.md"
+ - Time: "dev/code_reference/time.md"
+ - Utils: "dev/code_reference/utils.md"
+ - VLAN: "dev/code_reference/vlan.md"
+ - Classy Docs:
+ - Parser: "dev/classy/parser.md"
+
+not_in_nav: |
+ - "user/include_jinja_list.md"
+ - "user/lib_mapper/*.md"
diff --git a/netutils/__init__.py b/netutils/__init__.py
index ebdef7b..4d89135 100644
--- a/netutils/__init__.py
+++ b/netutils/__init__.py
@@ -1,32 +1,5 @@
"""Initialization file for library."""
-from . import asn
-from . import dns
-from . import constants
-from . import interface
-from . import ip
-from . import lib_mapper
-from . import mac
-from . import password
-from . import ping
-from . import protocol_mapper
-from . import route
-from . import variables
-from . import vlan
+from importlib import metadata
-__all__ = [
- "asn",
- "constants",
- "dns",
- "interface",
- "ip",
- "lib_mapper",
- "mac",
- "password",
- "ping",
- "protocol_mapper",
- "route",
- "variables",
- "vlan",
-]
-__version__ = "0.1.1"
+__version__ = metadata.version(__name__)
diff --git a/netutils/_private/version.py b/netutils/_private/version.py
new file mode 100644
index 0000000..d4413c4
--- /dev/null
+++ b/netutils/_private/version.py
@@ -0,0 +1,358 @@
+# pylint: disable=deprecated-module,missing-class-docstring,invalid-name,protected-access,consider-using-f-string,no-else-return,attribute-defined-outside-init,no-member
+# pylint: disable=super-init-not-called,inconsistent-return-statements,no-else-continue,raise-missing-from,too-many-branches,missing-function-docstring,too-many-return-statements
+# type: ignore
+
+#
+# distutils/version.py, taken from: https://github.com/python/cpython/blob/3.11/Lib/distutils/version.py
+#
+# Implements multiple version numbering conventions for the
+# Python Module Distribution Utilities.
+#
+# $Id$
+#
+
+"""Provides classes to represent module version numbers (one class for each style of version numbering).
+
+There are currently two such classes implemented: StrictVersion and LooseVersion.
+
+Every version number class implements the following interface:
+ * the 'parse' method takes a string and parses it to some internal
+ representation; if the string is an invalid version number,
+ 'parse' raises a ValueError exception
+ * the class constructor takes an optional string argument which,
+ if supplied, is passed to 'parse'
+ * __str__ reconstructs the string that was passed to 'parse' (or
+ an equivalent string -- ie. one that will generate an equivalent
+ version number instance)
+ * __repr__ generates Python code to recreate the version number instance
+ * _cmp compares the current instance with either another instance
+ of the same class or a string (which will be parsed to an instance
+ of the same class, thus must follow the same rules)
+"""
+
+import re
+
+
+class Version:
+ """Abstract base class for version numbering classes.
+
+ Just provides constructor (__init__) and reproducer (__repr__), because those
+ seem to be the same for all version numbering classes; and route
+ rich comparisons to _cmp.
+ """
+
+ def __init__(self, vstring=None):
+ """__init__ method from Python core."""
+ if vstring:
+ self.parse(vstring)
+
+ def __repr__(self):
+ """__repr__ method from Python core."""
+ return "%s ('%s')" % (self.__class__.__name__, str(self))
+
+ def __eq__(self, other):
+ """__eq__ method from Python core."""
+ c = self._cmp(other)
+ if c is NotImplemented:
+ return c
+ return c == 0
+
+ def __lt__(self, other):
+ """__lt__ method from Python core."""
+ c = self._cmp(other)
+ if c is NotImplemented:
+ return c
+ return c < 0
+
+ def __le__(self, other):
+ """__le__ method from Python core."""
+ c = self._cmp(other)
+ if c is NotImplemented:
+ return c
+ return c <= 0
+
+ def __gt__(self, other):
+ """__gt__ method from Python core."""
+ c = self._cmp(other)
+ if c is NotImplemented:
+ return c
+ return c > 0
+
+ def __ge__(self, other):
+ """__ge__ method from Python core."""
+ c = self._cmp(other)
+ if c is NotImplemented:
+ return c
+ return c >= 0
+
+
+# Interface for version-number classes -- must be implemented
+# by the following classes (the concrete ones -- Version should
+# be treated as an abstract class).
+# __init__ (string) - create and take same action as 'parse'
+# (string parameter is optional)
+# parse (string) - convert a string representation to whatever
+# internal representation is appropriate for
+# this style of version numbering
+# __str__ (self) - convert back to a string; should be very similar
+# (if not identical to) the string supplied to parse
+# __repr__ (self) - generate Python code to recreate
+# the instance
+# _cmp (self, other) - compare two version numbers ('other' may
+# be an unparsed version string, or another
+# instance of your version class)
+
+
+class StrictVersion(Version):
+ """Version numbering for anal retentives and software idealists.
+
+ Implements the standard interface for version number classes as
+ described above. A version number consists of two or three
+ dot-separated numeric components, with an optional "pre-release" tag
+ on the end. The pre-release tag consists of the letter 'a' or 'b'
+ followed by a number. If the numeric components of two version
+ numbers are equal, then one with a pre-release tag will always
+ be deemed earlier (lesser) than one without.
+
+ The following are valid version numbers (shown in the order that
+ would be obtained by sorting according to the supplied cmp function):
+
+ 0.4 0.4.0 (these two are equivalent)
+ 0.4.1
+ 0.5a1
+ 0.5b3
+ 0.5
+ 0.9.6
+ 1.0
+ 1.0.4a3
+ 1.0.4b1
+ 1.0.4
+
+ The following are examples of invalid version numbers:
+
+ 1
+ 2.7.2.2
+ 1.3.a4
+ 1.3pl1
+ 1.3c4
+
+ The rationale for this version numbering system will be explained
+ in the distutils documentation.
+ """
+
+ version_re = re.compile(r"^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$", re.VERBOSE | re.ASCII)
+
+ def parse(self, vstring):
+ """Parse method from Python core."""
+ match = self.version_re.match(vstring)
+ if not match:
+ raise ValueError("invalid version number '%s'" % vstring)
+
+ (major, minor, patch, prerelease, prerelease_num) = match.group(1, 2, 4, 5, 6)
+
+ if patch:
+ self.version = tuple(map(int, [major, minor, patch]))
+ else:
+ self.version = tuple(map(int, [major, minor])) + (0,)
+
+ if prerelease:
+ self.prerelease = (prerelease[0], int(prerelease_num))
+ else:
+ self.prerelease = None
+
+ def __str__(self):
+ """__str__ method from Python core."""
+ if self.version[2] == 0:
+ vstring = ".".join(map(str, self.version[0:2]))
+ else:
+ vstring = ".".join(map(str, self.version))
+
+ if self.prerelease:
+ vstring = vstring + self.prerelease[0] + str(self.prerelease[1])
+
+ return vstring
+
+ def _cmp(self, other):
+ """_cmp method from Python core."""
+ if isinstance(other, str):
+ other = StrictVersion(other)
+ elif not isinstance(other, StrictVersion):
+ return NotImplemented
+
+ if self.version != other.version:
+ # numeric versions don't match
+ # prerelease stuff doesn't matter
+ if self.version < other.version:
+ return -1
+ else:
+ return 1
+
+ # have to compare prerelease
+ # case 1: neither has prerelease; they're equal
+ # case 2: self has prerelease, other doesn't; other is greater
+ # case 3: self doesn't have prerelease, other does: self is greater
+ # case 4: both have prerelease: must compare them!
+
+ if not self.prerelease and not other.prerelease:
+ return 0
+ elif self.prerelease and not other.prerelease:
+ return -1
+ elif not self.prerelease and other.prerelease:
+ return 1
+ elif self.prerelease and other.prerelease:
+ if self.prerelease == other.prerelease:
+ return 0
+ elif self.prerelease < other.prerelease:
+ return -1
+ else:
+ return 1
+ raise ValueError("Should not ever get here")
+
+
+# end class StrictVersion
+
+
+# The rules according to Greg Stein:
+# 1) a version number has 1 or more numbers separated by a period or by
+# sequences of letters. If only periods, then these are compared
+# left-to-right to determine an ordering.
+# 2) sequences of letters are part of the tuple for comparison and are
+# compared lexicographically
+# 3) recognize the numeric components may have leading zeroes
+#
+# The LooseVersion class below implements these rules: a version number
+# string is split up into a tuple of integer and string components, and
+# comparison is a simple tuple comparison. This means that version
+# numbers behave in a predictable and obvious way, but a way that might
+# not necessarily be how people *want* version numbers to behave. There
+# wouldn't be a problem if people could stick to purely numeric version
+# numbers: just split on period and compare the numbers as tuples.
+# However, people insist on putting letters into their version numbers;
+# the most common purpose seems to be:
+# - indicating a "pre-release" version
+# ('alpha', 'beta', 'a', 'b', 'pre', 'p')
+# - indicating a post-release patch ('p', 'pl', 'patch')
+# but of course this can't cover all version number schemes, and there's
+# no way to know what a programmer means without asking him.
+#
+# The problem is what to do with letters (and other non-numeric
+# characters) in a version number. The current implementation does the
+# obvious and predictable thing: keep them as strings and compare
+# lexically within a tuple comparison. This has the desired effect if
+# an appended letter sequence implies something "post-release":
+# eg. "0.99" < "0.99pl14" < "1.0", and "5.001" < "5.001m" < "5.002".
+#
+# However, if letters in a version number imply a pre-release version,
+# the "obvious" thing isn't correct. Eg. you would expect that
+# "1.5.1" < "1.5.2a2" < "1.5.2", but under the tuple/lexical comparison
+# implemented here, this just isn't so.
+#
+# Two possible solutions come to mind. The first is to tie the
+# comparison algorithm to a particular set of semantic rules, as has
+# been done in the StrictVersion class above. This works great as long
+# as everyone can go along with bondage and discipline. Hopefully a
+# (large) subset of Python module programmers will agree that the
+# particular flavour of bondage and discipline provided by StrictVersion
+# provides enough benefit to be worth using, and will submit their
+# version numbering scheme to its domination. The free-thinking
+# anarchists in the lot will never give in, though, and something needs
+# to be done to accommodate them.
+#
+# Perhaps a "moderately strict" version class could be implemented that
+# lets almost anything slide (syntactically), and makes some heuristic
+# assumptions about non-digits in version number strings. This could
+# sink into special-case-hell, though; if I was as talented and
+# idiosyncratic as Larry Wall, I'd go ahead and implement a class that
+# somehow knows that "1.2.1" < "1.2.2a2" < "1.2.2" < "1.2.2pl3", and is
+# just as happy dealing with things like "2g6" and "1.13++". I don't
+# think I'm smart enough to do it right though.
+#
+# In any case, I've coded the test suite for this module (see
+# ../test/test_version.py) specifically to fail on things like comparing
+# "1.2a2" and "1.2". That's not because the *code* is doing anything
+# wrong, it's because the simple, obvious design doesn't match my
+# complicated, hairy expectations for real-world version numbers. It
+# would be a snap to fix the test suite to say, "Yep, LooseVersion does
+# the Right Thing" (ie. the code matches the conception). But I'd rather
+# have a conception that matches common notions about version numbers.
+
+
+class LooseVersion(Version):
+ """Version numbering for anarchists and software realists.
+
+ Implements the standard interface for version number classes as
+ described above. A version number consists of a series of numbers,
+ separated by either periods or strings of letters. When comparing
+ version numbers, the numeric components will be compared
+ numerically, and the alphabetic components lexically. The following
+ are all valid version numbers, in no particular order:
+
+ 1.5.1
+ 1.5.2b2
+ 161
+ 3.10a
+ 8.02
+ 3.4j
+ 1996.07.12
+ 3.2.pl0
+ 3.1.1.6
+ 2g6
+ 11g
+ 0.960923
+ 2.2beta29
+ 1.13++
+ 5.5.kw
+ 2.0b1pl0
+
+ In fact, there is no such thing as an invalid version number under
+ this scheme; the rules for comparison are simple and predictable,
+ but may not always give the results you want (for some definition
+ of "want").
+ """
+
+ component_re = re.compile(r"(\d+ | [a-z]+ | \.)", re.VERBOSE)
+
+ def __init__(self, vstring=None):
+ """__init__ method from Python core."""
+ if vstring:
+ self.parse(vstring)
+
+ def parse(self, vstring):
+ """Parse method from Python core."""
+ # I've given up on thinking I can reconstruct the version string
+ # from the parsed tuple -- so I just store the string here for
+ # use by __str__
+ self.vstring = vstring
+ components = [x for x in self.component_re.split(vstring) if x and x != "."]
+ for i, obj in enumerate(components):
+ try:
+ components[i] = int(obj)
+ except ValueError:
+ pass
+
+ self.version = components
+
+ def __str__(self):
+ """__str__ method from Python core."""
+ return self.vstring
+
+ def __repr__(self):
+ """__repr__ method from Python core."""
+ return "LooseVersion ('%s')" % str(self)
+
+ def _cmp(self, other):
+ """_cmp method from Python core."""
+ if isinstance(other, str):
+ other = LooseVersion(other)
+ elif not isinstance(other, LooseVersion):
+ return NotImplemented
+
+ if self.version == other.version:
+ return 0
+ if self.version < other.version:
+ return -1
+ if self.version > other.version:
+ return 1
+
+
+# end class LooseVersion
diff --git a/netutils/acl.py b/netutils/acl.py
new file mode 100644
index 0000000..37a1d19
--- /dev/null
+++ b/netutils/acl.py
@@ -0,0 +1,535 @@
+"""Classes to help manage ACLs ."""
+
+import copy
+import itertools
+import typing as t
+
+from netutils.ip import is_ip_within
+from netutils.protocol_mapper import PROTO_NAME_TO_NUM, TCP_NAME_TO_NUM, UDP_NAME_TO_NUM
+
+try:
+ import jsonschema
+
+ HAS_JSON_SCHEMA = True
+except ImportError:
+ HAS_JSON_SCHEMA = False
+
+INPUT_SCHEMA = {
+ "type": "object",
+ "properties": {
+ "name": {"type": "string"},
+ "src_zone": {"type": ["string", "array"]},
+ "src_ip": {"$ref": "#/definitions/arrayOrIP"},
+ "dst_ip": {"$ref": "#/definitions/arrayOrIP"},
+ "dst_port": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/port",
+ },
+ {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/port",
+ },
+ "minItems": 1,
+ "uniqueItems": True,
+ },
+ ],
+ },
+ "dst_zone": {"type": ["string", "array"]},
+ "action": {"type": "string"},
+ },
+ "definitions": {
+ "ipv4": {"type": "string", "pattern": "^(?:\\d{1,3}\\.){3}\\d{1,3}$"},
+ "ipv4_cidr": {"type": "string", "pattern": "^(?:\\d{1,3}\\.){3}\\d{1,3}\\/\\d{1,2}$"},
+ "ipv4_range": {"type": "string", "pattern": "^(?:\\d{1,3}\\.){3}\\d{1,3}\\-(?:\\d{1,3}\\.){3}\\d{1,3}$"},
+ "ipv6": {"type": "string", "pattern": "^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$"},
+ "ipv6_cidr": {"type": "string", "pattern": "^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}/[0-9]{1,3}$"},
+ "ipv6_range": {
+ "type": "string",
+ "pattern": "^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}-([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$",
+ },
+ "oneIP": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/ipv4",
+ },
+ {
+ "$ref": "#/definitions/ipv4_cidr",
+ },
+ {
+ "$ref": "#/definitions/ipv4_range",
+ },
+ {
+ "$ref": "#/definitions/ipv6",
+ },
+ {
+ "$ref": "#/definitions/ipv6_cidr",
+ },
+ {
+ "$ref": "#/definitions/ipv6_range",
+ },
+ ],
+ },
+ "arrayOrIP": {
+ "oneOf": [
+ {
+ "$ref": "#/definitions/oneIP",
+ },
+ {
+ "type": "array",
+ "items": {
+ "$ref": "#/definitions/oneIP",
+ },
+ },
+ ],
+ },
+ "port": {"type": "string", "pattern": "^\\S+\\/\\S+$"},
+ },
+ "required": [],
+}
+
+
+RESULT_SCHEMA = copy.deepcopy(INPUT_SCHEMA)
+RESULT_SCHEMA["definitions"]["port"]["pattern"] = "^\\d+\\/\\d+$" # type: ignore
+
+
+def _cartesian_product(data: t.Dict[str, str]) -> t.List[t.Dict[str, t.Any]]:
+ """Function to create the Cartesian product/permutations from a data dictionary.
+
+ Args:
+ data: A dictionary with string keys and either string or list of string values
+
+ Returns:
+ A list of dictionaries that extrapolates the product to individual items.
+
+ Examples:
+ >>> from netutils.acl import _cartesian_product
+ >>> rule = dict(
+ ... name="Allow to internal web",
+ ... src_ip=["192.168.0.0/24", "10.0.0.0/16"],
+ ... dst_ip=["172.16.0.0/16", "192.168.250.10-192.168.250.20"],
+ ... dst_port=["tcp/80", "udp/53"],
+ ... action="permit",
+ ... )
+ >>> for item in _cartesian_product(rule):
+ ... print(item)
+ ...
+ {'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '172.16.0.0/16', 'dst_port': 'tcp/80', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '172.16.0.0/16', 'dst_port': 'udp/53', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'tcp/80', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '192.168.0.0/24', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'udp/53', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '172.16.0.0/16', 'dst_port': 'tcp/80', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '172.16.0.0/16', 'dst_port': 'udp/53', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'tcp/80', 'action': 'permit'}
+ {'name': 'Allow to internal web', 'src_ip': '10.0.0.0/16', 'dst_ip': '192.168.250.10-192.168.250.20', 'dst_port': 'udp/53', 'action': 'permit'}
+ >>>
+ """
+ keys = []
+ values = []
+ for key, value in data.items():
+ keys.append(key)
+ if isinstance(value, (str, int)):
+ values.append([value])
+ else:
+ values.append(value)
+ product = list(itertools.product(*values))
+ return [dict(zip(keys, item)) for item in product]
+
+
+def _check_schema(data: t.Any, schema: t.Any, verify: bool) -> None:
+ """Checks the schema provided."""
+ if not verify:
+ return
+ if HAS_JSON_SCHEMA:
+ jsonschema.validate(data, schema)
+ else:
+ if not isinstance(data, dict):
+ raise ValueError()
+
+
+class ACLRule:
+ """A class that helps you imagine an acl rule via methodologies."""
+
+ attrs: t.List[str] = ["name", "src_ip", "src_zone", "dst_ip", "dst_port", "dst_zone", "action"]
+ permit: str = "permit"
+ deny: str = "deny"
+
+ input_data_verify: bool = False
+ input_data_schema: t.Any = INPUT_SCHEMA
+
+ result_data_verify: bool = False
+ result_data_schema: t.Any = RESULT_SCHEMA
+
+ matrix: t.Any = {}
+ matrix_enforced: bool = False
+ matrix_definition: t.Any = {}
+
+ dst_port_process: bool = True
+
+ order_validate: t.List[str] = []
+ order_enforce: t.List[str] = []
+ filter_same_ip: bool = True
+
+ def __init__(self, data: t.Any, *args: t.Any, **kwargs: t.Any): # pylint: disable=unused-argument
+ """Initialize and load data.
+
+ Args:
+ data: A dictionary with string keys and either string or list of string values
+ args: Additional positional arguments.
+ kwargs: Additional keyword arguments.
+
+ Examples:
+ >>> from netutils.acl import ACLRule
+ >>>
+ >>> acl_data = dict(
+ ... name="Check no match",
+ ... src_ip=["10.1.1.1"],
+ ... dst_ip="172.16.0.10",
+ ... dst_port="tcp/www-http",
+ ... action="permit",
+ ... )
+ >>>
+ >>> rule = ACLRule(acl_data)
+ >>>
+ >>> rule.expanded_rules
+ [{'name': 'Check no match', 'src_ip': '10.1.1.1', 'dst_ip': '172.16.0.10', 'dst_port': '6/80', 'action': 'permit'}]
+ >>>
+ """
+ self.processed: t.Dict[str, str] = {}
+ self.data = data
+ self.load_data()
+
+ def load_data(self) -> None:
+ """Load the data into the rule while verifying input data, result data, and processing data."""
+ self.input_data_check()
+ for attr in self.attrs:
+ if not self.data.get(attr):
+ continue
+ if hasattr(self, f"process_{attr}"):
+ proccessor = getattr(self, f"process_{attr}")
+ _attr_data = proccessor(self.data[attr])
+ else:
+ _attr_data = self.data[attr]
+ self.processed[attr] = _attr_data
+ setattr(self, attr, _attr_data)
+ self.result_data_check()
+ self.validate()
+ self.expanded_rules = _cartesian_product(self.processed)
+ if self.filter_same_ip:
+ self.expanded_rules = [item for item in self.expanded_rules if item["dst_ip"] != item["src_ip"]]
+
+ def input_data_check(self) -> None:
+ """Verify the input data against the specified JSONSchema or using a simple dictionary check."""
+ return _check_schema(self.data, self.input_data_schema, self.input_data_verify)
+
+ def result_data_check(self) -> None:
+ """Verify the result data against the specified JSONSchema or using a simple dictionary check."""
+ return _check_schema(self.processed, self.result_data_schema, self.result_data_verify)
+
+ def validate(self) -> t.Any:
+ """Run through any method that startswith('validate_') and run that method."""
+ if self.order_validate:
+ method_order = self.order_validate
+ else:
+ method_order = dir(self)
+ results = []
+ for name in method_order:
+ if name.startswith("validate_"):
+ result = getattr(self, name)()
+ if not result:
+ continue
+ if result and isinstance(result, dict):
+ results.append(result)
+ elif result and isinstance(result, list):
+ results.extend(result)
+ return results
+
+ def process_dst_port(self, dst_port: t.Any) -> t.Union[t.List[str], None]: # pylint: disable=inconsistent-return-statements
+ """Convert port and protocol information.
+
+ Method supports a single format of `{protocol}/{port}`, and will translate the
+ protocol for all IANA defined protocols. The port will be translated for TCP and
+ UDP ports only. For all other protocols should use port of 0, e.g. `ICMP/0` for ICMP
+ or `50/0` for ESP. Similarly, IANA defines the port mappings, while these are mostly
+ staying unchanged, but sourced from
+ https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.csv.
+ """
+ output = []
+ if not self.dst_port_process:
+ return None
+ if not isinstance(dst_port, list):
+ dst_port = [dst_port]
+ for item in dst_port:
+ protocol = item.split("/")[0]
+ port = item.split("/")[1]
+ if protocol.isalpha():
+ if not PROTO_NAME_TO_NUM.get(protocol.upper()):
+ raise ValueError(
+ f"Protocol {protocol} was not found in netutils.protocol_mapper.PROTO_NAME_TO_NUM."
+ )
+ protocol = PROTO_NAME_TO_NUM[protocol.upper()]
+ # test port[0] vs port, since dashes do not count, e.g. www-http
+ if int(protocol) == 6 and port[0].isalpha():
+ if not TCP_NAME_TO_NUM.get(port.upper()):
+ raise ValueError(f"Port {port} was not found in netutils.protocol_mapper.TCP_NAME_TO_NUM.")
+ port = TCP_NAME_TO_NUM[port.upper()]
+ if int(protocol) == 17 and port[0].isalpha():
+ if not UDP_NAME_TO_NUM.get(port.upper()):
+ raise ValueError(f"Port {port} was not found in netutils.protocol_mapper.UDP_NAME_TO_NUM.")
+ port = UDP_NAME_TO_NUM[port.upper()]
+ output.append(f"{protocol}/{port}")
+ return output
+
+ def enforce(self) -> t.List[t.Dict[str, t.Any]]:
+ """Run through any method that startswith('enforce_') and run that method.
+
+ Returns:
+ A list of dictionaries that explains the results of the enforcement.
+ """
+ if self.order_enforce:
+ method_order = self.order_enforce
+ else:
+ method_order = dir(self)
+ results = []
+ for name in method_order:
+ if name.startswith("enforce_"):
+ result = getattr(self, name)()
+ if not result:
+ continue
+ if result and isinstance(result, dict):
+ results.append(result)
+ elif result and isinstance(result, list):
+ results.extend(result)
+ return results
+
+ def enforce_matrix(self) -> t.Union[t.List[t.Dict[str, t.Any]], None]:
+ """A simple `matrix` or grid style check of a rule.
+
+ Returns:
+ A list of dictionaries that explains the results of the matrix being enforced.
+ """
+ if not self.matrix_enforced:
+ return None
+ if not self.matrix:
+ raise ValueError("You must set a matrix dictionary to use the matrix feature.")
+ if not self.matrix_definition:
+ raise ValueError("You must set a matrix definition dictionary to use the matrix feature.")
+ actions = []
+ for rule in self.expanded_rules:
+ source = rule["src_ip"]
+ destination = rule["dst_ip"]
+ port = rule["dst_port"]
+ src_zone = ""
+ dst_zone = ""
+ as_tuple = (source, destination, port)
+ for zone, ips in self.matrix_definition.items():
+ if is_ip_within(source, ips):
+ src_zone = zone
+ if is_ip_within(destination, ips):
+ dst_zone = zone
+ if port in self.matrix.get(src_zone, {}).get(dst_zone, {}).get("allow", []):
+ actions.append({"obj": as_tuple, "action": "allow"})
+ elif port in self.matrix.get(src_zone, {}).get(dst_zone, {}).get("notify", []):
+ actions.append({"obj": as_tuple, "action": "notify"})
+ else:
+ actions.append({"obj": as_tuple, "action": "deny"})
+ return actions
+
+ def match_action(self, existing_action: str, check_action: str) -> bool:
+ """Match the action for equality.
+
+ Args:
+ existing_action: The existing action value to be matched.
+ check_action: The action value to be checked against the existing action.
+
+ Returns:
+ True if `existing_action` matches `check_action`, False otherwise.
+ """
+ return existing_action == check_action
+
+ def match_src_ip(self, existing_ip: str, check_ip: str) -> bool:
+ """Determined if source `check_ip` is within `existing_ip`.
+
+ Args:
+ existing_ip: The existing source IP address or IP range to be matched against.
+ check_ip: The source IP address to be checked.
+
+ Returns:
+ True if `check_ip` is within the range of `existing_ip`, False otherwise.
+ """
+ return is_ip_within(check_ip, existing_ip)
+
+ def match_src_zone(self, existing_src_zone: str, check_src_zone: str) -> bool:
+ """Match the source zone for equality.
+
+ Args:
+ existing_src_zone: The existing source zone value to be matched.
+ check_src_zone: The source zone value to be checked against the existing zone.
+
+ Returns:
+ True if `existing_src_zone` matches `check_src_zone`, False otherwise.
+ """
+ return existing_src_zone == check_src_zone
+
+ def match_dst_ip(self, existing_ip: str, check_ip: str) -> bool:
+ """Determined if destination `check_ip` is within `existing_ip.
+
+ Args:
+ existing_ip: The existing destination IP address or IP range to be matched against.
+ check_ip: The destination IP address to be checked.
+
+ Returns:
+ True if `check_ip` is within the range of `existing_ip`, False otherwise.
+ """
+ return is_ip_within(check_ip, existing_ip)
+
+ def match_dst_zone(self, existing_dst_zone: str, check_dst_zone: str) -> bool:
+ """Match the destination zone for equality.
+
+ Args:
+ existing_dst_zone: The existing destination zone value to be matched.
+ check_dst_zone: The destination zone value to be checked against the existing zone.
+
+ Returns:
+ True if `existing_dst_zone` matches `check_dst_zone`, False otherwise.
+ """
+ return existing_dst_zone == check_dst_zone
+
+ def match_dst_port(self, existing_port: str, check_port: str) -> bool:
+ """Match the destination port for equality.
+
+ Args:
+ existing_port: The existing destination port value to be matched.
+ check_port: The destination port value to be checked against the existing port.
+
+ Returns:
+ True if `existing_port` matches `check_port`, False otherwise.
+ """
+ return existing_port == check_port
+
+ def match_details(self, match_rule: "ACLRule") -> t.Dict[str, t.Any]: # pylint: disable=too-many-locals
+ """Verbose way of verifying match details.
+
+ Args:
+ match_rule: The rule which you are testing against.
+
+ Returns:
+ A dictionary with root keys of `rules_matched` and `rules_matched`.
+ """
+ attrs = []
+ for name in dir(self):
+ if name.startswith("match_"):
+ obj_name = name[len("match_") :] # noqa: E203
+ # When an attribute is not defined, can skip it
+ if not hasattr(match_rule, obj_name):
+ continue
+ attrs.append(obj_name)
+
+ rules_found: t.List[bool] = []
+ rules_unmatched: t.List[t.Dict[str, t.Any]] = []
+ rules_matched: t.List[t.Dict[str, t.Any]] = []
+
+ if not match_rule.expanded_rules:
+ raise ValueError("There is no expanded rules to test against.")
+ for rule in match_rule.expanded_rules:
+ rules_found.append(False)
+ for existing_rule in self.expanded_rules:
+ missing = False
+ for attr in attrs:
+ # Examples of obj are match_rule.src_ip, match_rule.dst_port
+ rule_value = rule[attr]
+ existing_value = existing_rule[attr]
+ # Examples of getter are self.match_src_ip, self.match_dst_port
+ getter = getattr(self, f"match_{attr}")(existing_value, rule_value)
+ if not getter and getter is not None:
+ missing = True
+ break
+ # If the loop gets through with each existing rule not flagging
+ # the `missing` value, we know everything was matched, and the rule has
+ # found a complete match, we can break out of the loop at this point.
+ if not missing:
+ rules_found[-1] = True
+ break
+ detailed_info = {
+ "existing_rule_product": existing_rule, # pylint: disable=undefined-loop-variable
+ "match_rule": match_rule.processed,
+ "existing_rule": self.processed,
+ }
+ if rules_found[-1]:
+ detailed_info["match_rule_product"] = rule
+ rules_matched.append(detailed_info)
+ else:
+ rules_unmatched.append(detailed_info)
+ return {"rules_matched": rules_matched, "rules_unmatched": rules_unmatched}
+
+ def match(self, match_rule: "ACLRule") -> bool:
+ """Simple boolean way of verifying match or not.
+
+ Args:
+ match_rule: The rule which you are testing against.
+
+ Returns:
+ A boolean if there was a full match or not.
+ """
+ details = self.match_details(match_rule)
+ return not bool(details["rules_unmatched"])
+
+ def __repr__(self) -> str:
+ """Set repr of the object to be sane."""
+ output = []
+ for attr in self.attrs:
+ if self.processed.get(attr):
+ output.append(f"{attr}: {self.processed[attr]}")
+ return ", ".join(output)
+
+
+class ACLRules:
+ """Class to help match multiple ACLRule objects."""
+
+ class_obj = ACLRule
+
+ def __init__(self, data: t.Any, *args: t.Any, **kwargs: t.Any): # pylint: disable=unused-argument
+ """Class to help match multiple ACLRule.
+
+ Args:
+ data: A list of `ACLRule` rules.
+ args: Additional positional arguments.
+ kwargs: Additional keyword arguments.
+ """
+ self.data: t.Any = data
+ self.rules: t.List[t.Any] = []
+ self.load_data()
+
+ def load_data(self) -> None:
+ """Load the data for multiple rules."""
+ for item in self.data:
+ self.rules.append(self.class_obj(item))
+
+ def match(self, rule: ACLRule) -> str:
+ """Check the rules loaded in `load_data` match against a new `rule`.
+
+ Args:
+ rule: The `ACLRule` rule to test against the list of `ACLRule`s loaded in initiation.
+
+ Returns:
+ The response from the rule that matched, or `deny` by default.
+ """
+ for item in self.rules:
+ if item.match(self.class_obj(rule)):
+ return str(item.action)
+ return str(item.deny) # pylint: disable=undefined-loop-variable
+
+ def match_details(self, rule: ACLRule) -> t.Any:
+ """Verbosely check the rules loaded in `load_data` match against a new `rule`.
+
+ Args:
+ rule: The `ACLRule` rule to test against the list of `ACLRule`s loaded in initiation.
+
+ Returns:
+ The details from the `ACLRule.match_details` results.
+ """
+ output = []
+ for item in self.rules:
+ output.append(item.match_details(self.class_obj(rule)))
+ return output
diff --git a/netutils/asn.py b/netutils/asn.py
index 522e616..458dbdd 100644
--- a/netutils/asn.py
+++ b/netutils/asn.py
@@ -1,16 +1,16 @@
"""Functions for working with BGP ASNs."""
-def asn_to_int(asplain):
+def asn_to_int(asplain: str) -> int:
"""Convert AS Number to standardized asplain notation as an integer.
Args:
- asplain (str): An `asplain` notated BGP ASN with community.
+ asplain: An `asplain` notated BGP ASN with community.
Returns:
- int: Integer value within of the given asplain value provided.
+ Integer value within of the given asplain value provided.
- Example:
+ Examples:
>>> from netutils.asn import asn_to_int
>>> asn_to_int("65000")
65000
@@ -20,7 +20,35 @@ def asn_to_int(asplain):
"""
# ASN is in asdot notation
if "." in asplain:
- asn = asplain.split(".")
- asn = int(f"{int(asn[0]):016b}{int(asn[1]):016b}", 2)
+ asn_list = asplain.split(".")
+ asn = int(f"{int(asn_list[0]):016b}{int(asn_list[1]):016b}", 2)
return asn
return int(asplain)
+
+
+def int_to_asdot(asn_int: int) -> str:
+ """Convert integer to standardized asdot notation for BGP ASN.
+
+ Args:
+ asn_int: Integer value of the BGP ASN.
+
+ Returns:
+ `asdot` notated BGP ASN as a string.
+
+ Examples:
+ >>> from netutils.asn import int_to_asdot
+ >>> int_to_asdot(65000)
+ '65000'
+ >>> int_to_asdot(4259840111)
+ '65000.111'
+ >>>
+ """
+ if isinstance(asn_int, str):
+ asn_int = int(asn_int)
+ if asn_int > 2**32 - 1 or asn_int < 1:
+ raise ValueError(f"`{str(asn_int)}` is not within range of 1 - 2^32-1")
+ if asn_int >= 2**16:
+ asn1 = asn_int >> 16
+ asn2 = asn_int & ((1 << 16) - 1)
+ return f"{asn1}.{asn2}"
+ return str(asn_int)
diff --git a/netutils/bandwidth.py b/netutils/bandwidth.py
new file mode 100644
index 0000000..c7eded1
--- /dev/null
+++ b/netutils/bandwidth.py
@@ -0,0 +1,241 @@
+"""Functions for performing bandwidth calculations."""
+
+import re
+import typing as t
+
+
+def _get_bits_mapping() -> t.Dict[str, t.Dict[str, int]]:
+ bits_value = 0
+ bits_mapping = {}
+ for _bit in ["bps", "Kbps", "Mbps", "Gbps", "Tbps", "Pbps", "Ebps", "Zbps"]:
+ bits_mapping[_bit] = {"low": bits_value}
+ if bits_value == 0:
+ bits_value = 1000
+ else:
+ bits_value = bits_value * 1000
+ bits_mapping[_bit]["high"] = bits_value
+ return bits_mapping
+
+
+BITS_MAPPING = _get_bits_mapping()
+
+
+def _get_bytes_mapping() -> t.Dict[str, t.Dict[str, int]]:
+ bytes_value = 0
+ bytes_mapping = {}
+ for _byte in ["Bps", "KBps", "MBps", "GBps", "TBps", "PBps", "EBps", "ZBps"]:
+ bytes_mapping[_byte] = {"low": bytes_value}
+ if bytes_value == 0:
+ bytes_value = 8000
+ else:
+ bytes_value = bytes_value * 1000
+ bytes_mapping[_byte]["high"] = bytes_value
+ return bytes_mapping
+
+
+BYTES_MAPPING = _get_bytes_mapping()
+
+
+def _normalize_bw(speed: str) -> str:
+ per_second_mapping = {
+ "b": "bps",
+ "Kb": "Kbps",
+ "Mb": "Mbps",
+ "Gb": "Gbps",
+ "Tb": "Tbps",
+ "Pb": "Pbps",
+ "Eb": "Ebps",
+ "Zb": "Zbps",
+ "B": "Bps",
+ "KB": "KBps",
+ "MB": "MBps",
+ "GB": "GBps",
+ "TB": "TBps",
+ "PB": "PBps",
+ "EB": "EBps",
+ "ZB": "ZBps",
+ }
+ speed = speed.replace(" ", "")
+ tail = speed.lstrip(r"0123456789")
+ head = speed[: -len(tail)].rstrip()
+ tail = per_second_mapping.get(tail, tail)
+ return f"{head}{tail}"
+
+
+def name_to_bits(speed: str) -> int:
+ """Method to convert a short bandwidth name to int value in bps.
+
+ Args:
+ speed: Bandwidth to be converted like `100Gbps` to bps.
+
+ Returns:
+ value of bandwidth to be converted to bps
+
+ Examples:
+ >>> from netutils.bandwidth import name_to_bits
+ >>> name_to_bits("10Gbps")
+ 10000000000
+ >>> name_to_bits("33.6Kbps")
+ 33600
+ >>> name_to_bits("2.5Gbps")
+ 2500000000
+ >>> name_to_bits('100 MB')
+ 800000000
+ """
+ if not isinstance(speed, str):
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ speed = _normalize_bw(speed)
+ match = re.match(r"([0-9.]+)([A-Z]?[bB]ps)", speed)
+ if not match:
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ bit_speed, bit_name = match.groups()
+ if bit_name in BITS_MAPPING.keys():
+ return int(float(bit_speed) * BITS_MAPPING[bit_name]["low"])
+ if bit_name in BYTES_MAPPING.keys():
+ return int(float(bit_speed) * BYTES_MAPPING[bit_name]["low"])
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+
+
+def name_to_bytes(speed: str) -> float:
+ """Method to convert a short bandwidth name to float value in Bps.
+
+ Args:
+ speed: Bandwidth to be converted like `100GBps` to Bps.
+
+ Returns:
+ value of bandwidth to be converted to Bps
+
+ Examples:
+ >>> from netutils.bandwidth import name_to_bytes
+ >>> name_to_bytes("10Gbps")
+ 1250000000.0
+ >>> name_to_bytes("100Mbps")
+ 12500000.0
+ >>> name_to_bytes("100GBps")
+ 100000000000.0
+ >>> name_to_bytes('100 GB')
+ 100000000000.0
+ """
+ if not isinstance(speed, str):
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ speed = _normalize_bw(speed)
+ match = re.match(r"([0-9.]+)([A-Z]?[bB]ps)", speed)
+ if not match:
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ byte_speed, byte_name = match.groups()
+ if byte_name in BYTES_MAPPING.keys():
+ return (float(byte_speed) * BYTES_MAPPING[byte_name]["low"]) / 8
+ if byte_name in BITS_MAPPING.keys():
+ return (float(byte_speed) * BITS_MAPPING[byte_name]["low"]) * 0.125
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+
+
+def bits_to_name( # pylint: disable=too-many-branches,too-many-return-statements
+ speed: int, nbr_decimal: t.Optional[int] = 0
+) -> str:
+ """Method to convert an int value for speed int bits to the name value.
+
+ Args:
+ speed: Speed in bits to be converted.
+ nbr_decimal: Precision of end result, ie number of decimal points to round to. Defaults to 0.
+
+ Returns:
+ Name value for speed in bits
+
+ Examples:
+ >>> from netutils.bandwidth import bits_to_name
+ >>> bits_to_name(125000)
+ '125Kbps'
+ >>> bits_to_name(1000000000)
+ '1Gbps'
+ """
+ if not isinstance(speed, int):
+ raise ValueError(f"Speed of {speed} was not a valid speed integer.")
+ if nbr_decimal == 0:
+ nbr_decimal = None
+
+ for bit_type, val in BITS_MAPPING.items():
+ if val["low"] <= speed < val["high"]:
+ if val["low"] == 0:
+ return f"{round(speed, nbr_decimal)}{bit_type}"
+ return f"{round(speed / val['low'], nbr_decimal)}{bit_type}"
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+
+
+def bytes_to_name(speed: float, nbr_decimal: int = 0) -> str:
+ """Method to convert an int value for speed in bytes to the name value.
+
+ Args:
+ speed: Speed in bytes to be converted.
+ nbr_decimal: Precision of end result, ie number of decimal points to round to. Defaults to 0.
+
+ Returns:
+ Name value for speed in bytes
+
+ Examples:
+ >>> from netutils.bandwidth import bytes_to_name
+ >>> bytes_to_name(10000.0)
+ '10.0KBps'
+ >>> bytes_to_name(10000000.0)
+ '10.0MBps'
+ """
+ if not isinstance(speed, float):
+ raise ValueError(f"Speed of {speed} was not a valid speed.")
+
+ byte_speed = speed * 8
+ for bit_type, val in BYTES_MAPPING.items():
+ if val["low"] <= speed < val["high"]:
+ try:
+ return f"{round(byte_speed / val['low'], nbr_decimal)}{bit_type}"
+ except ZeroDivisionError:
+ return f"{round(byte_speed, nbr_decimal)}{bit_type}"
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+
+
+def name_to_name(speed: str, speed_type: str, nbr_decimal: int = 0) -> str:
+ """Method to convert a short bandwidth name to another bandwidth name.
+
+ Args:
+ speed: Bandwidth to be converted like `100GBps`.
+ speed_type: Name to convert the bandwidth to like `MBps`.
+ nbr_decimal: Precision of end result, ie number of decimal points to round to. Defaults to 0.
+
+ Returns:
+ The named value which user wishes to return to.
+
+ Examples:
+ >>> from netutils.bandwidth import name_to_name
+ >>> name_to_name("10Gbps", "Kbps")
+ '10000000.0Kbps'
+ >>> name_to_name("10GBps", "Kbps")
+ '80000000.0Kbps'
+ >>> name_to_name("10KBps", "Gbps", 4)
+ '0.0001Gbps'
+ """
+ if not isinstance(speed, str):
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ speed = speed.replace(" ", "")
+ match = re.match(r"([0-9.]+)([A-Z]?[bB]ps)", speed)
+ if not match:
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+ _, name = match.groups()
+ # Find out if the `original` value is a bit or a byte
+ if name in BYTES_MAPPING.keys():
+ bit_value = name_to_bytes(speed) * 8
+ elif name in BITS_MAPPING.keys():
+ bit_value = name_to_bits(speed)
+ else:
+ raise ValueError(f"Speed of {speed} was not a valid speed representation.")
+
+ # Find out if the `expected` value is a bit or a byte
+ if speed_type in BYTES_MAPPING.keys():
+ bit_multiplier = BYTES_MAPPING[speed_type]["low"]
+ elif speed_type in BITS_MAPPING.keys():
+ bit_multiplier = BITS_MAPPING[speed_type]["low"]
+ else:
+ raise ValueError(f"Speed type of {speed_type} was not a valid type.")
+
+ try:
+ return f"{round(bit_value / bit_multiplier, nbr_decimal)}{speed_type}"
+ except ZeroDivisionError:
+ return f"{round(bit_value, nbr_decimal)}{speed_type}"
diff --git a/netutils/banner.py b/netutils/banner.py
new file mode 100644
index 0000000..043e8c7
--- /dev/null
+++ b/netutils/banner.py
@@ -0,0 +1,52 @@
+"""Functions for working with the banner configuration."""
+
+import re
+
+from netutils.constants import CARET_C
+
+
+def delimiter_change(config: str, from_delimiter: str, to_delimiter: str) -> str:
+ r"""Change the banner delimiter.
+
+ Args:
+ config: Configuration line containing banner delimiter.
+ from_delimiter: Delimiter to replace in the banner.
+ to_delimiter: Delimiter to include in the config.
+
+ Returns:
+ Configuration with delimiter replaced.
+
+ Examples:
+ >>> from netutils.banner import delimiter_change
+ >>> delimiter_change("banner login ^\n******************\n TEST BANNER\n******************^", "^", "^C")
+ 'banner login ^C\n******************\n TEST BANNER\n******************^C'
+ >>> delimiter_change("banner login #\n******************\n TEST BANNER\n******************#", "#", "^C")
+ 'banner login ^C\n******************\n TEST BANNER\n******************^C'
+ >>> delimiter_change("banner login ^CCCCC\n******************\n TEST BANNER\n******************^C", "^C", "^C")
+ 'banner login ^C\n******************\n TEST BANNER\n******************^C'
+ """
+ config_line = config.replace(from_delimiter, to_delimiter)
+ if to_delimiter == CARET_C:
+ config_line = re.sub(r"\^C+", CARET_C, config_line)
+ return config_line
+
+
+def normalise_delimiter_caret_c(delimiter: str, config: str) -> str:
+ r"""Normalise delimiter to ^C.
+
+ Args:
+ delimiter: Banner delimiter.
+ config: Configuration line containing banner delimiter.
+
+ Returns:
+ Configuration with delimiter normalised to ^C.
+
+ Examples:
+ >>> from netutils.banner import normalise_delimiter_caret_c
+ >>> normalise_delimiter_caret_c("^", "banner login ^\n******************\n TEST BANNER\n******************^")
+ 'banner login ^C\n******************\n TEST BANNER\n******************^C'
+ >>> normalise_delimiter_caret_c("^C", "banner login ^CCCCC\n******************\n TEST BANNER\n******************^C")
+ 'banner login ^C\n******************\n TEST BANNER\n******************^C'
+ """
+ config_line = delimiter_change(config, delimiter, CARET_C)
+ return config_line
diff --git a/netutils/config/__init__.py b/netutils/config/__init__.py
index 81694fc..5ba8bd2 100644
--- a/netutils/config/__init__.py
+++ b/netutils/config/__init__.py
@@ -1,7 +1 @@
"""Initialization file for config methods."""
-
-from . import clean
-from . import compliance
-from . import parser
-
-__all__ = ["clean", "compliance", "parser"]
diff --git a/netutils/config/clean.py b/netutils/config/clean.py
index 7e4038b..5c00bd5 100644
--- a/netutils/config/clean.py
+++ b/netutils/config/clean.py
@@ -1,22 +1,22 @@
"""Functions for working with configuration to clean the config."""
-# pylint: disable=anomalous-backslash-in-string
+# pylint: disable=anomalous-backslash-in-string
import re
-from ..variables import CLEAN_FILTERS, SANITIZE_FILTERS # pylint: disable=relative-beyond-top-level
+import typing as t
-def clean_config(config, filters=CLEAN_FILTERS): # pylint: disable=dangerous-default-value
+def clean_config(config: str, filters: t.List[t.Dict[str, str]]) -> str:
r"""Given a list of regex patterns, delete those lines that match.
Args:
- config (str): A string representation of a device configuration.
- filters (list, optional): A list of regex patterns used to delete remove configuration. Defaults to an empty list.
+ config: A string representation of a device configuration.
+ filters: A list of regex patterns used to delete remove configuration.
Returns:
- str: Stripped down configuration.
+ Stripped down configuration.
- Example:
+ Examples:
>>> from netutils.config.clean import clean_config
>>> config = '''Building configuration...
... Current configuration : 1582 bytes
@@ -53,17 +53,17 @@ def clean_config(config, filters=CLEAN_FILTERS): # pylint: disable=dangerous-de
return config
-def sanitize_config(config, filters=SANITIZE_FILTERS): # pylint: disable=dangerous-default-value
+def sanitize_config(config: str, filters: t.Optional[t.List[t.Dict[str, str]]] = None) -> str:
r"""Given a dictionary of filters, remove sensitive data from the provided config.
Args:
- config (str): A string representation of a device configuration.
- filters (dict, optional): A dictionary of regex patterns used to sanitize configuration, namely secrets. Defaults to empty dictionary.
+ config: A string representation of a device configuration.
+ filters: A list of dictionaries of regex patterns used to sanitize configuration, namely secrets. Defaults to an empty list.
Returns:
str: Sanitized configuration.
- Example:
+ Examples:
>>> from netutils.config.clean import sanitize_config
>>> config = '''enable secret 5 $1$nc08$bizeEFbgCBKjZP4nurNCd.!'''
>>> SANITIZE_FILTERS = [
@@ -76,6 +76,8 @@ def sanitize_config(config, filters=SANITIZE_FILTERS): # pylint: disable=danger
'enable secret 5 '
>>>
"""
+ if not filters:
+ filters = []
for item in filters:
config = re.sub(item["regex"], item["replace"], config, flags=re.MULTILINE)
return config
diff --git a/netutils/config/compliance.py b/netutils/config/compliance.py
index 75bf00a..3990334 100644
--- a/netutils/config/compliance.py
+++ b/netutils/config/compliance.py
@@ -1,18 +1,43 @@
"""Filter Plugins for compliance checks."""
+import typing as t
+
+from netutils.config.utils import _open_file_config
+
from . import parser # pylint: disable=relative-beyond-top-level
-parser_map = {
+parser_map: t.Dict[str, t.Type[parser.BaseConfigParser]] = {
"arista_eos": parser.EOSConfigParser,
+ "aruba_aoscx": parser.ArubaConfigCXParser,
+ "aruba_os": parser.ArubaConfigOSParser,
+ "aruba_osswitch": parser.ArubaConfigOSParser,
+ "bigip_f5": parser.F5ConfigParser,
+ "cisco_aireos": parser.AIREOSConfigParser,
+ "cisco_asa": parser.ASAConfigParser,
"cisco_ios": parser.IOSConfigParser,
+ "cisco_iosxr": parser.IOSXRConfigParser,
"cisco_nxos": parser.NXOSConfigParser,
- "cisco_aireos": parser.AIREOSConfigParser,
- "linux": parser.LINUXConfigParser,
- "bigip_f5": parser.F5ConfigParser,
+ "citrix_netscaler": parser.NetscalerConfigParser,
+ "extreme_netiron": parser.NetironConfigParser,
+ "fortinet_fortios": parser.FortinetConfigParser,
+ "hp_comware": parser.HPComwareConfigParser,
"juniper_junos": parser.JunosConfigParser,
+ "linux": parser.LINUXConfigParser,
+ "mikrotik_routeros": parser.RouterOSConfigParser,
+ "mrv_optiswitch": parser.OptiswitchConfigParser,
+ "netscaler": parser.NetscalerConfigParser,
+ "nokia_sros": parser.NokiaConfigParser,
+ "nvidia_onyx": parser.NvidiaOnyxConfigParser,
+ "paloalto_panos": parser.PaloAltoNetworksConfigParser,
+ "rad_etx": parser.RadEtxConfigParser,
+ "ruckus_fastiron": parser.FastironConfigParser,
+ "ubiquiti_airos": parser.UbiquitiAirOSConfigParser,
}
-default_feature = {
+
+# TODO: Once support for 3.7 is dropped, there should be a typing.TypedDict for this which should then also be used
+# as the return type for a bunch of the following methods.
+default_feature: t.Dict[str, t.Union[str, bool, None]] = {
"compliant": None,
"missing": None,
"extra": None,
@@ -24,18 +49,18 @@
}
-def _check_configs_differences(intended_cfg, actual_cfg, network_os):
+def _check_configs_differences(intended_cfg: str, actual_cfg: str, network_os: str) -> t.Dict[str, t.Union[str, bool]]:
r"""Find differences between intended and actual config lines.
Args:
- intended_cfg (str): Feature intended configuration.
- actual_cfg: (str): Feature actual configuration.
- network_os (str): Device network operating system that is in parser_map keys.
+ intended_cfg: Feature intended configuration.
+ actual_cfg: Feature actual configuration.
+ network_os: Device network operating system that is in parser_map keys.
Returns:
- dict: Config fragments that are missing, extra or unordered_compliant.
+ Config fragments that are missing, extra or unordered_compliant.
- Example:
+ Examples:
>>> from netutils.config.compliance import _check_configs_differences
>>> intended_cfg = '''ntp server 10.10.10.10
... ntp server 10.10.10.11'''
@@ -66,17 +91,18 @@ def _check_configs_differences(intended_cfg, actual_cfg, network_os):
}
-def _is_feature_ordered_compliant(feature_intended_cfg, feature_actual_cfg):
+def _is_feature_ordered_compliant(feature_intended_cfg: str, feature_actual_cfg: str) -> bool:
"""Check if feature intended cfg is compliant with feature actual cfg.
Args:
- feature_intended_cfg (str): Feature intended configuration.
- feature_actual_cfg: (str): Feature actual configuration.
+ feature_intended_cfg: Feature intended configuration.
+ feature_actual_cfg: Feature actual configuration.
Returns:
bool
- Example:
+ Examples:
+ >>> from netutils.config.compliance import _is_feature_ordered_compliant
>>> feature_intended_cfg = '''router bgp 100
... bgp router-id 10.6.6.5'''
>>>
@@ -94,30 +120,27 @@ def _is_feature_ordered_compliant(feature_intended_cfg, feature_actual_cfg):
return False
-def _open_file_config(cfg_path):
- """Open config file from local disk."""
- try:
- with open(cfg_path) as filehandler:
- device_cfg = filehandler.read()
- except IOError:
- return False
- return device_cfg.strip()
-
-
-def compliance(features, backup, intended, network_os, cfg_type="file"):
+def compliance(
+ features: t.List[t.Dict[str, t.Union[str, bool, t.List[str]]]],
+ backup: str,
+ intended: str,
+ network_os: str,
+ cfg_type: str = "file",
+) -> t.Dict[str, t.Dict[str, t.Union[str, bool]]]:
r"""Report compliance for all features provided as input.
Args:
- features (list): List of features for particular network os.
- backup (path): running config or config backup file to compare against intended.
- intended (path): intended config to compare against backup.
- network_os (str): Device network operating system that is in parser_map keys.
- cfg_type (str, optional): A string that is effectively a choice between `file` and `string`. Defaults to `file`.
+ features: List of features for particular network os.
+ backup: running config or config backup file to compare against intended.
+ intended: intended config to compare against backup.
+ network_os: Device network operating system that is in parser_map keys.
+ cfg_type: A string that is effectively a choice between `file` and `string`. Defaults to `file`.
Returns:
dict: Compliance information per feature.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import compliance
>>> features = [
... {
... "name": "hostname",
@@ -166,28 +189,33 @@ def compliance(features, backup, intended, network_os, cfg_type="file"):
backup_cfg = backup
intended_cfg = intended
- compliance_results = dict()
+ compliance_results = {}
for feature in features:
backup_str = section_config(feature, backup_cfg, network_os)
intended_str = section_config(feature, intended_cfg, network_os)
compliance_results.update({feature["name"]: feature_compliance(feature, backup_str, intended_str, network_os)})
- return compliance_results
+ return compliance_results # type: ignore
-def config_section_not_parsed(features, device_cfg, network_os):
+def config_section_not_parsed(
+ features: t.List[t.Dict[str, t.Union[str, bool, t.List[str]]]],
+ device_cfg: str,
+ network_os: str,
+) -> t.Dict[str, t.Union[str, t.List[str]]]:
r"""Return device config section that is not checked by compliance.
Args:
- features (list): List of features for particular network os.
- device_cfg (str): Device configuration.
- network_os (str): Device network operating system that is in parser_map keys.
+ features: List of features for particular network os.
+ device_cfg: Device configuration.
+ network_os: Device network operating system that is in parser_map keys.
Returns:
- dict: Config that was not parsed or section not found.
+ Config that was not parsed or section not found.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import config_section_not_parsed
>>> features = [{
... "name": "BGP",
... "ordered": True,
@@ -205,7 +233,7 @@ def config_section_not_parsed(features, device_cfg, network_os):
{'remaining_cfg': '!\naccess-list 1 permit 10.10.10.10\naccess-list 1 permit 10.10.10.11', 'section_not_found': []}
"""
remaining_cfg = device_cfg
- section_not_found = list()
+ section_not_found = []
for feature in features:
feature_cfg = section_config(feature, device_cfg, network_os)
if not feature_cfg:
@@ -213,22 +241,23 @@ def config_section_not_parsed(features, device_cfg, network_os):
remaining_cfg = remaining_cfg.replace(feature_cfg, "")
return {
"remaining_cfg": remaining_cfg.strip(),
- "section_not_found": section_not_found,
+ "section_not_found": section_not_found, # type: ignore
}
-def diff_network_config(compare_config, base_config, network_os):
+def diff_network_config(compare_config: str, base_config: str, network_os: str) -> str:
"""Identify which lines in compare_config are not in base_config.
Args:
- compare_config (str): The config to evaluate against base_config.
- base_config (str): The config to compare compare_config against.
- network_os (str): Device network operating system that is in parser_map keys.
+ compare_config: The config to evaluate against base_config.
+ base_config: The config to compare compare_config against.
+ network_os: Device network operating system that is in parser_map keys.
Returns:
- base_config (str): The string of additional commands in compare_config separated by a newline.
+ base_config: The string of additional commands in compare_config separated by a newline.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import diff_network_config
>>> compare_config = '''router bgp 100
... bgp router-id 10.6.6.5
... !
@@ -262,24 +291,30 @@ def diff_network_config(compare_config, base_config, network_os):
for parent in line.parents:
if parent not in needed_lines:
needed_lines.append(parent)
- needed_lines.append(line.config_line)
-
+ if line.config_line:
+ needed_lines.append(line.config_line)
return "\n".join(needed_lines)
-def feature_compliance(feature, backup_cfg, intended_cfg, network_os):
+def feature_compliance(
+ feature: t.Dict[str, t.Union[str, bool, t.List[str]]],
+ backup_cfg: str,
+ intended_cfg: str,
+ network_os: str,
+) -> t.Dict[str, t.Union[str, bool]]:
r"""Report compliance for all features provided as input.
Args:
- feature (dict): A dictionary with the attributes of the feature check
- backup_cfg (str): running config or config backup of a specific feature to compare.
- intended_cfg (str): intended config of a specific feature to compare.
- network_os (str): Device network operating system that is in parser_map keys.
+ feature: A dictionary with the attributes of the feature check
+ backup_cfg: running config or config backup of a specific feature to compare.
+ intended_cfg: intended config of a specific feature to compare.
+ network_os: Device network operating system that is in parser_map keys.
Returns:
dict: Compliance information of a single feature.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import feature_compliance
>>> feature = {
... "name": "ntp",
... "ordered": True,
@@ -317,8 +352,7 @@ def feature_compliance(feature, backup_cfg, intended_cfg, network_os):
}
)
else:
- if backup_cfg and intended_cfg:
- feature_data.update(_check_configs_differences(intended_cfg, backup_cfg, network_os))
+ feature_data.update(_check_configs_differences(intended_cfg, backup_cfg, network_os))
if feature["ordered"] is True:
feature_data["compliant"] = feature_data["ordered_compliant"]
elif feature["ordered"] is False:
@@ -326,20 +360,21 @@ def feature_compliance(feature, backup_cfg, intended_cfg, network_os):
else:
raise # pylint: disable=misplaced-bare-raise
- return feature_data
+ return feature_data # type: ignore
-def find_unordered_cfg_lines(intended_cfg, actual_cfg):
+def find_unordered_cfg_lines(intended_cfg: str, actual_cfg: str) -> t.Tuple[bool, t.List[t.Tuple[str, str]]]:
"""Check if config lines are miss-ordered, i.e in ACL-s.
Args:
- intended_cfg (str): Feature intended configuration.
- actual_cfg: (str): Feature actual configuration.
+ intended_cfg: Feature intended configuration.
+ actual_cfg: Feature actual configuration.
Returns:
list: List of tuples with unordered_compliant cfg lines.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import find_unordered_cfg_lines
>>> intended_cfg = '''
... ntp server 10.10.10.10
... ntp server 10.10.10.11
@@ -355,7 +390,7 @@ def find_unordered_cfg_lines(intended_cfg, actual_cfg):
"""
intended_lines = intended_cfg.splitlines()
actual_lines = actual_cfg.splitlines()
- unordered_lines = list()
+ unordered_lines = []
if len(intended_lines) == len(actual_lines):
# Process to find actual lines that are misordered
unordered_lines = [(e1, e2) for e1, e2 in zip(intended_lines, actual_lines) if e1 != e2]
@@ -365,21 +400,26 @@ def find_unordered_cfg_lines(intended_cfg, actual_cfg):
return (False, unordered_lines)
-def section_config(feature, device_cfg, network_os):
+def section_config(
+ feature: t.Dict[str, t.Union[str, bool, t.List[str]]],
+ device_cfg: str,
+ network_os: str,
+) -> str:
"""Parse feature section config from device cfg.
In case section attribute of the the feature is not provided
entire content of the device_cfg is returned.
Args:
- feature (dict): Feature name and cfg lines that should be parsed.
- device_cfg (str): Device configuration.
- network_os (str): Device network operating system that is in parser_map keys.
+ feature: Feature name and cfg lines that should be parsed.
+ device_cfg: Device configuration.
+ network_os : Device network operating system that is in parser_map keys.
Returns:
- list: The hash report data mapping file hashes to report data.
+ The hash report data mapping file hashes to report data.
- Example:
+ Examples:
+ >>> from netutils.config.compliance import section_config
>>> feature = {
... "name": "BGP",
... "ordered": False,
@@ -410,13 +450,17 @@ def section_config(feature, device_cfg, network_os):
os_parser = parser_map[network_os]
config_parsed = os_parser(device_cfg)
for line in config_parsed.config_lines:
+ # If multiple banners, line after first banner will be None.
+ # This conditional allows multiple banners in config.
+ if not line.config_line:
+ continue
if match:
if line.parents: # pylint: disable=no-else-continue
section_config_list.append(line.config_line)
continue
else:
match = False
- for line_start in section_starts_with:
+ for line_start in section_starts_with: # type: ignore
if not match and line.config_line.startswith(line_start):
section_config_list.append(line.config_line)
match = True
diff --git a/netutils/config/conversion.py b/netutils/config/conversion.py
new file mode 100644
index 0000000..a1cc117
--- /dev/null
+++ b/netutils/config/conversion.py
@@ -0,0 +1,217 @@
+"""Configuration conversion methods for different network operating systems."""
+
+import re
+import typing as t
+
+from netutils.config.utils import _open_file_config
+
+conversion_map: t.Dict[str, t.List[str]] = {
+ "paloalto_panos": ["paloalto_panos_brace_to_set"],
+}
+
+
+def paloalto_panos_clean_newlines(cfg: str) -> str:
+ r"""Takes in the configuration and replaces any inappropriate newline characters with a space.
+
+ Args:
+ cfg: Configuration as a string.
+
+ Returns:
+ str: Cleaned configuration as a string
+
+ Examples:
+ >>> from netutils.config.conversion import paloalto_panos_clean_newlines
+ >>> config = '''
+ ... config {
+ ... syslog {
+ ... Traffic_Syslog {
+ ... server {
+ ... splunk {
+ ... transport UDP;
+ ... port 514;
+ ... format BSD;
+ ... server 1.1.1.1;
+ ... facility LOG_USER;
+ ... }
+ ... graylog {
+ ... transport UDP;
+ ... port 514;
+ ... format BSD;
+ ... server 2.2.2.2;
+ ... facility LOG_USER;
+ ... }
+ ... }
+ ... format {
+ ... config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags
+ ... Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ ... system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ ... threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ ... url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ ... auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc
+ ... ";
+ ... userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ ... hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ ... correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ ... escaping {
+ ... escaped-characters \=;
+ ... escape-character \;
+ ... }
+ ... }
+ ... }
+ ... }
+ ... }'''
+ >>> paloalto_panos_clean_newlines(cfg=config) == \
+ ... '''
+ ... config {
+ ... syslog {
+ ... Traffic_Syslog {
+ ... server {
+ ... splunk {
+ ... transport UDP;
+ ... port 514;
+ ... format BSD;
+ ... server 1.1.1.1;
+ ... facility LOG_USER;
+ ... }
+ ... graylog {
+ ... transport UDP;
+ ... port 514;
+ ... format BSD;
+ ... server 2.2.2.2;
+ ... facility LOG_USER;
+ ... }
+ ... }
+ ... format {
+ ... config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ ... system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ ... threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ ... url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ ... tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ ... auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc ";
+ ... userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ ... hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ ... correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ ... escaping {
+ ... escaped-characters \=;
+ ... escape-character \;
+ ... }
+ ... }
+ ... }
+ ... }
+ ... }'''
+ True
+ """
+ paloalto_panos_no_newline_cleanup_match = ["private-key", "public-key", "login-banner"]
+ paloalto_panos_newline_regex = re.compile(
+ r"\w+?-?\w+\s\"(?:[^\"\\]|\\.)*\n(?:[^\"\\]|\\.)*\";$", re.MULTILINE | re.DOTALL
+ )
+
+ newlines_cleaned_cfg = paloalto_panos_newline_regex.sub(
+ lambda match: (
+ match.group().replace("\n", " ")
+ if not any(substring in match.group() for substring in paloalto_panos_no_newline_cleanup_match)
+ else match.group()
+ ),
+ cfg,
+ )
+
+ return newlines_cleaned_cfg
+
+
+def paloalto_panos_brace_to_set(cfg: str, cfg_type: str = "file") -> str:
+ r"""Convert Palo Alto Brace format configuration to set format.
+
+ Args:
+ cfg: Configuration as a string
+ cfg_type: A string that is effectively a choice between `file` and `string`. Defaults to `file`.
+
+ Returns:
+ str: Converted configuration as a string.
+
+ Examples:
+ >>> from netutils.config.conversion import paloalto_panos_brace_to_set
+ >>> config = '''
+ ... config {
+ ... mgt-config {
+ ... users {
+ ... admin {
+ ... phash *;
+ ... permissions {
+ ... role-based {
+ ... superuser yes;
+ ... }
+ ... }
+ ... public-key thisisasuperduperlongbase64encodedstring;
+ ... }
+ ... panadmin {
+ ... permissions {
+ ... role-based {
+ ... superuser yes;
+ ... }
+ ... }
+ ... phash passwordhash;
+ ... }
+ ... }
+ ... }
+ ... }'''
+ >>> paloalto_panos_brace_to_set(cfg=config, cfg_type='string') == \
+ ... '''set mgt-config users admin phash *
+ ... set mgt-config users admin permissions role-based superuser yes
+ ... set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring
+ ... set mgt-config users panadmin permissions role-based superuser yes
+ ... set mgt-config users panadmin phash passwordhash'''
+ True
+ """
+ stack: t.List[str] = []
+ cfg_value: t.List[str] = []
+ cfg_string: str = ""
+
+ if cfg_type not in ["file", "string"]:
+ raise ValueError("The variable `cfg_type` must be either `file` or `string`.")
+ if cfg_type == "file":
+ cfg_raw = _open_file_config(cfg)
+ cfg_list = paloalto_panos_clean_newlines(cfg=cfg_raw).splitlines()
+ else:
+ cfg_raw = paloalto_panos_clean_newlines(cfg=cfg)
+ cfg_list = cfg_raw.splitlines()
+
+ for i, line in enumerate(cfg_list):
+ line = line.strip()
+ if line.endswith(";") and not line.startswith('";'):
+ line = line.split(";", 1)[0]
+ line = "".join(str(s) for s in stack) + line
+ line = line.split("config ", 1)[1]
+ line = "set " + line
+ cfg_value.append(line.strip())
+ elif line.endswith('login-banner "') or line.endswith('content "'):
+ _first_banner_line = "".join(str(s) for s in stack) + line
+ cfg_value.append("set " + _first_banner_line.split("config ", 1)[1])
+
+ for banner_line in cfg_list[i + 1:]: # fmt: skip
+ if '"' in banner_line:
+ banner_line = banner_line.split(";", 1)[0]
+ cfg_value.append(banner_line.strip())
+ break
+ cfg_value.append(banner_line.strip())
+ elif line.endswith("{"):
+ stack.append(line[:-1])
+ elif line == "}" and len(stack) > 0:
+ stack.pop()
+
+ for _l, _line in enumerate(cfg_value):
+ cfg_string += _line
+ if _l < len(cfg_value) - 1:
+ cfg_string += "\n"
+
+ # Filter out 'devices localhost.local domain' from the entire cfg_string
+ # TODO: Add flagging capability to disable this behavior
+ cfg_string = cfg_string.replace("devices localhost.localdomain ", "")
+
+ return cfg_string
diff --git a/netutils/config/parser.py b/netutils/config/parser.py
index 5554670..32a511b 100644
--- a/netutils/config/parser.py
+++ b/netutils/config/parser.py
@@ -1,43 +1,61 @@
"""Parsers for different network operating systems."""
-# pylint: disable=no-member,super-with-arguments,invalid-overridden-method,raise-missing-from,invalid-overridden-method,inconsistent-return-statements,super-with-arguments,redefined-argument-from-local,no-else-break,useless-super-delegation
+
+# pylint: disable=no-member,super-with-arguments,invalid-overridden-method,raise-missing-from,invalid-overridden-method,inconsistent-return-statements,super-with-arguments,redefined-argument-from-local,no-else-break,useless-super-delegation,too-many-lines
import re
+import typing as t
from collections import namedtuple
+from netutils.banner import normalise_delimiter_caret_c
+from netutils.config.conversion import paloalto_panos_brace_to_set
+
ConfigLine = namedtuple("ConfigLine", "config_line,parents")
-class BaseConfigParser: # pylint: disable=too-few-public-methods
+class BaseConfigParser:
"""Base class for parsers."""
comment_chars = ["!"]
banner_start = ["banner", "vacant-message"]
- def __init__(self, config):
+ def __init__(self, config: str):
"""Create ConfigParser Object.
Args:
- config (str): The config text to parse.
+ config: The config text to parse.
"""
self.config = config
- self._config = None
- self._current_parents = ()
+ self._config: t.Optional[str] = None
+ self._current_parents: t.Tuple[str, ...] = ()
self.generator_config = (line for line in self.config_lines_only.splitlines())
- self.config_lines = []
+ self.config_lines: t.List[ConfigLine] = []
self.build_config_relationship()
- def config_lines_only(self):
+ @property
+ def config_lines_only(self) -> str:
"""Remove lines not related to config."""
- raise NotImplementedError
+ raise NotImplementedError()
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError()
+
+ def build_config_relationship(self) -> t.List[ConfigLine]:
+ """Parse text tree of config lines and their parents."""
+ raise NotImplementedError()
class BaseSpaceConfigParser(BaseConfigParser):
"""Base parser class for config syntax that demarcates using spaces/indentation."""
+ # TODO: Review if this can be removed
+ # pylint: disable=abstract-method
+
comment_chars = ["!"]
banner_start = ["banner", "vacant-message"]
- def __init__(self, config):
+ def __init__(self, config: str):
"""Create ConfigParser Object.
Args:
@@ -47,51 +65,54 @@ def __init__(self, config):
super(BaseSpaceConfigParser, self).__init__(config)
@property
- def indent_level(self):
+ def indent_level(self) -> int:
"""Count the number of spaces a config line is indented."""
return self._indent_level
@indent_level.setter
- def indent_level(self, value):
+ def indent_level(self, value: int) -> None:
self._indent_level = value
- def is_banner_end(self, line):
+ def is_banner_end(self, line: str) -> bool:
"""Determine if line ends the banner config.
Args:
- line (str): The current config line in iteration.
+ line: The current config line in iteration.
Returns:
- bool: True if line ends banner, else False.
+ True if line ends banner, else False.
"""
if self.banner_end in line:
return True
return False
- def is_banner_start(self, line):
+ def is_banner_start(self, line: str) -> bool:
"""Determine if the line starts a banner config.
Args:
- line (str): The current config line in iteration.
+ line: The current config line in iteration.
Returns:
- bool: True if line starts banner, else False.
+ True if line starts banner, else False.
"""
for banner_start in self.banner_start:
+ if not line:
+ return False
if line.lstrip().startswith(banner_start):
return True
return False
- def is_comment(self, line):
+ def is_comment(self, line: str) -> bool:
"""Determine if line is a comment.
Args:
- line (str): A config line from the device.
+ line: A config line from the device.
Returns:
- bool: True if line is a comment, else False.
+ True if line is a comment, else False.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser
>>> BaseSpaceConfigParser("interface Ethernet1/1").is_comment("interface Ethernet1/1")
False
>>> BaseSpaceConfigParser("!").is_comment("!")
@@ -104,13 +125,14 @@ def is_comment(self, line):
return False
@property
- def config_lines_only(self):
+ def config_lines_only(self) -> str:
"""Remove spaces and comments from config lines.
Returns:
- str: The non-space and non-comment lines from ``config``.
+ The non-space and non-comment lines from ``config``.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser
>>> config = '''!
... aaa group server tacacs+ auth
... server 10.1.1.1
@@ -135,16 +157,17 @@ def config_lines_only(self):
return self._config
@staticmethod
- def get_leading_space_count(config_line):
+ def get_leading_space_count(config_line: str) -> int:
r"""Determine how many spaces the ``config_line`` is indented.
Args:
- config_line (str): A line of text in the config.
+ config_line: A line of text in the config.
Returns:
- int: The number of leading spaces.
+ The number of leading spaces.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser
>>> config = '''interface GigabitEthernet1\n description link to ISP'''
>>> config_line = " description link to ISP"
>>> indent_level = BaseSpaceConfigParser(config).get_leading_space_count(config_line)
@@ -154,14 +177,15 @@ def get_leading_space_count(config_line):
"""
return len(config_line) - len(config_line.lstrip())
- def _remove_parents(self, line, current_spaces):
+ def _remove_parents(self, line: str, current_spaces: int) -> t.Tuple[str, ...]:
"""Remove parents from ``self._curent_parents`` based on indent levels.
Args:
- config_line (str): A line of text in the config.
+ line: A line of text in the config.
+ current_spaces: The number of spaces the current line is indented.
Returns:
- tuple: The config lines parent config lines.
+ The config lines parent config lines.
"""
deindent_level = 1
try:
@@ -172,22 +196,21 @@ def _remove_parents(self, line, current_spaces):
previous_parent = self._current_parents[-deindent_level]
previous_indent = self.get_leading_space_count(previous_parent)
except IndexError:
- raise IndexError("\nValidate the first line does not begin with a space" "\n{}\n".format(line))
+ raise IndexError(f"\nValidate the first line does not begin with a space\n{line}\n")
parents = self._current_parents[:-deindent_level] or (self._current_parents[0],)
return parents
- def _build_banner(self, config_line):
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
"""Handle banner config lines.
Args:
- config_line (str): The start of the banner config.
+ config_line: The start of the banner config.
Returns:
- str: The next configuration line in the configuration text.
- None: When banner end is the end of the config text.
+ The next configuration line in the configuration text or None
Raises:
- ValueError: When the parser is unable to identify the End of the Banner.
+ ValueError: When the parser is unable to identify the end of the Banner.
"""
self._update_config_lines(config_line)
self._current_parents += (config_line,)
@@ -196,12 +219,12 @@ def _build_banner(self, config_line):
if not self.is_banner_end(line):
banner_config.append(line)
else:
- line = line.replace("\x03", "^C")
+ line = normalise_delimiter_caret_c(self.banner_end, line)
banner_config.append(line)
line = "\n".join(banner_config)
if line.endswith("^C"):
banner, end, _ = line.rpartition("^C")
- line = banner.rstrip() + end
+ line = banner + end
self._update_config_lines(line)
self._current_parents = self._current_parents[:-1]
try:
@@ -211,15 +234,15 @@ def _build_banner(self, config_line):
raise ValueError("Unable to parse banner end.")
- def _build_nested_config(self, line):
+ def _build_nested_config(self, line: str) -> t.Optional[str]:
"""Handle building child config sections.
Args:
- line (str): A configuration line from the configuration text.
+ line: A configuration line from the configuration text.
Returns:
- str: The next top-level configuration line in the configuration text.
- None: When the last line of configuration text is a nested configuration line.
+ The next top-level configuration line in the configuration text or None when the last line of configuration
+ text is a nested configuration line.
Raises:
IndexError: When the number of parents does not match the expected deindent level.
@@ -244,19 +267,21 @@ def _build_nested_config(self, line):
self.indent_level = spaces
if self.is_banner_start(line):
- line = self._build_banner(line)
- if line is None or not line[0].isspace():
+ banner_line = self._build_banner(line)
+ if banner_line is None or not banner_line[0].isspace():
self._current_parents = ()
self.indent_level = 0
- return line
+ return banner_line
+ line = banner_line
self._update_config_lines(line)
+ return None
- def _update_config_lines(self, config_line):
+ def _update_config_lines(self, config_line: str) -> None:
"""Add a ``ConfigLine`` object to ``self.config_lines``.
Args:
- config_line (str): The current config line being evaluated.
+ config_line: The current config line being evaluated.
Returns:
None
@@ -264,14 +289,15 @@ def _update_config_lines(self, config_line):
entry = ConfigLine(config_line, self._current_parents)
self.config_lines.append(entry)
- def build_config_relationship(self):
+ def build_config_relationship(self) -> t.List[ConfigLine]:
r"""Parse text tree of config lines and their parents.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser, ConfigLine
>>> config = (
... "interface Ethernet1/1\n"
... " vlan 10\n"
- ... " no shutdown"
+ ... " no shutdown\n"
... "interface Ethernet1/2\n"
... " shutdown\n"
... )
@@ -280,65 +306,150 @@ def build_config_relationship(self):
... [
... ConfigLine(config_line='interface Ethernet1/1', parents=()),
... ConfigLine(config_line=' vlan 10', parents=('interface Ethernet1/1',)),
- ... ConfigLine(config_line=' no shutdowninterface Ethernet1/2', parents=('interface Ethernet1/1',)),
- ... ConfigLine(config_line=' shutdown', parents=('interface Ethernet1/1',))
+ ... ConfigLine(config_line=' no shutdown', parents=('interface Ethernet1/1',)),
+ ... ConfigLine(config_line='interface Ethernet1/2', parents=(),),
+ ... ConfigLine(config_line=' shutdown', parents=('interface Ethernet1/2',))
... ]
True
"""
- for line in self.generator_config:
- if not line[0].isspace():
+ for index, line in enumerate(self.generator_config):
+ current_spaces = self.get_leading_space_count(line) if line[0].isspace() else 0
+ if index == 0 and line[0].isspace():
+ self._current_parents = self._remove_parents(line, current_spaces)
+ elif not line[0].isspace():
self._current_parents = ()
if self.is_banner_start(line):
- line = self._build_banner(line)
+ line = self._build_banner(line) # type: ignore
else:
previous_config = self.config_lines[-1]
self._current_parents = (previous_config.config_line,)
self.indent_level = self.get_leading_space_count(line)
if not self.is_banner_start(line):
- line = self._build_nested_config(line)
+ line = self._build_nested_config(line) # type: ignore
else:
- line = self._build_banner(line)
+ line = self._build_banner(line) # type: ignore
if line is not None and line[0].isspace():
- line = self._build_nested_config(line)
+ line = self._build_nested_config(line) # type: ignore
else:
self._current_parents = ()
if line is None:
break
elif self.is_banner_start(line):
- line = self._build_banner(line)
+ line = self._build_banner(line) # type: ignore
+ # line can potentially be another banner start therefore we do a secondary check.
+ if self.is_banner_start(line):
+ line = self._build_banner(line) # type: ignore
self._update_config_lines(line)
return self.config_lines
+ @staticmethod
+ def _match_type_check(line: str, pattern: str, match_type: str) -> bool:
+ """Checks pattern for exact match or regex."""
+ if match_type == "exact" and line == pattern:
+ return True
+ if match_type == "startswith" and line.startswith(pattern):
+ return True
+ if match_type == "endswith" and line.endswith(pattern):
+ return True
+ if match_type == "regex" and re.match(pattern, line):
+ return True
+ return False
-class BaseBraceConfigParser(BaseConfigParser):
- """Base parser class for config syntax that demarcates using braces."""
+ def find_all_children(self, pattern: str, match_type: str = "exact") -> t.List[str]:
+ """Returns configuration part for a specific pattern not including parents.
- multiline_delimiters = []
+ Args:
+ pattern: pattern that describes parent.
+ match_type (optional): Exact or regex. Defaults to "exact".
- def __init__(self, config):
- """Create ConfigParser Object.
+ Returns:
+ configuration under that parent pattern.
+
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser
+ >>> config = '''
+ ... router bgp 45000
+ ... address-family ipv4 unicast
+ ... neighbor 192.168.1.2 activate
+ ... network 172.17.1.0 mask'''
+ >>> bgp_conf = BaseSpaceConfigParser(str(config)).find_all_children(pattern="router bgp", match_type="startswith")
+ >>> print(bgp_conf)
+ ['router bgp 45000', ' address-family ipv4 unicast', ' neighbor 192.168.1.2 activate', ' network 172.17.1.0 mask']
+ """
+ config = []
+ for cfg_line in self.build_config_relationship():
+ parents = cfg_line.parents[0] if cfg_line.parents else None
+ if (
+ parents
+ and self._match_type_check(parents, pattern, match_type)
+ or self._match_type_check(cfg_line.config_line, pattern, match_type)
+ ):
+ config.append(cfg_line.config_line)
+ return config
+
+ def find_children_w_parents(
+ self, parent_pattern: str, child_pattern: str, match_type: str = "exact"
+ ) -> t.List[str]:
+ """Returns configuration part for a specific pattern including parents and children.
Args:
- config (str): The config text to parse.
+ parent_pattern: pattern that describes parent.
+ child_pattern: pattern that describes child.
+ match_type (optional): Exact or regex. Defaults to "exact".
+
+ Returns:
+ configuration under that parent pattern.
+
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser
+ >>> config = '''
+ ... router bgp 45000
+ ... address-family ipv4 unicast
+ ... neighbor 192.168.1.2 activate
+ ... network 172.17.1.0 mask'''
+ >>> bgp_conf = BaseSpaceConfigParser(str(config)).find_children_w_parents(parent_pattern="router bgp", child_pattern=" address-family", match_type="regex")
+ >>> print(bgp_conf)
+ [' address-family ipv4 unicast', ' neighbor 192.168.1.2 activate', ' network 172.17.1.0 mask']
"""
- super(BaseBraceConfigParser, self).__init__(config)
+ config = []
+ potential_parents = [
+ elem.parents[0]
+ for elem in self.build_config_relationship()
+ if self._match_type_check(elem.config_line, child_pattern, match_type)
+ ]
+ for cfg_line in self.build_config_relationship():
+ parents = cfg_line.parents[0] if cfg_line.parents else None
+ if parents in potential_parents and self._match_type_check(
+ parents, # type: ignore[arg-type]
+ parent_pattern,
+ match_type,
+ ):
+ config.append(cfg_line.config_line)
+ return config
+
+
+class BaseBraceConfigParser(BaseConfigParser): # pylint: disable=abstract-method
+ """Base parser class for config syntax that demarcates using braces."""
+
+ multiline_delimiters: t.List[str] = []
@property
- def config_lines_only(self):
+ def config_lines_only(self) -> str:
"""Remove trailing spaces and empty lines from config lines.
Returns:
- str: The non-space lines from ``config``.
+ The non-space lines from ``config``.
"""
config_lines = [line.rstrip() for line in self.config.splitlines() if line and not line.isspace()]
return "\n".join(config_lines)
- def build_config_relationship(self):
+ def build_config_relationship(self) -> t.List[ConfigLine]:
r"""Parse text tree of config lines and their parents.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser, ConfigLine
>>> config = '''auth ldap system-auth {
... port ldaps
... servers { ams-lda01.ntc.com }
@@ -373,16 +484,17 @@ def build_config_relationship(self):
return self.config_lines
- def _build_multiline_config(self, delimiter):
+ def _build_multiline_config(self, delimiter: str) -> t.Optional[ConfigLine]:
r"""Build config sections between characters demarcating multiline strings.
Args:
- delimiter (str): The text to look for to end multiline config.
+ delimiter: The text to look for to end multiline config.
Returns:
- ConfigLine: The multiline string text that was added to ``self.config_lines``.
+ The multiline string text that was added to ``self.config_lines``.
- Example:
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser, ConfigLine
>>> config = (
... 'sys syslog {\n'
... ' include "\n'
@@ -412,31 +524,31 @@ def _build_multiline_config(self, delimiter):
self.config_lines.append(multiline_entry)
self._current_parents = self._current_parents[:-1]
return multiline_entry
+ return None
class CiscoConfigParser(BaseSpaceConfigParser):
"""Cisco Implementation of ConfigParser Class."""
- regex_banner = re.compile(r"^(banner\s+\S+|\s*vacant-message)\s+(?P\^C|\x03)")
+ regex_banner = re.compile(r"^(banner\s+\S+|\s*vacant-message)\s+(?P\^C|.)")
- def __init__(self, config):
+ def __init__(self, config: str):
"""Create ConfigParser Object.
Args:
config (str): The config text to parse.
"""
- self._banner_end = None
+ self._banner_end: t.Optional[str] = None
super(CiscoConfigParser, self).__init__(config)
- def _build_banner(self, config_line):
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
"""Handle banner config lines.
Args:
- config_line (str): The start of the banner config.
+ config_line: The start of the banner config.
Returns:
- str: The next configuration line in the configuration text.
- None: When banner end is the end of the config text.
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
Raises:
ValueError: When the parser is unable to identify the End of the Banner.
@@ -449,16 +561,20 @@ def _build_banner(self, config_line):
return None
return super(CiscoConfigParser, self)._build_banner(config_line)
- def is_banner_one_line(self, config_line):
+ @staticmethod
+ def is_banner_one_line(config_line: str) -> bool:
"""Determine if all banner config is on one line."""
- _, delimeter, banner = config_line.partition(self.banner_end)
+ _, delimeter, banner = config_line.partition("^C")
+ # if the banner is the delimeter is a single line empty banner. e.g banner motd ^C^C which ios allows.
+ if banner == "^C":
+ return True
# Based on NXOS configs, the banner delimeter is ignored until another char is used
banner_config_start = banner.lstrip(delimeter)
if delimeter not in banner_config_start:
return False
return True
- def is_banner_start(self, line):
+ def is_banner_start(self, line: str) -> bool:
"""Determine if the line starts a banner config."""
state = super(CiscoConfigParser, self).is_banner_start(line)
if state:
@@ -466,12 +582,14 @@ def is_banner_start(self, line):
return state
@property
- def banner_end(self):
+ def banner_end(self) -> str:
"""Demarcate End of Banner char(s)."""
+ if self._banner_end is None:
+ raise RuntimeError("Banner end not yet set.")
return self._banner_end
@banner_end.setter
- def banner_end(self, banner_start_line):
+ def banner_end(self, banner_start_line: str) -> None:
banner_parsed = self.regex_banner.match(banner_start_line)
if not banner_parsed:
raise ValueError("There was an error parsing your banner, the end of the banner could not be found")
@@ -481,46 +599,51 @@ def banner_end(self, banner_start_line):
class IOSConfigParser(CiscoConfigParser, BaseSpaceConfigParser):
"""Cisco IOS implementation of ConfigParser Class."""
- def __init__(self, config):
+ def __init__(self, config: str):
"""Create ConfigParser Object.
Args:
config (str): The config text to parse.
"""
- self.unique_config_lines = set()
- self.same_line_children = set()
+ self.unique_config_lines: t.Set[ConfigLine] = set()
+ self.same_line_children: t.Set[ConfigLine] = set()
super(IOSConfigParser, self).__init__(config)
- def _build_banner(self, config_line):
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
"""Handle banner config lines.
Args:
- config_line (str): The start of the banner config.
+ config_line: The start of the banner config.
Returns:
- str: The next configuration line in the configuration text.
- None: When banner end is the end of the config text.
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
Raises:
ValueError: When the parser is unable to identify the End of the Banner.
"""
- config_line = config_line.replace("\x03", "^C")
- config_line = re.sub(r"\^C+", "^C", config_line)
+ config_line = normalise_delimiter_caret_c(self.banner_end, config_line)
return super(IOSConfigParser, self)._build_banner(config_line)
- def _update_same_line_children_configs(self):
+ def _update_same_line_children_configs(self) -> None:
"""Update parents in ``self.config_lines`` per ``self.same_line_children``."""
- new_config_lines = []
+ new_config_lines: t.List[ConfigLine] = []
for line in self.config_lines:
if line in self.same_line_children:
- previous_line = new_config_lines[-1]
+ try:
+ previous_line = new_config_lines[-1]
+ except IndexError as error:
+ raise IndexError(
+ f"This error is likely from a duplicate line detected at the line `{line.config_line}`, "
+ "see https://netutils.readthedocs.io/en/latest/dev/dev_config/#duplicate-line-detection "
+ f"for more details.\nOriginal Error: {error}"
+ )
previous_config_line = previous_line.config_line
current_parents = previous_line.parents + (previous_config_line,)
line = ConfigLine(line.config_line, current_parents)
new_config_lines.append(line)
self.config_lines = new_config_lines
- def _update_config_lines(self, config_line):
+ def _update_config_lines(self, config_line: str) -> None:
"""Add a ``ConfigLine`` object to ``self.config_lines``.
In addition to adding entries to config_lines, this also updates:
@@ -528,7 +651,7 @@ def _update_config_lines(self, config_line):
* self.unique_config_lines
Args:
- config_line (str): The current config line being evaluated.
+ config_line: The current config line being evaluated.
Returns:
None
@@ -539,10 +662,11 @@ def _update_config_lines(self, config_line):
self.same_line_children.add(entry)
self.unique_config_lines.add(entry)
- def build_config_relationship(self):
+ def build_config_relationship(self) -> t.List[ConfigLine]:
r"""Parse text tree of config lines and their parents.
- Example:
+ Examples:
+ >>> from netutils.config.parser import IOSConfigParser, ConfigLine
>>> config = '''
... interface Ethernet1/1
... vlan 10
@@ -570,36 +694,1200 @@ class NXOSConfigParser(CiscoConfigParser, BaseSpaceConfigParser):
regex_banner = re.compile(r"^banner\s+\S+\s+(?P\S)")
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
+
+ Args:
+ config (str): The config text to parse.
+ """
+ self.unique_config_lines: t.Set[ConfigLine] = set()
+ self.same_line_children: t.Set[ConfigLine] = set()
+ super(NXOSConfigParser, self).__init__(config)
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
+
+ Raises:
+ ValueError: When the parser is unable to identify the end of the Banner.
+ """
+ config_line = normalise_delimiter_caret_c(self.banner_end, config_line)
+ return super(NXOSConfigParser, self)._build_banner(config_line)
+
class EOSConfigParser(BaseSpaceConfigParser):
"""EOSConfigParser implementation fo ConfigParser Class."""
banner_end = "EOF"
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
+
+ Raises:
+ ValueError: When the parser is unable to identify the End of the Banner.
+ """
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ self._update_config_lines(line)
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ raise ValueError("Unable to parse banner end.")
+
class AIREOSConfigParser(CiscoConfigParser, BaseSpaceConfigParser):
"""AireOSConfigParser implementation fo ConfigParser Class."""
- banner_start = []
+ banner_start: t.List[str] = []
- def _build_banner(self, config_line):
+ def _build_banner(self, config_line: str) -> None:
raise NotImplementedError()
class LINUXConfigParser(BaseSpaceConfigParser):
"""Linux config parser."""
- comment_chars = ["#"]
+ comment_chars: t.List[str] = ["#"]
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Linux platform doesn't have a banner.")
class F5ConfigParser(BaseBraceConfigParser):
- """F5ConfigParser implementation fo ConfigParser Class."""
+ """F5ConfigParser implementation for ConfigParser Class."""
+
+ multiline_delimiters: t.List[str] = ['"']
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("F5 platform doesn't have a banner.")
+
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
- multiline_delimiters = ['"']
+ Args:
+ config: The config text to parse.
+ """
+ super().__init__(self._clean_config_f5(config))
+
+ def _clean_config_f5(self, config_text: str) -> str:
+ """Removes all configuration items with 'ltm rule'.
+
+ iRules are essentially impossible to parse with the lack of uniformity,
+ therefore, this method ensures they are not included in ``self.config``.
+
+ Args:
+ config_text: The entire config as a string.
+
+ Returns:
+ The sanitized config with all iRules (ltm rule) stanzas removed.
+ """
+ config_split = config_text.split("ltm rule")
+ if len(config_split) > 1:
+ start_config = config_split[0]
+ end_config = config_split[-1]
+ _, ltm, clean_config = end_config.partition("ltm")
+ final_config = start_config + ltm + clean_config
+ else:
+ final_config = config_text
+ return final_config
+
+ def build_config_relationship(self) -> t.List[ConfigLine]:
+ r"""Parse text tree of config lines and their parents.
+
+ Examples:
+ >>> from netutils.config.parser import F5ConfigParser, ConfigLine
+ >>> config = '''apm resource webtop-link aShare {
+ ... application-uri http://funshare.example.com
+ ... customization-group a_customization_group
+ ... }
+ ... apm sso form-based portal_ext_sso_form_based {
+ ... form-action /Citrix/Example/ExplicitAuth/LoginAttempt
+ ... form-field "LoginBtn Log+On
+ ... StateContext "
+ ... form-password password
+ ... form-username username
+ ... passthru true
+ ... start-uri /Citrix/Example/ExplicitAuth/Login*
+ ... success-match-type cookie
+ ... success-match-value CtxsAuthId
+ ... }
+ ... '''
+ >>>
+ >>> config_tree = F5ConfigParser(config)
+ >>> print(config_tree.build_config_relationship())
+ [ConfigLine(config_line='apm resource webtop-link aShare {', parents=()), ConfigLine(config_line=' application-uri http://funshare.example.com', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line=' customization-group a_customization_group', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line='}', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line='apm sso form-based portal_ext_sso_form_based {', parents=()), ConfigLine(config_line=' form-action /Citrix/Example/ExplicitAuth/LoginAttempt', parents=('apm sso form-based portal_ext_sso_form_based {',)), ConfigLine(config_line=' form-field "LoginBtn Log+On\nStateContext "', parents=('apm sso form-based portal_ext_sso_form_based {',)), ConfigLine(config_line=' form-password password', parents=()), ConfigLine(config_line=' form-username username', parents=()), ConfigLine(config_line=' passthru true', parents=()), ConfigLine(config_line=' start-uri /Citrix/Example/ExplicitAuth/Login*', parents=()), ConfigLine(config_line=' success-match-type cookie', parents=()), ConfigLine(config_line=' success-match-value CtxsAuthId', parents=()), ConfigLine(config_line='}', parents=())]
+ """
+ for line in self.generator_config:
+ self.config_lines.append(ConfigLine(line, self._current_parents))
+ line_end = line[-1]
+ if line.endswith("{"):
+ self._current_parents += (line,)
+ elif line.lstrip() == "}":
+ self._current_parents = self._current_parents[:-1]
+ elif any(
+ delimiters in self.multiline_delimiters and line.count(delimiters) == 1
+ for delimiters in self.multiline_delimiters
+ ):
+ for delimiter in self.multiline_delimiters:
+ if line.count(delimiter) == 1:
+ self._build_multiline_single_configuration_line(delimiter, line)
+ elif line_end in self.multiline_delimiters and line.count(line_end) == 1:
+ self._current_parents += (line,)
+ self._build_multiline_config(line_end)
+
+ return self.config_lines
+
+ def _build_multiline_single_configuration_line(self, delimiter: str, prev_line: str) -> t.Optional[ConfigLine]:
+ r"""Concatenate Multiline strings between delimiter when newlines causes string to traverse multiple lines.
+
+ Args:
+ delimiter: The text to look for to end multiline config.
+ prev_line: The text from the previously analyzed line.
+
+ Returns:
+ The multiline string text that was added to ``self.config_lines``.
+
+ Examples:
+ >>> from netutils.config.parser import F5ConfigParser, ConfigLine
+ >>> config = '''apm resource webtop-link aShare {
+ ... application-uri http://funshare.example.com
+ ... customization-group a_customization_group
+ ... }
+ ... apm sso form-based portal_ext_sso_form_based {
+ ... form-action /Citrix/Example/ExplicitAuth/LoginAttempt
+ ... form-field "LoginBtn Log+On
+ ... StateContext "
+ ... form-password password
+ ... form-username username
+ ... passthru true
+ ... start-uri /Citrix/Example/ExplicitAuth/Login*
+ ... success-match-type cookie
+ ... success-match-value CtxsAuthId
+ ... }
+ ... '''
+ >>>
+ >>>
+ >>> config_tree = F5ConfigParser(str(config))
+ >>> print(config_tree.build_config_relationship())
+ [ConfigLine(config_line='apm resource webtop-link aShare {', parents=()), ConfigLine(config_line=' application-uri http://funshare.example.com', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line=' customization-group a_customization_group', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line='}', parents=('apm resource webtop-link aShare {',)), ConfigLine(config_line='apm sso form-based portal_ext_sso_form_based {', parents=()), ConfigLine(config_line=' form-action /Citrix/Example/ExplicitAuth/LoginAttempt', parents=('apm sso form-based portal_ext_sso_form_based {',)), ConfigLine(config_line=' form-field "LoginBtn Log+On\nStateContext "', parents=('apm sso form-based portal_ext_sso_form_based {',)), ConfigLine(config_line=' form-password password', parents=()), ConfigLine(config_line=' form-username username', parents=()), ConfigLine(config_line=' passthru true', parents=()), ConfigLine(config_line=' start-uri /Citrix/Example/ExplicitAuth/Login*', parents=()), ConfigLine(config_line=' success-match-type cookie', parents=()), ConfigLine(config_line=' success-match-value CtxsAuthId', parents=()), ConfigLine(config_line='}', parents=())]
+ """
+ multiline_config = [prev_line]
+ for line in self.generator_config:
+ multiline_config.append(line)
+ if line.endswith(delimiter):
+ multiline_entry = ConfigLine("\n".join(multiline_config), self._current_parents)
+ self.config_lines[-1] = multiline_entry
+ self._current_parents = self._current_parents[:-1]
+ return multiline_entry
+ return None
class JunosConfigParser(BaseSpaceConfigParser):
"""Junos config parser."""
- comment_chars = []
- banner_start = []
+ comment_chars: t.List[str] = []
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Junos platform doesn't have a banner.")
+
+
+class ASAConfigParser(CiscoConfigParser):
+ """Cisco ASA implementation of ConfigParser Class."""
+
+ banner_start: t.List[str] = ["banner"]
+ comment_chars: t.List[str] = ["!", ":"]
+
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
+
+ Args:
+ config: The config text to parse.
+ """
+ self.unique_config_lines: t.Set[ConfigLine] = set()
+ self.same_line_children: t.Set[ConfigLine] = set()
+ super(ASAConfigParser, self).__init__(config)
+
+ def is_banner_start(self, line: str) -> bool:
+ """Determine if the line starts a banner config.
+
+ Args:
+ line: The current config line in iteration.
+
+ Returns:
+ True if line starts banner, else False.
+ """
+ for banner_start in self.banner_start:
+ if not line:
+ return False
+ if line.startswith(banner_start):
+ return True
+ return False
+
+ def _update_config_lines(self, config_line: str) -> None:
+ """Add a ``ConfigLine`` object to ``self.config_lines``.
+
+ In addition to adding entries to config_lines, this also updates:
+ * self.same_line_children
+ * self.unique_config_lines
+
+ Args:
+ config_line (str): The current config line being evaluated.
+
+ Returns:
+ None
+ """
+ super(ASAConfigParser, self)._update_config_lines(config_line)
+ entry = self.config_lines[-1]
+ if entry in self.unique_config_lines:
+ self.same_line_children.add(entry)
+ self.unique_config_lines.add(entry)
+
+ def build_config_relationship(self) -> t.List[ConfigLine]:
+ r"""Parse text tree of config lines and their parents.
+
+ Examples:
+ >>> from netutils.config.parser import ASAConfigParser, ConfigLine
+ >>> config = '''
+ ... interface Management0/0
+ ... management-only
+ ... nameif Management
+ ... security-level 100
+ ... ip address 10.1.1.10 255.255.255.0'''
+ >>> config_tree = ASAConfigParser(str(config))
+ >>> config_tree.build_config_relationship() == \
+ ... [
+ ... ConfigLine(config_line="interface Management0/0", parents=()),
+ ... ConfigLine(config_line=" management-only", parents=("interface Management0/0",)),
+ ... ConfigLine(config_line=" nameif Management", parents=("interface Management0/0",)),
+ ... ConfigLine(config_line=" security-level 100", parents=("interface Management0/0",)),
+ ... ConfigLine(config_line=" ip address 10.1.1.10 255.255.255.0", parents=("interface Management0/0",)),
+ ... ]
+ True
+ """
+ for index, line in enumerate(self.generator_config):
+ current_spaces = self.get_leading_space_count(line) if line[0].isspace() else 0
+ if index == 0 and line[0].isspace():
+ self._current_parents = self._remove_parents(line, current_spaces)
+ elif not line[0].isspace():
+ self._current_parents = ()
+ else:
+ previous_config = self.config_lines[-1]
+ self._current_parents = (previous_config.config_line,)
+ self.indent_level = self.get_leading_space_count(line)
+ if line is not None and line[0].isspace():
+ line = self._build_nested_config(line) # type: ignore
+ else:
+ self._current_parents = ()
+
+ if line is None:
+ break
+
+ self._update_config_lines(line)
+
+ return self.config_lines
+
+
+class FortinetConfigParser(BaseSpaceConfigParser):
+ """Fortinet Fortios config parser."""
+
+ comment_chars: t.List[str] = []
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Fortinet FortiOS platform doesn't have a banner.")
+
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
+
+ Args:
+ config (str): The config text to parse.
+ """
+ self.uncommon_data = self._get_uncommon_lines(config)
+ super(FortinetConfigParser, self).__init__(config)
+
+ def is_end_next(self, line: str) -> bool:
+ """Determine if line has 'end' or 'next' in it.
+
+ Args:
+ line: A config line from the device.
+
+ Returns:
+ True if line has 'end' or 'next', else False.
+
+ Examples:
+ >>> from netutils.config.parser import FortinetConfigParser
+ >>> FortinetConfigParser("config system virtual-switch").is_end_next("config system virtual-switch")
+ False
+ >>> FortinetConfigParser("end").is_end_next("end")
+ True
+ >>>
+ """
+ for end_next in ["end", "next"]:
+ if line.lstrip() == end_next:
+ return True
+ return False
+
+ def _parse_out_offending(self, config: str) -> str:
+ """Preprocess out strings that offend the normal spaced configuration syntax.
+
+ Args:
+ config (str): full config as a string.
+ """
+ # This will grab everything between quotes after the 'set buffer' sub-command.
+ # Its explicitly looking for "\n to end the captured data. This is to support html
+ # data that is supported in Fortinet config with double quotes within the html.
+ pattern = r"(config system replacemsg.*(\".*\")\n)(\s{4}set\sbuffer\s\"[\S\s]*?\"\n)"
+ return re.sub(pattern, r"\1 [\2]\n", config)
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and comments from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ # Specific to fortinet to remove uncommon data patterns for use later in _build_nested_config.
+ self.config = self._parse_out_offending(self.config)
+ if self._config is None:
+ config_lines = (
+ line.rstrip()
+ for line in self.config.splitlines()
+ if line and not self.is_comment(line) and not line.isspace() and not self.is_end_next(line)
+ )
+ self._config = "\n".join(config_lines)
+ return self._config
+
+ def _get_uncommon_lines(self, config: str) -> t.Dict[str, str]:
+ """Regex to find replacemsg lines which can contain html/css data.
+
+ Args:
+ config: Original config before parsing.
+
+ Returns:
+ dict: dictionary with replace message name as key, html/css data as value.
+ """
+ pattern = r"(config system replacemsg.*\n)(\s{4}set\sbuffer\s\"[\S\s]*?\"\n)"
+ regex_result = re.findall(pattern, config)
+ result = {}
+ for group_match in regex_result:
+ result.update({group_match[0].split('"')[1]: group_match[1]})
+ return result
+
+ def _build_nested_config(self, line: str) -> t.Optional[str]:
+ """Handle building child config sections.
+
+ Args:
+ line: A configuration line from the configuration text.
+
+ Returns:
+ The next top-level configuration line in the configuration text or None when the last line of configuration
+ text is a nested configuration line.
+
+ Raises:
+ IndexError: When the number of parents does not match the expected deindent level.
+ """
+ if "[" in line:
+ updated_line = self.uncommon_data.get(line.split('"')[1], None)
+ if not updated_line:
+ raise ValueError("Input line is malformed.")
+ line = updated_line
+ self._update_config_lines(line)
+ for line in self.generator_config:
+ if not line[0].isspace():
+ self._current_parents = ()
+ self.indent_level = 0
+ return line
+
+ spaces = self.get_leading_space_count(line)
+ if spaces == self.indent_level:
+ pass
+ elif spaces > self.indent_level:
+ previous_config = self.config_lines[-1]
+ self._current_parents += (previous_config.config_line,)
+ else:
+ self._current_parents = self._remove_parents(line, spaces)
+
+ if spaces != self.indent_level:
+ self.indent_level = spaces
+
+ self._update_config_lines(line)
+ return None
+
+
+class NokiaConfigParser(BaseSpaceConfigParser):
+ """Nokia SrOS config parser."""
+
+ comment_chars: t.List[str] = ["#"]
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Nokia SROS platform doesn't have a banner.")
+
+ def _is_section_title(self, line: str) -> bool:
+ """Determine if line is a section title in banner.
+
+ Args:
+ line: A config line from the device.
+
+ Returns:
+ True if line is a section, else False.
+ """
+ if re.match(r"^echo\s\".+\"", string=line):
+ return True
+ return False
+
+ def _get_section_title(self, line: str) -> t.Union[str, bool]:
+ """Determine section title from banner.
+
+ Args:
+ line: A config line from the device that has been found to be a section title.
+
+ Returns:
+ The section's title from the section banner, else False.
+ """
+ section_title = re.match(r"^echo\s\"(?P.+)\"", string=line)
+ if section_title:
+ return section_title.group("section_name")
+ return False
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and comments from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ if self._config is None:
+ config_lines = []
+ for line in self.config.splitlines():
+ if line and not self.is_comment(line) and not line.isspace():
+ if self._is_section_title(line):
+ section_title = self._get_section_title(line)
+ # At this point it is safe to assume that self._get_section_title returns a string, not a bool.
+ # The following line passes this assumption to Mypy.
+ assert isinstance(section_title, str) # noqa: S101
+ config_lines.append(section_title)
+ else:
+ config_lines.append(line.rstrip())
+ self._config = "\n".join(config_lines)
+ return self._config
+
+
+class NetscalerConfigParser(BaseSpaceConfigParser):
+ """Netscaler config parser."""
+
+ comment_chars: t.List[str] = []
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Netscaler platform doesn't have a banner.")
+
+
+class _ArubaBaseConfigParser(BaseSpaceConfigParser):
+ """Aruba Base implementation fo ConfigParser Class."""
+
+ banner_end = "!"
+ comment_chars = ["!"]
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
+
+ Raises:
+ ValueError: When the parser is unable to identify the End of the Banner.
+ """
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ self._update_config_lines(line)
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ raise ValueError("Unable to parse banner end.")
+
+ def _parse_out_comments(self, config: str) -> str:
+ """Remove comments while retaining the banner end.
+
+ Args:
+ config (str): full config as a string.
+
+ Returns:
+ The non-comment lines from ``config``.
+ """
+ # Aruba AOS-CX uses "!" as both comments and the banner delimiter.
+ # Even if another delimiter is used while creating the banner, show run changes the delimiter to use "!".
+ # We need to remove comments while retaining the banner delimiter.
+
+ config_lines = []
+ banner_started = False
+ banner_ended = False
+ for line in config.splitlines():
+ if self.is_banner_start(line):
+ banner_started = True
+ banner_ended = False
+ if line and banner_started and not banner_ended:
+ config_lines.append(line.rstrip())
+ if line.lstrip().startswith(self.banner_end):
+ banner_ended = True
+ banner_started = False
+ else:
+ if line and not self.is_comment(line):
+ config_lines.append(line.rstrip())
+ full_config = "\n".join(config_lines)
+ return full_config
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and unwanted lines from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ if self._config is None:
+ config_lines = []
+ for line in self.config.splitlines():
+ if line and not line.isspace():
+ config_lines.append(line.rstrip())
+ self._config = self._parse_out_comments("\n".join(config_lines))
+ return self._config
+
+
+class ArubaConfigCXParser(_ArubaBaseConfigParser):
+ """Aruba AOS-CX implementation fo ConfigParser Class."""
+
+
+class ArubaConfigOSParser(_ArubaBaseConfigParser):
+ """Aruba OS / OSSWITCH implementation fo ConfigParser Class."""
+
+
+class ArubaConfigParser(_ArubaBaseConfigParser):
+ """Aruba Config implementation fo ConfigParser Class."""
+
+ # Remove on next major release.
+
+
+class IOSXRConfigParser(CiscoConfigParser):
+ """IOS-XR config parser."""
+
+ comment_chars: t.List[str] = ["!"]
+ banner_start: t.List[str] = ["banner "]
+
+ regex_banner = re.compile(r"^banner\s+\S+\s+(?P\S)")
+
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
+
+ Args:
+ config (str): The config text to parse.
+ """
+ self.delimiter = ""
+ super(IOSXRConfigParser, self).__init__(config)
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None
+
+ Raises:
+ ValueError: When the parser is unable to identify the end of the Banner.
+ """
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ if line.endswith(self.delimiter):
+ banner, end, _ = line.rpartition(self.delimiter)
+ line = banner + end
+ self._update_config_lines(line)
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+
+ raise ValueError("Unable to parse banner end.")
+
+ def set_delimiter(self, config_line: str) -> None:
+ """Find delimiter character in banner and set self.delimiter to be it."""
+ banner_parsed = self.regex_banner.match(config_line)
+ if banner_parsed and "banner_delimiter" in banner_parsed.groupdict():
+ self.delimiter = banner_parsed.groupdict()["banner_delimiter"]
+ return None
+ raise ValueError("Unable to find banner delimiter.")
+
+ def build_config_relationship(self) -> t.List[ConfigLine]:
+ r"""Parse text tree of config lines and their parents.
+
+ Examples:
+ >>> from netutils.config.parser import IOSXRConfigParser, ConfigLine
+ >>> config = (
+ ... "interface Ethernet1/1\n"
+ ... " vlan 10\n"
+ ... " no shutdown"
+ ... "interface Ethernet1/2\n"
+ ... " shutdown\n"
+ ... )
+ >>> config_tree = IOSXRConfigParser(config)
+ >>> config_tree.build_config_relationship() == \
+ ... [
+ ... ConfigLine(config_line='interface Ethernet1/1', parents=()),
+ ... ConfigLine(config_line=' vlan 10', parents=('interface Ethernet1/1',)),
+ ... ConfigLine(config_line=' no shutdowninterface Ethernet1/2', parents=('interface Ethernet1/1',)),
+ ... ConfigLine(config_line=' shutdown', parents=('interface Ethernet1/1',))
+ ... ]
+ True
+ """
+ for index, line in enumerate(self.generator_config):
+ current_spaces = self.get_leading_space_count(line) if line[0].isspace() else 0
+
+ if index == 0 and line[0].isspace():
+ self._current_parents = self._remove_parents(line, current_spaces)
+ if not line[0].isspace():
+ self._current_parents = ()
+ if self.is_banner_start(line):
+ if not self.delimiter:
+ self.set_delimiter(line)
+ line = self._build_banner(line) # type: ignore
+ else:
+ previous_config = self.config_lines[-1]
+ self._current_parents = (previous_config.config_line,)
+ self.indent_level = self.get_leading_space_count(line)
+ line = self._build_nested_config(line) # type: ignore
+
+ if line is None:
+ break
+ elif self.is_banner_start(line):
+ line = self._build_banner(line) # type: ignore
+
+ self._update_config_lines(line)
+ return self.config_lines
+
+
+class OptiswitchConfigParser(BaseSpaceConfigParser):
+ """MRV Optiswitch config parser."""
+
+ comment_chars: t.List[str] = ["#", "!"]
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("MRV Optiswitch platform doesn't have a banner.")
+
+
+class NetironConfigParser(BaseSpaceConfigParser):
+ """Extreme Netiron config parser."""
+
+ comment_chars: t.List[str] = ["#", "!"]
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Extreme Netiron platform doesn't have a banner.")
+
+
+class RouterOSConfigParser(BaseSpaceConfigParser):
+ """Mikrotik RouterOS config parser."""
+
+ comment_chars: t.List[str] = ["#"]
+ banner_start: t.List[str] = ["/system note set note=", "set note="]
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Mikrotik platform uses system note as a banner.")
+
+ def is_banner_end(self, line: str) -> bool:
+ """Determine if end of banner."""
+ if line.endswith('"') or line.startswith("/"):
+ return True
+ return False
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner (system note) config.
+
+ Returns:
+ The next configuration line in the configuration text or None when banner end is the end of the config text.
+
+ Raises:
+ ValueError: When the parser is unable to identify the End of the Banner.
+ """
+ banner_config = [config_line]
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ self._update_config_lines(line)
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ raise ValueError("Unable to parse banner (system note) end.")
+
+
+class PaloAltoNetworksConfigParser(BaseSpaceConfigParser):
+ """Palo Alto Networks config parser."""
+
+ comment_chars: t.List[str] = []
+ banner_start: t.List[str] = [
+ 'set system login-banner "',
+ 'login-banner "',
+ 'set deviceconfig system login-banner "',
+ ]
+ banner_end = '"'
+
+ def is_banner_end(self, line: str) -> bool:
+ """Determine if end of banner."""
+ if line.endswith('"') or line.startswith('";') or line.startswith("set") or line.endswith(self.banner_end):
+ return True
+ return False
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None
+
+ Raises:
+ ValueError: When the parser is unable to identify the end of the Banner.
+ """
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ line = normalise_delimiter_caret_c(self.banner_end, line)
+ banner_config.append(line.strip())
+ line = "\n".join(banner_config)
+ if line.endswith("^C"):
+ banner, end, _ = line.rpartition("^C")
+ line = banner + end
+ self._update_config_lines(line.strip())
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+
+ raise ValueError("Unable to parse banner end.")
+
+ def build_config_relationship(self) -> t.List[ConfigLine]: # pylint: disable=too-many-branches
+ r"""Parse text of config lines and find their parents.
+
+ Examples:
+ >>> from netutils.config.parser import PaloAltoNetworksConfigParser, ConfigLine
+ >>> config = (
+ ... "set deviceconfig system hostname firewall1\n"
+ ... "set deviceconfig system panorama local-panorama panorama-server 10.0.0.1\n"
+ ... "set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2\n"
+ ... "set deviceconfig setting config rematch yes\n"
+ ... )
+ >>> config_tree = PaloAltoNetworksConfigParser(config)
+ >>> config_tree.build_config_relationship() == \
+ ... [
+ ... ConfigLine(config_line="set deviceconfig system hostname firewall1", parents=()),
+ ... ConfigLine(config_line="set deviceconfig system panorama local-panorama panorama-server 10.0.0.1", parents=()),
+ ... ConfigLine(config_line="set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2", parents=()),
+ ... ConfigLine(config_line="set deviceconfig setting config rematch yes", parents=()),
+ ... ]
+ True
+ """
+ # assume configuration does not need conversion
+ _needs_conversion = False
+
+ # if config is in palo brace format, convert to set
+ if self.config_lines_only is not None:
+ for line in self.config_lines_only.splitlines():
+ if line.endswith("{"):
+ _needs_conversion = True
+ if _needs_conversion:
+ converted_config = paloalto_panos_brace_to_set(cfg=self.config, cfg_type="string")
+ list_config = converted_config.splitlines()
+ self.generator_config = (line for line in list_config)
+
+ # build config relationships
+ for line in self.generator_config:
+ if not line[0].isspace():
+ self._current_parents = ()
+ if self.is_banner_start(line):
+ line = self._build_banner(line) # type: ignore
+ else:
+ previous_config = self.config_lines[-1]
+ self._current_parents = (previous_config.config_line,)
+ self.indent_level = self.get_leading_space_count(line)
+ if not self.is_banner_start(line):
+ line = self._build_nested_config(line) # type: ignore
+ else:
+ line = self._build_banner(line) # type: ignore
+ if line is not None and line[0].isspace():
+ line = self._build_nested_config(line) # type: ignore
+ else:
+ self._current_parents = ()
+
+ if line is None:
+ break
+ elif self.is_banner_start(line):
+ line = self._build_banner(line) # type: ignore
+
+ self._update_config_lines(line)
+ return self.config_lines
+
+
+class FastironConfigParser(CiscoConfigParser):
+ """Ruckus FastIron ICX config parser."""
+
+ comment_chars: t.List[str] = ["!"]
+ banner_start: t.List[str] = ["banner motd", "banner"]
+ regex_banner = re.compile(r"^banner(\smotd)?\s+(?P\S)")
+
+ def __init__(self, config: str):
+ """Create ConfigParser Object.
+
+ Args:
+ config (str): The config text to parse.
+ """
+ super(FastironConfigParser, self).__init__(config)
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Handle banner config lines.
+
+ Args:
+ config_line: The start of the banner config.
+
+ Returns:
+ The next configuration line in the configuration text or None
+
+ Raises:
+ ValueError: When the parser is unable to identify the end of the Banner.
+ """
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ if line.endswith(self.banner_end):
+ banner, end, _ = line.rpartition(self.banner_end)
+ line = banner + end
+ self._update_config_lines(line)
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ raise ValueError("Unable to parse banner end.")
+
+
+class UbiquitiAirOSConfigParser(BaseSpaceConfigParser):
+ """Ubiquiti airOS config parser."""
+
+ comment_chars: t.List[str] = ["#", "###"]
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Ubiquiti airOS platform doesn't have a banner.")
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and unwanted lines from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ config_lines = []
+ config = self.config.strip()
+ for line in config.splitlines():
+ if line.startswith("##A"):
+ config_lines.append(line)
+ if line and line != "##" and not self.is_comment(line):
+ config_lines.append(line)
+
+ return "\n".join(config_lines)
+
+
+class HPEConfigParser(BaseSpaceConfigParser):
+ """HPE Implementation of ConfigParser Class."""
+
+ regex_banner = re.compile(r"^header\s(\w+)\s+(?P\^C|\S?)")
+
+ def __init__(self, config: str):
+ """Initialize the HPEConfigParser object."""
+ self.delimiter = ""
+ self._banner_end: t.Optional[str] = None
+ super(HPEConfigParser, self).__init__(config)
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """
+ Builds a banner configuration based on the given config_line.
+
+ Args:
+ config_line (str): The configuration line to process.
+
+ Returns:
+ Optional[str]: The next configuration line, or None if there are no more lines.
+
+ Raises:
+ ValueError: If the banner end cannot be parsed.
+ """
+ if self.is_banner_one_line(config_line):
+ self._update_config_lines(config_line)
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ self._update_config_lines(config_line)
+ self._current_parents += (config_line,)
+ banner_config = []
+ for line in self.generator_config:
+ if not self.is_banner_end(line):
+ banner_config.append(line)
+ else:
+ banner_config.append(line)
+ line = "\n".join(banner_config)
+ if line.endswith(self.delimiter):
+ banner, end, _ = line.rpartition(self.delimiter)
+ line = banner + end
+ self._update_config_lines(line)
+ self._current_parents = self._current_parents[:-1]
+ try:
+ return next(self.generator_config)
+ except StopIteration:
+ return None
+ raise ValueError("Unable to parse banner end.")
+
+ def set_delimiter(self, config_line: str) -> None:
+ """Find delimiter character in banner and set self.delimiter to be it."""
+ banner_parsed = self.regex_banner.match(config_line)
+ if banner_parsed and "banner_delimiter" in banner_parsed.groupdict():
+ self.delimiter = banner_parsed.groupdict()["banner_delimiter"]
+ return None
+ raise ValueError("Unable to find banner delimiter.")
+
+ def is_banner_one_line(self, config_line: str) -> bool:
+ """Checks if the given configuration line represents a one-line banner."""
+ self.set_delimiter(config_line.strip())
+ _, _delimeter, banner = config_line.partition(self.delimiter)
+ banner_config_start = banner.lstrip(_delimeter)
+ if _delimeter not in banner_config_start:
+ return False
+ return True
+
+ def is_banner_start(self, line: str) -> bool:
+ """Checks if the given line is the start of a banner."""
+ state = super(HPEConfigParser, self).is_banner_start(line)
+ if state:
+ self.banner_end = line
+ return state
+
+ @property
+ def banner_end(self) -> str:
+ """Get the banner end."""
+ if self._banner_end is None:
+ raise RuntimeError("Banner end not yet set.")
+ return self._banner_end
+
+ @banner_end.setter
+ def banner_end(self, banner_start_line: str) -> None:
+ """Sets the delimiter for the end of the banner."""
+ self.set_delimiter(banner_start_line.strip())
+ self._banner_end = self.delimiter
+
+
+class HPComwareConfigParser(HPEConfigParser, BaseSpaceConfigParser):
+ """HP Comware Implementation of ConfigParser Class."""
+
+ banner_start: t.List[str] = ["header "]
+ comment_chars: t.List[str] = ["#"]
+
+ def _build_banner(self, config_line: str) -> t.Optional[str]:
+ """Build a banner from the given config line."""
+ return super(HPComwareConfigParser, self)._build_banner(config_line)
+
+
+class NvidiaOnyxConfigParser(BaseConfigParser): # pylint: disable=abstract-method
+ """Nvidia Onyx config parser."""
+
+ comment_char = "#"
+ section_char = "##"
+
+ def __init__(self, config: str): # pylint: disable=super-init-not-called
+ """Create ConfigParser Object.
+
+ Args:
+ config: The config text to parse.
+ """
+ self.config = config
+ self._config: t.Optional[str] = None
+ self._current_parents: t.Tuple[str, ...] = ()
+ self.generator_config = (line for line in (self._config_lines_only()))
+ self.config_lines: t.List[ConfigLine] = []
+ self.build_config_relationship()
+
+ def _config_lines_only(self) -> t.List[str]:
+ """Remove spaces and unwanted lines from config lines.
+
+ Returns:
+ An array with non-space and non-comment lines from ``config``.
+ """
+ banner_text = ""
+ config_lines = []
+ for line in self.config.splitlines():
+ if line.startswith(self.section_char):
+ continue
+ stripped = line.strip()
+ if re.match(r"banner \w+ (?!\".+\")", stripped):
+ banner_text += line.lstrip()
+ elif banner_text and not stripped.endswith('"'):
+ banner_text += "\n" + line
+ elif banner_text and stripped.endswith('"'):
+ banner_text += "\n" + line
+ config_lines.append(banner_text)
+ banner_text = ""
+ elif stripped:
+ config_lines.append(stripped)
+
+ return config_lines
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and unwanted lines from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ return "\n".join(self._config_lines_only())
+
+ def build_config_relationship(self) -> t.List[ConfigLine]:
+ r"""Parse text config lines and banners.
+
+ Examples:
+ >>> from netutils.config.parser import BaseSpaceConfigParser, ConfigLine
+ >>> config = '''
+ ... ##
+ ... ## VLAN configuration
+ ... ##
+ ... vlan 1
+ ... vlan 2
+ ... vlan 3
+ ...
+ ... ##
+ ... ## Network management configuration
+ ... ##
+ ... banner login "
+ ...
+ ... MULTILINE BANNER"'''
+ >>> config_tree = NvidiaOnyxConfigParser(config)
+ >>> config_tree.build_config_relationship() == \
+ ... [
+ ... ConfigLine(config_line='vlan 1', parents=()),
+ ... ConfigLine(config_line='vlan 2', parents=()),
+ ... ConfigLine(config_line='vlan 3', parents=()),
+ ... ConfigLine(config_line='banner login "\n\n MULTILINE BANNER"', parents=()),
+ ... ]
+ True
+ """
+ for line in self.generator_config:
+ if not line.startswith(self.comment_char):
+ self.config_lines.append(ConfigLine(line, ()))
+
+ return self.config_lines
+
+
+class RadEtxConfigParser(BaseSpaceConfigParser):
+ """Rad ETX config parser."""
+
+ comment_chars: t.List[str] = ["#", "configure", "admin", "file"]
+ banner_start: t.List[str] = []
+
+ @property
+ def banner_end(self) -> str:
+ """Demarcate End of Banner char(s)."""
+ raise NotImplementedError("Rad ETX platform doesn't have a banner.")
+
+ @property
+ def config_lines_only(self) -> str:
+ """Remove spaces and comments from config lines.
+
+ Returns:
+ The non-space and non-comment lines from ``config``.
+ """
+ if self._config is None:
+ config_lines = (
+ line.removeprefix(" ") # Rad ETX uses 8 spaces for initial indentation
+ for line in self.config.splitlines()
+ # if line and not self.is_comment(line) and not line.isspace() and not self.is_exit_or_exit_all(line)
+ if line and not self.is_comment(line) and not line.isspace()
+ )
+ self._config = "\n".join(config_lines)
+ return self._config
diff --git a/netutils/config/utils.py b/netutils/config/utils.py
new file mode 100644
index 0000000..a153d48
--- /dev/null
+++ b/netutils/config/utils.py
@@ -0,0 +1,10 @@
+"""Utility functions for working with device configurations."""
+
+
+def _open_file_config(cfg_path: str) -> str:
+ """Open config file from local disk."""
+ # This might fail, raising an IOError
+ with open(cfg_path, encoding="utf-8") as filehandler:
+ device_cfg = filehandler.read()
+
+ return device_cfg.strip()
diff --git a/netutils/constants.py b/netutils/constants.py
index 1a0f5dd..9d23e6d 100644
--- a/netutils/constants.py
+++ b/netutils/constants.py
@@ -1,10 +1,156 @@
"""Constant definitions used in project."""
+from netutils.data_files.protocol_mappings import ( # noqa: F401 # pylint:disable=unused-import
+ PROTOCOLS,
+)
+
+# This variable provides mapping for known interface variants, to the associated long form.
+BASE_INTERFACES = {
+ "Ap": "AppGigabitEthernet",
+ "ap": "AppGigabitEthernet",
+ "ATM": "ATM",
+ "AT": "ATM",
+ "B": "Bdi",
+ "Bd": "Bdi",
+ "Bdi": "Bdi",
+ "Bv": "BVI",
+ "Bvi": "BVI",
+ "Bridge-Aggregation": "Port-channel",
+ "Dialer": "Dialer",
+ "Di": "Dialer",
+ "EOBC": "EOBC",
+ "EO": "EOBC",
+ "Ethernet": "Ethernet",
+ "Eth": "Ethernet",
+ "eth": "Ethernet",
+ "Et": "Ethernet",
+ "et": "Ethernet",
+ "FastEthernet": "FastEthernet",
+ "FastEth": "FastEthernet",
+ "FastE": "FastEthernet",
+ "Fast": "FastEthernet",
+ "Fas": "FastEthernet",
+ "FE": "FastEthernet",
+ "Fa": "FastEthernet",
+ "fa": "FastEthernet",
+ "Fddi": "Fddi",
+ "FD": "Fddi",
+ "FortyGigabitEthernet": "FortyGigabitEthernet",
+ "FortyGigEthernet": "FortyGigabitEthernet",
+ "FortyGigEth": "FortyGigabitEthernet",
+ "FortyGigE": "FortyGigabitEthernet",
+ "FortyGig": "FortyGigabitEthernet",
+ "FGE": "FortyGigabitEthernet",
+ "FO": "FortyGigabitEthernet",
+ "Fo": "FortyGigabitEthernet",
+ "FiftyGigabitEthernet": "FiftyGigabitEthernet",
+ "FiftyGigEthernet": "FiftyGigabitEthernet",
+ "FiftyGigEth": "FiftyGigabitEthernet",
+ "FiftyGigE": "FiftyGigabitEthernet",
+ "FI": "FiftyGigabitEthernet",
+ "Fi": "FiftyGigabitEthernet",
+ "fi": "FiftyGigabitEthernet",
+ "GigabitEthernet": "GigabitEthernet",
+ "GigEthernet": "GigabitEthernet",
+ "GigEth": "GigabitEthernet",
+ "GigE": "GigabitEthernet",
+ "Gig": "GigabitEthernet",
+ "GE": "GigabitEthernet",
+ "Ge": "GigabitEthernet",
+ "ge": "GigabitEthernet",
+ "Gi": "GigabitEthernet",
+ "gi": "GigabitEthernet",
+ "HundredGigabitEthernet": "HundredGigabitEthernet",
+ "HundredGigEthernet": "HundredGigabitEthernet",
+ "HundredGigEth": "HundredGigabitEthernet",
+ "HundredGigE": "HundredGigabitEthernet",
+ "HundredGig": "HundredGigabitEthernet",
+ "Hu": "HundredGigabitEthernet",
+ "TwentyFiveGigabitEthernet": "TwentyFiveGigE",
+ "TwentyFiveGigEthernet": "TwentyFiveGigE",
+ "TwentyFiveGigEth": "TwentyFiveGigE",
+ "TwentyFiveGigE": "TwentyFiveGigE",
+ "TwentyFiveGig": "TwentyFiveGigE",
+ "TF": "TwentyFiveGigE",
+ "Tf": "TwentyFiveGigE",
+ "tf": "TwentyFiveGigE",
+ "TwoHundredGigabitEthernet": "TwoHundredGigabitEthernet",
+ "TwoHundredGigEthernet": "TwoHundredGigabitEthernet",
+ "TwoHundredGigEth": "TwoHundredGigabitEthernet",
+ "TwoHundredGigE": "TwoHundredGigabitEthernet",
+ "TwoHundredGig": "TwoHundredGigabitEthernet",
+ "TH": "TwoHundredGigabitEthernet",
+ "Th": "TwoHundredGigabitEthernet",
+ "th": "TwoHundredGigabitEthernet",
+ "FourHundredGigabitEthernet": "FourHundredGigabitEthernet",
+ "FourHundredGigEthernet": "FourHundredGigabitEthernet",
+ "FourHundredGigEth": "FourHundredGigabitEthernet",
+ "FourHundredGigE": "FourHundredGigabitEthernet",
+ "FourHundredGig": "FourHundredGigabitEthernet",
+ "F": "FourHundredGigabitEthernet",
+ "f": "FourHundredGigabitEthernet",
+ "Loopback": "Loopback",
+ "loopback": "Loopback",
+ "Lo": "Loopback",
+ "lo": "Loopback",
+ "Management": "Management",
+ "Mgmt": "Management",
+ "mgmt": "Management",
+ "Ma": "Management",
+ "Management_short": "Ma",
+ "MFR": "MFR",
+ "Multilink": "Multilink",
+ "Mu": "Multilink",
+ "n": "nve",
+ "nv": "nve",
+ "nve": "nve",
+ "PortChannel": "Port-channel",
+ "Port-channel": "Port-channel",
+ "Port-Channel": "Port-channel",
+ "port-channel": "Port-channel",
+ "po": "Port-channel",
+ "Po": "Port-channel",
+ "POS": "POS",
+ "PO": "POS",
+ "Serial": "Serial",
+ "Se": "Serial",
+ "S": "Serial",
+ "Sync": "Sync",
+ "Sy": "Sync",
+ "Ten-GigabitEthernet": "TenGigabitEthernet",
+ "TenGigabitEthernet": "TenGigabitEthernet",
+ "TenGigEthernet": "TenGigabitEthernet",
+ "TenGigEth": "TenGigabitEthernet",
+ "TenGig": "TenGigabitEthernet",
+ "TeGig": "TenGigabitEthernet",
+ "Ten": "TenGigabitEthernet",
+ "T": "TenGigabitEthernet",
+ "Te": "TenGigabitEthernet",
+ "te": "TenGigabitEthernet",
+ "Tunnel": "Tunnel",
+ "Tun": "Tunnel",
+ "Tu": "Tunnel",
+ "Twe": "TwentyFiveGigE",
+ "Tw": "TwoGigabitEthernet",
+ "Two": "TwoGigabitEthernet",
+ "Virtual-Access": "Virtual-Access",
+ "Vi": "Virtual-Access",
+ "Virtual-Template": "Virtual-Template",
+ "Vt": "Virtual-Template",
+ "VLAN": "VLAN",
+ "V": "VLAN",
+ "Vl": "VLAN",
+ "Vlan-interface": "VLAN",
+ "vlan": "VLAN",
+ "Wlan-GigabitEthernet": "Wlan-GigabitEthernet",
+ "XGE": "TenGigabitEthernet",
+}
+
# The default mac format
DEFAULT_MAC_FORMAT = "MAC_DOT_FOUR"
# A dictionary to describe the MAC format to it's characteristics.
-MAC_CREATE = dict(
+MAC_CREATE = dict( # pylint: disable=use-dict-literal
MAC_COLON_TWO={"count": 2, "char": ":"},
MAC_COLON_FOUR={"count": 4, "char": ":"},
MAC_DASH_TWO={"count": 2, "char": "-"},
@@ -15,7 +161,7 @@
)
# A dictionary to describe the MAC format REGEX pattern.
-MAC_REGEX = dict(
+MAC_REGEX = dict( # pylint: disable=use-dict-literal
MAC_COLON_TWO=r"([a-fA-F0-9]{2}[:]){5}([a-fA-F0-9]{2})",
MAC_COLON_FOUR=r"([a-fA-F0-9]{4}[:]){2}([a-fA-F0-9]{4})",
MAC_DASH_TWO=r"([a-fA-F0-9]{2}[\-]){5}([a-fA-F0-9]{2})",
@@ -24,3 +170,282 @@
MAC_DOT_FOUR=r"([a-fA-F0-9]{4}[\.]){2}([a-fA-F0-9]{4})",
MAC_NO_SPECIAL=r"([a-fA-F0-9]{12})",
)
+
+"""Variable definitions used in project, purposely not constants to signal to use these variables can be overridden."""
+
+# This variable maps a full interface name, to an opinionated shortened name.
+REVERSE_MAPPING = {
+ "AppGigabitEthernet": "Ap",
+ "ATM": "At",
+ "BVI": "Bv",
+ "Dialer": "Di",
+ "EOBC": "EO",
+ "Ethernet": "Et",
+ "FastEthernet": "Fa",
+ "Fddi": "FD",
+ "FortyGigabitEthernet": "Fo",
+ "FourHundredGigabitEthernet": "FH",
+ "GigabitEthernet": "Gi",
+ "HundredGigabitEthernet": "Hu",
+ "Loopback": "Lo",
+ "Management": "Ma",
+ "MFR": "MFR",
+ "Multilink": "Mu",
+ "Port-channel": "Po",
+ "POS": "PO",
+ "Serial": "Se",
+ "Sync": "Sy",
+ "TenGigabitEthernet": "Te",
+ "Tunnel": "Tu",
+ "TwoGigabitEthernet": "Tw",
+ "TwentyFiveGigE": "Twe",
+ "Virtual-Access": "Vi",
+ "Virtual-Template": "Vt",
+ "VLAN": "Vl",
+ "Wlan-GigabitEthernet": "Wl-Gi",
+}
+
+# These are base level filters to provide documentation of how a CLEAN_FILTER can be used, This is a private variable, and subject
+# to change without notice between revisions.
+_PROVIDED_CLEAN_FILTERS = [
+ {"regex": r"^Current\s+configuration.*\n"},
+ {"regex": r"^Building\s+configuration.*\n"},
+ {"regex": r"^ntp\s+clock-period.*\n"},
+]
+
+# These are base level filters to provide documentation of how a SANITIZE_FILTERS can be used, This is a private variable, and subject
+# to change without notice between revisions.
+_PROVIDED_SANITIZE_FILTERS = [
+ {
+ "regex": r"(username\s+\S+\spassword\s+5\s+)\S+(\s+role\s+\S+)",
+ "replace": "\\1\\2",
+ },
+ {
+ "regex": r"(username\s+\S+\s+privilege\s+15\s+password\s+0\s+)\S+",
+ "replace": "\\1",
+ },
+]
+
+# {0xffffffff ^ ((1 << i) - 1) for i in range(32)}
+IPV4_MASKS = {
+ 4294967168,
+ 4294967040,
+ 4294966784,
+ 4294966272,
+ 4294965248,
+ 4294963200,
+ 4294959104,
+ 4294950912,
+ 4294934528,
+ 4294901760,
+ 4294836224,
+ 4294705152,
+ 4294443008,
+ 4293918720,
+ 4292870144,
+ 4290772992,
+ 4286578688,
+ 4278190080,
+ 4261412864,
+ 4227858432,
+ 4160749568,
+ 4026531840,
+ 3758096384,
+ 3221225472,
+ 2147483648,
+ 4294967232,
+ 4294967264,
+ 4294967280,
+ 4294967288,
+ 4294967292,
+ 4294967294,
+ 4294967295,
+}
+
+# {0xffffffffffffffffffffffffffffffff ^ ((1 << i) - 1) for i in range(128)}
+IPV6_MASKS = {
+ 340282366920938463463374607431768211392,
+ 340282366920938463315800654842091798528,
+ 340282366911034943149091565232575217664,
+ 340282366920938463463374607431768178688,
+ 340282366920938463463374607431768211424,
+ 340282366920938463389587631136930004992,
+ 340282366920938425684442744474606501888,
+ 340282366920938463463374607431768195072,
+ 170141183460469231731687303715884105728,
+ 340282366920938463463374607431768211440,
+ 340282366920938463426481119284349108224,
+ 340282366920938463461068764422554517504,
+ 340282366920938463463374325956791500800,
+ 340282366920938463463374044481814790144,
+ 340282366920938463463373481531861368832,
+ 340282366920938463463374607431767687168,
+ 340282366920938463463374607431767162880,
+ 340282366920938463444927863358058659840,
+ 340282366920938463463374607431766114304,
+ 340282366920938463463374607431764017152,
+ 340282366920938463463374607431759822848,
+ 340282366920938463454151235394913435648,
+ 340282366920938444573908675953187356672,
+ 340282366920938463458762921413340823552,
+ 340282366920938463463370103832140840960,
+ 340282366920938463463365600232513470464,
+ 340282366920938463463356593033258729472,
+ 340282366920938463463338578634749247488,
+ 340282366920938463463302549837730283520,
+ 340282366920938463463374607156890304512,
+ 340282366920938463463374606882012397568,
+ 340282366920938463463374606332256583680,
+ 340282366920938463463374605232744955904,
+ 340282366920938463463374603033721700352,
+ 340282366920938463463374607431633993728,
+ 340282366920628978453553262363043430400,
+ 340282366920928792056817690398370562048,
+ 340282366881324382206242438634996236288,
+ 340282366841710300949110269838224261120,
+ 340282366762482138434845932244680310784,
+ 340282366604025813406317257057592410112,
+ 340282366287113163349259906683416608768,
+ 340282365653287863235145205935065006080,
+ 340282364385637263006915804438361800704,
+ 340282361850336062550457001444955389952,
+ 340282356779733661637539395458142568448,
+ 340282346638528859811704183484516925440,
+ 340282366920783720958463934897405820928,
+ 340282326356119256160033759537265639424,
+ 340282285791300048856692911642763067392,
+ 340282204661661634250011215853757923328,
+ 340282042402384805036647824275747635200,
+ 340281717883831146609921041119727058944,
+ 340281068846723829756467474807685906432,
+ 340279770772509196049560342183603601408,
+ 340277174624079928635746076935438991360,
+ 340271982327221393808117546439109771264,
+ 340261597733504324152860485446451331072,
+ 340282366920933627760096148915069386752,
+ 340282366920938463463374607431768207360,
+ 340282366920938454018641641692477784064,
+ 340282366920861092210919271164587016192,
+ 340282366920899777837146939298177613824,
+ 340282366920936045611735378173418799104,
+ 340282366920938463463374607427473244160,
+ 340282366920938463463374607423178276864,
+ 340282366920938463463374607414588342272,
+ 340282366920938463463374607397408473088,
+ 340282366920938463463374607363048734720,
+ 340282366920938463463374607294329257984,
+ 340282366920937254537554992802593505280,
+ 340282366919700523424089227156869087232,
+ 340282366918462583384803846881969963008,
+ 340282366915986703306233086332171714560,
+ 255211775190703847597530955573826158592,
+ 340282366920938463463374607431751434240,
+ 340282366920938463463374607431734657024,
+ 340282366920938463463374607431701102592,
+ 340282366920938463463374607431768211455,
+ 340282366920938463463374607431768209408,
+ 340282366920938463463372355631954526208,
+ 340282366920938463463374607431499776000,
+ 340282366920938463463374607431231340544,
+ 340282366920938463463374607430694469632,
+ 340282366920938463463374607429620727808,
+ 340282366920938458741008124562122997760,
+ 340282366920938463463374607431768211448,
+ 297747071055821155530452781502797185024,
+ 340282366920938463463374607431768210432,
+ 340282366920938461102191365996945604608,
+ 340282366920938463463374607431768203264,
+ 340282366920938463463374607431768210944,
+ 340282366920938463463374607431768211452,
+ 340282366920938462282782986714356908032,
+ 319014718988379809496913694467282698240,
+ 340282366920938463463374607431767949312,
+ 340282366920937859000464800117180858368,
+ 340282366920938463463374607431768211454,
+ 329648542954659136480144150949525454848,
+ 340282366920938463463374598635675189248,
+ 340282366920938463463374589839582167040,
+ 340282366920938463463374572247396122624,
+ 340282366920938463463374537063024033792,
+ 340282366920938463463374466694279856128,
+ 340282366920938387905510881517444792320,
+ 340282366920938463463230492243692355584,
+ 340282366920938463463086377055616499712,
+ 340282366920938463462798146679464787968,
+ 340282366920938463462221685927161364480,
+ 340282366920938462873078797073062559744,
+ 340282366920938463463374607431768211200,
+ 340240828546070184842346363461134450688,
+ 340199290171201906221318119490500689920,
+ 340116213421465348979261631549233168384,
+ 339950059921992234495148655666698125312,
+ 339617752923046005526922703901628039168,
+ 338953138925153547590470800371487866880,
+ 337623910929368631717566993311207522304,
+ 334965454937798799971759379190646833152,
+ 340282366901131422834808523033382223872,
+ 340282366920938463463374607431768080384,
+ 340282366920938161231919703774474534912,
+ 340282366920938463168226702252415385600,
+ 340282366920938463463374607431768211328,
+ 340282366920319493443731917294318649344,
+ 340282366920938463463374607431768145920,
+ 340282366920938312347647155603121373184,
+ 340282366920919120650260773364972912640,
+}
+
+# End of Text characters for banner
+ETX_HEX = "\x03"
+CARET_C = "^C"
+CARET = "^"
+
+TIME_MAPPINGS = (
+ ("years", 31536000),
+ ("weeks", 604800),
+ ("days", 86400),
+ ("hours", 3600),
+ ("minutes", 60),
+ ("seconds", 1),
+)
+
+UPTIME_REGEX_PATTERNS = [
+ (
+ r"((?P\d+) year(s)?,\s+)?((?P\d+) week(s)?,\s+)?"
+ r"((?P\d+) day(s)?,\s+)?((?P\d+) "
+ r"hour(s)?,\s+)?((?P\d+) minute(s)?)"
+ ),
+ (
+ r"((?P\d+) day(s)?,\s+)?"
+ r"((?P\d+)):((?P\d+)):((?P\d+))" # pylint: disable=implicit-str-concat
+ ),
+ (
+ r"(((?P\d+)y)?(?P\d+)w)?((?P\d+)d)?((?P\d+)h)?"
+ r"((?P\d+)m)?((?P\d+)s)"
+ ), # pylint: disable=implicit-str-concat
+]
+
+# Do not modify list, see UPGRADE_PATHS documentation on the versioning of this
+UPGRADE_PATHS = {
+ "PANOS_OFFICIAL_V1": [
+ "8.0.0",
+ "8.0.20",
+ "8.1.0",
+ "8.1.24-h1",
+ "9.0.0",
+ "9.0.16-h3",
+ "9.1.0",
+ "9.1.15-h1",
+ "10.0.0",
+ "10.0.12",
+ "10.1.0",
+ "10.1.9",
+ ],
+ "PANOS_MAJOR_ONLY_V1": [
+ "8.0.0",
+ "8.1.0",
+ "9.0.0",
+ "9.1.0",
+ "10.0.0",
+ "10.1.0",
+ ],
+}
diff --git a/netutils/data_files/__init__.py b/netutils/data_files/__init__.py
new file mode 100644
index 0000000..57f129b
--- /dev/null
+++ b/netutils/data_files/__init__.py
@@ -0,0 +1 @@
+"""Initialize the data_files module."""
diff --git a/netutils/data_files/oui_mappings.py b/netutils/data_files/oui_mappings.py
new file mode 100644
index 0000000..f1c34ff
--- /dev/null
+++ b/netutils/data_files/oui_mappings.py
@@ -0,0 +1,37968 @@
+"""Dictionary object to store OUI information."""
+
+# pylint: disable=too-many-lines
+import typing
+
+OUI_MAPPINGS: typing.Dict[str, str] = {
+ "000000": "XEROX CORPORATION",
+ "000001": "XEROX CORPORATION",
+ "000002": "XEROX CORPORATION",
+ "000003": "XEROX CORPORATION",
+ "000004": "XEROX CORPORATION",
+ "000005": "XEROX CORPORATION",
+ "000006": "XEROX CORPORATION",
+ "000007": "XEROX CORPORATION",
+ "000008": "XEROX CORPORATION",
+ "000009": "XEROX CORPORATION",
+ "00000a": "OMRON TATEISI ELECTRONICS CO.",
+ "00000b": "MATRIX CORPORATION",
+ "00000c": "Cisco Systems, Inc",
+ "00000d": "FIBRONICS LTD.",
+ "00000e": "FUJITSU LIMITED",
+ "00000f": "NEXT, INC.",
+ "000010": "SYTEK INC.",
+ "000011": "NORMEREL SYSTEMES",
+ "000012": "INFORMATION TECHNOLOGY LIMITED",
+ "000013": "CAMEX",
+ "000014": "NETRONIX",
+ "000015": "DATAPOINT CORPORATION",
+ "000016": "DU PONT PIXEL SYSTEMS .",
+ "000017": "Oracle",
+ "000018": "WEBSTER COMPUTER CORPORATION",
+ "000019": "APPLIED DYNAMICS INTERNATIONAL",
+ "00001a": "ADVANCED MICRO DEVICES",
+ "00001b": "Novell, Inc.",
+ "00001c": "BELL TECHNOLOGIES",
+ "00001d": "Cabletron Systems, Inc.",
+ "00001e": "TELSIST INDUSTRIA ELECTRONICA",
+ "00001f": "Telco Systems, Inc. ",
+ "000020": "DATAINDUSTRIER DIAB AB",
+ "000021": "SUREMAN COMP. & COMMUN. CORP.",
+ "000022": "VISUAL TECHNOLOGY INC.",
+ "000023": "ABB INDUSTRIAL SYSTEMS AB",
+ "000024": "CONNECT AS",
+ "000025": "RAMTEK CORP.",
+ "000026": "SHA-KEN CO., LTD.",
+ "000027": "JAPAN RADIO COMPANY",
+ "000028": "PRODIGY SYSTEMS CORPORATION",
+ "000029": "IMC NETWORKS CORP.",
+ "00002a": "TRW - SEDD/INP",
+ "00002b": "CRISP AUTOMATION, INC",
+ "00002c": "AUTOTOTE LIMITED",
+ "00002d": "CHROMATICS INC",
+ "00002e": "SOCIETE EVIRA",
+ "00002f": "TIMEPLEX INC.",
+ "000030": "VG LABORATORY SYSTEMS LTD",
+ "000031": "QPSX COMMUNICATIONS, LTD.",
+ "000032": "Marconi plc",
+ "000033": "EGAN MACHINERY COMPANY",
+ "000034": "NETWORK RESOURCES CORPORATION",
+ "000035": "SPECTRAGRAPHICS CORPORATION",
+ "000036": "ATARI CORPORATION",
+ "000037": "OXFORD METRICS LIMITED",
+ "000038": "CSS LABS",
+ "000039": "TOSHIBA CORPORATION",
+ "00003a": "CHYRON CORPORATION",
+ "00003b": "i Controls, Inc.",
+ "00003c": "AUSPEX SYSTEMS INC.",
+ "00003d": "UNISYS",
+ "00003e": "SIMPACT",
+ "00003f": "SYNTREX, INC.",
+ "000040": "APPLICON, INC.",
+ "000041": "ICE CORPORATION",
+ "000042": "METIER MANAGEMENT SYSTEMS LTD.",
+ "000043": "MICRO TECHNOLOGY",
+ "000044": "CASTELLE CORPORATION",
+ "000045": "FORD AEROSPACE & COMM. CORP.",
+ "000046": "OLIVETTI NORTH AMERICA",
+ "000047": "NICOLET INSTRUMENTS CORP.",
+ "000048": "Seiko Epson Corporation",
+ "000049": "APRICOT COMPUTERS, LTD",
+ "00004a": "ADC CODENOLL TECHNOLOGY CORP.",
+ "00004b": "ICL DATA OY",
+ "00004c": "NEC Corporation",
+ "00004d": "DCI CORPORATION",
+ "00004e": "AMPEX CORPORATION",
+ "00004f": "LOGICRAFT, INC.",
+ "000050": "RADISYS CORPORATION",
+ "000051": "HOB ELECTRONIC GMBH & CO. KG",
+ "000052": "Intrusion.com, Inc.",
+ "000053": "COMPUCORP",
+ "000054": "Schneider Electric",
+ "000055": "COMMISSARIAT A L`ENERGIE ATOM.",
+ "000056": "DR. B. STRUCK",
+ "000057": "SCITEX CORPORATION LTD.",
+ "000058": "RACORE COMPUTER PRODUCTS INC.",
+ "000059": "Hellige GMBH",
+ "00005a": "SysKonnect GmbH",
+ "00005b": "ELTEC ELEKTRONIK AG",
+ "00005c": "TELEMATICS INTERNATIONAL INC.",
+ "00005d": "CS TELECOM",
+ "00005e": "ICANN, IANA Department",
+ "00005f": "Sumitomo Electric Industries, Ltd",
+ "000060": "Kontron Europe GmbH",
+ "000061": "GATEWAY COMMUNICATIONS",
+ "000062": "BULL HN INFORMATION SYSTEMS",
+ "000063": "BARCO CONTROL ROOMS GMBH",
+ "000064": "Yokogawa Digital Computer Corporation",
+ "000065": "Network General Corporation",
+ "000066": "TALARIS SYSTEMS, INC.",
+ "000067": "SOFT * RITE, INC.",
+ "000068": "ROSEMOUNT CONTROLS",
+ "000069": "CONCORD COMMUNICATIONS INC",
+ "00006a": "COMPUTER CONSOLES INC.",
+ "00006b": "Silicon Graphics",
+ "00006c": "Schneider Electric",
+ "00006d": "CRAY COMMUNICATIONS, LTD.",
+ "00006e": "Artisoft Inc.",
+ "00006f": "Madge Ltd.",
+ "000070": "HCL LIMITED",
+ "000071": "ADRA SYSTEMS INC.",
+ "000072": "MINIWARE TECHNOLOGY",
+ "000073": "SIECOR CORPORATION",
+ "000074": "RICOH COMPANY LTD.",
+ "000075": "Nortel Networks",
+ "000076": "ABEKAS VIDEO SYSTEM",
+ "000077": "INTERPHASE CORPORATION",
+ "000078": "LABTAM LIMITED",
+ "000079": "NETWORTH INCORPORATED",
+ "00007a": "DANA COMPUTER INC.",
+ "00007b": "RESEARCH MACHINES",
+ "00007c": "AMPERE INCORPORATED",
+ "00007d": "Oracle Corporation",
+ "00007e": "CLUSTRIX CORPORATION",
+ "00007f": "LINOTYPE-HELL AG",
+ "000080": "CRAY COMMUNICATIONS A/S",
+ "000081": "Bay Networks",
+ "000082": "LECTRA SYSTEMES SA",
+ "000083": "TADPOLE TECHNOLOGY PLC",
+ "000084": "SUPERNET",
+ "000085": "CANON INC.",
+ "000086": "MEGAHERTZ CORPORATION",
+ "000087": "HITACHI, LTD.",
+ "000088": "Brocade Communications Systems LLC",
+ "000089": "CAYMAN SYSTEMS INC.",
+ "00008a": "DATAHOUSE INFORMATION SYSTEMS",
+ "00008b": "INFOTRON",
+ "00008c": "Pty Ltd",
+ "00008d": "Cryptek Inc.",
+ "00008e": "SOLBOURNE COMPUTER, INC.",
+ "00008f": "Raytheon",
+ "000090": "MICROCOM",
+ "000091": "ANRITSU CORPORATION",
+ "000092": "COGENT DATA TECHNOLOGIES",
+ "000093": "PROTEON INC.",
+ "000094": "ASANTE TECHNOLOGIES",
+ "000095": "SONY TEKTRONIX CORP.",
+ "000096": "MARCONI ELECTRONICS LTD.",
+ "000097": "Dell EMC",
+ "000098": "CROSSCOMM CORPORATION",
+ "000099": "MTX, INC.",
+ "00009a": "RC COMPUTER A/S",
+ "00009b": "INFORMATION INTERNATIONAL, INC",
+ "00009c": "ROLM MIL-SPEC COMPUTERS",
+ "00009d": "LOCUS COMPUTING CORPORATION",
+ "00009e": "MARLI S.A.",
+ "00009f": "AMERISTAR TECHNOLOGIES INC.",
+ "0000a0": "SANYO Electric Co., Ltd.",
+ "0000a1": "MARQUETTE ELECTRIC CO.",
+ "0000a2": "Bay Networks",
+ "0000a3": "NETWORK APPLICATION TECHNOLOGY",
+ "0000a4": "ACORN COMPUTERS LIMITED",
+ "0000a5": "Tattile SRL ",
+ "0000a6": "NETWORK GENERAL CORPORATION",
+ "0000a7": "NETWORK COMPUTING DEVICES INC.",
+ "0000a8": "Stratus Technologies",
+ "0000a9": "NETWORK SYSTEMS CORP.",
+ "0000aa": "XEROX CORPORATION",
+ "0000ab": "LOGIC MODELING CORPORATION",
+ "0000ac": "CONWARE COMPUTER CONSULTING",
+ "0000ad": "BRUKER INSTRUMENTS INC.",
+ "0000ae": "DASSAULT ELECTRONIQUE",
+ "0000af": "Canberra Industries, Inc.",
+ "0000b0": "RND-RAD NETWORK DEVICES",
+ "0000b1": "Alpha Micro",
+ "0000b2": "TELEVIDEO SYSTEMS, INC.",
+ "0000b3": "CIMLINC INCORPORATED",
+ "0000b4": "Edimax Technology Co. Ltd.",
+ "0000b5": "DATABILITY SOFTWARE SYS. INC.",
+ "0000b6": "MICRO-MATIC RESEARCH",
+ "0000b7": "DOVE COMPUTER CORPORATION",
+ "0000b8": "SEIKOSHA CO., LTD.",
+ "0000b9": "MCDONNELL DOUGLAS COMPUTER SYS",
+ "0000ba": "SIIG, INC.",
+ "0000bb": "TRI-DATA",
+ "0000bc": "Rockwell Automation",
+ "0000bd": "RYOSEI, Ltd.",
+ "0000be": "THE NTI GROUP",
+ "0000bf": "SYMMETRIC COMPUTER SYSTEMS",
+ "0000c0": "WESTERN DIGITAL CORPORATION",
+ "0000c1": "Madge Ltd.",
+ "0000c2": "INFORMATION PRESENTATION TECH.",
+ "0000c3": "Harris Corporation",
+ "0000c4": "WATERS DIV. OF MILLIPORE",
+ "0000c5": "Commscope",
+ "0000c6": "EON SYSTEMS",
+ "0000c7": "ARIX CORPORATION",
+ "0000c8": "ALTOS COMPUTER SYSTEMS",
+ "0000c9": "Emulex Corporation",
+ "0000ca": "Commscope",
+ "0000cb": "COMPU-SHACK ELECTRONIC GMBH",
+ "0000cc": "DENSAN CO., LTD.",
+ "0000cd": "Allied Telesis Labs Ltd",
+ "0000ce": "MEGADATA CORP.",
+ "0000cf": "HAYES MICROCOMPUTER PRODUCTS",
+ "0000d0": "DEVELCON ELECTRONICS LTD.",
+ "0000d1": "ADAPTEC INCORPORATED",
+ "0000d2": "SBE, INC.",
+ "0000d3": "WANG LABORATORIES INC.",
+ "0000d4": "PURE DATA LTD.",
+ "0000d5": "MICROGNOSIS INTERNATIONAL",
+ "0000d6": "PUNCH LINE HOLDING",
+ "0000d7": "DARTMOUTH COLLEGE",
+ "0000d8": "Novell, Inc.",
+ "0000d9": "NIPPON TELEGRAPH & TELEPHONE",
+ "0000da": "ATEX",
+ "0000db": "British Telecommunications plc",
+ "0000dc": "HAYES MICROCOMPUTER PRODUCTS",
+ "0000dd": "TCL INCORPORATED",
+ "0000de": "CETIA",
+ "0000df": "BELL & HOWELL PUB SYS DIV",
+ "0000e0": "QUADRAM CORP.",
+ "0000e1": "GRID SYSTEMS",
+ "0000e2": "ACER TECHNOLOGIES CORP.",
+ "0000e3": "INTEGRATED MICRO PRODUCTS LTD",
+ "0000e4": "IN2 GROUPE INTERTECHNIQUE",
+ "0000e5": "SIGMEX LTD.",
+ "0000e6": "APTOR PRODUITS DE COMM INDUST",
+ "0000e7": "Star Gate Technologies",
+ "0000e8": "ACCTON TECHNOLOGY CORP.",
+ "0000e9": "ISICAD, INC.",
+ "0000ea": "UPNOD AB",
+ "0000eb": "MATSUSHITA COMM. IND. CO. LTD.",
+ "0000ec": "MICROPROCESS",
+ "0000ed": "APRIL",
+ "0000ee": "NETWORK DESIGNERS, LTD.",
+ "0000ef": "KTI",
+ "0000f0": "Samsung Electronics Co.,Ltd",
+ "0000f1": "MAGNA COMPUTER CORPORATION",
+ "0000f2": "SPIDER COMMUNICATIONS",
+ "0000f3": "GANDALF DATA LIMITED",
+ "0000f4": "Allied Telesis, Inc.",
+ "0000f5": "DIAMOND SALES LIMITED",
+ "0000f6": "APPLIED MICROSYSTEMS CORP.",
+ "0000f7": "YOUTH KEEP ENTERPRISE CO LTD",
+ "0000f8": "DIGITAL EQUIPMENT CORPORATION",
+ "0000f9": "QUOTRON SYSTEMS INC.",
+ "0000fa": "MICROSAGE COMPUTER SYSTEMS INC",
+ "0000fb": "RECHNER ZUR KOMMUNIKATION",
+ "0000fc": "MEIKO",
+ "0000fd": "HIGH LEVEL HARDWARE",
+ "0000fe": "Annapolis Micro Systems, Inc.",
+ "0000ff": "CAMTEC ELECTRONICS LTD.",
+ "000100": "EQUIP'TRANS",
+ "000101": "Private",
+ "000102": "3COM",
+ "000103": "3COM",
+ "000104": "DVICO Co., Ltd.",
+ "000105": "Beckhoff Automation GmbH",
+ "000106": "Tews Datentechnik GmbH",
+ "000107": "Leiser GmbH",
+ "000108": "AVLAB Technology, Inc.",
+ "000109": "Nagano Japan Radio Co., Ltd.",
+ "00010a": "CIS TECHNOLOGY INC.",
+ "00010b": "Space CyberLink, Inc.",
+ "00010c": "System Talks Inc.",
+ "00010d": "Teledyne DALSA Inc.",
+ "00010e": "Bri-Link Technologies Co., Ltd",
+ "00010f": "Brocade Communications Systems LLC",
+ "000110": "Gotham Networks",
+ "000111": "iDigm Inc.",
+ "000112": "Shark Multimedia Inc.",
+ "000113": "OLYMPUS CORPORATION",
+ "000114": "KANDA TSUSHIN KOGYO CO., LTD.",
+ "000115": "EXTRATECH CORPORATION",
+ "000116": "Netspect Technologies, Inc.",
+ "000117": "Canal +",
+ "000118": "EZ Digital Co., Ltd.",
+ "00011a": "Hoffmann und Burmeister GbR",
+ "00011b": "Unizone Technologies, Inc.",
+ "00011c": "Universal Talkware Corporation",
+ "00011d": "Centillium Communications",
+ "00011e": "Precidia Technologies, Inc.",
+ "00011f": "RC Networks, Inc.",
+ "000120": "OSCILLOQUARTZ S.A.",
+ "000121": "WatchGuard Technologies, Inc.",
+ "000122": "Trend Communications, Ltd.",
+ "000123": "Schneider Electric Japan Holdings Ltd.",
+ "000124": "Acer Incorporated",
+ "000125": "YAESU MUSEN CO., LTD.",
+ "000126": "PAC Labs",
+ "000127": "OPEN Networks Pty Ltd",
+ "000128": "EnjoyWeb, Inc.",
+ "000129": "DFI Inc.",
+ "00012a": "Telematica Sistems Inteligente",
+ "00012b": "TELENET Co., Ltd.",
+ "00012c": "Aravox Technologies, Inc.",
+ "00012d": "Komodo Technology",
+ "00012e": "PC Partner Ltd.",
+ "00012f": "Twinhead International Corp",
+ "000130": "Extreme Networks Headquarters",
+ "000131": "Bosch Security Systems, Inc.",
+ "000132": "Dranetz - BMI",
+ "000133": "KYOWA Electronic Instruments C",
+ "000134": "Selectron Systems AG",
+ "000135": "KDC Corp.",
+ "000136": "CyberTAN Technology Inc.",
+ "000137": "IT Farm Corporation",
+ "000138": "XAVi Technologies Corp.",
+ "000139": "Point Multimedia Systems",
+ "00013a": "SHELCAD COMMUNICATIONS, LTD.",
+ "00013b": "BNA SYSTEMS",
+ "00013c": "TIW SYSTEMS",
+ "00013d": "RiscStation Ltd.",
+ "00013e": "Ascom Tateco AB",
+ "00013f": "Neighbor World Co., Ltd.",
+ "000140": "Sendtek Corporation",
+ "000141": "CABLE PRINT",
+ "000142": "Cisco Systems, Inc",
+ "000143": "Cisco Systems, Inc",
+ "000144": "Dell EMC",
+ "000145": "WINSYSTEMS, INC.",
+ "000146": "Tesco Controls, Inc.",
+ "000147": "Zhone Technologies, Inc.",
+ "000148": "X-traWeb Inc.",
+ "000149": "TDT AG",
+ "00014a": "Sony Corporation",
+ "00014b": "Ennovate Networks, Inc.",
+ "00014c": "Berkeley Process Control",
+ "00014d": "Shin Kin Enterprises Co., Ltd",
+ "00014e": "WIN Enterprises, Inc.",
+ "00014f": "Adtran Inc",
+ "000150": "GILAT COMMUNICATIONS, LTD.",
+ "000151": "Ensemble Communications",
+ "000152": "CHROMATEK INC.",
+ "000153": "ARCHTEK TELECOM CORPORATION",
+ "000154": "G3M Corporation",
+ "000155": "Promise Technology, Inc.",
+ "000156": "FIREWIREDIRECT.COM, INC.",
+ "000157": "SYSWAVE CO., LTD",
+ "000158": "Electro Industries/Gauge Tech",
+ "000159": "S1 Corporation",
+ "00015a": "Digital Video Broadcasting",
+ "00015b": "ITALTEL S.p.A/RF-UP-I",
+ "00015c": "CADANT INC.",
+ "00015d": "Oracle Corporation ",
+ "00015e": "BEST TECHNOLOGY CO., LTD.",
+ "00015f": "DIGITAL DESIGN GmbH",
+ "000160": "ELMEX Co., LTD.",
+ "000161": "Meta Machine Technology",
+ "000162": "Cygnet Technologies, Inc.",
+ "000163": "Cisco Systems, Inc",
+ "000164": "Cisco Systems, Inc",
+ "000165": "AirSwitch Corporation",
+ "000166": "TC GROUP A/S",
+ "000167": "HIOKI E.E. CORPORATION",
+ "000168": "VITANA CORPORATION",
+ "000169": "Celestix Networks Pte Ltd.",
+ "00016a": "ALITEC",
+ "00016b": "LightChip, Inc.",
+ "00016c": "FOXCONN",
+ "00016d": "CarrierComm Inc.",
+ "00016e": "Conklin Corporation",
+ "00016f": "Inkel Corp.",
+ "000170": "ESE Embedded System Engineer'g",
+ "000171": "Allied Data Technologies",
+ "000172": "TechnoLand Co., LTD.",
+ "000173": "AMCC",
+ "000174": "CyberOptics Corporation",
+ "000175": "Radiant Communications Corp.",
+ "000176": "Orient Silver Enterprises",
+ "000177": "EDSL",
+ "000178": "MARGI Systems, Inc.",
+ "000179": "WIRELESS TECHNOLOGY, INC.",
+ "00017a": "Chengdu Maipu Electric Industrial Co., Ltd.",
+ "00017b": "Heidelberger Druckmaschinen AG",
+ "00017c": "AG-E GmbH",
+ "00017d": "ThermoQuest",
+ "00017e": "ADTEK System Science Co., Ltd.",
+ "00017f": "Experience Music Project",
+ "000180": "AOpen, Inc.",
+ "000181": "Nortel Networks",
+ "000182": "DICA TECHNOLOGIES AG",
+ "000183": "ANITE TELECOMS",
+ "000184": "SIEB & MEYER AG",
+ "000185": "Hitachi Aloka Medical, Ltd.",
+ "000186": "Uwe Disch",
+ "000187": "I2SE GmbH",
+ "000188": "LXCO Technologies ag",
+ "000189": "Refraction Technology, Inc.",
+ "00018a": "ROI COMPUTER AG",
+ "00018b": "NetLinks Co., Ltd.",
+ "00018c": "Mega Vision",
+ "00018d": "AudeSi Technologies",
+ "00018e": "Logitec Corporation",
+ "00018f": "Kenetec, Inc.",
+ "000190": "SMK-M",
+ "000191": "SYRED Data Systems",
+ "000192": "Texas Digital Systems",
+ "000193": "Hanbyul Telecom Co., Ltd.",
+ "000194": "Capital Equipment Corporation",
+ "000195": "Sena Technologies, Inc.",
+ "000196": "Cisco Systems, Inc",
+ "000197": "Cisco Systems, Inc",
+ "000198": "Darim Vision",
+ "000199": "HeiSei Electronics",
+ "00019a": "LEUNIG GmbH",
+ "00019b": "Kyoto Microcomputer Co., Ltd.",
+ "00019c": "Lumentum",
+ "00019d": "E-Control Systems, Inc.",
+ "00019e": "ESS Technology, Inc.",
+ "00019f": "ReadyNet",
+ "0001a0": "Infinilink Corporation",
+ "0001a1": "Mag-Tek, Inc.",
+ "0001a2": "Logical Co., Ltd.",
+ "0001a3": "GENESYS LOGIC, INC.",
+ "0001a4": "Microlink Corporation",
+ "0001a5": "Nextcomm, Inc.",
+ "0001a6": "Scientific-Atlanta Arcodan A/S",
+ "0001a7": "UNEX TECHNOLOGY CORPORATION",
+ "0001a8": "Welltech Computer Co., Ltd.",
+ "0001a9": "BMW AG",
+ "0001aa": "Airspan Communications, Ltd.",
+ "0001ab": "Main Street Networks",
+ "0001ac": "Sitara Networks, Inc.",
+ "0001ad": "Coach Master International d.b.a. CMI Worldwide, Inc.",
+ "0001ae": "Trex Enterprises",
+ "0001af": "Artesyn Embedded Technologies",
+ "0001b0": "Fulltek Technology Co., Ltd.",
+ "0001b1": "General Bandwidth",
+ "0001b2": "Digital Processing Systems, Inc.",
+ "0001b3": "Precision Electronic Manufacturing",
+ "0001b4": "Wayport, Inc.",
+ "0001b5": "Turin Networks, Inc.",
+ "0001b6": "SAEJIN T&M Co., Ltd.",
+ "0001b7": "Centos, Inc.",
+ "0001b8": "Netsensity, Inc.",
+ "0001b9": "Limited",
+ "0001ba": "IC-Net, Inc.",
+ "0001bb": "Frequentis",
+ "0001bc": "Brains Corporation",
+ "0001bd": "Peterson Electro-Musical Products, Inc.",
+ "0001be": "Gigalink Co., Ltd.",
+ "0001bf": "Teleforce Co., Ltd.",
+ "0001c0": "CompuLab, Ltd.",
+ "0001c1": "Vitesse Semiconductor Corporation",
+ "0001c2": "ARK Research Corp.",
+ "0001c3": "Acromag, Inc.",
+ "0001c4": "NeoWave, Inc.",
+ "0001c5": "Simpler Networks",
+ "0001c6": "Quarry Technologies",
+ "0001c7": "Cisco Systems, Inc",
+ "0001c8": "CONRAD CORP.",
+ "0001c9": "Cisco Systems, Inc",
+ "0001ca": "Geocast Network Systems, Inc.",
+ "0001cb": "EVR",
+ "0001cc": "Brand Maker Enabler Inc. ",
+ "0001cd": "ARtem",
+ "0001ce": "Custom Micro Products, Ltd.",
+ "0001cf": "Alpha Data Parallel Systems, Ltd.",
+ "0001d0": "VitalPoint, Inc.",
+ "0001d1": "CoNet Communications, Inc.",
+ "0001d2": "inXtron, Inc. ",
+ "0001d3": "PAXCOMM, Inc.",
+ "0001d4": "Leisure Time, Inc.",
+ "0001d5": "HAEDONG INFO & COMM CO., LTD",
+ "0001d6": "manroland AG",
+ "0001d7": "F5 Inc.",
+ "0001d8": "Teltronics, Inc.",
+ "0001d9": "Sigma, Inc.",
+ "0001da": "WINCOMM Corporation",
+ "0001db": "Freecom Technologies GmbH",
+ "0001dc": "Activetelco",
+ "0001dd": "Avail Networks",
+ "0001de": "Trango Systems, Inc.",
+ "0001df": "ISDN Communications, Ltd.",
+ "0001e0": "Fast Systems, Inc.",
+ "0001e1": "Kinpo Electronics, Inc.",
+ "0001e2": "Ando Electric Corporation",
+ "0001e3": "Siemens AG",
+ "0001e4": "Sitera, Inc.",
+ "0001e5": "Supernet, Inc.",
+ "0001e6": "Hewlett Packard",
+ "0001e7": "Hewlett Packard",
+ "0001e8": "Force10 Networks, Inc.",
+ "0001e9": "Litton Marine Systems B.V.",
+ "0001ea": "Cirilium Corp.",
+ "0001eb": "C-COM Corporation",
+ "0001ec": "Ericsson Group",
+ "0001ed": "SETA Corp.",
+ "0001ee": "Comtrol Europe, Ltd.",
+ "0001ef": "Camtel Technology Corp.",
+ "0001f0": "Tridium, Inc.",
+ "0001f1": "Innovative Concepts, Inc.",
+ "0001f2": "Mark of the Unicorn, Inc.",
+ "0001f3": "QPS, Inc.",
+ "0001f4": "Enterasys",
+ "0001f5": "ERIM S.A.",
+ "0001f6": "Association of Musical Electronics Industry",
+ "0001f7": "Image Display Systems, Inc.",
+ "0001f8": "TEXIO TECHNOLOGY CORPORATION",
+ "0001f9": "TeraGlobal Communications Corp.",
+ "0001fa": "HOROSCAS",
+ "0001fb": "DoTop Technology, Inc.",
+ "0001fc": "Keyence Corporation",
+ "0001fd": "Digital Voice Systems, Inc.",
+ "0001fe": "DIGITAL EQUIPMENT CORPORATION",
+ "0001ff": "Data Direct Networks, Inc.",
+ "000200": "Net & Sys Co., Ltd.",
+ "000201": "IFM Electronic gmbh",
+ "000202": "Amino Communications, Ltd.",
+ "000203": "Woonsang Telecom, Inc.",
+ "000204": "Bodmann Industries Elektronik GmbH",
+ "000205": "Hitachi Denshi, Ltd.",
+ "000206": "Telital R&D Denmark A/S",
+ "000207": "VisionGlobal Network Corp.",
+ "000208": "Unify Networks, Inc.",
+ "000209": "Shenzhen SED Information Technology Co., Ltd.",
+ "00020a": "Gefran Spa",
+ "00020b": "Native Networks, Inc.",
+ "00020c": "Metro-Optix",
+ "00020d": "Micronpc.com",
+ "00020e": "ECI Telecom Ltd.",
+ "00020f": "AATR",
+ "000210": "Fenecom",
+ "000211": "Nature Worldwide Technology Corp.",
+ "000212": "SierraCom",
+ "000213": "S.D.E.L.",
+ "000214": "DTVRO",
+ "000215": "Cotas Computer Technology A/B",
+ "000216": "Cisco Systems, Inc",
+ "000217": "Cisco Systems, Inc",
+ "000218": "Advanced Scientific Corp",
+ "000219": "Paralon Technologies",
+ "00021a": "Zuma Networks",
+ "00021b": "Kollmorgen-Servotronix",
+ "00021c": "Network Elements, Inc.",
+ "00021d": "Data General Communication Ltd.",
+ "00021e": "SIMTEL S.R.L.",
+ "00021f": "Aculab PLC",
+ "000220": "CANON FINETECH INC.",
+ "000221": "DSP Application, Ltd.",
+ "000222": "Chromisys, Inc.",
+ "000223": "ClickTV",
+ "000224": "C-COR",
+ "000225": "One Stop Systems",
+ "000226": "XESystems, Inc.",
+ "000227": "ESD Electronic System Design GmbH",
+ "000228": "Necsom, Ltd.",
+ "000229": "Adtec Corporation",
+ "00022a": "Asound Electronic",
+ "00022b": "SAXA, Inc.",
+ "00022c": "ABB Bomem, Inc.",
+ "00022d": "Agere Systems",
+ "00022e": "TEAC Corp. R& D",
+ "00022f": "P-Cube, Ltd.",
+ "000230": "Intersoft Electronics",
+ "000231": "Ingersoll-Rand",
+ "000232": "Avision, Inc.",
+ "000233": "Mantra Communications, Inc.",
+ "000234": "Imperial Technology, Inc.",
+ "000235": "Paragon Networks International",
+ "000236": "INIT GmbH",
+ "000237": "Cosmo Research Corp.",
+ "000238": "Serome Technology, Inc.",
+ "000239": "Visicom",
+ "00023a": "ZSK Stickmaschinen GmbH",
+ "00023b": "Ericsson",
+ "00023c": "Creative Technology, Ltd.",
+ "00023d": "Cisco Systems, Inc",
+ "00023e": "Selta Telematica S.p.a",
+ "00023f": "Compal Electronics INC.",
+ "000240": "Seedek Co., Ltd.",
+ "000241": "Amer.com",
+ "000242": "Videoframe Systems",
+ "000243": "Raysis Co., Ltd.",
+ "000244": "SURECOM Technology Co.",
+ "000245": "Lampus Co, Ltd.",
+ "000246": "All-Win Tech Co., Ltd.",
+ "000247": "Co., Ltd.",
+ "000248": "Pilz GmbH & Co.",
+ "000249": "Aviv Infocom Co, Ltd.",
+ "00024a": "Cisco Systems, Inc",
+ "00024b": "Cisco Systems, Inc",
+ "00024c": "SiByte, Inc.",
+ "00024d": "Mannesman Dematic Colby Pty. Ltd.",
+ "00024e": "Datacard Group",
+ "00024f": "IPM Datacom S.R.L.",
+ "000250": "Geyser Networks, Inc.",
+ "000251": "Soma Networks, Inc.",
+ "000252": "Carrier Corporation",
+ "000253": "Televideo, Inc.",
+ "000254": "WorldGate",
+ "000255": "IBM Corp",
+ "000256": "Alpha Processor, Inc.",
+ "000257": "Microcom Corp.",
+ "000258": "Flying Packets Communications",
+ "000259": "Tsann Kuen China (Shanghai)Enterprise Co., Ltd. IT Group",
+ "00025a": "Catena Networks",
+ "00025b": "Cambridge Silicon Radio",
+ "00025c": "Co., Ltd.",
+ "00025d": "Calix Networks",
+ "00025e": "High Technology Ltd",
+ "00025f": "Nortel Networks",
+ "000260": "Accordion Networks, Inc.",
+ "000261": "Tilgin AB",
+ "000262": "Soyo Group Soyo Com Tech Co., Ltd",
+ "000263": "RPS S.p.A.",
+ "000264": "AudioRamp.com",
+ "000265": "Virditech Co. Ltd.",
+ "000266": "Thermalogic Corporation",
+ "000267": "NODE RUNNER, INC.",
+ "000268": "Harris Government Communications",
+ "000269": "Nadatel Co., Ltd",
+ "00026a": "Cocess Telecom Co., Ltd.",
+ "00026b": "BCM Computers Co., Ltd.",
+ "00026c": "Philips CFT",
+ "00026d": "Adept Telecom",
+ "00026e": "NeGeN Access, Inc.",
+ "00026f": "Senao International Co., Ltd.",
+ "000270": "Crewave Co., Ltd.",
+ "000271": "Zhone Technologies, Inc.",
+ "000272": "CC&C Technologies, Inc.",
+ "000273": "Coriolis Networks",
+ "000274": "Tommy Technologies Corp.",
+ "000275": "SMART Technologies, Inc.",
+ "000276": "Primax Electronics Ltd.",
+ "000277": "Cash Systemes Industrie",
+ "000278": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "000279": "Control Applications, Ltd.",
+ "00027a": "IOI Technology Corporation",
+ "00027b": "Amplify Net, Inc.",
+ "00027c": "Trilithic, Inc.",
+ "00027d": "Cisco Systems, Inc",
+ "00027e": "Cisco Systems, Inc",
+ "00027f": "ask-technologies.com",
+ "000280": "Mu Net, Inc.",
+ "000281": "Madge Ltd.",
+ "000282": "ViaClix, Inc.",
+ "000283": "Spectrum Controls, Inc.",
+ "000284": "UK Grid Solutions Limited",
+ "000285": "Riverstone Networks",
+ "000286": "Occam Networks",
+ "000287": "Adapcom",
+ "000288": "GLOBAL VILLAGE COMMUNICATION",
+ "000289": "DNE Technologies",
+ "00028a": "Ambit Microsystems Corporation",
+ "00028b": "VDSL Systems OY",
+ "00028c": "Micrel-Synergy Semiconductor",
+ "00028d": "Movita Technologies, Inc.",
+ "00028e": "Rapid 5 Networks, Inc.",
+ "00028f": "Globetek, Inc.",
+ "000290": "Woorigisool, Inc.",
+ "000291": "Open Network Co., Ltd.",
+ "000292": "Logic Innovations, Inc.",
+ "000293": "Solid Data Systems",
+ "000294": "Tokyo Sokushin Co., Ltd.",
+ "000295": "MAVENIR IPA UK LTD",
+ "000296": "Lectron Co,. Ltd.",
+ "000297": "C-COR.net",
+ "000298": "Broadframe Corporation",
+ "000299": "Apex, Inc.",
+ "00029a": "Storage Apps",
+ "00029b": "Kreatel Communications AB",
+ "00029c": "3COM",
+ "00029d": "Merix Corp.",
+ "00029e": "Information Equipment Co., Ltd.",
+ "00029f": "L-3 Communication Aviation Recorders",
+ "0002a0": "Flatstack Ltd.",
+ "0002a1": "World Wide Packets",
+ "0002a2": "Hilscher GmbH",
+ "0002a3": "Hitachi Energy Switzerland Ltd",
+ "0002a4": "AddPac Technology Co., Ltd.",
+ "0002a5": "Hewlett Packard",
+ "0002a6": "Effinet Systems Co., Ltd.",
+ "0002a7": "Vivace Networks",
+ "0002a8": "Air Link Technology",
+ "0002a9": "RACOM, s.r.o.",
+ "0002aa": "PLcom Co., Ltd.",
+ "0002ab": "CTC Union Technologies Co., Ltd.",
+ "0002ac": "3PAR data",
+ "0002ad": "HOYA Corporation",
+ "0002ae": "Scannex Electronics Ltd.",
+ "0002af": "TeleCruz Technology, Inc.",
+ "0002b0": "Hokubu Communication & Industrial Co., Ltd.",
+ "0002b1": "Anritsu, Ltd.",
+ "0002b2": "Cablevision",
+ "0002b3": "Intel Corporation",
+ "0002b4": "DAPHNE",
+ "0002b5": "Avnet, Inc.",
+ "0002b6": "Acrosser Technology Co., Ltd.",
+ "0002b7": "Watanabe Electric Industry Co., Ltd.",
+ "0002b8": "WHI KONSULT AB",
+ "0002b9": "Cisco Systems, Inc",
+ "0002ba": "Cisco Systems, Inc",
+ "0002bb": "Continuous Computing Corp",
+ "0002bc": "LVL 7 Systems, Inc.",
+ "0002bd": "Bionet Co., Ltd.",
+ "0002be": "Totsu Engineering, Inc.",
+ "0002bf": "dotRocket, Inc.",
+ "0002c0": "Bencent Tzeng Industry Co., Ltd.",
+ "0002c1": "Innovative Electronic Designs, Inc.",
+ "0002c2": "Net Vision Telecom",
+ "0002c3": "Arelnet Ltd.",
+ "0002c4": "OPT Machine Vision Tech Co., Ltd",
+ "0002c5": "Evertz Microsystems Ltd.",
+ "0002c6": "Data Track Technology PLC",
+ "0002c7": "ALPSALPINE CO,.LTD",
+ "0002c8": "Ltd",
+ "0002c9": "Mellanox Technologies, Inc.",
+ "0002ca": "EndPoints, Inc.",
+ "0002cb": "TriState Ltd.",
+ "0002cc": "M.C.C.I",
+ "0002cd": "TeleDream, Inc.",
+ "0002ce": "FoxJet, Inc.",
+ "0002cf": "ZyGate Communications, Inc.",
+ "0002d0": "Comdial Corporation",
+ "0002d1": "Vivotek, Inc.",
+ "0002d2": "Workstation AG",
+ "0002d3": "NetBotz, Inc.",
+ "0002d4": "PDA Peripherals, Inc.",
+ "0002d5": "ACR",
+ "0002d6": "NICE Systems",
+ "0002d7": "EMPEG Ltd",
+ "0002d8": "BRECIS Communications Corporation",
+ "0002d9": "Reliable Controls",
+ "0002da": "ExiO Communications, Inc.",
+ "0002db": "NETSEC",
+ "0002dc": "Fujitsu General Limited",
+ "0002dd": "Bromax Communications, Ltd.",
+ "0002de": "Astrodesign, Inc.",
+ "0002df": "Net Com Systems, Inc.",
+ "0002e0": "ETAS GmbH",
+ "0002e1": "Integrated Network Corporation",
+ "0002e2": "NDC Infared Engineering",
+ "0002e3": "LITE-ON Communications, Inc.",
+ "0002e4": "JC HYUN Systems, Inc.",
+ "0002e5": "Timeware Ltd.",
+ "0002e6": "Gould Instrument Systems, Inc.",
+ "0002e7": "CAB GmbH & Co KG",
+ "0002e8": "E.D.&A.",
+ "0002e9": "CS Systemes De Securite - C3S",
+ "0002ea": "Focus Enhancements",
+ "0002eb": "Pico Communications",
+ "0002ec": "Maschoff Design Engineering",
+ "0002ed": "DXO Telecom Co., Ltd.",
+ "0002ee": "Nokia Danmark A/S",
+ "0002ef": "CCC Network Systems Group Ltd.",
+ "0002f0": "AME Optimedia Technology Co., Ltd.",
+ "0002f1": "Pinetron Co., Ltd.",
+ "0002f2": "eDevice, Inc.",
+ "0002f3": "Media Serve Co., Ltd.",
+ "0002f4": "PCTEL, Inc.",
+ "0002f5": "VIVE Synergies, Inc.",
+ "0002f6": "Equipe Communications",
+ "0002f7": "ARM",
+ "0002f8": "SEAKR Engineering, Inc.",
+ "0002f9": "MIMOS Berhad",
+ "0002fa": "DX Antenna Co., Ltd.",
+ "0002fb": "Baumuller Aulugen-Systemtechnik GmbH",
+ "0002fc": "Cisco Systems, Inc",
+ "0002fd": "Cisco Systems, Inc",
+ "0002fe": "Viditec, Inc.",
+ "0002ff": "Handan BroadInfoCom",
+ "000300": "Barracuda Networks, Inc.",
+ "000301": "EXFO",
+ "000302": "Charles Industries",
+ "000303": "JAMA Electronics Co., Ltd.",
+ "000304": "Pacific Broadband Communications",
+ "000305": "MSC Vertriebs GmbH",
+ "000306": "Fusion In Tech Co., Ltd.",
+ "000307": "Secure Works, Inc.",
+ "000308": "AM Communications, Inc.",
+ "000309": "Texcel Technology PLC",
+ "00030a": "Argus Technologies",
+ "00030b": "Hunter Technology, Inc.",
+ "00030c": "Telesoft Technologies Ltd.",
+ "00030d": "Uniwill Computer Corp.",
+ "00030e": "Core Communications Co., Ltd.",
+ "00030f": "Networks Ltd.",
+ "000310": "E-Globaledge Corporation",
+ "000311": "Micro Technology Co., Ltd.",
+ "000312": "TRsystems GmbH",
+ "000313": "Access Media SPA",
+ "000314": "Teleware Network Systems",
+ "000315": "Cidco Incorporated",
+ "000316": "Nobell Communications, Inc.",
+ "000317": "Merlin Systems, Inc.",
+ "000318": "Cyras Systems, Inc.",
+ "000319": "Infineon AG",
+ "00031a": "Beijing Broad Telecom Ltd., China",
+ "00031b": "Cellvision Systems, Inc.",
+ "00031c": "Svenska Hardvarufabriken AB",
+ "00031d": "Taiwan Commate Computer, Inc.",
+ "00031e": "Optranet, Inc.",
+ "00031f": "Condev Ltd.",
+ "000320": "Xpeed, Inc.",
+ "000321": "Reco Research Co., Ltd.",
+ "000322": "IDIS Co., Ltd.",
+ "000323": "Cornet Technology, Inc.",
+ "000324": "LIMNO Co., Ltd.",
+ "000325": "Arima Computer Corp.",
+ "000326": "Iwasaki Information Systems Co., Ltd.",
+ "000327": "HMS Industrial Networks",
+ "000328": "Mace Group, Inc.",
+ "000329": "F3, Inc.",
+ "00032a": "UniData Communication Systems, Inc.",
+ "00032b": "GAI Datenfunksysteme GmbH",
+ "00032c": "ABB Switzerland Ltd",
+ "00032d": "IBASE Technology, Inc.",
+ "00032e": "Scope Information Management, Ltd.",
+ "00032f": "Global Sun Technology, Inc.",
+ "000330": "Imagenics, Co., Ltd.",
+ "000331": "Cisco Systems, Inc",
+ "000332": "Cisco Systems, Inc",
+ "000333": "Digitel Co., Ltd.",
+ "000334": "Omega Engineering Inc.",
+ "000335": "Mirae Technology",
+ "000336": "Zetes Technologies",
+ "000337": "Vaone, Inc.",
+ "000338": "Oak Technology",
+ "000339": "Eurologic Systems, Ltd.",
+ "00033a": "Silicon Wave, Inc.",
+ "00033b": "TAMI Tech Co., Ltd.",
+ "00033c": "Daiden Co., Ltd.",
+ "00033d": "ILSHin Lab",
+ "00033e": "Tateyama System Laboratory Co., Ltd.",
+ "00033f": "BigBand Networks, Ltd.",
+ "000340": "Floware Wireless Systems, Ltd.",
+ "000341": "EVS Broadcast Equipment",
+ "000342": "Nortel Networks",
+ "000343": "Martin Professional A/S",
+ "000344": "Tietech.Co., Ltd.",
+ "000345": "Routrek Networks Corporation",
+ "000346": "KOKUSAI DENKI Electric Inc.",
+ "000347": "Intel Corporation",
+ "000348": "Norscan Instruments, Ltd.",
+ "000349": "Vidicode Datacommunicatie B.V.",
+ "00034a": "RIAS Corporation",
+ "00034b": "Nortel Networks",
+ "00034c": "Shanghai DigiVision Technology Co., Ltd.",
+ "00034d": "Chiaro Networks, Ltd.",
+ "00034e": "Pos Data Company, Ltd.",
+ "00034f": "Sur-Gard Security",
+ "000350": "BTICINO SPA",
+ "000351": "Diebold Nixdorf",
+ "000352": "Colubris Networks",
+ "000353": "Mitac, Inc.",
+ "000354": "Fiber Logic Communications",
+ "000355": "TeraBeam Internet Systems",
+ "000356": "Diebold Nixdorf",
+ "000357": "Intervoice-Brite, Inc.",
+ "000358": "Hanyang Digitech Co.Ltd",
+ "000359": "DigitalSis",
+ "00035a": "Photron Limited",
+ "00035b": "BridgeWave Communications",
+ "00035c": "Saint Song Corp.",
+ "00035d": "Bosung Hi-Net Co., Ltd.",
+ "00035e": "Metropolitan Area Networks, Inc.",
+ "00035f": "Prüftechnik Condition Monitoring GmbH & Co. KG",
+ "000360": "PAC Interactive Technology, Inc.",
+ "000361": "Widcomm, Inc.",
+ "000362": "Vodtel Communications, Inc.",
+ "000363": "Miraesys Co., Ltd.",
+ "000364": "Scenix Semiconductor, Inc.",
+ "000365": "Kira Information & Communications, Ltd.",
+ "000366": "ASM Pacific Technology",
+ "000367": "Jasmine Networks, Inc.",
+ "000368": "Embedone Co., Ltd.",
+ "000369": "Nippon Antenna Co., Ltd.",
+ "00036a": "Mainnet, Ltd.",
+ "00036b": "Cisco Systems, Inc",
+ "00036c": "Cisco Systems, Inc",
+ "00036d": "Runtop, Inc.",
+ "00036e": "Limited",
+ "00036f": "Telsey SPA",
+ "000370": "NXTV, Inc.",
+ "000371": "Acomz Networks Corp.",
+ "000372": "ULAN",
+ "000373": "Aselsan A.S",
+ "000374": "Control Microsystems",
+ "000375": "NetMedia, Inc.",
+ "000376": "Graphtec Technology, Inc.",
+ "000377": "Gigabit Wireless",
+ "000378": "HUMAX Co., Ltd.",
+ "000379": "Proscend Communications, Inc.",
+ "00037a": "Taiyo Yuden Co., Ltd.",
+ "00037b": "IDEC IZUMI Corporation",
+ "00037c": "Coax Media",
+ "00037d": "Stellcom",
+ "00037e": "PORTech Communications, Inc.",
+ "00037f": "Atheros Communications, Inc.",
+ "000380": "SSH Communications Security Corp.",
+ "000381": "Ingenico International",
+ "000382": "A-One Co., Ltd.",
+ "000383": "Metera Networks, Inc.",
+ "000384": "AETA",
+ "000385": "Actelis Networks, Inc.",
+ "000386": "Ho Net, Inc.",
+ "000387": "Blaze Network Products",
+ "000388": "Fastfame Technology Co., Ltd.",
+ "000389": "PLANTRONICS, INC.",
+ "00038a": "America Online, Inc.",
+ "00038b": "PLUS-ONE I&T, Inc.",
+ "00038c": "Total Impact",
+ "00038d": "PCS Revenue Control Systems, Inc.",
+ "00038e": "Atoga Systems, Inc.",
+ "00038f": "Weinschel Corporation",
+ "000390": "Digital Video Communications, Inc.",
+ "000391": "Advanced Digital Broadcast, Ltd.",
+ "000392": "Hyundai Teletek Co., Ltd.",
+ "000393": "Apple, Inc.",
+ "000394": "Connect One",
+ "000395": "California Amplifier",
+ "000396": "EZ Cast Co., Ltd.",
+ "000397": "FireBrick Limited",
+ "000398": "WISI",
+ "000399": "Dongju Informations & Communications Co., Ltd.",
+ "00039a": "SiConnect",
+ "00039b": "NetChip Technology, Inc.",
+ "00039c": "OptiMight Communications, Inc.",
+ "00039d": "Qisda Corporation",
+ "00039e": "Tera System Co., Ltd.",
+ "00039f": "Cisco Systems, Inc",
+ "0003a0": "Cisco Systems, Inc",
+ "0003a1": "HIPER Information & Communication, Inc.",
+ "0003a2": "Catapult Communications",
+ "0003a3": "MAVIX, Ltd.",
+ "0003a4": "Imation Corp.",
+ "0003a5": "Medea Corporation",
+ "0003a6": "Traxit Technology, Inc.",
+ "0003a7": "Unixtar Technology, Inc.",
+ "0003a8": "IDOT Computers, Inc.",
+ "0003a9": "AXCENT Media AG",
+ "0003aa": "Watlow",
+ "0003ab": "Bridge Information Systems",
+ "0003ac": "Fronius Schweissmaschinen",
+ "0003ad": "Emerson Energy Systems AB",
+ "0003ae": "Allied Advanced Manufacturing Pte, Ltd.",
+ "0003af": "Paragea Communications",
+ "0003b0": "Xsense Technology Corp.",
+ "0003b1": "ICU Medical, Inc.",
+ "0003b2": "Radware",
+ "0003b3": "IA Link Systems Co., Ltd.",
+ "0003b4": "Macrotek International Corp.",
+ "0003b5": "Entra Technology Co.",
+ "0003b6": "QSI Corporation",
+ "0003b7": "ZACCESS Systems",
+ "0003b8": "NetKit Solutions, LLC",
+ "0003b9": "Hualong Telecom Co., Ltd.",
+ "0003ba": "Oracle Corporation",
+ "0003bb": "Signal Communications Limited",
+ "0003bc": "COT GmbH",
+ "0003bd": "OmniCluster Technologies, Inc.",
+ "0003be": "Netility",
+ "0003bf": "Centerpoint Broadband Technologies, Inc.",
+ "0003c0": "RFTNC Co., Ltd.",
+ "0003c1": "Packet Dynamics Ltd",
+ "0003c2": "Solphone K.K.",
+ "0003c3": "Micronik Multimedia",
+ "0003c4": "Tomra Systems ASA",
+ "0003c5": "Mobotix AG",
+ "0003c6": "ICUE Systems, Inc.",
+ "0003c7": "hopf Elektronik GmbH",
+ "0003c8": "CML Emergency Services",
+ "0003c9": "TECOM Co., Ltd.",
+ "0003ca": "MTS Systems Corp.",
+ "0003cb": "SystemGear Co., Ltd.",
+ "0003cc": "Momentum Computer, Inc.",
+ "0003cd": "Clovertech, Inc.",
+ "0003ce": "ETEN Technologies, Inc.",
+ "0003cf": "Muxcom, Inc.",
+ "0003d0": "KOANKEISO Co., Ltd.",
+ "0003d1": "Takaya Corporation",
+ "0003d2": "Crossbeam Systems, Inc.",
+ "0003d3": "Internet Energy Systems, Inc.",
+ "0003d4": "Alloptic, Inc.",
+ "0003d5": "Advanced Communications Co., Ltd.",
+ "0003d6": "RADVision, Ltd.",
+ "0003d7": "NextNet Wireless, Inc.",
+ "0003d8": "iMPath Networks, Inc.",
+ "0003d9": "Secheron SA",
+ "0003da": "Takamisawa Cybernetics Co., Ltd.",
+ "0003db": "Apogee Electronics Corp.",
+ "0003dc": "Lexar Media, Inc.",
+ "0003dd": "Comark Interactive Solutions",
+ "0003de": "OTC Wireless",
+ "0003df": "Desana Systems",
+ "0003e0": "Commscope",
+ "0003e1": "Winmate Communication, Inc.",
+ "0003e2": "Comspace Corporation",
+ "0003e3": "Cisco Systems, Inc",
+ "0003e4": "Cisco Systems, Inc",
+ "0003e5": "Hermstedt SG",
+ "0003e6": "Entone, Inc.",
+ "0003e7": "Logostek Co. Ltd.",
+ "0003e8": "Wavesight Limited",
+ "0003e9": "Akara Canada, Inc.",
+ "0003ea": "Mega System Technologies, Inc.",
+ "0003eb": "Atrica",
+ "0003ec": "ICG Research, Inc.",
+ "0003ed": "Shinkawa Electric Co., Ltd.",
+ "0003ee": "MKNet Corporation",
+ "0003ef": "Oneline AG",
+ "0003f0": "Redfern Broadband Networks",
+ "0003f1": "Cicada Semiconductor, Inc.",
+ "0003f2": "Seneca Networks",
+ "0003f3": "Dazzle Multimedia, Inc.",
+ "0003f4": "NetBurner",
+ "0003f5": "Chip2Chip",
+ "0003f6": "Allegro Networks, Inc.",
+ "0003f7": "Plast-Control GmbH",
+ "0003f8": "SanCastle Technologies, Inc.",
+ "0003f9": "Pleiades Communications, Inc.",
+ "0003fa": "TiMetra Networks",
+ "0003fb": "ENEGATE Co.,Ltd.",
+ "0003fc": "Intertex Data AB",
+ "0003fd": "Cisco Systems, Inc",
+ "0003fe": "Cisco Systems, Inc",
+ "0003ff": "Microsoft Corporation",
+ "000400": "LEXMARK INTERNATIONAL, INC.",
+ "000401": "Osaki Electric Co., Ltd.",
+ "000402": "Nexsan Technologies, Ltd.",
+ "000403": "Nexsi Corporation",
+ "000404": "Makino Milling Machine Co., Ltd.",
+ "000405": "ACN Technologies",
+ "000406": "Fa. Metabox AG",
+ "000407": "Topcon Positioning Systems, Inc.",
+ "000408": "Sanko Electronics Co., Ltd.",
+ "000409": "Cratos Networks",
+ "00040a": "Sage Systems",
+ "00040b": "3COM EUROPE LTD",
+ "00040c": "Kanno Works, Ltd.",
+ "00040d": "Avaya Inc",
+ "00040e": "AVM GmbH",
+ "00040f": "Asus Network Technologies, Inc.",
+ "000410": "Spinnaker Networks, Inc.",
+ "000411": "Inkra Networks, Inc.",
+ "000412": "WaveSmith Networks, Inc.",
+ "000413": "snom technology GmbH",
+ "000414": "Umezawa Musen Denki Co., Ltd.",
+ "000415": "Rasteme Systems Co., Ltd.",
+ "000416": "Parks S/A Comunicacoes Digitais",
+ "000417": "Schneider Electric",
+ "000418": "Teltronic S.A.U.",
+ "000419": "Fibercycle Networks, Inc.",
+ "00041a": "Ines Test and Measurement GmbH & CoKG",
+ "00041b": "Bridgeworks Ltd.",
+ "00041c": "ipDialog, Inc.",
+ "00041d": "Corega of America",
+ "00041e": "Shikoku Instrumentation Co., Ltd.",
+ "00041f": "Sony Interactive Entertainment Inc.",
+ "000420": "Slim Devices, Inc.",
+ "000421": "Ocular Networks",
+ "000422": "Studio Technologies, Inc",
+ "000423": "Intel Corporation",
+ "000424": "TMC s.r.l.",
+ "000425": "Atmel Corporation",
+ "000426": "Autosys",
+ "000427": "Cisco Systems, Inc",
+ "000428": "Cisco Systems, Inc",
+ "000429": "Pixord Corporation",
+ "00042a": "Wireless Networks, Inc.",
+ "00042b": "IT Access Co., Ltd.",
+ "00042c": "Minet, Inc.",
+ "00042d": "Sarian Systems, Ltd.",
+ "00042e": "Netous Technologies, Ltd.",
+ "00042f": "International Communications Products, Inc.",
+ "000430": "Netgem",
+ "000431": "GlobalStreams, Inc.",
+ "000432": "Voyetra Turtle Beach, Inc.",
+ "000433": "Cyberboard A/S",
+ "000434": "Accelent Systems, Inc.",
+ "000435": "InfiNet LLC",
+ "000436": "ELANsat Technologies, Inc.",
+ "000437": "Powin Information Technology, Inc.",
+ "000438": "Nortel Networks",
+ "000439": "Rosco Entertainment Technology, Inc.",
+ "00043a": "Intelligent Telecommunications, Inc.",
+ "00043b": "Lava Computer Mfg., Inc.",
+ "00043c": "SONOS Co., Ltd.",
+ "00043d": "INDEL AG",
+ "00043e": "Telencomm",
+ "00043f": "ESTeem Wireless Modems, Inc",
+ "000440": "cyberPIXIE, Inc.",
+ "000441": "Half Dome Systems, Inc.",
+ "000442": "NACT",
+ "000443": "Agilent Technologies, Inc.",
+ "000444": "Western Multiplex Corporation",
+ "000445": "LMS Skalar Instruments GmbH",
+ "000446": "CYZENTECH Co., Ltd.",
+ "000447": "Acrowave Systems Co., Ltd.",
+ "000448": "Polaroid Corporation",
+ "000449": "Mapletree Networks",
+ "00044a": "iPolicy Networks, Inc.",
+ "00044b": "NVIDIA",
+ "00044c": "JENOPTIK",
+ "00044d": "Cisco Systems, Inc",
+ "00044e": "Cisco Systems, Inc",
+ "00044f": "Schubert System Elektronik Gmbh",
+ "000450": "DMD Computers SRL",
+ "000451": "Medrad, Inc.",
+ "000452": "RocketLogix, Inc.",
+ "000453": "YottaYotta, Inc.",
+ "000454": "Quadriga UK",
+ "000455": "ANTARA.net",
+ "000456": "Cambium Networks Limited",
+ "000457": "Universal Access Technology, Inc.",
+ "000458": "Fusion X Co., Ltd.",
+ "000459": "Veristar Corporation",
+ "00045a": "The Linksys Group, Inc.",
+ "00045b": "Techsan Electronics Co., Ltd.",
+ "00045c": "Mobiwave Pte Ltd",
+ "00045d": "BEKA Elektronik",
+ "00045e": "PolyTrax Information Technology AG",
+ "00045f": "Avalue Technology, Inc.",
+ "000460": "Knilink Technology, Inc.",
+ "000461": "EPOX Computer Co., Ltd.",
+ "000462": "DAKOS Data & Communication Co., Ltd.",
+ "000463": "Bosch Security Systems",
+ "000464": "Pulse-Link Inc",
+ "000465": "i.s.t isdn-support technik GmbH",
+ "000466": "ARMITEL Co.",
+ "000467": "Wuhan Research Institute of MII",
+ "000468": "Vivity, Inc.",
+ "000469": "Innocom, Inc.",
+ "00046a": "Navini Networks",
+ "00046b": "Palm Wireless, Inc.",
+ "00046c": "Cyber Technology Co., Ltd.",
+ "00046d": "Cisco Systems, Inc",
+ "00046e": "Cisco Systems, Inc",
+ "00046f": "Digitel S/A Industria Eletronica",
+ "000470": "ipUnplugged AB",
+ "000471": "IPrad",
+ "000472": "Telelynx, Inc.",
+ "000473": "Photonex Corporation",
+ "000474": "LEGRAND",
+ "000475": "3COM",
+ "000476": "3COM",
+ "000477": "Scalant Systems, Inc.",
+ "000478": "G. Star Technology Corporation",
+ "000479": "Radius Co., Ltd.",
+ "00047a": "AXXESSIT ASA",
+ "00047b": "Schlumberger",
+ "00047c": "Skidata AG",
+ "00047d": "Motorola Solutions Inc.",
+ "00047e": "TKH Security B.V.",
+ "00047f": "Chr. Mayr GmbH & Co. KG",
+ "000480": "Brocade Communications Systems LLC",
+ "000481": "Econolite Control Products, Inc.",
+ "000482": "Medialogic Corp.",
+ "000483": "Deltron Technology, Inc.",
+ "000484": "Amann GmbH",
+ "000485": "PicoLight",
+ "000486": "ITTC, University of Kansas",
+ "000487": "Cogency Semiconductor, Inc.",
+ "000488": "Eurotherm Controls",
+ "000489": "YAFO Networks, Inc.",
+ "00048a": "Temia Vertriebs GmbH",
+ "00048b": "Poscon Corporation",
+ "00048c": "Nayna Networks, Inc.",
+ "00048d": "Teo Technologies, Inc",
+ "00048e": "Ohm Tech Labs, Inc.",
+ "00048f": "TD Systems Corporation",
+ "000490": "Optical Access",
+ "000491": "Technovision, Inc.",
+ "000492": "Hive Internet, Ltd.",
+ "000493": "Tsinghua Unisplendour Co., Ltd.",
+ "000494": "Breezecom, Ltd.",
+ "000495": "Tejas Networks India Limited",
+ "000496": "Extreme Networks Headquarters",
+ "000497": "MacroSystem Digital Video AG",
+ "000498": "Mahi Networks",
+ "000499": "Chino Corporation",
+ "00049a": "Cisco Systems, Inc",
+ "00049b": "Cisco Systems, Inc",
+ "00049c": "Surgient Networks, Inc.",
+ "00049d": "Ipanema Technologies",
+ "00049e": "Wirelink Co., Ltd.",
+ "00049f": "Freescale Semiconductor",
+ "0004a0": "Verity Instruments, Inc.",
+ "0004a1": "Pathway Connectivity",
+ "0004a2": "L.S.I. Japan Co., Ltd.",
+ "0004a3": "Microchip Technology Inc.",
+ "0004a4": "NetEnabled, Inc.",
+ "0004a5": "Barco NV",
+ "0004a6": "SAF Tehnika Ltd.",
+ "0004a7": "FabiaTech Corporation",
+ "0004a8": "Broadmax Technologies, Inc.",
+ "0004a9": "SandStream Technologies, Inc.",
+ "0004aa": "Jetstream Communications",
+ "0004ab": "Mavenir Inc.",
+ "0004ac": "IBM Corp",
+ "0004ad": "Malibu Networks",
+ "0004ae": "Sullair Corporation",
+ "0004af": "Digital Fountain, Inc.",
+ "0004b0": "ELESIGN Co., Ltd.",
+ "0004b1": "Signal Technology, Inc.",
+ "0004b2": "ESSEGI SRL",
+ "0004b3": "Videotek, Inc.",
+ "0004b4": "CIAC",
+ "0004b5": "Equitrac Corporation",
+ "0004b6": "Stratex Networks, Inc.",
+ "0004b7": "AMB i.t. Holding",
+ "0004b8": "Kumahira Co., Ltd.",
+ "0004b9": "S.I. Soubou, Inc.",
+ "0004ba": "KDD Media Will Corporation",
+ "0004bb": "Bardac Corporation",
+ "0004bc": "Giantec, Inc.",
+ "0004bd": "Commscope",
+ "0004be": "OptXCon, Inc.",
+ "0004bf": "VersaLogic Corp.",
+ "0004c0": "Cisco Systems, Inc",
+ "0004c1": "Cisco Systems, Inc",
+ "0004c2": "Magnipix, Inc.",
+ "0004c3": "CASTOR Informatique",
+ "0004c4": "Audiotonix Group Limited",
+ "0004c5": "ASE Technologies, USA",
+ "0004c6": "YAMAHA MOTOR CO.,LTD",
+ "0004c7": "NetMount",
+ "0004c8": "LIBA Maschinenfabrik GmbH",
+ "0004c9": "Micro Electron Co., Ltd.",
+ "0004ca": "FreeMs Corp.",
+ "0004cb": "Tdsoft Communication, Ltd.",
+ "0004cc": "Peek Traffic B.V.",
+ "0004cd": "Extenway Solutions Inc",
+ "0004ce": "Patria Ailon",
+ "0004cf": "Seagate Technology",
+ "0004d0": "Softlink s.r.o.",
+ "0004d1": "Drew Technologies, Inc.",
+ "0004d2": "Adcon Telemetry GmbH",
+ "0004d3": "Toyokeiki Co., Ltd.",
+ "0004d4": "Proview Electronics Co., Ltd.",
+ "0004d5": "Hitachi Information & Communication Engineering, Ltd.",
+ "0004d6": "Takagi Industrial Co., Ltd.",
+ "0004d7": "Omitec Instrumentation Ltd.",
+ "0004d8": "IPWireless, Inc.",
+ "0004d9": "Titan Electronics, Inc.",
+ "0004da": "Relax Technology, Inc.",
+ "0004db": "Tellus Group Corp.",
+ "0004dc": "Nortel Networks",
+ "0004dd": "Cisco Systems, Inc",
+ "0004de": "Cisco Systems, Inc",
+ "0004df": "TERACOM TELEMATICA S.A",
+ "0004e0": "Procket Networks",
+ "0004e1": "Infinior Microsystems",
+ "0004e2": "SMC Networks, Inc.",
+ "0004e3": "Accton Technology Corp",
+ "0004e4": "Daeryung Ind., Inc.",
+ "0004e5": "Glonet Systems, Inc.",
+ "0004e6": "Banyan Network Private Limited",
+ "0004e7": "Lightpointe Communications, Inc",
+ "0004e8": "IER, Inc.",
+ "0004e9": "Infiniswitch Corporation",
+ "0004ea": "Hewlett Packard",
+ "0004eb": "Paxonet Communications, Inc.",
+ "0004ec": "Memobox SA",
+ "0004ed": "Billion Electric Co., Ltd.",
+ "0004ee": "Lincoln Electric Company",
+ "0004ef": "Polestar Corp.",
+ "0004f0": "International Computers, Ltd",
+ "0004f1": "WhereNet",
+ "0004f2": "Polycom",
+ "0004f3": "FS FORTH-SYSTEME GmbH",
+ "0004f4": "Infinite Electronics Inc.",
+ "0004f5": "SnowShore Networks, Inc.",
+ "0004f6": "Amphus",
+ "0004f7": "Omega Band, Inc.",
+ "0004f8": "QUALICABLE TV Industria E Com., Ltda",
+ "0004f9": "Xtera Communications, Inc.",
+ "0004fa": "NBS Technologies Inc.",
+ "0004fb": "Commtech, Inc.",
+ "0004fc": "Stratus Technologies",
+ "0004fd": "Japan Control Engineering Co., Ltd.",
+ "0004fe": "Pelago Networks",
+ "0004ff": "Acronet Co., Ltd.",
+ "000500": "Cisco Systems, Inc",
+ "000501": "Cisco Systems, Inc",
+ "000502": "Apple, Inc.",
+ "000503": "ICONAG",
+ "000504": "Naray Information & Communication Enterprise",
+ "000505": "Systems Integration Solutions, Inc.",
+ "000506": "Reddo Networks AB",
+ "000507": "Fine Appliance Corp.",
+ "000508": "Inetcam, Inc.",
+ "000509": "AVOC Nishimura Ltd.",
+ "00050a": "ICS Spa",
+ "00050b": "SICOM Systems, Inc.",
+ "00050c": "Network Photonics, Inc.",
+ "00050d": "Midstream Technologies, Inc.",
+ "00050e": "3ware, Inc.",
+ "00050f": "Tanaka S/S Ltd.",
+ "000510": "Infinite Shanghai Communication Terminals Ltd.",
+ "000511": "Complementary Technologies Ltd",
+ "000512": "Zebra Technologies Inc",
+ "000513": "VTLinx Multimedia Systems, Inc.",
+ "000514": "KDT Systems Co., Ltd.",
+ "000515": "Nuark Co., Ltd.",
+ "000516": "SMART Modular Technologies",
+ "000517": "Shellcomm, Inc.",
+ "000518": "Jupiters Technology",
+ "000519": "Siemens Building Technologies AG,",
+ "00051a": "3COM EUROPE LTD",
+ "00051b": "Magic Control Technology Corporation",
+ "00051c": "Xnet Technology Corp.",
+ "00051d": "Airocon, Inc.",
+ "00051e": "Brocade Communications Systems LLC",
+ "00051f": "Taijin Media Co., Ltd.",
+ "000520": "Smartronix, Inc.",
+ "000521": "Control Microsystems",
+ "000522": "LEA*D Corporation, Inc.",
+ "000523": "AVL List GmbH",
+ "000524": "Limited",
+ "000525": "Puretek Industrial Co., Ltd.",
+ "000526": "IPAS GmbH",
+ "000527": "SJ Tek Co. Ltd",
+ "000528": "New Focus, Inc.",
+ "000529": "Shanghai Broadan Communication Technology Co., Ltd",
+ "00052a": "Ikegami Tsushinki Co., Ltd.",
+ "00052b": "HORIBA, Ltd.",
+ "00052c": "Supreme Magic Corporation",
+ "00052d": "Zoltrix International Limited",
+ "00052e": "Cinta Networks",
+ "00052f": "Leviton Network Solutions",
+ "000530": "Andiamo Systems, Inc.",
+ "000531": "Cisco Systems, Inc",
+ "000532": "Cisco Systems, Inc",
+ "000533": "Brocade Communications Systems LLC",
+ "000534": "Northstar Engineering Ltd.",
+ "000535": "Chip PC Ltd.",
+ "000536": "Danam Communications, Inc.",
+ "000537": "Nets Technology Co., Ltd.",
+ "000538": "Merilus, Inc.",
+ "000539": "A Brand New World in Sweden AB",
+ "00053a": "Willowglen Services Pte Ltd",
+ "00053b": "Harbour Networks Ltd., Co. Beijing",
+ "00053c": "XIRCOM",
+ "00053d": "Agere Systems",
+ "00053e": "KID Systeme GmbH",
+ "00053f": "VisionTek, Inc.",
+ "000540": "Tokyo Electron Device Limited",
+ "000541": "Advanced Systems Co., Ltd.",
+ "000542": "Otari, Inc.",
+ "000543": "IQ Wireless GmbH",
+ "000544": "Valley Technologies, Inc.",
+ "000545": "Internet Photonics",
+ "000546": "KDDI Network & Solultions Inc.",
+ "000547": "Starent Networks",
+ "000548": "Disco Corporation",
+ "000549": "Salira Optical Network Systems",
+ "00054a": "Ario Data Networks, Inc.",
+ "00054b": "Eaton Automation AG",
+ "00054c": "RF Innovations Pty Ltd",
+ "00054d": "Brans Technologies, Inc.",
+ "00054e": "Philips",
+ "00054f": "Garmin International",
+ "000550": "Vcomms Connect Limited",
+ "000551": "F & S Elektronik Systeme GmbH",
+ "000552": "Xycotec Computer GmbH",
+ "000553": "DVC Company, Inc.",
+ "000554": "Rangestar Wireless",
+ "000555": "Japan Cash Machine Co., Ltd.",
+ "000556": "360 Systems",
+ "000557": "Agile TV Corporation",
+ "000558": "Synchronous, Inc.",
+ "000559": "Intracom S.A.",
+ "00055a": "Power Dsine Ltd.",
+ "00055b": "Charles Industries",
+ "00055c": "Kowa Company, Ltd.",
+ "00055d": "D-LINK SYSTEMS, INC.",
+ "00055e": "Cisco Systems, Inc",
+ "00055f": "Cisco Systems, Inc",
+ "000560": "LEADER COMM.CO., LTD",
+ "000561": "nac Image Technology, Inc.",
+ "000562": "Digital View Limited",
+ "000563": "J-Works, Inc.",
+ "000564": "Tsinghua Bitway Co., Ltd.",
+ "000565": "Tailyn Communication Company Ltd.",
+ "000566": "Secui.com Corporation",
+ "000567": "Etymonic Design, Inc.",
+ "000568": "Piltofish Networks AB",
+ "000569": "VMware, Inc.",
+ "00056a": "Heuft Systemtechnik GmbH",
+ "00056b": "C.P. Technology Co., Ltd.",
+ "00056c": "Hung Chang Co., Ltd.",
+ "00056d": "Pacific Corporation",
+ "00056e": "National Enhance Technology, Inc.",
+ "00056f": "Innomedia Technologies Pvt. Ltd.",
+ "000570": "Baydel Ltd.",
+ "000571": "Seiwa Electronics Co.",
+ "000572": "Deonet Co., Ltd.",
+ "000573": "Cisco Systems, Inc",
+ "000574": "Cisco Systems, Inc",
+ "000575": "CDS-Electronics BV",
+ "000576": "NSM Technology Ltd.",
+ "000577": "SM Information & Communication",
+ "000578": "Private",
+ "000579": "Universal Control Solution Corp.",
+ "00057a": "Overture Networks",
+ "00057b": "Chung Nam Electronic Co., Ltd.",
+ "00057c": "RCO Security AB",
+ "00057d": "Sun Communications, Inc.",
+ "00057e": "Eckelmann AG",
+ "00057f": "Acqis Technology",
+ "000580": "FibroLAN Ltd.",
+ "000581": "Snell",
+ "000582": "ClearCube Technology",
+ "000583": "ImageCom Limited",
+ "000584": "AbsoluteValue Systems, Inc.",
+ "000585": "Juniper Networks",
+ "000586": "Lucent Technologies",
+ "000587": "Locus, Incorporated",
+ "000588": "Sensoria Corp.",
+ "000589": "National Datacomputer",
+ "00058a": "Netcom Co., Ltd.",
+ "00058b": "IPmental, Inc.",
+ "00058c": "Opentech Inc.",
+ "00058d": "Lynx Photonic Networks, Inc.",
+ "00058e": "Flextronics International GmbH & Co. Nfg. KG",
+ "00058f": "CLCsoft co.",
+ "000590": "Swissvoice Ltd.",
+ "000591": "Active Silicon Ltd",
+ "000592": "Pultek Corp.",
+ "000593": "Grammar Engine Inc.",
+ "000594": "HMS Industrial Networks",
+ "000595": "Alesis Corporation",
+ "000596": "Genotech Co., Ltd.",
+ "000597": "Eagle Traffic Control Systems",
+ "000598": "CRONOS S.r.l.",
+ "000599": "DRS Test and Energy Management or DRS-TEM",
+ "00059a": "Cisco Systems, Inc",
+ "00059b": "Cisco Systems, Inc",
+ "00059c": "Kleinknecht GmbH, Ing. Büro",
+ "00059d": "Daniel Computing Systems, Inc.",
+ "00059e": "Zinwell Corporation",
+ "00059f": "Yotta Networks, Inc.",
+ "0005a0": "MOBILINE Kft.",
+ "0005a1": "Zenocom",
+ "0005a2": "CELOX Networks",
+ "0005a3": "QEI, Inc.",
+ "0005a4": "Lucid Voice Ltd.",
+ "0005a5": "KOTT",
+ "0005a6": "Extron Electronics",
+ "0005a7": "HYPERCHIP Inc.",
+ "0005a8": "WYLE ELECTRONICS",
+ "0005a9": "Princeton Networks, Inc.",
+ "0005aa": "Moore Industries International Inc.",
+ "0005ab": "Cyber Fone, Inc.",
+ "0005ac": "Northern Digital, Inc.",
+ "0005ad": "Topspin Communications, Inc.",
+ "0005ae": "Mediaport USA",
+ "0005af": "InnoScan Computing A/S",
+ "0005b0": "Korea Computer Technology Co., Ltd.",
+ "0005b1": "ASB Technology BV",
+ "0005b2": "Medison Co., Ltd.",
+ "0005b3": "Asahi-Engineering Co., Ltd.",
+ "0005b4": "Aceex Corporation",
+ "0005b5": "Broadcom Technologies",
+ "0005b6": "INSYS Microelectronics GmbH",
+ "0005b7": "Arbor Technology Corp.",
+ "0005b8": "Electronic Design Associates, Inc.",
+ "0005b9": "Airvana, Inc.",
+ "0005ba": "Area Netwoeks, Inc.",
+ "0005bb": "Myspace AB",
+ "0005bc": "Resource Data Management Ltd",
+ "0005bd": "ROAX BV",
+ "0005be": "Kongsberg Seatex AS",
+ "0005bf": "JustEzy Technology, Inc.",
+ "0005c0": "Digital Network Alacarte Co., Ltd.",
+ "0005c1": "A-Kyung Motion, Inc.",
+ "0005c2": "Soronti, Inc.",
+ "0005c3": "Pacific Instruments, Inc.",
+ "0005c4": "Telect, Inc.",
+ "0005c5": "Flaga HF",
+ "0005c6": "Triz Communications",
+ "0005c7": "I/F-COM A/S",
+ "0005c8": "VERYTECH",
+ "0005c9": "LG Innotek",
+ "0005ca": "Hitron Technology, Inc.",
+ "0005cb": "ROIS Technologies, Inc.",
+ "0005cc": "Sumtel Communications, Inc.",
+ "0005cd": "D&M Holdings Inc.",
+ "0005ce": "Prolink Microsystems Corporation",
+ "0005cf": "Thunder River Technologies, Inc.",
+ "0005d0": "Solinet Systems",
+ "0005d1": "Metavector Technologies",
+ "0005d2": "DAP Technologies",
+ "0005d3": "eProduction Solutions, Inc.",
+ "0005d4": "FutureSmart Networks, Inc.",
+ "0005d5": "Speedcom Wireless",
+ "0005d6": "L-3 Linkabit",
+ "0005d7": "Vista Imaging, Inc.",
+ "0005d8": "Arescom, Inc.",
+ "0005d9": "Techno Valley, Inc.",
+ "0005da": "Apex Automationstechnik",
+ "0005db": "PSI Nentec GmbH",
+ "0005dc": "Cisco Systems, Inc",
+ "0005dd": "Cisco Systems, Inc",
+ "0005de": "Gi Fone Korea, Inc.",
+ "0005df": "Electronic Innovation, Inc.",
+ "0005e0": "Empirix Corp.",
+ "0005e1": "Trellis Photonics, Ltd.",
+ "0005e2": "Creativ Network Technologies",
+ "0005e3": "LightSand Communications, Inc.",
+ "0005e4": "Red Lion Controls Inc.",
+ "0005e5": "Renishaw PLC",
+ "0005e6": "Egenera, Inc.",
+ "0005e7": "Netrake an AudioCodes Company",
+ "0005e8": "TurboWave, Inc.",
+ "0005e9": "Unicess Network, Inc.",
+ "0005ea": "Rednix",
+ "0005eb": "Blue Ridge Networks, Inc.",
+ "0005ec": "Mosaic Systems Inc.",
+ "0005ed": "Technikum Joanneum GmbH",
+ "0005ee": "AB ",
+ "0005ef": "ADOIR Digital Technology",
+ "0005f0": "SATEC",
+ "0005f1": "Vrcom, Inc.",
+ "0005f2": "Power R, Inc.",
+ "0005f3": "Webyn",
+ "0005f4": "System Base Co., Ltd.",
+ "0005f5": "Geospace Technologies",
+ "0005f6": "Young Chang Co. Ltd.",
+ "0005f7": "Analog Devices, Inc.",
+ "0005f8": "Real Time Access, Inc.",
+ "0005f9": "TOA Corporation",
+ "0005fa": "IPOptical, Inc.",
+ "0005fb": "ShareGate, Inc.",
+ "0005fc": "Schenck Pegasus Corp.",
+ "0005fd": "PacketLight Networks Ltd.",
+ "0005fe": "Traficon N.V.",
+ "0005ff": "SNS Solutions, Inc.",
+ "000600": "Toshiba Teli Corporation",
+ "000601": "Otanikeiki Co., Ltd.",
+ "000602": "Cirkitech Electronics Co.",
+ "000603": "Baker Hughes Inc.",
+ "000604": "Track Communications, Inc.",
+ "000605": "Inncom International, Inc.",
+ "000606": "RapidWAN, Inc.",
+ "000607": "Omni Directional Control Technology Inc.",
+ "000608": "At-Sky SAS",
+ "000609": "Crossport Systems",
+ "00060a": "Blue2space",
+ "00060b": "Artesyn Embedded Technologies",
+ "00060c": "Melco Industries, Inc.",
+ "00060d": "Wave7 Optics",
+ "00060e": "IGYS Systems, Inc.",
+ "00060f": "Narad Networks Inc",
+ "000610": "Abeona Networks Inc",
+ "000611": "Zeus Wireless, Inc.",
+ "000612": "Accusys, Inc.",
+ "000613": "Kawasaki Microelectronics Incorporated",
+ "000614": "Prism Holdings",
+ "000615": "Kimoto Electric Co., Ltd.",
+ "000616": "Tel Net Co., Ltd.",
+ "000617": "Redswitch Inc.",
+ "000618": "DigiPower Manufacturing Inc.",
+ "000619": "Connection Technology Systems",
+ "00061a": "Zetari Inc.",
+ "00061b": "Notebook Development Lab. Lenovo Japan Ltd.",
+ "00061c": "Hoshino Metal Industries, Ltd.",
+ "00061d": "MIP Telecom, Inc.",
+ "00061e": "Maxan Systems",
+ "00061f": "Vision Components GmbH",
+ "000620": "Serial System Ltd.",
+ "000621": "Hinox, Co., Ltd.",
+ "000622": "Chung Fu Chen Yeh Enterprise Corp.",
+ "000623": "MGE UPS Systems France",
+ "000624": "Gentner Communications Corp.",
+ "000625": "The Linksys Group, Inc.",
+ "000626": "MWE GmbH",
+ "000627": "Uniwide Technologies, Inc.",
+ "000628": "Cisco Systems, Inc",
+ "000629": "IBM Corp",
+ "00062a": "Cisco Systems, Inc",
+ "00062b": "INTRASERVER TECHNOLOGY",
+ "00062c": "Bivio Networks",
+ "00062d": "TouchStar Technologies, L.L.C.",
+ "00062e": "Aristos Logic Corp.",
+ "00062f": "Pivotech Systems Inc.",
+ "000630": "Adtranz Sweden",
+ "000631": "Calix Inc.",
+ "000632": "Mesco Engineering GmbH",
+ "000633": "Crossmatch Technologies/HID Global",
+ "000634": "GTE Airfone Inc.",
+ "000635": "PacketAir Networks, Inc.",
+ "000636": "Jedai Broadband Networks",
+ "000637": "Inc.",
+ "000638": "Sungjin C&C Co., Ltd.",
+ "000639": "Newtec",
+ "00063a": "Dura Micro, Inc.",
+ "00063b": "Arcturus Networks Inc.",
+ "00063c": "Intrinsyc Software International Inc.",
+ "00063d": "Microwave Data Systems Inc.",
+ "00063e": "Opthos Inc.",
+ "00063f": "Everex Communications Inc.",
+ "000640": "White Rock Networks",
+ "000641": "ITCN",
+ "000642": "Genetel Systems Inc.",
+ "000643": "SONO Computer Co., Ltd.",
+ "000644": "NextGen Business Solutions, Inc",
+ "000645": "Meisei Electric Co. Ltd.",
+ "000646": "ShenZhen XunBao Network Technology Co Ltd",
+ "000647": "Etrali S.A.",
+ "000648": "Seedsware, Inc.",
+ "000649": "3M Deutschland GmbH",
+ "00064b": "Alexon Co., Ltd.",
+ "00064c": "Invicta Networks, Inc.",
+ "00064d": "Sencore",
+ "00064e": "Broad Net Technology Inc.",
+ "00064f": "PRO-NETS Technology Corporation",
+ "000650": "Tiburon Networks, Inc.",
+ "000651": "Aspen Networks Inc.",
+ "000652": "Cisco Systems, Inc",
+ "000653": "Cisco Systems, Inc",
+ "000654": "Winpresa Building Automation Technologies GmbH",
+ "000655": "Yipee, Inc.",
+ "000656": "Tactel AB",
+ "000657": "Market Central, Inc.",
+ "000658": "Helmut Fischer GmbH Institut für Elektronik und Messtechnik",
+ "000659": "B.V.",
+ "00065a": "Strix Systems",
+ "00065b": "Dell Inc.",
+ "00065c": "Malachite Technologies, Inc.",
+ "00065d": "Heidelberg Web Systems",
+ "00065e": "Photuris, Inc.",
+ "00065f": "ECI Telecom Ltd.",
+ "000660": "NADEX Co., Ltd.",
+ "000661": "NIA Home Technologies Corp.",
+ "000662": "MBM Technology Ltd.",
+ "000663": "Human Technology Co., Ltd.",
+ "000664": "Fostex Corporation",
+ "000665": "Sunny Giken, Inc.",
+ "000666": "Roving Networks",
+ "000667": "Tripp Lite",
+ "000668": "Vicon Industries Inc.",
+ "000669": "Datasound Laboratories Ltd",
+ "00066a": "InfiniCon Systems, Inc.",
+ "00066b": "Sysmex Corporation",
+ "00066c": "Robinson Corporation",
+ "00066d": "Compuprint S.P.A.",
+ "00066e": "Delta Electronics, Inc.",
+ "00066f": "Korea Data Systems",
+ "000670": "Upponetti Oy",
+ "000671": "Softing AG",
+ "000672": "Netezza",
+ "000673": "TKH Security Solutions USA",
+ "000674": "Spectrum Control, Inc.",
+ "000675": "Banderacom, Inc.",
+ "000676": "Novra Technologies Inc.",
+ "000677": "SICK AG",
+ "000678": "D&M Holdings Inc.",
+ "000679": "Konami Corporation",
+ "00067a": "JMP Systems",
+ "00067b": "Toplink C&C Corporation",
+ "00067c": "Cisco Systems, Inc",
+ "00067d": "Takasago Ltd.",
+ "00067e": "WinCom Systems, Inc.",
+ "00067f": "Digeo, Inc.",
+ "000680": "Card Access, Inc.",
+ "000681": "Goepel Electronic GmbH",
+ "000682": "Convedia",
+ "000683": "Bravara Communications, Inc.",
+ "000684": "Biacore AB",
+ "000685": "NetNearU Corporation",
+ "000686": "ZARDCOM Co., Ltd.",
+ "000687": "Omnitron Systems Technology, Inc.",
+ "000688": "Telways Communication Co., Ltd.",
+ "000689": "yLez Technologies Pte Ltd",
+ "00068a": "NeuronNet Co. Ltd. R&D Center",
+ "00068b": "AirRunner Technologies, Inc.",
+ "00068c": "3COM",
+ "00068d": "SEPATON, Inc.",
+ "00068e": "HID Corporation",
+ "00068f": "Telemonitor, Inc.",
+ "000690": "Euracom Communication GmbH",
+ "000691": "PT Inovacao",
+ "000692": "Intruvert Networks, Inc.",
+ "000693": "Flexus Computer Technology, Inc.",
+ "000694": "Mobillian Corporation",
+ "000695": "Ensure Technologies, Inc.",
+ "000696": "Advent Networks",
+ "000697": "R & D Center",
+ "000698": "egnite GmbH",
+ "000699": "Vida Design Co.",
+ "00069a": "e & Tel",
+ "00069b": "AVT Audio Video Technologies GmbH",
+ "00069c": "Transmode Systems AB",
+ "00069d": "Petards Ltd",
+ "00069e": "UNIQA, Inc.",
+ "00069f": "Kuokoa Networks",
+ "0006a0": "Mx Imaging",
+ "0006a1": "Celsian Technologies, Inc.",
+ "0006a2": "Microtune, Inc.",
+ "0006a3": "Bitran Corporation",
+ "0006a4": "INNOWELL Corp.",
+ "0006a5": "PINON Corp.",
+ "0006a6": "Artistic Licence Engineering Ltd",
+ "0006a7": "Primarion",
+ "0006a8": "KC Technology, Inc.",
+ "0006a9": "Universal Instruments Corp.",
+ "0006aa": "VT Miltope",
+ "0006ab": "W-Link Systems, Inc.",
+ "0006ac": "Intersoft Co.",
+ "0006ad": "KB Electronics Ltd.",
+ "0006ae": "Himachal Futuristic Communications Ltd",
+ "0006af": "Xalted Networks",
+ "0006b0": "Comtech EF Data Corp.",
+ "0006b1": "Sonicwall",
+ "0006b2": "Linxtek Co.",
+ "0006b3": "Diagraph Corporation",
+ "0006b4": "Vorne Industries, Inc.",
+ "0006b5": "Source Photonics, Inc.",
+ "0006b6": "Nir-Or Israel Ltd.",
+ "0006b7": "TELEM GmbH",
+ "0006b8": "Bandspeed Pty Ltd",
+ "0006b9": "A5TEK Corp.",
+ "0006ba": "Westwave Communications",
+ "0006bb": "ATI Technologies Inc.",
+ "0006bc": "Macrolink, Inc.",
+ "0006bd": "BNTECHNOLOGY Co., Ltd.",
+ "0006be": "Baumer Optronic GmbH",
+ "0006bf": "Accella Technologies Co., Ltd.",
+ "0006c0": "United Internetworks, Inc.",
+ "0006c1": "Cisco Systems, Inc",
+ "0006c2": "Smartmatic Corporation",
+ "0006c3": "Schindler Elevator Ltd.",
+ "0006c4": "Piolink Inc.",
+ "0006c5": "INNOVI Technologies Limited",
+ "0006c6": "lesswire AG",
+ "0006c8": "Sumitomo Metal Micro Devices, Inc.",
+ "0006c9": "Technical Marketing Research, Inc.",
+ "0006cb": "Jotron Electronics A/S",
+ "0006cc": "JMI Electronics Co., Ltd.",
+ "0006cd": "Leaf Imaging Ltd.",
+ "0006ce": "DATENO",
+ "0006cf": "Thales Avionics In-Flight Systems, LLC",
+ "0006d0": "Elgar Electronics Corp.",
+ "0006d1": "Tahoe Networks, Inc.",
+ "0006d2": "Tundra Semiconductor Corp.",
+ "0006d3": "Alpha Telecom, Inc. U.S.A.",
+ "0006d4": "Interactive Objects, Inc.",
+ "0006d5": "Diamond Systems Corp.",
+ "0006d6": "Cisco Systems, Inc",
+ "0006d7": "Cisco Systems, Inc",
+ "0006d8": "Maple Optical Systems",
+ "0006d9": "IPM-Net S.p.A.",
+ "0006da": "ITRAN Communications Ltd.",
+ "0006db": "ICHIPS Co., Ltd.",
+ "0006dd": "AT & T Laboratories - Cambridge Ltd",
+ "0006de": "Flash Technology",
+ "0006df": "AIDONIC Corporation",
+ "0006e0": "MAT Co., Ltd.",
+ "0006e1": "Techno Trade s.a",
+ "0006e2": "Ceemax Technology Co., Ltd.",
+ "0006e3": "Quantitative Imaging Corporation",
+ "0006e4": "Citel Technologies Ltd.",
+ "0006e5": "Fujian Newland Computer Ltd. Co.",
+ "0006e6": "DongYang Telecom Co., Ltd.",
+ "0006e7": "Bit Blitz Communications Inc.",
+ "0006e8": "Optical Network Testing, Inc.",
+ "0006e9": "Intime Corp.",
+ "0006ea": "ELZET80 Mikrocomputer GmbH&Co. KG",
+ "0006eb": "Global Data",
+ "0006ec": "Harris Corporation",
+ "0006ed": "Inara Networks",
+ "0006ee": "Shenyang Neu-era Information & Technology Stock Co., Ltd",
+ "0006ef": "Maxxan Systems, Inc.",
+ "0006f0": "Digeo, Inc.",
+ "0006f1": "Optillion",
+ "0006f2": "Platys Communications",
+ "0006f3": "AcceLight Networks",
+ "0006f4": "Prime Electronics & Satellitics Inc.",
+ "0006f5": "ALPSALPINE CO,.LTD",
+ "0006f6": "Cisco Systems, Inc",
+ "0006f7": "ALPSALPINE CO,.LTD",
+ "0006f8": "The Boeing Company",
+ "0006f9": "Mitsui Zosen Systems Research Inc.",
+ "0006fa": "IP SQUARE Co, Ltd.",
+ "0006fb": "Hitachi Printing Solutions, Ltd.",
+ "0006fc": "Fnet Co., Ltd.",
+ "0006fd": "Comjet Information Systems Corp.",
+ "0006fe": "Ambrado, Inc",
+ "0006ff": "Sheba Systems Co., Ltd.",
+ "000700": "Zettamedia Korea",
+ "000701": "RACAL-DATACOM",
+ "000702": "Varex Imaging",
+ "000703": "CSEE Transport",
+ "000704": "ALPSALPINE CO,.LTD",
+ "000705": "Endress & Hauser GmbH & Co",
+ "000706": "Sanritz Corporation",
+ "000707": "Interalia Inc.",
+ "000708": "Bitrage Inc.",
+ "000709": "Westerstrand Urfabrik AB",
+ "00070a": "Unicom Automation Co., Ltd.",
+ "00070b": "Novabase SGPS, SA",
+ "00070c": "SVA-Intrusion.com Co. Ltd.",
+ "00070d": "Cisco Systems, Inc",
+ "00070e": "Cisco Systems, Inc",
+ "00070f": "Fujant, Inc.",
+ "000710": "Adax, Inc.",
+ "000711": "Acterna",
+ "000712": "JAL Information Technology",
+ "000713": "IP One, Inc.",
+ "000714": "Brightcom",
+ "000715": "General Research of Electronics, Inc.",
+ "000716": "J & S Marine Ltd.",
+ "000717": "Wieland Electric GmbH",
+ "000718": "iCanTek Co., Ltd.",
+ "000719": "Mobiis Co., Ltd.",
+ "00071a": "Finedigital Inc.",
+ "00071b": "CDVI Americas Ltd",
+ "00071c": "AT&T",
+ "00071d": "Satelsa Sistemas Y Aplicaciones De Telecomunicaciones, S.A.",
+ "00071e": "Tri-M Engineering / Nupak Dev. Corp.",
+ "00071f": "European Systems Integration",
+ "000720": "Trutzschler GmbH & Co. KG",
+ "000721": "Formac Elektronik GmbH",
+ "000722": "The Nielsen Company",
+ "000723": "ELCON Systemtechnik GmbH",
+ "000724": "Telemax Co., Ltd.",
+ "000725": "Bematech International Corp.",
+ "000726": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "000727": "Ltd.",
+ "000728": "Neo Telecom",
+ "000729": "Kistler Instrumente AG",
+ "00072a": "Innovance Networks",
+ "00072b": "Jung Myung Telecom Co., Ltd.",
+ "00072c": "Fabricom",
+ "00072d": "CNSystems",
+ "00072e": "North Node AB",
+ "00072f": "Intransa, Inc.",
+ "000730": "Hutchison OPTEL Telecom Technology Co., Ltd.",
+ "000731": "Ophir-Spiricon LLC",
+ "000732": "AAEON Technology Inc.",
+ "000733": "DANCONTROL Engineering",
+ "000734": "ONStor, Inc.",
+ "000735": "Flarion Technologies, Inc.",
+ "000736": "Data Video Technologies Co., Ltd.",
+ "000737": "Soriya Co. Ltd.",
+ "000738": "Young Technology Co., Ltd.",
+ "000739": "Scotty Group Austria Gmbh",
+ "00073a": "INVENTEL",
+ "00073b": "Tenovis GmbH & Co KG",
+ "00073c": "Telecom Design",
+ "00073d": "Nanjing Postel Telecommunications Co., Ltd.",
+ "00073e": "China Great-Wall Computer Shenzhen Co., Ltd.",
+ "00073f": "Woojyun Systec Co., Ltd.",
+ "000740": "BUFFALO.INC",
+ "000741": "Sierra Automated Systems",
+ "000742": "Ormazabal",
+ "000743": "Chelsio Communications",
+ "000744": "Unico, Inc.",
+ "000745": "Radlan Computer Communications Ltd.",
+ "000746": "TURCK, Inc.",
+ "000747": "Mecalc",
+ "000748": "The Imaging Source Europe",
+ "000749": "CENiX Inc.",
+ "00074a": "Carl Valentin GmbH",
+ "00074b": "Daihen Corporation",
+ "00074c": "Beicom Inc.",
+ "00074d": "Zebra Technologies Corp.",
+ "00074e": "IPFRONT Inc",
+ "00074f": "Cisco Systems, Inc",
+ "000750": "Cisco Systems, Inc",
+ "000751": "m-u-t AG",
+ "000752": "Rhythm Watch Co., Ltd.",
+ "000753": "Beijing Qxcomm Technology Co., Ltd.",
+ "000754": "Xyterra Computing, Inc.",
+ "000755": "Lafon",
+ "000756": "Juyoung Telecom",
+ "000757": "Topcall International AG",
+ "000758": "DragonWave Inc.",
+ "000759": "Boris Manufacturing Corp.",
+ "00075a": "Air Products and Chemicals, Inc.",
+ "00075b": "Gibson Guitars",
+ "00075c": "Eastman Kodak Company",
+ "00075d": "Celleritas Inc.",
+ "00075e": "Ametek Power Instruments",
+ "00075f": "VCS Video Communication Systems AG",
+ "000760": "TOMIS Information & Telecom Corp.",
+ "000761": "29530",
+ "000762": "Group Sense Limited",
+ "000763": "Sunniwell Cyber Tech. Co., Ltd.",
+ "000764": "YoungWoo Telecom Co. Ltd.",
+ "000765": "Jade Quantum Technologies, Inc.",
+ "000766": "Chou Chin Industrial Co., Ltd.",
+ "000767": "Yuxing Electronics Company Limited",
+ "000768": "Danfoss A/S",
+ "000769": "Italiana Macchi SpA",
+ "00076a": "NEXTEYE Co., Ltd.",
+ "00076b": "Stralfors AB",
+ "00076c": "Daehanet, Inc.",
+ "00076d": "Flexlight Networks",
+ "00076e": "Sinetica Corporation Limited",
+ "00076f": "Synoptics Limited",
+ "000770": "Ubiquoss Inc",
+ "000771": "Embedded System Corporation",
+ "000772": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "000773": "Ascom Powerline Communications Ltd.",
+ "000774": "GuangZhou Thinker Technology Co. Ltd.",
+ "000775": "Valence Semiconductor, Inc.",
+ "000776": "Federal APD",
+ "000777": "Motah Ltd.",
+ "000778": "GERSTEL GmbH & Co. KG",
+ "000779": "Sungil Telecom Co., Ltd.",
+ "00077a": "Infoware System Co., Ltd.",
+ "00077b": "Millimetrix Broadband Networks",
+ "00077c": "Westermo Network Technologies AB",
+ "00077d": "Cisco Systems, Inc",
+ "00077e": "Elrest GmbH",
+ "00077f": "J Communications Co., Ltd.",
+ "000780": "Bluegiga Technologies OY",
+ "000781": "Itron Inc.",
+ "000782": "Oracle Corporation ",
+ "000783": "SynCom Network, Inc.",
+ "000784": "Cisco Systems, Inc",
+ "000785": "Cisco Systems, Inc",
+ "000786": "Wireless Networks Inc.",
+ "000787": "Idea System Co., Ltd.",
+ "000788": "Clipcomm, Inc.",
+ "000789": "Allradio Co., Ltd",
+ "00078a": "Mentor Data System Inc.",
+ "00078b": "Wegener Communications, Inc.",
+ "00078c": "Elektronikspecialisten i Borlange AB",
+ "00078d": "NetEngines Ltd.",
+ "00078e": "Garz & Fricke GmbH",
+ "00078f": "Emkay Innovative Products",
+ "000790": "Limited",
+ "000791": "International Data Communications, Inc.",
+ "000792": "Sütron Electronic GmbH",
+ "000793": "Shin Satellite Public Company Limited",
+ "000794": "Simple Devices, Inc.",
+ "000795": "Elitegroup Computer Systems Co.,Ltd.",
+ "000796": "LSI Systems, Inc.",
+ "000797": "Netpower Co., Ltd.",
+ "000798": "Selea SRL",
+ "000799": "Tipping Point Technologies, Inc.",
+ "00079a": "Verint Systems Inc",
+ "00079b": "Aurora Networks",
+ "00079c": "Golden Electronics Technology Co., Ltd.",
+ "00079d": "Musashi Co., Ltd.",
+ "00079e": "Ilinx Co., Ltd.",
+ "00079f": "Action Digital Inc.",
+ "0007a0": "e-Watch Inc.",
+ "0007a1": "VIASYS Healthcare GmbH",
+ "0007a2": "Opteon Corporation",
+ "0007a3": "Ositis Software, Inc.",
+ "0007a4": "GN Netcom Ltd.",
+ "0007a5": "Y.D.K Co. Ltd.",
+ "0007a6": "Leviton Manufacturing Co., Inc.",
+ "0007a7": "A-Z Inc.",
+ "0007a8": "Haier Group Technologies Ltd",
+ "0007a9": "Novasonics",
+ "0007aa": "Quantum Data Inc.",
+ "0007ab": "Samsung Electronics Co.,Ltd",
+ "0007ac": "Eolring",
+ "0007ad": "Pentacon GmbH Foto-und Feinwerktechnik",
+ "0007ae": "Britestream Networks, Inc.",
+ "0007af": "Red Lion Controls, LP",
+ "0007b0": "Office Details, Inc.",
+ "0007b1": "Equator Technologies",
+ "0007b2": "Transaccess S.A.",
+ "0007b3": "Cisco Systems, Inc",
+ "0007b4": "Cisco Systems, Inc",
+ "0007b5": "Any One Wireless Ltd.",
+ "0007b6": "Telecom Technology Ltd.",
+ "0007b7": "Samurai Ind. Prods Eletronicos Ltda",
+ "0007b8": "Corvalent Corporation",
+ "0007b9": "Ginganet Corporation",
+ "0007ba": "UTStarcom Inc",
+ "0007bb": "Candera Inc.",
+ "0007bc": "Identix Inc.",
+ "0007bd": "Radionet Ltd.",
+ "0007be": "DataLogic SpA",
+ "0007bf": "Armillaire Technologies, Inc.",
+ "0007c0": "NetZerver Inc.",
+ "0007c1": "Overture Networks, Inc.",
+ "0007c2": "Netsys Telecom",
+ "0007c3": "Thomson",
+ "0007c4": "JEAN Co. Ltd.",
+ "0007c5": "Gcom, Inc.",
+ "0007c6": "VDS Vosskuhler GmbH",
+ "0007c7": "Synectics Systems Limited",
+ "0007c8": "Brain21, Inc.",
+ "0007c9": "Technol Seven Co., Ltd.",
+ "0007ca": "Creatix Polymedia Ges Fur Kommunikaitonssysteme",
+ "0007cb": "FREEBOX SAS",
+ "0007cc": "Kaba Benzing GmbH",
+ "0007cd": "Kumoh Electronic Co, Ltd",
+ "0007ce": "Cabletime Limited",
+ "0007cf": "Anoto AB",
+ "0007d0": "Automat Engenharia de Automação Ltda.",
+ "0007d1": "Spectrum Signal Processing Inc.",
+ "0007d2": "Logopak Systeme GmbH & Co. KG",
+ "0007d3": "SPGPrints B.V.",
+ "0007d4": "Zhejiang Yutong Network Communication Co Ltd.",
+ "0007d5": "3e Technologies Int;., Inc.",
+ "0007d6": "Commil Ltd.",
+ "0007d7": "Caporis Networks AG",
+ "0007d8": "Hitron Technologies. Inc",
+ "0007d9": "Splicecom",
+ "0007da": "Neuro Telecom Co., Ltd.",
+ "0007db": "Kirana Networks, Inc.",
+ "0007dc": "Atek Co, Ltd.",
+ "0007dd": "Cradle Technologies",
+ "0007de": "eCopilt AB",
+ "0007df": "Vbrick Systems Inc.",
+ "0007e0": "Palm Inc.",
+ "0007e1": "WIS Communications Co. Ltd.",
+ "0007e2": "Bitworks, Inc.",
+ "0007e3": "Navcom Technology, Inc.",
+ "0007e4": "SoftRadio Co., Ltd.",
+ "0007e5": "Coup Corporation",
+ "0007e6": "edgeflow Canada Inc.",
+ "0007e7": "FreeWave Technologies",
+ "0007e8": "EdgeWave",
+ "0007e9": "Intel Corporation",
+ "0007ea": "Massana, Inc.",
+ "0007eb": "Cisco Systems, Inc",
+ "0007ec": "Cisco Systems, Inc",
+ "0007ed": "Altera Corporation",
+ "0007ee": "telco Informationssysteme GmbH",
+ "0007ef": "Lockheed Martin Tactical Systems",
+ "0007f0": "LogiSync LLC",
+ "0007f1": "TeraBurst Networks Inc.",
+ "0007f2": "IOA Corporation",
+ "0007f3": "Thinkengine Networks",
+ "0007f4": "Eletex Co., Ltd.",
+ "0007f5": "Bridgeco Co AG",
+ "0007f6": "Qqest Software Systems",
+ "0007f7": "Galtronics",
+ "0007f8": "ITDevices, Inc.",
+ "0007f9": "Sensaphone",
+ "0007fa": "ITT Co., Ltd.",
+ "0007fb": "Giga Stream UMTS Technologies GmbH",
+ "0007fc": "Adept Systems Inc.",
+ "0007fd": "LANergy Ltd.",
+ "0007fe": "Rigaku Corporation",
+ "0007ff": "Gluon Networks",
+ "000800": "MULTITECH SYSTEMS, INC.",
+ "000801": "HighSpeed Surfing Inc.",
+ "000802": "Hewlett Packard",
+ "000803": "Cos Tron",
+ "000804": "ICA Inc.",
+ "000805": "Techno-Holon Corporation",
+ "000806": "Raonet Systems, Inc.",
+ "000807": "Access Devices Limited",
+ "000808": "PPT Vision, Inc.",
+ "000809": "Systemonic AG",
+ "00080a": "Espera-Werke GmbH",
+ "00080b": "Birka BPA Informationssystem AB",
+ "00080c": "VDA Group S.p.a.",
+ "00080d": "Toshiba",
+ "00080e": "Commscope",
+ "00080f": "Proximion Fiber Optics AB",
+ "000810": "Key Technology, Inc.",
+ "000811": "VOIX Corporation",
+ "000812": "GM-2 Corporation",
+ "000813": "Diskbank, Inc.",
+ "000814": "TIL Technologies",
+ "000815": "CATS Co., Ltd.",
+ "000816": "Bluelon ApS",
+ "000817": "EmergeCore Networks LLC",
+ "000818": "Pixelworks, Inc.",
+ "000819": "Banksys",
+ "00081a": "Ltd.",
+ "00081b": "Windigo Systems",
+ "00081c": "pos.com",
+ "00081d": "Ipsil, Incorporated",
+ "00081e": "Repeatit AB",
+ "00081f": "Pou Yuen Tech Corp. Ltd.",
+ "000820": "Cisco Systems, Inc",
+ "000821": "Cisco Systems, Inc",
+ "000822": "InPro Comm",
+ "000823": "Texa Corp.",
+ "000824": "Nuance Document Imaging",
+ "000825": "Acme Packet",
+ "000826": "Colorado Med Tech",
+ "000827": "ADB Broadband Italia",
+ "000828": "Koei Engineering Ltd.",
+ "000829": "TOKYO ELECTRON DEVICE NAGASAKI LIMITED",
+ "00082a": "Powerwallz Network Security",
+ "00082b": "Wooksung Electronics, Inc.",
+ "00082c": "Homag AG",
+ "00082d": "Indus Teqsite Private Limited",
+ "00082e": "Multitone Electronics PLC",
+ "00082f": "Cisco Systems, Inc",
+ "000830": "Cisco Systems, Inc",
+ "000831": "Cisco Systems, Inc",
+ "000832": "Cisco Systems, Inc",
+ "00084e": "DivergeNet, Inc.",
+ "00084f": "Qualstar Corporation",
+ "000850": "Arizona Instrument Corp.",
+ "000851": "Canadian Bank Note Company, Ltd.",
+ "000852": "Davolink Co. Inc.",
+ "000853": "Schleicher GmbH & Co. Relaiswerke KG",
+ "000854": "Netronix, Inc.",
+ "000855": "NASA-Goddard Space Flight Center",
+ "000856": "Gamatronic Electronic Industries Ltd.",
+ "000857": "Polaris Networks, Inc.",
+ "000858": "Novatechnology Inc.",
+ "000859": "ShenZhen Unitone Electronics Co., Ltd.",
+ "00085a": "IntiGate Inc.",
+ "00085b": "Hanbit Electronics Co., Ltd.",
+ "00085c": "Shanghai Dare Technologies Co. Ltd.",
+ "00085d": "Mitel Corporation",
+ "00085e": "PCO AG",
+ "00085f": "Picanol N.V.",
+ "000860": "LodgeNet Entertainment Corp.",
+ "000861": "SoftEnergy Co., Ltd.",
+ "000862": "NEC Eluminant Technologies, Inc.",
+ "000863": "Entrisphere Inc.",
+ "000864": "Fasy S.p.A.",
+ "000865": "JASCOM CO., LTD",
+ "000866": "DSX Access Systems, Inc.",
+ "000867": "Uptime Devices",
+ "000868": "PurOptix",
+ "000869": "Command-e Technology Co.,Ltd.",
+ "00086a": "Securiton Gmbh",
+ "00086b": "MIPSYS",
+ "00086c": "Plasmon LMS",
+ "00086d": "Missouri FreeNet",
+ "00086e": "Hyglo AB",
+ "00086f": "Resources Computer Network Ltd.",
+ "000870": "Rasvia Systems, Inc.",
+ "000871": "NORTHDATA Co., Ltd.",
+ "000872": "Sorenson Communications",
+ "000873": "DapTechnology B.V.",
+ "000874": "Dell Inc.",
+ "000875": "Acorp Electronics Corp.",
+ "000876": "SDSystem",
+ "000877": "Liebert-Hiross Spa",
+ "000878": "Benchmark Storage Innovations",
+ "000879": "CEM Corporation",
+ "00087a": "Wipotec GmbH",
+ "00087b": "RTX Telecom A/S",
+ "00087c": "Cisco Systems, Inc",
+ "00087d": "Cisco Systems, Inc",
+ "00087e": "Bon Electro-Telecom Inc.",
+ "00087f": "SPAUN electronic GmbH & Co. KG",
+ "000880": "BroadTel Canada Communications inc.",
+ "000881": "DIGITAL HANDS CO.,LTD.",
+ "000882": "SIGMA CORPORATION",
+ "000883": "Hewlett Packard",
+ "000884": "Index Braille AB",
+ "000885": "EMS Dr. Thomas Wünsche",
+ "000886": "Hansung Teliann, Inc.",
+ "000887": "Maschinenfabrik Reinhausen GmbH",
+ "000888": "OULLIM Information Technology Inc,.",
+ "000889": "Dish Technologies Corp",
+ "00088a": "Minds@Work",
+ "00088b": "Tropic Networks Inc.",
+ "00088c": "Quanta Network Systems Inc.",
+ "00088d": "Sigma-Links Inc.",
+ "00088e": "Nihon Computer Co., Ltd.",
+ "00088f": "ADVANCED DIGITAL TECHNOLOGY",
+ "000890": "AVILINKS SA",
+ "000891": "Lyan Inc.",
+ "000892": "EM Solutions",
+ "000893": "LE INFORMATION COMMUNICATION INC.",
+ "000894": "InnoVISION Multimedia Ltd.",
+ "000895": "DIRC Technologie GmbH & Co.KG",
+ "000896": "Printronix, Inc.",
+ "000897": "Quake Technologies",
+ "000898": "Gigabit Optics Corporation",
+ "000899": "Netbind, Inc.",
+ "00089a": "Alcatel Microelectronics",
+ "00089b": "ICP Electronics Inc.",
+ "00089c": "Elecs Industry Co., Ltd.",
+ "00089d": "UHD-Elektronik",
+ "00089e": "Beijing Enter-Net co.LTD",
+ "00089f": "EFM Networks",
+ "0008a0": "Stotz Feinmesstechnik GmbH",
+ "0008a1": "CNet Technology Inc.",
+ "0008a2": "ADI Engineering, Inc.",
+ "0008a3": "Cisco Systems, Inc",
+ "0008a4": "Cisco Systems, Inc",
+ "0008a5": "Peninsula Systems Inc.",
+ "0008a6": "Multiware & Image Co., Ltd.",
+ "0008a7": "iLogic Inc.",
+ "0008a8": "Systec Co., Ltd.",
+ "0008a9": "SangSang Technology, Inc.",
+ "0008aa": "KARAM",
+ "0008ab": "EnerLinx.com, Inc.",
+ "0008ac": "BST GmbH",
+ "0008ad": "Toyo-Linx Co., Ltd.",
+ "0008ae": "PacketFront Network Products AB",
+ "0008af": "Novatec Corporation",
+ "0008b0": "HUBER+SUHNER BKtel GmbH",
+ "0008b1": "ProQuent Systems",
+ "0008b2": "SHENZHEN COMPASS TECHNOLOGY DEVELOPMENT CO.,LTD",
+ "0008b3": "Fastwel",
+ "0008b4": "SYSPOL",
+ "0008b5": "TAI GUEN ENTERPRISE CO., LTD",
+ "0008b6": "RouteFree, Inc.",
+ "0008b7": "HIT Incorporated",
+ "0008b8": "E.F. Johnson",
+ "0008b9": "Kaon Group Co., Ltd.",
+ "0008ba": "Erskine Systems Ltd",
+ "0008bb": "NetExcell",
+ "0008bc": "Ilevo AB",
+ "0008bd": "TEPG-US",
+ "0008be": "XENPAK MSA Group",
+ "0008bf": "Aptus Elektronik AB",
+ "0008c0": "ASA SYSTEMS",
+ "0008c1": "Avistar Communications Corporation",
+ "0008c2": "Cisco Systems, Inc",
+ "0008c3": "Contex A/S",
+ "0008c4": "Hikari Co.,Ltd.",
+ "0008c5": "Liontech Co., Ltd.",
+ "0008c6": "Philips Consumer Communications",
+ "0008c7": "Hewlett Packard",
+ "0008c8": "Soneticom, Inc.",
+ "0008c9": "TechniSat Digital GmbH Daun",
+ "0008ca": "TwinHan Technology Co.,Ltd",
+ "0008cb": "Zeta Broadband Inc.",
+ "0008cc": "Remotec, Inc.",
+ "0008cd": "With-Net Inc",
+ "0008ce": "IPMobileNet Inc.",
+ "0008cf": "Nippon Koei Power Systems Co., Ltd.",
+ "0008d0": "Musashi Engineering Co., LTD.",
+ "0008d1": "KAREL INC.",
+ "0008d2": "ZOOM Networks Inc.",
+ "0008d3": "Hercules Technologies S.A.S.",
+ "0008d4": "IneoQuest Technologies, Inc",
+ "0008d5": "Vanguard Networks Solutions, LLC",
+ "0008d6": "HASSNET Inc.",
+ "0008d7": "HOW CORPORATION",
+ "0008d8": "Dowkey Microwave",
+ "0008d9": "Mitadenshi Co.,LTD",
+ "0008da": "SofaWare Technologies Ltd.",
+ "0008db": "Corrigent Systems",
+ "0008dc": "Wiznet",
+ "0008dd": "Telena Communications, Inc.",
+ "0008de": "3UP Systems",
+ "0008df": "Alistel Inc.",
+ "0008e0": "ATO Technology Ltd.",
+ "0008e1": "Barix AG",
+ "0008e2": "Cisco Systems, Inc",
+ "0008e3": "Cisco Systems, Inc",
+ "0008e4": "Envenergy Inc",
+ "0008e5": "IDK Corporation",
+ "0008e6": "Littlefeet",
+ "0008e7": "SHI ControlSystems,Ltd.",
+ "0008e8": "Excel Master Ltd.",
+ "0008e9": "NextGig",
+ "0008ea": "Motion Control Engineering, Inc",
+ "0008eb": "ROMWin Co.,Ltd.",
+ "0008ec": "Optical Zonu Corporation",
+ "0008ed": "ST&T Instrument Corp.",
+ "0008ee": "Logic Product Development",
+ "0008ef": "DIBAL,S.A.",
+ "0008f0": "Next Generation Systems, Inc.",
+ "0008f1": "Voltaire",
+ "0008f2": "C&S Technology",
+ "0008f3": "WANY",
+ "0008f4": "Bluetake Technology Co., Ltd.",
+ "0008f5": "YESTECHNOLOGY Co.,Ltd.",
+ "0008f6": "Sumitomo Electric Industries, Ltd",
+ "0008f7": "Hitachi Ltd, Semiconductor & Integrated Circuits Gr",
+ "0008f8": "UTC CCS",
+ "0008f9": "Artesyn Embedded Technologies",
+ "0008fa": "KEB Automation KG",
+ "0008fb": "SonoSite, Inc.",
+ "0008fc": "Gigaphoton Inc.",
+ "0008fd": "BlueKorea Co., Ltd.",
+ "0008fe": "UNIK C&C Co.,Ltd.",
+ "0008ff": "Trilogy Communications Ltd",
+ "000900": "TMT",
+ "000901": "Shenzhen Shixuntong Information & Technoligy Co",
+ "000902": "Redline Communications Inc.",
+ "000903": "Panasas, Inc",
+ "000904": "MONDIAL electronic",
+ "000905": "iTEC Technologies Ltd.",
+ "000906": "Esteem Networks",
+ "000907": "Chrysalis Development",
+ "000908": "VTech Technology Corp.",
+ "000909": "Telenor Connect A/S",
+ "00090a": "SnedFar Technology Co., Ltd.",
+ "00090b": "MTL Instruments PLC",
+ "00090c": "Mayekawa Mfg. Co. Ltd.",
+ "00090d": "LEADER ELECTRONICS CORP.",
+ "00090e": "Helix Technology Inc.",
+ "00090f": "Fortinet, Inc.",
+ "000910": "Simple Access Inc.",
+ "000911": "Cisco Systems, Inc",
+ "000912": "Cisco Systems, Inc",
+ "000913": "SystemK Corporation",
+ "000914": "COMPUTROLS INC.",
+ "000915": "CAS Corp.",
+ "000916": "Listman Home Technologies, Inc.",
+ "000917": "WEM Technology Inc",
+ "000918": "SAMSUNG TECHWIN CO.,LTD",
+ "000919": "MDS Gateways",
+ "00091a": "Macat Optics & Electronics Co., Ltd.",
+ "00091b": "Digital Generation Inc.",
+ "00091c": "CacheVision, Inc",
+ "00091d": "Proteam Computer Corporation",
+ "00091e": "Firstech Technology Corp.",
+ "00091f": "A&D Co., Ltd.",
+ "000920": "EpoX COMPUTER CO.,LTD.",
+ "000921": "Planmeca Oy",
+ "000922": "TST Biometrics GmbH",
+ "000923": "Heaman System Co., Ltd",
+ "000924": "Telebau GmbH",
+ "000925": "VSN Systemen BV",
+ "000926": "YODA COMMUNICATIONS, INC.",
+ "000927": "TOYOKEIKI CO.,LTD.",
+ "000928": "Telecore",
+ "000929": "Limited",
+ "00092a": "MYTECS Co.,Ltd.",
+ "00092b": "iQstor Networks, Inc.",
+ "00092c": "Hitpoint Inc.",
+ "00092d": "HTC Corporation",
+ "00092e": "B&Tech System Inc.",
+ "00092f": "Akom Technology Corporation",
+ "000930": "AeroConcierge Inc.",
+ "000931": "Future Internet, Inc.",
+ "000932": "Omnilux",
+ "000933": "Ophit Co.Ltd.",
+ "000934": "Dream-Multimedia-Tv GmbH",
+ "000935": "Sandvine Incorporated",
+ "000936": "Ipetronik GmbH & Co. KG",
+ "000937": "Inventec Appliance Corp",
+ "000938": "Allot Communications",
+ "000939": "ShibaSoku Co.,Ltd.",
+ "00093a": "Molex CMS",
+ "00093b": "HYUNDAI NETWORKS INC.",
+ "00093c": "Jacques Technologies P/L",
+ "00093d": "Newisys,Inc.",
+ "00093e": "C&I Technologies",
+ "00093f": "Double-Win Enterpirse CO., LTD",
+ "000940": "AGFEO GmbH & Co. KG",
+ "000941": "Allied Telesis K.K.",
+ "000942": "Wireless Technologies, Inc",
+ "000943": "Cisco Systems, Inc",
+ "000944": "Cisco Systems, Inc",
+ "000945": "Palmmicro Communications Inc",
+ "000946": "Cluster Labs GmbH",
+ "000947": "Aztek, Inc.",
+ "000948": "Vista Control Systems, Corp.",
+ "000949": "Glyph Technologies Inc.",
+ "00094a": "Homenet Communications",
+ "00094b": "FillFactory NV",
+ "00094c": "Communication Weaver Co.,Ltd.",
+ "00094d": "Braintree Communications Pty Ltd",
+ "00094e": "BARTECH SYSTEMS INTERNATIONAL, INC",
+ "00094f": "elmegt GmbH & Co. KG",
+ "000950": "Independent Storage Corporation",
+ "000951": "Apogee Imaging Systems",
+ "000952": "Auerswald GmbH & Co. KG",
+ "000953": "Linkage System Integration Co.Ltd.",
+ "000954": "AMiT spol. s. r. o.",
+ "000955": "Young Generation International Corp.",
+ "000957": "Supercaller, Inc.",
+ "000958": "INTELNET S.A.",
+ "000959": "Sitecsoft",
+ "00095a": "RACEWOOD TECHNOLOGY",
+ "00095b": "NETGEAR",
+ "00095c": "Philips Medical Systems - Cardiac and Monitoring Systems (CM",
+ "00095d": "Dialogue Technology Corp.",
+ "00095e": "Masstech Group Inc.",
+ "00095f": "Telebyte, Inc.",
+ "000960": "YOZAN Inc.",
+ "000961": "Switchgear and Instrumentation Ltd",
+ "000962": "Sonitor Technologies AS",
+ "000963": "Dominion Lasercom Inc.",
+ "000964": "Hi-Techniques, Inc.",
+ "000965": "HyunJu Computer Co., Ltd.",
+ "000966": "TRIMBLE EUROPE BV",
+ "000967": "Tachyon, Inc",
+ "000968": "TECHNOVENTURE, INC.",
+ "000969": "Meret Optical Communications",
+ "00096a": "Cloverleaf Communications Inc.",
+ "00096b": "IBM Corp",
+ "00096c": "Imedia Semiconductor Corp.",
+ "00096d": "Powernet Technologies Corp.",
+ "00096e": "GIANT ELECTRONICS LTD.",
+ "00096f": "Beijing Zhongqing Elegant Tech. Corp.,Limited",
+ "000970": "Vibration Research Corporation",
+ "000971": "Time Management, Inc.",
+ "000972": "Securebase,Inc",
+ "000973": "Lenten Technology Co., Ltd.",
+ "000974": "Innopia Technologies, Inc.",
+ "000975": "fSONA Communications Corporation",
+ "000976": "Datasoft ISDN Systems GmbH",
+ "000977": "Brunner Elektronik AG",
+ "000978": "AIJI System Co., Ltd.",
+ "000979": "Advanced Television Systems Committee, Inc.",
+ "00097a": "Louis Design Labs.",
+ "00097b": "Cisco Systems, Inc",
+ "00097c": "Cisco Systems, Inc",
+ "00097d": "SecWell Networks Oy",
+ "00097e": "IMI TECHNOLOGY CO., LTD",
+ "00097f": "Vsecure 2000 LTD.",
+ "000980": "Power Zenith Inc.",
+ "000981": "Newport Networks",
+ "000982": "Loewe Opta GmbH",
+ "000983": "GlobalTop Technology, Inc.",
+ "000984": "MyCasa Network Inc.",
+ "000985": "Auto Telecom Company",
+ "000986": "Metalink LTD.",
+ "000987": "NISHI NIPPON ELECTRIC WIRE & CABLE CO.,LTD.",
+ "000988": "Nudian Electron Co., Ltd.",
+ "000989": "VividLogic Inc.",
+ "00098a": "EqualLogic Inc",
+ "00098b": "Entropic Communications, Inc.",
+ "00098c": "Option Wireless Sweden",
+ "00098d": "Velocity Semiconductor",
+ "00098e": "ipcas GmbH",
+ "00098f": "Cetacean Networks",
+ "000990": "ACKSYS Communications & systems",
+ "000991": "Intelligent Platforms, LLC.",
+ "000992": "InterEpoch Technology,INC.",
+ "000993": "Visteon Corporation",
+ "000994": "Cronyx Engineering",
+ "000995": "Castle Technology Ltd",
+ "000996": "RDI",
+ "000997": "Nortel Networks",
+ "000998": "Capinfo Company Limited",
+ "000999": "CP GEORGES RENAULT",
+ "00099a": "ELMO COMPANY, LIMITED",
+ "00099b": "Western Telematic Inc.",
+ "00099c": "Naval Research Laboratory",
+ "00099d": "Haliplex Communications",
+ "00099e": "Testech, Inc.",
+ "00099f": "VIDEX INC.",
+ "0009a0": "Microtechno Corporation",
+ "0009a1": "Telewise Communications, Inc.",
+ "0009a2": "Interface Co., Ltd.",
+ "0009a3": "Leadfly Techologies Corp. Ltd.",
+ "0009a4": "HARTEC Corporation",
+ "0009a5": "HANSUNG ELETRONIC INDUSTRIES DEVELOPMENT CO., LTD",
+ "0009a6": "Ignis Optics, Inc.",
+ "0009a7": "Bang & Olufsen A/S",
+ "0009a8": "Eastmode Pte Ltd",
+ "0009a9": "Ikanos Communications",
+ "0009aa": "Data Comm for Business, Inc.",
+ "0009ab": "Netcontrol Oy",
+ "0009ac": "LANVOICE",
+ "0009ad": "HYUNDAI SYSCOMM, INC.",
+ "0009ae": "OKANO ELECTRIC CO.,LTD",
+ "0009af": "e-generis",
+ "0009b0": "Onkyo Technology K.K.",
+ "0009b1": "Kanematsu Electronics, Ltd.",
+ "0009b2": "L&F Inc.",
+ "0009b3": "MCM Systems Ltd",
+ "0009b4": "KISAN TELECOM CO., LTD.",
+ "0009b5": "3J Tech. Co., Ltd.",
+ "0009b6": "Cisco Systems, Inc",
+ "0009b7": "Cisco Systems, Inc",
+ "0009b8": "Entise Systems",
+ "0009b9": "Action Imaging Solutions",
+ "0009ba": "MAKU Informationstechik GmbH",
+ "0009bb": "MathStar, Inc.",
+ "0009bc": "Utility, Inc",
+ "0009bd": "Epygi Technologies, Ltd.",
+ "0009be": "Mamiya-OP Co.,Ltd.",
+ "0009bf": "Nintendo Co., Ltd.",
+ "0009c0": "6WIND",
+ "0009c1": "PROCES-DATA A/S",
+ "0009c2": "Onity, Inc.",
+ "0009c3": "NETAS",
+ "0009c4": "Medicore Co., Ltd",
+ "0009c5": "KINGENE Technology Corporation",
+ "0009c6": "Visionics Corporation",
+ "0009c7": "Movistec",
+ "0009c8": "SINAGAWA TSUSHIN KEISOU SERVICE",
+ "0009c9": "BlueWINC Co., Ltd.",
+ "0009ca": "iMaxNetworks(Shenzhen)Limited.",
+ "0009cb": "HBrain",
+ "0009cc": "Moog GmbH",
+ "0009cd": "HUDSON SOFT CO.,LTD.",
+ "0009ce": "SpaceBridge Semiconductor Corp.",
+ "0009cf": "iAd GmbH",
+ "0009d0": "Solacom Technologies Inc.",
+ "0009d1": "SERANOA NETWORKS INC",
+ "0009d2": "Mai Logic Inc.",
+ "0009d3": "Western DataCom Co., Inc.",
+ "0009d4": "Transtech Networks",
+ "0009d5": "Signal Communication, Inc.",
+ "0009d6": "KNC One GmbH",
+ "0009d7": "DC Security Products",
+ "0009d8": "Fält Communications AB",
+ "0009d9": "Neoscale Systems, Inc",
+ "0009da": "Control Module Inc.",
+ "0009db": "eSpace",
+ "0009dc": "Galaxis Technology AG",
+ "0009dd": "Mavin Technology Inc.",
+ "0009de": "Samjin Information & Communications Co., Ltd.",
+ "0009df": "Vestel Elektronik San ve Tic. A.S.",
+ "0009e0": "XEMICS S.A.",
+ "0009e1": "Gemtek Technology Co., Ltd.",
+ "0009e2": "Sinbon Electronics Co., Ltd.",
+ "0009e3": "Angel Iglesias S.A.",
+ "0009e4": "K Tech Infosystem Inc.",
+ "0009e5": "Hottinger Brüel & Kjaer GmbH",
+ "0009e6": "Cyber Switching Inc.",
+ "0009e7": "ADC Techonology",
+ "0009e8": "Cisco Systems, Inc",
+ "0009e9": "Cisco Systems, Inc",
+ "0009ea": "YEM Inc.",
+ "0009eb": "HuMANDATA LTD.",
+ "0009ec": "Daktronics, Inc.",
+ "0009ed": "CipherOptics",
+ "0009ee": "MEIKYO ELECTRIC CO.,LTD",
+ "0009ef": "Vocera Communications",
+ "0009f0": "Shimizu Technology Inc.",
+ "0009f1": "Yamaki Electric Corporation",
+ "0009f2": "Cohu, Inc., Electronics Division",
+ "0009f3": "WELL Communication Corp.",
+ "0009f4": "Alcon Laboratories, Inc.",
+ "0009f5": "Emerson Network Power Co.,Ltd",
+ "0009f6": "Shenzhen Eastern Digital Tech Ltd.",
+ "0009f7": "Calian Advanced Technologies",
+ "0009f8": "UNIMO TECHNOLOGY CO., LTD.",
+ "0009f9": "ART JAPAN CO., LTD.",
+ "0009fb": "Philips Patient Monitoring",
+ "0009fc": "IPFLEX Inc.",
+ "0009fd": "Ubinetics Limited",
+ "0009fe": "Daisy Technologies, Inc.",
+ "0009ff": "X.net 2000 GmbH",
+ "000a00": "MediaTek Inc",
+ "000a01": "SOHOware, Inc.",
+ "000a02": "ANNSO CO., LTD.",
+ "000a03": "ENDESA SERVICIOS, S.L.",
+ "000a04": "3Com Ltd",
+ "000a05": "Widax Corp.",
+ "000a06": "Teledex LLC",
+ "000a07": "WebWayOne Ltd",
+ "000a08": "Alps Alpine",
+ "000a09": "TaraCom Integrated Products, Inc.",
+ "000a0a": "SUNIX Co., Ltd.",
+ "000a0b": "Sealevel Systems, Inc.",
+ "000a0c": "Scientific Research Corporation",
+ "000a0d": "Amphenol",
+ "000a0e": "Invivo Research Inc.",
+ "000a0f": "Ilryung Telesys, Inc",
+ "000a10": "FAST media integrations AG",
+ "000a11": "ExPet Technologies, Inc",
+ "000a12": "Azylex Technology, Inc",
+ "000a13": "Honeywell Video Systems",
+ "000a14": "TECO a.s.",
+ "000a15": "Silicon Data, Inc",
+ "000a16": "Lassen Research",
+ "000a17": "NESTAR COMMUNICATIONS, INC",
+ "000a18": "Vichel Inc.",
+ "000a19": "Valere Power, Inc.",
+ "000a1a": "Imerge Ltd",
+ "000a1b": "Stream Labs",
+ "000a1c": "Bridge Information Co., Ltd.",
+ "000a1d": "Optical Communications Products Inc.",
+ "000a1e": "Red-M Products Limited",
+ "000a1f": "ART WARE Telecommunication Co., Ltd.",
+ "000a20": "SVA Networks, Inc.",
+ "000a21": "Integra Telecom Co. Ltd",
+ "000a22": "Amperion Inc",
+ "000a23": "Parama Networks Inc",
+ "000a24": "Octave Communications",
+ "000a25": "CERAGON NETWORKS",
+ "000a26": "CEIA S.p.A.",
+ "000a27": "Apple, Inc.",
+ "000a28": "Motorola",
+ "000a29": "Pan Dacom Networking AG",
+ "000a2a": "QSI Systems Inc.",
+ "000a2b": "Etherstuff",
+ "000a2c": "Active Tchnology Corporation",
+ "000a2d": "Cabot Communications Limited",
+ "000a2e": "MAPLE NETWORKS CO., LTD",
+ "000a2f": "Artnix Inc.",
+ "000a30": "Visteon Corporation",
+ "000a31": "HCV Consulting",
+ "000a32": "Xsido Corporation",
+ "000a33": "Emulex Corporation",
+ "000a34": "Identicard Systems Incorporated",
+ "000a35": "Xilinx",
+ "000a36": "Synelec Telecom Multimedia",
+ "000a37": "Procera Networks, Inc.",
+ "000a38": "Apani Networks",
+ "000a39": "LoPA Information Technology",
+ "000a3a": "J-THREE INTERNATIONAL Holding Co., Ltd.",
+ "000a3b": "GCT Semiconductor, Inc",
+ "000a3c": "Enerpoint Ltd.",
+ "000a3d": "Elo Sistemas Eletronicos S.A.",
+ "000a3e": "EADS Telecom",
+ "000a3f": "Data East Corporation",
+ "000a40": "Crown Audio -- Harmanm International",
+ "000a41": "Cisco Systems, Inc",
+ "000a42": "Cisco Systems, Inc",
+ "000a43": "Chunghwa Telecom Co., Ltd.",
+ "000a44": "Avery Dennison Deutschland GmbH",
+ "000a45": "Audio-Technica Corp.",
+ "000a46": "ARO WELDING TECHNOLOGIES SAS",
+ "000a47": "Allied Vision Technologies",
+ "000a48": "Albatron Technology",
+ "000a49": "F5 Inc.",
+ "000a4a": "Targa Systems Ltd.",
+ "000a4b": "DataPower Technology, Inc.",
+ "000a4c": "Molecular Devices Corporation",
+ "000a4d": "Noritz Corporation",
+ "000a4e": "UNITEK Electronics INC.",
+ "000a4f": "Brain Boxes Limited",
+ "000a50": "REMOTEK CORPORATION",
+ "000a51": "GyroSignal Technology Co., Ltd.",
+ "000a52": "AsiaRF Ltd.",
+ "000a53": "Intronics, Incorporated",
+ "000a54": "Laguna Hills, Inc.",
+ "000a55": "MARKEM Corporation",
+ "000a56": "HITACHI Maxell Ltd.",
+ "000a57": "Hewlett Packard",
+ "000a58": "Freyer & Siegel Elektronik GmbH & Co. KG",
+ "000a59": "HW server",
+ "000a5a": "GreenNET Technologies Co.,Ltd.",
+ "000a5b": "Power-One as",
+ "000a5c": "Carel s.p.a.",
+ "000a5d": "FingerTec Worldwide Sdn Bhd",
+ "000a5e": "3COM",
+ "000a5f": "almedio inc.",
+ "000a60": "Autostar Technology Pte Ltd",
+ "000a61": "Cellinx Systems Inc.",
+ "000a62": "Crinis Networks, Inc.",
+ "000a63": "DHD GmbH",
+ "000a64": "Eracom Technologies",
+ "000a65": "GentechMedia.co.,ltd.",
+ "000a66": "MITSUBISHI ELECTRIC SYSTEM & SERVICE CO.,LTD.",
+ "000a67": "OngCorp",
+ "000a68": "Solarflare Communications Inc.",
+ "000a69": "SUNNY bell Technology Co., Ltd.",
+ "000a6a": "SVM Microwaves s.r.o.",
+ "000a6b": "Tadiran Telecom Business Systems LTD",
+ "000a6c": "Walchem Corporation",
+ "000a6d": "EKS Elektronikservice GmbH",
+ "000a6e": "Harmonic, Inc",
+ "000a6f": "ZyFLEX Technologies Inc",
+ "000a70": "MPLS Forum",
+ "000a71": "Avrio Technologies, Inc",
+ "000a72": "STEC, INC.",
+ "000a73": "Scientific Atlanta",
+ "000a74": "Manticom Networks Inc.",
+ "000a75": "Caterpillar, Inc",
+ "000a76": "Beida Jade Bird Huaguang Technology Co.,Ltd",
+ "000a77": "Bluewire Technologies LLC",
+ "000a78": "OLITEC",
+ "000a79": "corega K.K",
+ "000a7a": "Kyoritsu Electric Co., Ltd.",
+ "000a7b": "Cornelius Consult",
+ "000a7c": "Tecton Ltd",
+ "000a7d": "Valo, Inc.",
+ "000a7e": "The Advantage Group",
+ "000a7f": "Teradon Industries, Inc",
+ "000a80": "Telkonet Inc.",
+ "000a81": "TEIMA Audiotex S.L.",
+ "000a82": "TATSUTA SYSTEM ELECTRONICS CO.,LTD.",
+ "000a83": "SALTO SYSTEMS S.L.",
+ "000a84": "Rainsun Enterprise Co., Ltd.",
+ "000a85": "PLAT'C2,Inc",
+ "000a86": "Lenze",
+ "000a87": "Integrated Micromachines Inc.",
+ "000a88": "InCypher S.A.",
+ "000a89": "Creval Systems, Inc.",
+ "000a8a": "Cisco Systems, Inc",
+ "000a8b": "Cisco Systems, Inc",
+ "000a8c": "Guardware Systems Ltd.",
+ "000a8d": "EUROTHERM LIMITED",
+ "000a8e": "Invacom Ltd",
+ "000a8f": "Aska International Inc.",
+ "000a90": "Bayside Interactive, Inc.",
+ "000a91": "HemoCue AB",
+ "000a92": "Presonus Corporation",
+ "000a93": "W2 Networks, Inc.",
+ "000a94": "ShangHai cellink CO., LTD",
+ "000a95": "Apple, Inc.",
+ "000a96": "MEWTEL TECHNOLOGY INC.",
+ "000a97": "SONICblue, Inc.",
+ "000a98": "M+F Gwinner GmbH & Co",
+ "000a99": "Calamp Wireless Networks Inc",
+ "000a9a": "Aiptek International Inc",
+ "000a9b": "TB Group Inc",
+ "000a9c": "Server Technology, Inc.",
+ "000a9d": "King Young Technology Co. Ltd.",
+ "000a9e": "BroadWeb Corportation",
+ "000a9f": "Pannaway Technologies, Inc.",
+ "000aa0": "Cedar Point Communications",
+ "000aa1": "V V S Limited",
+ "000aa2": "SYSTEK INC.",
+ "000aa3": "SHIMAFUJI ELECTRIC CO.,LTD.",
+ "000aa4": "SHANGHAI SURVEILLANCE TECHNOLOGY CO,LTD",
+ "000aa5": "MAXLINK INDUSTRIES LIMITED",
+ "000aa6": "Hochiki Corporation",
+ "000aa7": "FEI Electron Optics",
+ "000aa8": "ePipe Pty. Ltd.",
+ "000aa9": "Brooks Automation GmbH",
+ "000aaa": "AltiGen Communications Inc.",
+ "000aab": "Toyota Technical Development Corporation",
+ "000aac": "TerraTec Electronic GmbH",
+ "000aad": "Stargames Corporation",
+ "000aae": "Rosemount Process Analytical",
+ "000aaf": "Pipal Systems",
+ "000ab0": "LOYTEC electronics GmbH",
+ "000ab1": "GENETEC Corporation",
+ "000ab2": "Fresnel Wireless Systems",
+ "000ab3": "Fa. GIRA",
+ "000ab4": "ETIC Telecommunications",
+ "000ab5": "Digital Electronic Network",
+ "000ab6": "COMPUNETIX, INC",
+ "000ab7": "Cisco Systems, Inc",
+ "000ab8": "Cisco Systems, Inc",
+ "000ab9": "Astera Technologies Corp.",
+ "000aba": "Arcon Technology Limited",
+ "000abb": "Taiwan Secom Co,. Ltd",
+ "000abc": "Seabridge Ltd.",
+ "000abd": "Rupprecht & Patashnick Co.",
+ "000abe": "OPNET Technologies CO., LTD.",
+ "000abf": "HIROTA SS",
+ "000ac0": "Fuyoh Video Industry CO., LTD.",
+ "000ac1": "Futuretel",
+ "000ac2": "Wuhan FiberHome Digital Technology Co.,Ltd.",
+ "000ac3": "eM Technics Co., Ltd.",
+ "000ac4": "Daewoo Teletech Co., Ltd",
+ "000ac5": "Color Kinetics",
+ "000ac6": "Overture Networks.",
+ "000ac7": "Unication Group",
+ "000ac9": "Zambeel Inc",
+ "000aca": "YOKOYAMA SHOKAI CO.,Ltd.",
+ "000acb": "XPAK MSA Group",
+ "000acc": "Winnow Networks, Inc.",
+ "000acd": "Sunrich Technology Limited",
+ "000ace": "RADIANTECH, INC.",
+ "000acf": "PROVIDEO Multimedia Co. Ltd.",
+ "000ad0": "Niigata Develoment Center, F.I.T. Co., Ltd.",
+ "000ad1": "MWS",
+ "000ad2": "JEPICO Corporation",
+ "000ad3": "INITECH Co., Ltd",
+ "000ad4": "CoreBell Systems Inc.",
+ "000ad5": "Brainchild Electronic Co., Ltd.",
+ "000ad6": "BeamReach Networks",
+ "000ad7": "Origin Co., Ltd.",
+ "000ad8": "IPCserv Technology Corp.",
+ "000ad9": "Sony Corporation",
+ "000ada": "Vindicator Technologies",
+ "000adb": "Trilliant",
+ "000adc": "RuggedCom Inc.",
+ "000add": "Allworx Corp.",
+ "000ade": "Happy Communication Co., Ltd.",
+ "000adf": "Gennum Corporation",
+ "000ae0": "Fujitsu Softek",
+ "000ae1": "EG Technology",
+ "000ae2": "Binatone Electronics International, Ltd",
+ "000ae3": "YANG MEI TECHNOLOGY CO., LTD",
+ "000ae4": "Wistron Corporation",
+ "000ae5": "ScottCare Corporation",
+ "000ae6": "Elitegroup Computer Systems Co.,Ltd.",
+ "000ae7": "ELIOP S.A.",
+ "000ae8": "Cathay Roxus Information Technology Co. LTD",
+ "000ae9": "AirVast Technology Inc.",
+ "000aea": "ADAM ELEKTRONIK LTD. ŞTI",
+ "000aeb": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "000aec": "Koatsu Gas Kogyo Co., Ltd.",
+ "000aed": "HARTING Electronics GmbH",
+ "000aee": "GCD Hard- & Software GmbH",
+ "000aef": "OTRUM ASA",
+ "000af0": "SHIN-OH ELECTRONICS CO., LTD. R&D",
+ "000af1": "Clarity Design, Inc.",
+ "000af2": "NeoAxiom Corp.",
+ "000af3": "Cisco Systems, Inc",
+ "000af4": "Cisco Systems, Inc",
+ "000af5": "Airgo Networks, Inc.",
+ "000af6": "Copeland LP",
+ "000af7": "Broadcom",
+ "000af8": "American Telecare Inc.",
+ "000af9": "HiConnect, Inc.",
+ "000afa": "Traverse Technologies Australia",
+ "000afb": "Ambri Limited",
+ "000afc": "Core Tec Communications, LLC",
+ "000afd": "Kentec Electronics",
+ "000afe": "NovaPal Ltd",
+ "000aff": "Kilchherr Elektronik AG",
+ "000b00": "FUJIAN START COMPUTER EQUIPMENT CO.,LTD",
+ "000b01": "DAIICHI ELECTRONICS CO., LTD.",
+ "000b02": "Dallmeier electronic",
+ "000b03": "Taekwang Industrial Co., Ltd",
+ "000b04": "Volktek Corporation",
+ "000b05": "Pacific Broadband Networks",
+ "000b06": "Commscope",
+ "000b07": "Voxpath Networks",
+ "000b08": "Pillar Data Systems",
+ "000b09": "Ifoundry Systems Singapore",
+ "000b0a": "dBm Optics",
+ "000b0b": "Corrent Corporation",
+ "000b0c": "Agile Systems Inc.",
+ "000b0d": "Air2U, Inc.",
+ "000b0e": "Trapeze Networks",
+ "000b0f": "Bosch Rexroth AG",
+ "000b10": "11wave Technonlogy Co.,Ltd",
+ "000b11": "HIMEJI ABC TRADING CO.,LTD.",
+ "000b12": "NURI Telecom Co., Ltd.",
+ "000b13": "ZETRON INC",
+ "000b14": "ViewSonic Corporation",
+ "000b15": "Platypus Technology",
+ "000b16": "Communication Machinery Corporation",
+ "000b17": "MKS Instruments",
+ "000b18": "Private",
+ "000b19": "Vernier Networks, Inc.",
+ "000b1a": "Industrial Defender, Inc.",
+ "000b1b": "Systronix, Inc.",
+ "000b1c": "SIBCO bv",
+ "000b1d": "LayerZero Power Systems, Inc.",
+ "000b1e": "KAPPA opto-electronics GmbH",
+ "000b1f": "I CON Computer Co.",
+ "000b20": "Hirata corporation",
+ "000b21": "G-Star Communications Inc.",
+ "000b22": "Environmental Systems and Services",
+ "000b23": "Siemens Home & Office Comm. Devices",
+ "000b24": "AirLogic",
+ "000b25": "Aeluros",
+ "000b26": "Wetek Corporation",
+ "000b27": "Scion Corporation",
+ "000b28": "Quatech Inc.",
+ "000b29": "Industrial Systems co.,Ltd",
+ "000b2a": "HOWTEL Co., Ltd.",
+ "000b2b": "HOSTNET CORPORATION",
+ "000b2c": "Eiki Industrial Co. Ltd.",
+ "000b2d": "Danfoss Inc.",
+ "000b2e": "Cal-Comp Electronics & Communications Company Ltd.",
+ "000b2f": "bplan GmbH",
+ "000b30": "Beijing Gongye Science & Technology Co.,Ltd",
+ "000b31": "Yantai ZhiYang Scientific and technology industry CO., LTD",
+ "000b32": "VORMETRIC, INC.",
+ "000b33": "Vivato Technologies",
+ "000b34": "ShangHai Broadband Technologies CO.LTD",
+ "000b35": "Quad Bit System co., Ltd.",
+ "000b36": "Productivity Systems, Inc.",
+ "000b37": "MANUFACTURE DES MONTRES ROLEX SA",
+ "000b38": "Knürr GmbH",
+ "000b39": "Keisoku Giken Co.,Ltd.",
+ "000b3a": "PESA Inc.",
+ "000b3b": "devolo AG",
+ "000b3c": "Cygnal Integrated Products, Inc.",
+ "000b3d": "CONTAL OK Ltd.",
+ "000b3e": "BittWare, Inc",
+ "000b3f": "Anthology Solutions Inc.",
+ "000b41": "Ing. Büro Dr. Beutlhauser",
+ "000b42": "commax Co., Ltd.",
+ "000b43": "Microscan Systems, Inc.",
+ "000b44": "Concord Idea Corp.",
+ "000b45": "Cisco Systems, Inc",
+ "000b46": "Cisco Systems, Inc",
+ "000b47": "Advanced Energy",
+ "000b48": "sofrel",
+ "000b49": "RF-Link System Inc.",
+ "000b4a": "Ltd",
+ "000b4b": "VISIOWAVE SA",
+ "000b4c": "Sdn Bhd",
+ "000b4d": "Emuzed",
+ "000b4e": "Communications & Power Industries",
+ "000b4f": "Verifone, Inc.",
+ "000b50": "Oxygnet",
+ "000b51": "Micetek International Inc.",
+ "000b52": "JOYMAX ELECTRONICS CO. LTD.",
+ "000b53": "INITIUM Co., Ltd.",
+ "000b54": "BiTMICRO Networks, Inc.",
+ "000b55": "ADInstruments",
+ "000b56": "Cybernetics",
+ "000b57": "Silicon Laboratories",
+ "000b58": "Astronautics C.A LTD",
+ "000b59": "ScriptPro, LLC",
+ "000b5a": "HyperEdge",
+ "000b5b": "Rincon Research Corporation",
+ "000b5c": "Newtech Co.,Ltd",
+ "000b5d": "FUJITSU LIMITED",
+ "000b5e": "Audio Engineering Society Inc.",
+ "000b5f": "Cisco Systems, Inc",
+ "000b60": "Cisco Systems, Inc",
+ "000b61": "Friedrich Lütze GmbH & Co. KG",
+ "000b62": "ib-mohnen KG",
+ "000b63": "Kaleidescape",
+ "000b64": "Kieback & Peter GmbH & Co KG",
+ "000b65": "Sy.A.C. srl",
+ "000b66": "Teralink Communications",
+ "000b67": "Topview Technology Corporation",
+ "000b68": "Addvalue Communications Pte Ltd",
+ "000b69": "Franke Finland Oy",
+ "000b6a": "Asiarock Technology Limited",
+ "000b6b": "WNC Corporation",
+ "000b6c": "Sychip Inc.",
+ "000b6d": "SOLECTRON JAPAN NAKANIIDA",
+ "000b6e": "Neff Instrument Corp.",
+ "000b6f": "Media Streaming Networks Inc",
+ "000b70": "Load Technology, Inc.",
+ "000b71": "Litchfield Communications Inc.",
+ "000b72": "Lawo AG",
+ "000b73": "Kodeos Communications",
+ "000b74": "Kingwave Technology Co., Ltd.",
+ "000b75": "Iosoft Ltd.",
+ "000b76": "ET&T Technology Co. Ltd.",
+ "000b77": "Cogent Systems, Inc.",
+ "000b78": "TAIFATECH INC.",
+ "000b79": "X-COM, Inc.",
+ "000b7a": "L-3 Linkabit",
+ "000b7b": "Test-Um Inc.",
+ "000b7c": "Telex Communications",
+ "000b7d": "SOLOMON EXTREME INTERNATIONAL LTD.",
+ "000b7e": "SAGINOMIYA Seisakusho Inc.",
+ "000b7f": "Align Engineering LLC",
+ "000b80": "Lycium Networks",
+ "000b81": "Kaparel Corporation",
+ "000b82": "Grandstream Networks, Inc.",
+ "000b83": "DATAWATT B.V.",
+ "000b84": "BODET",
+ "000b85": "Cisco Systems, Inc",
+ "000b86": "Hewlett Packard Enterprise",
+ "000b87": "American Reliance Inc.",
+ "000b88": "Vidisco ltd.",
+ "000b89": "Top Global Technology, Ltd.",
+ "000b8a": "MITEQ Inc.",
+ "000b8b": "KERAJET, S.A.",
+ "000b8c": "Flextronics",
+ "000b8d": "Avvio Networks",
+ "000b8e": "Ascent Corporation",
+ "000b8f": "AKITA ELECTRONICS SYSTEMS CO.,LTD.",
+ "000b90": "ADVA Optical Networking Ltd.",
+ "000b91": "Xovis Germany GmbH",
+ "000b92": "Ascom Danmark A/S",
+ "000b93": "Ritter Elektronik",
+ "000b94": "Digital Monitoring Products, Inc.",
+ "000b95": "eBet Gaming Systems Pty Ltd",
+ "000b96": "Innotrac Diagnostics Oy",
+ "000b97": "Matsushita Electric Industrial Co.,Ltd.",
+ "000b98": "NiceTechVision",
+ "000b99": "SensAble Technologies, Inc.",
+ "000b9a": "Shanghai Ulink Telecom Equipment Co. Ltd.",
+ "000b9b": "Sirius System Co, Ltd.",
+ "000b9c": "TriBeam Technologies, Inc.",
+ "000b9d": "TwinMOS Technologies Inc.",
+ "000b9e": "Yasing Technology Corp.",
+ "000b9f": "Neue ELSA GmbH",
+ "000ba0": "T&L Information Inc.",
+ "000ba1": "Fujikura Solutions Ltd.",
+ "000ba2": "Sumitomo Electric Industries, Ltd",
+ "000ba3": "Siemens AG",
+ "000ba5": "Quasar Cipta Mandiri, PT",
+ "000ba6": "Miyakawa Electric Works Ltd.",
+ "000ba7": "Maranti Networks",
+ "000ba8": "HANBACK ELECTRONICS CO., LTD.",
+ "000ba9": "CloudShield Technologies, Inc.",
+ "000baa": "Aiphone co.,Ltd",
+ "000bab": "Co., Ltd.",
+ "000bac": "3Com Ltd",
+ "000bad": "PC-PoS Inc.",
+ "000bae": "Vitals System Inc.",
+ "000baf": "WOOJU COMMUNICATIONS Co,.Ltd",
+ "000bb0": "Sysnet Telematica srl",
+ "000bb1": "Super Star Technology Co., Ltd.",
+ "000bb2": "SMALLBIG TECHNOLOGY",
+ "000bb3": "RiT technologies Ltd.",
+ "000bb4": "RDC Semiconductor Inc.,",
+ "000bb5": "nStor Technologies, Inc.",
+ "000bb6": "Metalligence Technology Corp.",
+ "000bb7": "Micro Systems Co.,Ltd.",
+ "000bb8": "Kihoku Electronic Co.",
+ "000bb9": "Imsys AB",
+ "000bba": "Harmonic, Inc",
+ "000bbb": "Etin Systems Co., Ltd",
+ "000bbc": "En Garde Systems, Inc.",
+ "000bbd": "Connexionz Limited",
+ "000bbe": "Cisco Systems, Inc",
+ "000bbf": "Cisco Systems, Inc",
+ "000bc0": "China IWNComm Co., Ltd.",
+ "000bc1": "Bay Microsystems, Inc.",
+ "000bc2": "Corinex Communication Corp.",
+ "000bc3": "Multiplex, Inc.",
+ "000bc4": "BIOTRONIK GmbH & Co",
+ "000bc5": "SMC Networks, Inc.",
+ "000bc6": "ISAC, Inc.",
+ "000bc7": "ICET S.p.A.",
+ "000bc8": "AirFlow Networks",
+ "000bc9": "Electroline Equipment",
+ "000bca": "DATAVAN TC",
+ "000bcb": "Fagor Automation , S. Coop",
+ "000bcc": "JUSAN, S.A.",
+ "000bcd": "Hewlett Packard",
+ "000bce": "Free2move AB",
+ "000bcf": "AGFA NDT INC.",
+ "000bd0": "XiMeta Technology Americas Inc.",
+ "000bd1": "Aeronix, Inc.",
+ "000bd2": "Remopro Technology Inc.",
+ "000bd3": "cd3o",
+ "000bd4": "Beijing Wise Technology & Science Development Co.Ltd",
+ "000bd5": "Nvergence, Inc.",
+ "000bd6": "Paxton Access Ltd",
+ "000bd7": "DORMA Time + Access GmbH",
+ "000bd8": "Industrial Scientific Corp.",
+ "000bd9": "General Hydrogen",
+ "000bda": "EyeCross Co.,Inc.",
+ "000bdb": "Dell Inc.",
+ "000bdc": "AKCP",
+ "000bdd": "TOHOKU RICOH Co., LTD.",
+ "000bde": "TELDIX GmbH",
+ "000bdf": "Shenzhen RouterD Networks Limited",
+ "000be0": "SercoNet Ltd.",
+ "000be1": "Nokia NET Product Operations",
+ "000be2": "Lumenera Corporation",
+ "000be3": "Key Stream Co., Ltd.",
+ "000be4": "Hosiden Corporation",
+ "000be5": "HIMS International Corporation",
+ "000be6": "Datel Electronics",
+ "000be7": "COMFLUX TECHNOLOGY INC.",
+ "000be8": "AOIP",
+ "000be9": "Actel Corporation",
+ "000bea": "Zultys Technologies",
+ "000beb": "Systegra AG",
+ "000bec": "NIPPON ELECTRIC INSTRUMENT, INC.",
+ "000bed": "ELM Inc.",
+ "000bee": "inc.jet, Incorporated",
+ "000bef": "Code Corporation",
+ "000bf0": "MoTEX Products Co., Ltd.",
+ "000bf1": "LAP Laser Applikations",
+ "000bf2": "Chih-Kan Technology Co., Ltd.",
+ "000bf3": "BAE SYSTEMS",
+ "000bf4": "Private",
+ "000bf5": "Shanghai Sibo Telecom Technology Co.,Ltd",
+ "000bf6": "Nitgen Co., Ltd",
+ "000bf7": "NIDEK CO.,LTD",
+ "000bf8": "Infinera, Inc.",
+ "000bf9": "Gemstone Communications, Inc.",
+ "000bfa": "EXEMYS SRL",
+ "000bfb": "D-NET International Corporation",
+ "000bfc": "Cisco Systems, Inc",
+ "000bfd": "Cisco Systems, Inc",
+ "000bfe": "CASTEL Broadband Limited",
+ "000bff": "Berkeley Camera Engineering",
+ "000c00": "BEB Industrie-Elektronik AG",
+ "000c01": "Abatron AG",
+ "000c02": "ABB Oy",
+ "000c03": "HDMI Licensing, LLC",
+ "000c04": "Tecnova",
+ "000c05": "RPA Reserch Co., Ltd.",
+ "000c06": "Nixvue Systems Pte Ltd",
+ "000c07": "Iftest AG",
+ "000c08": "HUMEX Technologies Corp.",
+ "000c09": "Hitachi IE Systems Co., Ltd",
+ "000c0a": "Guangdong Province Electronic Technology Research Institute",
+ "000c0b": "Broadbus Technologies",
+ "000c0c": "APPRO TECHNOLOGY INC.",
+ "000c0d": "Communications & Power Industries / Satcom Division",
+ "000c0e": "XtremeSpectrum, Inc.",
+ "000c0f": "Techno-One Co., Ltd",
+ "000c10": "PNI Corporation",
+ "000c11": "NIPPON DEMPA CO.,LTD.",
+ "000c12": "Micro-Optronic-Messtechnik GmbH",
+ "000c13": "MediaQ",
+ "000c14": "Diagnostic Instruments, Inc.",
+ "000c15": "CyberPower Systems, Inc.",
+ "000c16": "Concorde Microsystems Inc.",
+ "000c17": "AJA Video Systems Inc",
+ "000c18": "Zenisu Keisoku Inc.",
+ "000c19": "Telio Communications GmbH",
+ "000c1a": "Quest Technical Solutions Inc.",
+ "000c1b": "ORACOM Co, Ltd.",
+ "000c1c": "MicroWeb Co., Ltd.",
+ "000c1d": "Mettler & Fuchs AG",
+ "000c1e": "Global Cache",
+ "000c1f": "Glimmerglass Networks",
+ "000c20": "Fi WIn, Inc.",
+ "000c21": "Faculty of Science and Technology, Keio University",
+ "000c22": "Double D Electronics Ltd",
+ "000c23": "Beijing Lanchuan Tech. Co., Ltd.",
+ "000c24": "ANATOR",
+ "000c25": "Allied Telesis Labs, Inc. ",
+ "000c26": "Weintek Labs. Inc.",
+ "000c27": "Sammy Corporation",
+ "000c28": "RIFATRON",
+ "000c29": "VMware, Inc.",
+ "000c2a": "OCTTEL Communication Co., Ltd.",
+ "000c2b": "ELIAS Technology, Inc.",
+ "000c2c": "Enwiser Inc.",
+ "000c2d": "FullWave Technology Co., Ltd.",
+ "000c2e": "Co., Ltd.",
+ "000c2f": "SeorimTechnology Co.,Ltd.",
+ "000c30": "Cisco Systems, Inc",
+ "000c31": "Cisco Systems, Inc",
+ "000c32": "Avionic Design GmbH",
+ "000c33": "Compucase Enterprise Co. Ltd.",
+ "000c34": "Vixen Co., Ltd.",
+ "000c35": "KaVo Dental GmbH & Co. KG",
+ "000c36": "S-Takaya Electronics Industry Co.,Ltd.",
+ "000c37": "Geomation, Inc.",
+ "000c38": "TelcoBridges Inc.",
+ "000c39": "Sentinel Wireless Inc.",
+ "000c3a": "Oxance",
+ "000c3b": "Orion Electric Co., Ltd.",
+ "000c3c": "MediaChorus, Inc.",
+ "000c3d": "Glsystech Co., Ltd.",
+ "000c3e": "Crest Audio",
+ "000c3f": "Cogent Defence & Security Networks,",
+ "000c40": "Altech Controls",
+ "000c41": "Cisco-Linksys, LLC",
+ "000c42": "Routerboard.com",
+ "000c43": "MediaTek Inc",
+ "000c44": "Automated Interfaces, Inc.",
+ "000c45": "Animation Technologies Inc.",
+ "000c46": "Allied Telesyn Inc.",
+ "000c48": "QoStek Corporation",
+ "000c49": "Dangaard Telecom Denmark A/S",
+ "000c4a": "Limited",
+ "000c4b": "Cheops Elektronik",
+ "000c4c": "Arcor AG&Co.",
+ "000c4d": "Curtiss-Wright Controls Avionics & Electronics",
+ "000c4e": "Winbest Technology CO,LT",
+ "000c4f": "UDTech Japan Corporation",
+ "000c50": "Seagate Technology",
+ "000c51": "Scientific Technologies Inc.",
+ "000c52": "Roll Systems Inc.",
+ "000c53": "Private",
+ "000c54": "Pedestal Networks, Inc",
+ "000c55": "Microlink Communications Inc.",
+ "000c56": "Corp.",
+ "000c57": "MACKIE Engineering Services Belgium BVBA",
+ "000c58": "M&S Systems",
+ "000c59": "Indyme Electronics, Inc.",
+ "000c5a": "IBSmm Embedded Electronics Consulting",
+ "000c5b": "HANWANG TECHNOLOGY CO.,LTD",
+ "000c5c": "GTN Systems B.V.",
+ "000c5d": "CORP.",
+ "000c5e": "Calypso Medical",
+ "000c5f": "Avtec, Inc.",
+ "000c60": "ACM Systems",
+ "000c61": "AC Tech corporation DBA Advanced Digital",
+ "000c62": "ABB AB, Cewe-Control ",
+ "000c63": "Zenith Electronics Corporation",
+ "000c64": "X2 MSA Group",
+ "000c65": "Sunin Telecom",
+ "000c66": "Pronto Networks Inc",
+ "000c67": "OYO ELECTRIC CO.,LTD",
+ "000c68": "SigmaTel, Inc.",
+ "000c69": "National Radio Astronomy Observatory",
+ "000c6a": "MBARI",
+ "000c6b": "Kurz Industrie-Elektronik GmbH",
+ "000c6c": "Eve Systems GmbH",
+ "000c6d": "Edwards Ltd.",
+ "000c6e": "ASUSTek COMPUTER INC.",
+ "000c6f": "Amtek system co.,LTD.",
+ "000c70": "ACC GmbH",
+ "000c71": "Wybron, Inc",
+ "000c72": "Tempearl Industrial Co., Ltd.",
+ "000c73": "TELSON ELECTRONICS CO., LTD",
+ "000c74": "RIVERTEC CORPORATION",
+ "000c75": "Oriental integrated electronics. LTD",
+ "000c76": "MICRO-STAR INTERNATIONAL CO., LTD.",
+ "000c77": "Life Racing Ltd",
+ "000c78": "In-Tech Electronics Limited",
+ "000c79": "Extel Communications P/L",
+ "000c7a": "DaTARIUS Technologies GmbH",
+ "000c7b": "ALPHA PROJECT Co.,Ltd.",
+ "000c7c": "Internet Information Image Inc.",
+ "000c7d": "TEIKOKU ELECTRIC MFG. CO., LTD",
+ "000c7e": "Tellium Incorporated",
+ "000c7f": "synertronixx GmbH",
+ "000c80": "Opelcomm Inc.",
+ "000c82": "NETWORK TECHNOLOGIES INC",
+ "000c83": "Logical Solutions",
+ "000c84": "Eazix, Inc.",
+ "000c85": "Cisco Systems, Inc",
+ "000c86": "Cisco Systems, Inc",
+ "000c87": "AMD",
+ "000c88": "Apache Micro Peripherals, Inc.",
+ "000c89": "AC Electric Vehicles, Ltd.",
+ "000c8a": "Bose Corporation",
+ "000c8b": "Connect Tech Inc",
+ "000c8c": "KODICOM CO.,LTD.",
+ "000c8d": "Balluff MV GmbH",
+ "000c8e": "Mentor Engineering Inc",
+ "000c8f": "Nergal s.r.l.",
+ "000c90": "Octasic Inc.",
+ "000c91": "Riverhead Networks Inc.",
+ "000c92": "WolfVision Gmbh",
+ "000c93": "Xeline Co., Ltd.",
+ "000c95": "PrimeNet",
+ "000c96": "OQO, Inc.",
+ "000c97": "NV ADB TTV Technologies SA",
+ "000c98": "LETEK Communications Inc.",
+ "000c99": "HITEL LINK Co.,Ltd",
+ "000c9a": "Hitech Electronics Corp.",
+ "000c9b": "EE Solutions, Inc",
+ "000c9c": "Chongho information & communications",
+ "000c9d": "UbeeAirWalk, Inc.",
+ "000c9e": "MemoryLink Corp.",
+ "000c9f": "NKE Corporation",
+ "000ca0": "StorCase Technology, Inc.",
+ "000ca1": "SIGMACOM Co., LTD.",
+ "000ca2": "Harmonic Video Network",
+ "000ca3": "Rancho Technology, Inc.",
+ "000ca4": "Prompttec Product Management GmbH",
+ "000ca5": "Naman NZ LTd",
+ "000ca6": "Mintera Corporation",
+ "000ca7": "Technologies Co., Ltd.",
+ "000ca8": "Garuda Networks Corporation",
+ "000ca9": "Ebtron Inc.",
+ "000caa": "Cubic Transportation Systems Inc",
+ "000cab": "Commend International GmbH",
+ "000cac": "Citizen Watch Co., Ltd.",
+ "000cad": "BTU International",
+ "000cae": "Ailocom Oy",
+ "000caf": "TRI TERM CO.,LTD.",
+ "000cb0": "Star Semiconductor Corporation",
+ "000cb1": "BV",
+ "000cb2": "UNION co., ltd.",
+ "000cb3": "ROUND Co.,Ltd.",
+ "000cb4": "AutoCell Laboratories, Inc.",
+ "000cb5": "Premier Technolgies, Inc",
+ "000cb6": "NANJING SEU MOBILE & INTERNET TECHNOLOGY CO.,LTD",
+ "000cb7": "Nanjing Huazhuo Electronics Co., Ltd.",
+ "000cb8": "MEDION AG",
+ "000cb9": "LEA",
+ "000cba": "Jamex, Inc.",
+ "000cbb": "ISKRAEMECO",
+ "000cbc": "Iscutum",
+ "000cbd": "Interface Masters, Inc",
+ "000cbe": "Innominate Security Technologies AG",
+ "000cbf": "Holy Stone Ent. Co., Ltd.",
+ "000cc0": "Genera Oy",
+ "000cc1": "Eaton Corporation",
+ "000cc2": "Private Limited",
+ "000cc3": "BeWAN systems",
+ "000cc4": "Tiptel AG",
+ "000cc5": "Nextlink Co., Ltd.",
+ "000cc6": "Ka-Ro electronics GmbH",
+ "000cc7": "Intelligent Computer Solutions Inc.",
+ "000cc8": "Xytronix Research & Design, Inc.",
+ "000cc9": "ILWOO DATA & TECHNOLOGY CO.,LTD",
+ "000cca": "HGST a Western Digital Company",
+ "000ccb": "Design Combus Ltd",
+ "000ccc": "Aeroscout Ltd.",
+ "000ccd": "IEC - TC57",
+ "000cce": "Cisco Systems, Inc",
+ "000ccf": "Cisco Systems, Inc",
+ "000cd0": "Symetrix",
+ "000cd1": "SFOM Technology Corp.",
+ "000cd2": "Schaffner EMV AG",
+ "000cd3": "Prettl Elektronik Radeberg GmbH",
+ "000cd4": "Positron Public Safety Systems inc.",
+ "000cd5": "Passave Inc.",
+ "000cd6": "PARTNER TECH",
+ "000cd7": "Nallatech Ltd",
+ "000cd8": "M. K. Juchheim GmbH & Co",
+ "000cd9": "Itcare Co., Ltd",
+ "000cda": "FreeHand Systems, Inc.",
+ "000cdb": "Brocade Communications Systems LLC",
+ "000cdc": "BECS Technology, Inc",
+ "000cdd": "AOS technologies AG",
+ "000cde": "ABB STOTZ-KONTAKT GmbH",
+ "000cdf": "JAI Manufacturing",
+ "000ce0": "Trek Diagnostics Inc.",
+ "000ce1": "The Open Group",
+ "000ce2": "Rolls-Royce",
+ "000ce3": "Option International N.V.",
+ "000ce4": "NeuroCom International, Inc.",
+ "000ce5": "Commscope",
+ "000ce6": "Fortinet, Inc.",
+ "000ce7": "MediaTek Inc",
+ "000ce8": "GuangZhou AnJuBao Co., Ltd",
+ "000ce9": "BLOOMBERG L.P.",
+ "000cea": "aphona Kommunikationssysteme",
+ "000ceb": "CNMP Networks, Inc.",
+ "000cec": "Safran Trusted 4D Inc.",
+ "000ced": "Real Digital Media",
+ "000cee": "jp-embedded",
+ "000cef": "ONE Investment Group Limited",
+ "000cf0": "M & N GmbH",
+ "000cf1": "Intel Corporation",
+ "000cf2": "GAMESA Eólica",
+ "000cf3": "CALL IMAGE SA",
+ "000cf4": "AKATSUKI ELECTRIC MFG.CO.,LTD.",
+ "000cf5": "InfoExpress",
+ "000cf6": "Sitecom Europe BV",
+ "000cf7": "Nortel Networks",
+ "000cf8": "Nortel Networks",
+ "000cf9": "Xylem Water Solutions",
+ "000cfa": "Digital Systems Corp",
+ "000cfb": "Korea Network Systems",
+ "000cfc": "S2io Technologies Corp",
+ "000cfd": "Hyundai ImageQuest Co.,Ltd.",
+ "000cfe": "Grand Electronic Co., Ltd",
+ "000cff": "MRO-TEK Realty Limited",
+ "000d00": "Seaway Networks Inc.",
+ "000d01": "P&E Microcomputer Systems, Inc.",
+ "000d02": "NEC Platforms, Ltd.",
+ "000d03": "Matrics, Inc.",
+ "000d04": "Foxboro Eckardt Development GmbH",
+ "000d05": "cybernet manufacturing inc.",
+ "000d06": "Compulogic Limited",
+ "000d07": "Calrec Audio Ltd",
+ "000d08": "AboveCable, Inc.",
+ "000d09": "Electronic CO. LTD",
+ "000d0a": "Barco Projection Systems NV",
+ "000d0b": "BUFFALO.INC",
+ "000d0c": "MDI Security Systems",
+ "000d0d": "ITSupported, LLC",
+ "000d0e": "Inqnet Systems, Inc.",
+ "000d0f": "Finlux Ltd",
+ "000d10": "Embedtronics Oy",
+ "000d11": "DENTSPLY - Gendex",
+ "000d12": "AXELL Corporation",
+ "000d13": "Wilhelm Rutenbeck GmbH&Co.KG",
+ "000d14": "Vtech Innovation LP dba Advanced American Telephones",
+ "000d15": "Voipac s.r.o.",
+ "000d16": "UHS Systems Pty Ltd",
+ "000d17": "Turbo Networks Co.Ltd",
+ "000d18": "Mega-Trend Electronics CO., LTD.",
+ "000d19": "ROBE Show lighting",
+ "000d1a": "Mustek System Inc.",
+ "000d1b": "Kyoto Electronics Manufacturing Co., Ltd.",
+ "000d1c": "Amesys Defense",
+ "000d1d": "HIGH-TEK HARNESS ENT. CO., LTD.",
+ "000d1e": "Control Techniques",
+ "000d1f": "AV Digital",
+ "000d20": "ASAHIKASEI TECHNOSYSTEM CO.,LTD.",
+ "000d21": "WISCORE Inc.",
+ "000d22": "Unitronics LTD",
+ "000d23": "Smart Solution, Inc",
+ "000d24": "SENTEC E&E CO., LTD.",
+ "000d25": "SANDEN CORPORATION",
+ "000d26": "Primagraphics Limited",
+ "000d27": "MICROPLEX Printware AG",
+ "000d28": "Cisco Systems, Inc",
+ "000d29": "Cisco Systems, Inc",
+ "000d2a": "Scanmatic AS",
+ "000d2b": "Racal Instruments",
+ "000d2c": "Lantronix",
+ "000d2d": "NCT Deutschland GmbH",
+ "000d2e": "Matsushita Avionics Systems Corporation",
+ "000d2f": "AIN Comm.Tech.Co., LTD",
+ "000d30": "IceFyre Semiconductor",
+ "000d31": "Compellent Technologies, Inc.",
+ "000d32": "DispenseSource, Inc.",
+ "000d33": "Prediwave Corp.",
+ "000d34": "Shell International Exploration and Production, Inc.",
+ "000d35": "PAC International Ltd",
+ "000d36": "Wu Han Routon Electronic Co., Ltd",
+ "000d37": "WIPLUG",
+ "000d38": "NISSIN INC.",
+ "000d39": "Nevion",
+ "000d3a": "Microsoft Corp.",
+ "000d3b": "Microelectronics Technology Inc.",
+ "000d3c": "i.Tech Dynamic Ltd",
+ "000d3d": "Hammerhead Systems, Inc.",
+ "000d3e": "APLUX Communications Ltd.",
+ "000d3f": "VTI Instruments Corporation",
+ "000d40": "Verint Loronix Video Solutions",
+ "000d41": "Siemens AG ICM MP UC RD IT KLF1",
+ "000d42": "Newbest Development Limited",
+ "000d43": "DRS Tactical Systems Inc.",
+ "000d44": "Audio BU - Logitech",
+ "000d45": "Tottori SANYO Electric Co., Ltd.",
+ "000d46": "Parker SSD Drives",
+ "000d47": "Collex",
+ "000d48": "AEWIN Technologies Co., Ltd.",
+ "000d49": "Triton Systems of Delaware, Inc.",
+ "000d4a": "Steag ETA-Optik",
+ "000d4b": "Roku, Inc.",
+ "000d4c": "Outline Electronics Ltd.",
+ "000d4d": "Ninelanes",
+ "000d4e": "NDR Co.,LTD.",
+ "000d4f": "Kenwood Corporation",
+ "000d50": "Galazar Networks",
+ "000d51": "DIVR Systems, Inc.",
+ "000d52": "Comart system",
+ "000d53": "Beijing 5w Communication Corp.",
+ "000d54": "3Com Ltd",
+ "000d55": "SANYCOM Technology Co.,Ltd",
+ "000d56": "Dell Inc.",
+ "000d57": "Fujitsu I-Network Systems Limited.",
+ "000d58": "Private",
+ "000d59": "Amity Systems, Inc.",
+ "000d5a": "Tiesse SpA",
+ "000d5b": "Smart Empire Investments Limited",
+ "000d5c": "Robert Bosch GmbH, VT-ATMO",
+ "000d5d": "Raritan Computer, Inc",
+ "000d5e": "NEC Personal Products",
+ "000d5f": "Minds Inc",
+ "000d60": "IBM Corp",
+ "000d61": "Giga-Byte Technology Co., Ltd.",
+ "000d62": "Funkwerk Dabendorf GmbH",
+ "000d63": "DENT Instruments, Inc.",
+ "000d64": "COMAG Handels AG",
+ "000d65": "Cisco Systems, Inc",
+ "000d66": "Cisco Systems, Inc",
+ "000d67": "Ericsson",
+ "000d68": "Vinci Systems, Inc.",
+ "000d69": "TMT&D Corporation",
+ "000d6a": "Redwood Technologies LTD",
+ "000d6b": "Mita-Teknik A/S",
+ "000d6c": "M-Audio",
+ "000d6d": "K-Tech Devices Corp.",
+ "000d6e": "K-Patents Oy",
+ "000d6f": "Ember Corporation",
+ "000d70": "Datamax Corporation",
+ "000d71": "boca systems",
+ "000d72": "2Wire Inc",
+ "000d73": "Technical Support, Inc.",
+ "000d74": "Sand Network Systems, Inc.",
+ "000d75": "Kobian Pte Ltd - Taiwan Branch",
+ "000d76": "Hokuto Denshi Co,. Ltd.",
+ "000d77": "FalconStor Software",
+ "000d78": "Engineering & Security",
+ "000d79": "Dynamic Solutions Co,.Ltd.",
+ "000d7a": "DiGATTO Asia Pacific Pte Ltd",
+ "000d7b": "Consensys Computers Inc.",
+ "000d7c": "Codian Ltd",
+ "000d7d": "Afco Systems",
+ "000d7e": "Axiowave Networks, Inc.",
+ "000d80": "Online Development Inc",
+ "000d81": "Pepperl+Fuchs GmbH",
+ "000d82": "PHSNET",
+ "000d83": "Sanmina-SCI Hungary Ltd.",
+ "000d84": "Makus Inc.",
+ "000d85": "Tapwave, Inc.",
+ "000d86": "Huber + Suhner AG",
+ "000d87": "Elitegroup Computer Systems Co.,Ltd.",
+ "000d88": "D-Link Corporation",
+ "000d89": "Bils Technology Inc",
+ "000d8a": "Winners Electronics Co., Ltd.",
+ "000d8b": "T&D Corporation",
+ "000d8c": "Shanghai Wedone Digital Ltd. CO.",
+ "000d8d": "Prosoft Technology, Inc",
+ "000d8e": "Koden Electronics Co., Ltd.",
+ "000d8f": "King Tsushin Kogyo Co., LTD.",
+ "000d90": "Factum Electronics AB",
+ "000d91": "S.L.",
+ "000d92": "ARIMA Communications Corp.",
+ "000d93": "Apple, Inc.",
+ "000d94": "AFAR Communications,Inc",
+ "000d95": "Opti-cell, Inc.",
+ "000d96": "Vtera Technology Inc.",
+ "000d97": "Hitachi Energy USA Inc.",
+ "000d98": "S.W.A.C. Schmitt-Walter Automation Consult GmbH",
+ "000d99": "Orbital Sciences Corp.; Launch Systems Group",
+ "000d9a": "INFOTEC LTD",
+ "000d9b": "Heraeus Electro-Nite International N.V.",
+ "000d9c": "K.A. Schmersal GmbH & Co. KG",
+ "000d9d": "Hewlett Packard",
+ "000d9e": "TOKUDEN OHIZUMI SEISAKUSYO Co.,Ltd.",
+ "000d9f": "RF Micro Devices",
+ "000da0": "NEDAP N.V.",
+ "000da1": "MIRAE ITS Co.,LTD.",
+ "000da2": "Infrant Technologies, Inc.",
+ "000da3": "Emerging Technologies Limited",
+ "000da4": "DOSCH & AMAND SYSTEMS AG",
+ "000da5": "Fabric7 Systems, Inc",
+ "000da6": "Universal Switching Corporation",
+ "000da7": "Private",
+ "000da8": "Teletronics Technology Corporation",
+ "000da9": "INGETEAM",
+ "000daa": "S.A.Tehnology co.,Ltd.",
+ "000dab": "Parker Hannifin GmbH Electromechanical Division Europe",
+ "000dac": "Japan CBM Corporation",
+ "000dad": "Dataprobe, Inc.",
+ "000dae": "SAMSUNG HEAVY INDUSTRIES CO., LTD.",
+ "000daf": "Ltd",
+ "000db0": "Olym-tech Co.,Ltd.",
+ "000db1": "Japan Network Service Co., Ltd.",
+ "000db2": "Ammasso, Inc.",
+ "000db3": "SDO Communication Corperation",
+ "000db4": "Stormshield",
+ "000db5": "GLOBALSAT TECHNOLOGY CORPORATION",
+ "000db6": "Broadcom",
+ "000db7": "SANKO ELECTRIC CO,.LTD",
+ "000db8": "SCHILLER AG",
+ "000db9": "PC Engines GmbH",
+ "000dba": "Océ Document Technologies GmbH",
+ "000dbb": "Nippon Dentsu Co.,Ltd.",
+ "000dbc": "Cisco Systems, Inc",
+ "000dbd": "Cisco Systems, Inc",
+ "000dbe": "Bel Fuse Europe Ltd.,UK",
+ "000dbf": "TekTone Sound & Signal Mfg., Inc.",
+ "000dc0": "Spagat AS",
+ "000dc1": "SafeWeb Inc",
+ "000dc2": "Private",
+ "000dc3": "First Communication, Inc.",
+ "000dc4": "Emcore Corporation",
+ "000dc5": "EchoStar Global B.V. ",
+ "000dc6": "DigiRose Technology Co., Ltd.",
+ "000dc7": "COSMIC ENGINEERING INC.",
+ "000dc8": "AirMagnet, Inc",
+ "000dc9": "THALES Elektronik Systeme GmbH",
+ "000dca": "Tait Electronics",
+ "000dcb": "Petcomkorea Co., Ltd.",
+ "000dcc": "NEOSMART Corp.",
+ "000dcd": "GROUPE TXCOM",
+ "000dce": "Dynavac Technology Pte Ltd",
+ "000dcf": "Cidra Corp.",
+ "000dd0": "TetraTec Instruments GmbH",
+ "000dd1": "Stryker Corporation",
+ "000dd2": "Simrad Optronics ASA",
+ "000dd3": "SAMWOO Telecommunication Co.,Ltd.",
+ "000dd4": "Symantec Corporation",
+ "000dd5": "O'RITE TECHNOLOGY CO.,LTD",
+ "000dd6": "ITI LTD",
+ "000dd7": "Bright",
+ "000dd8": "BBN",
+ "000dd9": "Anton Paar GmbH",
+ "000dda": "ALLIED TELESIS K.K.",
+ "000ddb": "AIRWAVE TECHNOLOGIES INC.",
+ "000ddc": "VAC",
+ "000ddd": "Profilo Telra Elektronik Sanayi ve Ticaret. A.Ş",
+ "000dde": "Joyteck Co., Ltd.",
+ "000ddf": "Japan Image & Network Inc.",
+ "000de0": "ICPDAS Co.,LTD",
+ "000de1": "Control Products, Inc.",
+ "000de2": "CMZ Sistemi Elettronici",
+ "000de3": "AT Sweden AB",
+ "000de4": "DIGINICS, Inc.",
+ "000de5": "Samsung Thales",
+ "000de6": "YOUNGBO ENGINEERING CO.,LTD",
+ "000de7": "Snap-on OEM Group",
+ "000de8": "Nasaco Electronics Pte. Ltd",
+ "000de9": "Napatech Aps",
+ "000dea": "Kingtel Telecommunication Corp.",
+ "000deb": "CompXs Limited",
+ "000dec": "Cisco Systems, Inc",
+ "000ded": "Cisco Systems, Inc",
+ "000dee": "Andrew RF Power Amplifier Group",
+ "000def": "Soc. Coop. Bilanciai",
+ "000df0": "QCOM TECHNOLOGY INC.",
+ "000df1": "IONIX INC.",
+ "000df2": "Private",
+ "000df3": "Asmax Solutions",
+ "000df4": "Watertek Co.",
+ "000df5": "Teletronics International Inc.",
+ "000df6": "Technology Thesaurus Corp.",
+ "000df7": "Space Dynamics Lab",
+ "000df8": "ORGA Kartensysteme GmbH",
+ "000df9": "NDS Limited",
+ "000dfa": "Micro Control Systems Ltd.",
+ "000dfb": "Komax AG",
+ "000dfc": "ITFOR Inc.",
+ "000dfd": "Huges Hi-Tech Inc.,",
+ "000dfe": "Hauppauge Computer Works, Inc.",
+ "000dff": "CHENMING MOLD INDUSTRY CORP.",
+ "000e00": "Atrie",
+ "000e01": "ASIP Technologies Inc.",
+ "000e02": "Advantech AMT Inc.",
+ "000e03": "Emulex Corporation",
+ "000e04": "CMA/Microdialysis AB",
+ "000e05": "WIRELESS MATRIX CORP.",
+ "000e06": "Team Simoco Ltd",
+ "000e07": "Sony Corporation",
+ "000e08": "Cisco-Linksys, LLC",
+ "000e09": "Shenzhen Coship Software Co.,LTD.",
+ "000e0a": "SAKUMA DESIGN OFFICE",
+ "000e0b": "Netac Technology Co., Ltd.",
+ "000e0c": "Intel Corporation",
+ "000e0d": "Hesch Schröder GmbH",
+ "000e0e": "ESA elettronica S.P.A.",
+ "000e0f": "ERMME",
+ "000e10": "C-guys, Inc.",
+ "000e11": "BDT Büro und Datentechnik GmbH & Co.KG ",
+ "000e12": "Adaptive Micro Systems Inc.",
+ "000e13": "Accu-Sort Systems inc.",
+ "000e14": "Visionary Solutions, Inc.",
+ "000e15": "Tadlys LTD",
+ "000e16": "SouthWing S.L.",
+ "000e17": "Private",
+ "000e18": "MyA Technology",
+ "000e19": "LogicaCMG Pty Ltd",
+ "000e1a": "JPS Communications",
+ "000e1b": "IAV GmbH",
+ "000e1c": "Hach Company",
+ "000e1d": "ARION Technology Inc.",
+ "000e1e": "QLogic Corporation",
+ "000e1f": "TCL Networks Equipment Co., Ltd.",
+ "000e20": "ACCESS Systems Americas, Inc.",
+ "000e21": "MTU Friedrichshafen GmbH",
+ "000e22": "Private",
+ "000e23": "Incipient, Inc.",
+ "000e24": "Huwell Technology Inc.",
+ "000e25": "Hannae Technology Co., Ltd",
+ "000e26": "Gincom Technology Corp.",
+ "000e27": "Crere Networks, Inc.",
+ "000e28": "Dynamic Ratings P/L",
+ "000e29": "Shester Communications Inc",
+ "000e2a": "dormakaba USA Inc.",
+ "000e2b": "Safari Technologies",
+ "000e2c": "Netcodec co.",
+ "000e2d": "Hyundai Digital Technology Co.,Ltd.",
+ "000e2e": "Edimax Technology Co. Ltd.",
+ "000e2f": "Roche Diagnostics GmbH",
+ "000e30": "AERAS Networks, Inc.",
+ "000e31": "Olympus Soft Imaging Solutions GmbH",
+ "000e32": "Kontron Medical",
+ "000e33": "Shuko Electronics Co.,Ltd",
+ "000e34": "NexGen City, LP",
+ "000e35": "Intel Corporation",
+ "000e36": "HEINESYS, Inc.",
+ "000e37": "Harms & Wende GmbH & Co.KG",
+ "000e38": "Cisco Systems, Inc",
+ "000e39": "Cisco Systems, Inc",
+ "000e3a": "Cirrus Logic",
+ "000e3b": "Hawking Technologies, Inc.",
+ "000e3c": "Transact Technologies Inc",
+ "000e3d": "Televic N.V.",
+ "000e3e": "Sun Optronics Inc",
+ "000e3f": "Soronti, Inc.",
+ "000e40": "Nortel Networks",
+ "000e41": "NIHON MECHATRONICS CO.,LTD.",
+ "000e42": "Motic Incoporation Ltd.",
+ "000e43": "G-Tek Electronics Sdn. Bhd.",
+ "000e44": "Digital 5, Inc.",
+ "000e45": "Beijing Newtry Electronic Technology Ltd",
+ "000e46": "Niigata Seimitsu Co.,Ltd.",
+ "000e47": "NCI System Co.,Ltd.",
+ "000e48": "Lipman TransAction Solutions",
+ "000e49": "Forsway Scandinavia AB",
+ "000e4a": "Changchun Huayu WEBPAD Co.,LTD",
+ "000e4b": "atrium c and i",
+ "000e4c": "Bermai Inc.",
+ "000e4d": "Numesa Inc.",
+ "000e4e": "Waveplus Technology Co., Ltd.",
+ "000e4f": "Trajet GmbH",
+ "000e50": "Thomson Telecom Belgium",
+ "000e51": "TECNA SpA",
+ "000e52": "Optium Corporation",
+ "000e53": "AV TECH CORPORATION",
+ "000e54": "AlphaCell Wireless Ltd.",
+ "000e55": "AUVITRAN",
+ "000e56": "4G Systems GmbH & Co. KG",
+ "000e57": "Iworld Networking, Inc.",
+ "000e58": "Sonos, Inc.",
+ "000e59": "Sagemcom Broadband SAS",
+ "000e5a": "TELEFIELD inc.",
+ "000e5b": "ParkerVision - Direct2Data",
+ "000e5c": "Commscope",
+ "000e5d": "Triple Play Technologies A/S",
+ "000e5e": "Raisecom Technology CO., LTD",
+ "000e5f": "activ-net GmbH & Co. KG",
+ "000e60": "360SUN Digital Broadband Corporation",
+ "000e61": "MICROTROL LIMITED",
+ "000e62": "Nortel Networks",
+ "000e63": "Lemke Diagnostics GmbH",
+ "000e64": "Elphel, Inc",
+ "000e65": "TransCore",
+ "000e66": "Hitachi Industry & Control Solutions, Ltd.",
+ "000e67": "Eltis Microelectronics Ltd.",
+ "000e68": "E-TOP Network Technology Inc.",
+ "000e69": "China Electric Power Research Institute",
+ "000e6a": "3Com Ltd",
+ "000e6b": "Janitza electronics GmbH",
+ "000e6c": "Device Drivers Limited",
+ "000e6d": "Murata Manufacturing Co., Ltd.",
+ "000e6f": "IRIS Corporation Berhad",
+ "000e70": "in2 Networks",
+ "000e71": "Gemstar Technology Development Ltd.",
+ "000e72": "Sesami Technologies Srl",
+ "000e73": "Tpack A/S",
+ "000e74": "Solar Telecom. Tech",
+ "000e75": "New York Air Brake Corp.",
+ "000e76": "GEMSOC INNOVISION INC.",
+ "000e77": "Decru, Inc.",
+ "000e78": "Amtelco",
+ "000e79": "Ample Communications Inc.",
+ "000e7a": "GemWon Communications Co., Ltd.",
+ "000e7b": "Toshiba",
+ "000e7c": "Televes S.A.",
+ "000e7d": "Electronics Line 3000 Ltd.",
+ "000e7e": "ionSign Oy",
+ "000e7f": "Hewlett Packard",
+ "000e80": "Thomson Technology Inc",
+ "000e81": "Devicescape Software, Inc.",
+ "000e82": "Infinity Tech",
+ "000e83": "Cisco Systems, Inc",
+ "000e84": "Cisco Systems, Inc",
+ "000e85": "Catalyst Enterprises, Inc.",
+ "000e86": "Alcatel North America",
+ "000e87": "adp Gauselmann GmbH",
+ "000e88": "VIDEOTRON CORP.",
+ "000e89": "CLEMATIC",
+ "000e8a": "Avara Technologies Pty. Ltd.",
+ "000e8b": "Astarte Technology Co, Ltd.",
+ "000e8c": "Siemens AG",
+ "000e8d": "Systems in Progress Holding GmbH",
+ "000e8e": "SparkLAN Communications, Inc.",
+ "000e8f": "Sercomm Corporation.",
+ "000e90": "PONICO CORP.",
+ "000e91": "Navico Auckland Ltd",
+ "000e92": "Open Telecom",
+ "000e93": "Milénio 3 Sistemas Electrónicos, Lda.",
+ "000e94": "Maas International BV",
+ "000e95": "Fujiya Denki Seisakusho Co.,Ltd.",
+ "000e96": "Cubic Defense Applications, Inc.",
+ "000e97": "Ultracker Technology CO., Inc",
+ "000e98": "HME Clear-Com LTD.",
+ "000e99": "Spectrum Digital, Inc",
+ "000e9a": "BOE TECHNOLOGY GROUP CO.,LTD",
+ "000e9b": "Ambit Microsystems Corporation",
+ "000e9c": "Benchmark Electronics ",
+ "000e9d": "Tiscali UK Ltd",
+ "000e9e": "Topfield Co., Ltd",
+ "000e9f": "TEMIC SDS GmbH",
+ "000ea0": "NetKlass Technology Inc.",
+ "000ea1": "Formosa Teletek Corporation",
+ "000ea2": "McAfee, Inc",
+ "000ea3": "CNCR-IT CO.,LTD,HangZhou P.R.CHINA",
+ "000ea4": "Quantum Corp.",
+ "000ea5": "BLIP Systems",
+ "000ea6": "ASUSTek COMPUTER INC.",
+ "000ea7": "Endace Technology",
+ "000ea8": "United Technologists Europe Limited",
+ "000ea9": "Shanghai Xun Shi Communications Equipment Ltd. Co.",
+ "000eaa": "Scalent Systems, Inc.",
+ "000eab": "Cray Inc",
+ "000eac": "MINTRON ENTERPRISE CO., LTD.",
+ "000ead": "Metanoia Technologies, Inc.",
+ "000eae": "GAWELL TECHNOLOGIES CORP.",
+ "000eaf": "CASTEL",
+ "000eb0": "Solutions Radio BV",
+ "000eb1": "Newcotech,Ltd",
+ "000eb2": "Micro-Research Finland Oy",
+ "000eb3": "Hewlett Packard",
+ "000eb4": "GUANGZHOU GAOKE COMMUNICATIONS TECHNOLOGY CO.LTD.",
+ "000eb5": "Ecastle Electronics Co., Ltd.",
+ "000eb6": "Riverbed Technology, Inc.",
+ "000eb7": "Knovative, Inc.",
+ "000eb8": "Iiga co.,Ltd",
+ "000eb9": "HASHIMOTO Electronics Industry Co.,Ltd.",
+ "000eba": "HANMI SEMICONDUCTOR CO., LTD.",
+ "000ebb": "Everbee Networks",
+ "000ebc": "Paragon Fidelity GmbH",
+ "000ebd": "Burdick, a Quinton Compny",
+ "000ebe": "B&B Electronics Manufacturing Co.",
+ "000ebf": "Remsdaq Limited",
+ "000ec0": "Nortel Networks",
+ "000ec1": "MYNAH Technologies",
+ "000ec2": "Lowrance Electronics, Inc.",
+ "000ec3": "Logic Controls, Inc.",
+ "000ec4": "Iskra Transmission d.d.",
+ "000ec5": "Digital Multitools Inc",
+ "000ec6": "ASIX ELECTRONICS CORP.",
+ "000ec7": "Motorola Korea",
+ "000ec8": "Zoran Corporation",
+ "000ec9": "YOKO Technology Corp.",
+ "000eca": "WTSS Inc",
+ "000ecb": "VineSys Technology",
+ "000ecc": "Tableau, LLC",
+ "000ecd": "SKOV A/S",
+ "000ece": "S.I.T.T.I. S.p.A.",
+ "000ecf": "PROFIBUS Nutzerorganisation e.V.",
+ "000ed0": "Privaris, Inc.",
+ "000ed1": "Osaka Micro Computer.",
+ "000ed2": "Filtronic plc",
+ "000ed3": "Epicenter, Inc.",
+ "000ed4": "CRESITT INDUSTRIE",
+ "000ed5": "COPAN Systems Inc.",
+ "000ed6": "Cisco Systems, Inc",
+ "000ed7": "Cisco Systems, Inc",
+ "000ed8": "Positron Access Solutions Corp",
+ "000ed9": "Aksys, Ltd.",
+ "000eda": "C-TECH UNITED CORP.",
+ "000edb": "XiNCOM Corp.",
+ "000edc": "Tellion INC.",
+ "000edd": "SHURE INCORPORATED",
+ "000ede": "REMEC, Inc.",
+ "000edf": "PLX Technology",
+ "000ee0": "Mcharge",
+ "000ee1": "ExtremeSpeed Inc.",
+ "000ee2": "Custom Engineering",
+ "000ee3": "Chiyu Technology Co.,Ltd",
+ "000ee4": "BOE TECHNOLOGY GROUP CO.,LTD",
+ "000ee5": "bitWallet, Inc.",
+ "000ee6": "Adimos Systems LTD",
+ "000ee7": "AAC ELECTRONICS CORP.",
+ "000ee8": "Ltd.",
+ "000ee9": "WayTech Development, Inc.",
+ "000eea": "Shadong Luneng Jicheng Electronics,Co.,Ltd",
+ "000eeb": "Sandmartin(zhong shan)Electronics Co.,Ltd",
+ "000eec": "Orban",
+ "000eed": "Nokia Danmark A/S",
+ "000eee": "Muco Industrie BV",
+ "000eef": "Private",
+ "000ef0": "Festo AG & Co. KG",
+ "000ef1": "EZQUEST INC.",
+ "000ef2": "Infinico Corporation",
+ "000ef3": "Smartlabs, Inc. ",
+ "000ef4": "Kasda Networks Inc",
+ "000ef5": "iPAC Technology Co., Ltd.",
+ "000ef6": "E-TEN Information Systems Co., Ltd.",
+ "000ef7": "Vulcan Portals Inc",
+ "000ef8": "SBC ASI",
+ "000ef9": "REA Elektronik GmbH",
+ "000efa": "Optoway Technology Incorporation",
+ "000efb": "Macey Enterprises",
+ "000efc": "JTAG Technologies B.V.",
+ "000efd": "FUJINON CORPORATION",
+ "000efe": "EndRun Technologies LLC",
+ "000eff": "Megasolution,Inc.",
+ "000f00": "Legra Systems, Inc.",
+ "000f01": "DIGITALKS INC",
+ "000f02": "Digicube Technology Co., Ltd",
+ "000f03": "COM&C CO., LTD",
+ "000f04": "cim-usa inc",
+ "000f05": "3B SYSTEM INC.",
+ "000f06": "Nortel Networks",
+ "000f07": "Mangrove Systems, Inc.",
+ "000f08": "Indagon Oy",
+ "000f09": "Private",
+ "000f0a": "Clear Edge Networks",
+ "000f0b": "Kentima Technologies AB",
+ "000f0c": "SYNCHRONIC ENGINEERING",
+ "000f0d": "Hunt Electronic Co., Ltd.",
+ "000f0e": "WaveSplitter Technologies, Inc.",
+ "000f0f": "Real ID Technology Co., Ltd.",
+ "000f10": "RDM Corporation",
+ "000f11": "Prodrive B.V.",
+ "000f12": "Panasonic Europe Ltd.",
+ "000f13": "Nisca corporation",
+ "000f14": "Mindray Co., Ltd.",
+ "000f15": "Icotera A/S",
+ "000f16": "JAY HOW TECHNOLOGY CO.,",
+ "000f17": "Insta Elektro GmbH",
+ "000f18": "Industrial Control Systems",
+ "000f19": "Boston Scientific",
+ "000f1a": "Gaming Support B.V.",
+ "000f1b": "Ego Systems Inc.",
+ "000f1c": "DigitAll World Co., Ltd",
+ "000f1d": "Cosmo Techs Co., Ltd.",
+ "000f1e": "Chengdu KT Electric Co.of High & New Technology",
+ "000f1f": "Dell Inc.",
+ "000f20": "Hewlett Packard",
+ "000f21": "Scientific Atlanta, Inc",
+ "000f22": "Helius, Inc.",
+ "000f23": "Cisco Systems, Inc",
+ "000f24": "Cisco Systems, Inc",
+ "000f25": "AimValley B.V.",
+ "000f26": "WorldAccxx LLC",
+ "000f27": "TEAL Electronics, Inc.",
+ "000f28": "Itronix Corporation",
+ "000f29": "Augmentix Corporation",
+ "000f2a": "Cableware Electronics",
+ "000f2b": "GREENBELL SYSTEMS",
+ "000f2c": "Lantronix",
+ "000f2d": "CHUNG-HSIN ELECTRIC & MACHINERY MFG.CORP.",
+ "000f2e": "Megapower International Corp.",
+ "000f2f": "W-LINX TECHNOLOGY CO., LTD.",
+ "000f30": "Raza Microelectronics Inc",
+ "000f31": "Allied Vision Technologies Canada Inc",
+ "000f32": "Co Ltd",
+ "000f33": "DUALi Inc.",
+ "000f34": "Cisco Systems, Inc",
+ "000f35": "Cisco Systems, Inc",
+ "000f36": "Accurate Techhnologies, Inc.",
+ "000f37": "Xambala Incorporated",
+ "000f38": "Netstar",
+ "000f39": "IRIS SENSORS",
+ "000f3a": "HISHARP",
+ "000f3b": "Fuji System Machines Co., Ltd.",
+ "000f3c": "Endeleo Limited",
+ "000f3d": "D-Link Corporation",
+ "000f3e": "CardioNet, Inc",
+ "000f3f": "Big Bear Networks",
+ "000f40": "Optical Internetworking Forum",
+ "000f41": "Zipher Ltd",
+ "000f42": "Xalyo Systems",
+ "000f43": "Wasabi Systems Inc.",
+ "000f44": "Tivella Inc.",
+ "000f45": "Stretch, Inc.",
+ "000f46": "SINAR AG",
+ "000f47": "ROBOX SPA",
+ "000f48": "Polypix Inc.",
+ "000f49": "Northover Solutions Limited",
+ "000f4a": "Kyushu-kyohan co.,ltd",
+ "000f4b": "Oracle Corporation",
+ "000f4c": "Elextech INC",
+ "000f4d": "TalkSwitch",
+ "000f4e": "Cellink",
+ "000f4f": "PCS Systemtechnik GmbH",
+ "000f50": "StreamScale Limited",
+ "000f51": "Azul Systems, Inc.",
+ "000f52": "YORK Refrigeration, Marine & Controls",
+ "000f53": "Solarflare Communications Inc.",
+ "000f54": "Entrelogic Corporation",
+ "000f55": "Datawire Communication Networks Inc.",
+ "000f56": "Continuum Photonics Inc",
+ "000f57": "CABLELOGIC Co., Ltd.",
+ "000f58": "Adder Technology Limited",
+ "000f59": "Phonak AG",
+ "000f5a": "Peribit Networks",
+ "000f5b": "Delta Information Systems, Inc.",
+ "000f5c": "Day One Digital Media Limited",
+ "000f5d": "Genexis BV",
+ "000f5e": "Veo",
+ "000f60": "Lifetron Co.,Ltd",
+ "000f61": "Hewlett Packard",
+ "000f62": "Alcatel Bell Space N.V.",
+ "000f63": "Obzerv Technologies",
+ "000f64": "D&R Electronica Weesp BV",
+ "000f65": "icube Corp.",
+ "000f66": "Cisco-Linksys, LLC",
+ "000f67": "West Instruments",
+ "000f68": "Vavic Network Technology, Inc.",
+ "000f69": "SEW Eurodrive GmbH & Co. KG",
+ "000f6a": "Nortel Networks",
+ "000f6b": "GateWare Communications GmbH",
+ "000f6c": "ADDI-DATA GmbH",
+ "000f6d": "Midas Engineering",
+ "000f6e": "BBox",
+ "000f6f": "FTA Communication Technologies",
+ "000f70": "Wintec Industries, inc.",
+ "000f71": "Sanmei Electronics Co.,Ltd",
+ "000f72": "Sandburst",
+ "000f73": "RS Automation Co., Ltd",
+ "000f74": "Qamcom Technology AB",
+ "000f75": "First Silicon Solutions",
+ "000f76": "Digital Keystone, Inc.",
+ "000f77": "DENTUM CO.,LTD",
+ "000f78": "Datacap Systems Inc",
+ "000f79": "Bluetooth Interest Group Inc.",
+ "000f7a": "BeiJing NuQX Technology CO.,LTD",
+ "000f7b": "Arce Sistemas, S.A.",
+ "000f7c": "ACTi Corporation",
+ "000f7d": "Xirrus",
+ "000f7e": "Ablerex Electronics Co., LTD",
+ "000f7f": "UBSTORAGE Co.,Ltd.",
+ "000f80": "Trinity Security Systems,Inc.",
+ "000f81": "PAL Pacific Inc.",
+ "000f82": "Mortara Instrument, Inc.",
+ "000f83": "Brainium Technologies Inc.",
+ "000f84": "Astute Networks, Inc.",
+ "000f85": "ADDO-Japan Corporation",
+ "000f86": "BlackBerry RTS",
+ "000f87": "Maxcess International",
+ "000f88": "AMETEK, Inc.",
+ "000f89": "Winnertec System Co., Ltd.",
+ "000f8a": "WideView",
+ "000f8b": "Orion MultiSystems Inc",
+ "000f8c": "Gigawavetech Pte Ltd",
+ "000f8d": "FAST TV-Server AG",
+ "000f8e": "DONGYANG TELECOM CO.,LTD.",
+ "000f8f": "Cisco Systems, Inc",
+ "000f90": "Cisco Systems, Inc",
+ "000f91": "Aerotelecom Co.,Ltd.",
+ "000f92": "Microhard Systems Inc.",
+ "000f93": "Landis+Gyr Ltd.",
+ "000f94": "Genexis BV",
+ "000f95": "ELECOM Co.,LTD Laneed Division",
+ "000f96": "Telco Systems, Inc. ",
+ "000f97": "Avanex Corporation",
+ "000f98": "Avamax Co. Ltd.",
+ "000f99": "APAC opto Electronics Inc.",
+ "000f9a": "Synchrony, Inc.",
+ "000f9b": "Ross Video Limited",
+ "000f9c": "Panduit Corp",
+ "000f9d": "Ltd",
+ "000f9e": "Murrelektronik GmbH",
+ "000f9f": "Commscope",
+ "000fa0": "Canon Korea Inc.",
+ "000fa1": "Gigabit Systems Inc.",
+ "000fa2": "2xWireless",
+ "000fa3": "Alpha Networks Inc.",
+ "000fa4": "Sprecher Automation GmbH",
+ "000fa5": "BWA Technology GmbH",
+ "000fa6": "S2 Security Corporation",
+ "000fa7": "Raptor Networks Technology",
+ "000fa8": "Photometrics, Inc.",
+ "000fa9": "PC Fabrik",
+ "000faa": "Nexus Technologies",
+ "000fab": "Kyushu Electronics Systems Inc.",
+ "000fac": "IEEE 802.11",
+ "000fad": "FMN communications GmbH",
+ "000fae": "E2O Communications",
+ "000faf": "Dialog Inc.",
+ "000fb0": "Compal Electronics INC.",
+ "000fb1": "Cognio Inc.",
+ "000fb2": "Pvt. Ltd.",
+ "000fb3": "Actiontec Electronics, Inc",
+ "000fb4": "Timespace Technology",
+ "000fb5": "NETGEAR",
+ "000fb6": "Europlex Technologies",
+ "000fb7": "Cavium",
+ "000fb8": "CallURL Inc.",
+ "000fb9": "Adaptive Instruments",
+ "000fba": "Tevebox AB",
+ "000fbb": "Nokia Siemens Networks GmbH & Co. KG.",
+ "000fbc": "Onkey Technologies, Inc.",
+ "000fbd": "LTD",
+ "000fbe": "e-w/you Inc.",
+ "000fbf": "DGT Sp. z o.o.",
+ "000fc0": "DELCOMp",
+ "000fc1": "WAVE Corporation",
+ "000fc2": "Uniwell Corporation",
+ "000fc3": "PalmPalm Technology, Inc.",
+ "000fc4": "NST co.,LTD.",
+ "000fc5": "KeyMed Ltd",
+ "000fc6": "Eurocom Industries A/S",
+ "000fc7": "Dionica R&D Ltd.",
+ "000fc8": "Chantry Networks",
+ "000fc9": "Allnet GmbH",
+ "000fca": "A-JIN TECHLINE CO, LTD",
+ "000fcb": "3Com Ltd",
+ "000fcc": "Commscope",
+ "000fcd": "Nortel Networks",
+ "000fce": "Kikusui Electronics Corp.",
+ "000fcf": "DataWind Research",
+ "000fd0": "ASTRI",
+ "000fd1": "Applied Wireless Identifications Group, Inc.",
+ "000fd2": "EWA Technologies, Inc.",
+ "000fd3": "Digium",
+ "000fd4": "Soundcraft",
+ "000fd5": "Schwechat - RISE",
+ "000fd6": "Sarotech Co., Ltd",
+ "000fd7": "Harman Music Group",
+ "000fd8": "Force, Inc.",
+ "000fd9": "FlexDSL Telecommunications AG",
+ "000fda": "YAZAKI CORPORATION",
+ "000fdb": "Westell Technologies Inc.",
+ "000fdc": "Ueda Japan Radio Co., Ltd.",
+ "000fdd": "SORDIN AB",
+ "000fde": "Sony Corporation",
+ "000fdf": "SOLOMON Technology Corp.",
+ "000fe0": "NComputing Co.,Ltd.",
+ "000fe1": "ID DIGITAL CORPORATION",
+ "000fe2": "Hangzhou H3C Technologies Co., Limited",
+ "000fe3": "Damm Cellular Systems A/S",
+ "000fe4": "Pantech Co.,Ltd",
+ "000fe5": "MERCURY SECURITY CORPORATION",
+ "000fe6": "MBTech Systems, Inc.",
+ "000fe7": "Lutron Electronics Co., Inc.",
+ "000fe8": "Lobos, Inc.",
+ "000fe9": "GW TECHNOLOGIES CO.,LTD.",
+ "000fea": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "000feb": "Cylon Controls",
+ "000fec": "GopherTec Inc.",
+ "000fed": "Anam Electronics Co., Ltd",
+ "000fee": "XTec, Incorporated",
+ "000fef": "Thales e-Transactions GmbH",
+ "000ff0": "Sunray Co. Ltd.",
+ "000ff1": "nex-G Systems Pte.Ltd",
+ "000ff2": "Loud Technologies Inc.",
+ "000ff3": "Jung Myoung Communications&Technology",
+ "000ff4": "Guntermann & Drunck GmbH",
+ "000ff5": "GN&S company",
+ "000ff6": "DARFON LIGHTING CORP",
+ "000ff7": "Cisco Systems, Inc",
+ "000ff8": "Cisco Systems, Inc",
+ "000ff9": "Valcretec, Inc.",
+ "000ffa": "Optinel Systems, Inc.",
+ "000ffb": "Nippon Denso Industry Co., Ltd.",
+ "000ffc": "Merit Li-Lin Ent.",
+ "000ffd": "Glorytek Network Inc.",
+ "000ffe": "G-PRO COMPUTER",
+ "000fff": "Control4",
+ "001000": "CABLE TELEVISION LABORATORIES, INC.",
+ "001001": "Citel",
+ "001002": "ACTIA",
+ "001003": "IMATRON, INC.",
+ "001004": "THE BRANTLEY COILE COMPANY,INC",
+ "001005": "UEC COMMERCIAL",
+ "001006": "Thales Contact Solutions Ltd.",
+ "001007": "Cisco Systems, Inc",
+ "001008": "VIENNA SYSTEMS CORPORATION",
+ "001009": "HORANET",
+ "00100a": "WILLIAMS COMMUNICATIONS GROUP",
+ "00100b": "Cisco Systems, Inc",
+ "00100c": "ITO CO., LTD.",
+ "00100d": "Cisco Systems, Inc",
+ "00100e": "MICRO LINEAR COPORATION",
+ "00100f": "INDUSTRIAL CPU SYSTEMS",
+ "001010": "INITIO CORPORATION",
+ "001011": "Cisco Systems, Inc",
+ "001012": "PVT LTD",
+ "001013": "Kontron America, Inc.",
+ "001014": "Cisco Systems, Inc",
+ "001015": "OOmon Inc.",
+ "001016": "T.SQWARE",
+ "001017": "Bosch Access Systems GmbH",
+ "001018": "Broadcom",
+ "001019": "SIRONA DENTAL SYSTEMS GmbH & Co. KG",
+ "00101a": "PictureTel Corp.",
+ "00101b": "CORNET TECHNOLOGY, INC.",
+ "00101c": "OHM TECHNOLOGIES INTL, LLC",
+ "00101d": "WINBOND ELECTRONICS CORP.",
+ "00101e": "MATSUSHITA ELECTRONIC INSTRUMENTS CORP.",
+ "00101f": "Cisco Systems, Inc",
+ "001020": "Hand Held Products Inc",
+ "001021": "ENCANTO NETWORKS, INC.",
+ "001022": "SatCom Media Corporation",
+ "001023": "Network Equipment Technologies",
+ "001024": "NAGOYA ELECTRIC WORKS CO., LTD",
+ "001025": "Grayhill, Inc",
+ "001026": "ACCELERATED NETWORKS, INC.",
+ "001027": "L-3 COMMUNICATIONS EAST",
+ "001028": "COMPUTER TECHNICA, INC.",
+ "001029": "Cisco Systems, Inc",
+ "00102a": "ZF MICROSYSTEMS, INC.",
+ "00102b": "UMAX DATA SYSTEMS, INC.",
+ "00102c": "Lasat Networks A/S",
+ "00102d": "HITACHI SOFTWARE ENGINEERING",
+ "00102e": "NETWORK SYSTEMS & TECHNOLOGIES PVT. LTD.",
+ "00102f": "Cisco Systems, Inc",
+ "001030": "EION Inc.",
+ "001031": "OBJECTIVE COMMUNICATIONS, INC.",
+ "001032": "ALTA TECHNOLOGY",
+ "001033": "ACCESSLAN COMMUNICATIONS, INC.",
+ "001034": "GNP Computers",
+ "001035": "Elitegroup Computer Systems Co.,Ltd.",
+ "001036": "INTER-TEL INTEGRATED SYSTEMS",
+ "001037": "CYQ've Technology Co., Ltd.",
+ "001038": "Micro Research Ltd.",
+ "001039": "Vectron Systems AG",
+ "00103a": "DIAMOND NETWORK TECH",
+ "00103b": "HIPPI NETWORKING FORUM",
+ "00103c": "IC ENSEMBLE, INC.",
+ "00103d": "PHASECOM, LTD.",
+ "00103e": "NETSCHOOLS CORPORATION",
+ "00103f": "TOLLGRADE COMMUNICATIONS, INC.",
+ "001040": "INTERMEC CORPORATION",
+ "001041": "BRISTOL BABCOCK, INC.",
+ "001042": "Alacritech, Inc.",
+ "001043": "A2 CORPORATION",
+ "001044": "InnoLabs Corporation",
+ "001045": "Nortel Networks",
+ "001046": "ALCORN MCBRIDE INC.",
+ "001047": "ECHO ELETRIC CO. LTD.",
+ "001048": "HTRC AUTOMATION, INC.",
+ "001049": "ShoreTel, Inc",
+ "00104a": "The Parvus Corporation",
+ "00104b": "3COM",
+ "00104c": "Teledyne LeCroy, Inc",
+ "00104d": "SURTEC INDUSTRIES, INC.",
+ "00104e": "CEOLOGIC",
+ "00104f": "Oracle Corporation ",
+ "001050": "RION CO., LTD.",
+ "001051": "CMICRO CORPORATION",
+ "001052": "GMBH",
+ "001053": "COMPUTER TECHNOLOGY CORP.",
+ "001054": "Cisco Systems, Inc",
+ "001055": "FUJITSU MICROELECTRONICS, INC.",
+ "001056": "SODICK CO., LTD.",
+ "001057": "Rebel.com, Inc.",
+ "001058": "ArrowPoint Communications",
+ "001059": "DIABLO RESEARCH CO. LLC",
+ "00105a": "3COM",
+ "00105b": "NET INSIGHT AB",
+ "00105c": "LTD.",
+ "00105d": "Draeger Medical",
+ "00105e": "Spirent plc, Service Assurance Broadband",
+ "00105f": "ZODIAC DATA SYSTEMS",
+ "001060": "BILLIONTON SYSTEMS, INC.",
+ "001061": "HOSTLINK CORP.",
+ "001062": "NX SERVER, ILNC.",
+ "001063": "STARGUIDE DIGITAL NETWORKS",
+ "001064": "DNPG, LLC",
+ "001065": "RADYNE CORPORATION",
+ "001066": "ADVANCED CONTROL SYSTEMS, INC.",
+ "001067": "Ericsson",
+ "001068": "COMOS TELECOM",
+ "001069": "HELIOSS COMMUNICATIONS, INC.",
+ "00106a": "DIGITAL MICROWAVE CORPORATION",
+ "00106b": "SONUS NETWORKS, INC.",
+ "00106c": "EDNT GmbH",
+ "00106d": "Axxcelera Broadband Wireless",
+ "00106e": "TADIRAN COM. LTD.",
+ "00106f": "TRENTON TECHNOLOGY INC.",
+ "001070": "CARADON TREND LTD.",
+ "001071": "ADVANET INC.",
+ "001072": "GVN TECHNOLOGIES, INC.",
+ "001073": "TECHNOBOX, INC.",
+ "001074": "ATEN INTERNATIONAL CO., LTD.",
+ "001075": "Segate Technology LLC",
+ "001076": "EUREM GmbH",
+ "001077": "SAF DRIVE SYSTEMS, LTD.",
+ "001078": "NUERA COMMUNICATIONS, INC.",
+ "001079": "Cisco Systems, Inc",
+ "00107a": "AmbiCom, Inc.",
+ "00107b": "Cisco Systems, Inc",
+ "00107c": "P-COM, INC.",
+ "00107d": "AURORA COMMUNICATIONS, LTD.",
+ "00107e": "BACHMANN ELECTRONIC GmbH",
+ "00107f": "CRESTRON ELECTRONICS, INC.",
+ "001080": "METAWAVE COMMUNICATIONS",
+ "001081": "DPS, INC.",
+ "001082": "JNA TELECOMMUNICATIONS LIMITED",
+ "001083": "Hewlett Packard",
+ "001084": "K-BOT COMMUNICATIONS",
+ "001085": "POLARIS COMMUNICATIONS, INC.",
+ "001086": "ATTO Technology, Inc.",
+ "001087": "XSTREAMIS PLC",
+ "001088": "AMERICAN NETWORKS INC.",
+ "001089": "WebSonic",
+ "00108a": "TeraLogic, Inc.",
+ "00108b": "LASERANIMATION SOLLINGER GMBH",
+ "00108c": "Fujitsu Services Ltd",
+ "00108d": "Johnson Controls, Inc.",
+ "00108e": "HUGH SYMONS CONCEPT Technologies Ltd.",
+ "00108f": "RAPTOR SYSTEMS",
+ "001090": "CIMETRICS, INC.",
+ "001091": "NO WIRES NEEDED BV",
+ "001092": "NETCORE INC.",
+ "001093": "CMS COMPUTERS, LTD.",
+ "001094": "Performance Analysis Broadband, Spirent plc",
+ "001095": "Thomson Inc.",
+ "001096": "TRACEWELL SYSTEMS, INC.",
+ "001097": "WinNet Metropolitan Communications Systems, Inc.",
+ "001098": "STARNET TECHNOLOGIES, INC.",
+ "001099": "InnoMedia, Inc.",
+ "00109a": "NETLINE",
+ "00109b": "Emulex Corporation",
+ "00109c": "MG Co., Ltd.",
+ "00109d": "CLARINET SYSTEMS, INC.",
+ "00109e": "AWARE, INC.",
+ "00109f": "PAVO, INC.",
+ "0010a0": "INNOVEX TECHNOLOGIES, INC.",
+ "0010a1": "KENDIN SEMICONDUCTOR, INC.",
+ "0010a2": "TNS",
+ "0010a3": "OMNITRONIX, INC.",
+ "0010a4": "XIRCOM",
+ "0010a5": "OXFORD INSTRUMENTS",
+ "0010a6": "Cisco Systems, Inc",
+ "0010a7": "UNEX TECHNOLOGY CORPORATION",
+ "0010a8": "RELIANCE COMPUTER CORP.",
+ "0010a9": "ADHOC TECHNOLOGIES",
+ "0010aa": "MEDIA4, INC.",
+ "0010ab": "KOITO ELECTRIC INDUSTRIES, LTD.",
+ "0010ac": "IMCI TECHNOLOGIES",
+ "0010ad": "SOFTRONICS USB, INC.",
+ "0010ae": "SHINKO ELECTRIC INDUSTRIES CO.",
+ "0010af": "TAC SYSTEMS, INC.",
+ "0010b0": "MERIDIAN TECHNOLOGY CORP.",
+ "0010b1": "FOR-A CO., LTD.",
+ "0010b2": "COACTIVE AESTHETICS",
+ "0010b3": "NOKIA MULTIMEDIA TERMINALS",
+ "0010b4": "ATMOSPHERE NETWORKS",
+ "0010b5": "Accton Technology Corp",
+ "0010b6": "ENTRATA COMMUNICATIONS CORP.",
+ "0010b7": "COYOTE TECHNOLOGIES, LLC",
+ "0010b8": "ISHIGAKI COMPUTER SYSTEM CO.",
+ "0010b9": "MAXTOR CORP.",
+ "0010ba": "MARTINHO-DAVIS SYSTEMS, INC.",
+ "0010bb": "DATA & INFORMATION TECHNOLOGY",
+ "0010bc": "Aastra Telecom",
+ "0010be": "MARCH NETWORKS CORPORATION",
+ "0010bf": "InterAir Wireless",
+ "0010c0": "ARMA, Inc.",
+ "0010c1": "OI ELECTRIC CO.,LTD",
+ "0010c2": "WILLNET, INC.",
+ "0010c3": "CSI-CONTROL SYSTEMS",
+ "0010c4": "MEDIA GLOBAL LINKS CO., LTD.",
+ "0010c5": "PROTOCOL TECHNOLOGIES, INC.",
+ "0010c6": "Universal Global Scientific Industrial., Ltd",
+ "0010c7": "DATA TRANSMISSION NETWORK",
+ "0010c8": "COMMUNICATIONS ELECTRONICS SECURITY GROUP",
+ "0010c9": "MITSUBISHI ELECTRONICS LOGISTIC SUPPORT CO.",
+ "0010ca": "Telco Systems, Inc. ",
+ "0010cb": "FACIT K.K.",
+ "0010cc": "CLP COMPUTER LOGISTIK PLANUNG GmbH",
+ "0010cd": "INTERFACE CONCEPT",
+ "0010ce": "VOLAMP, LTD.",
+ "0010cf": "FIBERLANE COMMUNICATIONS",
+ "0010d0": "WITCOM, LTD.",
+ "0010d1": "Top Layer Networks, Inc.",
+ "0010d2": "NITTO TSUSHINKI CO., LTD",
+ "0010d3": "GRIPS ELECTRONIC GMBH",
+ "0010d4": "STORAGE COMPUTER CORPORATION",
+ "0010d5": "IMASDE CANARIAS, S.A.",
+ "0010d6": "Exelis",
+ "0010d7": "ARGOSY RESEARCH INC.",
+ "0010d8": "CALISTA",
+ "0010d9": "IBM JAPAN, FUJISAWA MT+D",
+ "0010da": "Kollmorgen Corp",
+ "0010db": "Juniper Networks",
+ "0010dc": "MICRO-STAR INTERNATIONAL CO., LTD.",
+ "0010dd": "ENABLE SEMICONDUCTOR, INC.",
+ "0010de": "INTERNATIONAL DATACASTING CORPORATION",
+ "0010df": "RISE COMPUTER INC.",
+ "0010e0": "Oracle Corporation ",
+ "0010e1": "S.I. TECH, INC.",
+ "0010e2": "ArrayComm, Inc.",
+ "0010e3": "Hewlett Packard",
+ "0010e4": "NSI CORPORATION",
+ "0010e5": "SOLECTRON TEXAS",
+ "0010e6": "APPLIED INTELLIGENT SYSTEMS, INC.",
+ "0010e7": "Breezecom, Ltd.",
+ "0010e8": "TELOCITY, INCORPORATED",
+ "0010e9": "RAIDTEC LTD.",
+ "0010ea": "ADEPT TECHNOLOGY",
+ "0010eb": "SELSIUS SYSTEMS, INC.",
+ "0010ec": "Embedded Planet",
+ "0010ed": "SUNDANCE TECHNOLOGY, INC.",
+ "0010ee": "CTI PRODUCTS, INC.",
+ "0010ef": "DBTEL INCORPORATED",
+ "0010f0": "RITTAL-WERK RUDOLF LOH GmbH & Co.",
+ "0010f1": "I-O CORPORATION",
+ "0010f2": "ANTEC",
+ "0010f3": "Nexcom International Co., Ltd.",
+ "0010f4": "Vertical Communications",
+ "0010f5": "AMHERST SYSTEMS, INC.",
+ "0010f6": "Cisco Systems, Inc",
+ "0010f7": "IRIICHI TECHNOLOGIES Inc.",
+ "0010f8": "TEXIO TECHNOLOGY CORPORATION",
+ "0010f9": "UNIQUE SYSTEMS, INC.",
+ "0010fa": "Apple, Inc.",
+ "0010fb": "ZIDA TECHNOLOGIES LIMITED",
+ "0010fc": "BROADBAND NETWORKS, INC.",
+ "0010fd": "COCOM A/S",
+ "0010fe": "DIGITAL EQUIPMENT CORPORATION",
+ "0010ff": "Cisco Systems, Inc",
+ "001100": "Schneider Electric",
+ "001101": "CET Technologies Pte Ltd",
+ "001102": "Aurora Multimedia Corp.",
+ "001103": "kawamura electric inc.",
+ "001104": "TELEXY",
+ "001105": "Sunplus Technology Co., Ltd.",
+ "001107": "RGB Networks Inc.",
+ "001108": "Orbital Data Corporation",
+ "001109": "Micro-Star International",
+ "00110a": "Hewlett Packard",
+ "00110b": "Franklin Technology Systems",
+ "00110c": "Atmark Techno, Inc.",
+ "00110d": "SANBlaze Technology, Inc.",
+ "00110e": "Tsurusaki Sealand Transportation Co. Ltd.",
+ "00110f": "netplat,Inc.",
+ "001110": "Maxanna Technology Co., Ltd.",
+ "001111": "Intel Corporation",
+ "001112": "Honeywell CMSS",
+ "001113": "Fraunhofer FOKUS",
+ "001114": "EverFocus Electronics Corp.",
+ "001115": "EPIN Technologies, Inc.",
+ "001116": "COTEAU VERT CO., LTD.",
+ "001117": "CESNET",
+ "001118": "BLX IC Design Corp., Ltd.",
+ "001119": "Solteras, Inc.",
+ "00111a": "Commscope",
+ "00111b": "Targa Systems Div L-3 Communications",
+ "00111c": "Pleora Technologies Inc.",
+ "00111d": "Hectrix Limited",
+ "00111f": "Doremi Labs, Inc.",
+ "001120": "Cisco Systems, Inc",
+ "001121": "Cisco Systems, Inc",
+ "001122": "CIMSYS Inc",
+ "001123": "Appointech, Inc.",
+ "001124": "Apple, Inc.",
+ "001125": "IBM Corp",
+ "001126": "Venstar Inc.",
+ "001127": "TASI, Inc",
+ "001128": "Streamit",
+ "001129": "Paradise Datacom Ltd.",
+ "00112a": "Niko NV",
+ "00112b": "NetModule AG",
+ "00112c": "IZT GmbH",
+ "00112d": "iPulse Systems",
+ "00112e": "CEICOM",
+ "00112f": "ASUSTek COMPUTER INC.",
+ "001130": "Ltd.",
+ "001131": "UNATECH. CO.,LTD",
+ "001132": "Synology Incorporated",
+ "001133": "Siemens AG Austria",
+ "001134": "MediaCell, Inc.",
+ "001135": "Grandeye Ltd",
+ "001136": "Goodrich Sensor Systems",
+ "001137": "AICHI ELECTRIC CO., LTD.",
+ "001138": "TAISHIN CO., LTD.",
+ "001139": "STOEBER ANTRIEBSTECHNIK GmbH + Co. KG.",
+ "00113a": "SHINBORAM",
+ "00113b": "Micronet Communications Inc.",
+ "00113c": "Micronas GmbH",
+ "00113d": "KN SOLTEC CO.,LTD.",
+ "00113e": "JL Corporation",
+ "00113f": "Alcatel DI",
+ "001140": "Nanometrics Inc.",
+ "001141": "GoodMan Corporation",
+ "001142": "e-SMARTCOM INC.",
+ "001143": "Dell Inc.",
+ "001144": "Assurance Technology Corp",
+ "001145": "ValuePoint Networks",
+ "001146": "Telecard-Pribor Ltd",
+ "001147": "Secom-Industry co.LTD.",
+ "001148": "Prolon Control Systems",
+ "001149": "Proliphix Inc.",
+ "00114a": "KAYABA INDUSTRY Co,.Ltd.",
+ "00114b": "Francotyp-Postalia GmbH",
+ "00114c": "caffeina applied research ltd.",
+ "00114d": "Atsumi Electric Co.,LTD.",
+ "00114e": "690885 Ontario Inc.",
+ "00114f": "US Digital Television, Inc",
+ "001150": "Belkin Corporation",
+ "001151": "Mykotronx",
+ "001152": "Eidsvoll Electronics AS",
+ "001153": "Trident Tek, Inc.",
+ "001154": "Webpro Technologies Inc.",
+ "001155": "Sevis Systems",
+ "001156": "Pharos Systems NZ",
+ "001157": "Oki Electric Industry Co., Ltd.",
+ "001158": "Nortel Networks",
+ "001159": "MATISSE NETWORKS INC",
+ "00115a": "Ivoclar Vivadent AG",
+ "00115b": "Elitegroup Computer Systems Co.,Ltd.",
+ "00115c": "Cisco Systems, Inc",
+ "00115d": "Cisco Systems, Inc",
+ "00115e": "ProMinent Dosiertechnik GmbH",
+ "00115f": "ITX Security Co., Ltd.",
+ "001160": "ARTDIO Company Co., LTD",
+ "001161": "NetStreams, LLC",
+ "001162": "STAR MICRONICS CO.,LTD.",
+ "001163": "SYSTEM SPA DEPT. ELECTRONICS",
+ "001164": "ACARD Technology Corp.",
+ "001165": "ZNYX Networks, Inc.",
+ "001166": "Taelim Electronics Co., Ltd.",
+ "001167": "Integrated System Solution Corp.",
+ "001168": "HomeLogic LLC",
+ "001169": "EMS Satcom",
+ "00116a": "Domo Ltd",
+ "00116b": "Digital Data Communications Asia Co.,Ltd",
+ "00116c": "Nanwang Multimedia Inc.,Ltd",
+ "00116d": "American Time and Signal",
+ "00116e": "Peplink International Ltd.",
+ "00116f": "Netforyou Co., LTD.",
+ "001170": "GSC SRL",
+ "001171": "DEXTER Communications, Inc.",
+ "001172": "COTRON CORPORATION",
+ "001173": "SMART Storage Systems",
+ "001174": "Mojo Networks, Inc.",
+ "001175": "Intel Corporation",
+ "001176": "Intellambda Systems, Inc.",
+ "001177": "Coaxial Networks, Inc.",
+ "001178": "Chiron Technology Ltd",
+ "001179": "Singular Technology Co. Ltd.",
+ "00117a": "Singim International Corp.",
+ "00117b": "Büchi Labortechnik AG",
+ "00117c": "e-zy.net",
+ "00117d": "ZMD America, Inc.",
+ "00117e": "Midmark Corp",
+ "00117f": "Neotune Information Technology Corporation,.LTD",
+ "001180": "Commscope",
+ "001181": "InterEnergy Co.Ltd,",
+ "001182": "IMI Norgren Ltd",
+ "001183": "Datalogic ADC, Inc.",
+ "001184": "Humo Laboratory,Ltd.",
+ "001185": "Hewlett Packard",
+ "001186": "Prime Systems, Inc.",
+ "001187": "Category Solutions, Inc",
+ "001188": "Enterasys",
+ "001189": "Aerotech Inc",
+ "00118a": "Viewtran Technology Limited",
+ "00118b": "Alcatel-Lucent Enterprise",
+ "00118c": "Missouri Department of Transportation",
+ "00118d": "Hanchang System Corp.",
+ "00118e": "Halytech Mace",
+ "00118f": "EUTECH INSTRUMENTS PTE. LTD.",
+ "001190": "Digital Design Corporation",
+ "001191": "CTS-Clima Temperatur Systeme GmbH",
+ "001192": "Cisco Systems, Inc",
+ "001193": "Cisco Systems, Inc",
+ "001194": "Chi Mei Communication Systems, Inc.",
+ "001195": "D-Link Corporation",
+ "001196": "Actuality Systems, Inc.",
+ "001197": "Monitoring Technologies Limited",
+ "001198": "Prism Media Products Limited",
+ "001199": "2wcom Systems GmbH",
+ "00119a": "Alkeria srl",
+ "00119b": "Telesynergy Research Inc.",
+ "00119c": "EP&T Energy",
+ "00119d": "Diginfo Technology Corporation",
+ "00119e": "Solectron Brazil",
+ "00119f": "Nokia Danmark A/S",
+ "0011a0": "Vtech Engineering Canada Ltd",
+ "0011a1": "VISION NETWARE CO.,LTD",
+ "0011a2": "Manufacturing Technology Inc",
+ "0011a3": "LanReady Technologies Inc.",
+ "0011a4": "JStream Technologies Inc.",
+ "0011a5": "Fortuna Electronic Corp.",
+ "0011a6": "Sypixx Networks",
+ "0011a7": "Infilco Degremont Inc.",
+ "0011a8": "Quest Technologies",
+ "0011a9": "Nurivoice Co., Ltd",
+ "0011aa": "Uniclass Technology, Co., LTD",
+ "0011ab": "TRUSTABLE TECHNOLOGY CO.,LTD.",
+ "0011ac": "Simtec Electronics",
+ "0011ad": "Shanghai Ruijie Technology",
+ "0011ae": "Commscope",
+ "0011af": "Medialink-i,Inc",
+ "0011b0": "Fortelink Inc.",
+ "0011b1": "BlueExpert Technology Corp.",
+ "0011b2": "2001 Technology Inc.",
+ "0011b3": "YOSHIMIYA CO.,LTD.",
+ "0011b4": "Westermo Network Technologies AB",
+ "0011b5": "Shenzhen Powercom Co.,Ltd",
+ "0011b6": "Open Systems International",
+ "0011b7": "Octalix B.V.",
+ "0011b8": "Liebherr - Elektronik GmbH",
+ "0011b9": "Inner Range Pty. Ltd.",
+ "0011ba": "Elexol Pty Ltd",
+ "0011bb": "Cisco Systems, Inc",
+ "0011bc": "Cisco Systems, Inc",
+ "0011bd": "Bombardier Transportation",
+ "0011be": "AGP Telecom Co. Ltd",
+ "0011bf": "AESYS S.p.A.",
+ "0011c0": "Aday Technology Inc",
+ "0011c1": "4P MOBILE DATA PROCESSING",
+ "0011c2": "United Fiber Optic Communication",
+ "0011c3": "Transceiving System Technology Corporation",
+ "0011c4": "Terminales de Telecomunicacion Terrestre, S.L.",
+ "0011c5": "TEN Technology",
+ "0011c6": "Seagate Technology",
+ "0011c7": "Raymarine UK Ltd",
+ "0011c8": "Powercom Co., Ltd.",
+ "0011c9": "MTT Corporation",
+ "0011ca": "Long Range Systems, Inc.",
+ "0011cb": "Jacobsons AB",
+ "0011cc": "Guangzhou Jinpeng Group Co.,Ltd.",
+ "0011cd": "Axsun Technologies",
+ "0011ce": "Ubisense Limited",
+ "0011cf": "Thrane & Thrane A/S",
+ "0011d0": "Tandberg Data ASA",
+ "0011d1": "Soft Imaging System GmbH",
+ "0011d2": "Perception Digital Ltd",
+ "0011d3": "NextGenTel Holding ASA",
+ "0011d4": "NetEnrich, Inc",
+ "0011d5": "Hangzhou Sunyard System Engineering Co.,Ltd.",
+ "0011d6": "HandEra, Inc.",
+ "0011d7": "eWerks Inc",
+ "0011d8": "ASUSTek COMPUTER INC.",
+ "0011d9": "TiVo",
+ "0011da": "Vivaas Technology Inc.",
+ "0011db": "Land-Cellular Corporation",
+ "0011dc": "Glunz & Jensen",
+ "0011dd": "FROMUS TEC. Co., Ltd.",
+ "0011de": "EURILOGIC",
+ "0011df": "Current Energy",
+ "0011e0": "U-MEDIA Communications, Inc.",
+ "0011e1": "Arcelik A.S",
+ "0011e2": "Hua Jung Components Co., Ltd.",
+ "0011e3": "Thomson, Inc.",
+ "0011e4": "Danelec Electronics A/S",
+ "0011e5": "KCodes Corporation",
+ "0011e6": "Scientific Atlanta",
+ "0011e7": "WORLDSAT - Texas de France",
+ "0011e8": "Tixi.Com",
+ "0011e9": "STARNEX CO., LTD.",
+ "0011ea": "IWICS Inc.",
+ "0011eb": "Innovative Integration",
+ "0011ec": "AVIX INC.",
+ "0011ed": "802 Global",
+ "0011ee": "Estari, Inc.",
+ "0011ef": "Conitec Datensysteme GmbH",
+ "0011f0": "Wideful Limited",
+ "0011f1": "QinetiQ Ltd",
+ "0011f2": "Institute of Network Technologies",
+ "0011f3": "NeoMedia Europe AG",
+ "0011f4": "woori-net",
+ "0011f5": "ASKEY COMPUTER CORP",
+ "0011f6": "Asia Pacific Microsystems , Inc.",
+ "0011f7": "Shenzhen Forward Industry Co., Ltd",
+ "0011f8": "AIRAYA Corp",
+ "0011f9": "Nortel Networks",
+ "0011fa": "Rane Corporation",
+ "0011fb": "Heidelberg Engineering GmbH",
+ "0011fc": "HARTING Electronics GmbH",
+ "0011fd": "KORG INC.",
+ "0011fe": "Keiyo System Research, Inc.",
+ "0011ff": "Digitro Tecnologia Ltda",
+ "001200": "Cisco Systems, Inc",
+ "001201": "Cisco Systems, Inc",
+ "001202": "Decrane Aerospace - Audio International Inc.",
+ "001203": "ActivNetworks",
+ "001204": "u10 Networks, Inc.",
+ "001205": "Terrasat Communications, Inc.",
+ "001206": "Ltd",
+ "001207": "Head Strong International Limited",
+ "001208": "Gantner Instruments GmbH",
+ "001209": "Fastrax Ltd",
+ "00120a": "Emerson Climate Technologies GmbH",
+ "00120b": "Chinasys Technologies Limited",
+ "00120c": "CE-Infosys Pte Ltd",
+ "00120d": "Advanced Telecommunication Technologies, Inc.",
+ "00120e": "AboCom",
+ "00120f": "IEEE 802.3",
+ "001210": "WideRay Corp",
+ "001211": "Protechna Herbst GmbH & Co. KG",
+ "001212": "PLUS Corporation",
+ "001213": "Metrohm AG",
+ "001214": "Koenig & Bauer AG",
+ "001215": "iStor Networks, Inc.",
+ "001216": "ICP Internet Communication Payment AG",
+ "001217": "Cisco-Linksys, LLC",
+ "001218": "ARUZE Corporation",
+ "001219": "General Datacomm LLC",
+ "00121a": "Techno Soft Systemnics Inc.",
+ "00121b": "Sound Devices, LLC",
+ "00121c": "PARROT SA",
+ "00121d": "Netfabric Corporation",
+ "00121e": "Juniper Networks",
+ "00121f": "Harding Instruments",
+ "001220": "Cadco Systems",
+ "001221": "B.Braun Melsungen AG",
+ "001222": "Ltd",
+ "001223": "Pixim",
+ "001224": "NexQL Corporation",
+ "001225": "Commscope",
+ "001226": "Japan Direx Corporation",
+ "001227": "Franklin Electric Co., Inc.",
+ "001228": "Data Ltd.",
+ "001229": "BroadEasy Technologies Co.,Ltd",
+ "00122a": "VTech Telecommunications Ltd.",
+ "00122b": "Virbiage Pty Ltd",
+ "00122c": "Soenen Controls N.V.",
+ "00122d": "SiNett Corporation",
+ "00122e": "Signal Technology - AISD",
+ "00122f": "Sanei Electric Inc.",
+ "001230": "Picaso Infocommunication CO., LTD.",
+ "001231": "Motion Control Systems, Inc.",
+ "001232": "LeWiz Communications Inc.",
+ "001233": "JRC TOKKI Co.,Ltd.",
+ "001234": "Camille Bauer",
+ "001235": "Andrew Corporation",
+ "001236": "ConSentry Networks",
+ "001237": "Texas Instruments",
+ "001238": "SetaBox Technology Co., Ltd.",
+ "001239": "S Net Systems Inc.",
+ "00123a": "Posystech Inc., Co.",
+ "00123b": "KeRo Systems ApS",
+ "00123c": "Second Rule LLC",
+ "00123d": "GES Co, Ltd",
+ "00123e": "ERUNE technology Co., Ltd.",
+ "00123f": "Dell Inc.",
+ "001240": "AMOI ELECTRONICS CO.,LTD",
+ "001241": "a2i marketing center",
+ "001242": "Millennial Net",
+ "001243": "Cisco Systems, Inc",
+ "001244": "Cisco Systems, Inc",
+ "001245": "Zellweger Analytics, Inc.",
+ "001246": "T.O.M TECHNOLOGY INC..",
+ "001247": "Samsung Electronics Co.,Ltd",
+ "001248": "Dell EMC",
+ "001249": "Delta Elettronica S.p.A.",
+ "00124a": "Dedicated Devices, Inc.",
+ "00124b": "Texas Instruments",
+ "00124c": "BBWM Corporation",
+ "00124d": "Inducon BV",
+ "00124e": "XAC AUTOMATION CORP.",
+ "00124f": "nVent",
+ "001250": "Tokyo Aircaft Instrument Co., Ltd.",
+ "001251": "SILINK",
+ "001252": "Citronix, LLC",
+ "001253": "AudioDev AB",
+ "001254": "Spectra Technologies Holdings Company Ltd",
+ "001255": "NetEffect Incorporated",
+ "001256": "LG INFORMATION & COMM.",
+ "001257": "LeapComm Communication Technologies Inc.",
+ "001258": "TechVoIP Sp z o.o.",
+ "001259": "THERMO ELECTRON KARLSRUHE",
+ "00125a": "Microsoft Corporation",
+ "00125b": "KAIMEI ELECTRONI",
+ "00125c": "Green Hills Software, Inc.",
+ "00125d": "CyberNet Inc.",
+ "00125e": "CAEN",
+ "00125f": "AWIND Inc.",
+ "001260": "Stanton Magnetics,inc.",
+ "001261": "Adaptix, Inc",
+ "001262": "Nokia Danmark A/S",
+ "001263": "Data Voice Technologies GmbH",
+ "001264": "daum electronic gmbh",
+ "001265": "Enerdyne Technologies, Inc.",
+ "001266": "Swisscom Hospitality Services SA",
+ "001267": "Panasonic Corporation",
+ "001268": "IPS d.o.o.",
+ "001269": "Value Electronics",
+ "00126a": "OPTOELECTRONICS Co., Ltd.",
+ "00126b": "Ascalade Communications Limited",
+ "00126c": "Visonic Technologies 1993 Ltd.",
+ "00126d": "University of California, Berkeley",
+ "00126e": "Seidel Elektronik GmbH Nfg.KG",
+ "00126f": "Rayson Technology Co., Ltd.",
+ "001270": "NGES Denro Systems",
+ "001271": "Measurement Computing Corp",
+ "001272": "Redux Communications Ltd.",
+ "001273": "Stoke Inc",
+ "001274": "NIT lab",
+ "001275": "Sentilla Corporation",
+ "001276": "CG Power Systems Ireland Limited",
+ "001277": "Beijer Electronics Corp.",
+ "001278": "International Bar Code",
+ "001279": "Hewlett Packard",
+ "00127a": "Sanyu Industry Co.,Ltd.",
+ "00127b": "VIA Networking Technologies, Inc.",
+ "00127c": "SWEGON AB",
+ "00127d": "MobileAria",
+ "00127e": "Digital Lifestyles Group, Inc.",
+ "00127f": "Cisco Systems, Inc",
+ "001280": "Cisco Systems, Inc",
+ "001281": "March Networks S.p.A.",
+ "001282": "Qovia",
+ "001283": "Nortel Networks",
+ "001284": "Lab33 Srl",
+ "001285": "Gizmondo Europe Ltd",
+ "001286": "ENDEVCO CORP",
+ "001287": "Digital Everywhere Unterhaltungselektronik GmbH",
+ "001288": "2Wire Inc",
+ "001289": "Advance Sterilization Products",
+ "00128a": "Commscope",
+ "00128b": "Sensory Networks Inc",
+ "00128c": "Woodward Governor",
+ "00128d": "STB Datenservice GmbH",
+ "00128e": "Q-Free ASA",
+ "00128f": "Montilio",
+ "001290": "KYOWA Electric & Machinery Corp.",
+ "001291": "KWS Computersysteme GmbH",
+ "001292": "Griffin Technology",
+ "001293": "ABB Switzerland Ltd.",
+ "001294": "SUMITOMO ELECTRIC DEVICE INNOVATIONS, INC",
+ "001295": "Aiware Inc.",
+ "001296": "Addlogix",
+ "001297": "O2Micro, Inc.",
+ "001298": "LIMITED",
+ "001299": "Ktech Telecommunications Inc",
+ "00129a": "IRT Electronics Pty Ltd",
+ "00129b": "E2S Electronic Engineering Solutions, S.L.",
+ "00129c": "Yulinet",
+ "00129d": "First International Computer do Brasil",
+ "00129e": "Surf Communications Inc.",
+ "00129f": "RAE Systems",
+ "0012a0": "NeoMeridian Sdn Bhd",
+ "0012a1": "BluePacket Communications Co., Ltd.",
+ "0012a2": "VITA",
+ "0012a3": "Trust International B.V.",
+ "0012a4": "ThingMagic, LLC",
+ "0012a5": "Dolphin Interconnect Solutions AS",
+ "0012a6": "Dolby Australia",
+ "0012a7": "ISR TECHNOLOGIES Inc",
+ "0012a8": "intec GmbH",
+ "0012a9": "3Com Ltd",
+ "0012aa": "IEE, Inc.",
+ "0012ab": "WiLife, Inc.",
+ "0012ac": "ONTIMETEK INC.",
+ "0012ad": "VIVAVIS AG",
+ "0012ae": "HLS HARD-LINE Solutions Inc.",
+ "0012af": "ELPRO Technologies",
+ "0012b1": "Dai Nippon Printing Co., Ltd",
+ "0012b2": "AVOLITES LTD.",
+ "0012b3": "Advance Wireless Technology Corp.",
+ "0012b4": "Work Microwave GmbH",
+ "0012b5": "Vialta, Inc.",
+ "0012b6": "Santa Barbara Infrared, Inc.",
+ "0012b7": "PTW Freiburg",
+ "0012b8": "G2 Microsystems",
+ "0012b9": "Fusion Digital Technology",
+ "0012ba": "FSI Systems, Inc.",
+ "0012bb": "Telecommunications Industry Association TR-41 Committee",
+ "0012bc": "Echolab LLC",
+ "0012bd": "Avantec Manufacturing Limited",
+ "0012be": "Astek Corporation",
+ "0012bf": "Arcadyan Technology Corporation",
+ "0012c0": "HotLava Systems, Inc.",
+ "0012c1": "Check Point Software Technologies",
+ "0012c2": "Apex Electronics Factory",
+ "0012c3": "WIT S.A.",
+ "0012c4": "Viseon, Inc.",
+ "0012c5": "Co.,Ltd",
+ "0012c6": "TGC America, Inc",
+ "0012c7": "SECURAY Technologies Ltd.Co.",
+ "0012c8": "Perfect tech",
+ "0012c9": "Commscope",
+ "0012ca": "Mechatronic Brick Aps",
+ "0012cb": "CSS Inc.",
+ "0012cc": "Bitatek CO., LTD",
+ "0012cd": "ASEM SpA",
+ "0012ce": "Advanced Cybernetics Group",
+ "0012cf": "Accton Technology Corp",
+ "0012d0": "Gossen-Metrawatt-GmbH",
+ "0012d1": "Texas Instruments",
+ "0012d2": "Texas Instruments",
+ "0012d3": "Zetta Systems, Inc.",
+ "0012d4": "Princeton Technology, Ltd",
+ "0012d5": "Motion Reality Inc.",
+ "0012d6": "Jiangsu Yitong High-Tech Co.,Ltd",
+ "0012d7": "Invento Networks, Inc.",
+ "0012d8": "International Games System Co., Ltd.",
+ "0012d9": "Cisco Systems, Inc",
+ "0012da": "Cisco Systems, Inc",
+ "0012db": "ZIEHL industrie-elektronik GmbH + Co KG",
+ "0012dc": "SunCorp Industrial Limited",
+ "0012dd": "Co., Ltd.",
+ "0012de": "Radio Components Sweden AB",
+ "0012df": "Novomatic AG",
+ "0012e0": "Codan Limited",
+ "0012e1": "Alliant Networks, Inc",
+ "0012e2": "ALAXALA Networks Corporation",
+ "0012e3": "Agat Soft LLC",
+ "0012e4": "ZIEHL industrie-electronik GmbH + Co KG",
+ "0012e5": "Time America, Inc.",
+ "0012e6": "SPECTEC COMPUTER CO., LTD.",
+ "0012e7": "Projectek Networking Electronics Corp.",
+ "0012e8": "Fraunhofer IMS",
+ "0012e9": "Abbey Systems Ltd",
+ "0012ea": "Trane",
+ "0012eb": "PDH Solutions, LLC",
+ "0012ec": "Movacolor b.v.",
+ "0012ed": "AVG Advanced Technologies",
+ "0012ee": "Sony Corporation",
+ "0012ef": "OneAccess SA",
+ "0012f0": "Intel Corporate",
+ "0012f1": "IFOTEC",
+ "0012f2": "Brocade Communications Systems LLC",
+ "0012f3": "u-blox AG",
+ "0012f4": "Belco International Co.,Ltd.",
+ "0012f5": "Imarda New Zealand Limited",
+ "0012f6": "MDK CO.,LTD.",
+ "0012f7": "Xiamen Xinglian Electronics Co., Ltd.",
+ "0012f8": "WNI Resources, LLC",
+ "0012f9": "URYU SEISAKU, LTD.",
+ "0012fa": "THX LTD",
+ "0012fb": "Samsung Electronics Co.,Ltd",
+ "0012fc": "PLANET System Co.,LTD",
+ "0012fd": "OPTIMUS IC S.A.",
+ "0012fe": "Lenovo Mobile Communication Technology Ltd.",
+ "0012ff": "Lely Industries N.V.",
+ "001300": "IT-FACTORY, INC.",
+ "001301": "IronGate S.L.",
+ "001302": "Intel Corporate",
+ "001303": "GateConnect",
+ "001304": "Flaircomm Technologies Co. LTD",
+ "001305": "Epicom, Inc.",
+ "001306": "Always On Wireless",
+ "001307": "Paravirtual Corporation",
+ "001308": "Nuvera Fuel Cells",
+ "001309": "Ocean Broadband Networks",
+ "00130a": "Nortel Networks",
+ "00130b": "Mextal B.V.",
+ "00130c": "HF System Corporation",
+ "00130d": "GALILEO AVIONICA",
+ "00130e": "Focusrite Audio Engineering Limited",
+ "00130f": "EGEMEN Bilgisayar Muh San ve Tic LTD STI",
+ "001310": "Cisco-Linksys, LLC",
+ "001311": "Commscope",
+ "001312": "Amedia Networks Inc.",
+ "001313": "GuangZhou Post & Telecom Equipment ltd",
+ "001314": "Asiamajor Inc.",
+ "001315": "Sony Interactive Entertainment Inc.",
+ "001316": "L-S-B Broadcast Technologies GmbH",
+ "001317": "GN Netcom A/S",
+ "001318": "DGSTATION Co., Ltd.",
+ "001319": "Cisco Systems, Inc",
+ "00131a": "Cisco Systems, Inc",
+ "00131b": "BeCell Innovations Corp.",
+ "00131c": "LiteTouch, Inc.",
+ "00131d": "Scanvaegt International A/S",
+ "00131e": "peiker acustic GmbH",
+ "00131f": "NxtPhase T&D, Corp.",
+ "001320": "Intel Corporate",
+ "001321": "Hewlett Packard",
+ "001322": "DAQ Electronics, Inc.",
+ "001323": "Cap Co., Ltd.",
+ "001324": "Schneider Electric Ultra Terminal",
+ "001325": "Cortina Systems Inc",
+ "001326": "ECM Systems Ltd",
+ "001327": "Data Acquisitions limited",
+ "001328": "Westech Korea Inc.,",
+ "001329": "VSST Co., LTD",
+ "00132a": "Sitronics Telecom Solutions",
+ "00132b": "Phoenix Digital",
+ "00132c": "MAZ Brandenburg GmbH",
+ "00132d": "iWise Communications",
+ "00132e": "ITian Coporation",
+ "00132f": "Interactek",
+ "001330": "EURO PROTECTION SURVEILLANCE",
+ "001331": "CellPoint Connect",
+ "001332": "Beijing Topsec Network Security Technology Co., Ltd.",
+ "001333": "BaudTec Corporation",
+ "001334": "Arkados, Inc.",
+ "001335": "VS Industry Berhad",
+ "001336": "Tianjin 712 Communication Broadcasting co., ltd.",
+ "001337": "Orient Power Home Network Ltd.",
+ "001338": "FRESENIUS-VIAL",
+ "001339": "CCV Deutschland GmbH",
+ "00133a": "VadaTech Inc.",
+ "00133b": "Speed Dragon Multimedia Limited",
+ "00133c": "QUINTRON SYSTEMS INC.",
+ "00133d": "Micro Memory Curtiss Wright Co",
+ "00133e": "MetaSwitch",
+ "00133f": "Eppendorf Instrumente GmbH",
+ "001340": "AD.EL s.r.l.",
+ "001341": "Shandong New Beiyang Information Technology Co.,Ltd",
+ "001342": "Vision Research, Inc.",
+ "001343": "GmbH",
+ "001344": "Fargo Electronics Inc.",
+ "001345": "Eaton Corporation",
+ "001346": "D-Link Corporation",
+ "001347": "Red Lion Controls, LP",
+ "001348": "Artila Electronics Co., Ltd.",
+ "001349": "Zyxel Communications Corporation",
+ "00134a": "Engim, Inc.",
+ "00134b": "ToGoldenNet Technology Inc.",
+ "00134c": "YDT Technology International",
+ "00134d": "Inepro BV",
+ "00134e": "Valox Systems, Inc.",
+ "00134f": "Rapidus Wireless Networks Inc.",
+ "001350": "Silver Spring Networks, Inc",
+ "001351": "Niles Audio Corporation",
+ "001352": "Naztec, Inc.",
+ "001353": "HYDAC Filtertechnik GMBH",
+ "001354": "Zcomax Technologies, Inc.",
+ "001355": "TOMEN Cyber-business Solutions, Inc.",
+ "001356": "FLIR Radiation Inc",
+ "001357": "Soyal Technology Co., Ltd.",
+ "001358": "Realm Systems, Inc.",
+ "001359": "ProTelevision Technologies A/S",
+ "00135a": "Project T&E Limited",
+ "00135b": "PanelLink Cinema, LLC",
+ "00135c": "OnSite Systems, Inc.",
+ "00135d": "NTTPC Communications, Inc.",
+ "00135e": "EAB/RWI/K",
+ "00135f": "Cisco Systems, Inc",
+ "001360": "Cisco Systems, Inc",
+ "001361": "Biospace Co., Ltd.",
+ "001362": "ShinHeung Precision Co., Ltd.",
+ "001363": "Verascape, Inc.",
+ "001364": "Paradigm Technology Inc..",
+ "001365": "Nortel Networks",
+ "001366": "Neturity Technologies Inc.",
+ "001367": "Narayon. Co., Ltd.",
+ "001368": "Saab Danmark A/S",
+ "001369": "Honda Electron Co., LED.",
+ "00136a": "Hach Lange Sarl",
+ "00136b": "E-TEC",
+ "00136c": "TomTom",
+ "00136d": "Tentaculus AB",
+ "00136e": "Techmetro Corp.",
+ "00136f": "PacketMotion, Inc.",
+ "001370": "Nokia Danmark A/S",
+ "001371": "Commscope",
+ "001372": "Dell Inc.",
+ "001373": "BLwave Electronics Co., Ltd",
+ "001374": "Atheros Communications, Inc.",
+ "001375": "American Security Products Co.",
+ "001376": "Tabor Electronics Ltd.",
+ "001377": "Samsung Electronics Co.,Ltd",
+ "001378": "Qsan Technology, Inc.",
+ "001379": "PONDER INFORMATION INDUSTRIES LTD.",
+ "00137a": "Netvox Technology Co., Ltd.",
+ "00137b": "Movon Corporation",
+ "00137c": "Kaicom co., Ltd.",
+ "00137d": "Dynalab, Inc.",
+ "00137e": "CorEdge Networks, Inc.",
+ "00137f": "Cisco Systems, Inc",
+ "001380": "Cisco Systems, Inc",
+ "001381": "CHIPS & Systems, Inc.",
+ "001382": "Cetacea Networks Corporation",
+ "001383": "Application Technologies and Engineering Research Laboratory",
+ "001384": "Advanced Motion Controls",
+ "001385": "Add-On Technology Co., LTD.",
+ "001386": "ABB Inc/Totalflow",
+ "001387": "27M Technologies AB",
+ "001388": "WiMedia Alliance",
+ "001389": "Redes de Telefonía Móvil S.A.",
+ "00138a": "Qingdao GoerTek Technology Co., Ltd.",
+ "00138b": "Phantom Technologies LLC",
+ "00138c": "Kumyoung.Co.Ltd",
+ "00138d": "Kinghold",
+ "00138e": "FOAB Elektronik AB",
+ "00138f": "Asiarock Technology Limited",
+ "001390": "Termtek Computer Co., Ltd",
+ "001391": "OUEN CO.,LTD.",
+ "001392": "Ruckus Wireless",
+ "001393": "Panta Systems, Inc.",
+ "001394": "Infohand Co.,Ltd",
+ "001395": "congatec GmbH",
+ "001396": "Acbel Polytech Inc.",
+ "001397": "Oracle Corporation ",
+ "001398": "TrafficSim Co.,Ltd",
+ "001399": "STAC Corporation.",
+ "00139a": "K-ubique ID Corp.",
+ "00139b": "ioIMAGE Ltd.",
+ "00139c": "Exavera Technologies, Inc.",
+ "00139d": "MaxLinear Hispania S.L.U.",
+ "00139e": "Ciara Technologies Inc.",
+ "00139f": "Electronics Design Services, Co., Ltd.",
+ "0013a0": "ALGOSYSTEM Co., Ltd.",
+ "0013a1": "Crow Electronic Engeneering",
+ "0013a2": "MaxStream, Inc",
+ "0013a3": "Siemens Home & Office Comm. Devices",
+ "0013a4": "KeyEye Communications",
+ "0013a5": "General Solutions, LTD.",
+ "0013a6": "Extricom Ltd",
+ "0013a7": "BATTELLE MEMORIAL INSTITUTE",
+ "0013a8": "Tanisys Technology",
+ "0013a9": "Sony Corporation",
+ "0013aa": "ALS & TEC Ltd.",
+ "0013ab": "Telemotive AG",
+ "0013ac": "Sunmyung Electronics Co., LTD",
+ "0013ad": "Sendo Ltd",
+ "0013ae": "Radiance Technologies, Inc.",
+ "0013af": "NUMA Technology,Inc.",
+ "0013b0": "Jablotron",
+ "0013b1": "Pte Ltd",
+ "0013b2": "Carallon Limited",
+ "0013b3": "Ecom Communications Technology Co., Ltd.",
+ "0013b4": "Appear AS",
+ "0013b5": "Wavesat",
+ "0013b6": "Sling Media, Inc.",
+ "0013b7": "Scantech ID",
+ "0013b8": "RyCo Electronic Systems Limited",
+ "0013b9": "BM SPA",
+ "0013ba": "ReadyLinks Inc",
+ "0013bb": "Smartvue Corporation",
+ "0013bc": "Artimi Ltd",
+ "0013bd": "HYMATOM SA",
+ "0013be": "Virtual Conexions",
+ "0013bf": "Media System Planning Corp.",
+ "0013c0": "Trix Tecnologia Ltda.",
+ "0013c1": "Asoka USA Corporation",
+ "0013c2": "WACOM Co.,Ltd",
+ "0013c3": "Cisco Systems, Inc",
+ "0013c4": "Cisco Systems, Inc",
+ "0013c5": "LIGHTRON FIBER-OPTIC DEVICES INC.",
+ "0013c6": "OpenGear, Inc",
+ "0013c7": "IONOS Co.,Ltd.",
+ "0013c8": "ADB Broadband Italia",
+ "0013c9": "Beyond Achieve Enterprises Ltd.",
+ "0013ca": "ATX",
+ "0013cb": "Zenitel Norway AS",
+ "0013cc": "Tall Maple Systems",
+ "0013cd": "MTI co. LTD",
+ "0013ce": "Intel Corporate",
+ "0013cf": "4Access Communications",
+ "0013d0": "t+ Medical Ltd",
+ "0013d1": "KIRK telecom A/S",
+ "0013d2": "PAGE IBERICA, S.A.",
+ "0013d3": "MICRO-STAR INTERNATIONAL CO., LTD.",
+ "0013d4": "ASUSTek COMPUTER INC.",
+ "0013d5": "RuggedCom",
+ "0013d6": "TII NETWORK TECHNOLOGIES, INC.",
+ "0013d7": "SPIDCOM Technologies SA",
+ "0013d8": "Princeton Instruments",
+ "0013d9": "Matrix Product Development, Inc.",
+ "0013da": "Diskware Co., Ltd",
+ "0013db": "SHOEI Electric Co.,Ltd",
+ "0013dc": "IBTEK INC.",
+ "0013dd": "Abbott Diagnostics",
+ "0013de": "Adapt4, LLC",
+ "0013df": "Ryvor Corp.",
+ "0013e0": "Murata Manufacturing Co., Ltd.",
+ "0013e1": "Iprobe AB",
+ "0013e2": "GeoVision Inc.",
+ "0013e3": "CoVi Technologies, Inc.",
+ "0013e4": "YANGJAE SYSTEMS CORP.",
+ "0013e5": "TENOSYS, INC.",
+ "0013e6": "Technolution",
+ "0013e7": "Halcro",
+ "0013e8": "Intel Corporate",
+ "0013e9": "VeriWave, Inc.",
+ "0013ea": "Kamstrup A/S",
+ "0013eb": "Sysmaster Corporation",
+ "0013ec": "Netsnapper Technologies SARL",
+ "0013ed": "PSIA",
+ "0013ee": "JBX Designs Inc.",
+ "0013ef": "Kingjon Digital Technology Co.,Ltd",
+ "0013f0": "Wavefront Semiconductor",
+ "0013f1": "AMOD Technology Co., Ltd.",
+ "0013f2": "Klas Ltd",
+ "0013f3": "Giga-byte Communications Inc.",
+ "0013f4": "Ltd",
+ "0013f5": "Akimbi Systems",
+ "0013f6": "Cintech",
+ "0013f7": "SMC Networks, Inc.",
+ "0013f8": "Dex Security Solutions",
+ "0013f9": "Cavera Systems",
+ "0013fa": "LifeSize Communications, Inc",
+ "0013fb": "RKC INSTRUMENT INC.",
+ "0013fc": "SiCortex, Inc",
+ "0013fd": "Nokia Danmark A/S",
+ "0013fe": "GRANDTEC ELECTRONIC CORP.",
+ "0013ff": "Dage-MTI of MC, Inc.",
+ "001400": "MINERVA KOREA CO., LTD",
+ "001401": "Rivertree Networks Corp.",
+ "001402": "kk-electronic a/s",
+ "001403": "Renasis, LLC",
+ "001404": "Commscope",
+ "001405": "OpenIB, Inc.",
+ "001406": "Go Networks",
+ "001407": "Sperian Protection Instrumentation",
+ "001408": "Eka Systems Inc.",
+ "001409": "MAGNETI MARELLI S.E. S.p.A.",
+ "00140a": "WEPIO Co., Ltd.",
+ "00140b": "FIRST INTERNATIONAL COMPUTER, INC.",
+ "00140c": "GKB CCTV CO., LTD.",
+ "00140d": "Nortel Networks",
+ "00140e": "Nortel Networks",
+ "00140f": "Federal State Unitary Enterprise Leningrad R&D Institute of",
+ "001410": "Suzhou Keda Technology CO.,Ltd",
+ "001411": "Deutschmann Automation GmbH & Co. KG",
+ "001412": "S-TEC electronics AG",
+ "001413": "Trebing & Himstedt Prozeßautomation GmbH & Co. KG",
+ "001414": "Jumpnode Systems LLC.",
+ "001415": "Intec Automation inc.",
+ "001416": "Scosche Industries, Inc.",
+ "001417": "RSE Informations Technologie GmbH",
+ "001418": "C4Line",
+ "001419": "SIDSA",
+ "00141a": "DEICY CORPORATION",
+ "00141b": "Cisco Systems, Inc",
+ "00141c": "Cisco Systems, Inc",
+ "00141d": "KEBA Industrial Automation Germany GmbH",
+ "00141e": "P.A. Semi, Inc.",
+ "00141f": "SunKwang Electronics Co., Ltd",
+ "001420": "G-Links networking company",
+ "001421": "Total Wireless Technologies Pte. Ltd.",
+ "001422": "Dell Inc.",
+ "001423": "J-S Co. NEUROCOM",
+ "001424": "Merry Electrics CO., LTD.",
+ "001425": "Galactic Computing Corp.",
+ "001426": "NL Technology",
+ "001427": "JazzMutant",
+ "001428": "Vocollect Inc",
+ "001429": "V Center Technologies Co., Ltd.",
+ "00142a": "Elitegroup Computer Systems Co.,Ltd.",
+ "00142b": "Edata Communication Inc.",
+ "00142c": "Koncept International, Inc.",
+ "00142d": "Toradex AG",
+ "00142e": "77 Elektronika Kft.",
+ "00142f": "Savvius",
+ "001430": "ViPowER, Inc",
+ "001431": "PDL Electronics Ltd",
+ "001432": "Tarallax Wireless, Inc.",
+ "001433": "Inc.",
+ "001434": "Keri Systems, Inc",
+ "001435": "CityCom Corp.",
+ "001436": "Qwerty Elektronik AB",
+ "001437": "GSTeletech Co.,Ltd.",
+ "001438": "Hewlett Packard Enterprise ",
+ "001439": "Blonder Tongue Laboratories, Inc",
+ "00143a": "RAYTALK INTERNATIONAL SRL",
+ "00143b": "Sensovation AG",
+ "00143c": "Rheinmetall Canada Inc.",
+ "00143d": "Aevoe Inc.",
+ "00143e": "AirLink Communications, Inc.",
+ "00143f": "Hotway Technology Corporation",
+ "001440": "ATOMIC Corporation",
+ "001441": "Innovation Sound Technology Co., LTD.",
+ "001442": "ATTO CORPORATION",
+ "001443": "Consultronics Europe Ltd",
+ "001444": "Grundfos Holding",
+ "001445": "Telefon-Gradnja d.o.o.",
+ "001446": "SuperVision Solutions LLC",
+ "001447": "BOAZ Inc.",
+ "001448": "Inventec Multimedia & Telecom Corporation",
+ "001449": "Sichuan Changhong Electric Ltd.",
+ "00144a": "Taiwan Thick-Film Ind. Corp.",
+ "00144b": "Hifn, Inc.",
+ "00144c": "General Meters Corp.",
+ "00144d": "Intelligent Systems",
+ "00144e": "SRISA",
+ "00144f": "Oracle Corporation ",
+ "001450": "Heim Systems GmbH",
+ "001451": "Apple, Inc.",
+ "001452": "CALCULEX,INC.",
+ "001453": "ADVANTECH TECHNOLOGIES CO.,LTD",
+ "001454": "Symwave",
+ "001455": "Coder Electronics Corporation",
+ "001456": "Edge Products",
+ "001457": "Nevion",
+ "001458": "HS Automatic ApS",
+ "001459": "Moram Co., Ltd.",
+ "00145a": "Westermo Neratec AG",
+ "00145b": "SeekerNet Inc.",
+ "00145c": "Intronics B.V.",
+ "00145d": "WJ Communications, Inc.",
+ "00145e": "IBM Corp",
+ "00145f": "ADITEC CO. LTD",
+ "001460": "Kyocera Wireless Corp.",
+ "001461": "CORONA CORPORATION",
+ "001462": "Digiwell Technology, inc",
+ "001463": "IDCS N.V.",
+ "001464": "Cryptosoft",
+ "001465": "Novo Nordisk A/S",
+ "001466": "Kleinhenz Elektronik GmbH",
+ "001467": "ArrowSpan Inc.",
+ "001468": "CelPlan International, Inc.",
+ "001469": "Cisco Systems, Inc",
+ "00146a": "Cisco Systems, Inc",
+ "00146b": "Anagran, Inc.",
+ "00146c": "NETGEAR",
+ "00146d": "RF Technologies",
+ "00146e": "H. Stoll GmbH & Co. KG",
+ "00146f": "Kohler Co",
+ "001470": "Prokom Software SA",
+ "001471": "Eastern Asia Technology Limited",
+ "001473": "Bookham Inc",
+ "001474": "K40 Electronics",
+ "001475": "Wiline Networks, Inc.",
+ "001476": "MultiCom Industries Limited",
+ "001477": "Trilliant",
+ "001478": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "001479": "NEC Magnus Communications,Ltd.",
+ "00147a": "Eubus GmbH",
+ "00147b": "Iteris, Inc.",
+ "00147c": "3Com Ltd",
+ "00147d": "Aeon Digital International",
+ "00147e": "InnerWireless",
+ "00147f": "Thomson Telecom Belgium",
+ "001480": "Hitachi-LG Data Storage Korea, Inc",
+ "001481": "Multilink Inc",
+ "001482": "Aurora Networks",
+ "001483": "eXS Inc.",
+ "001484": "Cermate Technologies Inc.",
+ "001485": "Giga-Byte",
+ "001486": "Echo Digital Audio Corporation",
+ "001487": "American Technology Integrators",
+ "001488": "Akorri",
+ "001489": "B15402100 - JANDEI, S.L.",
+ "00148a": "Elin Ebg Traction Gmbh",
+ "00148b": "Globo Electronic GmbH & Co. KG",
+ "00148c": "General Dynamics Mission Systems",
+ "00148d": "Cubic Defense Simulation Systems",
+ "00148e": "Tele Power Inc.",
+ "00148f": "Ltd.",
+ "001490": "ASP Corporation",
+ "001491": "Daniels Electronics Ltd. dba Codan Radio Communications",
+ "001492": "Liteon, Mobile Media Solution SBU",
+ "001493": "Systimax Solutions",
+ "001494": "ESU AG",
+ "001495": "2Wire Inc",
+ "001496": "Phonic Corp.",
+ "001497": "ZHIYUAN Eletronics co.,ltd.",
+ "001498": "Viking Design Technology",
+ "001499": "Helicomm Inc",
+ "00149a": "Commscope",
+ "00149b": "Nokota Communications, LLC",
+ "00149c": "HF Company",
+ "00149d": "Sound ID Inc.",
+ "00149e": "UbONE Co., Ltd",
+ "00149f": "System and Chips, Inc.",
+ "0014a0": "Accsense, Inc.",
+ "0014a1": "Synchronous Communication Corp",
+ "0014a2": "Core Micro Systems Inc.",
+ "0014a3": "Vitelec BV",
+ "0014a4": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0014a5": "Gemtek Technology Co., Ltd.",
+ "0014a6": "Teranetics, Inc.",
+ "0014a7": "Nokia Danmark A/S",
+ "0014a8": "Cisco Systems, Inc",
+ "0014a9": "Cisco Systems, Inc",
+ "0014aa": "Ashly Audio, Inc.",
+ "0014ab": "Senhai Electronic Technology Co., Ltd.",
+ "0014ac": "Bountiful WiFi",
+ "0014ad": "Gassner Wiege- und Meßtechnik GmbH",
+ "0014ae": "Wizlogics Co., Ltd.",
+ "0014af": "Datasym POS Inc.",
+ "0014b0": "Naeil Community",
+ "0014b1": "Axell Wireless Limited",
+ "0014b2": "mCubelogics Corporation",
+ "0014b3": "CoreStar International Corp",
+ "0014b4": "General Dynamics United Kingdom Ltd",
+ "0014b5": "PHYSIOMETRIX,INC",
+ "0014b6": "Enswer Technology Inc.",
+ "0014b7": "AR Infotek Inc.",
+ "0014b8": "Hill-Rom",
+ "0014b9": "MSTAR SEMICONDUCTOR",
+ "0014ba": "Carvers SA de CV",
+ "0014bb": "Open Interface North America",
+ "0014bc": "SYNECTIC TELECOM EXPORTS PVT. LTD.",
+ "0014bd": "incNETWORKS, Inc",
+ "0014be": "Wink communication technology CO.LTD",
+ "0014bf": "Cisco-Linksys, LLC",
+ "0014c0": "Symstream Technology Group Ltd",
+ "0014c1": "U.S. Robotics Corporation",
+ "0014c2": "Hewlett Packard",
+ "0014c3": "Seagate Technology",
+ "0014c4": "Vitelcom Mobile Technology",
+ "0014c5": "Alive Technologies Pty Ltd",
+ "0014c6": "Quixant Ltd",
+ "0014c7": "Nortel Networks",
+ "0014c8": "Contemporary Research Corp",
+ "0014c9": "Brocade Communications Systems LLC",
+ "0014ca": "Key Radio Systems Limited",
+ "0014cb": "LifeSync Corporation",
+ "0014cc": "Zetec, Inc.",
+ "0014cd": "DigitalZone Co., Ltd.",
+ "0014ce": "NF CORPORATION",
+ "0014cf": "INVISIO Communications",
+ "0014d0": "BTI Systems Inc.",
+ "0014d1": "TRENDnet, Inc.",
+ "0014d2": "Kyuden Technosystems Corporation",
+ "0014d3": "SEPSA",
+ "0014d4": "K Technology Corporation",
+ "0014d5": "Datang Telecom Technology CO. , LCD,Optical Communication Br",
+ "0014d6": "Jeongmin Electronics Co.,Ltd.",
+ "0014d7": "Datastore Technology Corp",
+ "0014d8": "bio-logic SA",
+ "0014d9": "IP Fabrics, Inc.",
+ "0014da": "Huntleigh Healthcare",
+ "0014db": "Elma Trenew Electronic GmbH",
+ "0014dd": "Covergence Inc.",
+ "0014de": "Sage Instruments Inc.",
+ "0014df": "HI-P Tech Corporation",
+ "0014e0": "LET'S Corporation",
+ "0014e1": "Data Display AG",
+ "0014e2": "datacom systems inc.",
+ "0014e3": "mm-lab GmbH",
+ "0014e4": "infinias, LLC",
+ "0014e5": "Alticast",
+ "0014e6": "AIM Infrarotmodule GmbH",
+ "0014e7": "Stolinx,. Inc",
+ "0014e8": "Commscope",
+ "0014e9": "Nortech International",
+ "0014eb": "AwarePoint Corporation",
+ "0014ec": "Acro Telecom",
+ "0014ed": "Airak, Inc.",
+ "0014ee": "Western Digital Technologies, Inc.",
+ "0014ef": "TZero Technologies, Inc.",
+ "0014f0": "Business Security OL AB",
+ "0014f1": "Cisco Systems, Inc",
+ "0014f2": "Cisco Systems, Inc",
+ "0014f3": "ViXS Systems Inc",
+ "0014f4": "DekTec Digital Video B.V.",
+ "0014f5": "OSI Security Devices",
+ "0014f6": "Juniper Networks",
+ "0014f7": "CREVIS Co., LTD",
+ "0014f8": "Scientific Atlanta",
+ "0014f9": "Vantage Controls",
+ "0014fa": "AsGa S.A.",
+ "0014fb": "Technical Solutions Inc.",
+ "0014fc": "Extandon, Inc.",
+ "0014fd": "Thecus Technology Corp.",
+ "0014fe": "Artech Electronics",
+ "0014ff": "Precise Automation, Inc.",
+ "001500": "Intel Corporate",
+ "001501": "LexBox",
+ "001502": "BETA tech",
+ "001503": "PROFIcomms s.r.o.",
+ "001504": "GAME PLUS CO., LTD.",
+ "001505": "Actiontec Electronics, Inc",
+ "001506": "Neo Photonics",
+ "001507": "Renaissance Learning Inc",
+ "001508": "Global Target Enterprise Inc",
+ "001509": "Plus Technology Co., Ltd",
+ "00150a": "Sonoa Systems, Inc",
+ "00150b": "SAGE INFOTECH LTD.",
+ "00150c": "AVM GmbH",
+ "00150d": "Hoana Medical, Inc.",
+ "00150e": "OPENBRAIN TECHNOLOGIES CO., LTD.",
+ "00150f": "mingjong",
+ "001510": "Techsphere Co., Ltd",
+ "001511": "Data Center Systems",
+ "001512": "Zurich University of Applied Sciences",
+ "001513": "EFS sas",
+ "001514": "Hu Zhou NAVA Networks&Electronics Ltd.",
+ "001515": "Leipold+Co.GmbH",
+ "001516": "URIEL SYSTEMS INC.",
+ "001517": "Intel Corporate",
+ "001518": "Shenzhen 10MOONS Technology Development CO.,Ltd",
+ "001519": "StoreAge Networking Technologies",
+ "00151a": "Hunter Engineering Company",
+ "00151b": "Isilon Systems Inc.",
+ "00151c": "LENECO",
+ "00151d": "M2I CORPORATION",
+ "00151f": "Ltd",
+ "001520": "Radiocrafts AS",
+ "001521": "Horoquartz",
+ "001522": "Dea Security",
+ "001523": "Meteor Communications Corporation",
+ "001524": "Numatics, Inc.",
+ "001525": "Chamberlain Access Solutions",
+ "001526": "Remote Technologies Inc",
+ "001527": "Balboa Instruments",
+ "001528": "Beacon Medical Products LLC d.b.a. BeaconMedaes",
+ "001529": "N3 Corporation",
+ "00152a": "Nokia Corporation",
+ "00152b": "Cisco Systems, Inc",
+ "00152c": "Cisco Systems, Inc",
+ "00152d": "TenX Networks, LLC",
+ "00152e": "PacketHop, Inc.",
+ "00152f": "Commscope",
+ "001530": "Dell EMC",
+ "001531": "KOCOM",
+ "001532": "Consumer Technologies Group, LLC",
+ "001533": "NADAM.CO.,LTD",
+ "001534": "A Beltrónica-Companhia de Comunicações, Lda",
+ "001535": "OTE Spa",
+ "001536": "Powertech co.,Ltd",
+ "001537": "Ventus Networks",
+ "001538": "RFID, Inc.",
+ "001539": "Technodrive srl",
+ "00153a": "Shenzhen Syscan Technology Co.,Ltd.",
+ "00153b": "EMH Metering GmbH & Co. KG",
+ "00153c": "Kprotech Co., Ltd.",
+ "00153d": "ELIM PRODUCT CO.",
+ "00153e": "Q-Matic Sweden AB",
+ "00153f": "Alcatel Alenia Space Italia",
+ "001540": "Nortel Networks",
+ "001541": "StrataLight Communications, Inc.",
+ "001542": "MICROHARD S.R.L.",
+ "001543": "Aberdeen Test Center",
+ "001544": "coM.s.a.t. AG",
+ "001545": "SEECODE Co., Ltd.",
+ "001546": "ITG Worldwide Sdn Bhd",
+ "001547": "AiZen Solutions Inc.",
+ "001548": "CUBE TECHNOLOGIES",
+ "001549": "Dixtal Biomedica Ind. Com. Ltda",
+ "00154a": "WANSHIH ELECTRONIC CO., LTD",
+ "00154b": "Wonde Proud Technology Co., Ltd",
+ "00154c": "Saunders Electronics",
+ "00154d": "Netronome Systems, Inc.",
+ "00154e": "IEC",
+ "00154f": "one RF Technology",
+ "001550": "Nits Technology Inc",
+ "001551": "RadioPulse Inc.",
+ "001552": "Wi-Gear Inc.",
+ "001553": "Cytyc Corporation",
+ "001554": "Atalum Wireless S.A.",
+ "001555": "DFM GmbH",
+ "001556": "Sagemcom Broadband SAS",
+ "001557": "Olivetti",
+ "001558": "FOXCONN",
+ "001559": "Securaplane Technologies, Inc.",
+ "00155a": "DAINIPPON PHARMACEUTICAL CO., LTD.",
+ "00155b": "Sampo Corporation",
+ "00155c": "Dresser Wayne",
+ "00155d": "Microsoft Corporation",
+ "00155e": "Morgan Stanley",
+ "00155f": "GreenPeak Technologies",
+ "001560": "Hewlett Packard",
+ "001561": "JJPlus Corporation",
+ "001562": "Cisco Systems, Inc",
+ "001563": "Cisco Systems, Inc",
+ "001564": "BEHRINGER Spezielle Studiotechnik GmbH",
+ "001565": "XIAMEN YEALINK NETWORK TECHNOLOGY CO.,LTD",
+ "001566": "A-First Technology Co., Ltd.",
+ "001567": "RADWIN Inc.",
+ "001568": "Dilithium Networks",
+ "001569": "PECO II, Inc.",
+ "00156a": "DG2L Technologies Pvt. Ltd.",
+ "00156b": "Perfisans Networks Corp.",
+ "00156c": "SANE SYSTEM CO., LTD",
+ "00156d": "Ubiquiti Inc",
+ "00156e": "A. W. Communication Systems Ltd",
+ "00156f": "Xiranet Communications GmbH",
+ "001570": "Zebra Technologies Inc",
+ "001571": "Nolan Systems",
+ "001572": "Red-Lemon",
+ "001573": "NewSoft Technology Corporation",
+ "001574": "Horizon Semiconductors Ltd.",
+ "001575": "Nevis Networks Inc.",
+ "001576": "LABiTec - Labor Biomedical Technologies GmbH",
+ "001577": "Allied Telesis, Inc.",
+ "001578": "Audio / Video Innovations",
+ "001579": "Lunatone Industrielle Elektronik GmbH",
+ "00157a": "Telefin S.p.A.",
+ "00157b": "Leuze electronic GmbH + Co. KG",
+ "00157c": "Dave Networks, Inc.",
+ "00157d": "POSDATA",
+ "00157e": "Weidmüller Interface GmbH & Co. KG",
+ "00157f": "ChuanG International Holding CO.,LTD.",
+ "001580": "U-WAY CORPORATION",
+ "001581": "MAKUS Inc.",
+ "001582": "Pulse Eight Limited",
+ "001583": "IVT corporation",
+ "001584": "Schenck Process GmbH",
+ "001585": "Aonvision Technolopy Corp.",
+ "001586": "Xiamen Overseas Chinese Electronic Co., Ltd.",
+ "001587": "Takenaka Seisakusho Co.,Ltd",
+ "001588": "Salutica Allied Solutions Sdn Bhd",
+ "001589": "D-MAX Technology Co.,Ltd",
+ "00158a": "SURECOM Technology Corp.",
+ "00158b": "Park Air Systems Ltd",
+ "00158c": "Liab ApS",
+ "00158d": "Jennic Ltd",
+ "00158e": "Plustek.INC",
+ "00158f": "NTT Advanced Technology Corporation",
+ "001590": "Hectronic GmbH",
+ "001591": "RLW Inc.",
+ "001593": "U4EA Technologies Inc.",
+ "001594": "BIXOLON CO.,LTD",
+ "001595": "Quester Tangent Corporation",
+ "001596": "Commscope",
+ "001597": "AETA AUDIO SYSTEMS",
+ "001598": "Kolektor group",
+ "001599": "Samsung Electronics Co.,Ltd",
+ "00159a": "Commscope",
+ "00159b": "Nortel Networks",
+ "00159c": "B-KYUNG SYSTEM Co.,Ltd.",
+ "00159d": "Tripp Lite ",
+ "00159e": "Mad Catz Interactive Inc",
+ "00159f": "Terascala, Inc.",
+ "0015a0": "Nokia Danmark A/S",
+ "0015a1": "ECA-SINTERS",
+ "0015a2": "Commscope",
+ "0015a3": "Commscope",
+ "0015a4": "Commscope",
+ "0015a5": "DCI Co., Ltd.",
+ "0015a6": "Digital Electronics Products Ltd.",
+ "0015a7": "Robatech AG",
+ "0015a8": "Commscope",
+ "0015a9": "KWANG WOO I&C CO.,LTD",
+ "0015aa": "Rextechnik International Co.,",
+ "0015ab": "PRO CO SOUND INC",
+ "0015ac": "Capelon AB",
+ "0015ad": "Accedian Networks",
+ "0015ae": "kyung il",
+ "0015af": "AzureWave Technology Inc.",
+ "0015b0": "AUTOTELENET CO.,LTD",
+ "0015b1": "Ambient Corporation",
+ "0015b2": "Advanced Industrial Computer, Inc.",
+ "0015b3": "Caretech AB",
+ "0015b4": "Polymap Wireless LLC",
+ "0015b5": "CI Network Corp.",
+ "0015b6": "ShinMaywa Industries, Ltd.",
+ "0015b7": "Toshiba",
+ "0015b8": "Tahoe",
+ "0015b9": "Samsung Electronics Co.,Ltd",
+ "0015ba": "iba AG",
+ "0015bb": "SMA Solar Technology AG",
+ "0015bc": "Develco",
+ "0015bd": "Group 4 Technology Ltd",
+ "0015be": "Iqua Ltd.",
+ "0015bf": "technicob",
+ "0015c0": "DIGITAL TELEMEDIA CO.,LTD.",
+ "0015c1": "Sony Interactive Entertainment Inc.",
+ "0015c2": "3M Germany",
+ "0015c3": "Ruf Telematik AG",
+ "0015c4": "FLOVEL CO., LTD.",
+ "0015c5": "Dell Inc.",
+ "0015c6": "Cisco Systems, Inc",
+ "0015c7": "Cisco Systems, Inc",
+ "0015c8": "FlexiPanel Ltd",
+ "0015c9": "Gumstix, Inc",
+ "0015ca": "TeraRecon, Inc.",
+ "0015cb": "Surf Communication Solutions Ltd.",
+ "0015cc": "UQUEST, LTD.",
+ "0015cd": "Exartech International Corp.",
+ "0015ce": "Commscope",
+ "0015cf": "Commscope",
+ "0015d0": "Commscope",
+ "0015d1": "Commscope",
+ "0015d2": "Xantech Corporation",
+ "0015d3": "Pantech&Curitel Communications, Inc.",
+ "0015d4": "Emitor AB",
+ "0015d5": "NICEVT",
+ "0015d6": "OSLiNK Sp. z o.o.",
+ "0015d7": "Reti Corporation",
+ "0015d8": "Interlink Electronics",
+ "0015d9": "PKC Electronics Oy",
+ "0015da": "IRITEL A.D.",
+ "0015db": "Canesta Inc.",
+ "0015dc": "KT&C Co., Ltd.",
+ "0015dd": "IP Control Systems Ltd.",
+ "0015de": "Nokia Danmark A/S",
+ "0015df": "Clivet S.p.A.",
+ "0015e0": "Ericsson",
+ "0015e1": "Picochip Ltd",
+ "0015e2": "Dr.Ing. Herbert Knauer GmbH",
+ "0015e3": "Dream Technologies Corporation",
+ "0015e4": "Zimmer Elektromedizin",
+ "0015e5": "Cheertek Inc.",
+ "0015e6": "MOBILE TECHNIKA Inc.",
+ "0015e7": "Quantec Tontechnik",
+ "0015e8": "Nortel Networks",
+ "0015e9": "D-Link Corporation",
+ "0015ea": "Ltd",
+ "0015eb": "zte corporation",
+ "0015ec": "Boca Devices LLC",
+ "0015ed": "Fulcrum Microsystems, Inc.",
+ "0015ee": "Omnex Control Systems",
+ "0015ef": "NEC TOKIN Corporation",
+ "0015f0": "EGO BV",
+ "0015f1": "KYLINK Communications Corp.",
+ "0015f2": "ASUSTek COMPUTER INC.",
+ "0015f3": "PELTOR AB",
+ "0015f4": "Eventide",
+ "0015f5": "Sustainable Energy Systems",
+ "0015f6": "SCIENCE AND ENGINEERING SERVICES, INC.",
+ "0015f7": "Wintecronics Ltd.",
+ "0015f8": "Kingtronics Industrial Co. Ltd.",
+ "0015f9": "Cisco Systems, Inc",
+ "0015fa": "Cisco Systems, Inc",
+ "0015fb": "setex schermuly textile computer gmbh",
+ "0015fc": "Littelfuse Startco",
+ "0015fd": "Complete Media Systems",
+ "0015fe": "SCHILLING ROBOTICS LLC",
+ "0015ff": "Inseego Wireless, Inc",
+ "001600": "CelleBrite Mobile Synchronization",
+ "001601": "BUFFALO.INC",
+ "001602": "CEYON TECHNOLOGY CO.,LTD.",
+ "001603": "COOLKSKY Co., LTD",
+ "001604": "Sigpro",
+ "001605": "YORKVILLE SOUND INC.",
+ "001606": "Ideal Industries",
+ "001607": "Curves International Inc.",
+ "001608": "Sequans Communications",
+ "001609": "Unitech electronics co., ltd.",
+ "00160a": "SWEEX Europe BV",
+ "00160b": "TVWorks LLC",
+ "00160c": "LPL DEVELOPMENT S.A. DE C.V",
+ "00160d": "Be Here Corporation",
+ "00160e": "Optica Technologies Inc.",
+ "00160f": "BADGER METER INC",
+ "001610": "Carina Technology",
+ "001611": "Altecon Srl",
+ "001612": "Otsuka Electronics Co., Ltd.",
+ "001613": "LibreStream Technologies Inc.",
+ "001614": "Picosecond Pulse Labs",
+ "001615": "Nittan Company, Limited",
+ "001616": "BROWAN COMMUNICATIONS INCORPORATION",
+ "001617": "MSI",
+ "001618": "HIVION Co., Ltd.",
+ "001619": "Lancelan Technologies S.L.",
+ "00161a": "Dametric AB",
+ "00161b": "Micronet Corporation",
+ "00161c": "e:cue",
+ "00161d": "Innovative Wireless Technologies, Inc.",
+ "00161e": "Woojinnet",
+ "00161f": "SUNWAVETEC Co., Ltd.",
+ "001620": "Sony Corporation",
+ "001621": "Colorado Vnet",
+ "001622": "BBH SYSTEMS GMBH",
+ "001623": "Interval Media",
+ "001624": "Teneros, Inc.",
+ "001625": "Impinj, Inc.",
+ "001626": "Commscope",
+ "001627": "embedded-logic DESIGN AND MORE GmbH",
+ "001628": "Magicard Ltd",
+ "001629": "Nivus GmbH",
+ "00162a": "Antik computers & communications s.r.o.",
+ "00162b": "Togami Electric Mfg.co.,Ltd.",
+ "00162c": "Xanboo",
+ "00162d": "STNet Co., Ltd.",
+ "00162e": "Space Shuttle Hi-Tech Co., Ltd.",
+ "00162f": "Geutebrück GmbH",
+ "001630": "Vativ Technologies",
+ "001631": "Xteam",
+ "001632": "Samsung Electronics Co.,Ltd",
+ "001633": "Oxford Diagnostics Ltd.",
+ "001634": "Mathtech, Inc.",
+ "001635": "Hewlett Packard",
+ "001636": "Quanta Computer Inc.",
+ "001637": "CITEL SpA",
+ "001638": "TECOM Co., Ltd.",
+ "001639": "Ubiquam Co., Ltd.",
+ "00163a": "YVES TECHNOLOGY CO., LTD.",
+ "00163b": "Communications & Power Industries",
+ "00163c": "Rebox B.V.",
+ "00163d": "Tsinghua Tongfang Legend Silicon Tech. Co., Ltd.",
+ "00163e": "Xensource, Inc.",
+ "00163f": "CReTE SYSTEMS Inc.",
+ "001640": "Asmobile Communication Inc.",
+ "001641": "Universal Global Scientific Industrial., Ltd",
+ "001642": "Pangolin",
+ "001643": "Sunhillo Corporation",
+ "001644": "LITE-ON Technology Corp.",
+ "001645": "Eaton Corporation",
+ "001646": "Cisco Systems, Inc",
+ "001647": "Cisco Systems, Inc",
+ "001648": "SSD Company Limited",
+ "001649": "SetOne GmbH",
+ "00164a": "Vibration Technology Limited",
+ "00164b": "Quorion Data Systems GmbH",
+ "00164c": "PLANET INT Co., Ltd",
+ "00164d": "Alcatel-Lucent IPD",
+ "00164e": "Nokia Danmark A/S",
+ "00164f": "World Ethnic Broadcastin Inc.",
+ "001650": "Kratos EPD ",
+ "001651": "Exeo Systems",
+ "001652": "Hoatech Technologies, Inc.",
+ "001653": "LEGO System A/S IE Electronics Division",
+ "001654": "Flex-P Industries Sdn. Bhd.",
+ "001655": "FUHO TECHNOLOGY Co., LTD",
+ "001656": "Nintendo Co., Ltd.",
+ "001657": "Aegate Ltd",
+ "001658": "Fusiontech Technologies Inc.",
+ "001659": "Z.M.P. RADWAG",
+ "00165a": "Harman Specialty Group",
+ "00165b": "Grip Audio",
+ "00165c": "Trackflow Ltd.",
+ "00165d": "AirDefense, Inc.",
+ "00165e": "Precision I/O",
+ "00165f": "Fairmount Automation",
+ "001660": "Nortel Networks",
+ "001661": "Ltd",
+ "001662": "Liyuh Technology Ltd.",
+ "001663": "KBT Mobile",
+ "001664": "Prod-El SpA",
+ "001665": "Cellon France",
+ "001666": "Quantier Communication Inc.",
+ "001667": "A-TEC Subsystem INC.",
+ "001668": "Eishin Electronics",
+ "001669": "LTD",
+ "00166a": "TPS",
+ "00166b": "Samsung Electronics Co.,Ltd",
+ "00166c": "Samsung Electronics Co.,Ltd",
+ "00166d": "Co.,Ltd",
+ "00166e": "Arbitron Inc.",
+ "00166f": "Intel Corporate",
+ "001670": "SKNET Corporation",
+ "001671": "Symphox Information Co.",
+ "001672": "Zenway enterprise ltd",
+ "001673": "Bury GmbH & Co. KG",
+ "001674": "Inc.",
+ "001675": "Commscope",
+ "001676": "Intel Corporate",
+ "001677": "Bihl + Wiedemann GmbH",
+ "001678": "SHENZHEN BAOAN GAOKE ELECTRONICS CO., LTD",
+ "001679": "eOn Communications",
+ "00167a": "Skyworth Overseas Development Ltd.",
+ "00167b": "Haver&Boecker",
+ "00167c": "iRex Technologies BV",
+ "00167d": "Sky-Line Information Co., Ltd.",
+ "00167e": "DIBOSS.CO.,LTD",
+ "00167f": "Bluebird Soft Inc.",
+ "001680": "Bally Gaming + Systems",
+ "001681": "Vector Informatik GmbH",
+ "001682": "OMS Motion",
+ "001683": "WEBIO International Co.,.Ltd.",
+ "001684": "Donjin Co.,Ltd.",
+ "001685": "Elisa Oyj",
+ "001686": "Karl Storz Imaging",
+ "001687": "Chubb CSC-Vendor AP",
+ "001688": "ServerEngines LLC",
+ "001689": "Pilkor Electronics Co., Ltd",
+ "00168a": "id-Confirm Inc",
+ "00168b": "Paralan Corporation",
+ "00168c": "DSL Partner AS",
+ "00168d": "KORWIN CO., Ltd.",
+ "00168e": "Vimicro corporation",
+ "00168f": "GN Netcom A/S",
+ "001690": "J-TEK INCORPORATION",
+ "001691": "Moser-Baer AG",
+ "001692": "Scientific-Atlanta, Inc.",
+ "001693": "PowerLink Technology Inc.",
+ "001694": "Sennheiser Communications A/S",
+ "001695": "Limited",
+ "001696": "Limited",
+ "001697": "NEC Corporation",
+ "001698": "T&A Mobile Phones",
+ "001699": "Tonic DVB Marketing Ltd",
+ "00169a": "Quadrics Ltd",
+ "00169b": "Alstom Transport",
+ "00169c": "Cisco Systems, Inc",
+ "00169d": "Cisco Systems, Inc",
+ "00169e": "TV One Ltd",
+ "00169f": "Vimtron Electronics Co., Ltd.",
+ "0016a0": "Auto-Maskin",
+ "0016a1": "3Leaf Networks",
+ "0016a2": "CentraLite Systems, Inc.",
+ "0016a3": "INGETEAM",
+ "0016a4": "Ezurio Ltd",
+ "0016a5": "Tandberg Storage ASA",
+ "0016a6": "Dovado FZ-LLC",
+ "0016a7": "AWETA G&P",
+ "0016a8": "CWT CO., LTD.",
+ "0016a9": "2EI",
+ "0016aa": "Kei Communication Technology Inc.",
+ "0016ab": "Dansensor A/S",
+ "0016ac": "Toho Technology Corp.",
+ "0016ad": "BT-Links Company Limited",
+ "0016ae": "INVENTEL",
+ "0016af": "Shenzhen Union Networks Equipment Co.,Ltd.",
+ "0016b0": "VK Corporation",
+ "0016b1": "KBS",
+ "0016b2": "DriveCam Inc",
+ "0016b3": "Co., Ltd.",
+ "0016b4": "Private",
+ "0016b5": "Commscope",
+ "0016b6": "Cisco-Linksys, LLC",
+ "0016b7": "Seoul Commtech",
+ "0016b8": "Sony Corporation",
+ "0016b9": "ProCurve Networking by HP",
+ "0016ba": "WEATHERNEWS INC.",
+ "0016bb": "Law-Chain Computer Technology Co Ltd",
+ "0016bc": "Nokia Danmark A/S",
+ "0016bd": "ATI Industrial Automation",
+ "0016be": "INFRANET, Inc.",
+ "0016bf": "PaloDEx Group Oy",
+ "0016c0": "Semtech Corporation",
+ "0016c1": "Eleksen Ltd",
+ "0016c2": "Avtec Systems Inc",
+ "0016c3": "BA Systems Inc",
+ "0016c4": "SiRF Technology, Inc.",
+ "0016c5": "Shenzhen Xing Feng Industry Co.,Ltd",
+ "0016c6": "North Atlantic Industries",
+ "0016c7": "Cisco Systems, Inc",
+ "0016c8": "Cisco Systems, Inc",
+ "0016c9": "NAT Seattle, Inc.",
+ "0016ca": "Nortel Networks",
+ "0016cb": "Apple, Inc.",
+ "0016cc": "Xcute Mobile Corp.",
+ "0016cd": "HIJI HIGH-TECH CO., LTD.",
+ "0016ce": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0016cf": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0016d0": "ATech elektronika d.o.o.",
+ "0016d1": "ZAT a.s.",
+ "0016d2": "Caspian",
+ "0016d3": "Wistron Corporation",
+ "0016d4": "Compal Communications, Inc.",
+ "0016d5": "Synccom Co., Ltd",
+ "0016d6": "TDA Tech Pty Ltd",
+ "0016d7": "Sunways AG",
+ "0016d8": "Senea AB",
+ "0016d9": "NINGBO BIRD CO.,LTD.",
+ "0016da": "Futronic Technology Co. Ltd.",
+ "0016db": "Samsung Electronics Co.,Ltd",
+ "0016dc": "ARCHOS",
+ "0016dd": "Gigabeam Corporation",
+ "0016de": "FAST Inc",
+ "0016df": "Lundinova AB",
+ "0016e0": "3Com Ltd",
+ "0016e1": "SiliconStor, Inc.",
+ "0016e2": "American Fibertek, Inc.",
+ "0016e3": "ASKEY COMPUTER CORP",
+ "0016e4": "VANGUARD SECURITY ENGINEERING CORP.",
+ "0016e5": "FORDLEY DEVELOPMENT LIMITED",
+ "0016e6": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "0016e7": "Dynamix Promotions Limited",
+ "0016e8": "Lumissil Microsystems",
+ "0016e9": "Tiba Medical Inc",
+ "0016ea": "Intel Corporate",
+ "0016eb": "Intel Corporate",
+ "0016ec": "Elitegroup Computer Systems Co.,Ltd.",
+ "0016ed": "Utility, Inc",
+ "0016ee": "Royaldigital Inc.",
+ "0016ef": "Koko Fitness, Inc.",
+ "0016f0": "Dell",
+ "0016f1": "OmniSense, LLC",
+ "0016f2": "Dmobile System Co., Ltd.",
+ "0016f3": "CAST Information Co., Ltd",
+ "0016f4": "Eidicom Co., Ltd.",
+ "0016f5": "Dalian Golden Hualu Digital Technology Co.,Ltd",
+ "0016f6": "Nevion",
+ "0016f7": "L-3 Communications, Aviation Recorders",
+ "0016f8": "AVIQTECH TECHNOLOGY CO., LTD.",
+ "0016f9": "CETRTA POT, d.o.o., Kranj",
+ "0016fa": "ECI Telecom Ltd.",
+ "0016fb": "SHENZHEN MTC CO LTD",
+ "0016fc": "TOHKEN CO.,LTD.",
+ "0016fd": "Jaty Electronics",
+ "0016fe": "ALPSALPINE CO,.LTD",
+ "0016ff": "Wamin Optocomm Mfg Corp",
+ "001700": "Commscope",
+ "001701": "KDE, Inc.",
+ "001702": "Osung Midicom Co., Ltd",
+ "001703": "MOSDAN Internation Co.,Ltd",
+ "001704": "Shinco Electronics Group Co.,Ltd",
+ "001705": "Methode Electronics",
+ "001706": "Techfaithwireless Communication Technology Limited.",
+ "001707": "InGrid, Inc",
+ "001708": "Hewlett Packard",
+ "001709": "Exalt Communications",
+ "00170a": "INEW DIGITAL COMPANY",
+ "00170b": "Contela, Inc.",
+ "00170c": "Twig Com Ltd.",
+ "00170d": "Dust Networks Inc.",
+ "00170e": "Cisco Systems, Inc",
+ "00170f": "Cisco Systems, Inc",
+ "001710": "AxyomCore Inc.",
+ "001711": "Cytiva Sweden AB",
+ "001712": "ISCO International",
+ "001713": "Tiger NetCom",
+ "001714": "BR Controls Nederland bv",
+ "001715": "Qstik",
+ "001716": "Qno Technology Inc.",
+ "001717": "Leica Geosystems AG",
+ "001718": "Vansco Electronics Oy",
+ "001719": "Audiocodes USA, Inc",
+ "00171a": "Winegard Company",
+ "00171b": "Innovation Lab Corp.",
+ "00171c": "NT MicroSystems, Inc.",
+ "00171d": "DIGIT",
+ "00171e": "Theo Benning GmbH & Co. KG",
+ "00171f": "IMV Corporation",
+ "001720": "Image Sensing Systems, Inc.",
+ "001721": "FITRE S.p.A.",
+ "001722": "Hanazeder Electronic GmbH",
+ "001723": "Summit Data Communications",
+ "001724": "Studer Professional Audio GmbH",
+ "001725": "Liquid Computing",
+ "001726": "m2c Electronic Technology Ltd.",
+ "001727": "Thermo Ramsey Italia s.r.l.",
+ "001728": "Selex Communications",
+ "001729": "Ubicod Co.LTD",
+ "00172b": "Global Technologies Inc.",
+ "00172c": "TAEJIN INFOTECH",
+ "00172d": "Axcen Photonics Corporation",
+ "00172e": "FXC Inc.",
+ "00172f": "NeuLion Incorporated",
+ "001730": "Automation Electronics",
+ "001731": "ASUSTek COMPUTER INC.",
+ "001732": "Science-Technical Center RISSA",
+ "001733": "SFR",
+ "001734": "ADC Telecommunications",
+ "001735": "Intel Wireless Network Group",
+ "001736": "iiTron Inc.",
+ "001737": "Industrie Dial Face S.p.A.",
+ "001738": "International Business Machines",
+ "001739": "Bright Headphone Electronics Company",
+ "00173a": "Cloudastructure Inc",
+ "00173b": "Cisco Systems, Inc",
+ "00173c": "Extreme Engineering Solutions",
+ "00173d": "Neology",
+ "00173e": "LeucotronEquipamentos Ltda.",
+ "00173f": "Belkin International Inc.",
+ "001740": "Bluberi Gaming Technologies Inc",
+ "001741": "DEFIDEV",
+ "001742": "FUJITSU LIMITED",
+ "001743": "Deck Srl",
+ "001744": "Araneo Ltd.",
+ "001745": "INNOTZ CO., Ltd",
+ "001746": "Freedom9 Inc.",
+ "001747": "Trimble",
+ "001748": "Neokoros Brasil Ltda",
+ "001749": "HYUNDAE YONG-O-SA CO.,LTD",
+ "00174a": "SOCOMEC",
+ "00174b": "Nokia Danmark A/S",
+ "00174c": "Millipore",
+ "00174d": "DYNAMIC NETWORK FACTORY, INC.",
+ "00174e": "Parama-tech Co.,Ltd.",
+ "00174f": "iCatch Inc.",
+ "001750": "GSI Group, MicroE Systems",
+ "001751": "Online Corporation",
+ "001752": "DAGS, Inc",
+ "001753": "nFore Technology Inc.",
+ "001754": "Arkino HiTOP Corporation Limited",
+ "001755": "GE Security",
+ "001756": "Vinci Labs Oy",
+ "001757": "RIX TECHNOLOGY LIMITED",
+ "001758": "ThruVision Ltd",
+ "001759": "Cisco Systems, Inc",
+ "00175a": "Cisco Systems, Inc",
+ "00175b": "ACS Solutions Switzerland Ltd.",
+ "00175c": "SHARP CORPORATION",
+ "00175d": "Dongseo system.",
+ "00175e": "Zed-3",
+ "00175f": "XENOLINK Communications Co., Ltd.",
+ "001760": "Naito Densei Machida MFG.CO.,LTD",
+ "001761": "Private",
+ "001762": "Solar Technology, Inc.",
+ "001763": "Essentia S.p.A.",
+ "001764": "ATMedia GmbH",
+ "001765": "Nortel Networks",
+ "001766": "Accense Technology, Inc.",
+ "001767": "Earforce AS",
+ "001768": "Zinwave Ltd",
+ "001769": "Cymphonix Corp",
+ "00176a": "Avago Technologies",
+ "00176b": "Kiyon, Inc.",
+ "00176c": "Pivot3, Inc.",
+ "00176d": "CORE CORPORATION",
+ "00176e": "DUCATI SISTEMI",
+ "00176f": "Ltd.",
+ "001770": "Arti Industrial Electronics Ltd.",
+ "001771": "APD Communications Ltd",
+ "001772": "ASTRO Strobel Kommunikationssysteme GmbH",
+ "001773": "Laketune Technologies Co. Ltd",
+ "001774": "Elesta GmbH",
+ "001775": "TTE Germany GmbH",
+ "001776": "Meso Scale Diagnostics, LLC",
+ "001777": "Obsidian Research Corporation",
+ "001778": "Central Music Co.",
+ "001779": "QuickTel",
+ "00177a": "ASSA ABLOY AB",
+ "00177b": "Azalea Networks inc",
+ "00177c": "Smartlink Network Systems Limited",
+ "00177d": "IDT Technology Limited",
+ "00177e": "Meshcom Technologies Inc.",
+ "00177f": "Worldsmart Retech",
+ "001780": "Applied Biosystems B.V.",
+ "001781": "Greystone Data System, Inc.",
+ "001782": "LoBenn Inc.",
+ "001783": "Texas Instruments",
+ "001784": "Commscope",
+ "001785": "Sparr Electronics Ltd",
+ "001786": "wisembed",
+ "001787": "Brother, Brother & Sons ApS",
+ "001788": "Philips Lighting BV",
+ "001789": "Zenitron Corporation",
+ "00178a": "DARTS TECHNOLOGIES CORP.",
+ "00178b": "Teledyne Technologies Incorporated",
+ "00178c": "Independent Witness, Inc",
+ "00178d": "Checkpoint Systems, Inc.",
+ "00178e": "Gunnebo Cash Automation AB",
+ "00178f": "NINGBO YIDONG ELECTRONIC CO.,LTD.",
+ "001790": "HYUNDAI DIGITECH Co, Ltd.",
+ "001791": "LinTech GmbH",
+ "001792": "Falcom Wireless Comunications Gmbh",
+ "001793": "Tigi Corporation",
+ "001794": "Cisco Systems, Inc",
+ "001795": "Cisco Systems, Inc",
+ "001796": "Rittmeyer AG",
+ "001797": "Telsy Elettronica S.p.A.",
+ "001798": "Azonic Technology Co., LTD",
+ "001799": "SmarTire Systems Inc.",
+ "00179a": "D-Link Corporation",
+ "00179b": "CHANT SINCERE CO.,LTD",
+ "00179c": "DEPRAG SCHULZ GMBH u. CO.",
+ "00179d": "Kelman Limited",
+ "00179e": "Sirit Inc",
+ "00179f": "Apricorn",
+ "0017a0": "RoboTech srl",
+ "0017a1": "3soft inc.",
+ "0017a2": "Camrivox Ltd.",
+ "0017a3": "MIX s.r.l.",
+ "0017a4": "Hewlett Packard",
+ "0017a5": "MediaTek Inc",
+ "0017a6": "YOSIN ELECTRONICS CO., LTD.",
+ "0017a7": "Mobile Computing Promotion Consortium",
+ "0017a8": "EDM Corporation",
+ "0017a9": "Sentivision",
+ "0017aa": "elab-experience inc.",
+ "0017ab": "Nintendo Co., Ltd.",
+ "0017ac": "O'Neil Product Development Inc.",
+ "0017ad": "AceNet Corporation",
+ "0017ae": "GAI-Tronics",
+ "0017af": "Enermet",
+ "0017b0": "Nokia Danmark A/S",
+ "0017b1": "ACIST Medical Systems, Inc.",
+ "0017b2": "SK Telesys",
+ "0017b3": "Aftek Infosys Limited",
+ "0017b4": "Remote Security Systems, LLC",
+ "0017b5": "Peerless Systems Corporation",
+ "0017b6": "Aquantia Corporation",
+ "0017b7": "Tonze Technology Co.",
+ "0017b8": "NOVATRON CO., LTD.",
+ "0017b9": "Gambro Lundia AB",
+ "0017ba": "SEDO CO., LTD.",
+ "0017bb": "Syrinx Industrial Electronics",
+ "0017bc": "Touchtunes Music Corporation",
+ "0017bd": "Tibetsystem",
+ "0017be": "Tratec Telecom B.V.",
+ "0017bf": "Coherent Research Limited",
+ "0017c0": "PureTech Systems, Inc.",
+ "0017c1": "CM Precision Technology LTD.",
+ "0017c2": "ADB Broadband Italia",
+ "0017c3": "KTF Technologies Inc.",
+ "0017c4": "Quanta Microsystems, INC.",
+ "0017c5": "SonicWALL",
+ "0017c6": "Cross Match Technologies Inc",
+ "0017c7": "MARA Systems Consulting AB",
+ "0017c8": "KYOCERA Display Corporation",
+ "0017c9": "Samsung Electronics Co.,Ltd",
+ "0017ca": "Qisda Corporation",
+ "0017cb": "Juniper Networks",
+ "0017cc": "Alcatel-Lucent",
+ "0017cd": "CEC Wireless R&D Ltd.",
+ "0017ce": "Screen Service Spa",
+ "0017cf": "iMCA-GmbH",
+ "0017d0": "Opticom Communications, LLC",
+ "0017d1": "Nortel Networks",
+ "0017d2": "THINLINX PTY LTD",
+ "0017d3": "Etymotic Research, Inc.",
+ "0017d4": "Monsoon Multimedia, Inc",
+ "0017d5": "Samsung Electronics Co.,Ltd",
+ "0017d6": "Bluechips Microhouse Co.,Ltd.",
+ "0017d7": "ION Geophysical Corporation Inc.",
+ "0017d8": "Magnum Semiconductor, Inc.",
+ "0017d9": "AAI Corporation",
+ "0017da": "Spans Logic",
+ "0017db": "CANKO TECHNOLOGIES INC.",
+ "0017dc": "DAEMYUNG ZERO1",
+ "0017dd": "Clipsal Australia",
+ "0017de": "Advantage Six Ltd",
+ "0017df": "Cisco Systems, Inc",
+ "0017e0": "Cisco Systems, Inc",
+ "0017e1": "DACOS Technologies Co., Ltd.",
+ "0017e2": "Commscope",
+ "0017e3": "Texas Instruments",
+ "0017e4": "Texas Instruments",
+ "0017e5": "Texas Instruments",
+ "0017e6": "Texas Instruments",
+ "0017e7": "Texas Instruments",
+ "0017e8": "Texas Instruments",
+ "0017e9": "Texas Instruments",
+ "0017ea": "Texas Instruments",
+ "0017eb": "Texas Instruments",
+ "0017ec": "Texas Instruments",
+ "0017ed": "WooJooIT Ltd.",
+ "0017ee": "Commscope",
+ "0017ef": "IBM Corp",
+ "0017f0": "SZCOM Broadband Network Technology Co.,Ltd",
+ "0017f1": "Renu Electronics Pvt Ltd",
+ "0017f2": "Apple, Inc.",
+ "0017f3": "Harris Corporation",
+ "0017f4": "ZERON ALLIANCE",
+ "0017f5": "LIG NEOPTEK",
+ "0017f6": "Pyramid Meriden Inc.",
+ "0017f7": "CEM Solutions Pvt Ltd",
+ "0017f8": "Motech Industries Inc.",
+ "0017f9": "Forcom Sp. z o.o.",
+ "0017fa": "Microsoft Corporation",
+ "0017fb": "FA",
+ "0017fc": "Suprema Inc.",
+ "0017fd": "Amulet Hotkey",
+ "0017fe": "TALOS SYSTEM INC.",
+ "0017ff": "PLAYLINE Co.,Ltd.",
+ "001800": "UNIGRAND LTD",
+ "001801": "Actiontec Electronics, Inc",
+ "001802": "Alpha Networks Inc.",
+ "001803": "ArcSoft Shanghai Co. LTD",
+ "001804": "E-TEK DIGITAL TECHNOLOGY LIMITED",
+ "001805": "Beijing InHand Networking Technology Co.,Ltd.",
+ "001806": "Hokkei Industries Co., Ltd.",
+ "001807": "Fanstel Corp.",
+ "001808": "SightLogix, Inc.",
+ "001809": "CRESYN",
+ "00180a": "Cisco Meraki",
+ "00180b": "Brilliant Telecommunications",
+ "00180c": "Zhone Technologies, Inc.",
+ "00180d": "Terabytes Server Storage Tech Corp",
+ "00180e": "Avega Systems",
+ "00180f": "Nokia Danmark A/S",
+ "001810": "IPTrade S.A.",
+ "001811": "Neuros Technology International, LLC.",
+ "001812": "Beijing Xinwei Telecom Technology Co., Ltd.",
+ "001813": "Sony Corporation",
+ "001814": "Mitutoyo Corporation",
+ "001815": "GZ Technologies, Inc.",
+ "001816": "Ubixon Co., Ltd.",
+ "001817": "D. E. Shaw Research, LLC",
+ "001818": "Cisco Systems, Inc",
+ "001819": "Cisco Systems, Inc",
+ "00181a": "AVerMedia Information Inc.",
+ "00181b": "TaiJin Metal Co., Ltd.",
+ "00181c": "VITEC",
+ "00181d": "ASIA ELECTRONICS CO.,LTD",
+ "00181e": "GDX Technologies Ltd.",
+ "00181f": "Palmmicro Communications",
+ "001820": "w5networks",
+ "001821": "SINDORICOH",
+ "001822": "CEC TELECOM CO.,LTD.",
+ "001823": "Delta Electronics, Inc.",
+ "001824": "Kimaldi Electronics, S.L.",
+ "001825": "Private",
+ "001826": "Cale Access AB",
+ "001827": "NEC UNIFIED SOLUTIONS NEDERLAND B.V.",
+ "001828": "ltd.",
+ "001829": "Gatsometer",
+ "00182a": "Taiwan Video & Monitor",
+ "00182b": "Softier",
+ "00182c": "Ascend Networks, Inc.",
+ "00182d": "Artec Design",
+ "00182e": "XStreamHD",
+ "00182f": "Texas Instruments",
+ "001830": "Texas Instruments",
+ "001831": "Texas Instruments",
+ "001832": "Texas Instruments",
+ "001833": "Texas Instruments",
+ "001834": "Texas Instruments",
+ "001835": "Thoratec / ITC",
+ "001836": "REJ Co.,Ltd",
+ "001837": "Universal ABIT Co., Ltd.",
+ "001838": "PanAccess Communications,Inc.",
+ "001839": "Cisco-Linksys, LLC",
+ "00183a": "Westell Technologies Inc.",
+ "00183b": "CENITS Co., Ltd.",
+ "00183c": "Encore Software Limited",
+ "00183d": "Vertex Link Corporation",
+ "00183e": "Digilent, Inc",
+ "00183f": "2Wire Inc",
+ "001840": "3 Phoenix, Inc.",
+ "001841": "High Tech Computer Corp",
+ "001842": "Nokia Danmark A/S",
+ "001843": "Dawevision Ltd",
+ "001844": "Heads Up Technologies, Inc.",
+ "001845": "Pulsar-Telecom LLC.",
+ "001846": "Crypto S.A.",
+ "001847": "AceNet Technology Inc.",
+ "001848": "Vecima Networks Inc.",
+ "001849": "nVent, Schroff GmbH",
+ "00184a": "Catcher, Inc.",
+ "00184b": "Las Vegas Gaming, Inc.",
+ "00184c": "Bogen Communications",
+ "00184d": "NETGEAR",
+ "00184e": "Lianhe Technologies, Inc.",
+ "00184f": "8 Ways Technology Corp.",
+ "001850": "Secfone Kft",
+ "001851": "SWsoft",
+ "001852": "StorLink Semiconductors, Inc.",
+ "001853": "Atera Networks LTD.",
+ "001854": "Argard Co., Ltd",
+ "001855": "Aeromaritime Systembau GmbH",
+ "001856": "EyeFi, Inc",
+ "001857": "Unilever R&D",
+ "001858": "TagMaster AB",
+ "001859": "Strawberry Linux Co.,Ltd.",
+ "00185a": "uControl, Inc.",
+ "00185b": "Network Chemistry, Inc",
+ "00185c": "EDSLAB Technologies",
+ "00185d": "CO., LTD.",
+ "00185e": "Nexterm Inc.",
+ "00185f": "TAC Inc.",
+ "001860": "SIM Technology Group Shanghai Simcom Ltd.,",
+ "001861": "Ooma, Inc.",
+ "001862": "Seagate Technology",
+ "001863": "Veritech Electronics Limited",
+ "001864": "Eaton Corporation",
+ "001865": "Siemens Healthcare Diagnostics Manufacturing Ltd",
+ "001866": "Leutron Vision",
+ "001867": "Datalogic ADC",
+ "001868": "Cisco SPVTG",
+ "001869": "KINGJIM",
+ "00186a": "Global Link Digital Technology Co,.LTD",
+ "00186b": "Sambu Communics CO., LTD.",
+ "00186c": "Neonode AB",
+ "00186d": "Zhenjiang Sapphire Electronic Industry CO.",
+ "00186e": "3Com Ltd",
+ "00186f": "Setha Industria Eletronica LTDA",
+ "001870": "E28 Shanghai Limited",
+ "001871": "Hewlett Packard",
+ "001872": "Expertise Engineering",
+ "001873": "Cisco Systems, Inc",
+ "001874": "Cisco Systems, Inc",
+ "001875": "AnaCise Testnology Pte Ltd",
+ "001876": "WowWee Ltd.",
+ "001877": "Amplex A/S",
+ "001878": "Mackware GmbH",
+ "001879": "dSys",
+ "00187a": "Wiremold",
+ "00187b": "4NSYS Co. Ltd.",
+ "00187c": "INTERCROSS, LLC",
+ "00187d": "Armorlink Co .Ltd",
+ "00187e": "RGB Spectrum",
+ "00187f": "ZODIANET",
+ "001880": "Maxim Integrated Products",
+ "001881": "Buyang Electronics Industrial Co., Ltd",
+ "001882": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "001883": "FORMOSA21 INC.",
+ "001884": "Fon Technology S.L.",
+ "001885": "Motorola Solutions Inc.",
+ "001886": "EL-TECH, INC.",
+ "001887": "Metasystem SpA",
+ "001888": "GOTIVE a.s.",
+ "001889": "WinNet Solutions Limited",
+ "00188a": "Infinova LLC",
+ "00188b": "Dell Inc.",
+ "00188c": "Mobile Action Technology Inc.",
+ "00188d": "Nokia Danmark A/S",
+ "00188e": "Ekahau, Inc.",
+ "00188f": "Montgomery Technology, Inc.",
+ "001890": "RadioCOM, s.r.o.",
+ "001891": "Zhongshan General K-mate Electronics Co., Ltd",
+ "001892": "ads-tec GmbH",
+ "001893": "SHENZHEN PHOTON BROADBAND TECHNOLOGY CO.,LTD",
+ "001894": "NPCore, Inc.",
+ "001895": "Hansun Technologies Inc.",
+ "001896": "Great Well Electronic LTD",
+ "001897": "JESS-LINK PRODUCTS Co., LTD",
+ "001898": "KINGSTATE ELECTRONICS CORPORATION",
+ "001899": "ShenZhen jieshun Science&Technology Industry CO,LTD.",
+ "00189a": "HANA Micron Inc.",
+ "00189b": "Thomson Inc.",
+ "00189c": "Weldex Corporation",
+ "00189d": "Navcast Inc.",
+ "00189e": "OMNIKEY GmbH.",
+ "00189f": "Lenntek Corporation",
+ "0018a0": "Cierma Ascenseurs",
+ "0018a1": "Tiqit Computers, Inc.",
+ "0018a2": "XIP Technology AB",
+ "0018a3": "ZIPPY TECHNOLOGY CORP.",
+ "0018a4": "Commscope",
+ "0018a5": "ADigit Technologies Corp.",
+ "0018a6": "Persistent Systems, LLC",
+ "0018a7": "Yoggie Security Systems LTD.",
+ "0018a8": "AnNeal Technology Inc.",
+ "0018a9": "Ethernet Direct Corporation",
+ "0018aa": "Protec Fire Detection plc",
+ "0018ab": "BEIJING LHWT MICROELECTRONICS INC.",
+ "0018ac": "Shanghai Jiao Da HISYS Technology Co. Ltd.",
+ "0018ad": "NIDEC INSTRUMENTS CORPORATION",
+ "0018ae": "TVT CO.,LTD",
+ "0018af": "Samsung Electronics Co.,Ltd",
+ "0018b0": "Nortel Networks",
+ "0018b1": "IBM Corp",
+ "0018b2": "ADEUNIS RF",
+ "0018b3": "TEC WizHome Co., Ltd.",
+ "0018b4": "Dawon Media Inc.",
+ "0018b5": "Magna Carta",
+ "0018b6": "S3C, Inc.",
+ "0018b7": "D3 LED, LLC",
+ "0018b8": "New Voice International AG",
+ "0018b9": "Cisco Systems, Inc",
+ "0018ba": "Cisco Systems, Inc",
+ "0018bb": "Eliwell Controls srl",
+ "0018bc": "ZAO NVP Bolid",
+ "0018bd": "SHENZHEN DVBWORLD TECHNOLOGY CO., LTD.",
+ "0018be": "ANSA Corporation",
+ "0018bf": "Essence Technology Solution, Inc.",
+ "0018c0": "Commscope",
+ "0018c1": "Almitec Informática e Comércio",
+ "0018c2": "Firetide, Inc",
+ "0018c3": "CS Corporation",
+ "0018c4": "Raba Technologies LLC",
+ "0018c5": "Nokia Danmark A/S",
+ "0018c6": "OPW Fuel Management Systems",
+ "0018c7": "Real Time Automation",
+ "0018c8": "ISONAS Inc.",
+ "0018c9": "EOps Technology Limited",
+ "0018ca": "Viprinet GmbH",
+ "0018cb": "Tecobest Technology Limited",
+ "0018cc": "AXIOHM SAS",
+ "0018cd": "Erae Electronics Industry Co., Ltd",
+ "0018ce": "Dreamtech Co., Ltd",
+ "0018cf": "Baldor Electric Company",
+ "0018d0": "AtRoad, A Trimble Company",
+ "0018d1": "Siemens Home & Office Comm. Devices",
+ "0018d2": "High-Gain Antennas LLC",
+ "0018d3": "TEAMCAST",
+ "0018d4": "Unified Display Interface SIG",
+ "0018d5": "REIGNCOM",
+ "0018d6": "Swirlnet A/S",
+ "0018d7": "JAVAD GNSS, Inc.",
+ "0018d8": "ARCH METER Corporation",
+ "0018d9": "Santosha Internatonal, Inc",
+ "0018da": "Würth Elektronik eiSos GmbH & Co. KG",
+ "0018db": "EPL Technology Ltd",
+ "0018dc": "Prostar Co., Ltd.",
+ "0018dd": "Silicondust Engineering Ltd",
+ "0018de": "Intel Corporate",
+ "0018df": "The Morey Corporation",
+ "0018e0": "ANAVEO",
+ "0018e1": "Verkerk Service Systemen",
+ "0018e2": "Topdata Sistemas de Automacao Ltda",
+ "0018e3": "Visualgate Systems, Inc.",
+ "0018e4": "YIGUANG",
+ "0018e5": "Adhoco AG",
+ "0018e6": "Computer Hardware Design SIA",
+ "0018e7": "Cameo Communications, INC.",
+ "0018e8": "Hacetron Corporation",
+ "0018e9": "Numata Corporation",
+ "0018ea": "Alltec GmbH",
+ "0018eb": "Blue Zen Enterprises Private Limited",
+ "0018ec": "Welding Technology Corporation",
+ "0018ed": "Accutech Ultrasystems Co., Ltd.",
+ "0018ee": "Videology Imaging Solutions, Inc.",
+ "0018ef": "Escape Communications, Inc.",
+ "0018f0": "JOYTOTO Co., Ltd.",
+ "0018f1": "Chunichi Denshi Co.,LTD.",
+ "0018f2": "Beijing Tianyu Communication Equipment Co., Ltd",
+ "0018f3": "ASUSTek COMPUTER INC.",
+ "0018f4": "EO TECHNICS Co., Ltd.",
+ "0018f5": "Shenzhen Streaming Video Technology Company Limited",
+ "0018f6": "Thomson Telecom Belgium",
+ "0018f7": "Kameleon Technologies",
+ "0018f8": "Cisco-Linksys, LLC",
+ "0018f9": "VVOND, Inc.",
+ "0018fa": "Yushin Precision Equipment Co.,Ltd.",
+ "0018fb": "Compro Technology",
+ "0018fc": "Altec Electronic AG",
+ "0018fd": "Optimal Technologies International Inc.",
+ "0018fe": "Hewlett Packard",
+ "0018ff": "PowerQuattro Co.",
+ "001900": "Intelliverese - DBA Voicecom",
+ "001901": "F1MEDIA",
+ "001902": "Cambridge Consultants Ltd",
+ "001903": "Bigfoot Networks Inc",
+ "001904": "WB Electronics Sp. z o.o.",
+ "001905": "SCHRACK Seconet AG",
+ "001906": "Cisco Systems, Inc",
+ "001907": "Cisco Systems, Inc",
+ "001908": "Duaxes Corporation",
+ "001909": "DEVI - Danfoss A/S",
+ "00190a": "HASWARE INC.",
+ "00190b": "Southern Vision Systems, Inc.",
+ "00190c": "Encore Electronics, Inc.",
+ "00190d": "IEEE 1394c",
+ "00190e": "Atech Technology Co., Ltd.",
+ "00190f": "Advansus Corp.",
+ "001910": "Knick Elektronische Messgeraete GmbH & Co. KG",
+ "001911": "Co., Ltd.",
+ "001912": "Welcat Inc",
+ "001913": "Chuang-Yi Network Equipment Co.Ltd.",
+ "001914": "Winix Co., Ltd",
+ "001915": "TECOM Co., Ltd.",
+ "001916": "PayTec AG",
+ "001917": "Posiflex Inc.",
+ "001918": "Interactive Wear AG",
+ "001919": "ASTEL Inc.",
+ "00191a": "IRLINK",
+ "00191b": "Sputnik Engineering AG",
+ "00191c": "Sensicast Systems",
+ "00191d": "Nintendo Co., Ltd.",
+ "00191e": "Beyondwiz Co., Ltd.",
+ "00191f": "Microlink communications Inc.",
+ "001920": "KUME electric Co.,Ltd.",
+ "001921": "Elitegroup Computer Systems Co.,Ltd.",
+ "001922": "CM Comandos Lineares",
+ "001923": "Phonex Korea Co., LTD.",
+ "001924": "LBNL Engineering",
+ "001925": "Intelicis Corporation",
+ "001926": "BitsGen Co., Ltd.",
+ "001927": "ImCoSys Ltd",
+ "001928": "Siemens AG, Transportation Systems",
+ "001929": "2M2B Montadora de Maquinas Bahia Brasil LTDA",
+ "00192a": "Antiope Associates",
+ "00192b": "Aclara RF Systems Inc.",
+ "00192c": "Commscope",
+ "00192d": "Nokia Corporation",
+ "00192e": "Spectral Instruments, Inc.",
+ "00192f": "Cisco Systems, Inc",
+ "001930": "Cisco Systems, Inc",
+ "001931": "Balluff GmbH",
+ "001932": "Gude Systems GmbH",
+ "001933": "Strix Systems, Inc.",
+ "001934": "TRENDON TOUCH TECHNOLOGY CORP.",
+ "001935": "DUERR DENTAL AG",
+ "001936": "STERLITE OPTICAL TECHNOLOGIES LIMITED",
+ "001937": "CommerceGuard AB",
+ "001938": "UMB Communications Co., Ltd.",
+ "001939": "Gigamips",
+ "00193a": "OESOLUTIONS",
+ "00193b": "LigoWave",
+ "00193c": "HighPoint Technologies Incorporated",
+ "00193d": "GMC Guardian Mobility Corp.",
+ "00193e": "ADB Broadband Italia",
+ "00193f": "Co.,LTD",
+ "001940": "Rackable Systems",
+ "001941": "Pitney Bowes, Inc",
+ "001942": "ON SOFTWARE INTERNATIONAL LIMITED",
+ "001943": "Belden",
+ "001944": "Fossil Partners, L.P.",
+ "001945": "RF COncepts, LLC",
+ "001946": "Cianet Industria e Comercio S/A",
+ "001947": "Cisco SPVTG",
+ "001948": "AireSpider Networks",
+ "001949": "TENTEL COMTECH CO., LTD.",
+ "00194a": "TESTO AG",
+ "00194b": "Sagemcom Broadband SAS",
+ "00194c": "Fujian Stelcom information & Technology CO.,Ltd",
+ "00194d": "Avago Technologies Sdn Bhd",
+ "00194f": "Nokia Danmark A/S",
+ "001950": "Harman Multimedia",
+ "001951": "NETCONS, s.r.o.",
+ "001952": "ACOGITO Co., Ltd",
+ "001953": "Chainleader Communications Corp.",
+ "001954": "Leaf Corporation.",
+ "001955": "Cisco Systems, Inc",
+ "001956": "Cisco Systems, Inc",
+ "001957": "Saafnet Canada Inc.",
+ "001958": "Bluetooth SIG, Inc.",
+ "001959": "Staccato Communications Inc.",
+ "00195a": "Jenaer Antriebstechnik GmbH",
+ "00195b": "D-Link Corporation",
+ "00195c": "Innotech Corporation",
+ "00195d": "ShenZhen XinHuaTong Opto Electronics Co.,Ltd",
+ "00195e": "Commscope",
+ "00195f": "Valemount Networks Corporation",
+ "001960": "DoCoMo Systems, Inc.",
+ "001961": "Blaupunkt Embedded Systems GmbH",
+ "001962": "Commerciant, LP",
+ "001963": "Sony Corporation",
+ "001964": "Doorking Inc.",
+ "001965": "Co., Ltd.",
+ "001966": "Asiarock Technology Limited",
+ "001967": "TELDAT Sp.J.",
+ "001968": "CO. LTD.",
+ "001969": "Nortel Networks",
+ "00196a": "MikroM GmbH",
+ "00196b": "Danpex Corporation",
+ "00196c": "ETROVISION TECHNOLOGY",
+ "00196d": "Raybit Systems Korea, Inc",
+ "00196e": "Ltd.",
+ "00196f": "SensoPart GmbH",
+ "001970": "Z-Com, Inc.",
+ "001971": "Guangzhou Unicomp Technology Co.,Ltd",
+ "001972": "Co.,ltd.",
+ "001973": "Zeugma Systems",
+ "001974": "16063",
+ "001975": "Beijing Huisen networks technology Inc",
+ "001976": "Xipher Technologies, LLC",
+ "001977": "Extreme Networks Headquarters",
+ "001978": "Datum Systems, Inc.",
+ "001979": "Nokia Danmark A/S",
+ "00197a": "MAZeT GmbH",
+ "00197b": "Picotest Corp.",
+ "00197c": "Riedel Communications GmbH",
+ "00197d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00197e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00197f": "PLANTRONICS, INC.",
+ "001980": "Gridpoint Systems",
+ "001981": "Vivox Inc",
+ "001982": "SmarDTV Corporation",
+ "001983": "CCT R&D Limited",
+ "001984": "ESTIC Corporation",
+ "001985": "IT Watchdogs, Inc",
+ "001986": "Cheng Hongjian",
+ "001987": "Panasonic Mobile Communications Co.,Ltd.",
+ "001988": "Wi2Wi, Inc",
+ "001989": "Sonitrol Corporation",
+ "00198a": "Northrop Grumman Systems Corp.",
+ "00198b": "Novera Optics Korea, Inc.",
+ "00198c": "iXSea",
+ "00198d": "Ocean Optics, Inc.",
+ "00198e": "Demant A/S",
+ "00198f": "Nokia Bell N.V.",
+ "001990": "ELM DATA Co., Ltd.",
+ "001991": "avinfo",
+ "001992": "Adtran Inc",
+ "001993": "Changshu Switchgear MFG. Co.,Ltd. (Former Changshu Switchgea",
+ "001994": "Jorjin Technologies Inc.",
+ "001995": "Jurong Hi-Tech (Suzhou)Co.ltd",
+ "001996": "TurboChef Technologies Inc.",
+ "001997": "Soft Device Sdn Bhd",
+ "001998": "SATO CORPORATION",
+ "001999": "Fujitsu Technology Solutions GmbH",
+ "00199a": "EDO-EVI",
+ "00199b": "Diversified Technical Systems, Inc.",
+ "00199c": "CTRING",
+ "00199d": "Vizio, Inc",
+ "00199e": "Nifty",
+ "00199f": "DKT A/S",
+ "0019a0": "NIHON DATA SYSTENS, INC.",
+ "0019a1": "LG INFORMATION & COMM.",
+ "0019a2": "ORDYN TECHNOLOGIES",
+ "0019a3": "asteel electronique atlantique",
+ "0019a4": "Co.,Ltd",
+ "0019a5": "RadarFind Corporation",
+ "0019a6": "Commscope",
+ "0019a7": "ITU-T",
+ "0019a8": "WiQuest Communications",
+ "0019a9": "Cisco Systems, Inc",
+ "0019aa": "Cisco Systems, Inc",
+ "0019ab": "Raycom CO ., LTD",
+ "0019ac": "GSP SYSTEMS Inc.",
+ "0019ad": "BOBST SA",
+ "0019ae": "Hopling Technologies b.v.",
+ "0019af": "Rigol Technologies, Inc.",
+ "0019b0": "HanYang System",
+ "0019b1": "Arrow7 Corporation",
+ "0019b2": "XYnetsoft Co.,Ltd",
+ "0019b3": "Stanford Research Systems",
+ "0019b4": "Intellio Ltd",
+ "0019b5": "Famar Fueguina S.A.",
+ "0019b6": "Euro Emme s.r.l.",
+ "0019b7": "Nokia Danmark A/S",
+ "0019b8": "Boundary Devices",
+ "0019b9": "Dell Inc.",
+ "0019ba": "Paradox Security Systems Ltd",
+ "0019bb": "Hewlett Packard",
+ "0019bc": "ELECTRO CHANCE SRL",
+ "0019bd": "New Media Life",
+ "0019be": "Altai Technologies Limited",
+ "0019bf": "Citiway technology Co.,ltd",
+ "0019c0": "Commscope",
+ "0019c1": "ALPSALPINE CO,.LTD",
+ "0019c2": "Equustek Solutions, Inc.",
+ "0019c3": "Qualitrol",
+ "0019c4": "Infocrypt Inc.",
+ "0019c5": "Sony Interactive Entertainment Inc.",
+ "0019c6": "zte corporation",
+ "0019c7": "Co.,Ltd.",
+ "0019c8": "AnyDATA Corporation",
+ "0019c9": "S&C ELECTRIC COMPANY",
+ "0019ca": "Broadata Communications, Inc",
+ "0019cb": "Zyxel Communications Corporation",
+ "0019cc": "Ltd",
+ "0019cd": "Chengdu ethercom information technology Ltd.",
+ "0019ce": "Progressive Gaming International",
+ "0019cf": "SALICRU, S.A.",
+ "0019d0": "Cathexis",
+ "0019d1": "Intel Corporate",
+ "0019d2": "Intel Corporate",
+ "0019d3": "TRAK Microwave",
+ "0019d4": "ICX Technologies",
+ "0019d5": "IP Innovations, Inc.",
+ "0019d6": "LS Cable and System Ltd.",
+ "0019d7": "FORTUNETEK CO., LTD",
+ "0019d8": "MAXFOR",
+ "0019d9": "Zeutschel GmbH",
+ "0019da": "Welltrans O&E Technology Co. , Ltd.",
+ "0019db": "MICRO-STAR INTERNATIONAL CO., LTD.",
+ "0019dc": "ENENSYS Technologies",
+ "0019dd": "FEI-Zyfer, Inc.",
+ "0019de": "MOBITEK",
+ "0019df": "Thomson Inc.",
+ "0019e0": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0019e1": "Nortel Networks",
+ "0019e2": "Juniper Networks",
+ "0019e3": "Apple, Inc.",
+ "0019e4": "2Wire Inc",
+ "0019e5": "Lynx Studio Technology, Inc.",
+ "0019e6": "TOYO MEDIC CO.,LTD.",
+ "0019e7": "Cisco Systems, Inc",
+ "0019e8": "Cisco Systems, Inc",
+ "0019e9": "S-Information Technolgy, Co., Ltd.",
+ "0019ea": "TeraMage Technologies Co., Ltd.",
+ "0019eb": "Pyronix Ltd",
+ "0019ec": "Sagamore Systems, Inc.",
+ "0019ed": "Axesstel Inc.",
+ "0019ee": "CARLO GAVAZZI CONTROLS SPA-Controls Division",
+ "0019ef": "SHENZHEN LINNKING ELECTRONICS CO.,LTD",
+ "0019f0": "UNION MAN TECHNOLOGY CO.,LTD",
+ "0019f1": "Star Communication Network Technology Co.,Ltd",
+ "0019f2": "Teradyne K.K.",
+ "0019f3": "Cetis, Inc",
+ "0019f4": "Convergens Oy Ltd",
+ "0019f5": "Imagination Technologies Ltd",
+ "0019f6": "Ltd",
+ "0019f7": "Onset Computer Corporation",
+ "0019f8": "Embedded Systems Design, Inc.",
+ "0019f9": "TDK-Lambda",
+ "0019fa": "Cable Vision Electronics CO., LTD.",
+ "0019fb": "SKY UK LIMITED",
+ "0019fc": "PT. Ufoakses Sukses Luarbiasa",
+ "0019fd": "Nintendo Co., Ltd.",
+ "0019fe": "SHENZHEN SEECOMM TECHNOLOGY CO.,LTD.",
+ "0019ff": "Finnzymes",
+ "001a00": "MATRIX INC.",
+ "001a01": "ICU Medical, Inc.",
+ "001a02": "SECURE CARE PRODUCTS, INC",
+ "001a03": "Angel Electronics Co., Ltd.",
+ "001a04": "Interay Solutions BV",
+ "001a05": "OPTIBASE LTD",
+ "001a06": "OpVista, Inc.",
+ "001a07": "Arecont Vision",
+ "001a08": "Simoco Ltd.",
+ "001a09": "Wayfarer Transit Systems Ltd",
+ "001a0a": "Adaptive Micro-Ware Inc.",
+ "001a0b": "BONA TECHNOLOGY INC.",
+ "001a0c": "Swe-Dish Satellite Systems AB",
+ "001a0d": "HandHeld entertainment, Inc.",
+ "001a0e": "Cheng Uei Precision Industry Co.,Ltd",
+ "001a0f": "ARTECHE GROUP",
+ "001a10": "LUCENT TRANS ELECTRONICS CO.,LTD",
+ "001a11": "Google, Inc.",
+ "001a12": "Essilor",
+ "001a13": "Wanlida Group Co., LTD",
+ "001a14": "Xin Hua Control Engineering Co.,Ltd.",
+ "001a15": "gemalto e-Payment",
+ "001a16": "Nokia Danmark A/S",
+ "001a17": "Teak Technologies, Inc.",
+ "001a18": "Advanced Simulation Technology inc.",
+ "001a19": "Computer Engineering Limited",
+ "001a1a": "Gentex Corporation/Electro-Acoustic Products",
+ "001a1b": "Commscope",
+ "001a1c": "GT&T Engineering Pte Ltd",
+ "001a1d": "PChome Online Inc.",
+ "001a1e": "Hewlett Packard Enterprise",
+ "001a1f": "Coastal Environmental Systems",
+ "001a20": "CMOTECH Co. Ltd.",
+ "001a21": "Brookhuis Applied Technologies BV",
+ "001a22": "eQ-3 Entwicklung GmbH",
+ "001a23": "Ice Qube, Inc",
+ "001a24": "Galaxy Telecom Technologies Ltd",
+ "001a25": "DELTA DORE",
+ "001a26": "Deltanode Solutions AB",
+ "001a27": "Ubistar",
+ "001a28": "ASWT Co., LTD. Taiwan Branch H.K.",
+ "001a29": "Johnson Outdoors Marine Electronics d/b/a Minnkota",
+ "001a2a": "Arcadyan Technology Corporation",
+ "001a2b": "Ayecom Technology Co., Ltd.",
+ "001a2c": "SATEC Co.,LTD",
+ "001a2d": "The Navvo Group",
+ "001a2e": "Ziova Coporation",
+ "001a2f": "Cisco Systems, Inc",
+ "001a30": "Cisco Systems, Inc",
+ "001a31": "SCAN COIN AB",
+ "001a32": "ACTIVA MULTIMEDIA",
+ "001a33": "ASI Communications, Inc.",
+ "001a34": "Konka Group Co., Ltd.",
+ "001a35": "BARTEC GmbH",
+ "001a36": "Aipermon GmbH & Co. KG",
+ "001a37": "Lear Corporation",
+ "001a38": "Sanmina-SCI",
+ "001a39": "Merten GmbH&CoKG",
+ "001a3a": "Dongahelecomm",
+ "001a3b": "Doah Elecom Inc.",
+ "001a3c": "Technowave Ltd.",
+ "001a3d": "Ajin Vision Co.,Ltd",
+ "001a3e": "Faster Technology LLC",
+ "001a3f": "Intelbras",
+ "001a40": "A-FOUR TECH CO., LTD.",
+ "001a41": "INOCOVA Co.,Ltd",
+ "001a42": "Techcity Technology co., Ltd.",
+ "001a43": "Logical Link Communications",
+ "001a44": "JWTrading Co., Ltd",
+ "001a45": "GN Netcom A/S",
+ "001a46": "Digital Multimedia Technology Co., Ltd",
+ "001a47": "Agami Systems, Inc.",
+ "001a48": "Takacom Corporation",
+ "001a49": "Micro Vision Co.,LTD",
+ "001a4a": "Qumranet Inc.",
+ "001a4b": "Hewlett Packard",
+ "001a4c": "Crossbow Technology, Inc",
+ "001a4d": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "001a4e": "NTI AG / LinMot",
+ "001a4f": "AVM GmbH",
+ "001a50": "PheeNet Technology Corp.",
+ "001a51": "Alfred Mann Foundation",
+ "001a52": "Meshlinx Wireless Inc.",
+ "001a53": "Zylaya",
+ "001a54": "Hip Shing Electronics Ltd.",
+ "001a55": "ACA-Digital Corporation",
+ "001a56": "ViewTel Co,. Ltd.",
+ "001a57": "Matrix Design Group, LLC",
+ "001a58": "CCV Deutschland GmbH - Celectronic eHealth Div.",
+ "001a59": "Ircona",
+ "001a5a": "Co., Ltd",
+ "001a5b": "NetCare Service Co., Ltd.",
+ "001a5c": "Euchner GmbH+Co. KG",
+ "001a5d": "Mobinnova Corp.",
+ "001a5e": "Thincom Technology Co.,Ltd",
+ "001a5f": "KitWorks.fi Ltd.",
+ "001a60": "Wave Electronics Co.,Ltd.",
+ "001a61": "PacStar Corp.",
+ "001a62": "Data Robotics, Incorporated",
+ "001a63": "Elster Solutions, LLC,",
+ "001a64": "IBM Corp",
+ "001a65": "Seluxit",
+ "001a66": "Commscope",
+ "001a67": "Infinite QL Sdn Bhd",
+ "001a68": "Weltec Enterprise Co., Ltd.",
+ "001a69": "Wuhan Yangtze Optical Technology CO.,Ltd.",
+ "001a6a": "Tranzas, Inc.",
+ "001a6b": "Universal Global Scientific Industrial., Ltd",
+ "001a6c": "Cisco Systems, Inc",
+ "001a6d": "Cisco Systems, Inc",
+ "001a6e": "Impro Technologies",
+ "001a6f": "MI.TEL s.r.l.",
+ "001a70": "Cisco-Linksys, LLC",
+ "001a71": "Diostech Co., Ltd.",
+ "001a72": "Mosart Semiconductor Corp.",
+ "001a73": "Gemtek Technology Co., Ltd.",
+ "001a74": "Procare International Co",
+ "001a75": "Sony Corporation",
+ "001a76": "SDT information Technology Co.,LTD.",
+ "001a77": "Commscope",
+ "001a78": "ubtos",
+ "001a79": "TELECOMUNICATION TECHNOLOGIES LTD.",
+ "001a7a": "Lismore Instruments Limited",
+ "001a7b": "Teleco, Inc.",
+ "001a7c": "Hirschmann Multimedia B.V.",
+ "001a7d": "cyber-blue(HK)Ltd",
+ "001a7e": "LN Srithai Comm Ltd.",
+ "001a7f": "GCI Science & Technology Co.,LTD",
+ "001a80": "Sony Corporation",
+ "001a81": "Zelax",
+ "001a82": "PROBA Building Automation Co.,LTD",
+ "001a83": "Pegasus Technologies Inc.",
+ "001a84": "V One Multimedia Pte Ltd",
+ "001a85": "NV Michel Van de Wiele",
+ "001a86": "New Wave Design & Verification",
+ "001a87": "Canhold International Limited",
+ "001a88": "Venergy,Co,Ltd",
+ "001a89": "Nokia Danmark A/S",
+ "001a8a": "Samsung Electronics Co.,Ltd",
+ "001a8b": "CHUNIL ELECTRIC IND., CO.",
+ "001a8c": "Sophos Ltd",
+ "001a8d": "AVECS Bergen GmbH",
+ "001a8e": "3Way Networks Ltd",
+ "001a8f": "Nortel Networks",
+ "001a90": "Trópico Sistemas e Telecomunicações da Amazônia LTDA. ",
+ "001a91": "FusionDynamic Ltd.",
+ "001a92": "ASUSTek COMPUTER INC.",
+ "001a93": "ERCO Leuchten GmbH",
+ "001a94": "Votronic GmbH",
+ "001a95": "Hisense Mobile Communications Technoligy Co.,Ltd.",
+ "001a96": "ECLER S.A.",
+ "001a97": "fitivision technology Inc.",
+ "001a98": "Asotel Communication Limited Taiwan Branch",
+ "001a99": "Information Electronics Co., Ltd",
+ "001a9a": "Co.,Ltd",
+ "001a9b": "ADEC & Parter AG",
+ "001a9c": "RightHand Technologies, Inc.",
+ "001a9d": "Skipper Wireless, Inc.",
+ "001a9e": "ICON Digital International Limited",
+ "001a9f": "A-Link Ltd",
+ "001aa0": "Dell Inc.",
+ "001aa1": "Cisco Systems, Inc",
+ "001aa2": "Cisco Systems, Inc",
+ "001aa3": "DELORME",
+ "001aa4": "Future University-Hakodate",
+ "001aa5": "BRN Phoenix",
+ "001aa6": "Elbit Systems Deutschland GmbH & Co. KG",
+ "001aa7": "Torian Wireless",
+ "001aa8": "Mamiya Digital Imaging Co., Ltd.",
+ "001aa9": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "001aaa": "Analogic Corp.",
+ "001aab": "eWings s.r.l.",
+ "001aac": "Corelatus AB",
+ "001aad": "Commscope",
+ "001aae": "Savant Systems LLC",
+ "001aaf": "BLUSENS TECHNOLOGY",
+ "001ab0": "Signal Networks Pvt. Ltd.,",
+ "001ab1": "Asia Pacific Satellite Industries Co., Ltd.",
+ "001ab2": "Cyber Solutions Inc.",
+ "001ab3": "VISIONITE INC.",
+ "001ab4": "FFEI Ltd.",
+ "001ab5": "Home Network System",
+ "001ab6": "Texas Instruments",
+ "001ab7": "Ethos Networks LTD.",
+ "001ab8": "Anseri Corporation",
+ "001ab9": "Groupe Carrus",
+ "001aba": "Caton Overseas Limited",
+ "001abb": "Fontal Technology Incorporation",
+ "001abc": "U4EA Technologies Ltd",
+ "001abd": "Impatica Inc.",
+ "001abe": "COMPUTER HI-TECH INC.",
+ "001abf": "TRUMPF Laser Marking Systems AG",
+ "001ac0": "JOYBIEN TECHNOLOGIES CO., LTD.",
+ "001ac1": "3Com Ltd",
+ "001ac2": "YEC Co.,Ltd.",
+ "001ac3": "Scientific-Atlanta, Inc",
+ "001ac4": "2Wire Inc",
+ "001ac5": "Keysight Technologies, Inc.",
+ "001ac6": "Micro Control Designs",
+ "001ac7": "UNIPOINT",
+ "001ac9": "SUZUKEN CO.,LTD",
+ "001aca": "Tilera Corporation",
+ "001acb": "Autocom Products Ltd",
+ "001acc": "Celestial Semiconductor, Ltd",
+ "001acd": "Tidel Engineering LP",
+ "001ace": "YUPITERU CORPORATION",
+ "001acf": "C.T. ELETTRONICA",
+ "001ad0": "Albis Technologies AG",
+ "001ad1": "FARGO CO., LTD.",
+ "001ad2": "Eletronica Nitron Ltda",
+ "001ad3": "Vamp Ltd.",
+ "001ad4": "iPOX Technology Co., Ltd.",
+ "001ad5": "KMC CHAIN INDUSTRIAL CO., LTD.",
+ "001ad6": "JIAGNSU AETNA ELECTRIC CO.,LTD",
+ "001ad7": "Christie Digital Systems, Inc.",
+ "001ad8": "AlsterAero GmbH",
+ "001ad9": "International Broadband Electric Communications, Inc.",
+ "001ada": "Biz-2-Me Inc.",
+ "001adb": "Commscope",
+ "001adc": "Nokia Danmark A/S",
+ "001add": "PePWave Ltd",
+ "001ade": "Commscope",
+ "001adf": "Interactivetv Pty Limited",
+ "001ae0": "Mythology Tech Express Inc.",
+ "001ae1": "EDGE ACCESS INC",
+ "001ae2": "Cisco Systems, Inc",
+ "001ae3": "Cisco Systems, Inc",
+ "001ae4": "Medicis Technologies Corporation",
+ "001ae5": "Mvox Technologies Inc.",
+ "001ae6": "Atlanta Advanced Communications Holdings Limited",
+ "001ae7": "Aztek Networks, Inc.",
+ "001ae8": "Unify Software and Solutions GmbH & Co. KG",
+ "001ae9": "Nintendo Co., Ltd.",
+ "001aea": "Radio Terminal Systems Pty Ltd",
+ "001aeb": "Allied Telesis K.K.",
+ "001aec": "Keumbee Electronics Co.,Ltd.",
+ "001aed": "INCOTEC GmbH",
+ "001aee": "Shenztech Ltd",
+ "001aef": "Loopcomm Technology, Inc.",
+ "001af0": "Alcatel-Lucent IPD",
+ "001af1": "Embedded Artists AB",
+ "001af2": "Dynavisions Schweiz AG",
+ "001af3": "Samyoung Electronics",
+ "001af4": "Handreamnet",
+ "001af5": "PENTAONE. CO., LTD.",
+ "001af6": "Woven Systems, Inc.",
+ "001af7": "dataschalt e+a GmbH",
+ "001af8": "Copley Controls Corporation",
+ "001afa": "Welch Allyn, Inc.",
+ "001afb": "Joby Inc.",
+ "001afc": "ModusLink Corporation",
+ "001afd": "EVOLIS",
+ "001afe": "SOFACREAL",
+ "001aff": "Wizyoung Tech.",
+ "001b00": "Neopost Technologies",
+ "001b01": "Applied Radio Technologies",
+ "001b02": "ED Co.Ltd",
+ "001b03": "Co., Ltd",
+ "001b04": "Affinity International S.p.a",
+ "001b05": "YMC AG",
+ "001b06": "Ateliers R. LAUMONIER",
+ "001b07": "Mendocino Software",
+ "001b08": "Danfoss Drives A/S",
+ "001b09": "MATRIX COMSEC PRIVATE LIMITED",
+ "001b0a": "Intelligent Distributed Controls Ltd",
+ "001b0b": "Phidgets Inc.",
+ "001b0c": "Cisco Systems, Inc",
+ "001b0d": "Cisco Systems, Inc",
+ "001b0e": "InoTec GmbH Organisationssysteme",
+ "001b0f": "Petratec",
+ "001b10": "ShenZhen Kang Hui Technology Co.,ltd",
+ "001b11": "D-Link Corporation",
+ "001b12": "Apprion",
+ "001b13": "Icron Technologies Corporation",
+ "001b14": "Carex Lighting Equipment Factory",
+ "001b15": "Voxtel, Inc.",
+ "001b16": "Celtro Ltd.",
+ "001b17": "Palo Alto Networks",
+ "001b18": "Tsuken Electric Ind. Co.,Ltd",
+ "001b19": "IEEE I&M Society TC9",
+ "001b1a": "e-trees Japan, Inc.",
+ "001b1b": "Siemens AG,",
+ "001b1c": "Coherent",
+ "001b1d": "Phoenix International Co., Ltd",
+ "001b1e": "HART Communication Foundation",
+ "001b1f": "FORCE Technology",
+ "001b20": "TPine Technology",
+ "001b21": "Intel Corporate",
+ "001b22": "Ltd.",
+ "001b23": "SimpleComTools",
+ "001b24": "Quanta Computer Inc.",
+ "001b25": "Nortel Networks",
+ "001b26": "RON-Telecom ZAO",
+ "001b27": "Merlin CSI",
+ "001b28": "POLYGON, JSC",
+ "001b29": "Avantis.Co.,Ltd",
+ "001b2a": "Cisco Systems, Inc",
+ "001b2b": "Cisco Systems, Inc",
+ "001b2c": "ATRON electronic GmbH",
+ "001b2d": "Med-Eng Systems Inc.",
+ "001b2e": "Sinkyo Electron Inc",
+ "001b2f": "NETGEAR",
+ "001b30": "Solitech Inc.",
+ "001b31": "Neural Image. Co. Ltd.",
+ "001b32": "QLogic Corporation",
+ "001b33": "Nokia Danmark A/S",
+ "001b34": "Focus System Inc.",
+ "001b35": "ChongQing JINOU Science & Technology Development CO.,Ltd",
+ "001b37": "Computec Oy",
+ "001b38": "CO., LTD. ",
+ "001b39": "Proxicast",
+ "001b3a": "SIMS Corp.",
+ "001b3b": "Yi-Qing CO., LTD",
+ "001b3c": "Software Technologies Group,Inc.",
+ "001b3d": "EuroTel Spa",
+ "001b3e": "Curtis, Inc.",
+ "001b3f": "ProCurve Networking by HP",
+ "001b40": "Network Automation mxc AB",
+ "001b41": "General Infinity Co.,Ltd.",
+ "001b42": "Wise & Blue",
+ "001b43": "Beijing DG Telecommunications equipment Co.,Ltd",
+ "001b44": "SanDisk Corporation",
+ "001b45": "ABB AS, Division Automation Products",
+ "001b46": "Blueone Technology Co.,Ltd",
+ "001b47": "Futarque A/S",
+ "001b48": "Shenzhen Lantech Electronics Co., Ltd.",
+ "001b49": "Roberts Radio limited",
+ "001b4a": "W&W Communications, Inc.",
+ "001b4b": "SANION Co., Ltd.",
+ "001b4c": "Signtech",
+ "001b4d": "Areca Technology Corporation",
+ "001b4e": "Navman New Zealand",
+ "001b4f": "Avaya Inc",
+ "001b51": "Vector Technology Corp.",
+ "001b52": "Commscope",
+ "001b53": "Cisco Systems, Inc",
+ "001b54": "Cisco Systems, Inc",
+ "001b55": "Hurco Automation Ltd.",
+ "001b56": "Tehuti Networks Ltd.",
+ "001b57": "SEMINDIA SYSTEMS PRIVATE LIMITED",
+ "001b58": "ACE CAD Enterprise Co., Ltd.",
+ "001b59": "Sony Corporation",
+ "001b5a": "Apollo Imaging Technologies, Inc.",
+ "001b5b": "2Wire Inc",
+ "001b5c": "Azuretec Co., Ltd.",
+ "001b5d": "Vololink Pty Ltd",
+ "001b5e": "BPL Limited",
+ "001b5f": "Alien Technology",
+ "001b60": "NAVIGON AG",
+ "001b61": "Digital Acoustics, LLC",
+ "001b62": "JHT Optoelectronics Co.,Ltd.",
+ "001b63": "Apple, Inc.",
+ "001b64": "IsaacLandKorea Co., Ltd,",
+ "001b65": "China Gridcom Co., Ltd",
+ "001b66": "Sennheiser electronic GmbH & Co. KG",
+ "001b67": "Cisco Systems Inc",
+ "001b68": "Modnnet Co., Ltd",
+ "001b69": "Equaline Corporation",
+ "001b6a": "Powerwave Technologies Sweden AB",
+ "001b6b": "Swyx Solutions AG",
+ "001b6c": "LookX Digital Media BV",
+ "001b6d": "Midtronics, Inc.",
+ "001b6e": "Keysight Technologies, Inc.",
+ "001b6f": "Teletrak Ltd",
+ "001b70": "IRI Ubiteq, INC.",
+ "001b71": "Telular Corp.",
+ "001b72": "Sicep s.p.a.",
+ "001b73": "DTL Broadcast Ltd",
+ "001b74": "MiraLink Corporation",
+ "001b75": "Hypermedia Systems",
+ "001b76": "Ripcode, Inc.",
+ "001b77": "Intel Corporate",
+ "001b78": "Hewlett Packard",
+ "001b79": "FAIVELEY TRANSPORT",
+ "001b7a": "Nintendo Co., Ltd.",
+ "001b7b": "The Tintometer Ltd",
+ "001b7c": "A & R Cambridge",
+ "001b7d": "CXR Anderson Jacobson",
+ "001b7e": "Beckmann GmbH",
+ "001b7f": "TMN Technologies Telecomunicacoes Ltda",
+ "001b80": "LORD Corporation",
+ "001b81": "DATAQ Instruments, Inc.",
+ "001b82": "Taiwan Semiconductor Co., Ltd.",
+ "001b83": "Finsoft Ltd",
+ "001b84": "Scan Engineering Telecom",
+ "001b85": "Everllence",
+ "001b86": "Bosch Access Systems GmbH",
+ "001b87": "Deepsound Tech. Co., Ltd",
+ "001b88": "Divinet Access Technologies Ltd",
+ "001b89": "EMZA Visual Sense Ltd.",
+ "001b8a": "2M Electronic A/S",
+ "001b8b": "NEC Platforms, Ltd.",
+ "001b8c": "JMicron Technology Corp.",
+ "001b8d": "Electronic Computer Systems, Inc.",
+ "001b8e": "Hulu Sweden AB",
+ "001b8f": "Cisco Systems, Inc",
+ "001b90": "Cisco Systems, Inc",
+ "001b91": "EFKON AG",
+ "001b92": "l-acoustics",
+ "001b93": "JC Decaux SA DNT",
+ "001b94": "T.E.M.A. S.p.A.",
+ "001b95": "VIDEO SYSTEMS SRL",
+ "001b96": "General Sensing",
+ "001b97": "Violin Technologies",
+ "001b98": "Samsung Electronics Co.,Ltd",
+ "001b99": "KS System GmbH",
+ "001b9a": "Apollo Fire Detectors Ltd",
+ "001b9b": "Hose-McCann Communications",
+ "001b9c": "SATEL sp. z o.o.",
+ "001b9d": "Novus Security Sp. z o.o.",
+ "001b9e": "ASKEY COMPUTER CORP",
+ "001b9f": "Calyptech Pty Ltd",
+ "001ba0": "Awox",
+ "001ba1": "mic AB",
+ "001ba2": "IDS Imaging Development Systems GmbH",
+ "001ba3": "Flexit Group GmbH",
+ "001ba4": "S.A.E Afikim",
+ "001ba5": "MyungMin Systems, Inc.",
+ "001ba6": "intotech inc.",
+ "001ba7": "Lorica Solutions",
+ "001ba8": "UBI&MOBI,.Inc",
+ "001ba9": "Brother industries, LTD.",
+ "001baa": "XenICs nv",
+ "001bab": "Telchemy, Incorporated",
+ "001bac": "Curtiss Wright Controls Embedded Computing",
+ "001bad": "iControl Incorporated",
+ "001bae": "Micro Control Systems, Inc",
+ "001baf": "Nokia Danmark A/S",
+ "001bb0": "Bharat Electronics Limited",
+ "001bb1": "WNC Corporation",
+ "001bb2": "Intellect International NV",
+ "001bb3": "Condalo GmbH",
+ "001bb4": "Airvod Limited",
+ "001bb5": "Cherry GmbH",
+ "001bb6": "Bird Electronic Corp.",
+ "001bb7": "Alta Heights Technology Corp.",
+ "001bb8": "BLUEWAY ELECTRONIC CO;LTD",
+ "001bb9": "Elitegroup Computer Systems Co.,Ltd.",
+ "001bba": "Nortel Networks",
+ "001bbb": "RFTech Co.,Ltd",
+ "001bbc": "Silver Peak Systems, Inc.",
+ "001bbd": "FMC Kongsberg Subsea AS",
+ "001bbe": "ICOP Digital",
+ "001bbf": "Sagemcom Broadband SAS",
+ "001bc0": "Juniper Networks",
+ "001bc1": "HOLUX Technology, Inc.",
+ "001bc2": "Integrated Control Technology Limitied",
+ "001bc3": "Mobisolution Co.,Ltd",
+ "001bc4": "Ultratec, Inc.",
+ "001bc5": "IEEE Registration Authority",
+ "001bc6": "Strato Rechenzentrum AG",
+ "001bc7": "StarVedia Technology Inc.",
+ "001bc8": "MIURA CO.,LTD",
+ "001bc9": "FSN DISPLAY INC",
+ "001bca": "Beijing Run Technology LTD. Company",
+ "001bcb": "PEMPEK SYSTEMS PTY LTD",
+ "001bcc": "KINGTEK CCTV ALLIANCE CO., LTD.",
+ "001bcd": "PTE LTD",
+ "001bce": "Measurement Devices Ltd",
+ "001bcf": "Dataupia Corporation",
+ "001bd0": "IDENTEC SOLUTIONS",
+ "001bd1": "SOGESTMATIC",
+ "001bd2": "ULTRA-X ASIA PACIFIC Inc.",
+ "001bd3": "Panasonic Corporation AVC Networks Company",
+ "001bd4": "Cisco Systems, Inc",
+ "001bd5": "Cisco Systems, Inc",
+ "001bd6": "Kelvin Hughes Ltd",
+ "001bd7": "Cisco SPVTG",
+ "001bd8": "FLIR Systems Inc",
+ "001bd9": "Edgewater Wireless Systems Inc",
+ "001bda": "UTStarcom Inc",
+ "001bdb": "Valeo VECS",
+ "001bdc": "Vencer Co., Ltd.",
+ "001bdd": "Commscope",
+ "001bde": "Renkus-Heinz, Inc.",
+ "001bdf": "Iskra Sistemi d.d.",
+ "001be0": "TELENOT ELECTRONIC GmbH",
+ "001be1": "ViaLogy",
+ "001be2": "AhnLab,Inc.",
+ "001be3": "Health Hero Network, Inc.",
+ "001be4": "TOWNET SRL",
+ "001be5": "802automation Limited",
+ "001be6": "VR AG",
+ "001be7": "Postek Electronics Co., Ltd.",
+ "001be8": "Ultratronik GmbH",
+ "001be9": "Broadcom",
+ "001bea": "Nintendo Co., Ltd.",
+ "001beb": "DMP Electronics INC.",
+ "001bec": "Netio Technologies Co., Ltd",
+ "001bed": "Brocade Communications Systems LLC",
+ "001bee": "Nokia Danmark A/S",
+ "001bef": "Blossoms Digital Technology Co.,Ltd.",
+ "001bf0": "Value Platforms Limited",
+ "001bf1": "Nanjing SilverNet Software Co., Ltd.",
+ "001bf2": "KWORLD COMPUTER CO., LTD",
+ "001bf3": "TRANSRADIO SenderSysteme Berlin AG",
+ "001bf4": "LTD.",
+ "001bf5": "Tellink Sistemas de Telecomunicación S.L.",
+ "001bf6": "CONWISE Technology Corporation Ltd.",
+ "001bf7": "Lund IP Products AB",
+ "001bf8": "Digitrax Inc.",
+ "001bf9": "Intellitect Water Ltd",
+ "001bfa": "G.i.N. mbH",
+ "001bfb": "ALPSALPINE CO,.LTD",
+ "001bfc": "ASUSTek COMPUTER INC.",
+ "001bfd": "Dignsys Inc.",
+ "001bfe": "Zavio Inc.",
+ "001bff": "Millennia Media inc.",
+ "001c00": "Entry Point, LLC",
+ "001c01": "ABB Oy Drives",
+ "001c02": "Pano Logic",
+ "001c03": "Betty TV Technology AG",
+ "001c04": "Airgain, Inc.",
+ "001c05": "Nonin Medical Inc.",
+ "001c06": "Siemens Numerical Control Ltd., Nanjing",
+ "001c07": "Cwlinux Limited",
+ "001c08": "Echo360, Inc.",
+ "001c09": "SAE Electronic Co.,Ltd.",
+ "001c0a": "Shenzhen AEE Technology Co.,Ltd.",
+ "001c0b": "SmartAnt Telecom",
+ "001c0c": "TANITA Corporation",
+ "001c0d": "G-Technology, Inc.",
+ "001c0e": "Cisco Systems, Inc",
+ "001c0f": "Cisco Systems, Inc",
+ "001c10": "Cisco-Linksys, LLC",
+ "001c11": "Commscope",
+ "001c12": "Commscope",
+ "001c13": "OPTSYS TECHNOLOGY CO., LTD.",
+ "001c14": "VMware, Inc.",
+ "001c15": "iPhotonix LLC",
+ "001c16": "ThyssenKrupp Elevator",
+ "001c17": "Nortel Networks",
+ "001c18": "Sicert S.r.L.",
+ "001c19": "secunet Security Networks AG",
+ "001c1a": "Thomas Instrumentation, Inc",
+ "001c1b": "Hyperstone GmbH",
+ "001c1c": "Center Communication Systems GmbH",
+ "001c1d": "CHENZHOU GOSPELL DIGITAL TECHNOLOGY CO.,LTD",
+ "001c1e": "emtrion GmbH",
+ "001c1f": "Quest Retail Technology Pty Ltd",
+ "001c20": "CLB Benelux",
+ "001c21": "Nucsafe Inc.",
+ "001c22": "Aeris Elettronica s.r.l.",
+ "001c23": "Dell Inc.",
+ "001c24": "Formosa Wireless Systems Corp.",
+ "001c25": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001c26": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001c27": "Sunell Electronics Co.",
+ "001c28": "Sphairon Technologies GmbH ",
+ "001c29": "CORE DIGITAL ELECTRONICS CO., LTD",
+ "001c2a": "Envisacor Technologies Inc.",
+ "001c2b": "Hive",
+ "001c2c": "Synapse",
+ "001c2d": "FlexRadio Systems",
+ "001c2e": "HPN Supply Chain",
+ "001c2f": "Pfister GmbH",
+ "001c30": "Ltd.",
+ "001c31": "Mobile XP Technology Co., LTD",
+ "001c32": "Telian Corporation",
+ "001c33": "Sutron",
+ "001c34": "HUEY CHIAO INTERNATIONAL CO., LTD.",
+ "001c35": "Nokia Danmark A/S",
+ "001c36": "iNEWiT NV",
+ "001c37": "Callpod, Inc.",
+ "001c38": "Bio-Rad Laboratories, Inc.",
+ "001c39": "S Netsystems Inc.",
+ "001c3a": "Element Labs, Inc.",
+ "001c3b": "AmRoad Technology Inc.",
+ "001c3c": "Seon Design Inc.",
+ "001c3d": "WaveStorm",
+ "001c3e": "ECKey Corporation",
+ "001c3f": "International Police Technologies, Inc.",
+ "001c40": "VDG-Security bv",
+ "001c41": "scemtec Transponder Technology GmbH",
+ "001c42": "Parallels, Inc.",
+ "001c43": "Samsung Electronics Co.,Ltd",
+ "001c44": "Bosch Security Systems BV",
+ "001c45": "Chenbro Micom Co., Ltd.",
+ "001c46": "QTUM",
+ "001c47": "Hangzhou Hollysys Automation Co., Ltd",
+ "001c48": "WiDeFi, Inc.",
+ "001c49": "Zoltan Technology Inc.",
+ "001c4a": "AVM GmbH",
+ "001c4b": "Gener8, Inc.",
+ "001c4c": "Petrotest Instruments",
+ "001c4d": "Aplix IP Holdings Corporation",
+ "001c4e": "TASA International Limited",
+ "001c4f": "MACAB AB",
+ "001c50": "Co., Ltd.",
+ "001c51": "Celeno Communications",
+ "001c52": "VISIONEE SRL",
+ "001c53": "Synergy Lighting Controls",
+ "001c54": "Hillstone Networks Inc",
+ "001c55": "Shenzhen Kaifa Technology Co.",
+ "001c56": "Pado Systems, Inc.",
+ "001c57": "Cisco Systems, Inc",
+ "001c58": "Cisco Systems, Inc",
+ "001c59": "DEVON IT",
+ "001c5a": "Advanced Relay Corporation",
+ "001c5b": "Chubb Electronic Security Systems Ltd",
+ "001c5c": "Integrated Medical Systems, Inc.",
+ "001c5d": "Leica Microsystems",
+ "001c5e": "ASTON France",
+ "001c5f": "Winland Electronics, Inc.",
+ "001c60": "CSP Frontier Technologies,Inc.",
+ "001c61": "Galaxy Microsystems LImited",
+ "001c63": "TRUEN",
+ "001c64": "Landis+Gyr",
+ "001c65": "JoeScan, Inc.",
+ "001c66": "UCAMP CO.,LTD",
+ "001c67": "Pumpkin Networks, Inc.",
+ "001c68": "Anhui Sun Create Electronics Co., Ltd",
+ "001c69": "Packet Vision Ltd",
+ "001c6a": "Weiss Engineering Ltd.",
+ "001c6b": "COVAX Co. Ltd",
+ "001c6c": "30805",
+ "001c6d": "KYOHRITSU ELECTRONIC INDUSTRY CO., LTD.",
+ "001c6e": "Newbury Networks, Inc.",
+ "001c6f": "Emfit Ltd",
+ "001c70": "NOVACOMM LTDA",
+ "001c71": "Emergent Electronics",
+ "001c72": "Mayer & Cie GmbH & Co KG",
+ "001c73": "Arista Networks",
+ "001c74": "Syswan Technologies Inc.",
+ "001c75": "Segnet Ltd.",
+ "001c76": "The Wandsworth Group Ltd",
+ "001c77": "Prodys",
+ "001c78": "WYPLAY SAS",
+ "001c79": "Cohesive Financial Technologies LLC",
+ "001c7a": "Perfectone Netware Company Ltd",
+ "001c7b": "Castlenet Technology Inc.",
+ "001c7c": "PERQ SYSTEMS CORPORATION",
+ "001c7d": "Excelpoint Manufacturing Pte Ltd",
+ "001c7e": "Toshiba",
+ "001c7f": "Check Point Software Technologies",
+ "001c80": "New Business Division/Rhea-Information CO., LTD.",
+ "001c81": "NextGen Venturi LTD",
+ "001c82": "Genew Technologies",
+ "001c83": "New Level Telecom Co., Ltd.",
+ "001c84": "STL Solution Co.,Ltd.",
+ "001c85": "Eunicorn",
+ "001c86": "Cranite Systems, Inc.",
+ "001c87": "Uriver Inc.",
+ "001c88": "TRANSYSTEM INC.",
+ "001c89": "Force Communications, Inc.",
+ "001c8a": "Cirrascale Corporation",
+ "001c8b": "MJ Innovations Ltd.",
+ "001c8c": "DIAL TECHNOLOGY LTD.",
+ "001c8d": "Mesa Imaging",
+ "001c8e": "Alcatel-Lucent IPD",
+ "001c8f": "Advanced Electronic Design, Inc.",
+ "001c90": "Empacket Corporation",
+ "001c91": "Gefen LLC",
+ "001c92": "Tervela",
+ "001c93": "ExaDigm Inc",
+ "001c94": "LI-COR Biosciences",
+ "001c95": "Opticomm Corporation",
+ "001c96": "Linkwise Technology Pte Ltd",
+ "001c97": "Enzytek Technology Inc.,",
+ "001c98": "COMPANY LIMITED",
+ "001c99": "Shunra Software Ltd.",
+ "001c9a": "Nokia Danmark A/S",
+ "001c9b": "FEIG ELECTRONIC GmbH",
+ "001c9c": "Nortel Networks",
+ "001c9d": "Liecthi AG",
+ "001c9e": "Dualtech IT AB",
+ "001c9f": "Razorstream, LLC",
+ "001ca0": "Production Resource Group, LLC",
+ "001ca1": "Akamai Technologies Inc.",
+ "001ca2": "ADB Broadband Italia",
+ "001ca3": "Terra",
+ "001ca4": "Sony Corporation",
+ "001ca5": "Zygo Corporation",
+ "001ca6": "Win4NET",
+ "001ca7": "International Quartz Limited",
+ "001ca8": "AirTies Wireless Networks",
+ "001ca9": "Audiomatica Srl",
+ "001caa": "Bellon Pty Ltd",
+ "001cab": "Meyer Sound Laboratories, Inc.",
+ "001cac": "Qniq Technology Corp.",
+ "001cad": "Wuhan Telecommunication Devices Co.,Ltd",
+ "001cae": "WiChorus, Inc.",
+ "001caf": "Plato Networks Inc.",
+ "001cb0": "Cisco Systems, Inc",
+ "001cb1": "Cisco Systems, Inc",
+ "001cb2": "BPT SPA",
+ "001cb3": "Apple, Inc.",
+ "001cb4": "Iridium Satellite LLC",
+ "001cb6": "Duzon CNT Co., Ltd.",
+ "001cb7": "USC DigiArk Corporation",
+ "001cb8": "CBC Co., Ltd",
+ "001cb9": "KWANG SUNG ELECTRONICS CO., LTD.",
+ "001cba": "VerScient, Inc.",
+ "001cbb": "MusicianLink",
+ "001cbc": "CastGrabber, LLC",
+ "001cbd": "Ezze Mobile Tech., Inc.",
+ "001cbe": "Nintendo Co., Ltd.",
+ "001cbf": "Intel Corporate",
+ "001cc0": "Intel Corporate",
+ "001cc1": "Commscope",
+ "001cc2": "Part II Research, Inc.",
+ "001cc3": "Commscope",
+ "001cc4": "Hewlett Packard",
+ "001cc5": "3Com Ltd",
+ "001cc6": "ProStor Systems",
+ "001cc7": "Rembrandt Technologies, LLC d/b/a REMSTREAM",
+ "001cc8": "INDUSTRONIC Industrie-Electronic GmbH & Co. KG",
+ "001cc9": "Kaise Electronic Technology Co., Ltd.",
+ "001cca": "Shanghai Gaozhi Science & Technology Development Co.",
+ "001ccb": "Forth Corporation Public Company Limited",
+ "001ccc": "BlackBerry RTS",
+ "001ccd": "Alektrona Corporation",
+ "001cce": "By Techdesign",
+ "001ccf": "LIMETEK",
+ "001cd0": "Circleone Co.,Ltd.",
+ "001cd1": "Waves Audio LTD",
+ "001cd2": "Limited",
+ "001cd3": "ZP Engineering SEL",
+ "001cd4": "Nokia Danmark A/S",
+ "001cd5": "ZeeVee, Inc.",
+ "001cd6": "Nokia Danmark A/S",
+ "001cd7": "Harman/Becker Automotive Systems GmbH",
+ "001cd8": "BlueAnt Wireless",
+ "001cd9": "GlobalTop Technology Inc.",
+ "001cda": "Exegin Technologies Limited",
+ "001cdb": "CARPOINT CO.,LTD",
+ "001cdc": "Custom Computer Services, Inc.",
+ "001cdd": "COWBELL ENGINEERING CO., LTD.",
+ "001cde": "Interactive Multimedia eXchange Inc.",
+ "001cdf": "Belkin International Inc.",
+ "001ce0": "DASAN TPS",
+ "001ce1": "INDRA SISTEMAS, S.A.",
+ "001ce2": "Attero Tech, LLC.",
+ "001ce3": "Optimedical Systems",
+ "001ce4": "EleSy JSC",
+ "001ce5": "MBS Electronic Systems GmbH",
+ "001ce6": "INNES",
+ "001ce7": "Rocon PLC Research Centre",
+ "001ce8": "Cummins Inc",
+ "001ce9": "Galaxy Technology Limited",
+ "001cea": "Scientific-Atlanta, Inc",
+ "001ceb": "Nortel Networks",
+ "001cec": "Pty Ltd",
+ "001ced": "ENVIRONNEMENT SA",
+ "001cee": "SHARP Corporation",
+ "001cef": "Primax Electronics Ltd.",
+ "001cf0": "D-Link Corporation",
+ "001cf1": "SUPoX Technology Co. , LTD.",
+ "001cf2": "Tenlon Technology Co.,Ltd.",
+ "001cf3": "EVS Broadcast Equipment",
+ "001cf4": "Media Technology Systems Inc",
+ "001cf5": "Wiseblue Technology Limited",
+ "001cf6": "Cisco Systems, Inc",
+ "001cf7": "AudioScience",
+ "001cf8": "Parade Technologies, Ltd.",
+ "001cf9": "Cisco Systems, Inc",
+ "001cfa": "Alarm.com",
+ "001cfb": "Commscope",
+ "001cfc": "Sumitomo Electric Industries, Ltd",
+ "001cfd": "Universal Electronics, Inc.",
+ "001cfe": "Quartics Inc",
+ "001cff": "Napera Networks Inc",
+ "001d00": "Brivo Systems, LLC",
+ "001d01": "Neptune Digital",
+ "001d02": "Cybertech Telecom Development",
+ "001d03": "Design Solutions Inc.",
+ "001d04": "Zipit Wireless, Inc.",
+ "001d05": "Cooper Lighting Solutions",
+ "001d06": "HM Electronics, Inc.",
+ "001d07": "Shenzhen Sang Fei Consumer Communications Co.,Ltd",
+ "001d08": "Jiangsu Yinhe Electronics Co.,Ltd.",
+ "001d09": "Dell Inc.",
+ "001d0a": "Davis Instruments, Inc.",
+ "001d0b": "Power Standards Lab",
+ "001d0c": "MobileCompia",
+ "001d0d": "Sony Interactive Entertainment Inc.",
+ "001d0e": "Agapha Technology co., Ltd.",
+ "001d0f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "001d10": "LightHaus Logic, Inc.",
+ "001d11": "Analogue & Micro Ltd",
+ "001d12": "ROHM CO., LTD.",
+ "001d13": "NextGTV",
+ "001d14": "SPERADTONE INFORMATION TECHNOLOGY LIMITED",
+ "001d15": "Shenzhen Dolphin Electronic Co., Ltd",
+ "001d16": "SFR",
+ "001d17": "Digital Sky Corporation",
+ "001d18": "Power Innovation GmbH",
+ "001d19": "Arcadyan Technology Corporation",
+ "001d1a": "OvisLink S.A.",
+ "001d1b": "Sangean Electronics Inc.",
+ "001d1c": "Gennet s.a.",
+ "001d1d": "Inter-M Corporation",
+ "001d1e": "KYUSHU TEN CO.,LTD",
+ "001d1f": "Siauliu Tauro Televizoriai, JSC",
+ "001d20": "Comtrend Corporation",
+ "001d21": "Alcad SL",
+ "001d22": "Foss Analytical A/S",
+ "001d23": "SENSUS ",
+ "001d24": "Aclara Power-Line Systems Inc.",
+ "001d25": "Samsung Electronics Co.,Ltd",
+ "001d26": "Rockridgesound Technology Co.",
+ "001d27": "NAC-INTERCOM",
+ "001d28": "Sony Corporation",
+ "001d29": "Doro AB",
+ "001d2a": "SHENZHEN BUL-TECH CO.,LTD.",
+ "001d2b": "Wuhan Pont Technology CO. , LTD",
+ "001d2c": "Limited",
+ "001d2d": "Pylone, Inc.",
+ "001d2e": "Ruckus Wireless",
+ "001d2f": "QuantumVision Corporation",
+ "001d30": "YX Wireless S.A.",
+ "001d31": "HIGHPRO INTERNATIONAL R&D CO,.LTD.",
+ "001d32": "Co. Ltd",
+ "001d33": "Maverick Systems Inc.",
+ "001d34": "SYRIS Technology Corp",
+ "001d35": "Viconics Electronics Inc.",
+ "001d36": "ELECTRONICS CORPORATION OF INDIA LIMITED",
+ "001d37": "Thales-Panda Transportation System",
+ "001d38": "Seagate Technology",
+ "001d39": "MOOHADIGITAL CO., LTD",
+ "001d3a": "mh acoustics LLC",
+ "001d3b": "Nokia Danmark A/S",
+ "001d3c": "Muscle Corporation",
+ "001d3d": "Avidyne Corporation",
+ "001d3e": "SAKA TECHNO SCIENCE CO.,LTD",
+ "001d3f": "Mitron Pty Ltd",
+ "001d40": "Intel – GE Care Innovations LLC",
+ "001d41": "Hardy Instruments",
+ "001d42": "Nortel Networks",
+ "001d43": "Shenzhen G-link Digital Technology Co., Ltd.",
+ "001d44": "Krohne",
+ "001d45": "Cisco Systems, Inc",
+ "001d46": "Cisco Systems, Inc",
+ "001d47": "Covote GmbH & Co KG",
+ "001d48": "Sensor-Technik Wiedemann GmbH",
+ "001d49": "Innovation Wireless Inc.",
+ "001d4a": "Carestream Health, Inc.",
+ "001d4b": "Grid Connect Inc.",
+ "001d4c": "Alcatel-Lucent",
+ "001d4d": "Adaptive Recognition Hungary, Inc",
+ "001d4e": "TCM Mobile LLC",
+ "001d4f": "Apple, Inc.",
+ "001d50": "SPINETIX SA",
+ "001d51": "Babcock & Wilcox Power Generation Group, Inc",
+ "001d52": "Defzone B.V.",
+ "001d53": "Sdn. Bhd.",
+ "001d54": "Sunnic Technology & Merchandise INC.",
+ "001d55": "ZANTAZ, Inc",
+ "001d56": "Kramer Electronics Ltd.",
+ "001d57": "CAETEC Messtechnik",
+ "001d58": "CQ Inc",
+ "001d59": "Mitra Energy & Infrastructure",
+ "001d5a": "2Wire Inc",
+ "001d5b": "Tecvan Informatica Ltda",
+ "001d5c": "Tom Communication Industrial Co.,Ltd.",
+ "001d5d": "Control Dynamics Pty. Ltd.",
+ "001d5e": "COMING MEDIA CORP.",
+ "001d5f": "OverSpeed SARL",
+ "001d60": "ASUSTek COMPUTER INC.",
+ "001d61": "BIJ Corporation",
+ "001d62": "InPhase Technologies",
+ "001d63": "Miele & Cie. KG",
+ "001d64": "Adam Communications Systems Int Ltd",
+ "001d65": "Microwave Radio Communications",
+ "001d66": "Hyundai Telecom",
+ "001d67": "AMEC",
+ "001d68": "Thomson Telecom Belgium",
+ "001d69": "Knorr-Bremse IT-Services GmbH",
+ "001d6a": "Alpha Networks Inc.",
+ "001d6b": "Commscope",
+ "001d6c": "ClariPhy Communications, Inc.",
+ "001d6d": "Confidant International LLC",
+ "001d6e": "Nokia Danmark A/S",
+ "001d6f": "Chainzone Technology Co., Ltd",
+ "001d70": "Cisco Systems, Inc",
+ "001d71": "Cisco Systems, Inc",
+ "001d72": "Wistron Corporation",
+ "001d73": "BUFFALO.INC",
+ "001d74": "Tianjin China-Silicon Microelectronics Co., Ltd.",
+ "001d75": "Radioscape PLC",
+ "001d76": "Eyeheight Ltd.",
+ "001d77": "NSGate",
+ "001d78": "Invengo Information Technology Co.,Ltd",
+ "001d79": "SIGNAMAX LLC",
+ "001d7a": "Wideband Semiconductor, Inc.",
+ "001d7b": "Ice Energy, Inc.",
+ "001d7c": "ABE Elettronica S.p.A.",
+ "001d7d": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "001d7e": "Cisco-Linksys, LLC",
+ "001d7f": "Tekron International Ltd",
+ "001d80": "Beijing Huahuan Eletronics Co.,Ltd",
+ "001d81": "GUANGZHOU GATEWAY ELECTRONICS CO., LTD",
+ "001d82": "GN Netcom A/S",
+ "001d83": "Emitech Corporation",
+ "001d84": "Gateway, Inc.",
+ "001d85": "Call Direct Cellular Solutions",
+ "001d86": "Ltd.",
+ "001d87": "VigTech Labs Sdn Bhd",
+ "001d88": "Clearwire",
+ "001d89": "VaultStor Corporation",
+ "001d8a": "TechTrex Inc",
+ "001d8b": "ADB Broadband Italia",
+ "001d8c": "La Crosse Technology LTD",
+ "001d8d": "Fluke Process Instruments GmbH",
+ "001d8e": "Alereon, Inc.",
+ "001d8f": "PureWave Networks",
+ "001d90": "EMCO Flow Systems",
+ "001d91": "Digitize, Inc",
+ "001d92": "MICRO-STAR INT'L CO.,LTD.",
+ "001d93": "Modacom",
+ "001d94": "Climax Technology Co., Ltd",
+ "001d95": "Flash, Inc.",
+ "001d96": "WatchGuard Video",
+ "001d97": "Alertus Technologies LLC",
+ "001d98": "Nokia Danmark A/S",
+ "001d99": "Cyan Optic, Inc.",
+ "001d9a": "GODEX INTERNATIONAL CO., LTD",
+ "001d9b": "Hokuyo Automatic Co., Ltd.",
+ "001d9c": "Rockwell Automation",
+ "001d9d": "ARTJOY INTERNATIONAL LIMITED",
+ "001d9e": "AXION TECHNOLOGIES",
+ "001d9f": "MATT R.P.Traczynscy Sp.J.",
+ "001da0": "Heng Yu Electronic Manufacturing Company Limited",
+ "001da1": "Cisco Systems, Inc",
+ "001da2": "Cisco Systems, Inc",
+ "001da3": "SabiOso",
+ "001da4": "Hangzhou System Technology CO., LTD",
+ "001da5": "WB Electronics",
+ "001da6": "Media Numerics Limited",
+ "001da7": "Seamless Internet",
+ "001da8": "Takahata Electronics Co.,Ltd",
+ "001da9": "Castles Technology, Co., LTD",
+ "001daa": "DrayTek Corp.",
+ "001dab": "SwissQual License AG",
+ "001dac": "Gigamon Systems LLC",
+ "001dad": "Sinotech Engineering Consultants, Inc. Geotechnical Enginee",
+ "001dae": "CHANG TSENG TECHNOLOGY CO., LTD",
+ "001daf": "Nortel Networks",
+ "001db0": "FuJian HengTong Information Technology Co.,Ltd",
+ "001db1": "Crescendo Networks",
+ "001db2": "HOKKAIDO ELECTRIC ENGINEERING CO.,LTD.",
+ "001db3": "HPN Supply Chain",
+ "001db4": "KUMHO ENG CO.,LTD",
+ "001db5": "Juniper Networks",
+ "001db6": "BestComm Networks, Inc.",
+ "001db7": "Tendril Networks, Inc.",
+ "001db8": "Intoto Inc.",
+ "001db9": "Wellspring Wireless",
+ "001dba": "Sony Corporation",
+ "001dbb": "Dynamic System Electronics Corp.",
+ "001dbc": "Nintendo Co., Ltd.",
+ "001dbd": "Versamed Inc.",
+ "001dbe": "Commscope",
+ "001dbf": "Radiient Technologies, Inc.",
+ "001dc0": "Enphase Energy",
+ "001dc1": "Audinate Pty L",
+ "001dc2": "XORTEC OY",
+ "001dc3": "RIKOR TV, Ltd",
+ "001dc4": "AIOI Systems Co., Ltd.",
+ "001dc5": "Beijing Jiaxun Feihong Electricial Co., Ltd.",
+ "001dc6": "SNR Inc.",
+ "001dc7": "L-3 Communications Geneva Aerospace",
+ "001dc8": "Navionics Research Inc., dba SCADAmetrics",
+ "001dc9": "GainSpan Corp.",
+ "001dca": "PAV Electronics Limited",
+ "001dcb": "Exéns Development Oy",
+ "001dcc": "Ayon Cyber Security, Inc",
+ "001dcd": "Commscope",
+ "001dce": "Commscope",
+ "001dcf": "Commscope",
+ "001dd0": "Commscope",
+ "001dd1": "Commscope",
+ "001dd2": "Commscope",
+ "001dd3": "Commscope",
+ "001dd4": "Commscope",
+ "001dd5": "Commscope",
+ "001dd6": "Commscope",
+ "001dd7": "Algolith",
+ "001dd8": "Microsoft Corporation",
+ "001dd9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001dda": "Mikroelektronika spol. s r. o.",
+ "001ddb": "C-BEL Corporation",
+ "001ddc": "HangZhou DeChangLong Tech&Info Co.,Ltd",
+ "001ddd": "DAT H.K. LIMITED",
+ "001dde": "Zhejiang Broadcast&Television Technology Co.,Ltd.",
+ "001ddf": "Sunitec Enterprise Co.,Ltd",
+ "001de0": "Intel Corporate",
+ "001de1": "Intel Corporate",
+ "001de2": "Radionor Communications",
+ "001de3": "Intuicom",
+ "001de4": "Visioneered Image Systems",
+ "001de5": "Cisco Systems, Inc",
+ "001de6": "Cisco Systems, Inc",
+ "001de7": "Marine Sonic Technology, Ltd.",
+ "001de9": "Nokia Danmark A/S",
+ "001dea": "Commtest Instruments Ltd",
+ "001deb": "DINEC International",
+ "001dec": "Marusys",
+ "001ded": "Grid Net, Inc.",
+ "001dee": "NEXTVISION SISTEMAS DIGITAIS DE TELEVISÃO LTDA.",
+ "001def": "TRIMM, INC.",
+ "001df0": "Vidient Systems, Inc.",
+ "001df1": "Intego Systems, Inc.",
+ "001df2": "Netflix, Inc.",
+ "001df3": "SBS Science & Technology Co., Ltd",
+ "001df4": "Magellan Technology Pty Limited",
+ "001df5": "Sunshine Co,LTD",
+ "001df6": "Samsung Electronics Co.,Ltd",
+ "001df7": "R. STAHL Schaltgeräte GmbH",
+ "001df8": "Webpro Vision Technology Corporation",
+ "001df9": "Limited",
+ "001dfa": "Fujian LANDI Commercial Equipment Co.,Ltd",
+ "001dfb": "NETCLEUS Systems Corporation",
+ "001dfc": "KSIC",
+ "001dfd": "Nokia Danmark A/S",
+ "001dfe": "Palm, Inc",
+ "001dff": "Network Critical Solutions Ltd",
+ "001e00": "Shantou Institute of Ultrasonic Instruments",
+ "001e01": "Renesas Technology Sales Co., Ltd.",
+ "001e02": "Sougou Keikaku Kougyou Co.,Ltd.",
+ "001e03": "LiComm Co., Ltd.",
+ "001e04": "Hanson Research Corporation",
+ "001e05": "Xseed Technologies & Computing",
+ "001e06": "WIBRAIN",
+ "001e07": "Winy Technology Co., Ltd.",
+ "001e08": "Centec Networks Inc",
+ "001e09": "ZEFATEK Co.,LTD",
+ "001e0a": "Syba Tech Limited",
+ "001e0b": "Hewlett Packard",
+ "001e0c": "Sherwood Information Partners, Inc.",
+ "001e0d": "Micran Ltd.",
+ "001e0e": "MAXI VIEW HOLDINGS LIMITED",
+ "001e0f": "Briot International",
+ "001e10": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "001e11": "ELELUX INTERNATIONAL LTD",
+ "001e12": "Ecolab",
+ "001e13": "Cisco Systems, Inc",
+ "001e14": "Cisco Systems, Inc",
+ "001e15": "Beech Hill Electronics",
+ "001e16": "Keytronix",
+ "001e17": "STN BV",
+ "001e18": "Radio Activity srl",
+ "001e19": "GTRI",
+ "001e1a": "Best Source Taiwan Inc.",
+ "001e1b": "Digital Stream Technology, Inc.",
+ "001e1c": "SWS Australia Pty Limited",
+ "001e1d": "East Coast Datacom, Inc.",
+ "001e1e": "Honeywell Life Safety",
+ "001e1f": "Nortel Networks",
+ "001e20": "Intertain Inc.",
+ "001e21": "Qisda Corporation",
+ "001e22": "ARVOO Imaging Products BV",
+ "001e23": "Electronic Educational Devices, Inc",
+ "001e24": "Zhejiang Bell Technology Co.,ltd",
+ "001e25": "INTEK DIGITAL",
+ "001e26": "Digifriends Co. Ltd",
+ "001e27": "SBN TECH Co.,Ltd.",
+ "001e28": "Lumexis Corporation",
+ "001e29": "Hypertherm Inc",
+ "001e2a": "NETGEAR",
+ "001e2b": "Radio Systems Design, Inc.",
+ "001e2c": "CyVerse Corporation",
+ "001e2d": "STIM",
+ "001e2e": "SIRTI S.p.A.",
+ "001e2f": "DiMoto Pty Ltd",
+ "001e30": "Shireen Inc",
+ "001e31": "infomark",
+ "001e32": "Zensys",
+ "001e33": "INVENTEC CORPORATION",
+ "001e34": "CryptoMetrics",
+ "001e35": "Nintendo Co., Ltd.",
+ "001e36": "IPTE",
+ "001e37": "Universal Global Scientific Industrial., Ltd",
+ "001e38": "Bluecard Software Technology Co., Ltd.",
+ "001e39": "Comsys Communication Ltd.",
+ "001e3a": "Nokia Danmark A/S",
+ "001e3b": "Nokia Danmark A/S",
+ "001e3c": "Lyngbox Media AB",
+ "001e3d": "ALPSALPINE CO,.LTD",
+ "001e3e": "KMW Inc.",
+ "001e3f": "TrellisWare Technologies, Inc.",
+ "001e40": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "001e41": "Microwave Communication & Component, Inc.",
+ "001e42": "Teltonika",
+ "001e43": "AISIN CORPORATION",
+ "001e44": "SANTEC",
+ "001e45": "Sony Corporation",
+ "001e46": "Commscope",
+ "001e47": "PT. Hariff Daya Tunggal Engineering",
+ "001e48": "Wi-Links",
+ "001e49": "Cisco Systems, Inc",
+ "001e4a": "Cisco Systems, Inc",
+ "001e4b": "City Theatrical",
+ "001e4c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001e4d": "Welkin Sciences, LLC",
+ "001e4e": "DAKO EDV-Ingenieur- und Systemhaus GmbH",
+ "001e4f": "Dell Inc.",
+ "001e50": "BATTISTONI RESEARCH",
+ "001e51": "Converter Industry Srl",
+ "001e52": "Apple, Inc.",
+ "001e53": "Further Tech Co., LTD",
+ "001e54": "TOYO ELECTRIC Corporation",
+ "001e55": "COWON SYSTEMS,Inc.",
+ "001e56": "Bally Wulff Entertainment GmbH",
+ "001e57": "ALCOMA, spol. s r.o.",
+ "001e58": "D-Link Corporation",
+ "001e59": "Silicon Turnkey Express, LLC",
+ "001e5a": "Commscope",
+ "001e5b": "Unitron Company, Inc.",
+ "001e5c": "RB GeneralEkonomik",
+ "001e5d": "Holosys d.o.o.",
+ "001e5e": "COmputime Ltd.",
+ "001e5f": "KwikByte, LLC",
+ "001e60": "Digital Lighting Systems, Inc",
+ "001e61": "ITEC GmbH",
+ "001e62": "Siemon",
+ "001e63": "Vibro-Meter SA",
+ "001e64": "Intel Corporate",
+ "001e65": "Intel Corporate",
+ "001e66": "RESOL Elektronische Regelungen GmbH",
+ "001e67": "Intel Corporate",
+ "001e68": "Quanta Computer Inc.",
+ "001e69": "Thomson Inc.",
+ "001e6a": "Beijing Bluexon Technology Co.,Ltd",
+ "001e6b": "Cisco SPVTG",
+ "001e6c": "Opaque Systems",
+ "001e6d": "IT R&D Center",
+ "001e6e": "Shenzhen First Mile Communications Ltd",
+ "001e6f": "Magna-Power Electronics, Inc.",
+ "001e70": "Chelton Limited",
+ "001e71": "MIrcom Group of Companies",
+ "001e72": "PCS",
+ "001e73": "zte corporation",
+ "001e74": "Sagemcom Broadband SAS",
+ "001e76": "Thermo Fisher Scientific",
+ "001e77": "Air2App",
+ "001e78": "Owitek Technology Ltd.,",
+ "001e79": "Cisco Systems, Inc",
+ "001e7a": "Cisco Systems, Inc",
+ "001e7b": "R.I.CO. S.r.l.",
+ "001e7c": "Taiwick Limited",
+ "001e7d": "Samsung Electronics Co.,Ltd",
+ "001e7e": "Nortel Networks",
+ "001e7f": "CBM of America",
+ "001e80": "Icotera A/S",
+ "001e81": "CNB Technology Inc.",
+ "001e82": "SanDisk Corporation",
+ "001e84": "Pika Technologies Inc.",
+ "001e85": "Lagotek Corporation",
+ "001e86": "MEL Co.,Ltd.",
+ "001e87": "Realease Limited",
+ "001e88": "ANDOR SYSTEM SUPPORT CO., LTD.",
+ "001e89": "CRFS Limited",
+ "001e8a": "eCopy, Inc",
+ "001e8b": "Infra Access Korea Co., Ltd.",
+ "001e8c": "ASUSTek COMPUTER INC.",
+ "001e8d": "Commscope",
+ "001e8e": "Hunkeler AG",
+ "001e8f": "CANON INC.",
+ "001e90": "Elitegroup Computer Systems Co.,Ltd.",
+ "001e91": "KIMIN Electronic Co., Ltd.",
+ "001e92": "JEULIN S.A.",
+ "001e93": "CiriTech Systems Inc",
+ "001e94": "SUPERCOM TECHNOLOGY CORPORATION",
+ "001e95": "SIGMALINK",
+ "001e96": "Sepura Limited",
+ "001e97": "Medium Link System Technology CO., LTD,",
+ "001e98": "GreenLine Communications",
+ "001e99": "Vantanol Industrial Corporation",
+ "001e9a": "HAMILTON Bonaduz AG",
+ "001e9b": "San-Eisha, Ltd.",
+ "001e9c": "Fidustron INC",
+ "001e9d": "Recall Technologies, Inc.",
+ "001e9e": "ddm hopt + schuler Gmbh + Co. KG",
+ "001e9f": "Visioneering Systems, Inc.",
+ "001ea0": "XLN-t",
+ "001ea1": "Brunata a/s",
+ "001ea2": "Symx Systems, Inc.",
+ "001ea3": "Nokia Danmark A/S",
+ "001ea4": "Nokia Danmark A/S",
+ "001ea5": "ROBOTOUS, Inc.",
+ "001ea6": "Pvt. Ltd.",
+ "001ea7": "Actiontec Electronics, Inc",
+ "001ea8": "Datang Mobile Communications Equipment CO.,LTD",
+ "001ea9": "Nintendo Co., Ltd.",
+ "001eaa": "E-Senza Technologies GmbH",
+ "001eab": "TeleWell Oy",
+ "001eac": "Armadeus Systems",
+ "001ead": "Wingtech Group Limited",
+ "001eae": "Continental Automotive Systems Inc.",
+ "001eaf": "Ophir Optronics Ltd",
+ "001eb0": "ImesD Electronica S.L.",
+ "001eb1": "Cryptsoft Pty Ltd",
+ "001eb2": "LG Innotek",
+ "001eb3": "Primex Wireless",
+ "001eb4": "UNIFAT TECHNOLOGY LTD.",
+ "001eb5": "Ever Sparkle Technologies Ltd",
+ "001eb6": "TAG Heuer SA",
+ "001eb7": "TBTech, Co., Ltd.",
+ "001eb8": "Aloys, Inc",
+ "001eb9": "Sing Fai Technology Limited",
+ "001eba": "High Density Devices AS",
+ "001ebb": "BLUELIGHT TECHNOLOGY INC.",
+ "001ebc": "WINTECH AUTOMATION CO.,LTD.",
+ "001ebd": "Cisco Systems, Inc",
+ "001ebe": "Cisco Systems, Inc",
+ "001ebf": "Haas Automation Inc.",
+ "001ec0": "Microchip Technology Inc.",
+ "001ec1": "3COM EUROPE LTD",
+ "001ec2": "Apple, Inc.",
+ "001ec3": "Kozio, Inc.",
+ "001ec4": "Celio Corp",
+ "001ec5": "Middle Atlantic Products Inc",
+ "001ec6": "Leviton Manufacturing Co., Inc",
+ "001ec7": "2Wire Inc",
+ "001ec8": "Ltd",
+ "001ec9": "Dell Inc.",
+ "001eca": "Nortel Networks",
+ "001ecb": "RPC Energoautomatika Ltd",
+ "001ecc": "CDVI",
+ "001ecd": "KYLAND Technology Co. LTD",
+ "001ece": "Limited",
+ "001ecf": "PHILIPS ELECTRONICS UK LTD",
+ "001ed0": "Ingespace",
+ "001ed1": "TKH Security B.V.",
+ "001ed2": "Ray Shine Video Technology Inc",
+ "001ed3": "Dot Technology Int'l Co., Ltd.",
+ "001ed4": "Doble Engineering",
+ "001ed5": "Tekon-Automatics",
+ "001ed6": "Alentec & Orion AB",
+ "001ed7": "H-Stream Wireless, Inc.",
+ "001ed8": "Digital United Inc.",
+ "001ed9": "Mitsubishi Precision Co.,LTd.",
+ "001eda": "Wesemann Elektrotechniek B.V.",
+ "001edb": "Giken Trastem Co., Ltd.",
+ "001edc": "Sony Corporation",
+ "001edd": "WASKO S.A.",
+ "001ede": "BYD COMPANY LIMITED",
+ "001edf": "Master Industrialization Center Kista",
+ "001ee0": "Urmet SpA",
+ "001ee1": "Samsung Electronics Co.,Ltd",
+ "001ee2": "Samsung Electronics Co.,Ltd",
+ "001ee3": "Co.,Ltd",
+ "001ee4": "ACS Solutions France",
+ "001ee5": "Cisco-Linksys, LLC",
+ "001ee6": "Shenzhen Advanced Video Info-Tech Co., Ltd.",
+ "001ee7": "Epic Systems Inc",
+ "001ee8": "Mytek",
+ "001ee9": "Stoneridge Electronics AB",
+ "001eea": "Sensor Switch, Inc.",
+ "001eeb": "Talk-A-Phone Co.",
+ "001eec": "CO., LTD. ",
+ "001eed": "Adventiq Ltd.",
+ "001eee": "ETL Systems Ltd",
+ "001eef": "Cantronic International Limited",
+ "001ef0": "Gigafin Networks",
+ "001ef1": "Servimat",
+ "001ef2": "Micro Motion Inc",
+ "001ef3": "From2",
+ "001ef4": "L-3 Communications Display Systems",
+ "001ef5": "Hitek Automated Inc.",
+ "001ef6": "Cisco Systems, Inc",
+ "001ef7": "Cisco Systems, Inc",
+ "001ef8": "Emfinity Inc.",
+ "001ef9": "Pascom Kommunikations systeme GmbH.",
+ "001efa": "PROTEI Ltd.",
+ "001efb": "Trio Motion Technology Ltd",
+ "001efc": "JSC MASSA-K",
+ "001efd": "Microbit 2.0 AB",
+ "001efe": "LEVEL s.r.o.",
+ "001eff": "Mueller-Elektronik GmbH & Co. KG",
+ "001f00": "Nokia Danmark A/S",
+ "001f01": "Nokia Danmark A/S",
+ "001f02": "Pixelmetrix Corporation Pte Ltd",
+ "001f03": "NUM AG",
+ "001f04": "Granch Ltd.",
+ "001f05": "iTAS Technology Corp.",
+ "001f06": "Integrated Dispatch Solutions",
+ "001f07": "AZTEQ Mobile",
+ "001f08": "RISCO LTD",
+ "001f09": "Jastec",
+ "001f0a": "Nortel Networks",
+ "001f0b": "Federal State Unitary Enterprise Industrial UnionElectropribor",
+ "001f0c": "Intelligent Digital Services GmbH",
+ "001f0d": "L3 Communications - Telemetry West",
+ "001f0e": "Japan Kyastem Co., Ltd",
+ "001f0f": "Select Engineered Systems",
+ "001f10": "TOLEDO DO BRASIL INDUSTRIA DE BALANCAS LTDA",
+ "001f11": "OPENMOKO, INC.",
+ "001f12": "Juniper Networks",
+ "001f13": "S.& A.S. Ltd.",
+ "001f14": "NexG",
+ "001f15": "Bioscrypt Inc",
+ "001f16": "Wistron Corporation",
+ "001f17": "IDX Company, Ltd.",
+ "001f18": "Hakusan.Mfg.Co,.Ltd",
+ "001f19": "BEN-RI ELECTRONICA S.A.",
+ "001f1a": "Prominvest",
+ "001f1b": "RoyalTek Company Ltd.",
+ "001f1c": "KOBISHI ELECTRIC Co.,Ltd.",
+ "001f1d": "Atlas Material Testing Technology LLC",
+ "001f1e": "Astec Technology Co., Ltd",
+ "001f1f": "Edimax Technology Co. Ltd.",
+ "001f20": "Logitech Europe SA",
+ "001f21": "Inner Mongolia Yin An Science & Technology Development Co.,L",
+ "001f22": "Source Photonics, Inc.",
+ "001f23": "DGS Diagnostics A/S",
+ "001f24": "DIGITVIEW TECHNOLOGY CO., LTD.",
+ "001f25": "MBS GmbH",
+ "001f26": "Cisco Systems, Inc",
+ "001f27": "Cisco Systems, Inc",
+ "001f28": "HPN Supply Chain",
+ "001f29": "Hewlett Packard",
+ "001f2a": "ACCM",
+ "001f2b": "Orange Logic",
+ "001f2c": "Starbridge Networks",
+ "001f2d": "Electro-Optical Imaging, Inc.",
+ "001f2e": "Triangle Research Int'l Pte Ltd",
+ "001f2f": "Berker GmbH & Co. KG",
+ "001f30": "Travelping",
+ "001f31": "Radiocomp",
+ "001f32": "Nintendo Co., Ltd.",
+ "001f33": "NETGEAR",
+ "001f34": "Lung Hwa Electronics Co., Ltd.",
+ "001f35": "AIR802 LLC",
+ "001f36": "Bellwin Information Co. Ltd.,",
+ "001f37": "Genesis I&C",
+ "001f38": "POSITRON",
+ "001f39": "Construcciones y Auxiliar de Ferrocarriles, S.A.",
+ "001f3a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001f3b": "Intel Corporate",
+ "001f3c": "Intel Corporate",
+ "001f3d": "Qbit GmbH",
+ "001f3e": "RP-Technik e.K.",
+ "001f3f": "AVM GmbH",
+ "001f40": "Speakercraft Inc.",
+ "001f41": "Ruckus Wireless",
+ "001f42": "Etherstack plc",
+ "001f43": "ENTES ELEKTRONIK",
+ "001f44": "GE Transportation Systems",
+ "001f45": "Enterasys",
+ "001f46": "Nortel Networks",
+ "001f47": "MCS Logic Inc.",
+ "001f48": "Mojix Inc.",
+ "001f49": "Manhattan TV Ltd",
+ "001f4a": "Albentia Systems S.A.",
+ "001f4b": "Lineage Power",
+ "001f4c": "Roseman Engineering Ltd",
+ "001f4d": "Segnetics LLC",
+ "001f4e": "ConMed Linvatec",
+ "001f4f": "Thinkware Co. Ltd.",
+ "001f50": "Swissdis AG",
+ "001f51": "HD Communications Corp",
+ "001f52": "UVT Unternehmensberatung fur Verkehr und Technik GmbH",
+ "001f53": "GEMAC Chemnitz GmbH",
+ "001f54": "Lorex Technology Inc.",
+ "001f55": "Co., Ltd.",
+ "001f56": "DIGITAL FORECAST",
+ "001f57": "Phonik Innovation Co.,LTD",
+ "001f58": "EMH Energiemesstechnik GmbH",
+ "001f59": "Kronback Tracers",
+ "001f5a": "Beckwith Electric Co.",
+ "001f5b": "Apple, Inc.",
+ "001f5c": "Nokia Danmark A/S",
+ "001f5d": "Nokia Danmark A/S",
+ "001f5e": "Dyna Technology Co.,Ltd.",
+ "001f5f": "Blatand GmbH",
+ "001f60": "COMPASS SYSTEMS CORP.",
+ "001f61": "Talent Communication Networks Inc.",
+ "001f62": "JSC Stilsoft",
+ "001f63": "JSC Goodwin-Europa",
+ "001f64": "Beijing Autelan Technology Inc.",
+ "001f65": "KOREA ELECTRIC TERMINAL CO., LTD.",
+ "001f66": "PLANAR LLC",
+ "001f67": "Hitachi,Ltd.",
+ "001f68": "Martinsson Elektronik AB",
+ "001f69": "Pingood Technology Co., Ltd.",
+ "001f6a": "PacketFlux Technologies, Inc.",
+ "001f6c": "Cisco Systems, Inc",
+ "001f6d": "Cisco Systems, Inc",
+ "001f6e": "Vtech Engineering Corporation",
+ "001f6f": "Fujian Sunnada Communication Co.,Ltd.",
+ "001f70": "Botik Technologies LTD",
+ "001f71": "xG Technology, Inc.",
+ "001f72": "QingDao Hiphone Technology Co,.Ltd",
+ "001f73": "Teraview Technology Co., Ltd.",
+ "001f74": "Eigen Development",
+ "001f75": "GiBahn Media",
+ "001f76": "AirLogic Systems Inc.",
+ "001f77": "HEOL DESIGN",
+ "001f78": "Blue Fox Porini Textile",
+ "001f79": "Lodam Electronics A/S",
+ "001f7a": "WiWide Inc.",
+ "001f7b": "TechNexion Ltd.",
+ "001f7c": "Witelcom AS",
+ "001f7d": "Embedded Wireless GmbH",
+ "001f7e": "Commscope",
+ "001f7f": "Phabrix Limited",
+ "001f80": "Lucas Holding bv",
+ "001f81": "Accel Semiconductor Corp",
+ "001f82": "Cal-Comp Electronics & Communications Company Ltd.",
+ "001f83": "Teleplan Technology Services Sdn Bhd",
+ "001f84": "Gigle Semiconductor",
+ "001f85": "Apriva ISS, LLC",
+ "001f86": "digEcor",
+ "001f87": "Skydigital Inc.",
+ "001f88": "FMS Force Measuring Systems AG",
+ "001f89": "Signalion GmbH",
+ "001f8a": "Ellion Digital Inc.",
+ "001f8b": "Cache IQ",
+ "001f8c": "CCS Inc.",
+ "001f8d": "Ingenieurbuero Stark GmbH und Ko. KG",
+ "001f8e": "Metris USA Inc.",
+ "001f8f": "Shanghai Bellmann Digital Source Co.,Ltd.",
+ "001f90": "Actiontec Electronics, Inc",
+ "001f91": "DBS Lodging Technologies, LLC",
+ "001f92": "Motorola Solutions Inc.",
+ "001f93": "Xiotech Corporation",
+ "001f94": "Lascar Electronics Ltd",
+ "001f95": "Sagemcom Broadband SAS",
+ "001f96": "APROTECH CO.LTD",
+ "001f97": "BERTANA srl",
+ "001f98": "DAIICHI-DENTSU LTD.",
+ "001f99": "SERONICS co.ltd",
+ "001f9a": "Nortel Networks",
+ "001f9b": "POSBRO",
+ "001f9c": "Havis Inc.",
+ "001f9d": "Cisco Systems, Inc",
+ "001f9e": "Cisco Systems, Inc",
+ "001f9f": "Thomson Telecom Belgium",
+ "001fa0": "A10 Networks",
+ "001fa1": "Gtran Inc",
+ "001fa2": "Datron World Communications, Inc.",
+ "001fa3": "T&W Electronics(Shenzhen)Co.,Ltd.",
+ "001fa4": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "001fa5": "Blue-White Industries",
+ "001fa6": "Stilo srl",
+ "001fa7": "Sony Interactive Entertainment Inc.",
+ "001fa8": "Smart Energy Instruments Inc.",
+ "001fa9": "Atlanta DTH, Inc.",
+ "001faa": "Taseon, Inc.",
+ "001fab": "I.S HIGH TECH.INC",
+ "001fac": "Goodmill Systems Ltd",
+ "001fad": "Brown Innovations, Inc",
+ "001fae": "Ltd",
+ "001faf": "NextIO, Inc.",
+ "001fb0": "TimeIPS, Inc.",
+ "001fb1": "Cybertech Inc.",
+ "001fb2": "Sontheim Industrie Elektronik GmbH",
+ "001fb3": "2Wire Inc",
+ "001fb4": "SmartShare Systems",
+ "001fb5": "I/O Interconnect Inc.",
+ "001fb6": "Chi Lin Technology Co., Ltd.",
+ "001fb7": "WiMate Technologies Corp.",
+ "001fb8": "Universal Remote Control, Inc.",
+ "001fb9": "Paltronics",
+ "001fba": "Boyoung Tech",
+ "001fbb": "Xenatech Co.,LTD",
+ "001fbc": "EVGA Corporation",
+ "001fbd": "Kyocera Wireless Corp.",
+ "001fbe": "Shenzhen Mopnet Industrial Co.,Ltd",
+ "001fbf": "Fulhua Microelectronics Corp. Taiwan Branch",
+ "001fc0": "Control Express Finland Oy",
+ "001fc1": "Hanlong Technology Co.,LTD",
+ "001fc2": "Jow Tong Technology Co Ltd",
+ "001fc3": "SmartSynch, Inc",
+ "001fc4": "Commscope",
+ "001fc5": "Nintendo Co., Ltd.",
+ "001fc6": "ASUSTek COMPUTER INC.",
+ "001fc7": "Casio Hitachi Mobile Communications Co., Ltd.",
+ "001fc8": "Up-Today Industrial Co., Ltd.",
+ "001fc9": "Cisco Systems, Inc",
+ "001fca": "Cisco Systems, Inc",
+ "001fcb": "NIW Solutions",
+ "001fcc": "Samsung Electronics Co.,Ltd",
+ "001fcd": "Samsung Electronics Co.,Ltd",
+ "001fce": "QTECH LLC",
+ "001fcf": "MSI Technology GmbH",
+ "001fd0": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "001fd1": "OPTEX CO.,LTD.",
+ "001fd2": "COMMTECH TECHNOLOGY MACAO COMMERCIAL OFFSHORE LTD.",
+ "001fd3": "RIVA Networks Inc.",
+ "001fd4": "4IPNET, INC.",
+ "001fd5": "MICRORISC s.r.o.",
+ "001fd6": "Shenzhen Allywll",
+ "001fd7": "TELERAD SA",
+ "001fd8": "A-TRUST COMPUTER CORPORATION",
+ "001fd9": "RSD Communications Ltd",
+ "001fda": "Nortel Networks",
+ "001fdb": "Network Supply Corp.,",
+ "001fdc": "Mobile Safe Track Ltd",
+ "001fdd": "GDI LLC",
+ "001fde": "Nokia Danmark A/S",
+ "001fdf": "Nokia Danmark A/S",
+ "001fe0": "EdgeVelocity Corp",
+ "001fe1": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001fe2": "Hon Hai Precision Ind. Co.,Ltd.",
+ "001fe4": "Sony Corporation",
+ "001fe5": "In-Circuit GmbH",
+ "001fe6": "Alphion Corporation",
+ "001fe7": "Simet",
+ "001fe8": "KURUSUGAWA Electronics Industry Inc,.",
+ "001fe9": "Printrex, Inc.",
+ "001fea": "Applied Media Technologies Corporation",
+ "001feb": "Trio Datacom Pty Ltd",
+ "001fec": "Synapse Électronique",
+ "001fed": "Tecan Systems Inc.",
+ "001fee": "ubisys technologies GmbH",
+ "001fef": "SHINSEI INDUSTRIES CO.,LTD",
+ "001ff0": "Audio Partnership",
+ "001ff1": "Paradox Hellas S.A.",
+ "001ff2": "VIA Technologies, Inc.",
+ "001ff3": "Apple, Inc.",
+ "001ff4": "Power Monitors, Inc.",
+ "001ff5": "Kongsberg Defence & Aerospace",
+ "001ff6": "PS Audio International",
+ "001ff7": "Nakajima All Precision Co., Ltd.",
+ "001ff8": "Siemens AG, Sector Industry, Drive Technologies, Motion Control Systems",
+ "001ff9": "Advanced Knowledge Associates",
+ "001ffa": "Coretree, Co, Ltd",
+ "001ffb": "Green Packet Bhd",
+ "001ffc": "Riccius+Sohn GmbH",
+ "001ffd": "Indigo Mobile Technologies Corp.",
+ "001ffe": "HPN Supply Chain",
+ "001fff": "Respironics, Inc.",
+ "002000": "LEXMARK INTERNATIONAL, INC.",
+ "002001": "DSP SOLUTIONS, INC.",
+ "002002": "SERITECH ENTERPRISE CO., LTD.",
+ "002003": "PIXEL POWER LTD.",
+ "002004": "YAMATAKE-HONEYWELL CO., LTD.",
+ "002005": "SIMPLE TECHNOLOGY",
+ "002006": "GARRETT COMMUNICATIONS, INC.",
+ "002007": "SFA, INC.",
+ "002008": "CABLE & COMPUTER TECHNOLOGY",
+ "002009": "PACKARD BELL ELEC., INC.",
+ "00200a": "SOURCE-COMM CORP.",
+ "00200b": "OCTAGON SYSTEMS CORP.",
+ "00200c": "ADASTRA SYSTEMS CORP.",
+ "00200d": "CARL ZEISS",
+ "00200e": "NSSLGlobal Technologies AS",
+ "00200f": "EBRAINS Inc",
+ "002010": "JEOL SYSTEM TECHNOLOGY CO. LTD",
+ "002011": "CANOPUS CO., LTD.",
+ "002012": "CAMTRONICS MEDICAL SYSTEMS",
+ "002013": "DIVERSIFIED TECHNOLOGY, INC.",
+ "002014": "GLOBAL VIEW CO., LTD.",
+ "002015": "ACTIS COMPUTER SA",
+ "002016": "SHOWA ELECTRIC WIRE & CABLE CO",
+ "002017": "ORBOTECH",
+ "002018": "CIS TECHNOLOGY INC.",
+ "002019": "OHLER GMBH",
+ "00201a": "MRV Communications, Inc.",
+ "00201b": "NORTHERN TELECOM/NETWORK",
+ "00201c": "EXCEL, INC.",
+ "00201d": "KATANA PRODUCTS",
+ "00201e": "NETQUEST CORPORATION",
+ "00201f": "BEST POWER TECHNOLOGY, INC.",
+ "002020": "MEGATRON COMPUTER INDUSTRIES PTY, LTD.",
+ "002021": "ALGORITHMS SOFTWARE PVT. LTD.",
+ "002022": "NMS Communications",
+ "002023": "T.C. TECHNOLOGIES PTY. LTD",
+ "002024": "PACIFIC COMMUNICATION SCIENCES",
+ "002025": "CONTROL TECHNOLOGY, INC.",
+ "002026": "AMKLY SYSTEMS, INC.",
+ "002027": "MING FORTUNE INDUSTRY CO., LTD",
+ "002028": "WEST EGG SYSTEMS, INC.",
+ "002029": "TELEPROCESSING PRODUCTS, INC.",
+ "00202a": "N.V. DZINE",
+ "00202b": "ADVANCED TELECOMMUNICATIONS MODULES, LTD.",
+ "00202c": "WELLTRONIX CO., LTD.",
+ "00202d": "TAIYO CORPORATION",
+ "00202e": "DAYSTAR DIGITAL",
+ "00202f": "ZETA COMMUNICATIONS, LTD.",
+ "002030": "ANALOG & DIGITAL SYSTEMS",
+ "002031": "Tattile SRL ",
+ "002032": "ALCATEL TAISEL",
+ "002033": "SYNAPSE TECHNOLOGIES, INC.",
+ "002034": "ROTEC INDUSTRIEAUTOMATION GMBH",
+ "002035": "IBM Corp",
+ "002036": "BMC SOFTWARE",
+ "002037": "Seagate Technology",
+ "002038": "VME MICROSYSTEMS INTERNATIONAL CORPORATION",
+ "002039": "SCINETS",
+ "00203a": "DIGITAL BI0METRICS INC.",
+ "00203b": "WISDM LTD.",
+ "00203c": "EUROTIME AB",
+ "00203d": "Honeywell Environmental & Combustion Controls",
+ "00203e": "LogiCan Technologies, Inc.",
+ "00203f": "JUKI CORPORATION",
+ "002040": "Commscope",
+ "002041": "DATA NET",
+ "002042": "DATAMETRICS CORP.",
+ "002043": "NEURON COMPANY LIMITED",
+ "002044": "GENITECH PTY LTD",
+ "002045": "ION Networks, Inc.",
+ "002046": "CIPRICO, INC.",
+ "002047": "STEINBRECHER CORP.",
+ "002048": "Marconi Communications",
+ "002049": "COMTRON, INC.",
+ "00204a": "PRONET GMBH",
+ "00204b": "AUTOCOMPUTER CO., LTD.",
+ "00204c": "MITRON COMPUTER PTE LTD.",
+ "00204d": "INOVIS GMBH",
+ "00204e": "NETWORK SECURITY SYSTEMS, INC.",
+ "00204f": "DEUTSCHE AEROSPACE AG",
+ "002050": "KOREA COMPUTER INC.",
+ "002051": "Verilink Corporation",
+ "002052": "RAGULA SYSTEMS",
+ "002053": "HUNTSVILLE MICROSYSTEMS, INC.",
+ "002054": "Sycamore Networks",
+ "002055": "ALTECH CO., LTD.",
+ "002056": "NEOPRODUCTS",
+ "002057": "TITZE DATENTECHNIK GmbH",
+ "002058": "ALLIED SIGNAL INC.",
+ "002059": "MIRO COMPUTER PRODUCTS AG",
+ "00205a": "COMPUTER IDENTICS",
+ "00205b": "Kentrox, LLC",
+ "00205c": "InterNet Systems of Florida, Inc.",
+ "00205d": "NANOMATIC OY",
+ "00205e": "CASTLE ROCK, INC.",
+ "00205f": "GAMMADATA COMPUTER GMBH",
+ "002060": "ALCATEL ITALIA S.p.A.",
+ "002061": "GarrettCom, Inc.",
+ "002062": "SCORPION LOGIC, LTD.",
+ "002063": "WIPRO INFOTECH LTD.",
+ "002064": "PROTEC MICROSYSTEMS, INC.",
+ "002065": "SUPERNET NETWORKING INC.",
+ "002066": "GENERAL MAGIC, INC.",
+ "002067": "Private",
+ "002068": "ISDYNE",
+ "002069": "ISDN SYSTEMS CORPORATION",
+ "00206a": "OSAKA COMPUTER CORP.",
+ "00206b": "KONICA MINOLTA HOLDINGS, INC.",
+ "00206c": "EVERGREEN TECHNOLOGY CORP.",
+ "00206d": "DATA RACE, INC.",
+ "00206e": "XACT, INC.",
+ "00206f": "FLOWPOINT CORPORATION",
+ "002070": "HYNET, LTD.",
+ "002071": "IBR GMBH",
+ "002072": "WORKLINK INNOVATIONS",
+ "002073": "FUSION SYSTEMS CORPORATION",
+ "002074": "SUNGWOON SYSTEMS",
+ "002075": "MOTOROLA COMMUNICATION ISRAEL",
+ "002076": "REUDO CORPORATION",
+ "002077": "KARDIOS SYSTEMS CORP.",
+ "002078": "RUNTOP, INC.",
+ "002079": "MIKRON GMBH",
+ "00207a": "WiSE Communications, Inc.",
+ "00207b": "Intel Corporation",
+ "00207c": "AUTEC GMBH",
+ "00207d": "ADVANCED COMPUTER APPLICATIONS",
+ "00207e": "FINECOM CO., LTD.",
+ "00207f": "KYOEI SANGYO CO., LTD.",
+ "002080": "LTD.",
+ "002081": "TITAN ELECTRONICS",
+ "002082": "ONEAC CORPORATION",
+ "002083": "PRESTICOM INCORPORATED",
+ "002084": "OCE PRINTING SYSTEMS, GMBH",
+ "002085": "Eaton Corporation",
+ "002086": "MICROTECH ELECTRONICS LIMITED",
+ "002087": "MEMOTEC, INC.",
+ "002088": "GLOBAL VILLAGE COMMUNICATION",
+ "002089": "T3PLUS NETWORKING, INC.",
+ "00208a": "SONIX COMMUNICATIONS, LTD.",
+ "00208b": "LAPIS TECHNOLOGIES, INC.",
+ "00208c": "GALAXY NETWORKS, INC.",
+ "00208d": "CMD TECHNOLOGY",
+ "00208e": "CHEVIN SOFTWARE ENG. LTD.",
+ "00208f": "ECI Telecom Ltd.",
+ "002090": "ADVANCED COMPRESSION TECHNOLOGY, INC.",
+ "002091": "J125, NATIONAL SECURITY AGENCY",
+ "002092": "CHESS ENGINEERING B.V.",
+ "002093": "LANDINGS TECHNOLOGY CORP.",
+ "002094": "CUBIX CORPORATION",
+ "002095": "RIVA ELECTRONICS",
+ "002096": "Invensys",
+ "002097": "APPLIED SIGNAL TECHNOLOGY",
+ "002098": "HECTRONIC AB",
+ "002099": "BON ELECTRIC CO., LTD.",
+ "00209a": "THE 3DO COMPANY",
+ "00209b": "ERSAT ELECTRONIC GMBH",
+ "00209c": "PRIMARY ACCESS CORP.",
+ "00209d": "LIPPERT AUTOMATIONSTECHNIK",
+ "00209e": "BROWN'S OPERATING SYSTEM SERVICES, LTD.",
+ "00209f": "MERCURY COMPUTER SYSTEMS, INC.",
+ "0020a0": "OA LABORATORY CO., LTD.",
+ "0020a1": "DOVATRON",
+ "0020a2": "GALCOM NETWORKING LTD.",
+ "0020a3": "Harmonic, Inc",
+ "0020a4": "MULTIPOINT NETWORKS",
+ "0020a5": "API ENGINEERING",
+ "0020a6": "Proxim Wireless",
+ "0020a7": "PAIRGAIN TECHNOLOGIES, INC.",
+ "0020a8": "SAST TECHNOLOGY CORP.",
+ "0020a9": "WHITE HORSE INDUSTRIAL",
+ "0020aa": "Ericsson Television Limited",
+ "0020ab": "MICRO INDUSTRIES CORP.",
+ "0020ac": "INTERFLEX DATENSYSTEME GMBH",
+ "0020ad": "LINQ SYSTEMS",
+ "0020ae": "ORNET DATA COMMUNICATION TECH.",
+ "0020af": "3COM",
+ "0020b0": "GATEWAY DEVICES, INC.",
+ "0020b1": "COMTECH RESEARCH INC.",
+ "0020b2": "GKD Gesellschaft Fur Kommunikation Und Datentechnik",
+ "0020b3": "Tattile SRL ",
+ "0020b4": "TERMA ELEKTRONIK AS",
+ "0020b5": "YASKAWA ELECTRIC CORPORATION",
+ "0020b6": "AGILE NETWORKS, INC.",
+ "0020b7": "NAMAQUA COMPUTERWARE",
+ "0020b8": "PRIME OPTION, INC.",
+ "0020b9": "METRICOM, INC.",
+ "0020ba": "CENTER FOR HIGH PERFORMANCE",
+ "0020bb": "ZAX CORPORATION",
+ "0020bc": "Long Reach Networks Pty Ltd",
+ "0020bd": "NIOBRARA R & D CORPORATION",
+ "0020be": "LAN ACCESS CORP.",
+ "0020bf": "AEHR TEST SYSTEMS",
+ "0020c0": "PULSE ELECTRONICS, INC.",
+ "0020c1": "SAXA, Inc.",
+ "0020c2": "TEXAS MEMORY SYSTEMS, INC.",
+ "0020c3": "COUNTER SOLUTIONS LTD.",
+ "0020c4": "INET,INC.",
+ "0020c5": "EAGLE TECHNOLOGY",
+ "0020c6": "NECTEC",
+ "0020c7": "AKAI Professional M.I. Corp.",
+ "0020c8": "LARSCOM INCORPORATED",
+ "0020c9": "VICTRON BV",
+ "0020ca": "DIGITAL OCEAN",
+ "0020cb": "PRETEC ELECTRONICS CORP.",
+ "0020cc": "DIGITAL SERVICES, LTD.",
+ "0020cd": "HYBRID NETWORKS, INC.",
+ "0020ce": "LOGICAL DESIGN GROUP, INC.",
+ "0020cf": "TEST & MEASUREMENT SYSTEMS INC",
+ "0020d0": "VERSALYNX CORPORATION",
+ "0020d1": "SDN.",
+ "0020d2": "RAD DATA COMMUNICATIONS, LTD.",
+ "0020d3": "OST (OUEST STANDARD TELEMATIQU",
+ "0020d4": "Cabletron Systems, Inc.",
+ "0020d5": "VIPA GMBH",
+ "0020d6": "Breezecom, Ltd.",
+ "0020d7": "JAPAN MINICOMPUTER SYSTEMS CO., Ltd.",
+ "0020d8": "Nortel Networks",
+ "0020d9": "PANASONIC TECHNOLOGIES, INC./MIECO-US",
+ "0020da": "Alcatel-Lucent Enterprise",
+ "0020db": "XNET TECHNOLOGY, INC.",
+ "0020dc": "DENSITRON TAIWAN LTD.",
+ "0020dd": "Cybertec Pty Ltd",
+ "0020de": "JAPAN DIGITAL LABORAT'Y CO.LTD",
+ "0020df": "KYOSAN ELECTRIC MFG. CO., LTD.",
+ "0020e0": "Actiontec Electronics, Inc",
+ "0020e1": "ALAMAR ELECTRONICS",
+ "0020e2": "INFORMATION RESOURCE ENGINEERING",
+ "0020e3": "MCD KENCOM CORPORATION",
+ "0020e4": "HSING TECH ENTERPRISE CO., LTD",
+ "0020e5": "APEX DATA, INC.",
+ "0020e6": "LIDKOPING MACHINE TOOLS AB",
+ "0020e7": "B&W NUCLEAR SERVICE COMPANY",
+ "0020e8": "DATATREK CORPORATION",
+ "0020e9": "DANTEL",
+ "0020ea": "EFFICIENT NETWORKS, INC.",
+ "0020eb": "CINCINNATI MICROWAVE, INC.",
+ "0020ec": "TECHWARE SYSTEMS CORP.",
+ "0020ed": "GIGA-BYTE TECHNOLOGY CO., LTD.",
+ "0020ee": "GTECH CORPORATION",
+ "0020ef": "USC CORPORATION",
+ "0020f0": "UNIVERSAL MICROELECTRONICS CO.",
+ "0020f1": "ALTOS INDIA LIMITED",
+ "0020f2": "Oracle Corporation ",
+ "0020f3": "RAYNET CORPORATION",
+ "0020f4": "SPECTRIX CORPORATION",
+ "0020f5": "PANDATEL AG",
+ "0020f6": "NET TEK AND KARLNET, INC.",
+ "0020f7": "CYBERDATA CORPORATION",
+ "0020f8": "CARRERA COMPUTERS, INC.",
+ "0020f9": "PARALINK NETWORKS, INC.",
+ "0020fa": "GDE SYSTEMS, INC.",
+ "0020fb": "OCTEL COMMUNICATIONS CORP.",
+ "0020fc": "Matrox Central Services Inc",
+ "0020fd": "ITV TECHNOLOGIES, INC.",
+ "0020fe": "TOPWARE INC. / GRAND COMPUTER",
+ "0020ff": "SYMMETRICAL TECHNOLOGIES",
+ "002100": "Gemtek Technology Co., Ltd.",
+ "002102": "UpdateLogic Inc.",
+ "002103": "GHI Electronics, LLC",
+ "002104": "Gigaset Communications GmbH",
+ "002105": "Alcatel-Lucent IPD",
+ "002106": "RIM Testing Services",
+ "002107": "Seowonintech Co Ltd.",
+ "002108": "Nokia Danmark A/S",
+ "002109": "Nokia Danmark A/S",
+ "00210a": "byd:sign Corporation",
+ "00210b": "GEMINI TRAZE RFID PVT. LTD.",
+ "00210c": "Cymtec Systems, Inc.",
+ "00210d": "SAMSIN INNOTEC",
+ "00210e": "Gilbarco Inc. ",
+ "00210f": "Cernium Corp",
+ "002110": "Clearbox Systems",
+ "002111": "Uniphone Inc.",
+ "002112": "WISCOM SYSTEM CO.,LTD",
+ "002113": "Padtec S/A",
+ "002114": "Hylab Technology Inc.",
+ "002115": "PHYWE Systeme GmbH & Co. KG",
+ "002116": "Transcon Electronic Systems, spol. s r. o.",
+ "002117": "Tellord",
+ "002118": "Athena Tech, Inc.",
+ "002119": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "00211a": "LInTech Corporation",
+ "00211b": "Cisco Systems, Inc",
+ "00211c": "Cisco Systems, Inc",
+ "00211d": "Dataline AB",
+ "00211e": "Commscope",
+ "00211f": "SHINSUNG DELTATECH CO.,LTD.",
+ "002120": "Sequel Technologies",
+ "002121": "VRmagic GmbH",
+ "002122": "Chip-pro Ltd.",
+ "002123": "Aerosat Avionics",
+ "002124": "Optos Plc",
+ "002125": "KUK JE TONG SHIN Co.,LTD",
+ "002126": "Shenzhen Torch Equipment Co., Ltd.",
+ "002127": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "002128": "Oracle Corporation",
+ "002129": "Cisco-Linksys, LLC",
+ "00212a": "Audiovox Corporation",
+ "00212b": "MSA Auer",
+ "00212c": "SemIndia System Private Limited",
+ "00212d": "SCIMOLEX CORPORATION",
+ "00212e": "dresden-elektronik",
+ "00212f": "Phoebe Micro Inc.",
+ "002130": "Keico Hightech Inc.",
+ "002131": "Blynke Inc.",
+ "002132": "Masterclock, Inc.",
+ "002133": "Building B, Inc",
+ "002134": "Brandywine Communications",
+ "002135": "ALCATEL-LUCENT",
+ "002136": "Commscope",
+ "002137": "Bay Controls, LLC",
+ "002138": "Cepheid",
+ "002139": "Escherlogic Inc.",
+ "00213a": "Winchester Systems Inc.",
+ "00213b": "Berkshire Products, Inc",
+ "00213c": "AliphCom",
+ "00213d": "Cermetek Microelectronics, Inc.",
+ "00213e": "TomTom International BV",
+ "00213f": "A-Team Technology Ltd.",
+ "002140": "EN Technologies Inc.",
+ "002141": "RADLIVE",
+ "002142": "Advanced Control Systems doo",
+ "002143": "Commscope",
+ "002144": "SS Telecoms",
+ "002145": "Semptian Technologies Ltd.",
+ "002146": "Sanmina-SCI",
+ "002147": "Nintendo Co., Ltd.",
+ "002148": "Kaco Solar Korea",
+ "002149": "China Daheng Group ,Inc.",
+ "00214a": "Pixel Velocity, Inc",
+ "00214b": "Shenzhen HAMP Science & Technology Co.,Ltd",
+ "00214c": "Samsung Electronics Co.,Ltd",
+ "00214d": "Guangzhou Skytone Transmission Technology Com. Ltd.",
+ "00214e": "GS Yuasa Power Supply Ltd.",
+ "00214f": "ALPSALPINE CO,.LTD",
+ "002150": "EYEVIEW ELECTRONICS",
+ "002151": "Millinet Co., Ltd.",
+ "002152": "General Satellite Research & Development Limited",
+ "002153": "SeaMicro Inc.",
+ "002154": "D-TACQ Solutions Ltd",
+ "002155": "Cisco Systems, Inc",
+ "002156": "Cisco Systems, Inc",
+ "002157": "National Datacast, Inc.",
+ "002158": "Style Flying Technology Co.",
+ "002159": "Juniper Networks",
+ "00215a": "Hewlett Packard",
+ "00215b": "SenseAnywhere",
+ "00215c": "Intel Corporate",
+ "00215d": "Intel Corporate",
+ "00215e": "IBM Corp",
+ "00215f": "IHSE GmbH",
+ "002160": "Hidea Solutions Co. Ltd.",
+ "002161": "Yournet Inc.",
+ "002162": "Nortel Networks",
+ "002163": "ASKEY COMPUTER CORP",
+ "002164": "Special Design Bureau for Seismic Instrumentation",
+ "002165": "Presstek Inc.",
+ "002166": "NovAtel Inc.",
+ "002167": "HWA JIN T&I Corp.",
+ "002168": "iVeia, LLC",
+ "002169": "Prologix, LLC.",
+ "00216a": "Intel Corporate",
+ "00216b": "Intel Corporate",
+ "00216c": "ODVA",
+ "00216d": "Soltech Co., Ltd.",
+ "00216e": "Telecommunications Co., Ltd.",
+ "00216f": "SymCom, Inc.",
+ "002170": "Dell Inc.",
+ "002171": "Wesung TNC Co., Ltd.",
+ "002172": "Seoultek Valley",
+ "002173": "Ion Torrent Systems, Inc.",
+ "002174": "AvaLAN Wireless",
+ "002175": "Pacific Satellite International Ltd.",
+ "002176": "YMax Telecom Ltd.",
+ "002177": "W. L. Gore & Associates",
+ "002178": "Matuschek Messtechnik GmbH",
+ "002179": "IOGEAR, Inc.",
+ "00217a": "Sejin Electron, Inc.",
+ "00217b": "Bastec AB",
+ "00217c": "2Wire Inc",
+ "00217d": "PYXIS S.R.L.",
+ "00217e": "Telit Communication s.p.a",
+ "00217f": "Intraco Technology Pte Ltd",
+ "002180": "Commscope",
+ "002181": "Si2 Microsystems Limited",
+ "002182": "SandLinks Systems, Ltd.",
+ "002183": "ANDRITZ HYDRO GmbH",
+ "002184": "POWERSOFT SRL",
+ "002185": "MICRO-STAR INT'L CO.,LTD.",
+ "002186": "Universal Global Scientific Industrial., Ltd",
+ "002187": "Imacs GmbH",
+ "002188": "EMC Corporation",
+ "002189": "AppTech, Inc.",
+ "00218a": "Electronic Design and Manufacturing Company",
+ "00218b": "Wescon Technology, Inc.",
+ "00218c": "TopControl GMBH",
+ "00218d": "AP Router Ind. Eletronica LTDA",
+ "00218e": "MEKICS CO., LTD.",
+ "00218f": "Avantgarde Acoustic Lautsprechersysteme GmbH",
+ "002190": "Goliath Solutions",
+ "002191": "D-Link Corporation",
+ "002192": "Baoding Galaxy Electronic Technology Co.,Ltd",
+ "002193": "Videofon MV",
+ "002194": "Ping Communication",
+ "002195": "GWD Media Limited",
+ "002196": "Telsey S.p.A.",
+ "002197": "Elitegroup Computer Systems Co.,Ltd.",
+ "002198": "Thai Radio Co, LTD",
+ "002199": "Vacon Plc",
+ "00219a": "Cambridge Visual Networks Ltd",
+ "00219b": "Dell Inc.",
+ "00219c": "Honeywld Technology Corp.",
+ "00219d": "Adesys BV",
+ "00219e": "Sony Corporation",
+ "00219f": "SATEL OY",
+ "0021a0": "Cisco Systems, Inc",
+ "0021a1": "Cisco Systems, Inc",
+ "0021a2": "EKE-Electronics Ltd.",
+ "0021a3": "Micromint",
+ "0021a4": "Dbii Networks",
+ "0021a5": "ERLPhase Power Technologies Ltd.",
+ "0021a6": "Videotec Spa",
+ "0021a7": "Hantle System Co., Ltd.",
+ "0021a8": "Telephonics Corporation",
+ "0021a9": "Mobilink Telecom Co.,Ltd",
+ "0021aa": "Nokia Danmark A/S",
+ "0021ab": "Nokia Danmark A/S",
+ "0021ac": "Infrared Integrated Systems Ltd",
+ "0021ad": "Nordic ID Oy",
+ "0021ae": "ALCATEL-LUCENT FRANCE - WTD",
+ "0021af": "Radio Frequency Systems",
+ "0021b0": "Tyco Telecommunications",
+ "0021b1": "DIGITAL SOLUTIONS LTD",
+ "0021b2": "Fiberblaze A/S",
+ "0021b3": "Ross Controls",
+ "0021b4": "APRO MEDIA CO., LTD",
+ "0021b5": "Galvanic Ltd",
+ "0021b6": "Triacta Power Technologies Inc.",
+ "0021b7": "LEXMARK INTERNATIONAL, INC.",
+ "0021b8": "Inphi Corporation",
+ "0021b9": "Universal Devices Inc.",
+ "0021ba": "Texas Instruments",
+ "0021bb": "Riken Keiki Co., Ltd.",
+ "0021bc": "ZALA COMPUTER",
+ "0021bd": "Nintendo Co., Ltd.",
+ "0021be": "Cisco SPVTG",
+ "0021bf": "Hitachi High-Tech Control Systems Corporation",
+ "0021c0": "Mobile Appliance, Inc.",
+ "0021c1": "ABB Oy / Medium Voltage Products",
+ "0021c2": "GL Communications Inc",
+ "0021c3": "CORNELL Communications, Inc.",
+ "0021c4": "Consilium AB",
+ "0021c5": "3DSP Corp",
+ "0021c6": "CSJ Global, Inc.",
+ "0021c7": "Russound",
+ "0021c8": "LOHUIS Networks",
+ "0021c9": "Wavecom Asia Pacific Limited",
+ "0021ca": "ART System Co., Ltd.",
+ "0021cb": "SMS TECNOLOGIA ELETRONICA LTDA",
+ "0021cc": "Flextronics International",
+ "0021cd": "LiveTV",
+ "0021ce": "NTC-Metrotek",
+ "0021cf": "The Crypto Group",
+ "0021d0": "Global Display Solutions Spa",
+ "0021d1": "Samsung Electronics Co.,Ltd",
+ "0021d2": "Samsung Electronics Co.,Ltd",
+ "0021d3": "LIMITED",
+ "0021d4": "Vollmer Werke GmbH",
+ "0021d5": "X2E GmbH",
+ "0021d6": "LXI Consortium",
+ "0021d7": "Cisco Systems, Inc",
+ "0021d8": "Cisco Systems, Inc",
+ "0021d9": "SEKONIC CORPORATION",
+ "0021da": "Automation Products Group Inc.",
+ "0021db": "Co., Ltd.",
+ "0021dc": "TECNOALARM S.r.l.",
+ "0021dd": "Northstar Systems Corp",
+ "0021de": "Firepro Wireless",
+ "0021df": "Martin Christ GmbH",
+ "0021e0": "CommAgility Ltd",
+ "0021e1": "Nortel Networks",
+ "0021e2": "visago Systems & Controls GmbH & Co. KG",
+ "0021e3": "SerialTek LLC",
+ "0021e4": "I-WIN",
+ "0021e5": "Display Solution AG",
+ "0021e6": "Starlight Video Limited",
+ "0021e7": "Informatics Services Corporation",
+ "0021e8": "Murata Manufacturing Co., Ltd.",
+ "0021e9": "Apple, Inc.",
+ "0021ea": "Bystronic Laser AG",
+ "0021eb": "ESP SYSTEMS, LLC",
+ "0021ec": "Solutronic GmbH",
+ "0021ed": "Telegesis",
+ "0021ee": "Full Spectrum Inc.",
+ "0021ef": "Kapsys",
+ "0021f0": "EW3 Technologies LLC",
+ "0021f1": "Tutus Data AB",
+ "0021f2": "EASY3CALL Technology Limited",
+ "0021f3": "Si14 SpA",
+ "0021f4": "INRange Systems, Inc",
+ "0021f5": "Western Engravers Supply, Inc.",
+ "0021f6": "Oracle Corporation",
+ "0021f7": "HPN Supply Chain",
+ "0021f8": "Enseo, Inc.",
+ "0021f9": "WIRECOM Technologies",
+ "0021fa": "A4SP Technologies Ltd.",
+ "0021fc": "Nokia Danmark A/S",
+ "0021fd": "LACROIX TRAFFIC S.A.U",
+ "0021fe": "Nokia Danmark A/S",
+ "0021ff": "Cyfrowy Polsat SA",
+ "002200": "IBM Corp",
+ "002201": "Aksys Networks Inc",
+ "002202": "Excito Elektronik i Skåne AB",
+ "002203": "Glensound Electronics Ltd",
+ "002204": "KORATEK",
+ "002205": "WeLink Solutions, Inc.",
+ "002206": "Cyberdyne Inc.",
+ "002207": "Inteno Broadband Technology AB",
+ "002208": "Certicom Corp",
+ "002209": "Omron Healthcare Co., Ltd",
+ "00220a": "OnLive, Inc",
+ "00220b": "National Source Coding Center",
+ "00220c": "Cisco Systems, Inc",
+ "00220d": "Cisco Systems, Inc",
+ "00220e": "Indigo Security Co., Ltd.",
+ "002210": "Commscope",
+ "002211": "Rohati Systems",
+ "002212": "CAI Networks, Inc.",
+ "002213": "PCI CORPORATION",
+ "002214": "RINNAI KOREA",
+ "002215": "ASUSTek COMPUTER INC.",
+ "002216": "SHIBAURA VENDING MACHINE CORPORATION",
+ "002217": "Neat Electronics",
+ "002218": "Akamai Technologies Inc.",
+ "002219": "Dell Inc.",
+ "00221a": "Audio Precision",
+ "00221b": "Morega Systems",
+ "00221c": "Private",
+ "00221d": "Freegene Technology LTD",
+ "00221e": "Media Devices Co., Ltd.",
+ "00221f": "eSang Technologies Co., Ltd.",
+ "002220": "Mitac Technology Corp",
+ "002221": "ITOH DENKI CO,LTD.",
+ "002222": "Schaffner Deutschland GmbH",
+ "002223": "TimeKeeping Systems, Inc.",
+ "002224": "Good Will Instrument Co., Ltd.",
+ "002225": "Thales Avionics Ltd",
+ "002226": "Avaak, Inc.",
+ "002227": "uv-electronic GmbH",
+ "002228": "Breeze Innovations Ltd.",
+ "002229": "Compumedics Ltd",
+ "00222a": "SoundEar A/S",
+ "00222b": "Nucomm, Inc.",
+ "00222c": "Ceton Corp",
+ "00222d": "SMC Networks Inc.",
+ "00222e": "maintech GmbH",
+ "00222f": "Open Grid Computing, Inc.",
+ "002230": "FutureLogic Inc.",
+ "002231": "SMT&C Co., Ltd.",
+ "002232": "Design Design Technology Ltd",
+ "002233": "ADB Broadband Italia",
+ "002234": "Corventis Inc.",
+ "002235": "Strukton Systems bv",
+ "002236": "VECTOR SP. Z O.O.",
+ "002237": "Shinhint Group",
+ "002238": "LOGIPLUS",
+ "002239": "Indiana Life Sciences Incorporated",
+ "00223a": "Cisco SPVTG",
+ "00223b": "Communication Networks, LLC",
+ "00223c": "RATIO Entwicklungen GmbH",
+ "00223d": "JumpGen Systems, LLC",
+ "00223e": "IRTrans GmbH",
+ "00223f": "NETGEAR",
+ "002240": "Universal Telecom S/A",
+ "002241": "Apple, Inc.",
+ "002242": "Alacron Inc.",
+ "002243": "AzureWave Technology Inc.",
+ "002244": "Chengdu Linkon Communications Device Co., Ltd",
+ "002245": "Leine & Linde AB",
+ "002246": "Evoc Intelligent Technology Co.,Ltd.",
+ "002247": "DAC ENGINEERING CO., LTD.",
+ "002248": "Microsoft Corporation",
+ "002249": "HOME MULTIENERGY SL",
+ "00224a": "RAYLASE AG",
+ "00224b": "AIRTECH TECHNOLOGIES, INC.",
+ "00224c": "Nintendo Co., Ltd.",
+ "00224d": "MITAC INTERNATIONAL CORP.",
+ "00224e": "SEEnergy Corp.",
+ "00224f": "Byzoro Networks Ltd.",
+ "002250": "Point Six Wireless, LLC",
+ "002251": "Lumasense Technologies",
+ "002252": "ZOLL Lifecor Corporation",
+ "002253": "Entorian Technologies",
+ "002254": "Bigelow Aerospace",
+ "002255": "Cisco Systems, Inc",
+ "002256": "Cisco Systems, Inc",
+ "002257": "3COM EUROPE LTD",
+ "002258": "Taiyo Yuden Co., Ltd.",
+ "002259": "Guangzhou New Postcom Equipment Co.,Ltd.",
+ "00225a": "Garde Security AB",
+ "00225b": "Teradici Corporation",
+ "00225c": "Multimedia & Communication Technology",
+ "00225d": "Digicable Network India Pvt. Ltd.",
+ "00225e": "Uwin Technologies Co.,LTD",
+ "00225f": "Liteon Technology Corporation",
+ "002260": "AFREEY Inc.",
+ "002261": "Frontier Silicon Ltd",
+ "002262": "BEP Marine",
+ "002263": "Koos Technical Services, Inc.",
+ "002264": "Hewlett Packard",
+ "002265": "Nokia Danmark A/S",
+ "002266": "Nokia Danmark A/S",
+ "002267": "Nortel Networks",
+ "002268": "Hon Hai Precision Ind. Co.,Ltd.",
+ "002269": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00226a": "Honeywell",
+ "00226b": "Cisco-Linksys, LLC",
+ "00226c": "LinkSprite Technologies, Inc.",
+ "00226d": "Shenzhen GIEC Electronics Co., Ltd.",
+ "00226e": "Gowell Electronic Limited",
+ "00226f": "3onedata Technology Co. Ltd.",
+ "002270": "ABK North America, LLC",
+ "002271": "Jäger Computergesteuerte Meßtechnik GmbH.",
+ "002272": "American Micro-Fuel Device Corp.",
+ "002273": "Techway",
+ "002274": "FamilyPhone AB",
+ "002275": "Belkin International Inc.",
+ "002276": "Triple EYE B.V.",
+ "002277": "NEC Australia Pty Ltd",
+ "002278": "Shenzhen Tongfang Multimedia Technology Co.,Ltd.",
+ "002279": "Nippon Conlux Co., Ltd.",
+ "00227a": "Telecom Design",
+ "00227b": "Apogee Labs, Inc.",
+ "00227c": "Woori SMT Co.,ltd",
+ "00227d": "YE DATA INC.",
+ "00227e": "Chengdu 30Kaitian Communication Industry Co.Ltd",
+ "00227f": "Ruckus Wireless",
+ "002280": "A2B Electronics AB",
+ "002281": "Daintree Networks Pty",
+ "002282": "8086 Consultancy",
+ "002283": "Juniper Networks",
+ "002284": "DESAY A&V SCIENCE AND TECHNOLOGY CO.,LTD",
+ "002285": "NOMUS COMM SYSTEMS",
+ "002286": "ASTRON",
+ "002287": "Titan Wireless LLC",
+ "002288": "Sagrad, Inc.",
+ "002289": "Vanderlande APC inc.",
+ "00228a": "Teratronik elektronische systeme gmbh",
+ "00228b": "Kensington Computer Products Group",
+ "00228c": "Photon Europe GmbH",
+ "00228d": "GBS Laboratories LLC",
+ "00228e": "TV-NUMERIC",
+ "00228f": "CNRS",
+ "002290": "Cisco Systems, Inc",
+ "002291": "Cisco Systems, Inc",
+ "002292": "Cinetal",
+ "002293": "zte corporation",
+ "002294": "KYOCERA CORPORATION ",
+ "002295": "SGM Technology for lighting spa",
+ "002296": "LinoWave Corporation",
+ "002297": "XMOS Semiconductor",
+ "002298": "Sony Corporation",
+ "002299": "SeaMicro Inc.",
+ "00229a": "Lastar, Inc.",
+ "00229b": "AverLogic Technologies, Inc.",
+ "00229c": "Verismo Networks Inc",
+ "00229d": "PYUNG-HWA IND.CO.,LTD",
+ "00229e": "Social Aid Research Co., Ltd.",
+ "00229f": "Sensys Traffic AB",
+ "0022a0": "APTIV SERVICES US, LLC",
+ "0022a1": "Huawei Symantec Technologies Co.,Ltd.",
+ "0022a2": "Xtramus Technologies",
+ "0022a3": "California Eastern Laboratories",
+ "0022a4": "2Wire Inc",
+ "0022a5": "Texas Instruments",
+ "0022a6": "Sony Computer Entertainment America",
+ "0022a7": "Tyco Electronics AMP GmbH",
+ "0022a8": "Ouman Oy",
+ "0022aa": "Nintendo Co., Ltd.",
+ "0022ab": "Shenzhen Turbosight Technology Ltd",
+ "0022ac": "Hangzhou Siyuan Tech. Co., Ltd",
+ "0022ad": "TELESIS TECHNOLOGIES, INC.",
+ "0022ae": "Mattel Inc.",
+ "0022af": "Safety Vision, LLC",
+ "0022b0": "D-Link Corporation",
+ "0022b1": "Elbit Systems Ltd.",
+ "0022b2": "4RF Communications Ltd",
+ "0022b3": "Sei S.p.A.",
+ "0022b4": "Commscope",
+ "0022b5": "NOVITA",
+ "0022b6": "Superflow Technologies Group",
+ "0022b7": "GSS Grundig SAT-Systems GmbH",
+ "0022b8": "Norcott",
+ "0022b9": "Analogix Seminconductor, Inc",
+ "0022ba": "HUTH Elektronik Systeme GmbH",
+ "0022bb": "beyerdynamic GmbH & Co. KG",
+ "0022bc": "JDSU France SAS",
+ "0022bd": "Cisco Systems, Inc",
+ "0022be": "Cisco Systems, Inc",
+ "0022bf": "SieAmp Group of Companies",
+ "0022c0": "Shenzhen Forcelink Electronic Co, Ltd",
+ "0022c1": "Active Storage Inc.",
+ "0022c2": "Proview Eletrônica do Brasil LTDA",
+ "0022c3": "Zeeport Technology Inc.",
+ "0022c4": "epro GmbH",
+ "0022c5": "INFORSON Co,Ltd.",
+ "0022c6": "Sutus Inc",
+ "0022c7": "SEGGER Microcontroller GmbH & Co. KG",
+ "0022c8": "ModuVision Technologies",
+ "0022c9": "Lenord, Bauer & Co GmbH",
+ "0022ca": "Anviz Biometric Tech. Co., Ltd.",
+ "0022cb": "IONODES Inc.",
+ "0022cc": "SciLog, Inc.",
+ "0022cd": "Ared Technology Co., Ltd.",
+ "0022ce": "Cisco SPVTG",
+ "0022cf": "PLANEX COMMUNICATIONS INC.",
+ "0022d0": "Polar Electro Oy",
+ "0022d1": "Albrecht Jung GmbH & Co. KG",
+ "0022d2": "All Earth Comércio de Eletrônicos LTDA.",
+ "0022d3": "Hub-Tech",
+ "0022d4": "ComWorth Co., Ltd.",
+ "0022d5": "Eaton Corp. Electrical Group Data Center Solutions - Pulizzi",
+ "0022d6": "Cypak AB",
+ "0022d7": "Nintendo Co., Ltd.",
+ "0022d8": "Shenzhen GST Security and Safety Technology Limited",
+ "0022d9": "Fortex Industrial Ltd.",
+ "0022da": "ANATEK, LLC",
+ "0022db": "Translogic Corporation",
+ "0022dc": "Vigil Health Solutions Inc.",
+ "0022dd": "Protecta Electronics Ltd",
+ "0022de": "OPPO Digital, Inc.",
+ "0022df": "TAMUZ Monitors",
+ "0022e0": "Atlantic Software Technologies S.r.L.",
+ "0022e1": "ZORT Labs, LLC.",
+ "0022e2": "WABTEC Transit Division",
+ "0022e3": "Amerigon",
+ "0022e4": "APASS TECHNOLOGY CO., LTD.",
+ "0022e5": "Fisher-Rosemount Systems Inc.",
+ "0022e6": "Intelligent Data",
+ "0022e7": "WPS Parking Systems",
+ "0022e8": "Applition Co., Ltd.",
+ "0022e9": "ProVision Communications",
+ "0022ea": "Rustelcom Inc.",
+ "0022eb": "Data Respons A/S",
+ "0022ec": "IDEALBT TECHNOLOGY CORPORATION",
+ "0022ed": "TSI Power Corporation",
+ "0022ee": "Algo Communication Products Ltd",
+ "0022ef": "iWDL Technologies",
+ "0022f0": "3 Greens Aviation Limited",
+ "0022f1": "Private",
+ "0022f2": "SunPower Corp",
+ "0022f3": "SHARP Corporation",
+ "0022f4": "AMPAK Technology, Inc.",
+ "0022f5": "Advanced Realtime Tracking GmbH",
+ "0022f6": "Syracuse Research Corporation",
+ "0022f7": "Conceptronic",
+ "0022f8": "PIMA Electronic Systems Ltd.",
+ "0022f9": "Pollin Electronic GmbH",
+ "0022fa": "Intel Corporate",
+ "0022fb": "Intel Corporate",
+ "0022fc": "Nokia Danmark A/S",
+ "0022fd": "Nokia Danmark A/S",
+ "0022fe": "Advanced Illumination",
+ "0022ff": "NIVIS LLC",
+ "002300": "Cayee Computer Ltd.",
+ "002301": "Witron Technology Limited",
+ "002302": "Cobalt Digital, Inc.",
+ "002303": "LITE-ON IT Corporation",
+ "002304": "Cisco Systems, Inc",
+ "002305": "Cisco Systems, Inc",
+ "002306": "ALPSALPINE CO,.LTD",
+ "002307": "FUTURE INNOVATION TECH CO.,LTD",
+ "002308": "Arcadyan Technology Corporation",
+ "002309": "Janam Technologies LLC",
+ "00230a": "ARBURG GmbH & Co KG",
+ "00230b": "Commscope",
+ "00230c": "CLOVER ELECTRONICS CO.,LTD.",
+ "00230d": "Nortel Networks",
+ "00230e": "Gorba AG",
+ "00230f": "Hirsch Electronics Corporation",
+ "002310": "LNC Technology Co., Ltd.",
+ "002311": "Gloscom Co., Ltd.",
+ "002312": "Apple, Inc.",
+ "002313": "Qool Technologies Ltd.",
+ "002314": "Intel Corporate",
+ "002315": "Intel Corporate",
+ "002316": "KISAN ELECTRONICS CO",
+ "002317": "Lasercraft Inc",
+ "002318": "Toshiba",
+ "002319": "Sielox LLC",
+ "00231a": "ITF Co., Ltd.",
+ "00231b": "Danaher Motion - Kollmorgen",
+ "00231c": "Fourier Systems Ltd.",
+ "00231d": "Deltacom Electronics Ltd",
+ "00231e": "Cezzer Multimedia Technologies",
+ "00231f": "Guangda Electronic & Telecommunication Technology Development Co., Ltd.",
+ "002320": "Nicira Networks",
+ "002321": "Avitech International Corp",
+ "002322": "KISS Teknical Solutions, Inc.",
+ "002323": "Zylin AS",
+ "002324": "G-PRO COMPUTER",
+ "002325": "IOLAN Holding",
+ "002326": "FUJITSU LIMITED",
+ "002327": "Shouyo Electronics CO., LTD",
+ "002328": "ALCON TELECOMMUNICATIONS CO., LTD.",
+ "002329": "DDRdrive LLC",
+ "00232a": "eonas IT-Beratung und -Entwicklung GmbH",
+ "00232b": "IRD A/S",
+ "00232c": "Senticare",
+ "00232d": "SandForce",
+ "00232e": "Kedah Electronics Engineering, LLC",
+ "00232f": "Advanced Card Systems Ltd.",
+ "002330": "DIZIPIA, INC.",
+ "002331": "Nintendo Co., Ltd.",
+ "002332": "Apple, Inc.",
+ "002333": "Cisco Systems, Inc",
+ "002334": "Cisco Systems, Inc",
+ "002335": "Linkflex Co.,Ltd",
+ "002336": "METEL s.r.o.",
+ "002337": "Global Star Solutions ULC",
+ "002338": "OJ-Electronics A/S",
+ "002339": "Samsung Electronics Co.,Ltd",
+ "00233a": "Samsung Electronics Co.,Ltd",
+ "00233b": "C-Matic Systems Ltd",
+ "00233c": "Alflex",
+ "00233d": "Laird Technologies",
+ "00233e": "Alcatel-Lucent IPD",
+ "00233f": "Purechoice Inc",
+ "002340": "MiXTelematics",
+ "002341": "AB ",
+ "002342": "Coffee Equipment Company",
+ "002343": "TEM AG",
+ "002344": "Objective Interface Systems, Inc.",
+ "002345": "Sony Corporation",
+ "002346": "Vestac",
+ "002347": "ProCurve Networking by HP",
+ "002348": "Sagemcom Broadband SAS",
+ "002349": "Helmholtz Centre Berlin for Material and Energy",
+ "00234a": "Private",
+ "00234b": "Inyuan Technology Inc.",
+ "00234c": "KTC AB",
+ "00234d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00234e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00234f": "Luminous Power Technologies Pvt. Ltd.",
+ "002350": "RDC, Inc. dba LynTec",
+ "002351": "2Wire Inc",
+ "002352": "DATASENSOR S.p.A.",
+ "002353": "F E T Elettronica snc",
+ "002354": "ASUSTek COMPUTER INC.",
+ "002355": "Ltd.",
+ "002356": "Packet Forensics LLC",
+ "002357": "Pitronot Technologies and Engineering P.T.E. Ltd.",
+ "002358": "SYSTEL SA",
+ "002359": "Public Company Limited",
+ "00235a": "CO., LTD. ",
+ "00235b": "Gulfstream",
+ "00235c": "Aprius, Inc.",
+ "00235d": "Cisco Systems, Inc",
+ "00235e": "Cisco Systems, Inc",
+ "00235f": "Silicon Micro Sensors GmbH",
+ "002360": "Lookit Technology Co., Ltd",
+ "002361": "Unigen Corporation",
+ "002362": "Goldline Controls",
+ "002363": "Zhuhai Raysharp Technology Co.,Ltd",
+ "002364": "Power Instruments Pte Ltd",
+ "002365": "Insta Elektro GmbH",
+ "002366": "Beijing Siasun Electronic System Co.,Ltd.",
+ "002367": "UniControls a.s.",
+ "002368": "Zebra Technologies Inc",
+ "002369": "Cisco-Linksys, LLC",
+ "00236a": "SmartRG Inc",
+ "00236b": "Xembedded, Inc.",
+ "00236c": "Apple, Inc.",
+ "00236d": "ResMed Ltd",
+ "00236e": "Burster GmbH & Co KG",
+ "00236f": "DAQ System",
+ "002370": "Snell",
+ "002371": "SOAM Systel",
+ "002372": "MORE STAR INDUSTRIAL GROUP LIMITED",
+ "002373": "GridIron Systems, Inc.",
+ "002374": "Commscope",
+ "002375": "Commscope",
+ "002376": "HTC Corporation",
+ "002377": "Isotek Electronics Ltd",
+ "002378": "GN Netcom A/S",
+ "002379": "Union Business Machines Co. Ltd.",
+ "00237a": "RIM",
+ "00237b": "WHDI LLC",
+ "00237c": "NEOTION",
+ "00237d": "Hewlett Packard",
+ "00237e": "ELSTER GMBH",
+ "00237f": "PLANTRONICS, INC.",
+ "002380": "Nanoteq",
+ "002381": "Co.,Ltd.",
+ "002382": "Lih Rong electronic Enterprise Co., Ltd.",
+ "002383": "InMage Systems Inc",
+ "002384": "GGH Engineering s.r.l.",
+ "002385": "ANTIPODE",
+ "002386": "IMI Hydronic Engineering international SA",
+ "002387": "ThinkFlood, Inc.",
+ "002388": "V.T. Telematica S.p.a.",
+ "002389": "Hangzhou H3C Technologies Co., Limited",
+ "00238a": "Ciena Corporation",
+ "00238b": "Quanta Computer Inc.",
+ "00238c": "Private",
+ "00238d": "Techno Design Co., Ltd.",
+ "00238e": "ADB Broadband Italia",
+ "00238f": "NIDEC COPAL CORPORATION",
+ "002390": "Algolware Corporation",
+ "002391": "Maxian",
+ "002392": "Proteus Industries Inc.",
+ "002393": "AJINEXTEK",
+ "002394": "Samjeon",
+ "002395": "Commscope",
+ "002396": "ANDES TECHNOLOGY CORPORATION",
+ "002397": "Westell Technologies Inc.",
+ "002398": "Vutlan sro",
+ "002399": "Samsung Electronics Co.,Ltd",
+ "00239a": "EasyData Hardware GmbH",
+ "00239b": "Elster Solutions, LLC",
+ "00239c": "Juniper Networks",
+ "00239d": "Mapower Electronics Co., Ltd",
+ "00239e": "Jiangsu Lemote Technology Corporation Limited",
+ "00239f": "Institut für Prüftechnik",
+ "0023a0": "Hana CNS Co., LTD.",
+ "0023a1": "Trend Electronics Ltd",
+ "0023a2": "Commscope",
+ "0023a3": "Commscope",
+ "0023a4": "New Concepts Development Corp.",
+ "0023a5": "SageTV, LLC",
+ "0023a6": "E-Mon",
+ "0023a7": "Redpine Signals, Inc.",
+ "0023a8": "Marshall Electronics",
+ "0023a9": "Beijing Detianquan Electromechanical Equipment Co., Ltd",
+ "0023aa": "HFR, Inc.",
+ "0023ab": "Cisco Systems, Inc",
+ "0023ac": "Cisco Systems, Inc",
+ "0023ad": "Xmark Corporation",
+ "0023ae": "Dell Inc.",
+ "0023af": "Commscope",
+ "0023b0": "COMXION Technology Inc.",
+ "0023b1": "Pte Ltd",
+ "0023b2": "Intelligent Mechatronic Systems Inc",
+ "0023b3": "Lyyn AB",
+ "0023b4": "Nokia Danmark A/S",
+ "0023b5": "ORTANA LTD",
+ "0023b6": "SECURITE COMMUNICATIONS / HONEYWELL",
+ "0023b7": "Q-Light Co., Ltd.",
+ "0023b8": "Sichuan Jiuzhou Electronic Technology Co.,Ltd",
+ "0023b9": "Airbus Defence and Space Deutschland GmbH",
+ "0023ba": "Chroma",
+ "0023bb": "Accretech SBS, Inc.",
+ "0023bc": "EQ-SYS GmbH",
+ "0023bd": "Digital Ally, Inc.",
+ "0023be": "Cisco SPVTG",
+ "0023bf": "Mainpine, Inc.",
+ "0023c0": "Broadway Networks",
+ "0023c1": "Securitas Direct AB",
+ "0023c2": "SAMSUNG Electronics. Co. LTD",
+ "0023c3": "LogMeIn, Inc.",
+ "0023c4": "Lux Lumen",
+ "0023c5": "Radiation Safety and Control Services Inc",
+ "0023c6": "SMC Corporation",
+ "0023c7": "AVSystem sp. z o. o.",
+ "0023c8": "TEAM-R",
+ "0023c9": "Sichuan Tianyi Information Science & Technology Stock CO.,LTD",
+ "0023ca": "Behind The Set, LLC",
+ "0023cb": "Shenzhen Full-join Technology Co.,Ltd",
+ "0023cc": "Nintendo Co., Ltd.",
+ "0023cd": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0023ce": "KITA DENSHI CORPORATION",
+ "0023cf": "CUMMINS-ALLISON CORP.",
+ "0023d0": "Uniloc USA Inc.",
+ "0023d1": "TRG",
+ "0023d2": "Inhand Electronics, Inc.",
+ "0023d3": "AirLink WiFi Networking Corp.",
+ "0023d4": "Texas Instruments",
+ "0023d5": "WAREMA Renkhoff SE",
+ "0023d6": "Samsung Electronics Co.,Ltd",
+ "0023d7": "Samsung Electronics Co.,Ltd",
+ "0023d8": "Ball-It Oy",
+ "0023d9": "Banner Engineering",
+ "0023da": "Industrial Computer Source (Deutschland)GmbH",
+ "0023db": "saxnet gmbh",
+ "0023dc": "Benein, Inc",
+ "0023dd": "ELGIN S.A.",
+ "0023de": "Ansync Inc.",
+ "0023df": "Apple, Inc.",
+ "0023e0": "INO Therapeutics LLC",
+ "0023e1": "Cavena Image Products AB",
+ "0023e2": "SEA Signalisation",
+ "0023e3": "Microtronic AG",
+ "0023e4": "IPnect co. ltd.",
+ "0023e5": "IPaXiom Networks",
+ "0023e6": "Innovation Farm, Inc.",
+ "0023e7": "Hinke A/S",
+ "0023e8": "Demco Corp.",
+ "0023e9": "F5 Inc.",
+ "0023ea": "Cisco Systems, Inc",
+ "0023eb": "Cisco Systems, Inc",
+ "0023ec": "Algorithmix GmbH",
+ "0023ed": "Commscope",
+ "0023ee": "Commscope",
+ "0023ef": "Zuend Systemtechnik AG",
+ "0023f0": "Shanghai Jinghan Weighing Apparatus Co. Ltd.",
+ "0023f1": "Sony Corporation",
+ "0023f2": "TVLogic",
+ "0023f3": "Glocom, Inc.",
+ "0023f4": "Masternaut",
+ "0023f5": "WILO SE",
+ "0023f6": "Softwell Technology Co., Ltd.",
+ "0023f7": "Private",
+ "0023f8": "Zyxel Communications Corporation",
+ "0023f9": "Double-Take Software, INC.",
+ "0023fa": "RG Nets, Inc.",
+ "0023fb": "IP Datatel, LLC.",
+ "0023fc": "Ultra Stereo Labs, Inc",
+ "0023fd": "AFT Atlas Fahrzeugtechnik GmbH",
+ "0023fe": "Biodevices, SA",
+ "0023ff": "Beijing HTTC Technology Ltd.",
+ "002400": "Nortel Networks",
+ "002401": "D-Link Corporation",
+ "002402": "Op-Tection GmbH",
+ "002403": "Nokia Danmark A/S",
+ "002404": "Nokia Danmark A/S",
+ "002405": "Dilog Nordic AB",
+ "002406": "Pointmobile",
+ "002407": "TELEM SAS",
+ "002408": "Pacific Biosciences",
+ "002409": "The Toro Company",
+ "00240a": "US Beverage Net",
+ "00240b": "Virtual Computer Inc.",
+ "00240c": "DELEC GmbH",
+ "00240d": "OnePath Networks LTD.",
+ "00240e": "Inventec Besta Co., Ltd.",
+ "00240f": "Ishii Tool & Engineering Corporation",
+ "002410": "NUETEQ Technology,Inc.",
+ "002411": "PharmaSmart LLC",
+ "002412": "Benign Technologies Co, Ltd.",
+ "002413": "Cisco Systems, Inc",
+ "002414": "Cisco Systems, Inc",
+ "002415": "Magnetic Autocontrol GmbH",
+ "002416": "Any Use",
+ "002417": "Thomson Telecom Belgium",
+ "002418": "Nextwave Semiconductor",
+ "002419": "Private",
+ "00241a": "Red Beetle Inc.",
+ "00241b": "iWOW Communications Pte Ltd",
+ "00241c": "Co.,Ltd",
+ "00241d": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "00241e": "Nintendo Co., Ltd.",
+ "00241f": "DCT-Delta GmbH",
+ "002420": "NetUP Inc.",
+ "002421": "MICRO-STAR INT'L CO., LTD.",
+ "002422": "Knapp Logistik Automation GmbH",
+ "002423": "Inc.",
+ "002424": "Ace Axis Limited",
+ "002425": "Shenzhenshi chuangzhicheng Technology Co.,Ltd",
+ "002426": "NOHMI BOSAI LTD.",
+ "002427": "SSI COMPUTER CORP",
+ "002428": "EnergyICT",
+ "002429": "MK MASTER INC.",
+ "00242a": "Hittite Microwave Corporation",
+ "00242b": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00242c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00242e": "Datastrip Inc.",
+ "00242f": "Micron",
+ "002430": "Ruby Tech Corp.",
+ "002431": "Uni-v co.,ltd",
+ "002432": "Neostar Technology Co.,LTD",
+ "002433": "ALPSALPINE CO,.LTD",
+ "002434": "Lectrosonics, Inc.",
+ "002435": "WIDE CORPORATION",
+ "002436": "Apple, Inc.",
+ "002437": "Motorola - BSG",
+ "002438": "Brocade Communications Systems LLC",
+ "002439": "Digital Barriers Advanced Technologies",
+ "00243a": "Ludl Electronic Products",
+ "00243b": "Pte Ltd",
+ "00243c": "S.A.A.A.",
+ "00243d": "Emerson Appliance Motors and Controls",
+ "00243f": "Storwize, Inc.",
+ "002440": "Halo Monitoring, Inc.",
+ "002441": "Wanzl Metallwarenfabrik GmbH",
+ "002442": "Axona Limited",
+ "002443": "Nortel Networks",
+ "002444": "Nintendo Co., Ltd.",
+ "002445": "Adtran Inc",
+ "002446": "MMB Research Inc.",
+ "002447": "Kaztek Systems",
+ "002448": "SpiderCloud Wireless, Inc",
+ "002449": "Shen Zhen Lite Star Electronics Technology Co., Ltd",
+ "00244a": "Voyant International",
+ "00244b": "PERCEPTRON INC",
+ "00244c": "Solartron Metrology Ltd",
+ "00244d": "Hokkaido Electronics Corporation",
+ "00244e": "RadChips, Inc.",
+ "00244f": "Asantron Technologies Ltd.",
+ "002450": "Cisco Systems, Inc",
+ "002451": "Cisco Systems, Inc",
+ "002452": "Silicon Software GmbH",
+ "002453": "Initra d.o.o.",
+ "002454": "Samsung Electronics Co.,Ltd",
+ "002455": "MuLogic BV",
+ "002456": "2Wire Inc",
+ "002458": "PA Bastion CC",
+ "002459": "ABB Automation products GmbH",
+ "00245a": "Nanjing Panda Electronics Company Limited",
+ "00245b": "RAIDON TECHNOLOGY, INC.",
+ "00245c": "Design-Com Technologies Pty. Ltd.",
+ "00245d": "Terberg besturingstechniek B.V.",
+ "00245e": "Hivision Co.,ltd",
+ "00245f": "Vine Telecom CO.,Ltd.",
+ "002460": "Giaval Science Development Co. Ltd.",
+ "002461": "Shin Wang Tech.",
+ "002462": "Rayzone Corporation",
+ "002463": "Phybridge Inc",
+ "002464": "Bridge Technologies Co AS",
+ "002465": "Elentec",
+ "002466": "Unitron nv",
+ "002467": "GmbH",
+ "002468": "Sumavision Technologies Co.,Ltd",
+ "002469": "Fasttel - Smart Doorphones",
+ "00246a": "Solid Year Co., Ltd.",
+ "00246b": "Covia, Inc.",
+ "00246c": "Hewlett Packard Enterprise",
+ "00246d": "Weinzierl Engineering GmbH",
+ "00246e": "Phihong USA Corp.",
+ "00246f": "Onda Communication spa",
+ "002470": "AUROTECH ultrasound AS.",
+ "002471": "Fusion MultiSystems dba Fusion-io",
+ "002472": "ReDriven Power Inc.",
+ "002473": "3COM EUROPE LTD",
+ "002474": "Autronica Fire And Securirty",
+ "002476": "TAP.tv",
+ "002477": "Tibbo Technology",
+ "002478": "Mag Tech Electronics Co Limited",
+ "002479": "Optec Displays, Inc.",
+ "00247a": "FU YI CHENG Technology Co., Ltd.",
+ "00247b": "Actiontec Electronics, Inc",
+ "00247c": "Nokia Danmark A/S",
+ "00247d": "Nokia Danmark A/S",
+ "00247e": "Universal Global Scientific Industrial., Ltd",
+ "00247f": "Nortel Networks",
+ "002480": "Meteocontrol GmbH",
+ "002481": "Hewlett Packard",
+ "002482": "Ruckus Wireless",
+ "002484": "Bang and Olufsen Medicom a/s",
+ "002485": "ConteXtream Ltd",
+ "002486": "DesignArt Networks",
+ "002487": "Transact Campus, Inc.",
+ "002488": "Centre For Development Of Telematics",
+ "002489": "Vodafone Omnitel N.V.",
+ "00248a": "Kaga Electronics Co., Ltd.",
+ "00248b": "HYBUS CO., LTD.",
+ "00248c": "ASUSTek COMPUTER INC.",
+ "00248d": "Sony Interactive Entertainment Inc.",
+ "00248e": "Infoware ZRt.",
+ "00248f": "DO-MONIX",
+ "002490": "Samsung Electronics Co.,Ltd",
+ "002491": "Samsung Electronics Co.,Ltd",
+ "002492": "Motorola, Broadband Solutions Group",
+ "002493": "Commscope",
+ "002494": "Shenzhen Baoxin Tech CO., Ltd.",
+ "002495": "Commscope",
+ "002496": "Ginzinger electronic systems",
+ "002497": "Cisco Systems, Inc",
+ "002498": "Cisco Systems, Inc",
+ "002499": "Aquila Technologies",
+ "00249a": "Beijing Zhongchuang Telecommunication Test Co., Ltd.",
+ "00249b": "Action Star Enterprise Co., Ltd.",
+ "00249c": "Bimeng Comunication System Co. Ltd",
+ "00249d": "NES Technology Inc.",
+ "00249e": "ADC-Elektronik GmbH",
+ "00249f": "RIM Testing Services",
+ "0024a0": "Commscope",
+ "0024a1": "Commscope",
+ "0024a2": "Hong Kong Middleware Technology Limited",
+ "0024a3": "Sonim Technologies Inc",
+ "0024a4": "Siklu Communication",
+ "0024a5": "BUFFALO.INC",
+ "0024a6": "TELESTAR DIGITAL GmbH",
+ "0024a7": "Advanced Video Communications Inc.",
+ "0024a8": "ProCurve Networking by HP",
+ "0024a9": "Ag Leader Technology",
+ "0024aa": "Dycor Technologies Ltd.",
+ "0024ab": "A7 Engineering, Inc.",
+ "0024ac": "Hangzhou DPtech Technologies Co., Ltd.",
+ "0024ad": "Adolf Thies Gmbh & Co. KG",
+ "0024ae": "IDEMIA",
+ "0024af": "Dish Technologies Corp",
+ "0024b0": "ESAB AB",
+ "0024b1": "Coulomb Technologies",
+ "0024b2": "NETGEAR",
+ "0024b3": "Graf-Syteco GmbH & Co. KG",
+ "0024b4": "ESCATRONIC GmbH",
+ "0024b5": "Nortel Networks",
+ "0024b6": "Seagate Technology",
+ "0024b7": "GridPoint, Inc.",
+ "0024b8": "free alliance sdn bhd",
+ "0024b9": "Wuhan Higheasy Electronic Technology Development Co.Ltd",
+ "0024ba": "Texas Instruments",
+ "0024bb": "CENTRAL Corporation",
+ "0024bc": "HuRob Co.,Ltd",
+ "0024bd": "Hainzl Industriesysteme GmbH",
+ "0024be": "Sony Corporation",
+ "0024bf": "Carrier Culoz SA",
+ "0024c0": "NTI COMODO INC",
+ "0024c1": "Commscope",
+ "0024c2": "Asumo Co.,Ltd.",
+ "0024c3": "Cisco Systems, Inc",
+ "0024c4": "Cisco Systems, Inc",
+ "0024c5": "Meridian Audio Limited",
+ "0024c6": "Hager Electro SAS",
+ "0024c7": "Mobilarm Ltd",
+ "0024c8": "Broadband Solutions Group",
+ "0024c9": "Broadband Solutions Group",
+ "0024ca": "Tobii Technology AB",
+ "0024cb": "Autonet Mobile",
+ "0024cc": "Fascinations Toys and Gifts, Inc.",
+ "0024cd": "Willow Garage, Inc.",
+ "0024ce": "Exeltech Inc",
+ "0024cf": "Inscape Data Corporation",
+ "0024d0": "Shenzhen SOGOOD Industry CO.,LTD.",
+ "0024d1": "Thomson Inc.",
+ "0024d2": "ASKEY COMPUTER CORP",
+ "0024d3": "QUALICA Inc.",
+ "0024d4": "FREEBOX SAS",
+ "0024d5": "Winward Industrial Limited",
+ "0024d6": "Intel Corporate",
+ "0024d7": "Intel Corporate",
+ "0024d8": "IlSung Precision",
+ "0024d9": "BICOM, Inc.",
+ "0024da": "Innovar Systems Limited",
+ "0024db": "Alcohol Monitoring Systems",
+ "0024dc": "Juniper Networks",
+ "0024dd": "Centrak, Inc.",
+ "0024de": "GLOBAL Technology Inc.",
+ "0024df": "Digitalbox Europe GmbH",
+ "0024e0": "DS Tech, LLC",
+ "0024e1": "Convey Computer Corp.",
+ "0024e2": "HASEGAWA ELECTRIC CO.,LTD.",
+ "0024e3": "CAO Group",
+ "0024e4": "Withings",
+ "0024e5": "Seer Technology, Inc",
+ "0024e6": "In Motion Technology Inc.",
+ "0024e7": "Plaster Networks",
+ "0024e8": "Dell Inc.",
+ "0024e9": "Samsung Electronics Co.,Ltd",
+ "0024ea": "iris-GmbH infrared & intelligent sensors",
+ "0024eb": "ClearPath Networks, Inc.",
+ "0024ec": "United Information Technology Co.,Ltd.",
+ "0024ed": "YT Elec. Co,.Ltd.",
+ "0024ee": "Wynmax Inc.",
+ "0024ef": "Sony Corporation",
+ "0024f0": "Seanodes",
+ "0024f1": "Shenzhen Fanhai Sanjiang Electronics Co., Ltd.",
+ "0024f2": "Uniphone Telecommunication Co., Ltd.",
+ "0024f3": "Nintendo Co., Ltd.",
+ "0024f4": "Kaminario, Ltd.",
+ "0024f5": "NDS Surgical Imaging",
+ "0024f6": "MIYOSHI ELECTRONICS CORPORATION",
+ "0024f7": "Cisco Systems, Inc",
+ "0024f8": "Technical Solutions Company Ltd.",
+ "0024f9": "Cisco Systems, Inc",
+ "0024fa": "Hilger u. Kern GMBH",
+ "0024fb": "Private",
+ "0024fc": "QuoPin Co., Ltd.",
+ "0024fd": "Accedian Networks Inc",
+ "0024fe": "AVM GmbH",
+ "0024ff": "QLogic Corporation",
+ "002500": "Apple, Inc.",
+ "002501": "JSC Supertel",
+ "002502": "NaturalPoint",
+ "002503": "IBM Corp",
+ "002504": "Valiant Communications Limited",
+ "002505": "eks Engel GmbH & Co. KG",
+ "002506": "A.I. ANTITACCHEGGIO ITALIA SRL",
+ "002507": "ASTAK Inc.",
+ "002508": "Maquet Cardiopulmonary AG",
+ "002509": "SHARETRONIC Group LTD",
+ "00250a": "Security Expert Co. Ltd",
+ "00250b": "CENTROFACTOR INC",
+ "00250c": "Senet Inc",
+ "00250d": "GZT Telkom-Telmor sp. z o.o.",
+ "00250e": "gt german telematics gmbh",
+ "00250f": "On-Ramp Wireless, Inc.",
+ "002510": "Pico-Tesla Magnetic Therapies",
+ "002511": "Elitegroup Computer Systems Co.,Ltd.",
+ "002512": "zte corporation",
+ "002513": "CXP DIGITAL BV",
+ "002514": "PC Worth Int'l Co., Ltd.",
+ "002515": "SFR",
+ "002516": "Integrated Design Tools, Inc.",
+ "002517": "Venntis, LLC",
+ "002518": "Power PLUS Communications AG",
+ "002519": "Viaas Inc",
+ "00251a": "Psiber Data Systems Inc.",
+ "00251b": "Philips CareServant",
+ "00251c": "EDT",
+ "00251d": "DSA Encore, LLC",
+ "00251e": "ROTEL TECHNOLOGIES",
+ "00251f": "ZYNUS VISION INC.",
+ "002520": "SMA Railway Technology GmbH",
+ "002521": "Logitek Electronic Systems, Inc.",
+ "002522": "ASRock Incorporation",
+ "002523": "OCP Inc.",
+ "002524": "Lightcomm Technology Co., Ltd",
+ "002525": "CTERA Networks Ltd.",
+ "002526": "Genuine Technologies Co., Ltd.",
+ "002527": "Bitrode Corp.",
+ "002528": "Daido Signal Co., Ltd.",
+ "002529": "COMELIT GROUP S.P.A",
+ "00252a": "Chengdu GeeYa Technology Co.,LTD",
+ "00252b": "Stirling Energy Systems",
+ "00252c": "Entourage Systems, Inc.",
+ "00252d": "Kiryung Electronics",
+ "00252e": "Cisco SPVTG",
+ "00252f": "Energy, Inc.",
+ "002530": "Aetas Systems Inc.",
+ "002531": "Cloud Engines, Inc.",
+ "002532": "Digital Recorders",
+ "002533": "WITTENSTEIN AG",
+ "002535": "Minimax GmbH & Co KG",
+ "002536": "Oki Electric Industry Co., Ltd.",
+ "002537": "Runcom Technologies Ltd.",
+ "002538": "Samsung Electronics Co., Ltd., Memory Division",
+ "002539": "IfTA GmbH",
+ "00253a": "CEVA, Ltd.",
+ "00253b": "din Dietmar Nocker Facilitymanagement GmbH",
+ "00253c": "2Wire Inc",
+ "00253d": "DRS Consolidated Controls",
+ "00253e": "Sensus Metering Systems",
+ "002540": "Quasar Technologies, Inc.",
+ "002541": "Maquet Critical Care AB",
+ "002542": "Pittasoft",
+ "002543": "MONEYTECH",
+ "002544": "LoJack Corporation",
+ "002545": "Cisco Systems, Inc",
+ "002546": "Cisco Systems, Inc",
+ "002547": "Nokia Danmark A/S",
+ "002548": "Nokia Danmark A/S",
+ "002549": "Jeorich Tech. Co.,Ltd.",
+ "00254a": "RingCube Technologies, Inc.",
+ "00254b": "Apple, Inc.",
+ "00254c": "Videon Central, Inc.",
+ "00254d": "Singapore Technologies Electronics Limited",
+ "00254e": "Vertex Wireless Co., Ltd.",
+ "00254f": "ELETTROLAB Srl",
+ "002550": "Riverbed Technology, Inc.",
+ "002551": "SE-Elektronic GmbH",
+ "002552": "VXi Corporation",
+ "002553": "ADB Broadband Italia",
+ "002554": "Pixel8 Networks",
+ "002555": "Visonic Technologies 1993 Ltd.",
+ "002556": "Hon Hai Precision Ind. Co.,Ltd.",
+ "002557": "BlackBerry RTS",
+ "002558": "MPEDIA",
+ "002559": "Syphan Technologies Ltd",
+ "00255a": "Tantalus Systems Corp.",
+ "00255b": "CoachComm, LLC",
+ "00255c": "NEC Corporation",
+ "00255d": "Morningstar Corporation",
+ "00255e": "Shanghai Dare Technologies Co.,Ltd.",
+ "00255f": "SenTec AG",
+ "002560": "Ibridge Networks & Communications Ltd.",
+ "002561": "ProCurve Networking by HP",
+ "002562": "interbro Co. Ltd.",
+ "002563": "Luxtera Inc",
+ "002564": "Dell Inc.",
+ "002565": "Vizimax Inc.",
+ "002566": "Samsung Electronics Co.,Ltd",
+ "002567": "Samsung Electronics Co.,Ltd",
+ "002568": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "002569": "Sagemcom Broadband SAS",
+ "00256a": "inIT - Institut Industrial IT",
+ "00256b": "ATENIX E.E. s.r.l.",
+ "00256c": "Azimut Production Association JSC",
+ "00256d": "Broadband Forum",
+ "00256e": "Van Breda B.V.",
+ "00256f": "Dantherm Power",
+ "002570": "Eastern Communications Company Limited",
+ "002571": "Zhejiang Tianle Digital Electric Co.,Ltd",
+ "002572": "Nemo-Q International AB",
+ "002573": "Pte Ltd",
+ "002574": "KUNIMI MEDIA DEVICE Co., Ltd.",
+ "002575": "FiberPlex Technologies, LLC",
+ "002576": "NELI TECHNOLOGIES",
+ "002577": "D-BOX Technologies",
+ "002578": "JSC Concern Sozvezdie",
+ "002579": "J & F Labs",
+ "00257a": "CAMCO Produktions- und Vertriebs-GmbH für Beschallungs- und Beleuchtungsanlagen",
+ "00257b": "STJ ELECTRONICS PVT LTD",
+ "00257c": "Huachentel Technology Development Co., Ltd",
+ "00257d": "PointRed Telecom Private Ltd.",
+ "00257e": "NEW POS TECHNOLOGY LIMITED",
+ "00257f": "CallTechSolution Co.,Ltd",
+ "002580": "Equipson S.A.",
+ "002581": "x-star networks Inc.",
+ "002582": "Ltd",
+ "002583": "Cisco Systems, Inc",
+ "002584": "Cisco Systems, Inc",
+ "002585": "KOKUYO S&T Co., Ltd.",
+ "002586": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "002587": "Vitality, Inc.",
+ "002588": "Genie Industries, Inc.",
+ "002589": "Hills Industries Limited",
+ "00258a": "Pole/Zero Corporation",
+ "00258b": "Mellanox Technologies, Inc.",
+ "00258c": "ESUS ELEKTRONIK SAN. VE DIS. TIC. LTD. STI.",
+ "00258d": "Haier",
+ "00258e": "The Weather Channel",
+ "00258f": "Trident Microsystems, Inc.",
+ "002590": "Super Micro Computer, Inc.",
+ "002591": "NEXTEK, Inc.",
+ "002592": "Guangzhou Shirui Electronic Co., Ltd",
+ "002593": "DatNet Informatikai Kft.",
+ "002594": "Eurodesign BG LTD",
+ "002595": "Northwest Signal Supply, Inc",
+ "002596": "GIGAVISION srl",
+ "002597": "Kalki Communication Technologies",
+ "002598": "Zhong Shan City Litai Electronic Industrial Co. Ltd",
+ "002599": "Hedon e.d. B.V.",
+ "00259a": "CEStronics GmbH",
+ "00259b": "Beijing PKUNITY Microsystems Technology Co., Ltd",
+ "00259c": "Cisco-Linksys, LLC",
+ "00259d": "Private",
+ "00259e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00259f": "TechnoDigital Technologies GmbH",
+ "0025a0": "Nintendo Co., Ltd.",
+ "0025a1": "Enalasys",
+ "0025a2": "Alta Definicion LINCEO S.L.",
+ "0025a3": "Trimax Wireless, Inc.",
+ "0025a4": "EuroDesign embedded technologies GmbH",
+ "0025a5": "Walnut Media Network",
+ "0025a6": "Central Network Solution Co., Ltd.",
+ "0025a7": "itron",
+ "0025a8": "Technology Co.,Ltd",
+ "0025a9": "Shanghai Embedway Information Technologies Co.,Ltd",
+ "0025aa": "Beijing Soul Technology Co.,Ltd.",
+ "0025ab": "AIO LCD PC BU / TPV",
+ "0025ac": "I-Tech corporation",
+ "0025ad": "Manufacturing Resources International",
+ "0025ae": "Microsoft Corporation",
+ "0025af": "COMFILE Technology",
+ "0025b0": "Schmartz Inc",
+ "0025b1": "Maya-Creation Corporation",
+ "0025b2": "MBDA Deutschland GmbH",
+ "0025b3": "Hewlett Packard",
+ "0025b4": "Cisco Systems, Inc",
+ "0025b5": "Cisco Systems, Inc",
+ "0025b6": "Telecom FM",
+ "0025b7": "Costar electronics, inc.,",
+ "0025b8": "Agile Communications, Inc.",
+ "0025b9": "Cypress Solutions Inc",
+ "0025ba": "Alcatel-Lucent IPD",
+ "0025bb": "INNERINT Co., Ltd.",
+ "0025bc": "Apple, Inc.",
+ "0025bd": "Italdata Ingegneria dell'Idea S.p.A.",
+ "0025be": "Tektrap Systems Inc.",
+ "0025bf": "Wireless Cables Inc.",
+ "0025c0": "ZillionTV Corporation",
+ "0025c1": "Nawoo Korea Corp.",
+ "0025c2": "RingBell Co.,Ltd.",
+ "0025c3": "21168",
+ "0025c4": "Ruckus Wireless",
+ "0025c5": "Star Link Communication Pvt. Ltd.",
+ "0025c6": "kasercorp, ltd",
+ "0025c7": "altek Corporation",
+ "0025c8": "S-Access GmbH",
+ "0025c9": "SHENZHEN HUAPU DIGITAL CO., LTD",
+ "0025ca": "Laird Connectivity",
+ "0025cb": "Reiner SCT",
+ "0025cc": "Mobile Communications Korea Incorporated",
+ "0025cd": "Skylane Optics",
+ "0025ce": "InnerSpace",
+ "0025cf": "Nokia Danmark A/S",
+ "0025d0": "Nokia Danmark A/S",
+ "0025d1": "Eastern Asia Technology Limited",
+ "0025d2": "InpegVision Co., Ltd",
+ "0025d3": "AzureWave Technology Inc.",
+ "0025d4": "General Dynamics Mission Systems",
+ "0025d5": "Ltd",
+ "0025d6": "The Kroger Co.",
+ "0025d7": "CEDO",
+ "0025d8": "KOREA MAINTENANCE",
+ "0025d9": "DataFab Systems Inc.",
+ "0025da": "Secura Key",
+ "0025db": "Co., LTD",
+ "0025dc": "Sumitomo Electric Industries, Ltd",
+ "0025dd": "SUNNYTEK INFORMATION CO., LTD.",
+ "0025de": "Probits Co., LTD.",
+ "0025df": "Axon Enterprise, Inc.",
+ "0025e0": "CeedTec Sdn Bhd",
+ "0025e1": "SHANGHAI SEEYOO ELECTRONIC & TECHNOLOGY CO., LTD",
+ "0025e2": "Everspring Industry Co., Ltd.",
+ "0025e3": "Hanshinit Inc.",
+ "0025e4": "OMNI-WiFi, LLC",
+ "0025e6": "Belgian Monitoring Systems bvba",
+ "0025e7": "Sony Corporation",
+ "0025e8": "Idaho Technology",
+ "0025e9": "i-mate Development, Inc.",
+ "0025ea": "Iphion BV",
+ "0025eb": "Ltd",
+ "0025ec": "Humanware",
+ "0025ed": "NuVo Technologies LLC",
+ "0025ee": "Avtex Ltd",
+ "0025ef": "I-TEC Co., Ltd.",
+ "0025f0": "Suga Electronics Limited",
+ "0025f1": "Commscope",
+ "0025f2": "Commscope",
+ "0025f3": "Nordwestdeutsche Zählerrevision",
+ "0025f4": "KoCo Connector AG",
+ "0025f5": "DVS Korea, Co., Ltd",
+ "0025f6": "netTALK.com, Inc.",
+ "0025f7": "Ansaldo STS USA",
+ "0025f9": "GMK electronic design GmbH",
+ "0025fa": "J&M Analytik AG",
+ "0025fb": "Tunstall Healthcare A/S",
+ "0025fc": "ENDA",
+ "0025fd": "OBR Centrum Techniki Morskiej S.A.",
+ "0025fe": "Pilot Electronics Corporation",
+ "0025ff": "CreNova Multimedia Co., Ltd",
+ "002600": "TEAC Australia Pty Ltd.",
+ "002601": "Cutera Inc",
+ "002602": "SMART Temps LLC",
+ "002603": "Shenzhen Wistar Technology Co., Ltd",
+ "002604": "WorldCast Systems",
+ "002605": "CC Systems AB",
+ "002606": "RAUMFELD GmbH",
+ "002607": "Enabling Technology Pty Ltd",
+ "002608": "Apple, Inc.",
+ "002609": "Phyllis Co., Ltd.",
+ "00260a": "Cisco Systems, Inc",
+ "00260b": "Cisco Systems, Inc",
+ "00260c": "Dataram",
+ "00260d": "Mercury Systems, Inc.",
+ "00260e": "Ablaze Systems, LLC",
+ "00260f": "Linn Products Ltd",
+ "002610": "Apacewave Technologies",
+ "002611": "Licera AB",
+ "002612": "Space Exploration Technologies",
+ "002613": "Engel Axil S.L.",
+ "002614": "KTNF",
+ "002615": "Teracom Limited",
+ "002616": "Rosemount Inc.",
+ "002617": "OEM Worldwide",
+ "002618": "ASUSTek COMPUTER INC.",
+ "002619": "FRC",
+ "00261a": "Femtocomm System Technology Corp.",
+ "00261b": "LAUREL BANK MACHINES CO., LTD.",
+ "00261c": "NEOVIA INC.",
+ "00261d": "COP SECURITY SYSTEM CORP.",
+ "00261e": "CO., LTD",
+ "00261f": "Ltd.",
+ "002620": "ISGUS GmbH",
+ "002621": "InteliCloud Technology Inc.",
+ "002622": "CO., LTD. ",
+ "002623": "JRD Communication Inc",
+ "002624": "Thomson Inc.",
+ "002625": "MediaSputnik",
+ "002626": "Geophysical Survey Systems, Inc.",
+ "002627": "Truesell",
+ "002628": "companytec automação e controle ltda.",
+ "002629": "Juphoon System Software Inc.",
+ "00262a": "Proxense, LLC",
+ "00262b": "Wongs Electronics Co. Ltd.",
+ "00262c": "IKT Advanced Technologies s.r.o.",
+ "00262d": "Wistron Corporation",
+ "00262e": "Chengdu Jiuzhou Electronic Technology Inc",
+ "00262f": "HAMAMATSU TOA ELECTRONICS",
+ "002630": "ACOREL S.A.S",
+ "002631": "COMMTACT LTD",
+ "002632": "Instrumentation Technologies d.d.",
+ "002633": "MIR - Medical International Research",
+ "002634": "Infineta Systems, Inc",
+ "002635": "Bluetechnix GmbH",
+ "002636": "Commscope",
+ "002637": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "002638": "Xia Men Joyatech Co., Ltd.",
+ "002639": "T.M. Electronics, Inc.",
+ "00263a": "Digitec Systems",
+ "00263b": "Onbnetech",
+ "00263c": "Bachmann Technology GmbH & Co. KG",
+ "00263d": "MIA Corporation",
+ "00263e": "Trapeze Networks",
+ "00263f": "LIOS Technology GmbH",
+ "002640": "Baustem Broadband Technologies, Ltd.",
+ "002641": "Commscope",
+ "002642": "Commscope",
+ "002643": "ALPSALPINE CO,.LTD",
+ "002644": "Thomson Telecom Belgium",
+ "002645": "Circontrol S.A.",
+ "002646": "SHENYANG TONGFANG MULTIMEDIA TECHNOLOGY COMPANY LIMITED",
+ "002647": "WFE TECHNOLOGY CORP.",
+ "002648": "Emitech Corp.",
+ "00264a": "Apple, Inc.",
+ "00264c": "Shanghai DigiVision Technology Co., Ltd.",
+ "00264d": "Arcadyan Technology Corporation",
+ "00264e": "r2p GmbH",
+ "00264f": "Krüger &Gothe GmbH",
+ "002650": "2Wire Inc",
+ "002651": "Cisco Systems, Inc",
+ "002652": "Cisco Systems, Inc",
+ "002653": "DaySequerra Corporation",
+ "002654": "3COM",
+ "002655": "Hewlett Packard",
+ "002656": "Sansonic Electronics USA",
+ "002657": "OOO NPP EKRA",
+ "002658": "Limited",
+ "002659": "Nintendo Co., Ltd.",
+ "00265a": "D-Link Corporation",
+ "00265b": "Hitron Technologies. Inc",
+ "00265c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00265d": "Samsung Electronics Co.,Ltd",
+ "00265e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "00265f": "Samsung Electronics Co.,Ltd",
+ "002660": "Logiways",
+ "002661": "Irumtek Co., Ltd.",
+ "002662": "Actiontec Electronics, Inc",
+ "002663": "Shenzhen Huitaiwei Tech. Ltd, co.",
+ "002664": "Core System Japan",
+ "002665": "ProtectedLogic Corporation",
+ "002666": "EFM Networks",
+ "002667": "CARECOM CO.,LTD.",
+ "002668": "Nokia Danmark A/S",
+ "002669": "Nokia Danmark A/S",
+ "00266a": "ESSENSIUM NV",
+ "00266b": "SHINE UNION ENTERPRISE LIMITED",
+ "00266c": "INVENTEC CORPORATION",
+ "00266d": "MobileAccess Networks",
+ "00266e": "Nissho-denki Co.,LTD.",
+ "00266f": "Coordiwise Technology Corp.",
+ "002670": "Cinch Connectors",
+ "002671": "AUTOVISION Co., Ltd",
+ "002672": "AAMP of America",
+ "002673": "RICOH COMPANY,LTD.",
+ "002674": "Hunter Douglas",
+ "002675": "Aztech Electronics Pte Ltd",
+ "002676": "COMMidt AS",
+ "002677": "DEIF A/S",
+ "002678": "Logic Instrument SA",
+ "002679": "Euphonic Technologies, Inc.",
+ "00267a": "wuhan hongxin telecommunication technologies co.,ltd",
+ "00267b": "GSI Helmholtzzentrum für Schwerionenforschung GmbH",
+ "00267c": "Metz-Werke GmbH & Co KG",
+ "00267d": "A-Max Technology Macao Commercial Offshore Company Limited",
+ "00267e": "PARROT SA",
+ "00267f": "Oregan Networks Ltd.",
+ "002680": "SIL3 Pty.Ltd",
+ "002681": "Interspiro AB",
+ "002682": "Gemtek Technology Co., Ltd.",
+ "002683": "Ajoho Enterprise Co., Ltd.",
+ "002684": "KISAN SYSTEM",
+ "002685": "Digital Innovation",
+ "002686": "Quantenna Communcations, Inc.",
+ "002687": "corega K.K",
+ "002688": "Juniper Networks",
+ "002689": "General Dynamics Robotic Systems",
+ "00268a": "Terrier SC Ltd",
+ "00268b": "Guangzhou Escene Computer Technology Limited",
+ "00268c": "StarLeaf Ltd.",
+ "00268d": "CellTel S.p.A.",
+ "00268e": "Alta Solutions, Inc.",
+ "00268f": "MTA SpA",
+ "002690": "I DO IT",
+ "002691": "Sagemcom Broadband SAS",
+ "002692": "Mitsubishi Electric Corporation",
+ "002693": "QVidium Technologies, Inc.",
+ "002694": "Senscient Ltd",
+ "002695": "ZT Group Int'l Inc",
+ "002696": "NOOLIX Co., Ltd",
+ "002697": "Alpha Technologies Inc.",
+ "002698": "Cisco Systems, Inc",
+ "002699": "Cisco Systems, Inc",
+ "00269a": "Carina System Co., Ltd.",
+ "00269b": "SOKRAT Ltd.",
+ "00269c": "ITUS JAPAN CO. LTD",
+ "00269d": "M2Mnet Co., Ltd.",
+ "00269e": "Quanta Computer Inc.",
+ "00269f": "Private",
+ "0026a0": "moblic",
+ "0026a1": "Megger",
+ "0026a2": "Instrumentation Technology Systems",
+ "0026a3": "FQ Ingenieria Electronica S.A.",
+ "0026a4": "Novus Produtos Eletronicos Ltda",
+ "0026a5": "MICROROBOT.CO.,LTD",
+ "0026a6": "TRIXELL",
+ "0026a7": "CONNECT SRL",
+ "0026a8": "DAEHAP HYPER-TECH",
+ "0026a9": "Strong Technologies Pty Ltd",
+ "0026aa": "Kenmec Mechanical Engineering Co., Ltd.",
+ "0026ab": "Seiko Epson Corporation",
+ "0026ac": "Shanghai LUSTER Teraband photonic Co., Ltd.",
+ "0026ad": "Arada Systems, Inc.",
+ "0026ae": "Wireless Measurement Ltd",
+ "0026af": "Duelco A/S",
+ "0026b0": "Apple, Inc.",
+ "0026b1": "Navis Auto Motive Systems, Inc.",
+ "0026b2": "Setrix GmbH",
+ "0026b3": "Thales Communications Inc",
+ "0026b4": "Ford Motor Company",
+ "0026b5": "ICOMM Tele Ltd",
+ "0026b6": "ASKEY COMPUTER CORP",
+ "0026b7": "Kingston Technology Company, Inc.",
+ "0026b8": "Actiontec Electronics, Inc",
+ "0026b9": "Dell Inc.",
+ "0026ba": "Commscope",
+ "0026bb": "Apple, Inc.",
+ "0026bc": "General Jack Technology Ltd.",
+ "0026bd": "JTEC Card & Communication Co., Ltd",
+ "0026be": "Schoonderbeek Elektronica Systemen B.V.",
+ "0026bf": "ShenZhen Temobi Science&Tech Development Co.,Ltd",
+ "0026c0": "EnergyHub",
+ "0026c1": "ARTRAY CO., LTD.",
+ "0026c2": "SCDI Co. LTD",
+ "0026c3": "Insightek Corp.",
+ "0026c4": "Cadmos microsystems S.r.l.",
+ "0026c5": "Guangdong Gosun Telecommunications Co.,Ltd",
+ "0026c6": "Intel Corporate",
+ "0026c7": "Intel Corporate",
+ "0026c8": "System Sensor",
+ "0026c9": "Proventix Systems, Inc.",
+ "0026ca": "Cisco Systems, Inc",
+ "0026cb": "Cisco Systems, Inc",
+ "0026cc": "Nokia Danmark A/S",
+ "0026cd": "PurpleComm, Inc.",
+ "0026ce": "Kozumi USA Corp.",
+ "0026cf": "DEKA R&D",
+ "0026d0": "Semihalf",
+ "0026d1": "S Squared Innovations Inc.",
+ "0026d2": "Pcube Systems, Inc.",
+ "0026d3": "Zeno Information System",
+ "0026d4": "IRCA SpA",
+ "0026d5": "Ory Solucoes em Comercio de Informatica Ltda.",
+ "0026d6": "Ningbo Andy Optoelectronic Co., Ltd.",
+ "0026d7": "KM Electornic Technology Co., Ltd.",
+ "0026d8": "Magic Point Inc.",
+ "0026d9": "Commscope",
+ "0026da": "Universal Media Corporation /Slovakia/ s.r.o.",
+ "0026db": "Ionics EMS Inc.",
+ "0026dc": "Optical Systems Design",
+ "0026dd": "Fival Science & Technology Co.,Ltd.",
+ "0026de": "FDI MATELEC",
+ "0026df": "TaiDoc Technology Corp.",
+ "0026e0": "ASITEQ",
+ "0026e1": "Stanford University, OpenFlow Group",
+ "0026e3": "DTI",
+ "0026e4": "Canal +",
+ "0026e5": "AEG Power Solutions",
+ "0026e6": "Visionhitech Co., Ltd.",
+ "0026e7": "Shanghai ONLAN Communication Tech. Co., Ltd.",
+ "0026e8": "Murata Manufacturing Co., Ltd.",
+ "0026e9": "SP Corp",
+ "0026ea": "Co., Ltd.",
+ "0026eb": "Advanced Spectrum Technology Co., Ltd.",
+ "0026ec": "Legrand Home Systems, Inc",
+ "0026ed": "zte corporation",
+ "0026ee": "TKM GmbH",
+ "0026ef": "Technology Advancement Group, Inc.",
+ "0026f0": "cTrixs International GmbH.",
+ "0026f1": "ProCurve Networking by HP",
+ "0026f2": "NETGEAR",
+ "0026f3": "SMC Networks",
+ "0026f4": "Nesslab",
+ "0026f5": "XRPLUS Inc.",
+ "0026f6": "Military Communication Institute",
+ "0026f7": "Nivetti Systems Pvt. Ltd.",
+ "0026f8": "Golden Highway Industry Development Co., Ltd.",
+ "0026f9": "S.E.M. srl",
+ "0026fa": "BandRich Inc.",
+ "0026fb": "AirDio Wireless, Inc.",
+ "0026fc": "AcSiP Technology Corp.",
+ "0026fd": "Interactive Intelligence",
+ "0026fe": "MKD Technology Inc.",
+ "0026ff": "BlackBerry RTS",
+ "002700": "Shenzhen Siglent Technology Co., Ltd.",
+ "002701": "INCOstartec GmbH",
+ "002702": "SolarEdge Technologies",
+ "002703": "Testech Electronics Pte Ltd",
+ "002704": "Accelerated Concepts, Inc",
+ "002705": "Sectronic",
+ "002706": "YOISYS",
+ "002707": "Lift Complex DS, JSC",
+ "002708": "Nordiag ASA",
+ "002709": "Nintendo Co., Ltd.",
+ "00270a": "IEE S.A.",
+ "00270b": "Adura Technologies",
+ "00270c": "Cisco Systems, Inc",
+ "00270d": "Cisco Systems, Inc",
+ "00270e": "Intel Corporate",
+ "00270f": "Envisionnovation Inc",
+ "002710": "Intel Corporate",
+ "002711": "LanPro Inc",
+ "002712": "MaxVision LLC",
+ "002713": "Universal Global Scientific Industrial., Ltd",
+ "002714": "Grainmustards, Co,ltd.",
+ "002715": "Rebound Telecom. Co., Ltd",
+ "002716": "Adachi-Syokai Co., Ltd.",
+ "002717": "CE Digital(Zhenjiang)Co.,Ltd",
+ "002718": "Suzhou NEW SEAUNION Video Technology Co.,Ltd",
+ "002719": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "00271a": "Geenovo Technology Ltd.",
+ "00271b": "Alec Sicherheitssysteme GmbH",
+ "00271c": "MERCURY CORPORATION",
+ "00271d": "Ltd.",
+ "00271e": "Xagyl Communications",
+ "00271f": "MIPRO Electronics Co., Ltd",
+ "002720": "NEW-SOL COM",
+ "002721": "Shenzhen Baoan Fenda Industrial Co., Ltd",
+ "002722": "Ubiquiti Inc",
+ "002790": "Cisco Systems, Inc",
+ "0027e3": "Cisco Systems, Inc",
+ "0027f8": "Brocade Communications Systems LLC",
+ "00289f": "Semptian Co., Ltd.",
+ "0028f8": "Intel Corporate",
+ "002926": "Applied Optoelectronics, Inc Taiwan Branch",
+ "0029c2": "Cisco Systems, Inc",
+ "002a10": "Cisco Systems, Inc",
+ "002a6a": "Cisco Systems, Inc",
+ "002aaf": "LARsys-Automation GmbH",
+ "002b67": "Electronics Technology co., ltd",
+ "002b70": "Samsung Electronics Co.,Ltd",
+ "002b90": "Technology Ltd.",
+ "002bf5": "BUFFALO.INC",
+ "002cc8": "Cisco Systems, Inc",
+ "002d76": "TITECH GmbH",
+ "002db3": "AMPAK Technology,Inc.",
+ "002ec7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "002f5c": "Cisco Systems, Inc",
+ "002fd9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "003000": "ALLWELL TECHNOLOGY CORP.",
+ "003001": "SMP",
+ "003002": "Expand Networks",
+ "003003": "Phasys Ltd.",
+ "003004": "LEADTEK RESEARCH INC.",
+ "003005": "Fujitsu Siemens Computers",
+ "003006": "SUPERPOWER COMPUTER",
+ "003007": "OPTI, INC.",
+ "003008": "AVIO DIGITAL, INC.",
+ "003009": "Tachion Networks, Inc.",
+ "00300a": "Aztech Electronics Pte Ltd",
+ "00300b": "mPHASE Technologies, Inc.",
+ "00300c": "CONGRUENCY, LTD.",
+ "00300d": "MMC Technology, Inc.",
+ "00300e": "Klotz Digital AG",
+ "00300f": "IMT - Information Management T",
+ "003010": "VISIONETICS INTERNATIONAL",
+ "003011": "HMS Industrial Networks ",
+ "003012": "DIGITAL ENGINEERING LTD.",
+ "003013": "NEC Corporation",
+ "003014": "DIVIO, INC.",
+ "003015": "CP CLARE CORP.",
+ "003016": "ISHIDA CO., LTD.",
+ "003017": "BlueArc UK Ltd",
+ "003018": "Jetway Information Co., Ltd.",
+ "003019": "Cisco Systems, Inc",
+ "00301a": "SMARTBRIDGES PTE. LTD.",
+ "00301b": "SHUTTLE, INC.",
+ "00301c": "ALTVATER AIRDATA SYSTEMS",
+ "00301d": "SKYSTREAM, INC.",
+ "00301e": "3COM EUROPE LTD",
+ "00301f": "OPTICAL NETWORKS, INC.",
+ "003020": "TSI, Inc..",
+ "003021": "HSING TECH. ENTERPRISE CO.,LTD",
+ "003022": "Fong Kai Industrial Co., Ltd.",
+ "003023": "COGENT COMPUTER SYSTEMS, INC.",
+ "003024": "Cisco Systems, Inc",
+ "003025": "CHECKOUT COMPUTER SYSTEMS, LTD",
+ "003026": "HeiTel Digital Video GmbH",
+ "003027": "KERBANGO, INC.",
+ "003028": "FASE Saldatura srl",
+ "003029": "OPICOM",
+ "00302a": "SOUTHERN INFORMATION",
+ "00302b": "Inalp Solutions AG",
+ "00302c": "SYLANTRO SYSTEMS CORPORATION",
+ "00302d": "QUANTUM BRIDGE COMMUNICATIONS",
+ "00302e": "Hoft & Wessel AG",
+ "00302f": "GE Aviation System",
+ "003030": "HARMONIX CORPORATION",
+ "003031": "LIGHTWAVE COMMUNICATIONS, INC.",
+ "003032": "MagicRam, Inc.",
+ "003033": "ORIENT TELECOM CO., LTD.",
+ "003034": "SET ENGINEERING",
+ "003035": "Corning Incorporated",
+ "003036": "RMP ELEKTRONIKSYSTEME GMBH",
+ "003037": "Packard Bell Nec Services",
+ "003038": "XCP, INC.",
+ "003039": "SOFTBOOK PRESS",
+ "00303a": "MAATEL",
+ "00303b": "PowerCom Technology",
+ "00303c": "ONNTO CORP.",
+ "00303d": "IVA CORPORATION",
+ "00303e": "Radcom Ltd.",
+ "00303f": "TurboComm Tech Inc.",
+ "003040": "Cisco Systems, Inc",
+ "003041": "SAEJIN T & M CO., LTD.",
+ "003042": "DeTeWe-Deutsche Telephonwerke",
+ "003043": "IDREAM TECHNOLOGIES, PTE. LTD.",
+ "003044": "CradlePoint, Inc",
+ "003046": "Controlled Electronic Manageme",
+ "003047": "NISSEI ELECTRIC CO., LTD.",
+ "003048": "Super Micro Computer, Inc.",
+ "003049": "BRYANT TECHNOLOGY, LTD.",
+ "00304a": "Fraunhofer IPMS",
+ "00304b": "ORBACOM SYSTEMS, INC.",
+ "00304c": "APPIAN COMMUNICATIONS, INC.",
+ "00304d": "ESI",
+ "00304e": "BUSTEC PRODUCTION LTD.",
+ "00304f": "PLANET Technology Corporation",
+ "003050": "Versa Technology",
+ "003051": "ORBIT AVIONIC & COMMUNICATION",
+ "003052": "Zhone Technologies, Inc.",
+ "003053": "Basler AG",
+ "003054": "Castlenet Technology Inc.",
+ "003055": "Renesas Technology America, Inc.",
+ "003056": "HMS Industrial Networks",
+ "003057": "QTelNet, Inc.",
+ "003058": "API MOTION",
+ "003059": "Kontron Europe GmbH",
+ "00305a": "TELGEN CORPORATION",
+ "00305b": "Toko Inc.",
+ "00305c": "SMAR Laboratories Corp.",
+ "00305d": "DIGITRA SYSTEMS, INC.",
+ "00305e": "Abelko Innovation",
+ "00305f": "Hasselblad",
+ "003060": "Powerfile, Inc.",
+ "003061": "MobyTEL",
+ "003062": "IP Video Networks Inc",
+ "003063": "SANTERA SYSTEMS, INC.",
+ "003064": "ADLINK TECHNOLOGY, INC.",
+ "003065": "Apple, Inc.",
+ "003066": "RFM",
+ "003067": "BIOSTAR Microtech Int'l Corp.",
+ "003068": "CYBERNETICS TECH. CO., LTD.",
+ "003069": "IMPACCT TECHNOLOGY CORP.",
+ "00306a": "PENTA MEDIA CO., LTD.",
+ "00306b": "CMOS SYSTEMS, INC.",
+ "00306c": "Hitex Holding GmbH",
+ "00306d": "LUCENT TECHNOLOGIES",
+ "00306e": "Hewlett Packard",
+ "00306f": "SEYEON TECH. CO., LTD.",
+ "003070": "1Net Corporation",
+ "003071": "Cisco Systems, Inc",
+ "003072": "Intellibyte Inc.",
+ "003073": "International Microsystems, In",
+ "003074": "EQUIINET LTD.",
+ "003075": "ADTECH",
+ "003076": "Akamba Corporation",
+ "003077": "ONPREM NETWORKS",
+ "003078": "Cisco Systems, Inc",
+ "003079": "CQOS, INC.",
+ "00307a": "Advanced Technology & Systems",
+ "00307b": "Cisco Systems, Inc",
+ "00307c": "ADID SA",
+ "00307d": "GRE AMERICA, INC.",
+ "00307e": "Redflex Communication Systems",
+ "00307f": "IRLAN LTD.",
+ "003080": "Cisco Systems, Inc",
+ "003081": "ALTOS C&C",
+ "003082": "TAIHAN ELECTRIC WIRE CO., LTD.",
+ "003083": "Ivron Systems",
+ "003084": "ALLIED TELESYN INTERNAIONAL",
+ "003085": "Cisco Systems, Inc",
+ "003086": "Transistor Devices, Inc.",
+ "003087": "VEGA GRIESHABER KG",
+ "003088": "Ericsson",
+ "003089": "Spectrapoint Wireless, LLC",
+ "00308a": "NICOTRA SISTEMI S.P.A",
+ "00308b": "Brix Networks",
+ "00308c": "Quantum Corporation",
+ "00308d": "Pinnacle Systems, Inc.",
+ "00308e": "Crossmatch Technologies/HID Global",
+ "00308f": "MICRILOR, Inc.",
+ "003090": "CYRA TECHNOLOGIES, INC.",
+ "003091": "TAIWAN FIRST LINE ELEC. CORP.",
+ "003092": "Kontron Electronics AG",
+ "003093": "Sonnet Technologies, Inc",
+ "003094": "Cisco Systems, Inc",
+ "003095": "Procomp Informatics, Ltd.",
+ "003096": "Cisco Systems, Inc",
+ "003097": "AB Regin",
+ "003098": "Global Converging Technologies",
+ "003099": "BOENIG UND KALLENBACH OHG",
+ "00309a": "ASTRO TERRA CORP.",
+ "00309b": "Smartware",
+ "00309c": "Timing Applications, Inc.",
+ "00309d": "Nimble Microsystems, Inc.",
+ "00309e": "WORKBIT CORPORATION.",
+ "00309f": "AMBER NETWORKS",
+ "0030a0": "TYCO SUBMARINE SYSTEMS, LTD.",
+ "0030a1": "WEBGATE Inc.",
+ "0030a2": "Lightner Engineering",
+ "0030a3": "Cisco Systems, Inc",
+ "0030a4": "Woodwind Communications System",
+ "0030a5": "ACTIVE POWER",
+ "0030a6": "VIANET TECHNOLOGIES, LTD.",
+ "0030a7": "SCHWEITZER ENGINEERING",
+ "0030a8": "OL'E COMMUNICATIONS, INC.",
+ "0030a9": "Netiverse, Inc.",
+ "0030aa": "AXUS MICROSYSTEMS, INC.",
+ "0030ab": "DELTA NETWORKS, INC.",
+ "0030ac": "Systeme Lauer GmbH & Co., Ltd.",
+ "0030ad": "SHANGHAI COMMUNICATION",
+ "0030ae": "Times N System, Inc.",
+ "0030af": "Honeywell GmbH",
+ "0030b0": "Convergenet Technologies",
+ "0030b1": "TrunkNet",
+ "0030b2": "L-3 Sonoma EO",
+ "0030b3": "San Valley Systems, Inc.",
+ "0030b4": "INTERSIL CORP.",
+ "0030b5": "Tadiran Microwave Networks",
+ "0030b6": "Cisco Systems, Inc",
+ "0030b7": "Teletrol Systems, Inc.",
+ "0030b8": "RiverDelta Networks",
+ "0030b9": "ECTEL",
+ "0030ba": "AC&T SYSTEM CO., LTD.",
+ "0030bb": "CacheFlow, Inc.",
+ "0030bc": "Optronic AG",
+ "0030bd": "BELKIN COMPONENTS",
+ "0030be": "City-Net Technology, Inc.",
+ "0030bf": "MULTIDATA GMBH",
+ "0030c0": "Lara Technology, Inc.",
+ "0030c1": "Hewlett Packard",
+ "0030c2": "COMONE",
+ "0030c3": "FLUECKIGER ELEKTRONIK AG",
+ "0030c4": "Canon Imaging Systems Inc.",
+ "0030c5": "CADENCE DESIGN SYSTEMS, INC.",
+ "0030c6": "CONTROL SOLUTIONS, INC.",
+ "0030c7": "Macromate Corp.",
+ "0030c8": "GAD LINE, LTD.",
+ "0030c9": "LuxN, N",
+ "0030ca": "Discovery Com",
+ "0030cb": "OMNI FLOW COMPUTERS, INC.",
+ "0030cc": "Tenor Networks, Inc.",
+ "0030cd": "CONEXANT SYSTEMS, INC.",
+ "0030ce": "Zaffire",
+ "0030cf": "TWO TECHNOLOGIES, INC.",
+ "0030d0": "Tellabs",
+ "0030d1": "INOVA CORPORATION",
+ "0030d2": "WIN TECHNOLOGIES, CO., LTD.",
+ "0030d3": "Agilent Technologies, Inc.",
+ "0030d4": "AAE Systems, Inc.",
+ "0030d5": "DResearch GmbH",
+ "0030d6": "MSC VERTRIEBS GMBH",
+ "0030d7": "Innovative Systems, L.L.C.",
+ "0030d8": "SITEK",
+ "0030d9": "DATACORE SOFTWARE CORP.",
+ "0030da": "Comtrend Corporation",
+ "0030db": "Mindready Solutions, Inc.",
+ "0030dc": "RIGHTECH CORPORATION",
+ "0030dd": "INDIGITA CORPORATION",
+ "0030de": "WAGO Kontakttechnik GmbH",
+ "0030df": "KB/TEL TELECOMUNICACIONES",
+ "0030e0": "OXFORD SEMICONDUCTOR LTD.",
+ "0030e1": "Network Equipment Technologies, Inc.",
+ "0030e2": "GARNET SYSTEMS CO., LTD.",
+ "0030e3": "SEDONA NETWORKS CORP.",
+ "0030e4": "CHIYODA SYSTEM RIKEN",
+ "0030e5": "Amper Datos S.A.",
+ "0030e6": "Draeger Medical Systems, Inc.",
+ "0030e7": "CNF MOBILE SOLUTIONS, INC.",
+ "0030e8": "ENSIM CORP.",
+ "0030e9": "GMA COMMUNICATION MANUFACT'G",
+ "0030ea": "TeraForce Technology Corporation",
+ "0030eb": "TURBONET COMMUNICATIONS, INC.",
+ "0030ec": "BORGARDT",
+ "0030ed": "Expert Magnetics Corp.",
+ "0030ee": "DSG Technology, Inc.",
+ "0030ef": "NEON TECHNOLOGY, INC.",
+ "0030f0": "Uniform Industrial Corp.",
+ "0030f1": "Accton Technology Corp",
+ "0030f2": "Cisco Systems, Inc",
+ "0030f3": "At Work Computers",
+ "0030f4": "STARDOT TECHNOLOGIES",
+ "0030f5": "Wild Lab. Ltd.",
+ "0030f6": "SECURELOGIX CORPORATION",
+ "0030f7": "RAMIX INC.",
+ "0030f8": "Dynapro Systems, Inc.",
+ "0030f9": "Sollae Systems Co., Ltd.",
+ "0030fa": "TELICA, INC.",
+ "0030fb": "AZS Technology AG",
+ "0030fc": "Terawave Communications, Inc.",
+ "0030fd": "INTEGRATED SYSTEMS DESIGN",
+ "0030fe": "DSA GmbH",
+ "0030ff": "DataFab Systems Inc.",
+ "003126": "Nokia",
+ "003146": "Juniper Networks",
+ "003192": "TP-Link Systems Inc",
+ "003217": "Cisco Systems, Inc",
+ "00323a": "so-logic",
+ "003358": "Ruckus Wireless",
+ "00336c": "SynapSense Corporation",
+ "00337a": "Tuya Smart Inc.",
+ "0034a1": "RF-LAMBDA USA INC.",
+ "0034f1": "Radicom Research, Inc.",
+ "0034fe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00351a": "Cisco Systems, Inc",
+ "003532": "Electro-Metrics Corporation",
+ "003560": "Rosen Aviation",
+ "0035ff": "Texas Instruments",
+ "003676": "Commscope",
+ "0036be": "Northwest Towers",
+ "0036d7": "Keltron IOT Corp.",
+ "0036f8": "Conti Temic microelectronic GmbH",
+ "0036fe": "SuperVision",
+ "00376d": "Murata Manufacturing Co., Ltd.",
+ "0037b7": "Sagemcom Broadband SAS",
+ "0038df": "Cisco Systems, Inc",
+ "003969": "Air-Weigh Incorporated",
+ "003a7d": "Cisco Systems, Inc",
+ "003a98": "Cisco Systems, Inc",
+ "003a99": "Cisco Systems, Inc",
+ "003a9a": "Cisco Systems, Inc",
+ "003a9b": "Cisco Systems, Inc",
+ "003a9c": "Cisco Systems, Inc",
+ "003a9d": "NEC Platforms, Ltd.",
+ "003aaf": "BlueBit Ltd.",
+ "003c10": "Cisco Systems, Inc",
+ "003c84": "Silicon Laboratories",
+ "003cc5": "WONWOO Engineering Co., Ltd",
+ "003d41": "Hatteland Computer AS",
+ "003de1": "Huawei Device Co., Ltd.",
+ "003e73": "Mist Systems, Inc.",
+ "003ee1": "Apple, Inc.",
+ "003f10": "Shenzhen GainStrong Technology Co., Ltd.",
+ "004000": "PCI COMPONENTES DA AMZONIA LTD",
+ "004001": "Zero One Technology Co. Ltd.",
+ "004002": "PERLE SYSTEMS LIMITED",
+ "004003": "Emerson Process Management Power & Water Solutions, Inc.",
+ "004004": "ICM CO. LTD.",
+ "004005": "ANI COMMUNICATIONS INC.",
+ "004006": "SAMPO TECHNOLOGY CORPORATION",
+ "004007": "TELMAT INFORMATIQUE",
+ "004008": "A PLUS INFO CORPORATION",
+ "004009": "TACHIBANA TECTRON CO., LTD.",
+ "00400a": "PIVOTAL TECHNOLOGIES, INC.",
+ "00400b": "Cisco Systems, Inc",
+ "00400c": "GENERAL MICRO SYSTEMS, INC.",
+ "00400d": "LANNET DATA COMMUNICATIONS,LTD",
+ "00400e": "MEMOTEC, INC.",
+ "00400f": "DATACOM TECHNOLOGIES",
+ "004010": "SONIC SYSTEMS, INC.",
+ "004011": "ANDOVER CONTROLS CORPORATION",
+ "004012": "WINDATA, INC.",
+ "004013": "NTT DATA COMM. SYSTEMS CORP.",
+ "004014": "COMSOFT GMBH",
+ "004015": "ASCOM INFRASYS AG",
+ "004016": "ADC - Global Connectivity Solutions Division",
+ "004017": "Silex Technology America",
+ "004018": "ADOBE SYSTEMS, INC.",
+ "004019": "AEON SYSTEMS, INC.",
+ "00401a": "FUJI ELECTRIC CO., LTD.",
+ "00401b": "PRINTER SYSTEMS CORP.",
+ "00401c": "AST RESEARCH, INC.",
+ "00401d": "INVISIBLE SOFTWARE, INC.",
+ "00401e": "ICC",
+ "00401f": "COLORGRAPH LTD",
+ "004020": "CommScope Inc",
+ "004021": "RASTER GRAPHICS",
+ "004022": "KLEVER COMPUTERS, INC.",
+ "004023": "LOGIC CORPORATION",
+ "004024": "COMPAC INC.",
+ "004025": "MOLECULAR DYNAMICS",
+ "004026": "BUFFALO.INC",
+ "004027": "SMC MASSACHUSETTS, INC.",
+ "004028": "NETCOMM LIMITED",
+ "004029": "Compex",
+ "00402a": "Canoga Perkins Corporation",
+ "00402b": "TRIGEM COMPUTER, INC.",
+ "00402c": "ISIS DISTRIBUTED SYSTEMS, INC.",
+ "00402d": "HARRIS ADACOM CORPORATION",
+ "00402e": "PRECISION SOFTWARE, INC.",
+ "00402f": "XLNT DESIGNS INC.",
+ "004030": "GK COMPUTER",
+ "004031": "KOKUSAI DENKI Electric Inc.",
+ "004032": "DIGITAL COMMUNICATIONS",
+ "004033": "ADDTRON TECHNOLOGY CO., LTD.",
+ "004034": "BUSTEK CORPORATION",
+ "004035": "OPCOM",
+ "004036": "Minim Inc.",
+ "004037": "SEA-ILAN, INC.",
+ "004038": "TALENT ELECTRIC INCORPORATED",
+ "004039": "OPTEC DAIICHI DENKO CO., LTD.",
+ "00403a": "IMPACT TECHNOLOGIES",
+ "00403b": "SYNERJET INTERNATIONAL CORP.",
+ "00403c": "FORKS, INC.",
+ "00403d": "Teradata Corporation",
+ "00403e": "RASTER OPS CORPORATION",
+ "00403f": "SSANGYONG COMPUTER SYSTEMS",
+ "004040": "RING ACCESS, INC.",
+ "004041": "FUJIKURA LTD.",
+ "004042": "N.A.T. GMBH",
+ "004043": "Nokia Siemens Networks GmbH & Co. KG.",
+ "004044": "QNIX COMPUTER CO., LTD.",
+ "004045": "TWINHEAD CORPORATION",
+ "004046": "UDC RESEARCH LIMITED",
+ "004047": "WIND RIVER SYSTEMS",
+ "004048": "SMD INFORMATICA S.A.",
+ "004049": "Roche Diagnostics International Ltd.",
+ "00404a": "WEST AUSTRALIAN DEPARTMENT",
+ "00404b": "MAPLE COMPUTER SYSTEMS",
+ "00404c": "HYPERTEC PTY LTD.",
+ "00404d": "TELECOMMUNICATIONS TECHNIQUES",
+ "00404e": "FLUENT, INC.",
+ "00404f": "SPACE & NAVAL WARFARE SYSTEMS",
+ "004050": "IRONICS, INCORPORATED",
+ "004051": "Garbee and Garbee",
+ "004052": "STAR TECHNOLOGIES, INC.",
+ "004053": "AMPRO COMPUTERS",
+ "004054": "CONNECTION MACHINES SERVICES",
+ "004055": "METRONIX GMBH",
+ "004056": "MCM JAPAN LTD.",
+ "004057": "LOCKHEED - SANDERS",
+ "004058": "UKG",
+ "004059": "YOSHIDA KOGYO K. K.",
+ "00405a": "GOLDSTAR INFORMATION & COMM.",
+ "00405b": "FUNASSET LIMITED",
+ "00405c": "FUTURE SYSTEMS, INC.",
+ "00405d": "STAR-TEK, INC.",
+ "00405e": "NORTH HILLS ISRAEL",
+ "00405f": "AFE COMPUTERS LTD.",
+ "004060": "COMENDEC LTD",
+ "004061": "DATATECH ENTERPRISES CO., LTD.",
+ "004062": "E-SYSTEMS, INC./GARLAND DIV.",
+ "004063": "VIA TECHNOLOGIES, INC.",
+ "004064": "KLA INSTRUMENTS CORPORATION",
+ "004065": "GTE SPACENET",
+ "004066": "APRESIA Systems Ltd",
+ "004067": "OMNIBYTE CORPORATION",
+ "004068": "EXTENDED SYSTEMS",
+ "004069": "LEMCOM SYSTEMS, INC.",
+ "00406a": "KENTEK INFORMATION SYSTEMS,INC",
+ "00406b": "SYSGEN",
+ "00406c": "COPERNIQUE",
+ "00406d": "LANCO, INC.",
+ "00406e": "COROLLARY, INC.",
+ "00406f": "SYNC RESEARCH INC.",
+ "004070": "INTERWARE CO., LTD.",
+ "004071": "ATM COMPUTER GMBH",
+ "004072": "Applied Innovation Inc.",
+ "004073": "BASS ASSOCIATES",
+ "004074": "CABLE AND WIRELESS",
+ "004075": "Tattile SRL ",
+ "004076": "Sun Conversion Technologies",
+ "004077": "MAXTON TECHNOLOGY CORPORATION",
+ "004078": "WEARNES AUTOMATION PTE LTD",
+ "004079": "JUKO MANUFACTURE COMPANY, LTD.",
+ "00407a": "SOCIETE D'EXPLOITATION DU CNIT",
+ "00407b": "SCIENTIFIC ATLANTA",
+ "00407c": "QUME CORPORATION",
+ "00407d": "EXTENSION TECHNOLOGY CORP.",
+ "00407e": "EVERGREEN SYSTEMS, INC.",
+ "00407f": "FLIR Systems",
+ "004080": "ATHENIX CORPORATION",
+ "004081": "MANNESMANN SCANGRAPHIC GMBH",
+ "004082": "LABORATORY EQUIPMENT CORP.",
+ "004083": "TDA INDUSTRIA DE PRODUTOS",
+ "004084": "Honeywell",
+ "004085": "SAAB INSTRUMENTS AB",
+ "004086": "MICHELS & KLEBERHOFF COMPUTER",
+ "004087": "UBITREX CORPORATION",
+ "004088": "MOBIUS TECHNOLOGIES, INC.",
+ "004089": "MEIDENSHA CORPORATION",
+ "00408a": "TPS TELEPROCESSING SYS. GMBH",
+ "00408b": "RAYLAN CORPORATION",
+ "00408c": "Axis Communications AB",
+ "00408d": "THE GOODYEAR TIRE & RUBBER CO.",
+ "00408e": "Tattile SRL ",
+ "00408f": "WM-DATA MINFO AB",
+ "004090": "ANSEL COMMUNICATIONS",
+ "004091": "PROCOMP INDUSTRIA ELETRONICA",
+ "004092": "ASP COMPUTER PRODUCTS, INC.",
+ "004093": "PAXDATA NETWORKS LTD.",
+ "004094": "SHOGRAPHICS, INC.",
+ "004095": "R.P.T. INTERGROUPS INT'L LTD.",
+ "004096": "Cisco Systems, Inc",
+ "004097": "DATEX DIVISION OF",
+ "004098": "DRESSLER GMBH & CO.",
+ "004099": "NEWGEN SYSTEMS CORP.",
+ "00409a": "NETWORK EXPRESS, INC.",
+ "00409b": "HAL COMPUTER SYSTEMS INC.",
+ "00409c": "TRANSWARE",
+ "00409d": "DigiBoard",
+ "00409e": "Concurrent Technologies Ltd.",
+ "00409f": "Telco Systems, Inc. ",
+ "0040a0": "GOLDSTAR CO., LTD.",
+ "0040a1": "ERGO COMPUTING",
+ "0040a2": "KINGSTAR TECHNOLOGY INC.",
+ "0040a3": "MICROUNITY SYSTEMS ENGINEERING",
+ "0040a4": "ROSE ELECTRONICS",
+ "0040a5": "CLINICOMP INTL.",
+ "0040a6": "Cray, Inc.",
+ "0040a7": "ITAUTEC PHILCO S.A.",
+ "0040a8": "IMF INTERNATIONAL LTD.",
+ "0040a9": "DATACOM INC.",
+ "0040aa": "Valmet Automation",
+ "0040ab": "ROLAND DG CORPORATION",
+ "0040ac": "SUPER WORKSTATION, INC.",
+ "0040ad": "SMA REGELSYSTEME GMBH",
+ "0040ae": "DELTA CONTROLS, INC.",
+ "0040af": "DIGITAL PRODUCTS, INC.",
+ "0040b0": "BYTEX CORPORATION, ENGINEERING",
+ "0040b1": "CODONICS INC.",
+ "0040b2": "SYSTEMFORSCHUNG",
+ "0040b3": "ParTech Inc.",
+ "0040b4": "NEXTCOM K.K.",
+ "0040b5": "VIDEO TECHNOLOGY COMPUTERS LTD",
+ "0040b6": "COMPUTERM CORPORATION",
+ "0040b7": "STEALTH COMPUTER SYSTEMS",
+ "0040b8": "IDEA ASSOCIATES",
+ "0040b9": "MACQ ELECTRONIQUE SA",
+ "0040ba": "ALLIANT COMPUTER SYSTEMS CORP.",
+ "0040bb": "GOLDSTAR CABLE CO., LTD.",
+ "0040bc": "ALGORITHMICS LTD.",
+ "0040bd": "STARLIGHT NETWORKS, INC.",
+ "0040be": "BOEING DEFENSE & SPACE",
+ "0040bf": "CHANNEL SYSTEMS INTERN'L INC.",
+ "0040c0": "VISTA CONTROLS CORPORATION",
+ "0040c1": "BIZERBA-WERKE WILHEIM KRAUT",
+ "0040c2": "APPLIED COMPUTING DEVICES",
+ "0040c3": "FISCHER AND PORTER CO.",
+ "0040c4": "KINKEI SYSTEM CORPORATION",
+ "0040c5": "MICOM COMMUNICATIONS INC.",
+ "0040c6": "FIBERNET RESEARCH, INC.",
+ "0040c7": "RUBY TECH CORPORATION",
+ "0040c8": "MILAN TECHNOLOGY CORPORATION",
+ "0040c9": "NCUBE",
+ "0040ca": "FIRST INTERNAT'L COMPUTER, INC",
+ "0040cb": "LANWAN TECHNOLOGIES",
+ "0040cc": "SILCOM MANUF'G TECHNOLOGY INC.",
+ "0040cd": "TERA MICROSYSTEMS, INC.",
+ "0040ce": "NET-SOURCE, INC.",
+ "0040cf": "STRAWBERRY TREE, INC.",
+ "0040d0": "MITAC INTERNATIONAL CORP.",
+ "0040d1": "FUKUDA DENSHI CO., LTD.",
+ "0040d2": "PAGINE CORPORATION",
+ "0040d3": "KIMPSION INTERNATIONAL CORP.",
+ "0040d4": "GAGE TALKER CORP.",
+ "0040d5": "Sartorius Mechatronics T&H GmbH ",
+ "0040d6": "LOCAMATION B.V.",
+ "0040d7": "STUDIO GEN INC.",
+ "0040d8": "OCEAN OFFICE AUTOMATION LTD.",
+ "0040d9": "AMERICAN MEGATRENDS INC.",
+ "0040da": "TELSPEC LTD",
+ "0040db": "ADVANCED TECHNICAL SOLUTIONS",
+ "0040dc": "TRITEC ELECTRONIC GMBH",
+ "0040dd": "HONG TECHNOLOGIES",
+ "0040de": "Elsag Datamat spa",
+ "0040df": "DIGALOG SYSTEMS, INC.",
+ "0040e0": "ATOMWIDE LTD.",
+ "0040e1": "MARNER INTERNATIONAL, INC.",
+ "0040e2": "MESA RIDGE TECHNOLOGIES, INC.",
+ "0040e3": "QUIN SYSTEMS LTD",
+ "0040e4": "E-M TECHNOLOGY, INC.",
+ "0040e5": "SYBUS CORPORATION",
+ "0040e6": "C.A.E.N.",
+ "0040e7": "ARNOS INSTRUMENTS & COMPUTER",
+ "0040e8": "CHARLES RIVER DATA SYSTEMS,INC",
+ "0040e9": "ACCORD SYSTEMS, INC.",
+ "0040ea": "PLAIN TREE SYSTEMS INC",
+ "0040eb": "MARTIN MARIETTA CORPORATION",
+ "0040ec": "MIKASA SYSTEM ENGINEERING",
+ "0040ed": "NETWORK CONTROLS INT'NATL INC.",
+ "0040ee": "OPTIMEM",
+ "0040ef": "HYPERCOM, INC.",
+ "0040f0": "MicroBrain,Inc.",
+ "0040f1": "CHUO ELECTRONICS CO., LTD.",
+ "0040f2": "JANICH & KLASS COMPUTERTECHNIK",
+ "0040f3": "NETCOR",
+ "0040f4": "CAMEO COMMUNICATIONS, INC.",
+ "0040f5": "OEM ENGINES",
+ "0040f6": "KATRON COMPUTERS INC.",
+ "0040f7": "Polaroid Corporation",
+ "0040f8": "SYSTEMHAUS DISCOM",
+ "0040f9": "COMBINET",
+ "0040fa": "MICROBOARDS, INC.",
+ "0040fb": "CASCADE COMMUNICATIONS",
+ "0040fc": "IBR COMPUTER TECHNIK GMBH",
+ "0040fd": "LXE",
+ "0040fe": "SYMPLEX COMMUNICATIONS",
+ "0040ff": "TELEBIT CORPORATION",
+ "00410e": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "0041b4": "Wuxi Zhongxing Optoelectronics Technology Co.,Ltd.",
+ "0041d2": "Cisco Systems, Inc",
+ "004238": "Intel Corporate",
+ "004252": "RLX Technologies",
+ "00425a": "Cisco Systems, Inc",
+ "004268": "Cisco Systems, Inc",
+ "004279": "Sunitec Enterprise Co.,Ltd",
+ "0043ff": "KETRON S.R.L.",
+ "004501": "Midmark RTLS",
+ "00451d": "Cisco Systems, Inc",
+ "0045e2": "CyberTAN Technology Inc.",
+ "00464b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "004a77": "zte corporation",
+ "004b0d": "Huawei Device Co., Ltd.",
+ "004b12": "Espressif Inc.",
+ "004bf3": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "004ce5": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "004d32": "Andon Health Co.,Ltd.",
+ "004e01": "Dell Inc.",
+ "004e35": "Hewlett Packard Enterprise ",
+ "004f1a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "005000": "NEXO COMMUNICATIONS, INC.",
+ "005001": "YAMASHITA SYSTEMS CORP.",
+ "005002": "OMNISEC AG",
+ "005003": "Xrite Inc",
+ "005004": "3COM",
+ "005006": "TAC AB",
+ "005007": "SIEMENS TELECOMMUNICATION SYSTEMS LIMITED",
+ "005009": "PHILIPS BROADBAND NETWORKS",
+ "00500a": "IRIS TECHNOLOGIES, INC.",
+ "00500b": "Cisco Systems, Inc",
+ "00500c": "e-Tek Labs, Inc.",
+ "00500d": "SATORI ELECTORIC CO., LTD.",
+ "00500e": "CHROMATIS NETWORKS, INC.",
+ "00500f": "Cisco Systems, Inc",
+ "005010": "NovaNET Learning, Inc.",
+ "005012": "CBL - GMBH",
+ "005013": "Seagate Cloud Systems Inc",
+ "005014": "Cisco Systems, Inc",
+ "005015": "BRIGHT STAR ENGINEERING",
+ "005016": "Molex Canada Ltd",
+ "005017": "RSR S.R.L.",
+ "005018": "AMIT, Inc.",
+ "005019": "SPRING TIDE NETWORKS, INC.",
+ "00501a": "IQinVision",
+ "00501b": "ABL CANADA, INC.",
+ "00501c": "JATOM SYSTEMS, INC.",
+ "00501e": "Grass Valley, A Belden Brand",
+ "00501f": "MRG SYSTEMS, LTD.",
+ "005020": "MEDIASTAR CO., LTD.",
+ "005021": "EIS INTERNATIONAL, INC.",
+ "005022": "ZONET TECHNOLOGY, INC.",
+ "005023": "PG DESIGN ELECTRONICS, INC.",
+ "005024": "NAVIC SYSTEMS, INC.",
+ "005026": "COSYSTEMS, INC.",
+ "005027": "GENICOM CORPORATION",
+ "005028": "AVAL COMMUNICATIONS",
+ "005029": "1394 PRINTER WORKING GROUP",
+ "00502a": "Cisco Systems, Inc",
+ "00502b": "GENRAD LTD.",
+ "00502c": "SOYO COMPUTER, INC.",
+ "00502d": "ACCEL, INC.",
+ "00502e": "CAMBEX CORPORATION",
+ "00502f": "TollBridge Technologies, Inc.",
+ "005030": "FUTURE PLUS SYSTEMS",
+ "005031": "AEROFLEX LABORATORIES, INC.",
+ "005032": "PICAZO COMMUNICATIONS, INC.",
+ "005033": "MAYAN NETWORKS",
+ "005036": "NETCAM, LTD.",
+ "005037": "KOGA ELECTRONICS CO.",
+ "005038": "DAIN TELECOM CO., LTD.",
+ "005039": "MARINER NETWORKS",
+ "00503a": "DATONG ELECTRONICS LTD.",
+ "00503b": "MEDIAFIRE CORPORATION",
+ "00503c": "TSINGHUA NOVEL ELECTRONICS",
+ "00503e": "Cisco Systems, Inc",
+ "00503f": "ANCHOR GAMES",
+ "005040": "Panasonic Electric Works Co., Ltd.",
+ "005041": "Coretronic Corporation",
+ "005042": "SCI MANUFACTURING SINGAPORE PTE, LTD.",
+ "005043": "MARVELL SEMICONDUCTOR, INC.",
+ "005044": "ASACA CORPORATION",
+ "005045": "RIOWORKS SOLUTIONS, INC.",
+ "005046": "MENICX INTERNATIONAL CO., LTD.",
+ "005047": "Private",
+ "005048": "INFOLIBRIA",
+ "005049": "Arbor Networks Inc",
+ "00504a": "ELTECO A.S.",
+ "00504b": "BARCONET N.V.",
+ "00504c": "Galil Motion Control",
+ "00504d": "Tokyo Electron Device Limited",
+ "00504e": "SIERRA MONITOR CORP.",
+ "00504f": "OLENCOM ELECTRONICS",
+ "005050": "Cisco Systems, Inc",
+ "005051": "IWATSU ELECTRIC CO., LTD.",
+ "005052": "TIARA NETWORKS, INC.",
+ "005053": "Cisco Systems, Inc",
+ "005054": "Cisco Systems, Inc",
+ "005055": "DOMS A/S",
+ "005056": "VMware, Inc.",
+ "005057": "BROADBAND ACCESS SYSTEMS",
+ "005058": "Sangoma Technologies",
+ "005059": "iBAHN",
+ "00505a": "NETWORK ALCHEMY, INC.",
+ "00505b": "KAWASAKI LSI U.S.A., INC.",
+ "00505c": "TUNDO CORPORATION",
+ "00505e": "DIGITEK MICROLOGIC S.A.",
+ "00505f": "BRAND INNOVATORS",
+ "005060": "TANDBERG TELECOM AS",
+ "005062": "KOUWELL ELECTRONICS CORP. **",
+ "005063": "OY COMSEL SYSTEM AB",
+ "005064": "CAE ELECTRONICS",
+ "005065": "TDK-Lambda Corporation",
+ "005066": "AtecoM GmbH advanced telecomunication modules",
+ "005067": "AEROCOMM, INC.",
+ "005068": "ELECTRONIC INDUSTRIES ASSOCIATION",
+ "005069": "PixStream Incorporated",
+ "00506a": "EDEVA, INC.",
+ "00506b": "SPX-ATEG",
+ "00506c": "Beijer Electronics Products AB",
+ "00506d": "VIDEOJET SYSTEMS",
+ "00506e": "CORDER ENGINEERING CORPORATION",
+ "00506f": "G-CONNECT",
+ "005070": "CHAINTECH COMPUTER CO., LTD.",
+ "005071": "AIWA CO., LTD.",
+ "005072": "CORVIS CORPORATION",
+ "005073": "Cisco Systems, Inc",
+ "005074": "ADVANCED HI-TECH CORP.",
+ "005075": "KESTREL SOLUTIONS",
+ "005076": "IBM Corp",
+ "005077": "PROLIFIC TECHNOLOGY, INC.",
+ "005078": "MEGATON HOUSE, LTD.",
+ "005079": "Private",
+ "00507a": "XPEED, INC.",
+ "00507b": "MERLOT COMMUNICATIONS",
+ "00507c": "VIDEOCON AG",
+ "00507d": "IFP",
+ "00507e": "NEWER TECHNOLOGY",
+ "00507f": "DrayTek Corp.",
+ "005080": "Cisco Systems, Inc",
+ "005081": "MURATA MACHINERY, LTD.",
+ "005082": "FORESSON CORPORATION",
+ "005083": "GILBARCO, INC.",
+ "005084": "Quantum Corp.",
+ "005086": "TELKOM SA, LTD.",
+ "005087": "TERASAKI ELECTRIC CO., LTD.",
+ "005088": "AMANO CORPORATION",
+ "005089": "SAFETY MANAGEMENT SYSTEMS",
+ "00508b": "Hewlett Packard",
+ "00508c": "RSI SYSTEMS",
+ "00508d": "ABIT COMPUTER CORPORATION",
+ "00508e": "OPTIMATION, INC.",
+ "00508f": "ASITA TECHNOLOGIES INT'L LTD.",
+ "005090": "DCTRI",
+ "005091": "NETACCESS, INC.",
+ "005092": "Rigaku Corporation Osaka Plant",
+ "005093": "BOEING",
+ "005094": "Commscope",
+ "005095": "PERACOM NETWORKS",
+ "005096": "SALIX TECHNOLOGIES, INC.",
+ "005097": "MMC-EMBEDDED COMPUTERTECHNIK GmbH",
+ "005098": "GLOBALOOP, LTD.",
+ "005099": "3COM EUROPE LTD",
+ "00509a": "TAG ELECTRONIC SYSTEMS",
+ "00509b": "SWITCHCORE AB",
+ "00509c": "BETA RESEARCH",
+ "00509d": "THE INDUSTREE B.V.",
+ "00509e": "Les Technologies SoftAcoustik Inc.",
+ "00509f": "HORIZON COMPUTER",
+ "0050a0": "DELTA COMPUTER SYSTEMS, INC.",
+ "0050a1": "CARLO GAVAZZI, INC.",
+ "0050a2": "Cisco Systems, Inc",
+ "0050a3": "TransMedia Communications, Inc.",
+ "0050a4": "IO TECH, INC.",
+ "0050a5": "CAPITOL BUSINESS SYSTEMS, LTD.",
+ "0050a6": "OPTRONICS",
+ "0050a7": "Cisco Systems, Inc",
+ "0050a8": "OpenCon Systems, Inc.",
+ "0050a9": "MOLDAT WIRELESS TECHNOLGIES",
+ "0050aa": "KONICA MINOLTA HOLDINGS, INC.",
+ "0050ab": "NALTEC, Inc.",
+ "0050ac": "MAPLE COMPUTER CORPORATION",
+ "0050ad": "CommUnique Wireless Corp.",
+ "0050ae": "FDK Co., Ltd",
+ "0050af": "INTERGON, INC.",
+ "0050b0": "TECHNOLOGY ATLANTA CORPORATION",
+ "0050b1": "GIDDINGS & LEWIS",
+ "0050b2": "BRODEL GmbH",
+ "0050b3": "VOICEBOARD CORPORATION",
+ "0050b4": "SATCHWELL CONTROL SYSTEMS, LTD",
+ "0050b5": "FICHET SECURITE ELECTRONIQUE",
+ "0050b6": "GOOD WAY IND. CO., LTD.",
+ "0050b7": "BOSER TECHNOLOGY CO., LTD.",
+ "0050b8": "INOVA COMPUTERS GMBH & CO. KG",
+ "0050b9": "XITRON TECHNOLOGIES, INC.",
+ "0050ba": "D-Link Corporation",
+ "0050bb": "CMS TECHNOLOGIES",
+ "0050bc": "HAMMER STORAGE SOLUTIONS",
+ "0050bd": "Cisco Systems, Inc",
+ "0050be": "FAST MULTIMEDIA AG",
+ "0050bf": "Metalligence Technology Corp.",
+ "0050c0": "GATAN, INC.",
+ "0050c1": "GEMFLEX NETWORKS, LTD.",
+ "0050c2": "IEEE Registration Authority",
+ "0050c4": "IMD",
+ "0050c5": "ADS Technologies, Inc",
+ "0050c6": "LOOP TELECOMMUNICATION INTERNATIONAL, INC.",
+ "0050c7": "Private",
+ "0050c8": "Addonics Technologies, Inc.",
+ "0050c9": "MASPRO DENKOH CORP.",
+ "0050ca": "Zhone Technologies, Inc.",
+ "0050cb": "Bucher Automation AG",
+ "0050cc": "Seagate Cloud Systems Inc",
+ "0050cd": "DIGIANSWER A/S",
+ "0050ce": "LG INTERNATIONAL CORP.",
+ "0050cf": "VANLINK COMMUNICATION TECHNOLOGY RESEARCH INSTITUTE",
+ "0050d0": "MINERVA SYSTEMS",
+ "0050d1": "Cisco Systems, Inc",
+ "0050d2": "CMC Electronics Inc",
+ "0050d3": "DIGITAL AUDIO PROCESSING PTY. LTD.",
+ "0050d4": "JOOHONG INFORMATION &",
+ "0050d5": "AD SYSTEMS CORP.",
+ "0050d6": "ATLAS COPCO TOOLS AB",
+ "0050d7": "TELSTRAT",
+ "0050d8": "UNICORN COMPUTER CORP.",
+ "0050d9": "ENGETRON-ENGENHARIA ELETRONICA IND. e COM. LTDA",
+ "0050da": "3COM",
+ "0050db": "CONTEMPORARY CONTROL",
+ "0050dc": "TAS TELEFONBAU A. SCHWABE GMBH & CO. KG",
+ "0050dd": "SERRA SOLDADURA, S.A.",
+ "0050de": "SIGNUM SYSTEMS CORP.",
+ "0050df": "AirFiber, Inc.",
+ "0050e1": "NS TECH ELECTRONICS SDN BHD",
+ "0050e2": "Cisco Systems, Inc",
+ "0050e3": "Commscope",
+ "0050e4": "Apple, Inc.",
+ "0050e6": "HAKUSAN CORPORATION",
+ "0050e8": "Nomadix, Inc",
+ "0050ea": "XEL COMMUNICATIONS, INC.",
+ "0050eb": "ALPHA-TOP CORPORATION",
+ "0050ec": "OLICOM A/S",
+ "0050ed": "ANDA NETWORKS",
+ "0050ee": "TEK DIGITEL CORPORATION",
+ "0050ef": "SPE Systemhaus GmbH",
+ "0050f0": "Cisco Systems, Inc",
+ "0050f1": "Maxlinear, Inc",
+ "0050f2": "MICROSOFT CORP.",
+ "0050f3": "GLOBAL NET INFORMATION CO., Ltd.",
+ "0050f4": "SIGMATEK GMBH & CO. KG",
+ "0050f6": "PAN-INTERNATIONAL INDUSTRIAL CORP.",
+ "0050f7": "LTD.",
+ "0050f8": "ENTREGA TECHNOLOGIES, INC.",
+ "0050f9": "Sensormatic Electronics LLC",
+ "0050fa": "OXTEL, LTD.",
+ "0050fb": "VSK ELECTRONICS",
+ "0050fc": "Edimax Technology Co. Ltd.",
+ "0050fd": "VISIONCOMM CO., LTD.",
+ "0050fe": "PCTVnet ASA",
+ "0050ff": "HAKKO ELECTRONICS CO., LTD.",
+ "0051ed": "LG Innotek",
+ "005218": "Wuxi Keboda Electron Co.Ltd",
+ "005245": "GANATECHWIN",
+ "0052c2": "peiker acustic GmbH",
+ "0052c8": "Made Studio Design Ltd.",
+ "00549f": "Avaya Inc",
+ "0054af": "Continental Automotive Systems Inc.",
+ "0054bd": "Swelaser AB",
+ "0055b1": "Shanghai Baud Data Communication Co.,Ltd.",
+ "0055da": "IEEE Registration Authority",
+ "00562b": "Cisco Systems, Inc",
+ "00566d": "Huawei Device Co., Ltd.",
+ "0056cd": "Apple, Inc.",
+ "0056f1": "zte corporation",
+ "0057d2": "Cisco Systems, Inc",
+ "005828": "Axon Networks Inc.",
+ "00583f": "PC Aquarius",
+ "005907": "LenovoEMC Products USA, LLC",
+ "00596c": "Cisco Systems, Inc",
+ "005979": "Networked Energy Services",
+ "0059ac": "KPN. B.V.",
+ "0059dc": "Cisco Systems, Inc",
+ "005a13": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "005a39": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "005b94": "Apple, Inc.",
+ "005ba1": "shanghai huayuan chuangxin software CO., LTD.",
+ "005c86": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "005cb1": "Gospell DIGITAL TECHNOLOGY CO., LTD",
+ "005cc2": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "005d03": "Xilinx, Inc",
+ "005d73": "Cisco Systems, Inc",
+ "005e0c": "HMD Global Oy",
+ "005f67": "TP-Link Systems Inc",
+ "005f86": "Cisco Systems, Inc",
+ "005fbf": "Toshiba Corp.",
+ "006000": "XYCOM INC.",
+ "006001": "InnoSys, Inc.",
+ "006002": "SCREEN SUBTITLING SYSTEMS, LTD",
+ "006003": "TERAOKA WEIGH SYSTEM PTE, LTD.",
+ "006004": "COMPUTADORES MODULARES SA",
+ "006005": "Touchstar ATC Limited",
+ "006006": "SOTEC CO., LTD",
+ "006007": "ACRES GAMING, INC.",
+ "006008": "3COM",
+ "006009": "Cisco Systems, Inc",
+ "00600a": "SORD COMPUTER CORPORATION",
+ "00600b": "LOGWARE GmbH",
+ "00600c": "Eurotech Inc.",
+ "00600d": "Digital Logic GmbH",
+ "00600e": "WAVENET INTERNATIONAL, INC.",
+ "00600f": "Westell Technologies Inc.",
+ "006010": "NETWORK MACHINES, INC.",
+ "006011": "CRYSTAL SEMICONDUCTOR CORP.",
+ "006012": "POWER COMPUTING CORPORATION",
+ "006013": "NETSTAL MASCHINEN AG",
+ "006014": "EDEC CO., LTD.",
+ "006015": "NET2NET CORPORATION",
+ "006016": "CLARIION",
+ "006017": "TOKIMEC INC.",
+ "006018": "STELLAR ONE CORPORATION",
+ "006019": "Roche Diagnostics",
+ "00601a": "KEITHLEY INSTRUMENTS",
+ "00601b": "MESA ELECTRONICS",
+ "00601c": "TELXON CORPORATION",
+ "00601d": "LUCENT TECHNOLOGIES",
+ "00601e": "SOFTLAB, INC.",
+ "00601f": "STALLION TECHNOLOGIES",
+ "006020": "PIVOTAL NETWORKING, INC.",
+ "006021": "DSC CORPORATION",
+ "006022": "VICOM SYSTEMS, INC.",
+ "006023": "PERICOM SEMICONDUCTOR CORP.",
+ "006024": "GRADIENT TECHNOLOGIES, INC.",
+ "006025": "ACTIVE IMAGING PLC",
+ "006026": "VIKING Modular Solutions",
+ "006027": "Superior Modular Products",
+ "006028": "MACROVISION CORPORATION",
+ "006029": "CARY PERIPHERALS INC.",
+ "00602a": "SYMICRON COMPUTER COMMUNICATIONS, LTD.",
+ "00602b": "PEAK AUDIO",
+ "00602c": "LINX Data Terminals, Inc.",
+ "00602d": "ALERTON TECHNOLOGIES, INC.",
+ "00602e": "CYCLADES CORPORATION",
+ "00602f": "Cisco Systems, Inc",
+ "006030": "VILLAGE TRONIC ENTWICKLUNG",
+ "006031": "HRK SYSTEMS",
+ "006032": "I-CUBE, INC.",
+ "006033": "ACUITY IMAGING, INC.",
+ "006034": "ROBERT BOSCH GmbH",
+ "006035": "DALLAS SEMICONDUCTOR, INC.",
+ "006036": "AIT Austrian Institute of Technology GmbH",
+ "006037": "NXP Semiconductors",
+ "006038": "Nortel Networks",
+ "006039": "SanCom Technology, Inc.",
+ "00603a": "QUICK CONTROLS LTD.",
+ "00603b": "AMTEC spa",
+ "00603c": "HAGIWARA SYS-COM CO., LTD.",
+ "00603d": "3CX",
+ "00603e": "Cisco Systems, Inc",
+ "00603f": "PATAPSCO DESIGNS",
+ "006040": "NETRO CORP.",
+ "006041": "Yokogawa Digital Computer Corporation",
+ "006042": "INC.",
+ "006043": "iDirect, INC.",
+ "006044": "LITTON/POLY-SCIENTIFIC",
+ "006045": "PATHLIGHT TECHNOLOGIES",
+ "006046": "VMETRO, INC.",
+ "006047": "Cisco Systems, Inc",
+ "006048": "Dell EMC",
+ "006049": "VINA TECHNOLOGIES",
+ "00604a": "SAIC IDEAS GROUP",
+ "00604b": "Safe-com GmbH & Co. KG",
+ "00604c": "Sagemcom Broadband SAS",
+ "00604d": "MMC NETWORKS, INC.",
+ "00604e": "CYCLE COMPUTER CORPORATION, INC.",
+ "00604f": "Tattile SRL ",
+ "006050": "INTERNIX INC.",
+ "006051": "QUALITY SEMICONDUCTOR",
+ "006052": "PERIPHERALS ENTERPRISE CO., Ltd.",
+ "006053": "TOYODA MACHINE WORKS, LTD.",
+ "006054": "CONTROLWARE GMBH",
+ "006055": "CORNELL UNIVERSITY",
+ "006056": "NETWORK TOOLS, INC.",
+ "006057": "Murata Manufacturing Co., Ltd.",
+ "006058": "COPPER MOUNTAIN COMMUNICATIONS, INC.",
+ "006059": "TECHNICAL COMMUNICATIONS CORP.",
+ "00605a": "CELCORE, INC.",
+ "00605b": "IntraServer Technology, Inc.",
+ "00605c": "Cisco Systems, Inc",
+ "00605d": "SCANIVALVE CORP.",
+ "00605e": "LIBERTY TECHNOLOGY NETWORKING",
+ "00605f": "NIPPON UNISOFT CORPORATION",
+ "006060": "Data Innovations North America",
+ "006061": "WHISTLE COMMUNICATIONS CORP.",
+ "006062": "TELESYNC, INC.",
+ "006063": "PSION DACOM PLC.",
+ "006064": "NETCOMM LIMITED",
+ "006065": "B&R Industrial Automation GmbH ",
+ "006066": "LACROIX Trafic",
+ "006067": "ACER NETXUS INC.",
+ "006068": "Dialogic Corporation",
+ "006069": "Brocade Communications Systems LLC",
+ "00606a": "MITSUBISHI WIRELESS COMMUNICATIONS. INC.",
+ "00606b": "Synclayer Inc.",
+ "00606c": "ARESCOM",
+ "00606d": "DIGITAL EQUIPMENT CORP.",
+ "00606e": "DAVICOM SEMICONDUCTOR, INC.",
+ "00606f": "CLARION CORPORATION OF AMERICA",
+ "006070": "Cisco Systems, Inc",
+ "006071": "MIDAS LAB, INC.",
+ "006072": "VXL INSTRUMENTS, LIMITED",
+ "006073": "REDCREEK COMMUNICATIONS, INC.",
+ "006074": "QSC LLC",
+ "006075": "PENTEK, INC.",
+ "006076": "SCHLUMBERGER TECHNOLOGIES RETAIL PETROLEUM SYSTEMS",
+ "006077": "PRISA NETWORKS",
+ "006078": "POWER MEASUREMENT LTD.",
+ "006079": "Mainstream Data, Inc.",
+ "00607a": "DVS GMBH",
+ "00607b": "FORE SYSTEMS, INC.",
+ "00607c": "WaveAccess, Ltd.",
+ "00607d": "SENTIENT NETWORKS INC.",
+ "00607e": "GIGALABS, INC.",
+ "00607f": "AURORA TECHNOLOGIES, INC.",
+ "006080": "MICROTRONIX DATACOM LTD.",
+ "006081": "TV/COM INTERNATIONAL",
+ "006082": "NOVALINK TECHNOLOGIES, INC.",
+ "006083": "Cisco Systems, Inc",
+ "006084": "DIGITAL VIDEO",
+ "006085": "Storage Concepts",
+ "006086": "LOGIC REPLACEMENT TECH. LTD.",
+ "006087": "KANSAI ELECTRIC CO., LTD.",
+ "006088": "Analog Devices, Inc.",
+ "006089": "XATA",
+ "00608a": "CITADEL COMPUTER",
+ "00608b": "ConferTech International",
+ "00608c": "3COM",
+ "00608d": "UNIPULSE CORP.",
+ "00608e": "HE ELECTRONICS, TECHNOLOGIE & SYSTEMTECHNIK GmbH",
+ "00608f": "TEKRAM TECHNOLOGY CO., LTD.",
+ "006090": "Artiza Networks Inc",
+ "006091": "FIRST PACIFIC NETWORKS, INC.",
+ "006092": "MICRO/SYS, INC.",
+ "006093": "VARIAN",
+ "006094": "IBM Corp",
+ "006095": "ACCU-TIME SYSTEMS, INC.",
+ "006096": "T.S. MICROTECH INC.",
+ "006097": "3COM",
+ "006098": "HT COMMUNICATIONS",
+ "006099": "SBE, Inc.",
+ "00609a": "NJK TECHNO CO.",
+ "00609b": "AstroNova, Inc",
+ "00609c": "Perkin-Elmer Incorporated",
+ "00609d": "PMI FOOD EQUIPMENT GROUP",
+ "00609e": "ASC X3 - INFORMATION TECHNOLOGY STANDARDS SECRETARIATS",
+ "00609f": "PHAST CORPORATION",
+ "0060a0": "SWITCHED NETWORK TECHNOLOGIES, INC.",
+ "0060a1": "VPNet, Inc.",
+ "0060a2": "NIHON UNISYS LIMITED CO.",
+ "0060a3": "CONTINUUM TECHNOLOGY CORP.",
+ "0060a4": "GEW Technologies (PTY)Ltd",
+ "0060a5": "PERFORMANCE TELECOM CORP.",
+ "0060a6": "PARTICLE MEASURING SYSTEMS",
+ "0060a7": "MICROSENS GmbH & CO. KG",
+ "0060a8": "TIDOMAT AB",
+ "0060a9": "GESYTEC MBH",
+ "0060ab": "LARSCOM INCORPORATED",
+ "0060ac": "RESILIENCE CORPORATION",
+ "0060ad": "MegaChips Corporation",
+ "0060ae": "TRIO INFORMATION SYSTEMS AB",
+ "0060af": "PACIFIC MICRO DATA, INC.",
+ "0060b0": "Hewlett Packard",
+ "0060b1": "Input/Output, Inc.",
+ "0060b2": "PROCESS CONTROL CORP.",
+ "0060b3": "Z-COM, INC.",
+ "0060b4": "GLENAYRE R&D INC.",
+ "0060b5": "KEBA GmbH",
+ "0060b6": "LAND COMPUTER CO., LTD.",
+ "0060b7": "CHANNELMATIC, INC.",
+ "0060b8": "CORELIS Inc.",
+ "0060b9": "NEC Platforms, Ltd",
+ "0060ba": "SAHARA NETWORKS, INC.",
+ "0060bb": "Cabletron Systems, Inc.",
+ "0060bc": "KeunYoung Electronics & Communication Co., Ltd.",
+ "0060bd": "Enginuity Communications",
+ "0060be": "WEBTRONICS",
+ "0060bf": "MACRAIGOR SYSTEMS, INC.",
+ "0060c0": "Nera Networks AS",
+ "0060c1": "WaveSpan Corporation",
+ "0060c2": "MPL AG",
+ "0060c3": "NETVISION CORPORATION",
+ "0060c4": "SOLITON SYSTEMS K.K.",
+ "0060c5": "ANCOT CORP.",
+ "0060c6": "DCS AG",
+ "0060c7": "AMATI COMMUNICATIONS CORP.",
+ "0060c8": "KUKA WELDING SYSTEMS & ROBOTS",
+ "0060c9": "ControlNet, Inc.",
+ "0060ca": "HARMONIC SYSTEMS INCORPORATED",
+ "0060cb": "HITACHI ZOSEN CORPORATION",
+ "0060cc": "EMTRAK, INCORPORATED",
+ "0060cd": "VideoServer, Inc.",
+ "0060ce": "ACCLAIM COMMUNICATIONS",
+ "0060cf": "ALTEON NETWORKS, INC.",
+ "0060d0": "SNMP RESEARCH INCORPORATED",
+ "0060d1": "CASCADE COMMUNICATIONS",
+ "0060d2": "LUCENT TECHNOLOGIES TAIWAN TELECOMMUNICATIONS CO., LTD.",
+ "0060d3": "AT&T",
+ "0060d4": "ELDAT COMMUNICATION LTD.",
+ "0060d5": "AMADA CO., LTD",
+ "0060d6": "NovAtel Inc.",
+ "0060d8": "ELMIC SYSTEMS, INC.",
+ "0060d9": "TRANSYS NETWORKS INC.",
+ "0060da": "Red Lion Controls, LP",
+ "0060db": "NTP ELEKTRONIK A/S",
+ "0060dc": "NEC Magnus Communications,Ltd.",
+ "0060dd": "MYRICOM, INC.",
+ "0060de": "Kayser-Threde GmbH",
+ "0060df": "Brocade Communications Systems LLC",
+ "0060e0": "AXIOM TECHNOLOGY CO., LTD.",
+ "0060e1": "ORCKIT COMMUNICATIONS LTD.",
+ "0060e2": "QUEST ENGINEERING & DEVELOPMENT",
+ "0060e3": "ARBIN INSTRUMENTS",
+ "0060e4": "COMPUSERVE, INC.",
+ "0060e5": "FUJI AUTOMATION CO., LTD.",
+ "0060e6": "SHOMITI SYSTEMS INCORPORATED",
+ "0060e7": "RANDATA",
+ "0060e8": "INC.",
+ "0060e9": "ATOP TECHNOLOGIES, INC.",
+ "0060ea": "StreamLogic",
+ "0060eb": "FOURTHTRACK SYSTEMS",
+ "0060ec": "HERMARY OPTO ELECTRONICS INC.",
+ "0060ed": "RICARDO TEST AUTOMATION LTD.",
+ "0060ee": "APOLLO",
+ "0060ef": "FLYTECH TECHNOLOGY CO., LTD.",
+ "0060f0": "JOHNSON & JOHNSON MEDICAL, INC",
+ "0060f1": "EXP COMPUTER, INC.",
+ "0060f2": "LASERGRAPHICS, INC.",
+ "0060f3": "Performance Analysis Broadband, Spirent plc",
+ "0060f4": "ADVANCED COMPUTER SOLUTIONS, Inc.",
+ "0060f5": "ICON WEST, INC.",
+ "0060f6": "NEXTEST COMMUNICATIONS PRODUCTS, INC.",
+ "0060f7": "DATAFUSION SYSTEMS",
+ "0060f8": "Loran International Technologies Inc.",
+ "0060f9": "DIAMOND LANE COMMUNICATIONS",
+ "0060fa": "EDUCATIONAL TECHNOLOGY RESOURCES, INC.",
+ "0060fb": "PACKETEER, INC.",
+ "0060fc": "CONSERVATION THROUGH INNOVATION LTD.",
+ "0060fd": "NetICs, Inc.",
+ "0060fe": "LYNX SYSTEM DEVELOPERS, INC.",
+ "0060ff": "QuVis, Inc.",
+ "006151": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "006171": "Apple, Inc.",
+ "006201": "Motorola Mobility LLC, a Lenovo Company",
+ "00620b": "Broadcom Limited",
+ "0062ec": "Cisco Systems, Inc",
+ "0063de": "CLOUDWALK TECHNOLOGY CO.,LTD",
+ "006440": "Cisco Systems, Inc",
+ "0064a6": "Maquet CardioVascular",
+ "0064af": "Dish Technologies Corp",
+ "00651e": "Amcrest Technologies",
+ "006619": "Huawei Device Co., Ltd.",
+ "00664b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "006762": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "00682b": "Huawei Device Co., Ltd.",
+ "0068eb": "HP Inc.",
+ "00692d": "Sunnovo International Limited",
+ "006967": "IEEE Registration Authority",
+ "006a5e": "IEEE Registration Authority",
+ "006b6f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "006b8e": "Shanghai Feixun Communication Co.,Ltd.",
+ "006b9e": "Vizio, Inc",
+ "006ba0": "SHENZHEN UNIVERSAL INTELLISYS PTE LTD",
+ "006bf1": "Cisco Systems, Inc",
+ "006cbc": "Cisco Systems, Inc",
+ "006cfd": "Sichuan Changhong Electric Ltd.",
+ "006d52": "Apple, Inc.",
+ "006d61": "Guangzhou V-SOLUTION Electronic Technology Co., Ltd.",
+ "006dfb": "Vutrix Technologies Ltd",
+ "006e02": "Xovis AG",
+ "006f64": "Samsung Electronics Co.,Ltd",
+ "006ff2": "MITSUMI ELECTRIC CO.,LTD.",
+ "007007": "Espressif Inc.",
+ "0070b0": "M/A-COM INC. COMPANIES",
+ "0070b3": "DATA RECALL LTD.",
+ "007147": "Amazon Technologies Inc.",
+ "0071c2": "PEGATRON CORPORATION",
+ "0071cc": "Hon Hai Precision Ind. Co.,Ltd.",
+ "007204": "Samsung Electronics Co., Ltd. ARTIK",
+ "007263": "Netis Technology Co., Ltd.",
+ "007278": "Cisco Systems, Inc",
+ "0072ee": "Intel Corporate",
+ "00738d": "Shenzhen TINNO Mobile Technology Corp.",
+ "0073e0": "Samsung Electronics Co.,Ltd",
+ "00749c": "Ruijie Networks Co.,LTD",
+ "007532": "Integrated Engineering BV",
+ "0075e1": "Ampt, LLC",
+ "00763d": "Veea",
+ "007686": "Cisco Systems, Inc",
+ "0076b1": "Somfy-Protect By Myfox SAS",
+ "00778d": "Cisco Systems, Inc",
+ "0077e4": "Nokia Solutions and Networks GmbH & Co. KG",
+ "007839": "Nokia",
+ "007888": "Cisco Systems, Inc",
+ "00789e": "Sagemcom Broadband SAS",
+ "0078cd": "Ignition Design Labs",
+ "007b18": "SENTRY Co., LTD.",
+ "007c2d": "Samsung Electronics Co.,Ltd",
+ "007d3b": "Samsung Electronics Co.,Ltd",
+ "007d60": "Apple, Inc.",
+ "007dfa": "Volkswagen Group of America",
+ "007e56": "China Dragon Technology Limited",
+ "007e95": "Cisco Systems, Inc",
+ "007f28": "Actiontec Electronics, Inc",
+ "008000": "MULTITECH SYSTEMS, INC.",
+ "008001": "PERIPHONICS CORPORATION",
+ "008002": "LTD",
+ "008003": "HYTEC ELECTRONICS LTD.",
+ "008004": "ANTLOW COMMUNICATIONS, LTD.",
+ "008005": "CACTUS COMPUTER INC.",
+ "008006": "COMPUADD CORPORATION",
+ "008007": "DLOG NC-SYSTEME",
+ "008008": "DYNATECH COMPUTER SYSTEMS",
+ "008009": "JUPITER SYSTEMS, INC.",
+ "00800a": "JAPAN COMPUTER CORP.",
+ "00800b": "CSK CORPORATION",
+ "00800c": "VIDECOM LIMITED",
+ "00800d": "VOSSWINKEL F.U.",
+ "00800e": "ATLANTIX CORPORATION",
+ "00800f": "STANDARD MICROSYSTEMS",
+ "008010": "COMMODORE INTERNATIONAL",
+ "008011": "DIGITAL SYSTEMS INT'L. INC.",
+ "008012": "INTEGRATED MEASUREMENT SYSTEMS",
+ "008013": "THOMAS-CONRAD CORPORATION",
+ "008014": "ESPRIT SYSTEMS",
+ "008015": "SEIKO SYSTEMS, INC.",
+ "008016": "WANDEL AND GOLTERMANN",
+ "008017": "PFU LIMITED",
+ "008018": "KOBE STEEL, LTD.",
+ "008019": "DAYNA COMMUNICATIONS, INC.",
+ "00801a": "BELL ATLANTIC",
+ "00801b": "KODIAK TECHNOLOGY",
+ "00801c": "NEWPORT SYSTEMS SOLUTIONS",
+ "00801d": "INTEGRATED INFERENCE MACHINES",
+ "00801e": "XINETRON, INC.",
+ "00801f": "KRUPP ATLAS ELECTRONIK GMBH",
+ "008020": "NETWORK PRODUCTS",
+ "008021": "Alcatel Canada Inc.",
+ "008022": "SCAN-OPTICS",
+ "008023": "INTEGRATED BUSINESS NETWORKS",
+ "008024": "KALPANA, INC.",
+ "008025": "Telit Wireless Solutions GmbH",
+ "008026": "NETWORK PRODUCTS CORPORATION",
+ "008027": "ADAPTIVE SYSTEMS, INC.",
+ "008028": "LTD",
+ "008029": "EAGLE TECHNOLOGY, INC.",
+ "00802a": "TEST SYSTEMS & SIMULATIONS INC",
+ "00802b": "INTEGRATED MARKETING CO",
+ "00802c": "THE SAGE GROUP PLC",
+ "00802d": "XYLOGICS INC",
+ "00802e": "CASTLE ROCK COMPUTING",
+ "00802f": "NATIONAL INSTRUMENTS CORP.",
+ "008030": "NEXUS ELECTRONICS",
+ "008031": "BASYS, CORP.",
+ "008032": "ACCESS CO., LTD.",
+ "008033": "EMS Aviation, Inc.",
+ "008034": "SMT GOUPIL",
+ "008035": "TECHNOLOGY WORKS, INC.",
+ "008036": "REFLEX MANUFACTURING SYSTEMS",
+ "008037": "Ericsson Group",
+ "008038": "DATA RESEARCH & APPLICATIONS",
+ "008039": "ALCATEL STC AUSTRALIA",
+ "00803a": "VARITYPER, INC.",
+ "00803b": "APT COMMUNICATIONS, INC.",
+ "00803c": "TVS ELECTRONICS LTD",
+ "00803d": "SURIGIKEN CO., LTD.",
+ "00803e": "SYNERNETICS",
+ "00803f": "TATUNG COMPANY",
+ "008040": "JOHN FLUKE MANUFACTURING CO.",
+ "008041": "VEB KOMBINAT ROBOTRON",
+ "008042": "Artesyn Embedded Technologies",
+ "008043": "NETWORLD, INC.",
+ "008044": "SYSTECH COMPUTER CORP.",
+ "008045": "MATSUSHITA ELECTRIC IND. CO",
+ "008046": "Tattile SRL ",
+ "008047": "IN-NET CORP.",
+ "008048": "COMPEX INCORPORATED",
+ "008049": "NISSIN ELECTRIC CO., LTD.",
+ "00804a": "PRO-LOG",
+ "00804b": "EAGLE TECHNOLOGIES PTY.LTD.",
+ "00804c": "CONTEC CO., LTD.",
+ "00804d": "CYCLONE MICROSYSTEMS, INC.",
+ "00804e": "APEX COMPUTER COMPANY",
+ "00804f": "DAIKIN INDUSTRIES, LTD.",
+ "008050": "ZIATECH CORPORATION",
+ "008051": "FIBERMUX",
+ "008052": "TECHNICALLY ELITE CONCEPTS",
+ "008053": "INTELLICOM, INC.",
+ "008054": "FRONTIER TECHNOLOGIES CORP.",
+ "008055": "FERMILAB",
+ "008056": "SPHINX Electronics GmbH & Co KG",
+ "008057": "ADSOFT, LTD.",
+ "008058": "PRINTER SYSTEMS CORP.",
+ "008059": "STANLEY ELECTRIC CO., LTD",
+ "00805a": "TULIP COMPUTERS INTERNAT'L B.V",
+ "00805b": "CONDOR SYSTEMS, INC.",
+ "00805c": "AGILIS CORPORATION",
+ "00805d": "CANSTAR",
+ "00805e": "LSI LOGIC CORPORATION",
+ "00805f": "Hewlett Packard",
+ "008060": "NETWORK INTERFACE CORPORATION",
+ "008061": "LITTON SYSTEMS, INC.",
+ "008062": "INTERFACE CO.",
+ "008063": "Hirschmann Automation and Control GmbH",
+ "008064": "WYSE TECHNOLOGY LLC",
+ "008065": "CYBERGRAPHIC SYSTEMS PTY LTD.",
+ "008066": "Eurotech S.p.A.",
+ "008067": "SQUARE D COMPANY",
+ "008068": "YAMATECH SCIENTIFIC LTD.",
+ "008069": "COMPUTONE SYSTEMS",
+ "00806b": "SCHMID TELECOMMUNICATION",
+ "00806c": "Secure Systems & Services",
+ "00806d": "CENTURY SYSTEMS CORP.",
+ "00806e": "NIPPON STEEL CORPORATION",
+ "00806f": "ONELAN LTD.",
+ "008070": "COMPUTADORAS MICRON",
+ "008071": "SAI TECHNOLOGY",
+ "008072": "MICROPLEX SYSTEMS LTD.",
+ "008073": "DWB ASSOCIATES",
+ "008074": "FISHER CONTROLS",
+ "008075": "PARSYTEC GMBH",
+ "008076": "MCNC",
+ "008077": "Brother industries, LTD.",
+ "008078": "PRACTICAL PERIPHERALS, INC.",
+ "008079": "MICROBUS DESIGNS LTD.",
+ "00807a": "AITECH SYSTEMS LTD.",
+ "00807b": "ARTEL COMMUNICATIONS CORP.",
+ "00807c": "FIBERCOM, INC.",
+ "00807d": "EQUINOX SYSTEMS INC.",
+ "00807e": "SOUTHERN PACIFIC LTD.",
+ "00807f": "DY-4 INCORPORATED",
+ "008080": "DATAMEDIA CORPORATION",
+ "008081": "KENDALL SQUARE RESEARCH CORP.",
+ "008082": "PEP MODULAR COMPUTERS GMBH",
+ "008083": "AMDAHL",
+ "008084": "THE CLOUD INC.",
+ "008085": "H-THREE SYSTEMS CORPORATION",
+ "008086": "COMPUTER GENERATION INC.",
+ "008087": "OKI ELECTRIC INDUSTRY CO., LTD",
+ "008088": "VICTOR COMPANY OF JAPAN, LTD.",
+ "008089": "LTD.",
+ "00808a": "SUMMIT MICROSYSTEMS CORP.",
+ "00808b": "DACOLL LIMITED",
+ "00808c": "NETSCOUT SYSTEMS INC",
+ "00808d": "WESTCOAST TECHNOLOGY B.V.",
+ "00808e": "RADSTONE TECHNOLOGY",
+ "00808f": "C. ITOH ELECTRONICS, INC.",
+ "008090": "MICROTEK INTERNATIONAL, INC.",
+ "008091": "TOKYO ELECTRIC CO.,LTD",
+ "008092": "Silex Technology, Inc.",
+ "008093": "XYRON CORPORATION",
+ "008094": "ALFA LAVAL AUTOMATION AB",
+ "008095": "BASIC MERTON HANDELSGES.M.B.H.",
+ "008096": "HUMAN DESIGNED SYSTEMS, INC.",
+ "008097": "CENTRALP AUTOMATISMES",
+ "008098": "TDK CORPORATION",
+ "008099": "Eaton Industries GmbH",
+ "00809a": "NOVUS NETWORKS LTD",
+ "00809b": "JUSTSYSTEM CORPORATION",
+ "00809c": "LUXCOM, INC.",
+ "00809d": "Commscraft Ltd.",
+ "00809e": "DATUS GMBH",
+ "00809f": "ALE International",
+ "0080a0": "Hewlett Packard",
+ "0080a1": "MICROTEST, INC.",
+ "0080a2": "CREATIVE ELECTRONIC SYSTEMS",
+ "0080a3": "Lantronix",
+ "0080a4": "LIBERTY ELECTRONICS",
+ "0080a5": "SPEED INTERNATIONAL",
+ "0080a6": "REPUBLIC TECHNOLOGY, INC.",
+ "0080a7": "Honeywell International Inc",
+ "0080a8": "VITACOM CORPORATION",
+ "0080a9": "CLEARPOINT RESEARCH",
+ "0080aa": "MAXPEED",
+ "0080ab": "DUKANE NETWORK INTEGRATION",
+ "0080ac": "IMLOGIX, DIVISION OF GENESYS",
+ "0080ad": "CNET TECHNOLOGY, INC.",
+ "0080ae": "HUGHES NETWORK SYSTEMS",
+ "0080af": "ALLUMER CO., LTD.",
+ "0080b0": "ADVANCED INFORMATION",
+ "0080b1": "SOFTCOM A/S",
+ "0080b2": "NETWORK EQUIPMENT TECHNOLOGIES",
+ "0080b3": "AVAL DATA CORPORATION",
+ "0080b4": "SOPHIA SYSTEMS",
+ "0080b5": "UNITED NETWORKS INC.",
+ "0080b6": "Mercury Systems – Trusted Mission Solutions, Inc. ",
+ "0080b7": "STELLAR COMPUTER",
+ "0080b8": "DMG MORI Digital Co., LTD",
+ "0080b9": "ARCHE TECHNOLIGIES INC.",
+ "0080ba": "PTE, LTD",
+ "0080bb": "HUGHES LAN SYSTEMS",
+ "0080bc": "HITACHI ENGINEERING CO., LTD",
+ "0080bd": "THE FURUKAWA ELECTRIC CO., LTD",
+ "0080be": "ARIES RESEARCH",
+ "0080bf": "TAKAOKA ELECTRIC MFG. CO. LTD.",
+ "0080c0": "PENRIL DATACOMM",
+ "0080c1": "LANEX CORPORATION",
+ "0080c2": "IEEE 802.1 Chair",
+ "0080c3": "BICC INFORMATION SYSTEMS & SVC",
+ "0080c4": "DOCUMENT TECHNOLOGIES, INC.",
+ "0080c5": "NOVELLCO DE MEXICO",
+ "0080c6": "NATIONAL DATACOMM CORPORATION",
+ "0080c7": "XIRCOM",
+ "0080c8": "D-LINK SYSTEMS, INC.",
+ "0080c9": "ALBERTA MICROELECTRONIC CENTRE",
+ "0080ca": "NETCOM RESEARCH INCORPORATED",
+ "0080cb": "FALCO DATA PRODUCTS",
+ "0080cc": "MICROWAVE BYPASS SYSTEMS",
+ "0080cd": "MICRONICS COMPUTER, INC.",
+ "0080ce": "BROADCAST TELEVISION SYSTEMS",
+ "0080cf": "EMBEDDED PERFORMANCE INC.",
+ "0080d0": "COMPUTER PERIPHERALS, INC.",
+ "0080d1": "KIMTRON CORPORATION",
+ "0080d2": "SHINNIHONDENKO CO., LTD.",
+ "0080d3": "SHIVA CORP.",
+ "0080d4": "CHASE RESEARCH LTD.",
+ "0080d5": "CADRE TECHNOLOGIES",
+ "0080d6": "NUVOTECH, INC.",
+ "0080d7": "Fantum Engineering",
+ "0080d8": "NETWORK PERIPHERALS INC.",
+ "0080d9": "EMK Elektronik GmbH & Co. KG",
+ "0080da": "Hottinger Brüel & Kjær A/S",
+ "0080db": "GRAPHON CORPORATION",
+ "0080dc": "PICKER INTERNATIONAL",
+ "0080dd": "GMX INC/GIMIX",
+ "0080de": "GIPSI S.A.",
+ "0080df": "ADC CODENOLL TECHNOLOGY CORP.",
+ "0080e0": "XTP SYSTEMS, INC.",
+ "0080e1": "STMicroelectronics SRL",
+ "0080e2": "T.D.I. CO., LTD.",
+ "0080e3": "CORAL NETWORK CORPORATION",
+ "0080e4": "NORTHWEST DIGITAL SYSTEMS, INC",
+ "0080e5": "NetApp",
+ "0080e6": "PEER NETWORKS, INC.",
+ "0080e7": "Leonardo UK Ltd",
+ "0080e8": "CUMULUS CORPORATIION",
+ "0080e9": "Madge Ltd.",
+ "0080ea": "ADVA Optical Networking Ltd.",
+ "0080eb": "COMPCONTROL B.V.",
+ "0080ec": "SUPERCOMPUTING SOLUTIONS, INC.",
+ "0080ed": "IQ TECHNOLOGIES, INC.",
+ "0080ee": "THOMSON CSF",
+ "0080ef": "RATIONAL",
+ "0080f0": "Panasonic Communications Co., Ltd.",
+ "0080f1": "OPUS SYSTEMS",
+ "0080f2": "RAYCOM SYSTEMS INC",
+ "0080f3": "SUN ELECTRONICS CORP.",
+ "0080f4": "TELEMECANIQUE ELECTRIQUE",
+ "0080f5": "Quantel Ltd",
+ "0080f6": "SYNERGY MICROSYSTEMS",
+ "0080f7": "Zenith Electronics Corporation",
+ "0080f8": "MIZAR, INC.",
+ "0080f9": "HEURIKON CORPORATION",
+ "0080fa": "RWT GMBH",
+ "0080fb": "BVM LIMITED",
+ "0080fc": "AVATAR CORPORATION",
+ "0080fd": "EXSCEED CORPRATION",
+ "0080fe": "AZURE TECHNOLOGIES, INC.",
+ "0080ff": "SOC. DE TELEINFORMATIQUE RTC",
+ "00812a": "Apple, Inc.",
+ "0081c4": "Cisco Systems, Inc",
+ "0081f9": "Texas Instruments",
+ "008320": "Huawei Device Co., Ltd.",
+ "00841e": "Cisco Meraki",
+ "008497": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "0084ed": "LEXMARK INTERNATIONAL, INC.",
+ "008621": "Amazon Technologies Inc.",
+ "008667": "LG Innotek",
+ "00869c": "Palo Alto Networks",
+ "0086a0": "Private",
+ "008701": "Samsung Electronics Co.,Ltd",
+ "008731": "Cisco Systems, Inc",
+ "008764": "Cisco Systems, Inc",
+ "008865": "Apple, Inc.",
+ "0088ba": "NC&C",
+ "008a55": "Huawei Device Co., Ltd.",
+ "008a76": "Apple, Inc.",
+ "008a96": "Cisco Systems, Inc",
+ "008b43": "RFTECH",
+ "008bfc": "mixi,Inc.",
+ "008c10": "Black Box Corp.",
+ "008c54": "ADB Broadband Italia",
+ "008cfa": "INVENTEC CORPORATION",
+ "008d4e": "CJSC NII STT",
+ "008dda": "Link One Co., Ltd.",
+ "008df4": "IEEE Registration Authority",
+ "008e73": "Cisco Systems, Inc",
+ "008ef2": "NETGEAR",
+ "009000": "DIAMOND MULTIMEDIA",
+ "009001": "NISHIMU ELECTRONICS INDUSTRIES CO., LTD.",
+ "009002": "ALLGON AB",
+ "009003": "APLIO",
+ "009004": "3COM EUROPE LTD",
+ "009005": "PROTECH SYSTEMS CO., LTD.",
+ "009006": "Hamamatsu Photonics K.K.",
+ "009007": "DOMEX TECHNOLOGY CORP.",
+ "009008": "HanA Systems Inc.",
+ "009009": "I Controls, Inc.",
+ "00900a": "PROTON ELECTRONIC INDUSTRIAL CO., LTD.",
+ "00900b": "LANNER ELECTRONICS, INC.",
+ "00900c": "Cisco Systems, Inc",
+ "00900d": "Overland Storage Inc.",
+ "00900e": "HANDLINK TECHNOLOGIES, INC.",
+ "00900f": "KAWASAKI HEAVY INDUSTRIES, LTD",
+ "009010": "SIMULATION LABORATORIES, INC.",
+ "009011": "WAVTrace, Inc.",
+ "009012": "GLOBESPAN SEMICONDUCTOR, INC.",
+ "009013": "SAMSAN CORP.",
+ "009014": "ROTORK INSTRUMENTS, LTD.",
+ "009015": "CENTIGRAM COMMUNICATIONS CORP.",
+ "009016": "ZAC",
+ "009017": "Zypcom, Inc",
+ "009018": "ITO ELECTRIC INDUSTRY CO, LTD.",
+ "009019": "HERMES ELECTRONICS CO., LTD.",
+ "00901a": "UNISPHERE SOLUTIONS",
+ "00901b": "DIGITAL CONTROLS",
+ "00901c": "mps Software Gmbh",
+ "00901d": "LTD.",
+ "00901e": "Selesta Ingegneria S.p.A.",
+ "00901f": "ADTEC PRODUCTIONS, INC.",
+ "009020": "PHILIPS ANALYTICAL X-RAY B.V.",
+ "009021": "Cisco Systems, Inc",
+ "009022": "IVEX",
+ "009023": "ZILOG INC.",
+ "009024": "PIPELINKS, INC.",
+ "009025": "Pty Ltd",
+ "009026": "ADVANCED SWITCHING COMMUNICATIONS, INC.",
+ "009027": "Intel Corporation",
+ "009028": "NIPPON SIGNAL CO., LTD.",
+ "009029": "CRYPTO AG",
+ "00902a": "COMMUNICATION DEVICES, INC.",
+ "00902b": "Cisco Systems, Inc",
+ "00902c": "DATA & CONTROL EQUIPMENT LTD.",
+ "00902d": "PTY, LTD.",
+ "00902e": "NAMCO LIMITED",
+ "00902f": "NETCORE SYSTEMS, INC.",
+ "009030": "HONEYWELL-DATING",
+ "009031": "MYSTICOM, LTD.",
+ "009032": "PELCOMBE GROUP LTD.",
+ "009033": "INNOVAPHONE AG",
+ "009034": "IMAGIC, INC.",
+ "009035": "ALPHA TELECOM, INC.",
+ "009036": "ens, inc.",
+ "009037": "ACUCOMM, INC.",
+ "009038": "FOUNTAIN TECHNOLOGIES, INC.",
+ "009039": "SHASTA NETWORKS",
+ "00903a": "NIHON MEDIA TOOL INC.",
+ "00903b": "TriEMS Research Lab, Inc.",
+ "00903c": "ATLANTIC NETWORK SYSTEMS",
+ "00903d": "BIOPAC SYSTEMS, INC.",
+ "00903e": "N.V. PHILIPS INDUSTRIAL ACTIVITIES",
+ "00903f": "WorldCast Systems",
+ "009040": "Siemens Network Convergence LLC",
+ "009041": "APPLIED DIGITAL ACCESS",
+ "009042": "ECCS, Inc.",
+ "009043": "Tattile SRL ",
+ "009044": "ASSURED DIGITAL, INC.",
+ "009045": "Marconi Communications",
+ "009046": "DEXDYNE, LTD.",
+ "009047": "GIGA FAST E. LTD.",
+ "009048": "ZEAL CORPORATION",
+ "009049": "ENTRIDIA CORPORATION",
+ "00904a": "CONCUR SYSTEM TECHNOLOGIES",
+ "00904b": "Gemtek Technology Co., Ltd.",
+ "00904c": "Epigram, Inc.",
+ "00904d": "SPEC S.A.",
+ "00904e": "DELEM BV",
+ "00904f": "ABB POWER T&D COMPANY, INC.",
+ "009050": "Teleste Corporation",
+ "009051": "ULTIMATE TECHNOLOGY CORP.",
+ "009052": "SELCOM ELETTRONICA S.R.L.",
+ "009053": "DAEWOO ELECTRONICS CO., LTD.",
+ "009054": "INNOVATIVE SEMICONDUCTORS, INC",
+ "009055": "PARKER HANNIFIN CORPORATION COMPUMOTOR DIVISION",
+ "009056": "TELESTREAM, INC.",
+ "009057": "AANetcom, Inc.",
+ "009058": "Ultra Electronics Command & Control Systems",
+ "009059": "TELECOM DEVICE K.K.",
+ "00905a": "DEARBORN GROUP, INC.",
+ "00905b": "RAYMOND AND LAE ENGINEERING",
+ "00905c": "EDMI",
+ "00905d": "NETCOM SICHERHEITSTECHNIK GMBH",
+ "00905e": "RAULAND-BORG CORPORATION",
+ "00905f": "Cisco Systems, Inc",
+ "009060": "SYSTEM CREATE CORP.",
+ "009061": "PACIFIC RESEARCH & ENGINEERING CORPORATION",
+ "009062": "ICP VORTEX COMPUTERSYSTEME GmbH",
+ "009063": "COHERENT COMMUNICATIONS SYSTEMS CORPORATION",
+ "009064": "Thomson Inc.",
+ "009065": "FINISAR CORPORATION",
+ "009066": "Troika Networks, Inc.",
+ "009067": "WalkAbout Computers, Inc.",
+ "009068": "DVT CORP.",
+ "009069": "Juniper Networks",
+ "00906a": "TURNSTONE SYSTEMS, INC.",
+ "00906b": "APPLIED RESOURCES, INC.",
+ "00906c": "Sartorius Hamburg GmbH",
+ "00906d": "Cisco Systems, Inc",
+ "00906e": "PRAXON, INC.",
+ "00906f": "Cisco Systems, Inc",
+ "009070": "NEO NETWORKS, INC.",
+ "009071": "Applied Innovation Inc.",
+ "009072": "SIMRAD AS",
+ "009073": "GAIO TECHNOLOGY",
+ "009074": "ARGON NETWORKS, INC.",
+ "009075": "NEC DO BRASIL S.A.",
+ "009076": "FMT AIRCRAFT GATE SUPPORT SYSTEMS AB",
+ "009077": "ADVANCED FIBRE COMMUNICATIONS",
+ "009078": "MER TELEMANAGEMENT SOLUTIONS, LTD.",
+ "009079": "ClearOne, Inc.",
+ "00907a": "Spectralink, Inc",
+ "00907b": "E-TECH, INC.",
+ "00907c": "DIGITALCAST, INC.",
+ "00907d": "Lake Communications",
+ "00907e": "VETRONIX CORP.",
+ "00907f": "WatchGuard Technologies, Inc.",
+ "009080": "NOT LIMITED, INC.",
+ "009081": "ALOHA NETWORKS, INC.",
+ "009082": "FORCE INSTITUTE",
+ "009083": "TURBO COMMUNICATION, INC.",
+ "009084": "ATECH SYSTEM",
+ "009085": "GOLDEN ENTERPRISES, INC.",
+ "009086": "Cisco Systems, Inc",
+ "009087": "ITIS",
+ "009088": "BAXALL SECURITY LTD.",
+ "009089": "SOFTCOM MICROSYSTEMS, INC.",
+ "00908a": "BAYLY COMMUNICATIONS, INC.",
+ "00908b": "Tattile SRL",
+ "00908c": "ETREND ELECTRONICS, INC.",
+ "00908d": "VICKERS ELECTRONICS SYSTEMS",
+ "00908e": "Nortel Networks Broadband Access",
+ "00908f": "AUDIO CODES LTD.",
+ "009090": "I-BUS",
+ "009091": "DigitalScape, Inc.",
+ "009092": "Cisco Systems, Inc",
+ "009093": "EIZO Corporation",
+ "009094": "OSPREY TECHNOLOGIES, INC.",
+ "009095": "UNIVERSAL AVIONICS",
+ "009096": "ASKEY COMPUTER CORP",
+ "009097": "Sycamore Networks",
+ "009098": "SBC DESIGNS, INC.",
+ "009099": "ALLIED TELESIS, K.K.",
+ "00909a": "ONE WORLD SYSTEMS, INC.",
+ "00909b": "MARKEM-IMAJE",
+ "00909c": "Commscope",
+ "00909d": "NovaTech, LLC",
+ "00909e": "Critical IO, LLC",
+ "00909f": "DIGI-DATA CORPORATION",
+ "0090a0": "8X8 INC.",
+ "0090a1": "Flying Pig Systems/High End Systems Inc.",
+ "0090a2": "CyberTAN Technology Inc.",
+ "0090a3": "Corecess Inc.",
+ "0090a4": "ALTIGA NETWORKS",
+ "0090a5": "SPECTRA LOGIC",
+ "0090a6": "Cisco Systems, Inc",
+ "0090a7": "CLIENTEC CORPORATION",
+ "0090a8": "NineTiles Networks, Ltd.",
+ "0090a9": "WESTERN DIGITAL",
+ "0090aa": "INDIGO ACTIVE VISION SYSTEMS LIMITED",
+ "0090ab": "Cisco Systems, Inc",
+ "0090ac": "OPTIVISION, INC.",
+ "0090ad": "ASPECT ELECTRONICS, INC.",
+ "0090ae": "ITALTEL S.p.A/RF-UP-I",
+ "0090af": "J. MORITA MFG. CORP.",
+ "0090b0": "VADEM",
+ "0090b1": "Cisco Systems, Inc",
+ "0090b2": "AVICI SYSTEMS INC.",
+ "0090b3": "AGRANAT SYSTEMS",
+ "0090b4": "WILLOWBROOK TECHNOLOGIES",
+ "0090b5": "NIKON CORPORATION",
+ "0090b6": "FIBEX SYSTEMS",
+ "0090b7": "DIGITAL LIGHTWAVE, INC.",
+ "0090b8": "ROHDE & SCHWARZ GMBH & CO. KG",
+ "0090b9": "BERAN INSTRUMENTS LTD.",
+ "0090ba": "VALID NETWORKS, INC.",
+ "0090bb": "TAINET COMMUNICATION SYSTEM Corp.",
+ "0090bc": "TELEMANN CO., LTD.",
+ "0090bd": "OMNIA COMMUNICATIONS, INC.",
+ "0090be": "IBC/INTEGRATED BUSINESS COMPUTERS",
+ "0090bf": "Cisco Systems, Inc",
+ "0090c0": "K.J. LAW ENGINEERS, INC.",
+ "0090c1": "Peco II, Inc.",
+ "0090c2": "JK microsystems, Inc.",
+ "0090c3": "TOPIC SEMICONDUCTOR CORP.",
+ "0090c4": "JAVELIN SYSTEMS, INC.",
+ "0090c5": "INTERNET MAGIC, INC.",
+ "0090c6": "OPTIM SYSTEMS, INC.",
+ "0090c7": "ICOM INC.",
+ "0090c8": "INC.",
+ "0090c9": "DPAC Technologies",
+ "0090ca": "ACCORD VIDEO TELECOMMUNICATIONS, LTD.",
+ "0090cb": "Wireless OnLine, Inc.",
+ "0090cc": "PLANEX COMMUNICATIONS INC.",
+ "0090cd": "ENT-EMPRESA NACIONAL DE TELECOMMUNICACOES, S.A.",
+ "0090ce": "avateramedical Mechatronics GmbH",
+ "0090cf": "NORTEL",
+ "0090d0": "Thomson Telecom Belgium",
+ "0090d1": "LEICHU ENTERPRISE CO., LTD.",
+ "0090d2": "Artel Video Systems",
+ "0090d3": "GIESECKE & DEVRIENT GmbH",
+ "0090d4": "BindView Development Corp.",
+ "0090d5": "EUPHONIX, INC.",
+ "0090d6": "Crystal Group, Inc.",
+ "0090d7": "NetBoost Corp.",
+ "0090d8": "WHITECROSS SYSTEMS",
+ "0090d9": "Cisco Systems, Inc",
+ "0090da": "DYNARC, INC.",
+ "0090db": "NEXT LEVEL COMMUNICATIONS",
+ "0090dc": "TECO INFORMATION SYSTEMS",
+ "0090dd": "MIHARU COMMUNICATIONS Inc",
+ "0090de": "CARDKEY SYSTEMS, INC.",
+ "0090df": "MITSUBISHI CHEMICAL AMERICA, INC.",
+ "0090e0": "SYSTRAN CORP.",
+ "0090e1": "TELENA S.P.A.",
+ "0090e2": "DISTRIBUTED PROCESSING TECHNOLOGY",
+ "0090e3": "AVEX ELECTRONICS INC.",
+ "0090e4": "NEC AMERICA, INC.",
+ "0090e5": "TEKNEMA, INC.",
+ "0090e6": "ALi Corporation",
+ "0090e7": "HORSCH ELEKTRONIK AG",
+ "0090e8": "MOXA TECHNOLOGIES CORP., LTD.",
+ "0090e9": "JANZ COMPUTER AG",
+ "0090ea": "ALPHA TECHNOLOGIES, INC.",
+ "0090eb": "SENTRY TELECOM SYSTEMS",
+ "0090ec": "PYRESCOM",
+ "0090ed": "CENTRAL SYSTEM RESEARCH CO., LTD.",
+ "0090ee": "PERSONAL COMMUNICATIONS TECHNOLOGIES",
+ "0090ef": "INTEGRIX, INC.",
+ "0090f0": "Harmonic Video Systems Ltd.",
+ "0090f1": "Seagate Cloud Systems Inc",
+ "0090f2": "Cisco Systems, Inc",
+ "0090f3": "ASPECT COMMUNICATIONS",
+ "0090f4": "LIGHTNING INSTRUMENTATION",
+ "0090f5": "CLEVO CO.",
+ "0090f6": "ESCALATE NETWORKS, INC.",
+ "0090f7": "NBASE COMMUNICATIONS LTD.",
+ "0090f8": "MEDIATRIX TELECOM",
+ "0090f9": "Imagine Communications",
+ "0090fa": "Emulex Corporation",
+ "0090fb": "PORTWELL, INC.",
+ "0090fc": "NETWORK COMPUTING DEVICES",
+ "0090fd": "CopperCom, Inc.",
+ "0090ff": "TELLUS TECHNOLOGY INC.",
+ "00919e": "Intel Corporate",
+ "0091d6": "Crystal Group, Inc.",
+ "0091eb": "Sdn. Bhd.",
+ "0091fa": "Synapse Product Development",
+ "00927d": "C0.,Ltd.",
+ "0092a5": "LG Innotek",
+ "0092fa": "SHENZHEN WISKY TECHNOLOGY CO.,LTD",
+ "009337": "Intel Corporate",
+ "009363": "Uni-Link Technology Co., Ltd.",
+ "0094a1": "F5 Inc.",
+ "0094ec": "Huawei Device Co., Ltd.",
+ "009569": "LSD Science and Technology Co.,Ltd.",
+ "0097f1": "Apple, Inc.",
+ "0097ff": "Heimann Sensor GmbH",
+ "00991d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "009acd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "009ad2": "Cisco Systems, Inc",
+ "009b08": "Quectel Wireless Solutions Co.,Ltd.",
+ "009c02": "Hewlett Packard",
+ "009c17": "Quectel Wireless Solutions Co.,Ltd.",
+ "009cc0": "vivo Mobile Communication Co., Ltd.",
+ "009d6b": "Murata Manufacturing Co., Ltd.",
+ "009d85": "Sigmastar Technology Ltd.",
+ "009d8e": "CARDIAC RECORDERS, INC.",
+ "009e1e": "Cisco Systems, Inc",
+ "009ec8": "Xiaomi Communications Co Ltd",
+ "009eee": "Positivo Tecnologia S.A.",
+ "00a000": "CENTILLION NETWORKS, INC.",
+ "00a001": "DRS Signal Solutions",
+ "00a002": "LEEDS & NORTHRUP AUSTRALIA PTY LTD",
+ "00a003": "Siemens Switzerland Ltd., I B T HVP",
+ "00a004": "NETPOWER, INC.",
+ "00a005": "DANIEL INSTRUMENTS, LTD.",
+ "00a006": "IMAGE DATA PROCESSING SYSTEM GROUP",
+ "00a007": "APEXX TECHNOLOGY, INC.",
+ "00a008": "NETCORP",
+ "00a009": "WHITETREE NETWORK",
+ "00a00a": "Airspan",
+ "00a00b": "COMPUTEX CO., LTD.",
+ "00a00c": "KINGMAX TECHNOLOGY, INC.",
+ "00a00d": "THE PANDA PROJECT",
+ "00a00e": "NETSCOUT SYSTEMS INC",
+ "00a00f": "Broadband Technologies",
+ "00a010": "SYSLOGIC DATENTECHNIK AG",
+ "00a011": "MUTOH INDUSTRIES LTD.",
+ "00a012": "Telco Systems, Inc. ",
+ "00a013": "TELTREND LTD.",
+ "00a014": "CSIR",
+ "00a015": "WYLE",
+ "00a016": "MICROPOLIS CORP.",
+ "00a017": "J B M CORPORATION",
+ "00a018": "CREATIVE CONTROLLERS, INC.",
+ "00a019": "NEBULA CONSULTANTS, INC.",
+ "00a01a": "BINAR ELEKTRONIK AB",
+ "00a01b": "Zhone Technologies, Inc.",
+ "00a01c": "NASCENT NETWORKS CORPORATION",
+ "00a01d": "Red Lion Controls, LP",
+ "00a01e": "EST CORPORATION",
+ "00a01f": "TRICORD SYSTEMS, INC.",
+ "00a020": "CITICORP/TTI",
+ "00a021": "General Dynamics Mission Systems",
+ "00a022": "CENTRE FOR DEVELOPMENT OF ADVANCED COMPUTING",
+ "00a023": "APPLIED CREATIVE TECHNOLOGY, INC.",
+ "00a024": "3COM",
+ "00a025": "REDCOM LABS INC.",
+ "00a026": "TELDAT, S.A.",
+ "00a027": "FIREPOWER SYSTEMS, INC.",
+ "00a028": "CONNER PERIPHERALS",
+ "00a029": "COULTER CORPORATION",
+ "00a02a": "TRANCELL SYSTEMS",
+ "00a02b": "TRANSITIONS RESEARCH CORP.",
+ "00a02c": "interWAVE Communications",
+ "00a02d": "1394 Trade Association",
+ "00a02e": "BRAND COMMUNICATIONS, LTD.",
+ "00a02f": "ADB Broadband Italia",
+ "00a030": "CAPTOR NV/SA",
+ "00a031": "HAZELTINE CORPORATION, MS 1-17",
+ "00a032": "GES SINGAPORE PTE. LTD.",
+ "00a033": "imc MeBsysteme GmbH",
+ "00a034": "AXEL",
+ "00a035": "CYLINK CORPORATION",
+ "00a036": "APPLIED NETWORK TECHNOLOGY",
+ "00a037": "Mindray DS USA, Inc.",
+ "00a038": "EMAIL ELECTRONICS",
+ "00a039": "ROSS TECHNOLOGY, INC.",
+ "00a03a": "KUBOTEK CORPORATION",
+ "00a03b": "TOSHIN ELECTRIC CO., LTD.",
+ "00a03c": "EG&G NUCLEAR INSTRUMENTS",
+ "00a03d": "OPTO-22",
+ "00a03e": "ATM FORUM",
+ "00a03f": "COMPUTER SOCIETY MICROPROCESSOR & MICROPROCESSOR STANDARDS C",
+ "00a040": "Apple, Inc.",
+ "00a041": "INFICON",
+ "00a042": "SPUR PRODUCTS CORP.",
+ "00a043": "AMERICAN TECHNOLOGY LABS, INC.",
+ "00a044": "NTT IT CO., LTD.",
+ "00a045": "Phoenix Contact GmbH & Co. KG",
+ "00a046": "SCITEX CORP. LTD.",
+ "00a047": "INTEGRATED FITNESS CORP.",
+ "00a048": "QUESTECH, LTD.",
+ "00a049": "DIGITECH INDUSTRIES, INC.",
+ "00a04a": "NISSHIN ELECTRIC CO., LTD.",
+ "00a04b": "TFL LAN INC.",
+ "00a04c": "INNOVATIVE SYSTEMS & TECHNOLOGIES, INC.",
+ "00a04d": "EDA INSTRUMENTS, INC.",
+ "00a04e": "VOELKER TECHNOLOGIES, INC.",
+ "00a04f": "AMERITEC CORP.",
+ "00a050": "CYPRESS SEMICONDUCTOR",
+ "00a051": "ANGIA COMMUNICATIONS. INC.",
+ "00a052": "STANILITE ELECTRONICS PTY. LTD",
+ "00a053": "COMPACT DEVICES, INC.",
+ "00a054": "Private",
+ "00a055": "Data Device Corporation",
+ "00a056": "MICROPROSS",
+ "00a057": "LANCOM Systems GmbH",
+ "00a058": "GLORY, LTD.",
+ "00a059": "HAMILTON HALLMARK",
+ "00a05a": "KOFAX IMAGE PRODUCTS",
+ "00a05b": "MARQUIP, INC.",
+ "00a05c": "INVENTORY CONVERSION, INC./",
+ "00a05d": "CS COMPUTER SYSTEME GmbH",
+ "00a05e": "MYRIAD LOGIC INC.",
+ "00a05f": "BTG Electronics Design BV",
+ "00a060": "ACER PERIPHERALS, INC.",
+ "00a061": "PURITAN BENNETT",
+ "00a062": "AES PRODATA",
+ "00a063": "JRL SYSTEMS, INC.",
+ "00a064": "KVB/ANALECT",
+ "00a065": "Symantec Corporation",
+ "00a066": "ISA CO., LTD.",
+ "00a067": "NETWORK SERVICES GROUP",
+ "00a068": "BHP LIMITED",
+ "00a069": "Symmetricom, Inc.",
+ "00a06a": "Verilink Corporation",
+ "00a06b": "DMS DORSCH MIKROSYSTEM GMBH",
+ "00a06c": "SHINDENGEN ELECTRIC MFG. CO., LTD.",
+ "00a06d": "MANNESMANN TALLY CORPORATION",
+ "00a06e": "AUSTRON, INC.",
+ "00a06f": "Color Sentinel Systems, LLC",
+ "00a070": "COASTCOM",
+ "00a071": "VIDEO LOTTERY TECHNOLOGIES,INC",
+ "00a072": "OVATION SYSTEMS LTD.",
+ "00a073": "COM21, INC.",
+ "00a074": "PERCEPTION TECHNOLOGY",
+ "00a075": "MICRON TECHNOLOGY, INC.",
+ "00a076": "CARDWARE LAB, INC.",
+ "00a077": "FUJITSU NEXION, INC.",
+ "00a078": "Marconi Communications",
+ "00a079": "INC.",
+ "00a07a": "ADVANCED PERIPHERALS TECHNOLOGIES, INC.",
+ "00a07b": "DAWN COMPUTER INCORPORATION",
+ "00a07c": "TONYANG NYLON CO., LTD.",
+ "00a07d": "SEEQ TECHNOLOGY, INC.",
+ "00a07e": "AVID TECHNOLOGY, INC.",
+ "00a07f": "GSM-SYNTEL, LTD.",
+ "00a080": "Tattile SRL ",
+ "00a081": "ALCATEL DATA NETWORKS",
+ "00a082": "NKT ELEKTRONIK A/S",
+ "00a083": "ASIMMPHONY TURKEY",
+ "00a084": "Dataplex Pty Ltd",
+ "00a085": "Private",
+ "00a086": "AMBER WAVE SYSTEMS, INC.",
+ "00a087": "Microsemi Corporation",
+ "00a088": "ESSENTIAL COMMUNICATIONS",
+ "00a089": "XPOINT TECHNOLOGIES, INC.",
+ "00a08a": "BROOKTROUT TECHNOLOGY, INC.",
+ "00a08b": "ASTON ELECTRONIC DESIGNS LTD.",
+ "00a08c": "MultiMedia LANs, Inc.",
+ "00a08d": "JACOMO CORPORATION",
+ "00a08e": "Check Point Software Technologies",
+ "00a08f": "DESKNET SYSTEMS, INC.",
+ "00a090": "TimeStep Corporation",
+ "00a091": "APPLICOM INTERNATIONAL",
+ "00a092": "H. BOLLMANN MANUFACTURERS, LTD",
+ "00a093": "B/E AEROSPACE, Inc.",
+ "00a094": "COMSAT CORPORATION",
+ "00a095": "ACACIA NETWORKS, INC.",
+ "00a096": "MITSUMI ELECTRIC CO.,LTD.",
+ "00a097": "JC INFORMATION SYSTEMS",
+ "00a098": "NetApp",
+ "00a099": "K-NET LTD.",
+ "00a09a": "NIHON KOHDEN AMERICA",
+ "00a09b": "QPSX COMMUNICATIONS, LTD.",
+ "00a09c": "Xyplex, Inc.",
+ "00a09d": "JOHNATHON FREEMAN TECHNOLOGIES",
+ "00a09e": "ICTV",
+ "00a09f": "COMMVISION CORP.",
+ "00a0a0": "COMPACT DATA, LTD.",
+ "00a0a1": "EPIC DATA INC.",
+ "00a0a2": "B810 S.R.L.",
+ "00a0a3": "RELIABLE POWER METERS",
+ "00a0a4": "Oracle Corporation ",
+ "00a0a5": "TEKNOR MICROSYSTEME, INC.",
+ "00a0a6": "M.I. SYSTEMS, K.K.",
+ "00a0a7": "VORAX CORPORATION",
+ "00a0a8": "RENEX CORPORATION",
+ "00a0a9": "NAVTEL COMMUNICATIONS INC.",
+ "00a0aa": "SPACELABS MEDICAL",
+ "00a0ab": "NETCS INFORMATIONSTECHNIK GMBH",
+ "00a0ac": "GILAT SATELLITE NETWORKS, LTD.",
+ "00a0ad": "MARCONI SPA",
+ "00a0ae": "NUCOM SYSTEMS, INC.",
+ "00a0af": "WMS INDUSTRIES",
+ "00a0b0": "I-O DATA DEVICE,INC.",
+ "00a0b1": "FIRST VIRTUAL CORPORATION",
+ "00a0b2": "SHIMA SEIKI",
+ "00a0b3": "ZYKRONIX",
+ "00a0b4": "TEXAS MICROSYSTEMS, INC.",
+ "00a0b5": "3H TECHNOLOGY",
+ "00a0b6": "SANRITZ AUTOMATION CO., LTD.",
+ "00a0b7": "CORDANT, INC.",
+ "00a0b8": "NetApp",
+ "00a0b9": "EAGLE TECHNOLOGY, INC.",
+ "00a0ba": "PATTON ELECTRONICS CO.",
+ "00a0bb": "HILAN GMBH",
+ "00a0bc": "VIASAT, INCORPORATED",
+ "00a0bd": "I-TECH CORP.",
+ "00a0be": "INTEGRATED CIRCUIT SYSTEMS, INC. COMMUNICATIONS GROUP",
+ "00a0bf": "WIRELESS DATA GROUP MOTOROLA",
+ "00a0c0": "DIGITAL LINK CORP.",
+ "00a0c1": "ORTIVUS MEDICAL AB",
+ "00a0c2": "R.A. SYSTEMS CO., LTD.",
+ "00a0c3": "UNICOMPUTER GMBH",
+ "00a0c4": "CRISTIE ELECTRONICS LTD.",
+ "00a0c5": "Zyxel Communications Corporation",
+ "00a0c6": "Qualcomm Inc.",
+ "00a0c7": "TADIRAN TELECOMMUNICATIONS",
+ "00a0c8": "Adtran Inc",
+ "00a0c9": "Intel Corporation",
+ "00a0ca": "FUJITSU DENSO LTD.",
+ "00a0cb": "ARK TELECOMMUNICATIONS, INC.",
+ "00a0cc": "LITE-ON COMMUNICATIONS, INC.",
+ "00a0cd": "DR. JOHANNES HEIDENHAIN GmbH",
+ "00a0ce": "Ecessa",
+ "00a0cf": "SOTAS, INC.",
+ "00a0d0": "TEN X TECHNOLOGY, INC.",
+ "00a0d1": "INVENTEC CORPORATION",
+ "00a0d2": "ALLIED TELESIS INTERNATIONAL CORPORATION",
+ "00a0d3": "INSTEM COMPUTER SYSTEMS, LTD.",
+ "00a0d4": "RADIOLAN, INC.",
+ "00a0d5": "Sierra Wireless, ULC",
+ "00a0d6": "SBE, Inc.",
+ "00a0d7": "KASTEN CHASE APPLIED RESEARCH",
+ "00a0d8": "SPECTRA - TEK",
+ "00a0d9": "CONVEX COMPUTER CORPORATION",
+ "00a0da": "INTEGRATED SYSTEMS Technology, Inc.",
+ "00a0db": "FISHER & PAYKEL PRODUCTION",
+ "00a0dc": "O.N. ELECTRONIC CO., LTD.",
+ "00a0dd": "AZONIX CORPORATION",
+ "00a0de": "YAMAHA CORPORATION",
+ "00a0df": "STS TECHNOLOGIES, INC.",
+ "00a0e0": "TENNYSON TECHNOLOGIES PTY LTD",
+ "00a0e1": "WESTPORT RESEARCH ASSOCIATES, INC.",
+ "00a0e2": "Keisokugiken Corporation",
+ "00a0e3": "XKL SYSTEMS CORP.",
+ "00a0e4": "OPTIQUEST",
+ "00a0e5": "NHC COMMUNICATIONS",
+ "00a0e6": "DIALOGIC CORPORATION",
+ "00a0e7": "CENTRAL DATA CORPORATION",
+ "00a0e8": "REUTERS HOLDINGS PLC",
+ "00a0e9": "ELECTRONIC RETAILING SYSTEMS INTERNATIONAL",
+ "00a0ea": "ETHERCOM CORP.",
+ "00a0eb": "Encore Networks, Inc.",
+ "00a0ec": "TRANSMITTON LTD.",
+ "00a0ed": "Brooks Automation, Inc.",
+ "00a0ee": "NASHOBA NETWORKS",
+ "00a0ef": "LUCIDATA LTD.",
+ "00a0f0": "TORONTO MICROELECTRONICS INC.",
+ "00a0f1": "MTI",
+ "00a0f2": "INFOTEK COMMUNICATIONS, INC.",
+ "00a0f3": "STAUBLI",
+ "00a0f4": "GE",
+ "00a0f5": "RADGUARD LTD.",
+ "00a0f6": "AutoGas Systems Inc.",
+ "00a0f7": "V.I COMPUTER CORP.",
+ "00a0f8": "Zebra Technologies Inc",
+ "00a0f9": "BINTEC COMMUNICATIONS GMBH",
+ "00a0fa": "Marconi Communication GmbH",
+ "00a0fb": "Toray Engineering D Solutions Co., Ltd.",
+ "00a0fc": "IMAGE SCIENCES, INC.",
+ "00a0fd": "SCITEX DIGITAL PRINTING, INC.",
+ "00a0fe": "BOSTON TECHNOLOGY, INC.",
+ "00a0ff": "TELLABS OPERATIONS, INC.",
+ "00a159": "LG Electronics",
+ "00a1de": "ShenZhen ShiHua Technology CO.,LTD",
+ "00a265": "M2Motive Technology Inc.",
+ "00a289": "Cisco Systems, Inc",
+ "00a2da": "INAT GmbH",
+ "00a2ee": "Cisco Systems, Inc",
+ "00a2f5": "Guangzhou Yuanyun Network Technology Co.,Ltd",
+ "00a2ff": "abatec group AG",
+ "00a388": "SKY UK LIMITED",
+ "00a38e": "Cisco Systems, Inc",
+ "00a3d1": "Cisco Systems, Inc",
+ "00a41c": "Tonly Technology Co. Ltd ",
+ "00a45f": "Huawei Device Co., Ltd.",
+ "00a509": "WigWag Inc.",
+ "00a554": "Intel Corporate",
+ "00a5bf": "Cisco Systems, Inc",
+ "00a62b": "Shanghai High-Flying Electronics Technology Co.,Ltd",
+ "00a6ca": "Cisco Systems, Inc",
+ "00a742": "Cisco Systems, Inc",
+ "00a784": "ITX security",
+ "00a91d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00aa00": "Intel Corporation",
+ "00aa01": "Intel Corporation",
+ "00aa02": "Intel Corporation",
+ "00aa6e": "Cisco Systems, Inc",
+ "00aafd": "Texas Instruments",
+ "00ab48": "eero inc.",
+ "00ace0": "Commscope",
+ "00ad24": "D-Link International",
+ "00ad63": "Dedicated Micros Malta LTD",
+ "00add5": "Huawei Device Co., Ltd.",
+ "00aecd": "Pensando Systems",
+ "00aef7": "Limited",
+ "00aefa": "Murata Manufacturing Co., Ltd.",
+ "00af1f": "Cisco Systems, Inc",
+ "00b009": "Grass Valley, A Belden Brand",
+ "00b017": "InfoGear Technology Corp.",
+ "00b019": "UTC CCS",
+ "00b01c": "Westport Technologies",
+ "00b01e": "Rantic Labs, Inc.",
+ "00b02a": "ORSYS GmbH",
+ "00b02d": "ViaGate Technologies, Inc.",
+ "00b033": "OAO Izhevskiy radiozavod",
+ "00b03b": "HiQ Networks",
+ "00b048": "Marconi Communications Inc.",
+ "00b04a": "Cisco Systems, Inc",
+ "00b052": "Atheros Communications",
+ "00b064": "Cisco Systems, Inc",
+ "00b069": "Honewell Oy",
+ "00b06d": "Jones Futurex Inc.",
+ "00b080": "Mannesmann Ipulsys B.V.",
+ "00b086": "LocSoft Limited",
+ "00b08e": "Cisco Systems, Inc",
+ "00b091": "Transmeta Corp.",
+ "00b094": "Alaris, Inc.",
+ "00b09a": "Morrow Technologies Corp.",
+ "00b09d": "Point Grey Research Inc.",
+ "00b0ac": "SIAE-Microelettronica S.p.A.",
+ "00b0ae": "Symmetricom",
+ "00b0b3": "XSTREAMIS PLC",
+ "00b0c2": "Cisco Systems, Inc",
+ "00b0c7": "Tellabs Operations, Inc.",
+ "00b0ce": "Viveris Technologies",
+ "00b0d0": "Dell Inc.",
+ "00b0db": "Nextcell, Inc.",
+ "00b0df": "Starboard Storage Systems",
+ "00b0e1": "Cisco Systems, Inc",
+ "00b0e7": "British Federal Ltd.",
+ "00b0ec": "EACEM",
+ "00b0ee": "Ajile Systems, Inc.",
+ "00b0f0": "CALY NETWORKS",
+ "00b0f5": "NetWorth Technologies, Inc.",
+ "00b1e3": "Cisco Systems, Inc",
+ "00b338": "Kontron Asia Pacific Design Sdn. Bhd",
+ "00b342": "MacroSAN Technologies Co., Ltd.",
+ "00b362": "Apple, Inc.",
+ "00b4f5": "DongGuan Siyoto Electronics Co., Ltd ",
+ "00b56d": "David Electronics Co., LTD.",
+ "00b5d0": "Samsung Electronics Co.,Ltd",
+ "00b5d6": "Omnibit Inc.",
+ "00b600": "VOIM Co., Ltd.",
+ "00b670": "Cisco Systems, Inc",
+ "00b69f": "Latch",
+ "00b771": "Cisco Systems, Inc",
+ "00b78d": "Nanjing Shining Electric Automation Co., Ltd",
+ "00b7a8": "Heinzinger electronic GmbH",
+ "00b810": "Co.,Ltd",
+ "00b881": "New platforms LLC",
+ "00b8b3": "Cisco Systems, Inc",
+ "00b8b6": "Motorola Mobility LLC, a Lenovo Company",
+ "00b8c2": "Heights Telecom T ltd",
+ "00b9f6": "Shenzhen Super Rich Electronics Co.,Ltd",
+ "00bac0": "Biometric Access Company",
+ "00bb01": "OCTOTHORPE CORP.",
+ "00bb1c": "Huawei Device Co., Ltd.",
+ "00bb3a": "Amazon Technologies Inc.",
+ "00bb43": "Tiinlab Corporation",
+ "00bb60": "Intel Corporate",
+ "00bb8e": "HME Co., Ltd.",
+ "00bbc1": "CANON INC.",
+ "00bbf0": "UNGERMANN-BASS INC.",
+ "00bc2f": "Actiontec Electronics Inc.",
+ "00bc60": "Cisco Systems, Inc",
+ "00bd27": "Exar Corp.",
+ "00bd3a": "Nokia Corporation",
+ "00bd3e": "Vizio, Inc",
+ "00bd82": "Shenzhen YOUHUA Technology Co., Ltd",
+ "00be3b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00be43": "Dell Inc.",
+ "00be44": "Silicon Laboratories",
+ "00be75": "Cisco Systems, Inc",
+ "00be9e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "00bed5": "New H3C Technologies Co., Ltd",
+ "00bf15": "Genetec Inc.",
+ "00bf61": "Samsung Electronics Co.,Ltd",
+ "00bf77": "Cisco Systems, Inc",
+ "00bfaf": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "00c000": "LANOPTICS, LTD.",
+ "00c001": "DIATEK PATIENT MANAGMENT",
+ "00c002": "Sercomm Corporation.",
+ "00c003": "GLOBALNET COMMUNICATIONS",
+ "00c004": "JAPAN BUSINESS COMPUTER CO.LTD",
+ "00c005": "LIVINGSTON ENTERPRISES, INC.",
+ "00c006": "NIPPON AVIONICS CO., LTD.",
+ "00c007": "PINNACLE DATA SYSTEMS, INC.",
+ "00c008": "SECO SRL",
+ "00c009": "PTE LTD",
+ "00c00a": "MICRO CRAFT",
+ "00c00b": "NORCONTROL A.S.",
+ "00c00c": "RELIA TECHNOLGIES",
+ "00c00d": "ADVANCED LOGIC RESEARCH, INC.",
+ "00c00e": "PSITECH, INC.",
+ "00c00f": "QUANTUM SOFTWARE SYSTEMS LTD.",
+ "00c010": "HIRAKAWA HEWTECH CORP.",
+ "00c011": "INTERACTIVE COMPUTING DEVICES",
+ "00c012": "NETSPAN CORPORATION",
+ "00c013": "NETRIX",
+ "00c014": "TELEMATICS CALABASAS INT'L,INC",
+ "00c015": "NEW MEDIA CORPORATION",
+ "00c016": "ELECTRONIC THEATRE CONTROLS",
+ "00c017": "NetAlly",
+ "00c018": "LANART CORPORATION",
+ "00c019": "LEAP TECHNOLOGY, INC.",
+ "00c01a": "COROMETRICS MEDICAL SYSTEMS",
+ "00c01b": "SOCKET COMMUNICATIONS, INC.",
+ "00c01c": "INTERLINK COMMUNICATIONS LTD.",
+ "00c01d": "GRAND JUNCTION NETWORKS, INC.",
+ "00c01e": "LA FRANCAISE DES JEUX",
+ "00c01f": "S.E.R.C.E.L.",
+ "00c020": "ARCO ELECTRONIC, CONTROL LTD.",
+ "00c021": "NETEXPRESS",
+ "00c022": "LASERMASTER TECHNOLOGIES, INC.",
+ "00c023": "TUTANKHAMON ELECTRONICS",
+ "00c024": "EDEN SISTEMAS DE COMPUTACAO SA",
+ "00c025": "DATAPRODUCTS CORPORATION",
+ "00c026": "LANS TECHNOLOGY CO., LTD.",
+ "00c027": "CIPHER SYSTEMS, INC.",
+ "00c028": "JASCO CORPORATION",
+ "00c029": "Aginode Germany GmbH",
+ "00c02a": "OHKURA ELECTRIC CO., LTD.",
+ "00c02b": "GERLOFF GESELLSCHAFT FUR",
+ "00c02c": "CENTRUM COMMUNICATIONS, INC.",
+ "00c02d": "FUJI PHOTO FILM CO., LTD.",
+ "00c02e": "NETWIZ",
+ "00c02f": "OKUMA CORPORATION",
+ "00c030": "INTEGRATED ENGINEERING B. V.",
+ "00c031": "DESIGN RESEARCH SYSTEMS, INC.",
+ "00c032": "I-CUBED LIMITED",
+ "00c033": "TELEBIT COMMUNICATIONS APS",
+ "00c034": "TRANSACTION NETWORK",
+ "00c035": "QUINTAR COMPANY",
+ "00c036": "RAYTECH ELECTRONIC CORP.",
+ "00c037": "DYNATEM",
+ "00c038": "RASTER IMAGE PROCESSING SYSTEM",
+ "00c039": "Teridian Semiconductor Corporation",
+ "00c03a": "duagon Germany GmbH",
+ "00c03b": "MULTIACCESS COMPUTING CORP.",
+ "00c03c": "TOWER TECH S.R.L.",
+ "00c03d": "WIESEMANN & THEIS GMBH",
+ "00c03e": "FA. GEBR. HELLER GMBH",
+ "00c03f": "STORES AUTOMATED SYSTEMS, INC.",
+ "00c040": "ECCI",
+ "00c041": "DIGITAL TRANSMISSION SYSTEMS",
+ "00c042": "DATALUX CORP.",
+ "00c043": "STRATACOM",
+ "00c044": "EMCOM CORPORATION",
+ "00c045": "ISOLATION SYSTEMS, LTD.",
+ "00c046": "Blue Chip Technology Ltd",
+ "00c047": "UNIMICRO SYSTEMS, INC.",
+ "00c048": "BAY TECHNICAL ASSOCIATES",
+ "00c049": "U.S. ROBOTICS, INC.",
+ "00c04a": "GROUP 2000 AG",
+ "00c04b": "CREATIVE MICROSYSTEMS",
+ "00c04c": "DEPARTMENT OF FOREIGN AFFAIRS",
+ "00c04d": "MITEC, INC.",
+ "00c04e": "COMTROL CORPORATION",
+ "00c04f": "Dell Inc.",
+ "00c050": "TOYO DENKI SEIZO K.K.",
+ "00c051": "ADVANCED INTEGRATION RESEARCH",
+ "00c052": "BURR-BROWN",
+ "00c053": "Aspect Software Inc.",
+ "00c054": "NETWORK PERIPHERALS, LTD.",
+ "00c055": "MODULAR COMPUTING TECHNOLOGIES",
+ "00c056": "SOMELEC",
+ "00c057": "MYCO ELECTRONICS",
+ "00c058": "DATAEXPERT CORP.",
+ "00c059": "DENSO CORPORATION",
+ "00c05a": "SEMAPHORE COMMUNICATIONS CORP.",
+ "00c05b": "NETWORKS NORTHWEST, INC.",
+ "00c05c": "ELONEX PLC",
+ "00c05d": "L&N TECHNOLOGIES",
+ "00c05e": "VARI-LITE, INC.",
+ "00c05f": "FINE-PAL COMPANY LIMITED",
+ "00c060": "ID SCANDINAVIA AS",
+ "00c061": "SOLECTEK CORPORATION",
+ "00c062": "IMPULSE TECHNOLOGY",
+ "00c063": "MORNING STAR TECHNOLOGIES, INC",
+ "00c064": "General Datacomm LLC",
+ "00c065": "SCOPE COMMUNICATIONS, INC.",
+ "00c066": "DOCUPOINT, INC.",
+ "00c067": "UNITED BARCODE INDUSTRIES",
+ "00c068": "HME Clear-Com LTD.",
+ "00c069": "Axxcelera Broadband Wireless",
+ "00c06a": "Zahner-Elektrik Ingeborg Zahner-Schiller GmbH & Co. KG.",
+ "00c06b": "OSI PLUS CORPORATION",
+ "00c06c": "SVEC COMPUTER CORP.",
+ "00c06d": "BOCA RESEARCH, INC.",
+ "00c06e": "HAFT TECHNOLOGY, INC.",
+ "00c06f": "KOMATSU LTD.",
+ "00c070": "SECTRA SECURE-TRANSMISSION AB",
+ "00c071": "AREANEX COMMUNICATIONS, INC.",
+ "00c072": "KNX LTD.",
+ "00c073": "XEDIA CORPORATION",
+ "00c074": "TOYODA AUTOMATIC LOOM",
+ "00c075": "XANTE CORPORATION",
+ "00c076": "I-DATA INTERNATIONAL A-S",
+ "00c077": "DAEWOO TELECOM LTD.",
+ "00c078": "COMPUTER SYSTEMS ENGINEERING",
+ "00c079": "FONSYS CO.,LTD.",
+ "00c07a": "PRIVA B.V.",
+ "00c07b": "ASCEND COMMUNICATIONS, INC.",
+ "00c07c": "HIGHTECH INFORMATION",
+ "00c07d": "RISC DEVELOPMENTS LTD.",
+ "00c07e": "KUBOTA CORPORATION ELECTRONIC",
+ "00c07f": "NUPON COMPUTING CORP.",
+ "00c080": "NETSTAR, INC.",
+ "00c081": "METRODATA LTD.",
+ "00c082": "MOORE PRODUCTS CO.",
+ "00c083": "TRACE MOUNTAIN PRODUCTS, INC.",
+ "00c084": "DATA LINK CORP. LTD.",
+ "00c085": "ELECTRONICS FOR IMAGING, INC.",
+ "00c086": "THE LYNK CORPORATION",
+ "00c087": "UUNET TECHNOLOGIES, INC.",
+ "00c088": "EKF ELEKTRONIK GMBH",
+ "00c089": "TELINDUS DISTRIBUTION",
+ "00c08a": "Lauterbach GmbH",
+ "00c08b": "RISQ MODULAR SYSTEMS, INC.",
+ "00c08c": "PERFORMANCE TECHNOLOGIES, INC.",
+ "00c08d": "TRONIX PRODUCT DEVELOPMENT",
+ "00c08e": "NETWORK INFORMATION TECHNOLOGY",
+ "00c08f": "Panasonic Electric Works Co., Ltd.",
+ "00c090": "PRAIM S.R.L.",
+ "00c091": "JABIL CIRCUIT, INC.",
+ "00c092": "MENNEN MEDICAL INC.",
+ "00c093": "ALTA RESEARCH CORP.",
+ "00c094": "VMX INC.",
+ "00c095": "ZNYX Networks, Inc.",
+ "00c096": "TAMURA CORPORATION",
+ "00c097": "ARCHIPEL SA",
+ "00c098": "CHUNTEX ELECTRONIC CO., LTD.",
+ "00c099": "YOSHIKI INDUSTRIAL CO.,LTD.",
+ "00c09a": "PHOTONICS CORPORATION",
+ "00c09b": "Tellabs Enterprise, Inc.",
+ "00c09c": "HIOKI E.E. CORPORATION",
+ "00c09d": "DISTRIBUTED SYSTEMS INT'L, INC",
+ "00c09e": "CACHE COMPUTERS, INC.",
+ "00c09f": "Quanta Computer Inc.",
+ "00c0a0": "ADVANCE MICRO RESEARCH, INC.",
+ "00c0a1": "TOKYO DENSHI SEKEI CO.",
+ "00c0a2": "INTERMEDIUM A/S",
+ "00c0a3": "DUAL ENTERPRISES CORPORATION",
+ "00c0a4": "UNIGRAF OY",
+ "00c0a5": "DICKENS DATA SYSTEMS",
+ "00c0a6": "EXICOM AUSTRALIA PTY. LTD",
+ "00c0a7": "SEEL LTD.",
+ "00c0a8": "GVC CORPORATION",
+ "00c0a9": "BARRON MCCANN LTD.",
+ "00c0aa": "SILICON VALLEY COMPUTER",
+ "00c0ab": "Telco Systems, Inc. ",
+ "00c0ac": "GAMBIT COMPUTER COMMUNICATIONS",
+ "00c0ad": "MARBEN COMMUNICATION SYSTEMS",
+ "00c0ae": "TOWERCOM CO. INC. DBA PC HOUSE",
+ "00c0af": "TEKLOGIX INC.",
+ "00c0b0": "GCC TECHNOLOGIES,INC.",
+ "00c0b1": "GENIUS NET CO.",
+ "00c0b2": "NORAND CORPORATION",
+ "00c0b3": "COMSTAT DATACOMM CORPORATION",
+ "00c0b4": "MYSON TECHNOLOGY, INC.",
+ "00c0b5": "CORPORATE NETWORK SYSTEMS,INC.",
+ "00c0b6": "HVE, Inc. ",
+ "00c0b7": "AMERICAN POWER CONVERSION CORP",
+ "00c0b8": "FRASER'S HILL LTD.",
+ "00c0b9": "FUNK SOFTWARE, INC.",
+ "00c0ba": "NETVANTAGE",
+ "00c0bb": "FORVAL CREATIVE, INC.",
+ "00c0bc": "TELECOM AUSTRALIA/CSSC",
+ "00c0bd": "INEX TECHNOLOGIES, INC.",
+ "00c0be": "ALCATEL - SEL",
+ "00c0bf": "TECHNOLOGY CONCEPTS, LTD.",
+ "00c0c0": "SHORE MICROSYSTEMS, INC.",
+ "00c0c1": "QUAD/GRAPHICS, INC.",
+ "00c0c2": "INFINITE NETWORKS LTD.",
+ "00c0c3": "ACUSON COMPUTED SONOGRAPHY",
+ "00c0c4": "COMPUTER OPERATIONAL",
+ "00c0c5": "SID INFORMATICA",
+ "00c0c6": "PERSONAL MEDIA CORP.",
+ "00c0c7": "SPARKTRUM MICROSYSTEMS, INC.",
+ "00c0c8": "MICRO BYTE PTY. LTD.",
+ "00c0c9": "ELSAG BAILEY PROCESS",
+ "00c0ca": "ALFA, INC.",
+ "00c0cb": "CONTROL TECHNOLOGY CORPORATION",
+ "00c0cc": "TELESCIENCES CO SYSTEMS, INC.",
+ "00c0cd": "COMELTA, S.A.",
+ "00c0ce": "CEI SYSTEMS & ENGINEERING PTE",
+ "00c0cf": "IMATRAN VOIMA OY",
+ "00c0d0": "RATOC SYSTEM INC.",
+ "00c0d1": "COMTREE TECHNOLOGY CORPORATION",
+ "00c0d2": "SYNTELLECT, INC.",
+ "00c0d3": "OLYMPUS IMAGE SYSTEMS, INC.",
+ "00c0d4": "AXON NETWORKS, INC.",
+ "00c0d5": "Werbeagentur Jürgen Siebert",
+ "00c0d6": "J1 SYSTEMS, INC.",
+ "00c0d7": "TAIWAN TRADING CENTER DBA",
+ "00c0d8": "UNIVERSAL DATA SYSTEMS",
+ "00c0d9": "QUINTE NETWORK CONFIDENTIALITY",
+ "00c0da": "NICE SYSTEMS LTD.",
+ "00c0db": "LTD.",
+ "00c0dc": "EOS TECHNOLOGIES, INC.",
+ "00c0dd": "QLogic Corporation",
+ "00c0de": "ZCOMM, INC.",
+ "00c0df": "KYE Systems Corp.",
+ "00c0e0": "DSC COMMUNICATION CORP.",
+ "00c0e1": "SONIC SOLUTIONS",
+ "00c0e2": "CALCOMP, INC.",
+ "00c0e3": "OSITECH COMMUNICATIONS, INC.",
+ "00c0e4": "SIEMENS BUILDING",
+ "00c0e5": "GESPAC, S.A.",
+ "00c0e6": "Verilink Corporation",
+ "00c0e7": "FIBERDATA AB",
+ "00c0e8": "PLEXCOM, INC.",
+ "00c0e9": "OAK SOLUTIONS, LTD.",
+ "00c0ea": "ARRAY TECHNOLOGY LTD.",
+ "00c0eb": "SEH COMPUTERTECHNIK GMBH",
+ "00c0ec": "DAUPHIN TECHNOLOGY",
+ "00c0ed": "US ARMY ELECTRONIC",
+ "00c0ee": "KYOCERA Display Corporation",
+ "00c0ef": "ABIT CORPORATION",
+ "00c0f0": "Kingston Technology Company, Inc.",
+ "00c0f1": "SHINKO ELECTRIC CO., LTD.",
+ "00c0f2": "Lantronix",
+ "00c0f3": "NETWORK COMMUNICATIONS CORP.",
+ "00c0f4": "INTERLINK SYSTEM CO., LTD.",
+ "00c0f5": "METACOMP, INC.",
+ "00c0f6": "CELAN TECHNOLOGY INC.",
+ "00c0f7": "ENGAGE COMMUNICATION, INC.",
+ "00c0f8": "ABOUT COMPUTING INC.",
+ "00c0f9": "Artesyn Embedded Technologies",
+ "00c0fa": "CANARY COMMUNICATIONS, INC.",
+ "00c0fb": "ADVANCED TECHNOLOGY LABS",
+ "00c0fc": "ELASTIC REALITY, INC.",
+ "00c0fd": "PROSUM",
+ "00c0fe": "APTEC COMPUTER SYSTEMS, INC.",
+ "00c0ff": "Seagate Cloud Systems Inc",
+ "00c14f": "DDL Co,.ltd.",
+ "00c164": "Cisco Systems, Inc",
+ "00c1b1": "Cisco Systems, Inc",
+ "00c28f": "Allied Telesis K.K.",
+ "00c2c6": "Intel Corporate",
+ "00c30a": "Xiaomi Communications Co Ltd",
+ "00c343": "E-T-A Circuit Breakers Ltd",
+ "00c3f4": "Samsung Electronics Co.,Ltd",
+ "00c52c": "Juniper Networks",
+ "00c585": "Apple, Inc.",
+ "00c5db": "Datatech Sistemas Digitales Avanzados SL",
+ "00c610": "Apple, Inc.",
+ "00c711": "ITEL MOBILE LIMITED",
+ "00c84e": "Hewlett Packard Enterprise",
+ "00c88b": "Cisco Systems, Inc",
+ "00c896": "CIG SHANGHAI CO LTD",
+ "00cae0": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "00cae5": "Cisco Systems, Inc",
+ "00cb00": "Private",
+ "00cb51": "Sagemcom Broadband SAS",
+ "00cb7a": "Vantiva USA LLC",
+ "00cbb4": "SHENZHEN ATEKO PHOTOELECTRICITY CO.,LTD",
+ "00cbbd": "Cambridge Broadband Networks Group",
+ "00cc34": "Juniper Networks",
+ "00cc3f": "Universal Electronics, Inc.",
+ "00ccfc": "Cisco Systems, Inc",
+ "00cd90": "MAS Elektronik AG",
+ "00cdfe": "Apple, Inc.",
+ "00ce30": "Express LUCK Industrial Ltd.",
+ "00cf1c": "Communication Machinery Corporation",
+ "00cfc0": "China Mobile Group Device Co.,Ltd.",
+ "00d000": "FERRAN SCIENTIFIC, INC.",
+ "00d001": "VST TECHNOLOGIES, INC.",
+ "00d002": "DITECH CORPORATION",
+ "00d003": "COMDA ENTERPRISES CORP.",
+ "00d004": "PENTACOM LTD.",
+ "00d005": "ZHS ZEITMANAGEMENTSYSTEME",
+ "00d006": "Cisco Systems, Inc",
+ "00d007": "MIC ASSOCIATES, INC.",
+ "00d008": "MACTELL CORPORATION",
+ "00d009": "HSING TECH. ENTERPRISE CO. LTD",
+ "00d00a": "LANACCESS TELECOM S.A.",
+ "00d00b": "RHK TECHNOLOGY, INC.",
+ "00d00c": "SNIJDER MICRO SYSTEMS",
+ "00d00d": "MICROMERITICS INSTRUMENT",
+ "00d00e": "PLURIS, INC.",
+ "00d00f": "SPEECH DESIGN GMBH",
+ "00d010": "CONVERGENT NETWORKS, INC.",
+ "00d011": "PRISM VIDEO, INC.",
+ "00d012": "GATEWORKS CORP.",
+ "00d013": "PRIMEX AEROSPACE COMPANY",
+ "00d014": "ROOT, INC.",
+ "00d015": "UNIVEX MICROTECHNOLOGY CORP.",
+ "00d016": "SCM MICROSYSTEMS, INC.",
+ "00d017": "SYNTECH INFORMATION CO., LTD.",
+ "00d018": "QWES. COM, INC.",
+ "00d019": "DAINIPPON SCREEN CORPORATE",
+ "00d01a": "URMET TLC S.P.A.",
+ "00d01b": "MIMAKI ENGINEERING CO., LTD.",
+ "00d01c": "SBS TECHNOLOGIES,",
+ "00d01d": "FURUNO ELECTRIC CO., LTD.",
+ "00d01e": "PINGTEL CORP.",
+ "00d01f": "Senetas Corporation Ltd",
+ "00d020": "AIM SYSTEM, INC.",
+ "00d021": "REGENT ELECTRONICS CORP.",
+ "00d022": "INCREDIBLE TECHNOLOGIES, INC.",
+ "00d023": "INFORTREND TECHNOLOGY, INC.",
+ "00d024": "Cognex Corporation",
+ "00d025": "XROSSTECH, INC.",
+ "00d026": "HIRSCHMANN AUSTRIA GMBH",
+ "00d027": "APPLIED AUTOMATION, INC.",
+ "00d028": "Harmonic, Inc",
+ "00d029": "WAKEFERN FOOD CORPORATION",
+ "00d02a": "Voxent Systems Ltd.",
+ "00d02b": "JETCELL, INC.",
+ "00d02c": "CAMPBELL SCIENTIFIC, INC.",
+ "00d02d": "Resideo",
+ "00d02e": "COMMUNICATION AUTOMATION CORP.",
+ "00d02f": "VLSI TECHNOLOGY INC.",
+ "00d030": "Safetran Systems Corp",
+ "00d031": "INDUSTRIAL LOGIC CORPORATION",
+ "00d032": "YANO ELECTRIC CO., LTD.",
+ "00d033": "DALIAN DAXIAN NETWORK",
+ "00d034": "ORMEC SYSTEMS CORP.",
+ "00d035": "BEHAVIOR TECH. COMPUTER CORP.",
+ "00d036": "TECHNOLOGY ATLANTA CORP.",
+ "00d037": "Commscope",
+ "00d038": "FIVEMERE, LTD.",
+ "00d039": "UTILICOM, INC.",
+ "00d03a": "ZONEWORX, INC.",
+ "00d03b": "VISION PRODUCTS PTY. LTD.",
+ "00d03c": "Vieo, Inc.",
+ "00d03d": "GALILEO TECHNOLOGY, LTD.",
+ "00d03e": "ROCKETCHIPS, INC.",
+ "00d03f": "AMERICAN COMMUNICATION",
+ "00d040": "SYSMATE CO., LTD.",
+ "00d041": "AMIGO TECHNOLOGY CO., LTD.",
+ "00d042": "MAHLO GMBH & CO. UG",
+ "00d043": "ZONAL RETAIL DATA SYSTEMS",
+ "00d044": "ALIDIAN NETWORKS, INC.",
+ "00d045": "KVASER AB",
+ "00d046": "DOLBY LABORATORIES, INC.",
+ "00d047": "XN TECHNOLOGIES",
+ "00d048": "ECTON, INC.",
+ "00d049": "IMPRESSTEK CO., LTD.",
+ "00d04a": "PRESENCE TECHNOLOGY GMBH",
+ "00d04b": "LA CIE GROUP S.A.",
+ "00d04c": "Eseye Design Ltd",
+ "00d04d": "DIV OF RESEARCH & STATISTICS",
+ "00d04e": "LOGIBAG",
+ "00d04f": "BITRONICS, INC.",
+ "00d050": "Iskratel d.o.o.",
+ "00d051": "O2 MICRO, INC.",
+ "00d052": "ASCEND COMMUNICATIONS, INC.",
+ "00d053": "CONNECTED SYSTEMS",
+ "00d054": "SAS INSTITUTE INC.",
+ "00d055": "KATHREIN-WERKE KG",
+ "00d056": "SOMAT CORPORATION",
+ "00d057": "ULTRAK, INC.",
+ "00d058": "Cisco Systems, Inc",
+ "00d059": "AMBIT MICROSYSTEMS CORP.",
+ "00d05a": "SYMBIONICS, LTD.",
+ "00d05b": "ACROLOOP MOTION CONTROL",
+ "00d05c": "KATHREIN TechnoTrend GmbH",
+ "00d05d": "INTELLIWORXX, INC.",
+ "00d05e": "STRATABEAM TECHNOLOGY, INC.",
+ "00d05f": "VALCOM, INC.",
+ "00d060": "Panasonic Europe Ltd.",
+ "00d061": "TREMON ENTERPRISES CO., LTD.",
+ "00d062": "DIGIGRAM",
+ "00d063": "Cisco Systems, Inc",
+ "00d064": "MULTITEL",
+ "00d065": "TOKO ELECTRIC",
+ "00d066": "WINTRISS ENGINEERING CORP.",
+ "00d067": "CAMPIO COMMUNICATIONS",
+ "00d068": "IWILL CORPORATION",
+ "00d069": "TECHNOLOGIC SYSTEMS",
+ "00d06a": "LINKUP SYSTEMS CORPORATION",
+ "00d06b": "SR TELECOM INC.",
+ "00d06c": "SHAREWAVE, INC.",
+ "00d06d": "ACRISON, INC.",
+ "00d06e": "TRENDVIEW RECORDERS LTD.",
+ "00d06f": "KMC CONTROLS",
+ "00d070": "LONG WELL ELECTRONICS CORP.",
+ "00d071": "ECHELON CORP.",
+ "00d072": "BROADLOGIC",
+ "00d073": "ACN ADVANCED COMMUNICATIONS",
+ "00d074": "TAQUA SYSTEMS, INC.",
+ "00d075": "ALARIS MEDICAL SYSTEMS, INC.",
+ "00d076": "Bank of America",
+ "00d077": "LUCENT TECHNOLOGIES",
+ "00d078": "Eltex of Sweden AB",
+ "00d079": "Cisco Systems, Inc",
+ "00d07a": "AMAQUEST COMPUTER CORP.",
+ "00d07b": "COMCAM INTERNATIONAL INC",
+ "00d07c": "JTEKT ELECTRONICS CORPORATION",
+ "00d07d": "COSINE COMMUNICATIONS",
+ "00d07e": "KEYCORP LTD.",
+ "00d07f": "STRATEGY & TECHNOLOGY, LIMITED",
+ "00d080": "EXABYTE CORPORATION",
+ "00d081": "RTD Embedded Technologies, Inc.",
+ "00d082": "IOWAVE INC.",
+ "00d083": "INVERTEX, INC.",
+ "00d084": "NEXCOMM SYSTEMS, INC.",
+ "00d085": "OTIS ELEVATOR COMPANY",
+ "00d086": "FOVEON, INC.",
+ "00d087": "MICROFIRST INC.",
+ "00d088": "Commscope",
+ "00d089": "DYNACOLOR, INC.",
+ "00d08a": "PHOTRON USA",
+ "00d08b": "ADVA Optical Networking Ltd.",
+ "00d08c": "GENOA TECHNOLOGY, INC.",
+ "00d08d": "PHOENIX GROUP, INC.",
+ "00d08e": "Grass Valley, A Belden Brand",
+ "00d08f": "ARDENT TECHNOLOGIES, INC.",
+ "00d090": "Cisco Systems, Inc",
+ "00d091": "SMARTSAN SYSTEMS, INC.",
+ "00d092": "GLENAYRE WESTERN MULTIPLEX",
+ "00d093": "TQ - COMPONENTS GMBH",
+ "00d094": "Seeion Control LLC",
+ "00d095": "Alcatel-Lucent Enterprise",
+ "00d096": "3COM EUROPE LTD",
+ "00d097": "Cisco Systems, Inc",
+ "00d098": "Photon Dynamics Canada Inc.",
+ "00d099": "Elcard Wireless Systems Oy",
+ "00d09a": "FILANET CORPORATION",
+ "00d09b": "SPECTEL LTD.",
+ "00d09c": "KAPADIA COMMUNICATIONS",
+ "00d09d": "VERIS INDUSTRIES",
+ "00d09e": "2Wire Inc",
+ "00d09f": "NOVTEK TEST SYSTEMS",
+ "00d0a0": "MIPS DENMARK",
+ "00d0a1": "OSKAR VIERLING GMBH + CO. KG",
+ "00d0a2": "INTEGRATED DEVICE",
+ "00d0a3": "VOCAL DATA, INC.",
+ "00d0a4": "ALANTRO COMMUNICATIONS",
+ "00d0a5": "AMERICAN ARIUM",
+ "00d0a6": "LANBIRD TECHNOLOGY CO., LTD.",
+ "00d0a7": "TOKYO SOKKI KENKYUJO CO., LTD.",
+ "00d0a8": "NETWORK ENGINES, INC.",
+ "00d0a9": "SHINANO KENSHI CO., LTD.",
+ "00d0aa": "CHASE COMMUNICATIONS",
+ "00d0ab": "DELTAKABEL TELECOM CV",
+ "00d0ac": "Commscope, Inc",
+ "00d0ad": "TL INDUSTRIES",
+ "00d0ae": "ORESIS COMMUNICATIONS, INC.",
+ "00d0af": "CUTLER-HAMMER, INC.",
+ "00d0b0": "BITSWITCH LTD.",
+ "00d0b1": "OMEGA ELECTRONICS SA",
+ "00d0b2": "Xiotech Corporation",
+ "00d0b3": "DRS Technologies Canada Ltd",
+ "00d0b4": "KATSUJIMA CO., LTD.",
+ "00d0b5": "IPricot formerly DotCom",
+ "00d0b6": "CRESCENT NETWORKS, INC.",
+ "00d0b7": "Intel Corporation",
+ "00d0b8": "Iomega Corporation",
+ "00d0b9": "MICROTEK INTERNATIONAL, INC.",
+ "00d0ba": "Cisco Systems, Inc",
+ "00d0bb": "Cisco Systems, Inc",
+ "00d0bc": "Cisco Systems, Inc",
+ "00d0be": "EMUTEC INC.",
+ "00d0bf": "PIVOTAL TECHNOLOGIES",
+ "00d0c0": "Cisco Systems, Inc",
+ "00d0c1": "HARMONIC DATA SYSTEMS, LTD.",
+ "00d0c2": "BALTHAZAR TECHNOLOGY AB",
+ "00d0c3": "VIVID TECHNOLOGY PTE, LTD.",
+ "00d0c4": "TERATECH CORPORATION",
+ "00d0c5": "COMPUTATIONAL SYSTEMS, INC.",
+ "00d0c6": "THOMAS & BETTS CORP.",
+ "00d0c7": "PATHWAY, INC.",
+ "00d0c8": "Prevas A/S",
+ "00d0c9": "ADVANTECH CO., LTD.",
+ "00d0ca": "Intrinsyc Software International Inc.",
+ "00d0cb": "DASAN CO., LTD.",
+ "00d0cc": "TECHNOLOGIES LYRE INC.",
+ "00d0cd": "ATAN TECHNOLOGY INC.",
+ "00d0ce": "TASKING Labs",
+ "00d0cf": "MORETON BAY",
+ "00d0d0": "ZHONGXING TELECOM LTD.",
+ "00d0d1": "Sycamore Networks",
+ "00d0d2": "EPILOG CORPORATION",
+ "00d0d3": "Cisco Systems, Inc",
+ "00d0d4": "V-BITS, INC.",
+ "00d0d5": "GRUNDIG AG",
+ "00d0d6": "AETHRA TELECOMUNICAZIONI",
+ "00d0d7": "B2C2, INC.",
+ "00d0d8": "3COM",
+ "00d0d9": "DEDICATED MICROCOMPUTERS",
+ "00d0da": "TAICOM DATA SYSTEMS CO., LTD.",
+ "00d0db": "MCQUAY INTERNATIONAL",
+ "00d0dc": "MODULAR MINING SYSTEMS, INC.",
+ "00d0dd": "SUNRISE TELECOM, INC.",
+ "00d0de": "PHILIPS MULTIMEDIA NETWORK",
+ "00d0df": "KUZUMI ELECTRONICS, INC.",
+ "00d0e0": "DOOIN ELECTRONICS CO.",
+ "00d0e1": "AVIONITEK ISRAEL INC.",
+ "00d0e2": "MRT MICRO, INC.",
+ "00d0e3": "ELE-CHEM ENGINEERING CO., LTD.",
+ "00d0e4": "Cisco Systems, Inc",
+ "00d0e5": "SOLIDUM SYSTEMS CORP.",
+ "00d0e6": "IBOND INC.",
+ "00d0e7": "VCON TELECOMMUNICATION LTD.",
+ "00d0e8": "MAC SYSTEM CO., LTD.",
+ "00d0e9": "Advantage Century Telecommunication Corp.",
+ "00d0ea": "NEXTONE COMMUNICATIONS, INC.",
+ "00d0eb": "LIGHTERA NETWORKS, INC.",
+ "00d0ec": "NAKAYO Inc",
+ "00d0ed": "XIOX",
+ "00d0ee": "DICTAPHONE CORPORATION",
+ "00d0ef": "IGT",
+ "00d0f0": "CONVISION TECHNOLOGY GMBH",
+ "00d0f1": "SEGA ENTERPRISES, LTD.",
+ "00d0f2": "MONTEREY NETWORKS",
+ "00d0f3": "SOLARI DI UDINE SPA",
+ "00d0f4": "CARINTHIAN TECH INSTITUTE",
+ "00d0f5": "ORANGE MICRO, INC.",
+ "00d0f6": "Nokia",
+ "00d0f7": "NEXT NETS CORPORATION",
+ "00d0f8": "FUJIAN STAR TERMINAL",
+ "00d0f9": "ACUTE COMMUNICATIONS CORP.",
+ "00d0fa": "Thales e-Security Ltd.",
+ "00d0fb": "TEK MICROSYSTEMS, INCORPORATED",
+ "00d0fc": "GRANITE MICROSYSTEMS",
+ "00d0fd": "OPTIMA TELE.COM, INC.",
+ "00d0fe": "ASTRAL POINT",
+ "00d0ff": "Cisco Systems, Inc",
+ "00d11c": "ACETEL",
+ "00d279": "VINGROUP JOINT STOCK COMPANY",
+ "00d2b1": "Co.,Ltd.",
+ "00d318": "SPG Controls",
+ "00d38d": "Hotel Technology Next Generation",
+ "00d49e": "Intel Corporate",
+ "00d598": "BOPEL MOBILE TECHNOLOGY CO.,LIMITED",
+ "00d626": "Mist Systems, Inc.",
+ "00d632": "GE Energy",
+ "00d6cb": "Quectel Wireless Solutions Co.,Ltd.",
+ "00d6fe": "Cisco Systems, Inc",
+ "00d76d": "Intel Corporate",
+ "00d78f": "Cisco Systems, Inc",
+ "00d861": "Micro-Star INTL CO., LTD.",
+ "00d8a2": "Huawei Device Co., Ltd.",
+ "00d9d1": "Sony Interactive Entertainment Inc.",
+ "00da27": "Palo Alto Networks",
+ "00da55": "Cisco Systems, Inc",
+ "00db1e": "Albedo Telecom SL",
+ "00db45": "THAMWAY CO.,LTD.",
+ "00db70": "Apple, Inc.",
+ "00dbdf": "Intel Corporate",
+ "00dcb2": "Extreme Networks Headquarters",
+ "00dd00": "UNGERMANN-BASS INC.",
+ "00dd01": "UNGERMANN-BASS INC.",
+ "00dd02": "UNGERMANN-BASS INC.",
+ "00dd03": "UNGERMANN-BASS INC.",
+ "00dd04": "UNGERMANN-BASS INC.",
+ "00dd05": "UNGERMANN-BASS INC.",
+ "00dd06": "UNGERMANN-BASS INC.",
+ "00dd07": "UNGERMANN-BASS INC.",
+ "00dd08": "UNGERMANN-BASS INC.",
+ "00dd09": "UNGERMANN-BASS INC.",
+ "00dd0a": "UNGERMANN-BASS INC.",
+ "00dd0b": "UNGERMANN-BASS INC.",
+ "00dd0c": "UNGERMANN-BASS INC.",
+ "00dd0d": "UNGERMANN-BASS INC.",
+ "00dd0e": "UNGERMANN-BASS INC.",
+ "00dd0f": "UNGERMANN-BASS INC.",
+ "00dd25": "Shenzhen hechengdong Technology Co., Ltd",
+ "00ddb6": "New H3C Technologies Co., Ltd",
+ "00defb": "Cisco Systems, Inc",
+ "00df1d": "Cisco Systems, Inc",
+ "00e000": "FUJITSU LIMITED",
+ "00e001": "STRAND LIGHTING LIMITED",
+ "00e002": "CROSSROADS SYSTEMS, INC.",
+ "00e003": "NOKIA WIRELESS BUSINESS COMMUN",
+ "00e004": "PMC-SIERRA, INC.",
+ "00e005": "TECHNICAL CORP.",
+ "00e006": "SILICON INTEGRATED SYS. CORP.",
+ "00e007": "Avaya ECS Ltd",
+ "00e008": "AMAZING CONTROLS! INC.",
+ "00e009": "Stratus Technologies",
+ "00e00a": "DIBA, INC.",
+ "00e00b": "ROOFTOP COMMUNICATIONS CORP.",
+ "00e00c": "MOTOROLA",
+ "00e00d": "RADIANT SYSTEMS",
+ "00e00e": "AVALON IMAGING SYSTEMS, INC.",
+ "00e00f": "Shanghai Baud Data Communication Co.,Ltd.",
+ "00e010": "HESS SB-AUTOMATENBAU GmbH",
+ "00e011": "UNIDEN CORPORATION",
+ "00e012": "PLUTO TECHNOLOGIES INTERNATIONAL INC.",
+ "00e013": "EASTERN ELECTRONIC CO., LTD.",
+ "00e014": "Cisco Systems, Inc",
+ "00e015": "HEIWA CORPORATION",
+ "00e016": "RAPID CITY COMMUNICATIONS",
+ "00e017": "EXXACT GmbH",
+ "00e018": "ASUSTek COMPUTER INC.",
+ "00e019": "ING. GIORDANO ELETTRONICA",
+ "00e01a": "COMTEC SYSTEMS. CO., LTD.",
+ "00e01b": "SPHERE COMMUNICATIONS, INC.",
+ "00e01c": "CradlePoint, Inc",
+ "00e01d": "WebTV NETWORKS, INC.",
+ "00e01e": "Cisco Systems, Inc",
+ "00e01f": "AVIDIA Systems, Inc.",
+ "00e020": "TECNOMEN OY",
+ "00e021": "FREEGATE CORP.",
+ "00e022": "Analog Devices, Inc.",
+ "00e023": "TELRAD",
+ "00e024": "GADZOOX NETWORKS",
+ "00e025": "dit Co., Ltd.",
+ "00e026": "Redlake MASD LLC",
+ "00e027": "DUX, INC.",
+ "00e028": "APTIX CORPORATION",
+ "00e029": "STANDARD MICROSYSTEMS CORP.",
+ "00e02a": "TANDBERG TELEVISION AS",
+ "00e02b": "Extreme Networks Headquarters",
+ "00e02c": "AST COMPUTER",
+ "00e02d": "InnoMediaLogic, Inc.",
+ "00e02e": "SPC ELECTRONICS CORPORATION",
+ "00e02f": "MCNS HOLDINGS, L.P.",
+ "00e030": "MELITA INTERNATIONAL CORP.",
+ "00e031": "HAGIWARA ELECTRIC CO., LTD.",
+ "00e032": "MISYS FINANCIAL SYSTEMS, LTD.",
+ "00e033": "E.E.P.D. GmbH",
+ "00e034": "Cisco Systems, Inc",
+ "00e035": "Artesyn Embedded Technologies",
+ "00e036": "PIONEER CORPORATION",
+ "00e037": "CENTURY CORPORATION",
+ "00e038": "PROXIMA CORPORATION",
+ "00e039": "PARADYNE CORP.",
+ "00e03a": "Cabletron Systems, Inc.",
+ "00e03b": "PROMINET CORPORATION",
+ "00e03c": "AdvanSys",
+ "00e03d": "FOCON ELECTRONIC SYSTEMS A/S",
+ "00e03e": "ALFATECH, INC.",
+ "00e03f": "JATON CORPORATION",
+ "00e040": "DeskStation Technology, Inc.",
+ "00e041": "CSPI",
+ "00e042": "Pacom Systems Ltd.",
+ "00e043": "VitalCom",
+ "00e044": "LSICS CORPORATION",
+ "00e045": "TOUCHWAVE, INC.",
+ "00e046": "BENTLY NEVADA CORP.",
+ "00e047": "InFocus Corporation",
+ "00e048": "SDL COMMUNICATIONS, INC.",
+ "00e049": "MICROWI ELECTRONIC GmbH",
+ "00e04a": "ZX Technologies, Inc",
+ "00e04b": "JUMP INDUSTRIELLE COMPUTERTECHNIK GmbH",
+ "00e04c": "REALTEK SEMICONDUCTOR CORP.",
+ "00e04d": "INTERNET INITIATIVE JAPAN, INC",
+ "00e04e": "SANYO DENKI CO., LTD.",
+ "00e04f": "Cisco Systems, Inc",
+ "00e050": "EXECUTONE INFORMATION SYSTEMS, INC.",
+ "00e051": "TALX CORPORATION",
+ "00e052": "Brocade Communications Systems LLC",
+ "00e053": "CELLPORT LABS, INC.",
+ "00e054": "KODAI HITEC CO., LTD.",
+ "00e055": "INGENIERIA ELECTRONICA COMERCIAL INELCOM S.A.",
+ "00e056": "HOLONTECH CORPORATION",
+ "00e057": "HAN MICROTELECOM. CO., LTD.",
+ "00e058": "PHASE ONE DENMARK A/S",
+ "00e059": "CONTROLLED ENVIRONMENTS, LTD.",
+ "00e05a": "GALEA NETWORK SECURITY",
+ "00e05b": "WEST END SYSTEMS CORP.",
+ "00e05c": "PHC Corporation",
+ "00e05d": "UNITEC CO., LTD.",
+ "00e05e": "JAPAN AVIATION ELECTRONICS INDUSTRY, LTD.",
+ "00e05f": "e-Net, Inc.",
+ "00e060": "SHERWOOD",
+ "00e061": "EdgePoint Networks, Inc.",
+ "00e062": "HOST ENGINEERING",
+ "00e063": "Cabletron Systems, Inc.",
+ "00e064": "SAMSUNG ELECTRONICS",
+ "00e065": "OPTICAL ACCESS INTERNATIONAL",
+ "00e066": "ProMax Systems, Inc.",
+ "00e067": "eac AUTOMATION-CONSULTING GmbH",
+ "00e068": "MERRIMAC SYSTEMS INC.",
+ "00e069": "JAYCOR",
+ "00e06a": "KAPSCH AG",
+ "00e06b": "W&G SPECIAL PRODUCTS",
+ "00e06c": "Ultra Electronics Command & Control Systems",
+ "00e06d": "COMPUWARE CORPORATION",
+ "00e06e": "FAR SYSTEMS S.p.A.",
+ "00e06f": "Commscope",
+ "00e070": "DH TECHNOLOGY",
+ "00e071": "EPIS MICROCOMPUTER",
+ "00e072": "LYNK",
+ "00e073": "NATIONAL AMUSEMENT NETWORK, INC.",
+ "00e074": "TIERNAN COMMUNICATIONS, INC.",
+ "00e075": "Verilink Corporation",
+ "00e076": "DEVELOPMENT CONCEPTS, INC.",
+ "00e077": "WEBGEAR, INC.",
+ "00e078": "BERKELEY NETWORKS",
+ "00e079": "A.T.N.R.",
+ "00e07a": "MIKRODIDAKT AB",
+ "00e07b": "BAY NETWORKS",
+ "00e07c": "METTLER-TOLEDO, INC.",
+ "00e07d": "NETRONIX, INC.",
+ "00e07e": "WALT DISNEY IMAGINEERING",
+ "00e07f": "LOGISTISTEM s.r.l.",
+ "00e080": "CONTROL RESOURCES CORPORATION",
+ "00e081": "TYAN COMPUTER CORP.",
+ "00e082": "ANERMA",
+ "00e083": "JATO TECHNOLOGIES, INC.",
+ "00e084": "COMPULITE R&D",
+ "00e085": "GLOBAL MAINTECH, INC.",
+ "00e086": "Emerson Network Power, Avocent Division",
+ "00e087": "LeCroy - Networking Productions Division",
+ "00e088": "LTX-Credence CORPORATION",
+ "00e089": "ION Networks, Inc.",
+ "00e08a": "GEC AVERY, LTD.",
+ "00e08b": "QLogic Corporation",
+ "00e08c": "NEOPARADIGM LABS, INC.",
+ "00e08d": "PRESSURE SYSTEMS, INC.",
+ "00e08e": "UTSTARCOM",
+ "00e08f": "Cisco Systems, Inc",
+ "00e090": "BECKMAN LAB. AUTOMATION DIV.",
+ "00e091": "LG Electronics",
+ "00e092": "ADMTEK INCORPORATED",
+ "00e093": "ACKFIN NETWORKS",
+ "00e094": "OSAI SRL",
+ "00e095": "ADVANCED-VISION TECHNOLGIES CORP.",
+ "00e096": "SHIMADZU CORPORATION",
+ "00e097": "CARRIER ACCESS CORPORATION",
+ "00e098": "AboCom",
+ "00e099": "SAMSON AG",
+ "00e09a": "Positron Inc.",
+ "00e09b": "ENGAGE NETWORKS, INC.",
+ "00e09c": "MII",
+ "00e09d": "SARNOFF CORPORATION",
+ "00e09e": "Quantum Corporation",
+ "00e09f": "PIXEL VISION",
+ "00e0a0": "WILTRON CO.",
+ "00e0a1": "HIMA PAUL HILDEBRANDT GmbH Co. KG",
+ "00e0a2": "MICROSLATE INC.",
+ "00e0a3": "Cisco Systems, Inc",
+ "00e0a4": "ESAOTE S.p.A.",
+ "00e0a5": "ComCore Semiconductor, Inc.",
+ "00e0a6": "TELOGY NETWORKS, INC.",
+ "00e0a7": "IPC INFORMATION SYSTEMS, INC.",
+ "00e0a8": "SAT GmbH & Co.",
+ "00e0a9": "FUNAI ELECTRIC CO., LTD.",
+ "00e0aa": "ELECTROSONIC LTD.",
+ "00e0ab": "DIMAT S.A.",
+ "00e0ac": "MIDSCO, INC.",
+ "00e0ad": "EES TECHNOLOGY, LTD.",
+ "00e0ae": "XAQTI CORPORATION",
+ "00e0af": "GENERAL DYNAMICS INFORMATION SYSTEMS",
+ "00e0b0": "Cisco Systems, Inc",
+ "00e0b1": "Alcatel-Lucent Enterprise",
+ "00e0b2": "TELMAX COMMUNICATIONS CORP.",
+ "00e0b3": "EtherWAN Systems, Inc.",
+ "00e0b4": "TECHNO SCOPE CO., LTD.",
+ "00e0b5": "ARDENT COMMUNICATIONS CORP.",
+ "00e0b6": "Entrada Networks",
+ "00e0b7": "Cosworth Electronics Ltd",
+ "00e0b8": "GATEWAY 2000",
+ "00e0b9": "BYAS SYSTEMS",
+ "00e0ba": "BERGHOF AUTOMATIONSTECHNIK GmbH",
+ "00e0bb": "NBX CORPORATION",
+ "00e0bc": "SYMON COMMUNICATIONS, INC.",
+ "00e0bd": "INTERFACE SYSTEMS, INC.",
+ "00e0be": "GENROCO INTERNATIONAL, INC.",
+ "00e0bf": "TORRENT NETWORKING TECHNOLOGIES CORP.",
+ "00e0c0": "SEIWA ELECTRIC MFG. CO., LTD.",
+ "00e0c1": "MEMOREX TELEX JAPAN, LTD.",
+ "00e0c2": "NECSY S.p.A.",
+ "00e0c3": "SAKAI SYSTEM DEVELOPMENT CORP.",
+ "00e0c4": "HORNER ELECTRIC, INC.",
+ "00e0c5": "BCOM ELECTRONICS INC.",
+ "00e0c6": "LINK2IT, L.L.C.",
+ "00e0c7": "EUROTECH SRL",
+ "00e0c8": "VIRTUAL ACCESS, LTD.",
+ "00e0c9": "AutomatedLogic Corporation",
+ "00e0ca": "BEST DATA PRODUCTS",
+ "00e0cb": "RESON, INC.",
+ "00e0cc": "HERO SYSTEMS, LTD.",
+ "00e0cd": "SAAB SENSIS CORPORATION",
+ "00e0ce": "ARN",
+ "00e0cf": "INTEGRATED DEVICE",
+ "00e0d0": "NETSPEED, INC.",
+ "00e0d1": "TELSIS LIMITED",
+ "00e0d2": "VERSANET COMMUNICATIONS, INC.",
+ "00e0d3": "DATENTECHNIK GmbH",
+ "00e0d4": "EXCELLENT COMPUTER",
+ "00e0d5": "Emulex Corporation",
+ "00e0d6": "COMPUTER & COMMUNICATION RESEARCH LAB.",
+ "00e0d7": "SUNSHINE ELECTRONICS, INC.",
+ "00e0d8": "LANBit Computer, Inc.",
+ "00e0d9": "TAZMO CO., LTD.",
+ "00e0da": "Alcatel-Lucent Enterprise",
+ "00e0db": "ViaVideo Communications, Inc.",
+ "00e0dc": "NEXWARE CORP.",
+ "00e0dd": "Zenith Electronics Corporation",
+ "00e0de": "DATAX NV",
+ "00e0df": "Zhone Technologies, Inc.",
+ "00e0e0": "SI ELECTRONICS, LTD.",
+ "00e0e1": "G2 NETWORKS, INC.",
+ "00e0e2": "INNOVA CORP.",
+ "00e0e3": "SK-ELEKTRONIK GMBH",
+ "00e0e4": "FANUC ROBOTICS NORTH AMERICA, Inc.",
+ "00e0e5": "CINCO NETWORKS, INC.",
+ "00e0e6": "INCAA Computers",
+ "00e0e7": "RAYTHEON E-SYSTEMS, INC.",
+ "00e0e8": "GRETACODER Data Systems AG",
+ "00e0e9": "DATA LABS, INC.",
+ "00e0ea": "INNOVAT COMMUNICATIONS, INC.",
+ "00e0eb": "DIGICOM SYSTEMS, INCORPORATED",
+ "00e0ec": "CELESTICA INC.",
+ "00e0ed": "SILICOM, LTD.",
+ "00e0ee": "MAREL HF",
+ "00e0ef": "DIONEX",
+ "00e0f0": "ABLER TECHNOLOGY, INC.",
+ "00e0f1": "THAT CORPORATION",
+ "00e0f2": "ARLOTTO COMNET, INC.",
+ "00e0f3": "WebSprint Communications, Inc.",
+ "00e0f4": "INSIDE Technology A/S",
+ "00e0f5": "TELES AG",
+ "00e0f6": "DECISION EUROPE",
+ "00e0f7": "Cisco Systems, Inc",
+ "00e0f8": "DICNA CONTROL AB",
+ "00e0f9": "Cisco Systems, Inc",
+ "00e0fa": "TRL TECHNOLOGY, LTD.",
+ "00e0fb": "LEIGHTRONIX, INC.",
+ "00e0fc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00e0fd": "A-TREND TECHNOLOGY CO., LTD.",
+ "00e0fe": "Cisco Systems, Inc",
+ "00e0ff": "SECURITY DYNAMICS TECHNOLOGIES, Inc.",
+ "00e12f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00e16d": "Cisco Systems, Inc",
+ "00e175": "AK-Systems Ltd",
+ "00e18c": "Intel Corporate",
+ "00e22c": "China Mobile Group Device Co.,Ltd.",
+ "00e3b2": "Samsung Electronics Co.,Ltd",
+ "00e400": "Sichuan Changhong Electric Ltd.",
+ "00e406": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00e421": "Sony Interactive Entertainment Inc.",
+ "00e5e4": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "00e5f1": "BUFFALO.INC",
+ "00e607": "AURCORE TECHNOLOGY INC.",
+ "00e60e": "Extreme Networks Headquarters",
+ "00e63a": "Ruckus Wireless",
+ "00e666": "ARIMA Communications Corp.",
+ "00e6d3": "NIXDORF COMPUTER CORP.",
+ "00e6e8": "Netzin Technology Corporation,.Ltd.",
+ "00e7e3": "zte corporation",
+ "00e8ab": "Meggitt Training Systems, Inc.",
+ "00e93a": "AzureWave Technology Inc.",
+ "00eabd": "Cisco Systems, Inc",
+ "00eb2d": "Sony Corporation",
+ "00ebd5": "Cisco Systems, Inc",
+ "00ebd8": "MERCUSYS TECHNOLOGIES CO., LTD.",
+ "00ec0a": "Xiaomi Communications Co Ltd",
+ "00edb8": "KYOCERA Corporation ",
+ "00ee01": "Enablers Solucoes e Consultoria em Dispositivos",
+ "00eeab": "Cisco Systems, Inc",
+ "00eebd": "HTC Corporation",
+ "00f051": "KWB Gmbh",
+ "00f22c": "Shanghai B-star Technology Co.,Ltd.",
+ "00f28b": "Cisco Systems, Inc",
+ "00f361": "Amazon Technologies Inc.",
+ "00f39f": "Apple, Inc.",
+ "00f3db": "WOO Sports",
+ "00f403": "Orbis Systems Oy",
+ "00f46f": "Samsung Electronics Co.,Ltd",
+ "00f48d": "Liteon Technology Corporation",
+ "00f4b9": "Apple, Inc.",
+ "00f5fd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00f620": "Google, Inc.",
+ "00f663": "Cisco Systems, Inc",
+ "00f76f": "Apple, Inc.",
+ "00f7ad": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00f81c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00f82c": "Cisco Systems, Inc",
+ "00f860": "PT. Panggung Electric Citrabuana",
+ "00f871": "Demant A/S",
+ "00f8cc": "Sagemcom Broadband SAS",
+ "00f952": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "00fa21": "Samsung Electronics Co.,Ltd",
+ "00fa3b": "CLOOS ELECTRONIC GMBH",
+ "00fab6": "Kontakt Micro-Location Sp z o.o.",
+ "00fade": "Motorola Mobility LLC, a Lenovo Company",
+ "00fbf9": "Axiado Corporation",
+ "00fc58": "WebSilicon Ltd.",
+ "00fc70": "Intrepid Control Systems, Inc.",
+ "00fc8b": "Amazon Technologies Inc.",
+ "00fc8d": "Hitron Technologies. Inc",
+ "00fcba": "Cisco Systems, Inc",
+ "00fd22": "Cisco Systems, Inc",
+ "00fd45": "Hewlett Packard Enterprise ",
+ "00fd4c": "NEVATEC",
+ "00fec8": "Cisco Systems, Inc",
+ "020701": "RACAL-DATACOM",
+ "021c7c": "PERQ SYSTEMS CORPORATION",
+ "026086": "LOGIC REPLACEMENT TECH. LTD.",
+ "02608c": "3COM",
+ "027001": "RACAL-DATACOM",
+ "0270b0": "M/A-COM INC. COMPANIES",
+ "0270b3": "DATA RECALL LTD.",
+ "029d8e": "CARDIAC RECORDERS, INC.",
+ "02bb01": "OCTOTHORPE CORP.",
+ "02c08c": "3COM",
+ "02cf1c": "Communication Machinery Corporation",
+ "02e6d3": "NIXDORF COMPUTER CORP.",
+ "040067": "Stanley Black & Decker",
+ "04006e": "Google, Inc.",
+ "0401a1": "Fortinet, Inc.",
+ "0401bb": "TECNO MOBILE LIMITED",
+ "04021f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0402ca": "Shenzhen Vtsonic Co.,ltd",
+ "040312": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "0403d6": "Nintendo Co.,Ltd",
+ "0404b8": "China Hualu Panasonic AVC Networks Co., LTD.",
+ "0404ea": "Valens Semiconductor Ltd.",
+ "0405dd": "Shenzhen Cultraview Digital Technology Co., Ltd",
+ "04072e": "VTech Electronics Ltd.",
+ "040973": "Hewlett Packard Enterprise ",
+ "040986": "Arcadyan Corporation",
+ "0409a5": "HFR, Inc.",
+ "040a83": "Alcatel-Lucent",
+ "040ae0": "XMIT AG COMPUTER NETWORKS",
+ "040cce": "Apple, Inc.",
+ "040d84": "Silicon Laboratories",
+ "040e3c": "HP Inc.",
+ "040ec2": "ViewSonic Mobile China Limited",
+ "040f66": "TP-Link Systems Inc.",
+ "04106b": "Xiaomi Communications Co Ltd",
+ "041119": "IEEE Registration Authority",
+ "04137a": "Apple, Inc.",
+ "041471": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "041552": "Apple, Inc.",
+ "0415d9": "Viwone",
+ "0417b6": "Smart Innovation LLC",
+ "04180f": "Samsung Electronics Co.,Ltd",
+ "041892": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0418b6": "Private",
+ "0418d6": "Ubiquiti Inc",
+ "04197f": "Grasphere Japan",
+ "041a04": "WaveIP",
+ "041b94": "Host Mobility AB",
+ "041bba": "Samsung Electronics Co.,Ltd",
+ "041cdb": "Siba Service",
+ "041d10": "Dream Ware Inc.",
+ "041dc7": "zte corporation",
+ "041e64": "Apple, Inc.",
+ "041e7a": "DSPWorks",
+ "041efa": "BISSELL Homecare, Inc.",
+ "041fb8": "vivo Mobile Communication Co., Ltd.",
+ "042084": "zte corporation",
+ "04209a": "Panasonic Corporation AVC Networks Company",
+ "042144": "Sunitec Enterprise Co.,Ltd",
+ "04214c": "Insight Energy Ventures LLC",
+ "042234": "Wireless Standard Extensions",
+ "042322": "Texas Instruments",
+ "0425c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0425e0": "Taicang T&W Electronics",
+ "0425e8": "Texas Instruments",
+ "0425f0": "Nokia",
+ "042605": "Bosch Building Automation GmbH",
+ "042665": "Apple, Inc.",
+ "042728": "Microsoft Corporation",
+ "042758": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04292e": "Samsung Electronics Co.,Ltd",
+ "042ae2": "Cisco Systems, Inc",
+ "042b58": "Shenzhen Hanzsung Technology Co.,Ltd",
+ "042bbb": "PicoCELA, Inc.",
+ "042dad": "Areus GmbH",
+ "042db4": "Co., Ltd Modern MOMA Branch",
+ "042ec1": "Apple, Inc.",
+ "042f56": "LTD",
+ "043110": "Inspur Group Co., Ltd.",
+ "043201": "Broadcom Limited",
+ "0432f4": "Partron",
+ "04331f": "Huawei Device Co., Ltd.",
+ "043385": "Nanchang BlackShark Co.,Ltd.",
+ "043389": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0433c2": "Intel Corporate",
+ "0434c3": "Qingdao Goertek Horizons Tecnology Co.,LTD",
+ "0434f6": "Mobility Technologies Communication Co., Ltd.",
+ "04359b": "WuLu Networks Pty Ltd",
+ "043604": "Gyeyoung I&T",
+ "0436b8": "I&C Technology",
+ "043855": "Scopus International Pvt. Ltd.",
+ "0438dc": "China Unicom Online Information Technology Co.,Ltd",
+ "043926": "China Dragon Technology Limited",
+ "043a0d": "SM Optics S.r.l.",
+ "043ce8": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "043d6e": "Nokia",
+ "043d98": "ChongQing QingJia Electronics CO.,LTD",
+ "043f72": "Mellanox Technologies, Inc.",
+ "0440a9": "New H3C Technologies Co., Ltd",
+ "044169": "GoPro",
+ "0441a5": "Apple, Inc.",
+ "04421a": "ASUSTek COMPUTER INC.",
+ "0443fd": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "0444a1": "TELECON GALICIA,S.A.",
+ "044562": "ANDRA Sp. z o. o.",
+ "0445a1": "NIRIT- Xinwei Telecom Technology Co., Ltd.",
+ "044665": "Murata Manufacturing Co., Ltd.",
+ "0446cf": "Beijing Venustech Cybervision Co.,Ltd.",
+ "044707": "Texas Instruments",
+ "04472a": "Palo Alto Networks",
+ "0447ca": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "04489a": "Apple, Inc.",
+ "04495d": "Huawei Device Co., Ltd.",
+ "044a50": "limited company",
+ "044a69": "Shenzhen Phaten Tech. LTD",
+ "044a6a": "niliwi nanjing big data Co,.Ltd",
+ "044a6c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "044ac6": "Aipon Electronics Co., Ltd",
+ "044ba5": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "044bb1": "Huawei Device Co., Ltd.",
+ "044bed": "Apple, Inc.",
+ "044bff": "GuangZhou Hedy Digital Technology Co., Ltd",
+ "044cef": "Fujian Sanao Technology Co.,Ltd",
+ "044e06": "Ericsson AB",
+ "044e5a": "Commscope",
+ "044eaf": "LG Innotek",
+ "044f17": "HUMAX Co., Ltd.",
+ "044f4c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "044f7a": "China Mobile Group Device Co.,Ltd.",
+ "044f8b": "Adapteva, Inc.",
+ "044faa": "Ruckus Wireless",
+ "0450da": "Co., Ltd",
+ "045170": "Zhongshan K-mate General Electronics Co.,Ltd",
+ "0452c7": "Bose Corporation",
+ "0452f3": "Apple, Inc.",
+ "0453d5": "Sysorex Global Holdings",
+ "045453": "Apple, Inc.",
+ "0455b2": "Huaqin Technology Co.,Ltd",
+ "0455b8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0455ca": "Corp.",
+ "045604": "Gionee Communication Equipment Co.,Ltd.",
+ "045665": "Nokia Shanghai Bell Co., Ltd.",
+ "0456e5": "Intel Corporate",
+ "04572f": "Sertel Electronics UK Ltd",
+ "045747": "GoPro",
+ "045791": "Shenzhenshi Xinzhongxin Technology Co.Ltd",
+ "04585d": "IEEE Registration Authority",
+ "04586f": "Sichuan Whayer information industry Co.,LTD",
+ "045a95": "Nokia Corporation",
+ "045c06": "Zmodo Technology Corporation",
+ "045c6c": "Juniper Networks",
+ "045c8e": "gosund GROUP CO.,LTD",
+ "045d4b": "Sony Corporation",
+ "045d56": "camtron industrial inc.",
+ "045ea4": "Netis Technology Co., Ltd.",
+ "045fa6": "Shenzhen SDMC Technology CP,.LTD",
+ "045fa7": "Shenzhen Yichen Technology Development Co.,LTD",
+ "045fb9": "Cisco Systems, Inc",
+ "046169": "MEDIA GLOBAL LINKS CO., LTD.",
+ "046273": "Cisco Systems, Inc",
+ "0462d7": "ALSTOM HYDRO FRANCE",
+ "0463d0": "Huawei Device Co., Ltd.",
+ "0463e0": "Nome Oy",
+ "046565": "Testop",
+ "046761": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "046785": "scemtec Hard- und Software fuer Mess- und Steuerungstechnik GmbH",
+ "046865": "Apple, Inc.",
+ "046874": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "04698f": "Juniper Networks",
+ "0469f8": "Apple, Inc.",
+ "046b1b": "SYSDINE Co., Ltd.",
+ "046b25": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "046c59": "Intel Corporate",
+ "046c9d": "Cisco Systems, Inc",
+ "046d42": "Bryston Ltd.",
+ "046e02": "OpenRTLS Group",
+ "046e49": "Co., Ltd",
+ "046ecb": "zte corporation",
+ "047056": "Arcadyan Corporation",
+ "0470bc": "Globalstar Inc.",
+ "04714b": "IEEE Registration Authority",
+ "047153": "TECHNOLOGIES CORPORATION",
+ "047295": "Apple, Inc.",
+ "0472ef": "Apple, Inc.",
+ "04749e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0474a1": "Aligera Equipamentos Digitais Ltda",
+ "047503": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0475f5": "CSST",
+ "0475f9": "Taicang T&W Electronics",
+ "04766e": "ALPSALPINE CO,.LTD",
+ "0476b0": "Cisco Systems, Inc",
+ "047863": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "047970": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "047975": "Honor Device Co., Ltd.",
+ "0479b7": "Texas Instruments",
+ "0479fd": "Ciena Corporation",
+ "047a0b": "Beijing Xiaomi Electronics Co., Ltd.",
+ "047aae": "Huawei Device Co., Ltd.",
+ "047bcb": "Universal Global Scientific Industrial., Ltd",
+ "047c16": "Micro-Star INTL CO., LTD.",
+ "047d50": "Shenzhen Kang Ying Technology Co.Ltd.",
+ "047d7b": "Quanta Computer Inc.",
+ "047e23": "China Mobile IOT Company Limited",
+ "047e4a": "moobox CO., Ltd.",
+ "047f0e": "Barrot Technology Co.,LTD",
+ "0480a7": "ShenZhen TianGang Micro Technology CO.LTD",
+ "04819b": "SKY UK LIMITED",
+ "0481ae": "Clack Corporation",
+ "048308": "Espressif Inc.",
+ "04848a": "7INOVA TECHNOLOGY LIMITED",
+ "048680": "Quectel Wireless Solutions Co.,Ltd.",
+ "048727": "Silicon Laboratories",
+ "04885f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04888c": "Eifelwerk Butler Systeme GmbH",
+ "0488e2": "Beats Electronics LLC",
+ "048a15": "Avaya Inc",
+ "048ae1": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "048b42": "Skspruce Technologies",
+ "048c03": "ThinPAD Technology (Shenzhen)CO.,LTD",
+ "048c16": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "048c9a": "Huawei Device Co., Ltd.",
+ "048d38": "Netis Technology Co., Ltd.",
+ "048f00": "Rong-Paisa Electronics Co., Ltd.",
+ "049081": "Pensando Systems, Inc.",
+ "0490c0": "Forvia",
+ "049162": "Microchip Technology Inc.",
+ "049226": "ASUSTek COMPUTER INC.",
+ "0492ee": "iway AG",
+ "04946b": "TECNO MOBILE LIMITED",
+ "0494a1": "CATCH THE WIND INC",
+ "0494e9": "FAXedge Technologies, LLC",
+ "049573": "zte corporation",
+ "0495e6": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "049645": "WUXI SKY CHIP INTERCONNECTION TECHNOLOGY CO.,LTD.",
+ "049790": "Lartech telecom LLC",
+ "04981c": "Ningbo Zhixiang Technology Co., Ltd",
+ "0498f3": "ALPSALPINE CO,.LTD",
+ "0499b9": "Apple, Inc.",
+ "0499bb": "Apple, Inc.",
+ "0499e6": "Shenzhen Yoostar Technology Co., Ltd",
+ "049b9c": "Eadingcore Intelligent Technology Co., Ltd.",
+ "049c62": "BMT Medical Technology s.r.o.",
+ "049d05": "Apple, Inc.",
+ "049dfe": "Hivesystem",
+ "049f06": "Smobile Co., Ltd.",
+ "049f15": "Humane",
+ "049f81": "NETSCOUT SYSTEMS INC",
+ "049fca": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04a151": "NETGEAR",
+ "04a16f": "IEEE Registration Authority",
+ "04a222": "Arcadyan Corporation",
+ "04a2f3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "04a316": "Texas Instruments",
+ "04a3f3": "Emicon",
+ "04a526": "Nokia",
+ "04a741": "Cisco Systems, Inc",
+ "04a81c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04a82a": "Nokia Corporation",
+ "04a85a": "SZ DJI TECHNOLOGY CO.,LTD",
+ "04a924": "Mist Systems, Inc.",
+ "04a959": "New H3C Technologies Co., Ltd",
+ "04aae1": "BEIJING MICROVISION TECHNOLOGY CO.,LTD",
+ "04ab08": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "04ab18": "ELECOM CO.,LTD.",
+ "04ab6a": "Chun-il Co.,Ltd.",
+ "04ac44": "Holtek Semiconductor Inc.",
+ "04ae47": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "04aec7": "Marquardt",
+ "04b066": "Private",
+ "04b0e7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04b167": "Xiaomi Communications Co Ltd",
+ "04b1a1": "Samsung Electronics Co.,Ltd",
+ "04b3b6": "Ltd",
+ "04b429": "Samsung Electronics Co.,Ltd",
+ "04b466": "BSP Co., Ltd.",
+ "04b4fe": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "04b5c1": "ITEL MOBILE LIMITED",
+ "04b648": "ZENNER",
+ "04b6be": "CIG SHANGHAI CO LTD",
+ "04b86a": "SKY UK LIMITED",
+ "04b97d": "AiVIS Co., Itd.",
+ "04b9e3": "Samsung Electronics Co.,Ltd",
+ "04ba1c": "Huawei Device Co., Ltd.",
+ "04ba36": "Li Seng Technology Ltd",
+ "04ba8d": "Samsung Electronics Co.,Ltd",
+ "04bad6": "D-Link Corporation",
+ "04bbf9": "Pavilion Data Systems Inc",
+ "04bc6d": "Apple, Inc.",
+ "04bc87": "Shenzhen JustLink Technology Co., LTD",
+ "04bc9f": "Calix Inc.",
+ "04bd70": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04bd88": "Hewlett Packard Enterprise",
+ "04bd97": "Cisco Systems, Inc",
+ "04bdbf": "Samsung Electronics Co.,Ltd",
+ "04be58": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04bf1b": "Dell Inc.",
+ "04bf6d": "Zyxel Communications Corporation",
+ "04bfa8": "ISB Corporation",
+ "04bfd5": "Apple, Inc.",
+ "04c05b": "Tigo Energy",
+ "04c06f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04c09c": "Tellabs Inc.",
+ "04c103": "Clover Network, Inc.",
+ "04c1b9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "04c1d8": "Huawei Device Co., Ltd.",
+ "04c23e": "HTC Corporation",
+ "04c241": "Nokia",
+ "04c29b": "Aura Home, Inc.",
+ "04c3e6": "IEEE Registration Authority",
+ "04c461": "Murata Manufacturing Co., Ltd.",
+ "04c5a4": "Cisco Systems, Inc",
+ "04c807": "Xiaomi Communications Co Ltd",
+ "04c845": "TP-Link Systems Inc.",
+ "04c880": "Samtec Inc",
+ "04c8b0": "Google, Inc.",
+ "04c98b": "IEEE Registration Authority",
+ "04c991": "Phistek INC.",
+ "04c9d9": "Dish Technologies Corp",
+ "04ca8d": "Enfabrica",
+ "04caed": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04cb01": "Samsung Electronics Co.,Ltd",
+ "04cb1d": "Traka plc",
+ "04cb88": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "04ccbc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04cd15": "Silicon Laboratories",
+ "04cdc0": "Mist Systems, Inc.",
+ "04ce09": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "04ce14": "Wilocity LTD.",
+ "04ce7e": "NXP France Semiconductors France",
+ "04cf25": "MANYCOLORS, INC.",
+ "04cf4b": "Intel Corporate",
+ "04cf8c": "XIAOMI Electronics,CO.,LTD",
+ "04d13a": "Xiaomi Communications Co Ltd",
+ "04d168": "Sunplus Technology Co., Ltd.",
+ "04d16e": "IEEE Registration Authority",
+ "04d190": "Kaon Group Co., Ltd.",
+ "04d320": "ITEL MOBILE LIMITED",
+ "04d395": "Motorola Mobility LLC, a Lenovo Company",
+ "04d3b0": "Intel Corporate",
+ "04d3b5": "Huawei Device Co., Ltd.",
+ "04d3cf": "Apple, Inc.",
+ "04d437": "ZNV",
+ "04d442": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "04d4c4": "ASUSTek COMPUTER INC.",
+ "04d590": "Fortinet, Inc.",
+ "04d60e": "FUNAI ELECTRIC CO., LTD.",
+ "04d688": "CIG SHANGHAI CO LTD",
+ "04d6f4": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "04d783": "Y&H E&C Co.,LTD.",
+ "04d7a5": "New H3C Technologies Co., Ltd",
+ "04d921": "Occuspace",
+ "04d9c8": "Hon Hai Precision Industry Co., Ltd.",
+ "04d9f5": "ASUSTek COMPUTER INC.",
+ "04da28": "Chongqing Zhouhai Intelligent Technology Co., Ltd",
+ "04dad2": "Cisco Systems, Inc",
+ "04db56": "Apple, Inc.",
+ "04db8a": "Suntech International Ltd.",
+ "04dd4c": "Velocytech",
+ "04dedb": "Rockport Networks Inc",
+ "04def2": "Shenzhen ECOM Technology Co. Ltd",
+ "04df69": "Car Connectivity Consortium",
+ "04e0b0": "Shenzhen YOUHUA Technology Co., Ltd",
+ "04e0c4": "TRIUMPH-ADLER AG",
+ "04e1c8": "IMS Soluções em Energia Ltda.",
+ "04e229": "Qingdao Haier Technology Co.,Ltd",
+ "04e2f8": "AEP Ticketing solutions srl",
+ "04e31a": "Sagemcom Broadband SAS",
+ "04e387": "Cisco Systems, Inc",
+ "04e3c8": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "04e3e5": "Silicon Laboratories",
+ "04e451": "Texas Instruments",
+ "04e4b6": "Samsung Electronics Co.,Ltd",
+ "04e536": "Apple, Inc.",
+ "04e548": "Cohda Wireless Pty Ltd",
+ "04e56e": "THUB Co., ltd.",
+ "04e598": "Xiaomi Communications Co Ltd",
+ "04e662": "Acroname Inc.",
+ "04e676": "AMPAK Technology, Inc.",
+ "04e69e": "ZHONGGUANCUN XINHAIZEYOU TECHNOLOGY CO.,LTD",
+ "04e77e": "We Corporation Inc.",
+ "04e795": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04e892": "SHENNAN CIRCUITS CO.,LTD",
+ "04e8b9": "Intel Corporate",
+ "04e9e5": "PJRC.COM, LLC",
+ "04ea56": "Intel Corporate",
+ "04eb40": "Cisco Systems, Inc",
+ "04ecbb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "04ecd8": "Intel Corporate",
+ "04ed33": "Intel Corporate",
+ "04ed62": "Daikin Europe NV",
+ "04ee03": "Texas Instruments",
+ "04ee91": "x-fabric GmbH",
+ "04eee8": "IEEE Registration Authority",
+ "04eeee": "Laplace System Co., Ltd.",
+ "04f021": "Compex Systems Pte Ltd",
+ "04f03e": "Huawei Device Co., Ltd.",
+ "04f0e4": "ShenZhen Hosecom Electronic Technology Co.,LTD",
+ "04f0ee": "Intel Corporate",
+ "04f128": "HMD Global Oy",
+ "04f13e": "Apple, Inc.",
+ "04f169": "Huawei Device Co., Ltd.",
+ "04f17d": "Tarana Wireless",
+ "04f352": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04f41c": "Routerboard.com",
+ "04f4bc": "Xena Networks",
+ "04f4d8": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "04f5f4": "Proxim Wireless",
+ "04f778": "Sony Interactive Entertainment Inc.",
+ "04f7e4": "Apple, Inc.",
+ "04f8c2": "Flaircomm Microelectronics, Inc.",
+ "04f8f8": "Edgecore Networks Corporation",
+ "04f938": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04f993": "Infinix mobility limited",
+ "04f9d9": "Co.,Ltd",
+ "04f9f8": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "04fa3f": "OptiCore Inc.",
+ "04fa83": "Qingdao Haier Technology Co.,Ltd",
+ "04fde8": "Technoalpin",
+ "04fe31": "Samsung Electronics Co.,Ltd",
+ "04fe7f": "Cisco Systems, Inc",
+ "04fe8d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "04fea1": "Fihonest communication co.,Ltd",
+ "04ff08": "Huawei Device Co., Ltd.",
+ "04ff51": "NOVAMEDIA INNOVISION SP. Z O.O.",
+ "080001": "COMPUTERVISION CORPORATION",
+ "080002": "BRIDGE COMMUNICATIONS INC.",
+ "080003": "ADVANCED COMPUTER COMM.",
+ "080004": "CROMEMCO INCORPORATED",
+ "080005": "SYMBOLICS INC.",
+ "080006": "SIEMENS AG",
+ "080007": "Apple, Inc.",
+ "080008": "BOLT BERANEK AND NEWMAN INC.",
+ "080009": "Hewlett Packard",
+ "08000a": "NESTAR SYSTEMS INCORPORATED",
+ "08000b": "UNISYS CORPORATION",
+ "08000c": "MIKLYN DEVELOPMENT CO.",
+ "08000d": "International Computers, Ltd",
+ "08000e": "NCR CORPORATION",
+ "08000f": "MITEL CORPORATION",
+ "080011": "TEKTRONIX INC.",
+ "080012": "BELL ATLANTIC INTEGRATED SYST.",
+ "080013": "Exxon",
+ "080014": "EXCELAN",
+ "080015": "STC BUSINESS SYSTEMS",
+ "080016": "BARRISTER INFO SYS CORP",
+ "080017": "NATIONAL SEMICONDUCTOR",
+ "080018": "PIRELLI FOCOM NETWORKS",
+ "080019": "GENERAL ELECTRIC CORPORATION",
+ "08001a": "TIARA/ 10NET",
+ "08001b": "Dell EMC",
+ "08001c": "KDD-KOKUSAI DEBNSIN DENWA CO.",
+ "08001d": "ABLE COMMUNICATIONS INC.",
+ "08001e": "APOLLO COMPUTER INC.",
+ "08001f": "SHARP CORPORATION",
+ "080020": "Oracle Corporation",
+ "080021": "3M COMPANY",
+ "080022": "NBI INC.",
+ "080023": "Panasonic Communications Co., Ltd.",
+ "080024": "10NET COMMUNICATIONS/DCA",
+ "080025": "CONTROL DATA",
+ "080026": "NORSK DATA A.S.",
+ "080027": "PCS Systemtechnik GmbH",
+ "080028": "Texas Instruments",
+ "080029": "Megatek Corporation",
+ "08002a": "MOSAIC TECHNOLOGIES INC.",
+ "08002b": "DIGITAL EQUIPMENT CORPORATION",
+ "08002c": "BRITTON LEE INC.",
+ "08002d": "LAN-TEC INC.",
+ "08002e": "METAPHOR COMPUTER SYSTEMS",
+ "08002f": "PRIME COMPUTER INC.",
+ "080030": "CERN",
+ "080031": "LITTLE MACHINES INC.",
+ "080032": "TIGAN INCORPORATED",
+ "080033": "BAUSCH & LOMB",
+ "080034": "FILENET CORPORATION",
+ "080035": "MICROFIVE CORPORATION",
+ "080036": "INTERGRAPH CORPORATION",
+ "080037": "FUJIFILM Business Innovation Corp.",
+ "080038": "BULL S.A.S.",
+ "080039": "SPIDER SYSTEMS LIMITED",
+ "08003a": "ORCATECH INC.",
+ "08003b": "TORUS SYSTEMS LIMITED",
+ "08003c": "SCHLUMBERGER WELL SERVICES",
+ "08003d": "CADNETIX CORPORATIONS",
+ "08003e": "CODEX CORPORATION",
+ "08003f": "FRED KOSCHARA ENTERPRISES",
+ "080040": "FERRANTI COMPUTER SYS. LIMITED",
+ "080041": "RACAL-MILGO INFORMATION SYS..",
+ "080042": "MACNICA, Inc.",
+ "080043": "PIXEL COMPUTER INC.",
+ "080044": "DAVID SYSTEMS INC.",
+ "080045": "CONCURRENT COMPUTER CORP.",
+ "080046": "Sony Corporation",
+ "080047": "SEQUENT COMPUTER SYSTEMS INC.",
+ "080048": "EUROTHERM GAUGING SYSTEMS",
+ "080049": "UNIVATION",
+ "08004a": "BANYAN SYSTEMS INC.",
+ "08004b": "Planning Research Corp.",
+ "08004c": "HYDRA COMPUTER SYSTEMS INC.",
+ "08004d": "CORVUS SYSTEMS INC.",
+ "08004e": "3COM EUROPE LTD",
+ "08004f": "CYGNET SYSTEMS",
+ "080050": "DAISY SYSTEMS CORP.",
+ "080051": "ExperData",
+ "080052": "INSYSTEC",
+ "080053": "MIDDLE EAST TECH. UNIVERSITY",
+ "080055": "STANFORD TELECOMM. INC.",
+ "080056": "STANFORD LINEAR ACCEL. CENTER",
+ "080057": "Evans & Sutherland",
+ "080058": "SYSTEMS CONCEPTS",
+ "080059": "A/S MYCRON",
+ "08005a": "IBM Corp",
+ "08005b": "VTA TECHNOLOGIES INC.",
+ "08005c": "FOUR PHASE SYSTEMS",
+ "08005d": "GOULD INC.",
+ "08005e": "COUNTERPOINT COMPUTER INC.",
+ "08005f": "SABER TECHNOLOGY CORP.",
+ "080060": "INDUSTRIAL NETWORKING INC.",
+ "080061": "JAROGATE LTD.",
+ "080062": "General Dynamics",
+ "080063": "PLESSEY",
+ "080064": "Sitasys AG",
+ "080065": "GENRAD INC.",
+ "080066": "AGFA CORPORATION",
+ "080067": "ComDesign",
+ "080068": "RIDGE COMPUTERS",
+ "080069": "Silicon Graphics",
+ "08006a": "AT&T",
+ "08006b": "ACCEL TECHNOLOGIES INC.",
+ "08006c": "SUNTEK TECHNOLOGY INT'L",
+ "08006d": "WHITECHAPEL COMPUTER WORKS",
+ "08006e": "MASSCOMP",
+ "08006f": "PHILIPS APELDOORN B.V.",
+ "080070": "Mitsubishi Precision Co.,LTd.",
+ "080072": "XEROX CORP UNIV GRANT PROGRAM",
+ "080073": "TECMAR INC.",
+ "080074": "CASIO COMPUTER CO. LTD.",
+ "080075": "DANSK DATA ELECTRONIK",
+ "080076": "PC LAN TECHNOLOGIES",
+ "080077": "TSL COMMUNICATIONS LTD.",
+ "080078": "ACCELL CORPORATION",
+ "080079": "THE DROID WORKS",
+ "08007a": "INDATA",
+ "08007b": "SANYO ELECTRIC CO. LTD.",
+ "08007c": "VITALINK COMMUNICATIONS CORP.",
+ "08007e": "LTD",
+ "08007f": "CARNEGIE-MELLON UNIVERSITY",
+ "080080": "AES DATA INC.",
+ "080081": "ASTECH INC.",
+ "080082": "VERITAS SOFTWARE",
+ "080083": "Seiko Instruments Inc.",
+ "080084": "TOMEN ELECTRONICS CORP.",
+ "080085": "ELXSI",
+ "080086": "KONICA MINOLTA HOLDINGS, INC.",
+ "080087": "Xyplex, Inc.",
+ "080088": "Brocade Communications Systems LLC",
+ "080089": "Kinetics",
+ "08008a": "PerfTech, Inc.",
+ "08008b": "PYRAMID TECHNOLOGY CORP.",
+ "08008c": "NETWORK RESEARCH CORPORATION",
+ "08008d": "XYVISION INC.",
+ "08008e": "Tandem Computers",
+ "08008f": "CHIPCOM CORPORATION",
+ "080090": "SONOMA SYSTEMS",
+ "08010f": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "080205": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08023c": "Samsung Electronics Co.,Ltd",
+ "08028e": "NETGEAR",
+ "080342": "Palo Alto Networks",
+ "080371": "KRG CORPORATE",
+ "0804b4": "Texas Instruments",
+ "080581": "Roku, Inc.",
+ "0805cd": "DongGuang EnMai Electronic Product Co.Ltd.",
+ "0805e2": "Juniper Networks",
+ "08085c": "Luna Products",
+ "0808c2": "Samsung Electronics Co.,Ltd",
+ "0808ea": "AMSC",
+ "0809b6": "Masimo Corp",
+ "0809c7": "Zhuhai Unitech Power Technology Co., Ltd.",
+ "080a4e": "Planet Bingo® — 3rd Rock Gaming®",
+ "080c0b": "SysMik GmbH Dresden",
+ "080cc9": "Mission Technology Group, dba Magma",
+ "080d84": "GECO, Inc.",
+ "080ea8": "Velex s.r.l.",
+ "080fe5": "Cisco Systems, Inc",
+ "080ffa": "KSP INC.",
+ "081031": "Lithiunal Energy",
+ "081086": "NEC Platforms, Ltd.",
+ "081093": "Samsung Electronics Co.,Ltd",
+ "08115e": "Bitel Co., Ltd.",
+ "081196": "Intel Corporate",
+ "081287": "Jiangxi Risound Electronics Co.,LTD",
+ "0812a5": "Amazon Technologies Inc.",
+ "081443": "UNIBRAIN S.A.",
+ "08152f": "Samsung Electronics Co., Ltd. ARTIK",
+ "0815ae": "China Mobile Group Device Co.,Ltd.",
+ "081605": "Vodafone Italia S.p.A.",
+ "081651": "SHENZHEN SEA STAR TECHNOLOGY CO.,LTD",
+ "0816d5": "GOERTEK INC.",
+ "0816e3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "081735": "Cisco Systems, Inc",
+ "0817f4": "IBM Corp",
+ "08181a": "zte corporation",
+ "08184c": "A. S. Thomas, Inc.",
+ "0819a6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "081a1e": "Shenzhen iComm Semiconductor CO.,LTD",
+ "081afd": "Huawei Device Co., Ltd.",
+ "081c6e": "Xiaomi Communications Co Ltd",
+ "081dc4": "Thermo Fisher Scientific Messtechnik GmbH",
+ "081dfb": "Shanghai Mexon Communication Technology Co.,Ltd",
+ "081f3f": "WondaLink Inc.",
+ "081f71": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "081feb": "BinCube",
+ "081ff3": "Cisco Systems, Inc",
+ "0821ef": "Samsung Electronics Co.,Ltd",
+ "0823b2": "vivo Mobile Communication Co., Ltd.",
+ "0823c6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "082522": "ADVANSEE",
+ "082525": "Xiaomi Communications Co Ltd",
+ "082573": "Apple, Inc.",
+ "082697": "Zyxel Communications Corporation",
+ "0826ae": "IEEE Registration Authority",
+ "082719": "APS systems/electronic AG",
+ "08276b": "Huawei Device Co., Ltd.",
+ "0827a8": "Arcadyan Corporation",
+ "0827ce": "NAGANO KEIKI CO., LTD.",
+ "0827f0": "Accton Technology Co., Ltd.",
+ "082802": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "082ad0": "SRD Innovations Inc.",
+ "082cb0": "Network Instruments",
+ "082cb6": "Apple, Inc.",
+ "082ced": "Technity Solutions Inc.",
+ "082e36": "Huawei Device Co., Ltd.",
+ "082e5f": "Hewlett Packard",
+ "082fe9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08306b": "Palo Alto Networks",
+ "0830ce": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "08318b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0831a4": "Huawei Device Co., Ltd.",
+ "0833ed": "ASKEY COMPUTER CORP",
+ "08351b": "Shenzhen Jialihua Electronic Technology Co., Ltd",
+ "083571": "CASwell INC.",
+ "0835b2": "CoreEdge Networks Co., Ltd",
+ "0836c9": "NETGEAR",
+ "08373d": "Samsung Electronics Co.,Ltd",
+ "08379c": "Topaz Co. LTD.",
+ "083869": "Hong Kong AMobile Intelligent Corp. Limited Taiwan Branch",
+ "0838a5": "Funkwerk plettac electronic GmbH",
+ "0838e6": "Mobility Technologies Communication Co., Ltd.",
+ "083a2f": "Guangzhou Juan Intelligent Tech Joint Stock Co.,Ltd",
+ "083a38": "New H3C Technologies Co., Ltd",
+ "083a5c": "Junilab, Inc.",
+ "083a88": "Universal Global Scientific Industrial., Ltd",
+ "083a8d": "Espressif Inc.",
+ "083ab8": "Shinoda Plasma Co., Ltd.",
+ "083af2": "Espressif Inc.",
+ "083bc1": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "083be9": "New H3C Technologies Co., Ltd",
+ "083d88": "Samsung Electronics Co.,Ltd",
+ "083e0c": "Commscope",
+ "083e5d": "Sagemcom Broadband SAS",
+ "083e8e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "083f21": "Motorola Mobility LLC, a Lenovo Company",
+ "083f3e": "WSH GmbH",
+ "083f76": "Intellian Technologies, Inc.",
+ "083fbc": "zte corporation",
+ "084027": "Gridstore Inc.",
+ "0840f3": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "084218": "Asyril SA",
+ "084296": "Mobile Technology Solutions LLC",
+ "084473": "zte corporation",
+ "0845d1": "Cisco Systems, Inc",
+ "084656": "VEO-LABS",
+ "08468b": "Guangdong NanGuang Photo & Video Systems Co., Ltd",
+ "0846c7": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "08474c": "Nokia",
+ "0847d0": "Nokia Shanghai Bell Co., Ltd.",
+ "08482c": "Raycore Taiwan Co., LTD.",
+ "084857": "Suteng Innovation Technology Co., Ltd.",
+ "084acf": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "084b44": "Robert Bosch Elektronika Kft. ",
+ "084e1c": "H2A Systems, LLC",
+ "084ebf": "Sumitomo Electric Industries, Ltd",
+ "084f0a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "084f66": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "084fa9": "Cisco Systems, Inc",
+ "084ff9": "Cisco Systems, Inc",
+ "085104": "Huawei Device Co., Ltd.",
+ "085114": "QINGDAO TOPSCOMM COMMUNICATION CO., LTD",
+ "08512e": "Orion Diagnostica Oy",
+ "085240": "EbV Elektronikbau- und Vertriebs GmbH",
+ "08524e": "Shenzhen Fangcheng Baiyi Technology Co., Ltd.",
+ "085411": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "0854bb": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "085531": "Routerboard.com",
+ "08569b": "WiZ",
+ "085700": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0857fb": "Amazon Technologies Inc.",
+ "0858a5": "Beijing Vrv Software Corpoaration Limited.",
+ "085a11": "D-Link International",
+ "085ae0": "Recovision Technology Co., Ltd.",
+ "085b0e": "Fortinet, Inc.",
+ "085bd6": "Intel Corporate",
+ "085bda": "CliniCare LTD",
+ "085c1b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "085d53": "Apple, Inc.",
+ "085ddd": "MERCURY CORPORATION",
+ "08606e": "ASUSTek COMPUTER INC.",
+ "086083": "zte corporation",
+ "086195": "Rockwell Automation",
+ "086202": "Apple, Inc.",
+ "086266": "ASUSTek COMPUTER INC.",
+ "086332": "IEEE Registration Authority",
+ "086361": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "086518": "Apple, Inc.",
+ "0865f0": "JM Zengge Co., Ltd",
+ "08661f": "Palo Alto Networks",
+ "086698": "Apple, Inc.",
+ "08674e": "Hisense broadband multimedia technology Co.,Ltd",
+ "08688d": "New H3C Technologies Co., Ltd",
+ "0868d0": "Japan System Design",
+ "0868ea": "EITO ELECTRONICS CO., LTD.",
+ "086a0a": "ASKEY COMPUTER CORP",
+ "086ac5": "Intel Corporate",
+ "086ae5": "Amazon Technologies Inc.",
+ "086bd1": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "086bd7": "Silicon Laboratories",
+ "086d41": "Apple, Inc.",
+ "086df2": "Shenzhen MIMOWAVE Technology Co.,Ltd",
+ "086e9c": "Huawei Device Co., Ltd.",
+ "086f48": "Shenzhen iComm Semiconductor CO.,LTD",
+ "087045": "Apple, Inc.",
+ "087073": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "087158": "HANSHOW TECHNOLOGY CO.,LTD.",
+ "087190": "Intel Corporate",
+ "08736f": "EM Microelectronic",
+ "087402": "Apple, Inc.",
+ "087458": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0874f6": "Winterhalter Gastronom GmbH",
+ "087572": "Obelux Oy",
+ "087618": "ViE Technologies Sdn. Bhd.",
+ "087671": "Juniper Networks",
+ "087695": "Auto Industrial Co., Ltd.",
+ "0876ff": "Thomson Telecom Belgium",
+ "087808": "Samsung Electronics Co.,Ltd",
+ "08798c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "087999": "AIM GmbH",
+ "087a4c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "087b12": "Sagemcom Broadband SAS",
+ "087b87": "Cisco Systems, Inc",
+ "087baa": "SVYAZKOMPLEKTSERVICE, LLC",
+ "087c39": "Amazon Technologies Inc.",
+ "087c43": "Huawei Device Co., Ltd.",
+ "087cbe": "Quintic Corp.",
+ "087d21": "Altasec technology corporation",
+ "087e64": "Vantiva USA LLC",
+ "087f98": "vivo Mobile Communication Co., Ltd.",
+ "088039": "Cisco SPVTG",
+ "0881b2": "Technology Co., Ltd",
+ "0881bc": "HongKong Ipro Technology Co., Limited",
+ "0881f4": "Juniper Networks",
+ "088466": "Novartis Pharma AG",
+ "08849d": "Amazon Technologies Inc.",
+ "0884fb": "Honor Device Co., Ltd.",
+ "08855b": "Kontron Europe GmbH",
+ "088620": "TECNO MOBILE LIMITED",
+ "08863b": "Belkin International Inc.",
+ "0887c6": "INGRAM MICRO SERVICES",
+ "0887c7": "Apple, Inc.",
+ "088af1": "MERCUSYS TECHNOLOGIES CO., LTD.",
+ "088bc8": "Google, Inc.",
+ "088c2c": "Samsung Electronics Co.,Ltd",
+ "088dc8": "Ryowa Electronics Co.,Ltd",
+ "088e4f": "SF Software Solutions",
+ "088e90": "Intel Corporate",
+ "088edc": "Apple, Inc.",
+ "088f2c": "Amber Technology Ltd.",
+ "088fc3": "CO., LTD. ",
+ "0890ba": "Danlaw Inc",
+ "089115": "Amazon Technologies Inc.",
+ "0891a3": "Amazon Technologies Inc.",
+ "089204": "Dell Inc.",
+ "089272": "Espressif Inc.",
+ "089356": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0894ef": "Corporation",
+ "08952a": "Vantiva USA LLC",
+ "089542": "Apple, Inc.",
+ "0896ad": "Cisco Systems, Inc",
+ "0896d7": "AVM GmbH",
+ "089707": "Cisco Systems, Inc",
+ "089734": "Hewlett Packard Enterprise ",
+ "089758": "Shenzhen Strong Rising Electronics Co.,Ltd DongGuan Subsidiary",
+ "089798": "CO., LTD. ",
+ "0899e8": "KEMAS GmbH",
+ "089ac7": "zte corporation",
+ "089b4b": "iKuai Networks",
+ "089bb9": "Nokia Solutions and Networks GmbH & Co. KG",
+ "089bf1": "eero inc.",
+ "089c86": "Nokia Shanghai Bell Co., Ltd.",
+ "089df4": "Intel Corporate",
+ "089e01": "Quanta Computer Inc.",
+ "089e08": "Google, Inc.",
+ "089e84": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "089f97": "LEROY AUTOMATION",
+ "08a12b": "ShenZhen EZL Technology Co., Ltd",
+ "08a136": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "08a189": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "08a5c8": "Sunnovo International Limited",
+ "08a5df": "Samsung Electronics Co.,Ltd",
+ "08a6bc": "Amazon Technologies Inc.",
+ "08a6f7": "Espressif Inc.",
+ "08a7c0": "Vantiva USA LLC",
+ "08a842": "Huawei Device Co., Ltd.",
+ "08a8a1": "Cyclotronics Power Concepts, Inc",
+ "08a95a": "AzureWave Technology Inc.",
+ "08aa55": "Motorola Mobility LLC, a Lenovo Company",
+ "08aa89": "zte corporation",
+ "08aca5": "Benu Video, Inc.",
+ "08acc4": "FMTech",
+ "08aed6": "Samsung Electronics Co.,Ltd",
+ "08af78": "Totus Solutions, Inc.",
+ "08b055": "ASKEY COMPUTER CORP",
+ "08b0a7": "Truebeyond Co., Ltd",
+ "08b258": "Juniper Networks",
+ "08b2a3": "Cynny Italia S.r.L.",
+ "08b3af": "vivo Mobile Communication Co., Ltd.",
+ "08b3d6": "Huawei Device Co., Ltd.",
+ "08b49d": "TECNO MOBILE LIMITED",
+ "08b4b1": "Google, Inc.",
+ "08b4cf": "Abicom International",
+ "08b4d2": "Intel Corporate",
+ "08b61f": "Espressif Inc.",
+ "08b657": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "08b738": "Lite-On Technogy Corp.",
+ "08b7ec": "Wireless Seismic",
+ "08b8d0": "Corp.",
+ "08b95f": "Silicon Laboratories",
+ "08ba22": "Swaive Corporation",
+ "08ba5f": "Qingdao Hisense Electronics Co.,Ltd.",
+ "08bab7": "Ceragon Networks Ltd.",
+ "08bb3c": "Pvt Ltd",
+ "08bbcc": "AK-NORD EDV VERTRIEBSGES. mbH",
+ "08bc20": "Hangzhou Royal Cloud Technology Co., Ltd",
+ "08bd43": "NETGEAR",
+ "08be09": "Astrol Electronic AG",
+ "08be77": "Green Electronics",
+ "08beac": "Edimax Technology Co. Ltd.",
+ "08bfa0": "Samsung Electronics Co.,Ltd",
+ "08bfb8": "ASUSTek COMPUTER INC.",
+ "08c021": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08c06c": "Huawei Device Co., Ltd.",
+ "08c0eb": "Mellanox Technologies, Inc.",
+ "08c224": "Amazon Technologies Inc.",
+ "08c3b3": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "08c6b3": "QTECH LLC",
+ "08c729": "Apple, Inc.",
+ "08c7b5": "Apple, Inc.",
+ "08c7f5": "Vantiva Connected Home - Technologies Telco",
+ "08c8c2": "GN Audio A/S",
+ "08ca45": "Toyou Feiji Electronics Co., Ltd.",
+ "08cbe5": "R3 Solutions GmbH",
+ "08cc27": "Motorola Mobility LLC, a Lenovo Company",
+ "08cc68": "Cisco Systems, Inc",
+ "08cc81": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "08cca7": "Cisco Systems, Inc",
+ "08cd9b": "samtec automotive electronics & software GmbH",
+ "08ce94": "EM Microelectronic",
+ "08d09f": "Cisco Systems, Inc",
+ "08d0b7": "Qingdao Hisense Communications Co.,Ltd.",
+ "08d1f9": "Espressif Inc.",
+ "08d23e": "Intel Corporate",
+ "08d29a": "Proformatique",
+ "08d34b": "Co., Ltd.",
+ "08d40c": "Intel Corporate",
+ "08d42b": "Samsung Electronics Co.,Ltd",
+ "08d593": "Texas Instruments",
+ "08d59d": "Sagemcom Broadband SAS",
+ "08d5c0": "Seers Technology Co., Ltd",
+ "08d833": "Shenzhen RF Technology Co., Ltd",
+ "08d945": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08da33": "IEEE Registration Authority",
+ "08dd03": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "08ddeb": "Silicon Laboratories",
+ "08df1f": "Bose Corporation",
+ "08dfcb": "Systrome Networks",
+ "08e021": "Honor Device Co., Ltd.",
+ "08e342": "Cear, Inc.",
+ "08e4df": "Shenzhen Sande Dacom Electronics Co., Ltd",
+ "08e5da": "NANJING FUJITSU COMPUTER PRODUCTS CO.,LTD. ",
+ "08e63b": "zte corporation",
+ "08e672": "JEBSEE ELECTRONICS CO.,LTD.",
+ "08e689": "Apple, Inc.",
+ "08e6c9": "Business-intelligence of Oriental Nations Corporation Ltd.",
+ "08e7e5": "Huawei Device Co., Ltd.",
+ "08e84f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08e9f6": "AMPAK Technology,Inc.",
+ "08ea40": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "08ea44": "Extreme Networks Headquarters",
+ "08eb21": "Intel Corporate",
+ "08eb29": "Jiangsu Huitong Group Co.,Ltd.",
+ "08eb74": "HUMAX Co., Ltd.",
+ "08ebed": "World Elite Technology Co.,LTD",
+ "08ebf6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08eca9": "Samsung Electronics Co.,Ltd",
+ "08ecf5": "Cisco Systems, Inc",
+ "08ed02": "IEEE Registration Authority",
+ "08ed9d": "TECNO MOBILE LIMITED",
+ "08edb9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "08eded": "Zhejiang Dahua Technology Co., Ltd.",
+ "08ee8b": "Samsung Electronics Co.,Ltd",
+ "08ef3b": "MCS Logic Inc.",
+ "08efab": "SAYME WIRELESS SENSOR NETWORK",
+ "08f01e": "eero inc.",
+ "08f0b6": "Edifier International",
+ "08f1b3": "Cisco Meraki",
+ "08f1b7": "Towerstream Corpration",
+ "08f1ea": "Hewlett Packard Enterprise ",
+ "08f2f4": "Net One Partners Co.,Ltd.",
+ "08f3fb": "Cisco Systems, Inc",
+ "08f458": "Huawei Device Co., Ltd.",
+ "08f4ab": "Apple, Inc.",
+ "08f4f0": "Cisco Systems, Inc",
+ "08f606": "zte corporation",
+ "08f69c": "Apple, Inc.",
+ "08f6f8": "GET Engineering",
+ "08f728": "GLOBO Multimedia Sp. z o.o. Sp.k.",
+ "08f7e9": "HRCP Research and Development Partnership",
+ "08f80d": "IEEE Registration Authority",
+ "08f8bc": "Apple, Inc.",
+ "08f97e": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "08f9e0": "Espressif Inc.",
+ "08fa28": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08fa79": "vivo Mobile Communication Co., Ltd.",
+ "08fae0": "Fohhn Audio AG",
+ "08fbea": "AMPAK Technology,Inc.",
+ "08fc52": "OpenXS BV",
+ "08fc88": "Samsung Electronics Co.,Ltd",
+ "08fd0e": "Samsung Electronics Co.,Ltd",
+ "08fd52": "Silicon Laboratories",
+ "08fd58": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "08ff24": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "08ff44": "Apple, Inc.",
+ "0c014b": "zte corporation",
+ "0c01a5": "zte corporation",
+ "0c01c8": "DENSO Co.,Ltd",
+ "0c01db": "Infinix mobility limited",
+ "0c0227": "Vantiva USA LLC",
+ "0c02bd": "Samsung Electronics Co.,Ltd",
+ "0c0400": "Jantar d.o.o.",
+ "0c0535": "Juniper Systems",
+ "0c07df": "Xiaomi Communications Co Ltd",
+ "0c07f3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c08b4": "HUMAX Co., Ltd.",
+ "0c0adf": "Texas Instruments",
+ "0c0e76": "D-Link International",
+ "0c1105": "NETWORKS CO., LTD",
+ "0c1167": "Cisco Systems, Inc",
+ "0c1262": "zte corporation",
+ "0c130b": "Uniqoteq Ltd.",
+ "0c1420": "Samsung Electronics Co.,Ltd",
+ "0c14d2": "China Mobile Group Device Co.,Ltd.",
+ "0c1539": "Apple, Inc.",
+ "0c1563": "Apple, Inc.",
+ "0c15c5": "SDTEC Co., Ltd.",
+ "0c1773": "Huawei Device Co., Ltd.",
+ "0c17f1": "TELECSYS",
+ "0c184e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c191f": "Inform Electronik",
+ "0c19f8": "Apple, Inc.",
+ "0c1a10": "Acoustic Stream",
+ "0c1a61": "Neox FZCO",
+ "0c1bcc": "IFLYTEK CO.,LTD.",
+ "0c1c19": "CO.,LTD",
+ "0c1c1a": "eero inc.",
+ "0c1c20": "Kakao Corp",
+ "0c1c31": "MERCUSYS TECHNOLOGIES CO., LTD.",
+ "0c1c57": "Texas Instruments",
+ "0c1daf": "Xiaomi Communications Co Ltd",
+ "0c1dc2": "SeAH Networks",
+ "0c1ef7": "Omni-ID",
+ "0c2026": "noax Technologies AG",
+ "0c20d3": "vivo Mobile Communication Co., Ltd.",
+ "0c2138": "Hengstler GmbH",
+ "0c2369": "Honeywell SPS",
+ "0c238d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c2576": "LONGCHEER TELECOMMUNICATION LIMITED",
+ "0c2724": "Cisco Systems, Inc",
+ "0c2755": "Valuable Techologies Limited",
+ "0c2756": "RONGCHEENG GOER TECHNOLOGY CO.,LTD.",
+ "0c2779": "New H3C Technologies Co., Ltd",
+ "0c298f": "Tesla,Inc.",
+ "0c29ef": "Dell Inc.",
+ "0c2a69": "electric imp, incorporated",
+ "0c2a6f": "Silicon Laboratories",
+ "0c2a86": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0c2ae7": "Beijing General Research Institute of Mining and Metallurgy",
+ "0c2c54": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c2c7c": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "0c2d89": "QiiQ Communications Inc.",
+ "0c2e57": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c2fb0": "Samsung Electronics Co.,Ltd",
+ "0c3021": "Apple, Inc.",
+ "0c31dc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c323a": "Samsung Electronics Co.,Ltd",
+ "0c331b": "TydenBrooks",
+ "0c3526": "Microsoft Corporation",
+ "0c354f": "Nokia",
+ "0c35fe": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0c3623": "Nokia Shanghai Bell Co., Ltd.",
+ "0c3747": "zte corporation",
+ "0c3796": "BIZLINK TECHNOLOGY, INC.",
+ "0c37dc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c383e": "Fanvil Technology Co., Ltd.",
+ "0c3956": "Observator instruments",
+ "0c3afa": "New H3C Technologies Co., Ltd",
+ "0c3b50": "Apple, Inc.",
+ "0c3c65": "Dome Imaging Inc",
+ "0c3ccd": "Universal Global Scientific Industrial., Ltd",
+ "0c3d5e": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "0c3e9f": "Apple, Inc.",
+ "0c4101": "Co., Ltd.",
+ "0c413e": "Microsoft Corporation",
+ "0c41e9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c42a1": "Mellanox Technologies, Inc.",
+ "0c4314": "Silicon Laboratories",
+ "0c43f9": "Amazon Technologies Inc.",
+ "0c44c0": "zte corporation",
+ "0c45ba": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c469d": "MS Sedco",
+ "0c473d": "Hitron Technologies. Inc",
+ "0c47a9": "IEEE Registration Authority",
+ "0c47c9": "Amazon Technologies Inc.",
+ "0c48c6": "CELESTICA INC.",
+ "0c4933": "Sichuan Jiuzhou Electronic Technology Co., Ltd.",
+ "0c4b48": "Nokia",
+ "0c4b54": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0c4bee": "Texas Instruments",
+ "0c4c39": "MitraStar Technology Corp.",
+ "0c4de9": "Apple, Inc.",
+ "0c4ea0": "Espressif Inc.",
+ "0c4ec0": "Maxlinear Inc",
+ "0c4f5a": "ASA-RT s.r.l.",
+ "0c4f9b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c5101": "Apple, Inc.",
+ "0c517e": "Apple, Inc.",
+ "0c51f7": "CHAUVIN ARNOUX",
+ "0c5203": "AGM GROUP LIMITED",
+ "0c5331": "ETH Zurich",
+ "0c53b7": "Apple, Inc.",
+ "0c5415": "Intel Corporate",
+ "0c54a5": "PEGATRON CORPORATION",
+ "0c54b9": "Nokia",
+ "0c5521": "Axiros GmbH",
+ "0c565c": "Technology Co Ltd",
+ "0c57eb": "Mueller Systems",
+ "0c5842": "DME Micro",
+ "0c587b": "Quectel Wireless Solutions Co.,Ltd.",
+ "0c599c": "Juniper Networks",
+ "0c5a19": "Axtion Sdn Bhd",
+ "0c5a9e": "Wi-SUN Alliance",
+ "0c5cb5": "IEEE Registration Authority",
+ "0c5cd8": "DOLI Elektronik GmbH",
+ "0c5f35": "Niagara Video Corporation",
+ "0c6046": "vivo Mobile Communication Co., Ltd.",
+ "0c6076": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0c6111": "Anda Technologies SAC",
+ "0c6127": "Actiontec Electronics, Inc",
+ "0c61cf": "Texas Instruments",
+ "0c62a6": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "0c63fc": "Nanjing Signway Technology Co., Ltd",
+ "0c6422": "Beijing Wiseasy Technology Co.,Ltd.",
+ "0c659a": "Panasonic Automotive Systems Company of America",
+ "0c6714": "TECHNOLOGIES CORPORATION",
+ "0c6743": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c6803": "Cisco Systems, Inc",
+ "0c6825": "Suzhou HYC technology Co., Ltd.",
+ "0c6abc": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0c6ac4": "Apple, Inc.",
+ "0c6ae6": "Stanley Security Solutions",
+ "0c6e4f": "PrimeVOLT Co., Ltd.",
+ "0c6f9c": "Shaw Communications Inc.",
+ "0c7043": "Sony Interactive Entertainment Inc.",
+ "0c704a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c715d": "Samsung Electronics Co.,Ltd",
+ "0c718c": "TCT mobile ltd",
+ "0c722c": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0c7274": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "0c72d9": "zte corporation",
+ "0c7329": "Sercomm Corporation.",
+ "0c73be": "Dongguan Haimai Electronie Technology Co.,Ltd",
+ "0c73eb": "IEEE Registration Authority",
+ "0c7474": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0c74c2": "Apple, Inc.",
+ "0c7512": "Shenzhen Kunlun TongTai Technology Co.,Ltd.",
+ "0c7523": "BEIJING GEHUA CATV NETWORK CO.,LTD",
+ "0c756c": "Anaren Microwave, Inc.",
+ "0c75bd": "Cisco Systems, Inc",
+ "0c75d2": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "0c771a": "Apple, Inc.",
+ "0c7955": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "0c7a15": "Intel Corporate",
+ "0c7bc8": "Cisco Meraki",
+ "0c7c28": "Nokia Solutions and Networks GmbH & Co. KG",
+ "0c7d7c": "Kexiang Information Technology Co, Ltd.",
+ "0c7db0": "Motorola Mobility LLC, a Lenovo Company",
+ "0c7e24": "Garmin International",
+ "0c7fb2": "Commscope",
+ "0c7fed": "IEEE Registration Authority",
+ "0c802f": "Murata Manufacturing Co., Ltd.",
+ "0c8063": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0c8112": "Private",
+ "0c8126": "Juniper Networks",
+ "0c817d": "EEP Elektro-Elektronik Pranjic GmbH",
+ "0c8230": "SHENZHEN MAGNUS TECHNOLOGIES CO.,LTD",
+ "0c8247": "CIG SHANGHAI CO LTD",
+ "0c8268": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "0c826a": "Wuhan Huagong Genuine Optics Technology Co., Ltd",
+ "0c82d5": "Maxio Technology Hangzhou Co., Ltd.",
+ "0c8306": "Huawei Device Co., Ltd.",
+ "0c839a": "Huawei Device Co., Ltd.",
+ "0c83cc": "Alpha Networks Inc.",
+ "0c8408": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c8411": "A.O. Smith Water Products",
+ "0c8447": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "0c8484": "Zenovia Electronics Inc.",
+ "0c84dc": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0c8525": "Cisco Systems, Inc",
+ "0c85e1": "Apple, Inc.",
+ "0c8610": "Juniper Networks",
+ "0c8629": "IEEE Registration Authority",
+ "0c86c7": "Limited",
+ "0c8772": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "0c8910": "Samsung Electronics Co.,Ltd",
+ "0c8a87": "AgLogica Holdings, Inc",
+ "0c8b7d": "Vizio, Inc",
+ "0c8b95": "Espressif Inc.",
+ "0c8ba2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c8bd3": "ITEL MOBILE LIMITED",
+ "0c8bfd": "Intel Corporate",
+ "0c8c24": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "0c8c69": "Shenzhen elink smart Co., ltd",
+ "0c8c8f": "Kamo Technology Limited",
+ "0c8cdc": "Suunto Oy",
+ "0c8d7a": "RADiflow",
+ "0c8d98": "TOP EIGHT IND CORP",
+ "0c8dca": "Samsung Electronics Co.,Ltd",
+ "0c8ddb": "Cisco Meraki",
+ "0c8e29": "Arcadyan Corporation",
+ "0c8fff": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c9043": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "0c9160": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "0c9192": "Intel Corporate",
+ "0c924e": "Rice Lake Weighing Systems",
+ "0c9301": "PT. Prasimax Inovasi Teknologi",
+ "0c938f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "0c93a5": "eero inc.",
+ "0c93fb": "BNS Solutions",
+ "0c9505": "The Chamberlain Group, Inc",
+ "0c9515": "Palltronics, Inc.",
+ "0c9541": "CORP.",
+ "0c96bf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0c96cd": "MERCURY CORPORATION",
+ "0c96e6": "Limited",
+ "0c975f": "Hewlett Packard Enterprise",
+ "0c979b": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "0c9838": "Xiaomi Communications Co Ltd",
+ "0c9a3c": "Intel Corporate",
+ "0c9a42": "FN-LINK TECHNOLOGY LIMITED",
+ "0c9ae6": "SZ DJI TECHNOLOGY CO.,LTD",
+ "0c9b13": "Shanghai Magic Mobile Telecommunication Co.Ltd.",
+ "0c9b78": "Extreme Networks Headquarters",
+ "0c9d56": "Consort Controls Ltd",
+ "0c9d92": "ASUSTek COMPUTER INC.",
+ "0c9e91": "Sankosha Corporation",
+ "0c9f71": "Co., Ltd.",
+ "0ca06c": "Industrial Cyber Sensing Inc.",
+ "0ca138": "BLiNQ Networks Inc.",
+ "0ca2f4": "Limited",
+ "0ca402": "Alcatel-Lucent IPD",
+ "0ca42a": "OB Telecom Electronic Technology Co., Ltd",
+ "0ca64c": "Hangzhou Ezviz Software Co.,Ltd.",
+ "0ca694": "Sunitec Enterprise Co.,Ltd",
+ "0ca8a7": "Samsung Electronics Co.,Ltd",
+ "0ca94a": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "0caaee": "Ansjer Electronics Co., Ltd.",
+ "0cac05": "Unitend Technologies Inc.",
+ "0cac8a": "Sagemcom Broadband SAS",
+ "0cae5f": "Silicon Laboratories",
+ "0cae7d": "Texas Instruments",
+ "0caebd": "Edifier International",
+ "0caf31": "Cisco Systems, Inc",
+ "0caf5a": "GENUS POWER INFRASTRUCTURES LIMITED",
+ "0cb088": "AITelecom",
+ "0cb2b7": "Texas Instruments",
+ "0cb319": "Samsung Electronics Co.,Ltd",
+ "0cb34f": "Shenzhen Xiaoqi Intelligent Technology Co., Ltd.",
+ "0cb459": "Marketech International Corp.",
+ "0cb4a4": "Xintai Automobile Intelligent Network Technology",
+ "0cb4ef": "Digience Co.,Ltd.",
+ "0cb527": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0cb5b3": "Huawei Device Co., Ltd.",
+ "0cb5de": "Alcatel Lucent",
+ "0cb6d2": "D-Link International",
+ "0cb771": "Commscope",
+ "0cb787": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0cb789": "Honor Device Co., Ltd.",
+ "0cb78e": "Huawei Device Co., Ltd.",
+ "0cb815": "Espressif Inc.",
+ "0cb8e8": "Sdn. Bhd.",
+ "0cb912": "JM-DATA GmbH",
+ "0cb937": "Ubee Interactive Co., Limited",
+ "0cb983": "Honor Device Co., Ltd.",
+ "0cbc9f": "Apple, Inc.",
+ "0cbd51": "TCT mobile ltd",
+ "0cbd75": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "0cbef1": "Huawei Device Co., Ltd.",
+ "0cbf15": "Genetec Inc.",
+ "0cbf3f": "Shenzhen Lencotion Technology Co.,Ltd",
+ "0cbf74": "Morse Micro",
+ "0cc0c0": "MAGNETI MARELLI SISTEMAS ELECTRONICOS MEXICO",
+ "0cc119": "Shenzhen Phaten Tech. LTD",
+ "0cc3a7": "Meritec",
+ "0cc3b8": "Shenzhen Jiahua Zhongli Technology Co., LTD",
+ "0cc413": "Google, Inc.",
+ "0cc47a": "Super Micro Computer, Inc.",
+ "0cc47e": "EUCAST Co., Ltd.",
+ "0cc56c": "Apple, Inc.",
+ "0cc574": "FRITZ! Technology GmbH",
+ "0cc655": "Wuxi YSTen Technology Co.,Ltd.",
+ "0cc66a": "Nokia Corporation",
+ "0cc6ac": "DAGS",
+ "0cc6cc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0cc6fd": "Xiaomi Communications Co Ltd",
+ "0cc731": "Currant, Inc.",
+ "0cc81f": "Summer Infant, Inc.",
+ "0cc844": "Cambridge Mobile Telematics, Inc.",
+ "0cc9c6": "Samwin Hong Kong Limited",
+ "0ccafb": "TPVision Europe B.V",
+ "0ccb0c": "iSYS RTS GmbH",
+ "0ccb85": "Motorola Mobility LLC, a Lenovo Company",
+ "0ccb8d": "ASCO Numatics GmbH",
+ "0ccc26": "Airenetworks",
+ "0ccc47": "IEEE Registration Authority",
+ "0ccc5d": "Apple, Inc.",
+ "0ccdb4": "Sichuan AI-Link Technology Co., Ltd.",
+ "0ccdd3": "EASTRIVER TECHNOLOGY CO., LTD.",
+ "0ccdfb": "EDIC Systems Inc.",
+ "0ccef6": "Guizhou Fortuneship Technology Co., Ltd",
+ "0ccf89": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "0ccfd1": "SPRINGWAVE Co., Ltd",
+ "0cd0f8": "Cisco Systems, Inc",
+ "0cd292": "Intel Corporate",
+ "0cd2b5": "Binatone Telecommunication Pvt. Ltd",
+ "0cd3a1": "Monthly Kitchen",
+ "0cd502": "Westell Technologies Inc.",
+ "0cd5d3": "Cisco Systems, Inc",
+ "0cd696": "Amimon Ltd",
+ "0cd6bd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0cd746": "Apple, Inc.",
+ "0cd7c2": "Axium Technologies, Inc.",
+ "0cd86c": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "0cd996": "Cisco Systems, Inc",
+ "0cd9c1": "Visteon Corporation",
+ "0cda41": "Hangzhou H3C Technologies Co., Limited",
+ "0cdbea": "Apple, Inc.",
+ "0cdc7e": "Espressif Inc.",
+ "0cdc91": "Amazon Technologies Inc.",
+ "0cdccc": "Inala Technologies",
+ "0cdd24": "Intel Corporate",
+ "0cddef": "Nokia Corporation",
+ "0cdfa4": "Samsung Electronics Co.,Ltd",
+ "0ce041": "iDruide",
+ "0ce0dc": "Samsung Electronics Co.,Ltd",
+ "0ce0e4": "PLANTRONICS, INC.",
+ "0ce0fc": "Edgecore Americas Networking Corporation",
+ "0ce159": "Shenzhen iStartek Technology Co., Ltd.",
+ "0ce441": "Apple, Inc.",
+ "0ce4a0": "Huawei Device Co., Ltd.",
+ "0ce5a3": "SharkNinja",
+ "0ce5b5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0ce5d3": "DH electronics GmbH",
+ "0ce67c": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "0ce709": "Fox Crypto B.V.",
+ "0ce725": "Microsoft Corporation",
+ "0ce82f": "Bonfiglioli Vectron GmbH",
+ "0ce936": "ELIMOS srl",
+ "0ce99a": "ATLS ALTEC",
+ "0cea14": "Ubiquiti Inc",
+ "0ceac9": "Commscope",
+ "0ceb25": "Power Plus Communications AG",
+ "0cec80": "Texas Instruments",
+ "0cec84": "Shenzhen TINNO Mobile Technology Corp.",
+ "0cec8d": "Motorola Mobility LLC, a Lenovo Company",
+ "0ced71": "Extreme Networks Headquarters",
+ "0cedc8": "Xiaomi Communications Co Ltd",
+ "0cee20": "FBC",
+ "0cee99": "Amazon Technologies Inc.",
+ "0ceee6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "0cef15": "TP-Link Systems Inc.",
+ "0cef7c": "AnaCom Inc",
+ "0cefaf": "IEEE Registration Authority",
+ "0ceff6": "Silicon Laboratories",
+ "0cf019": "Malgn Technology Co., Ltd.",
+ "0cf07b": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "0cf0b4": "Globalsat International Technology Ltd",
+ "0cf346": "Xiaomi Communications Co Ltd",
+ "0cf361": "Java Information",
+ "0cf3ee": "EM Microelectronic",
+ "0cf405": "Beijing Signalway Technologies Co.,Ltd",
+ "0cf475": "Zliide Technologies ApS",
+ "0cf4d5": "Ruckus Wireless",
+ "0cf5a4": "Cisco Systems, Inc",
+ "0cf893": "Commscope",
+ "0cf9c0": "SKY UK LIMITED",
+ "0cfa22": "FLIPPER DEVICES INC",
+ "0cfc18": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "0cfc83": "Airoha Technology Corp.,",
+ "0cfd37": "SUSE Linux GmbH",
+ "0cfe45": "Sony Interactive Entertainment Inc.",
+ "0cfe5d": "IEEE Registration Authority",
+ "0cfe7b": "Vantiva USA LLC",
+ "100000": "Private",
+ "100020": "Apple, Inc.",
+ "10003b": "Espressif Inc.",
+ "10005a": "IBM Corp",
+ "1000e8": "NATIONAL SEMICONDUCTOR",
+ "1000fd": "LaonPeople",
+ "100177": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1001ca": "Ashley Butterworth",
+ "1002b5": "Intel Corporate",
+ "1004c1": "JD Cloud Computing Co., Ltd.",
+ "100501": "PEGATRON CORPORATION",
+ "1005b1": "Commscope",
+ "1005ca": "Cisco Systems, Inc",
+ "1005e1": "Nokia",
+ "10061c": "Espressif Inc.",
+ "100645": "Sagemcom Broadband SAS",
+ "100648": "IEEE Registration Authority",
+ "1006ed": "Cisco Systems, Inc",
+ "10071d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "100723": "IEEE Registration Authority",
+ "1007b6": "Samsung Electronics Co.,Ltd",
+ "10082c": "Texas Instruments",
+ "1008b1": "Hon Hai Precision Ind. Co.,Ltd.",
+ "10090c": "JANOME Corporation",
+ "1009f9": "Amazon Technologies Inc.",
+ "100ba9": "Intel Corporate",
+ "100c24": "pomdevices, LLC",
+ "100c29": "Shenzhen NORCO lntelligent Technology Co.,Ltd",
+ "100c6b": "NETGEAR",
+ "100d2f": "Online Security Pty. Ltd.",
+ "100d32": "Embedian, Inc.",
+ "100d7f": "NETGEAR",
+ "100d8c": "Huawei Device Co., Ltd.",
+ "100e2b": "NEC CASIO Mobile Communications",
+ "100e7e": "Juniper Networks",
+ "100f18": "Fu Gang Electronic(KunShan)CO.,LTD",
+ "101081": "zte corporation",
+ "1010b6": "McCain Inc",
+ "101212": "Vivo International Corporation Pty Ltd",
+ "101218": "Korins Inc.",
+ "101248": "ITG, Inc.",
+ "101250": "Sdn. Bhd.",
+ "1012b4": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "1012d0": "zte corporation",
+ "1012fb": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "101331": "Technicolor Delivery Technologies Belgium NV",
+ "1013ee": "Justec International Technology INC.",
+ "1015c1": "Technology Co., Ltd.",
+ "101849": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "10189e": "Elmo Motion Control",
+ "101965": "New H3C Technologies Co., Ltd",
+ "101a92": "AKEBONO BRAKE INDUSTRY CO.,LTD.",
+ "101b54": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "101c0c": "Apple, Inc.",
+ "101d51": "8Mesh Networks Limited",
+ "101d6e": "Hewlett Packard Enterprise",
+ "101dc0": "Samsung Electronics Co.,Ltd",
+ "101eda": "INGENICO TERMINALS SAS",
+ "101f74": "Hewlett Packard",
+ "1020ba": "Espressif Inc.",
+ "102279": "ZeroDesktop, Inc.",
+ "102381": "Barrot Technology Co.,LTD",
+ "102407": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1025ce": "ELKA - Torantriebe GmbH u. Co. Betriebs KG",
+ "102779": "Sadel S.p.A.",
+ "1027be": "TVIP",
+ "1027f5": "TP-Link Systems Inc",
+ "102831": "Morion Inc.",
+ "102834": "SALZ Automation GmbH",
+ "102874": "Shenzhen Jingxun Technology Co., Ltd.",
+ "102959": "Apple, Inc.",
+ "1029ab": "Samsung Electronics Co.,Ltd",
+ "102ab3": "Xiaomi Communications Co Ltd",
+ "102b1c": "Motorola Mobility LLC, a Lenovo Company",
+ "102b41": "Samsung Electronics Co.,Ltd",
+ "102baa": "Sagemcom Broadband SAS",
+ "102c6b": "AMPAK Technology, Inc.",
+ "102c83": "XIMEA",
+ "102c8d": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "102cb1": "Smart Innovation LLC",
+ "102cef": "EMU Electronic AG",
+ "102d31": "Shenzhen Americas Trading Company LLC",
+ "102d41": "Sichuan AI-Link Technology Co., Ltd.",
+ "102d96": "Looxcie Inc.",
+ "102e00": "Intel Corporate",
+ "102eaf": "Texas Instruments",
+ "102f6b": "Microsoft Corporation",
+ "102f6e": "Shenzhen Sundray Technologies company Limited",
+ "102fa3": "Shenzhen Uvision-tech Technology Co.Ltd",
+ "102fca": "Apple, Inc.",
+ "102ff8": "Co.,Ltd.",
+ "103025": "Apple, Inc.",
+ "103034": "Cara Systems",
+ "103047": "Samsung Electronics Co.,Ltd",
+ "10321d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10322c": "Murata Manufacturing Co., Ltd.",
+ "10327e": "Huawei Device Co., Ltd.",
+ "103378": "FLECTRON Co., LTD",
+ "1033bf": "Vantiva USA LLC",
+ "10341b": "Spacelink",
+ "103597": "Qorvo Utrecht B.V.",
+ "10364a": "Boston Dynamics",
+ "1036aa": "Vantiva - Connected Home",
+ "103711": "NORBIT ITS",
+ "10381f": "Sichuan AI-Link Technology Co., Ltd.",
+ "103917": "Samsung Electronics Co.,Ltd",
+ "10394e": "Hisense broadband multimedia technology Co.,Ltd",
+ "1039e9": "Juniper Networks",
+ "103b59": "Samsung Electronics Co.,Ltd",
+ "103c59": "zte corporation",
+ "103d0a": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "103d1c": "Intel Corporate",
+ "103d3e": "China Mobile Group Device Co.,Ltd.",
+ "103dea": "Ltd. Co.",
+ "103f44": "Xiaomi Communications Co Ltd",
+ "103f8c": "New H3C Technologies Co., Ltd",
+ "1040f3": "Apple, Inc.",
+ "104121": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "10417f": "Apple, Inc.",
+ "104210": "Apple, Inc.",
+ "104369": "Soundmax Electronic Limited ",
+ "104400": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10445a": "Shaanxi Hitech Electronic Co., LTD",
+ "1045be": "Norphonic AS",
+ "1045f8": "LNT-Automation GmbH",
+ "1046b4": "FormericaOE",
+ "104738": "Nokia Shanghai Bell Co., Ltd.",
+ "104780": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1047e7": "Shenzhen YOUHUA Technology Co., Ltd",
+ "1048b1": "Beijing Duokan Technology Limited",
+ "104963": "HARTING K.K.",
+ "104a7d": "Intel Corporate",
+ "104b46": "Mitsubishi Electric Corporation",
+ "104c43": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "104d15": "Viaanix Inc",
+ "104d77": "Innovative Computer Engineering",
+ "104e07": "Shanghai Genvision Industries Co.,Ltd",
+ "104e20": "HSE SMART",
+ "104e89": "Garmin International",
+ "104f58": "Hewlett Packard Enterprise",
+ "104fa8": "Sony Corporation",
+ "105072": "Sercomm Corporation.",
+ "105107": "Intel Corporate",
+ "105172": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1051db": "Espressif Inc.",
+ "10521c": "Espressif Inc.",
+ "1052bd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "105403": "INTARSO GmbH",
+ "1054d2": "IEEE Registration Authority",
+ "1055e4": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "105611": "Commscope",
+ "1056ca": "Peplink International Ltd.",
+ "105725": "Cisco Systems, Inc",
+ "105887": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "105917": "Tonal",
+ "105932": "Roku, Inc",
+ "105a17": "Tuya Smart Inc.",
+ "105a95": "TP-Link Systems Inc.",
+ "105af7": "ADB Italia ",
+ "105bad": "Mega Well Limited",
+ "105c3b": "Perma-Pipe, Inc.",
+ "105cbf": "DuroByte Inc",
+ "105ddc": "Huawei Device Co., Ltd.",
+ "105eae": "New H3C Technologies Co., Ltd",
+ "105f02": "Ruijie Networks Co.,LTD",
+ "105f06": "Actiontec Electronics, Inc",
+ "105f49": "Cisco SPVTG",
+ "105f81": "INTENTSECURE Inc.,",
+ "105fad": "Intel Corporate",
+ "105fd4": "Tendyron Corporation",
+ "10604b": "Hewlett Packard",
+ "1062c9": "Adatis GmbH & Co. KG",
+ "1062d0": "Vantiva USA LLC",
+ "1062e5": "Hewlett Packard",
+ "1062eb": "D-Link International",
+ "10634b": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "1063a3": "IEEE Registration Authority",
+ "1063c8": "Liteon Technology Corporation",
+ "1064e2": "ADFweb.com s.r.l.",
+ "106519": "Shenzhen iComm Semiconductor CO.,LTD",
+ "106530": "Dell Inc.",
+ "1065a3": "Panamax LLC",
+ "1065cf": "IQSIM",
+ "106650": "Robert Bosch JuP1",
+ "10666a": "Zabbly",
+ "106682": "NEC Platforms, Ltd.",
+ "1067a3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "106838": "AzureWave Technology Inc.",
+ "106f3f": "BUFFALO.INC",
+ "106fd9": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "106fef": "Ad-Sol Nissin Corp",
+ "1070fd": "Mellanox Technologies, Inc.",
+ "107100": "Huawei Device Co., Ltd.",
+ "1071b3": "Zyxel Communications Corporation",
+ "1071f9": "Cloud Telecomputers, LLC",
+ "1071fa": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "107223": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "1073c6": "August Internet Limited",
+ "1073eb": "Infiniti Electro-Optics",
+ "10746f": "MOTOROLA SOLUTIONS MALAYSIA SDN. BHD.",
+ "1074c5": "Calix Inc.",
+ "107636": "Earda Technologies co Ltd",
+ "10768a": "EoCell",
+ "107717": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "1077b0": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1077b1": "Samsung Electronics Co.,Ltd",
+ "10785b": "Actiontec Electronics, Inc",
+ "107873": "Shenzhen Jinkeyi Communication Co., Ltd.",
+ "1078ce": "Hanvit SI, Inc.",
+ "1078d2": "Elitegroup Computer Systems Co.,Ltd.",
+ "107a86": "U&U ENGINEERING INC.",
+ "107b44": "ASUSTek COMPUTER INC.",
+ "107b93": "Co., Ltd.",
+ "107ba4": "Olive & Dove Co.,Ltd.",
+ "107bce": "Nokia",
+ "107bef": "Zyxel Communications Corporation",
+ "107c61": "ASUSTek COMPUTER INC.",
+ "107d1a": "Dell Inc.",
+ "107dc8": "Apple, Inc.",
+ "1081b4": "Hunan Greatwall Galaxy Science and Technology Co.,Ltd.",
+ "10823d": "Ruijie Networks Co.,LTD",
+ "108286": "Luxshare Precision Industry Co.,Ltd",
+ "1082d7": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "1083b4": "Sidora Srl",
+ "1083d2": "Microseven Systems, LLC",
+ "10868c": "Commscope",
+ "1086f4": "Huawei Device Co., Ltd.",
+ "10880f": "Daruma Telecomunicações e Informática S.A.",
+ "1088ce": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1089fb": "Samsung Electronics Co.,Ltd",
+ "108a1b": "RAONIX Inc.",
+ "108a7b": "Nokia",
+ "108b6a": "Antailiye Technology Co.,Ltd",
+ "108ccf": "Cisco Systems, Inc",
+ "108eba": "Molekule",
+ "108ee0": "Samsung Electronics Co.,Ltd",
+ "108ffe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10907d": "Funshion Online Technologies Co.,Ltd",
+ "1090fa": "New H3C Technologies Co., Ltd",
+ "1090fc": "Shenzhen DOOGEE Hengtong Technology CO.,LTD",
+ "109166": "Shenzhen Yinwang Intelligent Technologies Co.,Ltd.",
+ "1091a8": "Espressif Inc.",
+ "1091d1": "Intel Corporate",
+ "109266": "Samsung Electronics Co.,Ltd",
+ "109397": "Commscope",
+ "1093e9": "Apple, Inc.",
+ "109497": "Logitech Hong Kong",
+ "1094bb": "Apple, Inc.",
+ "10954b": "Megabyte Ltd.",
+ "10961a": "CORP.",
+ "109693": "Amazon Technologies Inc.",
+ "1096c6": "Cisco Systems, Inc",
+ "1097bd": "Espressif Inc.",
+ "109819": "Dell Inc.",
+ "109826": "Nokia",
+ "109836": "Dell Inc.",
+ "10985f": "Inventus Power Eletronica do Brasil LTDA",
+ "1098c3": "Murata Manufacturing Co., Ltd.",
+ "109ab9": "Tosibox Oy",
+ "109add": "Apple, Inc.",
+ "109c70": "Prusa Research s.r.o.",
+ "109d7a": "Huawei Device Co., Ltd.",
+ "109d9c": "EM Microelectronic",
+ "109e3a": "Zhejiang Tmall Technology Co., Ltd.",
+ "109f41": "Apple, Inc.",
+ "109f47": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "109f4f": "New H3C Intelligence Terminal Co., Ltd.",
+ "109fa9": "Actiontec Electronics, Inc",
+ "10a13b": "FUJIKURA RUBBER LTD.",
+ "10a145": "nexzo india pvt ltd ",
+ "10a1da": "Apple, Inc.",
+ "10a24e": "GOLD3LINK ELECTRONICS CO., LTD",
+ "10a2d3": "Apple, Inc.",
+ "10a30f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10a3b8": "Iskratel d.o.o.",
+ "10a450": "Kwikset",
+ "10a4b9": "Co., Ltd",
+ "10a4be": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "10a4da": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10a51d": "Intel Corporate",
+ "10a562": "Iton Technology Corp.",
+ "10a5d0": "Murata Manufacturing Co., Ltd.",
+ "10a659": "Mobile Create Co.,Ltd.",
+ "10a743": "SK Mtek Limited",
+ "10a793": "Vantiva USA LLC",
+ "10a829": "Cisco Systems, Inc",
+ "10a932": "Beijing Cyber Cloud Technology Co. ,Ltd.",
+ "10abc9": "Samsung Electronics Co.,Ltd",
+ "10ae60": "Amazon Technologies Inc.",
+ "10aea5": "Duskrise inc.",
+ "10af78": "Shenzhen ATUE Technology Co., Ltd",
+ "10b1df": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "10b1f8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10b232": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "10b26b": "base Co.,Ltd.",
+ "10b36f": "Bowei Technology Company Limited ",
+ "10b3c6": "Cisco Systems, Inc",
+ "10b3d5": "Cisco Systems, Inc",
+ "10b3d6": "Cisco Systems, Inc",
+ "10b41d": "Espressif Inc.",
+ "10b588": "Apple, Inc.",
+ "10b65e": "New H3C Technologies Co., Ltd",
+ "10b676": "HP Inc.",
+ "10b713": "Private",
+ "10b7a8": "CableFree Networks Limited",
+ "10b7f6": "Plastoform Industries Ltd.",
+ "10b9c4": "Apple, Inc.",
+ "10b9f7": "Niko-Servodan",
+ "10b9fe": "Lika srl",
+ "10ba1a": "SHENZHEN IK WORLD Technology Co., Ltd",
+ "10baa5": "GANA I&C CO., LTD",
+ "10bbf3": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "10bc97": "vivo Mobile Communication Co., Ltd.",
+ "10bd18": "Cisco Systems, Inc",
+ "10bd3a": "Apple, Inc.",
+ "10bd43": "Robert Bosch Elektronikai Kft.",
+ "10bd55": "Q-Lab Corporation",
+ "10be99": "Netberg",
+ "10bef5": "D-Link International",
+ "10bf48": "ASUSTek COMPUTER INC.",
+ "10bf67": "Amazon Technologies Inc.",
+ "10c07c": "Blu-ray Disc Association",
+ "10c0d5": "HOLOEYE Photonics AG",
+ "10c172": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10c22f": "China Entropy Co., Ltd.",
+ "10c25a": "Vantiva USA LLC",
+ "10c2ba": "UTT Co., Ltd.",
+ "10c34d": "SHENZHEN WATER WORLD CO.,LTD.",
+ "10c37b": "ASUSTek COMPUTER INC.",
+ "10c3ab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10c4ca": "HUMAX Co., Ltd.",
+ "10c586": "BIO SOUND LAB CO., LTD.",
+ "10c595": "Lenovo",
+ "10c60c": "Domino UK Ltd",
+ "10c61f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "10c65e": "Adapt-IP",
+ "10c67e": "SHENZHEN JUCHIN TECHNOLOGY CO., LTD",
+ "10c6fc": "Garmin International",
+ "10c735": "Microsoft Corporation",
+ "10c73f": "Midas Klark Teknik Ltd",
+ "10c753": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "10c9ca": "Ace Technology Corp.",
+ "10ca81": "PRECIA",
+ "10cabf": "Texas Instruments",
+ "10cc1b": "Liverock technologies,INC",
+ "10ccdb": "AXIMUM PRODUITS ELECTRONIQUES",
+ "10cd6e": "FISYS",
+ "10cdae": "Avaya Inc",
+ "10cdb6": "Essential Products, Inc.",
+ "10ce02": "Amazon Technologies Inc.",
+ "10ce45": "Miromico AG",
+ "10cea9": "Texas Instruments",
+ "10cee9": "Apple, Inc.",
+ "10cf0f": "Apple, Inc.",
+ "10d07a": "AMPAK Technology, Inc.",
+ "10d0ab": "zte corporation",
+ "10d1dc": "INSTAR Deutschland GmbH",
+ "10d38a": "Samsung Electronics Co.,Ltd",
+ "10d542": "Samsung Electronics Co.,Ltd",
+ "10d561": "Tuya Smart Inc.",
+ "10d657": "Siemens Industrial Automation Products Ltd., Chengdu",
+ "10d680": "Tendyron Corporation",
+ "10d7b0": "Sagemcom Broadband SAS",
+ "10d9a2": "Google, Inc.",
+ "10da43": "NETGEAR",
+ "10da49": "Huawei Device Co., Ltd.",
+ "10da63": "Apple, Inc.",
+ "10dc4a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "10dcb6": "IEEE Registration Authority",
+ "10ddb1": "Apple, Inc.",
+ "10ddf4": "Maxway Electronics CO.,LTD",
+ "10dee4": "automationNEXT GmbH",
+ "10df8b": "Shenzhen CareDear Communication Technology Co.,Ltd",
+ "10dffc": "Siemens AG",
+ "10e177": "Commscope",
+ "10e18e": "Universal Global Scientific Industrial., Ltd",
+ "10e2c9": "Apple, Inc.",
+ "10e2d5": "Qi Hardware Inc.",
+ "10e376": "Cisco Systems, Inc",
+ "10e3c7": "Seohwa Telecom",
+ "10e4af": "APR, LLC",
+ "10e4c2": "Samsung Electronics Co.,Ltd",
+ "10e66b": "Kaon Broadband CO., LTD.",
+ "10e68f": "KWANGSUNG ELECTRONICS KOREA CO.,LTD.",
+ "10e6ae": "Source Technologies, LLC",
+ "10e77a": "STMicrolectronics International NV",
+ "10e7c6": "Hewlett Packard",
+ "10e83a": "FIBERX DISTRIBUIDORA DE PRODUTOS DE TELECOMUNICACAO LTDA",
+ "10e840": "CO., LTD.",
+ "10e878": "Nokia",
+ "10e8a7": "WNC Corporation",
+ "10e8ee": "PhaseSpace",
+ "10e953": "Huawei Device Co., Ltd.",
+ "10e992": "INGRAM MICRO SERVICES",
+ "10ea59": "Cisco SPVTG",
+ "10ec81": "Samsung Electronics Co.,Ltd",
+ "10edc8": "NXP Semiconductors Taiwan Ltd.",
+ "10eed9": "Canoga Perkins Corporation",
+ "10f005": "Intel Corporate",
+ "10f068": "Ruckus Wireless",
+ "10f163": "TNK CO.,LTD",
+ "10f311": "Cisco Systems, Inc",
+ "10f3db": "Gridco Systems, Inc.",
+ "10f49a": "T3 Innovation",
+ "10f605": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "10f60a": "Intel Corporate",
+ "10f681": "vivo Mobile Communication Co., Ltd.",
+ "10f920": "Cisco Systems, Inc",
+ "10f9eb": "Industria Fueguina de Relojería Electrónica s.a.",
+ "10f9ee": "Nokia Corporation",
+ "10face": "Reacheng Communication Technology Co.,Ltd",
+ "10fbf0": "KangSheng LTD.",
+ "10fc33": "Huawei Device Co., Ltd.",
+ "10fc54": "Shany Electronic Co., Ltd. ",
+ "10fcb6": "mirusystems CO.,LTD",
+ "10feed": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "10ffe0": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "1100aa": "Private",
+ "111111": "Private",
+ "140020": "Co.,Ltd. ",
+ "14007d": "zte corporation",
+ "1400e9": "Mitel Networks Corporation",
+ "140152": "Samsung Electronics Co.,Ltd",
+ "14019c": "Ubyon Inc.",
+ "1402ec": "Hewlett Packard Enterprise ",
+ "140467": "SNK Technologies Co.,Ltd.",
+ "140589": "Motorola Mobility LLC, a Lenovo Company",
+ "14064c": "Vogl Electronic GmbH",
+ "1406a7": "CRESYN",
+ "140708": "CP PLUS GMBH & CO. KG",
+ "1407e0": "Abrantix AG",
+ "140805": "SKY UK LIMITED",
+ "140808": "Espressif Inc.",
+ "1409b4": "zte corporation",
+ "1409dc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "140a29": "Tiinlab Corporation",
+ "140ac5": "Amazon Technologies Inc.",
+ "140c5b": "PLNetworks",
+ "140c76": "FREEBOX SAS",
+ "140d4f": "Flextronics International",
+ "140f42": "Nokia",
+ "140fa6": "Sdn. Bhd.",
+ "14109f": "Apple, Inc.",
+ "141114": "TECNO MOBILE LIMITED",
+ "14115d": "Co.,Ltd",
+ "14130b": "Garmin International",
+ "141330": "Anakreon UK LLP",
+ "141333": "AzureWave Technology Inc.",
+ "141346": "Co.,Ltd",
+ "141357": "ATP Electronics, Inc.",
+ "1413fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "141416": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "14144b": "Ruijie Networks Co.,LTD",
+ "141459": "Vodafone Italia S.p.A.",
+ "14147d": "Apple, Inc.",
+ "1414e6": "Ningbo Sanhe Digital Co.,Ltd",
+ "14157c": "TOKYO COSMOS ELECTRIC CO.,LTD.",
+ "14169d": "Cisco Systems, Inc",
+ "14169e": "Wingtech Group (HongKong)Limited",
+ "14172a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "141844": "Xenon Smart Teknoloji Ltd.",
+ "141877": "Dell Inc.",
+ "1418c3": "Intel Corporate",
+ "141973": "Beijing Yunyi Times Technology Co.,Ltd",
+ "141a51": "Treetech Sistemas Digitais",
+ "141a97": "Apple, Inc.",
+ "141aa3": "Motorola Mobility LLC, a Lenovo Company",
+ "141aaa": "Metal Work SpA",
+ "141b30": "Shenzhen Yipingfang Network Technology Co., Ltd.",
+ "141ba0": "Apple, Inc.",
+ "141bbd": "Volex Inc.",
+ "141bf0": "Intellimedia Systems Ltd",
+ "141f78": "Samsung Electronics Co.,Ltd",
+ "141fba": "IEEE Registration Authority",
+ "14205e": "Apple, Inc.",
+ "142103": "Calix Inc.",
+ "142233": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "14223b": "Google, Inc.",
+ "1422db": "eero inc.",
+ "14230a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1423d7": "EUTRONIX CO., LTD.",
+ "1423f2": "Broadcom Limited",
+ "1423f3": "Broadcom Limited",
+ "142475": "4DReplay, Inc",
+ "142876": "Apple, Inc.",
+ "142882": "MIDICOM ELECTRONICS CO.LTD",
+ "142971": "CO. LTD",
+ "142a14": "ShenZhen Selenview Digital Technology Co.,Ltd",
+ "142b2f": "Espressif Inc.",
+ "142bd2": "Armtel Ltd.",
+ "142bd6": "Guangdong Appscomm Co.,Ltd",
+ "142c78": "GooWi Wireless Technology Co., Limited",
+ "142d27": "Hon Hai Precision Ind. Co.,Ltd.",
+ "142d41": "Silicon Laboratories",
+ "142d4d": "Apple, Inc.",
+ "142d79": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "142d8b": "Incipio Technologies, Inc",
+ "142df5": "Amphitech",
+ "142e5e": "Sercomm Corporation.",
+ "142ffd": "LT SECURITY INC",
+ "143004": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14307a": "Avermetrics",
+ "1430c6": "Motorola Mobility LLC, a Lenovo Company",
+ "1432d1": "Samsung Electronics Co.,Ltd",
+ "14335c": "Espressif Inc.",
+ "143365": "TEM Mobile Limited",
+ "143375": "Zyxel Communications Corporation",
+ "1434f6": "LV SOLUTION SDN. BHD.",
+ "14358b": "Mediabridge Products, LLC.",
+ "1435b3": "Future Designs, Inc.",
+ "1435b7": "Apple, Inc.",
+ "143605": "Nokia Corporation",
+ "14360e": "Zyxel Communications Corporation",
+ "1436c6": "Lenovo Mobile Communication Technology Ltd.",
+ "143719": "PT Prakarsa Visi Valutama",
+ "14373b": "PROCOM Systems",
+ "14375e": "Symbotic LLC",
+ "14392f": "LEAR",
+ "143a9a": "Hon Hai Precision Industry Co.,LTD",
+ "143aea": "Dynapower Company LLC",
+ "143b42": "Intelligent Technology Co., Ltd",
+ "143b51": "Huawei Device Co., Ltd.",
+ "143cc3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "143df2": "Beijing Shidai Hongyuan Network Communication Co.,Ltd",
+ "143e60": "Nokia",
+ "143ebf": "zte corporation",
+ "143f27": "Noccela Oy",
+ "143fa6": "Sony Home Entertainment&Sound Products Inc",
+ "143fc3": "SnapAV",
+ "144146": "Co., LTD",
+ "1441e2": "Monaco Enterprises, Inc.",
+ "1442fc": "Texas Instruments",
+ "144319": "Creative&Link Technology Limited",
+ "14444a": "Apollo Seiko Ltd.",
+ "14448f": "Edgecore Networks Corporation",
+ "144658": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1446e4": "AVISTEL",
+ "14472d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "144802": "THE YEOLRIM Co.,Ltd.",
+ "14488b": "Shenzhen Doov Technology Co.,Ltd",
+ "144920": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "144978": "Digital Control Incorporated",
+ "1449bc": "DrayTek Corp.",
+ "1449d4": "Xiaomi Communications Co Ltd",
+ "144c1a": "Max Communication GmbH",
+ "144d67": "Ltd.",
+ "144e2a": "Ciena Corporation",
+ "144e34": "Remote Solution",
+ "144f8a": "Intel Corporate",
+ "144fd7": "IEEE Registration Authority",
+ "145051": "SHARP Corporation",
+ "145120": "Huawei Device Co., Ltd.",
+ "14517e": "New H3C Technologies Co., Ltd",
+ "145412": "Entis Co., Ltd.",
+ "145594": "Huawei Device Co., Ltd.",
+ "1455b9": "Nokia Solutions and Networks GmbH & Co. KG",
+ "14563a": "Huawei Device Co., Ltd.",
+ "145645": "Savitech Corp.",
+ "14568e": "Samsung Electronics Co.,Ltd",
+ "145790": "Qingdao Haier Technology Co.,Ltd",
+ "14579f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "145808": "Taicang T&W Electronics",
+ "1458d0": "Hewlett Packard",
+ "1459c0": "NETGEAR",
+ "1459c3": "Creative Chips GmbH",
+ "145a05": "Apple, Inc.",
+ "145a41": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "145a83": "Logi-D inc",
+ "145afc": "Liteon Technology Corporation",
+ "145bb9": "ConMet",
+ "145bd1": "Commscope",
+ "145be1": "nyantec GmbH",
+ "145d34": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "145e45": "Bamboo Systems Group",
+ "145e69": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "145f94": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "146080": "zte corporation",
+ "1460cb": "Apple, Inc.",
+ "146102": "Alps Alpine",
+ "14612f": "Avaya Inc",
+ "1461a4": "Honor Device Co., Ltd.",
+ "146308": "LTD.",
+ "14656a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1466b7": "Advanced Design Technology Pty Ltd",
+ "1469a2": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "146a0b": "Cypress Electronics Limited",
+ "146b72": "Shenzhen Fortune Ship Technology Co., Ltd.",
+ "146b9a": "zte corporation",
+ "146b9c": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "146c27": "Dongguan Liesheng Electronic Co., Ltd.",
+ "146e0a": "Private",
+ "147057": "SHENNAN CIRCUITS CO.,LTD",
+ "147373": "TUBITAK UEKAE",
+ "147411": "RIM",
+ "14755b": "Intel Corporate",
+ "147590": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "1475e5": "ELMAX Srl",
+ "147740": "Huawei Device Co., Ltd.",
+ "14780b": "Varex Imaging Deutschland AG",
+ "1479f3": "China Mobile Group Device Co.,Ltd.",
+ "147ae4": "Apple, Inc.",
+ "147bac": "Nokia",
+ "147d05": "SERCOMM PHILIPPINES INC",
+ "147db3": "JOA TELECOM.CO.,LTD",
+ "147dc5": "Murata Manufacturing Co., Ltd.",
+ "147dda": "Apple, Inc.",
+ "147e19": "Hewlett Packard Enterprise",
+ "147ea1": "Britania Eletrônicos S.A.",
+ "147f0f": "Texas Instruments",
+ "147f67": "LG Innotek",
+ "147fce": "Apple, Inc.",
+ "14801f": "Sunnovo International Limited",
+ "1480cc": "Quectel Wireless Solutions Co.,Ltd.",
+ "148121": "TOP WING Corporation",
+ "14825b": "Hefei Radio Communication Technology Co., Ltd ",
+ "148430": "MITAC COMPUTING TECHNOLOGY CORPORATION",
+ "148473": "Cisco Systems, Inc",
+ "148477": "New H3C Technologies Co., Ltd",
+ "148501": "Rivos Inc.",
+ "148509": "Apple, Inc.",
+ "148554": "Earda Technologies co Ltd",
+ "14857f": "Intel Corporate",
+ "148692": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "14876a": "Apple, Inc.",
+ "1488e6": "Apple, Inc.",
+ "148919": "2bps",
+ "14893e": "VIXTEL TECHNOLOGIES LIMTED",
+ "1489cb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1489fd": "Samsung Electronics Co.,Ltd",
+ "148a70": "ADS GmbH",
+ "148c4a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "148f21": "Garmin International",
+ "148f34": "TECNO MOBILE LIMITED",
+ "148f79": "Apple, Inc.",
+ "148fc6": "Apple, Inc.",
+ "149090": "KongTop industrial(shen zhen)CO.,LTD",
+ "149138": "Amazon Technologies Inc.",
+ "149182": "Belkin International Inc.",
+ "1492f9": "Sichuan AI-Link Technology Co., Ltd.",
+ "149346": "PNI sensor corporation",
+ "14942f": "USYS CO.,LTD.",
+ "149448": "BLU CASTLE S.A.",
+ "14946c": "Apple, Inc.",
+ "149569": "Shenzhen iComm Semiconductor CO.,LTD",
+ "1495ce": "Apple, Inc.",
+ "14962d": "New H3C Technologies Co., Ltd",
+ "1496e5": "Samsung Electronics Co.,Ltd",
+ "149877": "Apple, Inc.",
+ "14987d": "Vantiva USA LLC",
+ "14993e": "Xiaomi Communications Co Ltd",
+ "1499e2": "Apple, Inc.",
+ "149a10": "Microsoft Corporation",
+ "149aa3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "149b2f": "JiangSu ZhongXie Intelligent Technology co., LTD",
+ "149bd7": "MULI MUWAI FURNITURE QIDONG CO., LTD",
+ "149bf3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "149cef": "Texas Instruments",
+ "149d09": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "149d99": "Apple, Inc.",
+ "149e5d": "JSC IB Reform",
+ "149ecf": "Dell Inc.",
+ "149f3c": "Samsung Electronics Co.,Ltd",
+ "149f43": "Cisco Meraki",
+ "149fb6": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "149fe8": "Lenovo Mobile Communication Technology Ltd.",
+ "14a0f8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14a1bf": "ASSA ABLOY Korea Co., Ltd Unilock",
+ "14a1df": "China Mobile Group Device Co.,Ltd.",
+ "14a2a0": "Cisco Systems, Inc",
+ "14a32f": "Huawei Device Co., Ltd.",
+ "14a364": "Samsung Electronics Co.,Ltd",
+ "14a3b4": "Huawei Device Co., Ltd.",
+ "14a417": "Shenzhen Belon Technology CO.,LTD",
+ "14a51a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14a62c": "S.M. Dezac S.A.",
+ "14a72b": "currentoptronics Pvt.Ltd",
+ "14a78b": "Zhejiang Dahua Technology Co., Ltd.",
+ "14a86b": "ShenZhen Telacom Science&Technology Co., Ltd",
+ "14a9d0": "F5 Inc.",
+ "14a9e3": "MST CORPORATION",
+ "14ab02": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14ab56": "WUXI FUNIDE DIGITAL CO.,LTD",
+ "14abc5": "Intel Corporate",
+ "14abec": "Hewlett Packard Enterprise",
+ "14abf0": "Commscope",
+ "14ac60": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "14adca": "China Mobile Iot Limited company",
+ "14ae68": "KLG Smartec",
+ "14ae85": "IEEE Registration Authority",
+ "14aedb": "VTech Telecommunications Ltd.",
+ "14b126": "Industrial Software Co",
+ "14b1c8": "InfiniWing, Inc.",
+ "14b2e5": "Shenzhen iComm Semiconductor CO.,LTD",
+ "14b31f": "Dell Inc.",
+ "14b370": "Co., Ltd.",
+ "14b3a1": "Juniper Networks",
+ "14b457": "Silicon Laboratories",
+ "14b484": "Samsung Electronics Co.,Ltd",
+ "14b5cd": "Liteon Technology Corporation",
+ "14b73d": "ARCHEAN Technologies",
+ "14b7f8": "Vantiva USA LLC",
+ "14b837": "Shenzhen YOUHUA Technology Co., Ltd",
+ "14b903": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14b968": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14baaf": "BKS GmbH",
+ "14bb6e": "Samsung Electronics Co.,Ltd",
+ "14bc68": "Cisco Systems, Inc",
+ "14bd61": "Apple, Inc.",
+ "14befc": "Nanjing Jiahao Technology Co., Ltd.",
+ "14c03e": "Commscope",
+ "14c050": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "14c089": "DUNE HD LTD",
+ "14c0a1": "UCloud Technology Co., Ltd.",
+ "14c126": "Nokia Corporation",
+ "14c14e": "Google, Inc.",
+ "14c1ff": "ShenZhen QianHai Comlan communication Co.,LTD",
+ "14c213": "Apple, Inc.",
+ "14c21d": "Sabtech Industries",
+ "14c24d": "ATW TECHNOLOGY, INC.",
+ "14c35e": "FibRSol Global Network Limited",
+ "14c3c2": "K.A. Schmersal GmbH & Co. KG",
+ "14c67d": "Vizio, Inc",
+ "14c697": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "14c88b": "Apple, Inc.",
+ "14c913": "LG Electronics",
+ "14c9cf": "Sigmastar Technology Ltd.",
+ "14ca56": "zte corporation",
+ "14caa0": "Hu&Co",
+ "14cb19": "HP Inc.",
+ "14cb49": "Habolink Technology Co.,LTD",
+ "14cb65": "Microsoft Corporation",
+ "14cc20": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "14ccb3": "AO GK NATEKS",
+ "14cf8d": "OHSUNG",
+ "14cf92": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "14cfe2": "Commscope",
+ "14d00d": "Apple, Inc.",
+ "14d11f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14d169": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14d19e": "Apple, Inc.",
+ "14d424": "AzureWave Technology Inc.",
+ "14d4fe": "Commscope",
+ "14d5c6": "slash dev slash agents, inc",
+ "14d64d": "D-Link International",
+ "14d725": "Barrot Technology Co.,Ltd.",
+ "14d76e": "CONCH ELECTRONIC Co.,Ltd",
+ "14d864": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "14d881": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "14dab9": "Huawei Device Co., Ltd.",
+ "14dae9": "ASUSTek COMPUTER INC.",
+ "14db85": "S NET MEDIA",
+ "14dc51": "Xiamen Cheerzing IOT Technology Co.,Ltd.",
+ "14dce2": "THALES AVS France",
+ "14dd02": "Liangang Optoelectronic Technology CO., Ltd.",
+ "14dd9c": "vivo Mobile Communication Co., Ltd.",
+ "14dda9": "ASUSTek COMPUTER INC.",
+ "14dde5": "MPMKVVCL",
+ "14de39": "Huawei Device Co., Ltd.",
+ "14e01d": "Samsung Electronics Co.,Ltd",
+ "14e289": "Abietec Inc.",
+ "14e4ec": "mLogic LLC",
+ "14e6e4": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "14e7c8": "Sdn. Bhd.",
+ "14e9b2": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "14ea63": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "14eaa1": "co., Ltd",
+ "14eb08": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "14eb33": "BSMediasoft Co., Ltd.",
+ "14ebb6": "TP-Link Systems Inc",
+ "14eda5": "Wächter GmbH Sicherheitssysteme",
+ "14edbb": "2Wire Inc",
+ "14ede4": "Kaiam Corporation",
+ "14ee9d": "AirNav Systems LLC",
+ "14efcf": "SCHREDER",
+ "14f0c5": "Xtremio Ltd.",
+ "14f287": "Apple, Inc.",
+ "14f28e": "ShenYang ZhongKe-Allwin Technology Co.LTD",
+ "14f42a": "Samsung Electronics Co.,Ltd",
+ "14f592": "Shenzhen SDG DONZHI Technology Co., Ltd",
+ "14f5f9": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "14f65a": "Xiaomi Communications Co Ltd",
+ "14f6d8": "Intel Corporate",
+ "14f893": "Wuhan FiberHome Digital Technology Co.,Ltd.",
+ "14fb70": "Huawei Device Co., Ltd.",
+ "14feaf": "SAGITTAR LIMITED",
+ "14feb5": "Dell Inc.",
+ "18002d": "Sony Corporation",
+ "1800db": "Fitbit Inc.",
+ "18017d": "Harbin Arteor technology co., LTD",
+ "1801e3": "Bittium Wireless Ltd",
+ "1801f1": "Xiaomi Communications Co Ltd",
+ "18022d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1802ae": "vivo Mobile Communication Co., Ltd.",
+ "180373": "Dell Inc.",
+ "1803fa": "IBT Interfaces",
+ "180403": "vivo Mobile Communication Co., Ltd.",
+ "1804ed": "Texas Instruments",
+ "180675": "Dilax Intelcom GmbH",
+ "1806f5": "RAD Data Communications, Ltd.",
+ "1806ff": "Limited.",
+ "180712": "Shenzhen Dazoo Technologies CO.,Ltd",
+ "180b1b": "Amazon Technologies Inc.",
+ "180b52": "Nanotron Technologies GmbH",
+ "180bd0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "180c14": "iSonea Limited",
+ "180c77": "Westinghouse Electric Company, LLC",
+ "180c7a": "Sagemcom Broadband SAS",
+ "180cac": "CANON INC.",
+ "180d2c": "Intelbras",
+ "180df9": "Silicon Laboratories",
+ "180eac": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "180f76": "D-Link International",
+ "18104e": "CEDINT-UPM",
+ "181171": "Guangzhou Doctorpai Education & Technology Co.,Ltd",
+ "181212": "Cepton Technologies",
+ "18132d": "zte corporation",
+ "181420": "TEB SAS",
+ "181456": "Nokia Corporation",
+ "18146c": "Zhejiang Tmall Technology Co., Ltd.",
+ "1814ae": "Nokia",
+ "181628": "SharkNinja Operating LLC",
+ "1816c9": "Samsung Electronics Co.,Ltd",
+ "1816e8": "Siliconware Precision Industries Co., Ltd.",
+ "181714": "DAEWOOIS",
+ "181725": "Cameo Communications, Inc.",
+ "18188b": "FCNT LLC",
+ "18193f": "Tamtron Oy",
+ "1819d6": "Samsung Electronics Co.,Ltd",
+ "181beb": "Actiontec Electronics, Inc",
+ "181dea": "Intel Corporate",
+ "181e78": "Sagemcom Broadband SAS",
+ "181e95": "AuVerte",
+ "181eb0": "Samsung Electronics Co.,Ltd",
+ "182012": "Aztech Associates Inc.",
+ "182032": "Apple, Inc.",
+ "18204c": "Kummler+Matter AG",
+ "1820a6": "Sage Co., Ltd.",
+ "1820d5": "Commscope",
+ "182195": "Samsung Electronics Co.,Ltd",
+ "18227e": "Samsung Electronics Co.,Ltd",
+ "182649": "Intel Corporate",
+ "182654": "Samsung Electronics Co.,Ltd",
+ "182666": "Samsung Electronics Co.,Ltd",
+ "182861": "AirTies Wireless Networks",
+ "182a44": "HIROSE ELECTRONIC SYSTEM",
+ "182a57": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "182a7b": "Nintendo Co., Ltd.",
+ "182ad3": "Juniper Networks",
+ "182b05": "8D Technologies",
+ "182c65": "Texas Instruments",
+ "182c91": "Concept Development, Inc.",
+ "182ca9": "DASAN Networks, Inc. ",
+ "182cb4": "Nectarsoft Co., Ltd.",
+ "182d98": "Jinwoo Industrial system",
+ "182df7": "JY COMPANY",
+ "183009": "Woojin Industrial Systems Co., Ltd.",
+ "18300c": "Hisense Electric Co.,Ltd",
+ "18314f": "AIDIN ROBOTICS",
+ "1831bf": "ASUSTek COMPUTER INC.",
+ "183219": "EM Microelectronic",
+ "1832a2": "LAON TECHNOLOGY CO., LTD.",
+ "183386": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18339d": "Cisco Systems, Inc",
+ "183451": "Apple, Inc.",
+ "1834af": "Kaon Group Co., Ltd.",
+ "1835d1": "Commscope",
+ "183672": "Shaoxing ShunChuang Technology CO.,LTD",
+ "1836fc": "Elecsys International Corporation",
+ "183825": "Wuhan Lingjiu High-tech Co.,Ltd.",
+ "183864": "CAP-TECH INTERNATIONAL CO., LTD.",
+ "1838ae": "CONSPIN SOLUTION",
+ "183919": "Unicoi Systems",
+ "18396e": "SUNSEA TELECOMMUNICATIONS CO.,LTD.",
+ "18399c": "Skorpios Technologies",
+ "183a2d": "Samsung Electronics Co.,Ltd",
+ "183a48": "VostroNet",
+ "183bd2": "BYD Precision Manufacture Company Ltd.",
+ "183c98": "Shenzhen Hengyi Technology Co., LTD",
+ "183cb7": "Huawei Device Co., Ltd.",
+ "183d2d": "Electronics Technology co., ltd",
+ "183d5e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "183da2": "Intel Corporate",
+ "183eef": "Apple, Inc.",
+ "183f47": "Samsung Electronics Co.,Ltd",
+ "183f70": "Apple, Inc.",
+ "1840a4": "Shenzhen Trylong Smart Science and Technology Co., Ltd.",
+ "1841c3": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "1841fe": "KATIM L.L.C",
+ "18421d": "Private",
+ "18422f": "Alcatel Lucent",
+ "1842d4": "Wuhan Hosan Telecommunication Technology Co.,Ltd",
+ "184462": "Riava Networks, Inc.",
+ "1844cf": "B+L Industrial Measurements GmbH",
+ "1844e6": "zte corporation",
+ "184516": "Texas Instruments",
+ "184593": "Taicang T&W Electronics",
+ "1845b3": "IEEE Registration Authority",
+ "184617": "Samsung Electronics Co.,Ltd",
+ "184644": "Home Control Singapore Pte Ltd",
+ "18473d": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "184859": "Castlenet Technology Inc.",
+ "1848be": "Amazon Technologies Inc.",
+ "1848ca": "Murata Manufacturing Co., Ltd.",
+ "1848d8": "Fastback Networks",
+ "1849f8": "Extreme Networks Headquarters",
+ "184a53": "Apple, Inc.",
+ "184a6f": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "184b0d": "Ruckus Wireless",
+ "184bdf": "Caavo Inc",
+ "184c08": "Rockwell Automation",
+ "184cae": "CONTINENTAL",
+ "184e03": "HMD Global Oy",
+ "184e16": "Samsung Electronics Co.,Ltd",
+ "184e94": "MESSOA TECHNOLOGIES INC.",
+ "184ecb": "Samsung Electronics Co.,Ltd",
+ "184f32": "Hon Hai Precision Ind. Co.,Ltd.",
+ "184f43": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "184f5d": "JRC Mobility Inc.",
+ "18502a": "SOARNEX",
+ "185073": "Tianjin HuaLai Technology CO., Ltd.",
+ "185111": "Universal Electronics, Inc.",
+ "185207": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "18523d": "Xiamen Jiwu Technology CO.,Ltd",
+ "185253": "Pixord Corporation",
+ "185282": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "185345": "Nokia",
+ "1853e0": "Hanyang Digitech Co.Ltd",
+ "1854cf": "Samsung Electronics Co.,Ltd",
+ "18550f": "Cisco SPVTG",
+ "1855e3": "Apple, Inc.",
+ "185644": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "185680": "Intel Corporate",
+ "1856c3": "Apple, Inc.",
+ "185869": "Sailer Electronic Co., Ltd",
+ "185880": "Arcadyan Corporation",
+ "185933": "Cisco SPVTG",
+ "185936": "Xiaomi Communications Co Ltd",
+ "1859f5": "Cisco Systems, Inc",
+ "185a58": "Dell Inc.",
+ "185ae8": "Zenotech.Co.,Ltd",
+ "185b00": "Nokia",
+ "185bb3": "Samsung Electronics Co.,Ltd",
+ "185d6f": "N3com",
+ "185d9a": "BobjGear LLC",
+ "185e0b": "zte corporation",
+ "185e0f": "Intel Corporate",
+ "186024": "Hewlett Packard",
+ "186041": "Arcadyan Corporation",
+ "1861c7": "lemonbeat GmbH",
+ "18622c": "Sagemcom Broadband SAS",
+ "1862e4": "Texas Instruments",
+ "186472": "Hewlett Packard Enterprise",
+ "186571": "Co., Ltd.",
+ "186590": "Apple, Inc.",
+ "1865c7": "Dongguan YIMO Technology Co.LTD",
+ "186696": "IEEE Registration Authority",
+ "1866c7": "Shenzhen Libre Technology Co., Ltd",
+ "1866da": "Dell Inc.",
+ "1866e3": "Veros Systems, Inc.",
+ "1866f0": "Jupiter Systems",
+ "18673f": "Hanover Displays Limited",
+ "186751": "KOMEG Industrielle Messtechnik GmbH",
+ "1867b0": "Samsung Electronics Co.,Ltd",
+ "18686a": "zte corporation",
+ "186882": "Beward R&D Co., Ltd.",
+ "1868cb": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "18690a": "Silicon Laboratories",
+ "1869d4": "Samsung Electronics Co.,Ltd",
+ "1869d8": "Tuya Smart Inc.",
+ "1869da": "China Mobile Group Device Co.,Ltd.",
+ "186a81": "Sagemcom Broadband SAS",
+ "186be2": "LYLINK LIMITED",
+ "186d99": "Adanis Inc.",
+ "186f2d": "Shenzhen Sundray Technologies company Limited",
+ "18703b": "Huawei Device Co., Ltd.",
+ "187117": "eta plus electronic gmbh",
+ "1871d5": "Hazens Automotive Electronics(SZ)Co.,Ltd.",
+ "18742e": "Amazon Technologies Inc.",
+ "1874e2": "IEEE Registration Authority",
+ "187532": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "1878d4": "Verizon ",
+ "1879a2": "GMJ ELECTRIC LIMITED",
+ "1879fd": "zte corporation",
+ "187a3b": "Hewlett Packard Enterprise",
+ "187a3e": "Silicon Laboratories",
+ "187a93": "AMICCOM Electronics Corporation",
+ "187c0b": "Ruckus Wireless",
+ "187c81": "Valeo Vision Systems",
+ "187caa": "China Mobile Group Device Co.,Ltd.",
+ "187e20": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "187eb9": "Apple, Inc.",
+ "187ed5": "shenzhen kaism technology Co. Ltd",
+ "187f88": "Ring LLC",
+ "188025": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "188090": "Cisco Systems, Inc",
+ "1880ce": "Barberry Solutions Ltd",
+ "1880f5": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "18810e": "Apple, Inc.",
+ "1881ed": "TERACOM TELEMATICA S.A",
+ "188219": "Alibaba Cloud Computing Ltd.",
+ "18828c": "Arcadyan Corporation",
+ "188331": "Samsung Electronics Co.,Ltd",
+ "1883bf": "Arcadyan Technology Corporation",
+ "188410": "CoreTrust Inc.",
+ "1884c1": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "188637": "INGRAM MICRO SERVICES",
+ "18863a": "DIGITAL ART SYSTEM",
+ "1886ac": "Nokia Danmark A/S",
+ "1886c3": "Nokia",
+ "188740": "Xiaomi Communications Co Ltd",
+ "188796": "HTC Corporation",
+ "188857": "Beijing Jinhong Xi-Dian Information Technology Corp.",
+ "18895b": "Samsung Electronics Co.,Ltd",
+ "1889a0": "Funshion Online Technologies Co.,Ltd",
+ "1889cf": "TECNO MOBILE LIMITED",
+ "1889df": "OMNIVISION",
+ "188a6a": "AVPro Global Hldgs",
+ "188b0e": "Espressif Inc.",
+ "188b15": "ShenZhen ZhongRuiJing Technology co.,LTD",
+ "188b45": "Cisco Systems, Inc",
+ "188b9d": "Cisco Systems, Inc",
+ "188ed5": "TP Vision Belgium N.V. - innovation site Brugge",
+ "188ef9": "G2C Co. Ltd.",
+ "189024": "Astera LED Technology GmbH",
+ "189067": "Shenzhen Jingxun Technology Co., Ltd.",
+ "189088": "eero inc.",
+ "1890d8": "Sagemcom Broadband SAS",
+ "18922c": "Virtual Instruments",
+ "1892a4": "Ciena Corporation",
+ "189341": "Intel Corporate",
+ "18937f": "AMPAK Technology, Inc.",
+ "1893d7": "Texas Instruments",
+ "1894a3": "Co., Ltd.",
+ "1894c6": "ShenZhen Chenyee Technology Co., Ltd.",
+ "189552": "1MORE",
+ "189578": "DENSO CORPORATION",
+ "1897f1": "Management Co., Ltd.",
+ "1897ff": "TechFaith Wireless Technology Limited",
+ "1899f5": "Sichuan Changhong Electric Ltd.",
+ "189a67": "CSE-Servelec Limited",
+ "189ba5": "IEEE Registration Authority",
+ "189c27": "Commscope",
+ "189c2c": "Dongguan Huayin Electronic Technology Co., Ltd.",
+ "189c5d": "Cisco Systems, Inc",
+ "189ce1": "Arista Networks",
+ "189e2c": "Huawei Device Co., Ltd.",
+ "189e2d": "Allwinner Technology Co., Ltd",
+ "189ead": "Shenzhen Chengqian Information Technology Co., Ltd",
+ "189efc": "Apple, Inc.",
+ "18a28a": "Essel-T Co., Ltd",
+ "18a3e8": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "18a4a9": "Vanu Inc.",
+ "18a59c": "IEEE Registration Authority",
+ "18a5ff": "Arcadyan Corporation",
+ "18a6f7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "18a788": "Shenzhen MEK Intellisys Pte Ltd",
+ "18a7f1": "Qingdao Haier Technology Co.,Ltd",
+ "18a905": "Hewlett Packard",
+ "18a958": "PROVISION THAI CO., LTD.",
+ "18a99b": "Dell Inc.",
+ "18a9a6": "Nebra Ltd",
+ "18a9ed": "eero inc.",
+ "18aa0f": "Huawei Device Co., Ltd.",
+ "18aa1e": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "18aa45": "Fon Technology",
+ "18aaca": "Sichuan tianyi kanghe communications co., LTD",
+ "18ab1d": "Samsung Electronics Co.,Ltd",
+ "18abf5": "Ultra Electronics Electrics",
+ "18ac9e": "ITEL MOBILE LIMITED",
+ "18ad4d": "Polostar Technology Corporation",
+ "18aebb": "Siemens Convergence Creators GmbH&Co.KG",
+ "18af61": "Apple, Inc.",
+ "18af8f": "Apple, Inc.",
+ "18af9f": "DIGITRONIC Automationsanlagen GmbH",
+ "18afa1": "Shenzhen Yifang Network Technology Co., Ltd.",
+ "18b0a4": "zte corporation",
+ "18b169": "Sonicwall",
+ "18b185": "Co., Ltd.",
+ "18b209": "Torrey Pines Logic, Inc",
+ "18b3ba": "Netlogic AB",
+ "18b430": "Nest Labs Inc.",
+ "18b591": "I-Storm",
+ "18b6cc": "We Corporation Inc.",
+ "18b6f7": "NEW POS TECHNOLOGY LIMITED",
+ "18b79e": "Invoxia",
+ "18b81f": "Commscope",
+ "18b905": "Hong Kong Bouffalo Lab Limited",
+ "18b96e": "Dongguan Liesheng Electronic Co., Ltd.",
+ "18bb1c": "Huawei Device Co., Ltd.",
+ "18bb26": "FN-LINK TECHNOLOGY LIMITED",
+ "18bb41": "Huawei Device Co., Ltd.",
+ "18bc57": "ADVA Optical Networking Ltd.",
+ "18bc5a": "Zhejiang Tmall Technology Co., Ltd.",
+ "18bdad": "L-TECH CORPORATION",
+ "18be92": "Delta Networks, Inc.",
+ "18bf1c": "Jiangsu Huitong Group Co.,Ltd.",
+ "18bfb3": "Samsung Electronics Co., Ltd., Memory Division",
+ "18c007": "Huawei Device Co., Ltd.",
+ "18c009": "New H3C Technologies Co., Ltd",
+ "18c04d": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "18c086": "Broadcom",
+ "18c19d": "Sdn. Bhd.",
+ "18c1e2": "Qolsys Inc.",
+ "18c23c": "Lumi United Technology Co., Ltd",
+ "18c241": "SonicWall",
+ "18c293": "Laird Connectivity",
+ "18c2bf": "BUFFALO.INC",
+ "18c300": "Nokia",
+ "18c3f4": "IEEE Registration Authority",
+ "18c451": "Tucson Embedded Systems",
+ "18c501": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "18c58a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18c8e7": "Shenzhen Hualistone Technology Co.,Ltd",
+ "18caa7": "zte corporation",
+ "18cc18": "Intel Corporate",
+ "18cc23": "Philio Technology Corporation",
+ "18cc88": "Hitachi Global Life Solutions, Inc.",
+ "18ce94": "Samsung Electronics Co.,Ltd",
+ "18cedf": "Quectel Wireless Solutions Co.,Ltd.",
+ "18cf24": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18cf5e": "Liteon Technology Corporation",
+ "18d071": "DASAN CO., LTD.",
+ "18d0c5": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "18d225": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "18d276": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18d5b6": "SMG Holdings LLC",
+ "18d61c": "Shenzhen TINNO Mobile Technology Corp.",
+ "18d66a": "Inmarsat",
+ "18d6c7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "18d6cf": "Kurth Electronic GmbH",
+ "18d6dd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18d717": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "18d793": "IEEE Registration Authority",
+ "18d949": "Qvis Labs, LLC",
+ "18d98f": "Huawei Device Co., Ltd.",
+ "18d9ef": "Shuttle Inc.",
+ "18dbf2": "Dell Inc.",
+ "18dc56": "Co.,Ltd",
+ "18de50": "Tuya Smart Inc.",
+ "18ded7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18df26": "INGRAM MICRO SERVICES",
+ "18dfb4": "BOSUNG POWERTEC CO.,LTD.",
+ "18dfc1": "Aetheros",
+ "18e1ca": "wanze",
+ "18e1de": "Chengdu ChipIntelli Technology Co., Ltd",
+ "18e204": "BEIJING COOLSHARK TECHNOLOGY CO.,LTD.",
+ "18e215": "Nokia",
+ "18e288": "STT Condigi",
+ "18e29f": "vivo Mobile Communication Co., Ltd.",
+ "18e2c2": "Samsung Electronics Co.,Ltd",
+ "18e3bc": "TCT mobile ltd",
+ "18e671": "Apple, Inc.",
+ "18e728": "Cisco Systems, Inc",
+ "18e777": "vivo Mobile Communication Co., Ltd.",
+ "18e7b0": "Apple, Inc.",
+ "18e7f4": "Apple, Inc.",
+ "18e80f": "Viking Electronics Inc.",
+ "18e829": "Ubiquiti Inc",
+ "18e83b": "Citadel Wallet LLC",
+ "18e8dd": "MODULETEK",
+ "18e8ec": "STMicrolectronics International NV",
+ "18e91d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "18ebd4": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "18ece7": "BUFFALO.INC",
+ "18ee69": "Apple, Inc.",
+ "18ee86": "Inseego Wireless, Inc",
+ "18ef3a": "Sichuan AI-Link Technology Co., Ltd.",
+ "18ef63": "Cisco Systems, Inc",
+ "18efc0": "Sercomm Japan Corporation",
+ "18f0e4": "Xiaomi Communications Co Ltd",
+ "18f145": "NetComm Wireless Limited",
+ "18f18e": "ChipER Technology co. ltd",
+ "18f1d8": "Apple, Inc.",
+ "18f22c": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "18f292": "Shannon Systems",
+ "18f46a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "18f46b": "Telenor Connexion AB",
+ "18f643": "Apple, Inc.",
+ "18f650": "Multimedia Pacific Limited",
+ "18f697": "Axiom Memory Solutions, Inc.",
+ "18f76b": "Zhejiang Winsight Technology CO.,LTD",
+ "18f87a": "i3 International Inc.",
+ "18f87f": "Wha Yu Industrial Co., Ltd.",
+ "18f935": "Cisco Systems, Inc",
+ "18f9c4": "BAE Systems",
+ "18fa6f": "ISC applied systems corp",
+ "18fab7": "Apple, Inc.",
+ "18fb7b": "Dell Inc.",
+ "18fb8e": "VusionGroup",
+ "18fc26": "Qorvo International Pte. Ltd.",
+ "18fc9f": "Changhe Electronics Co., Ltd.",
+ "18fd74": "Routerboard.com",
+ "18fdcb": "IEEE Registration Authority",
+ "18fe34": "Espressif Inc.",
+ "18ff0f": "Intel Corporate",
+ "18ff2e": "Shenzhen Rui Ying Da Technology Co., Ltd",
+ "1c0042": "NARI Technology Co., Ltd.",
+ "1c012d": "Ficer Technology",
+ "1c0219": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1c05b7": "Chongqing Trantor Technology Co., Ltd.",
+ "1c0656": "IDY Corporation",
+ "1c08c1": "LG Innotek",
+ "1c0b52": "EPICOM S.A",
+ "1c0b8b": "Ubiquiti Inc",
+ "1c0d7d": "Apple, Inc.",
+ "1c0eaf": "Huawei Device Co., Ltd.",
+ "1c0ec2": "Apple, Inc.",
+ "1c0ed3": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "1c0faf": "Lucid Vision Labs",
+ "1c0fcf": "Sypro Optics GmbH",
+ "1c112f": "vivo Mobile Communication Co., Ltd.",
+ "1c1161": "Ciena Corporation",
+ "1c11e1": "Wartsila Finland Oy",
+ "1c129d": "IEEE PES PSRC/SUB ",
+ "1c12b0": "Amazon Technologies Inc.",
+ "1c1338": "Kimball Electronics Group, LLC",
+ "1c1386": "Huawei Device Co., Ltd.",
+ "1c13fa": "Huawei Device Co., Ltd.",
+ "1c1448": "Commscope",
+ "1c14b3": "Airwire Technologies",
+ "1c151f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c17d3": "Cisco Systems, Inc",
+ "1c184a": "ShenZhen RicherLink Technologies Co.,LTD",
+ "1c19de": "eyevis GmbH",
+ "1c1a1b": "Shanghai Sunmi Technology Co.,Ltd.",
+ "1c1ac0": "Apple, Inc.",
+ "1c1adf": "Microsoft Corporation",
+ "1c1b0d": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "1c1b68": "Commscope",
+ "1c1bb5": "Intel Corporate",
+ "1c1cfd": "Dalian Hi-Think Computer Technology, Corp",
+ "1c1d67": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c1d86": "Cisco Systems, Inc",
+ "1c1dd3": "Apple, Inc.",
+ "1c1e38": "PCCW Global, Inc.",
+ "1c1ee3": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "1c1fd4": "LifeBEAM Technologies LTD",
+ "1c1ff1": "Huawei Device Co., Ltd.",
+ "1c20db": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c2156": "Smappee NV",
+ "1c21d1": "IEEE Registration Authority",
+ "1c2285": "Serrature Meroni SpA",
+ "1c232c": "Samsung Electronics Co.,Ltd",
+ "1c234f": "EDMI Europe Ltd",
+ "1c24cd": "ASKEY COMPUTER CORP",
+ "1c24eb": "Burlywood",
+ "1c25e1": "China Mobile IOT Company Limited",
+ "1c2704": "zte corporation",
+ "1c27dd": "Datang Gohighsec(zhejiang)Information Technology Co.,Ltd.",
+ "1c28af": "Hewlett Packard Enterprise",
+ "1c2a8b": "Nokia",
+ "1c2aa3": "Shenzhen HongRui Optical Technology Co., Ltd.",
+ "1c2ab0": "Beijing Xiaomi Electronics Co.,Ltd",
+ "1c2ce0": "Shanghai Mountain View Silicon",
+ "1c2e1b": "Suzhou Tremenet Communication Technology Co., Ltd.",
+ "1c2fa2": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "1c3003": "Hewlett Packard Enterprise",
+ "1c3008": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "1c3283": "Co., Ltd.",
+ "1c32ac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c330e": "PernixData",
+ "1c334d": "ITS Telecom",
+ "1c3477": "Innovation Wireless",
+ "1c34da": "Mellanox Technologies, Inc.",
+ "1c34f1": "Silicon Laboratories",
+ "1c35f1": "NEW Lift Neue Elektronische Wege Steuerungsbau GmbH",
+ "1c36bb": "Apple, Inc.",
+ "1c37bf": "Cloudium Systems Ltd.",
+ "1c3929": "OHSUNG",
+ "1c3947": "CO., LTD. ",
+ "1c398a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1c3a4f": "AccuSpec Electronics, LLC",
+ "1c3a60": "Ruckus Wireless",
+ "1c3ade": "Samsung Electronics Co.,Ltd",
+ "1c3b01": "Shanghai Xiaodu Technology Limited",
+ "1c3b62": "HMD Global Oy",
+ "1c3b8f": "Selve GmbH & Co. KG",
+ "1c3bf3": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "1c3c78": "Apple, Inc.",
+ "1c3cd4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c3d2f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c3de7": "Sigma Koki Co.,Ltd.",
+ "1c3e84": "Hon Hai Precision Ind. Co.,Ltd.",
+ "1c4024": "Dell Inc.",
+ "1c40e8": "SHENZHEN PROGRESS&WIN TECHNOLOGY CO.,LTD",
+ "1c4158": "Gemalto M2M GmbH",
+ "1c4176": "China Mobile Group Device Co.,Ltd.",
+ "1c4190": "Universal Electronics, Inc.",
+ "1c427d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1c4363": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c43ec": "JAPAN CIRCUIT CO.,LTD",
+ "1c4419": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "1c4455": "Sieb & Meyer AG",
+ "1c4586": "Nintendo Co.,Ltd",
+ "1c4593": "Texas Instruments",
+ "1c45c2": "Huizhou City Sunsin lntelligent Technology Co.,Ltd",
+ "1c46d1": "SKY UK LIMITED",
+ "1c472f": "Huawei Device Co., Ltd.",
+ "1c47f6": "Co.,Ltd",
+ "1c4840": "IMS Messsysteme GmbH",
+ "1c48ce": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1c48f9": "GN Netcom A/S",
+ "1c497b": "Gemtek Technology Co., Ltd.",
+ "1c4af7": "AMON INC",
+ "1c4bb9": "SMG ENTERPRISE, LLC",
+ "1c4bd6": "AzureWave Technology Inc.",
+ "1c4c27": "World WLAN Application Alliance",
+ "1c4c48": "ITEL MOBILE LIMITED",
+ "1c4d66": "Amazon Technologies Inc.",
+ "1c4d70": "Intel Corporate",
+ "1c4d89": "Hangzhou Huacheng Network Technology Co.,Ltd",
+ "1c4ea2": "Shenzhen V-Link Technology CO., LTD.",
+ "1c501e": "Sunplus Technology Co., Ltd.",
+ "1c51b5": "Techaya LTD",
+ "1c5216": "DONGGUAN HELE ELECTRONICS CO., LTD",
+ "1c52a7": "Coram AI, Inc",
+ "1c52d6": "FLAT DISPLAY TECHNOLOGY CORPORATION",
+ "1c53f9": "Google, Inc.",
+ "1c549e": "Universal Electronics, Inc.",
+ "1c54e6": "Shenzhen Yisheng Technology Co.,Ltd",
+ "1c553a": "QianGua Corp.",
+ "1c568e": "Ltd.",
+ "1c56fe": "Motorola Mobility LLC, a Lenovo Company",
+ "1c573e": "Altice Labs",
+ "1c57d8": "Kraftway Corporation PLC",
+ "1c57dc": "Apple, Inc.",
+ "1c5974": "IEEE Registration Authority",
+ "1c599b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c5a0b": "Tegile Systems",
+ "1c5a3e": "Samsung Electronics Co.,Ltd",
+ "1c5a6b": "Philips Electronics Nederland BV",
+ "1c5c55": "PRIMA Cinema, Inc",
+ "1c5c60": "Shenzhen Belzon Technology Co.,LTD.",
+ "1c5cf2": "Apple, Inc.",
+ "1c5d80": "Mitubishi Hitachi Power Systems Industries Co., Ltd.",
+ "1c5ee6": "SHENZHEN TWOWING TECHNOLOGIES CO.,LTD.",
+ "1c5f2b": "D-Link International",
+ "1c5fff": "Beijing Ereneben Information Technology Co.,Ltd Shenzhen Branch",
+ "1c6066": "TEJAS NETWORKS LTD",
+ "1c60d2": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1c60de": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "1c61b4": "TP-Link Systems Inc",
+ "1c61bf": "Apple, Inc.",
+ "1c627e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c62b8": "Samsung Electronics Co.,Ltd",
+ "1c6349": "Texas Instruments",
+ "1c63a5": "securityplatform",
+ "1c63b7": "OpenProducts 237 AB",
+ "1c63bf": "SHENZHEN BROADTEL TELECOM CO.,LTD",
+ "1c6499": "Comtrend Corporation",
+ "1c64f0": "Motorola Mobility LLC, a Lenovo Company",
+ "1c659d": "Liteon Technology Corporation",
+ "1c666d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "1c66aa": "Samsung Electronics Co.,Ltd",
+ "1c674a": "zte corporation",
+ "1c6758": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c6760": "Phonesuite",
+ "1c687e": "Shenzhen Qihu Intelligent Technology Company Limited",
+ "1c6920": "Espressif Inc.",
+ "1c697a": "EliteGroup Computer Systems Co., LTD",
+ "1c69a5": "BlackBerry RTS",
+ "1c6a1b": "Ubiquiti Inc",
+ "1c6a76": "Apple, Inc.",
+ "1c6a7a": "Cisco Systems, Inc",
+ "1c6bca": "Mitsunami Co., Ltd.",
+ "1c6e4c": "Logistic Service & Engineering Co.,Ltd",
+ "1c6e74": "EnOcean Edge Inc.",
+ "1c6e76": "Quarion Technology Inc",
+ "1c6ee6": "NHNETWORKS",
+ "1c6f65": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "1c7022": "Murata Manufacturing Co., Ltd.",
+ "1c70c9": "Jiangsu Aisida Electronic Co., Ltd",
+ "1c7125": "Apple, Inc.",
+ "1c7126": "snom technology GmbH",
+ "1c721d": "Dell Inc.",
+ "1c7328": "Connected Home",
+ "1c7370": "Neotech",
+ "1c73e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c740d": "Zyxel Communications Corporation",
+ "1c7508": "CO., LTD. ",
+ "1c76ca": "Terasic Technologies Inc.",
+ "1c76f2": "Samsung Electronics Co.,Ltd",
+ "1c7754": "Apple, Inc.",
+ "1c77f6": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1c7839": "Shenzhen Tencent Computer System Co., Ltd.",
+ "1c784b": "Co., Ltd.",
+ "1c784e": "China Mobile Iot Limited company",
+ "1c792d": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "1c7a43": "vivo Mobile Communication Co., Ltd.",
+ "1c7acf": "vivo Mobile Communication Co., Ltd.",
+ "1c7b21": "Sony Corporation",
+ "1c7b23": "Qingdao Hisense Communications Co.,Ltd.",
+ "1c7c11": "EID ",
+ "1c7c45": "Vitek Industrial Video Products, Inc.",
+ "1c7c98": "NEC Platforms, Ltd.",
+ "1c7cc7": "Coriant GmbH",
+ "1c7d22": "FUJIFILM Business Innovation Corp.",
+ "1c7d51": "HANSHOW TECHNOLOGY CO.,LTD.",
+ "1c7e51": "3bumen.com",
+ "1c7ee5": "D-Link International",
+ "1c7f2c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c8259": "IEEE Registration Authority",
+ "1c8341": "Hefei Bitland Information Technology Co.Ltd",
+ "1c83b0": "Linked IP GmbH",
+ "1c83ec": "Ubee Interactive co, Limited.",
+ "1c8464": "FORMOSA WIRELESS COMMUNICATION CORP.",
+ "1c860b": "Guangdong Taiying Technology Co.,Ltd",
+ "1c8682": "Apple, Inc.",
+ "1c869a": "Samsung Electronics Co.,Ltd",
+ "1c86ad": "MCT CO., LTD.",
+ "1c872c": "ASUSTek COMPUTER INC.",
+ "1c87e3": "TECNO MOBILE LIMITED",
+ "1c880c": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "1c8b76": "Calix Inc.",
+ "1c8bef": "Beijing Xiaomi Electronics Co.,Ltd",
+ "1c8e5c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c8e8e": "DB Communication & Systems Co., ltd.",
+ "1c8f8a": "Phase Motion Control SpA",
+ "1c90be": "Ericsson AB",
+ "1c90ff": "Tuya Smart Inc.",
+ "1c9148": "Apple, Inc.",
+ "1c9179": "Integrated System Technologies Ltd",
+ "1c9180": "Apple, Inc.",
+ "1c919d": "Dongguan Liesheng Electronic Co., Ltd.",
+ "1c937c": "Commscope",
+ "1c93c4": "Amazon Technologies Inc.",
+ "1c9468": "New H3C Technologies Co., Ltd",
+ "1c9492": "RUAG Schweiz AG",
+ "1c955d": "I-LAX ELECTRONICS INC.",
+ "1c959f": "Veethree Electronics And Marine LLC",
+ "1c965a": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "1c973d": "PRICOM Design",
+ "1c97c5": "Ynomia Pty Ltd",
+ "1c97fb": "CoolBitX Ltd.",
+ "1c98c1": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "1c98ec": "Hewlett Packard Enterprise ",
+ "1c994c": "Murata Manufacturing Co., Ltd.",
+ "1c9957": "Intel Corporate",
+ "1c99db": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1c9c26": "Zoovel Technologies",
+ "1c9c8c": "Juniper Networks",
+ "1c9d3e": "Sdn. Bhd.",
+ "1c9d72": "Vantiva USA LLC",
+ "1c9dc2": "Espressif Inc.",
+ "1c9e46": "Apple, Inc.",
+ "1c9ecb": "Beijing Nari Smartchip Microelectronics Company Limited",
+ "1c9ecc": "Vantiva USA LLC",
+ "1c9f4e": "COMPANY LIMITED",
+ "1ca0b8": "Hon Hai Precision Industry Co., Ltd.",
+ "1ca0d3": "IEEE Registration Authority",
+ "1ca0ef": "IEEE Registration Authority",
+ "1ca2b1": "ruwido austria gmbh",
+ "1ca410": "Amlogic, Inc.",
+ "1ca532": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "1ca681": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1ca770": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "1ca852": "SENSAIO PTE LTD",
+ "1caa07": "Cisco Systems, Inc",
+ "1cab01": "Innovolt",
+ "1cab34": "New H3C Technologies Co., Ltd",
+ "1cab48": "TECNO MOBILE LIMITED",
+ "1caba7": "Apple, Inc.",
+ "1cabc0": "Hitron Technologies. Inc",
+ "1cadd1": "Bosung Electronics Co., Ltd.",
+ "1cae3e": "IEEE Registration Authority",
+ "1caecb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1caf05": "Samsung Electronics Co.,Ltd",
+ "1caf4a": "Samsung Electronics Co.,Ltd",
+ "1caff7": "D-Link International",
+ "1cb044": "ASKEY COMPUTER CORP",
+ "1cb094": "HTC Corporation",
+ "1cb17f": "NEC Platforms, Ltd.",
+ "1cb243": "TDC A/S",
+ "1cb3c9": "Apple, Inc.",
+ "1cb3e9": "Shenzhen Zhongke United Communication Technology ",
+ "1cb46c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1cb72c": "ASUSTek COMPUTER INC.",
+ "1cb796": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1cb857": "Becon Technologies Co,.Ltd.",
+ "1cb8ba": "XIAMEN LEELEN TECHNOLOGY CO., LTD",
+ "1cb9c4": "Ruckus Wireless",
+ "1cba8c": "Texas Instruments",
+ "1cbba8": "OJSC Ufimskiy Zavod Promsvyaz",
+ "1cbcec": "silex technology, Inc.",
+ "1cbd0e": "Amplified Engineering Pty Ltd",
+ "1cbdb9": "D-Link International",
+ "1cbfc0": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "1cbfce": "Shenzhen Century Xinyang Technology Co., Ltd",
+ "1cc035": "PLANEX COMMUNICATIONS INC.",
+ "1cc089": "Silicon Laboratories",
+ "1cc0e1": "IEEE Registration Authority",
+ "1cc10c": "Intel Corporate",
+ "1cc11a": "Wavetronix",
+ "1cc1bc": "Co.,Ltd",
+ "1cc1de": "Hewlett Packard",
+ "1cc316": "Xiamen Milesight IoT Co., Ltd.",
+ "1cc3ab": "Espressif Inc.",
+ "1cc3eb": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1cc586": "Absolute Acoustics",
+ "1cc63c": "Arcadyan Technology Corporation",
+ "1cc72d": "Shenzhen Huapu Digital CO.,Ltd",
+ "1cc8c1": "HongKong YiTong Technology Ltd.",
+ "1cc992": "Honor Device Co., Ltd.",
+ "1cca41": "AO ",
+ "1ccae3": "IEEE Registration Authority",
+ "1ccb99": "TCT mobile ltd",
+ "1cccd6": "Xiaomi Communications Co Ltd",
+ "1ccde5": "Shanghai Wind Technologies Co.,Ltd",
+ "1cce51": "AzureWave Technology Inc.",
+ "1cd107": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "1cd11a": "Fortinet, Inc.",
+ "1cd1ba": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1cd1d7": "Hangzhou BroadLink Technology Co., Ltd",
+ "1cd1e0": "Cisco Systems, Inc",
+ "1cd3af": "LG Innotek",
+ "1cd40c": "Kriwan Industrie-Elektronik GmbH",
+ "1cd5e2": "Shenzhen YOUHUA Technology Co., Ltd",
+ "1cd6bd": "LEEDARSON LIGHTING CO., LTD.",
+ "1cd6be": "WNC Corporation",
+ "1cda27": "vivo Mobile Communication Co., Ltd.",
+ "1cdbd4": "Espressif Inc.",
+ "1cddea": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "1cde57": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "1cdea7": "Cisco Systems, Inc",
+ "1cdf0f": "Cisco Systems, Inc",
+ "1cdf52": "Texas Instruments",
+ "1ce165": "Marshal Corporation",
+ "1ce192": "Qisda Corporation",
+ "1ce209": "Apple, Inc.",
+ "1ce2cc": "Texas Instruments",
+ "1ce504": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1ce57f": "Samsung Electronics Co.,Ltd",
+ "1ce61d": "Samsung Electronics Co.,Ltd",
+ "1ce62b": "Apple, Inc.",
+ "1ce639": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1ce6ad": "Huawei Device Co., Ltd.",
+ "1ce6c7": "Cisco Systems, Inc",
+ "1ce85d": "Cisco Systems, Inc",
+ "1ce89e": "SJIT",
+ "1cea0b": "Edgecore Networks Corporation",
+ "1cea1b": "Nokia",
+ "1ceaac": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "1cec72": "Allradio Co., Ltd",
+ "1ced6f": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "1ceec9": "Elo touch solutions",
+ "1ceee8": "Ilshin Elecom",
+ "1cef03": "Guangzhou V-SOLUTION Electronic Technology Co., Ltd.",
+ "1cefce": "bebro electronic GmbH",
+ "1cf03e": "Wearhaus Inc.",
+ "1cf061": "SCAPS GmbH",
+ "1cf29a": "Google, Inc.",
+ "1cf42b": "Huawei Device Co., Ltd.",
+ "1cf43f": "Arcadyan Corporation",
+ "1cf4ca": "Private",
+ "1cf5e7": "Turtle Industry Co., Ltd.",
+ "1cf64c": "Apple, Inc.",
+ "1cf8d0": "Samsung Electronics Co.,Ltd",
+ "1cf9d5": "Apple, Inc.",
+ "1cfa68": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "1cfc17": "Cisco Systems, Inc",
+ "1cfc2a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "1cfcbb": "Realfiction ApS",
+ "1cfd08": "IEEE Registration Authority",
+ "1cfe2b": "Amazon Technologies Inc.",
+ "1cfea7": "IDentytech Solutins Ltd.",
+ "1cff59": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "1cffad": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20014f": "Linea Research Ltd",
+ "20019c": "Bigleaf Networks Inc.",
+ "2002af": "Murata Manufacturing Co., Ltd.",
+ "2002c9": "Zhejiang Huayi IOT Technology Co.,Ltd",
+ "2002fe": "Hangzhou Dangbei Network Technology Co., Ltd",
+ "20040f": "Dell Inc.",
+ "200484": "Apple, Inc.",
+ "2004f3": "Honor Device Co., Ltd.",
+ "200505": "RADMAX COMMUNICATION PRIVATE LIMITED",
+ "2005b6": "OpenWrt",
+ "2005e8": "OOO InProMedia",
+ "200889": "zte corporation",
+ "2008ed": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "200a0d": "IEEE Registration Authority",
+ "200a5e": "Xiangshan Giant Eagle Technology Developing Co., Ltd.",
+ "200a87": "Guangzhou On-Bright Electronics Co., Ltd.",
+ "200b16": "Texas Instruments",
+ "200b74": "AzureWave Technology Inc.",
+ "200bc5": "Cisco Systems, Inc",
+ "200bc7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "200bcf": "Nintendo Co.,Ltd",
+ "200c86": "GX India Pvt Ltd",
+ "200cc8": "NETGEAR",
+ "200d3d": "Quectel Wireless Solutions Co., Ltd.",
+ "200db0": "Shenzhen Four Seas Global Link Network Technology Co., Ltd.",
+ "200e0f": "Panasonic Marketing Middle East & Africa FZE",
+ "200e2b": "Apple, Inc.",
+ "200e95": "IEC – TC9 WG43",
+ "200f70": "FOXTECH",
+ "200f92": "STK Technology Co., Ltd.",
+ "20107a": "Gemtek Technology Co., Ltd.",
+ "20108a": "zte corporation",
+ "2010b1": "Amazon Technologies Inc.",
+ "20114e": "MeteRSit S.R.L.",
+ "201257": "Most Lucky Trading Ltd",
+ "2012d5": "Scientech Materials Corporation",
+ "2013e0": "Samsung Electronics Co.,Ltd",
+ "2014c4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "201582": "Apple, Inc.",
+ "2015de": "Samsung Electronics Co.,Ltd",
+ "20163d": "Sdn. Bhd.",
+ "201642": "Microsoft Corporation",
+ "2016b9": "Intel Corporate",
+ "2016d8": "Liteon Technology Corporation",
+ "201742": "LG Electronics",
+ "201746": "Paradromics, Inc.",
+ "20180e": "Shenzhen Sunchip Technology Co., Ltd",
+ "20185b": "Shenzhen Jingxun Technology Co., Ltd.",
+ "2019f3": "WavTek Technologies, Inc",
+ "201a06": "CO., LTD. ",
+ "201a94": "Apple, Inc.",
+ "201b88": "Dongguan Liesheng Electronic Co., Ltd.",
+ "201ba5": "Vizio, Inc",
+ "201bc9": "Juniper Networks",
+ "201c3a": "Nintendo Co.,Ltd",
+ "201d03": "Elatec GmbH",
+ "201e1d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "201e88": "Intel Corporate",
+ "201f31": "Inteno Broadband Technology AB",
+ "201f3b": "Google, Inc.",
+ "201f54": "Raisecom Technology CO., LTD",
+ "202027": "Shenzhen Sundray Technologies company Limited",
+ "202051": "zte corporation",
+ "202141": "Universal Electronics BV",
+ "202351": "TP-Link Systems Inc",
+ "202564": "PEGATRON CORPORATION",
+ "202598": "Teleview",
+ "2025cc": "Xiaomi Communications Co Ltd",
+ "2025d2": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "202681": "TECNO MOBILE LIMITED",
+ "20283e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2028bc": "Visionscape Co,. Ltd.",
+ "2029b9": "Ikotek technology SH Co., Ltd",
+ "202ac5": "Petite-En",
+ "202b20": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "202bc1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "202cb7": "Ltd.",
+ "202d07": "Samsung Electronics Co.,Ltd",
+ "202d23": "Collinear Networks Inc.",
+ "202df6": "Apple, Inc.",
+ "202df8": "Digital Media Cartridge Ltd.",
+ "20311c": "vivo Mobile Communication Co., Ltd.",
+ "20318d": "Giax GmbH",
+ "2031eb": "HDSN",
+ "203233": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "20326c": "Samsung Electronics Co.,Ltd",
+ "2032c6": "Apple, Inc.",
+ "203462": "Xiaomi Communications Co Ltd",
+ "2034fb": "Xiaomi Communications Co Ltd",
+ "203543": "Sagemcom Broadband SAS",
+ "203626": "TP-Link Systems Inc",
+ "20365b": "Megafone Limited",
+ "2036d0": "Motorola Mobility LLC, a Lenovo Company",
+ "2036d7": "Shanghai Reacheng Communication Technology Co.,Ltd",
+ "203706": "Cisco Systems, Inc",
+ "2037a5": "Apple, Inc.",
+ "2037bc": "Kuipers Electronic Engineering BV",
+ "2037f0": "Arcadyan Corporation",
+ "203956": "HMD Global Oy",
+ "203a07": "Cisco Systems, Inc",
+ "203a0c": "eero inc.",
+ "203a43": "Intel Corporate",
+ "203aeb": "zte corporation",
+ "203aef": "Sivantos GmbH",
+ "203b34": "Xiaomi Communications Co Ltd",
+ "203b67": "Samsung Electronics Co.,Ltd",
+ "203b69": "vivo Mobile Communication Co., Ltd.",
+ "203cae": "Apple, Inc.",
+ "203cc0": "Beijing Tosee Technology Co., Ltd.",
+ "203d66": "Commscope",
+ "203db2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "203dbd": "LG Innotek",
+ "204005": "feno GmbH",
+ "20406a": "AMPAK Technology,Inc.",
+ "20415a": "Smarteh d.o.o.",
+ "204181": "ESYSE GmbH Embedded Systems Engineering",
+ "2043a8": "Espressif Inc.",
+ "20443a": "Schneider Electric Asia Pacific Ltd",
+ "204441": "Remote Solution",
+ "204569": "ITEL MOBILE LIMITED",
+ "20463a": "Apple, Inc.",
+ "2046a1": "VECOW Co., Ltd",
+ "204747": "Dell Inc.",
+ "2047b5": "Sagemcom Broadband SAS",
+ "2047da": "Xiaomi Communications Co Ltd",
+ "2047ed": "SKY UK LIMITED",
+ "204aaa": "Hanscan Spain S.A.",
+ "204b22": "Sunnovo International Limited",
+ "204c03": "Hewlett Packard Enterprise",
+ "204c6d": "Hugo Brennenstuhl Gmbh & Co. KG.",
+ "204c9e": "Cisco Systems, Inc",
+ "204d52": "Mellanox Technologies, Inc.",
+ "204e6b": "ltd",
+ "204e71": "Juniper Networks",
+ "204e7f": "NETGEAR",
+ "204ef6": "AzureWave Technology Inc.",
+ "20500f": "Fiber Groep B.V.",
+ "2050e7": "AMPAK Technology,Inc.",
+ "2051f5": "Earda Technologies co Ltd",
+ "205383": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20538d": "Hon Hai Precision Industry Co., Ltd.",
+ "2053ca": "Risk Technology Ltd",
+ "205476": "Sony Corporation",
+ "2054fa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "205531": "Samsung Electronics Co.,Ltd",
+ "205532": "Gotech International Technology Limited",
+ "205721": "Salix Technology CO., Ltd.",
+ "20579e": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "2057af": "Shenzhen FH-NET OPTOELECTRONICS CO.,LTD",
+ "205843": "WNC Corporation",
+ "205869": "Ruckus Wireless",
+ "2059a0": "Paragon Technologies Inc.",
+ "205a00": "Coval",
+ "205a1d": "zte corporation",
+ "205a8f": "Shenzhen Hikeen Technology Co.,LTD",
+ "205b2a": "Private",
+ "205b5e": "Shenzhen Wonhe Technology Co., Ltd",
+ "205cfa": "Yangzhou ChangLian Network Technology Co,ltd.",
+ "205d0d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "205d47": "vivo Mobile Communication Co., Ltd.",
+ "205e64": "Huawei Device Co., Ltd.",
+ "205e97": "Nokia",
+ "205ef7": "Samsung Electronics Co.,Ltd",
+ "205f3d": "Adtran Inc",
+ "206274": "Microsoft Corporation",
+ "206296": "Shenzhen Malio Technology Co.,Ltd",
+ "20635f": "Abeeway",
+ "206432": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "2064cb": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2064de": "Sunitec Enterprise Co.,Ltd",
+ "20658e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2066cf": "FREEBOX SAS",
+ "2066fd": "CONSTELL8 NV",
+ "20677c": "Hewlett Packard Enterprise ",
+ "2067b1": "Pluto inc.",
+ "2067e0": "Shenzhen iComm Semiconductor CO.,LTD",
+ "20689d": "Liteon Technology Corporation",
+ "206980": "Apple, Inc.",
+ "206a8a": "Corporation",
+ "206a94": "Hitron Technologies. Inc",
+ "206aff": "Atlas Elektronik UK Limited",
+ "206bd5": "vivo Mobile Communication Co., Ltd.",
+ "206be7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "206bf4": "Huawei Device Co., Ltd.",
+ "206c8a": "Extreme Networks Headquarters",
+ "206d31": "FIREWALLA INC",
+ "206e9c": "Samsung Electronics Co.,Ltd",
+ "206ef1": "Espressif Inc.",
+ "206fec": "Braemac CA LLC",
+ "20719e": "SF Technology Co.,Ltd",
+ "2072a9": "Beijing Xiaomi Electronics Co.,Ltd",
+ "207355": "Commscope",
+ "207454": "vivo Mobile Communication Co., Ltd.",
+ "2074cf": "Shenzhen Voxtech Co.,Ltd",
+ "207600": "Actiontec Electronics, Inc",
+ "20768f": "Apple, Inc.",
+ "207693": "Limited.",
+ "207759": "CO., LTD.",
+ "20780b": "Delta Faucet Company",
+ "207852": "Nokia Solutions and Networks GmbH & Co. KG",
+ "2078cd": "Apple, Inc.",
+ "2078f0": "Apple, Inc.",
+ "207918": "Intel Corporate",
+ "207bd2": "ASIX Electronics Corporation",
+ "207c14": "Qotom",
+ "207c8f": "Quanta Microsystems,Inc.",
+ "207d74": "Apple, Inc.",
+ "208058": "Ciena Corporation",
+ "208097": "Shenzhen OXO Technology limited",
+ "20826a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2082c0": "Xiaomi Communications Co Ltd",
+ "2083f8": "Advanced Digital Broadcast SA",
+ "2084f5": "Co., Ltd.",
+ "20858c": "Assa",
+ "208593": "IEEE Registration Authority",
+ "208756": "SIEMENS AG",
+ "2087ac": "AES motomation",
+ "2087ec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "208810": "Dell Inc.",
+ "20896f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "208984": "CO., LTD. ",
+ "208986": "zte corporation",
+ "20898a": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "208b37": "Co.,Ltd",
+ "208bd1": "LTD.",
+ "208c47": "Tenstorrent Inc",
+ "208c86": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20906f": "Shenzhen Tencent Computer System Co., Ltd.",
+ "209148": "Texas Instruments",
+ "20918a": "PROFALUX",
+ "2091d9": "I'M SPA",
+ "2091df": "Apple, Inc.",
+ "209339": "Juniper Networks",
+ "20934d": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "20968a": "Information Technology Co., Ltd.",
+ "209727": "TELTONIKA NETWORKS UAB",
+ "20988e": "Shenzhen Feasycom Co., Ltd",
+ "2098d8": "Shenzhen Yingdakang Technology CO., LTD",
+ "2098ed": "AltoBeam Inc.",
+ "209952": "Xiaomi Communications Co Ltd",
+ "209a7d": "Sagemcom Broadband SAS",
+ "209ae9": "Volacomm Co., Ltd",
+ "209ba5": "JIAXING GLEAD Electronics Co.,Ltd",
+ "209bcd": "Apple, Inc.",
+ "209be6": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "209cb4": "Hewlett Packard Enterprise",
+ "209e79": "Universal Electronics, Inc.",
+ "209ef7": "Extreme Networks Headquarters",
+ "20a171": "Amazon Technologies Inc.",
+ "20a200": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20a2e4": "Apple, Inc.",
+ "20a2e7": "Lee-Dickens Ltd",
+ "20a5cb": "Apple, Inc.",
+ "20a60c": "Xiaomi Communications Co Ltd",
+ "20a680": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20a6cd": "Hewlett Packard Enterprise ",
+ "20a716": "Silicon Laboratories",
+ "20a766": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20a783": "miControl GmbH",
+ "20a787": "Bointec Taiwan Corporation Limited",
+ "20a7f9": "SHENZHEN OLANBOA TECHNOLOGY CO., LTD",
+ "20a8b9": "SIEMENS AG",
+ "20a8bf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20a90e": "TCT mobile ltd",
+ "20a99b": "Microsoft Corporation",
+ "20aa25": "IP-NET LLC",
+ "20aa4b": "Cisco-Linksys, LLC",
+ "20ab37": "Apple, Inc.",
+ "20ab48": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20ac9c": "China Telecom Corporation Limited",
+ "20ad56": "Continental Automotive Systems Inc.",
+ "20af1b": "SteelSeries ApS",
+ "20b001": "Technicolor Delivery Technologies Belgium NV",
+ "20b0f7": "Enclustra GmbH",
+ "20b399": "Enterasys",
+ "20b5c6": "Mimosa Networks",
+ "20b730": "TeconGroup, Inc",
+ "20b780": "Toshiba Visual Solutions Corporation Co.,Ltd",
+ "20b7c0": "OMICRON electronics GmbH",
+ "20b82b": "Sagemcom Broadband SAS",
+ "20b868": "Motorola Mobility LLC, a Lenovo Company",
+ "20ba36": "u-blox AG",
+ "20bb76": "COL GIOVANNI PAOLO SpA",
+ "20bbbc": "Hangzhou Ezviz Software Co.,Ltd.",
+ "20bbc0": "Cisco Systems, Inc",
+ "20bbc6": "Jabil Circuit Hungary Ltd.",
+ "20bd1d": "Intel Corporate",
+ "20beb4": "Hisense broadband multimedia technology Co.,Ltd",
+ "20beb8": "Amazon Technologies Inc.",
+ "20becd": "eero inc.",
+ "20bfdb": "DVL",
+ "20c047": "Verizon ",
+ "20c06d": "SHENZHEN SPACETEK TECHNOLOGY CO.,LTD",
+ "20c19b": "Intel Corporate",
+ "20c1af": "i Wit Digital Co., Limited",
+ "20c2b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20c38f": "Texas Instruments",
+ "20c3a4": "RetailNext",
+ "20c60d": "Shanghai annijie Information technology Co.,LTD",
+ "20c6eb": "Panasonic Corporation AVC Networks Company",
+ "20c74f": "SensorPush",
+ "20c792": "Wuhan Maiwe communication Co.,Ltd",
+ "20c8b3": "SHENZHEN BUL-TECH CO.,LTD.",
+ "20c9d0": "Apple, Inc.",
+ "20cc27": "Cisco Systems, Inc",
+ "20cd39": "Texas Instruments",
+ "20cd6e": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "20ce2a": "IEEE Registration Authority",
+ "20cec4": "Peraso Technologies",
+ "20cf30": "ASUSTek COMPUTER INC.",
+ "20cfae": "Cisco Systems, Inc",
+ "20d160": "Private",
+ "20d21f": "Wincal Technology Corp.",
+ "20d25f": "SmartCap Technologies",
+ "20d276": "ITEL MOBILE LIMITED",
+ "20d390": "Samsung Electronics Co.,Ltd",
+ "20d5ab": "Korea Infocom Co.,Ltd.",
+ "20d5bf": "Samsung Electronics Co.,Ltd",
+ "20d607": "Nokia Corporation",
+ "20d75a": "Posh Mobile Limited",
+ "20d778": "Texas Instruments",
+ "20d80b": "Juniper Networks",
+ "20d906": "Iota, Inc.",
+ "20da22": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20dbab": "Samsung Electronics Co., Ltd.",
+ "20dbea": "Cisco Systems, Inc",
+ "20dc93": "Cheetah Hi-Tech, Inc.",
+ "20dce6": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "20dcfd": "Huawei Device Co., Ltd.",
+ "20de1e": "Nokia",
+ "20de88": "IC Realtime LLC",
+ "20df3f": "Nanjing SAC Power Grid Automation Co., Ltd.",
+ "20df73": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20dfb9": "Google, Inc.",
+ "20e09c": "Nokia",
+ "20e2a8": "Apple, Inc.",
+ "20e407": "Spark srl",
+ "20e46f": "vivo Mobile Communication Co., Ltd.",
+ "20e52a": "NETGEAR",
+ "20e564": "Commscope",
+ "20e6df": "eero inc.",
+ "20e791": "Siemens Healthcare Diagnostics, Inc",
+ "20e7b6": "Universal Electronics, Inc.",
+ "20e7c8": "Espressif Inc.",
+ "20e874": "Apple, Inc.",
+ "20e882": "zte corporation",
+ "20eac7": "SHENZHEN RIOPINE ELECTRONICS CO., LTD",
+ "20ed47": "Juniper Networks",
+ "20ed74": "Ability enterprise co.,Ltd.",
+ "20ee28": "Apple, Inc.",
+ "20eec6": "Elefirst Science & Tech Co ., ltd",
+ "20efbd": "Roku, Inc",
+ "20f002": "MTData Developments Pty. Ltd.",
+ "20f094": "Google, Inc.",
+ "20f120": "Cisco Systems, Inc",
+ "20f17c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20f19e": "Commscope",
+ "20f1b2": "Tuya Smart Inc.",
+ "20f307": "zte corporation",
+ "20f375": "Commscope",
+ "20f3a3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "20f41b": "Shenzhen Bilian electronic CO.,LTD",
+ "20f44f": "Nokia",
+ "20f452": "Shanghai IUV Software Development Co. Ltd",
+ "20f478": "Xiaomi Communications Co Ltd",
+ "20f4d4": "Apple, Inc.",
+ "20f510": "Codex Digital Limited",
+ "20f543": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "20f597": "Maasiv, LLC",
+ "20f77c": "vivo Mobile Communication Co., Ltd.",
+ "20f83b": "Nabu Casa, Inc.",
+ "20f85e": "Delta Electronics",
+ "20fa85": "Apple, Inc.",
+ "20fabb": "Cambridge Executive Limited",
+ "20fadb": "Co.,Ltd.",
+ "20fdf1": "3COM EUROPE LTD",
+ "20fe00": "Amazon Technologies Inc.",
+ "20fecd": "System In Frontier Inc.",
+ "20fedb": "M2M Solution S.A.S.",
+ "20ff36": "IFLYTEK CO.,LTD.",
+ "2400ba": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2400fa": "Information Technology Co., Ltd",
+ "24016f": "Huawei Device Co., Ltd.",
+ "2401c7": "Cisco Systems, Inc",
+ "240462": "Siemens Energy Global GmbH & Co.KG - GT PRM",
+ "24050f": "MTN Electronic Co. Ltd",
+ "240588": "Google, Inc.",
+ "2405f5": "Sdn. Bhd.",
+ "2406aa": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2406f2": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "24085d": "Continental Aftermarket & Services GmbH",
+ "240917": "Devlin Electronics Limited",
+ "240935": "Samsung Electronics Co.,Ltd",
+ "240995": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "240a11": "TCT mobile ltd",
+ "240a3f": "Samsung Electronics Co.,Ltd",
+ "240a63": "Commscope",
+ "240a64": "AzureWave Technology Inc.",
+ "240ac4": "Espressif Inc.",
+ "240b0a": "Palo Alto Networks",
+ "240b2a": "Viettel Group",
+ "240b88": "Taicang T&W Electronics",
+ "240bb1": "KOSTAL Industrie Elektrik GmbH ",
+ "240d65": "Shenzhen Vsun Communication Technology Co., Ltd.",
+ "240d6c": "SMND",
+ "240dc2": "TCT mobile ltd",
+ "240f5e": "Shenzhen z-router Technology Co., Ltd",
+ "240f9b": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "241064": "Shenzhen Ecsino Tecnical Co. Ltd",
+ "241125": "Hutek Co., Ltd.",
+ "241145": "Xiaomi Communications Co Ltd",
+ "241148": "Entropix, LLC",
+ "241153": "Samsung Electronics Co.,Ltd",
+ "2411d0": "Chongqing Ehs Science and Technology Development Co.,Ltd.",
+ "241281": "China Mobile Group Device Co.,Ltd.",
+ "241407": "Xiamen Sigmastar Technology Ltd.",
+ "241510": "IEEE Registration Authority",
+ "241551": "Huawei Device Co., Ltd.",
+ "24161b": "Cisco Systems, Inc",
+ "241651": "Corp.",
+ "24166d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24169d": "Cisco Systems, Inc",
+ "2418c0": "E. Wehrle GmbH",
+ "2418c6": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "241972": "Quectel Wireless Solutions Co.,Ltd.",
+ "241a8c": "Squarehead Technology AS",
+ "241ae6": "Huawei Device Co., Ltd.",
+ "241b13": "Shanghai Nutshell Electronic Co., Ltd.",
+ "241b44": "Hangzhou Tuners Electronics Co., Ltd",
+ "241b7a": "Apple, Inc.",
+ "241c04": "SHENZHEN JEHE TECHNOLOGY DEVELOPMENT CO., LTD.",
+ "241d48": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "241e2b": "Zhejiang Cainiao Supply Chain Management Co., Ltd",
+ "241eeb": "Apple, Inc.",
+ "241f2c": "Calsys, Inc.",
+ "241fa0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "241fbd": "Extreme Networks Headquarters",
+ "2420c7": "Sagemcom Broadband SAS",
+ "242124": "Nokia",
+ "24215e": "Quectel Wireless Solutions Co.,Ltd.",
+ "2421ab": "Sony Corporation",
+ "242361": "vivo Mobile Communication Co., Ltd.",
+ "24240e": "Apple, Inc.",
+ "2424b7": "Samsung Electronics Co.,Ltd",
+ "242642": "SHARP Corporation.",
+ "2426ba": "Shenzhen Toptel Technology Co., Ltd.",
+ "2426d6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "242730": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "2427e5": "Huawei Device Co., Ltd.",
+ "242856": "Beijing Gctech Technology Co.,LTD",
+ "2428fd": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "242934": "Google, Inc.",
+ "2429b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2429fe": "KYOCERA Corporation ",
+ "242a04": "Cisco Systems, Inc",
+ "242bd6": "Ring LLC",
+ "242cfe": "Zhejiang Tmall Technology Co., Ltd.",
+ "242d4b": "F5 Inc.",
+ "242d6c": "eero inc.",
+ "242e02": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "242e90": "PALIT MICROSYSTEMS, LTD",
+ "242fd0": "TP-Link Systems Inc",
+ "242ffa": "Toshiba Global Commerce Solutions",
+ "2430f8": "Huawei Device Co., Ltd.",
+ "243154": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "243184": "SHARP Corporation",
+ "2432ae": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "24336c": "Private",
+ "243408": "Edgecore Americas Networking Corporation",
+ "2435cc": "Zhongshan Scinan Internet of Things Co.,Ltd.",
+ "2436da": "Cisco Systems, Inc",
+ "24374c": "Cisco SPVTG",
+ "2437ef": "EMC Electronic Media Communication SA",
+ "243a82": "IRTS",
+ "243c20": "Dynamode Group",
+ "243cb0": "Dongguan Mentech Optical & Magnetic Co., Ltd.",
+ "243f30": "Oxygen Broadband s.a.",
+ "243f75": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "243faa": "Huawei Device Co., Ltd.",
+ "2440ae": "NIIC Technology Co., Ltd.",
+ "24418c": "Intel Corporate",
+ "2441fe": "WNC Corporation",
+ "2442bc": "Alinco,incorporated",
+ "2442e3": "Shenzhen Ai-Thinker Technology Co.,Ltd",
+ "2443e2": "DASAN Network Solutions",
+ "244427": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24456b": "Huawei Device Co., Ltd.",
+ "244597": "GEMUE Gebr. Mueller Apparatebau",
+ "2446c8": "Motorola Mobility LLC, a Lenovo Company",
+ "2446e4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24470e": "PentronicAB",
+ "244845": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "244885": "Huawei Device Co., Ltd.",
+ "24497b": "Innovative Converged Devices Inc",
+ "244b03": "Samsung Electronics Co.,Ltd",
+ "244b81": "Samsung Electronics Co.,Ltd",
+ "244bf1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "244bfe": "ASUSTek COMPUTER INC.",
+ "244c07": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "244cab": "Espressif Inc.",
+ "244ce3": "Amazon Technologies Inc.",
+ "244e7b": "IEEE Registration Authority",
+ "244f1d": "iRule LLC",
+ "24506f": "THINKCAR TECH CO.,LTD.",
+ "24526a": "Zhejiang Dahua Technology Co., Ltd.",
+ "2453bf": "Enernet",
+ "24586e": "zte corporation",
+ "24587c": "Espressif Inc.",
+ "245880": "VIZEO",
+ "24590b": "White Sky Inc. Limited",
+ "2459e5": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "245a4c": "Ubiquiti Inc",
+ "245a5f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "245ab5": "Samsung Electronics Co.,Ltd",
+ "245b83": "Sdn. Bhd.",
+ "245ba7": "Apple, Inc.",
+ "245bf0": "Liteon, Inc.",
+ "245cbf": "NCSE",
+ "245cc5": "Huawei Device Co., Ltd.",
+ "245ccb": "AXIe Consortium, Inc.",
+ "245d92": "Juniper Networks",
+ "245dfc": "IEEE Registration Authority",
+ "245e48": "Apple, Inc.",
+ "245ebe": "QNAP Systems, Inc.",
+ "245ee1": "United Automotive Electronic Systems Co.,Ltd.",
+ "245f9f": "Huawei Device Co., Ltd.",
+ "245fdf": "KYOCERA CORPORATION ",
+ "246078": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "246081": "razberi technologies",
+ "2460b3": "Samsung Electronics Co.,Ltd",
+ "24615a": "China Mobile Group Device Co.,Ltd.",
+ "246278": "sysmocom - s.f.m.c. GmbH",
+ "2462ab": "Espressif Inc.",
+ "2462ce": "Hewlett Packard Enterprise",
+ "24649f": "Huawei Device Co., Ltd.",
+ "2464ef": "CYG SUNRI CO.,LTD.",
+ "246511": "AVM GmbH",
+ "2465e1": "Ciena Corporation",
+ "246830": "Shenzhen Shokzhear Co., Ltd",
+ "246880": "Braveridge.co.,ltd.",
+ "2468b0": "Samsung Electronics Co.,Ltd",
+ "24693e": "innodisk Corporation",
+ "24694a": "Jasmine Systems Inc.",
+ "246968": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "24698e": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "2469a5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "246a0e": "HP Inc.",
+ "246aab": "IT-IS International",
+ "246c60": "Huawei Device Co., Ltd.",
+ "246c84": "Cisco Systems, Inc",
+ "246c8a": "YUKAI Engineering",
+ "246d10": "Apple, Inc.",
+ "246e96": "Dell Inc.",
+ "246f28": "Espressif Inc.",
+ "246f8c": "Huawei Device Co., Ltd.",
+ "247152": "Dell Inc.",
+ "247189": "Texas Instruments",
+ "24724a": "Nile Global Inc",
+ "247260": "IOTTECH Corp",
+ "2474f7": "GoPro",
+ "24753a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2475b3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2475fc": "zte corporation",
+ "247625": "Texas Instruments",
+ "247645": "Huawei Device Co., Ltd.",
+ "247656": "Shanghai Net Miles Fiber Optics Technology Co., LTD.",
+ "24767d": "Cisco SPVTG",
+ "247703": "Intel Corporate",
+ "247823": "Panasonic Entertainment & Communication Co., Ltd.",
+ "2478ef": "Nokia",
+ "24792a": "Ruckus Wireless",
+ "2479ef": "Greenpacket Berhad, Taiwan",
+ "2479f3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2479f8": "KUPSON spol. s r.o.",
+ "247ba4": "China Mobile Group Device Co.,Ltd.",
+ "247c46": "FLEXTRONICS TECHNOLOGIES MEXICO S DE RL DE CV",
+ "247c4c": "Herman Miller",
+ "247d4d": "Texas Instruments",
+ "247e12": "Cisco Systems, Inc",
+ "247e51": "zte corporation",
+ "247f20": "Sagemcom Broadband SAS",
+ "247f3c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "248000": "Westcontrol AS",
+ "24813b": "Cisco Systems, Inc",
+ "2481aa": "KSH International Co., Ltd.",
+ "2481c7": "Huawei Device Co., Ltd.",
+ "24828a": "Prowave Technologies Ltd.",
+ "248498": "Beijing Jiaoda Microunion Tech.Co.,Ltd.",
+ "248602": "Co., Ltd.",
+ "248625": "IEEE Registration Authority",
+ "2486f4": "Ctek, Inc.",
+ "248707": "SEnergy Corporation",
+ "248894": "shenzhen lensun Communication Technology LTD",
+ "248a07": "Mellanox Technologies, Inc.",
+ "248be0": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "249038": "Universal Biosensors Pty Ltd",
+ "2491bb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24920e": "Samsung Electronics Co.,Ltd",
+ "2493ca": "Voxtronic Austria",
+ "249442": "OPEN ROAD SOLUTIONS , INC.",
+ "249493": "FibRSol Global Network Limited",
+ "249494": "Hong Kong Bouffalo Lab Limited",
+ "2494cb": "Commscope",
+ "249504": "SFR",
+ "24952f": "Google, Inc.",
+ "2496d5": "NEXCON Technology Co.,ltd.",
+ "249745": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2497ed": "Techvision Intelligent Technology Limited",
+ "249ac8": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "249ad8": "NETWORK TECHNOLOGY CO.,LTD.",
+ "249d2a": "Co., LTD",
+ "249e7d": "Beijing Roborock Technology Co., Ltd.",
+ "249eab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "249f89": "Texas Instruments",
+ "24a074": "Apple, Inc.",
+ "24a10d": "IEEE Registration Authority",
+ "24a160": "Espressif Inc.",
+ "24a186": "Commscope",
+ "24a2e1": "Apple, Inc.",
+ "24a3f0": "IEEE Registration Authority",
+ "24a42c": "NETIO products a.s.",
+ "24a43c": "Ubiquiti Inc",
+ "24a452": "Samsung Electronics Co.,Ltd",
+ "24a487": "Huawei Device Co., Ltd.",
+ "24a495": "Thales Canada Inc.",
+ "24a52c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24a534": "SynTrust Tech International Ltd. ",
+ "24a65e": "zte corporation",
+ "24a6fa": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "24a799": "Huawei Device Co., Ltd.",
+ "24a7dc": "SKY UK LIMITED",
+ "24a87d": "Panasonic Automotive Systems Asia Pacific(Thailand)Co.,Ltd.",
+ "24a937": "PURE Storage",
+ "24ab81": "Apple, Inc.",
+ "24acac": "Polar Electro Oy",
+ "24aecc": "Honor Device Co., Ltd.",
+ "24af4a": "Alcatel-Lucent IPD",
+ "24af54": "NEXGEN Mediatech Inc.",
+ "24b0a9": "Shanghai Mobiletek Communication Ltd.",
+ "24b105": "Prama Hikvision India Private Limited",
+ "24b209": "Avaya Inc",
+ "24b231": "Dongguan Liesheng Electronic Co., Ltd.",
+ "24b2b9": "Liteon Technology Corporation",
+ "24b2de": "Espressif Inc.",
+ "24b339": "Apple, Inc.",
+ "24b5b9": "Motorola Mobility LLC, a Lenovo Company",
+ "24b5f2": "Shanghai Ingeek Technology Co., Ltd",
+ "24b657": "Cisco Systems, Inc",
+ "24b6b8": "FRIEM SPA",
+ "24b6fd": "Dell Inc.",
+ "24b72a": "China Dragon Technology Limited",
+ "24b7da": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "24b88c": "Crenus Co.,Ltd.",
+ "24b8d2": "Opzoon Technology Co.,Ltd.",
+ "24ba13": "RISO KAGAKU CORPORATION",
+ "24ba30": "Technical Consumer Products, Inc.",
+ "24bbc1": "Absolute Analysis",
+ "24bbc9": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "24bc82": "Dali Wireless, Inc.",
+ "24bcf8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24be05": "Hewlett Packard",
+ "24be18": "DADOUTEK COMPANY LIMITED",
+ "24bf74": "Hamamatsu Photonics K.K.",
+ "24c0b3": "RSF",
+ "24c17a": "BEIJING IACTIVE NETWORK CO.,LTD",
+ "24c1bd": "CRRC DALIAN R&D CO.,LTD.",
+ "24c35d": "Duke University",
+ "24c3f9": "Securitas Direct AB",
+ "24c406": "SUNITEC TECHNOLOGY CO.,LIMITED",
+ "24c42f": "Philips Lifeline",
+ "24c44a": "zte corporation",
+ "24c613": "Samsung Electronics Co.,Ltd",
+ "24c696": "Samsung Electronics Co.,Ltd",
+ "24c848": "mywerk Portal GmbH",
+ "24c86e": "Chaney Instrument Co.",
+ "24c8d3": "McWane India Pvt Ltd",
+ "24c9a1": "Ruckus Wireless",
+ "24c9de": "Genoray",
+ "24cacb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "24cbe1": "Ericsson AB",
+ "24cbe7": "MYK, Inc.",
+ "24cd8d": "Murata Manufacturing Co., Ltd.",
+ "24ce33": "Amazon Technologies Inc.",
+ "24cf21": "Shenzhen State Micro Technology Co., Ltd",
+ "24cf24": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "24d0df": "Apple, Inc.",
+ "24d13f": "MEXUS CO.,LTD",
+ "24d1a1": "Shenzhen Cultraview Digital Technology Co., Ltd",
+ "24d208": "Sensata Technologies Inc.",
+ "24d2cc": "SmartDrive Systems Inc.",
+ "24d337": "Xiaomi Communications Co Ltd",
+ "24d3f2": "zte corporation",
+ "24d51c": "Zhongtian broadband technology co., LTD ",
+ "24d53b": "Motorola Mobility LLC, a Lenovo Company",
+ "24d5e4": "Cisco Systems, Inc",
+ "24d76b": "Syntronic AB",
+ "24d79c": "Cisco Systems, Inc",
+ "24d7eb": "Espressif Inc.",
+ "24d81e": "MirWifi,Joint-Stock Company",
+ "24d904": "Sichuan Changhong Network Technologies Co., Ltd.",
+ "24d921": "Avaya Inc",
+ "24da11": "NO NDA Inc",
+ "24da33": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24da9b": "Motorola Mobility LLC, a Lenovo Company",
+ "24dab6": "Sistemas de Gestión Energética S.A. de C.V",
+ "24dbac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24dbad": "ShopperTrak RCT Corporation",
+ "24dbed": "Samsung Electronics Co.,Ltd",
+ "24dc0f": "Phytium Technology Co.,Ltd.",
+ "24dcc3": "Espressif Inc.",
+ "24dd1b": "Qingdao Hi-image Technologies Co., Ltd",
+ "24de8a": "Nokia Solutions and Networks GmbH & Co. KG",
+ "24dec6": "Hewlett Packard Enterprise",
+ "24deeb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24df17": "Shenzhen Sande Dacom Electronics Co., Ltd",
+ "24df6a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24dfa7": "Hangzhou BroadLink Technology Co.,Ltd",
+ "24e124": "Xiamen Milesight IoT Co., Ltd.",
+ "24e271": "Qingdao Hisense Communications Co.,Ltd.",
+ "24e29d": "Huawei Device Co., Ltd.",
+ "24e314": "Apple, Inc.",
+ "24e3a4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "24e3de": "China Telecom Fufu Information Technology Co., Ltd.",
+ "24e43f": "Wenzhou Kunmei Communication Technology Co.,Ltd.",
+ "24e4c8": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "24e4ce": "Kaon Group Co., Ltd.",
+ "24e50f": "Google, Inc.",
+ "24e5aa": "Philips Oral Healthcare, Inc.",
+ "24e6ba": "JSC Zavod im. Kozitsky",
+ "24e853": "LG Innotek",
+ "24e8ce": "Qingdao Haier Technology Co.,Ltd",
+ "24e8e5": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "24e927": "TomTom International BV",
+ "24e9b3": "Cisco Systems, Inc",
+ "24e9ca": "Huawei Device Co., Ltd.",
+ "24ea40": "Helmholz GmbH & Co. KG",
+ "24eb16": "Intel Corporate",
+ "24eb65": "SAET I.S. S.r.l.",
+ "24ebed": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24ec4a": "Espressif Inc.",
+ "24ec51": "ADF Technologies Sdn Bhd",
+ "24ec99": "ASKEY COMPUTER CORP",
+ "24ecd6": "CSG Science & Technology Co.,Ltd.Hefei",
+ "24edfd": "Siemens Canada Limited",
+ "24ee3a": "Chengdu Yingji Electronic Hi-tech Co Ltd",
+ "24ee5d": "Vizio, Inc",
+ "24ee9a": "Intel Corporate",
+ "24efb4": "Shanghai Neardi Technologies Co. Ltd.",
+ "24f094": "Apple, Inc.",
+ "24f0d3": "Samsung Electronics Co.,Ltd",
+ "24f0ff": "GHT Co., Ltd.",
+ "24f128": "Telstra",
+ "24f150": "Guangzhou Qi'an Technology Co., Ltd.",
+ "24f27f": "Hewlett Packard Enterprise ",
+ "24f2dd": "Radiant Zemax LLC",
+ "24f306": "ITEL MOBILE LIMITED",
+ "24f3e3": "eero inc.",
+ "24f40a": "Samsung Electronics Co.,Ltd",
+ "24f57e": "HWH CO., LTD.",
+ "24f5a2": "Belkin International Inc.",
+ "24f5aa": "Samsung Electronics Co.,Ltd",
+ "24f603": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24f677": "Apple, Inc.",
+ "24f68d": "Nokia",
+ "24fad4": "ShenZhen More Star Technology Co.,LTD",
+ "24faf3": "Shanghai Flexem Technology Co.,Ltd.",
+ "24fb65": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "24fbe3": "HP Inc.",
+ "24fc4e": "Juniper Networks",
+ "24fce5": "Samsung Electronics Co.,Ltd",
+ "24fd0d": "Intelbras",
+ "24fd52": "Liteon Technology Corporation",
+ "24fd5b": "SmartThings, Inc.",
+ "24fdfa": "Private",
+ "24fe9a": "CyberTAN Technology Inc.",
+ "2800af": "Dell Inc.",
+ "28011c": "zte corporation",
+ "2801cd": "Mellanox Technologies, Inc.",
+ "28022e": "Apple, Inc.",
+ "280244": "Apple, Inc.",
+ "280245": "Konze System Technology Co.,Ltd.",
+ "2802d8": "Samsung Electronics Co.,Ltd",
+ "2804c6": "Wanan Hongsheng Electronic Co.Ltd",
+ "2804e0": "FERMAX ELECTRONICA S.A.U.",
+ "28052e": "Dematic Corp",
+ "2805a5": "Espressif Inc.",
+ "28061e": "NINGBO GLOBAL USEFUL ELECTRIC CO.,LTD",
+ "28068d": "ITL, LLC",
+ "280708": "Samsung Electronics Co.,Ltd",
+ "28070d": "GUANGZHOU WINSOUND INFORMATION TECHNOLOGY CO.,LTD.",
+ "280aee": "Sdn. Bhd.",
+ "280b5c": "Apple, Inc.",
+ "280c28": "Unigen DataStorage Corporation",
+ "280c2d": "QUALVISION TECHNOLOGY CO.,LTD",
+ "280c50": "Intel Corporate",
+ "280cb8": "Mikrosay Yazilim ve Elektronik A.S.",
+ "280dfc": "Sony Interactive Entertainment Inc.",
+ "280e8b": "Beijing Spirit Technology Development Co., Ltd.",
+ "280fc5": "Beijing Leadsec Technology Co., Ltd.",
+ "280feb": "LG Innotek",
+ "28101b": "MagnaCom",
+ "28107b": "D-Link International",
+ "2811a5": "Bose Corporation",
+ "2811a8": "Intel Corporate",
+ "2811ec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "281293": "Honor Device Co., Ltd.",
+ "2812d0": "Motorola Mobility LLC, a Lenovo Company",
+ "281471": "Lantis co., LTD.",
+ "2815a4": "SHENZHEN PINSU ZHILIAN INFORMATION TECHNOLOGY CO.,LTD.",
+ "28162e": "2Wire Inc",
+ "28167f": "Xiaomi Communications Co Ltd",
+ "2816a8": "Microsoft Corporation",
+ "2816ad": "Intel Corporate",
+ "281709": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28172e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "2817cb": "Software Freedom Conservancy",
+ "2817ce": "Omnisense Ltd",
+ "281878": "Microsoft Corporation",
+ "2818fd": "Aditya Infotech Ltd.",
+ "281b04": "Zalliant LLC",
+ "281d21": "IN ONE SMART TECHNOLOGY(H,K,)LIMITED",
+ "281dfb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28221e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "282246": "Beijing Sinoix Communication Co., LTD",
+ "282373": "Digita",
+ "2823f5": "Information Technology Co., Ltd.",
+ "2824c9": "Amazon Technologies Inc.",
+ "2824ff": "WNC Corporation",
+ "282536": "SHENZHEN HOLATEK CO.,LTD",
+ "28255f": "HUMAX NETWORKS",
+ "2826a6": "PBR electronics GmbH",
+ "2827bf": "Samsung Electronics Co.,Ltd",
+ "28285d": "Zyxel Communications Corporation",
+ "282947": "Corp.",
+ "282986": "APC by Schneider Electric",
+ "2829cc": "Corsa Technology Incorporated",
+ "2829d9": "GlobalBeiMing technology (Beijing)Co. Ltd",
+ "282a87": "ITEL MOBILE LIMITED",
+ "282b96": "Huawei Device Co., Ltd.",
+ "282bb9": "Shenzhen Xiongxin Technology Co.,Ltd",
+ "282c02": "IEEE Registration Authority",
+ "282cb2": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "282cc4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "282d06": "AMPAK Technology,Inc.",
+ "282d7f": "Apple, Inc.",
+ "282e30": "MECHATRONICS INNOVATION TECHNOLOGIES, S.L.U.",
+ "282e89": "WNC Corporation",
+ "282fc2": "Automotive Data Solutions",
+ "2830ac": "Frontiir Co. Ltd.",
+ "283152": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "283166": "vivo Mobile Communication Co., Ltd.",
+ "28317e": "Hongkong Nano IC Technologies Co., Ltd",
+ "2831f8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2832c5": "HUMAX Co., Ltd.",
+ "283334": "Huawei Device Co., Ltd.",
+ "283410": "Enigma Diagnostics Limited",
+ "2834a2": "Cisco Systems, Inc",
+ "2834ff": "Apple, Inc.",
+ "28353a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "283545": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "283613": "IEEE Registration Authority",
+ "283638": "IEEE Registration Authority",
+ "2836f0": "Huawei Device Co., Ltd.",
+ "283713": "Shenzhen 3Nod Digital Technology Co., Ltd.",
+ "28372f": "Espressif Inc.",
+ "283737": "Apple, Inc.",
+ "28385c": "FLEXTRONICS",
+ "2838cf": "Gen2wave",
+ "283926": "CyberTAN Technology Inc.",
+ "28395e": "Samsung Electronics Co.,Ltd",
+ "283984": "Co.,Ltd.",
+ "2839e7": "Preceno Technology Pte.Ltd.",
+ "283a4d": "Limited",
+ "283b82": "D-Link International",
+ "283b96": "Cool Control LTD",
+ "283c90": "Texas Instruments",
+ "283ce4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "283dc2": "Samsung Electronics Co.,Ltd",
+ "283de8": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "283e0c": "Preferred Robotics, Inc.",
+ "283e76": "Common Networks",
+ "283f69": "Sony Corporation",
+ "28401a": "C8 MediSensors, Inc.",
+ "2840dd": "Sony Interactive Entertainment Inc.",
+ "284121": "OptiSense Network, LLC",
+ "2841c6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2841ec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2843dc": "Limited",
+ "284430": "Arcade Communications Ltd.",
+ "2844f4": "Honor Device Co., Ltd.",
+ "2845ac": "Huawei Device Co., Ltd.",
+ "2847aa": "Nokia Corporation",
+ "284846": "GridCentric Inc.",
+ "2848e7": "Huawei Device Co., Ltd.",
+ "284992": "Luminator Technology Group Global LLC",
+ "284b54": "Apple, Inc.",
+ "284c53": "Intune Networks",
+ "284d7d": "zte corporation",
+ "284d92": "Luminator Technology Group Global LLC",
+ "284e44": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "284ed7": "OutSmart Power Systems, Inc.",
+ "284ee9": "mercury corperation",
+ "284fce": "Liaoning Wontel Science and Technology Development Co.,Ltd.",
+ "285132": "Shenzhen Prayfly Technology Co.,Ltd",
+ "285261": "Cisco Systems, Inc",
+ "2852e0": "Layon international Electronic & Telecom Co.,Ltd",
+ "2852f9": "Co., Ltd.",
+ "28534e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2853e0": "Sintela Ltd",
+ "285471": "Huawei Device Co., Ltd.",
+ "28562f": "Espressif Inc.",
+ "28563a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "28565a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "2856c1": "Harman/Becker Automotive Systems GmbH",
+ "28575d": "Apple, Inc.",
+ "285767": "Dish Technologies Corp",
+ "2857be": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "285923": "Xiaomi Communications Co Ltd",
+ "285aeb": "Apple, Inc.",
+ "285b0c": "Sichuan Jiuzhou Electronic Technology Co., Ltd.",
+ "285f2f": "RNware Co.,Ltd.",
+ "285fdb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "286046": "Lantech Communications Global, Inc.",
+ "286094": "CAPELEC",
+ "286336": "Siemens AG",
+ "2863bd": "APTIV SERVICES US, LLC",
+ "2864b0": "Huawei Device Co., Ltd.",
+ "2864ef": "Shenzhen Fsan Intelligent Technology Co.,Ltd",
+ "28656b": "Keystone Microtech Corporation",
+ "2866e3": "AzureWave Technology Inc.",
+ "286847": "Silicon Laboratories",
+ "2868d2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "286ab8": "Apple, Inc.",
+ "286aba": "Apple, Inc.",
+ "286b35": "Intel Corporate",
+ "286b5c": "Cisco Systems, Inc",
+ "286bb4": "SJIT Co., Ltd.",
+ "286c07": "XIAOMI Electronics,CO.,LTD",
+ "286d97": "SAMJIN Co., Ltd.",
+ "286dcd": "Beijing Winner Microelectronics Co.,Ltd. ",
+ "286dda": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "286ed4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "286f40": "Tonly Technology Co. Ltd ",
+ "286f7f": "Cisco Systems, Inc",
+ "286fb9": "Nokia Shanghai Bell Co., Ltd.",
+ "28704e": "Ubiquiti Inc",
+ "287184": "Spire Payments",
+ "2872c5": "Smartmatic Corp",
+ "2872f0": "ATHENA",
+ "2873f6": "Amazon Technologies Inc.",
+ "2874f5": "Nokia Solutions and Networks GmbH & Co. KG",
+ "2875d8": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "287610": "IgniteNet",
+ "287681": "Silicon Laboratories",
+ "2876cd": "Funshion Online Technologies Co.,Ltd",
+ "287777": "zte corporation",
+ "2877b1": "Tri plus grupa d.o.o.",
+ "2877f1": "Apple, Inc.",
+ "287994": "Co.,Ltd",
+ "287ab4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "287aee": "Commscope",
+ "287b09": "zte corporation",
+ "287b11": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "287cdb": "Hefei Toycloud Technology Co.,ltd",
+ "287e80": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "287fcf": "Intel Corporate",
+ "288023": "Hewlett Packard",
+ "288088": "NETGEAR",
+ "28808a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2880a2": "Inseego Wireless, Inc",
+ "28827c": "Bosch Automative products(Suzhou)Co.,Ltd Changzhou Branch",
+ "288328": "EMALDO TECHNOLOGY(HK)LIMITED",
+ "288335": "Samsung Electronics Co.,Ltd",
+ "2883c9": "Apple, Inc.",
+ "28840e": "silicon valley immigration service ",
+ "2884fa": "SHARP Corporation",
+ "28852d": "Touch Networks",
+ "2885bb": "Zen Exim Pvt. Ltd.",
+ "288761": "LG Innotek",
+ "2887ba": "TP-Link Systems Inc",
+ "288915": "CashGuard Sverige AB",
+ "288a1c": "Juniper Networks",
+ "288cb8": "zte corporation",
+ "288eb9": "Wacom Co.,Ltd.",
+ "288eec": "Apple, Inc.",
+ "288ff6": "Apple, Inc.",
+ "289176": "Indyme Solutions, LLC",
+ "2891d0": "Stage Tec Entwicklungsgesellschaft für professionelle Audiotechnik mbH",
+ "289200": "Intel Corporate",
+ "28924a": "Hewlett Packard",
+ "28937d": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "2893fe": "Cisco Systems, Inc",
+ "289401": "NETGEAR",
+ "28940f": "Cisco Systems, Inc",
+ "2894af": "Samhwa Telecom",
+ "289529": "Intel Corporate",
+ "2896b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2897b8": "myenergi Ltd",
+ "28987b": "Samsung Electronics Co.,Ltd",
+ "28993a": "Arista Networks",
+ "2899c7": "LINDSAY BROADBAND INC",
+ "289a4b": "SteelSeries ApS",
+ "289af7": "ADVA Optical Networking Ltd.",
+ "289afa": "TCT mobile ltd",
+ "289c6e": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "289e97": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "289edf": "Danfoss Turbocor Compressors, Inc",
+ "289efc": "Sagemcom Broadband SAS",
+ "289f04": "Samsung Electronics Co.,Ltd",
+ "28a02b": "Apple, Inc.",
+ "28a06b": "Intel Corporate",
+ "28a183": "ALPSALPINE CO,.LTD",
+ "28a186": "enblink",
+ "28a192": "GERP Solution",
+ "28a1eb": "CO.,LTD",
+ "28a241": "exlar corp",
+ "28a24b": "Juniper Networks",
+ "28a331": "Sierra Wireless, ULC",
+ "28a44a": "Intel Corporate",
+ "28a53f": "vivo Mobile Communication Co., Ltd.",
+ "28a574": "Miller Electric Mfg. Co.",
+ "28a5ee": "Shenzhen SDGI CATV Co., Ltd",
+ "28a6ac": "seca gmbh & co. kg",
+ "28a6db": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28a915": "PRIVATE LIMITED",
+ "28ac67": "Mach Power, Rappresentanze Internazionali s.r.l.",
+ "28ac9e": "Cisco Systems, Inc",
+ "28ad18": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "28ad3e": "Shenzhen TONG BO WEI Technology CO.,LTD",
+ "28af0a": "Sirius XM Radio Inc",
+ "28af21": "zte corporation",
+ "28af42": "Samsung Electronics Co.,Ltd",
+ "28affd": "Cisco Systems, Inc",
+ "28b0cc": "Xenya d.o.o.",
+ "28b133": "Tech. Cor., Ltd.",
+ "28b221": "Sienda Multimedia Ltd",
+ "28b27c": "Sailing Northern Technology",
+ "28b2bd": "Intel Corporate",
+ "28b371": "Ruckus Wireless",
+ "28b3ab": "Genmark Automation",
+ "28b446": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "28b448": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28b4fb": "Sprocomm Technologies CO.,LTD.",
+ "28b591": "Cisco Systems, Inc",
+ "28b5e8": "Texas Instruments",
+ "28b77c": "IEEE Registration Authority",
+ "28b829": "Juniper Networks",
+ "28b9d9": "Radisys Corporation",
+ "28ba18": "NextNav, LLC",
+ "28bab5": "Samsung Electronics Co.,Ltd",
+ "28bb59": "RNET Technologies, Inc.",
+ "28bbed": "Co., Ltd.",
+ "28bc05": "BLU Products Inc",
+ "28bc18": "SourcingOverseas Co. Ltd",
+ "28bc56": "EMAC, Inc.",
+ "28bd89": "Google, Inc.",
+ "28be03": "TCT mobile ltd",
+ "28be43": "vivo Mobile Communication Co., Ltd.",
+ "28be9b": "Vantiva USA LLC",
+ "28bef3": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "28bf89": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "28c01b": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "28c0da": "Juniper Networks",
+ "28c13c": "Hon Hai Precision Industry Co., Ltd.",
+ "28c1a0": "Apple, Inc.",
+ "28c2dd": "AzureWave Technology Inc.",
+ "28c538": "Apple, Inc.",
+ "28c5c8": "HP Inc.",
+ "28c5d2": "Intel Corporate",
+ "28c63f": "Intel Corporate",
+ "28c671": "Yota Devices OY",
+ "28c68e": "NETGEAR",
+ "28c709": "Apple, Inc.",
+ "28c718": "Altierre",
+ "28c7ce": "Cisco Systems, Inc",
+ "28c825": "DellKing Industrial Co., Ltd",
+ "28c87a": "Commscope",
+ "28c87c": "zte corporation",
+ "28c914": "Taimag Corporation",
+ "28c97a": "New H3C Technologies Co., Ltd",
+ "28ca09": "Co.,Ltd",
+ "28cb5c": "Shenzhen CPETEK Technology Co.,Ltd.",
+ "28cbeb": "One",
+ "28cc01": "Samsung Electronics Co.,Ltd",
+ "28ccff": "Corporacion Empresarial Altra SL",
+ "28cd1c": "Espotel Oy",
+ "28cd4c": "Individual Computers GmbH",
+ "28cd9c": "Shenzhen Dynamax Software Development Co.,Ltd.",
+ "28cdc1": "Raspberry Pi Trading Ltd",
+ "28cdc4": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "28ce15": "Shenzhen Xinwei Intelligent Co., Ltd",
+ "28cf08": "ESSYS",
+ "28cf51": "Nintendo Co.,Ltd",
+ "28cfda": "Apple, Inc.",
+ "28cfe9": "Apple, Inc.",
+ "28d043": "AzureWave Technology Inc.",
+ "28d044": "Shenzhen Xinyin technology company",
+ "28d0cb": "Adtran Inc",
+ "28d0ea": "Intel Corporate",
+ "28d0f5": "Ruijie Networks Co.,LTD",
+ "28d127": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "28d1af": "Nokia Corporation",
+ "28d1b7": "Shenzhen YOUHUA Technology Co., Ltd",
+ "28d244": "Electronics Technology co., ltd",
+ "28d25a": "Infinix mobility limited",
+ "28d3ea": "Huawei Device Co., Ltd.",
+ "28d41e": "Barrot Technology Co.,Ltd.",
+ "28d436": "Jiangsu dewosi electric co., LTD",
+ "28d576": "Premier Wireless, Inc.",
+ "28d5b1": "Apple, Inc.",
+ "28d93e": "Telecor Inc.",
+ "28d98a": "Hangzhou Konke Technology Co.,Ltd.",
+ "28d997": "Yuduan Mobile Co., Ltd.",
+ "28db02": "zte corporation",
+ "28db81": "Shanghai Guao Electronic Technology Co., Ltd",
+ "28dba7": "Silicon Laboratories",
+ "28de1c": "Samsung Electronics Co.,Ltd",
+ "28de59": "Domus NTW CORP.",
+ "28de65": "Hewlett Packard Enterprise",
+ "28dea8": "zte corporation",
+ "28dee5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28def6": "bioMerieux Inc.",
+ "28dfeb": "Intel Corporate",
+ "28e02c": "Apple, Inc.",
+ "28e14c": "Apple, Inc.",
+ "28e297": "Shanghai InfoTM Microelectronics Co.,Ltd",
+ "28e31f": "Xiaomi Communications Co Ltd",
+ "28e347": "Liteon Technology Corporation",
+ "28e34e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28e424": "New H3C Technologies Co., Ltd",
+ "28e476": "Pi-Coral",
+ "28e5b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28e608": "Tokheim",
+ "28e6a9": "Samsung Electronics Co.,Ltd",
+ "28e6e9": "SIS Sat Internet Services GmbH",
+ "28e71d": "Arista Networks",
+ "28e794": "Microtime Computer Inc.",
+ "28e7cf": "Apple, Inc.",
+ "28e98e": "Mitsubishi Electric Corporation",
+ "28ea0b": "Microsoft Corporation",
+ "28ea2d": "Apple, Inc.",
+ "28eb0a": "Rolling Wireless S.a.r.l. Luxembourg",
+ "28eba6": "Nex-T LLC",
+ "28ebb7": "ambie corporation",
+ "28ec22": "eero inc.",
+ "28ec95": "Apple, Inc.",
+ "28ec9a": "Texas Instruments",
+ "28ed58": "JAG Jakob AG",
+ "28ed6a": "Apple, Inc.",
+ "28ede0": "AMPAK Technology, Inc.",
+ "28ee2c": "Frontline Test Equipment",
+ "28ee52": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "28eed3": "Shenzhen Super D Technology Co., Ltd",
+ "28ef01": "Amazon Technologies Inc.",
+ "28f033": "Apple, Inc.",
+ "28f076": "Apple, Inc.",
+ "28f10e": "Dell Inc.",
+ "28f358": "2C - Trifonov & Co",
+ "28f366": "Shenzhen Bilian electronic CO.,LTD",
+ "28f49b": "LEETEK",
+ "28f52b": "FN-LINK TECHNOLOGY Ltd.",
+ "28f532": "ADD-Engineering BV",
+ "28f537": "IEEE Registration Authority",
+ "28f5d1": "Commscope",
+ "28f606": "Syes srl",
+ "28f7d6": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "28f8c6": "IEEE Registration Authority",
+ "28fa19": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "28fa7a": "Zhejiang Tmall Technology Co., Ltd.",
+ "28faa0": "vivo Mobile Communication Co., Ltd.",
+ "28fbae": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "28fbd3": "Ragentek Technology Group",
+ "28fc51": "The Electric Controller and Manufacturing Co., LLC",
+ "28fcf6": "Shenzhen Xin KingBrand enterprises Co.,Ltd",
+ "28fd80": "IEEE Registration Authority",
+ "28fe65": "DongGuan Siyoto Electronics Co., Ltd ",
+ "28fecd": "Co., Ltd.",
+ "28fede": "COMESTA, Inc.",
+ "28ff3c": "Apple, Inc.",
+ "28ff3e": "zte corporation",
+ "28ff5f": "Co.,Ltd.",
+ "28ffb2": "Toshiba Corp.",
+ "2c002a": "Shenzhen TINNO Mobile Technology Corp.",
+ "2c002c": "UNOWHY",
+ "2c0033": "EControls, LLC",
+ "2c00ab": "Commscope",
+ "2c00f7": "XOS",
+ "2c010b": "NASCENT Technology, LLC - RemKon",
+ "2c01b5": "Cisco Systems, Inc",
+ "2c029f": "3ALogics",
+ "2c0369": "ACCTON TECHNOLOGY CORPORATION",
+ "2c0547": "Shenzhen Phaten Tech. LTD",
+ "2c0623": "Win Leader Inc.",
+ "2c073c": "DEVLINE LIMITED",
+ "2c0786": "Huawei Device Co., Ltd.",
+ "2c07f6": "SKG Health Technologies Co., Ltd. ",
+ "2c081c": "OVH",
+ "2c0823": "Sercomm France Sarl",
+ "2c088c": "HUMAX Co., Ltd.",
+ "2c08b4": "Huawei Device Co., Ltd.",
+ "2c094d": "Raptor Engineering, LLC",
+ "2c09cb": "COBS AB",
+ "2c0b97": "Xiaomi Communications Co Ltd",
+ "2c0bab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c0be9": "Cisco Systems, Inc",
+ "2c0d27": "Huawei Device Co., Ltd.",
+ "2c0da7": "Intel Corporate",
+ "2c0dcf": "Xiaomi Communications Co Ltd",
+ "2c10c1": "Nintendo Co., Ltd.",
+ "2c1165": "Silicon Laboratories",
+ "2c157e": "RADIODATA GmbH",
+ "2c15bf": "Samsung Electronics Co.,Ltd",
+ "2c15d9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c15e1": "Co., Ltd.",
+ "2c16bd": "IEEE Registration Authority",
+ "2c1809": "Apple, Inc.",
+ "2c1875": "Co.,Ltd",
+ "2c18ae": "Trend Electronics Co., Ltd.",
+ "2c195c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "2c1984": "IDN Telecom, Inc.",
+ "2c1a01": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c1a05": "Cisco Systems, Inc",
+ "2c1a31": "Electronics Company Limited",
+ "2c1b3a": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "2c1bc8": "Hunan Topview Network System CO.,LTD",
+ "2c1cf6": "Alien Green LLC",
+ "2c1db8": "Commscope",
+ "2c1e4f": "Chengdu Qianli Network Technology Co., Ltd.",
+ "2c1eea": "AERODEV",
+ "2c1f23": "Apple, Inc.",
+ "2c200b": "Apple, Inc.",
+ "2c2080": "Huawei Device Co., Ltd.",
+ "2c2131": "Juniper Networks",
+ "2c2172": "Juniper Networks",
+ "2c21d7": "IMAX Corporation",
+ "2c228b": "CTR SRL",
+ "2c233a": "Hewlett Packard",
+ "2c245f": "Babolat VS",
+ "2c2617": "Oculus VR, LLC",
+ "2c265f": "IEEE Registration Authority",
+ "2c26c5": "zte corporation",
+ "2c2768": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c279e": "IEEE Registration Authority",
+ "2c27d7": "Hewlett Packard",
+ "2c27e4": "Co.,Ltd.",
+ "2c282d": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "2c28b7": "Hangzhou Ruiying technology co., LTD",
+ "2c2997": "Microsoft Corporation",
+ "2c2bf9": "LG Innotek",
+ "2c2d48": "Commend International GmbH",
+ "2c301a": "Technicolor CH USA Inc for Telus",
+ "2c3033": "NETGEAR",
+ "2c3068": "Pantech Co.,Ltd",
+ "2c3124": "Cisco Systems, Inc",
+ "2c326a": "Apple, Inc.",
+ "2c3311": "Cisco Systems, Inc",
+ "2c3341": "China Mobile IOT Company Limited",
+ "2c3358": "Intel Corporate",
+ "2c3361": "Apple, Inc.",
+ "2c337a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "2c3427": "ERCO & GENER",
+ "2c347b": "SHENZHEN JUNGE TECHNOLOGY CO.,LTD",
+ "2c3557": "ELIIY Power CO., Ltd.",
+ "2c36a0": "Capisco Limited",
+ "2c36f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c36f8": "Cisco Systems, Inc",
+ "2c3731": "SHENZHEN YIFANG DIGITAL TECHNOLOGY CO.,LTD.",
+ "2c3796": "CYBO CO.,LTD.",
+ "2c37c5": "Qingdao Haier Intelligent Home Appliance Technology Co.,Ltd",
+ "2c3996": "Sagemcom Broadband SAS",
+ "2c39c1": "Ciena Corporation",
+ "2c3a28": "Fagor Electrónica",
+ "2c3a91": "Huawei Device Co., Ltd.",
+ "2c3ab1": "Huawei Device Co., Ltd.",
+ "2c3ae8": "Espressif Inc.",
+ "2c3afd": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "2c3b70": "AzureWave Technology Inc.",
+ "2c3bfd": "Netstor Technology Co., Ltd.",
+ "2c3c05": "Marinesync Corp",
+ "2c3ebf": "HOSIN Global Electronics Co., Ltd.",
+ "2c3ecf": "Cisco Systems, Inc",
+ "2c3f0b": "Cisco Meraki",
+ "2c3f38": "Cisco Systems, Inc",
+ "2c3f3e": "Alge-Timing GmbH",
+ "2c402b": "Smart iBlue Technology Limited",
+ "2c4053": "Samsung Electronics Co.,Ltd",
+ "2c4138": "Hewlett Packard",
+ "2c41a1": "Bose Corporation",
+ "2c4205": "Lytx",
+ "2c431a": "Shenzhen YOUHUA Technology Co., Ltd",
+ "2c43be": "Sunnovo International Limited",
+ "2c4401": "Samsung Electronics Co.,Ltd",
+ "2c441b": "Spectrum Medical Limited",
+ "2c44fd": "Hewlett Packard",
+ "2c459a": "Limited",
+ "2c4759": "Beijing MEGA preponderance Science & Technology Co. Ltd",
+ "2c4835": "IEEE Registration Authority",
+ "2c4881": "vivo Mobile Communication Co., Ltd.",
+ "2c4a11": "Ciena Corporation",
+ "2c4c15": "Juniper Networks",
+ "2c4c7d": "New H3C Technologies Co., Ltd",
+ "2c4cc6": "Murata Manufacturing Co., Ltd.",
+ "2c4d54": "ASUSTek COMPUTER INC.",
+ "2c4d79": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "2c4dde": "TECNO MOBILE LIMITED",
+ "2c4e7d": "Chunghua Intelligent Network Equipment Inc.",
+ "2c4f52": "Cisco Systems, Inc",
+ "2c5089": "Shenzhen Kaixuan Visual Technology Co.,Limited",
+ "2c52af": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c532b": "TCT mobile ltd",
+ "2c534a": "Shenzhen Winyao Electronic Limited",
+ "2c53d7": "Sonova AG",
+ "2c542d": "Cisco Systems, Inc",
+ "2c5491": "Microsoft Corporation",
+ "2c553c": "Vecima Networks Inc.",
+ "2c557c": "Shenzhen YOUHUA Technology Co., Ltd",
+ "2c55d3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c5683": "China Mobile Group Device Co.,Ltd.",
+ "2c56dc": "ASUSTek COMPUTER INC.",
+ "2c572c": "Allwinner Technology Co., Ltd",
+ "2c5731": "Wingtech Group (HongKong)Limited",
+ "2c5741": "Cisco Systems, Inc",
+ "2c57ce": "Apple, Inc.",
+ "2c584f": "Commscope",
+ "2c58b9": "HP Inc.",
+ "2c58e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c5917": "Arcadyan Corporation",
+ "2c59e5": "Hewlett Packard",
+ "2c5a05": "Nokia Corporation",
+ "2c5a0f": "Cisco Systems, Inc",
+ "2c5a8d": "SYSTRONIK Elektronik u. Systemtechnik GmbH",
+ "2c5aa3": "PROMATE ELECTRONIC CO.LTD",
+ "2c5bb8": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2c5be1": "Centripetal Networks, Inc",
+ "2c5d34": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2c5d93": "Ruckus Wireless",
+ "2c5eab": "Mellanox Technologies, Inc.",
+ "2c5ff3": "Pertronic Industries",
+ "2c600c": "Quanta Computer Inc.",
+ "2c60cd": "NR ELECTRIC CO., LTD",
+ "2c6104": "SHENZHEN FENGLIAN TECHNOLOGY CO., LTD.",
+ "2c61f6": "Apple, Inc.",
+ "2c625a": "Finest Security Systems Co., Ltd",
+ "2c6289": "Ltd",
+ "2c6373": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "2c641f": "Vizio, Inc",
+ "2c64f6": "Wu Qi Technologies,Inc.",
+ "2c658d": "Cisco Systems, Inc",
+ "2c66ad": "NimbleTech Digital Inc.",
+ "2c66f5": "SHENZHEN ELECTRICAL APPLIANCES CO.",
+ "2c6798": "InTalTech Ltd.",
+ "2c67ab": "EZELINK TELECOM",
+ "2c67be": "Corporation",
+ "2c67fb": "ShenZhen Zhengjili Electronics Co., LTD",
+ "2c691d": "IEEE Registration Authority",
+ "2c693e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c69ba": "RF Controls, LLC",
+ "2c69cc": "Valeo Detection Systems ",
+ "2c6a6f": "IEEE Registration Authority",
+ "2c6b7d": "Texas Instruments",
+ "2c6bf5": "Juniper Networks",
+ "2c6dc1": "Intel Corporate",
+ "2c6e85": "Intel Corporate",
+ "2c6f37": "Nokia",
+ "2c6f4e": "Hubei Yuan Times Technology Co.,Ltd.",
+ "2c6f51": "Herospeed Digital Technology Limited",
+ "2c6fc9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "2c704f": "zte corporation",
+ "2c7155": "HiveMotion",
+ "2c71ff": "Amazon Technologies Inc.",
+ "2c72c3": "Soundmatters",
+ "2c7360": "Earda Technologies co Ltd",
+ "2c73a0": "Cisco Systems, Inc",
+ "2c750f": "Shanghai Dongzhou-Lawton Communication Technology Co. Ltd.",
+ "2c75cb": "Novitec Co., Ltd.",
+ "2c7600": "Apple, Inc.",
+ "2c768a": "Hewlett Packard",
+ "2c780e": "Huawei Device Co., Ltd.",
+ "2c784c": "Iton Technology Corp.",
+ "2c793d": "Boditech Med",
+ "2c79d7": "Sagemcom Broadband SAS",
+ "2c7af4": "IEEE Registration Authority",
+ "2c7b5a": "Milper Ltd",
+ "2c7b84": "OOO Petr Telegin",
+ "2c7ba0": "Intel Corporate",
+ "2c7ce4": "Wuhan Tianyu Information Industry Co., Ltd.",
+ "2c7cf2": "Apple, Inc.",
+ "2c7e81": "Commscope",
+ "2c7ecf": "Onzo Ltd",
+ "2c8065": "HARTING Inc. of North America",
+ "2c8158": "Hon Hai Precision Ind. Co.,Ltd.",
+ "2c81bf": "Apple, Inc.",
+ "2c8217": "Apple, Inc.",
+ "2c86d2": "Cisco Systems, Inc",
+ "2c8a72": "HTC Corporation",
+ "2c8ac7": "Ubee Interactive Co., Limited",
+ "2c8bf2": "Hitachi Metals America Ltd",
+ "2c8d37": "Virtium",
+ "2c8d48": "Smart Innovation LLC",
+ "2c8db1": "Intel Corporate",
+ "2c9127": "Eintechno Corporation",
+ "2c91ab": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "2c922c": "Kishu Giken Kogyou Company Ltd,.",
+ "2c93fb": "Sercomm France Sarl",
+ "2c9452": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c9464": "Cincoze Co., Ltd.",
+ "2c9520": "Apple, Inc.",
+ "2c9569": "Commscope",
+ "2c957f": "zte corporation",
+ "2c9662": "Invenit BV",
+ "2c9682": "MitraStar Technology Corp.",
+ "2c9717": "I.C.Y. B.V.",
+ "2c97b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c97ed": "Sony Imaging Products & Solutions Inc.",
+ "2c9811": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "2c9924": "Commscope",
+ "2c9975": "Samsung Electronics Co.,Ltd",
+ "2c9aa4": "Eolo SpA",
+ "2c9c58": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "2c9d1e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2c9d4b": "Lavelle Networks Private Limited",
+ "2c9d5a": "Flaircomm Microelectronics,Inc.",
+ "2c9d65": "vivo Mobile Communication Co., Ltd.",
+ "2c9e00": "Sony Interactive Entertainment Inc.",
+ "2c9e5f": "Commscope",
+ "2c9ee0": "Cavli Inc.",
+ "2c9eec": "Jabil Circuit Penang",
+ "2c9efc": "CANON INC.",
+ "2c9ffb": "WNC Corporation",
+ "2ca02f": "Veroguard Systems Pty Ltd",
+ "2ca042": "Huawei Device Co., Ltd.",
+ "2ca157": "acromate, Inc.",
+ "2ca17d": "Commscope",
+ "2ca2b4": "Fortify Technologies, LLC",
+ "2ca30e": "POWER DRAGON DEVELOPMENT LIMITED",
+ "2ca327": "Oraimo Technology Limited",
+ "2ca539": "Parallel Wireless, Inc",
+ "2ca59c": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "2ca774": "Texas Instruments",
+ "2ca780": "True Technologies Inc.",
+ "2ca797": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2ca79e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2ca7ef": "Co., Ltd",
+ "2ca835": "RIM",
+ "2ca89c": "Creatz inc.",
+ "2ca9f0": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2caa8e": "Wyze Labs Inc",
+ "2cab00": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2cab25": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "2cab33": "Texas Instruments",
+ "2cab46": "Ruckus Wireless",
+ "2caba4": "Cisco SPVTG",
+ "2cabeb": "Cisco Systems, Inc",
+ "2cac44": "CONEXTOP",
+ "2cad13": "SHENZHEN ZHILU TECHNOLOGY CO.,LTD",
+ "2cae2b": "Samsung Electronics Co.,Ltd",
+ "2cb05d": "NETGEAR",
+ "2cb0df": "Soliton Technologies Pvt Ltd",
+ "2cb0fd": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "2cb115": "Sdn. Bhd.",
+ "2cb21a": "Co., Ltd.",
+ "2cb301": "Honor Device Co., Ltd.",
+ "2cb43a": "Apple, Inc.",
+ "2cb68f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2cb693": "Radware",
+ "2cb69d": "RED Digital Cinema",
+ "2cb6c2": "zte corporation",
+ "2cb6c8": "Raisecom Technology CO., LTD",
+ "2cb7a1": "Huawei Device Co., Ltd.",
+ "2cb8ed": "SonicWall",
+ "2cbaba": "Samsung Electronics Co.,Ltd",
+ "2cbaca": "Cosonic Electroacoustic Technology Co., Ltd.",
+ "2cbc87": "Apple, Inc.",
+ "2cbcbb": "Espressif Inc.",
+ "2cbe08": "Apple, Inc.",
+ "2cbe97": "Ingenieurbuero Bickele und Buehler GmbH",
+ "2cbeeb": "Nothing Technology Limited",
+ "2cbeee": "Nothing Technology Limited",
+ "2cc1f4": "Nokia Solutions and Networks India Private Limited",
+ "2cc253": "Apple, Inc.",
+ "2cc260": "Oracle Corporation ",
+ "2cc3e6": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "2cc407": "machineQ",
+ "2cc44f": "IEEE Registration Authority",
+ "2cc546": "Huawei Device Co., Ltd.",
+ "2cc548": "IAdea Corporation",
+ "2cc5d3": "Ruckus Wireless",
+ "2cc682": "Quectel Wireless Solutions Co.,Ltd.",
+ "2cc6a0": "Lumacron Technology Ltd.",
+ "2cc81b": "Routerboard.com",
+ "2cc8f5": "Huawei Device Co., Ltd.",
+ "2cca0c": "WITHUS PLANET",
+ "2cca16": "Apple, Inc.",
+ "2cca75": "Robert Bosch GmbH AnP",
+ "2ccc15": "Nokia Corporation",
+ "2ccc44": "Sony Interactive Entertainment Inc.",
+ "2ccc7a": "AltoBeam Inc.",
+ "2ccce6": "Co.,Ltd",
+ "2ccd27": "Precor Inc",
+ "2ccd43": "Summit Technology Group",
+ "2ccd69": "Aqavi.com",
+ "2cce1e": "Cloudtronics Pty Ltd",
+ "2ccf58": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2ccf67": "Ltd",
+ "2cd02d": "Cisco Systems, Inc",
+ "2cd05a": "Liteon Technology Corporation",
+ "2cd066": "Xiaomi Communications Co Ltd",
+ "2cd141": "IEEE Registration Authority",
+ "2cd1c6": "Murata Manufacturing Co., Ltd.",
+ "2cd1da": "Keysight Technologies, Inc.",
+ "2cd26b": "FN-LINK TECHNOLOGY LIMITED",
+ "2cd2e3": "Guangzhou Aoshi Electronic Co.,Ltd",
+ "2cd2e7": "Nokia Corporation",
+ "2cd3ad": "Texas Instruments",
+ "2cd444": "FUJITSU LIMITED",
+ "2cd7ff": "LANCOM Systems GmbH",
+ "2cd8ae": "Shenzhen SEI Robotics Co.,Ltd",
+ "2cd8de": "AltoBeam Inc.",
+ "2cd974": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "2cda3f": "DongGuan Ramaxel Memory Technology Limited",
+ "2cda46": "Samsung Electronics Co.,Ltd",
+ "2cdb07": "Intel Corporate",
+ "2cdc78": "LLC",
+ "2cdcad": "WNC Corporation",
+ "2cdcc1": "EM Microelectronic",
+ "2cdcd7": "AzureWave Technology Inc.",
+ "2cdd0c": "Discovergy GmbH",
+ "2cdd5f": "Shenzhen iComm Semiconductor CO.,LTD",
+ "2cdd95": "Taicang T&W Electronics",
+ "2cdda3": "Point Grey Research Inc.",
+ "2cdde9": "Arista Networks",
+ "2cdedf": "Guangxi Konaixin Precision Technology Co., Ltd",
+ "2cdf68": "Apple, Inc.",
+ "2cdfe6": "Raisecom Technology CO., LTD",
+ "2ce032": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "2ce099": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "2ce2a8": "DeviceDesign",
+ "2ce2d9": "Huawei Device Co., Ltd.",
+ "2ce310": "Stratacache",
+ "2ce38e": "Cisco Systems, Inc",
+ "2ce412": "Sagemcom Broadband SAS",
+ "2ce6cc": "Ruckus Wireless",
+ "2ce871": "Alert Metalguard ApS",
+ "2cea7f": "Dell Inc.",
+ "2ceada": "ICC Intelligent Platforms GmbH",
+ "2ceadc": "ASKEY COMPUTER CORP",
+ "2ceca6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2cecf7": "Shenzhen SDMC Technology CO.,Ltd.",
+ "2ced89": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2cedb0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "2cedeb": "Alpheus Digital Company Limited",
+ "2cee26": "Petroleum Geo-Services",
+ "2cf05d": "Micro-Star INTL CO., LTD.",
+ "2cf0a2": "Apple, Inc.",
+ "2cf0ee": "Apple, Inc.",
+ "2cf1bb": "zte corporation",
+ "2cf203": "EMKO ELEKTRONIK SAN VE TIC AS",
+ "2cf295": "Huawei Device Co., Ltd.",
+ "2cf2a5": "Sagemcom Broadband SAS",
+ "2cf432": "Espressif Inc.",
+ "2cf4c5": "Avaya Inc",
+ "2cf7f1": "Seeed Technology Inc.",
+ "2cf814": "Cisco Systems, Inc",
+ "2cf89b": "Cisco Systems, Inc",
+ "2cfaa2": "Alcatel-Lucent Enterprise",
+ "2cfb0f": "Sagemcom Broadband SAS",
+ "2cfc8b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "2cfce4": "CTEK Sweden AB",
+ "2cfd37": "Blue Calypso, Inc.",
+ "2cfda1": "ASUSTek COMPUTER INC.",
+ "2cfdab": "Mobility Technologies Communication Co., Ltd.",
+ "2cfdb3": "Tonly Technology Co. Ltd ",
+ "2cfdb4": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "2cfe4f": "Xiaomi Communications Co Ltd",
+ "2cfe8b": "Microchip Technologies Inc",
+ "2cfee2": "Qingdao Hisense Communications Co.,Ltd.",
+ "2cff65": "Oki Electric Industry Co., Ltd.",
+ "2cffee": "vivo Mobile Communication Co., Ltd.",
+ "3000fc": "Nokia",
+ "3001af": "Cisco Systems, Inc",
+ "3003c8": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "30045c": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "300475": "QBIC COMMUNICATIONS DMCC",
+ "300505": "Intel Corporate",
+ "30053f": "JTI Co.,Ltd.",
+ "30055c": "Brother industries, LTD.",
+ "30075c": "43403",
+ "3009c0": "Motorola Mobility LLC, a Lenovo Company",
+ "3009f9": "IEEE Registration Authority",
+ "300a60": "IEEE Registration Authority",
+ "300a9d": "Axino Solutions AG",
+ "300ac5": "Ruio telecommunication technologies Co., Limited",
+ "300b9c": "Delta Mobile Systems, Inc.",
+ "300c23": "zte corporation",
+ "300d2a": "Zhejiang Wellcom Technology Co.,Ltd.",
+ "300d43": "Microsoft Mobile Oy",
+ "300d9e": "Ruijie Networks Co.,LTD",
+ "300eb8": "LG Electronics",
+ "300ed5": "Hon Hai Precision Ind. Co.,Ltd.",
+ "300ee3": "Aquantia Corporation",
+ "3010b3": "Liteon Technology Corporation",
+ "3010e4": "Apple, Inc.",
+ "301389": "Siemens AG, Automations & Drives,",
+ "30138b": "HP Inc.",
+ "30142d": "Piciorgros GmbH",
+ "30144a": "WNC Corporation",
+ "301518": "Ubiquitous Communication Co. ltd.",
+ "30168d": "ProLon",
+ "30169d": "MERCUSYS TECHNOLOGIES CO., LTD.",
+ "3017c8": "Sony Corporation",
+ "3018cf": "DEOS control systems GmbH",
+ "301966": "Samsung Electronics Co.,Ltd",
+ "301984": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "301a28": "Mako Networks Ltd",
+ "301a30": "Mako Networks Ltd",
+ "301aba": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "301b97": "Lierda Science & Technology Group Co.,Ltd",
+ "301d49": "Firmus Technologies Pty Ltd",
+ "301f48": "zte corporation",
+ "301f9a": "IEEE Registration Authority",
+ "30215b": "Shenzhen Ostar Display Electronic Co.,Ltd",
+ "302303": "Belkin International Inc.",
+ "302364": "Nokia Shanghai Bell Co., Ltd.",
+ "3023ba": "Accelerated Memory Production Inc.",
+ "3023cd": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "302432": "Intel Corporate",
+ "302450": "Hangzhou Huacheng Network Technology Co.,Ltd",
+ "302478": "Sagemcom Broadband SAS",
+ "3024a9": "HP Inc.",
+ "3027cf": "Canopy Growth Corp",
+ "30292b": "eero inc.",
+ "30294b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "302952": "Hillstone Networks Inc",
+ "3029be": "Shanghai MRDcom Co.,Ltd",
+ "302bdc": "Top-Unum Electronics Co., LTD",
+ "302f1e": "SIEMENS AG",
+ "302fac": "Zhejiang HuaRay Technology Co.,Ltd",
+ "30305f": "Valeo Schalter und Sensoren GmbH",
+ "3030d0": "Texas Instruments",
+ "3030f9": "Espressif Inc.",
+ "30317d": "Hosiden Corporation",
+ "303180": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "303235": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "303294": "W-IE-NE-R Plein & Baus GmbH",
+ "3032d4": "Hanilstm Co., Ltd.",
+ "303335": "Boosty",
+ "303422": "eero inc.",
+ "3034d2": "Availink, Inc.",
+ "3034db": "LG Innotek",
+ "3034f6": "Vantiva Connected Home - Subcomponents",
+ "3035ad": "Apple, Inc.",
+ "3035c5": "Huawei Device Co., Ltd.",
+ "3037a6": "Cisco Systems, Inc",
+ "3037b3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "303855": "Nokia Corporation",
+ "303926": "Sony Corporation",
+ "303955": "Shenzhen Jinhengjia Electronic Co., Ltd.",
+ "3039a9": "Co.,Ltd.",
+ "3039f2": "ADB Broadband Italia",
+ "303a4a": "eero inc.",
+ "303a64": "Intel Corporate",
+ "303aba": "Guangzhou BaoLun Electronics Co., Ltd",
+ "303b49": "Cisco Meraki",
+ "303b7c": "Apple, Inc.",
+ "303d08": "GLINTT TES S.A.",
+ "303d51": "IEEE Registration Authority",
+ "303ea7": "Intel Corporate",
+ "303ead": "Sonavox Canada Inc",
+ "303f5d": "PT HAN SUNG ELECTORONICS INDONESIA",
+ "303f7b": "Shenzhen YOUHUA Technology Co., Ltd",
+ "303fbb": "Hewlett Packard Enterprise ",
+ "304074": "zte corporation",
+ "304174": "ALTEC LANSING LLC",
+ "3041db": "vivo Mobile Communication Co., Ltd.",
+ "304225": "BURG-WÄCHTER KG",
+ "304240": "zte corporation",
+ "3042a1": "ilumisys Inc. DBA Toggled",
+ "3043d7": "IEEE Registration Authority",
+ "304449": "PLATH Signal Products GmbH & Co. KG",
+ "304487": "Hefei Radio Communication Technology Co., Ltd ",
+ "3044a1": "Shanghai Nanchao Information Technology",
+ "304511": "Texas Instruments",
+ "304596": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30469a": "NETGEAR",
+ "30493b": "Nanjing Z-Com Wireless Co.,Ltd",
+ "304950": "IEEE Registration Authority",
+ "30499e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "304a26": "Shenzhen Trolink Technology CO, LTD",
+ "304ac4": "Barrot Technology Co.,LTD",
+ "304b07": "Motorola Mobility LLC, a Lenovo Company",
+ "304c7e": "Panasonic Electric Works Automation Controls Techno Co.,Ltd.",
+ "304e1b": "Huawei Device Co., Ltd.",
+ "304ec3": "Tianjin Techua Technology Co., Ltd.",
+ "304f00": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "304f75": "Zhone Technologies, Inc.",
+ "305075": "GN Audio A/S",
+ "3050ce": "Xiaomi Communications Co Ltd",
+ "3050f1": "Ennoconn Corporation.",
+ "3050fd": "Co.,Ltd",
+ "3051f8": "BYK-Gardner GmbH",
+ "305223": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "305253": "BuildJet, Inc.",
+ "30525a": "NST Co., LTD",
+ "3052cb": "Liteon Technology Corporation",
+ "3053c1": "CRESYN",
+ "3055ed": "Trex Network LLC",
+ "30560f": "GIGA-BYTE TECHNOLOGY CO. , Ltd.",
+ "305684": "SHENZHEN YUNJI INTELLIGENT TECHNOLOGY CO.,LTD",
+ "305696": "Infinix mobility limited",
+ "305714": "Apple, Inc.",
+ "30578e": "eero inc.",
+ "3057ac": "IRLAB LTD.",
+ "305890": "Frontier Silicon Ltd",
+ "3058eb": "zte corporation",
+ "30595b": "streamnow AG",
+ "3059b7": "Microsoft",
+ "305a3a": "ASUSTek COMPUTER INC.",
+ "305a99": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "305d38": "Beissbarth ",
+ "305da6": "ADVALY SYSTEM Inc.",
+ "305f77": "New H3C Technologies Co., Ltd",
+ "30600a": "CIG SHANGHAI CO LTD",
+ "306023": "Commscope",
+ "306112": "PAV GmbH",
+ "306118": "Paradom Inc.",
+ "3061a2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30636b": "Apple, Inc.",
+ "306371": "Shenzhenshi Xinzhongxin Technology Co.Ltd",
+ "3063cf": "Zhejiang Cainiao Supply Chain Management Co., Ltd",
+ "3063ea": "Juniper Networks",
+ "3066d0": "Huawei Device Co., Ltd.",
+ "3067a1": "Sagemcom Broadband SAS",
+ "30688c": "Reach Technology Inc.",
+ "306893": "TP-Link Systems Inc.",
+ "30694b": "RIM",
+ "306a85": "Samsung Electronics Co.,Ltd",
+ "306cbe": "Limited",
+ "306df9": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "306e5c": "Validus Technologies",
+ "306f07": "Nations Technologies Inc.",
+ "3071b2": "Hangzhou Prevail Optoelectronic Equipment Co.,LTD.",
+ "307350": "Inpeco SA",
+ "307467": "Samsung Electronics Co.,Ltd",
+ "307496": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "307512": "Sony Corporation",
+ "3077cb": "Maike Industry(Shenzhen)CO.,LTD",
+ "30786b": "TIANJIN Golden Pentagon Electronics Co., Ltd.",
+ "3078c2": "Innowireless / QUCELL Networks",
+ "3078d3": "Virgilant Technologies Ltd.",
+ "307a05": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "307a57": "Inc",
+ "307ad2": "Apple, Inc.",
+ "307bac": "New H3C Technologies Co., Ltd",
+ "307bc9": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "307c30": "RIM",
+ "307c4a": "Huawei Device Co., Ltd.",
+ "307c5e": "Juniper Networks",
+ "307cb2": "ANOV FRANCE",
+ "307ecb": "SFR",
+ "307f10": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "30809b": "New H3C Technologies Co., Ltd",
+ "308216": "Apple, Inc.",
+ "308398": "Espressif Inc.",
+ "3083d2": "Motorola Mobility LLC, a Lenovo Company",
+ "308454": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "3085a9": "ASUSTek COMPUTER INC.",
+ "3085eb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "30862d": "Arista Network, Inc.",
+ "3086f1": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "308730": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3087d9": "Ruckus Wireless",
+ "308841": "Sichuan AI-Link Technology Co., Ltd.",
+ "308944": "DEVA Broadcast Ltd.",
+ "30894a": "Intel Corporate",
+ "308976": "DALIAN LAMBA TECHNOLOGY CO.,LTD",
+ "308999": "Guangdong East Power Co.,",
+ "3089a6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3089d3": "HONGKONG UCLOUDLINK NETWORK TECHNOLOGY LIMITED",
+ "308af7": "Huawei Device Co., Ltd.",
+ "308bb2": "Cisco Systems, Inc",
+ "308cfb": "Dropcam",
+ "308d99": "Hewlett Packard",
+ "308dd4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "308e7a": "Shenzhen iComm Semiconductor CO.,LTD",
+ "308ecf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "309048": "Apple, Inc.",
+ "3090ab": "Apple, Inc.",
+ "309176": "Co.,Ltd",
+ "30918f": "Technicolor Delivery Technologies Belgium NV",
+ "3092f6": "SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD",
+ "3093bc": "Sagemcom Broadband SAS",
+ "309435": "vivo Mobile Communication Co., Ltd.",
+ "309587": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "3095e3": "SHANGHAI SIMCOM LIMITED",
+ "309610": "Huawei Device Co., Ltd.",
+ "30963b": "Huawei Device Co., Ltd.",
+ "3096fb": "Samsung Electronics Co.,Ltd",
+ "309935": "zte corporation",
+ "309bad": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "309c23": "Micro-Star INTL CO., LTD.",
+ "309e1d": "OHSUNG",
+ "309e62": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "309ffb": "Ardomus Networks Corporation",
+ "30a023": "ROCK PATH S.R.L",
+ "30a176": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "30a1fa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30a220": "ARG Telecom",
+ "30a243": "Shenzhen Prifox Innovation Technology Co., Ltd.",
+ "30a2c2": "Huawei Device Co., Ltd.",
+ "30a30f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30a3b5": "Jiangsu Best Tone Information Service Co., Ltd",
+ "30a452": "Arrival Elements BV",
+ "30a612": "ShenZhen Hugsun Technology Co.,Ltd.",
+ "30a889": "DECIMATOR DESIGN",
+ "30a8db": "Sony Corporation",
+ "30a998": "Huawei Device Co., Ltd.",
+ "30a9de": "LG Innotek",
+ "30aabd": "Shanghai Reallytek Information Technology Co.,Ltd",
+ "30aae4": "Huawei Device Co., Ltd.",
+ "30aced": "Packet Clearing House",
+ "30ae7b": "Deqing Dusun Electron CO., LTD",
+ "30aea4": "Espressif Inc.",
+ "30aef6": "Radio Mobile Access",
+ "30af7e": "Texas Instruments",
+ "30afce": "vivo Mobile Communication Co., Ltd.",
+ "30b037": "New H3C Technologies Co., Ltd",
+ "30b0ea": "Shenzhen Chuangxin Internet Communication Technology Co., Ltd",
+ "30b164": "Power Electronics International Inc.",
+ "30b1b5": "Arcadyan Corporation",
+ "30b216": "Hitachi Energy Germany AG",
+ "30b237": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "30b29f": "EVIDENT CORPORATION",
+ "30b346": "CJSC NORSI-TRANS",
+ "30b3a2": "Shenzhen Heguang Measurement & Control Technology Co.,Ltd",
+ "30b49e": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "30b4b8": "LG Electronics",
+ "30b5c2": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "30b5f1": "Aitexin Technology Co., Ltd",
+ "30b62d": "Mojo Networks, Inc.",
+ "30b64f": "Juniper Networks",
+ "30b7d4": "Hitron Technologies. Inc",
+ "30b851": "Siemens AG",
+ "30b930": "zte corporation",
+ "30b9b0": "Intracom Asia Co., Ltd",
+ "30bb43": "Sixi Networks Co., Ltd",
+ "30bb7d": "Co., Ltd",
+ "30bd13": "Zyxel Communications Corporation",
+ "30bdfe": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "30be29": "AltoBeam Inc.",
+ "30be3b": "Mitsubishi Electric Corporation",
+ "30c01b": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "30c0ae": "Apple, Inc.",
+ "30c3d9": "ALPSALPINE CO,.LTD",
+ "30c507": "ECI Telecom Ltd.",
+ "30c50f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30c599": "ASUSTek COMPUTER INC.",
+ "30c6ab": "zte corporation",
+ "30c6d7": "New H3C Technologies Co., Ltd",
+ "30c6f7": "Espressif Inc.",
+ "30c750": "MIC Technology Group",
+ "30c7ae": "Samsung Electronics Co.,Ltd",
+ "30c82a": "WI-BIZ srl",
+ "30c91b": "Zhen Shi Information Technology(Shanghai)Co.,Ltd.",
+ "30c922": "Espressif Inc.",
+ "30c9ab": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "30c9cc": "Samsung Electronics Co.,Ltd",
+ "30cb36": "Belden Singapore Pte. Ltd.",
+ "30cbc7": "Cambium Networks Limited",
+ "30cbf8": "Samsung Electronics Co.,Ltd",
+ "30cc21": "zte corporation",
+ "30cda7": "Samsung Electronics Co.,Ltd",
+ "30d042": "Dell Inc.",
+ "30d16b": "Liteon Technology Corporation",
+ "30d17e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30d32d": "devolo AG",
+ "30d357": "Logosol, Inc.",
+ "30d386": "zte corporation",
+ "30d46a": "Autosales Incorporated",
+ "30d4e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30d51f": "Prolights",
+ "30d53e": "Apple, Inc.",
+ "30d587": "Samsung Electronics Co.,Ltd",
+ "30d659": "Merging Technologies SA",
+ "30d6c9": "Samsung Electronics Co.,Ltd",
+ "30d7a1": "Apple, Inc.",
+ "30d875": "Apple, Inc.",
+ "30d941": "Raydium Semiconductor Corp.",
+ "30d959": "Shanghai Longcheer Technology Co., Ltd.",
+ "30d97f": "Tech4home, Lda",
+ "30d9d9": "Apple, Inc.",
+ "30dce7": "zte corporation",
+ "30ddaa": "ZHEJIANG DAHUA TECHNOLOGYCO.,LTD",
+ "30de4b": "TP-Link Systems Inc",
+ "30de86": "Cedac Software S.r.l.",
+ "30df17": "ALPSALPINE CO,.LTD",
+ "30df8d": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "30e044": "Google, Inc.",
+ "30e04f": "Apple, Inc.",
+ "30e090": "Genevisio Ltd.",
+ "30e171": "Hewlett Packard",
+ "30e1f1": "Intelbras",
+ "30e271": "Fsas Technologies Inc.",
+ "30e283": "Texas Instruments",
+ "30e37a": "Intel Corporate",
+ "30e396": "Huawei Device Co., Ltd.",
+ "30e3a4": "Intel Corporate",
+ "30e3d6": "Spotify USA Inc.",
+ "30e48e": "Vodafone UK",
+ "30e4d8": "Huawei Device Co., Ltd.",
+ "30e4db": "Cisco Systems, Inc",
+ "30e7bc": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "30e8e4": "Qorvo International Pte. Ltd.",
+ "30e98e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30ea26": "Sycada BV",
+ "30eb15": "Huawei Device Co., Ltd.",
+ "30eb1f": "Skylab M&C Technology Co.,Ltd",
+ "30eb25": "INTEK DIGITAL",
+ "30eb5a": "LANDIS + GYR",
+ "30ec7c": "Shenzhen Along Electronics Co., Ltd",
+ "30ed96": "LS Mecapion",
+ "30eda0": "Espressif Inc.",
+ "30efd1": "Co., Ltd.",
+ "30f028": "Bosch Sicherheitssysteme GmbH",
+ "30f23c": "TECNO MOBILE LIMITED",
+ "30f31d": "zte corporation",
+ "30f335": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30f33a": "plugg srl",
+ "30f42f": "ESP",
+ "30f527": "New H3C Technologies Co., Ltd",
+ "30f600": "Sagemcom Broadband SAS",
+ "30f65d": "Hewlett Packard Enterprise",
+ "30f6b9": "Ecocentric Energy",
+ "30f6ef": "Intel Corporate",
+ "30f70d": "Cisco Systems, Inc",
+ "30f772": "Hon Hai Precision Ind. Co.,Ltd.",
+ "30f77f": "S Mobile Devices Limited",
+ "30f7c5": "Apple, Inc.",
+ "30f7d7": "Thread Technology Co., Ltd",
+ "30f856": "Extreme Networks Headquarters",
+ "30f947": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "30f94b": "Universal Electronics, Inc.",
+ "30f9ed": "Sony Corporation",
+ "30fab7": "Tunai Creative",
+ "30fb10": "Silicon Laboratories",
+ "30fb68": "Wuhan Zmvision Technology Co. Ltd.",
+ "30fb94": "Shanghai Fangzhiwei Information Technology CO.,Ltd.",
+ "30fbb8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30fc68": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "30fc8c": "Vantiva - Connected Home",
+ "30fd11": "INC.",
+ "30fd38": "Google, Inc.",
+ "30fd65": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "30fe31": "Nokia",
+ "30fe6c": "Apple, Inc.",
+ "30fefa": "Cisco Systems, Inc",
+ "30fff6": "HangZhou KuoHeng Technology Co.,ltd",
+ "30fffd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34008a": "IEEE Registration Authority",
+ "3400a3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "340286": "Intel Corporate",
+ "34029b": "Plexonics Technologies LImited",
+ "3403de": "Texas Instruments",
+ "34049e": "IEEE Registration Authority",
+ "340557": "vivo Mobile Communication Co., Ltd.",
+ "34074f": "AccelStor, Inc.",
+ "3407ac": "PRONYX TRADING LLC",
+ "3407fb": "Ericsson AB",
+ "340804": "D-Link Corporation",
+ "3408bc": "Apple, Inc.",
+ "3408e1": "Texas Instruments",
+ "340962": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "3409c9": "Dongguan Huayin Electronic Technology Co., Ltd.",
+ "340a22": "TOP-ACCESS ELECTRONICS CO LTD",
+ "340a33": "D-Link International",
+ "340a98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "340aff": "Qingdao Hisense Communications Co.,Ltd.",
+ "340b40": "MIOS ELETTRONICA SRL",
+ "340ced": "Moduel AB",
+ "340e22": "Apple, Inc.",
+ "340f66": "Web Sensing LLC",
+ "34105d": "Texas Instruments",
+ "3410be": "Apple, Inc.",
+ "3410f4": "Silicon Laboratories",
+ "341290": "Treeview Co.,Ltd.",
+ "341298": "Apple, Inc.",
+ "3412f9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "341343": "GE Lighting",
+ "3413a8": "Mediplan Limited",
+ "3413e8": "Intel Corporate",
+ "341453": "Gantner Electronic GmbH",
+ "34145f": "Samsung Electronics Co.,Ltd",
+ "3414b5": "Texas Instruments",
+ "341513": "Texas Instruments",
+ "341593": "Ruckus Wireless",
+ "34159e": "Apple, Inc.",
+ "341736": "Shenzhen iComm Semiconductor CO.,LTD",
+ "3417eb": "Dell Inc.",
+ "34194d": "Arcadyan Corporation",
+ "341a35": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "341a4c": "SHENZHEN WEIBU ELECTRONICS CO.,LTD.",
+ "341b22": "Grandbeing Technology Co., Ltd",
+ "341b2d": "Cisco Systems, Inc",
+ "341cf0": "Xiaomi Communications Co Ltd",
+ "341e6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "341fe4": "Commscope",
+ "342003": "Shenzhen Feitengyun Technology Co.,LTD",
+ "3420e3": "Ruckus Wireless",
+ "342109": "Jensen Scandinavia AS",
+ "342387": "Hon Hai Precision Ind. Co.,Ltd.",
+ "34243e": "zte corporation",
+ "34255d": "Shenzhen Loadcom Technology Co.,Ltd",
+ "3425b4": "Silicon Laboratories",
+ "3425be": "Amazon Technologies Inc.",
+ "342606": "CarePredict, Inc.",
+ "3426e6": "CIG SHANGHAI CO LTD",
+ "342792": "FREEBOX SAS",
+ "342840": "Apple, Inc.",
+ "342865": "Juniper Networks",
+ "3428f0": "ATN International Limited",
+ "342912": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34298f": "IEEE Registration Authority",
+ "3429ea": "MCD ELECTRONICS SP. Z O.O.",
+ "3429ef": "Qingdao Haier Technology Co.,Ltd",
+ "342af1": "Texas Instruments",
+ "342b6e": "Apple, Inc.",
+ "342b70": "Arris",
+ "342c8e": "Ufispace Co., LTD.",
+ "342cc4": "Compal Broadband Networks, Inc.",
+ "342d0d": "Samsung Electronics Co.,Ltd",
+ "342da3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "342eb6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "342eb7": "Intel Corporate",
+ "342f6e": "Anywire corporation",
+ "342fbd": "Nintendo Co.,Ltd",
+ "343111": "Samsung Electronics Co.,Ltd",
+ "34317f": "Panasonic Appliances Company",
+ "34318f": "Apple, Inc.",
+ "3431c4": "AVM GmbH",
+ "3432e6": "Panasonic Industrial Devices Europe GmbH",
+ "343607": "PINEWAVE PTE. LTD.",
+ "34363b": "Apple, Inc.",
+ "343654": "zte corporation",
+ "343759": "zte corporation",
+ "343794": "Hamee Corp.",
+ "343839": "NEC Platforms, Ltd.",
+ "3438af": "Inlab Networks GmbH",
+ "3438b7": "HUMAX Co., Ltd.",
+ "343916": "Google, Inc.",
+ "343a20": "Hewlett Packard Enterprise",
+ "343c30": "LTD.",
+ "343d7f": "Klipsch Group, Inc.",
+ "343d98": "JinQianMao Technology Co.,Ltd.",
+ "343dc4": "BUFFALO.INC",
+ "343e25": "OHSUNG",
+ "343ea4": "Ring LLC",
+ "3440b5": "IBM",
+ "34415d": "Intel Corporate",
+ "3441a8": "ER-Telecom",
+ "344262": "Apple, Inc.",
+ "344663": "IEEE Registration Authority",
+ "34466f": "HiTEM Engineering",
+ "3446ec": "Huawei Device Co., Ltd.",
+ "34479a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "3447d4": "Chengdu Quanjing Intelligent Technology Co.,Ltd",
+ "3448ed": "Dell Inc.",
+ "344951": "Eliyan Corp.",
+ "34495b": "Sagemcom Broadband SAS",
+ "344a1b": "zte corporation",
+ "344ac3": "HuNan ZiKun Information Technology CO., Ltd",
+ "344b3d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "344b50": "zte corporation",
+ "344ca4": "amazipoint technology Ltd.",
+ "344cc8": "Echodyne Corp",
+ "344dea": "zte corporation",
+ "344e2f": "LEAR",
+ "344f3f": "IO-Power Technology Co., Ltd.",
+ "344f5c": "R&M AG",
+ "344f69": "EKINOPS SAS",
+ "34516f": "Skychers Creations ShenZhen Limited",
+ "345180": "Co., Ltd",
+ "345184": "Huawei Device Co., Ltd.",
+ "3451aa": "JID GLOBAL",
+ "3451c9": "Apple, Inc.",
+ "3453d2": "Sagemcom Broadband SAS",
+ "34543c": "TAKAOKA TOKO CO.,LTD.",
+ "345506": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "345594": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "3456fe": "Cisco Meraki",
+ "345760": "MitraStar Technology Corp.",
+ "345840": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34587c": "MIRAE INFORMATION TECHNOLOGY CO., LTD.",
+ "34588a": "Cisco Systems, Inc",
+ "345a06": "SHARP Corporation",
+ "345a18": "Alignment Engine Inc.",
+ "345a60": "Micro-Star INTL CO., LTD.",
+ "345aba": "tcloud intelligence",
+ "345b11": "EVI HEAT AB",
+ "345b98": "EM Microelectronic",
+ "345bbb": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "345c40": "Cargt Holdings LLC",
+ "345cf3": "Corp.",
+ "345d10": "Wytek",
+ "345d9e": "Sagemcom Broadband SAS",
+ "345da8": "Cisco Systems, Inc",
+ "345e08": "Roku, Inc",
+ "345ee7": "Hangzhou ChengFengErLai Digial Technology Co.,Ltd.",
+ "345f45": "Espressif Inc.",
+ "3460f9": "TP-Link Systems Inc",
+ "346178": "The Boeing Company",
+ "346288": "Cisco Systems, Inc",
+ "3462b4": "Sdn. Bhd.",
+ "3463d4": "BIONIX SUPPLYCHAIN TECHNOLOGIES SLU",
+ "3464a9": "Hewlett Packard",
+ "346679": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "346691": "Apple, Inc.",
+ "3466ea": "VERTU INTERNATIONAL CORPORATION LIMITED",
+ "34684a": "Teraworks Co., Ltd.",
+ "346893": "Tecnovideo Srl",
+ "346895": "Hon Hai Precision Ind. Co.,Ltd.",
+ "3468b5": "Texas Instruments",
+ "346987": "zte corporation",
+ "346ac2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "346b46": "Sagemcom Broadband SAS",
+ "346b5b": "New H3C Technologies Co., Ltd",
+ "346bd3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "346c0f": "Pramod Telecom Pvt. Ltd",
+ "346d9c": "Carrier Corporation",
+ "346e68": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "346e8a": "Ecosense",
+ "346e9d": "Ericsson AB",
+ "346f11": "Qingdao Zhipai Information Technology Co., Ltd.",
+ "346f24": "AzureWave Technology Inc.",
+ "346f71": "TenaFe Inc. ",
+ "346f90": "Cisco Systems, Inc",
+ "346f92": "White Rodgers Division",
+ "346fed": "Enovation Controls",
+ "347069": "Cisco Systems, Inc",
+ "347146": "Huawei Device Co., Ltd.",
+ "34732d": "Cisco Systems, Inc",
+ "34735a": "Dell Inc.",
+ "347379": "xFusion Digital Technologies Co., Limited",
+ "347563": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "3475c7": "Avaya Inc",
+ "3476c5": "I-O DATA DEVICE,INC.",
+ "347839": "zte corporation",
+ "347877": "Limited",
+ "3478d7": "Gionee Communication Equipment Co.,Ltd.",
+ "347916": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "347a60": "Commscope",
+ "347c25": "Apple, Inc.",
+ "347de4": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "347df6": "Intel Corporate",
+ "347e00": "Huawei Device Co., Ltd.",
+ "347e39": "Nokia Danmark A/S",
+ "347e5c": "Sonos, Inc.",
+ "347eca": "NEXTWILL",
+ "34800d": "Cavium Inc",
+ "3480b3": "Xiaomi Communications Co Ltd",
+ "348137": "UNICARD SA",
+ "3481c4": "AVM GmbH",
+ "3481f4": "SST Taiwan Ltd.",
+ "3482c5": "Samsung Electronics Co.,Ltd",
+ "3482de": "Kiio Inc",
+ "348302": "iFORCOM Co., Ltd",
+ "3483d5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "348446": "Ericsson AB",
+ "3484e4": "Texas Instruments",
+ "348511": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "348518": "Espressif Inc.",
+ "348584": "Extreme Networks Headquarters",
+ "34862a": "Heinz Lackmann GmbH & Co KG",
+ "34865d": "Espressif Inc.",
+ "3486da": "Honor Device Co., Ltd.",
+ "34873d": "Quectel Wireless Solutions Co.,Ltd.",
+ "348818": "Cisco Systems, Inc",
+ "34885d": "Logitech Far East",
+ "348a12": "Hewlett Packard Enterprise",
+ "348a7b": "Samsung Electronics Co.,Ltd",
+ "348aae": "Sagemcom Broadband SAS",
+ "348b75": "LIMITED",
+ "348c5e": "Apple, Inc.",
+ "348d13": "Silicon Laboratories",
+ "348d52": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "348e89": "Hangzhou BroadLink Technology Co., Ltd",
+ "348f27": "Ruckus Wireless",
+ "3490ea": "Murata Manufacturing Co., Ltd.",
+ "34916f": "UserGate Ltd.",
+ "3492c2": "Square Route Co., Ltd.",
+ "349342": "TTE Corporation",
+ "34936f": "Juniper Networks",
+ "349454": "Espressif Inc.",
+ "3495db": "Logitec Corporation",
+ "349671": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "349672": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "349677": "zte corporation",
+ "34976f": "Rootech, Inc.",
+ "3497d7": "NETWORK TECHNOLOGY CO.,LTD.",
+ "3497f6": "ASUSTek COMPUTER INC.",
+ "3497fb": "ADVANCED RF TECHNOLOGIES INC",
+ "34987a": "Espressif Inc.",
+ "3498b5": "NETGEAR",
+ "34996f": "VPI Engineering",
+ "349971": "Quanta Storage Inc.",
+ "3499d7": "Universal Flow Monitors, Inc.",
+ "349a0d": "ZBD Displays Ltd",
+ "349b5b": "Maquet GmbH",
+ "349d90": "Heinzmann GmbH & CO. KG",
+ "349e34": "Evervictory Electronic Co.Ltd",
+ "349f7b": "CANON INC.",
+ "34a183": "AWare, Inc",
+ "34a2a2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34a34e": "NevadaNano",
+ "34a395": "Apple, Inc.",
+ "34a3bf": "Terewave. Inc.",
+ "34a55d": "TECHNOSOFT INTERNATIONAL SRL",
+ "34a5b4": "NAVTECH PTE LTD",
+ "34a5e1": "Sensorist ApS",
+ "34a68c": "Shine Profit Development Limited",
+ "34a6ef": "Shenzhen Phaten Tech. LTD",
+ "34a709": "Trevil srl",
+ "34a7ba": "Fischer International Systems Corporation",
+ "34a843": "KYOCERA Display Corporation",
+ "34a84e": "Cisco Systems, Inc",
+ "34a8db": "SenArch ApS",
+ "34a8eb": "Apple, Inc.",
+ "34aa31": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "34aa8b": "Samsung Electronics Co.,Ltd",
+ "34aa99": "Nokia",
+ "34aaee": "Mikrovisatos Servisas UAB",
+ "34ab37": "Apple, Inc.",
+ "34ab95": "Espressif Inc.",
+ "34ac11": "China Mobile Group Device Co.,Ltd.",
+ "34ad61": "CELESTICA INC.",
+ "34ade4": "Shanghai Chint Power Systems Co., Ltd.",
+ "34af2c": "Nintendo Co., Ltd.",
+ "34afa3": "Recogni Inc",
+ "34afb3": "Amazon Technologies Inc.",
+ "34b1eb": "Apple, Inc.",
+ "34b1f7": "Texas Instruments",
+ "34b20a": "Huawei Device Co., Ltd.",
+ "34b354": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34b472": "Espressif Inc.",
+ "34b571": "PLDS",
+ "34b5a3": "CIG SHANGHAI CO LTD",
+ "34b5f3": "IEEE Registration Authority",
+ "34b7da": "Espressif Inc.",
+ "34b7fd": "Guangzhou Younghead Electronic Technology Co.,Ltd",
+ "34b883": "Cisco Systems, Inc",
+ "34b98d": "Xiaomi Communications Co Ltd",
+ "34ba38": "PAL MOHAN ELECTRONICS PVT LTD",
+ "34ba51": "Se-Kure Controls, Inc.",
+ "34ba75": "Everest Networks, Inc",
+ "34ba9a": "Asiatelco Technologies Co.",
+ "34bb1f": "BlackBerry RTS",
+ "34bb26": "Motorola Mobility LLC, a Lenovo Company",
+ "34bc5e": "eero inc.",
+ "34bca6": "Beijing Ding Qing Technology, Ltd.",
+ "34bd20": "Hangzhou Hikrobot Technology Co., Ltd.",
+ "34bdc8": "Cisco Systems, Inc",
+ "34bdf9": "Shanghai WDK Industrial Co.,Ltd.",
+ "34bdfa": "Cisco SPVTG",
+ "34be00": "Samsung Electronics Co.,Ltd",
+ "34bf90": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "34c059": "Apple, Inc.",
+ "34c0f9": "Rockwell Automation",
+ "34c103": "Hangzhou Huamu Technology Co.,Ltd.",
+ "34c1e9": "Ulak Communications Inc.",
+ "34c3ac": "Samsung Electronics Co.,Ltd",
+ "34c3d2": "FN-LINK TECHNOLOGY LIMITED",
+ "34c3fd": "Cisco Systems, Inc",
+ "34c459": "Texas Instruments",
+ "34c515": "Hewlett Packard Enterprise",
+ "34c5d0": "Hagleitner Hygiene International GmbH",
+ "34c69a": "Enecsys Ltd",
+ "34c6dd": "Hangzhou Ezviz Software Co.,Ltd.",
+ "34c731": "ALPSALPINE CO,.LTD",
+ "34c7e9": "Google, Inc.",
+ "34c803": "Nokia Corporation",
+ "34c8d6": "IEEE Registration Authority",
+ "34c93d": "Intel Corporate",
+ "34c99d": "EIDOLON COMMUNICATIONS TECHNOLOGY CO. LTD.",
+ "34c9f0": "LM Technologies Ltd",
+ "34ca81": "New H3C Intelligence Terminal Co., Ltd.",
+ "34cb1a": "Procter & Gamble Company",
+ "34cc28": "Nexpring Co. LTD.,",
+ "34cd6d": "CommSky Technologies",
+ "34cdb0": "Espressif Inc.",
+ "34cdbe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "34ce00": "XIAOMI Electronics,CO.,LTD",
+ "34ce69": "Nokia Solutions and Networks GmbH & Co. KG",
+ "34ce94": "Ltd",
+ "34cf6c": "Hangzhou Taili wireless communication equipment Co.,Ltd",
+ "34cfb5": "Robotic d.o.o.",
+ "34cff6": "Intel Corporate",
+ "34d09b": "MobilMAX Technology Inc.",
+ "34d0b8": "IEEE Registration Authority",
+ "34d262": "SZ DJI TECHNOLOGY CO.,LTD",
+ "34d270": "Amazon Technologies Inc.",
+ "34d2c4": "RENA GmbH Print Systeme",
+ "34d4e3": "Atom Power, Inc.",
+ "34d509": "Genexis B.V.",
+ "34d693": "Huawei Device Co., Ltd.",
+ "34d712": "Smartisan Digital Co., Ltd",
+ "34d72f": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "34d737": "IBG Industriebeteiligungsgesellschaft mbH &b Co. KG",
+ "34d772": "Xiamen Yudian Automation Technology Co., Ltd ",
+ "34d7b4": "Tributary Systems, Inc.",
+ "34d856": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "34d868": "Broadcom Limited",
+ "34d954": "WiBotic Inc.",
+ "34daa1": "Apple, Inc.",
+ "34dab7": "zte corporation",
+ "34dac1": "Co., Ltd.",
+ "34db9c": "Sagemcom Broadband SAS",
+ "34dbfd": "Cisco Systems, Inc",
+ "34dc99": "New H3C Technologies Co., Ltd",
+ "34dd04": "Minut AB",
+ "34dd7e": "Umeox Innovations Co.,Ltd",
+ "34de1a": "Intel Corporate",
+ "34de34": "zte corporation",
+ "34df20": "Shenzhen Comstar .Technology Co.,Ltd",
+ "34df2a": "Fujikon Industrial Co.,Limited",
+ "34e0cf": "zte corporation",
+ "34e0d7": "DONGGUAN QISHENG ELECTRONICS INDUSTRIAL CO., LTD",
+ "34e12d": "Intel Corporate",
+ "34e1a9": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "34e1d1": "IEEE Registration Authority",
+ "34e1d7": "NXP Semiconductors Taiwan Ltd.",
+ "34e2fd": "Apple, Inc.",
+ "34e380": "Genexis B.V.",
+ "34e3da": "Hoval Aktiengesellschaft",
+ "34e3fb": "Samsung Electronics Co.,Ltd",
+ "34e42a": "Automatic Bar Controls Inc.",
+ "34e5ec": "Palo Alto Networks",
+ "34e6ad": "Intel Corporate",
+ "34e6d7": "Dell Inc.",
+ "34e6e6": "LG Innotek",
+ "34e70b": "HAN Networks Co., Ltd",
+ "34e71c": "Shenzhen YOUHUA Technology Co., Ltd",
+ "34e894": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "34e911": "vivo Mobile Communication Co., Ltd.",
+ "34e9fe": "Metis Co., Ltd.",
+ "34ea10": "Orbic North America",
+ "34ea34": "HangZhou Gubei Electronics Technology Co.,Ltd",
+ "34eae7": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "34ecb6": "Phyplus Microelectronics Limited",
+ "34ed0b": "Shanghai XZ-COM.CO.,Ltd.",
+ "34ed1b": "Cisco Systems, Inc",
+ "34ee16": "Apple, Inc.",
+ "34ee2a": "ConMet",
+ "34ef44": "2Wire Inc",
+ "34ef8b": "NTT DOCOMO BUSINESS, Inc.",
+ "34efb6": "Edgecore Networks Corporation",
+ "34f043": "Samsung Electronics Co.,Ltd",
+ "34f0ca": "Shenzhen Linghangyuan Digital Technology Co.,Ltd.",
+ "34f150": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "34f223": "Fujian Newland Communication Science Technology Co.,Ltd.",
+ "34f39a": "Intel Corporate",
+ "34f39b": "WizLAN Ltd.",
+ "34f5d7": "Huawei Device Co., Ltd.",
+ "34f62d": "SHARP Corporation",
+ "34f64b": "Intel Corporate",
+ "34f68d": "Apple, Inc.",
+ "34f6d2": "Panasonic Taiwan Co.,Ltd.",
+ "34f716": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "34f86e": "Parker Hannifin Corporation",
+ "34f8e7": "Cisco Systems, Inc",
+ "34f968": "ATEK Products, LLC",
+ "34fa1c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "34fa40": "Guangzhou Robustel Technologies Co., Limited",
+ "34fa9f": "Ruckus Wireless",
+ "34fc6f": "ALCEA",
+ "34fc99": "SJIT Co., Ltd.",
+ "34fca1": "Micronet union Technology(Chengdu)Co., Ltd.",
+ "34fcb9": "Hewlett Packard Enterprise ",
+ "34fd6a": "Apple, Inc.",
+ "34fd70": "Intel Corporate",
+ "34fe1c": "CHOUNG HWA TECH CO.,LTD",
+ "34fe77": "Apple, Inc.",
+ "34fe9e": "Fujitsu Limited",
+ "34fec5": "Shenzhen Sunwoda intelligent hardware Co.,Ltd",
+ "34fff3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "380025": "Intel Corporate",
+ "380118": "ULVAC,Inc.",
+ "380146": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "380195": "Samsung Electronics Co.,Ltd",
+ "380197": "TSST Global,Inc",
+ "38019f": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "3802de": "Sercomm Corporation.",
+ "3802e3": "TECHNOLOGY CO.,LTD",
+ "380525": "IEEE Registration Authority",
+ "380546": "Foctek Photonics, Inc.",
+ "3805ac": "Piller Group GmbH",
+ "3806b4": "A.D.C. GmbH",
+ "3806e6": "Arcadyan Corporation",
+ "380716": "FREEBOX SAS",
+ "3807d4": "Zeppelin Systems GmbH",
+ "3808fd": "Silca Spa",
+ "3809a4": "Firefly Integrations",
+ "3809fb": "Apple, Inc.",
+ "380a0a": "Sky-City Communication and Electronics Limited Company",
+ "380a4f": "PRACHI ENTERPRISES",
+ "380a94": "Samsung Electronics Co.,Ltd",
+ "380aab": "Formlabs",
+ "380b26": "Mindray Co., Ltd.",
+ "380b3c": "Texas Instruments",
+ "380b40": "Samsung Electronics Co.,Ltd",
+ "380dd4": "Primax Electronics Ltd.",
+ "380e4d": "Cisco Systems, Inc",
+ "380e7b": "V.P.S. Thai Co., Ltd",
+ "380f4a": "Apple, Inc.",
+ "380fad": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "380fe4": "Dedicated Network Partners Oy",
+ "3810d5": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "3810f0": "Hewlett Packard Enterprise",
+ "38127b": "Crenet Labs Co., Ltd.",
+ "38141b": "Secure Letter Inc.",
+ "381428": "Dell Inc.",
+ "38144e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "38165a": "zte corporation",
+ "381672": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "3816d1": "Samsung Electronics Co.,Ltd",
+ "381730": "Ulrich Lippert GmbH & Co KG",
+ "381766": "PROMZAKAZ LTD.",
+ "3817b1": "Sagemcom Broadband SAS",
+ "3817c3": "Hewlett Packard Enterprise ",
+ "3817e1": "Vantiva USA LLC",
+ "38182b": "Espressif Inc.",
+ "38184c": "Sony Home Entertainment&Sound Products Inc",
+ "381868": "Intel Corporate",
+ "38192f": "Nokia Corporation",
+ "381a52": "Seiko Epson Corporation",
+ "381b9e": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "381c1a": "Cisco Systems, Inc",
+ "381c23": "Hilan Technology CO.,LTD",
+ "381c4a": "SIMCom Wireless Solutions Co.,Ltd.",
+ "381d14": "Skydio Inc.",
+ "381dd9": "FN-LINK TECHNOLOGY LIMITED",
+ "381ec7": "Corp.",
+ "381f26": "IEEE Registration Authority",
+ "381f8d": "Tuya Smart Inc.",
+ "382028": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "382056": "Cisco Systems, Inc",
+ "3820a8": "ColorTokens, Inc.",
+ "382187": "Midea Group Co., Ltd.",
+ "3821c7": "Hewlett Packard Enterprise",
+ "382228": "Telink Micro LLC",
+ "38229d": "ADB Broadband Italia",
+ "3822d6": "Hangzhou H3C Technologies Co., Limited",
+ "3822e2": "HP Inc.",
+ "3822f4": "Huawei Device Co., Ltd.",
+ "3824f1": "Private",
+ "38256b": "Microsoft Mobile Oy",
+ "3825f3": "Mellanox Technologies, Inc.",
+ "38262b": "UTran Technology",
+ "382656": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "3826cd": "ANDTEK",
+ "382835": "zte corporation",
+ "3828ea": "Fujian Netcom Technology Co., LTD",
+ "38295a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "3829dd": "ONvocal Inc",
+ "382a19": "Technica Engineering GmbH",
+ "382a8b": "nFore Technology Co., Ltd.",
+ "382a8c": "Limited",
+ "382b78": "ECO PLUGS ENTERPRISE CO., LTD",
+ "382c4a": "ASUSTek COMPUTER INC.",
+ "382ce5": "Tuya Smart Inc.",
+ "382dd1": "Samsung Electronics Co.,Ltd",
+ "382de8": "Samsung Electronics Co.,Ltd",
+ "38315a": "Rinnai",
+ "3831ac": "WEG",
+ "3835fb": "Sagemcom Broadband SAS",
+ "38378b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38384b": "vivo Mobile Communication Co., Ltd.",
+ "3838a6": "Arista Networks",
+ "38396c": "Huawei Device Co., Ltd.",
+ "38398f": "Silicon Laboratories",
+ "3839cd": "vivo Mobile Communication Co., Ltd.",
+ "383a21": "IEEE Registration Authority",
+ "383b26": "Jiangsu Qinheng Co., Ltd.",
+ "383bc8": "2Wire Inc",
+ "383c9c": "Fujian Newland Payment Technology Co.,Ltd.",
+ "383d5b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "383f10": "DBL Technology Ltd.",
+ "383fb3": "Vantiva USA LLC",
+ "383fe8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38420b": "Sonos, Inc.",
+ "384233": "Wildeboer Bauteile GmbH",
+ "3842a6": "Ingenieurbuero Stahlkopf",
+ "384369": "Patrol Products Consortium LLC",
+ "38437d": "Compal Broadband Networks, Inc.",
+ "3843e5": "Grotech Inc",
+ "38453b": "Ruckus Wireless",
+ "38454c": "Light Labs, Inc.",
+ "384554": "Harman/Becker Automotive Systems GmbH",
+ "38458c": "MyCloud Technology corporation",
+ "384608": "zte corporation",
+ "3847bc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3847f2": "Recogni Inc",
+ "38484c": "Apple, Inc.",
+ "384a80": "Samsung Electronics Co.,Ltd",
+ "384b24": "SIEMENS AG",
+ "384b5b": "ZTRON TECHNOLOGY LIMITED",
+ "384b76": "AIRTAME ApS",
+ "384c4f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "384c90": "Commscope",
+ "384dd2": "Huawei Device Co., Ltd.",
+ "384f49": "Juniper Networks",
+ "384ff0": "AzureWave Technology Inc.",
+ "38521a": "Nokia",
+ "385247": "Huawei Device Co., Ltd.",
+ "385319": "34ED LLC DBA Centegix",
+ "38539c": "Apple, Inc.",
+ "385439": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "38549b": "zte corporation",
+ "3854f5": "AltoBeam Inc.",
+ "385610": "CANDY HOUSE, Inc.",
+ "38563d": "Microsoft Corporation",
+ "3856b5": "Peerbridge Health Inc",
+ "38580c": "Panaccess Systems GmbH",
+ "3859f8": "MindMade Sp. z o.o.",
+ "3859f9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "385aa8": "Beijing Zhongdun Security Technology Development Co.",
+ "385b44": "Silicon Laboratories",
+ "385c76": "PLANTRONICS, INC.",
+ "385cfb": "Silicon Laboratories",
+ "385f66": "Cisco SPVTG",
+ "385fc3": "Yu Jeong System, Co.Ltd",
+ "386077": "PEGATRON CORPORATION",
+ "3861a5": "Grabango Co",
+ "386233": "Apple, Inc.",
+ "38637f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "3863bb": "Hewlett Packard",
+ "3863f6": "3NOD MULTIMEDIA(SHENZHEN)CO.,LTD",
+ "386407": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "386504": "Honor Device Co., Ltd.",
+ "3865b2": "Apple, Inc.",
+ "386645": "OOSIC Technology CO.,Ltd",
+ "3866f0": "Apple, Inc.",
+ "386793": "Asia Optical Co., Inc.",
+ "386893": "Intel Corporate",
+ "3868a4": "Samsung Electronics Co.,Ltd",
+ "3868be": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "3868dd": "INVENTEC CORPORATION",
+ "386a77": "Samsung Electronics Co.,Ltd",
+ "386b1c": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "386bbb": "Commscope",
+ "386c9b": "Ivy Biomedical",
+ "386e21": "Wasion Group Ltd.",
+ "386e88": "zte corporation",
+ "386ea2": "vivo Mobile Communication Co., Ltd.",
+ "386eb2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "386f6b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "38700c": "Commscope",
+ "3870f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3871de": "Apple, Inc.",
+ "3872c0": "Comtrend Corporation",
+ "3873ea": "IEEE Registration Authority",
+ "387605": "Inogeni",
+ "3876ca": "Shenzhen Smart Intelligent Technology Co.Ltd",
+ "3876d1": "Euronda SpA",
+ "387707": "AltoBeam Inc.",
+ "3877cd": "KOKUSAI ELECTRIC CORPORATION",
+ "387862": "Sony Corporation",
+ "387a0e": "Intel Corporate",
+ "387a3c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "387acc": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "387b01": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "387b47": "AKELA, Inc.",
+ "387c76": "Universal Global Scientific Industrial., Ltd",
+ "387f8b": "Apple, Inc.",
+ "3880df": "Motorola Mobility LLC, a Lenovo Company",
+ "3881d7": "Texas Instruments",
+ "388345": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "38839a": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "388479": "Cisco Meraki",
+ "388602": "Flexoptix GmbH",
+ "3886f7": "Google, Inc.",
+ "3887d5": "Intel Corporate",
+ "38881e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "388871": "ASKEY COMPUTER CORP",
+ "3888a4": "Apple, Inc.",
+ "38892c": "Apple, Inc.",
+ "3889dc": "Opticon Sensors Europe B.V.",
+ "388a06": "Samsung Electronics Co.,Ltd",
+ "388a21": "UAB Teltonika Telematics",
+ "388ab7": "ITC Networks",
+ "388abe": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "388b59": "Google, Inc.",
+ "388c50": "LG Electronics",
+ "388cef": "Samsung Electronics Co.,Ltd",
+ "388d3d": "WNC Corporation",
+ "388e7a": "AUTOIT",
+ "388ee7": "Fanhattan LLC",
+ "388f30": "Samsung Electronics Co.,Ltd",
+ "389052": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3890a5": "Cisco Systems, Inc",
+ "3890af": "zte corporation",
+ "389148": "zte corporation",
+ "3891b7": "Cisco Systems, Inc",
+ "3891d5": "Hangzhou H3C Technologies Co., Limited",
+ "3891fb": "Xenox Holding BV",
+ "389201": "Tianyi Telecom Terminals Company Limited",
+ "38922e": "ArrayComm",
+ "389231": "TECNO MOBILE LIMITED",
+ "389461": "Sdn. Bhd.",
+ "389496": "Samsung Electronics Co.,Ltd",
+ "3894e0": "Syrotech Networks. Ltd.",
+ "3894ed": "NETGEAR",
+ "389592": "Tendyron Corporation",
+ "3897a4": "ELECOM CO.,LTD.",
+ "3897d6": "Hangzhou H3C Technologies Co., Limited",
+ "3898d8": "MERITECH CO.,LTD",
+ "3898e9": "Huawei Device Co., Ltd.",
+ "389af6": "Samsung Electronics Co.,Ltd",
+ "389cb2": "Apple, Inc.",
+ "389d92": "Seiko Epson Corporation",
+ "389e4c": "Hewlett Packard Enterprise",
+ "389e80": "zte corporation",
+ "389f5a": "C-Kur TV Inc.",
+ "389f83": "OTN Systems N.V.",
+ "38a067": "Nokia Solutions and Networks GmbH & Co. KG",
+ "38a28c": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "38a44b": "Huawei Device Co., Ltd.",
+ "38a4ed": "Xiaomi Communications Co Ltd",
+ "38a53c": "COMECER Netherlands",
+ "38a5b6": "SHENZHEN MEGMEET ELECTRICAL CO.,LTD",
+ "38a5c9": "Tuya Smart Inc.",
+ "38a659": "Sagemcom Broadband SAS",
+ "38a6ce": "SKY UK LIMITED",
+ "38a746": "CO., LTD. ",
+ "38a851": "Quickset Defense Technologies, LLC",
+ "38a86b": "Orga BV",
+ "38a89b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "38a8cd": "IEEE Registration Authority",
+ "38a91c": "New H3C Technologies Co., Ltd",
+ "38a95f": "Actifio Inc",
+ "38a9ea": "HK DAPU ELECTRONIC TECHNOLOGY CO., LIMITED",
+ "38aa09": "Cisco Systems, Inc",
+ "38aa20": "zte corporation",
+ "38aa3c": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "38ab16": "NPO RTT LLC",
+ "38ab41": "Texas Instruments",
+ "38ac3d": "Nephos Inc",
+ "38acdd": "Valenco GmbH",
+ "38ad2b": "Hitron Technologies. Inc",
+ "38ad8e": "New H3C Technologies Co., Ltd",
+ "38adbe": "New H3C Technologies Co., Ltd",
+ "38af29": "Zhejiang Dahua Technology Co., Ltd.",
+ "38afd0": "Nevro",
+ "38afd7": "FUJITSU LIMITED",
+ "38b12d": "Sonotronic Nagel GmbH",
+ "38b19e": "IEEE Registration Authority",
+ "38b1db": "Hon Hai Precision Ind. Co.,Ltd.",
+ "38b3f7": "Huawei Device Co., Ltd.",
+ "38b4d3": "BSH Hausgeraete GmbH",
+ "38b54d": "Apple, Inc.",
+ "38b5bd": "E.G.O. Elektro-Ger",
+ "38b5c9": "INGRAM MICRO SERVICES",
+ "38b5d3": "SecuWorks",
+ "38b725": "Corporation",
+ "38b74d": "Fijowave Limited",
+ "38b800": "WNC Corporation",
+ "38b8eb": "IEEE Registration Authority",
+ "38b9af": "NXP Semiconductors Taiwan Ltd.",
+ "38bab0": "Broadcom",
+ "38baf8": "Intel Corporate",
+ "38bb23": "OzVision America LLC",
+ "38bb3c": "Avaya Inc",
+ "38bc01": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38bc1a": "MEIZU Technology Co., Ltd.",
+ "38bc61": "Starkoff Co., Ltd.",
+ "38bd7a": "Hewlett Packard Enterprise",
+ "38beab": "Inc.",
+ "38bf2f": "Espec Corp.",
+ "38bf33": "NEC CASIO Mobile Communications",
+ "38c096": "ALPSALPINE CO,.LTD",
+ "38c0ea": "Fortinet, Inc.",
+ "38c2ba": "CCTV NEOTECH",
+ "38c43a": "Apple, Inc.",
+ "38c4e8": "NSS Sp. z o.o.",
+ "38c6bd": "Xiaomi Communications Co Ltd",
+ "38c6ce": "Nintendo Co.,Ltd",
+ "38c70a": "WiFiSong",
+ "38c7ba": "CS Services Co.,Ltd.",
+ "38c804": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "38c85c": "Cisco SPVTG",
+ "38c986": "Apple, Inc.",
+ "38c9a9": "SMART High Reliability Solutions, Inc.",
+ "38ca73": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "38ca84": "HP Inc.",
+ "38ca97": "Contour Design LLC",
+ "38cada": "Apple, Inc.",
+ "38cd07": "Beijing FaceCam Technology Co., Ltd.",
+ "38d09c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38d135": "EasyIO Corporation Sdn. Bhd.",
+ "38d269": "Texas Instruments",
+ "38d2ca": "Zhejiang Tmall Technology Co., Ltd.",
+ "38d40b": "Samsung Electronics Co.,Ltd",
+ "38d518": "GooWi Wireless Technology Co., Limited",
+ "38d547": "ASUSTek COMPUTER INC.",
+ "38d57a": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "38d620": "Limidea Concept Pte. Ltd.",
+ "38d6e0": "TOPDON TECHNOLOGY Co.,Ltd.",
+ "38d7ca": "7HUGS LABS",
+ "38d82f": "zte corporation",
+ "38d9a5": "Mikotek Information Inc. ",
+ "38dbbb": "Sunbow Telecom Co., Ltd.",
+ "38de35": "GUANGZHOU YUANDIANHE COMMUNICATION TECHNOLOGY CO.,LTD",
+ "38de60": "Mohlenhoff GmbH",
+ "38dead": "Intel Corporate",
+ "38e08e": "Mitsubishi Electric Corporation",
+ "38e13d": "Apple, Inc.",
+ "38e1aa": "zte corporation",
+ "38e1f4": "Sagemcom Broadband SAS",
+ "38e26e": "ShenZhen Sweet Rain Electronics Co.,Ltd.",
+ "38e2c4": "Texas Instruments",
+ "38e2ca": "Katun Corporation",
+ "38e2dd": "zte corporation",
+ "38e39f": "Motorola Mobility LLC, a Lenovo Company",
+ "38e3c5": "Taicang T&W Electronics",
+ "38e563": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "38e595": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "38e60a": "Xiaomi Communications Co Ltd",
+ "38e7c0": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "38e7d8": "HTC Corporation",
+ "38e8df": "b gmbh medien + datenbanken",
+ "38e8ee": "Nanjing Youkuo Electric Technology Co., Ltd",
+ "38e98c": "Reco S.p.A.",
+ "38eaa7": "Hewlett Packard",
+ "38eb47": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38ec0d": "Apple, Inc.",
+ "38ec11": "Novatek Microelectronics Corp.",
+ "38ece4": "Samsung Electronics Co.,Ltd",
+ "38ed18": "Cisco Systems, Inc",
+ "38ee9d": "Anedo Ltd.",
+ "38efe3": "INGENICO TERMINALS SAS",
+ "38f098": "Vapor Stone Rail Systems",
+ "38f0bb": "CompuSoft A/S",
+ "38f0c8": "Logitech",
+ "38f135": "SensorTec-Canada",
+ "38f18f": "Technology Co., Ltd.",
+ "38f195": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38f20d": "Juniper Networks",
+ "38f23e": "Microsoft Mobile Oy",
+ "38f32e": "Skullcandy",
+ "38f33f": "TATSUNO CORPORATION",
+ "38f3ab": "Electronics Technology co., ltd",
+ "38f3fb": "Asperiq",
+ "38f45e": "H1-Radio co.,ltd",
+ "38f554": "HISENSE ELECTRIC CO.,LTD",
+ "38f557": "JOLATA, INC.",
+ "38f597": "home2net GmbH",
+ "38f601": "Solid State Storage Technology Corporation",
+ "38f6cf": "zte corporation",
+ "38f6ed": "EVK DI Kerschhaggl GmbH",
+ "38f708": "National Resource Management, Inc.",
+ "38f73d": "Amazon Technologies Inc.",
+ "38f7b2": "SEOJUN ELECTRIC",
+ "38f7cd": "IEEE Registration Authority",
+ "38f7f1": "Huawei Device Co., Ltd.",
+ "38f85e": "HUMAX Co., Ltd.",
+ "38f889": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38f8b7": "V2COM PARTICIPACOES S.A.",
+ "38f8ca": "OWIN Inc.",
+ "38f8f6": "Adtran Inc",
+ "38f9d3": "Apple, Inc.",
+ "38f9f5": "Garmin International",
+ "38faca": "Co.,Ltd",
+ "38fb14": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "38fc34": "Huawei Device Co., Ltd.",
+ "38fc98": "Intel Corporate",
+ "38fdf5": "Sdn. Bhd.",
+ "38fdf8": "Cisco Systems, Inc",
+ "38fdfe": "IEEE Registration Authority",
+ "38fec5": "Ellips B.V.",
+ "38ff13": "Joint Stock Company Research Instinite Masshtab",
+ "38ff36": "Ruckus Wireless",
+ "3c01ef": "Sony Corporation",
+ "3c0268": "Infinera, Inc.",
+ "3c02b1": "Creation Technologies LP",
+ "3c0461": "Commscope",
+ "3c04bf": "PRAVIS SYSTEMS Co.Ltd.,",
+ "3c0518": "Samsung Electronics Co.,Ltd",
+ "3c058e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c05ab": "Product Creation Studio",
+ "3c0630": "Apple, Inc.",
+ "3c0664": "Beijing Leagrid Technology Co.,Ltd.",
+ "3c06a7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "3c0754": "Apple, Inc.",
+ "3c0771": "Sony Corporation",
+ "3c07d7": "Apple, Inc.",
+ "3c081e": "Beijing Yupont Electric Power Technology Co.,Ltd",
+ "3c0868": "Power Plus Communications AG",
+ "3c08cd": "Juniper Networks",
+ "3c08f6": "Cisco Systems, Inc",
+ "3c096d": "Powerhouse Dynamics",
+ "3c0a7a": "Samsung Electronics Co.,Ltd",
+ "3c0af3": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "3c0b4f": "Intertech Services AG",
+ "3c0b59": "Tuya Smart Inc.",
+ "3c0c48": "Servergy, Inc.",
+ "3c0c7d": "Tiny Mesh AS",
+ "3c0cdb": "UNION MAN TECHNOLOGY CO.,LTD",
+ "3c0d2c": "Liquid-Markets GmbH",
+ "3c0e23": "Cisco Systems, Inc",
+ "3c0f02": "Espressif Inc.",
+ "3c0fc1": "KBC Networks",
+ "3c1040": "daesung network",
+ "3c1060": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "3c106f": "ALBAHITH TECHNOLOGIES ",
+ "3c10e6": "PHAZR Inc.",
+ "3c11b2": "Fraunhofer FIT",
+ "3c135a": "Xiaomi Communications Co Ltd",
+ "3c13bb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c13cc": "Cisco Systems, Inc",
+ "3c1512": "Shenzhen Huanhu Technology Co.,Ltd",
+ "3c15c2": "Apple, Inc.",
+ "3c15ea": "TESCOM CO., LTD.",
+ "3c15fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c1640": "Qingdao Haier Technology Co.,Ltd",
+ "3c1710": "Sagemcom Broadband SAS",
+ "3c189f": "Nokia Corporation",
+ "3c18a0": "Luxshare Precision Industry Company Limited",
+ "3c1915": "GFI Chrono Time",
+ "3c195e": "Samsung Electronics Co.,Ltd",
+ "3c197d": "Ericsson AB",
+ "3c19cb": "TECNO MOBILE LIMITED",
+ "3c1a0f": "ClearSky Data",
+ "3c1a57": "Cardiopulmonary Corp",
+ "3c1a65": "Nokia",
+ "3c1a79": "Huayuan Technology CO.,LTD",
+ "3c1a9e": "VitalThings AS",
+ "3c1bf8": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "3c1cbe": "JADAK LLC",
+ "3c1e04": "D-Link International",
+ "3c1e13": "HANGZHOU SUNRISE TECHNOLOGY CO., LTD",
+ "3c1eb5": "Apple, Inc.",
+ "3c2093": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "3c20f6": "Samsung Electronics Co.,Ltd",
+ "3c219c": "Intel Corporate",
+ "3c227f": "Quectel Wireless Solutions Co., Ltd.",
+ "3c22fb": "Apple, Inc.",
+ "3c240a": "Huawei Device Co., Ltd.",
+ "3c24f0": "IEEE Registration Authority",
+ "3c25d7": "Nokia Corporation",
+ "3c25f8": "Dell Inc.",
+ "3c26d5": "Sotera Wireless",
+ "3c26e4": "Cisco Systems, Inc",
+ "3c2763": "SLE quality engineering GmbH & Co. KG",
+ "3c286d": "Google, Inc.",
+ "3c2af4": "Brother Industries, LTD.",
+ "3c2c30": "Dell Inc.",
+ "3c2c94": "HangZhou Delan Technology Co.,Ltd)",
+ "3c2c99": "Edgecore Networks Corporation",
+ "3c2ca6": "Beijing Xiaomi Electronics Co.,Ltd",
+ "3c2d9e": "Vantiva - Connected Home",
+ "3c2db7": "Texas Instruments",
+ "3c2ef5": "Silicon Laboratories",
+ "3c2ef9": "Apple, Inc.",
+ "3c2eff": "Apple, Inc.",
+ "3c2f3a": "SFORZATO Corp.",
+ "3c300c": "Dewar Electronics Pty Ltd",
+ "3c306f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c3174": "Google, Inc.",
+ "3c3178": "Qolsys Inc.",
+ "3c318a": "Samsung Electronics Co.,Ltd",
+ "3c32b9": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "3c3300": "Shenzhen Bilian electronic CO.,LTD",
+ "3c3332": "D-Link Corporation",
+ "3c3464": "Apple, Inc.",
+ "3c3556": "Cognitec Systems GmbH",
+ "3c3576": "ITEL MOBILE LIMITED",
+ "3c363d": "Nokia Corporation",
+ "3c366a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c36e4": "Commscope",
+ "3c3712": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "3c3786": "NETGEAR",
+ "3c3824": "Xiaomi Communications Co Ltd",
+ "3c3888": "ConnectQuest, llc",
+ "3c38f4": "Sony Corporation",
+ "3c39a8": "Shenzhen Taichi Technology Limited",
+ "3c39c3": "JW Electronics Co., Ltd.",
+ "3c39c8": "Apple, Inc.",
+ "3c39e7": "IEEE Registration Authority",
+ "3c3a73": "Avaya Inc",
+ "3c3b4d": "Toyo Seisakusho Kaisha, Limited",
+ "3c3b77": "Apple, Inc.",
+ "3c3b99": "ITEL MOBILE LIMITED",
+ "3c3bad": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "3c3f51": "2CRSI",
+ "3c4015": "Co., Ltd.",
+ "3c404f": "GUANGDONG PISEN ELECTRONICS CO.,LTD",
+ "3c410e": "Cisco Systems, Inc",
+ "3c427e": "IEEE Registration Authority",
+ "3c438e": "Commscope",
+ "3c450b": "Sentry Equipment Corp.",
+ "3c457a": "SKY UK LIMITED",
+ "3c4645": "Shanghai Infinity Wireless Technologies Co.,Ltd.",
+ "3c46a1": "Ruckus Wireless",
+ "3c46d8": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "3c4711": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c479b": "Theissen Training Systems, Inc.",
+ "3c4937": "ASSMANN Electronic GmbH",
+ "3c4a92": "Hewlett Packard",
+ "3c4ac9": "Huawei Device Co., Ltd.",
+ "3c4c69": "Infinity System S.L.",
+ "3c4cd0": "CERAGON NETWORKS",
+ "3c4dbe": "Apple, Inc.",
+ "3c4e47": "Etronic A/S",
+ "3c4e56": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "3c5002": "Apple, Inc.",
+ "3c510e": "Cisco Systems, Inc",
+ "3c5282": "Hewlett Packard",
+ "3c52a1": "TP-Link Systems Inc",
+ "3c53d7": "CEDES AG",
+ "3c5447": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c5576": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "3c55db": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "3c566e": "Infinix mobility limited",
+ "3c5731": "Cisco Systems, Inc",
+ "3c574f": "China Mobile Group Device Co.,Ltd.",
+ "3c5765": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "3c576c": "Samsung Electronics Co.,Ltd",
+ "3c57bd": "Kessler Crane Inc.",
+ "3c57d5": "FiveCo",
+ "3c5836": "Sagemcom Broadband SAS",
+ "3c585d": "Sagemcom Broadband SAS",
+ "3c58c2": "Intel Corporate",
+ "3c591e": "Co., Ltd",
+ "3c59c0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c5a37": "Samsung Electronics Co.,Ltd",
+ "3c5ab4": "Google, Inc.",
+ "3c5cc3": "Shenzhen First Blue Chip Technology Ltd",
+ "3c5cc4": "Amazon Technologies Inc.",
+ "3c5cf1": "eero inc.",
+ "3c5d29": "Zhejiang Tmall Technology Co., Ltd.",
+ "3c5ec3": "Cisco Systems, Inc",
+ "3c5f01": "Synerchip Co., Ltd.",
+ "3c6104": "Juniper Networks",
+ "3c6105": "Espressif Inc.",
+ "3c6200": "Samsung Electronics Co.,Ltd",
+ "3c6278": "SHENZHEN JETNET TECHNOLOGY CO.,LTD.",
+ "3c62f0": "Sercomm Corporation.",
+ "3c64cf": "TP-Link Systems Inc",
+ "3c6716": "Lily Robotics",
+ "3c672c": "Sciovid Inc.",
+ "3c678c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c6816": "VXi Corporation",
+ "3c69d1": "ADC Automotive Distance Control System GmbH",
+ "3c6a2c": "IEEE Registration Authority",
+ "3c6a48": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "3c6a7d": "Niigata Power Systems Co., Ltd.",
+ "3c6a9d": "Dexatek Technology LTD.",
+ "3c6aa7": "Intel Corporate",
+ "3c6ad2": "TP-Link Systems Inc.",
+ "3c6d66": "NVIDIA Corporation",
+ "3c6d89": "Apple, Inc.",
+ "3c6e63": "Mitron OY",
+ "3c6f45": "Fiberpro Inc.",
+ "3c6f9b": "zte corporation",
+ "3c6fea": "Panasonic India Pvt. Ltd.",
+ "3c6ff7": "EnTek Systems, Inc.",
+ "3c7059": "MakerBot Industries",
+ "3c71bf": "Espressif Inc.",
+ "3c7437": "RIM",
+ "3c754a": "Commscope",
+ "3c7625": "zte corporation",
+ "3c7787": "Huawei Device Co., Ltd.",
+ "3c77e6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "3c7843": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c7873": "Airsonics",
+ "3c7895": "TP-Link Systems Inc.",
+ "3c792b": "Dongguan Auklink TechnologyCo.,Ltd",
+ "3c7a8a": "Commscope",
+ "3c7aaa": "China Dragon Technology Limited",
+ "3c7ac4": "Chemtronics",
+ "3c7af0": "ITEL MOBILE LIMITED",
+ "3c7c3f": "ASUSTek COMPUTER INC.",
+ "3c7d0a": "Apple, Inc.",
+ "3c7db1": "Texas Instruments",
+ "3c7f6f": "Telechips, Inc.",
+ "3c806b": "Hunan Voc Acoustics Technology Co., Ltd.",
+ "3c80aa": "Ransnet Singapore Pte Ltd",
+ "3c81d8": "Sagemcom Broadband SAS",
+ "3c82c0": "Vantiva USA LLC",
+ "3c831e": "CKD Corporation",
+ "3c8375": "Microsoft Corporation",
+ "3c83b5": "Advance Vision Electronics Co. Ltd.",
+ "3c8427": "Espressif Inc.",
+ "3c846a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "3c869a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c86a8": "Sangshin elecom .co,, LTD",
+ "3c86d1": "vivo Mobile Communication Co., Ltd.",
+ "3c894d": "Dr. Ing. h.c. F. Porsche AG",
+ "3c8970": "Neosfar",
+ "3c8994": "SKY UK LIMITED",
+ "3c89a6": "KAPELSE",
+ "3c8a1f": "Espressif Inc.",
+ "3c8ab0": "Juniper Networks",
+ "3c8ae5": "Co.,LTD",
+ "3c8b7f": "Cisco Systems, Inc",
+ "3c8bcd": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "3c8bfe": "Samsung Electronics Co.,Ltd",
+ "3c8c40": "Hangzhou H3C Technologies Co., Limited",
+ "3c8c93": "Juniper Networks",
+ "3c8cf8": "TRENDnet, Inc.",
+ "3c8d20": "Google, Inc.",
+ "3c8f06": "Shenzhen Libtor Technology Co.,Ltd",
+ "3c9066": "SmartRG, Inc.",
+ "3c90e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c912b": "Vexata Inc",
+ "3c9157": "Co.,Ltd",
+ "3c9174": "ALONG COMMUNICATION TECHNOLOGY",
+ "3c9180": "Liteon Technology Corporation",
+ "3c92dc": "Octopod Technology Co. Ltd.",
+ "3c93f4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c94d5": "Juniper Networks",
+ "3c94fd": "Mist Systems, Inc.",
+ "3c9509": "Liteon Technology Corporation",
+ "3c970e": "Wistron InfoComm(Kunshan)Co.,Ltd.",
+ "3c9722": "shenzhen worldelite electronics co., LTD",
+ "3c977e": "IPS Technology Limited",
+ "3c9872": "Sercomm Corporation.",
+ "3c98bf": "Quest Controls, Inc.",
+ "3c996d": "Marelli Europe s.p.a.",
+ "3c998c": "Houwa System Design Corp.",
+ "3c99f7": "Lansentechnology AB",
+ "3c9a77": "Vantiva USA LLC",
+ "3c9bc6": "Huawei Device Co., Ltd.",
+ "3c9bd6": "Vizio, Inc",
+ "3c9c0f": "Intel Corporate",
+ "3c9d56": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3c9ec7": "SKY UK LIMITED",
+ "3c9f81": "Shenzhen CATIC Bit Communications Technology Co.,Ltd",
+ "3c9fc3": "Beijing Sinead Technology Co., Ltd. ",
+ "3c9fcd": "Shenzhen Neoway Technology Co.,Ltd.",
+ "3ca067": "Liteon Technology Corporation",
+ "3ca070": "Blink by Amazon ",
+ "3ca10d": "Samsung Electronics Co.,Ltd",
+ "3ca161": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3ca2c3": "vivo Mobile Communication Co., Ltd.",
+ "3ca308": "Texas Instruments",
+ "3ca315": "Bless Information & Communications Co., Ltd",
+ "3ca31a": "Oilfind International LLC",
+ "3ca348": "vivo Mobile Communication Co., Ltd.",
+ "3ca37e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3ca581": "vivo Mobile Communication Co., Ltd.",
+ "3ca616": "vivo Mobile Communication Co., Ltd.",
+ "3ca62f": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "3ca6f6": "Apple, Inc.",
+ "3ca72b": "LTD",
+ "3ca7ae": "zte corporation",
+ "3ca80a": "vivo Mobile Communication Co., Ltd.",
+ "3ca82a": "Hewlett Packard",
+ "3ca8ed": "smart light technology",
+ "3ca916": "Huawei Device Co., Ltd.",
+ "3ca9ab": "Nintendo Co.,Ltd",
+ "3ca9f4": "Intel Corporate",
+ "3caa3f": "iKey, Ltd.",
+ "3cab72": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "3cab8e": "Apple, Inc.",
+ "3cae69": "ESA Elektroschaltanlagen Grimma GmbH",
+ "3cafb7": "Xiaomi Communications Co Ltd",
+ "3cb07e": "Arounds Intelligent Equipment Co., Ltd.",
+ "3cb0ed": "Nothing Technology Limited",
+ "3cb15b": "Avaya Inc",
+ "3cb17f": "Wattwatchers Pty Ld",
+ "3cb233": "Huawei Device Co., Ltd.",
+ "3cb43d": "SZ Tenveo video technology co., Ltd",
+ "3cb53d": "HUNAN GOKE MICROELECTRONICS CO.,LTD",
+ "3cb6b7": "vivo Mobile Communication Co., Ltd.",
+ "3cb6e7": "Handheld Scientific, Inc.",
+ "3cb72b": "PLUMgrid Inc",
+ "3cb74b": "Vantiva USA LLC",
+ "3cb792": "Hitachi Maxell, Ltd., Optronics Division",
+ "3cb87a": "Private",
+ "3cb8d6": "Bluebank Communication Technology Co.,Ltd.",
+ "3cb9a6": "Belden Deutschland GmbH",
+ "3cbb73": "Shenzhen Xinguodu Technology Co., Ltd.",
+ "3cbbfd": "Samsung Electronics Co.,Ltd",
+ "3cbcd0": "zte corporation",
+ "3cbd14": "Diebold Nixdorf",
+ "3cbd3e": "Beijing Xiaomi Electronics Co., Ltd.",
+ "3cbd69": "Nokia Shanghai Bell Co., Ltd.",
+ "3cbdc5": "Arcadyan Corporation",
+ "3cbdd8": "LG ELECTRONICS INC",
+ "3cbee1": "NIKON CORPORATION",
+ "3cbf60": "Apple, Inc.",
+ "3cc03e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3cc079": "Shenzhen One-Nine Intelligent Electronic Science and Technology Co., Ltd",
+ "3cc0c6": "d&b audiotechnik GmbH",
+ "3cc12c": "AES Corporation",
+ "3cc1f6": "Melange Systems Pvt. Ltd.",
+ "3cc243": "Nokia Corporation",
+ "3cc2e1": "XINHUA CONTROL ENGINEERING CO.,LTD",
+ "3cc5c7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3cc5dd": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "3cc683": "Sichuan AI-Link Technology Co., Ltd.",
+ "3cc786": "DONGGUAN HUARONG COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "3cc99e": "Huiyang Technology Co., Ltd",
+ "3cca61": "TECNO MOBILE LIMITED",
+ "3cca87": "Iders Incorporated",
+ "3ccb4d": "Avikus Co., Ltd",
+ "3ccb7c": "TCT mobile ltd",
+ "3ccd36": "Apple, Inc.",
+ "3ccd40": "Apple, Inc.",
+ "3ccd57": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "3ccd5a": "Technische Alternative GmbH",
+ "3ccd5d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3ccd73": "Nebula Electronic Technology Corporation",
+ "3ccd93": "LG ELECTRONICS INC",
+ "3cce0d": "Shenzhen juduoping Technology Co.,Ltd",
+ "3cce15": "Mercedes-Benz USA, LLC",
+ "3cce73": "Cisco Systems, Inc",
+ "3ccf5b": "ICOMM HK LIMITED",
+ "3ccfb4": "Co., Ltd.",
+ "3cd0f8": "Apple, Inc.",
+ "3cd16e": "Telepower Communication Co., Ltd",
+ "3cd1c9": "Groupe SEB",
+ "3cd2e5": "New H3C Technologies Co., Ltd",
+ "3cd4d6": "WirelessWERX, Inc",
+ "3cd7da": "SK Mtek microelectronics(shenzhen)limited",
+ "3cd92b": "Hewlett Packard",
+ "3cd9ce": "Eclipse WiFi",
+ "3cda2a": "zte corporation",
+ "3cda6d": "Tiandy Technologies CO.,LTD",
+ "3cdc03": "IEEE Registration Authority",
+ "3cdc75": "Espressif Inc.",
+ "3cdcbc": "Samsung Electronics Co.,Ltd",
+ "3cdd57": "Apple, Inc.",
+ "3cdd89": "SOMO HOLDINGS & TECH. CO.,LTD.",
+ "3cdf1e": "Cisco Systems, Inc",
+ "3cdfa9": "Commscope",
+ "3cdfbd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3ce002": "Texas Instruments",
+ "3ce038": "Omnifi Inc.",
+ "3ce064": "Texas Instruments",
+ "3ce072": "Apple, Inc.",
+ "3ce1a1": "Universal Global Scientific Industrial., Ltd",
+ "3ce36b": "Zhejiang Dahua Technology Co., Ltd.",
+ "3ce3e7": "China Mobile Group Device Co.,Ltd.",
+ "3ce441": "Amazon Technologies Inc.",
+ "3ce4b0": "Texas Instruments",
+ "3ce5a6": "Hangzhou H3C Technologies Co., Limited",
+ "3ce5b4": "KIDASEN INDUSTRIA E COMERCIO DE ANTENAS LTDA",
+ "3ce624": "LG Display ",
+ "3ce824": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3ce86e": "Hewlett Packard Enterprise",
+ "3ce90e": "Espressif Inc.",
+ "3ce9f7": "Intel Corporate",
+ "3cea4f": "2Wire Inc",
+ "3ceaf9": "JUBIXCOLTD",
+ "3ceafb": "NSE AG",
+ "3cecde": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "3cecef": "Super Micro Computer, Inc.",
+ "3cef42": "TCT mobile ltd",
+ "3cef8c": "Zhejiang Dahua Technology Co., Ltd.",
+ "3cf011": "Intel Corporate",
+ "3cf083": "Arcadyan Corporation",
+ "3cf341": "Hosenso GmbH & Co. KG",
+ "3cf392": "Virtualtek. Co. Ltd",
+ "3cf4f9": "Moda-InnoChips",
+ "3cf52c": "DSPECIALISTS GmbH",
+ "3cf591": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "3cf5cc": "New H3C Technologies Co., Ltd",
+ "3cf652": "zte corporation",
+ "3cf692": "Huawei Device Co., Ltd.",
+ "3cf72a": "Nokia Corporation",
+ "3cf748": "Shenzhen Linsn Technology Development Co.,Ltd",
+ "3cf7a4": "Samsung Electronics Co.,Ltd",
+ "3cf7d1": "OMRON Corporation",
+ "3cf808": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3cf862": "Intel Corporate",
+ "3cf9f0": "zte corporation",
+ "3cfa06": "Microsoft Corporation",
+ "3cfa30": "Palo Alto Networks",
+ "3cfa43": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3cfa80": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "3cfad3": "IEEE Registration Authority",
+ "3cfb5c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "3cfb96": "Emcraft Systems LLC",
+ "3cfdfe": "Intel Corporate",
+ "3cfeac": "Cisco Systems, Inc",
+ "3cffd8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4000e0": "Derek(Shaoguan)Limited",
+ "400107": "Arista Corp",
+ "40017a": "Cisco Systems, Inc",
+ "4001c6": "3COM EUROPE LTD",
+ "400326": "LTD.",
+ "40040c": "A&T",
+ "400589": "T-Mobile, USA",
+ "400634": "Huawei Device Co., Ltd.",
+ "4006a0": "Texas Instruments",
+ "4006d5": "Cisco Systems, Inc",
+ "4007c0": "Railtec Systems GmbH",
+ "400d10": "Commscope",
+ "400e67": "Tremol Ltd.",
+ "400ef3": "zte corporation",
+ "400fc1": "Vantiva USA LLC",
+ "4010ed": "G.Tech Technology Ltd.",
+ "401175": "IEEE Registration Authority",
+ "4011c3": "Samsung Electronics Co.,Ltd",
+ "4011dc": "Sonance",
+ "4012e4": "Compass-EOS",
+ "4013d9": "Global ES",
+ "401482": "Cisco Systems, Inc",
+ "4014ad": "Huawei Device Co., Ltd.",
+ "401597": "Protect America, Inc.",
+ "40163b": "Samsung Electronics Co.,Ltd",
+ "40167e": "ASUSTek COMPUTER INC.",
+ "40169f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "4016fa": "EKM Metering",
+ "4017e2": "INTAI TECHNOLOGY CORP.",
+ "4017f6": "TKH SECURITY,S.L.U.",
+ "4018b1": "Extreme Networks Headquarters",
+ "4018d7": "Smartronix, Inc.",
+ "401920": "Movon Corporation",
+ "401a58": "WNC Corporation",
+ "401b5f": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "401c83": "Intel Corporate",
+ "401cd4": "Huawei Device Co., Ltd.",
+ "401d59": "Biometric Associates, LP",
+ "402230": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "4022d8": "Espressif Inc.",
+ "4022ed": "Digital Projection Ltd",
+ "402343": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "4024b2": "Sichuan AI-Link Technology Co., Ltd.",
+ "4024d2": "Huawei Device Co., Ltd.",
+ "402508": "Highway 9 Networks, Inc.",
+ "4025c2": "Intel Corporate",
+ "402619": "Apple, Inc.",
+ "402641": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "40268e": "Shenzhen Photon Leap Technology Co., Ltd.",
+ "40270b": "Mobileeco Co., Ltd",
+ "4027a8": "Cisco Meraki",
+ "402814": "RFI Engineering",
+ "402a8f": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "402b50": "Commscope",
+ "402b69": "Kumho Electric Inc.",
+ "402ba1": "Sony Corporation",
+ "402c76": "IEEE Registration Authority",
+ "402cf4": "Universal Global Scientific Industrial., Ltd",
+ "402e28": "MiXTelematics",
+ "402e71": "Texas Instruments",
+ "402f51": "Maxtek Optoelectronics Ltd",
+ "402f86": "LG Innotek",
+ "403004": "Apple, Inc.",
+ "403059": "Silicon Laboratories",
+ "403067": "Ltd",
+ "40311b": "Genbyte Technology Inc.",
+ "40313c": "XIAOMI Electronics,CO.,LTD",
+ "40329d": "Union Image Co.,Ltd",
+ "403306": "Taicang T&W Electronics",
+ "40331a": "Apple, Inc.",
+ "40336c": "Godrej & Boyce Mfg. co. ltd",
+ "4035e6": "Samsung Electronics Co.,Ltd",
+ "403668": "E&B TELECOM",
+ "4036b7": "Juniper Networks",
+ "4037ad": "Macro Image Technology, Inc.",
+ "403b7b": "Huawei Device Co., Ltd.",
+ "403cfc": "Apple, Inc.",
+ "403dec": "HUMAX Co., Ltd.",
+ "403e22": "VusionGroup",
+ "403f43": "Extreme Networks Headquarters",
+ "403f8c": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "404022": "ZIV",
+ "404028": "ZIV",
+ "40406b": "Icomera",
+ "40406c": "Icomera",
+ "4040a7": "Sony Corporation",
+ "404101": "Rockwell Automation",
+ "40410d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "404229": "Layer3TV, Inc",
+ "404244": "Cisco Systems, Inc",
+ "4044ce": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4044f7": "Nintendo Co.,Ltd",
+ "4044fd": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "4045a0": "vivo Mobile Communication Co., Ltd.",
+ "4045c4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4045da": "Co., Ltd.",
+ "40475e": "eero inc.",
+ "40476a": "Astro Gaming",
+ "40486e": "Nokia Solutions and Networks GmbH & Co. KG",
+ "4048fd": "IEEE Registration Authority",
+ "40490f": "Hon Hai Precision Ind. Co.,Ltd.",
+ "40497c": "eero inc.",
+ "40498a": "Synapticon GmbH",
+ "404a03": "Zyxel Communications Corporation",
+ "404a18": "Addrek Smart Solutions",
+ "404ad4": "Widex A/S",
+ "404c77": "Commscope",
+ "404cca": "Espressif Inc.",
+ "404d7f": "Apple, Inc.",
+ "404d8e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "404e36": "HTC Corporation",
+ "404eeb": "Higher Way Electronic Co., Ltd.",
+ "404f42": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4050b5": "Shenzhen New Species Technology Co., Ltd.",
+ "4050e0": "Milton Security Group LLC",
+ "40516c": "Grandex International Corporation",
+ "40520d": "Pico Technology",
+ "405493": "zte corporation",
+ "4054e4": "Wearsafe Labs Inc",
+ "405539": "Cisco Systems, Inc",
+ "405548": "Quectel Wireless Solutions Co.,Ltd.",
+ "405582": "Nokia",
+ "40560c": "In Home Displays Ltd",
+ "40562d": "Smartron India Pvt ltd",
+ "405662": "GuoTengShengHua Electronics LTD.",
+ "405846": "vivo Mobile Communication Co., Ltd.",
+ "405899": "Logitech Far East",
+ "405a9b": "ANOVO",
+ "405b7f": "Broadcom Limited",
+ "405bd8": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "405cfd": "Dell Inc.",
+ "405d82": "NETGEAR",
+ "405ecf": "Esconet Technologies Limited",
+ "405ee1": "Shenzhen H&T Intelligent Control Co.,Ltd.",
+ "405ef6": "Samsung Electronics Co.,Ltd",
+ "405f7d": "TCT mobile ltd",
+ "405fbe": "RIM",
+ "405fc2": "Texas Instruments",
+ "40605a": "Hawkeye Tech Co. Ltd",
+ "406186": "MICRO-STAR INT'L CO.,LTD",
+ "40618e": "Stella-Green Co",
+ "406231": "GIFA",
+ "406234": "Co., Ltd.",
+ "4062b6": "Tele system communication",
+ "4062ea": "China Mobile Group Device Co.,Ltd.",
+ "4062ee": "Chicony Electronics Co., Ltd.",
+ "4064a4": "THE FURUKAWA ELECTRIC CO., LTD",
+ "4064dc": "X-speed lnformation Technology Co.,Ltd",
+ "4065a3": "Sagemcom Broadband SAS",
+ "40667a": "mediola - connected living AG",
+ "40679b": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "406826": "Thales UK Limited",
+ "406918": "EM Microelectronic",
+ "406a8e": "Hangzhou Puwell OE Tech Ltd.",
+ "406aab": "RIM",
+ "406c8f": "Apple, Inc.",
+ "406f27": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "406f2a": "BlackBerry RTS",
+ "407009": "Commscope",
+ "40704a": "Power Idea Technology Limited",
+ "407074": "Co., Ltd",
+ "4070a5": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "4070f5": "Apple, Inc.",
+ "407183": "Juniper Networks",
+ "407218": "Tonly Technology Co. Ltd ",
+ "40734d": "New H3C Technologies Co., Ltd",
+ "407496": "aFUN TECHNOLOGY INC.",
+ "4074e0": "Intel Corporate",
+ "4075c3": "Vantiva USA LLC",
+ "4076a9": "Huawei Device Co., Ltd.",
+ "4077a9": "New H3C Technologies Co., Ltd",
+ "40786a": "Motorola Mobility LLC, a Lenovo Company",
+ "407875": "IMBEL - Industria de Material Belico do Brasil",
+ "407911": "Apple, Inc.",
+ "407912": "Texas Instruments",
+ "407a80": "Nokia Corporation",
+ "407aa4": "ZHEJIANG DAHUA TECHNOLOGYCO.,LTD",
+ "407b1b": "Mettle Networks Inc.",
+ "407c7d": "Nokia",
+ "407d0f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "407f5f": "Juniper Networks",
+ "407fe0": "Limited",
+ "4080e1": "FN-LINK TECHNOLOGY Ltd.",
+ "408256": "Continental Automotive GmbH",
+ "40827b": "STMicroelectronics Rousset SAS",
+ "40831d": "Apple, Inc.",
+ "4083de": "Zebra Technologies Inc",
+ "408432": "Microchip Technology Inc.",
+ "408493": "Clavister AB",
+ "408556": "Continental Automotive Romania SLR",
+ "40862e": "JDM MOBILE INTERNET SOLUTION CO., LTD.",
+ "4086cb": "D-Link Corporation",
+ "4087e5": "Wu Qi Technologies,Inc.",
+ "408805": "Motorola Mobility LLC, a Lenovo Company",
+ "40882f": "Extreme Networks Headquarters",
+ "4088e0": "Beijing Ereneben Information Technology Limited Shenzhen Branch",
+ "4089a8": "WiredIQ, LLC",
+ "4089c6": "Amazon Technologies Inc.",
+ "408a9a": "TITENG CO., Ltd.",
+ "408b07": "Actiontec Electronics, Inc",
+ "408bf6": "Shenzhen TCL New Technology Co., Ltd",
+ "408c1f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "408c4c": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "408d5c": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "408e2c": "Microsoft Corporation",
+ "408edf": "Huawei Device Co., Ltd.",
+ "408ef6": "Infinix mobility limited",
+ "408f9a": "KanEL Sweden AB",
+ "408f9d": "Juniper Networks",
+ "409151": "Espressif Inc.",
+ "40921a": "Apple, Inc.",
+ "409249": "Shanghai Baud Data Communication Co.,Ltd.",
+ "409505": "ACOINFO TECHNOLOGY CO.,LTD",
+ "409558": "Aisino Corporation",
+ "409595": "TP-Link Systems Inc.",
+ "4095bd": "NTmore.Co.,Ltd",
+ "4097d1": "BK Electronics cc",
+ "40984c": "Casacom Solutions AG",
+ "40984e": "Texas Instruments",
+ "40987b": "Aisino Corporation",
+ "4098ad": "Apple, Inc.",
+ "409922": "AzureWave Technology Inc.",
+ "4099e3": "Guangzhou Mudi Information Technology Co., Ltd",
+ "4099f6": "Co.,Ltd",
+ "409a30": "TECNO MOBILE LIMITED",
+ "409b0d": "Shenzhen Yourf Kwan Industrial Co., Ltd",
+ "409b21": "Nokia",
+ "409bcd": "D-Link International",
+ "409c28": "Apple, Inc.",
+ "409ca6": "Curvalux",
+ "409ca7": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "409ea4": "Juniper Networks",
+ "409f38": "AzureWave Technology Inc.",
+ "409f87": "Limited",
+ "409fc7": "BAEKCHUN I&C Co., Ltd.",
+ "40a108": "Mobility Technologies Communication Co., Ltd.",
+ "40a2db": "Amazon Technologies Inc.",
+ "40a3cc": "Intel Corporate",
+ "40a53b": "Nokia",
+ "40a5ef": "Shenzhen Four Seas Global Link Network Technology Co., Ltd.",
+ "40a63d": "SignalFire Telemetry",
+ "40a677": "Juniper Networks",
+ "40a6a4": "PassivSystems Ltd",
+ "40a6b7": "Intel Corporate",
+ "40a6d9": "Apple, Inc.",
+ "40a6e8": "Cisco Systems, Inc",
+ "40a786": "TECNO MOBILE LIMITED",
+ "40a8f0": "Hewlett Packard",
+ "40a93f": "Pivotal Commware, Inc.",
+ "40a9cf": "Amazon Technologies Inc.",
+ "40aa56": "China Dragon Technology Limited",
+ "40ac8d": "Data Management, Inc.",
+ "40acbf": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "40ae30": "TP-Link Systems Inc",
+ "40b02f": "Miele & Cie. KG",
+ "40b034": "Hewlett Packard",
+ "40b076": "ASUSTek COMPUTER INC.",
+ "40b0a1": "VALCOM CO.,LTD.",
+ "40b15c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "40b215": "Extreme Networks Headquarters",
+ "40b2c8": "Nortel Networks",
+ "40b30e": "Sdn. Bhd.",
+ "40b31e": "Universal Electronics, Inc.",
+ "40b395": "Apple, Inc.",
+ "40b3cd": "Chiyoda Electronics Co.,Ltd.",
+ "40b3fa": "Apple, Inc.",
+ "40b3fc": "Logital Co. Limited ",
+ "40b4cd": "Amazon Technologies Inc.",
+ "40b4f0": "Juniper Networks",
+ "40b5c1": "Cisco Systems, Inc",
+ "40b607": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "40b688": "LEGIC Identsystems AG",
+ "40b6b1": "SUNGSAM CO,.Ltd",
+ "40b6e7": "Huawei Device Co., Ltd.",
+ "40b70e": "Huawei Device Co., Ltd.",
+ "40b7f3": "Commscope",
+ "40b7fc": "Phyplus Microelectronics Limited",
+ "40b82d": "Ruckus Wireless",
+ "40b837": "Sony Corporation",
+ "40b89a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "40b8c2": "OSMOZIS",
+ "40b93c": "Hewlett Packard Enterprise ",
+ "40ba61": "ARIMA Communications Corp.",
+ "40bb56": "TeraNXT Global India Pvt Ltd.",
+ "40bc60": "Apple, Inc.",
+ "40bc68": "Funshion Online Technologies Co.,Ltd",
+ "40bc73": "Cronoplast S.L.",
+ "40bc8b": "itelio GmbH",
+ "40bd32": "Texas Instruments",
+ "40bd9e": "Physio-Control, Inc",
+ "40beee": "Shenzhen Yunding Information Technology Co.,Ltd",
+ "40bf17": "Digistar Telecom. SA",
+ "40c02f": "Actiontec Electronics Inc.",
+ "40c0ee": "365mesh Pty Ltd",
+ "40c1f6": "Shenzhen Jingxun Technology Co., Ltd.",
+ "40c245": "Shenzhen Hexicom Technology Co., Ltd.",
+ "40c2ba": "CO., LTD. ",
+ "40c3bc": "Huawei Device Co., Ltd.",
+ "40c3c6": "SnapRoute",
+ "40c48c": "N-iTUS CO.,LTD.",
+ "40c4d6": "ChongQing Camyu Technology Development Co.,Ltd.",
+ "40c62a": "Shanghai Jing Ren Electronic Technology Co., Ltd.",
+ "40c711": "Apple, Inc.",
+ "40c729": "Sagemcom Broadband SAS",
+ "40c73c": "Intel Corporate",
+ "40c7c9": "Naviit Inc.",
+ "40c81f": "Shenzhen Xinguodu Technology Co., Ltd.",
+ "40c8cb": "AM Telecom co., Ltd.",
+ "40ca63": "Seongji Industry Company",
+ "40cba8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "40cbc0": "Apple, Inc.",
+ "40cd3a": "Z3 Technology",
+ "40cd7a": "Qingdao Hisense Communications Co.,Ltd.",
+ "40ce24": "Cisco Systems, Inc",
+ "40d133": "Intel Corporate",
+ "40d160": "Apple, Inc.",
+ "40d25f": "ITEL MOBILE LIMITED",
+ "40d28a": "Nintendo Co., Ltd.",
+ "40d32d": "Apple, Inc.",
+ "40d357": "Ison Technology Co., Ltd.",
+ "40d3ae": "Samsung Electronics Co.,Ltd",
+ "40d40e": "Biodata Ltd",
+ "40d4bd": "SK Networks Service CO., LTD.",
+ "40d4f6": "Honor Device Co., Ltd.",
+ "40d521": "LG Innotek",
+ "40d559": "MICRO S.E.R.I.",
+ "40d563": "HANA Electronics",
+ "40d63c": "Equitech Industrial(DongGuan)Co.,Ltd",
+ "40d855": "IEEE Registration Authority",
+ "40d95a": "AMPAK Technology,Inc.",
+ "40da5c": "Apple, Inc.",
+ "40dc9d": "HAJEN",
+ "40dca5": "Huawei Device Co., Ltd.",
+ "40ddd1": "Beautiful Card Corporation",
+ "40de17": "Shenzhen Lanfeng Times Industrial Co.,Ltd.",
+ "40de24": "Samsung Electronics Co.,Ltd",
+ "40dead": "Juniper Networks",
+ "40df02": "LINE BIZ Plus",
+ "40e11c": "shenzhen Cloud High Communication Technology Co.,Ltd",
+ "40e171": "Jiangsu Huitong Group Co.,Ltd.",
+ "40e1e4": "Nokia Solutions and Networks GmbH & Co. KG",
+ "40e230": "AzureWave Technology Inc.",
+ "40e317": "Extreme Networks Headquarters",
+ "40e3d6": "Hewlett Packard Enterprise",
+ "40e64b": "Apple, Inc.",
+ "40e730": "DEY Storage Systems, Inc.",
+ "40e793": "Shenzhen Siviton Technology Co.,Ltd",
+ "40eace": "FOUNDER BROADBAND NETWORK SERVICE CO.,LTD",
+ "40eb21": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "40ec99": "Intel Corporate",
+ "40ecf8": "Siemens AG",
+ "40ed00": "TP-Link Systems Inc",
+ "40ed98": "IEEE Registration Authority",
+ "40edcf": "Apple, Inc.",
+ "40ee15": "Ltd.",
+ "40eebe": "LTD.",
+ "40eedd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "40ef4c": "Fihonest communication co.,Ltd",
+ "40f02f": "Liteon Technology Corporation",
+ "40f04e": "Sdn. Bhd.",
+ "40f078": "Cisco Systems, Inc",
+ "40f14c": "ISE Europe SPRL",
+ "40f201": "Sagemcom Broadband SAS",
+ "40f21c": "Zhone Technologies, Inc.",
+ "40f2e9": "IBM",
+ "40f308": "Murata Manufacturing Co., Ltd.",
+ "40f385": "IEEE Registration Authority",
+ "40f3b0": "Texas Instruments",
+ "40f407": "Nintendo Co., Ltd.",
+ "40f413": "Rubezh",
+ "40f420": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "40f49f": "Cisco Systems, Inc",
+ "40f4c9": "FN-LINK TECHNOLOGY Ltd.",
+ "40f4ec": "Cisco Systems, Inc",
+ "40f4fd": "UNION MAN TECHNOLOGY CO.,LTD",
+ "40f520": "Espressif Inc.",
+ "40f52e": "AG",
+ "40f6bc": "Amazon Technologies Inc.",
+ "40f8df": "CANON INC.",
+ "40f946": "Apple, Inc.",
+ "40f9d5": "Tecore Networks",
+ "40fa7f": "Preh Car Connect GmbH",
+ "40fafe": "Motorola Mobility LLC, a Lenovo Company",
+ "40fc89": "Commscope",
+ "40fdf3": "AMPAK Technology,Inc.",
+ "40fe0d": "MAXIO",
+ "40fe95": "New H3C Technologies Co., Ltd",
+ "40ff40": "GloquadTech",
+ "440010": "Apple, Inc.",
+ "440049": "Amazon Technologies Inc.",
+ "44004d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4401bb": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "44032c": "Intel Corporate",
+ "440377": "IEEE Registration Authority",
+ "4403a7": "Cisco Systems, Inc",
+ "440444": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "44053f": "Sagemcom Broadband SAS",
+ "4405b8": "Huawei Device Co., Ltd.",
+ "4405e8": "twareLAB",
+ "44070b": "Google, Inc.",
+ "4409b8": "CO., LTD.",
+ "4409c6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4409da": "Apple, Inc.",
+ "440bab": "Positivo Tecnologia S.A.",
+ "440cee": "Robert Bosch Elektronikai Kft.",
+ "440cfd": "NetMan Co., Ltd.",
+ "4410fe": "Huizhou Foryou General Electronics Co., Ltd.",
+ "441102": "EDMI Europe Ltd",
+ "441146": "The Chamberlain Group, Inc",
+ "4411c2": "Telegartner Karl Gartner GmbH",
+ "441244": "Hewlett Packard Enterprise",
+ "441319": "WKK TECHNOLOGY LTD.",
+ "4413d0": "zte corporation",
+ "441441": "AudioControl Inc.",
+ "441524": "Sagemcom Broadband SAS",
+ "441622": "Microsoft Corporation",
+ "441690": "Wuxi Ranke Technology Co., Ltd.",
+ "4416fa": "Samsung Electronics Co.,Ltd",
+ "441793": "Espressif Inc.",
+ "441847": "HUNAN SCROWN ELECTRONIC INFORMATION TECH.CO.,LTD",
+ "44184f": "Fitview",
+ "4418fd": "Apple, Inc.",
+ "4419b6": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "441a4c": "xFusion Digital Technologies Co.,Ltd.",
+ "441a84": "Quectel Wireless Solutions Co.,Ltd.",
+ "441aac": "Elektrik Uretim AS EOS",
+ "441afa": "New H3C Technologies Co., Ltd",
+ "441b88": "Apple, Inc.",
+ "441c12": "Vantiva USA LLC",
+ "441c7f": "Motorola Mobility LLC, a Lenovo Company",
+ "441ca8": "Hon Hai Precision Ind. Co.,Ltd.",
+ "441d64": "Espressif Inc.",
+ "441db1": "APTIV SERVICES US, LLC",
+ "441e91": "ARVIDA Intelligent Electronics Technology Co.,Ltd.",
+ "441e98": "Ruckus Wireless",
+ "441ea1": "Hewlett Packard",
+ "442063": "Continental Automotive Technologies GmbH",
+ "44227c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "442295": "China Mobile Iot Limited company",
+ "4422f1": "S.FAC, INC",
+ "44237c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "4423aa": "Farmage Co., Ltd.",
+ "4425bb": "Bamboo Entertainment Corporation",
+ "44272e": "Huawei Device Co., Ltd.",
+ "442745": "LG Innotek",
+ "4427f3": "70mai Co.,Ltd.",
+ "4428a3": "Jiangsu fulian Communication Technology Co., Ltd.",
+ "44291e": "Inc.",
+ "442938": "NietZsche enterprise Co.Ltd.",
+ "442a60": "Apple, Inc.",
+ "442aff": "E3 Technology, Inc.",
+ "442b03": "Cisco Systems, Inc",
+ "442c05": "AMPAK Technology, Inc.",
+ "44303f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "443192": "Hewlett Packard",
+ "44322a": "Avaya Inc",
+ "443262": "zte corporation",
+ "4432c2": "GOAL Co., Ltd.",
+ "4432c8": "Vantiva USA LLC",
+ "44334c": "Shenzhen Bilian electronic CO.,LTD",
+ "44348f": "MXT INDUSTRIAL LTDA",
+ "4434a7": "Commscope",
+ "44356f": "Neterix Ltd",
+ "443583": "Apple, Inc.",
+ "4435b9": "NetComm Wireless Pty Ltd",
+ "4435d3": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "443659": "Robert Bosch GmbH",
+ "44365d": "Shenzhen HippStor Technology Co., Ltd",
+ "443708": "MRV Comunications",
+ "44370b": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "443719": "2 Save Energy Ltd",
+ "44376f": "Young Electric Sign Co",
+ "4437e6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "443839": "Cumulus Networks, inc",
+ "44388c": "Sumitomo Electric Industries, Ltd",
+ "4438e8": "Intel Corporate",
+ "4438f3": "EM Microelectronic",
+ "4439aa": "G.Tech Technology Ltd.",
+ "4439c4": "Universal Global Scientific Industrial., Ltd",
+ "443b14": "MitraStar Technology Corp.",
+ "443b32": "Intelbras",
+ "443c88": "FICOSA MAROC INTERNATIONAL",
+ "443c9c": "Pintsch GmbH",
+ "443d21": "Nuvolt",
+ "443d54": "Amazon Technologies Inc.",
+ "443e07": "Electrolux",
+ "443e8a": "Texas Instruments",
+ "443eb2": "DEOTRON Co., LTD.",
+ "4441f0": "zte corporation",
+ "444201": "Amazon Technologies Inc.",
+ "44422f": "TESTOP CO.,LTD.",
+ "444450": "OttoQ",
+ "44456f": "SHENZHEN ONEGA TECHNOLOGY CO.,LTD",
+ "444648": "Hon Hai Precision Industry Co.,LTD",
+ "444687": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "4447cc": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "444891": "HDMI Licensing, LLC",
+ "4448b9": "MitraStar Technology Corp.",
+ "4448c1": "Hewlett Packard Enterprise ",
+ "4448ff": "Qingdao Haier Technology Co.,Ltd",
+ "444963": "Woven By Toyota U.S., Inc.",
+ "444988": "Intel Corporate",
+ "444a37": "Xiaomi Communications Co Ltd",
+ "444a65": "Silverflare Ltd.",
+ "444ab0": "Zhejiang Moorgen Intelligence Technology Co., Ltd",
+ "444ad6": "Shenzhen Rinocloud Technology Co.,Ltd.",
+ "444adb": "Apple, Inc.",
+ "444b5d": "GE Healthcare",
+ "444b7e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "444c0c": "Apple, Inc.",
+ "444ca8": "Arista Networks",
+ "444e1a": "Samsung Electronics Co.,Ltd",
+ "444e6d": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "444f5e": "Pan Studios Co.,Ltd.",
+ "444f8e": "WiZ",
+ "4451db": "Raytheon BBN Technologies",
+ "4454c0": "Thompson Aerospace",
+ "4455b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4455c4": "Huawei Device Co., Ltd.",
+ "44568d": "PNC Technologies Co., Ltd.",
+ "4456b7": "Spawn Labs, Inc",
+ "4456e2": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "445829": "Cisco SPVTG",
+ "445925": "Square Inc.",
+ "445943": "zte corporation",
+ "44599f": "Criticare Systems, Inc",
+ "4459e3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "445adf": "MIKAMI & CO., LTD.",
+ "445bed": "Hewlett Packard Enterprise",
+ "445ce9": "Samsung Electronics Co.,Ltd",
+ "445d5e": "SHENZHEN Coolkit Technology CO.,LTD",
+ "445ecd": "Razer Inc",
+ "445ef3": "Tonalite Holding B.V.",
+ "445f7a": "Shihlin Electric & Engineering Corp.",
+ "445f8c": "Intercel Group Limited",
+ "446132": "ecobee inc",
+ "44619c": "FONsystem co. ltd.",
+ "446246": "Comat AG",
+ "446370": "Electronics Technology co., ltd",
+ "44643c": "Cisco Systems, Inc",
+ "44650d": "Amazon Technologies Inc.",
+ "44656a": "Industry Co., Ltd",
+ "44657f": "Calix Inc.",
+ "4465e0": "Co., Ltd",
+ "44666e": "IP-LINE",
+ "4466fc": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "446747": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "446752": "CORPORATION",
+ "446755": "Orbit Irrigation",
+ "44680c": "Wacom Co.,Ltd.",
+ "4468ab": "JUIN COMPANY, LIMITED",
+ "446a2e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "446ab7": "Commscope",
+ "446b1f": "Texas Instruments",
+ "446c24": "Reallin Electronic Co.,Ltd",
+ "446d05": "NoTraffic",
+ "446d57": "Liteon Technology Corporation",
+ "446d6c": "Samsung Electronics Co.,Ltd",
+ "446d7f": "Amazon Technologies Inc.",
+ "446ee5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "446fd8": "IEEE Registration Authority",
+ "446ff8": "Dyson Limited",
+ "44700b": "IFFU",
+ "447098": "LIMITED",
+ "447147": "Beijing Xiaomi Electronics Co.,Ltd",
+ "4471b3": "Logitech Far East",
+ "4472ac": "AltoBeam Inc.",
+ "4473d6": "Logitech",
+ "44746c": "Sony Corporation",
+ "447609": "New H3C Technologies Co., Ltd",
+ "447654": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4476e7": "TECNO MOBILE LIMITED",
+ "44783e": "Samsung Electronics Co.,Ltd",
+ "447bbb": "Shenzhen YOUHUA Technology Co., Ltd",
+ "447bc4": "DualShine Technology(SZ)Co.,Ltd",
+ "447c7f": "Innolight Technology Corporation",
+ "447da5": "CO.,LTD",
+ "447e76": "Pte Ltd",
+ "447e95": "Alpha and Omega, Inc",
+ "447f77": "Connected Home",
+ "4480eb": "Motorola Mobility LLC, a Lenovo Company",
+ "4482e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "448312": "Star-Net",
+ "448500": "Intel Corporate",
+ "448502": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "4485da": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "4486c1": "Siemens Low Voltage & Products",
+ "448723": "HOYA SERVICE CORPORATION",
+ "448763": "FN-LINK TECHNOLOGY Ltd.",
+ "4487db": "Co., Ltd.",
+ "4487fc": "Elitegroup Computer Systems Co.,Ltd.",
+ "448816": "Cisco Systems, Inc",
+ "4488be": "Texas Instruments",
+ "4488cb": "Camco Technologies NV",
+ "44896d": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "448a5b": "Micro-Star INT'L CO., LTD.",
+ "448c00": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "448c52": "KTIS CO., Ltd",
+ "448cab": "Beijing Flitlink Vientiane Technology Co., LTD",
+ "448dbf": "Rhino Mobility LLC",
+ "448dd5": "Cisco Systems, Inc",
+ "448e12": "DT Research, Inc.",
+ "448e81": "VIG",
+ "448eec": "China Mobile Group Device Co.,Ltd.",
+ "448f17": "Samsung Electronics Co., Ltd. ARTIK",
+ "449046": "Honor Device Co., Ltd.",
+ "4490bb": "Apple, Inc.",
+ "449160": "Murata Manufacturing Co., Ltd.",
+ "44917c": "HMD Global Oy",
+ "4491db": "Shanghai Huaqin Telecom Technology Co.,Ltd",
+ "4494fc": "NETGEAR",
+ "44953b": "RLTech India Private Limited",
+ "4495fa": "Qingdao Santong Digital Technology Co.Ltd",
+ "44962b": "Aidon Oy",
+ "44975a": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "449b78": "The Now Factory",
+ "449bc1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "449cb5": "Alcomp, Inc",
+ "449e8b": "Apple, Inc.",
+ "449ef9": "vivo Mobile Communication Co., Ltd.",
+ "449f46": "Huawei Device Co., Ltd.",
+ "449f7f": "DataCore Software Corporation",
+ "449fda": "Silicon Laboratories",
+ "44a038": "Huawei Device Co., Ltd.",
+ "44a10e": "Apple, Inc.",
+ "44a191": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44a3bb": "Intel Corporate",
+ "44a3c7": "zte corporation",
+ "44a42d": "TCT mobile ltd",
+ "44a466": "GROUPE LDLC",
+ "44a54e": "Qorvo International Pte. Ltd.",
+ "44a56e": "NETGEAR",
+ "44a61e": "INGRAM MICRO SERVICES",
+ "44a642": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "44a689": "PROMAX ELECTRONICA SA",
+ "44a6e5": "THINKING TECHNOLOGY CO.,LTD",
+ "44a7cf": "Murata Manufacturing Co., Ltd.",
+ "44a7f4": "Apple, Inc.",
+ "44a842": "Dell Inc.",
+ "44a8c2": "SEWOO TECH CO., LTD",
+ "44a8fc": "Apple, Inc.",
+ "44a92c": "IEEE Registration Authority",
+ "44aa27": "udworks Co., Ltd.",
+ "44aa50": "Juniper Networks",
+ "44aae8": "Nanotec Electronic GmbH & Co. KG",
+ "44aaf5": "Commscope",
+ "44ac85": "eero inc.",
+ "44ad19": "XINGFEI (H.K)LIMITED ",
+ "44adb1": "Sagemcom Broadband SAS",
+ "44add9": "Cisco Systems, Inc",
+ "44ae25": "Cisco Systems, Inc",
+ "44ae44": "Huawei Device Co., Ltd.",
+ "44aeab": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "44af28": "Intel Corporate",
+ "44b295": "Sichuan AI-Link Technology Co., Ltd.",
+ "44b32d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "44b382": "Kuang-chi Institute of Advanced Technology",
+ "44b3c5": "Huawei Device Co., Ltd.",
+ "44b412": "SIUS AG",
+ "44b423": "HANWHA VISION VIETNAM COMPANY LIMITED",
+ "44b433": "tide.co.,ltd",
+ "44b462": "Pvt Ltd",
+ "44b4b2": "Amazon Technologies Inc.",
+ "44b59c": "Tenet Networks Private Limited",
+ "44b6be": "Cisco Systems, Inc",
+ "44b7d0": "Microchip Technology Inc.",
+ "44b994": "Douglas Lighting Controls",
+ "44ba46": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "44bb3b": "Google, Inc.",
+ "44bdde": "BHTC GmbH",
+ "44be0b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44bfe3": "Shenzhen Longtech Electronics Co.,Ltd",
+ "44c15c": "Texas Instruments",
+ "44c20c": "Cisco Systems, Inc",
+ "44c233": "Guangzhou Comet Technology Development Co.Ltd",
+ "44c306": "SIFROM Inc.",
+ "44c346": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44c39b": "OOO RUBEZH NPO",
+ "44c3b6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44c4a9": "Opticom Communication, LLC",
+ "44c532": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44c56f": "Electronic Co., Ltd",
+ "44c63c": "Samsung Electronics Co.,Ltd",
+ "44c65d": "Apple, Inc.",
+ "44c69b": "Wuhan Feng Tian Information Network CO.,LTD",
+ "44c7fc": "Huawei Device Co., Ltd.",
+ "44c874": "China Mobile Group Device Co.,Ltd.",
+ "44c9a2": "Greenwald Industries",
+ "44cb8b": "LG Innotek",
+ "44cbad": "Xiaomi Communications Co Ltd",
+ "44cd0e": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "44ce3a": "Jiangsu Huacun Electronic Technology Co., Ltd.",
+ "44ce7d": "SFR",
+ "44d15e": "Shanghai Kingto Information Technology Ltd",
+ "44d1fa": "Shenzhen Yunlink Technology Co., Ltd",
+ "44d244": "Seiko Epson Corporation",
+ "44d267": "Snorble",
+ "44d2ca": "Anvia TV Oy",
+ "44d3ad": "Shenzhen TINNO Mobile Technology Corp.",
+ "44d3ca": "Cisco Systems, Inc",
+ "44d437": "Inteno Broadband Technology AB",
+ "44d453": "Sagemcom Broadband SAS",
+ "44d454": "Sagemcom Broadband SAS",
+ "44d465": "NXP Semiconductors Taiwan Ltd.",
+ "44d47f": "INGENICO TERMINALS SAS",
+ "44d4e0": "Sony Corporation",
+ "44d506": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "44d5a5": "AddOn Computer",
+ "44d5c1": "EM Microelectronic",
+ "44d5cc": "Amazon Technologies Inc.",
+ "44d5f2": "IEEE Registration Authority",
+ "44d63d": "Talari Networks",
+ "44d6e1": "Snuza International Pty. Ltd.",
+ "44d77e": "Robert Bosch GmbH",
+ "44d791": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44d832": "AzureWave Technology Inc.",
+ "44d878": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "44d884": "Apple, Inc.",
+ "44d980": "EVERYBOT INC.",
+ "44d9e7": "Ubiquiti Inc",
+ "44da30": "Apple, Inc.",
+ "44db60": "Nanjing Baihezhengliu Technology Co., Ltd",
+ "44dbd2": "NETWORK TECHNOLOGY CO.,LTD.",
+ "44dc4e": "ITEL MOBILE LIMITED",
+ "44dc91": "PLANEX COMMUNICATIONS INC.",
+ "44dccb": "SEMINDIA SYSTEMS PVT LTD",
+ "44df65": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "44e08e": "Cisco SPVTG",
+ "44e137": "Commscope",
+ "44e2f1": "NewRadio Technologies Co. , Ltd.",
+ "44e2f8": "Silicon Laboratories",
+ "44e49a": "OMNITRONICS PTY LTD",
+ "44e4d9": "Cisco Systems, Inc",
+ "44e4e6": "Extreme Networks Headquarters",
+ "44e4ee": "WNC Corporation",
+ "44e517": "Intel Corporate",
+ "44e59b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44e64a": "Shenzhen iComm Semiconductor CO.,LTD",
+ "44e66e": "Apple, Inc.",
+ "44e6b0": "China Mobile IOT Company Limited",
+ "44e761": "Infinix mobility limited",
+ "44e8a5": "Myreka Technologies Sdn. Bhd.",
+ "44e968": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "44e9dd": "Sagemcom Broadband SAS",
+ "44ea30": "Samsung Electronics Co.,Ltd",
+ "44ea4b": "Actlas Inc.",
+ "44ead8": "Texas Instruments",
+ "44eb2e": "ALPSALPINE CO,.LTD",
+ "44ecce": "Juniper Networks",
+ "44ed57": "Longicorn, inc.",
+ "44ee02": "MTI Ltd.",
+ "44ee14": "Texas Instruments",
+ "44ee30": "Budelmann Elektronik GmbH",
+ "44efbf": "China Dragon Technology Limited",
+ "44efcf": "UGENE SOLUTION inc.",
+ "44f034": "Kaon Group Co., Ltd.",
+ "44f09e": "Apple, Inc.",
+ "44f21b": "Apple, Inc.",
+ "44f436": "zte corporation",
+ "44f459": "Samsung Electronics Co.,Ltd",
+ "44f477": "Juniper Networks",
+ "44f4e7": "Cohesity Inc",
+ "44f53e": "Earda Technologies co Ltd",
+ "44f770": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "44f79f": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "44f849": "Union Pacific Railroad",
+ "44f971": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "44fa66": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "44fb42": "Apple, Inc.",
+ "44fb5a": "zte corporation",
+ "44fda3": "Everysight LTD.",
+ "44fe3b": "Arcadyan Corporation",
+ "44feef": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "44ffba": "zte corporation",
+ "480020": "Hewlett Packard Enterprise",
+ "480031": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "480033": "Vantiva USA LLC",
+ "48007d": "DTS ELEKTRONIK SAN. TIC. LTD. STI.",
+ "4800b3": "Cisco Systems, Inc",
+ "4801c5": "Co., Ltd",
+ "48022a": "B-Link Electronic Limited",
+ "480234": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "480286": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "4802af": "Telit Communication s.p.a",
+ "480362": "DESAY ELECTRONICS(HUIZHOU)CO.,LTD",
+ "48049f": "ELECOM CO., LTD",
+ "480560": "Meta Platforms, Inc.",
+ "4805e2": "Huawei Device Co., Ltd.",
+ "48062b": "Private",
+ "48066a": "Tempered Networks, Inc.",
+ "4808eb": "IEEE Registration Authority",
+ "480bb2": "IEEE Registration Authority",
+ "480c49": "NAKAYO Inc",
+ "480e13": "ittim",
+ "480eec": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "480fcf": "Hewlett Packard",
+ "481063": "NTT Innovation Institute, Inc.",
+ "481249": "Luxcom Technologies Inc.",
+ "481258": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48128f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48137e": "Samsung Electronics Co.,Ltd",
+ "4813f3": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "481693": "Lear Corporation GmbH",
+ "48174c": "MicroPower technologies",
+ "481842": "Shanghai Winaas Co. Equipment Co. Ltd.",
+ "48188d": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "4818fa": "Nocsys",
+ "481a84": "Pointer Telocation Ltd",
+ "481b40": "Vantiva USA LLC",
+ "481ba4": "Cisco Systems, Inc",
+ "481bd2": "Intron Scientific co., ltd.",
+ "481cb9": "SZ DJI TECHNOLOGY CO.,LTD",
+ "481d70": "Cisco SPVTG",
+ "481f2d": "Shenzhen Jie Shi Lian Industrial Co.,LTD",
+ "481f66": "China Mobile Group Device Co.,Ltd.",
+ "48210b": "PEGATRON CORPORATION",
+ "48216c": "China Mobile IOT Company Limited",
+ "482218": "Shenzhen Yipingfang Network Technology Co., Ltd.",
+ "482254": "TP-Link Systems Inc",
+ "482335": "Dialog Semiconductor Hellas SA",
+ "482567": "Poly",
+ "4825f3": "Huawei Device Co., Ltd.",
+ "48262c": "Apple, Inc.",
+ "48264c": "Co., Ltd.",
+ "4826e8": "Tek-Air Systems, Inc.",
+ "482759": "Levven Electronics Ltd.",
+ "4827c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4827e2": "Espressif Inc.",
+ "4827ea": "Samsung Electronics Co.,Ltd",
+ "48282f": "zte corporation",
+ "482952": "Sagemcom Broadband SAS",
+ "4829d6": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4829e4": "AO ",
+ "482ae3": "Wistron InfoComm(Kunshan)Co.,Ltd.",
+ "482ca0": "Xiaomi Communications Co Ltd",
+ "482cd0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "482cea": "Motorola Inc Business Light Radios",
+ "482d63": "Wavarts Technologies Co., Ltd",
+ "482e72": "Cisco Systems, Inc",
+ "482f6b": "Hewlett Packard Enterprise",
+ "482fd7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "483133": "Robert Bosch Elektronika Kft.",
+ "483177": "Nintendo Co.,Ltd",
+ "4831b7": "Espressif Inc.",
+ "4831db": "Huawei Device Co., Ltd.",
+ "4833dd": "ZENNIO AVANCE Y TECNOLOGIA, S.L.",
+ "48343d": "IEP GmbH",
+ "48352b": "Apple, Inc.",
+ "48352e": "Shenzhen Wolck Network Product Co.,LTD",
+ "483543": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "483584": "Huawei Device Co., Ltd.",
+ "48365f": "Wintecronics Ltd.",
+ "483871": "Huawei Device Co., Ltd.",
+ "4838b6": "Auhui Taoyun Technology Co., Ltd",
+ "483974": "Proware Technologies Co., Ltd.",
+ "483a02": "Fortinet, Inc.",
+ "483b38": "Apple, Inc.",
+ "483c0c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "483d32": "Syscor Controls & Automation",
+ "483e5e": "TECHNOLOGIES CORPORATION",
+ "483fda": "Espressif Inc.",
+ "483fe9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48417b": "Nokia Solutions and Networks GmbH & Co. KG",
+ "48435a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48437c": "Apple, Inc.",
+ "4843dd": "Amazon Technologies Inc.",
+ "484487": "Cisco SPVTG",
+ "4844f7": "Samsung Electronics Co.,Ltd",
+ "484520": "Intel Corporate",
+ "4845cf": "LLC Proizvodstvennaya Kompania TransService",
+ "4845e6": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "48468d": "Zepcam B.V.",
+ "4846c1": "FN-LINK TECHNOLOGY LIMITED",
+ "4846f1": "Uros Oy",
+ "4846fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48474b": "Huawei Device Co., Ltd.",
+ "484982": "Huawei Device Co., Ltd.",
+ "484996": "Huawei Device Co., Ltd.",
+ "4849c7": "Samsung Electronics Co.,Ltd",
+ "484a30": "George Robotics Limited",
+ "484ae9": "Hewlett Packard Enterprise ",
+ "484baa": "Apple, Inc.",
+ "484bd4": "Vantiva USA LLC",
+ "484c29": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "484c86": "Huawei Device Co., Ltd.",
+ "484d7e": "Dell Inc.",
+ "484efc": "Commscope",
+ "485073": "Microsoft Corporation",
+ "485169": "Samsung Electronics Co.,Ltd",
+ "4851b7": "Intel Corporate",
+ "4851c5": "Intel Corporate",
+ "4851cf": "Intelbras",
+ "4851d0": "Jiangsu Xinsheng Intelligent Technology Co., Ltd. ",
+ "485261": "SOREEL",
+ "485415": "NET RULES TECNOLOGIA EIRELI",
+ "485519": "Espressif Inc.",
+ "485541": "Iskratel d.o.o.",
+ "48555c": "Wu Qi Technologies,Inc.",
+ "48555e": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "48555f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "485702": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4857d2": "Broadcom Limited",
+ "4857dd": "Facebook Inc",
+ "4859a4": "zte corporation",
+ "485a0d": "Juniper Networks",
+ "485a3f": "WISOL",
+ "485a67": "Shaanxi Ruixun Electronic Information Technology Co., Ltd",
+ "485ab6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "485aea": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "485b39": "ASUSTek COMPUTER INC.",
+ "485c2c": "Earda Technologies co Ltd",
+ "485d35": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "485d36": "Verizon ",
+ "485d60": "AzureWave Technology Inc.",
+ "485deb": "Just Add Power",
+ "485ded": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "485e0e": "IEEE Registration Authority",
+ "485f08": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "485f2d": "Amazon Technologies Inc.",
+ "485f99": "Limited",
+ "485fdf": "zte corporation",
+ "4860bc": "Apple, Inc.",
+ "4861a3": "Concern Axion JSC",
+ "4861ee": "Samsung Electronics Co.,Ltd",
+ "486264": "Arlo Technology",
+ "486276": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "486345": "Huawei Device Co., Ltd.",
+ "4865ee": "IEEE Registration Authority",
+ "486834": "Silicon Motion, Inc.",
+ "48684a": "Intel Corporate",
+ "486b2c": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "486b91": "Fleetwood Group Inc.",
+ "486dbb": "Vestel Elektronik San ve Tic. A.S.",
+ "486e70": "Zhejiang Tmall Technology Co., Ltd.",
+ "486e73": "Pica8, Inc.",
+ "486efb": "Davit System Technology Co., Ltd.",
+ "486f33": "KYUNGWOO.SYSTEM, INC.",
+ "486fd2": "StorSimple Inc",
+ "48701e": "Texas Instruments",
+ "48706f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "487119": "SGB GROUP LTD.",
+ "487310": "Juniper Networks",
+ "487397": "New H3C Technologies Co., Ltd",
+ "4873cb": "Tiinlab Corporation",
+ "487410": "Cisco Systems, Inc",
+ "487412": "Co., Ltd",
+ "48746e": "Apple, Inc.",
+ "487583": "Intellion AG",
+ "487604": "Private",
+ "487706": "LTD.",
+ "487746": "Calix Inc.",
+ "4877bd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "48785e": "Amazon Technologies Inc.",
+ "48794d": "Samsung Electronics Co.,Ltd",
+ "487a55": "ALE International",
+ "487ada": "Hangzhou H3C Technologies Co., Limited",
+ "487af6": "NCS ELECTRICAL SDN BHD",
+ "487aff": "ESSYS",
+ "487b2f": "Microsoft Corporation",
+ "487b5e": "SMT TELECOMM HK",
+ "487b6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "487d2e": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "487e48": "Earda Technologies co Ltd",
+ "488002": "Cisco Systems, Inc",
+ "48814e": "E&M SOLUTION CO,.Ltd",
+ "4881d4": "Ruijie Networks Co.,LTD",
+ "488244": "Life Fitness / Div. of Brunswick",
+ "4882f2": "Appel Elektronik GmbH",
+ "48836f": "EM Microelectronic",
+ "4883b4": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4883c7": "Sagemcom Broadband SAS",
+ "48849d": "Texas Instruments",
+ "4886e8": "Microsoft Corporation",
+ "48872d": "SHEN ZHEN DA XIA LONG QUE TECHNOLOGY CO.,LTD",
+ "488759": "Xiaomi Communications Co Ltd",
+ "488764": "vivo Mobile Communication Co., Ltd.",
+ "4887b8": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "488803": "ManTechnology Inc.",
+ "48881e": "EthoSwitch LLC",
+ "488899": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "4888ca": "Mobility Technologies Communication Co., Ltd.",
+ "4889e7": "Intel Corporate",
+ "488ad2": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "488ae8": "vivo Mobile Communication Co., Ltd.",
+ "488b0a": "Cisco Systems, Inc",
+ "488c63": "Huawei Device Co., Ltd.",
+ "488c78": "Alpha Networks Inc.",
+ "488d36": "Arcadyan Corporation",
+ "488e42": "DIGALOG GmbH",
+ "488eb7": "Zebra Technologies Inc.",
+ "488eef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "488f4c": "shenzhen trolink Technology Co.,Ltd",
+ "488f5a": "Routerboard.com",
+ "489153": "Weinmann Geräte für Medizin GmbH + Co. KG",
+ "4891d5": "Cisco Systems, Inc",
+ "4891f6": "Shenzhen Reach software technology CO.,LTD",
+ "4893dc": "UNIWAY INFOCOM PVT LTD",
+ "489507": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4896d9": "zte corporation",
+ "4898ca": "Sichuan AI-Link Technology Co., Ltd.",
+ "489a42": "Technomate Ltd",
+ "489a5b": "Shenzhen iComm Semiconductor CO.,LTD",
+ "489bd5": "Extreme Networks Headquarters",
+ "489be0": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "489be2": "SCI Innovations Ltd",
+ "489d18": "Flashbay Limited",
+ "489d24": "BlackBerry RTS",
+ "489dd1": "Samsung Electronics Co.,Ltd",
+ "489e9d": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "489ebd": "HP Inc.",
+ "489ecb": "Hewlett Packard Enterprise ",
+ "48a0f8": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "48a170": "Cisco Systems, Inc",
+ "48a195": "Apple, Inc.",
+ "48a22d": "Shenzhen Huaxuchang Telecom Technology Co.,Ltd",
+ "48a2b7": "Kodofon JSC",
+ "48a2b8": "Chengdu Vision-Zenith Tech.Co,.Ltd",
+ "48a2e6": "Resideo",
+ "48a380": "Gionee Communication Equipment Co.,Ltd.",
+ "48a3bd": "Texas Instruments",
+ "48a472": "Intel Corporate",
+ "48a48c": "Shanghai Zenchant Electornics Co.,LTD",
+ "48a493": "TAIYO YUDEN CO.,LTD",
+ "48a4fd": "AltoBeam Inc.",
+ "48a516": "Huawei Device Co., Ltd.",
+ "48a5e7": "Nintendo Co.,Ltd",
+ "48a6b8": "Sonos, Inc.",
+ "48a6d2": "GJsun Optical Science and Tech Co.,Ltd.",
+ "48a73c": "Sichuan tianyi kanghe communications co., LTD",
+ "48a74e": "zte corporation",
+ "48a91c": "Apple, Inc.",
+ "48a964": "APEXSHA SMARTTECH PRIVATE LIMITED",
+ "48a98a": "Routerboard.com",
+ "48a9d2": "WNC Corporation",
+ "48aa5d": "Store Electronic Systems",
+ "48ad08": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48ad9a": "Intel Corporate",
+ "48b02d": "NVIDIA Corporation",
+ "48b253": "Marketaxess Corporation",
+ "48b25d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48b313": "Idesco Oy",
+ "48b423": "Amazon Technologies Inc.",
+ "48b424": "eero inc.",
+ "48b4c3": "Hewlett Packard Enterprise",
+ "48b5a7": "Glory Horse Industries Ltd.",
+ "48b620": "ROLI Ltd.",
+ "48b8a3": "Apple, Inc.",
+ "48b8de": "HOMEWINS TECHNOLOGY CO.,LTD.",
+ "48b977": "PulseOn Oy",
+ "48b9c2": "Teletics Inc.",
+ "48ba4e": "Hewlett Packard",
+ "48bc0e": "Sichuan AI-Link Technology Co., Ltd.",
+ "48bca6": "ASUNG TECHNO CO.,Ltd",
+ "48bce1": "Samsung Electronics Co.,Ltd",
+ "48bd0e": "Quanta Storage Inc.",
+ "48bd3d": "New H3C Technologies Co., Ltd",
+ "48bd4a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48bda7": "Honor Device Co., Ltd.",
+ "48bdce": "Vantiva USA LLC",
+ "48be2d": "Symanitron",
+ "48bf6b": "Apple, Inc.",
+ "48bf74": "Baicells Technologies Co.,LTD",
+ "48c030": "Kogniza Inc.",
+ "48c049": "Broad Telecom SA",
+ "48c093": "Xirrus, Inc.",
+ "48c1ac": "PLANTRONICS, INC.",
+ "48c1ee": "Honor Device Co., Ltd.",
+ "48c35a": "LENOVO(BEIJING)CO., LTD.",
+ "48c381": "TP-Link Systems Inc.",
+ "48c3b0": "Pharos Co.Ltd",
+ "48c461": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "48c58d": "Lear Corporation GmbH",
+ "48c663": "GTO Access Systems LLC",
+ "48c796": "Samsung Electronics Co.,Ltd",
+ "48c862": "Simo Wireless,Inc.",
+ "48c8b6": "SysTec GmbH",
+ "48ca43": "Espressif Inc.",
+ "48ca68": "Apple, Inc.",
+ "48cac6": "UNION MAN TECHNOLOGY CO.,LTD",
+ "48cb6e": "Ltd",
+ "48cdd3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48cfa9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48d017": "Telecom Infra Project",
+ "48d01c": "AltoBeam Inc.",
+ "48d0cf": "Universal Electronics, Inc.",
+ "48d18e": "Metis Communication Co.,Ltd",
+ "48d224": "Liteon Technology Corporation",
+ "48d24f": "Sagemcom Broadband SAS",
+ "48d343": "Commscope",
+ "48d35d": "Private",
+ "48d475": "Lampuga GmbH",
+ "48d539": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48d54c": "Jeda Networks",
+ "48d682": "zte corporation",
+ "48d6d5": "Google, Inc.",
+ "48d705": "Apple, Inc.",
+ "48d7ff": "BLANKOM Antennentechnik GmbH",
+ "48d845": "Shenzhen Mainuoke Electronics Co., Ltd",
+ "48d855": "Telvent",
+ "48d875": "China TransInfo Technology Co., Ltd",
+ "48d890": "FN-LINK TECHNOLOGY LIMITED",
+ "48d8fe": "ClarIDy Solutions, Inc.",
+ "48da35": "IEEE Registration Authority",
+ "48da96": "Eddy Smart Home Solutions Inc.",
+ "48db50": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48dc2d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48dc9d": "Technology Co., LTD.",
+ "48dcfb": "Nokia Corporation",
+ "48dd0c": "eero inc.",
+ "48dd9d": "ITEL MOBILE LIMITED",
+ "48df1c": "Wuhan NEC Fibre Optic Communications industry Co. Ltd",
+ "48df37": "Hewlett Packard Enterprise ",
+ "48e150": "Intel Corporate",
+ "48e15c": "Apple, Inc.",
+ "48e1af": "Vity",
+ "48e1e9": "Chengdu Meross Technology Co., Ltd.",
+ "48e244": "Hon Hai Precision Ind. Co.,Ltd.",
+ "48e2ad": "HUMAX NETWORKS",
+ "48e3c3": "JENOPTIK Advanced Systems GmbH",
+ "48e533": "Sunnovo International Limited",
+ "48e663": "IEEE Registration Authority",
+ "48e695": "Insigma Inc",
+ "48e6c0": "SIMCom Wireless Solutions Co.,Ltd.",
+ "48e6c6": "IEEE Registration Authority",
+ "48e729": "Espressif Inc.",
+ "48e7da": "AzureWave Technology Inc.",
+ "48e9ca": "creoline GmbH",
+ "48e9f1": "Apple, Inc.",
+ "48ea62": "HP Inc.",
+ "48ea63": "Zhejiang Uniview Technologies Co., Ltd.",
+ "48eb30": "ETERNA TECHNOLOGY, INC.",
+ "48eb62": "Murata Manufacturing Co., Ltd.",
+ "48eb65": "Henan KunLun Technologies CO.,Ltd.",
+ "48ec5b": "Nokia Solutions and Networks GmbH & Co. KG",
+ "48ed80": "daesung eltec",
+ "48ede6": "Zyxel Communications Corporation",
+ "48ee07": "Silver Palm Technologies LLC",
+ "48ee0c": "D-Link International",
+ "48ee86": "Co.,Ltd",
+ "48eee2": "LIMITED",
+ "48ef1c": "Samsung Electronics Co.,Ltd",
+ "48ef61": "Huawei Device Co., Ltd.",
+ "48f027": "Chengdu newifi Co.,Ltd",
+ "48f07b": "ALPSALPINE CO,.LTD",
+ "48f17f": "Intel Corporate",
+ "48f1eb": "Nintendo Co.,Ltd",
+ "48f230": "Ubizcore Co.,LTD",
+ "48f317": "Private",
+ "48f3f3": "Co., Ltd",
+ "48f47d": "TechVision Holding Internation Limited",
+ "48f6ee": "Espressif Inc.",
+ "48f7bc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48f7c0": "Vantiva USA LLC",
+ "48f7f1": "Nokia",
+ "48f8b3": "Cisco-Linksys, LLC",
+ "48f8db": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48f8e1": "Nokia",
+ "48f8ff": "CHENGDU KT ELECTRONIC HI-TECH CO.,LTD",
+ "48f925": "Maestronic",
+ "48f97c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "48fc07": "Huawei Device Co., Ltd.",
+ "48fcb6": "LIMITED",
+ "48fcb8": "Woodstream Corporation",
+ "48fd8e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "48fda3": "Xiaomi Communications Co Ltd",
+ "48feea": "HOMA B.V.",
+ "4c0082": "Cisco Systems, Inc",
+ "4c0143": "eero inc.",
+ "4c01f7": "Cisco Systems, Inc",
+ "4c0220": "Xiaomi Communications Co Ltd",
+ "4c022e": "CMR KOREA CO., LTD",
+ "4c0289": "LEX COMPUTECH CO., LTD",
+ "4c034f": "Intel Corporate",
+ "4c0617": "Taicang T&W Electronics",
+ "4c068a": "Basler Electric Company",
+ "4c06b7": "ProDVX Europe B.V.",
+ "4c07c9": "COMPUTER OFFICE Co.,Ltd.",
+ "4c09b4": "zte corporation",
+ "4c09d4": "Arcadyan Technology Corporation",
+ "4c09fa": "FRONTIER SMART TECHNOLOGIES LTD",
+ "4c0a3d": "ADNACOM INC.",
+ "4c0a4e": "Extreme Networks Headquarters",
+ "4c0b3a": "TCT mobile ltd",
+ "4c0bbe": "Microsoft",
+ "4c0dee": "LTD.",
+ "4c0f3e": "Intel Corporate",
+ "4c0f6e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "4c0fc7": "Earda Technologies co Ltd",
+ "4c10d5": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "4c1154": "Co., LTD",
+ "4c1159": "Vision Information & Communications",
+ "4c11ae": "Espressif Inc.",
+ "4c11bf": "Zhejiang Dahua Technology Co., Ltd.",
+ "4c1265": "Commscope",
+ "4c12e8": "VIETNAM POST AND TELECOMMUNICATION INDUSTRY TECHNOLOGY JOIN STOCK COMPANY",
+ "4c1365": "Emplus Technologies",
+ "4c1480": "NOREGON SYSTEMS, INC",
+ "4c14a3": "Co., Ltd.",
+ "4c1694": "shenzhen sibituo Technology Co., Ltd",
+ "4c16f1": "zte corporation",
+ "4c16fc": "Juniper Networks",
+ "4c1744": "Amazon Technologies Inc.",
+ "4c17eb": "Sagemcom Broadband SAS",
+ "4c189a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4c195d": "Sagemcom Broadband SAS",
+ "4c1a3a": "PRIMA Research And Production Enterprise Ltd.",
+ "4c1a3d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4c1a95": "Novakon Co., Ltd.",
+ "4c1b86": "Arcadyan Corporation",
+ "4c1d96": "Intel Corporate",
+ "4c1f86": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "4c1fcc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4c20b8": "Apple, Inc.",
+ "4c2113": "Nokia Shanghai Bell Co., Ltd.",
+ "4c218c": "Panasonic India Private limited",
+ "4c21d0": "Sony Corporation",
+ "4c2219": "YUANFUDAO HK LIMTED",
+ "4c2258": "cozybit, Inc.",
+ "4c22c9": "zte corporation",
+ "4c22f3": "Arcadyan Corporation",
+ "4c231a": "Extreme Networks Headquarters",
+ "4c2338": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "4c2498": "Texas Instruments",
+ "4c24ce": "Sichuan AI-Link Technology Co., Ltd.",
+ "4c2578": "Nokia Corporation",
+ "4c26e7": "Welgate Co., Ltd.",
+ "4c2b3b": "Huawei Device Co., Ltd.",
+ "4c2c80": "Beijing Skyway Technologies Co.,Ltd ",
+ "4c2c83": "Zhejiang KaNong Network Technology Co.,Ltd.",
+ "4c2e5e": "Samsung Electronics Co.,Ltd",
+ "4c2eb4": "Apple, Inc.",
+ "4c2efe": "Shenzhen Comnect Technology Co.,LTD",
+ "4c2f7b": "AltoBeam Inc.",
+ "4c2f9d": "ICM Controls",
+ "4c2fd7": "Huawei Device Co., Ltd.",
+ "4c3089": "Hitachi Rail GTS Deutschland GmbH",
+ "4c312d": "Sichuan AI-Link Technology Co., Ltd.",
+ "4c322d": "TELEDATA NETWORKS",
+ "4c3275": "Apple, Inc.",
+ "4c32d9": "M Rutty Holdings Pty. Ltd.",
+ "4c3329": "Sweroam",
+ "4c334e": "HIGHTECH",
+ "4c3488": "Intel Corporate",
+ "4c364e": "Panasonic Connect Co., Ltd.",
+ "4c37de": "AltoBeam Inc.",
+ "4c38d5": "MITAC COMPUTING TECHNOLOGY CORPORATION",
+ "4c38d8": "Commscope",
+ "4c3909": "HPL Electric & Power Private Limited",
+ "4c3910": "Newtek Electronics co., Ltd.",
+ "4c3946": "Samsung Electronics Co.,Ltd",
+ "4c3b6c": "GARO AB",
+ "4c3b74": "Co., Ltd",
+ "4c3bdf": "Microsoft Corporation",
+ "4c3c16": "Samsung Electronics Co.,Ltd",
+ "4c3fa7": "uGrid Network Inc.",
+ "4c3fd3": "Texas Instruments",
+ "4c4088": "SANSHIN ELECTRONICS CO.,LTD.",
+ "4c421e": "Cisco Systems, Inc",
+ "4c4341": "Calix Inc.",
+ "4c445b": "Intel Corporate",
+ "4c4576": "Information Technology Co.,Ltd.",
+ "4c46d1": "Guangzhou V-Solution Telecommunication Technology Co.,Ltd.",
+ "4c48da": "Beijing Autelan Technology Co.,Ltd",
+ "4c4929": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "4c494f": "zte corporation",
+ "4c4968": "Ruijie Networks Co.,LTD",
+ "4c496c": "Intel Corporate",
+ "4c49e3": "Xiaomi Communications Co Ltd",
+ "4c4b68": "Mobile Device, Inc. ",
+ "4c4bf9": "IEEE Registration Authority",
+ "4c4cd8": "zte corporation",
+ "4c4d66": "Nanjing Jiahao Technology Co., Ltd.",
+ "4c4e03": "TCT mobile ltd",
+ "4c4e35": "Cisco Systems, Inc",
+ "4c4fee": "Co., Ltd",
+ "4c5077": "Huawei Device Co., Ltd.",
+ "4c50dd": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "4c50f1": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4c5262": "Fujitsu Technology Solutions GmbH",
+ "4c52ec": "SOLARWATT GmbH",
+ "4c5369": "Automotive Electronic Co.,Ltd",
+ "4c53fd": "Amazon Technologies Inc.",
+ "4c5427": "Linepro Sp. z o.o.",
+ "4c5499": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4c5585": "Hamilton Systems",
+ "4c55b8": "Turkcell Teknoloji",
+ "4c55cc": "Zentri Pty Ltd",
+ "4c569d": "Apple, Inc.",
+ "4c56df": "Targus US LLC",
+ "4c5739": "Samsung Electronics Co.,Ltd",
+ "4c57ca": "Apple, Inc.",
+ "4c5bb3": "Silicon Laboratories",
+ "4c5cdf": "ITEL MOBILE LIMITED",
+ "4c5d3c": "Cisco Systems, Inc",
+ "4c5d6a": "Apple, Inc.",
+ "4c5dcd": "Oy Finnish Electric Vehicle Technologies Ltd",
+ "4c5e0c": "Routerboard.com",
+ "4c5ed3": "Unisyue Technologies Co; LTD.",
+ "4c5f70": "Intel Corporate",
+ "4c5fd2": "Alcatel-Lucent",
+ "4c60ad": "Amazon Technologies Inc.",
+ "4c60ba": "AltoBeam Inc.",
+ "4c60d5": "airPointe of New Hampshire",
+ "4c60de": "NETGEAR",
+ "4c617e": "Huawei Device Co., Ltd.",
+ "4c6255": "SANMINA-SCI SYSTEM DE MEXICO S.A. DE C.V.",
+ "4c627b": "SmartCow AI Technologies Taiwan Ltd.",
+ "4c62cd": "Nokia",
+ "4c62df": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "4c6371": "Xiaomi Communications Co Ltd",
+ "4c63ad": "Huawei Device Co., Ltd.",
+ "4c63eb": "Ltd",
+ "4c6460": "ITEL MOBILE LIMITED",
+ "4c64d9": "Guangdong Leawin Group Co., Ltd",
+ "4c65a8": "IEEE Registration Authority",
+ "4c66a6": "Samsung Electronics Co.,Ltd",
+ "4c6af6": "HMD Global Oy",
+ "4c6bb8": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "4c6be8": "Apple, Inc.",
+ "4c6c13": "IoT Company Solucoes Tecnologicas Ltda",
+ "4c6d58": "Juniper Networks",
+ "4c6e6e": "Comnect Technology CO.,LTD",
+ "4c6f9c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4c70cc": "Blyott NV",
+ "4c710c": "Cisco Systems, Inc",
+ "4c710d": "Cisco Systems, Inc",
+ "4c7167": "PoLabs d.o.o.",
+ "4c7274": "Shenzhenshi Xinzhongxin Technology Co.Ltd",
+ "4c72b9": "PEGATRON CORPORATION",
+ "4c734f": "Juniper Networks",
+ "4c7367": "Genius Bytes Software Solutions GmbH",
+ "4c73a5": "KOVE",
+ "4c7403": "BQ",
+ "4c7487": "Leader Phone Communication Technology Co., Ltd.",
+ "4c74a7": "IEEE Registration Authority",
+ "4c74bf": "Apple, Inc.",
+ "4c7525": "Espressif Inc.",
+ "4c7625": "Dell Inc.",
+ "4c7713": "Sdn. Bhd.",
+ "4c774f": "Embedded Wireless Labs ",
+ "4c7766": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "4c776d": "Cisco Systems, Inc",
+ "4c77cb": "Intel Corporate",
+ "4c7872": "Cav. Uff. Giacomo Cimberio S.p.A. ",
+ "4c7897": "Arrowhead Alarm Products Ltd",
+ "4c796e": "Intel Corporate",
+ "4c7975": "Apple, Inc.",
+ "4c79ba": "Intel Corporate",
+ "4c7a48": "B.V.",
+ "4c7b35": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "4c7c5f": "Apple, Inc.",
+ "4c7cd9": "Apple, Inc.",
+ "4c7f62": "Nokia Corporation",
+ "4c804f": "Armstrong Monitoring Corp",
+ "4c8093": "Intel Corporate",
+ "4c80ba": "Wuhan Tianyu Information Industry Co., Ltd.",
+ "4c8120": "Taicang T&W Electronics",
+ "4c8125": "ZOWEE TECHNOLOGY(HEYUAN)Co.,Ltd",
+ "4c820c": "Apple, Inc.",
+ "4c8237": "Telink Micro LLC",
+ "4c82a9": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "4c82cf": "Dish Technologies Corp",
+ "4c83de": "Cisco SPVTG",
+ "4c858a": "BUFFALO.INC",
+ "4c875d": "Bose Corporation",
+ "4c889e": "Huawei Device Co., Ltd.",
+ "4c8b30": "Actiontec Electronics, Inc",
+ "4c8b55": "Grupo Digicon",
+ "4c8bef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4c8d53": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4c8d79": "Apple, Inc.",
+ "4c8e19": "Xiaomi Communications Co Ltd",
+ "4c8ecc": "SILKAN SA",
+ "4c8fa5": "Jastec",
+ "4c90db": "JL Audio",
+ "4c910c": "Lanix Internacional, S.A. de C.V.",
+ "4c9157": "Fujian LANDI Commercial Equipment Co.,Ltd",
+ "4c917a": "IEEE Registration Authority",
+ "4c92d2": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4c93a6": "IEEE Registration Authority",
+ "4c9614": "Juniper Networks",
+ "4c962d": "Fresh AB",
+ "4c968a": "Wacom Co.,Ltd.",
+ "4c97a1": "Silicon Laboratories",
+ "4c97cc": "Apple, Inc.",
+ "4c98ef": "Zeo",
+ "4c9992": "vivo Mobile Communication Co., Ltd.",
+ "4c99e8": "ZHEJIANG DAHUA TECHNOLOGYCO.,LTD",
+ "4c9b63": "LG Innotek",
+ "4c9d22": "ACES Co.,Ltd",
+ "4c9e6c": "BROADEX TECHNOLOGIES CO.LTD",
+ "4c9e80": "KYOKKO ELECTRIC Co., Ltd.",
+ "4c9ee4": "Hanyang Navicom Co.,Ltd.",
+ "4c9eff": "Zyxel Communications Corporation",
+ "4c9ff1": "Apple, Inc.",
+ "4ca003": "VITEC",
+ "4ca0d4": "Co., Ltd.",
+ "4ca161": "Rain Bird Corporation",
+ "4ca38f": "shenzhen trolink Technology Co.,Ltd",
+ "4ca3a7": "TECNO MOBILE LIMITED",
+ "4ca515": "Baikal Electronics JSC",
+ "4ca56d": "Samsung Electronics Co.,Ltd",
+ "4ca64d": "Cisco Systems, Inc",
+ "4ca74b": "Alcatel Lucent",
+ "4ca919": "Tuya Smart Inc.",
+ "4ca928": "Insensi",
+ "4ca954": "Intel Corporate",
+ "4caa16": "Inc.",
+ "4cab33": "KST technology",
+ "4cab4f": "Apple, Inc.",
+ "4cabf3": "Universal Electronics, Inc.",
+ "4cabf8": "ASKEY COMPUTER CORP",
+ "4cabfc": "zte corporation",
+ "4cac0a": "zte corporation",
+ "4cad35": "Apple, Inc.",
+ "4cada8": "PANOPTICS CORP.",
+ "4caddf": "Công ty Cổ phần Thiết bị Công nghiệp GEIC",
+ "4cae13": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cae1c": "SaiNXT Technologies LLP",
+ "4cae31": "Ltd",
+ "4caea3": "Hewlett Packard Enterprise ",
+ "4caeec": "Guangzhou limee technology co.,LTD",
+ "4cb008": "Shenzhen Gwelltimes Technology Co.,Ltd",
+ "4cb04a": "Intel Corporate",
+ "4cb087": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cb0e8": "Beijing RongZhi xinghua technology co., LTD",
+ "4cb16c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cb199": "Apple, Inc.",
+ "4cb1cd": "Ruckus Wireless",
+ "4cb21c": "Maxphotonics Co.,Ltd",
+ "4cb44a": "NANOWAVE Technologies Inc.",
+ "4cb4ea": "PTE., LTD.",
+ "4cb76d": "Novi Security",
+ "4cb7e0": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "4cb81c": "SAM Electronics GmbH",
+ "4cb82c": "Cambridge Mobile Telematics, Inc.",
+ "4cb8b5": "Shenzhen YOUHUA Technology Co., Ltd",
+ "4cb910": "Apple, Inc.",
+ "4cb911": "Raisecom Technology CO., LTD",
+ "4cb99b": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "4cb9c8": "CONET CO., LTD.",
+ "4cb9ea": "iRobot Corporation",
+ "4cba7d": "Gemtek Technology Co., Ltd.",
+ "4cbaa3": "Bison Electronics Inc.",
+ "4cbad7": "LG Innotek",
+ "4cbb47": "NVIDIA Corporation",
+ "4cbb58": "Chicony Electronics Co., Ltd.",
+ "4cbb6f": "Infinix mobility limited",
+ "4cbc42": "Shenzhen Hangsheng Electronics Co.,Ltd.",
+ "4cbc48": "Cisco Systems, Inc",
+ "4cbc72": "Primex Wireless",
+ "4cbc98": "IEEE Registration Authority",
+ "4cbca5": "Samsung Electronics Co.,Ltd",
+ "4cbcb4": "ABB SpA - DIN Rail",
+ "4cbce9": "LG Innotek",
+ "4cbd8f": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "4cc00a": "vivo Mobile Communication Co., Ltd.",
+ "4cc096": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "4cc206": "Somfy",
+ "4cc382": "Espressif Inc.",
+ "4cc449": "Icotera A/S",
+ "4cc452": "Shang Hai Tyd. Electon Technology Ltd.",
+ "4cc53e": "Zyxel Communications Corporation",
+ "4cc5d9": "Dell Inc.",
+ "4cc602": "Radios, Inc.",
+ "4cc64c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "4cc681": "Shenzhen Aisat Electronic Co., Ltd.",
+ "4cc7d6": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "4cc844": "Maipu Communication Technology Co.,Ltd.",
+ "4cc8a1": "Cisco Meraki",
+ "4cc94f": "Nokia",
+ "4cc95e": "Samsung Electronics Co.,Ltd",
+ "4cca53": "Skyera, Inc.",
+ "4cca95": "Huawei Device Co., Ltd.",
+ "4ccbf5": "zte corporation",
+ "4ccc34": "Motorola Solutions Inc.",
+ "4ccc6a": "Micro-Star INTL CO., LTD.",
+ "4ccdb6": "Apple, Inc.",
+ "4cce2d": "Danlaw Inc",
+ "4ccf7c": "HP Inc.",
+ "4cd08a": "HUMAX Co., Ltd.",
+ "4cd0cb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cd0dd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cd0f9": "Cisco Systems, Inc",
+ "4cd1a1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cd2fb": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "4cd3af": "HMD Global Oy",
+ "4cd546": "Hewlett Packard Enterprise",
+ "4cd577": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "4cd587": "Hewlett Packard Enterprise",
+ "4cd629": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cd637": "Qsono Electronics Co., Ltd",
+ "4cd717": "Dell Inc.",
+ "4cd74a": "Vantiva USA LLC",
+ "4cd7b6": "Helmer Scientific",
+ "4cd7c8": "Guangzhou V-Solution Telecommunication Technology Co.,Ltd.",
+ "4cd98f": "Dell Inc.",
+ "4cd9c4": "Co. Ltd",
+ "4cda38": "Texas Instruments",
+ "4cdc0d": "Coral Telecom Limited",
+ "4cdd31": "Samsung Electronics Co.,Ltd",
+ "4cdd7d": "LHP Telematics LLC",
+ "4cde48": "Huawei Device Co., Ltd.",
+ "4cdf3d": "TEAM ENGINEERS ADVANCE TECHNOLOGIES INDIA PVT LTD",
+ "4ce0db": "Xiaomi Communications Co Ltd",
+ "4ce136": "Private",
+ "4ce173": "IEEE Registration Authority",
+ "4ce175": "Cisco Systems, Inc",
+ "4ce176": "Cisco Systems, Inc",
+ "4ce19e": "TECNO MOBILE LIMITED",
+ "4ce1bb": "Zhuhai HiFocus Technology Co., Ltd.",
+ "4ce2f1": "Udino srl",
+ "4ce5ae": "Tianjin Beebox Intelligent Technology Co.,Ltd.",
+ "4ce65e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4ce676": "BUFFALO.INC",
+ "4ce6c0": "Apple, Inc.",
+ "4ce705": "Siemens Industrial Automation Products Ltd., Chengdu",
+ "4ce933": "RailComm, LLC",
+ "4ce9e4": "New H3C Technologies Co., Ltd",
+ "4cea41": "IEEE Registration Authority",
+ "4ceaae": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "4ceb42": "Intel Corporate",
+ "4ceb76": "Murrelektronik GmbH",
+ "4cebbd": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "4cebd6": "Espressif Inc.",
+ "4cec0f": "Cisco Systems, Inc",
+ "4cecef": "Soraa, Inc.",
+ "4cedde": "ASKEY COMPUTER CORP",
+ "4cedfb": "ASUSTek COMPUTER INC.",
+ "4ceeb0": "SHC Netzwerktechnik GmbH",
+ "4cef56": "Shenzhen Sundray Technologies company Limited",
+ "4cefc0": "Amazon Technologies Inc.",
+ "4cf02e": "Vifa Denmark A/S",
+ "4cf19e": "Groupe Atlantic",
+ "4cf202": "Xiaomi Communications Co Ltd",
+ "4cf2bf": "Co.,Ltd.",
+ "4cf45b": "Blue Clover Devices",
+ "4cf475": "Huawei Device Co., Ltd.",
+ "4cf55b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cf5a0": "Scalable Network Technologies Inc",
+ "4cf5dc": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "4cf737": "SamJi Electronics Co., Ltd",
+ "4cf95d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cfa9a": "Shenzhen Quanxing Technology Co., Ltd",
+ "4cfac9": "BWS IoT",
+ "4cfaca": "Co.,Ltd.",
+ "4cfb45": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "4cfbf4": "Optimal Audio Ltd",
+ "4cfbfe": "Sercomm Japan Corporation",
+ "4cfc22": "SHANGHAI HI-TECH CONTROL SYSTEM CO.,LTD.",
+ "4cfcaa": "Tesla,Inc.",
+ "4cfe2e": "DongGuan Siyoto Electronics Co., Ltd ",
+ "4cff12": "Fuze Entertainment Co., ltd",
+ "500084": "Siemens Canada",
+ "50008c": "Limited",
+ "5000e0": "Cisco Systems, Inc",
+ "5000e6": "Mellanox Technologies, Inc.",
+ "50016b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5001bb": "Samsung Electronics Co.,Ltd",
+ "5001d9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "500238": "Nokia Shanghai Bell Co., Ltd.",
+ "500291": "Espressif Inc.",
+ "5003cf": "CANON INC.",
+ "500401": "TelHi Corporation",
+ "5004b8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "50053d": "CyWee Group Ltd",
+ "50056e": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "500604": "Cisco Systems, Inc",
+ "5006ab": "Cisco Systems, Inc",
+ "5006f5": "Roku, Inc",
+ "5007c3": "Amazon Technologies Inc.",
+ "500959": "Vantiva USA LLC",
+ "5009e5": "Drimsys,Inc",
+ "500a52": "Huiwan Technologies Co. Ltd",
+ "500a9c": "Extreme Networks Headquarters",
+ "500b23": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "500b26": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "500b32": "Foxda Technology Industrial(ShenZhen)Co.,LTD",
+ "500b88": "Moxa.Inc",
+ "500b91": "IEEE Registration Authority",
+ "500e6d": "TrafficCast International",
+ "500f59": "STMicrolectronics International NV",
+ "500f80": "Cisco Systems, Inc",
+ "500ff5": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "5011eb": "SilverNet Ltd",
+ "50131d": "Motorola Mobility LLC, a Lenovo Company",
+ "501365": "Vola Networks Inc.",
+ "501395": "Sichuan AI-Link Technology Co., Ltd.",
+ "50139d": "Sierra Wireless, ULC",
+ "501408": "AiNET",
+ "501479": "iRobot Corporation ",
+ "5014b5": "Richfit Information Technology Co., Ltd",
+ "5014c1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5016f4": "Motorola Mobility LLC, a Lenovo Company",
+ "5017ff": "Cisco Systems, Inc",
+ "50184c": "Platina Systems Inc.",
+ "501aa5": "GN Netcom A/S",
+ "501ac5": "Microsoft",
+ "501b32": "Taicang T&W Electronics",
+ "501b6a": "SUNITEC TECHNOLOGY CO.,LIMITED",
+ "501cb0": "Cisco Systems, Inc",
+ "501cbf": "Cisco Systems, Inc",
+ "501d93": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "501e2d": "StreamUnlimited Engineering GmbH",
+ "501fc6": "Apple, Inc.",
+ "502065": "Quectel Wireless Solutions Co.,Ltd.",
+ "50206b": "Copeland - Transportation Solutions ApS",
+ "5021ec": "Huawei Device Co., Ltd.",
+ "502267": "PixeLINK",
+ "50236d": "Nintendo Co.,Ltd",
+ "5023a2": "Apple, Inc.",
+ "50252b": "Nethra Imaging Incorporated",
+ "502690": "FUJITSU LIMITED",
+ "5026d2": "AVIRE Trading Limited",
+ "5026ef": "Murata Manufacturing Co., Ltd.",
+ "5027a9": "eero inc.",
+ "5027c7": "TECHNART Co.,Ltd",
+ "50284a": "Intel Corporate",
+ "502873": "Huawei Device Co., Ltd.",
+ "50294d": "NANJING IOT SENSOR TECHNOLOGY CO,LTD",
+ "50297b": "China Mobile Group Device Co.,Ltd.",
+ "5029f5": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "502a7e": "Smart electronic GmbH",
+ "502a8b": "Telekom Research and Development Sdn Bhd",
+ "502b73": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "502b98": "Es-tech International",
+ "502cc6": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "502d1d": "Nokia Corporation",
+ "502da2": "Intel Corporate",
+ "502dbb": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "502df4": "Phytec Messtechnik GmbH",
+ "502dfb": "IGShare Co., Ltd.",
+ "502e5c": "HTC Corporation",
+ "502e66": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "502e91": "AzureWave Technology Inc.",
+ "502ece": "Asahi Electronics Co.,Ltd",
+ "502f54": "CIG SHANGHAI CO LTD",
+ "502f9b": "Intel Corporate",
+ "502fa8": "Cisco Systems, Inc",
+ "502fbb": "Motorola Mobility LLC, a Lenovo Company",
+ "5030f4": "Exascend, Inc.",
+ "5031ad": "ABB Global Industries and Services Private Limited",
+ "503237": "Apple, Inc.",
+ "50325f": "Silicon Laboratories",
+ "503275": "Samsung Electronics Co.,Ltd",
+ "50338b": "Texas Instruments",
+ "5033f0": "TECHNOLOGY CO.LTD",
+ "50382f": "ASE Group Chung-Li",
+ "5038ab": "PROVE",
+ "50392f": "INGRAM MICRO SERVICES",
+ "503955": "Cisco SPVTG",
+ "503a0f": "Limited",
+ "503a7d": "AlphaTech PLC Int’l Co., Ltd.",
+ "503aa0": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "503cc4": "Lenovo Mobile Communication Technology Ltd.",
+ "503cca": "TECNO MOBILE LIMITED",
+ "503cea": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "503d7f": "Nokia Shanghai Bell Co., Ltd.",
+ "503da1": "Samsung Electronics Co.,Ltd",
+ "503dc6": "Xiaomi Communications Co Ltd",
+ "503dd1": "TP-Link Systems Inc.",
+ "503de5": "Cisco Systems, Inc",
+ "503deb": "Zhejiang Tmall Technology Co., Ltd.",
+ "503e7c": "LeiShen Intelligent System Co.Ltd",
+ "503eaa": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "503f50": "Huawei Device Co., Ltd.",
+ "503f56": "Syncmold Enterprise Corp",
+ "503f98": "CMITECH",
+ "504061": "Nokia",
+ "504074": "Alarm.com",
+ "50411c": "AMPAK Technology,Inc.",
+ "504172": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5041b9": "I-O DATA DEVICE,INC.",
+ "504289": "zte corporation",
+ "504348": "ThingsMatrix Inc.",
+ "5043b9": "OktoInform RUS",
+ "504594": "Radisys",
+ "5045f7": "Liuhe Intelligence Technology Ltd.",
+ "50464a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "50465d": "ASUSTek COMPUTER INC.",
+ "5046ae": "MERCURY CORPORATION",
+ "50482c": "IEEE Registration Authority",
+ "504877": "Honor Device Co., Ltd.",
+ "5048eb": "BEIJING HAIHEJINSHENG NETWORK TECHNOLOGY CO. LTD.",
+ "504921": "Cisco Systems, Inc",
+ "5049b0": "Samsung Electronics Co.,Ltd",
+ "504a5e": "Masimo Corporation",
+ "504a6e": "NETGEAR",
+ "504b5b": "CONTROLtronic GmbH",
+ "504b9e": "Huawei Device Co., Ltd.",
+ "504c7e": "THE 41ST INSTITUTE OF CETC",
+ "504edc": "Ping Communication",
+ "504f3b": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "504f94": "Loxone Electronics GmbH",
+ "50502a": "Egardia",
+ "505065": "TAKT Corporation",
+ "5050a4": "Samsung Electronics Co.,Ltd",
+ "5050ce": "Hangzhou Dianyixia Communication Technology Co. Ltd.",
+ "50514f": "Netbeam Technology Limited",
+ "5051a9": "Texas Instruments",
+ "50523b": "Nokia",
+ "5052d2": "Hangzhou Telin Technologies Co., Limited",
+ "50547b": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "50558d": "China Mobile IOT Company Limited",
+ "505663": "Texas Instruments",
+ "5056a8": "Jollyboys Ltd",
+ "5056bf": "Samsung Electronics Co.,Ltd",
+ "50578a": "Apple, Inc.",
+ "50579c": "Seiko Epson Corporation",
+ "5057a8": "Cisco Systems, Inc",
+ "505800": "WyTec International, Inc.",
+ "50584f": "waytotec,Inc.",
+ "50586f": "Huawei Device Co., Ltd.",
+ "5058b0": "Hunan Greatwall Computer System Co., Ltd.",
+ "505967": "Intent Solutions Inc",
+ "505a65": "AzureWave Technology Inc.",
+ "505ac6": "GUANGDONG SUPER TELECOM CO.,LTD.",
+ "505b1d": "Shenzhen C-Data Technology Co., Ltd.",
+ "505bc2": "Liteon Technology Corporation",
+ "505c88": "Cisco Systems, Inc",
+ "505d7a": "zte corporation",
+ "505dac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "505e24": "zte corporation",
+ "505e5c": "SUNITEC TECHNOLOGY CO.,LIMITED",
+ "505fb5": "ASKEY COMPUTER CORP",
+ "506028": "Xirrus Inc.",
+ "506184": "Avaya Inc",
+ "5061bf": "Cisco Systems, Inc",
+ "5061d6": "Indu-Sol GmbH",
+ "5061f6": "Universal Electronics, Inc.",
+ "506245": "Annapurna labs",
+ "506255": "IEEE Registration Authority",
+ "506313": "Hon Hai Precision Ind. Co.,Ltd.",
+ "506391": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "50642b": "XIAOMI Electronics,CO.,LTD",
+ "506441": "Greenlee",
+ "506583": "Texas Instruments",
+ "5065f3": "Hewlett Packard",
+ "5066e5": "Huawei Device Co., Ltd.",
+ "506787": "Planet Networks",
+ "5067ae": "Cisco Systems, Inc",
+ "5067e0": "Altice Labs",
+ "5067f0": "Zyxel Communications Corporation",
+ "50680a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5068ac": "Huawei Device Co., Ltd.",
+ "50695a": "AiFamous(shenzhen)Technology Co.,Ltd",
+ "506a03": "NETGEAR",
+ "506b4b": "Mellanox Technologies, Inc.",
+ "506b8d": "Nutanix",
+ "506cbe": "InnosiliconTechnology Ltd",
+ "506e92": "Innocent Technology Co., Ltd.",
+ "506f0c": "Sagemcom Broadband SAS",
+ "506f77": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "506f98": "Sehaj Synergy Technologies Private Limited",
+ "506f9a": "Wi-Fi Alliance",
+ "507043": "SKY UK LIMITED",
+ "507097": "China Mobile Group Device Co.,Ltd.",
+ "5070e5": "He Shan World Fair Electronics Technology Limited",
+ "507224": "Texas Instruments",
+ "50724d": "BEG Brueck Electronic GmbH",
+ "5075f1": "Commscope",
+ "507691": "Tekpea, Inc.",
+ "5076a6": "Ecil Informatica Ind. Com. Ltda",
+ "5076af": "Intel Corporate",
+ "507705": "Samsung Electronics Co.,Ltd",
+ "50787d": "Espressif Inc.",
+ "5078b0": "Huawei Device Co., Ltd.",
+ "5078b3": "zte corporation",
+ "50795b": "Interexport Telecomunicaciones S.A.",
+ "507973": "Inagile Electronic Technology Co.,LTD.",
+ "507a55": "Apple, Inc.",
+ "507ac5": "Apple, Inc.",
+ "507b91": "Sigmastar Technology Ltd.",
+ "507b9d": "Electronics Technology co., ltd",
+ "507c6f": "Intel Corporate",
+ "507d02": "BIODIT",
+ "507e5d": "Arcadyan Technology Corporation",
+ "50804a": "Quectel Wireless Solutions Co.,Ltd.",
+ "508140": "HP Inc.",
+ "5082d5": "Apple, Inc.",
+ "508492": "Intel Corporate",
+ "508569": "Samsung Electronics Co.,Ltd",
+ "50874d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "508789": "Cisco Systems, Inc",
+ "5087b8": "Nuvyyo Inc",
+ "508811": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "5088c7": "Taicang T&W Electronics",
+ "508965": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "5089d1": "Huawei Device Co., Ltd.",
+ "508a06": "Tuya Smart Inc.",
+ "508a0f": "SHENZHEN FISE TECHNOLOGY HOLDING CO.,LTD.",
+ "508a42": "Uptmate Technology Co., LTD",
+ "508a7f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "508acb": "SHENZHEN MAXMADE TECHNOLOGY CO., LTD.",
+ "508bb9": "Tuya Smart Inc.",
+ "508c77": "DIRMEIER Schanktechnik GmbH &Co KG",
+ "508cb1": "Texas Instruments",
+ "508cc9": "zte corporation",
+ "508cf5": "China Mobile Group Device Co.,Ltd.",
+ "508d62": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "508d6f": "CHAHOO Limited",
+ "508d9e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "508e49": "Xiaomi Communications Co Ltd",
+ "508f4c": "Xiaomi Communications Co Ltd",
+ "5091e3": "TP-Link Systems Inc",
+ "50926a": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "5092b9": "Samsung Electronics Co.,Ltd",
+ "50934f": "Gradual Tecnologia Ltda.",
+ "5093ce": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "509551": "Commscope",
+ "509707": "Xiamen Paperang Technology Co.,Ltd.",
+ "509744": "Sdn. Bhd.",
+ "509772": "Westinghouse Digital",
+ "509839": "Xiaomi Communications Co Ltd",
+ "509871": "Inventum Technologies Private Limited",
+ "509893": "Texas Instruments",
+ "5098b8": "New H3C Technologies Co., Ltd",
+ "5098f3": "Rheem Australia Pty Ltd",
+ "509903": "Meta Platforms, Inc.",
+ "50995a": "Amazon Technologies Inc.",
+ "509a46": "Safetrust Inc",
+ "509a4c": "Dell Inc.",
+ "509a88": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "509b94": "Shenzhen iComm Semiconductor CO.,LTD",
+ "509ea7": "Samsung Electronics Co.,Ltd",
+ "509f27": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "509f3b": "OI ELECTRIC CO.,LTD",
+ "50a009": "Xiaomi Communications Co Ltd",
+ "50a015": "Shenzhen Yipingfang Network Technology Co., Ltd.",
+ "50a030": "IEEE Registration Authority",
+ "50a054": "Actineon",
+ "50a0a4": "Nokia",
+ "50a0bf": "Alba Fiber Systems Inc.",
+ "50a132": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "50a1f3": "Huawei Device Co., Ltd.",
+ "50a4c8": "Samsung Electronics Co.,Ltd",
+ "50a4d0": "IEEE Registration Authority",
+ "50a5dc": "Commscope",
+ "50a67f": "Apple, Inc.",
+ "50a6d8": "Apple, Inc.",
+ "50a6e3": "David Clark Company",
+ "50a715": "Aboundi, Inc.",
+ "50a72b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "50a733": "Ruckus Wireless",
+ "50a83a": "S Mobile Devices Limited",
+ "50a9de": "Smartcom - Bulgaria AD",
+ "50ab3e": "Qibixx AG",
+ "50abbf": "Hoseo Telecom",
+ "50acb9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "50ad71": "Tessolve Semiconductor Private Limited",
+ "50ad92": "NX Technologies",
+ "50add5": "Dynalec Corporation",
+ "50ae86": "Linkintec Co., Ltd",
+ "50af4d": "zte corporation",
+ "50af73": "Shenzhen Bitland Information Technology Co., Ltd.",
+ "50b03b": "Sony Interactive Entertainment Inc.",
+ "50b127": "Apple, Inc.",
+ "50b140": "ELPROMA ELEKTRONIKA SP Z O O",
+ "50b363": "Digitron da Amazonia S/A",
+ "50b3b4": "Shenzhen Furuilian Electronic Co.,Ltd.",
+ "50b695": "Micropoint Biotechnologies,Inc.",
+ "50b7c3": "Samsung Electronics Co.,Ltd",
+ "50b888": "wi2be Tecnologia S/A",
+ "50b8a2": "ImTech Technologies LLC,",
+ "50ba02": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "50bb9f": "Vantiva USA LLC",
+ "50bbb5": "AzureWave Technology Inc.",
+ "50bc96": "Apple, Inc.",
+ "50bd5f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "50c006": "Carmanah Signs",
+ "50c0f0": "Artek Microelectronics Co.,Ltd.",
+ "50c1f0": "LTD.",
+ "50c271": "SECURETECH INC",
+ "50c275": "GN Audio A/S",
+ "50c2e8": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "50c2ed": "GN Audio A/S",
+ "50c3a2": "nFore Technology Co.,Ltd.",
+ "50c4dd": "BUFFALO.INC",
+ "50c58d": "Juniper Networks",
+ "50c68e": "Company Limted",
+ "50c6ad": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "50c709": "Juniper Networks",
+ "50c7bf": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "50c8e5": "Samsung Electronics Co.,Ltd",
+ "50c971": "GN Netcom A/S",
+ "50c9a0": "SKIPPER AS",
+ "50ccf8": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "50cd22": "Avaya Inc",
+ "50cd32": "NanJing Chaoran Science & Technology Co.,Ltd.",
+ "50ce75": "Measy Electronics Co., Ltd.",
+ "50cee3": "Gigafirm.co.LTD",
+ "50cf14": "Quectel Wireless Solutions Co.,Ltd.",
+ "50cf56": "China Mobile Group Device Co.,Ltd.",
+ "50d065": "ESYLUX GmbH",
+ "50d213": "CviLux Corporation",
+ "50d274": "Steffes Corporation",
+ "50d2f5": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "50d33b": "cloudnineinfo",
+ "50d37f": "Yu Fly Mikly Way Science and Technology Co., Ltd.",
+ "50d448": "Private",
+ "50d45c": "Amazon Technologies Inc.",
+ "50d4f7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "50d59c": "Thai Habel Industrial Co., Ltd.",
+ "50d6d7": "Takahata Precision",
+ "50d753": "CONELCOM GmbH",
+ "50da00": "Hangzhou H3C Technologies Co., Limited",
+ "50dad6": "Xiaomi Communications Co Ltd",
+ "50db3f": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "50dcd0": "Observint Technologies, Inc.",
+ "50dce7": "Amazon Technologies Inc.",
+ "50dcfc": "ECOCOM",
+ "50dd4f": "Automation Components, Inc",
+ "50de06": "Apple, Inc.",
+ "50de19": "IEEE Registration Authority",
+ "50df95": "Lytx",
+ "50e039": "Zyxel Communications Corporation",
+ "50e085": "Intel Corporate",
+ "50e099": "HangZhou Atuo Future Technology Co., Ltd",
+ "50e0c7": "TurControlSystme AG",
+ "50e0ef": "Nokia",
+ "50e14a": "Private",
+ "50e24e": "zte corporation",
+ "50e452": "Corp.",
+ "50e478": "Sichuan AI-Link Technology Co., Ltd.",
+ "50e4e0": "Hewlett Packard Enterprise",
+ "50e538": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "50e549": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "50e636": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "50e666": "Shenzhen Techtion Electronics Co., Ltd.",
+ "50e7a0": "Sdn. Bhd.",
+ "50e7b7": "vivo Mobile Communication Co., Ltd.",
+ "50e971": "Jibo, Inc.",
+ "50e9df": "Quectel Wireless Solutions Co.,Ltd.",
+ "50ead6": "Apple, Inc.",
+ "50eb1a": "Brocade Communications Systems LLC",
+ "50eb71": "Intel Corporate",
+ "50ebf6": "ASUSTek COMPUTER INC.",
+ "50ec50": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "50ed3c": "Apple, Inc.",
+ "50ed78": "Changzhou Yongse Infotech Co.,Ltd",
+ "50ed94": "EGATEL SL",
+ "50ee32": "Hon Hai Precision Industry Co.,LTD",
+ "50f003": "Open Stack, Inc.",
+ "50f0d3": "Samsung Electronics Co.,Ltd",
+ "50f14a": "Texas Instruments",
+ "50f222": "EM Microelectronic",
+ "50f261": "Photon Sail Technologies",
+ "50f265": "Apple, Inc.",
+ "50f351": "Apple, Inc.",
+ "50f43c": "Leeo Inc",
+ "50f4eb": "Apple, Inc.",
+ "50f520": "Samsung Electronics Co.,Ltd",
+ "50f5da": "Amazon Technologies Inc.",
+ "50f61a": "Kunshan JADE Technologies co., Ltd.",
+ "50f722": "Cisco Systems, Inc",
+ "50f7ed": "Huawei Device Co., Ltd.",
+ "50f8a5": "eWBM Co., Ltd.",
+ "50f908": "Wizardlab Co., Ltd.",
+ "50f958": "Huawei Device Co., Ltd.",
+ "50fa84": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "50faab": "L-tek d.o.o.",
+ "50facb": "IEEE Registration Authority",
+ "50fb19": "CORP.",
+ "50fbff": "Franklin Technology Inc. ",
+ "50fc30": "Treehouse Labs",
+ "50fc9f": "Samsung Electronics Co.,Ltd",
+ "50fdd5": "SJI Industry Company",
+ "50fe0c": "AzureWave Technology Inc.",
+ "50fe39": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "50fef2": "Sify Technologies Ltd",
+ "50ff20": "Keenetic Limited",
+ "50ff99": "IEEE Registration Authority",
+ "540237": "Teltronic AG",
+ "540295": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "540384": "Hongkong Nano IC Technologies Co., Ltd",
+ "5403f5": "EBN Technology Corp.",
+ "540463": "CIG SHANGHAI CO LTD",
+ "540496": "Gigawave LTD",
+ "5404a6": "ASUSTek COMPUTER INC.",
+ "540536": "Vivago Oy",
+ "54055f": "Alcatel Lucent",
+ "540593": "WOORI ELEC Co.,Ltd",
+ "5405db": "Electronics Technology co., ltd",
+ "54068b": "Ningbo Deli Kebei Technology Co.LTD",
+ "540764": "Huawei Device Co., Ltd.",
+ "54077d": "NETGEAR",
+ "54083b": "IEEE Registration Authority",
+ "540853": "Qingdao Haier Technology Co.,Ltd",
+ "5408d3": "Tianyi Telecom Terminals Company Limited",
+ "540910": "Apple, Inc.",
+ "540929": "Inventus Power Eletronica do Brasil LTDA",
+ "540955": "zte corporation",
+ "54098d": "deister electronic GmbH",
+ "540a77": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "540a8a": "Jlztlink Industry(ShenZhen)Co.,Ltd. ",
+ "540bb6": "Variscite LTD",
+ "540df9": "Huawei Device Co., Ltd.",
+ "540e2d": "vivo Mobile Communication Co., Ltd.",
+ "540e58": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "540f2c": "Arista Networks",
+ "540f57": "Silicon Laboratories",
+ "54102e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "541031": "SMARTO",
+ "54104f": "Samsung Electronics Co.,Ltd",
+ "54107b": "Guangdong Jeton International Tech Ltd.",
+ "5410ec": "Microchip Technology Inc.",
+ "54112f": "Sulzer Pump Solutions Finland Oy",
+ "541149": "vivo Mobile Communication Co., Ltd.",
+ "541159": "Nettrix Information Industry co.LTD",
+ "54115f": "Atamo Pty Ltd",
+ "5412cb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "541310": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "541379": "Hon Hai Precision Ind. Co.,Ltd.",
+ "5413ca": "ITEL MOBILE LIMITED",
+ "541473": "Wingtech Group (HongKong)Limited",
+ "5414a7": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "5414f3": "Intel Corporate",
+ "5414fd": "Orbbec 3D Technology International",
+ "541589": "MCS Logic Inc.",
+ "541651": "Ruijie Networks Co.,LTD",
+ "5419c8": "vivo Mobile Communication Co., Ltd.",
+ "541b5d": "Techno-Innov",
+ "541d61": "YEESTOR Microelectronics Co., Ltd",
+ "541dfb": "Freestyle Energy Ltd",
+ "541e56": "Juniper Networks",
+ "541f8d": "zte corporation",
+ "541fd5": "Advantage Electronics",
+ "542018": "Tely Labs",
+ "542097": "TTTech Auto AG",
+ "54211d": "Huawei Device Co., Ltd.",
+ "542160": "Alula",
+ "54219d": "Samsung Electronics Co.,Ltd",
+ "5421a9": "ITEL MOBILE LIMITED",
+ "542259": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5422e0": "Adtran Inc",
+ "5422f8": "zte corporation",
+ "5425ea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54263d": "Sony Corporation",
+ "542696": "Apple, Inc.",
+ "54271e": "AzureWave Technology Inc.",
+ "542722": "Lacroix",
+ "542758": "Mobility Technologies Communication Co., Ltd.",
+ "54276c": "Jiangsu Houge Technology Corp.",
+ "54278d": "Management Ltd.",
+ "542906": "Apple, Inc.",
+ "542a1b": "Sonos, Inc.",
+ "542a9c": "LSY Defense, LLC.",
+ "542aa2": "Alpha Networks Inc.",
+ "542b1c": "Amazon Technologies Inc.",
+ "542b57": "Night Owl SP",
+ "542b76": "zte corporation",
+ "542b8d": "Apple, Inc.",
+ "542bde": "New H3C Technologies Co., Ltd",
+ "542cea": "PROTECTRON",
+ "542f04": "Shanghai Longcheer Technology Co., Ltd.",
+ "542f2b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "542f89": "Euclid Laboratories, Inc.",
+ "542f8a": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "543131": "Raster Vision Ltd",
+ "5431d4": "TGW Mechanics GmbH",
+ "543204": "Espressif Inc.",
+ "5432c7": "Apple, Inc.",
+ "5433c6": "Mist Systems, Inc.",
+ "5433cb": "Apple, Inc.",
+ "5434ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "543530": "Hon Hai Precision Ind. Co.,Ltd.",
+ "5435df": "Symeo GmbH",
+ "5435e9": "Feitian Technologies Co., Ltd",
+ "54369b": "Co., Ltd.",
+ "5437bb": "Taicang T&W Electronics",
+ "543968": "Edgewater Networks Inc",
+ "5439df": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "543ad6": "Samsung Electronics Co.,Ltd",
+ "543adf": "Qualfiber Technology Co.,Ltd",
+ "543b30": "duagon AG",
+ "543d37": "Ruckus Wireless",
+ "543d60": "Arcadyan Corporation",
+ "543d92": "WIRELESS-TEK TECHNOLOGY LIMITED",
+ "543e64": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "5440ad": "Samsung Electronics Co.,Ltd",
+ "544249": "Sony Corporation",
+ "5443b2": "Espressif Inc.",
+ "544408": "Nokia Corporation",
+ "54443b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5444a3": "Samsung Electronics Co.,Ltd",
+ "544538": "Texas Instruments",
+ "544617": "zte corporation",
+ "54466b": "Shenzhen CZTIC Electronic Technology Co., Ltd ",
+ "544741": "XCHENG HOLDING",
+ "5447cc": "Sagemcom Broadband SAS",
+ "5447d3": "TSAT AS",
+ "5447e8": "Syrotech Networks. Ltd.",
+ "544810": "Dell Inc.",
+ "54489c": "CDOUBLES ELECTRONICS CO. LTD.",
+ "5448e6": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "5449df": "Peloton Interactive, Inc",
+ "5449fc": "Ubee Interactive Co., Limited",
+ "544a00": "Cisco Systems, Inc",
+ "544a05": "wenglor sensoric gmbh",
+ "544a16": "Texas Instruments",
+ "544b8c": "Juniper Networks",
+ "544c8a": "Microsoft Corporation",
+ "544dd4": "China Mobile Group Device Co.,Ltd.",
+ "544e45": "Private",
+ "544e90": "Apple, Inc.",
+ "544ef0": "Roku, Inc",
+ "54511b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "545146": "AMG Systems Ltd.",
+ "5451de": "Cisco Systems, Inc",
+ "545284": "Huawei Device Co., Ltd.",
+ "5453ed": "Sony Corporation",
+ "545414": "Digital RF Corea, Inc",
+ "5454cf": "PROBEDIGITAL CO.,LTD",
+ "5455d5": "Huawei Device Co., Ltd.",
+ "545925": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "545aa6": "Espressif Inc.",
+ "545b86": "Panasonic Automotive Systems Co.,Ltd",
+ "545dd9": "EDISTEC",
+ "545ebd": "NL Technologies",
+ "545fa7": "Jibaiyou Technology Co.,Ltd.",
+ "545fa9": "Teracom Limited",
+ "546009": "Google, Inc.",
+ "54606d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "546172": "ZODIAC AEROSPACE SAS",
+ "5461ea": "Zaplox AB",
+ "5462e2": "Apple, Inc.",
+ "5464bc": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "5464d9": "Sagemcom Broadband SAS",
+ "5464de": "u-blox AG",
+ "546503": "Quectel Wireless Solutions Co.,Ltd.",
+ "5465de": "Commscope",
+ "54666c": "Shenzhen YOUHUA Technology Co., Ltd",
+ "5466f9": "ConMet",
+ "546706": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "546749": "Google, Inc.",
+ "546751": "Compal Broadband Networks, Inc.",
+ "5467e6": "SHENZHEN MTC CO LTD",
+ "546925": "PS INODIC CO., LTD.",
+ "546990": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "546ad8": "Elster Water Metering",
+ "546c0e": "Texas Instruments",
+ "546cac": "Intelbras",
+ "546ceb": "Intel Corporate",
+ "546d52": "TOPVIEW OPTRONICS CORP.",
+ "546f71": "uAvionix Corporation",
+ "547068": "VTech Communications Limited",
+ "5471dd": "Huawei Device Co., Ltd.",
+ "54724f": "Apple, Inc.",
+ "54725e": "UNION MAN TECHNOLOGY CO.,LTD",
+ "54726e": "Daimler Truck AG",
+ "547398": "Toyo Electronics Corporation",
+ "5474e6": "Webtech Wireless",
+ "547595": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "5475d0": "Cisco Systems, Inc",
+ "5476b2": "Raisecom Technology CO., LTD",
+ "547787": "Earda Technologies co Ltd",
+ "54778a": "Hewlett Packard Enterprise ",
+ "54781a": "Cisco Systems, Inc",
+ "547885": "SHENZHEN GIEC DIGITAL CO.,LTD",
+ "5478c9": "AMPAK Technology,Inc.",
+ "5478f0": "zte corporation",
+ "547975": "Nokia Corporation",
+ "547a52": "CTE International srl",
+ "547c69": "Cisco Systems, Inc",
+ "547d40": "Powervision Tech Inc.",
+ "547dcd": "Texas Instruments",
+ "547e1a": "Kaon Group Co., Ltd.",
+ "547f54": "INGENICO",
+ "547fa8": "TELCO systems, s.r.o.",
+ "547fbc": "iodyne",
+ "547fee": "Cisco Systems, Inc",
+ "548028": "Hewlett Packard Enterprise ",
+ "54808a": "PT. BIZLINK TECHNOLOGY INDONESIA",
+ "54812d": "Ltd.",
+ "5481ad": "Eagle Research Corporation",
+ "54833a": "Zyxel Communications Corporation",
+ "548450": "Tiinlab Corporation",
+ "54847b": "Digital Devices GmbH",
+ "5484dc": "zte corporation",
+ "5485c1": "Siliconwaves Technologies Co.,Ltd",
+ "5486bc": "Cisco Systems, Inc",
+ "5488de": "Cisco Systems, Inc",
+ "5488fe": "Co., Ltd.",
+ "548922": "Zelfy Inc",
+ "548998": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "548aba": "Cisco Systems, Inc",
+ "548c81": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "548ca0": "Liteon Technology Corporation",
+ "548d5a": "Intel Corporate",
+ "5491af": "IEEE Registration Authority",
+ "5491e1": "Vitalacy Inc.",
+ "549209": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54926a": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "5492be": "Samsung Electronics Co.,Ltd",
+ "549359": "SHENZHEN TWOWING TECHNOLOGIES CO.,LTD.",
+ "549478": "Silvershore Technology Partners",
+ "549963": "Apple, Inc.",
+ "549a11": "IEEE Registration Authority",
+ "549a16": "Uzushio Electric Co.,Ltd.",
+ "549a4c": "GUANGDONG HOMECARE TECHNOLOGY CO.,LTD. ",
+ "549a8f": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "549b12": "Samsung Electronics Co.,Ltd",
+ "549b24": "Mellanox Technologies, Inc.",
+ "549b49": "NEC Platforms, Ltd.",
+ "549b72": "Ericsson AB",
+ "549c27": "Plasma Cloud Limited",
+ "549d85": "EnerAccess inc",
+ "549f06": "Nokia Shanghai Bell Co., Ltd.",
+ "549f13": "Apple, Inc.",
+ "549f35": "Dell Inc.",
+ "549fae": "iBASE Gaming Inc",
+ "549fc6": "Cisco Systems, Inc",
+ "54a04f": "t-mac Technologies Ltd",
+ "54a050": "ASUSTek COMPUTER INC.",
+ "54a104": "OPTOWL Co.,Ltd",
+ "54a245": "Digisol Systems Limited",
+ "54a274": "Cisco Systems, Inc",
+ "54a31b": "Shenzhen Linkworld Technology Co,.LTD",
+ "54a3fa": "BQT Solutions (Australia)Pty Ltd",
+ "54a493": "IEEE Registration Authority",
+ "54a51b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54a54b": "NSC Communications Siberia Ltd",
+ "54a552": "Shenzhen WeSing Interactive Entertainment Technology Co., Ltd",
+ "54a619": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "54a637": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54a65c": "Vantiva USA LLC",
+ "54a6db": "Huawei Device Co., Ltd.",
+ "54a703": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "54a7a0": "HUNAN AIMAG INTELLIGENT TECHNOLOGY CO.,LTD",
+ "54a9c8": "Home Control Singapore Pte Ltd",
+ "54a9d4": "Minibar Systems",
+ "54ab3a": "Quanta Computer Inc.",
+ "54acfc": "LIZN ApS",
+ "54ae27": "Apple, Inc.",
+ "54aed0": "DASAN Networks, Inc. ",
+ "54aed2": "CSL Dualcom Ltd",
+ "54af97": "TP-Link Systems Inc",
+ "54b121": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54b203": "PEGATRON CORPORATION",
+ "54b29d": "Shenzhen YOUHUA Technology Co., Ltd",
+ "54b56c": "Xi'an NovaStar Tech Co., Ltd",
+ "54b620": "SUHDOL E&C Co.Ltd.",
+ "54b753": "Hunan Fenghui Yinjia Science And Technology Co.,Ltd",
+ "54b7bd": "Arcadyan Corporation",
+ "54b7e5": "Rayson Technology Co., Ltd.",
+ "54b802": "Samsung Electronics Co.,Ltd",
+ "54b80a": "D-Link International",
+ "54b874": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "54b8db": "Apple, Inc.",
+ "54bad6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54bad9": "Intelbras",
+ "54bd79": "Samsung Electronics Co.,Ltd",
+ "54be53": "zte corporation",
+ "54bef7": "PEGATRON CORPORATION",
+ "54bf64": "Dell Inc.",
+ "54c078": "Infinix mobility limited",
+ "54c250": "Iskratel d.o.o.",
+ "54c33e": "Ciena Corporation",
+ "54c415": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "54c45b": "Arcadyan Corporation",
+ "54c480": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54c57a": "Sunnovo International Limited",
+ "54c6a6": "Hubei Yangtze Mason Semiconductor Technology Co., Ltd.",
+ "54c6ff": "New H3C Technologies Co., Ltd",
+ "54c80f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "54c8cc": "Shenzhen SDG Telecom Equipment Co.,Ltd.",
+ "54c9df": "FN-LINK TECHNOLOGY LIMITED",
+ "54cd10": "Panasonic Mobile Communications Co.,Ltd.",
+ "54cda7": "Fujian Shenzhou Electronic Co.,Ltd",
+ "54cdee": "ShenZhen Apexis Electronic Co.,Ltd",
+ "54ce69": "Hikari Trading Co.,Ltd.",
+ "54ce82": "zte corporation",
+ "54cf8d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54d0b4": "Xiamen Four-Faith Communication Technology Co.,Ltd",
+ "54d0ed": "AXIM Communications",
+ "54d163": "MAX-TECH,INC",
+ "54d17d": "Samsung Electronics Co.,Ltd",
+ "54d1b0": "Universal Laser Systems, Inc",
+ "54d272": "Nuki Home Solutions GmbH",
+ "54d46f": "Cisco SPVTG",
+ "54d60d": "Hangzhou Ezviz Software Co.,Ltd.",
+ "54d751": "Proximus",
+ "54d7e3": "Hewlett Packard Enterprise",
+ "54d9c6": "Huawei Device Co., Ltd.",
+ "54d9e4": "BRILLIANTTS CO., LTD",
+ "54dba2": "Fibrain",
+ "54dc1d": "Co.,Ltd",
+ "54dce9": "Silicon Laboratories",
+ "54dd21": "Huawei Device Co., Ltd.",
+ "54dd4f": "Samsung Electronics Co.,Ltd",
+ "54ded0": "Sevio Srl",
+ "54ded3": "zte corporation",
+ "54df00": "Ulterius Technologies, LLC",
+ "54df1b": "Vestel Elektronik San ve Tic. A.S.",
+ "54df24": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "54df63": "Intrakey technologies GmbH",
+ "54e005": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "54e019": "Ring LLC",
+ "54e032": "Juniper Networks",
+ "54e061": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "54e140": "INGENICO",
+ "54e15b": "Huawei Device Co., Ltd.",
+ "54e1ad": "Electronics Technology co., ltd",
+ "54e1b6": "Sdn. Bhd.",
+ "54e2c8": "Dongguan Aoyuan Electronics Technology Co., Ltd",
+ "54e2e0": "Commscope",
+ "54e3b0": "JVL Industri Elektronik",
+ "54e3f6": "Alcatel-Lucent",
+ "54e43a": "Apple, Inc.",
+ "54e4a9": "BHR Tech GmbH",
+ "54e4bd": "FN-LINK TECHNOLOGY LIMITED",
+ "54e4ed": "Intel Corporate",
+ "54e61b": "Apple, Inc.",
+ "54e63f": "ShenZhen LingKeWeiEr Technology Co., Ltd.",
+ "54e6fc": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "54e7d5": "LTD",
+ "54eaa8": "Apple, Inc.",
+ "54eae1": "Honor Device Co., Ltd.",
+ "54ebe9": "Apple, Inc.",
+ "54ec2f": "Ruckus Wireless",
+ "54ecb0": "Sercomm France Sarl",
+ "54eda3": "Navdy, Inc.",
+ "54ee75": "Wistron InfoComm(Kunshan)Co.,Ltd.",
+ "54ef33": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "54ef43": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54ef44": "Lumi United Technology Co., Ltd",
+ "54ef5b": "Science Corporation",
+ "54ef92": "Shenzhen Elink Technology Co., LTD",
+ "54effe": "Fullpower Technologies, Inc.",
+ "54f0b1": "Hewlett Packard Enterprise",
+ "54f15f": "Sichuan AI-Link Technology Co., Ltd.",
+ "54f201": "Samsung Electronics Co.,Ltd",
+ "54f294": "Huawei Device Co., Ltd.",
+ "54f29f": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "54f5b6": "ORIENTAL PACIFIC INTERNATIONAL LIMITED",
+ "54f607": "Huawei Device Co., Ltd.",
+ "54f666": "Berthold Technologies GmbH and Co.KG",
+ "54f6c5": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "54f6e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "54f82a": "u-blox AG",
+ "54f876": "ABB AG",
+ "54f8f0": "Tesla Inc",
+ "54fa3e": "Samsung Electronics Co.,Ltd",
+ "54fa89": "Medtronic CRM",
+ "54fa96": "Nokia Solutions and Networks GmbH & Co. KG",
+ "54fb58": "WISEWARE, Lda",
+ "54fb5a": "Optomind Inc.",
+ "54fb66": "ASRock Incorporation",
+ "54fcf0": "Samsung Electronics Co.,Ltd",
+ "54fdbf": "Scheidt & Bachmann GmbH",
+ "54feeb": "Texas Instruments",
+ "54ff82": "Davit Solution co.",
+ "54ffcf": "Mopria Alliance",
+ "580032": "Genexis B.V.",
+ "5800bb": "Juniper Networks",
+ "5800e3": "Liteon Technology Corporation",
+ "580205": "AzureWave Technology Inc.",
+ "5803fb": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "58044f": "TP-Link Systems Inc.",
+ "580454": "ICOMM HK LIMITED",
+ "5804cb": "Tianjin Huisun Technology Co.,Ltd.",
+ "580528": "LABRIS NETWORKS",
+ "580556": "Elettronica GF S.r.L.",
+ "5805d9": "Seiko Epson Corporation",
+ "5807f8": "Nokia Solutions and Networks GmbH & Co. KG",
+ "5808fa": "Fiber Optic & telecommunication INC.",
+ "580943": "Private",
+ "580987": "Amazon Technologies Inc.",
+ "5809e5": "Kivic Inc.",
+ "580a20": "Cisco Systems, Inc",
+ "580ad4": "Apple, Inc.",
+ "580d0d": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "581031": "Hon Hai Precision IND.CO.,LTD",
+ "58108c": "Intelbras",
+ "5810b7": "Infinix mobility limited",
+ "581122": "ASUSTek COMPUTER INC.",
+ "581243": "AcSiP Technology Corp.",
+ "5813d3": "Gemtek Technology Co., Ltd.",
+ "581626": "Avaya Inc",
+ "5816d7": "ALPSALPINE CO,.LTD",
+ "58170c": "Sony Corporation",
+ "581862": "Sony Corporation",
+ "5819f8": "Commscope",
+ "581cbd": "Affinegy",
+ "581cf8": "Intel Corporate",
+ "581d91": "Advanced Mobile Telecom co.,ltd.",
+ "581dc9": "MSE CO.,LTD.",
+ "581dd8": "Sagemcom Broadband SAS",
+ "581f19": "EMH Metering GmbH & Co. KG",
+ "581f28": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "581f67": "Open-m technology limited",
+ "581faa": "Apple, Inc.",
+ "581fef": "Tuttnaer LTD",
+ "582059": "Xiaomi Communications Co Ltd",
+ "582071": "Samsung Electronics Co.,Ltd",
+ "58208a": "IEEE Registration Authority",
+ "5820b1": "Hewlett Packard",
+ "582136": "KMB systems, s.r.o.",
+ "5821e9": "TWPI",
+ "58238c": "Vantiva USA LLC",
+ "58239b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "5823bc": "IEEE Registration Authority",
+ "582429": "Google, Inc.",
+ "582575": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58257a": "CO.,LTD",
+ "58263a": "Silicon Laboratories",
+ "582745": "Angelbird Technologies GmbH",
+ "58278c": "BUFFALO.INC",
+ "582af7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "582b0a": "Texas Instruments",
+ "582bdb": "Pax AB",
+ "582d34": "Co., Ltd",
+ "582efe": "Lighting Science Group",
+ "582f40": "Nintendo Co.,Ltd",
+ "582f42": "Universal Electric Corporation",
+ "582ff7": "Sagemcom Broadband SAS",
+ "58305b": "Shanghai Junqian Sensing Technology Co.,LTD",
+ "58306e": "Nokia",
+ "583112": "DRUST",
+ "583277": "Reliance Communications LLC",
+ "58343b": "Glovast Technology Ltd.",
+ "58350f": "EM Microelectronic",
+ "583526": "DEEPLET TECHNOLOGY CORP",
+ "58355d": "Huawei Device Co., Ltd.",
+ "58356b": "TECNO MOBILE LIMITED",
+ "5835d9": "Cisco Systems, Inc",
+ "583653": "Apple, Inc.",
+ "583879": "RICOH COMPANY, LTD.",
+ "583bc2": "Silicon Laboratories",
+ "583bd9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "583cc6": "Omneality Ltd.",
+ "58404e": "Apple, Inc.",
+ "584120": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "584146": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "5842e4": "Baxter International Inc",
+ "5843ab": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "584498": "Xiaomi Communications Co Ltd",
+ "58454c": "Ericsson AB",
+ "58468f": "Koncar Electronics and Informatics",
+ "5846e1": "Baxter International Inc",
+ "584704": "Shenzhen Webridge Technology Co.,Ltd",
+ "5847ca": "IEEE Registration Authority",
+ "584822": "Sony Corporation",
+ "584849": "IEEE Registration Authority",
+ "5848c0": "COFLEC",
+ "584925": "E3 Enterprise",
+ "58493b": "Palo Alto Networks",
+ "5849ba": "Chitai Electronic Corp.",
+ "584bbc": "zte corporation",
+ "584c19": "Chongqing Guohong Technology Development Company Limited",
+ "584cee": "Digital One Technologies, Limited",
+ "584d42": "Dragos, Inc.",
+ "585076": "Linear Equipamentos Eletronicos SA",
+ "5850ab": "TLS Corporation",
+ "5850e6": "Best Buy Corporation",
+ "5850ed": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "58528a": "Mitsubishi Electric Corporation",
+ "5853c0": "Beijing Guang Runtong Technology Development Company co.,Ltd",
+ "585595": "Apple, Inc.",
+ "5855ca": "Apple, Inc.",
+ "58569f": "Cisco Systems, Inc",
+ "5856c2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5856e8": "Commscope",
+ "58570d": "Danfoss Solar Inverters",
+ "5858cd": "Extreme Networks Headquarters",
+ "585924": "Nanjing Simon Info Tech Co.,Ltd.",
+ "5859c2": "Extreme Networks Headquarters",
+ "585b69": "TVT CO., LTD",
+ "585ff6": "zte corporation",
+ "586010": "shenzhen zovoton electronic co.,ltd",
+ "58605f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5860d8": "Commscope",
+ "586163": "Pte. Ltd.",
+ "586356": "FN-LINK TECHNOLOGY LIMITED",
+ "58639a": "TPL SYSTEMES",
+ "5864c4": "Apple, Inc.",
+ "5865e6": "infomark",
+ "58666d": "Apple, Inc.",
+ "5866ba": "Hangzhou H3C Technologies Co., Limited",
+ "58671a": "Barnes&Noble",
+ "58677f": "Clare Controls Inc.",
+ "58685d": "Tempo Australia Pty Ltd",
+ "586861": "VIASAT, INCORPORATED",
+ "58687a": "Sagemcom Broadband SAS",
+ "58696c": "Ruijie Networks Co.,LTD",
+ "5869f9": "Fusion Transactive Ltd.",
+ "586ab1": "Hangzhou H3C Technologies Co., Limited",
+ "586b14": "Apple, Inc.",
+ "586c25": "Intel Corporate",
+ "586d67": "Intel Corporate",
+ "586d8f": "Cisco-Linksys, LLC",
+ "586ed6": "Private",
+ "58707f": "Ericsson AB",
+ "5870c6": "Shanghai Xiaoyi Technology Co., Ltd.",
+ "5872c9": "zte corporation",
+ "5873d1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5873d8": "Apple, Inc.",
+ "587521": "CJSC RTSoft",
+ "587675": "Beijing ECHO Technologies Co.,Ltd",
+ "58769c": "Palo Alto Networks",
+ "5876ac": "TECHNOLOGIES CORPORATION",
+ "5876b3": "Ubee Interactive Co., Limited",
+ "5876c5": "DIGI I'S LTD",
+ "587961": "Microsoft Corporation",
+ "5879e0": "Samsung Electronics Co.,Ltd",
+ "587a4d": "Stonesoft Corporation",
+ "587a62": "Texas Instruments",
+ "587a6a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "587ab1": "Shanghai Lixun Information Technology Co., Ltd.",
+ "587be9": "AirPro Technology India Pvt. Ltd",
+ "587db6": "Northern Data AG",
+ "587e61": "Qingdao Hisense Communications Co.,Ltd.",
+ "587f57": "Apple, Inc.",
+ "587f66": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "587fb7": "SONAR INDUSTRIAL CO., LTD.",
+ "587fc8": "S2M",
+ "58821d": "H. Schomäcker GmbH",
+ "5882a8": "Microsoft",
+ "588336": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5884e4": "IP500 Alliance e.V.",
+ "58856e": "QSC AG",
+ "5885a2": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "5885e9": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "588670": "Juniper Networks",
+ "588694": "EFM Networks",
+ "58874c": "LITE-ON CLEAN ENERGY TECHNOLOGY CORP.",
+ "588785": "Adtran Inc",
+ "58879f": "Huawei Device Co., Ltd.",
+ "5887e2": "Shenzhen Coship Electronics Co., Ltd.",
+ "588a5a": "Dell Inc.",
+ "588b1c": "Cisco Systems, Inc",
+ "588bf3": "Zyxel Communications Corporation",
+ "588c81": "Espressif Inc.",
+ "588d09": "Cisco Systems, Inc",
+ "588d39": "LTD.",
+ "588d64": "Xi'an Clevbee Technology Co.,Ltd",
+ "588e81": "Silicon Laboratories",
+ "588fcf": "Hangzhou Ezviz Software Co.,Ltd.",
+ "589043": "Sagemcom Broadband SAS",
+ "589153": "China Mobile IOT Company Limited",
+ "5891cf": "Intel Corporate",
+ "58920d": "Kinetic Avionics Limited",
+ "589351": "Huawei Device Co., Ltd.",
+ "589396": "Ruckus Wireless",
+ "5893d8": "Texas Instruments",
+ "5893e8": "Apple, Inc.",
+ "58946b": "Intel Corporate",
+ "5894a2": "KETEK GmbH",
+ "5894ae": "Huawei Device Co., Ltd.",
+ "5894b2": "BrainCo",
+ "5894cf": "Vertex Standard LMR, Inc.",
+ "58957e": "Huawei Device Co., Ltd.",
+ "5895d8": "IEEE Registration Authority",
+ "58960a": "LG Electronics",
+ "58961d": "Intel Corporate",
+ "589630": "Vantiva USA LLC",
+ "589671": "WNC Corporation",
+ "58971e": "Cisco Systems, Inc",
+ "5897bd": "Cisco Systems, Inc",
+ "589835": "Technicolor Delivery Technologies Belgium NV",
+ "58986f": "Revolution Display",
+ "589a3e": "Amazon Technologies Inc.",
+ "589b0b": "Shineway Technologies, Inc.",
+ "589b4a": "Corporation",
+ "589bf7": "Hefei Radio Communication Technology Co., Ltd ",
+ "589cfc": "FreeBSD Foundation",
+ "589ec6": "Gigaset Communications GmbH",
+ "58a023": "Intel Corporate",
+ "58a0cb": "TrackNet, Inc",
+ "58a15f": "Texas Instruments",
+ "58a2e1": "Mellanox Technologies, Inc.",
+ "58a48e": "PixArt Imaging Inc.",
+ "58a639": "Samsung Electronics Co.,Ltd",
+ "58a748": "Lytx",
+ "58a76f": "iD corporation",
+ "58a839": "Intel Corporate",
+ "58a87b": "Fitbit, Inc.",
+ "58a8e8": "Amazon Technologies Inc.",
+ "58ac78": "Cisco Systems, Inc",
+ "58ad12": "Apple, Inc.",
+ "58ae2b": "Huawei Device Co., Ltd.",
+ "58aea8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58aef1": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "58b035": "Apple, Inc.",
+ "58b03e": "Nintendo Co.,Ltd",
+ "58b0d4": "ZuniData Systems Inc.",
+ "58b0fe": "Team EPS GmbH",
+ "58b10f": "Samsung Electronics Co.,Ltd",
+ "58b18f": "Huawei Device Co., Ltd.",
+ "58b38f": "New H3C Technologies Co., Ltd",
+ "58b3fc": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "58b42d": "YSTen Technology Co.,Ltd",
+ "58b4bb": "Ruijie Networks Co.,LTD",
+ "58b568": "SECURITAS DIRECT ESPAÑA, SAU",
+ "58b623": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "58b633": "Ruckus Wireless",
+ "58b858": "SZ DJI TECHNOLOGY CO.,LTD",
+ "58b961": "SOLEM Electronique",
+ "58b965": "Apple, Inc.",
+ "58b9e1": "Crystalfontz America, Inc.",
+ "58bad3": "NANJING CASELA TECHNOLOGIES CORPORATION LIMITED",
+ "58bad4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58bc27": "Cisco Systems, Inc",
+ "58bc8f": "Cognitive Systems Corp.",
+ "58bda3": "Nintendo Co., Ltd.",
+ "58bdf9": "Sigrand",
+ "58be72": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58bf25": "Espressif Inc.",
+ "58bfea": "Cisco Systems, Inc",
+ "58c17a": "Cambium Networks Limited",
+ "58c232": "NEC Corporation",
+ "58c356": "EM Microelectronic",
+ "58c38b": "Samsung Electronics Co.,Ltd",
+ "58c41e": "IEEE Registration Authority",
+ "58c57e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "58c583": "ITEL MOBILE LIMITED",
+ "58c587": "AltoBeam Inc.",
+ "58c5cb": "Samsung Electronics Co.,Ltd",
+ "58c6f0": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "58c7ac": "New H3C Technologies Co., Ltd",
+ "58c876": "Information Technology Co., Ltd.",
+ "58c935": "Chiun Mai Communication System, Inc",
+ "58cb52": "Google, Inc.",
+ "58cdc9": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "58ce2a": "Intel Corporate",
+ "58cf4b": "Lufkin Industries",
+ "58cf79": "Espressif Inc.",
+ "58d061": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58d071": "BW Broadcast",
+ "58d08f": "IEEE 1904.1 Working Group",
+ "58d15a": "Texas Instruments",
+ "58d237": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "58d312": "zte corporation",
+ "58d349": "Apple, Inc.",
+ "58d391": "Quectel Wireless Solutions Co.,Ltd.",
+ "58d50a": "Murata Manufacturing Co., Ltd.",
+ "58d533": "Huaqin Technology Co.,Ltd",
+ "58d56e": "D-Link International",
+ "58d61f": "Ubiquiti Inc",
+ "58d67a": "TCPlink",
+ "58d697": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "58d6d3": "Dairy Cheq Inc",
+ "58d759": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58d8a7": "Bird Home Automation GmbH",
+ "58d9c3": "Motorola Mobility LLC, a Lenovo Company",
+ "58d9d5": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "58db09": "Quectel Wireless Solutions Co.,Ltd.",
+ "58db15": "TECNO MOBILE LIMITED",
+ "58db8d": "Fast Co., Ltd.",
+ "58dc6d": "Exceptional Innovation, Inc.",
+ "58df59": "Cisco Systems, Inc",
+ "58e02c": "Micro Technic A/S",
+ "58e16c": "Ying Hua Information Technology (Shanghai)Co., LTD",
+ "58e28f": "Apple, Inc.",
+ "58e326": "Compass Technologies Inc.",
+ "58e359": "Interroll Software & Electronics GmbH",
+ "58e403": "WNC Corporation",
+ "58e434": "Juniper Networks",
+ "58e476": "CENTRON COMMUNICATIONS TECHNOLOGIES FUJIAN CO.,LTD",
+ "58e488": "Amazon Technologies Inc.",
+ "58e4eb": "FN-LINK TECHNOLOGY Ltd.",
+ "58e636": "EVRsafe Technologies",
+ "58e6ba": "Apple, Inc.",
+ "58e6c5": "Espressif Inc.",
+ "58e747": "Deltanet AG",
+ "58e808": "AUTONICS CORPORATION",
+ "58e873": "HANGZHOU DANGBEI NETWORK TECH.Co.,Ltd",
+ "58e876": "IEEE Registration Authority",
+ "58ea1f": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "58eafc": "ELL-IoT Inc",
+ "58eb14": "Proteus Digital Health",
+ "58ece1": "Newport Corporation",
+ "58eced": "Sdn. Bhd.",
+ "58ed99": "zte corporation",
+ "58eece": "Icon Time Systems",
+ "58ef68": "Belkin International Inc.",
+ "58f102": "BLU Products Inc.",
+ "58f2fc": "Huawei Device Co., Ltd.",
+ "58f387": "Airios",
+ "58f39c": "Cisco Systems, Inc",
+ "58f496": "Source Chain",
+ "58f67b": "Xia Men UnionCore Technology LTD.",
+ "58f6bf": "Kyoto University",
+ "58f85c": "LLC Proizvodstvennaya Kompania TransService",
+ "58f8d7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58f987": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "58f98e": "SECUDOS GmbH",
+ "58fb3e": "Huawei Device Co., Ltd.",
+ "58fb84": "Intel Corporate",
+ "58fb96": "Ruckus Wireless",
+ "58fc20": "Altice Labs",
+ "58fc73": "Arria Live Media, Inc.",
+ "58fcc6": "TOZO INC",
+ "58fcc8": "Honeywell",
+ "58fcdb": "IEEE Registration Authority",
+ "58fce3": "Funshion Online Technologies Co.,Ltd",
+ "58fd20": "Systemhouse Solutions AB",
+ "58fd5d": "Hangzhou Xinyun technology Co., Ltd.",
+ "58fdb1": "LG Electronics",
+ "58fdbe": "Shenzhen Taikaida Technology Co., Ltd",
+ "58fe7e": "zte corporation",
+ "58ffa1": "zte corporation",
+ "5c0038": "Viasat Group S.p.A.",
+ "5c013b": "Espressif Inc.",
+ "5c0214": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "5c026a": "Applied Vision Corporation",
+ "5c0272": "Silicon Laboratories",
+ "5c0339": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c045a": "Company NA Stage & Light",
+ "5c0610": "Cisco Meraki",
+ "5c0758": "Ufispace Co., LTD.",
+ "5c076f": "Thought Creator",
+ "5c07a4": "Ciena Corporation",
+ "5c07a6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c0947": "Apple, Inc.",
+ "5c0979": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c0a5b": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "5c0b3b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c0bca": "Tunstall Nordic AB",
+ "5c0c0e": "Guizhou Huaxintong Semiconductor Technology Co Ltd",
+ "5c0cbb": "CELIZION Inc.",
+ "5c0ce6": "Nintendo Co.,Ltd",
+ "5c0e8b": "Extreme Networks Headquarters",
+ "5c0ffb": "Amino Communications Ltd",
+ "5c101e": "zte corporation",
+ "5c10c5": "Samsung Electronics Co.,Ltd",
+ "5c1193": "Seal One AG",
+ "5c13cc": "Apple, Inc.",
+ "5c1437": "Thyssenkrupp Aufzugswerke GmbH",
+ "5c14eb": "Trident IoT",
+ "5c1515": "ADVAN",
+ "5c15c5": "Shenzhen SSC Technology Co. Ltd",
+ "5c15e1": "PTE LTD",
+ "5c1648": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "5c167d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c16c7": "Arista Networks",
+ "5c1720": "Huawei Device Co., Ltd.",
+ "5c1737": "I-View Now, LLC.",
+ "5c1783": "Edgecore Americas Networking Corporation",
+ "5c17cf": "Co., Ltd",
+ "5c17d3": "LGE ",
+ "5c18b5": "Talon Communications",
+ "5c18dd": "CIG SHANGHAI CO LTD",
+ "5c1923": "Hangzhou Lanly Technology Co., Ltd.",
+ "5c1a6f": "Co.,Ltd.",
+ "5c1bf4": "Apple, Inc.",
+ "5c1cb9": "vivo Mobile Communication Co., Ltd.",
+ "5c1dd9": "Apple, Inc.",
+ "5c20d0": "Asoni Communication Co., Ltd.",
+ "5c2167": "Rockwell Automation",
+ "5c22c4": "DAE EUN ELETRONICS CO., LTD",
+ "5c22da": "Vantiva USA LLC",
+ "5c2316": "Squirrels Research Labs LLC",
+ "5c241f": "Qingdao Haier Technology Co.,Ltd",
+ "5c2443": "O-Sung Telecom Co., Ltd.",
+ "5c2479": "Baltech AG",
+ "5c24e2": "Suzhou Denbom Electronic S&T Co., Ltd",
+ "5c254c": "Avire Global Pte Ltd",
+ "5c2573": "Mellanox Technologies, Inc.",
+ "5c260a": "Dell Inc.",
+ "5c2623": "WaveLynx Technologies Corporation",
+ "5c2763": "Itibia Technologies",
+ "5c27d4": "Shenzhen Qihu Intelligent Technology Company Limited",
+ "5c2886": "Corporation",
+ "5c2aef": "r2p Asia-Pacific Pty Ltd",
+ "5c2bf5": "Vivint Wireless Inc. ",
+ "5c2d08": "Subeca",
+ "5c2e59": "Samsung Electronics Co.,Ltd",
+ "5c2ed2": "Electronics Co.,Ltd",
+ "5c2faf": "HomeWizard B.V.",
+ "5c313e": "Texas Instruments",
+ "5c3192": "Cisco Systems, Inc",
+ "5c32c5": "Teracom Ltd.",
+ "5c3327": "Spazio Italia srl",
+ "5c335c": "Swissphone Telecom AG",
+ "5c337b": "Google, Inc.",
+ "5c338e": "Alpha Networks Inc.",
+ "5c3400": "Hisense Electric Co.,Ltd",
+ "5c345b": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "5c353b": "Compal Broadband Networks, Inc.",
+ "5c3548": "Aditya Infotech Ltd.",
+ "5c35da": "There Corporation Oy",
+ "5c35fc": "Actiontec Electronics Inc.",
+ "5c36b8": "Co., Ltd",
+ "5c38e0": "Shanghai Super Electronics Technology Co.,LTD",
+ "5c3a3d": "zte corporation",
+ "5c3a45": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "5c3b35": "Gehirn Inc.",
+ "5c3c27": "Samsung Electronics Co.,Ltd",
+ "5c3e06": "Cisco Systems, Inc",
+ "5c3e1b": "Apple, Inc.",
+ "5c4058": "Jefferson Audio Video Systems, Inc.",
+ "5c4071": "Xiaomi Communications Co Ltd",
+ "5c40e3": "NOVAON",
+ "5c415a": "Amazon.com, LLC",
+ "5c41e7": "Wiatec International Ltd.",
+ "5c43d2": "HAZEMEYER",
+ "5c443e": "Skullcandy",
+ "5c4527": "Juniper Networks",
+ "5c4546": "Shenzhen Water World Information Co.,Ltd.",
+ "5c46b0": "SIMCom Wireless Solutions Limited",
+ "5c475e": "Ring LLC",
+ "5c4842": "Hangzhou Anysoft Information Technology Co. , Ltd",
+ "5c4979": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "5c497d": "Samsung Electronics Co.,Ltd",
+ "5c49fa": "Shenzhen Guowei Shidai Communication Equipement Co., Ltd",
+ "5c4a1f": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "5c4a26": "Enguity Technology Corp",
+ "5c4ca9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c4dbf": "zte corporation",
+ "5c4eee": "AltoBeam Inc.",
+ "5c5015": "Cisco Systems, Inc",
+ "5c50d9": "Apple, Inc.",
+ "5c514f": "Intel Corporate",
+ "5c5181": "Samsung Electronics Co.,Ltd",
+ "5c5188": "Motorola Mobility LLC, a Lenovo Company",
+ "5c521e": "Nintendo Co.,Ltd",
+ "5c5230": "Apple, Inc.",
+ "5c5284": "Apple, Inc.",
+ "5c5310": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "5c53b4": "EM Microelectronic",
+ "5c53c3": "Ubee Interactive Co., Limited",
+ "5c546d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c5578": "iryx corp",
+ "5c56a4": "Wanan Hongsheng Electronic Co.Ltd",
+ "5c56ed": "3pleplay Electronics Private Limited",
+ "5c571a": "Commscope",
+ "5c579e": "Chiun Mai Communication System, Inc",
+ "5c57c8": "Nokia Corporation",
+ "5c5819": "Jingsheng Technology Co., Ltd.",
+ "5c58e6": "Palo Alto Networks",
+ "5c5948": "Apple, Inc.",
+ "5c5a4c": "IEEE Registration Authority",
+ "5c5ac7": "Cisco Systems, Inc",
+ "5c5aea": "FORD",
+ "5c5b35": "Mist Systems, Inc.",
+ "5c5bc2": "YIK Corporation",
+ "5c5dec": "JiangSu Newcom Optical&Electrical Communication CO Ltd",
+ "5c5e0a": "Samsung Electronics Co.,Ltd",
+ "5c5eab": "Juniper Networks",
+ "5c5ebb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c5f67": "Intel Corporate",
+ "5c60ba": "HP Inc.",
+ "5c6152": "LTD.",
+ "5c6199": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "5c625a": "CANON INC.",
+ "5c628b": "TP-Link Systems Inc",
+ "5c63bf": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "5c63c9": "Intellithings Ltd.",
+ "5c640f": "Sage Technologies Inc.",
+ "5c647a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c648e": "Zyxel Communications Corporation",
+ "5c64f1": "Cisco Systems, Inc",
+ "5c64f3": "sywinkey HongKong Co,. Limited?",
+ "5c666c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "5c6776": "IDS Imaging Development Systems GmbH",
+ "5c6783": "Intel Corporate",
+ "5c68d0": "Aurora Innovation Inc.",
+ "5c6984": "NUVICO",
+ "5c6a7d": "KENTKART EGE ELEKTRONIK SAN. VE TIC. LTD. STI. ",
+ "5c6a80": "Zyxel Communications Corporation",
+ "5c6aec": "IEEE Registration Authority",
+ "5c6b32": "Texas Instruments",
+ "5c6b4f": "Hello Inc.",
+ "5c6bd7": "Foshan VIOMI Electric Appliance Technology Co. Ltd.",
+ "5c6d20": "Hon Hai Precision Ind. Co.,Ltd.",
+ "5c6f4f": "S.A. SISTEL",
+ "5c6f69": "Broadcom Limited",
+ "5c7017": "Apple, Inc.",
+ "5c7075": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c710d": "Cisco Systems, Inc",
+ "5c7545": "Wayties, Inc.",
+ "5c75af": "Fitbit, Inc.",
+ "5c75c6": "China Mobile Group Device Co.,Ltd.",
+ "5c7695": "Vantiva USA LLC",
+ "5c76d5": "Nokia",
+ "5c7757": "Haivision Network Video",
+ "5c7776": "TCT mobile ltd",
+ "5c78f8": "Huawei Device Co., Ltd.",
+ "5c7b5c": "Shenzhen SDMC Technology CO.,Ltd.",
+ "5c7b6c": "Tradit Co., Ltd ",
+ "5c7d5e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c7d7d": "Vantiva USA LLC",
+ "5c7dae": "zte corporation",
+ "5c7df3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "5c80b6": "Intel Corporate",
+ "5c81a7": "Network Devices Pty Ltd",
+ "5c836c": "Ruckus Wireless",
+ "5c8382": "Nokia",
+ "5c838f": "Cisco Systems, Inc",
+ "5c83cd": "New platforms",
+ "5c843c": "Sony Interactive Entertainment Inc.",
+ "5c8486": "Brightsource Industries Israel LTD",
+ "5c857e": "IEEE Registration Authority",
+ "5c85f8": "SHENZHEN KAIFA TECHNOLOGY CO.,LTD.",
+ "5c8613": "Beijing Zhoenet Technology Co., Ltd",
+ "5c864a": "Secret Labs LLC",
+ "5c865c": "Samsung Electronics Co.,Ltd",
+ "5c86c1": "DONGGUAN SOLUM ELECTRONICS CO.,LTD",
+ "5c8730": "Apple, Inc.",
+ "5c8778": "Cybertelbridge co.,ltd",
+ "5c879c": "Intel Corporate",
+ "5c87d8": "IEEE Registration Authority",
+ "5c8816": "Rockwell Automation",
+ "5c899a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "5c89d4": "Beijing Banner Electric Co.,Ltd",
+ "5c89e6": "Richard Wolf GmbH",
+ "5c8a38": "Hewlett Packard",
+ "5c8aae": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "5c8b6b": "Amazon Technologies Inc.",
+ "5c8c30": "Taicang T&W Electronics",
+ "5c8d2d": "Shanghai Wellpay Information Technology Co., Ltd",
+ "5c8d4e": "Apple, Inc.",
+ "5c8de5": "Delta Electronics, Inc.",
+ "5c8e10": "TimeWatch Infocom Pvt. Ltd. ",
+ "5c8e8b": "Shenzhen Linghai Electronics Co.,Ltd",
+ "5c8f40": "TECNO MOBILE LIMITED",
+ "5c8fe0": "Commscope",
+ "5c9012": "Owl Cyber Defense Solutions, LLC",
+ "5c9157": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5c9175": "Apple, Inc.",
+ "5c91fd": "Jaewoncnc",
+ "5c925e": "Ltd.",
+ "5c93a2": "Liteon Technology Corporation",
+ "5c9462": "Shenzhen Jiuzhou Electric Co.,LTD",
+ "5c95ae": "Apple, Inc.",
+ "5c9656": "AzureWave Technology Inc.",
+ "5c9666": "Sony Interactive Entertainment Inc.",
+ "5c966a": "RTNET",
+ "5c969d": "Apple, Inc.",
+ "5c97f3": "Apple, Inc.",
+ "5c9960": "Samsung Electronics Co.,Ltd",
+ "5c9977": "Apple, Inc.",
+ "5c9aa1": "Huawei Device Co., Ltd.",
+ "5c9ad8": "FUJITSU LIMITED",
+ "5c9ba6": "Apple, Inc.",
+ "5ca06c": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "5ca176": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "5ca1e0": "EmbedWay Technologies",
+ "5ca39d": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "5ca3eb": "SKODA DIGITAL s.r.o.",
+ "5ca436": "Shenzhen G-world Technology Incorporated Company",
+ "5ca47d": "Hewlett Packard Enterprise",
+ "5ca48a": "Cisco Systems, Inc",
+ "5ca4a4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "5ca4f4": "zte corporation",
+ "5ca5bc": "eero inc.",
+ "5ca62d": "Cisco Systems, Inc",
+ "5ca64f": "TP-Link Systems Inc.",
+ "5ca6e6": "TP-Link Systems Inc",
+ "5ca721": "New H3C Technologies Co., Ltd",
+ "5ca86a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5ca933": "Luma Home",
+ "5caafd": "Sonos, Inc.",
+ "5cac3d": "Samsung Electronics Co.,Ltd",
+ "5cac4c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "5cad76": "Shenzhen TCL New Technology Co., Ltd",
+ "5cadba": "Apple, Inc.",
+ "5cadcf": "Apple, Inc.",
+ "5cb00a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cb066": "Commscope",
+ "5cb12e": "Cisco Systems, Inc",
+ "5cb13e": "Sagemcom Broadband SAS",
+ "5cb15f": "Oceanblue Cloud Technology Limited",
+ "5cb260": "EM Microelectronic",
+ "5cb26d": "Intel Corporate",
+ "5cb29e": "ASCO Power Technologies",
+ "5cb395": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cb3f6": "Human, Incorporated",
+ "5cb43e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cb47e": "Intel Corporate",
+ "5cb4e2": "Inspur Software Group Ltd.",
+ "5cb524": "Sony Corporation",
+ "5cb559": "CNEX Labs",
+ "5cb6cc": "NovaComm Technologies Inc.",
+ "5cb8cb": "Allis Communications",
+ "5cb901": "Hewlett Packard",
+ "5cba2c": "Hewlett Packard Enterprise ",
+ "5cba37": "Microsoft Corporation",
+ "5cbaef": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "5cbbee": "zte corporation",
+ "5cbd9a": "Huawei Device Co., Ltd.",
+ "5cbd9e": "LIMITED",
+ "5cbe05": "ISPEC",
+ "5cbe69": "Oraimo Technology Limited",
+ "5cbf03": "EMOCO ",
+ "5cc0a0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cc1d7": "Samsung Electronics Co.,Ltd",
+ "5cc1f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cc213": "Fr. Sauter AG",
+ "5cc307": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cc336": "ittim",
+ "5cc563": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "5cc5d4": "Intel Corporate",
+ "5cc6d0": "Co.,Ltd",
+ "5cc6e9": "Edifier International",
+ "5cc787": "Huawei Device Co., Ltd.",
+ "5cc7c1": "Silicon Laboratories",
+ "5cc7d7": "AZROAD TECHNOLOGY COMPANY LIMITED",
+ "5cc8e3": "Shintec Hozumi co.ltd.",
+ "5cc999": "New H3C Technologies Co., Ltd",
+ "5cc9c0": "Sdn. Bhd.",
+ "5cc9d3": "PALLADIUM ENERGY ELETRONICA DA AMAZONIA LTDA",
+ "5cca1a": "Microsoft Mobile Oy",
+ "5cca32": "Theben AG",
+ "5ccad3": "CORP.",
+ "5ccb99": "Samsung Electronics Co.,Ltd",
+ "5ccbca": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "5ccca0": "Gridwiz Inc.",
+ "5cccff": "Techroutes Network Pvt Ltd",
+ "5ccd5b": "Intel Corporate",
+ "5ccd7c": "MEIZU Technology Co.,Ltd.",
+ "5ccda8": "ITEL MOBILE LIMITED",
+ "5ccead": "CDYNE Corporation",
+ "5ccf7f": "Espressif Inc.",
+ "5cd06e": "Xiaomi Communications Co Ltd",
+ "5cd135": "Xtreme Power Systems",
+ "5cd20b": "Yytek Co., Ltd.",
+ "5cd2e4": "Intel Corporate",
+ "5cd41b": "UCZOON Technology Co., LTD",
+ "5cd4ab": "Zektor",
+ "5cd5b5": "Shenzhen WiSiYiLink Technology Co.,Ltd",
+ "5cd61f": "Qardio, Inc",
+ "5cd89e": "Huawei Device Co., Ltd.",
+ "5cd998": "D-Link Corporation",
+ "5cdad4": "Murata Manufacturing Co., Ltd.",
+ "5cdb36": "Calix Inc.",
+ "5cdc49": "Samsung Electronics Co.,Ltd",
+ "5cdc96": "Arcadyan Technology Corporation",
+ "5cdd70": "Hangzhou H3C Technologies Co., Limited",
+ "5cde34": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "5cdf89": "Ruckus Wireless",
+ "5cdfb8": "Shenzhen Unionmemory Information System Limited",
+ "5ce0c5": "Intel Corporate",
+ "5ce0ca": "System Technology Co., Ltd.",
+ "5ce0f6": "NIC.br- Nucleo de Informacao e Coordenacao do Ponto BR",
+ "5ce176": "Cisco Systems, Inc",
+ "5ce1a4": "Pleneo",
+ "5ce223": "Delphin Technology AG",
+ "5ce286": "Nortel Networks",
+ "5ce28c": "Zyxel Communications Corporation",
+ "5ce2f4": "AcSiP Technology Corp.",
+ "5ce30e": "Commscope",
+ "5ce3b6": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "5ce42a": "Intel Corporate",
+ "5ce50c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "5ce688": "VECOS Europe B.V.",
+ "5ce747": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5ce753": "Private",
+ "5ce7a0": "Nokia",
+ "5ce7bf": "New Singularity International Technical Development Co.,Ltd",
+ "5ce883": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5ce8b7": "Oraimo Technology Limited",
+ "5ce8d3": "Signalinks Communication Technology Co., Ltd",
+ "5ce8eb": "Samsung Electronics Co.,Ltd",
+ "5ce91e": "Apple, Inc.",
+ "5ce931": "TP-Link Systems Inc",
+ "5cea1d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "5ceb4e": "R. STAHL HMI Systems GmbH",
+ "5ceb52": "zte corporation",
+ "5ceb68": "Cheerstar Technology Co., Ltd",
+ "5ced8c": "Hewlett Packard Enterprise ",
+ "5cedf4": "Samsung Electronics Co.,Ltd",
+ "5cee79": "Global Digitech Co LTD",
+ "5cf207": "Speco Technologies",
+ "5cf286": "IEEE Registration Authority",
+ "5cf370": "CC&C Technologies, Inc",
+ "5cf3fc": "IBM Corp",
+ "5cf4ab": "Zyxel Communications Corporation",
+ "5cf50d": "Institute of microelectronic applications",
+ "5cf51a": "Zhejiang Dahua Technology Co., Ltd.",
+ "5cf5da": "Apple, Inc.",
+ "5cf6dc": "Samsung Electronics Co.,Ltd",
+ "5cf796": "New H3C Technologies Co., Ltd",
+ "5cf7c3": "TECHNOLOGY LIMITED",
+ "5cf7e6": "Apple, Inc.",
+ "5cf821": "Texas Instruments",
+ "5cf838": "IEEE Registration Authority",
+ "5cf8a1": "Murata Manufacturing Co., Ltd.",
+ "5cf938": "Apple, Inc.",
+ "5cf96a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "5cf9dd": "Dell Inc.",
+ "5cf9f0": "Atomos Engineering P/L",
+ "5cf9fd": "Taicang T&W Electronics",
+ "5cfa25": "Sagemcom Broadband SAS",
+ "5cfa5a": "Sinepower Lda",
+ "5cfafb": "Acubit",
+ "5cfb3a": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "5cfb7c": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "5cfc66": "Cisco Systems, Inc",
+ "5cfc6e": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "5cfce1": "Resideo",
+ "5cfe9e": "Wiwynn Corporation Tainan Branch",
+ "5cff35": "Wistron Corporation",
+ "5cffff": "Shenzhen Kezhonglong Optoelectronic Technology Co., Ltd",
+ "600194": "Espressif Inc.",
+ "6001b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "600292": "PEGATRON CORPORATION",
+ "6002b4": "WNC Corporation",
+ "600308": "Apple, Inc.",
+ "60030c": "Shenzhen YOUHUA Technology Co., Ltd",
+ "600347": "Billion Electric Co. Ltd.",
+ "6003a6": "Inteno Broadband Technology AB",
+ "600417": "POSBANK CO.,LTD",
+ "60045c": "LTD.",
+ "60058a": "Hitachi Metals, Ltd.",
+ "6006e3": "Apple, Inc.",
+ "60077c": "Jala Group",
+ "6007c4": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "600810": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "600837": "ivvi Scientific(Nanchang)Co.Ltd",
+ "6009c3": "u-blox AG",
+ "600a8c": "Shenzhen Sundray Technologies company Limited",
+ "600b03": "Hangzhou H3C Technologies Co., Limited",
+ "600f6b": "Apple, Inc.",
+ "600f77": "SilverPlus, Inc",
+ "60109e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6010a2": "Crompton Instruments",
+ "601199": "Siama Systems Inc",
+ "60123c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "601283": "TSB REAL TIME LOCATION SYSTEMS S.L.",
+ "60128b": "CANON INC.",
+ "601466": "zte corporation",
+ "6014b3": "CyberTAN Technology Inc.",
+ "601521": "Redarc Electronics",
+ "60152b": "Palo Alto Networks",
+ "601592": "IEEE Registration Authority",
+ "6015c7": "IdaTech",
+ "601803": "Co., Ltd.",
+ "60182e": "ShenZhen Protruly Electronic Ltd co.",
+ "60183a": "Huawei Device Co., Ltd.",
+ "601888": "zte corporation",
+ "601895": "Dell Inc.",
+ "60190c": "RRAMAC",
+ "601929": "CORP.",
+ "601970": "HUIZHOU QIAOXING ELECTRONICS TECHNOLOGY CO., LTD.",
+ "601971": "Commscope",
+ "601a4f": "Beijing China Electronics Intelligent Acoustics Technology Co.,Ltd",
+ "601ac7": "Nintendo Co.,Ltd",
+ "601b52": "Vodafone Italia S.p.A.",
+ "601d0f": "Midnite Solar",
+ "601d16": "Med-Eng Holdings ULC",
+ "601d56": "Extreme Networks Headquarters",
+ "601d91": "Motorola Mobility LLC, a Lenovo Company",
+ "601d9d": "Sichuan AI-Link Technology Co., Ltd.",
+ "601e02": "EltexAlatau",
+ "601e98": "Axevast Technology",
+ "602101": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "602103": "I4VINE, INC",
+ "6021c0": "Murata Manufacturing Co., Ltd.",
+ "602232": "Ubiquiti Inc",
+ "6023a4": "Sichuan AI-Link Technology Co., Ltd.",
+ "6024c1": "Jiangsu Zhongxun Electronic Technology Co., Ltd",
+ "602602": "Texas Instruments",
+ "6026aa": "Cisco Systems, Inc",
+ "6026ef": "Hewlett Packard Enterprise",
+ "60271c": "VIDEOR E. Hartig GmbH",
+ "60292b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6029d5": "DAVOLINK Inc.",
+ "602a1b": "JANCUS",
+ "602a54": "CardioTek B.V.",
+ "602ad0": "Cisco SPVTG",
+ "602b58": "EM Microelectronic",
+ "602d74": "Extreme Networks Headquarters",
+ "602e20": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6030b3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6030d4": "Apple, Inc.",
+ "60313b": "Sunnovo International Limited",
+ "603192": "OVT India pvt Ltd ",
+ "603197": "Zyxel Communications Corporation",
+ "60323b": "Quectel Wireless Solutions Co.,Ltd.",
+ "6032b1": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6032f0": "Mplus technology",
+ "60334b": "Apple, Inc.",
+ "603457": "HP Tuners LLC",
+ "603553": "Buwon Technology",
+ "603573": "Earda Technologies co Ltd",
+ "6035c0": "SFR",
+ "603696": "The Sapling Company",
+ "6036dd": "Intel Corporate",
+ "60380e": "ALPSALPINE CO,.LTD",
+ "6038e0": "Belkin International Inc.",
+ "60391f": "ABB Ltd",
+ "603a7c": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "603aaf": "Samsung Electronics Co.,Ltd",
+ "603c0e": "Guizhou Huaxin Information Technology Co.,Ltd",
+ "603c68": "Garmin International",
+ "603d26": "Vantiva USA LLC",
+ "603d29": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "603d61": "Private",
+ "603e5f": "Apple, Inc.",
+ "603e7b": "Gafachi, Inc.",
+ "603eca": "Cambridge Medical Robotics Ltd",
+ "603fc5": "COX CO., LTD",
+ "60427f": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "60447a": "Water-i.d. GmbH",
+ "6044f5": "Easy Digital Ltd.",
+ "60452e": "Intel Corporate",
+ "60455e": "Liptel s.r.o.",
+ "6045bd": "Microsoft",
+ "6045cb": "ASUSTek COMPUTER INC.",
+ "6045cd": "Sagemcom Broadband SAS",
+ "6045e8": "Arcadyan Corporation",
+ "604616": "XIAMEN VANN INTELLIGENT CO., LTD",
+ "604762": "Beijing Sensoro Technology Co.,Ltd.",
+ "6047d4": "FORICS Electronic Technology Co., Ltd.",
+ "604826": "Newbridge Technologies Int. Ltd.",
+ "60489c": "YIPPEE ELECTRONICS CO.,LIMITED",
+ "604966": "Shenzhen Dingsheng Technology Co., Ltd.",
+ "6049c1": "Avaya Inc",
+ "604a1c": "SUYIN Corporation",
+ "604a77": "Finder SpA",
+ "604baa": "Magic Leap, Inc.",
+ "604de1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "604f5b": "Huawei Device Co., Ltd.",
+ "6050c1": "Kinetek Sports",
+ "60512c": "TCT mobile ltd",
+ "6052d0": "FACTS Engineering ",
+ "605317": "Sandstone Technologies",
+ "605375": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "605464": "Eyedro Green Solutions Inc.",
+ "605556": "Jiangxi Risound Electronics Co.,LTD",
+ "6055f9": "Espressif Inc.",
+ "605661": "IXECLOUD Tech",
+ "60567d": "AM Telecom co., Ltd.",
+ "605699": "MAGNETI MARELLI S.E. S.p.A.",
+ "6056b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6056ee": "AltoBeam Inc.",
+ "605718": "Intel Corporate",
+ "605747": "CIG SHANGHAI CO LTD",
+ "60577d": "eero inc.",
+ "6057c8": "Apple, Inc.",
+ "605801": "Shandong ZTop Microelectronics Co., Ltd.",
+ "605b30": "Dell Inc.",
+ "605bb4": "AzureWave Technology Inc.",
+ "605e4f": "Huawei Device Co., Ltd.",
+ "605e65": "Mellanox Technologies, Inc.",
+ "605f8d": "eero inc.",
+ "605faa": "Huawei Device Co., Ltd.",
+ "60601f": "SZ DJI TECHNOLOGY CO.,LTD",
+ "606134": "Arcade Communications Ltd.",
+ "6061df": "Z-meta Research LLC",
+ "60634c": "D-Link International",
+ "6063f9": "Ciholas, Inc.",
+ "6063fd": "Transcend Communication Beijing Co.,Ltd.",
+ "606405": "Texas Instruments",
+ "606453": "AOD Co.,Ltd.",
+ "6064a1": "RADiflow Ltd.",
+ "606525": "Apple, Inc.",
+ "606682": "SHENZHEN ATEKO PHOTOELECTRICITY CO.,LTD",
+ "606720": "Intel Corporate",
+ "606832": "Guangdong Seneasy Intelligent Technology Co., Ltd.",
+ "60684e": "Samsung Electronics Co.,Ltd",
+ "606944": "Apple, Inc.",
+ "60699b": "isepos GmbH",
+ "606b5b": "Arista Network, Inc.",
+ "606bb3": "zte corporation",
+ "606bbd": "Samsung Electronics Co.,Ltd",
+ "606bff": "Nintendo Co.,Ltd",
+ "606c63": "Hitron Technologies. Inc",
+ "606c66": "Intel Corporate",
+ "606d3c": "Luxshare Precision Industry Company Limited",
+ "606d9d": "Otto Bock Healthcare Products GmbH",
+ "606dc7": "Hon Hai Precision Ind. Co.,Ltd.",
+ "606e41": "Barrot Technology Co.,LTD",
+ "606e53": "Beijing Wisdomstar Technology Co., Ltd",
+ "606ed0": "SEAL AG",
+ "606ee8": "Xiaomi Communications Co Ltd",
+ "60706c": "Google, Inc.",
+ "607072": "SHENZHEN HONGDE SMART LINK TECHNOLOGY CO., LTD",
+ "6070c0": "Apple, Inc.",
+ "60720b": "BLU Products Inc",
+ "60735c": "Cisco Systems, Inc",
+ "6073bc": "zte corporation",
+ "6073c8": "Voyetra Turtle Beach, Inc.",
+ "60748d": "Atmaca Elektronik",
+ "6074b1": "Home Control Singapore Pte Ltd",
+ "6074f4": "Private",
+ "60756c": "LG Electronics",
+ "607623": "Shenzhen E-Superlink Technology Co., Ltd",
+ "607688": "Velodyne",
+ "607771": "Texas Instruments",
+ "6077e2": "Samsung Electronics Co.,Ltd",
+ "607d09": "Luxshare Precision Industry Co., Ltd",
+ "607ddd": "Shenzhen Shichuangyi Electronics Co.,Ltd",
+ "607ea4": "Shanghai Imilab Technology Co.Ltd",
+ "607ec9": "Apple, Inc.",
+ "607ecd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "607edd": "Microsoft Mobile Oy",
+ "607fcb": "Samsung Electronics Co.,Ltd",
+ "608110": "Apple, Inc.",
+ "60812b": "Astronics Custom Control Concepts",
+ "6081f9": "Helium Systems, Inc",
+ "608246": "Apple, Inc.",
+ "608306": "Huawei Device Co., Ltd.",
+ "608334": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "608373": "Apple, Inc.",
+ "6083b2": "GkWare e.K.",
+ "6083e2": "Shanghai Notion Information Technology Co., Ltd",
+ "6083e7": "TP-Link Systems Inc",
+ "6083f8": "SICHUAN HUAKUN ZHENYU INTELLIGENT TECHNOLOGY CO.,LTD",
+ "60843b": "Soladigm, Inc.",
+ "6084bd": "BUFFALO.INC",
+ "608645": "Avery Weigh-Tronix, LLC",
+ "60893c": "Thermo Fisher Scientific P.O.A.",
+ "6089b1": "Key Digital Systems",
+ "6089b7": "KAEL MÜHENDİSLİK ELEKTRONİK TİCARET SANAYİ LİMİTED ŞİRKETİ",
+ "608a10": "Microchip Technology Inc.",
+ "608b0e": "Apple, Inc.",
+ "608c2b": "Hanson Technology",
+ "608c4a": "Apple, Inc.",
+ "608cdf": "Beamtrail-Sole Proprietorship",
+ "608ce6": "Commscope",
+ "608d17": "Sentrus Government Systems Division, Inc",
+ "608d26": "Arcadyan Corporation",
+ "608e08": "Samsung Electronics Co.,Ltd",
+ "608f5c": "Samsung Electronics Co.,Ltd",
+ "608fa4": "Nokia Solutions and Networks GmbH & Co. KG",
+ "609084": "DSSD Inc",
+ "6091f3": "vivo Mobile Communication Co., Ltd.",
+ "609217": "Apple, Inc.",
+ "6092c8": "Roku, Inc",
+ "6092f5": "Commscope",
+ "609316": "Apple, Inc.",
+ "609532": "Zebra Technologies Inc.",
+ "6095bd": "Apple, Inc.",
+ "6095ce": "IEEE Registration Authority",
+ "609620": "Private",
+ "6096a4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6097dd": "MicroSys Electronics GmbH",
+ "609813": "Shanghai Visking Digital Technology Co. LTD",
+ "609849": "Nokia Solutions and Networks India Private Limited",
+ "609866": "Texas Instruments",
+ "6099d1": "Vuzix / Lenovo",
+ "609aa4": "GVI SECURITY INC.",
+ "609ac1": "Apple, Inc.",
+ "609b2d": "JMACS Japan Co., Ltd.",
+ "609bb4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "609bc8": "Hipad Intelligent Technology Co., Ltd.",
+ "609c9f": "Brocade Communications Systems LLC",
+ "609e64": "Vivonic GmbH",
+ "609f9d": "CloudSwitch",
+ "60a10a": "Samsung Electronics Co.,Ltd",
+ "60a11e": "Wuhan Maxsine Electric Co.,Ltd.",
+ "60a2c6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60a37d": "Apple, Inc.",
+ "60a3e3": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "60a423": "Silicon Laboratories",
+ "60a434": "IEEE Registration Authority",
+ "60a44c": "ASUSTek COMPUTER INC.",
+ "60a4b7": "TP-Link Systems Inc",
+ "60a4d0": "Samsung Electronics Co.,Ltd",
+ "60a5e2": "Intel Corporate",
+ "60a6c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60a730": "Shenzhen Yipinfang Internet Technology Co.,Ltd",
+ "60a751": "Huawei Device Co., Ltd.",
+ "60a8fe": "Nokia Solutions and Networks GmbH & Co. KG",
+ "60a9b0": "Merchandising Technologies, Inc",
+ "60aaef": "Huawei Device Co., Ltd.",
+ "60ab14": "LG Innotek",
+ "60ab67": "Xiaomi Communications Co Ltd",
+ "60abd2": "Bose Corporation",
+ "60acc8": "KunTeng Inc.",
+ "60af6d": "Samsung Electronics Co.,Ltd",
+ "60b02b": "Qingdao Haier Technology Co.,Ltd",
+ "60b0e8": "Huawei Device Co., Ltd.",
+ "60b185": "ATH system",
+ "60b387": "Synergics Technologies GmbH",
+ "60b3c4": "Elber Srl",
+ "60b4f7": "Plume Design Inc",
+ "60b58d": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "60b606": "Phorus",
+ "60b617": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "60b647": "Silicon Laboratories",
+ "60b6e1": "Texas Instruments",
+ "60b76e": "Google, Inc.",
+ "60b933": "Deutron Electronics Corp.",
+ "60b982": "RO.VE.R. Laboratories S.p.A.",
+ "60b9c0": "Cisco Systems, Inc",
+ "60ba18": "nextLAP GmbH",
+ "60bb0c": "Beijing HuaqinWorld Technology Co,Ltd",
+ "60bc4c": "EWM Hightec Welding GmbH",
+ "60bd2c": "Taicang T&W Electronics",
+ "60bd83": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60bd91": "Move Innovation",
+ "60beb4": "S-Bluetech co., limited",
+ "60beb5": "Motorola Mobility LLC, a Lenovo Company",
+ "60bec4": "Apple, Inc.",
+ "60c01e": "V&G Information System Co.,Ltd",
+ "60c0bf": "ON Semiconductor",
+ "60c1cb": "Fujian Great Power PLC Equipment Co.,Ltd",
+ "60c22a": "Allwinner Technology Co., Ltd",
+ "60c397": "2Wire Inc",
+ "60c418": "Co.,Ltd.",
+ "60c547": "Apple, Inc.",
+ "60c5a8": "Beijing LT Honway Technology Co.,Ltd",
+ "60c5ad": "Samsung Electronics Co.,Ltd",
+ "60c5e6": "Skullcandy",
+ "60c658": "PHYTRONIX Co.,Ltd.",
+ "60c727": "Digiboard Eletronica da Amazonia Ltda",
+ "60c78d": "Juniper Networks",
+ "60c798": "Verifone, Inc.",
+ "60c7be": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "60c980": "Trymus",
+ "60c9aa": "Nokia",
+ "60cbfb": "AirScape Inc.",
+ "60cda9": "Abloomy",
+ "60cdc5": "Taiwan Carol Electronics., Ltd",
+ "60ce41": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60ce86": "Sercomm Corporation.",
+ "60ce92": "The Refined Industry Company Limited",
+ "60cf69": "meerecompany",
+ "60cf84": "ASUSTek COMPUTER INC.",
+ "60d02c": "Ruckus Wireless",
+ "60d039": "Apple, Inc.",
+ "60d0a9": "Samsung Electronics Co.,Ltd",
+ "60d1aa": "Vishal Telecommunications Pvt Ltd",
+ "60d21c": "Sunnovo International Limited",
+ "60d248": "Commscope",
+ "60d262": "Tzukuri Pty Ltd",
+ "60d2b9": "REALAND BIO CO., LTD.",
+ "60d2dd": "Shenzhen Baitong Putian Technology Co.,Ltd.",
+ "60d30a": "Quatius Limited",
+ "60d4af": "Honor Device Co., Ltd.",
+ "60d4e9": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "60d51b": "Fujitsu Limited",
+ "60d561": "Shenzhen Glazero Technology Co., Ltd.",
+ "60d755": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60d7e3": "IEEE Registration Authority",
+ "60d819": "Hon Hai Precision Ind. Co.,Ltd.",
+ "60d89c": "HMD Global Oy",
+ "60d8a4": "Vantiva Connected Home - Technologies Telco",
+ "60d9a0": "Lenovo Mobile Communication Technology Ltd.",
+ "60d9c7": "Apple, Inc.",
+ "60da23": "Estech Co.,Ltd",
+ "60da83": "Hangzhou H3C Technologies Co., Limited",
+ "60db15": "New H3C Technologies Co., Ltd",
+ "60db2a": "HNS",
+ "60db98": "Calix Inc.",
+ "60dbef": "Unify Software and Solutions GmbH & Co. KG",
+ "60dc0d": "TAIWAN SHIN KONG SECURITY CO., LTD",
+ "60dc81": "AltoBeam Inc.",
+ "60dd70": "Apple, Inc.",
+ "60dd8e": "Intel Corporate",
+ "60de35": "GITSN, Inc.",
+ "60de44": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60de94": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60def3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60def4": "Shenzhen iComm Semiconductor CO.,LTD",
+ "60e00e": "SHINSEI ELECTRONICS CO LTD",
+ "60e327": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "60e32b": "Intel Corporate",
+ "60e5d8": "zte corporation",
+ "60e6bc": "Sino-Telecom Technology Co.,Ltd.",
+ "60e6f0": "WNC Corporation",
+ "60e701": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60e78a": "UNISEM",
+ "60e85b": "Texas Instruments",
+ "60e956": "Ayla Networks, Inc",
+ "60e9aa": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "60eb5a": "Asterfusion Data Technologies Co.,Ltd",
+ "60eb69": "Quanta Computer Inc.",
+ "60ee5c": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "60efab": "Silicon Laboratories",
+ "60efc6": "Shenzhen Chima Technologies Co Limited",
+ "60f04d": "Honor Device Co., Ltd.",
+ "60f13d": "JABLOCOM s.r.o.",
+ "60f189": "Murata Manufacturing Co., Ltd.",
+ "60f18a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60f262": "Intel Corporate",
+ "60f281": "TRANWO TECHNOLOGY CO., LTD.",
+ "60f2ef": "VisionVera International Co., Ltd.",
+ "60f3da": "Logic Way GmbH",
+ "60f419": "eero inc.",
+ "60f43a": "Edifier International",
+ "60f445": "Apple, Inc.",
+ "60f494": "Hon Hai Precision Ind. Co.,Ltd.",
+ "60f549": "Apple, Inc.",
+ "60f59c": "CRU-Dataport",
+ "60f673": "TERUMO CORPORATION",
+ "60f677": "Intel Corporate",
+ "60f81d": "Apple, Inc.",
+ "60f8f2": "Synaptec",
+ "60fa9d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "60fab1": "Kempower Oyj",
+ "60facd": "Apple, Inc.",
+ "60fb00": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "60fb42": "Apple, Inc.",
+ "60fcf1": "Private",
+ "60fd56": "WOORISYSTEMS CO., Ltd",
+ "60fda6": "Apple, Inc.",
+ "60fe1e": "China Palms Telecom.Ltd",
+ "60fe20": "2Wire Inc",
+ "60fec5": "Apple, Inc.",
+ "60fef9": "Thomas & Betts",
+ "60ff12": "Samsung Electronics Co.,Ltd",
+ "60ff9e": "AzureWave Technology Inc.",
+ "60ffdd": "C.E. ELECTRONICS, INC",
+ "64002d": "Powerlinq Co., LTD",
+ "64006a": "Dell Inc.",
+ "64009c": "Insulet Corporation",
+ "6400f1": "Cisco Systems, Inc",
+ "6401fb": "Landis+Gyr GmbH",
+ "64028f": "Silicon Laboratories",
+ "6402cb": "Commscope",
+ "64037f": "Samsung Electronics Co.,Ltd",
+ "640552": "China Post Communication Equipment Co.,",
+ "6405be": "NEW LIGHT LED",
+ "6405e4": "ALPSALPINE CO,.LTD",
+ "6405e9": "Shenzhen WayOS Technology Crop., Ltd.",
+ "64078c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6407f6": "Samsung Electronics Co.,Ltd",
+ "640864": "Cisco Systems, Inc",
+ "64094c": "Beijing Superbee Wireless Technology Co.,Ltd",
+ "640980": "Xiaomi Communications Co Ltd",
+ "6409ac": "TCT mobile ltd",
+ "640b4a": "Digital Telecom Technology Limited",
+ "640bd7": "Apple, Inc.",
+ "640c91": "Apple, Inc.",
+ "640dce": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "640de6": "Petra Systems",
+ "640e36": "TAZTAG",
+ "640e6a": "SECO-LARM USA Inc",
+ "640e94": "Pluribus Networks, Inc.",
+ "640e9b": "ISHIDA MEDICAL CO., LTD.",
+ "640f28": "2Wire Inc",
+ "641084": "HEXIUM Technical Development Co., Ltd.",
+ "6411a4": "Motorola Mobility LLC, a Lenovo Company",
+ "641225": "Cisco Systems, Inc",
+ "641236": "Vantiva USA LLC",
+ "641269": "Commscope",
+ "641331": "Co. Ltd.",
+ "64135a": "Itectra A/S",
+ "64136c": "zte corporation",
+ "6413ab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "641666": "Nest Labs Inc.",
+ "64167f": "Polycom",
+ "64168d": "Cisco Systems, Inc",
+ "6416f0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "641759": "Intellivision Holdings, LLC",
+ "6417cd": "Samsung Electronics Co.,Ltd",
+ "641a22": "Heliospectra AB",
+ "641aba": "Dryad Networks GmbH",
+ "641b2f": "Samsung Electronics Co.,Ltd",
+ "641c10": "Texas Instruments",
+ "641c67": "DIGIBRAS INDUSTRIA DO BRASILS/A",
+ "641cae": "Samsung Electronics Co.,Ltd",
+ "641cb0": "Samsung Electronics Co.,Ltd",
+ "641e81": "Dowslake Microsystems",
+ "64200c": "Apple, Inc.",
+ "64209f": "Tilgin AB",
+ "6420e0": "T3 Technology Co., Ltd.",
+ "642184": "Nippon Denki Kagaku Co.,LTD",
+ "642216": "Shandong Taixin Electronic co.,Ltd",
+ "642315": "Huawei Device Co., Ltd.",
+ "642400": "Xorcom Ltd.",
+ "64244d": "Hangzhou Ezviz Software Co.,Ltd.",
+ "64255e": "Observint Technologies, Inc.",
+ "6425ec": "guangdong kesheng zhixun technology ",
+ "642656": "Shenzhen Fanweitai Technology Service Co.,Ltd",
+ "642677": "BKM-Micronic Richtfunkanlagen GmbH",
+ "642737": "Hon Hai Precision Ind. Co.,Ltd.",
+ "642753": "Huawei Device Co., Ltd.",
+ "642943": "D-Link Corporation",
+ "6429ed": "AO PKK Milandr",
+ "6429ff": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "642b8a": "ALL BEST Industrial Co., Ltd.",
+ "642c0f": "vivo Mobile Communication Co., Ltd.",
+ "642cac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "642db7": "SEUNGIL ELECTRONICS",
+ "642e41": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "642fc7": "New H3C Technologies Co., Ltd",
+ "643135": "Apple, Inc.",
+ "643139": "IEEE Registration Authority",
+ "643150": "Hewlett Packard",
+ "643172": "ZHEJIANG HISING TECHNOLOGY CO.,LTD",
+ "64317e": "Dexin Corporation",
+ "643216": "Co., Ltd.",
+ "6432a8": "Intel Corporate",
+ "6433aa": "Mellanox Technologies, Inc.",
+ "6433b5": "IEEE Registration Authority",
+ "6433db": "Texas Instruments",
+ "643409": "BITwave Pte Ltd",
+ "64351c": "e-CON SYSTEMS INDIA PVT LTD",
+ "6437a4": "TOKYOSHUHA CO.,LTD.",
+ "643ab1": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "643aea": "Cisco Systems, Inc",
+ "643e0a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "643e8c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "643f5f": "Exablaze",
+ "6441e6": "Apple, Inc.",
+ "644212": "Shenzhen Water World Information Co.,Ltd.",
+ "644214": "Swisscom Energy Solutions AG",
+ "644346": "GuangDong Quick Network Computer CO.,LTD",
+ "64447b": "vivo Mobile Communication Co., Ltd.",
+ "6444d5": "TD Tech",
+ "6447e0": "Feitian Technologies Co., Ltd",
+ "644842": "Apple, Inc.",
+ "64497d": "Intel Corporate",
+ "644a7d": "Intel Corporate",
+ "644bc3": "Shanghai WOASiS Telecommunications Ltd., Co.",
+ "644bf0": "CalDigit, Inc",
+ "644c36": "Intel Corporate",
+ "644c69": "CONPROVE",
+ "644d70": "dSPACE GmbH",
+ "644ed7": "HP Inc.",
+ "644eeb": "Daikin Holdings Singapore Pte Ltd",
+ "644f42": "JETTER CO., Ltd.",
+ "644f56": "NETWORK TECHNOLOGY CO.,LTD.",
+ "644f74": "LENUS Co., Ltd.",
+ "644fb0": "Hyunjin.com",
+ "6450d6": "Liquidtool Systems",
+ "645106": "Hewlett Packard",
+ "64517e": "ELECTRONIC TECHNOLOGY CO.,LTD.",
+ "6451f4": "Huawei Device Co., Ltd.",
+ "645234": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "645299": "The Chamberlain Group, Inc",
+ "64535d": "Frauscher Sensortechnik",
+ "6453e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "645422": "Equinox Payments",
+ "645563": "Q-Free America, Inc.",
+ "64557f": "NSFOCUS Information Technology Co., Ltd.",
+ "6455b1": "Commscope",
+ "645601": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "645725": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "6457e5": "Beijing Royaltech Co.,Ltd",
+ "6458ad": "China Mobile IOT Company Limited",
+ "6459f8": "Vodafone Omnitel B.V.",
+ "645a04": "Chicony Electronics Co., Ltd.",
+ "645a36": "Apple, Inc.",
+ "645aed": "Apple, Inc.",
+ "645cf3": "ParanTek Inc.",
+ "645d86": "Intel Corporate",
+ "645d92": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "645dd7": "Shenzhen Lifesense Medical Electronics Co., Ltd. ",
+ "645df4": "Samsung Electronics Co.,Ltd",
+ "645e10": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "645e2c": "IRay Technology Co., Ltd.",
+ "645ebe": "Yahoo! JAPAN",
+ "645fff": "Nicolet Neuro",
+ "646038": "Hirschmann Automation and Control GmbH",
+ "646140": "Huawei Device Co., Ltd.",
+ "646184": "VELUX",
+ "646223": "Cellient Co., Ltd.",
+ "646266": "IEEE Registration Authority",
+ "64628a": "evon GmbH",
+ "646306": "Xiaomi Communications Co Ltd",
+ "64644a": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "64649b": "Juniper Networks",
+ "6465c0": "Nuvon, Inc",
+ "646624": "Sagemcom Broadband SAS",
+ "6466b3": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6466d8": "Samsung Electronics Co.,Ltd",
+ "646707": "Beijing Omnific Technology, Ltd.",
+ "646772": "SERCOMM PHILIPPINES INC",
+ "6467cd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "64680c": "Comtrend Corporation",
+ "64681a": "DASAN Network Solutions",
+ "646876": "Edifier International",
+ "646911": "APTIV SERVICES US, LLC",
+ "64694e": "Texas Instruments",
+ "6469bc": "Hytera Communications Co .,ltd",
+ "646a52": "Avaya Inc",
+ "646a74": "AUTH-SERVERS, LLC",
+ "646c80": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "646cb2": "Samsung Electronics Co.,Ltd",
+ "646d2f": "Apple, Inc.",
+ "646d4e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "646d6c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "646e60": "zte corporation",
+ "646e69": "Liteon Technology Corporation",
+ "646e6c": "Radio Datacom LLC",
+ "646e97": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "646ee0": "Intel Corporate",
+ "646eea": "Iskratel d.o.o.",
+ "647002": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "647033": "Apple, Inc.",
+ "647060": "Texas Instruments",
+ "6472d8": "GooWi Technology Co.,Limited",
+ "647366": "Shenzhen Siera Technology Ltd",
+ "6473e2": "Arbiter Systems, Inc.",
+ "6474f6": "Shooter Detection Systems",
+ "647520": "zte corporation",
+ "6475da": "Arcadyan Corporation",
+ "647657": "Innovative Security Designs",
+ "6476ba": "Apple, Inc.",
+ "64777d": "Hitron Technologies. Inc",
+ "647791": "Samsung Electronics Co.,Ltd",
+ "647924": "Huawei Device Co., Ltd.",
+ "6479a7": "Phison Electronics Corp. ",
+ "6479f0": "Intel Corporate",
+ "647b1e": "Sagemcom Broadband SAS",
+ "647b40": "Sichuan AI-Link Technology Co., Ltd.",
+ "647bce": "Samsung Electronics Co.,Ltd",
+ "647bd4": "Texas Instruments",
+ "647c34": "Ubee Interactive Co., Limited",
+ "647ce8": "Palo Alto Networks",
+ "647d81": "YOKOTA INDUSTRIAL CO,.LTD",
+ "647fda": "TEKTELIC Communications Inc.",
+ "64808b": "VG Controls, Inc.",
+ "648099": "Intel Corporate",
+ "648125": "Alphatron Marine BV",
+ "648214": "FN-LINK TECHNOLOGY Ltd.",
+ "648434": "BEMER Int. AG",
+ "648505": "zte corporation",
+ "648624": "Beijing Global Safety Technology Co., LTD.",
+ "648788": "Juniper Networks",
+ "6487d7": "ADB Broadband Italia",
+ "6488ff": "Sichuan Changhong Electric Ltd.",
+ "6489f1": "Samsung Electronics Co.,Ltd",
+ "648b9b": "ALWAYS ON TECH PTE.LTD.",
+ "648cbb": "Texas Instruments",
+ "648d9e": "IVT Electronic Co.,Ltd",
+ "648f3e": "Cisco Systems, Inc",
+ "648fdb": "Huaqin Technology Co.LTD",
+ "6490c1": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "64956c": "LG Electronics",
+ "649714": "eero inc.",
+ "649829": "Sdn. Bhd.",
+ "64989e": "TRINNOV AUDIO",
+ "64995d": "LGE ",
+ "649968": "Elentec",
+ "6499a0": "AG Elektronik AB",
+ "649a08": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "649a12": "P2 Mobile Technologies Limited",
+ "649a63": "Ring LLC",
+ "649abe": "Apple, Inc.",
+ "649b24": "V Technology Co., Ltd.",
+ "649c81": "Qualcomm Inc.",
+ "649c8e": "Texas Instruments",
+ "649cf3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "649d38": "Google, Inc.",
+ "649d99": "FS COM INC",
+ "649e31": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "649ef3": "Cisco Systems, Inc",
+ "649ff7": "Kone OYj",
+ "64a0ac": "Adtran Inc",
+ "64a0e7": "Cisco Systems, Inc",
+ "64a198": "Huawei Device Co., Ltd.",
+ "64a200": "Xiaomi Communications Co Ltd",
+ "64a232": "OOO Samlight",
+ "64a28a": "Huawei Device Co., Ltd.",
+ "64a2f9": "Co., Ltd",
+ "64a341": "Technology Co., Ltd.",
+ "64a3cb": "Apple, Inc.",
+ "64a3cc": "LeoLabs",
+ "64a40e": "Tianyi Telecom Terminals Company Limited",
+ "64a444": "Loongson Technology Corporation Limited",
+ "64a5c3": "Apple, Inc.",
+ "64a651": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "64a68f": "Zhongshan Readboy Electronics Co.,Ltd",
+ "64a769": "HTC Corporation",
+ "64a7dd": "Avaya Inc",
+ "64a837": "Juni Korea Co., Ltd",
+ "64a965": "Linkflow Co., Ltd.",
+ "64ac2b": "Juniper Networks",
+ "64ae0c": "Cisco Systems, Inc",
+ "64ae88": "Polytec GmbH",
+ "64aef1": "Qingdao Hisense Electronics Co.,Ltd.",
+ "64b0a6": "Apple, Inc.",
+ "64b0e8": "Huawei Device Co., Ltd.",
+ "64b21d": "Chengdu Phycom Tech Co., Ltd.",
+ "64b2b4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "64b310": "Samsung Electronics Co.,Ltd",
+ "64b370": "PowerComm Solutions LLC",
+ "64b379": "Jiangsu Viscore Technologies Co.,Ltd",
+ "64b473": "Xiaomi Communications Co Ltd",
+ "64b5c6": "Nintendo Co.,Ltd",
+ "64b5f2": "Samsung Electronics Co.,Ltd",
+ "64b623": "Schrack Seconet Care Communication GmbH",
+ "64b64a": "ViVOtech, Inc.",
+ "64b708": "Espressif Inc.",
+ "64b853": "Samsung Electronics Co.,Ltd",
+ "64b94e": "Dell Technologies",
+ "64b9e8": "Apple, Inc.",
+ "64baa4": "zte corporation",
+ "64babd": "SDJ Technologies, Inc.",
+ "64bb1e": "Earda Technologies co Ltd",
+ "64bc11": "CombiQ AB",
+ "64bc58": "Intel Corporate",
+ "64bd6d": "Apple, Inc.",
+ "64be63": "STORDIS GmbH",
+ "64bf6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "64c01a": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "64c17e": "cheilelectric",
+ "64c269": "eero inc.",
+ "64c354": "Avaya Inc",
+ "64c394": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "64c3d6": "Juniper Networks",
+ "64c403": "Quectel Wireless Solutions Co.,Ltd.",
+ "64c582": "China Mobile Group Device Co.,Ltd.",
+ "64c5aa": "South African Broadcasting Corporation",
+ "64c667": "Barnes&Noble",
+ "64c6af": "AXERRA Networks Ltd",
+ "64c6d2": "Seiko Epson Corporation",
+ "64c753": "Apple, Inc.",
+ "64c901": "INVENTEC Corporation",
+ "64c944": "LARK Technologies, Inc",
+ "64cb5d": "SIA TeleSet",
+ "64cb9f": "TECNO MOBILE LIMITED",
+ "64cba3": "Pointmobile",
+ "64cbe9": "LG Innotek",
+ "64cc22": "Arcadyan Corporation",
+ "64cc2e": "Xiaomi Communications Co Ltd",
+ "64cdc2": "Amazon Technologies Inc.",
+ "64cdf1": "KO & AL Co., Ltd",
+ "64ce6e": "Sierra Wireless, ULC",
+ "64cf13": "Weigao Nikkiso(Weihai)Dialysis Equipment Co.,Ltd",
+ "64cfd9": "Texas Instruments",
+ "64d0d6": "Samsung Electronics Co.,Ltd",
+ "64d154": "Routerboard.com",
+ "64d1a3": "Sitecom Europe BV",
+ "64d241": "Keith & Koep GmbH",
+ "64d2c4": "Apple, Inc.",
+ "64d315": "HMD Global Oy",
+ "64d4bd": "ALPSALPINE CO,.LTD",
+ "64d4da": "Intel Corporate",
+ "64d69a": "Intel Corporate",
+ "64d7c0": "Huawei Device Co., Ltd.",
+ "64d814": "Cisco Systems, Inc",
+ "64d81b": "Vestel Elektronik San ve Tic. A.S.",
+ "64d912": "Solidica, Inc.",
+ "64d954": "Taicang T&W Electronics",
+ "64d989": "Cisco Systems, Inc",
+ "64d9c2": "eero inc.",
+ "64daa0": "Robert Bosch Smart Home GmbH",
+ "64daed": "eero inc.",
+ "64db18": "OpenPattern",
+ "64db38": "zte corporation",
+ "64db43": "Mobility Technologies Communication Co., Ltd.",
+ "64db81": "Syszone Co., Ltd.",
+ "64db8b": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "64dba0": "Select Comfort",
+ "64dbf7": "Nokia Shanghai Bell Co., Ltd.",
+ "64dc01": "Static Systems Group PLC",
+ "64dcde": "ZheJiang FuChunJiang Information Technology Co.,Ltd",
+ "64dd68": "Zyxel Communications Corporation",
+ "64dde9": "Xiaomi Communications Co Ltd",
+ "64de1c": "Kingnetic Pte Ltd",
+ "64de6d": "Intel Corporate",
+ "64df10": "Ltd.",
+ "64dfe9": "ATEME",
+ "64e003": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "64e0ab": "UNION MAN TECHNOLOGY CO.,LTD",
+ "64e161": "DEP Corp.",
+ "64e172": "Shenzhen Qihoo Intelligent Technology Co.,Ltd",
+ "64e204": "NTN Technical Service Corporation",
+ "64e220": "Qisda Corporation",
+ "64e4a5": "LG Electronics",
+ "64e599": "EFM Networks",
+ "64e625": "Woxu Wireless Co., Ltd",
+ "64e682": "Apple, Inc.",
+ "64e738": "Zhejiang SUPCON Technology Co., Ltd.",
+ "64e7d8": "Samsung Electronics Co.,Ltd",
+ "64e815": "Arcelik A.S",
+ "64e833": "Espressif Inc.",
+ "64e84f": "Serialway Communication Technology Co. Ltd",
+ "64e881": "Hewlett Packard Enterprise",
+ "64e892": "Morio Denki Co., Ltd.",
+ "64e8e6": "global moisture management system",
+ "64e950": "Cisco Systems, Inc",
+ "64eac5": "SiboTech Automation Co., Ltd.",
+ "64eb8c": "Seiko Epson Corporation",
+ "64ec65": "vivo Mobile Communication Co., Ltd.",
+ "64ed57": "Commscope",
+ "64ed62": "WOORI SYSTEMS Co., Ltd",
+ "64eeb7": "Netis Technology Co., Ltd.",
+ "64f0ad": "Zhejiang Tmall Technology Co., Ltd.",
+ "64f242": "Gerdes Aktiengesellschaft",
+ "64f2fb": "Hangzhou Ezviz Software Co.,Ltd.",
+ "64f50e": "Kinion Technology Company Limited",
+ "64f54e": "EM Microelectronic",
+ "64f69d": "Cisco Systems, Inc",
+ "64f6bb": "Fibocom Wireless Inc.",
+ "64f6f7": "Anhui Dynamic Power Co., Ltd.",
+ "64f705": "Huawei Device Co., Ltd.",
+ "64f81c": "Huawei Technologies Co., Ltd.",
+ "64f88a": "China Mobile IOT Company Limited",
+ "64f947": "Senscomm Semiconductor Co., Ltd.",
+ "64f970": "Kenade Electronics Technology Co.,LTD.",
+ "64f987": "Avvasi Inc.",
+ "64f9c0": "ANALOG DEVICES",
+ "64fa2b": "Sagemcom Broadband SAS",
+ "64fb01": "Zhongshan Camry Electronic Company Limited",
+ "64fb50": "RoomReady/Zdi, Inc.",
+ "64fb81": "IEEE Registration Authority",
+ "64fb92": "PPC Broadband Inc.",
+ "64fc8c": "Zonar Systems",
+ "64fd29": "Zhejiang Dahua Technology Co., Ltd.",
+ "64fd96": "Sagemcom Broadband SAS",
+ "64fe15": "Flaircomm Microelectronics,Inc.",
+ "64ff0a": "WNC Corporation",
+ "680235": "Konten Networks Inc.",
+ "6802b8": "Compal Broadband Networks, Inc.",
+ "680489": "Cisco Systems, Inc",
+ "680571": "Samsung Electronics Co.,Ltd",
+ "6805ca": "Intel Corporate",
+ "68070a": "TPVision Europe B.V",
+ "680715": "Intel Corporate",
+ "680927": "Apple, Inc.",
+ "680ad7": "Yancheng Kecheng Optoelectronic Technology Co., Ltd",
+ "680ae2": "Silicon Laboratories",
+ "68122d": "Special Instrument Development Co., Ltd.",
+ "681295": "Lupine Lighting Systems GmbH",
+ "681324": "Huawei Device Co., Ltd.",
+ "6813e2": "Eltex Enterprise LTD",
+ "6813f3": "Amazon Technologies Inc.",
+ "681401": "Hon Hai Precision Ind. Co.,Ltd.",
+ "681590": "Sagemcom Broadband SAS",
+ "6815d3": "Zaklady Elektroniki i Mechaniki Precyzyjnej R&G S.A.",
+ "681605": "Systems And Electronic Development FZCO",
+ "681729": "Intel Corporate",
+ "6818d9": "Hill AFB - CAPRE Group",
+ "68193f": "Digital Airways",
+ "6819ac": "Guangzhou Xianyou Intelligent Technogoly CO., LTD",
+ "681a7c": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "681aa4": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "681ab2": "zte corporation",
+ "681bef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "681ca2": "Rosewill Inc.",
+ "681d4c": "Kontron eSystems GmbH",
+ "681d64": "Sunwave Communications Co., Ltd",
+ "681def": "Shenzhen CYX Technology Co., Ltd.",
+ "681e8b": "InfoSight Corporation",
+ "681f40": "Blu Wireless Technology Ltd",
+ "681fd8": "Siemens Industry, Inc.",
+ "68215f": "Edgecore Networks Corporation",
+ "68228e": "Juniper Networks",
+ "6822e5": "Huawei Device Co., Ltd.",
+ "68234b": "Nihon Dengyo Kousaku",
+ "6823b0": "Texas Instruments",
+ "6823f4": "Shenzhen Jinlangxin Technology Co., Ltd",
+ "682499": "Quectel Wireless Solutions Co.,Ltd.",
+ "6825dd": "Espressif Inc.",
+ "682624": "Ergatta",
+ "68262a": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "682719": "Microchip Technology Inc.",
+ "682737": "Samsung Electronics Co.,Ltd",
+ "68275f": "zte corporation",
+ "68286c": "Sony Interactive Entertainment Inc.",
+ "6828ba": "Dejai",
+ "6828cf": "Hewlett Packard Enterprise",
+ "6828f6": "Vubiq Networks, Inc.",
+ "6829dc": "Ficosa Electronics S.L.U.",
+ "682c4f": "leerang corporation",
+ "682c7b": "Cisco Systems, Inc",
+ "682d83": "SHENZHEN DINGHE COMMUNICATION COMPANY",
+ "682ddc": "Wuhan Changjiang Electro-Communication Equipment CO.,LTD",
+ "682f67": "Apple, Inc.",
+ "683036": "Apple, Inc.",
+ "683045": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6831fe": "Teladin Co.,Ltd.",
+ "68332c": "KENSTEL NETWORKS LIMITED",
+ "6833ee": "Commscope",
+ "683421": "Intel Corporate",
+ "683489": "LEA Professional",
+ "683563": "SHENZHEN LIOWN ELECTRONICS CO.,LTD.",
+ "6836b5": "DriveScale, Inc.",
+ "6837e9": "Amazon Technologies Inc.",
+ "6838e3": "EYESON SOLUTION CO.,Ltd",
+ "683943": "ittim",
+ "683a1e": "Cisco Meraki",
+ "683a48": "SAMJIN Co., Ltd.",
+ "683b1e": "Countwise LTD",
+ "683b78": "Cisco Systems, Inc",
+ "683c7d": "Magic Intelligence Technology Limited",
+ "683e02": "SIEMENS AG, Digital Factory, Motion Control System",
+ "683e26": "Intel Corporate",
+ "683e34": "MEIZU Technology Co., Ltd.",
+ "683ec0": "Apple, Inc.",
+ "683eec": "ERECA",
+ "683f1e": "EFFECT Photonics B.V.",
+ "683f7d": "INGRAM MICRO SERVICES",
+ "68403c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "68418f": "Telechips, Inc.",
+ "684216": "Steplock Access AB",
+ "684352": "Bhuu Limited",
+ "6843d7": "Agilecom Photonics Solutions Guangdong Limited",
+ "684406": "Texas Instruments",
+ "684465": "Apple, Inc.",
+ "684571": "Huawei Device Co., Ltd.",
+ "6845cc": "Apple, Inc.",
+ "6845f1": "TOSHIBA CLIENT SOLUTIONS CO., LTD.",
+ "684724": "EM Microelectronic",
+ "684749": "Texas Instruments",
+ "684898": "Samsung Electronics Co.,Ltd",
+ "684983": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "684992": "Cisco Meraki",
+ "6849b2": "CARLO GAVAZZI LTD",
+ "684a5f": "Apple, Inc.",
+ "684a6e": "Quectel Wireless Solutions Co.,Ltd.",
+ "684a76": "eero inc.",
+ "684aae": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "684ae9": "Samsung Electronics Co.,Ltd",
+ "684b88": "Galtronics Telemetry Inc.",
+ "684c25": "Huawei Device Co., Ltd.",
+ "684ca8": "Shenzhen Herotel Tech. Co., Ltd.",
+ "684db6": "Xiaomi Communications Co Ltd",
+ "684e05": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "684f64": "Dell Inc.",
+ "68505d": "Halo Technologies",
+ "68508c": "Shanghai Sunmi Technology Co.,Ltd.",
+ "685134": "Hewlett Packard Enterprise",
+ "6851b7": "PowerCloud Systems, Inc.",
+ "685210": "MCS Logic",
+ "6852d6": "UGame Technology Co.,Ltd",
+ "68536c": "SPnS Co.,Ltd",
+ "685377": "Co., Ltd.",
+ "685388": "P&S Technology",
+ "68539d": "EM Microelectronic",
+ "68545a": "Intel Corporate",
+ "6854c1": "ColorTokens, Inc.",
+ "6854ed": "Alcatel-Lucent",
+ "6854f5": "enLighted Inc",
+ "6854fd": "Amazon Technologies Inc.",
+ "6855d4": "Seiko Epson Corporation",
+ "68572d": "Tuya Smart Inc.",
+ "685811": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6858a0": "Honor Device Co., Ltd.",
+ "6858c5": "ZF TRW Automotive",
+ "685932": "Sunitec Enterprise Co.,Ltd",
+ "68597f": "Alcatel Lucent",
+ "685acf": "Samsung Electronics Co.,Ltd",
+ "685b35": "Apple, Inc.",
+ "685b36": "POWERTECH INDUSTRIAL CO., LTD.",
+ "685d43": "Intel Corporate",
+ "685e1c": "Texas Instruments",
+ "685e6b": "PowerRay Co., Ltd.",
+ "685edd": "Apple, Inc.",
+ "68628a": "vivo Mobile Communication Co., Ltd.",
+ "686350": "Hella India Automotive Pvt Ltd",
+ "686359": "Advanced Digital Broadcast SA",
+ "686372": "Huawei Device Co., Ltd.",
+ "68644b": "Apple, Inc.",
+ "6865b7": "Zhishang Chuanglian Technology Co., Ltd",
+ "686725": "Espressif Inc.",
+ "6867c7": "Sagemcom Broadband SAS",
+ "68692e": "Zycoo Co.,Ltd",
+ "686975": "Angler Labs Inc",
+ "6869ca": "Hitachi, Ltd.",
+ "6869f2": "ComAp s.r.o.",
+ "686b6a": "Phytium Technology Co.,Ltd.",
+ "686ce6": "Microsoft Corporation",
+ "686dbc": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "686e23": "Wi3 Inc.",
+ "686e48": "Prophet Electronic Technology Corp.,Ltd",
+ "687161": "Cisco Systems, Inc",
+ "687251": "Ubiquiti Inc",
+ "6872c3": "Samsung Electronics Co.,Ltd",
+ "6872dc": "CETORY.TV Company Limited",
+ "687627": "Zhuhai Dingzhi Electronic Technology Co., Ltd",
+ "68764f": "Sony Corporation",
+ "687724": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6877da": "zte corporation",
+ "687848": "WESTUNITIS CO., LTD.",
+ "68784c": "Nortel Networks",
+ "687909": "Cisco Systems, Inc",
+ "687912": "IEEE Registration Authority",
+ "687924": "ELS-GmbH & Co. KG",
+ "6879c4": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "6879dd": "Ltd",
+ "6879ed": "SHARP Corporation",
+ "687a64": "Intel Corporate",
+ "687cc8": "Measurement Systems S. de R.L.",
+ "687cd5": "Y Soft Corporation, a.s.",
+ "687d00": "Shenzhen YOUHUA Technology Co., Ltd",
+ "687d6b": "Samsung Electronics Co.,Ltd",
+ "687db4": "Cisco Systems, Inc",
+ "687f74": "Cisco-Linksys, LLC",
+ "687ff0": "TP-Link Systems Inc",
+ "6881e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6882f2": "FIXME GmbH",
+ "68831a": "Pandora Mobility Corporation",
+ "6883cb": "Apple, Inc.",
+ "688470": "eSSys Co.,Ltd",
+ "68847e": "FUJITSU LIMITED",
+ "688540": "IGI Mobile, Inc.",
+ "68856a": "OuterLink Corporation",
+ "6885a4": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "6886a7": "Cisco Systems, Inc",
+ "6886e7": "Orbotix, Inc.",
+ "68871c": "Motorola Mobility LLC, a Lenovo Company",
+ "68876b": "INQ Mobile Limited",
+ "6887bd": "zte corporation",
+ "6887c6": "Cisco Systems, Inc",
+ "6888a1": "Universal Electronics, Inc.",
+ "688975": "nuoxc",
+ "6889c1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "688ab5": "EDP Servicos",
+ "688af0": "zte corporation",
+ "688b0f": "China Mobile IOT Company Limited",
+ "688bf4": "Arista Network, Inc.",
+ "688db6": "AETEK INC.",
+ "688f2e": "Hitron Technologies. Inc",
+ "688f84": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "688fc9": "Communication Co., Ltd",
+ "6891d0": "IEEE Registration Authority",
+ "689234": "Ruckus Wireless",
+ "689320": "New H3C Technologies Co., Ltd",
+ "68932e": "Habana Labs LTD.",
+ "689361": "Sdn. Bhd.",
+ "689423": "Hon Hai Precision Ind. Co.,Ltd.",
+ "68944a": "zte corporation",
+ "68951b": "Huawei Device Co., Ltd.",
+ "689575": "Zhejiang Bodyguard Electronic Co., Ltd",
+ "68962e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68966a": "OHSUNG",
+ "68967b": "Apple, Inc.",
+ "68974b": "Shenzhen Costar Electronics Co. Ltd.",
+ "6897e8": "Society of Motion Picture & Television Engineers",
+ "689861": "Beacon Inc",
+ "6899cd": "Cisco Systems, Inc",
+ "689a21": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "689a87": "Amazon Technologies Inc.",
+ "689ab7": "Atelier Vision Corporation",
+ "689b43": "Huawei Device Co., Ltd.",
+ "689c5e": "AcSiP Technology Corp.",
+ "689c70": "Apple, Inc.",
+ "689ce2": "Cisco Systems, Inc",
+ "689e0b": "Cisco Systems, Inc",
+ "689e19": "Texas Instruments",
+ "689e29": "zte corporation",
+ "689e6a": "Huawei Device Co., Ltd.",
+ "689ff0": "zte corporation",
+ "68a03e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68a0f6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68a1b7": "CO.,Ltd.",
+ "68a2aa": "Acres Manufacturing",
+ "68a34f": "Nokia",
+ "68a378": "FREEBOX SAS",
+ "68a3c4": "Liteon Technology Corporation",
+ "68a40e": "BSH Hausgeräte GmbH",
+ "68a46a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68a47d": "LTD",
+ "68a593": "Apple, Inc.",
+ "68a682": "Shenzhen YOUHUA Technology Co., Ltd",
+ "68a7b4": "Honor Device Co., Ltd.",
+ "68a828": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68a86d": "Apple, Inc.",
+ "68a878": "GeoWAN Pty Ltd",
+ "68a8e1": "Wacom Co.,Ltd.",
+ "68aac4": "Altice Labs",
+ "68aad2": "DATECS LTD.,",
+ "68ab09": "Nokia",
+ "68ab1e": "Apple, Inc.",
+ "68ab8a": "RF IDeas",
+ "68abbc": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "68ae04": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "68ae20": "Apple, Inc.",
+ "68af13": "Futura Mobility",
+ "68afff": "Shanghai Cambricon Information Technology Co., Ltd.",
+ "68b094": "INESA ELECTRON CO.,LTD",
+ "68b1c9": "IYO, Inc",
+ "68b35e": "Shenzhen Neostra Technology Co.Ltd",
+ "68b41e": "ZEASN TECHNOLOGY PRIVATE LIMITED",
+ "68b43a": "WaterFurnace International, Inc.",
+ "68b599": "Hewlett Packard",
+ "68b691": "Amazon Technologies Inc.",
+ "68b6b3": "Espressif Inc.",
+ "68b6fc": "Hitron Technologies. Inc",
+ "68b76b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "68b8bb": "Beijing Xiaomi Electronics Co.,Ltd",
+ "68b8d9": "Act KDE, Inc.",
+ "68b983": "b-plus GmbH",
+ "68b9c2": "Earda Technologies co Ltd",
+ "68b9d3": "Shenzhen Trolink Technology CO, LTD",
+ "68bc0c": "Cisco Systems, Inc",
+ "68bdab": "Cisco Systems, Inc",
+ "68be49": "Nebula Matrix",
+ "68bf6c": "Arista Networks",
+ "68bfc4": "Samsung Electronics Co.,Ltd",
+ "68c44c": "Xiaomi Communications Co Ltd",
+ "68c44d": "Motorola Mobility LLC, a Lenovo Company",
+ "68c63a": "Espressif Inc.",
+ "68c6ac": "Intel Corporate",
+ "68c8eb": "Rockwell Automation",
+ "68c90b": "Texas Instruments",
+ "68c95d": "SZ Knowact Robot Technology Co., Ltd",
+ "68ca00": "Octopus Systems Limited",
+ "68cac4": "Apple, Inc.",
+ "68cae4": "Cisco Systems, Inc",
+ "68cc6e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68cc9c": "Mine Site Technologies",
+ "68ccae": "Fortinet, Inc.",
+ "68ccba": "Dense Air Networks US LLC",
+ "68cd0f": "U Tek Company Limited",
+ "68ce4e": "L-3 Communications Infrared Products",
+ "68d1ba": "Shenzhen YOUHUA Technology Co., Ltd",
+ "68d1fd": "Shenzhen Trimax Technology Co.,Ltd",
+ "68d247": "Portalis LC",
+ "68d40c": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "68d482": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "68d48b": "Hailo Technologies Ltd.",
+ "68d6ed": "GooWi Wireless Technology Co., Limited",
+ "68d79a": "Ubiquiti Inc",
+ "68d925": "ProSys Development Services",
+ "68d927": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68d93c": "Apple, Inc.",
+ "68d972": "Cisco Systems, Inc",
+ "68d976": "EM Microelectronic",
+ "68da73": "IEEE Registration Authority",
+ "68db54": "Co., Ltd.",
+ "68db67": "Nantong Coship Electronics Co., Ltd.",
+ "68db96": "OPWILL Technologies CO .,LTD",
+ "68dbca": "Apple, Inc.",
+ "68dbf5": "Amazon Technologies Inc.",
+ "68dce8": "PacketStorm Communications",
+ "68dd26": "Shanghai Focus Vision Security Technology Co.,Ltd",
+ "68ddb7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "68ddd9": "HMD Global Oy",
+ "68dece": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "68dfdd": "Xiaomi Communications Co Ltd",
+ "68dfe4": "Samsung Electronics Co.,Ltd",
+ "68e154": "SiMa.ai",
+ "68e166": "Private",
+ "68e1dc": "BUFFALO.INC",
+ "68e209": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68e41f": "Unglaube Identech GmbH",
+ "68e478": "Qingdao Haier Technology Co.,Ltd",
+ "68e580": "Apple, Inc.",
+ "68e59e": "Cisco Systems, Inc",
+ "68e6d4": "FURUNO SYSTEMS CO.,LTD.",
+ "68e74a": "Texas Instruments",
+ "68e7c2": "Samsung Electronics Co.,Ltd",
+ "68e8eb": "Linktel Technologies Co.,Ltd",
+ "68e905": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "68ebae": "Samsung Electronics Co.,Ltd",
+ "68ebc5": "Angstrem Telecom",
+ "68ec62": "YODO Technology Corp. Ltd.",
+ "68ec8a": "IKEA of Sweden AB",
+ "68ecc5": "Intel Corporate",
+ "68ed43": "BlackBerry RTS",
+ "68ed57": "Juniper Networks",
+ "68eda4": "Shenzhen Seavo Technology Co.,Ltd",
+ "68ee4b": "Sharetronic Data Technology Co.,Ltd",
+ "68ee88": "Shenzhen TINNO Mobile Technology Corp.",
+ "68ee96": "Cisco SPVTG",
+ "68ef43": "Apple, Inc.",
+ "68efa8": "AutomationDirect.com",
+ "68efab": "Vention",
+ "68efbd": "Cisco Systems, Inc",
+ "68efdc": "Apple, Inc.",
+ "68f06d": "ALONG INDUSTRIAL CO., LIMITED",
+ "68f0b5": "Honor Device Co., Ltd.",
+ "68f0bc": "Shenzhen LiWiFi Technology Co., Ltd",
+ "68f0d0": "SkyBell Technologies Inc.",
+ "68f125": "Data Controls Inc.",
+ "68f21f": "Bose Corporation",
+ "68f38e": "Juniper Networks",
+ "68f44b": "Home Control Singapore Pte Ltd",
+ "68f543": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "68f62b": "ITEL MOBILE LIMITED",
+ "68f63b": "Amazon Technologies Inc.",
+ "68f728": "Electronics Technology co., ltd",
+ "68f7d8": "Microsoft Corporation",
+ "68f895": "Redflow Limited",
+ "68f956": "Objetivos y Servicio de Valor Añadido",
+ "68fb7e": "Apple, Inc.",
+ "68fb95": "Generalplus Technology Inc.",
+ "68fcb3": "Next Level Security Systems, Inc.",
+ "68fcb6": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "68fcca": "Samsung Electronics Co.,Ltd",
+ "68fe71": "Espressif Inc.",
+ "68feda": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "68fef7": "Apple, Inc.",
+ "68ff7b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6c006b": "Samsung Electronics Co.,Ltd",
+ "6c0273": "Shenzhen Jin Yun Video Equipment Co., Ltd.",
+ "6c02e0": "HP Inc.",
+ "6c0309": "Cisco Systems, Inc",
+ "6c0370": "Extreme Networks Headquarters",
+ "6c03b5": "Cisco Systems, Inc",
+ "6c0460": "RBH Access Technologies Inc.",
+ "6c047a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c05d3": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "6c05d5": "Ethertronics Inc",
+ "6c06d6": "Huawei Device Co., Ltd.",
+ "6c0831": "ANALOG SYSTEMS",
+ "6c090a": "GEMATICA SRL",
+ "6c09bf": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6c09d6": "Digiquest Electronics LTD",
+ "6c0b5e": "HP Inc.",
+ "6c0b84": "Universal Global Scientific Industrial., Ltd",
+ "6c0c9a": "Amazon Technologies Inc.",
+ "6c0d34": "Nokia",
+ "6c0dc4": "Beijing Xiaomi Electronics Co., Ltd.",
+ "6c0de1": "Dongguan Cannice Precision Manufacturing Co., Ltd.",
+ "6c0e0d": "Sony Corporation",
+ "6c0ee6": "Chengdu Xiyida Electronic Technology Co,.Ltd",
+ "6c0f0b": "China Mobile Group Device Co.,Ltd.",
+ "6c0f61": "Hypervolt Ltd",
+ "6c0f6a": "JDC Tech Co., Ltd.",
+ "6c108b": "WeLink Communications",
+ "6c11b3": "Wu Qi Technologies,Inc.",
+ "6c11ba": "zte corporation",
+ "6c1270": "Apple, Inc.",
+ "6c13d5": "Cisco Systems, Inc",
+ "6c1414": "BUJEON ELECTRONICS Co,.Ltd",
+ "6c146e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c14f7": "Erhardt+Leimer GmbH",
+ "6c1524": "IEEE Registration Authority",
+ "6c1544": "Microsoft Corporation",
+ "6c15db": "Arcadyan Corporation",
+ "6c15f9": "Nautronix Limited",
+ "6c160e": "ShotTracker",
+ "6c1629": "Edifier International",
+ "6c1632": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c1811": "Decatur Electronics",
+ "6c198f": "D-Link International",
+ "6c19c0": "Apple, Inc.",
+ "6c1a75": "Huawei Device Co., Ltd.",
+ "6c1aea": "Texas Instruments",
+ "6c1b3f": "MiraeSignal Co., Ltd",
+ "6c1c71": "Zhejiang Dahua Technology Co., Ltd.",
+ "6c1d2c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c1deb": "u-blox AG",
+ "6c1e70": "Guangzhou YBDS IT Co.,Ltd",
+ "6c1e90": "Hansol Technics Co., Ltd.",
+ "6c1ed7": "vivo Mobile Communication Co., Ltd.",
+ "6c1f8a": "Apple, Inc.",
+ "6c1ff7": "Ugreen Group Limited",
+ "6c2056": "Cisco Systems, Inc",
+ "6c21a2": "AMPAK Technology, Inc.",
+ "6c221a": "AltoBeam Inc.",
+ "6c22ab": "Ainsworth Game Technology",
+ "6c22f7": "Nokia Shanghai Bell Co., Ltd.",
+ "6c2316": "TATUNG Technology Inc.,",
+ "6c23b9": "Sony Corporation",
+ "6c23cb": "Wattty Corporation",
+ "6c2408": "Electronics Technology co., ltd",
+ "6c2483": "Microsoft Mobile Oy",
+ "6c24a6": "vivo Mobile Communication Co., Ltd.",
+ "6c25b9": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "6c2636": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c2779": "Microsoft Mobile Oy",
+ "6c27c8": "IEEE Registration Authority",
+ "6c2990": "WiZ Connected Lighting Company Limited",
+ "6c2995": "Intel Corporate",
+ "6c29d2": "Cisco Systems, Inc",
+ "6c2acb": "Paxton Access Ltd",
+ "6c2adf": "IEEE Registration Authority",
+ "6c2b59": "Dell Inc.",
+ "6c2c06": "OOO NPP Systemotechnika-NN",
+ "6c2cdc": "Co.,Ltd",
+ "6c2d24": "Co., Ltd.",
+ "6c2e33": "Accelink Technologies Co.,Ltd.",
+ "6c2e72": "B&B EXPORTING LIMITED",
+ "6c2e85": "Sagemcom Broadband SAS",
+ "6c2f1c": "Nexus Raytek Pty Ltd",
+ "6c2f2c": "Samsung Electronics Co.,Ltd",
+ "6c2f80": "Intel Corporate",
+ "6c2f8a": "Samsung Electronics Co.,Ltd",
+ "6c302a": "Texas Instruments",
+ "6c310e": "Cisco Systems, Inc",
+ "6c32de": "Indieon Technologies Pvt. Ltd.",
+ "6c33a9": "Magicjack LP",
+ "6c3491": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c3838": "Marking System Technology Co., Ltd.",
+ "6c3845": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6c38a1": "Ubee Interactive Co., Limited",
+ "6c391d": "Beijing ZhongHuaHun Network Information center",
+ "6c3a36": "Glowforge Inc",
+ "6c3a84": "Shenzhen Aero-Startech. Co.Ltd",
+ "6c3aff": "Apple, Inc.",
+ "6c3b6b": "Routerboard.com",
+ "6c3be5": "Hewlett Packard",
+ "6c3c53": "SoundHawk Corp",
+ "6c3c7c": "CANON INC.",
+ "6c3c8c": "Dell Inc.",
+ "6c3e6d": "Apple, Inc.",
+ "6c3e9c": "KE Knestel Elektronik GmbH",
+ "6c4008": "Apple, Inc.",
+ "6c40c6": "Nimbus Data, Inc.",
+ "6c40e8": "vivo Mobile Communication Co., Ltd.",
+ "6c410e": "Cisco Systems, Inc",
+ "6c416a": "Cisco Systems, Inc",
+ "6c41de": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c42ab": "Subscriber Networks, Inc.",
+ "6c4329": "COSMIQ EDUSNAP PRIVATE LIMITED",
+ "6c433c": "TECNO MOBILE LIMITED",
+ "6c4418": "Zappware",
+ "6c442a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c4598": "Antex Electronic Corp.",
+ "6c45c4": "Cloudflare, Inc.",
+ "6c4725": "Rochester Network Supply, Inc.",
+ "6c4760": "Sunitec Enterprise Co.,Ltd",
+ "6c483f": "Xiaomi Communications Co Ltd",
+ "6c48a6": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6c49c1": "o2ones Co., Ltd.",
+ "6c4a39": "BITA",
+ "6c4a74": "AERODISK LLC",
+ "6c4a85": "Apple, Inc.",
+ "6c4b7f": "Vossloh-Schwabe Deutschland GmbH",
+ "6c4b90": "LiteON",
+ "6c4bb4": "HUMAX Co., Ltd.",
+ "6c4cbc": "TP-Link Systems Inc.",
+ "6c4ce2": "Intel Corporate",
+ "6c4d51": "Shenzhen Ceres Technology Co., Ltd.",
+ "6c4d73": "Apple, Inc.",
+ "6c4e86": "Third Millennium Systems Ltd.",
+ "6c4ef6": "Cisco Systems, Inc",
+ "6c4f89": "Zyxel Communications Corporation",
+ "6c4fa1": "Cisco Systems, Inc",
+ "6c504d": "Cisco Systems, Inc",
+ "6c51bf": "Huawei Device Co., Ltd.",
+ "6c51e4": "Huawei Device Co., Ltd.",
+ "6c54cd": "LAMPEX ELECTRONICS LIMITED",
+ "6c5563": "Samsung Electronics Co.,Ltd",
+ "6c558d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c55b1": "Amazon Technologies Inc.",
+ "6c55e8": "Vantiva USA LLC",
+ "6c5640": "BLU Products Inc",
+ "6c5697": "Amazon Technologies Inc.",
+ "6c5779": "Aclima, Inc.",
+ "6c5940": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "6c5976": "Shanghai Tricheer Technology Co.,Ltd.",
+ "6c5a34": "Shenzhen Haitianxiong Electronic Co., Ltd.",
+ "6c5ab0": "TP-Link Systems Inc",
+ "6c5ab5": "Co., Ltd.",
+ "6c5c14": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "6c5c3d": "IEEE Registration Authority",
+ "6c5cb1": "Silicon Laboratories",
+ "6c5cde": "SunReports, Inc.",
+ "6c5d3a": "Microsoft Corporation",
+ "6c5d63": "ShenZhen Rapoo Technology Co., Ltd.",
+ "6c5e3b": "Cisco Systems, Inc",
+ "6c5e7a": "Ubiquitous Internet Telecom Co., Ltd",
+ "6c5f1c": "Lenovo Mobile Communication Technology Ltd.",
+ "6c6016": "Co., Ltd",
+ "6c60d0": "Huawei Device Co., Ltd.",
+ "6c60eb": "ZHI YUAN ELECTRONICS CO., LIMITED",
+ "6c6126": "Rinicom Holdings",
+ "6c61f4": "SFR",
+ "6c626d": "Micro-Star INT'L CO., LTD",
+ "6c6286": "Nokia",
+ "6c62fe": "Juniper Networks",
+ "6c639c": "Commscope",
+ "6c63f8": "Ubiquiti Inc",
+ "6c641a": "Penguin Computing",
+ "6c6567": "BELIMO Automation AG",
+ "6c67ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c68a4": "Guangzhou V-Solution Telecommunication Technology Co.,Ltd.",
+ "6c6a77": "Intel Corporate",
+ "6c6c0f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c6cd3": "Cisco Systems, Inc",
+ "6c6d09": "Kyowa Electronics Co.,Ltd.",
+ "6c6e07": "CE LINK LIMITED",
+ "6c6efe": "Core Logic Inc.",
+ "6c6f18": "Stereotaxis, Inc.",
+ "6c7039": "Novar GmbH",
+ "6c709f": "Apple, Inc.",
+ "6c70cb": "Samsung Electronics Co.,Ltd",
+ "6c710d": "Cisco Systems, Inc",
+ "6c71bd": "EZELINK TELECOM",
+ "6c71d2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6c71d9": "AzureWave Technology Inc.",
+ "6c7220": "D-Link International",
+ "6c724a": "Onkyo Technology K.K.",
+ "6c72e2": "amitek",
+ "6c72e7": "Apple, Inc.",
+ "6c750d": "WiFiSONG",
+ "6c7637": "Huawei Device Co., Ltd.",
+ "6c7660": "KYOCERA CORPORATION ",
+ "6c78c1": "Juniper Networks",
+ "6c79b8": "Texas Instruments",
+ "6c7a63": "Arista Networks",
+ "6c7db7": "Cisco Meraki",
+ "6c7e67": "Apple, Inc.",
+ "6c7f0c": "Cisco Meraki",
+ "6c7f49": "Huawei Device Co., Ltd.",
+ "6c80ab": "ifanr Inc",
+ "6c81fe": "Mitsuba Corporation",
+ "6c8243": "Huawei Device Co., Ltd.",
+ "6c8336": "Samsung Electronics Co.,Ltd",
+ "6c8338": "Ubihere",
+ "6c8366": "Nanjing SAC Power Grid Automation Co., Ltd.",
+ "6c8375": "Broadcom Limited",
+ "6c8686": "Technonia",
+ "6c8720": "New H3C Technologies Co., Ltd",
+ "6c8814": "Intel Corporate",
+ "6c885f": "Private",
+ "6c8aec": "Nantong Coship Electronics Co., Ltd.",
+ "6c8b2f": "zte corporation",
+ "6c8bd3": "Cisco Systems, Inc",
+ "6c8cdb": "Otus Technologies Ltd",
+ "6c8d65": "Wireless Glue Networks, Inc.",
+ "6c8d77": "Cisco Systems, Inc",
+ "6c8dc1": "Apple, Inc.",
+ "6c8f4e": "Chongqing Yipingfang Technology Co., Ltd.",
+ "6c8fb5": "Microsoft Mobile Oy",
+ "6c90b1": "SanLogic Inc",
+ "6c9106": "Katena Computing Technologies",
+ "6c92bf": "IEIT SYSTEMS Co., Ltd.",
+ "6c92cf": "Broadcom Limited",
+ "6c9308": "IEEE Registration Authority",
+ "6c9354": "Co., LTD.",
+ "6c9392": "BEKO Technologies GmbH",
+ "6c9466": "Intel Corporate",
+ "6c94f8": "Apple, Inc.",
+ "6c9522": "Scalys",
+ "6c96cf": "Apple, Inc.",
+ "6c976d": "Motorola Mobility LLC, a Lenovo Company",
+ "6c97aa": "AI TECHNOLOGY CO.,LTD.",
+ "6c98eb": "Riverbed Technology, Inc.",
+ "6c9961": "Sagemcom Broadband SAS",
+ "6c9989": "Cisco Systems, Inc",
+ "6c999d": "Amazon Technologies Inc.",
+ "6c9ab4": "Brodersen A/S",
+ "6c9ac9": "Valentine Research, Inc.",
+ "6c9b02": "Nokia Corporation",
+ "6c9bc0": "Chemoptics Inc.",
+ "6c9ce9": "Nimble Storage",
+ "6c9ced": "Cisco Systems, Inc",
+ "6c9e7c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6ca0b4": "SKY UK LIMITED",
+ "6ca100": "Intel Corporate",
+ "6ca31e": "ITEL MOBILE LIMITED",
+ "6ca367": "Avlinkpro",
+ "6ca401": "essensys plc",
+ "6ca4d1": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6ca604": "Commscope",
+ "6ca682": "EDAM information & communications",
+ "6ca75f": "zte corporation",
+ "6ca780": "Nokia Corporation",
+ "6ca7fa": "YOUNGBO ENGINEERING INC.",
+ "6ca849": "Avaya Inc",
+ "6ca858": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6ca906": "Telefield Ltd",
+ "6ca928": "HMD Global Oy",
+ "6ca936": "Ltd",
+ "6ca96f": "TransPacket AS",
+ "6caab3": "Ruckus Wireless",
+ "6cab05": "Cisco Systems, Inc",
+ "6cab31": "Apple, Inc.",
+ "6cab4d": "Digital Payment Technologies",
+ "6cac60": "Venetex Corp",
+ "6cacc2": "Samsung Electronics Co.,Ltd",
+ "6cad3f": "Hubbell Building Automation, Inc.",
+ "6cadad": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "6cadef": "KZ Broadband Technologies, Ltd. ",
+ "6cadf8": "AzureWave Technology Inc.",
+ "6cae8b": "IBM Corporation",
+ "6caee3": "Nokia",
+ "6caef6": "eero inc.",
+ "6caf15": "Webasto SE",
+ "6cb077": "Limited",
+ "6cb0ce": "NETGEAR",
+ "6cb0fd": "Shenzhen Xinghai Iot Technology Co.,Ltd",
+ "6cb133": "Apple, Inc.",
+ "6cb158": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6cb227": "Sony Video & Sound Products Inc.",
+ "6cb2ae": "Cisco Systems, Inc",
+ "6cb2fd": "Texas Instruments",
+ "6cb311": "Shenzhen Lianrui Electronics Co.,Ltd",
+ "6cb34d": "SharkNinja Operating LLC",
+ "6cb350": "Anhui comhigher tech co.,ltd",
+ "6cb456": "Espressif Inc.",
+ "6cb4a7": "Landauer, Inc.",
+ "6cb4fd": "Huawei Device Co., Ltd.",
+ "6cb56b": "HUMAX Co., Ltd.",
+ "6cb6ca": "DIVUS GmbH",
+ "6cb749": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cb7e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cb7f4": "Samsung Electronics Co.,Ltd",
+ "6cb881": "zte corporation",
+ "6cb9c5": "Delta Networks, Inc.",
+ "6cbab8": "Sagemcom Broadband SAS",
+ "6cbee9": "Alcatel-Lucent IPD",
+ "6cbfb5": "Noon Technology Co., Ltd",
+ "6cc147": "Xiamen Hanin Electronic Technology Co., Ltd",
+ "6cc1d2": "Commscope",
+ "6cc217": "Hewlett Packard",
+ "6cc242": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "6cc26b": "Apple, Inc.",
+ "6cc36a": "vivo Mobile Communication Co., Ltd.",
+ "6cc374": "Texas Instruments",
+ "6cc3b2": "Cisco Meraki",
+ "6cc41e": "NEXSEC Incorporated",
+ "6cc49f": "Hewlett Packard Enterprise",
+ "6cc4d5": "HMD Global Oy",
+ "6cc63b": "Taicang T&W Electronics",
+ "6cc840": "Espressif Inc.",
+ "6cca08": "Commscope",
+ "6ccdd6": "NETGEAR",
+ "6cce44": "1MORE",
+ "6ccf39": "Shanghai StarFive Semiconductor Co., Ltd.",
+ "6cd008": "zte corporation",
+ "6cd032": "LG Electronics",
+ "6cd146": "FRAMOS GmbH",
+ "6cd199": "vivo Mobile Communication Co., Ltd.",
+ "6cd1b0": "WING SING ELECTRONICS HONG KONG LIMITED",
+ "6cd1e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cd2ba": "zte corporation",
+ "6cd3ee": "ZIMI CORPORATION",
+ "6cd630": "Rootous System Co.,Ltd",
+ "6cd63f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cd6e3": "Cisco Systems, Inc",
+ "6cd704": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cd719": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "6cd71f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "6cd7a0": "Co., Ltd.",
+ "6cd869": "Guangzhou Sat Infrared Co.,LTD",
+ "6cd8fb": "Qorvo Utrecht B.V.",
+ "6cd94c": "vivo Mobile Communication Co., Ltd.",
+ "6cdc6a": "Promethean Limited",
+ "6cdd30": "Cisco Systems, Inc",
+ "6cddbc": "Samsung Electronics Co.,Ltd",
+ "6cddef": "EPCOMM Inc.",
+ "6cdea9": "Cisco Meraki",
+ "6cdffb": "IEEE Registration Authority",
+ "6ce01e": "Modcam AB",
+ "6ce0b0": "SOUND4",
+ "6ce2d3": "New H3C Technologies Co., Ltd",
+ "6ce3b6": "Nera Telecommunications Ltd.",
+ "6ce4a4": "Silicon Laboratories",
+ "6ce4ce": "Villiger Security Solutions AG",
+ "6ce4da": "NEC Platforms, Ltd.",
+ "6ce5c9": "Apple, Inc.",
+ "6ce5f7": "New H3C Technologies Co., Ltd",
+ "6ce85c": "Apple, Inc.",
+ "6ce873": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "6ce874": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6ce8c6": "Earda Technologies co Ltd",
+ "6ce907": "Nokia Corporation",
+ "6ce983": "Gastron Co., LTD.",
+ "6cebb2": "Dongguan Sen DongLv Electronics Co.,Ltd",
+ "6cebb6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "6cec5a": "Hon Hai Precision Ind. CO.,Ltd.",
+ "6ceca1": "SHENZHEN CLOU ELECTRONICS CO. LTD.",
+ "6ceceb": "Texas Instruments",
+ "6ced51": "NEXCONTROL Co.,Ltd",
+ "6ceef7": "shenzhen scodeno technology co., Ltd.",
+ "6cefbd": "Cisco Meraki",
+ "6cefc6": "SHENZHEN TWOWING TECHNOLOGIES CO.,LTD.",
+ "6cf049": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "6cf17e": "Zhejiang Uniview Technologies Co.,Ltd.",
+ "6cf2d8": "CANON INC.",
+ "6cf373": "Samsung Electronics Co.,Ltd",
+ "6cf37f": "Hewlett Packard Enterprise",
+ "6cf5e8": "Mooredoll Inc.",
+ "6cf6da": "Intel Corporate",
+ "6cf712": "Nokia Solutions and Networks GmbH & Co. KG",
+ "6cf784": "Xiaomi Communications Co Ltd",
+ "6cf97c": "Nanoptix Inc.",
+ "6cf9d2": "CHENGDU POVODO ELECTRONIC TECHNOLOGY CO., LTD",
+ "6cfa58": "Avaya Inc",
+ "6cfa89": "Cisco Systems, Inc",
+ "6cfaa7": "AMPAK Technology, Inc.",
+ "6cfbed": "GN Audio A/S",
+ "6cfd22": "Silicon Laboratories",
+ "6cfdb9": "Proware Technologies Co Ltd.",
+ "6cfe54": "Intel Corporate",
+ "6cffbe": "MPB Communications Inc.",
+ "6cffce": "Sagemcom Broadband SAS",
+ "700136": "FATEK Automation Corporation",
+ "7001b5": "Cisco Systems, Inc",
+ "700258": "01DB-METRAVIB",
+ "70033f": "Pimax Technology(ShangHai)Co.,Ltd",
+ "70037e": "Vantiva USA LLC",
+ "70039f": "Espressif Inc.",
+ "70041d": "Espressif Inc.",
+ "700433": "California Things Inc.",
+ "700692": "IEEE Registration Authority",
+ "7006ac": "Eastcompeace Technology Co., Ltd",
+ "700777": "OnTarget Technologies, Inc",
+ "700810": "Intel Corporate",
+ "700894": "Liteon Technology Corporation",
+ "700971": "Samsung Electronics Co.,Ltd",
+ "700b01": "Sagemcom Broadband SAS",
+ "700b4f": "Cisco Systems, Inc",
+ "700bc0": "Dewav Technology Company",
+ "700f6a": "Cisco Systems, Inc",
+ "700fc7": "SHENZHEN IKINLOOP TECHNOLOGY CO.,LTD.",
+ "700fec": "Poindus Systems Corp.",
+ "70105c": "Cisco Systems, Inc",
+ "70106f": "Hewlett Packard Enterprise ",
+ "70110e": "zte corporation",
+ "701124": "Apple, Inc.",
+ "701135": "Livesecu co., Ltd",
+ "7011ae": "Music Life LTD",
+ "701301": "Vantiva - Connected Home",
+ "701384": "Apple, Inc.",
+ "701404": "Limited Liability Company",
+ "7014a6": "Apple, Inc.",
+ "7015fb": "Intel Corporate",
+ "70169f": "EtherCAT Technology Group",
+ "7017d7": "Shanghai Enflame Technology Co., Ltd.",
+ "70188b": "Hon Hai Precision Ind. Co.,Ltd.",
+ "7018a7": "Cisco Systems, Inc",
+ "70192f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "701988": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "701a04": "Liteon Technology Corporation",
+ "701ab8": "Intel Corporate",
+ "701ad5": "Avigilon Alta",
+ "701aed": "ADVAS CO., LTD.",
+ "701bfb": "Sdn. Bhd.",
+ "701ce7": "Intel Corporate",
+ "701d08": "99IOT Shenzhen co.,ltd",
+ "701d7f": "Comtech Technology Co., Ltd.",
+ "701dc4": "NorthStar Battery Company, LLC",
+ "701e68": "Hanna Instruments, Inc.",
+ "701f0b": "WILOGY SRL",
+ "701f3c": "Samsung Electronics Co.,Ltd",
+ "701f53": "Cisco Systems, Inc",
+ "702084": "Hon Hai Precision Industry Co., Ltd.",
+ "70217f": "Xiaomi Communications Co Ltd",
+ "7022fe": "Apple, Inc.",
+ "702393": "fos4X GmbH",
+ "702526": "Nokia",
+ "702559": "CyberTAN Technology Inc.",
+ "702605": "SONY Visual Products Inc.",
+ "702661": "Universal Global Scientific Industrial., Ltd",
+ "702804": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "70288b": "Samsung Electronics Co.,Ltd",
+ "702900": "Shenzhen ChipTrip Technology Co,Ltd",
+ "702a7d": "EpSpot AB",
+ "702ad5": "Samsung Electronics Co.,Ltd",
+ "702ad7": "New H3C Intelligence Terminal Co., Ltd.",
+ "702b1d": "E-Domus International Limited",
+ "702c09": "Nintendo Co.,Ltd",
+ "702c1f": "Wisol",
+ "702d84": "i4C Innovations",
+ "702dd1": "Newings Communication CO., LTD.",
+ "702e22": "zte corporation",
+ "702e80": "DIEHL Connectivity Solutions",
+ "702ed9": "Guangzhou Shiyuan Electronics Co., Ltd.",
+ "702f35": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "702f4b": "Steelcase Inc.",
+ "702f86": "Marquardt GmbH",
+ "702f97": "Aava Mobile Oy",
+ "703018": "Avaya Inc",
+ "70305d": "Ubiquoss Inc",
+ "70305e": "Nanjing Zhongke Menglian Information Technology Co.,LTD",
+ "70317f": "Apple, Inc.",
+ "703187": "ACX GmbH",
+ "703217": "Intel Corporate",
+ "7032d5": "Athena Wireless Communications Inc",
+ "703509": "Cisco Systems, Inc",
+ "70357b": "vivo Mobile Communication Co., Ltd.",
+ "7036b2": "Focusai Corp",
+ "70378e": "Tianyi Telecom Terminals Company Limited",
+ "703811": "Siemens Mobility Limited",
+ "7038b4": "Low Tech Solutions",
+ "7038ee": "Avaya Inc",
+ "703a0e": "Hewlett Packard Enterprise",
+ "703a2d": "Shenzhen V-Link Technology CO., LTD.",
+ "703a51": "Xiaomi Communications Co Ltd",
+ "703a73": "Shenzhen Sundray Technologies company Limited",
+ "703aa6": "New H3C Technologies Co., Ltd",
+ "703acb": "Google, Inc.",
+ "703ad8": "Shenzhen Afoundry Electronic Co., Ltd",
+ "703c03": "RadiAnt Co.,Ltd",
+ "703c39": "SEAWING Kft",
+ "703c69": "Apple, Inc.",
+ "703d15": "Hangzhou H3C Technologies Co., Limited",
+ "703e76": "Arcadyan Corporation",
+ "703e97": "Iton Technology Corp.",
+ "703eac": "Apple, Inc.",
+ "7040ff": "Huawei Device Co., Ltd.",
+ "7041b7": "Edwards Lifesciences LLC",
+ "7042d3": "Ruijie Networks Co.,LTD",
+ "70441c": "SHENZHEN KAIFA TECHNOLOGY CO.,LTD.",
+ "704642": "CHYNG HONG ELECTRONIC CO., LTD.",
+ "704698": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "704777": "Ruckus Wireless",
+ "7047e9": "vivo Mobile Communication Co., Ltd.",
+ "70480f": "Apple, Inc.",
+ "7048b5": "CTS System Co., LTD.",
+ "7048f7": "Nintendo Co.,Ltd",
+ "7049a2": "Zyxel Communications Corporation",
+ "704a0e": "AMPAK Technology,Inc.",
+ "704aae": "Ltd",
+ "704ae4": "Rinstrum Pty Ltd",
+ "704ca2": "Apple, Inc.",
+ "704ca5": "Fortinet, Inc.",
+ "704cb6": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "704ced": "TMRG, Inc.",
+ "704d7b": "ASUSTek COMPUTER INC.",
+ "704de7": "TECNO MOBILE LIMITED",
+ "704e01": "KWANGWON TECH CO., LTD.",
+ "704e66": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "704e6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "704f08": "Shenzhen Huisheng Information Technology Co., Ltd.",
+ "704f57": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "704fb8": "Commscope",
+ "7050af": "SKY UK LIMITED",
+ "7050e7": "IEEE Registration Authority",
+ "7052c5": "Avaya Inc",
+ "7052d8": "ITEL MOBILE LIMITED",
+ "70533f": "Alfa Instrumentos Eletronicos Ltda.",
+ "705425": "Commscope",
+ "705464": "Silicon Laboratories",
+ "7054b4": "Vestel Elektronik San ve Tic. A.S.",
+ "7054d2": "PEGATRON CORPORATION",
+ "7054f5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7055f8": "Cerebras Systems Inc",
+ "705681": "Apple, Inc.",
+ "7057bf": "New H3C Technologies Co., Ltd",
+ "705812": "Panasonic Corporation AVC Networks Company",
+ "705846": "Trig Avionics Limited",
+ "705896": "InShow Technology",
+ "7058a4": "Actiontec Electronics Inc.",
+ "705957": "Medallion Instrumentation Systems",
+ "705986": "OOO TTV",
+ "705a0f": "Hewlett Packard",
+ "705a6f": "IEEE Registration Authority",
+ "705a9e": "Vantiva USA LLC",
+ "705aac": "Samsung Electronics Co.,Ltd",
+ "705ab6": "CO., LTD. ",
+ "705b2e": "M2Communication Inc.",
+ "705cad": "Konami Gaming Inc",
+ "705dcc": "EFM Networks",
+ "705e55": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "705eaa": "Action Target, Inc.",
+ "705fa3": "Xiaomi Communications Co Ltd",
+ "7060de": "LaVision GmbH",
+ "706173": "Calantec GmbH",
+ "70617b": "Cisco Systems, Inc",
+ "7061be": "WNC Corporation",
+ "7061ee": "Sunwoda Electronic Co.,Ltd",
+ "7062b8": "D-Link International",
+ "706417": "ORBIS TECNOLOGIA ELECTRICA S.A.",
+ "706582": "Suzhou Hanming Technologies Co., Ltd.",
+ "7065a3": "Kandao lightforge Co., Ltd.",
+ "70661b": "Sonova AG",
+ "70662a": "Sony Interactive Entertainment Inc.",
+ "706655": "AzureWave Technology Inc.",
+ "7066b9": "Huawei Device Co., Ltd.",
+ "7066e1": "dnt Innovation GmbH",
+ "706871": "FN-LINK TECHNOLOGY Ltd.",
+ "706879": "Saijo Denki International Co., Ltd.",
+ "70695a": "Cisco Systems, Inc",
+ "706979": "IEEE Registration Authority",
+ "706ac9": "zte corporation",
+ "706bb9": "Cisco Systems, Inc",
+ "706d15": "Cisco Systems, Inc",
+ "706dec": "Wifi-soft LLC",
+ "706e10": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "706e6d": "Cisco Systems, Inc",
+ "706f81": "Private",
+ "70700d": "Apple, Inc.",
+ "707013": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70704c": "Purple Communications, Inc",
+ "70708b": "Cisco Systems, Inc",
+ "7070aa": "Amazon Technologies Inc.",
+ "7070fc": "GOLD&WATER INDUSTRIAL LIMITED",
+ "7071b3": "Brain Corporation",
+ "7071bc": "PEGATRON CORPORATION",
+ "70720d": "Lenovo Mobile Communication Technology Ltd.",
+ "70723c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7072cf": "EdgeCore Networks",
+ "7072fe": "Apple, Inc.",
+ "707362": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7073cb": "Apple, Inc.",
+ "707414": "Murata Manufacturing Co., Ltd.",
+ "707630": "Commscope",
+ "7076dd": "OxyGuard Internation A/S",
+ "7076f0": "Private Limited",
+ "7076ff": "KERLINK",
+ "707781": "Hon Hai Precision Ind. Co.,Ltd.",
+ "70788b": "vivo Mobile Communication Co., Ltd.",
+ "707938": "Wuxi Zhanrui Electronic Technology Co.,LTD",
+ "707990": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7079b3": "Cisco Systems, Inc",
+ "707be8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "707c18": "ADATA Technology Co., Ltd",
+ "707c69": "Avaya Inc",
+ "707ce3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "707d95": "Shenzhen City LinwlanTechnology Co. Ltd.",
+ "707da1": "Sagemcom Broadband SAS",
+ "707daf": "Plucent AB",
+ "707db9": "Cisco Systems, Inc",
+ "707e43": "Commscope",
+ "707ede": "NASTEC LTD.",
+ "707ff2": "Telechips, Inc.",
+ "708105": "Cisco Systems, Inc",
+ "708185": "New H3C Technologies Co., Ltd",
+ "7081eb": "Apple, Inc.",
+ "70820e": "as electronics GmbH",
+ "70828e": "OleumTech Corporation",
+ "708540": "Co.,Ltd",
+ "70856c": "Ruijie Networks Co.,LTD",
+ "7085c2": "ASRock Incorporation",
+ "7085c4": "Ruijie Networks Co.,LTD",
+ "7085c6": "Commscope",
+ "7086c1": "Texas Instruments",
+ "7086ce": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "70879e": "Beken Corporation",
+ "7087a7": "Murata Manufacturing Co., Ltd.",
+ "70884d": "JAPAN RADIO CO., LTD.",
+ "708976": "Tuya Smart Inc.",
+ "7089cc": "China Mobile Group Device Co.,Ltd.",
+ "7089f5": "Dongguan Lingjie IOT Co., LTD",
+ "708a09": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "708b78": "citygrow technology co., ltd",
+ "708b97": "INSYS icom GmbH",
+ "708bcd": "ASUSTek COMPUTER INC.",
+ "708cb6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "708cbb": "MIMODISPLAYKOREA",
+ "708cf2": "Apple, Inc.",
+ "708d09": "Nokia Corporation",
+ "708f47": "vivo Mobile Communication Co., Ltd.",
+ "709041": "Mist Systems, Inc.",
+ "7090b7": "Huawei Device Co., Ltd.",
+ "70918f": "Weber-Stephen Products LLC",
+ "7091f3": "Universal Electronics, Inc.",
+ "709383": "Intelligent Optical Network High Tech CO.,LTD.",
+ "7093c1": "eero inc.",
+ "7093f8": "Space Monkey, Inc.",
+ "709741": "Arcadyan Corporation",
+ "709756": "Happyelectronics Co.,Ltd",
+ "709883": "SHENZHEN KAYAN ELECTRONICS., LTD.",
+ "70991c": "Shenzhen Honesty Electronics Co.,Ltd",
+ "709a0b": "Italian Institute of Technology",
+ "709ac4": "Huawei Device Co., Ltd.",
+ "709ba5": "Shenzhen Y&D Electronics Co.,LTD.",
+ "709bfc": "Bryton Inc.",
+ "709c45": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "709c8f": "Nero AG",
+ "709cd1": "Intel Corporate",
+ "709e29": "Sony Interactive Entertainment Inc.",
+ "709e86": "X6D Limited",
+ "709f2d": "zte corporation",
+ "709fa9": "TECNO MOBILE LIMITED",
+ "70a191": "Trendsetter Medical, LLC",
+ "70a2b3": "Apple, Inc.",
+ "70a3a4": "Beijing Guming Communication Technology Co., Ltd.",
+ "70a41c": "Advanced Wireless Dynamics S.L.",
+ "70a56a": "Shenzhen C-Data Technology Co., Ltd.",
+ "70a66a": "Prox Dynamics AS",
+ "70a6bd": "Honor Device Co., Ltd.",
+ "70a6cc": "Intel Corporate",
+ "70a703": "Honor Device Co., Ltd.",
+ "70a741": "Ubiquiti Inc",
+ "70a84c": "MONAD., Inc.",
+ "70a8d3": "Intel Corporate",
+ "70a8e3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70a983": "Cisco Systems, Inc",
+ "70aab2": "BlackBerry RTS",
+ "70ac08": "Silicon Laboratories",
+ "70acd7": "Shenzhen YOUHUA Technology Co., Ltd",
+ "70ad54": "Malvern Instruments Ltd",
+ "70aed5": "Apple, Inc.",
+ "70af24": "TP Vision Belgium NV",
+ "70af25": "Nishiyama Industry Co.,LTD.",
+ "70af6a": "SHENZHEN FENGLIAN TECHNOLOGY CO., LTD.",
+ "70b035": "Shenzhen Zowee Technology Co., Ltd",
+ "70b08c": "Shenou Communication Equipment Co.,Ltd",
+ "70b13d": "Samsung Electronics Co.,Ltd",
+ "70b14e": "Commscope",
+ "70b258": "Ruckus Wireless",
+ "70b265": "Hiltron s.r.l.",
+ "70b306": "Apple, Inc.",
+ "70b317": "Cisco Systems, Inc",
+ "70b3d5": "IEEE Registration Authority",
+ "70b51a": "Huawei Device Co., Ltd.",
+ "70b599": "Embedded Technologies s.r.o.",
+ "70b5e8": "Dell Inc.",
+ "70b64f": "Guangzhou V-SOLUTION Electronic Technology Co., Ltd.",
+ "70b651": "Eight Sleep",
+ "70b7aa": "vivo Mobile Communication Co., Ltd.",
+ "70b7e2": "Jiangsu Miter Technology Co.,Ltd.",
+ "70b7e4": "Broadcom Limited",
+ "70b8f6": "Espressif Inc.",
+ "70b921": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "70b950": "Texas Instruments",
+ "70b9bb": "Shenzhen Hankvision Technology CO.,LTD",
+ "70baef": "Hangzhou H3C Technologies Co., Limited",
+ "70bb5b": "Apple, Inc.",
+ "70bbe9": "Xiaomi Communications Co Ltd",
+ "70bc10": "Microsoft Corporation",
+ "70bc48": "Cisco Systems, Inc",
+ "70bd96": "Cisco Systems, Inc",
+ "70bdd2": "Adva Network Security GmbH",
+ "70bf3e": "Charles River Laboratories",
+ "70bf92": "GN Audio A/S",
+ "70c59c": "Silicon Laboratories",
+ "70c6ac": "Bosch Automotive Aftermarket",
+ "70c6dd": "New H3C Technologies Co., Ltd",
+ "70c76f": "INNO S",
+ "70c7f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70c833": "Wirepas Oy",
+ "70c912": "Sichuan AI-Link Technology Co., Ltd.",
+ "70c932": "Limited",
+ "70c94e": "Liteon Technology Corporation",
+ "70c9c6": "Cisco Systems, Inc",
+ "70ca4d": "Shenzhen lnovance Technology Co.,Ltd.",
+ "70ca97": "Ruckus Wireless",
+ "70ca9b": "Cisco Systems, Inc",
+ "70cd0d": "Intel Corporate",
+ "70cd60": "Apple, Inc.",
+ "70cd91": "TERACOM TELEMATICA S.A",
+ "70ce8c": "Samsung Electronics Co.,Ltd",
+ "70cf49": "Intel Corporate",
+ "70d081": "Beijing Netpower Technologies Inc.",
+ "70d313": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70d379": "Cisco Systems, Inc",
+ "70d4f2": "RIM",
+ "70d51e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "70d57e": "Scalar Corporation",
+ "70d5e7": "Wellcore Corporation",
+ "70d6b6": "Metrum Technologies",
+ "70d823": "Intel Corporate",
+ "70d880": "Upos System sp. z o.o.",
+ "70d8c2": "Intel Corporate",
+ "70d923": "vivo Mobile Communication Co., Ltd.",
+ "70d931": "Co.,Ltd.",
+ "70d983": "Shanghai JINXVM Microelectronics Co.,Ltd.",
+ "70da17": "Austrian Audio GmbH",
+ "70da48": "Cisco Systems, Inc",
+ "70da9c": "TECSEN",
+ "70db98": "Cisco Systems, Inc",
+ "70dda1": "Tellabs",
+ "70dda8": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "70ddef": "Huawei Device Co., Ltd.",
+ "70dee2": "Apple, Inc.",
+ "70def9": "LIMITED",
+ "70df2f": "Cisco Systems, Inc",
+ "70dff7": "Commscope",
+ "70e027": "HONGYU COMMUNICATION TECHNOLOGY LIMITED",
+ "70e139": "3view Ltd",
+ "70e1fd": "FLEXTRONICS",
+ "70e24c": "SAE IT-systems GmbH & Co. KG",
+ "70e284": "Corporation",
+ "70e422": "Cisco Systems, Inc",
+ "70e46e": "Lytx",
+ "70e56e": "Texas Instruments",
+ "70e72c": "Apple, Inc.",
+ "70e843": "Beijing C&W Optical Communication Technology Co.,Ltd.",
+ "70e997": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70ea1a": "Cisco Systems, Inc",
+ "70ea5a": "Apple, Inc.",
+ "70eb74": "Ningbo Goneo Electric Appliance Co., Ltd.",
+ "70eba5": "Huawei Device Co., Ltd.",
+ "70ece4": "Apple, Inc.",
+ "70edfa": "imperix Ltd",
+ "70ee50": "Netatmo",
+ "70eea3": "Eoptolink Technology Inc. Ltd,",
+ "70ef00": "Apple, Inc.",
+ "70f087": "Apple, Inc.",
+ "70f088": "Nintendo Co.,Ltd",
+ "70f096": "Cisco Systems, Inc",
+ "70f11c": "Shenzhen Ogemray Technology Co.,Ltd",
+ "70f176": "Data Modul AG",
+ "70f196": "Actiontec Electronics, Inc",
+ "70f1a1": "Liteon Technology Corporation",
+ "70f1e5": "Xetawave LLC",
+ "70f220": "Actiontec Electronics, Inc",
+ "70f35a": "Cisco Systems, Inc",
+ "70f395": "Universal Global Scientific Industrial., Ltd",
+ "70f6cf": "Relay, Inc.",
+ "70f74f": "Robert Bosch JuP1",
+ "70f754": "AMPAK Technology,Inc.",
+ "70f82b": "Corporation",
+ "70f8ae": "Microsoft Corporation",
+ "70f8e7": "IEEE Registration Authority",
+ "70f927": "Samsung Electronics Co.,Ltd",
+ "70f94a": "Apple, Inc.",
+ "70f96d": "Hangzhou H3C Technologies Co., Limited",
+ "70fc8c": "OneAccess SA",
+ "70fc8f": "FREEBOX SAS",
+ "70fd45": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "70fd46": "Samsung Electronics Co.,Ltd",
+ "70fd88": "Nanjing Jiahao Technology Co., Ltd.",
+ "70ff5c": "Cheerzing Communication(Xiamen)Technology Co.,Ltd",
+ "70ff76": "Texas Instruments",
+ "7400e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7402e1": "Texas Instruments",
+ "7403bd": "BUFFALO.INC",
+ "74042b": "Company Limited",
+ "7404f0": "Co., LTD",
+ "7404f1": "Intel Corporate",
+ "74051d": "Jiangxi Risound Electronics Co.,LTD",
+ "74057c": "Qorvo International Pte. Ltd.",
+ "7405a5": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "740635": "TECHNOLOGIES CORPORATION",
+ "74077e": "Quectel Wireless Solutions Co.,Ltd.",
+ "7408de": "Fujian Landi Commercial Technology Co., Ltd.",
+ "7409ac": "Quext, LLC",
+ "740abc": "LightwaveRF Technology Ltd",
+ "740ae1": "Huawei Device Co., Ltd.",
+ "740bb0": "Hirschmann Automation and Control GmbH",
+ "740cee": "Huawei Device Co., Ltd.",
+ "740ea4": "Apple, Inc.",
+ "740edb": "Optowiz Co., Ltd",
+ "7410e0": "Broadcom Limited",
+ "7411b2": "Cisco Systems, Inc",
+ "741213": "Linksys USA, Inc",
+ "7412b3": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "7412bb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "7413ea": "Intel Corporate",
+ "741489": "SRT Wireless",
+ "741575": "Xiaomi Communications Co Ltd",
+ "7415e2": "Tri-Sen Systems Corporation",
+ "7415f5": "Apple, Inc.",
+ "741865": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "74190a": "Samsung Electronics Co.,Ltd",
+ "7419f8": "IEEE Registration Authority",
+ "741ae0": "IEEE Registration Authority",
+ "741b39": "CONVEY INDIA PRIVATE LIMITED",
+ "741bb2": "Apple, Inc.",
+ "741c27": "ITEL MOBILE LIMITED",
+ "741e93": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "741eb1": "Samsung Electronics Co.,Ltd",
+ "741f4a": "Hangzhou H3C Technologies Co., Limited",
+ "741f79": "YOUNGKOOK ELECTRONICS CO.,LTD",
+ "74205f": "Shenzhen Zhongruixin Intelligent Technology Co., Ltd.",
+ "74220d": "CHENGDU XUGUANG TECHNOLOGY CO,LTD",
+ "7422bb": "Huawei Device Co., Ltd.",
+ "742344": "Xiaomi Communications Co Ltd",
+ "74238d": "zte corporation",
+ "74249f": "TIBRO Corp.",
+ "7424ca": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "742584": "IEEE Registration Authority",
+ "74258a": "Hangzhou H3C Technologies Co., Limited",
+ "7426ac": "Cisco Systems, Inc",
+ "7426ff": "zte corporation",
+ "74272c": "Advanced Micro Devices, Inc.",
+ "74273c": "Co., LTD",
+ "7427ea": "Elitegroup Computer Systems Co.,Ltd.",
+ "742857": "Mayfield Robotics",
+ "742869": "Huawei Device Co., Ltd.",
+ "742972": "Juniper Networks",
+ "742981": "Texas Instruments",
+ "7429af": "Hon Hai Precision Ind. Co.,Ltd.",
+ "742a8a": "shenzhen worldelite electronics co., LTD",
+ "742b0f": "Infinidat Ltd.",
+ "742b62": "FUJITSU LIMITED",
+ "742d0a": "Norfolk Elektronik AG",
+ "742e4f": "Stienen Group",
+ "742ec1": "Dixon Electro Appliances Pvt Ltd",
+ "742edb": "Perinet GmbH",
+ "742efc": "DirectPacket Research, Inc,",
+ "742f68": "AzureWave Technology Inc.",
+ "74309d": "Infinix mobility limited",
+ "7430af": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "743170": "Arcadyan Technology Corporation",
+ "743174": "Apple, Inc.",
+ "74317e": "Ruckus Wireless",
+ "743256": "NT-ware Systemprg GmbH",
+ "7432c2": "KYOLIS",
+ "743357": "vivo Mobile Communication Co., Ltd.",
+ "7433a6": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "7433e9": "zte corporation",
+ "743400": "MTG Co., Ltd.",
+ "74342b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "743491": "Shenzhen Kings IoT Co., Ltd",
+ "7434ae": "this is engineering Inc.",
+ "74366d": "Vodafone Italia S.p.A.",
+ "74372f": "Tongfang Shenzhen Cloudcomputing Technology Co.,Ltd",
+ "74373b": "UNINET Co.,Ltd.",
+ "74375f": "SERCOMM PHILIPPINES INC",
+ "743822": "Xiaomi Communications Co Ltd",
+ "743889": "ANNAX Anzeigesysteme GmbH",
+ "7438b7": "CANON INC.",
+ "743989": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "743a20": "New H3C Technologies Co., Ltd",
+ "743a65": "NEC Corporation",
+ "743aef": "Kaon Group Co., Ltd.",
+ "743af4": "Intel Corporate",
+ "743c18": "Taicang T&W Electronics",
+ "743c24": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "743e2b": "Ruckus Wireless",
+ "743e39": "YUSUR Technology Co., Ltd.",
+ "743ecb": "Gentrice tech",
+ "743fc2": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "7440bb": "Hon Hai Precision Ind. Co.,Ltd.",
+ "7440be": "LG Innotek",
+ "744218": "Apple, Inc.",
+ "74427f": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "74428b": "Apple, Inc.",
+ "744401": "NETGEAR",
+ "74452d": "Huawei Device Co., Ltd.",
+ "74458a": "Samsung Electronics Co.,Ltd",
+ "7445ce": "CRESYN",
+ "744687": "Kingsignal Technology Co., Ltd.",
+ "7446a0": "Hewlett Packard",
+ "7446b3": "Texas Instruments",
+ "7449d2": "New H3C Technologies Co., Ltd",
+ "744aa4": "zte corporation",
+ "744be9": "EXPLORER HYPERTECH CO.,LTD",
+ "744ca1": "Liteon Technology Corporation",
+ "744d28": "Routerboard.com",
+ "744d6d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "744d79": "Arrive Systems Inc.",
+ "744dbd": "Espressif Inc.",
+ "744ddc": "Sonim Technologies, Inc",
+ "74504e": "New H3C Technologies Co., Ltd",
+ "7450cd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7451ba": "Xiaomi Communications Co Ltd",
+ "7452ce": "Co., LTD",
+ "745327": "COMMSEN CO., LIMITED",
+ "7453a8": "ACL Airshop BV",
+ "745427": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "74546b": "hangzhou zhiyi communication co., ltd",
+ "74547d": "Cisco SPVTG",
+ "745612": "Commscope",
+ "74563c": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "745798": "TRUMPF Laser GmbH + Co. KG",
+ "745889": "Multilaser Industrial S.A.",
+ "7458f3": "Amazon Technologies Inc.",
+ "745909": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "745933": "Danal Entertainment",
+ "745aaa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "745bc5": "IEEE Registration Authority",
+ "745c4b": "GN Audio A/S",
+ "745c9f": "TCT mobile ltd",
+ "745cfa": "Shenzhen Shunrui Gaojie Technology Co., Ltd.",
+ "745d22": "Electronics Technology co., ltd",
+ "745d43": "BSH Hausgeraete GmbH",
+ "745d68": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "745e1c": "PIONEER CORPORATION",
+ "745f00": "Samsung Semiconductor Inc.",
+ "745f90": "LAM Technologies",
+ "745fae": "TSL PPL",
+ "74604c": "RODE",
+ "7460fa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74614b": "Chongqing Huijiatong Information Technology Co., Ltd.",
+ "7463c2": "Huawei Device Co., Ltd.",
+ "7463df": "VTS GmbH",
+ "74650c": "Apple, Inc.",
+ "7465d1": "Atlinks",
+ "746630": "T:mi Ytti",
+ "74675f": "COMPAL INFORMATION(KUNSHAN)CO.,LTD.",
+ "7467f7": "Extreme Networks Headquarters",
+ "746859": "SUNITEC TECHNOLOGY CO.,LIMITED",
+ "74694a": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "746a3a": "Aperi Corporation",
+ "746a89": "Rezolt Corporation",
+ "746a8f": "VS Vision Systems GmbH",
+ "746ab3": "MICIUS Laboratory",
+ "746b82": "MOVEK ",
+ "746bab": "GUANGDONG ENOK COMMUNICATION CO., LTD",
+ "746dfa": "Samsung Electronics Co.,Ltd",
+ "746ee4": "Asia Vital Components Co.,Ltd.",
+ "746f19": "TECHNOLOGY CO., LTD.",
+ "746f3d": "Contec GmbH",
+ "746f88": "zte corporation",
+ "746ff7": "WNC Corporation",
+ "747069": "Huawei Device Co., Ltd.",
+ "7470fd": "Intel Corporate",
+ "74718b": "Apple, Inc.",
+ "74721e": "Edison Labs Inc.",
+ "7472b0": "Guangzhou Shiyuan Electronics Co., Ltd. ",
+ "7472f2": "Chipsip Technology Co., Ltd.",
+ "74731d": "ifm electronic gmbh",
+ "747336": "MICRODIGTAL Inc",
+ "7473b4": "Apple, Inc.",
+ "7473e2": "Hillstone Networks Corp.",
+ "747446": "Google, Inc.",
+ "747548": "Amazon Technologies Inc.",
+ "7475df": "TECLINK",
+ "74761f": "Microsoft Corporation",
+ "74765b": "Quectel Wireless Solutions Co.,Ltd.",
+ "74767d": "shenzhen kexint technology co.,ltd",
+ "747786": "Apple, Inc.",
+ "747818": "Jurumani Solutions",
+ "747827": "Dell Inc.",
+ "747847": "Interdisciplinary Consulting Corporation",
+ "7478a6": "Fortinet, Inc.",
+ "747a90": "Murata Manufacturing Co., Ltd.",
+ "747b7a": "ETH Inc.",
+ "747d24": "Co., Ltd.",
+ "747db6": "Aliwei Communications, Inc",
+ "747e1a": "Red Embedded Design Limited",
+ "747e2d": "Beijing Thomson CITIC Digital Technology Co. LTD.",
+ "74803f": "Sdn. Bhd.",
+ "748114": "Apple, Inc.",
+ "74819a": "PT. Hartono Istana Teknologi",
+ "7483c2": "Ubiquiti Inc",
+ "7483ef": "Arista Networks",
+ "748469": "Nintendo Co.,Ltd",
+ "7484e1": "Dongguan Haoyuan Electronics Co.,Ltd",
+ "74852a": "PEGATRON CORPORATION",
+ "7485c4": "New H3C Technologies Co., Ltd",
+ "74860b": "Cisco Systems, Inc",
+ "748669": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "74866f": "zte corporation",
+ "74867a": "Dell Inc.",
+ "7486e2": "Dell Inc.",
+ "74872e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7487a9": "OCT Technology Co., Ltd.",
+ "7487bb": "Ciena Corporation",
+ "74882a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74888b": "ADB Broadband Italia",
+ "7488a8": "Co., Ltd.",
+ "7488bb": "Cisco Systems, Inc",
+ "748a0d": "Commscope",
+ "748a28": "HMD Global Oy",
+ "748a69": "Korea Image Technology Co., Ltd",
+ "748b29": "Micobiomed",
+ "748b34": "Shanghai Smart System Technology Co., Ltd",
+ "748d08": "Apple, Inc.",
+ "748e08": "Bestek Corp.",
+ "748ef8": "Brocade Communications Systems LLC",
+ "748f1b": "MasterImage 3D",
+ "748f3c": "Apple, Inc.",
+ "748f4d": "duagon Germany GmbH",
+ "748fc2": "Cisco Systems, Inc",
+ "74901f": "Ragile Networks Inc.",
+ "749050": "Renesas Electronics Corporation",
+ "7490bc": "Arcadyan Corporation",
+ "74911a": "Ruckus Wireless",
+ "7491bd": "Four systems Co.,Ltd.",
+ "7492ba": "Movesense Ltd",
+ "7493a4": "Zebra Technologies Corp.",
+ "7493da": "ASKEY COMPUTER CORP",
+ "74943d": "AgJunction",
+ "749533": "Westala Technologies Inc.",
+ "749552": "Xuzhou WIKA Electronics Control Technology Co., Ltd.",
+ "7495a7": "Keyence Corporation",
+ "7495ec": "ALPSALPINE CO,.LTD",
+ "749637": "Todaair Electronic Co., Ltd",
+ "749779": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "749781": "zte corporation",
+ "74978e": "Nova Labs",
+ "749975": "IBM Corporation",
+ "749ac0": "Cachengo, Inc.",
+ "749b89": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "749be8": "Hitron Technologies. Inc",
+ "749c52": "Huizhou Desay SV Automotive Co., Ltd.",
+ "749ce3": "KodaCloud Canada, Inc",
+ "749d79": "Sercomm Corporation.",
+ "749d8f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "749ddc": "2Wire Inc",
+ "749e75": "Hewlett Packard Enterprise",
+ "749ea5": "OHSUNG",
+ "749eaf": "Apple, Inc.",
+ "749ef5": "Samsung Electronics Co.,Ltd",
+ "74a02f": "Cisco Systems, Inc",
+ "74a063": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74a2e6": "Cisco Systems, Inc",
+ "74a34a": "ZIMI CORPORATION",
+ "74a4a7": "QRS Music Technologies, Inc.",
+ "74a4b5": "Powerleader Science and Technology Co. Ltd.",
+ "74a528": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74a57e": "Panasonic Ecology Systems",
+ "74a58c": "Texas Instruments",
+ "74a5c2": "KYOCERA Corporation ",
+ "74a6cd": "Apple, Inc.",
+ "74a78e": "zte corporation",
+ "74a7ea": "Amazon Technologies Inc.",
+ "74ab93": "Blink by Amazon ",
+ "74ac5f": "Co., Ltd.",
+ "74acb9": "Ubiquiti Inc",
+ "74ad45": "Valeo Auto- Electric Hungary Ltd",
+ "74ad98": "Cisco Systems, Inc",
+ "74adb7": "China Mobile Group Device Co.,Ltd.",
+ "74adcb": "New H3C Technologies Co., Ltd",
+ "74ae76": "iNovo Broadband, Inc.",
+ "74b00c": "Network Video Technologies, Inc",
+ "74b059": "Motorola Mobility LLC, a Lenovo Company",
+ "74b3ea": "EK INC.",
+ "74b472": "CIESSE",
+ "74b57e": "zte corporation",
+ "74b587": "Apple, Inc.",
+ "74b6b6": "eero inc.",
+ "74b725": "Huawei Device Co., Ltd.",
+ "74b7b3": "Shenzhen YOUHUA Technology Co., Ltd",
+ "74b7e6": "Zegna-Daidong Limited",
+ "74b80f": "Zipline International Inc.",
+ "74b839": "Texas Instruments",
+ "74b8a8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74b91e": "Nanjing Bestway Automation System Co., Ltd",
+ "74b9eb": "JinQianMao Technology Co.,Ltd.",
+ "74badb": "Longconn Electornics(shenzhen)Co.,Ltd",
+ "74bbd3": "Shenzhen xeme Communication Co., Ltd.",
+ "74be08": "ATEK Products, LLC",
+ "74bef3": "Motorola Mobility LLC, a Lenovo Company",
+ "74bfa1": "HYUNTECK",
+ "74bfb7": "Nusoft Corporation",
+ "74bfc0": "CANON INC.",
+ "74c14f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74c17d": "Infinix mobility limited",
+ "74c17e": "LG Electronics",
+ "74c246": "Amazon Technologies Inc.",
+ "74c330": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "74c412": "Microsoft Corporation",
+ "74c530": "vivo Mobile Communication Co., Ltd.",
+ "74c621": "Zhejiang Hite Renewable Energy Co.,LTD",
+ "74c63b": "AzureWave Technology Inc.",
+ "74c64a": "AGOS Co.,Ltd",
+ "74c76e": "RTK-TECHNOLOGIES, LLC",
+ "74c90f": "Microchip Technologies Inc",
+ "74c929": "Zhejiang Dahua Technology Co., Ltd.",
+ "74c99a": "Ericsson AB",
+ "74c9a3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "74ca25": "Calxeda, Inc.",
+ "74ca60": "Sonos, Inc.",
+ "74cbf3": "Lava international limited",
+ "74cc39": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "74cc40": "Apple, Inc.",
+ "74cd0c": "Smith Myers Communications Ltd.",
+ "74ce56": "Packet Force Technology Limited Company",
+ "74cf00": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "74d02b": "ASUSTek COMPUTER INC.",
+ "74d0dc": "Ericsson AB",
+ "74d21d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74d285": "Texas Instruments",
+ "74d423": "Amazon Technologies Inc.",
+ "74d435": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "74d4dd": "Quanta Computer Inc.",
+ "74d558": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "74d5b8": "Infraeo Inc",
+ "74d5c6": "Microchip Technologies Inc",
+ "74d637": "Amazon Technologies Inc.",
+ "74d654": "GINT",
+ "74d675": "WYMA Tecnologia",
+ "74d6cb": "New H3C Technologies Co., Ltd",
+ "74d6e5": "Huawei Device Co., Ltd.",
+ "74d6ea": "Texas Instruments",
+ "74d713": "Huaqin Technology Co. LTD",
+ "74d7ca": "Panasonic Automotive Systems Co.,Ltd",
+ "74d83e": "Intel Corporate",
+ "74d850": "Evrisko Systems",
+ "74d873": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "74d9eb": "Petabit Scale, Inc.",
+ "74da38": "Edimax Technology Co. Ltd.",
+ "74da88": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "74dada": "D-Link International",
+ "74daea": "Texas Instruments",
+ "74dbd1": "Ebay Inc",
+ "74ddcb": "China Leadshine Technology Co.,Ltd",
+ "74de2b": "Liteon Technology Corporation",
+ "74dfbf": "Liteon Technology Corporation",
+ "74e06e": "Ergophone GmbH",
+ "74e147": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "74e14a": "IEEE Registration Authority",
+ "74e182": "Texas Instruments",
+ "74e19a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "74e1b6": "Apple, Inc.",
+ "74e20c": "Amazon Technologies Inc.",
+ "74e277": "Vizmonet Pte Ltd",
+ "74e28c": "Microsoft Corporation",
+ "74e2e7": "Cisco Systems, Inc",
+ "74e2f5": "Apple, Inc.",
+ "74e336": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "74e424": "APISTE CORPORATION",
+ "74e50b": "Intel Corporate",
+ "74e537": "RADSPIN",
+ "74e543": "Liteon Technology Corporation",
+ "74e5f9": "Intel Corporate",
+ "74e60f": "TECNO MOBILE LIMITED",
+ "74e6b8": "LG Electronics",
+ "74e6e2": "Dell Inc.",
+ "74e798": "Juniper Networks",
+ "74e7c6": "Commscope",
+ "74e987": "Apple, Inc.",
+ "74e9bf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74e9d8": "Shanghai High-Flying Electronics Technology Co.,Ltd",
+ "74ea3a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "74eac8": "New H3C Technologies Co., Ltd",
+ "74eacb": "New H3C Technologies Co., Ltd",
+ "74eae8": "Commscope",
+ "74eb80": "Samsung Electronics Co.,Ltd",
+ "74ec42": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "74ecb2": "Amazon Technologies Inc.",
+ "74ecf1": "Acumen",
+ "74ee2a": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "74ee8d": "Technology Co., Ltd.",
+ "74ef4b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "74f06d": "AzureWave Technology Inc.",
+ "74f07d": "BnCOM Co.,Ltd",
+ "74f102": "Beijing HCHCOM Technology Co., Ltd",
+ "74f2fa": "Xiaomi Communications Co Ltd",
+ "74f413": "Maxwell Forest",
+ "74f441": "Samsung Electronics Co.,Ltd",
+ "74f612": "Commscope",
+ "74f61c": "HTC Corporation",
+ "74f661": "Schneider Electric Fire & Security Oy",
+ "74f67a": "Samsung Electronics Co.,Ltd",
+ "74f726": "Neuron Robotics",
+ "74f737": "KCE",
+ "74f7f6": "Shanghai Sunmi Technology Co.,Ltd.",
+ "74f85d": "Berkeley Nucleonics Corp",
+ "74f8db": "IEEE Registration Authority",
+ "74f90f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74f91a": "Onface",
+ "74f9ca": "Nintendo Co.,Ltd",
+ "74fb17": "Qingdao Goertek Horizons Tecnology Co.,LTD",
+ "74fc45": "SIEMENS AG",
+ "74fc77": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "74fda0": "Corporation ",
+ "74fe48": "ADVANTECH CO., LTD.",
+ "74fece": "TP-Link Systems Inc",
+ "74ff4c": "Co.,Ltd",
+ "74ff7d": "Wren Sound Systems, LLC",
+ "78009e": "Samsung Electronics Co.,Ltd",
+ "7800a8": "PT HAN SUNG ELECTORONICS INDONESIA",
+ "78028b": "Apple, Inc.",
+ "78028f": "Inc.",
+ "7802b1": "Cisco Systems, Inc",
+ "7802b7": "ShenZhen Ultra Easy Technology CO.,LTD",
+ "7802f8": "Xiaomi Communications Co Ltd",
+ "78034f": "Nokia",
+ "780473": "Texas Instruments",
+ "78047a": "Edge Networks LLC",
+ "7804e3": "Huawei Device Co., Ltd.",
+ "780541": "Queclink Wireless Solutions Co., Ltd",
+ "78055f": "Shenzhen WYC Technology Co., Ltd.",
+ "78058c": "mMax Communications, Inc.",
+ "7806c9": "Huawei Device Co., Ltd.",
+ "78071c": "Green Energy Options Ltd",
+ "780738": "Z.U.K. Elzab S.A.",
+ "78078f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78084d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "780ac7": "Baofeng TV Co., Ltd.",
+ "780b8c": "Private",
+ "780c71": "Inseego Wireless, Inc",
+ "780cb8": "Intel Corporate",
+ "780cf0": "Cisco Systems, Inc",
+ "780ed1": "TRUMPF Werkzeugmaschinen GmbH+Co.KG",
+ "780f77": "HangZhou Gubei Electronics Technology Co.,Ltd",
+ "780f81": "Cisco Meraki",
+ "781053": "China Mobile Group Device Co.,Ltd.",
+ "781100": "Quantumsolution",
+ "781185": "NBS Payment Solutions Inc.",
+ "78119d": "Cisco Systems, Inc",
+ "7811dc": "XIAOMI Electronics,CO.,LTD",
+ "78123e": "TECNO MOBILE LIMITED",
+ "7812b8": "ORANTEK LIMITED",
+ "781305": "IEEE Registration Authority",
+ "7813e0": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "78152d": "UNION CHIP TECHNOLOGY LIMITED",
+ "781699": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "781735": "Nokia Shanghai Bell Co., Ltd.",
+ "7817be": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "781881": "AzureWave Technology Inc.",
+ "7818a8": "Huawei Device Co., Ltd.",
+ "7818ec": "Fortinet, Inc.",
+ "78192e": "NASCENT Technology",
+ "7819f7": "Juniper Networks",
+ "781c1e": "Chongqing Yipingfang Technology Co., Ltd.",
+ "781c3c": "Espressif Inc.",
+ "781c5a": "SHARP Corporation",
+ "781c9d": "Silicon Laboratories",
+ "781d4a": "zte corporation",
+ "781dba": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "781dfd": "Jabil Inc",
+ "781eb8": "Shenzhen iComm Semiconductor CO.,LTD",
+ "781f11": "RAB Lighting",
+ "781f7c": "Nokia",
+ "781fdb": "Samsung Electronics Co.,Ltd",
+ "78202e": "Skychers Creations ShenZhen Limited",
+ "782051": "TP-Link Systems Inc.",
+ "782079": "ID Tech",
+ "7820a5": "Nintendo Co.,Ltd",
+ "7820bd": "Technologies Co. Ltd",
+ "782184": "Espressif Inc.",
+ "78223d": "Affirmed Networks",
+ "782288": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "782327": "Samsung Electronics Co.,Ltd",
+ "7823ae": "Commscope",
+ "782459": "Alcatel-Lucent Enterprise",
+ "7824af": "ASUSTek COMPUTER INC.",
+ "7824be": "Cisco Systems, Inc",
+ "782544": "Omnima Limited",
+ "78257a": "LEO Innovation Lab",
+ "782599": "Huawei Device Co., Ltd.",
+ "7825ad": "Samsung Electronics Co.,Ltd",
+ "7826a6": "zte corporation",
+ "7828ca": "Sonos, Inc.",
+ "7829ad": "NINGBO QIXIANG INFORMATION TECHNOLOGY CO., LTD",
+ "7829ed": "ASKEY COMPUTER CORP",
+ "782a79": "Sdn. Bhd.",
+ "782af8": "IETHCOM INFORMATION TECHNOLOGY CO., LTD.",
+ "782b46": "Intel Corporate",
+ "782b60": "Huawei Device Co., Ltd.",
+ "782b64": "Bose Corporation",
+ "782bcb": "Dell Inc.",
+ "782c29": "New H3C Technologies Co., Ltd",
+ "782d7e": "TRENDnet, Inc.",
+ "782dad": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "782e03": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "782e56": "China Mobile Group Device Co.,Ltd.",
+ "782eef": "Nokia Corporation",
+ "782f17": "Xlab Co.,Ltd",
+ "78303b": "Stephen Technologies Co.,Limited",
+ "78305d": "zte corporation",
+ "7830e1": "UltraClenz, LLC",
+ "7830f5": "TBT Inc.",
+ "78312b": "zte corporation",
+ "7831c1": "Apple, Inc.",
+ "78321b": "D-Link International",
+ "78324f": "Millennium Group, Inc.",
+ "7833c6": "Samsung Electronics Co.,Ltd",
+ "783409": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "783486": "Nokia",
+ "7834fd": "vivo Mobile Communication Co., Ltd.",
+ "7835a0": "Zurn Industries LLC",
+ "783607": "Cermate Technologies Inc.",
+ "783690": "Co.,Ltd",
+ "7836cc": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "783716": "Samsung Electronics Co.,Ltd",
+ "78392d": "IEEE Registration Authority",
+ "783a6c": "TECNO MOBILE LIMITED",
+ "783a84": "Apple, Inc.",
+ "783ce3": "Kai-EE",
+ "783d5b": "TELNET Redes Inteligentes S.A.",
+ "783e53": "SKY UK LIMITED",
+ "783ea1": "Nokia Shanghai Bell Co., Ltd.",
+ "783f15": "EasySYNC Ltd.",
+ "783f4d": "Apple, Inc.",
+ "7840e4": "Samsung Electronics Co.,Ltd",
+ "78421c": "Espressif Inc.",
+ "784405": "ELECTRONIC Co.,LTD.",
+ "78444a": "Shenzhen Aiwinn information Technology Co., Ltd.",
+ "784476": "Ltd.",
+ "7844fd": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "784501": "Biamp Systems",
+ "784558": "Ubiquiti Inc",
+ "784561": "CyberTAN Technology Inc.",
+ "7845b3": "Huawei Device Co., Ltd.",
+ "7845c4": "Dell Inc.",
+ "78465c": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "78465f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "78467d": "SKAIChips",
+ "7846c4": "DAEHAP HYPER-TECH",
+ "7846d4": "Samsung Electronics Co.,Ltd",
+ "78471d": "Samsung Electronics Co.,Ltd",
+ "7847e3": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "78482c": "START USA, INC.",
+ "784859": "Hewlett Packard",
+ "78491d": "The Will-Burt Company",
+ "784946": "Cambridge Mobile Telematics, Inc.",
+ "784b08": "f.robotics acquisitions ltd",
+ "784b87": "Murata Manufacturing Co., Ltd.",
+ "784f24": "Taicang T&W Electronics",
+ "784f43": "Apple, Inc.",
+ "784f9b": "Juniper Networks",
+ "785005": "MOKO TECHNOLOGY Ltd",
+ "78507c": "Juniper Networks",
+ "78510c": "LiveU Ltd.",
+ "78521a": "Samsung Electronics Co.,Ltd",
+ "785237": "zte corporation",
+ "78524a": "Optonic GmbH",
+ "785262": "Shenzhen Hojy Software Co., Ltd.",
+ "78530d": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "785333": "Beijing Xiaomi Electronics Co.,Ltd",
+ "785364": "SHIFT GmbH",
+ "7853f2": "Roxton Systems Ltd.",
+ "78542e": "D-Link International",
+ "785517": "SankyuElectronics",
+ "785536": "Co.,Ltd",
+ "785712": "Mobile Integration Workgroup",
+ "785773": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7857b0": "GERTEC BRASIL LTDA",
+ "785844": "Hangzhou Sciener Smart Technology Co., Ltd.",
+ "785860": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7858f3": "Vachen Co.,Ltd",
+ "78593e": "RAFI GmbH & Co.KG",
+ "78595e": "Samsung Electronics Co.,Ltd",
+ "785968": "Hon Hai Precision Ind. Co.,Ltd.",
+ "785994": "Alif Semiconductor, Inc.",
+ "785b64": "Huawei Device Co., Ltd.",
+ "785c28": "Prime Motion Inc.",
+ "785c5e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "785c72": "Hioso Technology Co., Ltd.",
+ "785dc8": "LG Electronics",
+ "785ea2": "Sunitec Enterprise Co.,Ltd",
+ "785ecc": "Apple, Inc.",
+ "785ee8": "IEEE Registration Authority",
+ "785f28": "EM Microelectronic",
+ "785f36": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "785f4c": "Argox Information Co., Ltd.",
+ "785f6c": "Arista Networks",
+ "78605b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "78617c": "MITSUMI ELECTRIC CO.,LTD.",
+ "786256": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "786299": "BITSTREAM sp. z o.o.",
+ "7864a0": "Cisco Systems, Inc",
+ "7864c0": "Apple, Inc.",
+ "7864e6": "Green Motive Technology Limited",
+ "78653b": "Shaoxing Ourten Electronics Co., Ltd.",
+ "786559": "Sagemcom Broadband SAS",
+ "78669d": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "7866ae": "ZTEC Instruments, Inc.",
+ "7866d7": "GENSTORAIGE TECHNOLOGY CO.LTD.",
+ "7866f3": "shenzhen worldelite electronics co., LTD",
+ "78670e": "WNC Corporation",
+ "7867d7": "Apple, Inc.",
+ "786829": "eero inc.",
+ "7868f7": "YSTen Technology Co.,Ltd",
+ "7869d4": "Shenyang Vibrotech Instruments Inc.",
+ "786a1f": "Commscope",
+ "786a89": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "786c1c": "Apple, Inc.",
+ "786c84": "Amazon Technologies Inc.",
+ "786cab": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "786d94": "Palo Alto Networks",
+ "786deb": "GE Lighting",
+ "787052": "Welotec GmbH",
+ "787104": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "78719c": "Commscope",
+ "78725d": "Cisco Systems, Inc",
+ "787264": "IEEE Registration Authority",
+ "78753e": "Apple, Inc.",
+ "787689": "eero inc.",
+ "7876d9": "EXARA Group",
+ "787835": "IEEE Registration Authority",
+ "787984": "Apple, Inc.",
+ "787a6f": "Juice Technology AG",
+ "787b8a": "Apple, Inc.",
+ "787d48": "ITEL MOBILE LIMITED",
+ "787d53": "Extreme Networks Headquarters",
+ "787df3": "Sterlite Technologies Limited",
+ "787e42": "zte corporation",
+ "787e61": "Apple, Inc.",
+ "787f62": "GiK mbH",
+ "788038": "FUNAI ELECTRIC CO., LTD.",
+ "788102": "Sercomm Corporation.",
+ "78818c": "Nintendo Co.,Ltd",
+ "78818f": "Server Racks Australia Pty Ltd",
+ "7881ce": "China Mobile Iot Limited company",
+ "788371": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78843c": "Sony Corporation",
+ "7884ee": "INDRA ESPACIO S.A.",
+ "788517": "Cisco Systems, Inc",
+ "7885f4": "Huawei Device Co., Ltd.",
+ "78862e": "Microsoft Corporation",
+ "7886b6": "Shenzhen YOUHUA Technology Co., Ltd",
+ "78870d": "Unifiedgateways India Private Limited",
+ "78886d": "Apple, Inc.",
+ "78888a": "CDR Sp. z o.o. Sp. k.",
+ "788973": "CMC",
+ "788a20": "Ubiquiti Inc",
+ "788a86": "China Dragon Technology Limited",
+ "788b2a": "Co., Ltd.",
+ "788b77": "Standar Telecom",
+ "788c4d": "Indyme Solutions, LLC",
+ "788c54": "Ping Communication",
+ "788c77": "LEXMARK INTERNATIONAL, INC.",
+ "788cb5": "TP-Link Systems Inc",
+ "788daf": "Sagemcom Broadband SAS",
+ "788df7": "Hitron Technologies. Inc",
+ "788e33": "Jiangsu SEUIC Technology Co.,Ltd",
+ "788e45": "Jizaie inc.",
+ "7890a2": "zte corporation",
+ "7891de": "Guangdong ACIGA Science&Technology Co.,Ltd",
+ "7891e9": "Raisecom Technology CO., LTD",
+ "78923e": "Nokia Corporation",
+ "78929c": "Intel Corporate",
+ "7893c3": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "7894b4": "Sercomm Corporation.",
+ "7894e8": "Radio Bridge",
+ "7895eb": "ITEL MOBILE LIMITED",
+ "789682": "zte corporation",
+ "789684": "Commscope",
+ "7896a3": "Extreme Networks Headquarters",
+ "7897c3": "DINGXIN INFORMATION TECHNOLOGY CO.,LTD",
+ "7898e8": "D-Link International",
+ "7898fd": "Q9 Networks Inc.",
+ "789912": "Technologies Limited",
+ "78995c": "Nationz Technologies Inc",
+ "789966": "Musilab Electronics (DongGuan)Co.,Ltd.",
+ "789987": "Xiaomi Communications Co Ltd",
+ "78998f": "MEDILINE ITALIA SRL",
+ "789a18": "Routerboard.com",
+ "789c85": "August Home, Inc.",
+ "789ce7": "Shenzhen Aikede Technology Co., Ltd",
+ "789ed0": "Samsung Electronics Co.,Ltd",
+ "789f38": "Shenzhen Feasycom Co., Ltd",
+ "789f4c": "HOERBIGER Elektronik GmbH",
+ "789f6a": "Ruckus Wireless",
+ "789f70": "Apple, Inc.",
+ "789f87": "Siemens AG I IA PP PRM",
+ "789faa": "Huawei Device Co., Ltd.",
+ "78a03f": "Amazon Technologies Inc.",
+ "78a051": "iiNet Labs Pty Ltd ",
+ "78a106": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "78a13e": "New H3C Technologies Co., Ltd",
+ "78a183": "Advidia",
+ "78a1d8": "ShenzhenEnjoyTechnologyCo.,Ltd",
+ "78a2a0": "Nintendo Co., Ltd.",
+ "78a351": "SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD",
+ "78a3e4": "Apple, Inc.",
+ "78a4ba": "Marquardt India Pvt Ltd",
+ "78a504": "Texas Instruments",
+ "78a5dd": "Shenzhen Smarteye Digital Electronics Co., Ltd",
+ "78a683": "Precidata",
+ "78a6a0": "Hangzhou Ezviz Software Co.,Ltd.",
+ "78a6bd": "DAEYEON Control&Instrument Co,.Ltd",
+ "78a6e1": "Brocade Communications Systems LLC",
+ "78a714": "Amphenol",
+ "78a7c7": "Apple, Inc.",
+ "78a7eb": "1MORE",
+ "78a873": "Samsung Electronics Co.,Ltd",
+ "78aa82": "New H3C Technologies Co., Ltd",
+ "78ab60": "ABB Australia",
+ "78abbb": "Samsung Electronics Co.,Ltd",
+ "78ac44": "Dell Inc.",
+ "78acbf": "Igneous Systems",
+ "78acc0": "Hewlett Packard",
+ "78ae0c": "Far South Networks",
+ "78af08": "Intel Corporate",
+ "78af58": "GIMASI SA",
+ "78afe4": "Comau S.p.A",
+ "78b213": "Corporation",
+ "78b28d": "Beijing Tengling Technology CO.Ltd ",
+ "78b39f": "TECHNOLOGIES CORPORATION",
+ "78b3b9": "ShangHai sunup lighting CO.,LTD",
+ "78b3ce": "Elo touch solutions",
+ "78b46a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78b554": "Huawei Device Co., Ltd.",
+ "78b5d2": "Ever Treasure Industrial Limited",
+ "78b6c1": "AOBO Telecom Co.,Ltd",
+ "78b6ec": "Scuf Gaming International LLC",
+ "78b6fe": "Samsung Electronics Co.,Ltd",
+ "78b81a": "INTER SALES A/S",
+ "78b84b": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "78b8d6": "Zebra Technologies Inc.",
+ "78bad0": "Shinybow Technology Co. Ltd.",
+ "78baf9": "Cisco Systems, Inc",
+ "78bb88": "Ltd.",
+ "78bbc1": "PRIVATE LIMITED",
+ "78bc1a": "Cisco Systems, Inc",
+ "78bdbc": "Samsung Electronics Co.,Ltd",
+ "78be81": "FN-LINK TECHNOLOGY Ltd.",
+ "78beb6": "Enhanced Vision",
+ "78bebd": "STULZ GmbH",
+ "78c11d": "Samsung Electronics Co.,Ltd",
+ "78c1a7": "zte corporation",
+ "78c1ae": "Hangzhou Ezviz Software Co.,Ltd.",
+ "78c213": "Sagemcom Broadband SAS",
+ "78c2c0": "IEEE Registration Authority",
+ "78c313": "China Mobile Group Device Co.,Ltd.",
+ "78c3e9": "Samsung Electronics Co.,Ltd",
+ "78c40e": "H&D Wireless",
+ "78c4ab": "Shenzhen Runsil Technology Co.,Ltd",
+ "78c4fa": "Meta Platforms, Inc.",
+ "78c57d": "Zyxel Communications Corporation",
+ "78c5e5": "Texas Instruments",
+ "78c5f8": "Huawei Device Co., Ltd.",
+ "78c62b": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "78c6bb": "Analog Devices, Inc.",
+ "78c881": "Sony Interactive Entertainment Inc.",
+ "78c884": "Huawei Device Co., Ltd.",
+ "78c95e": "Midmark RTLS ",
+ "78ca04": "Nokia Corporation",
+ "78ca39": "Apple, Inc.",
+ "78ca5e": "ELNO",
+ "78ca83": "IEEE Registration Authority",
+ "78cb2c": "Join Digital, Inc.",
+ "78cb33": "DHC Software Co.,Ltd",
+ "78cb68": "DAEHAP HYPER-TECH",
+ "78cc2b": "SINEWY TECHNOLOGY CO., LTD",
+ "78cd55": "Texas Instruments",
+ "78cd8e": "SMC Networks Inc",
+ "78cea5": "Vital link vietnam company limited",
+ "78cf2f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78cff9": "Huawei Device Co., Ltd.",
+ "78d004": "Neousys Technology Inc.",
+ "78d129": "Vicos",
+ "78d162": "Apple, Inc.",
+ "78d294": "NETGEAR",
+ "78d347": "Ericsson AB",
+ "78d34f": "Pace-O-Matic, Inc.",
+ "78d38d": "HONGKONG YUNLINK TECHNOLOGY LIMITED",
+ "78d3ed": "NORMA",
+ "78d4f1": "IEEE Registration Authority",
+ "78d5b5": "NAVIELEKTRO KY",
+ "78d66f": "Aristocrat Technologies Australia Pty. Ltd.",
+ "78d6b2": "Toshiba",
+ "78d6d6": "eero inc.",
+ "78d6dc": "Mobility Technologies Communication Co., Ltd.",
+ "78d6f0": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "78d71a": "Ciena Corporation",
+ "78d752": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78d75f": "Apple, Inc.",
+ "78d800": "IEEE Registration Authority",
+ "78d840": "Xiaomi Communications Co Ltd",
+ "78d99f": "NuCom HK Ltd.",
+ "78d9e9": "MOMENTUM IOT",
+ "78da07": "Zhejiang Tmall Technology Co., Ltd.",
+ "78da6e": "Cisco Systems, Inc",
+ "78daa2": "Cynosure Technologies Co.,Ltd",
+ "78daaf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78dab3": "GBO Technology",
+ "78db2f": "Texas Instruments",
+ "78dc87": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78dd08": "Hon Hai Precision Ind. Co.,Ltd.",
+ "78dd12": "Arcadyan Corporation",
+ "78dd33": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78ddd6": "c-scape",
+ "78ddd9": "Guangzhou Shiyuan Electronics Co., Ltd. ",
+ "78dee4": "Texas Instruments",
+ "78df72": "Shanghai Imilab Technology Co.Ltd",
+ "78e103": "Amazon Technologies Inc.",
+ "78e167": "Launch Tech Co., Ltd.",
+ "78e22c": "Huawei Device Co., Ltd.",
+ "78e2bd": "Vodafone Automotive S.p.A.",
+ "78e36d": "Espressif Inc.",
+ "78e3b5": "Hewlett Packard",
+ "78e3de": "Apple, Inc.",
+ "78e400": "Hon Hai Precision Ind. Co.,Ltd.",
+ "78e61c": "Honor Device Co., Ltd.",
+ "78e7d1": "Hewlett Packard",
+ "78e8b6": "zte corporation",
+ "78e980": "RainUs Co.,Ltd",
+ "78e996": "IEEE Registration Authority",
+ "78e9cf": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "78eb14": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "78eb39": "Instituto Nacional de Tecnología Industrial",
+ "78eb46": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78ec22": "Shanghai Qihui Telecom Technology Co., LTD",
+ "78ec74": "Kyland-USA",
+ "78ed25": "New H3C Technologies Co., Ltd",
+ "78edbc": "Co., Ltd",
+ "78ee4c": "Espressif Inc.",
+ "78ef4c": "Unetconvergence Co., Ltd.",
+ "78f09b": "Huawei Device Co., Ltd.",
+ "78f1c6": "Cisco Systems, Inc",
+ "78f235": "Sichuan AI-Link Technology Co., Ltd.",
+ "78f238": "Samsung Electronics Co.,Ltd",
+ "78f276": "Inc.",
+ "78f29e": "PEGATRON CORPORATION",
+ "78f505": "Murata Manufacturing Co., Ltd.",
+ "78f557": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78f5e5": "BEGA Gantenbrink-Leuchten KG",
+ "78f5fd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "78f7a3": "Opentext",
+ "78f7be": "Samsung Electronics Co.,Ltd",
+ "78f7d0": "Silverbrook Research",
+ "78f8b8": "Rako Controls Ltd",
+ "78f944": "Private",
+ "78f9b4": "Nokia Solutions and Networks GmbH & Co. KG",
+ "78fbd8": "Apple, Inc.",
+ "78fc14": "Family Zone Cyber Safety Ltd ",
+ "78fd94": "Apple, Inc.",
+ "78fe3d": "Juniper Networks",
+ "78fe41": "Socus networks",
+ "78fee2": "Shanghai Diveo Technology Co., Ltd",
+ "78ff57": "Intel Corporate",
+ "78ffca": "TECNO MOBILE LIMITED",
+ "7c004d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c010a": "Texas Instruments",
+ "7c0187": "Curtis Instruments, Inc.",
+ "7c0191": "Apple, Inc.",
+ "7c02bc": "Hansung Electronics Co. LTD",
+ "7c034c": "Sagemcom Broadband SAS",
+ "7c035e": "Xiaomi Communications Co Ltd",
+ "7c03ab": "Xiaomi Communications Co Ltd",
+ "7c03c9": "Shenzhen YOUHUA Technology Co., Ltd",
+ "7c03d8": "Sagemcom Broadband SAS",
+ "7c04d0": "Apple, Inc.",
+ "7c0507": "PEGATRON CORPORATION",
+ "7c051e": "RAFAEL LTD.",
+ "7c0623": "Ultra Electronics Sonar System Division",
+ "7c08d9": "Shanghai B-Star Technology Co",
+ "7c092b": "Bekey A/S",
+ "7c0a3f": "Samsung Electronics Co.,Ltd",
+ "7c0a50": "J-MEX Inc.",
+ "7c0bc6": "Samsung Electronics Co.,Ltd",
+ "7c0c92": "Suzhou Mobydata Smart System Co.,Ltd.",
+ "7c0cf6": "Guangdong Huiwei High-tech Co., Ltd.",
+ "7c0cfa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c0ece": "Cisco Systems, Inc",
+ "7c1015": "Brilliant Home Technology, Inc.",
+ "7c10c9": "ASUSTek COMPUTER INC.",
+ "7c11be": "Apple, Inc.",
+ "7c11cb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c11cd": "QianTang Technology",
+ "7c131d": "TECHNOLOGIES CORPORATION",
+ "7c1476": "Damall Technologies SAS",
+ "7c152d": "Sdn. Bhd.",
+ "7c160d": "Saia-Burgess Controls AG",
+ "7c1689": "Sagemcom Broadband SAS",
+ "7c1779": "EM Microelectronic",
+ "7c18cd": "E-TRON Co.,Ltd.",
+ "7c1a03": "8Locations Co., Ltd.",
+ "7c1ac0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c1afc": "Dalian Co-Edifice Video Technology Co., Ltd",
+ "7c1b93": "Huawei Device Co., Ltd.",
+ "7c1c4e": "LG Innotek",
+ "7c1c68": "Samsung Electronics Co.,Ltd",
+ "7c1cf1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c1dd9": "Xiaomi Communications Co Ltd",
+ "7c1e06": "New H3C Technologies Co., Ltd",
+ "7c1e4a": "FORTUNE MARKETING PRIVATE LIMITED",
+ "7c1e52": "Microsoft",
+ "7c1eb3": "2N TELEKOMUNIKACE a.s.",
+ "7c2048": "KoamTac",
+ "7c2064": "Alcatel-Lucent IPD",
+ "7c210d": "Cisco Systems, Inc",
+ "7c210e": "Cisco Systems, Inc",
+ "7c214a": "Intel Corporate",
+ "7c21d8": "Shenzhen Think Will Communication Technology co., LTD.",
+ "7c2302": "Samsung Electronics Co.,Ltd",
+ "7c240c": "Telechips, Inc.",
+ "7c2499": "Apple, Inc.",
+ "7c2586": "Juniper Networks",
+ "7c2587": "chaowifi.com",
+ "7c25da": "FN-LINK TECHNOLOGY LIMITED",
+ "7c2634": "Commscope",
+ "7c2664": "Sagemcom Broadband SAS",
+ "7c273c": "Shenzhen Yunlink Technology Co., Ltd",
+ "7c27bc": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "7c296f": "Apple, Inc.",
+ "7c2a31": "Intel Corporate",
+ "7c2aca": "Apple, Inc.",
+ "7c2adb": "Xiaomi Communications Co Ltd",
+ "7c2be1": "Shenzhen Ferex Electrical Co.,Ltd",
+ "7c2c67": "Espressif Inc.",
+ "7c2cf3": "Secure Electrans Ltd",
+ "7c2e0d": "Blackmagic Design",
+ "7c2ebd": "Google, Inc.",
+ "7c2edd": "Samsung Electronics Co.,Ltd",
+ "7c2f80": "Gigaset Communications GmbH",
+ "7c310e": "Cisco Systems, Inc",
+ "7c3180": "SMK corporation",
+ "7c31fa": "Silicon Laboratories",
+ "7c336e": "MEG Electronics Inc.",
+ "7c33f9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c3548": "Transcend Information",
+ "7c35f8": "Zhejiang Tmall Technology Co., Ltd.",
+ "7c3626": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c3866": "Texas Instruments",
+ "7c386c": "Real Time Logic",
+ "7c38ad": "Samsung Electronics Co.,Ltd",
+ "7c3920": "SSOMA SECURITY",
+ "7c3953": "zte corporation",
+ "7c3985": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c3b2d": "Apple, Inc.",
+ "7c3bd5": "Imago Group",
+ "7c3cb6": "Shenzhen Homecare Technology Co.,Ltd.",
+ "7c3d2b": "Huawei Device Co., Ltd.",
+ "7c3e74": "Huawei Device Co., Ltd.",
+ "7c3e82": "Co., Ltd.",
+ "7c3e9d": "PATECH",
+ "7c41a2": "Nokia",
+ "7c438f": "E-Band Communications Corp.",
+ "7c444c": "Entertainment Solutions, S.L.",
+ "7c45d0": "Shenzhen Wewins Wireless Co., ltd",
+ "7c45f9": "IEEE Registration Authority",
+ "7c4685": "Mobility Technologies Communication Co., Ltd.",
+ "7c477c": "IEEE Registration Authority",
+ "7c48b2": "Vida Resources Lte Ltd",
+ "7c49b9": "Plexus Manufacturing Sdn Bhd",
+ "7c49cf": "eero inc.",
+ "7c49eb": "XIAOMI Electronics,CO.,LTD",
+ "7c4a82": "Portsmith LLC",
+ "7c4aa8": "MindTree Wireless PVT Ltd",
+ "7c4b26": "Apple, Inc.",
+ "7c4b78": "Red Sun Synthesis Pte Ltd",
+ "7c4c58": "Scale Computing, Inc.",
+ "7c4ca5": "SKY UK LIMITED",
+ "7c4d8f": "HP Inc.",
+ "7c4e09": "Shenzhen Skyworth Wireless Technology Co.,Ltd",
+ "7c4f7d": "Sawwave",
+ "7c4fb5": "Arcadyan Technology Corporation",
+ "7c5049": "Apple, Inc.",
+ "7c5079": "Intel Corporate",
+ "7c50da": "E.J Ward",
+ "7c5184": "Unis Flash Memory Technology(Chengdu)Co.,Ltd.",
+ "7c5189": "SG Wireless Limited",
+ "7c5259": "Sichuan Jiuzhou Electronic Technology Co., Ltd.",
+ "7c534a": "Metamako",
+ "7c55a7": "Kastle Systems",
+ "7c55e7": "YSI, Inc.",
+ "7c573c": "Hewlett Packard Enterprise",
+ "7c574e": "COBI GmbH",
+ "7c5758": "HP Inc.",
+ "7c5a1c": "Sophos Ltd",
+ "7c5a67": "JNC Systems, Inc.",
+ "7c5cf8": "Intel Corporate",
+ "7c5e98": "eero inc.",
+ "7c604a": "Avelon",
+ "7c6097": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c60db": "zte corporation",
+ "7c6130": "Apple, Inc.",
+ "7c6166": "Amazon Technologies Inc.",
+ "7c6193": "HTC Corporation",
+ "7c6305": "Amazon Technologies Inc.",
+ "7c6456": "Samsung Electronics Co.,Ltd",
+ "7c646c": "LG Electronics",
+ "7c669a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c669d": "Texas Instruments",
+ "7c66ef": "Hon Hai Precision IND.CO.,LTD",
+ "7c67a2": "Intel Corporate",
+ "7c67ab": "Roku, Inc",
+ "7c68b9": "Huawei Device Co., Ltd.",
+ "7c692b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c696b": "Atmosic Technologies",
+ "7c69f6": "Cisco Systems, Inc",
+ "7c6a60": "China Mobile Group Device Co.,Ltd.",
+ "7c6a8a": "SINOBONDER Technology Co., Ltd.",
+ "7c6ab3": "IBC TECHNOLOGIES INC.",
+ "7c6ac3": "GatesAir, Inc",
+ "7c6adb": "SafeTone Technology Co.,Ltd",
+ "7c6af3": "Sdn. Bhd.",
+ "7c6b33": "Tenyu Tech Co. Ltd.",
+ "7c6b52": "Tigaro Wireless",
+ "7c6b9c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "7c6bf7": "NTI co., ltd.",
+ "7c6c39": "PIXSYS SRL",
+ "7c6c8f": "AMS NEVE LTD",
+ "7c6ce1": "Shenzhen Honesty Electronics Co.,Ltd.",
+ "7c6cf0": "Shenzhen TINNO Mobile Technology Corp.",
+ "7c6d62": "Apple, Inc.",
+ "7c6da6": "Superwave Group LLC",
+ "7c6df8": "Apple, Inc.",
+ "7c6f06": "Caterpillar Trimble Control Technologies",
+ "7c6ff8": "ShenZhen ACTO Digital Video Technology Co.,Ltd.",
+ "7c70bc": "IEEE Registration Authority",
+ "7c70db": "Intel Corporate",
+ "7c7176": "Wuxi iData Technology Company Ltd.",
+ "7c726e": "Ericsson AB",
+ "7c72e4": "Unikey Technologies",
+ "7c72e7": "Texas Instruments",
+ "7c738b": "Cocoon Alarm Ltd",
+ "7c7398": "Espressif Inc.",
+ "7c73eb": "Huawei Device Co., Ltd.",
+ "7c752d": "Samsung Electronics Co.,Ltd",
+ "7c7630": "Shenzhen YOUHUA Technology Co., Ltd",
+ "7c7635": "Intel Corporate",
+ "7c7668": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c7673": "ENMAS GmbH",
+ "7c7716": "Zyxel Communications Corporation",
+ "7c787e": "Samsung Electronics Co.,Ltd",
+ "7c78b2": "Wyze Labs Inc",
+ "7c79e8": "PayRange Inc.",
+ "7c7a3c": "New H3C Technologies Co., Ltd",
+ "7c7a53": "Phytrex Technology Corp.",
+ "7c7a91": "Intel Corporate",
+ "7c7b1c": "Motorola Mobility LLC, a Lenovo Company",
+ "7c7b68": "VIETNAM POST AND TELECOMMUNICATION INDUSTRY TECHNOLOGY JOIN STOCK COMPANY",
+ "7c7b8b": "Control Concepts, Inc.",
+ "7c7bbf": "Samsung Electronics Co.,Ltd",
+ "7c7be4": "Z'SEDAI KENKYUSHO CORPORATION",
+ "7c7d21": "zte corporation",
+ "7c7d3d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c7d41": "Jinmuyu Electronics Co., Ltd.",
+ "7c7ef9": "eero inc.",
+ "7c822d": "Nortec",
+ "7c8274": "Shenzhen Hikeen Technology CO.,LTD",
+ "7c8306": "Glen Dimplex Nordic as",
+ "7c8334": "IEEE Registration Authority",
+ "7c8437": "China Post Communications Equipment Co., Ltd.",
+ "7c8530": "Nokia",
+ "7c87ce": "Espressif Inc.",
+ "7c8899": "FN-LINK TECHNOLOGY Ltd.",
+ "7c8931": "Huawei Device Co., Ltd.",
+ "7c8956": "Samsung Electronics Co.,Ltd",
+ "7c89c1": "Palo Alto Networks",
+ "7c8ae1": "CO., LTD. ",
+ "7c8bb5": "Samsung Electronics Co.,Ltd",
+ "7c8bc1": "Infinix mobility limited",
+ "7c8bca": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "7c8c09": "Mellanox Technologies, Inc.",
+ "7c8d91": "Shanghai Hongzhuo Information Technology co.,LTD",
+ "7c8d9c": "Edgecore Americas Networking Corporation",
+ "7c8ee4": "Texas Instruments",
+ "7c8fde": "Corporation",
+ "7c9122": "Samsung Electronics Co.,Ltd",
+ "7c942a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7c949f": "Shenzhen iComm Semiconductor CO.,LTD",
+ "7c94b2": "Philips Healthcare PCCI",
+ "7c95b1": "Extreme Networks Headquarters",
+ "7c95f3": "Cisco Systems, Inc",
+ "7c96d2": "Fihonest communication co.,Ltd",
+ "7c9763": "Openmatics s.r.o.",
+ "7c97e1": "Huawei Device Co., Ltd.",
+ "7c992e": "Shanghai Notion lnformatio Technology Co.,Ltd.",
+ "7c9946": "Sector Alarm Tech S.L.",
+ "7c9a1d": "Apple, Inc.",
+ "7c9a54": "Vantiva USA LLC",
+ "7c9a9b": "VSE valencia smart energy",
+ "7c9ebd": "Espressif Inc.",
+ "7c9f07": "CIG SHANGHAI CO LTD",
+ "7ca15d": "GN ReSound A/S",
+ "7ca177": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7ca1ae": "Apple, Inc.",
+ "7ca236": "Verizon Connect",
+ "7ca237": "King Slide Technology CO., LTD.",
+ "7ca23e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7ca29b": "D.SignT GmbH & Co. KG",
+ "7ca449": "Xiaomi Communications Co Ltd",
+ "7ca4f7": "Extreme Networks Headquarters",
+ "7ca58f": "shenzhen Qikai Electronic Co., Ltd.",
+ "7ca61d": "MHL, LLC",
+ "7ca62a": "Hewlett Packard Enterprise ",
+ "7ca7b0": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "7ca8ec": "Hewlett Packard Enterprise",
+ "7ca909": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "7ca96b": "Syrotech Networks. Ltd.",
+ "7ca97d": "Objenious",
+ "7caade": "AltoBeam Inc.",
+ "7cab25": "MESMO TECHNOLOGY INC.",
+ "7cab60": "Apple, Inc.",
+ "7cacb2": "Bosch Software Innovations GmbH",
+ "7cad4f": "Cisco Systems, Inc",
+ "7cad74": "Cisco Systems, Inc",
+ "7caf77": "Nokia",
+ "7cb03e": "OSRAM GmbH",
+ "7cb073": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "7cb0c2": "Intel Corporate",
+ "7cb15d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cb177": "Satelco AG",
+ "7cb21b": "Cisco SPVTG",
+ "7cb232": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "7cb25c": "Acacia Communications",
+ "7cb27d": "Intel Corporate",
+ "7cb30a": "zte corporation",
+ "7cb353": "Cisco Systems, Inc",
+ "7cb37b": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "7cb542": "ACES Technology",
+ "7cb566": "Intel Corporate",
+ "7cb59b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "7cb59f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cb68d": "Mist Systems, Inc.",
+ "7cb733": "ASKEY COMPUTER CORP",
+ "7cb77b": "Paradigm Electronics Inc",
+ "7cb8da": "Murata Manufacturing Co., Ltd.",
+ "7cb8e6": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "7cb94c": "Co., Ltd.",
+ "7cb960": "Shanghai X-Cheng telecom LTD",
+ "7cbac0": "EVBox BV",
+ "7cbac6": "Solar Manager AG",
+ "7cbacc": "IEEE Registration Authority",
+ "7cbb6f": "Cosco Electronics Co., Ltd.",
+ "7cbb8a": "Nintendo Co., Ltd.",
+ "7cbc84": "IEEE Registration Authority",
+ "7cbd06": "AE REFUsol",
+ "7cbece": "Private",
+ "7cbf77": "SPEEDTECH CORP.",
+ "7cbf88": "Mobilicom LTD",
+ "7cbfae": "Sdn. Bhd.",
+ "7cbfb1": "Commscope",
+ "7cc025": "Palo Alto Networks",
+ "7cc06f": "Apple, Inc.",
+ "7cc0aa": "Microsoft Corporation",
+ "7cc177": "INGRAM MICRO SERVICES",
+ "7cc178": "Ericsson AB",
+ "7cc180": "Apple, Inc.",
+ "7cc225": "Samsung Electronics Co.,Ltd",
+ "7cc255": "Super Micro Computer, Inc.",
+ "7cc294": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "7cc2c6": "TP-Link Systems Inc",
+ "7cc385": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cc3a1": "Apple, Inc.",
+ "7cc4ef": "Devialet",
+ "7cc518": "vivo Mobile Communication Co., Ltd.",
+ "7cc537": "Apple, Inc.",
+ "7cc6b6": "Silicon Laboratories",
+ "7cc6c4": "Kolff Computer Supplies b.v.",
+ "7cc709": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "7cc74a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "7cc77e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "7cc790": "Palo Alto Networks",
+ "7cc882": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cc8ab": "Acro Associates, Inc.",
+ "7cc8d0": "TIANJIN YAAN TECHNOLOGY CO., LTD.",
+ "7cc8d7": "Damalisk",
+ "7cc8df": "Apple, Inc.",
+ "7cc926": "Wuhan GreeNet Information Service Co.,Ltd.",
+ "7cc95a": "Dell EMC",
+ "7cc95e": "Dongguan Liesheng Electronic Co., Ltd.",
+ "7ccb0d": "Antaira Technologies, LLC",
+ "7ccbe2": "IEEE Registration Authority",
+ "7ccc1f": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "7cccb8": "Intel Corporate",
+ "7cccfc": "Quectel Wireless Solutions Co.,Ltd.",
+ "7ccd11": "MS-Magnet",
+ "7ccd3c": "Guangzhou Juzing Technology Co., Ltd",
+ "7ccf4e": "FINE TRIUMPH TECHNOLOGY CORP.,LTD.",
+ "7ccfcf": "Shanghai SEARI Intelligent System Co., Ltd",
+ "7cd1c3": "Apple, Inc.",
+ "7cd2da": "Apple, Inc.",
+ "7cd30a": "INVENTEC CORPORATION",
+ "7cd3e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cd44d": "Shanghai Moorewatt Energy Technology Co.,Ltd",
+ "7cd566": "Amazon Technologies Inc.",
+ "7cd661": "Xiaomi Communications Co Ltd",
+ "7cd762": "Freestyle Technology Pty Ltd",
+ "7cd844": "Enmotus Inc",
+ "7cd95c": "Google, Inc.",
+ "7cd9a0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cd9f4": "UAB Teltonika Telematics",
+ "7cd9fe": "New Cosmos Electric Co., Ltd.",
+ "7cda84": "Dongnian Networks Inc.",
+ "7cdac3": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "7cdb98": "ASKEY COMPUTER CORP",
+ "7cdc73": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7cdccc": "BEIJING STARBLAZE TECHNOLOGY CO.,LTD",
+ "7cdd11": "Chongqing MAS SCI&TECH.Co.,Ltd",
+ "7cdd20": "IOXOS Technologies S.A.",
+ "7cdd76": "Suzhou Hanming Technologies Co., Ltd.",
+ "7cdd90": "Shenzhen Ogemray Technology Co., Ltd.",
+ "7cdde9": "ATOM tech Inc.",
+ "7cde78": "New H3C Technologies Co., Ltd",
+ "7cdfa1": "Espressif Inc.",
+ "7ce044": "NEON Inc",
+ "7ce152": "THE GOODYEAR TIRE & RUBBER COMPANY",
+ "7ce1ff": "Computer Performance, Inc. DBA Digital Loggers, Inc.",
+ "7ce269": "Texas Instruments",
+ "7ce2ca": "Juniper Networks",
+ "7ce4aa": "Private",
+ "7ce524": "Quirky, Inc.",
+ "7ce53f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "7ce56b": "ESEN Optoelectronics Technology Co.,Ltd.",
+ "7ce712": "Quectel Wireless Solutions Co.,Ltd.",
+ "7ce87f": "Sagemcom Broadband SAS",
+ "7ce913": "Fantasia Trading LLC",
+ "7ce97c": "ITEL MOBILE LIMITED",
+ "7ce9d3": "Hon Hai Precision Ind. Co.,Ltd.",
+ "7ceb7f": "Dmet Products Corp.",
+ "7cebae": "Ridgeline Instruments",
+ "7cebea": "ASCT",
+ "7cec79": "Texas Instruments",
+ "7cec9b": "Fuzhou Teraway Information Technology Co.,Ltd",
+ "7cecb1": "Apple, Inc.",
+ "7ced8d": "Microsoft",
+ "7cedc6": "Amazon Technologies Inc.",
+ "7cee7b": "Logically Us Ltd",
+ "7cef18": "Creative Product Design Pty. Ltd.",
+ "7cef40": "Nextorage Corporation",
+ "7cef61": "STR Elektronik Josef Schlechtinger GmbH",
+ "7cef8a": "Inhon International Ltd.",
+ "7cf05f": "Apple, Inc.",
+ "7cf098": "Bee Beans Technologies, Inc.",
+ "7cf0ba": "Linkwell Telesystems Pvt Ltd",
+ "7cf0e5": "Co., Ltd",
+ "7cf17e": "TP-Link Systems Inc",
+ "7cf2dd": "Vence Corp",
+ "7cf34d": "Apple, Inc.",
+ "7cf429": "NUUO Inc. ",
+ "7cf462": "BEIJING HUAWOO TECHNOLOGIES CO.LTD",
+ "7cf666": "Tuya Smart Inc.",
+ "7cf854": "Samsung Electronics Co.,Ltd",
+ "7cf880": "Cisco Systems, Inc",
+ "7cf90e": "Samsung Electronics Co.,Ltd",
+ "7cf95c": "U.I. Lapp GmbH",
+ "7cf9a0": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "7cfa80": "JiangSu Fulian Communication Technology Co., Ltd",
+ "7cfad6": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "7cfadf": "Apple, Inc.",
+ "7cfc16": "Apple, Inc.",
+ "7cfc3c": "Visteon Corporation",
+ "7cfcfd": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "7cfd6b": "Xiaomi Communications Co Ltd",
+ "7cfd82": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "7cfe28": "Salutron Inc.",
+ "7cfe4e": "Shenzhen Safe vision Technology Co.,LTD",
+ "7cfe62": "ShenZhen XinZhongXin Technology Co., Ltd",
+ "7cfe90": "Mellanox Technologies, Inc.",
+ "7cff4d": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "7cff62": "Huizhou Super Electron Technology Co.,Ltd.",
+ "80000b": "Intel Corporate",
+ "800010": "AT&T",
+ "80006e": "Apple, Inc.",
+ "80015c": "Synaptics, Inc",
+ "800184": "HTC Corporation",
+ "80029c": "Gemtek Technology Co., Ltd.",
+ "8002df": "ORA Inc.",
+ "8002f4": "IEEE Registration Authority",
+ "80030d": "CANON INC.",
+ "800384": "Ruckus Wireless",
+ "80045f": "Apple, Inc.",
+ "800518": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80051f": "Vizio, Inc",
+ "80053a": "CHeKT Inc.",
+ "800588": "Ruijie Networks Co.,LTD",
+ "8005df": "Montage Technology Group Limited",
+ "8006d9": "zte corporation",
+ "80071b": "VSOLUTION TELECOMMUNICATION TECHNOLOGY CO.,LTD.",
+ "800794": "Samsung Electronics Co.,Ltd",
+ "8007a2": "Esson Technology Inc.",
+ "800902": "Keysight Technologies, Inc.",
+ "800a06": "COMTEC co.,ltd",
+ "800a80": "IEEE Registration Authority",
+ "800b51": "Chengdu XGimi Technology Co.,Ltd",
+ "800c67": "Apple, Inc.",
+ "800cf9": "Amazon Technologies Inc.",
+ "800dd7": "Latticework, Inc",
+ "800e24": "ForgetBox",
+ "800ea9": "Co.,Ltd",
+ "801242": "Apple, Inc.",
+ "8012df": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "801382": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "801440": "Sunlit System Technology Corp",
+ "8014a8": "Guangzhou V-SOLUTION Electronic Technology Co., Ltd.",
+ "801605": "Vodafone Italia S.p.A.",
+ "801609": "Sleep Number",
+ "8016b7": "Brunel University",
+ "80177d": "Nortel Networks",
+ "801844": "Dell Inc.",
+ "8018a7": "Samsung Electronics Co.,Ltd",
+ "801934": "Intel Corporate",
+ "801967": "Shanghai Reallytek Information Technology Co.,Ltd",
+ "801970": "Samsung Electronics Co.,Ltd",
+ "8019fe": "JianLing Technology CO., LTD",
+ "801daa": "Avaya Inc",
+ "801f02": "Edimax Technology Co. Ltd.",
+ "801f12": "Microchip Technology Inc.",
+ "8020af": "Trade FIDES, a.s.",
+ "8020da": "Sagemcom Broadband SAS",
+ "8020e1": "BVBA DPTechnics",
+ "8020fd": "Samsung Electronics Co.,Ltd",
+ "802275": "Beijing Beny Wave Technology Co Ltd",
+ "802278": "China Mobile IOT Company Limited",
+ "8022a7": "NEC Platforms, Ltd.",
+ "8022fa": "ITEL MOBILE LIMITED",
+ "802395": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "80248f": "Cisco Systems, Inc",
+ "802511": "ITEL MOBILE LIMITED",
+ "802689": "D-Link International",
+ "80276c": "Cisco Systems, Inc",
+ "80283c": "Sonova AG",
+ "802994": "Vantiva USA LLC",
+ "802aa8": "Ubiquiti Inc",
+ "802afa": "Germaneers GmbH",
+ "802bf9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "802d1a": "zte corporation",
+ "802dbf": "Cisco Systems, Inc",
+ "802de1": "Solarbridge Technologies",
+ "802e14": "azeti Networks AG",
+ "802ec3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "802ede": "Huawei Device Co., Ltd.",
+ "802fde": "Zurich Instruments AG",
+ "803049": "Liteon Technology Corporation",
+ "8030dc": "Texas Instruments",
+ "8030e0": "Hewlett Packard Enterprise ",
+ "8031f0": "Samsung Electronics Co.,Ltd",
+ "803253": "Intel Corporate",
+ "803428": "Microchip Technology Inc.",
+ "803457": "OT Systems Limited",
+ "8035c1": "Xiaomi Communications Co Ltd",
+ "803773": "NETGEAR",
+ "803896": "SHARP Corporation",
+ "8038bc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8038d4": "Fibercentury Network Technology Co.,Ltd.",
+ "8038fb": "Intel Corporate",
+ "8038fd": "LeapFrog Enterprises, Inc.",
+ "80398c": "Samsung Electronics Co.,Ltd",
+ "8039e5": "PATLITE CORPORATION",
+ "803a0a": "Sdn. Bhd.",
+ "803a59": "AT&T",
+ "803af4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "803b2a": "ABB Xiamen Low Voltage Equipment Co.,Ltd.",
+ "803b9a": "ghe-ces electronic ag",
+ "803bf6": "LOOK EASY INTERNATIONAL LIMITED",
+ "803c04": "TP-Link Systems Inc.",
+ "803c20": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "803e48": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "803e4f": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "803f5d": "Winstars Technology Ltd",
+ "803fd6": "bytes at work AG",
+ "804005": "Guangdong COROS Sports Technology Co.,Ltd",
+ "804126": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80414e": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "80427c": "Adolf Tedsen GmbH & Co. KG",
+ "80433f": "Juniper Networks",
+ "8044fd": "Information Technology Co., Ltd.",
+ "8045dd": "Intel Corporate",
+ "804731": "Packet Design, Inc.",
+ "804786": "Samsung Electronics Co.,Ltd",
+ "80482c": "Wyze Labs Inc",
+ "804863": "Electralsys Networks ",
+ "80489f": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "8048a5": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "804971": "Apple, Inc.",
+ "8049bf": "Taicang T&W Electronics",
+ "804a14": "Apple, Inc.",
+ "804af2": "Sonos, Inc.",
+ "804b20": "Ventilation Control",
+ "804b50": "Silicon Laboratories",
+ "804c5d": "LTD.",
+ "804e70": "Samsung Electronics Co.,Ltd",
+ "804e81": "Samsung Electronics Co.,Ltd",
+ "804f58": "ThinkEco, Inc.",
+ "80501b": "Nokia Corporation",
+ "805067": "W & D TECHNOLOGY CORPORATION",
+ "8050f6": "ITEL MOBILE LIMITED",
+ "80542d": "Samsung Electronics Co.,Ltd",
+ "80546a": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "80549c": "Samsung Electronics Co.,Ltd",
+ "8054d9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8054e3": "Apple, Inc.",
+ "80563c": "ZF",
+ "8056f2": "Hon Hai Precision Ind. Co.,Ltd.",
+ "805719": "Samsung Electronics Co.,Ltd",
+ "805722": "Wuxi Sunning Smart Devices Co., Ltd",
+ "8058c5": "NovaTec Kommunikationstechnik GmbH",
+ "8058f8": "Motorola Mobility LLC, a Lenovo Company",
+ "8059fd": "Noviga",
+ "805b65": "LG Innotek",
+ "805e0c": "NETWORK TECHNOLOGY CO.,LTD.",
+ "805e4f": "FN-LINK TECHNOLOGY LIMITED",
+ "805ec0": "NETWORK TECHNOLOGY CO.,LTD.",
+ "805f8e": "Huizhou BYD Electronic Co., Ltd.",
+ "805fc5": "Apple, Inc.",
+ "806007": "RIM",
+ "806036": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8060b7": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "806132": "Cisco Systems, Inc",
+ "80615f": "Beijing Sinead Technology Co., Ltd. ",
+ "80616c": "New H3C Technologies Co., Ltd",
+ "80618f": "Shenzhen sangfei consumer communications co.,ltd",
+ "806459": "Nimbus Inc.",
+ "80646f": "Espressif Inc.",
+ "80647a": "Ola Sense Inc",
+ "80647c": "Tuya Smart Inc.",
+ "806559": "EM Microelectronic",
+ "80656d": "Samsung Electronics Co.,Ltd",
+ "80657c": "Apple, Inc.",
+ "806599": "Espressif Inc.",
+ "8065e9": "BenQ Corporation",
+ "806629": "Prescope Technologies CO.,LTD.",
+ "80691a": "Belkin International Inc.",
+ "806933": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "806940": "LEXAR CO.,LIMITED",
+ "806a00": "Cisco Systems, Inc",
+ "806a10": "Whisker Labs - Ting",
+ "806a34": "Co., Ltd.",
+ "806ab0": "Shenzhen TINNO Mobile Technology Corp.",
+ "806c1b": "Motorola Mobility LLC, a Lenovo Company",
+ "806c8b": "KAESER KOMPRESSOREN AG",
+ "806cbc": "NET New Electronic Technology GmbH",
+ "806d71": "Amazon Technologies Inc.",
+ "806d97": "Private",
+ "806f1c": "Huawei Device Co., Ltd.",
+ "806fb0": "Texas Instruments",
+ "80711f": "Juniper Networks",
+ "80717a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "807215": "SKY UK LIMITED",
+ "807264": "Huawei Device Co., Ltd.",
+ "80739f": "KYOCERA CORPORATION ",
+ "807459": "K's Co.,Ltd.",
+ "807484": "Limited",
+ "80751f": "SKY UK LIMITED",
+ "8075bf": "Samsung Electronics Co.,Ltd",
+ "807677": "hangzhou puwell cloud tech co., ltd.",
+ "807693": "Newag SA",
+ "8076c2": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "8077a4": "TECNO MOBILE LIMITED",
+ "807871": "ASKEY COMPUTER CORP",
+ "807933": "Co., Ltd.",
+ "80795d": "Infinix mobility limited",
+ "8079ae": "ShanDong Tecsunrise Co.,Ltd",
+ "807a7f": "ABB Genway Xiamen Electrical Equipment CO., LTD",
+ "807abf": "HTC Corporation",
+ "807b1e": "Corsair Memory, Inc.",
+ "807b3e": "Samsung Electronics Co.,Ltd",
+ "807b85": "IEEE Registration Authority",
+ "807c0a": "zte corporation",
+ "807c62": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "807d14": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "807d1b": "Neosystem Co. Ltd.",
+ "807d3a": "Espressif Inc.",
+ "807de3": "Chongqing Sichuan Instrument Microcircuit Co.LTD.",
+ "807eb4": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "807ff8": "Juniper Networks",
+ "80802c": "Fortinet, Inc.",
+ "8081a5": "Co.,Ltd",
+ "808223": "Apple, Inc.",
+ "808287": "ATCOM Technology Co.Ltd.",
+ "8082f5": "STMicrolectronics International NV",
+ "8082fe": "Arcadyan Corporation",
+ "8083f6": "Apple, Inc.",
+ "808489": "Intel Corporate",
+ "8084a9": "oshkosh Corporation",
+ "808544": "Intelbras",
+ "808698": "Netronics Technologies Inc.",
+ "8086d9": "Samsung Electronics Co.,Ltd",
+ "8086f2": "Intel Corporate",
+ "808800": "zte corporation",
+ "808917": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "808a8b": "vivo Mobile Communication Co., Ltd.",
+ "808abd": "Samsung Electronics Co.,Ltd",
+ "808af7": "Nanoleaf",
+ "808b5c": "Shenzhen Runhuicheng Technology Co., Ltd",
+ "808c97": "Kaon Group Co., Ltd.",
+ "808db7": "Hewlett Packard Enterprise ",
+ "808f1d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "808fe8": "Intelbras",
+ "80912a": "Lih Rong electronic Enterprise Co., Ltd.",
+ "809133": "AzureWave Technology Inc.",
+ "8091c0": "AgileMesh, Inc.",
+ "80929f": "Apple, Inc.",
+ "8092a5": "Co.,Ltd",
+ "809393": "Xapt GmbH",
+ "80946c": "TOKYO RADAR CORPORATION",
+ "80953a": "Apple, Inc.",
+ "809562": "Extreme Networks Headquarters",
+ "809621": "Lenovo",
+ "809698": "Apple, Inc.",
+ "8096b1": "Commscope",
+ "8096ca": "Hon Hai Precision Ind. Co.,Ltd.",
+ "80971b": "Altenergy Power System,Inc.",
+ "809733": "Shenzhen Elebao Technology Co., Ltd",
+ "8099e7": "Sony Corporation",
+ "809b20": "Intel Corporate",
+ "809d65": "FN-LINK TECHNOLOGY Ltd.",
+ "809f9b": "Sichuan AI-Link Technology Co., Ltd.",
+ "809fab": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "809ff5": "Samsung Electronics Co.,Ltd",
+ "80a036": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "80a197": "u-blox AG",
+ "80a1ab": "Intellisis",
+ "80a1d7": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "80a235": "Edgecore Networks Corporation",
+ "80a579": "IEEE Registration Authority",
+ "80a589": "AzureWave Technology Inc.",
+ "80a796": "Neuralink Corp.",
+ "80a85d": "Osterhout Design Group",
+ "80a997": "Apple, Inc.",
+ "80aa1c": "Optical Co.,Ltd",
+ "80aaa4": "USAG",
+ "80ab4d": "Nokia Solutions and Networks GmbH & Co. KG",
+ "80ac7c": "Sichuan AI-Link Technology Co., Ltd.",
+ "80acac": "Juniper Networks",
+ "80acc8": "Phyplus Microelectronics Limited",
+ "80ad16": "Xiaomi Communications Co Ltd",
+ "80ad67": "Kasda Networks Inc",
+ "80ae3c": "Taicang T&W Electronics",
+ "80ae54": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "80af19": "Apple, Inc.",
+ "80afca": "Shenzhen Cudy Technology Co., Ltd.",
+ "80b03d": "Apple, Inc.",
+ "80b07b": "zte corporation",
+ "80b219": "ELEKTRON TECHNOLOGY UK LIMITED",
+ "80b234": "Vantiva USA LLC",
+ "80b269": "Subtle Computing",
+ "80b289": "Forworld Electronics Ltd.",
+ "80b32a": "UK Grid Solutions Ltd",
+ "80b54e": "Espressif Inc.",
+ "80b575": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80b624": "IVS",
+ "80b655": "Intel Corporate",
+ "80b686": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80b708": "Blue Danube Systems, Inc",
+ "80b709": "Viptela, Inc",
+ "80b745": "The Silk Technologies ILC LTD",
+ "80b946": "Nokia",
+ "80b95c": "ELFTECH Co., Ltd.",
+ "80b97a": "eero inc.",
+ "80b989": "Apple, Inc.",
+ "80ba16": "Micas Networks Inc.",
+ "80baac": "TeleAdapt Ltd",
+ "80bae6": "Neets",
+ "80bbeb": "Satmap Systems Ltd",
+ "80bc37": "Ruckus Wireless",
+ "80be05": "Apple, Inc.",
+ "80beaf": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "80c01e": "Intel Corporate",
+ "80c16e": "Hewlett Packard",
+ "80c3ba": "Sonova Consumer Hearing GmbH",
+ "80c41b": "Texas Instruments",
+ "80c45d": "IPG Laser GmbH",
+ "80c501": "OctoGate IT Security Systems GmbH",
+ "80c548": "Shenzhen Zowee Technology Co.,Ltd",
+ "80c5e6": "Microsoft Corporation",
+ "80c5f2": "AzureWave Technology Inc.",
+ "80c63f": "Remec Broadband Wireless , LLC",
+ "80c6ab": "Vantiva USA LLC",
+ "80c6ca": "Endian s.r.l.",
+ "80c755": "Panasonic Appliances Company",
+ "80c7c5": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "80c862": "Openpeak, Inc",
+ "80c955": "Redpine Signals, Inc.",
+ "80ca4b": "SHENZHEN GONGJIN ELECTRONICS CO.,LTD",
+ "80ca52": "Wistron InfoComm(Chongqing)Co.,Ltd.",
+ "80cbbc": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "80cc12": "Huawei Device Co., Ltd.",
+ "80cc9c": "NETGEAR",
+ "80ce62": "Hewlett Packard",
+ "80ceb1": "Theissen Training Systems GmbH",
+ "80ceb9": "Samsung Electronics Co.,Ltd",
+ "80cf41": "Lenovo Mobile Communication Technology Ltd.",
+ "80cfa2": "Huawei Device Co., Ltd.",
+ "80d019": "Embed, Inc",
+ "80d04a": "Vantiva USA LLC",
+ "80d065": "CKS Corporation",
+ "80d09b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80d10a": "Sichuan AI-Link Technology Co., Ltd.",
+ "80d160": "Sdn. Bhd.",
+ "80d18b": "Hangzhou I'converge Technology Co.,Ltd",
+ "80d1ce": "Apple, Inc.",
+ "80d21d": "AzureWave Technology Inc.",
+ "80d266": "ScaleFlux",
+ "80d2e5": "Nintendo Co.,Ltd",
+ "80d336": "CERN",
+ "80d433": "LzLabs GmbH",
+ "80d4a5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80d52c": "Beijing Cheering Networks Technology Co.,Ltd.",
+ "80d605": "Apple, Inc.",
+ "80d733": "QSR Automations, Inc.",
+ "80da13": "eero inc.",
+ "80dabc": "Megafone Limited",
+ "80dac2": "Vantiva USA LLC",
+ "80db17": "Juniper Networks",
+ "80db31": "Power Quotient International Co., Ltd.",
+ "80decc": "HYBE Co.,LTD",
+ "80e01d": "Cisco Systems, Inc",
+ "80e1bf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80e455": "New H3C Technologies Co., Ltd",
+ "80e4ba": "Intel Corporate",
+ "80e4da": "IEEE Registration Authority",
+ "80e540": "Commscope",
+ "80e650": "Apple, Inc.",
+ "80e769": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "80e82c": "Hewlett Packard",
+ "80e86f": "Cisco Systems, Inc",
+ "80e94a": "LEAPS s.r.o.",
+ "80ea07": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "80ea0b": "Zyxel Communications Corporation",
+ "80ea23": "WNC Corporation",
+ "80ea96": "Apple, Inc.",
+ "80eaca": "Dialog Semiconductor Hellas SA",
+ "80eb77": "Wistron Corporation",
+ "80ed2c": "Apple, Inc.",
+ "80ee25": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "80ee73": "Shuttle Inc.",
+ "80f0cf": "Ruckus Wireless",
+ "80f1a4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80f1b2": "Espressif Inc.",
+ "80f1f1": "Tech4home, Lda",
+ "80f25e": "Kyynel",
+ "80f3da": "Espressif Inc.",
+ "80f3ef": "Meta Platforms, Inc.",
+ "80f416": "Corp.",
+ "80f503": "Commscope",
+ "80f593": "IRCO Sistemas de Telecomunicación S.A.",
+ "80f5ae": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "80f5b5": "Texas Instruments",
+ "80f62e": "Hangzhou H3C Technologies Co., Limited",
+ "80f7a6": "Shenzhen C-Data Technology Co., Ltd.",
+ "80f8eb": "RayTight",
+ "80fa5b": "CLEVO CO.",
+ "80fb06": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "80fbf0": "Quectel Wireless Solutions Co.,Ltd.",
+ "80fbf1": "Ltd.",
+ "80fd7a": "BLU Products Inc",
+ "80fd7b": "BLU Products Inc",
+ "80ffa8": "UNIDIS",
+ "84002d": "PEGATRON CORPORATION",
+ "840055": "VusionGroup",
+ "8400d2": "Sony Corporation",
+ "840112": "Kaon Group Co., Ltd.",
+ "8401a7": "Greyware Automation Products, Inc",
+ "840283": "HUMAX Co., Ltd.",
+ "840328": "Juniper Networks",
+ "8404d2": "Kirale Technologies SL",
+ "840511": "Apple, Inc.",
+ "8406fa": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "8407c4": "Walter Kidde Portable Equipment, Inc.",
+ "840a9e": "Nexapp Technologies Pvt Ltd",
+ "840b2d": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "840b7c": "Hitron Technologies. Inc",
+ "840bbb": "MitraStar Technology Corp.",
+ "840c6d": "Cisco Systems, Inc",
+ "840d8e": "Espressif Inc.",
+ "840f2a": "Jiangxi Risound Electronics Co.,LTD",
+ "840f45": "Shanghai GMT Digital Technologies Co., Ltd",
+ "840f4c": "Apple, Inc.",
+ "84100d": "Motorola Mobility LLC, a Lenovo Company",
+ "84119e": "Samsung Electronics Co.,Ltd",
+ "8411c2": "IEEE Registration Authority",
+ "84139f": "zte corporation",
+ "84144d": "Intel Corporate",
+ "841571": "TCT mobile ltd",
+ "8415d3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84160c": "Broadcom Limited",
+ "8416f9": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "841715": "Ltd.",
+ "841766": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "8417ef": "Vantiva USA LLC",
+ "841826": "Osram GmbH",
+ "84183a": "Ruckus Wireless",
+ "841888": "Juniper Networks",
+ "841a24": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "841b38": "Shenzhen Excelsecu Data Technology Co.,Ltd",
+ "841b5e": "NETGEAR",
+ "841b77": "Intel Corporate",
+ "841c70": "zte corporation",
+ "841e26": "KERNEL-I Co.,LTD",
+ "841ea3": "Sagemcom Broadband SAS",
+ "841fe8": "Espressif Inc.",
+ "842096": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "842141": "Shenzhen Ginwave Technologies Ltd.",
+ "8421f1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84225e": "SHENZHEN TECHNEWCHIP TECHNOLOGY CO.,LTD.",
+ "842289": "Samsung Electronics Co.,Ltd",
+ "842388": "Ruckus Wireless",
+ "84248d": "Zebra Technologies Inc",
+ "842519": "Samsung Electronics",
+ "84253f": "silex technology, Inc.",
+ "8425a4": "Tariox Limited",
+ "8425db": "Samsung Electronics Co.,Ltd",
+ "842615": "ADB Broadband Italia",
+ "84262b": "Nokia",
+ "84267a": "GUANGDONG TAIDE ZHILIAN TECHNOLOGY CO.,LTD",
+ "842690": "BEIJING THOUGHT SCIENCE CO.,LTD.",
+ "842712": "Silicon Laboratories",
+ "8427b6": "China Mobile IOT Company Limited",
+ "8427ce": "Corporation of the Presiding Bishop of The Church of Jesus Christ of Latter-day Saints",
+ "842859": "Amazon Technologies Inc.",
+ "84285a": "Saffron Solutions Inc",
+ "8428d6": "PRIVATE LIMITED",
+ "842914": "EMPORIA TELECOM Produktions- und VertriebsgesmbH & Co KG",
+ "842999": "Apple, Inc.",
+ "842afd": "HP Inc.",
+ "842b2b": "Dell Inc.",
+ "842b50": "Huria Co.,Ltd.",
+ "842bbc": "Modelleisenbahn GmbH",
+ "842c80": "Sichuan Changhong Electric Ltd.",
+ "842e14": "Silicon Laboratories",
+ "842e27": "Samsung Electronics Co.,Ltd",
+ "842f57": "Apple, Inc.",
+ "842f75": "Innokas Group",
+ "843095": "Hon Hai Precision IND.CO.,LTD",
+ "8430ce": "Shenzhen Jaguar Microsystems Co., Ltd",
+ "8430e5": "SkyHawke Technologies, LLC",
+ "8431a8": "Funshion Online Technologies Co.,Ltd",
+ "84326f": "GUANGZHOU AVA ELECTRONICS TECHNOLOGY CO.,LTD ",
+ "8432ea": "ANHUI WANZTEN P&T CO., LTD",
+ "8433f2": "Shenzhen Stellamore Technology Co.,Ltd",
+ "843497": "Hewlett Packard",
+ "843611": "hyungseul publishing networks",
+ "8437d5": "Samsung Electronics Co.,Ltd",
+ "843835": "Apple, Inc.",
+ "84398f": "Fortinet, Inc.",
+ "8439fc": "Nokia",
+ "843a4b": "Intel Corporate",
+ "843a5b": "Corporation",
+ "843b10": "LVSWITCHES INC.",
+ "843c4c": "Robert Bosch SRL",
+ "843c99": "zte corporation",
+ "843dc6": "Cisco Systems, Inc",
+ "843e03": "Sagemcom Broadband SAS",
+ "843e1d": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "843e79": "Shenzhen Belon Technology CO.,LTD",
+ "843e92": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "843f4e": "Tri-Tech Manufacturing, Inc.",
+ "844076": "Drivenets",
+ "844167": "Apple, Inc.",
+ "844464": "ServerU Inc",
+ "8444af": "Zhejiang Tmall Technology Co., Ltd.",
+ "844693": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "8446fe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "844709": "Shenzhen IP3 Century Intelligent Technology CO.,Ltd",
+ "844765": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "844823": "WOXTER TECHNOLOGY Co. Ltd",
+ "844915": "vArmour Networks, Inc.",
+ "8449ee": "Demant Enterprise A/S",
+ "844bb7": "Beijing Sankuai Online Technology Co.,Ltd",
+ "844bf5": "Hon Hai Precision Ind. Co.,Ltd.",
+ "844d4c": "Adtran Inc",
+ "844dbe": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "844f03": "Ablelink Electronics Ltd",
+ "845075": "Huawei Device Co., Ltd.",
+ "84509a": "Easy Soft TV Co., Ltd",
+ "845181": "Samsung Electronics Co.,Ltd",
+ "845234": "Juniper Networks",
+ "8453cd": "China Mobile Group Device Co.,Ltd.",
+ "8454df": "Huawei Device Co., Ltd.",
+ "8455a5": "Samsung Electronics Co.,Ltd",
+ "84569c": "Coho Data, Inc.,",
+ "845733": "Microsoft Corporation",
+ "845787": "DVR C&C Co., Ltd.",
+ "8457f7": "Meta Platforms, Inc.",
+ "845a3e": "Cisco Systems, Inc",
+ "845a81": "ffly4u",
+ "845b12": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "845c31": "Dell Inc.",
+ "845c93": "Chabrier Services",
+ "845cf3": "Intel Corporate",
+ "845dd7": "Shenzhen Netcom Electronics Co.,Ltd",
+ "845f04": "Samsung Electronics Co.,Ltd",
+ "846082": "Hyperloop Technologies, Inc dba Virgin Hyperloop",
+ "8461a0": "Commscope",
+ "846223": "Shenzhen Coship Electronics Co., Ltd.",
+ "8462a6": "Inc.",
+ "8463d6": "Microsoft Corporation",
+ "8464dd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84652b": "Donaldson Company",
+ "846569": "New H3C Technologies Co., Ltd",
+ "84683e": "Intel Corporate",
+ "846878": "Apple, Inc.",
+ "8468c8": "TOTOLINK TECHNOLOGY INT‘L LIMITED",
+ "846991": "Nokia",
+ "846993": "HP Inc.",
+ "846a66": "Sumitomo Kizai Co.,Ltd.",
+ "846aed": "Wireless Tsukamoto.,co.LTD",
+ "846b48": "ShenZhen EepuLink Co., Ltd.",
+ "846eb1": "Park Assist LLC",
+ "846ebc": "Nokia Solutions and Networks India Private Limited",
+ "846fce": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "847003": "Axon Networks Inc.",
+ "847051": "ALPSALPINE CO,.LTD",
+ "8470d7": "eero inc.",
+ "847127": "Silicon Laboratories",
+ "84716a": "Huawei Device Co., Ltd.",
+ "847207": "I&C Technology",
+ "847293": "Texas Instruments",
+ "847303": "Corporation Ltd.",
+ "84742a": "zte corporation",
+ "847460": "zte corporation",
+ "847616": "Addat s.r.o.",
+ "847637": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "847778": "Cochlear Limited",
+ "847848": "Ubiquiti Inc",
+ "84788b": "Apple, Inc.",
+ "8478ac": "Cisco Systems, Inc",
+ "847933": "profichip GmbH",
+ "847973": "Shanghai Baud Data Communication Co.,Ltd.",
+ "847a88": "HTC Corporation",
+ "847ab6": "Inc.",
+ "847adf": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "847b57": "Intel Corporate",
+ "847beb": "Dell Inc.",
+ "847c9b": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "847d50": "Holley Metering Limited",
+ "847e40": "Texas Instruments",
+ "847f3d": "Sdn. Bhd.",
+ "84802d": "Cisco Systems, Inc",
+ "848094": "Meter, Inc.",
+ "848102": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "84821b": "PROX SG Pte Ltd",
+ "8482f4": "Beijing Huasun Unicreate Technology Co., Ltd",
+ "848319": "Hangzhou Zero Zero Technology Co., Ltd.",
+ "848336": "Newrun",
+ "848371": "Avaya Inc",
+ "848433": "Paradox Engineering SA",
+ "848506": "Apple, Inc.",
+ "84850a": "Hella Sonnen- und Wetterschutztechnik GmbH",
+ "848553": "Biznes Systema Telecom, LLC",
+ "8485e6": "Guangdong Asano Technology CO.,Ltd.",
+ "848687": "weiyuantechnology",
+ "8486f3": "Greenvity Communications",
+ "8487ff": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "8488e1": "Apple, Inc.",
+ "8489ad": "Apple, Inc.",
+ "8489ec": "IEEE Registration Authority",
+ "848a59": "Hisilicon Technologies Co., Ltd",
+ "848a8d": "Cisco Systems, Inc",
+ "848bcd": "IEEE Registration Authority",
+ "848c8d": "Apple, Inc.",
+ "848d84": "Rajant Corporation",
+ "848dc7": "Cisco SPVTG",
+ "848dce": "Ciena Corporation",
+ "848e0c": "Apple, Inc.",
+ "848e96": "Embertec Pty Ltd",
+ "848edf": "Sony Corporation",
+ "848f69": "Dell Inc.",
+ "849000": "Arnold&Richter Cine Technik GmbH & Co. Betriebs KG",
+ "84900a": "Arcadyan Corporation",
+ "8492e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84930c": "InCoax Networks Europe AB",
+ "8493a0": "Huawei Device Co., Ltd.",
+ "8493b2": "zte corporation",
+ "8493ec": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "849437": "Apple, Inc.",
+ "849459": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "84948c": "Hitron Technologies. Inc",
+ "849681": "Cathay Communication Co.,Ltd",
+ "849690": "Murata Manufacturing Co., Ltd.",
+ "8496d8": "Commscope",
+ "8497b8": "Memjet Inc.",
+ "849866": "Samsung Electronics Co.,Ltd",
+ "849a40": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "849c02": "Druid Software",
+ "849ca4": "Mimosa Networks",
+ "849ca6": "Arcadyan Technology Corporation",
+ "849d4b": "Shenzhen Boomtech Industrial Corporation",
+ "849d64": "SMC Corporation",
+ "849dc2": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "849dc5": "Centera Photonics Inc.",
+ "849e56": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "849fb5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84a06e": "Sagemcom Broadband SAS",
+ "84a134": "Apple, Inc.",
+ "84a1b7": "Honor Device Co., Ltd.",
+ "84a1d1": "Sagemcom Broadband SAS",
+ "84a24d": "Birds Eye Systems Private Limited",
+ "84a329": "Arcadyan Corporation",
+ "84a3b5": "Propulsion systems",
+ "84a423": "Sagemcom Broadband SAS",
+ "84a466": "Samsung Electronics Co.,Ltd",
+ "84a6c8": "Intel Corporate",
+ "84a783": "Alcatel Lucent",
+ "84a788": "Perples",
+ "84a824": "Google, Inc.",
+ "84a8e4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84a938": "Electronics Technology co., ltd",
+ "84a93e": "Hewlett Packard",
+ "84a991": "Cyber Trans Japan Co.,Ltd.",
+ "84a9c4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84a9ea": "Career Technologies USA",
+ "84aa9c": "MitraStar Technology Corp.",
+ "84aaa4": "SONoC Corp.",
+ "84ab1a": "Apple, Inc.",
+ "84ab26": "Tiinlab Corporation",
+ "84ac16": "Apple, Inc.",
+ "84ac60": "Guangxi Hesheng Electronics Co., Ltd.",
+ "84aca4": "Beijing Novel Super Digital TV Technology Co., Ltd",
+ "84acfb": "Crouzet Automatismes",
+ "84ad58": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84ad8d": "Apple, Inc.",
+ "84af1f": "GopherTec Inc.",
+ "84afec": "BUFFALO.INC",
+ "84b153": "Apple, Inc.",
+ "84b1e2": "Microsoft Corporation",
+ "84b1e4": "Apple, Inc.",
+ "84b261": "Cisco Systems, Inc",
+ "84b31b": "Kinexon GmbH",
+ "84b386": "IEEE Registration Authority",
+ "84b4d2": "Shenzhen iComm Semiconductor CO.,LTD",
+ "84b4db": "Silicon Laboratories",
+ "84b517": "Cisco Systems, Inc",
+ "84b541": "Samsung Electronics Co.,Ltd",
+ "84b59c": "Juniper Networks",
+ "84b630": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "84b802": "Cisco Systems, Inc",
+ "84b866": "Beijing XiaoLu technology co. LTD",
+ "84b8b8": "Mobility Technologies Communication Co., Ltd.",
+ "84ba20": "Silicon Laboratories",
+ "84ba3b": "CANON INC.",
+ "84ba59": "Wistron InfoComm(Chongqing)Co.,Ltd.",
+ "84bb26": "Texas Instruments",
+ "84bb69": "Commscope",
+ "84be52": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84be8b": "Chengdu Geeker Technology Co., Ltd.",
+ "84c0ef": "Samsung Electronics Co.,Ltd",
+ "84c1c1": "Juniper Networks",
+ "84c2e4": "Jiangsu Qinheng Co., Ltd.",
+ "84c3e8": "Vaillant GmbH",
+ "84c5a6": "Intel Corporate",
+ "84c692": "Texas Instruments",
+ "84c727": "Gnodal Ltd",
+ "84c78f": "APS Networks GmbH",
+ "84c7a9": "C3PO S.A.",
+ "84c7ea": "Sony Corporation",
+ "84c807": "ADVA Optical Networking Ltd.",
+ "84c8a0": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "84c8b1": "Incognito Software Systems Inc.",
+ "84c9b2": "D-Link International",
+ "84c9c6": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "84cb85": "EM Microelectronic",
+ "84cc11": "LG Electornics ",
+ "84cc63": "Huawei Device Co., Ltd.",
+ "84cca8": "Espressif Inc.",
+ "84cd62": "ShenZhen IDWELL Technology CO.,Ltd",
+ "84cfbf": "Fairphone",
+ "84d0db": "Guangdong Juan Intelligent Technology Joint Stock Co., Ltd.",
+ "84d15a": "TCT mobile ltd",
+ "84d328": "Apple, Inc.",
+ "84d32a": "IEEE 1905.1",
+ "84d343": "Calix Inc.",
+ "84d352": "Tonly Technology Co. Ltd ",
+ "84d3d5": "Huawei Device Co., Ltd.",
+ "84d412": "Palo Alto Networks",
+ "84d47e": "Hewlett Packard Enterprise",
+ "84d4c8": "Widex A/S",
+ "84d5a0": "MCOT INC.",
+ "84d608": "Wingtech Mobile Communications Co., Ltd.",
+ "84d6c5": "SolarEdge Technologies",
+ "84d6d0": "Amazon Technologies Inc.",
+ "84d7de": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84d81b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "84d931": "Hangzhou H3C Technologies Co., Limited",
+ "84d9c8": "Unipattern Co.,",
+ "84d9e0": "eero inc.",
+ "84db2f": "Sierra Wireless, ULC",
+ "84db9e": "Pink Nectarine Health AB",
+ "84dba4": "Huawei Device Co., Ltd.",
+ "84dbac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84dbfc": "Nokia",
+ "84dd20": "Texas Instruments",
+ "84ddb7": "Cilag GmbH International",
+ "84de3d": "Crystal Vision Ltd",
+ "84df0c": "NET2GRID BV",
+ "84df19": "Chuango Security Technology Corporation",
+ "84e058": "Commscope",
+ "84e0f4": "IEEE Registration Authority",
+ "84e323": "Green Wave Telecommunication SDN BHD",
+ "84e327": "TAILYN TECHNOLOGIES INC",
+ "84e342": "Tuya Smart Inc.",
+ "84e4d9": "Shenzhen NEED technology Ltd.",
+ "84e585": "EM Microelectronic",
+ "84e5d8": "Guangdong UNIPOE IoT Technology Co.,Ltd.",
+ "84e629": "Bluwan SA",
+ "84e657": "Sony Interactive Entertainment Inc.",
+ "84e714": "Liang Herng Enterprise,Co.Ltd.",
+ "84e892": "Actiontec Electronics, Inc",
+ "84e8cb": "BUFFALO.INC",
+ "84e986": "Huawei Device Co., Ltd.",
+ "84e9c1": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "84ea97": "Shenzhen iComm Semiconductor CO.,LTD",
+ "84ea99": "Vieworks",
+ "84ead2": "KOGANEI CORPORATION",
+ "84eaed": "Roku, Inc",
+ "84eb18": "Texas Instruments",
+ "84eb3e": "Vivint Smart Home",
+ "84eb3f": "Vivint Inc",
+ "84ebef": "Cisco Systems, Inc",
+ "84ed33": "BBMC Co.,Ltd",
+ "84ee7f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84eee4": "Samsung Electronics Co.,Ltd",
+ "84ef18": "Intel Corporate",
+ "84f117": "Newseason",
+ "84f129": "Metrascale Inc.",
+ "84f147": "Cisco Systems, Inc",
+ "84f175": "Jiangxi Xunte Intelligent Terminal Co., Ltd",
+ "84f1d0": "EHOOME IOT PRIVATE LIMITED",
+ "84f1f7": "LTD.",
+ "84f2c1": "zte corporation",
+ "84f3eb": "Espressif Inc.",
+ "84f44c": "International Integrated Systems., Inc.",
+ "84f493": "OMS spol. s.r.o.",
+ "84f5eb": "zte corporation",
+ "84f64c": "Cross Point BV",
+ "84f6fa": "Miovision Technologies Incorporated",
+ "84f703": "Espressif Inc.",
+ "84f758": "Huizhou BYD Electronic Co., Ltd.",
+ "84f883": "Luminar Technologies",
+ "84fb43": "Central Denshi Seigyo",
+ "84fcac": "Apple, Inc.",
+ "84fce6": "Espressif Inc.",
+ "84fcfe": "Apple, Inc.",
+ "84fd27": "Silicon Laboratories",
+ "84fdd1": "Intel Corporate",
+ "84fe40": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "84fe9e": "RTC Industries, Inc.",
+ "84fedc": "Borqs Beijing Ltd.",
+ "84ffc2": "Cisco Systems, Inc",
+ "88010c": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "880118": "BLT Co",
+ "8801f2": "Vitec System Engineering Inc.",
+ "8801f9": "Texas Instruments",
+ "880264": "Pascal Audio",
+ "88034c": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "880355": "Arcadyan Technology Corporation",
+ "8803e9": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "880894": "Skullcandy",
+ "880905": "MTMCommunications",
+ "880907": "MKT Systemtechnik GmbH & Co. KG",
+ "8809af": "Masimo Corporation",
+ "880aa3": "Juniper Networks",
+ "880ce0": "Texas Instruments",
+ "880e85": "Shenzhen Boomtech Industrial Corporation",
+ "880f10": "Huami Information Technology Co.,Ltd.",
+ "880f62": "Silicon Laboratories",
+ "880fa2": "Sagemcom Broadband SAS",
+ "880fb6": "Jabil Circuits India Pvt Ltd,-EHTP unit",
+ "881036": "Electronics Limted",
+ "88108f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "881196": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88123d": "Suzhou Aquila Solutions Inc.",
+ "88124e": "Qualcomm Inc.",
+ "88127d": "Shenzhen Melon Electronics Co.,Ltd",
+ "8812ac": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "8813bf": "Espressif Inc.",
+ "88142b": "Protonic Holland",
+ "881544": "Cisco Meraki",
+ "881566": "Huawei Device Co., Ltd.",
+ "8815c5": "Huawei Device Co., Ltd.",
+ "8817a3": "Sdn. Bhd.",
+ "8818ae": "Tamron Co., Ltd",
+ "8818f1": "Nokia",
+ "881908": "Apple, Inc.",
+ "881a14": "Silicon Laboratories",
+ "881b99": "SHENZHEN XIN FEI JIA ELECTRONIC CO. LTD.",
+ "881c95": "ITEL MOBILE LIMITED",
+ "881dfc": "Cisco Systems, Inc",
+ "881e59": "Onion Corporation",
+ "881e5a": "Apple, Inc.",
+ "881fa1": "Apple, Inc.",
+ "88200d": "Apple, Inc.",
+ "882012": "LMI Technologies",
+ "882067": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "8821e3": "Nebusens, S.L.",
+ "882222": "VusionGroup",
+ "88225b": "Hewlett Packard Enterprise",
+ "8822b2": "Corp.",
+ "88231f": "Fibocom Wireless Inc.",
+ "882364": "Watchnet DVR Inc",
+ "88238c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "8823fe": "TTTech Computertechnik AG",
+ "882508": "Meta Platforms, Inc.",
+ "882510": "Hewlett Packard Enterprise",
+ "88252c": "Arcadyan Technology Corporation",
+ "882593": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "88263f": "Zhejiang Uniview Technologies Co.,Ltd.",
+ "88287d": "Inc.",
+ "8828b3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8828fb": "Juniper Networks",
+ "882949": "Sdn. Bhd.",
+ "882950": "Netmoon Technology Co., Ltd",
+ "88299c": "Samsung Electronics Co.,Ltd",
+ "8829bf": "Amazon Technologies Inc.",
+ "882a5e": "New H3C Technologies Co., Ltd",
+ "882ae1": "MRC INC.",
+ "882b94": "MADOKA SYSTEM Co.,Ltd.",
+ "882bd7": "ADDÉNERGIE TECHNOLOGIES",
+ "882d53": "Co., Ltd.",
+ "882e5a": "storONE",
+ "882f64": "BCOM Networks Limited",
+ "882f92": "Xiaomi Communications Co Ltd",
+ "883037": "Juniper Networks",
+ "88308a": "Murata Manufacturing Co., Ltd.",
+ "883314": "Texas Instruments",
+ "883374": "ASKEY COMPUTER CORP",
+ "8833be": "Ivenix, Inc.",
+ "8834fe": "Co. Ltd",
+ "88354c": "Transics",
+ "8835c1": "OI ELECTRIC CO.,LTD",
+ "883612": "SRC Computers, LLC",
+ "88366c": "EFM Networks",
+ "8836cf": "Huawei Device Co., Ltd.",
+ "883a30": "Hewlett Packard Enterprise",
+ "883b8b": "Cheering Connection Co. Ltd.",
+ "883c1c": "MERCURY CORPORATION",
+ "883c93": "Alcatel-Lucent Enterprise",
+ "883cc5": "IEEE Registration Authority",
+ "883d24": "Google, Inc.",
+ "883e0d": "HD Hyundai Electric",
+ "883f0c": "system a.v. co., ltd.",
+ "883f27": "Huawei Device Co., Ltd.",
+ "883f37": "UHTEK CO., LTD.",
+ "883f4a": "Texas Instruments",
+ "883f99": "Siemens AG",
+ "883fd3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "884033": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88403b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "884067": "infomark",
+ "884157": "Shenzhen Atsmart Technology Co.,Ltd.",
+ "8841c1": "ORBISAT DA AMAZONIA IND E AEROL SA",
+ "8841fc": "AirTies Wireless Networks",
+ "8843e1": "Cisco Systems, Inc",
+ "884477": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8844f6": "Nokia Corporation",
+ "8845f0": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "884604": "Xiaomi Communications Co Ltd",
+ "88462a": "Telechips Inc.",
+ "88492d": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "884a18": "Opulinks",
+ "884a70": "Wacom Co.,Ltd.",
+ "884aea": "Texas Instruments",
+ "884b39": "Siemens AG, Healthcare Sector",
+ "884ccf": "Pulzze Systems, Inc",
+ "884d7c": "Apple, Inc.",
+ "884f59": "Cisco Systems, Inc",
+ "885046": "LEAR",
+ "8850dd": "Infiniband Trade Association",
+ "8850f6": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "88517a": "HMD Global Oy",
+ "8851f2": "Apple, Inc.",
+ "8851fb": "Hewlett Packard",
+ "8852eb": "Xiaomi Communications Co Ltd",
+ "88532e": "Intel Corporate",
+ "885395": "Apple, Inc.",
+ "8853d4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88541f": "Google, Inc.",
+ "88546b": "Texas Instruments",
+ "88548e": "vivo Mobile Communication Co., Ltd.",
+ "8856a6": "Espressif Inc.",
+ "88571d": "Seongji Industry Company",
+ "885721": "Espressif Inc.",
+ "88576d": "XTA Electronics Ltd",
+ "8857ee": "BUFFALO.INC",
+ "8858be": "kuosheng.com",
+ "885a06": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "885a23": "CELESTICA INC.",
+ "885a85": "WNC Corporation",
+ "885a92": "Cisco Systems, Inc",
+ "885bdd": "Extreme Networks Headquarters",
+ "885c47": "Alcatel Lucent",
+ "885d90": "IEEE Registration Authority",
+ "885dfb": "zte corporation",
+ "885ebd": "NCKOREA Co.,Ltd.",
+ "885fe8": "IEEE Registration Authority",
+ "886076": "Sparnex n.v.",
+ "886078": "Sparnex n.v.",
+ "88615a": "Siano Mobile Silicon Ltd.",
+ "88625d": "BITNETWORKS CO.,LTD",
+ "8863c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8863df": "Apple, Inc.",
+ "886440": "Apple, Inc.",
+ "88659f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "886639": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88665a": "Apple, Inc.",
+ "8866a5": "Apple, Inc.",
+ "886746": "eero inc.",
+ "8867dc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88684b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "88685c": "Shenzhen ChuangDao & Perpetual Eternal Technology Co.,Ltd",
+ "88693d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "886ab1": "vivo Mobile Communication Co., Ltd.",
+ "886ae3": "Alpha Networks Inc.",
+ "886b0f": "Bluegiga Technologies OY",
+ "886b44": "Sunnovo International Limited",
+ "886b6e": "Apple, Inc.",
+ "886b76": "CHINA HOPEFUL GROUP HOPEFUL ELECTRIC CO.,LTD",
+ "886bdb": "Apple, Inc.",
+ "886c60": "Xiaomi Communications Co Ltd",
+ "886d2d": "Huawei Device Co., Ltd.",
+ "886edd": "Micronet union Technology(Chengdu)Co., Ltd.",
+ "886ee1": "Erbe Elektromedizin GmbH",
+ "886eeb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "886f29": "Pocketbook International SA",
+ "886fd4": "Dell Inc.",
+ "887033": "Hangzhou Silan Microelectronic Inc",
+ "88708c": "Lenovo Mobile Communication Technology Ltd.",
+ "8870ef": "SC Professional Trading Co., Ltd.",
+ "8871b1": "Commscope",
+ "8871e5": "Amazon Technologies Inc.",
+ "887384": "Toshiba",
+ "887398": "K2E Tekpoint",
+ "887477": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "887556": "Cisco Systems, Inc",
+ "887598": "Samsung Electronics Co.,Ltd",
+ "8876b9": "D-Link Corporation",
+ "887873": "Intel Corporate",
+ "88789c": "Game Technologies SA",
+ "88795b": "Konka Group Co., Ltd.",
+ "88797e": "Motorola Mobility LLC, a Lenovo Company",
+ "887a31": "Velankani Electronics Pvt. Ltd.",
+ "887abc": "Cisco Systems, Inc",
+ "887b2c": "zte corporation",
+ "887e25": "Extreme Networks Headquarters",
+ "887f03": "Comper Technology Investment Limited",
+ "887fd5": "zte corporation",
+ "888187": "Umeox Innovations Co.,Ltd",
+ "8881b9": "Huawei Device Co., Ltd.",
+ "888279": "Shenzhen RB-LINK Intelligent Technology Co.Ltd",
+ "888322": "Samsung Electronics Co.,Ltd",
+ "88835d": "FN-LINK TECHNOLOGY LIMITED",
+ "888603": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8886a0": "Simton Technologies, Ltd.",
+ "8886c2": "STABILO International GmbH",
+ "888717": "CANON INC.",
+ "8887dd": "DarbeeVision Inc.",
+ "888914": "All Components Incorporated",
+ "88892f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "888964": "GSI Electronics Inc.",
+ "888b5d": "Storage Appliance Corporation ",
+ "888c19": "Brady Corp Asia Pacific Ltd",
+ "888c1b": "EM Microelectronic",
+ "888e68": "Huawei Device Co., Ltd.",
+ "888e7f": "ATOP CORPORATION",
+ "888f10": "Shenzhen Max Infinite Technology Co.,Ltd.",
+ "888fa4": "Huawei Device Co., Ltd.",
+ "889009": "Juniper Networks",
+ "88908d": "Cisco Systems, Inc",
+ "889166": "Viewcooper Corp.",
+ "8891dd": "Racktivity",
+ "8892cc": "Tonly Technology Co. Ltd ",
+ "889471": "Brocade Communications Systems LLC",
+ "88947e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "88948e": "Max Weishaupt SE",
+ "88948f": "Xi'an Zhisensor Technologies Co.,Ltd",
+ "8894f9": "Gemicom Technology, Inc.",
+ "8895b9": "Unified Packet Systems Crop",
+ "88964e": "Commscope",
+ "889655": "Zitte corporation",
+ "889676": "TTC MARCONI s.r.o.",
+ "8896b6": "Global Fire Equipment S.A.",
+ "8896f2": "Valeo Schalter und Sensoren GmbH",
+ "889746": "Sichuan AI-Link Technology Co., Ltd.",
+ "889765": "exands",
+ "8897df": "Entrypass Corporation Sdn. Bhd.",
+ "889821": "TERAON",
+ "889aff": "SystemX Co.,Ltd.",
+ "889b39": "Samsung Electronics Co.,Ltd",
+ "889ca6": "BTB Korea INC",
+ "889cad": "Cisco Systems, Inc",
+ "889d98": "Allied-telesisK.K.",
+ "889e33": "TCT mobile ltd",
+ "889e68": "Vantiva USA LLC",
+ "889e96": "zte corporation",
+ "889f6f": "Samsung Electronics Co.,Ltd",
+ "889faa": "Hella Gutmann Solutions GmbH ",
+ "889ffa": "Hon Hai Precision Ind. Co.,Ltd.",
+ "88a084": "Formation Data Systems",
+ "88a0be": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88a25e": "Juniper Networks",
+ "88a29e": "Ltd",
+ "88a2d7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88a303": "Samsung Electronics Co.,Ltd",
+ "88a3cc": "Amatis Controls",
+ "88a479": "Apple, Inc.",
+ "88a4c2": "Electronics Technology co., ltd",
+ "88a5bd": "QPCOM INC.",
+ "88a68d": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "88a6c6": "Sagemcom Broadband SAS",
+ "88a6ef": "IEEE Registration Authority",
+ "88a73c": "Ragentek Technology Group",
+ "88a9a7": "IEEE Registration Authority",
+ "88a9b7": "Apple, Inc.",
+ "88ac9e": "Shenzhen YOUHUA Technology Co., Ltd",
+ "88acc0": "Zyxel Communications Corporation",
+ "88acc1": "Generiton Co., Ltd. ",
+ "88ad43": "PEGATRON CORPORATION",
+ "88add2": "Samsung Electronics Co.,Ltd",
+ "88ae07": "Apple, Inc.",
+ "88ae1d": "CO., LTD. ",
+ "88ae35": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "88aedd": "EliteGroup Computer Systems Co., LTD",
+ "88af7b": "Nanjing Powercore Tech Co.,Ltd",
+ "88b111": "Intel Corporate",
+ "88b168": "Delta Control GmbH",
+ "88b1e1": "Mojo Networks, Inc.",
+ "88b291": "Apple, Inc.",
+ "88b2ab": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "88b362": "Nokia Shanghai Bell Co., Ltd.",
+ "88b436": "FUJIFILM Corporation",
+ "88b4a6": "Motorola Mobility LLC, a Lenovo Company",
+ "88b4be": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88b5ff": "Shenzhen iComm Semiconductor CO.,LTD",
+ "88b627": "Gembird Europe BV",
+ "88b66b": "easynetworks",
+ "88b6bd": "Flaircomm Microelectronics, Inc.",
+ "88b6ee": "Dish Technologies Corp",
+ "88b7eb": "Apple, Inc.",
+ "88b863": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "88b86f": "Infinix mobility limited",
+ "88b8d0": "Dongguan Koppo Electronic Co.,Ltd",
+ "88b945": "Apple, Inc.",
+ "88b951": "Xiaomi Communications Co Ltd",
+ "88ba7f": "Qfiednet Co., Ltd.",
+ "88bcac": "Zebra Technologies Inc.",
+ "88bcc1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88bd09": "Netis Technology Co., Ltd.",
+ "88bd45": "Samsung Electronics Co.,Ltd",
+ "88bd78": "Flaircomm Microelectronics,Inc.",
+ "88bf35": "Verifone, Inc.",
+ "88bfd5": "Simple Audio Ltd",
+ "88bfe4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88c08b": "Apple, Inc.",
+ "88c174": "zte corporation",
+ "88c227": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88c242": "Poynt Co.",
+ "88c255": "Texas Instruments",
+ "88c36e": "Beijing Ereneben lnformation Technology Limited",
+ "88c397": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "88c3b3": "SOVICO",
+ "88c3e5": "Betop Techonologies ",
+ "88c48e": "UNEEVIU TECHNOLOGIES INDIA PRIVATE LIMITED",
+ "88c626": "Logitech, Inc",
+ "88c663": "Apple, Inc.",
+ "88c6e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88c78f": "zte corporation",
+ "88c9b3": "IEEE Registration Authority",
+ "88c9e8": "Sony Corporation",
+ "88cb87": "Apple, Inc.",
+ "88cba5": "Suzhou Torchstar Intelligent Technology Co.,Ltd",
+ "88cc45": "Co.,Ltd",
+ "88ce3f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88cefa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88cf98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88cfcd": "Texas Instruments",
+ "88d039": "Tonly Technology Co. Ltd ",
+ "88d171": "BEGHELLI S.P.A",
+ "88d199": "Vencer Co., Ltd.",
+ "88d211": "Eko Devices, Inc.",
+ "88d274": "zte corporation",
+ "88d2bf": "German Autolabs",
+ "88d37b": "FirmTek, LLC",
+ "88d50c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "88d546": "Apple, Inc.",
+ "88d5a8": "ITEL MOBILE LIMITED",
+ "88d652": "AMERGINT Technologies",
+ "88d7bc": "DEP Company",
+ "88d7f6": "ASUSTek COMPUTER INC.",
+ "88d82e": "Intel Corporate",
+ "88d962": "Canopus Systems US LLC",
+ "88d98f": "Juniper Networks",
+ "88da04": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88da18": "China Mobile Group Device Co.,Ltd.",
+ "88da1a": "Redpine Signals, Inc.",
+ "88da33": "Beijing Xiaoyuer Network Technology Co., Ltd",
+ "88da36": "Calix Inc.",
+ "88dc96": "EnGenius Technologies, Inc.",
+ "88dd79": "Voltaire",
+ "88ddb8": "Huawei Device Co., Ltd.",
+ "88de39": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "88de7c": "ASKEY COMPUTER CORP",
+ "88dea9": "Roku, Inc.",
+ "88df9e": "New H3C Technologies Co., Ltd",
+ "88e034": "ltd.",
+ "88e056": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88e0a0": "Shenzhen VisionSTOR Technologies Co., Ltd",
+ "88e0f3": "Juniper Networks",
+ "88e161": "Art Beijing Science and Technology Development Co., Ltd.",
+ "88e3ab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88e603": "Avotek corporation",
+ "88e628": "Shenzhen Kezhonglong Optoelectronic Technology Co.,Ltd",
+ "88e64b": "Juniper Networks",
+ "88e712": "Whirlpool Corporation",
+ "88e7a6": "iKnowledge Integration Corp.",
+ "88e87f": "Apple, Inc.",
+ "88e8f8": "LTD.",
+ "88e90f": "innomdlelab",
+ "88e917": "Tamaggo",
+ "88e9a4": "Hewlett Packard Enterprise ",
+ "88e9fe": "Apple, Inc.",
+ "88ed1c": "Cudo Communication Co., Ltd.",
+ "88ef16": "Commscope",
+ "88f00f": "Miraeil",
+ "88f031": "Cisco Systems, Inc",
+ "88f077": "Cisco Systems, Inc",
+ "88f2bd": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "88f488": "cellon communications technology(shenzhen)Co.,Ltd.",
+ "88f490": "Jetmobile Pte Ltd",
+ "88f4da": "Intel Corporate",
+ "88f56e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88f6dc": "Huawei Device Co., Ltd.",
+ "88f715": "Arista Networks",
+ "88f7bf": "vivo Mobile Communication Co., Ltd.",
+ "88f7c7": "Vantiva USA LLC",
+ "88f872": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "88f916": "Qingdao Dayu Dance Digital Technology Co.,Ltd",
+ "88fc5d": "Cisco Systems, Inc",
+ "88fca6": "devolo AG",
+ "88fd15": "LINEEYE CO., LTD",
+ "88fed6": "ShangHai WangYong Software Co., Ltd.",
+ "8c006d": "Apple, Inc.",
+ "8c019d": "Arista Networks",
+ "8c02cd": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "8c02fa": "COMMANDO Networks Limited",
+ "8c04ba": "Dell Inc.",
+ "8c04ff": "Vantiva USA LLC",
+ "8c0551": "Koubachi AG",
+ "8c0572": "Huawei Device Co., Ltd.",
+ "8c06cb": "Toradex AG",
+ "8c0734": "Private",
+ "8c078c": "FLOW DATA INC",
+ "8c0879": "Texas Instruments",
+ "8c088b": "Remote Solution",
+ "8c08aa": "Apple, Inc.",
+ "8c09f4": "Commscope",
+ "8c0c87": "Nokia",
+ "8c0c90": "Ruckus Wireless",
+ "8c0ca3": "Amper",
+ "8c0d76": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c0dd9": "Skullcandy",
+ "8c0e60": "Nanjing Juplink Intelligent Technologies Co., Ltd.",
+ "8c0ee3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "8c0f6f": "PEGATRON CORPORATION",
+ "8c0f83": "Angie Hospitality LLC",
+ "8c0fa0": "di-soric GmbH & Co. KG",
+ "8c0fc9": "Huawei Device Co., Ltd.",
+ "8c0ffa": "Hutec co.,ltd",
+ "8c10d4": "Sagemcom Broadband SAS",
+ "8c11cb": "ABUS Security-Center GmbH & Co. KG",
+ "8c12c2": "GLBB Japan",
+ "8c13e2": "NETLINK ICT ",
+ "8c147d": "IEEE Registration Authority",
+ "8c14b4": "zte corporation",
+ "8c1553": "Beijing Memblaze Technology Co Ltd",
+ "8c15c7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c1645": "Electronics Technology co., ltd",
+ "8c1759": "Intel Corporate",
+ "8c17b6": "Huawei Device Co., Ltd.",
+ "8c1850": "Information Technology Co., Ltd.",
+ "8c18d9": "Shenzhen RF Technology Co., Ltd",
+ "8c192d": "IEEE Registration Authority",
+ "8c1952": "Amazon Technologies Inc.",
+ "8c19b5": "Arcadyan Corporation",
+ "8c1a50": "China Mobile Group Device Co.,Ltd.",
+ "8c1abf": "Samsung Electronics Co.,Ltd",
+ "8c1af3": "Shenzhen Gooxi Information Security CO.,Ltd.",
+ "8c1cda": "IEEE Registration Authority",
+ "8c1d55": "Co., Ltd.",
+ "8c1d96": "Intel Corporate",
+ "8c1e80": "Cisco Systems, Inc",
+ "8c1ecb": "Nanjing Jiahao Technology Co., Ltd.",
+ "8c1ecf": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "8c1ed9": "Beijing Unigroup Tsingteng Microsystem Co., LTD.",
+ "8c1f64": "IEEE Registration Authority",
+ "8c1f94": "RF Surgical System Inc. ",
+ "8c210a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "8c2505": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c255e": "VoltServer",
+ "8c26aa": "Apple, Inc.",
+ "8c271d": "QuantHouse",
+ "8c278a": "Vocollect Inc",
+ "8c2937": "Apple, Inc.",
+ "8c2a85": "Amazon Technologies Inc.",
+ "8c2a8e": "DongGuan Ramaxel Memory Technology",
+ "8c2daa": "Apple, Inc.",
+ "8c2e72": "Samsung Electronics Co.,Ltd",
+ "8c2f39": "IBA Dosimetry GmbH",
+ "8c2fa6": "Solid Optics B.V.",
+ "8c3066": "Ubiquiti Inc",
+ "8c31e2": "DAYOUPLUS",
+ "8c3223": "JWIPC Technology Co.,Ltd.",
+ "8c3330": "EmFirst Co., Ltd.",
+ "8c3357": "HiteVision Digital Media Technology Co.,Ltd.",
+ "8c3396": "Apple, Inc.",
+ "8c3401": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "8c3446": "Huawei Device Co., Ltd.",
+ "8c34fd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c3579": "QDIQO Sp. z o.o.",
+ "8c3592": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "8c367a": "Palo Alto Networks",
+ "8c395c": "Bit4id Srl",
+ "8c3a7e": "Universal Electronics, Inc.",
+ "8c3b32": "Microfan B.V.",
+ "8c3b4a": "Universal Global Scientific Industrial., Ltd",
+ "8c3bad": "NETGEAR",
+ "8c3c07": "Skiva Technologies, Inc.",
+ "8c3c4a": "NAKAYO Inc",
+ "8c3d16": "Shenzhen Four Seas Global Link Network Technology Co.,Ltd",
+ "8c3db1": "Beijing H-IoT Technology Co., Ltd.",
+ "8c3f44": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "8c41f2": "RDA Technologies Ltd.",
+ "8c41f4": "IPmotion GmbH",
+ "8c426d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c4361": "Hailo Digital Hub GmbH & Co. KG",
+ "8c4435": "Shanghai BroadMobi Communication Technology Co., Ltd.",
+ "8c444f": "HUMAX Co., Ltd.",
+ "8c44a5": "Cisco Systems, Inc",
+ "8c44bb": "SHEN ZHEN TENDA TECHNOLOGY CO.,LTD",
+ "8c4500": "Murata Manufacturing Co., Ltd.",
+ "8c476e": "IEEE Registration Authority",
+ "8c477f": "NambooSolution",
+ "8c47be": "Dell Inc.",
+ "8c4962": "Roku, Inc",
+ "8c497a": "Extreme Networks Headquarters",
+ "8c49b6": "vivo Mobile Communication Co., Ltd.",
+ "8c4aee": "GIGA TMS INC",
+ "8c4b14": "Espressif Inc.",
+ "8c4b59": "3D Imaging & Simulations Corp",
+ "8c4cad": "Evoluzn Inc.",
+ "8c4cdc": "PLANEX COMMUNICATIONS INC.",
+ "8c4db9": "Unmonday Ltd",
+ "8c4dea": "Cerio Corporation",
+ "8c4e46": "Motorola Mobility LLC, a Lenovo Company",
+ "8c4f00": "Espressif Inc.",
+ "8c501a": "Private",
+ "8c5105": "Shenzhen ireadygo Information Technology CO.,LTD.",
+ "8c5109": "IEEE Registration Authority",
+ "8c5219": "SHARP Corporation",
+ "8c53c3": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "8c53d2": "China Mobile Group Device Co.,Ltd.",
+ "8c53e6": "WNC Corporation",
+ "8c53f7": "A&D ENGINEERING CO., LTD.",
+ "8c541d": "LGE ",
+ "8c554a": "Intel Corporate",
+ "8c5570": "IEEE Registration Authority",
+ "8c55bb": "Songwoo Information & Technology Co., Ltd",
+ "8c5646": "LG Electronics",
+ "8c569d": "Imaging Solutions Group",
+ "8c56c5": "Nintendo Co., Ltd.",
+ "8c579b": "WNC Corporation",
+ "8c57fd": "LVX Western",
+ "8c5823": "SZ DJI TECHNOLOGY CO.,LTD",
+ "8c5877": "Apple, Inc.",
+ "8c593c": "IEEE Registration Authority",
+ "8c5973": "Zyxel Communications Corporation",
+ "8c598b": "C Technologies AB",
+ "8c59c3": "ADB Italia ",
+ "8c59dc": "Co., Ltd.",
+ "8c5a25": "Commscope",
+ "8c5ac1": "Huawei Device Co., Ltd.",
+ "8c5af0": "Exeltech Solar Products",
+ "8c5af8": "Beijing Xiaomi Electronics Co., Ltd.",
+ "8c5bf0": "Commscope",
+ "8c5c20": "Vantiva USA LLC",
+ "8c5c53": "AltoBeam Inc.",
+ "8c5ca1": "d-broad,INC",
+ "8c5d60": "UCI Corporation Co.,Ltd.",
+ "8c5db2": "IEEE Registration Authority",
+ "8c5e4d": "DragonWave Technologies DMCC",
+ "8c5ebd": "Huawei Device Co., Ltd.",
+ "8c5f48": "Continental Intelligent Transportation Systems LLC",
+ "8c5fad": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "8c5fdf": "Beijing Railway Signal Factory",
+ "8c604f": "Cisco Systems, Inc",
+ "8c6078": "Swissbit AG",
+ "8c60e7": "MPGIO CO.,LTD",
+ "8c6102": "Beijing Baofengmojing Technologies Co., Ltd",
+ "8c6120": "EM Microelectronic",
+ "8c61a3": "Commscope",
+ "8c640b": "Beyond Devices d.o.o.",
+ "8c6422": "Sony Corporation",
+ "8c64a2": "Co., Ltd",
+ "8c64d4": "Hyeco Smart Tech Co.,Ltd",
+ "8c65a3": "Silicon Laboratories",
+ "8c6794": "vivo Mobile Communication Co., Ltd.",
+ "8c683a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c6878": "Nortek-AS",
+ "8c68c8": "zte corporation",
+ "8c6a3b": "Samsung Electronics Co.,Ltd",
+ "8c6a8d": "Vantiva USA LLC",
+ "8c6ae4": "Viogem Limited",
+ "8c6bdb": "Huawei Device Co., Ltd.",
+ "8c6d50": "SHENZHEN MTC CO LTD",
+ "8c6d77": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c6dc4": "Megapixel VR",
+ "8c6fb9": "Silicon Laboratories",
+ "8c705a": "Intel Corporate",
+ "8c7086": "Gesellschaft für Sonder-EDV-Anlagen mbH",
+ "8c7112": "Microchip Technologies Inc",
+ "8c71f8": "Samsung Electronics Co.,Ltd",
+ "8c736e": "FUJITSU LIMITED",
+ "8c73a0": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "8c73da": "Silicon Laboratories",
+ "8c763f": "Commscope",
+ "8c76c1": "Goden Tech Limited",
+ "8c7712": "Samsung Electronics Co.,Ltd",
+ "8c7716": "LONGCHEER TELECOMMUNICATION LIMITED",
+ "8c78d7": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "8c7909": "Hewlett Packard Enterprise",
+ "8c7967": "zte corporation",
+ "8c79f5": "Samsung Electronics Co.,Ltd",
+ "8c7a00": "Nokia",
+ "8c7a15": "Ruckus Wireless",
+ "8c7a3d": "Xiaomi Communications Co Ltd",
+ "8c7aaa": "Apple, Inc.",
+ "8c7ab3": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "8c7b9d": "Apple, Inc.",
+ "8c7bf0": "Xufeng Development Limited",
+ "8c7c92": "Apple, Inc.",
+ "8c7cb5": "Hon Hai Precision Ind. Co.,Ltd.",
+ "8c7cff": "Brocade Communications Systems LLC",
+ "8c7eb3": "Lytro, Inc.",
+ "8c7f3b": "Commscope",
+ "8c8126": "ARCOM",
+ "8c8172": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "8c82a8": "Insigma Technology Co.,Ltd",
+ "8c8394": "Arcadyan Corporation",
+ "8c839d": "SHENZHEN XINYUPENG ELECTRONIC TECHNOLOGY CO., LTD",
+ "8c83df": "Nokia",
+ "8c83e1": "Samsung Electronics Co.,Ltd",
+ "8c83e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c83fc": "Axioma Metering UAB",
+ "8c8401": "Private",
+ "8c8442": "Cisco Systems, Inc",
+ "8c8474": "Broadcom Limited",
+ "8c8580": "Smart Innovation LLC",
+ "8c8590": "Apple, Inc.",
+ "8c85c1": "Hewlett Packard Enterprise",
+ "8c85e6": "Cleondris GmbH",
+ "8c861e": "Apple, Inc.",
+ "8c862a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c86dd": "TP-Link Systems Inc.",
+ "8c8726": "VAST Data Inc",
+ "8c873b": "Leica Camera AG",
+ "8c87d0": "Shenzhen Uascent Technology Co.,Ltd",
+ "8c8881": "Cisco Meraki",
+ "8c897a": "AUGTEK",
+ "8c89a5": "Micro-Star INT'L CO., LTD",
+ "8c89fa": "Zhejiang Hechuan Technology Co., Ltd.",
+ "8c8a6e": "ESTUN AUTOMATION TECHNOLOY CO., LTD",
+ "8c8abb": "Beijing Orient View Technology Co., Ltd.",
+ "8c8acd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8c8b48": "Silicon Laboratories",
+ "8c8b5b": "WNC Corporation",
+ "8c8b83": "Texas Instruments",
+ "8c8caa": "Electronics Technology co., ltd",
+ "8c8d28": "Intel Corporate",
+ "8c8e0d": "zte corporation",
+ "8c8e4e": "Baylan Olcu Aletleri San. ve Tic.A.S.",
+ "8c8e76": "taskit GmbH",
+ "8c8ef2": "Apple, Inc.",
+ "8c8f8b": "China Mobile Chongqing branch",
+ "8c8fe9": "Apple, Inc.",
+ "8c902d": "TP-Link Systems Inc.",
+ "8c90d3": "Nokia",
+ "8c9109": "Co.,Ltd.",
+ "8c913a": "Mellanox Technologies, Inc.",
+ "8c91a4": "Apple, Inc.",
+ "8c9236": "Aus.Linx Technology Co., Ltd.",
+ "8c9246": "Oerlikon Textile Gmbh&Co.KG",
+ "8c9351": "Jigowatts Inc.",
+ "8c938b": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "8c941f": "Cisco Systems, Inc",
+ "8c9461": "Cisco Systems, Inc",
+ "8c946a": "New H3C Technologies Co., Ltd",
+ "8c94cc": "SFR",
+ "8c94cf": "Encell Technology, Inc.",
+ "8c965f": "Shandong Zhongan Technology Co., Ltd.",
+ "8c96a5": "New H3C Technologies Co., Ltd",
+ "8c97ea": "FREEBOX SAS",
+ "8c9806": "SHENZHEN SEI ROBOTICS CO.,LTD",
+ "8c986b": "Apple, Inc.",
+ "8c99e6": "TCT mobile ltd",
+ "8c9a8f": "Sagemcom Broadband SAS",
+ "8c9b2d": "PLANTRONICS, INC.",
+ "8c9f3b": "Qingdao Hisense Communications Co.,Ltd.",
+ "8ca048": "Beijing NeTopChip Technology Co.,LTD",
+ "8ca2fd": "Starry, Inc.",
+ "8ca399": "PRIVATE LIMITED",
+ "8ca401": "Shenzhen New Chip Intelligence Co.,LTD",
+ "8ca5a1": "Oregano Systems - Design & Consulting GmbH",
+ "8ca5cf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8ca682": "IEEE Registration Authority",
+ "8ca6df": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "8ca96d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8ca96f": "D&M Holdings Inc.",
+ "8ca982": "Intel Corporate",
+ "8caab5": "Espressif Inc.",
+ "8caace": "Xiaomi Communications Co Ltd",
+ "8cab8e": "Shanghai Feixun Communication Co.,Ltd.",
+ "8cae49": "IEEE Registration Authority",
+ "8cae4c": "Plugable Technologies",
+ "8cae89": "Y-cam Solutions Ltd",
+ "8caedb": "NAGTECH LLC",
+ "8cb094": "Airtech I&C Co., Ltd",
+ "8cb0e9": "Samsung Electronics.,LTD",
+ "8cb50e": "Cisco Systems, Inc",
+ "8cb64f": "Cisco Systems, Inc",
+ "8cb6c5": "Mimosa Networks",
+ "8cb7f7": "Shenzhen UniStrong Science & Technology Co., Ltd",
+ "8cb82c": "IPitomy Communications",
+ "8cb864": "AcSiP Technology Corp.",
+ "8cb87e": "Intel Corporate",
+ "8cba25": "UNION MAN TECHNOLOGY CO.,LTD",
+ "8cbafc": "JOYNEXT GmbH",
+ "8cbd37": "Shenzhen Phaten Tech. LTD",
+ "8cbe24": "Co., Ltd.",
+ "8cbe6f": "Tianyi Telecom Terminals Company Limited",
+ "8cbebe": "Xiaomi Communications Co Ltd",
+ "8cbf9d": "Shanghai Xinyou Information Technology Ltd. Co.",
+ "8cbfa6": "Samsung Electronics Co.,Ltd",
+ "8cbfea": "Espressif Inc.",
+ "8cc121": "Panasonic Corporation AVC Networks Company",
+ "8cc573": "Xsight Labs LTD.",
+ "8cc58c": "ShenZhen Elsky Technology Co.,LTD",
+ "8cc5b4": "Sagemcom Broadband SAS",
+ "8cc5d0": "Samsung Electronics Co.,Ltd",
+ "8cc5e1": "ShenZhen Konka Telecommunication Technology Co.,Ltd",
+ "8cc661": "Current, powered by GE",
+ "8cc681": "Intel Corporate",
+ "8cc7aa": "Radinet Communications Inc.",
+ "8cc7c3": "NETLINK ICT ",
+ "8cc7d0": "zhejiang ebang communication co.,ltd",
+ "8cc84b": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "8cc8cd": "Samsung Electronics Co.,Ltd",
+ "8cc8f4": "IEEE Registration Authority",
+ "8cc9e9": "Huawei Device Co., Ltd.",
+ "8ccb14": "TBS GmbH",
+ "8ccbdf": "FOXCONN INTERCONNECT TECHNOLOGY ",
+ "8ccd55": "EM Microelectronic",
+ "8ccda2": "ACTP, Inc.",
+ "8ccde8": "Nintendo Co., Ltd.",
+ "8ccdfe": "AMPAK Technology,Inc.",
+ "8cce4e": "Espressif Inc.",
+ "8ccefd": "Shenzhen zhouhai technology co.,LTD",
+ "8ccf09": "Dell EMC",
+ "8ccf5c": "BEFEGA GmbH",
+ "8ccf8f": "ITC Systems",
+ "8cd08b": "WuXi Rigosys Technology Co.,LTD",
+ "8cd0b2": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "8cd17b": "CG Mobile",
+ "8cd2e9": "YOKOTE SEIKO CO., LTD.",
+ "8cd3a2": "VisSim AS",
+ "8cd48e": "ITEL MOBILE LIMITED",
+ "8cd54a": "TAIYO YUDEN CO.,LTD",
+ "8cd628": "Ikor Metering",
+ "8cd67f": "EM Microelectronic",
+ "8cd9d6": "Xiaomi Communications Co Ltd",
+ "8cdb25": "ESG Solutions",
+ "8cdc02": "zte corporation",
+ "8cdcd4": "Hewlett Packard",
+ "8cdd0b": "eero inc.",
+ "8cdd8d": "Wifly-City System Inc.",
+ "8cde52": "ISSC Technologies Corp.",
+ "8cde99": "Comlab Inc.",
+ "8cdee6": "Samsung Electronics Co.,Ltd",
+ "8cdef9": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "8cdf2c": "vivo Mobile Communication Co., Ltd.",
+ "8cdf9d": "NEC Corporation",
+ "8ce042": "vivo Mobile Communication Co., Ltd.",
+ "8ce081": "zte corporation",
+ "8ce117": "zte corporation",
+ "8ce2da": "Circle Media Inc",
+ "8ce38e": "Kioxia Corporation",
+ "8ce468": "Guangzhou Sageran Technology Co., Ltd.",
+ "8ce4db": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "8ce5c0": "Samsung Electronics Co.,Ltd",
+ "8ce5ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8ce748": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "8ce78c": "DK Networks",
+ "8ce7b3": "Sonardyne International Ltd",
+ "8ce9b4": "Zhejiang Dahua Technology Co., Ltd.",
+ "8ce9ee": "Intel Corporate",
+ "8ce9ff": "Dell Inc.",
+ "8cea12": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "8cea1b": "Edgecore Networks Corporation",
+ "8cea48": "Samsung Electronics Co.,Ltd",
+ "8cea88": "Chengdu Yocto Communication Technology Co.Ltd.",
+ "8cebc6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8cec4b": "Dell Inc.",
+ "8cec7b": "Apple, Inc.",
+ "8cede1": "Ubiquiti Inc",
+ "8ceec6": "Precepscion Pty. Ltd.",
+ "8ceefd": "zte corporation",
+ "8cf0df": "Beijing Zhongyuan Yishang Technology Co.,LTD",
+ "8cf112": "Motorola Mobility LLC, a Lenovo Company",
+ "8cf228": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "8cf319": "Siemens Industrial Automation Products Ltd., Chengdu",
+ "8cf3e7": "solidotech",
+ "8cf681": "Silicon Laboratories",
+ "8cf710": "AMPAK Technology, Inc.",
+ "8cf773": "Nokia",
+ "8cf813": "ORANGE POLSKA",
+ "8cf8c5": "Intel Corporate",
+ "8cf945": "Power Automation pte Ltd",
+ "8cf957": "Co.,Ltd",
+ "8cf9c9": "MESADA Technology Co.,Ltd.",
+ "8cfaba": "Apple, Inc.",
+ "8cfadd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8cfca0": "Shenzhen Smart Device Technology Co., LTD.",
+ "8cfd15": "Imagine Marketing Private Limited",
+ "8cfd18": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "8cfdde": "Sagemcom Broadband SAS",
+ "8cfdf0": "Qualcomm Inc.",
+ "8cfe57": "Apple, Inc.",
+ "8cfe74": "Ruckus Wireless",
+ "8cfeb4": "VSOONTECH ELECTRONICS CO., LIMITED",
+ "90004e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "9000db": "Samsung Electronics Co.,Ltd",
+ "900117": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90013b": "Sagemcom Broadband SAS",
+ "900218": "SKY UK LIMITED",
+ "90027a": "Shenzhen Sworix Techonlogy Co., Ltd",
+ "90028a": "Shenzhen Shidean Legrand Electronic Products Co.,Ltd",
+ "9002a9": "Zhejiang Dahua Technology Co., Ltd.",
+ "900325": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90032e": "Taicang T&W Electronics",
+ "900371": "Quectel Wireless Solutions Co.,Ltd.",
+ "900372": "Longnan Junya Digital Technology Co. Ltd. ",
+ "9003b7": "PARROT SA",
+ "900628": "Samsung Electronics Co.,Ltd",
+ "9006f2": "Texas Instruments",
+ "900917": "Far-sighted mobile",
+ "9009d0": "Synology Incorporated",
+ "9009df": "Intel Corporate",
+ "900a1a": "Taicang T&W Electronics",
+ "900a39": "Wiio, Inc.",
+ "900a3a": "PSG Plastic Service GmbH",
+ "900a62": "Inventus Power Eletronica do Brasil LTDA",
+ "900a84": "Mellanox Technologies, Inc.",
+ "900bc1": "Sprocomm Technologies CO.,Ltd",
+ "900cb4": "Alinket Electronic Technology Co., Ltd",
+ "900cc8": "Google, Inc.",
+ "900d66": "Digimore Electronics Co., Ltd",
+ "900dcb": "Commscope",
+ "900e83": "Monico Monitoring, Inc.",
+ "900e9e": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "900eb3": "Shenzhen Amediatech Technology Co., Ltd.",
+ "900f0c": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "901057": "Intel Corporate",
+ "901195": "Amazon Technologies Inc.",
+ "901234": "Shenzhen YOUHUA Technology Co., Ltd",
+ "9012a1": "We Corporation Inc.",
+ "9013da": "Athom B.V.",
+ "9014af": "Cambium Networks Limited",
+ "901506": "Espressif Inc.",
+ "901564": "IEEE Registration Authority",
+ "9016ba": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "901711": "Hagenuk Marinekommunikation GmbH",
+ "90173f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90179b": "Nanomegas",
+ "9017ac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9017c8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90185e": "Apex Tool Group GmbH & Co OHG",
+ "90187c": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "9018ae": "Shanghai Meridian Technologies, Co. Ltd.",
+ "901900": "SCS SA",
+ "901a4f": "EM Microelectronic",
+ "901aca": "Commscope",
+ "901b0e": "Fujitsu Technology Solutions GmbH",
+ "901d27": "zte corporation",
+ "901edd": "GREAT COMPUTER CORPORATION",
+ "90203a": "BYD Precision Manufacture Co.,Ltd",
+ "902083": "General Engine Management Systems Ltd.",
+ "9020c2": "Hewlett Packard Enterprise",
+ "902106": "SKY UK LIMITED",
+ "90212e": "Apption Labs Ltd",
+ "902155": "HTC Corporation",
+ "902181": "Shanghai Huaqin Telecom Technology Co.,Ltd",
+ "90235b": "Amazon Technologies Inc.",
+ "9023b4": "New H3C Technologies Co., Ltd",
+ "9023ec": "Availink, Inc.",
+ "9025f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90272b": "Algorab S.r.l.",
+ "902759": "Nanjing Jiahao Technology Co., Ltd.",
+ "902778": "Open Infrastructure",
+ "9027e4": "Apple, Inc.",
+ "9028f6": "Wuhan Yangtze Optical Technology CO.,Ltd.",
+ "902962": "Linkpower Microelectronics Co., Ltd.",
+ "902aee": "Xiaomi Communications Co Ltd",
+ "902b34": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "902bd2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "902c09": "Apple, Inc.",
+ "902cc7": "C-MAX Asia Limited",
+ "902cfb": "CanTops Co,.Ltd.",
+ "902d77": "Edgecore Americas Networking Corporation",
+ "902e16": "Electronics Technology co., ltd",
+ "902e1c": "Intel Corporate",
+ "902e87": "LabJack",
+ "90314b": "AltoBeam Inc.",
+ "9031cd": "Onyx Healthcare Inc.",
+ "90324b": "Hon Hai Precision Ind. Co.,Ltd.",
+ "90342b": "Gatekeeper Systems, Inc.",
+ "9034fc": "Hon Hai Precision Ind. Co.,Ltd.",
+ "90356e": "Vodafone Omnitel N.V.",
+ "9035ea": "Silicon Laboratories",
+ "903809": "Ericsson AB",
+ "90380c": "Espressif Inc.",
+ "9038df": "Changzhou Tiannengbo System Co. Ltd.",
+ "90395e": "Silicon Laboratories",
+ "90395f": "Amazon Technologies Inc.",
+ "903a72": "Ruckus Wireless",
+ "903aa0": "Nokia",
+ "903ae6": "PARROT SA",
+ "903c1d": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "903c92": "Apple, Inc.",
+ "903cae": "Yunnan KSEC Digital Technology Co.,Ltd.",
+ "903cb3": "Edgecore Networks Corporation",
+ "903cda": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "903d5a": "Shenzhen Wision Technology Holding Limited",
+ "903d68": "G-Printec, Inc.",
+ "903d6b": "Zicon Technology Corp.",
+ "903dbd": "SECURE METERS LIMITED",
+ "903e7f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "903eab": "Commscope",
+ "903f86": "New H3C Technologies Co., Ltd",
+ "903fc3": "Huawei Device Co., Ltd.",
+ "903fea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9043e2": "Cornami, Inc",
+ "904506": "Tokyo Boeki Medisys Inc.",
+ "904528": "Nintendo Co.,Ltd",
+ "9046a2": "Tedipay UK Ltd",
+ "9046b7": "Vadaro Pte Ltd",
+ "904716": "RORZE CORPORATION",
+ "90473c": "China Mobile Group Device Co.,Ltd.",
+ "904748": "Sony Interactive Entertainment Inc.",
+ "904846": "Texas Instruments",
+ "90486c": "Ring LLC",
+ "90489a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "904992": "YSTen Technology Co.,Ltd",
+ "9049fa": "Intel Corporate",
+ "904c02": "vivo Mobile Communication Co., Ltd.",
+ "904c81": "Hewlett Packard Enterprise ",
+ "904cc5": "Apple, Inc.",
+ "904ce5": "Hon Hai Precision Ind. Co.,Ltd.",
+ "904d4a": "Sagemcom Broadband SAS",
+ "904dc3": "Flonidan A/S",
+ "904e2b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "904e91": "IEEE Registration Authority",
+ "90505a": "unGlue, Inc",
+ "90507b": "Advanced PANMOBIL Systems GmbH & Co. KG",
+ "9050ca": "Hitron Technologies. Inc",
+ "90513f": "Elettronica Santerno SpA",
+ "9052bf": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "905446": "TES ELECTRONIC SOLUTIONS",
+ "9054b7": "Eltex Enterprise LTD",
+ "9055ae": "Ericsson, EAB/RWI/K",
+ "9055de": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "905607": "Sichuan AI-Link Technology Co., Ltd.",
+ "905671": "Cisco Systems, Inc",
+ "905682": "Lenbrook Industries Limited",
+ "905692": "Autotalks Ltd.",
+ "9056fc": "TECNO MOBILE LIMITED",
+ "905851": "Vantiva USA LLC",
+ "90593c": "AZ-TECHNOLOGY SDN BHD",
+ "9059af": "Texas Instruments",
+ "905a08": "Super Micro Computer, Inc.",
+ "905c34": "Sirius Electronic Systems Srl",
+ "905c44": "Compal Broadband Networks, Inc.",
+ "905d7c": "New H3C Technologies Co., Ltd",
+ "905e44": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "905f2e": "TCT mobile ltd",
+ "905f7a": "Apple, Inc.",
+ "905f8d": "modas GmbH",
+ "9060f1": "Apple, Inc.",
+ "90610c": "Pte Ltd",
+ "9061ae": "Intel Corporate",
+ "90623f": "Apple, Inc.",
+ "90633b": "Samsung Electronics Co.,Ltd",
+ "9064ad": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "906560": "EM Microelectronic",
+ "906584": "Intel Corporate",
+ "906717": "Alphion India Private Limited",
+ "90671c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9067b5": "Alcatel-Lucent",
+ "9067f3": "Alcatel Lucent",
+ "9068c3": "Motorola Mobility LLC, a Lenovo Company",
+ "906976": "Withrobot Inc.",
+ "906a94": "hangzhou huacheng network technology co., ltd",
+ "906aeb": "Microsoft Corporation",
+ "906c4b": "Advance Security Electronics",
+ "906cac": "Fortinet, Inc.",
+ "906d05": "BXB ELECTRONICS CO., LTD",
+ "906d62": "Cambium Networks Limited",
+ "906dc8": "DLG Automação Industrial Ltda",
+ "906ebb": "Hon Hai Precision Ind. Co.,Ltd.",
+ "906f18": "Private",
+ "906fa9": "NANJING PUTIAN TELECOMMUNICATIONS TECHNOLOGY CO.,LTD.",
+ "907025": "Garea Microsys Co.,Ltd.",
+ "907065": "Texas Instruments",
+ "907069": "Espressif Inc.",
+ "9070bf": "Mimosa Networks",
+ "9070d3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "907240": "Apple, Inc.",
+ "907282": "Sagemcom Broadband SAS",
+ "90735a": "Motorola Mobility LLC, a Lenovo Company",
+ "90742e": "New H3C Technologies Co., Ltd",
+ "90749d": "IRay Technology Co., Ltd.",
+ "9075bc": "Nokia Shanghai Bell Co., Ltd.",
+ "9075de": "Zebra Technologies Inc.",
+ "90769f": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "9077ee": "Cisco Systems, Inc",
+ "907841": "Intel Corporate",
+ "9078b2": "Xiaomi Communications Co Ltd",
+ "907910": "Sdn. Bhd.",
+ "907990": "Benchmark Electronics Romania SRL",
+ "9079cf": "zte corporation",
+ "907a0a": "Gebr. Bode GmbH & Co KG",
+ "907a28": "Beijing Morncloud Information And Technology Co. Ltd.",
+ "907a58": "Zegna-Daidong Limited",
+ "907af1": "Wally",
+ "907bc6": "Texas Instruments",
+ "907e30": "LARS",
+ "907e43": "zte corporation",
+ "907eba": "CO.,LTD",
+ "907f61": "Chicony Electronics Co., Ltd.",
+ "908060": "Nilfisk A/S",
+ "90808f": "Huawei Device Co., Ltd.",
+ "90812a": "Apple, Inc.",
+ "908158": "Apple, Inc.",
+ "908175": "Samsung Electronics Co.,Ltd",
+ "908260": "IEEE 1904.1 Working Group",
+ "9082c3": "Quanta Computer Inc.",
+ "90834b": "BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD",
+ "90837a": "General Electric Water & Process Technologies",
+ "90837e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "90840d": "Apple, Inc.",
+ "90842b": "LEGO System A/S",
+ "90848b": "HDR10+ Technologies, LLC",
+ "908674": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "90869b": "zte corporation",
+ "908855": "Cisco Systems, Inc",
+ "9088a2": "IONICS TECHNOLOGY ME LTDA",
+ "9088a9": "IEEE Registration Authority",
+ "908938": "Hefei Linkin Technology Co., Ltd.",
+ "90895f": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "908c09": "Total Phase",
+ "908c43": "Apple, Inc.",
+ "908c44": "H.K ZONGMU TECHNOLOGY CO., LTD.",
+ "908c63": "GZ Weedong Networks Technology Co. , Ltd",
+ "908d1d": "GH Technologies",
+ "908d6c": "Apple, Inc.",
+ "908d6e": "Dell Inc.",
+ "908d78": "D-Link International",
+ "908fcf": "UNO System Co., Ltd",
+ "90903c": "TRISON TECHNOLOGY CORPORATION",
+ "909060": "RSI VIDEO TECHNOLOGIES",
+ "909164": "ChongQing Lavid Technology Co., Ltd.",
+ "9092b4": "Diehl BGT Defence GmbH & Co. KG",
+ "90935a": "Commscope",
+ "90940a": "Analog Devices, Inc",
+ "909497": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9094e4": "D-Link International",
+ "909507": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9096f3": "BUFFALO.INC",
+ "9097d5": "Espressif Inc.",
+ "9097f3": "Samsung Electronics Co.,Ltd",
+ "909838": "Huawei Device Co., Ltd.",
+ "909864": "Impex-Sat GmbH&Co KG",
+ "909877": "Vestel Elektronik San ve Tic. A.S.",
+ "909916": "ELVEES NeoTek OJSC",
+ "909a4a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "909a77": "Texas Instruments",
+ "909b6f": "Apple, Inc.",
+ "909c4a": "Apple, Inc.",
+ "909d7d": "Commscope",
+ "909dac": "Infinix mobility limited",
+ "909de0": "Newland Design + Assoc. Inc.",
+ "909e24": "ekey biometric systems gmbh",
+ "909f22": "Zyxel Communications Corporation",
+ "909f33": "EFM Networks",
+ "909f43": "Accutron Instruments Inc.",
+ "90a0be": "Cannice",
+ "90a137": "Beijing Splendidtel Communication Technology Co,. Ltd",
+ "90a196": "Private",
+ "90a1ba": "PNetworks Electronics Information ",
+ "90a210": "United Telecoms Ltd",
+ "90a25b": "Apple, Inc.",
+ "90a2da": "GHEO SA",
+ "90a365": "HMD Global Oy",
+ "90a46a": "SISNET CO., LTD",
+ "90a4de": "WNC Corporation",
+ "90a57d": "Huawei Device Co., Ltd.",
+ "90a5af": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90a62f": "NAVER",
+ "90a6bf": "Quectel Wireless Solutions Co.,Ltd.",
+ "90a783": "JSW PACIFIC CORPORATION ",
+ "90a7bf": "EM Microelectronic",
+ "90a7c1": "Pakedge Device and Software Inc.",
+ "90a822": "Amazon Technologies Inc.",
+ "90a935": "JWEntertainment",
+ "90a9f7": "IEEE Registration Authority",
+ "90aac3": "Hitron Technologies. Inc",
+ "90ab96": "Silicon Laboratories",
+ "90ac3f": "BrightSign LLC",
+ "90ac6d": "Apple, Inc.",
+ "90adf7": "vivo Mobile Communication Co., Ltd.",
+ "90adfc": "Telechips, Inc.",
+ "90ae1b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "90afd1": "netKTI Co., Ltd",
+ "90b0ed": "Apple, Inc.",
+ "90b11c": "Dell Inc.",
+ "90b134": "Commscope",
+ "90b144": "Samsung Electronics Co.,Ltd",
+ "90b1e0": "Beijing Nebula Link Technology Co., Ltd",
+ "90b21f": "Apple, Inc.",
+ "90b4dd": "ZPT R&D",
+ "90b57f": "Shenzhen iComm Semiconductor CO.,LTD",
+ "90b622": "Samsung Electronics Co.,Ltd",
+ "90b67a": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "90b685": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "90b686": "Murata Manufacturing Co., Ltd.",
+ "90b790": "Apple, Inc.",
+ "90b832": "Extreme Networks Headquarters",
+ "90b8d0": "Joyent, Inc.",
+ "90b8e0": "SHENZHEN YANRAY TECHNOLOGY CO.,LTD",
+ "90b931": "Apple, Inc.",
+ "90b942": "zte corporation",
+ "90b97d": "Johnson Outdoors Marine Electronics d/b/a Minnkota",
+ "90bde6": "Quectel Wireless Solutions Co.,Ltd.",
+ "90bfd9": "Smart Innovation LLC",
+ "90c115": "Sony Corporation",
+ "90c119": "Nokia",
+ "90c1c6": "Apple, Inc.",
+ "90c35f": "Nanjing Jiahao Technology Co., Ltd.",
+ "90c54a": "vivo Mobile Communication Co., Ltd.",
+ "90c682": "IEEE Registration Authority",
+ "90c710": "zte corporation",
+ "90c792": "Commscope",
+ "90c7d8": "zte corporation",
+ "90c99b": "Tesorion Nederland B.V.",
+ "90cafa": "Google, Inc.",
+ "90cba3": "TECNO MOBILE LIMITED",
+ "90cc24": "Synaptics, Inc",
+ "90cc7a": "Huawei Device Co., Ltd.",
+ "90ccdf": "Intel Corporate",
+ "90cd1f": "Quectel Wireless Solutions Co.,Ltd.",
+ "90cdb6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "90cde8": "Apple, Inc.",
+ "90ceb8": "Texas Instruments",
+ "90cf15": "Nokia Corporation",
+ "90cf6f": "Dlogixs Co Ltd",
+ "90cf7d": "Qingdao Hisense Communications Co.,Ltd.",
+ "90d092": "HUMAX Co., Ltd.",
+ "90d11b": "Palomar Medical Technologies",
+ "90d20b": "Nokia Shanghai Bell Co., Ltd.",
+ "90d3cf": "ASKEY COMPUTER CORP",
+ "90d432": "zte corporation",
+ "90d473": "vivo Mobile Communication Co., Ltd.",
+ "90d689": "Huahao Fangzhou Technology Co.,Ltd",
+ "90d74f": "Bookeen",
+ "90d7be": "Wavelab Global Inc.",
+ "90d7eb": "Texas Instruments",
+ "90d852": "Comtec Co., Ltd.",
+ "90d8f3": "zte corporation",
+ "90d92c": "HUG-WITSCHI AG",
+ "90da4e": "AVANU",
+ "90da6a": "FOCUS H&S Co., Ltd.",
+ "90daf9": "Siemens Rail Automation SAU",
+ "90db46": "E-LEAD ELECTRONIC CO., LTD",
+ "90dd5d": "Apple, Inc.",
+ "90de80": "Shenzhen Century Xinyang Technology Co., Ltd",
+ "90df7d": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "90dfb7": "s.m.s smart microwave sensors GmbH",
+ "90dffb": "HOMERIDER SYSTEMS",
+ "90e0f0": "IEEE 1722a Working Group",
+ "90e17b": "Apple, Inc.",
+ "90e202": "Texas Instruments",
+ "90e2ba": "Intel Corporate",
+ "90e2fc": "IEEE Registration Authority",
+ "90e317": "Mellanox Technologies, Inc.",
+ "90e468": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "90e4b0": "SHARP Corporation",
+ "90e5b1": "Espressif Inc.",
+ "90e643": "Tesla,Inc.",
+ "90e6ba": "ASUSTek COMPUTER INC.",
+ "90e710": "New H3C Technologies Co., Ltd",
+ "90e7c4": "HTC Corporation",
+ "90e868": "AzureWave Technology Inc.",
+ "90e95e": "Cisco Systems, Inc",
+ "90ea60": "SPI Lasers Ltd ",
+ "90eb48": "Shanghai XinMiaoLink Technology Co., Ltd",
+ "90eb50": "Cisco Systems, Inc",
+ "90ec50": "C.O.B.O. SPA",
+ "90ec77": "silicom",
+ "90ece3": "Nokia",
+ "90ecea": "Apple, Inc.",
+ "90eec7": "Samsung Electronics Co.,Ltd",
+ "90eed9": "UNIVERSAL DE DESARROLLOS ELECTRÓNICOS, SA",
+ "90ef4a": "Dongguan Liesheng Electronic Co., Ltd.",
+ "90ef68": "Zyxel Communications Corporation",
+ "90f005": "Xi'an Molead Technology Co., Ltd",
+ "90f052": "MEIZU Technology Co., Ltd.",
+ "90f157": "Garmin International",
+ "90f1aa": "Samsung Electronics Co.,Ltd",
+ "90f1b0": "Hangzhou Anheng Info&Tech CO.,LTD",
+ "90f260": "Shenzhen Honesty Electronics Co.,Ltd.",
+ "90f278": "Radius Gateway",
+ "90f305": "HUMAX Co., Ltd.",
+ "90f3b7": "Kirisun Communications Co., Ltd.",
+ "90f3b8": "China Mobile Group Device Co.,Ltd.",
+ "90f421": "IEEE Registration Authority",
+ "90f4c1": "Rand McNally",
+ "90f644": "Huawei Device Co., Ltd.",
+ "90f652": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "90f72f": "Phillips Machine & Welding Co., Inc. ",
+ "90f7b2": "New H3C Technologies Co., Ltd",
+ "90f82e": "Amazon Technologies Inc.",
+ "90f891": "Kaon Group Co., Ltd.",
+ "90f964": "Rawasi Co",
+ "90f970": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90f9b7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "90fb5b": "Avaya Inc",
+ "90fb5d": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "90fba6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "90fd61": "Apple, Inc.",
+ "90fd73": "zte corporation",
+ "90fd9f": "Silicon Laboratories",
+ "90fee2": "ISIF",
+ "90ff79": "Metro Ethernet Forum",
+ "90ffd6": "Honor Device Co., Ltd.",
+ "940006": "jinyoung",
+ "940070": "Nokia Corporation",
+ "9400b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "940149": "AutoHotBox",
+ "94017d": "SHENZHEN SHLINK.CO.,LIMITED",
+ "9401ac": "Wuhan Qianyang Iotian Technology Co., Ltd",
+ "9401c2": "Samsung Electronics Co.,Ltd",
+ "940230": "Logitech",
+ "94026b": "Optictimes Co.,Ltd",
+ "94049c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9404e3": "Vantiva USA LLC",
+ "9405b6": "Liling FullRiver Electronics & Technology Ltd",
+ "9405bb": "IEEE Registration Authority",
+ "940853": "Liteon Technology Corporation",
+ "9408c7": "Huawei Device Co., Ltd.",
+ "940937": "HUMAX Co., Ltd.",
+ "9409c9": "ALPSALPINE CO,.LTD",
+ "9409d3": "shenzhen maxtopic technology co.,ltd",
+ "940b19": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "940b2d": "Co., Ltd",
+ "940b83": "zte corporation",
+ "940bcd": "Apple, Inc.",
+ "940bd5": "Himax Technologies, Inc",
+ "940bfa": "EM Microelectronic",
+ "940c6d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "940c98": "Apple, Inc.",
+ "940d2d": "Universal Electronics, Inc.",
+ "940d4b": "Cisco Systems, Inc",
+ "940e2a": "NXP Semiconductors Taiwan Ltd.",
+ "940e6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "940ee7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94103e": "Belkin International Inc.",
+ "941042": "Fanox Electronic S.L.",
+ "9411da": "ITF Fröschl GmbH",
+ "941457": "Shenzhen Sundray Technologies company Limited",
+ "94147a": "vivo Mobile Communication Co., Ltd.",
+ "9415b2": "Huawei Device Co., Ltd.",
+ "941625": "Apple, Inc.",
+ "941673": "Point Core SARL",
+ "941700": "Xiaomi Communications Co Ltd",
+ "941724": "Anhui Guoke Ruidian communication technology Co.,Ltd.",
+ "941787": "Nokia",
+ "941865": "NETGEAR",
+ "941882": "Hewlett Packard Enterprise ",
+ "94193a": "Elvaco AB",
+ "941c56": "Actiontec Electronics, Inc",
+ "941d1c": "TLab West Systems AB",
+ "941f3a": "Ambiq",
+ "941fa2": "Wuhan YuXin Semiconductor Co., Ltd.",
+ "942053": "Nokia Corporation",
+ "942157": "Apple, Inc.",
+ "942197": "Stalmart Technology Limited",
+ "94224c": "Qingdao Haier Technology Co.,Ltd",
+ "94236e": "Shenzhen Junlan Electronic Ltd",
+ "942453": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9424b8": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "9424e1": "Alcatel-Lucent Enterprise",
+ "942533": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94261d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "942770": "BSH Hausgeräte GmbH",
+ "942790": "TCT mobile ltd",
+ "94282e": "New H3C Technologies Co., Ltd",
+ "94286f": "zte corporation",
+ "94290c": "Shenyang wisdom Foundation Technology Development Co., Ltd.",
+ "94292f": "New H3C Technologies Co., Ltd",
+ "942957": "Airpo Networks Technology Co.,Ltd.",
+ "94298d": "Shanghai AdaptComm Technology Co., Ltd.",
+ "942a3f": "Diversey Inc",
+ "942a6f": "Ubiquiti Inc",
+ "942b68": "Apple, Inc.",
+ "942cb3": "HUMAX Co., Ltd.",
+ "942ddc": "Samsung Electronics Co.,Ltd",
+ "942e17": "Schneider Electric Canada Inc",
+ "942e63": "Finsécur",
+ "94319b": "Alphatronics BV",
+ "9431cb": "vivo Mobile Communication Co., Ltd.",
+ "943251": "ASKEY COMPUTER CORP",
+ "9432c1": "Honor Device Co., Ltd.",
+ "9433d8": "Cisco Systems, Inc",
+ "9433dd": "Taco Inc",
+ "94342f": "ITEL MOBILE LIMITED",
+ "943469": "Silicon Laboratories",
+ "94350a": "Samsung Electronics Co.,Ltd",
+ "943589": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9436e0": "Sichuan Bihong Broadcast & Television New Technologies Co.,Ltd",
+ "9437f7": "Huawei Device Co., Ltd.",
+ "9438aa": "Technology Innovation Institute",
+ "94390e": "Intel Corporate",
+ "9439e5": "Hon Hai Precision Ind. Co.,Ltd.",
+ "943a91": "Amazon Technologies Inc.",
+ "943af0": "Nokia Corporation",
+ "943bb0": "New H3C Technologies Co., Ltd",
+ "943bb1": "Kaon Group Co., Ltd.",
+ "943c96": "Sagemcom Broadband SAS",
+ "943cc6": "Espressif Inc.",
+ "943dc9": "Asahi Net, Inc.",
+ "943ee4": "WiSA Technologies Inc",
+ "943efd": "IEEE Registration Authority",
+ "943f0c": "Genexis B.V.",
+ "943fbb": "JSC RPC Istok named after Shokin",
+ "943fc2": "Hewlett Packard Enterprise ",
+ "943fd6": "Apple, Inc.",
+ "9440a2": "Anywave Communication Technologies, Inc.",
+ "9440c9": "Hewlett Packard Enterprise ",
+ "9440f3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9441c1": "Mini-Cam Limited",
+ "94434d": "Ciena Corporation",
+ "944444": "LG Innotek",
+ "944452": "Belkin International Inc.",
+ "944560": "Google, Inc.",
+ "944696": "BaudTec Corporation",
+ "944788": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9447b0": "BEIJING ESWIN COMPUTING TECHNOLOGY CO., LTD",
+ "944996": "WiSilica Inc",
+ "944a09": "BitWise Controls",
+ "944a0c": "Sercomm Corporation.",
+ "944bf8": "TOZO INC",
+ "944e5b": "Ubee Interactive Co., Limited",
+ "944f4c": "Sound United LLC",
+ "944fdb": "Nokia",
+ "945044": "Texas Instruments",
+ "945047": "Rechnerbetriebsgruppe",
+ "945089": "SimonsVoss Technologies GmbH",
+ "945103": "Samsung Electronics Co.,Ltd",
+ "94513d": "iSmart Alarm, Inc.",
+ "9451bf": "Hyundai ESG",
+ "9451dc": "Espressif Inc.",
+ "945244": "Samsung Electronics Co.,Ltd",
+ "945330": "Hon Hai Precision Ind. Co.,Ltd.",
+ "945493": "Rigado, LLC",
+ "9454c5": "Espressif Inc.",
+ "9454ce": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9454df": "YST CORP.",
+ "945641": "Palo Alto Networks",
+ "9457a5": "Hewlett Packard",
+ "9458cb": "Nintendo Co.,Ltd",
+ "945907": "Shanghai HITE-BELDEN Network Technology Co., Ltd.",
+ "94592d": "EKE Building Technology Systems Ltd",
+ "945afc": "Amazon Technologies Inc.",
+ "945b7e": "TRILOBIT LTDA.",
+ "945c9a": "Apple, Inc.",
+ "945f34": "Sdn. Bhd.",
+ "946010": "Huawei Device Co., Ltd.",
+ "9460d5": "Hewlett Packard Enterprise",
+ "94611e": "Wata Electronics Co.,Ltd. ",
+ "946124": "Pason Systems",
+ "946269": "Commscope",
+ "94626d": "Beijing Xiaomi Electronics Co.,Ltd",
+ "946372": "vivo Mobile Communication Co., Ltd.",
+ "9463d1": "Samsung Electronics Co.,Ltd",
+ "946424": "Hewlett Packard Enterprise",
+ "94652d": "Co., Ltd",
+ "94659c": "Intel Corporate",
+ "9466e7": "WOM Engineering",
+ "94677e": "Belden India Private Limited",
+ "946a77": "Vantiva USA LLC",
+ "946ab0": "Arcadyan Corporation",
+ "946c04": "EM Microelectronic",
+ "946dae": "Mellanox Technologies, Inc.",
+ "94706c": "Quectel Wireless Solutions Co.,Ltd.",
+ "9470d2": "WINFIRM TECHNOLOGY",
+ "9471ac": "TCT mobile ltd",
+ "94720f": "Guangdong Nanguang Photo&Video Systems Co., Ltd.",
+ "94742e": "MERCUSYS TECHNOLOGIES CO., LTD.",
+ "94756e": "QinetiQ North America",
+ "9476b7": "Samsung Electronics Co.,Ltd",
+ "94772b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "947806": "NINGBO SUNVOT TECHNOLOGY CO.,LTD",
+ "947918": "ITEL MOBILE LIMITED",
+ "947af4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "947bae": "Xiaomi Communications Co Ltd",
+ "947bbe": "Ubicquia LLC",
+ "947be7": "Samsung Electronics Co.,Ltd",
+ "947c3e": "Polewall Norge AS",
+ "947d77": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "947eb9": "National Narrowband Network Communications Pty Ltd",
+ "947f1d": "Shenzhen Fastrain Technology Co., Ltd.",
+ "947fd8": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "9481a4": "Azuray Technologies",
+ "9483c4": "Limited",
+ "94857a": "Evantage Industries Corp",
+ "9486cd": "SEOUL ELECTRONICS&TELECOM",
+ "9486d4": "Surveillance Pro Corporation",
+ "94877c": "Commscope",
+ "9487e0": "Xiaomi Communications Co Ltd",
+ "948815": "Infinique Worldwide Inc",
+ "948854": "Texas Instruments",
+ "94885e": "Surfilter Network Technology Co., Ltd. ",
+ "948978": "Apple, Inc.",
+ "948ac6": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "948b03": "EAGET Innovation and Technology Co., Ltd.",
+ "948b93": "Xiaomi Communications Co Ltd",
+ "948bc1": "Samsung Electronics Co.,Ltd",
+ "948cd7": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "948d50": "Beamex Oy Ab",
+ "948def": "Oetiker Schweiz AG",
+ "948e6d": "Nintendo Co.,Ltd",
+ "948e89": "INDUSTRIAS UNIDAS SA DE CV",
+ "948ed3": "Arista Networks",
+ "948fcf": "Commscope",
+ "948fee": "Verizon Telematics",
+ "949010": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "949034": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "94917f": "ASKEY COMPUTER CORP",
+ "9492bc": "TECHNOLOGY LIMITED",
+ "9492d2": "KCF Technologies, Inc.",
+ "949386": "Shenzhen SiACRRIER Industry Machines Co.,LTD",
+ "949426": "Apple, Inc.",
+ "94944a": "Particle Industries Inc.",
+ "9495a0": "Google, Inc.",
+ "94974f": "Liteon Technology Corporation",
+ "9497ae": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "949869": "zte corporation",
+ "94988f": "Sagemcom Broadband SAS",
+ "9498a2": "Shanghai LISTEN TECH.LTD",
+ "949901": "Shenzhen YITOA Digital Appliance CO.,LTD",
+ "949990": "VTC Telecommunications",
+ "949aa9": "Microsoft Corporation",
+ "949b2c": "Extreme Networks Headquarters",
+ "949bfd": "Trans New Technology, Inc.",
+ "949c55": "Alta Data Technologies",
+ "949d57": "Panasonic do Brasil Limitada",
+ "949f3e": "Sonos, Inc.",
+ "949f3f": "Optek Digital Technology company limited",
+ "949f8b": "zte corporation",
+ "949fb4": "ChengDu JiaFaAnTai Technology Co.,Ltd",
+ "94a04e": "Bostex Technology Co., LTD",
+ "94a07d": "Huawei Device Co., Ltd.",
+ "94a081": "Silicon Laboratories",
+ "94a1a2": "AMPAK Technology, Inc.",
+ "94a3ca": "KonnectONE, LLC",
+ "94a408": "Shenzhen Trolink Technology CO, LTD",
+ "94a40c": "Diehl Metering GmbH",
+ "94a4b5": "Mitsubishi Electric Corporation",
+ "94a4ce": "Sensear Pty Ltd",
+ "94a4f9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94a67e": "NETGEAR",
+ "94a6d8": "New H3C Technologies Co., Ltd",
+ "94a748": "New H3C Technologies Co., Ltd",
+ "94a7b7": "zte corporation",
+ "94a7bc": "BodyMedia, Inc.",
+ "94a990": "Espressif Inc.",
+ "94a9a8": "Texas Instruments",
+ "94aa07": "Nokia",
+ "94aa0a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "94aab8": "Technology Co. Ltd.",
+ "94ab18": "cellXica ltd",
+ "94abde": "OMX Technology - FZE",
+ "94abfe": "Nokia",
+ "94acca": "trivum technologies GmbH",
+ "94ad23": "Apple, Inc.",
+ "94ae61": "Alcatel Lucent",
+ "94aee3": "Ltd.",
+ "94aef0": "Cisco Systems, Inc",
+ "94b01f": "Apple, Inc.",
+ "94b10a": "Samsung Electronics Co.,Ltd",
+ "94b216": "Silicon Laboratories",
+ "94b271": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94b2cc": "PIONEER CORPORATION",
+ "94b34f": "Ruckus Wireless",
+ "94b3f7": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "94b40f": "Hewlett Packard Enterprise",
+ "94b555": "Espressif Inc.",
+ "94b609": "Intel Corporate",
+ "94b819": "Nokia",
+ "94b86d": "Intel Corporate",
+ "94b8c5": "RuggedCom Inc.",
+ "94b97e": "Espressif Inc.",
+ "94b9b4": "Aptos Technology",
+ "94ba06": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "94ba31": "Visiontec da Amazônia Ltda.",
+ "94ba56": "Shenzhen Coship Electronics Co., Ltd.",
+ "94bb43": "AzureWave Technology Inc.",
+ "94bbae": "Husqvarna AB",
+ "94bdbe": "Co.,Ltd.",
+ "94be09": "China Mobile Group Device Co.,Ltd.",
+ "94be36": "ADOPT NETTECH PVT LTD",
+ "94be46": "Mobility Technologies Communication Co., Ltd.",
+ "94be50": "Remote Solution",
+ "94bf1e": "eflow Inc. / Smart Device Planning and Development Division",
+ "94bf2d": "Apple, Inc.",
+ "94bf80": "zte corporation",
+ "94bf94": "Juniper Networks",
+ "94bf95": "Shenzhen Coship Electronics Co., Ltd",
+ "94bfc4": "Ruckus Wireless",
+ "94c014": "Sorter Sp. j. Konrad Grzeszczyk MichaA, Ziomek",
+ "94c038": "Tallac Networks",
+ "94c150": "2Wire Inc",
+ "94c2bd": "TECNOBIT",
+ "94c2ef": "ASKEY COMPUTER CORP",
+ "94c36b": "DRD Automation GmbH",
+ "94c3e4": "Atlas Copco IAS GmbH",
+ "94c4e9": "PowerLayer Microsystems HongKong Limited",
+ "94c5a6": "ITEL MOBILE LIMITED",
+ "94c691": "EliteGroup Computer Systems Co., LTD",
+ "94c6eb": "NOVA electronics, Inc.",
+ "94c7a8": "Jiangsu Huitong Group Co.,Ltd.",
+ "94c7af": "Raylios Technology",
+ "94c960": "Zhongshan B&T technology.co.,ltd",
+ "94c962": "Teseq AG",
+ "94c9b7": "IEEE Registration Authority",
+ "94ca0f": "Honeywell Analytics",
+ "94ca9a": "Paul Vahle GmbH & Co. KG",
+ "94cbcd": "zte corporation",
+ "94cc04": "IEEE Registration Authority",
+ "94ccb9": "Commscope",
+ "94cdac": "Creowave Oy",
+ "94cdfd": "eero inc.",
+ "94ce0f": "Huawei Device Co., Ltd.",
+ "94ce2c": "Sony Corporation",
+ "94ce31": "CTS Limited",
+ "94cfb0": "Huawei Device Co., Ltd.",
+ "94d00d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94d019": "Cydle Corp.",
+ "94d029": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "94d075": "CIS Crypto",
+ "94d299": "Techmation Co.,Ltd.",
+ "94d2bc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94d331": "Xiaomi Communications Co Ltd",
+ "94d417": "GPI KOREA INC.",
+ "94d469": "Cisco Systems, Inc",
+ "94d505": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "94d54d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94d60e": "shenzhen yunmao information technologies co., ltd",
+ "94d6db": "NexFi",
+ "94d723": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "94d771": "Samsung Electronics Co.,Ltd",
+ "94d859": "TCT mobile ltd",
+ "94d86b": "nass magnet Hungária Kft.",
+ "94d93c": "ENELPS",
+ "94d9b3": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "94db49": "SITCORP",
+ "94db56": "Sony Home Entertainment&Sound Products Inc",
+ "94dbc9": "AzureWave Technology Inc.",
+ "94dbda": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94dc4e": "AEV, spol. s r. o.",
+ "94dd3f": "A+V Link Technologies, Corp.",
+ "94ddf8": "Brother Industries, LTD.",
+ "94de0e": "SmartOptics AS",
+ "94de80": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "94deb8": "Silicon Laboratories",
+ "94df34": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94df4e": "Wistron InfoComm(Kunshan)Co.,Ltd.",
+ "94df58": "IJ Electron CO.,Ltd.",
+ "94e0d0": "HealthStream Taiwan Inc.",
+ "94e0d6": "China Dragon Technology Limited",
+ "94e129": "Samsung Electronics Co.,Ltd",
+ "94e1ac": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "94e226": "D. ORtiz Consulting, LLC",
+ "94e23c": "Intel Corporate",
+ "94e2fd": "Boge Kompressoren OTTO Boge GmbH & Co. KG",
+ "94e300": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94e36d": "Texas Instruments",
+ "94e3ee": "zte corporation",
+ "94e4ba": "Huawei Device Co., Ltd.",
+ "94e686": "Espressif Inc.",
+ "94e6ba": "Samsung Electronics Co.,Ltd",
+ "94e6f7": "Intel Corporate",
+ "94e70b": "Intel Corporate",
+ "94e711": "Xirka Dama Persada PT",
+ "94e7ea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94e7f3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94e848": "FYLDE MICRO LTD",
+ "94e8c5": "Commscope",
+ "94e96a": "Apple, Inc.",
+ "94e979": "Liteon Technology Corporation",
+ "94e98c": "Nokia",
+ "94e9ee": "Huawei Device Co., Ltd.",
+ "94ea32": "Apple, Inc.",
+ "94eaea": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "94eb2c": "Google, Inc.",
+ "94ebcd": "BlackBerry RTS",
+ "94ec13": "Hangzhou Ezviz Software Co.,Ltd.",
+ "94ec32": "Silicon Laboratories",
+ "94ee9f": "HMD Global Oy",
+ "94ef49": "BDR Thermea Group B.V",
+ "94ef50": "TP-Link Systems Inc.",
+ "94ef97": "Edgecore Americas Networking Corporation",
+ "94f128": "Hewlett Packard Enterprise ",
+ "94f19e": "HUIZHOU MAORONG INTELLIGENT TECHNOLOGY CO.,LTD",
+ "94f278": "Elma Electronic",
+ "94f2bb": "Valeo Vision Systems",
+ "94f392": "Fortinet, Inc.",
+ "94f524": "Chengdu BeiZhongWangXin Technology Co.Ltd",
+ "94f551": "Cadi Scientific Pte Ltd",
+ "94f665": "Ruckus Wireless",
+ "94f692": "Geminico co.,Ltd.",
+ "94f6a3": "Apple, Inc.",
+ "94f6d6": "Apple, Inc.",
+ "94f6f2": "Honor Device Co., Ltd.",
+ "94f717": "CIG SHANGHAI CO LTD",
+ "94f720": "Tianjin Deviser Electronics Instrument Co., Ltd",
+ "94f7ad": "Juniper Networks",
+ "94f7be": "SERCOMM PHILIPPINES INC",
+ "94f827": "Shanghai Imilab Technology Co.Ltd",
+ "94f929": "Meta Platforms, Inc.",
+ "94fae8": "Shenzhen Eycom Technology Co., Ltd ",
+ "94fb29": "Zebra Technologies Inc.",
+ "94fba7": "IEEE Registration Authority",
+ "94fbb2": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "94fd1d": "WhereWhen Corp",
+ "94fd2e": "Shanghai Uniscope Technologies Co.,Ltd",
+ "94fe22": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "94fe9d": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "94fef4": "Sagemcom Broadband SAS",
+ "94ff06": "Hewlett Packard Enterprise",
+ "94ff34": "HANSHOW TECHNOLOGY CO.,LTD.",
+ "94ff3c": "Fortinet, Inc.",
+ "94ff61": "China Mobile Group Device Co.,Ltd.",
+ "94ff7d": "AltoBeam Inc.",
+ "98006a": "zte corporation",
+ "980074": "Raisecom Technology CO., LTD",
+ "9800c6": "Apple, Inc.",
+ "9801a7": "Apple, Inc.",
+ "980284": "Theobroma Systems GmbH",
+ "9802d8": "IEEE Registration Authority",
+ "98038a": "Texas Instruments",
+ "98038e": "TP-Link Systems Inc.",
+ "98039b": "Mellanox Technologies, Inc.",
+ "9803a0": "ABB n.v. Power Quality Products",
+ "9803cf": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "9803d8": "Apple, Inc.",
+ "980637": "IEEE Registration Authority",
+ "98063a": "Home Control Singapore Pte Ltd",
+ "98063c": "Samsung Electronics Co.,Ltd",
+ "980709": "Huawei Device Co., Ltd.",
+ "98072d": "Texas Instruments",
+ "980802": "ORBIS BV",
+ "9809cf": "Co., Ltd",
+ "980c33": "Silicon Laboratories",
+ "980c82": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "980ca5": "Mobility Technologies Communication Co., Ltd.",
+ "980d2e": "HTC Corporation",
+ "980d51": "Huawei Device Co., Ltd.",
+ "980d67": "Zyxel Communications Corporation",
+ "980d6f": "Samsung Electronics Co.,Ltd",
+ "980daf": "Apple, Inc.",
+ "980e24": "Phytium Technology Co.,Ltd.",
+ "980ee4": "Private",
+ "981082": "Nsolution Co., Ltd.",
+ "981094": "Shenzhen Vsun communication technology Co.,ltd",
+ "9810e8": "Apple, Inc.",
+ "981223": "Tarmoc Network LTD",
+ "9812e0": "Xiaomi Communications Co Ltd",
+ "981333": "zte corporation",
+ "9814d2": "Avonic",
+ "9816cd": "leapio",
+ "9816ec": "IC Intracom",
+ "98171a": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "98173c": "Private",
+ "9817f1": "zte corporation",
+ "981888": "Cisco Meraki",
+ "98192c": "Edgecore Networks Corporation",
+ "981a35": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "981bb5": "ASSA ABLOY Korea Co., Ltd iRevo",
+ "981c42": "LAIIER",
+ "981ca2": "Apple, Inc.",
+ "981dac": "Cyviz AS",
+ "981dfa": "Samsung Electronics Co.,Ltd",
+ "981e0f": "Jeelan (Shanghai Jeelan Technology Information Inc",
+ "981e19": "Sagemcom Broadband SAS",
+ "981e89": "Tianyi Telecom Terminals Company Limited",
+ "981fb1": "Shenzhen Lemon Network Technology Co.,Ltd",
+ "982044": "New H3C Technologies Co., Ltd",
+ "98208e": "Definium Technologies",
+ "98226e": "Amazon Technologies Inc.",
+ "9822ef": "Liteon Technology Corporation",
+ "98234e": "Micromedia AG",
+ "98247b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98254a": "TP-Link Systems Inc",
+ "98256e": "Private",
+ "98262a": "Applied Research Associates, Inc",
+ "9826ad": "Quectel Wireless Solutions Co.,Ltd.",
+ "982782": "IEEE Registration Authority",
+ "98288b": "zhejiang Dusun Electron Co.,Ltd",
+ "9828a6": "CO., LTD. ",
+ "98291d": "Jaguar de Mexico, SA de CV",
+ "98293f": "Fujian Start Computer Equipment Co.,Ltd",
+ "9829a6": "CO., LTD. ",
+ "982a0a": "Intelbras",
+ "982cbc": "Intel Corporate",
+ "982cbe": "2Wire Inc",
+ "982cc6": "TECHNOLOGIES CORPORATION",
+ "982d56": "Resolution Audio",
+ "982d68": "Samsung Electronics Co., Ltd",
+ "982dba": "Fibergate Inc.",
+ "982f3c": "Sichuan Changhong Electric Ltd.",
+ "982f86": "vivo Mobile Communication Co., Ltd.",
+ "982ff8": "Huawei Device Co., Ltd.",
+ "983000": "Beijing KEMACOM Technologies Co., Ltd.",
+ "983071": "DAIKYUNG VASCOM",
+ "983268": "Silicon Laboratories",
+ "98348c": "Great Talent Technology Limited",
+ "98349d": "Krauss Maffei Technologies GmbH",
+ "983571": "Sub10 Systems Ltd",
+ "9835b8": "Assembled Products Corporation",
+ "9835ed": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "983713": "PT.Navicom Indonesia",
+ "98387d": "ITRONIC TECHNOLOGY CO . , LTD .",
+ "983910": "Kaon Group Co., Ltd.",
+ "98398e": "Samsung Electronics Co.,Ltd",
+ "9839c0": "FLEXTRONICS",
+ "983a1f": "Google, Inc.",
+ "983b16": "AMPAK Technology, Inc.",
+ "983b67": "Corporation",
+ "983b8f": "Intel Corporate",
+ "983c8c": "Apple, Inc.",
+ "983dae": "Espressif Inc.",
+ "983f60": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "983f66": "Funshion Online Technologies Co.,Ltd",
+ "983f9f": "Network Technology Inc.",
+ "983fa4": "zte corporation",
+ "983fe8": "Samsung Electronics Co.,Ltd",
+ "9840bb": "Dell Inc.",
+ "98415c": "Nintendo Co.,Ltd",
+ "984246": "SOL INDUSTRY PTE., LTD",
+ "984265": "Sagemcom Broadband SAS",
+ "9843da": "INTERTECH",
+ "9843fa": "Intel Corporate",
+ "9844b6": "INFRANOR SAS",
+ "9844ce": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "984562": "Shanghai Baud Data Communication Co.,Ltd.",
+ "98460a": "Apple, Inc.",
+ "98473c": "SHANGHAI SUNMON COMMUNICATION TECHNOGY CO.,LTD",
+ "984744": "Shenzhen Boomtech Industrial Corporation",
+ "984827": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "984874": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "984914": "WNC Corporation",
+ "984925": "Juniper Networks",
+ "98499f": "Domo Tactical Communications",
+ "9849e1": "Boeing Defence Australia",
+ "984a47": "CHG Hospital Beds",
+ "984a6b": "Ruijie Networks Co.,LTD",
+ "984b06": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "984b4a": "Commscope",
+ "984be1": "Hewlett Packard",
+ "984c04": "Zhangzhou Keneng Electrical Equipment Co Ltd",
+ "984cd3": "Mantis Deposition",
+ "984e8a": "Samsung Electronics Co.,Ltd",
+ "984e97": "Ltd.",
+ "984fee": "Intel Corporate",
+ "98502e": "Apple, Inc.",
+ "9850a3": "SIGNALTEK JSC",
+ "985207": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98523d": "Sunitec Enterprise Co.,Ltd",
+ "98524a": "Vantiva USA LLC",
+ "9852b1": "Samsung Electronics Co.,Ltd",
+ "98541b": "Intel Corporate",
+ "9857d3": "HON HAI-CCPBG PRECISION IND.CO.,LTD.",
+ "98588a": "SYSGRATION Ltd.",
+ "985945": "Texas Instruments",
+ "985949": "LUXOTTICA GROUP S.P.A.",
+ "98597a": "Intel Corporate",
+ "985a98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "985aeb": "Apple, Inc.",
+ "985b76": "Vantiva Connected Home - Orange Belgium",
+ "985bb0": "KMDATA INC.",
+ "985c93": "SBG Systems SAS",
+ "985d46": "PeopleNet Communication",
+ "985d82": "Arista Networks",
+ "985dad": "Texas Instruments",
+ "985e1b": "ConversDigital Co., Ltd.",
+ "985f41": "Intel Corporate",
+ "985f4f": "Tongfang Computer Co.,Ltd.",
+ "985fd3": "Microsoft Corporation",
+ "986022": "EMW Co., Ltd.",
+ "9860ca": "Apple, Inc.",
+ "986110": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "986297": "Shenzhen Techwinsemi Technology Co., Ltd.",
+ "986610": "zte corporation",
+ "9866ea": "Industrial Control Communications, Inc.",
+ "98672e": "Skullcandy",
+ "98698a": "Apple, Inc.",
+ "986b3d": "Commscope",
+ "986c5c": "Jiangxi Gosun Guard Security Co.,Ltd",
+ "986cf5": "zte corporation",
+ "986d35": "IEEE Registration Authority",
+ "986dc8": "TOSHIBA MITSUBISHI-ELECTRIC INDUSTRIAL SYSTEMS CORPORATION",
+ "986ee8": "IEEE Registration Authority",
+ "986f60": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9870e8": "INNATECH SDN BHD",
+ "9873c4": "Sage Electronic Engineering LLC",
+ "98743d": "Shenzhen Jun Kai Hengye Technology Co. Ltd",
+ "9874da": "Infinix mobility limited",
+ "98751a": "Huawei Device Co., Ltd.",
+ "987596": "EM Microelectronic",
+ "9876b6": "Adafruit",
+ "987770": "Co., Ltd",
+ "9877cb": "Vorteks ED",
+ "9877d5": "WiZ",
+ "9877e7": "Kaon Group Co., Ltd.",
+ "987a10": "Ericsson AB",
+ "987a14": "Microsoft Corporation",
+ "987a9b": "TCL MOKA International Limited",
+ "987bf3": "Texas Instruments",
+ "987ddd": "China Mobile Group Device Co.,Ltd.",
+ "987e46": "Emizon Networks Limited",
+ "987eb5": "Huawei Device Co., Ltd.",
+ "987eca": "Inventus Power Eletronica do Brasil LTDA",
+ "987ee3": "vivo Mobile Communication Co., Ltd.",
+ "9880bb": "IEEE Registration Authority",
+ "9880ee": "Samsung Electronics Co.,Ltd",
+ "98818a": "Huawei Device Co., Ltd.",
+ "988217": "Disruptive Ltd",
+ "988389": "Samsung Electronics Co.,Ltd",
+ "9884e3": "Texas Instruments",
+ "98865d": "Nokia Shanghai Bell Co., Ltd.",
+ "98868b": "Juniper Networks",
+ "988744": "Wuxi Hongda Science and Technology Co.,LTD",
+ "98874c": "PRIVATE LIMITED",
+ "98876c": "Huawei Device Co., Ltd.",
+ "98886c": "Huawei Device Co., Ltd.",
+ "9888e0": "Espressif Inc.",
+ "988924": "Texas Instruments",
+ "9889ed": "Anadem Information Inc.",
+ "988b0a": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "988b5d": "Sagemcom Broadband SAS",
+ "988b69": "Shenzhen hylitech Co.,LTD",
+ "988bad": "Corintech Ltd.",
+ "988cb3": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "988d46": "Intel Corporate",
+ "988e34": "ZHEJIANG BOXSAM ELECTRONIC CO.,LTD",
+ "988e4a": "TECHNOLOGY CO.,LTD",
+ "988e79": "Qudelix, Inc.",
+ "988ed4": "ITEL MOBILE LIMITED",
+ "988edd": "TE Connectivity Limerick",
+ "988f00": "Hewlett Packard Enterprise",
+ "988fe0": "IEEE Registration Authority",
+ "989080": "Linkpower Network System Inc Ltd.",
+ "989096": "Dell Inc.",
+ "9893cc": "LG ELECTRONICS INC",
+ "989449": "Skyworth Wireless Technology Ltd.",
+ "9897cc": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "9897d1": "MitraStar Technology Corp.",
+ "9898fb": "Google, Inc.",
+ "989ab9": "zte corporation",
+ "989bcb": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "989c57": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "989d39": "China Mobile Group Device Co.,Ltd.",
+ "989d40": "MIWA LOCK CO.,LTD.",
+ "989d5d": "Vantiva USA LLC",
+ "989db2": "GOIP Global Services Pvt. Ltd.",
+ "989de5": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "989e63": "Apple, Inc.",
+ "989e80": "tonies GmbH",
+ "989f1a": "Private",
+ "989f1e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98a14a": "Quectel Wireless Solutions Co.,Ltd.",
+ "98a2c0": "Cisco Systems, Inc",
+ "98a316": "Espressif Inc.",
+ "98a404": "Ericsson AB",
+ "98a40e": "Snap, Inc.",
+ "98a44e": "IEC Technologies S. de R.L de C.V.",
+ "98a5f9": "Apple, Inc.",
+ "98a7b0": "MCST ZAO",
+ "98a829": "AltoBeam Inc.",
+ "98a878": "Agnigate Technologies Private Limited",
+ "98a92d": "New H3C Technologies Co., Ltd",
+ "98a942": "Guangzhou Tozed Kangwei Intelligent Technology Co., LTD",
+ "98a965": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "98aa3c": "Will i-tech Co., Ltd.",
+ "98aad7": "BLUE WAVE NETWORKING CO LTD",
+ "98aafc": "IEEE Registration Authority",
+ "98ab15": "Fujian Youyike Technology Co.,Ltd",
+ "98acef": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "98ad1d": "Huawei Device Co., Ltd.",
+ "98ae71": "VVDN Technologies Pvt Ltd",
+ "98af65": "Intel Corporate",
+ "98b039": "Nokia",
+ "98b08b": "Samsung Electronics Co.,Ltd",
+ "98b177": "LANDIS + GYR",
+ "98b379": "Apple, Inc.",
+ "98b3ef": "Huawei Device Co., Ltd.",
+ "98b6e9": "Nintendo Co.,Ltd",
+ "98b71e": "Infinix mobility limited",
+ "98b785": "Shenzhen 10Gtek Transceivers Co., Limited",
+ "98b8bc": "Samsung Electronics Co.,Ltd",
+ "98b8e3": "Apple, Inc.",
+ "98ba39": "Doro AB",
+ "98ba5f": "TP-Link Systems Inc.",
+ "98bb1e": "BYD Precision Manufacture Company Ltd.",
+ "98bb99": "Co.,Ltd.",
+ "98bc57": "SVA TECHNOLOGIES CO.LTD",
+ "98bc99": "Edeltech Co.,Ltd.",
+ "98bd80": "Intel Corporate",
+ "98be94": "IBM",
+ "98bedc": "Honor Device Co., Ltd.",
+ "98bff4": "MARKIN co., Ltd.",
+ "98c08a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98c0eb": "Global Regency Ltd",
+ "98c3d2": "Ningbo Sanxing Medical Electric Co.,Ltd",
+ "98c5db": "Ericsson AB",
+ "98c7a4": "Shenzhen HS Fiber Communication Equipment CO., LTD",
+ "98c81c": "BAYTEC LIMITED",
+ "98c845": "PacketAccess",
+ "98c854": "Chiun Mai Communication System, Inc",
+ "98c8b8": "vivo Mobile Communication Co., Ltd.",
+ "98c97c": "Shenzhen iComm Semiconductor CO.,LTD",
+ "98c9be": "Shenzhen SDMC Technology CO., LTD",
+ "98ca20": "Shanghai SIMCOM Ltd.",
+ "98ca33": "Apple, Inc.",
+ "98cb27": "Galore Networks Pvt. Ltd.",
+ "98cb38": "Boxin Communications Limited Liability Company",
+ "98cba4": "Benchmark Electronics",
+ "98cc4d": "Shenzhen mantunsci co., LTD",
+ "98ccd9": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "98cce4": "Shenzhen Mindray Animal Medical Technology Co.,LTD",
+ "98ccf3": "Amazon Technologies Inc.",
+ "98cdac": "Espressif Inc.",
+ "98cdb4": "Virident Systems, Inc.",
+ "98cf53": "BBK EDUCATIONAL ELECTRONICS CORP.,LTD.",
+ "98d293": "Google, Inc.",
+ "98d331": "Shenzhen Bolutek Technology Co.,Ltd.",
+ "98d3d2": "MEKRA Lang GmbH & Co. KG",
+ "98d3d7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98d3e7": "Netafim L",
+ "98d686": "Chyi Lee industry Co., ltd.",
+ "98d6bb": "Apple, Inc.",
+ "98d742": "Samsung Electronics Co.,Ltd",
+ "98d7e1": "Cisco Systems, Inc",
+ "98d863": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "98d88c": "Nortel Networks",
+ "98d93d": "Demant Enterprise A/S",
+ "98da92": "Vuzix Corporation",
+ "98dac4": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "98dcd9": "UNITEC Co., Ltd.",
+ "98dd5b": "TAKUMI JAPAN LTD",
+ "98dd60": "Apple, Inc.",
+ "98ddea": "Infinix mobility limited",
+ "98ded0": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "98df82": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "98e081": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "98e0d9": "Apple, Inc.",
+ "98e165": "Accutome",
+ "98e255": "Nintendo Co.,Ltd",
+ "98e476": "Zentan",
+ "98e55b": "Intelbras",
+ "98e743": "Dell Inc.",
+ "98e79a": "Communication Co.,Ltd.",
+ "98e7d5": "LTD.",
+ "98e7f4": "Hewlett Packard",
+ "98e7f5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98e848": "Axiim",
+ "98e8fa": "Nintendo Co.,Ltd",
+ "98ec65": "Cosesy ApS",
+ "98ed5c": "Tesla,Inc.",
+ "98ed7e": "eero inc.",
+ "98edca": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "98ee8c": "zte corporation",
+ "98ee94": "Xiaomi Communications Co Ltd",
+ "98eecb": "Corporation",
+ "98ef9b": "OHSUNG",
+ "98f058": "Lynxspring, Incl.",
+ "98f07b": "Texas Instruments",
+ "98f083": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98f0ab": "Apple, Inc.",
+ "98f112": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "98f170": "Murata Manufacturing Co., Ltd.",
+ "98f181": "New H3C Technologies Co., Ltd",
+ "98f199": "NEC Platforms, Ltd.",
+ "98f1ae": "Senaisc",
+ "98f217": "Castlenet Technology Inc.",
+ "98f2b3": "Hewlett Packard Enterprise ",
+ "98f3f6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "98f428": "zte corporation",
+ "98f487": "Texas Instruments",
+ "98f4ab": "Espressif Inc.",
+ "98f537": "zte corporation",
+ "98f5a9": "OHSUNG",
+ "98f621": "Xiaomi Communications Co Ltd",
+ "98f67a": "Crop.",
+ "98f781": "Commscope",
+ "98f7d7": "Commscope",
+ "98f8c1": "IDT Technology Limited",
+ "98f8db": "Marini Impianti Industriali s.r.l.",
+ "98f9c7": "IEEE Registration Authority",
+ "98f9cc": "Zhejiang Dahua Technology Co., Ltd.",
+ "98fa2e": "Sony Interactive Entertainment Inc.",
+ "98fa9b": "Electronics Technology co., ltd",
+ "98faa7": "INNONET",
+ "98fae3": "Xiaomi Communications Co Ltd",
+ "98fb12": "Ltd",
+ "98fb27": "Samsung Electronics Co.,Ltd",
+ "98fbf5": "ATRALTECH",
+ "98fc11": "Cisco-Linksys, LLC",
+ "98fc84": "IEEE Registration Authority",
+ "98fd74": "ACT.CO.LTD",
+ "98fdb4": "Primax Electronics Ltd.",
+ "98fe03": "Ericsson - North America",
+ "98fe3e": "Intel Corporate",
+ "98fe94": "Apple, Inc.",
+ "98fee1": "Apple, Inc.",
+ "98ff6a": "OTEC(Shanghai)Technology Co.,Ltd.",
+ "98ffd0": "Lenovo Mobile Communication Technology Ltd.",
+ "9c00d3": "SHENZHEN IK WORLD Technology Co., Ltd",
+ "9c0111": "Shenzhen Newabel Electronic Co., Ltd.",
+ "9c0298": "Samsung Electronics Co.,Ltd",
+ "9c0351": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c039e": "Beijing Winchannel Software Technology Co., Ltd",
+ "9c0473": "Ltd. ",
+ "9c04eb": "Apple, Inc.",
+ "9c0567": "Honor Device Co., Ltd.",
+ "9c0591": "Mellanox Technologies, Inc.",
+ "9c05d6": "Ubiquiti Inc",
+ "9c061b": "Hangzhou H3C Technologies Co., Limited",
+ "9c066e": "Hytera Communications Corporation Limited",
+ "9c06cf": "PLAUD Inc.",
+ "9c0971": "New H3C Technologies Co., Ltd",
+ "9c098b": "Cisco Systems, Inc",
+ "9c0b05": "eero inc.",
+ "9c0c35": "Shenzhenshi Xinzhongxin Technology Co.Ltd",
+ "9c0cdf": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9c0dac": "Tymphany HK Limited",
+ "9c0e4a": "Shenzhen Vastking Electronic Co.,Ltd.",
+ "9c0e51": "Schneider Electric",
+ "9c1221": "Sichuan AI-Link Technology Co., Ltd.",
+ "9c139e": "Espressif Inc.",
+ "9c13ab": "Chanson Water Co., Ltd.",
+ "9c1463": "Zhejiang Dahua Technology Co., Ltd.",
+ "9c1465": "Edata Elektronik San. ve Tic. A.Ş.",
+ "9c1874": "Nokia Danmark A/S",
+ "9c19c2": "Dongguan Liesheng Electronic Co., Ltd.",
+ "9c1a25": "Apple, Inc.",
+ "9c1c12": "Hewlett Packard Enterprise",
+ "9c1c37": "Inc.",
+ "9c1c6d": "HEFEI DATANG STORAGE TECHNOLOGY CO.,LTD",
+ "9c1d36": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c1d58": "Texas Instruments",
+ "9c1e95": "Actiontec Electronics, Inc",
+ "9c1ea4": "Sdn. Bhd.",
+ "9c1ece": "ALT Co., Ltd.",
+ "9c1ecf": "Valeo Telematik und Akustik GmbH",
+ "9c1fca": "Hangzhou AlmightyDigit Technology Co., Ltd",
+ "9c1fdd": "Accupix Inc.",
+ "9c207b": "Apple, Inc.",
+ "9c216a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "9c2183": "Broadcom Limited",
+ "9c220e": "TASCAN Systems GmbH",
+ "9c2472": "Sagemcom Broadband SAS",
+ "9c2595": "Samsung Electronics Co.,Ltd",
+ "9c25be": "Wildlife Acoustics, Inc.",
+ "9c2840": "Discovery Technology,LTD..",
+ "9c28b3": "Apple, Inc.",
+ "9c28bf": "Continental Automotive Czech Republic s.r.o.",
+ "9c28ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c28f7": "Xiaomi Communications Co Ltd",
+ "9c293f": "Apple, Inc.",
+ "9c2976": "Intel Corporate",
+ "9c2a70": "Hon Hai Precision Ind. Co.,Ltd.",
+ "9c2a83": "Samsung Electronics Co.,Ltd",
+ "9c2ba6": "Ruijie Networks Co.,LTD",
+ "9c2d49": "Nanowell Info Tech Co., Limited",
+ "9c2dcd": "Electronics Technology co., ltd",
+ "9c2dcf": "Shishi Tongyun Technology(Chengdu)Co.,Ltd.",
+ "9c2e7a": "Samsung Electronics Co.,Ltd",
+ "9c2ea1": "Xiaomi Communications Co Ltd",
+ "9c2f4e": "zte corporation",
+ "9c2f73": "Co., Ltd.",
+ "9c2f9d": "Liteon Technology Corporation",
+ "9c305b": "Hon Hai Precision Ind. Co.,Ltd.",
+ "9c3066": "RWE Effizienz GmbH",
+ "9c3178": "Foshan Huadian Intelligent Communications Teachnologies Co.,Ltd",
+ "9c31b6": "Kulite Semiconductor Products Inc",
+ "9c31c3": "SKY UK LIMITED",
+ "9c32a9": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "9c32ce": "CANON INC.",
+ "9c3426": "Commscope",
+ "9c3583": "Nipro Diagnostics, Inc",
+ "9c35eb": "Apple, Inc.",
+ "9c36f8": "Hyundai Kefico",
+ "9c3708": "Hewlett Packard Enterprise",
+ "9c37cb": "Sony Interactive Entertainment Inc.",
+ "9c37f4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c3818": "Cisco Systems, Inc",
+ "9c3928": "Samsung Electronics Co.,Ltd",
+ "9c3a9a": "Shenzhen Sundray Technologies company Limited",
+ "9c3aaf": "Samsung Electronics Co.,Ltd",
+ "9c3b91": "VSSL",
+ "9c3dcf": "NETGEAR",
+ "9c3e53": "Apple, Inc.",
+ "9c3eaa": "EnvyLogic Co.,Ltd.",
+ "9c40cd": "Synclayer Inc.",
+ "9c417c": "Hame Technology Co., Limited ",
+ "9c431e": "IEEE Registration Authority",
+ "9c443d": "CHENGDU XUGUANG TECHNOLOGY CO, LTD",
+ "9c44a6": "SwiftTest, Inc.",
+ "9c4563": "DIMEP Sistemas",
+ "9c45f0": "SKYLARK ELECTRONICS PVT LTD",
+ "9c4782": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "9c47f4": "Nokia",
+ "9c47f9": "LJU Automatisierungstechnik GmbH",
+ "9c4929": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c4952": "Dongguan Liesheng Electronic Co., Ltd.",
+ "9c497f": "Sdn. Bhd.",
+ "9c4a7b": "Nokia Corporation",
+ "9c4b6b": "iFlight Technology Company Limited",
+ "9c4cae": "Mesa Labs",
+ "9c4e20": "Cisco Systems, Inc",
+ "9c4e36": "Intel Corporate",
+ "9c4e8e": "ALT Systems Ltd",
+ "9c4ebf": "BoxCast",
+ "9c4f5f": "Google, Inc.",
+ "9c4fac": "zte corporation",
+ "9c4fcf": "TCT mobile ltd",
+ "9c4fda": "Apple, Inc.",
+ "9c50d1": "Murata Manufacturing Co., Ltd.",
+ "9c50ee": "Co.,Ltd.",
+ "9c52f8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c5322": "TP-Link Systems Inc",
+ "9c5385": "PT. Hartono Istana Teknologi",
+ "9c53cd": "ENGICAM s.r.l.",
+ "9c5416": "Cisco Systems, Inc",
+ "9c541c": "Shenzhen My-power Technology Co.,Ltd",
+ "9c5440": "ChengDu TD Tech",
+ "9c5467": "Nokia",
+ "9c54c2": "New H3C Technologies Co., Ltd",
+ "9c54ca": "Zhengzhou VCOM Science and Technology Co.,Ltd",
+ "9c54da": "SkyBell Technologies Inc.",
+ "9c558f": "Co.,Ltd.",
+ "9c55b4": "I.S.E. S.r.l.",
+ "9c5636": "Huawei Device Co., Ltd.",
+ "9c5711": "Aeronautical Information Technology Co., Ltd.",
+ "9c5766": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c57ad": "Cisco Systems, Inc",
+ "9c57bc": "eero inc.",
+ "9c583c": "Apple, Inc.",
+ "9c5884": "Apple, Inc.",
+ "9c5a44": "CO., LTD. ",
+ "9c5a80": "Juniper Networks",
+ "9c5a81": "Xiaomi Communications Co Ltd",
+ "9c5a8a": "DJI BAIWANG TECHNOLOGY CO LTD",
+ "9c5b96": "NMR Corporation",
+ "9c5c8d": "FIREMAX INDÚSTRIA E COMÉRCIO DE PRODUTOS ELETRÔNICOS LTDA",
+ "9c5c8e": "ASUSTek COMPUTER INC.",
+ "9c5cf9": "Sony Corporation",
+ "9c5d12": "Extreme Networks Headquarters",
+ "9c5d95": "VTC Electronics Corp.",
+ "9c5e73": "Calibre UK LTD",
+ "9c5f5a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9c5fb0": "Samsung Electronics Co.,Ltd",
+ "9c6076": "Apple, Inc.",
+ "9c611d": "Panasonic Corporation of North America",
+ "9c6121": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "9c61d7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c62ab": "Sumavision Technologies Co.,Ltd",
+ "9c635b": "zte corporation",
+ "9c63c0": "Mellanox Technologies, Inc.",
+ "9c63ed": "zte corporation",
+ "9c645e": "Harman Consumer Group",
+ "9c648b": "Apple, Inc.",
+ "9c65b0": "Samsung Electronics Co.,Ltd",
+ "9c65eb": "Intel Corporate",
+ "9c65ee": "Zhone Technologies, Inc.",
+ "9c65f9": "AcSiP Technology Corp.",
+ "9c65fa": "AcSiP",
+ "9c6650": "Glodio Technolies Co.,Ltd Tianjin Branch",
+ "9c6697": "Cisco Systems, Inc",
+ "9c67d6": "Intel Corporate",
+ "9c685b": "Octonion SA",
+ "9c6865": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "9c6937": "Qorvo International Pte. Ltd.",
+ "9c69b4": "IEEE Registration Authority",
+ "9c69d1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c69d3": "ASIX Electronics Corporation",
+ "9c69ed": "Arista Networks",
+ "9c6abe": "QEES ApS.",
+ "9c6b00": "ASRock Incorporation",
+ "9c6b37": "Sdn. Bhd.",
+ "9c6b72": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "9c6bf0": "Shenzhen Yipingfang Network Technology Co., Ltd.",
+ "9c6c15": "Microsoft Corporation",
+ "9c6d92": "Shanghai Kanghai Infomation System CO.,LTD",
+ "9c6f52": "zte corporation",
+ "9c713a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c7370": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c73b1": "Samsung Electronics Co.,Ltd",
+ "9c7403": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9c741a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c746f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c7514": "Wildix srl",
+ "9c756e": "Ajax Systems DMCC",
+ "9c760e": "Apple, Inc.",
+ "9c7613": "Ring LLC",
+ "9c77aa": "NADASNV",
+ "9c79ac": "Co., Ltd.",
+ "9c79e3": "Apple, Inc.",
+ "9c7a03": "Ciena Corporation",
+ "9c7bd2": "NEOLAB Convergence",
+ "9c7bef": "Hewlett Packard",
+ "9c7da3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c7dc0": "Tech4home, Lda",
+ "9c7f57": "UNIC Memory Technology Co Ltd",
+ "9c7f81": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "9c807d": "SYSCABLE Korea Inc.",
+ "9c80df": "Arcadyan Technology Corporation",
+ "9c823f": "Huawei Device Co., Ltd.",
+ "9c8275": "Co.,Ltd",
+ "9c8281": "vivo Mobile Communication Co., Ltd.",
+ "9c8306": "Samsung Electronics Co.,Ltd",
+ "9c83bf": "PRO-VISION, Inc.",
+ "9c84b6": "Shenzhen iComm Semiconductor CO.,LTD",
+ "9c84bf": "Apple, Inc.",
+ "9c8566": "Wingtech Mobile Communications Co.,Ltd.",
+ "9c86da": "Phoenix Geophysics Ltd.",
+ "9c8824": "PetroCloud LLC",
+ "9c8888": "Simac Techniek NV",
+ "9c88ad": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "9c891e": "FireBrick Ltd",
+ "9c8acb": "Juniper Networks",
+ "9c8ba0": "Apple, Inc.",
+ "9c8bf1": "The Warehouse Limited",
+ "9c8c6e": "Samsung Electronics Co.,Ltd",
+ "9c8cd8": "Hewlett Packard Enterprise ",
+ "9c8d1a": "INTEG process group inc",
+ "9c8d7c": "ALPSALPINE CO,.LTD",
+ "9c8dd3": "Leonton Technologies",
+ "9c8e99": "Hewlett Packard",
+ "9c8e9c": "Huawei Device Co., Ltd.",
+ "9c8ecd": "Amcrest Technologies",
+ "9c8edc": "Teracom Limited",
+ "9c9019": "Beyless",
+ "9c924f": "Apple, Inc.",
+ "9c934e": "Xerox Corporation",
+ "9c93b0": "Technology Co., Ltd.",
+ "9c93e4": "Private",
+ "9c9561": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "9c9567": "Huawei Device Co., Ltd.",
+ "9c956e": "Microchip Technology Inc.",
+ "9c95f8": "SmartDoor Systems, LLC",
+ "9c9613": "Company Limited",
+ "9c971b": "Intel Corporate",
+ "9c9726": "Technicolor Delivery Technologies Belgium NV",
+ "9c9789": "1MORE",
+ "9c9793": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9c9811": "Guangzhou Sunrise Electronics Development Co., Ltd",
+ "9c99a0": "Xiaomi Communications Co Ltd",
+ "9c99cd": "Voippartners",
+ "9c9ac0": "LEGO System A/S",
+ "9c9c1d": "Starkey Labs Inc.",
+ "9c9c1f": "Espressif Inc.",
+ "9c9c40": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "9c9d5d": "Raden Inc",
+ "9c9d7e": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "9c9e03": "awayfrom",
+ "9c9e6e": "Espressif Inc.",
+ "9c9e71": "Huawei Device Co., Ltd.",
+ "9c9ed5": "Xiaomi Communications Co Ltd",
+ "9ca10a": "SCLE SFE",
+ "9ca134": "Nike, Inc.",
+ "9ca2f4": "TP-Link Systems Inc",
+ "9ca389": "Nokia",
+ "9ca3a9": "Guangzhou Juan Optical and Electronical Tech Joint Stock Co., Ltd",
+ "9ca3ba": "SAKURA Internet Inc.",
+ "9ca513": "Samsung Electronics Co.,Ltd",
+ "9ca525": "Shandong USR IOT Technology Limited",
+ "9ca570": "eero inc.",
+ "9ca577": "Osorno Enterprises Inc.",
+ "9ca5c0": "vivo Mobile Communication Co., Ltd.",
+ "9ca615": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "9ca69d": "Whaley Technology Co.Ltd",
+ "9ca6d8": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "9ca9b8": "Cisco Systems, Inc",
+ "9ca9c5": "Apple, Inc.",
+ "9ca9e4": "zte corporation",
+ "9caa1b": "Microsoft Corporation",
+ "9caa5d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9cac6d": "Universal Electronics, Inc.",
+ "9cad97": "Hon Hai Precision Ind. Co.,Ltd.",
+ "9cadef": "Obihai Technology, Inc.",
+ "9caed3": "Seiko Epson Corporation",
+ "9caf6f": "ITEL MOBILE LIMITED",
+ "9cafca": "Cisco Systems, Inc",
+ "9cb008": "Ubiquitous Computing Technology Corporation",
+ "9cb150": "Intel Corporate",
+ "9cb1dc": "Earda Technologies co Ltd",
+ "9cb206": "HMS Industrial Networks",
+ "9cb2b2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9cb2e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9cb400": "zte corporation",
+ "9cb654": "Hewlett Packard",
+ "9cb6d0": "Rivet Networks",
+ "9cb70d": "Liteon Technology Corporation",
+ "9cb793": "Creatcomm Technology Inc.",
+ "9cb8b4": "AMPAK Technology,Inc.",
+ "9cbac9": "Telit Communication s.p.a",
+ "9cbb98": "Shen Zhen RND Electronic Co.,LTD",
+ "9cbcf0": "Xiaomi Communications Co Ltd",
+ "9cbd6e": "DERA Co., Ltd",
+ "9cbd9d": "SkyDisk, Inc.",
+ "9cbee0": "Biosoundlab Co., Ltd.",
+ "9cbf0d": "Framework Computer Inc.",
+ "9cbfcd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9cc077": "PrintCounts, LLC",
+ "9cc0d2": "Conductix-Wampfler GmbH",
+ "9cc12d": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "9cc172": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9cc2c4": "IEIT SYSTEMS Co., Ltd.",
+ "9cc394": "Apple, Inc.",
+ "9cc7a6": "AVM GmbH",
+ "9cc7b1": "ELITEGROUP COMPUTER SYSTEMS CO.,LTD.",
+ "9cc7d1": "SHARP Corporation",
+ "9cc7d3": "AzureWave Technology Inc.",
+ "9cc893": "Juniper Networks",
+ "9cc8ae": "Becton, Dickinson and Company",
+ "9cc8e9": "Amazon Technologies Inc.",
+ "9cc8fc": "Commscope",
+ "9cc950": "Baumer Holding",
+ "9cc9eb": "NETGEAR",
+ "9ccad9": "Nokia Corporation",
+ "9ccbf7": "CLOUD STAR TECHNOLOGY CO., LTD.",
+ "9ccc83": "Juniper Networks",
+ "9ccd82": "CHENG UEI PRECISION INDUSTRY CO.,LTD",
+ "9cce88": "Ruijie Networks Co.,LTD",
+ "9cd1d0": "Guangzhou Ronsuo Electronic Technology Co.,Ltd",
+ "9cd21e": "Hon Hai Precision Ind. Co.,Ltd.",
+ "9cd24b": "zte corporation",
+ "9cd332": "PLC Technology Ltd",
+ "9cd35b": "Samsung Electronics Co.,Ltd",
+ "9cd36d": "NETGEAR",
+ "9cd48b": "Innolux Technology Europe BV",
+ "9cd4a6": "PRIVATE LIMITED",
+ "9cd57d": "Cisco Systems, Inc",
+ "9cd643": "D-Link International",
+ "9cd8e3": "Wuhan Huazhong Numerical Control Co., Ltd",
+ "9cd917": "Motorola Mobility LLC, a Lenovo Company",
+ "9cd9cb": "Lesira Manufacturing Pty Ltd",
+ "9cda36": "TECNO MOBILE LIMITED",
+ "9cda3e": "Intel Corporate",
+ "9cdaa8": "Apple, Inc.",
+ "9cdab7": "Hewlett Packard Enterprise",
+ "9cdb07": "Yellowtec GmbH",
+ "9cdbaf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9cdbcb": "Funshion Online Technologies Co.,Ltd",
+ "9cdc71": "Hewlett Packard Enterprise ",
+ "9cdd1f": "Intelligent Steward Co.,Ltd",
+ "9cde4d": "ML vision Co.,LTD",
+ "9cdef0": "Jiangxi Risound Electronics Co.,LTD",
+ "9cdf03": "Harman/Becker Automotive Systems GmbH",
+ "9cdfb1": "Shenzhen Crave Communication Co., LTD",
+ "9cdfb3": "LTD.",
+ "9ce041": "Nokia",
+ "9ce063": "Samsung Electronics Co.,Ltd",
+ "9ce10e": "NCTech Ltd",
+ "9ce176": "Cisco Systems, Inc",
+ "9ce1d6": "Junger Audio-Studiotechnik GmbH",
+ "9ce230": "JULONG CO,.LTD.",
+ "9ce330": "Cisco Meraki",
+ "9ce33f": "Apple, Inc.",
+ "9ce374": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "9ce450": "IEEE Registration Authority",
+ "9ce549": "IEEE Registration Authority",
+ "9ce635": "Nintendo Co., Ltd.",
+ "9ce65e": "Apple, Inc.",
+ "9ce6e7": "Samsung Electronics Co.,Ltd",
+ "9ce7bd": "Winduskorea co., Ltd",
+ "9ce82b": "vivo Mobile Communication Co., Ltd.",
+ "9ce895": "New H3C Technologies Co., Ltd",
+ "9ce91c": "zte corporation",
+ "9ce91e": "TEJAS NETWORKS LTD",
+ "9ce951": "Shenzhen Sang Fei Consumer Communications Ltd., Co.",
+ "9cea97": "Honor Device Co., Ltd.",
+ "9cebe8": "Co.,Ltd",
+ "9cec61": "Huawei Device Co., Ltd.",
+ "9cedfa": "EVUlution AG",
+ "9cefd5": "Panda Wireless, Inc.",
+ "9cf029": "Sdn. Bhd.",
+ "9cf155": "Nokia",
+ "9cf1d4": "Roku, Inc",
+ "9cf387": "Apple, Inc.",
+ "9cf3ac": "Apple, Inc.",
+ "9cf48e": "Apple, Inc.",
+ "9cf531": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9cf55f": "Harman/Becker Automotive Systems GmbH",
+ "9cf61a": "Carrier Fire & Security",
+ "9cf67d": "Ricardo Prague, s.r.o.",
+ "9cf6dd": "IEEE Registration Authority",
+ "9cf86b": "AgiTech Distribution Limited - Linki",
+ "9cf8b8": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "9cf8db": "shenzhen eyunmei technology co,.ltd",
+ "9cf938": "AREVA NP GmbH",
+ "9cfa3c": "Daeyoung Electronics",
+ "9cfa76": "Apple, Inc.",
+ "9cfb77": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "9cfbd5": "vivo Mobile Communication Co., Ltd.",
+ "9cfbf1": "MESOMATIC GmbH & Co.KG",
+ "9cfc01": "Apple, Inc.",
+ "9cfc28": "Apple, Inc.",
+ "9cfcd1": "Co., Ltd.",
+ "9cfce8": "Intel Corporate",
+ "9cfea1": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "9cffbe": "OTSL Inc.",
+ "9cffc2": "AVI Systems GmbH",
+ "a0004c": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "a0024a": "IEEE Registration Authority",
+ "a002a5": "Intel Corporate",
+ "a002dc": "Amazon Technologies Inc.",
+ "a00363": "Robert Bosch Healthcare GmbH",
+ "a0043e": "Parker Hannifin Manufacturing Germany GmbH & Co. KG",
+ "a00460": "NETGEAR",
+ "a00627": "NEXPA System",
+ "a00798": "Samsung Electronics Co.,Ltd",
+ "a007b6": "Advanced Technical Support, Inc.",
+ "a0086f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0092e": "zte corporation",
+ "a0094c": "CenturyLink",
+ "a009ed": "Avaya Inc",
+ "a00a9a": "Huawei Device Co., Ltd.",
+ "a00abf": "Wieson Technologies Co., Ltd.",
+ "a00bba": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "a00ca1": "SKTB SKiT",
+ "a00ce2": "Shenzhen Shokz Co., Ltd.",
+ "a00e98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a00f37": "Cisco Systems, Inc",
+ "a01077": "zte corporation",
+ "a01081": "Samsung Electronics Co.,Ltd",
+ "a01290": "Avaya Inc",
+ "a012db": "TABUCHI ELECTRIC CO.,LTD",
+ "a0133b": "HiTi Digital, Inc.",
+ "a013cb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a0143d": "PARROT SA",
+ "a0165c": "Triteka LTD",
+ "a017f1": "Allwinner Technology Co., Ltd",
+ "a01828": "Apple, Inc.",
+ "a01842": "Comtrend Corporation",
+ "a01859": "Shenzhen Yidashi Electronics Co Ltd",
+ "a01917": "Bertel S.p.a.",
+ "a019b2": "IEEE Registration Authority",
+ "a01ae3": "Edgecore Americas Networking Corporation",
+ "a01b29": "Sagemcom Broadband SAS",
+ "a01b9e": "Samsung Electronics Co.,Ltd",
+ "a01bd6": "Nautitech Mining Systems Pty. Ltd.",
+ "a01c05": "NIMAX TELECOM CO.,LTD.",
+ "a01c87": "UNION MAN TECHNOLOGY CO.,LTD",
+ "a01c8d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a01d48": "Hewlett Packard",
+ "a01e0b": "MINIX Technology Limited",
+ "a020a6": "Espressif Inc.",
+ "a0218b": "ACE Antenna Co., ltd",
+ "a02195": "Samsung Electronics Co.,Ltd",
+ "a021aa": "China Mobile Group Device Co.,Ltd.",
+ "a021b7": "NETGEAR",
+ "a0224e": "IEEE Registration Authority",
+ "a02252": "Astra Wireless Technology FZ-LLC",
+ "a022de": "vivo Mobile Communication Co., Ltd.",
+ "a0231b": "TeleComp R&D Corp.",
+ "a0239f": "Cisco Systems, Inc",
+ "a02442": "Shenzhenshi Xinzhongxin Technology Co.Ltd",
+ "a024f9": "Chengdu InnovaTest Technology Co., Ltd",
+ "a025d7": "Hewlett Packard Enterprise",
+ "a027b6": "Samsung Electronics Co.,Ltd",
+ "a02833": "IEEE Registration Authority",
+ "a02884": "Garmin International",
+ "a028ed": "HMD Global Oy",
+ "a02919": "Dell Inc.",
+ "a02942": "Intel Corporate",
+ "a029bd": "Team Group Inc",
+ "a02b44": "WaveGo Tech LLC",
+ "a02bb8": "Hewlett Packard",
+ "a02c36": "FN-LINK TECHNOLOGY LIMITED",
+ "a02d13": "AirTies Wireless Networks",
+ "a02ddb": "Sagemcom Broadband SAS",
+ "a02ef3": "United Integrated Services Co., Led.",
+ "a03131": "Procenne Digital Security",
+ "a031db": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a031eb": "Semikron Elektronik GmbH & Co. KG",
+ "a03299": "Co., Ltd.",
+ "a0334f": "Cisco Systems, Inc",
+ "a0341b": "Adero Inc",
+ "a03679": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0369f": "Intel Corporate",
+ "a036bc": "ASUSTek COMPUTER INC.",
+ "a036f0": "Comprehensive Power",
+ "a036fa": "Ettus Research LLC",
+ "a03768": "Shenzhen E-Life Intelligence Technology Co.,Ltd.",
+ "a038f8": "OURA Health Oy",
+ "a03975": "Leo Bodnar Electronics Ltd",
+ "a039ee": "Sagemcom Broadband SAS",
+ "a039f9": "Sagemcom Broadband SAS",
+ "a03a75": "PSS Belgium N.V.",
+ "a03b01": "Kyung In Electronics",
+ "a03b1b": "Inspire Tech",
+ "a03be3": "Apple, Inc.",
+ "a03c20": "Sagemcom Broadband SAS",
+ "a03c31": "Shenzhen Belon Technology CO.,LTD",
+ "a03d6e": "Cisco Systems, Inc",
+ "a03d6f": "Cisco Systems, Inc",
+ "a03e6b": "IEEE Registration Authority",
+ "a04025": "Actioncable, Inc.",
+ "a04041": "SAMWONFA Co.,Ltd.",
+ "a0406f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a040a0": "NETGEAR",
+ "a0412d": "Lansen Systems AB",
+ "a04147": "Huawei Device Co., Ltd.",
+ "a0415e": "Opsens Solution Inc.",
+ "a041a7": "NL Ministry of Defense",
+ "a0423f": "Tyan Computer Corp",
+ "a04246": "IT Telecom Co., Ltd.",
+ "a042d1": "Huawei Device Co., Ltd.",
+ "a043b0": "Hangzhou BroadLink Technology Co.,Ltd",
+ "a043db": "Sitael S.p.A.",
+ "a0445c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a04466": "Intellics",
+ "a044b7": "Ltd.",
+ "a044f3": "RafaelMicro",
+ "a0465a": "Motorola Mobility LLC, a Lenovo Company",
+ "a0479b": "PROCITEC GmbH",
+ "a047d7": "Pvt Ltd",
+ "a0481c": "Hewlett Packard",
+ "a04839": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a04a5e": "Microsoft Corporation",
+ "a04c0c": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "a04c5b": "Shenzhen TINNO Mobile Technology Corp.",
+ "a04cc1": "Helixtech Corp.",
+ "a04e01": "CENTRAL ENGINEERING co.,ltd.",
+ "a04e04": "Nokia Corporation",
+ "a04ea7": "Apple, Inc.",
+ "a04ecf": "Apple, Inc.",
+ "a04f52": "Intel Corporate",
+ "a04fd4": "ADB Broadband Italia",
+ "a04fe4": "Ltd.",
+ "a0510b": "Intel Corporate",
+ "a051c6": "Avaya Inc",
+ "a05272": "Apple, Inc.",
+ "a052ab": "AVM ELECTRONICS PTE LTD",
+ "a05394": "Shenzhen zediel co., Ltd.",
+ "a0551f": "Sagemcom Broadband SAS",
+ "a0554f": "Cisco Systems, Inc",
+ "a055de": "Commscope",
+ "a0562c": "Samsung Electronics Co.,Ltd",
+ "a056b2": "Harman/Becker Automotive Systems GmbH",
+ "a056f3": "Apple, Inc.",
+ "a057e3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0593a": "V.D.S. Video Display Systems srl",
+ "a05950": "Intel Corporate",
+ "a05aa4": "Grand Products Nevada, Inc.",
+ "a05b21": "ENVINET GmbH",
+ "a05dc1": "TMCT Co., LTD.",
+ "a05de7": "DIRECTV, Inc.",
+ "a05e6b": "MELPER Co., Ltd.",
+ "a06032": "Amcrest Technologies",
+ "a06090": "Samsung Electronics Co.,Ltd",
+ "a06260": "Private",
+ "a062fb": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "a06391": "NETGEAR",
+ "a0648f": "ASKEY COMPUTER CORP",
+ "a06518": "VNPT TECHNOLOGY",
+ "a06610": "FUJITSU LIMITED",
+ "a06636": "Intracom SA Telecom Solutions",
+ "a06720": "China Dragon Technology Limited",
+ "a067be": "Sicon srl",
+ "a067d6": "Nokia",
+ "a0681c": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "a0687e": "Commscope",
+ "a06974": "Honor Device Co., Ltd.",
+ "a06986": "Wellav Technologies Ltd",
+ "a069d9": "New H3C Technologies Co., Ltd",
+ "a06a00": "Verilink Corporation",
+ "a06a44": "Vizio, Inc",
+ "a06b4a": "TCT mobile ltd",
+ "a06c65": "Texas Instruments",
+ "a06cec": "RIM",
+ "a06d09": "Intelcan Technosystems Inc.",
+ "a06e50": "Nanotek Elektronik Sistemler Ltd. Sti.",
+ "a06faa": "LG Innotek",
+ "a07099": "Beijing Huacan Electronics Co., Ltd",
+ "a070b7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a071a9": "Nokia Corporation",
+ "a0722c": "HUMAX Co., Ltd.",
+ "a072e4": "NJ SYSTEM CO.,LTD",
+ "a07332": "Cashmaster International Limited",
+ "a073fc": "Rancore Technologies Private Limited",
+ "a07591": "Samsung Electronics Co.,Ltd",
+ "a075ea": "BoxLock, Inc.",
+ "a0764e": "Espressif Inc.",
+ "a07751": "ASMedia Technology Inc.",
+ "a07771": "Vialis BV",
+ "a0779e": "Corp.",
+ "a07817": "Apple, Inc.",
+ "a0782d": "Apple, Inc.",
+ "a078ba": "Pantech Co., Ltd.",
+ "a07d9c": "Samsung Electronics Co.,Ltd",
+ "a07e16": "EM Microelectronic",
+ "a07f8a": "Sagemcom Broadband SAS",
+ "a08069": "Intel Corporate",
+ "a0821f": "Samsung Electronics Co.,Ltd",
+ "a08222": "Qingdao Haier Technology Co.,Ltd",
+ "a082ac": "Linear DMS Solutions Sdn. Bhd.",
+ "a082c7": "P.T.I Co.,LTD",
+ "a083b4": "Velorum B.V",
+ "a084cb": "SonicSensory,Inc.",
+ "a08527": "Intel Corporate",
+ "a085e3": "Espressif Inc.",
+ "a085fc": "Microsoft Corporation",
+ "a0861d": "Chengdu Fuhuaxin Technology co.,Ltd",
+ "a086c6": "Xiaomi Communications Co Ltd",
+ "a086ec": "SAEHAN HITEC Co., Ltd",
+ "a0885e": "Anhui Xiangyao New Energy Technology Co., Ltd.",
+ "a08869": "Intel Corporate",
+ "a0889d": "Huawei Device Co., Ltd.",
+ "a088b4": "Intel Corporate",
+ "a088c2": "Mellanox Technologies, Inc.",
+ "a08966": "CIG SHANGHAI CO LTD",
+ "a089e4": "Co.,Ltd",
+ "a08a06": "ASKEY COMPUTER CORP",
+ "a08a87": "HuiZhou KaiYue Electronic Co.,Ltd",
+ "a08c15": "Gerhard D. Wempe KG",
+ "a08c9b": "Xtreme Technologies Corp",
+ "a08cf2": "YINUOLINK CO.,LTD",
+ "a08cf8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a08cfd": "Hewlett Packard",
+ "a08d16": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a08e24": "eero inc.",
+ "a08e78": "Sagemcom Broadband SAS",
+ "a090b5": "Tiinlab Corporation",
+ "a090de": "VEEDIMS,LLC",
+ "a091a2": "Co., Ltd.",
+ "a091c8": "zte corporation",
+ "a091ca": "Nokia Solutions and Networks GmbH & Co. KG",
+ "a09208": "Tuya Smart Inc.",
+ "a09347": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a09351": "Cisco Systems, Inc",
+ "a0941a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a0946a": "Shenzhen XGTEC Technology Co,.Ltd.",
+ "a0950c": "China Mobile IOT Company Limited",
+ "a0957f": "TECHNOLOGIES CORPORATION",
+ "a09805": "OpenVox Communication Co Ltd",
+ "a09857": "Shenzhen ELINK Technology Co., Ltd.",
+ "a098ed": "Shandong Intelligent Optical Communication Development Co., Ltd.",
+ "a09921": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "a0999b": "Apple, Inc.",
+ "a09a52": "Shenzhen MoreSense Technology Co., Ltd. ",
+ "a09a5a": "Time Domain",
+ "a09a8e": "Apple, Inc.",
+ "a09b12": "China Mobile IOT Company Limited",
+ "a09b17": "Taicang T&W Electronics",
+ "a09bbd": "Total Aviation Solutions Pty Ltd",
+ "a09d22": "Apple, Inc.",
+ "a09d86": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "a09d91": "SoundBridge",
+ "a09dc1": "China Dragon Technology Limited",
+ "a09e1a": "Polar Electro Oy",
+ "a09f10": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "a09f7a": "D-Link Middle East FZCO",
+ "a0a001": "Hewlett Packard Enterprise",
+ "a0a0dc": "Huawei Device Co., Ltd.",
+ "a0a130": "DLI Taiwan Branch office",
+ "a0a23c": "GPMS",
+ "a0a309": "Apple, Inc.",
+ "a0a33b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0a3b3": "Espressif Inc.",
+ "a0a3b8": "WISCLOUD",
+ "a0a3e2": "Actiontec Electronics, Inc",
+ "a0a3f0": "D-Link International",
+ "a0a47f": "Cisco Systems, Inc",
+ "a0a4c5": "Intel Corporate",
+ "a0a65c": "Supercomputing Systems AG",
+ "a0a763": "Polytron Vertrieb GmbH",
+ "a0a8cd": "Intel Corporate",
+ "a0aafd": "EraThink Technologies Corp.",
+ "a0ab1b": "D-Link International",
+ "a0ab51": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "a0ac69": "Samsung Electronics Co.,Ltd",
+ "a0ac78": "Shenzhen iComm Semiconductor CO.,LTD",
+ "a0ad62": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0ad9f": "ASUSTek COMPUTER INC.",
+ "a0ada1": "JMR Electronics, Inc",
+ "a0af12": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0afbd": "Intel Corporate",
+ "a0b045": "Halong Mining",
+ "a0b086": "Hirschmann Automation and Control GmbH",
+ "a0b0bd": "Samsung Electronics Co.,Ltd",
+ "a0b100": "ShenZhen Cando Electronics Co.,Ltd",
+ "a0b339": "Intel Corporate",
+ "a0b3cc": "Hewlett Packard",
+ "a0b40f": "Apple, Inc.",
+ "a0b437": "GD Mission Systems",
+ "a0b439": "Cisco Systems, Inc",
+ "a0b4a5": "Samsung Electronics Co.,Ltd",
+ "a0b4bf": "InfiNet LLC",
+ "a0b53c": "Technicolor Delivery Technologies Belgium NV",
+ "a0b549": "Arcadyan Corporation",
+ "a0b5da": "HongKong THTF Co., Ltd",
+ "a0b662": "Acutvista Innovation Co., Ltd.",
+ "a0b765": "Espressif Inc.",
+ "a0b8f8": "Amgen U.S.A. Inc.",
+ "a0b9ed": "Skytap",
+ "a0bab8": "Pixon Imaging",
+ "a0bb3e": "IEEE Registration Authority",
+ "a0bc6f": "Cisco Systems, Inc",
+ "a0bd1d": "Zhejiang Dahua Technology Co., Ltd.",
+ "a0bd71": "QUALCOMM Incorporated",
+ "a0bdcd": "SKY UK LIMITED",
+ "a0bf50": "S.C. ADD-PRODUCTION S.R.L.",
+ "a0bfa5": "CORESYS",
+ "a0c016": "Sichuan Changhong Network Technologies Co., Ltd.",
+ "a0c1c5": "Apple, Inc.",
+ "a0c20d": "Huawei Device Co., Ltd.",
+ "a0c2de": "Costar Video Systems",
+ "a0c3de": "Triton Electronic Systems Ltd.",
+ "a0c4a5": "SYGN HOUSE INC.",
+ "a0c562": "Commscope",
+ "a0c589": "Intel Corporate",
+ "a0c5f2": "IEEE Registration Authority",
+ "a0c6ec": "ShenZhen ANYK Technology Co.,LTD",
+ "a0c7d2": "Cisco Systems, Inc",
+ "a0c98b": "Nokia Solutions and Networks GmbH & Co. KG",
+ "a0c9a0": "Murata Manufacturing Co., Ltd.",
+ "a0caa5": "INTELLIGENCE TECHNOLOGY OF CEC CO., LTD",
+ "a0cbfd": "Samsung Electronics Co.,Ltd",
+ "a0cc2b": "Murata Manufacturing Co., Ltd.",
+ "a0cdf3": "Murata Manufacturing Co., Ltd.",
+ "a0cec8": "CE LINK LIMITED",
+ "a0cf5b": "Cisco Systems, Inc",
+ "a0cff5": "zte corporation",
+ "a0d05b": "Samsung Electronics Co.,Ltd",
+ "a0d0dc": "Amazon Technologies Inc.",
+ "a0d12a": "AXPRO Technology Inc.",
+ "a0d1b3": "Apple, Inc.",
+ "a0d2b1": "Amazon Technologies Inc.",
+ "a0d365": "Intel Corporate",
+ "a0d37a": "Intel Corporate",
+ "a0d385": "AUMA Riester GmbH & Co. KG",
+ "a0d3c1": "Hewlett Packard",
+ "a0d42d": "G.Tech Technology Ltd.",
+ "a0d635": "WBS Technology",
+ "a0d722": "Samsung Electronics Co.,Ltd",
+ "a0d795": "Apple, Inc.",
+ "a0d7a0": "Huawei Device Co., Ltd.",
+ "a0d7f3": "Samsung Electronics Co.,Ltd",
+ "a0d807": "Huawei Device Co., Ltd.",
+ "a0d83d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a0d86f": "ARGO AI, LLC",
+ "a0d91a": "Texas Instruments",
+ "a0da92": "Nanjing Glarun Atten Technology Co. Ltd.",
+ "a0dc04": "Becker-Antriebe GmbH",
+ "a0dd6c": "Espressif Inc.",
+ "a0dd97": "PolarLink Technologies, Ltd",
+ "a0dde5": "SHARP Corporation",
+ "a0de05": "JSC Irbis-T",
+ "a0de0f": "Huawei Device Co., Ltd.",
+ "a0df15": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0e025": "Provision-ISR",
+ "a0e06d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a0e0af": "Cisco Systems, Inc",
+ "a0e25a": "Amicus SK, s.r.o.",
+ "a0e295": "DAT System Co.,Ltd",
+ "a0e390": "Apple, Inc.",
+ "a0e453": "Sony Corporation",
+ "a0e4cb": "Zyxel Communications Corporation",
+ "a0e534": "Stratec Biomedical AG",
+ "a0e5e9": "enimai Inc",
+ "a0e617": "MATIS",
+ "a0e6f8": "Texas Instruments",
+ "a0e70b": "Intel Corporate",
+ "a0e7ae": "Commscope",
+ "a0e9db": "Ningbo FreeWings Technologies Co.,Ltd",
+ "a0eb76": "AirCUVE Inc.",
+ "a0ec80": "zte corporation",
+ "a0ecf9": "Cisco Systems, Inc",
+ "a0ed6d": "Ubee Interactive Co., Limited",
+ "a0edcd": "Apple, Inc.",
+ "a0edfb": "Quectel Wireless Solutions Co.,Ltd.",
+ "a0ee1a": "Apple, Inc.",
+ "a0eeee": "CIG SHANGHAI CO LTD",
+ "a0ef84": "Seine Image Int'l Co., Ltd",
+ "a0f217": "Co., Ltd. ",
+ "a0f3c1": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "a0f3e4": "Alcatel-Lucent IPD",
+ "a0f419": "Nokia Corporation",
+ "a0f450": "HTC Corporation",
+ "a0f459": "FN-LINK TECHNOLOGY LIMITED",
+ "a0f479": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0f509": "IEI Integration Corp.",
+ "a0f6fd": "Texas Instruments",
+ "a0f7c3": "Ficosa Automotive SLU",
+ "a0f849": "Cisco Systems, Inc",
+ "a0f895": "Shenzhen TINNO Mobile Technology Corp.",
+ "a0f9b7": "Ademco Smart Homes Technology(Tianjin)Co.,Ltd.",
+ "a0f9e0": "VIVATEL COMPANY LIMITED",
+ "a0fa9c": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "a0fac8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a0fb68": "Miba Battery Systems GmbH",
+ "a0fb83": "Honor Device Co., Ltd.",
+ "a0fbc5": "Apple, Inc.",
+ "a0fc6e": "Telegrafia a.s.",
+ "a0fe61": "Vivint Wireless Inc. ",
+ "a0fe91": "AVAT Automation GmbH",
+ "a0ff0c": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a0ff22": "SHENZHEN APICAL TECHNOLOGY CO., LTD",
+ "a0ff70": "Vantiva USA LLC",
+ "a0fffd": "HMD Global Oy",
+ "a4004e": "Cisco Systems, Inc",
+ "a400e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a40130": "ABIsystems Co., LTD",
+ "a401de": "SERCOMM PHILIPPINES INC",
+ "a402b7": "Amazon Technologies Inc.",
+ "a402b9": "Intel Corporate",
+ "a40450": "nFore Technology Inc.",
+ "a4056e": "Tiinlab Corporation",
+ "a4059e": "STA Infinity LLP",
+ "a405d6": "Commscope",
+ "a405fd": "Co., Ltd.",
+ "a406e9": "Texas Instruments",
+ "a407b6": "Samsung Electronics Co.,Ltd",
+ "a40801": "Amazon Technologies Inc.",
+ "a408ea": "Murata Manufacturing Co., Ltd.",
+ "a408f5": "Sagemcom Broadband SAS",
+ "a40987": "Apple, Inc.",
+ "a409b3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a409cb": "Alfred Kaercher GmbH & Co KG",
+ "a40b78": "FAST PHOTONICS HK CO., LIMITED",
+ "a40bed": "Carry Technology Co.,Ltd",
+ "a40c66": "Shenzhen Colorful Yugong Technology and Development Co., Ltd.",
+ "a40cc3": "Cisco Systems, Inc",
+ "a40dbc": "Xiamen Intretech Inc.",
+ "a40e2b": "Facebook Inc",
+ "a40e75": "Hewlett Packard Enterprise",
+ "a40f98": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a410b6": "Cisco Systems, Inc",
+ "a41115": "Robert Bosch Engineering and Business Solutions pvt. Ltd.",
+ "a41162": "Arlo Technology",
+ "a41163": "IEEE Registration Authority",
+ "a41194": "Lenovo",
+ "a411bb": "Cisco Systems, Inc",
+ "a41232": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a41242": "NEC Platforms, Ltd.",
+ "a4134e": "Luxul ",
+ "a41437": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a41566": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "a41588": "Commscope",
+ "a416c0": "Apple, Inc.",
+ "a416e7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a41731": "Hon Hai Precision Ind. Co.,Ltd.",
+ "a41752": "Hifocus Electronics India Private Limited",
+ "a4178b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a41791": "Shenzhen Decnta Technology Co.,LTD.",
+ "a41875": "Cisco Systems, Inc",
+ "a41894": "Bosch Security Systems B.V.",
+ "a41908": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a41a3a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "a41a6e": "zte corporation",
+ "a41b34": "China Mobile Group Device Co.,Ltd.",
+ "a41bc0": "Fastec Imaging Corporation",
+ "a41cb4": "DFI Inc",
+ "a41ee1": "Taicang T&W Electronics",
+ "a41f72": "Dell Inc.",
+ "a4218a": "Nortel Networks",
+ "a42249": "Sagemcom Broadband SAS",
+ "a42305": "Open Networking Laboratory",
+ "a424b3": "FlatFrog Laboratories AB",
+ "a424dd": "Cambrionix Ltd",
+ "a4251b": "Avaya Inc",
+ "a42618": "Sdn. Bhd.",
+ "a42655": "Co., Ltd.",
+ "a427a5": "Palo Alto Networks",
+ "a428b7": "Yangtze Memory Technologies Co., Ltd.",
+ "a42902": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a42940": "Shenzhen YOUHUA Technology Co., Ltd",
+ "a42983": "Boeing Defence Australia",
+ "a42985": "Sichuan AI-Link Technology Co., Ltd.",
+ "a429b7": "bluesky",
+ "a42a71": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "a42a95": "D-Link International",
+ "a42b8c": "NETGEAR",
+ "a42bb0": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "a42c08": "Masterwork Automodules",
+ "a4307a": "Samsung Electronics Co.,Ltd",
+ "a43111": "ZIV",
+ "a43135": "Apple, Inc.",
+ "a433d1": "Fibrlink Communications Co.,Ltd.",
+ "a433d7": "MitraStar Technology Corp.",
+ "a43412": "Thales Alenia Space",
+ "a434d9": "Intel Corporate",
+ "a434f1": "Texas Instruments",
+ "a43523": "Guangdong Donyan Network Technologies Co.,Ltd.",
+ "a4352d": "TRIZ Networks corp.",
+ "a436c7": "LG Innotek",
+ "a4373e": "Huawei Device Co., Ltd.",
+ "a43831": "RF elements s.r.o.",
+ "a438cc": "Nintendo Co.,Ltd",
+ "a438fc": "Plastic Logic",
+ "a439b3": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "a439b6": "SHENZHEN PEIZHE MICROELECTRONICS CO .LTD",
+ "a43a39": "AURORA TECHNOLOGIES CO.,LTD.",
+ "a43a69": "Vers Inc",
+ "a43b0e": "Huawei Device Co., Ltd.",
+ "a43bfa": "IEEE Registration Authority",
+ "a43cd7": "NTX Electronics YangZhou co.,LTD",
+ "a43d78": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a43e51": "ANOV FRANCE",
+ "a43ea0": "iComm HK LIMITED",
+ "a43f51": "Shenzhen Benew Technology Co.,Ltd.",
+ "a43f68": "Arista Network, Inc.",
+ "a44027": "zte corporation",
+ "a4403d": "Shenzhen Baseus Technology Co., Ltd.",
+ "a4423b": "Intel Corporate",
+ "a44343": "Huawei Device Co., Ltd.",
+ "a44380": "Huawei Device Co., Ltd.",
+ "a4438c": "Commscope",
+ "a444d1": "Wingtech Group (HongKong)Limited",
+ "a44519": "Xiaomi Communications Co Ltd",
+ "a445cd": "IoT Diagnostics",
+ "a4466b": "EOC Technology",
+ "a446b4": "Huawei Device Co., Ltd.",
+ "a446fa": "AmTRAN Video Corporation",
+ "a44ad3": "Co.,Ltd",
+ "a44b15": "LTD",
+ "a44bd5": "Xiaomi Communications Co Ltd",
+ "a44bd9": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a44c11": "Cisco Systems, Inc",
+ "a44c62": "Hangzhou Microimage Software Co., Ltd",
+ "a44cc8": "Dell Inc.",
+ "a44e2d": "Adaptive Wireless Solutions, LLC",
+ "a44e31": "Intel Corporate",
+ "a44f29": "IEEE Registration Authority",
+ "a45006": "SHENZHEN HUACHUANG SHIDAI TECHNOLOGYCO.,LTD",
+ "a45046": "Xiaomi Communications Co Ltd",
+ "a45055": "BUSWARE.DE",
+ "a45129": "XAG",
+ "a4515e": "Juniper Networks",
+ "a4516f": "Microsoft Mobile Oy",
+ "a4526f": "ADB Broadband Italia",
+ "a4530e": "Cisco Systems, Inc",
+ "a45385": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "a453ee": "IEEE Registration Authority",
+ "a45590": "Xiaomi Communications Co Ltd",
+ "a45602": "fenglian Technology Co.,Ltd.",
+ "a4561b": "MCOT Corporation",
+ "a45630": "Cisco Systems, Inc",
+ "a456cc": "Vantiva USA LLC",
+ "a457a0": "SAMJIN Co., Ltd.",
+ "a45802": "SHIN-IL TECH",
+ "a4580f": "IEEE Registration Authority",
+ "a459d3": "IEEE Registration Authority",
+ "a45a1c": "smart-electronic GmbH",
+ "a45c25": "Texas Instruments",
+ "a45c27": "Nintendo Co., Ltd.",
+ "a45d36": "Hewlett Packard",
+ "a45d5e": "Wilk Elektronik S.A.",
+ "a45da1": "ADB Broadband Italia",
+ "a45e5a": "ACTIVIO Inc.",
+ "a45e60": "Apple, Inc.",
+ "a45f9b": "Nexell",
+ "a45fb9": "DreamBig Semiconductor, Inc.",
+ "a46011": "Verifone, Inc.",
+ "a46032": "LTD",
+ "a46185": "Tools for Humanity Corporation",
+ "a46191": "NamJunSa",
+ "a462df": "DS Global. Co., LTD",
+ "a463a1": "Inventus Power Eletronica do Brasil LTDA",
+ "a46706": "Apple, Inc.",
+ "a468bc": "Oakley Inc.",
+ "a46b1f": "eero inc.",
+ "a46b40": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "a46bb6": "Intel Corporate",
+ "a46c24": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a46c2a": "Cisco Systems, Inc",
+ "a46cc1": "LTi REEnergy GmbH",
+ "a46cf1": "Samsung Electronics Co.,Ltd",
+ "a46d33": "Co., Ltd",
+ "a46da4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a46dd4": "Silicon Laboratories",
+ "a46e79": "DFT System Co.Ltd",
+ "a46ea7": "DX ANTENNA CO.,LTD.",
+ "a470d6": "Motorola Mobility LLC, a Lenovo Company",
+ "a47174": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a473ab": "Extreme Networks Headquarters",
+ "a475b9": "Samsung Electronics Co.,Ltd",
+ "a47733": "Google, Inc.",
+ "a47758": "Ningbo Freewings Technologies Co.,Ltd",
+ "a47760": "Nokia Corporation",
+ "a477f3": "Apple, Inc.",
+ "a47806": "Cisco Systems, Inc",
+ "a47886": "Avaya Inc",
+ "a47952": "Huawei Device Co., Ltd.",
+ "a479e4": "KLINFO Corp",
+ "a47a72": "Arista Networks",
+ "a47aa4": "Commscope",
+ "a47acf": "VIBICOM COMMUNICATIONS INC.",
+ "a47b1a": "Huawei Device Co., Ltd.",
+ "a47b2c": "Nokia",
+ "a47b52": "JoulWatt Technology Co., Ltd",
+ "a47b85": "ULTIMEDIA Co Ltd,",
+ "a47b9d": "Espressif Inc.",
+ "a47c14": "ChargeStorm AB",
+ "a47c1f": "Cobham plc",
+ "a47cc9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a47d78": "Edgecore Americas Networking Corporation",
+ "a47d9f": "Shenzhen iComm Semiconductor CO.,LTD",
+ "a47e36": "EM Microelectronic",
+ "a47e39": "zte corporation",
+ "a47efa": "Withings",
+ "a47f1b": "Juniper Networks",
+ "a4817a": "CIG SHANGHAI CO LTD",
+ "a481ee": "Nokia Corporation",
+ "a48269": "Datrium, Inc.",
+ "a483e7": "Apple, Inc.",
+ "a48431": "Samsung Electronics Co.,Ltd",
+ "a4856b": "Q Electronics Ltd",
+ "a486ae": "Quectel Wireless Solutions Co.,Ltd.",
+ "a486db": "Guangdong Juan Intelligent Technology Joint Stock Co., Ltd.",
+ "a48873": "Cisco Systems, Inc",
+ "a4895b": "ARK INFOSOLUTIONS PVT LTD",
+ "a4897e": "Guangzhou Yuhong Technology Co.,Ltd.",
+ "a48cc0": "JLG Industries, Inc.",
+ "a48cdb": "Lenovo",
+ "a48d3b": "Vizio, Inc",
+ "a48e0a": "DeLaval International AB",
+ "a49005": "CHINA GREATWALL COMPUTER SHENZHEN CO.,LTD",
+ "a490ce": "vivo Mobile Communication Co., Ltd.",
+ "a491b1": "Technicolor Delivery Technologies Belgium NV",
+ "a492cb": "Nokia",
+ "a4933f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a49340": "Beijing Supvan Information Technology Co.,Ltd.",
+ "a4934c": "Cisco Systems, Inc",
+ "a493ad": "Huawei Device Co., Ltd.",
+ "a49426": "Elgama-Elektronika Ltd.",
+ "a494dc": "Infinite Clouds",
+ "a49700": "Cisco Systems, Inc",
+ "a49733": "ASKEY COMPUTER CORP",
+ "a4975c": "VTech Telecommunications Ltd.",
+ "a4978a": "LEAR",
+ "a49791": "Extreme Networks Headquarters",
+ "a497b1": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "a497bb": "Hitachi Industrial Equipment Systems Co.,Ltd",
+ "a49813": "Commscope",
+ "a49947": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a49981": "FuJian Elite Power Tech CO.,LTD.",
+ "a499a8": "eero inc.",
+ "a49a58": "Samsung Electronics Co.,Ltd",
+ "a49b13": "Digital Check",
+ "a49b4f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a49bcd": "Cisco Systems, Inc",
+ "a49bf5": "Hybridserver Tec GmbH",
+ "a49d49": "Ketra, Inc.",
+ "a49ddd": "Samsung Electronics Co.,Ltd",
+ "a49e69": "Silicon Laboratories",
+ "a49edb": "AutoCrib, Inc.",
+ "a49f85": "Lyve Minds, Inc",
+ "a49f89": "Shanghai Rui Rui Communication Technology Co.Ltd.",
+ "a49fe7": "Samsung Electronics Co.,Ltd",
+ "a4a179": "Nanjing dianyan electric power automation co. LTD",
+ "a4a1c2": "Ericsson AB",
+ "a4a1e4": "Innotube, Inc.",
+ "a4a24a": "Cisco SPVTG",
+ "a4a404": "Bubendorff SAS",
+ "a4a459": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a4a46b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4a490": "Samsung Electronics Co.,Ltd",
+ "a4a4d3": "Bluebank Communication Technology Co.Ltd",
+ "a4a528": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "a4a584": "Cisco Systems, Inc",
+ "a4a6a9": "Private",
+ "a4a80f": "Shenzhen Coship Electronics Co., Ltd.",
+ "a4a930": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "a4aafe": "Huawei Device Co., Ltd.",
+ "a4ac0f": "Huawei Device Co., Ltd.",
+ "a4ad00": "Ragsdale Technology",
+ "a4ad9e": "NEXAIOT",
+ "a4adb8": "Vitec Group, Camera Dynamics Ltd",
+ "a4ae11": "Hon Hai Precision Industry Co., Ltd.",
+ "a4ae12": "Hon Hai Precision Industry Co., Ltd.",
+ "a4ae9a": "Maestro Wireless Solutions ltd.",
+ "a4b039": "Shenzhen iComm Semiconductor CO.,LTD",
+ "a4b0f5": "Texas Instruments",
+ "a4b121": "Arantia 2010 S.L.",
+ "a4b197": "Apple, Inc.",
+ "a4b1c1": "Intel Corporate",
+ "a4b1e9": "Technicolor Delivery Technologies Belgium NV",
+ "a4b1ee": "H. ZANDER GmbH & Co. KG",
+ "a4b239": "Cisco Systems, Inc",
+ "a4b2a7": "Adaxys Solutions AG",
+ "a4b36a": "JSC SDO Chromatec",
+ "a4b439": "Cisco Systems, Inc",
+ "a4b52e": "Sdn. Bhd.",
+ "a4b61e": "Huawei Device Co., Ltd.",
+ "a4b805": "Apple, Inc.",
+ "a4b818": "PENTA Gesellschaft für elektronische Industriedatenverarbeitung mbH",
+ "a4b980": "Parking BOXX Inc.",
+ "a4ba70": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "a4ba76": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4badb": "Dell Inc.",
+ "a4bb6d": "Dell Inc.",
+ "a4bbaf": "Lime Instruments",
+ "a4bd7e": "HMD Global Oy",
+ "a4bdc4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4be2b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4be61": "EutroVision System, Inc.",
+ "a4bf01": "Intel Corporate",
+ "a4c0c7": "ShenZhen Hitom Communication Technology Co..LTD",
+ "a4c0e1": "Nintendo Co., Ltd.",
+ "a4c138": "Co. Ltd.",
+ "a4c1e8": "Nintendo Co.,Ltd",
+ "a4c23e": "Huizhou Speed Wireless Technology Co.,Ltd",
+ "a4c2ab": "Hangzhou LEAD-IT Information & Technology Co.,Ltd",
+ "a4c337": "Apple, Inc.",
+ "a4c34e": "Texas Instruments",
+ "a4c361": "Apple, Inc.",
+ "a4c3be": "Xiaomi Communications Co Ltd",
+ "a4c3f0": "Intel Corporate",
+ "a4c40d": "WAC Lighting",
+ "a4c494": "Intel Corporate",
+ "a4c54e": "Huawei Device Co., Ltd.",
+ "a4c64f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4c69a": "Samsung Electronics Co.,Ltd",
+ "a4c6f0": "Apple, Inc.",
+ "a4c74b": "Huawei Device Co., Ltd.",
+ "a4c788": "Xiaomi Communications Co Ltd",
+ "a4c7de": "Co.,Ltd.",
+ "a4c7f6": "Extreme Networks Headquarters",
+ "a4c939": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a4caa0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4cc32": "Inficomm Co., Ltd",
+ "a4ccb3": "Xiaomi Communications Co Ltd",
+ "a4ccb9": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "a4cd23": "Shenzhenshi Xinzhongxin Co., Ltd",
+ "a4ceda": "Arcadyan Corporation",
+ "a4cf12": "Espressif Inc.",
+ "a4cf99": "Apple, Inc.",
+ "a4cfd2": "Ubee Interactive Co., Limited",
+ "a4d094": "VIVAVIS AG",
+ "a4d18c": "Apple, Inc.",
+ "a4d18f": "Shenzhen Skyee Optical Fiber Communication Technology Ltd. ",
+ "a4d1d1": "ECOtality North America",
+ "a4d1d2": "Apple, Inc.",
+ "a4d23e": "Apple, Inc.",
+ "a4d3b5": "GLITEL Stropkov, s.r.o.",
+ "a4d4b2": "Shenzhen MeiG Smart Technology Co.,Ltd",
+ "a4d501": "Yucca Technology Company Limited.",
+ "a4d530": "Avaya LLC",
+ "a4d578": "Texas Instruments",
+ "a4d5c2": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "a4d73c": "Seiko Epson Corporation",
+ "a4d795": "Wingtech Mobile Communications Co.,Ltd",
+ "a4d856": "Gimbal, Inc",
+ "a4d8ca": "HONG KONG WATER WORLD TECHNOLOGY CO. LIMITED",
+ "a4d931": "Apple, Inc.",
+ "a4d990": "Samsung Electronics Co.,Ltd",
+ "a4d9a4": "neXus ID Solutions AB",
+ "a4da22": "IEEE Registration Authority",
+ "a4da32": "Texas Instruments",
+ "a4da3f": "Bionics Corp.",
+ "a4dad4": "Yamato Denki Co.,Ltd.",
+ "a4db2e": "Kingspan Environmental Ltd",
+ "a4db30": "Liteon Technology Corporation",
+ "a4db4c": "RAI Institute",
+ "a4dcbe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4dcd5": "Cisco Systems, Inc",
+ "a4dd58": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a4de26": "Sumitomo Electric Industries, Ltd",
+ "a4de50": "Total Walther GmbH",
+ "a4dec9": "Co. Ltd.",
+ "a4e0e6": "FILIZOLA S.A. PESAGEM E AUTOMACAO",
+ "a4e11a": "Juniper Networks",
+ "a4e287": "Xiaomi Communications Co Ltd",
+ "a4e31b": "Nokia",
+ "a4e32e": "Silicon & Software Systems Ltd.",
+ "a4e391": "DENY FONTAINE",
+ "a4e4b8": "BlackBerry RTS",
+ "a4e57c": "Espressif Inc.",
+ "a4e597": "Gessler GmbH",
+ "a4e615": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "a4e6b1": "Shanghai Joindata Technology Co.,Ltd.",
+ "a4e731": "Nokia Corporation",
+ "a4e7e4": "Connex GmbH",
+ "a4e88d": "FN-LINK TECHNOLOGY Ltd.",
+ "a4e8a3": "Fujian Newland Auto-ID Tech Co.,Ltd.",
+ "a4e975": "Apple, Inc.",
+ "a4e991": "SISTEMAS AUDIOVISUALES ITELSIS S.L.",
+ "a4e9a3": "Honest Technology Co., Ltd",
+ "a4ea4f": "VusionGroup",
+ "a4ea8e": "Extreme Networks Headquarters",
+ "a4ebd3": "Samsung Electronics Co.,Ltd",
+ "a4ed43": "IEEE Registration Authority",
+ "a4ed4e": "Commscope",
+ "a4ee57": "Seiko Epson Corporation",
+ "a4ef15": "Inc.",
+ "a4ef52": "Telewave Co., Ltd.",
+ "a4f00f": "Espressif Inc.",
+ "a4f05e": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a4f1e8": "Apple, Inc.",
+ "a4f33b": "zte corporation",
+ "a4f3c1": "Open Source Robotics Foundation, Inc.",
+ "a4f3e7": "Sdn. Bhd.",
+ "a4f465": "ITEL MOBILE LIMITED",
+ "a4f4c2": "VNPT TECHNOLOGY",
+ "a4f522": "CHOFU SEISAKUSHO CO.,LTD",
+ "a4f6e6": "Apple, Inc.",
+ "a4f6e8": "Apple, Inc.",
+ "a4f7d0": "LAN Accessories Co., Ltd.",
+ "a4f841": "Apple, Inc.",
+ "a4f921": "Apple, Inc.",
+ "a4f933": "Intel Corporate",
+ "a4f9e4": "AirVine Scientific, Inc.",
+ "a4fa76": "New H3C Technologies Co., Ltd",
+ "a4fb8d": "Hangzhou Dunchong Technology Co.Ltd",
+ "a4fc14": "Apple, Inc.",
+ "a4fc77": "Mega Well Limited",
+ "a4fca1": "Nokia Solutions and Networks GmbH & Co. KG",
+ "a4fcce": "Security Expert Ltd.",
+ "a4ff95": "Nokia",
+ "a4ff9f": "Xiaomi Communications Co Ltd",
+ "a800e3": "Starkey Labs Inc.",
+ "a8016d": "Aiwa Corporation",
+ "a80180": "IMAGO Technologies GmbH",
+ "a802db": "zte corporation",
+ "a8032a": "Espressif Inc.",
+ "a80556": "vivo Mobile Communication Co., Ltd.",
+ "a80577": "Netlist, Inc.",
+ "a80600": "Samsung Electronics Co.,Ltd",
+ "a808cf": "Vestel Elektronik San ve Tic. A.S.",
+ "a809b1": "Huawei Device Co., Ltd.",
+ "a80b6b": "Corp.",
+ "a80bfb": "Ruckus Wireless",
+ "a80c03": "Florawise",
+ "a80c0d": "Cisco Systems, Inc",
+ "a80c63": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a80cca": "Shenzhen Sundray Technologies company Limited",
+ "a80de1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a81087": "Texas Instruments",
+ "a811fc": "Commscope",
+ "a81306": "vivo Mobile Communication Co., Ltd.",
+ "a8130b": "eero inc.",
+ "a81374": "Panasonic Corporation AVC Networks Company",
+ "a8154d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "a81559": "Breathometer, Inc.",
+ "a815d6": "Shenzhen Meione Technology CO., LTD",
+ "a8169d": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "a816d0": "Samsung Electronics Co.,Ltd",
+ "a81710": "Co., Ltd.",
+ "a81758": "Elektronik System i Umeå AB",
+ "a81af1": "Apple, Inc.",
+ "a81b18": "XTS CORP",
+ "a81b5a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a81b5d": "Foxtel Management Pty Ltd",
+ "a81b6a": "Texas Instruments",
+ "a81d16": "AzureWave Technology Inc.",
+ "a81e84": "Quanta Computer Inc.",
+ "a81f79": "Yingling Innovations Pte. Ltd.",
+ "a81faf": "KRYPTON POLSKA",
+ "a82066": "Apple, Inc.",
+ "a82316": "Nokia",
+ "a823fe": "LG Electronics",
+ "a82450": "Beijing Huadianzhongxin Tech.Co.,Ltd",
+ "a824b8": "Nokia",
+ "a824eb": "ZAO NPO Introtest",
+ "a825eb": "Co.,Ltd.",
+ "a826d9": "HTC Corporation",
+ "a827c8": "Edgecore Americas Networking Corporation",
+ "a82948": "TP-Link Systems Inc.",
+ "a8294c": "Precision Optical Transceivers, Inc.",
+ "a82ad6": "Arthrex Inc.",
+ "a82bb5": "Edgecore Networks Corporation",
+ "a82bb9": "Samsung Electronics Co.,Ltd",
+ "a82bcd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a82bd5": "Xiaomi Communications Co Ltd",
+ "a82bd6": "Shina System Co., Ltd",
+ "a82bdd": "Electronics Technology co., ltd",
+ "a82c3e": "Shenzhen Cultraview Digital Technology Co., Ltd",
+ "a82c89": "Apple, Inc.",
+ "a8301c": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "a830ad": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "a830bc": "Samsung Electronics Co.,Ltd",
+ "a83162": "Hangzhou Huacheng Network Technology Co.,Ltd",
+ "a8329a": "Digicom Futuristic Technologies Ltd.",
+ "a8346a": "Samsung Electronics Co.,Ltd",
+ "a83512": "Huawei Device Co., Ltd.",
+ "a8367a": "frogblue TECHNOLOGY GmbH",
+ "a83759": "Huawei Device Co., Ltd.",
+ "a83944": "Actiontec Electronics, Inc",
+ "a83a48": "Ubiqcom India Pvt Ltd",
+ "a83a79": "Mist Systems, Inc.",
+ "a83b5c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a83b76": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "a83ca5": "Dell Inc.",
+ "a83ccb": "ROSSMA",
+ "a83e0e": "HMD Global Oy",
+ "a83ed3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a83fa1": "IEEE Registration Authority",
+ "a8400b": "Visteon Corporation",
+ "a84025": "Oxide Computer Company",
+ "a84041": "Dragino Technology Co., Limited",
+ "a8407d": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "a840f8": "HUMAX NETWORKS",
+ "a84122": "Information Technology Co.,Ltd.",
+ "a841f4": "AzureWave Technology Inc.",
+ "a842a1": "TP-Link Systems Inc",
+ "a842a7": "Jiangsu Huitong Group Co.,Ltd.",
+ "a842e3": "Espressif Inc.",
+ "a84397": "Innogrit Corporation",
+ "a843a4": "China Dragon Technology Limited",
+ "a84481": "Nokia Corporation",
+ "a844aa": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a845cd": "Siselectron Technology LTD.",
+ "a845e9": "Firich Enterprises CO., LTD.",
+ "a84616": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a84674": "Espressif Inc.",
+ "a8469d": "Cisco Meraki",
+ "a8474a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "a848fa": "Espressif Inc.",
+ "a8494d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a849a5": "Lisantech Co., Ltd.",
+ "a84a28": "Apple, Inc.",
+ "a84a63": "Co.,Ltd.",
+ "a84b4d": "Samsung Electronics Co.,Ltd",
+ "a84d4a": "Audiowise Technology Inc.",
+ "a84e3f": "Hitron Technologies. Inc",
+ "a84fa4": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "a84fb1": "Cisco Systems, Inc",
+ "a85008": "Felion Technologies Company Limited",
+ "a85081": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8515b": "Samsung Electronics Co.,Ltd",
+ "a851ab": "Apple, Inc.",
+ "a852d4": "Hewlett Packard Enterprise",
+ "a8537d": "Mist Systems, Inc.",
+ "a854a2": "Heimgard Technologies AS",
+ "a854b2": "WNC Corporation",
+ "a8556a": "3S System Technology Inc.",
+ "a8574e": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "a85840": "Co.,Ltd.",
+ "a8584e": "PK VEGA",
+ "a8587c": "Shoogee GmbH & Co. KG",
+ "a8595f": "Intel Corporate",
+ "a85ae0": "Huawei Device Co., Ltd.",
+ "a85af3": "Shanghai Siflower Communication Technology Co., Ltd",
+ "a85b36": "IEEE Registration Authority",
+ "a85b6c": "Robert Bosch Gmbh, CM-CI2",
+ "a85b78": "Apple, Inc.",
+ "a85bb0": "Shenzhen Dehoo Technology Co.,Ltd",
+ "a85bb7": "Apple, Inc.",
+ "a85bd1": "INVENTEC CORPORATION",
+ "a85bf3": "Audivo GmbH",
+ "a85bf7": "Hewlett Packard Enterprise",
+ "a85c03": "JiangSu Fulian Communication Technology Co., Ltd",
+ "a85c2c": "Apple, Inc.",
+ "a85e45": "ASUSTek COMPUTER INC.",
+ "a85ee4": "12Sided Technology, LLC",
+ "a85ef2": "TECNO MOBILE LIMITED",
+ "a860b6": "Apple, Inc.",
+ "a8610a": "ARDUINO AG",
+ "a861aa": "Cloudview Limited",
+ "a861df": "China Mobile Group Device Co.,Ltd.",
+ "a862a2": "JIWUMEDIA CO., LTD.",
+ "a86308": "AVUTEC",
+ "a8637d": "D-Link International",
+ "a863df": "DISPLAIRE CORPORATION",
+ "a863f2": "Texas Instruments",
+ "a86405": "nimbus 9, Inc",
+ "a864f1": "Intel Corporate",
+ "a865b2": "DONGGUAN YISHANG ELECTRONIC TECHNOLOGY CO., LIMITED",
+ "a8667f": "Apple, Inc.",
+ "a8671e": "RATP",
+ "a8698c": "Oracle Corporation ",
+ "a86a6f": "RIM",
+ "a86a86": "Xiaomi Communications Co Ltd",
+ "a86abb": "Sagemcom Broadband SAS",
+ "a86ac1": "HanbitEDS Co., Ltd.",
+ "a86b7c": "SHENZHEN FENGLIAN TECHNOLOGY CO., LTD.",
+ "a86bad": "Hon Hai Precision Ind. Co.,Ltd.",
+ "a86d04": "Siemens AG",
+ "a86d5f": "Raisecom Technology CO., LTD",
+ "a86daa": "Intel Corporate",
+ "a86e4e": "Huawei Device Co., Ltd.",
+ "a86e84": "TP-Link Systems Inc",
+ "a86f36": "vivo Mobile Communication Co., Ltd.",
+ "a8705d": "Commscope",
+ "a870a5": "UniComm Inc.",
+ "a87116": "Earda Technologies co Ltd",
+ "a8727e": "Automation Company Limited",
+ "a87285": "IDT, INC.",
+ "a8741d": "Phoenix Contact GmbH & Co. KG",
+ "a87484": "zte corporation",
+ "a875d6": "FreeTek International Co., Ltd.",
+ "a875e2": "Aventura Technologies, Inc.",
+ "a87650": "Samsung Electronics Co.,Ltd",
+ "a8776f": "Zonoff",
+ "a877e5": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "a87971": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8798d": "Samsung Electronics Co.,Ltd",
+ "a87b39": "Nokia Corporation",
+ "a87c01": "Samsung Electronics Co.,Ltd",
+ "a87c45": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a87cf8": "Apple, Inc.",
+ "a87d12": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a87e33": "Nokia Danmark A/S",
+ "a87eea": "Intel Corporate",
+ "a88038": "ShenZhen MovingComm Technology Co., Limited",
+ "a88055": "Tuya Smart Inc.",
+ "a8817e": "Apple, Inc.",
+ "a88195": "Samsung Electronics Co.,Ltd",
+ "a881f1": "BMEYE B.V.",
+ "a881fe": "Luxul Tech Co., Ltd",
+ "a88200": "Hisense Electric Co.,Ltd",
+ "a8827f": "CO.,Ltd",
+ "a885d7": "Sangfor Technologies Inc.",
+ "a886dd": "Apple, Inc.",
+ "a88792": "Broadband Antenna Tracking Systems",
+ "a887b3": "Samsung Electronics Co.,Ltd",
+ "a887ed": "ARC Wireless LLC",
+ "a88808": "Apple, Inc.",
+ "a8881f": "PRIVATE LIMITED",
+ "a888ce": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a88940": "Huawei Device Co., Ltd.",
+ "a88b28": "SHENZHEN DIYANG SMART TECHNOLOGY CO.,LTD.",
+ "a88c3e": "Microsoft Corporation",
+ "a88cee": "MicroMade Galka i Drozdz sp.j.",
+ "a88d7b": "SunDroid Global limited.",
+ "a88e24": "Apple, Inc.",
+ "a88f99": "Arista Networks",
+ "a88fd9": "Apple, Inc.",
+ "a89008": "Beijing Yuecheng Technology Co. Ltd.",
+ "a89042": "Beijing Wanwei Intelligent Technology Co., Ltd.",
+ "a8913d": "Apple, Inc.",
+ "a89162": "Sophos Ltd",
+ "a8934a": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "a89352": "SHANGHAI ZHONGMI COMMUNICATION TECHNOLOGY CO.,LTD",
+ "a893e6": "JIANGXI JINGGANGSHAN CKING COMMUNICATION TECHNOLOGY CO.,LTD",
+ "a895b0": "Aker Subsea Ltd",
+ "a89609": "FN-LINK TECHNOLOGY Ltd.",
+ "a89675": "Motorola Mobility LLC, a Lenovo Company",
+ "a8968a": "Apple, Inc.",
+ "a897cd": "Commscope",
+ "a897dc": "IBM",
+ "a89892": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a898c6": "Shinbo Co., Ltd.",
+ "a8995c": "aizo ag",
+ "a89969": "Dell Inc.",
+ "a899ad": "Chaoyue Technology Co., Ltd.",
+ "a899dc": "i-TOP DESING TECHNOLOGY CO.,LTD",
+ "a89a8c": "zte corporation",
+ "a89a93": "Sagemcom Broadband SAS",
+ "a89ad7": "Nokia",
+ "a89b10": "inMotion Ltd.",
+ "a89c6c": "Ubiquiti Inc",
+ "a89c78": "Apple, Inc.",
+ "a89ca4": "Furrion Limited",
+ "a89ced": "Xiaomi Communications Co Ltd",
+ "a89d21": "Cisco Systems, Inc",
+ "a89dd2": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "a89fba": "Samsung Electronics Co.,Ltd",
+ "a89fec": "Commscope",
+ "a8a089": "Tactical Communications",
+ "a8a092": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "a8a097": "ScioTeq bvba",
+ "a8a159": "ASRock Incorporation",
+ "a8a198": "TCT mobile ltd",
+ "a8a237": "Arcadyan Corporation",
+ "a8a5e2": "MSF-Vathauer Antriebstechnik GmbH & Co KG ",
+ "a8a648": "Qingdao Hisense Communications Co.,Ltd.",
+ "a8a668": "zte corporation",
+ "a8a795": "Hon Hai Precision Ind. Co.,Ltd.",
+ "a8a913": "GN Hearing A/S",
+ "a8aa7c": "Huawei Device Co., Ltd.",
+ "a8abb5": "Apple, Inc.",
+ "a8ad3d": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "a8b028": "CubePilot Pty Ltd",
+ "a8b088": "eero inc.",
+ "a8b0ae": "BizLink Special Cables Germany GmbH",
+ "a8b0d1": "Co., Ltd.",
+ "a8b13b": "HP Inc.",
+ "a8b1d4": "Cisco Systems, Inc",
+ "a8b271": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8b2da": "FUJITSU LIMITED",
+ "a8b456": "Cisco Systems, Inc",
+ "a8b483": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "a8b57c": "Roku, Inc",
+ "a8b58e": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "a8b8e0": "Changwang Technology inc.",
+ "a8b9b3": "ESSYS",
+ "a8ba25": "Hewlett Packard Enterprise",
+ "a8ba69": "Samsung Electronics Co.,Ltd",
+ "a8bb50": "WiZ IoT Company Limited",
+ "a8bb56": "Apple, Inc.",
+ "a8bbcf": "Apple, Inc.",
+ "a8bc9c": "Cloud Light Technology Limited",
+ "a8bd1a": "Limited",
+ "a8bd27": "Hewlett Packard Enterprise ",
+ "a8bd3a": "UNION MAN TECHNOLOGY CO.,LTD",
+ "a8be27": "Apple, Inc.",
+ "a8bf3c": "HDV Phoelectron Technology Limited",
+ "a8c050": "Quectel Wireless Solutions Co.,Ltd.",
+ "a8c092": "Huawei Device Co., Ltd.",
+ "a8c0ea": "Pepwave Limited",
+ "a8c222": "TM-Research Inc.",
+ "a8c246": "Gemtek Technology Co., Ltd.",
+ "a8c252": "Huawei Device Co., Ltd.",
+ "a8c266": "HUMAX Co., Ltd.",
+ "a8c407": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8c56f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "a8c647": "Extreme Networks Headquarters",
+ "a8c83a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8c87f": "Roqos, Inc.",
+ "a8c98a": "New H3C Technologies Co., Ltd",
+ "a8ca77": "Amazon Technologies Inc.",
+ "a8ca7b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8cab9": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "a8cb95": "EAST BEST CO., LTD.",
+ "a8cc6f": "HMD Global Oy",
+ "a8ce90": "CVC",
+ "a8cee7": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a8cfe0": "GDN Enterprises Private Limited",
+ "a8d081": "Huawei Device Co., Ltd.",
+ "a8d0e3": "Systech Electronics Ltd",
+ "a8d0e5": "Juniper Networks",
+ "a8d236": "Lightware Visual Engineering",
+ "a8d3c8": "Wachendorff Automation GmbH & CO.KG",
+ "a8d3f7": "Arcadyan Technology Corporation",
+ "a8d409": "USA 111 Inc",
+ "a8d498": "Avira Operations GmbH & Co. KG",
+ "a8d4e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8d579": "Beijing Chushang Science and Technology Co.,Ltd",
+ "a8d828": "Ascensia Diabetes Care",
+ "a8d861": "ITEL MOBILE LIMITED",
+ "a8d88a": "Wyconn",
+ "a8da01": "Shenzhen NUOLIJIA Digital Technology Co.,Ltd",
+ "a8da0c": "PRIVATE LIMITED",
+ "a8dc5a": "Digital Watchdog",
+ "a8de68": "Beijing Wide Technology Co.,Ltd",
+ "a8e018": "Nokia Corporation",
+ "a8e207": "GOIP Global Services Pvt. Ltd.",
+ "a8e291": "AzureWave Technology Inc.",
+ "a8e2c1": "Texas Instruments",
+ "a8e2c3": "Shenzhen YOUHUA Technology Co., Ltd",
+ "a8e3ee": "Sony Interactive Entertainment Inc.",
+ "a8e539": "Nurivoice Co., Ltd",
+ "a8e544": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8e552": "JUWEL Aquarium AG & Co. KG",
+ "a8e5ec": "Nokia",
+ "a8e621": "Amazon Technologies Inc.",
+ "a8e6e8": "Tonly Technology Co. Ltd ",
+ "a8e705": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a8e77d": "Texas Instruments",
+ "a8e81e": "ATW TECHNOLOGY, INC.",
+ "a8e824": "INIM ELECTRONICS S.R.L.",
+ "a8e978": "Huawei Device Co., Ltd.",
+ "a8ea71": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a8eae4": "Weiser",
+ "a8ed71": "Analogue Enterprises Limited",
+ "a8ee67": "Samsung Electronics Co.,Ltd",
+ "a8ee6d": "Fine Point-High Export",
+ "a8eec6": "Muuselabs NV/SA",
+ "a8ef26": "Tritonwave",
+ "a8ef5f": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "a8f038": "SHEN ZHEN SHI JIN HUA TAI ELECTRONICS CO.,LTD",
+ "a8f059": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8f1b2": "Allwinner Technology Co., Ltd",
+ "a8f266": "Huawei Device Co., Ltd.",
+ "a8f274": "Samsung Electronics Co.,Ltd",
+ "a8f470": "Fujian Newland Communication Science Technologies Co.,Ltd.",
+ "a8f5ac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "a8f5dd": "Commscope",
+ "a8f5e1": "Shenzhen Shokz Co., Ltd.",
+ "a8f766": "ITE Tech Inc",
+ "a8f7d9": "Mist Systems, Inc.",
+ "a8f7e0": "PLANET Technology Corporation",
+ "a8f8c9": "LTD.",
+ "a8f94b": "Eltex Enterprise Ltd.",
+ "a8fad8": "Apple, Inc.",
+ "a8fb40": "Nokia Solutions and Networks GmbH & Co. KG",
+ "a8fb70": "WiseSec L.t.d",
+ "a8fcb7": "Consolidated Resource Imaging",
+ "a8fe9d": "Apple, Inc.",
+ "a8fece": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "a8ffba": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "aa0000": "DIGITAL EQUIPMENT CORPORATION",
+ "aa0001": "DIGITAL EQUIPMENT CORPORATION",
+ "aa0002": "DIGITAL EQUIPMENT CORPORATION",
+ "aa0003": "DIGITAL EQUIPMENT CORPORATION",
+ "aa0004": "DIGITAL EQUIPMENT CORPORATION",
+ "ac007a": "Apple, Inc.",
+ "ac00d0": "zte corporation",
+ "ac00f9": "Sdn. Bhd.",
+ "ac0142": "Uriel Technologies SIA",
+ "ac017a": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "ac02ca": "HI Solutions, Inc.",
+ "ac02cf": "RW Tecnologia Industria e Comercio Ltda",
+ "ac02ef": "Comsis",
+ "ac040b": "Peloton Interactive, Inc",
+ "ac0425": "ball-b GmbH Co KG",
+ "ac0481": "Jiangsu Huaxing Electronics Co., Ltd.",
+ "ac04aa": "GoPro",
+ "ac0613": "Senselogix Ltd",
+ "ac0650": "Shanghai Baosight Software Co., Ltd",
+ "ac06c7": "ServerNet S.r.l.",
+ "ac075f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac0775": "Apple, Inc.",
+ "ac0a61": "Labor S.r.L.",
+ "ac0bfb": "Espressif Inc.",
+ "ac0dfe": "Ekon GmbH - myGEKKO",
+ "ac1007": "Arcadyan Corporation",
+ "ac1065": "KT Micro, Inc.",
+ "ac11d3": "Suzhou HOTEK Video Technology Co. Ltd",
+ "ac1203": "Intel Corporate",
+ "ac122f": "Fantasia Trading LLC",
+ "ac128e": "Shanghai Baud Data Communication Co.,Ltd.",
+ "ac139c": "Adtran Inc",
+ "ac1461": "ATAW Co., Ltd.",
+ "ac14d2": "wi-daq, inc.",
+ "ac1518": "Espressif Inc.",
+ "ac1585": "silergy corp",
+ "ac15a2": "TP-Link Systems Inc",
+ "ac15f4": "Apple, Inc.",
+ "ac1615": "Apple, Inc.",
+ "ac162d": "Hewlett Packard",
+ "ac16de": "Intel Corporate",
+ "ac1702": "Fibar Group sp. z o.o.",
+ "ac1754": "tiko Energy Solutions AG",
+ "ac1794": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "ac17c8": "Cisco Meraki",
+ "ac1826": "Seiko Epson Corporation",
+ "ac198e": "Intel Corporate",
+ "ac199f": "SUNGROW POWER SUPPLY CO.,LTD.",
+ "ac1a3d": "Dell Inc.",
+ "ac1c26": "Hangzhou Ezviz Software Co.,Ltd.",
+ "ac1d06": "Apple, Inc.",
+ "ac1ddf": "IEEE Registration Authority",
+ "ac1e92": "Samsung Electronics Co.,Ltd",
+ "ac1e9e": "Xiaomi Communications Co Ltd",
+ "ac1ea9": "Intelbras",
+ "ac1ed0": "Temic Automotive Philippines Inc.",
+ "ac1f09": "shenzhen RAKwireless technology Co.,Ltd",
+ "ac1f0f": "Texas Instruments",
+ "ac1f6b": "Super Micro Computer, Inc.",
+ "ac1f74": "Apple, Inc.",
+ "ac1fd7": "Real Vision Technology Co.,Ltd.",
+ "ac202e": "Hitron Technologies. Inc",
+ "ac203e": "Wuhan Tianyu Information Industry Co., Ltd.",
+ "ac20aa": "DMATEK Co., Ltd.",
+ "ac2205": "Compal Broadband Networks, Inc.",
+ "ac220b": "ASUSTek COMPUTER INC.",
+ "ac2316": "Mist Systems, Inc.",
+ "ac2334": "Infinix mobility limited",
+ "ac233f": "Shenzhen Minew Technologies Co., Ltd.",
+ "ac2929": "Infinix mobility limited",
+ "ac293a": "Apple, Inc.",
+ "ac2a0c": "CSR ZHUZHOU INSTITUTE CO.,LTD.",
+ "ac2aa1": "Cisco Systems, Inc",
+ "ac2b6e": "Intel Corporate",
+ "ac2da3": "TXTR GmbH",
+ "ac2da9": "TECNO MOBILE LIMITED",
+ "ac2fa8": "Humannix Co.,Ltd.",
+ "ac3184": "Huawei Device Co., Ltd.",
+ "ac319d": "Shenzhen TG-NET Botone Technology Co.,Ltd.",
+ "ac330b": "Japan Computer Vision Corp.",
+ "ac3328": "Huawei Device Co., Ltd.",
+ "ac3351": "Ericsson AB",
+ "ac34cb": "Shanhai GBCOM Communication Technology Co. Ltd",
+ "ac35ee": "FN-LINK TECHNOLOGY LIMITED",
+ "ac3613": "Samsung Electronics Co.,Ltd",
+ "ac361b": "Hon Hai Precision Industry Co.,LTD",
+ "ac3651": "Jiangsu Hengtong Terahertz Technology Co., Ltd.",
+ "ac3728": "Taicang T&W Electronics",
+ "ac3743": "HTC Corporation",
+ "ac37c9": "RAID Incorporated",
+ "ac3870": "Lenovo Mobile Communication Technology Ltd.",
+ "ac393d": "eero inc.",
+ "ac3971": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "ac3a67": "Cisco Systems, Inc",
+ "ac3a7a": "Roku, Inc.",
+ "ac3b77": "Sagemcom Broadband SAS",
+ "ac3b96": "LTD.",
+ "ac3c0b": "Apple, Inc.",
+ "ac3c8e": "Flextronics Computing(Suzhou)Co.,Ltd.",
+ "ac3cb4": "Nilan A/S",
+ "ac3d05": "Instorescreen Aisa",
+ "ac3d75": "HANGZHOU ZHIWAY TECHNOLOGIES CO.,LTD.",
+ "ac3d94": "Arista Networks",
+ "ac3dcb": "Intel Corporate",
+ "ac3eb1": "Google, Inc.",
+ "ac3fa4": "TAIYO YUDEN CO.,LTD",
+ "ac40ea": "C&T Solution Inc. ",
+ "ac4122": "Eclipse Electronic Systems Inc.",
+ "ac416a": "Amazon Technologies Inc.",
+ "ac4228": "Parta Networks",
+ "ac4330": "Versa Networks",
+ "ac44f2": "YAMAHA CORPORATION",
+ "ac4500": "Apple, Inc.",
+ "ac45ca": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ac45ef": "Intel Corporate",
+ "ac471b": "Huawei Device Co., Ltd.",
+ "ac4723": "Genelec",
+ "ac482d": "Ralinwi Nanjing Electronic Technology Co., Ltd.",
+ "ac49db": "Apple, Inc.",
+ "ac4a56": "Cisco Systems, Inc",
+ "ac4a67": "Cisco Systems, Inc",
+ "ac4afe": "Hisense Broadband Multimedia Technology Co.,Ltd.",
+ "ac4b1e": "Integri-Sys.Com LLC",
+ "ac4bc8": "Juniper Networks",
+ "ac4ca5": "Vantiva USA LLC",
+ "ac4d16": "Texas Instruments",
+ "ac4dd9": "Extreme Networks Headquarters",
+ "ac4e2e": "Shenzhen JingHanDa Electronics Co.Ltd",
+ "ac4e65": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "ac4e91": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac4ffc": "SVS-VISTEK GmbH",
+ "ac5036": "Pi-Coral Inc",
+ "ac5093": "Magna Electronics Europe GmbH & Co. OHG",
+ "ac50de": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "ac50ee": "Tianyi Telecom Terminals Company Limited",
+ "ac512c": "Infinix mobility limited",
+ "ac5135": "MPI TECH",
+ "ac51ab": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac51ee": "Adtran Inc",
+ "ac5474": "China Mobile IOT Company Limited",
+ "ac54ec": "IEEE P1823 Standards Working Group",
+ "ac562c": "LIMITED",
+ "ac567b": "Sunnovo International Limited",
+ "ac5775": "HMD Global Oy",
+ "ac583b": "Human Assembler, Inc.",
+ "ac587b": "JCT Healthcare",
+ "ac5a14": "Samsung Electronics Co.,Ltd",
+ "ac5aee": "China Mobile Group Device Co.,Ltd.",
+ "ac5af0": "LG Electronics",
+ "ac5afc": "Intel Corporate",
+ "ac5c2c": "Apple, Inc.",
+ "ac5c80": "Telink Micro LLC",
+ "ac5d10": "Pace Americas",
+ "ac5d5c": "FN-LINK TECHNOLOGY LIMITED",
+ "ac5e14": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac5e8c": "Utillink",
+ "ac5fea": "Co., Ltd",
+ "ac606f": "Nokia Shanghai Bell Co., Ltd.",
+ "ac6089": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac60b6": "Ericsson AB",
+ "ac6123": "Drivven, Inc.",
+ "ac6175": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac61b9": "WAMA Technology Limited",
+ "ac61ea": "Apple, Inc.",
+ "ac620d": "Co.,Ltd",
+ "ac63be": "Amazon Technologies Inc.",
+ "ac6417": "Siemens AG",
+ "ac6462": "zte corporation",
+ "ac6490": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac64cf": "FN-LINK TECHNOLOGY LIMITED",
+ "ac64dd": "IEEE Registration Authority",
+ "ac6706": "Ruckus Wireless",
+ "ac675d": "Intel Corporate",
+ "ac676f": "Electrocompaniet A.S.",
+ "ac6784": "Google, Inc.",
+ "ac67b2": "Espressif Inc.",
+ "ac69cf": "Cisco Meraki",
+ "ac6aa3": "Shenzhen Kertong Technology Co.,Ltd",
+ "ac6b0f": "CADENCE DESIGN SYSTEMS INC",
+ "ac6bac": "Jenny Science AG",
+ "ac6c90": "Samsung Electronics Co.,Ltd",
+ "ac6e1a": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "ac6f4f": "Enspert Inc",
+ "ac6fbb": "TATUNG Technology Inc.",
+ "ac6fd9": "Valueplus Inc.",
+ "ac710c": "China Mobile Group Device Co.,Ltd.",
+ "ac712e": "Fortinet, Inc.",
+ "ac7236": "Lexking Technology Co., Ltd.",
+ "ac7289": "Intel Corporate",
+ "ac72dd": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "ac7352": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ac7409": "Hangzhou H3C Technologies Co., Limited",
+ "ac74b1": "Intel Corporate",
+ "ac74c4": "Maytronics Ltd.",
+ "ac751d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac764c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ac7713": "Co.,Ltd",
+ "ac77b9": "Nanjing Yufei Intelligent Control Technology Co.,LTD",
+ "ac78d1": "Juniper Networks",
+ "ac7a42": "iConnectivity",
+ "ac7a4d": "ALPSALPINE CO,.LTD",
+ "ac7a56": "Cisco Systems, Inc",
+ "ac7a94": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ac7ba1": "Intel Corporate",
+ "ac7e01": "Huawei Device Co., Ltd.",
+ "ac7e8a": "Cisco Systems, Inc",
+ "ac7f3e": "Apple, Inc.",
+ "ac7f8d": "Extreme Networks Headquarters",
+ "ac800a": "Sony Corporation",
+ "ac80ae": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "ac80d6": "Hexatronic AB",
+ "ac80fb": "Samsung Electronics Co.,Ltd",
+ "ac8112": "Gemtek Technology Co., Ltd.",
+ "ac81b5": "Accton Technology Corporation",
+ "ac81f3": "Nokia Corporation",
+ "ac8226": "Qingdao Haier Technology Co.,Ltd",
+ "ac8247": "Intel Corporate",
+ "ac82f0": "Apple, Inc.",
+ "ac8317": "Shenzhen Furtunetel Communication Co., Ltd",
+ "ac83e9": "Beijing Zile Technology Co., Ltd",
+ "ac83f0": "Cobalt Digital Inc.",
+ "ac83f3": "AMPAK Technology, Inc.",
+ "ac84c6": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ac84c9": "Sagemcom Broadband SAS",
+ "ac84fa": "Zhejiang Weilai Jingling Artificial Intelligence Technology Co., Ltd.",
+ "ac853d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac8674": "Open Mesh, Inc.",
+ "ac867e": "Limited Company",
+ "ac86a3": "Apple, Inc.",
+ "ac86d1": "IEEE Registration Authority",
+ "ac87a3": "Apple, Inc.",
+ "ac8866": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "ac88fd": "Apple, Inc.",
+ "ac8995": "AzureWave Technology Inc.",
+ "ac89d2": "Ciena Corporation",
+ "ac8acd": "ROGER D.Wensker, G.Wensker sp.j.",
+ "ac8b6a": "China Mobile IOT Company Limited",
+ "ac8b9c": "Primera Technology, Inc.",
+ "ac8ba9": "Ubiquiti Inc",
+ "ac8c46": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "ac8d14": "Smartrove Inc",
+ "ac8d34": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac8ebd": "Microsoft Corporation",
+ "ac8fa9": "Nokia Solutions and Networks GmbH & Co. KG",
+ "ac8ff8": "Nokia",
+ "ac9073": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac9085": "Apple, Inc.",
+ "ac915d": "Digital Control Technology Limited",
+ "ac919b": "WNC Corporation",
+ "ac91a1": "Dell Inc.",
+ "ac9232": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac932f": "Nokia Corporation",
+ "ac936a": "Huawei Device Co., Ltd.",
+ "ac93c4": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "ac9403": "Envision Peripherals Inc",
+ "ac9572": "Jovision Technology Co., Ltd.",
+ "ac965b": "Lucid Motors",
+ "ac9738": "Apple, Inc.",
+ "ac976c": "Greenliant",
+ "ac9929": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ac9a22": "NXP Semiconductors",
+ "ac9a96": "Maxlinear, Inc",
+ "ac9b0a": "Sony Corporation",
+ "ac9b84": "Smak Tecnologia e Automacao",
+ "ac9ce4": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "ac9e17": "ASUSTek COMPUTER INC.",
+ "ac9fc3": "Ring LLC",
+ "aca016": "Cisco Systems, Inc",
+ "aca09d": "Juniper Networks",
+ "aca213": "Shenzhen Bilian electronic CO.,LTD",
+ "aca22c": "Baycity Technologies Ltd",
+ "aca31e": "Hewlett Packard Enterprise",
+ "aca32f": "Solidigm Technology",
+ "aca430": "Peerless AV",
+ "aca46e": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "aca613": "Aivres SYSTEMS INC",
+ "aca667": "Electronic Systems Protection, Inc.",
+ "aca88e": "SHARP Corporation",
+ "aca919": "TrekStor GmbH",
+ "aca9a0": "Audioengine, Ltd.",
+ "acab2e": "Beijing LasNubes Technology Co., Ltd.",
+ "acab8d": "Lyngso Marine A/S",
+ "acabbf": "AthenTek Inc.",
+ "acace2": "TRADING LIMITED",
+ "acad4b": "zte corporation",
+ "acae19": "Roku, Inc",
+ "acafb9": "Samsung Electronics Co.,Ltd",
+ "acb181": "Belden Mooresville",
+ "acb1ee": "SHENZHEN FENDA TECHNOLOGY CO., LTD",
+ "acb313": "Commscope",
+ "acb3b5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "acb480": "Dell Inc.",
+ "acb566": "Sdn. Bhd.",
+ "acb57d": "Liteon Technology Corporation",
+ "acb687": "Arcadyan Corporation",
+ "acb722": "Qingdao Haier Technology Co.,Ltd",
+ "acb74f": "METEL s.r.o.",
+ "acb859": "Uniband Electronic Corp,",
+ "acb92f": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "acbac0": "Intertech Services AG",
+ "acbb61": "YSTen Technology Co.,Ltd",
+ "acbc32": "Apple, Inc.",
+ "acbc5b": "VIVIBIT INC",
+ "acbcb5": "Apple, Inc.",
+ "acbcd9": "Cisco Systems, Inc",
+ "acbd0b": "Leimac Ltd.",
+ "acbd70": "Huawei Device Co., Ltd.",
+ "acbdf7": "Cisco Meraki",
+ "acbe75": "Ufine Technologies Co.,Ltd.",
+ "acbeb6": "Visualedge Technology Co., Ltd.",
+ "acbf71": "Bose Corporation",
+ "acc048": "Co., Ltd",
+ "acc1ee": "Xiaomi Communications Co Ltd",
+ "acc25d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "acc2ec": "CLT INT'L IND. CORP.",
+ "acc33a": "Samsung Electronics Co.,Ltd",
+ "acc358": "Continental Automotive Czech Republic s.r.o.",
+ "acc3e5": "Cisco Meraki",
+ "acc4a9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "acc4bd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "acc51b": "Zhuhai Pantum Electronics Co., Ltd.",
+ "acc595": "Graphite Systems",
+ "acc5b4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "acc662": "MitraStar Technology Corp.",
+ "acc698": "Kohzu Precision Co., Ltd.",
+ "acc73f": "VITSMO CO., LTD.",
+ "acc906": "Apple, Inc.",
+ "acc935": "Ness Corporation",
+ "acc9ff": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "acca0f": "INDISR COMMUNICATION SERVICES AND TECHNOLOGIES INDIA",
+ "acca54": "Telldus Technologies AB",
+ "acca8e": "ODA Technologies",
+ "accaab": "Virtual Electric Inc",
+ "accaba": "Midokura Co., Ltd. ",
+ "accb09": "Ltd",
+ "accb36": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "accb51": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "accc8e": "Axis Communications AB",
+ "acccfc": "Amazon Technologies Inc.",
+ "acce8f": "HWA YAO TECHNOLOGIES CO., LTD",
+ "acce92": "New H3C Technologies Co., Ltd",
+ "accf23": "Hi-flying electronics technology Co.,Ltd",
+ "accf5c": "Apple, Inc.",
+ "accf7b": "INGRAM MICRO SERVICES",
+ "accf85": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "acd074": "Espressif Inc.",
+ "acd180": "Crexendo Business Solutions, Inc.",
+ "acd1b8": "Hon Hai Precision Ind. Co.,Ltd.",
+ "acd31d": "Cisco Meraki",
+ "acd364": "ABB SPA, ABB SACE DIV.",
+ "acd564": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "acd618": "Co., Ltd",
+ "acd657": "Shaanxi GuoLian Digital TV Technology Co.,Ltd.",
+ "acd75b": "Sagemcom Broadband SAS",
+ "acd829": "Co., Ltd.",
+ "acd8a7": "BELLDESIGN Inc.",
+ "acd929": "Quectel Wireless Solutions Co.,Ltd.",
+ "acd9d6": "tci GmbH",
+ "acdb22": "Marquardt Schaltsysteme SCS",
+ "acdb48": "Commscope",
+ "acdbda": "Shenzhen Geniatech Inc, Ltd",
+ "acdcca": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "acdce5": "Procter & Gamble Company",
+ "acde48": "Private",
+ "acdf9f": "Arcadyan Corporation",
+ "acdfa1": "Apple, Inc.",
+ "ace010": "Liteon Technology Corporation",
+ "ace069": "ISAAC Instruments",
+ "ace0d6": "koreabts",
+ "ace14f": "Autonomic Controls, Inc.",
+ "ace215": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ace2d3": "Hewlett Packard",
+ "ace342": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ace348": "MadgeTech, Inc",
+ "ace403": "Shenzhen Visteng Technology CO.,LTD",
+ "ace42e": "SK hynix",
+ "ace4b5": "Apple, Inc.",
+ "ace5f0": "Doppler Labs",
+ "ace64b": "Shenzhen Baojia Battery Technology Co., Ltd.",
+ "ace77b": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "ace87b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ace87e": "Bytemark Computer Consulting Ltd",
+ "ace97f": "IoT Tech Limited",
+ "ace9aa": "Hay Systems Ltd",
+ "acea6a": "GENIX INFOCOMM CO., LTD.",
+ "aceaea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "aceb51": "Universal Electronics, Inc.",
+ "acebe6": "Espressif Inc.",
+ "acec80": "Commscope",
+ "acec85": "eero inc.",
+ "aced32": "Extreme Networks Headquarters",
+ "aced5c": "Intel Corporate",
+ "acee3b": "6harmonics Inc",
+ "acee64": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "acee70": "Fontem Ventures BV",
+ "acee9e": "Samsung Electronics Co.,Ltd",
+ "acef92": "IEEE Registration Authority",
+ "acf0b2": "Becker Electronics Taiwan Ltd.",
+ "acf108": "LG Innotek",
+ "acf1df": "D-Link International",
+ "acf23c": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "acf2c5": "Cisco Systems, Inc",
+ "acf42c": "Earda Technologies co Ltd",
+ "acf466": "HP Inc.",
+ "acf473": "iRobot Corporation",
+ "acf5e6": "Cisco Systems, Inc",
+ "acf70d": "China Mobile Group Device Co.,Ltd.",
+ "acf7f3": "Xiaomi Communications Co Ltd",
+ "acf85c": "Chengdu Higon Integrated Circuit Design Co,. Ltd.",
+ "acf8cc": "Commscope",
+ "acf970": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "acf97e": "ELESYS INC.",
+ "acfaa5": "digitron",
+ "acfae4": "Nintendo Co.,Ltd",
+ "acfbc2": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "acfc82": "Shenzhen Sundray Technologies company Limited",
+ "acfce3": "EM Microelectronic",
+ "acfd93": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "acfdce": "Intel Corporate",
+ "acfdec": "Apple, Inc.",
+ "acfe05": "ITEL MOBILE LIMITED",
+ "acff6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b00073": "WNC Corporation",
+ "b000b4": "Cisco Systems, Inc",
+ "b00247": "AMPAK Technology, Inc.",
+ "b0027e": "MULLER SERVICES",
+ "b00594": "Liteon Technology Corporation",
+ "b00875": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b008bf": "Vital Connect, Inc.",
+ "b009d3": "Avizia",
+ "b009da": "Ring Solutions",
+ "b00ad5": "zte corporation",
+ "b00b22": "Huawei Device Co., Ltd.",
+ "b00c9d": "Quectel Wireless Solutions Co.,Ltd.",
+ "b00cd1": "Hewlett Packard",
+ "b01041": "Hon Hai Precision Ind. Co.,Ltd.",
+ "b0104b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b010a0": "Texas Instruments",
+ "b01203": "Dynamics Hong Kong Limited",
+ "b01266": "Futaba-Kikaku",
+ "b01408": "LIGHTSPEED INTERNATIONAL CO.",
+ "b014df": "MitraStar Technology Corp.",
+ "b01656": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b01743": "EDISON GLOBAL CIRCUITS LLC",
+ "b01831": "Apple, Inc.",
+ "b01886": "SmarDTV Corporation",
+ "b01921": "TP-Link Systems Inc",
+ "b019c6": "Apple, Inc.",
+ "b01b4b": "Invisible Fun Studio Limited",
+ "b01b7c": "Ontrol A.S.",
+ "b01bd2": "Limited",
+ "b01c0c": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "b01c91": "Elim Co",
+ "b01f29": "Helvetia INC.",
+ "b01f47": "Heights Telecom T ltd",
+ "b01f81": "IEEE Registration Authority",
+ "b01f8c": "Hewlett Packard Enterprise",
+ "b01ff4": "Sagemcom Broadband SAS",
+ "b0216f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0227a": "HP Inc.",
+ "b02347": "Shenzhen Giant Microelectronics Company Limited",
+ "b02491": "Huawei Device Co., Ltd.",
+ "b024f3": "Progeny Systems",
+ "b025aa": "AIstone Global Limited",
+ "b02628": "Broadcom Limited",
+ "b02680": "Cisco Systems, Inc",
+ "b027cf": "Extreme Networks Headquarters",
+ "b0285b": "JUHUA Technology Inc.",
+ "b02a1f": "Wingtech Group (HongKong)Limited",
+ "b02a43": "Google, Inc.",
+ "b02eba": "Earda Technologies co Ltd",
+ "b02ee0": "Huawei Device Co., Ltd.",
+ "b03055": "China Mobile IOT Company Limited",
+ "b030c8": "Teal Drones, Inc.",
+ "b03226": "Keheng Information Industry Co., Ltd.",
+ "b03366": "vivo Mobile Communication Co., Ltd.",
+ "b033a6": "Juniper Networks",
+ "b03495": "Apple, Inc.",
+ "b034fb": "ShenZhen Microtest Automation Co.,Ltd",
+ "b0350b": "CO.,LTD",
+ "b0358d": "Nokia Corporation",
+ "b0359f": "Intel Corporate",
+ "b035b5": "Apple, Inc.",
+ "b03795": "LG Electronics",
+ "b03829": "Siliconware Precision Industries Co., Ltd.",
+ "b03850": "Nanjing CAS-ZDC IOT SYSTEM CO.,LTD",
+ "b0386c": "EFM Networks",
+ "b03893": "Onda TLC Italia S.r.l.",
+ "b038e2": "Wanan Hongsheng Electronic Co.Ltd",
+ "b03956": "NETGEAR",
+ "b03ace": "Huawei Device Co., Ltd.",
+ "b03b1b": "Ltd.",
+ "b03cdc": "Intel Corporate",
+ "b03d96": "Vision Valley FZ LLC",
+ "b03dc2": "Co.,ltd",
+ "b03e51": "SKY UK LIMITED",
+ "b03eb0": "MICRODIA Ltd.",
+ "b03f64": "Apple, Inc.",
+ "b04089": "Senient Systems LTD",
+ "b0411d": "ITTIM Technologies",
+ "b0416f": "Shenzhen Maxtang Computer Co.,Ltd",
+ "b0435d": "NuLEDs, Inc.",
+ "b04414": "New H3C Technologies Co., Ltd",
+ "b0449c": "Assa Abloy AB - Yale",
+ "b04502": "Huawei Device Co., Ltd.",
+ "b04515": "mira fitness,LLC.",
+ "b04519": "TCT mobile ltd",
+ "b04530": "SKY UK LIMITED",
+ "b04545": "YACOUB Automation GmbH",
+ "b04692": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b046fc": "MitraStar Technology Corp.",
+ "b0475e": "IEEE Registration Authority",
+ "b047bf": "Samsung Electronics Co.,Ltd",
+ "b047e9": "Intel Corporate",
+ "b0481a": "Apple, Inc.",
+ "b0487a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b0495f": "OMRON HEALTHCARE Co., Ltd.",
+ "b04a39": "Beijing Roborock Technology Co., Ltd.",
+ "b04a6a": "Samsung Electronics Co.,Ltd",
+ "b04ab4": "Motorola Mobility LLC, a Lenovo Company",
+ "b04b68": "NAKAYO Inc",
+ "b04bbf": "PT HAN SUNG ELECTORONICS INDONESIA",
+ "b04c05": "Fresenius Medical Care Deutschland GmbH",
+ "b04e26": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b04f13": "Dell Inc.",
+ "b04f3c": "Genuine Optics",
+ "b04fa6": "DongGuan Ramaxel Memory Technology",
+ "b04fc3": "Shenzhen NVC Cloud Technology Co., Ltd.",
+ "b050bc": "SHENZHEN BASICOM ELECTRONIC CO.,LTD.",
+ "b0518e": "Holl technology CO.Ltd.",
+ "b05216": "Hon Hai Precision Ind. Co.,Ltd.",
+ "b05246": "LTD.",
+ "b05365": "China Mobile IOT Company Limited",
+ "b05476": "Samsung Electronics Co.,Ltd",
+ "b05508": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b05706": "Vallox Oy",
+ "b058c4": "Broadcast Microwave Services, Inc",
+ "b05947": "Shenzhen Qihu Intelligent Technology Company Limited",
+ "b05a44": "Fibocom Wireless Inc.",
+ "b05a7b": "Huawei Device Co., Ltd.",
+ "b05ada": "Hewlett Packard",
+ "b05b1f": "THERMO FISHER SCIENTIFIC S.P.A.",
+ "b05b67": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b05b99": "Sagemcom Broadband SAS",
+ "b05c16": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b05cda": "HP Inc.",
+ "b05ce5": "Nokia Corporation",
+ "b05dd4": "Commscope",
+ "b06088": "Intel Corporate",
+ "b061c7": "Ericsson-LG Enterprise",
+ "b0653a": "Murata Manufacturing Co., Ltd.",
+ "b06563": "Shanghai Railway Communication Factory",
+ "b065bd": "Apple, Inc.",
+ "b065f1": "WIO Manufacturing HK Limited",
+ "b0672f": "Bowers & Wilkins",
+ "b067b5": "Apple, Inc.",
+ "b068b6": "Hangzhou OYE Technology Co. Ltd",
+ "b068e6": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "b06971": "DEI Sales, Inc.",
+ "b06a41": "Google, Inc.",
+ "b06b11": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "b06bb3": "GRT",
+ "b06cbf": "3ality Digital Systems GmbH",
+ "b06e72": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "b06ebf": "ASUSTek COMPUTER INC.",
+ "b06fe0": "Samsung Electronics Co.,Ltd",
+ "b0700d": "Nokia",
+ "b0702d": "Apple, Inc.",
+ "b07219": "Apple, Inc.",
+ "b072bf": "Murata Manufacturing Co., Ltd.",
+ "b0735d": "Huawei Device Co., Ltd.",
+ "b0739c": "Amazon Technologies Inc.",
+ "b0750c": "QA Cafe",
+ "b0754d": "Nokia",
+ "b075d5": "zte corporation",
+ "b0761b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b077ac": "Commscope",
+ "b07839": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "b07870": "Wi-NEXT, Inc.",
+ "b078f0": "Beijing HuaqinWorld Technology Co.,Ltd.",
+ "b07908": "Cummings Engineering",
+ "b0793c": "Revolv Inc",
+ "b07994": "Motorola Mobility LLC, a Lenovo Company",
+ "b07adf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b07b25": "Dell Inc.",
+ "b07c51": "Ruckus Wireless",
+ "b07c8e": "Brother Industries, LTD.",
+ "b07d47": "Cisco Systems, Inc",
+ "b07d62": "Dipl.-Ing. H. Horstmann GmbH",
+ "b07d64": "Intel Corporate",
+ "b07e11": "Texas Instruments",
+ "b07e70": "Zadara Storage Ltd.",
+ "b07fb9": "NETGEAR",
+ "b0808c": "Laser Light Engines",
+ "b08101": "Honor Device Co., Ltd.",
+ "b08184": "Espressif Inc.",
+ "b081d8": "I-sys Corp",
+ "b083d6": "Commscope",
+ "b083fe": "Dell Inc.",
+ "b0869e": "Chloride S.r.L",
+ "b08807": "Strata Worldwide",
+ "b08900": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b08991": "LGE ",
+ "b089c2": "Zyptonite",
+ "b08b92": "zte corporation",
+ "b08b9e": "Telechips, Inc.",
+ "b08ba8": "Amazon Technologies Inc.",
+ "b08bbe": "ABL GmbH",
+ "b08bcf": "Cisco Systems, Inc",
+ "b08bd0": "Cisco Systems, Inc",
+ "b08c75": "Apple, Inc.",
+ "b08d57": "Cisco Systems, Inc",
+ "b08e1a": "URadio Systems Co., Ltd",
+ "b09074": "Fulan Electronics Limited",
+ "b0907e": "Cisco Systems, Inc",
+ "b090d4": "Shenzhen Hoin Internet Technology Co., Ltd",
+ "b09122": "Texas Instruments",
+ "b09134": "Taleo",
+ "b09137": "ISis ImageStream Internet Solutions, Inc",
+ "b09200": "Apple, Inc.",
+ "b0924a": "Sagemcom Broadband SAS",
+ "b0935b": "Commscope",
+ "b09575": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b0958e": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b0966c": "Lanbowan Technology Ltd.",
+ "b096ea": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "b09738": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "b0973a": "E-Fuel Corporation",
+ "b097e6": "FUJIAN FUCAN WECON CO LTD",
+ "b0982b": "Sagemcom Broadband SAS",
+ "b0989f": "LG CNS",
+ "b098bc": "Huawei Device Co., Ltd.",
+ "b09928": "FUJITSU LIMITED",
+ "b0995a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b099d7": "Samsung Electronics Co.,Ltd",
+ "b09ae2": "STEMMER IMAGING GmbH",
+ "b09bd4": "GNH Software India Private Limited",
+ "b09c63": "Xiaomi Communications Co Ltd",
+ "b09e1b": "Butlr Technologies, Inc.",
+ "b09fba": "Apple, Inc.",
+ "b0a10a": "Pivotal Systems Corporation",
+ "b0a187": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "b0a2e7": "Shenzhen TINNO Mobile Technology Corp.",
+ "b0a37e": "QING DAO HAIER TELECOM CO.,LTD.",
+ "b0a3f2": "Huaqin Technology Co. LTD",
+ "b0a454": "Tripwire Inc.",
+ "b0a460": "Intel Corporate",
+ "b0a4f0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0a604": "Espressif Inc.",
+ "b0a651": "Cisco Systems, Inc",
+ "b0a6f5": "Xaptum, Inc.",
+ "b0a72a": "Ensemble Designs, Inc.",
+ "b0a732": "Espressif Inc.",
+ "b0a737": "Roku, Inc.",
+ "b0a7b9": "TP-Link Systems Inc",
+ "b0a7d2": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b0a86e": "Juniper Networks",
+ "b0aa36": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b0aa77": "Cisco Systems, Inc",
+ "b0aad2": "Sichuan tianyi kanghe communications co., LTD",
+ "b0ac82": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "b0acd2": "zte corporation",
+ "b0acfa": "FUJITSU LIMITED",
+ "b0adaa": "Avaya Inc",
+ "b0ae25": "Varikorea",
+ "b0aff7": "Shenzhen Yipingfang Network Technology Co., Ltd.",
+ "b0b113": "Texas Instruments",
+ "b0b194": "zte corporation",
+ "b0b21c": "Espressif Inc.",
+ "b0b28f": "Sagemcom Broadband SAS",
+ "b0b2dc": "Zyxel Communications Corporation",
+ "b0b32b": "Slican Sp. z o.o.",
+ "b0b353": "IEEE Registration Authority",
+ "b0b369": "Shenzhen SDMC Technology CO.,Ltd.",
+ "b0b3ad": "HUMAX Co., Ltd.",
+ "b0b448": "Texas Instruments",
+ "b0b5c3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b0b5e8": "Ruroc LTD",
+ "b0b867": "Hewlett Packard Enterprise ",
+ "b0b8d5": "Nanjing Nengrui Auto Equipment CO.,Ltd",
+ "b0b98a": "NETGEAR",
+ "b0bb8b": "WAVETEL TECHNOLOGY LIMITED",
+ "b0bbe5": "Sagemcom Broadband SAS",
+ "b0bc7a": "Harman/Becker Automotive Systems GmbH",
+ "b0bc8e": "SkyMirr",
+ "b0bd1b": "Dongguan Liesheng Electronic Co., Ltd.",
+ "b0bd6d": "Echostreams Innovative Solutions",
+ "b0bda1": "ZAKLAD ELEKTRONICZNY SIMS",
+ "b0be76": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b0be83": "Apple, Inc.",
+ "b0bf99": "WIZITDONGDO",
+ "b0c090": "Chicony Electronics Co., Ltd.",
+ "b0c128": "Adler ELREHA GmbH",
+ "b0c19e": "zte corporation",
+ "b0c205": "BIONIME",
+ "b0c287": "Vantiva USA LLC",
+ "b0c2c7": "Motorola Mobility LLC, a Lenovo Company",
+ "b0c387": "GOEFER, Inc.",
+ "b0c38e": "Huawei Device Co., Ltd.",
+ "b0c46c": "Senseit",
+ "b0c4e7": "Samsung Electronics Co.,Ltd",
+ "b0c53c": "Cisco Systems, Inc",
+ "b0c554": "D-Link International",
+ "b0c559": "Samsung Electronics Co.,Ltd",
+ "b0c5ca": "IEEE Registration Authority",
+ "b0c61c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0c69a": "Juniper Networks",
+ "b0c745": "BUFFALO.INC",
+ "b0c787": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0c7de": "Silicon Laboratories",
+ "b0c83f": "Jiangsu Cynray IOT Co., Ltd.",
+ "b0c8ad": "People Power Company",
+ "b0c952": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b0c95b": "Beijing Symtech CO.,LTD",
+ "b0ca68": "Apple, Inc.",
+ "b0cae7": "Huawei Device Co., Ltd.",
+ "b0cbd8": "Espressif Inc.",
+ "b0ccce": "IEEE Registration Authority",
+ "b0ccfe": "Huawei Device Co., Ltd.",
+ "b0ce18": "Zhejiang shenghui lighting co.,Ltd",
+ "b0cf0e": "Mellanox Technologies, Inc.",
+ "b0cf4d": "MI-Zone Technology Ireland",
+ "b0cfcb": "Amazon Technologies Inc.",
+ "b0d09c": "Samsung Electronics Co.,Ltd",
+ "b0d1d6": "Nokia Shanghai Bell Co., Ltd.",
+ "b0d278": "Texas Instruments",
+ "b0d2f5": "Vello Systems, Inc.",
+ "b0d41f": "MOBITITECABSOLUT S.A.",
+ "b0d568": "Shenzhen Cultraview Digital Technology Co., Ltd",
+ "b0d576": "Apple, Inc.",
+ "b0d59d": "Shenzhen Zowee Technology Co., Ltd",
+ "b0d5cc": "Texas Instruments",
+ "b0d5fb": "Google, Inc.",
+ "b0d77e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0d7c5": "Logipix Ltd",
+ "b0d7cc": "Tridonic GmbH & Co KG",
+ "b0d888": "Panasonic Automotive Systems Co.,Ltd",
+ "b0da00": "CERA ELECTRONIQUE",
+ "b0daf9": "Commscope",
+ "b0dcef": "Intel Corporate",
+ "b0dd74": "Heimgard Technologies AS",
+ "b0de28": "Apple, Inc.",
+ "b0df3a": "Samsung Electronics Co.,Ltd",
+ "b0dfc1": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "b0e03c": "TCT mobile ltd",
+ "b0e17e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0e235": "Xiaomi Communications Co Ltd",
+ "b0e2e5": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b0e39d": "CAT SYSTEM CO.,LTD.",
+ "b0e45c": "Samsung Electronics Co.,Ltd",
+ "b0e4d5": "Google, Inc.",
+ "b0e50e": "NRG SYSTEMS INC",
+ "b0e5ed": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0e5ef": "Apple, Inc.",
+ "b0e5f9": "Apple, Inc.",
+ "b0e71d": "Shanghai Maigantech Co.,Ltd",
+ "b0e754": "2Wire Inc",
+ "b0e7de": "Homa Technologies JSC",
+ "b0e892": "Seiko Epson Corporation",
+ "b0e8e8": "Silicon Laboratories",
+ "b0e97e": "Advanced Micro Peripherals",
+ "b0e9fe": "Co., Ltd.",
+ "b0ea19": "Co.,Ltd.",
+ "b0eabc": "ASKEY COMPUTER CORP",
+ "b0eb57": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0eb7f": "Juniper Networks",
+ "b0ec71": "Samsung Electronics Co.,Ltd",
+ "b0ec8f": "GMX SAS",
+ "b0ecdd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b0ece1": "Private",
+ "b0ee45": "AzureWave Technology Inc.",
+ "b0ee7b": "Roku, Inc",
+ "b0f00c": "Dongguan Wecxw CO.,Ltd.",
+ "b0f1a3": "Technology Co., Ltd. ",
+ "b0f1ae": "eero inc.",
+ "b0f1bc": "Dhemax Ingenieros Ltda",
+ "b0f1d8": "Apple, Inc.",
+ "b0f1ec": "AMPAK Technology, Inc.",
+ "b0f208": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "b0f2f6": "Samsung Electronics Co.,Ltd",
+ "b0f3e9": "Co., Ltd.",
+ "b0f530": "Hitron Technologies. Inc",
+ "b0f5c8": "AMPAK Technology Inc.",
+ "b0f7c4": "Amazon Technologies Inc.",
+ "b0f893": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "b0f963": "Hangzhou H3C Technologies Co., Limited",
+ "b0fa8b": "Huawei Device Co., Ltd.",
+ "b0fa91": "EM Microelectronic",
+ "b0faeb": "Cisco Systems, Inc",
+ "b0fb15": "Laird Connectivity",
+ "b0fbdd": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "b0fc0d": "Amazon Technologies Inc.",
+ "b0fc36": "CyberTAN Technology Inc.",
+ "b0fc88": "Sagemcom Broadband SAS",
+ "b0fd0b": "IEEE Registration Authority",
+ "b0febd": "Private",
+ "b0fee5": "Huawei Device Co., Ltd.",
+ "b0ff72": "IEEE Registration Authority",
+ "b40016": "INGENICO TERMINALS SAS",
+ "b4009c": "CableWorld Ltd.",
+ "b40142": "GCI Science & Technology Co.,LTD",
+ "b40216": "Cisco Systems, Inc",
+ "b402f2": "Synaptics, Inc",
+ "b40418": "Smartchip Integrated Inc.",
+ "b40421": "zte corporation",
+ "b40429": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "b4055d": "IEIT SYSTEMS Co., Ltd.",
+ "b40566": "SP Best Corporation Co., LTD.",
+ "b405a1": "Xiaomi Communications Co Ltd",
+ "b407f9": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "b40832": "TC Communications",
+ "b40931": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b40ac6": "DEXON Systems Ltd.",
+ "b40ad8": "Sony Interactive Entertainment Inc.",
+ "b40b1d": "Samsung Electronics Co.,Ltd",
+ "b40b44": "Smartisan Technology Co., Ltd.",
+ "b40b78": "Brusa Elektronik AG",
+ "b40b7a": "Brusa Elektronik AG",
+ "b40c25": "Palo Alto Networks",
+ "b40e06": "Third Reality, Inc",
+ "b40e96": "HERAN ",
+ "b40ecf": "Co., Ltd.",
+ "b40edc": "LG-Ericsson Co.,Ltd.",
+ "b40ede": "Intel Corporate",
+ "b40f3b": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "b40fb3": "vivo Mobile Communication Co., Ltd.",
+ "b4107a": "Amazon Technologies Inc.",
+ "b4107b": "Texas Instruments",
+ "b41324": "Google, Inc.",
+ "b41489": "Cisco Systems, Inc",
+ "b414e6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b41513": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b4157e": "Celona Inc.",
+ "b41678": "Juniper Networks",
+ "b4174d": "PROJECT MONITOR INC",
+ "b41780": "DTI Group Ltd",
+ "b417a8": "Meta Platforms, Inc.",
+ "b418d1": "Apple, Inc.",
+ "b41974": "Apple, Inc.",
+ "b41a1d": "Samsung Electronics Co.,Ltd",
+ "b41bb0": "Apple, Inc.",
+ "b41c30": "zte corporation",
+ "b41cab": "ICR, inc.",
+ "b41d2b": "Shenzhen YOUHUA Technology Co., Ltd",
+ "b41d62": "Nokia Shanghai Bell Co., Ltd.",
+ "b41dc4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b41def": "Internet Laboratories, Inc.",
+ "b41e52": "Flock Safety",
+ "b41f4d": "Sony Interactive Entertainment Inc.",
+ "b42046": "eero inc.",
+ "b4205b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b4211d": "Beijing GuangXin Technology Co., Ltd",
+ "b4218a": "Dog Hunter LLC",
+ "b42200": "Brother Industries, LTD.",
+ "b42330": "Itron Inc",
+ "b423a2": "Google, Inc.",
+ "b424e7": "Codetek Technology Co.,Ltd",
+ "b4265d": "Taicang T&W Electronics",
+ "b42875": "Futecho Solutions Private Limited",
+ "b428f1": "E-Prime Co., Ltd.",
+ "b4293d": "Shenzhen Urovo Technology Co.,Ltd.",
+ "b42a0e": "Vantiva USA LLC",
+ "b42a39": "ORBIT MERRET, spol. s r. o.",
+ "b42bb9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b42c92": "Zhejiang Weirong Electronic Co., Ltd",
+ "b42cbe": "Direct Payment Solutions Limited",
+ "b42d56": "Extreme Networks Headquarters",
+ "b42e99": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "b42ef8": "Eline Technology co.Ltd",
+ "b42f03": "Quectel Wireless Solutions Co.,Ltd.",
+ "b43052": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b430c0": "York Instruments Ltd",
+ "b43161": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "b431b8": "Aviwest",
+ "b4346c": "LIMITED",
+ "b43522": "Silicon Laboratories",
+ "b43564": "Fujian Tian Cheng Electron Science & Technical Development Co.,Ltd.",
+ "b435f7": "Zhejiang Pearmain Electronics Co.ltd.",
+ "b436a9": "Fibocom Wireless Inc.",
+ "b436d1": "Sdn. Bhd.",
+ "b436e3": "KBVISION GROUP",
+ "b43741": "Consert, Inc.",
+ "b437d1": "IEEE Registration Authority",
+ "b437d8": "Limited Corp.",
+ "b43934": "Pen Generations, Inc.",
+ "b43939": "Shenzhen TINNO Mobile Technology Corp.",
+ "b4394c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b439d6": "ProCurve Networking by HP",
+ "b43a28": "Samsung Electronics Co.,Ltd",
+ "b43a31": "Silicon Laboratories",
+ "b43a45": "Espressif Inc.",
+ "b43a96": "Arista Networks",
+ "b43ae2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b43d08": "GX International BV",
+ "b43d6b": "LTD.",
+ "b43db2": "Degreane Horizon",
+ "b43e3b": "Viableware, Inc",
+ "b440a4": "Apple, Inc.",
+ "b440dc": "Samsung Electronics Co.,Ltd",
+ "b44130": "Ltd.",
+ "b4417a": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "b4430d": "Broadlink Pty Ltd",
+ "b44326": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b44389": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b44506": "Dell Inc.",
+ "b4466b": "REALTIMEID AS",
+ "b4475e": "Avaya Inc",
+ "b447f5": "Earda Technologies co Ltd",
+ "b44bd2": "Apple, Inc.",
+ "b44bd6": "IEEE Registration Authority",
+ "b44c3b": "Zhejiang Dahua Technology Co., Ltd.",
+ "b44c90": "Cisco Systems, Inc",
+ "b44cc2": "NR ELECTRIC CO., LTD",
+ "b44d43": "IEEE Registration Authority",
+ "b44f96": "Zhejiang Xinzailing Technology co., ltd",
+ "b45062": "EmBestor Technology Inc.",
+ "b451f9": "NB Software",
+ "b45253": "Seagate Technology",
+ "b4527d": "Sony Corporation",
+ "b4527e": "Sony Corporation",
+ "b452a9": "Texas Instruments",
+ "b45459": "Information Technology Co., Ltd.",
+ "b45570": "Borea",
+ "b45575": "Apple, Inc.",
+ "b4565d": "Corp.",
+ "b456b9": "Teraspek Technologies Co.,Ltd",
+ "b456e3": "Apple, Inc.",
+ "b456fa": "IOPSYS Software Solutions",
+ "b457e6": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b45861": "CRemote, LLC",
+ "b45976": "Apple, Inc.",
+ "b45b86": "Funshion Online Technologies Co.,Ltd",
+ "b45bd1": "TP-Link Systems Inc.",
+ "b45ca4": "Thing-talk Wireless Communication Technologies Corporation Limited",
+ "b45cb5": "Mellanox Technologies, Inc.",
+ "b45d50": "Hewlett Packard Enterprise",
+ "b45f84": "zte corporation",
+ "b46077": "Sichuan Changhong Electric Ltd.",
+ "b4608c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b460ed": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "b46142": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b461e9": "Sichuan AI-Link Technology Co., Ltd.",
+ "b461ff": "Lumigon A/S",
+ "b4622e": "Zhong Ge Smart Technology Co., Ltd.",
+ "b46238": "Exablox",
+ "b46293": "Samsung Electronics Co.,Ltd",
+ "b462ad": "Elysia Germany GmbH",
+ "b4636f": "Nokia Solutions and Networks GmbH & Co. KG",
+ "b46415": "Guangzhou V-Solution Telecommunication Technology Co.,Ltd.",
+ "b46698": "Zealabs srl",
+ "b467e9": "Qingdao GoerTek Technology Co., Ltd.",
+ "b46921": "Intel Corporate",
+ "b4695f": "TCT mobile ltd",
+ "b46ad4": "Edgecore Americas Networking Corporation",
+ "b46bfc": "Intel Corporate",
+ "b46c47": "Panasonic Appliances Company",
+ "b46d35": "Dalian Seasky Automation Co;Ltd",
+ "b46d83": "Intel Corporate",
+ "b46dc2": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "b46e08": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b46e10": "vivo Mobile Communication Co., Ltd.",
+ "b46f2d": "Wahoo Fitness",
+ "b47064": "Samsung Electronics Co.,Ltd",
+ "b47356": "Hangzhou Treebear Networking Co., Ltd.",
+ "b47443": "Samsung Electronics Co.,Ltd",
+ "b47447": "CoreOS",
+ "b4749f": "ASKEY COMPUTER CORP",
+ "b4750e": "Belkin International Inc.",
+ "b476a4": "Huawei Device Co., Ltd.",
+ "b47748": "Shenzhen Neoway Technology Co.,Ltd.",
+ "b47947": "Nutanix",
+ "b479c8": "Ruckus Wireless",
+ "b47af1": "Hewlett Packard Enterprise ",
+ "b47b1a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b47c29": "Shenzhen Guzidi Technology Co.,Ltd",
+ "b47c59": "Jiangsu Hengxin Technology Co.,Ltd.",
+ "b47c9c": "Amazon Technologies Inc.",
+ "b47ca6": "zte corporation",
+ "b47d76": "KNS Group LLC",
+ "b47f5e": "Pte Ltd",
+ "b48107": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "b481bf": "Meta-Networks, LLC",
+ "b48255": "Research Products Corporation",
+ "b4827b": "AKG Acoustics GmbH",
+ "b482c5": "Relay2, Inc.",
+ "b482fe": "ASKEY COMPUTER CORP",
+ "b48351": "Intel Corporate",
+ "b484d5": "GooWi Wireless Technology Co., Limited",
+ "b48547": "Amptown System Company GmbH",
+ "b485e1": "Apple, Inc.",
+ "b48618": "GX India Pvt Ltd",
+ "b48655": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b48901": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b48910": "Coster T.E. S.P.A.",
+ "b48931": "Silicon Laboratories",
+ "b48970": "IGEN Tech Co., Ltd.",
+ "b48a0a": "Espressif Inc.",
+ "b48a5f": "Juniper Networks",
+ "b48b19": "Apple, Inc.",
+ "b48c9d": "AzureWave Technology Inc.",
+ "b492fe": "Arista Network, Inc.",
+ "b4944e": "WeTelecom Co., Ltd.",
+ "b49691": "Intel Corporate",
+ "b496a5": "Apple, Inc.",
+ "b49842": "zte corporation",
+ "b49882": "Brusa HyPower AG",
+ "b4994c": "Texas Instruments",
+ "b499ba": "Hewlett Packard",
+ "b49a95": "Shenzhen Boomtech Industrial Corporation",
+ "b49cdf": "Apple, Inc.",
+ "b49d02": "Samsung Electronics Co.,Ltd",
+ "b49d0b": "BQ",
+ "b49d6b": "vivo Mobile Communication Co., Ltd.",
+ "b49db4": "Axion Technologies Inc.",
+ "b49dfd": "Shenzhen SDMC Technology CO.,Ltd.",
+ "b49e80": "Sichuan Changhong Electric Ltd.",
+ "b49eac": "Imagik Int'l Corp",
+ "b49ee6": "SHENZHEN TECHNOLOGY CO LTD",
+ "b49f4d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b4a10a": "Huawei Device Co., Ltd.",
+ "b4a25c": "Cambium Networks Limited",
+ "b4a2eb": "IEEE Registration Authority",
+ "b4a305": "XIAMEN YAXON NETWORK CO., LTD.",
+ "b4a382": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "b4a3bd": "Extreme Networks Headquarters",
+ "b4a4b5": "Zen Eye Co.,Ltd",
+ "b4a4e3": "Cisco Systems, Inc",
+ "b4a5a9": "MODI GmbH",
+ "b4a5ac": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b4a5ef": "Sercomm Corporation.",
+ "b4a678": "Zhejiang Tmall Technology Co., Ltd.",
+ "b4a7c6": "PRIVATE LIMITED",
+ "b4a828": "Shenzhen Concox Information Technology Co., Ltd",
+ "b4a82b": "Histar Digital Electronics Co., Ltd.",
+ "b4a898": "Huawei Device Co., Ltd.",
+ "b4a8b9": "Cisco Systems, Inc",
+ "b4a94f": "MERCURY CORPORATION",
+ "b4a95a": "Avaya Inc",
+ "b4a984": "Symantec Corporation",
+ "b4a9fc": "Quanta Computer Inc.",
+ "b4a9fe": "LTD",
+ "b4aa4d": "Ensequence, Inc.",
+ "b4ab2c": "MtM Technology Corporation",
+ "b4ac8c": "Bern University of Applied Sciences",
+ "b4ac9d": "Texas Instruments",
+ "b4ada3": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "b4ae2b": "Microsoft",
+ "b4ae6f": "Circle Reliance, Inc DBA Cranberry Networks",
+ "b4aec1": "Apple, Inc.",
+ "b4b017": "Avaya Inc",
+ "b4b024": "TP-Link Systems Inc",
+ "b4b055": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b4b15a": "Siemens AG Energy Management Division",
+ "b4b265": "DAEHO I&T",
+ "b4b291": "LG Electronics",
+ "b4b2e9": "Fortinet, Inc.",
+ "b4b362": "zte corporation",
+ "b4b384": "ShenZhen Figigantic Electronic Co.,Ltd",
+ "b4b52f": "Hewlett Packard",
+ "b4b542": "Hubbell Power Systems, Inc.",
+ "b4b5af": "Minsung Electronics",
+ "b4b5b6": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "b4b676": "Intel Corporate",
+ "b4b686": "Hewlett Packard",
+ "b4b742": "Amazon Technologies Inc.",
+ "b4b853": "Honor Device Co., Ltd.",
+ "b4b859": "Texa Spa",
+ "b4b88d": "Thuh Company",
+ "b4b9e6": "eero inc.",
+ "b4ba02": "Agatel Ltd",
+ "b4ba12": "Information Technology Co.,Ltd.",
+ "b4ba6a": "TECNO MOBILE LIMITED",
+ "b4ba9d": "SKY UK LIMITED",
+ "b4bc7c": "Texas Instruments",
+ "b4bff6": "Samsung Electronics Co.,Ltd",
+ "b4c0f5": "Shenzhen TINNO Mobile Technology Corp.",
+ "b4c170": "Co., Ltd",
+ "b4c26a": "Garmin International",
+ "b4c2e0": "Co., Ltd.",
+ "b4c2f7": "Huawei Device Co., Ltd.",
+ "b4c44e": "VXL eTech Pvt Ltd",
+ "b4c476": "Wuhan Maritime Communication Research Institute",
+ "b4c4fc": "Xiaomi Communications Co Ltd",
+ "b4c556": "Shanghai Kenmyond Industrial Network Equipment Co., Ltd",
+ "b4c62e": "Molex CMS",
+ "b4c6f8": "Axilspot Communication",
+ "b4c799": "Extreme Networks Headquarters",
+ "b4c810": "Umpi srl",
+ "b4c9b9": "Sichuan AI-Link Technology Co., Ltd.",
+ "b4cadd": "Cisco Systems, Inc",
+ "b4cb57": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b4cbb8": "Universal Electronics, Inc.",
+ "b4cc04": "Piranti",
+ "b4cce9": "PROSYST",
+ "b4cd27": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b4cdf5": "CUB ELECPARTS INC.",
+ "b4ce40": "Samsung Electronics Co.,Ltd",
+ "b4cef6": "HTC Corporation",
+ "b4cefe": "James Czekaj",
+ "b4cfdb": "Shenzhen Jiuzhou Electric Co.,LTD",
+ "b4cfe0": "Sichuan tianyi kanghe communications co., LTD",
+ "b4d0a9": "China Mobile Group Device Co.,Ltd.",
+ "b4d135": "Cloudistics",
+ "b4d286": "Telechips, Inc.",
+ "b4d31a": "LYSORA TECHNOLOGY INC.",
+ "b4d5bd": "Intel Corporate",
+ "b4d5e5": "Samsung Electronics Co.,Ltd",
+ "b4d64e": "Caldero Limited",
+ "b4d7db": "New H3C Technologies Co., Ltd",
+ "b4d8a9": "BetterBots",
+ "b4d8de": "iota Computing, Inc.",
+ "b4db91": "CELESTICA INC.",
+ "b4dc09": "Guangzhou Dawei Communication Co.,Ltd",
+ "b4dd15": "ControlThings Oy Ab",
+ "b4ddd0": "Continental Automotive Hungary Kft",
+ "b4dde0": "Shanghai Amphenol Airwave Communication Electronics Co.,Ltd.",
+ "b4de31": "Cisco Systems, Inc",
+ "b4dedf": "zte corporation",
+ "b4df3b": "Chromlech",
+ "b4df91": "Cisco Meraki",
+ "b4dffa": "Litemax Electronics Inc.",
+ "b4e01d": "CONCEPTION ELECTRONIQUE",
+ "b4e025": "ITLook",
+ "b4e0cd": "Fusion-io, Inc",
+ "b4e10f": "Dell Inc.",
+ "b4e1c4": "Microsoft Mobile Oy",
+ "b4e1eb": "Private",
+ "b4e265": "Shenzhen SDMC Technology CO.,Ltd.",
+ "b4e3d0": "LG Electronics",
+ "b4e3f9": "Silicon Laboratories",
+ "b4e454": "Amazon Technologies Inc.",
+ "b4e46b": "China Mobile IOT Company Limited",
+ "b4e53e": "Ruckus Wireless",
+ "b4e54c": "LLC Elektra",
+ "b4e5c5": "Huawei Device Co., Ltd.",
+ "b4e62a": "LG Innotek",
+ "b4e62d": "Espressif Inc.",
+ "b4e782": "Vivalnk",
+ "b4e7b3": "Edifier International",
+ "b4e842": "Hong Kong Bouffalo Lab Limited",
+ "b4e85c": "fünfeinhalb Funksysteme GmbH",
+ "b4e8c9": "XADA Technologies",
+ "b4e9a3": "port industrial automation GmbH",
+ "b4e9b0": "Cisco Systems, Inc",
+ "b4e9b8": "Dell Inc.",
+ "b4ec02": "ALPSALPINE CO,.LTD",
+ "b4ecf2": "Shanghai Listent Medical Tech Co., Ltd.",
+ "b4ecff": "Wuhan IPG Technologies Co., Ltd.",
+ "b4ed19": "Pie Digital, Inc.",
+ "b4ed54": "Wohler Technologies",
+ "b4edd5": "Quectel Wireless Solutions Co.,Ltd.",
+ "b4ee25": "Shenzhen Belon Technology CO.,LTD",
+ "b4eeb4": "ASKEY COMPUTER CORP",
+ "b4eed4": "Texas Instruments",
+ "b4ef04": "DAIHAN Scientific Co., Ltd.",
+ "b4ef1c": "360 AI Technology Co.Ltd",
+ "b4ef30": "Shanghai SYH Technology CO.,LTD",
+ "b4ef39": "Samsung Electronics Co.,Ltd",
+ "b4effa": "Co., Ltd.",
+ "b4f0ab": "Apple, Inc.",
+ "b4f18c": "Huawei Device Co., Ltd.",
+ "b4f267": "Compal Broadband Networks, Inc.",
+ "b4f2e8": "Commscope",
+ "b4f323": "PETATEL INC.",
+ "b4f58e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b4f61c": "Apple, Inc.",
+ "b4f81e": "Kinova",
+ "b4f949": "optilink networks pvt ltd",
+ "b4f95d": "Juniper Networks",
+ "b4fa48": "Apple, Inc.",
+ "b4fbe3": "Inc.",
+ "b4fbe4": "Ubiquiti Inc",
+ "b4fbf9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b4fc75": "CO.,LTD",
+ "b4fc7d": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "b4fe8c": "Centro Sicurezza Italia SpA",
+ "b4ff98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b80018": "Htel",
+ "b8011f": "Apple, Inc.",
+ "b802a4": "Aeonsemi, Inc.",
+ "b80305": "Intel Corporate",
+ "b80415": "Bayan Audio",
+ "b80533": "Apple, Inc.",
+ "b805ab": "zte corporation",
+ "b8060d": "Tuya Smart Inc.",
+ "b80716": "vivo Mobile Communication Co., Ltd.",
+ "b80756": "Cisco Meraki",
+ "b808cf": "Intel Corporate",
+ "b808d7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8098a": "Apple, Inc.",
+ "b80b9d": "ROPEX Industrie-Elektronik GmbH",
+ "b80bda": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "b810d4": "Masimo Corporation",
+ "b8114b": "Cisco Systems, Inc",
+ "b812da": "LVSWITCHES INC.",
+ "b81332": "AMPAK Technology,Inc.",
+ "b813e9": "Trace Live Network",
+ "b81413": "Ltd.",
+ "b8144d": "Apple, Inc.",
+ "b8145c": "Huawei Device Co., Ltd.",
+ "b814db": "OHSUNG",
+ "b81619": "Commscope",
+ "b8165f": "LG Innotek",
+ "b816db": "CHANT SINCERE CO.,LTD",
+ "b81743": "shenzhen worldelite electronics co., LTD",
+ "b817c2": "Apple, Inc.",
+ "b8186f": "ORIENTAL MOTOR CO., LTD.",
+ "b81904": "Nokia Shanghai Bell Co., Ltd.",
+ "b81999": "Nesys",
+ "b81d1f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b81e9e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b81ea4": "Liteon Technology Corporation",
+ "b81f5e": "Apption Labs Limited",
+ "b8208e": "Panasonic Connect Co., Ltd.",
+ "b820e7": "Guangzhou Horizontal Information & Network Integration Co. Ltd",
+ "b8211c": "Apple, Inc.",
+ "b8220c": "Apple, Inc.",
+ "b8224f": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "b82410": "Magneti Marelli Slovakia s.r.o.",
+ "b8241a": "SWEDA INFORMATICA LTDA",
+ "b824f0": "SOYO Technology Development Co., Ltd.",
+ "b8259a": "Thalmic Labs ",
+ "b825b5": "Trakm8 Ltd",
+ "b8266c": "ANOV France",
+ "b826d4": "Furukawa Industrial S.A. Produtos Elétricos",
+ "b827c5": "Huawei Device Co., Ltd.",
+ "b827eb": "Raspberry Pi Foundation",
+ "b8288b": "Ltd",
+ "b82903": "VIETNAM POST AND TELECOMMUNICATION INDUSTRY TECHNOLOGY JOIN STOCK COMPANY",
+ "b829f7": "Blaster Tech",
+ "b82a72": "Dell Inc.",
+ "b82aa9": "Apple, Inc.",
+ "b82adc": "EFR Europäische Funk-Rundsteuerung GmbH",
+ "b82b68": "Huawei Device Co., Ltd.",
+ "b82ca0": "Resideo",
+ "b82d28": "AMPAK Technology,Inc.",
+ "b82fcb": "CMS Electracom",
+ "b830a8": "Road-Track Telematics Development",
+ "b831b5": "Microsoft Corporation",
+ "b83241": "Wuhan Tianyu Information Industry Co., Ltd.",
+ "b836d8": "Videoswitch",
+ "b8374a": "Apple, Inc.",
+ "b8374b": "Hewlett Packard Enterprise ",
+ "b83765": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b837b2": "Hewlett Packard Enterprise",
+ "b83861": "Cisco Systems, Inc",
+ "b838ca": "Kyokko Tsushin System CO.,LTD",
+ "b838ef": "ADVA Optical Networking Ltd.",
+ "b83a08": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "b83a5a": "Hewlett Packard Enterprise",
+ "b83a7b": "Inc.",
+ "b83a9d": "Alarm.com",
+ "b83b8f": "Hangzhou Hylin IoT Techonology Co.,Ltd.",
+ "b83bab": "Arcadyan Corporation",
+ "b83bcc": "Xiaomi Communications Co Ltd",
+ "b83c20": "Huawei Device Co., Ltd.",
+ "b83c28": "Apple, Inc.",
+ "b83d4e": "Shenzhen Cultraview Digital Technology Co.,Ltd Shanghai Branch",
+ "b83df6": "Texas Instruments",
+ "b83dfb": "Co., Ltd.",
+ "b83e59": "Roku, Inc.",
+ "b83fd2": "Mellanox Technologies, Inc.",
+ "b8415f": "ASP AG",
+ "b841a4": "Apple, Inc.",
+ "b841d9": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "b843e4": "Vlatacom",
+ "b844ae": "TCT mobile ltd",
+ "b844d9": "Apple, Inc.",
+ "b845eb": "Apple, Inc.",
+ "b845f4": "New H3C Technologies Co., Ltd",
+ "b8477a": "Dasan Electron Co., Ltd.",
+ "b847c6": "SanJet Technology Corp.",
+ "b848aa": "EM Microelectronic",
+ "b848ec": "Private",
+ "b8496d": "Apple, Inc.",
+ "b84c87": "IEEE Registration Authority",
+ "b84d43": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "b84dee": "Hisense broadband multimedia technology Co.,Ltd",
+ "b84fa7": "Apple, Inc.",
+ "b84fd5": "Microsoft Corporation",
+ "b85001": "Extreme Networks Headquarters",
+ "b850d8": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "b851a9": "Nokia",
+ "b85213": "zte corporation",
+ "b852e0": "Beijing Xiaomi Electronics Co.,Ltd",
+ "b853ac": "Apple, Inc.",
+ "b85510": "Ltd.",
+ "b85600": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b856bd": "ITT LLC",
+ "b85776": "lignex1",
+ "b857d8": "Samsung Electronics Co.,Ltd",
+ "b85810": "NUMERA, INC.",
+ "b8599f": "Mellanox Technologies, Inc.",
+ "b859c8": "70mai Co.,Ltd.",
+ "b859ce": "Earda Technologies co Ltd",
+ "b85a73": "Samsung Electronics Co.,Ltd",
+ "b85af7": "Ouya, Inc",
+ "b85afe": "Co., Ltd",
+ "b85b6c": "Control Accessories LLC",
+ "b85c5c": "Microsoft Corporation",
+ "b85cee": "Co., Ltd",
+ "b85d0a": "Apple, Inc.",
+ "b85dc3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b85e71": "Vantiva USA LLC",
+ "b85e7b": "Samsung Electronics Co.,Ltd",
+ "b85f98": "Amazon Technologies Inc.",
+ "b85fb0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b86061": "China Mobile Group Device Co.,Ltd.",
+ "b86091": "Onnet Technologies and Innovations LLC",
+ "b86142": "Beijing Tricolor Technology Co., Ltd",
+ "b8616f": "Accton Technology Corp",
+ "b8621f": "Cisco Systems, Inc",
+ "b8634d": "Apple, Inc.",
+ "b86392": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "b863bc": "ROBOTIS, Co, Ltd",
+ "b86491": "CK Telecom Ltd",
+ "b8653b": "Bolymin, Inc.",
+ "b86685": "Sagemcom Broadband SAS",
+ "b869c2": "Sunitec Enterprise Co., Ltd.",
+ "b869f4": "Routerboard.com",
+ "b86a97": "Edgecore Networks Corporation",
+ "b86af1": "Sagemcom Broadband SAS",
+ "b86b23": "Toshiba",
+ "b86ce0": "Hewlett Packard Enterprise ",
+ "b86ce8": "Samsung Electronics Co.,Ltd",
+ "b87029": "Shenzhen Ruiyuanchuangxin Technology Co.,Ltd.",
+ "b870f4": "CO., LTD. ",
+ "b87424": "Viessmann Elektronik GmbH",
+ "b87447": "Convergence Technologies",
+ "b875c0": "PayPal, Inc.",
+ "b8763f": "Hon Hai Precision Ind. Co.,Ltd.",
+ "b877c3": "METER Group",
+ "b87826": "Nintendo Co.,Ltd",
+ "b8782e": "Apple, Inc.",
+ "b87879": "Roche Diagnostics GmbH",
+ "b8797e": "Limited",
+ "b87ac9": "Siemens Ltd.",
+ "b87bc5": "Apple, Inc.",
+ "b87bd4": "Google, Inc.",
+ "b87c6f": "Management Ltd.",
+ "b87cd0": "Huawei Device Co., Ltd.",
+ "b87cf2": "Extreme Networks Headquarters",
+ "b87e39": "Motorola Mobility LLC, a Lenovo Company",
+ "b87e40": "Huawei Device Co., Ltd.",
+ "b87ee5": "Intelbras",
+ "b88035": "Shenzhen Qihu Intelligent Technology Company Limited",
+ "b8804f": "Texas Instruments",
+ "b88198": "Intel Corporate",
+ "b881fa": "Apple, Inc.",
+ "b882f2": "WNC Corporation",
+ "b88303": "Hewlett Packard Enterprise ",
+ "b8857b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b88584": "Dell Inc.",
+ "b88687": "Liteon Technology Corporation",
+ "b8871e": "Good Mind Industries Co., Ltd.",
+ "b8876e": "Intertech Services AG",
+ "b887a8": "Step Ahead Innovations Inc.",
+ "b887c6": "Prudential Technology co.,LTD",
+ "b88880": "Shanghai Imilab Technology Co.Ltd",
+ "b888e3": "CO., LTD. ",
+ "b88981": "Chengdu InnoThings Technology Co., Ltd.",
+ "b889ca": "ILJIN ELECTRIC Co., Ltd.",
+ "b88a60": "Intel Corporate",
+ "b88a72": "Sdn. Bhd.",
+ "b88aec": "Nintendo Co.,Ltd",
+ "b88c29": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "b88c2b": "Sagemcom Broadband SAS",
+ "b88d12": "Apple, Inc.",
+ "b88df1": "Nanjing BigFish Semiconductor Co., Ltd.",
+ "b88e3a": "Infinite Technologies JLT",
+ "b88e82": "Huawei Device Co., Ltd.",
+ "b88eb0": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "b88ec6": "Stateless Networks",
+ "b88edf": "Zencheer Communication Technology Co., Ltd.",
+ "b88f14": "Analytica GmbH",
+ "b88f27": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "b88fb4": "JABIL CIRCUIT ITALIA S.R.L",
+ "b89047": "Apple, Inc.",
+ "b89165": "Zhejiang Tmall Technology Co., Ltd.",
+ "b891c9": "Handreamnet",
+ "b8921d": "BG T&A",
+ "b89436": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b89470": "Calix Inc.",
+ "b894d2": "Retail Innovation HTT AB",
+ "b894d9": "Texas Instruments",
+ "b894e7": "Xiaomi Communications Co Ltd",
+ "b89674": "AllDSP GmbH & Co. KG",
+ "b8975a": "BIOSTAR Microtech Int'l Corp.",
+ "b8977a": "Nokia Solutions and Networks GmbH & Co. KG",
+ "b898ad": "Motorola Mobility LLC, a Lenovo Company",
+ "b898b0": "Atlona Inc.",
+ "b898f7": "Gionee Communication Equipment Co,Ltd.ShenZhen",
+ "b89919": "7signal Solutions, Inc",
+ "b899ae": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "b899b0": "Cohere Technologies",
+ "b89a2a": "Intel Corporate",
+ "b89a9a": "Co.,Ltd",
+ "b89acd": "ELITE OPTOELECTRONIC(ASIA)CO.,LTD",
+ "b89aed": "OceanServer Technology, Inc",
+ "b89bc9": "SMC Networks Inc",
+ "b89be4": "ABB Power Systems Power Generation",
+ "b89c13": "Alps Alpine",
+ "b89ea6": "SPBEC-MINING CO.LTD",
+ "b89f09": "WNC Corporation",
+ "b89fcc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8a0b8": "Samsung Electronics Co.,Ltd",
+ "b8a14a": "Raisecom Technology CO., LTD",
+ "b8a175": "Roku, Inc.",
+ "b8a1b8": "Arista Networks",
+ "b8a25d": "Motorola Mobility LLC, a Lenovo Company",
+ "b8a377": "Cisco Systems, Inc",
+ "b8a386": "D-Link International",
+ "b8a3e0": "BenRui Technology Co.,Ltd",
+ "b8a44f": "Axis Communications AB",
+ "b8a535": "Vantiva USA LLC",
+ "b8a58d": "Axe Group Holdings Limited",
+ "b8a75e": "Wuxi Xinjie Electric Co.,Ltd",
+ "b8a825": "Samsung Electronics Co.,Ltd",
+ "b8a8af": "Logic S.p.A.",
+ "b8ab61": "Cisco Meraki",
+ "b8ab62": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "b8ac6f": "Dell Inc.",
+ "b8ad3e": "BLUECOM",
+ "b8ae1c": "Smart Cube., Ltd",
+ "b8ae1d": "Guangzhou Xingyi Electronic Technology Co.,Ltd",
+ "b8ae6e": "Nintendo Co., Ltd.",
+ "b8aeed": "Elitegroup Computer Systems Co.,Ltd.",
+ "b8af67": "Hewlett Packard",
+ "b8b1c7": "BT&COM CO.,LTD",
+ "b8b1ea": "Honor Device Co., Ltd.",
+ "b8b2eb": "Limited",
+ "b8b2f7": "DRIMAES INC.",
+ "b8b2f8": "Apple, Inc.",
+ "b8b3dc": "LIMITED",
+ "b8b409": "Samsung Electronics Co.,Ltd",
+ "b8b42e": "Gionee Communication Equipment Co,Ltd.ShenZhen",
+ "b8b4c9": "Cisco Meraki",
+ "b8b77d": "Guangdong Transtek Medical Electronics CO.,Ltd",
+ "b8b7d7": "2GIG Technologies",
+ "b8b7db": "GOIP Global Services Pvt. Ltd.",
+ "b8b7f1": "WNC Corporation",
+ "b8b81e": "Intel Corporate",
+ "b8b94e": "Shenzhen iBaby Labs, Inc.",
+ "b8ba68": "Xi'an Jizhong Digital Communication Co.,Ltd",
+ "b8ba72": "Cynove",
+ "b8bb23": "Guangdong Nufront CSC Co., Ltd",
+ "b8bb6d": "ENERES Co.,Ltd.",
+ "b8bbaf": "Samsung Electronics Co.,Ltd",
+ "b8bc1b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8bc5b": "Samsung Electronics Co.,Ltd",
+ "b8bd79": "TrendPoint Systems",
+ "b8bebf": "Cisco Systems, Inc",
+ "b8bef4": "devolo AG",
+ "b8bf83": "Intel Corporate",
+ "b8c007": "tickIoT Inc.",
+ "b8c051": "VusionGroup",
+ "b8c065": "Universal Electronics, Inc.",
+ "b8c111": "Apple, Inc.",
+ "b8c1a2": "Dragon Path Technologies Co., Limited",
+ "b8c227": "PSTec",
+ "b8c253": "Juniper Networks",
+ "b8c385": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8c3bf": "Henan Chengshi NetWork Technology Co.,Ltd",
+ "b8c46f": "PRIMMCON INDUSTRIES INC",
+ "b8c68e": "Samsung Electronics Co.,Ltd",
+ "b8c6aa": "Earda Technologies co Ltd",
+ "b8c716": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b8c74a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b8c75d": "Apple, Inc.",
+ "b8c855": "Shanghai GBCOM Communication Technology Co.,Ltd.",
+ "b8c8eb": "ITEL MOBILE LIMITED",
+ "b8c9b5": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "b8ca04": "Holtek Semiconductor Inc.",
+ "b8ca3a": "Dell Inc.",
+ "b8cb29": "Dell Inc.",
+ "b8cb93": "IC BOSS.COM TECH INC",
+ "b8cc5f": "Shenzhen iComm Semiconductor CO.,LTD",
+ "b8cd93": "Penetek, Inc",
+ "b8cda7": "Maxeler Technologies Ltd.",
+ "b8ceed": "Broadcom",
+ "b8cef6": "Mellanox Technologies, Inc.",
+ "b8d06f": "GUANGZHOU HKUST FOK YING TUNG RESEARCH INSTITUTE",
+ "b8d0f0": "FCNT LLC",
+ "b8d309": "Cox Communications, Inc",
+ "b8d43e": "vivo Mobile Communication Co., Ltd.",
+ "b8d49d": "M Seven System Ltd.",
+ "b8d4bc": "zte corporation",
+ "b8d4c3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8d4e7": "Hewlett Packard Enterprise",
+ "b8d4f7": "New H3C Technologies Co., Ltd",
+ "b8d50b": "Sunitec Enterprise Co.,Ltd",
+ "b8d526": "Zyxel Communications Corporation",
+ "b8d56b": "Mirka Ltd.",
+ "b8d61a": "Espressif Inc.",
+ "b8d6f6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8d7af": "Murata Manufacturing Co., Ltd.",
+ "b8d812": "IEEE Registration Authority",
+ "b8d82d": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "b8d94d": "Sagemcom Broadband SAS",
+ "b8d9ce": "Samsung Electronics Co.,Ltd",
+ "b8dae8": "Huawei Device Co., Ltd.",
+ "b8daf1": "Strahlenschutz- Entwicklungs- und Ausruestungsgesellschaft mbH",
+ "b8daf7": "Advanced Photonics, Inc.",
+ "b8db1c": "Sdn. Bhd.",
+ "b8db38": "Google, Inc.",
+ "b8dc87": "IAI Corporation",
+ "b8dd71": "zte corporation",
+ "b8dde8": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "b8de5e": "LONGCHEER TELECOMMUNICATION LIMITED",
+ "b8df6b": "SpotCam Co., Ltd.",
+ "b8dfd4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b8e28c": "MOTOROLA SOLUTIONS MALAYSIA SDN. BHD.",
+ "b8e3b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "b8e3ee": "Universal Electronics, Inc.",
+ "b8e44a": "Xconnect",
+ "b8e589": "Payter BV",
+ "b8e60c": "Apple, Inc.",
+ "b8e625": "2Wire Inc",
+ "b8e779": "9Solutions Oy",
+ "b8e856": "Apple, Inc.",
+ "b8e924": "Mellanox Technologies, Inc.",
+ "b8e937": "Sonos, Inc.",
+ "b8ea98": "Xiaomi Communications Co Ltd",
+ "b8eaaa": "ICG NETWORKS CO.,ltd",
+ "b8eca3": "Zyxel Communications Corporation",
+ "b8ee0e": "Sagemcom Broadband SAS",
+ "b8ee65": "Liteon Technology Corporation",
+ "b8ee79": "YWire Technologies, Inc.",
+ "b8ef8b": "SHENZHEN CANNICE TECHNOLOGY CO.,LTD",
+ "b8f009": "Espressif Inc.",
+ "b8f015": "Juniper Networks",
+ "b8f080": "SPS, INC.",
+ "b8f0b9": "zte corporation",
+ "b8f12a": "Apple, Inc.",
+ "b8f255": "Universal Electronics, Inc.",
+ "b8f317": "iSun Smasher Communications Private Limited",
+ "b8f44f": "u-blox AG",
+ "b8f4d0": "Herrmann Ultraschalltechnik GmbH & Co. Kg",
+ "b8f5e7": "WayTools, LLC",
+ "b8f653": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "b8f6b1": "Apple, Inc.",
+ "b8f732": "Aryaka Networks Inc",
+ "b8f74a": "RCNTEC",
+ "b8f774": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "b8f775": "Intel Corporate",
+ "b8f828": "Changshu Gaoshida Optoelectronic Technology Co. Ltd.",
+ "b8f853": "Arcadyan Corporation",
+ "b8f862": "Espressif Inc.",
+ "b8f883": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "b8f8be": "BLUECOM",
+ "b8f934": "Sony Corporation",
+ "b8fbaf": "Xiamen IPRT Technology CO.,LTD",
+ "b8fbb3": "TP-Link Systems Inc.",
+ "b8fc28": "Valeo Vision Systems",
+ "b8fc9a": "Limited",
+ "b8fd32": "Zhejiang ROICX Microelectronics",
+ "b8fe90": "Cisco Systems, Inc",
+ "b8ff61": "Apple, Inc.",
+ "b8ff6f": "Shanghai Typrotech Technology Co.Ltd",
+ "b8ffb3": "MitraStar Technology Corp.",
+ "b8fffe": "Texas Instruments",
+ "bc0004": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "bc0200": "Stewart Audio",
+ "bc024a": "HMD Global Oy",
+ "bc026e": "Silicon Laboratories",
+ "bc0358": "Intel Corporate",
+ "bc03a7": "MFP MICHELIN",
+ "bc0435": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "bc0543": "AVM GmbH",
+ "bc062d": "Wacom Co.,Ltd.",
+ "bc071d": "TP-Link Systems Inc.",
+ "bc0866": "Nestle Purina PetCare",
+ "bc091b": "Intel Corporate",
+ "bc095c": "FiSens GmbH",
+ "bc0963": "Apple, Inc.",
+ "bc09b9": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "bc09eb": "TECNO MOBILE LIMITED",
+ "bc0da5": "Texas Instruments",
+ "bc0eab": "Samsung Electronics Co.,Ltd",
+ "bc0f2b": "FORTUNE TECHGROUP CO.,LTD",
+ "bc0f64": "Intel Corporate",
+ "bc0f9a": "D-Link International",
+ "bc0fa7": "Ouster",
+ "bc0fb7": "sywinkey HongKong Co,. Limited?",
+ "bc0ff3": "HP Inc.",
+ "bc0ffe": "Juniper Networks",
+ "bc102f": "SJI Industry Company",
+ "bc107b": "Samsung Electronics Co.,Ltd",
+ "bc125e": "Beijing WisVideo INC.",
+ "bc13a8": "Shenzhen YOUHUA Technology Co., Ltd",
+ "bc1401": "Hitron Technologies. Inc",
+ "bc1485": "Samsung Electronics Co.,Ltd",
+ "bc14ef": "ITON Technology Limited",
+ "bc1541": "Nokia",
+ "bc15a6": "Taiwan Jantek Electronics,Ltd.",
+ "bc15ac": "Vodafone Italia S.p.A.",
+ "bc1665": "Cisco Systems, Inc",
+ "bc1695": "zte corporation",
+ "bc16f5": "Cisco Systems, Inc",
+ "bc17b8": "Intel Corporate",
+ "bc1896": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc1a67": "YF Technology Co., Ltd",
+ "bc1ae4": "Huawei Device Co., Ltd.",
+ "bc1c81": "Sichuan iLink Technology Co., Ltd.",
+ "bc1d89": "Motorola Mobility LLC, a Lenovo Company",
+ "bc1e85": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc1fe1": "Ascendent Technology Group",
+ "bc20a4": "Samsung Electronics Co.,Ltd",
+ "bc20ba": "Electronic Information Co., Ltd",
+ "bc2106": "Adtran Inc",
+ "bc2228": "D-Link International",
+ "bc2247": "New H3C Technologies Co., Ltd",
+ "bc22fb": "RF Industries",
+ "bc2392": "BYD Precision Manufacture Company Ltd.",
+ "bc2411": "Proxmox Server Solutions GmbH",
+ "bc25e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc25f0": "3D Display Technologies Co., Ltd.",
+ "bc261d": "HONG KONG TECON TECHNOLOGY",
+ "bc2643": "Elprotronic Inc.",
+ "bc26a1": "FACTORY FIVE Corporation",
+ "bc26c7": "Cisco Systems, Inc",
+ "bc282c": "e-Smart Systems Pvt. Ltd",
+ "bc2846": "NextBIT Computing Pvt. Ltd.",
+ "bc28d6": "Rowley Associates Limited",
+ "bc2978": "Prama Hikvision India Private Limited",
+ "bc2a33": "Quectel Wireless Solutions Co.,Ltd.",
+ "bc2b02": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "bc2b6b": "Beijing Haier IC Design Co.,Ltd",
+ "bc2bd7": "Revogi Innovation Co., Ltd.",
+ "bc2c55": "Bear Flag Design, Inc.",
+ "bc2ce6": "Cisco Systems, Inc",
+ "bc2d98": "ThinGlobal LLC",
+ "bc2def": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "bc2e48": "Commscope",
+ "bc2ec3": "Shenzhen Tianruixiang Communication Equipment Co.,Ltd",
+ "bc2ef6": "Huawei Device Co., Ltd.",
+ "bc2f3d": "vivo Mobile Communication Co., Ltd.",
+ "bc305b": "Dell Inc.",
+ "bc307d": "WNC Corporation",
+ "bc307e": "WNC Corporation",
+ "bc30d9": "Arcadyan Corporation",
+ "bc3198": "IEEE Registration Authority",
+ "bc31e2": "New H3C Technologies Co., Ltd",
+ "bc325f": "Zhejiang Dahua Technology Co., Ltd.",
+ "bc32b2": "Samsung Electronics Co.,Ltd",
+ "bc3329": "Sony Interactive Entertainment Inc.",
+ "bc3340": "Cisco Meraki",
+ "bc33ac": "Silicon Laboratories",
+ "bc3400": "IEEE Registration Authority",
+ "bc34ca": "INOVANCE",
+ "bc34d6": "Extreme Networks Headquarters",
+ "bc351e": "Tuya Smart Inc.",
+ "bc35e5": "Hydro Systems Company",
+ "bc37d3": "Apple, Inc.",
+ "bc3865": "JWCNETWORKS",
+ "bc3898": "Intel Corporate",
+ "bc38d2": "Pandachip Limited",
+ "bc39a6": "CSUN System Technology Co.,LTD",
+ "bc39d9": "Z-TEC",
+ "bc3aea": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "bc3baf": "Apple, Inc.",
+ "bc3d85": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc3e07": "Hitron Technologies. Inc",
+ "bc3e0b": "Panasonic Connect Co., Ltd.",
+ "bc3e13": "Accordance Systems Inc.",
+ "bc3ecb": "vivo Mobile Communication Co., Ltd.",
+ "bc3f4e": "Great Talent Technology Limited",
+ "bc3f8f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc4100": "CODACO ELECTRONIC s.r.o.",
+ "bc4101": "Shenzhen TINNO Mobile Technology Corp.",
+ "bc41a0": "zte corporation",
+ "bc428c": "ALPSALPINE CO,.LTD",
+ "bc4377": "Hang Zhou Huite Technology Co.,ltd.",
+ "bc4434": "Shenzhen TINNO Mobile Technology Corp.",
+ "bc4486": "Samsung Electronics Co.,Ltd",
+ "bc44b0": "Elastifile",
+ "bc4529": "zte corporation",
+ "bc452e": "Knowledge Development for POF S.L.",
+ "bc4548": "Beijing gpthink technology co.,LTD.",
+ "bc455b": "Samsung Electronics Co.,Ltd",
+ "bc458c": "Shenzhen Topwise Communication Co.,Ltd",
+ "bc4632": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "bc4699": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "bc4760": "Samsung Electronics Co.,Ltd",
+ "bc49b2": "SHENZHEN ALONG COMMUNICATION TECH CO., LTD",
+ "bc4a56": "Cisco Systems, Inc",
+ "bc4b79": "SensingTek",
+ "bc4c78": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc4ca0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc4cc4": "Apple, Inc.",
+ "bc4dfb": "Hitron Technologies. Inc",
+ "bc4e3c": "CORE STAFF CO., LTD.",
+ "bc4e5d": "ZhongMiao Technology Co., Ltd.",
+ "bc515f": "Nokia Solutions and Networks India Private Limited",
+ "bc51fe": "Swann communications Pty Ltd",
+ "bc5274": "Samsung Electronics Co.,Ltd",
+ "bc52b4": "Nokia",
+ "bc52b7": "Apple, Inc.",
+ "bc542f": "Intel Corporate",
+ "bc5436": "Apple, Inc.",
+ "bc5451": "Samsung Electronics Co.,Ltd",
+ "bc54f9": "Drogoo Technology Co., Ltd.",
+ "bc54fc": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "bc5729": "Shenzhen KKM Co., Ltd",
+ "bc5a34": "New H3C Technologies Co., Ltd",
+ "bc5a56": "Cisco Systems, Inc",
+ "bc5bd5": "Commscope",
+ "bc5c17": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "bc5c4c": "ELECOM CO.,LTD.",
+ "bc5da3": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "bc5e33": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "bc5e91": "Honor Device Co., Ltd.",
+ "bc5ea1": "PsiKick, Inc.",
+ "bc5ff4": "ASRock Incorporation",
+ "bc5ff6": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "bc6010": "Qingdao Hisense Communications Co.,Ltd.",
+ "bc606b": "Shanghai Baud Data Communication Co.,Ltd.",
+ "bc60a7": "Sony Interactive Entertainment Inc.",
+ "bc6193": "Xiaomi Communications Co Ltd",
+ "bc620e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc629c": "zte corporation",
+ "bc629f": "Telenet Systems P. Ltd.",
+ "bc62ce": "Netis Technology Co., Ltd.",
+ "bc62d2": "Genexis International B.V.",
+ "bc644b": "Commscope",
+ "bc64d9": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "bc6641": "IEEE Registration Authority",
+ "bc66de": "Shadow Creator Information Technology Co.,Ltd.",
+ "bc671c": "Cisco Systems, Inc",
+ "bc6778": "Apple, Inc.",
+ "bc6784": "Environics Oy",
+ "bc69cb": "Panasonic Electric Works Networks Co., Ltd.",
+ "bc6a16": "tdvine",
+ "bc6a29": "Texas Instruments",
+ "bc6a2f": "Henge Docks LLC",
+ "bc6a44": "Commend International GmbH",
+ "bc6ad1": "Xiaomi Communications Co Ltd",
+ "bc6b4d": "Nokia",
+ "bc6bff": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "bc6c21": "Apple, Inc.",
+ "bc6d05": "Dusun Electron Co.,Ltd.",
+ "bc6e64": "Sony Corporation",
+ "bc6e6d": "EM Microelectronic",
+ "bc6e76": "Green Energy Options Ltd",
+ "bc6ee2": "Intel Corporate",
+ "bc71c1": "XTrillion, Inc.",
+ "bc72b1": "Samsung Electronics Co.,Ltd",
+ "bc73a4": "ANDA TELECOM PVT LTD",
+ "bc744b": "Nintendo Co.,Ltd",
+ "bc74d7": "HangZhou JuRu Technology CO.,LTD",
+ "bc7536": "ALPSALPINE CO,.LTD",
+ "bc7574": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc7596": "Beijing Broadwit Technology Co., Ltd.",
+ "bc764e": "Rackspace US, Inc.",
+ "bc765e": "Samsung Electronics Co.,Ltd",
+ "bc7670": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc76c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc76f9": "Ubiquoss Inc",
+ "bc7737": "Intel Corporate",
+ "bc779f": "SBM Co., Ltd.",
+ "bc79ad": "Samsung Electronics Co.,Ltd",
+ "bc7abf": "Samsung Electronics Co.,Ltd",
+ "bc7b72": "Huawei Device Co., Ltd.",
+ "bc7dd1": "Radio Data Comms",
+ "bc7e8b": "Samsung Electronics Co.,Ltd",
+ "bc7ec3": "Zyxel Communications Corporation",
+ "bc7f7b": "Huawei Device Co., Ltd.",
+ "bc7fa4": "Xiaomi Communications Co Ltd",
+ "bc804e": "Apple, Inc.",
+ "bc811f": "Ingate Systems",
+ "bc8199": "BASIC Co.,Ltd.",
+ "bc825d": "MITSUMI ELECTRIC CO.,LTD.",
+ "bc8385": "Microsoft Corporation",
+ "bc83a7": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "bc851f": "Samsung Electronics Co.,Ltd",
+ "bc8529": "Jiangxi Remote lntelligence Technology Co.,Ltd",
+ "bc8556": "Hon Hai Precision Ind. Co.,Ltd.",
+ "bc85d0": "SKY UK LIMITED",
+ "bc86a5": "Cambridge Mobile Telematics, Inc.",
+ "bc8753": "Sera Network Inc.",
+ "bc87fa": "Bose Corporation",
+ "bc8893": "VILLBAU Ltd.",
+ "bc88c3": "Ningbo Dooya Mechanic & Electronic Technology Co., Ltd",
+ "bc89a6": "Nintendo Co.,Ltd",
+ "bc89a7": "Apple, Inc.",
+ "bc89f8": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "bc8aa3": "NHN Entertainment",
+ "bc8ae8": "QING DAO HAIER TELECOM CO.,LTD.",
+ "bc8b55": "NPP ELIKS America Inc. DBA T&M Atlantic",
+ "bc8d0e": "Nokia",
+ "bc8d1f": "Cisco Systems, Inc",
+ "bc8d7e": "Silicon Laboratories",
+ "bc903a": "Robert Bosch GmbH",
+ "bc91b5": "Infinix mobility limited",
+ "bc926b": "Apple, Inc.",
+ "bc9307": "Samsung Electronics Co.,Ltd",
+ "bc9325": "Ningbo Joyson Preh Car Connect Co.,Ltd. ",
+ "bc9424": "TCT mobile ltd",
+ "bc9680": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "bc96e5": "SERCOMM PHILIPPINES INC",
+ "bc9740": "IEEE Registration Authority",
+ "bc9789": "Huawei Device Co., Ltd.",
+ "bc97e1": "Broadcom Limited",
+ "bc9829": "vivo Mobile Communication Co., Ltd.",
+ "bc9889": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "bc98df": "Motorola Mobility LLC, a Lenovo Company",
+ "bc9911": "Zyxel Communications Corporation",
+ "bc9930": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc99bc": "FonSee Technology Inc.",
+ "bc9a53": "Huawei Device Co., Ltd.",
+ "bc9a8e": "HUMAX NETWORKS",
+ "bc9b5e": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "bc9b68": "Vantiva USA LLC",
+ "bc9c31": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bc9cc5": "Beijing Huafei Technology Co., Ltd.",
+ "bc9d37": "Telink Micro LLC",
+ "bc9d42": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "bc9d4e": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "bc9da5": "DASCOM Europe GmbH",
+ "bc9e2c": "China Mobile Group Device Co.,Ltd.",
+ "bc9ebb": "Nintendo Co.,Ltd",
+ "bc9f58": "Apple, Inc.",
+ "bc9fe4": "Hewlett Packard Enterprise",
+ "bc9fef": "Apple, Inc.",
+ "bca042": "SHANGHAI FLYCO ELECTRICAL APPLIANCE CO.,LTD",
+ "bca080": "Samsung Electronics Co.,Ltd",
+ "bca0b9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bca13a": "VusionGroup",
+ "bca231": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bca37f": "Rail-Mil Sp. z o.o. Sp. K.",
+ "bca4e1": "Nabto",
+ "bca511": "NETGEAR",
+ "bca58b": "Samsung Electronics Co.,Ltd",
+ "bca5a9": "Apple, Inc.",
+ "bca68d": "Continetal Automotive Systems Sibiu",
+ "bca8a6": "Intel Corporate",
+ "bca920": "Apple, Inc.",
+ "bca993": "Cambium Networks Limited",
+ "bca9d6": "Cyber-Rain, Inc.",
+ "bcab7c": "TRnP KOREA Co Ltd",
+ "bcad28": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "bcad90": "Kymeta Purchasing",
+ "bcadab": "Avaya Inc",
+ "bcadae": "AltoBeam Inc.",
+ "bcaec5": "ASUSTek COMPUTER INC.",
+ "bcaf87": "smartAC.com, Inc.",
+ "bcaf91": "TE Connectivity Sensor Solutions",
+ "bcb0e7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bcb181": "SHARP CORPORATION",
+ "bcb1d3": "Cisco Meraki",
+ "bcb1f3": "Samsung Electronics Co.,Ltd",
+ "bcb22b": "EM-Tech",
+ "bcb2cc": "Samsung Electronics Co.,Ltd",
+ "bcb308": "HONGKONG RAGENTEK COMMUNICATION TECHNOLOGY CO.,LIMITED",
+ "bcb4fd": "LTD.",
+ "bcb6fb": "P4Q ELECTRONICS, S.L.",
+ "bcb852": "Cybera, Inc.",
+ "bcb863": "Apple, Inc.",
+ "bcb923": "Alta Networks",
+ "bcbac2": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "bcbae1": "AREC Inc.",
+ "bcbb58": "Apple, Inc.",
+ "bcbbc9": "Kellendonk Elektronik GmbH",
+ "bcbc46": "SKS Welding Systems GmbH",
+ "bcbd84": "zte corporation",
+ "bcbd9e": "ITEL MOBILE LIMITED",
+ "bcbefb": "ASL Xiamen Technology CO., LTD",
+ "bcc00f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "bcc168": "DinBox Sverige AB",
+ "bcc23a": "Thomson Video Networks",
+ "bcc2d9": "Private",
+ "bcc31b": "Kygo Life A",
+ "bcc342": "Panasonic Communications Co., Ltd.",
+ "bcc427": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bcc493": "Cisco Systems, Inc",
+ "bcc61a": "SPECTRA EMBEDDED SYSTEMS",
+ "bcc6db": "Nokia Corporation",
+ "bcc746": "Hon Hai Precision IND.CO.,LTD",
+ "bcc7da": "Earda Technologies co Ltd",
+ "bcc810": "Cisco SPVTG",
+ "bccab5": "Commscope",
+ "bccd45": "VOISMART",
+ "bccd7f": "Huawei Device Co., Ltd.",
+ "bccd99": "Intel Corporate",
+ "bcce25": "Nintendo Co.,Ltd",
+ "bccf4f": "Zyxel Communications Corporation",
+ "bccfcc": "HTC Corporation",
+ "bcd074": "Apple, Inc.",
+ "bcd0eb": "New H3C Technologies Co., Ltd",
+ "bcd11f": "Samsung Electronics Co.,Ltd",
+ "bcd165": "Cisco SPVTG",
+ "bcd177": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "bcd1d3": "Shenzhen TINNO Mobile Technology Corp.",
+ "bcd206": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bcd22c": "Intel Corporate",
+ "bcd295": "Cisco Systems, Inc",
+ "bcd5b6": "d2d technologies",
+ "bcd5ed": "Sagemcom Broadband SAS",
+ "bcd713": "Owl Labs",
+ "bcd767": "BAE Systems Apllied Intelligence",
+ "bcd7a5": "Hewlett Packard Enterprise",
+ "bcd7ce": "Information Technology Co., Ltd.",
+ "bcd7d4": "Roku, Inc",
+ "bcd940": "ASR Co,.Ltd.",
+ "bcdb09": "Cisco Meraki",
+ "bcddc2": "Espressif Inc.",
+ "bcdf58": "Google, Inc.",
+ "bcdfe1": "IEEE Registration Authority",
+ "bce001": "Netis Technology Co., Ltd.",
+ "bce09d": "Eoslink",
+ "bce143": "Apple, Inc.",
+ "bce265": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "bce59f": "WATERWORLD Technology Co.,LTD",
+ "bce63f": "Samsung Electronics Co.,Ltd",
+ "bce67c": "Cambium Networks Limited",
+ "bce712": "Cisco Systems, Inc",
+ "bce767": "Quanzhou TDX Electronics Co., Ltd",
+ "bce796": "Wireless CCTV Ltd",
+ "bce8fa": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "bce92f": "HP Inc.",
+ "bce9e2": "Brocade Communications Systems LLC",
+ "bcea2b": "CityCom GmbH",
+ "bcea9c": "ITEL MOBILE LIMITED",
+ "bceafa": "Hewlett Packard",
+ "bceb5f": "Fujian Beifeng Telecom Technology Co., Ltd.",
+ "bcec23": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "bcec5d": "Apple, Inc.",
+ "bceca0": "CO., LTD. ",
+ "bcee7b": "ASUSTek COMPUTER INC.",
+ "bcf105": "Intel Corporate",
+ "bcf171": "Intel Corporate",
+ "bcf1f2": "Cisco Systems, Inc",
+ "bcf212": "Telink Micro LLC",
+ "bcf292": "PLANTRONICS, INC.",
+ "bcf2af": "devolo AG",
+ "bcf2e5": "Powerful Devices ",
+ "bcf310": "Extreme Networks Headquarters",
+ "bcf45f": "zte corporation",
+ "bcf499": "Rockwell Automation",
+ "bcf4d4": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "bcf61c": "Geomodeling Wuxi Technology Co. Ltd.",
+ "bcf685": "D-Link International",
+ "bcf730": "Samsung Electronics Co.,Ltd",
+ "bcf811": "Xiamen DNAKE Technology Co.,Ltd",
+ "bcf87e": "Arcadyan Corporation",
+ "bcf88b": "zte corporation",
+ "bcf9f2": "TEKO",
+ "bcfab8": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "bcfaeb": "Cisco Systems, Inc",
+ "bcfce7": "ASUSTek COMPUTER INC.",
+ "bcfd0c": "Shenzhen Phaten Tech. LTD",
+ "bcfe8c": "Altronic, LLC",
+ "bcfed9": "Apple, Inc.",
+ "bcff21": "Smart Code(shenzhen)Technology Co.,Ltd",
+ "bcff4d": "Espressif Inc.",
+ "bcff54": "zte corporation",
+ "bcffac": "TOPCON CORPORATION",
+ "bcffeb": "Motorola Mobility LLC, a Lenovo Company",
+ "c0028d": "WINSTAR Display CO.,Ltd",
+ "c00380": "Juniper Networks",
+ "c005c2": "Commscope",
+ "c0060c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c006c3": "TP-Link Systems Inc",
+ "c0074a": "Brita GmbH",
+ "c00925": "FN-LINK TECHNOLOGY Ltd.",
+ "c00d7e": "Additech, Inc.",
+ "c010b1": "HMD Global Oy",
+ "c01173": "Samsung Electronics Co.,Ltd",
+ "c011a6": "Fort-Telecom ltd.",
+ "c01242": "Alpha Security Products",
+ "c0132b": "Sichuan Changhong Electric Ltd.",
+ "c0143d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c014b8": "Nokia",
+ "c014fe": "Cisco Systems, Inc",
+ "c0151b": "Sony Interactive Entertainment Inc.",
+ "c01692": "China Mobile Group Device Co.,Ltd.",
+ "c01693": "Xiaomi Communications Co Ltd",
+ "c0174d": "Samsung Electronics Co.,Ltd",
+ "c01754": "Apple, Inc.",
+ "c01803": "HP Inc.",
+ "c01850": "Quanta Computer Inc.",
+ "c01885": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c01944": "Juniper Networks",
+ "c01ada": "Apple, Inc.",
+ "c01b23": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c01c30": "Shenzhen WIFI-3L Technology Co.,Ltd",
+ "c01c6a": "Google, Inc.",
+ "c01e9b": "Pixavi AS",
+ "c0210d": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "c02242": "Chauvet",
+ "c02250": "Koss Corporation",
+ "c022f1": "IEEE Registration Authority",
+ "c0238d": "Samsung Electronics Co.,Ltd",
+ "c02506": "AVM GmbH",
+ "c0252f": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "c0255c": "Cisco Systems, Inc",
+ "c02567": "Nexxt Solutions",
+ "c025a2": "NEC Platforms, Ltd.",
+ "c025a5": "Dell Inc.",
+ "c025e9": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c027b9": "Beijing National Railway Research & Design Institute of Signal & Communication Co., Ltd.",
+ "c0280b": "Honor Device Co., Ltd.",
+ "c0288d": "Logitech, Inc",
+ "c02973": "Audyssey Laboratories Inc.",
+ "c029f3": "XySystem",
+ "c02b31": "Phytium Technology Co.,Ltd.",
+ "c02b56": "CANDID OPTRONIX PRIVATE LIMITED",
+ "c02bfc": "iNES. applied informatics GmbH",
+ "c02c17": "Cisco Systems, Inc",
+ "c02c5c": "Apple, Inc.",
+ "c02c7a": "Shenzhen Horn Audio Co.,Ltd.",
+ "c02ced": "Silicon Laboratories",
+ "c02d2e": "China Mobile Group Device Co.,Ltd.",
+ "c02dee": "Cuff",
+ "c02e1d": "Nokia Solutions and Networks GmbH & Co. KG",
+ "c02e25": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c02e26": "iRhythm Technologies, Inc.",
+ "c02e5f": "Zyxel Communications Corporation",
+ "c02edf": "AltoBeam Inc.",
+ "c02ff1": "Volta Networks",
+ "c0335e": "Microsoft",
+ "c03379": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c033da": "Shenzhen JRUN Technologies CO., LTD",
+ "c034b4": "Gigastone Corporation",
+ "c03532": "Liteon Technology Corporation",
+ "c03580": "A&R TECH",
+ "c035bd": "Velocytech Aps",
+ "c035c5": "Prosoft Systems LTD",
+ "c03653": "eero inc.",
+ "c03656": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c03896": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c038f9": "Nokia Danmark A/S",
+ "c03937": "GREE ELECTRIC APPLIANCES, INC. OF ZHUHAI",
+ "c0395a": "Zhejiang Dahua Technology Co., Ltd.",
+ "c03b8f": "Minicom Digital Signage",
+ "c03c04": "Sagemcom Broadband SAS",
+ "c03c59": "Intel Corporate",
+ "c03d03": "Samsung Electronics Co.,Ltd",
+ "c03d46": "Shanghai Sango Network Technology Co.,Ltd",
+ "c03dd9": "MitraStar Technology Corp.",
+ "c03e0f": "SKY UK LIMITED",
+ "c03e50": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c03eba": "Dell Inc.",
+ "c03f0e": "NETGEAR",
+ "c03f2a": "Biscotti, Inc.",
+ "c03fbb": "Zhongshan Zhiniu Electronics Co.,Ltd.",
+ "c03fd5": "Elitegroup Computer Systems Co.,Ltd.",
+ "c03fdd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c04004": "Medicaroid Corporation",
+ "c0408d": "ALPSALPINE CO,.LTD",
+ "c04121": "Nokia Solutions and Networks GmbH & Co. KG",
+ "c041f6": "LG ELECTRONICS INC",
+ "c042d0": "Juniper Networks",
+ "c04301": "Epec Oy",
+ "c04327": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "c04442": "Apple, Inc.",
+ "c044e3": "Shenzhen Sinkna Electronics Co., LTD",
+ "c0470e": "Dell Inc.",
+ "c04754": "vivo Mobile Communication Co., Ltd.",
+ "c0482f": "IEEE Registration Authority",
+ "c04884": "Sigma Bilisim Sist. Tekn. Elk. Enj. ve San. D??. Tic. Ltd. ?ti.",
+ "c048e6": "Samsung Electronics Co.,Ltd",
+ "c048fb": "Shenzhen JingHanDa Electronics Co.Ltd",
+ "c0493d": "MAITRISE TECHNOLOGIQUE",
+ "c04943": "zte corporation",
+ "c049bd": "EM Microelectronic",
+ "c049ef": "Espressif Inc.",
+ "c04a00": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c04a09": "Zhejiang Everbright Communication Equip. Co,. Ltd",
+ "c04a0e": "Texas Instruments",
+ "c04b13": "WonderSound Technology Co., Ltd",
+ "c04df7": "SERELEC",
+ "c04e30": "Espressif Inc.",
+ "c04e8a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c05064": "SHENNAN CIRCUITS CO.,LTD",
+ "c0515c": "zte corporation",
+ "c0517e": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "c051f3": "CIG SHANGHAI CO LTD",
+ "c05234": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c05336": "Beijing National Railway Research & Design Institute of Signal & Communication Group Co..Ltd.",
+ "c0544d": "Nokia Shanghai Bell Co., Ltd.",
+ "c0555c": "Impulse Labs",
+ "c05627": "Belkin International Inc.",
+ "c056e3": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "c057bc": "Avaya Inc",
+ "c058a7": "Pico Systems Co., Ltd.",
+ "c05b44": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "c05d39": "Jiangsu Huitong Group Co.,Ltd.",
+ "c05d89": "Espressif Inc.",
+ "c05e6f": "V. Stonkaus firma Kodinis Raktas",
+ "c05e79": "SHENZHEN HUAXUN ARK TECHNOLOGIES CO.,LTD",
+ "c05f87": "Legrand INTELLIGENT ELECTRICAL(HUIZHOU)CO.,LTD.",
+ "c06118": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c0613d": "BioIntelliSense, Inc.",
+ "c0619a": "IEEE Registration Authority",
+ "c0626b": "Cisco Systems, Inc",
+ "c062f2": "Beijing Cotytech Co.,LTD",
+ "c06369": "LTD.",
+ "c06380": "Texas Instruments",
+ "c06394": "Apple, Inc.",
+ "c064c6": "Nokia Corporation",
+ "c064e4": "Cisco Systems, Inc",
+ "c06599": "Samsung Electronics Co.,Ltd",
+ "c067af": "Cisco Systems, Inc",
+ "c068cc": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "c06911": "Arista Networks",
+ "c06b55": "Motorola Mobility LLC, a Lenovo Company",
+ "c06c0c": "Apple, Inc.",
+ "c06c0f": "Dobbs Stanford",
+ "c06c6d": "MagneMotion, Inc.",
+ "c06d1a": "Tianjin Henxinhuifeng Technology Co.,Ltd.",
+ "c06ded": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "c06e3d": "SHENZHEN TECNO TECHNOLOGY ",
+ "c06f98": "eero inc.",
+ "c07009": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c071aa": "ShenZhen OnMicro Electronics Co.,Ltd.",
+ "c07415": "IntelPro Inc.",
+ "c0742b": "SHENZHEN XUNLONG SOFTWARE CO.,LIMITED",
+ "c074ad": "Grandstream Networks, Inc.",
+ "c07831": "Huawei Device Co., Ltd.",
+ "c07878": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "c07982": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "c07ad6": "Samsung Electronics Co.,Ltd",
+ "c07bbc": "Cisco Systems, Inc",
+ "c07c90": "Shenzhen YOUHUA Technology Co., Ltd",
+ "c07cd1": "PEGATRON CORPORATION",
+ "c07e40": "SHENZHEN XDK COMMUNICATION EQUIPMENT CO.,LTD",
+ "c08135": "Ningbo Forfan technology Co., LTD",
+ "c08170": "Effigis GeoSolutions",
+ "c0830a": "2Wire Inc",
+ "c08359": "IEEE Registration Authority",
+ "c083c9": "Huawei Device Co., Ltd.",
+ "c0847a": "Apple, Inc.",
+ "c0847d": "AMPAK Technology, Inc.",
+ "c08488": "Finis Inc",
+ "c084e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c084ff": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "c0854c": "Ragentek Technology Group",
+ "c086b3": "Shenzhen Voxtech Co., Ltd.",
+ "c08706": "Shenzhen Qianfenyi Intelligent Technology Co.,LTD",
+ "c087eb": "Samsung Electronics Co.,Ltd",
+ "c08840": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "c0885b": "SnD Tech Co., Ltd.",
+ "c0886d": "Securosys SA",
+ "c08997": "Samsung Electronics Co.,Ltd",
+ "c089ab": "Commscope",
+ "c08a60": "AltoBeam Inc.",
+ "c08acd": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "c08ade": "Ruckus Wireless",
+ "c08b05": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c08b2a": "Cisco Systems, Inc",
+ "c08b6f": "S I Sistemas Inteligentes Eletrônicos Ltda",
+ "c08c60": "Cisco Systems, Inc",
+ "c08c71": "Motorola Mobility LLC, a Lenovo Company",
+ "c08d51": "Amazon Technologies Inc.",
+ "c08f20": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "c09120": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c09132": "Patriot Memory",
+ "c09134": "ProCurve Networking by HP",
+ "c091b9": "Amazon Technologies Inc.",
+ "c09296": "zte corporation",
+ "c09435": "Commscope",
+ "c094ad": "zte corporation",
+ "c0956d": "Apple, Inc.",
+ "c09573": "AIxLink",
+ "c095cf": "Amazon Technologies Inc.",
+ "c095da": "NXP India Private Limited",
+ "c096a4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c09879": "Acer Inc.",
+ "c098da": "China Mobile IOT Company Limited",
+ "c098e5": "University of Michigan",
+ "c09a71": "XIAMEN MEITU MOBILE TECHNOLOGY CO.LTD",
+ "c09ad0": "Apple, Inc.",
+ "c09b63": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c09b9e": "Silicon Laboratories",
+ "c09bf4": "IEEE Registration Authority",
+ "c09c04": "Shaanxi GuoLian Digital TV Technology Co.,Ltd.",
+ "c09c92": "COBY",
+ "c09d26": "Topicon HK Lmd.",
+ "c09f05": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c09f42": "Apple, Inc.",
+ "c09f51": "TECHNOLOGIES CORPORATION",
+ "c09fe1": "zte corporation",
+ "c0a00d": "Commscope",
+ "c0a0bb": "D-Link International",
+ "c0a0c7": "FAIRFIELD INDUSTRIES",
+ "c0a0de": "Multi Touch Oy",
+ "c0a0e2": "Eden Innovations",
+ "c0a1a2": "MarqMetrix",
+ "c0a26d": "Abbott Point of Care",
+ "c0a364": "3D Systems Massachusetts",
+ "c0a36e": "SKY UK LIMITED",
+ "c0a39e": "EarthCam, Inc.",
+ "c0a3c7": "Telink Micro LLC",
+ "c0a476": "Ruijie Networks Co.,LTD",
+ "c0a53e": "Apple, Inc.",
+ "c0a5dd": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "c0a5e8": "Intel Corporate",
+ "c0a600": "Apple, Inc.",
+ "c0a66d": "Inspur Group Co., Ltd.",
+ "c0a810": "Intel Corporate",
+ "c0a8f0": "Adamson Systems Engineering",
+ "c0a938": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0aa68": "OSASI Technos Inc.",
+ "c0ab2b": "Huawei Device Co., Ltd.",
+ "c0ac54": "Sagemcom Broadband SAS",
+ "c0ad97": "TECNO MOBILE LIMITED",
+ "c0aefd": "Shenzhen HC-WLAN Technology Co.,Ltd",
+ "c0aff2": "Dyson Limited",
+ "c0b101": "zte corporation",
+ "c0b22f": "Apple, Inc.",
+ "c0b339": "Comigo Ltd.",
+ "c0b357": "Yoshiki Electronics Industry Ltd.",
+ "c0b3c8": "LLC NTC Rotek",
+ "c0b47d": "Huawei Device Co., Ltd.",
+ "c0b5cd": "Huawei Device Co., Ltd.",
+ "c0b5d7": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "c0b658": "Apple, Inc.",
+ "c0b6f9": "Intel Corporate",
+ "c0b713": "Beijing Xiaoyuer Technology Co. Ltd.",
+ "c0b883": "Intel Corporate",
+ "c0b8b1": "BitBox Ltd",
+ "c0b8e6": "Ruijie Networks Co.,LTD",
+ "c0ba1f": "Private",
+ "c0bae6": "Zenitel GB Ltd",
+ "c0bc9a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0bd42": "ZPA Smart Energy a.s.",
+ "c0bdc8": "Samsung Electronics Co.,Ltd",
+ "c0bfa7": "Juniper Networks",
+ "c0bfac": "Huawei Device Co., Ltd.",
+ "c0bfbe": "AzureWave Technology Inc.",
+ "c0bfc0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0c170": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "c0c1c0": "Cisco-Linksys, LLC",
+ "c0c3b6": "Automatic Systems",
+ "c0c4f9": "Qisda Corporation",
+ "c0c520": "Ruckus Wireless",
+ "c0c522": "Commscope",
+ "c0c569": "SHANGHAI LYNUC CNC TECHNOLOGY CO.,LTD",
+ "c0c687": "Cisco SPVTG",
+ "c0c70a": "Ruckus Wireless",
+ "c0c7db": "Apple, Inc.",
+ "c0c946": "MITSUYA LABORATORIES INC.",
+ "c0c976": "Shenzhen TINNO Mobile Technology Corp.",
+ "c0c989": "Edgecore Americas Networking Corporation",
+ "c0c9e3": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c0cb38": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c0cbf1": "Co., LTD",
+ "c0cc42": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c0ccf8": "Apple, Inc.",
+ "c0cdd6": "Espressif Inc.",
+ "c0cecd": "Apple, Inc.",
+ "c0cfa3": "Creative Electronics & Software, Inc.",
+ "c0d012": "Apple, Inc.",
+ "c0d026": "Huawei Device Co., Ltd.",
+ "c0d044": "Sagemcom Broadband SAS",
+ "c0d063": "EM Microelectronic",
+ "c0d0ff": "China Mobile IOT Company Limited",
+ "c0d193": "Huawei Device Co., Ltd.",
+ "c0d2dd": "Samsung Electronics Co.,Ltd",
+ "c0d2f3": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "c0d391": "IEEE Registration Authority",
+ "c0d3c0": "Samsung Electronics Co.,Ltd",
+ "c0d46b": "Huawei Device Co., Ltd.",
+ "c0d5e2": "Samsung Electronics Co.,Ltd",
+ "c0d60a": "Texas Instruments",
+ "c0d682": "Arista Networks",
+ "c0d6d5": "Microsoft Corporation",
+ "c0d7aa": "Arcadyan Corporation",
+ "c0d834": "xvtec ltd",
+ "c0d941": "Shenzhen VMAX Software Co., Ltd.",
+ "c0d962": "ASKEY COMPUTER CORP",
+ "c0d9f7": "ShanDong Domor Intelligent S&T CO.,Ltd",
+ "c0da5e": "Huawei Device Co., Ltd.",
+ "c0da74": "Hangzhou Sunyard Technology Co., Ltd.",
+ "c0dc6a": "Qingdao Eastsoft Communication Technology Co.,LTD",
+ "c0dcab": "LG Innotek",
+ "c0dcd7": "Huawei Device Co., Ltd.",
+ "c0dcda": "Samsung Electronics Co.,Ltd",
+ "c0dd8a": "Meta Platforms, Inc.",
+ "c0df77": "Conrad Electronic SE",
+ "c0dfed": "Juniper Networks",
+ "c0e018": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0e01c": "IoT Security Group, SL",
+ "c0e1be": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0e350": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "c0e3a0": "Sdn. Bhd.",
+ "c0e3fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0e422": "Texas Instruments",
+ "c0e42d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c0e434": "AzureWave Technology Inc.",
+ "c0e54e": "ARIES Embedded GmbH",
+ "c0e5da": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "c0e7bf": "Sichuan AI-Link Technology Co., Ltd.",
+ "c0e862": "Apple, Inc.",
+ "c0e911": "RealNetworks",
+ "c0eac3": "IEEE Registration Authority",
+ "c0eae4": "Sonicwall",
+ "c0ede5": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c0ee40": "Laird Connectivity",
+ "c0eeb5": "Enice Network.",
+ "c0eefb": "Ltd",
+ "c0f1c4": "Pacidal Corporation Ltd.",
+ "c0f2fb": "Apple, Inc.",
+ "c0f4e6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0f535": "AMPAK Technology,Inc.",
+ "c0f636": "Hangzhou Kuaiyue Technologies, Ltd.",
+ "c0f6c2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0f6ec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0f79d": "Powercode",
+ "c0f827": "Rapidmax Technology Corporation",
+ "c0f853": "Tuya Smart Inc.",
+ "c0f87f": "Cisco Systems, Inc",
+ "c0f8da": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c0f945": "Toshiba Toko Meter Systems Co., LTD.",
+ "c0f991": "GME Standard Communications P/L",
+ "c0f9b0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0f9d2": "arkona technologies GmbH",
+ "c0fbc1": "ITEL MOBILE LIMITED",
+ "c0fbf9": "IEEE Registration Authority",
+ "c0fd84": "zte corporation",
+ "c0ffa8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c0ffd4": "NETGEAR",
+ "c40006": "Lipi Data Systems Ltd.",
+ "c40049": "Kamama",
+ "c400ad": "Co., Ltd.",
+ "c400b5": "HongKong Tenry Technology Co., Ltd. ",
+ "c40142": "MaxMedia Technology Limited",
+ "c4017c": "Ruckus Wireless",
+ "c401b1": "SeekTech INC",
+ "c401ce": "CO., LTD.",
+ "c402e1": "Khwahish Technologies Private Limited",
+ "c403a8": "Intel Corporate",
+ "c40415": "NETGEAR",
+ "c4047b": "Shenzhen YOUHUA Technology Co., Ltd",
+ "c404d8": "Aviva Links Inc.",
+ "c40528": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c40683": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4072f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c40778": "New H3C Technologies Co., Ltd",
+ "c40826": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "c4084a": "Nokia",
+ "c40880": "Shenzhen UTEPO Tech Co., Ltd.",
+ "c40898": "Dropbeats Technology Co., Ltd.",
+ "c40938": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "c409b7": "Juniper Networks",
+ "c40acb": "Cisco Systems, Inc",
+ "c40b31": "Apple, Inc.",
+ "c40bcb": "Xiaomi Communications Co Ltd",
+ "c40d96": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c40e45": "ACK Networks,Inc.",
+ "c40f08": "Intel Corporate",
+ "c40f09": "Hermes electronic GmbH",
+ "c40fa6": "TECHNOLOGIES CORPORATION",
+ "c4108a": "Ruckus Wireless",
+ "c411e0": "Bull Group Co., Ltd",
+ "c41234": "Apple, Inc.",
+ "c412ec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c412f5": "D-Link International",
+ "c41375": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "c413e2": "Extreme Networks Headquarters",
+ "c41411": "Apple, Inc.",
+ "c4143c": "Cisco Systems, Inc",
+ "c414a2": "Cisco Meraki",
+ "c41688": "Huawei Device Co., Ltd.",
+ "c4168f": "Apple, Inc.",
+ "c416c8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c416fa": "Prysm Inc",
+ "c4170e": "Huawei Device Co., Ltd.",
+ "c417fe": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c418e9": "Samsung Electronics Co.,Ltd",
+ "c418fc": "Cisco Systems, Inc",
+ "c4198b": "Dominion Voting Systems Corporation",
+ "c419d1": "Co., Ltd.",
+ "c419ec": "Qualisys AB",
+ "c41c07": "Samsung Electronics Co.,Ltd",
+ "c41c9c": "JiQiDao",
+ "c41cff": "Vizio, Inc",
+ "c41ece": "HMI Sources Ltd.",
+ "c421b9": "zte corporation",
+ "c421c8": "KYOCERA CORPORATION ",
+ "c4224e": "Telink Micro LLC",
+ "c42360": "Intel Corporate",
+ "c4237a": "WhizNets Inc.",
+ "c423a2": "PT. Emsonic Indonesia",
+ "c4242e": "Galvanic Applied Sciences Inc",
+ "c42456": "Palo Alto Networks",
+ "c42628": "Airo Wireless",
+ "c42728": "zte corporation",
+ "c4278c": "Huawei Device Co., Ltd.",
+ "c42795": "Vantiva USA LLC",
+ "c4282d": "Embedded Intellect Pty Ltd",
+ "c4291d": "KLEMSAN ELEKTRIK ELEKTRONIK SAN.VE TIC.AS.",
+ "c42996": "Signify B.V.",
+ "c42ad0": "Apple, Inc.",
+ "c42b44": "Huawei Device Co., Ltd.",
+ "c42c03": "Apple, Inc.",
+ "c42c4f": "Qingdao Hisense Mobile Communication Technology Co,Ltd",
+ "c42f90": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "c43018": "MCS Logic Inc.",
+ "c430ca": "SD Biosensor",
+ "c432d1": "Farlink Technology Limited",
+ "c43306": "China Mobile Group Device Co.,Ltd.",
+ "c43396": "Dongguan Hele Electronics Co., Ltd.",
+ "c4345b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4346b": "Hewlett Packard",
+ "c435d9": "Apple, Inc.",
+ "c43655": "Shenzhen Fenglian Technology Co., Ltd.",
+ "c4366c": "LG Innotek",
+ "c436c0": "BUFFALO.INC",
+ "c436da": "Rusteletech Ltd.",
+ "c43772": "Virtuozzo International GmbH",
+ "c43875": "Sonos, Inc.",
+ "c438d3": "TAGATEC CO.,LTD",
+ "c4393a": "SMC Networks Inc",
+ "c43960": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "c43a35": "FN-LINK TECHNOLOGY LIMITED",
+ "c43a9f": "Siconix Inc.",
+ "c43abe": "Sony Corporation",
+ "c43c3c": "CYBELEC SA",
+ "c43cb0": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "c43cea": "BUFFALO.INC",
+ "c43d1a": "Intel Corporate",
+ "c43dc7": "NETGEAR",
+ "c43eab": "Huawei Device Co., Ltd.",
+ "c44044": "RackTop Systems Inc.",
+ "c440f6": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c4411e": "Belkin International Inc.",
+ "c44137": "Quectel Wireless Solutions Co.,Ltd.",
+ "c44202": "Samsung Electronics Co.,Ltd",
+ "c44268": "CRESTRON ELECTRONICS, INC.",
+ "c4447d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c444a0": "Cisco Systems, Inc",
+ "c44567": "SAMBON PRECISON and ELECTRONICS",
+ "c445ec": "Shanghai Yali Electron Co.,LTD",
+ "c44606": "Cisco Systems, Inc",
+ "c44619": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c4473f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4474e": "Intel Corporate",
+ "c44838": "Satcom Direct, Inc.",
+ "c448fa": "Taicang T&W Electronics",
+ "c4493e": "Motorola Mobility LLC, a Lenovo Company",
+ "c449bb": "MITSUMI ELECTRIC CO.,LTD.",
+ "c44ad0": "FIREFLIES SYSTEMS",
+ "c44b44": "Omniprint Inc.",
+ "c44bd1": "Wallys Communications Teachnologies Co.,Ltd.",
+ "c44d84": "Cisco Systems, Inc",
+ "c44e1f": "BlueN",
+ "c44eac": "Shenzhen Shiningworth Technology Co., Ltd.",
+ "c44f33": "Espressif Inc.",
+ "c44f5f": "Huawei Device Co., Ltd.",
+ "c44f96": "Alps Alpine",
+ "c44fd5": "Vantiva - Connected Home",
+ "c45006": "Samsung Electronics Co.,Ltd",
+ "c4509c": "Vantiva - Connected Home",
+ "c4518d": "Shenzhen YOUHUA Technology Co., Ltd",
+ "c4524f": "Apple, Inc.",
+ "c45379": "Micronview Limited Liability Company",
+ "c45444": "Quanta Computer Inc.",
+ "c455a6": "Cadac Holdings Ltd",
+ "c455c2": "Bach-Simpson",
+ "c45600": "Galleon Embedded Computing",
+ "c456fe": "Lava International Ltd.",
+ "c4571f": "June Life Inc",
+ "c45746": "Texas Instruments",
+ "c4576e": "Samsung Electronics Co.,Ltd",
+ "c45781": "Limited",
+ "c457cd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c458c2": "Shenzhen TATFOOK Technology Co., Ltd.",
+ "c45976": "Fugoo Coorporation",
+ "c45a86": "Huawei Device Co., Ltd.",
+ "c45ab1": "Dell Inc.",
+ "c45bac": "Apple, Inc.",
+ "c45bbe": "Espressif Inc.",
+ "c45bf7": "ants",
+ "c45d83": "Samsung Electronics Co.,Ltd",
+ "c45dd8": "HDMI Forum",
+ "c45e5c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4600a": "Huaqin Technology Co.LTD",
+ "c46026": "SKY UK LIMITED",
+ "c46044": "Everex Electronics Limited",
+ "c4618b": "Apple, Inc.",
+ "c461c7": "Microsoft Corporation",
+ "c46237": "sunweit industrial limited",
+ "c4626b": "ZPT Vigantice",
+ "c462ea": "Samsung Electronics Co.,Ltd",
+ "c46354": "U-Raku, Inc.",
+ "c463c4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c463fb": "Neatframe AS",
+ "c46413": "Cisco Systems, Inc",
+ "c464b7": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c464e3": "Texas Instruments",
+ "c464f2": "Infinix mobility limited",
+ "c46516": "Hewlett Packard",
+ "c46699": "vivo Mobile Communication Co., Ltd.",
+ "c4678b": "Alphabet Capital Sdn Bhd",
+ "c467a1": "Inc.",
+ "c467b5": "Libratone A/S",
+ "c467d1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c468d0": "VTech Telecommunications Ltd.",
+ "c4693e": "Turbulence Design Inc.",
+ "c469f0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c46ab7": "Xiaomi Communications Co Ltd",
+ "c46bb4": "myIDkey",
+ "c46df1": "DataGravity",
+ "c46e1f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c46e33": "Zhong Ge Smart Technology Co., Ltd.",
+ "c46e7b": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "c4700b": "GUANGZHOU CHIP TECHNOLOGIES CO.,LTD",
+ "c470ab": "Ruijie Networks Co.,LTD",
+ "c470bd": "Mellanox Technologies, Inc.",
+ "c4710f": "Xiaomi Communications Co Ltd",
+ "c47130": "Fon Technology S.L.",
+ "c47154": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c471fe": "Cisco Systems, Inc",
+ "c47295": "Cisco Systems, Inc",
+ "c4731e": "Samsung Electronics Co.,Ltd",
+ "c4741e": "zte corporation",
+ "c47469": "BT9",
+ "c474f8": "Hot Pepper, Inc.",
+ "c475ab": "Intel Corporate",
+ "c475ea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c47764": "Samsung Electronics Co.,Ltd",
+ "c477ab": "Beijing ASU Tech Co.,Ltd",
+ "c477af": "Advanced Digital Broadcast SA",
+ "c478a2": "Huawei Device Co., Ltd.",
+ "c47905": "Zhejiang Uniview Technologies Co.,Ltd.",
+ "c47981": "Ehya LTD",
+ "c4799f": "Haiguang Smart Device Co.,Ltd.",
+ "c47b2f": "Beijing JoinHope Image Technology Ltd.",
+ "c47b80": "Protempis, LLC",
+ "c47ba3": "NAVIS Inc.",
+ "c47c8d": "IEEE Registration Authority",
+ "c47d46": "FUJITSU LIMITED",
+ "c47d4f": "Cisco Systems, Inc",
+ "c47d9f": "Samsung Electronics Co.,Ltd",
+ "c47da8": "LTD.",
+ "c47dcc": "Zebra Technologies Inc",
+ "c47dfe": "A.N. Solutions GmbH",
+ "c47ee0": "Cisco Systems, Inc",
+ "c47f51": "Inventek Systems",
+ "c48025": "Huawei Device Co., Ltd.",
+ "c4808a": "Cloud Diagnostics Canada ULC",
+ "c4823f": "Fujian Newland Auto-ID Tech. Co,.Ltd.",
+ "c4824e": "Changzhou Uchip Electronics Co., LTD.",
+ "c482e1": "Tuya Smart Inc.",
+ "c4836f": "Ciena Corporation",
+ "c48372": "IEEE Registration Authority",
+ "c48466": "Apple, Inc.",
+ "c484fc": "Apple, Inc.",
+ "c48508": "Intel Corporate",
+ "c4864f": "Beijing BitIntelligence Information Technology Co. Ltd.",
+ "c486e9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c488e5": "Samsung Electronics Co.,Ltd",
+ "c489ed": "Solid Optics EU N.V.",
+ "c48a5a": "JFCONTROL",
+ "c48b66": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "c48ba3": "Cisco Meraki",
+ "c48e8f": "Hon Hai Precision Ind. Co.,Ltd.",
+ "c48f07": "Shenzhen Yihao Hulian Science and Technology Co., Ltd.",
+ "c48fc1": "DEEPTRACK S.L.U.",
+ "c4910c": "Apple, Inc.",
+ "c4913a": "Shenzhen Sanland Electronic Co., ltd.",
+ "c491cf": "Luxul ",
+ "c4924c": "KEISOKUKI CENTER CO.,LTD.",
+ "c49300": "8Devices",
+ "c49313": "100fio networks technology llc",
+ "c49380": "Speedytel technology",
+ "c493bb": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "c493d9": "Samsung Electronics Co.,Ltd",
+ "c49500": "Amazon Technologies Inc.",
+ "c4954d": "IEEE Registration Authority",
+ "c4955f": "Anhui Saida Technology Limited Liability Company",
+ "c495a2": "SHENZHEN WEIJIU INDUSTRY AND TRADE DEVELOPMENT CO., LTD",
+ "c49805": "Minieum Networks, Inc",
+ "c4985c": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "c49878": "SHANGHAI MOAAN INTELLIGENT TECHNOLOGY CO.,LTD",
+ "c49880": "Apple, Inc.",
+ "c49886": "Qorvo International Pte. Ltd.",
+ "c49894": "IEEE Registration Authority",
+ "c49a31": "Zyxel Communications Corporation",
+ "c49a89": "Suzhou K-Hiragawa Electronic Technology Co.,Ltd",
+ "c49d08": "Huawei Device Co., Ltd.",
+ "c49ded": "Microsoft Corporation",
+ "c49e41": "G24 Power Limited",
+ "c49f4c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c49ff3": "Mciao Technologies, Inc.",
+ "c4a052": "Motorola Mobility LLC, a Lenovo Company",
+ "c4a10e": "IEEE Registration Authority",
+ "c4a151": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c4a1ae": "Huawei Device Co., Ltd.",
+ "c4a366": "zte corporation",
+ "c4a402": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4a451": "TECNO MOBILE LIMITED",
+ "c4a559": "IEEE Registration Authority",
+ "c4a64e": "Quectel Wireless Solutions Co.,Ltd.",
+ "c4a72b": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "c4a816": "eero inc.",
+ "c4a81d": "D-Link International",
+ "c4a9b8": "XIAMENSHI C-CHIP TECHNOLOGY CO.,LTD",
+ "c4aa99": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4aaa1": "SUMMIT DEVELOPMENT, spol.s r.o.",
+ "c4aac4": "Zhejiang Dahua Technology Co., Ltd.",
+ "c4ab4d": "Cisco Systems, Inc",
+ "c4abb2": "vivo Mobile Communication Co., Ltd.",
+ "c4ac59": "Murata Manufacturing Co., Ltd.",
+ "c4acaa": "Apple, Inc.",
+ "c4ad21": "MEDIAEDGE Corporation",
+ "c4ad34": "Routerboard.com",
+ "c4adf1": "GOPEACE Inc.",
+ "c4ae12": "Samsung Electronics Co.,Ltd",
+ "c4b1d9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4b239": "Cisco Systems, Inc",
+ "c4b25b": "Ruijie Networks Co.,LTD",
+ "c4b301": "Apple, Inc.",
+ "c4b349": "Apple, Inc.",
+ "c4b36a": "Cisco Systems, Inc",
+ "c4b512": "General Electric Digital Energy",
+ "c4b691": "Angel Robotics",
+ "c4b757": "ALPSALPINE CO,.LTD",
+ "c4b8b4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4b9cd": "Cisco Systems, Inc",
+ "c4ba99": "I+ME Actia Informatik und Mikro-Elektronik GmbH",
+ "c4baa3": "Beijing Winicssec Technologies Co., Ltd.",
+ "c4bb03": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4bb4c": "Zebra Information Tech Co. Ltd",
+ "c4bbea": "Pakedge Device and Software Inc",
+ "c4bcd7": "New Ryatek",
+ "c4bd6a": "SKF GmbH",
+ "c4bd8d": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "c4bde5": "Intel Corporate",
+ "c4be84": "Texas Instruments",
+ "c4bed4": "Avaya Inc",
+ "c4bf60": "TECNO MOBILE LIMITED",
+ "c4c063": "New H3C Technologies Co., Ltd",
+ "c4c0ae": "MIDORI ELECTRONIC CO., LTD.",
+ "c4c138": "OWLink Technology Inc",
+ "c4c17d": "Apple, Inc.",
+ "c4c36b": "Apple, Inc.",
+ "c4c563": "TECNO MOBILE LIMITED",
+ "c4c603": "Cisco Systems, Inc",
+ "c4c6e6": "Electronics Technology co., ltd",
+ "c4c755": "Beijing HuaqinWorld Technology Co.,Ltd",
+ "c4c919": "Energy Imports Ltd",
+ "c4c9ec": "Gugaoo HK Limited",
+ "c4ca2b": "Arista Networks",
+ "c4ca67": "Chongqing ZQZER Technology Co., LTD",
+ "c4cad9": "Hangzhou H3C Technologies Co., Limited",
+ "c4cb54": "Fibocom Auto Inc.",
+ "c4cb6b": "Airista Flow, Inc.",
+ "c4cb76": "Microsoft Corporation",
+ "c4cbbe": "Great Talent Technology Limited",
+ "c4cbe1": "Dell Inc.",
+ "c4cc37": "IEEE Registration Authority",
+ "c4ccf9": "zte corporation",
+ "c4cd45": "Beijing Boomsense Technology CO.,LTD.",
+ "c4cd82": "Hangzhou Lowan Information Technology Co., Ltd.",
+ "c4d0e3": "Intel Corporate",
+ "c4d197": "Ventia Utility Services",
+ "c4d36a": "Texas Instruments",
+ "c4d438": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4d489": "JiangSu Joyque Information Industry Co.,Ltd",
+ "c4d496": "Shenzhen Excelsecu Data Technology Co.,Ltd",
+ "c4d4d0": "SHENZHEN TECNO TECHNOLOGY ",
+ "c4d655": "Tercel technology co.,ltd",
+ "c4d666": "Cisco Meraki",
+ "c4d6d3": "Dell Inc.",
+ "c4d738": "Huawei Device Co., Ltd.",
+ "c4d7dc": "Zhejiang Weilai Jingling Artificial Intelligence Technology Co., Ltd.",
+ "c4d7fd": "Co., Ltd.",
+ "c4d8c8": "Silicon Laboratories",
+ "c4d8d4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4d8d5": "Espressif Inc.",
+ "c4d8f3": "iZotope",
+ "c4d987": "Intel Corporate",
+ "c4da26": "NOBLEX SA",
+ "c4da7d": "Ivium Technologies B.V.",
+ "c4db04": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4dbad": "Ring LLC",
+ "c4dd57": "Espressif Inc.",
+ "c4de7b": "Huawei Device Co., Ltd.",
+ "c4dee2": "Espressif Inc.",
+ "c4df39": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "c4e032": "IEEE 1904.1 Working Group",
+ "c4e0de": "Zhengzhou XindaJiean Information Technology Co.,Ltd.",
+ "c4e17c": "U2S co.",
+ "c4e1a1": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c4e287": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4e39f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c4e3ce": "EnGenius Technologies, Inc.",
+ "c4e506": "Piper Networks, Inc.",
+ "c4e510": "Mechatro, Inc.",
+ "c4e532": "Arcadyan Corporation",
+ "c4e5b1": "Suzhou PanKore Integrated Circuit Technology Co. Ltd.",
+ "c4e733": "Clear Align LLC",
+ "c4e7ae": "Chengdu Meross Technology Co., Ltd.",
+ "c4e7be": "SCSpro Co.,Ltd",
+ "c4e90a": "D-Link International",
+ "c4e92f": "AB Sciex",
+ "c4e984": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "c4ea1d": "Technicolor Delivery Technologies Belgium NV",
+ "c4eb39": "Sagemcom Broadband SAS",
+ "c4eb41": "Sagemcom Broadband SAS",
+ "c4eb42": "Sagemcom Broadband SAS",
+ "c4eb43": "Sagemcom Broadband SAS",
+ "c4eb68": "VusionGroup",
+ "c4ebe3": "RRCN SAS",
+ "c4ebff": "zte corporation",
+ "c4edba": "Texas Instruments",
+ "c4eeae": "VSS Monitoring",
+ "c4eef5": "II-VI Incorporated",
+ "c4ef3d": "Samsung Electronics Co.,Ltd",
+ "c4ef70": "Home Skinovations",
+ "c4efbb": "Electronics Technology co., ltd",
+ "c4efda": "Honeywell",
+ "c4f035": "Hughes Network Systems, LLC",
+ "c4f081": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4f0ec": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c4f122": "Nexar Ltd.",
+ "c4f174": "eero inc.",
+ "c4f1d1": "BEIJING SOGOU TECHNOLOGY DEVELOPMENT CO., LTD.",
+ "c4f312": "Texas Instruments",
+ "c4f464": "Spica international",
+ "c4f57c": "Brocade Communications Systems LLC",
+ "c4f5a5": "Kumalift Co., Ltd.",
+ "c4f7c1": "Apple, Inc.",
+ "c4f7d5": "Cisco Systems, Inc",
+ "c4f839": "Actia Automotive",
+ "c4fbaa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4fbc8": "Shenzhen Candour Co., Ltd.",
+ "c4fc22": "NETWORK TECHNOLOGY CO.,LTD.",
+ "c4fce4": "DishTV NZ Ltd",
+ "c4fcef": "SambaNova Systems, Inc.",
+ "c4fde6": "DRTECH",
+ "c4fe5b": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c4fee2": "AMICCOM Electronics Corporation",
+ "c4ff1f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c4ff22": "Huawei Device Co., Ltd.",
+ "c4ff84": "IEEE Registration Authority",
+ "c4ff99": "Intel Corporate",
+ "c4ffbc": "IEEE Registration Authority",
+ "c80084": "Cisco Systems, Inc",
+ "c80210": "LG Innotek",
+ "c80258": "ITW GSE ApS",
+ "c8028f": "Co., Ltd.",
+ "c802a6": "Beijing Newmine Technology",
+ "c803f5": "Ruckus Wireless",
+ "c8059e": "Hefei Symboltek Co.,Ltd",
+ "c805a4": "Mobility Technologies Communication Co.,Ltd",
+ "c80718": "TDSi",
+ "c80739": "NAKAYO Inc",
+ "c80873": "Ruckus Wireless",
+ "c8088b": "Arista Networks",
+ "c808e9": "LG Electronics",
+ "c809a8": "Intel Corporate",
+ "c80a35": "Qingdao Hisense Smart Life Technology Co., Ltd",
+ "c80aa9": "Quanta Computer Inc.",
+ "c80c53": "China Mobile Group Device Co.,Ltd.",
+ "c80cc8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c80d32": "Holoplot GmbH",
+ "c80e14": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "c80e77": "Limited",
+ "c80e95": "OmniLync Inc.",
+ "c8102f": "NETGEAR",
+ "c81072": "BBPOS Limited",
+ "c81073": "CENTURY OPTICOMM CO.,LTD",
+ "c8120b": "Samsung Electronics Co.,Ltd",
+ "c81337": "Juniper Networks",
+ "c8138b": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "c81451": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c81479": "Samsung Electronics Co.,Ltd",
+ "c814b4": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c8154e": "Intel Corporate",
+ "c816a5": "Masimo Corporation",
+ "c816bd": "Qingdao Hisense Communications Co.,Ltd.",
+ "c816da": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "c81739": "ITEL MOBILE LIMITED",
+ "c817f5": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "c819f7": "Samsung Electronics Co.,Ltd",
+ "c81afe": "DLOGIC GmbH",
+ "c81b5c": "BCTech",
+ "c81b6b": "Innova Security",
+ "c81cfe": "Zebra Technologies Inc.",
+ "c81e8e": "Pte Ltd",
+ "c81ec2": "ITEL MOBILE LIMITED",
+ "c81ee7": "Apple, Inc.",
+ "c81f66": "Dell Inc.",
+ "c81fbe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c81fe8": "Apple, Inc.",
+ "c81fea": "Avaya Inc",
+ "c8208e": "Storagedata",
+ "c82158": "Intel Corporate",
+ "c821da": "Shenzhen YOUHUA Technology Co., Ltd",
+ "c82478": "Edifier International",
+ "c82496": "Jiangsu Yinhe Electronics Co.,Ltd.",
+ "c825e1": "Co., Ltd",
+ "c826e2": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "c82832": "Beijing Xiaomi Electronics Co., Ltd.",
+ "c828e5": "Cisco Systems, Inc",
+ "c8292a": "Barun Electronics",
+ "c829c8": "Palo Alto Networks",
+ "c82a14": "Apple, Inc.",
+ "c82add": "Google, Inc.",
+ "c82af1": "TCT mobile ltd",
+ "c82b6b": "shenzhen worldelite electronics co., LTD",
+ "c82b96": "Espressif Inc.",
+ "c82c2b": "IEEE Registration Authority",
+ "c82e18": "Espressif Inc.",
+ "c82e47": "Suzhou SmartChip Semiconductor Co., LTD",
+ "c82e94": "Halfa Enterprise Co., Ltd.",
+ "c83168": "eZEX corporation",
+ "c83232": "Hunting Innova",
+ "c8334b": "Apple, Inc.",
+ "c833e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8348e": "Intel Corporate",
+ "c834e5": "Cisco Systems, Inc",
+ "c835b8": "Ericsson, EAB/RWI/K",
+ "c836a3": "GERTEC BRASIL LTDA",
+ "c83870": "Samsung Electronics Co.,Ltd",
+ "c839ac": "Huawei Device Co., Ltd.",
+ "c83a1b": "Toshiba TEC Corporation Inc",
+ "c83a35": "Tenda Technology Co., Ltd.",
+ "c83a6b": "Roku, Inc",
+ "c83b45": "JRI",
+ "c83c85": "Apple, Inc.",
+ "c83d97": "Nokia Corporation",
+ "c83dd4": "CyberTAN Technology Inc.",
+ "c83ddc": "Xiaomi Communications Co Ltd",
+ "c83dfc": "AlphaTheta Corporation",
+ "c83e99": "Texas Instruments",
+ "c83e9e": "Huawei Device Co., Ltd.",
+ "c83ea7": "KUNBUS GmbH",
+ "c83f26": "Microsoft Corporation",
+ "c83fb4": "Commscope",
+ "c84029": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c84052": "Ltd.",
+ "c8418a": "Samsung Electronics.,LTD",
+ "c84529": "IMK Networks Co.,Ltd",
+ "c84544": "Co, Ltd",
+ "c8458f": "Wyler AG",
+ "c84709": "Cisco Systems, Inc",
+ "c84782": "Areson Technology Corp.",
+ "c8478c": "Beken Corporation",
+ "c84805": "Nintendo Co.,Ltd",
+ "c848f5": "MEDISON Xray Co., Ltd",
+ "c84aa0": "Sony Interactive Entertainment Inc.",
+ "c84bd6": "Dell Inc.",
+ "c84c75": "Cisco Systems, Inc",
+ "c84c78": "zte corporation",
+ "c84d34": "LIONS Taiwan Technology Inc.",
+ "c84d44": "Shenzhen Jiapeng Huaxiang Technology Co.,Ltd",
+ "c84f0e": "Sdn. Bhd.",
+ "c84f86": "Sophos Ltd",
+ "c850ce": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c850e9": "Raisecom Technology CO., LTD",
+ "c85142": "Samsung Electronics Co.,Ltd",
+ "c85195": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c851fb": "Extreme Networks Headquarters",
+ "c85261": "Commscope",
+ "c85309": "Electronics Technology co., ltd",
+ "c853e1": "Douyin Vision Co., Ltd",
+ "c8544b": "Zyxel Communications Corporation",
+ "c854a4": "Infinix mobility limited",
+ "c85645": "Intermas France",
+ "c85663": "Sunflex Europe GmbH",
+ "c8586a": "Beijing Winner Microelectronics Co.,Ltd. ",
+ "c85895": "Motorola Mobility LLC, a Lenovo Company",
+ "c858b3": "Intel Corporate",
+ "c858c0": "Intel Corporate",
+ "c85a9f": "zte corporation",
+ "c85acf": "HP Inc.",
+ "c85b76": "Electronics Technology co., ltd",
+ "c85ba0": "Shenzhen Qihu Intelligent Technology Company Limited",
+ "c85ccc": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "c85ce2": "IEEE Registration Authority",
+ "c85d38": "HUMAX Co., Ltd.",
+ "c85ea9": "Intel Corporate",
+ "c86000": "ASUSTek COMPUTER INC.",
+ "c8608f": "Cisco Systems, Inc",
+ "c861d0": "SHEN ZHEN KTC TECHNOLOGY.,LTD.",
+ "c86314": "IEEE Registration Authority",
+ "c863f1": "Sony Interactive Entertainment Inc.",
+ "c863fc": "Commscope",
+ "c864c7": "zte corporation",
+ "c8662c": "Beijing Haitai Fangyuan High Technology Co,.Ltd.",
+ "c8664b": "Aperion Technologies LLC",
+ "c8665d": "Extreme Networks Headquarters",
+ "c8675e": "Extreme Networks Headquarters",
+ "c868de": "Huawei Device Co., Ltd.",
+ "c869cd": "Apple, Inc.",
+ "c86bbc": "IEEE Registration Authority",
+ "c86c1e": "Display Systems Ltd",
+ "c86c20": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "c86c3d": "Amazon Technologies Inc.",
+ "c86c87": "Zyxel Communications Corporation",
+ "c86c9a": "SNUC System",
+ "c86cb6": "Optcom Co., Ltd.",
+ "c86e08": "Intel Corporate",
+ "c86f1d": "Apple, Inc.",
+ "c87023": "Altice Labs",
+ "c870d4": "IBO Technology Co,Ltd",
+ "c8711f": "SUZHOU TESIEN TECHNOLOGY CO., LTD.",
+ "c87125": "Johnson Outdoors Marine Electronics d/b/a Minnkota",
+ "c87248": "Aplicom Oy",
+ "c8727e": "Nokia",
+ "c87324": "Sow Cheng Technology Co. Ltd.",
+ "c8755b": "Quantify Technology Pty. Ltd.",
+ "c875dd": "LG Electronics NV",
+ "c875f4": "China Mobile Group Device Co.,Ltd.",
+ "c87765": "Tiesse SpA",
+ "c8778b": "Mercury Systems – Trusted Mission Solutions, Inc. ",
+ "c877f3": "VusionGroup",
+ "c87867": "Mist Systems, Inc.",
+ "c8787d": "D-Link Corporation",
+ "c878f7": "Cisco Systems, Inc",
+ "c87b23": "Bose Corporation",
+ "c87b5b": "zte corporation",
+ "c87cbc": "Valink Co., Ltd. ",
+ "c87ce2": "Infrawaves",
+ "c87d77": "Shenzhen Kingtech Communication Equipment Co.,Ltd",
+ "c87e75": "Samsung Electronics Co.,Ltd",
+ "c87ea1": "TCL MOKA International Limited",
+ "c87f2b": "INGRAM MICRO SERVICES",
+ "c87f54": "ASUSTek COMPUTER INC.",
+ "c88234": "Cisco Systems, Inc",
+ "c88314": "Tempo Communications",
+ "c88439": "Sunrise Technologies",
+ "c88447": "Beautiful Enterprise Co., Ltd",
+ "c8844e": "Flextronics International Kft",
+ "c8848c": "Ruckus Wireless",
+ "c884a1": "Cisco Systems, Inc",
+ "c884cf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c88550": "Apple, Inc.",
+ "c88629": "Shenzhen Duubee Intelligent Technologies Co.,LTD.",
+ "c88722": "Lumenpulse",
+ "c8873b": "Net Optics",
+ "c889f3": "Apple, Inc.",
+ "c88a83": "Dongguan HuaHong Electronics Co.,Ltd",
+ "c88a9a": "Intel Corporate",
+ "c88ad8": "CHINA DRAGON TECHNOLOGY LIMITED",
+ "c88b47": "Nolangroup S.P.A con Socio Unico",
+ "c88be8": "Masimo Corporation",
+ "c88d83": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c88dd4": "Markone technology Co., Ltd.",
+ "c88ed1": "IEEE Registration Authority",
+ "c88f26": "Co.,Ltd",
+ "c89009": "Budderfly Inc.",
+ "c8903e": "Pakton Technologies",
+ "c8908a": "Samsung Electronics Co.,Ltd",
+ "c890a8": "Co., Ltd.",
+ "c890f7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c891f9": "Sagemcom Broadband SAS",
+ "c89346": "MXCHIP Company Limited",
+ "c89383": "Embedded Automation, Inc.",
+ "c89402": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "c894bb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c894d2": "Jiangsu Datang Electronic Products Co., Ltd",
+ "c895ce": "Intel Corporate",
+ "c8965a": "SKY UK LIMITED",
+ "c89665": "Microsoft Corporation",
+ "c8979f": "Nokia Corporation",
+ "c89828": "zte corporation",
+ "c899b2": "Arcadyan Corporation",
+ "c89bad": "Honor Device Co., Ltd.",
+ "c89bd7": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "c89c13": "Inspiremobile",
+ "c89c1d": "Cisco Systems, Inc",
+ "c89cbb": "Taicang T&W Electronics",
+ "c89cdc": "Elitegroup Computer Systems Co.,Ltd.",
+ "c89d18": "Huawei Device Co., Ltd.",
+ "c89d6d": "ITEL MOBILE LIMITED",
+ "c89e43": "NETGEAR",
+ "c89e61": "Lyngsoe Systems LTd",
+ "c89f0c": "Motorola Mobility LLC, a Lenovo Company",
+ "c89f1a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c89f1d": "SHENZHEN COMMUNICATION TECHNOLOGIES CO.,LTD",
+ "c89f42": "VDII Innovation AB",
+ "c8a030": "Texas Instruments",
+ "c8a1b6": "Shenzhen Longway Technologies Co., Ltd",
+ "c8a1ba": "Neul Ltd",
+ "c8a1dc": "Motorola Mobility LLC, a Lenovo Company",
+ "c8a23b": "Shenzhen Sundray Technologies company Limited",
+ "c8a2ce": "Oasis Media Systems LLC",
+ "c8a362": "ASIX Electronics Corporation",
+ "c8a3e8": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "c8a40d": "Cooler Master Technology Inc",
+ "c8a4cd": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "c8a608": "Ruckus Wireless",
+ "c8a620": "Nebula, Inc",
+ "c8a6ef": "Samsung Electronics Co.,Ltd",
+ "c8a702": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "c8a70a": "Verizon Business",
+ "c8a729": "SYStronics Co., Ltd.",
+ "c8a776": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8a823": "Samsung Electronics Co.,Ltd",
+ "c8a913": "Lontium Semiconductor Corporation",
+ "c8a9fc": "Goyoo Networks Inc.",
+ "c8aa21": "Commscope",
+ "c8aa55": "Hunan Comtom Electronic Incorporated Co.,Ltd",
+ "c8aab2": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "c8aacc": "Private",
+ "c8ac35": "PiLink Co., Ltd.",
+ "c8ae9c": "Shanghai TYD Elecronic Technology Co. Ltd",
+ "c8af40": "marco Systemanalyse und Entwicklung GmbH",
+ "c8afe3": "Hefei Radio Communication Technology Co., Ltd ",
+ "c8b1cd": "Apple, Inc.",
+ "c8b1ee": "Qorvo",
+ "c8b21e": "CORP.",
+ "c8b29b": "Intel Corporate",
+ "c8b373": "Cisco-Linksys, LLC",
+ "c8b422": "ASKEY COMPUTER CORP",
+ "c8b4ab": "Inspur Computer Technology Co.,Ltd.",
+ "c8b5ad": "Hewlett Packard Enterprise ",
+ "c8b5b7": "Apple, Inc.",
+ "c8b6d3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8b6fe": "Fitbit, Inc.",
+ "c8b78a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8b82f": "eero inc.",
+ "c8bae9": "QDIS",
+ "c8bb81": "Huawei Device Co., Ltd.",
+ "c8bbd3": "Embrane",
+ "c8bc9c": "Huawei Device Co., Ltd.",
+ "c8bcc8": "Apple, Inc.",
+ "c8bce5": "Sense Things Japan INC.",
+ "c8bd4d": "Samsung Electronics Co.,Ltd",
+ "c8bd69": "Samsung Electronics Co.,Ltd",
+ "c8be19": "D-Link International",
+ "c8be35": "Extreme Networks Headquarters",
+ "c8bf4c": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "c8bffe": "Huawei Device Co., Ltd.",
+ "c8c126": "ZPM Industria e Comercio Ltda",
+ "c8c13c": "RuggedTek Hangzhou Co., Ltd",
+ "c8c2c6": "Shanghai Airm2m Communication Technology Co., Ltd",
+ "c8c2f5": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "c8c2fa": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8c432": "SG Armaturen AS",
+ "c8c465": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8c50e": "Shenzhen Primestone Network Technologies.Co., Ltd.",
+ "c8c64a": "Pvt Ltd",
+ "c8c6fe": "eero inc.",
+ "c8c750": "Motorola Mobility LLC, a Lenovo Company",
+ "c8c791": "Zero1.tv GmbH",
+ "c8c83f": "Texas Instruments",
+ "c8c9a3": "Espressif Inc.",
+ "c8ca63": "Huawei Device Co., Ltd.",
+ "c8ca79": "Ciena Corporation",
+ "c8cb9e": "Intel Corporate",
+ "c8cbb8": "Hewlett Packard",
+ "c8ccb5": "Hunter Douglas",
+ "c8cd55": "Ruijie Networks Co.,LTD",
+ "c8cd72": "Sagemcom Broadband SAS",
+ "c8d019": "Shanghai Tigercel Communication Technology Co.,Ltd",
+ "c8d083": "Apple, Inc.",
+ "c8d10b": "Nokia Corporation",
+ "c8d12a": "Comtrend Corporation",
+ "c8d15e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8d1a9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8d1d1": "AGAiT Technology Corporation",
+ "c8d2c1": "Corporation",
+ "c8d3a3": "D-Link International",
+ "c8d3ff": "Hewlett Packard",
+ "c8d429": "Muehlbauer AG",
+ "c8d590": "FLIGHT DATA SYSTEMS",
+ "c8d5fe": "Shenzhen Zowee Technology Co., Ltd",
+ "c8d69d": "Arab International Optronics",
+ "c8d6b7": "Solidigm Technology",
+ "c8d719": "Cisco-Linksys, LLC",
+ "c8d778": "BSH Hausgeraete GmbH",
+ "c8d779": "QING DAO HAIER TELECOM CO.,LTD.",
+ "c8d7b0": "Samsung Electronics Co.,Ltd",
+ "c8d884": "Universal Electronics, Inc.",
+ "c8d959": "Motorola Mobility LLC, a Lenovo Company",
+ "c8d995": "Juniper Networks",
+ "c8d9d2": "Hewlett Packard",
+ "c8db26": "Logitech",
+ "c8dd6a": "OHSUNG",
+ "c8ddc9": "Lenovo Mobile Communication Technology Ltd.",
+ "c8de41": "SKY UK LIMITED",
+ "c8de51": "IntegraOptics",
+ "c8dec9": "Coriant",
+ "c8df7c": "Nokia Corporation",
+ "c8df84": "Texas Instruments",
+ "c8e07a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c8e0eb": "Apple, Inc.",
+ "c8e130": "Milkyway Group Ltd",
+ "c8e193": "ITEL MOBILE LIMITED",
+ "c8e1a7": "Vertu Corporation Limited",
+ "c8e265": "Intel Corporate",
+ "c8e306": "eero inc.",
+ "c8e31d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8e42f": "Technical Research Design and Development",
+ "c8e5e0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8e600": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "c8e776": "PTCOM Technology",
+ "c8e7d8": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "c8e7f0": "Juniper Networks",
+ "c8eaf8": "zte corporation",
+ "c8ebec": "Shenzhen YOUHUA Technology Co., Ltd",
+ "c8edfc": "Shenzhen Ideaform Industrial Product Design Co., Ltd",
+ "c8ee08": "TANGTOP TECHNOLOGY CO.,LTD",
+ "c8ee75": "Pishion International Co. Ltd",
+ "c8eea6": "Shenzhen SHX Technology Co., Ltd",
+ "c8eed7": "Lightspeed Technologies Inc.",
+ "c8ef2e": "Beijing Gefei Tech. Co., Ltd ",
+ "c8efbc": "Inspur Communication Technology Co.,Ltd.",
+ "c8f09e": "Espressif Inc.",
+ "c8f225": "EM Microelectronic",
+ "c8f230": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "c8f2b4": "Guizhou Huaxin Information Technology Co., Ltd.",
+ "c8f36b": "Yamato Scale Co.,Ltd.",
+ "c8f386": "Shenzhen Xiaoniao Technology Co.,Ltd",
+ "c8f406": "Avaya Inc",
+ "c8f5d6": "IEEE Registration Authority",
+ "c8f650": "Apple, Inc.",
+ "c8f68d": "S.E.TECHNOLOGIES LIMITED",
+ "c8f6c8": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "c8f704": "Building Block Video",
+ "c8f733": "Intel Corporate",
+ "c8f742": "HangZhou Gubei Electronics Technology Co.,Ltd",
+ "c8f750": "Dell Inc.",
+ "c8f86d": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "c8f946": "LOCOSYS Technology Inc.",
+ "c8f981": "Seneca s.r.l.",
+ "c8f9c8": "NewSharp Technology(SuZhou)Co,Ltd",
+ "c8f9f9": "Cisco Systems, Inc",
+ "c8fa84": "Trusonus corp.",
+ "c8fae1": "ARQ Digital LLC",
+ "c8fb26": "Cisco SPVTG",
+ "c8fb54": "iMin Technology Pte. Ltd.",
+ "c8fd19": "Texas Instruments",
+ "c8fe0f": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "c8fe30": "Bejing DAYO Mobile Communication Technology Ltd.",
+ "c8fe6a": "Juniper Networks",
+ "c8ff28": "Liteon Technology Corporation",
+ "c8ff77": "Dyson Limited",
+ "c8ffbf": "IEEE Registration Authority",
+ "cc0080": "BETTINI SRL",
+ "cc00f1": "Sagemcom Broadband SAS",
+ "cc037b": "Texas Instruments",
+ "cc0388": "MangoBoost Inc",
+ "cc03d9": "Cisco Meraki",
+ "cc03fa": "Vantiva USA LLC",
+ "cc047c": "G-WAY Microwave",
+ "cc04b4": "Select Comfort",
+ "cc051b": "Samsung Electronics Co.,Ltd",
+ "cc0577": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc0677": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "cc07ab": "Samsung Electronics Co.,Ltd",
+ "cc07e4": "Lenovo Mobile Communication Technology Ltd.",
+ "cc087b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc088d": "Apple, Inc.",
+ "cc08e0": "Apple, Inc.",
+ "cc08fa": "Apple, Inc.",
+ "cc08fb": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "cc09c8": "IMAQLIQ LTD",
+ "cc0cda": "Miljovakt AS",
+ "cc0dcb": "Microsoft Corporation",
+ "cc0de7": "B METERS S.R.L.",
+ "cc0dec": "Cisco SPVTG",
+ "cc0df2": "Motorola Mobility LLC, a Lenovo Company",
+ "cc10a3": "Beijing Nan Bao Technology Co., Ltd.",
+ "cc115a": "Apple, Inc.",
+ "cc1228": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "cc14a6": "Yichun MyEnergy Domain, Inc",
+ "cc14bc": "Edifier International",
+ "cc1531": "Intel Corporate",
+ "cc167e": "Cisco Systems, Inc",
+ "cc187b": "Manzanita Systems, Inc.",
+ "cc19a8": "PT Inovação e Sistemas SA",
+ "cc1aa3": "Arista Networks",
+ "cc1afa": "zte corporation",
+ "cc1b5a": "Ruckus Wireless",
+ "cc1be0": "IEEE Registration Authority",
+ "cc1e56": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc1e97": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc1eff": "Metrological Group BV",
+ "cc1fc4": "InVue",
+ "cc208c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc20ac": "Samsung Electronics Co.,Ltd",
+ "cc20e8": "Apple, Inc.",
+ "cc2119": "Samsung Electronics Co.,Ltd",
+ "cc2218": "InnoDigital Co., Ltd.",
+ "cc2237": "IEEE Registration Authority",
+ "cc2293": "Amazon Technologies Inc.",
+ "cc22df": "EM Microelectronic",
+ "cc22fe": "Apple, Inc.",
+ "cc242e": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "cc25ef": "Apple, Inc.",
+ "cc2614": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "cc262d": "Verifi, LLC",
+ "cc2746": "Apple, Inc.",
+ "cc28aa": "ASUSTek COMPUTER INC.",
+ "cc29bd": "zte corporation",
+ "cc29f5": "Apple, Inc.",
+ "cc2a80": "Micro-Biz intelligence solutions Co.,Ltd",
+ "cc2aac": "Ltd",
+ "cc2c83": "DarkMatter L.L.C",
+ "cc2d1b": "SFR",
+ "cc2d21": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "cc2d83": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "cc2d8c": "LG ELECTRONICS INC",
+ "cc2db7": "Apple, Inc.",
+ "cc2de0": "Routerboard.com",
+ "cc2f71": "Intel Corporate",
+ "cc3080": "VAIO Corporation",
+ "cc312a": "HUIZHOU TCL COMMUNICATION ELECTRON CO.,LTD",
+ "cc3296": "Huawei Device Co., Ltd.",
+ "cc32e5": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "cc3331": "Texas Instruments",
+ "cc33bb": "Sagemcom Broadband SAS",
+ "cc3429": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "cc34d7": "GEWISS S.P.A.",
+ "cc3540": "Vantiva USA LLC",
+ "cc355a": "SecuGen Corporation",
+ "cc36cf": "Cisco Systems, Inc",
+ "cc37ab": "Edgecore Networks Corporation",
+ "cc38d0": "Palo Alto Networks",
+ "cc398c": "Shiningtek",
+ "cc3a61": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "cc3adf": "Neptune Technology Group Inc.",
+ "cc3b27": "TECNO MOBILE LIMITED",
+ "cc3b3e": "Lester Electrical",
+ "cc3b58": "Curiouser Products Inc",
+ "cc3bfb": "Ring LLC",
+ "cc3c3f": "SA.S.S. Datentechnik AG",
+ "cc3d82": "Intel Corporate",
+ "cc3dd1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc3e5f": "Hewlett Packard",
+ "cc3e79": "Commscope",
+ "cc3f1d": "HMS Industrial Networks SLU",
+ "cc3f36": "Apple, Inc.",
+ "cc3f8a": "KOMATSU LTD.",
+ "cc3fea": "BAE Systems, Inc",
+ "cc4085": "WiZ",
+ "cc40b2": "ECI Telecom Ltd.",
+ "cc40d0": "NETGEAR",
+ "cc40f3": "Mellanox Technologies, Inc.",
+ "cc418e": "MSA Innovation",
+ "cc4210": "Xiaomi Communications Co Ltd",
+ "cc43e3": "Trump s.a.",
+ "cc4460": "Huawei Device Co., Ltd.",
+ "cc4463": "Apple, Inc.",
+ "cc45a5": "Texas Instruments",
+ "cc4639": "WAAV, Inc.",
+ "cc464e": "Samsung Electronics Co.,Ltd",
+ "cc46d6": "Cisco Systems, Inc",
+ "cc4703": "Intercon Systems Co., Ltd.",
+ "cc4740": "AzureWave Technology Inc.",
+ "cc4792": "ASIX Electronics Corporation",
+ "cc47bd": "Rhombus Systems",
+ "cc483a": "Dell Inc.",
+ "cc4ae1": "fourtec -Fourier Technologies",
+ "cc4b04": "Apple, Inc.",
+ "cc4b73": "AMPAK Technology, Inc.",
+ "cc4bfb": "Hellberg Safety AB",
+ "cc4d38": "Carnegie Technologies",
+ "cc4d74": "Fujian Newland Payment Technology Co., Ltd.",
+ "cc4d75": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "cc4e24": "Brocade Communications Systems LLC",
+ "cc4eec": "HUMAX Co., Ltd.",
+ "cc4f5c": "IEEE Registration Authority",
+ "cc500a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "cc501c": "KVH Industries, Inc.",
+ "cc5076": "Ocom Communications, Inc.",
+ "cc50e3": "Espressif Inc.",
+ "cc51b4": "Sdn. Bhd.",
+ "cc5289": "SHENZHEN OPTFOCUS TECHNOLOGY.,LTD",
+ "cc52af": "Universal Global Scientific Industrial., Ltd",
+ "cc53b5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc5459": "OnTime Networks AS",
+ "cc54fe": "Mimosa Networks",
+ "cc55ad": "RIM",
+ "cc5763": "Panasonic Automotive Systems Co.,Ltd",
+ "cc5830": "Sagemcom Broadband SAS",
+ "cc593e": "Sensium Healthcare Limited",
+ "cc5a53": "Cisco Systems, Inc",
+ "cc5b31": "Nintendo Co.,Ltd",
+ "cc5c61": "Huawei Device Co., Ltd.",
+ "cc5c75": "Weightech Com. Imp. Exp. Equip. Pesagem Ltda",
+ "cc5cde": "China Mobile Group Device Co.,Ltd.",
+ "cc5d4e": "Zyxel Communications Corporation",
+ "cc5d57": "Information System Research Institute,Inc.",
+ "cc5d78": "JTD Consulting",
+ "cc5ea5": "Palo Alto Networks",
+ "cc5ef8": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "cc5fbf": "Topwise 3G Communication Co., Ltd.",
+ "cc6023": "Apple, Inc.",
+ "cc60bb": "Empower RF Systems",
+ "cc60c8": "Microsoft Corporation",
+ "cc61e5": "Motorola Mobility LLC, a Lenovo Company",
+ "cc6200": "Honor Device Co., Ltd.",
+ "cc62fe": "UNION MAN TECHNOLOGY CO.,LTD",
+ "cc641a": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "cc64a6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc65ad": "Commscope",
+ "cc660a": "Apple, Inc.",
+ "cc6618": "Adtran Inc",
+ "cc66b2": "Nokia",
+ "cc67d8": "Co.,Ltd",
+ "cc68b6": "TP-Link Systems Inc",
+ "cc68e0": "Apple, Inc.",
+ "cc69b0": "Global Traffic Technologies, LLC",
+ "cc69fa": "Apple, Inc.",
+ "cc6a10": "The Chamberlain Group, Inc",
+ "cc6a33": "Cisco Systems, Inc",
+ "cc6b1e": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "cc6b98": "Minetec Wireless Technologies",
+ "cc6bf1": "Sound Masking Inc.",
+ "cc6c52": "Zhone Technologies, Inc.",
+ "cc6d55": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "cc6da0": "Roku, Inc.",
+ "cc6def": "TJK Tietolaite Oy",
+ "cc6e2a": "Cisco Meraki",
+ "cc6ea4": "Samsung Electronics Co.,Ltd",
+ "cc70ed": "Cisco Systems, Inc",
+ "cc7190": "VIETNAM POST AND TELECOMMUNICATION INDUSTRY TECHNOLOGY JOINT STOCK COMPANY",
+ "cc720f": "Viscount Systems Inc.",
+ "cc7286": "Xi'an Fengyu Information Technology Co., Ltd.",
+ "cc7314": "HONG KONG WHEATEK TECHNOLOGY LIMITED",
+ "cc7498": "Filmetrics Inc.",
+ "cc75e2": "Commscope",
+ "cc763a": "zte corporation",
+ "cc7669": "SEETECH",
+ "cc77c9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "cc785f": "Apple, Inc.",
+ "cc78ab": "Texas Instruments",
+ "cc794a": "BLU Products Inc.",
+ "cc79cf": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "cc79d7": "Cisco Systems, Inc",
+ "cc7a30": "CMAX Wireless Co., Ltd.",
+ "cc7b35": "zte corporation",
+ "cc7b5c": "Espressif Inc.",
+ "cc7b61": "NIKKISO CO., LTD.",
+ "cc7d37": "Commscope",
+ "cc7d5b": "Co., Ltd.",
+ "cc7e0f": "Theben AG",
+ "cc7ee7": "Panasonic Corporation AVC Networks Company",
+ "cc7f75": "Cisco Systems, Inc",
+ "cc7f76": "Cisco Systems, Inc",
+ "cc812a": "vivo Mobile Communication Co., Ltd.",
+ "cc817d": "Apple, Inc.",
+ "cc81da": "Co., Ltd.",
+ "cc827f": "Co., Ltd.",
+ "cc82eb": "KYOCERA CORPORATION ",
+ "cc856c": "SHENZHEN MDK DIGITAL TECHNOLOGY CO.,LTD",
+ "cc86ec": "Silicon Laboratories",
+ "cc874a": "Nokia",
+ "cc8826": "LG Innotek",
+ "cc88c7": "Hewlett Packard Enterprise",
+ "cc895e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc896c": "GN Hearing A/S",
+ "cc89fd": "Nokia Corporation",
+ "cc8a84": "Huawei Device Co., Ltd.",
+ "cc8c17": "ITEL MOBILE LIMITED",
+ "cc8cbf": "Tuya Smart Inc.",
+ "cc8cda": "Shenzhen Wei Da Intelligent Technology Go.,Ltd",
+ "cc8ce3": "Texas Instruments",
+ "cc8da2": "Espressif Inc.",
+ "cc8db5": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "cc8e71": "Cisco Systems, Inc",
+ "cc9070": "Cisco Systems, Inc",
+ "cc9093": "Hansong Tehnologies",
+ "cc9096": "Huawei Device Co., Ltd.",
+ "cc90e8": "Shenzhen YOUHUA Technology Co., Ltd",
+ "cc912b": "TE Connectivity Touch Solutions",
+ "cc934a": "Sierra Wireless, ULC",
+ "cc944a": "Pfeiffer Vacuum GmbH",
+ "cc9470": "Kinestral Technologies, Inc.",
+ "cc95d7": "Vizio, Inc",
+ "cc9635": "LVS Co.,Ltd.",
+ "cc96a0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cc96a2": "China Mobile Group Device Co.,Ltd.",
+ "cc96e5": "Dell Inc.",
+ "cc988b": "SONY Visual Products Inc.",
+ "cc9891": "Cisco Systems, Inc",
+ "cc9916": "Sdn. Bhd.",
+ "cc9c3e": "Cisco Meraki",
+ "cc9da2": "Eltex Enterprise Ltd.",
+ "cc9e00": "Nintendo Co., Ltd.",
+ "cc9ea2": "Amazon Technologies Inc.",
+ "cc9eca": "HMD Global Oy",
+ "cc9f35": "Transbit Sp. z o.o.",
+ "cc9f7a": "Chiun Mai Communication System, Inc",
+ "cca08f": "zte corporation",
+ "cca0e5": "DZG Metering GmbH",
+ "cca12b": "Co., Ltd",
+ "cca150": "SystemX Co.,Ltd.",
+ "cca174": "Meta Platforms, Inc.",
+ "cca219": "SHENZHEN ALONG INVESTMENT CO.,LTD",
+ "cca223": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cca260": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "cca374": "Guangdong Guanglian Electronic Technology Co.Ltd",
+ "cca3bd": "ITEL MOBILE LIMITED",
+ "cca462": "Commscope",
+ "cca4af": "Shenzhen Sowell Technology Co., LTD",
+ "cca614": "AIFA TECHNOLOGY CORP.",
+ "cca7c1": "Google, Inc.",
+ "ccab2c": "HUMAX Co., Ltd.",
+ "ccacfe": "Co., Ltd.",
+ "ccaf78": "Hon Hai Precision Ind. Co.,Ltd.",
+ "ccb071": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "ccb0a8": "Huawei Device Co., Ltd.",
+ "ccb0b3": "Microsoft Corporation",
+ "ccb0da": "Liteon Technology Corporation",
+ "ccb11a": "Samsung Electronics Co.,Ltd",
+ "ccb148": "Arcadyan Corporation",
+ "ccb182": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccb255": "D-Link International",
+ "ccb3ab": "shenzhen Biocare Bio-Medical Equipment Co.,Ltd.",
+ "ccb3f8": "FUJITSU ISOTEC LIMITED",
+ "ccb54c": "Texas Instruments",
+ "ccb55a": "Fraunhofer ITWM",
+ "ccb5d1": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "ccb691": "NECMagnusCommunications",
+ "ccb6c8": "Cisco Systems, Inc",
+ "ccb777": "zte corporation",
+ "ccb7c4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccb85e": "Shenzhen Phaten Tech. LTD",
+ "ccb888": "AnB Securite s.a.",
+ "ccb8a8": "AMPAK Technology, Inc.",
+ "ccb8f1": "EAGLE KINGDOM TECHNOLOGIES LIMITED",
+ "ccba6f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccba97": "Espressif Inc.",
+ "ccbabd": "TP-Link Systems Inc.",
+ "ccbbfe": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccbc2b": "Huawei Device Co., Ltd.",
+ "ccbce3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccbd35": "Steinel GmbH",
+ "ccbdd3": "Ultimaker B.V.",
+ "ccbe59": "Calix Inc.",
+ "ccbe71": "OptiLogix BV",
+ "ccbf0c": "SHENZHEN FENDA TECHNOLOGY CO., LTD",
+ "ccc079": "Murata Manufacturing Co., Ltd.",
+ "ccc104": "Applied Technical Systems",
+ "ccc261": "IEEE Registration Authority",
+ "ccc2e0": "Raisecom Technology CO., LTD",
+ "ccc3ea": "Motorola Mobility LLC, a Lenovo Company",
+ "ccc50a": "SHENZHEN DAJIAHAO TECHNOLOGY CO.,LTD",
+ "ccc5e5": "Dell Inc.",
+ "ccc5ef": "Co-Comm Servicios Telecomunicaciones S.L.",
+ "ccc62b": "Tri-Systems Corporation",
+ "ccc760": "Apple, Inc.",
+ "ccc8d7": "CIAS Elettronica srl",
+ "ccc92c": "Schindler - PORT Technology",
+ "ccc95d": "Apple, Inc.",
+ "cccc4e": "Sun Fountainhead USA. Corp ",
+ "cccc77": "Zaram Technology. Inc.",
+ "cccc81": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "cccccc": "Silicon Laboratories",
+ "ccccea": "Phoenix Contact GmbH & Co. KG",
+ "cccd64": "SM-Electronic GmbH",
+ "ccce1e": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "ccce40": "Janteq Corp",
+ "cccf83": "CIG SHANGHAI CO LTD",
+ "cccffe": "Henan Lingyunda Information Technology Co., Ltd",
+ "ccd083": "Hewlett Packard Enterprise",
+ "ccd281": "Apple, Inc.",
+ "ccd29b": "Shenzhen Bopengfa Elec&Technology CO.,Ltd",
+ "ccd31e": "IEEE Registration Authority",
+ "ccd342": "Cisco Systems, Inc",
+ "ccd39d": "IEEE Registration Authority",
+ "ccd3c1": "Vestel Elektronik San ve Tic. A.S.",
+ "ccd3e2": "Jiangsu Yinhe Electronics Co.,Ltd.",
+ "ccd42e": "Arcadyan Corporation",
+ "ccd4a1": "MitraStar Technology Corp.",
+ "ccd539": "Cisco Systems, Inc",
+ "ccd73c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ccd811": "Aiconn Technology Corporation",
+ "ccd81f": "Maipu Communication Technology Co.,Ltd.",
+ "ccd843": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "ccd8c1": "Cisco Systems, Inc",
+ "ccd920": "Huizhou Desay SV Automotive Co., Ltd.",
+ "ccd9ac": "Intel Corporate",
+ "ccd9e9": "SCR Engineers Ltd.",
+ "ccda20": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "ccdab5": "Texas Instruments",
+ "ccdb04": "DataRemote Inc.",
+ "ccdb93": "Cisco Systems, Inc",
+ "ccdba7": "Espressif Inc.",
+ "ccdc55": "Dragonchip Limited",
+ "ccdd58": "Robert Bosch GmbH",
+ "ccdede": "Nokia",
+ "cce0c3": "EXTEN Technologies, Inc.",
+ "cce0da": "Co., Ltd",
+ "cce17f": "Juniper Networks",
+ "cce194": "Juniper Networks",
+ "cce1d5": "BUFFALO.INC",
+ "cce236": "Hangzhou Yaguan Technology Co. LTD",
+ "cce4d1": "Arista Networks",
+ "cce536": "ittim",
+ "cce686": "Samsung Electronics Co.,Ltd",
+ "cce798": "My Social Stuff",
+ "cce7df": "American Magnetics, Inc.",
+ "cce8ac": "SOYEA Technology Co.,Ltd.",
+ "cce9fa": "Samsung Electronics Co.,Ltd",
+ "ccea1c": "DCONWORKS Co., Ltd",
+ "ccea27": "GE Appliances",
+ "cceb18": "OOO TSS",
+ "cceb5e": "Xiaomi Communications Co Ltd",
+ "ccecb7": "ShenZhen Linked-Z Intelligent Display Co., Ltd",
+ "cced21": "Nokia Shanghai Bell Co., Ltd.",
+ "cced4d": "Cisco Systems, Inc",
+ "cceddc": "MitraStar Technology Corp.",
+ "cceed9": "VAHLE Automation GmbH",
+ "ccef03": "Hunan Keyshare Communication Technology Co., Ltd.",
+ "ccef48": "Cisco Systems, Inc",
+ "ccf0fd": "Information Technology Co., Ltd.",
+ "ccf305": "SHENZHEN TIAN XING CHUANG ZHAN ELECTRONIC CO.,LTD",
+ "ccf3a5": "Chi Mei Communication Systems, Inc",
+ "ccf3c8": "Vantiva USA LLC",
+ "ccf407": "EUKREA ELECTROMATIQUE SARL",
+ "ccf411": "Google, Inc.",
+ "ccf538": "3isysnetworks",
+ "ccf55f": "E FOCUS INSTRUMENTS INDIA PRIVATE LIMITED",
+ "ccf67a": "Ayecka Communication Systems LTD",
+ "ccf735": "Amazon Technologies Inc.",
+ "ccf826": "Samsung Electronics Co.,Ltd",
+ "ccf841": "Lumewave",
+ "ccf8f0": "Xi'an HISU Multimedia Technology Co.,Ltd.",
+ "ccf954": "Avaya Inc",
+ "ccf957": "u-blox AG",
+ "ccf9e4": "Intel Corporate",
+ "ccf9e8": "Samsung Electronics Co.,Ltd",
+ "ccf9f0": "Samsung Electronics Co.,Ltd",
+ "ccfa66": "Huawei Device Co., Ltd.",
+ "ccfaf1": "Sagemcom Broadband SAS",
+ "ccfb65": "Nintendo Co., Ltd.",
+ "ccfc6d": "RIZ TRANSMITTERS",
+ "ccfcb1": "Wireless Technology, Inc.",
+ "ccfd17": "TCT mobile ltd",
+ "ccfe3c": "Samsung Electronics Co.,Ltd",
+ "ccff90": "Huawei Device Co., Ltd.",
+ "d0034b": "Apple, Inc.",
+ "d003df": "Samsung Electronics Co.,Ltd",
+ "d003eb": "Texas Instruments",
+ "d00401": "Motorola Mobility LLC, a Lenovo Company",
+ "d00492": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d004b0": "Samsung Electronics Co.,Ltd",
+ "d0052a": "Arcadyan Corporation",
+ "d005e4": "Huawei Device Co., Ltd.",
+ "d0066a": "Cornelis Networks, Inc.",
+ "d00790": "Texas Instruments",
+ "d007ca": "Juniper Networks",
+ "d009c8": "Cisco Systems, Inc",
+ "d009f5": "Hosiden Corporation",
+ "d00aab": "Yokogawa Digital Computer Corporation",
+ "d00b27": "Murata Manufacturing Co., Ltd.",
+ "d00df7": "Huawei Device Co., Ltd.",
+ "d00ea4": "Porsche Cars North America",
+ "d00ed9": "Taicang T&W Electronics",
+ "d00f6d": "T&W Electronics Company",
+ "d011e5": "Apple, Inc.",
+ "d01242": "BIOS Corporation",
+ "d01255": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "d012cb": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "d0131e": "Sunrex Technology Corp",
+ "d01411": "IEEE Registration Authority",
+ "d0154a": "zte corporation",
+ "d015a6": "Hewlett Packard Enterprise",
+ "d015bb": "IEEE Registration Authority",
+ "d0167c": "eero inc.",
+ "d016b4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d016f0": "IEEE Registration Authority",
+ "d01769": "Murata Manufacturing Co., Ltd.",
+ "d0176a": "Samsung Electronics Co.,Ltd",
+ "d017b7": "Atios AG",
+ "d017c2": "ASUSTek COMPUTER INC.",
+ "d0196a": "Ciena Corporation",
+ "d019d3": "ITEL MOBILE LIMITED",
+ "d01aa7": "UniPrint",
+ "d01b1f": "OHSUNG",
+ "d01b49": "Samsung Electronics Co.,Ltd",
+ "d01bbe": "Onward Brands",
+ "d01bf4": "Sagemcom Broadband SAS",
+ "d01c3c": "TECNO MOBILE LIMITED",
+ "d01cbb": "Beijing Ctimes Digital Technology Co., Ltd.",
+ "d01e1d": "SaiNXT Technologies LLP",
+ "d020dd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d021ac": "Yohana",
+ "d021f9": "Ubiquiti Inc",
+ "d02212": "IEEE Registration Authority",
+ "d023db": "Apple, Inc.",
+ "d02516": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "d02598": "Apple, Inc.",
+ "d02788": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d028ba": "Realme Chongqing MobileTelecommunications Corp Ltd",
+ "d02aaa": "Infinix mobility limited",
+ "d02b20": "Apple, Inc.",
+ "d02c45": "littleBits Electronics, Inc.",
+ "d02db3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d02eab": "Texas Instruments",
+ "d03110": "Ingenic Semiconductor Co.,Ltd",
+ "d03169": "Samsung Electronics Co.,Ltd",
+ "d032c3": "D-Link Corporation",
+ "d03311": "Apple, Inc.",
+ "d035e5": "EM Microelectronic",
+ "d03742": "Co.,Ltd",
+ "d03745": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d03761": "Texas Instruments",
+ "d03957": "Liteon Technology Corporation",
+ "d03972": "Texas Instruments",
+ "d039b3": "Commscope",
+ "d039ea": "NetApp",
+ "d039fa": "Samsung Electronics Co.,Ltd",
+ "d03bf4": "Shenzhen Kean Digital Co.,Ltd",
+ "d03c1f": "Intel Corporate",
+ "d03d52": "Ava Security Limited",
+ "d03dc3": "AQ Corporation",
+ "d03e07": "Apple, Inc.",
+ "d03e5c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d03e7d": "CORP.",
+ "d03f27": "Wyze Labs Inc",
+ "d03faa": "Apple, Inc.",
+ "d040be": "NPO RPS LLC",
+ "d040ef": "Murata Manufacturing Co., Ltd.",
+ "d041c9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d0431e": "Dell Inc.",
+ "d04433": "Clourney Semiconductor",
+ "d0460c": "Dell Inc.",
+ "d046dc": "Southwest Research Institute",
+ "d047c1": "Elma Electronic AG",
+ "d0484f": "Nokia Solutions and Networks GmbH & Co. KG",
+ "d048a1": "Juniper Networks",
+ "d048f3": "DATTUS Inc",
+ "d0497c": "Co., Ltd",
+ "d0498b": "ZOOM SERVER",
+ "d04cc1": "SINTRONES Technology Corp.",
+ "d04d2c": "Roku, Inc.",
+ "d04d86": "Apple, Inc.",
+ "d04dc6": "Hewlett Packard Enterprise",
+ "d04e50": "Co., LTD",
+ "d04e99": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d04f58": "Ruckus Wireless",
+ "d04f7e": "Apple, Inc.",
+ "d04fab": "Co., Ltd.",
+ "d05099": "ASRock Incorporation",
+ "d05157": "LEAX Arkivator Telecom",
+ "d05162": "Sony Corporation",
+ "d052a8": "Physical Graph Corporation",
+ "d05349": "Liteon Technology Corporation",
+ "d0542d": "Co.,Ltd.",
+ "d05475": "SAVI Controls",
+ "d05509": "Nintendo Co.,Ltd",
+ "d055b2": "Sdn. Bhd.",
+ "d056bf": "AMOSENSE",
+ "d056fb": "Samsung Electronics Co.,Ltd",
+ "d0574c": "Cisco Systems, Inc",
+ "d0577b": "Intel Corporate",
+ "d0577e": "Intel Corporate",
+ "d05785": "Pantech Co., Ltd.",
+ "d05794": "Sagemcom Broadband SAS",
+ "d057a1": "Werma Signaltechnik GmbH & Co. KG",
+ "d05875": "Active Control Technology Inc.",
+ "d058a5": "Apple, Inc.",
+ "d058a8": "zte corporation",
+ "d058ab": "Mara Tech LLC",
+ "d058c0": "Qingdao Haier Multimedia Limited. ",
+ "d058fc": "SKY UK LIMITED",
+ "d05919": "zte corporation",
+ "d05995": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d059c3": "CeraMicro Technology Corporation",
+ "d059e4": "Samsung Electronics Co.,Ltd",
+ "d05a00": "Vantiva USA LLC",
+ "d05a0f": "I-BT DIGITAL CO.,LTD",
+ "d05af1": "Shenzhen Pulier Tech CO.,Ltd",
+ "d05afd": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "d05ba8": "zte corporation",
+ "d05bcb": "Tianyi Telecom Terminals Company Limited",
+ "d05c7a": "Sartura d.o.o.",
+ "d05f64": "IEEE Registration Authority",
+ "d05faf": "Shenzhen C-Data Technology Co., Ltd.",
+ "d05fb8": "Texas Instruments",
+ "d05fce": "Hitachi Data Systems",
+ "d0608c": "zte corporation",
+ "d06158": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0622c": "Xi'an Yipu Telecom Technology Co.,Ltd.",
+ "d062a0": "Co., Ltd.",
+ "d0634d": "Meiko Maschinenbau GmbH & Co. KG",
+ "d063b4": "SolidRun Ltd.",
+ "d06544": "Apple, Inc.",
+ "d06578": "Intel Corporate",
+ "d065b3": "TCL King Electrical Appliances(Huizhou)Co.,Ltd",
+ "d065ca": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0666d": "Shenzhen Bus-Lan Technology Co., Ltd.",
+ "d0667b": "Samsung Electronics Co.,Ltd",
+ "d06726": "Hewlett Packard Enterprise ",
+ "d067e5": "Dell Inc.",
+ "d06827": "eero inc.",
+ "d0699e": "LUMINEX Lighting Control Equipment",
+ "d069c1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d069d0": "Verto Medical Solutions, LLC",
+ "d069ff": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d06a1f": "BSE CO.,LTD.",
+ "d06b78": "Apple, Inc.",
+ "d06c37": "ltd",
+ "d06dc8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d06dc9": "Sagemcom Broadband SAS",
+ "d06ede": "Sagemcom Broadband SAS",
+ "d06f4a": "TOPWELL INTERNATIONAL HOLDINGS LIMITED",
+ "d06f82": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d071c4": "zte corporation",
+ "d072dc": "Cisco Systems, Inc",
+ "d0737f": "Mini-Circuits",
+ "d07380": "Huawei Device Co., Ltd.",
+ "d0738e": "DONG OH PRECISION CO., LTD. ",
+ "d073d5": "LIFI LABS MANAGEMENT PTY LTD",
+ "d075be": "Reno A&E",
+ "d07602": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "d0760c": "Qisda Corporation",
+ "d07650": "IEEE Registration Authority",
+ "d0768f": "Calix Inc.",
+ "d076e7": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d07714": "Motorola Mobility LLC, a Lenovo Company",
+ "d077ce": "Edgecore Networks Corporation",
+ "d07880": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d0789a": "Vantiva - Connected Home",
+ "d07ab5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d07b6f": "Zhuhai Yunmai Technology Co.,Ltd",
+ "d07c2d": "Leie IOT technology Co., Ltd",
+ "d07cb2": "Sigmastar Technology Ltd.",
+ "d07d33": "Huawei Device Co., Ltd.",
+ "d07de5": "Forward Pay Systems, Inc.",
+ "d07e01": "Huawei Device Co., Ltd.",
+ "d07e28": "Hewlett Packard",
+ "d07e35": "Intel Corporate",
+ "d07fa0": "Samsung Electronics Co.,Ltd",
+ "d07fc4": "Ou Wei Technology Co.,Ltd. of Shenzhen City",
+ "d0817a": "Apple, Inc.",
+ "d081c5": "Juniper Networks",
+ "d083d4": "Xtel Wireless ApS",
+ "d084b0": "Sagemcom Broadband SAS",
+ "d08543": "Cisco Systems, Inc",
+ "d087b5": "SAFEMO PTE. LTD.",
+ "d087e2": "Samsung Electronics Co.,Ltd",
+ "d0880c": "Apple, Inc.",
+ "d08999": "APCON, Inc.",
+ "d08a55": "Skullcandy",
+ "d08a91": "Vantiva USA LLC",
+ "d08b7e": "Passif Semiconductor",
+ "d08cb5": "Texas Instruments",
+ "d08cff": "UPWIS AB",
+ "d08e79": "Dell Inc.",
+ "d09168": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "d09200": "FiRa Consortium",
+ "d09288": "Powertek Limited",
+ "d0929e": "Microsoft Corporation",
+ "d092fa": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d09380": "Ducere Technologies Pvt. Ltd.",
+ "d09395": "IEEE Registration Authority",
+ "d093f8": "Stonestreet One LLC",
+ "d09466": "Dell Inc.",
+ "d094cf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d095c7": "Pantech Co., Ltd.",
+ "d09686": "IEEE Registration Authority",
+ "d096fb": "Zhone Technologies, Inc.",
+ "d097fe": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "d0989c": "ConMet",
+ "d099d5": "Alcatel-Lucent",
+ "d09b05": "Emtronix",
+ "d09c30": "Foster Electric Company, Limited",
+ "d09c7a": "Xiaomi Communications Co Ltd",
+ "d09cae": "vivo Mobile Communication Co., Ltd.",
+ "d09d0a": "LINKCOM",
+ "d09dab": "TCT mobile ltd",
+ "d09fd9": "IEEE Registration Authority",
+ "d0a011": "IEEE Registration Authority",
+ "d0a0bb": "Shenzhen iComm Semiconductor CO.,LTD",
+ "d0a0d6": "ChengDu TD Tech",
+ "d0a311": "Neuberger Gebäudeautomation GmbH",
+ "d0a46f": "China Dragon Technology Limited",
+ "d0a4b1": "Sonifex Ltd.",
+ "d0a5a6": "Cisco Systems, Inc",
+ "d0a637": "Apple, Inc.",
+ "d0a9d3": "EM Microelectronic",
+ "d0aa5f": "IEEE Registration Authority",
+ "d0ab4a": "Telink Micro LLC",
+ "d0abd5": "Intel Corporate",
+ "d0ad08": "HP Inc.",
+ "d0ae05": "Xiaomi Communications Co Ltd",
+ "d0aeec": "Alpha Networks Inc.",
+ "d0afb6": "Linktop Technology Co., LTD",
+ "d0b0cd": "Moen",
+ "d0b128": "Samsung Electronics Co.,Ltd",
+ "d0b1ca": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "d0b214": "PoeWit Inc",
+ "d0b270": "Visteon Portuguesa, Ltd",
+ "d0b2c4": "Vantiva USA LLC",
+ "d0b33f": "Shenzhen TINNO Mobile Technology Corp.",
+ "d0b3c2": "Meta Platforms, Inc.",
+ "d0b45d": "Huawei Device Co., Ltd.",
+ "d0b498": "Robert Bosch LLC Automotive Electronics",
+ "d0b523": "Bestcare Cloucal Corp.",
+ "d0b53d": "SEPRO ROBOTIQUE",
+ "d0b5c2": "Texas Instruments",
+ "d0b60a": "Xingluo Technology Company Limited",
+ "d0b66f": "TECHNOLOGIES CORPORATION",
+ "d0bae4": "Shanghai MXCHIP Information Technology Co., Ltd.",
+ "d0bb61": "zte corporation",
+ "d0bb80": "SHL Telemedicine International Ltd.",
+ "d0bcc1": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "d0bd01": "DS International",
+ "d0be2c": "CNSLink Co., Ltd.",
+ "d0bf9c": "Hewlett Packard",
+ "d0c050": "Apple, Inc.",
+ "d0c0bf": "Actions Microelectronics",
+ "d0c193": "SKYBELL, INC",
+ "d0c1b1": "Samsung Electronics Co.,Ltd",
+ "d0c1b5": "Dell Inc.",
+ "d0c1bf": "Xiaomi Communications Co Ltd",
+ "d0c24e": "Samsung Electronics Co.,Ltd",
+ "d0c282": "Cisco Systems, Inc",
+ "d0c31e": "JUNGJIN Electronics Co.,Ltd",
+ "d0c35a": "Jabil Circuit de Chihuahua",
+ "d0c42f": "Tamagawa Seiki Co.,Ltd.",
+ "d0c5d3": "AzureWave Technology Inc.",
+ "d0c5d8": "LATECOERE",
+ "d0c5f3": "Apple, Inc.",
+ "d0c637": "Intel Corporate",
+ "d0c65b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0c67f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0c730": "zte corporation",
+ "d0c789": "Cisco Systems, Inc",
+ "d0c7c0": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d0c857": "IEEE Registration Authority",
+ "d0c901": "GLA ELECTRONICS PVT LTD",
+ "d0c907": "Private",
+ "d0cbdd": "eero inc.",
+ "d0cde1": "Scientech Electronics",
+ "d0cec0": "Xiaomi Communications Co Ltd",
+ "d0cec9": "HAN CHANG",
+ "d0cf0e": "Sagemcom Broadband SAS",
+ "d0cf13": "Espressif Inc.",
+ "d0cf5e": "Energy Micro AS",
+ "d0cfd8": "Huizhou Boshijie Technology Co.,Ltd",
+ "d0d003": "Samsung Electronics Co.,Ltd",
+ "d0d04b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0d0fd": "Cisco Systems, Inc",
+ "d0d212": "K2NET Co.,Ltd.",
+ "d0d23c": "Apple, Inc.",
+ "d0d286": "Beckman Coulter K.K.",
+ "d0d2b0": "Apple, Inc.",
+ "d0d3e0": "Hewlett Packard Enterprise",
+ "d0d3fc": "Mios, Ltd.",
+ "d0d412": "ADB Broadband Italia",
+ "d0d471": "MVTECH co., Ltd",
+ "d0d49f": "Apple, Inc.",
+ "d0d6cc": "Wintop",
+ "d0d783": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0d7be": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0d94f": "IEEE Registration Authority",
+ "d0dad7": "Apple, Inc.",
+ "d0db32": "Nokia Corporation",
+ "d0dbb7": "Casa Systems",
+ "d0dc2c": "Cisco Systems, Inc",
+ "d0dd49": "Juniper Networks",
+ "d0dd7c": "zte corporation",
+ "d0df9a": "Liteon Technology Corporation",
+ "d0dfb2": "Genie Networks Limited",
+ "d0dfc7": "Samsung Electronics Co.,Ltd",
+ "d0e042": "Cisco Systems, Inc",
+ "d0e140": "Apple, Inc.",
+ "d0e347": "Yoga",
+ "d0e40b": "Wearable Inc.",
+ "d0e44a": "Murata Manufacturing Co., Ltd.",
+ "d0e54d": "Commscope",
+ "d0e581": "Apple, Inc.",
+ "d0e782": "AzureWave Technology Inc.",
+ "d0e828": "Radiant Industries Incorporated",
+ "d0eb03": "Zhehua technology limited",
+ "d0eb9e": "Seowoo Inc.",
+ "d0ec35": "Cisco Systems, Inc",
+ "d0edff": "ZF CVCS",
+ "d0ee47": "Hitron Technologies. Inc",
+ "d0ef76": "Espressif Inc.",
+ "d0efc1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d0f0db": "Ericsson",
+ "d0f121": "Xi'an LINKSCI Technology Co., Ltd",
+ "d0f27f": "BrewLogix, LLC",
+ "d0f3f5": "Huawei Device Co., Ltd.",
+ "d0f405": "Hon Hai Precision Industry Co., Ltd.",
+ "d0f4f7": "Huawei Device Co., Ltd.",
+ "d0f520": "KYOCERA Corporation ",
+ "d0f73b": "Helmut Mauell GmbH Werk Weida",
+ "d0f76e": "Shenzhen YOUHUA Technology Co., Ltd",
+ "d0f865": "ITEL MOBILE LIMITED",
+ "d0f88c": "Mobility Technologies Communication Co., Ltd.",
+ "d0f8e7": "Shenzhen Shutong Space Technology Co., Ltd",
+ "d0f928": "zte corporation",
+ "d0f99b": "zte corporation",
+ "d0fa1d": "Qihoo 360 Technology Co.,Ltd",
+ "d0fccc": "Samsung Electronics Co.,Ltd",
+ "d0fcd0": "HUMAX Co., Ltd.",
+ "d0ff50": "Texas Instruments",
+ "d0ff98": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4000d": "Phoenix Broadband Technologies, LLC.",
+ "d40057": "MC Technologies GmbH",
+ "d40068": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d400ca": "Continental Automotive Systems S.R.L",
+ "d40129": "Broadcom",
+ "d40145": "ATW TECHNOLOGY, INC.",
+ "d4016d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d401c3": "Routerboard.com",
+ "d4024a": "Delphian Systems LLC",
+ "d404cd": "Commscope",
+ "d404e6": "Broadcom Limited",
+ "d404ff": "Juniper Networks",
+ "d40598": "Commscope",
+ "d405de": "eero inc.",
+ "d4060f": "Texas Instruments",
+ "d40868": "Beijing Lanxum Computer Technology CO.,LTD.",
+ "d40a9e": "GO development GmbH",
+ "d40aa9": "Commscope",
+ "d40adc": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "d40b1a": "HTC Corporation",
+ "d40bb9": "Solid Semecs bv.",
+ "d40dab": "Shenzhen Cudy Technology Co., Ltd.",
+ "d40e60": "Nanjing phx-gctech Information Technology Co., Ltd",
+ "d40f9e": "Apple, Inc.",
+ "d40fb2": "Applied Micro Electronics AME bv",
+ "d41090": "iNFORM Systems AG",
+ "d410cf": "Huanshun Network Science and Technology Co., Ltd.",
+ "d411a3": "Samsung Electronics Co.,Ltd",
+ "d411d6": "ShotSpotter, Inc.",
+ "d41243": "AMPAK Technology, Inc.",
+ "d41296": "Anobit Technologies Ltd.",
+ "d412bb": "Quadrant Components Inc. Ltd",
+ "d4136f": "Asia Pacific Brands",
+ "d413b3": "Wu Qi Technologies,Inc.",
+ "d413f8": "Peplink International Ltd.",
+ "d41761": "Xiaomi Communications Co Ltd",
+ "d41972": "Hewlett Packard Enterprise",
+ "d419f6": "LTD.",
+ "d41a3f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d41ac8": "Nippon Printer Engineering",
+ "d41ad1": "Zyxel Communications Corporation",
+ "d41b81": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "d41c1c": "RCF S.P.A.",
+ "d41d71": "Palo Alto Networks",
+ "d41e35": "TOHO Electronics INC.",
+ "d41f0c": "JAI Manufacturing",
+ "d42000": "IEEE Registration Authority",
+ "d4206d": "HTC Corporation",
+ "d420b0": "Mist Systems, Inc.",
+ "d42122": "Sercomm Corporation.",
+ "d4223f": "Lenovo Mobile Communication Technology Ltd.",
+ "d4224e": "Alcatel Lucent",
+ "d422cd": "Movella Technologies B.V.",
+ "d42493": "GW Technologies Co.,Ltd",
+ "d424dd": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "d4258b": "Intel Corporate",
+ "d425cc": "IEEE Registration Authority",
+ "d425de": "New H3C Technologies Co., Ltd",
+ "d42751": "Infopia Co., Ltd",
+ "d42787": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "d427ff": "Sagemcom Broadband SAS",
+ "d428b2": "ioBridge, Inc.",
+ "d428d5": "TCT mobile ltd",
+ "d429a7": "Infinix mobility limited",
+ "d429ea": "Zimory GmbH",
+ "d42c0f": "Commscope",
+ "d42c3d": "Sky Light Digital Limited",
+ "d42c44": "Cisco Systems, Inc",
+ "d42c46": "BUFFALO.INC",
+ "d42dc5": "i-PRO Co., Ltd.",
+ "d42dcc": "Apple, Inc.",
+ "d42f23": "Akenori PTE Ltd",
+ "d42f4b": "Hon Hai Precision Industry Co.,LTD",
+ "d42fca": "Apple, Inc.",
+ "d43127": "Ruijie Networks Co.,LTD",
+ "d4319d": "Sinwatec",
+ "d43260": "GoPro",
+ "d43266": "Fike Corporation",
+ "d4351d": "Technicolor Delivery Technologies Belgium NV",
+ "d43538": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "d4354a": "ALAXALA Networks Corporation",
+ "d43639": "Texas Instruments",
+ "d436db": "Jiangsu Toppower Automotive Electronics Co., Ltd",
+ "d437d7": "zte corporation",
+ "d43844": "UNION MAN TECHNOLOGY CO.,LTD",
+ "d4389c": "Sony Corporation",
+ "d439b8": "Ciena Corporation",
+ "d43a2c": "Google, Inc.",
+ "d43a2e": "SHENZHEN MTC CO LTD",
+ "d43a2f": "SHENZHEN MTC CO LTD",
+ "d43a65": "IGRS Engineering Lab Ltd.",
+ "d43ae9": "DONGGUAN ipt INDUSTRIAL CO., LTD",
+ "d43b04": "Intel Corporate",
+ "d43b8a": "Shenzhen Zhide technology Co., LTD",
+ "d43d39": "Dialog Semiconductor",
+ "d43d67": "Carma Industries Inc.",
+ "d43d7e": "Micro-Star Int'l Co, Ltd",
+ "d43df3": "Zyxel Communications Corporation",
+ "d43f32": "eero inc.",
+ "d43fcb": "Commscope",
+ "d440d0": "OCOSMOS Co., LTD",
+ "d440f0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4413f": "Gen IV Technology LLC",
+ "d44165": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "d4430e": "Zhejiang Dahua Technology Co., Ltd.",
+ "d4438a": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "d443a8": "Changzhou Haojie Electric Co., Ltd.",
+ "d445e8": "Jiangxi Hongpai Technology Co., Ltd.",
+ "d44649": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d446e1": "Apple, Inc.",
+ "d4475a": "ScreenBeam, Inc.",
+ "d4482d": "Shenzhen Deejoy Lighting Technology Co.,Ltd.",
+ "d44867": "Silicon Laboratories",
+ "d44b5e": "TAIYO YUDEN CO., LTD.",
+ "d44bb6": "Zhejiang Tmall Technology Co., Ltd.",
+ "d44c24": "Vuppalamritha Magnetic Components LTD",
+ "d44c9c": "Shenzhen YOOBAO Technology Co.Ltd",
+ "d44ca7": "Informtekhnika & Communication, LLC",
+ "d44d77": "Nokia",
+ "d44d9f": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "d44da4": "Murata Manufacturing Co., Ltd.",
+ "d44f14": "Tesla,Inc.",
+ "d44f67": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d44f68": "Eidetic Communications Inc",
+ "d44f80": "Kemper Digital GmbH",
+ "d4503f": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d4507a": "CEIVA Logic, Inc",
+ "d450ee": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "d4522a": "TangoWiFi.com",
+ "d45251": "IBT Ingenieurbureau Broennimann Thun",
+ "d45297": "nSTREAMS Technologies, Inc.",
+ "d452c7": "Beijing L&S Lancom Platform Tech. Co., Ltd.",
+ "d452ee": "SKY UK LIMITED",
+ "d4532a": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "d45347": "Merytronic 2012, S.L.",
+ "d45383": "Murata Manufacturing Co., Ltd.",
+ "d453af": "VIGO System S.A.",
+ "d4548b": "Intel Corporate",
+ "d45556": "Fiber Mountain Inc.",
+ "d455be": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "d45763": "Apple, Inc.",
+ "d45800": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d45944": "tonies GmbH",
+ "d45a3f": "Juniper Networks",
+ "d45ab2": "Galleon Systems",
+ "d45b51": "Motorola Mobility LLC, a Lenovo Company",
+ "d45c70": "Wi-Fi Alliance",
+ "d45d42": "Nokia Corporation",
+ "d45d64": "ASUSTek COMPUTER INC.",
+ "d45ddf": "PEGATRON CORPORATION",
+ "d45e89": "Motorola Mobility LLC, a Lenovo Company",
+ "d45eec": "Beijing Xiaomi Electronics Co., Ltd.",
+ "d45f25": "Shenzhen YOUHUA Technology Co., Ltd",
+ "d45f2c": "zte corporation",
+ "d45f7a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46075": "Co., Ltd",
+ "d460e3": "Sercomm Corporation.",
+ "d4612e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46132": "Pro Concept Manufacturer Co.,Ltd.",
+ "d46137": "IEEE Registration Authority",
+ "d46195": "zte corporation",
+ "d4619d": "Apple, Inc.",
+ "d461da": "Apple, Inc.",
+ "d461fe": "Hangzhou H3C Technologies Co., Limited",
+ "d462ea": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46352": "Vutility Inc.",
+ "d463c0": "Apple, Inc.",
+ "d463c6": "Motorola Mobility LLC, a Lenovo Company",
+ "d463de": "vivo Mobile Communication Co., Ltd.",
+ "d463fe": "Arcadyan Corporation",
+ "d464f7": "CHENGDU USEE DIGITAL TECHNOLOGY CO., LTD",
+ "d46624": "Cisco Systems, Inc",
+ "d466a8": "Riedo Networks Ltd",
+ "d46761": "XonTel Technology Co.",
+ "d467d3": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d467e7": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d4684d": "Ruckus Wireless",
+ "d46867": "Neoventus Design Group",
+ "d468aa": "Apple, Inc.",
+ "d468ba": "Shenzhen Sundray Technologies company Limited",
+ "d469a5": "Miura Systems Ltd.",
+ "d46a35": "Cisco Systems, Inc",
+ "d46a6a": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d46a91": "SnapAV",
+ "d46aa8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46ba6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46c62": "MultiTracks.com, LLC",
+ "d46c6d": "Commscope",
+ "d46cbf": "Goodrich ISR",
+ "d46cda": "CSM GmbH",
+ "d46d50": "Cisco Systems, Inc",
+ "d46d6d": "Intel Corporate",
+ "d46e0e": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d46e5c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d46f42": "WAXESS USA Inc",
+ "d47208": "Bragi GmbH",
+ "d47226": "zte corporation",
+ "d47350": "DBG Commnunications Technology Co., Ltd.",
+ "d47415": "Huawei Device Co., Ltd.",
+ "d4741b": "Beijing HuaDa ZhiBao Electronic System Co.,Ltd.",
+ "d476a0": "Fortinet, Inc.",
+ "d476ea": "zte corporation",
+ "d4772b": "Nanjing Ztlink Network Technology Co.,Ltd",
+ "d47798": "Cisco Systems, Inc",
+ "d477b2": "Netix Global B.V.",
+ "d47856": "Avaya Inc",
+ "d4789b": "Cisco Systems, Inc",
+ "d47954": "Huawei Device Co., Ltd.",
+ "d479c3": "Cameronet GmbH & Co. KG",
+ "d47a97": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "d47ae2": "Samsung Electronics Co.,Ltd",
+ "d47aec": "Funshion Online Technologies Co.,Ltd",
+ "d47b35": "NEO Monitors AS",
+ "d47b6b": "Shanghai Cygnus Semiconductor Co., Ltd.",
+ "d47b75": "HARTING Electronics GmbH",
+ "d47bb0": "ASKEY COMPUTER CORP",
+ "d47c44": "IEEE Registration Authority",
+ "d47dfc": "TECNO MOBILE LIMITED",
+ "d47ee4": "China Mobile IOT Company Limited",
+ "d47f35": "Cisco Systems, Inc",
+ "d47f78": "Dopple B.V.",
+ "d4808b": "Seiko Epson Corporation",
+ "d481ca": "iDevices, LLC",
+ "d481d7": "Dell Inc.",
+ "d4823e": "Argosy Technologies, Ltd.",
+ "d48304": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "d48409": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "d48457": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "d484d0": "Shanghai Xiaodu Technology Limited",
+ "d48564": "Hewlett Packard",
+ "d48660": "Arcadyan Corporation",
+ "d487cc": "Sivantos GmbH",
+ "d487d8": "Samsung Electronics Co.,Ltd",
+ "d4883f": "HDPRO CO., LTD.",
+ "d48866": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d48890": "Samsung Electronics Co.,Ltd",
+ "d48a39": "Samsung Electronics Co.,Ltd",
+ "d48a3b": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "d48afc": "Espressif Inc.",
+ "d48c49": "Espressif Inc.",
+ "d48cb5": "Cisco Systems, Inc",
+ "d48d26": "LG Innotek",
+ "d48dd9": "Meld Technology, Inc",
+ "d48f33": "Microsoft Corporation",
+ "d48fa2": "Huawei Device Co., Ltd.",
+ "d48faa": "Sogecam Industrial, S.A.",
+ "d4909c": "Apple, Inc.",
+ "d490e0": "Wachendorff Automation GmbH & CO.KG",
+ "d4910f": "Amazon Technologies Inc.",
+ "d491af": "Electroacustica General Iberica, S.A.",
+ "d49234": "NEC Corporation",
+ "d4925e": "Technicolor Delivery Technologies Belgium NV",
+ "d492b9": "ORION NOVA, S.L.",
+ "d49390": "CLEVO CO.",
+ "d49398": "Nokia Corporation",
+ "d493a0": "Fidelix Oy",
+ "d49400": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4945a": "COSMO CO., LTD",
+ "d494a1": "Texas Instruments",
+ "d494e8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d494fb": "Continental Automotive Systems Inc.",
+ "d49524": "Clover Network, Inc.",
+ "d4955d": "zte corporation",
+ "d4958e": "Universal Electronics, Inc.",
+ "d496df": "SUNGJIN C&T CO.,LTD",
+ "d4970b": "Xiaomi Communications Co Ltd",
+ "d498b9": "vivo Mobile Communication Co., Ltd.",
+ "d4996c": "Juniper Networks",
+ "d49a20": "Apple, Inc.",
+ "d49aa0": "VNPT TECHNOLOGY",
+ "d49af6": "AzureWave Technology Inc.",
+ "d49b5c": "Chongqing Miedu Technology Co., Ltd.",
+ "d49b74": "Kinetic Technologies",
+ "d49c28": "JayBird LLC",
+ "d49c53": "NETCRAZE LLC",
+ "d49c8e": "University of FUKUI",
+ "d49cdd": "AMPAK Technology,Inc.",
+ "d49cf4": "Palo Alto Networks",
+ "d49d9d": "Shenzhen Goodocom lnformation Technology Co.,Ltd.",
+ "d49dc0": "Samsung Electronics Co.,Ltd",
+ "d49e05": "zte corporation",
+ "d49e3b": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "d49e6d": "Wuhan Zhongyuan Huadian Science & Technology Co.,",
+ "d49f29": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d49fdd": "Huawei Device Co., Ltd.",
+ "d4a02a": "Cisco Systems, Inc",
+ "d4a0fb": "IEEE Registration Authority",
+ "d4a148": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4a23d": "New H3C Technologies Co., Ltd",
+ "d4a254": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4a2cd": "Dell Inc.",
+ "d4a33d": "Apple, Inc.",
+ "d4a365": "Xiaomi Communications Co Ltd",
+ "d4a38b": "ELE(GROUP)CO.,LTD",
+ "d4a3eb": "Shenzhen iComm Semiconductor CO.,LTD",
+ "d4a425": "SMAX Technology Co., Ltd.",
+ "d4a499": "InView Technology Corporation",
+ "d4a5b4": "Technology Co., Ltd",
+ "d4a651": "Tuya Smart Inc.",
+ "d4a7ea": "Solar76",
+ "d4a923": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4a928": "GreenWave Reality Inc",
+ "d4aaff": "MICRO WORLD ",
+ "d4ab61": "Intel Corporate",
+ "d4ab82": "Commscope",
+ "d4abcd": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "d4ac4e": "BODi rS, LLC",
+ "d4ad20": "Jinan USR IOT Technology Limited",
+ "d4ad2d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d4ad71": "Cisco Systems, Inc",
+ "d4adbd": "Cisco Systems, Inc",
+ "d4adfc": "Shenzhen Intellirocks Tech. Co. Ltd.",
+ "d4ae05": "Samsung Electronics Co.,Ltd",
+ "d4ae52": "Dell Inc.",
+ "d4aff7": "Arista Networks",
+ "d4b110": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4b169": "Limited",
+ "d4b27a": "Commscope",
+ "d4b43e": "Messcomp Datentechnik GmbH",
+ "d4b4c0": "Fortinet, Inc.",
+ "d4b5cd": "Sagemcom Broadband SAS",
+ "d4b680": "Shanghai Linkyum Microeletronics Co.,Ltd",
+ "d4b709": "zte corporation",
+ "d4b761": "Sichuan AI-Link Technology Co., Ltd.",
+ "d4b7d0": "Ciena Corporation",
+ "d4b8ff": "Home Control Singapore Pte Ltd",
+ "d4b92f": "Vantiva USA LLC",
+ "d4baba": "IEEE Registration Authority",
+ "d4bafa": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d4bbc8": "vivo Mobile Communication Co., Ltd.",
+ "d4bbe6": "Huawei Device Co., Ltd.",
+ "d4bd1e": "5VT Technologies,Taiwan LTd.",
+ "d4bd4f": "Ruckus Wireless",
+ "d4bed7": "Dell Inc.",
+ "d4bed9": "Dell Inc.",
+ "d4bedc": "Roku, Inc",
+ "d4bf2d": "SE Controls Asia Pacific Ltd",
+ "d4bf7f": "UPVEL",
+ "d4c19e": "Ruckus Wireless",
+ "d4c1c8": "zte corporation",
+ "d4c1fc": "Nokia Corporation",
+ "d4c3b0": "Gearlinx Pty Ltd",
+ "d4c766": "Acentic GmbH",
+ "d4c8b0": "Prime Electronics & Satellitics Inc.",
+ "d4c93c": "Cisco Systems, Inc",
+ "d4c94b": "Motorola Mobility LLC, a Lenovo Company",
+ "d4c9b2": "Quanergy Solutions Inc",
+ "d4c9ef": "Hewlett Packard",
+ "d4ca6d": "Routerboard.com",
+ "d4ca6e": "u-blox AG",
+ "d4cbaf": "Nokia Corporation",
+ "d4cbcc": "vivo Mobile Communication Co., Ltd.",
+ "d4ceb8": "Enatel LTD",
+ "d4cf37": "Symbolic IO",
+ "d4cff9": "Shenzhen SEI Robotics Co.,Ltd",
+ "d4d184": "ADB Broadband Italia",
+ "d4d249": "Power Ethernet",
+ "d4d252": "Intel Corporate",
+ "d4d2d6": "FN-LINK TECHNOLOGY LIMITED",
+ "d4d2e5": "BKAV Corporation",
+ "d4d4da": "Espressif Inc.",
+ "d4d50d": "Southwest Microwave, Inc",
+ "d4d51b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4d659": "Meta Platforms, Inc.",
+ "d4d748": "Cisco Systems, Inc",
+ "d4d7a9": "Shanghai Kaixiang Info Tech LTD",
+ "d4d7cf": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "d4d853": "Intel Corporate",
+ "d4d892": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4d898": "Korea CNO Tech Co., Ltd",
+ "d4d919": "GoPro",
+ "d4da21": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "d4dacd": "SKY UK LIMITED",
+ "d4dc09": "Mist Systems, Inc.",
+ "d4dc85": "Edgecore Americas Networking Corporation",
+ "d4dccd": "Apple, Inc.",
+ "d4dd0b": "WAVETEL TECHNOLOGY LIMITED",
+ "d4df57": "Alpinion Medical Systems",
+ "d4e053": "Hewlett Packard Enterprise",
+ "d4e08e": "ValueHD Corporation",
+ "d4e22f": "Roku, Inc",
+ "d4e2cb": "Vantiva USA LLC",
+ "d4e32c": "S. Siedle & Sohne",
+ "d4e33f": "Nokia",
+ "d4e3c5": "zte corporation",
+ "d4e4c3": "Ciena Corporation",
+ "d4e5c9": "Senao Networks Inc.",
+ "d4e6b7": "Samsung Electronics Co.,Ltd",
+ "d4e853": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "d4e880": "Cisco Systems, Inc",
+ "d4e8b2": "Samsung Electronics Co.,Ltd",
+ "d4e90b": "CVT CO.,LTD",
+ "d4e95e": "Texas Instruments",
+ "d4e98a": "Intel Corporate",
+ "d4e9f4": "Espressif Inc.",
+ "d4ea0e": "Avaya Inc",
+ "d4eb68": "Cisco Systems, Inc",
+ "d4ec0c": "Harley-Davidson Motor Company",
+ "d4ec86": "LinkedHope Intelligent Technologies Co., Ltd",
+ "d4ecab": "vivo Mobile Communication Co., Ltd.",
+ "d4ee07": "HIWIFI Co., Ltd.",
+ "d4eede": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "d4f027": "Trust Power Ltd.",
+ "d4f04a": "SKY UK LIMITED",
+ "d4f057": "Nintendo Co.,Ltd",
+ "d4f0b4": "Napco Security Technologies",
+ "d4f0c9": "KYOCERA Document Solutions Inc.",
+ "d4f0ea": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "d4f143": "IPROAD.,Inc",
+ "d4f207": "DIAODIAO(Beijing)Technology CO.,Ltd",
+ "d4f242": "Huawei Device Co., Ltd.",
+ "d4f32d": "Intel Corporate",
+ "d4f337": "Xunison Ltd.",
+ "d4f46f": "Apple, Inc.",
+ "d4f4be": "Palo Alto Networks",
+ "d4f513": "Texas Instruments",
+ "d4f527": "SIEMENS AG",
+ "d4f547": "Google, Inc.",
+ "d4f5ef": "Hewlett Packard Enterprise ",
+ "d4f63f": "IEA S.R.L.",
+ "d4f756": "zte corporation",
+ "d4f786": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d4f7d5": "Sony Interactive Entertainment Inc.",
+ "d4f829": "Sagemcom Broadband SAS",
+ "d4f921": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "d4f98d": "Espressif Inc.",
+ "d4f9a1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d4fb8e": "Apple, Inc.",
+ "d4fc13": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d4fe28": "Silicon Laboratories",
+ "d4ff1a": "Apple, Inc.",
+ "d4ff26": "OHSUNG",
+ "d8004d": "Apple, Inc.",
+ "d80093": "Aurender Inc.",
+ "d801d0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d801eb": "Infinity Electronics Ltd",
+ "d8028a": "Shenzhen YOUHUA Technology Co., Ltd",
+ "d802c0": "Extreme Networks Headquarters",
+ "d8031a": "Laird Connectivity",
+ "d8032a": "COMMTACT LTD",
+ "d8052e": "Skyviia Corporation",
+ "d806d1": "Co,. Ltd.",
+ "d806f3": "Arista Networks",
+ "d807b6": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d80831": "Samsung Electronics Co.,Ltd",
+ "d808f5": "Arcadia Networks Co. Ltd. ",
+ "d8094e": "Active Brains",
+ "d8097f": "zte corporation",
+ "d809c3": "Cercacor Labs",
+ "d809d6": "ZEXELON CO., LTD.",
+ "d80a42": "Shanghai Lixun Information Technology Co., Ltd.",
+ "d80a60": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d80ae6": "zte corporation",
+ "d80b9a": "Samsung Electronics Co.,Ltd",
+ "d80bcb": "Co., Ltd.",
+ "d80ccf": "C.G.V. S.A.S.",
+ "d80d17": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d80de3": "FXI TECHNOLOGIES AS",
+ "d80e29": "vivo Mobile Communication Co., Ltd.",
+ "d80f99": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d80fb5": "SHENZHEN ULTRAEASY TECHNOLOGY CO LTD",
+ "d81068": "Murata Manufacturing Co., Ltd.",
+ "d8109f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d810cb": "Andrea Informatique",
+ "d81265": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "d8132a": "Espressif Inc.",
+ "d81399": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "d814d6": "SURE SYSTEM Co Ltd",
+ "d814df": "Co., Ltd",
+ "d8150d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d8160a": "Nippon Electro-Sensory Devices",
+ "d816c1": "ELECTRONICS LIMITED",
+ "d8182b": "Conti Temic Microelectronic GmbH",
+ "d818d3": "Juniper Networks",
+ "d81909": "Wiwynn Technology Service Malaysia ",
+ "d8197a": "Nuheara Ltd",
+ "d819ce": "Telesquare",
+ "d81bb5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d81bfe": "TWINLINX CORPORATION",
+ "d81c14": "Compacta International, Ltd.",
+ "d81c79": "Apple, Inc.",
+ "d81d13": "Texas Instruments",
+ "d81d72": "Apple, Inc.",
+ "d81edd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "d81ede": "B&W Group Ltd",
+ "d81f12": "Tuya Smart Inc.",
+ "d81f65": "Private",
+ "d81fcc": "Brocade Communications Systems LLC",
+ "d8209f": "Cubro Acronet GesmbH",
+ "d820a2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d821da": "TECHNOLOGIES CORPORATION",
+ "d822f4": "Avnet Silica",
+ "d823e0": "SPEEDTECH CORP.",
+ "d82477": "Universal Electric Corporation",
+ "d824bd": "Cisco Systems, Inc",
+ "d824ec": "Plenom A/S",
+ "d82522": "Commscope",
+ "d825b0": "Rockeetech Systems Co.,Ltd.",
+ "d825df": "CAME UK",
+ "d826b9": "Guangdong Coagent Electronics S&T Co.,Ltd.",
+ "d826fa": "Jiangxi Zhentian Technology CO.,LTD",
+ "d8270c": "MaxTronic International Co., Ltd.",
+ "d828c9": "General Electric Consumer and Industrial",
+ "d82916": "Ascent Communication Technology",
+ "d82918": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d82986": "Best Wish Technology LTD",
+ "d829f8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d82a15": "Leitner SpA",
+ "d82a7e": "Nokia Corporation",
+ "d82d40": "Janz - Contagem e Gestão de Fluídos S.A.",
+ "d82d9b": "Shenzhen G.Credit Communication Technology Co., Ltd",
+ "d82de1": "Tricascade Inc.",
+ "d82fe6": "Zhejiang Tmall Technology Co., Ltd.",
+ "d83062": "Apple, Inc.",
+ "d8312c": "zte corporation",
+ "d83134": "Roku, Inc",
+ "d831cf": "Samsung Electronics Co.,Ltd",
+ "d83214": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "d8325a": "Shenzhen YOUHUA Technology Co., Ltd",
+ "d832e3": "Xiaomi Communications Co Ltd",
+ "d8332a": "Ruijie Networks Co.,LTD",
+ "d8337f": "Office FA.com Co.,Ltd.",
+ "d833b7": "Sagemcom Broadband SAS",
+ "d8341c": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "d834d1": "Shenzhen Orange Digital Technology Co.,Ltd",
+ "d834ee": "SHURE INCORPORATED",
+ "d8365f": "Intelbras",
+ "d8373b": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "d837be": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "d8380d": "SHENZHEN IP-COM Network Co.,Ltd",
+ "d838fc": "Ruckus Wireless",
+ "d83add": "Raspberry Pi Trading Ltd",
+ "d83af5": "Wideband Labs LLC",
+ "d83bbf": "Intel Corporate",
+ "d83bda": "Espressif Inc.",
+ "d83c69": "Shenzhen TINNO Mobile Technology Corp.",
+ "d83d3f": "JOYNED GmbH",
+ "d83dcc": "shenzhen UDD Technologies,co.,Ltd",
+ "d83eef": "COMPANY LIMITED",
+ "d84008": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d842ac": "Shanghai Feixun Communication Co.,Ltd.",
+ "d842e2": "Canary Connect, Inc.",
+ "d842f7": "Tozed Kangwei Tech Co.,Ltd",
+ "d843ae": "Micro-Star INTL CO., LTD.",
+ "d843ea": "SY Electronics Ltd",
+ "d843ed": "Suzuken",
+ "d8445c": "DEV Tecnologia Ind Com Man Eq LTDA",
+ "d84489": "TP-Link Systems Inc",
+ "d8452b": "Sdn. Bhd.",
+ "d84567": "TECNO MOBILE LIMITED",
+ "d84606": "Silicon Valley Global Marketing",
+ "d84710": "Sichuan Changhong Electric Ltd.",
+ "d84732": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d8478f": "Microchip Technology Inc.",
+ "d847bb": "Huawei Device Co., Ltd.",
+ "d848ee": "Hangzhou Xueji Technology Co., Ltd.",
+ "d8490b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d8492f": "CANON INC.",
+ "d849bf": "CELESTICA INC.",
+ "d84a2b": "zte corporation",
+ "d84a83": "vivo Mobile Communication Co., Ltd.",
+ "d84a87": "OI ELECTRIC CO.,LTD",
+ "d84b2a": "Cognitas Technologies, Inc.",
+ "d84c90": "Apple, Inc.",
+ "d84db9": "Wu Qi Technologies,Inc.",
+ "d84f37": "Proxis, spol. s r.o.",
+ "d84fb8": "LG ELECTRONICS",
+ "d850a1": "Hunan Danuo Technology Co.,LTD",
+ "d850e6": "ASUSTek COMPUTER INC.",
+ "d852fa": "Texas Instruments",
+ "d8539a": "Juniper Networks",
+ "d853ad": "Cisco Meraki",
+ "d853bc": "Lenovo Information Products (Shenzhen)Co.,Ltd",
+ "d8543a": "Texas Instruments",
+ "d85482": "Oxit, LLC",
+ "d854a2": "Extreme Networks Headquarters",
+ "d854f2": "Huawei Device Co., Ltd.",
+ "d85575": "Samsung Electronics Co.,Ltd",
+ "d855a3": "zte corporation",
+ "d857ef": "Samsung Electronics Co.,Ltd",
+ "d858c6": "Katch Asset Tracking Pty Limited ",
+ "d858d7": "CZ.NIC, z.s.p.o.",
+ "d85982": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d85a49": "INGCHIPS Technology Co., Ltd",
+ "d85b22": "Shenzhen Hohunet Technology Co., Ltd",
+ "d85b2a": "Samsung Electronics Co.,Ltd",
+ "d85d4c": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "d85d84": "CAx soft GmbH",
+ "d85de2": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d85def": "Busch-Jaeger Elektro GmbH",
+ "d85dfb": "Private",
+ "d85ed3": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "d85f77": "Co., Ltd.",
+ "d860b0": "bioMérieux Italia S.p.A.",
+ "d860b3": "Guangdong Global Electronic Technology CO.,LTD",
+ "d86162": "WNC Corporation",
+ "d86194": "Objetivos y Sevicios de Valor Añadido",
+ "d862db": "Eno Inc.",
+ "d8630d": "Mobility Technologies Communication Co., Ltd.",
+ "d86375": "Xiaomi Communications Co Ltd",
+ "d8638c": "Shenzhen Dttek Technology Co., Ltd.",
+ "d86595": "Toy's Myth Inc.",
+ "d866c6": "Shenzhen Daystar Technology Co.,ltd",
+ "d866ee": "BOXIN COMMUNICATION CO.,LTD.",
+ "d867d3": "Huawei Device Co., Ltd.",
+ "d867d9": "Cisco Systems, Inc",
+ "d86852": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d868a0": "Samsung Electronics Co.,Ltd",
+ "d868c3": "Samsung Electronics Co.,Ltd",
+ "d86960": "Steinsvik",
+ "d86b83": "Nintendo Co.,Ltd",
+ "d86bf7": "Nintendo Co., Ltd.",
+ "d86bfc": "zte corporation",
+ "d86c02": "Huaqin Telecom Technology Co.,Ltd",
+ "d86c5a": "HUMAX Co., Ltd.",
+ "d86c63": "Google, Inc.",
+ "d86ce9": "Sagemcom Broadband SAS",
+ "d86d17": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d86dd0": "InnoCare Optoelectronics",
+ "d8714d": "Texas Instruments",
+ "d87154": "Samsung Electronics Co.,Ltd",
+ "d87157": "Lenovo Mobile Communication Technology Ltd.",
+ "d87475": "Apple, Inc.",
+ "d87495": "zte corporation",
+ "d874df": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d874ef": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "d87533": "Nokia Corporation",
+ "d8760a": "Escort, Inc.",
+ "d876ae": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d87766": "Nurivoice Co., Ltd",
+ "d8778b": "Intelbras",
+ "d8787f": "Ubee Interactive Co., Limited",
+ "d878c9": "PRIVATE LIMITED",
+ "d878e5": "KUHN SA",
+ "d87988": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d87a3b": "Silicon Laboratories",
+ "d87cdd": "SANIX INCORPORATED",
+ "d87d45": "Nicent Technology Co., Ltd.",
+ "d87d7f": "Sagemcom Broadband SAS",
+ "d87e6f": "CASCINATION AG",
+ "d87e76": "ITEL MOBILE LIMITED",
+ "d87eb1": "x.o.ware, inc.",
+ "d88039": "Microchip Technology Inc.",
+ "d8803c": "Anhui Huami Information Technology Company Limited",
+ "d88083": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "d880dc": "Huawei Device Co., Ltd.",
+ "d881ce": "AHN INC.",
+ "d88332": "TaiXin Semiconductor Co., Ltd",
+ "d88466": "Extreme Networks Headquarters",
+ "d885ac": "Espressif Inc.",
+ "d8860b": "IEEE Registration Authority",
+ "d887d5": "Leadcore Technology CO.,LTD",
+ "d88863": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d888ce": "RF Technology Pty Ltd",
+ "d88a3b": "UNIT-EM",
+ "d88adc": "Huawei Device Co., Ltd.",
+ "d88b4c": "KingTing Tech.",
+ "d88c73": "zte corporation",
+ "d88c79": "Google, Inc.",
+ "d88d5c": "Elentec",
+ "d88dc8": "Atil Technology Co., LTD",
+ "d88ed4": "eero inc.",
+ "d88f76": "Apple, Inc.",
+ "d890e8": "Samsung Electronics Co.,Ltd",
+ "d8911d": "Jiangsu Yuwell POCTech Biotechnology Co.,Ltd",
+ "d8912a": "Zyxel Communications Corporation",
+ "d89136": "Dover Fueling Solutions",
+ "d89341": "General Electric Global Research",
+ "d893d4": "Xiaomi Communications Co Ltd",
+ "d89403": "Hewlett Packard Enterprise ",
+ "d89424": "Mellanox Technologies, Inc.",
+ "d8952f": "Texas Instruments",
+ "d89563": "Taiwan Digital Streaming Co.",
+ "d89685": "GoPro",
+ "d89695": "Apple, Inc.",
+ "d896e0": "Alibaba Cloud Computing Ltd.",
+ "d8973b": "Artesyn Embedded Technologies",
+ "d89760": "C2 Development, Inc.",
+ "d8977c": "Grey Innovation",
+ "d89790": "Commonwealth Scientific and Industrial Research Organisation",
+ "d897ba": "PEGATRON CORPORATION",
+ "d89a0d": "zte corporation",
+ "d89a34": "Beijing SHENQI Technology Co., Ltd.",
+ "d89ac1": "Nokia",
+ "d89b3b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d89c67": "Hon Hai Precision Ind. Co.,Ltd.",
+ "d89c8e": "Comcast Cable Corporation",
+ "d89d67": "Hewlett Packard",
+ "d89db9": "eMegatech International Corp.",
+ "d89e3f": "Apple, Inc.",
+ "d89e61": "Huawei Device Co., Ltd.",
+ "d89ed4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d89ef3": "Dell Inc.",
+ "d8a011": "WiZ",
+ "d8a01d": "Espressif Inc.",
+ "d8a0e6": "Chongqing Yipingfang Technology Co., Ltd.",
+ "d8a0e8": "zte corporation",
+ "d8a105": "Syslane, Co., Ltd.",
+ "d8a25e": "Apple, Inc.",
+ "d8a315": "vivo Mobile Communication Co., Ltd.",
+ "d8a35c": "Samsung Electronics Co.,Ltd",
+ "d8a491": "Huawei Device Co., Ltd.",
+ "d8a534": "Spectronix Corporation",
+ "d8a6f0": "Wu Qi Technologies,Inc.",
+ "d8a6fd": "Ghost Autonomy Inc.",
+ "d8a756": "Sagemcom Broadband SAS",
+ "d8a8c8": "zte corporation",
+ "d8a98b": "Texas Instruments",
+ "d8aa59": "Tonly Technology Co. Ltd ",
+ "d8ad49": "Honor Device Co., Ltd.",
+ "d8addd": "Sonavation, Inc.",
+ "d8ae90": "Itibia Technologies",
+ "d8aed0": "Shanghai Engineering Science & Technology Co.,LTD CGNPC",
+ "d8af3b": "Hangzhou Bigbright Integrated communications system Co.,Ltd",
+ "d8af81": "AO ",
+ "d8aff1": "Panasonic Appliances Company",
+ "d8b020": "Taicang T&W Electronics",
+ "d8b02e": "Guangzhou Zonerich Business Machine Co., LTD.",
+ "d8b04c": "Jinan USR IOT Technology Co., Ltd.",
+ "d8b053": "Xiaomi Communications Co Ltd",
+ "d8b061": "SHENZHEN WENXUN TECHNOLOGY CO.,LTD",
+ "d8b122": "Juniper Networks",
+ "d8b12a": "Panasonic Mobile Communications Co.,Ltd.",
+ "d8b190": "Cisco Systems, Inc",
+ "d8b249": "Huawei Device Co., Ltd.",
+ "d8b293": "TOPSSD",
+ "d8b2aa": "zte corporation",
+ "d8b32f": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "d8b370": "Ubiquiti Inc",
+ "d8b377": "HTC Corporation",
+ "d8b673": "Texas Instruments",
+ "d8b6b7": "Comtrend Corporation",
+ "d8b6c1": "NetworkAccountant, Inc.",
+ "d8b6d6": "Blu Tether Limited",
+ "d8b8f6": "Nantworks",
+ "d8b90e": "Triple Domain Vision Co.,Ltd.",
+ "d8bb2c": "Apple, Inc.",
+ "d8bbc1": "Micro-Star INTL CO., LTD.",
+ "d8bc38": "Espressif Inc.",
+ "d8bc59": "Shenzhen DAPU Microelectronics Co., Ltd",
+ "d8be1f": "Apple, Inc.",
+ "d8be65": "Amazon Technologies Inc.",
+ "d8bf4c": "Victory Concept Electronics Limited",
+ "d8bfc0": "Espressif Inc.",
+ "d8c068": "Netgenetech.co.,ltd.",
+ "d8c06a": "Hunantv.com Interactive Entertainment Media Co.,Ltd.",
+ "d8c0a6": "AzureWave Technology Inc.",
+ "d8c3fb": "DETRACOM",
+ "d8c46a": "Murata Manufacturing Co., Ltd.",
+ "d8c497": "Quanta Computer Inc.",
+ "d8c4e9": "Samsung Electronics Co.,Ltd",
+ "d8c561": "CommFront Communications Pte Ltd",
+ "d8c678": "MitraStar Technology Corp.",
+ "d8c691": "Hichan Technology Corp.",
+ "d8c6f9": "Tracklab Inc",
+ "d8c771": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d8c7c8": "Hewlett Packard Enterprise",
+ "d8c80c": "Tuya Smart Inc.",
+ "d8c8e9": "Co., Ltd.",
+ "d8c99d": "EA DISPLAY LIMITED",
+ "d8ca06": "Titan DataCenters France",
+ "d8cb8a": "Micro-Star INTL CO., LTD.",
+ "d8cc98": "Huawei Device Co., Ltd.",
+ "d8cd2c": "WUXI NEIHUA NETWORK TECHNOLOGY CO., LTD",
+ "d8ce3a": "Xiaomi Communications Co Ltd",
+ "d8cf61": "Sagemcom Broadband SAS",
+ "d8cf89": "Beijing DoSee Science and Technology Co., Ltd.",
+ "d8cf9c": "Apple, Inc.",
+ "d8cfbf": "Motorola Mobility LLC, a Lenovo Company",
+ "d8d090": "Dell Inc.",
+ "d8d1cb": "Apple, Inc.",
+ "d8d261": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "d8d27c": "JEMA ENERGY, SA",
+ "d8d385": "Hewlett Packard",
+ "d8d43c": "Sony Corporation",
+ "d8d45d": "Orbic North America",
+ "d8d4e6": "Hytec Inter Co., Ltd.",
+ "d8d5b9": "Rainforest Automation, Inc.",
+ "d8d668": "Tuya Smart Inc.",
+ "d8d67e": "GSK CNC EQUIPMENT CO.,LTD",
+ "d8d6f3": "Sdn. Bhd.",
+ "d8d723": "IDS, Inc",
+ "d8d775": "Sagemcom Broadband SAS",
+ "d8d866": "SHENZHEN TOZED TECHNOLOGIES CO.,LTD.",
+ "d8d8e5": "Vantiva Connected Home - Technologies Telco",
+ "d8da52": "APATOR S.A.",
+ "d8daf1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "d8dc40": "Apple, Inc.",
+ "d8dce9": "Kunshan Erlab ductless filtration system Co.,Ltd",
+ "d8dd5f": "BALMUDA Inc.",
+ "d8ddfd": "Texas Instruments",
+ "d8de3a": "Apple, Inc.",
+ "d8dece": "ISUNG CO.,LTD",
+ "d8df0d": "beroNet GmbH",
+ "d8df7a": "Quest Software, Inc.",
+ "d8e004": "Vodia Networks Inc",
+ "d8e016": "Extreme Networks Headquarters",
+ "d8e0b8": "BULAT LLC",
+ "d8e0e1": "Samsung Electronics Co.,Ltd",
+ "d8e23f": "Qingdao Haier Technology Co.,Ltd",
+ "d8e2df": "Microsoft Corporation",
+ "d8e35e": "LG Innotek",
+ "d8e3ae": "CIRTEC MEDICAL SYSTEMS",
+ "d8e56d": "TCT mobile ltd",
+ "d8e593": "Apple, Inc.",
+ "d8e72b": "NETSCOUT SYSTEMS INC",
+ "d8e72f": "Corp.",
+ "d8e743": "Wush, Inc",
+ "d8e844": "zte corporation",
+ "d8e952": "KEOPSYS",
+ "d8eb46": "Google, Inc.",
+ "d8eb97": "TRENDnet, Inc.",
+ "d8ec5e": "Belkin International Inc.",
+ "d8ece5": "Zyxel Communications Corporation",
+ "d8ed1c": "Magna Technology SL",
+ "d8ee42": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "d8ee78": "Moog Protokraft",
+ "d8ef42": "Huawei Device Co., Ltd.",
+ "d8efcd": "Nokia Solutions and Networks GmbH & Co. KG",
+ "d8f0f2": "Zeebo Inc",
+ "d8f12e": "TP-Link Systems Inc.",
+ "d8f15b": "Espressif Inc.",
+ "d8f1d8": "OI ELECTRIC CO.,LTD",
+ "d8f1f0": "Pepxim International Limited",
+ "d8f2ca": "Intel Corporate",
+ "d8f3bc": "Liteon Technology Corporation",
+ "d8f3db": "Post CH AG",
+ "d8f507": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "d8f710": "Libre Wireless Technologies Inc.",
+ "d8f760": "EM Microelectronic",
+ "d8f883": "Intel Corporate",
+ "d8f8af": "DAONTEC",
+ "d8fb11": "AXACORE",
+ "d8fb5e": "ASKEY COMPUTER CORP",
+ "d8fb68": "Cloud Corner Ltd.",
+ "d8fbd6": "Amazon Technologies Inc.",
+ "d8fc38": "Giantec Semiconductor Inc",
+ "d8fc93": "Intel Corporate",
+ "d8fe8f": "IDFone Co., Ltd.",
+ "d8fee3": "D-Link International",
+ "d8ffc3": "Shenzhen 3SNIC information technology company Limited",
+ "dc0077": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "dc00b0": "FREEBOX SAS",
+ "dc0265": "Meditech Kft",
+ "dc028e": "zte corporation",
+ "dc0398": "LG Innotek",
+ "dc052f": "National Products Inc.",
+ "dc0539": "Cisco Systems, Inc",
+ "dc0575": "SIEMENS ENERGY AUTOMATION",
+ "dc05ed": "Nabtesco Corporation",
+ "dc0675": "Espressif Inc.",
+ "dc0682": "Accessia Technology Ltd.",
+ "dc07c1": "HangZhou QiYang Technology Co.,Ltd.",
+ "dc07f8": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "dc080f": "Apple, Inc.",
+ "dc0856": "Alcatel-Lucent Enterprise",
+ "dc08da": "ASKEY COMPUTER CORP",
+ "dc0914": "Talk-A-Phone Co.",
+ "dc094c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc0b09": "Cisco Systems, Inc",
+ "dc0b1a": "ADB Broadband Italia",
+ "dc0c2d": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "dc0c5c": "Apple, Inc.",
+ "dc0d30": "Shenzhen Feasycom Technology Co., Ltd.",
+ "dc0e96": "Palo Alto Networks",
+ "dc0ea1": "CO., LTD. ",
+ "dc1057": "Apple, Inc.",
+ "dc121d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc152d": "China Mobile Group Device Co.,Ltd.",
+ "dc15c8": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "dc15db": "Co., Ltd.",
+ "dc16a2": "Medtronic Diabetes",
+ "dc16b2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc175a": "Hitachi High-Technologies Corporation",
+ "dc1792": "Captivate Network",
+ "dc1a01": "Ltd.",
+ "dc1ac5": "vivo Mobile Communication Co., Ltd.",
+ "dc1ba1": "Intel Corporate",
+ "dc1d9f": "U & B tech",
+ "dc1dd4": "Microstep-MIS spol. s r.o.",
+ "dc1ea3": "Accensus LLC",
+ "dc1ed5": "Espressif Inc.",
+ "dc2008": "ASD Electronics Ltd ",
+ "dc2148": "Intel Corporate",
+ "dc215c": "Intel Corporate",
+ "dc21b9": "Sentec Co.Ltd",
+ "dc21e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc233b": "Extreme Networks Headquarters",
+ "dc2727": "Huawei Device Co., Ltd.",
+ "dc2834": "HAKKO Corporation",
+ "dc2919": "Technology Ltd, Co.",
+ "dc293a": "Shenzhen Nuoshi Technology Co., LTD.",
+ "dc2a14": "Shanghai Longjing Technology Co.",
+ "dc2aa1": "MedHab LLC",
+ "dc2b2a": "Apple, Inc.",
+ "dc2b61": "Apple, Inc.",
+ "dc2b66": "InfoBLOCK S.A. de C.V.",
+ "dc2bca": "Zera GmbH",
+ "dc2c26": "Iton Technology Limited",
+ "dc2c6e": "Routerboard.com",
+ "dc2d04": "vivo Mobile Communication Co., Ltd.",
+ "dc2d3c": "Huawei Device Co., Ltd.",
+ "dc2dcb": "Beijing Unis HengYue Technology Co., Ltd.",
+ "dc2dde": "Ledworks SRL",
+ "dc2e6a": "HCT. Co., Ltd.",
+ "dc2e97": "Quectel Wireless Solutions Co.,Ltd.",
+ "dc2f03": "Step forward Group Co., Ltd.",
+ "dc2ffa": "GE Lighting",
+ "dc309c": "Heyrex Limited",
+ "dc3130": "3onedata Technology Co. Ltd.",
+ "dc31d1": "vivo Mobile Communication Co., Ltd.",
+ "dc3262": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "dc330d": "QING DAO HAIER TELECOM CO.,LTD.",
+ "dc333d": "Huawei Device Co., Ltd.",
+ "dc3350": "TechSAT GmbH",
+ "dc35f1": "Positivo Tecnologia S.A.",
+ "dc360c": "Hitron Technologies. Inc",
+ "dc3642": "zte corporation",
+ "dc3643": "IEEE Registration Authority",
+ "dc3714": "Apple, Inc.",
+ "dc3752": "GE",
+ "dc3757": "Sdn. Bhd.",
+ "dc37d2": "Hunan HKT Electronic Technology Co., Ltd",
+ "dc38e1": "Juniper Networks",
+ "dc396f": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "dc3979": "Cisco Systems, Inc",
+ "dc3a5e": "Roku, Inc.",
+ "dc3c2e": "Manufacturing System Insights, Inc.",
+ "dc3c84": "Ticom Geomatics, Inc.",
+ "dc3cf6": "Atomic Rules LLC",
+ "dc3e51": "Solberg & Andersen AS",
+ "dc3ef8": "Nokia Corporation",
+ "dc415f": "Apple, Inc.",
+ "dc41a9": "Intel Corporate",
+ "dc41e5": "Shenzhen Zhixin Data Service Co., Ltd.",
+ "dc42c8": "Huawei Device Co., Ltd.",
+ "dc4427": "IEEE Registration Authority",
+ "dc446d": "Allwinner Technology Co., Ltd",
+ "dc44b6": "Samsung Electronics Co.,Ltd",
+ "dc4517": "Commscope",
+ "dc4546": "Intel Corporate",
+ "dc45b8": "Apple, Inc.",
+ "dc4628": "Intel Corporate",
+ "dc48b2": "Baraja Pty. Ltd.",
+ "dc4965": "DASAN Newtork Solutions",
+ "dc49c9": "CASCO SIGNAL LTD",
+ "dc4a3e": "Hewlett Packard",
+ "dc4a9e": "IEEE Registration Authority",
+ "dc4ba1": "WNC Corporation",
+ "dc4bdd": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "dc4bfe": "Shenzhen Belon Technology CO.,LTD",
+ "dc4d23": "MRV Comunications",
+ "dc4ede": "SHINYEI TECHNOLOGY CO., LTD.",
+ "dc4ef4": "Shenzhen MTN Electronics CO., Ltd",
+ "dc4f22": "Espressif Inc.",
+ "dc503a": "Nanjing Ticom Tech Co., Ltd.",
+ "dc5193": "zte corporation",
+ "dc5285": "Apple, Inc.",
+ "dc5360": "Intel Corporate",
+ "dc537c": "Compal Broadband Networks, Inc.",
+ "dc5392": "Apple, Inc.",
+ "dc543d": "ITEL MOBILE LIMITED",
+ "dc5475": "Espressif Inc.",
+ "dc54ad": "Hangzhou RunZhou Fiber Technologies Co.,Ltd",
+ "dc54d7": "Amazon Technologies Inc.",
+ "dc5583": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "dc567b": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "dc56e6": "Shenzhen Bococom Technology Co.,LTD",
+ "dc56e7": "Apple, Inc.",
+ "dc5726": "Power-One",
+ "dc58bc": "Thomas-Krenn.AG",
+ "dc5e36": "Paterson Technology",
+ "dc60a1": "Teledyne DALSA Professional Imaging",
+ "dc6180": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc621f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc6279": "TP-Link Systems Inc",
+ "dc6294": "Guangzhou Lango Electronics Technology Co.,Ltd.",
+ "dc6373": "OBARA KOREA",
+ "dc647c": "C.R.S. iiMotion GmbH",
+ "dc64b8": "Shenzhen JingHanDa Electronics Co.Ltd",
+ "dc6555": "New H3C Intelligence Terminal Co., Ltd.",
+ "dc663a": "Apacer Technology Inc.",
+ "dc6672": "Samsung Electronics Co.,Ltd",
+ "dc6723": "barox Kommunikation GmbH",
+ "dc680c": "Hewlett Packard Enterprise ",
+ "dc6880": "zte corporation",
+ "dc68eb": "Nintendo Co.,Ltd",
+ "dc69b5": "eero inc.",
+ "dc69e2": "Samsung Electronics Co.,Ltd",
+ "dc6ae7": "Xiaomi Communications Co Ltd",
+ "dc6aea": "Infinix mobility limited",
+ "dc6b12": "worldcns inc.",
+ "dc6b1b": "Huawei Device Co., Ltd.",
+ "dc6dbc": "Apple, Inc.",
+ "dc6dcd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "dc6f00": "Livescribe, Inc.",
+ "dc6f08": "Bay Storage Technology",
+ "dc7014": "Private",
+ "dc7035": "Shengzhen Gongjin Electronics",
+ "dc7137": "zte corporation",
+ "dc7144": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "dc7196": "Intel Corporate",
+ "dc71d0": "Apple, Inc.",
+ "dc71dd": "AX Technologies",
+ "dc7223": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "dc729b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc7306": "Vantiva Connected Home - Home Networks",
+ "dc7385": "Huawei Device Co., Ltd.",
+ "dc74a8": "Samsung Electronics Co.,Ltd",
+ "dc76c3": "IEEE Registration Authority",
+ "dc774c": "Cisco Systems, Inc",
+ "dc7794": "Huawei Device Co., Ltd.",
+ "dc7834": "LOGICOM SA",
+ "dc7b94": "Cisco Systems, Inc",
+ "dc7cf7": "China Mobile Group Device Co.,Ltd.",
+ "dc7e1d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc7fa4": "2Wire Inc",
+ "dc8084": "Apple, Inc.",
+ "dc813d": "SHANGHAI XIANGCHENG COMMUNICATION TECHNOLOGY CO., LTD",
+ "dc825b": "JANUS, spol. s r.o.",
+ "dc82f6": "iPort",
+ "dc8403": "shenzhen trolink Technology Co.,Ltd",
+ "dc84e9": "Shenzhen Qihoo Intelligent Technology Co.,Ltd",
+ "dc85de": "AzureWave Technology Inc.",
+ "dc868d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc86d8": "Apple, Inc.",
+ "dc87cb": "Beijing Perfectek Technologies Co., Ltd.",
+ "dc88a1": "ITEL MOBILE LIMITED",
+ "dc8983": "Samsung Electronics Co.,Ltd",
+ "dc8b28": "Intel Corporate",
+ "dc8c1b": "vivo Mobile Communication Co., Ltd.",
+ "dc8c37": "Cisco Systems, Inc",
+ "dc8d8a": "Nokia Solutions and Networks GmbH & Co. KG",
+ "dc8d91": "Infinix mobility limited",
+ "dc8db7": "ATW TECHNOLOGY, INC.",
+ "dc8e8d": "Netis Technology Co., Ltd.",
+ "dc8e95": "Silicon Laboratories",
+ "dc9009": "Intel Corporate",
+ "dc9020": "RURU TEK PRIVATE LIMITED ",
+ "dc9088": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc9166": "Huawei Device Co., Ltd.",
+ "dc91bf": "Amazon Technologies Inc.",
+ "dc9272": "Sagemcom Broadband SAS",
+ "dc9396": "Apple, Inc.",
+ "dc9566": "Apple, Inc.",
+ "dc962c": "NST Audio Ltd",
+ "dc973a": "Verana Networks",
+ "dc9758": "Sichuan AI-Link Technology Co., Ltd.",
+ "dc97ba": "Intel Corporate",
+ "dc97e6": "Sagemcom Broadband SAS",
+ "dc9840": "Microsoft Corporation",
+ "dc9914": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc99fe": "Armatura LLC",
+ "dc9a7d": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "dc9a8e": "Nanjing Cocomm electronics co., LTD",
+ "dc9b1e": "Intercom, Inc.",
+ "dc9b95": "Co., Ltd",
+ "dc9b9c": "Apple, Inc.",
+ "dc9bd6": "TCT mobile ltd",
+ "dc9c52": "Sapphire Technology Limited.",
+ "dc9c99": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dc9c9f": "Shenzhen YOUHUA Technology Co., Ltd",
+ "dc9e8f": "Apple, Inc.",
+ "dc9eab": "Chongqing Yipingfang Technology Co., Ltd.",
+ "dc9fa4": "Nokia Corporation",
+ "dc9fdb": "Ubiquiti Inc",
+ "dca0d0": "Amazon Technologies Inc.",
+ "dca120": "Nokia",
+ "dca266": "Hon Hai Precision Ind. Co.,Ltd.",
+ "dca281": "Honor Device Co., Ltd.",
+ "dca313": "Shenzhen Changjin Communication Technology Co.,Ltd",
+ "dca333": "Shenzhen YOUHUA Technology Co., Ltd",
+ "dca3a2": "Feng mi(Beijing)technology co., LTD",
+ "dca3ac": "RBcloudtech",
+ "dca4ca": "Apple, Inc.",
+ "dca5f4": "Cisco Systems, Inc",
+ "dca632": "Raspberry Pi Trading Ltd",
+ "dca633": "Commscope",
+ "dca6bd": "Beijing Lanbo Technology Co., Ltd.",
+ "dca706": "CHENGDU KT ELECTRONIC HI-TECH CO.,LTD",
+ "dca782": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dca7d9": "Compressor Controls Corp",
+ "dca8cf": "New Spin Golf, LLC.",
+ "dca904": "Apple, Inc.",
+ "dca956": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "dca971": "Intel Corporate",
+ "dca989": "MACANDC",
+ "dcaa43": "Shenzhen Terca Information Technology Co., Ltd.",
+ "dcac6f": "Everytale Inc",
+ "dcad9e": "GreenPriz",
+ "dcae04": "CELOXICA Ltd",
+ "dcaeeb": "Ruckus Wireless",
+ "dcaf68": "WEIFANG GOERTEK ELECTRONICS CO.,LTD",
+ "dcb058": "Bürkert Werke GmbH",
+ "dcb082": "Nokia",
+ "dcb131": "SHENZHEN HUARUIAN TECHNOLOGY CO.,LTD",
+ "dcb347": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "dcb3b4": "Co., Ltd.",
+ "dcb4ac": "FLEXTRONICS MANUFACTURING(ZHUHAI)CO.,LTD.",
+ "dcb4c4": "Microsoft XCG",
+ "dcb4ca": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "dcb4d9": "Espressif Inc.",
+ "dcb4e8": "Byos",
+ "dcb54f": "Apple, Inc.",
+ "dcb72e": "Xiaomi Communications Co Ltd",
+ "dcb7ac": "Hewlett Packard Enterprise",
+ "dcb7fc": "Ltd",
+ "dcb808": "Extreme Networks Headquarters",
+ "dcbb3d": "Extreme Networks Headquarters",
+ "dcbb96": "Full Solution Telecom",
+ "dcbd7a": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "dcbdcc": "Quectel Wireless Solutions Co.,Ltd.",
+ "dcbe04": "Texas Instruments",
+ "dcbe49": "ITEL MOBILE LIMITED",
+ "dcbe7a": "Zhejiang Nurotron Biotechnology Co.",
+ "dcbf90": "HUIZHOU QIAOXING TELECOMMUNICATION INDUSTRY CO.,LTD.",
+ "dcbfe9": "Motorola Mobility LLC, a Lenovo Company",
+ "dcc0db": "Shenzhen Kaiboer Technology Co., Ltd.",
+ "dcc0eb": "ASSA ABLOY CÔTE PICARDE",
+ "dcc101": "SOLiD Technologies, Inc.",
+ "dcc2c9": "CANON INC.",
+ "dcc422": "Systembase Limited",
+ "dcc49c": "Samsung Electronics Co.,Ltd",
+ "dcc622": "BUHEUNG SYSTEM",
+ "dcc64b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcc793": "Nokia Corporation",
+ "dcc8f5": "Shanghai UMEinfo CO.,LTD.",
+ "dccba8": "Explora Technologies Inc",
+ "dccc8d": "Sdn. Bhd.",
+ "dccce6": "Samsung Electronics Co.,Ltd",
+ "dccd18": "Nintendo Co.,Ltd",
+ "dccd2f": "Seiko Epson Corporation",
+ "dccd66": "LTD.",
+ "dccd74": "Japan E.M.Solutions Co., Ltd.",
+ "dcce41": "FE GLOBAL HONG KONG LIMITED",
+ "dccebc": "Shenzhen JSR Technology Co.,Ltd.",
+ "dccec1": "Cisco Systems, Inc",
+ "dccf94": "Beijing Rongcheng Hutong Technology Co., Ltd.",
+ "dccf96": "Samsung Electronics Co.,Ltd",
+ "dcd0f7": "Bentek Systems Ltd.",
+ "dcd160": "Tianjin Changdatong Technology Co.,LTD",
+ "dcd255": "Kinpo Electronics, Inc.",
+ "dcd26a": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "dcd2fc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcd2fd": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcd321": "HUMAX Co., Ltd.",
+ "dcd3a2": "Apple, Inc.",
+ "dcd444": "Huawei Device Co., Ltd.",
+ "dcd52a": "Sunny Heart Limited",
+ "dcd7a0": "Huawei Device Co., Ltd.",
+ "dcd83b": "Cisco Systems, Inc",
+ "dcd87c": "Beijing Jingdong Century Trading Co., LTD.",
+ "dcd87f": "Shenzhen JoinCyber Telecom Equipment Ltd",
+ "dcd916": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcd9ae": "Nokia Shanghai Bell Co., Ltd.",
+ "dcda0c": "Espressif Inc.",
+ "dcda4d": "CELESTICA INC.",
+ "dcda4f": "GETCK TECHNOLOGY, INC",
+ "dcda80": "New H3C Technologies Co., Ltd",
+ "dcdb27": "Huawei Device Co., Ltd.",
+ "dcdb70": "Tonfunk Systementwicklung und Service GmbH",
+ "dcdc07": "TRP Systems BV",
+ "dcdcc3": "Extreme Networks Headquarters",
+ "dcdce2": "Samsung Electronics Co.,Ltd",
+ "dcdd24": "Energica Motor Company SpA",
+ "dcde4f": "Gionee Communication Equipment Co Ltd ",
+ "dcdeca": "Akyllor",
+ "dcdfd6": "zte corporation",
+ "dce026": "Patrol Tag, Inc",
+ "dce0eb": "Nanjing Aozheng Information Technology Co.Ltd",
+ "dce1ad": "Shenzhen Wintop Photoelectric Technology Co., Ltd",
+ "dce2ac": "Lumens Digital Optics Inc.",
+ "dce305": "AO ",
+ "dce533": "IEEE Registration Authority",
+ "dce55b": "Google, Inc.",
+ "dce578": "Experimental Factory of Scientific Engineering and Special Design Department",
+ "dce5d8": "zte corporation",
+ "dce650": "Extreme Networks Headquarters",
+ "dce71c": "AUG Elektronik GmbH",
+ "dce838": "Limited",
+ "dce994": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "dceae7": "D-Link Corporation",
+ "dceb4d": "Mobility Technologies Communication Co., Ltd.",
+ "dceb53": "Wuhan QianXiao Elecronic Technology CO.,LTD",
+ "dceb69": "Vantiva USA LLC",
+ "dceb94": "Cisco Systems, Inc",
+ "dcec06": "Heimi Network Technology Co., Ltd.",
+ "dcec4f": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "dcece3": "HORYS TECHNOLOGIES LLC",
+ "dced83": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "dced84": "Haverford Systems Inc",
+ "dcee06": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcee14": "ADT Technology",
+ "dcef09": "NETGEAR",
+ "dcef80": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "dcefca": "Murata Manufacturing Co., Ltd.",
+ "dcf05d": "Letta Teknoloji",
+ "dcf090": "Nubia Technology Co.,Ltd.",
+ "dcf110": "Nokia Corporation",
+ "dcf31c": "Texas Instruments",
+ "dcf401": "Dell Inc.",
+ "dcf4ca": "Apple, Inc.",
+ "dcf505": "AzureWave Technology Inc.",
+ "dcf51b": "Arcadyan Corporation",
+ "dcf56e": "Wellysis Corp.",
+ "dcf719": "Cisco Systems, Inc",
+ "dcf755": "SITRONIK",
+ "dcf756": "Samsung Electronics Co.,Ltd",
+ "dcf858": "Lorent Networks, Inc.",
+ "dcf8b9": "zte corporation",
+ "dcfad5": "STRONG Ges.m.b.H.",
+ "dcfb02": "BUFFALO.INC",
+ "dcfb48": "Intel Corporate",
+ "dcfbb8": "Meizhou Guo Wei Electronics Co., Ltd",
+ "dcfe07": "PEGATRON CORPORATION",
+ "dcfe18": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "dcfe23": "Murata Manufacturing Co., Ltd.",
+ "e00084": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e001a6": "Edgecore Networks Corporation",
+ "e001c7": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "e002a5": "ABB Robotics",
+ "e0036b": "Samsung Electronics Co.,Ltd",
+ "e00370": "ShenZhen Continental Wireless Technology Co., Ltd.",
+ "e0051c": "GigaDevice Semiconductor Inc.",
+ "e005c5": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "e00630": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e006e6": "Hon Hai Precision Ind. Co.,Ltd.",
+ "e0071b": "Hewlett Packard Enterprise ",
+ "e007c2": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "e00855": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "e00871": "Dongguan Liesheng Electronic Co., Ltd.",
+ "e009bf": "SHENZHEN TONG BO WEI TECHNOLOGY Co.,LTD",
+ "e00af6": "Liteon Technology Corporation",
+ "e00b28": "Inovonics",
+ "e00c7f": "Nintendo Co., Ltd.",
+ "e00ce5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e00db9": "Cree, Inc.",
+ "e00dee": "Huawei Device Co., Ltd.",
+ "e00ece": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e00eda": "Cisco Systems, Inc",
+ "e00ee1": "We Corporation Inc.",
+ "e00ee4": "Corporation",
+ "e0107f": "Ruckus Wireless",
+ "e01283": "Shenzhen Fanzhuo Communication Technology Co., Lt",
+ "e01333": "General Motors",
+ "e013b5": "vivo Mobile Communication Co., Ltd.",
+ "e0143e": "Modoosis Inc.",
+ "e016b1": "Advanced Design Technology co.,ltd.",
+ "e01877": "FUJITSU LIMITED",
+ "e0189f": "EM Microelectronic",
+ "e0191d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e01954": "zte corporation",
+ "e01995": "Nutanix",
+ "e019d8": "BH TECHNOLOGIES",
+ "e01aea": "Allied Telesis, Inc.",
+ "e01c41": "Extreme Networks Headquarters",
+ "e01ca7": "Arista Networks",
+ "e01cee": "Bravo Tech, Inc.",
+ "e01cfc": "D-Link International",
+ "e01d38": "Beijing HuaqinWorld Technology Co.,Ltd",
+ "e01d3b": "Co.,Ltd.",
+ "e01e07": "Anite Telecoms US. Inc",
+ "e01f0a": "Xslent Energy Technologies. LLC",
+ "e01f2b": "Nokia Solutions and Networks GmbH & Co. KG",
+ "e01f34": "HMD Global Oy",
+ "e01f6a": "Huawei Device Co., Ltd.",
+ "e01f88": "Xiaomi Communications Co Ltd",
+ "e01fed": "Nokia Shanghai Bell Co., Ltd.",
+ "e01ffc": "Mobility Technologies Communication Co., Ltd.",
+ "e021fe": "Richer Link Technologies CO.,LTD",
+ "e02202": "Commscope",
+ "e022a1": "AltoBeam Inc.",
+ "e0233b": "IEEE Registration Authority",
+ "e023d7": "Sleep Number",
+ "e023ff": "Fortinet, Inc.",
+ "e0247f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e02481": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e02538": "Titan Pet Products",
+ "e02611": "Apple, Inc.",
+ "e02630": "Intrigue Technologies, Inc.",
+ "e02636": "Nortel Networks",
+ "e0271a": "TTC Next-generation Home Network System WG",
+ "e0276c": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "e0280a": "TP-Link Systems Inc.",
+ "e02861": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0286d": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "e028b1": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "e02967": "HMD Global Oy",
+ "e02a66": "Cisco Systems, Inc",
+ "e02a82": "Universal Global Scientific Industrial., Ltd",
+ "e02ae6": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e02b96": "Apple, Inc.",
+ "e02be9": "Intel Corporate",
+ "e02cb2": "Company Limited",
+ "e02cf3": "MRS Electronic GmbH",
+ "e02df0": "ALPSALPINE CO,.LTD",
+ "e02e0b": "Intel Corporate",
+ "e02e3f": "Huawei Device Co., Ltd.",
+ "e02efe": "Zhejiang Dahua Technology Co., Ltd.",
+ "e02f6d": "Cisco Systems, Inc",
+ "e03005": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "e030f9": "Juniper Networks",
+ "e0319e": "Valve Corporation",
+ "e031d0": "SZ Telstar CO., LTD",
+ "e0338e": "Apple, Inc.",
+ "e034e4": "Feit Electric Company, Inc.",
+ "e03560": "Challenger Supply Holdings, LLC",
+ "e03676": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e036e3": "Stage One International Co., Ltd.",
+ "e03717": "Vantiva USA LLC",
+ "e037bf": "WNC Corporation",
+ "e0382d": "IEEE Registration Authority",
+ "e0383f": "zte corporation",
+ "e039d7": "Plexxi, Inc.",
+ "e03aaa": "Intel Corporate",
+ "e03c1c": "IEEE Registration Authority",
+ "e03c5b": "SHENZHEN JIAXINJIE ELECTRON CO.,LTD",
+ "e03da6": "Taicang T&W Electronics",
+ "e03e44": "Broadcom",
+ "e03e4a": "Cavanagh Group International",
+ "e03e7d": "data-complex GmbH",
+ "e03ecb": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "e03f49": "ASUSTek COMPUTER INC.",
+ "e04007": "Huawei Device Co., Ltd.",
+ "e04027": "Huawei Device Co., Ltd.",
+ "e04102": "zte corporation",
+ "e04136": "MitraStar Technology Corp.",
+ "e0426d": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e043db": "Shenzhen ViewAt Technology Co.,Ltd. ",
+ "e0456d": "China Mobile Group Device Co.,Ltd.",
+ "e0469a": "NETGEAR",
+ "e046e5": "Gosuncn Technology Group Co., Ltd.",
+ "e046ee": "NETGEAR",
+ "e04735": "Ericsson AB",
+ "e04824": "Garmin International",
+ "e048af": "Premietech Limited",
+ "e048d3": "CO.,LTD",
+ "e048d8": "Co., Ltd",
+ "e04934": "Calix Inc.",
+ "e049ed": "Audeze LLC",
+ "e04b41": "Hangzhou Beilian Low Carbon Technology Co., Ltd.",
+ "e04b45": "Hi-P Electronics Pte Ltd",
+ "e04ba6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e04c05": "EverCharge",
+ "e04c12": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "e04e5d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e04e7a": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "e04f43": "Universal Global Scientific Industrial., Ltd",
+ "e04fbd": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "e0508b": "Zhejiang Dahua Technology Co., Ltd.",
+ "e05124": "NXP Semiconductors",
+ "e05163": "Arcadyan Corporation",
+ "e051d8": "China Dragon Technology Limited",
+ "e0553d": "Cisco Meraki",
+ "e05597": "Emergent Vision Technologies Inc.",
+ "e05689": "Co Ltd",
+ "e05694": "Yunhight Microelectronics",
+ "e056f4": "AxesNetwork Solutions inc.",
+ "e0589e": "Laerdal Medical",
+ "e05a1b": "Espressif Inc.",
+ "e05a9f": "IEEE Registration Authority",
+ "e05b70": "Innovid, Co., Ltd.",
+ "e05d54": "Ruijie Networks Co.,LTD",
+ "e05d5c": "Oy Everon Ab",
+ "e05da6": "Detlef Fink Elektronik & Softwareentwicklung",
+ "e05f45": "Apple, Inc.",
+ "e05fb9": "Cisco Systems, Inc",
+ "e0604a": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e06066": "Sercomm Corporation.",
+ "e06089": "Cloudleaf, Inc.",
+ "e061b2": "HANGZHOU ZENOINTEL TECHNOLOGY CO., LTD",
+ "e06234": "Texas Instruments",
+ "e06267": "Xiaomi Communications Co Ltd",
+ "e06290": "Jinan Jovision Science & Technology Co., Ltd.",
+ "e063da": "Ubiquiti Inc",
+ "e063e5": "Sony Corporation",
+ "e064bb": "DigiView S.r.l.",
+ "e06678": "Apple, Inc.",
+ "e06781": "Dongguan Liesheng Electronic Co., Ltd.",
+ "e067b3": "Shenzhen C-Data Technology Co., Ltd.",
+ "e0686d": "Raybased AB",
+ "e068ee": "Phyplus Microelectronics Limited",
+ "e0693a": "Innophase Inc.",
+ "e06995": "PEGATRON CORPORATION",
+ "e069ba": "Cisco Systems, Inc",
+ "e06a05": "Shenzhen YOUHUA Technology Co., Ltd",
+ "e06c4e": "Shenzhen TINNO Mobile Technology Corp.",
+ "e06ca6": "Creotech Instruments S.A.",
+ "e06cc5": "Huawei Device Co., Ltd.",
+ "e06cf6": "ESSENCORE limited",
+ "e06d17": "Apple, Inc.",
+ "e06d18": "PIONEERCORPORATION",
+ "e070ea": "HP Inc.",
+ "e0720a": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "e0735f": "NUCOM",
+ "e073e7": "HP Inc.",
+ "e0750a": "ALPSALPINE CO,.LTD",
+ "e07526": "China Dragon Technology Limited",
+ "e0757d": "Motorola Mobility LLC, a Lenovo Company",
+ "e075aa": "Beijing Jingling Information System Technology Co., Ltd.",
+ "e076d0": "AMPAK Technology, Inc.",
+ "e07726": "Huawei Device Co., Ltd.",
+ "e078a3": "Shanghai Winner Information Technology Co.,Inc",
+ "e0795e": "Wuxi Xiaohu Technology Co.,Ltd.",
+ "e0798d": "Silicon Laboratories",
+ "e079c4": "iRay Technology Company Limited",
+ "e07c13": "zte corporation",
+ "e07c62": "Whistle Labs, Inc.",
+ "e07dea": "Texas Instruments",
+ "e07e5f": "Sdn. Bhd.",
+ "e07f53": "TECHBOARD SRL",
+ "e07f88": "EVIDENCE Network SIA",
+ "e0806b": "Xiaomi Communications Co Ltd",
+ "e08177": "GreenBytes, Inc.",
+ "e084f3": "High Grade Controls Corporation",
+ "e0854d": "LG Innotek",
+ "e0859a": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "e08614": "Inseego Wireless, Inc",
+ "e087b1": "Nata-Info Ltd.",
+ "e0885d": "Vantiva USA LLC",
+ "e0897e": "Apple, Inc.",
+ "e0899d": "Cisco Systems, Inc",
+ "e08a7e": "Exponent",
+ "e08c3c": "Cisco Systems, Inc",
+ "e08cfe": "Espressif Inc.",
+ "e08e3c": "Aztech Electronics Pte Ltd",
+ "e08f4c": "Intel Corporate",
+ "e08fec": "REPOTEC CO., LTD.",
+ "e0913c": "Kyeungin CNS Co., Ltd.",
+ "e09153": "XAVi Technologies Corp.",
+ "e091f5": "NETGEAR",
+ "e0925c": "Apple, Inc.",
+ "e0928f": "Texas Instruments",
+ "e092a7": "Feitian Technologies Co., Ltd",
+ "e09467": "Intel Corporate",
+ "e09579": "ORTHOsoft inc, d/b/a Zimmer CAS",
+ "e095ff": "Infinix mobility limited",
+ "e09796": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e097f2": "Atomax Inc.",
+ "e09806": "Espressif Inc.",
+ "e09861": "Motorola Mobility LLC, a Lenovo Company",
+ "e09971": "Samsung Electronics Co.,Ltd",
+ "e09b27": "Ciena Corporation",
+ "e09c8d": "Seakeeper, Inc.",
+ "e09ce5": "Shanghai Tricheer Technology Co.,Ltd.",
+ "e09d13": "Samsung Electronics Co.,Ltd",
+ "e09d31": "Intel Corporate",
+ "e09d73": "Mellanox Technologies, Inc.",
+ "e09db8": "PLANEX COMMUNICATIONS INC.",
+ "e09dfa": "Wanan Hongsheng Electronic Co.Ltd",
+ "e09f2a": "Iton Technology Corp. ",
+ "e0a129": "Extreme Networks Headquarters",
+ "e0a198": "NOJA Power Switchgear Pty Ltd",
+ "e0a1ce": "zte corporation",
+ "e0a1d7": "SFR",
+ "e0a258": "Wanbang Digital Energy Co.,Ltd",
+ "e0a25a": "Shanghai Mo xiang Network Technology CO.,ltd",
+ "e0a30f": "Pevco",
+ "e0a3ac": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0a498": "SHENZHEN ORFA TECH CO.,LTD ",
+ "e0a509": "Bitmain Technologies Inc",
+ "e0a670": "Nokia Corporation",
+ "e0a700": "Verkada Inc",
+ "e0a8b8": "Limited",
+ "e0aa96": "Samsung Electronics Co.,Ltd",
+ "e0aab0": "SUNTAILI ENTERPRISE CO. LTD,",
+ "e0aadb": "Nanjing PANENG Technology Development Co.,Ltd",
+ "e0abfe": "Orb Networks, Inc.",
+ "e0accb": "Apple, Inc.",
+ "e0acf1": "Cisco Systems, Inc",
+ "e0ad9b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0ae5e": "ALPSALPINE CO,.LTD",
+ "e0aea2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0aeb2": "Bender GmbH & Co.KG",
+ "e0aeed": "LOENK",
+ "e0af4b": "Pluribus Networks, Inc.",
+ "e0af4f": "Deutsche Telekom AG",
+ "e0b260": "TENO NETWORK TECHNOLOGIES COMPANY LIMITED",
+ "e0b2f1": "FN-LINK TECHNOLOGY LIMITED",
+ "e0b52d": "Apple, Inc.",
+ "e0b55f": "Apple, Inc.",
+ "e0b655": "Beijing Xiaomi Electronics Co., Ltd.",
+ "e0b668": "zte corporation",
+ "e0b6f5": "IEEE Registration Authority",
+ "e0b70a": "Commscope",
+ "e0b72e": "ShenZhen Qualmesh Technology Co.,Ltd.",
+ "e0b763": "Co., Ltd. Changzhou Branch",
+ "e0b7b1": "Commscope",
+ "e0b94d": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "e0b98a": "Shenzhen Taike industrial automation company,Ltd",
+ "e0b9a5": "AzureWave Technology Inc.",
+ "e0b9ba": "Apple, Inc.",
+ "e0b9e5": "Technicolor Delivery Technologies Belgium NV",
+ "e0baad": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "e0bab4": "Arrcus, Inc",
+ "e0bb0c": "Synertau LLC",
+ "e0bb9e": "Seiko Epson Corporation",
+ "e0bc43": "C2 Microsystems, Inc.",
+ "e0bda0": "Apple, Inc.",
+ "e0be03": "Limited",
+ "e0bfb2": "Apple, Inc.",
+ "e0c0d1": "Limited",
+ "e0c250": "NETGEAR",
+ "e0c264": "Intel Corporate",
+ "e0c286": "Aisai Communication Technology Co., Ltd.",
+ "e0c29e": "zte corporation",
+ "e0c2b7": "Masimo Corporation",
+ "e0c377": "Samsung Electronics Co.,Ltd",
+ "e0c3ea": "Apple, Inc.",
+ "e0c3f3": "zte corporation",
+ "e0c58f": "China Mobile IOT Company Limited",
+ "e0c63c": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "e0c6b3": "MilDef AB",
+ "e0c767": "Apple, Inc.",
+ "e0c79d": "Texas Instruments",
+ "e0c86a": "SHENZHEN TW-SCIE Co., Ltd",
+ "e0c922": "Jireh Energy Tech., Ltd.",
+ "e0c97a": "Apple, Inc.",
+ "e0ca3c": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "e0ca4d": "Shenzhen Unistar Communication Co.,LTD",
+ "e0ca94": "ASKEY COMPUTER CORP",
+ "e0cb19": "Nokia",
+ "e0cb1d": "Amazon Technologies Inc.",
+ "e0cb4e": "ASUSTek COMPUTER INC.",
+ "e0cb56": "Shenzhen iComm Semiconductor CO.,LTD",
+ "e0cbbc": "Cisco Meraki",
+ "e0cbee": "Samsung Electronics Co.,Ltd",
+ "e0cc7a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0ccf8": "Xiaomi Communications Co Ltd",
+ "e0cdb8": "Huawei Device Co., Ltd.",
+ "e0cdfd": "Beijing E3Control Technology Co, LTD",
+ "e0cec3": "ASKEY COMPUTER CORP",
+ "e0cf2d": "Gemintek Corporation",
+ "e0d045": "Intel Corporate",
+ "e0d083": "Samsung Electronics Co.,Ltd",
+ "e0d10a": "Katoudenkikougyousyo co ltd",
+ "e0d173": "Cisco Systems, Inc",
+ "e0d1e6": "Aliph dba Jawbone",
+ "e0d31a": "EQUES Technology Co., Limited",
+ "e0d362": "TP-Link Systems Inc.",
+ "e0d3b4": "Cisco Meraki",
+ "e0d462": "Huawei Device Co., Ltd.",
+ "e0d464": "Intel Corporate",
+ "e0d491": "Cisco Systems, Inc",
+ "e0d4e8": "Intel Corporate",
+ "e0d55d": "Intel Corporate",
+ "e0d55e": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "e0d738": "WireStar Networks",
+ "e0d7ba": "Texas Instruments",
+ "e0d848": "Dell Inc.",
+ "e0d8c4": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "e0d9a2": "Hippih aps",
+ "e0d9e3": "Eltex Enterprise Ltd.",
+ "e0da90": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0dad7": "zte corporation",
+ "e0dadc": "JVC KENWOOD Corporation",
+ "e0db10": "Samsung Electronics Co.,Ltd",
+ "e0db55": "Dell Inc.",
+ "e0db88": "Open Standard Digital-IF Interface for SATCOM Systems",
+ "e0dbd1": "Vantiva USA LLC",
+ "e0dca0": "Siemens Industrial Automation Products Ltd., Chengdu",
+ "e0dcff": "Xiaomi Communications Co Ltd",
+ "e0ddc0": "vivo Mobile Communication Co., Ltd.",
+ "e0def2": "Texas Instruments",
+ "e0df13": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "e0e0c2": "China Mobile Group Device Co.,Ltd.",
+ "e0e0fc": "Huawei Device Co., Ltd.",
+ "e0e1a9": "Shenzhen Four Seas Global Link Network Technology Co., Ltd.",
+ "e0e258": "Intel Corporate",
+ "e0e2d1": "Beijing Netswift Technology Co.,Ltd.",
+ "e0e2e6": "Espressif Inc.",
+ "e0e37c": "Huawei Device Co., Ltd.",
+ "e0e5cf": "Texas Instruments",
+ "e0e62e": "TCT mobile ltd",
+ "e0e631": "SNB TECHNOLOGIES LIMITED",
+ "e0e656": "Nethesis srl",
+ "e0e6e3": "TeamF1 Networks Pvt Limited",
+ "e0e751": "Nintendo Co., Ltd.",
+ "e0e7bb": "Nureva, Inc.",
+ "e0e8bb": "Unicom Vsens Telecommunications Co., Ltd.",
+ "e0e8e6": "Shenzhen C-Data Technology Co., Ltd.",
+ "e0e8e8": "Olive Telecommunication Pvt. Ltd",
+ "e0eb40": "Apple, Inc.",
+ "e0eb62": "Shanghai Hulu Devices Co., Ltd",
+ "e0ed1a": "vastriver Technology Co., Ltd",
+ "e0edc7": "Shenzhen Friendcom Technology Development Co., Ltd",
+ "e0ee1b": "Panasonic Automotive Systems Company of America",
+ "e0ef02": "Chengdu Quanjing Intelligent Technology Co.,Ltd",
+ "e0ef25": "Lintes Technology Co., Ltd.",
+ "e0efbf": "Nintendo Co.,Ltd",
+ "e0f211": "Digitalwatt",
+ "e0f318": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "e0f325": "Elkor Technologies Inc.",
+ "e0f330": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e0f379": "Vaddio",
+ "e0f442": "Huawei Device Co., Ltd.",
+ "e0f5c6": "Apple, Inc.",
+ "e0f5ca": "CHENG UEI PRECISION INDUSTRY CO.,LTD.",
+ "e0f62d": "Juniper Networks",
+ "e0f678": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e0f6b5": "Nintendo Co.,Ltd",
+ "e0f728": "Amazon Technologies Inc.",
+ "e0f847": "Apple, Inc.",
+ "e0f9be": "Cloudena Corp.",
+ "e0faec": "Platan sp. z o.o. sp. k.",
+ "e0fff1": "Texas Instruments",
+ "e0fff7": "Softiron Inc.",
+ "e4029b": "Intel Corporate",
+ "e40439": "TomTom Software Ltd",
+ "e405f8": "Bytedance",
+ "e406bf": "Silicon Laboratories",
+ "e4072b": "Huawei Device Co., Ltd.",
+ "e408e7": "Quectel Wireless Solutions Co.,Ltd.",
+ "e40a16": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e40cfd": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e40d36": "Intel Corporate",
+ "e40d3b": "Ericsson AB",
+ "e40eee": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e41088": "Samsung Electronics Co.,Ltd",
+ "e4115b": "Hewlett Packard",
+ "e41218": "ShenZhen Rapoo Technology Co., Ltd.",
+ "e4121d": "Samsung Electronics Co.,Ltd",
+ "e41226": "Continental Automotive Romania SLR",
+ "e41289": "topsystem GmbH",
+ "e415f6": "Texas Instruments",
+ "e417d8": "8BITDO TECHNOLOGY HK LIMITED",
+ "e4186b": "Zyxel Communications Corporation",
+ "e4197f": "eero inc.",
+ "e419c1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e41a1d": "NOVEA ENERGIES",
+ "e41a2c": "ZPE Systems, Inc.",
+ "e41c4b": "V2 TECHNOLOGY, INC.",
+ "e41d2d": "Mellanox Technologies, Inc.",
+ "e41e0a": "IEEE Registration Authority",
+ "e41e33": "Continental Automotive Technologies GmbH",
+ "e41f13": "IBM Corp",
+ "e41f7b": "Cisco Systems, Inc",
+ "e41fd5": "Intel Corporate",
+ "e41fe9": "Dunkermotoren GmbH",
+ "e42150": "Shanghai Chint low voltage electrical technology Co.,Ltd.",
+ "e422a5": "PLANTRONICS, INC.",
+ "e4233c": "Juniper Networks",
+ "e42354": "SHENZHEN FUZHI SOFTWARE TECHNOLOGY CO.,LTD",
+ "e4246c": "Zhejiang Dahua Technology Co., Ltd.",
+ "e425e7": "Apple, Inc.",
+ "e425e9": "Color-Chip",
+ "e42686": "Corporation",
+ "e4268b": "Huawei Device Co., Ltd.",
+ "e426d5": "Motorola Mobility LLC, a Lenovo Company",
+ "e42761": "Honor Device Co., Ltd.",
+ "e42771": "Smartlabs",
+ "e42805": "Pivotal Optics",
+ "e428a4": "Prama India Private Limited",
+ "e4293d": "Shenzhen Sy-Fiber Optical Communication Technology.Co.,Ltd",
+ "e42aac": "Microsoft Corporation",
+ "e42ad3": "Magneti Marelli S.p.A. Powertrain",
+ "e42b34": "Apple, Inc.",
+ "e42b79": "Nokia",
+ "e42c56": "Lilee Systems, Ltd.",
+ "e42d02": "TCT mobile ltd",
+ "e42d7b": "China Mobile IOT Company Limited",
+ "e42f26": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e42f37": "Apple, Inc.",
+ "e42f56": "OptoMET GmbH",
+ "e42ff6": "Unicore communication Inc.",
+ "e43022": "Hanwha Vision VietNam",
+ "e432cb": "Samsung Electronics Co.,Ltd",
+ "e433ae": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e43493": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e43593": "Hangzhou GoTo technology Co.Ltd",
+ "e435c8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e435fb": "Ltd",
+ "e4379f": "Cisco Systems, Inc",
+ "e437d7": "HENRI DEPAEPE S.A.S.",
+ "e43819": "Shenzhen Hi-Link Electronic CO.,Ltd.",
+ "e4387e": "Cisco Systems, Inc",
+ "e43883": "Ubiquiti Inc",
+ "e4388c": "Digital Products Limited",
+ "e438f2": "Advantage Controls",
+ "e43a65": "MofiNetwork Inc",
+ "e43a6e": "Shenzhen Zeroone Technology CO.,LTD",
+ "e43bc9": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "e43c80": "University of Oklahoma",
+ "e43d1a": "Broadcom Limited",
+ "e43ec6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e43ed7": "Arcadyan Corporation",
+ "e43fa2": "Wuxi DSP Technologies Inc.",
+ "e44097": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e440e2": "Samsung Electronics Co.,Ltd",
+ "e44122": "Co., Ltd",
+ "e44164": "Nokia",
+ "e441d4": "vivo Mobile Communication Co., Ltd.",
+ "e441e6": "Ottec Technology GmbH",
+ "e442a6": "Intel Corporate",
+ "e4434b": "Dell Inc.",
+ "e44389": "Apple, Inc.",
+ "e444e5": "Extreme Networks Headquarters",
+ "e44519": "Beijing Xiaomi Electronics Co.,Ltd",
+ "e446b0": "Fujitsu Client Computing Limited",
+ "e446bd": "C&C TECHNIC TAIWAN CO., LTD.",
+ "e446da": "Xiaomi Communications Co Ltd",
+ "e44790": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e44791": "Iris ID Systems, Inc.",
+ "e447b3": "zte corporation",
+ "e448c7": "Cisco SPVTG",
+ "e44ae0": "Intel Corporate",
+ "e44c6c": "Shenzhen Guo Wei Electronic Co,. Ltd.",
+ "e44cc7": "IEEE Registration Authority",
+ "e44e12": "zte corporation",
+ "e44e18": "Gardasoft VisionLimited",
+ "e44e2d": "Cisco Systems, Inc",
+ "e44e76": "INC",
+ "e44f29": "MA Lighting Technology GmbH",
+ "e44f5f": "EDS Elektronik Destek San.Tic.Ltd.Sti",
+ "e4509a": "HW Communications Ltd",
+ "e450eb": "Apple, Inc.",
+ "e451a9": "Nanjing Xinlian Electronics Co., Ltd",
+ "e4521e": "Texas Instruments",
+ "e454e5": "Huawei Device Co., Ltd.",
+ "e454e8": "Dell Inc.",
+ "e455a8": "Cisco Meraki",
+ "e455ea": "Dedicated Computing",
+ "e45614": "Suttle Apparatus",
+ "e456ac": "Silicon Laboratories",
+ "e456ca": "Fractal BMS",
+ "e45740": "Commscope",
+ "e45768": "vivo Mobile Communication Co., Ltd.",
+ "e457a8": "Stuart Manufacturing, Inc.",
+ "e458b8": "Samsung Electronics Co.,Ltd",
+ "e458bc": "Bose Corporation",
+ "e458e7": "Samsung Electronics Co.,Ltd",
+ "e45aa2": "vivo Mobile Communication Co., Ltd.",
+ "e45ad4": "Eltex Enterprise Ltd.",
+ "e45bb3": "zte corporation",
+ "e45d37": "Juniper Networks",
+ "e45d39": "Texas Instruments",
+ "e45d51": "SFR",
+ "e45d52": "Avaya Inc",
+ "e45d75": "Samsung Electronics Co.,Ltd",
+ "e45e1b": "Google, Inc.",
+ "e45e37": "Intel Corporate",
+ "e45ecc": "Juniper Networks",
+ "e45f01": "Raspberry Pi Trading Ltd",
+ "e46017": "Intel Corporate",
+ "e4604d": "zte corporation",
+ "e46059": "Pingtek Co., Ltd.",
+ "e461f4": "shenzhen worldelite electronics co., LTD",
+ "e46251": "HAO CHENG GROUP LIMITED",
+ "e462c4": "Cisco Systems, Inc",
+ "e46447": "EM Microelectronic",
+ "e46449": "Commscope",
+ "e46564": "SHENZHEN KTC TECHNOLOGY CO.,LTD",
+ "e46566": "Maple IoT Solutions LLC",
+ "e465b8": "Espressif Inc.",
+ "e466ab": "zte corporation",
+ "e466e5": "Nanjing Qinheng Microelectronics Co., Ltd.",
+ "e4671e": "SHEN ZHEN NUO XIN CHENG TECHNOLOGY co., Ltd.",
+ "e467a6": "BSH Hausgeräte GmbH",
+ "e467ba": "Danish Interpretation Systems A/S",
+ "e467dd": "ELA INNOVATION",
+ "e468a3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4695a": "Dictum Health, Inc.",
+ "e46a35": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "e46c21": "messMa GmbH",
+ "e46cd1": "Calix Inc.",
+ "e46d7f": "Ciena Corporation",
+ "e46e8a": "BYD Lithium Battery Co., Ltd.",
+ "e46f13": "D-Link International",
+ "e470b8": "Intel Corporate",
+ "e47185": "Securifi Ltd",
+ "e472e2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e47305": "Shenzhen INVT Electric CO.,Ltd",
+ "e47450": "Shenzhen Grandsun Electronic Co.,Ltd.",
+ "e4751e": "Getinge Sterilization AB",
+ "e475dc": "Arcadyan Corporation",
+ "e47684": "Apple, Inc.",
+ "e47723": "zte corporation",
+ "e47727": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4776b": "AARTESYS AG",
+ "e477d4": "Minrray Industry Co.,Ltd ",
+ "e47876": "Arista Networks",
+ "e47a2c": "SZ DJI TECHNOLOGY CO.,LTD",
+ "e47b3f": "BEIJING CO-CLOUD TECHNOLOGY LTD.",
+ "e47c1a": "mercury corperation",
+ "e47c65": "Sunstar Communication Technology Co., Ltd",
+ "e47cf9": "Samsung Electronics Co.,Ltd",
+ "e47d5a": "Beijing Hanbang Technology Corp.",
+ "e47dbd": "Samsung Electronics Co.,Ltd",
+ "e47deb": "Shanghai Notion Information Technology CO.,LTD.",
+ "e47e66": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e47e9a": "zte corporation",
+ "e47f3c": "zte corporation",
+ "e47fb2": "FUJITSU LIMITED",
+ "e48184": "Nokia",
+ "e481b3": "Shenzhen ACT Industrial Co.,Ltd.",
+ "e48210": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e482cc": "Jumptronic GmbH",
+ "e482ff": "Ecliptic Enterprises Corp",
+ "e48326": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e48399": "Commscope",
+ "e48429": "New H3C Technologies Co., Ltd",
+ "e4842b": "HANGZHOU SOFTEL OPTIC CO., LTD",
+ "e484d3": "Xiaomi Communications Co Ltd",
+ "e48501": "Geberit International AG",
+ "e489ca": "Cisco Systems, Inc",
+ "e48a93": "HISENSE VISUAL TECHNOLOGY CO.,LTD",
+ "e48ad5": "RF WINDOW CO., LTD.",
+ "e48b7f": "Apple, Inc.",
+ "e48c0f": "Discovery Insure",
+ "e48c73": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "e48d8c": "Routerboard.com",
+ "e48e10": "CIG SHANGHAI CO LTD",
+ "e48ebb": "Rockwell Automation",
+ "e48ec5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e48f1d": "Huawei Device Co., Ltd.",
+ "e48f34": "Vodafone Italia S.p.A.",
+ "e48f65": "Yelatma Instrument Making Enterprise, JSC",
+ "e4902a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e49069": "Rockwell Automation",
+ "e4907e": "Motorola Mobility LLC, a Lenovo Company",
+ "e490fd": "Apple, Inc.",
+ "e4922a": "DBG HOLDINGS LIMITED",
+ "e49282": "Samsung Electronics Co.,Ltd",
+ "e492e7": "Gridlink Tech. Co.,Ltd.",
+ "e492fb": "Samsung Electronics Co.,Ltd",
+ "e4936a": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e4956e": "IEEE Registration Authority",
+ "e49652": "vivo Mobile Communication Co., Ltd.",
+ "e496ae": "ALTOGRAPHICS Inc.",
+ "e497f0": "Shanghai VLC Technologies Ltd. Co.",
+ "e498bb": "Phyplus Microelectronics Limited",
+ "e498d1": "Microsoft Mobile Oy",
+ "e498d6": "Apple, Inc.",
+ "e4995f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e49a79": "Apple, Inc.",
+ "e49adc": "Apple, Inc.",
+ "e49c67": "Apple, Inc.",
+ "e49d73": "Edgecore Networks Corporation",
+ "e49e12": "FREEBOX SAS",
+ "e49f1e": "Commscope",
+ "e49f7d": "Samsung Electronics Co.,Ltd",
+ "e4a1e6": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "e4a32f": "Shanghai Artimen Technology Co., Ltd.",
+ "e4a387": "Control Solutions LLC",
+ "e4a41c": "Cisco Systems, Inc",
+ "e4a430": "Samsung Electronics Co.,Ltd",
+ "e4a471": "Intel Corporate",
+ "e4a5ef": "TRON LINK ELECTRONICS CO., LTD.",
+ "e4a634": "Universal Electronics, Inc.",
+ "e4a749": "Palo Alto Networks",
+ "e4a7a0": "Intel Corporate",
+ "e4a7c5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4a7d0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4a7fd": "Cellco Partnership",
+ "e4a8b6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4a8df": "CO., LTD. ",
+ "e4aa5d": "Cisco Systems, Inc",
+ "e4aae4": "Xiaomi Communications Co Ltd",
+ "e4aaea": "Liteon Technology Corporation",
+ "e4aaec": "Tianjin Hualai Technology Co., Ltd",
+ "e4ab46": "UAB Selteka",
+ "e4ab89": "MitraStar Technology Corp.",
+ "e4ad7d": "SCL Elements",
+ "e4aee4": "Tuya Smart Inc.",
+ "e4afa1": "HES-SO",
+ "e4b005": "Beijing IQIYI Science & Technology Co., Ltd.",
+ "e4b021": "Samsung Electronics Co.,Ltd",
+ "e4b063": "Espressif Inc.",
+ "e4b107": "Huawei Device Co., Ltd.",
+ "e4b16c": "Apple, Inc.",
+ "e4b224": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4b2fb": "Apple, Inc.",
+ "e4b318": "Intel Corporate",
+ "e4b323": "Espressif Inc.",
+ "e4b503": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "e4b555": "Huawei Device Co., Ltd.",
+ "e4b633": "Wuxi Stars Microsystem Technology Co., Ltd",
+ "e4b731": "Hangzhou Advance IOT Connectivity System Co., Ltd. ",
+ "e4b97a": "Dell Inc.",
+ "e4bad9": "360 Fly Inc.",
+ "e4bc96": "Versuni",
+ "e4bcaa": "Xiaomi Communications Co Ltd",
+ "e4bd4b": "zte corporation",
+ "e4bd96": "Chengdu Hurray Data Technology co., Ltd.",
+ "e4beed": "Netis Technology Co., Ltd.",
+ "e4befb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4bffa": "Vantiva USA LLC",
+ "e4c0cc": "China Mobile Group Device Co.,Ltd.",
+ "e4c0e2": "Sagemcom Broadband SAS",
+ "e4c146": "Objetivos y Servicios de Valor A",
+ "e4c1f1": "SHENZHEN SPOTMAU INFORMATION TECHNOLIGY CO., Ltd ",
+ "e4c2d1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4c32a": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "e4c483": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e4c62b": "Airware",
+ "e4c63d": "Apple, Inc.",
+ "e4c6e6": "Mophie, LLC",
+ "e4c722": "Cisco Systems, Inc",
+ "e4c767": "Intel Corporate",
+ "e4c770": "Raisecom Technology CO., LTD",
+ "e4c801": "BLU Products Inc",
+ "e4c806": "Ceiec Electric Technology Inc.",
+ "e4c90b": "Radwin",
+ "e4ca12": "zte corporation",
+ "e4cb59": "Beijing Loveair Science and Technology Co. Ltd.",
+ "e4cc9d": "Sdn. Bhd.",
+ "e4cda7": "zte corporation",
+ "e4ce02": "WyreStorm Technologies Ltd",
+ "e4ce70": "Health & Life co., Ltd.",
+ "e4ce8f": "Apple, Inc.",
+ "e4d124": "Mojo Networks, Inc.",
+ "e4d332": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "e4d373": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4d3aa": "FCNT LLC",
+ "e4d3f1": "Cisco Systems, Inc",
+ "e4d53d": "Hon Hai Precision Ind. Co.,Ltd.",
+ "e4d58b": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "e4d71d": "Oraya Therapeutics",
+ "e4dadf": "Taicang T&W Electronics",
+ "e4db6d": "Beijing Xiaomi Electronics Co., Ltd.",
+ "e4dbae": "Extreme Networks Headquarters",
+ "e4dc43": "Huawei Device Co., Ltd.",
+ "e4dc5f": "Cofractal, Inc.",
+ "e4dccc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4dd79": "En-Vision America, Inc.",
+ "e4de40": "Hewlett Packard Enterprise",
+ "e4e0a6": "Apple, Inc.",
+ "e4e0c5": "Samsung Electronics Co.,Ltd",
+ "e4e112": "Texas Instruments",
+ "e4e130": "TCT mobile ltd",
+ "e4e26c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e4e33d": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "e4e409": "LEIFHEIT AG",
+ "e4e4ab": "Apple, Inc.",
+ "e4e608": "Kiwibit Inc.",
+ "e4e66c": "Tiandy Technologies Co.,LTD",
+ "e4e749": "Hewlett Packard",
+ "e4ea83": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "e4ec10": "Nokia Corporation",
+ "e4ece8": "Samsung Electronics Co.,Ltd",
+ "e4eefd": "MR&D Manufacturing",
+ "e4f004": "Dell Inc.",
+ "e4f042": "Google, Inc.",
+ "e4f14c": "Private",
+ "e4f1d4": "vivo Mobile Communication Co., Ltd.",
+ "e4f27c": "Juniper Networks",
+ "e4f327": "ATOL LLC",
+ "e4f365": "Time-O-Matic, Inc.",
+ "e4f3c4": "Samsung Electronics Co.,Ltd",
+ "e4f3e3": "Shanghai iComhome Co.,Ltd.",
+ "e4f3e8": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "e4f3f5": "SHENZHEN MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "e4f4c6": "NETGEAR",
+ "e4f58e": "Schneider Electric USA",
+ "e4f75b": "Commscope",
+ "e4f7a1": "Datafox GmbH",
+ "e4f89c": "Intel Corporate",
+ "e4f8be": "TECNO MOBILE LIMITED",
+ "e4f8ef": "Samsung Electronics Co.,Ltd",
+ "e4f939": "Minxon Hotel Technology INC.",
+ "e4fa1d": "PAD Peripheral Advanced Design Inc.",
+ "e4fa5b": "Texas Instruments",
+ "e4fac4": "TP-Link Systems Inc",
+ "e4faed": "Samsung Electronics Co.,Ltd",
+ "e4fafd": "Intel Corporate",
+ "e4fb5d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4fb8f": "CO.,LTD",
+ "e4fc82": "Juniper Networks",
+ "e4fd45": "Intel Corporate",
+ "e4fd8c": "Extreme Networks Headquarters",
+ "e4fda1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e4fe43": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "e4fed9": "EDMI Europe Ltd",
+ "e4ffdd": "ELECTRON INDIA",
+ "e80036": "Befs co,. ltd",
+ "e80115": "COOCAA Network Technology CO.,TD.",
+ "e8018d": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e8039a": "Samsung Electronics Co.,Ltd",
+ "e8040b": "Apple, Inc.",
+ "e80410": "Private",
+ "e80462": "Cisco Systems, Inc",
+ "e804f3": "Throughtek Co., Ltd.",
+ "e8056d": "Nortel Networks",
+ "e805dc": "Verifone, Inc.",
+ "e80688": "Apple, Inc.",
+ "e80690": "Espressif Inc.",
+ "e806eb": "ShieldSOS LLC",
+ "e80734": "Champion Optical Network Engineering, LLC",
+ "e807bf": "SHENZHEN BOOMTECH INDUSTRY CO.,LTD",
+ "e8088b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e808af": "zte corporation",
+ "e80945": "Sdn. Bhd.",
+ "e80959": "Guoguang Electric Co.,Ltd",
+ "e80ab9": "Cisco Systems, Inc",
+ "e80aec": "Jiangsu Hengtong Optic-Electric Co., LTD",
+ "e80b13": "Akib Systems Taiwan, INC",
+ "e80c38": "DAEYOUNG INFORMATION SYSTEM CO., LTD",
+ "e80c75": "Syncbak, Inc.",
+ "e80fc8": "Universal Electronics, Inc.",
+ "e8102e": "Really Simple Software, Inc",
+ "e81098": "Hewlett Packard Enterprise",
+ "e81132": "Samsung Electronics Co.,Ltd",
+ "e811ca": "SHANDONG KAER ELECTRIC.CO.,LTD",
+ "e8122d": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "e81324": "GuangZhou Bonsoninfo System CO.,LTD",
+ "e81363": "Comstock RD, Inc.",
+ "e81367": "AIRSOUND Inc.",
+ "e8136e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e81499": "Yoqu Technology(Shenzhen)Co.,Ltd.",
+ "e8150e": "Nokia Corporation",
+ "e8162b": "IDEO Security Co., Ltd.",
+ "e81656": "Hangzhou BroadLink Technology Co.,Ltd",
+ "e81711": "Shenzhen Vipstech Co., Ltd",
+ "e817fc": "Fujitsu Limited",
+ "e81863": "IEEE Registration Authority",
+ "e81a58": "TECHNOLOGIC SYSTEMS",
+ "e81aac": "ORFEO SOUNDWORKS Inc.",
+ "e81b4b": "amnimo Inc.",
+ "e81b69": "Sercomm Corporation.",
+ "e81ca5": "Hewlett Packard Enterprise",
+ "e81cba": "Fortinet, Inc.",
+ "e81cd8": "Apple, Inc.",
+ "e81da8": "Ruckus Wireless",
+ "e81dee": "i-TEK RFID",
+ "e81e92": "Huawei Device Co., Ltd.",
+ "e820e2": "HUMAX Co., Ltd.",
+ "e82281": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "e822b8": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "e82404": "Quectel Wireless Solutions Co.,Ltd.",
+ "e824a6": "Juniper Networks",
+ "e82587": "Shenzhen Chilink IoT Technology Co., Ltd.",
+ "e82689": "Hewlett Packard Enterprise",
+ "e8268d": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "e826b6": "Companies House to GlucoRx Technologies Ltd.",
+ "e826cf": "Shenzhen Jingxun Technology Co., Ltd.",
+ "e82725": "Axis Communications AB",
+ "e82877": "TMY Co., Ltd.",
+ "e8288d": "Huawei Device Co., Ltd.",
+ "e828c1": "Eltex Enterprise Ltd.",
+ "e828d5": "Cots Technology",
+ "e82a44": "Liteon Technology Corporation",
+ "e82aea": "Intel Corporate",
+ "e82bc5": "Huawei Device Co., Ltd.",
+ "e82c6d": "SmartRG, Inc.",
+ "e82e0c": "NETINT Technologies Inc.",
+ "e82e24": "Out of the Fog Research LLC",
+ "e831cd": "Espressif Inc.",
+ "e8330d": "Xaptec GmbH",
+ "e83381": "Commscope",
+ "e8343e": "Beijing Infosec Technologies Co., LTD.",
+ "e83617": "Apple, Inc.",
+ "e8361d": "Sense Labs, Inc.",
+ "e8377a": "Zyxel Communications Corporation",
+ "e838a0": "Vizio, Inc",
+ "e83935": "Hewlett Packard",
+ "e839df": "ASKEY COMPUTER CORP",
+ "e83a12": "Samsung Electronics Co.,Ltd",
+ "e83a4b": "China Mobile Group Device Co.,Ltd.",
+ "e83a97": "Toshiba Corporation",
+ "e83eb6": "RIM",
+ "e83efb": "GEODESIC LTD.",
+ "e83efc": "Commscope",
+ "e83f67": "Huawei Device Co., Ltd.",
+ "e84040": "Cisco Systems, Inc",
+ "e84074": "Barrot Technology Co.,Ltd.",
+ "e840f2": "PEGATRON CORPORATION",
+ "e84368": "zte corporation",
+ "e843b6": "QNAP Systems, Inc.",
+ "e8447e": "Bitdefender SRL",
+ "e8458b": "MitraStar Technology Corp.",
+ "e845eb": "Kohler Ventures, Inc.",
+ "e84727": "Quectel Wireless Solutions Co.,Ltd.",
+ "e8473a": "Hon Hai Precision Industry Co.,LTD",
+ "e8481f": "Advanced Automotive Antennas",
+ "e848b8": "TP-Link Systems Inc",
+ "e84943": "YUGE Information technology Co. Ltd",
+ "e84a54": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "e84a78": "Apple, Inc.",
+ "e84c4a": "Amazon Technologies Inc.",
+ "e84c56": "INTERCEPT SERVICES LIMITED",
+ "e84d74": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e84dd0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e84dec": "Xerox Corporation",
+ "e84e06": "CO., LTD",
+ "e84e84": "Samsung Electronics Co.,Ltd",
+ "e84ece": "Nintendo Co., Ltd.",
+ "e84f25": "Murata Manufacturing Co., Ltd.",
+ "e84f4b": "Shenzhen Delos Electronic Co., Ltd",
+ "e84fa7": "Huawei Device Co., Ltd.",
+ "e8516e": "TSMART Inc.",
+ "e85177": "Qingdao Intelligent&Precise Electronics Co.,Ltd.",
+ "e8519d": "Yeonhab Precision Co.,LTD",
+ "e8519e": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "e85484": "NEO Information Systems Co., Ltd.",
+ "e85497": "Samsung Electronics Co.,Ltd",
+ "e85540": "WUXI FUNIDE DIGITAL CO.,LTD",
+ "e855b4": "SAI Technology Inc.",
+ "e85659": "Advanced-Connectek Inc.",
+ "e856d6": "NCTech Ltd",
+ "e85a8b": "Xiaomi Communications Co Ltd",
+ "e85aa7": "LLC Emzior",
+ "e85ad1": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e85b5b": "LG ELECTRONICS INC",
+ "e85bb7": "Ample Systems Inc.",
+ "e85bf0": "Imaging Diagnostics",
+ "e85c0a": "Cisco Systems, Inc",
+ "e85c5f": "FN-LINK TECHNOLOGY Ltd.",
+ "e85d6b": "Luminate Wireless",
+ "e85d86": "CHANG YOW TECHNOLOGIES INTERNATIONAL CO.,LTD.",
+ "e85e53": "Infratec Datentechnik GmbH",
+ "e85f02": "Apple, Inc.",
+ "e85fb4": "Xiaomi Communications Co Ltd",
+ "e8611f": "Dawning Information Industry Co.,Ltd",
+ "e8617e": "Liteon Technology Corporation",
+ "e86183": "Black Diamond Advanced Technology, LLC",
+ "e861be": "Melec Inc.",
+ "e862be": "Intel Corporate",
+ "e86538": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "e86549": "Cisco Systems, Inc",
+ "e8655f": "Dell Inc.",
+ "e865d4": "Tenda Technology Co.,Ltd.Dongguan branch",
+ "e866c4": "Diamanti",
+ "e86819": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e868e7": "Espressif Inc.",
+ "e86a64": "Electronics Technology co., ltd",
+ "e86bea": "Espressif Inc.",
+ "e86cc7": "IEEE Registration Authority",
+ "e86cda": "Supercomputers and Neurocomputers Research Center",
+ "e86d16": "Elmec Elettronica SRL",
+ "e86d52": "Commscope",
+ "e86d54": "Digit Mobile Inc",
+ "e86d65": "AUDIO MOBIL Elektronik GmbH",
+ "e86d6e": "voestalpine Signaling UK Ltd.",
+ "e86dcb": "Samsung Electronics Co.,Ltd",
+ "e86de9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e86e3a": "Sony Interactive Entertainment Inc.",
+ "e86e44": "zte corporation",
+ "e86ead": "Guangzhou Gizwits loT Technology Co.,Ltd",
+ "e86f38": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "e86ff2": "Actiontec Electronics, Inc",
+ "e87072": "Hangzhou BroadLink Technology Co.,Ltd",
+ "e8718d": "Elsys Equipamentos Eletronicos Ltda",
+ "e874c7": "Sentinhealth",
+ "e874e6": "ADB Broadband Italia",
+ "e8757f": "Co., Ltd",
+ "e87640": "SKY UK LIMITED",
+ "e87829": "IEEE Registration Authority",
+ "e87865": "Apple, Inc.",
+ "e878a1": "BEOVIEW INTERCOM DOO",
+ "e878ee": "New H3C Technologies Co., Ltd",
+ "e879a3": "Cisco Systems, Inc",
+ "e87af3": "S5 Tech S.r.l.",
+ "e87e1c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e87eef": "Xiaomi Communications Co Ltd",
+ "e87f6b": "Samsung Electronics Co.,Ltd",
+ "e87f95": "Apple, Inc.",
+ "e8802e": "Apple, Inc.",
+ "e88088": "Electronics Technology co., ltd",
+ "e880d8": "GNTEK Electronics Co.,Ltd.",
+ "e88152": "Apple, Inc.",
+ "e88175": "zte corporation",
+ "e881ab": "Beijing Sankuai Online Technology Co.,Ltd",
+ "e8825b": "Commscope",
+ "e884a5": "Intel Corporate",
+ "e884c6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8854b": "Apple, Inc.",
+ "e886cf": "Nokia",
+ "e887a3": "Loxley Public Company Limited",
+ "e88843": "Xiaomi Communications Co Ltd",
+ "e8886c": "Shenzhen SC Technologies Co.,LTD",
+ "e8892c": "Commscope",
+ "e88d28": "Apple, Inc.",
+ "e88da6": "Quectel Wireless Solutions Co.,Ltd.",
+ "e88df5": "ZNYX Networks, Inc.",
+ "e88e60": "NSD Corporation",
+ "e88f16": "Skullcandy",
+ "e88f6f": "TCT mobile ltd",
+ "e88fc4": "CO.,LTD",
+ "e8910f": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e89120": "Motorola Mobility LLC, a Lenovo Company",
+ "e89218": "Arcontia International AB",
+ "e89309": "Samsung Electronics Co.,Ltd",
+ "e89363": "Nokia",
+ "e893f3": "Graphiant Inc",
+ "e8944c": "Cogent Healthcare Systems Ltd",
+ "e894f6": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "e89505": "Shenzhen MiaoMing Intelligent Technology Co.,Ltd",
+ "e89526": "Luxshare Precision Industry CO., LTD.",
+ "e89606": "Co., Ltd.",
+ "e8979a": "Quectel Wireless Solutions Co.,Ltd.",
+ "e897b8": "Chiun Mai Communication System, Inc",
+ "e89847": "Xiaomi Communications Co Ltd",
+ "e8986d": "Palo Alto Networks",
+ "e898c2": "ZETLAB Company",
+ "e898ee": "Apple, Inc.",
+ "e8995a": "PiiGAB, Processinformation i Goteborg AB",
+ "e899c4": "HTC Corporation",
+ "e89a8f": "Quanta Computer Inc.",
+ "e89aff": "Fujian LANDI Commercial Equipment Co.,Ltd",
+ "e89c25": "ASUSTek COMPUTER INC.",
+ "e89d87": "Toshiba",
+ "e89e0c": "MAX8USA DISTRIBUTORS INC.",
+ "e89e13": "CRESYN",
+ "e89e49": "Mellanox Technologies, Inc.",
+ "e89eb4": "Hon Hai Precision Ind. Co.,Ltd.",
+ "e89f39": "Nokia",
+ "e89f6d": "Espressif Inc.",
+ "e89f80": "Belkin International Inc.",
+ "e89fec": "CHENGDU KT ELECTRONIC HI-TECH CO.,LTD",
+ "e8a0cd": "Nintendo Co.,Ltd",
+ "e8a0ed": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "e8a1f8": "zte corporation",
+ "e8a245": "Juniper Networks",
+ "e8a34e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8a364": "Signal Path International / Peachtree Audio",
+ "e8a4c1": "Deep Sea Electronics Ltd",
+ "e8a55a": "Juniper Networks",
+ "e8a660": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8a6ca": "Huawei Device Co., Ltd.",
+ "e8a72f": "Microsoft Corporation",
+ "e8a730": "Apple, Inc.",
+ "e8a788": "XIAMEN LEELEN TECHNOLOGY CO., LTD",
+ "e8a7f2": "sTraffic",
+ "e8a848": "Wacom Co.,Ltd.",
+ "e8aacb": "Samsung Electronics Co.,Ltd",
+ "e8abf3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8abfa": "Shenzhen Reecam Tech.Ltd.",
+ "e8ac23": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8ac7e": "TERAHOP PTE.LTD.",
+ "e8acad": "zte corporation",
+ "e8ada6": "Sagemcom Broadband SAS",
+ "e8aec5": "Arista Networks",
+ "e8b0c5": "Intel Corporate",
+ "e8b1fc": "Intel Corporate",
+ "e8b265": "Dell Inc.",
+ "e8b2ac": "Apple, Inc.",
+ "e8b2fe": "HUMAX Co., Ltd.",
+ "e8b3ee": "Pixelent Inc.",
+ "e8b3ef": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e8b470": "IEEE Registration Authority",
+ "e8b4ae": "Shenzhen C&D Electronics Co.,Ltd",
+ "e8b4c8": "Samsung Electronics Co.,Ltd",
+ "e8b527": "Co., Ltd",
+ "e8b541": "zte corporation",
+ "e8b5d0": "Dell Inc.",
+ "e8b6c2": "Juniper Networks",
+ "e8b722": "GreenTrol Automation ",
+ "e8b723": "Shenzhen Vatilon Electronics Co.,Ltd",
+ "e8b748": "Cisco Systems, Inc",
+ "e8ba70": "Cisco Systems, Inc",
+ "e8bae2": "Xplora Technologies AS",
+ "e8bb3d": "Sino Prime-Tech Limited",
+ "e8bba8": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "e8bce4": "Cisco Systems, Inc",
+ "e8bdd1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8be81": "Sagemcom Broadband SAS",
+ "e8bfb8": "Intel Corporate",
+ "e8bfdb": "Inodesign Group",
+ "e8bfe1": "Intel Corporate",
+ "e8c1b8": "Nanjing Bangzhong Electronic Commerce Limited",
+ "e8c1d7": "Philips",
+ "e8c1e8": "Shenzhen Xiao Bi En Culture Education Technology Co.,Ltd.",
+ "e8c229": "Bhd",
+ "e8c2dd": "Infinix mobility limited",
+ "e8c320": "ltd.",
+ "e8c386": "Apple, Inc.",
+ "e8c417": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e8c57a": "Ufispace Co., LTD.",
+ "e8c6e6": "TRADING LIMITED",
+ "e8c74f": "Liteon Technology Corporation",
+ "e8c7cf": "WNC Corporation",
+ "e8c829": "Intel Corporate",
+ "e8c913": "Samsung Electronics Co.,Ltd",
+ "e8ca50": "Co., Ltd.",
+ "e8cac8": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "e8cba1": "Nokia Corporation",
+ "e8cbed": "Corp.",
+ "e8cbf5": "Laird Connectivity",
+ "e8cc18": "D-Link International",
+ "e8cc32": "Micronet LTD",
+ "e8cc8c": "Chengdu Jiarui Hualian Communication Technology Co",
+ "e8cd15": "Vantiva USA LLC",
+ "e8cd2d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8ce06": "SkyHawke Technologies, LLC.",
+ "e8cf83": "Dell Inc.",
+ "e8d03c": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "e8d099": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "e8d0b9": "Taicang T&W Electronics",
+ "e8d0fa": "MKS Instruments Deutschland GmbH",
+ "e8d0fc": "Liteon Technology Corporation",
+ "e8d11b": "ASKEY COMPUTER CORP",
+ "e8d2ff": "Sagemcom Broadband SAS",
+ "e8d322": "Cisco Systems, Inc",
+ "e8d3eb": "eero inc.",
+ "e8d483": "ULTIMATE Europe Transportation Equipment GmbH",
+ "e8d4e0": "Beijing BenyWave Technology Co., Ltd.",
+ "e8d52b": "Google, Inc.",
+ "e8d765": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8d775": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8d819": "AzureWave Technology Inc.",
+ "e8d87e": "Amazon Technologies Inc.",
+ "e8d8d1": "HP Inc.",
+ "e8da00": "Kivo Technology, Inc.",
+ "e8da20": "Nintendo Co.,Ltd",
+ "e8da3e": "Huawei Device Co., Ltd.",
+ "e8da96": "Zhuhai Tianrui Electrical Power Tech. Co., Ltd.",
+ "e8daaa": "VideoHome Technology Corp.",
+ "e8db84": "Espressif Inc.",
+ "e8dc6c": "Cisco Systems, Inc",
+ "e8de00": "ChongQing GuanFang Technology Co.,LTD",
+ "e8de27": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "e8de8e": "Sdn. Bhd.",
+ "e8ded6": "Intrising Networks, Inc.",
+ "e8defb": "MESOTIC SAS",
+ "e8df24": "OHSUNG",
+ "e8df70": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "e8dff2": "PRF Co., Ltd.",
+ "e8e07e": "Silicon Laboratories",
+ "e8e08f": "GRAVOTECH MARKING SAS",
+ "e8e0b7": "Toshiba",
+ "e8e1e1": "Gemtek Technology Co., Ltd.",
+ "e8e1e2": "Energotest",
+ "e8e49d": "Nexthop Systems Inc.",
+ "e8e5d6": "Samsung Electronics Co.,Ltd",
+ "e8e609": "Chongqing Zhouhai intelligent technology CO., Ltd",
+ "e8e732": "Alcatel-Lucent Enterprise",
+ "e8e770": "Warp9 Tech Design, Inc.",
+ "e8e776": "Shenzhen Kootion Technology Co., Ltd",
+ "e8e7c3": "zte corporation",
+ "e8e875": "iS5 Communications Inc.",
+ "e8e8b7": "Murata Manufacturing Co., Ltd.",
+ "e8e98e": "SOLAR controls s.r.o.",
+ "e8ea4d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8ea6a": "StarTech.com",
+ "e8eada": "Denkovi Assembly Electronics LTD",
+ "e8eafa": "Qingdao Haier Technology Co.,Ltd",
+ "e8eb11": "Texas Instruments",
+ "e8eb1b": "Microchip Technology Inc.",
+ "e8eb34": "Cisco Systems, Inc",
+ "e8ebd3": "Mellanox Technologies, Inc.",
+ "e8ebdd": "Guangzhou Qingying Acoustics Technology Co., Ltd",
+ "e8eca3": "Dongguan Liesheng Electronic Co.Ltd",
+ "e8ed05": "Commscope",
+ "e8edd6": "Fortinet, Inc.",
+ "e8edf3": "Cisco Systems, Inc",
+ "e8eecc": "Fantasia Trading LLC",
+ "e8ef05": "MIND TECH INTERNATIONAL LIMITED",
+ "e8ef22": "Siemens Numerical Control Ltd., Nanjing",
+ "e8ef89": "OPMEX Tech.",
+ "e8f085": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8f0a4": "Antonios A. Chariton",
+ "e8f1b0": "Sagemcom Broadband SAS",
+ "e8f226": "MILLSON CUSTOM SOLUTIONS INC.",
+ "e8f2e2": "LG Innotek",
+ "e8f2e3": "Starcor Beijing Co.,Limited",
+ "e8f375": "Nokia",
+ "e8f408": "Intel Corporate",
+ "e8f494": "AltoBeam Inc.",
+ "e8f60a": "Espressif Inc.",
+ "e8f654": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8f673": "Microsoft Corporation",
+ "e8f6d7": "IEEE Registration Authority",
+ "e8f724": "Hewlett Packard Enterprise ",
+ "e8f72f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8f791": "Xiaomi Communications Co Ltd",
+ "e8f8d0": "Nokia Shanghai Bell Co., Ltd.",
+ "e8f928": "ENGINKO SRL",
+ "e8f9d4": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "e8fa23": "Huawei Device Co., Ltd.",
+ "e8faf7": "Guangdong Uniteddata Holding Group Co., Ltd.",
+ "e8fb1c": "AzureWave Technology Inc.",
+ "e8fbe9": "Apple, Inc.",
+ "e8fc60": "ELCOM Innovations Private Limited",
+ "e8fcaf": "NETGEAR",
+ "e8fd35": "Huawei Device Co., Ltd.",
+ "e8fd72": "SHANGHAI LINGUO TECHNOLOGY CO., LTD.",
+ "e8fd90": "Turbostor",
+ "e8fde8": "CeLa Link Corporation",
+ "e8fdf8": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "e8ff1e": "IEEE Registration Authority",
+ "e8ff98": "Huawei Device Co., Ltd.",
+ "e8fff4": "Apple, Inc.",
+ "ec0133": "TRINUS SYSTEMS INC.",
+ "ec01d5": "Cisco Systems, Inc",
+ "ec01e2": "FOXCONN INTERCONNECT TECHNOLOGY",
+ "ec01ee": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ec0273": "Hewlett Packard Enterprise",
+ "ec0441": "ShenZhen TIGO Semiconductor Co., Ltd.",
+ "ec0482": "STL Systems AG",
+ "ec086b": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ec08e5": "Motorola Mobility LLC, a Lenovo Company",
+ "ec09c9": "Texas Instruments",
+ "ec0bae": "Hangzhou BroadLink Technology Co.,Ltd",
+ "ec0c96": "Nokia",
+ "ec0d51": "Apple, Inc.",
+ "ec0d9a": "Mellanox Technologies, Inc.",
+ "ec0de4": "Amazon Technologies Inc.",
+ "ec0ec4": "Hon Hai Precision Ind. Co.,Ltd.",
+ "ec0ed6": "ITECH INSTRUMENTS SAS",
+ "ec1055": "Beijing Xiaomi Electronics Co.,Ltd",
+ "ec107b": "Samsung Electronics Co.,Ltd",
+ "ec1120": "FloDesign Wind Turbine Corporation",
+ "ec1127": "Texas Instruments",
+ "ec13b2": "Netonix",
+ "ec13db": "Juniper Networks",
+ "ec14f6": "BioControl AS",
+ "ec153d": "Beijing Yaxunhongda Technology Co., Ltd.",
+ "ec172f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ec1766": "Research Centre Module",
+ "ec192e": "Cisco Systems, Inc",
+ "ec1a02": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec1a59": "Belkin International Inc.",
+ "ec1b5f": "Hewlett Packard Enterprise",
+ "ec1bbd": "Silicon Laboratories",
+ "ec1bcf": "Brain Technologies, Inc.",
+ "ec1bfa": "EM Microelectronic",
+ "ec1c5d": "Siemens AG",
+ "ec1d53": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec1d7f": "zte corporation",
+ "ec1d8b": "Cisco Systems, Inc",
+ "ec1d9e": "Quectel Wireless Solutions Co.,Ltd.",
+ "ec1da9": "NETWORK TECHNOLOGY CO.,LTD.",
+ "ec2125": "Toshiba Corp.",
+ "ec2150": "vivo Mobile Communication Co., Ltd.",
+ "ec219f": "VidaBox LLC",
+ "ec21e5": "Toshiba",
+ "ec2257": "JiangSu NanJing University Electronic Information Technology Co.,Ltd",
+ "ec2280": "D-Link International",
+ "ec233d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec2368": "IntelliVoice Co.,Ltd.",
+ "ec237b": "zte corporation",
+ "ec24b8": "Texas Instruments",
+ "ec2651": "Apple, Inc.",
+ "ec26ca": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ec26fb": "TECC CO.,LTD.",
+ "ec28d3": "Apple, Inc.",
+ "ec2a72": "Dell Inc.",
+ "ec2af0": "Ypsomed AG",
+ "ec2beb": "Amazon Technologies Inc.",
+ "ec2c11": "CWD INNOVATION LIMITED",
+ "ec2c49": "NakaoLab, The University of Tokyo",
+ "ec2c73": "Apple, Inc.",
+ "ec2ce2": "Apple, Inc.",
+ "ec2e4e": "HITACHI-LG DATA STORAGE INC",
+ "ec2e98": "AzureWave Technology Inc.",
+ "ec2f20": "HYUNDAI WIA",
+ "ec2f90": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ec308e": "Lierda Science & Technology Group Co., Ltd",
+ "ec3091": "Cisco Systems, Inc",
+ "ec30b3": "Xiaomi Communications Co Ltd",
+ "ec3111": "Sichuan AI-Link Technology Co., Ltd.",
+ "ec314a": "Chengdu Quanjing Intelligent Technology Co.,Ltd",
+ "ec316d": "Hansgrohe",
+ "ec34e2": "Private",
+ "ec3532": "Tactrix Inc.",
+ "ec354d": "Wingtech Mobile Communications Co.,Ltd",
+ "ec3586": "Apple, Inc.",
+ "ec363f": "Markov Corporation",
+ "ec3873": "Juniper Networks",
+ "ec388f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec3a52": "Huawei Device Co., Ltd.",
+ "ec3a56": "AzureWave Technology Inc.",
+ "ec3baf": "EM Microelectronic",
+ "ec3bf0": "NovelSat",
+ "ec3c5a": "SHEN ZHEN HENG SHENG HUI DIGITAL TECHNOLOGY CO.,LTD",
+ "ec3c88": "MCNEX Co.,Ltd.",
+ "ec3cbb": "Huawei Device Co., Ltd.",
+ "ec3dfd": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "ec3e09": "PERFORMANCE DESIGNED PRODUCTS, LLC",
+ "ec3eb3": "Zyxel Communications Corporation",
+ "ec3ef7": "Juniper Networks",
+ "ec3f05": "Institute 706, The Second Academy China Aerospace Science & Industry Corp",
+ "ec4118": "XIAOMI Electronics,CO.,LTD",
+ "ec41ca": "Shenzhen TecAnswer Technology co.,ltd",
+ "ec41f9": "Shenzhen iComm Semiconductor CO.,LTD",
+ "ec4269": "HMD Global Oy",
+ "ec42b4": "ADC Corporation",
+ "ec42cc": "Apple, Inc.",
+ "ec42f0": "ADL Embedded Solutions, Inc.",
+ "ec438b": "YAPTV",
+ "ec43e6": "AWCER Ltd.",
+ "ec43f6": "Zyxel Communications Corporation",
+ "ec4476": "Cisco Systems, Inc",
+ "ec462c": "Infinix mobility limited",
+ "ec4644": "TTK SAS",
+ "ec4654": "Apple, Inc.",
+ "ec4670": "Meinberg Funkuhren GmbH & Co. KG",
+ "ec4684": "Microsoft Corporation",
+ "ec470c": "Universal Electronics, Inc.",
+ "ec473c": "Redwire, LLC",
+ "ec4993": "Qihan Technology Co., Ltd ",
+ "ec4c4d": "ZAO NPK RoTeK",
+ "ec4c8c": "Intel Corporate",
+ "ec4d3e": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "ec4d47": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec4f82": "Calix Inc.",
+ "ec50aa": "Hewlett Packard Enterprise",
+ "ec51bc": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ec52dc": "WORLD MEDIA AND TECHNOLOGY Corp.",
+ "ec536f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec5382": "Honor Device Co., Ltd.",
+ "ec542e": "Shanghai XiMei Electronic Technology Co. Ltd",
+ "ec551c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec554d": "Private",
+ "ec55f9": "Hon Hai Precision Ind. Co.,Ltd.",
+ "ec5623": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec570d": "AFE Inc.",
+ "ec58ea": "Ruckus Wireless",
+ "ec59e7": "Microsoft Corporation",
+ "ec5a31": "BUFFALO.INC",
+ "ec5a86": "Co.,Ltd",
+ "ec5aa3": "Huawei Device Co., Ltd.",
+ "ec5b73": "Advanced & Wise Technology Corp.",
+ "ec5bcd": "IEEE Registration Authority",
+ "ec5c68": "CHONGQING FUGUI ELECTRONICS CO.,LTD.",
+ "ec5c69": "MITSUBISHI HEAVY INDUSTRIES MECHATRONICS SYSTEMS,LTD.",
+ "ec5c84": "Murata Manufacturing Co., Ltd.",
+ "ec5f23": "Qinghai Kimascend Electronics Technology Co. Ltd.",
+ "ec6073": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ec60e0": "AVI-ON LABS",
+ "ec6260": "Espressif Inc.",
+ "ec6264": "Global411 Internet Services, LLC",
+ "ec63d7": "Intel Corporate",
+ "ec63e5": "ePBoard Design LLC",
+ "ec63ed": "Hyundai Autoever Corp.",
+ "ec6488": "Honor Device Co., Ltd.",
+ "ec64c9": "Espressif Inc.",
+ "ec64e7": "MOCACARE Corporation",
+ "ec656e": "The Things Industries B.V.",
+ "ec65cc": "Panasonic Automotive Systems Company of America",
+ "ec6652": "Info Fiber Solutions Pvt Ltd",
+ "ec66d1": "B&W Group LTD",
+ "ec6794": "Hewlett Packard Enterprise",
+ "ec6881": "Palo Alto Networks",
+ "ec6c9a": "Arcadyan Corporation",
+ "ec6c9f": "Chengdu Volans Technology CO.,LTD",
+ "ec6cb5": "zte corporation",
+ "ec6e79": "InHand Networks, INC.",
+ "ec6f0b": "FADU, Inc.",
+ "ec7097": "Commscope",
+ "ec71db": "Reolink Innovation Limited",
+ "ec725b": "zte corporation",
+ "ec7359": "Shenzhen Cloudsky Technologies Co., Ltd.",
+ "ec7379": "Apple, Inc.",
+ "ec7427": "eero inc.",
+ "ec748c": "Sony Interactive Entertainment Inc.",
+ "ec74ba": "Hirschmann Automation and Control GmbH",
+ "ec74cd": "IEEE Registration Authority",
+ "ec74d7": "Grandstream Networks Inc",
+ "ec750c": "TP-Link Systems Inc.",
+ "ec753e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec75ed": "Citrix Systems, Inc.",
+ "ec7949": "FUJITSU LIMITED",
+ "ec79c0": "zte corporation",
+ "ec79f2": "Startel",
+ "ec7c2c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec7c5c": "Juniper Networks",
+ "ec7c74": "Justone Technologies Co., Ltd.",
+ "ec7cb6": "Samsung Electronics Co.,Ltd",
+ "ec7cba": "Hewlett Packard Enterprise ",
+ "ec7d11": "vivo Mobile Communication Co., Ltd.",
+ "ec7d9d": "CPI",
+ "ec7e91": "ITEL MOBILE LIMITED",
+ "ec7fc6": "ECCEL CORPORATION SAS",
+ "ec8009": "NovaSparks",
+ "ec8150": "Apple, Inc.",
+ "ec8152": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec8193": "Logitech, Inc",
+ "ec819c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec8263": "zte corporation",
+ "ec8350": "Microsoft Corporation",
+ "ec836c": "RM Tech Co., Ltd.",
+ "ec83b7": "PUWELL CLOUD TECH LIMITED",
+ "ec83d5": "GIRD Systems Inc",
+ "ec8439": "Private",
+ "ec84b4": "CIG SHANGHAI CO LTD",
+ "ec852f": "Apple, Inc.",
+ "ec888f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "ec8892": "Motorola Mobility LLC, a Lenovo Company",
+ "ec8914": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec89f5": "Lenovo Mobile Communication Technology Ltd.",
+ "ec8a48": "Arista Networks",
+ "ec8a4c": "zte corporation",
+ "ec8ac4": "Amazon Technologies Inc.",
+ "ec8ac7": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "ec8c9a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ec8ca2": "Ruckus Wireless",
+ "ec8e12": "Nokia",
+ "ec8e77": "Intel Corporate",
+ "ec8ead": "DLX",
+ "ec8eae": "Nagravision SA",
+ "ec8eb5": "Hewlett Packard",
+ "ec90c1": "Samsung Electronics Co.,Ltd",
+ "ec9161": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "ec9233": "Eddyfi NDT Inc",
+ "ec9327": "MEMMERT GmbH + Co. KG",
+ "ec9365": "Mapper.ai, Inc.",
+ "ec937d": "Vantiva USA LLC",
+ "ec93ed": "DDoS-Guard LTD",
+ "ec9468": "META SYSTEM SPA ",
+ "ec94cb": "Espressif Inc.",
+ "ec94d5": "Juniper Networks",
+ "ec9681": "2276427 Ontario Inc",
+ "ec96bf": "Kontron eSystems GmbH",
+ "ec97a2": "Apple, Inc.",
+ "ec97b2": "SUMEC Machinery & Electric Co.,Ltd.",
+ "ec97e0": "Hangzhou Ezviz Software Co.,Ltd.",
+ "ec986c": "Lufft Mess- und Regeltechnik GmbH",
+ "ec98c1": "Beijing Risbo Network Technology Co.,Ltd",
+ "ec9a0c": "IEEE Registration Authority",
+ "ec9a34": "Texas Instruments",
+ "ec9a74": "Hewlett Packard",
+ "ec9b2d": "China Mobile Group Device Co.,Ltd.",
+ "ec9b5b": "Nokia Corporation",
+ "ec9b8b": "Hewlett Packard Enterprise ",
+ "ec9c32": "Sichuan AI-Link Technology Co., Ltd.",
+ "ec9e68": "Anhui Taoyun Technology Co., Ltd",
+ "ec9ecd": "Artesyn Embedded Technologies",
+ "ec9eea": "Xtra Technology LLC",
+ "ec9f0d": "IEEE Registration Authority",
+ "eca138": "Amazon Technologies Inc.",
+ "eca1d1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "eca29b": "Kemppi Oy",
+ "eca2a0": "Taicang T&W Electronics",
+ "eca5de": "ONYX WIFI Inc",
+ "eca62f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "eca7ad": "Barrot Technology Co.,Ltd.",
+ "eca7b1": "IEEE Registration Authority",
+ "eca81f": "Vantiva USA LLC",
+ "eca86b": "Elitegroup Computer Systems Co.,Ltd.",
+ "eca907": "Apple, Inc.",
+ "eca940": "Commscope",
+ "eca971": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "eca9fa": "GUANGDONG GENIUS TECHNOLOGY CO., LTD.",
+ "ecaa25": "Samsung Electronics Co.,Ltd",
+ "ecaa8f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ecaaa0": "PEGATRON CORPORATION",
+ "ecab3e": "ESSYS",
+ "ecadb8": "Apple, Inc.",
+ "ecade0": "D-Link International",
+ "ecaf97": "GIT",
+ "ecaff9": "Hailo Technologies Ltd.",
+ "ecb0d2": "EM Microelectronic",
+ "ecb0e1": "Ciena Corporation",
+ "ecb106": "Acuro Networks, Inc",
+ "ecb1d7": "Hewlett Packard",
+ "ecb1e0": "Eltex Enterprise LTD",
+ "ecb313": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "ecb4e8": "Wistron Mexico SA de CV",
+ "ecb541": "SHINANO E and E Co.Ltd.",
+ "ecb550": "Samsung Electronics Co.,Ltd",
+ "ecb5fa": "Philips Lighting BV",
+ "ecb870": "Beijing Heweinet Technology Co.,Ltd.",
+ "ecb878": "Huawei Device Co., Ltd.",
+ "ecb907": "CloudGenix Inc",
+ "ecb970": "Ruijie Networks Co.,LTD",
+ "ecbafe": "GIROPTIC",
+ "ecbb78": "Cisco Systems, Inc",
+ "ecbbae": "Digivoice Tecnologia em Eletronica Ltda",
+ "ecbd09": "FUSION Electronics Ltd",
+ "ecbd1d": "Cisco Systems, Inc",
+ "ecbe5f": "Vestel Elektronik San ve Tic. A.S.",
+ "ecbedd": "Sagemcom Broadband SAS",
+ "ecbfd0": "Texas Instruments",
+ "ecc018": "Cisco Systems, Inc",
+ "ecc01b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ecc06a": "PowerChord Group Limited",
+ "ecc07a": "Laird Connectivity",
+ "ecc1ab": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "ecc302": "HUMAX Co., Ltd.",
+ "ecc342": "zte corporation",
+ "ecc38a": "Inc",
+ "ecc3b0": "zte corporation",
+ "ecc40d": "Nintendo Co.,Ltd",
+ "ecc57f": "Suzhou Pairlink Network Technology",
+ "ecc5d2": "Huawei Device Co., Ltd.",
+ "ecc882": "Cisco Systems, Inc",
+ "ecc89c": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "ecc9ff": "Espressif Inc.",
+ "eccb30": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "eccd4c": "New H3C Technologies Co., Ltd",
+ "eccd6d": "Allied Telesis, Inc.",
+ "ecce13": "Cisco Systems, Inc",
+ "ecced7": "Apple, Inc.",
+ "eccf70": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "ecd00e": "MiraeRecognition Co., Ltd.",
+ "ecd040": "GEA Farm Technologies GmbH",
+ "ecd09f": "Xiaomi Communications Co Ltd",
+ "ecd19a": "Zhuhai Liming Industries Co., Ltd",
+ "ecd68a": "Shenzhen JMicron Intelligent Technology Developmen",
+ "ecd909": "ALPSALPINE CO,.LTD",
+ "ecd925": "RAMI",
+ "ecd950": "IRT SA",
+ "ecd9d1": "Shenzhen TG-NET Botone Technology Co.,Ltd.",
+ "ecda3b": "Espressif Inc.",
+ "ecda59": "New H3C Technologies Co., Ltd",
+ "ecdb86": "API-K",
+ "ecdd24": "Cisco Systems, Inc",
+ "ecde3d": "Lamprey Networks, Inc.",
+ "ecdf3a": "vivo Mobile Communication Co., Ltd.",
+ "ecdfc9": "Hangzhou Microimage Software Co., Ltd",
+ "ece09b": "Samsung Electronics Co.,Ltd",
+ "ece154": "Beijing Unisound Information Technology Co.,Ltd.",
+ "ece1a9": "Cisco Systems, Inc",
+ "ece2fd": "Co., Ltd.",
+ "ece334": "Espressif Inc.",
+ "ece512": "tado GmbH",
+ "ece555": "Hirschmann Automation",
+ "ece61d": "Huawei Device Co., Ltd.",
+ "ece660": "Qingdao Hisense Communications Co.,Ltd.",
+ "ece6a2": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "ece744": "Omntec mfg. inc",
+ "ece78e": "AsiaTelco Technologies Co.",
+ "ece7a7": "Intel Corporate",
+ "ece7c2": "China Mobile Group Device Co.,Ltd.",
+ "ece90b": "SISTEMA SOLUCOES ELETRONICAS LTDA - EASYTECH",
+ "ece915": "STI Ltd",
+ "ece9f5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ece9f8": "Guang Zhou TRI-SUN Electronics Technology Co., Ltd",
+ "ecea03": "DARFON LIGHTING CORP",
+ "ecebb8": "Hewlett Packard Enterprise ",
+ "eced04": "Intel Corporate",
+ "eced73": "Motorola Mobility LLC, a Lenovo Company",
+ "eceed8": "ZTLX Network Technology Co.,Ltd",
+ "ecef17": "Sunplus Technology Co., Ltd.",
+ "ecf00e": "AboCom",
+ "ecf0fe": "zte corporation",
+ "ecf22b": "TECNO MOBILE LIMITED",
+ "ecf236": "NEOMONTANA ELECTRONICS",
+ "ecf342": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "ecf35b": "Nokia Corporation",
+ "ecf37a": "Forecr OU",
+ "ecf40c": "Cisco Systems, Inc",
+ "ecf451": "Arcadyan Corporation",
+ "ecf4bb": "Dell Inc.",
+ "ecf64c": "Silicon Laboratories",
+ "ecf6bd": "SNCF MOBILITÉS",
+ "ecf72b": "HD DIGITAL TECH CO., LTD.",
+ "ecf8d0": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "ecf8eb": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "ecfa03": "FCA",
+ "ecfa5c": "Beijing Xiaomi Electronics Co., Ltd.",
+ "ecfaaa": "The IMS Company",
+ "ecfabc": "Espressif Inc.",
+ "ecfaf4": "SenRa Tech Pvt. Ltd",
+ "ecfc2f": "Sagemcom Broadband SAS",
+ "ecfc55": "A. Eberle GmbH & Co. KG",
+ "ecfcc6": "Hewlett Packard Enterprise",
+ "ecfe7e": "BlueRadios, Inc.",
+ "ecff3a": "Apple, Inc.",
+ "f0007f": "Janz - Contadores de Energia, SA",
+ "f0016e": "Tianyi Telecom Terminals Company Limited",
+ "f0022b": "Chrontel",
+ "f00248": "SmarteBuilding",
+ "f0038c": "AzureWave Technology Inc.",
+ "f003bc": "Cisco Systems, Inc",
+ "f004e1": "Apple, Inc.",
+ "f0051b": "Samsung Electronics Co.,Ltd",
+ "f00727": "INTEREL BUILDING AUTOMATION",
+ "f00786": "Shandong Bittel Electronics Co., Ltd",
+ "f008d1": "Espressif Inc.",
+ "f008f1": "Samsung Electronics Co.,Ltd",
+ "f0090d": "TP-Link Systems Inc",
+ "f00d5c": "JinQianMao Technology Co.,Ltd.",
+ "f00df5": "ACOMA Medical Industry Co,. Ltd.",
+ "f00e1d": "Megafone Limited",
+ "f00ebf": "ZettaHash Inc.",
+ "f00fec": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f01090": "New H3C Technologies Co., Ltd",
+ "f010a5": "Texas Instruments",
+ "f010ab": "Information Technology Co., Ltd.",
+ "f01204": "IEEE Registration Authority",
+ "f013c1": "Hannto Technology Co., Ltd",
+ "f013c3": "SHENZHEN FENDA TECHNOLOGY CO., LTD",
+ "f015a0": "KyungDong One Co., Ltd.",
+ "f015b9": "PlayFusion Limited",
+ "f01628": "Technology Co., Ltd.",
+ "f0182b": "LG Chem",
+ "f01898": "Apple, Inc.",
+ "f01aa0": "Hewlett Packard Enterprise",
+ "f01b24": "zte corporation",
+ "f01b6c": "vivo Mobile Communication Co., Ltd.",
+ "f01c2d": "Juniper Networks",
+ "f01d2d": "Cisco Systems, Inc",
+ "f01dbc": "Microsoft Corporation",
+ "f01e34": "ORICO Technologies Co., Ltd",
+ "f01eac": "Rentokil Initial",
+ "f01faf": "Dell Inc.",
+ "f01fc7": "Apple, Inc.",
+ "f020ff": "Intel Corporate",
+ "f02178": "UNIONMAN TECHNOLOGY CO.,LTD",
+ "f0219d": "Cal-Comp Electronics & Communications Company Ltd.",
+ "f021e0": "eero inc.",
+ "f0221d": "IEEE Registration Authority",
+ "f0224e": "Esan electronic co.",
+ "f02329": "SHOWA DENKI CO.,LTD.",
+ "f023ae": "AMPAK Technology,Inc.",
+ "f023b9": "IEEE Registration Authority",
+ "f02405": "OPUS High Technology Corporation",
+ "f02408": "AB",
+ "f02475": "Apple, Inc.",
+ "f024f9": "Espressif Inc.",
+ "f02572": "Cisco Systems, Inc",
+ "f0258e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f02624": "WAFA TECHNOLOGIES CO., LTD.",
+ "f0264c": "Sigrist-Photometer AG",
+ "f026f8": "Worldcns Co.,Ltd.",
+ "f0272d": "Amazon Technologies Inc.",
+ "f02745": "F-Secure Corporation",
+ "f02765": "Murata Manufacturing Co., Ltd.",
+ "f027a0": "Apple, Inc.",
+ "f02929": "Cisco Systems, Inc",
+ "f02a23": "Creative Next Design",
+ "f02a2b": "IEEE Registration Authority",
+ "f02a61": "Waldo Networks, Inc.",
+ "f02b18": "Nanjing Jiahao Technology Co., Ltd.",
+ "f02b7c": "Extreme Networks Headquarters",
+ "f02c59": "Crop.",
+ "f02e51": "Casa Systems",
+ "f02f4b": "Apple, Inc.",
+ "f02f74": "ASUSTek COMPUTER INC.",
+ "f02f9e": "Amazon Technologies Inc.",
+ "f02fa7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f02fd8": "Bi2-Vision",
+ "f0321a": "Mita-Teknik A/S",
+ "f033e5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f03404": "TCT mobile ltd",
+ "f03575": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "f037a1": "CO., LTD.",
+ "f037cf": "Huawei Device Co., Ltd.",
+ "f03965": "Samsung Electronics Co.,Ltd",
+ "f03a4b": "Bloombase, Inc.",
+ "f03a55": "Omega Elektronik AS",
+ "f03d03": "TECNO MOBILE LIMITED",
+ "f03d29": "Actility",
+ "f03e05": "Murata Manufacturing Co., Ltd.",
+ "f03e90": "Ruckus Wireless",
+ "f03ebf": "GOGORO TAIWAN LIMITED",
+ "f03f03": "Private",
+ "f03f95": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f03ff8": "R L Drake",
+ "f0407b": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f040af": "IEEE Registration Authority",
+ "f040ec": "RainX PTE. LTD.",
+ "f041c6": "Heat Tech Company, Ltd.",
+ "f041c8": "IEEE Registration Authority",
+ "f0421c": "Intel Corporate",
+ "f042f5": "Huawei Device Co., Ltd.",
+ "f04335": "DVN(Shanghai)Ltd.",
+ "f04347": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f044d3": "Silicon Laboratories",
+ "f045da": "Texas Instruments",
+ "f0463b": "Comcast Cable Corporation",
+ "f04a02": "Cisco Systems, Inc",
+ "f04a2b": "PYRAMID Computer GmbH",
+ "f04a3d": "Bosch Thermotechnik GmbH",
+ "f04b3a": "Juniper Networks",
+ "f04b6a": "Scientific Production Association Siberian Arsenal, Ltd.",
+ "f04b8a": "Vantiva USA LLC",
+ "f04bf2": "JTECH Communications, Inc.",
+ "f04cd5": "Maxlinear, Inc",
+ "f04da2": "Dell Inc.",
+ "f04dd4": "Sagemcom Broadband SAS",
+ "f04f7c": "Amazon Technologies Inc.",
+ "f05136": "TCT mobile ltd",
+ "f051ea": "Fitbit, Inc.",
+ "f05494": "Honeywell Connected Building",
+ "f05501": "Huawei Device Co., Ltd.",
+ "f0578d": "JetHome LLC",
+ "f057a6": "Intel Corporate",
+ "f05849": "CareView Communications",
+ "f05a09": "Samsung Electronics Co.,Ltd",
+ "f05b7b": "Samsung Electronics Co.,Ltd",
+ "f05c0e": "Huawei Device Co., Ltd.",
+ "f05c19": "Hewlett Packard Enterprise",
+ "f05c77": "Google, Inc.",
+ "f05cd5": "Apple, Inc.",
+ "f05d89": "Dycon Limited",
+ "f05dc8": "Duracell Powermat",
+ "f05ecd": "Texas Instruments",
+ "f05f5a": "Getriebebau NORD GmbH and Co. KG",
+ "f06130": "Advantage Pharmacy Services, LLC",
+ "f061c0": "Hewlett Packard Enterprise",
+ "f061f3": "Comcast Cable Corporation",
+ "f0620d": "Shenzhen Egreat Tech Corp.,Ltd",
+ "f0625a": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "f06281": "ProCurve Networking by HP",
+ "f063f9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f06426": "Extreme Networks Headquarters",
+ "f065ae": "Samsung Electronics Co.,Ltd",
+ "f065c2": "Co.,Ltd.",
+ "f065dd": "Primax Electronics Ltd.",
+ "f06728": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f06853": "Integrated Corporation",
+ "f06865": "Taicang T&W Electronics",
+ "f068e3": "AzureWave Technology Inc.",
+ "f06bca": "Samsung Electronics Co.,Ltd",
+ "f06c5d": "Xiaomi Communications Co Ltd",
+ "f06c73": "Nokia",
+ "f06d78": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f06e0b": "Microsoft Corporation",
+ "f06e32": "MICROTEL INNOVATION S.R.L.",
+ "f06f46": "Ubiik",
+ "f06fce": "Ruckus Wireless",
+ "f0704f": "Samsung Electronics Co.,Ltd",
+ "f07084": "Actiontec Electronics Inc.",
+ "f0728c": "Samsung Electronics Co.,Ltd",
+ "f072ea": "Google, Inc.",
+ "f073ae": "PEAK-System Technik",
+ "f07485": "NGD Systems, Inc.",
+ "f0748d": "Ruijie Networks Co.,LTD",
+ "f074bf": "Silicon Laboratories",
+ "f074e4": "Thundercomm Technology Co., Ltd",
+ "f0761c": "CO., LTD. ",
+ "f0766f": "Apple, Inc.",
+ "f07765": "Sourcefire, Inc",
+ "f077c3": "Intel Corporate",
+ "f077d0": "Xcellen",
+ "f07807": "Apple, Inc.",
+ "f07816": "Cisco Systems, Inc",
+ "f07959": "ASUSTek COMPUTER INC.",
+ "f07960": "Apple, Inc.",
+ "f079e8": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f07a55": "zte corporation",
+ "f07b65": "Sagemcom Broadband SAS",
+ "f07bcb": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f07cc7": "Juniper Networks",
+ "f07d68": "D-Link Corporation",
+ "f07f06": "Cisco Systems, Inc",
+ "f07f0c": "Leopold Kostal GmbH &Co. KG",
+ "f08173": "Amazon Technologies Inc.",
+ "f08175": "Sagemcom Broadband SAS",
+ "f081af": "IRZ AUTOMATION TECHNOLOGIES LTD",
+ "f08261": "Sagemcom Broadband SAS",
+ "f082c0": "Silicon Laboratories",
+ "f0842f": "ADB Broadband Italia",
+ "f084c9": "zte corporation",
+ "f085c1": "SHENZHEN RF-LINK TECHNOLOGY CO.,LTD.",
+ "f08620": "Arcadyan Corporation",
+ "f0866f": "EM Microelectronic",
+ "f08756": "Zyxel Communications Corporation",
+ "f0877f": "Magnetar Technology Shenzhen Co., LTD.",
+ "f08a28": "JIANGSU HENGSION ELECTRONIC S and T CO.,LTD",
+ "f08a76": "Samsung Electronics Co.,Ltd",
+ "f08bfe": "COSTEL.,CO.LTD",
+ "f08cfb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f08edb": "VeloCloud Networks",
+ "f09008": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "f0921c": "Hewlett Packard",
+ "f09258": "China Electronics Cloud Computing Technology Co., Ltd",
+ "f092b4": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "f0933a": "NxtConect",
+ "f093c5": "Garland Technology",
+ "f095f1": "Carl Zeiss AG",
+ "f09602": "Earda Technologies co Ltd",
+ "f097e5": "TAMIO, INC",
+ "f09838": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0989d": "Apple, Inc.",
+ "f09919": "Garmin International",
+ "f099b6": "Apple, Inc.",
+ "f099bf": "Apple, Inc.",
+ "f09a51": "Shanghai Viroyal Electronic Technology Company Limited",
+ "f09bb8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f09cbb": "RaonThink Inc.",
+ "f09cd7": "Guangzhou Blue Cheetah Intelligent Technology Co., Ltd.",
+ "f09ce9": "Extreme Networks Headquarters",
+ "f09e4a": "Intel Corporate",
+ "f09e63": "Cisco Systems, Inc",
+ "f09e9e": "Espressif Inc.",
+ "f09fc2": "Ubiquiti Inc",
+ "f09ffc": "SHARP Corporation",
+ "f0a0b1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0a225": "Amazon Technologies Inc.",
+ "f0a35a": "Apple, Inc.",
+ "f0a3b2": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "f0a654": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "f0a731": "TP-Link Systems Inc",
+ "f0a764": "GST Co., Ltd.",
+ "f0a7b2": "FUTABA CORPORATION",
+ "f0a882": "shenzhen trolink Technology Co.,Ltd",
+ "f0a951": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0a968": "Antailiye Technology Co.,Ltd",
+ "f0aa0b": "Arra Networks/ Spectramesh",
+ "f0ab1f": "zte corporation",
+ "f0ab54": "MITSUMI ELECTRIC CO.,LTD.",
+ "f0abf3": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f0aca4": "HBC-radiomatic",
+ "f0acd7": "IEEE Registration Authority",
+ "f0ad4e": "Globalscale Technologies, Inc.",
+ "f0ae51": "Xi3 Corp",
+ "f0ae66": "Cosonic Intelligent Technologies Co., Ltd.",
+ "f0af50": "Phantom Intelligence",
+ "f0af85": "Commscope",
+ "f0b014": "AVM Audiovisuelles Marketing und Computersysteme GmbH",
+ "f0b022": "TOHO Electronics INC.",
+ "f0b040": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "f0b052": "Ruckus Wireless",
+ "f0b0e7": "Apple, Inc.",
+ "f0b107": "Ericsson AB",
+ "f0b11d": "Nokia",
+ "f0b13f": "Huawei Device Co., Ltd.",
+ "f0b2b9": "Intel Corporate",
+ "f0b2e5": "Cisco Systems, Inc",
+ "f0b31e": "Universal Electronics, Inc.",
+ "f0b3ec": "Apple, Inc.",
+ "f0b429": "Xiaomi Communications Co Ltd",
+ "f0b479": "Apple, Inc.",
+ "f0b4d2": "D-Link International",
+ "f0b5b7": "Disruptive Technologies Research AS",
+ "f0b5d1": "Texas Instruments",
+ "f0b61e": "Intel Corporate",
+ "f0b661": "eero inc.",
+ "f0b6eb": "Poslab Technology Co., Ltd.",
+ "f0b968": "ITEL MOBILE LIMITED",
+ "f0bcc8": "Ltd",
+ "f0bcc9": "PFU LIMITED",
+ "f0bd2e": "H+S Polatis Ltd",
+ "f0bdee": "Huawei Device Co., Ltd.",
+ "f0bdf1": "Sipod Inc.",
+ "f0be25": "Dongguan Cannice Precision Manufacturing Co., Ltd.",
+ "f0bf97": "Sony Corporation",
+ "f0c1ce": "GoodWe Technologies CO., Ltd",
+ "f0c1f1": "Apple, Inc.",
+ "f0c24c": "Zhejiang FeiYue Digital Technology Co., Ltd",
+ "f0c27c": "Mianyang Netop Telecom Equipment Co.,Ltd.",
+ "f0c371": "Apple, Inc.",
+ "f0c42f": "Huawei Device Co., Ltd.",
+ "f0c478": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0c558": "U.D.Electronic Corp.",
+ "f0c725": "Apple, Inc.",
+ "f0c745": "TECNO MOBILE LIMITED",
+ "f0c77f": "Texas Instruments",
+ "f0c814": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "f0c850": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0c88c": "LeddarTech Inc.",
+ "f0c8b5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0c9d1": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "f0cba1": "Apple, Inc.",
+ "f0cce0": "Shenzhen All-Smartlink Technology Co.,Ltd.",
+ "f0cd31": "Samsung Electronics Co.,Ltd",
+ "f0cf4d": "BitRecords GmbH",
+ "f0d08c": "TCT mobile ltd",
+ "f0d14f": "LINEAR LLC",
+ "f0d1a9": "Apple, Inc.",
+ "f0d1b8": "LEDVANCE",
+ "f0d2f1": "Amazon Technologies Inc.",
+ "f0d31f": "Apple, Inc.",
+ "f0d3a7": "CobaltRay Co., Ltd",
+ "f0d3e7": "Sensometrix SA",
+ "f0d415": "Intel Corporate",
+ "f0d4e2": "Dell Inc.",
+ "f0d4f6": "Lars Thrane A/S",
+ "f0d4f7": "varram system",
+ "f0d506": "Ubee Interactive Co., Limited",
+ "f0d5bf": "Intel Corporate",
+ "f0d635": "Apple, Inc.",
+ "f0d657": "ECHOSENS",
+ "f0d767": "Axema Passagekontroll AB",
+ "f0d793": "Apple, Inc.",
+ "f0d7aa": "Motorola Mobility LLC, a Lenovo Company",
+ "f0d7af": "IEEE Registration Authority",
+ "f0d7dc": "Technology Co., Ltd.",
+ "f0d7ee": "Huawei Device Co., Ltd.",
+ "f0d805": "Cisco Systems, Inc",
+ "f0d9b2": "EXO S.A.",
+ "f0da7c": "RLH INDUSTRIES,INC.",
+ "f0db2a": "LANNER ELECTRONICS, INC.",
+ "f0db30": "Yottabyte",
+ "f0dbe2": "Apple, Inc.",
+ "f0dbf8": "Apple, Inc.",
+ "f0dce2": "Apple, Inc.",
+ "f0de71": "Shanghai EDO Technologies Co.,Ltd.",
+ "f0deb9": "ShangHai Y&Y Electronics Co., Ltd",
+ "f0def1": "Corporation",
+ "f0e3dc": "Tecon MT, LLC",
+ "f0e4a2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0e5c3": "Drägerwerk AG & Co. KG aA",
+ "f0e752": "Shenzhen Huajuxin Semiconductor Co.,ltd",
+ "f0e77e": "Samsung Electronics Co.,Ltd",
+ "f0ebd0": "Shanghai Feixun Communication Co.,Ltd.",
+ "f0ec39": "Essec",
+ "f0ed19": "zte corporation",
+ "f0ed1e": "Bilkon Bilgisayar Kontrollu Cih. Im.Ltd.",
+ "f0edb8": "PRIVATE LIMITED",
+ "f0ee10": "Samsung Electronics Co.,Ltd",
+ "f0ee58": "PACE Telematics GmbH",
+ "f0ee7a": "Apple, Inc.",
+ "f0eebb": "VIPAR GmbH",
+ "f0ef86": "Google, Inc.",
+ "f0efd2": "TF PAYMENT SERVICE CO., LTD",
+ "f0f002": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f0f069": "Private",
+ "f0f08f": "Nextek Solutions Pte Ltd",
+ "f0f0a4": "Amazon Technologies Inc.",
+ "f0f249": "Hitron Technologies. Inc",
+ "f0f260": "Mobitec AB",
+ "f0f336": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f0f564": "Samsung Electronics Co.,Ltd",
+ "f0f56d": "Kubota Corporation",
+ "f0f5ae": "Adaptrum Inc.",
+ "f0f5bd": "Espressif Inc.",
+ "f0f61c": "Apple, Inc.",
+ "f0f644": "Whitesky Science & Technology Co.,Ltd.",
+ "f0f669": "Motion Analysis Corporation",
+ "f0f69c": "NIO Co., Ltd.",
+ "f0f6c1": "Sonos, Inc.",
+ "f0f755": "Cisco Systems, Inc",
+ "f0f7b3": "Phorm",
+ "f0f7e7": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0f7fc": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f0f842": "KEEBOX, Inc.",
+ "f0f84a": "BUFFALO.INC",
+ "f0f8f2": "Texas Instruments",
+ "f0f9f7": "IES GmbH & Co. KG",
+ "f0fac7": "Huawei Device Co., Ltd.",
+ "f0fc65": "SynaXG Technologies Pte. Ltd.",
+ "f0fcc8": "Commscope",
+ "f0fd45": "Silicon Laboratories",
+ "f0fda0": "Acurix Networks Pty Ltd",
+ "f0fddd": "Foxtron Vehicle Technologies Co., Ltd.",
+ "f0fe6b": "Shanghai High-Flying Electronics Technology Co., Ltd",
+ "f0fee7": "Huawei Device Co., Ltd.",
+ "f40046": "ON Semiconductor",
+ "f40223": "Ltd.",
+ "f40270": "Dell Inc.",
+ "f40304": "Google, Inc.",
+ "f40321": "BeNeXt B.V.",
+ "f4032a": "Amazon Technologies Inc.",
+ "f4032f": "Reduxio Systems",
+ "f40343": "Hewlett Packard Enterprise ",
+ "f4044c": "ValenceTech Limited",
+ "f40595": "Sagemcom Broadband SAS",
+ "f40616": "Apple, Inc.",
+ "f4063c": "Texas Instruments",
+ "f40669": "Intel Corporate",
+ "f4068d": "devolo AG",
+ "f406a5": "Hangzhou Bianfeng Networking Technology Co., Ltd.",
+ "f40a2e": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "f40a4a": "INDUSNET Communication Technology Co.,LTD",
+ "f40b93": "BlackBerry RTS",
+ "f40b9f": "CIG SHANGHAI CO LTD",
+ "f40e01": "Apple, Inc.",
+ "f40e11": "IEEE Registration Authority",
+ "f40e22": "Samsung Electronics Co.,Ltd",
+ "f40e83": "Commscope",
+ "f40f1b": "Cisco Systems, Inc",
+ "f40f24": "Apple, Inc.",
+ "f40f9b": "WAVELINK",
+ "f412da": "zte corporation",
+ "f412fa": "Espressif Inc.",
+ "f41399": "Aerospace new generation communications Co.,Ltd",
+ "f414bf": "LG Innotek",
+ "f41532": "Inc.",
+ "f41535": "SPON Communication Technology Co.,Ltd",
+ "f41563": "F5 Inc.",
+ "f415fd": "Shanghai Pateo Electronic Equipment Manufacturing Co., Ltd.",
+ "f417b8": "AirTies Wireless Networks",
+ "f419e2": "Volterra",
+ "f41a79": "IEEE Registration Authority",
+ "f41a9c": "Xiaomi Communications Co Ltd",
+ "f41ab0": "Shenzhen Xingguodu Technology Co., Ltd.",
+ "f41ba1": "Apple, Inc.",
+ "f41c71": "SHENZHEN SANMU COMMUNICATION TECHNOLOGY CO., LTD",
+ "f41c95": "BEIJING YUNYI TIMES TECHNOLOGY CO,.LTD",
+ "f41d6b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f41e26": "Simon-Kaloi Engineering",
+ "f41e57": "Routerboard.com",
+ "f41e5e": "RtBrick Inc.",
+ "f41f0b": "YAMABISHI Corporation",
+ "f41f88": "zte corporation",
+ "f41fc2": "Cisco Systems, Inc",
+ "f42012": "Cuciniale GmbH",
+ "f42015": "Guangzhou Shiyuan Electronic Technology Company Limited",
+ "f42055": "IEEE Registration Authority",
+ "f421ae": "Shanghai Xiaodu Technology Limited",
+ "f421ca": "Apple, Inc.",
+ "f4227a": "Guangdong Seneasy Intelligent Technology Co., Ltd.",
+ "f4239c": "TECHNOLOGIES CORPORATION",
+ "f42462": "Co., Ltd",
+ "f4248b": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f42679": "Intel Corporate",
+ "f42756": "DASAN Newtork Solutions",
+ "f42833": "MMPC Inc.",
+ "f42853": "Ltd.",
+ "f42896": "SPECTO PAINEIS ELETRONICOS LTDA",
+ "f4289d": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "f42981": "vivo Mobile Communication Co., Ltd.",
+ "f42a7d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f42b48": "Ubiqam",
+ "f42b7d": "Chipsguide technology CO.,LTD.",
+ "f42b8c": "Samsung Electronics Co.,Ltd",
+ "f42c56": "SENOR TECH CO LTD",
+ "f42d06": "zte corporation",
+ "f42dc9": "Espressif Inc.",
+ "f42e48": "zte corporation",
+ "f42e7f": "Hewlett Packard Enterprise",
+ "f4308b": "Xiaomi Communications Co Ltd",
+ "f430b9": "Hewlett Packard",
+ "f43149": "Pixel FX",
+ "f431c3": "Apple, Inc.",
+ "f4323d": "Sichuan tianyi kanghe communications co., LTD",
+ "f4331c": "Toast, Inc.",
+ "f43328": "CIMCON Lighting Inc.",
+ "f43392": "Cisco Systems, Inc",
+ "f433b7": "Apple, Inc.",
+ "f434f0": "Apple, Inc.",
+ "f436e1": "Abilis Systems SARL",
+ "f437b7": "Apple, Inc.",
+ "f43814": "Shanghai Howell Electronic Co.,Ltd",
+ "f438c1": "Huawei Device Co., Ltd.",
+ "f43909": "Hewlett Packard",
+ "f439a6": "Apple, Inc.",
+ "f43a7b": "zte corporation",
+ "f43afa": "IEEE Registration Authority",
+ "f43bd8": "Intel Corporate",
+ "f43c3b": "HUNAN FN-LINK TECHNOLOGY LIMITED",
+ "f43c96": "Ericsson AB",
+ "f43d80": "FAG Industrial Services GmbH",
+ "f43e61": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "f43e66": "Limited",
+ "f43e9d": "Benu Networks, Inc.",
+ "f44156": "Arrikto Inc.",
+ "f4419e": "Huawei Device Co., Ltd.",
+ "f44227": "S & S Research Inc.",
+ "f44250": "Co., Ltd.",
+ "f4428f": "Samsung Electronics Co.,Ltd",
+ "f4442c": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "f44450": "BND Co., Ltd.",
+ "f44588": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f445ed": "Portable Innovation Technology Ltd.",
+ "f4462a": "maxon zub",
+ "f44637": "Intel Corporate",
+ "f44713": "Leading Public Performance Co., Ltd.",
+ "f4472a": "Nanjing Rousing Sci. and Tech. Industrial Co., Ltd",
+ "f44848": "Amscreen Group Ltd",
+ "f44955": "MIMO TECH Co., Ltd.",
+ "f449ef": "EMSTONE",
+ "f44b2a": "Cisco SPVTG",
+ "f44c70": "Co.,Ltd",
+ "f44c7f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f44d17": "GOLDCARD HIGH-TECH CO.,LTD.",
+ "f44d30": "Elitegroup Computer Systems Co.,Ltd.",
+ "f44d5c": "Zyxel Communications Corporation",
+ "f44dad": "Cable Matters Inc.",
+ "f44e05": "Cisco Systems, Inc",
+ "f44e38": "Olibra LLC",
+ "f44eb4": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "f44ee3": "Intel Corporate",
+ "f44fd3": "shenzhen hemuwei technology co.,ltd",
+ "f450eb": "Telechips Inc",
+ "f45214": "Mellanox Technologies, Inc.",
+ "f45246": "ASKEY COMPUTER CORP",
+ "f45293": "Apple, Inc.",
+ "f45420": "TELLESCOM INDUSTRIA E COMERCIO EM TELECOMUNICACAO ",
+ "f45424": "Extreme Networks Headquarters",
+ "f45433": "Rockwell Automation",
+ "f45595": "HENGBAO Corporation LTD.",
+ "f4559c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f455e0": "Niceway CNC Technology Co.,Ltd.Hunan Province",
+ "f4573e": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f45842": "Boxx TV Ltd",
+ "f45b29": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f45b73": "Wanjiaan Interconnected Technology Co., Ltd",
+ "f45c42": "Huawei Device Co., Ltd.",
+ "f45c89": "Apple, Inc.",
+ "f45eab": "Texas Instruments",
+ "f45f69": "Matsufu Electronics distribution Company",
+ "f45fd4": "Cisco SPVTG",
+ "f45ff7": "DQ Technology Inc.",
+ "f4600d": "Panoptic Technology, Inc",
+ "f46077": "Texas Instruments",
+ "f460e2": "Xiaomi Communications Co Ltd",
+ "f462d0": "Not for Radio, LLC",
+ "f462dc": "Huawei Device Co., Ltd.",
+ "f4631f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f46349": "Diffon Corporation",
+ "f4635a": "LTD.",
+ "f463e7": "Nanjing Maxon O.E. Tech. Co., LTD",
+ "f463fc": "vivo Mobile Communication Co., Ltd.",
+ "f46412": "Sony Interactive Entertainment Inc.",
+ "f4645d": "Toshiba",
+ "f4650b": "Espressif Inc.",
+ "f465a6": "Apple, Inc.",
+ "f4672d": "ShenZhen Topstar Technology Company",
+ "f46802": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f46942": "ASKEY COMPUTER CORP",
+ "f469d5": "IEEE Registration Authority",
+ "f46a92": "SHENZHEN FAST TECHNOLOGIES CO.,LTD",
+ "f46abc": "Adonit Corp. Ltd.",
+ "f46ad7": "Microsoft Corporation",
+ "f46add": "Liteon Technology Corporation",
+ "f46b8c": "Hon Hai Precision Industry Co., Ltd.",
+ "f46bef": "Sagemcom Broadband SAS",
+ "f46c68": "WNC Corporation",
+ "f46d04": "ASUSTek COMPUTER INC.",
+ "f46d2f": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f46d3f": "Intel Corporate",
+ "f46de2": "zte corporation",
+ "f46e24": "NEC Personal Computers, Ltd.",
+ "f46e95": "Extreme Networks Headquarters",
+ "f46ed6": "EM Microelectronic",
+ "f46f4e": "Echowell",
+ "f46fa4": "Physik Instrumente GmbH & Co. KG",
+ "f46fed": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f4700c": "IEEE Registration Authority",
+ "f470ab": "vivo Mobile Communication Co., Ltd.",
+ "f47190": "Samsung Electronics Co.,Ltd",
+ "f47257": "Jiangxi Remote lntelligence Technology Co.,Ltd",
+ "f47335": "Logitech Far East",
+ "f473ca": "Conversion Sound Inc.",
+ "f47470": "Cisco Systems, Inc",
+ "f47488": "New H3C Technologies Co., Ltd",
+ "f47626": "Viltechmeda UAB ",
+ "f47946": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f47960": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f47a4e": "Woojeon&Handan",
+ "f47acc": "SolidFire, Inc.",
+ "f47b09": "Intel Corporate",
+ "f47b5e": "Samsung Electronics Co.,Ltd",
+ "f47def": "Samsung Electronics Co.,Ltd",
+ "f47f35": "Cisco Systems, Inc",
+ "f48139": "CANON INC.",
+ "f481c4": "Apple, Inc.",
+ "f4832c": "OHSUNG",
+ "f483cd": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f483e1": "Shanghai Clouder Semiconductor Co.,Ltd",
+ "f4844c": "Texas Instruments",
+ "f4848d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f485ae": "Senbiosys SA",
+ "f485c6": "FDT Technologies",
+ "f48771": "Infoblox",
+ "f487c5": "Huawei Device Co., Ltd.",
+ "f48918": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f48b32": "Xiaomi Communications Co Ltd",
+ "f48c50": "Intel Corporate",
+ "f48ceb": "D-Link International",
+ "f48e09": "Nokia Corporation",
+ "f48e38": "Dell Inc.",
+ "f48e92": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f490ca": "Tensorcom",
+ "f490cb": "IEEE Registration Authority",
+ "f490ea": "Deciso B.V.",
+ "f4911e": "ZHUHAI EWPE INFORMATION TECHNOLOGY INC",
+ "f492bf": "Ubiquiti Inc",
+ "f4931c": "Universal Electronics, Inc.",
+ "f4939f": "Hon Hai Precision Industry Co., Ltd.",
+ "f49461": "NexGen Storage",
+ "f49466": "CountMax, ltd",
+ "f4951b": "Hefei Radio Communication Technology Co., Ltd ",
+ "f49634": "Intel Corporate",
+ "f49651": "NAKAYO Inc",
+ "f4979d": "IEEE Registration Authority",
+ "f497c2": "Nebulon Inc",
+ "f499ac": "WEBER Schraubautomaten GmbH",
+ "f49c12": "Structab AB",
+ "f49d8a": "Fantasia Trading LLC",
+ "f49da7": "Private",
+ "f49ea4": "Epiq Solutions",
+ "f49ece": "Sena Technologies Co., Ltd.",
+ "f49eef": "Taicang T&W Electronics",
+ "f49f54": "Samsung Electronics Co.,Ltd",
+ "f49ff3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4a17f": "Co.Ltd",
+ "f4a294": "EAGLE WORLD DEVELOPMENT CO., LIMITED",
+ "f4a310": "Apple, Inc.",
+ "f4a454": "IEEE Registration Authority",
+ "f4a475": "Intel Corporate",
+ "f4a4d6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4a52a": "Hawa Technologies Inc",
+ "f4a59d": "Huawei Device Co., Ltd.",
+ "f4a739": "Juniper Networks",
+ "f4a80d": "Wistron InfoComm(Kunshan)Co.,Ltd.",
+ "f4a997": "CANON INC.",
+ "f4aad0": "OHSUNG",
+ "f4ab5c": "Quectel Wireless Solutions Co.,Ltd.",
+ "f4acc1": "Cisco Systems, Inc",
+ "f4afe7": "Apple, Inc.",
+ "f4b0ff": "Shanghai Baud Data Communication Co.,Ltd.",
+ "f4b164": "Lightning Telecommunications Technology Co. Ltd",
+ "f4b19c": "Inc.",
+ "f4b1c2": "Zhejiang Dahua Technology Co., Ltd.",
+ "f4b301": "Intel Corporate",
+ "f4b381": "WindowMaster A/S",
+ "f4b3b1": "Silicon Laboratories",
+ "f4b520": "Biostar Microtech international corp.",
+ "f4b52f": "Juniper Networks",
+ "f4b549": "Xiamen Yeastar Digital Technology Co., Ltd",
+ "f4b599": "Apple, Inc.",
+ "f4b5aa": "zte corporation",
+ "f4b5bb": "CERAGON NETWORKS",
+ "f4b62d": "Dongguan Huayin Electronic Technology Co., Ltd.",
+ "f4b688": "PLANTRONICS, INC.",
+ "f4b6c6": "Indra Heera Technology LLP",
+ "f4b6e5": "TerraSem Co.,Ltd",
+ "f4b72a": "TIME INTERCONNECT LTD",
+ "f4b78d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4b7b3": "vivo Mobile Communication Co., Ltd.",
+ "f4b7e2": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f4b85e": "Texas Instruments",
+ "f4b898": "Texas Instruments",
+ "f4b8a7": "zte corporation",
+ "f4bbc7": "vivo Mobile Communication Co., Ltd.",
+ "f4bc97": "Shenzhen Crave Communication Co., LTD",
+ "f4bcda": "Shenzhen Jingxun Software Telecommunication Technology Co.,Ltd",
+ "f4bd7c": "Chengdu jinshi communication Co., LTD",
+ "f4bd9e": "Cisco Systems, Inc",
+ "f4bdb9": "Ubiqcom India Pvt Ltd",
+ "f4beec": "Apple, Inc.",
+ "f4bf80": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4bfa8": "Juniper Networks",
+ "f4bfbb": "China Mobile Group Device Co.,Ltd.",
+ "f4c02f": "BlueBite",
+ "f4c114": "Vantiva USA LLC",
+ "f4c248": "Samsung Electronics Co.,Ltd",
+ "f4c447": "Coagent International Enterprise Limited",
+ "f4c4d6": "Shenzhen Xinfa Electronic Co.,ltd",
+ "f4c613": "Alcatel-Lucent Shanghai Bell Co., Ltd",
+ "f4c6d7": "blackned GmbH",
+ "f4c714": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4c795": "WEY Technology AG",
+ "f4c7aa": "Marvell Semiconductors",
+ "f4c7c8": "Kelvin Inc.",
+ "f4c88a": "Intel Corporate",
+ "f4ca24": "FreeBit Co., Ltd.",
+ "f4cae5": "FREEBOX SAS",
+ "f4cae7": "Arcadyan Corporation",
+ "f4cb52": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4cbe7": "Apple, Inc.",
+ "f4cc55": "Juniper Networks",
+ "f4cd90": "Vispiron Rotec GmbH",
+ "f4ce23": "Intel Corporate",
+ "f4ce36": "Nordic Semiconductor ASA",
+ "f4ce46": "Hewlett Packard",
+ "f4ce48": "Extreme Networks Headquarters",
+ "f4cfa2": "Espressif Inc.",
+ "f4cfe2": "Cisco Systems, Inc",
+ "f4d032": "Yunnan Ideal Information&Technology.,Ltd",
+ "f4d0a7": "Zhejiang Weilai Jingling Artificial Intelligence Technology Co., Ltd.",
+ "f4d108": "Intel Corporate",
+ "f4d261": "SEMOCON Co., Ltd",
+ "f4d454": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "f4d488": "Apple, Inc.",
+ "f4d580": "YAMAHA CORPORATION",
+ "f4d58a": "Palo Alto Networks",
+ "f4d620": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f4d7b2": "LGS Innovations, LLC",
+ "f4d7e4": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "f4d9c6": "UNION MAN TECHNOLOGY CO.,LTD",
+ "f4d9fb": "Samsung Electronics Co.,Ltd",
+ "f4dbe3": "Apple, Inc.",
+ "f4dbe6": "Cisco Systems, Inc",
+ "f4dc41": "CORP",
+ "f4dc4d": "Beijing CCD Digital Technology Co., Ltd",
+ "f4dca5": "DAWON DNS",
+ "f4dcda": "Zhuhai Jiahe Communication Technology Co., limited",
+ "f4dcf9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4dd06": "Samsung Electronics Co.,Ltd",
+ "f4dd9e": "GoPro",
+ "f4de0c": "ESPOD Ltd.",
+ "f4deaf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4e11e": "Texas Instruments",
+ "f4e142": "Delta Elektronika BV",
+ "f4e1fc": "Hewlett Packard Enterprise",
+ "f4e204": "COYOTE SYSTEM",
+ "f4e2c6": "Ubiquiti Inc",
+ "f4e3fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4e451": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4e4ad": "zte corporation",
+ "f4e4d7": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "f4e578": "LLC Proizvodstvennaya Kompania TransService",
+ "f4e5f2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4e6d7": "Solar Power Technologies, Inc.",
+ "f4e84f": "zte corporation",
+ "f4e8c7": "Apple, Inc.",
+ "f4e926": "Tianjin Zanpu Technology Inc.",
+ "f4e975": "New H3C Technologies Co., Ltd",
+ "f4e9d4": "QLogic Corporation",
+ "f4ea67": "Cisco Systems, Inc",
+ "f4eab5": "Extreme Networks Headquarters",
+ "f4eb38": "Sagemcom Broadband SAS",
+ "f4eb9f": "Ellu Company 2019 SL",
+ "f4ec38": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f4ed37": "Qingdao Yuze lntelligent Technology Co.,Ltd",
+ "f4ed5f": "SHENZHEN KTC TECHNOLOGY GROUP ",
+ "f4ee08": "Dell Inc.",
+ "f4ee14": "MERCURY COMMUNICATION TECHNOLOGIES CO.,LTD.",
+ "f4ee31": "Cisco Systems, Inc",
+ "f4ef9e": "SGSG SCIENCE & TECHNOLOGY CO. LTD",
+ "f4f15a": "Apple, Inc.",
+ "f4f197": "EMTAKE Inc",
+ "f4f19e": "Corporation",
+ "f4f1e1": "Motorola Mobility LLC, a Lenovo Company",
+ "f4f26d": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f4f28a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4f309": "Samsung Electronics Co.,Ltd",
+ "f4f3aa": "JBL GmbH & Co. KG",
+ "f4f50b": "TP-Link Systems Inc.",
+ "f4f524": "Motorola Mobility LLC, a Lenovo Company",
+ "f4f5a5": "Nokia Corporation",
+ "f4f5d8": "Google, Inc.",
+ "f4f5db": "Xiaomi Communications Co Ltd",
+ "f4f5e8": "Google, Inc.",
+ "f4f646": "Dediprog Technology Co. Ltd.",
+ "f4f647": "zte corporation",
+ "f4f70c": "Avang - neterbit",
+ "f4f951": "Apple, Inc.",
+ "f4fbb8": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f4fbf5": "EM Microelectronic",
+ "f4fc32": "Texas Instruments",
+ "f4fc49": "zte corporation",
+ "f4fcb1": "JJ Corp",
+ "f4fd2b": "ZOYI Company",
+ "f4fe3e": "Apple, Inc.",
+ "f4fefb": "Samsung Electronics Co.,Ltd",
+ "f8009d": "INTRACOM DEFENSE S.A.",
+ "f800a1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f80113": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f801b4": "LG Electronics",
+ "f80278": "IEEE Registration Authority",
+ "f80332": "Khomp",
+ "f80377": "Apple, Inc.",
+ "f8051c": "DRS Imaging and Targeting Solutions",
+ "f80584": "EM Microelectronic",
+ "f8075d": "Huawei Device Co., Ltd.",
+ "f8084f": "Sagemcom Broadband SAS",
+ "f809a4": "Henan Thinker Rail Transportation Research Inc.",
+ "f80bbe": "Commscope",
+ "f80bcb": "Cisco Systems, Inc",
+ "f80bd0": "Co., Ltd.",
+ "f80c58": "Taicang T&W Electronics",
+ "f80d43": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f80d4b": "Nextracker, Inc.",
+ "f80d60": "CANON INC.",
+ "f80da9": "Zyxel Communications Corporation",
+ "f80dac": "HP Inc.",
+ "f80dea": "ZyCast Technology Inc.",
+ "f80df0": "zte corporation",
+ "f80df1": "Sontex SA",
+ "f80f41": "Corporation",
+ "f80f6f": "Cisco Systems, Inc",
+ "f80f84": "Natural Security SAS",
+ "f80ff9": "Google, Inc.",
+ "f81037": "Atopia Systems, LP",
+ "f81093": "Apple, Inc.",
+ "f810a0": "Xtreme Testek Inc.",
+ "f81308": "Nokia",
+ "f814dd": "Cisco Systems, Inc",
+ "f814fe": "UNION MAN TECHNOLOGY CO.,LTD",
+ "f81547": "Avaya Inc",
+ "f815e0": "Siemens Canada",
+ "f8160c": "Shenzhen iComm Semiconductor CO.,LTD",
+ "f81654": "Intel Corporate",
+ "f8172d": "Tuya Smart Inc.",
+ "f81897": "2Wire Inc",
+ "f81a2b": "Google, Inc.",
+ "f81a67": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f81b04": "Zhong Shan City Richsound Electronic Industrial Ltd",
+ "f81ce5": "Telefonbau Behnke GmbH",
+ "f81d0f": "Hitron Technologies. Inc",
+ "f81d78": "IEEE Registration Authority",
+ "f81d90": "Solidwintech",
+ "f81d93": "Controls Technology Co.,Ltd",
+ "f81e6f": "EBG compleo GmbH",
+ "f81edf": "Apple, Inc.",
+ "f81f32": "Motorola Mobility LLC, a Lenovo Company",
+ "f82055": "Green Information System",
+ "f82097": "Aditya Infotech Ltd.",
+ "f820a9": "Huawei Device Co., Ltd.",
+ "f820d2": "Vantiva USA LLC",
+ "f82111": "HMD Global Oy",
+ "f82229": "Nokia Shanghai Bell Co., Ltd.",
+ "f82285": "Cypress Technology CO., LTD.",
+ "f82387": "Shenzhen Horn Audio Co.,Ltd.",
+ "f823b2": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f82441": "Yeelink",
+ "f824db": "EntryPoint Networks, Inc",
+ "f824e4": "Co., Ltd",
+ "f82551": "Seiko Epson Corporation",
+ "f8272e": "Mercku",
+ "f82793": "Apple, Inc.",
+ "f82819": "Liteon Technology Corporation",
+ "f828c9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f829c0": "Availink, Inc.",
+ "f82a53": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "f82ae2": "Apple, Inc.",
+ "f82b7f": "Huawei Device Co., Ltd.",
+ "f82bc8": "Jiangsu Switter Co., Ltd",
+ "f82be6": "IEEE Registration Authority",
+ "f82c18": "2Wire Inc",
+ "f82d7c": "Apple, Inc.",
+ "f82dc0": "Commscope",
+ "f82e0c": "Texas Instruments",
+ "f82e3f": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f82e8e": "Nanjing Kechen Electric Co., Ltd.",
+ "f82edb": "RTW GmbH & Co. KG",
+ "f82f08": "Molex CMS",
+ "f82f5b": "eGauge Systems LLC",
+ "f82f65": "Huawei Device Co., Ltd.",
+ "f82f6a": "ITEL MOBILE LIMITED",
+ "f82fa8": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f83002": "Texas Instruments",
+ "f83094": "Alcatel-Lucent Telecom Limited",
+ "f8313e": "endeavour GmbH",
+ "f832e4": "ASUSTek COMPUTER INC.",
+ "f83331": "Texas Instruments",
+ "f83376": "Good Mind Innovation Co., Ltd.",
+ "f83441": "Intel Corporate",
+ "f83451": "Comcast-SRL",
+ "f8345a": "Hitron Technologies. Inc",
+ "f83553": "Magenta Research Ltd.",
+ "f835dd": "Gemtek Technology Co., Ltd.",
+ "f8369b": "Texas Instruments",
+ "f83869": "LG Electronics",
+ "f83880": "Apple, Inc.",
+ "f8388d": "New H3C Technologies Co., Ltd",
+ "f83918": "Cisco Systems, Inc",
+ "f83b1d": "Vantiva USA LLC",
+ "f83b7e": "Huawei Device Co., Ltd.",
+ "f83c44": "SHENZHEN TRANSCHAN TECHNOLOGY LIMITED",
+ "f83c80": "MITSUMI ELECTRIC CO.,LTD.",
+ "f83cbf": "BOTATO ELECTRONICS SDN BHD",
+ "f83d4e": "Softlink Automation System Co., Ltd",
+ "f83dc6": "AzureWave Technology Inc.",
+ "f83dff": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f83e95": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f83eb0": "Arcadyan Corporation",
+ "f83f51": "Samsung Electronics Co.,Ltd",
+ "f84288": "Apple, Inc.",
+ "f842fb": "Yasuda Joho Co.,ltd.",
+ "f843ef": "Xiaomi Communications Co Ltd",
+ "f84477": "Silicon Laboratories",
+ "f844e3": "Taicang T&W Electronics",
+ "f845ad": "Konka Group Co., Ltd.",
+ "f845c4": "Shenzhen Netforward Micro-Electronic Co., Ltd.",
+ "f8461c": "Sony Interactive Entertainment Inc.",
+ "f8462d": "SYNTEC Incorporation",
+ "f8472d": "X2gen Digital Corp. Ltd",
+ "f847e3": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "f84897": "Hitachi, Ltd.",
+ "f848fd": "China Mobile Group Device Co.,Ltd.",
+ "f84a73": "EUMTECH CO., LTD",
+ "f84a7f": "Innometriks Inc",
+ "f84abf": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f84cda": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f84d33": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f84d89": "Apple, Inc.",
+ "f84d8b": "ecamtek",
+ "f84dfc": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "f84e17": "Sony Corporation",
+ "f84e58": "Samsung Electronics Co.,Ltd",
+ "f84e73": "Apple, Inc.",
+ "f84f57": "Cisco Systems, Inc",
+ "f84fad": "Hui Zhou Gaoshengda Technology Co.,LTD",
+ "f8501c": "Tianjin Geneuo Technology Co.,Ltd",
+ "f85063": "Verathon",
+ "f85128": "SimpliSafe",
+ "f8516d": "Denwa Technology Corp.",
+ "f852df": "VNL Europe AB",
+ "f85329": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f854af": "ECI Telecom Ltd.",
+ "f854b8": "Amazon Technologies Inc.",
+ "f854f6": "AzureWave Technology Inc.",
+ "f85548": "Texas Instruments",
+ "f8554b": "WirelessMobility Engineering Centre SDN. BHD",
+ "f855cd": "Visteon Corporation",
+ "f856c3": "zte corporation",
+ "f8572e": "Core Brands, LLC",
+ "f85971": "Intel Corporate",
+ "f85a00": "Sanford LP",
+ "f85b3b": "ASKEY COMPUTER CORP",
+ "f85b6e": "Samsung Electronics Co.,Ltd",
+ "f85b9b": "iMercury",
+ "f85b9c": "SB SYSTEMS Co.,Ltd",
+ "f85bc9": "M-Cube Spa",
+ "f85c24": "Sonos Inc.",
+ "f85c45": "IC Nexus Co. Ltd.",
+ "f85c4d": "Nokia",
+ "f85c7d": "Shenzhen Honesty Electronics Co.,Ltd.",
+ "f85c7e": "Shenzhen Honesty Electronics Co.,Ltd.",
+ "f85e0b": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "f85e3c": "SHENZHEN ZHIBOTONG ELECTRONICS CO.,LTD",
+ "f85e42": "Vantiva USA LLC",
+ "f85ea0": "Intel Corporate",
+ "f85f2a": "Nokia Corporation",
+ "f860f0": "Hewlett Packard Enterprise",
+ "f86214": "Apple, Inc.",
+ "f862aa": "xn systems",
+ "f8633f": "Intel Corporate",
+ "f863d9": "Commscope",
+ "f86465": "Anova Applied Electronics, Inc.",
+ "f864b8": "zte corporation",
+ "f86601": "Suzhou Chi-tek information technology Co., Ltd",
+ "f8665a": "Apple, Inc.",
+ "f86691": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "f866d1": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f866f2": "Cisco Systems, Inc",
+ "f868ff": "Cisco Systems, Inc",
+ "f86971": "Seibu Electric Co.,",
+ "f86b14": "Barrot Technology Co.,LTD",
+ "f86bd9": "Cisco Systems, Inc",
+ "f86bfa": "Infinix mobility limited",
+ "f86c03": "Shenzhen Teleone Technology Co., Ltd",
+ "f86ce1": "Taicang T&W Electronics",
+ "f86d73": "Zengge Co., Limited",
+ "f86dcc": "WNC Corporation",
+ "f86ecf": "Arcx Inc",
+ "f86eee": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f86fb0": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f86fc1": "Apple, Inc.",
+ "f86fde": "Shenzhen Goodix Technology Co.,Ltd.",
+ "f8710c": "Xiaomi Communications Co Ltd",
+ "f871a6": "Apple, Inc.",
+ "f871fe": "The Goldman Sachs Group, Inc.",
+ "f872ea": "Cisco Systems, Inc",
+ "f8731a": "zte corporation",
+ "f87394": "NETGEAR",
+ "f873a2": "Avaya Inc",
+ "f873df": "Apple, Inc.",
+ "f87588": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f875a4": "Electronics Technology co., ltd",
+ "f8769b": "Neopis Co., Ltd.",
+ "f877b8": "Samsung Electronics Co.,Ltd",
+ "f87907": "Huawei Device Co., Ltd.",
+ "f8790a": "Commscope",
+ "f87928": "zte corporation",
+ "f87999": "Guangdong Jiuzhi Technology Co.,Ltd",
+ "f87a39": "IEEE Registration Authority",
+ "f87a41": "Cisco Systems, Inc",
+ "f87aef": "Rosonix Technology, Inc.",
+ "f87b20": "Cisco Systems, Inc",
+ "f87b62": "FASTWEL INTERNATIONAL CO., LTD. Taiwan Branch",
+ "f87b7a": "Commscope",
+ "f87b8c": "Amped Wireless",
+ "f87be0": "Funtime Pickleball Inc.",
+ "f87d3f": "Huawei Device Co., Ltd.",
+ "f87d76": "Apple, Inc.",
+ "f87fa5": "GREATEK",
+ "f88096": "Elsys Equipamentos Eletrônicos Ltda",
+ "f8811a": "OVERKIZ",
+ "f88200": "CaptionCall",
+ "f88306": "Beijing Xiaomi Mobile Software Co., Ltd",
+ "f88479": "Yaojin Technology(Shenzhen)Co.,Ltd",
+ "f884f2": "Samsung Electronics Co.,Ltd",
+ "f885f9": "Calix Inc.",
+ "f887f1": "Apple, Inc.",
+ "f8893c": "Inventec Appliances Corp.",
+ "f889d2": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "f88a3c": "IEEE Registration Authority",
+ "f88a5e": "Texas Instruments",
+ "f88b37": "Commscope",
+ "f88c1c": "KAISHUN ELECTRONIC TECHNOLOGY CO., LTD. BEIJING",
+ "f88c21": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f88def": "Tenebraex",
+ "f88e85": "Comtrend Corporation",
+ "f88ea1": "Edgecore Networks Corporation",
+ "f88f07": "Samsung Electronics Co.,Ltd",
+ "f88fc8": "Corp.",
+ "f88fca": "Google, Inc.",
+ "f89066": "Nain Inc.",
+ "f8912a": "GLP German Light Products GmbH",
+ "f8916f": "Texas Instruments",
+ "f89173": "AEDLE SAS",
+ "f893f3": "VOLANS",
+ "f89497": "BUFFALO.INC",
+ "f894c2": "Intel Corporate",
+ "f89522": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f89550": "Proton Products Chengdu Ltd",
+ "f895ea": "Apple, Inc.",
+ "f896fe": "LG Innotek",
+ "f89725": "OPPLE LIGHTING CO., LTD",
+ "f89753": "Huawei Device Co., Ltd.",
+ "f897a9": "Ericsson AB",
+ "f897b0": "Goki Pty Ltd",
+ "f897cf": "DAESHIN-INFORMATION TECHNOLOGY CO., LTD.",
+ "f8983a": "Limited",
+ "f898b9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f898ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f89910": "Sdn. Bhd.",
+ "f89955": "Fortress Technology Inc",
+ "f89a25": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f89a78": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f89b6e": "Nokia Solutions and Networks GmbH & Co. KG",
+ "f89d0d": "Control Technology Inc.",
+ "f89d9d": "Shenzhen MinewSemi Co.,LTD.",
+ "f89dbb": "Tintri",
+ "f89e28": "Cisco Meraki",
+ "f89e94": "Intel Corporate",
+ "f89fb8": "YAZAKI Energy System Corporation",
+ "f8a03d": "Dinstar Technologies Co., Ltd.",
+ "f8a097": "Commscope",
+ "f8a188": "LED Roadway Lighting",
+ "f8a26d": "CANON INC.",
+ "f8a2b4": "RHEWA-WAAGENFABRIK August Freudewald GmbH &Co. KG",
+ "f8a2d6": "Liteon Technology Corporation",
+ "f8a34f": "zte corporation",
+ "f8a45f": "Xiaomi Communications Co Ltd",
+ "f8a475": "PT Indoreka Jaya Wutama",
+ "f8a4fb": "Nanjing Decowell Automation Co.,LTD",
+ "f8a5c5": "Cisco Systems, Inc",
+ "f8a73a": "Cisco Systems, Inc",
+ "f8a763": "Zhejiang Tmall Technology Co., Ltd.",
+ "f8a91f": "ZVISION Technologies Co., Ltd",
+ "f8a963": "CO., LTD. ",
+ "f8a9de": "PUISSANCE PLUS",
+ "f8aa3f": "Corporation",
+ "f8aa8a": "Co.,Ltd",
+ "f8aab3": "Machinery & Electronic Co., Ltd",
+ "f8ab05": "Sagemcom Broadband SAS",
+ "f8ab82": "Xiaomi Communications Co Ltd",
+ "f8abe5": "shenzhen worldelite electronics co., LTD",
+ "f8ac65": "Intel Corporate",
+ "f8ac6d": "Deltenna Ltd",
+ "f8acc1": "InnoXings Co., LTD.",
+ "f8ad24": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "f8adcb": "HMD Global Oy",
+ "f8ae27": "John Deere Electronic Solutions",
+ "f8af05": "Huawei Device Co., Ltd.",
+ "f8afdb": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f8b132": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8b156": "Dell Inc.",
+ "f8b1dd": "Apple, Inc.",
+ "f8b2f3": "GUANGZHOU BOSMA TECHNOLOGY CO.,LTD",
+ "f8b3b7": "Espressif Inc.",
+ "f8b46a": "Hewlett Packard",
+ "f8b54d": "Intel Corporate",
+ "f8b568": "IEEE Registration Authority",
+ "f8b599": "Guangzhou CHNAVS Digital Technology Co.,Ltd",
+ "f8b797": "NEC Platforms, Ltd.",
+ "f8b7e2": "Cisco Systems, Inc",
+ "f8b8b4": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "f8b95a": "LG Innotek",
+ "f8bae6": "Nokia",
+ "f8bbbf": "eero inc.",
+ "f8bc0e": "eero inc.",
+ "f8bc12": "Dell Inc.",
+ "f8bc41": "Rosslare Enterprises Limited",
+ "f8be0d": "A2UICT Co.,Ltd.",
+ "f8bf09": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8c001": "Juniper Networks",
+ "f8c091": "Highgates Technology",
+ "f8c116": "Juniper Networks",
+ "f8c120": "Xi'an Link-Science Technology Co.,Ltd",
+ "f8c249": "AMPERE COMPUTING LLC",
+ "f8c288": "Cisco Systems, Inc",
+ "f8c372": "TSUZUKI DENKI",
+ "f8c397": "NZXT Corp. Ltd.",
+ "f8c39e": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8c3cc": "Apple, Inc.",
+ "f8c3f1": "Raytron Photonics Co.,Ltd.",
+ "f8c4ae": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f8c4f3": "Shanghai Infinity Wireless Technologies Co.,Ltd.",
+ "f8c4fa": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "f8c650": "Cisco Systems, Inc",
+ "f8c678": "Carefusion",
+ "f8c903": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f8c96c": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f8ca59": "NetComm Wireless",
+ "f8ca85": "NEC Corporation",
+ "f8cab8": "Dell Inc.",
+ "f8cc6e": "DEPO Electronics Ltd",
+ "f8cdc8": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "f8ce07": "ZHEJIANG DAHUA TECHNOLOGYCO.,LTD",
+ "f8ce21": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f8ce72": "Wistron Corporation",
+ "f8cf52": "Intel Corporate",
+ "f8cfc5": "Motorola Mobility LLC, a Lenovo Company",
+ "f8d00e": "Vantiva USA LLC",
+ "f8d027": "Seiko Epson Corporation",
+ "f8d0ac": "Sony Interactive Entertainment Inc.",
+ "f8d0bd": "Samsung Electronics Co.,Ltd",
+ "f8d0c5": "Sector Alarm Tech S.L.",
+ "f8d111": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "f8d2ac": "Vantiva USA LLC",
+ "f8d3a9": "AXAN Networks",
+ "f8d3f0": "Apple, Inc.",
+ "f8d462": "Pumatronix Equipamentos Eletronicos Ltda.",
+ "f8d478": "Pvt Ltd",
+ "f8d554": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "f8d756": "Simm Tronic Limited ",
+ "f8d758": "Veratron AG",
+ "f8d7bf": "REV Ritter GmbH",
+ "f8d9b8": "Open Mesh, Inc.",
+ "f8da0c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "f8dadf": "EcoTech, Inc.",
+ "f8dae2": "NDC Technologies",
+ "f8daf4": "Taishan Online Technology Co., Ltd.",
+ "f8db4c": "PNY Technologies, INC.",
+ "f8db7f": "HTC Corporation",
+ "f8db88": "Dell Inc.",
+ "f8dc7a": "Variscite LTD",
+ "f8de73": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8df15": "Sunitec Enterprise Co.,Ltd",
+ "f8dfa8": "zte corporation",
+ "f8dfe1": "MyLight Systems",
+ "f8e079": "Motorola Mobility LLC, a Lenovo Company",
+ "f8e252": "Apple, Inc.",
+ "f8e35f": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "f8e43b": "ASIX Electronics Corporation",
+ "f8e44e": "MCOT INC.",
+ "f8e4a4": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "f8e4e3": "Intel Corporate",
+ "f8e4fb": "Actiontec Electronics, Inc",
+ "f8e57e": "Cisco Systems, Inc",
+ "f8e5ce": "Apple, Inc.",
+ "f8e5cf": "CGI IT UK LIMITED",
+ "f8e61a": "Samsung Electronics Co.,Ltd",
+ "f8e71e": "Ruckus Wireless",
+ "f8e7a0": "vivo Mobile Communication Co., Ltd.",
+ "f8e7b5": "Tech Tecnologia LTDA",
+ "f8e811": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8e877": "Harman/Becker Automotive Systems GmbH",
+ "f8e903": "D-Link International",
+ "f8e94e": "Apple, Inc.",
+ "f8e94f": "Cisco Systems, Inc",
+ "f8e968": "Egker Kft.",
+ "f8ea0a": "Dipl.-Math. Michael Rauch",
+ "f8eda5": "Commscope",
+ "f8edae": "CO.,LTD",
+ "f8edfc": "HP Inc.",
+ "f8ef5d": "Motorola Mobility LLC, a Lenovo Company",
+ "f8efb1": "Hangzhou Zhongxinghui Intelligent Technology Co., Ltd.",
+ "f8f005": "Newport Media Inc.",
+ "f8f014": "RackWare Inc.",
+ "f8f082": "NAGTECH LLC",
+ "f8f09d": "Hangzhou Prevail Communication Technology Co., Ltd",
+ "f8f0c5": "Suzhou Kuhan Information Technologies Co.,Ltd.",
+ "f8f1b6": "Motorola Mobility LLC, a Lenovo Company",
+ "f8f1e6": "Samsung Electronics Co.,Ltd",
+ "f8f21e": "Intel Corporate",
+ "f8f25a": "G-Lab GmbH",
+ "f8f295": "Annapurna labs",
+ "f8f2f0": "Crop.",
+ "f8f3d3": "Shenzhen Gotron electronic CO.,LTD",
+ "f8f464": "Rawe Electonic GmbH",
+ "f8f519": "Rulogic Inc.",
+ "f8f532": "Commscope",
+ "f8f58c": "Apple, Inc.",
+ "f8f7b9": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "f8f7d2": "Equal Optics, LLC",
+ "f8f7d3": "International Communications Corporation",
+ "f8f7ff": "SYN-TECH SYSTEMS INC",
+ "f8fb2f": "Santur Corporation",
+ "f8fb90": "Texas Instruments",
+ "f8fce1": "Amazon Technologies Inc.",
+ "f8fe5c": "Reciprocal Labs Corp",
+ "f8fe5e": "Intel Corporate",
+ "f8fea8": "Technico Japan Corporation",
+ "f8ff0b": "Electronic Technology Inc.",
+ "f8ff5f": "Shenzhen Communication Technology Co.,Ltd",
+ "f8ffc2": "Apple, Inc.",
+ "fc0012": "Toshiba Samsung Storage Technolgoy Korea Corporation ",
+ "fc012c": "Espressif Inc.",
+ "fc017c": "Hon Hai Precision Ind. Co.,Ltd.",
+ "fc019e": "VIEVU",
+ "fc01cd": "FUNDACION TEKNIKER",
+ "fc0296": "Xiaomi Communications Co Ltd",
+ "fc039f": "Samsung Electronics Co.,Ltd",
+ "fc041c": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "fc0647": "Cortland Research, LLC",
+ "fc068c": "SHENZHEN MICIPC TECHNOLOGY CO.,LTD",
+ "fc06ed": "M2Motive Technology Inc.",
+ "fc0736": "Huawei Device Co., Ltd.",
+ "fc07a0": "LRE Medical GmbH",
+ "fc084a": "FUJITSU LIMITED",
+ "fc0877": "Prentke Romich Company",
+ "fc09d8": "ACTEON Group",
+ "fc09f6": "GUANGDONG TONZE ELECTRIC CO.,LTD",
+ "fc0a81": "Extreme Networks Headquarters",
+ "fc0c45": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "fc0f4b": "Texas Instruments",
+ "fc0fe6": "Sony Interactive Entertainment Inc.",
+ "fc0fe7": "Microchip Technology Inc.",
+ "fc101a": "Palo Alto Networks",
+ "fc10bd": "Control Sistematizado S.A.",
+ "fc10c6": "Taicang T&W Electronics",
+ "fc1165": "Cambium Networks Limited",
+ "fc1186": "Logic3 plc",
+ "fc1193": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc122c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc1263": "ASKEY COMPUTER CORP",
+ "fc1349": "Global Apps Corp.",
+ "fc13f0": "Co., Ltd.",
+ "fc1499": "Aimore Acoustics Incorporation",
+ "fc15b4": "Hewlett Packard",
+ "fc1607": "Co.,Ltd.",
+ "fc1794": "InterCreative Co., Ltd",
+ "fc1803": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc183c": "Apple, Inc.",
+ "fc1910": "Samsung Electronics Co.,Ltd",
+ "fc1928": "Actions Microelectronics",
+ "fc1999": "Xiaomi Communications Co Ltd",
+ "fc19d0": "Cloud Vision Networks Technology Co.,Ltd.",
+ "fc1a11": "vivo Mobile Communication Co., Ltd.",
+ "fc1a46": "Samsung Electronics Co.,Ltd",
+ "fc1bd1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc1bff": "V-ZUG AG",
+ "fc1ca1": "Nokia",
+ "fc1d2a": "vivo Mobile Communication Co., Ltd.",
+ "fc1d3a": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc1d43": "Apple, Inc.",
+ "fc1d59": "I Smart Cities HK Ltd",
+ "fc1d84": "Autobase",
+ "fc1e16": "IPEVO corp",
+ "fc1f19": "SAMSUNG ELECTRO MECHANICS CO., LTD.",
+ "fc1fc0": "EURECAM",
+ "fc221c": "Shenzhen Xunman Technology Co., Ltd",
+ "fc229c": "Han Kyung I Net Co.,Ltd.",
+ "fc22d3": "FDSYS",
+ "fc22f4": "Zyxel Communications Corporation",
+ "fc2325": "Co., Ltd.",
+ "fc23cd": "SHENZHEN BILIAN ELECTRONIC CO.,LTD",
+ "fc253f": "Apple, Inc.",
+ "fc27a2": "TRANS ELECTRIC CO., LTD.",
+ "fc29e3": "Infinix mobility limited",
+ "fc29f3": "McPay Co.,LTD.",
+ "fc2a46": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "fc2a54": "Connected Data, Inc.",
+ "fc2a9c": "Apple, Inc.",
+ "fc2bb2": "Actiontec Electronics, Inc",
+ "fc2cfd": "dormakaba Canada Inc. - Keyscan",
+ "fc2d5e": "zte corporation",
+ "fc2e19": "China Mobile Group Device Co.,Ltd.",
+ "fc2e2d": "Lorom Industrial Co.LTD.",
+ "fc2f40": "Calxeda, Inc.",
+ "fc2f6b": "Everspin Technologies, Inc.",
+ "fc2faa": "Nokia",
+ "fc2fef": "UTT Technologies Co., Ltd.",
+ "fc315d": "Apple, Inc.",
+ "fc3288": "CELOT Wireless Co., Ltd",
+ "fc3342": "Juniper Networks",
+ "fc3357": "KAGA FEI Co., Ltd.",
+ "fc335f": "Polyera",
+ "fc3497": "ASUSTek COMPUTER INC.",
+ "fc34e2": "Shenzhen YOUHUA Technology Co., Ltd",
+ "fc3598": "Favite Inc.",
+ "fc35e6": "Visteon Corporation",
+ "fc372b": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "fc386a": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "fc3876": "Forum Communication Systems, Inc",
+ "fc3882": "Infinix mobility limited",
+ "fc38c4": "China Grand Communications Co.,Ltd.",
+ "fc395a": "SonicWall ",
+ "fc3964": "ITEL MOBILE LIMITED",
+ "fc3cd7": "Tuya Smart Inc.",
+ "fc3ce9": "Tsingtong Technologies Co, Ltd.",
+ "fc3d73": "eero inc.",
+ "fc3d93": "LONGCHEER TELECOMMUNICATION LIMITED",
+ "fc3da5": "Arcadyan Corporation",
+ "fc3f7c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc3fa6": "eero inc.",
+ "fc3fab": "Henan Lanxin Technology Co., Ltd",
+ "fc3fdb": "Hewlett Packard",
+ "fc3ffc": "Tozed Kangwei Tech Co.,Ltd",
+ "fc4009": "zte corporation",
+ "fc4116": "Google, Inc.",
+ "fc4203": "Samsung Electronics Co.,Ltd",
+ "fc4265": "Zhejiang Tmall Technology Co., Ltd.",
+ "fc4345": "Xiaomi Communications Co Ltd",
+ "fc4463": "Universal Audio, Inc",
+ "fc4482": "Intel Corporate",
+ "fc4499": "Swarco LEA d.o.o.",
+ "fc449f": "zte corporation",
+ "fc455f": "JIANGXI SHANSHUI OPTOELECTRONIC TECHNOLOGY CO.,LTD",
+ "fc4596": "CO., LTD. ",
+ "fc45c3": "Texas Instruments",
+ "fc478d": "SHENZHEN TOPWELL TECHNOLOGY CO., LTD.",
+ "fc47d8": "Apple, Inc.",
+ "fc48c9": "Yobiiq Intelligence B.V.",
+ "fc48ef": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc492d": "Amazon Technologies Inc.",
+ "fc4ae9": "Castlenet Technology Inc.",
+ "fc4b1c": "INTERSENSOR S.R.L.",
+ "fc4b57": "Peerless Instrument Division of Curtiss-Wright ",
+ "fc4bbc": "Sunplus Technology Co., Ltd.",
+ "fc4cea": "Dell Inc.",
+ "fc4cef": "Huawei Device Co., Ltd.",
+ "fc4d6a": "Silicon Laboratories",
+ "fc4d8c": "SHENZHEN PANTE ELECTRONICS TECHNOLOGY CO., LTD",
+ "fc4da6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc4dd4": "Universal Global Scientific Industrial., Ltd",
+ "fc4e6d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc4ea4": "Apple, Inc.",
+ "fc500c": "Sitehop Ltd",
+ "fc5090": "SIMEX Sp. z o.o.",
+ "fc50d6": "Huawei Device Co., Ltd.",
+ "fc51a4": "Commscope",
+ "fc51b5": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc528d": "Vantiva USA LLC",
+ "fc52ce": "Control iD",
+ "fc539e": "Shanghai Wind Technologies Co.,Ltd",
+ "fc5557": "Apple, Inc.",
+ "fc55dc": "Baltic Latvian Universal Electronics LLC",
+ "fc5703": "Hisense broadband multimedia technology Co.,Ltd",
+ "fc584a": "xiamenshi c-chip technology co., ltd",
+ "fc589a": "Cisco Systems, Inc",
+ "fc58df": "Interphone Service",
+ "fc58fa": "Shen Zhen Shi Xin Zhong Xin Technology Co.,Ltd.",
+ "fc599f": "Ruijie Networks Co.,LTD",
+ "fc59c0": "Arista Networks",
+ "fc5a1d": "Hitron Technologies. Inc",
+ "fc5adc": "Keenetic Limited",
+ "fc5b24": "Weibel Scientific A/S",
+ "fc5b26": "MikroBits",
+ "fc5b39": "Cisco Systems, Inc",
+ "fc5b8c": "Xiaomi Communications Co Ltd",
+ "fc5c45": "Ruckus Wireless",
+ "fc5cee": "Electronics Technology co., ltd",
+ "fc5f49": "Zhejiang Dahua Technology Co., Ltd.",
+ "fc6018": "Zhejiang Kangtai Electric Co., Ltd.",
+ "fc609b": "New H3C Technologies Co., Ltd",
+ "fc6179": "IEEE Registration Authority",
+ "fc6198": "NEC Personal Products, Ltd",
+ "fc61e9": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "fc626e": "Beijing MDC Telecom",
+ "fc626f": "Fortx",
+ "fc62b9": "ALPSALPINE CO,.LTD",
+ "fc643a": "Samsung Electronics Co.,Ltd",
+ "fc64ba": "Xiaomi Communications Co Ltd",
+ "fc65b3": "Huawei Device Co., Ltd.",
+ "fc65de": "Amazon Technologies Inc.",
+ "fc66cf": "Apple, Inc.",
+ "fc671f": "Tuya Smart Inc.",
+ "fc683e": "Directed Perception, Inc",
+ "fc6947": "Texas Instruments",
+ "fc698c": "ANDREAS STIHL AG & Co. KG",
+ "fc6a1c": "Mellanox Technologies, Inc.",
+ "fc6bf0": "TOPWELL INTERNATIONAL HOLDINDS LIMITED",
+ "fc6c31": "LXinstruments GmbH",
+ "fc6d77": "Intel Corporate",
+ "fc6dc0": "BME CORPORATION",
+ "fc6dd1": "APRESIA Systems, Ltd.",
+ "fc6fb7": "Commscope",
+ "fc702e": "Sichuan AI-Link Technology Co., Ltd.",
+ "fc71fa": "Trane Technologies",
+ "fc73fb": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc7516": "D-Link International",
+ "fc75e6": "Handreamnet",
+ "fc7692": "Semptian Co.,Ltd.",
+ "fc7774": "Intel Corporate",
+ "fc777b": "Hitron Technologies. Inc",
+ "fc790b": "Hitachi High Technologies America, Inc.",
+ "fc79dd": "Huawei Device Co., Ltd.",
+ "fc7a58": "Shenzhen Skyworth Digital Technology CO., Ltd",
+ "fc7c02": "Co., Ltd.",
+ "fc7ce7": "FCI USA LLC",
+ "fc7d6c": "HYESUNG TECHWIN Co., Ltd",
+ "fc7f56": "CoSyst Control Systems GmbH",
+ "fc7ff1": "Hewlett Packard Enterprise",
+ "fc8329": "Trei technics",
+ "fc8399": "Avaya Inc",
+ "fc83c6": "N-Radio Technologies Co., Ltd.",
+ "fc8417": "Honor Device Co., Ltd.",
+ "fc84a7": "Murata Manufacturing Co., Ltd.",
+ "fc8596": "Axonne Inc.",
+ "fc862a": "Huawei Device Co., Ltd.",
+ "fc8743": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc8a3d": "zte corporation",
+ "fc8af7": "zte corporation",
+ "fc8b1f": "GUTOR Electronic",
+ "fc8b97": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "fc8c11": "Microsoft Corporation",
+ "fc8d13": "FUJIAN STAR-NET COMMUNICATION CO.,LTD",
+ "fc8d3d": "Leapfive Tech. Ltd.",
+ "fc8e5b": "China Mobile Iot Limited company",
+ "fc8e6e": "StreamCCTV, LLC",
+ "fc8e7e": "Commscope",
+ "fc8f7d": "SHENZHEN GONGJIN ELECTRONICS CO.,LT",
+ "fc8f90": "Samsung Electronics Co.,Ltd",
+ "fc8fc4": "Intelligent Technology Inc.",
+ "fc90fa": "Independent Technologies",
+ "fc9114": "Vantiva USA LLC",
+ "fc915d": "Google, Inc.",
+ "fc9189": "Sichuan Tianyi Comheart Telecom Co.,LTD",
+ "fc923b": "Nokia Corporation",
+ "fc9257": "Sdn. Bhd.",
+ "fc931d": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc936b": "Samsung Electronics Co.,Ltd",
+ "fc942e": "Cisco Meraki",
+ "fc9435": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fc946c": "UBIVELOX",
+ "fc94ce": "zte corporation",
+ "fc94e3": "Vantiva USA LLC",
+ "fc956a": "OCTAGON SYSTEMS CORP.",
+ "fc963e": "EM Microelectronic",
+ "fc9643": "Juniper Networks",
+ "fc97a8": "Cricut Inc.",
+ "fc9816": "ALPSALPINE CO,.LTD",
+ "fc9947": "Cisco Systems, Inc",
+ "fc9afa": "Motus Global Inc.",
+ "fc9bc6": "Sumavision Technologies Co.,Ltd",
+ "fc9bd4": "EdgeQ",
+ "fc9c98": "Arlo Technology",
+ "fc9ca7": "Apple, Inc.",
+ "fc9d05": "Micro-Star INTL CO., LTD.",
+ "fc9dd8": "Beijing TongTongYiLian Science and Technology Ltd.",
+ "fc9f2a": "Zyxel Communications Corporation",
+ "fc9fae": "Fidus Systems Inc",
+ "fc9fe1": "CONWIN.Tech. Ltd",
+ "fc9ffd": "Hangzhou Hikvision Digital Technology Co.,Ltd.",
+ "fca05a": "Oray.com co., LTD.",
+ "fca0f3": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fca13e": "Samsung Electronics Co.,Ltd",
+ "fca183": "Amazon Technologies Inc.",
+ "fca22a": "PT. Callysta Multi Engineering",
+ "fca2df": "IEEE Registration Authority",
+ "fca386": "SHENZHEN CHUANGWEI-RGB ELECTRONICS CO.,LTD",
+ "fca47a": "IEEE Registration Authority",
+ "fca5c8": "Apple, Inc.",
+ "fca5d0": "GUANGDONG OPPO MOBILE TELECOMMUNICATIONS CORP.,LTD",
+ "fca621": "Samsung Electronics Co.,Ltd",
+ "fca64c": "Alibaba cloud computing Co., Ltd",
+ "fca667": "Amazon Technologies Inc.",
+ "fca6cd": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "fca841": "Avaya Inc",
+ "fca84a": "Sentinum GmbH",
+ "fca89a": "Sunitec Enterprise Co.,Ltd",
+ "fca89b": "Texas Instruments",
+ "fca8e0": "THE FURUKAWA ELECTRIC CO., LTD",
+ "fca9b0": "INC.",
+ "fca9dc": "Sdn. Bhd.",
+ "fca9f5": "Xiaomi Communications Co Ltd",
+ "fcaa14": "GIGA-BYTE TECHNOLOGY CO.,LTD.",
+ "fcaa81": "Apple, Inc.",
+ "fcaab6": "Samsung Electronics Co.,Ltd",
+ "fcab90": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fcabd0": "vivo Mobile Communication Co., Ltd.",
+ "fcabf5": "zte corporation",
+ "fcad0f": "QTS NETWORKS",
+ "fcae2b": "Titan Products Ltd.",
+ "fcae34": "Commscope",
+ "fcaf6a": "Qulsar Inc",
+ "fcafac": "Socionext Inc.",
+ "fcafbe": "TireCheck GmbH",
+ "fcb0c4": "Shanghai DareGlobal Technologies Co.,Ltd",
+ "fcb0de": "CLOUD NETWORK TECHNOLOGY SINGAPORE PTE. LTD.",
+ "fcb10d": "Shenzhen Tian Kun Technology Co.,LTD.",
+ "fcb214": "Apple, Inc.",
+ "fcb2d6": "CIG SHANGHAI CO LTD",
+ "fcb387": "New Energy Vehicle Parts Technology Co., Ltd.",
+ "fcb3aa": "Intel Corporate",
+ "fcb3bc": "Intel Corporate",
+ "fcb467": "Espressif Inc.",
+ "fcb4e6": "ASKEY COMPUTER CORP",
+ "fcb577": "Cortex Security Inc",
+ "fcb585": "Shenzhen Water World Information Co.,Ltd.",
+ "fcb58a": "Wapice Ltd.",
+ "fcb662": "IC Holdings LLC",
+ "fcb698": "Co.,Ltd.",
+ "fcb69d": "Zhejiang Dahua Technology Co., Ltd.",
+ "fcb6d8": "Apple, Inc.",
+ "fcb7f0": "Idaho National Laboratory",
+ "fcb97e": "GE Appliances",
+ "fcb9df": "Motorola Mobility LLC, a Lenovo Company",
+ "fcbba1": "Shenzhen Minicreate Technology Co.,Ltd",
+ "fcbc0e": "Zhejiang Cainiao Supply Chain Management Co., Ltd",
+ "fcbc9c": "Vimar Spa",
+ "fcbcd1": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fcbd67": "Arista Networks",
+ "fcbe7b": "vivo Mobile Communication Co., Ltd.",
+ "fcc0cc": "Yunke China Information Technology Limited",
+ "fcc233": "ASUSTek COMPUTER INC.",
+ "fcc23d": "Atmel Corporation",
+ "fcc2de": "Murata Manufacturing Co., Ltd.",
+ "fcc2e5": "HOLOWITS TECHNOLOGIES CO.,LTD",
+ "fcc734": "Samsung Electronics Co.,Ltd",
+ "fcc737": "Shaanxi Gangsion Electronic Technology Co., Ltd",
+ "fcc897": "zte corporation",
+ "fccac4": "LifeHealth, LLC",
+ "fccce4": "Ascon Ltd.",
+ "fccd2f": "IEEE Registration Authority",
+ "fccf43": "HUIZHOU CITY HUIYANG DISTRICT MEISIQI INDUSTRY DEVELOPMENT CO,.LTD",
+ "fccf62": "IBM Corp",
+ "fccf9f": "EM Microelectronic",
+ "fcd202": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "fcd290": "SKY UK LIMITED",
+ "fcd2b6": "IEEE Registration Authority",
+ "fcd436": "Motorola Mobility LLC, a Lenovo Company",
+ "fcd4f2": "The Coca Cola Company",
+ "fcd4f6": "Messana Air.Ray Conditioning s.r.l.",
+ "fcd586": "Shenzhen SuperElectron Technology Co.,Ltd.",
+ "fcd5d9": "Shenzhen SDMC Technology CO.,Ltd.",
+ "fcd6bd": "Robert Bosch GmbH",
+ "fcd733": "TP-LINK TECHNOLOGIES CO.,LTD.",
+ "fcd749": "Amazon Technologies Inc.",
+ "fcd817": "Beijing Hesun Technologies Co.Ltd.",
+ "fcd848": "Apple, Inc.",
+ "fcd908": "Xiaomi Communications Co Ltd",
+ "fcd96b": "Realme Chongqing Mobile Telecommunications Corp.,Ltd.",
+ "fcdb21": "SAMSARA NETWORKS INC",
+ "fcdb96": "ENERVALLEY CO., LTD",
+ "fcdbb3": "Murata Manufacturing Co., Ltd.",
+ "fcdc4a": "G-Wearables Corp.",
+ "fcdd55": "Shenzhen WeWins wireless Co.,Ltd",
+ "fcde90": "Samsung Electronics Co.,Ltd",
+ "fcdec5": "Texas Instruments",
+ "fcdf00": "GD Midea Air-Conditioning Equipment Co.,Ltd.",
+ "fce14f": "BRK Brands, Inc.",
+ "fce186": "A3M Co., LTD",
+ "fce192": "Sichuan Jinwangtong Electronic Science&Technology Co,.Ltd",
+ "fce1a6": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fce1d9": "Stable Imaging Solutions LLC",
+ "fce1fb": "Array Networks",
+ "fce23f": "CLAY PAKY SPA",
+ "fce26c": "Apple, Inc.",
+ "fce33c": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fce498": "IEEE Registration Authority",
+ "fce557": "Nokia Corporation",
+ "fce66a": "Industrial Software Co",
+ "fce806": "Edifier International",
+ "fce892": "Hangzhou Lancable Technology Co.,Ltd",
+ "fce8c0": "Espressif Inc.",
+ "fce998": "Apple, Inc.",
+ "fce9d8": "Amazon Technologies Inc.",
+ "fcea50": "Sdn. Bhd.",
+ "fcecda": "Ubiquiti Inc",
+ "fcedb9": "Arrayent",
+ "fceee6": "FORMIKE ELECTRONIC CO., LTD",
+ "fcf136": "Samsung Electronics Co.,Ltd",
+ "fcf152": "Sony Corporation",
+ "fcf1cd": "OPTEX-FA CO.,LTD.",
+ "fcf29f": "China Mobile Iot Limited company",
+ "fcf528": "Zyxel Communications Corporation",
+ "fcf5c4": "Espressif Inc.",
+ "fcf647": "Fiberhome Telecommunication Technologies Co.,LTD",
+ "fcf738": "HUAWEI TECHNOLOGIES CO.,LTD",
+ "fcf763": "Co., LTd",
+ "fcf77b": "Huawei Device Co., Ltd.",
+ "fcf861": "Harman/Becker Automotive Systems GmbH",
+ "fcf8ae": "Intel Corporate",
+ "fcf8b7": "TRONTEQ Electronic",
+ "fcfa21": "zte corporation",
+ "fcfaf7": "Shanghai Baud Data Communication Co.,Ltd.",
+ "fcfbfb": "Cisco Systems, Inc",
+ "fcfc48": "Apple, Inc.",
+ "fcfe77": "Hitachi Reftechno, Inc.",
+ "fcfec2": "Invensys Controls UK Limited",
+ "fcffaa": "IEEE Registration Authority",
+}
diff --git a/netutils/data_files/protocol_mappings.py b/netutils/data_files/protocol_mappings.py
new file mode 100644
index 0000000..95a718d
--- /dev/null
+++ b/netutils/data_files/protocol_mappings.py
@@ -0,0 +1,6352 @@
+"""Dictionary object to store Protocol information."""
+
+# pylint: disable=too-many-lines
+from typing import Any, Dict
+
+PROTOCOLS: Dict[str, Any] = {
+ "tcpmux": {"port_number": 1, "protocols": ["tcp", "udp"]},
+ "rje": {"port_number": 5, "protocols": ["tcp", "udp"]},
+ "echo": {"port_number": 7, "protocols": ["tcp", "udp"]},
+ "discard": {"port_number": 9, "protocols": ["tcp", "udp", "sctp", "dccp"]},
+ "systat": {"port_number": 11, "protocols": ["tcp", "udp"]},
+ "daytime": {"port_number": 13, "protocols": ["tcp", "udp"]},
+ "qotd": {"port_number": 17, "protocols": ["tcp", "udp"]},
+ "msp": {"port_number": 18, "protocols": ["tcp", "udp"]},
+ "chargen": {"port_number": 19, "protocols": ["tcp", "udp"]},
+ "ftp-data": {"port_number": 20, "protocols": ["tcp", "udp", "sctp"]},
+ "ftp": {"port_number": 21, "protocols": ["tcp", "udp", "sctp"]},
+ "ssh": {"port_number": 22, "protocols": ["tcp", "udp", "sctp"]},
+ "telnet": {"port_number": 23, "protocols": ["tcp", "udp"]},
+ "smtp": {"port_number": 25, "protocols": ["tcp", "udp"]},
+ "nsw-fe": {"port_number": 27, "protocols": ["tcp", "udp"]},
+ "msg-icp": {"port_number": 29, "protocols": ["tcp", "udp"]},
+ "msg-auth": {"port_number": 31, "protocols": ["tcp", "udp"]},
+ "dsp": {"port_number": 33, "protocols": ["tcp", "udp"]},
+ "time": {"port_number": 37, "protocols": ["tcp", "udp"]},
+ "rap": {"port_number": 38, "protocols": ["tcp", "udp"]},
+ "rlp": {"port_number": 39, "protocols": ["tcp", "udp"]},
+ "graphics": {"port_number": 41, "protocols": ["tcp", "udp"]},
+ "name": {"port_number": 42, "protocols": ["tcp", "udp"]},
+ "nameserver": {"port_number": 42, "protocols": ["tcp", "udp"]},
+ "nicname": {"port_number": 43, "protocols": ["tcp", "udp"]},
+ "mpm-flags": {"port_number": 44, "protocols": ["tcp", "udp"]},
+ "mpm": {"port_number": 45, "protocols": ["tcp", "udp"]},
+ "mpm-snd": {"port_number": 46, "protocols": ["tcp", "udp"]},
+ "auditd": {"port_number": 48, "protocols": ["tcp", "udp"]},
+ "tacacs": {"port_number": 49, "protocols": ["tcp", "udp"]},
+ "re-mail-ck": {"port_number": 50, "protocols": ["tcp", "udp"]},
+ "xns-time": {"port_number": 52, "protocols": ["tcp", "udp"]},
+ "domain": {"port_number": 53, "protocols": ["tcp", "udp"]},
+ "xns-ch": {"port_number": 54, "protocols": ["tcp", "udp"]},
+ "isi-gl": {"port_number": 55, "protocols": ["tcp", "udp"]},
+ "xns-auth": {"port_number": 56, "protocols": ["tcp", "udp"]},
+ "xns-mail": {"port_number": 58, "protocols": ["tcp", "udp"]},
+ "acas": {"port_number": 62, "protocols": ["tcp", "udp"]},
+ "whoispp": {"port_number": 63, "protocols": ["tcp", "udp"]},
+ "whois++": {"port_number": 63, "protocols": ["tcp", "udp"]},
+ "covia": {"port_number": 64, "protocols": ["tcp", "udp"]},
+ "tacacs-ds": {"port_number": 65, "protocols": ["tcp", "udp"]},
+ "sql-net": {"port_number": 66, "protocols": ["tcp", "udp"]},
+ "sql*net": {"port_number": 66, "protocols": ["tcp", "udp"]},
+ "bootps": {"port_number": 67, "protocols": ["tcp", "udp"]},
+ "bootpc": {"port_number": 68, "protocols": ["tcp", "udp"]},
+ "tftp": {"port_number": 69, "protocols": ["tcp", "udp"]},
+ "gopher": {"port_number": 70, "protocols": ["tcp", "udp"]},
+ "netrjs-1": {"port_number": 71, "protocols": ["tcp", "udp"]},
+ "netrjs-2": {"port_number": 72, "protocols": ["tcp", "udp"]},
+ "netrjs-3": {"port_number": 73, "protocols": ["tcp", "udp"]},
+ "netrjs-4": {"port_number": 74, "protocols": ["tcp", "udp"]},
+ "deos": {"port_number": 76, "protocols": ["tcp", "udp"]},
+ "vettcp": {"port_number": 78, "protocols": ["tcp", "udp"]},
+ "finger": {"port_number": 79, "protocols": ["tcp", "udp"]},
+ "http": {"port_number": 80, "protocols": ["tcp", "udp", "sctp"]},
+ "www": {"port_number": 80, "protocols": ["tcp", "udp"]},
+ "www-http": {"port_number": 80, "protocols": ["tcp", "udp"]},
+ "xfer": {"port_number": 82, "protocols": ["tcp", "udp"]},
+ "mit-ml-dev": {"port_number": 83, "protocols": ["tcp", "udp"]},
+ "ctf": {"port_number": 84, "protocols": ["tcp", "udp"]},
+ "mit-ml-dev-secondary": {"port_number": 85, "protocols": ["tcp", "udp"]},
+ "mfcobol": {"port_number": 86, "protocols": ["tcp", "udp"]},
+ "kerberos": {"port_number": 88, "protocols": ["tcp", "udp"]},
+ "su-mit-tg": {"port_number": 89, "protocols": ["tcp", "udp"]},
+ "dnsix": {"port_number": 90, "protocols": ["tcp", "udp"]},
+ "mit-dov": {"port_number": 91, "protocols": ["tcp", "udp"]},
+ "npp": {"port_number": 92, "protocols": ["tcp", "udp"]},
+ "dcp": {"port_number": 93, "protocols": ["tcp", "udp"]},
+ "objcall": {"port_number": 94, "protocols": ["tcp", "udp"]},
+ "supdup": {"port_number": 95, "protocols": ["tcp", "udp"]},
+ "dixie": {"port_number": 96, "protocols": ["tcp", "udp"]},
+ "swift-rvf": {"port_number": 97, "protocols": ["tcp", "udp"]},
+ "tacnews": {"port_number": 98, "protocols": ["tcp", "udp"]},
+ "metagram": {"port_number": 99, "protocols": ["tcp", "udp"]},
+ "hostname": {"port_number": 101, "protocols": ["tcp", "udp"]},
+ "iso-tsap": {"port_number": 102, "protocols": ["tcp", "udp"]},
+ "gppitnp": {"port_number": 103, "protocols": ["tcp", "udp"]},
+ "acr-nema": {"port_number": 104, "protocols": ["tcp", "udp"]},
+ "cso": {"port_number": 105, "protocols": ["tcp", "udp"]},
+ "csnet-ns": {"port_number": 105, "protocols": ["tcp", "udp"]},
+ "3com-tsmux": {"port_number": 106, "protocols": ["tcp", "udp"]},
+ "rtelnet": {"port_number": 107, "protocols": ["tcp", "udp"]},
+ "snagas": {"port_number": 108, "protocols": ["tcp", "udp"]},
+ "pop2": {"port_number": 109, "protocols": ["tcp", "udp"]},
+ "pop3": {"port_number": 110, "protocols": ["tcp", "udp"]},
+ "sunrpc": {"port_number": 111, "protocols": ["tcp", "udp"]},
+ "mcidas": {"port_number": 112, "protocols": ["tcp", "udp"]},
+ "ident": {"port_number": 113, "protocols": ["tcp"]},
+ "auth": {"port_number": 113, "protocols": ["tcp", "udp"]},
+ "sftp": {"port_number": 115, "protocols": ["tcp", "udp"]},
+ "ansanotify": {"port_number": 116, "protocols": ["tcp", "udp"]},
+ "uucp-path": {"port_number": 117, "protocols": ["tcp", "udp"]},
+ "sqlserv": {"port_number": 118, "protocols": ["tcp", "udp"]},
+ "nntp": {"port_number": 119, "protocols": ["tcp", "udp"]},
+ "cfdptkt": {"port_number": 120, "protocols": ["tcp", "udp"]},
+ "erpc": {"port_number": 121, "protocols": ["tcp", "udp"]},
+ "smakynet": {"port_number": 122, "protocols": ["tcp", "udp"]},
+ "ntp": {"port_number": 123, "protocols": ["tcp", "udp"]},
+ "ansatrader": {"port_number": 124, "protocols": ["tcp", "udp"]},
+ "locus-map": {"port_number": 125, "protocols": ["tcp", "udp"]},
+ "nxedit": {"port_number": 126, "protocols": ["tcp", "udp"]},
+ "locus-con": {"port_number": 127, "protocols": ["tcp", "udp"]},
+ "gss-xlicen": {"port_number": 128, "protocols": ["tcp", "udp"]},
+ "pwdgen": {"port_number": 129, "protocols": ["tcp", "udp"]},
+ "cisco-fna": {"port_number": 130, "protocols": ["tcp", "udp"]},
+ "cisco-tna": {"port_number": 131, "protocols": ["tcp", "udp"]},
+ "cisco-sys": {"port_number": 132, "protocols": ["tcp", "udp"]},
+ "statsrv": {"port_number": 133, "protocols": ["tcp", "udp"]},
+ "ingres-net": {"port_number": 134, "protocols": ["tcp", "udp"]},
+ "epmap": {"port_number": 135, "protocols": ["tcp", "udp"]},
+ "profile": {"port_number": 136, "protocols": ["tcp", "udp"]},
+ "netbios-ns": {"port_number": 137, "protocols": ["tcp", "udp"]},
+ "netbios-dgm": {"port_number": 138, "protocols": ["tcp", "udp"]},
+ "netbios-ssn": {"port_number": 139, "protocols": ["tcp", "udp"]},
+ "emfis-data": {"port_number": 140, "protocols": ["tcp", "udp"]},
+ "emfis-cntl": {"port_number": 141, "protocols": ["tcp", "udp"]},
+ "bl-idm": {"port_number": 142, "protocols": ["tcp", "udp"]},
+ "imap": {"port_number": 143, "protocols": ["tcp"]},
+ "uma": {"port_number": 144, "protocols": ["tcp", "udp"]},
+ "uaac": {"port_number": 145, "protocols": ["tcp", "udp"]},
+ "iso-tp0": {"port_number": 146, "protocols": ["tcp", "udp"]},
+ "iso-ip": {"port_number": 147, "protocols": ["tcp", "udp"]},
+ "jargon": {"port_number": 148, "protocols": ["tcp", "udp"]},
+ "aed-512": {"port_number": 149, "protocols": ["tcp", "udp"]},
+ "sql-net-secondary": {"port_number": 150, "protocols": ["tcp", "udp"]},
+ "hems": {"port_number": 151, "protocols": ["tcp", "udp"]},
+ "bftp": {"port_number": 152, "protocols": ["tcp", "udp"]},
+ "sgmp": {"port_number": 153, "protocols": ["tcp", "udp"]},
+ "netsc-prod": {"port_number": 154, "protocols": ["tcp", "udp"]},
+ "netsc-dev": {"port_number": 155, "protocols": ["tcp", "udp"]},
+ "sqlsrv": {"port_number": 156, "protocols": ["tcp", "udp"]},
+ "knet-cmp": {"port_number": 157, "protocols": ["tcp", "udp"]},
+ "pcmail-srv": {"port_number": 158, "protocols": ["tcp", "udp"]},
+ "nss-routing": {"port_number": 159, "protocols": ["tcp", "udp"]},
+ "sgmp-traps": {"port_number": 160, "protocols": ["tcp", "udp"]},
+ "snmp": {"port_number": 161, "protocols": ["tcp", "udp"]},
+ "snmptrap": {"port_number": 162, "protocols": ["tcp", "udp"]},
+ "cmip-man": {"port_number": 163, "protocols": ["tcp", "udp"]},
+ "cmip-agent": {"port_number": 164, "protocols": ["tcp", "udp"]},
+ "xns-courier": {"port_number": 165, "protocols": ["tcp", "udp"]},
+ "s-net": {"port_number": 166, "protocols": ["tcp", "udp"]},
+ "namp": {"port_number": 167, "protocols": ["tcp", "udp"]},
+ "rsvd": {"port_number": 168, "protocols": ["tcp", "udp"]},
+ "send": {"port_number": 169, "protocols": ["tcp", "udp"]},
+ "print-srv": {"port_number": 170, "protocols": ["tcp", "udp"]},
+ "multiplex": {"port_number": 171, "protocols": ["tcp", "udp"]},
+ "cl-1": {"port_number": 172, "protocols": ["tcp", "udp"]},
+ "cl/1": {"port_number": 172, "protocols": ["tcp", "udp"]},
+ "xyplex-mux": {"port_number": 173, "protocols": ["tcp", "udp"]},
+ "mailq": {"port_number": 174, "protocols": ["tcp", "udp"]},
+ "vmnet": {"port_number": 175, "protocols": ["tcp", "udp"]},
+ "genrad-mux": {"port_number": 176, "protocols": ["tcp", "udp"]},
+ "xdmcp": {"port_number": 177, "protocols": ["tcp", "udp"]},
+ "nextstep": {"port_number": 178, "protocols": ["tcp", "udp"]},
+ "bgp": {"port_number": 179, "protocols": ["tcp", "udp", "sctp"]},
+ "ris": {"port_number": 180, "protocols": ["tcp", "udp"]},
+ "unify": {"port_number": 181, "protocols": ["tcp", "udp"]},
+ "audit": {"port_number": 182, "protocols": ["tcp", "udp"]},
+ "ocbinder": {"port_number": 183, "protocols": ["tcp", "udp"]},
+ "ocserver": {"port_number": 184, "protocols": ["tcp", "udp"]},
+ "remote-kis": {"port_number": 185, "protocols": ["tcp", "udp"]},
+ "kis": {"port_number": 186, "protocols": ["tcp", "udp"]},
+ "aci": {"port_number": 187, "protocols": ["tcp", "udp"]},
+ "mumps": {"port_number": 188, "protocols": ["tcp", "udp"]},
+ "qft": {"port_number": 189, "protocols": ["tcp", "udp"]},
+ "gacp": {"port_number": 190, "protocols": ["tcp", "udp"]},
+ "prospero": {"port_number": 191, "protocols": ["tcp", "udp"]},
+ "osu-nms": {"port_number": 192, "protocols": ["tcp", "udp"]},
+ "srmp": {"port_number": 193, "protocols": ["tcp", "udp"]},
+ "irc": {"port_number": 194, "protocols": ["tcp", "udp"]},
+ "dn6-nlm-aud": {"port_number": 195, "protocols": ["tcp", "udp"]},
+ "dn6-smm-red": {"port_number": 196, "protocols": ["tcp", "udp"]},
+ "dls": {"port_number": 197, "protocols": ["tcp", "udp"]},
+ "dls-mon": {"port_number": 198, "protocols": ["tcp", "udp"]},
+ "smux": {"port_number": 199, "protocols": ["tcp", "udp"]},
+ "src": {"port_number": 200, "protocols": ["tcp", "udp"]},
+ "at-rtmp": {"port_number": 201, "protocols": ["tcp", "udp"]},
+ "at-nbp": {"port_number": 202, "protocols": ["tcp", "udp"]},
+ "at-3": {"port_number": 203, "protocols": ["tcp", "udp"]},
+ "at-echo": {"port_number": 204, "protocols": ["tcp", "udp"]},
+ "at-5": {"port_number": 205, "protocols": ["tcp", "udp"]},
+ "at-zis": {"port_number": 206, "protocols": ["tcp", "udp"]},
+ "at-7": {"port_number": 207, "protocols": ["tcp", "udp"]},
+ "at-8": {"port_number": 208, "protocols": ["tcp", "udp"]},
+ "qmtp": {"port_number": 209, "protocols": ["tcp", "udp"]},
+ "z39-50": {"port_number": 210, "protocols": ["tcp", "udp"]},
+ "z39.50": {"port_number": 210, "protocols": ["tcp", "udp"]},
+ "914c-g": {"port_number": 211, "protocols": ["tcp", "udp"]},
+ "914c/g": {"port_number": 211, "protocols": ["tcp", "udp"]},
+ "anet": {"port_number": 212, "protocols": ["tcp", "udp"]},
+ "ipx": {"port_number": 213, "protocols": ["tcp", "udp"]},
+ "vmpwscs": {"port_number": 214, "protocols": ["tcp", "udp"]},
+ "softpc": {"port_number": 215, "protocols": ["tcp", "udp"]},
+ "CAIlic": {"port_number": 216, "protocols": ["tcp", "udp"]},
+ "dbase": {"port_number": 217, "protocols": ["tcp", "udp"]},
+ "mpp": {"port_number": 218, "protocols": ["tcp", "udp"]},
+ "uarps": {"port_number": 219, "protocols": ["tcp", "udp"]},
+ "imap3": {"port_number": 220, "protocols": ["tcp", "udp"]},
+ "fln-spx": {"port_number": 221, "protocols": ["tcp", "udp"]},
+ "rsh-spx": {"port_number": 222, "protocols": ["tcp", "udp"]},
+ "cdc": {"port_number": 223, "protocols": ["tcp", "udp"]},
+ "masqdialer": {"port_number": 224, "protocols": ["tcp", "udp"]},
+ "direct": {"port_number": 242, "protocols": ["tcp", "udp"]},
+ "sur-meas": {"port_number": 243, "protocols": ["tcp", "udp"]},
+ "inbusiness": {"port_number": 244, "protocols": ["tcp", "udp"]},
+ "link": {"port_number": 245, "protocols": ["tcp", "udp"]},
+ "dsp3270": {"port_number": 246, "protocols": ["tcp", "udp"]},
+ "subntbcst-tftp": {"port_number": 247, "protocols": ["tcp", "udp"]},
+ "subntbcst_tftp": {"port_number": 247, "protocols": ["tcp", "udp"]},
+ "bhfhs": {"port_number": 248, "protocols": ["tcp", "udp"]},
+ "rap-secondary": {"port_number": 256, "protocols": ["tcp", "udp"]},
+ "set": {"port_number": 257, "protocols": ["tcp", "udp"]},
+ "esro-gen": {"port_number": 259, "protocols": ["tcp", "udp"]},
+ "openport": {"port_number": 260, "protocols": ["tcp", "udp"]},
+ "nsiiops": {"port_number": 261, "protocols": ["tcp", "udp"]},
+ "arcisdms": {"port_number": 262, "protocols": ["tcp", "udp"]},
+ "hdap": {"port_number": 263, "protocols": ["tcp", "udp"]},
+ "bgmp": {"port_number": 264, "protocols": ["tcp", "udp"]},
+ "x-bone-ctl": {"port_number": 265, "protocols": ["tcp", "udp"]},
+ "sst": {"port_number": 266, "protocols": ["tcp", "udp"]},
+ "td-service": {"port_number": 267, "protocols": ["tcp", "udp"]},
+ "td-replica": {"port_number": 268, "protocols": ["tcp", "udp"]},
+ "manet": {"port_number": 269, "protocols": ["tcp", "udp"]},
+ "gist": {"port_number": 270, "protocols": ["udp"]},
+ "pt-tls": {"port_number": 271, "protocols": ["tcp"]},
+ "http-mgmt": {"port_number": 280, "protocols": ["tcp", "udp"]},
+ "personal-link": {"port_number": 281, "protocols": ["tcp", "udp"]},
+ "cableport-ax": {"port_number": 282, "protocols": ["tcp", "udp"]},
+ "rescap": {"port_number": 283, "protocols": ["tcp", "udp"]},
+ "corerjd": {"port_number": 284, "protocols": ["tcp", "udp"]},
+ "fxp": {"port_number": 286, "protocols": ["tcp", "udp"]},
+ "k-block": {"port_number": 287, "protocols": ["tcp", "udp"]},
+ "tacacss": {"port_number": 300, "protocols": ["tcp"]},
+ "novastorbakcup": {"port_number": 308, "protocols": ["tcp", "udp"]},
+ "entrusttime": {"port_number": 309, "protocols": ["tcp", "udp"]},
+ "bhmds": {"port_number": 310, "protocols": ["tcp", "udp"]},
+ "asip-webadmin": {"port_number": 311, "protocols": ["tcp", "udp"]},
+ "vslmp": {"port_number": 312, "protocols": ["tcp", "udp"]},
+ "magenta-logic": {"port_number": 313, "protocols": ["tcp", "udp"]},
+ "opalis-robot": {"port_number": 314, "protocols": ["tcp", "udp"]},
+ "dpsi": {"port_number": 315, "protocols": ["tcp", "udp"]},
+ "decauth": {"port_number": 316, "protocols": ["tcp", "udp"]},
+ "zannet": {"port_number": 317, "protocols": ["tcp", "udp"]},
+ "pkix-timestamp": {"port_number": 318, "protocols": ["tcp", "udp"]},
+ "ptp-event": {"port_number": 319, "protocols": ["tcp", "udp"]},
+ "ptp-general": {"port_number": 320, "protocols": ["tcp", "udp"]},
+ "pip": {"port_number": 321, "protocols": ["tcp", "udp"]},
+ "rtsps": {"port_number": 322, "protocols": ["tcp", "udp"]},
+ "rpki-rtr": {"port_number": 323, "protocols": ["tcp"]},
+ "rpki-rtr-tls": {"port_number": 324, "protocols": ["tcp"]},
+ "texar": {"port_number": 333, "protocols": ["tcp", "udp"]},
+ "pdap": {"port_number": 344, "protocols": ["tcp", "udp"]},
+ "pawserv": {"port_number": 345, "protocols": ["tcp", "udp"]},
+ "zserv": {"port_number": 346, "protocols": ["tcp", "udp"]},
+ "fatserv": {"port_number": 347, "protocols": ["tcp", "udp"]},
+ "csi-sgwp": {"port_number": 348, "protocols": ["tcp", "udp"]},
+ "mftp": {"port_number": 349, "protocols": ["tcp", "udp"]},
+ "matip-type-a": {"port_number": 350, "protocols": ["tcp", "udp"]},
+ "matip-type-b": {"port_number": 351, "protocols": ["tcp", "udp"]},
+ "bhoetty": {"port_number": 351, "protocols": ["tcp", "udp"]},
+ "dtag-ste-sb": {"port_number": 352, "protocols": ["tcp", "udp"]},
+ "bhoedap4": {"port_number": 352, "protocols": ["tcp", "udp"]},
+ "ndsauth": {"port_number": 353, "protocols": ["tcp", "udp"]},
+ "bh611": {"port_number": 354, "protocols": ["tcp", "udp"]},
+ "datex-asn": {"port_number": 355, "protocols": ["tcp", "udp"]},
+ "cloanto-net-1": {"port_number": 356, "protocols": ["tcp", "udp"]},
+ "bhevent": {"port_number": 357, "protocols": ["tcp", "udp"]},
+ "shrinkwrap": {"port_number": 358, "protocols": ["tcp", "udp"]},
+ "scoi2odialog": {"port_number": 360, "protocols": ["tcp", "udp"]},
+ "semantix": {"port_number": 361, "protocols": ["tcp", "udp"]},
+ "srssend": {"port_number": 362, "protocols": ["tcp", "udp"]},
+ "rsvp-tunnel": {"port_number": 363, "protocols": ["tcp", "udp"]},
+ "rsvp_tunnel": {"port_number": 363, "protocols": ["tcp", "udp"]},
+ "aurora-cmgr": {"port_number": 364, "protocols": ["tcp", "udp"]},
+ "dtk": {"port_number": 365, "protocols": ["tcp", "udp"]},
+ "odmr": {"port_number": 366, "protocols": ["tcp", "udp"]},
+ "mortgageware": {"port_number": 367, "protocols": ["tcp", "udp"]},
+ "qbikgdp": {"port_number": 368, "protocols": ["tcp", "udp"]},
+ "rpc2portmap": {"port_number": 369, "protocols": ["tcp", "udp"]},
+ "codaauth2": {"port_number": 370, "protocols": ["tcp", "udp"]},
+ "clearcase": {"port_number": 371, "protocols": ["tcp", "udp"]},
+ "ulistproc": {"port_number": 372, "protocols": ["tcp", "udp"]},
+ "legent-1": {"port_number": 373, "protocols": ["tcp", "udp"]},
+ "legent-2": {"port_number": 374, "protocols": ["tcp", "udp"]},
+ "hassle": {"port_number": 375, "protocols": ["tcp", "udp"]},
+ "nip": {"port_number": 376, "protocols": ["tcp", "udp"]},
+ "tnETOS": {"port_number": 377, "protocols": ["tcp", "udp"]},
+ "dsETOS": {"port_number": 378, "protocols": ["tcp", "udp"]},
+ "is99c": {"port_number": 379, "protocols": ["tcp", "udp"]},
+ "is99s": {"port_number": 380, "protocols": ["tcp", "udp"]},
+ "hp-collector": {"port_number": 381, "protocols": ["tcp", "udp"]},
+ "hp-managed-node": {"port_number": 382, "protocols": ["tcp", "udp"]},
+ "hp-alarm-mgr": {"port_number": 383, "protocols": ["tcp", "udp"]},
+ "arns": {"port_number": 384, "protocols": ["tcp", "udp"]},
+ "ibm-app": {"port_number": 385, "protocols": ["tcp", "udp"]},
+ "asa": {"port_number": 386, "protocols": ["tcp", "udp"]},
+ "aurp": {"port_number": 387, "protocols": ["tcp", "udp"]},
+ "unidata-ldm": {"port_number": 388, "protocols": ["tcp", "udp"]},
+ "ldap": {"port_number": 389, "protocols": ["tcp", "udp"]},
+ "uis": {"port_number": 390, "protocols": ["tcp", "udp"]},
+ "synotics-relay": {"port_number": 391, "protocols": ["tcp", "udp"]},
+ "synotics-broker": {"port_number": 392, "protocols": ["tcp", "udp"]},
+ "meta5": {"port_number": 393, "protocols": ["tcp", "udp"]},
+ "embl-ndt": {"port_number": 394, "protocols": ["tcp", "udp"]},
+ "netcp": {"port_number": 395, "protocols": ["tcp", "udp"]},
+ "netware-ip": {"port_number": 396, "protocols": ["tcp", "udp"]},
+ "mptn": {"port_number": 397, "protocols": ["tcp", "udp"]},
+ "kryptolan": {"port_number": 398, "protocols": ["tcp", "udp"]},
+ "iso-tsap-c2": {"port_number": 399, "protocols": ["tcp", "udp"]},
+ "osb-sd": {"port_number": 400, "protocols": ["tcp", "udp"]},
+ "ups": {"port_number": 401, "protocols": ["tcp", "udp"]},
+ "genie": {"port_number": 402, "protocols": ["tcp", "udp"]},
+ "decap": {"port_number": 403, "protocols": ["tcp", "udp"]},
+ "nced": {"port_number": 404, "protocols": ["tcp", "udp"]},
+ "ncld": {"port_number": 405, "protocols": ["tcp", "udp"]},
+ "imsp": {"port_number": 406, "protocols": ["tcp", "udp"]},
+ "timbuktu": {"port_number": 407, "protocols": ["tcp", "udp"]},
+ "prm-sm": {"port_number": 408, "protocols": ["tcp", "udp"]},
+ "prm-nm": {"port_number": 409, "protocols": ["tcp", "udp"]},
+ "decladebug": {"port_number": 410, "protocols": ["tcp", "udp"]},
+ "rmt": {"port_number": 411, "protocols": ["tcp", "udp"]},
+ "synoptics-trap": {"port_number": 412, "protocols": ["tcp", "udp"]},
+ "smsp": {"port_number": 413, "protocols": ["tcp", "udp"]},
+ "infoseek": {"port_number": 414, "protocols": ["tcp", "udp"]},
+ "bnet": {"port_number": 415, "protocols": ["tcp", "udp"]},
+ "silverplatter": {"port_number": 416, "protocols": ["tcp", "udp"]},
+ "onmux": {"port_number": 417, "protocols": ["tcp", "udp"]},
+ "hyper-g": {"port_number": 418, "protocols": ["tcp", "udp"]},
+ "ariel1": {"port_number": 419, "protocols": ["tcp", "udp"]},
+ "smpte": {"port_number": 420, "protocols": ["tcp", "udp"]},
+ "ariel2": {"port_number": 421, "protocols": ["tcp", "udp"]},
+ "ariel3": {"port_number": 422, "protocols": ["tcp", "udp"]},
+ "opc-job-start": {"port_number": 423, "protocols": ["tcp", "udp"]},
+ "opc-job-track": {"port_number": 424, "protocols": ["tcp", "udp"]},
+ "icad-el": {"port_number": 425, "protocols": ["tcp", "udp"]},
+ "smartsdp": {"port_number": 426, "protocols": ["tcp", "udp"]},
+ "svrloc": {"port_number": 427, "protocols": ["tcp", "udp"]},
+ "ocs-cmu": {"port_number": 428, "protocols": ["tcp", "udp"]},
+ "ocs_cmu": {"port_number": 428, "protocols": ["tcp", "udp"]},
+ "ocs-amu": {"port_number": 429, "protocols": ["tcp", "udp"]},
+ "ocs_amu": {"port_number": 429, "protocols": ["tcp", "udp"]},
+ "utmpsd": {"port_number": 430, "protocols": ["tcp", "udp"]},
+ "utmpcd": {"port_number": 431, "protocols": ["tcp", "udp"]},
+ "iasd": {"port_number": 432, "protocols": ["tcp", "udp"]},
+ "nnsp": {"port_number": 433, "protocols": ["tcp", "udp"]},
+ "mobileip-agent": {"port_number": 434, "protocols": ["tcp", "udp"]},
+ "mobilip-mn": {"port_number": 435, "protocols": ["tcp", "udp"]},
+ "dna-cml": {"port_number": 436, "protocols": ["tcp", "udp"]},
+ "comscm": {"port_number": 437, "protocols": ["tcp", "udp"]},
+ "dsfgw": {"port_number": 438, "protocols": ["tcp", "udp"]},
+ "dasp": {"port_number": 439, "protocols": ["tcp", "udp"]},
+ "sgcp": {"port_number": 440, "protocols": ["tcp", "udp"]},
+ "decvms-sysmgt": {"port_number": 441, "protocols": ["tcp", "udp"]},
+ "cvc-hostd": {"port_number": 442, "protocols": ["tcp", "udp"]},
+ "cvc_hostd": {"port_number": 442, "protocols": ["tcp", "udp"]},
+ "https": {"port_number": 443, "protocols": ["tcp", "udp", "sctp"]},
+ "snpp": {"port_number": 444, "protocols": ["tcp", "udp"]},
+ "microsoft-ds": {"port_number": 445, "protocols": ["tcp", "udp"]},
+ "ddm-rdb": {"port_number": 446, "protocols": ["tcp", "udp"]},
+ "ddm-dfm": {"port_number": 447, "protocols": ["tcp", "udp"]},
+ "ddm-ssl": {"port_number": 448, "protocols": ["tcp", "udp"]},
+ "as-servermap": {"port_number": 449, "protocols": ["tcp", "udp"]},
+ "tserver": {"port_number": 450, "protocols": ["tcp", "udp"]},
+ "sfs-smp-net": {"port_number": 451, "protocols": ["tcp", "udp"]},
+ "sfs-config": {"port_number": 452, "protocols": ["tcp", "udp"]},
+ "creativeserver": {"port_number": 453, "protocols": ["tcp", "udp"]},
+ "contentserver": {"port_number": 454, "protocols": ["tcp", "udp"]},
+ "creativepartnr": {"port_number": 455, "protocols": ["tcp", "udp"]},
+ "macon-tcp": {"port_number": 456, "protocols": ["tcp"]},
+ "macon-udp": {"port_number": 456, "protocols": ["udp"]},
+ "scohelp": {"port_number": 457, "protocols": ["tcp", "udp"]},
+ "appleqtc": {"port_number": 458, "protocols": ["tcp", "udp"]},
+ "ampr-rcmd": {"port_number": 459, "protocols": ["tcp", "udp"]},
+ "skronk": {"port_number": 460, "protocols": ["tcp", "udp"]},
+ "datasurfsrv": {"port_number": 461, "protocols": ["tcp", "udp"]},
+ "datasurfsrvsec": {"port_number": 462, "protocols": ["tcp", "udp"]},
+ "alpes": {"port_number": 463, "protocols": ["tcp", "udp"]},
+ "kpasswd": {"port_number": 464, "protocols": ["tcp", "udp"]},
+ "urd": {"port_number": 465, "protocols": ["tcp"]},
+ "submissions": {"port_number": 465, "protocols": ["tcp"]},
+ "igmpv3lite": {"port_number": 465, "protocols": ["udp"]},
+ "digital-vrc": {"port_number": 466, "protocols": ["tcp", "udp"]},
+ "mylex-mapd": {"port_number": 467, "protocols": ["tcp", "udp"]},
+ "photuris": {"port_number": 468, "protocols": ["tcp", "udp"]},
+ "rcp": {"port_number": 469, "protocols": ["tcp", "udp"]},
+ "scx-proxy": {"port_number": 470, "protocols": ["tcp", "udp"]},
+ "mondex": {"port_number": 471, "protocols": ["tcp", "udp"]},
+ "ljk-login": {"port_number": 472, "protocols": ["tcp", "udp"]},
+ "hybrid-pop": {"port_number": 473, "protocols": ["tcp", "udp"]},
+ "tn-tl-w1": {"port_number": 474, "protocols": ["tcp"]},
+ "tn-tl-w2": {"port_number": 474, "protocols": ["udp"]},
+ "tcpnethaspsrv": {"port_number": 475, "protocols": ["tcp", "udp"]},
+ "tn-tl-fd1": {"port_number": 476, "protocols": ["tcp", "udp"]},
+ "ss7ns": {"port_number": 477, "protocols": ["tcp", "udp"]},
+ "spsc": {"port_number": 478, "protocols": ["tcp", "udp"]},
+ "iafserver": {"port_number": 479, "protocols": ["tcp", "udp"]},
+ "iafdbase": {"port_number": 480, "protocols": ["tcp", "udp"]},
+ "ph": {"port_number": 481, "protocols": ["tcp", "udp"]},
+ "bgs-nsi": {"port_number": 482, "protocols": ["tcp", "udp"]},
+ "ulpnet": {"port_number": 483, "protocols": ["tcp", "udp"]},
+ "integra-sme": {"port_number": 484, "protocols": ["tcp", "udp"]},
+ "powerburst": {"port_number": 485, "protocols": ["tcp", "udp"]},
+ "avian": {"port_number": 486, "protocols": ["tcp", "udp"]},
+ "saft": {"port_number": 487, "protocols": ["tcp", "udp"]},
+ "gss-http": {"port_number": 488, "protocols": ["tcp", "udp"]},
+ "nest-protocol": {"port_number": 489, "protocols": ["tcp", "udp"]},
+ "micom-pfs": {"port_number": 490, "protocols": ["tcp", "udp"]},
+ "go-login": {"port_number": 491, "protocols": ["tcp", "udp"]},
+ "ticf-1": {"port_number": 492, "protocols": ["tcp", "udp"]},
+ "ticf-2": {"port_number": 493, "protocols": ["tcp", "udp"]},
+ "pov-ray": {"port_number": 494, "protocols": ["tcp", "udp"]},
+ "intecourier": {"port_number": 495, "protocols": ["tcp", "udp"]},
+ "pim-rp-disc": {"port_number": 496, "protocols": ["tcp", "udp"]},
+ "retrospect": {"port_number": 497, "protocols": ["tcp", "udp"]},
+ "siam": {"port_number": 498, "protocols": ["tcp", "udp"]},
+ "iso-ill": {"port_number": 499, "protocols": ["tcp", "udp"]},
+ "isakmp": {"port_number": 500, "protocols": ["tcp", "udp"]},
+ "stmf": {"port_number": 501, "protocols": ["tcp", "udp"]},
+ "mbap": {"port_number": 502, "protocols": ["tcp", "udp"]},
+ "intrinsa": {"port_number": 503, "protocols": ["tcp", "udp"]},
+ "citadel": {"port_number": 504, "protocols": ["tcp", "udp"]},
+ "mailbox-lm": {"port_number": 505, "protocols": ["tcp", "udp"]},
+ "ohimsrv": {"port_number": 506, "protocols": ["tcp", "udp"]},
+ "crs": {"port_number": 507, "protocols": ["tcp", "udp"]},
+ "xvttp": {"port_number": 508, "protocols": ["tcp", "udp"]},
+ "snare": {"port_number": 509, "protocols": ["tcp", "udp"]},
+ "fcp": {"port_number": 510, "protocols": ["tcp", "udp"]},
+ "passgo": {"port_number": 511, "protocols": ["tcp", "udp"]},
+ "exec": {"port_number": 512, "protocols": ["tcp"]},
+ "comsat": {"port_number": 512, "protocols": ["udp"]},
+ "biff": {"port_number": 512, "protocols": ["udp"]},
+ "login": {"port_number": 513, "protocols": ["tcp"]},
+ "who": {"port_number": 513, "protocols": ["udp"]},
+ "shell": {"port_number": 514, "protocols": ["tcp"]},
+ "syslog": {"port_number": 514, "protocols": ["udp"]},
+ "printer": {"port_number": 515, "protocols": ["tcp", "udp"]},
+ "videotex": {"port_number": 516, "protocols": ["tcp", "udp"]},
+ "talk": {"port_number": 517, "protocols": ["tcp", "udp"]},
+ "ntalk": {"port_number": 518, "protocols": ["tcp", "udp"]},
+ "utime": {"port_number": 519, "protocols": ["tcp", "udp"]},
+ "efs": {"port_number": 520, "protocols": ["tcp"]},
+ "router": {"port_number": 520, "protocols": ["udp"]},
+ "ripng": {"port_number": 521, "protocols": ["tcp", "udp"]},
+ "ulp": {"port_number": 522, "protocols": ["tcp", "udp"]},
+ "ibm-db2": {"port_number": 523, "protocols": ["tcp", "udp"]},
+ "ncp": {"port_number": 524, "protocols": ["tcp", "udp"]},
+ "timed": {"port_number": 525, "protocols": ["tcp", "udp"]},
+ "tempo": {"port_number": 526, "protocols": ["tcp", "udp"]},
+ "stx": {"port_number": 527, "protocols": ["tcp", "udp"]},
+ "custix": {"port_number": 528, "protocols": ["tcp", "udp"]},
+ "irc-serv": {"port_number": 529, "protocols": ["tcp", "udp"]},
+ "courier": {"port_number": 530, "protocols": ["tcp", "udp"]},
+ "conference": {"port_number": 531, "protocols": ["tcp", "udp"]},
+ "netnews": {"port_number": 532, "protocols": ["tcp", "udp"]},
+ "netwall": {"port_number": 533, "protocols": ["tcp", "udp"]},
+ "windream": {"port_number": 534, "protocols": ["tcp", "udp"]},
+ "iiop": {"port_number": 535, "protocols": ["tcp", "udp"]},
+ "opalis-rdv": {"port_number": 536, "protocols": ["tcp", "udp"]},
+ "nmsp": {"port_number": 537, "protocols": ["tcp", "udp"]},
+ "gdomap": {"port_number": 538, "protocols": ["tcp", "udp"]},
+ "apertus-ldp": {"port_number": 539, "protocols": ["tcp", "udp"]},
+ "uucp": {"port_number": 540, "protocols": ["tcp", "udp"]},
+ "uucp-rlogin": {"port_number": 541, "protocols": ["tcp", "udp"]},
+ "commerce": {"port_number": 542, "protocols": ["tcp", "udp"]},
+ "klogin": {"port_number": 543, "protocols": ["tcp", "udp"]},
+ "kshell": {"port_number": 544, "protocols": ["tcp", "udp"]},
+ "appleqtcsrvr": {"port_number": 545, "protocols": ["tcp", "udp"]},
+ "dhcpv6-client": {"port_number": 546, "protocols": ["tcp", "udp"]},
+ "dhcpv6-server": {"port_number": 547, "protocols": ["tcp", "udp"]},
+ "afpovertcp": {"port_number": 548, "protocols": ["tcp", "udp"]},
+ "idfp": {"port_number": 549, "protocols": ["tcp", "udp"]},
+ "new-rwho": {"port_number": 550, "protocols": ["tcp", "udp"]},
+ "cybercash": {"port_number": 551, "protocols": ["tcp", "udp"]},
+ "devshr-nts": {"port_number": 552, "protocols": ["tcp", "udp"]},
+ "pirp": {"port_number": 553, "protocols": ["tcp", "udp"]},
+ "rtsp": {"port_number": 554, "protocols": ["tcp", "udp"]},
+ "dsf": {"port_number": 555, "protocols": ["tcp", "udp"]},
+ "remotefs": {"port_number": 556, "protocols": ["tcp", "udp"]},
+ "openvms-sysipc": {"port_number": 557, "protocols": ["tcp", "udp"]},
+ "sdnskmp": {"port_number": 558, "protocols": ["tcp", "udp"]},
+ "teedtap": {"port_number": 559, "protocols": ["tcp", "udp"]},
+ "rmonitor": {"port_number": 560, "protocols": ["tcp", "udp"]},
+ "monitor": {"port_number": 561, "protocols": ["tcp", "udp"]},
+ "chshell": {"port_number": 562, "protocols": ["tcp", "udp"]},
+ "nntps": {"port_number": 563, "protocols": ["tcp", "udp"]},
+ "9pfs": {"port_number": 564, "protocols": ["tcp", "udp"]},
+ "whoami": {"port_number": 565, "protocols": ["tcp", "udp"]},
+ "streettalk": {"port_number": 566, "protocols": ["tcp", "udp"]},
+ "banyan-rpc": {"port_number": 567, "protocols": ["tcp", "udp"]},
+ "ms-shuttle": {"port_number": 568, "protocols": ["tcp", "udp"]},
+ "ms-rome": {"port_number": 569, "protocols": ["tcp", "udp"]},
+ "meter": {"port_number": 570, "protocols": ["tcp", "udp"]},
+ "meter-secondary": {"port_number": 571, "protocols": ["tcp", "udp"]},
+ "sonar": {"port_number": 572, "protocols": ["tcp", "udp"]},
+ "banyan-vip": {"port_number": 573, "protocols": ["tcp", "udp"]},
+ "ftp-agent": {"port_number": 574, "protocols": ["tcp", "udp"]},
+ "vemmi": {"port_number": 575, "protocols": ["tcp", "udp"]},
+ "ipcd": {"port_number": 576, "protocols": ["tcp", "udp"]},
+ "vnas": {"port_number": 577, "protocols": ["tcp", "udp"]},
+ "ipdd": {"port_number": 578, "protocols": ["tcp", "udp"]},
+ "decbsrv": {"port_number": 579, "protocols": ["tcp", "udp"]},
+ "sntp-heartbeat": {"port_number": 580, "protocols": ["tcp", "udp"]},
+ "bdp": {"port_number": 581, "protocols": ["tcp", "udp"]},
+ "scc-security": {"port_number": 582, "protocols": ["tcp", "udp"]},
+ "philips-vc": {"port_number": 583, "protocols": ["tcp", "udp"]},
+ "keyserver": {"port_number": 584, "protocols": ["tcp", "udp"]},
+ "password-chg": {"port_number": 586, "protocols": ["tcp", "udp"]},
+ "submission": {"port_number": 587, "protocols": ["tcp", "udp"]},
+ "cal": {"port_number": 588, "protocols": ["tcp", "udp"]},
+ "eyelink": {"port_number": 589, "protocols": ["tcp", "udp"]},
+ "tns-cml": {"port_number": 590, "protocols": ["tcp", "udp"]},
+ "http-alt": {"port_number": 591, "protocols": ["tcp", "udp"]},
+ "eudora-set": {"port_number": 592, "protocols": ["tcp", "udp"]},
+ "http-rpc-epmap": {"port_number": 593, "protocols": ["tcp", "udp"]},
+ "tpip": {"port_number": 594, "protocols": ["tcp", "udp"]},
+ "cab-protocol": {"port_number": 595, "protocols": ["tcp", "udp"]},
+ "smsd": {"port_number": 596, "protocols": ["tcp", "udp"]},
+ "ptcnameservice": {"port_number": 597, "protocols": ["tcp", "udp"]},
+ "sco-websrvrmg3": {"port_number": 598, "protocols": ["tcp", "udp"]},
+ "acp": {"port_number": 599, "protocols": ["tcp", "udp"]},
+ "ipcserver": {"port_number": 600, "protocols": ["tcp", "udp"]},
+ "syslog-conn": {"port_number": 601, "protocols": ["tcp", "udp"]},
+ "xmlrpc-beep": {"port_number": 602, "protocols": ["tcp", "udp"]},
+ "idxp": {"port_number": 603, "protocols": ["tcp", "udp"]},
+ "tunnel": {"port_number": 604, "protocols": ["tcp", "udp"]},
+ "soap-beep": {"port_number": 605, "protocols": ["tcp", "udp"]},
+ "urm": {"port_number": 606, "protocols": ["tcp", "udp"]},
+ "nqs": {"port_number": 607, "protocols": ["tcp", "udp"]},
+ "sift-uft": {"port_number": 608, "protocols": ["tcp", "udp"]},
+ "npmp-trap": {"port_number": 609, "protocols": ["tcp", "udp"]},
+ "npmp-local": {"port_number": 610, "protocols": ["tcp", "udp"]},
+ "npmp-gui": {"port_number": 611, "protocols": ["tcp", "udp"]},
+ "hmmp-ind": {"port_number": 612, "protocols": ["tcp", "udp"]},
+ "hmmp-op": {"port_number": 613, "protocols": ["tcp", "udp"]},
+ "sshell": {"port_number": 614, "protocols": ["tcp", "udp"]},
+ "sco-inetmgr": {"port_number": 615, "protocols": ["tcp", "udp"]},
+ "sco-sysmgr": {"port_number": 616, "protocols": ["tcp", "udp"]},
+ "sco-dtmgr": {"port_number": 617, "protocols": ["tcp", "udp"]},
+ "dei-icda": {"port_number": 618, "protocols": ["tcp", "udp"]},
+ "compaq-evm": {"port_number": 619, "protocols": ["tcp", "udp"]},
+ "sco-websrvrmgr": {"port_number": 620, "protocols": ["tcp", "udp"]},
+ "escp-ip": {"port_number": 621, "protocols": ["tcp", "udp"]},
+ "collaborator": {"port_number": 622, "protocols": ["tcp", "udp"]},
+ "oob-ws-http": {"port_number": 623, "protocols": ["tcp"]},
+ "asf-rmcp": {"port_number": 623, "protocols": ["udp"]},
+ "cryptoadmin": {"port_number": 624, "protocols": ["tcp", "udp"]},
+ "dec-dlm": {"port_number": 625, "protocols": ["tcp", "udp"]},
+ "dec_dlm": {"port_number": 625, "protocols": ["tcp", "udp"]},
+ "asia": {"port_number": 626, "protocols": ["tcp", "udp"]},
+ "passgo-tivoli": {"port_number": 627, "protocols": ["tcp", "udp"]},
+ "qmqp": {"port_number": 628, "protocols": ["tcp", "udp"]},
+ "3com-amp3": {"port_number": 629, "protocols": ["tcp", "udp"]},
+ "rda": {"port_number": 630, "protocols": ["tcp", "udp"]},
+ "ipp": {"port_number": 631, "protocols": ["tcp", "udp"]},
+ "ipps": {"port_number": 631, "protocols": ["tcp"]},
+ "bmpp": {"port_number": 632, "protocols": ["tcp", "udp"]},
+ "servstat": {"port_number": 633, "protocols": ["tcp", "udp"]},
+ "ginad": {"port_number": 634, "protocols": ["tcp", "udp"]},
+ "rlzdbase": {"port_number": 635, "protocols": ["tcp", "udp"]},
+ "ldaps": {"port_number": 636, "protocols": ["tcp", "udp"]},
+ "lanserver": {"port_number": 637, "protocols": ["tcp", "udp"]},
+ "mcns-sec": {"port_number": 638, "protocols": ["tcp", "udp"]},
+ "msdp": {"port_number": 639, "protocols": ["tcp", "udp"]},
+ "entrust-sps": {"port_number": 640, "protocols": ["tcp", "udp"]},
+ "repcmd": {"port_number": 641, "protocols": ["tcp", "udp"]},
+ "esro-emsdp": {"port_number": 642, "protocols": ["tcp", "udp"]},
+ "sanity": {"port_number": 643, "protocols": ["tcp", "udp"]},
+ "dwr": {"port_number": 644, "protocols": ["tcp", "udp"]},
+ "pssc": {"port_number": 645, "protocols": ["tcp", "udp"]},
+ "ldp": {"port_number": 646, "protocols": ["tcp", "udp"]},
+ "dhcp-failover": {"port_number": 647, "protocols": ["tcp", "udp"]},
+ "rrp": {"port_number": 648, "protocols": ["tcp", "udp"]},
+ "cadview-3d": {"port_number": 649, "protocols": ["tcp", "udp"]},
+ "obex": {"port_number": 650, "protocols": ["tcp", "udp"]},
+ "ieee-mms": {"port_number": 651, "protocols": ["tcp", "udp"]},
+ "hello-port": {"port_number": 652, "protocols": ["tcp", "udp"]},
+ "repscmd": {"port_number": 653, "protocols": ["tcp", "udp"]},
+ "aodv": {"port_number": 654, "protocols": ["tcp", "udp"]},
+ "tinc": {"port_number": 655, "protocols": ["tcp", "udp"]},
+ "spmp": {"port_number": 656, "protocols": ["tcp", "udp"]},
+ "rmc": {"port_number": 657, "protocols": ["tcp", "udp"]},
+ "tenfold": {"port_number": 658, "protocols": ["tcp", "udp"]},
+ "mac-srvr-admin": {"port_number": 660, "protocols": ["tcp", "udp"]},
+ "hap": {"port_number": 661, "protocols": ["tcp", "udp"]},
+ "pftp": {"port_number": 662, "protocols": ["tcp", "udp"]},
+ "purenoise": {"port_number": 663, "protocols": ["tcp", "udp"]},
+ "oob-ws-https": {"port_number": 664, "protocols": ["tcp"]},
+ "asf-secure-rmcp": {"port_number": 664, "protocols": ["udp"]},
+ "sun-dr": {"port_number": 665, "protocols": ["tcp", "udp"]},
+ "mdqs": {"port_number": 666, "protocols": ["tcp", "udp"]},
+ "doom": {"port_number": 666, "protocols": ["tcp", "udp"]},
+ "disclose": {"port_number": 667, "protocols": ["tcp", "udp"]},
+ "mecomm": {"port_number": 668, "protocols": ["tcp", "udp"]},
+ "meregister": {"port_number": 669, "protocols": ["tcp", "udp"]},
+ "vacdsm-sws": {"port_number": 670, "protocols": ["tcp", "udp"]},
+ "vacdsm-app": {"port_number": 671, "protocols": ["tcp", "udp"]},
+ "vpps-qua": {"port_number": 672, "protocols": ["tcp", "udp"]},
+ "cimplex": {"port_number": 673, "protocols": ["tcp", "udp"]},
+ "acap": {"port_number": 674, "protocols": ["tcp", "udp"]},
+ "dctp": {"port_number": 675, "protocols": ["tcp", "udp"]},
+ "vpps-via": {"port_number": 676, "protocols": ["tcp", "udp"]},
+ "vpp": {"port_number": 677, "protocols": ["tcp", "udp"]},
+ "ggf-ncp": {"port_number": 678, "protocols": ["tcp", "udp"]},
+ "mrm": {"port_number": 679, "protocols": ["tcp", "udp"]},
+ "entrust-aaas": {"port_number": 680, "protocols": ["tcp", "udp"]},
+ "entrust-aams": {"port_number": 681, "protocols": ["tcp", "udp"]},
+ "xfr": {"port_number": 682, "protocols": ["tcp", "udp"]},
+ "corba-iiop": {"port_number": 683, "protocols": ["tcp", "udp"]},
+ "corba-iiop-ssl": {"port_number": 684, "protocols": ["tcp", "udp"]},
+ "mdc-portmapper": {"port_number": 685, "protocols": ["tcp", "udp"]},
+ "hcp-wismar": {"port_number": 686, "protocols": ["tcp", "udp"]},
+ "asipregistry": {"port_number": 687, "protocols": ["tcp", "udp"]},
+ "realm-rusd": {"port_number": 688, "protocols": ["tcp", "udp"]},
+ "nmap": {"port_number": 689, "protocols": ["tcp", "udp"]},
+ "vatp": {"port_number": 690, "protocols": ["tcp", "udp"]},
+ "msexch-routing": {"port_number": 691, "protocols": ["tcp", "udp"]},
+ "hyperwave-isp": {"port_number": 692, "protocols": ["tcp", "udp"]},
+ "connendp": {"port_number": 693, "protocols": ["tcp", "udp"]},
+ "ha-cluster": {"port_number": 694, "protocols": ["tcp", "udp"]},
+ "ieee-mms-ssl": {"port_number": 695, "protocols": ["tcp", "udp"]},
+ "rushd": {"port_number": 696, "protocols": ["tcp", "udp"]},
+ "uuidgen": {"port_number": 697, "protocols": ["tcp", "udp"]},
+ "olsr": {"port_number": 698, "protocols": ["tcp", "udp"]},
+ "accessnetwork": {"port_number": 699, "protocols": ["tcp", "udp"]},
+ "epp": {"port_number": 700, "protocols": ["tcp", "udp"]},
+ "lmp": {"port_number": 701, "protocols": ["tcp", "udp"]},
+ "iris-beep": {"port_number": 702, "protocols": ["tcp", "udp"]},
+ "elcsd": {"port_number": 704, "protocols": ["tcp", "udp"]},
+ "agentx": {"port_number": 705, "protocols": ["tcp", "udp"]},
+ "silc": {"port_number": 706, "protocols": ["tcp", "udp"]},
+ "borland-dsj": {"port_number": 707, "protocols": ["tcp", "udp"]},
+ "entrust-kmsh": {"port_number": 709, "protocols": ["tcp", "udp"]},
+ "entrust-ash": {"port_number": 710, "protocols": ["tcp", "udp"]},
+ "cisco-tdp": {"port_number": 711, "protocols": ["tcp", "udp"]},
+ "tbrpf": {"port_number": 712, "protocols": ["tcp", "udp"]},
+ "iris-xpc": {"port_number": 713, "protocols": ["tcp", "udp"]},
+ "iris-xpcs": {"port_number": 714, "protocols": ["tcp", "udp"]},
+ "iris-lwz": {"port_number": 715, "protocols": ["tcp", "udp"]},
+ "pana": {"port_number": 716, "protocols": ["udp"]},
+ "netviewdm1": {"port_number": 729, "protocols": ["tcp", "udp"]},
+ "netviewdm2": {"port_number": 730, "protocols": ["tcp", "udp"]},
+ "netviewdm3": {"port_number": 731, "protocols": ["tcp", "udp"]},
+ "netgw": {"port_number": 741, "protocols": ["tcp", "udp"]},
+ "netrcs": {"port_number": 742, "protocols": ["tcp", "udp"]},
+ "flexlm": {"port_number": 744, "protocols": ["tcp", "udp"]},
+ "fujitsu-dev": {"port_number": 747, "protocols": ["tcp", "udp"]},
+ "ris-cm": {"port_number": 748, "protocols": ["tcp", "udp"]},
+ "kerberos-adm": {"port_number": 749, "protocols": ["tcp", "udp"]},
+ "rfile": {"port_number": 750, "protocols": ["tcp"]},
+ "loadav": {"port_number": 750, "protocols": ["udp"]},
+ "kerberos-iv": {"port_number": 750, "protocols": ["udp"]},
+ "pump": {"port_number": 751, "protocols": ["tcp", "udp"]},
+ "qrh": {"port_number": 752, "protocols": ["tcp", "udp"]},
+ "rrh": {"port_number": 753, "protocols": ["tcp", "udp"]},
+ "tell": {"port_number": 754, "protocols": ["tcp", "udp"]},
+ "nlogin": {"port_number": 758, "protocols": ["tcp", "udp"]},
+ "con": {"port_number": 759, "protocols": ["tcp", "udp"]},
+ "ns": {"port_number": 760, "protocols": ["tcp", "udp"]},
+ "rxe": {"port_number": 761, "protocols": ["tcp", "udp"]},
+ "quotad": {"port_number": 762, "protocols": ["tcp", "udp"]},
+ "cycleserv": {"port_number": 763, "protocols": ["tcp", "udp"]},
+ "omserv": {"port_number": 764, "protocols": ["tcp", "udp"]},
+ "webster": {"port_number": 765, "protocols": ["tcp", "udp"]},
+ "phonebook": {"port_number": 767, "protocols": ["tcp", "udp"]},
+ "vid": {"port_number": 769, "protocols": ["tcp", "udp"]},
+ "cadlock": {"port_number": 770, "protocols": ["tcp", "udp"]},
+ "rtip": {"port_number": 771, "protocols": ["tcp", "udp"]},
+ "cycleserv2": {"port_number": 772, "protocols": ["tcp", "udp"]},
+ "submit": {"port_number": 773, "protocols": ["tcp"]},
+ "notify": {"port_number": 773, "protocols": ["udp"]},
+ "rpasswd": {"port_number": 774, "protocols": ["tcp"]},
+ "acmaint-dbd": {"port_number": 774, "protocols": ["udp"]},
+ "acmaint_dbd": {"port_number": 774, "protocols": ["udp"]},
+ "entomb": {"port_number": 775, "protocols": ["tcp"]},
+ "acmaint-transd": {"port_number": 775, "protocols": ["udp"]},
+ "acmaint_transd": {"port_number": 775, "protocols": ["udp"]},
+ "wpages": {"port_number": 776, "protocols": ["tcp", "udp"]},
+ "multiling-http": {"port_number": 777, "protocols": ["tcp", "udp"]},
+ "wpgs": {"port_number": 780, "protocols": ["tcp", "udp"]},
+ "mdbs-daemon": {"port_number": 800, "protocols": ["tcp", "udp"]},
+ "mdbs_daemon": {"port_number": 800, "protocols": ["tcp", "udp"]},
+ "device": {"port_number": 801, "protocols": ["tcp", "udp"]},
+ "mbap-s": {"port_number": 802, "protocols": ["tcp", "udp"]},
+ "fcp-udp": {"port_number": 810, "protocols": ["tcp", "udp"]},
+ "itm-mcell-s": {"port_number": 828, "protocols": ["tcp", "udp"]},
+ "pkix-3-ca-ra": {"port_number": 829, "protocols": ["tcp", "udp"]},
+ "netconf-ssh": {"port_number": 830, "protocols": ["tcp", "udp"]},
+ "dhcp-failover2": {"port_number": 847, "protocols": ["tcp", "udp"]},
+ "gdoi": {"port_number": 848, "protocols": ["tcp", "udp"]},
+ "domain-s": {"port_number": 853, "protocols": ["tcp", "udp"]},
+ "dlep": {"port_number": 854, "protocols": ["tcp", "udp"]},
+ "iscsi": {"port_number": 860, "protocols": ["tcp", "udp"]},
+ "owamp-control": {"port_number": 861, "protocols": ["tcp"]},
+ "owamp-test": {"port_number": 861, "protocols": ["udp"]},
+ "twamp-control": {"port_number": 862, "protocols": ["tcp"]},
+ "twamp-test": {"port_number": 862, "protocols": ["udp"]},
+ "rsync": {"port_number": 873, "protocols": ["tcp", "udp"]},
+ "iclcnet-locate": {"port_number": 886, "protocols": ["tcp", "udp"]},
+ "iclcnet-svinfo": {"port_number": 887, "protocols": ["tcp", "udp"]},
+ "iclcnet_svinfo": {"port_number": 887, "protocols": ["tcp", "udp"]},
+ "accessbuilder": {"port_number": 888, "protocols": ["tcp", "udp"]},
+ "cddbp": {"port_number": 888, "protocols": ["tcp"]},
+ "omginitialrefs": {"port_number": 900, "protocols": ["tcp", "udp"]},
+ "smpnameres": {"port_number": 901, "protocols": ["tcp", "udp"]},
+ "ideafarm-door": {"port_number": 902, "protocols": ["tcp", "udp"]},
+ "ideafarm-panic": {"port_number": 903, "protocols": ["tcp", "udp"]},
+ "kink": {"port_number": 910, "protocols": ["tcp", "udp"]},
+ "xact-backup": {"port_number": 911, "protocols": ["tcp", "udp"]},
+ "apex-mesh": {"port_number": 912, "protocols": ["tcp", "udp"]},
+ "apex-edge": {"port_number": 913, "protocols": ["tcp", "udp"]},
+ "rift-lies": {"port_number": 914, "protocols": ["udp"]},
+ "rift-ties": {"port_number": 915, "protocols": ["udp"]},
+ "rndc": {"port_number": 953, "protocols": ["tcp"]},
+ "ftps-data": {"port_number": 989, "protocols": ["tcp", "udp"]},
+ "ftps": {"port_number": 990, "protocols": ["tcp", "udp"]},
+ "nas": {"port_number": 991, "protocols": ["tcp", "udp"]},
+ "telnets": {"port_number": 992, "protocols": ["tcp", "udp"]},
+ "imaps": {"port_number": 993, "protocols": ["tcp"]},
+ "pop3s": {"port_number": 995, "protocols": ["tcp", "udp"]},
+ "vsinet": {"port_number": 996, "protocols": ["tcp", "udp"]},
+ "maitrd": {"port_number": 997, "protocols": ["tcp", "udp"]},
+ "busboy": {"port_number": 998, "protocols": ["tcp"]},
+ "puparp": {"port_number": 998, "protocols": ["udp"]},
+ "garcon": {"port_number": 999, "protocols": ["tcp"]},
+ "applix": {"port_number": 999, "protocols": ["udp"]},
+ "puprouter": {"port_number": 999, "protocols": ["tcp", "udp"]},
+ "cadlock2": {"port_number": 1000, "protocols": ["tcp", "udp"]},
+ "webpush": {"port_number": 1001, "protocols": ["tcp"]},
+ "surf": {"port_number": 1010, "protocols": ["tcp", "udp"]},
+ "exp1": {"port_number": 1021, "protocols": ["tcp", "udp", "sctp", "dccp"]},
+ "exp2": {"port_number": 1022, "protocols": ["tcp", "udp", "sctp", "dccp"]},
+ "blackjack": {"port_number": 1025, "protocols": ["tcp", "udp"]},
+ "cap": {"port_number": 1026, "protocols": ["tcp", "udp"]},
+ "6a44": {"port_number": 1027, "protocols": ["udp"]},
+ "solid-mux": {"port_number": 1029, "protocols": ["tcp", "udp"]},
+ "netinfo-local": {"port_number": 1033, "protocols": ["tcp", "udp"]},
+ "activesync": {"port_number": 1034, "protocols": ["tcp", "udp"]},
+ "mxxrlogin": {"port_number": 1035, "protocols": ["tcp", "udp"]},
+ "nsstp": {"port_number": 1036, "protocols": ["tcp", "udp"]},
+ "ams": {"port_number": 1037, "protocols": ["tcp", "udp"]},
+ "mtqp": {"port_number": 1038, "protocols": ["tcp", "udp"]},
+ "sbl": {"port_number": 1039, "protocols": ["tcp", "udp"]},
+ "netarx": {"port_number": 1040, "protocols": ["tcp", "udp"]},
+ "danf-ak2": {"port_number": 1041, "protocols": ["tcp", "udp"]},
+ "afrog": {"port_number": 1042, "protocols": ["tcp", "udp"]},
+ "boinc-client": {"port_number": 1043, "protocols": ["tcp", "udp"]},
+ "dcutility": {"port_number": 1044, "protocols": ["tcp", "udp"]},
+ "fpitp": {"port_number": 1045, "protocols": ["tcp", "udp"]},
+ "wfremotertm": {"port_number": 1046, "protocols": ["tcp", "udp"]},
+ "neod1": {"port_number": 1047, "protocols": ["tcp", "udp"]},
+ "neod2": {"port_number": 1048, "protocols": ["tcp", "udp"]},
+ "td-postman": {"port_number": 1049, "protocols": ["tcp", "udp"]},
+ "cma": {"port_number": 1050, "protocols": ["tcp", "udp"]},
+ "optima-vnet": {"port_number": 1051, "protocols": ["tcp", "udp"]},
+ "ddt": {"port_number": 1052, "protocols": ["tcp", "udp"]},
+ "remote-as": {"port_number": 1053, "protocols": ["tcp", "udp"]},
+ "brvread": {"port_number": 1054, "protocols": ["tcp", "udp"]},
+ "ansyslmd": {"port_number": 1055, "protocols": ["tcp", "udp"]},
+ "vfo": {"port_number": 1056, "protocols": ["tcp", "udp"]},
+ "startron": {"port_number": 1057, "protocols": ["tcp", "udp"]},
+ "nim": {"port_number": 1058, "protocols": ["tcp", "udp"]},
+ "nimreg": {"port_number": 1059, "protocols": ["tcp", "udp"]},
+ "polestar": {"port_number": 1060, "protocols": ["tcp", "udp"]},
+ "kiosk": {"port_number": 1061, "protocols": ["tcp", "udp"]},
+ "veracity": {"port_number": 1062, "protocols": ["tcp", "udp"]},
+ "kyoceranetdev": {"port_number": 1063, "protocols": ["tcp", "udp"]},
+ "jstel": {"port_number": 1064, "protocols": ["tcp", "udp"]},
+ "syscomlan": {"port_number": 1065, "protocols": ["tcp", "udp"]},
+ "fpo-fns": {"port_number": 1066, "protocols": ["tcp", "udp"]},
+ "instl-boots": {"port_number": 1067, "protocols": ["tcp", "udp"]},
+ "instl_boots": {"port_number": 1067, "protocols": ["tcp", "udp"]},
+ "instl-bootc": {"port_number": 1068, "protocols": ["tcp", "udp"]},
+ "instl_bootc": {"port_number": 1068, "protocols": ["tcp", "udp"]},
+ "cognex-insight": {"port_number": 1069, "protocols": ["tcp", "udp"]},
+ "gmrupdateserv": {"port_number": 1070, "protocols": ["tcp", "udp"]},
+ "bsquare-voip": {"port_number": 1071, "protocols": ["tcp", "udp"]},
+ "cardax": {"port_number": 1072, "protocols": ["tcp", "udp"]},
+ "bridgecontrol": {"port_number": 1073, "protocols": ["tcp", "udp"]},
+ "warmspotMgmt": {"port_number": 1074, "protocols": ["tcp", "udp"]},
+ "rdrmshc": {"port_number": 1075, "protocols": ["tcp", "udp"]},
+ "dab-sti-c": {"port_number": 1076, "protocols": ["tcp", "udp"]},
+ "imgames": {"port_number": 1077, "protocols": ["tcp", "udp"]},
+ "avocent-proxy": {"port_number": 1078, "protocols": ["tcp", "udp"]},
+ "asprovatalk": {"port_number": 1079, "protocols": ["tcp", "udp"]},
+ "socks": {"port_number": 1080, "protocols": ["tcp", "udp"]},
+ "pvuniwien": {"port_number": 1081, "protocols": ["tcp", "udp"]},
+ "amt-esd-prot": {"port_number": 1082, "protocols": ["tcp", "udp"]},
+ "ansoft-lm-1": {"port_number": 1083, "protocols": ["tcp", "udp"]},
+ "ansoft-lm-2": {"port_number": 1084, "protocols": ["tcp", "udp"]},
+ "webobjects": {"port_number": 1085, "protocols": ["tcp", "udp"]},
+ "cplscrambler-lg": {"port_number": 1086, "protocols": ["tcp", "udp"]},
+ "cplscrambler-in": {"port_number": 1087, "protocols": ["tcp", "udp"]},
+ "cplscrambler-al": {"port_number": 1088, "protocols": ["tcp", "udp"]},
+ "ff-annunc": {"port_number": 1089, "protocols": ["tcp", "udp"]},
+ "ff-fms": {"port_number": 1090, "protocols": ["tcp", "udp"]},
+ "ff-sm": {"port_number": 1091, "protocols": ["tcp", "udp"]},
+ "obrpd": {"port_number": 1092, "protocols": ["tcp", "udp"]},
+ "proofd": {"port_number": 1093, "protocols": ["tcp", "udp"]},
+ "rootd": {"port_number": 1094, "protocols": ["tcp", "udp"]},
+ "nicelink": {"port_number": 1095, "protocols": ["tcp", "udp"]},
+ "cnrprotocol": {"port_number": 1096, "protocols": ["tcp", "udp"]},
+ "sunclustermgr": {"port_number": 1097, "protocols": ["tcp", "udp"]},
+ "rmiactivation": {"port_number": 1098, "protocols": ["tcp", "udp"]},
+ "rmiregistry": {"port_number": 1099, "protocols": ["tcp", "udp"]},
+ "mctp": {"port_number": 1100, "protocols": ["tcp", "udp"]},
+ "pt2-discover": {"port_number": 1101, "protocols": ["tcp", "udp"]},
+ "adobeserver-1": {"port_number": 1102, "protocols": ["tcp", "udp"]},
+ "adobeserver-2": {"port_number": 1103, "protocols": ["tcp", "udp"]},
+ "xrl": {"port_number": 1104, "protocols": ["tcp", "udp"]},
+ "ftranhc": {"port_number": 1105, "protocols": ["tcp", "udp"]},
+ "isoipsigport-1": {"port_number": 1106, "protocols": ["tcp", "udp"]},
+ "isoipsigport-2": {"port_number": 1107, "protocols": ["tcp", "udp"]},
+ "ratio-adp": {"port_number": 1108, "protocols": ["tcp", "udp"]},
+ "webadmstart": {"port_number": 1110, "protocols": ["tcp"]},
+ "nfsd-keepalive": {"port_number": 1110, "protocols": ["udp"]},
+ "lmsocialserver": {"port_number": 1111, "protocols": ["tcp", "udp"]},
+ "icp": {"port_number": 1112, "protocols": ["tcp", "udp"]},
+ "ltp-deepspace": {"port_number": 1113, "protocols": ["tcp", "udp", "dccp"]},
+ "mini-sql": {"port_number": 1114, "protocols": ["tcp", "udp"]},
+ "ardus-trns": {"port_number": 1115, "protocols": ["tcp", "udp"]},
+ "ardus-cntl": {"port_number": 1116, "protocols": ["tcp", "udp"]},
+ "ardus-mtrns": {"port_number": 1117, "protocols": ["tcp", "udp"]},
+ "sacred": {"port_number": 1118, "protocols": ["tcp", "udp"]},
+ "bnetgame": {"port_number": 1119, "protocols": ["tcp", "udp"]},
+ "bnetfile": {"port_number": 1120, "protocols": ["tcp", "udp"]},
+ "rmpp": {"port_number": 1121, "protocols": ["tcp", "udp"]},
+ "availant-mgr": {"port_number": 1122, "protocols": ["tcp", "udp"]},
+ "murray": {"port_number": 1123, "protocols": ["tcp", "udp"]},
+ "hpvmmcontrol": {"port_number": 1124, "protocols": ["tcp", "udp"]},
+ "hpvmmagent": {"port_number": 1125, "protocols": ["tcp", "udp"]},
+ "hpvmmdata": {"port_number": 1126, "protocols": ["tcp", "udp"]},
+ "kwdb-commn": {"port_number": 1127, "protocols": ["tcp", "udp"]},
+ "saphostctrl": {"port_number": 1128, "protocols": ["tcp", "udp"]},
+ "saphostctrls": {"port_number": 1129, "protocols": ["tcp", "udp"]},
+ "casp": {"port_number": 1130, "protocols": ["tcp", "udp"]},
+ "caspssl": {"port_number": 1131, "protocols": ["tcp", "udp"]},
+ "kvm-via-ip": {"port_number": 1132, "protocols": ["tcp", "udp"]},
+ "dfn": {"port_number": 1133, "protocols": ["tcp", "udp"]},
+ "aplx": {"port_number": 1134, "protocols": ["tcp", "udp"]},
+ "omnivision": {"port_number": 1135, "protocols": ["tcp", "udp"]},
+ "hhb-gateway": {"port_number": 1136, "protocols": ["tcp", "udp"]},
+ "trim": {"port_number": 1137, "protocols": ["tcp", "udp"]},
+ "encrypted-admin": {"port_number": 1138, "protocols": ["tcp", "udp"]},
+ "encrypted_admin": {"port_number": 1138, "protocols": ["tcp", "udp"]},
+ "evm": {"port_number": 1139, "protocols": ["tcp", "udp"]},
+ "autonoc": {"port_number": 1140, "protocols": ["tcp", "udp"]},
+ "mxomss": {"port_number": 1141, "protocols": ["tcp", "udp"]},
+ "edtools": {"port_number": 1142, "protocols": ["tcp", "udp"]},
+ "imyx": {"port_number": 1143, "protocols": ["tcp", "udp"]},
+ "fuscript": {"port_number": 1144, "protocols": ["tcp", "udp"]},
+ "x9-icue": {"port_number": 1145, "protocols": ["tcp", "udp"]},
+ "audit-transfer": {"port_number": 1146, "protocols": ["tcp", "udp"]},
+ "capioverlan": {"port_number": 1147, "protocols": ["tcp", "udp"]},
+ "elfiq-repl": {"port_number": 1148, "protocols": ["tcp", "udp"]},
+ "bvtsonar": {"port_number": 1149, "protocols": ["tcp", "udp"]},
+ "blaze": {"port_number": 1150, "protocols": ["tcp", "udp"]},
+ "unizensus": {"port_number": 1151, "protocols": ["tcp", "udp"]},
+ "winpoplanmess": {"port_number": 1152, "protocols": ["tcp", "udp"]},
+ "c1222-acse": {"port_number": 1153, "protocols": ["tcp", "udp"]},
+ "resacommunity": {"port_number": 1154, "protocols": ["tcp", "udp"]},
+ "nfa": {"port_number": 1155, "protocols": ["tcp", "udp"]},
+ "iascontrol-oms": {"port_number": 1156, "protocols": ["tcp", "udp"]},
+ "iascontrol": {"port_number": 1157, "protocols": ["tcp", "udp"]},
+ "dbcontrol-oms": {"port_number": 1158, "protocols": ["tcp", "udp"]},
+ "oracle-oms": {"port_number": 1159, "protocols": ["tcp", "udp"]},
+ "olsv": {"port_number": 1160, "protocols": ["tcp", "udp"]},
+ "health-polling": {"port_number": 1161, "protocols": ["tcp", "udp"]},
+ "health-trap": {"port_number": 1162, "protocols": ["tcp", "udp"]},
+ "sddp": {"port_number": 1163, "protocols": ["tcp", "udp"]},
+ "qsm-proxy": {"port_number": 1164, "protocols": ["tcp", "udp"]},
+ "qsm-gui": {"port_number": 1165, "protocols": ["tcp", "udp"]},
+ "qsm-remote": {"port_number": 1166, "protocols": ["tcp", "udp"]},
+ "cisco-ipsla": {"port_number": 1167, "protocols": ["tcp", "udp", "sctp"]},
+ "vchat": {"port_number": 1168, "protocols": ["tcp", "udp"]},
+ "tripwire": {"port_number": 1169, "protocols": ["tcp", "udp"]},
+ "atc-lm": {"port_number": 1170, "protocols": ["tcp", "udp"]},
+ "atc-appserver": {"port_number": 1171, "protocols": ["tcp", "udp"]},
+ "dnap": {"port_number": 1172, "protocols": ["tcp", "udp"]},
+ "d-cinema-rrp": {"port_number": 1173, "protocols": ["tcp", "udp"]},
+ "fnet-remote-ui": {"port_number": 1174, "protocols": ["tcp", "udp"]},
+ "dossier": {"port_number": 1175, "protocols": ["tcp", "udp"]},
+ "indigo-server": {"port_number": 1176, "protocols": ["tcp", "udp"]},
+ "dkmessenger": {"port_number": 1177, "protocols": ["tcp", "udp"]},
+ "sgi-storman": {"port_number": 1178, "protocols": ["tcp", "udp"]},
+ "b2n": {"port_number": 1179, "protocols": ["tcp", "udp"]},
+ "mc-client": {"port_number": 1180, "protocols": ["tcp", "udp"]},
+ "3comnetman": {"port_number": 1181, "protocols": ["tcp", "udp"]},
+ "accelenet": {"port_number": 1182, "protocols": ["tcp"]},
+ "accelenet-data": {"port_number": 1182, "protocols": ["udp"]},
+ "llsurfup-http": {"port_number": 1183, "protocols": ["tcp", "udp"]},
+ "llsurfup-https": {"port_number": 1184, "protocols": ["tcp", "udp"]},
+ "catchpole": {"port_number": 1185, "protocols": ["tcp", "udp"]},
+ "mysql-cluster": {"port_number": 1186, "protocols": ["tcp", "udp"]},
+ "alias": {"port_number": 1187, "protocols": ["tcp", "udp"]},
+ "hp-webadmin": {"port_number": 1188, "protocols": ["tcp", "udp"]},
+ "unet": {"port_number": 1189, "protocols": ["tcp", "udp"]},
+ "commlinx-avl": {"port_number": 1190, "protocols": ["tcp", "udp"]},
+ "gpfs": {"port_number": 1191, "protocols": ["tcp", "udp"]},
+ "caids-sensor": {"port_number": 1192, "protocols": ["tcp", "udp"]},
+ "fiveacross": {"port_number": 1193, "protocols": ["tcp", "udp"]},
+ "openvpn": {"port_number": 1194, "protocols": ["tcp", "udp"]},
+ "rsf-1": {"port_number": 1195, "protocols": ["tcp", "udp"]},
+ "netmagic": {"port_number": 1196, "protocols": ["tcp", "udp"]},
+ "carrius-rshell": {"port_number": 1197, "protocols": ["tcp", "udp"]},
+ "cajo-discovery": {"port_number": 1198, "protocols": ["tcp", "udp"]},
+ "dmidi": {"port_number": 1199, "protocols": ["tcp", "udp"]},
+ "scol": {"port_number": 1200, "protocols": ["tcp", "udp"]},
+ "nucleus-sand": {"port_number": 1201, "protocols": ["tcp", "udp"]},
+ "caiccipc": {"port_number": 1202, "protocols": ["tcp", "udp"]},
+ "ssslic-mgr": {"port_number": 1203, "protocols": ["tcp", "udp"]},
+ "ssslog-mgr": {"port_number": 1204, "protocols": ["tcp", "udp"]},
+ "accord-mgc": {"port_number": 1205, "protocols": ["tcp", "udp"]},
+ "anthony-data": {"port_number": 1206, "protocols": ["tcp", "udp"]},
+ "metasage": {"port_number": 1207, "protocols": ["tcp", "udp"]},
+ "seagull-ais": {"port_number": 1208, "protocols": ["tcp", "udp"]},
+ "ipcd3": {"port_number": 1209, "protocols": ["tcp", "udp"]},
+ "eoss": {"port_number": 1210, "protocols": ["tcp", "udp"]},
+ "groove-dpp": {"port_number": 1211, "protocols": ["tcp", "udp"]},
+ "lupa": {"port_number": 1212, "protocols": ["tcp", "udp"]},
+ "mpc-lifenet": {"port_number": 1213, "protocols": ["tcp", "udp"]},
+ "kazaa": {"port_number": 1214, "protocols": ["tcp", "udp"]},
+ "scanstat-1": {"port_number": 1215, "protocols": ["tcp", "udp"]},
+ "etebac5": {"port_number": 1216, "protocols": ["tcp", "udp"]},
+ "hpss-ndapi": {"port_number": 1217, "protocols": ["tcp", "udp"]},
+ "aeroflight-ads": {"port_number": 1218, "protocols": ["tcp", "udp"]},
+ "aeroflight-ret": {"port_number": 1219, "protocols": ["tcp", "udp"]},
+ "qt-serveradmin": {"port_number": 1220, "protocols": ["tcp", "udp"]},
+ "sweetware-apps": {"port_number": 1221, "protocols": ["tcp", "udp"]},
+ "nerv": {"port_number": 1222, "protocols": ["tcp", "udp"]},
+ "tgp": {"port_number": 1223, "protocols": ["tcp", "udp"]},
+ "vpnz": {"port_number": 1224, "protocols": ["tcp", "udp"]},
+ "slinkysearch": {"port_number": 1225, "protocols": ["tcp", "udp"]},
+ "stgxfws": {"port_number": 1226, "protocols": ["tcp", "udp"]},
+ "dns2go": {"port_number": 1227, "protocols": ["tcp", "udp"]},
+ "florence": {"port_number": 1228, "protocols": ["tcp", "udp"]},
+ "zented": {"port_number": 1229, "protocols": ["tcp", "udp"]},
+ "periscope": {"port_number": 1230, "protocols": ["tcp", "udp"]},
+ "menandmice-lpm": {"port_number": 1231, "protocols": ["tcp", "udp"]},
+ "first-defense": {"port_number": 1232, "protocols": ["tcp", "udp"]},
+ "univ-appserver": {"port_number": 1233, "protocols": ["tcp", "udp"]},
+ "search-agent": {"port_number": 1234, "protocols": ["tcp", "udp"]},
+ "mosaicsyssvc1": {"port_number": 1235, "protocols": ["tcp", "udp"]},
+ "bvcontrol": {"port_number": 1236, "protocols": ["tcp", "udp"]},
+ "tsdos390": {"port_number": 1237, "protocols": ["tcp", "udp"]},
+ "hacl-qs": {"port_number": 1238, "protocols": ["tcp", "udp"]},
+ "nmsd": {"port_number": 1239, "protocols": ["tcp", "udp"]},
+ "instantia": {"port_number": 1240, "protocols": ["tcp", "udp"]},
+ "nessus": {"port_number": 1241, "protocols": ["tcp", "udp"]},
+ "nmasoverip": {"port_number": 1242, "protocols": ["tcp", "udp"]},
+ "serialgateway": {"port_number": 1243, "protocols": ["tcp", "udp"]},
+ "isbconference1": {"port_number": 1244, "protocols": ["tcp", "udp"]},
+ "isbconference2": {"port_number": 1245, "protocols": ["tcp", "udp"]},
+ "payrouter": {"port_number": 1246, "protocols": ["tcp", "udp"]},
+ "visionpyramid": {"port_number": 1247, "protocols": ["tcp", "udp"]},
+ "hermes": {"port_number": 1248, "protocols": ["tcp", "udp"]},
+ "mesavistaco": {"port_number": 1249, "protocols": ["tcp", "udp"]},
+ "swldy-sias": {"port_number": 1250, "protocols": ["tcp", "udp"]},
+ "servergraph": {"port_number": 1251, "protocols": ["tcp", "udp"]},
+ "bspne-pcc": {"port_number": 1252, "protocols": ["tcp", "udp"]},
+ "q55-pcc": {"port_number": 1253, "protocols": ["tcp", "udp"]},
+ "de-noc": {"port_number": 1254, "protocols": ["tcp", "udp"]},
+ "de-cache-query": {"port_number": 1255, "protocols": ["tcp", "udp"]},
+ "de-server": {"port_number": 1256, "protocols": ["tcp", "udp"]},
+ "shockwave2": {"port_number": 1257, "protocols": ["tcp", "udp"]},
+ "opennl": {"port_number": 1258, "protocols": ["tcp", "udp"]},
+ "opennl-voice": {"port_number": 1259, "protocols": ["tcp", "udp"]},
+ "ibm-ssd": {"port_number": 1260, "protocols": ["tcp", "udp"]},
+ "mpshrsv": {"port_number": 1261, "protocols": ["tcp", "udp"]},
+ "qnts-orb": {"port_number": 1262, "protocols": ["tcp", "udp"]},
+ "dka": {"port_number": 1263, "protocols": ["tcp", "udp"]},
+ "prat": {"port_number": 1264, "protocols": ["tcp", "udp"]},
+ "dssiapi": {"port_number": 1265, "protocols": ["tcp", "udp"]},
+ "dellpwrappks": {"port_number": 1266, "protocols": ["tcp", "udp"]},
+ "epc": {"port_number": 1267, "protocols": ["tcp", "udp"]},
+ "propel-msgsys": {"port_number": 1268, "protocols": ["tcp", "udp"]},
+ "watilapp": {"port_number": 1269, "protocols": ["tcp", "udp"]},
+ "opsmgr": {"port_number": 1270, "protocols": ["tcp", "udp"]},
+ "excw": {"port_number": 1271, "protocols": ["tcp", "udp"]},
+ "cspmlockmgr": {"port_number": 1272, "protocols": ["tcp", "udp"]},
+ "emc-gateway": {"port_number": 1273, "protocols": ["tcp", "udp"]},
+ "t1distproc": {"port_number": 1274, "protocols": ["tcp", "udp"]},
+ "ivcollector": {"port_number": 1275, "protocols": ["tcp", "udp"]},
+ "miva-mqs": {"port_number": 1277, "protocols": ["tcp", "udp"]},
+ "dellwebadmin-1": {"port_number": 1278, "protocols": ["tcp", "udp"]},
+ "dellwebadmin-2": {"port_number": 1279, "protocols": ["tcp", "udp"]},
+ "pictrography": {"port_number": 1280, "protocols": ["tcp", "udp"]},
+ "healthd": {"port_number": 1281, "protocols": ["tcp", "udp"]},
+ "emperion": {"port_number": 1282, "protocols": ["tcp", "udp"]},
+ "productinfo": {"port_number": 1283, "protocols": ["tcp", "udp"]},
+ "iee-qfx": {"port_number": 1284, "protocols": ["tcp", "udp"]},
+ "neoiface": {"port_number": 1285, "protocols": ["tcp", "udp"]},
+ "netuitive": {"port_number": 1286, "protocols": ["tcp", "udp"]},
+ "routematch": {"port_number": 1287, "protocols": ["tcp", "udp"]},
+ "navbuddy": {"port_number": 1288, "protocols": ["tcp", "udp"]},
+ "jwalkserver": {"port_number": 1289, "protocols": ["tcp", "udp"]},
+ "winjaserver": {"port_number": 1290, "protocols": ["tcp", "udp"]},
+ "seagulllms": {"port_number": 1291, "protocols": ["tcp", "udp"]},
+ "dsdn": {"port_number": 1292, "protocols": ["tcp", "udp"]},
+ "pkt-krb-ipsec": {"port_number": 1293, "protocols": ["tcp", "udp"]},
+ "cmmdriver": {"port_number": 1294, "protocols": ["tcp", "udp"]},
+ "ehtp": {"port_number": 1295, "protocols": ["tcp", "udp"]},
+ "dproxy": {"port_number": 1296, "protocols": ["tcp", "udp"]},
+ "sdproxy": {"port_number": 1297, "protocols": ["tcp", "udp"]},
+ "lpcp": {"port_number": 1298, "protocols": ["tcp", "udp"]},
+ "hp-sci": {"port_number": 1299, "protocols": ["tcp", "udp"]},
+ "h323hostcallsc": {"port_number": 1300, "protocols": ["tcp", "udp"]},
+ "sftsrv": {"port_number": 1303, "protocols": ["tcp", "udp"]},
+ "boomerang": {"port_number": 1304, "protocols": ["tcp", "udp"]},
+ "pe-mike": {"port_number": 1305, "protocols": ["tcp", "udp"]},
+ "re-conn-proto": {"port_number": 1306, "protocols": ["tcp", "udp"]},
+ "pacmand": {"port_number": 1307, "protocols": ["tcp", "udp"]},
+ "odsi": {"port_number": 1308, "protocols": ["tcp", "udp"]},
+ "jtag-server": {"port_number": 1309, "protocols": ["tcp", "udp"]},
+ "husky": {"port_number": 1310, "protocols": ["tcp", "udp"]},
+ "rxmon": {"port_number": 1311, "protocols": ["tcp", "udp"]},
+ "sti-envision": {"port_number": 1312, "protocols": ["tcp", "udp"]},
+ "bmc-patroldb": {"port_number": 1313, "protocols": ["tcp", "udp"]},
+ "bmc_patroldb": {"port_number": 1313, "protocols": ["tcp", "udp"]},
+ "pdps": {"port_number": 1314, "protocols": ["tcp", "udp"]},
+ "els": {"port_number": 1315, "protocols": ["tcp", "udp"]},
+ "exbit-escp": {"port_number": 1316, "protocols": ["tcp", "udp"]},
+ "vrts-ipcserver": {"port_number": 1317, "protocols": ["tcp", "udp"]},
+ "krb5gatekeeper": {"port_number": 1318, "protocols": ["tcp", "udp"]},
+ "amx-icsp": {"port_number": 1319, "protocols": ["tcp", "udp"]},
+ "amx-axbnet": {"port_number": 1320, "protocols": ["tcp", "udp"]},
+ "pip-secondary": {"port_number": 1321, "protocols": ["tcp", "udp"]},
+ "novation": {"port_number": 1322, "protocols": ["tcp", "udp"]},
+ "brcd": {"port_number": 1323, "protocols": ["tcp", "udp"]},
+ "delta-mcp": {"port_number": 1324, "protocols": ["tcp", "udp"]},
+ "dx-instrument": {"port_number": 1325, "protocols": ["tcp", "udp"]},
+ "wimsic": {"port_number": 1326, "protocols": ["tcp", "udp"]},
+ "ultrex": {"port_number": 1327, "protocols": ["tcp", "udp"]},
+ "ewall": {"port_number": 1328, "protocols": ["tcp", "udp"]},
+ "netdb-export": {"port_number": 1329, "protocols": ["tcp", "udp"]},
+ "streetperfect": {"port_number": 1330, "protocols": ["tcp", "udp"]},
+ "intersan": {"port_number": 1331, "protocols": ["tcp", "udp"]},
+ "pcia-rxp-b": {"port_number": 1332, "protocols": ["tcp", "udp"]},
+ "passwrd-policy": {"port_number": 1333, "protocols": ["tcp", "udp"]},
+ "writesrv": {"port_number": 1334, "protocols": ["tcp", "udp"]},
+ "digital-notary": {"port_number": 1335, "protocols": ["tcp", "udp"]},
+ "ischat": {"port_number": 1336, "protocols": ["tcp", "udp"]},
+ "menandmice-dns": {"port_number": 1337, "protocols": ["tcp", "udp"]},
+ "wmc-log-svc": {"port_number": 1338, "protocols": ["tcp", "udp"]},
+ "kjtsiteserver": {"port_number": 1339, "protocols": ["tcp", "udp"]},
+ "naap": {"port_number": 1340, "protocols": ["tcp", "udp"]},
+ "qubes": {"port_number": 1341, "protocols": ["tcp", "udp"]},
+ "esbroker": {"port_number": 1342, "protocols": ["tcp", "udp"]},
+ "re101": {"port_number": 1343, "protocols": ["tcp", "udp"]},
+ "icap": {"port_number": 1344, "protocols": ["tcp", "udp"]},
+ "vpjp": {"port_number": 1345, "protocols": ["tcp", "udp"]},
+ "alta-ana-lm": {"port_number": 1346, "protocols": ["tcp", "udp"]},
+ "bbn-mmc": {"port_number": 1347, "protocols": ["tcp", "udp"]},
+ "bbn-mmx": {"port_number": 1348, "protocols": ["tcp", "udp"]},
+ "sbook": {"port_number": 1349, "protocols": ["tcp", "udp"]},
+ "editbench": {"port_number": 1350, "protocols": ["tcp", "udp"]},
+ "equationbuilder": {"port_number": 1351, "protocols": ["tcp", "udp"]},
+ "lotusnote": {"port_number": 1352, "protocols": ["tcp", "udp"]},
+ "relief": {"port_number": 1353, "protocols": ["tcp", "udp"]},
+ "XSIP-network": {"port_number": 1354, "protocols": ["tcp", "udp"]},
+ "intuitive-edge": {"port_number": 1355, "protocols": ["tcp", "udp"]},
+ "cuillamartin": {"port_number": 1356, "protocols": ["tcp", "udp"]},
+ "pegboard": {"port_number": 1357, "protocols": ["tcp", "udp"]},
+ "connlcli": {"port_number": 1358, "protocols": ["tcp", "udp"]},
+ "ftsrv": {"port_number": 1359, "protocols": ["tcp", "udp"]},
+ "mimer": {"port_number": 1360, "protocols": ["tcp", "udp"]},
+ "linx": {"port_number": 1361, "protocols": ["tcp", "udp"]},
+ "timeflies": {"port_number": 1362, "protocols": ["tcp", "udp"]},
+ "ndm-requester": {"port_number": 1363, "protocols": ["tcp", "udp"]},
+ "ndm-server": {"port_number": 1364, "protocols": ["tcp", "udp"]},
+ "adapt-sna": {"port_number": 1365, "protocols": ["tcp", "udp"]},
+ "netware-csp": {"port_number": 1366, "protocols": ["tcp", "udp"]},
+ "dcs": {"port_number": 1367, "protocols": ["tcp", "udp"]},
+ "screencast": {"port_number": 1368, "protocols": ["tcp", "udp"]},
+ "gv-us": {"port_number": 1369, "protocols": ["tcp", "udp"]},
+ "us-gv": {"port_number": 1370, "protocols": ["tcp", "udp"]},
+ "fc-cli": {"port_number": 1371, "protocols": ["tcp", "udp"]},
+ "fc-ser": {"port_number": 1372, "protocols": ["tcp", "udp"]},
+ "chromagrafx": {"port_number": 1373, "protocols": ["tcp", "udp"]},
+ "molly": {"port_number": 1374, "protocols": ["tcp", "udp"]},
+ "bytex": {"port_number": 1375, "protocols": ["tcp", "udp"]},
+ "ibm-pps": {"port_number": 1376, "protocols": ["tcp", "udp"]},
+ "cichlid": {"port_number": 1377, "protocols": ["tcp", "udp"]},
+ "elan": {"port_number": 1378, "protocols": ["tcp", "udp"]},
+ "dbreporter": {"port_number": 1379, "protocols": ["tcp", "udp"]},
+ "telesis-licman": {"port_number": 1380, "protocols": ["tcp", "udp"]},
+ "apple-licman": {"port_number": 1381, "protocols": ["tcp", "udp"]},
+ "udt-os": {"port_number": 1382, "protocols": ["tcp", "udp"]},
+ "udt_os": {"port_number": 1382, "protocols": ["tcp", "udp"]},
+ "gwha": {"port_number": 1383, "protocols": ["tcp", "udp"]},
+ "os-licman": {"port_number": 1384, "protocols": ["tcp", "udp"]},
+ "atex-elmd": {"port_number": 1385, "protocols": ["tcp", "udp"]},
+ "atex_elmd": {"port_number": 1385, "protocols": ["tcp", "udp"]},
+ "checksum": {"port_number": 1386, "protocols": ["tcp", "udp"]},
+ "cadsi-lm": {"port_number": 1387, "protocols": ["tcp", "udp"]},
+ "objective-dbc": {"port_number": 1388, "protocols": ["tcp", "udp"]},
+ "iclpv-dm": {"port_number": 1389, "protocols": ["tcp", "udp"]},
+ "iclpv-sc": {"port_number": 1390, "protocols": ["tcp", "udp"]},
+ "iclpv-sas": {"port_number": 1391, "protocols": ["tcp", "udp"]},
+ "iclpv-pm": {"port_number": 1392, "protocols": ["tcp", "udp"]},
+ "iclpv-nls": {"port_number": 1393, "protocols": ["tcp", "udp"]},
+ "iclpv-nlc": {"port_number": 1394, "protocols": ["tcp", "udp"]},
+ "iclpv-wsm": {"port_number": 1395, "protocols": ["tcp", "udp"]},
+ "dvl-activemail": {"port_number": 1396, "protocols": ["tcp", "udp"]},
+ "audio-activmail": {"port_number": 1397, "protocols": ["tcp", "udp"]},
+ "video-activmail": {"port_number": 1398, "protocols": ["tcp", "udp"]},
+ "cadkey-licman": {"port_number": 1399, "protocols": ["tcp", "udp"]},
+ "cadkey-tablet": {"port_number": 1400, "protocols": ["tcp", "udp"]},
+ "goldleaf-licman": {"port_number": 1401, "protocols": ["tcp", "udp"]},
+ "prm-sm-np": {"port_number": 1402, "protocols": ["tcp", "udp"]},
+ "prm-nm-np": {"port_number": 1403, "protocols": ["tcp", "udp"]},
+ "igi-lm": {"port_number": 1404, "protocols": ["tcp", "udp"]},
+ "ibm-res": {"port_number": 1405, "protocols": ["tcp", "udp"]},
+ "netlabs-lm": {"port_number": 1406, "protocols": ["tcp", "udp"]},
+ "tibet-server": {"port_number": 1407, "protocols": ["tcp"]},
+ "sophia-lm": {"port_number": 1408, "protocols": ["tcp", "udp"]},
+ "here-lm": {"port_number": 1409, "protocols": ["tcp", "udp"]},
+ "hiq": {"port_number": 1410, "protocols": ["tcp", "udp"]},
+ "af": {"port_number": 1411, "protocols": ["tcp", "udp"]},
+ "innosys": {"port_number": 1412, "protocols": ["tcp", "udp"]},
+ "innosys-acl": {"port_number": 1413, "protocols": ["tcp", "udp"]},
+ "ibm-mqseries": {"port_number": 1414, "protocols": ["tcp", "udp"]},
+ "dbstar": {"port_number": 1415, "protocols": ["tcp", "udp"]},
+ "novell-lu6-2": {"port_number": 1416, "protocols": ["tcp", "udp"]},
+ "novell-lu6.2": {"port_number": 1416, "protocols": ["tcp", "udp"]},
+ "timbuktu-srv1": {"port_number": 1417, "protocols": ["tcp", "udp"]},
+ "timbuktu-srv2": {"port_number": 1418, "protocols": ["tcp", "udp"]},
+ "timbuktu-srv3": {"port_number": 1419, "protocols": ["tcp", "udp"]},
+ "timbuktu-srv4": {"port_number": 1420, "protocols": ["tcp", "udp"]},
+ "gandalf-lm": {"port_number": 1421, "protocols": ["tcp", "udp"]},
+ "autodesk-lm": {"port_number": 1422, "protocols": ["tcp", "udp"]},
+ "essbase": {"port_number": 1423, "protocols": ["tcp", "udp"]},
+ "hybrid": {"port_number": 1424, "protocols": ["tcp", "udp"]},
+ "zion-lm": {"port_number": 1425, "protocols": ["tcp", "udp"]},
+ "sais": {"port_number": 1426, "protocols": ["tcp", "udp"]},
+ "mloadd": {"port_number": 1427, "protocols": ["tcp", "udp"]},
+ "informatik-lm": {"port_number": 1428, "protocols": ["tcp", "udp"]},
+ "nms": {"port_number": 1429, "protocols": ["tcp", "udp"]},
+ "tpdu": {"port_number": 1430, "protocols": ["tcp", "udp"]},
+ "rgtp": {"port_number": 1431, "protocols": ["tcp", "udp"]},
+ "blueberry-lm": {"port_number": 1432, "protocols": ["tcp", "udp"]},
+ "ms-sql-s": {"port_number": 1433, "protocols": ["tcp", "udp"]},
+ "ms-sql-m": {"port_number": 1434, "protocols": ["tcp", "udp"]},
+ "ibm-cics": {"port_number": 1435, "protocols": ["tcp", "udp"]},
+ "saism": {"port_number": 1436, "protocols": ["tcp", "udp"]},
+ "tabula": {"port_number": 1437, "protocols": ["tcp", "udp"]},
+ "eicon-server": {"port_number": 1438, "protocols": ["tcp", "udp"]},
+ "eicon-x25": {"port_number": 1439, "protocols": ["tcp", "udp"]},
+ "eicon-slp": {"port_number": 1440, "protocols": ["tcp", "udp"]},
+ "cadis-1": {"port_number": 1441, "protocols": ["tcp", "udp"]},
+ "cadis-2": {"port_number": 1442, "protocols": ["tcp", "udp"]},
+ "ies-lm": {"port_number": 1443, "protocols": ["tcp", "udp"]},
+ "marcam-lm": {"port_number": 1444, "protocols": ["tcp", "udp"]},
+ "proxima-lm": {"port_number": 1445, "protocols": ["tcp", "udp"]},
+ "ora-lm": {"port_number": 1446, "protocols": ["tcp", "udp"]},
+ "apri-lm": {"port_number": 1447, "protocols": ["tcp", "udp"]},
+ "oc-lm": {"port_number": 1448, "protocols": ["tcp", "udp"]},
+ "peport": {"port_number": 1449, "protocols": ["tcp", "udp"]},
+ "dwf": {"port_number": 1450, "protocols": ["tcp", "udp"]},
+ "infoman": {"port_number": 1451, "protocols": ["tcp", "udp"]},
+ "gtegsc-lm": {"port_number": 1452, "protocols": ["tcp", "udp"]},
+ "genie-lm": {"port_number": 1453, "protocols": ["tcp", "udp"]},
+ "interhdl-elmd": {"port_number": 1454, "protocols": ["tcp", "udp"]},
+ "interhdl_elmd": {"port_number": 1454, "protocols": ["tcp", "udp"]},
+ "esl-lm": {"port_number": 1455, "protocols": ["tcp", "udp"]},
+ "dca": {"port_number": 1456, "protocols": ["tcp", "udp"]},
+ "valisys-lm": {"port_number": 1457, "protocols": ["tcp", "udp"]},
+ "nrcabq-lm": {"port_number": 1458, "protocols": ["tcp", "udp"]},
+ "proshare1": {"port_number": 1459, "protocols": ["tcp", "udp"]},
+ "proshare2": {"port_number": 1460, "protocols": ["tcp", "udp"]},
+ "ibm-wrless-lan": {"port_number": 1461, "protocols": ["tcp", "udp"]},
+ "ibm_wrless_lan": {"port_number": 1461, "protocols": ["tcp", "udp"]},
+ "world-lm": {"port_number": 1462, "protocols": ["tcp", "udp"]},
+ "nucleus": {"port_number": 1463, "protocols": ["tcp", "udp"]},
+ "msl-lmd": {"port_number": 1464, "protocols": ["tcp", "udp"]},
+ "msl_lmd": {"port_number": 1464, "protocols": ["tcp", "udp"]},
+ "pipes": {"port_number": 1465, "protocols": ["tcp", "udp"]},
+ "oceansoft-lm": {"port_number": 1466, "protocols": ["tcp", "udp"]},
+ "csdmbase": {"port_number": 1467, "protocols": ["tcp", "udp"]},
+ "csdm": {"port_number": 1468, "protocols": ["tcp", "udp"]},
+ "aal-lm": {"port_number": 1469, "protocols": ["tcp", "udp"]},
+ "uaiact": {"port_number": 1470, "protocols": ["tcp", "udp"]},
+ "csdmbase-secondary": {"port_number": 1471, "protocols": ["tcp", "udp"]},
+ "csdm-secondary": {"port_number": 1472, "protocols": ["tcp", "udp"]},
+ "openmath": {"port_number": 1473, "protocols": ["tcp", "udp"]},
+ "telefinder": {"port_number": 1474, "protocols": ["tcp", "udp"]},
+ "taligent-lm": {"port_number": 1475, "protocols": ["tcp", "udp"]},
+ "clvm-cfg": {"port_number": 1476, "protocols": ["tcp", "udp"]},
+ "ms-sna-server": {"port_number": 1477, "protocols": ["tcp", "udp"]},
+ "ms-sna-base": {"port_number": 1478, "protocols": ["tcp", "udp"]},
+ "dberegister": {"port_number": 1479, "protocols": ["tcp", "udp"]},
+ "pacerforum": {"port_number": 1480, "protocols": ["tcp", "udp"]},
+ "airs": {"port_number": 1481, "protocols": ["tcp", "udp"]},
+ "miteksys-lm": {"port_number": 1482, "protocols": ["tcp", "udp"]},
+ "afs": {"port_number": 1483, "protocols": ["tcp", "udp"]},
+ "confluent": {"port_number": 1484, "protocols": ["tcp", "udp"]},
+ "lansource": {"port_number": 1485, "protocols": ["tcp", "udp"]},
+ "nms-topo-serv": {"port_number": 1486, "protocols": ["tcp", "udp"]},
+ "nms_topo_serv": {"port_number": 1486, "protocols": ["tcp", "udp"]},
+ "localinfosrvr": {"port_number": 1487, "protocols": ["tcp", "udp"]},
+ "docstor": {"port_number": 1488, "protocols": ["tcp", "udp"]},
+ "dmdocbroker": {"port_number": 1489, "protocols": ["tcp", "udp"]},
+ "insitu-conf": {"port_number": 1490, "protocols": ["tcp", "udp"]},
+ "stone-design-1": {"port_number": 1492, "protocols": ["tcp", "udp"]},
+ "netmap-lm": {"port_number": 1493, "protocols": ["tcp", "udp"]},
+ "netmap_lm": {"port_number": 1493, "protocols": ["tcp", "udp"]},
+ "ica": {"port_number": 1494, "protocols": ["tcp", "udp"]},
+ "cvc": {"port_number": 1495, "protocols": ["tcp", "udp"]},
+ "liberty-lm": {"port_number": 1496, "protocols": ["tcp", "udp"]},
+ "rfx-lm": {"port_number": 1497, "protocols": ["tcp", "udp"]},
+ "sybase-sqlany": {"port_number": 1498, "protocols": ["tcp", "udp"]},
+ "fhc": {"port_number": 1499, "protocols": ["tcp", "udp"]},
+ "vlsi-lm": {"port_number": 1500, "protocols": ["tcp", "udp"]},
+ "saiscm": {"port_number": 1501, "protocols": ["tcp", "udp"]},
+ "shivadiscovery": {"port_number": 1502, "protocols": ["tcp", "udp"]},
+ "imtc-mcs": {"port_number": 1503, "protocols": ["tcp", "udp"]},
+ "evb-elm": {"port_number": 1504, "protocols": ["tcp", "udp"]},
+ "funkproxy": {"port_number": 1505, "protocols": ["tcp", "udp"]},
+ "utcd": {"port_number": 1506, "protocols": ["tcp", "udp"]},
+ "symplex": {"port_number": 1507, "protocols": ["tcp", "udp"]},
+ "diagmond": {"port_number": 1508, "protocols": ["tcp", "udp"]},
+ "robcad-lm": {"port_number": 1509, "protocols": ["tcp", "udp"]},
+ "mvx-lm": {"port_number": 1510, "protocols": ["tcp", "udp"]},
+ "3l-l1": {"port_number": 1511, "protocols": ["tcp", "udp"]},
+ "wins": {"port_number": 1512, "protocols": ["tcp", "udp"]},
+ "fujitsu-dtc": {"port_number": 1513, "protocols": ["tcp", "udp"]},
+ "fujitsu-dtcns": {"port_number": 1514, "protocols": ["tcp", "udp"]},
+ "ifor-protocol": {"port_number": 1515, "protocols": ["tcp", "udp"]},
+ "vpad": {"port_number": 1516, "protocols": ["tcp", "udp"]},
+ "vpac": {"port_number": 1517, "protocols": ["tcp", "udp"]},
+ "vpvd": {"port_number": 1518, "protocols": ["tcp", "udp"]},
+ "vpvc": {"port_number": 1519, "protocols": ["tcp", "udp"]},
+ "atm-zip-office": {"port_number": 1520, "protocols": ["tcp", "udp"]},
+ "ncube-lm": {"port_number": 1521, "protocols": ["tcp", "udp"]},
+ "ricardo-lm": {"port_number": 1522, "protocols": ["tcp", "udp"]},
+ "cichild-lm": {"port_number": 1523, "protocols": ["tcp", "udp"]},
+ "ingreslock": {"port_number": 1524, "protocols": ["tcp", "udp"]},
+ "orasrv": {"port_number": 1525, "protocols": ["tcp", "udp"]},
+ "prospero-np": {"port_number": 1525, "protocols": ["tcp", "udp"]},
+ "pdap-np": {"port_number": 1526, "protocols": ["tcp", "udp"]},
+ "tlisrv": {"port_number": 1527, "protocols": ["tcp", "udp"]},
+ "norp": {"port_number": 1528, "protocols": ["tcp", "udp", "sctp"]},
+ "coauthor": {"port_number": 1529, "protocols": ["tcp", "udp"]},
+ "rap-service": {"port_number": 1530, "protocols": ["tcp", "udp"]},
+ "rap-listen": {"port_number": 1531, "protocols": ["tcp", "udp"]},
+ "miroconnect": {"port_number": 1532, "protocols": ["tcp", "udp"]},
+ "virtual-places": {"port_number": 1533, "protocols": ["tcp", "udp"]},
+ "micromuse-lm": {"port_number": 1534, "protocols": ["tcp", "udp"]},
+ "ampr-info": {"port_number": 1535, "protocols": ["tcp", "udp"]},
+ "ampr-inter": {"port_number": 1536, "protocols": ["tcp", "udp"]},
+ "sdsc-lm": {"port_number": 1537, "protocols": ["tcp", "udp"]},
+ "3ds-lm": {"port_number": 1538, "protocols": ["tcp", "udp"]},
+ "intellistor-lm": {"port_number": 1539, "protocols": ["tcp", "udp"]},
+ "rds": {"port_number": 1540, "protocols": ["tcp", "udp"]},
+ "rds2": {"port_number": 1541, "protocols": ["tcp", "udp"]},
+ "gridgen-elmd": {"port_number": 1542, "protocols": ["tcp", "udp"]},
+ "simba-cs": {"port_number": 1543, "protocols": ["tcp", "udp"]},
+ "aspeclmd": {"port_number": 1544, "protocols": ["tcp", "udp"]},
+ "vistium-share": {"port_number": 1545, "protocols": ["tcp", "udp"]},
+ "abbaccuray": {"port_number": 1546, "protocols": ["tcp", "udp"]},
+ "laplink": {"port_number": 1547, "protocols": ["tcp", "udp"]},
+ "axon-lm": {"port_number": 1548, "protocols": ["tcp", "udp"]},
+ "shivahose": {"port_number": 1549, "protocols": ["tcp"]},
+ "shivasound": {"port_number": 1549, "protocols": ["udp"]},
+ "3m-image-lm": {"port_number": 1550, "protocols": ["tcp", "udp"]},
+ "hecmtl-db": {"port_number": 1551, "protocols": ["tcp", "udp"]},
+ "pciarray": {"port_number": 1552, "protocols": ["tcp", "udp"]},
+ "sna-cs": {"port_number": 1553, "protocols": ["tcp", "udp"]},
+ "caci-lm": {"port_number": 1554, "protocols": ["tcp", "udp"]},
+ "livelan": {"port_number": 1555, "protocols": ["tcp", "udp"]},
+ "veritas-pbx": {"port_number": 1556, "protocols": ["tcp", "udp"]},
+ "veritas_pbx": {"port_number": 1556, "protocols": ["tcp", "udp"]},
+ "arbortext-lm": {"port_number": 1557, "protocols": ["tcp", "udp"]},
+ "xingmpeg": {"port_number": 1558, "protocols": ["tcp", "udp"]},
+ "web2host": {"port_number": 1559, "protocols": ["tcp", "udp"]},
+ "asci-val": {"port_number": 1560, "protocols": ["tcp", "udp"]},
+ "facilityview": {"port_number": 1561, "protocols": ["tcp", "udp"]},
+ "pconnectmgr": {"port_number": 1562, "protocols": ["tcp", "udp"]},
+ "cadabra-lm": {"port_number": 1563, "protocols": ["tcp", "udp"]},
+ "pay-per-view": {"port_number": 1564, "protocols": ["tcp", "udp"]},
+ "winddlb": {"port_number": 1565, "protocols": ["tcp", "udp"]},
+ "corelvideo": {"port_number": 1566, "protocols": ["tcp", "udp"]},
+ "jlicelmd": {"port_number": 1567, "protocols": ["tcp", "udp"]},
+ "tsspmap": {"port_number": 1568, "protocols": ["tcp", "udp"]},
+ "ets": {"port_number": 1569, "protocols": ["tcp", "udp"]},
+ "orbixd": {"port_number": 1570, "protocols": ["tcp", "udp"]},
+ "rdb-dbs-disp": {"port_number": 1571, "protocols": ["tcp", "udp"]},
+ "chip-lm": {"port_number": 1572, "protocols": ["tcp", "udp"]},
+ "itscomm-ns": {"port_number": 1573, "protocols": ["tcp", "udp"]},
+ "mvel-lm": {"port_number": 1574, "protocols": ["tcp", "udp"]},
+ "oraclenames": {"port_number": 1575, "protocols": ["tcp", "udp"]},
+ "moldflow-lm": {"port_number": 1576, "protocols": ["tcp", "udp"]},
+ "hypercube-lm": {"port_number": 1577, "protocols": ["tcp", "udp"]},
+ "jacobus-lm": {"port_number": 1578, "protocols": ["tcp", "udp"]},
+ "ioc-sea-lm": {"port_number": 1579, "protocols": ["tcp", "udp"]},
+ "tn-tl-r1": {"port_number": 1580, "protocols": ["tcp"]},
+ "tn-tl-r2": {"port_number": 1580, "protocols": ["udp"]},
+ "mil-2045-47001": {"port_number": 1581, "protocols": ["tcp", "udp"]},
+ "msims": {"port_number": 1582, "protocols": ["tcp", "udp"]},
+ "simbaexpress": {"port_number": 1583, "protocols": ["tcp", "udp"]},
+ "tn-tl-fd2": {"port_number": 1584, "protocols": ["tcp", "udp"]},
+ "intv": {"port_number": 1585, "protocols": ["tcp", "udp"]},
+ "ibm-abtact": {"port_number": 1586, "protocols": ["tcp", "udp"]},
+ "pra-elmd": {"port_number": 1587, "protocols": ["tcp", "udp"]},
+ "pra_elmd": {"port_number": 1587, "protocols": ["tcp", "udp"]},
+ "triquest-lm": {"port_number": 1588, "protocols": ["tcp", "udp"]},
+ "vqp": {"port_number": 1589, "protocols": ["tcp", "udp"]},
+ "gemini-lm": {"port_number": 1590, "protocols": ["tcp", "udp"]},
+ "ncpm-pm": {"port_number": 1591, "protocols": ["tcp", "udp"]},
+ "commonspace": {"port_number": 1592, "protocols": ["tcp", "udp"]},
+ "mainsoft-lm": {"port_number": 1593, "protocols": ["tcp", "udp"]},
+ "sixtrak": {"port_number": 1594, "protocols": ["tcp", "udp"]},
+ "radio": {"port_number": 1595, "protocols": ["tcp", "udp"]},
+ "radio-sm": {"port_number": 1596, "protocols": ["tcp"]},
+ "radio-bc": {"port_number": 1596, "protocols": ["udp"]},
+ "orbplus-iiop": {"port_number": 1597, "protocols": ["tcp", "udp"]},
+ "picknfs": {"port_number": 1598, "protocols": ["tcp", "udp"]},
+ "simbaservices": {"port_number": 1599, "protocols": ["tcp", "udp"]},
+ "issd": {"port_number": 1600, "protocols": ["tcp", "udp"]},
+ "aas": {"port_number": 1601, "protocols": ["tcp", "udp"]},
+ "inspect": {"port_number": 1602, "protocols": ["tcp", "udp"]},
+ "picodbc": {"port_number": 1603, "protocols": ["tcp", "udp"]},
+ "icabrowser": {"port_number": 1604, "protocols": ["tcp", "udp"]},
+ "slp": {"port_number": 1605, "protocols": ["tcp", "udp"]},
+ "slm-api": {"port_number": 1606, "protocols": ["tcp", "udp"]},
+ "stt": {"port_number": 1607, "protocols": ["tcp", "udp"]},
+ "smart-lm": {"port_number": 1608, "protocols": ["tcp", "udp"]},
+ "isysg-lm": {"port_number": 1609, "protocols": ["tcp", "udp"]},
+ "taurus-wh": {"port_number": 1610, "protocols": ["tcp", "udp"]},
+ "ill": {"port_number": 1611, "protocols": ["tcp", "udp"]},
+ "netbill-trans": {"port_number": 1612, "protocols": ["tcp", "udp"]},
+ "netbill-keyrep": {"port_number": 1613, "protocols": ["tcp", "udp"]},
+ "netbill-cred": {"port_number": 1614, "protocols": ["tcp", "udp"]},
+ "netbill-auth": {"port_number": 1615, "protocols": ["tcp", "udp"]},
+ "netbill-prod": {"port_number": 1616, "protocols": ["tcp", "udp"]},
+ "nimrod-agent": {"port_number": 1617, "protocols": ["tcp", "udp"]},
+ "skytelnet": {"port_number": 1618, "protocols": ["tcp", "udp"]},
+ "xs-openstorage": {"port_number": 1619, "protocols": ["tcp", "udp"]},
+ "faxportwinport": {"port_number": 1620, "protocols": ["tcp", "udp"]},
+ "softdataphone": {"port_number": 1621, "protocols": ["tcp", "udp"]},
+ "ontime": {"port_number": 1622, "protocols": ["tcp", "udp"]},
+ "jaleosnd": {"port_number": 1623, "protocols": ["tcp", "udp"]},
+ "udp-sr-port": {"port_number": 1624, "protocols": ["tcp", "udp"]},
+ "svs-omagent": {"port_number": 1625, "protocols": ["tcp", "udp"]},
+ "shockwave": {"port_number": 1626, "protocols": ["tcp", "udp"]},
+ "t128-gateway": {"port_number": 1627, "protocols": ["tcp", "udp"]},
+ "lontalk-norm": {"port_number": 1628, "protocols": ["tcp", "udp"]},
+ "lontalk-urgnt": {"port_number": 1629, "protocols": ["tcp", "udp"]},
+ "oraclenet8cman": {"port_number": 1630, "protocols": ["tcp", "udp"]},
+ "visitview": {"port_number": 1631, "protocols": ["tcp", "udp"]},
+ "pammratc": {"port_number": 1632, "protocols": ["tcp", "udp"]},
+ "pammrpc": {"port_number": 1633, "protocols": ["tcp", "udp"]},
+ "loaprobe": {"port_number": 1634, "protocols": ["tcp", "udp"]},
+ "edb-server1": {"port_number": 1635, "protocols": ["tcp", "udp"]},
+ "isdc": {"port_number": 1636, "protocols": ["tcp", "udp"]},
+ "islc": {"port_number": 1637, "protocols": ["tcp", "udp"]},
+ "ismc": {"port_number": 1638, "protocols": ["tcp", "udp"]},
+ "cert-initiator": {"port_number": 1639, "protocols": ["tcp", "udp"]},
+ "cert-responder": {"port_number": 1640, "protocols": ["tcp", "udp"]},
+ "invision": {"port_number": 1641, "protocols": ["tcp", "udp"]},
+ "isis-am": {"port_number": 1642, "protocols": ["tcp", "udp"]},
+ "isis-ambc": {"port_number": 1643, "protocols": ["tcp", "udp"]},
+ "saiseh": {"port_number": 1644, "protocols": ["tcp", "udp"]},
+ "sightline": {"port_number": 1645, "protocols": ["tcp", "udp"]},
+ "sa-msg-port": {"port_number": 1646, "protocols": ["tcp", "udp"]},
+ "rsap": {"port_number": 1647, "protocols": ["tcp", "udp"]},
+ "concurrent-lm": {"port_number": 1648, "protocols": ["tcp", "udp"]},
+ "kermit": {"port_number": 1649, "protocols": ["tcp", "udp"]},
+ "nkd": {"port_number": 1650, "protocols": ["tcp", "udp"]},
+ "shiva-confsrvr": {"port_number": 1651, "protocols": ["tcp", "udp"]},
+ "shiva_confsrvr": {"port_number": 1651, "protocols": ["tcp", "udp"]},
+ "xnmp": {"port_number": 1652, "protocols": ["tcp", "udp"]},
+ "alphatech-lm": {"port_number": 1653, "protocols": ["tcp", "udp"]},
+ "stargatealerts": {"port_number": 1654, "protocols": ["tcp", "udp"]},
+ "dec-mbadmin": {"port_number": 1655, "protocols": ["tcp", "udp"]},
+ "dec-mbadmin-h": {"port_number": 1656, "protocols": ["tcp", "udp"]},
+ "fujitsu-mmpdc": {"port_number": 1657, "protocols": ["tcp", "udp"]},
+ "sixnetudr": {"port_number": 1658, "protocols": ["tcp", "udp"]},
+ "sg-lm": {"port_number": 1659, "protocols": ["tcp", "udp"]},
+ "skip-mc-gikreq": {"port_number": 1660, "protocols": ["tcp", "udp"]},
+ "netview-aix-1": {"port_number": 1661, "protocols": ["tcp", "udp"]},
+ "netview-aix-2": {"port_number": 1662, "protocols": ["tcp", "udp"]},
+ "netview-aix-3": {"port_number": 1663, "protocols": ["tcp", "udp"]},
+ "netview-aix-4": {"port_number": 1664, "protocols": ["tcp", "udp"]},
+ "netview-aix-5": {"port_number": 1665, "protocols": ["tcp", "udp"]},
+ "netview-aix-6": {"port_number": 1666, "protocols": ["tcp", "udp"]},
+ "netview-aix-7": {"port_number": 1667, "protocols": ["tcp", "udp"]},
+ "netview-aix-8": {"port_number": 1668, "protocols": ["tcp", "udp"]},
+ "netview-aix-9": {"port_number": 1669, "protocols": ["tcp", "udp"]},
+ "netview-aix-10": {"port_number": 1670, "protocols": ["tcp", "udp"]},
+ "netview-aix-11": {"port_number": 1671, "protocols": ["tcp", "udp"]},
+ "netview-aix-12": {"port_number": 1672, "protocols": ["tcp", "udp"]},
+ "proshare-mc-1": {"port_number": 1673, "protocols": ["tcp", "udp"]},
+ "proshare-mc-2": {"port_number": 1674, "protocols": ["tcp", "udp"]},
+ "pdp": {"port_number": 1675, "protocols": ["tcp", "udp"]},
+ "netcomm1": {"port_number": 1676, "protocols": ["tcp"]},
+ "netcomm2": {"port_number": 1676, "protocols": ["udp"]},
+ "groupwise": {"port_number": 1677, "protocols": ["tcp", "udp"]},
+ "prolink": {"port_number": 1678, "protocols": ["tcp", "udp"]},
+ "darcorp-lm": {"port_number": 1679, "protocols": ["tcp", "udp"]},
+ "microcom-sbp": {"port_number": 1680, "protocols": ["tcp", "udp"]},
+ "sd-elmd": {"port_number": 1681, "protocols": ["tcp", "udp"]},
+ "lanyon-lantern": {"port_number": 1682, "protocols": ["tcp", "udp"]},
+ "ncpm-hip": {"port_number": 1683, "protocols": ["tcp", "udp"]},
+ "snaresecure": {"port_number": 1684, "protocols": ["tcp", "udp"]},
+ "n2nremote": {"port_number": 1685, "protocols": ["tcp", "udp"]},
+ "cvmon": {"port_number": 1686, "protocols": ["tcp", "udp"]},
+ "nsjtp-ctrl": {"port_number": 1687, "protocols": ["tcp", "udp"]},
+ "nsjtp-data": {"port_number": 1688, "protocols": ["tcp", "udp"]},
+ "firefox": {"port_number": 1689, "protocols": ["tcp", "udp"]},
+ "ng-umds": {"port_number": 1690, "protocols": ["tcp", "udp"]},
+ "empire-empuma": {"port_number": 1691, "protocols": ["tcp", "udp"]},
+ "sstsys-lm": {"port_number": 1692, "protocols": ["tcp", "udp"]},
+ "rrirtr": {"port_number": 1693, "protocols": ["tcp", "udp"]},
+ "rrimwm": {"port_number": 1694, "protocols": ["tcp", "udp"]},
+ "rrilwm": {"port_number": 1695, "protocols": ["tcp", "udp"]},
+ "rrifmm": {"port_number": 1696, "protocols": ["tcp", "udp"]},
+ "rrisat": {"port_number": 1697, "protocols": ["tcp", "udp"]},
+ "rsvp-encap-1": {"port_number": 1698, "protocols": ["tcp", "udp"]},
+ "rsvp-encap-2": {"port_number": 1699, "protocols": ["tcp", "udp"]},
+ "mps-raft": {"port_number": 1700, "protocols": ["tcp", "udp"]},
+ "l2f": {"port_number": 1701, "protocols": ["tcp", "udp"]},
+ "l2tp": {"port_number": 1701, "protocols": ["tcp", "udp"]},
+ "deskshare": {"port_number": 1702, "protocols": ["tcp", "udp"]},
+ "hb-engine": {"port_number": 1703, "protocols": ["tcp", "udp"]},
+ "bcs-broker": {"port_number": 1704, "protocols": ["tcp", "udp"]},
+ "slingshot": {"port_number": 1705, "protocols": ["tcp", "udp"]},
+ "jetform": {"port_number": 1706, "protocols": ["tcp", "udp"]},
+ "vdmplay": {"port_number": 1707, "protocols": ["tcp", "udp"]},
+ "gat-lmd": {"port_number": 1708, "protocols": ["tcp", "udp"]},
+ "centra": {"port_number": 1709, "protocols": ["tcp", "udp"]},
+ "impera": {"port_number": 1710, "protocols": ["tcp", "udp"]},
+ "pptconference": {"port_number": 1711, "protocols": ["tcp", "udp"]},
+ "registrar": {"port_number": 1712, "protocols": ["tcp", "udp"]},
+ "conferencetalk": {"port_number": 1713, "protocols": ["tcp", "udp"]},
+ "sesi-lm": {"port_number": 1714, "protocols": ["tcp", "udp"]},
+ "houdini-lm": {"port_number": 1715, "protocols": ["tcp", "udp"]},
+ "xmsg": {"port_number": 1716, "protocols": ["tcp", "udp"]},
+ "fj-hdnet": {"port_number": 1717, "protocols": ["tcp", "udp"]},
+ "h323gatedisc": {"port_number": 1718, "protocols": ["tcp", "udp"]},
+ "h323gatestat": {"port_number": 1719, "protocols": ["tcp", "udp"]},
+ "h323hostcall": {"port_number": 1720, "protocols": ["tcp", "udp", "sctp"]},
+ "caicci": {"port_number": 1721, "protocols": ["tcp", "udp"]},
+ "hks-lm": {"port_number": 1722, "protocols": ["tcp", "udp"]},
+ "pptp": {"port_number": 1723, "protocols": ["tcp", "udp"]},
+ "csbphonemaster": {"port_number": 1724, "protocols": ["tcp", "udp"]},
+ "iden-ralp": {"port_number": 1725, "protocols": ["tcp", "udp"]},
+ "iberiagames": {"port_number": 1726, "protocols": ["tcp", "udp"]},
+ "winddx": {"port_number": 1727, "protocols": ["tcp", "udp"]},
+ "telindus": {"port_number": 1728, "protocols": ["tcp", "udp"]},
+ "citynl": {"port_number": 1729, "protocols": ["tcp", "udp"]},
+ "roketz": {"port_number": 1730, "protocols": ["tcp", "udp"]},
+ "msiccp": {"port_number": 1731, "protocols": ["tcp", "udp"]},
+ "proxim": {"port_number": 1732, "protocols": ["tcp", "udp"]},
+ "siipat": {"port_number": 1733, "protocols": ["tcp", "udp"]},
+ "cambertx-lm": {"port_number": 1734, "protocols": ["tcp", "udp"]},
+ "privatechat": {"port_number": 1735, "protocols": ["tcp", "udp"]},
+ "street-stream": {"port_number": 1736, "protocols": ["tcp", "udp"]},
+ "ultimad": {"port_number": 1737, "protocols": ["tcp", "udp"]},
+ "gamegen1": {"port_number": 1738, "protocols": ["tcp", "udp"]},
+ "webaccess": {"port_number": 1739, "protocols": ["tcp", "udp"]},
+ "encore": {"port_number": 1740, "protocols": ["tcp", "udp"]},
+ "cisco-net-mgmt": {"port_number": 1741, "protocols": ["tcp", "udp"]},
+ "3Com-nsd": {"port_number": 1742, "protocols": ["tcp", "udp"]},
+ "cinegrfx-lm": {"port_number": 1743, "protocols": ["tcp", "udp"]},
+ "ncpm-ft": {"port_number": 1744, "protocols": ["tcp", "udp"]},
+ "remote-winsock": {"port_number": 1745, "protocols": ["tcp", "udp"]},
+ "ftrapid-1": {"port_number": 1746, "protocols": ["tcp", "udp"]},
+ "ftrapid-2": {"port_number": 1747, "protocols": ["tcp", "udp"]},
+ "oracle-em1": {"port_number": 1748, "protocols": ["tcp", "udp"]},
+ "aspen-services": {"port_number": 1749, "protocols": ["tcp", "udp"]},
+ "sslp": {"port_number": 1750, "protocols": ["tcp", "udp"]},
+ "swiftnet": {"port_number": 1751, "protocols": ["tcp", "udp"]},
+ "lofr-lm": {"port_number": 1752, "protocols": ["tcp", "udp"]},
+ "predatar-comms": {"port_number": 1753, "protocols": ["tcp"]},
+ "oracle-em2": {"port_number": 1754, "protocols": ["tcp", "udp"]},
+ "ms-streaming": {"port_number": 1755, "protocols": ["tcp", "udp"]},
+ "capfast-lmd": {"port_number": 1756, "protocols": ["tcp", "udp"]},
+ "cnhrp": {"port_number": 1757, "protocols": ["tcp", "udp"]},
+ "tftp-mcast": {"port_number": 1758, "protocols": ["tcp", "udp"]},
+ "spss-lm": {"port_number": 1759, "protocols": ["tcp", "udp"]},
+ "www-ldap-gw": {"port_number": 1760, "protocols": ["tcp", "udp"]},
+ "cft-0": {"port_number": 1761, "protocols": ["tcp", "udp"]},
+ "cft-1": {"port_number": 1762, "protocols": ["tcp", "udp"]},
+ "cft-2": {"port_number": 1763, "protocols": ["tcp", "udp"]},
+ "cft-3": {"port_number": 1764, "protocols": ["tcp", "udp"]},
+ "cft-4": {"port_number": 1765, "protocols": ["tcp", "udp"]},
+ "cft-5": {"port_number": 1766, "protocols": ["tcp", "udp"]},
+ "cft-6": {"port_number": 1767, "protocols": ["tcp", "udp"]},
+ "cft-7": {"port_number": 1768, "protocols": ["tcp", "udp"]},
+ "bmc-net-adm": {"port_number": 1769, "protocols": ["tcp", "udp"]},
+ "bmc-net-svc": {"port_number": 1770, "protocols": ["tcp", "udp"]},
+ "vaultbase": {"port_number": 1771, "protocols": ["tcp", "udp"]},
+ "essweb-gw": {"port_number": 1772, "protocols": ["tcp", "udp"]},
+ "kmscontrol": {"port_number": 1773, "protocols": ["tcp", "udp"]},
+ "global-dtserv": {"port_number": 1774, "protocols": ["tcp", "udp"]},
+ "vdab": {"port_number": 1775, "protocols": ["tcp"]},
+ "femis": {"port_number": 1776, "protocols": ["tcp", "udp"]},
+ "powerguardian": {"port_number": 1777, "protocols": ["tcp", "udp"]},
+ "prodigy-intrnet": {"port_number": 1778, "protocols": ["tcp", "udp"]},
+ "pharmasoft": {"port_number": 1779, "protocols": ["tcp", "udp"]},
+ "dpkeyserv": {"port_number": 1780, "protocols": ["tcp", "udp"]},
+ "answersoft-lm": {"port_number": 1781, "protocols": ["tcp", "udp"]},
+ "hp-hcip": {"port_number": 1782, "protocols": ["tcp", "udp"]},
+ "finle-lm": {"port_number": 1784, "protocols": ["tcp", "udp"]},
+ "windlm": {"port_number": 1785, "protocols": ["tcp", "udp"]},
+ "funk-logger": {"port_number": 1786, "protocols": ["tcp", "udp"]},
+ "funk-license": {"port_number": 1787, "protocols": ["tcp", "udp"]},
+ "psmond": {"port_number": 1788, "protocols": ["tcp", "udp"]},
+ "hello": {"port_number": 1789, "protocols": ["tcp", "udp"]},
+ "nmsp-secondary": {"port_number": 1790, "protocols": ["tcp", "udp"]},
+ "ea1": {"port_number": 1791, "protocols": ["tcp", "udp"]},
+ "ibm-dt-2": {"port_number": 1792, "protocols": ["tcp", "udp"]},
+ "rsc-robot": {"port_number": 1793, "protocols": ["tcp", "udp"]},
+ "cera-bcm": {"port_number": 1794, "protocols": ["tcp", "udp"]},
+ "dpi-proxy": {"port_number": 1795, "protocols": ["tcp", "udp"]},
+ "vocaltec-admin": {"port_number": 1796, "protocols": ["tcp", "udp"]},
+ "uma-secondary": {"port_number": 1797, "protocols": ["tcp", "udp"]},
+ "etp": {"port_number": 1798, "protocols": ["tcp", "udp"]},
+ "netrisk": {"port_number": 1799, "protocols": ["tcp", "udp"]},
+ "ansys-lm": {"port_number": 1800, "protocols": ["tcp", "udp"]},
+ "msmq": {"port_number": 1801, "protocols": ["tcp", "udp"]},
+ "concomp1": {"port_number": 1802, "protocols": ["tcp", "udp"]},
+ "hp-hcip-gwy": {"port_number": 1803, "protocols": ["tcp", "udp"]},
+ "enl": {"port_number": 1804, "protocols": ["tcp", "udp"]},
+ "enl-name": {"port_number": 1805, "protocols": ["tcp", "udp"]},
+ "musiconline": {"port_number": 1806, "protocols": ["tcp", "udp"]},
+ "fhsp": {"port_number": 1807, "protocols": ["tcp", "udp"]},
+ "oracle-vp2": {"port_number": 1808, "protocols": ["tcp", "udp"]},
+ "oracle-vp1": {"port_number": 1809, "protocols": ["tcp", "udp"]},
+ "jerand-lm": {"port_number": 1810, "protocols": ["tcp", "udp"]},
+ "scientia-sdb": {"port_number": 1811, "protocols": ["tcp", "udp"]},
+ "radius": {"port_number": 1812, "protocols": ["tcp", "udp"]},
+ "radius-acct": {"port_number": 1813, "protocols": ["tcp", "udp"]},
+ "tdp-suite": {"port_number": 1814, "protocols": ["tcp", "udp"]},
+ "mmpft": {"port_number": 1815, "protocols": ["tcp", "udp"]},
+ "harp": {"port_number": 1816, "protocols": ["tcp", "udp"]},
+ "rkb-oscs": {"port_number": 1817, "protocols": ["tcp", "udp"]},
+ "etftp": {"port_number": 1818, "protocols": ["tcp", "udp"]},
+ "plato-lm": {"port_number": 1819, "protocols": ["tcp", "udp"]},
+ "mcagent": {"port_number": 1820, "protocols": ["tcp", "udp"]},
+ "donnyworld": {"port_number": 1821, "protocols": ["tcp", "udp"]},
+ "es-elmd": {"port_number": 1822, "protocols": ["tcp", "udp"]},
+ "unisys-lm": {"port_number": 1823, "protocols": ["tcp", "udp"]},
+ "metrics-pas": {"port_number": 1824, "protocols": ["tcp", "udp"]},
+ "direcpc-video": {"port_number": 1825, "protocols": ["tcp", "udp"]},
+ "ardt": {"port_number": 1826, "protocols": ["tcp", "udp"]},
+ "asi": {"port_number": 1827, "protocols": ["tcp", "udp"]},
+ "itm-mcell-u": {"port_number": 1828, "protocols": ["tcp", "udp"]},
+ "optika-emedia": {"port_number": 1829, "protocols": ["tcp", "udp"]},
+ "net8-cman": {"port_number": 1830, "protocols": ["tcp", "udp"]},
+ "myrtle": {"port_number": 1831, "protocols": ["tcp", "udp"]},
+ "tht-treasure": {"port_number": 1832, "protocols": ["tcp", "udp"]},
+ "udpradio": {"port_number": 1833, "protocols": ["tcp", "udp"]},
+ "ardusuni": {"port_number": 1834, "protocols": ["tcp", "udp"]},
+ "ardusmul": {"port_number": 1835, "protocols": ["tcp", "udp"]},
+ "ste-smsc": {"port_number": 1836, "protocols": ["tcp", "udp"]},
+ "csoft1": {"port_number": 1837, "protocols": ["tcp", "udp"]},
+ "talnet": {"port_number": 1838, "protocols": ["tcp", "udp"]},
+ "netopia-vo1": {"port_number": 1839, "protocols": ["tcp", "udp"]},
+ "netopia-vo2": {"port_number": 1840, "protocols": ["tcp", "udp"]},
+ "netopia-vo3": {"port_number": 1841, "protocols": ["tcp", "udp"]},
+ "netopia-vo4": {"port_number": 1842, "protocols": ["tcp", "udp"]},
+ "netopia-vo5": {"port_number": 1843, "protocols": ["tcp", "udp"]},
+ "direcpc-dll": {"port_number": 1844, "protocols": ["tcp", "udp"]},
+ "altalink": {"port_number": 1845, "protocols": ["tcp", "udp"]},
+ "tunstall-pnc": {"port_number": 1846, "protocols": ["tcp", "udp"]},
+ "slp-notify": {"port_number": 1847, "protocols": ["tcp", "udp"]},
+ "fjdocdist": {"port_number": 1848, "protocols": ["tcp", "udp"]},
+ "alpha-sms": {"port_number": 1849, "protocols": ["tcp", "udp"]},
+ "gsi": {"port_number": 1850, "protocols": ["tcp", "udp"]},
+ "ctcd": {"port_number": 1851, "protocols": ["tcp", "udp"]},
+ "virtual-time": {"port_number": 1852, "protocols": ["tcp", "udp"]},
+ "vids-avtp": {"port_number": 1853, "protocols": ["tcp", "udp"]},
+ "buddy-draw": {"port_number": 1854, "protocols": ["tcp", "udp"]},
+ "fiorano-rtrsvc": {"port_number": 1855, "protocols": ["tcp", "udp"]},
+ "fiorano-msgsvc": {"port_number": 1856, "protocols": ["tcp", "udp"]},
+ "datacaptor": {"port_number": 1857, "protocols": ["tcp", "udp"]},
+ "privateark": {"port_number": 1858, "protocols": ["tcp", "udp"]},
+ "gammafetchsvr": {"port_number": 1859, "protocols": ["tcp", "udp"]},
+ "sunscalar-svc": {"port_number": 1860, "protocols": ["tcp", "udp"]},
+ "lecroy-vicp": {"port_number": 1861, "protocols": ["tcp", "udp"]},
+ "mysql-cm-agent": {"port_number": 1862, "protocols": ["tcp", "udp"]},
+ "msnp": {"port_number": 1863, "protocols": ["tcp", "udp"]},
+ "paradym-31port": {"port_number": 1864, "protocols": ["tcp", "udp"]},
+ "entp": {"port_number": 1865, "protocols": ["tcp", "udp"]},
+ "swrmi": {"port_number": 1866, "protocols": ["tcp", "udp"]},
+ "udrive": {"port_number": 1867, "protocols": ["tcp", "udp"]},
+ "viziblebrowser": {"port_number": 1868, "protocols": ["tcp", "udp"]},
+ "transact": {"port_number": 1869, "protocols": ["tcp", "udp"]},
+ "sunscalar-dns": {"port_number": 1870, "protocols": ["tcp", "udp"]},
+ "canocentral0": {"port_number": 1871, "protocols": ["tcp", "udp"]},
+ "canocentral1": {"port_number": 1872, "protocols": ["tcp", "udp"]},
+ "fjmpjps": {"port_number": 1873, "protocols": ["tcp", "udp"]},
+ "fjswapsnp": {"port_number": 1874, "protocols": ["tcp", "udp"]},
+ "westell-stats": {"port_number": 1875, "protocols": ["tcp", "udp"]},
+ "ewcappsrv": {"port_number": 1876, "protocols": ["tcp", "udp"]},
+ "hp-webqosdb": {"port_number": 1877, "protocols": ["tcp", "udp"]},
+ "drmsmc": {"port_number": 1878, "protocols": ["tcp", "udp"]},
+ "nettgain-nms": {"port_number": 1879, "protocols": ["tcp", "udp"]},
+ "vsat-control": {"port_number": 1880, "protocols": ["tcp", "udp"]},
+ "ibm-mqseries2": {"port_number": 1881, "protocols": ["tcp", "udp"]},
+ "ecsqdmn": {"port_number": 1882, "protocols": ["tcp", "udp"]},
+ "mqtt": {"port_number": 1883, "protocols": ["tcp", "udp"]},
+ "idmaps": {"port_number": 1884, "protocols": ["tcp", "udp"]},
+ "vrtstrapserver": {"port_number": 1885, "protocols": ["tcp", "udp"]},
+ "leoip": {"port_number": 1886, "protocols": ["tcp", "udp"]},
+ "filex-lport": {"port_number": 1887, "protocols": ["tcp", "udp"]},
+ "ncconfig": {"port_number": 1888, "protocols": ["tcp", "udp"]},
+ "unify-adapter": {"port_number": 1889, "protocols": ["tcp", "udp"]},
+ "wilkenlistener": {"port_number": 1890, "protocols": ["tcp", "udp"]},
+ "childkey-notif": {"port_number": 1891, "protocols": ["tcp", "udp"]},
+ "childkey-ctrl": {"port_number": 1892, "protocols": ["tcp", "udp"]},
+ "elad": {"port_number": 1893, "protocols": ["tcp", "udp"]},
+ "o2server-port": {"port_number": 1894, "protocols": ["tcp", "udp"]},
+ "b-novative-ls": {"port_number": 1896, "protocols": ["tcp", "udp"]},
+ "metaagent": {"port_number": 1897, "protocols": ["tcp", "udp"]},
+ "cymtec-port": {"port_number": 1898, "protocols": ["tcp", "udp"]},
+ "mc2studios": {"port_number": 1899, "protocols": ["tcp", "udp"]},
+ "ssdp": {"port_number": 1900, "protocols": ["tcp", "udp"]},
+ "fjicl-tep-a": {"port_number": 1901, "protocols": ["tcp", "udp"]},
+ "fjicl-tep-b": {"port_number": 1902, "protocols": ["tcp", "udp"]},
+ "linkname": {"port_number": 1903, "protocols": ["tcp", "udp"]},
+ "fjicl-tep-c": {"port_number": 1904, "protocols": ["tcp", "udp"]},
+ "sugp": {"port_number": 1905, "protocols": ["tcp", "udp"]},
+ "tpmd": {"port_number": 1906, "protocols": ["tcp", "udp"]},
+ "intrastar": {"port_number": 1907, "protocols": ["tcp", "udp"]},
+ "dawn": {"port_number": 1908, "protocols": ["tcp", "udp"]},
+ "global-wlink": {"port_number": 1909, "protocols": ["tcp", "udp"]},
+ "ultrabac": {"port_number": 1910, "protocols": ["tcp", "udp"]},
+ "mtp": {"port_number": 1911, "protocols": ["tcp", "udp"]},
+ "rhp-iibp": {"port_number": 1912, "protocols": ["tcp", "udp"]},
+ "armadp": {"port_number": 1913, "protocols": ["tcp", "udp"]},
+ "elm-momentum": {"port_number": 1914, "protocols": ["tcp", "udp"]},
+ "facelink": {"port_number": 1915, "protocols": ["tcp", "udp"]},
+ "persona": {"port_number": 1916, "protocols": ["tcp", "udp"]},
+ "noagent": {"port_number": 1917, "protocols": ["tcp", "udp"]},
+ "can-nds": {"port_number": 1918, "protocols": ["tcp", "udp"]},
+ "can-dch": {"port_number": 1919, "protocols": ["tcp", "udp"]},
+ "can-ferret": {"port_number": 1920, "protocols": ["tcp", "udp"]},
+ "noadmin": {"port_number": 1921, "protocols": ["tcp", "udp"]},
+ "tapestry": {"port_number": 1922, "protocols": ["tcp", "udp"]},
+ "spice": {"port_number": 1923, "protocols": ["tcp", "udp"]},
+ "xiip": {"port_number": 1924, "protocols": ["tcp", "udp"]},
+ "discovery-port": {"port_number": 1925, "protocols": ["tcp", "udp"]},
+ "egs": {"port_number": 1926, "protocols": ["tcp", "udp"]},
+ "videte-cipc": {"port_number": 1927, "protocols": ["tcp", "udp"]},
+ "emsd-port": {"port_number": 1928, "protocols": ["tcp", "udp"]},
+ "bandwiz-system": {"port_number": 1929, "protocols": ["tcp", "udp"]},
+ "driveappserver": {"port_number": 1930, "protocols": ["tcp", "udp"]},
+ "amdsched": {"port_number": 1931, "protocols": ["tcp", "udp"]},
+ "ctt-broker": {"port_number": 1932, "protocols": ["tcp", "udp"]},
+ "xmapi": {"port_number": 1933, "protocols": ["tcp", "udp"]},
+ "xaapi": {"port_number": 1934, "protocols": ["tcp", "udp"]},
+ "macromedia-fcs": {"port_number": 1935, "protocols": ["tcp", "udp"]},
+ "jetcmeserver": {"port_number": 1936, "protocols": ["tcp", "udp"]},
+ "jwserver": {"port_number": 1937, "protocols": ["tcp", "udp"]},
+ "jwclient": {"port_number": 1938, "protocols": ["tcp", "udp"]},
+ "jvserver": {"port_number": 1939, "protocols": ["tcp", "udp"]},
+ "jvclient": {"port_number": 1940, "protocols": ["tcp", "udp"]},
+ "dic-aida": {"port_number": 1941, "protocols": ["tcp", "udp"]},
+ "res": {"port_number": 1942, "protocols": ["tcp", "udp"]},
+ "beeyond-media": {"port_number": 1943, "protocols": ["tcp", "udp"]},
+ "close-combat": {"port_number": 1944, "protocols": ["tcp", "udp"]},
+ "dialogic-elmd": {"port_number": 1945, "protocols": ["tcp", "udp"]},
+ "tekpls": {"port_number": 1946, "protocols": ["tcp", "udp"]},
+ "sentinelsrm": {"port_number": 1947, "protocols": ["tcp", "udp"]},
+ "eye2eye": {"port_number": 1948, "protocols": ["tcp", "udp"]},
+ "ismaeasdaqlive": {"port_number": 1949, "protocols": ["tcp", "udp"]},
+ "ismaeasdaqtest": {"port_number": 1950, "protocols": ["tcp", "udp"]},
+ "bcs-lmserver": {"port_number": 1951, "protocols": ["tcp", "udp"]},
+ "mpnjsc": {"port_number": 1952, "protocols": ["tcp", "udp"]},
+ "rapidbase": {"port_number": 1953, "protocols": ["tcp", "udp"]},
+ "abr-api": {"port_number": 1954, "protocols": ["tcp", "udp"]},
+ "abr-secure": {"port_number": 1955, "protocols": ["tcp", "udp"]},
+ "vrtl-vmf-ds": {"port_number": 1956, "protocols": ["tcp", "udp"]},
+ "unix-status": {"port_number": 1957, "protocols": ["tcp", "udp"]},
+ "dxadmind": {"port_number": 1958, "protocols": ["tcp", "udp"]},
+ "simp-all": {"port_number": 1959, "protocols": ["tcp", "udp"]},
+ "nasmanager": {"port_number": 1960, "protocols": ["tcp", "udp"]},
+ "bts-appserver": {"port_number": 1961, "protocols": ["tcp", "udp"]},
+ "biap-mp": {"port_number": 1962, "protocols": ["tcp", "udp"]},
+ "webmachine": {"port_number": 1963, "protocols": ["tcp", "udp"]},
+ "solid-e-engine": {"port_number": 1964, "protocols": ["tcp", "udp"]},
+ "tivoli-npm": {"port_number": 1965, "protocols": ["tcp", "udp"]},
+ "slush": {"port_number": 1966, "protocols": ["tcp", "udp"]},
+ "sns-quote": {"port_number": 1967, "protocols": ["tcp", "udp"]},
+ "lipsinc": {"port_number": 1968, "protocols": ["tcp", "udp"]},
+ "lipsinc1": {"port_number": 1969, "protocols": ["tcp", "udp"]},
+ "netop-rc": {"port_number": 1970, "protocols": ["tcp", "udp"]},
+ "netop-school": {"port_number": 1971, "protocols": ["tcp", "udp"]},
+ "intersys-cache": {"port_number": 1972, "protocols": ["tcp", "udp"]},
+ "dlsrap": {"port_number": 1973, "protocols": ["tcp", "udp"]},
+ "drp": {"port_number": 1974, "protocols": ["tcp", "udp"]},
+ "tcoflashagent": {"port_number": 1975, "protocols": ["tcp", "udp"]},
+ "tcoregagent": {"port_number": 1976, "protocols": ["tcp", "udp"]},
+ "tcoaddressbook": {"port_number": 1977, "protocols": ["tcp", "udp"]},
+ "unisql": {"port_number": 1978, "protocols": ["tcp", "udp"]},
+ "unisql-java": {"port_number": 1979, "protocols": ["tcp", "udp"]},
+ "pearldoc-xact": {"port_number": 1980, "protocols": ["tcp", "udp"]},
+ "p2pq": {"port_number": 1981, "protocols": ["tcp", "udp"]},
+ "estamp": {"port_number": 1982, "protocols": ["tcp", "udp"]},
+ "lhtp": {"port_number": 1983, "protocols": ["tcp", "udp"]},
+ "bb": {"port_number": 1984, "protocols": ["tcp", "udp"]},
+ "hsrp": {"port_number": 1985, "protocols": ["tcp", "udp"]},
+ "licensedaemon": {"port_number": 1986, "protocols": ["tcp", "udp"]},
+ "tr-rsrb-p1": {"port_number": 1987, "protocols": ["tcp", "udp"]},
+ "tr-rsrb-p2": {"port_number": 1988, "protocols": ["tcp", "udp"]},
+ "tr-rsrb-p3": {"port_number": 1989, "protocols": ["tcp", "udp"]},
+ "mshnet": {"port_number": 1989, "protocols": ["tcp", "udp"]},
+ "stun-p1": {"port_number": 1990, "protocols": ["tcp", "udp"]},
+ "stun-p2": {"port_number": 1991, "protocols": ["tcp", "udp"]},
+ "stun-p3": {"port_number": 1992, "protocols": ["tcp", "udp"]},
+ "ipsendmsg": {"port_number": 1992, "protocols": ["tcp", "udp"]},
+ "snmp-tcp-port": {"port_number": 1993, "protocols": ["tcp", "udp"]},
+ "stun-port": {"port_number": 1994, "protocols": ["tcp", "udp"]},
+ "perf-port": {"port_number": 1995, "protocols": ["tcp", "udp"]},
+ "tr-rsrb-port": {"port_number": 1996, "protocols": ["tcp", "udp"]},
+ "gdp-port": {"port_number": 1997, "protocols": ["tcp", "udp"]},
+ "x25-svc-port": {"port_number": 1998, "protocols": ["tcp", "udp"]},
+ "tcp-id-port": {"port_number": 1999, "protocols": ["tcp", "udp"]},
+ "cisco-sccp": {"port_number": 2000, "protocols": ["tcp", "udp"]},
+ "dc": {"port_number": 2001, "protocols": ["tcp"]},
+ "wizard": {"port_number": 2001, "protocols": ["udp"]},
+ "globe": {"port_number": 2002, "protocols": ["tcp", "udp"]},
+ "brutus": {"port_number": 2003, "protocols": ["tcp", "udp"]},
+ "mailbox": {"port_number": 2004, "protocols": ["tcp"]},
+ "emce": {"port_number": 2004, "protocols": ["udp"]},
+ "berknet": {"port_number": 2005, "protocols": ["tcp"]},
+ "oracle": {"port_number": 2005, "protocols": ["udp"]},
+ "invokator": {"port_number": 2006, "protocols": ["tcp"]},
+ "raid-cd": {"port_number": 2006, "protocols": ["udp"]},
+ "dectalk": {"port_number": 2007, "protocols": ["tcp"]},
+ "raid-am": {"port_number": 2007, "protocols": ["udp"]},
+ "conf": {"port_number": 2008, "protocols": ["tcp"]},
+ "terminaldb": {"port_number": 2008, "protocols": ["udp"]},
+ "news": {"port_number": 2009, "protocols": ["tcp"]},
+ "whosockami": {"port_number": 2009, "protocols": ["udp"]},
+ "search": {"port_number": 2010, "protocols": ["tcp"]},
+ "pipe-server": {"port_number": 2010, "protocols": ["udp"]},
+ "pipe_server": {"port_number": 2010, "protocols": ["udp"]},
+ "raid-cc": {"port_number": 2011, "protocols": ["tcp"]},
+ "servserv": {"port_number": 2011, "protocols": ["udp"]},
+ "ttyinfo": {"port_number": 2012, "protocols": ["tcp"]},
+ "raid-ac": {"port_number": 2012, "protocols": ["udp"]},
+ "raid-am-secondary": {"port_number": 2013, "protocols": ["tcp"]},
+ "raid-cd-secondary": {"port_number": 2013, "protocols": ["udp"]},
+ "troff": {"port_number": 2014, "protocols": ["tcp"]},
+ "raid-sf": {"port_number": 2014, "protocols": ["udp"]},
+ "cypress": {"port_number": 2015, "protocols": ["tcp"]},
+ "raid-cs": {"port_number": 2015, "protocols": ["udp"]},
+ "bootserver": {"port_number": 2016, "protocols": ["tcp", "udp"]},
+ "cypress-stat": {"port_number": 2017, "protocols": ["tcp"]},
+ "bootclient": {"port_number": 2017, "protocols": ["udp"]},
+ "terminaldb-secondary": {"port_number": 2018, "protocols": ["tcp"]},
+ "rellpack": {"port_number": 2018, "protocols": ["udp"]},
+ "whosockami-secondary": {"port_number": 2019, "protocols": ["tcp"]},
+ "about": {"port_number": 2019, "protocols": ["udp"]},
+ "xinupageserver": {"port_number": 2020, "protocols": ["tcp", "udp"]},
+ "servexec": {"port_number": 2021, "protocols": ["tcp"]},
+ "xinuexpansion1": {"port_number": 2021, "protocols": ["udp"]},
+ "down": {"port_number": 2022, "protocols": ["tcp"]},
+ "xinuexpansion2": {"port_number": 2022, "protocols": ["udp"]},
+ "xinuexpansion3": {"port_number": 2023, "protocols": ["tcp", "udp"]},
+ "xinuexpansion4": {"port_number": 2024, "protocols": ["tcp", "udp"]},
+ "ellpack": {"port_number": 2025, "protocols": ["tcp"]},
+ "xribs": {"port_number": 2025, "protocols": ["udp"]},
+ "scrabble": {"port_number": 2026, "protocols": ["tcp", "udp"]},
+ "shadowserver": {"port_number": 2027, "protocols": ["tcp", "udp"]},
+ "submitserver": {"port_number": 2028, "protocols": ["tcp", "udp"]},
+ "hsrpv6": {"port_number": 2029, "protocols": ["tcp", "udp"]},
+ "device2": {"port_number": 2030, "protocols": ["tcp", "udp"]},
+ "mobrien-chat": {"port_number": 2031, "protocols": ["tcp", "udp"]},
+ "blackboard": {"port_number": 2032, "protocols": ["tcp", "udp"]},
+ "glogger": {"port_number": 2033, "protocols": ["tcp", "udp"]},
+ "scoremgr": {"port_number": 2034, "protocols": ["tcp", "udp"]},
+ "imsldoc": {"port_number": 2035, "protocols": ["tcp", "udp"]},
+ "e-dpnet": {"port_number": 2036, "protocols": ["tcp", "udp"]},
+ "applus": {"port_number": 2037, "protocols": ["tcp", "udp"]},
+ "objectmanager": {"port_number": 2038, "protocols": ["tcp", "udp"]},
+ "prizma": {"port_number": 2039, "protocols": ["tcp", "udp"]},
+ "lam": {"port_number": 2040, "protocols": ["tcp", "udp"]},
+ "interbase": {"port_number": 2041, "protocols": ["tcp", "udp"]},
+ "isis": {"port_number": 2042, "protocols": ["tcp", "udp"]},
+ "isis-bcast": {"port_number": 2043, "protocols": ["tcp", "udp"]},
+ "rimsl": {"port_number": 2044, "protocols": ["tcp", "udp"]},
+ "cdfunc": {"port_number": 2045, "protocols": ["tcp", "udp"]},
+ "sdfunc": {"port_number": 2046, "protocols": ["tcp", "udp"]},
+ "dls-secondary": {"port_number": 2047, "protocols": ["tcp", "udp"]},
+ "dls-monitor": {"port_number": 2048, "protocols": ["tcp", "udp"]},
+ "shilp": {"port_number": 2049, "protocols": ["tcp", "udp"]},
+ "nfs": {"port_number": 2049, "protocols": ["tcp", "udp", "sctp"]},
+ "av-emb-config": {"port_number": 2050, "protocols": ["tcp", "udp"]},
+ "epnsdp": {"port_number": 2051, "protocols": ["tcp", "udp"]},
+ "clearvisn": {"port_number": 2052, "protocols": ["tcp", "udp"]},
+ "lot105-ds-upd": {"port_number": 2053, "protocols": ["tcp", "udp"]},
+ "weblogin": {"port_number": 2054, "protocols": ["tcp", "udp"]},
+ "iop": {"port_number": 2055, "protocols": ["tcp", "udp"]},
+ "omnisky": {"port_number": 2056, "protocols": ["tcp", "udp"]},
+ "rich-cp": {"port_number": 2057, "protocols": ["tcp", "udp"]},
+ "newwavesearch": {"port_number": 2058, "protocols": ["tcp", "udp"]},
+ "bmc-messaging": {"port_number": 2059, "protocols": ["tcp", "udp"]},
+ "teleniumdaemon": {"port_number": 2060, "protocols": ["tcp", "udp"]},
+ "netmount": {"port_number": 2061, "protocols": ["tcp", "udp"]},
+ "icg-swp": {"port_number": 2062, "protocols": ["tcp", "udp"]},
+ "icg-bridge": {"port_number": 2063, "protocols": ["tcp", "udp"]},
+ "icg-iprelay": {"port_number": 2064, "protocols": ["tcp", "udp"]},
+ "dlsrpn": {"port_number": 2065, "protocols": ["tcp", "udp"]},
+ "aura": {"port_number": 2066, "protocols": ["tcp", "udp"]},
+ "dlswpn": {"port_number": 2067, "protocols": ["tcp", "udp"]},
+ "avauthsrvprtcl": {"port_number": 2068, "protocols": ["tcp", "udp"]},
+ "event-port": {"port_number": 2069, "protocols": ["tcp", "udp"]},
+ "ah-esp-encap": {"port_number": 2070, "protocols": ["tcp", "udp"]},
+ "acp-port": {"port_number": 2071, "protocols": ["tcp", "udp"]},
+ "msync": {"port_number": 2072, "protocols": ["tcp", "udp"]},
+ "gxs-data-port": {"port_number": 2073, "protocols": ["tcp", "udp"]},
+ "vrtl-vmf-sa": {"port_number": 2074, "protocols": ["tcp", "udp"]},
+ "newlixengine": {"port_number": 2075, "protocols": ["tcp", "udp"]},
+ "newlixconfig": {"port_number": 2076, "protocols": ["tcp", "udp"]},
+ "tsrmagt": {"port_number": 2077, "protocols": ["tcp", "udp"]},
+ "tpcsrvr": {"port_number": 2078, "protocols": ["tcp", "udp"]},
+ "idware-router": {"port_number": 2079, "protocols": ["tcp", "udp"]},
+ "autodesk-nlm": {"port_number": 2080, "protocols": ["tcp", "udp"]},
+ "kme-trap-port": {"port_number": 2081, "protocols": ["tcp", "udp"]},
+ "infowave": {"port_number": 2082, "protocols": ["tcp", "udp"]},
+ "radsec": {"port_number": 2083, "protocols": ["tcp", "udp"]},
+ "sunclustergeo": {"port_number": 2084, "protocols": ["tcp", "udp"]},
+ "ada-cip": {"port_number": 2085, "protocols": ["tcp", "udp"]},
+ "gnunet": {"port_number": 2086, "protocols": ["tcp", "udp"]},
+ "eli": {"port_number": 2087, "protocols": ["tcp", "udp"]},
+ "ip-blf": {"port_number": 2088, "protocols": ["tcp", "udp"]},
+ "sep": {"port_number": 2089, "protocols": ["tcp", "udp"]},
+ "lrp": {"port_number": 2090, "protocols": ["tcp", "udp"]},
+ "prp": {"port_number": 2091, "protocols": ["tcp", "udp"]},
+ "descent3": {"port_number": 2092, "protocols": ["tcp", "udp"]},
+ "nbx-cc": {"port_number": 2093, "protocols": ["tcp", "udp"]},
+ "nbx-au": {"port_number": 2094, "protocols": ["tcp", "udp"]},
+ "nbx-ser": {"port_number": 2095, "protocols": ["tcp", "udp"]},
+ "nbx-dir": {"port_number": 2096, "protocols": ["tcp", "udp"]},
+ "jetformpreview": {"port_number": 2097, "protocols": ["tcp", "udp"]},
+ "dialog-port": {"port_number": 2098, "protocols": ["tcp", "udp"]},
+ "h2250-annex-g": {"port_number": 2099, "protocols": ["tcp", "udp"]},
+ "amiganetfs": {"port_number": 2100, "protocols": ["tcp", "udp"]},
+ "rtcm-sc104": {"port_number": 2101, "protocols": ["tcp", "udp"]},
+ "zephyr-srv": {"port_number": 2102, "protocols": ["tcp", "udp"]},
+ "zephyr-clt": {"port_number": 2103, "protocols": ["tcp", "udp"]},
+ "zephyr-hm": {"port_number": 2104, "protocols": ["tcp", "udp"]},
+ "minipay": {"port_number": 2105, "protocols": ["tcp", "udp"]},
+ "mzap": {"port_number": 2106, "protocols": ["tcp", "udp"]},
+ "bintec-admin": {"port_number": 2107, "protocols": ["tcp", "udp"]},
+ "comcam": {"port_number": 2108, "protocols": ["tcp", "udp"]},
+ "ergolight": {"port_number": 2109, "protocols": ["tcp", "udp"]},
+ "umsp": {"port_number": 2110, "protocols": ["tcp", "udp"]},
+ "dsatp": {"port_number": 2111, "protocols": ["tcp", "udp"]},
+ "idonix-metanet": {"port_number": 2112, "protocols": ["tcp", "udp"]},
+ "hsl-storm": {"port_number": 2113, "protocols": ["tcp", "udp"]},
+ "ariascribe": {"port_number": 2114, "protocols": ["tcp", "udp"]},
+ "kdm": {"port_number": 2115, "protocols": ["tcp", "udp"]},
+ "ccowcmr": {"port_number": 2116, "protocols": ["tcp", "udp"]},
+ "mentaclient": {"port_number": 2117, "protocols": ["tcp", "udp"]},
+ "mentaserver": {"port_number": 2118, "protocols": ["tcp", "udp"]},
+ "gsigatekeeper": {"port_number": 2119, "protocols": ["tcp", "udp"]},
+ "qencp": {"port_number": 2120, "protocols": ["tcp", "udp"]},
+ "scientia-ssdb": {"port_number": 2121, "protocols": ["tcp", "udp"]},
+ "caupc-remote": {"port_number": 2122, "protocols": ["tcp", "udp"]},
+ "gtp-control": {"port_number": 2123, "protocols": ["tcp", "udp"]},
+ "elatelink": {"port_number": 2124, "protocols": ["tcp", "udp"]},
+ "lockstep": {"port_number": 2125, "protocols": ["tcp", "udp"]},
+ "pktcable-cops": {"port_number": 2126, "protocols": ["tcp", "udp"]},
+ "index-pc-wb": {"port_number": 2127, "protocols": ["tcp", "udp"]},
+ "net-steward": {"port_number": 2128, "protocols": ["tcp", "udp"]},
+ "cs-live": {"port_number": 2129, "protocols": ["tcp", "udp"]},
+ "xds": {"port_number": 2130, "protocols": ["tcp", "udp"]},
+ "avantageb2b": {"port_number": 2131, "protocols": ["tcp", "udp"]},
+ "solera-epmap": {"port_number": 2132, "protocols": ["tcp", "udp"]},
+ "zymed-zpp": {"port_number": 2133, "protocols": ["tcp", "udp"]},
+ "avenue": {"port_number": 2134, "protocols": ["tcp", "udp"]},
+ "gris": {"port_number": 2135, "protocols": ["tcp", "udp"]},
+ "appworxsrv": {"port_number": 2136, "protocols": ["tcp", "udp"]},
+ "connect": {"port_number": 2137, "protocols": ["tcp", "udp"]},
+ "unbind-cluster": {"port_number": 2138, "protocols": ["tcp", "udp"]},
+ "ias-auth": {"port_number": 2139, "protocols": ["tcp", "udp"]},
+ "ias-reg": {"port_number": 2140, "protocols": ["tcp", "udp"]},
+ "ias-admind": {"port_number": 2141, "protocols": ["tcp", "udp"]},
+ "tdmoip": {"port_number": 2142, "protocols": ["tcp", "udp"]},
+ "lv-jc": {"port_number": 2143, "protocols": ["tcp", "udp"]},
+ "lv-ffx": {"port_number": 2144, "protocols": ["tcp", "udp"]},
+ "lv-pici": {"port_number": 2145, "protocols": ["tcp", "udp"]},
+ "lv-not": {"port_number": 2146, "protocols": ["tcp", "udp"]},
+ "lv-auth": {"port_number": 2147, "protocols": ["tcp", "udp"]},
+ "veritas-ucl": {"port_number": 2148, "protocols": ["tcp", "udp"]},
+ "acptsys": {"port_number": 2149, "protocols": ["tcp", "udp"]},
+ "dynamic3d": {"port_number": 2150, "protocols": ["tcp", "udp"]},
+ "docent": {"port_number": 2151, "protocols": ["tcp", "udp"]},
+ "gtp-user": {"port_number": 2152, "protocols": ["tcp", "udp"]},
+ "ctlptc": {"port_number": 2153, "protocols": ["tcp", "udp"]},
+ "stdptc": {"port_number": 2154, "protocols": ["tcp", "udp"]},
+ "brdptc": {"port_number": 2155, "protocols": ["tcp", "udp"]},
+ "trp": {"port_number": 2156, "protocols": ["tcp", "udp"]},
+ "xnds": {"port_number": 2157, "protocols": ["tcp", "udp"]},
+ "touchnetplus": {"port_number": 2158, "protocols": ["tcp", "udp"]},
+ "gdbremote": {"port_number": 2159, "protocols": ["tcp", "udp"]},
+ "apc-2160": {"port_number": 2160, "protocols": ["tcp", "udp"]},
+ "apc-2161": {"port_number": 2161, "protocols": ["tcp", "udp"]},
+ "navisphere": {"port_number": 2162, "protocols": ["tcp", "udp"]},
+ "navisphere-sec": {"port_number": 2163, "protocols": ["tcp", "udp"]},
+ "ddns-v3": {"port_number": 2164, "protocols": ["tcp", "udp"]},
+ "x-bone-api": {"port_number": 2165, "protocols": ["tcp", "udp"]},
+ "iwserver": {"port_number": 2166, "protocols": ["tcp", "udp"]},
+ "raw-serial": {"port_number": 2167, "protocols": ["tcp", "udp"]},
+ "easy-soft-mux": {"port_number": 2168, "protocols": ["tcp", "udp"]},
+ "brain": {"port_number": 2169, "protocols": ["tcp", "udp"]},
+ "eyetv": {"port_number": 2170, "protocols": ["tcp", "udp"]},
+ "msfw-storage": {"port_number": 2171, "protocols": ["tcp", "udp"]},
+ "msfw-s-storage": {"port_number": 2172, "protocols": ["tcp", "udp"]},
+ "msfw-replica": {"port_number": 2173, "protocols": ["tcp", "udp"]},
+ "msfw-array": {"port_number": 2174, "protocols": ["tcp", "udp"]},
+ "airsync": {"port_number": 2175, "protocols": ["tcp", "udp"]},
+ "rapi": {"port_number": 2176, "protocols": ["tcp", "udp"]},
+ "qwave": {"port_number": 2177, "protocols": ["tcp", "udp"]},
+ "bitspeer": {"port_number": 2178, "protocols": ["tcp", "udp"]},
+ "vmrdp": {"port_number": 2179, "protocols": ["tcp", "udp"]},
+ "mc-gt-srv": {"port_number": 2180, "protocols": ["tcp", "udp"]},
+ "eforward": {"port_number": 2181, "protocols": ["tcp", "udp"]},
+ "cgn-stat": {"port_number": 2182, "protocols": ["tcp", "udp"]},
+ "cgn-config": {"port_number": 2183, "protocols": ["tcp", "udp"]},
+ "nvd": {"port_number": 2184, "protocols": ["tcp", "udp"]},
+ "onbase-dds": {"port_number": 2185, "protocols": ["tcp", "udp"]},
+ "gtaua": {"port_number": 2186, "protocols": ["tcp", "udp"]},
+ "ssmc": {"port_number": 2187, "protocols": ["tcp"]},
+ "ssmd": {"port_number": 2187, "protocols": ["udp"]},
+ "radware-rpm": {"port_number": 2188, "protocols": ["tcp"]},
+ "radware-rpm-s": {"port_number": 2189, "protocols": ["tcp"]},
+ "tivoconnect": {"port_number": 2190, "protocols": ["tcp", "udp"]},
+ "tvbus": {"port_number": 2191, "protocols": ["tcp", "udp"]},
+ "asdis": {"port_number": 2192, "protocols": ["tcp", "udp"]},
+ "drwcs": {"port_number": 2193, "protocols": ["tcp", "udp"]},
+ "mnp-exchange": {"port_number": 2197, "protocols": ["tcp", "udp"]},
+ "onehome-remote": {"port_number": 2198, "protocols": ["tcp", "udp"]},
+ "onehome-help": {"port_number": 2199, "protocols": ["tcp", "udp"]},
+ "ats": {"port_number": 2201, "protocols": ["tcp", "udp"]},
+ "imtc-map": {"port_number": 2202, "protocols": ["tcp", "udp"]},
+ "b2-runtime": {"port_number": 2203, "protocols": ["tcp", "udp"]},
+ "b2-license": {"port_number": 2204, "protocols": ["tcp", "udp"]},
+ "jps": {"port_number": 2205, "protocols": ["tcp", "udp"]},
+ "hpocbus": {"port_number": 2206, "protocols": ["tcp", "udp"]},
+ "hpssd": {"port_number": 2207, "protocols": ["tcp", "udp"]},
+ "hpiod": {"port_number": 2208, "protocols": ["tcp", "udp"]},
+ "rimf-ps": {"port_number": 2209, "protocols": ["tcp", "udp"]},
+ "noaaport": {"port_number": 2210, "protocols": ["tcp", "udp"]},
+ "emwin": {"port_number": 2211, "protocols": ["tcp", "udp"]},
+ "leecoposserver": {"port_number": 2212, "protocols": ["tcp", "udp"]},
+ "kali": {"port_number": 2213, "protocols": ["tcp", "udp"]},
+ "rpi": {"port_number": 2214, "protocols": ["tcp", "udp"]},
+ "ipcore": {"port_number": 2215, "protocols": ["tcp", "udp"]},
+ "vtu-comms": {"port_number": 2216, "protocols": ["tcp", "udp"]},
+ "gotodevice": {"port_number": 2217, "protocols": ["tcp", "udp"]},
+ "bounzza": {"port_number": 2218, "protocols": ["tcp", "udp"]},
+ "netiq-ncap": {"port_number": 2219, "protocols": ["tcp", "udp"]},
+ "netiq": {"port_number": 2220, "protocols": ["tcp", "udp"]},
+ "ethernet-ip-s": {"port_number": 2221, "protocols": ["tcp", "udp"]},
+ "EtherNet-IP-1": {"port_number": 2222, "protocols": ["tcp", "udp"]},
+ "EtherNet/IP-1": {"port_number": 2222, "protocols": ["tcp", "udp"]},
+ "rockwell-csp2": {"port_number": 2223, "protocols": ["tcp", "udp"]},
+ "efi-mg": {"port_number": 2224, "protocols": ["tcp", "udp"]},
+ "rcip-itu": {"port_number": 2225, "protocols": ["tcp", "sctp"]},
+ "di-drm": {"port_number": 2226, "protocols": ["tcp", "udp"]},
+ "di-msg": {"port_number": 2227, "protocols": ["tcp", "udp"]},
+ "ehome-ms": {"port_number": 2228, "protocols": ["tcp", "udp"]},
+ "datalens": {"port_number": 2229, "protocols": ["tcp", "udp"]},
+ "queueadm": {"port_number": 2230, "protocols": ["tcp", "udp"]},
+ "wimaxasncp": {"port_number": 2231, "protocols": ["tcp", "udp"]},
+ "ivs-video": {"port_number": 2232, "protocols": ["tcp", "udp"]},
+ "infocrypt": {"port_number": 2233, "protocols": ["tcp", "udp"]},
+ "directplay": {"port_number": 2234, "protocols": ["tcp", "udp"]},
+ "sercomm-wlink": {"port_number": 2235, "protocols": ["tcp", "udp"]},
+ "nani": {"port_number": 2236, "protocols": ["tcp", "udp"]},
+ "optech-port1-lm": {"port_number": 2237, "protocols": ["tcp", "udp"]},
+ "aviva-sna": {"port_number": 2238, "protocols": ["tcp", "udp"]},
+ "imagequery": {"port_number": 2239, "protocols": ["tcp", "udp"]},
+ "recipe": {"port_number": 2240, "protocols": ["tcp", "udp"]},
+ "ivsd": {"port_number": 2241, "protocols": ["tcp", "udp"]},
+ "foliocorp": {"port_number": 2242, "protocols": ["tcp", "udp"]},
+ "magicom": {"port_number": 2243, "protocols": ["tcp", "udp"]},
+ "nmsserver": {"port_number": 2244, "protocols": ["tcp", "udp"]},
+ "hao": {"port_number": 2245, "protocols": ["tcp", "udp"]},
+ "pc-mta-addrmap": {"port_number": 2246, "protocols": ["tcp", "udp"]},
+ "antidotemgrsvr": {"port_number": 2247, "protocols": ["tcp", "udp"]},
+ "ums": {"port_number": 2248, "protocols": ["tcp", "udp"]},
+ "rfmp": {"port_number": 2249, "protocols": ["tcp", "udp"]},
+ "remote-collab": {"port_number": 2250, "protocols": ["tcp", "udp"]},
+ "dif-port": {"port_number": 2251, "protocols": ["tcp", "udp"]},
+ "njenet-ssl": {"port_number": 2252, "protocols": ["tcp", "udp"]},
+ "dtv-chan-req": {"port_number": 2253, "protocols": ["tcp", "udp"]},
+ "seispoc": {"port_number": 2254, "protocols": ["tcp", "udp"]},
+ "vrtp": {"port_number": 2255, "protocols": ["tcp", "udp"]},
+ "pcc-mfp": {"port_number": 2256, "protocols": ["tcp", "udp"]},
+ "simple-tx-rx": {"port_number": 2257, "protocols": ["tcp", "udp"]},
+ "rcts": {"port_number": 2258, "protocols": ["tcp", "udp"]},
+ "bid-serv": {"port_number": 2259, "protocols": ["tcp", "udp"]},
+ "apc-2260": {"port_number": 2260, "protocols": ["tcp", "udp"]},
+ "comotionmaster": {"port_number": 2261, "protocols": ["tcp", "udp"]},
+ "comotionback": {"port_number": 2262, "protocols": ["tcp", "udp"]},
+ "ecwcfg": {"port_number": 2263, "protocols": ["tcp", "udp"]},
+ "apx500api-1": {"port_number": 2264, "protocols": ["tcp", "udp"]},
+ "apx500api-2": {"port_number": 2265, "protocols": ["tcp", "udp"]},
+ "mfserver": {"port_number": 2266, "protocols": ["tcp", "udp"]},
+ "ontobroker": {"port_number": 2267, "protocols": ["tcp", "udp"]},
+ "amt": {"port_number": 2268, "protocols": ["tcp", "udp"]},
+ "mikey": {"port_number": 2269, "protocols": ["tcp", "udp"]},
+ "starschool": {"port_number": 2270, "protocols": ["tcp", "udp"]},
+ "mmcals": {"port_number": 2271, "protocols": ["tcp", "udp"]},
+ "mmcal": {"port_number": 2272, "protocols": ["tcp", "udp"]},
+ "mysql-im": {"port_number": 2273, "protocols": ["tcp", "udp"]},
+ "pcttunnell": {"port_number": 2274, "protocols": ["tcp", "udp"]},
+ "ibridge-data": {"port_number": 2275, "protocols": ["tcp", "udp"]},
+ "ibridge-mgmt": {"port_number": 2276, "protocols": ["tcp", "udp"]},
+ "bluectrlproxy": {"port_number": 2277, "protocols": ["tcp", "udp"]},
+ "s3db": {"port_number": 2278, "protocols": ["tcp", "udp"]},
+ "xmquery": {"port_number": 2279, "protocols": ["tcp", "udp"]},
+ "lnvpoller": {"port_number": 2280, "protocols": ["tcp", "udp"]},
+ "lnvconsole": {"port_number": 2281, "protocols": ["tcp", "udp"]},
+ "lnvalarm": {"port_number": 2282, "protocols": ["tcp", "udp"]},
+ "lnvstatus": {"port_number": 2283, "protocols": ["tcp", "udp"]},
+ "lnvmaps": {"port_number": 2284, "protocols": ["tcp", "udp"]},
+ "lnvmailmon": {"port_number": 2285, "protocols": ["tcp", "udp"]},
+ "nas-metering": {"port_number": 2286, "protocols": ["tcp", "udp"]},
+ "dna": {"port_number": 2287, "protocols": ["tcp", "udp"]},
+ "netml": {"port_number": 2288, "protocols": ["tcp", "udp"]},
+ "dict-lookup": {"port_number": 2289, "protocols": ["tcp", "udp"]},
+ "sonus-logging": {"port_number": 2290, "protocols": ["tcp", "udp"]},
+ "eapsp": {"port_number": 2291, "protocols": ["tcp", "udp"]},
+ "mib-streaming": {"port_number": 2292, "protocols": ["tcp", "udp"]},
+ "npdbgmngr": {"port_number": 2293, "protocols": ["tcp", "udp"]},
+ "konshus-lm": {"port_number": 2294, "protocols": ["tcp", "udp"]},
+ "advant-lm": {"port_number": 2295, "protocols": ["tcp", "udp"]},
+ "theta-lm": {"port_number": 2296, "protocols": ["tcp", "udp"]},
+ "d2k-datamover1": {"port_number": 2297, "protocols": ["tcp", "udp"]},
+ "d2k-datamover2": {"port_number": 2298, "protocols": ["tcp", "udp"]},
+ "pc-telecommute": {"port_number": 2299, "protocols": ["tcp", "udp"]},
+ "cvmmon": {"port_number": 2300, "protocols": ["tcp", "udp"]},
+ "cpq-wbem": {"port_number": 2301, "protocols": ["tcp", "udp"]},
+ "binderysupport": {"port_number": 2302, "protocols": ["tcp", "udp"]},
+ "proxy-gateway": {"port_number": 2303, "protocols": ["tcp", "udp"]},
+ "attachmate-uts": {"port_number": 2304, "protocols": ["tcp", "udp"]},
+ "mt-scaleserver": {"port_number": 2305, "protocols": ["tcp", "udp"]},
+ "tappi-boxnet": {"port_number": 2306, "protocols": ["tcp", "udp"]},
+ "pehelp": {"port_number": 2307, "protocols": ["tcp", "udp"]},
+ "sdhelp": {"port_number": 2308, "protocols": ["tcp", "udp"]},
+ "sdserver": {"port_number": 2309, "protocols": ["tcp", "udp"]},
+ "sdclient": {"port_number": 2310, "protocols": ["tcp", "udp"]},
+ "messageservice": {"port_number": 2311, "protocols": ["tcp", "udp"]},
+ "wanscaler": {"port_number": 2312, "protocols": ["tcp", "udp"]},
+ "iapp": {"port_number": 2313, "protocols": ["tcp", "udp"]},
+ "cr-websystems": {"port_number": 2314, "protocols": ["tcp", "udp"]},
+ "precise-sft": {"port_number": 2315, "protocols": ["tcp", "udp"]},
+ "sent-lm": {"port_number": 2316, "protocols": ["tcp", "udp"]},
+ "attachmate-g32": {"port_number": 2317, "protocols": ["tcp", "udp"]},
+ "cadencecontrol": {"port_number": 2318, "protocols": ["tcp", "udp"]},
+ "infolibria": {"port_number": 2319, "protocols": ["tcp", "udp"]},
+ "siebel-ns": {"port_number": 2320, "protocols": ["tcp", "udp"]},
+ "rdlap": {"port_number": 2321, "protocols": ["tcp", "udp"]},
+ "ofsd": {"port_number": 2322, "protocols": ["tcp", "udp"]},
+ "3d-nfsd": {"port_number": 2323, "protocols": ["tcp", "udp"]},
+ "cosmocall": {"port_number": 2324, "protocols": ["tcp", "udp"]},
+ "ansysli": {"port_number": 2325, "protocols": ["tcp", "udp"]},
+ "idcp": {"port_number": 2326, "protocols": ["tcp", "udp"]},
+ "xingcsm": {"port_number": 2327, "protocols": ["tcp", "udp"]},
+ "netrix-sftm": {"port_number": 2328, "protocols": ["tcp", "udp"]},
+ "nvd-secondary": {"port_number": 2329, "protocols": ["tcp", "udp"]},
+ "tscchat": {"port_number": 2330, "protocols": ["tcp", "udp"]},
+ "agentview": {"port_number": 2331, "protocols": ["tcp", "udp"]},
+ "rcc-host": {"port_number": 2332, "protocols": ["tcp", "udp"]},
+ "snapp": {"port_number": 2333, "protocols": ["tcp", "udp"]},
+ "ace-client": {"port_number": 2334, "protocols": ["tcp", "udp"]},
+ "ace-proxy": {"port_number": 2335, "protocols": ["tcp", "udp"]},
+ "appleugcontrol": {"port_number": 2336, "protocols": ["tcp", "udp"]},
+ "ideesrv": {"port_number": 2337, "protocols": ["tcp", "udp"]},
+ "norton-lambert": {"port_number": 2338, "protocols": ["tcp", "udp"]},
+ "3com-webview": {"port_number": 2339, "protocols": ["tcp", "udp"]},
+ "wrs-registry": {"port_number": 2340, "protocols": ["tcp", "udp"]},
+ "wrs_registry": {"port_number": 2340, "protocols": ["tcp", "udp"]},
+ "xiostatus": {"port_number": 2341, "protocols": ["tcp", "udp"]},
+ "manage-exec": {"port_number": 2342, "protocols": ["tcp", "udp"]},
+ "nati-logos": {"port_number": 2343, "protocols": ["tcp", "udp"]},
+ "fcmsys": {"port_number": 2344, "protocols": ["tcp", "udp"]},
+ "dbm": {"port_number": 2345, "protocols": ["tcp", "udp"]},
+ "redstorm-join": {"port_number": 2346, "protocols": ["tcp", "udp"]},
+ "redstorm_join": {"port_number": 2346, "protocols": ["tcp", "udp"]},
+ "redstorm-find": {"port_number": 2347, "protocols": ["tcp", "udp"]},
+ "redstorm_find": {"port_number": 2347, "protocols": ["tcp", "udp"]},
+ "redstorm-info": {"port_number": 2348, "protocols": ["tcp", "udp"]},
+ "redstorm_info": {"port_number": 2348, "protocols": ["tcp", "udp"]},
+ "redstorm-diag": {"port_number": 2349, "protocols": ["tcp", "udp"]},
+ "redstorm_diag": {"port_number": 2349, "protocols": ["tcp", "udp"]},
+ "psbserver": {"port_number": 2350, "protocols": ["tcp", "udp"]},
+ "psrserver": {"port_number": 2351, "protocols": ["tcp", "udp"]},
+ "pslserver": {"port_number": 2352, "protocols": ["tcp", "udp"]},
+ "pspserver": {"port_number": 2353, "protocols": ["tcp", "udp"]},
+ "psprserver": {"port_number": 2354, "protocols": ["tcp", "udp"]},
+ "psdbserver": {"port_number": 2355, "protocols": ["tcp", "udp"]},
+ "gxtelmd": {"port_number": 2356, "protocols": ["tcp", "udp"]},
+ "unihub-server": {"port_number": 2357, "protocols": ["tcp", "udp"]},
+ "futrix": {"port_number": 2358, "protocols": ["tcp", "udp"]},
+ "flukeserver": {"port_number": 2359, "protocols": ["tcp", "udp"]},
+ "nexstorindltd": {"port_number": 2360, "protocols": ["tcp", "udp"]},
+ "tl1": {"port_number": 2361, "protocols": ["tcp", "udp"]},
+ "digiman": {"port_number": 2362, "protocols": ["tcp", "udp"]},
+ "mediacntrlnfsd": {"port_number": 2363, "protocols": ["tcp", "udp"]},
+ "oi-2000": {"port_number": 2364, "protocols": ["tcp", "udp"]},
+ "dbref": {"port_number": 2365, "protocols": ["tcp", "udp"]},
+ "qip-login": {"port_number": 2366, "protocols": ["tcp", "udp"]},
+ "service-ctrl": {"port_number": 2367, "protocols": ["tcp", "udp"]},
+ "opentable": {"port_number": 2368, "protocols": ["tcp", "udp"]},
+ "bif-p2p": {"port_number": 2369, "protocols": ["tcp", "udp"]},
+ "l3-hbmon": {"port_number": 2370, "protocols": ["tcp", "udp"]},
+ "rda-secondary": {"port_number": 2371, "protocols": ["tcp"]},
+ "lanmessenger": {"port_number": 2372, "protocols": ["tcp", "udp"]},
+ "remographlm": {"port_number": 2373, "protocols": ["tcp"]},
+ "hydra": {"port_number": 2374, "protocols": ["tcp"]},
+ "docker": {"port_number": 2375, "protocols": ["tcp"]},
+ "docker-s": {"port_number": 2376, "protocols": ["tcp"]},
+ "swarm": {"port_number": 2377, "protocols": ["tcp"]},
+ "dali": {"port_number": 2378, "protocols": ["udp"]},
+ "etcd-client": {"port_number": 2379, "protocols": ["tcp"]},
+ "etcd-server": {"port_number": 2380, "protocols": ["tcp"]},
+ "compaq-https": {"port_number": 2381, "protocols": ["tcp", "udp"]},
+ "ms-olap3": {"port_number": 2382, "protocols": ["tcp", "udp"]},
+ "ms-olap4": {"port_number": 2383, "protocols": ["tcp", "udp"]},
+ "sd-request": {"port_number": 2384, "protocols": ["tcp"]},
+ "sd-capacity": {"port_number": 2384, "protocols": ["udp"]},
+ "sd-data": {"port_number": 2385, "protocols": ["tcp", "udp"]},
+ "virtualtape": {"port_number": 2386, "protocols": ["tcp", "udp"]},
+ "vsamredirector": {"port_number": 2387, "protocols": ["tcp", "udp"]},
+ "mynahautostart": {"port_number": 2388, "protocols": ["tcp", "udp"]},
+ "ovsessionmgr": {"port_number": 2389, "protocols": ["tcp", "udp"]},
+ "rsmtp": {"port_number": 2390, "protocols": ["tcp", "udp"]},
+ "3com-net-mgmt": {"port_number": 2391, "protocols": ["tcp", "udp"]},
+ "tacticalauth": {"port_number": 2392, "protocols": ["tcp", "udp"]},
+ "ms-olap1": {"port_number": 2393, "protocols": ["tcp", "udp"]},
+ "ms-olap2": {"port_number": 2394, "protocols": ["tcp", "udp"]},
+ "lan900-remote": {"port_number": 2395, "protocols": ["tcp", "udp"]},
+ "lan900_remote": {"port_number": 2395, "protocols": ["tcp", "udp"]},
+ "wusage": {"port_number": 2396, "protocols": ["tcp", "udp"]},
+ "ncl": {"port_number": 2397, "protocols": ["tcp", "udp"]},
+ "orbiter": {"port_number": 2398, "protocols": ["tcp", "udp"]},
+ "fmpro-fdal": {"port_number": 2399, "protocols": ["tcp", "udp"]},
+ "opequus-server": {"port_number": 2400, "protocols": ["tcp", "udp"]},
+ "cvspserver": {"port_number": 2401, "protocols": ["tcp", "udp"]},
+ "taskmaster2000": {"port_number": 2402, "protocols": ["tcp", "udp"]},
+ "taskmaster2000-secondary": {"port_number": 2403, "protocols": ["tcp", "udp"]},
+ "iec-104": {"port_number": 2404, "protocols": ["tcp", "udp"]},
+ "trc-netpoll": {"port_number": 2405, "protocols": ["tcp", "udp"]},
+ "jediserver": {"port_number": 2406, "protocols": ["tcp", "udp"]},
+ "orion": {"port_number": 2407, "protocols": ["tcp", "udp"]},
+ "railgun-webaccl": {"port_number": 2408, "protocols": ["tcp"]},
+ "sns-protocol": {"port_number": 2409, "protocols": ["tcp", "udp"]},
+ "vrts-registry": {"port_number": 2410, "protocols": ["tcp", "udp"]},
+ "netwave-ap-mgmt": {"port_number": 2411, "protocols": ["tcp", "udp"]},
+ "cdn": {"port_number": 2412, "protocols": ["tcp", "udp"]},
+ "orion-rmi-reg": {"port_number": 2413, "protocols": ["tcp", "udp"]},
+ "beeyond": {"port_number": 2414, "protocols": ["tcp", "udp"]},
+ "codima-rtp": {"port_number": 2415, "protocols": ["tcp", "udp"]},
+ "rmtserver": {"port_number": 2416, "protocols": ["tcp", "udp"]},
+ "composit-server": {"port_number": 2417, "protocols": ["tcp", "udp"]},
+ "cas": {"port_number": 2418, "protocols": ["tcp", "udp"]},
+ "attachmate-s2s": {"port_number": 2419, "protocols": ["tcp", "udp"]},
+ "dslremote-mgmt": {"port_number": 2420, "protocols": ["tcp", "udp"]},
+ "g-talk": {"port_number": 2421, "protocols": ["tcp", "udp"]},
+ "crmsbits": {"port_number": 2422, "protocols": ["tcp", "udp"]},
+ "rnrp": {"port_number": 2423, "protocols": ["tcp", "udp"]},
+ "kofax-svr": {"port_number": 2424, "protocols": ["tcp", "udp"]},
+ "fjitsuappmgr": {"port_number": 2425, "protocols": ["tcp", "udp"]},
+ "vcmp": {"port_number": 2426, "protocols": ["tcp", "udp"]},
+ "mgcp-gateway": {"port_number": 2427, "protocols": ["tcp", "udp"]},
+ "ott": {"port_number": 2428, "protocols": ["tcp", "udp"]},
+ "ft-role": {"port_number": 2429, "protocols": ["tcp", "udp"]},
+ "venus": {"port_number": 2430, "protocols": ["tcp", "udp"]},
+ "venus-se": {"port_number": 2431, "protocols": ["tcp", "udp"]},
+ "codasrv": {"port_number": 2432, "protocols": ["tcp", "udp"]},
+ "codasrv-se": {"port_number": 2433, "protocols": ["tcp", "udp"]},
+ "pxc-epmap": {"port_number": 2434, "protocols": ["tcp", "udp"]},
+ "optilogic": {"port_number": 2435, "protocols": ["tcp", "udp"]},
+ "topx": {"port_number": 2436, "protocols": ["tcp", "udp"]},
+ "unicontrol": {"port_number": 2437, "protocols": ["tcp", "udp"]},
+ "msp-secondary": {"port_number": 2438, "protocols": ["tcp", "udp"]},
+ "sybasedbsynch": {"port_number": 2439, "protocols": ["tcp", "udp"]},
+ "spearway": {"port_number": 2440, "protocols": ["tcp", "udp"]},
+ "pvsw-inet": {"port_number": 2441, "protocols": ["tcp", "udp"]},
+ "netangel": {"port_number": 2442, "protocols": ["tcp", "udp"]},
+ "powerclientcsf": {"port_number": 2443, "protocols": ["tcp", "udp"]},
+ "btpp2sectrans": {"port_number": 2444, "protocols": ["tcp", "udp"]},
+ "dtn1": {"port_number": 2445, "protocols": ["tcp", "udp"]},
+ "bues-service": {"port_number": 2446, "protocols": ["tcp", "udp"]},
+ "bues_service": {"port_number": 2446, "protocols": ["tcp", "udp"]},
+ "ovwdb": {"port_number": 2447, "protocols": ["tcp", "udp"]},
+ "hpppssvr": {"port_number": 2448, "protocols": ["tcp", "udp"]},
+ "ratl": {"port_number": 2449, "protocols": ["tcp", "udp"]},
+ "netadmin": {"port_number": 2450, "protocols": ["tcp", "udp"]},
+ "netchat": {"port_number": 2451, "protocols": ["tcp", "udp"]},
+ "snifferclient": {"port_number": 2452, "protocols": ["tcp", "udp"]},
+ "madge-ltd": {"port_number": 2453, "protocols": ["tcp", "udp"]},
+ "indx-dds": {"port_number": 2454, "protocols": ["tcp", "udp"]},
+ "wago-io-system": {"port_number": 2455, "protocols": ["tcp", "udp"]},
+ "altav-remmgt": {"port_number": 2456, "protocols": ["tcp", "udp"]},
+ "rapido-ip": {"port_number": 2457, "protocols": ["tcp", "udp"]},
+ "griffin": {"port_number": 2458, "protocols": ["tcp", "udp"]},
+ "xrpl": {"port_number": 2459, "protocols": ["tcp", "udp"]},
+ "ms-theater": {"port_number": 2460, "protocols": ["tcp", "udp"]},
+ "qadmifoper": {"port_number": 2461, "protocols": ["tcp", "udp"]},
+ "qadmifevent": {"port_number": 2462, "protocols": ["tcp", "udp"]},
+ "lsi-raid-mgmt": {"port_number": 2463, "protocols": ["tcp", "udp"]},
+ "direcpc-si": {"port_number": 2464, "protocols": ["tcp", "udp"]},
+ "lbm": {"port_number": 2465, "protocols": ["tcp", "udp"]},
+ "lbf": {"port_number": 2466, "protocols": ["tcp", "udp"]},
+ "high-criteria": {"port_number": 2467, "protocols": ["tcp", "udp"]},
+ "qip-msgd": {"port_number": 2468, "protocols": ["tcp", "udp"]},
+ "mti-tcs-comm": {"port_number": 2469, "protocols": ["tcp", "udp"]},
+ "taskman-port": {"port_number": 2470, "protocols": ["tcp", "udp"]},
+ "seaodbc": {"port_number": 2471, "protocols": ["tcp", "udp"]},
+ "c3": {"port_number": 2472, "protocols": ["tcp", "udp"]},
+ "aker-cdp": {"port_number": 2473, "protocols": ["tcp", "udp"]},
+ "vitalanalysis": {"port_number": 2474, "protocols": ["tcp", "udp"]},
+ "ace-server": {"port_number": 2475, "protocols": ["tcp", "udp"]},
+ "ace-svr-prop": {"port_number": 2476, "protocols": ["tcp", "udp"]},
+ "ssm-cvs": {"port_number": 2477, "protocols": ["tcp", "udp"]},
+ "ssm-cssps": {"port_number": 2478, "protocols": ["tcp", "udp"]},
+ "ssm-els": {"port_number": 2479, "protocols": ["tcp", "udp"]},
+ "powerexchange": {"port_number": 2480, "protocols": ["tcp", "udp"]},
+ "giop": {"port_number": 2481, "protocols": ["tcp", "udp"]},
+ "giop-ssl": {"port_number": 2482, "protocols": ["tcp", "udp"]},
+ "ttc": {"port_number": 2483, "protocols": ["tcp", "udp"]},
+ "ttc-ssl": {"port_number": 2484, "protocols": ["tcp", "udp"]},
+ "netobjects1": {"port_number": 2485, "protocols": ["tcp", "udp"]},
+ "netobjects2": {"port_number": 2486, "protocols": ["tcp", "udp"]},
+ "pns": {"port_number": 2487, "protocols": ["tcp", "udp"]},
+ "moy-corp": {"port_number": 2488, "protocols": ["tcp", "udp"]},
+ "tsilb": {"port_number": 2489, "protocols": ["tcp", "udp"]},
+ "qip-qdhcp": {"port_number": 2490, "protocols": ["tcp", "udp"]},
+ "conclave-cpp": {"port_number": 2491, "protocols": ["tcp", "udp"]},
+ "groove": {"port_number": 2492, "protocols": ["tcp", "udp"]},
+ "talarian-mqs": {"port_number": 2493, "protocols": ["tcp", "udp"]},
+ "bmc-ar": {"port_number": 2494, "protocols": ["tcp", "udp"]},
+ "fast-rem-serv": {"port_number": 2495, "protocols": ["tcp", "udp"]},
+ "dirgis": {"port_number": 2496, "protocols": ["tcp", "udp"]},
+ "quaddb": {"port_number": 2497, "protocols": ["tcp", "udp"]},
+ "odn-castraq": {"port_number": 2498, "protocols": ["tcp", "udp"]},
+ "unicontrol-secondary": {"port_number": 2499, "protocols": ["tcp", "udp"]},
+ "rtsserv": {"port_number": 2500, "protocols": ["tcp", "udp"]},
+ "rtsclient": {"port_number": 2501, "protocols": ["tcp", "udp"]},
+ "kentrox-prot": {"port_number": 2502, "protocols": ["tcp", "udp"]},
+ "nms-dpnss": {"port_number": 2503, "protocols": ["tcp", "udp"]},
+ "wlbs": {"port_number": 2504, "protocols": ["tcp", "udp"]},
+ "ppcontrol": {"port_number": 2505, "protocols": ["tcp", "udp"]},
+ "jbroker": {"port_number": 2506, "protocols": ["tcp", "udp"]},
+ "spock": {"port_number": 2507, "protocols": ["tcp", "udp"]},
+ "jdatastore": {"port_number": 2508, "protocols": ["tcp", "udp"]},
+ "fjmpss": {"port_number": 2509, "protocols": ["tcp", "udp"]},
+ "fjappmgrbulk": {"port_number": 2510, "protocols": ["tcp", "udp"]},
+ "metastorm": {"port_number": 2511, "protocols": ["tcp", "udp"]},
+ "citrixima": {"port_number": 2512, "protocols": ["tcp", "udp"]},
+ "citrixadmin": {"port_number": 2513, "protocols": ["tcp", "udp"]},
+ "facsys-ntp": {"port_number": 2514, "protocols": ["tcp", "udp"]},
+ "facsys-router": {"port_number": 2515, "protocols": ["tcp", "udp"]},
+ "maincontrol": {"port_number": 2516, "protocols": ["tcp", "udp"]},
+ "call-sig-trans": {"port_number": 2517, "protocols": ["tcp", "udp"]},
+ "willy": {"port_number": 2518, "protocols": ["tcp", "udp"]},
+ "globmsgsvc": {"port_number": 2519, "protocols": ["tcp", "udp"]},
+ "pvsw": {"port_number": 2520, "protocols": ["tcp", "udp"]},
+ "adaptecmgr": {"port_number": 2521, "protocols": ["tcp", "udp"]},
+ "windb": {"port_number": 2522, "protocols": ["tcp", "udp"]},
+ "qke-llc-v3": {"port_number": 2523, "protocols": ["tcp", "udp"]},
+ "optiwave-lm": {"port_number": 2524, "protocols": ["tcp", "udp"]},
+ "ms-v-worlds": {"port_number": 2525, "protocols": ["tcp", "udp"]},
+ "ema-sent-lm": {"port_number": 2526, "protocols": ["tcp", "udp"]},
+ "iqserver": {"port_number": 2527, "protocols": ["tcp", "udp"]},
+ "ncr-ccl": {"port_number": 2528, "protocols": ["tcp", "udp"]},
+ "ncr_ccl": {"port_number": 2528, "protocols": ["tcp", "udp"]},
+ "utsftp": {"port_number": 2529, "protocols": ["tcp", "udp"]},
+ "vrcommerce": {"port_number": 2530, "protocols": ["tcp", "udp"]},
+ "ito-e-gui": {"port_number": 2531, "protocols": ["tcp", "udp"]},
+ "ovtopmd": {"port_number": 2532, "protocols": ["tcp", "udp"]},
+ "snifferserver": {"port_number": 2533, "protocols": ["tcp", "udp"]},
+ "combox-web-acc": {"port_number": 2534, "protocols": ["tcp", "udp"]},
+ "madcap": {"port_number": 2535, "protocols": ["tcp", "udp"]},
+ "btpp2audctr1": {"port_number": 2536, "protocols": ["tcp", "udp"]},
+ "upgrade": {"port_number": 2537, "protocols": ["tcp", "udp"]},
+ "vnwk-prapi": {"port_number": 2538, "protocols": ["tcp", "udp"]},
+ "vsiadmin": {"port_number": 2539, "protocols": ["tcp", "udp"]},
+ "lonworks": {"port_number": 2540, "protocols": ["tcp", "udp"]},
+ "lonworks2": {"port_number": 2541, "protocols": ["tcp", "udp"]},
+ "udrawgraph": {"port_number": 2542, "protocols": ["tcp", "udp"]},
+ "reftek": {"port_number": 2543, "protocols": ["tcp", "udp"]},
+ "novell-zen": {"port_number": 2544, "protocols": ["tcp", "udp"]},
+ "sis-emt": {"port_number": 2545, "protocols": ["tcp", "udp"]},
+ "vytalvaultbrtp": {"port_number": 2546, "protocols": ["tcp", "udp"]},
+ "vytalvaultvsmp": {"port_number": 2547, "protocols": ["tcp", "udp"]},
+ "vytalvaultpipe": {"port_number": 2548, "protocols": ["tcp", "udp"]},
+ "ipass": {"port_number": 2549, "protocols": ["tcp", "udp"]},
+ "ads": {"port_number": 2550, "protocols": ["tcp", "udp"]},
+ "isg-uda-server": {"port_number": 2551, "protocols": ["tcp", "udp"]},
+ "call-logging": {"port_number": 2552, "protocols": ["tcp", "udp"]},
+ "efidiningport": {"port_number": 2553, "protocols": ["tcp", "udp"]},
+ "vcnet-link-v10": {"port_number": 2554, "protocols": ["tcp", "udp"]},
+ "compaq-wcp": {"port_number": 2555, "protocols": ["tcp", "udp"]},
+ "nicetec-nmsvc": {"port_number": 2556, "protocols": ["tcp", "udp"]},
+ "nicetec-mgmt": {"port_number": 2557, "protocols": ["tcp", "udp"]},
+ "pclemultimedia": {"port_number": 2558, "protocols": ["tcp", "udp"]},
+ "lstp": {"port_number": 2559, "protocols": ["tcp", "udp"]},
+ "labrat": {"port_number": 2560, "protocols": ["tcp", "udp"]},
+ "mosaixcc": {"port_number": 2561, "protocols": ["tcp", "udp"]},
+ "delibo": {"port_number": 2562, "protocols": ["tcp", "udp"]},
+ "cti-redwood": {"port_number": 2563, "protocols": ["tcp", "udp"]},
+ "hp-3000-telnet": {"port_number": 2564, "protocols": ["tcp", "udp"]},
+ "coord-svr": {"port_number": 2565, "protocols": ["tcp", "udp"]},
+ "pcs-pcw": {"port_number": 2566, "protocols": ["tcp", "udp"]},
+ "clp": {"port_number": 2567, "protocols": ["tcp", "udp"]},
+ "spamtrap": {"port_number": 2568, "protocols": ["tcp", "udp"]},
+ "sonuscallsig": {"port_number": 2569, "protocols": ["tcp", "udp"]},
+ "hs-port": {"port_number": 2570, "protocols": ["tcp", "udp"]},
+ "cecsvc": {"port_number": 2571, "protocols": ["tcp", "udp"]},
+ "ibp": {"port_number": 2572, "protocols": ["tcp", "udp"]},
+ "trustestablish": {"port_number": 2573, "protocols": ["tcp", "udp"]},
+ "blockade-bpsp": {"port_number": 2574, "protocols": ["tcp", "udp"]},
+ "hl7": {"port_number": 2575, "protocols": ["tcp", "udp"]},
+ "tclprodebugger": {"port_number": 2576, "protocols": ["tcp", "udp"]},
+ "scipticslsrvr": {"port_number": 2577, "protocols": ["tcp", "udp"]},
+ "rvs-isdn-dcp": {"port_number": 2578, "protocols": ["tcp", "udp"]},
+ "mpfoncl": {"port_number": 2579, "protocols": ["tcp", "udp"]},
+ "tributary": {"port_number": 2580, "protocols": ["tcp", "udp"]},
+ "argis-te": {"port_number": 2581, "protocols": ["tcp", "udp"]},
+ "argis-ds": {"port_number": 2582, "protocols": ["tcp", "udp"]},
+ "mon": {"port_number": 2583, "protocols": ["tcp", "udp"]},
+ "cyaserv": {"port_number": 2584, "protocols": ["tcp", "udp"]},
+ "netx-server": {"port_number": 2585, "protocols": ["tcp", "udp"]},
+ "netx-agent": {"port_number": 2586, "protocols": ["tcp", "udp"]},
+ "masc": {"port_number": 2587, "protocols": ["tcp", "udp"]},
+ "privilege": {"port_number": 2588, "protocols": ["tcp", "udp"]},
+ "quartus-tcl": {"port_number": 2589, "protocols": ["tcp", "udp"]},
+ "idotdist": {"port_number": 2590, "protocols": ["tcp", "udp"]},
+ "maytagshuffle": {"port_number": 2591, "protocols": ["tcp", "udp"]},
+ "netrek": {"port_number": 2592, "protocols": ["tcp", "udp"]},
+ "mns-mail": {"port_number": 2593, "protocols": ["tcp", "udp"]},
+ "dts": {"port_number": 2594, "protocols": ["tcp", "udp"]},
+ "worldfusion1": {"port_number": 2595, "protocols": ["tcp", "udp"]},
+ "worldfusion2": {"port_number": 2596, "protocols": ["tcp", "udp"]},
+ "homesteadglory": {"port_number": 2597, "protocols": ["tcp", "udp"]},
+ "citriximaclient": {"port_number": 2598, "protocols": ["tcp", "udp"]},
+ "snapd": {"port_number": 2599, "protocols": ["tcp", "udp"]},
+ "hpstgmgr": {"port_number": 2600, "protocols": ["tcp", "udp"]},
+ "discp-client": {"port_number": 2601, "protocols": ["tcp", "udp"]},
+ "discp-server": {"port_number": 2602, "protocols": ["tcp", "udp"]},
+ "servicemeter": {"port_number": 2603, "protocols": ["tcp", "udp"]},
+ "nsc-ccs": {"port_number": 2604, "protocols": ["tcp", "udp"]},
+ "nsc-posa": {"port_number": 2605, "protocols": ["tcp", "udp"]},
+ "netmon": {"port_number": 2606, "protocols": ["tcp", "udp"]},
+ "connection": {"port_number": 2607, "protocols": ["tcp", "udp"]},
+ "wag-service": {"port_number": 2608, "protocols": ["tcp", "udp"]},
+ "system-monitor": {"port_number": 2609, "protocols": ["tcp", "udp"]},
+ "versa-tek": {"port_number": 2610, "protocols": ["tcp", "udp"]},
+ "lionhead": {"port_number": 2611, "protocols": ["tcp", "udp"]},
+ "qpasa-agent": {"port_number": 2612, "protocols": ["tcp", "udp"]},
+ "smntubootstrap": {"port_number": 2613, "protocols": ["tcp", "udp"]},
+ "neveroffline": {"port_number": 2614, "protocols": ["tcp", "udp"]},
+ "firepower": {"port_number": 2615, "protocols": ["tcp", "udp"]},
+ "appswitch-emp": {"port_number": 2616, "protocols": ["tcp", "udp"]},
+ "cmadmin": {"port_number": 2617, "protocols": ["tcp", "udp"]},
+ "priority-e-com": {"port_number": 2618, "protocols": ["tcp", "udp"]},
+ "bruce": {"port_number": 2619, "protocols": ["tcp", "udp"]},
+ "lpsrecommender": {"port_number": 2620, "protocols": ["tcp", "udp"]},
+ "miles-apart": {"port_number": 2621, "protocols": ["tcp", "udp"]},
+ "metricadbc": {"port_number": 2622, "protocols": ["tcp", "udp"]},
+ "lmdp": {"port_number": 2623, "protocols": ["tcp", "udp"]},
+ "aria": {"port_number": 2624, "protocols": ["tcp", "udp"]},
+ "blwnkl-port": {"port_number": 2625, "protocols": ["tcp", "udp"]},
+ "gbjd816": {"port_number": 2626, "protocols": ["tcp", "udp"]},
+ "moshebeeri": {"port_number": 2627, "protocols": ["tcp", "udp"]},
+ "dict": {"port_number": 2628, "protocols": ["tcp", "udp"]},
+ "sitaraserver": {"port_number": 2629, "protocols": ["tcp", "udp"]},
+ "sitaramgmt": {"port_number": 2630, "protocols": ["tcp", "udp"]},
+ "sitaradir": {"port_number": 2631, "protocols": ["tcp", "udp"]},
+ "irdg-post": {"port_number": 2632, "protocols": ["tcp", "udp"]},
+ "interintelli": {"port_number": 2633, "protocols": ["tcp", "udp"]},
+ "pk-electronics": {"port_number": 2634, "protocols": ["tcp", "udp"]},
+ "backburner": {"port_number": 2635, "protocols": ["tcp", "udp"]},
+ "solve": {"port_number": 2636, "protocols": ["tcp", "udp"]},
+ "imdocsvc": {"port_number": 2637, "protocols": ["tcp", "udp"]},
+ "sybaseanywhere": {"port_number": 2638, "protocols": ["tcp", "udp"]},
+ "aminet": {"port_number": 2639, "protocols": ["tcp", "udp"]},
+ "ami-control": {"port_number": 2640, "protocols": ["tcp", "udp"]},
+ "hdl-srv": {"port_number": 2641, "protocols": ["tcp", "udp"]},
+ "tragic": {"port_number": 2642, "protocols": ["tcp", "udp"]},
+ "gte-samp": {"port_number": 2643, "protocols": ["tcp", "udp"]},
+ "travsoft-ipx-t": {"port_number": 2644, "protocols": ["tcp", "udp"]},
+ "novell-ipx-cmd": {"port_number": 2645, "protocols": ["tcp", "udp"]},
+ "and-lm": {"port_number": 2646, "protocols": ["tcp", "udp"]},
+ "syncserver": {"port_number": 2647, "protocols": ["tcp", "udp"]},
+ "upsnotifyprot": {"port_number": 2648, "protocols": ["tcp", "udp"]},
+ "vpsipport": {"port_number": 2649, "protocols": ["tcp", "udp"]},
+ "eristwoguns": {"port_number": 2650, "protocols": ["tcp", "udp"]},
+ "ebinsite": {"port_number": 2651, "protocols": ["tcp", "udp"]},
+ "interpathpanel": {"port_number": 2652, "protocols": ["tcp", "udp"]},
+ "sonus": {"port_number": 2653, "protocols": ["tcp", "udp"]},
+ "corel-vncadmin": {"port_number": 2654, "protocols": ["tcp", "udp"]},
+ "corel_vncadmin": {"port_number": 2654, "protocols": ["tcp", "udp"]},
+ "unglue": {"port_number": 2655, "protocols": ["tcp", "udp"]},
+ "kana": {"port_number": 2656, "protocols": ["tcp", "udp"]},
+ "sns-dispatcher": {"port_number": 2657, "protocols": ["tcp", "udp"]},
+ "sns-admin": {"port_number": 2658, "protocols": ["tcp", "udp"]},
+ "sns-query": {"port_number": 2659, "protocols": ["tcp", "udp"]},
+ "gcmonitor": {"port_number": 2660, "protocols": ["tcp", "udp"]},
+ "olhost": {"port_number": 2661, "protocols": ["tcp", "udp"]},
+ "bintec-capi": {"port_number": 2662, "protocols": ["tcp", "udp"]},
+ "bintec-tapi": {"port_number": 2663, "protocols": ["tcp", "udp"]},
+ "patrol-mq-gm": {"port_number": 2664, "protocols": ["tcp", "udp"]},
+ "patrol-mq-nm": {"port_number": 2665, "protocols": ["tcp", "udp"]},
+ "extensis": {"port_number": 2666, "protocols": ["tcp", "udp"]},
+ "alarm-clock-s": {"port_number": 2667, "protocols": ["tcp", "udp"]},
+ "alarm-clock-c": {"port_number": 2668, "protocols": ["tcp", "udp"]},
+ "toad": {"port_number": 2669, "protocols": ["tcp", "udp"]},
+ "tve-announce": {"port_number": 2670, "protocols": ["tcp", "udp"]},
+ "newlixreg": {"port_number": 2671, "protocols": ["tcp", "udp"]},
+ "nhserver": {"port_number": 2672, "protocols": ["tcp", "udp"]},
+ "firstcall42": {"port_number": 2673, "protocols": ["tcp", "udp"]},
+ "ewnn": {"port_number": 2674, "protocols": ["tcp", "udp"]},
+ "ttc-etap": {"port_number": 2675, "protocols": ["tcp", "udp"]},
+ "simslink": {"port_number": 2676, "protocols": ["tcp", "udp"]},
+ "gadgetgate1way": {"port_number": 2677, "protocols": ["tcp", "udp"]},
+ "gadgetgate2way": {"port_number": 2678, "protocols": ["tcp", "udp"]},
+ "syncserverssl": {"port_number": 2679, "protocols": ["tcp", "udp"]},
+ "pxc-sapxom": {"port_number": 2680, "protocols": ["tcp", "udp"]},
+ "mpnjsomb": {"port_number": 2681, "protocols": ["tcp", "udp"]},
+ "ncdloadbalance": {"port_number": 2683, "protocols": ["tcp", "udp"]},
+ "mpnjsosv": {"port_number": 2684, "protocols": ["tcp", "udp"]},
+ "mpnjsocl": {"port_number": 2685, "protocols": ["tcp", "udp"]},
+ "mpnjsomg": {"port_number": 2686, "protocols": ["tcp", "udp"]},
+ "pq-lic-mgmt": {"port_number": 2687, "protocols": ["tcp", "udp"]},
+ "md-cg-http": {"port_number": 2688, "protocols": ["tcp", "udp"]},
+ "fastlynx": {"port_number": 2689, "protocols": ["tcp", "udp"]},
+ "hp-nnm-data": {"port_number": 2690, "protocols": ["tcp", "udp"]},
+ "itinternet": {"port_number": 2691, "protocols": ["tcp", "udp"]},
+ "admins-lms": {"port_number": 2692, "protocols": ["tcp", "udp"]},
+ "pwrsevent": {"port_number": 2694, "protocols": ["tcp", "udp"]},
+ "vspread": {"port_number": 2695, "protocols": ["tcp", "udp"]},
+ "unifyadmin": {"port_number": 2696, "protocols": ["tcp", "udp"]},
+ "oce-snmp-trap": {"port_number": 2697, "protocols": ["tcp", "udp"]},
+ "mck-ivpip": {"port_number": 2698, "protocols": ["tcp", "udp"]},
+ "csoft-plusclnt": {"port_number": 2699, "protocols": ["tcp", "udp"]},
+ "tqdata": {"port_number": 2700, "protocols": ["tcp", "udp"]},
+ "sms-rcinfo": {"port_number": 2701, "protocols": ["tcp", "udp"]},
+ "sms-xfer": {"port_number": 2702, "protocols": ["tcp", "udp"]},
+ "sms-chat": {"port_number": 2703, "protocols": ["tcp", "udp"]},
+ "sms-remctrl": {"port_number": 2704, "protocols": ["tcp", "udp"]},
+ "sds-admin": {"port_number": 2705, "protocols": ["tcp", "udp"]},
+ "ncdmirroring": {"port_number": 2706, "protocols": ["tcp", "udp"]},
+ "emcsymapiport": {"port_number": 2707, "protocols": ["tcp", "udp"]},
+ "banyan-net": {"port_number": 2708, "protocols": ["tcp", "udp"]},
+ "supermon": {"port_number": 2709, "protocols": ["tcp", "udp"]},
+ "sso-service": {"port_number": 2710, "protocols": ["tcp", "udp"]},
+ "sso-control": {"port_number": 2711, "protocols": ["tcp", "udp"]},
+ "aocp": {"port_number": 2712, "protocols": ["tcp", "udp"]},
+ "raventbs": {"port_number": 2713, "protocols": ["tcp", "udp"]},
+ "raventdm": {"port_number": 2714, "protocols": ["tcp", "udp"]},
+ "hpstgmgr2": {"port_number": 2715, "protocols": ["tcp", "udp"]},
+ "inova-ip-disco": {"port_number": 2716, "protocols": ["tcp", "udp"]},
+ "pn-requester": {"port_number": 2717, "protocols": ["tcp", "udp"]},
+ "pn-requester2": {"port_number": 2718, "protocols": ["tcp", "udp"]},
+ "scan-change": {"port_number": 2719, "protocols": ["tcp", "udp"]},
+ "wkars": {"port_number": 2720, "protocols": ["tcp", "udp"]},
+ "smart-diagnose": {"port_number": 2721, "protocols": ["tcp", "udp"]},
+ "proactivesrvr": {"port_number": 2722, "protocols": ["tcp", "udp"]},
+ "watchdog-nt": {"port_number": 2723, "protocols": ["tcp", "udp"]},
+ "qotps": {"port_number": 2724, "protocols": ["tcp", "udp"]},
+ "msolap-ptp2": {"port_number": 2725, "protocols": ["tcp", "udp"]},
+ "tams": {"port_number": 2726, "protocols": ["tcp", "udp"]},
+ "mgcp-callagent": {"port_number": 2727, "protocols": ["tcp", "udp"]},
+ "sqdr": {"port_number": 2728, "protocols": ["tcp", "udp"]},
+ "tcim-control": {"port_number": 2729, "protocols": ["tcp", "udp"]},
+ "nec-raidplus": {"port_number": 2730, "protocols": ["tcp", "udp"]},
+ "fyre-messanger": {"port_number": 2731, "protocols": ["tcp", "udp"]},
+ "g5m": {"port_number": 2732, "protocols": ["tcp", "udp"]},
+ "signet-ctf": {"port_number": 2733, "protocols": ["tcp", "udp"]},
+ "ccs-software": {"port_number": 2734, "protocols": ["tcp", "udp"]},
+ "netiq-mc": {"port_number": 2735, "protocols": ["tcp", "udp"]},
+ "radwiz-nms-srv": {"port_number": 2736, "protocols": ["tcp", "udp"]},
+ "srp-feedback": {"port_number": 2737, "protocols": ["tcp", "udp"]},
+ "ndl-tcp-ois-gw": {"port_number": 2738, "protocols": ["tcp", "udp"]},
+ "tn-timing": {"port_number": 2739, "protocols": ["tcp", "udp"]},
+ "alarm": {"port_number": 2740, "protocols": ["tcp", "udp"]},
+ "tsb": {"port_number": 2741, "protocols": ["tcp", "udp"]},
+ "tsb2": {"port_number": 2742, "protocols": ["tcp", "udp"]},
+ "murx": {"port_number": 2743, "protocols": ["tcp", "udp"]},
+ "honyaku": {"port_number": 2744, "protocols": ["tcp", "udp"]},
+ "urbisnet": {"port_number": 2745, "protocols": ["tcp", "udp"]},
+ "cpudpencap": {"port_number": 2746, "protocols": ["tcp", "udp"]},
+ "fjippol-swrly": {"port_number": 2747, "protocols": ["tcp", "udp"]},
+ "fjippol-polsvr": {"port_number": 2748, "protocols": ["tcp", "udp"]},
+ "fjippol-cnsl": {"port_number": 2749, "protocols": ["tcp", "udp"]},
+ "fjippol-port1": {"port_number": 2750, "protocols": ["tcp", "udp"]},
+ "fjippol-port2": {"port_number": 2751, "protocols": ["tcp", "udp"]},
+ "rsisysaccess": {"port_number": 2752, "protocols": ["tcp", "udp"]},
+ "de-spot": {"port_number": 2753, "protocols": ["tcp", "udp"]},
+ "apollo-cc": {"port_number": 2754, "protocols": ["tcp", "udp"]},
+ "expresspay": {"port_number": 2755, "protocols": ["tcp", "udp"]},
+ "simplement-tie": {"port_number": 2756, "protocols": ["tcp", "udp"]},
+ "cnrp": {"port_number": 2757, "protocols": ["tcp", "udp"]},
+ "apollo-status": {"port_number": 2758, "protocols": ["tcp", "udp"]},
+ "apollo-gms": {"port_number": 2759, "protocols": ["tcp", "udp"]},
+ "sabams": {"port_number": 2760, "protocols": ["tcp", "udp"]},
+ "dicom-iscl": {"port_number": 2761, "protocols": ["tcp", "udp"]},
+ "dicom-tls": {"port_number": 2762, "protocols": ["tcp", "udp"]},
+ "desktop-dna": {"port_number": 2763, "protocols": ["tcp", "udp"]},
+ "data-insurance": {"port_number": 2764, "protocols": ["tcp", "udp"]},
+ "qip-audup": {"port_number": 2765, "protocols": ["tcp", "udp"]},
+ "compaq-scp": {"port_number": 2766, "protocols": ["tcp", "udp"]},
+ "uadtc": {"port_number": 2767, "protocols": ["tcp", "udp"]},
+ "uacs": {"port_number": 2768, "protocols": ["tcp", "udp"]},
+ "exce": {"port_number": 2769, "protocols": ["tcp", "udp"]},
+ "veronica": {"port_number": 2770, "protocols": ["tcp", "udp"]},
+ "vergencecm": {"port_number": 2771, "protocols": ["tcp", "udp"]},
+ "auris": {"port_number": 2772, "protocols": ["tcp", "udp"]},
+ "rbakcup1": {"port_number": 2773, "protocols": ["tcp", "udp"]},
+ "rbakcup2": {"port_number": 2774, "protocols": ["tcp", "udp"]},
+ "smpp": {"port_number": 2775, "protocols": ["tcp", "udp"]},
+ "ridgeway1": {"port_number": 2776, "protocols": ["tcp", "udp"]},
+ "ridgeway2": {"port_number": 2777, "protocols": ["tcp", "udp"]},
+ "gwen-sonya": {"port_number": 2778, "protocols": ["tcp", "udp"]},
+ "lbc-sync": {"port_number": 2779, "protocols": ["tcp", "udp"]},
+ "lbc-control": {"port_number": 2780, "protocols": ["tcp", "udp"]},
+ "whosells": {"port_number": 2781, "protocols": ["tcp", "udp"]},
+ "everydayrc": {"port_number": 2782, "protocols": ["tcp", "udp"]},
+ "aises": {"port_number": 2783, "protocols": ["tcp", "udp"]},
+ "www-dev": {"port_number": 2784, "protocols": ["tcp", "udp"]},
+ "aic-np": {"port_number": 2785, "protocols": ["tcp", "udp"]},
+ "aic-oncrpc": {"port_number": 2786, "protocols": ["tcp", "udp"]},
+ "piccolo": {"port_number": 2787, "protocols": ["tcp", "udp"]},
+ "fryeserv": {"port_number": 2788, "protocols": ["tcp", "udp"]},
+ "media-agent": {"port_number": 2789, "protocols": ["tcp", "udp"]},
+ "plgproxy": {"port_number": 2790, "protocols": ["tcp", "udp"]},
+ "mtport-regist": {"port_number": 2791, "protocols": ["tcp", "udp"]},
+ "f5-globalsite": {"port_number": 2792, "protocols": ["tcp", "udp"]},
+ "initlsmsad": {"port_number": 2793, "protocols": ["tcp", "udp"]},
+ "urp": {"port_number": 2794, "protocols": ["tcp", "udp"]},
+ "livestats": {"port_number": 2795, "protocols": ["tcp", "udp"]},
+ "ac-tech": {"port_number": 2796, "protocols": ["tcp", "udp"]},
+ "esp-encap": {"port_number": 2797, "protocols": ["tcp", "udp"]},
+ "tmesis-upshot": {"port_number": 2798, "protocols": ["tcp", "udp"]},
+ "icon-discover": {"port_number": 2799, "protocols": ["tcp", "udp"]},
+ "acc-raid": {"port_number": 2800, "protocols": ["tcp", "udp"]},
+ "igcp": {"port_number": 2801, "protocols": ["tcp", "udp"]},
+ "veritas-tcp1": {"port_number": 2802, "protocols": ["tcp"]},
+ "veritas-udp1": {"port_number": 2802, "protocols": ["udp"]},
+ "btprjctrl": {"port_number": 2803, "protocols": ["tcp", "udp"]},
+ "dvr-esm": {"port_number": 2804, "protocols": ["tcp", "udp"]},
+ "wta-wsp-s": {"port_number": 2805, "protocols": ["tcp", "udp"]},
+ "cspuni": {"port_number": 2806, "protocols": ["tcp", "udp"]},
+ "cspmulti": {"port_number": 2807, "protocols": ["tcp", "udp"]},
+ "j-lan-p": {"port_number": 2808, "protocols": ["tcp", "udp"]},
+ "corbaloc": {"port_number": 2809, "protocols": ["tcp", "udp"]},
+ "netsteward": {"port_number": 2810, "protocols": ["tcp", "udp"]},
+ "gsiftp": {"port_number": 2811, "protocols": ["tcp", "udp"]},
+ "atmtcp": {"port_number": 2812, "protocols": ["tcp", "udp"]},
+ "llm-pass": {"port_number": 2813, "protocols": ["tcp", "udp"]},
+ "llm-csv": {"port_number": 2814, "protocols": ["tcp", "udp"]},
+ "lbc-measure": {"port_number": 2815, "protocols": ["tcp", "udp"]},
+ "lbc-watchdog": {"port_number": 2816, "protocols": ["tcp", "udp"]},
+ "nmsigport": {"port_number": 2817, "protocols": ["tcp", "udp"]},
+ "rmlnk": {"port_number": 2818, "protocols": ["tcp", "udp"]},
+ "fc-faultnotify": {"port_number": 2819, "protocols": ["tcp", "udp"]},
+ "univision": {"port_number": 2820, "protocols": ["tcp", "udp"]},
+ "vrts-at-port": {"port_number": 2821, "protocols": ["tcp", "udp"]},
+ "ka0wuc": {"port_number": 2822, "protocols": ["tcp", "udp"]},
+ "cqg-netlan": {"port_number": 2823, "protocols": ["tcp", "udp"]},
+ "cqg-netlan-1": {"port_number": 2824, "protocols": ["tcp", "udp"]},
+ "slc-systemlog": {"port_number": 2826, "protocols": ["tcp", "udp"]},
+ "slc-ctrlrloops": {"port_number": 2827, "protocols": ["tcp", "udp"]},
+ "itm-lm": {"port_number": 2828, "protocols": ["tcp", "udp"]},
+ "silkp1": {"port_number": 2829, "protocols": ["tcp", "udp"]},
+ "silkp2": {"port_number": 2830, "protocols": ["tcp", "udp"]},
+ "silkp3": {"port_number": 2831, "protocols": ["tcp", "udp"]},
+ "silkp4": {"port_number": 2832, "protocols": ["tcp", "udp"]},
+ "glishd": {"port_number": 2833, "protocols": ["tcp", "udp"]},
+ "evtp": {"port_number": 2834, "protocols": ["tcp", "udp"]},
+ "evtp-data": {"port_number": 2835, "protocols": ["tcp", "udp"]},
+ "catalyst": {"port_number": 2836, "protocols": ["tcp", "udp"]},
+ "repliweb": {"port_number": 2837, "protocols": ["tcp", "udp"]},
+ "starbot": {"port_number": 2838, "protocols": ["tcp", "udp"]},
+ "nmsigport-secondary": {"port_number": 2839, "protocols": ["tcp", "udp"]},
+ "l3-exprt": {"port_number": 2840, "protocols": ["tcp", "udp"]},
+ "l3-ranger": {"port_number": 2841, "protocols": ["tcp", "udp"]},
+ "l3-hawk": {"port_number": 2842, "protocols": ["tcp", "udp"]},
+ "pdnet": {"port_number": 2843, "protocols": ["tcp", "udp"]},
+ "bpcp-poll": {"port_number": 2844, "protocols": ["tcp", "udp"]},
+ "bpcp-trap": {"port_number": 2845, "protocols": ["tcp", "udp"]},
+ "aimpp-hello": {"port_number": 2846, "protocols": ["tcp", "udp"]},
+ "aimpp-port-req": {"port_number": 2847, "protocols": ["tcp", "udp"]},
+ "amt-blc-port": {"port_number": 2848, "protocols": ["tcp", "udp"]},
+ "fxp-secondary": {"port_number": 2849, "protocols": ["tcp", "udp"]},
+ "metaconsole": {"port_number": 2850, "protocols": ["tcp", "udp"]},
+ "webemshttp": {"port_number": 2851, "protocols": ["tcp", "udp"]},
+ "bears-01": {"port_number": 2852, "protocols": ["tcp", "udp"]},
+ "ispipes": {"port_number": 2853, "protocols": ["tcp", "udp"]},
+ "infomover": {"port_number": 2854, "protocols": ["tcp", "udp"]},
+ "msrp": {"port_number": 2855, "protocols": ["tcp"]},
+ "cesdinv": {"port_number": 2856, "protocols": ["tcp", "udp"]},
+ "simctlp": {"port_number": 2857, "protocols": ["tcp", "udp"]},
+ "ecnp": {"port_number": 2858, "protocols": ["tcp", "udp"]},
+ "activememory": {"port_number": 2859, "protocols": ["tcp", "udp"]},
+ "dialpad-voice1": {"port_number": 2860, "protocols": ["tcp", "udp"]},
+ "dialpad-voice2": {"port_number": 2861, "protocols": ["tcp", "udp"]},
+ "ttg-protocol": {"port_number": 2862, "protocols": ["tcp", "udp"]},
+ "sonardata": {"port_number": 2863, "protocols": ["tcp", "udp"]},
+ "astronova-main": {"port_number": 2864, "protocols": ["tcp", "udp"]},
+ "pit-vpn": {"port_number": 2865, "protocols": ["tcp", "udp"]},
+ "iwlistener": {"port_number": 2866, "protocols": ["tcp", "udp"]},
+ "esps-portal": {"port_number": 2867, "protocols": ["tcp", "udp"]},
+ "npep-messaging": {"port_number": 2868, "protocols": ["tcp", "udp"]},
+ "icslap": {"port_number": 2869, "protocols": ["tcp", "udp"]},
+ "daishi": {"port_number": 2870, "protocols": ["tcp", "udp"]},
+ "msi-selectplay": {"port_number": 2871, "protocols": ["tcp", "udp"]},
+ "radix": {"port_number": 2872, "protocols": ["tcp", "udp"]},
+ "psrt": {"port_number": 2873, "protocols": ["tcp", "udp"]},
+ "dxmessagebase1": {"port_number": 2874, "protocols": ["tcp", "udp"]},
+ "dxmessagebase2": {"port_number": 2875, "protocols": ["tcp", "udp"]},
+ "sps-tunnel": {"port_number": 2876, "protocols": ["tcp", "udp"]},
+ "bluelance": {"port_number": 2877, "protocols": ["tcp", "udp"]},
+ "aap": {"port_number": 2878, "protocols": ["tcp", "udp"]},
+ "ucentric-ds": {"port_number": 2879, "protocols": ["tcp", "udp"]},
+ "synapse": {"port_number": 2880, "protocols": ["tcp", "udp"]},
+ "ndsp": {"port_number": 2881, "protocols": ["tcp", "udp"]},
+ "ndtp": {"port_number": 2882, "protocols": ["tcp", "udp"]},
+ "ndnp": {"port_number": 2883, "protocols": ["tcp", "udp"]},
+ "flashmsg": {"port_number": 2884, "protocols": ["tcp", "udp"]},
+ "topflow": {"port_number": 2885, "protocols": ["tcp", "udp"]},
+ "responselogic": {"port_number": 2886, "protocols": ["tcp", "udp"]},
+ "aironetddp": {"port_number": 2887, "protocols": ["tcp", "udp"]},
+ "spcsdlobby": {"port_number": 2888, "protocols": ["tcp", "udp"]},
+ "rsom": {"port_number": 2889, "protocols": ["tcp", "udp"]},
+ "cspclmulti": {"port_number": 2890, "protocols": ["tcp", "udp"]},
+ "cinegrfx-elmd": {"port_number": 2891, "protocols": ["tcp", "udp"]},
+ "snifferdata": {"port_number": 2892, "protocols": ["tcp", "udp"]},
+ "vseconnector": {"port_number": 2893, "protocols": ["tcp", "udp"]},
+ "abacus-remote": {"port_number": 2894, "protocols": ["tcp", "udp"]},
+ "natuslink": {"port_number": 2895, "protocols": ["tcp", "udp"]},
+ "ecovisiong6-1": {"port_number": 2896, "protocols": ["tcp", "udp"]},
+ "citrix-rtmp": {"port_number": 2897, "protocols": ["tcp", "udp"]},
+ "appliance-cfg": {"port_number": 2898, "protocols": ["tcp", "udp"]},
+ "powergemplus": {"port_number": 2899, "protocols": ["tcp", "udp"]},
+ "quicksuite": {"port_number": 2900, "protocols": ["tcp", "udp"]},
+ "allstorcns": {"port_number": 2901, "protocols": ["tcp", "udp"]},
+ "netaspi": {"port_number": 2902, "protocols": ["tcp", "udp"]},
+ "suitcase": {"port_number": 2903, "protocols": ["tcp", "udp"]},
+ "m2ua": {"port_number": 2904, "protocols": ["tcp", "udp", "sctp"]},
+ "m3ua": {"port_number": 2905, "protocols": ["tcp", "sctp"]},
+ "caller9": {"port_number": 2906, "protocols": ["tcp", "udp"]},
+ "webmethods-b2b": {"port_number": 2907, "protocols": ["tcp", "udp"]},
+ "mao": {"port_number": 2908, "protocols": ["tcp", "udp"]},
+ "funk-dialout": {"port_number": 2909, "protocols": ["tcp", "udp"]},
+ "tdaccess": {"port_number": 2910, "protocols": ["tcp", "udp"]},
+ "blockade": {"port_number": 2911, "protocols": ["tcp", "udp"]},
+ "epicon": {"port_number": 2912, "protocols": ["tcp", "udp"]},
+ "boosterware": {"port_number": 2913, "protocols": ["tcp", "udp"]},
+ "gamelobby": {"port_number": 2914, "protocols": ["tcp", "udp"]},
+ "tksocket": {"port_number": 2915, "protocols": ["tcp", "udp"]},
+ "elvin-server": {"port_number": 2916, "protocols": ["tcp", "udp"]},
+ "elvin_server": {"port_number": 2916, "protocols": ["tcp", "udp"]},
+ "elvin-client": {"port_number": 2917, "protocols": ["tcp", "udp"]},
+ "elvin_client": {"port_number": 2917, "protocols": ["tcp", "udp"]},
+ "kastenchasepad": {"port_number": 2918, "protocols": ["tcp", "udp"]},
+ "roboer": {"port_number": 2919, "protocols": ["tcp", "udp"]},
+ "roboeda": {"port_number": 2920, "protocols": ["tcp", "udp"]},
+ "cesdcdman": {"port_number": 2921, "protocols": ["tcp", "udp"]},
+ "cesdcdtrn": {"port_number": 2922, "protocols": ["tcp", "udp"]},
+ "wta-wsp-wtp-s": {"port_number": 2923, "protocols": ["tcp", "udp"]},
+ "precise-vip": {"port_number": 2924, "protocols": ["tcp", "udp"]},
+ "mobile-file-dl": {"port_number": 2926, "protocols": ["tcp", "udp"]},
+ "unimobilectrl": {"port_number": 2927, "protocols": ["tcp", "udp"]},
+ "redstone-cpss": {"port_number": 2928, "protocols": ["tcp", "udp"]},
+ "amx-webadmin": {"port_number": 2929, "protocols": ["tcp", "udp"]},
+ "amx-weblinx": {"port_number": 2930, "protocols": ["tcp", "udp"]},
+ "circle-x": {"port_number": 2931, "protocols": ["tcp", "udp"]},
+ "incp": {"port_number": 2932, "protocols": ["tcp", "udp"]},
+ "4-tieropmgw": {"port_number": 2933, "protocols": ["tcp", "udp"]},
+ "4-tieropmcli": {"port_number": 2934, "protocols": ["tcp", "udp"]},
+ "qtp": {"port_number": 2935, "protocols": ["tcp", "udp"]},
+ "otpatch": {"port_number": 2936, "protocols": ["tcp", "udp"]},
+ "pnaconsult-lm": {"port_number": 2937, "protocols": ["tcp", "udp"]},
+ "sm-pas-1": {"port_number": 2938, "protocols": ["tcp", "udp"]},
+ "sm-pas-2": {"port_number": 2939, "protocols": ["tcp", "udp"]},
+ "sm-pas-3": {"port_number": 2940, "protocols": ["tcp", "udp"]},
+ "sm-pas-4": {"port_number": 2941, "protocols": ["tcp", "udp"]},
+ "sm-pas-5": {"port_number": 2942, "protocols": ["tcp", "udp"]},
+ "ttnrepository": {"port_number": 2943, "protocols": ["tcp", "udp"]},
+ "megaco-h248": {"port_number": 2944, "protocols": ["tcp", "udp", "sctp"]},
+ "h248-binary": {"port_number": 2945, "protocols": ["tcp", "udp", "sctp"]},
+ "fjsvmpor": {"port_number": 2946, "protocols": ["tcp", "udp"]},
+ "gpsd": {"port_number": 2947, "protocols": ["tcp", "udp"]},
+ "wap-push": {"port_number": 2948, "protocols": ["tcp", "udp"]},
+ "wap-pushsecure": {"port_number": 2949, "protocols": ["tcp", "udp"]},
+ "esip": {"port_number": 2950, "protocols": ["tcp", "udp"]},
+ "ottp": {"port_number": 2951, "protocols": ["tcp", "udp"]},
+ "mpfwsas": {"port_number": 2952, "protocols": ["tcp", "udp"]},
+ "ovalarmsrv": {"port_number": 2953, "protocols": ["tcp", "udp"]},
+ "ovalarmsrv-cmd": {"port_number": 2954, "protocols": ["tcp", "udp"]},
+ "csnotify": {"port_number": 2955, "protocols": ["tcp", "udp"]},
+ "ovrimosdbman": {"port_number": 2956, "protocols": ["tcp", "udp"]},
+ "jmact5": {"port_number": 2957, "protocols": ["tcp", "udp"]},
+ "jmact6": {"port_number": 2958, "protocols": ["tcp", "udp"]},
+ "rmopagt": {"port_number": 2959, "protocols": ["tcp", "udp"]},
+ "dfoxserver": {"port_number": 2960, "protocols": ["tcp", "udp"]},
+ "boldsoft-lm": {"port_number": 2961, "protocols": ["tcp", "udp"]},
+ "iph-policy-cli": {"port_number": 2962, "protocols": ["tcp", "udp"]},
+ "iph-policy-adm": {"port_number": 2963, "protocols": ["tcp", "udp"]},
+ "bullant-srap": {"port_number": 2964, "protocols": ["tcp", "udp"]},
+ "bullant-rap": {"port_number": 2965, "protocols": ["tcp", "udp"]},
+ "idp-infotrieve": {"port_number": 2966, "protocols": ["tcp", "udp"]},
+ "ssc-agent": {"port_number": 2967, "protocols": ["tcp", "udp"]},
+ "enpp": {"port_number": 2968, "protocols": ["tcp", "udp"]},
+ "essp": {"port_number": 2969, "protocols": ["tcp", "udp"]},
+ "index-net": {"port_number": 2970, "protocols": ["tcp", "udp"]},
+ "netclip": {"port_number": 2971, "protocols": ["tcp", "udp"]},
+ "pmsm-webrctl": {"port_number": 2972, "protocols": ["tcp", "udp"]},
+ "svnetworks": {"port_number": 2973, "protocols": ["tcp", "udp"]},
+ "signal": {"port_number": 2974, "protocols": ["tcp", "udp"]},
+ "fjmpcm": {"port_number": 2975, "protocols": ["tcp", "udp"]},
+ "cns-srv-port": {"port_number": 2976, "protocols": ["tcp", "udp"]},
+ "ttc-etap-ns": {"port_number": 2977, "protocols": ["tcp", "udp"]},
+ "ttc-etap-ds": {"port_number": 2978, "protocols": ["tcp", "udp"]},
+ "h263-video": {"port_number": 2979, "protocols": ["tcp", "udp"]},
+ "wimd": {"port_number": 2980, "protocols": ["tcp", "udp"]},
+ "mylxamport": {"port_number": 2981, "protocols": ["tcp", "udp"]},
+ "iwb-whiteboard": {"port_number": 2982, "protocols": ["tcp", "udp"]},
+ "netplan": {"port_number": 2983, "protocols": ["tcp", "udp"]},
+ "hpidsadmin": {"port_number": 2984, "protocols": ["tcp", "udp"]},
+ "hpidsagent": {"port_number": 2985, "protocols": ["tcp", "udp"]},
+ "stonefalls": {"port_number": 2986, "protocols": ["tcp", "udp"]},
+ "identify": {"port_number": 2987, "protocols": ["tcp", "udp"]},
+ "hippad": {"port_number": 2988, "protocols": ["tcp", "udp"]},
+ "zarkov": {"port_number": 2989, "protocols": ["tcp", "udp"]},
+ "boscap": {"port_number": 2990, "protocols": ["tcp", "udp"]},
+ "wkstn-mon": {"port_number": 2991, "protocols": ["tcp", "udp"]},
+ "avenyo": {"port_number": 2992, "protocols": ["tcp", "udp"]},
+ "veritas-vis1": {"port_number": 2993, "protocols": ["tcp", "udp"]},
+ "veritas-vis2": {"port_number": 2994, "protocols": ["tcp", "udp"]},
+ "idrs": {"port_number": 2995, "protocols": ["tcp", "udp"]},
+ "vsixml": {"port_number": 2996, "protocols": ["tcp", "udp"]},
+ "rebol": {"port_number": 2997, "protocols": ["tcp", "udp"]},
+ "realsecure": {"port_number": 2998, "protocols": ["tcp", "udp"]},
+ "remoteware-un": {"port_number": 2999, "protocols": ["tcp", "udp"]},
+ "hbci": {"port_number": 3000, "protocols": ["tcp", "udp"]},
+ "remoteware-cl": {"port_number": 3000, "protocols": ["tcp", "udp"]},
+ "origo-native": {"port_number": 3001, "protocols": ["tcp"]},
+ "exlm-agent": {"port_number": 3002, "protocols": ["tcp", "udp"]},
+ "remoteware-srv": {"port_number": 3002, "protocols": ["tcp", "udp"]},
+ "cgms": {"port_number": 3003, "protocols": ["tcp", "udp"]},
+ "csoftragent": {"port_number": 3004, "protocols": ["tcp", "udp"]},
+ "geniuslm": {"port_number": 3005, "protocols": ["tcp", "udp"]},
+ "ii-admin": {"port_number": 3006, "protocols": ["tcp", "udp"]},
+ "lotusmtap": {"port_number": 3007, "protocols": ["tcp", "udp"]},
+ "midnight-tech": {"port_number": 3008, "protocols": ["tcp", "udp"]},
+ "pxc-ntfy": {"port_number": 3009, "protocols": ["tcp", "udp"]},
+ "gw": {"port_number": 3010, "protocols": ["tcp"]},
+ "ping-pong": {"port_number": 3010, "protocols": ["udp"]},
+ "trusted-web": {"port_number": 3011, "protocols": ["tcp", "udp"]},
+ "twsdss": {"port_number": 3012, "protocols": ["tcp", "udp"]},
+ "gilatskysurfer": {"port_number": 3013, "protocols": ["tcp", "udp"]},
+ "broker-service": {"port_number": 3014, "protocols": ["tcp", "udp"]},
+ "broker_service": {"port_number": 3014, "protocols": ["tcp", "udp"]},
+ "nati-dstp": {"port_number": 3015, "protocols": ["tcp", "udp"]},
+ "notify-srvr": {"port_number": 3016, "protocols": ["tcp", "udp"]},
+ "notify_srvr": {"port_number": 3016, "protocols": ["tcp", "udp"]},
+ "event-listener": {"port_number": 3017, "protocols": ["tcp", "udp"]},
+ "event_listener": {"port_number": 3017, "protocols": ["tcp", "udp"]},
+ "srvc-registry": {"port_number": 3018, "protocols": ["tcp", "udp"]},
+ "srvc_registry": {"port_number": 3018, "protocols": ["tcp", "udp"]},
+ "resource-mgr": {"port_number": 3019, "protocols": ["tcp", "udp"]},
+ "resource_mgr": {"port_number": 3019, "protocols": ["tcp", "udp"]},
+ "cifs": {"port_number": 3020, "protocols": ["tcp", "udp"]},
+ "agriserver": {"port_number": 3021, "protocols": ["tcp", "udp"]},
+ "csregagent": {"port_number": 3022, "protocols": ["tcp", "udp"]},
+ "magicnotes": {"port_number": 3023, "protocols": ["tcp", "udp"]},
+ "nds-sso": {"port_number": 3024, "protocols": ["tcp", "udp"]},
+ "nds_sso": {"port_number": 3024, "protocols": ["tcp", "udp"]},
+ "arepa-raft": {"port_number": 3025, "protocols": ["tcp", "udp"]},
+ "agri-gateway": {"port_number": 3026, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt-C": {"port_number": 3027, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt_C": {"port_number": 3027, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt-DM": {"port_number": 3028, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt_DM": {"port_number": 3028, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt-A": {"port_number": 3029, "protocols": ["tcp", "udp"]},
+ "LiebDevMgmt_A": {"port_number": 3029, "protocols": ["tcp", "udp"]},
+ "arepa-cas": {"port_number": 3030, "protocols": ["tcp", "udp"]},
+ "eppc": {"port_number": 3031, "protocols": ["tcp", "udp"]},
+ "redwood-chat": {"port_number": 3032, "protocols": ["tcp", "udp"]},
+ "pdb": {"port_number": 3033, "protocols": ["tcp", "udp"]},
+ "osmosis-aeea": {"port_number": 3034, "protocols": ["tcp", "udp"]},
+ "fjsv-gssagt": {"port_number": 3035, "protocols": ["tcp", "udp"]},
+ "hagel-dump": {"port_number": 3036, "protocols": ["tcp", "udp"]},
+ "hp-san-mgmt": {"port_number": 3037, "protocols": ["tcp", "udp"]},
+ "santak-ups": {"port_number": 3038, "protocols": ["tcp", "udp"]},
+ "cogitate": {"port_number": 3039, "protocols": ["tcp", "udp"]},
+ "tomato-springs": {"port_number": 3040, "protocols": ["tcp", "udp"]},
+ "di-traceware": {"port_number": 3041, "protocols": ["tcp", "udp"]},
+ "journee": {"port_number": 3042, "protocols": ["tcp", "udp"]},
+ "brp": {"port_number": 3043, "protocols": ["tcp", "udp"]},
+ "epp-secondary": {"port_number": 3044, "protocols": ["tcp", "udp"]},
+ "responsenet": {"port_number": 3045, "protocols": ["tcp", "udp"]},
+ "di-ase": {"port_number": 3046, "protocols": ["tcp", "udp"]},
+ "hlserver": {"port_number": 3047, "protocols": ["tcp", "udp"]},
+ "pctrader": {"port_number": 3048, "protocols": ["tcp", "udp"]},
+ "nsws": {"port_number": 3049, "protocols": ["tcp", "udp"]},
+ "gds-db": {"port_number": 3050, "protocols": ["tcp", "udp"]},
+ "gds_db": {"port_number": 3050, "protocols": ["tcp", "udp"]},
+ "galaxy-server": {"port_number": 3051, "protocols": ["tcp", "udp"]},
+ "apc-3052": {"port_number": 3052, "protocols": ["tcp", "udp"]},
+ "dsom-server": {"port_number": 3053, "protocols": ["tcp", "udp"]},
+ "amt-cnf-prot": {"port_number": 3054, "protocols": ["tcp", "udp"]},
+ "policyserver": {"port_number": 3055, "protocols": ["tcp", "udp"]},
+ "cdl-server": {"port_number": 3056, "protocols": ["tcp", "udp"]},
+ "goahead-fldup": {"port_number": 3057, "protocols": ["tcp", "udp"]},
+ "videobeans": {"port_number": 3058, "protocols": ["tcp", "udp"]},
+ "qsoft": {"port_number": 3059, "protocols": ["tcp", "udp"]},
+ "interserver": {"port_number": 3060, "protocols": ["tcp", "udp"]},
+ "cautcpd": {"port_number": 3061, "protocols": ["tcp", "udp"]},
+ "ncacn-ip-tcp": {"port_number": 3062, "protocols": ["tcp", "udp"]},
+ "ncadg-ip-udp": {"port_number": 3063, "protocols": ["tcp", "udp"]},
+ "rprt": {"port_number": 3064, "protocols": ["tcp", "udp"]},
+ "slinterbase": {"port_number": 3065, "protocols": ["tcp", "udp"]},
+ "netattachsdmp": {"port_number": 3066, "protocols": ["tcp", "udp"]},
+ "fjhpjp": {"port_number": 3067, "protocols": ["tcp", "udp"]},
+ "ls3bcast": {"port_number": 3068, "protocols": ["tcp", "udp"]},
+ "ls3": {"port_number": 3069, "protocols": ["tcp", "udp"]},
+ "mgxswitch": {"port_number": 3070, "protocols": ["tcp", "udp"]},
+ "xplat-replicate": {"port_number": 3071, "protocols": ["tcp"]},
+ "csd-monitor": {"port_number": 3072, "protocols": ["tcp", "udp"]},
+ "vcrp": {"port_number": 3073, "protocols": ["tcp", "udp"]},
+ "xbox": {"port_number": 3074, "protocols": ["tcp", "udp"]},
+ "orbix-locator": {"port_number": 3075, "protocols": ["tcp", "udp"]},
+ "orbix-config": {"port_number": 3076, "protocols": ["tcp", "udp"]},
+ "orbix-loc-ssl": {"port_number": 3077, "protocols": ["tcp", "udp"]},
+ "orbix-cfg-ssl": {"port_number": 3078, "protocols": ["tcp", "udp"]},
+ "lv-frontpanel": {"port_number": 3079, "protocols": ["tcp", "udp"]},
+ "stm-pproc": {"port_number": 3080, "protocols": ["tcp", "udp"]},
+ "stm_pproc": {"port_number": 3080, "protocols": ["tcp", "udp"]},
+ "tl1-lv": {"port_number": 3081, "protocols": ["tcp", "udp"]},
+ "tl1-raw": {"port_number": 3082, "protocols": ["tcp", "udp"]},
+ "tl1-telnet": {"port_number": 3083, "protocols": ["tcp", "udp"]},
+ "itm-mccs": {"port_number": 3084, "protocols": ["tcp", "udp"]},
+ "pcihreq": {"port_number": 3085, "protocols": ["tcp", "udp"]},
+ "jdl-dbkitchen": {"port_number": 3086, "protocols": ["tcp", "udp"]},
+ "asoki-sma": {"port_number": 3087, "protocols": ["tcp", "udp"]},
+ "xdtp": {"port_number": 3088, "protocols": ["tcp", "udp"]},
+ "ptk-alink": {"port_number": 3089, "protocols": ["tcp", "udp"]},
+ "stss": {"port_number": 3090, "protocols": ["tcp", "udp"]},
+ "1ci-smcs": {"port_number": 3091, "protocols": ["tcp", "udp"]},
+ "rapidmq-center": {"port_number": 3093, "protocols": ["tcp", "udp"]},
+ "rapidmq-reg": {"port_number": 3094, "protocols": ["tcp", "udp"]},
+ "panasas": {"port_number": 3095, "protocols": ["tcp", "udp"]},
+ "ndl-aps": {"port_number": 3096, "protocols": ["tcp", "udp"]},
+ "itu-bicc-stc": {"port_number": 3097, "protocols": ["sctp"]},
+ "umm-port": {"port_number": 3098, "protocols": ["tcp", "udp"]},
+ "chmd": {"port_number": 3099, "protocols": ["tcp", "udp"]},
+ "opcon-xps": {"port_number": 3100, "protocols": ["tcp", "udp"]},
+ "hp-pxpib": {"port_number": 3101, "protocols": ["tcp", "udp"]},
+ "slslavemon": {"port_number": 3102, "protocols": ["tcp", "udp"]},
+ "autocuesmi": {"port_number": 3103, "protocols": ["tcp", "udp"]},
+ "autocuelog": {"port_number": 3104, "protocols": ["tcp"]},
+ "autocuetime": {"port_number": 3104, "protocols": ["udp"]},
+ "cardbox": {"port_number": 3105, "protocols": ["tcp", "udp"]},
+ "cardbox-http": {"port_number": 3106, "protocols": ["tcp", "udp"]},
+ "business": {"port_number": 3107, "protocols": ["tcp", "udp"]},
+ "geolocate": {"port_number": 3108, "protocols": ["tcp", "udp"]},
+ "personnel": {"port_number": 3109, "protocols": ["tcp", "udp"]},
+ "sim-control": {"port_number": 3110, "protocols": ["tcp", "udp"]},
+ "wsynch": {"port_number": 3111, "protocols": ["tcp", "udp"]},
+ "ksysguard": {"port_number": 3112, "protocols": ["tcp", "udp"]},
+ "cs-auth-svr": {"port_number": 3113, "protocols": ["tcp", "udp"]},
+ "ccmad": {"port_number": 3114, "protocols": ["tcp", "udp"]},
+ "mctet-master": {"port_number": 3115, "protocols": ["tcp", "udp"]},
+ "mctet-gateway": {"port_number": 3116, "protocols": ["tcp", "udp"]},
+ "mctet-jserv": {"port_number": 3117, "protocols": ["tcp", "udp"]},
+ "pkagent": {"port_number": 3118, "protocols": ["tcp", "udp"]},
+ "d2000kernel": {"port_number": 3119, "protocols": ["tcp", "udp"]},
+ "d2000webserver": {"port_number": 3120, "protocols": ["tcp", "udp"]},
+ "pcmk-remote": {"port_number": 3121, "protocols": ["tcp"]},
+ "vtr-emulator": {"port_number": 3122, "protocols": ["tcp", "udp"]},
+ "edix": {"port_number": 3123, "protocols": ["tcp", "udp"]},
+ "beacon-port": {"port_number": 3124, "protocols": ["tcp", "udp"]},
+ "a13-an": {"port_number": 3125, "protocols": ["tcp", "udp"]},
+ "ctx-bridge": {"port_number": 3127, "protocols": ["tcp", "udp"]},
+ "ndl-aas": {"port_number": 3128, "protocols": ["tcp", "udp"]},
+ "netport-id": {"port_number": 3129, "protocols": ["tcp", "udp"]},
+ "icpv2": {"port_number": 3130, "protocols": ["tcp", "udp"]},
+ "netbookmark": {"port_number": 3131, "protocols": ["tcp", "udp"]},
+ "ms-rule-engine": {"port_number": 3132, "protocols": ["tcp", "udp"]},
+ "prism-deploy": {"port_number": 3133, "protocols": ["tcp", "udp"]},
+ "ecp": {"port_number": 3134, "protocols": ["tcp", "udp"]},
+ "peerbook-port": {"port_number": 3135, "protocols": ["tcp", "udp"]},
+ "grubd": {"port_number": 3136, "protocols": ["tcp", "udp"]},
+ "rtnt-1": {"port_number": 3137, "protocols": ["tcp", "udp"]},
+ "rtnt-2": {"port_number": 3138, "protocols": ["tcp", "udp"]},
+ "incognitorv": {"port_number": 3139, "protocols": ["tcp", "udp"]},
+ "ariliamulti": {"port_number": 3140, "protocols": ["tcp", "udp"]},
+ "vmodem": {"port_number": 3141, "protocols": ["tcp", "udp"]},
+ "rdc-wh-eos": {"port_number": 3142, "protocols": ["tcp", "udp"]},
+ "seaview": {"port_number": 3143, "protocols": ["tcp", "udp"]},
+ "tarantella": {"port_number": 3144, "protocols": ["tcp", "udp"]},
+ "csi-lfap": {"port_number": 3145, "protocols": ["tcp", "udp"]},
+ "bears-02": {"port_number": 3146, "protocols": ["tcp", "udp"]},
+ "rfio": {"port_number": 3147, "protocols": ["tcp", "udp"]},
+ "nm-game-admin": {"port_number": 3148, "protocols": ["tcp", "udp"]},
+ "nm-game-server": {"port_number": 3149, "protocols": ["tcp", "udp"]},
+ "nm-asses-admin": {"port_number": 3150, "protocols": ["tcp", "udp"]},
+ "nm-assessor": {"port_number": 3151, "protocols": ["tcp", "udp"]},
+ "feitianrockey": {"port_number": 3152, "protocols": ["tcp", "udp"]},
+ "s8-client-port": {"port_number": 3153, "protocols": ["tcp", "udp"]},
+ "ccmrmi": {"port_number": 3154, "protocols": ["tcp", "udp"]},
+ "jpegmpeg": {"port_number": 3155, "protocols": ["tcp", "udp"]},
+ "indura": {"port_number": 3156, "protocols": ["tcp", "udp"]},
+ "lsa-comm": {"port_number": 3157, "protocols": ["tcp", "udp"]},
+ "stvp": {"port_number": 3158, "protocols": ["tcp", "udp"]},
+ "navegaweb-port": {"port_number": 3159, "protocols": ["tcp", "udp"]},
+ "tip-app-server": {"port_number": 3160, "protocols": ["tcp", "udp"]},
+ "doc1lm": {"port_number": 3161, "protocols": ["tcp", "udp"]},
+ "sflm": {"port_number": 3162, "protocols": ["tcp", "udp"]},
+ "res-sap": {"port_number": 3163, "protocols": ["tcp", "udp"]},
+ "imprs": {"port_number": 3164, "protocols": ["tcp", "udp"]},
+ "newgenpay": {"port_number": 3165, "protocols": ["tcp", "udp"]},
+ "sossecollector": {"port_number": 3166, "protocols": ["tcp", "udp"]},
+ "nowcontact": {"port_number": 3167, "protocols": ["tcp", "udp"]},
+ "poweronnud": {"port_number": 3168, "protocols": ["tcp", "udp"]},
+ "serverview-as": {"port_number": 3169, "protocols": ["tcp", "udp"]},
+ "serverview-asn": {"port_number": 3170, "protocols": ["tcp", "udp"]},
+ "serverview-gf": {"port_number": 3171, "protocols": ["tcp", "udp"]},
+ "serverview-rm": {"port_number": 3172, "protocols": ["tcp", "udp"]},
+ "serverview-icc": {"port_number": 3173, "protocols": ["tcp", "udp"]},
+ "armi-server": {"port_number": 3174, "protocols": ["tcp", "udp"]},
+ "t1-e1-over-ip": {"port_number": 3175, "protocols": ["tcp", "udp"]},
+ "ars-master": {"port_number": 3176, "protocols": ["tcp", "udp"]},
+ "phonex-port": {"port_number": 3177, "protocols": ["tcp", "udp"]},
+ "radclientport": {"port_number": 3178, "protocols": ["tcp", "udp"]},
+ "h2gf-w-2m": {"port_number": 3179, "protocols": ["tcp", "udp"]},
+ "mc-brk-srv": {"port_number": 3180, "protocols": ["tcp", "udp"]},
+ "bmcpatrolagent": {"port_number": 3181, "protocols": ["tcp", "udp"]},
+ "bmcpatrolrnvu": {"port_number": 3182, "protocols": ["tcp", "udp"]},
+ "cops-tls": {"port_number": 3183, "protocols": ["tcp", "udp"]},
+ "apogeex-port": {"port_number": 3184, "protocols": ["tcp", "udp"]},
+ "smpppd": {"port_number": 3185, "protocols": ["tcp", "udp"]},
+ "iiw-port": {"port_number": 3186, "protocols": ["tcp", "udp"]},
+ "odi-port": {"port_number": 3187, "protocols": ["tcp", "udp"]},
+ "brcm-comm-port": {"port_number": 3188, "protocols": ["tcp", "udp"]},
+ "pcle-infex": {"port_number": 3189, "protocols": ["tcp", "udp"]},
+ "csvr-proxy": {"port_number": 3190, "protocols": ["tcp", "udp"]},
+ "csvr-sslproxy": {"port_number": 3191, "protocols": ["tcp", "udp"]},
+ "firemonrcc": {"port_number": 3192, "protocols": ["tcp", "udp"]},
+ "spandataport": {"port_number": 3193, "protocols": ["tcp", "udp"]},
+ "magbind": {"port_number": 3194, "protocols": ["tcp", "udp"]},
+ "ncu-1": {"port_number": 3195, "protocols": ["tcp", "udp"]},
+ "ncu-2": {"port_number": 3196, "protocols": ["tcp", "udp"]},
+ "embrace-dp-s": {"port_number": 3197, "protocols": ["tcp", "udp"]},
+ "embrace-dp-c": {"port_number": 3198, "protocols": ["tcp", "udp"]},
+ "dmod-workspace": {"port_number": 3199, "protocols": ["tcp", "udp"]},
+ "tick-port": {"port_number": 3200, "protocols": ["tcp", "udp"]},
+ "cpq-tasksmart": {"port_number": 3201, "protocols": ["tcp", "udp"]},
+ "intraintra": {"port_number": 3202, "protocols": ["tcp", "udp"]},
+ "netwatcher-mon": {"port_number": 3203, "protocols": ["tcp", "udp"]},
+ "netwatcher-db": {"port_number": 3204, "protocols": ["tcp", "udp"]},
+ "isns": {"port_number": 3205, "protocols": ["tcp", "udp"]},
+ "ironmail": {"port_number": 3206, "protocols": ["tcp", "udp"]},
+ "vx-auth-port": {"port_number": 3207, "protocols": ["tcp", "udp"]},
+ "pfu-prcallback": {"port_number": 3208, "protocols": ["tcp", "udp"]},
+ "netwkpathengine": {"port_number": 3209, "protocols": ["tcp", "udp"]},
+ "flamenco-proxy": {"port_number": 3210, "protocols": ["tcp", "udp"]},
+ "avsecuremgmt": {"port_number": 3211, "protocols": ["tcp", "udp"]},
+ "surveyinst": {"port_number": 3212, "protocols": ["tcp", "udp"]},
+ "neon24x7": {"port_number": 3213, "protocols": ["tcp", "udp"]},
+ "jmq-daemon-1": {"port_number": 3214, "protocols": ["tcp", "udp"]},
+ "jmq-daemon-2": {"port_number": 3215, "protocols": ["tcp", "udp"]},
+ "ferrari-foam": {"port_number": 3216, "protocols": ["tcp", "udp"]},
+ "unite": {"port_number": 3217, "protocols": ["tcp", "udp"]},
+ "smartpackets": {"port_number": 3218, "protocols": ["tcp", "udp"]},
+ "wms-messenger": {"port_number": 3219, "protocols": ["tcp", "udp"]},
+ "xnm-ssl": {"port_number": 3220, "protocols": ["tcp", "udp"]},
+ "xnm-clear-text": {"port_number": 3221, "protocols": ["tcp", "udp"]},
+ "glbp": {"port_number": 3222, "protocols": ["tcp", "udp"]},
+ "digivote": {"port_number": 3223, "protocols": ["tcp", "udp"]},
+ "aes-discovery": {"port_number": 3224, "protocols": ["tcp", "udp"]},
+ "fcip-port": {"port_number": 3225, "protocols": ["tcp", "udp"]},
+ "isi-irp": {"port_number": 3226, "protocols": ["tcp", "udp"]},
+ "dwnmshttp": {"port_number": 3227, "protocols": ["tcp", "udp"]},
+ "dwmsgserver": {"port_number": 3228, "protocols": ["tcp", "udp"]},
+ "global-cd-port": {"port_number": 3229, "protocols": ["tcp", "udp"]},
+ "sftdst-port": {"port_number": 3230, "protocols": ["tcp", "udp"]},
+ "vidigo": {"port_number": 3231, "protocols": ["tcp", "udp"]},
+ "mdtp": {"port_number": 3232, "protocols": ["tcp", "udp"]},
+ "whisker": {"port_number": 3233, "protocols": ["tcp", "udp"]},
+ "alchemy": {"port_number": 3234, "protocols": ["tcp", "udp"]},
+ "mdap-port": {"port_number": 3235, "protocols": ["tcp", "udp"]},
+ "apparenet-ts": {"port_number": 3236, "protocols": ["tcp", "udp"]},
+ "apparenet-tps": {"port_number": 3237, "protocols": ["tcp", "udp"]},
+ "apparenet-as": {"port_number": 3238, "protocols": ["tcp", "udp"]},
+ "apparenet-ui": {"port_number": 3239, "protocols": ["tcp", "udp"]},
+ "triomotion": {"port_number": 3240, "protocols": ["tcp", "udp"]},
+ "sysorb": {"port_number": 3241, "protocols": ["tcp", "udp"]},
+ "sdp-id-port": {"port_number": 3242, "protocols": ["tcp", "udp"]},
+ "timelot": {"port_number": 3243, "protocols": ["tcp", "udp"]},
+ "onesaf": {"port_number": 3244, "protocols": ["tcp", "udp"]},
+ "vieo-fe": {"port_number": 3245, "protocols": ["tcp", "udp"]},
+ "dvt-system": {"port_number": 3246, "protocols": ["tcp", "udp"]},
+ "dvt-data": {"port_number": 3247, "protocols": ["tcp", "udp"]},
+ "procos-lm": {"port_number": 3248, "protocols": ["tcp", "udp"]},
+ "ssp": {"port_number": 3249, "protocols": ["tcp", "udp"]},
+ "hicp": {"port_number": 3250, "protocols": ["tcp", "udp"]},
+ "sysscanner": {"port_number": 3251, "protocols": ["tcp", "udp"]},
+ "dhe": {"port_number": 3252, "protocols": ["tcp", "udp"]},
+ "pda-data": {"port_number": 3253, "protocols": ["tcp", "udp"]},
+ "pda-sys": {"port_number": 3254, "protocols": ["tcp", "udp"]},
+ "semaphore": {"port_number": 3255, "protocols": ["tcp", "udp"]},
+ "cpqrpm-agent": {"port_number": 3256, "protocols": ["tcp", "udp"]},
+ "cpqrpm-server": {"port_number": 3257, "protocols": ["tcp", "udp"]},
+ "ivecon-port": {"port_number": 3258, "protocols": ["tcp", "udp"]},
+ "epncdp2": {"port_number": 3259, "protocols": ["tcp", "udp"]},
+ "iscsi-target": {"port_number": 3260, "protocols": ["tcp", "udp"]},
+ "winshadow": {"port_number": 3261, "protocols": ["tcp", "udp"]},
+ "necp": {"port_number": 3262, "protocols": ["tcp", "udp"]},
+ "ecolor-imager": {"port_number": 3263, "protocols": ["tcp", "udp"]},
+ "ccmail": {"port_number": 3264, "protocols": ["tcp", "udp"]},
+ "altav-tunnel": {"port_number": 3265, "protocols": ["tcp", "udp"]},
+ "ns-cfg-server": {"port_number": 3266, "protocols": ["tcp", "udp"]},
+ "ibm-dial-out": {"port_number": 3267, "protocols": ["tcp", "udp"]},
+ "msft-gc": {"port_number": 3268, "protocols": ["tcp", "udp"]},
+ "msft-gc-ssl": {"port_number": 3269, "protocols": ["tcp", "udp"]},
+ "verismart": {"port_number": 3270, "protocols": ["tcp", "udp"]},
+ "csoft-prev": {"port_number": 3271, "protocols": ["tcp", "udp"]},
+ "user-manager": {"port_number": 3272, "protocols": ["tcp", "udp"]},
+ "sxmp": {"port_number": 3273, "protocols": ["tcp", "udp"]},
+ "ordinox-server": {"port_number": 3274, "protocols": ["tcp", "udp"]},
+ "samd": {"port_number": 3275, "protocols": ["tcp", "udp"]},
+ "maxim-asics": {"port_number": 3276, "protocols": ["tcp", "udp"]},
+ "awg-proxy": {"port_number": 3277, "protocols": ["tcp", "udp"]},
+ "lkcmserver": {"port_number": 3278, "protocols": ["tcp", "udp"]},
+ "admind": {"port_number": 3279, "protocols": ["tcp", "udp"]},
+ "vs-server": {"port_number": 3280, "protocols": ["tcp", "udp"]},
+ "sysopt": {"port_number": 3281, "protocols": ["tcp", "udp"]},
+ "datusorb": {"port_number": 3282, "protocols": ["tcp", "udp"]},
+ "net-assistant": {"port_number": 3283, "protocols": ["tcp", "udp"]},
+ "4talk": {"port_number": 3284, "protocols": ["tcp", "udp"]},
+ "plato": {"port_number": 3285, "protocols": ["tcp", "udp"]},
+ "e-net": {"port_number": 3286, "protocols": ["tcp", "udp"]},
+ "directvdata": {"port_number": 3287, "protocols": ["tcp", "udp"]},
+ "cops": {"port_number": 3288, "protocols": ["tcp", "udp"]},
+ "enpc": {"port_number": 3289, "protocols": ["tcp", "udp"]},
+ "caps-lm": {"port_number": 3290, "protocols": ["tcp", "udp"]},
+ "sah-lm": {"port_number": 3291, "protocols": ["tcp", "udp"]},
+ "cart-o-rama": {"port_number": 3292, "protocols": ["tcp", "udp"]},
+ "fg-fps": {"port_number": 3293, "protocols": ["tcp", "udp"]},
+ "fg-gip": {"port_number": 3294, "protocols": ["tcp", "udp"]},
+ "dyniplookup": {"port_number": 3295, "protocols": ["tcp", "udp"]},
+ "rib-slm": {"port_number": 3296, "protocols": ["tcp", "udp"]},
+ "cytel-lm": {"port_number": 3297, "protocols": ["tcp", "udp"]},
+ "deskview": {"port_number": 3298, "protocols": ["tcp", "udp"]},
+ "pdrncs": {"port_number": 3299, "protocols": ["tcp", "udp"]},
+ "ceph": {"port_number": 3300, "protocols": ["tcp"]},
+ "tarantool": {"port_number": 3301, "protocols": ["tcp", "udp"]},
+ "mcs-fastmail": {"port_number": 3302, "protocols": ["tcp", "udp"]},
+ "opsession-clnt": {"port_number": 3303, "protocols": ["tcp", "udp"]},
+ "opsession-srvr": {"port_number": 3304, "protocols": ["tcp", "udp"]},
+ "odette-ftp": {"port_number": 3305, "protocols": ["tcp", "udp"]},
+ "mysql": {"port_number": 3306, "protocols": ["tcp", "udp"]},
+ "opsession-prxy": {"port_number": 3307, "protocols": ["tcp", "udp"]},
+ "tns-server": {"port_number": 3308, "protocols": ["tcp", "udp"]},
+ "tns-adv": {"port_number": 3309, "protocols": ["tcp", "udp"]},
+ "dyna-access": {"port_number": 3310, "protocols": ["tcp", "udp"]},
+ "mcns-tel-ret": {"port_number": 3311, "protocols": ["tcp", "udp"]},
+ "appman-server": {"port_number": 3312, "protocols": ["tcp", "udp"]},
+ "uorb": {"port_number": 3313, "protocols": ["tcp", "udp"]},
+ "uohost": {"port_number": 3314, "protocols": ["tcp", "udp"]},
+ "cdid": {"port_number": 3315, "protocols": ["tcp", "udp"]},
+ "aicc-cmi": {"port_number": 3316, "protocols": ["tcp", "udp"]},
+ "vsaiport": {"port_number": 3317, "protocols": ["tcp", "udp"]},
+ "ssrip": {"port_number": 3318, "protocols": ["tcp", "udp"]},
+ "sdt-lmd": {"port_number": 3319, "protocols": ["tcp", "udp"]},
+ "officelink2000": {"port_number": 3320, "protocols": ["tcp", "udp"]},
+ "vnsstr": {"port_number": 3321, "protocols": ["tcp", "udp"]},
+ "sftu": {"port_number": 3326, "protocols": ["tcp", "udp"]},
+ "bbars": {"port_number": 3327, "protocols": ["tcp", "udp"]},
+ "egptlm": {"port_number": 3328, "protocols": ["tcp", "udp"]},
+ "hp-device-disc": {"port_number": 3329, "protocols": ["tcp", "udp"]},
+ "mcs-calypsoicf": {"port_number": 3330, "protocols": ["tcp", "udp"]},
+ "mcs-messaging": {"port_number": 3331, "protocols": ["tcp", "udp"]},
+ "mcs-mailsvr": {"port_number": 3332, "protocols": ["tcp", "udp"]},
+ "dec-notes": {"port_number": 3333, "protocols": ["tcp", "udp"]},
+ "directv-web": {"port_number": 3334, "protocols": ["tcp", "udp"]},
+ "directv-soft": {"port_number": 3335, "protocols": ["tcp", "udp"]},
+ "directv-tick": {"port_number": 3336, "protocols": ["tcp", "udp"]},
+ "directv-catlg": {"port_number": 3337, "protocols": ["tcp", "udp"]},
+ "anet-b": {"port_number": 3338, "protocols": ["tcp", "udp"]},
+ "anet-l": {"port_number": 3339, "protocols": ["tcp", "udp"]},
+ "anet-m": {"port_number": 3340, "protocols": ["tcp", "udp"]},
+ "anet-h": {"port_number": 3341, "protocols": ["tcp", "udp"]},
+ "webtie": {"port_number": 3342, "protocols": ["tcp", "udp"]},
+ "ms-cluster-net": {"port_number": 3343, "protocols": ["tcp", "udp"]},
+ "bnt-manager": {"port_number": 3344, "protocols": ["tcp", "udp"]},
+ "influence": {"port_number": 3345, "protocols": ["tcp", "udp"]},
+ "trnsprntproxy": {"port_number": 3346, "protocols": ["tcp", "udp"]},
+ "phoenix-rpc": {"port_number": 3347, "protocols": ["tcp", "udp"]},
+ "pangolin-laser": {"port_number": 3348, "protocols": ["tcp", "udp"]},
+ "chevinservices": {"port_number": 3349, "protocols": ["tcp", "udp"]},
+ "findviatv": {"port_number": 3350, "protocols": ["tcp", "udp"]},
+ "btrieve": {"port_number": 3351, "protocols": ["tcp", "udp"]},
+ "ssql": {"port_number": 3352, "protocols": ["tcp", "udp"]},
+ "fatpipe": {"port_number": 3353, "protocols": ["tcp", "udp"]},
+ "suitjd": {"port_number": 3354, "protocols": ["tcp", "udp"]},
+ "ordinox-dbase": {"port_number": 3355, "protocols": ["tcp", "udp"]},
+ "upnotifyps": {"port_number": 3356, "protocols": ["tcp", "udp"]},
+ "adtech-test": {"port_number": 3357, "protocols": ["tcp", "udp"]},
+ "mpsysrmsvr": {"port_number": 3358, "protocols": ["tcp", "udp"]},
+ "wg-netforce": {"port_number": 3359, "protocols": ["tcp", "udp"]},
+ "kv-server": {"port_number": 3360, "protocols": ["tcp", "udp"]},
+ "kv-agent": {"port_number": 3361, "protocols": ["tcp", "udp"]},
+ "dj-ilm": {"port_number": 3362, "protocols": ["tcp", "udp"]},
+ "nati-vi-server": {"port_number": 3363, "protocols": ["tcp", "udp"]},
+ "creativeserver-secondary": {"port_number": 3364, "protocols": ["tcp", "udp"]},
+ "contentserver-secondary": {"port_number": 3365, "protocols": ["tcp", "udp"]},
+ "creativepartnr-secondary": {"port_number": 3366, "protocols": ["tcp", "udp"]},
+ "tip2": {"port_number": 3372, "protocols": ["tcp", "udp"]},
+ "lavenir-lm": {"port_number": 3373, "protocols": ["tcp", "udp"]},
+ "cluster-disc": {"port_number": 3374, "protocols": ["tcp", "udp"]},
+ "vsnm-agent": {"port_number": 3375, "protocols": ["tcp", "udp"]},
+ "cdbroker": {"port_number": 3376, "protocols": ["tcp", "udp"]},
+ "cogsys-lm": {"port_number": 3377, "protocols": ["tcp", "udp"]},
+ "wsicopy": {"port_number": 3378, "protocols": ["tcp", "udp"]},
+ "socorfs": {"port_number": 3379, "protocols": ["tcp", "udp"]},
+ "sns-channels": {"port_number": 3380, "protocols": ["tcp", "udp"]},
+ "geneous": {"port_number": 3381, "protocols": ["tcp", "udp"]},
+ "fujitsu-neat": {"port_number": 3382, "protocols": ["tcp", "udp"]},
+ "esp-lm": {"port_number": 3383, "protocols": ["tcp", "udp"]},
+ "hp-clic": {"port_number": 3384, "protocols": ["tcp", "udp"]},
+ "qnxnetman": {"port_number": 3385, "protocols": ["tcp", "udp"]},
+ "gprs-data": {"port_number": 3386, "protocols": ["tcp"]},
+ "gprs-sig": {"port_number": 3386, "protocols": ["udp"]},
+ "backroomnet": {"port_number": 3387, "protocols": ["tcp", "udp"]},
+ "cbserver": {"port_number": 3388, "protocols": ["tcp", "udp"]},
+ "ms-wbt-server": {"port_number": 3389, "protocols": ["tcp", "udp"]},
+ "dsc": {"port_number": 3390, "protocols": ["tcp", "udp"]},
+ "savant": {"port_number": 3391, "protocols": ["tcp", "udp"]},
+ "efi-lm": {"port_number": 3392, "protocols": ["tcp", "udp"]},
+ "d2k-tapestry1": {"port_number": 3393, "protocols": ["tcp", "udp"]},
+ "d2k-tapestry2": {"port_number": 3394, "protocols": ["tcp", "udp"]},
+ "dyna-lm": {"port_number": 3395, "protocols": ["tcp", "udp"]},
+ "printer-agent": {"port_number": 3396, "protocols": ["tcp", "udp"]},
+ "printer_agent": {"port_number": 3396, "protocols": ["tcp", "udp"]},
+ "cloanto-lm": {"port_number": 3397, "protocols": ["tcp", "udp"]},
+ "mercantile": {"port_number": 3398, "protocols": ["tcp", "udp"]},
+ "csms": {"port_number": 3399, "protocols": ["tcp", "udp"]},
+ "csms2": {"port_number": 3400, "protocols": ["tcp", "udp"]},
+ "filecast": {"port_number": 3401, "protocols": ["tcp", "udp"]},
+ "fxaengine-net": {"port_number": 3402, "protocols": ["tcp", "udp"]},
+ "nokia-ann-ch1": {"port_number": 3405, "protocols": ["tcp", "udp"]},
+ "nokia-ann-ch2": {"port_number": 3406, "protocols": ["tcp", "udp"]},
+ "ldap-admin": {"port_number": 3407, "protocols": ["tcp", "udp"]},
+ "BESApi": {"port_number": 3408, "protocols": ["tcp", "udp"]},
+ "networklens": {"port_number": 3409, "protocols": ["tcp", "udp"]},
+ "networklenss": {"port_number": 3410, "protocols": ["tcp", "udp"]},
+ "biolink-auth": {"port_number": 3411, "protocols": ["tcp", "udp"]},
+ "xmlblaster": {"port_number": 3412, "protocols": ["tcp", "udp"]},
+ "svnet": {"port_number": 3413, "protocols": ["tcp", "udp"]},
+ "wip-port": {"port_number": 3414, "protocols": ["tcp", "udp"]},
+ "bcinameservice": {"port_number": 3415, "protocols": ["tcp", "udp"]},
+ "commandport": {"port_number": 3416, "protocols": ["tcp", "udp"]},
+ "csvr": {"port_number": 3417, "protocols": ["tcp", "udp"]},
+ "rnmap": {"port_number": 3418, "protocols": ["tcp", "udp"]},
+ "softaudit": {"port_number": 3419, "protocols": ["tcp", "udp"]},
+ "ifcp-port": {"port_number": 3420, "protocols": ["tcp", "udp"]},
+ "bmap": {"port_number": 3421, "protocols": ["tcp", "udp"]},
+ "rusb-sys-port": {"port_number": 3422, "protocols": ["tcp", "udp"]},
+ "xtrm": {"port_number": 3423, "protocols": ["tcp", "udp"]},
+ "xtrms": {"port_number": 3424, "protocols": ["tcp", "udp"]},
+ "agps-port": {"port_number": 3425, "protocols": ["tcp", "udp"]},
+ "arkivio": {"port_number": 3426, "protocols": ["tcp", "udp"]},
+ "websphere-snmp": {"port_number": 3427, "protocols": ["tcp", "udp"]},
+ "twcss": {"port_number": 3428, "protocols": ["tcp", "udp"]},
+ "gcsp": {"port_number": 3429, "protocols": ["tcp", "udp"]},
+ "ssdispatch": {"port_number": 3430, "protocols": ["tcp", "udp"]},
+ "ndl-als": {"port_number": 3431, "protocols": ["tcp", "udp"]},
+ "osdcp": {"port_number": 3432, "protocols": ["tcp", "udp"]},
+ "opnet-smp": {"port_number": 3433, "protocols": ["tcp", "udp"]},
+ "opencm": {"port_number": 3434, "protocols": ["tcp", "udp"]},
+ "pacom": {"port_number": 3435, "protocols": ["tcp", "udp"]},
+ "gc-config": {"port_number": 3436, "protocols": ["tcp", "udp"]},
+ "autocueds": {"port_number": 3437, "protocols": ["tcp", "udp"]},
+ "spiral-admin": {"port_number": 3438, "protocols": ["tcp", "udp"]},
+ "hri-port": {"port_number": 3439, "protocols": ["tcp", "udp"]},
+ "ans-console": {"port_number": 3440, "protocols": ["tcp", "udp"]},
+ "connect-client": {"port_number": 3441, "protocols": ["tcp", "udp"]},
+ "connect-server": {"port_number": 3442, "protocols": ["tcp", "udp"]},
+ "ov-nnm-websrv": {"port_number": 3443, "protocols": ["tcp", "udp"]},
+ "denali-server": {"port_number": 3444, "protocols": ["tcp", "udp"]},
+ "monp": {"port_number": 3445, "protocols": ["tcp", "udp"]},
+ "3comfaxrpc": {"port_number": 3446, "protocols": ["tcp", "udp"]},
+ "directnet": {"port_number": 3447, "protocols": ["tcp", "udp"]},
+ "dnc-port": {"port_number": 3448, "protocols": ["tcp", "udp"]},
+ "hotu-chat": {"port_number": 3449, "protocols": ["tcp", "udp"]},
+ "castorproxy": {"port_number": 3450, "protocols": ["tcp", "udp"]},
+ "asam": {"port_number": 3451, "protocols": ["tcp", "udp"]},
+ "sabp-signal": {"port_number": 3452, "protocols": ["tcp", "udp"]},
+ "pscupd": {"port_number": 3453, "protocols": ["tcp", "udp"]},
+ "mira": {"port_number": 3454, "protocols": ["tcp", "udp"]},
+ "prsvp": {"port_number": 3455, "protocols": ["tcp", "udp"]},
+ "vat": {"port_number": 3456, "protocols": ["tcp", "udp"]},
+ "vat-control": {"port_number": 3457, "protocols": ["tcp", "udp"]},
+ "d3winosfi": {"port_number": 3458, "protocols": ["tcp", "udp"]},
+ "integral": {"port_number": 3459, "protocols": ["tcp", "udp"]},
+ "edm-manager": {"port_number": 3460, "protocols": ["tcp", "udp"]},
+ "edm-stager": {"port_number": 3461, "protocols": ["tcp", "udp"]},
+ "edm-std-notify": {"port_number": 3462, "protocols": ["tcp", "udp"]},
+ "edm-adm-notify": {"port_number": 3463, "protocols": ["tcp", "udp"]},
+ "edm-mgr-sync": {"port_number": 3464, "protocols": ["tcp", "udp"]},
+ "edm-mgr-cntrl": {"port_number": 3465, "protocols": ["tcp", "udp"]},
+ "workflow": {"port_number": 3466, "protocols": ["tcp", "udp"]},
+ "rcst": {"port_number": 3467, "protocols": ["tcp", "udp"]},
+ "ttcmremotectrl": {"port_number": 3468, "protocols": ["tcp", "udp"]},
+ "pluribus": {"port_number": 3469, "protocols": ["tcp", "udp"]},
+ "jt400": {"port_number": 3470, "protocols": ["tcp", "udp"]},
+ "jt400-ssl": {"port_number": 3471, "protocols": ["tcp", "udp"]},
+ "jaugsremotec-1": {"port_number": 3472, "protocols": ["tcp", "udp"]},
+ "jaugsremotec-2": {"port_number": 3473, "protocols": ["tcp", "udp"]},
+ "ttntspauto": {"port_number": 3474, "protocols": ["tcp", "udp"]},
+ "genisar-port": {"port_number": 3475, "protocols": ["tcp", "udp"]},
+ "nppmp": {"port_number": 3476, "protocols": ["tcp", "udp"]},
+ "ecomm": {"port_number": 3477, "protocols": ["tcp", "udp"]},
+ "stun": {"port_number": 3478, "protocols": ["tcp", "udp"]},
+ "turn": {"port_number": 3478, "protocols": ["tcp", "udp"]},
+ "stun-behavior": {"port_number": 3478, "protocols": ["tcp", "udp"]},
+ "twrpc": {"port_number": 3479, "protocols": ["tcp", "udp"]},
+ "plethora": {"port_number": 3480, "protocols": ["tcp", "udp"]},
+ "cleanerliverc": {"port_number": 3481, "protocols": ["tcp", "udp"]},
+ "vulture": {"port_number": 3482, "protocols": ["tcp", "udp"]},
+ "slim-devices": {"port_number": 3483, "protocols": ["tcp", "udp"]},
+ "gbs-stp": {"port_number": 3484, "protocols": ["tcp", "udp"]},
+ "celatalk": {"port_number": 3485, "protocols": ["tcp", "udp"]},
+ "ifsf-hb-port": {"port_number": 3486, "protocols": ["tcp", "udp"]},
+ "ltctcp": {"port_number": 3487, "protocols": ["tcp"]},
+ "ltcudp": {"port_number": 3487, "protocols": ["udp"]},
+ "fs-rh-srv": {"port_number": 3488, "protocols": ["tcp", "udp"]},
+ "dtp-dia": {"port_number": 3489, "protocols": ["tcp", "udp"]},
+ "colubris": {"port_number": 3490, "protocols": ["tcp", "udp"]},
+ "swr-port": {"port_number": 3491, "protocols": ["tcp", "udp"]},
+ "tvdumtray-port": {"port_number": 3492, "protocols": ["tcp", "udp"]},
+ "nut": {"port_number": 3493, "protocols": ["tcp", "udp"]},
+ "ibm3494": {"port_number": 3494, "protocols": ["tcp", "udp"]},
+ "seclayer-tcp": {"port_number": 3495, "protocols": ["tcp", "udp"]},
+ "seclayer-tls": {"port_number": 3496, "protocols": ["tcp", "udp"]},
+ "ipether232port": {"port_number": 3497, "protocols": ["tcp", "udp"]},
+ "dashpas-port": {"port_number": 3498, "protocols": ["tcp", "udp"]},
+ "sccip-media": {"port_number": 3499, "protocols": ["tcp", "udp"]},
+ "rtmp-port": {"port_number": 3500, "protocols": ["tcp", "udp"]},
+ "isoft-p2p": {"port_number": 3501, "protocols": ["tcp", "udp"]},
+ "avinstalldisc": {"port_number": 3502, "protocols": ["tcp", "udp"]},
+ "lsp-ping": {"port_number": 3503, "protocols": ["tcp", "udp"]},
+ "ironstorm": {"port_number": 3504, "protocols": ["tcp", "udp"]},
+ "ccmcomm": {"port_number": 3505, "protocols": ["tcp", "udp"]},
+ "apc-3506": {"port_number": 3506, "protocols": ["tcp", "udp"]},
+ "nesh-broker": {"port_number": 3507, "protocols": ["tcp", "udp"]},
+ "interactionweb": {"port_number": 3508, "protocols": ["tcp", "udp"]},
+ "vt-ssl": {"port_number": 3509, "protocols": ["tcp", "udp"]},
+ "xss-port": {"port_number": 3510, "protocols": ["tcp", "udp"]},
+ "webmail-2": {"port_number": 3511, "protocols": ["tcp", "udp"]},
+ "aztec": {"port_number": 3512, "protocols": ["tcp", "udp"]},
+ "arcpd": {"port_number": 3513, "protocols": ["tcp", "udp"]},
+ "must-p2p": {"port_number": 3514, "protocols": ["tcp", "udp"]},
+ "must-backplane": {"port_number": 3515, "protocols": ["tcp", "udp"]},
+ "smartcard-port": {"port_number": 3516, "protocols": ["tcp", "udp"]},
+ "802-11-iapp": {"port_number": 3517, "protocols": ["tcp", "udp"]},
+ "artifact-msg": {"port_number": 3518, "protocols": ["tcp", "udp"]},
+ "nvmsgd": {"port_number": 3519, "protocols": ["tcp"]},
+ "galileo": {"port_number": 3519, "protocols": ["udp"]},
+ "galileolog": {"port_number": 3520, "protocols": ["tcp", "udp"]},
+ "mc3ss": {"port_number": 3521, "protocols": ["tcp", "udp"]},
+ "nssocketport": {"port_number": 3522, "protocols": ["tcp", "udp"]},
+ "odeumservlink": {"port_number": 3523, "protocols": ["tcp", "udp"]},
+ "ecmport": {"port_number": 3524, "protocols": ["tcp", "udp"]},
+ "eisport": {"port_number": 3525, "protocols": ["tcp", "udp"]},
+ "starquiz-port": {"port_number": 3526, "protocols": ["tcp", "udp"]},
+ "beserver-msg-q": {"port_number": 3527, "protocols": ["tcp", "udp"]},
+ "jboss-iiop": {"port_number": 3528, "protocols": ["tcp", "udp"]},
+ "jboss-iiop-ssl": {"port_number": 3529, "protocols": ["tcp", "udp"]},
+ "gf": {"port_number": 3530, "protocols": ["tcp", "udp"]},
+ "joltid": {"port_number": 3531, "protocols": ["tcp", "udp"]},
+ "raven-rmp": {"port_number": 3532, "protocols": ["tcp", "udp"]},
+ "raven-rdp": {"port_number": 3533, "protocols": ["tcp", "udp"]},
+ "urld-port": {"port_number": 3534, "protocols": ["tcp", "udp"]},
+ "ms-la": {"port_number": 3535, "protocols": ["tcp", "udp"]},
+ "snac": {"port_number": 3536, "protocols": ["tcp", "udp"]},
+ "ni-visa-remote": {"port_number": 3537, "protocols": ["tcp", "udp"]},
+ "ibm-diradm": {"port_number": 3538, "protocols": ["tcp", "udp"]},
+ "ibm-diradm-ssl": {"port_number": 3539, "protocols": ["tcp", "udp"]},
+ "pnrp-port": {"port_number": 3540, "protocols": ["tcp", "udp"]},
+ "voispeed-port": {"port_number": 3541, "protocols": ["tcp", "udp"]},
+ "hacl-monitor": {"port_number": 3542, "protocols": ["tcp", "udp"]},
+ "qftest-lookup": {"port_number": 3543, "protocols": ["tcp", "udp"]},
+ "teredo": {"port_number": 3544, "protocols": ["tcp", "udp"]},
+ "camac": {"port_number": 3545, "protocols": ["tcp", "udp"]},
+ "symantec-sim": {"port_number": 3547, "protocols": ["tcp", "udp"]},
+ "interworld": {"port_number": 3548, "protocols": ["tcp", "udp"]},
+ "tellumat-nms": {"port_number": 3549, "protocols": ["tcp", "udp"]},
+ "ssmpp": {"port_number": 3550, "protocols": ["tcp", "udp"]},
+ "apcupsd": {"port_number": 3551, "protocols": ["tcp", "udp"]},
+ "taserver": {"port_number": 3552, "protocols": ["tcp", "udp"]},
+ "rbr-discovery": {"port_number": 3553, "protocols": ["tcp", "udp"]},
+ "questnotify": {"port_number": 3554, "protocols": ["tcp", "udp"]},
+ "razor": {"port_number": 3555, "protocols": ["tcp", "udp"]},
+ "sky-transport": {"port_number": 3556, "protocols": ["tcp", "udp"]},
+ "personalos-001": {"port_number": 3557, "protocols": ["tcp", "udp"]},
+ "mcp-port": {"port_number": 3558, "protocols": ["tcp", "udp"]},
+ "cctv-port": {"port_number": 3559, "protocols": ["tcp", "udp"]},
+ "iniserve-port": {"port_number": 3560, "protocols": ["tcp", "udp"]},
+ "bmc-onekey": {"port_number": 3561, "protocols": ["tcp", "udp"]},
+ "sdbproxy": {"port_number": 3562, "protocols": ["tcp", "udp"]},
+ "watcomdebug": {"port_number": 3563, "protocols": ["tcp", "udp"]},
+ "esimport": {"port_number": 3564, "protocols": ["tcp", "udp"]},
+ "m2pa": {"port_number": 3565, "protocols": ["tcp", "sctp"]},
+ "quest-data-hub": {"port_number": 3566, "protocols": ["tcp"]},
+ "dof-eps": {"port_number": 3567, "protocols": ["tcp", "udp"]},
+ "dof-tunnel-sec": {"port_number": 3568, "protocols": ["tcp", "udp"]},
+ "mbg-ctrl": {"port_number": 3569, "protocols": ["tcp", "udp"]},
+ "mccwebsvr-port": {"port_number": 3570, "protocols": ["tcp", "udp"]},
+ "megardsvr-port": {"port_number": 3571, "protocols": ["tcp", "udp"]},
+ "megaregsvrport": {"port_number": 3572, "protocols": ["tcp", "udp"]},
+ "tag-ups-1": {"port_number": 3573, "protocols": ["tcp", "udp"]},
+ "dmaf-server": {"port_number": 3574, "protocols": ["tcp"]},
+ "dmaf-caster": {"port_number": 3574, "protocols": ["udp"]},
+ "ccm-port": {"port_number": 3575, "protocols": ["tcp", "udp"]},
+ "cmc-port": {"port_number": 3576, "protocols": ["tcp", "udp"]},
+ "config-port": {"port_number": 3577, "protocols": ["tcp", "udp"]},
+ "data-port": {"port_number": 3578, "protocols": ["tcp", "udp"]},
+ "ttat3lb": {"port_number": 3579, "protocols": ["tcp", "udp"]},
+ "nati-svrloc": {"port_number": 3580, "protocols": ["tcp", "udp"]},
+ "kfxaclicensing": {"port_number": 3581, "protocols": ["tcp", "udp"]},
+ "press": {"port_number": 3582, "protocols": ["tcp", "udp"]},
+ "canex-watch": {"port_number": 3583, "protocols": ["tcp", "udp"]},
+ "u-dbap": {"port_number": 3584, "protocols": ["tcp", "udp"]},
+ "emprise-lls": {"port_number": 3585, "protocols": ["tcp", "udp"]},
+ "emprise-lsc": {"port_number": 3586, "protocols": ["tcp", "udp"]},
+ "p2pgroup": {"port_number": 3587, "protocols": ["tcp", "udp"]},
+ "sentinel": {"port_number": 3588, "protocols": ["tcp", "udp"]},
+ "isomair": {"port_number": 3589, "protocols": ["tcp", "udp"]},
+ "wv-csp-sms": {"port_number": 3590, "protocols": ["tcp", "udp"]},
+ "gtrack-server": {"port_number": 3591, "protocols": ["tcp", "udp"]},
+ "gtrack-ne": {"port_number": 3592, "protocols": ["tcp", "udp"]},
+ "bpmd": {"port_number": 3593, "protocols": ["tcp", "udp"]},
+ "mediaspace": {"port_number": 3594, "protocols": ["tcp", "udp"]},
+ "shareapp": {"port_number": 3595, "protocols": ["tcp", "udp"]},
+ "iw-mmogame": {"port_number": 3596, "protocols": ["tcp", "udp"]},
+ "a14": {"port_number": 3597, "protocols": ["tcp", "udp"]},
+ "a15": {"port_number": 3598, "protocols": ["tcp", "udp"]},
+ "quasar-server": {"port_number": 3599, "protocols": ["tcp", "udp"]},
+ "trap-daemon": {"port_number": 3600, "protocols": ["tcp", "udp"]},
+ "visinet-gui": {"port_number": 3601, "protocols": ["tcp", "udp"]},
+ "infiniswitchcl": {"port_number": 3602, "protocols": ["tcp", "udp"]},
+ "int-rcv-cntrl": {"port_number": 3603, "protocols": ["tcp", "udp"]},
+ "bmc-jmx-port": {"port_number": 3604, "protocols": ["tcp", "udp"]},
+ "comcam-io": {"port_number": 3605, "protocols": ["tcp", "udp"]},
+ "splitlock": {"port_number": 3606, "protocols": ["tcp", "udp"]},
+ "precise-i3": {"port_number": 3607, "protocols": ["tcp", "udp"]},
+ "trendchip-dcp": {"port_number": 3608, "protocols": ["tcp", "udp"]},
+ "cpdi-pidas-cm": {"port_number": 3609, "protocols": ["tcp", "udp"]},
+ "echonet": {"port_number": 3610, "protocols": ["tcp", "udp"]},
+ "six-degrees": {"port_number": 3611, "protocols": ["tcp", "udp"]},
+ "dataprotector": {"port_number": 3612, "protocols": ["tcp", "udp"]},
+ "alaris-disc": {"port_number": 3613, "protocols": ["tcp", "udp"]},
+ "sigma-port": {"port_number": 3614, "protocols": ["tcp", "udp"]},
+ "start-network": {"port_number": 3615, "protocols": ["tcp", "udp"]},
+ "cd3o-protocol": {"port_number": 3616, "protocols": ["tcp", "udp"]},
+ "sharp-server": {"port_number": 3617, "protocols": ["tcp", "udp"]},
+ "aairnet-1": {"port_number": 3618, "protocols": ["tcp", "udp"]},
+ "aairnet-2": {"port_number": 3619, "protocols": ["tcp", "udp"]},
+ "ep-pcp": {"port_number": 3620, "protocols": ["tcp", "udp"]},
+ "ep-nsp": {"port_number": 3621, "protocols": ["tcp", "udp"]},
+ "ff-lr-port": {"port_number": 3622, "protocols": ["tcp", "udp"]},
+ "haipe-discover": {"port_number": 3623, "protocols": ["tcp", "udp"]},
+ "dist-upgrade": {"port_number": 3624, "protocols": ["tcp", "udp"]},
+ "volley": {"port_number": 3625, "protocols": ["tcp", "udp"]},
+ "bvcdaemon-port": {"port_number": 3626, "protocols": ["tcp", "udp"]},
+ "jamserverport": {"port_number": 3627, "protocols": ["tcp", "udp"]},
+ "ept-machine": {"port_number": 3628, "protocols": ["tcp", "udp"]},
+ "escvpnet": {"port_number": 3629, "protocols": ["tcp", "udp"]},
+ "cs-remote-db": {"port_number": 3630, "protocols": ["tcp", "udp"]},
+ "cs-services": {"port_number": 3631, "protocols": ["tcp", "udp"]},
+ "distcc": {"port_number": 3632, "protocols": ["tcp", "udp"]},
+ "wacp": {"port_number": 3633, "protocols": ["tcp", "udp"]},
+ "hlibmgr": {"port_number": 3634, "protocols": ["tcp", "udp"]},
+ "sdo": {"port_number": 3635, "protocols": ["tcp", "udp"]},
+ "servistaitsm": {"port_number": 3636, "protocols": ["tcp", "udp"]},
+ "scservp": {"port_number": 3637, "protocols": ["tcp", "udp"]},
+ "ehp-backup": {"port_number": 3638, "protocols": ["tcp", "udp"]},
+ "xap-ha": {"port_number": 3639, "protocols": ["tcp", "udp"]},
+ "netplay-port1": {"port_number": 3640, "protocols": ["tcp", "udp"]},
+ "netplay-port2": {"port_number": 3641, "protocols": ["tcp", "udp"]},
+ "juxml-port": {"port_number": 3642, "protocols": ["tcp", "udp"]},
+ "audiojuggler": {"port_number": 3643, "protocols": ["tcp", "udp"]},
+ "ssowatch": {"port_number": 3644, "protocols": ["tcp", "udp"]},
+ "cyc": {"port_number": 3645, "protocols": ["tcp", "udp"]},
+ "xss-srv-port": {"port_number": 3646, "protocols": ["tcp", "udp"]},
+ "splitlock-gw": {"port_number": 3647, "protocols": ["tcp", "udp"]},
+ "fjcp": {"port_number": 3648, "protocols": ["tcp", "udp"]},
+ "nmmp": {"port_number": 3649, "protocols": ["tcp", "udp"]},
+ "prismiq-plugin": {"port_number": 3650, "protocols": ["tcp", "udp"]},
+ "xrpc-registry": {"port_number": 3651, "protocols": ["tcp", "udp"]},
+ "vxcrnbuport": {"port_number": 3652, "protocols": ["tcp", "udp"]},
+ "tsp": {"port_number": 3653, "protocols": ["tcp", "udp"]},
+ "vaprtm": {"port_number": 3654, "protocols": ["tcp", "udp"]},
+ "abatemgr": {"port_number": 3655, "protocols": ["tcp", "udp"]},
+ "abatjss": {"port_number": 3656, "protocols": ["tcp", "udp"]},
+ "immedianet-bcn": {"port_number": 3657, "protocols": ["tcp", "udp"]},
+ "ps-ams": {"port_number": 3658, "protocols": ["tcp", "udp"]},
+ "apple-sasl": {"port_number": 3659, "protocols": ["tcp", "udp"]},
+ "can-nds-ssl": {"port_number": 3660, "protocols": ["tcp", "udp"]},
+ "can-ferret-ssl": {"port_number": 3661, "protocols": ["tcp", "udp"]},
+ "pserver": {"port_number": 3662, "protocols": ["tcp", "udp"]},
+ "dtp": {"port_number": 3663, "protocols": ["tcp", "udp"]},
+ "ups-engine": {"port_number": 3664, "protocols": ["tcp", "udp"]},
+ "ent-engine": {"port_number": 3665, "protocols": ["tcp", "udp"]},
+ "eserver-pap": {"port_number": 3666, "protocols": ["tcp", "udp"]},
+ "infoexch": {"port_number": 3667, "protocols": ["tcp", "udp"]},
+ "dell-rm-port": {"port_number": 3668, "protocols": ["tcp", "udp"]},
+ "casanswmgmt": {"port_number": 3669, "protocols": ["tcp", "udp"]},
+ "smile": {"port_number": 3670, "protocols": ["tcp", "udp"]},
+ "efcp": {"port_number": 3671, "protocols": ["tcp", "udp"]},
+ "lispworks-orb": {"port_number": 3672, "protocols": ["tcp", "udp"]},
+ "mediavault-gui": {"port_number": 3673, "protocols": ["tcp", "udp"]},
+ "wininstall-ipc": {"port_number": 3674, "protocols": ["tcp", "udp"]},
+ "calltrax": {"port_number": 3675, "protocols": ["tcp", "udp"]},
+ "va-pacbase": {"port_number": 3676, "protocols": ["tcp", "udp"]},
+ "roverlog": {"port_number": 3677, "protocols": ["tcp", "udp"]},
+ "ipr-dglt": {"port_number": 3678, "protocols": ["tcp", "udp"]},
+ "newton-dock": {"port_number": 3679, "protocols": ["tcp", "udp"]},
+ "npds-tracker": {"port_number": 3680, "protocols": ["tcp", "udp"]},
+ "bts-x73": {"port_number": 3681, "protocols": ["tcp", "udp"]},
+ "cas-mapi": {"port_number": 3682, "protocols": ["tcp", "udp"]},
+ "bmc-ea": {"port_number": 3683, "protocols": ["tcp", "udp"]},
+ "faxstfx-port": {"port_number": 3684, "protocols": ["tcp", "udp"]},
+ "dsx-agent": {"port_number": 3685, "protocols": ["tcp", "udp"]},
+ "tnmpv2": {"port_number": 3686, "protocols": ["tcp", "udp"]},
+ "simple-push": {"port_number": 3687, "protocols": ["tcp", "udp"]},
+ "simple-push-s": {"port_number": 3688, "protocols": ["tcp", "udp"]},
+ "daap": {"port_number": 3689, "protocols": ["tcp", "udp"]},
+ "svn": {"port_number": 3690, "protocols": ["tcp", "udp"]},
+ "magaya-network": {"port_number": 3691, "protocols": ["tcp", "udp"]},
+ "intelsync": {"port_number": 3692, "protocols": ["tcp", "udp"]},
+ "easl": {"port_number": 3693, "protocols": ["tcp"]},
+ "bmc-data-coll": {"port_number": 3695, "protocols": ["tcp", "udp"]},
+ "telnetcpcd": {"port_number": 3696, "protocols": ["tcp", "udp"]},
+ "nw-license": {"port_number": 3697, "protocols": ["tcp", "udp"]},
+ "sagectlpanel": {"port_number": 3698, "protocols": ["tcp", "udp"]},
+ "kpn-icw": {"port_number": 3699, "protocols": ["tcp", "udp"]},
+ "lrs-paging": {"port_number": 3700, "protocols": ["tcp", "udp"]},
+ "netcelera": {"port_number": 3701, "protocols": ["tcp", "udp"]},
+ "ws-discovery": {"port_number": 3702, "protocols": ["tcp", "udp"]},
+ "adobeserver-3": {"port_number": 3703, "protocols": ["tcp", "udp"]},
+ "adobeserver-4": {"port_number": 3704, "protocols": ["tcp", "udp"]},
+ "adobeserver-5": {"port_number": 3705, "protocols": ["tcp", "udp"]},
+ "rt-event": {"port_number": 3706, "protocols": ["tcp", "udp"]},
+ "rt-event-s": {"port_number": 3707, "protocols": ["tcp", "udp"]},
+ "sun-as-iiops": {"port_number": 3708, "protocols": ["tcp", "udp"]},
+ "ca-idms": {"port_number": 3709, "protocols": ["tcp", "udp"]},
+ "portgate-auth": {"port_number": 3710, "protocols": ["tcp", "udp"]},
+ "edb-server2": {"port_number": 3711, "protocols": ["tcp", "udp"]},
+ "sentinel-ent": {"port_number": 3712, "protocols": ["tcp", "udp"]},
+ "tftps": {"port_number": 3713, "protocols": ["tcp", "udp"]},
+ "delos-dms": {"port_number": 3714, "protocols": ["tcp", "udp"]},
+ "anoto-rendezv": {"port_number": 3715, "protocols": ["tcp", "udp"]},
+ "wv-csp-sms-cir": {"port_number": 3716, "protocols": ["tcp", "udp"]},
+ "wv-csp-udp-cir": {"port_number": 3717, "protocols": ["tcp", "udp"]},
+ "opus-services": {"port_number": 3718, "protocols": ["tcp", "udp"]},
+ "itelserverport": {"port_number": 3719, "protocols": ["tcp", "udp"]},
+ "ufastro-instr": {"port_number": 3720, "protocols": ["tcp", "udp"]},
+ "xsync": {"port_number": 3721, "protocols": ["tcp", "udp"]},
+ "xserveraid": {"port_number": 3722, "protocols": ["tcp", "udp"]},
+ "sychrond": {"port_number": 3723, "protocols": ["tcp", "udp"]},
+ "blizwow": {"port_number": 3724, "protocols": ["tcp", "udp"]},
+ "na-er-tip": {"port_number": 3725, "protocols": ["tcp", "udp"]},
+ "array-manager": {"port_number": 3726, "protocols": ["tcp", "udp"]},
+ "e-mdu": {"port_number": 3727, "protocols": ["tcp", "udp"]},
+ "e-woa": {"port_number": 3728, "protocols": ["tcp", "udp"]},
+ "fksp-audit": {"port_number": 3729, "protocols": ["tcp", "udp"]},
+ "client-ctrl": {"port_number": 3730, "protocols": ["tcp", "udp"]},
+ "smap": {"port_number": 3731, "protocols": ["tcp", "udp"]},
+ "m-wnn": {"port_number": 3732, "protocols": ["tcp", "udp"]},
+ "multip-msg": {"port_number": 3733, "protocols": ["tcp", "udp"]},
+ "synel-data": {"port_number": 3734, "protocols": ["tcp", "udp"]},
+ "pwdis": {"port_number": 3735, "protocols": ["tcp", "udp"]},
+ "rs-rmi": {"port_number": 3736, "protocols": ["tcp", "udp"]},
+ "xpanel": {"port_number": 3737, "protocols": ["tcp"]},
+ "versatalk": {"port_number": 3738, "protocols": ["tcp", "udp"]},
+ "launchbird-lm": {"port_number": 3739, "protocols": ["tcp", "udp"]},
+ "heartbeat": {"port_number": 3740, "protocols": ["tcp", "udp"]},
+ "wysdma": {"port_number": 3741, "protocols": ["tcp", "udp"]},
+ "cst-port": {"port_number": 3742, "protocols": ["tcp", "udp"]},
+ "ipcs-command": {"port_number": 3743, "protocols": ["tcp", "udp"]},
+ "sasg": {"port_number": 3744, "protocols": ["tcp", "udp"]},
+ "gw-call-port": {"port_number": 3745, "protocols": ["tcp", "udp"]},
+ "linktest": {"port_number": 3746, "protocols": ["tcp", "udp"]},
+ "linktest-s": {"port_number": 3747, "protocols": ["tcp", "udp"]},
+ "webdata": {"port_number": 3748, "protocols": ["tcp", "udp"]},
+ "cimtrak": {"port_number": 3749, "protocols": ["tcp", "udp"]},
+ "cbos-ip-port": {"port_number": 3750, "protocols": ["tcp", "udp"]},
+ "gprs-cube": {"port_number": 3751, "protocols": ["tcp", "udp"]},
+ "vipremoteagent": {"port_number": 3752, "protocols": ["tcp", "udp"]},
+ "nattyserver": {"port_number": 3753, "protocols": ["tcp", "udp"]},
+ "timestenbroker": {"port_number": 3754, "protocols": ["tcp", "udp"]},
+ "sas-remote-hlp": {"port_number": 3755, "protocols": ["tcp", "udp"]},
+ "canon-capt": {"port_number": 3756, "protocols": ["tcp", "udp"]},
+ "grf-port": {"port_number": 3757, "protocols": ["tcp", "udp"]},
+ "apw-registry": {"port_number": 3758, "protocols": ["tcp", "udp"]},
+ "exapt-lmgr": {"port_number": 3759, "protocols": ["tcp", "udp"]},
+ "adtempusclient": {"port_number": 3760, "protocols": ["tcp", "udp"]},
+ "gsakmp": {"port_number": 3761, "protocols": ["tcp", "udp"]},
+ "gbs-smp": {"port_number": 3762, "protocols": ["tcp", "udp"]},
+ "xo-wave": {"port_number": 3763, "protocols": ["tcp", "udp"]},
+ "mni-prot-rout": {"port_number": 3764, "protocols": ["tcp", "udp"]},
+ "rtraceroute": {"port_number": 3765, "protocols": ["tcp", "udp"]},
+ "sitewatch-s": {"port_number": 3766, "protocols": ["tcp"]},
+ "listmgr-port": {"port_number": 3767, "protocols": ["tcp", "udp"]},
+ "rblcheckd": {"port_number": 3768, "protocols": ["tcp", "udp"]},
+ "haipe-otnk": {"port_number": 3769, "protocols": ["tcp", "udp"]},
+ "cindycollab": {"port_number": 3770, "protocols": ["tcp", "udp"]},
+ "paging-port": {"port_number": 3771, "protocols": ["tcp", "udp"]},
+ "ctp": {"port_number": 3772, "protocols": ["tcp", "udp"]},
+ "ctdhercules": {"port_number": 3773, "protocols": ["tcp", "udp"]},
+ "zicom": {"port_number": 3774, "protocols": ["tcp", "udp"]},
+ "ispmmgr": {"port_number": 3775, "protocols": ["tcp", "udp"]},
+ "dvcprov-port": {"port_number": 3776, "protocols": ["tcp", "udp"]},
+ "jibe-eb": {"port_number": 3777, "protocols": ["tcp", "udp"]},
+ "c-h-it-port": {"port_number": 3778, "protocols": ["tcp", "udp"]},
+ "cognima": {"port_number": 3779, "protocols": ["tcp", "udp"]},
+ "nnp": {"port_number": 3780, "protocols": ["tcp", "udp"]},
+ "abcvoice-port": {"port_number": 3781, "protocols": ["tcp", "udp"]},
+ "iso-tp0s": {"port_number": 3782, "protocols": ["tcp", "udp"]},
+ "bim-pem": {"port_number": 3783, "protocols": ["tcp", "udp"]},
+ "bfd-control": {"port_number": 3784, "protocols": ["tcp", "udp"]},
+ "bfd-echo": {"port_number": 3785, "protocols": ["tcp", "udp"]},
+ "upstriggervsw": {"port_number": 3786, "protocols": ["tcp", "udp"]},
+ "fintrx": {"port_number": 3787, "protocols": ["tcp", "udp"]},
+ "isrp-port": {"port_number": 3788, "protocols": ["tcp", "udp"]},
+ "remotedeploy": {"port_number": 3789, "protocols": ["tcp", "udp"]},
+ "quickbooksrds": {"port_number": 3790, "protocols": ["tcp", "udp"]},
+ "tvnetworkvideo": {"port_number": 3791, "protocols": ["tcp", "udp"]},
+ "sitewatch": {"port_number": 3792, "protocols": ["tcp", "udp"]},
+ "dcsoftware": {"port_number": 3793, "protocols": ["tcp", "udp"]},
+ "jaus": {"port_number": 3794, "protocols": ["tcp", "udp"]},
+ "myblast": {"port_number": 3795, "protocols": ["tcp", "udp"]},
+ "spw-dialer": {"port_number": 3796, "protocols": ["tcp", "udp"]},
+ "idps": {"port_number": 3797, "protocols": ["tcp", "udp"]},
+ "minilock": {"port_number": 3798, "protocols": ["tcp", "udp"]},
+ "radius-dynauth": {"port_number": 3799, "protocols": ["tcp", "udp"]},
+ "pwgpsi": {"port_number": 3800, "protocols": ["tcp", "udp"]},
+ "ibm-mgr": {"port_number": 3801, "protocols": ["tcp", "udp"]},
+ "vhd": {"port_number": 3802, "protocols": ["tcp", "udp"]},
+ "soniqsync": {"port_number": 3803, "protocols": ["tcp", "udp"]},
+ "iqnet-port": {"port_number": 3804, "protocols": ["tcp", "udp"]},
+ "tcpdataserver": {"port_number": 3805, "protocols": ["tcp", "udp"]},
+ "wsmlb": {"port_number": 3806, "protocols": ["tcp", "udp"]},
+ "spugna": {"port_number": 3807, "protocols": ["tcp", "udp"]},
+ "sun-as-iiops-ca": {"port_number": 3808, "protocols": ["tcp", "udp"]},
+ "apocd": {"port_number": 3809, "protocols": ["tcp", "udp"]},
+ "wlanauth": {"port_number": 3810, "protocols": ["tcp", "udp"]},
+ "amp": {"port_number": 3811, "protocols": ["tcp", "udp"]},
+ "neto-wol-server": {"port_number": 3812, "protocols": ["tcp", "udp"]},
+ "rap-ip": {"port_number": 3813, "protocols": ["tcp", "udp"]},
+ "neto-dcs": {"port_number": 3814, "protocols": ["tcp", "udp"]},
+ "lansurveyorxml": {"port_number": 3815, "protocols": ["tcp", "udp"]},
+ "sunlps-http": {"port_number": 3816, "protocols": ["tcp", "udp"]},
+ "tapeware": {"port_number": 3817, "protocols": ["tcp", "udp"]},
+ "crinis-hb": {"port_number": 3818, "protocols": ["tcp", "udp"]},
+ "epl-slp": {"port_number": 3819, "protocols": ["tcp", "udp"]},
+ "scp": {"port_number": 3820, "protocols": ["tcp", "udp"]},
+ "pmcp": {"port_number": 3821, "protocols": ["tcp", "udp"]},
+ "acp-discovery": {"port_number": 3822, "protocols": ["tcp", "udp"]},
+ "acp-conduit": {"port_number": 3823, "protocols": ["tcp", "udp"]},
+ "acp-policy": {"port_number": 3824, "protocols": ["tcp", "udp"]},
+ "ffserver": {"port_number": 3825, "protocols": ["tcp", "udp"]},
+ "warmux": {"port_number": 3826, "protocols": ["tcp", "udp"]},
+ "netmpi": {"port_number": 3827, "protocols": ["tcp", "udp"]},
+ "neteh": {"port_number": 3828, "protocols": ["tcp", "udp"]},
+ "neteh-ext": {"port_number": 3829, "protocols": ["tcp", "udp"]},
+ "cernsysmgmtagt": {"port_number": 3830, "protocols": ["tcp", "udp"]},
+ "dvapps": {"port_number": 3831, "protocols": ["tcp", "udp"]},
+ "xxnetserver": {"port_number": 3832, "protocols": ["tcp", "udp"]},
+ "aipn-auth": {"port_number": 3833, "protocols": ["tcp", "udp"]},
+ "spectardata": {"port_number": 3834, "protocols": ["tcp", "udp"]},
+ "spectardb": {"port_number": 3835, "protocols": ["tcp", "udp"]},
+ "markem-dcp": {"port_number": 3836, "protocols": ["tcp", "udp"]},
+ "mkm-discovery": {"port_number": 3837, "protocols": ["tcp", "udp"]},
+ "sos": {"port_number": 3838, "protocols": ["tcp", "udp"]},
+ "amx-rms": {"port_number": 3839, "protocols": ["tcp", "udp"]},
+ "flirtmitmir": {"port_number": 3840, "protocols": ["tcp", "udp"]},
+ "shiprush-db-svr": {"port_number": 3841, "protocols": ["tcp"]},
+ "nhci": {"port_number": 3842, "protocols": ["tcp", "udp"]},
+ "quest-agent": {"port_number": 3843, "protocols": ["tcp", "udp"]},
+ "rnm": {"port_number": 3844, "protocols": ["tcp", "udp"]},
+ "v-one-spp": {"port_number": 3845, "protocols": ["tcp", "udp"]},
+ "an-pcp": {"port_number": 3846, "protocols": ["tcp", "udp"]},
+ "msfw-control": {"port_number": 3847, "protocols": ["tcp", "udp"]},
+ "item": {"port_number": 3848, "protocols": ["tcp", "udp"]},
+ "spw-dnspreload": {"port_number": 3849, "protocols": ["tcp", "udp"]},
+ "qtms-bootstrap": {"port_number": 3850, "protocols": ["tcp", "udp"]},
+ "spectraport": {"port_number": 3851, "protocols": ["tcp", "udp"]},
+ "sse-app-config": {"port_number": 3852, "protocols": ["tcp", "udp"]},
+ "sscan": {"port_number": 3853, "protocols": ["tcp", "udp"]},
+ "stryker-com": {"port_number": 3854, "protocols": ["tcp", "udp"]},
+ "opentrac": {"port_number": 3855, "protocols": ["tcp", "udp"]},
+ "informer": {"port_number": 3856, "protocols": ["tcp", "udp"]},
+ "trap-port": {"port_number": 3857, "protocols": ["tcp", "udp"]},
+ "trap-port-mom": {"port_number": 3858, "protocols": ["tcp", "udp"]},
+ "nav-port": {"port_number": 3859, "protocols": ["tcp", "udp"]},
+ "sasp": {"port_number": 3860, "protocols": ["tcp", "udp"]},
+ "winshadow-hd": {"port_number": 3861, "protocols": ["tcp", "udp"]},
+ "giga-pocket": {"port_number": 3862, "protocols": ["tcp", "udp"]},
+ "asap-tcp": {"port_number": 3863, "protocols": ["tcp"]},
+ "asap-udp": {"port_number": 3863, "protocols": ["udp"]},
+ "asap-sctp": {"port_number": 3863, "protocols": ["sctp"]},
+ "asap-tcp-tls": {"port_number": 3864, "protocols": ["tcp"]},
+ "asap-sctp-tls": {"port_number": 3864, "protocols": ["sctp"]},
+ "xpl": {"port_number": 3865, "protocols": ["tcp", "udp"]},
+ "dzdaemon": {"port_number": 3866, "protocols": ["tcp", "udp"]},
+ "dzoglserver": {"port_number": 3867, "protocols": ["tcp", "udp"]},
+ "diameter": {"port_number": 3868, "protocols": ["tcp", "sctp"]},
+ "ovsam-mgmt": {"port_number": 3869, "protocols": ["tcp", "udp"]},
+ "ovsam-d-agent": {"port_number": 3870, "protocols": ["tcp", "udp"]},
+ "avocent-adsap": {"port_number": 3871, "protocols": ["tcp", "udp"]},
+ "oem-agent": {"port_number": 3872, "protocols": ["tcp", "udp"]},
+ "fagordnc": {"port_number": 3873, "protocols": ["tcp", "udp"]},
+ "sixxsconfig": {"port_number": 3874, "protocols": ["tcp", "udp"]},
+ "pnbscada": {"port_number": 3875, "protocols": ["tcp", "udp"]},
+ "dl-agent": {"port_number": 3876, "protocols": ["tcp", "udp"]},
+ "dl_agent": {"port_number": 3876, "protocols": ["tcp", "udp"]},
+ "xmpcr-interface": {"port_number": 3877, "protocols": ["tcp", "udp"]},
+ "fotogcad": {"port_number": 3878, "protocols": ["tcp", "udp"]},
+ "appss-lm": {"port_number": 3879, "protocols": ["tcp", "udp"]},
+ "igrs": {"port_number": 3880, "protocols": ["tcp", "udp"]},
+ "idac": {"port_number": 3881, "protocols": ["tcp", "udp"]},
+ "msdts1": {"port_number": 3882, "protocols": ["tcp", "udp"]},
+ "vrpn": {"port_number": 3883, "protocols": ["tcp", "udp"]},
+ "softrack-meter": {"port_number": 3884, "protocols": ["tcp", "udp"]},
+ "topflow-ssl": {"port_number": 3885, "protocols": ["tcp", "udp"]},
+ "nei-management": {"port_number": 3886, "protocols": ["tcp", "udp"]},
+ "ciphire-data": {"port_number": 3887, "protocols": ["tcp", "udp"]},
+ "ciphire-serv": {"port_number": 3888, "protocols": ["tcp", "udp"]},
+ "dandv-tester": {"port_number": 3889, "protocols": ["tcp", "udp"]},
+ "ndsconnect": {"port_number": 3890, "protocols": ["tcp", "udp"]},
+ "rtc-pm-port": {"port_number": 3891, "protocols": ["tcp", "udp"]},
+ "pcc-image-port": {"port_number": 3892, "protocols": ["tcp", "udp"]},
+ "cgi-starapi": {"port_number": 3893, "protocols": ["tcp", "udp"]},
+ "syam-agent": {"port_number": 3894, "protocols": ["tcp", "udp"]},
+ "syam-smc": {"port_number": 3895, "protocols": ["tcp", "udp"]},
+ "sdo-tls": {"port_number": 3896, "protocols": ["tcp", "udp"]},
+ "sdo-ssh": {"port_number": 3897, "protocols": ["tcp", "udp"]},
+ "senip": {"port_number": 3898, "protocols": ["tcp", "udp"]},
+ "itv-control": {"port_number": 3899, "protocols": ["tcp", "udp"]},
+ "udt-os-secondary": {"port_number": 3900, "protocols": ["tcp", "udp"]},
+ "udt_os-secondary": {"port_number": 3900, "protocols": ["tcp", "udp"]},
+ "nimsh": {"port_number": 3901, "protocols": ["tcp", "udp"]},
+ "nimaux": {"port_number": 3902, "protocols": ["tcp", "udp"]},
+ "charsetmgr": {"port_number": 3903, "protocols": ["tcp", "udp"]},
+ "omnilink-port": {"port_number": 3904, "protocols": ["tcp", "udp"]},
+ "mupdate": {"port_number": 3905, "protocols": ["tcp", "udp"]},
+ "topovista-data": {"port_number": 3906, "protocols": ["tcp", "udp"]},
+ "imoguia-port": {"port_number": 3907, "protocols": ["tcp", "udp"]},
+ "hppronetman": {"port_number": 3908, "protocols": ["tcp", "udp"]},
+ "surfcontrolcpa": {"port_number": 3909, "protocols": ["tcp", "udp"]},
+ "prnrequest": {"port_number": 3910, "protocols": ["tcp", "udp"]},
+ "prnstatus": {"port_number": 3911, "protocols": ["tcp", "udp"]},
+ "gbmt-stars": {"port_number": 3912, "protocols": ["tcp", "udp"]},
+ "listcrt-port": {"port_number": 3913, "protocols": ["tcp", "udp"]},
+ "listcrt-port-2": {"port_number": 3914, "protocols": ["tcp", "udp"]},
+ "agcat": {"port_number": 3915, "protocols": ["tcp", "udp"]},
+ "wysdmc": {"port_number": 3916, "protocols": ["tcp", "udp"]},
+ "aftmux": {"port_number": 3917, "protocols": ["tcp", "udp"]},
+ "pktcablemmcops": {"port_number": 3918, "protocols": ["tcp", "udp"]},
+ "hyperip": {"port_number": 3919, "protocols": ["tcp", "udp"]},
+ "exasoftport1": {"port_number": 3920, "protocols": ["tcp", "udp"]},
+ "herodotus-net": {"port_number": 3921, "protocols": ["tcp", "udp"]},
+ "sor-update": {"port_number": 3922, "protocols": ["tcp", "udp"]},
+ "symb-sb-port": {"port_number": 3923, "protocols": ["tcp", "udp"]},
+ "mpl-gprs-port": {"port_number": 3924, "protocols": ["tcp", "udp"]},
+ "zmp": {"port_number": 3925, "protocols": ["tcp", "udp"]},
+ "winport": {"port_number": 3926, "protocols": ["tcp", "udp"]},
+ "natdataservice": {"port_number": 3927, "protocols": ["tcp", "udp"]},
+ "netboot-pxe": {"port_number": 3928, "protocols": ["tcp", "udp"]},
+ "smauth-port": {"port_number": 3929, "protocols": ["tcp", "udp"]},
+ "syam-webserver": {"port_number": 3930, "protocols": ["tcp", "udp"]},
+ "msr-plugin-port": {"port_number": 3931, "protocols": ["tcp", "udp"]},
+ "dyn-site": {"port_number": 3932, "protocols": ["tcp", "udp"]},
+ "plbserve-port": {"port_number": 3933, "protocols": ["tcp", "udp"]},
+ "sunfm-port": {"port_number": 3934, "protocols": ["tcp", "udp"]},
+ "sdp-portmapper": {"port_number": 3935, "protocols": ["tcp", "udp"]},
+ "mailprox": {"port_number": 3936, "protocols": ["tcp", "udp"]},
+ "dvbservdsc": {"port_number": 3937, "protocols": ["tcp", "udp"]},
+ "dbcontrol-agent": {"port_number": 3938, "protocols": ["tcp", "udp"]},
+ "dbcontrol_agent": {"port_number": 3938, "protocols": ["tcp", "udp"]},
+ "aamp": {"port_number": 3939, "protocols": ["tcp", "udp"]},
+ "xecp-node": {"port_number": 3940, "protocols": ["tcp", "udp"]},
+ "homeportal-web": {"port_number": 3941, "protocols": ["tcp", "udp"]},
+ "srdp": {"port_number": 3942, "protocols": ["tcp", "udp"]},
+ "tig": {"port_number": 3943, "protocols": ["tcp", "udp"]},
+ "sops": {"port_number": 3944, "protocols": ["tcp", "udp"]},
+ "emcads": {"port_number": 3945, "protocols": ["tcp", "udp"]},
+ "backupedge": {"port_number": 3946, "protocols": ["tcp", "udp"]},
+ "ccp": {"port_number": 3947, "protocols": ["tcp", "udp"]},
+ "apdap": {"port_number": 3948, "protocols": ["tcp", "udp"]},
+ "drip": {"port_number": 3949, "protocols": ["tcp", "udp"]},
+ "namemunge": {"port_number": 3950, "protocols": ["tcp", "udp"]},
+ "pwgippfax": {"port_number": 3951, "protocols": ["tcp", "udp"]},
+ "i3-sessionmgr": {"port_number": 3952, "protocols": ["tcp", "udp"]},
+ "xmlink-connect": {"port_number": 3953, "protocols": ["tcp", "udp"]},
+ "adrep": {"port_number": 3954, "protocols": ["tcp", "udp"]},
+ "p2pcommunity": {"port_number": 3955, "protocols": ["tcp", "udp"]},
+ "gvcp": {"port_number": 3956, "protocols": ["tcp", "udp"]},
+ "mqe-broker": {"port_number": 3957, "protocols": ["tcp", "udp"]},
+ "mqe-agent": {"port_number": 3958, "protocols": ["tcp", "udp"]},
+ "treehopper": {"port_number": 3959, "protocols": ["tcp", "udp"]},
+ "bess": {"port_number": 3960, "protocols": ["tcp", "udp"]},
+ "proaxess": {"port_number": 3961, "protocols": ["tcp", "udp"]},
+ "sbi-agent": {"port_number": 3962, "protocols": ["tcp", "udp"]},
+ "thrp": {"port_number": 3963, "protocols": ["tcp", "udp"]},
+ "sasggprs": {"port_number": 3964, "protocols": ["tcp", "udp"]},
+ "ati-ip-to-ncpe": {"port_number": 3965, "protocols": ["tcp", "udp"]},
+ "bflckmgr": {"port_number": 3966, "protocols": ["tcp", "udp"]},
+ "ppsms": {"port_number": 3967, "protocols": ["tcp", "udp"]},
+ "ianywhere-dbns": {"port_number": 3968, "protocols": ["tcp", "udp"]},
+ "landmarks": {"port_number": 3969, "protocols": ["tcp", "udp"]},
+ "lanrevagent": {"port_number": 3970, "protocols": ["tcp", "udp"]},
+ "lanrevserver": {"port_number": 3971, "protocols": ["tcp", "udp"]},
+ "iconp": {"port_number": 3972, "protocols": ["tcp", "udp"]},
+ "progistics": {"port_number": 3973, "protocols": ["tcp", "udp"]},
+ "xk22": {"port_number": 3974, "protocols": ["tcp", "udp"]},
+ "airshot": {"port_number": 3975, "protocols": ["tcp", "udp"]},
+ "opswagent": {"port_number": 3976, "protocols": ["tcp", "udp"]},
+ "opswmanager": {"port_number": 3977, "protocols": ["tcp", "udp"]},
+ "secure-cfg-svr": {"port_number": 3978, "protocols": ["tcp", "udp"]},
+ "smwan": {"port_number": 3979, "protocols": ["tcp", "udp"]},
+ "starfish": {"port_number": 3981, "protocols": ["tcp", "udp"]},
+ "eis": {"port_number": 3982, "protocols": ["tcp", "udp"]},
+ "eisp": {"port_number": 3983, "protocols": ["tcp", "udp"]},
+ "mapper-nodemgr": {"port_number": 3984, "protocols": ["tcp", "udp"]},
+ "mapper-mapethd": {"port_number": 3985, "protocols": ["tcp", "udp"]},
+ "mapper-ws-ethd": {"port_number": 3986, "protocols": ["tcp", "udp"]},
+ "mapper-ws_ethd": {"port_number": 3986, "protocols": ["tcp", "udp"]},
+ "centerline": {"port_number": 3987, "protocols": ["tcp", "udp"]},
+ "dcs-config": {"port_number": 3988, "protocols": ["tcp", "udp"]},
+ "bv-queryengine": {"port_number": 3989, "protocols": ["tcp", "udp"]},
+ "bv-is": {"port_number": 3990, "protocols": ["tcp", "udp"]},
+ "bv-smcsrv": {"port_number": 3991, "protocols": ["tcp", "udp"]},
+ "bv-ds": {"port_number": 3992, "protocols": ["tcp", "udp"]},
+ "bv-agent": {"port_number": 3993, "protocols": ["tcp", "udp"]},
+ "iss-mgmt-ssl": {"port_number": 3995, "protocols": ["tcp", "udp"]},
+ "abcsoftware": {"port_number": 3996, "protocols": ["tcp", "udp"]},
+ "agentsease-db": {"port_number": 3997, "protocols": ["tcp", "udp"]},
+ "dnx": {"port_number": 3998, "protocols": ["tcp", "udp"]},
+ "nvcnet": {"port_number": 3999, "protocols": ["tcp", "udp"]},
+ "terabase": {"port_number": 4000, "protocols": ["tcp", "udp"]},
+ "newoak": {"port_number": 4001, "protocols": ["tcp", "udp"]},
+ "pxc-spvr-ft": {"port_number": 4002, "protocols": ["tcp", "udp"]},
+ "pxc-splr-ft": {"port_number": 4003, "protocols": ["tcp", "udp"]},
+ "pxc-roid": {"port_number": 4004, "protocols": ["tcp", "udp"]},
+ "pxc-pin": {"port_number": 4005, "protocols": ["tcp", "udp"]},
+ "pxc-spvr": {"port_number": 4006, "protocols": ["tcp", "udp"]},
+ "pxc-splr": {"port_number": 4007, "protocols": ["tcp", "udp"]},
+ "netcheque": {"port_number": 4008, "protocols": ["tcp", "udp"]},
+ "chimera-hwm": {"port_number": 4009, "protocols": ["tcp", "udp"]},
+ "samsung-unidex": {"port_number": 4010, "protocols": ["tcp", "udp"]},
+ "altserviceboot": {"port_number": 4011, "protocols": ["tcp", "udp"]},
+ "pda-gate": {"port_number": 4012, "protocols": ["tcp", "udp"]},
+ "acl-manager": {"port_number": 4013, "protocols": ["tcp", "udp"]},
+ "taiclock": {"port_number": 4014, "protocols": ["tcp", "udp"]},
+ "talarian-mcast1": {"port_number": 4015, "protocols": ["tcp", "udp"]},
+ "talarian-mcast2": {"port_number": 4016, "protocols": ["tcp", "udp"]},
+ "talarian-mcast3": {"port_number": 4017, "protocols": ["tcp", "udp"]},
+ "talarian-mcast4": {"port_number": 4018, "protocols": ["tcp", "udp"]},
+ "talarian-mcast5": {"port_number": 4019, "protocols": ["tcp", "udp"]},
+ "trap": {"port_number": 4020, "protocols": ["tcp", "udp"]},
+ "nexus-portal": {"port_number": 4021, "protocols": ["tcp", "udp"]},
+ "dnox": {"port_number": 4022, "protocols": ["tcp", "udp"]},
+ "esnm-zoning": {"port_number": 4023, "protocols": ["tcp", "udp"]},
+ "tnp1-port": {"port_number": 4024, "protocols": ["tcp", "udp"]},
+ "partimage": {"port_number": 4025, "protocols": ["tcp", "udp"]},
+ "as-debug": {"port_number": 4026, "protocols": ["tcp", "udp"]},
+ "bxp": {"port_number": 4027, "protocols": ["tcp", "udp"]},
+ "dtserver-port": {"port_number": 4028, "protocols": ["tcp", "udp"]},
+ "ip-qsig": {"port_number": 4029, "protocols": ["tcp", "udp"]},
+ "jdmn-port": {"port_number": 4030, "protocols": ["tcp", "udp"]},
+ "suucp": {"port_number": 4031, "protocols": ["tcp", "udp"]},
+ "vrts-auth-port": {"port_number": 4032, "protocols": ["tcp", "udp"]},
+ "sanavigator": {"port_number": 4033, "protocols": ["tcp", "udp"]},
+ "ubxd": {"port_number": 4034, "protocols": ["tcp", "udp"]},
+ "wap-push-http": {"port_number": 4035, "protocols": ["tcp", "udp"]},
+ "wap-push-https": {"port_number": 4036, "protocols": ["tcp", "udp"]},
+ "ravehd": {"port_number": 4037, "protocols": ["tcp", "udp"]},
+ "fazzt-ptp": {"port_number": 4038, "protocols": ["tcp", "udp"]},
+ "fazzt-admin": {"port_number": 4039, "protocols": ["tcp", "udp"]},
+ "yo-main": {"port_number": 4040, "protocols": ["tcp", "udp"]},
+ "houston": {"port_number": 4041, "protocols": ["tcp", "udp"]},
+ "ldxp": {"port_number": 4042, "protocols": ["tcp", "udp"]},
+ "nirp": {"port_number": 4043, "protocols": ["tcp", "udp"]},
+ "ltp": {"port_number": 4044, "protocols": ["tcp", "udp"]},
+ "npp-secondary": {"port_number": 4045, "protocols": ["tcp", "udp"]},
+ "acp-proto": {"port_number": 4046, "protocols": ["tcp", "udp"]},
+ "ctp-state": {"port_number": 4047, "protocols": ["tcp", "udp"]},
+ "wafs": {"port_number": 4049, "protocols": ["tcp", "udp"]},
+ "cisco-wafs": {"port_number": 4050, "protocols": ["tcp", "udp"]},
+ "cppdp": {"port_number": 4051, "protocols": ["tcp", "udp"]},
+ "interact": {"port_number": 4052, "protocols": ["tcp", "udp"]},
+ "ccu-comm-1": {"port_number": 4053, "protocols": ["tcp", "udp"]},
+ "ccu-comm-2": {"port_number": 4054, "protocols": ["tcp", "udp"]},
+ "ccu-comm-3": {"port_number": 4055, "protocols": ["tcp", "udp"]},
+ "lms": {"port_number": 4056, "protocols": ["tcp", "udp"]},
+ "wfm": {"port_number": 4057, "protocols": ["tcp", "udp"]},
+ "kingfisher": {"port_number": 4058, "protocols": ["tcp", "udp"]},
+ "dlms-cosem": {"port_number": 4059, "protocols": ["tcp", "udp"]},
+ "dsmeter-iatc": {"port_number": 4060, "protocols": ["tcp", "udp"]},
+ "dsmeter_iatc": {"port_number": 4060, "protocols": ["tcp", "udp"]},
+ "ice-location": {"port_number": 4061, "protocols": ["tcp", "udp"]},
+ "ice-slocation": {"port_number": 4062, "protocols": ["tcp", "udp"]},
+ "ice-router": {"port_number": 4063, "protocols": ["tcp", "udp"]},
+ "ice-srouter": {"port_number": 4064, "protocols": ["tcp", "udp"]},
+ "avanti-cdp": {"port_number": 4065, "protocols": ["tcp", "udp"]},
+ "avanti_cdp": {"port_number": 4065, "protocols": ["tcp", "udp"]},
+ "pmas": {"port_number": 4066, "protocols": ["tcp", "udp"]},
+ "idp": {"port_number": 4067, "protocols": ["tcp", "udp"]},
+ "ipfltbcst": {"port_number": 4068, "protocols": ["tcp", "udp"]},
+ "minger": {"port_number": 4069, "protocols": ["tcp", "udp"]},
+ "tripe": {"port_number": 4070, "protocols": ["tcp", "udp"]},
+ "aibkup": {"port_number": 4071, "protocols": ["tcp", "udp"]},
+ "zieto-sock": {"port_number": 4072, "protocols": ["tcp", "udp"]},
+ "iRAPP": {"port_number": 4073, "protocols": ["tcp", "udp"]},
+ "cequint-cityid": {"port_number": 4074, "protocols": ["tcp", "udp"]},
+ "perimlan": {"port_number": 4075, "protocols": ["tcp", "udp"]},
+ "seraph": {"port_number": 4076, "protocols": ["tcp", "udp"]},
+ "ascomalarm": {"port_number": 4077, "protocols": ["udp"]},
+ "cssp": {"port_number": 4078, "protocols": ["tcp"]},
+ "santools": {"port_number": 4079, "protocols": ["tcp", "udp"]},
+ "lorica-in": {"port_number": 4080, "protocols": ["tcp", "udp"]},
+ "lorica-in-sec": {"port_number": 4081, "protocols": ["tcp", "udp"]},
+ "lorica-out": {"port_number": 4082, "protocols": ["tcp", "udp"]},
+ "lorica-out-sec": {"port_number": 4083, "protocols": ["tcp", "udp"]},
+ "fortisphere-vm": {"port_number": 4084, "protocols": ["udp"]},
+ "ezmessagesrv": {"port_number": 4085, "protocols": ["tcp"]},
+ "ftsync": {"port_number": 4086, "protocols": ["udp"]},
+ "applusservice": {"port_number": 4087, "protocols": ["tcp"]},
+ "npsp": {"port_number": 4088, "protocols": ["tcp"]},
+ "opencore": {"port_number": 4089, "protocols": ["tcp", "udp"]},
+ "omasgport": {"port_number": 4090, "protocols": ["tcp", "udp"]},
+ "ewinstaller": {"port_number": 4091, "protocols": ["tcp", "udp"]},
+ "ewdgs": {"port_number": 4092, "protocols": ["tcp", "udp"]},
+ "pvxpluscs": {"port_number": 4093, "protocols": ["tcp", "udp"]},
+ "sysrqd": {"port_number": 4094, "protocols": ["tcp", "udp"]},
+ "xtgui": {"port_number": 4095, "protocols": ["tcp", "udp"]},
+ "bre": {"port_number": 4096, "protocols": ["tcp", "udp"]},
+ "patrolview": {"port_number": 4097, "protocols": ["tcp", "udp"]},
+ "drmsfsd": {"port_number": 4098, "protocols": ["tcp", "udp"]},
+ "dpcp": {"port_number": 4099, "protocols": ["tcp", "udp"]},
+ "igo-incognito": {"port_number": 4100, "protocols": ["tcp", "udp"]},
+ "brlp-0": {"port_number": 4101, "protocols": ["tcp", "udp"]},
+ "brlp-1": {"port_number": 4102, "protocols": ["tcp", "udp"]},
+ "brlp-2": {"port_number": 4103, "protocols": ["tcp", "udp"]},
+ "brlp-3": {"port_number": 4104, "protocols": ["tcp", "udp"]},
+ "shofar": {"port_number": 4105, "protocols": ["tcp", "udp"]},
+ "synchronite": {"port_number": 4106, "protocols": ["tcp", "udp"]},
+ "j-ac": {"port_number": 4107, "protocols": ["tcp", "udp"]},
+ "accel": {"port_number": 4108, "protocols": ["tcp", "udp"]},
+ "izm": {"port_number": 4109, "protocols": ["tcp", "udp"]},
+ "g2tag": {"port_number": 4110, "protocols": ["tcp", "udp"]},
+ "xgrid": {"port_number": 4111, "protocols": ["tcp", "udp"]},
+ "apple-vpns-rp": {"port_number": 4112, "protocols": ["tcp", "udp"]},
+ "aipn-reg": {"port_number": 4113, "protocols": ["tcp", "udp"]},
+ "jomamqmonitor": {"port_number": 4114, "protocols": ["tcp", "udp"]},
+ "cds": {"port_number": 4115, "protocols": ["tcp", "udp"]},
+ "smartcard-tls": {"port_number": 4116, "protocols": ["tcp", "udp"]},
+ "hillrserv": {"port_number": 4117, "protocols": ["tcp", "udp"]},
+ "netscript": {"port_number": 4118, "protocols": ["tcp", "udp"]},
+ "assuria-slm": {"port_number": 4119, "protocols": ["tcp", "udp"]},
+ "minirem": {"port_number": 4120, "protocols": ["tcp"]},
+ "e-builder": {"port_number": 4121, "protocols": ["tcp", "udp"]},
+ "fprams": {"port_number": 4122, "protocols": ["tcp", "udp"]},
+ "z-wave": {"port_number": 4123, "protocols": ["tcp", "udp"]},
+ "tigv2": {"port_number": 4124, "protocols": ["tcp", "udp"]},
+ "opsview-envoy": {"port_number": 4125, "protocols": ["tcp", "udp"]},
+ "ddrepl": {"port_number": 4126, "protocols": ["tcp", "udp"]},
+ "unikeypro": {"port_number": 4127, "protocols": ["tcp", "udp"]},
+ "nufw": {"port_number": 4128, "protocols": ["tcp", "udp"]},
+ "nuauth": {"port_number": 4129, "protocols": ["tcp", "udp"]},
+ "fronet": {"port_number": 4130, "protocols": ["tcp", "udp"]},
+ "stars": {"port_number": 4131, "protocols": ["tcp", "udp"]},
+ "nuts-dem": {"port_number": 4132, "protocols": ["tcp", "udp"]},
+ "nuts_dem": {"port_number": 4132, "protocols": ["tcp", "udp"]},
+ "nuts-bootp": {"port_number": 4133, "protocols": ["tcp", "udp"]},
+ "nuts_bootp": {"port_number": 4133, "protocols": ["tcp", "udp"]},
+ "nifty-hmi": {"port_number": 4134, "protocols": ["tcp", "udp"]},
+ "cl-db-attach": {"port_number": 4135, "protocols": ["tcp", "udp"]},
+ "cl-db-request": {"port_number": 4136, "protocols": ["tcp", "udp"]},
+ "cl-db-remote": {"port_number": 4137, "protocols": ["tcp", "udp"]},
+ "nettest": {"port_number": 4138, "protocols": ["tcp", "udp"]},
+ "thrtx": {"port_number": 4139, "protocols": ["tcp", "udp"]},
+ "cedros-fds": {"port_number": 4140, "protocols": ["tcp", "udp"]},
+ "cedros_fds": {"port_number": 4140, "protocols": ["tcp", "udp"]},
+ "oirtgsvc": {"port_number": 4141, "protocols": ["tcp", "udp"]},
+ "oidocsvc": {"port_number": 4142, "protocols": ["tcp", "udp"]},
+ "oidsr": {"port_number": 4143, "protocols": ["tcp", "udp"]},
+ "vvr-control": {"port_number": 4145, "protocols": ["tcp", "udp"]},
+ "tgcconnect": {"port_number": 4146, "protocols": ["tcp", "udp"]},
+ "vrxpservman": {"port_number": 4147, "protocols": ["tcp", "udp"]},
+ "hhb-handheld": {"port_number": 4148, "protocols": ["tcp", "udp"]},
+ "agslb": {"port_number": 4149, "protocols": ["tcp", "udp"]},
+ "PowerAlert-nsa": {"port_number": 4150, "protocols": ["tcp", "udp"]},
+ "menandmice-noh": {"port_number": 4151, "protocols": ["tcp", "udp"]},
+ "menandmice_noh": {"port_number": 4151, "protocols": ["tcp", "udp"]},
+ "idig-mux": {"port_number": 4152, "protocols": ["tcp", "udp"]},
+ "idig_mux": {"port_number": 4152, "protocols": ["tcp", "udp"]},
+ "mbl-battd": {"port_number": 4153, "protocols": ["tcp", "udp"]},
+ "atlinks": {"port_number": 4154, "protocols": ["tcp", "udp"]},
+ "bzr": {"port_number": 4155, "protocols": ["tcp", "udp"]},
+ "stat-results": {"port_number": 4156, "protocols": ["tcp", "udp"]},
+ "stat-scanner": {"port_number": 4157, "protocols": ["tcp", "udp"]},
+ "stat-cc": {"port_number": 4158, "protocols": ["tcp", "udp"]},
+ "nss": {"port_number": 4159, "protocols": ["tcp", "udp"]},
+ "jini-discovery": {"port_number": 4160, "protocols": ["tcp", "udp"]},
+ "omscontact": {"port_number": 4161, "protocols": ["tcp", "udp"]},
+ "omstopology": {"port_number": 4162, "protocols": ["tcp", "udp"]},
+ "silverpeakpeer": {"port_number": 4163, "protocols": ["tcp", "udp"]},
+ "silverpeakcomm": {"port_number": 4164, "protocols": ["tcp", "udp"]},
+ "altcp": {"port_number": 4165, "protocols": ["tcp", "udp"]},
+ "joost": {"port_number": 4166, "protocols": ["tcp", "udp"]},
+ "ddgn": {"port_number": 4167, "protocols": ["tcp", "udp"]},
+ "pslicser": {"port_number": 4168, "protocols": ["tcp", "udp"]},
+ "iadt": {"port_number": 4169, "protocols": ["tcp"]},
+ "iadt-disc": {"port_number": 4169, "protocols": ["udp"]},
+ "d-cinema-csp": {"port_number": 4170, "protocols": ["tcp"]},
+ "ml-svnet": {"port_number": 4171, "protocols": ["tcp"]},
+ "pcoip": {"port_number": 4172, "protocols": ["tcp", "udp"]},
+ "mma-discovery": {"port_number": 4173, "protocols": ["udp"]},
+ "smcluster": {"port_number": 4174, "protocols": ["tcp"]},
+ "sm-disc": {"port_number": 4174, "protocols": ["udp"]},
+ "bccp": {"port_number": 4175, "protocols": ["tcp"]},
+ "tl-ipcproxy": {"port_number": 4176, "protocols": ["tcp"]},
+ "wello": {"port_number": 4177, "protocols": ["tcp", "udp"]},
+ "storman": {"port_number": 4178, "protocols": ["tcp", "udp"]},
+ "MaxumSP": {"port_number": 4179, "protocols": ["tcp", "udp"]},
+ "httpx": {"port_number": 4180, "protocols": ["tcp", "udp"]},
+ "macbak": {"port_number": 4181, "protocols": ["tcp", "udp"]},
+ "pcptcpservice": {"port_number": 4182, "protocols": ["tcp", "udp"]},
+ "cyborgnet": {"port_number": 4183, "protocols": ["tcp", "udp"]},
+ "universe-suite": {"port_number": 4184, "protocols": ["tcp", "udp"]},
+ "universe_suite": {"port_number": 4184, "protocols": ["tcp", "udp"]},
+ "wcpp": {"port_number": 4185, "protocols": ["tcp", "udp"]},
+ "boxbackupstore": {"port_number": 4186, "protocols": ["tcp"]},
+ "csc-proxy": {"port_number": 4187, "protocols": ["tcp"]},
+ "csc_proxy": {"port_number": 4187, "protocols": ["tcp"]},
+ "vatata": {"port_number": 4188, "protocols": ["tcp", "udp"]},
+ "pcep": {"port_number": 4189, "protocols": ["tcp"]},
+ "sieve": {"port_number": 4190, "protocols": ["tcp"]},
+ "dsmipv6": {"port_number": 4191, "protocols": ["udp"]},
+ "azeti": {"port_number": 4192, "protocols": ["tcp"]},
+ "azeti-bd": {"port_number": 4192, "protocols": ["udp"]},
+ "pvxplusio": {"port_number": 4193, "protocols": ["tcp"]},
+ "spdm": {"port_number": 4194, "protocols": ["tcp"]},
+ "aws-wsp": {"port_number": 4195, "protocols": ["tcp", "udp", "sctp", "dccp"]},
+ "hctl": {"port_number": 4197, "protocols": ["tcp", "udp"]},
+ "eims-admin": {"port_number": 4199, "protocols": ["tcp", "udp"]},
+ "corelccam": {"port_number": 4300, "protocols": ["tcp", "udp"]},
+ "d-data": {"port_number": 4301, "protocols": ["tcp", "udp"]},
+ "d-data-control": {"port_number": 4302, "protocols": ["tcp", "udp"]},
+ "srcp": {"port_number": 4303, "protocols": ["tcp", "udp"]},
+ "owserver": {"port_number": 4304, "protocols": ["tcp", "udp"]},
+ "batman": {"port_number": 4305, "protocols": ["tcp", "udp"]},
+ "pinghgl": {"port_number": 4306, "protocols": ["tcp", "udp"]},
+ "trueconf": {"port_number": 4307, "protocols": ["tcp", "udp"]},
+ "compx-lockview": {"port_number": 4308, "protocols": ["tcp", "udp"]},
+ "dserver": {"port_number": 4309, "protocols": ["tcp", "udp"]},
+ "mirrtex": {"port_number": 4310, "protocols": ["tcp", "udp"]},
+ "p6ssmc": {"port_number": 4311, "protocols": ["tcp"]},
+ "pscl-mgt": {"port_number": 4312, "protocols": ["tcp"]},
+ "perrla": {"port_number": 4313, "protocols": ["tcp"]},
+ "choiceview-agt": {"port_number": 4314, "protocols": ["tcp"]},
+ "choiceview-clt": {"port_number": 4316, "protocols": ["tcp"]},
+ "opentelemetry": {"port_number": 4317, "protocols": ["tcp"]},
+ "fox-skytale": {"port_number": 4319, "protocols": ["tcp", "udp"]},
+ "fdt-rcatp": {"port_number": 4320, "protocols": ["tcp", "udp"]},
+ "rwhois": {"port_number": 4321, "protocols": ["tcp", "udp"]},
+ "trim-event": {"port_number": 4322, "protocols": ["tcp", "udp"]},
+ "trim-ice": {"port_number": 4323, "protocols": ["tcp", "udp"]},
+ "geognosisadmin": {"port_number": 4325, "protocols": ["tcp"]},
+ "geognosisman": {"port_number": 4325, "protocols": ["udp"]},
+ "geognosis": {"port_number": 4326, "protocols": ["tcp", "udp"]},
+ "jaxer-web": {"port_number": 4327, "protocols": ["tcp", "udp"]},
+ "jaxer-manager": {"port_number": 4328, "protocols": ["tcp", "udp"]},
+ "publiqare-sync": {"port_number": 4329, "protocols": ["tcp"]},
+ "dey-sapi": {"port_number": 4330, "protocols": ["tcp"]},
+ "ktickets-rest": {"port_number": 4331, "protocols": ["tcp"]},
+ "getty-focus": {"port_number": 4332, "protocols": ["tcp"]},
+ "ahsp": {"port_number": 4333, "protocols": ["tcp", "udp", "sctp"]},
+ "netconf-ch-ssh": {"port_number": 4334, "protocols": ["tcp"]},
+ "netconf-ch-tls": {"port_number": 4335, "protocols": ["tcp"]},
+ "restconf-ch-tls": {"port_number": 4336, "protocols": ["tcp"]},
+ "gaia": {"port_number": 4340, "protocols": ["tcp", "udp"]},
+ "lisp-data": {"port_number": 4341, "protocols": ["udp"]},
+ "lisp-control": {"port_number": 4342, "protocols": ["udp"]},
+ "unicall": {"port_number": 4343, "protocols": ["tcp", "udp"]},
+ "vinainstall": {"port_number": 4344, "protocols": ["tcp", "udp"]},
+ "m4-network-as": {"port_number": 4345, "protocols": ["tcp", "udp"]},
+ "elanlm": {"port_number": 4346, "protocols": ["tcp", "udp"]},
+ "lansurveyor": {"port_number": 4347, "protocols": ["tcp", "udp"]},
+ "itose": {"port_number": 4348, "protocols": ["tcp", "udp"]},
+ "fsportmap": {"port_number": 4349, "protocols": ["tcp", "udp"]},
+ "net-device": {"port_number": 4350, "protocols": ["tcp", "udp"]},
+ "plcy-net-svcs": {"port_number": 4351, "protocols": ["tcp", "udp"]},
+ "pjlink": {"port_number": 4352, "protocols": ["tcp", "udp"]},
+ "f5-iquery": {"port_number": 4353, "protocols": ["tcp", "udp"]},
+ "qsnet-trans": {"port_number": 4354, "protocols": ["tcp", "udp"]},
+ "qsnet-workst": {"port_number": 4355, "protocols": ["tcp", "udp"]},
+ "qsnet-assist": {"port_number": 4356, "protocols": ["tcp", "udp"]},
+ "qsnet-cond": {"port_number": 4357, "protocols": ["tcp", "udp"]},
+ "qsnet-nucl": {"port_number": 4358, "protocols": ["tcp", "udp"]},
+ "omabcastltkm": {"port_number": 4359, "protocols": ["tcp", "udp"]},
+ "matrix-vnet": {"port_number": 4360, "protocols": ["tcp"]},
+ "matrix_vnet": {"port_number": 4360, "protocols": ["tcp"]},
+ "nacnl": {"port_number": 4361, "protocols": ["udp"]},
+ "afore-vdp-disc": {"port_number": 4362, "protocols": ["udp"]},
+ "shadowstream": {"port_number": 4366, "protocols": ["udp"]},
+ "wxbrief": {"port_number": 4368, "protocols": ["tcp", "udp"]},
+ "epmd": {"port_number": 4369, "protocols": ["tcp", "udp"]},
+ "elpro-tunnel": {"port_number": 4370, "protocols": ["tcp", "udp"]},
+ "elpro_tunnel": {"port_number": 4370, "protocols": ["tcp", "udp"]},
+ "l2c-control": {"port_number": 4371, "protocols": ["tcp"]},
+ "l2c-disc": {"port_number": 4371, "protocols": ["udp"]},
+ "l2c-data": {"port_number": 4372, "protocols": ["tcp", "udp"]},
+ "remctl": {"port_number": 4373, "protocols": ["tcp", "udp"]},
+ "psi-ptt": {"port_number": 4374, "protocols": ["tcp"]},
+ "tolteces": {"port_number": 4375, "protocols": ["tcp", "udp"]},
+ "bip": {"port_number": 4376, "protocols": ["tcp", "udp"]},
+ "cp-spxsvr": {"port_number": 4377, "protocols": ["tcp", "udp"]},
+ "cp-spxdpy": {"port_number": 4378, "protocols": ["tcp", "udp"]},
+ "ctdb": {"port_number": 4379, "protocols": ["tcp", "udp"]},
+ "xandros-cms": {"port_number": 4389, "protocols": ["tcp", "udp"]},
+ "wiegand": {"port_number": 4390, "protocols": ["tcp", "udp"]},
+ "apwi-imserver": {"port_number": 4391, "protocols": ["tcp"]},
+ "apwi-rxserver": {"port_number": 4392, "protocols": ["tcp"]},
+ "apwi-rxspooler": {"port_number": 4393, "protocols": ["tcp"]},
+ "apwi-disc": {"port_number": 4394, "protocols": ["udp"]},
+ "omnivisionesx": {"port_number": 4395, "protocols": ["tcp", "udp"]},
+ "fly": {"port_number": 4396, "protocols": ["tcp"]},
+ "ds-srv": {"port_number": 4400, "protocols": ["tcp", "udp"]},
+ "ds-srvr": {"port_number": 4401, "protocols": ["tcp", "udp"]},
+ "ds-clnt": {"port_number": 4402, "protocols": ["tcp", "udp"]},
+ "ds-user": {"port_number": 4403, "protocols": ["tcp", "udp"]},
+ "ds-admin": {"port_number": 4404, "protocols": ["tcp", "udp"]},
+ "ds-mail": {"port_number": 4405, "protocols": ["tcp", "udp"]},
+ "ds-slp": {"port_number": 4406, "protocols": ["tcp", "udp"]},
+ "nacagent": {"port_number": 4407, "protocols": ["tcp"]},
+ "slscc": {"port_number": 4408, "protocols": ["tcp"]},
+ "netcabinet-com": {"port_number": 4409, "protocols": ["tcp"]},
+ "itwo-server": {"port_number": 4410, "protocols": ["tcp"]},
+ "found": {"port_number": 4411, "protocols": ["tcp"]},
+ "smallchat": {"port_number": 4412, "protocols": ["udp"]},
+ "avi-nms": {"port_number": 4413, "protocols": ["tcp"]},
+ "avi-nms-disc": {"port_number": 4413, "protocols": ["udp"]},
+ "updog": {"port_number": 4414, "protocols": ["tcp"]},
+ "brcd-vr-req": {"port_number": 4415, "protocols": ["tcp"]},
+ "pjj-player": {"port_number": 4416, "protocols": ["tcp"]},
+ "pjj-player-disc": {"port_number": 4416, "protocols": ["udp"]},
+ "workflowdir": {"port_number": 4417, "protocols": ["tcp"]},
+ "axysbridge": {"port_number": 4418, "protocols": ["udp"]},
+ "cbp": {"port_number": 4419, "protocols": ["tcp"]},
+ "nvme": {"port_number": 4420, "protocols": ["tcp", "udp"]},
+ "scaleft": {"port_number": 4421, "protocols": ["tcp"]},
+ "tsepisp": {"port_number": 4422, "protocols": ["tcp"]},
+ "thingkit": {"port_number": 4423, "protocols": ["tcp"]},
+ "netrockey6": {"port_number": 4425, "protocols": ["tcp", "udp"]},
+ "beacon-port-2": {"port_number": 4426, "protocols": ["tcp", "udp"]},
+ "drizzle": {"port_number": 4427, "protocols": ["tcp"]},
+ "omviserver": {"port_number": 4428, "protocols": ["tcp"]},
+ "omviagent": {"port_number": 4429, "protocols": ["tcp"]},
+ "rsqlserver": {"port_number": 4430, "protocols": ["tcp", "udp"]},
+ "wspipe": {"port_number": 4431, "protocols": ["tcp"]},
+ "l-acoustics": {"port_number": 4432, "protocols": ["tcp", "udp"]},
+ "vop": {"port_number": 4433, "protocols": ["tcp"]},
+ "netblox": {"port_number": 4441, "protocols": ["udp"]},
+ "saris": {"port_number": 4442, "protocols": ["tcp", "udp"]},
+ "pharos": {"port_number": 4443, "protocols": ["tcp", "udp"]},
+ "krb524": {"port_number": 4444, "protocols": ["tcp", "udp"]},
+ "nv-video": {"port_number": 4444, "protocols": ["tcp", "udp"]},
+ "upnotifyp": {"port_number": 4445, "protocols": ["tcp", "udp"]},
+ "n1-fwp": {"port_number": 4446, "protocols": ["tcp", "udp"]},
+ "n1-rmgmt": {"port_number": 4447, "protocols": ["tcp", "udp"]},
+ "asc-slmd": {"port_number": 4448, "protocols": ["tcp", "udp"]},
+ "privatewire": {"port_number": 4449, "protocols": ["tcp", "udp"]},
+ "camp": {"port_number": 4450, "protocols": ["tcp", "udp"]},
+ "ctisystemmsg": {"port_number": 4451, "protocols": ["tcp", "udp"]},
+ "ctiprogramload": {"port_number": 4452, "protocols": ["tcp", "udp"]},
+ "nssalertmgr": {"port_number": 4453, "protocols": ["tcp", "udp"]},
+ "nssagentmgr": {"port_number": 4454, "protocols": ["tcp", "udp"]},
+ "prchat-user": {"port_number": 4455, "protocols": ["tcp", "udp"]},
+ "prchat-server": {"port_number": 4456, "protocols": ["tcp", "udp"]},
+ "prRegister": {"port_number": 4457, "protocols": ["tcp", "udp"]},
+ "mcp": {"port_number": 4458, "protocols": ["tcp", "udp"]},
+ "ntske": {"port_number": 4460, "protocols": ["tcp"]},
+ "hpssmgmt": {"port_number": 4484, "protocols": ["tcp", "udp"]},
+ "assyst-dr": {"port_number": 4485, "protocols": ["tcp"]},
+ "icms": {"port_number": 4486, "protocols": ["tcp", "udp"]},
+ "prex-tcp": {"port_number": 4487, "protocols": ["tcp"]},
+ "awacs-ice": {"port_number": 4488, "protocols": ["tcp", "udp"]},
+ "ipsec-nat-t": {"port_number": 4500, "protocols": ["tcp", "udp"]},
+ "a25-fap-fgw": {"port_number": 4502, "protocols": ["sctp"]},
+ "m-bus-oms": {"port_number": 4503, "protocols": ["udp"]},
+ "armagetronad": {"port_number": 4534, "protocols": ["udp"]},
+ "ehs": {"port_number": 4535, "protocols": ["tcp", "udp"]},
+ "ehs-ssl": {"port_number": 4536, "protocols": ["tcp", "udp"]},
+ "wssauthsvc": {"port_number": 4537, "protocols": ["tcp", "udp"]},
+ "swx-gate": {"port_number": 4538, "protocols": ["tcp", "udp"]},
+ "worldscores": {"port_number": 4545, "protocols": ["tcp", "udp"]},
+ "sf-lm": {"port_number": 4546, "protocols": ["tcp", "udp"]},
+ "lanner-lm": {"port_number": 4547, "protocols": ["tcp", "udp"]},
+ "synchromesh": {"port_number": 4548, "protocols": ["tcp", "udp"]},
+ "aegate": {"port_number": 4549, "protocols": ["tcp", "udp"]},
+ "gds-adppiw-db": {"port_number": 4550, "protocols": ["tcp", "udp"]},
+ "ieee-mih": {"port_number": 4551, "protocols": ["tcp", "udp"]},
+ "menandmice-mon": {"port_number": 4552, "protocols": ["tcp", "udp"]},
+ "icshostsvc": {"port_number": 4553, "protocols": ["tcp"]},
+ "msfrs": {"port_number": 4554, "protocols": ["tcp", "udp"]},
+ "rsip": {"port_number": 4555, "protocols": ["tcp", "udp"]},
+ "dtn-bundle": {"port_number": 4556, "protocols": ["tcp", "udp", "dccp"]},
+ "mtcevrunqss": {"port_number": 4557, "protocols": ["udp"]},
+ "mtcevrunqman": {"port_number": 4558, "protocols": ["udp"]},
+ "hylafax": {"port_number": 4559, "protocols": ["tcp", "udp"]},
+ "amahi-anywhere": {"port_number": 4563, "protocols": ["tcp"]},
+ "kwtc": {"port_number": 4566, "protocols": ["tcp", "udp"]},
+ "tram": {"port_number": 4567, "protocols": ["tcp", "udp"]},
+ "bmc-reporting": {"port_number": 4568, "protocols": ["tcp", "udp"]},
+ "iax": {"port_number": 4569, "protocols": ["tcp", "udp"]},
+ "deploymentmap": {"port_number": 4570, "protocols": ["tcp"]},
+ "cardifftec-back": {"port_number": 4573, "protocols": ["tcp"]},
+ "rid": {"port_number": 4590, "protocols": ["tcp"]},
+ "l3t-at-an": {"port_number": 4591, "protocols": ["tcp", "udp"]},
+ "hrpd-ith-at-an": {"port_number": 4592, "protocols": ["udp"]},
+ "ipt-anri-anri": {"port_number": 4593, "protocols": ["tcp", "udp"]},
+ "ias-session": {"port_number": 4594, "protocols": ["tcp", "udp"]},
+ "ias-paging": {"port_number": 4595, "protocols": ["tcp", "udp"]},
+ "ias-neighbor": {"port_number": 4596, "protocols": ["tcp", "udp"]},
+ "a21-an-1xbs": {"port_number": 4597, "protocols": ["tcp", "udp"]},
+ "a16-an-an": {"port_number": 4598, "protocols": ["tcp", "udp"]},
+ "a17-an-an": {"port_number": 4599, "protocols": ["tcp", "udp"]},
+ "piranha1": {"port_number": 4600, "protocols": ["tcp", "udp"]},
+ "piranha2": {"port_number": 4601, "protocols": ["tcp", "udp"]},
+ "mtsserver": {"port_number": 4602, "protocols": ["tcp"]},
+ "menandmice-upg": {"port_number": 4603, "protocols": ["tcp"]},
+ "irp": {"port_number": 4604, "protocols": ["tcp"]},
+ "sixchat": {"port_number": 4605, "protocols": ["tcp"]},
+ "sixid": {"port_number": 4606, "protocols": ["tcp"]},
+ "ventoso": {"port_number": 4621, "protocols": ["udp"]},
+ "dots-signal": {"port_number": 4646, "protocols": ["tcp", "udp"]},
+ "playsta2-app": {"port_number": 4658, "protocols": ["tcp", "udp"]},
+ "playsta2-lob": {"port_number": 4659, "protocols": ["tcp", "udp"]},
+ "smaclmgr": {"port_number": 4660, "protocols": ["tcp", "udp"]},
+ "kar2ouche": {"port_number": 4661, "protocols": ["tcp", "udp"]},
+ "oms": {"port_number": 4662, "protocols": ["tcp", "udp"]},
+ "noteit": {"port_number": 4663, "protocols": ["tcp", "udp"]},
+ "ems": {"port_number": 4664, "protocols": ["tcp", "udp"]},
+ "contclientms": {"port_number": 4665, "protocols": ["tcp", "udp"]},
+ "eportcomm": {"port_number": 4666, "protocols": ["tcp", "udp"]},
+ "mmacomm": {"port_number": 4667, "protocols": ["tcp", "udp"]},
+ "mmaeds": {"port_number": 4668, "protocols": ["tcp", "udp"]},
+ "eportcommdata": {"port_number": 4669, "protocols": ["tcp", "udp"]},
+ "light": {"port_number": 4670, "protocols": ["tcp", "udp"]},
+ "acter": {"port_number": 4671, "protocols": ["tcp", "udp"]},
+ "rfa": {"port_number": 4672, "protocols": ["tcp", "udp"]},
+ "cxws": {"port_number": 4673, "protocols": ["tcp", "udp"]},
+ "appiq-mgmt": {"port_number": 4674, "protocols": ["tcp", "udp"]},
+ "dhct-status": {"port_number": 4675, "protocols": ["tcp", "udp"]},
+ "dhct-alerts": {"port_number": 4676, "protocols": ["tcp", "udp"]},
+ "bcs": {"port_number": 4677, "protocols": ["tcp", "udp"]},
+ "traversal": {"port_number": 4678, "protocols": ["tcp", "udp"]},
+ "mgesupervision": {"port_number": 4679, "protocols": ["tcp", "udp"]},
+ "mgemanagement": {"port_number": 4680, "protocols": ["tcp", "udp"]},
+ "parliant": {"port_number": 4681, "protocols": ["tcp", "udp"]},
+ "finisar": {"port_number": 4682, "protocols": ["tcp", "udp"]},
+ "spike": {"port_number": 4683, "protocols": ["tcp", "udp"]},
+ "rfid-rp1": {"port_number": 4684, "protocols": ["tcp", "udp"]},
+ "autopac": {"port_number": 4685, "protocols": ["tcp", "udp"]},
+ "msp-os": {"port_number": 4686, "protocols": ["tcp", "udp"]},
+ "nst": {"port_number": 4687, "protocols": ["tcp", "udp"]},
+ "mobile-p2p": {"port_number": 4688, "protocols": ["tcp", "udp"]},
+ "altovacentral": {"port_number": 4689, "protocols": ["tcp", "udp"]},
+ "prelude": {"port_number": 4690, "protocols": ["tcp", "udp"]},
+ "mtn": {"port_number": 4691, "protocols": ["tcp", "udp"]},
+ "conspiracy": {"port_number": 4692, "protocols": ["tcp", "udp"]},
+ "netxms-agent": {"port_number": 4700, "protocols": ["tcp", "udp"]},
+ "netxms-mgmt": {"port_number": 4701, "protocols": ["tcp", "udp"]},
+ "netxms-sync": {"port_number": 4702, "protocols": ["tcp", "udp"]},
+ "npqes-test": {"port_number": 4703, "protocols": ["tcp"]},
+ "assuria-ins": {"port_number": 4704, "protocols": ["tcp"]},
+ "trinity-dist": {"port_number": 4711, "protocols": ["tcp", "udp", "sctp"]},
+ "truckstar": {"port_number": 4725, "protocols": ["tcp", "udp"]},
+ "a26-fap-fgw": {"port_number": 4726, "protocols": ["udp"]},
+ "fcis": {"port_number": 4727, "protocols": ["tcp"]},
+ "fcis-disc": {"port_number": 4727, "protocols": ["udp"]},
+ "capmux": {"port_number": 4728, "protocols": ["tcp", "udp"]},
+ "gsmtap": {"port_number": 4729, "protocols": ["udp"]},
+ "gearman": {"port_number": 4730, "protocols": ["tcp", "udp"]},
+ "remcap": {"port_number": 4731, "protocols": ["tcp"]},
+ "ohmtrigger": {"port_number": 4732, "protocols": ["udp"]},
+ "resorcs": {"port_number": 4733, "protocols": ["tcp"]},
+ "ipdr-sp": {"port_number": 4737, "protocols": ["tcp", "udp"]},
+ "solera-lpn": {"port_number": 4738, "protocols": ["tcp", "udp"]},
+ "ipfix": {"port_number": 4739, "protocols": ["tcp", "udp", "sctp"]},
+ "ipfixs": {"port_number": 4740, "protocols": ["tcp", "sctp", "udp"]},
+ "lumimgrd": {"port_number": 4741, "protocols": ["tcp", "udp"]},
+ "sicct": {"port_number": 4742, "protocols": ["tcp"]},
+ "sicct-sdp": {"port_number": 4742, "protocols": ["udp"]},
+ "openhpid": {"port_number": 4743, "protocols": ["tcp", "udp"]},
+ "ifsp": {"port_number": 4744, "protocols": ["tcp", "udp"]},
+ "fmp": {"port_number": 4745, "protocols": ["tcp", "udp"]},
+ "intelliadm-disc": {"port_number": 4746, "protocols": ["udp"]},
+ "buschtrommel": {"port_number": 4747, "protocols": ["udp"]},
+ "profilemac": {"port_number": 4749, "protocols": ["tcp", "udp"]},
+ "ssad": {"port_number": 4750, "protocols": ["tcp", "udp"]},
+ "spocp": {"port_number": 4751, "protocols": ["tcp", "udp"]},
+ "snap": {"port_number": 4752, "protocols": ["tcp", "udp"]},
+ "simon": {"port_number": 4753, "protocols": ["tcp"]},
+ "simon-disc": {"port_number": 4753, "protocols": ["udp"]},
+ "gre-in-udp": {"port_number": 4754, "protocols": ["udp"]},
+ "gre-udp-dtls": {"port_number": 4755, "protocols": ["udp"]},
+ "RDCenter": {"port_number": 4756, "protocols": ["tcp"]},
+ "converge": {"port_number": 4774, "protocols": ["tcp"]},
+ "bfd-multi-ctl": {"port_number": 4784, "protocols": ["tcp", "udp"]},
+ "cncp": {"port_number": 4785, "protocols": ["udp"]},
+ "smart-install": {"port_number": 4786, "protocols": ["tcp"]},
+ "sia-ctrl-plane": {"port_number": 4787, "protocols": ["tcp"]},
+ "xmcp": {"port_number": 4788, "protocols": ["tcp"]},
+ "vxlan": {"port_number": 4789, "protocols": ["udp"]},
+ "vxlan-gpe": {"port_number": 4790, "protocols": ["udp"]},
+ "roce": {"port_number": 4791, "protocols": ["udp"]},
+ "unified-bus": {"port_number": 4792, "protocols": ["tcp", "udp"]},
+ "uet": {"port_number": 4793, "protocols": ["udp"]},
+ "iims": {"port_number": 4800, "protocols": ["tcp", "udp"]},
+ "iwec": {"port_number": 4801, "protocols": ["tcp", "udp"]},
+ "ilss": {"port_number": 4802, "protocols": ["tcp", "udp"]},
+ "notateit": {"port_number": 4803, "protocols": ["tcp"]},
+ "notateit-disc": {"port_number": 4803, "protocols": ["udp"]},
+ "aja-ntv4-disc": {"port_number": 4804, "protocols": ["udp"]},
+ "htcp": {"port_number": 4827, "protocols": ["tcp", "udp"]},
+ "varadero-0": {"port_number": 4837, "protocols": ["tcp", "udp"]},
+ "varadero-1": {"port_number": 4838, "protocols": ["tcp", "udp"]},
+ "varadero-2": {"port_number": 4839, "protocols": ["tcp", "udp"]},
+ "opcua-tcp": {"port_number": 4840, "protocols": ["tcp"]},
+ "opcua-udp": {"port_number": 4840, "protocols": ["udp"]},
+ "quosa": {"port_number": 4841, "protocols": ["tcp", "udp"]},
+ "gw-asv": {"port_number": 4842, "protocols": ["tcp", "udp"]},
+ "opcua-tls": {"port_number": 4843, "protocols": ["tcp", "udp"]},
+ "gw-log": {"port_number": 4844, "protocols": ["tcp", "udp"]},
+ "wcr-remlib": {"port_number": 4845, "protocols": ["tcp", "udp"]},
+ "contamac-icm": {"port_number": 4846, "protocols": ["tcp", "udp"]},
+ "contamac_icm": {"port_number": 4846, "protocols": ["tcp", "udp"]},
+ "wfc": {"port_number": 4847, "protocols": ["tcp", "udp"]},
+ "appserv-http": {"port_number": 4848, "protocols": ["tcp", "udp"]},
+ "appserv-https": {"port_number": 4849, "protocols": ["tcp", "udp"]},
+ "sun-as-nodeagt": {"port_number": 4850, "protocols": ["tcp", "udp"]},
+ "derby-repli": {"port_number": 4851, "protocols": ["tcp", "udp"]},
+ "unify-debug": {"port_number": 4867, "protocols": ["tcp", "udp"]},
+ "phrelay": {"port_number": 4868, "protocols": ["tcp", "udp"]},
+ "phrelaydbg": {"port_number": 4869, "protocols": ["tcp", "udp"]},
+ "cc-tracking": {"port_number": 4870, "protocols": ["tcp", "udp"]},
+ "wired": {"port_number": 4871, "protocols": ["tcp", "udp"]},
+ "tritium-can": {"port_number": 4876, "protocols": ["tcp", "udp"]},
+ "lmcs": {"port_number": 4877, "protocols": ["tcp", "udp"]},
+ "inst-discovery": {"port_number": 4878, "protocols": ["udp"]},
+ "wsdl-event": {"port_number": 4879, "protocols": ["tcp"]},
+ "hislip": {"port_number": 4880, "protocols": ["tcp"]},
+ "socp-t": {"port_number": 4881, "protocols": ["udp"]},
+ "socp-c": {"port_number": 4882, "protocols": ["udp"]},
+ "wmlserver": {"port_number": 4883, "protocols": ["tcp"]},
+ "hivestor": {"port_number": 4884, "protocols": ["tcp", "udp"]},
+ "abbs": {"port_number": 4885, "protocols": ["tcp", "udp"]},
+ "xcap-portal": {"port_number": 4888, "protocols": ["tcp"]},
+ "xcap-control": {"port_number": 4889, "protocols": ["tcp"]},
+ "lyskom": {"port_number": 4894, "protocols": ["tcp", "udp"]},
+ "radmin-port": {"port_number": 4899, "protocols": ["tcp", "udp"]},
+ "hfcs": {"port_number": 4900, "protocols": ["tcp", "udp"]},
+ "flr-agent": {"port_number": 4901, "protocols": ["tcp"]},
+ "flr_agent": {"port_number": 4901, "protocols": ["tcp"]},
+ "magiccontrol": {"port_number": 4902, "protocols": ["tcp"]},
+ "lutap": {"port_number": 4912, "protocols": ["tcp"]},
+ "lutcp": {"port_number": 4913, "protocols": ["tcp"]},
+ "bones": {"port_number": 4914, "protocols": ["tcp", "udp"]},
+ "frcs": {"port_number": 4915, "protocols": ["tcp"]},
+ "an-signaling": {"port_number": 4936, "protocols": ["udp"]},
+ "atsc-mh-ssc": {"port_number": 4937, "protocols": ["udp"]},
+ "eq-office-4940": {"port_number": 4940, "protocols": ["tcp", "udp"]},
+ "eq-office-4941": {"port_number": 4941, "protocols": ["tcp", "udp"]},
+ "eq-office-4942": {"port_number": 4942, "protocols": ["tcp", "udp"]},
+ "munin": {"port_number": 4949, "protocols": ["tcp", "udp"]},
+ "sybasesrvmon": {"port_number": 4950, "protocols": ["tcp", "udp"]},
+ "pwgwims": {"port_number": 4951, "protocols": ["tcp", "udp"]},
+ "sagxtsds": {"port_number": 4952, "protocols": ["tcp", "udp"]},
+ "dbsyncarbiter": {"port_number": 4953, "protocols": ["tcp"]},
+ "ccss-qmm": {"port_number": 4969, "protocols": ["tcp", "udp"]},
+ "ccss-qsm": {"port_number": 4970, "protocols": ["tcp", "udp"]},
+ "burp": {"port_number": 4971, "protocols": ["tcp"]},
+ "ctxs-vpp": {"port_number": 4980, "protocols": ["udp"]},
+ "webyast": {"port_number": 4984, "protocols": ["tcp"]},
+ "gerhcs": {"port_number": 4985, "protocols": ["tcp"]},
+ "mrip": {"port_number": 4986, "protocols": ["tcp", "udp"]},
+ "smar-se-port1": {"port_number": 4987, "protocols": ["tcp", "udp"]},
+ "smar-se-port2": {"port_number": 4988, "protocols": ["tcp", "udp"]},
+ "parallel": {"port_number": 4989, "protocols": ["tcp", "udp"]},
+ "busycal": {"port_number": 4990, "protocols": ["tcp", "udp"]},
+ "vrt": {"port_number": 4991, "protocols": ["tcp", "udp"]},
+ "hfcs-manager": {"port_number": 4999, "protocols": ["tcp", "udp"]},
+ "commplex-main": {"port_number": 5000, "protocols": ["tcp", "udp"]},
+ "commplex-link": {"port_number": 5001, "protocols": ["tcp", "udp"]},
+ "rfe": {"port_number": 5002, "protocols": ["tcp", "udp"]},
+ "fmpro-internal": {"port_number": 5003, "protocols": ["tcp", "udp"]},
+ "avt-profile-1": {"port_number": 5004, "protocols": ["tcp", "udp", "dccp"]},
+ "avt-profile-2": {"port_number": 5005, "protocols": ["tcp", "udp", "dccp"]},
+ "wsm-server": {"port_number": 5006, "protocols": ["tcp", "udp"]},
+ "wsm-server-ssl": {"port_number": 5007, "protocols": ["tcp", "udp"]},
+ "synapsis-edge": {"port_number": 5008, "protocols": ["tcp", "udp"]},
+ "winfs": {"port_number": 5009, "protocols": ["tcp", "udp"]},
+ "telelpathstart": {"port_number": 5010, "protocols": ["tcp", "udp"]},
+ "telelpathattack": {"port_number": 5011, "protocols": ["tcp", "udp"]},
+ "nsp": {"port_number": 5012, "protocols": ["tcp", "udp"]},
+ "fmpro-v6": {"port_number": 5013, "protocols": ["tcp", "udp"]},
+ "onpsocket": {"port_number": 5014, "protocols": ["udp"]},
+ "fmwp": {"port_number": 5015, "protocols": ["tcp"]},
+ "zenginkyo-1": {"port_number": 5020, "protocols": ["tcp", "udp"]},
+ "zenginkyo-2": {"port_number": 5021, "protocols": ["tcp", "udp"]},
+ "mice": {"port_number": 5022, "protocols": ["tcp", "udp"]},
+ "htuilsrv": {"port_number": 5023, "protocols": ["tcp", "udp"]},
+ "scpi-telnet": {"port_number": 5024, "protocols": ["tcp", "udp"]},
+ "scpi-raw": {"port_number": 5025, "protocols": ["tcp", "udp"]},
+ "strexec-d": {"port_number": 5026, "protocols": ["tcp", "udp"]},
+ "strexec-s": {"port_number": 5027, "protocols": ["tcp", "udp"]},
+ "qvr": {"port_number": 5028, "protocols": ["tcp"]},
+ "infobright": {"port_number": 5029, "protocols": ["tcp", "udp"]},
+ "dmp": {"port_number": 5031, "protocols": ["udp"]},
+ "signacert-agent": {"port_number": 5032, "protocols": ["tcp"]},
+ "jtnetd-server": {"port_number": 5033, "protocols": ["tcp"]},
+ "jtnetd-status": {"port_number": 5034, "protocols": ["tcp"]},
+ "asnaacceler8db": {"port_number": 5042, "protocols": ["tcp", "udp"]},
+ "swxadmin": {"port_number": 5043, "protocols": ["tcp", "udp"]},
+ "lxi-evntsvc": {"port_number": 5044, "protocols": ["tcp", "udp"]},
+ "osp": {"port_number": 5045, "protocols": ["tcp"]},
+ "vpm-udp": {"port_number": 5046, "protocols": ["udp"]},
+ "iscape": {"port_number": 5047, "protocols": ["udp"]},
+ "texai": {"port_number": 5048, "protocols": ["tcp"]},
+ "ivocalize": {"port_number": 5049, "protocols": ["tcp", "udp"]},
+ "mmcc": {"port_number": 5050, "protocols": ["tcp", "udp"]},
+ "ita-agent": {"port_number": 5051, "protocols": ["tcp", "udp"]},
+ "ita-manager": {"port_number": 5052, "protocols": ["tcp", "udp"]},
+ "rlm": {"port_number": 5053, "protocols": ["tcp"]},
+ "rlm-disc": {"port_number": 5053, "protocols": ["udp"]},
+ "rlm-admin": {"port_number": 5054, "protocols": ["tcp"]},
+ "unot": {"port_number": 5055, "protocols": ["tcp", "udp"]},
+ "intecom-ps1": {"port_number": 5056, "protocols": ["tcp", "udp"]},
+ "intecom-ps2": {"port_number": 5057, "protocols": ["tcp", "udp"]},
+ "locus-disc": {"port_number": 5058, "protocols": ["udp"]},
+ "sds": {"port_number": 5059, "protocols": ["tcp", "udp"]},
+ "sip": {"port_number": 5060, "protocols": ["tcp", "udp", "sctp"]},
+ "sips": {"port_number": 5061, "protocols": ["tcp", "udp", "sctp"]},
+ "na-localise": {"port_number": 5062, "protocols": ["tcp", "udp"]},
+ "csrpc": {"port_number": 5063, "protocols": ["tcp"]},
+ "ca-1": {"port_number": 5064, "protocols": ["tcp", "udp"]},
+ "ca-2": {"port_number": 5065, "protocols": ["tcp", "udp"]},
+ "stanag-5066": {"port_number": 5066, "protocols": ["tcp", "udp"]},
+ "authentx": {"port_number": 5067, "protocols": ["tcp", "udp"]},
+ "bitforestsrv": {"port_number": 5068, "protocols": ["tcp"]},
+ "i-net-2000-npr": {"port_number": 5069, "protocols": ["tcp", "udp"]},
+ "vtsas": {"port_number": 5070, "protocols": ["tcp", "udp"]},
+ "powerschool": {"port_number": 5071, "protocols": ["tcp", "udp"]},
+ "ayiya": {"port_number": 5072, "protocols": ["tcp", "udp"]},
+ "tag-pm": {"port_number": 5073, "protocols": ["tcp", "udp"]},
+ "alesquery": {"port_number": 5074, "protocols": ["tcp", "udp"]},
+ "pvaccess": {"port_number": 5075, "protocols": ["tcp"]},
+ "pixelpusher": {"port_number": 5078, "protocols": ["udp"]},
+ "cp-spxrpts": {"port_number": 5079, "protocols": ["udp"]},
+ "onscreen": {"port_number": 5080, "protocols": ["tcp", "udp"]},
+ "sdl-ets": {"port_number": 5081, "protocols": ["tcp", "udp"]},
+ "qcp": {"port_number": 5082, "protocols": ["tcp", "udp"]},
+ "qfp": {"port_number": 5083, "protocols": ["tcp", "udp"]},
+ "llrp": {"port_number": 5084, "protocols": ["tcp", "udp"]},
+ "encrypted-llrp": {"port_number": 5085, "protocols": ["tcp", "udp"]},
+ "aprigo-cs": {"port_number": 5086, "protocols": ["tcp"]},
+ "biotic": {"port_number": 5087, "protocols": ["tcp"]},
+ "car": {"port_number": 5090, "protocols": ["sctp"]},
+ "cxtp": {"port_number": 5091, "protocols": ["sctp"]},
+ "magpie": {"port_number": 5092, "protocols": ["udp"]},
+ "sentinel-lm": {"port_number": 5093, "protocols": ["tcp", "udp"]},
+ "hart-ip": {"port_number": 5094, "protocols": ["tcp", "udp"]},
+ "sentlm-srv2srv": {"port_number": 5099, "protocols": ["tcp", "udp"]},
+ "socalia": {"port_number": 5100, "protocols": ["tcp", "udp"]},
+ "talarian-tcp": {"port_number": 5101, "protocols": ["tcp"]},
+ "talarian-udp": {"port_number": 5101, "protocols": ["udp"]},
+ "oms-nonsecure": {"port_number": 5102, "protocols": ["tcp", "udp"]},
+ "actifio-c2c": {"port_number": 5103, "protocols": ["tcp"]},
+ "tinymessage": {"port_number": 5104, "protocols": ["udp"]},
+ "hughes-ap": {"port_number": 5105, "protocols": ["udp"]},
+ "actifioudsagent": {"port_number": 5106, "protocols": ["tcp"]},
+ "actifioreplic": {"port_number": 5107, "protocols": ["tcp"]},
+ "taep-as-svc": {"port_number": 5111, "protocols": ["tcp", "udp"]},
+ "pm-cmdsvr": {"port_number": 5112, "protocols": ["tcp", "udp"]},
+ "ev-services": {"port_number": 5114, "protocols": ["tcp"]},
+ "autobuild": {"port_number": 5115, "protocols": ["tcp"]},
+ "emb-proj-cmd": {"port_number": 5116, "protocols": ["udp"]},
+ "gradecam": {"port_number": 5117, "protocols": ["tcp"]},
+ "barracuda-bbs": {"port_number": 5120, "protocols": ["tcp", "udp"]},
+ "nbt-pc": {"port_number": 5133, "protocols": ["tcp", "udp"]},
+ "ppactivation": {"port_number": 5134, "protocols": ["tcp"]},
+ "erp-scale": {"port_number": 5135, "protocols": ["tcp"]},
+ "minotaur-sa": {"port_number": 5136, "protocols": ["udp"]},
+ "ctsd": {"port_number": 5137, "protocols": ["tcp", "udp"]},
+ "rmonitor-secure": {"port_number": 5145, "protocols": ["tcp", "udp"]},
+ "rmonitor_secure": {"port_number": 5145, "protocols": ["tcp", "udp"]},
+ "social-alarm": {"port_number": 5146, "protocols": ["tcp"]},
+ "atmp": {"port_number": 5150, "protocols": ["tcp", "udp"]},
+ "esri-sde": {"port_number": 5151, "protocols": ["tcp", "udp"]},
+ "esri_sde": {"port_number": 5151, "protocols": ["tcp", "udp"]},
+ "sde-discovery": {"port_number": 5152, "protocols": ["tcp", "udp"]},
+ "bzflag": {"port_number": 5154, "protocols": ["tcp", "udp"]},
+ "asctrl-agent": {"port_number": 5155, "protocols": ["tcp", "udp"]},
+ "rugameonline": {"port_number": 5156, "protocols": ["tcp"]},
+ "mediat": {"port_number": 5157, "protocols": ["tcp"]},
+ "snmpssh": {"port_number": 5161, "protocols": ["tcp"]},
+ "snmpssh-trap": {"port_number": 5162, "protocols": ["tcp"]},
+ "sbackup": {"port_number": 5163, "protocols": ["tcp"]},
+ "vpa": {"port_number": 5164, "protocols": ["tcp"]},
+ "vpa-disc": {"port_number": 5164, "protocols": ["udp"]},
+ "ife-icorp": {"port_number": 5165, "protocols": ["tcp", "udp"]},
+ "ife_icorp": {"port_number": 5165, "protocols": ["tcp", "udp"]},
+ "winpcs": {"port_number": 5166, "protocols": ["tcp", "udp"]},
+ "scte104": {"port_number": 5167, "protocols": ["tcp", "udp"]},
+ "scte30": {"port_number": 5168, "protocols": ["tcp", "udp"]},
+ "pcoip-mgmt": {"port_number": 5172, "protocols": ["tcp"]},
+ "aol": {"port_number": 5190, "protocols": ["tcp", "udp"]},
+ "aol-1": {"port_number": 5191, "protocols": ["tcp", "udp"]},
+ "aol-2": {"port_number": 5192, "protocols": ["tcp", "udp"]},
+ "aol-3": {"port_number": 5193, "protocols": ["tcp", "udp"]},
+ "cpscomm": {"port_number": 5194, "protocols": ["tcp"]},
+ "ampl-lic": {"port_number": 5195, "protocols": ["tcp"]},
+ "ampl-tableproxy": {"port_number": 5196, "protocols": ["tcp"]},
+ "tunstall-lwp": {"port_number": 5197, "protocols": ["tcp"]},
+ "targus-getdata": {"port_number": 5200, "protocols": ["tcp", "udp"]},
+ "targus-getdata1": {"port_number": 5201, "protocols": ["tcp", "udp"]},
+ "targus-getdata2": {"port_number": 5202, "protocols": ["tcp", "udp"]},
+ "targus-getdata3": {"port_number": 5203, "protocols": ["tcp", "udp"]},
+ "nomad": {"port_number": 5209, "protocols": ["tcp"]},
+ "noteza": {"port_number": 5215, "protocols": ["tcp", "sctp"]},
+ "3exmp": {"port_number": 5221, "protocols": ["tcp"]},
+ "xmpp-client": {"port_number": 5222, "protocols": ["tcp"]},
+ "hpvirtgrp": {"port_number": 5223, "protocols": ["tcp", "udp"]},
+ "hpvirtctrl": {"port_number": 5224, "protocols": ["tcp", "udp"]},
+ "hp-server": {"port_number": 5225, "protocols": ["tcp", "udp"]},
+ "hp-status": {"port_number": 5226, "protocols": ["tcp", "udp"]},
+ "perfd": {"port_number": 5227, "protocols": ["tcp", "udp"]},
+ "hpvroom": {"port_number": 5228, "protocols": ["tcp"]},
+ "jaxflow": {"port_number": 5229, "protocols": ["tcp"]},
+ "jaxflow-data": {"port_number": 5230, "protocols": ["tcp"]},
+ "crusecontrol": {"port_number": 5231, "protocols": ["tcp"]},
+ "csedaemon": {"port_number": 5232, "protocols": ["tcp"]},
+ "enfs": {"port_number": 5233, "protocols": ["tcp"]},
+ "eenet": {"port_number": 5234, "protocols": ["tcp", "udp"]},
+ "galaxy-network": {"port_number": 5235, "protocols": ["tcp", "udp"]},
+ "padl2sim": {"port_number": 5236, "protocols": ["tcp", "udp"]},
+ "mnet-discovery": {"port_number": 5237, "protocols": ["tcp", "udp"]},
+ "attune": {"port_number": 5242, "protocols": ["tcp"]},
+ "xycstatus": {"port_number": 5243, "protocols": ["tcp"]},
+ "downtools": {"port_number": 5245, "protocols": ["tcp"]},
+ "downtools-disc": {"port_number": 5245, "protocols": ["udp"]},
+ "capwap-control": {"port_number": 5246, "protocols": ["udp"]},
+ "capwap-data": {"port_number": 5247, "protocols": ["udp"]},
+ "caacws": {"port_number": 5248, "protocols": ["tcp", "udp"]},
+ "caaclang2": {"port_number": 5249, "protocols": ["tcp", "udp"]},
+ "soagateway": {"port_number": 5250, "protocols": ["tcp", "udp"]},
+ "caevms": {"port_number": 5251, "protocols": ["tcp", "udp"]},
+ "movaz-ssc": {"port_number": 5252, "protocols": ["tcp", "udp"]},
+ "kpdp": {"port_number": 5253, "protocols": ["tcp"]},
+ "logcabin": {"port_number": 5254, "protocols": ["tcp"]},
+ "3com-njack-1": {"port_number": 5264, "protocols": ["tcp", "udp"]},
+ "3com-njack-2": {"port_number": 5265, "protocols": ["tcp", "udp"]},
+ "xmpp-server": {"port_number": 5269, "protocols": ["tcp"]},
+ "cartographerxmp": {"port_number": 5270, "protocols": ["tcp", "udp"]},
+ "cuelink": {"port_number": 5271, "protocols": ["tcp"]},
+ "cuelink-disc": {"port_number": 5271, "protocols": ["udp"]},
+ "pk": {"port_number": 5272, "protocols": ["tcp", "udp"]},
+ "xmpp-bosh": {"port_number": 5280, "protocols": ["tcp"]},
+ "undo-lm": {"port_number": 5281, "protocols": ["tcp"]},
+ "transmit-port": {"port_number": 5282, "protocols": ["tcp", "udp"]},
+ "presence": {"port_number": 5298, "protocols": ["tcp", "udp"]},
+ "nlg-data": {"port_number": 5299, "protocols": ["tcp", "udp"]},
+ "hacl-hb": {"port_number": 5300, "protocols": ["tcp", "udp"]},
+ "hacl-gs": {"port_number": 5301, "protocols": ["tcp", "udp"]},
+ "hacl-cfg": {"port_number": 5302, "protocols": ["tcp", "udp"]},
+ "hacl-probe": {"port_number": 5303, "protocols": ["tcp", "udp"]},
+ "hacl-local": {"port_number": 5304, "protocols": ["tcp", "udp"]},
+ "hacl-test": {"port_number": 5305, "protocols": ["tcp", "udp"]},
+ "sun-mc-grp": {"port_number": 5306, "protocols": ["tcp", "udp"]},
+ "sco-aip": {"port_number": 5307, "protocols": ["tcp", "udp"]},
+ "cfengine": {"port_number": 5308, "protocols": ["tcp", "udp"]},
+ "jprinter": {"port_number": 5309, "protocols": ["tcp", "udp"]},
+ "outlaws": {"port_number": 5310, "protocols": ["tcp", "udp"]},
+ "permabit-cs": {"port_number": 5312, "protocols": ["tcp", "udp"]},
+ "rrdp": {"port_number": 5313, "protocols": ["tcp", "udp"]},
+ "opalis-rbt-ipc": {"port_number": 5314, "protocols": ["tcp", "udp"]},
+ "hacl-poll": {"port_number": 5315, "protocols": ["tcp", "udp"]},
+ "hpbladems": {"port_number": 5316, "protocols": ["tcp"]},
+ "hpdevms": {"port_number": 5317, "protocols": ["tcp"]},
+ "pkix-cmc": {"port_number": 5318, "protocols": ["tcp"]},
+ "bsfserver-zn": {"port_number": 5320, "protocols": ["tcp"]},
+ "bsfsvr-zn-ssl": {"port_number": 5321, "protocols": ["tcp"]},
+ "kfserver": {"port_number": 5343, "protocols": ["tcp", "udp"]},
+ "xkotodrcp": {"port_number": 5344, "protocols": ["tcp", "udp"]},
+ "stuns": {"port_number": 5349, "protocols": ["tcp", "udp"]},
+ "turns": {"port_number": 5349, "protocols": ["tcp", "udp"]},
+ "stun-behaviors": {"port_number": 5349, "protocols": ["tcp", "udp"]},
+ "pcp-multicast": {"port_number": 5350, "protocols": ["udp"]},
+ "pcp": {"port_number": 5351, "protocols": ["udp"]},
+ "dns-llq": {"port_number": 5352, "protocols": ["tcp", "udp"]},
+ "mdns": {"port_number": 5353, "protocols": ["tcp", "udp"]},
+ "mdnsresponder": {"port_number": 5354, "protocols": ["tcp", "udp"]},
+ "llmnr": {"port_number": 5355, "protocols": ["tcp", "udp"]},
+ "ms-smlbiz": {"port_number": 5356, "protocols": ["tcp", "udp"]},
+ "wsdapi": {"port_number": 5357, "protocols": ["tcp", "udp"]},
+ "wsdapi-s": {"port_number": 5358, "protocols": ["tcp", "udp"]},
+ "ms-alerter": {"port_number": 5359, "protocols": ["tcp", "udp"]},
+ "ms-sideshow": {"port_number": 5360, "protocols": ["tcp", "udp"]},
+ "ms-s-sideshow": {"port_number": 5361, "protocols": ["tcp", "udp"]},
+ "serverwsd2": {"port_number": 5362, "protocols": ["tcp", "udp"]},
+ "net-projection": {"port_number": 5363, "protocols": ["tcp", "udp"]},
+ "kdnet": {"port_number": 5364, "protocols": ["udp"]},
+ "stresstester": {"port_number": 5397, "protocols": ["tcp", "udp"]},
+ "elektron-admin": {"port_number": 5398, "protocols": ["tcp", "udp"]},
+ "securitychase": {"port_number": 5399, "protocols": ["tcp", "udp"]},
+ "excerpt": {"port_number": 5400, "protocols": ["tcp", "udp"]},
+ "excerpts": {"port_number": 5401, "protocols": ["tcp", "udp"]},
+ "mftp-secondary": {"port_number": 5402, "protocols": ["tcp", "udp"]},
+ "hpoms-ci-lstn": {"port_number": 5403, "protocols": ["tcp", "udp"]},
+ "hpoms-dps-lstn": {"port_number": 5404, "protocols": ["tcp", "udp"]},
+ "netsupport": {"port_number": 5405, "protocols": ["tcp", "udp"]},
+ "systemics-sox": {"port_number": 5406, "protocols": ["tcp", "udp"]},
+ "foresyte-clear": {"port_number": 5407, "protocols": ["tcp", "udp"]},
+ "foresyte-sec": {"port_number": 5408, "protocols": ["tcp", "udp"]},
+ "salient-dtasrv": {"port_number": 5409, "protocols": ["tcp", "udp"]},
+ "salient-usrmgr": {"port_number": 5410, "protocols": ["tcp", "udp"]},
+ "actnet": {"port_number": 5411, "protocols": ["tcp", "udp"]},
+ "continuus": {"port_number": 5412, "protocols": ["tcp", "udp"]},
+ "wwiotalk": {"port_number": 5413, "protocols": ["tcp", "udp"]},
+ "statusd": {"port_number": 5414, "protocols": ["tcp", "udp"]},
+ "ns-server": {"port_number": 5415, "protocols": ["tcp", "udp"]},
+ "sns-gateway": {"port_number": 5416, "protocols": ["tcp", "udp"]},
+ "sns-agent": {"port_number": 5417, "protocols": ["tcp", "udp"]},
+ "mcntp": {"port_number": 5418, "protocols": ["tcp", "udp"]},
+ "dj-ice": {"port_number": 5419, "protocols": ["tcp", "udp"]},
+ "cylink-c": {"port_number": 5420, "protocols": ["tcp", "udp"]},
+ "netsupport2": {"port_number": 5421, "protocols": ["tcp", "udp"]},
+ "salient-mux": {"port_number": 5422, "protocols": ["tcp", "udp"]},
+ "virtualuser": {"port_number": 5423, "protocols": ["tcp", "udp"]},
+ "beyond-remote": {"port_number": 5424, "protocols": ["tcp", "udp"]},
+ "br-channel": {"port_number": 5425, "protocols": ["tcp", "udp"]},
+ "devbasic": {"port_number": 5426, "protocols": ["tcp", "udp"]},
+ "sco-peer-tta": {"port_number": 5427, "protocols": ["tcp", "udp"]},
+ "telaconsole": {"port_number": 5428, "protocols": ["tcp", "udp"]},
+ "base": {"port_number": 5429, "protocols": ["tcp", "udp"]},
+ "radec-corp": {"port_number": 5430, "protocols": ["tcp", "udp"]},
+ "park-agent": {"port_number": 5431, "protocols": ["tcp", "udp"]},
+ "postgresql": {"port_number": 5432, "protocols": ["tcp", "udp"]},
+ "pyrrho": {"port_number": 5433, "protocols": ["tcp", "udp"]},
+ "sgi-arrayd": {"port_number": 5434, "protocols": ["tcp", "udp"]},
+ "sceanics": {"port_number": 5435, "protocols": ["tcp", "udp"]},
+ "pmip6-cntl": {"port_number": 5436, "protocols": ["udp"]},
+ "pmip6-data": {"port_number": 5437, "protocols": ["udp"]},
+ "spss": {"port_number": 5443, "protocols": ["tcp", "udp"]},
+ "smbdirect": {"port_number": 5445, "protocols": ["tcp", "sctp"]},
+ "tiepie": {"port_number": 5450, "protocols": ["tcp"]},
+ "tiepie-disc": {"port_number": 5450, "protocols": ["udp"]},
+ "surebox": {"port_number": 5453, "protocols": ["tcp", "udp"]},
+ "apc-5454": {"port_number": 5454, "protocols": ["tcp", "udp"]},
+ "apc-5455": {"port_number": 5455, "protocols": ["tcp", "udp"]},
+ "apc-5456": {"port_number": 5456, "protocols": ["tcp", "udp"]},
+ "silkmeter": {"port_number": 5461, "protocols": ["tcp", "udp"]},
+ "ttl-publisher": {"port_number": 5462, "protocols": ["tcp", "udp"]},
+ "ttlpriceproxy": {"port_number": 5463, "protocols": ["tcp", "udp"]},
+ "quailnet": {"port_number": 5464, "protocols": ["tcp", "udp"]},
+ "netops-broker": {"port_number": 5465, "protocols": ["tcp", "udp"]},
+ "apsolab-col": {"port_number": 5470, "protocols": ["tcp"]},
+ "apsolab-cols": {"port_number": 5471, "protocols": ["tcp"]},
+ "apsolab-tag": {"port_number": 5472, "protocols": ["tcp"]},
+ "apsolab-tags": {"port_number": 5473, "protocols": ["tcp"]},
+ "apsolab-rpc": {"port_number": 5474, "protocols": ["udp"]},
+ "apsolab-data": {"port_number": 5475, "protocols": ["tcp"]},
+ "fcp-addr-srvr1": {"port_number": 5500, "protocols": ["tcp", "udp"]},
+ "fcp-addr-srvr2": {"port_number": 5501, "protocols": ["tcp", "udp"]},
+ "fcp-srvr-inst1": {"port_number": 5502, "protocols": ["tcp", "udp"]},
+ "fcp-srvr-inst2": {"port_number": 5503, "protocols": ["tcp", "udp"]},
+ "fcp-cics-gw1": {"port_number": 5504, "protocols": ["tcp", "udp"]},
+ "checkoutdb": {"port_number": 5505, "protocols": ["tcp", "udp"]},
+ "amc": {"port_number": 5506, "protocols": ["tcp", "udp"]},
+ "psl-management": {"port_number": 5507, "protocols": ["tcp"]},
+ "matter": {"port_number": 5540, "protocols": ["tcp", "udp"]},
+ "qftest-licserve": {"port_number": 5543, "protocols": ["tcp"]},
+ "cbus": {"port_number": 5550, "protocols": ["tcp"]},
+ "sgi-eventmond": {"port_number": 5553, "protocols": ["tcp", "udp"]},
+ "sgi-esphttp": {"port_number": 5554, "protocols": ["tcp", "udp"]},
+ "personal-agent": {"port_number": 5555, "protocols": ["tcp", "udp"]},
+ "freeciv": {"port_number": 5556, "protocols": ["tcp", "udp"]},
+ "farenet": {"port_number": 5557, "protocols": ["tcp"]},
+ "dp-bura": {"port_number": 5565, "protocols": ["tcp"]},
+ "westec-connect": {"port_number": 5566, "protocols": ["tcp"]},
+ "dof-dps-mc-sec": {"port_number": 5567, "protocols": ["tcp", "udp"]},
+ "sdt": {"port_number": 5568, "protocols": ["tcp", "udp"]},
+ "rdmnet-ctrl": {"port_number": 5569, "protocols": ["tcp"]},
+ "rdmnet-device": {"port_number": 5569, "protocols": ["udp"]},
+ "sdmmp": {"port_number": 5573, "protocols": ["tcp", "udp"]},
+ "lsi-bobcat": {"port_number": 5574, "protocols": ["tcp"]},
+ "ora-oap": {"port_number": 5575, "protocols": ["tcp"]},
+ "fdtracks": {"port_number": 5579, "protocols": ["tcp"]},
+ "tmosms0": {"port_number": 5580, "protocols": ["tcp", "udp"]},
+ "tmosms1": {"port_number": 5581, "protocols": ["tcp", "udp"]},
+ "fac-restore": {"port_number": 5582, "protocols": ["tcp", "udp"]},
+ "tmo-icon-sync": {"port_number": 5583, "protocols": ["tcp", "udp"]},
+ "bis-web": {"port_number": 5584, "protocols": ["tcp", "udp"]},
+ "bis-sync": {"port_number": 5585, "protocols": ["tcp", "udp"]},
+ "att-mt-sms": {"port_number": 5586, "protocols": ["tcp"]},
+ "ininmessaging": {"port_number": 5597, "protocols": ["tcp", "udp"]},
+ "mctfeed": {"port_number": 5598, "protocols": ["tcp", "udp"]},
+ "esinstall": {"port_number": 5599, "protocols": ["tcp", "udp"]},
+ "esmmanager": {"port_number": 5600, "protocols": ["tcp", "udp"]},
+ "esmagent": {"port_number": 5601, "protocols": ["tcp", "udp"]},
+ "a1-msc": {"port_number": 5602, "protocols": ["tcp", "udp"]},
+ "a1-bs": {"port_number": 5603, "protocols": ["tcp", "udp"]},
+ "a3-sdunode": {"port_number": 5604, "protocols": ["tcp", "udp"]},
+ "a4-sdunode": {"port_number": 5605, "protocols": ["tcp", "udp"]},
+ "efr": {"port_number": 5618, "protocols": ["tcp"]},
+ "ninaf": {"port_number": 5627, "protocols": ["tcp", "udp"]},
+ "htrust": {"port_number": 5628, "protocols": ["tcp", "udp"]},
+ "symantec-sfdb": {"port_number": 5629, "protocols": ["tcp", "udp"]},
+ "precise-comm": {"port_number": 5630, "protocols": ["tcp", "udp"]},
+ "pcanywheredata": {"port_number": 5631, "protocols": ["tcp", "udp"]},
+ "pcanywherestat": {"port_number": 5632, "protocols": ["tcp", "udp"]},
+ "beorl": {"port_number": 5633, "protocols": ["tcp", "udp"]},
+ "xprtld": {"port_number": 5634, "protocols": ["tcp", "udp"]},
+ "sfmsso": {"port_number": 5635, "protocols": ["tcp"]},
+ "sfm-db-server": {"port_number": 5636, "protocols": ["tcp"]},
+ "cssc": {"port_number": 5637, "protocols": ["tcp"]},
+ "flcrs": {"port_number": 5638, "protocols": ["tcp"]},
+ "ics": {"port_number": 5639, "protocols": ["tcp"]},
+ "vfmobile": {"port_number": 5646, "protocols": ["tcp"]},
+ "nrpe": {"port_number": 5666, "protocols": ["tcp"]},
+ "filemq": {"port_number": 5670, "protocols": ["tcp"]},
+ "zre-disc": {"port_number": 5670, "protocols": ["udp"]},
+ "amqps": {"port_number": 5671, "protocols": ["tcp", "udp"]},
+ "amqp": {"port_number": 5672, "protocols": ["tcp", "udp", "sctp"]},
+ "jms": {"port_number": 5673, "protocols": ["tcp", "udp"]},
+ "hyperscsi-port": {"port_number": 5674, "protocols": ["tcp", "udp"]},
+ "v5ua": {"port_number": 5675, "protocols": ["tcp", "udp", "sctp"]},
+ "raadmin": {"port_number": 5676, "protocols": ["tcp", "udp"]},
+ "questdb2-lnchr": {"port_number": 5677, "protocols": ["tcp", "udp"]},
+ "rrac": {"port_number": 5678, "protocols": ["tcp", "udp"]},
+ "dccm": {"port_number": 5679, "protocols": ["tcp", "udp"]},
+ "auriga-router": {"port_number": 5680, "protocols": ["tcp", "udp"]},
+ "ncxcp": {"port_number": 5681, "protocols": ["tcp", "udp"]},
+ "brightcore": {"port_number": 5682, "protocols": ["udp"]},
+ "coap": {"port_number": 5683, "protocols": ["tcp", "udp"]},
+ "coaps": {"port_number": 5684, "protocols": ["tcp", "udp"]},
+ "gog-multiplayer": {"port_number": 5687, "protocols": ["udp"]},
+ "ggz": {"port_number": 5688, "protocols": ["tcp", "udp"]},
+ "qmvideo": {"port_number": 5689, "protocols": ["tcp", "udp"]},
+ "rbsystem": {"port_number": 5693, "protocols": ["tcp"]},
+ "kmip": {"port_number": 5696, "protocols": ["tcp"]},
+ "supportassist": {"port_number": 5700, "protocols": ["tcp"]},
+ "storageos": {"port_number": 5705, "protocols": ["tcp"]},
+ "proshareaudio": {"port_number": 5713, "protocols": ["tcp", "udp"]},
+ "prosharevideo": {"port_number": 5714, "protocols": ["tcp", "udp"]},
+ "prosharedata": {"port_number": 5715, "protocols": ["tcp", "udp"]},
+ "prosharerequest": {"port_number": 5716, "protocols": ["tcp", "udp"]},
+ "prosharenotify": {"port_number": 5717, "protocols": ["tcp", "udp"]},
+ "dpm": {"port_number": 5718, "protocols": ["tcp", "udp"]},
+ "dpm-agent": {"port_number": 5719, "protocols": ["tcp", "udp"]},
+ "ms-licensing": {"port_number": 5720, "protocols": ["tcp", "udp"]},
+ "dtpt": {"port_number": 5721, "protocols": ["tcp", "udp"]},
+ "msdfsr": {"port_number": 5722, "protocols": ["tcp", "udp"]},
+ "omhs": {"port_number": 5723, "protocols": ["tcp", "udp"]},
+ "omsdk": {"port_number": 5724, "protocols": ["tcp", "udp"]},
+ "ms-ilm": {"port_number": 5725, "protocols": ["tcp"]},
+ "ms-ilm-sts": {"port_number": 5726, "protocols": ["tcp"]},
+ "asgenf": {"port_number": 5727, "protocols": ["tcp"]},
+ "io-dist-data": {"port_number": 5728, "protocols": ["tcp"]},
+ "io-dist-group": {"port_number": 5728, "protocols": ["udp"]},
+ "openmail": {"port_number": 5729, "protocols": ["tcp", "udp"]},
+ "unieng": {"port_number": 5730, "protocols": ["tcp", "udp"]},
+ "ida-discover1": {"port_number": 5741, "protocols": ["tcp", "udp"]},
+ "ida-discover2": {"port_number": 5742, "protocols": ["tcp", "udp"]},
+ "watchdoc-pod": {"port_number": 5743, "protocols": ["tcp", "udp"]},
+ "watchdoc": {"port_number": 5744, "protocols": ["tcp", "udp"]},
+ "fcopy-server": {"port_number": 5745, "protocols": ["tcp", "udp"]},
+ "fcopys-server": {"port_number": 5746, "protocols": ["tcp", "udp"]},
+ "tunatic": {"port_number": 5747, "protocols": ["tcp", "udp"]},
+ "tunalyzer": {"port_number": 5748, "protocols": ["tcp", "udp"]},
+ "rscd": {"port_number": 5750, "protocols": ["tcp", "udp"]},
+ "openmailg": {"port_number": 5755, "protocols": ["tcp", "udp"]},
+ "x500ms": {"port_number": 5757, "protocols": ["tcp", "udp"]},
+ "openmailns": {"port_number": 5766, "protocols": ["tcp", "udp"]},
+ "s-openmail": {"port_number": 5767, "protocols": ["tcp", "udp"]},
+ "openmailpxy": {"port_number": 5768, "protocols": ["tcp", "udp"]},
+ "spramsca": {"port_number": 5769, "protocols": ["tcp", "udp"]},
+ "spramsd": {"port_number": 5770, "protocols": ["tcp", "udp"]},
+ "netagent": {"port_number": 5771, "protocols": ["tcp", "udp"]},
+ "starfield-io": {"port_number": 5777, "protocols": ["tcp", "udp"]},
+ "vts-rpc": {"port_number": 5780, "protocols": ["tcp"]},
+ "3par-evts": {"port_number": 5781, "protocols": ["tcp", "udp"]},
+ "3par-mgmt": {"port_number": 5782, "protocols": ["tcp", "udp"]},
+ "3par-mgmt-ssl": {"port_number": 5783, "protocols": ["tcp", "udp"]},
+ "ibar": {"port_number": 5784, "protocols": ["udp"]},
+ "3par-rcopy": {"port_number": 5785, "protocols": ["tcp", "udp"]},
+ "cisco-redu": {"port_number": 5786, "protocols": ["udp"]},
+ "waascluster": {"port_number": 5787, "protocols": ["udp"]},
+ "xtreamx": {"port_number": 5793, "protocols": ["tcp", "udp"]},
+ "spdp": {"port_number": 5794, "protocols": ["udp"]},
+ "enlabel-dpl": {"port_number": 5798, "protocols": ["tcp"]},
+ "icmpd": {"port_number": 5813, "protocols": ["tcp", "udp"]},
+ "spt-automation": {"port_number": 5814, "protocols": ["tcp", "udp"]},
+ "autopassdaemon": {"port_number": 5820, "protocols": ["tcp"]},
+ "shiprush-d-ch": {"port_number": 5841, "protocols": ["tcp"]},
+ "reversion": {"port_number": 5842, "protocols": ["tcp"]},
+ "wherehoo": {"port_number": 5859, "protocols": ["tcp", "udp"]},
+ "ppsuitemsg": {"port_number": 5863, "protocols": ["tcp", "udp"]},
+ "diameters": {"port_number": 5868, "protocols": ["tcp", "sctp"]},
+ "jute": {"port_number": 5883, "protocols": ["tcp"]},
+ "rfb": {"port_number": 5900, "protocols": ["tcp", "udp"]},
+ "ff-ice": {"port_number": 5903, "protocols": ["tcp", "udp", "sctp"]},
+ "ag-swim": {"port_number": 5904, "protocols": ["tcp", "udp", "sctp"]},
+ "asmgcs": {"port_number": 5905, "protocols": ["tcp", "udp", "sctp"]},
+ "rpas-c2": {"port_number": 5906, "protocols": ["tcp", "udp", "sctp"]},
+ "dsd": {"port_number": 5907, "protocols": ["tcp", "udp", "sctp"]},
+ "ipsma": {"port_number": 5908, "protocols": ["tcp", "udp", "sctp"]},
+ "agma": {"port_number": 5909, "protocols": ["tcp", "udp", "sctp"]},
+ "ats-atn": {"port_number": 5910, "protocols": ["tcp", "udp"]},
+ "cm": {"port_number": 5910, "protocols": ["sctp"]},
+ "ats-acars": {"port_number": 5911, "protocols": ["tcp", "udp"]},
+ "cpdlc": {"port_number": 5911, "protocols": ["sctp"]},
+ "ais-met": {"port_number": 5912, "protocols": ["tcp", "udp"]},
+ "fis": {"port_number": 5912, "protocols": ["sctp"]},
+ "aoc-acars": {"port_number": 5913, "protocols": ["tcp", "udp"]},
+ "ads-c": {"port_number": 5913, "protocols": ["sctp"]},
+ "ipsdtls": {"port_number": 5914, "protocols": ["tcp", "udp", "sctp"]},
+ "indy": {"port_number": 5963, "protocols": ["tcp", "udp"]},
+ "mppolicy-v5": {"port_number": 5968, "protocols": ["tcp", "udp"]},
+ "mppolicy-mgr": {"port_number": 5969, "protocols": ["tcp", "udp"]},
+ "couchdb": {"port_number": 5984, "protocols": ["tcp", "udp"]},
+ "wsman": {"port_number": 5985, "protocols": ["tcp", "udp"]},
+ "wsmans": {"port_number": 5986, "protocols": ["tcp", "udp"]},
+ "wbem-rmi": {"port_number": 5987, "protocols": ["tcp", "udp"]},
+ "wbem-http": {"port_number": 5988, "protocols": ["tcp", "udp"]},
+ "wbem-https": {"port_number": 5989, "protocols": ["tcp", "udp"]},
+ "wbem-exp-https": {"port_number": 5990, "protocols": ["tcp", "udp"]},
+ "nuxsl": {"port_number": 5991, "protocols": ["tcp", "udp"]},
+ "consul-insight": {"port_number": 5992, "protocols": ["tcp", "udp"]},
+ "cim-rs": {"port_number": 5993, "protocols": ["tcp"]},
+ "rms-agent": {"port_number": 5994, "protocols": ["tcp"]},
+ "cvsup": {"port_number": 5999, "protocols": ["tcp", "udp"]},
+ "ndl-ahp-svc": {"port_number": 6064, "protocols": ["tcp", "udp"]},
+ "winpharaoh": {"port_number": 6065, "protocols": ["tcp", "udp"]},
+ "ewctsp": {"port_number": 6066, "protocols": ["tcp", "udp"]},
+ "gsmp-ancp": {"port_number": 6068, "protocols": ["tcp"]},
+ "trip": {"port_number": 6069, "protocols": ["tcp", "udp"]},
+ "messageasap": {"port_number": 6070, "protocols": ["tcp", "udp"]},
+ "ssdtp": {"port_number": 6071, "protocols": ["tcp", "udp"]},
+ "diagnose-proc": {"port_number": 6072, "protocols": ["tcp", "udp"]},
+ "directplay8": {"port_number": 6073, "protocols": ["tcp", "udp"]},
+ "max": {"port_number": 6074, "protocols": ["tcp", "udp"]},
+ "dpm-acm": {"port_number": 6075, "protocols": ["tcp"]},
+ "msft-dpm-cert": {"port_number": 6076, "protocols": ["tcp"]},
+ "iconstructsrv": {"port_number": 6077, "protocols": ["tcp"]},
+ "gue": {"port_number": 6080, "protocols": ["udp"]},
+ "geneve": {"port_number": 6081, "protocols": ["udp"]},
+ "p25cai": {"port_number": 6082, "protocols": ["udp"]},
+ "miami-bcast": {"port_number": 6083, "protocols": ["udp"]},
+ "reload-config": {"port_number": 6084, "protocols": ["tcp"]},
+ "konspire2b": {"port_number": 6085, "protocols": ["tcp", "udp"]},
+ "pdtp": {"port_number": 6086, "protocols": ["tcp", "udp"]},
+ "ldss": {"port_number": 6087, "protocols": ["tcp", "udp"]},
+ "doglms": {"port_number": 6088, "protocols": ["tcp"]},
+ "doglms-notify": {"port_number": 6088, "protocols": ["udp"]},
+ "raxa-mgmt": {"port_number": 6099, "protocols": ["tcp"]},
+ "synchronet-db": {"port_number": 6100, "protocols": ["tcp", "udp"]},
+ "synchronet-rtc": {"port_number": 6101, "protocols": ["tcp", "udp"]},
+ "synchronet-upd": {"port_number": 6102, "protocols": ["tcp", "udp"]},
+ "rets": {"port_number": 6103, "protocols": ["tcp", "udp"]},
+ "dbdb": {"port_number": 6104, "protocols": ["tcp", "udp"]},
+ "primaserver": {"port_number": 6105, "protocols": ["tcp", "udp"]},
+ "mpsserver": {"port_number": 6106, "protocols": ["tcp", "udp"]},
+ "etc-control": {"port_number": 6107, "protocols": ["tcp", "udp"]},
+ "sercomm-scadmin": {"port_number": 6108, "protocols": ["tcp", "udp"]},
+ "globecast-id": {"port_number": 6109, "protocols": ["tcp", "udp"]},
+ "softcm": {"port_number": 6110, "protocols": ["tcp", "udp"]},
+ "spc": {"port_number": 6111, "protocols": ["tcp", "udp"]},
+ "dtspcd": {"port_number": 6112, "protocols": ["tcp", "udp"]},
+ "dayliteserver": {"port_number": 6113, "protocols": ["tcp"]},
+ "wrspice": {"port_number": 6114, "protocols": ["tcp"]},
+ "xic": {"port_number": 6115, "protocols": ["tcp"]},
+ "xtlserv": {"port_number": 6116, "protocols": ["tcp"]},
+ "daylitetouch": {"port_number": 6117, "protocols": ["tcp"]},
+ "tipc": {"port_number": 6118, "protocols": ["udp"]},
+ "spdy": {"port_number": 6121, "protocols": ["tcp"]},
+ "bex-webadmin": {"port_number": 6122, "protocols": ["tcp", "udp"]},
+ "backup-express": {"port_number": 6123, "protocols": ["tcp", "udp"]},
+ "pnbs": {"port_number": 6124, "protocols": ["tcp", "udp"]},
+ "damewaremobgtwy": {"port_number": 6130, "protocols": ["tcp"]},
+ "nbt-wol": {"port_number": 6133, "protocols": ["tcp", "udp"]},
+ "pulsonixnls": {"port_number": 6140, "protocols": ["tcp", "udp"]},
+ "meta-corp": {"port_number": 6141, "protocols": ["tcp", "udp"]},
+ "aspentec-lm": {"port_number": 6142, "protocols": ["tcp", "udp"]},
+ "watershed-lm": {"port_number": 6143, "protocols": ["tcp", "udp"]},
+ "statsci1-lm": {"port_number": 6144, "protocols": ["tcp", "udp"]},
+ "statsci2-lm": {"port_number": 6145, "protocols": ["tcp", "udp"]},
+ "lonewolf-lm": {"port_number": 6146, "protocols": ["tcp", "udp"]},
+ "montage-lm": {"port_number": 6147, "protocols": ["tcp", "udp"]},
+ "ricardo-lm-secondary": {"port_number": 6148, "protocols": ["tcp", "udp"]},
+ "tal-pod": {"port_number": 6149, "protocols": ["tcp", "udp"]},
+ "efb-aci": {"port_number": 6159, "protocols": ["tcp"]},
+ "ecmp": {"port_number": 6160, "protocols": ["tcp"]},
+ "ecmp-data": {"port_number": 6160, "protocols": ["udp"]},
+ "patrol-ism": {"port_number": 6161, "protocols": ["tcp", "udp"]},
+ "patrol-coll": {"port_number": 6162, "protocols": ["tcp", "udp"]},
+ "pscribe": {"port_number": 6163, "protocols": ["tcp", "udp"]},
+ "lm-x": {"port_number": 6200, "protocols": ["tcp", "udp"]},
+ "thermo-calc": {"port_number": 6201, "protocols": ["udp"]},
+ "qmtps": {"port_number": 6209, "protocols": ["tcp", "udp"]},
+ "radmind": {"port_number": 6222, "protocols": ["tcp", "udp"]},
+ "jeol-nsdtp-1": {"port_number": 6241, "protocols": ["tcp"]},
+ "jeol-nsddp-1": {"port_number": 6241, "protocols": ["udp"]},
+ "jeol-nsdtp-2": {"port_number": 6242, "protocols": ["tcp"]},
+ "jeol-nsddp-2": {"port_number": 6242, "protocols": ["udp"]},
+ "jeol-nsdtp-3": {"port_number": 6243, "protocols": ["tcp"]},
+ "jeol-nsddp-3": {"port_number": 6243, "protocols": ["udp"]},
+ "jeol-nsdtp-4": {"port_number": 6244, "protocols": ["tcp"]},
+ "jeol-nsddp-4": {"port_number": 6244, "protocols": ["udp"]},
+ "tl1-raw-ssl": {"port_number": 6251, "protocols": ["tcp", "udp"]},
+ "tl1-ssh": {"port_number": 6252, "protocols": ["tcp", "udp"]},
+ "crip": {"port_number": 6253, "protocols": ["tcp", "udp"]},
+ "gld": {"port_number": 6267, "protocols": ["tcp"]},
+ "grid": {"port_number": 6268, "protocols": ["tcp", "udp"]},
+ "grid-alt": {"port_number": 6269, "protocols": ["tcp", "udp"]},
+ "bmc-grx": {"port_number": 6300, "protocols": ["tcp", "udp"]},
+ "bmc-ctd-ldap": {"port_number": 6301, "protocols": ["tcp", "udp"]},
+ "bmc_ctd_ldap": {"port_number": 6301, "protocols": ["tcp", "udp"]},
+ "ufmp": {"port_number": 6306, "protocols": ["tcp", "udp"]},
+ "scup": {"port_number": 6315, "protocols": ["tcp"]},
+ "scup-disc": {"port_number": 6315, "protocols": ["udp"]},
+ "abb-escp": {"port_number": 6316, "protocols": ["tcp", "udp"]},
+ "nav-data-cmd": {"port_number": 6317, "protocols": ["tcp"]},
+ "nav-data": {"port_number": 6317, "protocols": ["udp"]},
+ "iona-data": {"port_number": 6318, "protocols": ["tcp"]},
+ "repsvc": {"port_number": 6320, "protocols": ["tcp", "udp"]},
+ "emp-server1": {"port_number": 6321, "protocols": ["tcp", "udp"]},
+ "emp-server2": {"port_number": 6322, "protocols": ["tcp", "udp"]},
+ "hrd-ncs": {"port_number": 6324, "protocols": ["tcp"]},
+ "hrd-ns-disc": {"port_number": 6324, "protocols": ["udp"]},
+ "dt-mgmtsvc": {"port_number": 6325, "protocols": ["tcp"]},
+ "dt-vra": {"port_number": 6326, "protocols": ["tcp"]},
+ "sflow": {"port_number": 6343, "protocols": ["tcp", "udp"]},
+ "streletz": {"port_number": 6344, "protocols": ["tcp"]},
+ "gnutella-svc": {"port_number": 6346, "protocols": ["tcp", "udp"]},
+ "gnutella-rtr": {"port_number": 6347, "protocols": ["tcp", "udp"]},
+ "adap": {"port_number": 6350, "protocols": ["tcp", "udp"]},
+ "pmcs": {"port_number": 6355, "protocols": ["tcp", "udp"]},
+ "metaedit-mu": {"port_number": 6360, "protocols": ["tcp", "udp"]},
+ "ndn": {"port_number": 6363, "protocols": ["udp"]},
+ "metaedit-se": {"port_number": 6370, "protocols": ["tcp", "udp"]},
+ "redis": {"port_number": 6379, "protocols": ["tcp"]},
+ "metatude-mds": {"port_number": 6382, "protocols": ["tcp", "udp"]},
+ "clariion-evr01": {"port_number": 6389, "protocols": ["tcp", "udp"]},
+ "metaedit-ws": {"port_number": 6390, "protocols": ["tcp", "udp"]},
+ "faxcomservice": {"port_number": 6417, "protocols": ["tcp", "udp"]},
+ "syserverremote": {"port_number": 6418, "protocols": ["tcp"]},
+ "svdrp": {"port_number": 6419, "protocols": ["tcp"]},
+ "svdrp-disc": {"port_number": 6419, "protocols": ["udp"]},
+ "nim-vdrshell": {"port_number": 6420, "protocols": ["tcp", "udp"]},
+ "nim-wan": {"port_number": 6421, "protocols": ["tcp", "udp"]},
+ "pgbouncer": {"port_number": 6432, "protocols": ["tcp"]},
+ "heliosd": {"port_number": 6440, "protocols": ["tcp"]},
+ "tarp": {"port_number": 6442, "protocols": ["tcp"]},
+ "sun-sr-https": {"port_number": 6443, "protocols": ["tcp", "udp"]},
+ "sge-qmaster": {"port_number": 6444, "protocols": ["tcp", "udp"]},
+ "sge_qmaster": {"port_number": 6444, "protocols": ["tcp", "udp"]},
+ "sge-execd": {"port_number": 6445, "protocols": ["tcp", "udp"]},
+ "sge_execd": {"port_number": 6445, "protocols": ["tcp", "udp"]},
+ "mysql-proxy": {"port_number": 6446, "protocols": ["tcp", "udp"]},
+ "skip-cert-recv": {"port_number": 6455, "protocols": ["tcp", "udp"]},
+ "skip-cert-send": {"port_number": 6456, "protocols": ["tcp", "udp"]},
+ "ieee11073-20701": {"port_number": 6464, "protocols": ["tcp", "udp"]},
+ "lvision-lm": {"port_number": 6471, "protocols": ["tcp", "udp"]},
+ "sun-sr-http": {"port_number": 6480, "protocols": ["tcp", "udp"]},
+ "servicetags": {"port_number": 6481, "protocols": ["tcp", "udp"]},
+ "ldoms-mgmt": {"port_number": 6482, "protocols": ["tcp", "udp"]},
+ "SunVTS-RMI": {"port_number": 6483, "protocols": ["tcp", "udp"]},
+ "sun-sr-jms": {"port_number": 6484, "protocols": ["tcp", "udp"]},
+ "sun-sr-iiop": {"port_number": 6485, "protocols": ["tcp", "udp"]},
+ "sun-sr-iiops": {"port_number": 6486, "protocols": ["tcp", "udp"]},
+ "sun-sr-iiop-aut": {"port_number": 6487, "protocols": ["tcp", "udp"]},
+ "sun-sr-jmx": {"port_number": 6488, "protocols": ["tcp", "udp"]},
+ "sun-sr-admin": {"port_number": 6489, "protocols": ["tcp", "udp"]},
+ "boks": {"port_number": 6500, "protocols": ["tcp", "udp"]},
+ "boks-servc": {"port_number": 6501, "protocols": ["tcp", "udp"]},
+ "boks_servc": {"port_number": 6501, "protocols": ["tcp", "udp"]},
+ "boks-servm": {"port_number": 6502, "protocols": ["tcp", "udp"]},
+ "boks_servm": {"port_number": 6502, "protocols": ["tcp", "udp"]},
+ "boks-clntd": {"port_number": 6503, "protocols": ["tcp", "udp"]},
+ "boks_clntd": {"port_number": 6503, "protocols": ["tcp", "udp"]},
+ "badm-priv": {"port_number": 6505, "protocols": ["tcp", "udp"]},
+ "badm_priv": {"port_number": 6505, "protocols": ["tcp", "udp"]},
+ "badm-pub": {"port_number": 6506, "protocols": ["tcp", "udp"]},
+ "badm_pub": {"port_number": 6506, "protocols": ["tcp", "udp"]},
+ "bdir-priv": {"port_number": 6507, "protocols": ["tcp", "udp"]},
+ "bdir_priv": {"port_number": 6507, "protocols": ["tcp", "udp"]},
+ "bdir-pub": {"port_number": 6508, "protocols": ["tcp", "udp"]},
+ "bdir_pub": {"port_number": 6508, "protocols": ["tcp", "udp"]},
+ "mgcs-mfp-port": {"port_number": 6509, "protocols": ["tcp", "udp"]},
+ "mcer-port": {"port_number": 6510, "protocols": ["tcp", "udp"]},
+ "dccp-udp": {"port_number": 6511, "protocols": ["udp"]},
+ "netconf-tls": {"port_number": 6513, "protocols": ["tcp"]},
+ "syslog-tls": {"port_number": 6514, "protocols": ["tcp", "udp", "dccp"]},
+ "elipse-rec": {"port_number": 6515, "protocols": ["tcp", "udp"]},
+ "lds-distrib": {"port_number": 6543, "protocols": ["tcp", "udp"]},
+ "lds-dump": {"port_number": 6544, "protocols": ["tcp", "udp"]},
+ "apc-6547": {"port_number": 6547, "protocols": ["tcp", "udp"]},
+ "apc-6548": {"port_number": 6548, "protocols": ["tcp", "udp"]},
+ "apc-6549": {"port_number": 6549, "protocols": ["tcp", "udp"]},
+ "fg-sysupdate": {"port_number": 6550, "protocols": ["tcp", "udp"]},
+ "sum": {"port_number": 6551, "protocols": ["tcp", "udp"]},
+ "checkmk-agent": {"port_number": 6556, "protocols": ["tcp"]},
+ "xdsxdm": {"port_number": 6558, "protocols": ["tcp", "udp"]},
+ "sane-port": {"port_number": 6566, "protocols": ["tcp", "udp"]},
+ "canit-store": {"port_number": 6568, "protocols": ["tcp"]},
+ "canit_store": {"port_number": 6568, "protocols": ["tcp"]},
+ "rp-reputation": {"port_number": 6568, "protocols": ["udp"]},
+ "affiliate": {"port_number": 6579, "protocols": ["tcp", "udp"]},
+ "parsec-master": {"port_number": 6580, "protocols": ["tcp", "udp"]},
+ "parsec-peer": {"port_number": 6581, "protocols": ["tcp", "udp"]},
+ "parsec-game": {"port_number": 6582, "protocols": ["tcp", "udp"]},
+ "joaJewelSuite": {"port_number": 6583, "protocols": ["tcp", "udp"]},
+ "mshvlm": {"port_number": 6600, "protocols": ["tcp"]},
+ "mstmg-sstp": {"port_number": 6601, "protocols": ["tcp"]},
+ "wsscomfrmwk": {"port_number": 6602, "protocols": ["tcp"]},
+ "odette-ftps": {"port_number": 6619, "protocols": ["tcp", "udp"]},
+ "kftp-data": {"port_number": 6620, "protocols": ["tcp", "udp"]},
+ "kftp": {"port_number": 6621, "protocols": ["tcp", "udp"]},
+ "mcftp": {"port_number": 6622, "protocols": ["tcp", "udp"]},
+ "ktelnet": {"port_number": 6623, "protocols": ["tcp", "udp"]},
+ "datascaler-db": {"port_number": 6624, "protocols": ["tcp"]},
+ "datascaler-ctl": {"port_number": 6625, "protocols": ["tcp"]},
+ "wago-service": {"port_number": 6626, "protocols": ["tcp", "udp"]},
+ "nexgen": {"port_number": 6627, "protocols": ["tcp", "udp"]},
+ "afesc-mc": {"port_number": 6628, "protocols": ["tcp", "udp"]},
+ "nexgen-aux": {"port_number": 6629, "protocols": ["tcp", "udp"]},
+ "mxodbc-connect": {"port_number": 6632, "protocols": ["tcp"]},
+ "cisco-vpath-tun": {"port_number": 6633, "protocols": ["udp"]},
+ "mpls-pm": {"port_number": 6634, "protocols": ["udp"]},
+ "mpls-udp": {"port_number": 6635, "protocols": ["udp"]},
+ "mpls-udp-dtls": {"port_number": 6636, "protocols": ["udp"]},
+ "ovsdb": {"port_number": 6640, "protocols": ["tcp"]},
+ "openflow": {"port_number": 6653, "protocols": ["tcp", "udp"]},
+ "pcs-sf-ui-man": {"port_number": 6655, "protocols": ["tcp"]},
+ "emgmsg": {"port_number": 6656, "protocols": ["tcp"]},
+ "palcom-disc": {"port_number": 6657, "protocols": ["udp"]},
+ "vocaltec-gold": {"port_number": 6670, "protocols": ["tcp", "udp"]},
+ "p4p-portal": {"port_number": 6671, "protocols": ["tcp", "udp"]},
+ "vision-server": {"port_number": 6672, "protocols": ["tcp", "udp"]},
+ "vision_server": {"port_number": 6672, "protocols": ["tcp", "udp"]},
+ "vision-elmd": {"port_number": 6673, "protocols": ["tcp", "udp"]},
+ "vision_elmd": {"port_number": 6673, "protocols": ["tcp", "udp"]},
+ "vfbp": {"port_number": 6678, "protocols": ["tcp"]},
+ "vfbp-disc": {"port_number": 6678, "protocols": ["udp"]},
+ "osaut": {"port_number": 6679, "protocols": ["tcp", "udp"]},
+ "clever-ctrace": {"port_number": 6687, "protocols": ["tcp"]},
+ "clever-tcpip": {"port_number": 6688, "protocols": ["tcp"]},
+ "tsa": {"port_number": 6689, "protocols": ["tcp", "udp"]},
+ "cleverdetect": {"port_number": 6690, "protocols": ["tcp"]},
+ "babel": {"port_number": 6696, "protocols": ["udp"]},
+ "ircs-u": {"port_number": 6697, "protocols": ["tcp"]},
+ "babel-dtls": {"port_number": 6699, "protocols": ["udp"]},
+ "kti-icad-srvr": {"port_number": 6701, "protocols": ["tcp", "udp"]},
+ "e-design-net": {"port_number": 6702, "protocols": ["tcp", "udp"]},
+ "e-design-web": {"port_number": 6703, "protocols": ["tcp", "udp"]},
+ "frc-hp": {"port_number": 6704, "protocols": ["sctp"]},
+ "frc-mp": {"port_number": 6705, "protocols": ["sctp"]},
+ "frc-lp": {"port_number": 6706, "protocols": ["sctp"]},
+ "ibprotocol": {"port_number": 6714, "protocols": ["tcp", "udp"]},
+ "fibotrader-com": {"port_number": 6715, "protocols": ["tcp", "udp"]},
+ "princity-agent": {"port_number": 6716, "protocols": ["tcp"]},
+ "bmc-perf-agent": {"port_number": 6767, "protocols": ["tcp", "udp"]},
+ "bmc-perf-mgrd": {"port_number": 6768, "protocols": ["tcp", "udp"]},
+ "adi-gxp-srvprt": {"port_number": 6769, "protocols": ["tcp", "udp"]},
+ "plysrv-http": {"port_number": 6770, "protocols": ["tcp", "udp"]},
+ "plysrv-https": {"port_number": 6771, "protocols": ["tcp", "udp"]},
+ "ntz-tracker": {"port_number": 6777, "protocols": ["tcp"]},
+ "ntz-p2p-storage": {"port_number": 6778, "protocols": ["tcp"]},
+ "bfd-lag": {"port_number": 6784, "protocols": ["udp"]},
+ "dgpf-exchg": {"port_number": 6785, "protocols": ["tcp", "udp"]},
+ "smc-jmx": {"port_number": 6786, "protocols": ["tcp", "udp"]},
+ "smc-admin": {"port_number": 6787, "protocols": ["tcp", "udp"]},
+ "smc-http": {"port_number": 6788, "protocols": ["tcp", "udp"]},
+ "radg": {"port_number": 6789, "protocols": ["tcp"]},
+ "hnmp": {"port_number": 6790, "protocols": ["tcp", "udp"]},
+ "hnm": {"port_number": 6791, "protocols": ["tcp", "udp"]},
+ "acnet": {"port_number": 6801, "protocols": ["tcp", "udp"]},
+ "pentbox-sim": {"port_number": 6817, "protocols": ["tcp"]},
+ "ambit-lm": {"port_number": 6831, "protocols": ["tcp", "udp"]},
+ "netmo-default": {"port_number": 6841, "protocols": ["tcp", "udp"]},
+ "netmo-http": {"port_number": 6842, "protocols": ["tcp", "udp"]},
+ "iccrushmore": {"port_number": 6850, "protocols": ["tcp", "udp"]},
+ "acctopus-cc": {"port_number": 6868, "protocols": ["tcp"]},
+ "acctopus-st": {"port_number": 6868, "protocols": ["udp"]},
+ "muse": {"port_number": 6888, "protocols": ["tcp", "udp"]},
+ "rtimeviewer": {"port_number": 6900, "protocols": ["tcp"]},
+ "jetstream": {"port_number": 6901, "protocols": ["tcp"]},
+ "split-ping": {"port_number": 6924, "protocols": ["tcp", "udp"]},
+ "ethoscan": {"port_number": 6935, "protocols": ["tcp", "udp"]},
+ "xsmsvc": {"port_number": 6936, "protocols": ["tcp", "udp"]},
+ "bioserver": {"port_number": 6946, "protocols": ["tcp", "udp"]},
+ "otlp": {"port_number": 6951, "protocols": ["tcp", "udp"]},
+ "jmact3": {"port_number": 6961, "protocols": ["tcp", "udp"]},
+ "jmevt2": {"port_number": 6962, "protocols": ["tcp", "udp"]},
+ "swismgr1": {"port_number": 6963, "protocols": ["tcp", "udp"]},
+ "swismgr2": {"port_number": 6964, "protocols": ["tcp", "udp"]},
+ "swistrap": {"port_number": 6965, "protocols": ["tcp", "udp"]},
+ "swispol": {"port_number": 6966, "protocols": ["tcp", "udp"]},
+ "acmsoda": {"port_number": 6969, "protocols": ["tcp", "udp"]},
+ "conductor": {"port_number": 6970, "protocols": ["tcp"]},
+ "conductor-mpx": {"port_number": 6970, "protocols": ["sctp"]},
+ "qolyester": {"port_number": 6980, "protocols": ["udp"]},
+ "MobilitySrv": {"port_number": 6997, "protocols": ["tcp", "udp"]},
+ "iatp-highpri": {"port_number": 6998, "protocols": ["tcp", "udp"]},
+ "iatp-normalpri": {"port_number": 6999, "protocols": ["tcp", "udp"]},
+ "afs3-fileserver": {"port_number": 7000, "protocols": ["tcp", "udp"]},
+ "afs3-callback": {"port_number": 7001, "protocols": ["tcp", "udp"]},
+ "afs3-prserver": {"port_number": 7002, "protocols": ["tcp", "udp"]},
+ "afs3-vlserver": {"port_number": 7003, "protocols": ["tcp", "udp"]},
+ "afs3-kaserver": {"port_number": 7004, "protocols": ["tcp", "udp"]},
+ "afs3-volser": {"port_number": 7005, "protocols": ["tcp", "udp"]},
+ "afs3-errors": {"port_number": 7006, "protocols": ["tcp", "udp"]},
+ "afs3-bos": {"port_number": 7007, "protocols": ["tcp", "udp"]},
+ "afs3-update": {"port_number": 7008, "protocols": ["tcp", "udp"]},
+ "afs3-rmtsys": {"port_number": 7009, "protocols": ["tcp", "udp"]},
+ "ups-onlinet": {"port_number": 7010, "protocols": ["tcp", "udp"]},
+ "talon-disc": {"port_number": 7011, "protocols": ["tcp", "udp"]},
+ "talon-engine": {"port_number": 7012, "protocols": ["tcp", "udp"]},
+ "microtalon-dis": {"port_number": 7013, "protocols": ["tcp", "udp"]},
+ "microtalon-com": {"port_number": 7014, "protocols": ["tcp", "udp"]},
+ "talon-webserver": {"port_number": 7015, "protocols": ["tcp", "udp"]},
+ "spg": {"port_number": 7016, "protocols": ["tcp", "udp"]},
+ "grasp": {"port_number": 7017, "protocols": ["tcp", "udp"]},
+ "fisa-svc": {"port_number": 7018, "protocols": ["tcp"]},
+ "doceri-ctl": {"port_number": 7019, "protocols": ["tcp"]},
+ "doceri-view": {"port_number": 7019, "protocols": ["udp"]},
+ "dpserve": {"port_number": 7020, "protocols": ["tcp", "udp"]},
+ "dpserveadmin": {"port_number": 7021, "protocols": ["tcp", "udp"]},
+ "ctdp": {"port_number": 7022, "protocols": ["tcp", "udp"]},
+ "ct2nmcs": {"port_number": 7023, "protocols": ["tcp", "udp"]},
+ "vmsvc": {"port_number": 7024, "protocols": ["tcp", "udp"]},
+ "vmsvc-2": {"port_number": 7025, "protocols": ["tcp", "udp"]},
+ "loreji-panel": {"port_number": 7026, "protocols": ["tcp"]},
+ "op-probe": {"port_number": 7030, "protocols": ["tcp", "udp"]},
+ "iposplanet": {"port_number": 7031, "protocols": ["tcp"]},
+ "quest-disc": {"port_number": 7040, "protocols": ["udp"]},
+ "arcp": {"port_number": 7070, "protocols": ["tcp", "udp"]},
+ "iwg1": {"port_number": 7071, "protocols": ["tcp", "udp"]},
+ "iba-cfg": {"port_number": 7072, "protocols": ["tcp"]},
+ "iba-cfg-disc": {"port_number": 7072, "protocols": ["udp"]},
+ "martalk": {"port_number": 7073, "protocols": ["tcp"]},
+ "empowerid": {"port_number": 7080, "protocols": ["tcp", "udp"]},
+ "zixi-transport": {"port_number": 7088, "protocols": ["udp"]},
+ "jdp-disc": {"port_number": 7095, "protocols": ["udp"]},
+ "lazy-ptop": {"port_number": 7099, "protocols": ["tcp", "udp"]},
+ "font-service": {"port_number": 7100, "protocols": ["tcp", "udp"]},
+ "elcn": {"port_number": 7101, "protocols": ["tcp", "udp"]},
+ "aes-x170": {"port_number": 7107, "protocols": ["udp"]},
+ "rothaga": {"port_number": 7117, "protocols": ["tcp"]},
+ "virprot-lm": {"port_number": 7121, "protocols": ["tcp", "udp"]},
+ "snif": {"port_number": 7123, "protocols": ["tcp"]},
+ "scenidm": {"port_number": 7128, "protocols": ["tcp", "udp"]},
+ "scenccs": {"port_number": 7129, "protocols": ["tcp", "udp"]},
+ "cabsm-comm": {"port_number": 7161, "protocols": ["tcp", "udp"]},
+ "caistoragemgr": {"port_number": 7162, "protocols": ["tcp", "udp"]},
+ "cacsambroker": {"port_number": 7163, "protocols": ["tcp", "udp"]},
+ "fsr": {"port_number": 7164, "protocols": ["tcp", "udp"]},
+ "doc-server": {"port_number": 7165, "protocols": ["tcp", "udp"]},
+ "aruba-server": {"port_number": 7166, "protocols": ["tcp", "udp"]},
+ "casrmagent": {"port_number": 7167, "protocols": ["tcp"]},
+ "cnckadserver": {"port_number": 7168, "protocols": ["tcp"]},
+ "ccag-pib": {"port_number": 7169, "protocols": ["tcp", "udp"]},
+ "nsrp": {"port_number": 7170, "protocols": ["tcp", "udp"]},
+ "drm-production": {"port_number": 7171, "protocols": ["tcp", "udp"]},
+ "metalbend": {"port_number": 7172, "protocols": ["tcp"]},
+ "zsecure": {"port_number": 7173, "protocols": ["tcp"]},
+ "clutild": {"port_number": 7174, "protocols": ["tcp", "udp"]},
+ "janus-disc": {"port_number": 7181, "protocols": ["udp"]},
+ "fodms": {"port_number": 7200, "protocols": ["tcp", "udp"]},
+ "dlip": {"port_number": 7201, "protocols": ["tcp", "udp"]},
+ "pon-ictp": {"port_number": 7202, "protocols": ["tcp"]},
+ "PS-Server": {"port_number": 7215, "protocols": ["tcp"]},
+ "PS-Capture-Pro": {"port_number": 7216, "protocols": ["tcp"]},
+ "ramp": {"port_number": 7227, "protocols": ["tcp", "udp"]},
+ "citrixupp": {"port_number": 7228, "protocols": ["tcp"]},
+ "citrixuppg": {"port_number": 7229, "protocols": ["tcp"]},
+ "asa-gateways": {"port_number": 7234, "protocols": ["tcp"]},
+ "aspcoordination": {"port_number": 7235, "protocols": ["udp"]},
+ "display": {"port_number": 7236, "protocols": ["tcp"]},
+ "pads": {"port_number": 7237, "protocols": ["tcp"]},
+ "frc-hicp": {"port_number": 7244, "protocols": ["tcp"]},
+ "frc-hicp-disc": {"port_number": 7244, "protocols": ["udp"]},
+ "cnap": {"port_number": 7262, "protocols": ["tcp", "udp"]},
+ "watchme-7272": {"port_number": 7272, "protocols": ["tcp", "udp"]},
+ "oma-rlp": {"port_number": 7273, "protocols": ["tcp", "udp"]},
+ "oma-rlp-s": {"port_number": 7274, "protocols": ["tcp", "udp"]},
+ "oma-ulp": {"port_number": 7275, "protocols": ["tcp", "udp"]},
+ "oma-ilp": {"port_number": 7276, "protocols": ["tcp", "udp"]},
+ "oma-ilp-s": {"port_number": 7277, "protocols": ["tcp", "udp"]},
+ "oma-dcdocbs": {"port_number": 7278, "protocols": ["tcp", "udp"]},
+ "ctxlic": {"port_number": 7279, "protocols": ["tcp", "udp"]},
+ "itactionserver1": {"port_number": 7280, "protocols": ["tcp", "udp"]},
+ "itactionserver2": {"port_number": 7281, "protocols": ["tcp", "udp"]},
+ "mzca-action": {"port_number": 7282, "protocols": ["tcp"]},
+ "mzca-alert": {"port_number": 7282, "protocols": ["udp"]},
+ "genstat": {"port_number": 7283, "protocols": ["tcp"]},
+ "lcm-server": {"port_number": 7365, "protocols": ["tcp", "udp"]},
+ "mindfilesys": {"port_number": 7391, "protocols": ["tcp", "udp"]},
+ "mrssrendezvous": {"port_number": 7392, "protocols": ["tcp", "udp"]},
+ "nfoldman": {"port_number": 7393, "protocols": ["tcp", "udp"]},
+ "fse": {"port_number": 7394, "protocols": ["tcp", "udp"]},
+ "winqedit": {"port_number": 7395, "protocols": ["tcp", "udp"]},
+ "hexarc": {"port_number": 7397, "protocols": ["tcp", "udp"]},
+ "rtps-discovery": {"port_number": 7400, "protocols": ["tcp", "udp"]},
+ "rtps-dd-ut": {"port_number": 7401, "protocols": ["tcp", "udp"]},
+ "rtps-dd-mt": {"port_number": 7402, "protocols": ["tcp", "udp"]},
+ "ionixnetmon": {"port_number": 7410, "protocols": ["tcp", "udp"]},
+ "daqstream": {"port_number": 7411, "protocols": ["tcp", "udp"]},
+ "ipluminary": {"port_number": 7420, "protocols": ["udp"]},
+ "mtportmon": {"port_number": 7421, "protocols": ["tcp", "udp"]},
+ "pmdmgr": {"port_number": 7426, "protocols": ["tcp", "udp"]},
+ "oveadmgr": {"port_number": 7427, "protocols": ["tcp", "udp"]},
+ "ovladmgr": {"port_number": 7428, "protocols": ["tcp", "udp"]},
+ "opi-sock": {"port_number": 7429, "protocols": ["tcp", "udp"]},
+ "xmpv7": {"port_number": 7430, "protocols": ["tcp", "udp"]},
+ "pmd": {"port_number": 7431, "protocols": ["tcp", "udp"]},
+ "faximum": {"port_number": 7437, "protocols": ["tcp", "udp"]},
+ "oracleas-https": {"port_number": 7443, "protocols": ["tcp", "udp"]},
+ "sttunnel": {"port_number": 7471, "protocols": ["tcp"]},
+ "rise": {"port_number": 7473, "protocols": ["tcp", "udp"]},
+ "neo4j": {"port_number": 7474, "protocols": ["tcp"]},
+ "openit": {"port_number": 7478, "protocols": ["tcp"]},
+ "telops-lmd": {"port_number": 7491, "protocols": ["tcp", "udp"]},
+ "silhouette": {"port_number": 7500, "protocols": ["tcp", "udp"]},
+ "ovbus": {"port_number": 7501, "protocols": ["tcp", "udp"]},
+ "adcp": {"port_number": 7508, "protocols": ["tcp"]},
+ "acplt": {"port_number": 7509, "protocols": ["tcp"]},
+ "ovhpas": {"port_number": 7510, "protocols": ["tcp", "udp"]},
+ "pafec-lm": {"port_number": 7511, "protocols": ["tcp", "udp"]},
+ "saratoga": {"port_number": 7542, "protocols": ["tcp", "udp"]},
+ "atul": {"port_number": 7543, "protocols": ["tcp", "udp"]},
+ "nta-ds": {"port_number": 7544, "protocols": ["tcp", "udp"]},
+ "nta-us": {"port_number": 7545, "protocols": ["tcp", "udp"]},
+ "cfs": {"port_number": 7546, "protocols": ["tcp", "udp"]},
+ "cwmp": {"port_number": 7547, "protocols": ["tcp", "udp"]},
+ "tidp": {"port_number": 7548, "protocols": ["tcp", "udp"]},
+ "nls-tl": {"port_number": 7549, "protocols": ["tcp", "udp"]},
+ "cloudsignaling": {"port_number": 7550, "protocols": ["udp"]},
+ "controlone-con": {"port_number": 7551, "protocols": ["tcp"]},
+ "sncp": {"port_number": 7560, "protocols": ["tcp", "udp"]},
+ "cfw": {"port_number": 7563, "protocols": ["tcp"]},
+ "vsi-omega": {"port_number": 7566, "protocols": ["tcp", "udp"]},
+ "dell-eql-asm": {"port_number": 7569, "protocols": ["tcp"]},
+ "aries-kfinder": {"port_number": 7570, "protocols": ["tcp", "udp"]},
+ "coherence": {"port_number": 7574, "protocols": ["tcp"]},
+ "coherence-disc": {"port_number": 7574, "protocols": ["udp"]},
+ "wtmi-panel": {"port_number": 7575, "protocols": ["tcp"]},
+ "sun-lm": {"port_number": 7588, "protocols": ["tcp", "udp"]},
+ "mipi-debug": {"port_number": 7606, "protocols": ["tcp", "udp"]},
+ "indi": {"port_number": 7624, "protocols": ["tcp", "udp"]},
+ "simco": {"port_number": 7626, "protocols": ["tcp", "sctp"]},
+ "soap-http": {"port_number": 7627, "protocols": ["tcp", "udp"]},
+ "zen-pawn": {"port_number": 7628, "protocols": ["tcp", "udp"]},
+ "xdas": {"port_number": 7629, "protocols": ["tcp", "udp"]},
+ "hawk": {"port_number": 7630, "protocols": ["tcp"]},
+ "tesla-sys-msg": {"port_number": 7631, "protocols": ["tcp"]},
+ "pmdfmgt": {"port_number": 7633, "protocols": ["tcp", "udp"]},
+ "cuseeme": {"port_number": 7648, "protocols": ["tcp", "udp"]},
+ "rome": {"port_number": 7663, "protocols": ["tcp", "udp"]},
+ "authoritygate": {"port_number": 7668, "protocols": ["tcp"]},
+ "imqstomp": {"port_number": 7672, "protocols": ["tcp"]},
+ "imqstomps": {"port_number": 7673, "protocols": ["tcp"]},
+ "imqtunnels": {"port_number": 7674, "protocols": ["tcp", "udp"]},
+ "imqtunnel": {"port_number": 7675, "protocols": ["tcp", "udp"]},
+ "imqbrokerd": {"port_number": 7676, "protocols": ["tcp", "udp"]},
+ "sun-user-https": {"port_number": 7677, "protocols": ["tcp", "udp"]},
+ "ms-do": {"port_number": 7680, "protocols": ["tcp", "udp"]},
+ "dmt": {"port_number": 7683, "protocols": ["tcp"]},
+ "bolt": {"port_number": 7687, "protocols": ["tcp"]},
+ "collaber": {"port_number": 7689, "protocols": ["tcp", "udp"]},
+ "sovd": {"port_number": 7690, "protocols": ["tcp"]},
+ "klio": {"port_number": 7697, "protocols": ["tcp", "udp"]},
+ "em7-secom": {"port_number": 7700, "protocols": ["tcp"]},
+ "nfapi": {"port_number": 7701, "protocols": ["sctp"]},
+ "sync-em7": {"port_number": 7707, "protocols": ["tcp", "udp"]},
+ "scinet": {"port_number": 7708, "protocols": ["tcp", "udp"]},
+ "medimageportal": {"port_number": 7720, "protocols": ["tcp", "udp"]},
+ "nsdeepfreezectl": {"port_number": 7724, "protocols": ["tcp", "udp"]},
+ "nitrogen": {"port_number": 7725, "protocols": ["tcp", "udp"]},
+ "freezexservice": {"port_number": 7726, "protocols": ["tcp", "udp"]},
+ "trident-data": {"port_number": 7727, "protocols": ["tcp", "udp"]},
+ "osvr": {"port_number": 7728, "protocols": ["tcp", "udp", "sctp"]},
+ "smip": {"port_number": 7734, "protocols": ["tcp", "udp"]},
+ "aiagent": {"port_number": 7738, "protocols": ["tcp", "udp"]},
+ "scriptview": {"port_number": 7741, "protocols": ["tcp", "udp"]},
+ "msss": {"port_number": 7742, "protocols": ["tcp"]},
+ "sstp-1": {"port_number": 7743, "protocols": ["tcp", "udp"]},
+ "raqmon-pdu": {"port_number": 7744, "protocols": ["tcp", "udp"]},
+ "prgp": {"port_number": 7747, "protocols": ["tcp", "udp"]},
+ "inetfs": {"port_number": 7775, "protocols": ["tcp"]},
+ "cbt": {"port_number": 7777, "protocols": ["tcp", "udp"]},
+ "interwise": {"port_number": 7778, "protocols": ["tcp", "udp"]},
+ "vstat": {"port_number": 7779, "protocols": ["tcp", "udp"]},
+ "accu-lmgr": {"port_number": 7781, "protocols": ["tcp", "udp"]},
+ "s-bfd": {"port_number": 7784, "protocols": ["udp"]},
+ "minivend": {"port_number": 7786, "protocols": ["tcp", "udp"]},
+ "popup-reminders": {"port_number": 7787, "protocols": ["tcp", "udp"]},
+ "office-tools": {"port_number": 7789, "protocols": ["tcp", "udp"]},
+ "q3ade": {"port_number": 7794, "protocols": ["tcp", "udp"]},
+ "pnet-conn": {"port_number": 7797, "protocols": ["tcp", "udp"]},
+ "pnet-enc": {"port_number": 7798, "protocols": ["tcp", "udp"]},
+ "altbsdp": {"port_number": 7799, "protocols": ["tcp", "udp"]},
+ "asr": {"port_number": 7800, "protocols": ["tcp", "udp"]},
+ "ssp-client": {"port_number": 7801, "protocols": ["tcp", "udp"]},
+ "vns-tp": {"port_number": 7802, "protocols": ["udp"]},
+ "rbt-wanopt": {"port_number": 7810, "protocols": ["tcp", "udp"]},
+ "apc-7845": {"port_number": 7845, "protocols": ["tcp", "udp"]},
+ "apc-7846": {"port_number": 7846, "protocols": ["tcp", "udp"]},
+ "csoauth": {"port_number": 7847, "protocols": ["tcp"]},
+ "mobileanalyzer": {"port_number": 7869, "protocols": ["tcp"]},
+ "rbt-smc": {"port_number": 7870, "protocols": ["tcp"]},
+ "mdm": {"port_number": 7871, "protocols": ["tcp"]},
+ "mipv6tls": {"port_number": 7872, "protocols": ["udp"]},
+ "owms": {"port_number": 7878, "protocols": ["tcp"]},
+ "pss": {"port_number": 7880, "protocols": ["tcp", "udp"]},
+ "ubroker": {"port_number": 7887, "protocols": ["tcp", "udp"]},
+ "mevent": {"port_number": 7900, "protocols": ["tcp", "udp"]},
+ "tnos-sp": {"port_number": 7901, "protocols": ["tcp", "udp"]},
+ "tnos-dp": {"port_number": 7902, "protocols": ["tcp", "udp"]},
+ "tnos-dps": {"port_number": 7903, "protocols": ["tcp", "udp"]},
+ "qo-secure": {"port_number": 7913, "protocols": ["tcp", "udp"]},
+ "t2-drm": {"port_number": 7932, "protocols": ["tcp", "udp"]},
+ "t2-brm": {"port_number": 7933, "protocols": ["tcp", "udp"]},
+ "generalsync": {"port_number": 7962, "protocols": ["tcp", "udp"]},
+ "supercell": {"port_number": 7967, "protocols": ["tcp", "udp"]},
+ "micromuse-ncps": {"port_number": 7979, "protocols": ["tcp", "udp"]},
+ "quest-vista": {"port_number": 7980, "protocols": ["tcp", "udp"]},
+ "sossd-collect": {"port_number": 7981, "protocols": ["tcp"]},
+ "sossd-agent": {"port_number": 7982, "protocols": ["tcp"]},
+ "sossd-disc": {"port_number": 7982, "protocols": ["udp"]},
+ "pushns": {"port_number": 7997, "protocols": ["tcp"]},
+ "usicontentpush": {"port_number": 7998, "protocols": ["udp"]},
+ "irdmi2": {"port_number": 7999, "protocols": ["tcp", "udp"]},
+ "irdmi": {"port_number": 8000, "protocols": ["tcp", "udp"]},
+ "vcom-tunnel": {"port_number": 8001, "protocols": ["tcp", "udp"]},
+ "teradataordbms": {"port_number": 8002, "protocols": ["tcp", "udp"]},
+ "mcreport": {"port_number": 8003, "protocols": ["tcp", "udp"]},
+ "p2pevolvenet": {"port_number": 8004, "protocols": ["tcp"]},
+ "mxi": {"port_number": 8005, "protocols": ["tcp", "udp"]},
+ "wpl-analytics": {"port_number": 8006, "protocols": ["tcp"]},
+ "wpl-disc": {"port_number": 8006, "protocols": ["udp"]},
+ "warppipe": {"port_number": 8007, "protocols": ["tcp", "udp"]},
+ "http-alt-secondary": {"port_number": 8008, "protocols": ["tcp", "udp", "tcp", "udp"]},
+ "nvme-disc": {"port_number": 8009, "protocols": ["tcp"]},
+ "cfg-cloud": {"port_number": 8015, "protocols": ["tcp"]},
+ "ads-s": {"port_number": 8016, "protocols": ["tcp"]},
+ "cisco-cloudsec": {"port_number": 8017, "protocols": ["udp"]},
+ "qbdb": {"port_number": 8019, "protocols": ["tcp", "udp"]},
+ "intu-ec-svcdisc": {"port_number": 8020, "protocols": ["tcp", "udp"]},
+ "intu-ec-client": {"port_number": 8021, "protocols": ["tcp", "udp"]},
+ "oa-system": {"port_number": 8022, "protocols": ["tcp", "udp"]},
+ "arca-api": {"port_number": 8023, "protocols": ["tcp", "udp"]},
+ "ca-audit-da": {"port_number": 8025, "protocols": ["tcp", "udp"]},
+ "ca-audit-ds": {"port_number": 8026, "protocols": ["tcp", "udp"]},
+ "papachi-p2p-srv": {"port_number": 8027, "protocols": ["tcp", "udp"]},
+ "pro-ed": {"port_number": 8032, "protocols": ["tcp", "udp"]},
+ "mindprint": {"port_number": 8033, "protocols": ["tcp", "udp"]},
+ "vantronix-mgmt": {"port_number": 8034, "protocols": ["tcp", "udp"]},
+ "ampify": {"port_number": 8040, "protocols": ["tcp", "udp"]},
+ "enguity-xccetp": {"port_number": 8041, "protocols": ["tcp", "udp"]},
+ "fs-agent": {"port_number": 8042, "protocols": ["tcp"]},
+ "fs-server": {"port_number": 8043, "protocols": ["tcp"]},
+ "fs-mgmt": {"port_number": 8044, "protocols": ["tcp"]},
+ "rocrail": {"port_number": 8051, "protocols": ["tcp"]},
+ "senomix01": {"port_number": 8052, "protocols": ["tcp", "udp"]},
+ "senomix02": {"port_number": 8053, "protocols": ["tcp", "udp"]},
+ "senomix03": {"port_number": 8054, "protocols": ["tcp", "udp"]},
+ "senomix04": {"port_number": 8055, "protocols": ["tcp", "udp"]},
+ "senomix05": {"port_number": 8056, "protocols": ["tcp", "udp"]},
+ "senomix06": {"port_number": 8057, "protocols": ["tcp", "udp"]},
+ "senomix07": {"port_number": 8058, "protocols": ["tcp", "udp"]},
+ "senomix08": {"port_number": 8059, "protocols": ["tcp", "udp"]},
+ "aero": {"port_number": 8060, "protocols": ["udp"]},
+ "nikatron-dev": {"port_number": 8061, "protocols": ["tcp"]},
+ "toad-bi-appsrvr": {"port_number": 8066, "protocols": ["tcp"]},
+ "infi-async": {"port_number": 8067, "protocols": ["tcp"]},
+ "ucs-isc": {"port_number": 8070, "protocols": ["tcp"]},
+ "gadugadu": {"port_number": 8074, "protocols": ["tcp", "udp"]},
+ "sunproxyadmin": {"port_number": 8081, "protocols": ["tcp", "udp"]},
+ "us-cli": {"port_number": 8082, "protocols": ["tcp", "udp"]},
+ "us-srv": {"port_number": 8083, "protocols": ["tcp", "udp"]},
+ "websnp": {"port_number": 8084, "protocols": ["tcp"]},
+ "d-s-n": {"port_number": 8086, "protocols": ["tcp", "udp"]},
+ "simplifymedia": {"port_number": 8087, "protocols": ["tcp", "udp"]},
+ "radan-http": {"port_number": 8088, "protocols": ["tcp", "udp"]},
+ "opsmessaging": {"port_number": 8090, "protocols": ["tcp"]},
+ "jamlink": {"port_number": 8091, "protocols": ["tcp"]},
+ "sac": {"port_number": 8097, "protocols": ["tcp", "udp"]},
+ "xprint-server": {"port_number": 8100, "protocols": ["tcp", "udp"]},
+ "ldoms-migr": {"port_number": 8101, "protocols": ["tcp"]},
+ "kz-migr": {"port_number": 8102, "protocols": ["tcp"]},
+ "skynetflow": {"port_number": 8111, "protocols": ["udp"]},
+ "mtl8000-matrix": {"port_number": 8115, "protocols": ["tcp", "udp"]},
+ "cp-cluster": {"port_number": 8116, "protocols": ["tcp", "udp"]},
+ "purityrpc": {"port_number": 8117, "protocols": ["tcp"]},
+ "privoxy": {"port_number": 8118, "protocols": ["tcp", "udp"]},
+ "apollo-data": {"port_number": 8121, "protocols": ["tcp", "udp"]},
+ "apollo-admin": {"port_number": 8122, "protocols": ["tcp", "udp"]},
+ "paycash-online": {"port_number": 8128, "protocols": ["tcp", "udp"]},
+ "paycash-wbp": {"port_number": 8129, "protocols": ["tcp", "udp"]},
+ "indigo-vrmi": {"port_number": 8130, "protocols": ["tcp", "udp"]},
+ "indigo-vbcp": {"port_number": 8131, "protocols": ["tcp", "udp"]},
+ "dbabble": {"port_number": 8132, "protocols": ["tcp", "udp"]},
+ "puppet": {"port_number": 8140, "protocols": ["tcp"]},
+ "isdd": {"port_number": 8148, "protocols": ["tcp", "udp"]},
+ "eor-game": {"port_number": 8149, "protocols": ["udp"]},
+ "quantastor": {"port_number": 8153, "protocols": ["tcp"]},
+ "patrol": {"port_number": 8160, "protocols": ["tcp", "udp"]},
+ "patrol-snmp": {"port_number": 8161, "protocols": ["tcp", "udp"]},
+ "lpar2rrd": {"port_number": 8162, "protocols": ["tcp"]},
+ "intermapper": {"port_number": 8181, "protocols": ["tcp"]},
+ "vmware-fdm": {"port_number": 8182, "protocols": ["tcp", "udp"]},
+ "proremote": {"port_number": 8183, "protocols": ["tcp"]},
+ "itach": {"port_number": 8184, "protocols": ["tcp", "udp"]},
+ "gcp-rphy": {"port_number": 8190, "protocols": ["tcp"]},
+ "limnerpressure": {"port_number": 8191, "protocols": ["tcp"]},
+ "spytechphone": {"port_number": 8192, "protocols": ["tcp", "udp"]},
+ "blp1": {"port_number": 8194, "protocols": ["tcp", "udp"]},
+ "blp2": {"port_number": 8195, "protocols": ["tcp", "udp"]},
+ "vvr-data": {"port_number": 8199, "protocols": ["tcp", "udp"]},
+ "trivnet1": {"port_number": 8200, "protocols": ["tcp", "udp"]},
+ "trivnet2": {"port_number": 8201, "protocols": ["tcp", "udp"]},
+ "aesop": {"port_number": 8202, "protocols": ["udp"]},
+ "lm-perfworks": {"port_number": 8204, "protocols": ["tcp", "udp"]},
+ "lm-instmgr": {"port_number": 8205, "protocols": ["tcp", "udp"]},
+ "lm-dta": {"port_number": 8206, "protocols": ["tcp", "udp"]},
+ "lm-sserver": {"port_number": 8207, "protocols": ["tcp", "udp"]},
+ "lm-webwatcher": {"port_number": 8208, "protocols": ["tcp", "udp"]},
+ "aruba-papi": {"port_number": 8211, "protocols": ["udp"]},
+ "rexecj": {"port_number": 8230, "protocols": ["tcp", "udp"]},
+ "hncp-udp-port": {"port_number": 8231, "protocols": ["udp"]},
+ "hncp-dtls-port": {"port_number": 8232, "protocols": ["udp"]},
+ "synapse-nhttps": {"port_number": 8243, "protocols": ["tcp", "udp"]},
+ "espeasy-p2p": {"port_number": 8266, "protocols": ["udp"]},
+ "robot-remote": {"port_number": 8270, "protocols": ["tcp"]},
+ "ms-mcc": {"port_number": 8276, "protocols": ["tcp", "udp"]},
+ "synapse-nhttp": {"port_number": 8280, "protocols": ["tcp", "udp"]},
+ "libelle": {"port_number": 8282, "protocols": ["tcp"]},
+ "libelle-disc": {"port_number": 8282, "protocols": ["udp"]},
+ "blp3": {"port_number": 8292, "protocols": ["tcp", "udp"]},
+ "hiperscan-id": {"port_number": 8293, "protocols": ["tcp"]},
+ "blp4": {"port_number": 8294, "protocols": ["tcp", "udp"]},
+ "tmi": {"port_number": 8300, "protocols": ["tcp", "udp"]},
+ "amberon": {"port_number": 8301, "protocols": ["tcp", "udp"]},
+ "hub-open-net": {"port_number": 8313, "protocols": ["tcp"]},
+ "tnp-discover": {"port_number": 8320, "protocols": ["tcp", "udp"]},
+ "tnp": {"port_number": 8321, "protocols": ["tcp", "udp"]},
+ "garmin-marine": {"port_number": 8322, "protocols": ["tcp", "udp"]},
+ "server-find": {"port_number": 8351, "protocols": ["tcp", "udp"]},
+ "cruise-enum": {"port_number": 8376, "protocols": ["tcp", "udp"]},
+ "cruise-swroute": {"port_number": 8377, "protocols": ["tcp", "udp"]},
+ "cruise-config": {"port_number": 8378, "protocols": ["tcp", "udp"]},
+ "cruise-diags": {"port_number": 8379, "protocols": ["tcp", "udp"]},
+ "cruise-update": {"port_number": 8380, "protocols": ["tcp", "udp"]},
+ "m2mservices": {"port_number": 8383, "protocols": ["tcp", "udp"]},
+ "marathontp": {"port_number": 8384, "protocols": ["udp"]},
+ "cvd": {"port_number": 8400, "protocols": ["tcp", "udp"]},
+ "sabarsd": {"port_number": 8401, "protocols": ["tcp", "udp"]},
+ "abarsd": {"port_number": 8402, "protocols": ["tcp", "udp"]},
+ "admind-secondary": {"port_number": 8403, "protocols": ["tcp", "udp"]},
+ "svcloud": {"port_number": 8404, "protocols": ["tcp"]},
+ "svbackup": {"port_number": 8405, "protocols": ["tcp"]},
+ "dlpx-sp": {"port_number": 8415, "protocols": ["tcp"]},
+ "espeech": {"port_number": 8416, "protocols": ["tcp", "udp"]},
+ "espeech-rtp": {"port_number": 8417, "protocols": ["tcp", "udp"]},
+ "aritts": {"port_number": 8423, "protocols": ["tcp"]},
+ "pgbackrest": {"port_number": 8432, "protocols": ["tcp"]},
+ "aws-as2": {"port_number": 8433, "protocols": ["udp"]},
+ "cybro-a-bus": {"port_number": 8442, "protocols": ["tcp", "udp"]},
+ "pcsync-https": {"port_number": 8443, "protocols": ["tcp", "udp"]},
+ "pcsync-http": {"port_number": 8444, "protocols": ["tcp", "udp"]},
+ "copy": {"port_number": 8445, "protocols": ["tcp"]},
+ "copy-disc": {"port_number": 8445, "protocols": ["udp"]},
+ "matrix-fed": {"port_number": 8448, "protocols": ["tcp"]},
+ "npmp": {"port_number": 8450, "protocols": ["tcp", "udp"]},
+ "nexentamv": {"port_number": 8457, "protocols": ["tcp"]},
+ "cisco-avp": {"port_number": 8470, "protocols": ["tcp"]},
+ "pim-port": {"port_number": 8471, "protocols": ["tcp", "sctp"]},
+ "otv": {"port_number": 8472, "protocols": ["tcp", "udp"]},
+ "vp2p": {"port_number": 8473, "protocols": ["tcp", "udp"]},
+ "noteshare": {"port_number": 8474, "protocols": ["tcp", "udp"]},
+ "fmtp": {"port_number": 8500, "protocols": ["tcp", "udp"]},
+ "cmtp-mgt": {"port_number": 8501, "protocols": ["tcp"]},
+ "cmtp-av": {"port_number": 8501, "protocols": ["udp"]},
+ "ftnmtp": {"port_number": 8502, "protocols": ["tcp"]},
+ "lsp-self-ping": {"port_number": 8503, "protocols": ["udp"]},
+ "rtsp-alt": {"port_number": 8554, "protocols": ["tcp", "udp"]},
+ "d-fence": {"port_number": 8555, "protocols": ["tcp", "udp"]},
+ "dof-tunnel": {"port_number": 8567, "protocols": ["tcp", "udp"]},
+ "asterix": {"port_number": 8600, "protocols": ["tcp", "udp"]},
+ "canon-cpp-disc": {"port_number": 8609, "protocols": ["udp"]},
+ "canon-mfnp": {"port_number": 8610, "protocols": ["tcp", "udp"]},
+ "canon-bjnp1": {"port_number": 8611, "protocols": ["tcp", "udp"]},
+ "canon-bjnp2": {"port_number": 8612, "protocols": ["tcp", "udp"]},
+ "canon-bjnp3": {"port_number": 8613, "protocols": ["tcp", "udp"]},
+ "canon-bjnp4": {"port_number": 8614, "protocols": ["tcp", "udp"]},
+ "imink": {"port_number": 8615, "protocols": ["tcp"]},
+ "monetra": {"port_number": 8665, "protocols": ["tcp"]},
+ "monetra-admin": {"port_number": 8666, "protocols": ["tcp"]},
+ "spartan": {"port_number": 8668, "protocols": ["tcp"]},
+ "msi-cps-rm": {"port_number": 8675, "protocols": ["tcp"]},
+ "msi-cps-rm-disc": {"port_number": 8675, "protocols": ["udp"]},
+ "sun-as-jmxrmi": {"port_number": 8686, "protocols": ["tcp", "udp"]},
+ "openremote-ctrl": {"port_number": 8688, "protocols": ["tcp"]},
+ "vnyx": {"port_number": 8699, "protocols": ["tcp"]},
+ "semi-grpc": {"port_number": 8710, "protocols": ["tcp"]},
+ "nvc": {"port_number": 8711, "protocols": ["tcp"]},
+ "dtp-net": {"port_number": 8732, "protocols": ["udp"]},
+ "ibus": {"port_number": 8733, "protocols": ["tcp", "udp"]},
+ "dey-keyneg": {"port_number": 8750, "protocols": ["tcp"]},
+ "mc-appserver": {"port_number": 8763, "protocols": ["tcp", "udp"]},
+ "openqueue": {"port_number": 8764, "protocols": ["tcp", "udp"]},
+ "ultraseek-http": {"port_number": 8765, "protocols": ["tcp", "udp"]},
+ "amcs": {"port_number": 8766, "protocols": ["tcp", "udp"]},
+ "core-of-source": {"port_number": 8767, "protocols": ["tcp"]},
+ "sandpolis": {"port_number": 8768, "protocols": ["tcp"]},
+ "oktaauthenticat": {"port_number": 8769, "protocols": ["tcp"]},
+ "dpap": {"port_number": 8770, "protocols": ["tcp", "udp"]},
+ "uec": {"port_number": 8778, "protocols": ["tcp"]},
+ "msgclnt": {"port_number": 8786, "protocols": ["tcp", "udp"]},
+ "msgsrvr": {"port_number": 8787, "protocols": ["tcp", "udp"]},
+ "acd-pm": {"port_number": 8793, "protocols": ["tcp", "udp"]},
+ "sunwebadmin": {"port_number": 8800, "protocols": ["tcp", "udp"]},
+ "truecm": {"port_number": 8804, "protocols": ["tcp", "udp"]},
+ "pfcp": {"port_number": 8805, "protocols": ["udp"]},
+ "hes-clip": {"port_number": 8807, "protocols": ["udp"]},
+ "ssports-bcast": {"port_number": 8808, "protocols": ["udp"]},
+ "3gpp-monp": {"port_number": 8809, "protocols": ["udp"]},
+ "dxspider": {"port_number": 8873, "protocols": ["tcp", "udp"]},
+ "cddbp-alt": {"port_number": 8880, "protocols": ["tcp", "udp"]},
+ "galaxy4d": {"port_number": 8881, "protocols": ["tcp"]},
+ "secure-mqtt": {"port_number": 8883, "protocols": ["tcp", "udp"]},
+ "ddi-tcp-1": {"port_number": 8888, "protocols": ["tcp"]},
+ "ddi-udp-1": {"port_number": 8888, "protocols": ["udp"]},
+ "ddi-tcp-2": {"port_number": 8889, "protocols": ["tcp"]},
+ "ddi-udp-2": {"port_number": 8889, "protocols": ["udp"]},
+ "ddi-tcp-3": {"port_number": 8890, "protocols": ["tcp"]},
+ "ddi-udp-3": {"port_number": 8890, "protocols": ["udp"]},
+ "ddi-tcp-4": {"port_number": 8891, "protocols": ["tcp"]},
+ "ddi-udp-4": {"port_number": 8891, "protocols": ["udp"]},
+ "ddi-tcp-5": {"port_number": 8892, "protocols": ["tcp"]},
+ "ddi-udp-5": {"port_number": 8892, "protocols": ["udp"]},
+ "ddi-tcp-6": {"port_number": 8893, "protocols": ["tcp"]},
+ "ddi-udp-6": {"port_number": 8893, "protocols": ["udp"]},
+ "ddi-tcp-7": {"port_number": 8894, "protocols": ["tcp"]},
+ "ddi-udp-7": {"port_number": 8894, "protocols": ["udp"]},
+ "ospf-lite": {"port_number": 8899, "protocols": ["tcp", "udp"]},
+ "jmb-cds1": {"port_number": 8900, "protocols": ["tcp", "udp"]},
+ "jmb-cds2": {"port_number": 8901, "protocols": ["tcp", "udp"]},
+ "dpp": {"port_number": 8908, "protocols": ["tcp"]},
+ "manyone-http": {"port_number": 8910, "protocols": ["tcp", "udp"]},
+ "manyone-xml": {"port_number": 8911, "protocols": ["tcp", "udp"]},
+ "wcbackup": {"port_number": 8912, "protocols": ["tcp", "udp"]},
+ "dragonfly": {"port_number": 8913, "protocols": ["tcp", "udp"]},
+ "twds": {"port_number": 8937, "protocols": ["tcp"]},
+ "ub-dns-control": {"port_number": 8953, "protocols": ["tcp"]},
+ "cumulus-admin": {"port_number": 8954, "protocols": ["tcp", "udp"]},
+ "nod-provider": {"port_number": 8980, "protocols": ["tcp", "udp"]},
+ "nod-client": {"port_number": 8981, "protocols": ["udp"]},
+ "sunwebadmins": {"port_number": 8989, "protocols": ["tcp", "udp"]},
+ "http-wmap": {"port_number": 8990, "protocols": ["tcp", "udp"]},
+ "https-wmap": {"port_number": 8991, "protocols": ["tcp", "udp"]},
+ "oracle-ms-ens": {"port_number": 8997, "protocols": ["tcp"]},
+ "canto-roboflow": {"port_number": 8998, "protocols": ["tcp"]},
+ "bctp": {"port_number": 8999, "protocols": ["tcp", "udp"]},
+ "cslistener": {"port_number": 9000, "protocols": ["tcp", "udp"]},
+ "etlservicemgr": {"port_number": 9001, "protocols": ["tcp", "udp"]},
+ "dynamid": {"port_number": 9002, "protocols": ["tcp", "udp"]},
+ "golem": {"port_number": 9005, "protocols": ["tcp"]},
+ "ogs-client": {"port_number": 9007, "protocols": ["udp"]},
+ "ogs-server": {"port_number": 9008, "protocols": ["tcp"]},
+ "pichat": {"port_number": 9009, "protocols": ["tcp", "udp"]},
+ "sdr": {"port_number": 9010, "protocols": ["tcp"]},
+ "d-star": {"port_number": 9011, "protocols": ["udp"]},
+ "tambora": {"port_number": 9020, "protocols": ["tcp", "udp"]},
+ "panagolin-ident": {"port_number": 9021, "protocols": ["tcp", "udp"]},
+ "paragent": {"port_number": 9022, "protocols": ["tcp", "udp"]},
+ "swa-1": {"port_number": 9023, "protocols": ["tcp", "udp"]},
+ "swa-2": {"port_number": 9024, "protocols": ["tcp", "udp"]},
+ "swa-3": {"port_number": 9025, "protocols": ["tcp", "udp"]},
+ "swa-4": {"port_number": 9026, "protocols": ["tcp", "udp"]},
+ "versiera": {"port_number": 9050, "protocols": ["tcp"]},
+ "fio-cmgmt": {"port_number": 9051, "protocols": ["tcp"]},
+ "CardWeb-IO": {"port_number": 9060, "protocols": ["tcp"]},
+ "CardWeb-RT": {"port_number": 9060, "protocols": ["udp"]},
+ "glrpc": {"port_number": 9080, "protocols": ["tcp", "udp"]},
+ "cisco-aqos": {"port_number": 9081, "protocols": ["udp"]},
+ "lcs-ap": {"port_number": 9082, "protocols": ["sctp"]},
+ "emc-pp-mgmtsvc": {"port_number": 9083, "protocols": ["tcp"]},
+ "aurora": {"port_number": 9084, "protocols": ["tcp", "udp", "sctp"]},
+ "ibm-rsyscon": {"port_number": 9085, "protocols": ["tcp", "udp"]},
+ "net2display": {"port_number": 9086, "protocols": ["tcp", "udp"]},
+ "classic": {"port_number": 9087, "protocols": ["tcp", "udp"]},
+ "sqlexec": {"port_number": 9088, "protocols": ["tcp", "udp"]},
+ "sqlexec-ssl": {"port_number": 9089, "protocols": ["tcp", "udp"]},
+ "websm": {"port_number": 9090, "protocols": ["tcp", "udp"]},
+ "xmltec-xmlmail": {"port_number": 9091, "protocols": ["tcp", "udp"]},
+ "XmlIpcRegSvc": {"port_number": 9092, "protocols": ["tcp", "udp"]},
+ "copycat": {"port_number": 9093, "protocols": ["tcp"]},
+ "hp-pdl-datastr": {"port_number": 9100, "protocols": ["tcp", "udp"]},
+ "pdl-datastream": {"port_number": 9100, "protocols": ["tcp", "udp"]},
+ "bacula-dir": {"port_number": 9101, "protocols": ["tcp", "udp"]},
+ "bacula-fd": {"port_number": 9102, "protocols": ["tcp", "udp"]},
+ "bacula-sd": {"port_number": 9103, "protocols": ["tcp", "udp"]},
+ "peerwire": {"port_number": 9104, "protocols": ["tcp", "udp"]},
+ "xadmin": {"port_number": 9105, "protocols": ["tcp", "udp"]},
+ "astergate": {"port_number": 9106, "protocols": ["tcp"]},
+ "astergate-disc": {"port_number": 9106, "protocols": ["udp"]},
+ "astergatefax": {"port_number": 9107, "protocols": ["tcp"]},
+ "hexxorecore": {"port_number": 9111, "protocols": ["tcp", "udp"]},
+ "mxit": {"port_number": 9119, "protocols": ["tcp", "udp"]},
+ "grcmp": {"port_number": 9122, "protocols": ["tcp"]},
+ "grcp": {"port_number": 9123, "protocols": ["tcp"]},
+ "dddp": {"port_number": 9131, "protocols": ["tcp", "udp"]},
+ "apani1": {"port_number": 9160, "protocols": ["tcp", "udp"]},
+ "apani2": {"port_number": 9161, "protocols": ["tcp", "udp"]},
+ "apani3": {"port_number": 9162, "protocols": ["tcp", "udp"]},
+ "apani4": {"port_number": 9163, "protocols": ["tcp", "udp"]},
+ "apani5": {"port_number": 9164, "protocols": ["tcp", "udp"]},
+ "sun-as-jpda": {"port_number": 9191, "protocols": ["tcp", "udp"]},
+ "wap-wsp": {"port_number": 9200, "protocols": ["tcp", "udp"]},
+ "wap-wsp-wtp": {"port_number": 9201, "protocols": ["tcp", "udp"]},
+ "wap-wsp-s": {"port_number": 9202, "protocols": ["tcp", "udp"]},
+ "wap-wsp-wtp-s": {"port_number": 9203, "protocols": ["tcp", "udp"]},
+ "wap-vcard": {"port_number": 9204, "protocols": ["tcp", "udp"]},
+ "wap-vcal": {"port_number": 9205, "protocols": ["tcp", "udp"]},
+ "wap-vcard-s": {"port_number": 9206, "protocols": ["tcp", "udp"]},
+ "wap-vcal-s": {"port_number": 9207, "protocols": ["tcp", "udp"]},
+ "rjcdb-vcards": {"port_number": 9208, "protocols": ["tcp", "udp"]},
+ "almobile-system": {"port_number": 9209, "protocols": ["tcp", "udp"]},
+ "oma-mlp": {"port_number": 9210, "protocols": ["tcp", "udp"]},
+ "oma-mlp-s": {"port_number": 9211, "protocols": ["tcp", "udp"]},
+ "serverviewdbms": {"port_number": 9212, "protocols": ["tcp", "udp"]},
+ "serverstart": {"port_number": 9213, "protocols": ["tcp", "udp"]},
+ "ipdcesgbs": {"port_number": 9214, "protocols": ["tcp", "udp"]},
+ "insis": {"port_number": 9215, "protocols": ["tcp", "udp"]},
+ "acme": {"port_number": 9216, "protocols": ["tcp", "udp"]},
+ "fsc-port": {"port_number": 9217, "protocols": ["tcp", "udp"]},
+ "teamcoherence": {"port_number": 9222, "protocols": ["tcp", "udp"]},
+ "mon-secondary": {"port_number": 9255, "protocols": ["tcp", "udp"]},
+ "traingpsdata": {"port_number": 9277, "protocols": ["udp"]},
+ "pegasus": {"port_number": 9278, "protocols": ["tcp", "udp"]},
+ "pegasus-ctl": {"port_number": 9279, "protocols": ["tcp", "udp"]},
+ "pgps": {"port_number": 9280, "protocols": ["tcp", "udp"]},
+ "swtp-port1": {"port_number": 9281, "protocols": ["tcp", "udp"]},
+ "swtp-port2": {"port_number": 9282, "protocols": ["tcp", "udp"]},
+ "callwaveiam": {"port_number": 9283, "protocols": ["tcp", "udp"]},
+ "visd": {"port_number": 9284, "protocols": ["tcp", "udp"]},
+ "n2h2server": {"port_number": 9285, "protocols": ["tcp", "udp"]},
+ "n2receive": {"port_number": 9286, "protocols": ["udp"]},
+ "cumulus": {"port_number": 9287, "protocols": ["tcp", "udp"]},
+ "armtechdaemon": {"port_number": 9292, "protocols": ["tcp", "udp"]},
+ "storview": {"port_number": 9293, "protocols": ["tcp", "udp"]},
+ "armcenterhttp": {"port_number": 9294, "protocols": ["tcp", "udp"]},
+ "armcenterhttps": {"port_number": 9295, "protocols": ["tcp", "udp"]},
+ "vrace": {"port_number": 9300, "protocols": ["tcp", "udp"]},
+ "sphinxql": {"port_number": 9306, "protocols": ["tcp"]},
+ "sapms": {"port_number": 9310, "protocols": ["tcp"]},
+ "sphinxapi": {"port_number": 9312, "protocols": ["tcp"]},
+ "secure-ts": {"port_number": 9318, "protocols": ["tcp", "udp"]},
+ "guibase": {"port_number": 9321, "protocols": ["tcp", "udp"]},
+ "gnmi-gnoi": {"port_number": 9339, "protocols": ["tcp"]},
+ "gribi": {"port_number": 9340, "protocols": ["tcp"]},
+ "mpidcmgr": {"port_number": 9343, "protocols": ["tcp", "udp"]},
+ "mphlpdmc": {"port_number": 9344, "protocols": ["tcp", "udp"]},
+ "rancher": {"port_number": 9345, "protocols": ["tcp"]},
+ "ctechlicensing": {"port_number": 9346, "protocols": ["tcp", "udp"]},
+ "fjdmimgr": {"port_number": 9374, "protocols": ["tcp", "udp"]},
+ "boxp": {"port_number": 9380, "protocols": ["tcp", "udp"]},
+ "d2dconfig": {"port_number": 9387, "protocols": ["tcp"]},
+ "d2ddatatrans": {"port_number": 9388, "protocols": ["tcp"]},
+ "adws": {"port_number": 9389, "protocols": ["tcp"]},
+ "otp": {"port_number": 9390, "protocols": ["tcp"]},
+ "fjinvmgr": {"port_number": 9396, "protocols": ["tcp", "udp"]},
+ "mpidcagt": {"port_number": 9397, "protocols": ["tcp", "udp"]},
+ "sec-t4net-srv": {"port_number": 9400, "protocols": ["tcp", "udp"]},
+ "sec-t4net-clt": {"port_number": 9401, "protocols": ["tcp", "udp"]},
+ "sec-pc2fax-srv": {"port_number": 9402, "protocols": ["tcp", "udp"]},
+ "git": {"port_number": 9418, "protocols": ["tcp", "udp"]},
+ "tungsten-https": {"port_number": 9443, "protocols": ["tcp", "udp"]},
+ "wso2esb-console": {"port_number": 9444, "protocols": ["tcp", "udp"]},
+ "mindarray-ca": {"port_number": 9445, "protocols": ["tcp"]},
+ "sntlkeyssrvr": {"port_number": 9450, "protocols": ["tcp", "udp"]},
+ "ismserver": {"port_number": 9500, "protocols": ["tcp", "udp"]},
+ "sma-spw": {"port_number": 9522, "protocols": ["udp"]},
+ "mngsuite": {"port_number": 9535, "protocols": ["tcp", "udp"]},
+ "laes-bf": {"port_number": 9536, "protocols": ["tcp", "udp"]},
+ "trispen-sra": {"port_number": 9555, "protocols": ["tcp", "udp"]},
+ "p4runtime": {"port_number": 9559, "protocols": ["tcp"]},
+ "ldgateway": {"port_number": 9592, "protocols": ["tcp", "udp"]},
+ "cba8": {"port_number": 9593, "protocols": ["tcp", "udp"]},
+ "msgsys": {"port_number": 9594, "protocols": ["tcp", "udp"]},
+ "pds": {"port_number": 9595, "protocols": ["tcp", "udp"]},
+ "mercury-disc": {"port_number": 9596, "protocols": ["tcp", "udp"]},
+ "pd-admin": {"port_number": 9597, "protocols": ["tcp", "udp"]},
+ "vscp": {"port_number": 9598, "protocols": ["tcp", "udp"]},
+ "robix": {"port_number": 9599, "protocols": ["tcp", "udp"]},
+ "micromuse-ncpw": {"port_number": 9600, "protocols": ["tcp", "udp"]},
+ "streamcomm-ds": {"port_number": 9612, "protocols": ["tcp", "udp"]},
+ "iadt-tls": {"port_number": 9614, "protocols": ["tcp"]},
+ "erunbook-agent": {"port_number": 9616, "protocols": ["tcp"]},
+ "erunbook_agent": {"port_number": 9616, "protocols": ["tcp"]},
+ "erunbook-server": {"port_number": 9617, "protocols": ["tcp"]},
+ "erunbook_server": {"port_number": 9617, "protocols": ["tcp"]},
+ "condor": {"port_number": 9618, "protocols": ["tcp", "udp"]},
+ "odbcpathway": {"port_number": 9628, "protocols": ["tcp", "udp"]},
+ "uniport": {"port_number": 9629, "protocols": ["tcp", "udp"]},
+ "peoctlr": {"port_number": 9630, "protocols": ["tcp"]},
+ "peocoll": {"port_number": 9631, "protocols": ["tcp"]},
+ "mc-comm": {"port_number": 9632, "protocols": ["udp"]},
+ "pqsflows": {"port_number": 9640, "protocols": ["tcp"]},
+ "zoomcp": {"port_number": 9666, "protocols": ["tcp"]},
+ "xmms2": {"port_number": 9667, "protocols": ["tcp", "udp"]},
+ "tec5-sdctp": {"port_number": 9668, "protocols": ["tcp", "udp"]},
+ "client-wakeup": {"port_number": 9694, "protocols": ["tcp", "udp"]},
+ "ccnx": {"port_number": 9695, "protocols": ["tcp", "udp"]},
+ "board-roar": {"port_number": 9700, "protocols": ["tcp", "udp"]},
+ "l5nas-parchan": {"port_number": 9747, "protocols": ["tcp", "udp"]},
+ "board-voip": {"port_number": 9750, "protocols": ["tcp", "udp"]},
+ "rasadv": {"port_number": 9753, "protocols": ["tcp", "udp"]},
+ "tungsten-http": {"port_number": 9762, "protocols": ["tcp", "udp"]},
+ "davsrc": {"port_number": 9800, "protocols": ["tcp", "udp"]},
+ "sstp-2": {"port_number": 9801, "protocols": ["tcp", "udp"]},
+ "davsrcs": {"port_number": 9802, "protocols": ["tcp", "udp"]},
+ "sapv1": {"port_number": 9875, "protocols": ["tcp", "udp"]},
+ "sd": {"port_number": 9876, "protocols": ["tcp"]},
+ "x510": {"port_number": 9877, "protocols": ["tcp"]},
+ "kca-service": {"port_number": 9878, "protocols": ["udp"]},
+ "cyborg-systems": {"port_number": 9888, "protocols": ["tcp", "udp"]},
+ "gt-proxy": {"port_number": 9889, "protocols": ["tcp", "udp"]},
+ "monkeycom": {"port_number": 9898, "protocols": ["tcp", "udp"]},
+ "sctp-tunneling": {"port_number": 9899, "protocols": ["udp"]},
+ "iua": {"port_number": 9900, "protocols": ["tcp", "udp", "sctp"]},
+ "enrp": {"port_number": 9901, "protocols": ["udp"]},
+ "enrp-sctp": {"port_number": 9901, "protocols": ["sctp"]},
+ "enrp-sctp-tls": {"port_number": 9902, "protocols": ["sctp"]},
+ "multicast-ping": {"port_number": 9903, "protocols": ["udp"]},
+ "domaintime": {"port_number": 9909, "protocols": ["tcp", "udp"]},
+ "sype-transport": {"port_number": 9911, "protocols": ["tcp", "udp"]},
+ "xybrid-cloud": {"port_number": 9925, "protocols": ["tcp"]},
+ "apc-9950": {"port_number": 9950, "protocols": ["tcp", "udp"]},
+ "apc-9951": {"port_number": 9951, "protocols": ["tcp", "udp"]},
+ "apc-9952": {"port_number": 9952, "protocols": ["tcp", "udp"]},
+ "acis": {"port_number": 9953, "protocols": ["tcp", "udp"]},
+ "hinp": {"port_number": 9954, "protocols": ["tcp"]},
+ "alljoyn-stm": {"port_number": 9955, "protocols": ["tcp"]},
+ "alljoyn-mcm": {"port_number": 9955, "protocols": ["udp"]},
+ "alljoyn": {"port_number": 9956, "protocols": ["udp"]},
+ "odnsp": {"port_number": 9966, "protocols": ["tcp", "udp"]},
+ "xybrid-rt": {"port_number": 9978, "protocols": ["tcp"]},
+ "visweather": {"port_number": 9979, "protocols": ["tcp"]},
+ "pumpkindb": {"port_number": 9981, "protocols": ["tcp"]},
+ "dsm-scm-target": {"port_number": 9987, "protocols": ["tcp", "udp"]},
+ "nsesrvr": {"port_number": 9988, "protocols": ["tcp"]},
+ "osm-appsrvr": {"port_number": 9990, "protocols": ["tcp", "udp"]},
+ "osm-oev": {"port_number": 9991, "protocols": ["tcp", "udp"]},
+ "palace-1": {"port_number": 9992, "protocols": ["tcp", "udp"]},
+ "palace-2": {"port_number": 9993, "protocols": ["tcp", "udp"]},
+ "palace-3": {"port_number": 9994, "protocols": ["tcp", "udp"]},
+ "palace-4": {"port_number": 9995, "protocols": ["tcp", "udp"]},
+ "palace-5": {"port_number": 9996, "protocols": ["tcp", "udp"]},
+ "palace-6": {"port_number": 9997, "protocols": ["tcp", "udp"]},
+ "distinct32": {"port_number": 9998, "protocols": ["tcp", "udp"]},
+ "distinct": {"port_number": 9999, "protocols": ["tcp", "udp"]},
+ "ndmp": {"port_number": 10000, "protocols": ["tcp", "udp"]},
+ "scp-config": {"port_number": 10001, "protocols": ["tcp", "udp"]},
+ "documentum": {"port_number": 10002, "protocols": ["tcp", "udp"]},
+ "documentum-s": {"port_number": 10003, "protocols": ["tcp", "udp"]},
+ "documentum_s": {"port_number": 10003, "protocols": ["tcp", "udp"]},
+ "emcrmirccd": {"port_number": 10004, "protocols": ["tcp"]},
+ "emcrmird": {"port_number": 10005, "protocols": ["tcp"]},
+ "netapp-sync": {"port_number": 10006, "protocols": ["tcp"]},
+ "mvs-capacity": {"port_number": 10007, "protocols": ["tcp", "udp"]},
+ "octopus": {"port_number": 10008, "protocols": ["tcp", "udp"]},
+ "swdtp-sv": {"port_number": 10009, "protocols": ["tcp", "udp"]},
+ "rxapi": {"port_number": 10010, "protocols": ["tcp"]},
+ "abb-hw": {"port_number": 10020, "protocols": ["tcp"]},
+ "cefd-vmp": {"port_number": 10023, "protocols": ["udp"]},
+ "zabbix-agent": {"port_number": 10050, "protocols": ["tcp", "udp"]},
+ "zabbix-trapper": {"port_number": 10051, "protocols": ["tcp", "udp"]},
+ "qptlmd": {"port_number": 10055, "protocols": ["tcp"]},
+ "amanda": {"port_number": 10080, "protocols": ["tcp", "udp"]},
+ "famdc": {"port_number": 10081, "protocols": ["tcp", "udp"]},
+ "itap-ddtp": {"port_number": 10100, "protocols": ["tcp", "udp"]},
+ "ezmeeting-2": {"port_number": 10101, "protocols": ["tcp", "udp"]},
+ "ezproxy-2": {"port_number": 10102, "protocols": ["tcp", "udp"]},
+ "ezrelay": {"port_number": 10103, "protocols": ["tcp", "udp"]},
+ "swdtp": {"port_number": 10104, "protocols": ["tcp", "udp"]},
+ "bctp-server": {"port_number": 10107, "protocols": ["tcp", "udp"]},
+ "nmea-0183": {"port_number": 10110, "protocols": ["tcp", "udp"]},
+ "nmea-onenet": {"port_number": 10111, "protocols": ["udp"]},
+ "netiq-endpoint": {"port_number": 10113, "protocols": ["tcp", "udp"]},
+ "netiq-qcheck": {"port_number": 10114, "protocols": ["tcp", "udp"]},
+ "netiq-endpt": {"port_number": 10115, "protocols": ["tcp", "udp"]},
+ "netiq-voipa": {"port_number": 10116, "protocols": ["tcp", "udp"]},
+ "iqrm": {"port_number": 10117, "protocols": ["tcp", "udp"]},
+ "cimple": {"port_number": 10125, "protocols": ["tcp"]},
+ "bmc-perf-sd": {"port_number": 10128, "protocols": ["tcp", "udp"]},
+ "bmc-gms": {"port_number": 10129, "protocols": ["tcp"]},
+ "qb-db-server": {"port_number": 10160, "protocols": ["tcp", "udp"]},
+ "snmptls": {"port_number": 10161, "protocols": ["tcp"]},
+ "snmpdtls": {"port_number": 10161, "protocols": ["udp"]},
+ "snmptls-trap": {"port_number": 10162, "protocols": ["tcp"]},
+ "snmpdtls-trap": {"port_number": 10162, "protocols": ["udp"]},
+ "trisoap": {"port_number": 10200, "protocols": ["tcp", "udp"]},
+ "rsms": {"port_number": 10201, "protocols": ["tcp"]},
+ "rscs": {"port_number": 10201, "protocols": ["udp"]},
+ "apollo-relay": {"port_number": 10252, "protocols": ["tcp", "udp"]},
+ "eapol-relay": {"port_number": 10253, "protocols": ["udp"]},
+ "axis-wimp-port": {"port_number": 10260, "protocols": ["tcp", "udp"]},
+ "tile-ml": {"port_number": 10261, "protocols": ["tcp"]},
+ "blocks": {"port_number": 10288, "protocols": ["tcp", "udp"]},
+ "bngsync": {"port_number": 10439, "protocols": ["udp"]},
+ "cirrossp": {"port_number": 10443, "protocols": ["tcp"]},
+ "hip-nat-t": {"port_number": 10500, "protocols": ["udp"]},
+ "MOS-lower": {"port_number": 10540, "protocols": ["tcp", "udp"]},
+ "MOS-upper": {"port_number": 10541, "protocols": ["tcp", "udp"]},
+ "MOS-aux": {"port_number": 10542, "protocols": ["tcp", "udp"]},
+ "MOS-soap": {"port_number": 10543, "protocols": ["tcp", "udp"]},
+ "MOS-soap-opt": {"port_number": 10544, "protocols": ["tcp", "udp"]},
+ "serverdocs": {"port_number": 10548, "protocols": ["tcp"]},
+ "printopia": {"port_number": 10631, "protocols": ["tcp"]},
+ "gap": {"port_number": 10800, "protocols": ["tcp", "udp"]},
+ "lpdg": {"port_number": 10805, "protocols": ["tcp", "udp"]},
+ "nbd": {"port_number": 10809, "protocols": ["tcp"]},
+ "nmc-disc": {"port_number": 10810, "protocols": ["udp"]},
+ "helix": {"port_number": 10860, "protocols": ["tcp", "udp"]},
+ "bveapi": {"port_number": 10880, "protocols": ["tcp", "udp"]},
+ "octopustentacle": {"port_number": 10933, "protocols": ["tcp"]},
+ "rmiaux": {"port_number": 10990, "protocols": ["tcp", "udp"]},
+ "irisa": {"port_number": 11000, "protocols": ["tcp", "udp"]},
+ "metasys": {"port_number": 11001, "protocols": ["tcp", "udp"]},
+ "weave": {"port_number": 11095, "protocols": ["tcp", "udp"]},
+ "origo-sync": {"port_number": 11103, "protocols": ["tcp"]},
+ "netapp-icmgmt": {"port_number": 11104, "protocols": ["tcp"]},
+ "netapp-icdata": {"port_number": 11105, "protocols": ["tcp"]},
+ "sgi-lk": {"port_number": 11106, "protocols": ["tcp", "udp"]},
+ "myq-termlink": {"port_number": 11108, "protocols": ["udp"]},
+ "sgi-dmfmgr": {"port_number": 11109, "protocols": ["tcp"]},
+ "sgi-soap": {"port_number": 11110, "protocols": ["tcp"]},
+ "vce": {"port_number": 11111, "protocols": ["tcp", "udp"]},
+ "dicom": {"port_number": 11112, "protocols": ["tcp", "udp"]},
+ "suncacao-snmp": {"port_number": 11161, "protocols": ["tcp", "udp"]},
+ "suncacao-jmxmp": {"port_number": 11162, "protocols": ["tcp", "udp"]},
+ "suncacao-rmi": {"port_number": 11163, "protocols": ["tcp", "udp"]},
+ "suncacao-csa": {"port_number": 11164, "protocols": ["tcp", "udp"]},
+ "suncacao-websvc": {"port_number": 11165, "protocols": ["tcp", "udp"]},
+ "snss": {"port_number": 11171, "protocols": ["udp"]},
+ "oemcacao-jmxmp": {"port_number": 11172, "protocols": ["tcp"]},
+ "t5-straton": {"port_number": 11173, "protocols": ["tcp"]},
+ "oemcacao-rmi": {"port_number": 11174, "protocols": ["tcp"]},
+ "oemcacao-websvc": {"port_number": 11175, "protocols": ["tcp"]},
+ "smsqp": {"port_number": 11201, "protocols": ["tcp", "udp"]},
+ "dcsl-backup": {"port_number": 11202, "protocols": ["tcp"]},
+ "wifree": {"port_number": 11208, "protocols": ["tcp", "udp"]},
+ "memcache": {"port_number": 11211, "protocols": ["tcp", "udp"]},
+ "xcompute": {"port_number": 11235, "protocols": ["tcp", "sctp"]},
+ "imip": {"port_number": 11319, "protocols": ["tcp", "udp"]},
+ "imip-channels": {"port_number": 11320, "protocols": ["tcp", "udp"]},
+ "arena-server": {"port_number": 11321, "protocols": ["tcp", "udp"]},
+ "atm-uhas": {"port_number": 11367, "protocols": ["tcp", "udp"]},
+ "hkp": {"port_number": 11371, "protocols": ["tcp", "udp"]},
+ "lsdp": {"port_number": 11430, "protocols": ["udp"]},
+ "asgcypresstcps": {"port_number": 11489, "protocols": ["tcp"]},
+ "tempest-port": {"port_number": 11600, "protocols": ["tcp", "udp"]},
+ "emc-xsw-dconfig": {"port_number": 11623, "protocols": ["tcp"]},
+ "h323callsigalt": {"port_number": 11720, "protocols": ["tcp", "udp"]},
+ "emc-xsw-dcache": {"port_number": 11723, "protocols": ["tcp", "udp"]},
+ "intrepid-ssl": {"port_number": 11751, "protocols": ["tcp", "udp"]},
+ "lanschool": {"port_number": 11796, "protocols": ["tcp"]},
+ "lanschool-mpt": {"port_number": 11796, "protocols": ["udp"]},
+ "xoraya": {"port_number": 11876, "protocols": ["tcp", "udp"]},
+ "x2e-disc": {"port_number": 11877, "protocols": ["udp"]},
+ "sysinfo-sp": {"port_number": 11967, "protocols": ["tcp", "udp"]},
+ "tibsd": {"port_number": 11971, "protocols": ["tcp"]},
+ "wmereceiving": {"port_number": 11997, "protocols": ["sctp"]},
+ "wmedistribution": {"port_number": 11998, "protocols": ["sctp"]},
+ "wmereporting": {"port_number": 11999, "protocols": ["sctp"]},
+ "entextxid": {"port_number": 12000, "protocols": ["tcp", "udp"]},
+ "entextnetwk": {"port_number": 12001, "protocols": ["tcp", "udp"]},
+ "entexthigh": {"port_number": 12002, "protocols": ["tcp", "udp"]},
+ "entextmed": {"port_number": 12003, "protocols": ["tcp", "udp"]},
+ "entextlow": {"port_number": 12004, "protocols": ["tcp", "udp"]},
+ "dbisamserver1": {"port_number": 12005, "protocols": ["tcp", "udp"]},
+ "dbisamserver2": {"port_number": 12006, "protocols": ["tcp", "udp"]},
+ "accuracer": {"port_number": 12007, "protocols": ["tcp", "udp"]},
+ "accuracer-dbms": {"port_number": 12008, "protocols": ["tcp", "udp"]},
+ "ghvpn": {"port_number": 12009, "protocols": ["udp"]},
+ "edbsrvr": {"port_number": 12010, "protocols": ["tcp"]},
+ "vipera": {"port_number": 12012, "protocols": ["tcp", "udp"]},
+ "vipera-ssl": {"port_number": 12013, "protocols": ["tcp", "udp"]},
+ "rets-ssl": {"port_number": 12109, "protocols": ["tcp", "udp"]},
+ "nupaper-ss": {"port_number": 12121, "protocols": ["tcp", "udp"]},
+ "cawas": {"port_number": 12168, "protocols": ["tcp", "udp"]},
+ "hivep": {"port_number": 12172, "protocols": ["tcp", "udp"]},
+ "linogridengine": {"port_number": 12300, "protocols": ["tcp", "udp"]},
+ "rads": {"port_number": 12302, "protocols": ["tcp"]},
+ "warehouse-sss": {"port_number": 12321, "protocols": ["tcp", "udp"]},
+ "warehouse": {"port_number": 12322, "protocols": ["tcp", "udp"]},
+ "italk": {"port_number": 12345, "protocols": ["tcp", "udp"]},
+ "carb-repl-ctrl": {"port_number": 12546, "protocols": ["tcp"]},
+ "tsaf": {"port_number": 12753, "protocols": ["tcp", "udp"]},
+ "netperf": {"port_number": 12865, "protocols": ["tcp"]},
+ "i-zipqd": {"port_number": 13160, "protocols": ["tcp", "udp"]},
+ "bcslogc": {"port_number": 13216, "protocols": ["tcp", "udp"]},
+ "rs-pias": {"port_number": 13217, "protocols": ["tcp", "udp"]},
+ "emc-vcas-tcp": {"port_number": 13218, "protocols": ["tcp"]},
+ "emc-vcas-udp": {"port_number": 13218, "protocols": ["udp"]},
+ "powwow-client": {"port_number": 13223, "protocols": ["tcp", "udp"]},
+ "powwow-server": {"port_number": 13224, "protocols": ["tcp", "udp"]},
+ "doip-data": {"port_number": 13400, "protocols": ["tcp"]},
+ "doip-disc": {"port_number": 13400, "protocols": ["udp"]},
+ "bprd": {"port_number": 13720, "protocols": ["tcp", "udp"]},
+ "bpdbm": {"port_number": 13721, "protocols": ["tcp", "udp"]},
+ "bpjava-msvc": {"port_number": 13722, "protocols": ["tcp", "udp"]},
+ "vnetd": {"port_number": 13724, "protocols": ["tcp", "udp"]},
+ "bpcd": {"port_number": 13782, "protocols": ["tcp", "udp"]},
+ "vopied": {"port_number": 13783, "protocols": ["tcp", "udp"]},
+ "nbdb": {"port_number": 13785, "protocols": ["tcp", "udp"]},
+ "nomdb": {"port_number": 13786, "protocols": ["tcp", "udp"]},
+ "dsmcc-config": {"port_number": 13818, "protocols": ["tcp", "udp"]},
+ "dsmcc-session": {"port_number": 13819, "protocols": ["tcp", "udp"]},
+ "dsmcc-passthru": {"port_number": 13820, "protocols": ["tcp", "udp"]},
+ "dsmcc-download": {"port_number": 13821, "protocols": ["tcp", "udp"]},
+ "dsmcc-ccp": {"port_number": 13822, "protocols": ["tcp", "udp"]},
+ "bmdss": {"port_number": 13823, "protocols": ["tcp"]},
+ "a-trust-rpc": {"port_number": 13832, "protocols": ["tcp"]},
+ "ucontrol": {"port_number": 13894, "protocols": ["tcp", "udp"]},
+ "dta-systems": {"port_number": 13929, "protocols": ["tcp", "udp"]},
+ "medevolve": {"port_number": 13930, "protocols": ["tcp"]},
+ "scotty-ft": {"port_number": 14000, "protocols": ["tcp", "udp"]},
+ "sua": {"port_number": 14001, "protocols": ["tcp", "udp", "sctp"]},
+ "scotty-disc": {"port_number": 14002, "protocols": ["udp"]},
+ "sage-best-com1": {"port_number": 14033, "protocols": ["tcp", "udp"]},
+ "sage-best-com2": {"port_number": 14034, "protocols": ["tcp", "udp"]},
+ "vcs-app": {"port_number": 14141, "protocols": ["tcp", "udp"]},
+ "icpp": {"port_number": 14142, "protocols": ["tcp", "udp"]},
+ "icpps": {"port_number": 14143, "protocols": ["tcp"]},
+ "gcm-app": {"port_number": 14145, "protocols": ["tcp", "udp"]},
+ "vrts-tdd": {"port_number": 14149, "protocols": ["tcp", "udp"]},
+ "vcscmd": {"port_number": 14150, "protocols": ["tcp"]},
+ "vad": {"port_number": 14154, "protocols": ["tcp", "udp"]},
+ "cps": {"port_number": 14250, "protocols": ["tcp", "udp"]},
+ "ca-web-update": {"port_number": 14414, "protocols": ["tcp", "udp"]},
+ "xpra": {"port_number": 14500, "protocols": ["tcp"]},
+ "hde-lcesrvr-1": {"port_number": 14936, "protocols": ["tcp", "udp"]},
+ "hde-lcesrvr-2": {"port_number": 14937, "protocols": ["tcp", "udp"]},
+ "hydap": {"port_number": 15000, "protocols": ["tcp", "udp"]},
+ "onep-tls": {"port_number": 15002, "protocols": ["tcp"]},
+ "v2g-secc": {"port_number": 15118, "protocols": ["udp"]},
+ "xpilot": {"port_number": 15345, "protocols": ["tcp", "udp"]},
+ "3link": {"port_number": 15363, "protocols": ["tcp", "udp"]},
+ "cisco-snat": {"port_number": 15555, "protocols": ["tcp", "udp"]},
+ "bex-xr": {"port_number": 15660, "protocols": ["tcp", "udp"]},
+ "ptp": {"port_number": 15740, "protocols": ["tcp", "udp"]},
+ "2ping": {"port_number": 15998, "protocols": ["udp"]},
+ "programmar": {"port_number": 15999, "protocols": ["tcp"]},
+ "fmsas": {"port_number": 16000, "protocols": ["tcp"]},
+ "fmsascon": {"port_number": 16001, "protocols": ["tcp"]},
+ "gsms": {"port_number": 16002, "protocols": ["tcp"]},
+ "alfin": {"port_number": 16003, "protocols": ["udp"]},
+ "jwpc": {"port_number": 16020, "protocols": ["tcp"]},
+ "jwpc-bin": {"port_number": 16021, "protocols": ["tcp"]},
+ "sun-sea-port": {"port_number": 16161, "protocols": ["tcp", "udp"]},
+ "solaris-audit": {"port_number": 16162, "protocols": ["tcp"]},
+ "etb4j": {"port_number": 16309, "protocols": ["tcp", "udp"]},
+ "pduncs": {"port_number": 16310, "protocols": ["tcp", "udp"]},
+ "pdefmns": {"port_number": 16311, "protocols": ["tcp", "udp"]},
+ "netserialext1": {"port_number": 16360, "protocols": ["tcp", "udp"]},
+ "netserialext2": {"port_number": 16361, "protocols": ["tcp", "udp"]},
+ "netserialext3": {"port_number": 16367, "protocols": ["tcp", "udp"]},
+ "netserialext4": {"port_number": 16368, "protocols": ["tcp", "udp"]},
+ "connected": {"port_number": 16384, "protocols": ["tcp", "udp"]},
+ "rdgs": {"port_number": 16385, "protocols": ["tcp"]},
+ "xoms": {"port_number": 16619, "protocols": ["tcp"]},
+ "axon-tunnel": {"port_number": 16665, "protocols": ["tcp"]},
+ "vtp": {"port_number": 16666, "protocols": ["udp"]},
+ "cadsisvr": {"port_number": 16789, "protocols": ["tcp"]},
+ "newbay-snc-mc": {"port_number": 16900, "protocols": ["tcp", "udp"]},
+ "sgcip": {"port_number": 16950, "protocols": ["tcp", "udp"]},
+ "intel-rci-mp": {"port_number": 16991, "protocols": ["tcp", "udp"]},
+ "amt-soap-http": {"port_number": 16992, "protocols": ["tcp", "udp"]},
+ "amt-soap-https": {"port_number": 16993, "protocols": ["tcp", "udp"]},
+ "amt-redir-tcp": {"port_number": 16994, "protocols": ["tcp", "udp"]},
+ "amt-redir-tls": {"port_number": 16995, "protocols": ["tcp", "udp"]},
+ "isode-dua": {"port_number": 17007, "protocols": ["tcp", "udp"]},
+ "ncpu": {"port_number": 17010, "protocols": ["tcp"]},
+ "vestasdlp": {"port_number": 17184, "protocols": ["tcp"]},
+ "soundsvirtual": {"port_number": 17185, "protocols": ["tcp", "udp"]},
+ "chipper": {"port_number": 17219, "protocols": ["tcp", "udp"]},
+ "avtp": {"port_number": 17220, "protocols": ["tcp", "udp"]},
+ "avdecc": {"port_number": 17221, "protocols": ["tcp", "udp"]},
+ "cpsp": {"port_number": 17222, "protocols": ["udp"]},
+ "isa100-gci": {"port_number": 17223, "protocols": ["tcp"]},
+ "trdp-pd": {"port_number": 17224, "protocols": ["udp"]},
+ "trdp-md": {"port_number": 17225, "protocols": ["tcp", "udp"]},
+ "integrius-stp": {"port_number": 17234, "protocols": ["tcp", "udp"]},
+ "ssh-mgmt": {"port_number": 17235, "protocols": ["tcp", "udp"]},
+ "db-lsp": {"port_number": 17500, "protocols": ["tcp"]},
+ "db-lsp-disc": {"port_number": 17500, "protocols": ["udp"]},
+ "ailith": {"port_number": 17555, "protocols": ["tcp"]},
+ "ea": {"port_number": 17729, "protocols": ["tcp", "udp"]},
+ "zep": {"port_number": 17754, "protocols": ["tcp", "udp"]},
+ "zigbee-ip": {"port_number": 17755, "protocols": ["tcp", "udp"]},
+ "zigbee-ips": {"port_number": 17756, "protocols": ["tcp", "udp"]},
+ "sw-orion": {"port_number": 17777, "protocols": ["tcp"]},
+ "biimenu": {"port_number": 18000, "protocols": ["tcp", "udp"]},
+ "radpdf": {"port_number": 18104, "protocols": ["tcp"]},
+ "racf": {"port_number": 18136, "protocols": ["tcp"]},
+ "opsec-cvp": {"port_number": 18181, "protocols": ["tcp", "udp"]},
+ "opsec-ufp": {"port_number": 18182, "protocols": ["tcp", "udp"]},
+ "opsec-sam": {"port_number": 18183, "protocols": ["tcp", "udp"]},
+ "opsec-lea": {"port_number": 18184, "protocols": ["tcp", "udp"]},
+ "opsec-omi": {"port_number": 18185, "protocols": ["tcp", "udp"]},
+ "ohsc": {"port_number": 18186, "protocols": ["tcp", "udp"]},
+ "opsec-ela": {"port_number": 18187, "protocols": ["tcp", "udp"]},
+ "checkpoint-rtm": {"port_number": 18241, "protocols": ["tcp", "udp"]},
+ "iclid": {"port_number": 18242, "protocols": ["tcp"]},
+ "clusterxl": {"port_number": 18243, "protocols": ["tcp"]},
+ "gv-pf": {"port_number": 18262, "protocols": ["tcp", "udp"]},
+ "ac-cluster": {"port_number": 18463, "protocols": ["tcp", "udp"]},
+ "heythings": {"port_number": 18516, "protocols": ["udp"]},
+ "rds-ib": {"port_number": 18634, "protocols": ["tcp", "udp"]},
+ "rds-ip": {"port_number": 18635, "protocols": ["tcp", "udp"]},
+ "vdmmesh": {"port_number": 18668, "protocols": ["tcp"]},
+ "vdmmesh-disc": {"port_number": 18668, "protocols": ["udp"]},
+ "ique": {"port_number": 18769, "protocols": ["tcp", "udp"]},
+ "infotos": {"port_number": 18881, "protocols": ["tcp", "udp"]},
+ "apc-necmp": {"port_number": 18888, "protocols": ["tcp", "udp"]},
+ "igrid": {"port_number": 19000, "protocols": ["tcp", "udp"]},
+ "scintilla": {"port_number": 19007, "protocols": ["tcp", "udp"]},
+ "j-link": {"port_number": 19020, "protocols": ["tcp"]},
+ "opsec-uaa": {"port_number": 19191, "protocols": ["tcp", "udp"]},
+ "ua-secureagent": {"port_number": 19194, "protocols": ["tcp", "udp"]},
+ "cora": {"port_number": 19220, "protocols": ["tcp"]},
+ "cora-disc": {"port_number": 19220, "protocols": ["udp"]},
+ "keysrvr": {"port_number": 19283, "protocols": ["tcp", "udp"]},
+ "keyshadow": {"port_number": 19315, "protocols": ["tcp", "udp"]},
+ "mtrgtrans": {"port_number": 19398, "protocols": ["tcp", "udp"]},
+ "hp-sco": {"port_number": 19410, "protocols": ["tcp", "udp"]},
+ "hp-sca": {"port_number": 19411, "protocols": ["tcp", "udp"]},
+ "hp-sessmon": {"port_number": 19412, "protocols": ["tcp", "udp"]},
+ "fxuptp": {"port_number": 19539, "protocols": ["tcp", "udp"]},
+ "sxuptp": {"port_number": 19540, "protocols": ["tcp", "udp"]},
+ "jcp": {"port_number": 19541, "protocols": ["tcp", "udp"]},
+ "mle": {"port_number": 19788, "protocols": ["udp"]},
+ "faircom-db": {"port_number": 19790, "protocols": ["tcp"]},
+ "iec-104-sec": {"port_number": 19998, "protocols": ["tcp"]},
+ "dnp-sec": {"port_number": 19999, "protocols": ["tcp", "udp", "sctp"]},
+ "dnp": {"port_number": 20000, "protocols": ["tcp", "udp", "sctp"]},
+ "microsan": {"port_number": 20001, "protocols": ["tcp", "udp"]},
+ "commtact-http": {"port_number": 20002, "protocols": ["tcp", "udp"]},
+ "commtact-https": {"port_number": 20003, "protocols": ["tcp", "udp"]},
+ "openwebnet": {"port_number": 20005, "protocols": ["tcp", "udp"]},
+ "ss-idi-disc": {"port_number": 20012, "protocols": ["udp"]},
+ "ss-idi": {"port_number": 20013, "protocols": ["tcp"]},
+ "opendeploy": {"port_number": 20014, "protocols": ["tcp", "udp"]},
+ "nburn-id": {"port_number": 20034, "protocols": ["tcp", "udp"]},
+ "nburn_id": {"port_number": 20034, "protocols": ["tcp", "udp"]},
+ "tmophl7mts": {"port_number": 20046, "protocols": ["tcp", "udp"]},
+ "mountd": {"port_number": 20048, "protocols": ["tcp", "udp"]},
+ "nfsrdma": {"port_number": 20049, "protocols": ["tcp", "udp", "sctp"]},
+ "avesterra": {"port_number": 20057, "protocols": ["tcp"]},
+ "tolfab": {"port_number": 20167, "protocols": ["tcp", "udp"]},
+ "ipdtp-port": {"port_number": 20202, "protocols": ["tcp", "udp"]},
+ "ipulse-ics": {"port_number": 20222, "protocols": ["tcp", "udp"]},
+ "emwavemsg": {"port_number": 20480, "protocols": ["tcp", "udp"]},
+ "track": {"port_number": 20670, "protocols": ["tcp", "udp"]},
+ "crtech-nlm": {"port_number": 20810, "protocols": ["tcp"]},
+ "athand-mmp": {"port_number": 20999, "protocols": ["tcp", "udp"]},
+ "irtrans": {"port_number": 21000, "protocols": ["tcp", "udp"]},
+ "notezilla-lan": {"port_number": 21010, "protocols": ["tcp"]},
+ "trinket-agent": {"port_number": 21212, "protocols": ["tcp"]},
+ "cohesity-agent": {"port_number": 21213, "protocols": ["tcp"]},
+ "aigairserver": {"port_number": 21221, "protocols": ["tcp"]},
+ "rdm-tfs": {"port_number": 21553, "protocols": ["tcp"]},
+ "dfserver": {"port_number": 21554, "protocols": ["tcp", "udp"]},
+ "vofr-gateway": {"port_number": 21590, "protocols": ["tcp", "udp"]},
+ "tvpm": {"port_number": 21800, "protocols": ["tcp", "udp"]},
+ "sal": {"port_number": 21801, "protocols": ["tcp"]},
+ "webphone": {"port_number": 21845, "protocols": ["tcp", "udp"]},
+ "netspeak-is": {"port_number": 21846, "protocols": ["tcp", "udp"]},
+ "netspeak-cs": {"port_number": 21847, "protocols": ["tcp", "udp"]},
+ "netspeak-acd": {"port_number": 21848, "protocols": ["tcp", "udp"]},
+ "netspeak-cps": {"port_number": 21849, "protocols": ["tcp", "udp"]},
+ "snapenetio": {"port_number": 22000, "protocols": ["tcp", "udp"]},
+ "optocontrol": {"port_number": 22001, "protocols": ["tcp", "udp"]},
+ "optohost002": {"port_number": 22002, "protocols": ["tcp", "udp"]},
+ "optohost003": {"port_number": 22003, "protocols": ["tcp", "udp"]},
+ "optohost004": {"port_number": 22004, "protocols": ["tcp", "udp"]},
+ "optohost004-secondary": {"port_number": 22005, "protocols": ["tcp", "udp"]},
+ "dcap": {"port_number": 22125, "protocols": ["tcp"]},
+ "gsidcap": {"port_number": 22128, "protocols": ["tcp"]},
+ "easyengine": {"port_number": 22222, "protocols": ["tcp"]},
+ "wnn6": {"port_number": 22273, "protocols": ["tcp", "udp"]},
+ "cis": {"port_number": 22305, "protocols": ["tcp", "udp"]},
+ "showcockpit-net": {"port_number": 22333, "protocols": ["tcp", "udp"]},
+ "shrewd-control": {"port_number": 22335, "protocols": ["tcp"]},
+ "shrewd-stream": {"port_number": 22335, "protocols": ["udp"]},
+ "cis-secure": {"port_number": 22343, "protocols": ["tcp", "udp"]},
+ "wibukey": {"port_number": 22347, "protocols": ["tcp", "udp"]},
+ "codemeter": {"port_number": 22350, "protocols": ["tcp", "udp"]},
+ "codemeter-cmwan": {"port_number": 22351, "protocols": ["tcp"]},
+ "caldsoft-backup": {"port_number": 22537, "protocols": ["tcp"]},
+ "vocaltec-wconf": {"port_number": 22555, "protocols": ["tcp"]},
+ "vocaltec-phone": {"port_number": 22555, "protocols": ["udp"]},
+ "talikaserver": {"port_number": 22763, "protocols": ["tcp", "udp"]},
+ "aws-brf": {"port_number": 22800, "protocols": ["tcp", "udp"]},
+ "brf-gw": {"port_number": 22951, "protocols": ["tcp", "udp"]},
+ "inovaport1": {"port_number": 23000, "protocols": ["tcp", "udp"]},
+ "inovaport2": {"port_number": 23001, "protocols": ["tcp", "udp"]},
+ "inovaport3": {"port_number": 23002, "protocols": ["tcp", "udp"]},
+ "inovaport4": {"port_number": 23003, "protocols": ["tcp", "udp"]},
+ "inovaport5": {"port_number": 23004, "protocols": ["tcp", "udp"]},
+ "inovaport6": {"port_number": 23005, "protocols": ["tcp", "udp"]},
+ "gntp": {"port_number": 23053, "protocols": ["tcp"]},
+ "s102": {"port_number": 23272, "protocols": ["udp"]},
+ "5afe-dir": {"port_number": 23294, "protocols": ["tcp"]},
+ "5afe-disc": {"port_number": 23294, "protocols": ["udp"]},
+ "elxmgmt": {"port_number": 23333, "protocols": ["tcp", "udp"]},
+ "novar-dbase": {"port_number": 23400, "protocols": ["tcp", "udp"]},
+ "novar-alarm": {"port_number": 23401, "protocols": ["tcp", "udp"]},
+ "novar-global": {"port_number": 23402, "protocols": ["tcp", "udp"]},
+ "aequus": {"port_number": 23456, "protocols": ["tcp"]},
+ "aequus-alt": {"port_number": 23457, "protocols": ["tcp"]},
+ "areaguard-neo": {"port_number": 23546, "protocols": ["tcp"]},
+ "med-ltp": {"port_number": 24000, "protocols": ["tcp", "udp"]},
+ "med-fsp-rx": {"port_number": 24001, "protocols": ["tcp", "udp"]},
+ "med-fsp-tx": {"port_number": 24002, "protocols": ["tcp", "udp"]},
+ "med-supp": {"port_number": 24003, "protocols": ["tcp", "udp"]},
+ "med-ovw": {"port_number": 24004, "protocols": ["tcp", "udp"]},
+ "med-ci": {"port_number": 24005, "protocols": ["tcp", "udp"]},
+ "med-net-svc": {"port_number": 24006, "protocols": ["tcp", "udp"]},
+ "filesphere": {"port_number": 24242, "protocols": ["tcp", "udp"]},
+ "vista-4gl": {"port_number": 24249, "protocols": ["tcp", "udp"]},
+ "ild": {"port_number": 24321, "protocols": ["tcp", "udp"]},
+ "hid": {"port_number": 24322, "protocols": ["udp"]},
+ "vrmg-ip": {"port_number": 24323, "protocols": ["tcp"]},
+ "intel-rci": {"port_number": 24386, "protocols": ["tcp", "udp"]},
+ "intel_rci": {"port_number": 24386, "protocols": ["tcp", "udp"]},
+ "tonidods": {"port_number": 24465, "protocols": ["tcp", "udp"]},
+ "binkp": {"port_number": 24554, "protocols": ["tcp", "udp"]},
+ "bilobit": {"port_number": 24577, "protocols": ["tcp"]},
+ "bilobit-update": {"port_number": 24577, "protocols": ["udp"]},
+ "udpstp": {"port_number": 24601, "protocols": ["udp"]},
+ "sdtvwcam": {"port_number": 24666, "protocols": ["tcp"]},
+ "canditv": {"port_number": 24676, "protocols": ["tcp", "udp"]},
+ "flashfiler": {"port_number": 24677, "protocols": ["tcp", "udp"]},
+ "proactivate": {"port_number": 24678, "protocols": ["tcp", "udp"]},
+ "tcc-http": {"port_number": 24680, "protocols": ["tcp", "udp"]},
+ "cslg": {"port_number": 24754, "protocols": ["tcp"]},
+ "assoc-disc": {"port_number": 24850, "protocols": ["udp"]},
+ "find": {"port_number": 24922, "protocols": ["tcp", "udp"]},
+ "icl-twobase1": {"port_number": 25000, "protocols": ["tcp", "udp"]},
+ "icl-twobase2": {"port_number": 25001, "protocols": ["tcp", "udp"]},
+ "icl-twobase3": {"port_number": 25002, "protocols": ["tcp", "udp"]},
+ "icl-twobase4": {"port_number": 25003, "protocols": ["tcp", "udp"]},
+ "icl-twobase5": {"port_number": 25004, "protocols": ["tcp", "udp"]},
+ "icl-twobase6": {"port_number": 25005, "protocols": ["tcp", "udp"]},
+ "icl-twobase7": {"port_number": 25006, "protocols": ["tcp", "udp"]},
+ "icl-twobase8": {"port_number": 25007, "protocols": ["tcp", "udp"]},
+ "icl-twobase9": {"port_number": 25008, "protocols": ["tcp", "udp"]},
+ "icl-twobase10": {"port_number": 25009, "protocols": ["tcp", "udp"]},
+ "db2c-tls": {"port_number": 25100, "protocols": ["tcp"]},
+ "rna": {"port_number": 25471, "protocols": ["sctp"]},
+ "sauterdongle": {"port_number": 25576, "protocols": ["tcp"]},
+ "idtp": {"port_number": 25604, "protocols": ["tcp"]},
+ "vocaltec-hos": {"port_number": 25793, "protocols": ["tcp", "udp"]},
+ "tasp-net": {"port_number": 25900, "protocols": ["tcp", "udp"]},
+ "niobserver": {"port_number": 25901, "protocols": ["tcp", "udp"]},
+ "nilinkanalyst": {"port_number": 25902, "protocols": ["tcp", "udp"]},
+ "niprobe": {"port_number": 25903, "protocols": ["tcp", "udp"]},
+ "bf-game": {"port_number": 25954, "protocols": ["udp"]},
+ "bf-master": {"port_number": 25955, "protocols": ["udp"]},
+ "quake": {"port_number": 26000, "protocols": ["tcp", "udp"]},
+ "scscp": {"port_number": 26133, "protocols": ["tcp", "udp"]},
+ "wnn6-ds": {"port_number": 26208, "protocols": ["tcp", "udp"]},
+ "cockroach": {"port_number": 26257, "protocols": ["tcp"]},
+ "ezproxy": {"port_number": 26260, "protocols": ["tcp", "udp"]},
+ "ezmeeting": {"port_number": 26261, "protocols": ["tcp", "udp"]},
+ "k3software-svr": {"port_number": 26262, "protocols": ["tcp", "udp"]},
+ "k3software-cli": {"port_number": 26263, "protocols": ["tcp", "udp"]},
+ "exoline-tcp": {"port_number": 26486, "protocols": ["tcp"]},
+ "exoline-udp": {"port_number": 26486, "protocols": ["udp"]},
+ "exoconfig": {"port_number": 26487, "protocols": ["tcp", "udp"]},
+ "exonet": {"port_number": 26489, "protocols": ["tcp", "udp"]},
+ "flex-lmadmin": {"port_number": 27010, "protocols": ["tcp"]},
+ "chlenix": {"port_number": 27016, "protocols": ["tcp"]},
+ "mongodb": {"port_number": 27017, "protocols": ["tcp"]},
+ "imagepump": {"port_number": 27345, "protocols": ["tcp", "udp"]},
+ "jesmsjc": {"port_number": 27442, "protocols": ["tcp", "udp"]},
+ "kopek-httphead": {"port_number": 27504, "protocols": ["tcp", "udp"]},
+ "ars-vista": {"port_number": 27782, "protocols": ["tcp", "udp"]},
+ "astrolink": {"port_number": 27876, "protocols": ["tcp"]},
+ "tw-auth-key": {"port_number": 27999, "protocols": ["tcp", "udp"]},
+ "nxlmd": {"port_number": 28000, "protocols": ["tcp", "udp"]},
+ "pqsp": {"port_number": 28001, "protocols": ["tcp"]},
+ "gruber-cashreg": {"port_number": 28010, "protocols": ["tcp"]},
+ "thor-engine": {"port_number": 28080, "protocols": ["tcp"]},
+ "a27-ran-ran": {"port_number": 28119, "protocols": ["udp"]},
+ "voxelstorm": {"port_number": 28200, "protocols": ["tcp", "udp"]},
+ "siemensgsm": {"port_number": 28240, "protocols": ["tcp", "udp"]},
+ "bosswave": {"port_number": 28589, "protocols": ["tcp"]},
+ "saltd-licensing": {"port_number": 29000, "protocols": ["tcp"]},
+ "sgsap": {"port_number": 29118, "protocols": ["sctp"]},
+ "otmp": {"port_number": 29167, "protocols": ["tcp", "udp"]},
+ "sbcap": {"port_number": 29168, "protocols": ["sctp"]},
+ "iuhsctpassoc": {"port_number": 29169, "protocols": ["sctp"]},
+ "bingbang": {"port_number": 29999, "protocols": ["tcp"]},
+ "ndmps": {"port_number": 30000, "protocols": ["tcp"]},
+ "pago-services1": {"port_number": 30001, "protocols": ["tcp", "udp"]},
+ "pago-services2": {"port_number": 30002, "protocols": ["tcp", "udp"]},
+ "amicon-fpsu-ra": {"port_number": 30003, "protocols": ["tcp", "udp"]},
+ "amicon-fpsu-s": {"port_number": 30004, "protocols": ["udp"]},
+ "rwp": {"port_number": 30100, "protocols": ["tcp", "sctp"]},
+ "kingdomsonline": {"port_number": 30260, "protocols": ["tcp", "udp"]},
+ "gs-realtime": {"port_number": 30400, "protocols": ["tcp"]},
+ "samsung-disc": {"port_number": 30832, "protocols": ["udp"]},
+ "ovobs": {"port_number": 30999, "protocols": ["tcp", "udp"]},
+ "ka-sddp": {"port_number": 31016, "protocols": ["tcp"]},
+ "ka-kdp": {"port_number": 31016, "protocols": ["udp"]},
+ "autotrac-acp": {"port_number": 31020, "protocols": ["tcp"]},
+ "yawn": {"port_number": 31029, "protocols": ["udp"]},
+ "eldim": {"port_number": 31337, "protocols": ["tcp", "udp"]},
+ "pace-licensed": {"port_number": 31400, "protocols": ["tcp"]},
+ "xqosd": {"port_number": 31416, "protocols": ["tcp", "udp"]},
+ "tetrinet": {"port_number": 31457, "protocols": ["tcp", "udp"]},
+ "lm-mon": {"port_number": 31620, "protocols": ["tcp", "udp"]},
+ "dsx-monitor": {"port_number": 31685, "protocols": ["tcp"]},
+ "dsx_monitor": {"port_number": 31685, "protocols": ["tcp"]},
+ "gamesmith-port": {"port_number": 31765, "protocols": ["tcp", "udp"]},
+ "iceedcp-tx": {"port_number": 31948, "protocols": ["tcp", "udp"]},
+ "iceedcp_tx": {"port_number": 31948, "protocols": ["tcp", "udp"]},
+ "iceedcp-rx": {"port_number": 31949, "protocols": ["tcp", "udp"]},
+ "iceedcp_rx": {"port_number": 31949, "protocols": ["tcp", "udp"]},
+ "iracinghelper": {"port_number": 32034, "protocols": ["tcp", "udp"]},
+ "t1distproc60": {"port_number": 32249, "protocols": ["tcp", "udp"]},
+ "plex": {"port_number": 32400, "protocols": ["tcp"]},
+ "apm-link": {"port_number": 32483, "protocols": ["tcp", "udp"]},
+ "sec-ntb-clnt": {"port_number": 32635, "protocols": ["tcp", "udp"]},
+ "DMExpress": {"port_number": 32636, "protocols": ["tcp", "udp"]},
+ "filenet-powsrm": {"port_number": 32767, "protocols": ["tcp", "udp"]},
+ "filenet-tms": {"port_number": 32768, "protocols": ["tcp", "udp"]},
+ "filenet-rpc": {"port_number": 32769, "protocols": ["tcp", "udp"]},
+ "filenet-nch": {"port_number": 32770, "protocols": ["tcp", "udp"]},
+ "filenet-rmi": {"port_number": 32771, "protocols": ["tcp", "udp"]},
+ "filenet-pa": {"port_number": 32772, "protocols": ["tcp", "udp"]},
+ "filenet-cm": {"port_number": 32773, "protocols": ["tcp", "udp"]},
+ "filenet-re": {"port_number": 32774, "protocols": ["tcp", "udp"]},
+ "filenet-pch": {"port_number": 32775, "protocols": ["tcp", "udp"]},
+ "filenet-peior": {"port_number": 32776, "protocols": ["tcp", "udp"]},
+ "filenet-obrok": {"port_number": 32777, "protocols": ["tcp", "udp"]},
+ "mlsn": {"port_number": 32801, "protocols": ["tcp", "udp"]},
+ "retp": {"port_number": 32811, "protocols": ["tcp"]},
+ "idmgratm": {"port_number": 32896, "protocols": ["tcp", "udp"]},
+ "wg-endpt-comms": {"port_number": 33000, "protocols": ["tcp"]},
+ "mysqlx": {"port_number": 33060, "protocols": ["tcp"]},
+ "aurora-balaena": {"port_number": 33123, "protocols": ["tcp", "udp"]},
+ "diamondport": {"port_number": 33331, "protocols": ["tcp", "udp"]},
+ "dgi-serv": {"port_number": 33333, "protocols": ["tcp"]},
+ "speedtrace": {"port_number": 33334, "protocols": ["tcp"]},
+ "speedtrace-disc": {"port_number": 33334, "protocols": ["udp"]},
+ "traceroute": {"port_number": 33434, "protocols": ["tcp", "udp"]},
+ "mtrace": {"port_number": 33435, "protocols": ["udp"]},
+ "snip-slave": {"port_number": 33656, "protocols": ["tcp", "udp"]},
+ "digilent-adept": {"port_number": 33890, "protocols": ["tcp"]},
+ "turbonote-2": {"port_number": 34249, "protocols": ["tcp", "udp"]},
+ "p-net-local": {"port_number": 34378, "protocols": ["tcp", "udp"]},
+ "p-net-remote": {"port_number": 34379, "protocols": ["tcp", "udp"]},
+ "dhanalakshmi": {"port_number": 34567, "protocols": ["tcp"]},
+ "edi_service": {"port_number": 34567, "protocols": ["udp"]},
+ "profinet-rt": {"port_number": 34962, "protocols": ["tcp", "udp"]},
+ "profinet-rtm": {"port_number": 34963, "protocols": ["tcp", "udp"]},
+ "profinet-cm": {"port_number": 34964, "protocols": ["tcp", "udp"]},
+ "ethercat": {"port_number": 34980, "protocols": ["tcp", "udp"]},
+ "heathview": {"port_number": 35000, "protocols": ["tcp"]},
+ "rt-viewer": {"port_number": 35001, "protocols": ["tcp", "udp"]},
+ "rt-sound": {"port_number": 35002, "protocols": ["tcp"]},
+ "rt-devicemapper": {"port_number": 35003, "protocols": ["tcp"]},
+ "rt-classmanager": {"port_number": 35004, "protocols": ["tcp", "udp"]},
+ "rt-labtracker": {"port_number": 35005, "protocols": ["tcp"]},
+ "rt-helper": {"port_number": 35006, "protocols": ["tcp"]},
+ "axio-disc": {"port_number": 35100, "protocols": ["tcp", "udp"]},
+ "kitim": {"port_number": 35354, "protocols": ["tcp"]},
+ "altova-lm": {"port_number": 35355, "protocols": ["tcp"]},
+ "altova-lm-disc": {"port_number": 35355, "protocols": ["udp"]},
+ "guttersnex": {"port_number": 35356, "protocols": ["tcp"]},
+ "openstack-id": {"port_number": 35357, "protocols": ["tcp"]},
+ "allpeers": {"port_number": 36001, "protocols": ["tcp", "udp"]},
+ "wlcp": {"port_number": 36411, "protocols": ["udp"]},
+ "s1-control": {"port_number": 36412, "protocols": ["sctp"]},
+ "x2-control": {"port_number": 36422, "protocols": ["sctp"]},
+ "slmap": {"port_number": 36423, "protocols": ["sctp"]},
+ "nq-ap": {"port_number": 36424, "protocols": ["sctp"]},
+ "m2ap": {"port_number": 36443, "protocols": ["sctp"]},
+ "m3ap": {"port_number": 36444, "protocols": ["sctp"]},
+ "xw-control": {"port_number": 36462, "protocols": ["sctp"]},
+ "febooti-aw": {"port_number": 36524, "protocols": ["tcp"]},
+ "observium-agent": {"port_number": 36602, "protocols": ["tcp"]},
+ "mapx": {"port_number": 36700, "protocols": ["tcp"]},
+ "kastenxpipe": {"port_number": 36865, "protocols": ["tcp", "udp"]},
+ "3gpp-w1ap": {"port_number": 37472, "protocols": ["sctp"]},
+ "neckar": {"port_number": 37475, "protocols": ["tcp", "udp"]},
+ "gdrive-sync": {"port_number": 37483, "protocols": ["tcp"]},
+ "eftp": {"port_number": 37601, "protocols": ["tcp"]},
+ "unisys-eportal": {"port_number": 37654, "protocols": ["tcp", "udp"]},
+ "ivs-database": {"port_number": 38000, "protocols": ["tcp"]},
+ "ivs-insertion": {"port_number": 38001, "protocols": ["tcp"]},
+ "cresco-control": {"port_number": 38002, "protocols": ["tcp"]},
+ "crescoctrl-disc": {"port_number": 38002, "protocols": ["udp"]},
+ "galaxy7-data": {"port_number": 38201, "protocols": ["tcp", "udp"]},
+ "fairview": {"port_number": 38202, "protocols": ["tcp", "udp"]},
+ "agpolicy": {"port_number": 38203, "protocols": ["tcp", "udp"]},
+ "ng-control": {"port_number": 38412, "protocols": ["sctp"]},
+ "xn-control": {"port_number": 38422, "protocols": ["sctp"]},
+ "e1-interface": {"port_number": 38462, "protocols": ["sctp"]},
+ "f1-control": {"port_number": 38472, "protocols": ["sctp"]},
+ "psqlmws": {"port_number": 38638, "protocols": ["tcp"]},
+ "sruth": {"port_number": 38800, "protocols": ["tcp"]},
+ "secrmmsafecopya": {"port_number": 38865, "protocols": ["tcp"]},
+ "vroa": {"port_number": 39063, "protocols": ["tcp"]},
+ "turbonote-1": {"port_number": 39681, "protocols": ["tcp", "udp"]},
+ "safetynetp": {"port_number": 40000, "protocols": ["tcp", "udp"]},
+ "k-patentssensor": {"port_number": 40023, "protocols": ["udp"]},
+ "sptx": {"port_number": 40404, "protocols": ["tcp"]},
+ "cscp": {"port_number": 40841, "protocols": ["tcp", "udp"]},
+ "csccredir": {"port_number": 40842, "protocols": ["tcp", "udp"]},
+ "csccfirewall": {"port_number": 40843, "protocols": ["tcp", "udp"]},
+ "ortec-disc": {"port_number": 40853, "protocols": ["udp"]},
+ "fs-qos": {"port_number": 41111, "protocols": ["tcp", "udp"]},
+ "tentacle": {"port_number": 41121, "protocols": ["tcp"]},
+ "z-wave-s": {"port_number": 41230, "protocols": ["tcp", "udp"]},
+ "crestron-cip": {"port_number": 41794, "protocols": ["tcp", "udp"]},
+ "crestron-ctp": {"port_number": 41795, "protocols": ["tcp", "udp"]},
+ "crestron-cips": {"port_number": 41796, "protocols": ["tcp"]},
+ "crestron-ctps": {"port_number": 41797, "protocols": ["tcp"]},
+ "candp": {"port_number": 42508, "protocols": ["tcp", "udp"]},
+ "candrp": {"port_number": 42509, "protocols": ["tcp", "udp"]},
+ "caerpc": {"port_number": 42510, "protocols": ["tcp", "udp"]},
+ "curiosity": {"port_number": 42999, "protocols": ["tcp"]},
+ "recvr-rc": {"port_number": 43000, "protocols": ["tcp"]},
+ "recvr-rc-disc": {"port_number": 43000, "protocols": ["udp"]},
+ "reachout": {"port_number": 43188, "protocols": ["tcp", "udp"]},
+ "ndm-agent-port": {"port_number": 43189, "protocols": ["tcp", "udp"]},
+ "ip-provision": {"port_number": 43190, "protocols": ["tcp", "udp"]},
+ "noit-transport": {"port_number": 43191, "protocols": ["tcp"]},
+ "shaperai": {"port_number": 43210, "protocols": ["tcp"]},
+ "shaperai-disc": {"port_number": 43210, "protocols": ["udp"]},
+ "hmip-routing": {"port_number": 43438, "protocols": ["udp"]},
+ "eq3-update": {"port_number": 43439, "protocols": ["tcp"]},
+ "eq3-config": {"port_number": 43439, "protocols": ["udp"]},
+ "ew-mgmt": {"port_number": 43440, "protocols": ["tcp"]},
+ "ew-disc-cmd": {"port_number": 43440, "protocols": ["udp"]},
+ "ciscocsdb": {"port_number": 43441, "protocols": ["tcp", "udp"]},
+ "z-wave-tunnel": {"port_number": 44123, "protocols": ["tcp"]},
+ "pmcd": {"port_number": 44321, "protocols": ["tcp", "udp"]},
+ "pmproxy": {"port_number": 44322, "protocols": ["tcp", "udp"]},
+ "pmwebapi": {"port_number": 44323, "protocols": ["tcp"]},
+ "cognex-dataman": {"port_number": 44444, "protocols": ["tcp"]},
+ "acronis-backup": {"port_number": 44445, "protocols": ["tcp"]},
+ "domiq": {"port_number": 44544, "protocols": ["udp"]},
+ "rbr-debug": {"port_number": 44553, "protocols": ["tcp", "udp"]},
+ "asihpi": {"port_number": 44600, "protocols": ["udp"]},
+ "EtherNet-IP-2": {"port_number": 44818, "protocols": ["tcp", "udp"]},
+ "EtherNet/IP-2": {"port_number": 44818, "protocols": ["tcp", "udp"]},
+ "m3da": {"port_number": 44900, "protocols": ["tcp"]},
+ "m3da-disc": {"port_number": 44900, "protocols": ["udp"]},
+ "asmp": {"port_number": 45000, "protocols": ["tcp"]},
+ "asmp-mon": {"port_number": 45000, "protocols": ["udp"]},
+ "asmps": {"port_number": 45001, "protocols": ["tcp"]},
+ "rs-status": {"port_number": 45002, "protocols": ["tcp"]},
+ "synctest": {"port_number": 45045, "protocols": ["tcp"]},
+ "invision-ag": {"port_number": 45054, "protocols": ["tcp", "udp"]},
+ "witsnet": {"port_number": 45185, "protocols": ["tcp", "udp"]},
+ "cloudcheck": {"port_number": 45514, "protocols": ["tcp"]},
+ "cloudcheck-ping": {"port_number": 45514, "protocols": ["udp"]},
+ "eba": {"port_number": 45678, "protocols": ["tcp", "udp"]},
+ "dai-shell": {"port_number": 45824, "protocols": ["tcp"]},
+ "qdb2service": {"port_number": 45825, "protocols": ["tcp", "udp"]},
+ "ssr-servermgr": {"port_number": 45966, "protocols": ["tcp", "udp"]},
+ "inedo": {"port_number": 46336, "protocols": ["tcp"]},
+ "spremotetablet": {"port_number": 46998, "protocols": ["tcp"]},
+ "mediabox": {"port_number": 46999, "protocols": ["tcp", "udp"]},
+ "mbus": {"port_number": 47000, "protocols": ["tcp", "udp"]},
+ "winrm": {"port_number": 47001, "protocols": ["tcp"]},
+ "jvl-mactalk": {"port_number": 47100, "protocols": ["udp"]},
+ "dbbrowse": {"port_number": 47557, "protocols": ["tcp", "udp"]},
+ "directplaysrvr": {"port_number": 47624, "protocols": ["tcp", "udp"]},
+ "ap": {"port_number": 47806, "protocols": ["tcp", "udp"]},
+ "bacnet": {"port_number": 47808, "protocols": ["tcp", "udp"]},
+ "presonus-ucnet": {"port_number": 47809, "protocols": ["udp"]},
+ "nimcontroller": {"port_number": 48000, "protocols": ["tcp", "udp"]},
+ "nimspooler": {"port_number": 48001, "protocols": ["tcp", "udp"]},
+ "nimhub": {"port_number": 48002, "protocols": ["tcp", "udp"]},
+ "nimgtw": {"port_number": 48003, "protocols": ["tcp", "udp"]},
+ "nimbusdb": {"port_number": 48004, "protocols": ["tcp"]},
+ "nimbusdbctrl": {"port_number": 48005, "protocols": ["tcp"]},
+ "juka": {"port_number": 48048, "protocols": ["tcp"]},
+ "3gpp-cbsp": {"port_number": 48049, "protocols": ["tcp"]},
+ "weandsf": {"port_number": 48050, "protocols": ["tcp"]},
+ "isnetserv": {"port_number": 48128, "protocols": ["tcp", "udp"]},
+ "blp5": {"port_number": 48129, "protocols": ["tcp", "udp"]},
+ "com-bardac-dw": {"port_number": 48556, "protocols": ["tcp", "udp"]},
+ "iqobject": {"port_number": 48619, "protocols": ["tcp", "udp"]},
+ "robotraconteur": {"port_number": 48653, "protocols": ["tcp", "udp"]},
+ "matahari": {"port_number": 49000, "protocols": ["tcp"]},
+ "nusrp": {"port_number": 49001, "protocols": ["tcp"]},
+ "nusdp-disc": {"port_number": 49001, "protocols": ["udp"]},
+ "inspider": {"port_number": 49150, "protocols": ["tcp"]},
+}
diff --git a/netutils/data_files/protocol_number_mappings.py b/netutils/data_files/protocol_number_mappings.py
new file mode 100644
index 0000000..abc1c19
--- /dev/null
+++ b/netutils/data_files/protocol_number_mappings.py
@@ -0,0 +1,296 @@
+"""Dictionary object to store Protocol Number."""
+
+from typing import Dict
+
+PROTO_NAME_TO_NUM: Dict[str, int] = {
+ "HOPOPT": 0,
+ "ICMP": 1,
+ "IGMP": 2,
+ "GGP": 3,
+ "IPv4": 4,
+ "ST": 5,
+ "TCP": 6,
+ "CBT": 7,
+ "EGP": 8,
+ "IGP": 9,
+ "BBN-RCC-MON": 10,
+ "NVP-II": 11,
+ "PUP": 12,
+ "ARGUS": 13,
+ "EMCON": 14,
+ "XNET": 15,
+ "CHAOS": 16,
+ "UDP": 17,
+ "MUX": 18,
+ "DCN-MEAS": 19,
+ "HMP": 20,
+ "PRM": 21,
+ "XNS-IDP": 22,
+ "TRUNK-1": 23,
+ "TRUNK-2": 24,
+ "LEAF-1": 25,
+ "LEAF-2": 26,
+ "RDP": 27,
+ "IRTP": 28,
+ "ISO-TP4": 29,
+ "NETBLT": 30,
+ "MFE-NSP": 31,
+ "MERIT-INP": 32,
+ "DCCP": 33,
+ "3PC": 34,
+ "IDPR": 35,
+ "XTP": 36,
+ "DDP": 37,
+ "IDPR-CMTP": 38,
+ "TP++": 39,
+ "IL": 40,
+ "IPv6": 41,
+ "SDRP": 42,
+ "IPv6-Route": 43,
+ "IPv6-Frag": 44,
+ "IDRP": 45,
+ "RSVP": 46,
+ "GRE": 47,
+ "DSR": 48,
+ "BNA": 49,
+ "ESP": 50,
+ "AH": 51,
+ "I-NLSP": 52,
+ "SWIPE": 53,
+ "NARP": 54,
+ "Min-IPv4": 55,
+ "TLSP": 56,
+ "SKIP": 57,
+ "IPv6-ICMP": 58,
+ "IPv6-NoNxt": 59,
+ "IPv6-Opts": 60,
+ "CFTP": 62,
+ "SAT-EXPAK": 64,
+ "KRYPTOLAN": 65,
+ "RVD": 66,
+ "IPPC": 67,
+ "SAT-MON": 69,
+ "VISA": 70,
+ "IPCV": 71,
+ "CPNX": 72,
+ "CPHB": 73,
+ "WSN": 74,
+ "PVP": 75,
+ "BR-SAT-MON": 76,
+ "SUN-ND": 77,
+ "WB-MON": 78,
+ "WB-EXPAK": 79,
+ "ISO-IP": 80,
+ "VMTP": 81,
+ "SECURE-VMTP": 82,
+ "VINES": 83,
+ "IPTM": 84,
+ "NSFNET-IGP": 85,
+ "DGP": 86,
+ "TCF": 87,
+ "EIGRP": 88,
+ "OSPFIGP": 89,
+ "Sprite-RPC": 90,
+ "LARP": 91,
+ "MTP": 92,
+ "AX.25": 93,
+ "IPIP": 94,
+ "MICP": 95,
+ "SCC-SP": 96,
+ "ETHERIP": 97,
+ "ENCAP": 98,
+ "GMTP": 100,
+ "IFMP": 101,
+ "PNNI": 102,
+ "PIM": 103,
+ "ARIS": 104,
+ "SCPS": 105,
+ "QNX": 106,
+ "A/N": 107,
+ "IPComp": 108,
+ "SNP": 109,
+ "Compaq-Peer": 110,
+ "IPX-in-IP": 111,
+ "VRRP": 112,
+ "PGM": 113,
+ "L2TP": 115,
+ "DDX": 116,
+ "IATP": 117,
+ "STP": 118,
+ "SRP": 119,
+ "UTI": 120,
+ "SMP": 121,
+ "SM": 122,
+ "PTP": 123,
+ "ISIS over IPv4": 124,
+ "FIRE": 125,
+ "CRTP": 126,
+ "CRUDP": 127,
+ "SSCOPMCE": 128,
+ "IPLT": 129,
+ "SPS": 130,
+ "PIPE": 131,
+ "SCTP": 132,
+ "FC": 133,
+ "RSVP-E2E-IGNORE": 134,
+ "Mobility Header": 135,
+ "UDPLite": 136,
+ "MPLS-in-IP": 137,
+ "manet": 138,
+ "HIP": 139,
+ "Shim6": 140,
+ "WESP": 141,
+ "ROHC": 142,
+ "Ethernet": 143,
+ "AGGFRAG": 144,
+ "NSH": 145,
+ "Homa": 146,
+ "BIT-EMU": 147,
+ "Reserved": 255,
+}
+PROTO_NUM_TO_NAME: Dict[int, str] = {
+ 0: "HOPOPT",
+ 1: "ICMP",
+ 2: "IGMP",
+ 3: "GGP",
+ 4: "IPv4",
+ 5: "ST",
+ 6: "TCP",
+ 7: "CBT",
+ 8: "EGP",
+ 9: "IGP",
+ 10: "BBN-RCC-MON",
+ 11: "NVP-II",
+ 12: "PUP",
+ 13: "ARGUS",
+ 14: "EMCON",
+ 15: "XNET",
+ 16: "CHAOS",
+ 17: "UDP",
+ 18: "MUX",
+ 19: "DCN-MEAS",
+ 20: "HMP",
+ 21: "PRM",
+ 22: "XNS-IDP",
+ 23: "TRUNK-1",
+ 24: "TRUNK-2",
+ 25: "LEAF-1",
+ 26: "LEAF-2",
+ 27: "RDP",
+ 28: "IRTP",
+ 29: "ISO-TP4",
+ 30: "NETBLT",
+ 31: "MFE-NSP",
+ 32: "MERIT-INP",
+ 33: "DCCP",
+ 34: "3PC",
+ 35: "IDPR",
+ 36: "XTP",
+ 37: "DDP",
+ 38: "IDPR-CMTP",
+ 39: "TP++",
+ 40: "IL",
+ 41: "IPv6",
+ 42: "SDRP",
+ 43: "IPv6-Route",
+ 44: "IPv6-Frag",
+ 45: "IDRP",
+ 46: "RSVP",
+ 47: "GRE",
+ 48: "DSR",
+ 49: "BNA",
+ 50: "ESP",
+ 51: "AH",
+ 52: "I-NLSP",
+ 53: "SWIPE",
+ 54: "NARP",
+ 55: "Min-IPv4",
+ 56: "TLSP",
+ 57: "SKIP",
+ 58: "IPv6-ICMP",
+ 59: "IPv6-NoNxt",
+ 60: "IPv6-Opts",
+ 62: "CFTP",
+ 64: "SAT-EXPAK",
+ 65: "KRYPTOLAN",
+ 66: "RVD",
+ 67: "IPPC",
+ 69: "SAT-MON",
+ 70: "VISA",
+ 71: "IPCV",
+ 72: "CPNX",
+ 73: "CPHB",
+ 74: "WSN",
+ 75: "PVP",
+ 76: "BR-SAT-MON",
+ 77: "SUN-ND",
+ 78: "WB-MON",
+ 79: "WB-EXPAK",
+ 80: "ISO-IP",
+ 81: "VMTP",
+ 82: "SECURE-VMTP",
+ 83: "VINES",
+ 84: "IPTM",
+ 85: "NSFNET-IGP",
+ 86: "DGP",
+ 87: "TCF",
+ 88: "EIGRP",
+ 89: "OSPFIGP",
+ 90: "Sprite-RPC",
+ 91: "LARP",
+ 92: "MTP",
+ 93: "AX.25",
+ 94: "IPIP",
+ 95: "MICP",
+ 96: "SCC-SP",
+ 97: "ETHERIP",
+ 98: "ENCAP",
+ 100: "GMTP",
+ 101: "IFMP",
+ 102: "PNNI",
+ 103: "PIM",
+ 104: "ARIS",
+ 105: "SCPS",
+ 106: "QNX",
+ 107: "A/N",
+ 108: "IPComp",
+ 109: "SNP",
+ 110: "Compaq-Peer",
+ 111: "IPX-in-IP",
+ 112: "VRRP",
+ 113: "PGM",
+ 115: "L2TP",
+ 116: "DDX",
+ 117: "IATP",
+ 118: "STP",
+ 119: "SRP",
+ 120: "UTI",
+ 121: "SMP",
+ 122: "SM",
+ 123: "PTP",
+ 124: "ISIS over IPv4",
+ 125: "FIRE",
+ 126: "CRTP",
+ 127: "CRUDP",
+ 128: "SSCOPMCE",
+ 129: "IPLT",
+ 130: "SPS",
+ 131: "PIPE",
+ 132: "SCTP",
+ 133: "FC",
+ 134: "RSVP-E2E-IGNORE",
+ 135: "Mobility Header",
+ 136: "UDPLite",
+ 137: "MPLS-in-IP",
+ 138: "manet",
+ 139: "HIP",
+ 140: "Shim6",
+ 141: "WESP",
+ 142: "ROHC",
+ 143: "Ethernet",
+ 144: "AGGFRAG",
+ 145: "NSH",
+ 146: "Homa",
+ 147: "BIT-EMU",
+ 255: "Reserved",
+}
diff --git a/netutils/dns.py b/netutils/dns.py
index 4172226..99f5ebf 100644
--- a/netutils/dns.py
+++ b/netutils/dns.py
@@ -1,17 +1,21 @@
"""Functions for working with DNS."""
+
import socket
-def fqdn_to_ip(hostname):
- """Provides the IP address of a resolvable name.
+def fqdn_to_ip(hostname: str) -> str:
+ """Provides the IP address of a resolvable name on the machine it is running from.
+
+ There are many reasons that a valid FQDN may not be resolvable, such as a network error
+ from your machine to the DNS server, an upstream DNS issue, etc.
Args:
- hostname (str): An FQDN that may or may not be resolvable.
+ hostname: An FQDN that may or may not be resolvable.
Returns:
- ip (str): The IP Address of a valid FQDN.
+ The IP Address of a valid FQDN.
- Example:
+ Examples:
>>> from netutils.dns import fqdn_to_ip
>>> from netutils.ip import is_ip
>>> is_ip(fqdn_to_ip("google.com"))
@@ -19,30 +23,34 @@ def fqdn_to_ip(hostname):
>>>
Raises:
- socket.gaierror: If FQDN is not resolvable, leverage is_fqdn_valid to check first.
+ socket.gaierror: If FQDN is not resolvable, leverage is_fqdn_resolvable to check first.
"""
- return socket.gethostbyname(hostname)
+ # The data structure is complex, only require the first item, and drill down from there.
+ return socket.getaddrinfo(hostname, 0)[0][4][0]
+
+def is_fqdn_resolvable(hostname: str) -> bool:
+ """Verifies whether a hostname is resolvable on the machine it is running from.
-def is_fqdn_valid(hostname):
- """Verifies whether a hostname is resolvable.
+ There are many reasons that a valid FQDN may not be resolvable, such as a network error
+ from your machine to the DNS server, an upstream DNS issue, etc.
Args:
- hostname (str): A FQDN that may or may not be resolvable.
+ hostname: A FQDN that may or may not be resolvable.
Returns:
- bool: The result as to whether or not the domain was valid.
+ The result as to whether or not the domain was valid.
- Example:
- >>> from netutils.dns import is_fqdn_valid
- >>> is_fqdn_valid("google.com")
+ Examples:
+ >>> from netutils.dns import is_fqdn_resolvable
+ >>> is_fqdn_resolvable("google.com")
True
- >>> is_fqdn_valid("nevergonnagiveyouup.pizza")
+ >>> is_fqdn_resolvable("nevergonnagiveyouup.pizza")
False
>>>
"""
try:
- socket.gethostbyname(hostname)
+ socket.getaddrinfo(hostname, 0)
return True
except socket.error:
return False
diff --git a/netutils/hash.py b/netutils/hash.py
new file mode 100644
index 0000000..24dcb3b
--- /dev/null
+++ b/netutils/hash.py
@@ -0,0 +1,40 @@
+"""Functions for hashing data."""
+
+import hashlib
+import typing as t
+
+
+def hash_data(data: bytes, algorithm: str) -> t.Any:
+ """Convenience function primarily built to expose hashlib to Jinja.
+
+ Args:
+ data (bytes): Data to hash.
+ algorithm (str): Hashing algorithm to use.
+
+ Returns:
+ bytes: Hashed data.
+
+ Raises:
+ AttributeError: Invalid algorithm specified.
+
+ Examples:
+ >>> from netutils.hash import hash_data
+ >>> hash_data("test", "md5")
+ '098f6bcd4621d373cade4e832627b4f6'
+
+ >>> from jinja2 import Environment
+ >>> from netutils.utils import jinja2_convenience_function
+ >>>
+ >>> env = Environment(trim_blocks=True, lstrip_blocks=True)
+ >>> env.filters.update(jinja2_convenience_function())
+ >>> template_str = "{{ 'test' | hash_data('md5') }}"
+ >>> template = env.from_string(template_str)
+ >>> result = template.render()
+ >>> print(result)
+ 098f6bcd4621d373cade4e832627b4f6
+ """
+ if not isinstance(data, bytes):
+ data = str(data).encode()
+ algorithm = algorithm.lower()
+ hasher = getattr(hashlib, algorithm)
+ return hasher(data).hexdigest()
diff --git a/netutils/interface.py b/netutils/interface.py
index 0cece2a..5901cb6 100644
--- a/netutils/interface.py
+++ b/netutils/interface.py
@@ -1,18 +1,88 @@
"""Functions for working with interface."""
-from .variables import BASE_INTERFACES, REVERSE_MAPPING
+import itertools
+import re
+import typing as t
+from abc import ABC, abstractmethod
+from functools import total_ordering
+from operator import itemgetter
+from .constants import BASE_INTERFACES, REVERSE_MAPPING
-def split_interface(interface):
+
+def interface_range_expansion(interface_pattern: str) -> t.List[str]:
+ """Expand interface pattern into a list of interfaces.
+
+ Args:
+ interface_pattern: The string pattern that will be parsed to create the list of interfaces.
+
+ Returns:
+ Contains the expanded list of interfaces.
+
+ Examples:
+ >>> from netutils.interface import interface_range_expansion
+ >>> interface_range_expansion("Gi0/[1-4]")
+ ['Gi0/1', 'Gi0/2', 'Gi0/3', 'Gi0/4']
+ >>> interface_range_expansion("FastEthernet[1-2]/0/[10-15]")
+ ['FastEthernet1/0/10', 'FastEthernet1/0/11', 'FastEthernet1/0/12', 'FastEthernet1/0/13', 'FastEthernet1/0/14', 'FastEthernet1/0/15', 'FastEthernet2/0/10', 'FastEthernet2/0/11', 'FastEthernet2/0/12', 'FastEthernet2/0/13', 'FastEthernet2/0/14', 'FastEthernet2/0/15']
+ """
+
+ def _range_expand(regex_match: str) -> t.List[int]:
+ number_range: t.List[int] = []
+ for value in regex_match.split(","):
+ if "-" in value[1:]:
+ first_number, second_number = value[1:].split("-", 1)
+ number_range += range(int(value[0] + first_number), int(second_number) + 1)
+ else:
+ number_range.append(int(value))
+ return number_range
+
+ def _pairwise(interface_constant: t.List[int]) -> t.List[t.Tuple[int, int]]:
+ interface_constant_it = iter(interface_constant)
+ return list(zip(interface_constant_it, interface_constant_it))
+
+ match_pattern = r"(\[(?:\d|,|-)+\])"
+ re_compiled = re.compile(match_pattern)
+ # Use case when sent without an actual range, e.g. Gi1
+ if not re_compiled.search(interface_pattern):
+ return [interface_pattern]
+
+ cartesian_list = []
+ interface_constant = [0]
+ for match in re_compiled.finditer(interface_pattern):
+ interface_constant.append(match.start())
+ interface_constant.append(match.end())
+ cartesian_list.append(_range_expand(match.group()[1:-1]))
+
+ # accommodate trailing constants
+ if interface_constant[-1] < len(interface_pattern):
+ interface_constant.append(len(interface_pattern))
+
+ interface_constant_out = _pairwise(interface_constant)
+ expanded_interfaces = []
+ for element in itertools.product(*cartesian_list):
+ current_interface = ""
+ for count, item in enumerate(interface_constant_out):
+ current_interface += interface_pattern[item[0] : item[1]] # noqa: E203
+ # only append the next item if the current constant
+ # doesn't fall at the end of the line
+ if count < len(element):
+ current_interface += str(element[count])
+ expanded_interfaces.append(current_interface)
+
+ return expanded_interfaces
+
+
+def split_interface(interface: str) -> t.Tuple[str, str]:
"""Split an interface name based on first digit, slash, or space match.
Args:
- interface (str): The interface you are attempting to split.
+ interface: The interface you are attempting to split.
Returns:
- tuple: The split between the name of the interface the value.
+ The split between the name of the interface the value.
- Example:
+ Examples:
>>> from netutils.interface import split_interface
>>> split_interface("GigabitEthernet1/0/1")
('GigabitEthernet', '1/0/1')
@@ -20,29 +90,31 @@ def split_interface(interface):
('Eth', '1')
>>>
"""
- head = interface.rstrip(r"/\0123456789. ")
+ head = interface.rstrip(r"/\0123456789.: ")
tail = interface[len(head) :].lstrip() # noqa: E203
return (head, tail)
-def canonical_interface_name(interface, addl_name_map=None, verify=False):
+def canonical_interface_name(
+ interface: str, addl_name_map: t.Optional[t.Dict[str, str]] = None, verify: bool = False
+) -> str:
"""Function to return an interface's canonical name (fully expanded name).
Use of explicit matches used to indicate a clear understanding on any potential
match. Regex and other looser matching methods were not implemented to avoid false
- positive matches. As an example, it would make sense to do "[P|p][O|o]" which would
+ positive matches. As an example, it would make sense to do `[P|p][O|o]` which would
incorrectly match PO = POS and Po = Port-channel, leading to a false positive, not
easily troubleshot, found, or known.
Args:
- interface (str): The interface you are attempting to expand.
- addl_name_map (dict, optional): A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
- verify (bool, optional): Whether or not to verify the interface matches a known interface standard. Defaults to False.
+ interface: The interface you are attempting to expand.
+ addl_name_map: A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
+ verify: Whether or not to verify the interface matches a known interface standard. Defaults to False.
Returns:
- str: The name of the interface in the long form.
+ The name of the interface in the long form.
- Example:
+ Examples:
>>> from netutils.interface import canonical_interface_name
>>> canonical_interface_name("Gi1/0/1")
'GigabitEthernet1/0/1'
@@ -57,8 +129,8 @@ def canonical_interface_name(interface, addl_name_map=None, verify=False):
if isinstance(addl_name_map, dict):
name_map.update(addl_name_map)
# check in dict for mapping
- if name_map.get(interface_type):
- long_int = name_map.get(interface_type)
+ if interface_type in name_map:
+ long_int = name_map[interface_type]
return long_int + str(interface_number)
if verify:
raise ValueError(f"Verify interface on and no match found for {interface}")
@@ -66,19 +138,93 @@ def canonical_interface_name(interface, addl_name_map=None, verify=False):
return interface
-def abbreviated_interface_name(interface, addl_name_map=None, addl_reverse_map=None, verify=False):
+def canonical_interface_name_list(
+ interfaces: t.List[str],
+ addl_name_map: t.Optional[t.Dict[str, str]] = None,
+ verify: bool = False,
+ order: t.Optional[str] = None,
+ reverse: bool = False,
+) -> t.List[str]:
+ """Function to return a list of interface's canonical name (fully expanded name).
+
+ Use of explicit matches used to indicate a clear understanding on any potential
+ match. Regex and other looser matching methods were not implemented to avoid false
+ positive matches. As an example, it would make sense to do `[P|p][O|o]` which would
+ incorrectly match PO = POS and Po = Port-channel, leading to a false positive, not
+ easily troubleshot, found, or known.
+
+ Args:
+ interfaces: List of interfaces you are attempting to expand.
+ addl_name_map: A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
+ verify: Whether or not to verify the interface matches a known interface standard. Defaults to False.
+ order: Determines what order the list of interfaces should be returned in. Defaults to None.
+ reverse: Specify if the order of the list should be reversed when setting an order. Defaults to None.
+
+ Returns:
+ List of the interfaces in their long form.
+
+ Raises:
+ ValueError: Raised if any interface name in list cannot be converted to its long form and verify parameter is set to true.
+
+ Examples:
+ >>> from netutils.interface import canonical_interface_name_list
+ >>> canonical_interface_name_list(["Gi1/0/1", "Gi1/0/2", "Eth1"])
+ ['GigabitEthernet1/0/1', 'GigabitEthernet1/0/2', 'Ethernet1']
+ >>> canonical_interface_name_list(["Gi1/0/1", "Po40", "Lo10"])
+ ['GigabitEthernet1/0/1', 'Port-channel40', 'Loopback10']
+ >>>
+ """
+ name_map = {}
+ name_map.update(BASE_INTERFACES)
+ canonical_interface_list = []
+ no_match_list = []
+
+ if reverse and not order:
+ raise ValueError("Order must be set to use reverse.")
+
+ if order:
+ _check_order_option_exists(order)
+
+ for interface in interfaces:
+ canonical_interface_list.append(canonical_interface_name(interface, addl_name_map=addl_name_map))
+ if interface == canonical_interface_name(interface):
+ no_match_list.append(interface)
+
+ if verify:
+ no_match_string = ", ".join(no_match_list)
+ raise ValueError(f"Verify interface on and no match found for {no_match_string}")
+
+ if order:
+ order_function = INTERFACE_LIST_ORDERING_OPTIONS.get(order, None)
+ if not order_function:
+ raise ValueError(f"No order function available called {order}")
+ canonical_interface_list = order_function(canonical_interface_list)
+
+ if reverse:
+ canonical_interface_list = _reverse_list(canonical_interface_list)
+
+ return canonical_interface_list
+
+
+def abbreviated_interface_name(
+ interface: str,
+ addl_name_map: t.Optional[t.Dict[str, str]] = None,
+ addl_reverse_map: t.Optional[t.Dict[str, str]] = None,
+ verify: bool = False,
+) -> str:
"""Function to return an abbreviated representation of the interface name.
Args:
- interface (str): The interface you are attempting to shorten.
- addl_name_map (dict, optional): A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
- addl_reverse_map (dict, optional): A dict containing key/value pairs that updates the abbreviated mapping. Defaults to None.
- verify (bool, optional): Whether or not to verify the interface matches a known interface standard. Defaults to False.
+ interface: The interface you are attempting to shorten.
+ addl_name_map: A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
+ addl_reverse_map: A dict containing key/value pairs that updates the abbreviated mapping. Defaults to None.
+ verify: Whether or not to verify the interface matches a known interface standard. Defaults to False.
Returns:
- str: The name of the interface in the abbreviated form.
+ The name of the interface in the abbreviated form.
- Example:
+ Examples:
+ >>> from netutils.interface import abbreviated_interface_name
>>> abbreviated_interface_name("GigabitEthernet1/0/1")
'Gi1/0/1'
>>> abbreviated_interface_name("Eth1")
@@ -99,9 +245,8 @@ def abbreviated_interface_name(interface, addl_name_map=None, addl_reverse_map=N
rev_name_map.update(addl_reverse_map)
# Try to ensure canonical type.
- if name_map.get(interface_type):
- canonical_type = name_map.get(interface_type)
- else:
+ canonical_type = name_map.get(interface_type, None)
+ if not canonical_type:
canonical_type = interface_type
try:
@@ -115,3 +260,362 @@ def abbreviated_interface_name(interface, addl_name_map=None, addl_reverse_map=N
raise ValueError(f"Verify interface on and no match found for {interface}")
# If abbreviated name lookup fails, return original name
return interface
+
+
+@total_ordering
+class CharacterClass(ABC):
+ """CharacterClass embodies the state needed to sort interfaces."""
+
+ def __init__(self, val: str, terminal: bool = False) -> None: # noqa: D107
+ self.val = val
+ self._terminal = terminal
+ super().__init__()
+
+ @abstractmethod
+ def __lt__(self, other: "CharacterClass") -> bool: # noqa: D105
+ ...
+
+ def __eq__(self, other: t.Any) -> t.Any: # noqa: D105
+ return self.weight == other.weight and self.val == other.val
+
+ @property
+ @abstractmethod
+ def weight(self) -> int:
+ """Weight property."""
+
+ @property
+ def terminal(self) -> bool:
+ """Flag whether a node is terminal."""
+ return self._terminal
+
+ @terminal.setter
+ def terminal(self, val: bool) -> None:
+ """This is a one-way switch to prevent overwriting a terminal node."""
+ if not self._terminal:
+ self._terminal = val
+
+ def __str__(self) -> str: # noqa: D105
+ return str(self.val)
+
+ def __hash__(self) -> int: # noqa: D105
+ return self.val.__hash__()
+
+
+class CCString(CharacterClass):
+ """Strings are sorted lexicographically."""
+
+ def __lt__(self, other: "CharacterClass") -> bool: # noqa: D105
+ return self.weight < other.weight or self.val < other.val
+
+ def __repr__(self) -> str: # noqa: D105
+ return f'CCString("{self.val}", {self.terminal})'
+
+ @property
+ def weight(self) -> int: # noqa: D107,D102
+ return 10
+
+
+class CCInt(CharacterClass):
+ """Ints must be sorted canonically because '11' < '5'."""
+
+ def __lt__(self, other: "CharacterClass") -> bool: # noqa: D105
+ return self.weight < other.weight or int(self.val) < int(other.val)
+
+ def __repr__(self) -> str: # noqa: D105
+ return f"CCInt({self.val}, {self.terminal})"
+
+ @property
+ def weight(self) -> int: # noqa: D107,D102
+ return 20
+
+
+class CCSeparator(CharacterClass):
+ """Separators require custom logic, so we sort them by arbitrary weight."""
+
+ weights: t.Dict[str, int] = {".": 10, "/": 20}
+
+ def __lt__(self, other: "CharacterClass") -> bool: # noqa: D105
+ return self.weight < other.weight or self.weights.get(self.val, 0) < self.weights.get(other.val, 0)
+
+ def __repr__(self) -> str: # noqa: D105
+ return f'CCSeparator("{self.val}", {self.terminal})'
+
+ @property
+ def weight(self) -> int: # noqa: D102
+ return 30
+
+
+def _CCfail(*args: t.Any) -> t.NoReturn: # pylint: disable=C0103
+ """Helper to raise an exception on a bad character match."""
+ raise ValueError(f"unknown character '{args[0][0]}'.")
+
+
+def _split_interface_tuple(interface: str) -> t.Tuple[CharacterClass, ...]:
+ """Parser-combinator hack, keeping dependencies light."""
+ idx = 0
+ # we mutate tail's reference, so mypy needs help
+ tail: t.Tuple[CharacterClass, ...] = ()
+ regexes = [
+ (r"[a-zA-Z\-]", CCString),
+ (r"[0-9]", CCInt),
+ (r"[./]", CCSeparator),
+ # Fallthrough case, keep it at the end!
+ (r".*", _CCfail),
+ ]
+ while idx < len(interface):
+ for regex, cls in regexes:
+ # Hint for Mypy to realize that both the classes and the function on the right side of the regexes tuples
+ # are in fact callable.
+ assert callable(cls) # noqa: S101
+ part = ""
+ while idx < len(interface) and re.match(regex, interface[idx]):
+ part += interface[idx]
+ idx += 1
+ if part and idx == len(interface):
+ tail = (*tail, cls(part, True))
+ break
+ if part:
+ tail = (*tail, cls(part))
+ break
+ return tail
+
+
+def _reverse_list(interface_list: t.List[str]) -> t.List[str]:
+ """Reverses an alphabetical list of interfaces.
+
+ Args:
+ interface_list: Alphabetically sorted list of interfaces.
+ """
+ # Convert interface name into Tuple of : Text, Int and Separator
+ split_intf = re.compile(r"([^\W0-9]+|[0-9]+|\W)")
+ mytuple = [tuple(split_intf.findall(intf)) for intf in interface_list]
+
+ # Sort the list of tuple
+ mytuple.sort(key=itemgetter(0), reverse=True)
+
+ return ["".join(x) for x in mytuple]
+
+
+def _insert_nodes(node: t.Dict[CharacterClass, t.Any], values: t.Tuple[CharacterClass, ...]) -> None:
+ """Recursively updates a tree from a list of values.
+
+ This function mutates the node dict in place. A terminal value needs to be
+ preserved from overwrites, hence the one-way switch in CharacterClass. These
+ classes are compared only by weight and value, so dict updates are a little tricky.
+ We need to pop the key and add a new pointer, or `terminal` will not be updated
+ in the new entry.
+ """
+ if not values:
+ return
+ key = values[0]
+ if key not in node:
+ node[key] = {}
+ if not values[1:]: # This is the last node
+ val = node[key]
+ key.terminal = True
+ node.pop(key)
+ node[key] = val
+ _insert_nodes(node[key], values[1:])
+
+
+def _iter_tree(node: t.Dict[CharacterClass, t.Any], parents: t.List[CharacterClass]) -> t.Generator[str, None, None]:
+ """Walk a tree of interface name parts.
+
+ Weights are assigned based on domain logic to produce a
+ 'canonical' ordering of names.
+ """
+ for _, items in itertools.groupby(sorted(node.keys()), lambda t: t.weight):
+ for item in sorted(items):
+ if item.terminal:
+ yield "".join(map(str, parents + [item]))
+ parents.append(item)
+ yield from _iter_tree(node[item], list(parents))
+ parents.pop()
+
+
+def sort_interface_list(interfaces: t.List[str]) -> t.List[str]:
+ """This function sorts and cleans a list of interfaces.
+
+ Note that a new list of interfaces is returned and that duplicates
+ nodes are removed.
+
+ Args:
+ interfaces: A list of interfaces to be sorted. The input list is not mutated by this function.
+
+ Returns:
+ A **new** sorted, unique list elements from the input.
+
+ Examples:
+ >>> from netutils.interface import sort_interface_list
+ >>> sort_interface_list(["Gi1/0/1", "Gi1/0/3", "Gi1/0/3.100", "Gi1/0/2", "Gi1/0/2.50", "Gi2/0/2", "Po40", "Po160", "Lo10"])
+ ['Gi1/0/1', 'Gi1/0/2', 'Gi1/0/2.50', 'Gi1/0/3', 'Gi1/0/3.100', 'Gi2/0/2', 'Lo10', 'Po40', 'Po160']
+ >>> sort_interface_list(['GigabitEthernet1/0/1', 'GigabitEthernet1/0/3', 'GigabitEthernet1/0/2', "GigabitEthernet3/0/5", 'GigabitEthernet3/0/7', 'GigabitEthernet2/0/8.5', 'Port-channel40', 'Vlan20', 'Loopback10'])
+ ['GigabitEthernet1/0/1', 'GigabitEthernet1/0/2', 'GigabitEthernet1/0/3', 'GigabitEthernet2/0/8.5', 'GigabitEthernet3/0/5', 'GigabitEthernet3/0/7', 'Loopback10', 'Port-channel40', 'Vlan20']
+ """
+ root: t.Dict[CharacterClass, t.Any] = {}
+ for ifname in interfaces:
+ _insert_nodes(root, _split_interface_tuple(ifname))
+ return list(_iter_tree(root, []))
+
+
+INTERFACE_LIST_ORDERING_OPTIONS = {"alphabetical": sort_interface_list}
+
+
+def abbreviated_interface_name_list( # pylint: disable=R0913, R0914
+ interfaces: t.List[str],
+ addl_name_map: t.Optional[t.Dict[str, str]] = None,
+ addl_reverse_map: t.Optional[t.Dict[str, str]] = None,
+ verify: bool = False,
+ order: t.Optional[str] = None,
+ reverse: bool = False,
+) -> t.List[str]:
+ """Function to return a list of interface's abbreviated name.
+
+ Args:
+ interfaces: List of interface names you are attempting to abbreviate.
+ addl_name_map: A dict containing key/value pairs that updates the base mapping. Used if an OS has specific differences. e.g. {"Po": "PortChannel"} vs {"Po": "Port-Channel"}. Defaults to None.
+ addl_reverse_map: A dict containing key/value pairs that updates the abbreviated mapping. Defaults to None.
+ verify: Whether or not to verify the interface matches a known interface standard. Defaults to False.
+ order: Determines what order the list of interfaces should be returned in. Defaults to None.
+ reverse: Specify if the order of the list should be reversed when setting an order. Defaults to None.
+
+ Returns:
+ List of the interfaces in their abbreviated form.
+
+ Raises:
+ ValueError: Raised if any interface name in list cannot be converted to its abbreviated form and verify parameter is set to true.
+
+ Examples:
+ >>> from netutils.interface import abbreviated_interface_name_list
+ >>> abbreviated_interface_name_list(["GigabitEthernet1/0/1", "GigabitEthernet1/0/2", "Ethernet1"])
+ ['Gi1/0/1', 'Gi1/0/2', 'Et1']
+ >>> abbreviated_interface_name_list(['GigabitEthernet1/0/1', 'Port-channel40', 'Loopback10'])
+ ['Gi1/0/1', 'Po40', 'Lo10']
+ >>>
+ """
+ name_map = {}
+ name_map.update(BASE_INTERFACES)
+ abbreviated_interface_list = []
+ no_match_list = []
+
+ if reverse and not order:
+ raise ValueError("Order must be set to use reverse.")
+
+ if order:
+ _check_order_option_exists(order)
+
+ if isinstance(addl_name_map, dict):
+ name_map.update(addl_name_map)
+
+ rev_name_map = {}
+ rev_name_map.update(REVERSE_MAPPING)
+
+ if isinstance(addl_reverse_map, dict):
+ rev_name_map.update(addl_reverse_map)
+
+ for interface in interfaces:
+ interface_type, interface_number = split_interface(interface)
+ # Try to ensure canonical type.
+ canonical_type = name_map.get(interface_type, None)
+ if not canonical_type:
+ canonical_type = interface_type
+
+ try:
+ abbreviated_name = rev_name_map[canonical_type] + str(interface_number)
+ abbreviated_interface_list.append(abbreviated_name)
+ except KeyError:
+ abbreviated_interface_list.append(interface)
+ no_match_list.append(interface)
+
+ if verify:
+ no_match_string = ", ".join(no_match_list)
+ raise ValueError(f"Verify interface on and no match found for {no_match_string}")
+
+ if order:
+ order_function = INTERFACE_LIST_ORDERING_OPTIONS.get(order, None)
+ if not order_function:
+ raise ValueError(f"No order function available called {order}")
+ abbreviated_interface_list = order_function(abbreviated_interface_list)
+
+ if reverse:
+ abbreviated_interface_list = _reverse_list(abbreviated_interface_list)
+
+ return abbreviated_interface_list
+
+
+def _check_order_option_exists(order: str) -> None:
+ """Check if the given order for an interface list exists.
+
+ Args:
+ order: Requested ordering of the interface list.
+
+ Raises:
+ ValueError: Raised the given order is not a proper ordering type.
+ """
+ if order not in INTERFACE_LIST_ORDERING_OPTIONS.keys():
+ raise ValueError(f"{order} is not one of the supported orderings")
+
+
+def _ranges_in_list(numbers: t.List[int]) -> t.List[t.List[int]]:
+ """Find contiguous ranges in a list of numbers.
+
+ Examples:
+ >>> from netutils.interface import _ranges_in_list
+ >>> _ranges_in_list([1, 2, 3, 5, 6, 8])
+ [[1, 2, 3], [5, 6], [8]]
+
+ Args:
+ numbers: list of numbers
+
+ Returns:
+ list of ranges in input
+ """
+ return [list(map(itemgetter(1), g)) for k, g in itertools.groupby(enumerate(numbers), lambda x: x[0] - x[1])]
+
+
+def interface_range_compress(interface_list: t.List[str]) -> t.List[str]:
+ """Function which takes interfaces and return interface ranges.
+
+ Whitespace and special characters are ignored in the input. Input must contain only interfaces,
+ there is no check against correct interface names! Also interface names must use the same abbreviation!
+ E.g. Gi =! GigabitEthernet
+
+ Examples:
+ >>> from netutils.interface import interface_range_compress
+ >>> interface_range_compress(["Gi1/0/1", "Gi1/0/2", "Gi1/0/3", "Gi1/0/5"])
+ ['Gi1/0/1-3', 'Gi1/0/5']
+ >>> interface_range_compress(["Gi0/1", "Gi0/2", "Gi0/4", "Gi1/0", "Gi1/1"])
+ ['Gi0/1-2', 'Gi0/4', 'Gi1/0-1']
+
+ Args:
+ interface_list: list of interfaces
+
+ Returns:
+ list of interface ranges
+ """
+ result_dict: t.Dict[str, t.List[int]] = {}
+ final_result_list = []
+ sorted_ints = [_split_interface_tuple(x) for x in sort_interface_list(interface_list)]
+ if not sorted_ints:
+ return []
+ current_match = sorted_ints[0][0:-1]
+ for interface in sorted_ints:
+ if interface[0:-1] == current_match:
+ module = "".join([x.val for x in current_match])
+ if result_dict.get(module):
+ result_dict[module] += [int(interface[-1].val)]
+ else:
+ result_dict[module] = [int(interface[-1].val)]
+ else:
+ current_match = interface[0:-1]
+ result_dict["".join([x.val for x in current_match])] = [int(interface[-1].val)]
+ for module, ports in result_dict.items():
+ # find ranges in this port list
+ ranges = _ranges_in_list(ports)
+ # assemble module and port ranges
+ for range_group in ranges:
+ if len(range_group) > 1:
+ final_result_list.append(f"{module}{range_group[0]}-{range_group[-1]}")
+ else:
+ final_result_list.append(f"{module}{range_group[0]}")
+ return final_result_list
diff --git a/netutils/ip.py b/netutils/ip.py
index 3a73d98..3739cbf 100644
--- a/netutils/ip.py
+++ b/netutils/ip.py
@@ -1,37 +1,126 @@
"""Functions for working with IP addresses."""
-# pylint: disable=invalid-name
+
import ipaddress
+import typing as t
+from operator import attrgetter, methodcaller
+
+from netutils.constants import IPV4_MASKS, IPV6_MASKS
+
+IPAddress = t.Union[ipaddress.IPv4Address, ipaddress.IPv6Address]
+
+
+def ipaddress_address(ip: str, attr: str) -> t.Any:
+ """Convenience function primarily built to expose ipaddress.ip_address to Jinja.
+
+ Args:
+ ip: IP Address str compliant with ipaddress.ip_address inputs.
+ attr: An attribute in string dotted format.
+
+ Returns:
+ Returns the value provided by the ipaddress.ip_address attribute provided.
+
+ Examples:
+ >>> from netutils.ip import ipaddress_address
+ >>> ipaddress_address('10.1.1.1', 'version')
+ 4
+ >>> ipaddress_address('10.1.1.1', '__int__')
+ 167837953
+ >>> ipaddress_address('10.1.1.1', 'is_loopback')
+ False
+ >>>
+ """
+ retriever = attrgetter(attr)
+ retrieved_method = retriever(ipaddress.ip_address(ip))
+ if callable(retrieved_method):
+ return retrieved_method()
+ return retrieved_method
+
+
+def ipaddress_interface(ip: str, attr: str) -> t.Any:
+ """Convenience function primarily built to expose ipaddress.ip_interface to Jinja.
+
+ Args:
+ ip: IP interface str compliant with ipaddress.ip_interface inputs.
+ attr: An attribute in string dotted format.
+
+ Returns:
+ Returns the value provided by the ipaddress.ip_interface attribute provided.
+
+ Examples:
+ >>> from netutils.ip import ipaddress_interface
+ >>> ipaddress_interface('10.1.1.1/24', 'version')
+ 4
+ >>> ipaddress_interface('10.1.1.1/24', '__int__')
+ 167837953
+ """
+ retriever = attrgetter(attr)
+ retrieved_method = retriever(ipaddress.ip_interface(ip))
+ if callable(retrieved_method):
+ return retrieved_method()
+ return retrieved_method
+
+def ipaddress_network(ip: str, attr: str, **kwargs: t.Any) -> t.Any:
+ """Convenience function primarily built to expose ipaddress.ip_network to Jinja.
-def ip_to_hex(ip):
+ Args:
+ ip: IP network str compliant with ipaddress.ip_network inputs.
+ attr: An attribute in string dotted format.
+ kwargs: Keyword arguments to pass along to the given method of ipaddress.ip_network.
+
+ Returns:
+ Returns the value provided by the ipaddress.ip_network attribute provided.
+
+ Examples:
+ >>> from netutils.ip import ipaddress_network
+ >>> ipaddress_network('10.1.1.0/24', 'version')
+ 4
+ >>> ipaddress_network('10.1.1.0/24', '__str__')
+ '10.1.1.0/24'
+ >>> list(ipaddress_network('192.168.1.0/28', 'subnets', new_prefix=30))
+ [IPv4Network('192.168.1.0/30'), IPv4Network('192.168.1.4/30'), IPv4Network('192.168.1.8/30'), IPv4Network('192.168.1.12/30')]
+ """
+ retriever: t.Callable[[t.Union[ipaddress.IPv4Network, ipaddress.IPv6Network]], t.Any]
+ if kwargs:
+ retriever = methodcaller(attr, **kwargs)
+ else:
+ retriever = attrgetter(attr)
+ retrieved_method = retriever(ipaddress.ip_network(ip))
+ if callable(retrieved_method):
+ return retrieved_method()
+ return retrieved_method
+
+
+def ip_to_hex(ip: str) -> str:
"""Converts an IP address in string format to a hex string.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
Returns:
- str: HEX value of the IP address.
+ HEX value of the IP address.
- Example:
+ Examples:
>>> from netutils.ip import ip_to_hex
>>> ip_to_hex("10.100.100.100")
- 'a646464'
+ '0a646464'
>>>
"""
- return str(hex(int(ipaddress.ip_address(ip))))[2:]
+ ip_obj = ipaddress.ip_address(ip)
+ return str(hex(int(ip_obj)))[2:].zfill(int(ip_obj.max_prefixlen / 4))
-def ip_addition(ip, val):
+def ip_addition(ip: str, val: int) -> str:
"""Adds an integer to an IP address.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
- val (int): An integer of which the IP address should be added by.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
+ val: An integer of which the IP address should be added by.
Returns:
- str: IP address formatted string with the newly added IP address.
+ IP address formatted string with the newly added IP address.
- Example:
+ Examples:
>>> from netutils.ip import ip_addition
>>> ip_addition("10.100.100.100", 200)
'10.100.101.44'
@@ -40,35 +129,36 @@ def ip_addition(ip, val):
return str(ipaddress.ip_address(ip) + val)
-def ip_to_bin(ip):
+def ip_to_bin(ip: str) -> str:
"""Converts an IP address in string format to a binary string.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
Returns:
- str: Binary value of the IP address.
+ Binary value of the IP address.
- Example:
+ Examples:
>>> from netutils.ip import ip_to_bin
>>> ip_to_bin("10.100.100.100")
- '1010011001000110010001100100'
+ '00001010011001000110010001100100'
>>>
"""
- return str(bin(int(ipaddress.ip_address(ip))))[2:]
+ ip_obj = ipaddress.ip_address(ip)
+ return bin(int(ip_obj))[2:].zfill(ip_obj.max_prefixlen)
-def ip_subtract(ip, val):
+def ip_subtract(ip: str, val: int) -> str:
"""Subtract an integer to an IP address.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
- val (int): An integer of which the IP address should be subtracted by.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
+ val: An integer of which the IP address should be subtracted by.
Returns:
- str: IP address formatted string with the newly subtracted IP address.
+ IP address formatted string with the newly subtracted IP address.
- Example:
+ Examples:
>>> from netutils.ip import ip_subtract
>>> ip_subtract("10.100.100.100", 200)
'10.100.99.156'
@@ -77,16 +167,70 @@ def ip_subtract(ip, val):
return str(ipaddress.ip_address(ip) - val)
-def is_ip(ip):
+def is_classful(ip_network: str) -> bool: # noqa: D300,D301
+ """Determines if a CIDR network address is within unicast classful boundaries.
+
+ The following class boundaries are checked:
+
+ * Class A: 0.0.0.0/8 -> 127.0.0.0/8
+ * Class B: 128.0.0.0/16 -> 191.255.0.0/16
+ * Class C: 192.0.0.0/24 -> 223.255.255.0/24
+
+ Args:
+ ip_network: A network string that can be parsed by ipaddress.ip_network.
+
+ Returns:
+ Whether or not the network falls within classful boundaries.
+
+ Examples:
+ >>> from netutils.ip import is_classful
+ >>> is_classful("192.168.0.0/24")
+ True
+
+ >>> from jinja2 import Environment
+ >>> from netutils.utils import jinja2_convenience_function
+ >>>
+ >>> env = Environment(trim_blocks=True, lstrip_blocks=True)
+ >>> env.filters.update(jinja2_convenience_function())
+ >>>
+ >>> template_str = \"\"\"
+ ... {%- for net in networks %}
+ ... {% if net | is_classful %}
+ ... network {{ net | ipaddress_network('network_address') }}
+ ... {% else %}
+ ... network {{ net | ipaddress_network('network_address') }} mask {{ net | ipaddress_network('netmask') }}
+ ... {% endif %}
+ ... {% endfor -%}
+ ... \"\"\"
+ >>> template = env.from_string(template_str)
+ >>> result = template.render({"networks": ["192.168.1.0/24", "172.16.1.0/24"]})
+ >>> print(result, end="")
+ network 192.168.1.0
+ network 172.16.1.0 mask 255.255.255.0
+ """
+ net = ipaddress.ip_network(ip_network)
+ # Only IPv4 addresses can be classified as classful
+ if net.version != 4:
+ return False
+ first_octet = net.network_address.packed[0]
+ netmask = int(net.netmask)
+ return (
+ ((first_octet & 0x80 == 0x00) and (netmask == 0xFF000000)) # Class A
+ or ((first_octet & 0xC0 == 0x80) and (netmask == 0xFFFF0000)) # Class B
+ or ((first_octet & 0xE0 == 0xC0) and (netmask == 0xFFFFFF00)) # Class C
+ )
+
+
+def is_ip(ip: str) -> bool:
"""Verifies whether or not a string is a valid IP address.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
Returns:
- bool: The result as to whether or not the string is a valid IP address.
+ The result as to whether or not the string is a valid IP address.
- Example:
+ Examples:
>>> from netutils.ip import is_ip
>>> is_ip("10.100.100.256")
False
@@ -95,46 +239,203 @@ def is_ip(ip):
>>>
"""
try:
- ip = ipaddress.ip_address(ip)
+ ipaddress.ip_address(ip)
return True
except ValueError:
return False
-def is_netmask(netmask):
+def is_ip_range(ip_range: str) -> bool:
+ """Verifies whether or not a string is a valid IP address range.
+
+ An `ip_range` is in the format of `{ip_start}-{ip_end}`, IPs in str format, same IP version, and
+ ip_start is before ip_end.
+
+ Args:
+ ip_range: An IP address range in string format that is properly formatted.
+
+ Returns:
+ The result as to whether or not the string is a valid IP address.
+
+ Examples:
+ >>> from netutils.ip import is_ip_range
+ >>> is_ip_range("10.100.100.255")
+ False
+ >>> is_ip_range("10.100.100.255-10.100.101.1")
+ True
+ >>>
+ """
+ if "-" not in ip_range:
+ return False
+ start_ip, end_ip = ip_range.split("-")
+ if not is_ip(start_ip) or not is_ip(end_ip):
+ return False
+ start_ip_obj = ipaddress.ip_address(start_ip)
+ end_ip_obj = ipaddress.ip_address(end_ip)
+ if not isinstance(start_ip_obj, type(end_ip_obj)):
+ return False
+ # IP version being the same is enforced above, mypy disagrees, can safely ignore
+ if not start_ip_obj < end_ip_obj: # type: ignore
+ return False
+ return True
+
+
+def is_ip_within(ip: str, ip_compare: t.Union[str, t.List[str]]) -> bool:
+ """
+ Check if an IP address, IP subnet, or IP range is within the range of a list of IP addresses, IP subnets, and IP ranges.
+
+ Args:
+ ip: IP address, IP subnet, or IP range to check.
+ ip_compare: String or list of IP addresses, IP subnets, and IP ranges to compare against.
+
+ Returns:
+ True if the IP is in range, False otherwise.
+
+ Examples:
+ >>> from netutils.ip import is_ip_within
+ >>> is_ip_within("10.100.100.10", "10.100.100.0/24")
+ True
+ >>> is_ip_within("10.100.100.0/25", ["10.100.100.0/24", "10.100.200.0/24"])
+ True
+ >>>
+ >>> is_ip_within("10.100.100.10", ["10.100.100.8-10.100.100.20", "10.100.200.0/24"])
+ True
+ >>> is_ip_within("10.100.100.8-10.100.100.20", ["10.100.100.0/24"])
+ True
+ >>> is_ip_within("1.1.1.1", ["2.2.2.2", "3.3.3.3"])
+ False
+ >>>
+ """
+
+ def _convert_ip(ip: str) -> str:
+ if is_ip(ip):
+ if "." in ip:
+ mask = "32"
+ else:
+ mask = "128"
+ return f"{ip}/{mask}"
+ return ip
+
+ if "-" in ip:
+ ip_obj_start, ip_obj_end = get_range_ips(ip)
+ else:
+ ip_obj = ipaddress.ip_network(_convert_ip(ip))
+ ip_obj_start = ip_obj[0]
+ ip_obj_end = ip_obj[-1]
+
+ if isinstance(ip_compare, str):
+ ip_compare = [ip_compare]
+
+ for item in ip_compare:
+ if "-" in item:
+ item_obj_start, item_obj_end = get_range_ips(item)
+
+ else:
+ item_obj = ipaddress.ip_network(_convert_ip(item))
+ item_obj_start = item_obj[0]
+ item_obj_end = item_obj[-1]
+ if not isinstance(item_obj_start, type(item_obj_end)):
+ raise ValueError(
+ f"IP range start `{item_obj_start}` and end `{item_obj_end}` IPs must both be same IPVersion."
+ )
+ # Use this validation method, since it is consitent with ranges
+ # vs the `.subnet_of` method which is not.
+ if item_obj_start <= ip_obj_start <= ip_obj_end <= item_obj_end: # type: ignore
+ return True
+ return False
+
+
+def is_netmask(netmask: str) -> bool:
"""Verifies whether or not a string is a valid subnet mask.
Args:
- netmask (str): A subnet mask in
+ netmask: A subnet mask in
Returns:
- bool: True if string is a valid subnet mask. Otherwise, false.
+ True if string is a valid subnet mask. Otherwise, false.
- Example:
+ Examples:
>>> from netutils.ip import is_netmask
>>> is_netmask('255.255.255.0')
True
>>> is_netmask('24')
False
- >>> is_netmask('255.255.266.0)
+ >>> is_netmask('255.255.266.0')
+ False
+ """
+ try:
+ return int(ipaddress.ip_address(netmask)) in IPV4_MASKS or int(ipaddress.ip_address(netmask)) in IPV6_MASKS
+ except ValueError:
+ return False
+
+
+def is_reversible_wildcardmask(wildcardmask: str) -> bool:
+ """Verifies whether a wildcard mask is valid or not.
+
+ Args:
+ wildcardmask: A wildcard mask
+
+ Returns:
+ True if the wildcard mask is valid. Otherwise false.
+
+ Examples:
+ >>> from netutils.ip import is_reversible_wildcardmask
+ >>> is_reversible_wildcardmask('0.0.0.255')
+ True
+ >>> is_reversible_wildcardmask('0.0.255.0')
+ False
+ """
+ try:
+ parts = wildcardmask.split(".")
+ if len(parts) != 4 or any(not p.isdigit() for p in parts):
+ return False
+ octets = [int(p) for p in parts]
+ if any(o < 0 or o > 255 for o in octets):
+ return False
+ except ValueError:
+ return False
+
+ inverted_octets = [255 - o for o in octets]
+ inverted_str = ".".join(str(i) for i in inverted_octets)
+ return is_netmask(inverted_str)
+
+
+def is_network(ip_network: str) -> bool:
+ """Verifies whether or not a string is a valid IP Network with a Mask.
+
+ Args:
+ ip_network: An IP network in string format that is able to be converted by `ipaddress` library.
+
+ Returns:
+ The result as to whether or not the string is a valid IP network.
+
+ Examples:
+ >>> from netutils.ip import is_network
+ >>> is_network("10.100.100.0")
False
+ >>> is_network("10.100.100.0/24")
+ True
+ >>>
"""
+ if "/" not in ip_network:
+ return False
try:
- return netmask == str(ipaddress.IPv4Network(f"0.0.0.0/{netmask}").netmask)
- except ipaddress.NetmaskValueError:
+ ipaddress.ip_network(ip_network)
+ return True
+ except ValueError:
return False
-def netmask_to_cidr(netmask):
+def netmask_to_cidr(netmask: str) -> int:
"""Creates a CIDR notation of a given subnet mask in decimal format.
Args:
- netmask (str): A subnet mask in decimal format.
+ netmask: A subnet mask in decimal format.
Returns:
- cidr (str): CIDR representation of subnet mask.
+ CIDR representation of subnet mask.
- Example:
+ Examples:
>>> from netutils.ip import netmask_to_cidr
>>> netmask_to_cidr("255.255.255.0")
24
@@ -142,23 +443,25 @@ def netmask_to_cidr(netmask):
23
"""
if is_netmask(netmask):
- return sum(bin(int(x)).count("1") for x in netmask.split("."))
+ return bin(int(ipaddress.ip_address(netmask))).count("1")
raise ValueError("Subnet mask is not valid.")
-def cidr_to_netmask(cidr):
+def cidr_to_netmask(cidr: int) -> str:
"""Creates a decimal format of a CIDR value.
+ **IPv4** only. For IPv6, please use `cidr_to_netmaskv6`.
+
Args:
- cidr (int): A CIDR value.
+ cidr: A CIDR value.
Returns:
- netmask (str): Decimal format representation of CIDR value.
+ Decimal format representation of CIDR value.
- Example:
- >>> from netutils.ip import netmask_to_cidr
+ Examples:
+ >>> from netutils.ip import cidr_to_netmask
>>> cidr_to_netmask(24)
- '255.255.255.0
+ '255.255.255.0'
>>> cidr_to_netmask(17)
'255.255.128.0'
"""
@@ -167,34 +470,55 @@ def cidr_to_netmask(cidr):
raise ValueError("Parameter must be an integer between 0 and 32.")
-def get_all_host(ip_network):
+def cidr_to_netmaskv6(cidr: int) -> str:
+ """Creates a decimal format of a CIDR value.
+
+ Args:
+ cidr: A CIDR value.
+
+ Returns:
+ Decimal format (IPv6) representation of CIDR value.
+
+ Examples:
+ >>> from netutils.ip import cidr_to_netmaskv6
+ >>> cidr_to_netmaskv6(24)
+ 'ffff:ff00::'
+ >>> cidr_to_netmaskv6(17)
+ 'ffff:8000::'
+ """
+ if isinstance(cidr, int) and 0 <= cidr <= 128:
+ return str(ipaddress.IPv6Address(((1 << cidr) - 1) << (128 - cidr)))
+ raise ValueError("Parameter must be an integer between 0 and 128.")
+
+
+def get_all_host(ip_network: str) -> t.Generator[str, None, None]:
"""Given a network, return the list of usable IP addresses.
Args:
- ip_network (str): An IP network in string format that is able to be converted by `ipaddress` library.
+ ip_network: An IP network in string format that is able to be converted by `ipaddress` library.
Returns:
- list: List of usable IP Addresses within network.
+ Generator of usable IP Addresses within network.
- Example:
+ Examples:
>>> from netutils.ip import get_all_host
- >>> print(get_all_host("10.100.100.0/29"))
+ >>> print(list(get_all_host("10.100.100.0/29")))
['10.100.100.1', '10.100.100.2', '10.100.100.3', '10.100.100.4', '10.100.100.5', '10.100.100.6']
>>>
"""
- return [str(ip) for ip in ipaddress.ip_network(ip_network).hosts()]
+ return (str(ip) for ip in ipaddress.ip_network(ip_network).hosts())
-def get_broadcast_address(ip_network):
+def get_broadcast_address(ip_network: str) -> str:
"""Given a network, determine the broadcast IP address.
Args:
- ip_network (str): An IP network in string format that is able to be converted by `ipaddress` library.
+ ip_network: An IP network in string format that is able to be converted by `ipaddress` library.
Returns:
- str: IP address formatted string with the broadcast IP address in the network.
+ IP address formatted string with the broadcast IP address in the network.
- Example:
+ Examples:
>>> from netutils.ip import get_broadcast_address
>>> get_broadcast_address("10.100.0.0/16")
'10.100.255.255'
@@ -203,47 +527,205 @@ def get_broadcast_address(ip_network):
return str(ipaddress.ip_network(ip_network).broadcast_address)
-def get_first_usable(ip_network):
+def get_first_usable(ip_network: str) -> str:
"""Given a network, determine the first usable IP address.
Args:
- ip_network (str): An IP network in string format that is able to be converted by `ipaddress` library.
+ ip_network: An IP network in string format that is able to be converted by `ipaddress` library.
Returns:
- str: IP address formatted string with the first usable IP address in the network.
+ IP address formatted string with the first usable IP address in the network.
- Example:
+ Examples:
>>> from netutils.ip import get_first_usable
>>> get_first_usable("10.100.0.0/16")
'10.100.0.1'
>>>
"""
net = ipaddress.ip_network(ip_network)
- if net.prefixlen == 31 or net.prefixlen == 127:
+ if net.prefixlen in [31, 127]:
return str(net[0])
return str(net[1])
-def get_usable_range(ip_network):
+def get_peer_ip(ip_interface: str) -> str:
+ """Given an IP interface (an ip address, with subnet mask) that is on a peer network, return the peer IP.
+
+ Args:
+ ip_interface: An IP interface in string format that is able to be converted by `ipaddress` library.
+
+ Returns:
+ IP address formatted string with the corresponding peer IP.
+
+ Examples:
+ >>> from netutils.ip import get_peer_ip
+ >>> get_peer_ip('10.0.0.1/255.255.255.252')
+ '10.0.0.2'
+ >>> get_peer_ip('10.0.0.2/30')
+ '10.0.0.1'
+ >>> get_peer_ip('10.0.0.1/255.255.255.254')
+ '10.0.0.0'
+ >>> get_peer_ip('10.0.0.0/31')
+ '10.0.0.1'
+ >>>
+ """
+ ip_obj = ipaddress.ip_interface(ip_interface)
+ if isinstance(ip_obj, ipaddress.IPv4Address) and ip_obj.network.prefixlen not in [30, 31]:
+ raise ValueError(f"{ip_obj} did not conform to IPv4 acceptable masks of 30 or 31")
+ if isinstance(ip_obj, ipaddress.IPv6Address) and ip_obj.network.prefixlen not in [126, 127]:
+ raise ValueError(f"{ip_obj} did not conform to IPv6 acceptable masks of 126 or 127")
+ if ip_obj.network.prefixlen in [30, 126] and ip_obj.ip in [
+ ip_obj.network.network_address,
+ ip_obj.network.broadcast_address,
+ ]:
+ raise ValueError(f"{ip_obj} is not an IP in the point-to-point link usable range.")
+ # The host lists returns all usable IPs, remove the matching one, return the first element. This can be optimized greatly, but left
+ # like this for simplicity. Note: IPv6 technically does not have a broadcast address, but for ptp, this is not considered.
+ val = list(get_all_host(str(ip_obj.network)))
+ val.remove(str(ip_obj.ip))
+ return val[0]
+
+
+def get_range_ips(ip_range: str) -> t.Tuple[IPAddress, IPAddress]:
+ """Get's the two IPs as a tuple of IPAddress objects.
+
+ Args:
+ ip_range: An IP address range in string format that is properly formatted.
+
+ Returns:
+ The start and end IP address of the range provided.
+
+ Examples:
+ >>> from netutils.ip import get_range_ips
+ >>> get_range_ips("10.100.100.255-10.100.101.1")
+ (IPv4Address('10.100.100.255'), IPv4Address('10.100.101.1'))
+ >>> get_range_ips("2001::1-2001::10")
+ (IPv6Address('2001::1'), IPv6Address('2001::10'))
+ >>>
+ """
+ if not is_ip_range(ip_range):
+ raise ValueError(r"Not a valid IP range format of `{start_ip}-{end_ip}`")
+ start_ip, end_ip = ip_range.split("-")
+ start_ip_obj = ipaddress.ip_address(start_ip)
+ end_ip_obj = ipaddress.ip_address(end_ip)
+ return start_ip_obj, end_ip_obj
+
+
+def get_usable_range(ip_network: str) -> str:
"""Given a network, return the string of usable IP addresses.
Args:
- ip_network (str): An IP network in string format that is able to be converted by `ipaddress` library.
+ ip_network: An IP network in string format that is able to be converted by `ipaddress` library.
Returns:
- str: String of usable IP Addresses within network.
+ String of usable IP Addresses within network.
- Example:
+ Examples:
>>> from netutils.ip import get_usable_range
>>> get_usable_range("10.100.100.0/29")
'10.100.100.1 - 10.100.100.6'
>>>
"""
net = ipaddress.ip_network(ip_network)
- if net.prefixlen == 31 or net.prefixlen == 127:
+ if net.prefixlen in [31, 127]:
lower_bound = str(net[0])
upper_bound = str(net[1])
else:
lower_bound = str(net[1])
upper_bound = str(net[-2])
return f"{lower_bound} - {upper_bound}"
+
+
+def get_ips_sorted(ips: t.Union[str, t.List[str]], sort_type: str = "network") -> t.List[str]:
+ """Given a concatenated list of CIDRs sorts them into the correct order and returns them as a list.
+
+ Examples:
+ >>> from netutils.ip import get_ips_sorted
+ >>> get_ips_sorted("3.3.3.3,2.2.2.2,1.1.1.1")
+ ['1.1.1.1/32', '2.2.2.2/32', '3.3.3.3/32']
+ >>> get_ips_sorted("10.0.20.0/24,10.0.20.0/23,10.0.19.0/24")
+ ['10.0.19.0/24', '10.0.20.0/23', '10.0.20.0/24']
+ >>> get_ips_sorted("10.0.20.0/24,10.0.20.0/23,10.0.19.0/24", "interface")
+ ['10.0.19.0/24', '10.0.20.0/23', '10.0.20.0/24']
+ >>> get_ips_sorted("10.0.20.20/24,10.0.20.1/23,10.0.19.5/24", "interface")
+ ['10.0.19.5/24', '10.0.20.1/23', '10.0.20.20/24']
+ >>> get_ips_sorted(["10.0.20.20", "10.0.20.1", "10.0.19.5"], "address")
+ ['10.0.19.5', '10.0.20.1', '10.0.20.20']
+
+ Args:
+ ips (t.Union[str, t.List[str]]): Concatenated string list of CIDRs, IPAddresses, or Interfaces or list of the same strings.
+ sort_type (str): Whether the passed list are networks, IP addresses, or interfaces, ie "address", "interface", or "network".
+
+ Returns:
+ t.List[str]: Sorted list of sort_type IPs.
+ """
+ if sort_type not in ["address", "interface", "network"]:
+ raise ValueError("Invalid sort type passed. Must be `address`, `interface`, or `network`.")
+ if isinstance(ips, list):
+ ips_list = ips
+ elif (isinstance(ips, str) and "," not in ips) or not isinstance(ips, str):
+ raise ValueError("Not a concatenated list of IPs as expected.")
+ elif isinstance(ips, str):
+ ips_list = ips.replace(" ", "").split(",")
+
+ functions: t.Dict[str, t.Callable[[t.Any], t.Any]] = {
+ "address": ipaddress.ip_address,
+ "interface": ipaddress.ip_interface,
+ "network": ipaddress.ip_network,
+ }
+
+ try:
+ sorted_list = sorted(functions[sort_type](ip) for ip in ips_list)
+ if sort_type in ["interface", "network"]:
+ return [cidrs.with_prefixlen for cidrs in sorted_list]
+ return [str(ip) for ip in sorted_list]
+ except ValueError as err:
+ raise ValueError(f"Invalid IP of {sort_type} input: {err}") from err
+
+
+def netmask_to_wildcardmask(netmask: str) -> str:
+ """
+ Convert a standard IPv4 netmask to its wildcardmask.
+
+ Args:
+ netmask (str): The IPv4 netmask (e.g. "255.255.255.0").
+
+ Returns:
+ str: The corresponding wildcardmask (e.g. "0.0.0.255").
+
+ Examples:
+ >>> from netutils.ip import netmask_to_wildcardmask
+ >>> netmask_to_wildcardmask("255.255.255.0")
+ '0.0.0.255'
+ >>> netmask_to_wildcardmask("255.255.0.0")
+ '0.0.255.255'
+ """
+ if is_netmask(netmask):
+ octets: t.List[int] = [int(o) for o in netmask.split(".")]
+ inverted = [255 - octet for octet in octets]
+ return ".".join(str(i) for i in inverted)
+ raise ValueError("Subnet mask is not valid.")
+
+
+def wildcardmask_to_netmask(wildcardmask: str) -> str:
+ """
+ Convert a wildcardmask to its corresponding IPv4 netmask.
+
+ Args:
+ wildcardmask (str): The IPv4 wildcardmask (e.g. "0.0.0.255").
+
+ Returns:
+ str: The corresponding netmask (e.g. "255.255.255.0").
+
+ Examples:
+ >>> from netutils.ip import wildcardmask_to_netmask
+ >>> wildcardmask_to_netmask("0.0.0.255")
+ '255.255.255.0'
+ >>> wildcardmask_to_netmask("0.0.255.255")
+ '255.255.0.0'
+ """
+ if is_reversible_wildcardmask(wildcardmask):
+ octets: t.List[int] = [int(o) for o in wildcardmask.split(".")]
+ inverted = [255 - octet for octet in octets]
+ return ".".join(str(i) for i in inverted)
+ raise ValueError("Wildcard mask is not valid.")
diff --git a/netutils/lib_helpers.py b/netutils/lib_helpers.py
new file mode 100755
index 0000000..13bdeba
--- /dev/null
+++ b/netutils/lib_helpers.py
@@ -0,0 +1,47 @@
+"""Helpers to expose network automation library functionality support."""
+
+import inspect
+import typing as t
+
+from netutils.lib_mapper import NAPALM_LIB_MAPPER
+
+
+def get_napalm_getters() -> t.Dict[str, t.Dict[str, bool]]:
+ """Utility to return a dictionary of napalm getters based on install napalm version.
+
+ Returns:
+ Keys are OS and values are a dictionary of supported napalm getters.
+
+ Raises:
+ ImportError: If optional dependency Napalm is not installed.
+
+ Examples:
+ >>> from netutils.lib_helpers import get_napalm_getters
+ >>> napalm_getters = get_napalm_getters() # doctest: +SKIP
+ >>> napalm_getters["eos"]["get_arp_table"] # doctest: +SKIP
+ >>> True # doctest: +SKIP
+ >>> napalm_getters["eos"]["get_ipv6_neighbors_table"] # doctest: +SKIP
+ >>> False # doctest: +SKIP
+ """
+ try:
+ # Import NAPALM here at call time, rather than at import time, as importing NAPALM is rather time consuming
+ # pylint: disable=import-outside-toplevel
+ from napalm import get_network_driver
+ from napalm.base.exceptions import ModuleImportError
+ except ImportError as err:
+ raise ImportError("Napalm must be installed for this function to operate.") from err
+
+ napalm_dict: t.Dict[str, t.Dict[str, bool]] = {}
+ oses = NAPALM_LIB_MAPPER.keys()
+ for my_os in oses:
+ try:
+ get_network_driver(my_os)
+ except ModuleImportError:
+ continue
+ napalm_dict[my_os] = {}
+ for getter in inspect.getmembers(get_network_driver(my_os), predicate=inspect.isfunction):
+ if getter[0].startswith("get_"):
+ # If the module is only in the base class it has not been implemented by the child class.
+ state = bool(getter[1].__module__ == "napalm.base.base")
+ napalm_dict[my_os][getter[0]] = state
+ return napalm_dict
diff --git a/netutils/lib_mapper.py b/netutils/lib_mapper.py
index 4b5b6b0..2c32da4 100644
--- a/netutils/lib_mapper.py
+++ b/netutils/lib_mapper.py
@@ -1,174 +1,402 @@
"""Variable definitions to map from network automation library to network automation library."""
import copy
+import typing as t
-_NETMIKO_LIB_MAPPER = {
- "a10": {},
- "accedian": {},
- "adtran_os": {},
- "alcatel_aos": {},
- "alcatel_sros": {},
- "apresia_aeos": {},
- "arista_eos": {},
- "aruba_os": {},
- "aruba_osswitch": {},
- "aruba_procurve": {},
- "avaya_ers": {},
- "avaya_vsp": {},
- "allied_telesis_awplus": {},
- "broadcom_icos": {},
- "brocade_fos": {},
- "brocade_fastiron": {},
- "brocade_netiron": {},
- "brocade_nos": {},
- "brocade_vdx": {},
- "brocade_vyos": {},
- "checkpoint_gaia": {},
- "calix_b6": {},
- "centec_os": {},
- "ciena_saos": {},
- "cisco_asa": {},
- "cisco_ftd": {},
- "cisco_ios": {},
- "cisco_nxos": {},
- "cisco_s300": {},
- "cisco_tp": {},
- "cisco_wlc": {},
- "cisco_xe": {},
- "cisco_xr": {},
- "cloudgenix_ion": {},
- "coriant": {},
- "dell_dnos9": {},
- "dell_force10": {},
- "dell_os6": {},
- "dell_os9": {},
- "dell_os10": {},
- "dell_powerconnect": {},
- "dell_isilon": {},
- "dlink_ds": {},
- "endace": {},
- "eltex": {},
- "eltex_esr": {},
- "enterasys": {},
- "ericsson_ipos": {},
- "extreme": {},
- "extreme_ers": {},
- "extreme_exos": {},
- "extreme_netiron": {},
- "extreme_nos": {},
- "extreme_slx": {},
- "extreme_vdx": {},
- "extreme_vsp": {},
- "extreme_wing": {},
- "f5_ltm": {},
- "f5_tmsh": {},
- "f5_linux": {},
- "flexvnf": {},
- "fortinet": {},
- "generic": {},
- "generic_termserver": {},
- "hp_comware": {},
- "hp_procurve": {},
- "huawei": {},
- "huawei_smartax": {},
- "huawei_olt": {},
- "huawei_vrpv8": {},
- "ipinfusion_ocnos": {},
- "juniper": {},
- "juniper_junos": {},
- "juniper_screenos": {},
- "keymile": {},
- "keymile_nos": {},
- "linux": {},
- "mikrotik_routeros": {},
- "mikrotik_switchos": {},
- "mellanox": {},
- "mellanox_mlnxos": {},
- "mrv_lx": {},
- "mrv_optiswitch": {},
- "netapp_cdot": {},
- "netgear_prosafe": {},
- "netscaler": {},
- "nokia_sros": {},
- "oneaccess_oneos": {},
- "ovs_linux": {},
- "paloalto_panos": {},
- "pluribus": {},
- "quanta_mesh": {},
- "rad_etx": {},
- "raisecom_roap": {},
- "ruckus_fastiron": {},
- "ruijie_os": {},
- "sixwind_os": {},
- "sophos_sfos": {},
- "tplink_jetstream": {},
- "ubiquiti_edge": {},
- "ubiquiti_edgerouter": {},
- "ubiquiti_edgeswitch": {},
- "ubiquiti_unifiswitch": {},
- "vyatta_vyos": {},
- "vyos": {},
- "watchguard_fireware": {},
- "zte_zxros": {},
- "yamaha": {},
+# AERLEON | Normalized
+AERLEON_LIB_MAPPER: t.Dict[str, str] = {
+ "arista": "arista_eos",
+ "aruba": "aruba_aoscx",
+ "brocade": "brocade_nos",
+ "cisco": "cisco_ios",
+ "ciscoasa": "cisco_asa",
+ "cisconx": "cisco_nxos",
+ "ciscoxr": "cisco_xr",
+ "cloudarmor": "cloudarmor",
+ "gce": "gce",
+ "gcp_hf": "gcp_hf",
+ "ipset": "ipset",
+ "iptables": "iptables",
+ "juniper": "juniper_junos",
+ "juniperevo": "juniper_junos", # no reverse
+ "k8s": "k8s",
+ "msmpc": "juniper_junos", # no reverse
+ "nsxt": "vmware_nsxt",
+ "nsxv": "vmware_nsxv",
+ "openconfig": "openconfig",
+ "packetfilter": "packetfilter",
+ "paloalto": "paloalto_panos",
+ "pcap": "pcap",
+ "sonic": "sonic",
+ "speedway": "speedway",
+ "srx": "juniper_junos", # no reverse
+ "srxlo": "juniper_junos", # no reverse
+ "windows": "windows",
+ "windows_advfirewall": "windows", # no reverse
+}
+
+# Normalized | AERLEON
+AERLEON_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "arista",
+ "aruba_aoscx": "aruba",
+ "brocade_nos": "brocade",
+ "cisco_asa": "ciscoasa",
+ "cisco_ios": "cisco",
+ "cisco_nxos": "cisconx",
+ "cisco_xe": "cisco",
+ "cisco_xr": "ciscoxr",
+ "cloudarmor": "cloudarmor",
+ "gce": "gce",
+ "gcp_hf": "gcp_hf",
+ "ipset": "ipset",
+ "iptables": "iptables",
+ "juniper_junos": "juniper",
+ "k8s": "k8s",
+ "openconfig": "openconfig",
+ "packetfilter": "packetfilter",
+ "paloalto_panos": "paloalto",
+ "pcap": "pcap",
+ "sonic": "sonic",
+ "speedway": "speedway",
+ "vmware_nsxt": "nsxt",
+ "vmware_nsxv": "nsxv",
+ "windows": "windows",
+}
+
+
+# CAPIRCA | Normalized
+CAPIRCA_LIB_MAPPER: t.Dict[str, str] = {
+ "arista": "arista_eos",
+ "aruba": "aruba_aoscx",
+ "brocade": "brocade_nos",
+ "cisco": "cisco_ios",
+ "ciscoasa": "cisco_asa",
+ "cisconx": "cisco_nxos",
+ "ciscoxr": "cisco_xr",
+ "cloudarmor": "cloudarmor",
+ "gce": "gce",
+ "gcp_hf": "gcp_hf",
+ "ipset": "ipset",
+ "iptables": "iptables",
+ "juniper": "juniper_junos",
+ "juniperevo": "juniper_junos", # no reverse
+ "k8s": "k8s",
+ "msmpc": "juniper_junos",
+ "nsxt": "vmware_nsxt",
+ "nsxv": "vmware_nsxv",
+ "openconfig": "openconfig",
+ "packetfilter": "packetfilter",
+ "paloalto": "paloalto_panos",
+ "pcap": "pcap",
+ "sonic": "sonic",
+ "speedway": "speedway",
+ "srx": "juniper_junos", # no reverse
+ "srxlo": "juniper_junos", # no reverse
+ "windows": "windows",
+ "windows_advfirewall": "windows", # no reverse
+}
+
+# Normalized | CAPIRCA
+CAPIRCA_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "arista",
+ "aruba_aoscx": "aruba",
+ "brocade_nos": "brocade",
+ "cisco_asa": "ciscoasa",
+ "cisco_ios": "cisco",
+ "cisco_nxos": "cisconx",
+ "cisco_xe": "cisco",
+ "cisco_xr": "ciscoxr",
+ "cloudarmor": "cloudarmor",
+ "gce": "gce",
+ "gcp_hf": "gcp_hf",
+ "ipset": "ipset",
+ "iptables": "iptables",
+ "juniper_junos": "juniper",
+ "k8s": "k8s",
+ "openconfig": "openconfig",
+ "packetfilter": "packetfilter",
+ "paloalto_panos": "paloalto",
+ "pcap": "pcap",
+ "sonic": "sonic",
+ "speedway": "speedway",
+ "vmware_nsxt": "nsxt",
+ "vmware_nsxv": "nsxv",
+ "windows": "windows",
+}
+
+# DNA Center | Normalized
+DNACENTER_LIB_MAPPER = {
+ "IOS": "cisco_ios",
+ "IOS-XE": "cisco_ios",
+ "NX-OS": "cisco_nxos",
+ "IOS-XR": "cisco_xr",
+}
+
+# REMOVE IN 2.X, kept for backward compatibility
+DNA_CENTER_LIB_MAPPER = copy.deepcopy(DNACENTER_LIB_MAPPER)
+
+# Normalized | DNA Center
+DNACENTER_LIB_MAPPER_REVERSE = {
+ "cisco_ios": "IOS",
+ "cisco_nxos": "NX-OS",
+ "cisco_xr": "IOS-XR",
+}
+
+# REMOVE IN 2.X, kept for backward compatibility
+DNA_CENTER_LIB_MAPPER_REVERSE = copy.deepcopy(DNACENTER_LIB_MAPPER_REVERSE)
+
+# LibreNMS | Normalized
+LIBRENMS_LIB_MAPPER_REVERSE = {
+ "arista_eos": "arista_eos",
+ "iosxe": "cisco_xe",
+ "iosxr": "cisco_xr",
+ "nxos": "cisco_nxos",
+ "junos": "juniper_junos",
+ "procera": "applogic_procera",
+}
+
+# Normalized | Netmiko
+NETMIKO_LIB_MAPPER: t.Dict[str, str] = {
+ "a10": "a10",
+ "accedian": "accedian",
+ "adtran_os": "adtran_os",
+ "alcatel_aos": "alcatel_aos",
+ "alcatel_sros": "alcatel_sros",
+ "allied_telesis_awplus": "allied_telesis_awplus",
+ "apresia_aeos": "apresia_aeos",
+ "arista_eos": "arista_eos",
+ "aruba_os": "aruba_os",
+ "aruba_osswitch": "aruba_osswitch",
+ "aruba_procurve": "aruba_procurve",
+ "avaya_ers": "avaya_ers",
+ "avaya_vsp": "avaya_vsp",
+ "bigip_f5": "bigip_f5", # not in netmiko
+ "broadcom_icos": "broadcom_icos",
+ "brocade_fastiron": "brocade_fastiron",
+ "brocade_fos": "brocade_fos",
+ "brocade_netiron": "brocade_netiron",
+ "brocade_nos": "brocade_nos",
+ "brocade_vdx": "brocade_vdx",
+ "brocade_vyos": "brocade_vyos",
+ "calix_b6": "calix_b6",
+ "centec_os": "centec_os",
+ "checkpoint_gaia": "checkpoint_gaia",
+ "ciena_saos": "ciena_saos",
+ "cisco_asa": "cisco_asa",
+ "cisco_ftd": "cisco_ftd",
+ "cisco_ios": "cisco_ios",
+ "cisco_nxos": "cisco_nxos",
+ "cisco_s300": "cisco_s300",
+ "cisco_tp": "cisco_tp",
+ "cisco_wlc": "cisco_wlc",
+ "cisco_xe": "cisco_xe",
+ "cisco_xr": "cisco_xr",
+ "cloudgenix_ion": "cloudgenix_ion",
+ "coriant": "coriant",
+ "dell_dnos9": "dell_dnos9",
+ "dell_force10": "dell_force10",
+ "dell_isilon": "dell_isilon",
+ "dell_os10": "dell_os10",
+ "dell_os6": "dell_os6",
+ "dell_os9": "dell_os9",
+ "dell_powerconnect": "dell_powerconnect",
+ "dlink_ds": "dlink_ds",
+ "eltex": "eltex",
+ "eltex_esr": "eltex_esr",
+ "endace": "endace",
+ "enterasys": "enterasys",
+ "ericsson_ipos": "ericsson_ipos",
+ "extreme": "extreme",
+ "extreme_ers": "extreme_ers",
+ "extreme_exos": "extreme_exos",
+ "extreme_netiron": "extreme_netiron",
+ "extreme_nos": "extreme_nos",
+ "extreme_slx": "extreme_slx",
+ "extreme_vdx": "extreme_vdx",
+ "extreme_vsp": "extreme_vsp",
+ "extreme_wing": "extreme_wing",
+ "f5_linux": "bigip_f5", # no reverse
+ "f5_ltm": "bigip_f5", # no reverse
+ "f5_tmsh": "bigip_f5", # no reverse
+ "flexvnf": "flexvnf",
+ "fortinet": "fortinet",
+ "generic": "generic",
+ "generic_termserver": "generic_termserver",
+ "hp_comware": "hp_comware",
+ "hp_procurve": "hp_procurve",
+ "huawei": "huawei",
+ "huawei_olt": "huawei_olt",
+ "huawei_smartax": "huawei_smartax",
+ "huawei_vrpv8": "huawei_vrpv8",
+ "ipinfusion_ocnos": "ipinfusion_ocnos",
+ "juniper": "juniper",
+ "juniper_junos": "juniper_junos",
+ "juniper_screenos": "juniper_screenos",
+ "keymile": "keymile",
+ "keymile_nos": "keymile_nos",
+ "linux": "linux",
+ "mellanox": "mellanox",
+ "mellanox_mlnxos": "mellanox_mlnxos",
+ "mikrotik_routeros": "mikrotik_routeros",
+ "mikrotik_switchos": "mikrotik_switchos",
+ "mrv_lx": "mrv_lx",
+ "mrv_optiswitch": "mrv_optiswitch",
+ "netapp_cdot": "netapp_cdot",
+ "netgear_prosafe": "netgear_prosafe",
+ "netscaler": "netscaler",
+ "nokia_srl": "nokia_srl",
+ "nokia_sros": "nokia_sros",
+ "oneaccess_oneos": "oneaccess_oneos",
+ "ovs_linux": "ovs_linux",
+ "paloalto_panos": "paloalto_panos",
+ "pluribus": "pluribus",
+ "quanta_mesh": "quanta_mesh",
+ "rad_etx": "rad_etx",
+ "raisecom_roap": "raisecom_roap",
+ "ruckus_fastiron": "ruckus_fastiron",
+ "ruijie_os": "ruijie_os",
+ "sixwind_os": "sixwind_os",
+ "sophos_sfos": "sophos_sfos",
+ "tplink_jetstream": "tplink_jetstream",
+ "ubiquiti_edge": "ubiquiti_edge",
+ "ubiquiti_edgerouter": "ubiquiti_edgerouter",
+ "ubiquiti_edgeswitch": "ubiquiti_edgeswitch",
+ "ubiquiti_unifiswitch": "ubiquiti_unifiswitch",
+ "vyatta_vyos": "vyatta_vyos",
+ "vyos": "vyos",
+ "watchguard_fireware": "watchguard_fireware",
+ "yamaha": "yamaha",
+ "zte_zxros": "zte_zxros",
}
# netmiko is the base name, so every key is a value, this ensure that.
-NETMIKO_LIB_MAPPER = {}
-for key in list(_NETMIKO_LIB_MAPPER.keys()):
- NETMIKO_LIB_MAPPER[key] = key
+# Netmiko | Normalized
+NETMIKO_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ value: key for key, value in NETMIKO_LIB_MAPPER.items() if key not in ["f5_ltm", "f5_tmsh", "f5_linux"]
+}
# ntc templates is primarily based on netmiko, so a copy is in order
-NTCTEMPLATES_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
-NTCTEMPLATES_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"
-NTCTEMPLATES_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
-NTCTEMPLATES_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
+_NTCTEMPLATES_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
+_NTCTEMPLATES_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
+_NTCTEMPLATES_LIB_MAPPER["cisco_wlc_ssh"] = "cisco_wlc"
+_NTCTEMPLATES_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
+_NTCTEMPLATES_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
+_NTCTEMPLATES_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"
+
+# NTCTemplates | Normalized
+NTCTEMPLATES_LIB_MAPPER: t.Dict[str, str] = {
+ key: _NTCTEMPLATES_LIB_MAPPER[key] for key in sorted(_NTCTEMPLATES_LIB_MAPPER)
+}
+# Normalized | NTCTemplates
+_NTCTEMPLATES_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ value: key for key, value in NTCTEMPLATES_LIB_MAPPER.items() if key not in ["f5_ltm", "f5_tmsh", "f5_linux"]
+}
+
+_NTCTEMPLATES_LIB_MAPPER_REVERSE["cisco_xe"] = "cisco_ios" # only reverse
-NAPALM_LIB_MAPPER = {
+NTCTEMPLATES_LIB_MAPPER_REVERSE = copy.deepcopy(_NTCTEMPLATES_LIB_MAPPER_REVERSE)
+
+# NAPALM | Normalized
+NAPALM_LIB_MAPPER: t.Dict[str, str] = {
+ "aoscx": "aruba_aoscx",
+ "asa": "cisco_asa",
+ "cisco_wlc_ssh": "cisco_wlc",
"eos": "arista_eos",
+ "f5": "bigip_f5",
+ "fortios": "fortinet",
+ "huawei_vrp": "huawei",
"ios": "cisco_ios",
- "nxos": "cisco_nxos",
"iosxr": "cisco_xr",
"junos": "juniper_junos",
+ "nxos": "cisco_nxos",
+ "nxos_ssh": "cisco_nxos", # no reverse
+ "panos": "paloalto_panos",
+ "ros": "mikrotik_routeros",
+ "srl": "nokia_srl",
+ "sros": "nokia_sros",
+ "vyos": "vyos",
}
-PYNTC_LIB_MAPPER = {
- "cisco_asa_ssh": "cisco_asa",
+# Running config command
+RUNNING_CONFIG_MAPPER: t.Dict[str, str] = {
+ "arista_eos": "show running-config",
+ "aruba_os": "show running-configuration",
+ "aruba_osswitch": "show running-config",
+ "aruba_procurve": "show running-config",
+ "checkpoint_gaia": 'clish -c "show configuration"',
+ "cisco_ios": "show running-config",
+ "cisco_nxos": "show running-config",
+ "cisco_wlc": "show run-config commands",
+ "cisco_xr": "show running-config",
+ "dell_os10": "show running-config",
+ "dell_os9": "show running-config",
+ "extreme_exos": "show configuration",
+ "extreme_slx": "show running-config",
+ "extreme_vsp": "show running-config",
+ "fortinet": "show full-configuration",
+ "hp_procurve": "show running-config",
+ "juniper_junos": "show configuration | display set",
+ "mikrotik_routeros": "/export",
+ "nokia_srl": "info",
+ "nokia_sros": "admin display-config",
+ "rad_etx": "info",
+ "ruckus_fastiron": "show running-config",
+ "ubiquiti_edge": "show configuration",
+ "ubiquiti_edgerouter": "show configuration",
+ "ubiquiti_edgeswitch": "show configuration",
+ "vyos": "show configuration",
+}
+
+# PYTNC | Normalized
+PYNTC_LIB_MAPPER: t.Dict[str, str] = {
"arista_eos_eapi": "arista_eos",
- "f5_tmos_icontrol": "f5_tmsh",
+ "cisco_aireos_ssh": "cisco_wlc",
+ "cisco_asa_ssh": "cisco_asa",
"cisco_ios_ssh": "cisco_ios",
- "juniper_junos_netconf": "juniper_junos",
"cisco_nxos_nxapi": "cisco_nxos",
- "cisco_aireos_ssh": "cisco_wlc",
+ "f5_tmos_icontrol": "bigip_f5",
+ "juniper_junos_netconf": "juniper_junos",
}
-ANSIBLE_LIB_MAPPER = {
+
+# Ansible | Normalized
+ANSIBLE_LIB_MAPPER: t.Dict[str, str] = {
+ "a10.acos_axapi.a10": "a10",
"arista.eos.eos": "arista_eos",
+ "arubanetworks.aoscx": "aruba_aoscx",
"ciena.saos6.saos6": "ciena_saos",
"cisco.asa.asa": "cisco_asa",
"cisco.ios.ios": "cisco_ios",
"cisco.iosxr.iosxr": "cisco_xr",
+ "cisco.meraki.meraki": "cisco_meraki",
"cisco.nxos.nxos": "cisco_nxos",
"community.network.ce": "huawei",
- "dellemc.os6.os6": "dell_os6",
- "dellemc.os9.os9": "dell_os9",
- "dellemc.os10.0s10": "dell_os10",
+ "community.network.cnos": "lenovo_cnos",
+ "community.network.enos": "lenovo_enos",
"community.network.eric_eccli": "ericsson_ipos",
"community.network.exos": "extreme_exos",
+ "community.network.icx": "ruckus_icx",
"community.network.ironware": "extreme_netiron",
+ "community.network.netvisor": "pluribus",
"community.network.nos": "extreme_nos",
+ "community.network.routeros": "mikrotik_routeros",
"community.network.slxos": "extreme_slx",
+ "community.network.sros": "nokia_sros",
"community.network.voss": "extreme_vsp",
+ "dellemc.enterprise_sonic.sonic": "sonic",
+ "dellemc.os10.0s10": "dell_os10",
+ "dellemc.os6.os6": "dell_os6",
+ "dellemc.os9.os9": "dell_os9",
+ "f5networks.f5_bigip.bigip": "bigip_f5",
+ "fortinet.fortios.fortios": "fortinet",
"junipernetworks.junos.junos": "juniper_junos",
- "community.network.cnos": "lenovo_cnos",
- "community.network.enos": "lenovo_enos",
- "community.network.routeros": "mikrotik_routeros",
- "community.network.netvisor": "pluribus",
- "community.network.icx": "ruckus_icx",
+ "nokia.srl": "nokia_srl",
+ "paloaltonetworks.panos.panos": "paloalto_panos",
"vyos.vyos.vyos": "vyos",
}
-PYATS_LIB_MAPPER = {
+# PYATS | Normalized
+PYATS_LIB_MAPPER: t.Dict[str, str] = {
"asa": "cisco_asa",
- "bigip": "f5_tmsh",
+ "bigip": "bigip_f5",
"dnac": "cisco_dnac",
"ios": "cisco_ios",
"iosxe": "cisco_ios",
@@ -180,90 +408,355 @@
"viptela": "cisco_viptella",
}
-SCRAPLI = {
+# SCRAPLI | Normalized
+SCRAPLI_LIB_MAPPER: t.Dict[str, str] = {
+ "arista_eos": "arista_eos",
+ "aruba_aoscx": "aruba_aoscx",
"cisco_iosxe": "cisco_ios",
"cisco_iosxr": "cisco_xr",
"cisco_nxos": "cisco_nxos",
+ "juniper_junos": "juniper_junos",
+ "nokia_srlinux": "nokia_srl",
+}
+
+# HIERCONFIG | Normalized
+HIERCONFIG_LIB_MAPPER: t.Dict[str, str] = {
+ "eos": "arista_eos",
+ "fastiron": "ruckus_fastiron",
+ "ios": "cisco_ios",
+ "iosxe": "cisco_ios", # no reverse
+ "iosxr": "cisco_xr",
+ "junos": "juniper_junos",
+ "nxos": "cisco_nxos",
+ "vyos": "vyos",
+}
+
+# Netutils Parser | Normalized
+NETUTILSPARSER_LIB_MAPPER: t.Dict[str, str] = {
"arista_eos": "arista_eos",
+ "aruba_aoscx": "aruba_aoscx",
+ "aruba_os": "aruba_os",
+ "aruba_osswitch": "aruba_osswitch",
+ "bigip_f5": "bigip_f5",
+ "cisco_aireos": "cisco_aireos",
+ "cisco_asa": "cisco_asa",
+ "cisco_ios": "cisco_ios",
+ "cisco_iosxr": "cisco_xr",
+ "cisco_nxos": "cisco_nxos",
+ "citrix_netscaler": "citrix_netscaler",
+ "extreme_netiron": "extreme_netiron",
+ "fortinet_fortios": "fortinet",
+ "hp_comware": "hp_comware",
"juniper_junos": "juniper_junos",
+ "linux": "linux",
+ "mikrotik_routeros": "mikrotik_routeros",
+ "mrv_optiswitch": "mrv_optiswitch",
+ "netscaler": "netscaler",
+ "nokia_sros": "nokia_sros",
+ "nvidia_onyx": "nvidia_onyx",
+ "paloalto_panos": "paloalto_panos",
+ "rad_etx": "rad_etx",
+ "ruckus_fastiron": "ruckus_fastiron",
+ "ubiquiti_airos": "ubiquiti_airos",
+}
+
+# Forward Networks Parser | Normalized
+FORWARDNETWORKS_LIB_MAPPER: t.Dict[str, str] = {
+ "ARISTA_EOS": "arista_eos",
+ "ARUBA_SWITCH": "aruba_aoscx",
+ "ASA": "cisco_asa",
+ "EXTREME_NOS": "extreme_netiron",
+ "F5": "bigip_f5",
+ "FORTINET": "fortinet",
+ "IOS": "cisco_ios",
+ "IOS_XE": "cisco_ios", # no reverse
+ "IOS_XR": "cisco_xr",
+ "JUNOS": "juniper_junos",
+ "LINUX": "linux",
+ "LINUX_OVS_OFCTL": "linux", # no reverse
+ "NETSCALER": "netscaler",
+ "NXOS": "cisco_nxos",
+ "PAN_OS": "paloalto_panos",
+ "SRX": "juniper_junos", # no reverse
}
-NAPALM_LIB_MAPPER_REVERSE = {
+# NIST | Normalized
+NIST_LIB_MAPPER: t.Dict[str, str] = {
+ "arista:eos": "arista_eos",
+ "arubanetworks:arubaos": "aruba_os",
+ "cisco:adaptive_security_appliance_software": "cisco_asa",
+ "cisco:ios": "cisco_ios",
+ "cisco:nx-os": "cisco_nxos",
+ "cisco:ios_xe": "cisco_xe",
+ "cisco:ios_xr": "cisco_xr",
+ "juniper:junos": "juniper_junos",
+ "paloaltonetworks:pan-os": "paloalto_panos",
+}
+
+# Normalized | NAPALM
+NAPALM_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
"arista_eos": "eos",
+ "aruba_aoscx": "aoscx",
+ "bigip_f5": "f5",
+ "cisco_asa": "asa",
"cisco_ios": "ios",
"cisco_nxos": "nxos",
+ "cisco_wlc": "cisco_wlc_ssh",
+ "cisco_xe": "ios", # no reverse
"cisco_xr": "iosxr",
+ "fortinet": "fortios",
+ "huawei": "huawei_vrp",
"juniper_junos": "junos",
+ "mikrotik_routeros": "ros",
+ "nokia_srl": "srl",
+ "nokia_sros": "sros",
+ "paloalto_panos": "panos",
+ "vyos": "vyos",
}
-PYNTC_LIB_MAPPER_REVERSE = {
- "cisco_asa": "cisco_asa_ssh",
+# Normalized | PYTNC
+PYNTC_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
"arista_eos": "arista_eos_eapi",
- "f5_tmsh": "f5_tmos_icontrol",
+ "bigip_f5": "f5_tmos_icontrol",
+ "cisco_asa": "cisco_asa_ssh",
"cisco_ios": "cisco_ios_ssh",
- "juniper_junos": "juniper_junos_netconf",
"cisco_nxos": "cisco_nxos_nxapi",
"cisco_wlc": "cisco_aireos_ssh",
+ "cisco_xe": "cisco_ios_ssh", # no reverse
+ "juniper_junos": "juniper_junos_netconf",
}
-ANSIBLE_LIB_MAPPER_REVERSE = {
+
+# Normalized | ANSIBLE
+ANSIBLE_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "a10": "a10.acos_axapi.a10",
"arista_eos": "arista.eos.eos",
+ "aruba_aoscx": "arubanetworks.aoscx",
+ "bigip_f5": "f5networks.f5_bigip.bigip",
"ciena_saos": "ciena.saos6.saos6",
"cisco_asa": "cisco.asa.asa",
"cisco_ios": "cisco.ios.ios",
- "cisco_xr": "cisco.iosxr.iosxr",
+ "cisco_meraki": "cisco.meraki.meraki",
"cisco_nxos": "cisco.nxos.nxos",
- "huawei": "community.network.ce",
+ "cisco_xe": "cisco.ios.ios", # no reverse
+ "cisco_xr": "cisco.iosxr.iosxr",
+ "dell_os10": "dellemc.os10.0s10",
"dell_os6": "dellemc.os6.os6",
"dell_os9": "dellemc.os9.os9",
- "dell_os10": "dellemc.os10.0s10",
"ericsson_ipos": "community.network.eric_eccli",
"extreme_exos": "community.network.exos",
"extreme_netiron": "community.network.ironware",
"extreme_nos": "community.network.nos",
"extreme_slx": "community.network.slxos",
"extreme_vsp": "community.network.voss",
+ "fortinet": "fortinet.fortios.fortios",
+ "huawei": "community.network.ce",
"juniper_junos": "junipernetworks.junos.junos",
"lenovo_cnos": "community.network.cnos",
"lenovo_enos": "community.network.enos",
"mikrotik_routeros": "community.network.routeros",
+ "nokia_srl": "nokia.srl",
+ "nokia_sros": "community.network.sros",
+ "paloalto_panos": "paloaltonetworks.panos.panos",
"pluribus": "community.network.netvisor",
"ruckus_icx": "community.network.icx",
+ "sonic": "dellemc.enterprise_sonic.sonic",
"vyos": "vyos.vyos.vyos",
}
-PYATS_LIB_MAPPER_REVERSE = {
+# Normalized | PYATS
+PYATS_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "bigip_f5": "bigip",
"cisco_asa": "asa",
- "f5_tmsh": "bigip",
"cisco_dnac": "dnac",
"cisco_ios": "iosxe",
+ "cisco_nxos": "nxos",
+ "cisco_viptella": "viptela",
+ "cisco_xe": "iosxe", # no reverse
"cisco_xr": "iosxr",
"juniper_junos": "junos",
"linux": "linux",
- "cisco_nxos": "nxos",
"nokia_sros": "sros",
- "cisco_viptella": "viptela",
}
-SCRAPLI_LIB_MAPPER_REVERSE = {
+# Normalized | Scrapli
+SCRAPLI_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "arista_eos",
+ "aruba_aoscx": "aruba_aoscx",
"cisco_ios": "cisco_iosxe",
- "cisco_xr": "cisco_iosxr",
"cisco_nxos": "cisco_nxos",
+ "cisco_xe": "cisco_iosxe",
+ "cisco_xr": "cisco_iosxr",
+ "juniper_junos": "juniper_junos",
+ "nokia_srl": "nokia_srlinux",
+}
+
+# Normalized | HIERCONFIG
+HIERCONFIG_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "eos",
+ "cisco_ios": "ios",
+ "cisco_nxos": "nxos",
+ "cisco_xe": "ios",
+ "cisco_xr": "iosxr",
+ "juniper_junos": "junos",
+ "ruckus_fastiron": "fastiron",
+ "vyos": "vyos",
+}
+
+# Normalized | Netutils Parser
+NETUTILSPARSER_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
"arista_eos": "arista_eos",
+ "aruba_aoscx": "aruba_aoscx",
+ "aruba_os": "aruba_os",
+ "aruba_osswitch": "aruba_osswitch",
+ "bigip_f5": "bigip_f5",
+ "cisco_aireos": "cisco_aireos",
+ "cisco_asa": "cisco_asa",
+ "cisco_ios": "cisco_ios",
+ "cisco_nxos": "cisco_nxos",
+ "cisco_xe": "cisco_ios",
+ "cisco_xr": "cisco_iosxr",
+ "citrix_netscaler": "citrix_netscaler",
+ "extreme_netiron": "extreme_netiron",
+ "fortinet": "fortinet_fortios",
+ "hp_comware": "hp_comware",
"juniper_junos": "juniper_junos",
+ "linux": "linux",
+ "mikrotik_routeros": "mikrotik_routeros",
+ "mrv_optiswitch": "mrv_optiswitch",
+ "netscaler": "netscaler",
+ "nokia_sros": "nokia_sros",
+ "nvidia_onyx": "nvidia_onyx",
+ "paloalto_panos": "paloalto_panos",
+ "rad_etx": "rad_etx",
+ "ruckus_fastiron": "ruckus_fastiron",
+ "ubiquiti_airos": "ubiquiti_airos",
+}
+
+# Normalized | Forward Networks Parser
+FORWARDNETWORKS_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "ARISTA_EOS",
+ "aruba_aoscx": "ARUBA_SWITCH",
+ "bigip_f5": "F5",
+ "cisco_asa": "ASA",
+ "cisco_ios": "IOS",
+ "cisco_nxos": "NXOS",
+ "cisco_xe": "IOS",
+ "cisco_xr": "IOS_XR",
+ "extreme_netiron": "EXTREME_NOS",
+ "fortinet": "FORTINET",
+ "juniper_junos": "JUNOS",
+ "linux": "LINUX",
+ "netscaler": "NETSCALER",
+ "paloalto_panos": "PAN_OS",
+}
+
+# Normalized | LibreNMS
+LIBRENMS_LIB_MAPPER = {
+ "arista_eos": "arista_eos",
+ "cisco_xe": "iosxe",
+ "cisco_nxos": "nxos",
+ "cisco_xr": "iosxr",
+ "juniper_junos": "junos",
+ "applogic_procera": "procera",
}
-# Deep copy the reverse, where there is no actual translation happening.
-NETMIKO_LIB_MAPPER_REVERSE = copy.deepcopy(NETMIKO_LIB_MAPPER)
-NTCTEMPLATES_LIB_MAPPER_REVERSE = copy.deepcopy(NTCTEMPLATES_LIB_MAPPER)
+# Normalized | NIST
+NIST_LIB_MAPPER_REVERSE: t.Dict[str, str] = {
+ "arista_eos": "arista:eos",
+ "aruba_os": "arubanetworks:arubaos",
+ "cisco_asa": "cisco:adaptive_security_appliance_software",
+ "cisco_ios": "cisco:ios",
+ "cisco_nxos": "cisco:nx-os",
+ "cisco_xe": "cisco:ios_xe",
+ "cisco_xr": "cisco:ios_xr",
+ "juniper_junos": "juniper:junos",
+ "paloalto_panos": "paloaltonetworks:pan-os",
+}
# Deep copy the reverse, where there is no actual translation happening with special
# consideration for OS's not in netmiko.
-MAIN_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
-MAIN_LIB_MAPPER["cisco_dnac"] = "cisco_dnac"
-MAIN_LIB_MAPPER["cisco_viptella"] = "cisco_viptella"
-MAIN_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
-MAIN_LIB_MAPPER["lenovo_cnos"] = "lenovo_cnos"
-MAIN_LIB_MAPPER["lenovo_enos"] = "lenovo_enos"
-MAIN_LIB_MAPPER["ruckus_icx"] = "ruckus_icx"
-MAIN_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
-MAIN_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"
+_MAIN_LIB_MAPPER = copy.deepcopy(NETMIKO_LIB_MAPPER)
+_MAIN_LIB_MAPPER["aruba_aoscx"] = "aruba_aoscx"
+_MAIN_LIB_MAPPER["cisco_aireos"] = "cisco_aireos"
+_MAIN_LIB_MAPPER["cisco_dnac"] = "cisco_dnac"
+_MAIN_LIB_MAPPER["cisco_meraki"] = "cisco_meraki"
+_MAIN_LIB_MAPPER["cisco_viptella"] = "cisco_viptella"
+_MAIN_LIB_MAPPER["citrix_netscaler"] = "citrix_netscaler"
+_MAIN_LIB_MAPPER["cloudarmor"] = "cloudarmor"
+_MAIN_LIB_MAPPER["gce"] = "gce"
+_MAIN_LIB_MAPPER["gcp_hf"] = "gcp_hf"
+_MAIN_LIB_MAPPER["huawei_vrp"] = "huawei_vrp"
+_MAIN_LIB_MAPPER["ipset"] = "ipset"
+_MAIN_LIB_MAPPER["iptables"] = "iptables"
+_MAIN_LIB_MAPPER["k8s"] = "k8s"
+_MAIN_LIB_MAPPER["lenovo_cnos"] = "lenovo_cnos"
+_MAIN_LIB_MAPPER["lenovo_enos"] = "lenovo_enos"
+_MAIN_LIB_MAPPER["nvidia_onyx"] = "nvidia_onyx"
+_MAIN_LIB_MAPPER["openconfig"] = "openconfig"
+_MAIN_LIB_MAPPER["packetfilter"] = "packetfilter"
+_MAIN_LIB_MAPPER["pcap"] = "pcap"
+_MAIN_LIB_MAPPER["speedway"] = "speedway"
+_MAIN_LIB_MAPPER["ruckus_icx"] = "ruckus_icx"
+_MAIN_LIB_MAPPER["ruckus_smartzone"] = "ruckus_smartzone"
+_MAIN_LIB_MAPPER["sonic"] = "sonic"
+_MAIN_LIB_MAPPER["ubiquiti_airos"] = "ubiquiti_airos"
+_MAIN_LIB_MAPPER["vmware_nsxv"] = "vmware_nsxv"
+_MAIN_LIB_MAPPER["vmware_nsxt"] = "vmware_nsxt"
+_MAIN_LIB_MAPPER["watchguard_firebox"] = "watchguard_firebox"
+_MAIN_LIB_MAPPER["windows"] = "windows"
+MAIN_LIB_MAPPER: t.Dict[str, str] = {key: _MAIN_LIB_MAPPER[key] for key in sorted(_MAIN_LIB_MAPPER)}
+
+NAME_TO_LIB_MAPPER: t.Dict[str, t.Dict[str, str]] = {
+ "aerleon": AERLEON_LIB_MAPPER,
+ "ansible": ANSIBLE_LIB_MAPPER,
+ "capirca": CAPIRCA_LIB_MAPPER,
+ "dna_center": DNACENTER_LIB_MAPPER,
+ "forward_networks": FORWARDNETWORKS_LIB_MAPPER,
+ "hier_config": HIERCONFIG_LIB_MAPPER,
+ "librenms": LIBRENMS_LIB_MAPPER,
+ "napalm": NAPALM_LIB_MAPPER,
+ "netmiko": NETMIKO_LIB_MAPPER,
+ "netutils_parser": NETUTILSPARSER_LIB_MAPPER,
+ "nist": NIST_LIB_MAPPER,
+ "ntc_templates": NTCTEMPLATES_LIB_MAPPER,
+ "pyats": PYATS_LIB_MAPPER,
+ "pyntc": PYNTC_LIB_MAPPER,
+ "scrapli": SCRAPLI_LIB_MAPPER,
+}
+
+
+NAME_TO_LIB_MAPPER_REVERSE: t.Dict[str, t.Dict[str, str]] = {
+ "aerleon": AERLEON_LIB_MAPPER_REVERSE,
+ "ansible": ANSIBLE_LIB_MAPPER_REVERSE,
+ "capirca": CAPIRCA_LIB_MAPPER_REVERSE,
+ "dna_center": DNACENTER_LIB_MAPPER_REVERSE,
+ "forward_networks": FORWARDNETWORKS_LIB_MAPPER_REVERSE,
+ "hier_config": HIERCONFIG_LIB_MAPPER_REVERSE,
+ "librenms": LIBRENMS_LIB_MAPPER_REVERSE,
+ "napalm": NAPALM_LIB_MAPPER_REVERSE,
+ "netmiko": NETMIKO_LIB_MAPPER_REVERSE,
+ "netutils_parser": NETUTILSPARSER_LIB_MAPPER_REVERSE,
+ "nist": NIST_LIB_MAPPER_REVERSE,
+ "ntc_templates": NTCTEMPLATES_LIB_MAPPER_REVERSE,
+ "pyats": PYATS_LIB_MAPPER_REVERSE,
+ "pyntc": PYNTC_LIB_MAPPER_REVERSE,
+ "scrapli": SCRAPLI_LIB_MAPPER_REVERSE,
+}
+
+
+# Creates a structure like this:
+# {
+# "cisco_ios": {
+# "ansible": "cisco.ios.ios",
+# "napalm": "ios",
+# },
+# "cisco_nxos": {
+# "ansible": "cisco.nxos.nxos",
+# "napalm": "nxos",
+# },
+NAME_TO_ALL_LIB_MAPPER: t.Dict[str, t.Dict[str, str]] = {}
+
+for tool_name, mappings in NAME_TO_LIB_MAPPER_REVERSE.items():
+ for normalized_name, mapped_name in mappings.items():
+ NAME_TO_ALL_LIB_MAPPER.setdefault(normalized_name, {})
+ NAME_TO_ALL_LIB_MAPPER[normalized_name][tool_name] = mapped_name
diff --git a/netutils/mac.py b/netutils/mac.py
index 99eb296..bf30775 100644
--- a/netutils/mac.py
+++ b/netutils/mac.py
@@ -1,17 +1,22 @@
"""Functions for working with MAC addresses."""
import re
+import typing as t
+from functools import wraps
+
from .constants import MAC_CREATE, MAC_REGEX
-def _valid_mac(func):
+def _valid_mac(func: t.Callable[..., t.Any]) -> t.Callable[..., t.Any]:
"""Decorator to validate a MAC address is valid."""
- def decorated(*args, **kwargs):
+ @wraps(func)
+ def decorated(*args: t.Any, **kwargs: t.Any) -> t.Any:
if kwargs.get("mac"):
mac = kwargs.get("mac")
else:
mac = args[0]
+ assert isinstance(mac, str) # noqa: S101
if not is_valid_mac(mac):
raise ValueError(f"There was not a valid mac address in: `{mac}`")
return func(*args, **kwargs)
@@ -19,16 +24,16 @@ def decorated(*args, **kwargs):
return decorated
-def is_valid_mac(mac):
+def is_valid_mac(mac: str) -> bool:
"""Verifies whether or not a string is a valid MAC address.
Args:
- mac (str): A MAC address in string format that matches one of the defined regex patterns.
+ mac: A MAC address in string format that matches one of the defined regex patterns.
Returns:
- bool: The result as to whether or not the string is a valid MAC address.
+ The result as to whether or not the string is a valid MAC address.
- Example:
+ Examples:
>>> from netutils.mac import is_valid_mac
>>> is_valid_mac("aa.bb.cc.dd.ee.ff")
True
@@ -43,41 +48,46 @@ def is_valid_mac(mac):
@_valid_mac
-def mac_to_format(mac, frmt="MAC_NO_SPECIAL"):
+def mac_to_format(mac: str, frmt: str = "MAC_NO_SPECIAL") -> str:
"""Converts the MAC address to a specific format.
+ The `frmt` is a combination delimiter (COLON, DASH, DOT) and number
+ of characters (TWO, FOUR), e.g. f'MAC_{delimiter}_{char_num}' or if no
+ special characters as `MAC_NO_SPECIAL`.
+
Args:
- mac (str): A MAC address in string format that matches one of the defined regex patterns.
- frmt (str): A format in which the MAC address should be returned in.
+ mac: A MAC address in string format that matches one of the defined regex patterns.
+ frmt: A format in which the MAC address should be returned in, one of MAC_COLON_TWO, MAC_COLON_FOUR, MAC_DASH_TWO, MAC_DASH_FOUR, MAC_DOT_TWO, MAC_DOT_FOUR, MAC_NO_SPECIAL.
Returns:
- str: A MAC address in the specified format.
+ A MAC address in the specified format.
- Example:
+ Examples:
>>> from netutils.mac import mac_to_format
>>> mac_to_format("aa.bb.cc.dd.ee.ff", "MAC_DASH_FOUR")
'aabb-ccdd-eeff'
>>>
"""
if not MAC_CREATE.get(frmt):
- raise ValueError(f"An invalid mac format was provided in: `{frmt}`")
+ format_choices = ", ".join(MAC_CREATE)
+ raise ValueError(f"An invalid mac format was provided in: `{frmt}`, not one of [{format_choices}]")
mac = mac_normalize(mac)
count = MAC_CREATE[frmt]["count"]
char = MAC_CREATE[frmt]["char"]
- return char.join([mac[i : i + count] for i in range(0, len(mac), count)]) # noqa: E203
+ return char.join([mac[i : i + count] for i in range(0, len(mac), count)]) # type: ignore # noqa: E203
@_valid_mac
-def mac_to_int(mac):
+def mac_to_int(mac: str) -> int:
"""Converts the MAC address to an integer.
Args:
- mac (str): A MAC address in string format that matches one of the defined regex patterns.
+ mac: A MAC address in string format that matches one of the defined regex patterns.
Returns:
- int: The valid MAC address converted to an integer.
+ The valid MAC address converted to an integer.
- Example:
+ Examples:
>>> from netutils.mac import mac_to_int
>>> mac_to_int("aa.bb.cc.dd.ee.ff")
187723572702975
@@ -87,16 +97,16 @@ def mac_to_int(mac):
@_valid_mac
-def mac_type(mac):
+def mac_type(mac: str) -> t.Optional[str]:
"""Retuns the "type" of MAC address, as defined by the regex pattern names.
Args:
- mac (str): A MAC address in string format that matches one of the defined regex patterns.
+ mac: A MAC address in string format that matches one of the defined regex patterns.
Returns:
- str: The regex pattern type of the MAC address.
+ The regex pattern type of the MAC address.
- Example:
+ Examples:
>>> from netutils.mac import mac_type
>>> mac_type("aa.bb.cc.dd.ee.ff")
'MAC_DOT_TWO'
@@ -107,20 +117,20 @@ def mac_type(mac):
for name, pattern in MAC_REGEX.items():
if re.fullmatch(pattern, mac):
return name
- raise ValueError("MAC pattern not found.")
+ return None
@_valid_mac
-def mac_normalize(mac):
- """Retuns the MAC address with only the address, and no special characters.
+def mac_normalize(mac: str) -> str:
+ """Return the MAC address with only the address, and no special characters.
Args:
- mac (str): A MAC address in string format that matches one of the defined regex patterns.
+ mac: A MAC address in string format that matches one of the defined regex patterns.
Returns:
- str: The MAC address with no special characters.
+ The MAC address with no special characters.
- Example:
+ Examples:
>>> from netutils.mac import mac_normalize
>>> mac_normalize("aa.bb.cc.dd.ee.ff")
'aabbccddeeff'
@@ -131,3 +141,31 @@ def mac_normalize(mac):
if char in mac:
mac = mac.replace(char, "")
return mac
+
+
+@_valid_mac
+def get_oui(mac: str) -> str:
+ """Returns the company name for a given mac as defined by the IEEE.
+
+ Args:
+ mac: A MAC address in string format that matches one of the defined regex patterns.
+
+ Returns:
+ The name of the company the mac is related to.
+
+ Examples:
+ >>> from netutils.mac import get_oui
+ >>> from netutils.data_files.oui_mappings import OUI_MAPPINGS
+ >>> get_oui("cc.79.d7.dd.ee.ff")
+ 'Cisco Systems, Inc'
+ >>>
+ """
+ from netutils.data_files.oui_mappings import OUI_MAPPINGS # pylint: disable=import-outside-toplevel
+
+ normalized_mac_prefix = mac_normalize(mac)[0:6]
+ oui_company = OUI_MAPPINGS.get(normalized_mac_prefix)
+
+ if not oui_company:
+ raise ValueError(f"There was no matching entry in OUI_MAPPINGS for {normalized_mac_prefix}.")
+
+ return oui_company
diff --git a/netutils/nist.py b/netutils/nist.py
new file mode 100644
index 0000000..a316280
--- /dev/null
+++ b/netutils/nist.py
@@ -0,0 +1,288 @@
+"""Classes and functions used for building NIST URLs from the os platform values."""
+
+import abc
+import dataclasses
+import re
+import typing as t
+
+from netutils.lib_mapper import NIST_LIB_MAPPER_REVERSE
+from netutils.os_version import version_metadata
+
+# Setting up the dataclass values for specific parsers
+PLATFORM_FIELDS: t.Dict[str, t.Any] = {
+ "default": [
+ ("vendor", str),
+ ("os_type", str),
+ ("version_string", str),
+ ("major", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("minor", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("patch", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("prerelease", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("buildmetadata", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("vendor_metadata", bool, dataclasses.field(default=False)), # pylint: disable=[E3701]
+ ],
+ "juniper": {
+ "junos": [
+ ("main", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("type", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("build", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("service", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("service_build", int, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("service_respin", str, dataclasses.field(default=None)), # pylint: disable=[E3701]
+ ("isservice", bool, dataclasses.field(default=False)), # pylint: disable=[E3701]
+ ("ismaintenance", bool, dataclasses.field(default=False)), # pylint: disable=[E3701]
+ ("isfrs", bool, dataclasses.field(default=False)), # pylint: disable=[E3701]
+ ("isspecial", bool, dataclasses.field(default=False)), # pylint: disable=[E3701]
+ ]
+ },
+}
+
+
+class OsPlatform(metaclass=abc.ABCMeta):
+ """Base class for dynamically generated vendor specific platform data classes."""
+
+ def asdict(self) -> t.Dict[str, t.Any]:
+ """Returns dictionary representation of the class attributes."""
+ return dataclasses.asdict(self) # type: ignore
+
+ @abc.abstractmethod
+ def get_nist_urls(self) -> t.List[str]:
+ """Returns list of NIST URLs for the platform."""
+
+ def get(self, key: str) -> t.Any:
+ """Return value of the attribute matching provided name or None if no attribute is found."""
+ return getattr(self, key, None)
+
+ def keys(self) -> t.KeysView[t.Any]:
+ """Return attributes and their values as dict keys."""
+ # Disabling pylint no-member due to BUG: https://github.com/pylint-dev/pylint/issues/7126
+ return self.__annotations__.keys() # pylint: disable=no-member
+
+ def __getitem__(self, key: str) -> t.Any:
+ """Allow retrieving attributes using subscript notation."""
+ return getattr(self, key)
+
+
+def _get_nist_urls_juniper_junos(os_platform_data: t.Dict[str, t.Any]) -> t.List[str]: # pylint: disable=R0911
+ """Create a list of possible NIST Url strings for JuniperPlatform.
+
+ Returns:
+ List of NIST CPE URLs that may contain platform data.
+ """
+ nist_urls = []
+ base_url = f"{'https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos'}"
+
+ # BASE
+ _main = os_platform_data.get("main")
+ _minor = os_platform_data.get("minor")
+ _type = "" # Check if this is an issue as used below with potentially no definition
+ if os_platform_data["type"]:
+ _type = os_platform_data["type"].lower()
+ _build = os_platform_data.get("build")
+
+ # SERVICE
+ _service = "" # Check if this is an issue as used below with potentially no definition
+ if os_platform_data["service"]:
+ _service = os_platform_data["service"].lower()
+ _service_build = os_platform_data.get("service_build")
+ _service_respin = os_platform_data.get("service_respin")
+
+ # EXTRAS
+ delim_six = ":*" * 6
+ delim_seven = ":*" * 7
+
+ if os_platform_data["isspecial"]:
+ # e.g. base_ext = juniper:junos:12.1x47
+ base_ext = f"{base_url}:{_main}.{_minor}{_type}{_build}"
+ else:
+ # e.g. base_ext = juniper:junos:12.1
+ base_ext = f"{base_url}:{_main}.{_minor}"
+
+ # X Series (Special) Examples: 12.1x47:d40, 12.2x50:d41.1
+ if os_platform_data["isspecial"] and os_platform_data["service_respin"]: # pylint: disable=R1705
+ # nist_urls.append(juniper:junos:12.2x50:d41.1:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}:{_service}{_service_build}.{_service_respin}{delim_six}")
+
+ # nist_urls.append(juniper:junos:12.2x50-d41.1:*:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}-{_service}{_service_build}.{_service_respin}{delim_seven}")
+
+ return nist_urls
+
+ elif os_platform_data["isspecial"]:
+ # nist_urls.append(juniper:junos:12.1x47:d40:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}:{_service}{_service_build}{delim_six}")
+
+ # nist_urls.append(juniper:junos:12.1x47-d40:*:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}-{_service}{_service_build}{delim_seven}")
+
+ return nist_urls #
+
+ if not os_platform_data.get("type"):
+ # nist_urls.append(juniper:junos:12.1:-:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}:-{delim_six}")
+
+ return nist_urls
+
+ if not os_platform_data.get("build"):
+ # nist_urls.append(juniper:junos:10.4s:*:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{delim_seven}")
+
+ return nist_urls
+
+ if os_platform_data.get("build") and not os_platform_data.get("service"):
+ # nist_urls.append(juniper:junos:12.3r12:*:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{_build}{delim_seven}")
+
+ # nist_urls.append(juniper:junos:12.2:r1:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}:{_type}{_build}{delim_six}")
+
+ return nist_urls
+
+ if os_platform_data.get("service") and os_platform_data.get("service_respin"):
+ # nist_urls.append(juniper:junos:11.4r13:s2.1:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{_build}:{_service}{_service_build}.{_service_respin}{delim_six}")
+
+ # nist_urls.append(juniper:junos:12.2:r8-s2.1:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{_build}-{_service}{_service_build}.{_service_respin}{delim_seven}")
+
+ return nist_urls
+
+ if os_platform_data.get("service"):
+ # nist_urls.append(juniper:junos:11.4r13:s2:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{_build}:{_service}{_service_build}{delim_six}")
+
+ # nist_urls.append(juniper:junos:12.2:r8-s2:*:*:*:*:*:*)
+ nist_urls.append(f"{base_ext}{_type}{_build}-{_service}{_service_build}{delim_seven}")
+
+ return nist_urls
+
+ raise ValueError("Failure creating Juniper JunOS Version. Format is unknown.")
+
+
+def _get_nist_urls_default(os_platform_data: t.Dict[str, t.Any]) -> t.List[str]:
+ r"""Create a list of possible NIST Url strings.
+
+ Child models with NIST URL customizations need their own "get_nist_urls" method.
+
+ Returns:
+ List of NIST CPE URLs that may contain platform data.
+ """
+ nist_urls = []
+ escape_list = [r"\(", r"\)"]
+ base_url = f"{'https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:'}"
+
+ os_platform_data = {"base_url": base_url, **os_platform_data}
+ os_platform_data["version_string"] = os_platform_data.get("version_string").replace("-", ":") # type: ignore
+
+ version_string = os_platform_data.get("version_string", "").lower()
+ for escape_char in escape_list:
+ version_string = re.sub(escape_char, "\\" + escape_char, version_string)
+
+ os_platform_data["version_string"] = version_string
+
+ nist_urls.append(
+ f"{base_url}{os_platform_data['vendor']}:{os_platform_data['os_type']}:{os_platform_data['version_string']}:*"
+ )
+
+ return nist_urls
+
+
+def _os_platform_object_builder(vendor: str, platform: str, version: str) -> object:
+ """Creates a platform object relative to its need and definition.
+
+ Args:
+ vendor (str): Name of vendor
+ platform (str): Name of os/other platform
+ version (str): Version value
+
+ Returns:
+ object: Platform object
+
+ Examples:
+ >>> jp = _os_platform_object_builder("juniper", "junos", "12.1R3-S4.1")
+ >>> jp.get_nist_urls()
+ ['https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.1r3:s4.1:*:*:*:*:*:*', 'https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.1r3-s4.1:*:*:*:*:*:*:*']
+ """
+ platform = platform.lower()
+ vendor = vendor.lower()
+
+ class_fields = [*PLATFORM_FIELDS["default"]]
+ vendor_platform_fields = PLATFORM_FIELDS.get(vendor, {}).get(platform, [])
+ class_fields.extend(vendor_platform_fields)
+
+ version_parser = version_metadata(vendor, platform, version)
+
+ field_values = {
+ "vendor": vendor,
+ "os_type": platform,
+ "version_string": version,
+ }
+
+ if version_parser:
+ field_values.update(version_parser)
+
+ class_name = f"{vendor.capitalize()}{platform.capitalize()}"
+ get_nist_urls_func = get_nist_url_funcs.get(vendor, {}).get(platform) or get_nist_url_funcs["default"]
+
+ platform_cls = dataclasses.make_dataclass(
+ cls_name=class_name, fields=class_fields, bases=(OsPlatform,), namespace={"get_nist_urls": get_nist_urls_func}
+ )
+
+ return platform_cls(**field_values)
+
+
+get_nist_url_funcs: t.Dict[str, t.Any] = {
+ "default": _get_nist_urls_default,
+ "juniper": {"junos": _get_nist_urls_juniper_junos},
+}
+
+
+def get_nist_vendor_platform_urls(vendor: str, platform: str, version: str) -> t.List[str]:
+ """Generate list of possible NIST URLs for the Vendor, OS Platform, and Version.
+
+ Args:
+ vendor (str): OS Software Platform Vendor/Manufacturer
+ platform (str): OS Software Platform Name
+ version (str): OS Software Platform Version
+
+ Returns:
+ t.List[str]: NIST URLs to search for possible CVE matches
+
+ Examples:
+ >>> from netutils.nist import get_nist_vendor_platform_urls
+ >>> get_nist_vendor_platform_urls('cisco', 'ios', '15.3')
+ ['https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:cisco:ios:15.3:*']
+ >>>
+ """
+ platform_data = _os_platform_object_builder(vendor, platform, version).__dict__
+
+ if vendor.lower() == "juniper" and platform.lower() == "junos":
+ return _get_nist_urls_juniper_junos(platform_data)
+ return _get_nist_urls_default(platform_data)
+
+
+def get_nist_urls(network_driver: str, version: str) -> t.List[str]:
+ """Generate list of possible NIST URLs for the Network Driver, and Version.
+
+ Args:
+ network_driver (str): Value of device network_driver (Ex: cisco_ios, arista_eos)
+ version (str): OS Software Platform Version
+
+ Returns:
+ t.List[str]: NIST URLs to search for possible CVE matches
+
+ Examples:
+ >>> from netutils.nist import get_nist_urls
+ >>> get_nist_urls('cisco_ios', '15.3')
+ ['https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:cisco:ios:15.3:*']
+ >>>
+ """
+ # DICTIONARY FOR VENDOR/PLATFORM TO NETWORK_DRIVER; UPDATE AS NEEDED
+ vendor_os: str = NIST_LIB_MAPPER_REVERSE.get(network_driver, "")
+ if not vendor_os:
+ raise ValueError(
+ f"The network driver `{network_driver}` has no associated mapping, the supported drivers are {list(NIST_LIB_MAPPER_REVERSE.keys())}."
+ )
+ vendor, os_name = vendor_os.split(":")
+
+ return get_nist_vendor_platform_urls(vendor, os_name, version)
diff --git a/netutils/os_version.py b/netutils/os_version.py
new file mode 100644
index 0000000..2ea8189
--- /dev/null
+++ b/netutils/os_version.py
@@ -0,0 +1,322 @@
+"""Functions for working with OS Versions."""
+
+import re
+import typing as t
+
+from netutils._private.version import LooseVersion, StrictVersion # type: ignore
+
+
+def get_upgrade_path(current_version: str, target_version: str, firmware_list: t.List[str]) -> t.List[str]:
+ """Utility to return the upgrade path from the current to target firmware version.
+
+ Returns:
+ List of firmware versions to upgrade from current to target.
+
+ Args:
+ current_version: Current firmware version.
+ target_version: Target firmware version.
+ firmware_list: List of firmware versions to use as the upgrade path.
+
+ Raises:
+ ValueError: If target version is older than current version.
+ ValueError: If target version equals current version.
+
+ Examples:
+ >>> from netutils.os_version import get_upgrade_path
+ >>> get_upgrade_path("9.1.6", "10.1.9", ["9.1.10", "9.1.15-h1", "10.0.0", "10.1.9"])
+ ['9.1.10', '9.1.15-h1', '10.0.0', '10.1.9']
+ >>> from netutils.constants import UPGRADE_PATHS
+ >>> get_upgrade_path("9.1.6", "10.1.9", UPGRADE_PATHS["PANOS_OFFICIAL_V1"])
+ ['9.1.15-h1', '10.0.0', '10.0.12', '10.1.0', '10.1.9']
+ """
+ if LooseVersion(current_version) > LooseVersion(target_version):
+ raise ValueError("Target version must be newer than current version.")
+
+ if LooseVersion(current_version) == LooseVersion(target_version):
+ raise ValueError("Target version equals current version. No upgrade necessary.")
+
+ upgrade_path = [
+ version
+ for version in firmware_list
+ if LooseVersion(version) > LooseVersion(current_version)
+ and LooseVersion(version) <= LooseVersion(target_version)
+ ]
+
+ if target_version not in upgrade_path:
+ upgrade_path.append(target_version)
+
+ return upgrade_path
+
+
+def _compare_version(current_version: str, comparison: str, target_version: str, version_type: str) -> bool:
+ # Convert version strings to Version objects for comparison
+ if version_type not in ["loose", "strict"]:
+ raise ValueError(f"Invalid version type: {version_type}, must be 'loose' or 'strict'")
+ if version_type == "loose":
+ current_ver_obj = LooseVersion(current_version)
+ target_ver_obj = LooseVersion(target_version)
+ else:
+ current_ver_obj = StrictVersion(current_version)
+ target_ver_obj = StrictVersion(target_version)
+
+ # Perform the comparison based on the comparison operation
+ if comparison == "<":
+ return bool(current_ver_obj < target_ver_obj)
+ if comparison == "<=":
+ return bool(current_ver_obj <= target_ver_obj)
+ if comparison == "==":
+ return bool(current_ver_obj == target_ver_obj)
+ if comparison == "!=":
+ return bool(current_ver_obj != target_ver_obj)
+ if comparison == ">":
+ return bool(current_ver_obj > target_ver_obj)
+ if comparison == ">=":
+ return bool(current_ver_obj >= target_ver_obj)
+ raise ValueError(f"Invalid comparison operator: {comparison}")
+
+
+def compare_version_loose(current_version: str, comparison: str, target_version: str) -> bool:
+ """
+ Compares two version strings using the specified comparison operation, based on LooseVersion.
+
+ Args:
+ current_version (str): The current version string to compare.
+ comparison (str): The comparison operation as a string (<, <=, ==, !=, >, >=).
+ target_version (str): The target version string to compare against.
+
+ Returns:
+ bool: The result of the comparison.
+
+ Raises:
+ ValueError: If there is an invalid comparison.
+ TypeError: If not a valid version.
+
+ Example:
+ >>> from netutils.os_version import compare_version_loose
+ >>> compare_version_loose("3.3.3a", "==", "3.3.3a")
+ True
+ >>> compare_version_loose("3.3.2", "<=", "3.3.3")
+ True
+ >>> compare_version_loose("3.3.2", ">=", "3.3.3")
+ False
+ >>>
+ """
+ return _compare_version(current_version, comparison, target_version, "loose")
+
+
+def compare_version_strict(current_version: str, comparison: str, target_version: str) -> bool:
+ """
+ Compares two version strings using the specified comparison operation, based on LooseVersion.
+
+ Args:
+ current_version (str): The current version string to compare.
+ comparison (str): The comparison operation as a string (<, <=, ==, !=, >, >=).
+ target_version (str): The target version string to compare against.
+
+ Returns:
+ bool: The result of the comparison.
+
+ Raises:
+ ValueError: If there is an invalid comparison.
+ ValueError: If not a valid version.
+
+ Example:
+ >>> from netutils.os_version import compare_version_strict
+ >>> compare_version_strict("3.3.3", "==", "3.3.3")
+ True
+ >>> compare_version_strict("3.3.2", "<=", "3.3.3")
+ True
+ >>> compare_version_strict("3.3.2", ">=", "3.3.3")
+ False
+ >>>
+ """
+ return _compare_version(current_version, comparison, target_version, "strict")
+
+
+def _juniper_junos_version_metadata(version: str) -> t.Dict[str, t.Any]:
+ """Parses JunOS Version into usable bits matching JunOS Standards.
+
+ Args:
+ version (str): String representation of version
+
+ Returns:
+ A dictionary containing parsed version information
+
+ Examples:
+ >>> _juniper_junos_version_metadata("12.3R4")
+ {'isservice': False, 'ismaintenance': True, 'isfrs': False, 'isspecial': False, 'service': None, 'service_build': None, 'service_respin': None, 'main': '12', 'minor': '3', 'type': 'R', 'build': '4', 'major': '12', 'patch': '4'}
+ """
+ # Use regex to group the main, minor, type and build into useable pieces
+ # re_main_minor_type_build = re.search(r"^(\d+)\.(\d+)([xXrRsS])?(\d+)?", split_version[0])
+ re_main_minor_type_build: re.Pattern[str] = re.compile(
+ r"""
+ ^
+ (?P\d+) # main train
+ \. # dot separator
+ (?P\d+) # minor version
+ (?P[xXrRsS])? # version type (optional)
+ (?P\d+)? # build (optional)
+ """,
+ re.VERBOSE,
+ )
+ re_service_build_respin: re.Pattern[str] = re.compile(
+ r"""
+ (?P[sSdD])? # service (optional)
+ (?P\d+)? # service build (optional)
+ \.?
+ (?P\d+)? # service respin (optional)
+ """,
+ re.VERBOSE,
+ )
+ # Set empty params for service pieces and complete them if a second indice exists from the version split
+ # Define isservice, isfrs, isspecial, ismaintenance
+ parsed_version: t.Dict[str, t.Any] = {
+ "isservice": False,
+ "ismaintenance": False,
+ "isfrs": False,
+ "isspecial": False,
+ "service": None,
+ "service_build": None,
+ "service_respin": None,
+ }
+
+ # Juniper junos marks the division between main, minor, type and build from the service build and respin with a -
+ version_core_part, *version_service_part = re.split("-|:", version)
+
+ # Parse out junos into sections that can be used for logic
+ parsed_version.update(re_main_minor_type_build.search(version_core_part).groupdict()) # type:ignore
+
+ # Adding additional keys for standard major/minor/patch references
+ parsed_version.update({"major": parsed_version["main"], "patch": parsed_version.get("build")})
+
+ if version_service_part:
+ parsed_version.update(re_service_build_respin.search(version_service_part[0]).groupdict()) # type:ignore
+ if parsed_version.get("service") is not None and parsed_version.get("service", "").lower() == "s":
+ parsed_version["isservice"] = True
+ # Juniper looks at the D in special releases like it's the R in normal releases; Use it as the frs identifier
+ elif (
+ parsed_version.get("service") is not None
+ and parsed_version["service"].lower() == "d"
+ and (parsed_version.get("service_build") is None or int(parsed_version.get("service_build", 1)) <= 1)
+ ):
+ parsed_version["isfrs"] = True
+
+ if parsed_version.get("type") is None:
+ return parsed_version
+
+ if parsed_version["type"].lower() == "x":
+ parsed_version["isspecial"] = True
+ elif parsed_version["type"].lower() == "s":
+ parsed_version["isservice"] = True
+
+ if parsed_version["type"].lower() == "r" and (
+ parsed_version.get("build") is None or int(parsed_version.get("build")) <= 1 # type:ignore
+ ):
+ parsed_version["isfrs"] = True
+ elif parsed_version["type"].lower() == "r":
+ parsed_version["ismaintenance"] = True
+
+ return parsed_version
+
+
+def _basic_version_metadata(version: str) -> t.Dict[str, t.Any]:
+ """Parses version value using SemVer 2.0.0 standards. https://semver.org/spec/v2.0.0.html.
+
+ Args:
+ version (str): String representation of version
+
+ Returns:
+ A dictionary containing parsed version information
+
+ Examples:
+ >>> _basic_version_metadata("10.20.30")
+ {'major': '10', 'minor': '20', 'patch': '30', 'prerelease': None, 'buildmetadata': None}
+
+ >>> _basic_version_metadata("1.0.0-alpha.beta.1")
+ {'major': '1', 'minor': '0', 'patch': '0', 'prerelease': 'alpha.beta.1', 'buildmetadata': None}
+
+ >>> _basic_version_metadata("1.0.0-alpha-a.b-c-somethinglong+build.1-aef.1-its-okay")
+ {'major': '1', 'minor': '0', 'patch': '0', 'prerelease': 'alpha-a.b-c-somethinglong', 'buildmetadata': 'build.1-aef.1-its-okay'}
+
+ """
+ # Use regex with named groups. REGEX Pattern Provided by SemVer https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
+ semver_regex: re.Pattern[str] = re.compile(
+ r"""
+ ^
+ (?P0|[1-9]\d*)
+ \.
+ (?P0|[1-9]\d*)
+ \.
+ (?P0|[1-9]\d*)
+ (?:-(?P(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?
+ (?:\+(?P[0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
+ """,
+ re.VERBOSE,
+ )
+
+ # If version is not SemVer 2.0.0, attempt to find major/minor only.
+ basic_regex: re.Pattern[str] = re.compile(
+ r"""
+ ^
+ (?P0|[1-9]\d*)
+ \.
+ (?P0|[1-9]\d*)?
+ .*$
+ """,
+ re.VERBOSE,
+ )
+
+ # Perform regex match against provided version string
+ try:
+ parsed_version = semver_regex.match(version)
+ except AttributeError:
+ return {"Error": "Empty Version."}
+
+ if not parsed_version:
+ parsed_version = basic_regex.match(version)
+
+ if parsed_version:
+ return parsed_version.groupdict()
+
+ return {"Error": "Unable to evaluate the version number entered."}
+
+
+version_metadata_parsers = {
+ "default": _basic_version_metadata,
+ "juniper": {
+ "junos": _juniper_junos_version_metadata,
+ },
+}
+
+
+def version_metadata(vendor: str, os_type: str, version: str) -> t.Dict[str, t.Any]:
+ """If a custom version parser is avaialable, use it.
+
+ Args:
+ vendor (str): Vendor name (Ex: "Juniper")
+ os_type (str): OS Type (Ex: "JunOS")
+ version (str): OS Version (Ex: "12.4R")
+
+ Returns:
+ dict: Dict of broken down version into vendor standards.
+
+ Examples:
+ >>> from netutils.os_version import version_metadata
+ >>> version_metadata("Cisco", "IOS", "15.5")
+ {'major': '15', 'minor': '5', 'vendor_metadata': False}
+ >>> version_metadata("juniper", "junos", "12.4R")
+ {'isservice': False, 'ismaintenance': False, 'isfrs': True, 'isspecial': False, 'service': None, 'service_build': None, 'service_respin': None, 'main': '12', 'minor': '4', 'type': 'R', 'build': None, 'major': '12', 'patch': None, 'vendor_metadata': True}
+ """
+ parsed_version = {}
+ if vendor in version_metadata_parsers:
+ try:
+ parsed_version = version_metadata_parsers[vendor][os_type](version) # type:ignore
+ parsed_version.update({"vendor_metadata": True})
+ except KeyError:
+ parsed_version = version_metadata_parsers["default"](version) # type:ignore
+ parsed_version.update({"vendor_metadata": False})
+ else:
+ parsed_version = version_metadata_parsers["default"](version) # type:ignore
+ parsed_version.update({"vendor_metadata": False})
+
+ return parsed_version
diff --git a/netutils/password.py b/netutils/password.py
index 4e27e20..21b6a55 100644
--- a/netutils/password.py
+++ b/netutils/password.py
@@ -1,77 +1,122 @@
"""Functions for working with Passwords."""
-import crypt
+import ast
+import base64
import random
-import string
import secrets
+import string
import sys
+import typing as t
+from functools import wraps
+
+try:
+ from hashlib import scrypt
+
+ HAS_SCRYPT = True
+except ImportError:
+ HAS_SCRYPT = False
+
+
+try:
+ import crypt # pylint: disable=deprecated-module
+
+ HAS_CRYPT = True
+except ModuleNotFoundError:
+ try:
+ import legacycrypt as crypt
+
+ HAS_CRYPT = True
+ except ModuleNotFoundError:
+ HAS_CRYPT = False
+
# Code example from Python docs
ALPHABET = string.ascii_letters + string.digits
DEFAULT_PASSWORD_CHARS = "".join((string.ascii_letters + string.digits + ".,:-_"))
DEFAULT_PASSWORD_LENGTH = 20
+ENCRYPT_TYPE7_LENGTH = 25
+ENCRYPT_TYPE9_ENCODING_CHARS = "".join(("./", string.digits, string.ascii_uppercase, string.ascii_lowercase))
XLAT = [
- 0x64,
- 0x73,
- 0x66,
- 0x64,
- 0x3B,
- 0x6B,
- 0x66,
- 0x6F,
- 0x41,
- 0x2C,
- 0x2E,
- 0x69,
- 0x79,
- 0x65,
- 0x77,
- 0x72,
- 0x6B,
- 0x6C,
- 0x64,
- 0x4A,
- 0x4B,
- 0x44,
- 0x48,
- 0x53,
- 0x55,
- 0x42,
- 0x73,
- 0x67,
- 0x76,
- 0x63,
- 0x61,
- 0x36,
- 0x39,
- 0x38,
- 0x33,
- 0x34,
- 0x6E,
- 0x63,
- 0x78,
- 0x76,
- 0x39,
- 0x38,
- 0x37,
- 0x33,
- 0x32,
- 0x35,
- 0x34,
- 0x6B,
- 0x3B,
- 0x66,
- 0x67,
- 0x38,
- 0x37,
+ "0x64",
+ "0x73",
+ "0x66",
+ "0x64",
+ "0x3b",
+ "0x6b",
+ "0x66",
+ "0x6f",
+ "0x41",
+ "0x2c",
+ "0x2e",
+ "0x69",
+ "0x79",
+ "0x65",
+ "0x77",
+ "0x72",
+ "0x6b",
+ "0x6c",
+ "0x64",
+ "0x4a",
+ "0x4b",
+ "0x44",
+ "0x48",
+ "0x53",
+ "0x55",
+ "0x42",
+ "0x73",
+ "0x67",
+ "0x76",
+ "0x63",
+ "0x61",
+ "0x36",
+ "0x39",
+ "0x38",
+ "0x33",
+ "0x34",
+ "0x6e",
+ "0x63",
+ "0x78",
+ "0x76",
+ "0x39",
+ "0x38",
+ "0x37",
+ "0x33",
+ "0x32",
+ "0x35",
+ "0x34",
+ "0x6b",
+ "0x3b",
+ "0x66",
+ "0x67",
+ "0x38",
+ "0x37",
]
+JUNIPER_ENCODING = [
+ [1, 4, 32],
+ [1, 16, 32],
+ [1, 8, 32],
+ [1, 64],
+ [1, 32],
+ [1, 4, 16, 128],
+ [1, 32, 64],
+]
-def _fail_on_mac(func):
+JUNIPER_KEYS = ["QzF3n6/9CAtpu0O", "B1IREhcSyrleKvMW8LXx", "7N-dVbwsY2g4oaJZGUDj", "iHkq.mPf5T"]
+JUNIPER_KEYS_STRING = "".join(JUNIPER_KEYS)
+JUNIPER_KEYS_LENGTH = len(JUNIPER_KEYS_STRING)
+JUNIPER_CHARACTER_KEYS: t.Dict[str, int] = {}
+for idx, jun_key in enumerate(JUNIPER_KEYS):
+ for character in jun_key:
+ JUNIPER_CHARACTER_KEYS[character] = 3 - idx
+
+
+def _fail_on_mac(func: t.Callable[..., t.Any]) -> t.Callable[..., t.Any]:
"""There is an issue with Macintosh for encryption."""
- def decorated(*args, **kwargs):
+ @wraps(func)
+ def decorated(*args: t.Any, **kwargs: t.Any) -> t.Any:
if sys.platform == "darwin":
raise ValueError("Macintosh is not supported, see https://bugs.python.org/issue33213 for upstream issue.")
return func(*args, **kwargs)
@@ -79,71 +124,104 @@ def decorated(*args, **kwargs):
return decorated
-def compare_type5(unencrypted_password, encrypted_password, return_original=False):
+def compare_cisco_type5(
+ unencrypted_password: str, encrypted_password: str, return_original: bool = False
+) -> t.Union[str, bool]:
"""Given an encrypted and unencrypted password of Cisco Type 5 password, compare if they are a match.
Args:
- unencrypted_password (str): A password that has not been encrypted, and will be compared against.
- encrypted_password (str): A password that has been encrypted.
- return_original (bool, optional): Whether or not to return the original, this is helpful when used to populate the configuration. Defaults to False.
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ encrypted_password: A password that has been encrypted.
+ return_original: Whether or not to return the original, this is helpful when used to populate the configuration. Defaults to False.
Returns:
- bool: Whether or not the password is as compared to.
+ Whether or not the password is as compared to.
- Example:
- >>> from netutils.password import compare_type5
- >>> compare_type5("cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.")
+ Examples:
+ >>> from netutils.password import compare_cisco_type5
+ >>> compare_cisco_type5("cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.") # doctest: +SKIP
True
- >>> compare_type5("not_cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.")
+ >>> compare_cisco_type5("not_cisco","$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.") # doctest: +SKIP
False
>>>
"""
salt = get_hash_salt(encrypted_password)
- if encrypt_type5(unencrypted_password, salt) == encrypted_password:
+ if encrypt_cisco_type5(unencrypted_password, salt) == encrypted_password:
if return_original is True:
return encrypted_password
return True
return False
-def compare_type7(unencrypted_password, encrypted_password, return_original=False):
+def compare_cisco_type7(
+ unencrypted_password: str, encrypted_password: str, return_original: bool = False
+) -> t.Union[str, bool]:
"""Given an encrypted and unencrypted password of Cisco Type 7 password, compare if they are a match.
Args:
- unencrypted_password (str): A password that has not been encrypted, and will be compared against.
- encrypted_password (str): A password that has been encrypted.
- return_original (bool, optional): Whether or not to return the original, this is helpful when used to populate the configuration. Defaults to False.
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ encrypted_password: A password that has been encrypted.
+ return_original: Whether or not to return the original, this is helpful when used to populate the configuration. Defaults to False.
+
+ Returns:
+ Whether or not the password is as compared to.
+
+ Examples:
+ >>> from netutils.password import compare_cisco_type7
+ >>> compare_cisco_type7("cisco","121A0C041104")
+ True
+ >>> compare_cisco_type7("not_cisco","121A0C041104")
+ False
+ >>>
+ """
+ if decrypt_cisco_type7(encrypted_password) == unencrypted_password:
+ if return_original is True:
+ return encrypted_password
+ return True
+ return False
+
+
+def compare_cisco_type9(
+ unencrypted_password: str, encrypted_password: str, return_original: bool = False
+) -> t.Union[str, bool]:
+ """Given an encrypted and unencrypted password of Cisco Type 9 password, compare if they are a match.
+
+ Args:
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ encrypted_password: A password that has been encrypted.
+ return_original: Whether or not to return the original, this is helpful when used to populate the configuration. Defaults to False.
Returns:
- bool: Whether or not the password is as compared to.
+ Whether or not the password is as compared to.
- Example:
- >>> from netutils.password import compare_type7
- >>> compare_type7("cisco","121A0C041104")
+ Examples:
+ >>> from netutils.password import compare_cisco_type9
+ >>> compare_cisco_type9("cisco","$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2")
True
- >>> compare_type7("not_cisco","121A0C041104")
+ >>> compare_cisco_type9("not_cisco","$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2")
False
>>>
"""
- if decrypt_type7(encrypted_password) == unencrypted_password:
+ salt = get_hash_salt(encrypted_password)
+ if encrypt_cisco_type9(unencrypted_password, salt) == encrypted_password:
if return_original is True:
return encrypted_password
return True
return False
-def decrypt_type7(encrypted_password):
+def decrypt_cisco_type7(encrypted_password: str) -> str:
"""Given an unencrypted password of Cisco Type 7 password decrypt it.
Args:
- encrypted_password (str): A password that has been encrypted, and will be decrypted.
+ encrypted_password: A password that has been encrypted, and will be decrypted.
Returns:
- string: The unencrypted_password password.
+ The unencrypted_password password.
- Example:
- >>> from netutils.password import decrypt_type7
- >>> decrypt_type7("121A0C041104")
+ Examples:
+ >>> from netutils.password import decrypt_cisco_type7
+ >>> decrypt_cisco_type7("121A0C041104")
'cisco'
>>>
"""
@@ -163,67 +241,137 @@ def decrypt_type7(encrypted_password):
@_fail_on_mac
-def encrypt_type5(unencrypted_password, salt=None, salt_len=4):
+def encrypt_cisco_type5(unencrypted_password: str, salt: t.Optional[str] = None, salt_len: int = 4) -> str:
"""Given an unencrypted password of Cisco Type 5 password, encrypt it.
Args:
- unencrypted_password (str): A password that has not been encrypted, and will be compared against.
- salt (str, optional): A random set of characters that can be set by the operator. Defaults to random generated one.
- salt_len (int, optional): The number of random set of characters, when not manually set. Defaults to 4.
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ salt: A random set of characters that can be set by the operator. Defaults to random generated one.
+ salt_len: The number of random set of characters, when not manually set. Defaults to 4.
Returns:
- string: The encrypted password.
+ The encrypted password.
- Example:
- >>> from netutils.password import encrypt_type5
- >>> encrypt_type5("cisco")
- '$1$zZcS$OYeBzJ3d6rRfC4.p9LwFg1'
+ Examples:
+ >>> from netutils.password import encrypt_cisco_type5
+ >>> encrypt_cisco_type5("cisco") # doctest: +SKIP
+ '$1$MHkb$v2MFmDkQX66TTxLkFF50K/'
>>>
"""
+ if not HAS_CRYPT:
+ raise ImportError(
+ "Your version of Python does not have crypt support built in. "
+ "Please install legacycrypt, such as `pip install legacycrypt` when "
+ "adding to your install or `pip install netutils[legacycrypt]` when installing fresh."
+ )
+
if not salt:
- salt = "".join(secrets.choice(ALPHABET) for i in range(salt_len))
+ salt = "".join(secrets.choice(ALPHABET) for _ in range(salt_len))
elif not set(salt) <= set(ALPHABET):
- raise ValueError("type5_pw salt used inproper characters, must be one of %s" % (ALPHABET))
- return crypt.crypt(unencrypted_password, f"$1${salt}$")
+ raise ValueError(f"type5_pw salt used improper characters, must be one of {ALPHABET}")
+ return str(crypt.crypt(unencrypted_password, f"$1${salt}$"))
-def encrypt_type7(unencrypted_password, salt=None):
- """Given an unencrypted password of Cisco Type 7 password, encypt it.
+def encrypt_cisco_type7(unencrypted_password: str, salt: t.Optional[int] = None) -> str:
+ """Given an unencrypted password of Cisco Type 7 password, encrypt it.
Args:
- unencrypted_password (str): A password that has not been encrypted, and will be compared against.
- salt (str, optional): A random number between 0 and 15 that can be set by the operator. Defaults to random generated one.
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ salt: A random number between 0 and 15 that can be set by the operator. Defaults to random generated one.
Returns:
- string: The encrypted password.
+ The encrypted password.
- Example:
- >>> from netutils.password import encrypt_type7
- >>> encrypt_type5("cisco") # doctest: +SKIP
- '$1$ZLGo$J.gAGxS2wqO96drs0Cith/'
+ Examples:
+ >>> from netutils.password import encrypt_cisco_type7
+ >>> encrypt_cisco_type7("cisco", 11)
+ '110A1016141D'
>>>
"""
+ # max length of password for encrypt t7 is 25
+ if len(unencrypted_password) > ENCRYPT_TYPE7_LENGTH:
+ raise ValueError("Password must not exceed 25 characters.")
+
if not salt:
- salt = random.randrange(0, 15) # nosec
- encrypted_password = "%02x" % salt
+ salt = random.randint(0, 15) # noqa: S311
+ # Start building the encrypted password - pre-pend the 2 decimal digit offset.
+ encrypted_password = format(salt, "02d")
for i, _ in enumerate(unencrypted_password):
- encrypted_password += "%02x" % (ord(unencrypted_password[i]) ^ XLAT[salt])
- salt += 1
- if salt == 51:
- salt = 0
+ # Get the next of the plaintext character.
+ dec_char = ord(unencrypted_password[i]) # pylint: disable=unnecessary-list-index-lookup
+ # Get the next character of the key.
+ key_char = ast.literal_eval(XLAT[(i + salt) % 53])
+ # XOR the plaintext character with the key character.
+ enc_char = dec_char ^ key_char
+ # Build the encrypted password one character at a time.
+ # The ASCII code of each encrypted character is added as 2 hex digits.
+ encrypted_password += format(enc_char, "02X")
return encrypted_password
-def get_hash_salt(encrypted_password):
+def encrypt_cisco_type9(unencrypted_password: str, salt: t.Optional[str] = None) -> str:
+ """Given an unencrypted password of Cisco Type 9 password, encrypt it.
+
+ Note: This uses the built-in Python `scrypt` function to generate the password
+ hash. However, this function is not available on the default Python installed
+ on MacOS. If MacOS is used, it is recommended to install Python using Homebrew
+ (or similar) which will include `scrypt`.
+
+ Args:
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ salt: a 14-character string that can be set by the operator. Defaults to random generated one.
+
+ Returns:
+ The encrypted password.
+
+ Examples:
+ >>> from netutils.password import encrypt_cisco_type9
+ >>> encrypt_cisco_type9("123456", "cvWdfQlRRDKq/U")
+ '$9$cvWdfQlRRDKq/U$VFTPha5VHTCbSgSUAo.nPoh50ZiXOw1zmljEjXkaq1g'
+
+ Raises:
+ ImportError: If `scrypt` cannot be imported from the system.
+ """
+ if not HAS_SCRYPT:
+ raise ImportError(
+ "Your version of python does not have scrypt support built in. "
+ "Please install a version of python with scrypt."
+ )
+
+ if salt:
+ if len(salt) != 14:
+ raise ValueError("Salt must be 14 characters long.")
+ salt_bytes = salt.encode()
+ else:
+ # salt must always be a 14-byte-long printable string, often includes symbols
+ salt_bytes = "".join(secrets.choice(ENCRYPT_TYPE9_ENCODING_CHARS) for _ in range(14)).encode()
+
+ key = scrypt(unencrypted_password.encode(), salt=salt_bytes, n=2**14, r=1, p=1, dklen=32)
+
+ # Cisco type 9 uses a different base64 encoding than the standard one, so we need to translate from
+ # the standard one to the Cisco one.
+ type9_encoding_translation_table = str.maketrans(
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",
+ ENCRYPT_TYPE9_ENCODING_CHARS,
+ )
+ hashed_password = base64.b64encode(key).decode().translate(type9_encoding_translation_table)
+
+ # and strip off the trailing '='
+ hashed_password = hashed_password[:-1]
+
+ return f"$9${salt_bytes.decode()}${hashed_password}"
+
+
+def get_hash_salt(encrypted_password: str) -> str:
"""Given an encrypted password obtain the salt value from it.
Args:
- encrypted_password (str): A password that has been encrypted, which the salt will be taken from.
+ encrypted_password: A password that has been encrypted, which the salt will be taken from.
Returns:
- string: The encrypted password.
+ The encrypted password.
- Example:
+ Examples:
>>> from netutils.password import get_hash_salt
>>> get_hash_salt('$1$ZLGo$J.gAGxS2wqO96drs0Cith/')
'ZLGo'
@@ -231,5 +379,105 @@ def get_hash_salt(encrypted_password):
"""
split_password = encrypted_password.split("$")
if len(split_password) != 4:
- raise ValueError("Could not parse salt out password correctly from {0}".format(encrypted_password))
+ raise ValueError(f"Could not parse salt out password correctly from {encrypted_password}")
return split_password[2]
+
+
+def decrypt_juniper_type9(encrypted_password: str) -> str:
+ """Given an encrypted Junos $9$ type password, decrypt it.
+
+ Args:
+ encrypted_password: A password that has been encrypted, and will be decrypted.
+
+ Returns:
+ The unencrypted_password password.
+
+ Examples:
+ >>> from netutils.password import decrypt_juniper_type9
+ >>> decrypt_juniper_type9("$9$7YdwgGDkTz6oJz69A1INdb")
+ 'juniper'
+ >>>
+ """
+ # Strip $9$ from start of string
+ password_characters = encrypted_password.split("$9$", 1)[1]
+
+ # Get first character and toss extra characters
+ first_character = password_characters[0]
+ stripped_password_characters = password_characters[JUNIPER_CHARACTER_KEYS[first_character] + 1 :] # noqa: E203
+
+ previous_char = first_character
+ decrypted_password = ""
+ while stripped_password_characters:
+ # Get encoding modulus
+ decode = JUNIPER_ENCODING[len(decrypted_password) % len(JUNIPER_ENCODING)]
+
+ # Get nibble we will decode
+ nibble = stripped_password_characters[0 : len(decode)] # noqa: E203
+ stripped_password_characters = stripped_password_characters[len(decode) :] # noqa: E203
+
+ # Decode value for nibble and convert to character, append to decrypted password
+ value = 0
+ for index, char in enumerate(nibble):
+ gap = (
+ (JUNIPER_KEYS_STRING.index(char) - JUNIPER_KEYS_STRING.index(previous_char)) % JUNIPER_KEYS_LENGTH
+ ) - 1
+ value += gap * decode[index]
+ previous_char = char
+ decrypted_password += chr(value)
+
+ return decrypted_password
+
+
+def encrypt_juniper_type9(unencrypted_password: str, salt: t.Optional[int] = None) -> str:
+ """Given an unencrypted password, encrypt to Juniper $9$ type password.
+
+ Args:
+ unencrypted_password: A password that has not been encrypted, and will be compared against.
+ salt: A integer that can be set by the operator. Defaults to random generated one.
+
+ Returns:
+ The encrypted password.
+
+ Examples:
+ >>> from netutils.password import encrypt_juniper_type9
+ >>> encrypt_juniper_type9("juniper", 35) # doctest: +SKIP
+ '$9$7YdwgGDkTz6oJz69A1INdb'
+ >>>
+ """
+ if not salt:
+ salt = random.randint(0, JUNIPER_KEYS_LENGTH) - 1 # noqa: S311
+
+ # Use salt to generate start of encrypted password
+ first_character = JUNIPER_KEYS_STRING[salt]
+ random_chars = "".join(
+ [
+ JUNIPER_KEYS_STRING[random.randint(0, JUNIPER_KEYS_LENGTH) - 1] # noqa: S311
+ for x in range(0, JUNIPER_CHARACTER_KEYS[first_character])
+ ]
+ )
+ encrypted_password = "$9$" + first_character + random_chars
+
+ previous_character = first_character
+ for index, char in enumerate(unencrypted_password):
+ encode = JUNIPER_ENCODING[index % len(JUNIPER_ENCODING)][::-1] # Get encoding modulus in reverse order
+ char_ord = ord(char)
+ gaps: t.List[int] = []
+ for modulus in encode:
+ gaps = [int(char_ord / modulus)] + gaps
+ char_ord %= modulus
+
+ for gap in gaps:
+ gap += JUNIPER_KEYS_STRING.index(previous_character) + 1
+ new_character = JUNIPER_KEYS_STRING[gap % JUNIPER_KEYS_LENGTH]
+ previous_character = new_character
+ encrypted_password += new_character
+
+ return encrypted_password
+
+
+# Provide until transition to 2.0
+compare_type5 = compare_cisco_type5
+compare_type7 = compare_cisco_type7
+decrypt_type7 = decrypt_cisco_type7
+encrypt_type5 = encrypt_cisco_type5
+encrypt_type7 = encrypt_cisco_type7
diff --git a/netutils/ping.py b/netutils/ping.py
index 3523fe2..9ee7071 100644
--- a/netutils/ping.py
+++ b/netutils/ping.py
@@ -1,23 +1,24 @@
"""Functions to create a ping via pure Python."""
+
import socket
-def tcp_ping(ip, port, timeout=1): # pylint: disable=invalid-name
+def tcp_ping(ip: str, port: int, timeout: int = 1) -> bool: # pylint: disable=invalid-name
"""Verifies whether a TCP port is open on a given IP address.
Args:
- ip (str): An IP address in string format that is able to be converted by `ipaddress` library.
- port (int): A valid TCP port.
- timeout (int): The timeout in seconds before returning a False. Defaults to 1.
+ ip: An IP address in string format that is able to be converted by `ipaddress` library.
+ port: A valid TCP port.
+ timeout: The timeout in seconds before returning a False. Defaults to 1.
Returns:
- bool: The result as to whether or not you were able ping the IP address.
+ The result as to whether or not you were able ping the IP address.
- Example:
+ Examples:
>>> from netutils.ping import tcp_ping
- >>> tcp_ping("1.1.1.1", 443)
+ >>> tcp_ping("1.1.1.1", 443) # doctest: +SKIP
True
- >>> tcp_ping("1.0.100.0", 443)
+ >>> tcp_ping("1.0.100.0", 27) # doctest: +SKIP
False
>>>
"""
@@ -25,7 +26,11 @@ def tcp_ping(ip, port, timeout=1): # pylint: disable=invalid-name
sckt.settimeout(int(timeout))
try:
sckt.connect((ip, int(port))) # pylint: disable=invalid-name
- sckt.shutdown(int(timeout))
+ sckt.shutdown(socket.SHUT_RDWR)
return True
- except socket.error:
+ # We really only want to know if the TCP connection timed out.
+ # If anything else has happened the error should be raised.
+ except socket.timeout:
return False
+ finally:
+ sckt.close()
diff --git a/netutils/protocol_mapper.py b/netutils/protocol_mapper.py
index 04d32a9..789dd1e 100644
--- a/netutils/protocol_mapper.py
+++ b/netutils/protocol_mapper.py
@@ -1,130 +1,53 @@
-"""Mappers used to take protocol number-->name and vice-versa. Number needed for test command, name needed for test command if querying by application-id."""
-
-# Protocol mapping based on https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml.
-PROTO_NAME_TO_NUM = {
- "ICMP": 1,
- "IGMP": 2,
- "GGP": 3,
- "TCP": 6,
- "CBT": 7,
- "EGP": 8,
- "IGP": 9,
- "BBN-RCC-MON": 10,
- "NVP-II": 11,
- "PUP": 12,
- "EMCON": 14,
- "XNET": 15,
- "CHAOS": 16,
- "UDP": 17,
- "MUX": 18,
- "DCN-MEAS": 19,
- "HMP": 20,
- "PRM": 21,
- "XNS-IDP": 22,
- "TRUNK-1": 23,
- "TRUNK-2": 24,
- "LEAF-1": 25,
- "LEAF-2": 26,
- "RDP": 27,
- "IRTP": 28,
- "ISO-TP4": 29,
- "NETBLT": 30,
- "MFE-NSP": 31,
- "MERIT-INP": 32,
- "DCCP": 33,
- "3PC": 34,
- "IDPR": 35,
- "XTP": 36,
- "DDP": 37,
- "IDPR-CMTP": 38,
- "TP++": 39,
- "IL": 40,
- "SDRP": 42,
- "IDRP": 45,
- "RSVP": 46,
- "GRE": 47,
- "DSR": 48,
- "BNA": 49,
- "ESP": 50,
- "AH": 51,
- "I-NLSP": 52,
- "NARP": 54,
- "MOBILE": 55,
- "TLSP": 56,
- "SKIP": 57,
- "CFTP": 62,
- "SAT-EXPAK": 64,
- "KRYPTOLAN": 65,
- "RVD": 66,
- "IPPC": 67,
- "SAT-MON": 69,
- "VISA": 70,
- "IPCV": 71,
- "CPNX": 72,
- "CPHB": 73,
- "WSN": 74,
- "PVP": 75,
- "BR-SAT-MON": 76,
- "SUN-ND": 77,
- "WB-MON": 78,
- "WB-EXPAK": 79,
- "ISO-IP": 80,
- "VMTP": 81,
- "SECURE-VMTP": 82,
- "VINES": 83,
- "TTP": 84,
- "NSFNET-IGP": 85,
- "DGP": 86,
- "TCF": 87,
- "EIGRP": 88,
- "OSPFIGP": 89,
- "Sprite-RPC": 90,
- "LARP": 91,
- "MTP": 92,
- "AX.25": 93,
- "IPIP": 94,
- "SCC-SP": 96,
- "ETHERIP": 97,
- "ENCAP": 98,
- "GMTP": 100,
- "IFMP": 101,
- "PNNI": 102,
- "PIM": 103,
- "ARIS": 104,
- "SCPS": 105,
- "QNX": 106,
- "A/N": 107,
- "IPComp": 108,
- "SNP": 109,
- "Compaq-Peer": 110,
- "IPX-in-IP": 111,
- "PGM": 113,
- "L2TP": 115,
- "DDX": 116,
- "IATP": 117,
- "STP": 118,
- "SRP": 119,
- "UTI": 120,
- "SMP": 121,
- "SM": 122,
- "PTP": 123,
- "FIRE": 125,
- "CRTP": 126,
- "CRUDP": 127,
- "SSCOPMCE": 128,
- "IPLT": 129,
- "SPS": 130,
- "PIPE": 131,
- "SCTP": 132,
- "FC": 133,
- "RSVP-E2E-IGNORE": 134,
- "UDPLite": 136,
- "manet": 138,
- "HIP": 139,
- "WESP": 141,
- "ROHC": 142,
- "Ethernet": 143,
-}
-
-# Reverse the key value pair for reverse lookup.
-PROTO_NUM_TO_NAME = {value: key for (key, value) in PROTO_NAME_TO_NUM.items()}
+"""Protocol Mappers."""
+
+import typing as t
+
+from netutils.constants import PROTOCOLS
+from netutils.data_files.protocol_number_mappings import ( # noqa: F401 # pylint:disable=unused-import
+ PROTO_NAME_TO_NUM,
+ PROTO_NUM_TO_NAME,
+)
+
+
+def _number_to_name_mapper(proto: str) -> t.Dict[int, str]:
+ """Create a dictionary that maps protocol port number to a name.
+
+ Args:
+ proto: Protocol to map ['tcp', 'udp', 'sctp', 'dccp']
+
+ Returns:
+ Dictionary of the number to name mapping.
+ """
+ proto_num_to_name = {}
+
+ for key, value in PROTOCOLS.items():
+ if proto.lower() in value["protocols"]:
+ proto_num_to_name[value["port_number"]] = key.upper()
+
+ return proto_num_to_name
+
+
+# https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml
+# TCP port to name mapping.
+TCP_NUM_TO_NAME = _number_to_name_mapper("tcp")
+
+# TCP port name to number mapping
+TCP_NAME_TO_NUM = {value: key for (key, value) in TCP_NUM_TO_NAME.items()}
+
+# UDP port to name mapping.
+UDP_NUM_TO_NAME = _number_to_name_mapper("udp")
+
+# UDP port name to number mapping
+UDP_NAME_TO_NUM = {value: key for (key, value) in UDP_NUM_TO_NAME.items()}
+
+# SCTP port to name mapping.
+SCTP_NUM_TO_NAME = _number_to_name_mapper("sctp")
+
+# SCTP port name to number mapping
+SCTP_NAME_TO_NUM = {value: key for (key, value) in SCTP_NUM_TO_NAME.items()}
+
+# DCCP port to name mapping.
+DCCP_NUM_TO_NAME = _number_to_name_mapper("dccp")
+
+# DCCP port name to number mapping
+DCCP_NAME_TO_NUM = {value: key for (key, value) in DCCP_NUM_TO_NAME.items()}
diff --git a/netutils/py.typed b/netutils/py.typed
new file mode 100644
index 0000000..e69de29
diff --git a/netutils/regex.py b/netutils/regex.py
new file mode 100644
index 0000000..cf851e7
--- /dev/null
+++ b/netutils/regex.py
@@ -0,0 +1,158 @@
+"""Utilities to expose regex functions, primarily for Jinja2 filters."""
+
+import re
+import typing as t
+
+
+def _match_object(match: t.Optional[t.Match[str]]) -> t.Union[t.List[str], str, None]:
+ """Helper method to better 'serialize' a re.Match object."""
+ if not match:
+ return None
+ if match.groups():
+ results = []
+ for group in match.groups():
+ results.append(group)
+ return results
+ return str(match.group())
+
+
+def regex_findall(pattern: str, string: str) -> t.List[str]:
+ r"""Given a regex pattern and string, return all non-overlapping matches of pattern in the string, as a list of strings.
+
+ The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.findall`.
+
+ Args:
+ pattern: Regex string to match against.
+ string: String to check against.
+
+ Returns:
+ List of matches, when there is no match the list will be empty.
+
+ Examples:
+ >>> from netutils.regex import regex_findall
+ >>> match = regex_findall("\w\w\w-RT\d\d", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ >>> len(match)
+ 3
+ >>> match[0]
+ 'NYC-RT01'
+
+ """
+ return re.findall(pattern, string)
+
+
+def regex_match(pattern: str, string: str) -> t.Union[t.List[str], str, None]:
+ r"""Given a regex pattern and string, return `None` if there is no matching `re.Match.groups()` if using capture groups or regex match via `re.Match.group()` on start of string.
+
+ This is useful in the following use cases:
+
+ 1. Truthy conditional check that a string matches a given regex.
+ 2. Returning regex capture groups from the string.
+ 3. Matching for the start of a string, see `regex_search` when you do not want only start of string matching.
+
+ The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.match`.
+
+ Args:
+ pattern: Regex string to match against.
+ string: String to check against.
+
+ Returns:
+ List of matches, match, or None no match found
+
+ Examples:
+ >>> from netutils.regex import regex_match
+ >>> print("South Carolina" if regex_match(".+SC.+\d\d", "USSCAMS07") else "Not South Carolina")
+ South Carolina
+ >>>
+ >>> match = regex_match("([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)", "USSCAMS07")
+ >>> match[0]
+ 'US'
+ >>> match[1]
+ 'SC'
+ >>> match[2]
+ 'AMS'
+ >>> match[3]
+ '07'
+
+ """
+ return _match_object(re.match(pattern, string))
+
+
+def regex_search(pattern: str, string: str) -> t.Union[t.List[str], str, None]:
+ r"""Given a regex pattern and string, return `None` if there is no matching `re.Match.groups()` if using capture groups or regex match via `re.Match.group()`.
+
+ The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.search`.
+
+ Args:
+ pattern: Regex string to match against.
+ string: String to check against.
+
+ Returns:
+ List of matches, match, or None no match found.
+
+ Examples:
+ >>> from netutils.regex import regex_search
+ >>> print("South Carolina" if regex_search(".+SC.+\d\d", "USSCAMS07") else "Not South Carolina")
+ South Carolina
+ >>>
+ >>> match = regex_search("^([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)", "USSCAMS07")
+ >>> match[0]
+ 'US'
+ >>> match[1]
+ 'SC'
+ >>> match[2]
+ 'AMS'
+ >>> match[3]
+ '07'
+
+ """
+ return _match_object(re.search(pattern, string))
+
+
+def regex_split(pattern: str, string: str, maxsplit: int = 0) -> t.List[str]:
+ """Given a regex pattern and string, return the split the object based on the pattern a single element or single element of original value if there is no match.
+
+ The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.split`.
+
+ Args:
+ pattern: Regex string to match against.
+ string: String to check against.
+ maxsplit: The maximum time to split.
+
+ Returns:
+ List of string of the match or single element list of original value if no match
+
+ Examples:
+ >>> from netutils.regex import regex_split
+ >>> match = regex_split(",", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ >>> match[0]
+ 'NYC-RT01'
+ >>> match[3]
+ 'SFO-RT01'
+ """
+ return re.split(pattern, string, maxsplit)
+
+
+def regex_sub(pattern: str, repl: str, string: str, count: int = 0) -> str:
+ """Given a regex pattern, replacement, and string replace the pattern within the string and return.
+
+ The main purpose of this function is provide a Jinja2 filter as this is simply a wrapper around `re.sub`.
+
+ Args:
+ pattern: Regex string to match against.
+ repl: Replacement characters that were matched in the pattern.
+ string: String to check against.
+ count: The maximum time to replace.
+
+ Returns:
+ List of string of the match or single element list of original value if no match
+
+ Examples:
+ >>> from netutils.regex import regex_sub
+ >>> match = regex_sub(",", " ", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ >>> match
+ 'NYC-RT01 NYC-RT02 SFO-SW01 SFO-RT01'
+ >>> match = regex_sub("(ROUTER|RTR)", "RT", "NYC-ROUTER01,NYC-ROUTER02,NYC-RTR03")
+ >>> match
+ 'NYC-RT01,NYC-RT02,NYC-RT03'
+ """
+ return re.sub(pattern, repl, string, count)
diff --git a/netutils/route.py b/netutils/route.py
index 12afca8..18c7186 100644
--- a/netutils/route.py
+++ b/netutils/route.py
@@ -1,43 +1,44 @@
"""Utilities to get best route from routing table."""
import ipaddress
+import typing as t
class NoRouteFound(BaseException):
"""Custom Exception for No Route Found."""
-def longest_prefix_match(ip_addr, routes):
+def longest_prefix_match(ip_addr: str, routes: t.List[t.Dict[str, str]]) -> str:
"""From a list of networks and an IP address, find the most specific route.
Args:
- ip_addr (str): String representation of an IP address.
- routes (list): list of dictionaries with network and mask as keys. Subnet can also be CIDR(number) notation.
+ ip_addr: String representation of an IP address.
+ routes: list of dictionaries with network and mask as keys. Subnet can also be CIDR(number) notation.
Returns:
- [IPv4Network object]: Longest Match Route
+ Longest Match Route
- Example:
+ Examples:
>>> from netutils.route import longest_prefix_match
>>> lookup = "10.1.1.245"
>>> routes = [{"network": "192.168.1.1", "mask": "255.255.255.255"},{"network": "10.1.1.0", "mask": "24"}]
>>> longest_prefix_match(lookup, routes)
- IPv4Network('10.1.1.0/24')
+ '10.1.1.0/24'
"""
if not isinstance(routes, list):
raise TypeError(f"'routing_table' should be a list, got {type(routes)}")
if not len(routes) > 0:
raise IndexError(f"'routing_table' should have more than zero indexes. Got {len(routes)}")
if isinstance(ip_addr, str):
- ip_addr = ipaddress.ip_address(ip_addr)
+ ip_addr = ipaddress.ip_address(ip_addr) # type: ignore
else:
- if not isinstance(ipaddress.ip_address, ip_addr):
+ if not isinstance(ip_addr, (ipaddress.IPv4Address, ipaddress.IPv6Address)):
raise TypeError(f"'ip_addr' should be a str, got {type(ip_addr)}")
networks = [
- ipaddress.IPv4Network(f'{route["network"]}/{route["mask"]}')
+ ipaddress.IPv4Network(f"{route['network']}/{route['mask']}")
for route in routes
- if ip_addr in ipaddress.IPv4Network(f'{route["network"]}/{route["mask"]}')
+ if ip_addr in ipaddress.IPv4Network(f"{route['network']}/{route['mask']}")
]
try:
return str(sorted(networks)[-1])
diff --git a/netutils/running_config.py b/netutils/running_config.py
new file mode 100644
index 0000000..71aecfb
--- /dev/null
+++ b/netutils/running_config.py
@@ -0,0 +1,16 @@
+"""Configuration command lookup."""
+
+from netutils.lib_mapper import RUNNING_CONFIG_MAPPER
+
+
+def get_running_config_command(platform: str) -> str:
+ """
+ Get the running config command for a specific network platform.
+
+ Args:
+ platform: Platform name, like 'cisco_ios' or 'juniper_junos'.
+
+ Returns:
+ The corresponding command as a string, or 'show run' by default.
+ """
+ return RUNNING_CONFIG_MAPPER.get(platform.lower(), "show run")
diff --git a/netutils/time.py b/netutils/time.py
new file mode 100644
index 0000000..8cfd5ed
--- /dev/null
+++ b/netutils/time.py
@@ -0,0 +1,73 @@
+"""Functions for working with time."""
+
+import re
+import typing as t
+
+from .constants import TIME_MAPPINGS, UPTIME_REGEX_PATTERNS
+
+
+def uptime_seconds_to_string(uptime_seconds: int) -> str:
+ """Converts uptime in seconds to uptime in string format.
+
+ Args:
+ uptime_seconds: Uptime in seconds.
+
+ Returns:
+ Uptime in string format.
+
+ Examples:
+ >>> from netutils.time import uptime_seconds_to_string
+ >>> uptime_seconds_to_string(7250)
+ '2 hours, 50 seconds'
+ """
+ result = []
+ for interval, count in TIME_MAPPINGS:
+ value = uptime_seconds // count
+ if value:
+ uptime_seconds -= value * count
+ if value == 1:
+ interval = interval.rstrip("s")
+ result.append(f"{value} {interval}")
+
+ return ", ".join(result)
+
+
+def uptime_string_to_seconds(uptime_string: str) -> int:
+ """Converts uptime string seconds.
+
+ Args:
+ uptime_string: Uptime in string format
+
+ Returns:
+ Uptime string converted to seconds.
+
+ Examples:
+ >>> from netutils.time import uptime_string_to_seconds
+ >>> uptime_string_to_seconds("58 minutes")
+ 3480
+ >>> from netutils.time import uptime_string_to_seconds
+ >>> uptime_string_to_seconds("4m15s")
+ 255
+
+ Raises:
+ ValueError: When uptime_string is unable to be parsed by regex.
+ """
+ compiled_regex_list = [re.compile(reg_pattern) for reg_pattern in UPTIME_REGEX_PATTERNS]
+
+ uptime_dict: t.Dict[str, str] = {}
+ for regex in compiled_regex_list:
+ match = regex.search(uptime_string)
+
+ if match:
+ uptime_dict = match.groupdict()
+ break
+
+ if not match:
+ raise ValueError("Unable to parse uptime string.")
+
+ uptime_seconds = 0
+ for time_interval, value in TIME_MAPPINGS:
+ time_interval_as_int = uptime_dict.get(time_interval)
+ if time_interval_as_int:
+ uptime_seconds += int(time_interval_as_int) * value
+ return uptime_seconds
diff --git a/netutils/utils.py b/netutils/utils.py
new file mode 100644
index 0000000..cda1601
--- /dev/null
+++ b/netutils/utils.py
@@ -0,0 +1,127 @@
+"""Utilities for the netutils library."""
+
+import typing as t
+from importlib import import_module
+
+_JINJA2_FUNCTION_MAPPINGS = {
+ "asn_to_int": "asn.asn_to_int",
+ "int_to_asdot": "asn.int_to_asdot",
+ "name_to_bits": "bandwidth.name_to_bits",
+ "name_to_bytes": "bandwidth.name_to_bytes",
+ "bits_to_name": "bandwidth.bits_to_name",
+ "bytes_to_name": "bandwidth.bytes_to_name",
+ "name_to_name": "bandwidth.name_to_name",
+ "clean_config": "config.clean.clean_config",
+ "sanitize_config": "config.clean.sanitize_config",
+ "config_compliance": "config.compliance.compliance",
+ "config_section_not_parsed": "config.compliance.config_section_not_parsed",
+ "diff_network_config": "config.compliance.diff_network_config",
+ "feature_compliance": "config.compliance.feature_compliance",
+ "find_unordered_cfg_lines": "config.compliance.find_unordered_cfg_lines",
+ "section_config": "config.compliance.section_config",
+ "fqdn_to_ip": "dns.fqdn_to_ip",
+ "is_fqdn_resolvable": "dns.is_fqdn_resolvable",
+ "interface_range_expansion": "interface.interface_range_expansion",
+ "interface_range_compress": "interface.interface_range_compress",
+ "split_interface": "interface.split_interface",
+ "canonical_interface_name": "interface.canonical_interface_name",
+ "canonical_interface_name_list": "interface.canonical_interface_name_list",
+ "abbreviated_interface_name": "interface.abbreviated_interface_name",
+ "abbreviated_interface_name_list": "interface.abbreviated_interface_name_list",
+ "sort_interface_list": "interface.sort_interface_list",
+ "ip_to_hex": "ip.ip_to_hex",
+ "ip_addition": "ip.ip_addition",
+ "ip_to_bin": "ip.ip_to_bin",
+ "ip_subtract": "ip.ip_subtract",
+ "is_classful": "ip.is_classful",
+ "is_ip": "ip.is_ip",
+ "is_ip_range": "ip.is_ip_range",
+ "is_ip_within": "ip.is_ip_within",
+ "is_netmask": "ip.is_netmask",
+ "is_reversible_wildcardmask": "ip.is_reversible_wildcardmask",
+ "is_network": "ip.is_network",
+ "netmask_to_cidr": "ip.netmask_to_cidr",
+ "cidr_to_netmask": "ip.cidr_to_netmask",
+ "cidr_to_netmaskv6": "ip.cidr_to_netmaskv6",
+ "netmask_to_wildcardmask": "ip.netmask_to_wildcardmask",
+ "wildcardmask_to_netmask": "ip.wildcardmask_to_netmask",
+ "get_all_host": "ip.get_all_host",
+ "get_broadcast_address": "ip.get_broadcast_address",
+ "get_first_usable": "ip.get_first_usable",
+ "get_peer_ip": "ip.get_peer_ip",
+ "get_range_ips": "ip.get_range_ips",
+ "get_usable_range": "ip.get_usable_range",
+ "ipaddress_address": "ip.ipaddress_address",
+ "ipaddress_interface": "ip.ipaddress_interface",
+ "ipaddress_network": "ip.ipaddress_network",
+ "is_valid_mac": "mac.is_valid_mac",
+ "mac_to_format": "mac.mac_to_format",
+ "mac_to_int": "mac.mac_to_int",
+ "mac_type": "mac.mac_type",
+ "mac_normalize": "mac.mac_normalize",
+ "get_oui": "mac.get_oui",
+ "compare_type5": "password.compare_type5",
+ "compare_type7": "password.compare_type7",
+ "compare_cisco_type5": "password.compare_cisco_type5",
+ "compare_cisco_type7": "password.compare_cisco_type7",
+ "compare_cisco_type9": "password.compare_cisco_type9",
+ "decrypt_type7": "password.decrypt_type7",
+ "decrypt_cisco_type7": "password.decrypt_cisco_type7",
+ "decrypt_juniper_type9": "password.decrypt_juniper_type9",
+ "encrypt_type5": "password.encrypt_type5",
+ "encrypt_type7": "password.encrypt_type7",
+ "encrypt_cisco_type5": "password.encrypt_cisco_type5",
+ "encrypt_cisco_type7": "password.encrypt_cisco_type7",
+ "encrypt_cisco_type9": "password.encrypt_cisco_type9",
+ "encrypt_juniper_type9": "password.encrypt_juniper_type9",
+ "get_hash_salt": "password.get_hash_salt",
+ "tcp_ping": "ping.tcp_ping",
+ "regex_findall": "regex.regex_findall",
+ "regex_match": "regex.regex_match",
+ "regex_search": "regex.regex_search",
+ "regex_split": "regex.regex_split",
+ "regex_sub": "regex.regex_sub",
+ "longest_prefix_match": "route.longest_prefix_match",
+ "vlanlist_to_config": "vlan.vlanlist_to_config",
+ "vlanconfig_to_list": "vlan.vlanconfig_to_list",
+ "normalise_delimiter_caret_c": "banner.normalise_delimiter_caret_c",
+ "delimiter_change": "banner.delimiter_change",
+ "uptime_seconds_to_string": "time.uptime_seconds_to_string",
+ "uptime_string_to_seconds": "time.uptime_string_to_seconds",
+ "get_napalm_getters": "lib_helpers.get_napalm_getters",
+ "paloalto_panos_clean_newlines": "config.conversion.paloalto_panos_clean_newlines",
+ "paloalto_panos_brace_to_set": "config.conversion.paloalto_panos_brace_to_set",
+ "compare_version_loose": "os_version.compare_version_loose",
+ "compare_version_strict": "os_version.compare_version_strict",
+ "get_upgrade_path": "os_version.get_upgrade_path",
+ "hash_data": "hash.hash_data",
+ "get_ips_sorted": "ip.get_ips_sorted",
+ "version_metadata": "os_version.version_metadata",
+ "get_nist_urls": "nist.get_nist_urls",
+ "get_nist_vendor_platform_urls": "nist.get_nist_vendor_platform_urls",
+ "get_running_config_command": "running_config.get_running_config_command",
+}
+
+
+def jinja2_convenience_function() -> t.Dict[str, t.Callable[..., t.Any]]:
+ """Convenience function that allows netutils filter to be used easily with jinja2.
+
+ Returns:
+ Keys are the function names for the Jinja2 filter and values are the function objects.
+
+ Examples:
+ >>> from netutils.utils import jinja2_convenience_function
+ >>> function_mappings = jinja2_convenience_function()
+ >>> function_mappings["get_first_usable"]("192.168.0.0/24")
+ '192.168.0.1'
+ >>> function_mappings["get_broadcast_address"]("192.168.0.0/24")
+ '192.168.0.255'
+ """
+ result = {}
+
+ for jinja2_function_name, function_import_path in _JINJA2_FUNCTION_MAPPINGS.items():
+ module, function_name = function_import_path.rsplit(".", 1)
+ imported_module = import_module(f"netutils.{module}")
+ function_object = getattr(imported_module, function_name)
+ result[jinja2_function_name] = function_object
+ return result
diff --git a/netutils/variables.py b/netutils/variables.py
deleted file mode 100644
index 890c194..0000000
--- a/netutils/variables.py
+++ /dev/null
@@ -1,180 +0,0 @@
-"""Variable definitions used in project, purposely not constants to signal to use these variables can be overridden."""
-
-# This variable provides mapping for known interface variants, to the associated long form.
-BASE_INTERFACES = {
- "ATM": "ATM",
- "AT": "ATM",
- "B": "Bdi",
- "Bd": "Bdi",
- "Bdi": "Bdi",
- "EOBC": "EOBC",
- "EO": "EOBC",
- "Ethernet": "Ethernet",
- "Eth": "Ethernet",
- "eth": "Ethernet",
- "Et": "Ethernet",
- "et": "Ethernet",
- "FastEthernet": "FastEthernet",
- "FastEth": "FastEthernet",
- "FastE": "FastEthernet",
- "Fast": "FastEthernet",
- "Fas": "FastEthernet",
- "FE": "FastEthernet",
- "Fa": "FastEthernet",
- "fa": "FastEthernet",
- "Fddi": "Fddi",
- "FD": "Fddi",
- "FortyGigabitEthernet": "FortyGigabitEthernet",
- "FortyGigEthernet": "FortyGigabitEthernet",
- "FortyGigEth": "FortyGigabitEthernet",
- "FortyGigE": "FortyGigabitEthernet",
- "FortyGig": "FortyGigabitEthernet",
- "FGE": "FortyGigabitEthernet",
- "FO": "FortyGigabitEthernet",
- "Fo": "FortyGigabitEthernet",
- "FiftyGigabitEthernet": "FiftyGigabitEthernet",
- "FiftyGigEthernet": "FiftyGigabitEthernet",
- "FiftyGigEth": "FiftyGigabitEthernet",
- "FiftyGigE": "FiftyGigabitEthernet",
- "FI": "FiftyGigabitEthernet",
- "Fi": "FiftyGigabitEthernet",
- "fi": "FiftyGigabitEthernet",
- "GigabitEthernet": "GigabitEthernet",
- "GigEthernet": "GigabitEthernet",
- "GigEth": "GigabitEthernet",
- "GigE": "GigabitEthernet",
- "Gig": "GigabitEthernet",
- "GE": "GigabitEthernet",
- "Ge": "GigabitEthernet",
- "ge": "GigabitEthernet",
- "Gi": "GigabitEthernet",
- "gi": "GigabitEthernet",
- "HundredGigabitEthernet": "HundredGigabitEthernet",
- "HundredGigEthernet": "HundredGigabitEthernet",
- "HundredGigEth": "HundredGigabitEthernet",
- "HundredGigE": "HundredGigabitEthernet",
- "HundredGig": "HundredGigabitEthernet",
- "Hu": "HundredGigabitEthernet",
- "TwentyFiveGigabitEthernet": "TwentyFiveGigE",
- "TwentyFiveGigEthernet": "TwentyFiveGigE",
- "TwentyFiveGigEth": "TwentyFiveGigE",
- "TwentyFiveGigE": "TwentyFiveGigE",
- "TwentyFiveGig": "TwentyFiveGigE",
- "TF": "TwentyFiveGigE",
- "Tf": "TwentyFiveGigE",
- "tf": "TwentyFiveGigE",
- "TwoHundredGigabitEthernet": "TwoHundredGigabitEthernet",
- "TwoHundredGigEthernet": "TwoHundredGigabitEthernet",
- "TwoHundredGigEth": "TwoHundredGigabitEthernet",
- "TwoHundredGigE": "TwoHundredGigabitEthernet",
- "TwoHundredGig": "TwoHundredGigabitEthernet",
- "TH": "TwoHundredGigabitEthernet",
- "Th": "TwoHundredGigabitEthernet",
- "th": "TwoHundredGigabitEthernet",
- "FourHundredGigabitEthernet": "FourHundredGigabitEthernet",
- "FourHundredGigEthernet": "FourHundredGigabitEthernet",
- "FourHundredGigEth": "FourHundredGigabitEthernet",
- "FourHundredGigE": "FourHundredGigabitEthernet",
- "FourHundredGig": "FourHundredGigabitEthernet",
- "F": "FourHundredGigabitEthernet",
- "f": "FourHundredGigabitEthernet",
- "Loopback": "Loopback",
- "loopback": "Loopback",
- "Lo": "Loopback",
- "lo": "Loopback",
- "Management": "Management",
- "Mgmt": "Management",
- "mgmt": "Management",
- "Ma": "Management",
- "Management_short": "Ma",
- "MFR": "MFR",
- "Multilink": "Multilink",
- "Mu": "Multilink",
- "n": "nve",
- "nv": "nve",
- "nve": "nve",
- "PortChannel": "Port-channel",
- "Port-channel": "Port-channel",
- "Port-Channel": "Port-channel",
- "port-channel": "Port-channel",
- "po": "Port-channel",
- "Po": "Port-channel",
- "POS": "POS",
- "PO": "POS",
- "Serial": "Serial",
- "Se": "Serial",
- "S": "Serial",
- "TenGigabitEthernet": "TenGigabitEthernet",
- "TenGigEthernet": "TenGigabitEthernet",
- "TenGigEth": "TenGigabitEthernet",
- "TenGig": "TenGigabitEthernet",
- "TeGig": "TenGigabitEthernet",
- "Ten": "TenGigabitEthernet",
- "T": "TenGigabitEthernet",
- "Te": "TenGigabitEthernet",
- "te": "TenGigabitEthernet",
- "Tunnel": "Tunnel",
- "Tun": "Tunnel",
- "Tu": "Tunnel",
- "Twe": "TwentyFiveGigE",
- "Tw": "TwoGigabitEthernet",
- "Two": "TwoGigabitEthernet",
- "Virtual-Access": "Virtual-Access",
- "Vi": "Virtual-Access",
- "Virtual-Template": "Virtual-Template",
- "Vt": "Virtual-Template",
- "VLAN": "VLAN",
- "V": "VLAN",
- "Vl": "VLAN",
- "Wlan-GigabitEthernet": "Wlan-GigabitEthernet",
-}
-
-# This variable provides the default clean filters, which is purposefully none. This variable is nonetheless
-# set so a user can override the variable at a system level
-CLEAN_FILTERS = []
-# These are base level filters to provide documentation of how a CLEAN_FILTER can be used, as well as
-# be used with the following pattern. netutils.variable.CLEAN_FILTERS = netutils.variable._PROVIDED_CLEAN_FILTERS.
-# This is a private variable, and subject to change without notice between revisions.
-_PROVIDED_CLEAN_FILTERS = [
- {"regex": r"^Current\s+configuration.*\n"},
- {"regex": r"^Building\s+configuration.*\n"},
- {"regex": r"^ntp\s+clock-period.*\n"},
-]
-
-# This variable maps a full interface name, to an opinionated shortened name.
-REVERSE_MAPPING = {
- "ATM": "At",
- "EOBC": "EO",
- "Ethernet": "Et",
- "FastEthernet": "Fa",
- "Fddi": "FD",
- "FortyGigabitEthernet": "Fo",
- "GigabitEthernet": "Gi",
- "HundredGigabitEthernet": "Hu",
- "Loopback": "Lo",
- "Management": "Ma",
- "MFR": "MFR",
- "Multilink": "Mu",
- "Port-channel": "Po",
- "POS": "PO",
- "Serial": "Se",
- "TenGigabitEthernet": "Te",
- "Tunnel": "Tu",
- "TwoGigabitEthernet": "Two",
- "TwentyFiveGigE": "Twe",
- "Virtual-Access": "Vi",
- "Virtual-Template": "Vt",
- "VLAN": "Vl",
- "Wlan-GigabitEthernet": "Wl-Gi",
-}
-
-# This variable provides the default sanitize filters, which is purposefully none. This variable is nonetheless
-# set so a user can override the variable at a system level
-SANITIZE_FILTERS = []
-# These are base level filters to provide documentation of how a SANITIZE_FILTERS can be used, as well as
-# be used with the following pattern. netutils.variable.SANITIZE_FILTERS = netutils.variable._PROVIDED_SANITIZE_FILTERS.
-# This is a private variable, and subject to change without notice between revisions.
-_PROVIDED_SANITIZE_FILTERS = [
- {"regex": r"(username\s+\S+\spassword\s+5\s+)\S+(\s+role\s+\S+)", "replace": "\\1\\2"},
- {"regex": r"(username\s+\S+\s+privilege\s+15\s+password\s+0\s+)\S+", "replace": "\\1"},
-]
diff --git a/netutils/vlan.py b/netutils/vlan.py
index fec89a2..7007c4c 100644
--- a/netutils/vlan.py
+++ b/netutils/vlan.py
@@ -1,91 +1,140 @@
"""Functions for working with VLANs."""
import re
-
-from operator import itemgetter
+import typing as t
from itertools import groupby
+from operator import itemgetter
-def vlanlist_to_config(vlan_list, first_line_len=48, other_line_len=44):
+def vlanlist_to_config(
+ vlan_list: t.List[int],
+ first_line_len: int = 48,
+ other_line_len: int = 44,
+ min_grouping_size: int = 3,
+ return_empty: bool = False,
+) -> t.List[str]:
"""Given a List of VLANs, build the IOS-like vlan list of configurations.
Args:
- vlan_list (list): Unsorted list of vlan integers.
- first_line_len (int, optional): The maximum length of the line of the first element of within the return list. Defaults to 48.
- other_line_len (int, optional): The maximum length of the line of all other elements of within the return list. Defaults to 44.
+ vlan_list: Unsorted list of vlan integers.
+ first_line_len: The maximum length of the line of the first element of within the return list. Defaults to 48.
+ other_line_len: The maximum length of the line of all other elements of within the return list. Defaults to 44.
+ min_grouping_size: The minimum consecutive VLANs to aggregate with a hyphen. Defaults to Cisco's minimum grouping size of 3.
+ return_empty: Whether or not to return an empty list instead of an `ValueError` when vlan_list is empty. Defaults to False.
Returns:
- list: Sorted string list of integers according to IOS-like vlan list rules
+ Sorted string list of integers according to IOS-like vlan list rules
- Example:
+ Examples:
>>> from netutils.vlan import vlanlist_to_config
>>> vlanlist_to_config([1, 2, 3, 5, 6, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018])
['1-3,5,6,1000,1002,1004,1006,1008,1010,1012,1014', '1016,1018']
- >>>
+ >>> vlanlist_to_config([1,3,5,6,100,101,102,103,104,105,107,109], min_grouping_size=2)
+ ['1,3,5-6,100-105,107,109']
+ >>> vlanlist_to_config([1,3,5,6,100,101,102,103,104,105,107,109], min_grouping_size=1)
+ ['1,3,5,6,100,101,102,103,104,105,107,109']
+ >>> vlan_list = [1, 2, 3, 5, 6, 1000, 1002, 1004, 1006, 1008, 1010, 1012, 1014, 1016, 1018]
+ >>> for index, vlan in enumerate(vlanlist_to_config(vlan_list)):
+ ... if index == 0:
+ ... print(f"switchport trunk allowed vlan {vlan}")
+ ... else:
+ ... print(f"switchport trunk allowed vlan add {vlan}")
+ ...
+ switchport trunk allowed vlan 1-3,5,6,1000,1002,1004,1006,1008,1010,1012,1014
+ switchport trunk allowed vlan add 1016,1018
"""
+
+ def build_final_vlan_cfg(vlan_cfg: str) -> t.List[str]:
+ if len(vlan_cfg) <= first_line_len:
+ return [vlan_cfg]
+
+ # Split VLAN config if lines are too long
+ first_line = re.match(f"^.{{0,{first_line_len}}}(?=,)", vlan_cfg)
+ if not first_line:
+ raise ValueError(
+ f"Line with comma seperated vlans is expected.(E.g. 1-3,5,6,1000,1002) Received {vlan_cfg}"
+ )
+ vlan_cfg_lines = [first_line.group(0)]
+ next_lines = re.compile(f"(?<=,).{{0,{other_line_len}}}(?=,|$)")
+ for line in next_lines.findall(vlan_cfg, first_line.end()):
+ vlan_cfg_lines.append(line)
+ return vlan_cfg_lines
+
+ if len(vlan_list) == 0 and return_empty:
+ return []
+
+ if len(vlan_list) == 0:
+ raise ValueError("The `vlan_list` argument provided is empty, a list of vlans is required, e.g. [10,20,30].")
+
+ # Fail if min_grouping_size is less than 1.
+ if min_grouping_size < 1:
+ raise ValueError("Minimum grouping size must be equal to or greater than one.")
+
# Sort and de-dup VLAN list
- clean_vlan_list = sorted(set(vlan_list))
+ vlan_list = sorted(set(vlan_list))
- # Check for invalid VLAN IDs
- if clean_vlan_list[0] < 1 or clean_vlan_list[-1] > 4094:
- raise ValueError("Valid VLAN range is 1-4094")
+ # If grouping size is zero, sort, and return the config list as no other processing is required.
+ if min_grouping_size == 1:
+ return build_final_vlan_cfg(",".join([str(vlan) for vlan in vlan_list]))
# Group consecutive VLANs
- vlan_groups = list()
- for _, vlan in groupby(enumerate(clean_vlan_list), lambda vlan: vlan[0] - vlan[1]):
+ vlan_groups = []
+ for _, vlan in groupby(enumerate(vlan_list), lambda vlan: vlan[0] - vlan[1]):
vlan_groups.append(list(map(itemgetter(1), vlan)))
+ # Check for invalid VLAN IDs
+ if vlan_list[0] < 1 or vlan_list[-1] > 4094:
+ raise ValueError("Valid VLAN range is 1-4094")
+
# Create VLAN portion of config
- vlan_strings = list()
+ vlan_strings = []
for group in vlan_groups:
- if len(group) == 1:
- vlan_strings.append(f"{group[0]}")
- elif len(group) == 2:
- vlan_strings.append(f"{group[0]},{group[1]}")
- else:
- vlan_strings.append(f"{group[0]}-{group[-1]}")
-
- vlan_cfg = ",".join(vlan_strings)
- if len(vlan_cfg) <= first_line_len:
- return [vlan_cfg]
-
- # Split VLAN config if lines are too long
- first_line = re.match(f"^.{{0,{first_line_len}}}(?=,)", vlan_cfg)
- vlan_cfg_lines = [first_line.group(0)]
- next_lines = next_lines = re.compile(f"(?<=,).{{0,{other_line_len}}}(?=,|$)")
- for line in next_lines.findall(vlan_cfg, first_line.end()):
- vlan_cfg_lines.append(line)
- return vlan_cfg_lines
-
-
-def vlanconfig_to_list(vlan_config):
+ group_length = len(group)
+ group_string = f"{group[0]}"
+ # Compress based on grouping_size
+ if group_length >= min_grouping_size:
+ group_string += f"-{group[-1]}"
+ # If it does not match grouping_size, and is greater than one
+ elif group_length != 1:
+ group_string += f",{group[1]}"
+ vlan_strings.append(group_string)
+
+ return build_final_vlan_cfg(",".join(vlan_strings))
+
+
+def vlanconfig_to_list(vlan_config: str) -> t.List[int]:
"""Given an IOS-like vlan list of configurations, return the list of VLANs.
Args:
- vlan_config (list): IOS-like vlan list of configurations.
+ vlan_config: IOS-like vlan list of configurations.
Returns:
- dict: Sorted string list of integers according to IOS-like vlan list rules
+ Sorted string list of integers according to IOS-like vlan list rules
- Example:
+ Examples:
>>> vlan_config = '''switchport trunk allowed vlan 1025,1069-1072,1114,1173-1181,1501,1502'''
>>> vlanconfig_to_list(vlan_config)
[1025, 1069, 1070, 1071, 1072, 1114, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1501, 1502]
>>>
"""
- vlans = []
- for line in vlan_config.splitlines():
- match = re.search(r"\d", line)
- if not match:
- raise ValueError(f"No digits found in line `{line}`")
- for parsed in line[match.start() :].split(","): # noqa: E203
- if any(char not in "0123456789-" for char in parsed):
- raise ValueError(f"There were non-digits and dashes found in `{parsed}`")
- if re.search("-", parsed):
- vlans.extend(list(range(*[int(i) for i in parsed.split("-")])))
- vlans.append(int(parsed.split("-")[1]))
- else:
- vlans.append(int(parsed))
+ # Check for invalid data within the vlan_config
+ # example: switchport trunk allowed vlan 1025,1069-1072,BADDATA
+ invalid_data = re.findall(r",?[^0-9\-],?$", vlan_config)
+ # Regular VLANs that are not condensed and can be converted to integers
+ vlans = list(map(int, re.findall(r"\d+", vlan_config)))
+
+ # Fail if invalid data is found
+ if invalid_data and vlans:
+ raise ValueError(f"There were non-digits and dashes found in `{vlan_config}`.")
+ if invalid_data:
+ raise ValueError(f"No digits found in `{vlan_config}`")
+
+ vlan_ranges = re.findall(r"\d+-\d+", vlan_config)
+ for v_range in vlan_ranges:
+ first, second = v_range.split("-")
+ # Add one to first to prevent duplicates that already exist within vlans
+ vlans.extend(list(range(*[int(first) + 1, int(second)])))
+
vlans = sorted(vlans)
if vlans[-1] > 4094:
raise ValueError(f"Valid VLAN range is 1-4094, found {vlans[-1]}")
diff --git a/poetry.lock b/poetry.lock
index 15ab202..f12159b 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,797 +1,2314 @@
-[[package]]
-name = "appdirs"
-version = "1.4.4"
-description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
-category = "dev"
-optional = false
-python-versions = "*"
+# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
[[package]]
name = "astroid"
-version = "2.5.1"
+version = "3.2.4"
description = "An abstract syntax tree for Python with inference support."
-category = "dev"
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.8.0"
+files = [
+ {file = "astroid-3.2.4-py3-none-any.whl", hash = "sha256:413658a61eeca6202a59231abb473f932038fbcbf1666587f66d482083413a25"},
+ {file = "astroid-3.2.4.tar.gz", hash = "sha256:0e14202810b30da1b735827f78f5157be2bbd4a7a59b7707ca0bfc2fb4c0063a"},
+]
[package.dependencies]
-lazy-object-proxy = ">=1.4.0"
-typed-ast = {version = ">=1.4.0,<1.5", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""}
-wrapt = ">=1.11,<1.13"
+typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""}
[[package]]
-name = "atomicwrites"
-version = "1.4.0"
-description = "Atomic file writes."
-category = "dev"
+name = "astunparse"
+version = "1.6.3"
+description = "An AST unparser for Python"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+python-versions = "*"
+files = [
+ {file = "astunparse-1.6.3-py2.py3-none-any.whl", hash = "sha256:c2652417f2c8b5bb325c885ae329bdf3f86424075c4fd1a128674bc6fba4b8e8"},
+ {file = "astunparse-1.6.3.tar.gz", hash = "sha256:5ad93a8456f0d084c3456d059fd9a92cce667963232cbf763eac3bc5b7940872"},
+]
+
+[package.dependencies]
+six = ">=1.6.1,<2.0"
+wheel = ">=0.23.0,<1.0"
[[package]]
name = "attrs"
-version = "20.3.0"
+version = "25.3.0"
description = "Classes Without Boilerplate"
-category = "dev"
-optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3"},
+ {file = "attrs-25.3.0.tar.gz", hash = "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b"},
+]
[package.extras]
-dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
-docs = ["furo", "sphinx", "zope.interface"]
-tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
-tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
+benchmark = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-codspeed", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
+cov = ["cloudpickle", "coverage[toml] (>=5.3)", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
+dev = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pre-commit-uv", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
+docs = ["cogapp", "furo", "myst-parser", "sphinx", "sphinx-notfound-page", "sphinxcontrib-towncrier", "towncrier"]
+tests = ["cloudpickle", "hypothesis", "mypy (>=1.11.1)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins", "pytest-xdist[psutil]"]
+tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"]
[[package]]
-name = "bandit"
-version = "1.7.0"
-description = "Security oriented static analyser for python code."
-category = "dev"
+name = "babel"
+version = "2.17.0"
+description = "Internationalization utilities"
optional = false
-python-versions = ">=3.5"
+python-versions = ">=3.8"
+files = [
+ {file = "babel-2.17.0-py3-none-any.whl", hash = "sha256:4d0b53093fdfb4b21c92b5213dba5a1b23885afa8383709427046b21c366e5f2"},
+ {file = "babel-2.17.0.tar.gz", hash = "sha256:0c54cffb19f690cdcc52a3b50bcbf71e07a808d1c80d549f2459b9d2cf0afb9d"},
+]
[package.dependencies]
-colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""}
-GitPython = ">=1.0.1"
-PyYAML = ">=5.3.1"
-six = ">=1.10.0"
-stevedore = ">=1.20.0"
+pytz = {version = ">=2015.7", markers = "python_version < \"3.9\""}
+
+[package.extras]
+dev = ["backports.zoneinfo", "freezegun (>=1.0,<2.0)", "jinja2 (>=3.0)", "pytest (>=6.0)", "pytest-cov", "pytz", "setuptools", "tzdata"]
[[package]]
-name = "black"
-version = "20.8b1"
-description = "The uncompromising code formatter."
-category = "dev"
+name = "bcrypt"
+version = "4.3.0"
+description = "Modern password hashing for your software and your servers"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "bcrypt-4.3.0-cp313-cp313t-macosx_10_12_universal2.whl", hash = "sha256:f01e060f14b6b57bbb72fc5b4a83ac21c443c9a2ee708e04a10e9192f90a6281"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c5eeac541cefd0bb887a371ef73c62c3cd78535e4887b310626036a7c0a817bb"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59e1aa0e2cd871b08ca146ed08445038f42ff75968c7ae50d2fdd7860ade2180"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:0042b2e342e9ae3d2ed22727c1262f76cc4f345683b5c1715f0250cf4277294f"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74a8d21a09f5e025a9a23e7c0fd2c7fe8e7503e4d356c0a2c1486ba010619f09"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:0142b2cb84a009f8452c8c5a33ace5e3dfec4159e7735f5afe9a4d50a8ea722d"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_34_aarch64.whl", hash = "sha256:12fa6ce40cde3f0b899729dbd7d5e8811cb892d31b6f7d0334a1f37748b789fd"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-manylinux_2_34_x86_64.whl", hash = "sha256:5bd3cca1f2aa5dbcf39e2aa13dd094ea181f48959e1071265de49cc2b82525af"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:335a420cfd63fc5bc27308e929bee231c15c85cc4c496610ffb17923abf7f231"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:0e30e5e67aed0187a1764911af023043b4542e70a7461ad20e837e94d23e1d6c"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3b8d62290ebefd49ee0b3ce7500f5dbdcf13b81402c05f6dafab9a1e1b27212f"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:2ef6630e0ec01376f59a006dc72918b1bf436c3b571b80fa1968d775fa02fe7d"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-win32.whl", hash = "sha256:7a4be4cbf241afee43f1c3969b9103a41b40bcb3a3f467ab19f891d9bc4642e4"},
+ {file = "bcrypt-4.3.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5c1949bf259a388863ced887c7861da1df681cb2388645766c89fdfd9004c669"},
+ {file = "bcrypt-4.3.0-cp38-abi3-macosx_10_12_universal2.whl", hash = "sha256:f81b0ed2639568bf14749112298f9e4e2b28853dab50a8b357e31798686a036d"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:864f8f19adbe13b7de11ba15d85d4a428c7e2f344bac110f667676a0ff84924b"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e36506d001e93bffe59754397572f21bb5dc7c83f54454c990c74a468cd589e"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:842d08d75d9fe9fb94b18b071090220697f9f184d4547179b60734846461ed59"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:7c03296b85cb87db865d91da79bf63d5609284fc0cab9472fdd8367bbd830753"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:62f26585e8b219cdc909b6a0069efc5e4267e25d4a3770a364ac58024f62a761"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:beeefe437218a65322fbd0069eb437e7c98137e08f22c4660ac2dc795c31f8bb"},
+ {file = "bcrypt-4.3.0-cp38-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:97eea7408db3a5bcce4a55d13245ab3fa566e23b4c67cd227062bb49e26c585d"},
+ {file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:191354ebfe305e84f344c5964c7cd5f924a3bfc5d405c75ad07f232b6dffb49f"},
+ {file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:41261d64150858eeb5ff43c753c4b216991e0ae16614a308a15d909503617732"},
+ {file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:33752b1ba962ee793fa2b6321404bf20011fe45b9afd2a842139de3011898fef"},
+ {file = "bcrypt-4.3.0-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:50e6e80a4bfd23a25f5c05b90167c19030cf9f87930f7cb2eacb99f45d1c3304"},
+ {file = "bcrypt-4.3.0-cp38-abi3-win32.whl", hash = "sha256:67a561c4d9fb9465ec866177e7aebcad08fe23aaf6fbd692a6fab69088abfc51"},
+ {file = "bcrypt-4.3.0-cp38-abi3-win_amd64.whl", hash = "sha256:584027857bc2843772114717a7490a37f68da563b3620f78a849bcb54dc11e62"},
+ {file = "bcrypt-4.3.0-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:0d3efb1157edebfd9128e4e46e2ac1a64e0c1fe46fb023158a407c7892b0f8c3"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08bacc884fd302b611226c01014eca277d48f0a05187666bca23aac0dad6fe24"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6746e6fec103fcd509b96bacdfdaa2fbde9a553245dbada284435173a6f1aef"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:afe327968aaf13fc143a56a3360cb27d4ad0345e34da12c7290f1b00b8fe9a8b"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d9af79d322e735b1fc33404b5765108ae0ff232d4b54666d46730f8ac1a43676"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f1e3ffa1365e8702dc48c8b360fef8d7afeca482809c5e45e653af82ccd088c1"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:3004df1b323d10021fda07a813fd33e0fd57bef0e9a480bb143877f6cba996fe"},
+ {file = "bcrypt-4.3.0-cp39-abi3-manylinux_2_34_x86_64.whl", hash = "sha256:531457e5c839d8caea9b589a1bcfe3756b0547d7814e9ce3d437f17da75c32b0"},
+ {file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:17a854d9a7a476a89dcef6c8bd119ad23e0f82557afbd2c442777a16408e614f"},
+ {file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:6fb1fd3ab08c0cbc6826a2e0447610c6f09e983a281b919ed721ad32236b8b23"},
+ {file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:e965a9c1e9a393b8005031ff52583cedc15b7884fce7deb8b0346388837d6cfe"},
+ {file = "bcrypt-4.3.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:79e70b8342a33b52b55d93b3a59223a844962bef479f6a0ea318ebbcadf71505"},
+ {file = "bcrypt-4.3.0-cp39-abi3-win32.whl", hash = "sha256:b4d4e57f0a63fd0b358eb765063ff661328f69a04494427265950c71b992a39a"},
+ {file = "bcrypt-4.3.0-cp39-abi3-win_amd64.whl", hash = "sha256:e53e074b120f2877a35cc6c736b8eb161377caae8925c17688bd46ba56daaa5b"},
+ {file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:c950d682f0952bafcceaf709761da0a32a942272fad381081b51096ffa46cea1"},
+ {file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:107d53b5c67e0bbc3f03ebf5b030e0403d24dda980f8e244795335ba7b4a027d"},
+ {file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:b693dbb82b3c27a1604a3dff5bfc5418a7e6a781bb795288141e5f80cf3a3492"},
+ {file = "bcrypt-4.3.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:b6354d3760fcd31994a14c89659dee887f1351a06e5dac3c1142307172a79f90"},
+ {file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:a839320bf27d474e52ef8cb16449bb2ce0ba03ca9f44daba6d93fa1d8828e48a"},
+ {file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:bdc6a24e754a555d7316fa4774e64c6c3997d27ed2d1964d55920c7c227bc4ce"},
+ {file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:55a935b8e9a1d2def0626c4269db3fcd26728cbff1e84f0341465c31c4ee56d8"},
+ {file = "bcrypt-4.3.0-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:57967b7a28d855313a963aaea51bf6df89f833db4320da458e5b3c5ab6d4c938"},
+ {file = "bcrypt-4.3.0.tar.gz", hash = "sha256:3a3fd2204178b6d2adcf09cb4f6426ffef54762577a7c9b54c159008cb288c18"},
+]
+
+[package.extras]
+tests = ["pytest (>=3.2.1,!=3.3.0)"]
+typecheck = ["mypy"]
+
+[[package]]
+name = "certifi"
+version = "2025.7.14"
+description = "Python package for providing Mozilla's CA Bundle."
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.7"
+files = [
+ {file = "certifi-2025.7.14-py3-none-any.whl", hash = "sha256:6b31f564a415d79ee77df69d757bb49a5bb53bd9f756cbbe24394ffd6fc1f4b2"},
+ {file = "certifi-2025.7.14.tar.gz", hash = "sha256:8ea99dbdfaaf2ba2f9bac77b9249ef62ec5218e7c2b2e903378ed5fccf765995"},
+]
+
+[[package]]
+name = "cffi"
+version = "1.17.1"
+description = "Foreign Function Interface for Python calling C code."
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14"},
+ {file = "cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67"},
+ {file = "cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382"},
+ {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702"},
+ {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3"},
+ {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6"},
+ {file = "cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17"},
+ {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8"},
+ {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e"},
+ {file = "cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be"},
+ {file = "cffi-1.17.1-cp310-cp310-win32.whl", hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c"},
+ {file = "cffi-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15"},
+ {file = "cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401"},
+ {file = "cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf"},
+ {file = "cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4"},
+ {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41"},
+ {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1"},
+ {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6"},
+ {file = "cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d"},
+ {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6"},
+ {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f"},
+ {file = "cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b"},
+ {file = "cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655"},
+ {file = "cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0"},
+ {file = "cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4"},
+ {file = "cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c"},
+ {file = "cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36"},
+ {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5"},
+ {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff"},
+ {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99"},
+ {file = "cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93"},
+ {file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3"},
+ {file = "cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8"},
+ {file = "cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65"},
+ {file = "cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903"},
+ {file = "cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e"},
+ {file = "cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2"},
+ {file = "cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3"},
+ {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683"},
+ {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5"},
+ {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4"},
+ {file = "cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd"},
+ {file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed"},
+ {file = "cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9"},
+ {file = "cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d"},
+ {file = "cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a"},
+ {file = "cffi-1.17.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:636062ea65bd0195bc012fea9321aca499c0504409f413dc88af450b57ffd03b"},
+ {file = "cffi-1.17.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c7eac2ef9b63c79431bc4b25f1cd649d7f061a28808cbc6c47b534bd789ef964"},
+ {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e221cf152cff04059d011ee126477f0d9588303eb57e88923578ace7baad17f9"},
+ {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:31000ec67d4221a71bd3f67df918b1f88f676f1c3b535a7eb473255fdc0b83fc"},
+ {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:6f17be4345073b0a7b8ea599688f692ac3ef23ce28e5df79c04de519dbc4912c"},
+ {file = "cffi-1.17.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e2b1fac190ae3ebfe37b979cc1ce69c81f4e4fe5746bb401dca63a9062cdaf1"},
+ {file = "cffi-1.17.1-cp38-cp38-win32.whl", hash = "sha256:7596d6620d3fa590f677e9ee430df2958d2d6d6de2feeae5b20e82c00b76fbf8"},
+ {file = "cffi-1.17.1-cp38-cp38-win_amd64.whl", hash = "sha256:78122be759c3f8a014ce010908ae03364d00a1f81ab5c7f4a7a5120607ea56e1"},
+ {file = "cffi-1.17.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b2ab587605f4ba0bf81dc0cb08a41bd1c0a5906bd59243d56bad7668a6fc6c16"},
+ {file = "cffi-1.17.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:28b16024becceed8c6dfbc75629e27788d8a3f9030691a1dbf9821a128b22c36"},
+ {file = "cffi-1.17.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d599671f396c4723d016dbddb72fe8e0397082b0a77a4fab8028923bec050e8"},
+ {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca74b8dbe6e8e8263c0ffd60277de77dcee6c837a3d0881d8c1ead7268c9e576"},
+ {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f7f5baafcc48261359e14bcd6d9bff6d4b28d9103847c9e136694cb0501aef87"},
+ {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98e3969bcff97cae1b2def8ba499ea3d6f31ddfdb7635374834cf89a1a08ecf0"},
+ {file = "cffi-1.17.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cdf5ce3acdfd1661132f2a9c19cac174758dc2352bfe37d98aa7512c6b7178b3"},
+ {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:9755e4345d1ec879e3849e62222a18c7174d65a6a92d5b346b1863912168b595"},
+ {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:f1e22e8c4419538cb197e4dd60acc919d7696e5ef98ee4da4e01d3f8cfa4cc5a"},
+ {file = "cffi-1.17.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:c03e868a0b3bc35839ba98e74211ed2b05d2119be4e8a0f224fba9384f1fe02e"},
+ {file = "cffi-1.17.1-cp39-cp39-win32.whl", hash = "sha256:e31ae45bc2e29f6b2abd0de1cc3b9d5205aa847cafaecb8af1476a609a2f6eb7"},
+ {file = "cffi-1.17.1-cp39-cp39-win_amd64.whl", hash = "sha256:d016c76bdd850f3c626af19b0542c9677ba156e4ee4fccfdd7848803533ef662"},
+ {file = "cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824"},
+]
[package.dependencies]
-appdirs = "*"
-click = ">=7.1.2"
-dataclasses = {version = ">=0.6", markers = "python_version < \"3.7\""}
-mypy-extensions = ">=0.4.3"
-pathspec = ">=0.6,<1"
-regex = ">=2020.1.8"
-toml = ">=0.10.1"
-typed-ast = ">=1.4.0"
-typing-extensions = ">=3.7.4"
+pycparser = "*"
-[package.extras]
-colorama = ["colorama (>=0.4.3)"]
-d = ["aiohttp (>=3.3.2)", "aiohttp-cors"]
+[[package]]
+name = "charset-normalizer"
+version = "3.4.2"
+description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
+optional = false
+python-versions = ">=3.7"
+files = [
+ {file = "charset_normalizer-3.4.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7c48ed483eb946e6c04ccbe02c6b4d1d48e51944b6db70f697e089c193404941"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2d318c11350e10662026ad0eb71bb51c7812fc8590825304ae0bdd4ac283acd"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9cbfacf36cb0ec2897ce0ebc5d08ca44213af24265bd56eca54bee7923c48fd6"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:18dd2e350387c87dabe711b86f83c9c78af772c748904d372ade190b5c7c9d4d"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8075c35cd58273fee266c58c0c9b670947c19df5fb98e7b66710e04ad4e9ff86"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5bf4545e3b962767e5c06fe1738f951f77d27967cb2caa64c28be7c4563e162c"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:7a6ab32f7210554a96cd9e33abe3ddd86732beeafc7a28e9955cdf22ffadbab0"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:b33de11b92e9f75a2b545d6e9b6f37e398d86c3e9e9653c4864eb7e89c5773ef"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:8755483f3c00d6c9a77f490c17e6ab0c8729e39e6390328e42521ef175380ae6"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:68a328e5f55ec37c57f19ebb1fdc56a248db2e3e9ad769919a58672958e8f366"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:21b2899062867b0e1fde9b724f8aecb1af14f2778d69aacd1a5a1853a597a5db"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-win32.whl", hash = "sha256:e8082b26888e2f8b36a042a58307d5b917ef2b1cacab921ad3323ef91901c71a"},
+ {file = "charset_normalizer-3.4.2-cp310-cp310-win_amd64.whl", hash = "sha256:f69a27e45c43520f5487f27627059b64aaf160415589230992cec34c5e18a509"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:be1e352acbe3c78727a16a455126d9ff83ea2dfdcbc83148d2982305a04714c2"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa88ca0b1932e93f2d961bf3addbb2db902198dca337d88c89e1559e066e7645"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d524ba3f1581b35c03cb42beebab4a13e6cdad7b36246bd22541fa585a56cccd"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28a1005facc94196e1fb3e82a3d442a9d9110b8434fc1ded7a24a2983c9888d8"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fdb20a30fe1175ecabed17cbf7812f7b804b8a315a25f24678bcdf120a90077f"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f5d9ed7f254402c9e7d35d2f5972c9bbea9040e99cd2861bd77dc68263277c7"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:efd387a49825780ff861998cd959767800d54f8308936b21025326de4b5a42b9"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f0aa37f3c979cf2546b73e8222bbfa3dc07a641585340179d768068e3455e544"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:e70e990b2137b29dc5564715de1e12701815dacc1d056308e2b17e9095372a82"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:0c8c57f84ccfc871a48a47321cfa49ae1df56cd1d965a09abe84066f6853b9c0"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:6b66f92b17849b85cad91259efc341dce9c1af48e2173bf38a85c6329f1033e5"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-win32.whl", hash = "sha256:daac4765328a919a805fa5e2720f3e94767abd632ae410a9062dff5412bae65a"},
+ {file = "charset_normalizer-3.4.2-cp311-cp311-win_amd64.whl", hash = "sha256:e53efc7c7cee4c1e70661e2e112ca46a575f90ed9ae3fef200f2a25e954f4b28"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:0c29de6a1a95f24b9a1aa7aefd27d2487263f00dfd55a77719b530788f75cff7"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cddf7bd982eaa998934a91f69d182aec997c6c468898efe6679af88283b498d3"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fcbe676a55d7445b22c10967bceaaf0ee69407fbe0ece4d032b6eb8d4565982a"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d41c4d287cfc69060fa91cae9683eacffad989f1a10811995fa309df656ec214"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e594135de17ab3866138f496755f302b72157d115086d100c3f19370839dd3a"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cf713fe9a71ef6fd5adf7a79670135081cd4431c2943864757f0fa3a65b1fafd"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:a370b3e078e418187da8c3674eddb9d983ec09445c99a3a263c2011993522981"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a955b438e62efdf7e0b7b52a64dc5c3396e2634baa62471768a64bc2adb73d5c"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:7222ffd5e4de8e57e03ce2cef95a4c43c98fcb72ad86909abdfc2c17d227fc1b"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:bee093bf902e1d8fc0ac143c88902c3dfc8941f7ea1d6a8dd2bcb786d33db03d"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:dedb8adb91d11846ee08bec4c8236c8549ac721c245678282dcb06b221aab59f"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-win32.whl", hash = "sha256:db4c7bf0e07fc3b7d89ac2a5880a6a8062056801b83ff56d8464b70f65482b6c"},
+ {file = "charset_normalizer-3.4.2-cp312-cp312-win_amd64.whl", hash = "sha256:5a9979887252a82fefd3d3ed2a8e3b937a7a809f65dcb1e068b090e165bbe99e"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:926ca93accd5d36ccdabd803392ddc3e03e6d4cd1cf17deff3b989ab8e9dbcf0"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eba9904b0f38a143592d9fc0e19e2df0fa2e41c3c3745554761c5f6447eedabf"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3fddb7e2c84ac87ac3a947cb4e66d143ca5863ef48e4a5ecb83bd48619e4634e"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98f862da73774290f251b9df8d11161b6cf25b599a66baf087c1ffe340e9bfd1"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c9379d65defcab82d07b2a9dfbfc2e95bc8fe0ebb1b176a3190230a3ef0e07c"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e635b87f01ebc977342e2697d05b56632f5f879a4f15955dfe8cef2448b51691"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1c95a1e2902a8b722868587c0e1184ad5c55631de5afc0eb96bc4b0d738092c0"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:ef8de666d6179b009dce7bcb2ad4c4a779f113f12caf8dc77f0162c29d20490b"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:32fc0341d72e0f73f80acb0a2c94216bd704f4f0bce10aedea38f30502b271ff"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:289200a18fa698949d2b39c671c2cc7a24d44096784e76614899a7ccf2574b7b"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4a476b06fbcf359ad25d34a057b7219281286ae2477cc5ff5e3f70a246971148"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-win32.whl", hash = "sha256:aaeeb6a479c7667fbe1099af9617c83aaca22182d6cf8c53966491a0f1b7ffb7"},
+ {file = "charset_normalizer-3.4.2-cp313-cp313-win_amd64.whl", hash = "sha256:aa6af9e7d59f9c12b33ae4e9450619cf2488e2bbe9b44030905877f0b2324980"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cad5f45b3146325bb38d6855642f6fd609c3f7cad4dbaf75549bf3b904d3184"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b2680962a4848b3c4f155dc2ee64505a9c57186d0d56b43123b17ca3de18f0fa"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:36b31da18b8890a76ec181c3cf44326bf2c48e36d393ca1b72b3f484113ea344"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f4074c5a429281bf056ddd4c5d3b740ebca4d43ffffe2ef4bf4d2d05114299da"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c9e36a97bee9b86ef9a1cf7bb96747eb7a15c2f22bdb5b516434b00f2a599f02"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_aarch64.whl", hash = "sha256:1b1bde144d98e446b056ef98e59c256e9294f6b74d7af6846bf5ffdafd687a7d"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_i686.whl", hash = "sha256:915f3849a011c1f593ab99092f3cecfcb4d65d8feb4a64cf1bf2d22074dc0ec4"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_ppc64le.whl", hash = "sha256:fb707f3e15060adf5b7ada797624a6c6e0138e2a26baa089df64c68ee98e040f"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_s390x.whl", hash = "sha256:25a23ea5c7edc53e0f29bae2c44fcb5a1aa10591aae107f2a2b2583a9c5cbc64"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-musllinux_1_2_x86_64.whl", hash = "sha256:770cab594ecf99ae64c236bc9ee3439c3f46be49796e265ce0cc8bc17b10294f"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-win32.whl", hash = "sha256:6a0289e4589e8bdfef02a80478f1dfcb14f0ab696b5a00e1f4b8a14a307a3c58"},
+ {file = "charset_normalizer-3.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6fc1f5b51fa4cecaa18f2bd7a003f3dd039dd615cd69a2afd6d3b19aed6775f2"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:76af085e67e56c8816c3ccf256ebd136def2ed9654525348cfa744b6802b69eb"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e45ba65510e2647721e35323d6ef54c7974959f6081b58d4ef5d87c60c84919a"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:046595208aae0120559a67693ecc65dd75d46f7bf687f159127046628178dc45"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:75d10d37a47afee94919c4fab4c22b9bc2a8bf7d4f46f87363bcf0573f3ff4f5"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6333b3aa5a12c26b2a4d4e7335a28f1475e0e5e17d69d55141ee3cab736f66d1"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8323a9b031aa0393768b87f04b4164a40037fb2a3c11ac06a03ffecd3618027"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:24498ba8ed6c2e0b56d4acbf83f2d989720a93b41d712ebd4f4979660db4417b"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:844da2b5728b5ce0e32d863af26f32b5ce61bc4273a9c720a9f3aa9df73b1455"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:65c981bdbd3f57670af8b59777cbfae75364b483fa8a9f420f08094531d54a01"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:3c21d4fca343c805a52c0c78edc01e3477f6dd1ad7c47653241cf2a206d4fc58"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:dc7039885fa1baf9be153a0626e337aa7ec8bf96b0128605fb0d77788ddc1681"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-win32.whl", hash = "sha256:8272b73e1c5603666618805fe821edba66892e2870058c94c53147602eab29c7"},
+ {file = "charset_normalizer-3.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:70f7172939fdf8790425ba31915bfbe8335030f05b9913d7ae00a87d4395620a"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:005fa3432484527f9732ebd315da8da8001593e2cf46a3d817669f062c3d9ed4"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e92fca20c46e9f5e1bb485887d074918b13543b1c2a1185e69bb8d17ab6236a7"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:50bf98d5e563b83cc29471fa114366e6806bc06bc7a25fd59641e41445327836"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:721c76e84fe669be19c5791da68232ca2e05ba5185575086e384352e2c309597"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:82d8fd25b7f4675d0c47cf95b594d4e7b158aca33b76aa63d07186e13c0e0ab7"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b3daeac64d5b371dea99714f08ffc2c208522ec6b06fbc7866a450dd446f5c0f"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:dccab8d5fa1ef9bfba0590ecf4d46df048d18ffe3eec01eeb73a42e0d9e7a8ba"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:aaf27faa992bfee0264dc1f03f4c75e9fcdda66a519db6b957a3f826e285cf12"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:eb30abc20df9ab0814b5a2524f23d75dcf83cde762c161917a2b4b7b55b1e518"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:c72fbbe68c6f32f251bdc08b8611c7b3060612236e960ef848e0a517ddbe76c5"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:982bb1e8b4ffda883b3d0a521e23abcd6fd17418f6d2c4118d257a10199c0ce3"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-win32.whl", hash = "sha256:43e0933a0eff183ee85833f341ec567c0980dae57c464d8a508e1b2ceb336471"},
+ {file = "charset_normalizer-3.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:d11b54acf878eef558599658b0ffca78138c8c3655cf4f3a4a673c437e67732e"},
+ {file = "charset_normalizer-3.4.2-py3-none-any.whl", hash = "sha256:7f56930ab0abd1c45cd15be65cc741c28b1c9a34876ce8c17a2fa107810c0af0"},
+ {file = "charset_normalizer-3.4.2.tar.gz", hash = "sha256:5baececa9ecba31eff645232d59845c07aa030f0c81ee70184a90d35099a0e63"},
+]
[[package]]
name = "click"
-version = "7.1.2"
+version = "8.1.8"
description = "Composable command line interface toolkit"
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+python-versions = ">=3.7"
+files = [
+ {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"},
+ {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"},
+]
+
+[package.dependencies]
+colorama = {version = "*", markers = "platform_system == \"Windows\""}
[[package]]
name = "colorama"
-version = "0.4.4"
+version = "0.4.6"
description = "Cross-platform colored terminal text."
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
+files = [
+ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"},
+ {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"},
+]
[[package]]
name = "coverage"
-version = "5.5"
+version = "7.6.1"
description = "Code coverage measurement for Python"
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
+python-versions = ">=3.8"
+files = [
+ {file = "coverage-7.6.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b06079abebbc0e89e6163b8e8f0e16270124c154dc6e4a47b413dd538859af16"},
+ {file = "coverage-7.6.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:cf4b19715bccd7ee27b6b120e7e9dd56037b9c0681dcc1adc9ba9db3d417fa36"},
+ {file = "coverage-7.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61c0abb4c85b095a784ef23fdd4aede7a2628478e7baba7c5e3deba61070a02"},
+ {file = "coverage-7.6.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fd21f6ae3f08b41004dfb433fa895d858f3f5979e7762d052b12aef444e29afc"},
+ {file = "coverage-7.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8f59d57baca39b32db42b83b2a7ba6f47ad9c394ec2076b084c3f029b7afca23"},
+ {file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a1ac0ae2b8bd743b88ed0502544847c3053d7171a3cff9228af618a068ed9c34"},
+ {file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e6a08c0be454c3b3beb105c0596ebdc2371fab6bb90c0c0297f4e58fd7e1012c"},
+ {file = "coverage-7.6.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f5796e664fe802da4f57a168c85359a8fbf3eab5e55cd4e4569fbacecc903959"},
+ {file = "coverage-7.6.1-cp310-cp310-win32.whl", hash = "sha256:7bb65125fcbef8d989fa1dd0e8a060999497629ca5b0efbca209588a73356232"},
+ {file = "coverage-7.6.1-cp310-cp310-win_amd64.whl", hash = "sha256:3115a95daa9bdba70aea750db7b96b37259a81a709223c8448fa97727d546fe0"},
+ {file = "coverage-7.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:7dea0889685db8550f839fa202744652e87c60015029ce3f60e006f8c4462c93"},
+ {file = "coverage-7.6.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ed37bd3c3b063412f7620464a9ac1314d33100329f39799255fb8d3027da50d3"},
+ {file = "coverage-7.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d85f5e9a5f8b73e2350097c3756ef7e785f55bd71205defa0bfdaf96c31616ff"},
+ {file = "coverage-7.6.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9bc572be474cafb617672c43fe989d6e48d3c83af02ce8de73fff1c6bb3c198d"},
+ {file = "coverage-7.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0c0420b573964c760df9e9e86d1a9a622d0d27f417e1a949a8a66dd7bcee7bc6"},
+ {file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1f4aa8219db826ce6be7099d559f8ec311549bfc4046f7f9fe9b5cea5c581c56"},
+ {file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:fc5a77d0c516700ebad189b587de289a20a78324bc54baee03dd486f0855d234"},
+ {file = "coverage-7.6.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b48f312cca9621272ae49008c7f613337c53fadca647d6384cc129d2996d1133"},
+ {file = "coverage-7.6.1-cp311-cp311-win32.whl", hash = "sha256:1125ca0e5fd475cbbba3bb67ae20bd2c23a98fac4e32412883f9bcbaa81c314c"},
+ {file = "coverage-7.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:8ae539519c4c040c5ffd0632784e21b2f03fc1340752af711f33e5be83a9d6c6"},
+ {file = "coverage-7.6.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:95cae0efeb032af8458fc27d191f85d1717b1d4e49f7cb226cf526ff28179778"},
+ {file = "coverage-7.6.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5621a9175cf9d0b0c84c2ef2b12e9f5f5071357c4d2ea6ca1cf01814f45d2391"},
+ {file = "coverage-7.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:260933720fdcd75340e7dbe9060655aff3af1f0c5d20f46b57f262ab6c86a5e8"},
+ {file = "coverage-7.6.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07e2ca0ad381b91350c0ed49d52699b625aab2b44b65e1b4e02fa9df0e92ad2d"},
+ {file = "coverage-7.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c44fee9975f04b33331cb8eb272827111efc8930cfd582e0320613263ca849ca"},
+ {file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:877abb17e6339d96bf08e7a622d05095e72b71f8afd8a9fefc82cf30ed944163"},
+ {file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3e0cadcf6733c09154b461f1ca72d5416635e5e4ec4e536192180d34ec160f8a"},
+ {file = "coverage-7.6.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c3c02d12f837d9683e5ab2f3d9844dc57655b92c74e286c262e0fc54213c216d"},
+ {file = "coverage-7.6.1-cp312-cp312-win32.whl", hash = "sha256:e05882b70b87a18d937ca6768ff33cc3f72847cbc4de4491c8e73880766718e5"},
+ {file = "coverage-7.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:b5d7b556859dd85f3a541db6a4e0167b86e7273e1cdc973e5b175166bb634fdb"},
+ {file = "coverage-7.6.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a4acd025ecc06185ba2b801f2de85546e0b8ac787cf9d3b06e7e2a69f925b106"},
+ {file = "coverage-7.6.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a6d3adcf24b624a7b778533480e32434a39ad8fa30c315208f6d3e5542aeb6e9"},
+ {file = "coverage-7.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d0c212c49b6c10e6951362f7c6df3329f04c2b1c28499563d4035d964ab8e08c"},
+ {file = "coverage-7.6.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e81d7a3e58882450ec4186ca59a3f20a5d4440f25b1cff6f0902ad890e6748a"},
+ {file = "coverage-7.6.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:78b260de9790fd81e69401c2dc8b17da47c8038176a79092a89cb2b7d945d060"},
+ {file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a78d169acd38300060b28d600344a803628c3fd585c912cacc9ea8790fe96862"},
+ {file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2c09f4ce52cb99dd7505cd0fc8e0e37c77b87f46bc9c1eb03fe3bc9991085388"},
+ {file = "coverage-7.6.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6878ef48d4227aace338d88c48738a4258213cd7b74fd9a3d4d7582bb1d8a155"},
+ {file = "coverage-7.6.1-cp313-cp313-win32.whl", hash = "sha256:44df346d5215a8c0e360307d46ffaabe0f5d3502c8a1cefd700b34baf31d411a"},
+ {file = "coverage-7.6.1-cp313-cp313-win_amd64.whl", hash = "sha256:8284cf8c0dd272a247bc154eb6c95548722dce90d098c17a883ed36e67cdb129"},
+ {file = "coverage-7.6.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:d3296782ca4eab572a1a4eca686d8bfb00226300dcefdf43faa25b5242ab8a3e"},
+ {file = "coverage-7.6.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:502753043567491d3ff6d08629270127e0c31d4184c4c8d98f92c26f65019962"},
+ {file = "coverage-7.6.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6a89ecca80709d4076b95f89f308544ec8f7b4727e8a547913a35f16717856cb"},
+ {file = "coverage-7.6.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a318d68e92e80af8b00fa99609796fdbcdfef3629c77c6283566c6f02c6d6704"},
+ {file = "coverage-7.6.1-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13b0a73a0896988f053e4fbb7de6d93388e6dd292b0d87ee51d106f2c11b465b"},
+ {file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4421712dbfc5562150f7554f13dde997a2e932a6b5f352edcce948a815efee6f"},
+ {file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:166811d20dfea725e2e4baa71fffd6c968a958577848d2131f39b60043400223"},
+ {file = "coverage-7.6.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:225667980479a17db1048cb2bf8bfb39b8e5be8f164b8f6628b64f78a72cf9d3"},
+ {file = "coverage-7.6.1-cp313-cp313t-win32.whl", hash = "sha256:170d444ab405852903b7d04ea9ae9b98f98ab6d7e63e1115e82620807519797f"},
+ {file = "coverage-7.6.1-cp313-cp313t-win_amd64.whl", hash = "sha256:b9f222de8cded79c49bf184bdbc06630d4c58eec9459b939b4a690c82ed05657"},
+ {file = "coverage-7.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6db04803b6c7291985a761004e9060b2bca08da6d04f26a7f2294b8623a0c1a0"},
+ {file = "coverage-7.6.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f1adfc8ac319e1a348af294106bc6a8458a0f1633cc62a1446aebc30c5fa186a"},
+ {file = "coverage-7.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a95324a9de9650a729239daea117df21f4b9868ce32e63f8b650ebe6cef5595b"},
+ {file = "coverage-7.6.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b43c03669dc4618ec25270b06ecd3ee4fa94c7f9b3c14bae6571ca00ef98b0d3"},
+ {file = "coverage-7.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8929543a7192c13d177b770008bc4e8119f2e1f881d563fc6b6305d2d0ebe9de"},
+ {file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:a09ece4a69cf399510c8ab25e0950d9cf2b42f7b3cb0374f95d2e2ff594478a6"},
+ {file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:9054a0754de38d9dbd01a46621636689124d666bad1936d76c0341f7d71bf569"},
+ {file = "coverage-7.6.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:0dbde0f4aa9a16fa4d754356a8f2e36296ff4d83994b2c9d8398aa32f222f989"},
+ {file = "coverage-7.6.1-cp38-cp38-win32.whl", hash = "sha256:da511e6ad4f7323ee5702e6633085fb76c2f893aaf8ce4c51a0ba4fc07580ea7"},
+ {file = "coverage-7.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:3f1156e3e8f2872197af3840d8ad307a9dd18e615dc64d9ee41696f287c57ad8"},
+ {file = "coverage-7.6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:abd5fd0db5f4dc9289408aaf34908072f805ff7792632250dcb36dc591d24255"},
+ {file = "coverage-7.6.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:547f45fa1a93154bd82050a7f3cddbc1a7a4dd2a9bf5cb7d06f4ae29fe94eaf8"},
+ {file = "coverage-7.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:645786266c8f18a931b65bfcefdbf6952dd0dea98feee39bd188607a9d307ed2"},
+ {file = "coverage-7.6.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9e0b2df163b8ed01d515807af24f63de04bebcecbd6c3bfeff88385789fdf75a"},
+ {file = "coverage-7.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:609b06f178fe8e9f89ef676532760ec0b4deea15e9969bf754b37f7c40326dbc"},
+ {file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:702855feff378050ae4f741045e19a32d57d19f3e0676d589df0575008ea5004"},
+ {file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:2bdb062ea438f22d99cba0d7829c2ef0af1d768d1e4a4f528087224c90b132cb"},
+ {file = "coverage-7.6.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:9c56863d44bd1c4fe2abb8a4d6f5371d197f1ac0ebdee542f07f35895fc07f36"},
+ {file = "coverage-7.6.1-cp39-cp39-win32.whl", hash = "sha256:6e2cd258d7d927d09493c8df1ce9174ad01b381d4729a9d8d4e38670ca24774c"},
+ {file = "coverage-7.6.1-cp39-cp39-win_amd64.whl", hash = "sha256:06a737c882bd26d0d6ee7269b20b12f14a8704807a01056c80bb881a4b2ce6ca"},
+ {file = "coverage-7.6.1-pp38.pp39.pp310-none-any.whl", hash = "sha256:e9a6e0eb86070e8ccaedfbd9d38fec54864f3125ab95419970575b42af7541df"},
+ {file = "coverage-7.6.1.tar.gz", hash = "sha256:953510dfb7b12ab69d20135a0662397f077c59b1e6379a768e97c59d852ee51d"},
+]
+
+[package.extras]
+toml = ["tomli"]
+
+[[package]]
+name = "cryptography"
+version = "43.0.3"
+description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
+optional = true
+python-versions = ">=3.7"
+files = [
+ {file = "cryptography-43.0.3-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:bf7a1932ac4176486eab36a19ed4c0492da5d97123f1406cf15e41b05e787d2e"},
+ {file = "cryptography-43.0.3-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:63efa177ff54aec6e1c0aefaa1a241232dcd37413835a9b674b6e3f0ae2bfd3e"},
+ {file = "cryptography-43.0.3-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e1ce50266f4f70bf41a2c6dc4358afadae90e2a1e5342d3c08883df1675374f"},
+ {file = "cryptography-43.0.3-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:443c4a81bb10daed9a8f334365fe52542771f25aedaf889fd323a853ce7377d6"},
+ {file = "cryptography-43.0.3-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:74f57f24754fe349223792466a709f8e0c093205ff0dca557af51072ff47ab18"},
+ {file = "cryptography-43.0.3-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:9762ea51a8fc2a88b70cf2995e5675b38d93bf36bd67d91721c309df184f49bd"},
+ {file = "cryptography-43.0.3-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:81ef806b1fef6b06dcebad789f988d3b37ccaee225695cf3e07648eee0fc6b73"},
+ {file = "cryptography-43.0.3-cp37-abi3-win32.whl", hash = "sha256:cbeb489927bd7af4aa98d4b261af9a5bc025bd87f0e3547e11584be9e9427be2"},
+ {file = "cryptography-43.0.3-cp37-abi3-win_amd64.whl", hash = "sha256:f46304d6f0c6ab8e52770addfa2fc41e6629495548862279641972b6215451cd"},
+ {file = "cryptography-43.0.3-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:8ac43ae87929a5982f5948ceda07001ee5e83227fd69cf55b109144938d96984"},
+ {file = "cryptography-43.0.3-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:846da004a5804145a5f441b8530b4bf35afbf7da70f82409f151695b127213d5"},
+ {file = "cryptography-43.0.3-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f996e7268af62598f2fc1204afa98a3b5712313a55c4c9d434aef49cadc91d4"},
+ {file = "cryptography-43.0.3-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:f7b178f11ed3664fd0e995a47ed2b5ff0a12d893e41dd0494f406d1cf555cab7"},
+ {file = "cryptography-43.0.3-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:c2e6fc39c4ab499049df3bdf567f768a723a5e8464816e8f009f121a5a9f4405"},
+ {file = "cryptography-43.0.3-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:e1be4655c7ef6e1bbe6b5d0403526601323420bcf414598955968c9ef3eb7d16"},
+ {file = "cryptography-43.0.3-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:df6b6c6d742395dd77a23ea3728ab62f98379eff8fb61be2744d4679ab678f73"},
+ {file = "cryptography-43.0.3-cp39-abi3-win32.whl", hash = "sha256:d56e96520b1020449bbace2b78b603442e7e378a9b3bd68de65c782db1507995"},
+ {file = "cryptography-43.0.3-cp39-abi3-win_amd64.whl", hash = "sha256:0c580952eef9bf68c4747774cde7ec1d85a6e61de97281f2dba83c7d2c806362"},
+ {file = "cryptography-43.0.3-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:d03b5621a135bffecad2c73e9f4deb1a0f977b9a8ffe6f8e002bf6c9d07b918c"},
+ {file = "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:a2a431ee15799d6db9fe80c82b055bae5a752bef645bba795e8e52687c69efe3"},
+ {file = "cryptography-43.0.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:281c945d0e28c92ca5e5930664c1cefd85efe80e5c0d2bc58dd63383fda29f83"},
+ {file = "cryptography-43.0.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f18c716be16bc1fea8e95def49edf46b82fccaa88587a45f8dc0ff6ab5d8e0a7"},
+ {file = "cryptography-43.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl", hash = "sha256:4a02ded6cd4f0a5562a8887df8b3bd14e822a90f97ac5e544c162899bc467664"},
+ {file = "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:53a583b6637ab4c4e3591a15bc9db855b8d9dee9a669b550f311480acab6eb08"},
+ {file = "cryptography-43.0.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:1ec0bcf7e17c0c5669d881b1cd38c4972fade441b27bda1051665faaa89bdcaa"},
+ {file = "cryptography-43.0.3-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:2ce6fae5bdad59577b44e4dfed356944fbf1d925269114c28be377692643b4ff"},
+ {file = "cryptography-43.0.3.tar.gz", hash = "sha256:315b9001266a492a6ff443b61238f956b214dbec9910a081ba5b6646a055a805"},
+]
+
+[package.dependencies]
+cffi = {version = ">=1.12", markers = "platform_python_implementation != \"PyPy\""}
[package.extras]
-toml = ["toml"]
+docs = ["sphinx (>=5.3.0)", "sphinx-rtd-theme (>=1.1.1)"]
+docstest = ["pyenchant (>=1.6.11)", "readme-renderer", "sphinxcontrib-spelling (>=4.0.1)"]
+nox = ["nox"]
+pep8test = ["check-sdist", "click", "mypy", "ruff"]
+sdist = ["build"]
+ssh = ["bcrypt (>=3.1.5)"]
+test = ["certifi", "cryptography-vectors (==43.0.3)", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-xdist"]
+test-randomorder = ["pytest-randomly"]
[[package]]
-name = "dataclasses"
-version = "0.8"
-description = "A backport of the dataclasses module for Python 3.6"
-category = "dev"
+name = "dill"
+version = "0.4.0"
+description = "serialize all of Python"
optional = false
-python-versions = ">=3.6, <3.7"
+python-versions = ">=3.8"
+files = [
+ {file = "dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049"},
+ {file = "dill-0.4.0.tar.gz", hash = "sha256:0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0"},
+]
+
+[package.extras]
+graph = ["objgraph (>=1.7.2)"]
+profile = ["gprof2dot (>=2022.7.29)"]
[[package]]
-name = "flake8"
-version = "3.9.0"
-description = "the modular source code checker: pep8 pyflakes and co"
-category = "dev"
+name = "exceptiongroup"
+version = "1.3.0"
+description = "Backport of PEP 654 (exception groups)"
optional = false
-python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7"
+python-versions = ">=3.7"
+files = [
+ {file = "exceptiongroup-1.3.0-py3-none-any.whl", hash = "sha256:4d111e6e0c13d0644cad6ddaa7ed0261a0b36971f6d23e7ec9b4b9097da78a10"},
+ {file = "exceptiongroup-1.3.0.tar.gz", hash = "sha256:b241f5885f560bc56a59ee63ca4c6a8bfa46ae4ad651af316d4e81817bb9fd88"},
+]
[package.dependencies]
-importlib-metadata = {version = "*", markers = "python_version < \"3.8\""}
-mccabe = ">=0.6.0,<0.7.0"
-pycodestyle = ">=2.7.0,<2.8.0"
-pyflakes = ">=2.3.0,<2.4.0"
+typing-extensions = {version = ">=4.6.0", markers = "python_version < \"3.13\""}
+
+[package.extras]
+test = ["pytest (>=6)"]
[[package]]
-name = "gitdb"
-version = "4.0.5"
-description = "Git Object Database"
-category = "dev"
+name = "future"
+version = "1.0.0"
+description = "Clean single-source support for Python 3 and 2"
+optional = true
+python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
+files = [
+ {file = "future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216"},
+ {file = "future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05"},
+]
+
+[[package]]
+name = "ghp-import"
+version = "2.1.0"
+description = "Copy your docs directly to the gh-pages branch."
optional = false
-python-versions = ">=3.4"
+python-versions = "*"
+files = [
+ {file = "ghp-import-2.1.0.tar.gz", hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343"},
+ {file = "ghp_import-2.1.0-py3-none-any.whl", hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619"},
+]
[package.dependencies]
-smmap = ">=3.0.1,<4"
+python-dateutil = ">=2.8.1"
+
+[package.extras]
+dev = ["flake8", "markdown", "twine", "wheel"]
[[package]]
-name = "gitpython"
-version = "3.1.14"
-description = "Python Git Library"
-category = "dev"
+name = "griffe"
+version = "1.1.1"
+description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
optional = false
-python-versions = ">=3.4"
+python-versions = ">=3.8"
+files = [
+ {file = "griffe-1.1.1-py3-none-any.whl", hash = "sha256:0c469411e8d671a545725f5c0851a746da8bd99d354a79fdc4abd45219252efb"},
+ {file = "griffe-1.1.1.tar.gz", hash = "sha256:faeb78764c0b2bd010719d6e015d07709b0f260258b5d4dd6c88343d9702aa30"},
+]
[package.dependencies]
-gitdb = ">=4.0.1,<5"
+astunparse = {version = ">=1.6", markers = "python_version < \"3.9\""}
+colorama = ">=0.4"
+
+[[package]]
+name = "idna"
+version = "3.10"
+description = "Internationalized Domain Names in Applications (IDNA)"
+optional = false
+python-versions = ">=3.6"
+files = [
+ {file = "idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3"},
+ {file = "idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9"},
+]
+
+[package.extras]
+all = ["flake8 (>=7.1.1)", "mypy (>=1.11.2)", "pytest (>=8.3.2)", "ruff (>=0.6.2)"]
[[package]]
name = "importlib-metadata"
-version = "3.7.3"
+version = "8.5.0"
description = "Read metadata from Python packages"
-category = "dev"
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.8"
+files = [
+ {file = "importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b"},
+ {file = "importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7"},
+]
+
+[package.dependencies]
+zipp = ">=3.20"
+
+[package.extras]
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
+cover = ["pytest-cov"]
+doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
+enabler = ["pytest-enabler (>=2.2)"]
+perf = ["ipython"]
+test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"]
+type = ["pytest-mypy"]
+
+[[package]]
+name = "importlib-resources"
+version = "6.4.5"
+description = "Read resources from Python packages"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "importlib_resources-6.4.5-py3-none-any.whl", hash = "sha256:ac29d5f956f01d5e4bb63102a5a19957f1b9175e45649977264a1416783bb717"},
+ {file = "importlib_resources-6.4.5.tar.gz", hash = "sha256:980862a1d16c9e147a59603677fa2aa5fd82b87f223b6cb870695bcfce830065"},
+]
[package.dependencies]
-typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""}
-zipp = ">=0.5"
+zipp = {version = ">=3.1.0", markers = "python_version < \"3.10\""}
[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
-testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"]
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
+cover = ["pytest-cov"]
+doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
+enabler = ["pytest-enabler (>=2.2)"]
+test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "zipp (>=3.17)"]
+type = ["pytest-mypy"]
[[package]]
name = "iniconfig"
-version = "1.1.1"
-description = "iniconfig: brain-dead simple config-ini parsing"
-category = "dev"
+version = "2.1.0"
+description = "brain-dead simple config-ini parsing"
optional = false
-python-versions = "*"
+python-versions = ">=3.8"
+files = [
+ {file = "iniconfig-2.1.0-py3-none-any.whl", hash = "sha256:9deba5723312380e77435581c6bf4935c94cbfab9b1ed33ef8d238ea168eb760"},
+ {file = "iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7"},
+]
[[package]]
name = "invoke"
-version = "1.5.0"
+version = "2.2.0"
description = "Pythonic task execution"
-category = "dev"
optional = false
-python-versions = "*"
+python-versions = ">=3.6"
+files = [
+ {file = "invoke-2.2.0-py3-none-any.whl", hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820"},
+ {file = "invoke-2.2.0.tar.gz", hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5"},
+]
[[package]]
name = "isort"
-version = "5.8.0"
+version = "5.13.2"
description = "A Python utility / library to sort Python imports."
-category = "dev"
optional = false
-python-versions = ">=3.6,<4.0"
+python-versions = ">=3.8.0"
+files = [
+ {file = "isort-5.13.2-py3-none-any.whl", hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6"},
+ {file = "isort-5.13.2.tar.gz", hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109"},
+]
[package.extras]
-pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
-requirements_deprecated_finder = ["pipreqs", "pip-api"]
-colors = ["colorama (>=0.4.3,<0.5.0)"]
+colors = ["colorama (>=0.4.6)"]
[[package]]
-name = "lazy-object-proxy"
-version = "1.5.2"
-description = "A fast and thorough lazy object proxy."
-category = "dev"
+name = "jinja2"
+version = "3.1.6"
+description = "A very fast and expressive template engine."
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+python-versions = ">=3.7"
+files = [
+ {file = "jinja2-3.1.6-py3-none-any.whl", hash = "sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67"},
+ {file = "jinja2-3.1.6.tar.gz", hash = "sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d"},
+]
+
+[package.dependencies]
+MarkupSafe = ">=2.0"
+
+[package.extras]
+i18n = ["Babel (>=2.7)"]
+
+[[package]]
+name = "jsonschema"
+version = "4.23.0"
+description = "An implementation of JSON Schema validation for Python"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566"},
+ {file = "jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4"},
+]
+
+[package.dependencies]
+attrs = ">=22.2.0"
+importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
+jsonschema-specifications = ">=2023.03.6"
+pkgutil-resolve-name = {version = ">=1.3.10", markers = "python_version < \"3.9\""}
+referencing = ">=0.28.4"
+rpds-py = ">=0.7.1"
+
+[package.extras]
+format = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3987", "uri-template", "webcolors (>=1.11)"]
+format-nongpl = ["fqdn", "idna", "isoduration", "jsonpointer (>1.13)", "rfc3339-validator", "rfc3986-validator (>0.1.0)", "uri-template", "webcolors (>=24.6.0)"]
+
+[[package]]
+name = "jsonschema-specifications"
+version = "2023.12.1"
+description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "jsonschema_specifications-2023.12.1-py3-none-any.whl", hash = "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c"},
+ {file = "jsonschema_specifications-2023.12.1.tar.gz", hash = "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc"},
+]
+
+[package.dependencies]
+importlib-resources = {version = ">=1.4.0", markers = "python_version < \"3.9\""}
+referencing = ">=0.31.0"
+
+[[package]]
+name = "junos-eznc"
+version = "2.7.1"
+description = "Junos 'EZ' automation for non-programmers"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "junos-eznc-2.7.1.tar.gz", hash = "sha256:371f0298bf03e0cb4c017c43f6f4122263584eda0d690d0112e93f13daae41ac"},
+ {file = "junos_eznc-2.7.1-py3-none-any.whl", hash = "sha256:8a7918faa8f0570341cac64c1210c1cd3e3542162d1e7449c3364f8d805716b2"},
+]
+
+[package.dependencies]
+jinja2 = ">=2.7.1"
+lxml = ">=3.2.4"
+ncclient = ">=0.6.15"
+pyparsing = "*"
+pyserial = "*"
+PyYAML = ">=5.1"
+scp = ">=0.7.0"
+six = "*"
+transitions = "*"
+yamlordereddictloader = "*"
+
+[[package]]
+name = "legacycrypt"
+version = "0.3"
+description = "Wrapper to the POSIX crypt library call and associated functionality."
+optional = true
+python-versions = ">=3.5"
+files = [
+ {file = "legacycrypt-0.3-py3-none-any.whl", hash = "sha256:b5e373506ccb442f8d715e29fa75f53a11bbec3ca0d7b63445f4dbb656555218"},
+ {file = "legacycrypt-0.3.tar.gz", hash = "sha256:e76e7fd25666a451428b20d5afbbecf3654565b2e11511b53226be955c4d2292"},
+]
+
+[[package]]
+name = "lxml"
+version = "6.0.0"
+description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "lxml-6.0.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:35bc626eec405f745199200ccb5c6b36f202675d204aa29bb52e27ba2b71dea8"},
+ {file = "lxml-6.0.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:246b40f8a4aec341cbbf52617cad8ab7c888d944bfe12a6abd2b1f6cfb6f6082"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:2793a627e95d119e9f1e19720730472f5543a6d84c50ea33313ce328d870f2dd"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:46b9ed911f36bfeb6338e0b482e7fe7c27d362c52fde29f221fddbc9ee2227e7"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2b4790b558bee331a933e08883c423f65bbcd07e278f91b2272489e31ab1e2b4"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e2030956cf4886b10be9a0285c6802e078ec2391e1dd7ff3eb509c2c95a69b76"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4d23854ecf381ab1facc8f353dcd9adeddef3652268ee75297c1164c987c11dc"},
+ {file = "lxml-6.0.0-cp310-cp310-manylinux_2_31_armv7l.whl", hash = "sha256:43fe5af2d590bf4691531b1d9a2495d7aab2090547eaacd224a3afec95706d76"},
+ {file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:74e748012f8c19b47f7d6321ac929a9a94ee92ef12bc4298c47e8b7219b26541"},
+ {file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:43cfbb7db02b30ad3926e8fceaef260ba2fb7df787e38fa2df890c1ca7966c3b"},
+ {file = "lxml-6.0.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:34190a1ec4f1e84af256495436b2d196529c3f2094f0af80202947567fdbf2e7"},
+ {file = "lxml-6.0.0-cp310-cp310-win32.whl", hash = "sha256:5967fe415b1920a3877a4195e9a2b779249630ee49ece22021c690320ff07452"},
+ {file = "lxml-6.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:f3389924581d9a770c6caa4df4e74b606180869043b9073e2cec324bad6e306e"},
+ {file = "lxml-6.0.0-cp310-cp310-win_arm64.whl", hash = "sha256:522fe7abb41309e9543b0d9b8b434f2b630c5fdaf6482bee642b34c8c70079c8"},
+ {file = "lxml-6.0.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:4ee56288d0df919e4aac43b539dd0e34bb55d6a12a6562038e8d6f3ed07f9e36"},
+ {file = "lxml-6.0.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b8dd6dd0e9c1992613ccda2bcb74fc9d49159dbe0f0ca4753f37527749885c25"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:d7ae472f74afcc47320238b5dbfd363aba111a525943c8a34a1b657c6be934c3"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:5592401cdf3dc682194727c1ddaa8aa0f3ddc57ca64fd03226a430b955eab6f6"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:58ffd35bd5425c3c3b9692d078bf7ab851441434531a7e517c4984d5634cd65b"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f720a14aa102a38907c6d5030e3d66b3b680c3e6f6bc95473931ea3c00c59967"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c2a5e8d207311a0170aca0eb6b160af91adc29ec121832e4ac151a57743a1e1e"},
+ {file = "lxml-6.0.0-cp311-cp311-manylinux_2_31_armv7l.whl", hash = "sha256:2dd1cc3ea7e60bfb31ff32cafe07e24839df573a5e7c2d33304082a5019bcd58"},
+ {file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2cfcf84f1defed7e5798ef4f88aa25fcc52d279be731ce904789aa7ccfb7e8d2"},
+ {file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:a52a4704811e2623b0324a18d41ad4b9fabf43ce5ff99b14e40a520e2190c851"},
+ {file = "lxml-6.0.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c16304bba98f48a28ae10e32a8e75c349dd742c45156f297e16eeb1ba9287a1f"},
+ {file = "lxml-6.0.0-cp311-cp311-win32.whl", hash = "sha256:f8d19565ae3eb956d84da3ef367aa7def14a2735d05bd275cd54c0301f0d0d6c"},
+ {file = "lxml-6.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:b2d71cdefda9424adff9a3607ba5bbfc60ee972d73c21c7e3c19e71037574816"},
+ {file = "lxml-6.0.0-cp311-cp311-win_arm64.whl", hash = "sha256:8a2e76efbf8772add72d002d67a4c3d0958638696f541734304c7f28217a9cab"},
+ {file = "lxml-6.0.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:78718d8454a6e928470d511bf8ac93f469283a45c354995f7d19e77292f26108"},
+ {file = "lxml-6.0.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:84ef591495ffd3f9dcabffd6391db7bb70d7230b5c35ef5148354a134f56f2be"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:2930aa001a3776c3e2601cb8e0a15d21b8270528d89cc308be4843ade546b9ab"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:219e0431ea8006e15005767f0351e3f7f9143e793e58519dc97fe9e07fae5563"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:bd5913b4972681ffc9718bc2d4c53cde39ef81415e1671ff93e9aa30b46595e7"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:390240baeb9f415a82eefc2e13285016f9c8b5ad71ec80574ae8fa9605093cd7"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d6e200909a119626744dd81bae409fc44134389e03fbf1d68ed2a55a2fb10991"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ca50bd612438258a91b5b3788c6621c1f05c8c478e7951899f492be42defc0da"},
+ {file = "lxml-6.0.0-cp312-cp312-manylinux_2_31_armv7l.whl", hash = "sha256:c24b8efd9c0f62bad0439283c2c795ef916c5a6b75f03c17799775c7ae3c0c9e"},
+ {file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:afd27d8629ae94c5d863e32ab0e1d5590371d296b87dae0a751fb22bf3685741"},
+ {file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:54c4855eabd9fc29707d30141be99e5cd1102e7d2258d2892314cf4c110726c3"},
+ {file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c907516d49f77f6cd8ead1322198bdfd902003c3c330c77a1c5f3cc32a0e4d16"},
+ {file = "lxml-6.0.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:36531f81c8214e293097cd2b7873f178997dae33d3667caaae8bdfb9666b76c0"},
+ {file = "lxml-6.0.0-cp312-cp312-win32.whl", hash = "sha256:690b20e3388a7ec98e899fd54c924e50ba6693874aa65ef9cb53de7f7de9d64a"},
+ {file = "lxml-6.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:310b719b695b3dd442cdfbbe64936b2f2e231bb91d998e99e6f0daf991a3eba3"},
+ {file = "lxml-6.0.0-cp312-cp312-win_arm64.whl", hash = "sha256:8cb26f51c82d77483cdcd2b4a53cda55bbee29b3c2f3ddeb47182a2a9064e4eb"},
+ {file = "lxml-6.0.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:6da7cd4f405fd7db56e51e96bff0865b9853ae70df0e6720624049da76bde2da"},
+ {file = "lxml-6.0.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:b34339898bb556a2351a1830f88f751679f343eabf9cf05841c95b165152c9e7"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:51a5e4c61a4541bd1cd3ba74766d0c9b6c12d6a1a4964ef60026832aac8e79b3"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d18a25b19ca7307045581b18b3ec9ead2b1db5ccd8719c291f0cd0a5cec6cb81"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d4f0c66df4386b75d2ab1e20a489f30dc7fd9a06a896d64980541506086be1f1"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9f4b481b6cc3a897adb4279216695150bbe7a44c03daba3c894f49d2037e0a24"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8a78d6c9168f5bcb20971bf3329c2b83078611fbe1f807baadc64afc70523b3a"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ae06fbab4f1bb7db4f7c8ca9897dc8db4447d1a2b9bee78474ad403437bcc29"},
+ {file = "lxml-6.0.0-cp313-cp313-manylinux_2_31_armv7l.whl", hash = "sha256:1fa377b827ca2023244a06554c6e7dc6828a10aaf74ca41965c5d8a4925aebb4"},
+ {file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:1676b56d48048a62ef77a250428d1f31f610763636e0784ba67a9740823988ca"},
+ {file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:0e32698462aacc5c1cf6bdfebc9c781821b7e74c79f13e5ffc8bfe27c42b1abf"},
+ {file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:4d6036c3a296707357efb375cfc24bb64cd955b9ec731abf11ebb1e40063949f"},
+ {file = "lxml-6.0.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7488a43033c958637b1a08cddc9188eb06d3ad36582cebc7d4815980b47e27ef"},
+ {file = "lxml-6.0.0-cp313-cp313-win32.whl", hash = "sha256:5fcd7d3b1d8ecb91445bd71b9c88bdbeae528fefee4f379895becfc72298d181"},
+ {file = "lxml-6.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:2f34687222b78fff795feeb799a7d44eca2477c3d9d3a46ce17d51a4f383e32e"},
+ {file = "lxml-6.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:21db1ec5525780fd07251636eb5f7acb84003e9382c72c18c542a87c416ade03"},
+ {file = "lxml-6.0.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:4eb114a0754fd00075c12648d991ec7a4357f9cb873042cc9a77bf3a7e30c9db"},
+ {file = "lxml-6.0.0-cp38-cp38-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:7da298e1659e45d151b4028ad5c7974917e108afb48731f4ed785d02b6818994"},
+ {file = "lxml-6.0.0-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:7bf61bc4345c1895221357af8f3e89f8c103d93156ef326532d35c707e2fb19d"},
+ {file = "lxml-6.0.0-cp38-cp38-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:63b634facdfbad421d4b61c90735688465d4ab3a8853ac22c76ccac2baf98d97"},
+ {file = "lxml-6.0.0-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:e380e85b93f148ad28ac15f8117e2fd8e5437aa7732d65e260134f83ce67911b"},
+ {file = "lxml-6.0.0-cp38-cp38-win32.whl", hash = "sha256:185efc2fed89cdd97552585c624d3c908f0464090f4b91f7d92f8ed2f3b18f54"},
+ {file = "lxml-6.0.0-cp38-cp38-win_amd64.whl", hash = "sha256:f97487996a39cb18278ca33f7be98198f278d0bc3c5d0fd4d7b3d63646ca3c8a"},
+ {file = "lxml-6.0.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:85b14a4689d5cff426c12eefe750738648706ea2753b20c2f973b2a000d3d261"},
+ {file = "lxml-6.0.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f64ccf593916e93b8d36ed55401bb7fe9c7d5de3180ce2e10b08f82a8f397316"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux2010_i686.manylinux2014_i686.manylinux_2_12_i686.manylinux_2_17_i686.whl", hash = "sha256:b372d10d17a701b0945f67be58fae4664fd056b85e0ff0fbc1e6c951cdbc0512"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:a674c0948789e9136d69065cc28009c1b1874c6ea340253db58be7622ce6398f"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:edf6e4c8fe14dfe316939711e3ece3f9a20760aabf686051b537a7562f4da91a"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:048a930eb4572829604982e39a0c7289ab5dc8abc7fc9f5aabd6fbc08c154e93"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c0b5fa5eda84057a4f1bbb4bb77a8c28ff20ae7ce211588d698ae453e13c6281"},
+ {file = "lxml-6.0.0-cp39-cp39-manylinux_2_31_armv7l.whl", hash = "sha256:c352fc8f36f7e9727db17adbf93f82499457b3d7e5511368569b4c5bd155a922"},
+ {file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:8db5dc617cb937ae17ff3403c3a70a7de9df4852a046f93e71edaec678f721d0"},
+ {file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_armv7l.whl", hash = "sha256:2181e4b1d07dde53986023482673c0f1fba5178ef800f9ab95ad791e8bdded6a"},
+ {file = "lxml-6.0.0-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:b3c98d5b24c6095e89e03d65d5c574705be3d49c0d8ca10c17a8a4b5201b72f5"},
+ {file = "lxml-6.0.0-cp39-cp39-win32.whl", hash = "sha256:04d67ceee6db4bcb92987ccb16e53bef6b42ced872509f333c04fb58a3315256"},
+ {file = "lxml-6.0.0-cp39-cp39-win_amd64.whl", hash = "sha256:e0b1520ef900e9ef62e392dd3d7ae4f5fa224d1dd62897a792cf353eb20b6cae"},
+ {file = "lxml-6.0.0-cp39-cp39-win_arm64.whl", hash = "sha256:e35e8aaaf3981489f42884b59726693de32dabfc438ac10ef4eb3409961fd402"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:dbdd7679a6f4f08152818043dbb39491d1af3332128b3752c3ec5cebc0011a72"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:40442e2a4456e9910875ac12951476d36c0870dcb38a68719f8c4686609897c4"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:db0efd6bae1c4730b9c863fc4f5f3c0fa3e8f05cae2c44ae141cb9dfc7d091dc"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9ab542c91f5a47aaa58abdd8ea84b498e8e49fe4b883d67800017757a3eb78e8"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:013090383863b72c62a702d07678b658fa2567aa58d373d963cca245b017e065"},
+ {file = "lxml-6.0.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:c86df1c9af35d903d2b52d22ea3e66db8058d21dc0f59842ca5deb0595921141"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:4337e4aec93b7c011f7ee2e357b0d30562edd1955620fdd4aeab6aacd90d43c5"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ae74f7c762270196d2dda56f8dd7309411f08a4084ff2dfcc0b095a218df2e06"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:059c4cbf3973a621b62ea3132934ae737da2c132a788e6cfb9b08d63a0ef73f9"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:17f090a9bc0ce8da51a5632092f98a7e7f84bca26f33d161a98b57f7fb0004ca"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9da022c14baeec36edfcc8daf0e281e2f55b950249a455776f0d1adeeada4734"},
+ {file = "lxml-6.0.0-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:a55da151d0b0c6ab176b4e761670ac0e2667817a1e0dadd04a01d0561a219349"},
+ {file = "lxml-6.0.0.tar.gz", hash = "sha256:032e65120339d44cdc3efc326c9f660f5f7205f3a535c1fdbf898b29ea01fb72"},
+]
+
+[package.extras]
+cssselect = ["cssselect (>=0.7)"]
+html-clean = ["lxml_html_clean"]
+html5 = ["html5lib"]
+htmlsoup = ["BeautifulSoup4"]
+
+[[package]]
+name = "markdown"
+version = "3.7"
+description = "Python implementation of John Gruber's Markdown."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"},
+ {file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"},
+]
+
+[package.dependencies]
+importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
+
+[package.extras]
+docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.5)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python]"]
+testing = ["coverage", "pyyaml"]
+
+[[package]]
+name = "markdown-version-annotations"
+version = "1.0.1"
+description = "Markdown plugin to add custom admonitions for documenting version differences"
+optional = false
+python-versions = "<4.0,>=3.7"
+files = [
+ {file = "markdown_version_annotations-1.0.1-py3-none-any.whl", hash = "sha256:6df0b2ac08bab906c8baa425f59fc0fe342fbe8b3917c144fb75914266b33200"},
+ {file = "markdown_version_annotations-1.0.1.tar.gz", hash = "sha256:620aade507ef175ccfb2059db152a34c6a1d2add28c2be16ea4de38d742e6132"},
+]
+
+[package.dependencies]
+markdown = ">=3.3.7,<4.0.0"
+
+[[package]]
+name = "markupsafe"
+version = "2.1.5"
+description = "Safely add untrusted strings to HTML/XML markup."
+optional = false
+python-versions = ">=3.7"
+files = [
+ {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl", hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4"},
+ {file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl", hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl", hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906"},
+ {file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl", hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl", hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad"},
+ {file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl", hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl", hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl", hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371"},
+ {file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl", hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl", hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl", hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff"},
+ {file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl", hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl", hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf"},
+ {file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl", hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5"},
+ {file = "MarkupSafe-2.1.5.tar.gz", hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"},
+]
[[package]]
name = "mccabe"
-version = "0.6.1"
+version = "0.7.0"
description = "McCabe checker, plugin for flake8"
-category = "dev"
optional = false
-python-versions = "*"
+python-versions = ">=3.6"
+files = [
+ {file = "mccabe-0.7.0-py2.py3-none-any.whl", hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e"},
+ {file = "mccabe-0.7.0.tar.gz", hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325"},
+]
+
+[[package]]
+name = "mergedeep"
+version = "1.3.4"
+description = "A deep merge function for 🐍."
+optional = false
+python-versions = ">=3.6"
+files = [
+ {file = "mergedeep-1.3.4-py3-none-any.whl", hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307"},
+ {file = "mergedeep-1.3.4.tar.gz", hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8"},
+]
+
+[[package]]
+name = "mkdocs"
+version = "1.6.0"
+description = "Project documentation with Markdown."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocs-1.6.0-py3-none-any.whl", hash = "sha256:1eb5cb7676b7d89323e62b56235010216319217d4af5ddc543a91beb8d125ea7"},
+ {file = "mkdocs-1.6.0.tar.gz", hash = "sha256:a73f735824ef83a4f3bcb7a231dcab23f5a838f88b7efc54a0eef5fbdbc3c512"},
+]
+
+[package.dependencies]
+click = ">=7.0"
+colorama = {version = ">=0.4", markers = "platform_system == \"Windows\""}
+ghp-import = ">=1.0"
+importlib-metadata = {version = ">=4.4", markers = "python_version < \"3.10\""}
+jinja2 = ">=2.11.1"
+markdown = ">=3.3.6"
+markupsafe = ">=2.0.1"
+mergedeep = ">=1.3.4"
+mkdocs-get-deps = ">=0.2.0"
+packaging = ">=20.5"
+pathspec = ">=0.11.1"
+pyyaml = ">=5.1"
+pyyaml-env-tag = ">=0.1"
+watchdog = ">=2.0"
+
+[package.extras]
+i18n = ["babel (>=2.9.0)"]
+min-versions = ["babel (==2.9.0)", "click (==7.0)", "colorama (==0.4)", "ghp-import (==1.0)", "importlib-metadata (==4.4)", "jinja2 (==2.11.1)", "markdown (==3.3.6)", "markupsafe (==2.0.1)", "mergedeep (==1.3.4)", "mkdocs-get-deps (==0.2.0)", "packaging (==20.5)", "pathspec (==0.11.1)", "pyyaml (==5.1)", "pyyaml-env-tag (==0.1)", "watchdog (==2.0)"]
+
+[[package]]
+name = "mkdocs-autorefs"
+version = "1.2.0"
+description = "Automatically link across pages in MkDocs."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocs_autorefs-1.2.0-py3-none-any.whl", hash = "sha256:d588754ae89bd0ced0c70c06f58566a4ee43471eeeee5202427da7de9ef85a2f"},
+ {file = "mkdocs_autorefs-1.2.0.tar.gz", hash = "sha256:a86b93abff653521bda71cf3fc5596342b7a23982093915cb74273f67522190f"},
+]
+
+[package.dependencies]
+Markdown = ">=3.3"
+markupsafe = ">=2.0.1"
+mkdocs = ">=1.1"
+
+[[package]]
+name = "mkdocs-get-deps"
+version = "0.2.0"
+description = "MkDocs extension that lists all dependencies according to a mkdocs.yml file"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocs_get_deps-0.2.0-py3-none-any.whl", hash = "sha256:2bf11d0b133e77a0dd036abeeb06dec8775e46efa526dc70667d8863eefc6134"},
+ {file = "mkdocs_get_deps-0.2.0.tar.gz", hash = "sha256:162b3d129c7fad9b19abfdcb9c1458a651628e4b1dea628ac68790fb3061c60c"},
+]
+
+[package.dependencies]
+importlib-metadata = {version = ">=4.3", markers = "python_version < \"3.10\""}
+mergedeep = ">=1.3.4"
+platformdirs = ">=2.2.0"
+pyyaml = ">=5.1"
+
+[[package]]
+name = "mkdocs-material"
+version = "9.5.32"
+description = "Documentation that simply works"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocs_material-9.5.32-py3-none-any.whl", hash = "sha256:f3704f46b63d31b3cd35c0055a72280bed825786eccaf19c655b44e0cd2c6b3f"},
+ {file = "mkdocs_material-9.5.32.tar.gz", hash = "sha256:38ed66e6d6768dde4edde022554553e48b2db0d26d1320b19e2e2b9da0be1120"},
+]
+
+[package.dependencies]
+babel = ">=2.10,<3.0"
+colorama = ">=0.4,<1.0"
+jinja2 = ">=3.0,<4.0"
+markdown = ">=3.2,<4.0"
+mkdocs = ">=1.6,<2.0"
+mkdocs-material-extensions = ">=1.3,<2.0"
+paginate = ">=0.5,<1.0"
+pygments = ">=2.16,<3.0"
+pymdown-extensions = ">=10.2,<11.0"
+regex = ">=2022.4"
+requests = ">=2.26,<3.0"
+
+[package.extras]
+git = ["mkdocs-git-committers-plugin-2 (>=1.1,<2.0)", "mkdocs-git-revision-date-localized-plugin (>=1.2.4,<2.0)"]
+imaging = ["cairosvg (>=2.6,<3.0)", "pillow (>=10.2,<11.0)"]
+recommended = ["mkdocs-minify-plugin (>=0.7,<1.0)", "mkdocs-redirects (>=1.2,<2.0)", "mkdocs-rss-plugin (>=1.6,<2.0)"]
+
+[[package]]
+name = "mkdocs-material-extensions"
+version = "1.3.1"
+description = "Extension pack for Python Markdown and MkDocs Material."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocs_material_extensions-1.3.1-py3-none-any.whl", hash = "sha256:adff8b62700b25cb77b53358dad940f3ef973dd6db797907c49e3c2ef3ab4e31"},
+ {file = "mkdocs_material_extensions-1.3.1.tar.gz", hash = "sha256:10c9511cea88f568257f960358a467d12b970e1f7b2c0e5fb2bb48cab1928443"},
+]
+
+[[package]]
+name = "mkdocs-python-classy"
+version = "0.1.3"
+description = "Mkdocs plugin to view Python Classes."
+optional = false
+python-versions = ">=3.8,<4.0"
+files = [
+ {file = "mkdocs_python_classy-0.1.3-py3-none-any.whl", hash = "sha256:fdcfe1cffb39069abdd00873556a88493f463448fad27337ca781e39ad3472a8"},
+ {file = "mkdocs_python_classy-0.1.3.tar.gz", hash = "sha256:a6ffdc7ac995b5773eaca97aea88cab43c10bb8e127b238ec052bd92389cc175"},
+]
+
+[package.dependencies]
+astunparse = {version = ">=1.6.3,<2.0.0", markers = "python_version < \"3.9\""}
+mkdocs = ">=1.4.0,<2.0.0"
+pymdown-extensions = ">=6.3"
+
+[[package]]
+name = "mkdocstrings"
+version = "0.25.2"
+description = "Automatic documentation from sources, for MkDocs."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocstrings-0.25.2-py3-none-any.whl", hash = "sha256:9e2cda5e2e12db8bb98d21e3410f3f27f8faab685a24b03b06ba7daa5b92abfc"},
+ {file = "mkdocstrings-0.25.2.tar.gz", hash = "sha256:5cf57ad7f61e8be3111a2458b4e49c2029c9cb35525393b179f9c916ca8042dc"},
+]
+
+[package.dependencies]
+click = ">=7.0"
+importlib-metadata = {version = ">=4.6", markers = "python_version < \"3.10\""}
+Jinja2 = ">=2.11.1"
+Markdown = ">=3.3"
+MarkupSafe = ">=1.1"
+mkdocs = ">=1.4"
+mkdocs-autorefs = ">=0.3.1"
+platformdirs = ">=2.2.0"
+pymdown-extensions = ">=6.3"
+typing-extensions = {version = ">=4.1", markers = "python_version < \"3.10\""}
+
+[package.extras]
+crystal = ["mkdocstrings-crystal (>=0.3.4)"]
+python = ["mkdocstrings-python (>=0.5.2)"]
+python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
+
+[[package]]
+name = "mkdocstrings-python"
+version = "1.10.8"
+description = "A Python handler for mkdocstrings."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mkdocstrings_python-1.10.8-py3-none-any.whl", hash = "sha256:bb12e76c8b071686617f824029cb1dfe0e9afe89f27fb3ad9a27f95f054dcd89"},
+ {file = "mkdocstrings_python-1.10.8.tar.gz", hash = "sha256:5856a59cbebbb8deb133224a540de1ff60bded25e54d8beacc375bb133d39016"},
+]
+
+[package.dependencies]
+griffe = ">=0.49"
+mkdocstrings = ">=0.25"
+
+[[package]]
+name = "mypy"
+version = "1.14.1"
+description = "Optional static typing for Python"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mypy-1.14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:52686e37cf13d559f668aa398dd7ddf1f92c5d613e4f8cb262be2fb4fedb0fcb"},
+ {file = "mypy-1.14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1fb545ca340537d4b45d3eecdb3def05e913299ca72c290326be19b3804b39c0"},
+ {file = "mypy-1.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:90716d8b2d1f4cd503309788e51366f07c56635a3309b0f6a32547eaaa36a64d"},
+ {file = "mypy-1.14.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2ae753f5c9fef278bcf12e1a564351764f2a6da579d4a81347e1d5a15819997b"},
+ {file = "mypy-1.14.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:e0fe0f5feaafcb04505bcf439e991c6d8f1bf8b15f12b05feeed96e9e7bf1427"},
+ {file = "mypy-1.14.1-cp310-cp310-win_amd64.whl", hash = "sha256:7d54bd85b925e501c555a3227f3ec0cfc54ee8b6930bd6141ec872d1c572f81f"},
+ {file = "mypy-1.14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f995e511de847791c3b11ed90084a7a0aafdc074ab88c5a9711622fe4751138c"},
+ {file = "mypy-1.14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d64169ec3b8461311f8ce2fd2eb5d33e2d0f2c7b49116259c51d0d96edee48d1"},
+ {file = "mypy-1.14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ba24549de7b89b6381b91fbc068d798192b1b5201987070319889e93038967a8"},
+ {file = "mypy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:183cf0a45457d28ff9d758730cd0210419ac27d4d3f285beda038c9083363b1f"},
+ {file = "mypy-1.14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:f2a0ecc86378f45347f586e4163d1769dd81c5a223d577fe351f26b179e148b1"},
+ {file = "mypy-1.14.1-cp311-cp311-win_amd64.whl", hash = "sha256:ad3301ebebec9e8ee7135d8e3109ca76c23752bac1e717bc84cd3836b4bf3eae"},
+ {file = "mypy-1.14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:30ff5ef8519bbc2e18b3b54521ec319513a26f1bba19a7582e7b1f58a6e69f14"},
+ {file = "mypy-1.14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:cb9f255c18052343c70234907e2e532bc7e55a62565d64536dbc7706a20b78b9"},
+ {file = "mypy-1.14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b4e3413e0bddea671012b063e27591b953d653209e7a4fa5e48759cda77ca11"},
+ {file = "mypy-1.14.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:553c293b1fbdebb6c3c4030589dab9fafb6dfa768995a453d8a5d3b23784af2e"},
+ {file = "mypy-1.14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fad79bfe3b65fe6a1efaed97b445c3d37f7be9fdc348bdb2d7cac75579607c89"},
+ {file = "mypy-1.14.1-cp312-cp312-win_amd64.whl", hash = "sha256:8fa2220e54d2946e94ab6dbb3ba0a992795bd68b16dc852db33028df2b00191b"},
+ {file = "mypy-1.14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:92c3ed5afb06c3a8e188cb5da4984cab9ec9a77ba956ee419c68a388b4595255"},
+ {file = "mypy-1.14.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:dbec574648b3e25f43d23577309b16534431db4ddc09fda50841f1e34e64ed34"},
+ {file = "mypy-1.14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8c6d94b16d62eb3e947281aa7347d78236688e21081f11de976376cf010eb31a"},
+ {file = "mypy-1.14.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d4b19b03fdf54f3c5b2fa474c56b4c13c9dbfb9a2db4370ede7ec11a2c5927d9"},
+ {file = "mypy-1.14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:0c911fde686394753fff899c409fd4e16e9b294c24bfd5e1ea4675deae1ac6fd"},
+ {file = "mypy-1.14.1-cp313-cp313-win_amd64.whl", hash = "sha256:8b21525cb51671219f5307be85f7e646a153e5acc656e5cebf64bfa076c50107"},
+ {file = "mypy-1.14.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:7084fb8f1128c76cd9cf68fe5971b37072598e7c31b2f9f95586b65c741a9d31"},
+ {file = "mypy-1.14.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8f845a00b4f420f693f870eaee5f3e2692fa84cc8514496114649cfa8fd5e2c6"},
+ {file = "mypy-1.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:44bf464499f0e3a2d14d58b54674dee25c031703b2ffc35064bd0df2e0fac319"},
+ {file = "mypy-1.14.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c99f27732c0b7dc847adb21c9d47ce57eb48fa33a17bc6d7d5c5e9f9e7ae5bac"},
+ {file = "mypy-1.14.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:bce23c7377b43602baa0bd22ea3265c49b9ff0b76eb315d6c34721af4cdf1d9b"},
+ {file = "mypy-1.14.1-cp38-cp38-win_amd64.whl", hash = "sha256:8edc07eeade7ebc771ff9cf6b211b9a7d93687ff892150cb5692e4f4272b0837"},
+ {file = "mypy-1.14.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:3888a1816d69f7ab92092f785a462944b3ca16d7c470d564165fe703b0970c35"},
+ {file = "mypy-1.14.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:46c756a444117c43ee984bd055db99e498bc613a70bbbc120272bd13ca579fbc"},
+ {file = "mypy-1.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:27fc248022907e72abfd8e22ab1f10e903915ff69961174784a3900a8cba9ad9"},
+ {file = "mypy-1.14.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:499d6a72fb7e5de92218db961f1a66d5f11783f9ae549d214617edab5d4dbdbb"},
+ {file = "mypy-1.14.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:57961db9795eb566dc1d1b4e9139ebc4c6b0cb6e7254ecde69d1552bf7613f60"},
+ {file = "mypy-1.14.1-cp39-cp39-win_amd64.whl", hash = "sha256:07ba89fdcc9451f2ebb02853deb6aaaa3d2239a236669a63ab3801bbf923ef5c"},
+ {file = "mypy-1.14.1-py3-none-any.whl", hash = "sha256:b66a60cc4073aeb8ae00057f9c1f64d49e90f918fbcef9a977eb121da8b8f1d1"},
+ {file = "mypy-1.14.1.tar.gz", hash = "sha256:7ec88144fe9b510e8475ec2f5f251992690fcf89ccb4500b214b4226abcd32d6"},
+]
+
+[package.dependencies]
+mypy_extensions = ">=1.0.0"
+tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
+typing_extensions = ">=4.6.0"
+
+[package.extras]
+dmypy = ["psutil (>=4.0)"]
+faster-cache = ["orjson"]
+install-types = ["pip"]
+mypyc = ["setuptools (>=50)"]
+reports = ["lxml"]
[[package]]
name = "mypy-extensions"
-version = "0.4.3"
-description = "Experimental type system extensions for programs checked with the mypy typechecker."
-category = "dev"
+version = "1.1.0"
+description = "Type system extensions for programs checked with the mypy type checker."
optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "mypy_extensions-1.1.0-py3-none-any.whl", hash = "sha256:1be4cccdb0f2482337c4743e60421de3a356cd97508abadd57d47403e94f5505"},
+ {file = "mypy_extensions-1.1.0.tar.gz", hash = "sha256:52e68efc3284861e772bbcd66823fde5ae21fd2fdb51c62a211403730b916558"},
+]
+
+[[package]]
+name = "napalm"
+version = "4.1.0"
+description = "Network Automation and Programmability Abstraction Layer with Multivendor support"
+optional = true
python-versions = "*"
+files = [
+ {file = "napalm-4.1.0-py2.py3-none-any.whl", hash = "sha256:14a5b7759a0247a26fff2c444b1cfc150a08224de8addf4076c384845285bf5b"},
+ {file = "napalm-4.1.0.tar.gz", hash = "sha256:3b3e18efd556861c056ba509eb46f5ffc9e3e6c42db399fa76b6ea9af272c17a"},
+]
+
+[package.dependencies]
+cffi = ">=1.11.3"
+future = "*"
+jinja2 = "*"
+junos-eznc = ">=2.6.3"
+lxml = ">=4.3.0"
+ncclient = "*"
+netaddr = "*"
+netmiko = ">=4.1.0"
+netutils = ">=1.0.0"
+paramiko = ">=2.6.0"
+pyeapi = ">=0.8.2"
+pyYAML = "*"
+requests = ">=2.7.0"
+scp = "*"
+setuptools = ">=38.4.0"
+textfsm = "*"
+ttp = "*"
+ttp-templates = "*"
+typing-extensions = ">=4.3.0"
+
+[[package]]
+name = "ncclient"
+version = "0.6.19"
+description = "Python library for NETCONF clients"
+optional = true
+python-versions = ">=3.5"
+files = [
+ {file = "ncclient-0.6.19.tar.gz", hash = "sha256:de7a796221910cbd0f32eb20f7dd7c94cfe61aa170fc5f0c5941c557f835c312"},
+]
+
+[package.dependencies]
+lxml = ">=3.3.0"
+paramiko = ">=1.15.0"
+
+[[package]]
+name = "netaddr"
+version = "1.3.0"
+description = "A network address manipulation library for Python"
+optional = true
+python-versions = ">=3.7"
+files = [
+ {file = "netaddr-1.3.0-py3-none-any.whl", hash = "sha256:c2c6a8ebe5554ce33b7d5b3a306b71bbb373e000bbbf2350dd5213cc56e3dbbe"},
+ {file = "netaddr-1.3.0.tar.gz", hash = "sha256:5c3c3d9895b551b763779ba7db7a03487dc1f8e3b385af819af341ae9ef6e48a"},
+]
+
+[package.extras]
+nicer-shell = ["ipython"]
+
+[[package]]
+name = "netmiko"
+version = "4.4.0"
+description = "Multi-vendor library to simplify legacy CLI connections to network devices"
+optional = true
+python-versions = "<4.0,>=3.8"
+files = [
+ {file = "netmiko-4.4.0-py3-none-any.whl", hash = "sha256:2ff4683f013fac0f80715286c7d3250e89166aefc4421cb75d3ff483f2ebbbc0"},
+ {file = "netmiko-4.4.0.tar.gz", hash = "sha256:25ff1237976aa3ff2cacf04949314638c899220a1675bd029e31b07ce20ce3b6"},
+]
+
+[package.dependencies]
+cffi = ">=1.17.0rc1"
+ntc-templates = ">=3.1.0"
+paramiko = ">=2.9.5"
+pyserial = ">=3.3"
+pyyaml = ">=5.3"
+scp = ">=0.13.6"
+setuptools = ">=65.0.0"
+textfsm = ">=1.1.3"
+
+[[package]]
+name = "ntc-templates"
+version = "7.9.0"
+description = "TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable."
+optional = true
+python-versions = "<4.0,>=3.8"
+files = [
+ {file = "ntc_templates-7.9.0-py3-none-any.whl", hash = "sha256:44ae2651719592bb70e98886f363b15bab12892b37f8338f0a2255aa5c7b6ee3"},
+ {file = "ntc_templates-7.9.0.tar.gz", hash = "sha256:df4b4520c3dd41b33ad0746ea7742c63b13eb2860579c7648c348167af5432e2"},
+]
+
+[package.dependencies]
+textfsm = ">=1.1.0,<2.0.0"
[[package]]
name = "packaging"
-version = "20.9"
+version = "25.0"
description = "Core utilities for Python packages"
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+python-versions = ">=3.8"
+files = [
+ {file = "packaging-25.0-py3-none-any.whl", hash = "sha256:29572ef2b1f17581046b3a2227d5c611fb25ec70ca1ba8554b24b0e69331a484"},
+ {file = "packaging-25.0.tar.gz", hash = "sha256:d443872c98d677bf60f6a1f2f8c1cb748e8fe762d2bf9d3148b5599295b0fc4f"},
+]
+
+[[package]]
+name = "paginate"
+version = "0.5.7"
+description = "Divides large result sets into pages for easier browsing"
+optional = false
+python-versions = "*"
+files = [
+ {file = "paginate-0.5.7-py2.py3-none-any.whl", hash = "sha256:b885e2af73abcf01d9559fd5216b57ef722f8c42affbb63942377668e35c7591"},
+ {file = "paginate-0.5.7.tar.gz", hash = "sha256:22bd083ab41e1a8b4f3690544afb2c60c25e5c9a63a30fa2f483f6c60c8e5945"},
+]
+
+[package.extras]
+dev = ["pytest", "tox"]
+lint = ["black"]
+
+[[package]]
+name = "paramiko"
+version = "3.5.1"
+description = "SSH2 protocol library"
+optional = true
+python-versions = ">=3.6"
+files = [
+ {file = "paramiko-3.5.1-py3-none-any.whl", hash = "sha256:43b9a0501fc2b5e70680388d9346cf252cfb7d00b0667c39e80eb43a408b8f61"},
+ {file = "paramiko-3.5.1.tar.gz", hash = "sha256:b2c665bc45b2b215bd7d7f039901b14b067da00f3a11e6640995fd58f2664822"},
+]
[package.dependencies]
-pyparsing = ">=2.0.2"
+bcrypt = ">=3.2"
+cryptography = ">=3.3"
+pynacl = ">=1.5"
+
+[package.extras]
+all = ["gssapi (>=1.4.1)", "invoke (>=2.0)", "pyasn1 (>=0.1.7)", "pywin32 (>=2.1.8)"]
+gssapi = ["gssapi (>=1.4.1)", "pyasn1 (>=0.1.7)", "pywin32 (>=2.1.8)"]
+invoke = ["invoke (>=2.0)"]
[[package]]
name = "pathspec"
-version = "0.8.1"
+version = "0.12.1"
description = "Utility library for gitignore style pattern matching of file paths."
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
+python-versions = ">=3.8"
+files = [
+ {file = "pathspec-0.12.1-py3-none-any.whl", hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08"},
+ {file = "pathspec-0.12.1.tar.gz", hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712"},
+]
+
+[[package]]
+name = "pkgutil-resolve-name"
+version = "1.3.10"
+description = "Resolve a name to an object."
+optional = true
+python-versions = ">=3.6"
+files = [
+ {file = "pkgutil_resolve_name-1.3.10-py3-none-any.whl", hash = "sha256:ca27cc078d25c5ad71a9de0a7a330146c4e014c2462d9af19c6b828280649c5e"},
+ {file = "pkgutil_resolve_name-1.3.10.tar.gz", hash = "sha256:357d6c9e6a755653cfd78893817c0853af365dd51ec97f3d358a819373bbd174"},
+]
[[package]]
-name = "pbr"
-version = "5.5.1"
-description = "Python Build Reasonableness"
-category = "dev"
+name = "platformdirs"
+version = "4.3.6"
+description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`."
optional = false
-python-versions = ">=2.6"
+python-versions = ">=3.8"
+files = [
+ {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"},
+ {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"},
+]
+
+[package.extras]
+docs = ["furo (>=2024.8.6)", "proselint (>=0.14)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.4)"]
+test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=8.3.2)", "pytest-cov (>=5)", "pytest-mock (>=3.14)"]
+type = ["mypy (>=1.11.2)"]
[[package]]
name = "pluggy"
-version = "0.13.1"
+version = "1.5.0"
description = "plugin and hook calling mechanisms for python"
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
-
-[package.dependencies]
-importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
+python-versions = ">=3.8"
+files = [
+ {file = "pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669"},
+ {file = "pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1"},
+]
[package.extras]
dev = ["pre-commit", "tox"]
+testing = ["pytest", "pytest-benchmark"]
[[package]]
-name = "py"
-version = "1.10.0"
-description = "library with cross-python path, ini-parsing, io, code, log facilities"
-category = "dev"
-optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
-
-[[package]]
-name = "pycodestyle"
-version = "2.7.0"
-description = "Python style guide checker"
-category = "dev"
-optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+name = "pycparser"
+version = "2.22"
+description = "C parser in Python"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc"},
+ {file = "pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6"},
+]
[[package]]
name = "pydocstyle"
-version = "5.1.1"
+version = "6.3.0"
description = "Python docstring style checker"
-category = "dev"
optional = false
-python-versions = ">=3.5"
+python-versions = ">=3.6"
+files = [
+ {file = "pydocstyle-6.3.0-py3-none-any.whl", hash = "sha256:118762d452a49d6b05e194ef344a55822987a462831ade91ec5c06fd2169d019"},
+ {file = "pydocstyle-6.3.0.tar.gz", hash = "sha256:7ce43f0c0ac87b07494eb9c0b462c0b73e6ff276807f204d6b53edc72b7e44e1"},
+]
[package.dependencies]
-snowballstemmer = "*"
+snowballstemmer = ">=2.2.0"
+
+[package.extras]
+toml = ["tomli (>=1.2.3)"]
[[package]]
-name = "pyflakes"
-version = "2.3.0"
-description = "passive checker of Python programs"
-category = "dev"
+name = "pyeapi"
+version = "1.0.4"
+description = "Python Client for eAPI"
+optional = true
+python-versions = "*"
+files = [
+ {file = "pyeapi-1.0.4.tar.gz", hash = "sha256:05920677246823cd3dddf7d4d0f831fbc86fd416f356706a03bc56a291d78f3d"},
+]
+
+[package.dependencies]
+netaddr = "*"
+
+[package.extras]
+dev = ["check-manifest", "pep8", "pyflakes", "twine"]
+test = ["coverage"]
+
+[[package]]
+name = "pygments"
+version = "2.19.2"
+description = "Pygments is a syntax highlighting package written in Python."
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+python-versions = ">=3.8"
+files = [
+ {file = "pygments-2.19.2-py3-none-any.whl", hash = "sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b"},
+ {file = "pygments-2.19.2.tar.gz", hash = "sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887"},
+]
+
+[package.extras]
+windows-terminal = ["colorama (>=0.4.6)"]
[[package]]
name = "pylint"
-version = "2.7.2"
+version = "3.2.7"
description = "python code static checker"
-category = "dev"
optional = false
-python-versions = "~=3.6"
+python-versions = ">=3.8.0"
+files = [
+ {file = "pylint-3.2.7-py3-none-any.whl", hash = "sha256:02f4aedeac91be69fb3b4bea997ce580a4ac68ce58b89eaefeaf06749df73f4b"},
+ {file = "pylint-3.2.7.tar.gz", hash = "sha256:1b7a721b575eaeaa7d39db076b6e7743c993ea44f57979127c517c6c572c803e"},
+]
[package.dependencies]
-astroid = ">=2.5.1,<2.6"
-colorama = {version = "*", markers = "sys_platform == \"win32\""}
-isort = ">=4.2.5,<6"
-mccabe = ">=0.6,<0.7"
-toml = ">=0.7.1"
+astroid = ">=3.2.4,<=3.3.0-dev0"
+colorama = {version = ">=0.4.5", markers = "sys_platform == \"win32\""}
+dill = [
+ {version = ">=0.2", markers = "python_version < \"3.11\""},
+ {version = ">=0.3.7", markers = "python_version >= \"3.12\""},
+ {version = ">=0.3.6", markers = "python_version >= \"3.11\" and python_version < \"3.12\""},
+]
+isort = ">=4.2.5,<5.13.0 || >5.13.0,<6"
+mccabe = ">=0.6,<0.8"
+platformdirs = ">=2.2.0"
+tomli = {version = ">=1.1.0", markers = "python_version < \"3.11\""}
+tomlkit = ">=0.10.1"
+typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
[package.extras]
-docs = ["sphinx (==3.5.1)", "python-docs-theme (==2020.12)"]
+spelling = ["pyenchant (>=3.2,<4.0)"]
+testutils = ["gitpython (>3)"]
[[package]]
-name = "pyparsing"
-version = "2.4.7"
-description = "Python parsing module"
-category = "dev"
+name = "pymdown-extensions"
+version = "10.15"
+description = "Extension pack for Python Markdown."
optional = false
-python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
+python-versions = ">=3.8"
+files = [
+ {file = "pymdown_extensions-10.15-py3-none-any.whl", hash = "sha256:46e99bb272612b0de3b7e7caf6da8dd5f4ca5212c0b273feb9304e236c484e5f"},
+ {file = "pymdown_extensions-10.15.tar.gz", hash = "sha256:0e5994e32155f4b03504f939e501b981d306daf7ec2aa1cd2eb6bd300784f8f7"},
+]
+
+[package.dependencies]
+markdown = ">=3.6"
+pyyaml = "*"
+
+[package.extras]
+extra = ["pygments (>=2.19.1)"]
+
+[[package]]
+name = "pynacl"
+version = "1.5.0"
+description = "Python binding to the Networking and Cryptography (NaCl) library"
+optional = true
+python-versions = ">=3.6"
+files = [
+ {file = "PyNaCl-1.5.0-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:401002a4aaa07c9414132aaed7f6836ff98f59277a234704ff66878c2ee4a0d1"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:52cb72a79269189d4e0dc537556f4740f7f0a9ec41c1322598799b0bdad4ef92"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a36d4a9dda1f19ce6e03c9a784a2921a4b726b02e1c736600ca9c22029474394"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl", hash = "sha256:0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06b8f6fa7f5de8d5d2f7573fe8c863c051225a27b61e6860fd047b1775807858"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:a422368fc821589c228f4c49438a368831cb5bbc0eab5ebe1d7fac9dded6567b"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:61f642bf2378713e2c2e1de73444a3778e5f0a38be6fee0fe532fe30060282ff"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-win32.whl", hash = "sha256:e46dae94e34b085175f8abb3b0aaa7da40767865ac82c928eeb9e57e1ea8a543"},
+ {file = "PyNaCl-1.5.0-cp36-abi3-win_amd64.whl", hash = "sha256:20f42270d27e1b6a29f54032090b972d97f0a1b0948cc52392041ef7831fee93"},
+ {file = "PyNaCl-1.5.0.tar.gz", hash = "sha256:8ac7448f09ab85811607bdd21ec2464495ac8b7c66d146bf545b0f08fb9220ba"},
+]
+
+[package.dependencies]
+cffi = ">=1.4.1"
+
+[package.extras]
+docs = ["sphinx (>=1.6.5)", "sphinx-rtd-theme"]
+tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"]
+
+[[package]]
+name = "pyparsing"
+version = "3.1.4"
+description = "pyparsing module - Classes and methods to define and execute parsing grammars"
+optional = true
+python-versions = ">=3.6.8"
+files = [
+ {file = "pyparsing-3.1.4-py3-none-any.whl", hash = "sha256:a6a7ee4235a3f944aa1fa2249307708f893fe5717dc603503c6c7969c070fb7c"},
+ {file = "pyparsing-3.1.4.tar.gz", hash = "sha256:f86ec8d1a83f11977c9a6ea7598e8c27fc5cddfa5b07ea2241edbbde1d7bc032"},
+]
+
+[package.extras]
+diagrams = ["jinja2", "railroad-diagrams"]
+
+[[package]]
+name = "pyserial"
+version = "3.5"
+description = "Python Serial Port Extension"
+optional = true
+python-versions = "*"
+files = [
+ {file = "pyserial-3.5-py2.py3-none-any.whl", hash = "sha256:c4451db6ba391ca6ca299fb3ec7bae67a5c55dde170964c7a14ceefec02f2cf0"},
+ {file = "pyserial-3.5.tar.gz", hash = "sha256:3c77e014170dfffbd816e6ffc205e9842efb10be9f58ec16d3e8675b4925cddb"},
+]
+
+[package.extras]
+cp2110 = ["hidapi"]
[[package]]
name = "pytest"
-version = "6.2.2"
+version = "8.3.5"
description = "pytest: simple powerful testing with Python"
-category = "dev"
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.8"
+files = [
+ {file = "pytest-8.3.5-py3-none-any.whl", hash = "sha256:c69214aa47deac29fad6c2a4f590b9c4a9fdb16a403176fe154b79c0b4d4d820"},
+ {file = "pytest-8.3.5.tar.gz", hash = "sha256:f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845"},
+]
[package.dependencies]
-atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
-attrs = ">=19.2.0"
colorama = {version = "*", markers = "sys_platform == \"win32\""}
-importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
+exceptiongroup = {version = ">=1.0.0rc8", markers = "python_version < \"3.11\""}
iniconfig = "*"
packaging = "*"
-pluggy = ">=0.12,<1.0.0a1"
-py = ">=1.8.2"
-toml = "*"
+pluggy = ">=1.5,<2"
+tomli = {version = ">=1", markers = "python_version < \"3.11\""}
[package.extras]
-testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
+dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments (>=2.7.2)", "requests", "setuptools", "xmlschema"]
+
+[[package]]
+name = "python-dateutil"
+version = "2.9.0.post0"
+description = "Extensions to the standard Python datetime module"
+optional = false
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
+files = [
+ {file = "python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3"},
+ {file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427"},
+]
+
+[package.dependencies]
+six = ">=1.5"
+
+[[package]]
+name = "pytz"
+version = "2025.2"
+description = "World timezone definitions, modern and historical"
+optional = false
+python-versions = "*"
+files = [
+ {file = "pytz-2025.2-py2.py3-none-any.whl", hash = "sha256:5ddf76296dd8c44c26eb8f4b6f35488f3ccbf6fbbd7adee0b7262d43f0ec2f00"},
+ {file = "pytz-2025.2.tar.gz", hash = "sha256:360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3"},
+]
[[package]]
name = "pyyaml"
-version = "5.4.1"
+version = "6.0.2"
description = "YAML parser and emitter for Python"
-category = "dev"
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
+python-versions = ">=3.8"
+files = [
+ {file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086"},
+ {file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf"},
+ {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237"},
+ {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b"},
+ {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed"},
+ {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180"},
+ {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68"},
+ {file = "PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99"},
+ {file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e"},
+ {file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"},
+ {file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"},
+ {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"},
+ {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"},
+ {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"},
+ {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"},
+ {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"},
+ {file = "PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"},
+ {file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"},
+ {file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"},
+ {file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"},
+ {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"},
+ {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"},
+ {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"},
+ {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"},
+ {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"},
+ {file = "PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"},
+ {file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"},
+ {file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"},
+ {file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"},
+ {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"},
+ {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"},
+ {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"},
+ {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"},
+ {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"},
+ {file = "PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"},
+ {file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"},
+ {file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a"},
+ {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5"},
+ {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d"},
+ {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083"},
+ {file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706"},
+ {file = "PyYAML-6.0.2-cp38-cp38-win32.whl", hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a"},
+ {file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff"},
+ {file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d"},
+ {file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f"},
+ {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290"},
+ {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12"},
+ {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19"},
+ {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e"},
+ {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725"},
+ {file = "PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631"},
+ {file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"},
+ {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"},
+]
+
+[[package]]
+name = "pyyaml-env-tag"
+version = "0.1"
+description = "A custom YAML tag for referencing environment variables in YAML files. "
+optional = false
+python-versions = ">=3.6"
+files = [
+ {file = "pyyaml_env_tag-0.1-py3-none-any.whl", hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069"},
+ {file = "pyyaml_env_tag-0.1.tar.gz", hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb"},
+]
+
+[package.dependencies]
+pyyaml = "*"
+
+[[package]]
+name = "referencing"
+version = "0.35.1"
+description = "JSON Referencing + Python"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de"},
+ {file = "referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"},
+]
+
+[package.dependencies]
+attrs = ">=22.2.0"
+rpds-py = ">=0.7.0"
[[package]]
name = "regex"
-version = "2021.3.17"
+version = "2024.11.6"
description = "Alternative regular expression module, to replace re."
-category = "dev"
optional = false
-python-versions = "*"
+python-versions = ">=3.8"
+files = [
+ {file = "regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91"},
+ {file = "regex-2024.11.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:658f90550f38270639e83ce492f27d2c8d2cd63805c65a13a14d36ca126753f0"},
+ {file = "regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d3660c82f209655a06b587d55e723f0b813d3a7db2e32e5e7dc64ac2a9e86fde"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d22326fcdef5e08c154280b71163ced384b428343ae16a5ab2b3354aed12436e"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f1ac758ef6aebfc8943560194e9fd0fa18bcb34d89fd8bd2af18183afd8da3a2"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:997d6a487ff00807ba810e0f8332c18b4eb8d29463cfb7c820dc4b6e7562d0cf"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:02a02d2bb04fec86ad61f3ea7f49c015a0681bf76abb9857f945d26159d2968c"},
+ {file = "regex-2024.11.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f02f93b92358ee3f78660e43b4b0091229260c5d5c408d17d60bf26b6c900e86"},
+ {file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:06eb1be98df10e81ebaded73fcd51989dcf534e3c753466e4b60c4697a003b67"},
+ {file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:040df6fe1a5504eb0f04f048e6d09cd7c7110fef851d7c567a6b6e09942feb7d"},
+ {file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fdabbfc59f2c6edba2a6622c647b716e34e8e3867e0ab975412c5c2f79b82da2"},
+ {file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8447d2d39b5abe381419319f942de20b7ecd60ce86f16a23b0698f22e1b70008"},
+ {file = "regex-2024.11.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:da8f5fc57d1933de22a9e23eec290a0d8a5927a5370d24bda9a6abe50683fe62"},
+ {file = "regex-2024.11.6-cp310-cp310-win32.whl", hash = "sha256:b489578720afb782f6ccf2840920f3a32e31ba28a4b162e13900c3e6bd3f930e"},
+ {file = "regex-2024.11.6-cp310-cp310-win_amd64.whl", hash = "sha256:5071b2093e793357c9d8b2929dfc13ac5f0a6c650559503bb81189d0a3814519"},
+ {file = "regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638"},
+ {file = "regex-2024.11.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2c89a8cc122b25ce6945f0423dc1352cb9593c68abd19223eebbd4e56612c5b7"},
+ {file = "regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20"},
+ {file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1062b39a0a2b75a9c694f7a08e7183a80c63c0d62b301418ffd9c35f55aaa114"},
+ {file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:167ed4852351d8a750da48712c3930b031f6efdaa0f22fa1933716bfcd6bf4a3"},
+ {file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2d548dafee61f06ebdb584080621f3e0c23fff312f0de1afc776e2a2ba99a74f"},
+ {file = "regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2a19f302cd1ce5dd01a9099aaa19cae6173306d1302a43b627f62e21cf18ac0"},
+ {file = "regex-2024.11.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bec9931dfb61ddd8ef2ebc05646293812cb6b16b60cf7c9511a832b6f1854b55"},
+ {file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9714398225f299aa85267fd222f7142fcb5c769e73d7733344efc46f2ef5cf89"},
+ {file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:202eb32e89f60fc147a41e55cb086db2a3f8cb82f9a9a88440dcfc5d37faae8d"},
+ {file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:4181b814e56078e9b00427ca358ec44333765f5ca1b45597ec7446d3a1ef6e34"},
+ {file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:068376da5a7e4da51968ce4c122a7cd31afaaec4fccc7856c92f63876e57b51d"},
+ {file = "regex-2024.11.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ac10f2c4184420d881a3475fb2c6f4d95d53a8d50209a2500723d831036f7c45"},
+ {file = "regex-2024.11.6-cp311-cp311-win32.whl", hash = "sha256:c36f9b6f5f8649bb251a5f3f66564438977b7ef8386a52460ae77e6070d309d9"},
+ {file = "regex-2024.11.6-cp311-cp311-win_amd64.whl", hash = "sha256:02e28184be537f0e75c1f9b2f8847dc51e08e6e171c6bde130b2687e0c33cf60"},
+ {file = "regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a"},
+ {file = "regex-2024.11.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:fdd6028445d2460f33136c55eeb1f601ab06d74cb3347132e1c24250187500d9"},
+ {file = "regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2"},
+ {file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b85c2530be953a890eaffde05485238f07029600e8f098cdf1848d414a8b45e4"},
+ {file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bb26437975da7dc36b7efad18aa9dd4ea569d2357ae6b783bf1118dabd9ea577"},
+ {file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:abfa5080c374a76a251ba60683242bc17eeb2c9818d0d30117b4486be10c59d3"},
+ {file = "regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b7fa6606c2881c1db9479b0eaa11ed5dfa11c8d60a474ff0e095099f39d98e"},
+ {file = "regex-2024.11.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0c32f75920cf99fe6b6c539c399a4a128452eaf1af27f39bce8909c9a3fd8cbe"},
+ {file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:982e6d21414e78e1f51cf595d7f321dcd14de1f2881c5dc6a6e23bbbbd68435e"},
+ {file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a7c2155f790e2fb448faed6dd241386719802296ec588a8b9051c1f5c481bc29"},
+ {file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:149f5008d286636e48cd0b1dd65018548944e495b0265b45e1bffecce1ef7f39"},
+ {file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:e5364a4502efca094731680e80009632ad6624084aff9a23ce8c8c6820de3e51"},
+ {file = "regex-2024.11.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0a86e7eeca091c09e021db8eb72d54751e527fa47b8d5787caf96d9831bd02ad"},
+ {file = "regex-2024.11.6-cp312-cp312-win32.whl", hash = "sha256:32f9a4c643baad4efa81d549c2aadefaeba12249b2adc5af541759237eee1c54"},
+ {file = "regex-2024.11.6-cp312-cp312-win_amd64.whl", hash = "sha256:a93c194e2df18f7d264092dc8539b8ffb86b45b899ab976aa15d48214138e81b"},
+ {file = "regex-2024.11.6-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a6ba92c0bcdf96cbf43a12c717eae4bc98325ca3730f6b130ffa2e3c3c723d84"},
+ {file = "regex-2024.11.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:525eab0b789891ac3be914d36893bdf972d483fe66551f79d3e27146191a37d4"},
+ {file = "regex-2024.11.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:086a27a0b4ca227941700e0b31425e7a28ef1ae8e5e05a33826e17e47fbfdba0"},
+ {file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bde01f35767c4a7899b7eb6e823b125a64de314a8ee9791367c9a34d56af18d0"},
+ {file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b583904576650166b3d920d2bcce13971f6f9e9a396c673187f49811b2769dc7"},
+ {file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1c4de13f06a0d54fa0d5ab1b7138bfa0d883220965a29616e3ea61b35d5f5fc7"},
+ {file = "regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3cde6e9f2580eb1665965ce9bf17ff4952f34f5b126beb509fee8f4e994f143c"},
+ {file = "regex-2024.11.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0d7f453dca13f40a02b79636a339c5b62b670141e63efd511d3f8f73fba162b3"},
+ {file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:59dfe1ed21aea057a65c6b586afd2a945de04fc7db3de0a6e3ed5397ad491b07"},
+ {file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b97c1e0bd37c5cd7902e65f410779d39eeda155800b65fc4d04cc432efa9bc6e"},
+ {file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f9d1e379028e0fc2ae3654bac3cbbef81bf3fd571272a42d56c24007979bafb6"},
+ {file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:13291b39131e2d002a7940fb176e120bec5145f3aeb7621be6534e46251912c4"},
+ {file = "regex-2024.11.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4f51f88c126370dcec4908576c5a627220da6c09d0bff31cfa89f2523843316d"},
+ {file = "regex-2024.11.6-cp313-cp313-win32.whl", hash = "sha256:63b13cfd72e9601125027202cad74995ab26921d8cd935c25f09c630436348ff"},
+ {file = "regex-2024.11.6-cp313-cp313-win_amd64.whl", hash = "sha256:2b3361af3198667e99927da8b84c1b010752fa4b1115ee30beaa332cabc3ef1a"},
+ {file = "regex-2024.11.6-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:3a51ccc315653ba012774efca4f23d1d2a8a8f278a6072e29c7147eee7da446b"},
+ {file = "regex-2024.11.6-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:ad182d02e40de7459b73155deb8996bbd8e96852267879396fb274e8700190e3"},
+ {file = "regex-2024.11.6-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:ba9b72e5643641b7d41fa1f6d5abda2c9a263ae835b917348fc3c928182ad467"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:40291b1b89ca6ad8d3f2b82782cc33807f1406cf68c8d440861da6304d8ffbbd"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cdf58d0e516ee426a48f7b2c03a332a4114420716d55769ff7108c37a09951bf"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a36fdf2af13c2b14738f6e973aba563623cb77d753bbbd8d414d18bfaa3105dd"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d1cee317bfc014c2419a76bcc87f071405e3966da434e03e13beb45f8aced1a6"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:50153825ee016b91549962f970d6a4442fa106832e14c918acd1c8e479916c4f"},
+ {file = "regex-2024.11.6-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:ea1bfda2f7162605f6e8178223576856b3d791109f15ea99a9f95c16a7636fb5"},
+ {file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:df951c5f4a1b1910f1a99ff42c473ff60f8225baa1cdd3539fe2819d9543e9df"},
+ {file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:072623554418a9911446278f16ecb398fb3b540147a7828c06e2011fa531e773"},
+ {file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_ppc64le.whl", hash = "sha256:f654882311409afb1d780b940234208a252322c24a93b442ca714d119e68086c"},
+ {file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_s390x.whl", hash = "sha256:89d75e7293d2b3e674db7d4d9b1bee7f8f3d1609428e293771d1a962617150cc"},
+ {file = "regex-2024.11.6-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:f65557897fc977a44ab205ea871b690adaef6b9da6afda4790a2484b04293a5f"},
+ {file = "regex-2024.11.6-cp38-cp38-win32.whl", hash = "sha256:6f44ec28b1f858c98d3036ad5d7d0bfc568bdd7a74f9c24e25f41ef1ebfd81a4"},
+ {file = "regex-2024.11.6-cp38-cp38-win_amd64.whl", hash = "sha256:bb8f74f2f10dbf13a0be8de623ba4f9491faf58c24064f32b65679b021ed0001"},
+ {file = "regex-2024.11.6-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:5704e174f8ccab2026bd2f1ab6c510345ae8eac818b613d7d73e785f1310f839"},
+ {file = "regex-2024.11.6-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:220902c3c5cc6af55d4fe19ead504de80eb91f786dc102fbd74894b1551f095e"},
+ {file = "regex-2024.11.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5e7e351589da0850c125f1600a4c4ba3c722efefe16b297de54300f08d734fbf"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5056b185ca113c88e18223183aa1a50e66507769c9640a6ff75859619d73957b"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2e34b51b650b23ed3354b5a07aab37034d9f923db2a40519139af34f485f77d0"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5670bce7b200273eee1840ef307bfa07cda90b38ae56e9a6ebcc9f50da9c469b"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08986dce1339bc932923e7d1232ce9881499a0e02925f7402fb7c982515419ef"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:93c0b12d3d3bc25af4ebbf38f9ee780a487e8bf6954c115b9f015822d3bb8e48"},
+ {file = "regex-2024.11.6-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:764e71f22ab3b305e7f4c21f1a97e1526a25ebdd22513e251cf376760213da13"},
+ {file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:f056bf21105c2515c32372bbc057f43eb02aae2fda61052e2f7622c801f0b4e2"},
+ {file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:69ab78f848845569401469da20df3e081e6b5a11cb086de3eed1d48f5ed57c95"},
+ {file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_ppc64le.whl", hash = "sha256:86fddba590aad9208e2fa8b43b4c098bb0ec74f15718bb6a704e3c63e2cef3e9"},
+ {file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_s390x.whl", hash = "sha256:684d7a212682996d21ca12ef3c17353c021fe9de6049e19ac8481ec35574a70f"},
+ {file = "regex-2024.11.6-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:a03e02f48cd1abbd9f3b7e3586d97c8f7a9721c436f51a5245b3b9483044480b"},
+ {file = "regex-2024.11.6-cp39-cp39-win32.whl", hash = "sha256:41758407fc32d5c3c5de163888068cfee69cb4c2be844e7ac517a52770f9af57"},
+ {file = "regex-2024.11.6-cp39-cp39-win_amd64.whl", hash = "sha256:b2837718570f95dd41675328e111345f9b7095d821bac435aac173ac80b19983"},
+ {file = "regex-2024.11.6.tar.gz", hash = "sha256:7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519"},
+]
[[package]]
-name = "six"
-version = "1.15.0"
-description = "Python 2 and 3 compatibility utilities"
-category = "dev"
+name = "requests"
+version = "2.32.4"
+description = "Python HTTP for Humans."
optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
+python-versions = ">=3.8"
+files = [
+ {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
+ {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
+]
+
+[package.dependencies]
+certifi = ">=2017.4.17"
+charset_normalizer = ">=2,<4"
+idna = ">=2.5,<4"
+urllib3 = ">=1.21.1,<3"
+
+[package.extras]
+socks = ["PySocks (>=1.5.6,!=1.5.7)"]
+use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
[[package]]
-name = "smmap"
-version = "3.0.5"
-description = "A pure Python implementation of a sliding window memory map manager"
-category = "dev"
-optional = false
-python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
+name = "rpds-py"
+version = "0.20.1"
+description = "Python bindings to Rust's persistent data structures (rpds)"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "rpds_py-0.20.1-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:a649dfd735fff086e8a9d0503a9f0c7d01b7912a333c7ae77e1515c08c146dad"},
+ {file = "rpds_py-0.20.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f16bc1334853e91ddaaa1217045dd7be166170beec337576818461268a3de67f"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:14511a539afee6f9ab492b543060c7491c99924314977a55c98bfa2ee29ce78c"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3ccb8ac2d3c71cda472b75af42818981bdacf48d2e21c36331b50b4f16930163"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c142b88039b92e7e0cb2552e8967077e3179b22359e945574f5e2764c3953dcf"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f19169781dddae7478a32301b499b2858bc52fc45a112955e798ee307e294977"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13c56de6518e14b9bf6edde23c4c39dac5b48dcf04160ea7bce8fca8397cdf86"},
+ {file = "rpds_py-0.20.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:925d176a549f4832c6f69fa6026071294ab5910e82a0fe6c6228fce17b0706bd"},
+ {file = "rpds_py-0.20.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:78f0b6877bfce7a3d1ff150391354a410c55d3cdce386f862926a4958ad5ab7e"},
+ {file = "rpds_py-0.20.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3dd645e2b0dcb0fd05bf58e2e54c13875847687d0b71941ad2e757e5d89d4356"},
+ {file = "rpds_py-0.20.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4f676e21db2f8c72ff0936f895271e7a700aa1f8d31b40e4e43442ba94973899"},
+ {file = "rpds_py-0.20.1-cp310-none-win32.whl", hash = "sha256:648386ddd1e19b4a6abab69139b002bc49ebf065b596119f8f37c38e9ecee8ff"},
+ {file = "rpds_py-0.20.1-cp310-none-win_amd64.whl", hash = "sha256:d9ecb51120de61e4604650666d1f2b68444d46ae18fd492245a08f53ad2b7711"},
+ {file = "rpds_py-0.20.1-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:762703bdd2b30983c1d9e62b4c88664df4a8a4d5ec0e9253b0231171f18f6d75"},
+ {file = "rpds_py-0.20.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0b581f47257a9fce535c4567782a8976002d6b8afa2c39ff616edf87cbeff712"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:842c19a6ce894493563c3bd00d81d5100e8e57d70209e84d5491940fdb8b9e3a"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:42cbde7789f5c0bcd6816cb29808e36c01b960fb5d29f11e052215aa85497c93"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c8e9340ce5a52f95fa7d3b552b35c7e8f3874d74a03a8a69279fd5fca5dc751"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8ba6f89cac95c0900d932c9efb7f0fb6ca47f6687feec41abcb1bd5e2bd45535"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4a916087371afd9648e1962e67403c53f9c49ca47b9680adbeef79da3a7811b0"},
+ {file = "rpds_py-0.20.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:200a23239781f46149e6a415f1e870c5ef1e712939fe8fa63035cd053ac2638e"},
+ {file = "rpds_py-0.20.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:58b1d5dd591973d426cbb2da5e27ba0339209832b2f3315928c9790e13f159e8"},
+ {file = "rpds_py-0.20.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:6b73c67850ca7cae0f6c56f71e356d7e9fa25958d3e18a64927c2d930859b8e4"},
+ {file = "rpds_py-0.20.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d8761c3c891cc51e90bc9926d6d2f59b27beaf86c74622c8979380a29cc23ac3"},
+ {file = "rpds_py-0.20.1-cp311-none-win32.whl", hash = "sha256:cd945871335a639275eee904caef90041568ce3b42f402c6959b460d25ae8732"},
+ {file = "rpds_py-0.20.1-cp311-none-win_amd64.whl", hash = "sha256:7e21b7031e17c6b0e445f42ccc77f79a97e2687023c5746bfb7a9e45e0921b84"},
+ {file = "rpds_py-0.20.1-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:36785be22066966a27348444b40389f8444671630063edfb1a2eb04318721e17"},
+ {file = "rpds_py-0.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:142c0a5124d9bd0e2976089484af5c74f47bd3298f2ed651ef54ea728d2ea42c"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dbddc10776ca7ebf2a299c41a4dde8ea0d8e3547bfd731cb87af2e8f5bf8962d"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:15a842bb369e00295392e7ce192de9dcbf136954614124a667f9f9f17d6a216f"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:be5ef2f1fc586a7372bfc355986226484e06d1dc4f9402539872c8bb99e34b01"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dbcf360c9e3399b056a238523146ea77eeb2a596ce263b8814c900263e46031a"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ecd27a66740ffd621d20b9a2f2b5ee4129a56e27bfb9458a3bcc2e45794c96cb"},
+ {file = "rpds_py-0.20.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0b937b2a1988f184a3e9e577adaa8aede21ec0b38320d6009e02bd026db04fa"},
+ {file = "rpds_py-0.20.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6889469bfdc1eddf489729b471303739bf04555bb151fe8875931f8564309afc"},
+ {file = "rpds_py-0.20.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:19b73643c802f4eaf13d97f7855d0fb527fbc92ab7013c4ad0e13a6ae0ed23bd"},
+ {file = "rpds_py-0.20.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:3c6afcf2338e7f374e8edc765c79fbcb4061d02b15dd5f8f314a4af2bdc7feb5"},
+ {file = "rpds_py-0.20.1-cp312-none-win32.whl", hash = "sha256:dc73505153798c6f74854aba69cc75953888cf9866465196889c7cdd351e720c"},
+ {file = "rpds_py-0.20.1-cp312-none-win_amd64.whl", hash = "sha256:8bbe951244a838a51289ee53a6bae3a07f26d4e179b96fc7ddd3301caf0518eb"},
+ {file = "rpds_py-0.20.1-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:6ca91093a4a8da4afae7fe6a222c3b53ee4eef433ebfee4d54978a103435159e"},
+ {file = "rpds_py-0.20.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:b9c2fe36d1f758b28121bef29ed1dee9b7a2453e997528e7d1ac99b94892527c"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f009c69bc8c53db5dfab72ac760895dc1f2bc1b62ab7408b253c8d1ec52459fc"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6740a3e8d43a32629bb9b009017ea5b9e713b7210ba48ac8d4cb6d99d86c8ee8"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:32b922e13d4c0080d03e7b62991ad7f5007d9cd74e239c4b16bc85ae8b70252d"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fe00a9057d100e69b4ae4a094203a708d65b0f345ed546fdef86498bf5390982"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49fe9b04b6fa685bd39237d45fad89ba19e9163a1ccaa16611a812e682913496"},
+ {file = "rpds_py-0.20.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:aa7ac11e294304e615b43f8c441fee5d40094275ed7311f3420d805fde9b07b4"},
+ {file = "rpds_py-0.20.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:6aa97af1558a9bef4025f8f5d8c60d712e0a3b13a2fe875511defc6ee77a1ab7"},
+ {file = "rpds_py-0.20.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:483b29f6f7ffa6af845107d4efe2e3fa8fb2693de8657bc1849f674296ff6a5a"},
+ {file = "rpds_py-0.20.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:37fe0f12aebb6a0e3e17bb4cd356b1286d2d18d2e93b2d39fe647138458b4bcb"},
+ {file = "rpds_py-0.20.1-cp313-none-win32.whl", hash = "sha256:a624cc00ef2158e04188df5e3016385b9353638139a06fb77057b3498f794782"},
+ {file = "rpds_py-0.20.1-cp313-none-win_amd64.whl", hash = "sha256:b71b8666eeea69d6363248822078c075bac6ed135faa9216aa85f295ff009b1e"},
+ {file = "rpds_py-0.20.1-cp38-cp38-macosx_10_12_x86_64.whl", hash = "sha256:5b48e790e0355865197ad0aca8cde3d8ede347831e1959e158369eb3493d2191"},
+ {file = "rpds_py-0.20.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:3e310838a5801795207c66c73ea903deda321e6146d6f282e85fa7e3e4854804"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2249280b870e6a42c0d972339e9cc22ee98730a99cd7f2f727549af80dd5a963"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:e79059d67bea28b53d255c1437b25391653263f0e69cd7dec170d778fdbca95e"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2b431c777c9653e569986ecf69ff4a5dba281cded16043d348bf9ba505486f36"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:da584ff96ec95e97925174eb8237e32f626e7a1a97888cdd27ee2f1f24dd0ad8"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:02a0629ec053fc013808a85178524e3cb63a61dbc35b22499870194a63578fb9"},
+ {file = "rpds_py-0.20.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fbf15aff64a163db29a91ed0868af181d6f68ec1a3a7d5afcfe4501252840bad"},
+ {file = "rpds_py-0.20.1-cp38-cp38-musllinux_1_2_aarch64.whl", hash = "sha256:07924c1b938798797d60c6308fa8ad3b3f0201802f82e4a2c41bb3fafb44cc28"},
+ {file = "rpds_py-0.20.1-cp38-cp38-musllinux_1_2_i686.whl", hash = "sha256:4a5a844f68776a7715ecb30843b453f07ac89bad393431efbf7accca3ef599c1"},
+ {file = "rpds_py-0.20.1-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:518d2ca43c358929bf08f9079b617f1c2ca6e8848f83c1225c88caeac46e6cbc"},
+ {file = "rpds_py-0.20.1-cp38-none-win32.whl", hash = "sha256:3aea7eed3e55119635a74bbeb80b35e776bafccb70d97e8ff838816c124539f1"},
+ {file = "rpds_py-0.20.1-cp38-none-win_amd64.whl", hash = "sha256:7dca7081e9a0c3b6490a145593f6fe3173a94197f2cb9891183ef75e9d64c425"},
+ {file = "rpds_py-0.20.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:b41b6321805c472f66990c2849e152aff7bc359eb92f781e3f606609eac877ad"},
+ {file = "rpds_py-0.20.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0a90c373ea2975519b58dece25853dbcb9779b05cc46b4819cb1917e3b3215b6"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:16d4477bcb9fbbd7b5b0e4a5d9b493e42026c0bf1f06f723a9353f5153e75d30"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:84b8382a90539910b53a6307f7c35697bc7e6ffb25d9c1d4e998a13e842a5e83"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4888e117dd41b9d34194d9e31631af70d3d526efc363085e3089ab1a62c32ed1"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5265505b3d61a0f56618c9b941dc54dc334dc6e660f1592d112cd103d914a6db"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e75ba609dba23f2c95b776efb9dd3f0b78a76a151e96f96cc5b6b1b0004de66f"},
+ {file = "rpds_py-0.20.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1791ff70bc975b098fe6ecf04356a10e9e2bd7dc21fa7351c1742fdeb9b4966f"},
+ {file = "rpds_py-0.20.1-cp39-cp39-musllinux_1_2_aarch64.whl", hash = "sha256:d126b52e4a473d40232ec2052a8b232270ed1f8c9571aaf33f73a14cc298c24f"},
+ {file = "rpds_py-0.20.1-cp39-cp39-musllinux_1_2_i686.whl", hash = "sha256:c14937af98c4cc362a1d4374806204dd51b1e12dded1ae30645c298e5a5c4cb1"},
+ {file = "rpds_py-0.20.1-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:3d089d0b88996df627693639d123c8158cff41c0651f646cd8fd292c7da90eaf"},
+ {file = "rpds_py-0.20.1-cp39-none-win32.whl", hash = "sha256:653647b8838cf83b2e7e6a0364f49af96deec64d2a6578324db58380cff82aca"},
+ {file = "rpds_py-0.20.1-cp39-none-win_amd64.whl", hash = "sha256:fa41a64ac5b08b292906e248549ab48b69c5428f3987b09689ab2441f267d04d"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:7a07ced2b22f0cf0b55a6a510078174c31b6d8544f3bc00c2bcee52b3d613f74"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:68cb0a499f2c4a088fd2f521453e22ed3527154136a855c62e148b7883b99f9a"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fa3060d885657abc549b2a0f8e1b79699290e5d83845141717c6c90c2df38311"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:95f3b65d2392e1c5cec27cff08fdc0080270d5a1a4b2ea1d51d5f4a2620ff08d"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2cc3712a4b0b76a1d45a9302dd2f53ff339614b1c29603a911318f2357b04dd2"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d4eea0761e37485c9b81400437adb11c40e13ef513375bbd6973e34100aeb06"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f5179583d7a6cdb981151dd349786cbc318bab54963a192692d945dd3f6435d"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2fbb0ffc754490aff6dabbf28064be47f0f9ca0b9755976f945214965b3ace7e"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:a94e52537a0e0a85429eda9e49f272ada715506d3b2431f64b8a3e34eb5f3e75"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:92b68b79c0da2a980b1c4197e56ac3dd0c8a149b4603747c4378914a68706979"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:93da1d3db08a827eda74356f9f58884adb254e59b6664f64cc04cdff2cc19b0d"},
+ {file = "rpds_py-0.20.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:754bbed1a4ca48479e9d4182a561d001bbf81543876cdded6f695ec3d465846b"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-macosx_10_12_x86_64.whl", hash = "sha256:ca449520e7484534a2a44faf629362cae62b660601432d04c482283c47eaebab"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:9c4cb04a16b0f199a8c9bf807269b2f63b7b5b11425e4a6bd44bd6961d28282c"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb63804105143c7e24cee7db89e37cb3f3941f8e80c4379a0b355c52a52b6780"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:55cd1fa4ecfa6d9f14fbd97ac24803e6f73e897c738f771a9fe038f2f11ff07c"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0f8f741b6292c86059ed175d80eefa80997125b7c478fb8769fd9ac8943a16c0"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0fc212779bf8411667234b3cdd34d53de6c2b8b8b958e1e12cb473a5f367c338"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0ad56edabcdb428c2e33bbf24f255fe2b43253b7d13a2cdbf05de955217313e6"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0a3a1e9ee9728b2c1734f65d6a1d376c6f2f6fdcc13bb007a08cc4b1ff576dc5"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:e13de156137b7095442b288e72f33503a469aa1980ed856b43c353ac86390519"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl", hash = "sha256:07f59760ef99f31422c49038964b31c4dfcfeb5d2384ebfc71058a7c9adae2d2"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:59240685e7da61fb78f65a9f07f8108e36a83317c53f7b276b4175dc44151684"},
+ {file = "rpds_py-0.20.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:83cba698cfb3c2c5a7c3c6bac12fe6c6a51aae69513726be6411076185a8b24a"},
+ {file = "rpds_py-0.20.1.tar.gz", hash = "sha256:e1791c4aabd117653530dccd24108fa03cc6baf21f58b950d0a73c3b3b29a350"},
+]
[[package]]
-name = "snowballstemmer"
-version = "2.1.0"
-description = "This package provides 29 stemmers for 28 languages generated from Snowball algorithms."
-category = "dev"
+name = "ruff"
+version = "0.12.12"
+description = "An extremely fast Python linter and code formatter, written in Rust."
optional = false
+python-versions = ">=3.7"
+files = [
+ {file = "ruff-0.12.12-py3-none-linux_armv6l.whl", hash = "sha256:de1c4b916d98ab289818e55ce481e2cacfaad7710b01d1f990c497edf217dafc"},
+ {file = "ruff-0.12.12-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:7acd6045e87fac75a0b0cdedacf9ab3e1ad9d929d149785903cff9bb69ad9727"},
+ {file = "ruff-0.12.12-py3-none-macosx_11_0_arm64.whl", hash = "sha256:abf4073688d7d6da16611f2f126be86523a8ec4343d15d276c614bda8ec44edb"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:968e77094b1d7a576992ac078557d1439df678a34c6fe02fd979f973af167577"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:42a67d16e5b1ffc6d21c5f67851e0e769517fb57a8ebad1d0781b30888aa704e"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b216ec0a0674e4b1214dcc998a5088e54eaf39417327b19ffefba1c4a1e4971e"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:59f909c0fdd8f1dcdbfed0b9569b8bf428cf144bec87d9de298dcd4723f5bee8"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9ac93d87047e765336f0c18eacad51dad0c1c33c9df7484c40f98e1d773876f5"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:01543c137fd3650d322922e8b14cc133b8ea734617c4891c5a9fccf4bfc9aa92"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2afc2fa864197634e549d87fb1e7b6feb01df0a80fd510d6489e1ce8c0b1cc45"},
+ {file = "ruff-0.12.12-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:0c0945246f5ad776cb8925e36af2438e66188d2b57d9cf2eed2c382c58b371e5"},
+ {file = "ruff-0.12.12-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:a0fbafe8c58e37aae28b84a80ba1817f2ea552e9450156018a478bf1fa80f4e4"},
+ {file = "ruff-0.12.12-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:b9c456fb2fc8e1282affa932c9e40f5ec31ec9cbb66751a316bd131273b57c23"},
+ {file = "ruff-0.12.12-py3-none-musllinux_1_2_i686.whl", hash = "sha256:5f12856123b0ad0147d90b3961f5c90e7427f9acd4b40050705499c98983f489"},
+ {file = "ruff-0.12.12-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:26a1b5a2bf7dd2c47e3b46d077cd9c0fc3b93e6c6cc9ed750bd312ae9dc302ee"},
+ {file = "ruff-0.12.12-py3-none-win32.whl", hash = "sha256:173be2bfc142af07a01e3a759aba6f7791aa47acf3604f610b1c36db888df7b1"},
+ {file = "ruff-0.12.12-py3-none-win_amd64.whl", hash = "sha256:e99620bf01884e5f38611934c09dd194eb665b0109104acae3ba6102b600fd0d"},
+ {file = "ruff-0.12.12-py3-none-win_arm64.whl", hash = "sha256:2a8199cab4ce4d72d158319b63370abf60991495fb733db96cd923a34c52d093"},
+ {file = "ruff-0.12.12.tar.gz", hash = "sha256:b86cd3415dbe31b3b46a71c598f4c4b2f550346d1ccf6326b347cc0c8fd063d6"},
+]
+
+[[package]]
+name = "scp"
+version = "0.15.0"
+description = "scp module for paramiko"
+optional = true
python-versions = "*"
+files = [
+ {file = "scp-0.15.0-py2.py3-none-any.whl", hash = "sha256:9e7f721e5ac563c33eb0831d0f949c6342f1c28c3bdc3b02f39d77b5ea20df7e"},
+ {file = "scp-0.15.0.tar.gz", hash = "sha256:f1b22e9932123ccf17eebf19e0953c6e9148f589f93d91b872941a696305c83f"},
+]
+
+[package.dependencies]
+paramiko = "*"
[[package]]
-name = "stevedore"
-version = "3.3.0"
-description = "Manage dynamic plugins for Python applications"
-category = "dev"
+name = "setuptools"
+version = "75.3.2"
+description = "Easily download, build, install, upgrade, and uninstall Python packages"
+optional = true
+python-versions = ">=3.8"
+files = [
+ {file = "setuptools-75.3.2-py3-none-any.whl", hash = "sha256:90ab613b6583fc02d5369cbca13ea26ea0e182d1df2d943ee9cbe81d4c61add9"},
+ {file = "setuptools-75.3.2.tar.gz", hash = "sha256:3c1383e1038b68556a382c1e8ded8887cd20141b0eb5708a6c8d277de49364f5"},
+]
+
+[package.extras]
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.5.2)"]
+core = ["importlib-metadata (>=6)", "importlib-resources (>=5.10.2)", "jaraco.collections", "jaraco.functools", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
+cover = ["pytest-cov"]
+doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
+enabler = ["pytest-enabler (>=2.2)"]
+test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=23.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "ruff (<=0.7.1)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
+type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (==1.12.*)", "pytest-mypy"]
+
+[[package]]
+name = "six"
+version = "1.17.0"
+description = "Python 2 and 3 compatibility utilities"
optional = false
-python-versions = ">=3.6"
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
+files = [
+ {file = "six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274"},
+ {file = "six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81"},
+]
+
+[[package]]
+name = "snowballstemmer"
+version = "3.0.1"
+description = "This package provides 32 stemmers for 30 languages generated from Snowball algorithms."
+optional = false
+python-versions = "!=3.0.*,!=3.1.*,!=3.2.*"
+files = [
+ {file = "snowballstemmer-3.0.1-py3-none-any.whl", hash = "sha256:6cd7b3897da8d6c9ffb968a6781fa6532dce9c3618a4b127d920dab764a19064"},
+ {file = "snowballstemmer-3.0.1.tar.gz", hash = "sha256:6d5eeeec8e9f84d4d56b847692bacf79bc2c8e90c7f80ca4444ff8b6f2e52895"},
+]
+
+[[package]]
+name = "textfsm"
+version = "1.1.3"
+description = "Python module for parsing semi-structured text into python tables."
+optional = true
+python-versions = "*"
+files = [
+ {file = "textfsm-1.1.3-py2.py3-none-any.whl", hash = "sha256:dcbeebc6a6137bed561c71a56344d752e6dbc04ae5ea309252cb70fb97ccc9cd"},
+ {file = "textfsm-1.1.3.tar.gz", hash = "sha256:577ef278a9237f5341ae9b682947cefa4a2c1b24dbe486f94f2c95addc6504b5"},
+]
[package.dependencies]
-importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""}
-pbr = ">=2.0.0,<2.1.0 || >2.1.0"
+future = "*"
+six = "*"
[[package]]
name = "toml"
-version = "0.10.1"
+version = "0.10.2"
description = "Python Library for Tom's Obvious, Minimal Language"
-category = "dev"
optional = false
-python-versions = "*"
+python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
+files = [
+ {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
+ {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
+]
+
+[[package]]
+name = "tomli"
+version = "2.2.1"
+description = "A lil' TOML parser"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249"},
+ {file = "tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6"},
+ {file = "tomli-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a"},
+ {file = "tomli-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6972ca9c9cc9f0acaa56a8ca1ff51e7af152a9f87fb64623e31d5c83700080ee"},
+ {file = "tomli-2.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c954d2250168d28797dd4e3ac5cf812a406cd5a92674ee4c8f123c889786aa8e"},
+ {file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8dd28b3e155b80f4d54beb40a441d366adcfe740969820caf156c019fb5c7ec4"},
+ {file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e59e304978767a54663af13c07b3d1af22ddee3bb2fb0618ca1593e4f593a106"},
+ {file = "tomli-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:33580bccab0338d00994d7f16f4c4ec25b776af3ffaac1ed74e0b3fc95e885a8"},
+ {file = "tomli-2.2.1-cp311-cp311-win32.whl", hash = "sha256:465af0e0875402f1d226519c9904f37254b3045fc5084697cefb9bdde1ff99ff"},
+ {file = "tomli-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:2d0f2fdd22b02c6d81637a3c95f8cd77f995846af7414c5c4b8d0545afa1bc4b"},
+ {file = "tomli-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4a8f6e44de52d5e6c657c9fe83b562f5f4256d8ebbfe4ff922c495620a7f6cea"},
+ {file = "tomli-2.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d57ca8095a641b8237d5b079147646153d22552f1c637fd3ba7f4b0b29167a8"},
+ {file = "tomli-2.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e340144ad7ae1533cb897d406382b4b6fede8890a03738ff1683af800d54192"},
+ {file = "tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db2b95f9de79181805df90bedc5a5ab4c165e6ec3fe99f970d0e302f384ad222"},
+ {file = "tomli-2.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40741994320b232529c802f8bc86da4e1aa9f413db394617b9a256ae0f9a7f77"},
+ {file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:400e720fe168c0f8521520190686ef8ef033fb19fc493da09779e592861b78c6"},
+ {file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd"},
+ {file = "tomli-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b82ebccc8c8a36f2094e969560a1b836758481f3dc360ce9a3277c65f374285e"},
+ {file = "tomli-2.2.1-cp312-cp312-win32.whl", hash = "sha256:889f80ef92701b9dbb224e49ec87c645ce5df3fa2cc548664eb8a25e03127a98"},
+ {file = "tomli-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:7fc04e92e1d624a4a63c76474610238576942d6b8950a2d7f908a340494e67e4"},
+ {file = "tomli-2.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7"},
+ {file = "tomli-2.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c"},
+ {file = "tomli-2.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a92ef1a44547e894e2a17d24e7557a5e85a9e1d0048b0b5e7541f76c5032cb13"},
+ {file = "tomli-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9316dc65bed1684c9a98ee68759ceaed29d229e985297003e494aa825ebb0281"},
+ {file = "tomli-2.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272"},
+ {file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac065718db92ca818f8d6141b5f66369833d4a80a9d74435a268c52bdfa73140"},
+ {file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:d920f33822747519673ee656a4b6ac33e382eca9d331c87770faa3eef562aeb2"},
+ {file = "tomli-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a198f10c4d1b1375d7687bc25294306e551bf1abfa4eace6650070a5c1ae2744"},
+ {file = "tomli-2.2.1-cp313-cp313-win32.whl", hash = "sha256:d3f5614314d758649ab2ab3a62d4f2004c825922f9e370b29416484086b264ec"},
+ {file = "tomli-2.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:a38aa0308e754b0e3c67e344754dff64999ff9b513e691d0e786265c93583c69"},
+ {file = "tomli-2.2.1-py3-none-any.whl", hash = "sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc"},
+ {file = "tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff"},
+]
[[package]]
-name = "typed-ast"
-version = "1.4.2"
-description = "a fork of Python 2 and 3 ast modules with type comment support"
-category = "dev"
+name = "tomlkit"
+version = "0.13.3"
+description = "Style preserving TOML library"
optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "tomlkit-0.13.3-py3-none-any.whl", hash = "sha256:c89c649d79ee40629a9fda55f8ace8c6a1b42deb912b2a8fd8d942ddadb606b0"},
+ {file = "tomlkit-0.13.3.tar.gz", hash = "sha256:430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1"},
+]
+
+[[package]]
+name = "towncrier"
+version = "24.8.0"
+description = "Building newsfiles for your project."
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "towncrier-24.8.0-py3-none-any.whl", hash = "sha256:9343209592b839209cdf28c339ba45792fbfe9775b5f9c177462fd693e127d8d"},
+ {file = "towncrier-24.8.0.tar.gz", hash = "sha256:013423ee7eed102b2f393c287d22d95f66f1a3ea10a4baa82d298001a7f18af3"},
+]
+
+[package.dependencies]
+click = "*"
+importlib-metadata = {version = ">=4.6", markers = "python_version < \"3.10\""}
+importlib-resources = {version = ">=5", markers = "python_version < \"3.10\""}
+jinja2 = "*"
+tomli = {version = "*", markers = "python_version < \"3.11\""}
+
+[package.extras]
+dev = ["furo (>=2024.05.06)", "nox", "packaging", "sphinx (>=5)", "twisted"]
+
+[[package]]
+name = "transitions"
+version = "0.9.3"
+description = "A lightweight, object-oriented Python state machine implementation with many extensions."
+optional = true
python-versions = "*"
+files = [
+ {file = "transitions-0.9.3-py2.py3-none-any.whl", hash = "sha256:02463248f2b668d86f66636b1e3c9e8de84d93e22915247f4e1aa9ee1cae28aa"},
+ {file = "transitions-0.9.3.tar.gz", hash = "sha256:881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8"},
+]
+
+[package.dependencies]
+six = "*"
+
+[package.extras]
+diagrams = ["pygraphviz"]
+test = ["pytest"]
+
+[[package]]
+name = "ttp"
+version = "0.9.5"
+description = "Template Text Parser"
+optional = true
+python-versions = ">=2.7,<4.0"
+files = [
+ {file = "ttp-0.9.5-py2.py3-none-any.whl", hash = "sha256:2c9fcf560b3f696e9fdd3554dc8e4622cbb10cac1d4fca13a7cf608c4a7fd137"},
+ {file = "ttp-0.9.5.tar.gz", hash = "sha256:234414f4d3039d2d1cde09993f89f8db1b34d447f76c6a402555cefac2e59c4e"},
+]
+
+[package.extras]
+docs = ["Sphinx (==4.3.0)", "readthedocs-sphinx-search (==0.1.1)", "sphinx_rtd_theme (==1.0.0)", "sphinxcontrib-applehelp (==1.0.1)", "sphinxcontrib-devhelp (==1.0.1)", "sphinxcontrib-htmlhelp (==2.0.0)", "sphinxcontrib-jsmath (==1.0.1)", "sphinxcontrib-napoleon (==0.7)", "sphinxcontrib-qthelp (==1.0.2)", "sphinxcontrib-serializinghtml (==1.1.5)", "sphinxcontrib-spelling (==7.2.1)"]
+full = ["cerberus (>=1.3.0,<1.4.0)", "deepdiff (>=5.8.0,<5.9.0)", "jinja2 (>=3.0.0,<3.1.0)", "n2g (>=0.2.0,<0.3.0)", "openpyxl (>=3.0.0,<3.1.0)", "pyyaml (==6.0)", "tabulate (>=0.8.0,<0.9.0)", "ttp_templates (<1.0.0)", "yangson (>=1.4.0,<1.5.0)"]
+
+[[package]]
+name = "ttp-templates"
+version = "0.3.7"
+description = "Template Text Parser Templates collections"
+optional = true
+python-versions = "<4.0,>=3.6"
+files = [
+ {file = "ttp_templates-0.3.7-py3-none-any.whl", hash = "sha256:2328304fb4c957ee60db6f301143e8a4556b22a12b3e2f30511e8ef97fc78f7e"},
+ {file = "ttp_templates-0.3.7.tar.gz", hash = "sha256:f9103041a3683a0cb3811609ad990f679beadfc9a92c3e3fa05d6037414ad2bf"},
+]
+
+[package.dependencies]
+ttp = ">=0.6.0"
+
+[package.extras]
+docs = ["mkdocs (==1.2.4)", "mkdocs-material (==7.2.2)", "mkdocs-material-extensions (==1.0.1)", "mkdocstrings[python] (>=0.18.0,<0.19.0)", "pygments (==2.11)", "pymdown-extensions (==9.3)"]
[[package]]
name = "typing-extensions"
-version = "3.7.4.3"
-description = "Backported and Experimental Type Hints for Python 3.5+"
-category = "dev"
+version = "4.13.2"
+description = "Backported and Experimental Type Hints for Python 3.8+"
optional = false
-python-versions = "*"
+python-versions = ">=3.8"
+files = [
+ {file = "typing_extensions-4.13.2-py3-none-any.whl", hash = "sha256:a439e7c04b49fec3e5d3e2beaa21755cadbbdc391694e28ccdd36ca4a1408f8c"},
+ {file = "typing_extensions-4.13.2.tar.gz", hash = "sha256:e6c81219bd689f51865d9e372991c540bda33a0379d5573cddb9a3a23f7caaef"},
+]
[[package]]
-name = "wrapt"
-version = "1.12.1"
-description = "Module for decorators, wrappers and monkey patching."
-category = "dev"
+name = "urllib3"
+version = "2.2.3"
+description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
-python-versions = "*"
+python-versions = ">=3.8"
+files = [
+ {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"},
+ {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"},
+]
+
+[package.extras]
+brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"]
+h2 = ["h2 (>=4,<5)"]
+socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"]
+zstd = ["zstandard (>=0.18.0)"]
+
+[[package]]
+name = "watchdog"
+version = "4.0.2"
+description = "Filesystem events monitoring"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "watchdog-4.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ede7f010f2239b97cc79e6cb3c249e72962404ae3865860855d5cbe708b0fd22"},
+ {file = "watchdog-4.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a2cffa171445b0efa0726c561eca9a27d00a1f2b83846dbd5a4f639c4f8ca8e1"},
+ {file = "watchdog-4.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c50f148b31b03fbadd6d0b5980e38b558046b127dc483e5e4505fcef250f9503"},
+ {file = "watchdog-4.0.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:7c7d4bf585ad501c5f6c980e7be9c4f15604c7cc150e942d82083b31a7548930"},
+ {file = "watchdog-4.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:914285126ad0b6eb2258bbbcb7b288d9dfd655ae88fa28945be05a7b475a800b"},
+ {file = "watchdog-4.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:984306dc4720da5498b16fc037b36ac443816125a3705dfde4fd90652d8028ef"},
+ {file = "watchdog-4.0.2-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:1cdcfd8142f604630deef34722d695fb455d04ab7cfe9963055df1fc69e6727a"},
+ {file = "watchdog-4.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d7ab624ff2f663f98cd03c8b7eedc09375a911794dfea6bf2a359fcc266bff29"},
+ {file = "watchdog-4.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:132937547a716027bd5714383dfc40dc66c26769f1ce8a72a859d6a48f371f3a"},
+ {file = "watchdog-4.0.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:cd67c7df93eb58f360c43802acc945fa8da70c675b6fa37a241e17ca698ca49b"},
+ {file = "watchdog-4.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:bcfd02377be80ef3b6bc4ce481ef3959640458d6feaae0bd43dd90a43da90a7d"},
+ {file = "watchdog-4.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:980b71510f59c884d684b3663d46e7a14b457c9611c481e5cef08f4dd022eed7"},
+ {file = "watchdog-4.0.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:aa160781cafff2719b663c8a506156e9289d111d80f3387cf3af49cedee1f040"},
+ {file = "watchdog-4.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f6ee8dedd255087bc7fe82adf046f0b75479b989185fb0bdf9a98b612170eac7"},
+ {file = "watchdog-4.0.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:0b4359067d30d5b864e09c8597b112fe0a0a59321a0f331498b013fb097406b4"},
+ {file = "watchdog-4.0.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:770eef5372f146997638d737c9a3c597a3b41037cfbc5c41538fc27c09c3a3f9"},
+ {file = "watchdog-4.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:eeea812f38536a0aa859972d50c76e37f4456474b02bd93674d1947cf1e39578"},
+ {file = "watchdog-4.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:b2c45f6e1e57ebb4687690c05bc3a2c1fb6ab260550c4290b8abb1335e0fd08b"},
+ {file = "watchdog-4.0.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:10b6683df70d340ac3279eff0b2766813f00f35a1d37515d2c99959ada8f05fa"},
+ {file = "watchdog-4.0.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:f7c739888c20f99824f7aa9d31ac8a97353e22d0c0e54703a547a218f6637eb3"},
+ {file = "watchdog-4.0.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl", hash = "sha256:c100d09ac72a8a08ddbf0629ddfa0b8ee41740f9051429baa8e31bb903ad7508"},
+ {file = "watchdog-4.0.2-pp38-pypy38_pp73-macosx_11_0_arm64.whl", hash = "sha256:f5315a8c8dd6dd9425b974515081fc0aadca1d1d61e078d2246509fd756141ee"},
+ {file = "watchdog-4.0.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl", hash = "sha256:2d468028a77b42cc685ed694a7a550a8d1771bb05193ba7b24006b8241a571a1"},
+ {file = "watchdog-4.0.2-pp39-pypy39_pp73-macosx_11_0_arm64.whl", hash = "sha256:f15edcae3830ff20e55d1f4e743e92970c847bcddc8b7509bcd172aa04de506e"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_aarch64.whl", hash = "sha256:936acba76d636f70db8f3c66e76aa6cb5136a936fc2a5088b9ce1c7a3508fc83"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_armv7l.whl", hash = "sha256:e252f8ca942a870f38cf785aef420285431311652d871409a64e2a0a52a2174c"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_i686.whl", hash = "sha256:0e83619a2d5d436a7e58a1aea957a3c1ccbf9782c43c0b4fed80580e5e4acd1a"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_ppc64.whl", hash = "sha256:88456d65f207b39f1981bf772e473799fcdc10801062c36fd5ad9f9d1d463a73"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_ppc64le.whl", hash = "sha256:32be97f3b75693a93c683787a87a0dc8db98bb84701539954eef991fb35f5fbc"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_s390x.whl", hash = "sha256:c82253cfc9be68e3e49282831afad2c1f6593af80c0daf1287f6a92657986757"},
+ {file = "watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl", hash = "sha256:c0b14488bd336c5b1845cee83d3e631a1f8b4e9c5091ec539406e4a324f882d8"},
+ {file = "watchdog-4.0.2-py3-none-win32.whl", hash = "sha256:0d8a7e523ef03757a5aa29f591437d64d0d894635f8a50f370fe37f913ce4e19"},
+ {file = "watchdog-4.0.2-py3-none-win_amd64.whl", hash = "sha256:c344453ef3bf875a535b0488e3ad28e341adbd5a9ffb0f7d62cefacc8824ef2b"},
+ {file = "watchdog-4.0.2-py3-none-win_ia64.whl", hash = "sha256:baececaa8edff42cd16558a639a9b0ddf425f93d892e8392a56bf904f5eff22c"},
+ {file = "watchdog-4.0.2.tar.gz", hash = "sha256:b4dfbb6c49221be4535623ea4474a4d6ee0a9cef4a80b20c28db4d858b64e270"},
+]
+
+[package.extras]
+watchmedo = ["PyYAML (>=3.10)"]
+
+[[package]]
+name = "wheel"
+version = "0.45.1"
+description = "A built-package format for Python"
+optional = false
+python-versions = ">=3.8"
+files = [
+ {file = "wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"},
+ {file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"},
+]
+
+[package.extras]
+test = ["pytest (>=6.0.0)", "setuptools (>=65)"]
[[package]]
name = "yamllint"
-version = "1.26.0"
+version = "1.35.1"
description = "A linter for YAML files."
-category = "dev"
optional = false
-python-versions = ">=3.5.*"
+python-versions = ">=3.8"
+files = [
+ {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"},
+ {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"},
+]
[package.dependencies]
pathspec = ">=0.5.3"
pyyaml = "*"
+[package.extras]
+dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
+
+[[package]]
+name = "yamlordereddictloader"
+version = "0.4.2"
+description = "YAML loader and dumper for PyYAML allowing to keep keys order."
+optional = true
+python-versions = "*"
+files = [
+ {file = "yamlordereddictloader-0.4.2-py3-none-any.whl", hash = "sha256:dc048adb67026786cd24119bd71241f35bc8b0fd37d24b415c37bbc8049f9cd7"},
+ {file = "yamlordereddictloader-0.4.2.tar.gz", hash = "sha256:36af2f6210fcff5da4fc4c12e1d815f973dceb41044e795e1f06115d634bca13"},
+]
+
+[package.dependencies]
+pyyaml = "*"
+
[[package]]
name = "zipp"
-version = "3.4.1"
+version = "3.20.2"
description = "Backport of pathlib-compatible object wrapper for zip files"
-category = "dev"
optional = false
-python-versions = ">=3.6"
+python-versions = ">=3.8"
+files = [
+ {file = "zipp-3.20.2-py3-none-any.whl", hash = "sha256:a817ac80d6cf4b23bf7f2828b7cabf326f15a001bea8b1f9b49631780ba28350"},
+ {file = "zipp-3.20.2.tar.gz", hash = "sha256:bc9eb26f4506fda01b81bcde0ca78103b6e62f991b381fec825435c836edbc29"},
+]
[package.extras]
-docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"]
-testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
+check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"]
+cover = ["pytest-cov"]
+doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"]
+enabler = ["pytest-enabler (>=2.2)"]
+test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-itertools", "pytest (>=6,!=8.1.*)", "pytest-ignore-flaky"]
+type = ["pytest-mypy"]
+
+[extras]
+optionals = ["jsonschema", "legacycrypt", "napalm"]
[metadata]
-lock-version = "1.1"
-python-versions = "^3.6"
-content-hash = "d36512e0b9fa4875a8d04ea47d48ac17171233c2931d7e7e1e56a6de81cefffd"
-
-[metadata.files]
-appdirs = [
- {file = "appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128"},
- {file = "appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41"},
-]
-astroid = [
- {file = "astroid-2.5.1-py3-none-any.whl", hash = "sha256:21d735aab248253531bb0f1e1e6d068f0ee23533e18ae8a6171ff892b98297cf"},
- {file = "astroid-2.5.1.tar.gz", hash = "sha256:cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"},
-]
-atomicwrites = [
- {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
- {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
-]
-attrs = [
- {file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"},
- {file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"},
-]
-bandit = [
- {file = "bandit-1.7.0-py3-none-any.whl", hash = "sha256:216be4d044209fa06cf2a3e51b319769a51be8318140659719aa7a115c35ed07"},
- {file = "bandit-1.7.0.tar.gz", hash = "sha256:8a4c7415254d75df8ff3c3b15cfe9042ecee628a1e40b44c15a98890fbfc2608"},
-]
-black = [
- {file = "black-20.8b1.tar.gz", hash = "sha256:1c02557aa099101b9d21496f8a914e9ed2222ef70336404eeeac8edba836fbea"},
-]
-click = [
- {file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"},
- {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"},
-]
-colorama = [
- {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
- {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
-]
-coverage = [
- {file = "coverage-5.5-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b6d534e4b2ab35c9f93f46229363e17f63c53ad01330df9f2d6bd1187e5eaacf"},
- {file = "coverage-5.5-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:b7895207b4c843c76a25ab8c1e866261bcfe27bfaa20c192de5190121770672b"},
- {file = "coverage-5.5-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:c2723d347ab06e7ddad1a58b2a821218239249a9e4365eaff6649d31180c1669"},
- {file = "coverage-5.5-cp27-cp27m-manylinux2010_i686.whl", hash = "sha256:900fbf7759501bc7807fd6638c947d7a831fc9fdf742dc10f02956ff7220fa90"},
- {file = "coverage-5.5-cp27-cp27m-manylinux2010_x86_64.whl", hash = "sha256:004d1880bed2d97151facef49f08e255a20ceb6f9432df75f4eef018fdd5a78c"},
- {file = "coverage-5.5-cp27-cp27m-win32.whl", hash = "sha256:06191eb60f8d8a5bc046f3799f8a07a2d7aefb9504b0209aff0b47298333302a"},
- {file = "coverage-5.5-cp27-cp27m-win_amd64.whl", hash = "sha256:7501140f755b725495941b43347ba8a2777407fc7f250d4f5a7d2a1050ba8e82"},
- {file = "coverage-5.5-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:372da284cfd642d8e08ef606917846fa2ee350f64994bebfbd3afb0040436905"},
- {file = "coverage-5.5-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:8963a499849a1fc54b35b1c9f162f4108017b2e6db2c46c1bed93a72262ed083"},
- {file = "coverage-5.5-cp27-cp27mu-manylinux2010_i686.whl", hash = "sha256:869a64f53488f40fa5b5b9dcb9e9b2962a66a87dab37790f3fcfb5144b996ef5"},
- {file = "coverage-5.5-cp27-cp27mu-manylinux2010_x86_64.whl", hash = "sha256:4a7697d8cb0f27399b0e393c0b90f0f1e40c82023ea4d45d22bce7032a5d7b81"},
- {file = "coverage-5.5-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:8d0a0725ad7c1a0bcd8d1b437e191107d457e2ec1084b9f190630a4fb1af78e6"},
- {file = "coverage-5.5-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:51cb9476a3987c8967ebab3f0fe144819781fca264f57f89760037a2ea191cb0"},
- {file = "coverage-5.5-cp310-cp310-win_amd64.whl", hash = "sha256:c0891a6a97b09c1f3e073a890514d5012eb256845c451bd48f7968ef939bf4ae"},
- {file = "coverage-5.5-cp35-cp35m-macosx_10_9_x86_64.whl", hash = "sha256:3487286bc29a5aa4b93a072e9592f22254291ce96a9fbc5251f566b6b7343cdb"},
- {file = "coverage-5.5-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:deee1077aae10d8fa88cb02c845cfba9b62c55e1183f52f6ae6a2df6a2187160"},
- {file = "coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:f11642dddbb0253cc8853254301b51390ba0081750a8ac03f20ea8103f0c56b6"},
- {file = "coverage-5.5-cp35-cp35m-manylinux2010_i686.whl", hash = "sha256:6c90e11318f0d3c436a42409f2749ee1a115cd8b067d7f14c148f1ce5574d701"},
- {file = "coverage-5.5-cp35-cp35m-manylinux2010_x86_64.whl", hash = "sha256:30c77c1dc9f253283e34c27935fded5015f7d1abe83bc7821680ac444eaf7793"},
- {file = "coverage-5.5-cp35-cp35m-win32.whl", hash = "sha256:9a1ef3b66e38ef8618ce5fdc7bea3d9f45f3624e2a66295eea5e57966c85909e"},
- {file = "coverage-5.5-cp35-cp35m-win_amd64.whl", hash = "sha256:972c85d205b51e30e59525694670de6a8a89691186012535f9d7dbaa230e42c3"},
- {file = "coverage-5.5-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:af0e781009aaf59e25c5a678122391cb0f345ac0ec272c7961dc5455e1c40066"},
- {file = "coverage-5.5-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:74d881fc777ebb11c63736622b60cb9e4aee5cace591ce274fb69e582a12a61a"},
- {file = "coverage-5.5-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:92b017ce34b68a7d67bd6d117e6d443a9bf63a2ecf8567bb3d8c6c7bc5014465"},
- {file = "coverage-5.5-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:d636598c8305e1f90b439dbf4f66437de4a5e3c31fdf47ad29542478c8508bbb"},
- {file = "coverage-5.5-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:41179b8a845742d1eb60449bdb2992196e211341818565abded11cfa90efb821"},
- {file = "coverage-5.5-cp36-cp36m-win32.whl", hash = "sha256:040af6c32813fa3eae5305d53f18875bedd079960822ef8ec067a66dd8afcd45"},
- {file = "coverage-5.5-cp36-cp36m-win_amd64.whl", hash = "sha256:5fec2d43a2cc6965edc0bb9e83e1e4b557f76f843a77a2496cbe719583ce8184"},
- {file = "coverage-5.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:18ba8bbede96a2c3dde7b868de9dcbd55670690af0988713f0603f037848418a"},
- {file = "coverage-5.5-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:2910f4d36a6a9b4214bb7038d537f015346f413a975d57ca6b43bf23d6563b53"},
- {file = "coverage-5.5-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:f0b278ce10936db1a37e6954e15a3730bea96a0997c26d7fee88e6c396c2086d"},
- {file = "coverage-5.5-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:796c9c3c79747146ebd278dbe1e5c5c05dd6b10cc3bcb8389dfdf844f3ead638"},
- {file = "coverage-5.5-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:53194af30d5bad77fcba80e23a1441c71abfb3e01192034f8246e0d8f99528f3"},
- {file = "coverage-5.5-cp37-cp37m-win32.whl", hash = "sha256:184a47bbe0aa6400ed2d41d8e9ed868b8205046518c52464fde713ea06e3a74a"},
- {file = "coverage-5.5-cp37-cp37m-win_amd64.whl", hash = "sha256:2949cad1c5208b8298d5686d5a85b66aae46d73eec2c3e08c817dd3513e5848a"},
- {file = "coverage-5.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:217658ec7187497e3f3ebd901afdca1af062b42cfe3e0dafea4cced3983739f6"},
- {file = "coverage-5.5-cp38-cp38-manylinux1_i686.whl", hash = "sha256:1aa846f56c3d49205c952d8318e76ccc2ae23303351d9270ab220004c580cfe2"},
- {file = "coverage-5.5-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:24d4a7de75446be83244eabbff746d66b9240ae020ced65d060815fac3423759"},
- {file = "coverage-5.5-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:d1f8bf7b90ba55699b3a5e44930e93ff0189aa27186e96071fac7dd0d06a1873"},
- {file = "coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:970284a88b99673ccb2e4e334cfb38a10aab7cd44f7457564d11898a74b62d0a"},
- {file = "coverage-5.5-cp38-cp38-win32.whl", hash = "sha256:01d84219b5cdbfc8122223b39a954820929497a1cb1422824bb86b07b74594b6"},
- {file = "coverage-5.5-cp38-cp38-win_amd64.whl", hash = "sha256:2e0d881ad471768bf6e6c2bf905d183543f10098e3b3640fc029509530091502"},
- {file = "coverage-5.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d1f9ce122f83b2305592c11d64f181b87153fc2c2bbd3bb4a3dde8303cfb1a6b"},
- {file = "coverage-5.5-cp39-cp39-manylinux1_i686.whl", hash = "sha256:13c4ee887eca0f4c5a247b75398d4114c37882658300e153113dafb1d76de529"},
- {file = "coverage-5.5-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:52596d3d0e8bdf3af43db3e9ba8dcdaac724ba7b5ca3f6358529d56f7a166f8b"},
- {file = "coverage-5.5-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:2cafbbb3af0733db200c9b5f798d18953b1a304d3f86a938367de1567f4b5bff"},
- {file = "coverage-5.5-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:44d654437b8ddd9eee7d1eaee28b7219bec228520ff809af170488fd2fed3e2b"},
- {file = "coverage-5.5-cp39-cp39-win32.whl", hash = "sha256:d314ed732c25d29775e84a960c3c60808b682c08d86602ec2c3008e1202e3bb6"},
- {file = "coverage-5.5-cp39-cp39-win_amd64.whl", hash = "sha256:13034c4409db851670bc9acd836243aeee299949bd5673e11844befcb0149f03"},
- {file = "coverage-5.5-pp36-none-any.whl", hash = "sha256:f030f8873312a16414c0d8e1a1ddff2d3235655a2174e3648b4fa66b3f2f1079"},
- {file = "coverage-5.5-pp37-none-any.whl", hash = "sha256:2a3859cb82dcbda1cfd3e6f71c27081d18aa251d20a17d87d26d4cd216fb0af4"},
- {file = "coverage-5.5.tar.gz", hash = "sha256:ebe78fe9a0e874362175b02371bdfbee64d8edc42a044253ddf4ee7d3c15212c"},
-]
-dataclasses = [
- {file = "dataclasses-0.8-py3-none-any.whl", hash = "sha256:0201d89fa866f68c8ebd9d08ee6ff50c0b255f8ec63a71c16fda7af82bb887bf"},
- {file = "dataclasses-0.8.tar.gz", hash = "sha256:8479067f342acf957dc82ec415d355ab5edb7e7646b90dc6e2fd1d96ad084c97"},
-]
-flake8 = [
- {file = "flake8-3.9.0-py2.py3-none-any.whl", hash = "sha256:12d05ab02614b6aee8df7c36b97d1a3b2372761222b19b58621355e82acddcff"},
- {file = "flake8-3.9.0.tar.gz", hash = "sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0"},
-]
-gitdb = [
- {file = "gitdb-4.0.5-py3-none-any.whl", hash = "sha256:91f36bfb1ab7949b3b40e23736db18231bf7593edada2ba5c3a174a7b23657ac"},
- {file = "gitdb-4.0.5.tar.gz", hash = "sha256:c9e1f2d0db7ddb9a704c2a0217be31214e91a4fe1dea1efad19ae42ba0c285c9"},
-]
-gitpython = [
- {file = "GitPython-3.1.14-py3-none-any.whl", hash = "sha256:3283ae2fba31c913d857e12e5ba5f9a7772bbc064ae2bb09efafa71b0dd4939b"},
- {file = "GitPython-3.1.14.tar.gz", hash = "sha256:be27633e7509e58391f10207cd32b2a6cf5b908f92d9cd30da2e514e1137af61"},
-]
-importlib-metadata = [
- {file = "importlib_metadata-3.7.3-py3-none-any.whl", hash = "sha256:b74159469b464a99cb8cc3e21973e4d96e05d3024d337313fedb618a6e86e6f4"},
- {file = "importlib_metadata-3.7.3.tar.gz", hash = "sha256:742add720a20d0467df2f444ae41704000f50e1234f46174b51f9c6031a1bd71"},
-]
-iniconfig = [
- {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
- {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
-]
-invoke = [
- {file = "invoke-1.5.0-py2-none-any.whl", hash = "sha256:da7c2d0be71be83ffd6337e078ef9643f41240024d6b2659e7b46e0b251e339f"},
- {file = "invoke-1.5.0-py3-none-any.whl", hash = "sha256:7e44d98a7dc00c91c79bac9e3007276965d2c96884b3c22077a9f04042bd6d90"},
- {file = "invoke-1.5.0.tar.gz", hash = "sha256:f0c560075b5fb29ba14dad44a7185514e94970d1b9d57dcd3723bec5fed92650"},
-]
-isort = [
- {file = "isort-5.8.0-py3-none-any.whl", hash = "sha256:2bb1680aad211e3c9944dbce1d4ba09a989f04e238296c87fe2139faa26d655d"},
- {file = "isort-5.8.0.tar.gz", hash = "sha256:0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6"},
-]
-lazy-object-proxy = [
- {file = "lazy-object-proxy-1.5.2.tar.gz", hash = "sha256:5944a9b95e97de1980c65f03b79b356f30a43de48682b8bdd90aa5089f0ec1f4"},
- {file = "lazy_object_proxy-1.5.2-cp27-cp27m-macosx_10_14_x86_64.whl", hash = "sha256:e960e8be509e8d6d618300a6c189555c24efde63e85acaf0b14b2cd1ac743315"},
- {file = "lazy_object_proxy-1.5.2-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:522b7c94b524389f4a4094c4bf04c2b02228454ddd17c1a9b2801fac1d754871"},
- {file = "lazy_object_proxy-1.5.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:3782931963dc89e0e9a0ae4348b44762e868ea280e4f8c233b537852a8996ab9"},
- {file = "lazy_object_proxy-1.5.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:429c4d1862f3fc37cd56304d880f2eae5bd0da83bdef889f3bd66458aac49128"},
- {file = "lazy_object_proxy-1.5.2-cp35-cp35m-win32.whl", hash = "sha256:cd1bdace1a8762534e9a36c073cd54e97d517a17d69a17985961265be6d22847"},
- {file = "lazy_object_proxy-1.5.2-cp35-cp35m-win_amd64.whl", hash = "sha256:ddbdcd10eb999d7ab292677f588b658372aadb9a52790f82484a37127a390108"},
- {file = "lazy_object_proxy-1.5.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ecb5dd5990cec6e7f5c9c1124a37cb2c710c6d69b0c1a5c4aa4b35eba0ada068"},
- {file = "lazy_object_proxy-1.5.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:b6577f15d5516d7d209c1a8cde23062c0f10625f19e8dc9fb59268859778d7d7"},
- {file = "lazy_object_proxy-1.5.2-cp36-cp36m-win32.whl", hash = "sha256:c8fe2d6ff0ff583784039d0255ea7da076efd08507f2be6f68583b0da32e3afb"},
- {file = "lazy_object_proxy-1.5.2-cp36-cp36m-win_amd64.whl", hash = "sha256:fa5b2dee0e231fa4ad117be114251bdfe6afe39213bd629d43deb117b6a6c40a"},
- {file = "lazy_object_proxy-1.5.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:1d33d6f789697f401b75ce08e73b1de567b947740f768376631079290118ad39"},
- {file = "lazy_object_proxy-1.5.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:57fb5c5504ddd45ed420b5b6461a78f58cbb0c1b0cbd9cd5a43ad30a4a3ee4d0"},
- {file = "lazy_object_proxy-1.5.2-cp37-cp37m-win32.whl", hash = "sha256:e7273c64bccfd9310e9601b8f4511d84730239516bada26a0c9846c9697617ef"},
- {file = "lazy_object_proxy-1.5.2-cp37-cp37m-win_amd64.whl", hash = "sha256:6f4e5e68b7af950ed7fdb594b3f19a0014a3ace0fedb86acb896e140ffb24302"},
- {file = "lazy_object_proxy-1.5.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:cadfa2c2cf54d35d13dc8d231253b7985b97d629ab9ca6e7d672c35539d38163"},
- {file = "lazy_object_proxy-1.5.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:e7428977763150b4cf83255625a80a23dfdc94d43be7791ce90799d446b4e26f"},
- {file = "lazy_object_proxy-1.5.2-cp38-cp38-win32.whl", hash = "sha256:2f2de8f8ac0be3e40d17730e0600619d35c78c13a099ea91ef7fb4ad944ce694"},
- {file = "lazy_object_proxy-1.5.2-cp38-cp38-win_amd64.whl", hash = "sha256:38c3865bd220bd983fcaa9aa11462619e84a71233bafd9c880f7b1cb753ca7fa"},
- {file = "lazy_object_proxy-1.5.2-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:8a44e9901c0555f95ac401377032f6e6af66d8fc1fbfad77a7a8b1a826e0b93c"},
- {file = "lazy_object_proxy-1.5.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:fa7fb7973c622b9e725bee1db569d2c2ee64d2f9a089201c5e8185d482c7352d"},
- {file = "lazy_object_proxy-1.5.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:71a1ef23f22fa8437974b2d60fedb947c99a957ad625f83f43fd3de70f77f458"},
- {file = "lazy_object_proxy-1.5.2-cp39-cp39-win32.whl", hash = "sha256:ef3f5e288aa57b73b034ce9c1f1ac753d968f9069cd0742d1d69c698a0167166"},
- {file = "lazy_object_proxy-1.5.2-cp39-cp39-win_amd64.whl", hash = "sha256:37d9c34b96cca6787fe014aeb651217944a967a5b165e2cacb6b858d2997ab84"},
-]
-mccabe = [
- {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
- {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
-]
-mypy-extensions = [
- {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
- {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
-]
-packaging = [
- {file = "packaging-20.9-py2.py3-none-any.whl", hash = "sha256:67714da7f7bc052e064859c05c595155bd1ee9f69f76557e21f051443c20947a"},
- {file = "packaging-20.9.tar.gz", hash = "sha256:5b327ac1320dc863dca72f4514ecc086f31186744b84a230374cc1fd776feae5"},
-]
-pathspec = [
- {file = "pathspec-0.8.1-py2.py3-none-any.whl", hash = "sha256:aa0cb481c4041bf52ffa7b0d8fa6cd3e88a2ca4879c533c9153882ee2556790d"},
- {file = "pathspec-0.8.1.tar.gz", hash = "sha256:86379d6b86d75816baba717e64b1a3a3469deb93bb76d613c9ce79edc5cb68fd"},
-]
-pbr = [
- {file = "pbr-5.5.1-py2.py3-none-any.whl", hash = "sha256:b236cde0ac9a6aedd5e3c34517b423cd4fd97ef723849da6b0d2231142d89c00"},
- {file = "pbr-5.5.1.tar.gz", hash = "sha256:5fad80b613c402d5b7df7bd84812548b2a61e9977387a80a5fc5c396492b13c9"},
-]
-pluggy = [
- {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
- {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
-]
-py = [
- {file = "py-1.10.0-py2.py3-none-any.whl", hash = "sha256:3b80836aa6d1feeaa108e046da6423ab8f6ceda6468545ae8d02d9d58d18818a"},
- {file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"},
-]
-pycodestyle = [
- {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"},
- {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"},
-]
-pydocstyle = [
- {file = "pydocstyle-5.1.1-py3-none-any.whl", hash = "sha256:aca749e190a01726a4fb472dd4ef23b5c9da7b9205c0a7857c06533de13fd678"},
- {file = "pydocstyle-5.1.1.tar.gz", hash = "sha256:19b86fa8617ed916776a11cd8bc0197e5b9856d5433b777f51a3defe13075325"},
-]
-pyflakes = [
- {file = "pyflakes-2.3.0-py2.py3-none-any.whl", hash = "sha256:910208209dcea632721cb58363d0f72913d9e8cf64dc6f8ae2e02a3609aba40d"},
- {file = "pyflakes-2.3.0.tar.gz", hash = "sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f"},
-]
-pylint = [
- {file = "pylint-2.7.2-py3-none-any.whl", hash = "sha256:d09b0b07ba06bcdff463958f53f23df25e740ecd81895f7d2699ec04bbd8dc3b"},
- {file = "pylint-2.7.2.tar.gz", hash = "sha256:0e21d3b80b96740909d77206d741aa3ce0b06b41be375d92e1f3244a274c1f8a"},
-]
-pyparsing = [
- {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
- {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
-]
-pytest = [
- {file = "pytest-6.2.2-py3-none-any.whl", hash = "sha256:b574b57423e818210672e07ca1fa90aaf194a4f63f3ab909a2c67ebb22913839"},
- {file = "pytest-6.2.2.tar.gz", hash = "sha256:9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9"},
-]
-pyyaml = [
- {file = "PyYAML-5.4.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:3b2b1824fe7112845700f815ff6a489360226a5609b96ec2190a45e62a9fc922"},
- {file = "PyYAML-5.4.1-cp27-cp27m-win32.whl", hash = "sha256:129def1b7c1bf22faffd67b8f3724645203b79d8f4cc81f674654d9902cb4393"},
- {file = "PyYAML-5.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:4465124ef1b18d9ace298060f4eccc64b0850899ac4ac53294547536533800c8"},
- {file = "PyYAML-5.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:bb4191dfc9306777bc594117aee052446b3fa88737cd13b7188d0e7aa8162185"},
- {file = "PyYAML-5.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:6c78645d400265a062508ae399b60b8c167bf003db364ecb26dcab2bda048253"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:4e0583d24c881e14342eaf4ec5fbc97f934b999a6828693a99157fde912540cc"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:72a01f726a9c7851ca9bfad6fd09ca4e090a023c00945ea05ba1638c09dc3347"},
- {file = "PyYAML-5.4.1-cp36-cp36m-manylinux2014_s390x.whl", hash = "sha256:895f61ef02e8fed38159bb70f7e100e00f471eae2bc838cd0f4ebb21e28f8541"},
- {file = "PyYAML-5.4.1-cp36-cp36m-win32.whl", hash = "sha256:3bd0e463264cf257d1ffd2e40223b197271046d09dadf73a0fe82b9c1fc385a5"},
- {file = "PyYAML-5.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:e4fac90784481d221a8e4b1162afa7c47ed953be40d31ab4629ae917510051df"},
- {file = "PyYAML-5.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5accb17103e43963b80e6f837831f38d314a0495500067cb25afab2e8d7a4018"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:e1d4970ea66be07ae37a3c2e48b5ec63f7ba6804bdddfdbd3cfd954d25a82e63"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:cb333c16912324fd5f769fff6bc5de372e9e7a202247b48870bc251ed40239aa"},
- {file = "PyYAML-5.4.1-cp37-cp37m-manylinux2014_s390x.whl", hash = "sha256:fe69978f3f768926cfa37b867e3843918e012cf83f680806599ddce33c2c68b0"},
- {file = "PyYAML-5.4.1-cp37-cp37m-win32.whl", hash = "sha256:dd5de0646207f053eb0d6c74ae45ba98c3395a571a2891858e87df7c9b9bd51b"},
- {file = "PyYAML-5.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:08682f6b72c722394747bddaf0aa62277e02557c0fd1c42cb853016a38f8dedf"},
- {file = "PyYAML-5.4.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:d2d9808ea7b4af864f35ea216be506ecec180628aced0704e34aca0b040ffe46"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:8c1be557ee92a20f184922c7b6424e8ab6691788e6d86137c5d93c1a6ec1b8fb"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:fd7f6999a8070df521b6384004ef42833b9bd62cfee11a09bda1079b4b704247"},
- {file = "PyYAML-5.4.1-cp38-cp38-manylinux2014_s390x.whl", hash = "sha256:bfb51918d4ff3d77c1c856a9699f8492c612cde32fd3bcd344af9be34999bfdc"},
- {file = "PyYAML-5.4.1-cp38-cp38-win32.whl", hash = "sha256:fa5ae20527d8e831e8230cbffd9f8fe952815b2b7dae6ffec25318803a7528fc"},
- {file = "PyYAML-5.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:0f5f5786c0e09baddcd8b4b45f20a7b5d61a7e7e99846e3c799b05c7c53fa696"},
- {file = "PyYAML-5.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:294db365efa064d00b8d1ef65d8ea2c3426ac366c0c4368d930bf1c5fb497f77"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:d483ad4e639292c90170eb6f7783ad19490e7a8defb3e46f97dfe4bacae89122"},
- {file = "PyYAML-5.4.1-cp39-cp39-manylinux2014_s390x.whl", hash = "sha256:fdc842473cd33f45ff6bce46aea678a54e3d21f1b61a7750ce3c498eedfe25d6"},
- {file = "PyYAML-5.4.1-cp39-cp39-win32.whl", hash = "sha256:49d4cdd9065b9b6e206d0595fee27a96b5dd22618e7520c33204a4a3239d5b10"},
- {file = "PyYAML-5.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:c20cfa2d49991c8b4147af39859b167664f2ad4561704ee74c1de03318e898db"},
- {file = "PyYAML-5.4.1.tar.gz", hash = "sha256:607774cbba28732bfa802b54baa7484215f530991055bb562efbed5b2f20a45e"},
-]
-regex = [
- {file = "regex-2021.3.17-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b97ec5d299c10d96617cc851b2e0f81ba5d9d6248413cd374ef7f3a8871ee4a6"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:cb4ee827857a5ad9b8ae34d3c8cc51151cb4a3fe082c12ec20ec73e63cc7c6f0"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:633497504e2a485a70a3268d4fc403fe3063a50a50eed1039083e9471ad0101c"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux2010_i686.whl", hash = "sha256:a59a2ee329b3de764b21495d78c92ab00b4ea79acef0f7ae8c1067f773570afa"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux2010_x86_64.whl", hash = "sha256:f85d6f41e34f6a2d1607e312820971872944f1661a73d33e1e82d35ea3305e14"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:4651f839dbde0816798e698626af6a2469eee6d9964824bb5386091255a1694f"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux2014_i686.whl", hash = "sha256:39c44532d0e4f1639a89e52355b949573e1e2c5116106a395642cbbae0ff9bcd"},
- {file = "regex-2021.3.17-cp36-cp36m-manylinux2014_x86_64.whl", hash = "sha256:3d9a7e215e02bd7646a91fb8bcba30bc55fd42a719d6b35cf80e5bae31d9134e"},
- {file = "regex-2021.3.17-cp36-cp36m-win32.whl", hash = "sha256:159fac1a4731409c830d32913f13f68346d6b8e39650ed5d704a9ce2f9ef9cb3"},
- {file = "regex-2021.3.17-cp36-cp36m-win_amd64.whl", hash = "sha256:13f50969028e81765ed2a1c5fcfdc246c245cf8d47986d5172e82ab1a0c42ee5"},
- {file = "regex-2021.3.17-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b9d8d286c53fe0cbc6d20bf3d583cabcd1499d89034524e3b94c93a5ab85ca90"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:201e2619a77b21a7780580ab7b5ce43835e242d3e20fef50f66a8df0542e437f"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d47d359545b0ccad29d572ecd52c9da945de7cd6cf9c0cfcb0269f76d3555689"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux2010_i686.whl", hash = "sha256:ea2f41445852c660ba7c3ebf7d70b3779b20d9ca8ba54485a17740db49f46932"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux2010_x86_64.whl", hash = "sha256:486a5f8e11e1f5bbfcad87f7c7745eb14796642323e7e1829a331f87a713daaa"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:18e25e0afe1cf0f62781a150c1454b2113785401ba285c745acf10c8ca8917df"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux2014_i686.whl", hash = "sha256:a2ee026f4156789df8644d23ef423e6194fad0bc53575534101bb1de5d67e8ce"},
- {file = "regex-2021.3.17-cp37-cp37m-manylinux2014_x86_64.whl", hash = "sha256:4c0788010a93ace8a174d73e7c6c9d3e6e3b7ad99a453c8ee8c975ddd9965643"},
- {file = "regex-2021.3.17-cp37-cp37m-win32.whl", hash = "sha256:575a832e09d237ae5fedb825a7a5bc6a116090dd57d6417d4f3b75121c73e3be"},
- {file = "regex-2021.3.17-cp37-cp37m-win_amd64.whl", hash = "sha256:8e65e3e4c6feadf6770e2ad89ad3deb524bcb03d8dc679f381d0568c024e0deb"},
- {file = "regex-2021.3.17-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:a0df9a0ad2aad49ea3c7f65edd2ffb3d5c59589b85992a6006354f6fb109bb18"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b98bc9db003f1079caf07b610377ed1ac2e2c11acc2bea4892e28cc5b509d8d5"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:808404898e9a765e4058bf3d7607d0629000e0a14a6782ccbb089296b76fa8fe"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux2010_i686.whl", hash = "sha256:5770a51180d85ea468234bc7987f5597803a4c3d7463e7323322fe4a1b181578"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux2010_x86_64.whl", hash = "sha256:976a54d44fd043d958a69b18705a910a8376196c6b6ee5f2596ffc11bff4420d"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:63f3ca8451e5ff7133ffbec9eda641aeab2001be1a01878990f6c87e3c44b9d5"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux2014_i686.whl", hash = "sha256:bcd945175c29a672f13fce13a11893556cd440e37c1b643d6eeab1988c8b209c"},
- {file = "regex-2021.3.17-cp38-cp38-manylinux2014_x86_64.whl", hash = "sha256:3d9356add82cff75413bec360c1eca3e58db4a9f5dafa1f19650958a81e3249d"},
- {file = "regex-2021.3.17-cp38-cp38-win32.whl", hash = "sha256:f5d0c921c99297354cecc5a416ee4280bd3f20fd81b9fb671ca6be71499c3fdf"},
- {file = "regex-2021.3.17-cp38-cp38-win_amd64.whl", hash = "sha256:14de88eda0976020528efc92d0a1f8830e2fb0de2ae6005a6fc4e062553031fa"},
- {file = "regex-2021.3.17-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:4c2e364491406b7888c2ad4428245fc56c327e34a5dfe58fd40df272b3c3dab3"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux1_i686.whl", hash = "sha256:8bd4f91f3fb1c9b1380d6894bd5b4a519409135bec14c0c80151e58394a4e88a"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:882f53afe31ef0425b405a3f601c0009b44206ea7f55ee1c606aad3cc213a52c"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux2010_i686.whl", hash = "sha256:07ef35301b4484bce843831e7039a84e19d8d33b3f8b2f9aab86c376813d0139"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux2010_x86_64.whl", hash = "sha256:360a01b5fa2ad35b3113ae0c07fb544ad180603fa3b1f074f52d98c1096fa15e"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:709f65bb2fa9825f09892617d01246002097f8f9b6dde8d1bb4083cf554701ba"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux2014_i686.whl", hash = "sha256:c66221e947d7207457f8b6f42b12f613b09efa9669f65a587a2a71f6a0e4d106"},
- {file = "regex-2021.3.17-cp39-cp39-manylinux2014_x86_64.whl", hash = "sha256:c782da0e45aff131f0bed6e66fbcfa589ff2862fc719b83a88640daa01a5aff7"},
- {file = "regex-2021.3.17-cp39-cp39-win32.whl", hash = "sha256:dc9963aacb7da5177e40874585d7407c0f93fb9d7518ec58b86e562f633f36cd"},
- {file = "regex-2021.3.17-cp39-cp39-win_amd64.whl", hash = "sha256:a0d04128e005142260de3733591ddf476e4902c0c23c1af237d9acf3c96e1b38"},
- {file = "regex-2021.3.17.tar.gz", hash = "sha256:4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68"},
-]
-six = [
- {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
- {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
-]
-smmap = [
- {file = "smmap-3.0.5-py2.py3-none-any.whl", hash = "sha256:7bfcf367828031dc893530a29cb35eb8c8f2d7c8f2d0989354d75d24c8573714"},
- {file = "smmap-3.0.5.tar.gz", hash = "sha256:84c2751ef3072d4f6b2785ec7ee40244c6f45eb934d9e543e2c51f1bd3d54c50"},
-]
-snowballstemmer = [
- {file = "snowballstemmer-2.1.0-py2.py3-none-any.whl", hash = "sha256:b51b447bea85f9968c13b650126a888aabd4cb4463fca868ec596826325dedc2"},
- {file = "snowballstemmer-2.1.0.tar.gz", hash = "sha256:e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914"},
-]
-stevedore = [
- {file = "stevedore-3.3.0-py3-none-any.whl", hash = "sha256:50d7b78fbaf0d04cd62411188fa7eedcb03eb7f4c4b37005615ceebe582aa82a"},
- {file = "stevedore-3.3.0.tar.gz", hash = "sha256:3a5bbd0652bf552748871eaa73a4a8dc2899786bc497a2aa1fcb4dcdb0debeee"},
-]
-toml = [
- {file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"},
- {file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"},
-]
-typed-ast = [
- {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7703620125e4fb79b64aa52427ec192822e9f45d37d4b6625ab37ef403e1df70"},
- {file = "typed_ast-1.4.2-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c9aadc4924d4b5799112837b226160428524a9a45f830e0d0f184b19e4090487"},
- {file = "typed_ast-1.4.2-cp35-cp35m-manylinux2014_aarch64.whl", hash = "sha256:9ec45db0c766f196ae629e509f059ff05fc3148f9ffd28f3cfe75d4afb485412"},
- {file = "typed_ast-1.4.2-cp35-cp35m-win32.whl", hash = "sha256:85f95aa97a35bdb2f2f7d10ec5bbdac0aeb9dafdaf88e17492da0504de2e6400"},
- {file = "typed_ast-1.4.2-cp35-cp35m-win_amd64.whl", hash = "sha256:9044ef2df88d7f33692ae3f18d3be63dec69c4fb1b5a4a9ac950f9b4ba571606"},
- {file = "typed_ast-1.4.2-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:c1c876fd795b36126f773db9cbb393f19808edd2637e00fd6caba0e25f2c7b64"},
- {file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:5dcfc2e264bd8a1db8b11a892bd1647154ce03eeba94b461effe68790d8b8e07"},
- {file = "typed_ast-1.4.2-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:8db0e856712f79c45956da0c9a40ca4246abc3485ae0d7ecc86a20f5e4c09abc"},
- {file = "typed_ast-1.4.2-cp36-cp36m-manylinux2014_aarch64.whl", hash = "sha256:d003156bb6a59cda9050e983441b7fa2487f7800d76bdc065566b7d728b4581a"},
- {file = "typed_ast-1.4.2-cp36-cp36m-win32.whl", hash = "sha256:4c790331247081ea7c632a76d5b2a265e6d325ecd3179d06e9cf8d46d90dd151"},
- {file = "typed_ast-1.4.2-cp36-cp36m-win_amd64.whl", hash = "sha256:d175297e9533d8d37437abc14e8a83cbc68af93cc9c1c59c2c292ec59a0697a3"},
- {file = "typed_ast-1.4.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:cf54cfa843f297991b7388c281cb3855d911137223c6b6d2dd82a47ae5125a41"},
- {file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:b4fcdcfa302538f70929eb7b392f536a237cbe2ed9cba88e3bf5027b39f5f77f"},
- {file = "typed_ast-1.4.2-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:987f15737aba2ab5f3928c617ccf1ce412e2e321c77ab16ca5a293e7bbffd581"},
- {file = "typed_ast-1.4.2-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:37f48d46d733d57cc70fd5f30572d11ab8ed92da6e6b28e024e4a3edfb456e37"},
- {file = "typed_ast-1.4.2-cp37-cp37m-win32.whl", hash = "sha256:36d829b31ab67d6fcb30e185ec996e1f72b892255a745d3a82138c97d21ed1cd"},
- {file = "typed_ast-1.4.2-cp37-cp37m-win_amd64.whl", hash = "sha256:8368f83e93c7156ccd40e49a783a6a6850ca25b556c0fa0240ed0f659d2fe496"},
- {file = "typed_ast-1.4.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:963c80b583b0661918718b095e02303d8078950b26cc00b5e5ea9ababe0de1fc"},
- {file = "typed_ast-1.4.2-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e683e409e5c45d5c9082dc1daf13f6374300806240719f95dc783d1fc942af10"},
- {file = "typed_ast-1.4.2-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:84aa6223d71012c68d577c83f4e7db50d11d6b1399a9c779046d75e24bed74ea"},
- {file = "typed_ast-1.4.2-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:a38878a223bdd37c9709d07cd357bb79f4c760b29210e14ad0fb395294583787"},
- {file = "typed_ast-1.4.2-cp38-cp38-win32.whl", hash = "sha256:a2c927c49f2029291fbabd673d51a2180038f8cd5a5b2f290f78c4516be48be2"},
- {file = "typed_ast-1.4.2-cp38-cp38-win_amd64.whl", hash = "sha256:c0c74e5579af4b977c8b932f40a5464764b2f86681327410aa028a22d2f54937"},
- {file = "typed_ast-1.4.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:07d49388d5bf7e863f7fa2f124b1b1d89d8aa0e2f7812faff0a5658c01c59aa1"},
- {file = "typed_ast-1.4.2-cp39-cp39-manylinux1_i686.whl", hash = "sha256:240296b27397e4e37874abb1df2a608a92df85cf3e2a04d0d4d61055c8305ba6"},
- {file = "typed_ast-1.4.2-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d746a437cdbca200622385305aedd9aef68e8a645e385cc483bdc5e488f07166"},
- {file = "typed_ast-1.4.2-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:14bf1522cdee369e8f5581238edac09150c765ec1cb33615855889cf33dcb92d"},
- {file = "typed_ast-1.4.2-cp39-cp39-win32.whl", hash = "sha256:cc7b98bf58167b7f2db91a4327da24fb93368838eb84a44c472283778fc2446b"},
- {file = "typed_ast-1.4.2-cp39-cp39-win_amd64.whl", hash = "sha256:7147e2a76c75f0f64c4319886e7639e490fee87c9d25cb1d4faef1d8cf83a440"},
- {file = "typed_ast-1.4.2.tar.gz", hash = "sha256:9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"},
-]
-typing-extensions = [
- {file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"},
- {file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"},
- {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
-]
-wrapt = [
- {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"},
-]
-yamllint = [
- {file = "yamllint-1.26.0-py2.py3-none-any.whl", hash = "sha256:8a5f8e442f49309eaf3e9d7232ce76f2fc8026f5c0c0b164b83f33fed1399637"},
- {file = "yamllint-1.26.0.tar.gz", hash = "sha256:b0e4c89985c7f5f8451c2eb8c67d804d10ac13a4abe031cbf49bdf3465d01087"},
-]
-zipp = [
- {file = "zipp-3.4.1-py3-none-any.whl", hash = "sha256:51cb66cc54621609dd593d1787f286ee42a5c0adbb4b29abea5a63edc3e03098"},
- {file = "zipp-3.4.1.tar.gz", hash = "sha256:3607921face881ba3e026887d8150cca609d517579abe052ac81fc5aeffdbd76"},
-]
+lock-version = "2.0"
+python-versions = "^3.8"
+content-hash = "7c1825da1196104d2750470d4b1483b4f0c62b588c73be27eacde1791356f5e7"
diff --git a/pyproject.toml b/pyproject.toml
index 0ab53b5..9d2bdc6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,58 +1,115 @@
[tool.poetry]
name = "netutils"
-version = "0.1.1"
+version = "1.15.2a0"
description = "Common helper functions useful in network automation."
-authors = ["Network to Code, LLC "]
+authors = ["Network to Code, LLC "]
+license = "Apache-2.0"
+homepage = "https://netutils.readthedocs.io"
+repository = "https://github.com/networktocode/netutils"
+documentation = "https://netutils.readthedocs.io"
+readme = "README.md"
+keywords = ["netutils", "network utils", "network utilities", "net-utils"]
+classifiers = [
+ "Intended Audience :: Developers",
+ "Development Status :: 5 - Production/Stable",
+ "Programming Language :: Python :: 3",
+ "Programming Language :: Python :: 3.9",
+ "Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
+ "Programming Language :: Python :: 3.12",
+ "Programming Language :: Python :: 3.13",
+]
+include = [
+ "LICENSE",
+ "README.md",
+ "netutils/protocols.json"
+]
[tool.poetry.dependencies]
-python = "^3.6"
-
-[tool.poetry.dev-dependencies]
-pytest = "^6"
-pyyaml = "^5.3"
-black = "^20.8b1"
-pylint = "^2.4.4"
-pydocstyle = "^5.0.2"
-yamllint = "^1.20.0"
-bandit = "^1.6.2"
-invoke = "^1.4.1"
-toml = "0.10.1"
-flake8 = "^3.8.3"
-coverage = "^5.5"
-
-[tool.black]
+python = "^3.8"
+napalm = {version = "^4.0.0", optional = true}
+jsonschema = {version = "^4.17.3", optional = true}
+legacycrypt = {version = "0.3", optional = true}
+
+[tool.poetry.extras]
+optionals = ["jsonschema", "napalm", "legacycrypt"]
+
+[tool.poetry.group.dev.dependencies]
+coverage = "*"
+invoke = "*"
+pylint = "^3.1.0"
+pytest = "*"
+pyyaml = "*"
+pydocstyle = "*"
+toml = "*"
+yamllint = "*"
+mypy = "*"
+towncrier = "^24.8.0"
+ruff = "*"
+Markdown = "*"
+# Render custom markdown for version added/changed/remove notes
+markdown-version-annotations = "1.0.1"
+# Rendering docs to HTML
+mkdocs = "1.6.0"
+# Material for MkDocs theme
+mkdocs-material = "9.5.32"
+# Automatic documentation from sources, for MkDocs
+mkdocstrings = "0.25.2"
+mkdocstrings-python = "1.10.8"
+mkdocs-autorefs = "1.2.0"
+griffe = "1.1.1"
+mkdocs-python-classy = "0.1.3"
+
+[tool.ruff]
line-length = 120
-target-version = ['py37']
-include = '\.pyi?$'
-exclude = '''
-(
- /(
- \.eggs # exclude a few common directories in the
- | \.git # root of the project
- | \.hg
- | \.mypy_cache
- | \.tox
- | \.venv
- | _build
- | buck-out
- | build
- | dist
- )/
- | settings.py # This is where you define files that should not be stylized by black
- # the root of the project
-)
-'''
+target-version = "py39"
+
+[tool.ruff.lint]
+select = [
+ "D", # pydocstyle
+ "F", "E", "W", # flake8
+ "S", # bandit
+ "I", # isort
+]
+ignore = [
+ # warning: `one-blank-line-before-class` (D203) and `no-blank-line-before-class` (D211) are incompatible.
+ "D203", # 1 blank line required before class docstring
+
+ # D212 is enabled by default in google convention, and complains if we have a docstring like:
+ # """
+ # My docstring is on the line after the opening quotes instead of on the same line as them.
+ # """
+ # We've discussed and concluded that we consider this to be a valid style choice.
+ "D212", # Multi-line docstring summary should start at the first line
+ "D213", # Multi-line docstring summary should start at the second line
+
+ # Produces a lot of issues in the current codebase.
+ "D401", # First line of docstring should be in imperative mood
+ "D407", # Missing dashed underline after section
+ "D416", # Section name ends in colon
+ "E501", # Line too long
+]
+
+[tool.ruff.lint.pydocstyle]
+convention = "google"
+
+[tool.ruff.lint.per-file-ignores]
+"tests/*" = [
+ "D",
+ "S"
+]
[tool.pylint.basic]
# No docstrings required for private methods (Pylint default), or for test_ functions, or for inner Meta classes.
no-docstring-rgx="^(_|test_|Meta$)"
+good-names="i,ip,j,k,ex,Run,_"
[tool.pylint.messages_control]
# Line length is enforced by Black, so pylint doesn't need to check it.
# Pylint and Black disagree about how to format multi-line arrays; Black wins.
disable = """,
line-too-long,
- bad-continuation,
+ consider-iterating-dictionary,
"""
[tool.pylint.miscellaneous]
@@ -63,10 +120,85 @@ notes = """,
"""
[build-system]
-requires = ["poetry>=0.12"]
-build-backend = "poetry.masonry.api"
+requires = ["poetry-core>=1.0.0"]
+build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
-# python_paths = "./"
+python_paths = "./"
testpaths = "tests/"
-addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
\ No newline at end of file
+addopts = "-vv --doctest-modules -p no:warnings --ignore-glob='*mock*'"
+
+[tool.mypy]
+python_version = 3.13
+ignore_errors = false
+disallow_untyped_calls = true
+disallow_untyped_defs = true
+disallow_incomplete_defs = true
+disallow_untyped_decorators = true
+check_untyped_defs = true
+disallow_any_generics = true
+ignore_missing_imports = true
+strict_optional = true
+warn_unused_ignores = true
+warn_return_any = true
+warn_unused_configs = true
+warn_redundant_casts = true
+disallow_subclassing_any = true
+no_implicit_optional = true
+implicit_reexport = true
+strict_equality = true
+exclude = ["tests/", "tasks.py"]
+show_error_codes = true
+
+[tool.towncrier]
+package = "netutils"
+directory = "changes"
+filename = "docs/admin/release_notes/version_X.Y.md"
+template = "towncrier_template.j2"
+start_string = ""
+issue_format = "[#{issue}](https://github.com/networktocode/netutils/issues/{issue})"
+
+[[tool.towncrier.type]]
+directory = "security"
+name = "Security"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "added"
+name = "Added"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "changed"
+name = "Changed"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "deprecated"
+name = "Deprecated"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "removed"
+name = "Removed"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "fixed"
+name = "Fixed"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "dependencies"
+name = "Dependencies"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "documentation"
+name = "Documentation"
+showcontent = true
+
+[[tool.towncrier.type]]
+directory = "housekeeping"
+name = "Housekeeping"
+showcontent = true
diff --git a/tasks.py b/tasks.py
index 46734c3..87ea81d 100644
--- a/tasks.py
+++ b/tasks.py
@@ -1,177 +1,237 @@
"""Tasks for use with Invoke."""
-import os
-import sys
-from distutils.util import strtobool
-from invoke import task
-try:
- import toml
-except ImportError:
- sys.exit("Please make sure to `pip install toml` or enable the Poetry shell and run `poetry install`.")
+import re
+from pathlib import Path
+
+from invoke import Collection, Exit
+from invoke import task as invoke_task
def is_truthy(arg):
"""Convert "truthy" strings into Booleans.
+ Examples
+ --------
+ >>> is_truthy('yes')
+ True
Args:
arg (str): Truthy string (True values are y, yes, t, true, on and 1; false values are n, no,
f, false, off and 0. Raises ValueError if val is anything else.
-
- Examples:
- >>> is_truthy('yes')
- True
"""
if isinstance(arg, bool):
return arg
- return bool(strtobool(arg))
-
-
-PYPROJECT_CONFIG = toml.load("pyproject.toml")
-TOOL_CONFIG = PYPROJECT_CONFIG["tool"]["poetry"]
-# Can be set to a separate Python version to be used for launching or building image
-PYTHON_VER = os.getenv("PYTHON_VER", "3.7")
-# Name of the docker image/image
-IMAGE_NAME = os.getenv("IMAGE_NAME", TOOL_CONFIG["name"])
-# Tag for the image
-IMAGE_VER = os.getenv("IMAGE_VER", f"{TOOL_CONFIG['version']}-py{PYTHON_VER}")
-# Gather current working directory for Docker commands
-PWD = os.getcwd()
-# Local or Docker execution provide "local" to run locally without docker execution
-INVOKE_LOCAL = is_truthy(os.getenv("INVOKE_LOCAL", False)) # pylint: disable=W1508
-
-
-def run_cmd(context, exec_cmd, local=INVOKE_LOCAL):
+ val = str(arg).lower()
+ if val in ("y", "yes", "t", "true", "on", "1"):
+ return True
+ if val in ("n", "no", "f", "false", "off", "0"):
+ return False
+ raise ValueError(f"Invalid truthy value: `{arg}`")
+
+
+# Use pyinvoke configuration for default values, see http://docs.pyinvoke.org/en/stable/concepts/configuration.html
+# Variables may be overwritten in invoke.yml or by the environment variables INVOKE_PYNTC_xxx
+namespace = Collection("netutils")
+namespace.configure(
+ {
+ "netutils": {
+ "project_name": "netutils",
+ "python_ver": "3.13",
+ "local": False,
+ "image_name": "netutils",
+ "image_ver": "latest",
+ "pwd": ".",
+ }
+ }
+)
+
+
+# pylint: disable=keyword-arg-before-vararg
+def task(function=None, *args, **kwargs):
+ """Task decorator to override the default Invoke task decorator and add each task to the invoke namespace."""
+
+ def task_wrapper(function=None):
+ """Wrapper around invoke.task to add the task to the namespace as well."""
+ if args or kwargs:
+ task_func = invoke_task(*args, **kwargs)(function)
+ else:
+ task_func = invoke_task(function)
+ namespace.add_task(task_func)
+ return task_func
+
+ if function:
+ # The decorator was called with no arguments
+ return task_wrapper(function)
+ # The decorator was called with arguments
+ return task_wrapper
+
+
+def run_command(context, exec_cmd, port=None):
"""Wrapper to run the invoke task commands.
Args:
context ([invoke.task]): Invoke task object.
exec_cmd ([str]): Command to run.
- local (bool): Define as `True` to execute locally
+ port (int): Used to serve local docs.
Returns:
result (obj): Contains Invoke result from running task.
"""
- if is_truthy(local):
+ if is_truthy(context.netutils.local):
print(f"LOCAL - Running command {exec_cmd}")
result = context.run(exec_cmd, pty=True)
else:
- print(f"DOCKER - Running command: {exec_cmd} container: {IMAGE_NAME}:{IMAGE_VER}")
- result = context.run(f"docker run -it -v {PWD}:/local {IMAGE_NAME}:{IMAGE_VER} sh -c '{exec_cmd}'", pty=True)
+ print(
+ f"DOCKER - Running command: {exec_cmd} container: {context.netutils.image_name}:{context.netutils.image_ver}"
+ )
+ if port:
+ result = context.run(
+ f"docker run -it -p {port} -v {context.netutils.pwd}:/local {context.netutils.image_name}:{context.netutils.image_ver} sh -c '{exec_cmd}'",
+ pty=True,
+ )
+ else:
+ result = context.run(
+ f"docker run -it -v {context.netutils.pwd}:/local {context.netutils.image_name}:{context.netutils.image_ver} sh -c '{exec_cmd}'",
+ pty=True,
+ )
return result
-@task
-def build(context, nocache=False, forcerm=False, hide=False): # pylint: disable=too-many-arguments
- """Build a Docker image.
+@task(
+ help={
+ "cache": "Whether to use Docker's cache when building images (default enabled)",
+ "force_rm": "Always remove intermediate images",
+ "hide": "Suppress output from Docker",
+ }
+)
+def build(context, cache=True, force_rm=False, hide=False):
+ """Build a Docker image."""
+ print(f"Building image {context.netutils.image_name}:{context.netutils.image_ver}")
+ command = f"docker build --tag {context.netutils.image_name}:{context.netutils.image_ver} --build-arg PYTHON_VER={context.netutils.python_ver} -f Dockerfile ."
- Args:
- context (obj): Used to run specific commands
- nocache (bool): Do not use cache when building the image
- forcerm (bool): Always remove intermediate containers
- hide (bool): Hide output of Docker image build
- """
- print(f"Building image {IMAGE_NAME}:{IMAGE_VER}")
- command = f"docker build --tag {IMAGE_NAME}:{IMAGE_VER} --build-arg PYTHON_VER={PYTHON_VER} -f Dockerfile ."
-
- if nocache:
+ if not cache:
command += " --no-cache"
- if forcerm:
+ if force_rm:
command += " --force-rm"
result = context.run(command, hide=hide)
if result.exited != 0:
- print(f"Failed to build image {IMAGE_NAME}:{IMAGE_VER}\nError: {result.stderr}")
+ print(
+ f"Failed to build image {context.netutils.image_name}:{context.netutils.image_ver}\nError: {result.stderr}"
+ )
@task
def clean(context):
- """Remove the project specific image.
-
- Args:
- context (obj): Used to run specific commands
- """
- print(f"Attempting to forcefully remove image {IMAGE_NAME}:{IMAGE_VER}")
- context.run(f"docker rmi {IMAGE_NAME}:{IMAGE_VER} --force")
- print(f"Successfully removed image {IMAGE_NAME}:{IMAGE_VER}")
+ """Remove the project specific image."""
+ print(f"Attempting to forcefully remove image {context.netutils.image_name}:{context.netutils.image_ver}")
+ context.run(f"docker rmi {context.netutils.image_name}:{context.netutils.image_ver} --force")
+ print(f"Successfully removed image {context.netutils.image_name}:{context.netutils.image_ver}")
@task
def rebuild(context):
- """Clean the Docker image and then rebuild without using cache.
-
- Args:
- context (obj): Used to run specific commands
- """
+ """Clean the Docker image and then rebuild without using cache."""
clean(context)
- build(context)
+ build(context, cache=False)
@task
-def coverage(context, local=INVOKE_LOCAL):
+def coverage(context):
"""Run the coverage report against pytest.
Args:
context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
"""
exec_cmd = "coverage run --source=netutils -m pytest"
- run_cmd(context, exec_cmd, local)
- run_cmd(context, "coverage report", local)
- run_cmd(context, "coverage html", local)
+ run_command(context, exec_cmd)
+ run_command(context, "coverage report")
+ run_command(context, "coverage html")
@task
-def pytest(context, local=INVOKE_LOCAL):
+def pytest(context):
"""Run pytest for the specified name and Python version.
Args:
context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
- """
- exec_cmd = "pytest"
- run_cmd(context, exec_cmd, local)
-
-
-@task
-def black(context, local=INVOKE_LOCAL):
- """Run black to check that Python files adherence to black standards.
-
- Args:
- context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
"""
- exec_cmd = "black --check --diff ."
- run_cmd(context, exec_cmd, local)
+ exec_cmd = "pytest -vv --doctest-modules netutils/ && coverage run --source=netutils -m pytest && coverage report"
+ run_command(context, exec_cmd)
+
+
+@task(aliases=("a",))
+def autoformat(context):
+ """Run code autoformatting."""
+ ruff(context, action=["format"], fix=True)
+
+
+@task(
+ help={
+ "action": "Available values are `['lint', 'format']`. Can be used multiple times. (default: `['lint', 'format']`)",
+ "target": "File or directory to inspect, repeatable (default: all files in the project will be inspected)",
+ "fix": "Automatically fix selected actions. May not be able to fix all issues found. (default: False)",
+ "output_format": "See https://docs.astral.sh/ruff/settings/#output-format for details. (default: `concise`)",
+ },
+ iterable=["action", "target"],
+)
+def ruff(context, action=None, target=None, fix=False, output_format="concise"):
+ """Run ruff to perform code formatting and/or linting."""
+ if not action:
+ action = ["lint", "format"]
+ if not target:
+ target = ["."]
+
+ exit_code = 0
+
+ if "format" in action:
+ command = "ruff format "
+ if not fix:
+ command += "--check "
+ command += " ".join(target)
+ if not run_command(context, command):
+ exit_code = 1
+
+ if "lint" in action:
+ command = "ruff check "
+ if fix:
+ command += "--fix "
+ command += f"--output-format {output_format} "
+ command += " ".join(target)
+ if not run_command(context, command):
+ exit_code = 1
+
+ if exit_code != 0:
+ raise Exit(code=exit_code)
@task
-def flake8(context, local=INVOKE_LOCAL):
- """Run flake8 for the specified name and Python version.
+def mypy(context):
+ """Run mypy to validate typing-hints.
Args:
context (obj): Used to run specific commands
local (bool): Define as `True` to execute locally
"""
- exec_cmd = "flake8 ."
- run_cmd(context, exec_cmd, local)
+ exec_cmd = "mypy ./netutils"
+ run_command(context, exec_cmd)
@task
-def pylint(context, local=INVOKE_LOCAL):
+def pylint(context):
"""Run pylint for the specified name and Python version.
Args:
context (obj): Used to run specific commands
local (bool): Define as `True` to execute locally
"""
- exec_cmd = 'find . -name "*.py" | grep -v "tests/unit/mock" | xargs pylint'
- run_cmd(context, exec_cmd, local)
+ exec_cmd = 'find . -name "*.py" | grep -vE "(tests/unit/mock|netutils/data_files)" | xargs pylint'
+ run_command(context, exec_cmd)
@task
-def yamllint(context, local=INVOKE_LOCAL):
+def yamllint(context):
"""Run yamllint to validate formatting adheres to NTC defined YAML standards.
Args:
@@ -179,31 +239,7 @@ def yamllint(context, local=INVOKE_LOCAL):
local (bool): Define as `True` to execute locally
"""
exec_cmd = "yamllint ."
- run_cmd(context, exec_cmd, local)
-
-
-@task
-def pydocstyle(context, local=INVOKE_LOCAL):
- """Run pydocstyle to validate docstring formatting adheres to NTC defined standards.
-
- Args:
- context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
- """
- exec_cmd = "pydocstyle ."
- run_cmd(context, exec_cmd, local)
-
-
-@task
-def bandit(context, local=INVOKE_LOCAL):
- """Run bandit to validate basic static code security analysis.
-
- Args:
- context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
- """
- exec_cmd = "bandit --recursive ./ --configfile .bandit.yml"
- run_cmd(context, exec_cmd, local)
+ run_command(context, exec_cmd)
@task
@@ -213,24 +249,62 @@ def cli(context):
Args:
context (obj): Used to run specific commands
"""
- dev = f"docker run -it -v {PWD}:/local {IMAGE_NAME}:{IMAGE_VER} /bin/bash"
+ dev = f"docker run -it -v {context.netutils.pwd}:/local {context.netutils.image_name}:{context.netutils.image_ver} /bin/bash"
context.run(f"{dev}", pty=True)
@task
-def tests(context, local=INVOKE_LOCAL):
+def tests(context):
"""Run all tests for the specified name and Python version.
Args:
context (obj): Used to run specific commands
- local (bool): Define as `True` to execute locally
"""
- black(context, local)
- flake8(context, local)
- pylint(context, local)
- yamllint(context, local)
- pydocstyle(context, local)
- bandit(context, local)
- coverage(context, local)
+ ruff(context)
+ pylint(context)
+ yamllint(context)
+ mypy(context)
+ pytest(context)
print("All tests have passed!")
+
+
+@task
+def build_and_check_docs(context):
+ """Build documentation to be available within Docs Sites."""
+ command = "mkdocs build --no-directory-urls --strict"
+ run_command(context, command)
+
+ # Check for the existence of a release notes file for the current version if it's not a prerelease.
+ version = context.run("poetry version --short", hide=True)
+ match = re.match(r"^(\d+)\.(\d+)\.\d+$", version.stdout.strip())
+ if match:
+ major = match.group(1)
+ minor = match.group(2)
+ release_notes_file = Path(__file__).parent / "docs" / "admin" / "release_notes" / f"version_{major}.{minor}.md"
+ if not release_notes_file.exists():
+ print(f"Release notes file `version_{major}.{minor}.md` does not exist.")
+ raise Exit(code=1)
+
+
+@task
+def docs(context):
+ """Build and serve docs locally for development."""
+ exec_cmd = "mkdocs serve -v --dev-addr=0.0.0.0:8001"
+ run_command(context, exec_cmd, port="8001:8001")
+
+
+@task(
+ help={
+ "version": "Version of netutils to generate the release notes for.",
+ }
+)
+def generate_release_notes(context, version=""):
+ """Generate Release Notes using Towncrier."""
+ command = "poetry run towncrier build"
+ if version:
+ command += f" --version {version}"
+ else:
+ command += " --version `poetry version -s`"
+ # Due to issues with git repo ownership in the containers, this must always run locally.
+ context.run(command)
diff --git a/tests/__init__.py b/tests/__init__.py
index 8b13789..e69de29 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -1 +0,0 @@
-
diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py
index 8b13789..e69de29 100644
--- a/tests/unit/__init__.py
+++ b/tests/unit/__init__.py
@@ -1 +0,0 @@
-
diff --git a/tests/unit/conftest.py b/tests/unit/conftest.py
index d9a1101..de33195 100644
--- a/tests/unit/conftest.py
+++ b/tests/unit/conftest.py
@@ -1,7 +1,8 @@
"""Used to setup fixtures to be used through tests"""
+
+import importlib.util
import json
import os
-import importlib.util
import pytest
@@ -19,7 +20,7 @@ def _method(_file):
Returns:
dict: The data structure from the JSON file.
"""
- with open(_file) as file:
+ with open(_file, encoding="utf-8") as file:
data = json.load(file)
return data
@@ -39,7 +40,7 @@ def _method(_file):
Returns:
str: The data structure from the text file.
"""
- with open(_file) as file:
+ with open(_file, encoding="utf-8") as file:
data = file.read()
return data
diff --git a/tests/unit/jinja2_template/test.j2 b/tests/unit/jinja2_template/test.j2
new file mode 100644
index 0000000..931f309
--- /dev/null
+++ b/tests/unit/jinja2_template/test.j2
@@ -0,0 +1 @@
+192.168.0.0 + 200 = {{ "192.168.0.0" | ip_addition(200) }}
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_backup.txt b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_backup.txt
new file mode 100644
index 0000000..ceb40d0
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_backup.txt
@@ -0,0 +1,7 @@
+!
+banner login
+* GOOD DATA LINE 1
+* GOOD DATA LINE 2
+EOF
+!
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_feature.py b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_feature.py
new file mode 100644
index 0000000..15927ba
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_feature.py
@@ -0,0 +1,3 @@
+features = [
+ {"name": "banner", "ordered": True, "section": ["banner "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_intended.txt b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_intended.txt
new file mode 100644
index 0000000..e60eb8e
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_intended.txt
@@ -0,0 +1,7 @@
+!
+banner login
+* GOOD DATA LINE 1
+* BAD DATA LINE 2
+EOF
+!
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_received.json b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_received.json
new file mode 100644
index 0000000..f3c4d12
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_bad_banner_received.json
@@ -0,0 +1,12 @@
+{
+ "banner": {
+ "actual": "banner login\n* GOOD DATA LINE 1\n* GOOD DATA LINE 2\nEOF",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "banner login\n* GOOD DATA LINE 1\n* GOOD DATA LINE 2\nEOF",
+ "intended": "banner login\n* GOOD DATA LINE 1\n* BAD DATA LINE 2\nEOF",
+ "missing": "banner login\n* GOOD DATA LINE 1\n* BAD DATA LINE 2\nEOF",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_backup.txt
index cf71ed5..4c2f3a9 100644
--- a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_backup.txt
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_backup.txt
@@ -6,6 +6,20 @@ router bgp 65254
neighbor 10.11.11.21 maximum-routes 12000
redistribute connected
!
+banner login
+********************************************************************
+* This system is the property of Allied Widget Co. *
+* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *
+* *
+* You must have explicit, authorized permission to access or *
+* configure this device. Unauthorized attempts and actions to *
+* access or use this system may result in civil and/or criminal *
+* penalties. *
+* *
+* All activities performed on this deviceare logged and monitored. *
+********************************************************************
+EOF
+!
management api http-commands
protocol http
protocol unix-socket
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_feature.py b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_feature.py
index abee724..147a27f 100644
--- a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_feature.py
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_feature.py
@@ -1,3 +1,4 @@
features = [
{"name": "bgp", "ordered": True, "section": ["router bgp "]},
+ {"name": "banner", "ordered": True, "section": ["banner "]},
]
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_intended.txt
index cf71ed5..4c2f3a9 100644
--- a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_intended.txt
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_intended.txt
@@ -6,6 +6,20 @@ router bgp 65254
neighbor 10.11.11.21 maximum-routes 12000
redistribute connected
!
+banner login
+********************************************************************
+* This system is the property of Allied Widget Co. *
+* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *
+* *
+* You must have explicit, authorized permission to access or *
+* configure this device. Unauthorized attempts and actions to *
+* access or use this system may result in civil and/or criminal *
+* penalties. *
+* *
+* All activities performed on this deviceare logged and monitored. *
+********************************************************************
+EOF
+!
management api http-commands
protocol http
protocol unix-socket
diff --git a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_received.json b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_received.json
index 8fa5bfe..a18022d 100644
--- a/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_received.json
+++ b/tests/unit/mock/config/compliance/compliance/arista_eos/eos_basic_received.json
@@ -8,5 +8,15 @@
"missing": "",
"ordered_compliant": true,
"unordered_compliant": true
+ },
+ "banner": {
+ "actual": "banner login\n********************************************************************\n* This system is the property of Allied Widget Co. *\n* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *\n* *\n* You must have explicit, authorized permission to access or *\n* configure this device. Unauthorized attempts and actions to *\n* access or use this system may result in civil and/or criminal *\n* penalties. *\n* *\n* All activities performed on this deviceare logged and monitored. *\n********************************************************************\nEOF",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "banner login\n********************************************************************\n* This system is the property of Allied Widget Co. *\n* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *\n* *\n* You must have explicit, authorized permission to access or *\n* configure this device. Unauthorized attempts and actions to *\n* access or use this system may result in civil and/or criminal *\n* penalties. *\n* *\n* All activities performed on this deviceare logged and monitored. *\n********************************************************************\nEOF",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
}
-}
\ No newline at end of file
+}
diff --git a/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_backup.txt
new file mode 100644
index 0000000..e0a8e7e
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_backup.txt
@@ -0,0 +1,23 @@
+hostname spine-01
+banner motd !
+test motd banner
+!
+ntp server 10.20.1.9
+ntp server 10.20.1.8
+ntp server 10.20.1.7
+!
+access-list ip test
+ 10 deny any 10.10.0.128/255.255.255.128 10.10.0.128/255.255.255.192
+ 20 deny any 10.10.0.0/255.255.255.192 10.10.0.0/255.255.255.128
+ 30 permit any any any
+!
+router bgp 65533
+ bgp router-id 10.22.0.2
+ maximum-paths 8
+ timers bgp 1 3
+ distance bgp 20 70
+ neighbor 10.20.1.10 remote-as 65533
+ neighbor 10.20.1.10 passive
+ address-family ipv4 unicast
+ neighbor 10.20.1.10 activate
+ neighbor 10.20.1.10 route-map test-01 in
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_feature.py b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_feature.py
new file mode 100644
index 0000000..ba760b7
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_feature.py
@@ -0,0 +1,6 @@
+features = [
+ {"name": "bgp", "ordered": True, "section": ["router bgp "]},
+ {"name": "ntp", "ordered": False, "section": ["ntp server "]},
+ {"name": "banner", "ordered": True, "section": ["banner "]},
+ {"name": "acl", "ordered": True, "section": ["access-list "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_intended.txt
new file mode 100644
index 0000000..40e9df1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_intended.txt
@@ -0,0 +1,30 @@
+hostname spine-01
+banner motd !
+###############################################################################
+This is a test banner
+###############################################################################
+!
+banner exec !
+###############################################################################
+This is a test banner
+###############################################################################
+!
+ntp server 10.20.1.7
+ntp server 10.20.1.8
+ntp server 10.20.1.9
+!
+access-list ip test
+ 10 deny any 10.10.0.0/255.255.255.128 10.10.0.128/255.255.255.192
+ 20 deny any 10.10.0.128/255.255.255.192 10.10.0.0/255.255.255.128
+ 30 permit any any any
+!
+router bgp 65533
+ bgp router-id 10.22.0.2
+ maximum-paths 8
+ timers bgp 1 3
+ distance bgp 20 70
+ neighbor 10.20.1.9 remote-as 65533
+ neighbor 10.20.1.9 passive
+ address-family ipv4 unicast
+ neighbor 10.20.1.9 activate
+ neighbor 10.20.1.9 route-map test-01 in
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_received.json b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_received.json
new file mode 100644
index 0000000..399f0c1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/aruba_aoscx/aoscx_basic_received.json
@@ -0,0 +1,42 @@
+{
+ "bgp": {
+ "compliant": false,
+ "missing": "router bgp 65533\n neighbor 10.20.1.9 remote-as 65533\n neighbor 10.20.1.9 passive\n address-family ipv4 unicast\n neighbor 10.20.1.9 activate\n neighbor 10.20.1.9 route-map test-01 in",
+ "extra": "router bgp 65533\n neighbor 10.20.1.10 remote-as 65533\n neighbor 10.20.1.10 passive\n address-family ipv4 unicast\n neighbor 10.20.1.10 activate\n neighbor 10.20.1.10 route-map test-01 in",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "router bgp 65533\n bgp router-id 10.22.0.2\n maximum-paths 8\n timers bgp 1 3\n distance bgp 20 70\n neighbor 10.20.1.10 remote-as 65533\n neighbor 10.20.1.10 passive\n address-family ipv4 unicast\n neighbor 10.20.1.10 activate\n neighbor 10.20.1.10 route-map test-01 in",
+ "intended": "router bgp 65533\n bgp router-id 10.22.0.2\n maximum-paths 8\n timers bgp 1 3\n distance bgp 20 70\n neighbor 10.20.1.9 remote-as 65533\n neighbor 10.20.1.9 passive\n address-family ipv4 unicast\n neighbor 10.20.1.9 activate\n neighbor 10.20.1.9 route-map test-01 in"
+ },
+ "ntp": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": false,
+ "actual": "ntp server 10.20.1.9\nntp server 10.20.1.8\nntp server 10.20.1.7",
+ "intended": "ntp server 10.20.1.7\nntp server 10.20.1.8\nntp server 10.20.1.9"
+ },
+ "banner": {
+ "compliant": false,
+ "missing": "banner motd !\n###############################################################################\nThis is a test banner\n###############################################################################\n!\nbanner exec !\n###############################################################################\nThis is a test banner\n###############################################################################\n!",
+ "extra": "banner motd !\ntest motd banner\n!",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "banner motd !\ntest motd banner\n!",
+ "intended": "banner motd !\n###############################################################################\nThis is a test banner\n###############################################################################\n!\nbanner exec !\n###############################################################################\nThis is a test banner\n###############################################################################\n!"
+ },
+ "acl": {
+ "compliant": false,
+ "missing": "access-list ip test\n 10 deny any 10.10.0.0/255.255.255.128 10.10.0.128/255.255.255.192\n 20 deny any 10.10.0.128/255.255.255.192 10.10.0.0/255.255.255.128",
+ "extra": "access-list ip test\n 10 deny any 10.10.0.128/255.255.255.128 10.10.0.128/255.255.255.192\n 20 deny any 10.10.0.0/255.255.255.192 10.10.0.0/255.255.255.128",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "access-list ip test\n 10 deny any 10.10.0.128/255.255.255.128 10.10.0.128/255.255.255.192\n 20 deny any 10.10.0.0/255.255.255.192 10.10.0.0/255.255.255.128\n 30 permit any any any",
+ "intended": "access-list ip test\n 10 deny any 10.10.0.0/255.255.255.128 10.10.0.128/255.255.255.192\n 20 deny any 10.10.0.128/255.255.255.192 10.10.0.0/255.255.255.128\n 30 permit any any any"
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_backup.txt
new file mode 100644
index 0000000..683cbb1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_backup.txt
@@ -0,0 +1,108 @@
+: Saved
+
+:
+ASA Version 9.7(1)24
+!
+terminal width 511
+hostname jcy-fw-01
+enable password ntc123 encrypted
+xlate per-session deny tcp any4 any4
+xlate per-session deny tcp any4 any6
+xlate per-session deny tcp any6 any4
+xlate per-session deny tcp any6 any6
+xlate per-session deny udp any4 any4 eq domain
+xlate per-session deny udp any4 any6 eq domain
+xlate per-session deny udp any6 any4 eq domain
+xlate per-session deny udp any6 any6 eq domain
+passwd ntc123 encrypted
+names
+
+!
+interface Management0/0
+ management-only
+ nameif Management
+ security-level 100
+ ip address 10.1.1.10 255.255.255.0
+!
+banner motd ********************************************************************
+banner motd
+banner motd This is a test banner.
+banner motd
+banner motd ********************************************************************
+pager lines 24
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.20
+no logging message 10101010
+mtu Management 1500
+ip verify reverse-path interface Management
+no monitor-interface service-module
+icmp unreachable rate-limit 1 burst-size 1
+icmp permit 10.0.0.0 255.0.0.0 Management
+no asdm history enable
+arp timeout 14400
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
+timeout xlate 3:00:00
+timeout pat-xlate 0:00:30
+timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
+timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
+timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
+timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
+timeout tcp-proxy-reassembly 0:01:00
+timeout floating-conn 0:00:00
+timeout conn-holddown 0:00:15
+timeout igp stale-route 0:01:10
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key 10101010
+user-identity default-domain LOCAL
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
+http server enable
+http 0.0.0.0 0.0.0.0 Management
+snmp-server host Management 10.1.1.50 community ***** version 2c
+no snmp-server contact
+snmp-server enable traps syslog
+sysopt noproxyarp Management
+crypto ipsec security-association pmtu-aging infinite
+telnet timeout 5
+ssh stricthostkeycheck
+ssh 0.0.0.0 0.0.0.0 Management
+ssh timeout 60
+ssh version 2
+ssh key-exchange group dh-group1-sha1
+no threat-detection statistics tcp-intercept
+dynamic-access-policy-record DfltAccessPolicy
+username ntc password ntc123 encrypted privilege 15
+!
+class-map inspection_default
+ match default-inspection-traffic
+!
+!
+policy-map type inspect dns preset_dns_map
+ parameters
+ message-length maximum client auto
+ message-length maximum 512
+ no tcp-inspection
+policy-map global_policy
+ class inspection_default
+ inspect dns preset_dns_map
+ inspect ftp
+ inspect tftp
+ inspect ip-options
+!
+service-policy global_policy global
+: end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_feature.py b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_feature.py
new file mode 100644
index 0000000..9c2a3a8
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "hostname", "ordered": False, "section": ["hostname"]},
+ {"name": "logging", "ordered": False, "section": ["logging", "no logging"]},
+ {"name": "aaa", "ordered": False, "section": ["aaa"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_intended.txt
new file mode 100644
index 0000000..f64d4b2
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_intended.txt
@@ -0,0 +1,25 @@
+hostname jcy-fw-01
+!
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.200
+no logging message 20202020
+!
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key 20202020
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_received.json b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_received.json
new file mode 100644
index 0000000..5087c4b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_asa/asa_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "hostname": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "hostname jcy-fw-01",
+ "intended": "hostname jcy-fw-01"
+ },
+ "logging": {
+ "actual": "logging enable\nlogging timestamp\nlogging standby\nlogging buffer-size 1048576\nlogging buffered informational\nlogging trap informational\nlogging asdm informational\nlogging facility 21\nlogging queue 0\nlogging device-id hostname\nlogging host Management 10.1.1.20\nno logging message 10101010",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "logging host Management 10.1.1.20\nno logging message 10101010",
+ "intended": "logging enable\nlogging timestamp\nlogging standby\nlogging buffer-size 1048576\nlogging buffered informational\nlogging trap informational\nlogging asdm informational\nlogging facility 21\nlogging queue 0\nlogging device-id hostname\nlogging host Management 10.1.1.200\nno logging message 20202020",
+ "missing": "logging host Management 10.1.1.200\nno logging message 20202020",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ },
+ "aaa": {
+ "actual": "aaa-server TACACS+ protocol tacacs+\n reactivation-mode timed\n max-failed-attempts 5\naaa-server TACACS+ (Management) host 10.1.1.100\n key 10101010\naaa authentication serial console LOCAL\naaa authentication ssh console TACACS+ LOCAL\naaa authentication enable console TACACS+ LOCAL\naaa authentication http console TACACS+ LOCAL\naaa accounting command TACACS+",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "aaa-server TACACS+ (Management) host 10.1.1.100\n key 10101010",
+ "intended": "aaa-server TACACS+ protocol tacacs+\n reactivation-mode timed\n max-failed-attempts 5\naaa-server TACACS+ (Management) host 10.1.1.100\n key 20202020\naaa authentication serial console LOCAL\naaa authentication ssh console TACACS+ LOCAL\naaa authentication enable console TACACS+ LOCAL\naaa authentication http console TACACS+ LOCAL\naaa accounting command TACACS+",
+ "missing": "aaa-server TACACS+ (Management) host 10.1.1.100\n key 20202020",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_backup.txt
index 7c11962..2d9161e 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_backup.txt
+++ b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_backup.txt
@@ -8,4 +8,10 @@ access-list 1 permit 10.10.15.15
access-list 1 permit 10.10.20.20
!
ntp server 192.168.0.100
-ntp server 192.168.0.101
\ No newline at end of file
+ntp server 192.168.0.101
+!
+banner login ^C
+******************
+ TEST BANNER
+******************
+^C
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_feature.py b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_feature.py
index 89d0635..ef1ecb8 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_feature.py
+++ b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_feature.py
@@ -2,4 +2,5 @@
{"name": "bgp", "ordered": True, "section": ["router bgp "]},
{"name": "snmp", "ordered": True, "section": ["snmp-server "]},
{"name": "ntp", "ordered": False, "section": ["ntp server "]},
+ {"name": "banner", "ordered": True, "section": ["banner "]},
]
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_intended.txt
index c694f63..0b76de5 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_intended.txt
+++ b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_intended.txt
@@ -8,4 +8,10 @@ access-list 1 permit 10.10.15.15
access-list 1 permit 10.10.20.20
!
ntp server 192.168.0.101
-ntp server 192.168.0.100
\ No newline at end of file
+ntp server 192.168.0.100
+!
+banner login ^
+******************
+ TEST BANNER
+******************
+^
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_received.json b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_received.json
index d89ad26..a2f9d3f 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_received.json
+++ b/tests/unit/mock/config/compliance/compliance/cisco_ios/ios_basic_received.json
@@ -28,5 +28,15 @@
"missing": "",
"ordered_compliant": false,
"unordered_compliant": true
- }
+ },
+ "banner": {
+ "actual": "banner login ^C\n******************\n TEST BANNER\n******************\n^C",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "banner login ^C\n******************\n TEST BANNER\n******************\n^C",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_backup.txt
new file mode 100644
index 0000000..ad44fcd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_backup.txt
@@ -0,0 +1,18155 @@
+!! IOS XR Configuration 7.1.1
+!! Last configuration change at Tue Sep 13 10:13:30 2022 by admin
+!
+service unsupported-transceiver
+hostname dfw1-core-01
+clock timezone EST America/NewYork
+logging trap informational
+logging archive
+ device harddisk
+ severity debugging
+ file-size 100
+ frequency daily
+ archive-size 1500
+ archive-length 6
+!
+logging console informational
+logging monitor debugging
+logging 10.44.155.130 vrf management severity info port default
+logging source-interface Loopback40302
+logging hostnameprefix dfw1-core-01
+domain vrf internet name 6d8e0d
+domain vrf internet name-server 109.3.131.6
+domain vrf internet name-server 201.41.240.7
+domain vrf management name 6d8e0d
+domain vrf management name-server 10.44.154.34
+domain vrf management name-server 10.44.155.251
+domain vrf management lookup source-interface Loopback40302
+tacacs source-interface Loopback40302 vrf management
+username *
+ group root-lr
+ group cisco-support
+ secret 5 *
+!
+aaa accounting commands default start-stop group AUTH none
+aaa group server tacacs+ AUTH
+ vrf management
+ server-private 10.44.154.151 port 49
+ key * *
+ !
+!
+aaa authorization commands default group AUTH none
+aaa authentication login default group AUTH local
+banner exec ~
+****************
+Network to Code
+New York City, New York
+****************
+~
+banner motd ~
+*********************!!!IMPORTANT NOTICE!!!************************
+* This is a restricted system. All connections are logged. *
+* If you are not authorized to connect to this system, log *
+* off now. *
+* *
+* Violators will be prosecuted to the full extent of the law. *
+*******************************************************************
+* *
+**********************!!!AVIS IMPORTANT!!!*************************
+* L'acces au present systeme est limite et tous ses acces sont *
+* actuellement utilises. Si vous n'etes pas autorise a vous y *
+* raccorder, veuillez quitter ce systeme immediatement. *
+* *
+* Tout contrevenant sera poursuivi en vertu des mesures prevues *
+* par la loi. *
+*******************************************************************
+~
+vrf internet
+ address-family ipv4 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+ address-family ipv6 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+!
+vrf management
+ address-family ipv4 unicast
+ import route-target
+ 40302:40302
+ !
+ export route-target
+ 40302:40302
+ !
+ !
+!
+vrf 10100:339651554
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:339651554
+ !
+ export route-target
+ 20731:339651554
+ !
+ !
+!
+vrf 10100:956745530
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:956745530
+ !
+ export route-target
+ 20731:956745530
+ !
+ !
+!
+vrf voip-untrusted
+ address-family ipv4 unicast
+ import route-target
+ 40302:11
+ !
+ export route-target
+ 40302:11
+ !
+ !
+!
+line default
+ exec-timeout 60 0
+ session-timeout 60
+!
+snmp-server ifindex persist
+snmp-server mibs qosmib persist
+snmp-server vrf management
+!
+snmp-server user public group1 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server user networking group2 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server view view1 iso included
+snmp-server view view2 iso included
+snmp-server group public v3 priv read abc1234
+snmp-server group networking v3 priv write abc1234 IPv4 BOSS
+redundancy
+!
+ntp
+ server vrf management 10.44.158.184 source Loopback40302
+ server vrf management 10.44.149.8 source Loopback40302
+!
+bfd
+ interface Bundle-Ether301
+ echo
+ !
+ interface Bundle-Ether302
+ echo
+ !
+ multipath include location 0/0/CPU0
+!
+configuration display interface slot-order
+call-home
+ service active
+ contact smart-licensing
+ profile CiscoTAC-1
+ active
+ destination transport-method http
+ !
+!
+hw-module fib ipv4 scale internet-optimized
+hw-module vrrpscale enable
+ipv6 access-list FILTER:STATIC:IPV6:INOUT
+ 11 remark * From: https://tools.ietf.org/html/rfc7454#section-4.65.145.2
+ 20 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1601 any
+ 21 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1601
+ 30 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1600 any
+ 31 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1600
+ 50 deny ipv6 51c3:27:755a:526a:7092:565c:382d:5800/48 any
+ 51 deny ipv6 any 51c3:27:755a:526a:7092:565c:382d:5800/48
+ 60 deny ipv6 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64 any
+ 61 deny ipv6 any 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64
+ 70 deny ipv6 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23 any
+ 71 deny ipv6 any 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23
+ 80 deny ipv6 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48 any
+ 81 deny ipv6 any 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48
+ 90 deny ipv6 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32 any
+ 91 deny ipv6 any 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32
+ 100 deny ipv6 a920:8059:328e:bd58:cf03:170f:3001:5b00/7 any
+ 101 deny ipv6 any a920:8059:328e:bd58:cf03:170f:3001:5b00/7
+ 1001 remark * Permit Remaining
+ 1010 permit ipv6 any any
+!
+ipv4 access-list BOSS
+ 10 permit ipv4 host 10.44.155.248 any
+ 20 permit ipv4 host 10.44.155.184 any
+!
+ipv4 access-list MANAGEMENT
+ 10 permit ipv4 10.44.177.0/16 any
+ 20 permit ipv4 192.168.83.0/24 any
+ 30 permit ipv4 192.168.60.0/22 any
+ 40 permit ipv4 196.174.91.0/22 any
+ 50 permit ipv4 10.133.236.0 0.0.1.255 any
+!
+ipv4 access-list FILTER:VOIP:IN
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic to Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 any 192.168.93.4 0.0.0.3
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 60 remark Permit traffic to SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 80 permit tcp any host 172.22.181.36
+ 90 permit udp any host 172.22.181.36
+ 100 permit ipv4 any host 172.22.181.38
+ 110 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 120 remark Permit return traffic to SBC Media Server
+ 130 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 140 permit udp any host 172.22.181.37
+ 150 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 160 remark Permit traffic to Voip DMS proxy/DNS/NTP Server
+ 170 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 180 permit tcp any host 172.22.181.3 eq www
+ 190 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 200 remark Permit traffic to XML Broadsoft Servers (MyPhone)
+ 210 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 220 permit tcp any host 172.22.181.6 eq www
+ 230 permit tcp any host 172.22.181.6 eq https
+ 240 permit tcp any host 172.22.181.18 eq www
+ 250 permit udp any host 172.22.181.19 eq syslog
+ 260 permit tcp any host 172.22.181.21 eq www
+ 270 permit tcp any host 172.22.181.21 eq https
+ 280 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 290 remark Permit request traffic for provisioning server
+ 300 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 310 permit tcp any host 172.23.243.254 eq www
+ 320 permit tcp any host 172.23.243.254 eq https
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit DHCP Client to Server
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq bootpc any eq bootps
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit NTP
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp any any eq ntp
+ 410 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 420 remark Permit Voip private DNS
+ 430 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 440 permit udp any host 172.22.181.3 eq domain
+ 450 permit udp any host 172.22.181.18 eq domain
+ 460 remark -=-=-=-=-=-=-=-=-=-=
+ 470 remark Permit ICMP anywhere
+ 480 remark =-=-=-=-=-=-=-=-=-=-
+ 490 permit icmp any any
+ 491 remark telnet to jump
+ 492 permit tcp 172.22.181.0 0.7.255.255 eq telnet host 172.22.181.19 established
+ 500 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 510 remark Deny and log everything else
+ 520 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 530 deny ipv4 any any log
+!
+ipv4 access-list FILTER:VOIP:OUT
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic from Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 192.168.93.4 0.0.0.3 any
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 60 remark Permit traffic from SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 80 permit tcp host 172.22.181.36 any
+ 90 permit udp host 172.22.181.36 any
+ 100 permit ipv4 host 172.22.181.38 any
+ 110 permit udp host 172.22.181.37 any
+ 120 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 130 remark Permit return traffic from Voip DMS proxy/DNS/NTP Server
+ 140 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 150 permit tcp host 172.22.181.3 eq www any established
+ 160 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 170 remark Permit request traffic from XML Broadsoft Servers (MyPhone)
+ 180 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 190 permit tcp host 172.22.181.6 eq www any established
+ 200 permit tcp host 172.22.181.6 eq https any established
+ 210 permit tcp host 172.22.181.18 eq www any established
+ 220 permit tcp host 172.22.181.21 eq www any established
+ 230 permit tcp host 172.22.181.21 eq https any established
+ 240 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 250 remark Permit request traffic for provisioning server
+ 260 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 270 permit tcp host 172.23.243.254 eq www any established
+ 280 permit tcp host 172.23.243.254 eq https any established
+ 290 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 300 remark Permit DHCP Server to Client
+ 310 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 320 permit udp any eq bootps any eq bootpc
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit NTP
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq ntp any
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit Voip Private DNS
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp host 172.22.181.3 eq domain any
+ 410 permit udp host 172.22.181.18 eq domain any
+ 420 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 430 remark Permit ICMP anywhere
+ 440 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 450 permit icmp any any
+ 460 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 470 remark Deny and log everything else
+ 480 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 490 deny ipv4 any any log
+!
+ipv4 access-list FILTER:STATIC:IN
+ 10 remark Filter static Internet customers from sending traffic to unauthorized destinations
+ 20 remark Permit traffic to Rack Loopback for Testing
+ 30 permit ipv4 any 192.168.93.0 0.0.0.7
+ 40 permit ipv4 192.168.93.0 0.0.0.7 any
+ 50 remark Filter RFC1918 destinations
+ 60 deny ipv4 0.0.0.0 0.255.255.255 any
+ 70 deny ipv4 any 0.0.0.0 0.255.255.255
+ 80 deny ipv4 10.142.79.0 0.255.255.255 any
+ 90 deny ipv4 any 10.142.79.0 0.255.255.255
+ 100 deny ipv4 80.251.113.0 0.255.255.255 any
+ 110 deny ipv4 any 80.251.113.0 0.255.255.255
+ 120 deny ipv4 170.34.145.0 0.0.255.255 any
+ 130 deny ipv4 any 170.34.145.0 0.0.255.255
+ 140 deny ipv4 172.24.173.0 0.15.255.255 any
+ 150 deny ipv4 any 172.24.173.0 0.15.255.255
+ 160 deny ipv4 192.15.238.0 0.0.0.255 any
+ 170 deny ipv4 any 192.15.238.0 0.0.0.255
+ 180 deny ipv4 192.168.30.0 0.0.255.255 any
+ 190 deny ipv4 any 192.168.30.0 0.0.255.255
+ 200 permit ipv4 any any
+!
+flow exporter-map monitor
+ version v9
+ options interface-table timeout 30
+ options sampler-table timeout 30
+ template timeout 30
+ template data timeout 30
+ template options timeout 30
+ !
+ transport udp 2055
+ source Loopback40302
+ destination 10.44.155.130 vrf management
+!
+flow monitor-map fmm4
+ record ipv4
+ exporter monitor
+ cache timeout active 60
+!
+flow monitor-map fmm6
+ record ipv6
+ exporter monitor
+ cache timeout active 60
+!
+sampler-map sm
+ random 1 out-of 1000
+!
+interface BVI684
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 4488
+ vrf 10100:339651554
+ ipv4 address 192.168.47.9 255.255.255.252
+!
+interface BVI1102
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.241 255.255.255.252
+ ipv6 address 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146c/127
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface BVI2334
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 172.25.134.81 255.255.255.252
+!
+interface Bundle-Ether10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 9216
+ lldp
+ enable
+ !
+!
+interface Bundle-Ether10.35 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 35
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf 10100:956745530
+ ipv4 address 192.168.31.105 255.255.255.252
+ encapsulation dot1q 36
+!
+interface Bundle-Ether10.202 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 202
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.248 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 248
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.280 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 280
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.301 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 301
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.315 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 315
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.317 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 317
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.330 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 330
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.355 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 300
+ rewrite ingress tag pop 1 symmetric
+!
+interface Bundle-Ether10.369 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 369
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.446 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 446
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.535 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 535
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.547 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 547
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.560 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 560
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.563 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 563
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.575 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 575
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.581 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 581
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.590 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 590
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.600 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 600
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.601 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 601
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.610 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 610
+ rewrite ingress tag pop 1 symmetric
+ mtu 9004
+!
+interface Bundle-Ether10.620 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 620
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.625 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 625
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.638 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 638
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.640 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 640
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.670 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 670
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.680 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 680
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.750 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 750
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.795 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 795 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.796 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 796 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.797 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 797 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.798 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 798
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.800 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 800 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.804 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 804 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.807 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 807 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.808 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 808
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.809 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 809
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.823 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 823 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.841 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 841
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.952 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 952
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 953
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.960 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 960
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.1185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1185
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1189
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1190
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1206 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1206
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1216 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1216
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1218 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1218
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1221 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1221
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1222 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1222
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1277 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1277
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.1283 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1283
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1318 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1318
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1319 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1319
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1379 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1379
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.1380 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1380
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1426
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.129.81 255.255.255.240
+ encapsulation dot1q 1426
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.1465 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1465
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1507 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1507
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.1509
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.9 255.255.255.252
+ encapsulation dot1q 1509
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1510 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1513 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1515 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1516 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1517
+ vrf voip-untrusted
+ ipv4 address 172.23.242.109 255.255.255.252
+ encapsulation dot1q 1517
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1518 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1519 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1520 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1521 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1522
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.85 255.255.255.252
+ encapsulation dot1q 1522
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1523
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.73 255.255.255.248
+ encapsulation dot1q 1523
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1524
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.89 255.255.255.252
+ encapsulation dot1q 1524
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1525
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.93 255.255.255.252
+ encapsulation dot1q 1525
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1652 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1652
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1943
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.154.193 255.255.255.252
+ encapsulation dot1q 1943
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.2000 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2000
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.2006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2019 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2019
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2048 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2048
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2091 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2091
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2104 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2104
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2130 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2130
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2131 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2131
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2163 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2163
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2224 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2224
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.2281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2308
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2321 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2321
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2327 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2327
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2329 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2329
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2333 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 681
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.101 255.255.255.252
+ encapsulation dot1q 2345
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.2346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2348 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2348
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2411 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2411
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2433 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2433
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2555 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2555
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2572 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2572
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2714 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2714
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2715 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2715
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2723 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2723
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2765 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2765
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2953
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2956 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2956
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3150 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3150
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3172 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3172
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3308
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3345 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3345
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3360 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3360
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3511
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3512
+ rewrite ingress tag pop 1 symmetric
+ mtu 4470
+!
+interface Bundle-Ether10.3598 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3598
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3698 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3698
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3964
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.212.113 255.255.255.252
+ encapsulation dot1q 3964
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 98.200.230.80 255.255.255.254
+ ipv6 address 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30c/127
+ bundle minimum-active links 1
+ load-interval 30
+!
+interface Bundle-Ether301
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.77
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.76 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Bundle-Ether302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.75
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.74 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Loopback0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ ipv4 address 98.200.230.153 255.255.255.255
+!
+interface Loopback40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf management
+ ipv4 address 10.44.152.26 255.255.255.255
+!
+interface TenGigE0/0/0/0
+ shutdown
+!
+interface TenGigE0/0/0/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.201 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.49 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/4
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.17 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/5
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/6
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/7
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/8
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/9
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/12
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/13
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/14
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/15
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/16
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/17
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/18
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/19
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/20
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/21
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/22
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/23
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/24
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/25
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/26
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/27
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/28
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/29
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/30
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/31
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/32
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/33
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/34
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/35
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/37
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/38
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/39
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface HundredGigE0/0/1/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 10 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface MgmtEth0/RP0/CPU0/0
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/24
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/25
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/26
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/27
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/28
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/29
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/30
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/31
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/32
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/33
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/34
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/35
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/36
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/37
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/38
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/39
+ shutdown
+!
+!
+prefix-set ANY
+ 0.0.0.0/0 le 32
+end-set
+!
+prefix-set NONE
+end-set
+!
+prefix-set AS12345
+ 0.202.126.0/24,
+ 0.203.168.0/24,
+ 0.203.175.0/24,
+ 0.203.181.0/24,
+ 0.200.87.0/24,
+ 0.198.34.0/24,
+ 0.235.247.0/23 le 24,
+ 0.239.42.0/16 le 24,
+ 0.181.147.0/24,
+ 0.113.249.0/24,
+ 0.99.251.0/24,
+ 0.99.208.0/24,
+ 3.241.216.0/24,
+ 3.212.80.0/22 le 24,
+ 3.212.146.0/24,
+ 3.212.189.0/24,
+ 3.212.190.0/24,
+ 3.212.208.0/22 le 24,
+ 3.212.200.0/24,
+ 3.213.136.0/23 ge 24 le 24,
+ 3.213.221.0/24,
+ 3.215.173.0/24,
+ 3.215.175.0/23 ge 24 le 24,
+ 3.215.206.0/22 le 24,
+ 3.215.195.0/24,
+ 3.215.222.0/22 le 24,
+ 3.215.118.0/24,
+ 3.214.212.0/24,
+ 6.103.155.0/22 le 24,
+ 6.73.230.0/22 le 24,
+ 7.33.237.0/24,
+ 7.61.230.0/20 le 24,
+ 7.9.88.0/21 le 24,
+ 7.3.196.0/20 le 24,
+ 7.116.39.0/24,
+ 7.84.145.0/21 le 24,
+ 7.252.237.0/22 ge 23 le 24,
+ 7.199.57.0/24,
+ 7.199.58.0/23 ge 24 le 24,
+ 7.195.28.0/22 le 24,
+ 7.195.223.0/24,
+ 7.195.246.0/23 le 24,
+ 7.195.156.0/24,
+ 7.195.163.0/24,
+ 7.193.87.0/24,
+ 7.192.233.0/24,
+ 7.131.2.0/21 le 24,
+ 7.166.234.0/21 le 24,
+ 7.188.222.0/23 ge 24 le 24,
+ 7.188.220.0/24,
+ 7.188.141.0/22 le 24,
+ 7.189.187.0/24,
+ 7.189.105.0/24,
+ 8.114.117.0/23 le 24,
+ 8.115.18.0/20 le 24,
+ 8.119.164.0/24,
+ 8.119.12.0/23 ge 24 le 24,
+ 8.119.15.0/24,
+ 8.119.117.0/23 le 24,
+ 8.121.169.0/23 le 24,
+ 8.120.136.0/23 ge 24 le 24,
+ 8.120.129.0/24,
+ 8.122.247.0/24,
+ 8.122.19.0/24,
+ 8.124.241.0/24,
+ 8.127.50.0/24,
+ 8.127.112.0/24,
+ 8.127.156.0/24,
+ 8.127.151.0/24,
+ 8.127.149.0/23 ge 24 le 24,
+ 8.127.147.0/24,
+ 8.126.16.0/23 le 24,
+ 8.126.233.0/24,
+ 8.126.219.0/24,
+ 8.109.81.0/24,
+ 8.109.155.0/24,
+ 8.109.152.0/23 ge 24 le 24,
+ 8.111.246.0/22 le 24,
+ 8.111.222.0/24,
+ 8.111.134.0/24,
+ 8.111.71.0/23 ge 24 le 24,
+ 8.111.64.0/24,
+ 8.110.54.0/24,
+ 8.110.52.0/24,
+ 8.110.90.0/24,
+ 8.110.134.0/24,
+ 8.107.28.0/24,
+ 8.107.33.0/23 ge 24 le 24,
+ 8.107.35.0/24,
+ 8.107.55.0/24,
+ 8.107.63.0/23 ge 24 le 24,
+ 8.107.58.0/22 ge 24 le 24,
+ 8.107.144.0/24,
+ 8.106.194.0/22 ge 24 le 24,
+ 8.106.198.0/23 ge 24 le 24,
+ 8.106.238.0/24,
+ 8.106.237.0/23 le 24,
+ 8.106.234.0/24,
+ 8.106.232.0/23 le 24,
+ 8.106.168.0/23 ge 24 le 24,
+ 8.106.45.0/24,
+ 8.106.33.0/24,
+ 8.106.39.0/24,
+ 8.106.28.0/22 le 24,
+ 8.106.120.0/23 ge 24 le 24,
+ 8.104.127.0/22 le 24,
+ 8.104.103.0/24,
+ 8.104.205.0/24,
+ 8.104.167.0/23 le 24,
+ 8.104.164.0/24,
+ 8.104.149.0/24,
+ 8.104.153.0/24,
+ 8.103.88.0/21 le 24,
+ 8.103.25.0/24,
+ 8.103.15.0/24,
+ 8.103.234.0/23 ge 24 le 24,
+ 8.103.239.0/24,
+ 8.102.118.0/23 ge 24 le 24,
+ 8.102.116.0/24,
+ 8.102.150.0/24,
+ 8.101.116.0/24,
+ 8.101.114.0/24,
+ 8.101.112.0/24,
+ 8.100.46.0/24,
+ 8.100.45.0/23 ge 24 le 24,
+ 8.100.42.0/23 ge 24 le 24,
+ 8.100.40.0/24,
+ 8.100.32.0/24,
+ 8.99.113.0/24,
+ 8.99.107.0/24,
+ 8.99.41.0/24,
+ 8.99.20.0/23 ge 24 le 24,
+ 8.99.247.0/24,
+ 8.99.228.0/23 le 24,
+ 8.99.232.0/21 le 24,
+ 8.99.149.0/24,
+ 8.99.133.0/24,
+ 8.98.70.0/24,
+ 8.98.66.0/24,
+ 8.98.190.0/24,
+ 8.98.188.0/23 ge 24 le 24,
+ 8.97.105.0/24,
+ 8.97.207.0/24,
+ 8.97.215.0/22 le 24,
+ 8.96.108.0/24,
+ 8.96.217.0/23 le 24,
+ 8.96.219.0/24,
+ 8.96.220.0/24,
+ 8.96.143.0/24,
+ 8.72.28.0/20 le 24,
+ 8.74.27.0/22 le 24,
+ 8.74.84.0/22 ge 24 le 24,
+ 8.74.176.0/24,
+ 8.74.179.0/24,
+ 8.74.190.0/21 le 24,
+ 8.74.151.0/24,
+ 8.74.250.0/23 ge 24 le 24,
+ 8.74.248.0/24,
+ 8.75.212.0/24,
+ 8.75.215.0/23 ge 24 le 24,
+ 8.75.2.0/24,
+ 8.75.70.0/24,
+ 8.75.78.0/24,
+ 8.76.53.0/24,
+ 8.76.10.0/24,
+ 8.76.86.0/22 ge 24 le 24,
+ 8.76.80.0/24,
+ 8.77.193.0/24,
+ 8.77.195.0/24,
+ 8.77.12.0/20 le 24,
+ 8.78.238.0/22 ge 24 le 24,
+ 8.78.243.0/23 le 24,
+ 8.78.215.0/24,
+ 8.78.88.0/24,
+ 8.78.95.0/23 ge 24 le 24,
+ 8.78.114.0/24,
+ 8.78.51.0/23 le 24,
+ 8.79.121.0/24,
+ 8.79.97.0/24,
+ 8.79.78.0/23 le 24,
+ 8.79.2.0/24,
+ 8.79.0.0/23 ge 24 le 24,
+ 8.79.211.0/24,
+ 8.79.208.0/23 ge 24 le 24,
+ 8.79.215.0/22 ge 24 le 24,
+ 8.79.200.0/22 ge 24 le 24,
+ 8.69.170.0/23 ge 24 le 24,
+ 8.69.175.0/22 ge 24 le 24,
+ 8.69.214.0/24,
+ 8.69.211.0/24,
+ 8.69.111.0/24,
+ 8.69.39.0/23 le 24,
+ 8.68.41.0/24,
+ 8.68.43.0/23 ge 24 le 24,
+ 8.68.16.0/23 ge 24 le 24,
+ 8.68.19.0/24,
+ 8.71.225.0/24,
+ 8.71.230.0/24,
+ 8.71.229.0/23 ge 24 le 24,
+ 8.71.20.0/24,
+ 8.71.18.0/24,
+ 8.71.26.0/24,
+ 8.71.79.0/24,
+ 8.70.179.0/24,
+ 8.70.177.0/23 ge 24 le 24,
+ 8.70.113.0/23 ge 24 le 24,
+ 8.70.114.0/24,
+ 8.66.102.0/22 ge 24 le 24,
+ 8.66.98.0/23 le 24,
+ 8.66.97.0/24,
+ 8.66.88.0/23 ge 24 le 24,
+ 8.66.94.0/22 ge 24 le 24,
+ 8.67.154.0/20 le 24,
+ 8.67.170.0/24,
+ 8.67.168.0/23 ge 24 le 24,
+ 8.67.172.0/22 ge 24 le 24,
+ 8.67.198.0/24,
+ 8.67.193.0/23 ge 24 le 24,
+ 8.67.195.0/24,
+ 8.67.205.0/24,
+ 8.67.206.0/24,
+ 8.67.50.0/22 ge 24 le 24,
+ 8.67.53.0/24,
+ 8.65.52.0/23 ge 24 le 24,
+ 8.65.55.0/24,
+ 8.65.45.0/24,
+ 8.65.46.0/23 ge 24 le 24,
+ 8.65.42.0/22 ge 24 le 24,
+ 8.64.180.0/24,
+ 8.64.179.0/22 ge 24 le 24,
+ 8.64.240.0/24,
+ 8.64.243.0/24,
+ 8.90.186.0/24,
+ 8.90.188.0/23 ge 24 le 24,
+ 8.90.191.0/24,
+ 8.188.147.0/24,
+ 8.189.159.0/24,
+ 8.172.110.0/24,
+ 8.164.81.0/24,
+ 9.13.248.0/24,
+ 13.253.162.0/8 le 24,
+ 15.244.92.0/20 le 24,
+ 15.244.127.0/19 le 24,
+ 15.244.9.0/20 le 24,
+ 15.244.30.0/20 ge 21 le 24,
+ 15.244.44.0/19 ge 20 le 24,
+ 15.150.51.0/21 ge 22 le 24,
+ 15.17.211.0/22 ge 24 le 24,
+ 15.17.227.0/24,
+ 15.26.217.0/19 ge 22 le 24,
+ 15.26.241.0/21 ge 22 le 24,
+ 15.26.252.0/22 le 24,
+ 15.57.110.0/11 ge 16 le 24,
+ 15.94.241.0/21 le 24,
+ 15.94.252.0/21 ge 22 le 24,
+ 15.94.234.0/20 ge 22 le 24,
+ 15.94.221.0/24,
+ 15.94.180.0/24,
+ 15.94.178.0/23 ge 24 le 24,
+ 15.87.18.0/16 le 24,
+ 15.107.52.0/11 ge 16 le 24,
+ 31.161.172.0/20 le 24,
+ 31.161.196.0/24,
+ 31.168.155.0/21 ge 22 le 24,
+ 31.168.151.0/22 le 24,
+ 31.168.104.0/20 le 24,
+ 29.247.46.0/20 le 24,
+ 29.247.172.0/20 le 24,
+ 29.243.137.0/23 le 24,
+ 29.243.220.0/22 le 24,
+ 29.243.207.0/20 le 24,
+ 29.236.238.0/24,
+ 29.236.134.0/22 le 24,
+ 29.236.77.0/22 le 24,
+ 29.236.95.0/22 le 24,
+ 29.236.123.0/22 le 24,
+ 29.227.25.0/20 le 24,
+ 29.227.163.0/19 le 24,
+ 29.219.17.0/19 ge 20 le 24,
+ 29.211.192.0/22 le 24,
+ 29.211.40.0/20 le 24,
+ 29.210.250.0/20 le 24,
+ 29.214.39.0/20 le 24,
+ 29.205.57.0/22 le 24,
+ 29.201.35.0/20 le 24,
+ 29.201.229.0/21 ge 22 le 24,
+ 29.202.94.0/22 le 24,
+ 29.193.82.0/22 ge 23 le 24,
+ 29.193.113.0/20 le 24,
+ 29.193.155.0/20 le 24,
+ 29.193.140.0/21 ge 22 le 24,
+ 29.193.191.0/19 ge 20 le 24,
+ 29.192.180.0/24,
+ 29.199.206.0/23 le 24,
+ 29.198.79.0/20 le 24,
+ 29.198.177.0/23 le 24,
+ 29.170.83.0/22 le 24,
+ 29.174.172.0/19 le 24,
+ 29.185.245.0/21 le 24,
+ 29.185.212.0/20 le 24,
+ 29.185.141.0/22 le 24,
+ 29.185.135.0/21 le 24,
+ 29.185.177.0/21 le 24,
+ 29.185.109.0/21 le 24,
+ 29.185.121.0/21 le 24,
+ 29.185.80.0/22 le 24,
+ 29.185.43.0/21 le 24,
+ 29.185.29.0/19 le 24,
+ 29.187.177.0/22 le 24,
+ 29.186.109.0/21 le 24,
+ 29.186.112.0/21 le 24,
+ 29.186.85.0/22 le 24,
+ 29.186.17.0/19 le 24,
+ 29.176.8.0/18 le 24,
+ 29.176.232.0/18 le 24,
+ 29.177.20.0/19 le 24,
+ 29.177.88.0/20 le 24,
+ 29.177.114.0/20 le 24,
+ 29.183.130.0/20 le 24,
+ 29.183.7.0/24,
+ 29.183.100.0/22 le 24,
+ 29.183.116.0/24,
+ 29.183.124.0/24,
+ 29.156.75.0/19 le 24,
+ 29.159.43.0/19 le 24,
+ 29.20.239.0/24,
+ 29.20.255.0/24,
+ 29.21.177.0/24,
+ 29.23.109.0/24,
+ 29.23.123.0/24,
+ 29.23.166.0/24,
+ 29.22.35.0/24,
+ 29.16.35.0/24,
+ 29.28.102.0/23 ge 24 le 24,
+ 29.31.217.0/24,
+ 29.26.50.0/24,
+ 29.26.19.0/24,
+ 29.26.123.0/24,
+ 29.27.81.0/24,
+ 29.27.29.0/24,
+ 29.25.181.0/24,
+ 29.25.202.0/24,
+ 29.25.83.0/24,
+ 29.25.30.0/24,
+ 29.24.183.0/24,
+ 29.24.19.0/24,
+ 29.0.133.0/24,
+ 29.0.71.0/24,
+ 29.3.46.0/24,
+ 29.4.56.0/23 ge 24 le 24,
+ 29.4.59.0/24,
+ 29.4.140.0/24,
+ 29.5.18.0/24,
+ 29.6.203.0/24,
+ 29.15.103.0/24,
+ 29.15.191.0/23 ge 24 le 24,
+ 29.13.35.0/24,
+ 29.13.246.0/24,
+ 29.12.135.0/24,
+ 29.10.246.0/24,
+ 29.10.188.0/24,
+ 29.11.216.0/24,
+ 29.8.3.0/24,
+ 29.9.55.0/24,
+ 29.9.70.0/24,
+ 29.58.84.0/24,
+ 29.58.121.0/24,
+ 29.56.226.0/24,
+ 29.63.204.0/24,
+ 29.63.101.0/24,
+ 29.63.15.0/23 ge 24 le 24,
+ 29.63.12.0/24,
+ 29.49.79.0/24,
+ 29.48.192.0/24,
+ 29.48.120.0/23 ge 24 le 24,
+ 29.50.242.0/24,
+ 29.36.232.0/24,
+ 29.38.208.0/24,
+ 29.39.137.0/24,
+ 29.34.115.0/24,
+ 29.34.201.0/24,
+ 29.33.74.0/23 ge 24 le 24,
+ 29.32.41.0/23 ge 24 le 24,
+ 29.46.135.0/24,
+ 29.107.68.0/23 le 24,
+ 29.103.90.0/23 le 24,
+ 29.113.211.0/24,
+ 29.123.157.0/19 ge 20 le 24,
+ 29.123.217.0/22 le 24,
+ 29.123.223.0/23 le 24,
+ 29.74.116.0/24,
+ 29.74.97.0/20 le 24,
+ 29.74.235.0/24,
+ 29.74.152.0/22 le 24,
+ 29.74.158.0/23 ge 24 le 24,
+ 29.74.145.0/23 ge 24 le 24,
+ 29.74.148.0/24,
+ 29.75.33.0/23 le 24,
+ 29.75.59.0/23 le 24,
+ 29.75.71.0/19 le 24,
+ 29.75.145.0/20 le 24,
+ 29.79.128.0/18 le 24,
+ 29.79.35.0/18 le 24,
+ 29.77.10.0/17 le 24,
+ 29.67.233.0/19 ge 20 le 24,
+ 29.67.200.0/21 le 24,
+ 29.67.216.0/21 le 24,
+ 29.67.211.0/22 le 24,
+ 29.66.129.0/19 le 24,
+ 29.71.169.0/22 ge 24 le 24,
+ 29.71.173.0/24,
+ 29.71.174.0/23 ge 24 le 24,
+ 29.71.160.0/24,
+ 29.71.163.0/23 ge 24 le 24,
+ 29.71.166.0/23 ge 24 le 24,
+ 29.71.152.0/19 ge 20 le 24,
+ 29.68.211.0/17 le 24,
+ 29.69.196.0/22 le 24,
+ 29.69.221.0/21 ge 22 le 24,
+ 29.69.211.0/22 le 24,
+ 29.83.11.0/19 le 24,
+ 29.94.212.0/19 le 24,
+ 29.94.155.0/18 le 24,
+ 29.95.60.0/20 le 24,
+ 29.95.6.0/24,
+ 29.95.3.0/24,
+ 29.95.88.0/20 le 24,
+ 29.95.169.0/24,
+ 29.95.224.0/22 le 24,
+ 29.95.230.0/24,
+ 29.95.213.0/22 le 24,
+ 29.93.65.0/24,
+ 29.93.89.0/24,
+ 29.93.92.0/24,
+ 29.93.32.0/19 le 24,
+ 29.91.191.0/20 le 24,
+ 29.91.82.0/20 ge 21 le 24,
+ 29.91.22.0/20 le 24,
+ 19.79.100.0/16 le 24,
+ 19.76.122.0/24,
+ 19.76.152.0/20 le 24,
+ 19.65.52.0/20 le 24,
+ 19.81.247.0/19 le 24,
+ 19.80.205.0/18 ge 19 le 24,
+ 19.85.219.0/23 le 24,
+ 19.86.78.0/18 le 24,
+ 19.90.177.0/24,
+ 19.90.190.0/24,
+ 19.90.185.0/24,
+ 19.91.232.0/16 le 24,
+ 19.25.97.0/19 le 24,
+ 19.26.45.0/22 le 24,
+ 19.26.26.0/22 le 24,
+ 19.55.145.0/18 le 24,
+ 19.32.251.0/24,
+ 19.32.248.0/24,
+ 19.210.91.0/21 le 24,
+ 19.210.67.0/21 le 24,
+ 19.210.43.0/19 ge 24 le 24,
+ 19.209.129.0/19 le 24,
+ 19.208.250.0/19 le 24,
+ 19.215.69.0/16 le 24,
+ 19.212.214.0/19 le 24,
+ 19.204.201.0/18 ge 19 le 24,
+ 19.202.211.0/24,
+ 19.200.107.0/16 le 24,
+ 19.194.230.0/18 le 24,
+ 19.195.252.0/18 le 24,
+ 19.189.227.0/18 le 24,
+ 19.168.140.0/19 le 24,
+ 19.168.185.0/20 le 24,
+ 19.168.233.0/21 le 24,
+ 19.169.231.0/19 le 24,
+ 19.170.71.0/18 le 24,
+ 19.141.24.0/17 le 24,
+ 19.137.137.0/20 le 24,
+ 19.130.33.0/19 le 24,
+ 19.130.180.0/19 le 24,
+ 19.129.74.0/19 le 24,
+ 19.129.200.0/17 le 24,
+ 19.148.27.0/24,
+ 19.149.1.0/24,
+ 19.149.178.0/22 le 24,
+ 16.101.147.0/24,
+ 16.101.150.0/22 le 24,
+ 16.101.158.0/22 le 24,
+ 16.101.94.0/24,
+ 16.102.127.0/20 le 24,
+ 16.102.133.0/19 ge 20 le 24,
+ 16.103.107.0/20 le 24,
+ 16.103.73.0/20 le 24,
+ 16.74.9.0/22 le 24,
+ 16.74.35.0/24,
+ 16.77.205.0/20 le 24,
+ 16.3.2.0/22 le 24,
+ 16.6.251.0/24,
+ 16.14.250.0/16 le 24,
+ 16.15.61.0/19 le 24,
+ 16.13.108.0/17 le 24,
+ 16.12.175.0/24,
+ 16.12.173.0/23 le 24,
+ 16.12.169.0/24,
+ 16.12.171.0/24,
+ 16.12.160.0/23 le 24,
+ 16.12.166.0/22 le 24,
+ 16.27.42.0/22 le 24,
+ 16.25.12.0/20 le 24,
+ 16.25.57.0/24,
+ 16.25.59.0/23 ge 24 le 24,
+ 16.25.63.0/22 le 24,
+ 16.25.49.0/22 le 24,
+ 16.25.43.0/24,
+ 16.16.82.0/24,
+ 16.16.81.0/24,
+ 16.18.197.0/21 le 24,
+ 16.18.84.0/19 le 24,
+ 16.21.100.0/20 le 24,
+ 16.21.122.0/24,
+ 16.21.120.0/23 ge 24 le 24,
+ 16.21.126.0/24,
+ 16.21.115.0/24,
+ 16.21.66.0/19 ge 20 le 24,
+ 16.23.138.0/22 le 24,
+ 16.153.230.0/20 le 24,
+ 16.153.240.0/21 le 24,
+ 16.153.255.0/23 ge 24 le 24,
+ 16.153.253.0/24,
+ 16.153.251.0/23 le 24,
+ 16.153.249.0/23 ge 24 le 24,
+ 16.234.104.0/23 ge 24 le 24,
+ 21.129.20.0/23 le 24,
+ 23.232.154.0/24,
+ 23.221.124.0/23 le 24,
+ 23.107.43.0/19 le 24,
+ 23.64.215.0/24,
+ 23.64.208.0/24,
+ 23.64.211.0/24,
+ 23.64.221.0/24,
+ 23.67.102.0/24,
+ 23.66.115.0/21 le 24,
+ 23.82.189.0/17 le 24,
+ 23.90.227.0/24,
+ 23.90.252.0/24,
+ 23.91.165.0/24,
+ 23.91.160.0/22 le 24,
+ 23.7.231.0/20 ge 24 le 24,
+ 23.7.249.0/22 ge 24 le 24,
+ 23.7.255.0/22 le 24,
+ 23.7.241.0/22 ge 24 le 24,
+ 23.7.246.0/23 ge 24 le 24,
+ 23.7.244.0/24,
+ 45.192.190.0/9 le 24,
+ 45.31.122.0/10 le 24,
+ 45.70.236.0/12 le 24,
+ 45.120.58.0/11 le 24,
+ 46.49.245.0/23 ge 24 le 24,
+ 46.49.252.0/22 le 24,
+ 46.49.233.0/23 le 24,
+ 46.95.126.0/24,
+ 40.116.96.0/22 le 24,
+ 40.73.62.0/23 ge 24 le 24,
+ 40.150.166.0/24,
+ 40.150.210.0/22 le 24,
+ 40.150.230.0/24,
+ 40.150.65.0/22 le 24,
+ 41.105.19.0/21 le 24,
+ 41.84.107.0/22 le 24,
+ 41.87.6.0/24,
+ 41.87.116.0/22 le 24,
+ 41.87.112.0/23 le 24,
+ 41.87.115.0/24,
+ 41.38.128.0/23 ge 24 le 24,
+ 41.25.44.0/21 le 24,
+ 41.5.42.0/24,
+ 41.14.159.0/21 le 24,
+ 41.15.3.0/23 ge 24 le 24,
+ 41.15.5.0/24,
+ 41.141.57.0/23 le 24,
+ 41.141.59.0/23 ge 24 le 24,
+ 41.251.227.0/21 le 24,
+ 41.252.228.0/23 ge 24 le 24,
+ 41.235.250.0/24,
+ 41.215.249.0/21 le 24,
+ 41.212.16.0/24,
+ 41.212.22.0/23 ge 24 le 24,
+ 41.212.5.0/24,
+ 41.212.7.0/24,
+ 41.212.13.0/24,
+ 41.212.9.0/24,
+ 43.70.249.0/22 le 24,
+ 43.70.66.0/19 le 24,
+ 43.73.43.0/20 le 24,
+ 43.72.149.0/23 le 24,
+ 43.72.249.0/21 le 24,
+ 43.79.40.0/24,
+ 43.79.6.0/24,
+ 43.112.25.0/21 le 24,
+ 43.112.90.0/20 le 24,
+ 43.63.233.0/24,
+ 43.63.148.0/24,
+ 43.63.125.0/22 le 24,
+ 43.62.126.0/24,
+ 43.62.91.0/24,
+ 43.61.130.0/24,
+ 43.60.25.0/23 le 24,
+ 43.60.75.0/24,
+ 43.56.184.0/21 le 24,
+ 43.57.127.0/21 le 24,
+ 43.55.221.0/23 ge 24 le 24,
+ 43.55.209.0/24,
+ 43.48.176.0/21 le 24,
+ 43.38.84.0/24,
+ 43.39.63.0/24,
+ 43.39.253.0/23 le 24,
+ 43.37.179.0/23 le 24,
+ 43.37.185.0/23 le 24,
+ 43.37.187.0/23 ge 24 le 24,
+ 43.37.191.0/22 ge 24 le 24,
+ 43.32.33.0/24,
+ 43.35.123.0/24,
+ 43.34.181.0/20 le 24,
+ 43.40.208.0/22 le 24,
+ 43.40.255.0/24,
+ 43.42.7.0/24,
+ 43.47.165.0/24,
+ 43.47.172.0/24,
+ 43.44.28.0/24,
+ 43.8.206.0/24,
+ 43.11.86.0/24,
+ 43.11.207.0/23 le 24,
+ 43.11.172.0/24,
+ 43.10.13.0/24,
+ 43.10.131.0/24,
+ 43.10.242.0/24,
+ 43.10.247.0/22 le 24,
+ 43.15.232.0/24,
+ 43.15.235.0/24,
+ 43.15.229.0/23 le 24,
+ 43.13.170.0/24,
+ 43.13.138.0/24,
+ 43.13.144.0/22 le 24,
+ 43.13.106.0/23 le 24,
+ 43.12.150.0/24,
+ 43.1.88.0/24,
+ 43.1.21.0/24,
+ 43.1.18.0/22 le 24,
+ 43.1.61.0/22 le 24,
+ 43.2.72.0/24,
+ 43.2.88.0/23 ge 24 le 24,
+ 43.2.105.0/23 ge 24 le 24,
+ 43.3.199.0/24,
+ 43.3.223.0/24,
+ 43.3.63.0/24,
+ 43.3.10.0/24,
+ 43.3.82.0/24,
+ 43.3.71.0/24,
+ 43.4.159.0/24,
+ 43.4.238.0/24,
+ 43.4.231.0/24,
+ 43.4.102.0/23 le 24,
+ 43.6.54.0/24,
+ 43.6.31.0/24,
+ 43.6.69.0/22 le 24,
+ 43.6.176.0/24,
+ 43.7.80.0/24,
+ 43.7.79.0/23 le 24,
+ 43.7.227.0/24,
+ 43.30.10.0/24,
+ 43.30.6.0/24,
+ 43.31.14.0/24,
+ 43.31.24.0/24,
+ 43.31.22.0/24,
+ 43.29.242.0/22 le 24,
+ 43.29.29.0/24,
+ 43.28.241.0/24,
+ 43.25.79.0/24,
+ 43.24.247.0/24,
+ 43.24.189.0/23 ge 24 le 24,
+ 43.24.187.0/22 le 24,
+ 43.24.164.0/24,
+ 43.24.152.0/24,
+ 43.24.137.0/20 le 24,
+ 43.24.131.0/24,
+ 43.24.45.0/22 le 24,
+ 43.24.106.0/23 le 24,
+ 43.24.110.0/24,
+ 43.24.127.0/24,
+ 43.24.125.0/23 le 24,
+ 43.24.94.0/23 le 24,
+ 43.26.241.0/23 le 24,
+ 43.26.191.0/21 le 24,
+ 43.22.151.0/22 le 24,
+ 43.22.155.0/22 le 24,
+ 43.20.199.0/23 le 24,
+ 43.20.216.0/23 le 24,
+ 43.20.221.0/24,
+ 43.20.188.0/20 le 24,
+ 43.20.38.0/23 le 24,
+ 43.20.40.0/24,
+ 43.16.145.0/24,
+ 43.16.6.0/24,
+ 43.17.61.0/23 le 24,
+ 43.17.26.0/24,
+ 43.17.29.0/24,
+ 43.18.103.0/24,
+ 43.18.105.0/24,
+ 43.18.172.0/24,
+ 43.18.166.0/24,
+ 43.18.233.0/24,
+ 43.172.156.0/22 ge 24 le 24,
+ 43.172.154.0/23 ge 24 le 24,
+ 43.172.153.0/24,
+ 43.172.145.0/21 ge 24 le 24,
+ 43.172.136.0/21 le 24,
+ 43.175.142.0/19 le 24,
+ 43.175.181.0/21 le 24,
+ 43.174.1.0/21 le 24,
+ 43.174.30.0/20 le 24,
+ 43.174.62.0/23 ge 24 le 24,
+ 43.174.60.0/23 le 24,
+ 43.174.55.0/21 le 24,
+ 43.170.123.0/23 le 24,
+ 43.170.115.0/23 le 24,
+ 43.171.136.0/24,
+ 43.169.187.0/23 ge 24 le 24,
+ 43.169.181.0/22 le 24,
+ 43.169.83.0/22 le 24,
+ 43.189.148.0/23 ge 24 le 24,
+ 43.188.129.0/18 ge 19 le 24,
+ 42.45.134.0/24,
+ 42.45.230.0/24,
+ 42.85.0.0/23 ge 24 le 24,
+ 32.144.181.0/24,
+ 32.155.81.0/24,
+ 32.159.187.0/22 le 24,
+ 32.158.116.0/23 le 24,
+ 32.158.248.0/23 le 24,
+ 32.250.205.0/24,
+ 33.252.196.0/23 ge 24 le 24,
+ 33.252.198.0/24,
+ 33.252.192.0/23 ge 24 le 24,
+ 33.254.164.0/22 le 24,
+ 33.18.231.0/23 ge 24 le 24,
+ 33.18.228.0/24,
+ 33.96.41.0/21 le 24,
+ 33.96.57.0/24,
+ 33.122.83.0/24,
+ 34.12.181.0/23 ge 24 le 24,
+ 34.12.183.0/24,
+ 34.28.9.0/16 le 24,
+ 34.121.40.0/23 ge 24 le 24,
+ 34.121.42.0/24,
+ 34.165.90.0/23 le 24,
+ 35.201.117.0/24,
+ 35.107.201.0/23 ge 24 le 24,
+ 35.107.203.0/24,
+ 35.107.198.0/22 le 24,
+ 35.107.41.0/22 ge 24 le 24,
+ 35.106.198.0/22 ge 24 le 24,
+ 35.106.222.0/23 le 24,
+ 35.106.221.0/24,
+ 35.106.214.0/24,
+ 35.104.168.0/22 le 24,
+ 35.110.244.0/22 le 24,
+ 35.111.87.0/24,
+ 35.108.212.0/22 le 24,
+ 35.108.155.0/24,
+ 35.108.187.0/22 le 24,
+ 35.108.164.0/22 le 24,
+ 35.108.51.0/22 le 24,
+ 35.108.45.0/22 le 24,
+ 35.108.105.0/22 le 24,
+ 35.109.78.0/24,
+ 35.103.23.0/24,
+ 35.103.189.0/22 ge 24 le 24,
+ 35.103.181.0/22 le 24,
+ 35.103.243.0/23 le 24,
+ 35.103.223.0/24,
+ 35.103.200.0/23 ge 24 le 24,
+ 35.103.203.0/24,
+ 35.121.18.0/24,
+ 35.121.79.0/22 le 24,
+ 35.120.103.0/24,
+ 35.122.146.0/22 le 24,
+ 35.122.31.0/23 ge 24 le 24,
+ 35.122.20.0/22 le 24,
+ 35.123.57.0/22 le 24,
+ 35.123.49.0/24,
+ 35.123.51.0/23 le 24,
+ 35.123.17.0/22 le 24,
+ 35.123.31.0/22 ge 24 le 24,
+ 35.123.183.0/23 ge 24 le 24,
+ 35.123.181.0/23 le 24,
+ 35.125.136.0/22 le 24,
+ 35.125.159.0/22 le 24,
+ 35.125.39.0/22 le 24,
+ 35.125.73.0/22 le 24,
+ 35.125.123.0/23 ge 24 le 24,
+ 35.127.79.0/23 le 24,
+ 35.126.90.0/22 le 24,
+ 35.126.197.0/22 le 24,
+ 35.126.163.0/22 le 24,
+ 35.113.15.0/24,
+ 35.113.102.0/22 ge 24 le 24,
+ 35.115.62.0/22 ge 24 le 24,
+ 35.115.18.0/22 ge 24 le 24,
+ 35.115.129.0/22 le 24,
+ 35.115.143.0/24,
+ 35.115.159.0/22 le 24,
+ 35.114.95.0/22 le 24,
+ 35.114.151.0/22 le 24,
+ 35.117.128.0/22 le 24,
+ 35.117.92.0/22 ge 24 le 24,
+ 35.117.38.0/22 le 24,
+ 35.117.14.0/22 ge 24 le 24,
+ 35.117.18.0/22 le 24,
+ 35.119.80.0/22 le 24,
+ 35.119.109.0/23 ge 24 le 24,
+ 35.119.111.0/24,
+ 35.118.184.0/22 le 24,
+ 35.118.199.0/22 le 24,
+ 35.118.202.0/22 le 24,
+ 39.76.160.0/24,
+ 39.76.23.0/22 le 24,
+ 39.82.46.0/24,
+ 39.81.124.0/24,
+ 39.98.19.0/24,
+ 39.111.168.0/24,
+ 39.104.169.0/24,
+ 39.47.141.0/24,
+ 39.45.141.0/23 ge 24 le 24,
+ 39.45.142.0/24,
+ 39.45.138.0/24,
+ 39.35.224.0/24,
+ 39.35.227.0/24,
+ 39.22.55.0/20 le 24,
+ 39.22.14.0/22 le 24,
+ 39.231.106.0/24,
+ 39.229.59.0/24,
+ 39.226.240.0/24,
+ 39.254.71.0/23 ge 24 le 24,
+ 39.213.114.0/23 le 24,
+ 39.213.110.0/24,
+ 39.213.104.0/22 le 24,
+ 39.213.70.0/24,
+ 39.213.76.0/24,
+ 39.213.79.0/23 le 24,
+ 39.213.84.0/21 le 24,
+ 39.213.95.0/22 le 24,
+ 39.208.240.0/22 le 24,
+ 39.210.130.0/23 le 24,
+ 39.197.128.0/24,
+ 39.206.101.0/24,
+ 39.203.37.0/21 le 24,
+ 39.201.126.0/24,
+ 39.201.122.0/24,
+ 39.201.105.0/23 ge 24 le 24,
+ 39.201.102.0/24,
+ 39.201.72.0/24,
+ 39.201.75.0/23 ge 24 le 24,
+ 39.201.69.0/22 ge 24 le 24,
+ 39.201.83.0/22 le 24,
+ 38.215.112.0/18 le 24,
+ 38.223.140.0/24,
+ 38.223.158.0/24,
+ 38.223.87.0/22 le 24,
+ 38.223.40.0/24,
+ 38.223.19.0/24,
+ 38.223.16.0/24,
+ 38.222.76.0/24,
+ 38.222.78.0/24,
+ 38.222.28.0/24,
+ 38.220.118.0/24,
+ 38.220.111.0/24,
+ 38.220.4.0/23 ge 24 le 24,
+ 38.220.6.0/23 le 24,
+ 38.220.240.0/24,
+ 38.220.243.0/24,
+ 38.221.160.0/24,
+ 38.221.164.0/24,
+ 38.221.227.0/24,
+ 38.221.225.0/24,
+ 38.221.228.0/23 ge 24 le 24,
+ 38.221.231.0/24,
+ 38.221.198.0/22 le 24,
+ 38.221.111.0/24,
+ 38.218.144.0/22 le 24,
+ 38.218.178.0/22 le 24,
+ 38.218.187.0/22 le 24,
+ 38.218.175.0/24,
+ 38.218.102.0/22 ge 24 le 24,
+ 38.218.111.0/22 le 24,
+ 38.218.80.0/24,
+ 38.218.82.0/24,
+ 38.218.76.0/24,
+ 38.218.0.0/22 le 24,
+ 38.219.136.0/24,
+ 38.219.205.0/24,
+ 38.219.100.0/22 ge 24 le 24,
+ 38.217.18.0/22 le 24,
+ 38.217.76.0/22 ge 24 le 24,
+ 38.217.75.0/23 ge 24 le 24,
+ 38.217.65.0/23 le 24,
+ 38.217.110.0/22 ge 24 le 24,
+ 38.217.118.0/24,
+ 38.217.188.0/22 le 24,
+ 38.216.67.0/24,
+ 38.216.65.0/23 ge 24 le 24,
+ 38.216.92.0/22 le 24,
+ 38.216.24.0/24,
+ 38.232.16.0/15 le 24,
+ 38.228.19.0/20 le 24,
+ 38.228.91.0/19 ge 20 le 24,
+ 38.228.206.0/21 ge 22 le 24,
+ 38.229.86.0/18 le 24,
+ 38.231.217.0/21 le 24,
+ 38.230.175.0/24,
+ 38.230.172.0/24,
+ 38.230.190.0/24,
+ 38.230.177.0/23 le 24,
+ 38.230.183.0/23 ge 24 le 24,
+ 38.230.158.0/19 le 24,
+ 38.230.197.0/19 le 24,
+ 38.249.134.0/17 le 24,
+ 38.243.50.0/18 le 24,
+ 38.243.74.0/22 le 24,
+ 38.242.96.0/24,
+ 38.241.125.0/24,
+ 38.241.112.0/24,
+ 38.241.117.0/24,
+ 38.240.229.0/24,
+ 38.245.130.0/24,
+ 38.245.196.0/18 le 24,
+ 38.245.36.0/24,
+ 38.245.42.0/21 le 24,
+ 38.245.56.0/21 le 24,
+ 38.245.55.0/21 ge 22 le 24,
+ 38.245.93.0/24,
+ 38.245.81.0/24,
+ 38.245.66.0/20 le 24,
+ 38.246.24.0/18 ge 19 le 24,
+ 38.246.211.0/20 le 24,
+ 38.246.169.0/24,
+ 38.129.64.0/22 le 24,
+ 38.129.164.0/22 ge 23 le 24,
+ 38.128.216.0/24,
+ 38.131.201.0/22 le 24,
+ 38.131.96.0/23 le 24,
+ 38.130.20.0/23 le 24,
+ 38.130.3.0/24,
+ 38.130.115.0/24,
+ 38.143.223.0/20 le 24,
+ 38.140.207.0/24,
+ 38.140.202.0/22 le 24,
+ 38.140.199.0/21 le 24,
+ 38.140.235.0/24,
+ 38.140.233.0/24,
+ 38.140.254.0/24,
+ 38.138.70.0/18 le 24,
+ 38.138.57.0/20 le 24,
+ 38.138.15.0/19 le 24,
+ 38.138.200.0/19 le 24,
+ 38.150.71.0/22 le 24,
+ 38.150.168.0/22 le 24,
+ 38.150.138.0/22 ge 24 le 24,
+ 38.150.238.0/24,
+ 38.151.142.0/23 ge 24 le 24,
+ 38.151.140.0/23 le 24,
+ 38.151.153.0/23 ge 24 le 24,
+ 38.151.155.0/24,
+ 38.149.171.0/23 le 24,
+ 38.148.121.0/24,
+ 38.148.123.0/24,
+ 38.148.24.0/23 le 24,
+ 38.148.26.0/23 ge 24 le 24,
+ 38.148.255.0/24,
+ 38.148.230.0/23 ge 24 le 24,
+ 38.146.246.0/22 le 24,
+ 38.146.91.0/22 le 24,
+ 38.146.45.0/24,
+ 38.147.15.0/22 le 24,
+ 38.147.78.0/23 ge 24 le 24,
+ 38.145.195.0/23 ge 24 le 24,
+ 38.144.251.0/24,
+ 38.144.191.0/22 ge 24 le 24,
+ 38.144.38.0/23 le 24,
+ 38.144.24.0/22 le 24,
+ 38.144.29.0/24,
+ 38.157.3.0/24,
+ 38.157.137.0/22 le 24,
+ 38.156.214.0/22 le 24,
+ 38.158.95.0/22 le 24,
+ 38.158.178.0/24,
+ 38.158.177.0/24,
+ 38.158.150.0/22 le 24,
+ 38.158.217.0/24,
+ 38.158.219.0/24,
+ 38.159.202.0/22 le 24,
+ 38.159.219.0/22 le 24,
+ 38.159.145.0/22 le 24,
+ 38.159.176.0/24,
+ 38.159.179.0/24,
+ 38.159.86.0/24,
+ 38.153.244.0/23 ge 24 le 24,
+ 38.153.246.0/24,
+ 38.153.124.0/24,
+ 38.152.117.0/24,
+ 38.155.50.0/22 le 24,
+ 38.155.72.0/24,
+ 38.155.172.0/24,
+ 38.155.174.0/24,
+ 38.155.216.0/22 le 24,
+ 38.188.207.0/24,
+ 38.188.132.0/23 ge 24 le 24,
+ 38.191.176.0/22 le 24,
+ 38.191.133.0/22 le 24,
+ 38.191.51.0/22 le 24,
+ 38.190.212.0/22 ge 24 le 24,
+ 38.184.1.0/22 le 24,
+ 38.185.132.0/21 ge 22 le 24,
+ 38.185.4.0/22 le 24,
+ 38.185.58.0/22 le 24,
+ 38.185.52.0/22 le 24,
+ 38.185.34.0/22 le 24,
+ 38.185.81.0/23 ge 24 le 24,
+ 38.187.64.0/22 le 24,
+ 38.187.193.0/23 ge 24 le 24,
+ 38.187.194.0/24,
+ 38.186.178.0/22 ge 23 le 24,
+ 38.181.20.0/22 le 24,
+ 38.181.182.0/22 le 24,
+ 38.181.190.0/24,
+ 38.181.158.0/22 le 24,
+ 38.181.254.0/24,
+ 38.180.225.0/22 le 24,
+ 38.180.58.0/24,
+ 38.180.78.0/22 le 24,
+ 38.182.190.0/23 le 24,
+ 38.182.160.0/24,
+ 38.182.164.0/24,
+ 38.182.173.0/24,
+ 38.183.90.0/23 ge 24 le 24,
+ 38.183.88.0/24,
+ 38.178.41.0/22 le 24,
+ 38.178.105.0/22 le 24,
+ 38.178.103.0/22 le 24,
+ 38.178.82.0/22 le 24,
+ 38.178.228.0/22 le 24,
+ 38.179.201.0/22 ge 24 le 24,
+ 38.179.194.0/22 le 24,
+ 38.179.219.0/24,
+ 38.179.53.0/23 ge 24 le 24,
+ 38.179.68.0/24,
+ 38.179.70.0/23 le 24,
+ 38.179.74.0/23 le 24,
+ 38.179.72.0/24,
+ 38.177.33.0/23 le 24,
+ 38.177.78.0/23 ge 24 le 24,
+ 38.177.76.0/24,
+ 38.177.73.0/22 le 24,
+ 38.177.119.0/22 le 24,
+ 38.176.68.0/24,
+ 38.176.5.0/21 ge 22 le 24,
+ 38.176.255.0/22 le 24,
+ 38.176.237.0/22 ge 24 le 24,
+ 38.176.189.0/22 le 24,
+ 38.50.41.0/24,
+ 38.50.43.0/23 ge 24 le 24,
+ 38.50.64.0/23 ge 24 le 24,
+ 38.50.239.0/24,
+ 38.50.237.0/23 le 24,
+ 38.50.230.0/24,
+ 38.51.31.0/22 le 24,
+ 38.51.78.0/23 le 24,
+ 38.51.77.0/23 ge 24 le 24,
+ 38.51.119.0/24,
+ 38.51.143.0/24,
+ 38.51.140.0/23 ge 24 le 24,
+ 38.48.253.0/22 ge 24 le 24,
+ 38.48.196.0/24,
+ 38.48.128.0/24,
+ 38.48.155.0/24,
+ 38.48.79.0/23 ge 24 le 24,
+ 38.48.100.0/22 le 24,
+ 38.48.26.0/22 le 24,
+ 38.49.144.0/22 le 24,
+ 38.49.201.0/22 le 24,
+ 38.49.53.0/24,
+ 38.49.54.0/23 le 24,
+ 38.49.62.0/23 ge 24 le 24,
+ 38.49.89.0/24,
+ 38.53.201.0/22 le 24,
+ 38.53.220.0/22 le 24,
+ 38.53.23.0/24,
+ 38.53.20.0/23 le 24,
+ 38.52.43.0/24,
+ 38.52.40.0/24,
+ 38.52.143.0/22 le 24,
+ 38.52.172.0/24,
+ 38.52.209.0/24,
+ 38.52.211.0/23 le 24,
+ 38.55.54.0/24,
+ 38.55.52.0/23 ge 24 le 24,
+ 38.55.124.0/24,
+ 38.55.126.0/23 le 24,
+ 38.55.115.0/22 ge 24 le 24,
+ 38.54.36.0/22 ge 24 le 24,
+ 38.54.48.0/24,
+ 38.54.52.0/22 ge 24 le 24,
+ 38.54.90.0/24,
+ 38.54.88.0/23 le 24,
+ 38.54.199.0/23 ge 24 le 24,
+ 38.57.8.0/22 le 24,
+ 38.57.75.0/23 le 24,
+ 38.57.209.0/22 le 24,
+ 38.57.234.0/22 ge 24 le 24,
+ 38.57.227.0/22 le 24,
+ 38.57.184.0/23 le 24,
+ 38.56.78.0/24,
+ 38.56.77.0/23 le 24,
+ 38.56.21.0/24,
+ 38.56.34.0/24,
+ 38.56.176.0/22 le 24,
+ 38.56.213.0/23 ge 24 le 24,
+ 38.59.156.0/24,
+ 38.59.62.0/22 le 24,
+ 38.59.109.0/24,
+ 38.58.1.0/22 ge 24 le 24,
+ 38.58.5.0/22 le 24,
+ 38.58.18.0/24,
+ 38.58.40.0/23 ge 24 le 24,
+ 38.60.152.0/22 le 24,
+ 38.60.203.0/24,
+ 38.60.201.0/23 le 24,
+ 38.60.98.0/22 le 24,
+ 38.60.84.0/22 le 24,
+ 38.60.40.0/24,
+ 38.60.43.0/23 le 24,
+ 38.61.154.0/22 le 24,
+ 38.61.135.0/24,
+ 38.61.51.0/24,
+ 38.61.48.0/23 ge 24 le 24,
+ 38.61.111.0/24,
+ 38.61.118.0/23 ge 24 le 24,
+ 38.62.90.0/24,
+ 38.62.221.0/24,
+ 38.62.133.0/23 ge 24 le 24,
+ 38.62.134.0/23 le 24,
+ 38.63.159.0/22 ge 24 le 24,
+ 38.63.153.0/23 ge 24 le 24,
+ 38.63.3.0/22 ge 24 le 24,
+ 38.63.22.0/24,
+ 38.63.21.0/24,
+ 38.63.54.0/23 le 24,
+ 38.63.98.0/22 ge 24 le 24,
+ 38.33.177.0/22 ge 24 le 24,
+ 38.32.100.0/24,
+ 38.32.103.0/24,
+ 38.32.154.0/24,
+ 38.35.251.0/22 le 24,
+ 38.35.229.0/22 le 24,
+ 38.34.94.0/23 le 24,
+ 38.34.89.0/24,
+ 38.34.68.0/22 le 24,
+ 38.34.117.0/22 ge 24 le 24,
+ 38.34.113.0/24,
+ 38.34.190.0/23 le 24,
+ 38.34.133.0/23 le 24,
+ 38.38.254.0/24,
+ 38.38.217.0/22 ge 24 le 24,
+ 38.38.176.0/22 le 24,
+ 38.38.141.0/22 le 24,
+ 38.38.114.0/22 le 24,
+ 38.39.226.0/22 le 24,
+ 38.39.93.0/22 ge 24 le 24,
+ 38.37.197.0/22 le 24,
+ 38.37.160.0/23 le 24,
+ 38.37.98.0/22 le 24,
+ 38.37.107.0/22 le 24,
+ 38.37.91.0/22 le 24,
+ 38.37.16.0/22 le 24,
+ 38.37.31.0/23 le 24,
+ 38.37.9.0/22 ge 24 le 24,
+ 38.37.4.0/22 ge 23 le 24,
+ 38.37.38.0/23 ge 24 le 24,
+ 38.37.47.0/22 le 24,
+ 38.37.51.0/22 ge 24 le 24,
+ 38.36.245.0/23 le 24,
+ 38.36.151.0/24,
+ 38.36.160.0/24,
+ 38.36.42.0/22 ge 23 le 24,
+ 38.45.163.0/24,
+ 38.45.130.0/22 le 24,
+ 38.45.59.0/22 ge 24 le 24,
+ 38.45.124.0/24,
+ 38.45.127.0/23 ge 24 le 24,
+ 38.45.119.0/24,
+ 38.45.117.0/23 ge 24 le 24,
+ 38.45.101.0/24,
+ 38.45.102.0/23 ge 24 le 24,
+ 38.44.141.0/22 le 24,
+ 38.44.157.0/22 ge 24 le 24,
+ 38.44.209.0/22 ge 24 le 24,
+ 38.44.77.0/24,
+ 38.44.53.0/24,
+ 38.44.54.0/23 ge 24 le 24,
+ 38.44.39.0/24,
+ 38.44.36.0/23 ge 24 le 24,
+ 38.44.32.0/24,
+ 38.44.34.0/24,
+ 38.44.25.0/22 ge 24 le 24,
+ 38.47.244.0/24,
+ 38.47.246.0/23 le 24,
+ 38.47.249.0/22 le 24,
+ 38.47.218.0/23 le 24,
+ 38.47.129.0/23 ge 24 le 24,
+ 38.47.131.0/24,
+ 38.47.141.0/23 ge 24 le 24,
+ 38.47.143.0/24,
+ 38.47.139.0/24,
+ 38.47.97.0/23 le 24,
+ 38.47.85.0/22 le 24,
+ 38.47.7.0/22 le 24,
+ 38.47.16.0/22 le 24,
+ 38.47.42.0/24,
+ 38.47.41.0/23 ge 24 le 24,
+ 38.46.44.0/24,
+ 38.46.46.0/23 ge 24 le 24,
+ 38.46.32.0/24,
+ 38.46.61.0/22 le 24,
+ 38.46.1.0/22 le 24,
+ 38.46.254.0/24,
+ 38.40.110.0/22 le 24,
+ 38.40.226.0/24,
+ 38.41.111.0/22 ge 24 le 24,
+ 38.41.94.0/24,
+ 38.41.92.0/23 ge 24 le 24,
+ 38.43.23.0/23 le 24,
+ 38.43.95.0/22 le 24,
+ 38.43.128.0/22 le 24,
+ 38.42.84.0/22 ge 24 le 24,
+ 38.42.25.0/23 le 24,
+ 38.42.155.0/22 le 24,
+ 38.109.181.0/24,
+ 38.109.176.0/24,
+ 38.109.152.0/20 ge 24 le 24,
+ 38.109.139.0/22 ge 24 le 24,
+ 38.109.229.0/24,
+ 38.109.251.0/22 ge 24 le 24,
+ 38.109.247.0/21 le 24,
+ 38.109.31.0/24,
+ 38.109.19.0/24,
+ 38.109.17.0/24,
+ 38.106.224.0/21 ge 24 le 24,
+ 38.106.115.0/23 ge 24 le 24,
+ 38.106.74.0/24,
+ 38.106.65.0/24,
+ 38.98.23.0/17 le 24,
+ 38.96.252.0/24,
+ 38.96.254.0/23 le 24,
+ 38.96.194.0/19 le 24,
+ 38.96.145.0/18 le 24,
+ 38.101.103.0/18 le 24,
+ 38.102.254.0/22 le 24,
+ 38.102.213.0/24,
+ 38.102.93.0/21 ge 22 le 24,
+ 38.120.30.0/22 le 24,
+ 38.120.9.0/22 le 24,
+ 38.88.216.0/24,
+ 38.88.15.0/24,
+ 38.70.102.0/23 ge 24 le 24,
+ 38.68.76.0/22 le 24,
+ 38.69.80.0/22 le 24,
+ 38.69.16.0/22 le 24,
+ 38.69.38.0/23 ge 24 le 24,
+ 38.64.125.0/21 ge 24 le 24,
+ 38.65.67.0/23 le 24,
+ 38.66.53.0/22 le 24,
+ 38.66.17.0/22 le 24,
+ 38.66.27.0/22 ge 24 le 24,
+ 37.128.83.0/23 ge 24 le 24,
+ 37.128.21.0/22 le 24,
+ 37.128.249.0/23 le 24,
+ 37.128.251.0/24,
+ 37.145.20.0/24,
+ 37.147.35.0/23 ge 24 le 24,
+ 37.147.32.0/24,
+ 37.147.39.0/24,
+ 37.147.36.0/23 ge 24 le 24,
+ 37.146.74.0/24,
+ 37.146.67.0/21 le 24,
+ 37.148.237.0/20 le 24,
+ 37.149.170.0/24,
+ 37.149.163.0/24,
+ 37.149.165.0/23 ge 24 le 24,
+ 37.149.166.0/23 le 24,
+ 37.151.88.0/20 le 24,
+ 37.154.214.0/21 le 24,
+ 37.155.4.0/24,
+ 37.153.114.0/21 le 24,
+ 37.180.125.0/24,
+ 37.180.110.0/23 le 24,
+ 37.187.194.0/18 le 24,
+ 37.92.12.0/24,
+ 37.58.148.0/21 le 24,
+ 37.53.89.0/22 ge 24 le 24,
+ 37.53.93.0/23 ge 24 le 24,
+ 37.53.95.0/24,
+ 37.43.13.0/17 le 24,
+ 37.42.217.0/24,
+ 37.42.138.0/24,
+ 37.42.149.0/24,
+ 37.42.146.0/24,
+ 37.35.14.0/22 le 24,
+ 36.17.167.0/24,
+ 36.63.156.0/24,
+ 36.84.76.0/24,
+ 36.156.74.0/24,
+ 36.156.78.0/24,
+ 36.156.97.0/24,
+ 36.156.116.0/23 ge 24 le 24,
+ 59.213.84.0/22 ge 23 le 24,
+ 59.225.82.0/15 ge 16 le 24,
+ 59.63.227.0/24,
+ 59.63.245.0/23 ge 24 le 24,
+ 59.63.242.0/24,
+ 59.63.252.0/24,
+ 59.32.26.0/22 ge 23 le 24,
+ 59.32.53.0/20 le 24,
+ 59.33.230.0/16 le 24,
+ 59.71.34.0/20 le 24,
+ 59.71.111.0/18 le 24,
+ 59.122.105.0/22 le 24,
+ 59.105.49.0/18 ge 22 le 24,
+ 59.105.91.0/19 ge 22 le 24,
+ 59.105.103.0/23 ge 24 le 24,
+ 59.105.104.0/23 ge 24 le 24,
+ 56.31.58.0/15 le 24,
+ 56.12.221.0/20 le 24,
+ 56.4.167.0/17 le 24,
+ 56.4.89.0/24,
+ 56.4.59.0/23 ge 24 le 24,
+ 56.4.49.0/24,
+ 56.4.14.0/24,
+ 56.62.172.0/24,
+ 56.62.169.0/24,
+ 56.62.130.0/23 le 24,
+ 56.63.140.0/24,
+ 56.63.191.0/24,
+ 56.63.189.0/24,
+ 56.64.228.0/24,
+ 56.74.254.0/20 le 24,
+ 56.74.170.0/24,
+ 56.74.162.0/24,
+ 56.74.161.0/23 ge 24 le 24,
+ 56.74.164.0/24,
+ 56.96.255.0/24,
+ 56.101.193.0/15 ge 16 le 24,
+ 56.113.104.0/23 ge 24 le 24,
+ 56.113.124.0/24,
+ 56.113.48.0/24,
+ 56.113.29.0/24,
+ 56.113.1.0/24,
+ 56.112.109.0/24,
+ 56.112.65.0/20 le 24,
+ 56.112.213.0/19 ge 20 le 24,
+ 56.190.91.0/24,
+ 56.185.132.0/24,
+ 56.136.136.0/24,
+ 57.191.8.0/23 ge 24 le 24,
+ 57.191.214.0/23 ge 24 le 24,
+ 62.171.132.0/24,
+ 62.168.206.0/24,
+ 62.168.192.0/23 le 24,
+ 62.168.240.0/22 le 24,
+ 62.168.167.0/24,
+ 62.168.169.0/24,
+ 62.112.60.0/24,
+ 62.113.134.0/21 le 24,
+ 49.219.100.0/24,
+ 51.57.165.0/22 le 24,
+ 51.98.1.0/21 le 24,
+ 51.98.29.0/20 le 24,
+ 51.98.104.0/21 le 24,
+ 51.99.67.0/24,
+ 51.96.221.0/24,
+ 51.96.218.0/24,
+ 51.96.239.0/23 le 24,
+ 51.96.244.0/24,
+ 51.125.244.0/24,
+ 51.125.246.0/24,
+ 51.125.214.0/22 ge 24 le 24,
+ 51.125.205.0/23 ge 24 le 24,
+ 51.121.16.0/24,
+ 51.123.128.0/24,
+ 51.81.125.0/19 le 24,
+ 51.218.131.0/24,
+ 50.91.207.0/24,
+ 50.228.160.0/22 le 24,
+ 50.229.147.0/22 le 24,
+ 50.229.142.0/23 le 24,
+ 50.229.166.0/22 le 24,
+ 50.229.202.0/22 le 24,
+ 50.229.63.0/24,
+ 50.229.61.0/24,
+ 50.229.29.0/22 le 24,
+ 50.229.25.0/22 ge 24 le 24,
+ 50.229.18.0/23 ge 24 le 24,
+ 50.229.20.0/22 le 24,
+ 50.229.3.0/23 ge 24 le 24,
+ 50.229.4.0/23 ge 24 le 24,
+ 50.229.9.0/22 ge 24 le 24,
+ 50.229.12.0/23 ge 24 le 24,
+ 50.229.15.0/23 le 24,
+ 52.252.214.0/24,
+ 53.242.106.0/20 le 24,
+ 53.240.25.0/22 le 24,
+ 53.240.19.0/21 ge 22 le 24,
+ 53.251.182.0/20 le 24,
+ 53.250.126.0/17 le 24,
+ 53.248.222.0/19 le 24,
+ 53.255.85.0/18 le 24,
+ 53.236.26.0/20 le 24,
+ 53.236.56.0/21 le 24,
+ 53.236.247.0/24,
+ 53.236.245.0/23 ge 24 le 24,
+ 53.225.86.0/18 le 24,
+ 53.225.29.0/19 le 24,
+ 53.222.28.0/24,
+ 53.219.249.0/24,
+ 53.200.253.0/19 le 24,
+ 53.204.248.0/16 le 24,
+ 53.175.67.0/20 le 24,
+ 53.175.39.0/18 le 24,
+ 53.175.145.0/17 ge 18 le 24,
+ 53.172.144.0/24,
+ 53.191.66.0/18 le 24,
+ 53.191.171.0/18 ge 19 le 24,
+ 53.191.212.0/18 le 24,
+ 53.155.103.0/20 le 24,
+ 53.148.188.0/23 le 24,
+ 53.148.191.0/24,
+ 53.147.30.0/17 le 24,
+ 53.144.113.0/20 ge 21 le 24,
+ 53.144.76.0/20 ge 21 le 24,
+ 53.144.87.0/20 le 24,
+ 53.112.192.0/24,
+ 53.33.91.0/22 ge 24 le 24,
+ 55.229.124.0/19 le 24,
+ 55.169.4.0/19 le 24,
+ 55.178.10.0/18 le 24,
+ 55.177.242.0/18 le 24,
+ 55.78.92.0/19 le 24,
+ 55.79.203.0/18 le 24,
+ 55.73.129.0/22 le 24,
+ 55.108.239.0/24,
+ 55.7.151.0/22 le 24,
+ 55.53.146.0/19 le 24,
+ 54.59.227.0/23 le 24,
+ 54.58.126.0/22 le 24,
+ 54.61.194.0/23 le 24,
+ 54.55.38.0/24,
+ 54.51.204.0/23 le 24,
+ 54.41.184.0/24,
+ 54.44.151.0/24,
+ 54.47.35.0/24,
+ 54.47.37.0/23 le 24,
+ 54.33.24.0/23 le 24,
+ 54.34.114.0/23 le 24,
+ 54.36.197.0/24,
+ 54.25.71.0/24,
+ 54.27.172.0/24,
+ 54.30.99.0/24,
+ 54.30.90.0/24,
+ 54.31.215.0/23 le 24,
+ 54.29.46.0/22 le 24,
+ 54.21.229.0/23 le 24,
+ 54.16.218.0/21 le 24,
+ 54.17.40.0/24,
+ 54.17.32.0/23 ge 24 le 24,
+ 54.7.47.0/24,
+ 54.5.19.0/23 le 24,
+ 54.4.4.0/24,
+ 54.13.232.0/24,
+ 54.13.235.0/24,
+ 54.13.56.0/23 le 24,
+ 54.8.234.0/24,
+ 54.11.49.0/23 le 24,
+ 54.138.36.0/24,
+ 54.138.75.0/24,
+ 54.140.154.0/20 le 24,
+ 54.142.218.0/19 le 24,
+ 54.130.17.0/24,
+ 54.130.253.0/24,
+ 54.129.132.0/20 le 24,
+ 54.129.203.0/22 ge 23 le 24,
+ 54.128.128.0/23 le 24,
+ 54.144.201.0/24,
+ 54.144.203.0/24,
+ 54.145.128.0/23 ge 24 le 24,
+ 54.147.43.0/24,
+ 54.146.237.0/22 ge 24 le 24,
+ 54.146.117.0/24,
+ 54.149.29.0/24,
+ 54.149.5.0/24,
+ 54.159.92.0/23 le 24,
+ 54.184.4.0/24,
+ 54.184.203.0/22 le 24,
+ 54.185.207.0/24,
+ 54.185.185.0/22 le 24,
+ 54.187.239.0/23 le 24,
+ 54.188.230.0/22 le 24,
+ 54.189.234.0/23 le 24,
+ 54.191.142.0/24,
+ 54.178.124.0/24,
+ 54.178.9.0/24,
+ 54.177.182.0/24,
+ 54.177.83.0/24,
+ 54.181.69.0/24,
+ 54.182.185.0/24,
+ 54.182.15.0/24,
+ 54.182.108.0/23 le 24,
+ 54.182.106.0/24,
+ 54.182.119.0/24,
+ 54.215.75.0/24,
+ 54.192.145.0/22 le 24,
+ 54.192.88.0/24,
+ 54.193.141.0/24,
+ 54.193.146.0/24,
+ 54.195.93.0/24,
+ 54.198.4.0/23 le 24,
+ 54.198.39.0/24,
+ 54.198.34.0/22 le 24,
+ 54.201.199.0/24,
+ 54.200.160.0/23 le 24,
+ 54.200.165.0/24,
+ 54.203.247.0/24,
+ 54.207.69.0/24,
+ 54.230.28.0/22 le 24,
+ 54.239.230.0/24,
+ 54.246.22.0/24,
+ 54.243.153.0/24,
+ 54.241.123.0/20 le 24,
+ 54.255.29.0/23 le 24,
+ 54.253.4.0/22 le 24,
+ 54.253.96.0/19 le 24,
+ 54.252.198.0/24,
+ 54.252.147.0/24,
+ 54.252.102.0/24,
+ 54.252.83.0/20 le 24,
+ 54.252.14.0/24,
+ 54.252.50.0/24,
+ 54.252.61.0/24,
+ 54.250.44.0/23 le 24,
+ 110.208.193.0/24,
+ 110.213.114.0/24,
+ 110.213.120.0/23 ge 24 le 24,
+ 110.213.126.0/24,
+ 110.213.125.0/24,
+ 110.214.192.0/19 ge 20 le 24,
+ 110.219.109.0/24,
+ 110.218.32.0/24,
+ 110.205.197.0/18 ge 19 le 24,
+ 110.206.93.0/19 le 24,
+ 110.201.245.0/24,
+ 110.203.249.0/20 le 24,
+ 110.198.41.0/24,
+ 110.198.43.0/24,
+ 110.198.63.0/20 le 24,
+ 110.198.95.0/22 le 24,
+ 110.198.151.0/19 le 24,
+ 110.197.246.0/24,
+ 110.197.226.0/24,
+ 110.197.229.0/24,
+ 110.197.231.0/24,
+ 110.197.214.0/23 ge 24 le 24,
+ 110.197.221.0/24,
+ 110.197.223.0/24,
+ 110.197.219.0/24,
+ 110.197.199.0/20 le 24,
+ 110.197.128.0/24,
+ 110.193.233.0/20 le 24,
+ 110.193.29.0/24,
+ 110.193.31.0/23 ge 24 le 24,
+ 110.193.24.0/22 ge 24 le 24,
+ 110.193.20.0/23 ge 24 le 24,
+ 110.193.23.0/24,
+ 110.193.17.0/22 ge 24 le 24,
+ 110.192.156.0/20 le 24,
+ 110.192.117.0/20 le 24,
+ 110.192.87.0/20 le 24,
+ 110.245.187.0/24,
+ 110.246.77.0/21 le 24,
+ 110.246.94.0/21 le 24,
+ 110.246.122.0/20 ge 21 le 24,
+ 110.246.103.0/21 ge 22 le 24,
+ 110.246.109.0/21 le 24,
+ 110.246.53.0/19 ge 20 le 24,
+ 110.246.3.0/20 le 24,
+ 110.246.27.0/24,
+ 110.246.29.0/24,
+ 110.246.31.0/23 ge 24 le 24,
+ 110.246.21.0/23 ge 24 le 24,
+ 110.246.23.0/24,
+ 110.246.163.0/19 ge 20 le 24,
+ 110.246.150.0/19 le 24,
+ 110.246.250.0/19 le 24,
+ 110.246.220.0/20 le 24,
+ 110.246.195.0/24,
+ 110.246.192.0/24,
+ 110.246.197.0/22 ge 23 le 24,
+ 110.246.207.0/21 ge 22 le 24,
+ 110.240.131.0/20 le 24,
+ 110.240.70.0/19 le 24,
+ 110.240.21.0/20 le 24,
+ 110.248.71.0/24,
+ 110.248.68.0/24,
+ 110.248.167.0/20 le 24,
+ 110.248.237.0/20 le 24,
+ 110.249.184.0/24,
+ 110.255.77.0/18 le 24,
+ 110.253.174.0/19 ge 20 le 24,
+ 110.236.222.0/21 le 24,
+ 110.236.163.0/22 le 24,
+ 110.224.194.0/23 le 24,
+ 110.224.193.0/23 ge 24 le 24,
+ 110.224.197.0/22 ge 24 le 24,
+ 110.224.205.0/21 ge 24 le 24,
+ 110.224.81.0/23 le 24,
+ 110.224.94.0/23 le 24,
+ 110.224.75.0/23 le 24,
+ 110.224.29.0/24,
+ 110.224.58.0/19 le 24,
+ 110.225.190.0/20 le 24,
+ 110.225.218.0/20 le 24,
+ 110.228.251.0/24,
+ 110.169.136.0/24,
+ 110.169.128.0/24,
+ 110.169.154.0/24,
+ 110.169.120.0/19 le 24,
+ 110.168.148.0/18 le 24,
+ 110.170.104.0/20 le 24,
+ 110.172.207.0/24,
+ 110.172.14.0/20 le 24,
+ 110.173.6.0/19 le 24,
+ 110.175.64.0/21 le 24,
+ 110.160.213.0/24,
+ 110.160.214.0/24,
+ 110.160.31.0/19 le 24,
+ 110.163.238.0/24,
+ 110.163.43.0/23 le 24,
+ 110.163.63.0/20 le 24,
+ 110.166.12.0/17 le 24,
+ 110.165.30.0/21 le 24,
+ 110.164.229.0/24,
+ 110.164.67.0/19 le 24,
+ 110.185.34.0/19 le 24,
+ 110.185.163.0/20 ge 22 le 24,
+ 110.185.182.0/22 le 24,
+ 110.185.179.0/23 le 24,
+ 110.185.134.0/21 ge 22 le 24,
+ 110.185.143.0/21 le 24,
+ 110.185.154.0/20 le 24,
+ 110.187.60.0/22 le 24,
+ 110.187.44.0/23 le 24,
+ 110.187.26.0/24,
+ 110.187.125.0/22 le 24,
+ 110.187.84.0/23 le 24,
+ 110.187.250.0/23 le 24,
+ 110.187.179.0/23 ge 24 le 24,
+ 110.176.229.0/23 le 24,
+ 110.176.247.0/20 le 24,
+ 110.176.149.0/24,
+ 110.176.93.0/20 le 24,
+ 110.183.168.0/24,
+ 110.181.97.0/24,
+ 110.181.127.0/24,
+ 110.181.73.0/23 le 24,
+ 110.181.67.0/24,
+ 110.181.84.0/24,
+ 110.181.56.0/22 le 24,
+ 110.181.12.0/24,
+ 110.181.133.0/24,
+ 110.181.173.0/24,
+ 110.180.35.0/23 ge 24 le 24,
+ 110.180.10.0/21 le 24,
+ 110.180.224.0/24,
+ 110.154.85.0/16 le 24,
+ 110.150.40.0/18 le 24,
+ 110.151.78.0/20 le 24,
+ 110.139.253.0/20 le 24,
+ 110.141.129.0/20 le 24,
+ 110.141.41.0/24,
+ 110.140.203.0/24,
+ 110.130.184.0/22 le 24,
+ 110.134.104.0/16 le 24,
+ 110.1.49.0/20 le 24,
+ 110.4.179.0/23 le 24,
+ 110.4.53.0/24,
+ 110.6.27.0/24,
+ 110.12.22.0/16 le 24,
+ 110.9.247.0/21 le 24,
+ 110.9.166.0/20 ge 21 le 24,
+ 110.9.8.0/24,
+ 110.9.69.0/21 le 24,
+ 110.8.229.0/21 le 24,
+ 110.21.108.0/24,
+ 110.23.73.0/24,
+ 110.23.76.0/24,
+ 110.23.69.0/24,
+ 110.23.70.0/23 ge 24 le 24,
+ 110.16.180.0/24,
+ 110.29.54.0/24,
+ 110.26.159.0/24,
+ 110.26.156.0/24,
+ 110.26.155.0/22 le 24,
+ 110.26.165.0/24,
+ 110.26.76.0/22 le 24,
+ 110.25.110.0/24,
+ 110.34.187.0/24,
+ 110.33.200.0/24,
+ 110.54.69.0/19 le 24,
+ 110.54.124.0/24,
+ 110.54.122.0/24,
+ 110.59.116.0/21 le 24,
+ 110.59.253.0/19 le 24,
+ 110.57.132.0/24,
+ 110.56.197.0/20 le 24,
+ 110.61.201.0/21 le 24,
+ 110.61.232.0/24,
+ 110.61.251.0/23 ge 24 le 24,
+ 110.61.249.0/24,
+ 110.61.252.0/23 le 24,
+ 110.61.255.0/23 ge 24 le 24,
+ 110.61.244.0/23 ge 24 le 24,
+ 110.61.179.0/24,
+ 110.61.155.0/22 le 24,
+ 110.61.26.0/20 le 24,
+ 110.61.32.0/21 le 24,
+ 110.61.41.0/24,
+ 110.62.93.0/22 le 24,
+ 110.62.81.0/22 le 24,
+ 110.62.244.0/22 le 24,
+ 110.63.103.0/20 le 24,
+ 110.64.99.0/23 ge 24 le 24,
+ 110.65.141.0/21 le 24,
+ 110.65.217.0/23 le 24,
+ 110.68.241.0/24,
+ 110.79.112.0/21 ge 22 le 24,
+ 110.79.125.0/22 le 24,
+ 110.78.2.0/19 le 24,
+ 110.78.243.0/20 le 24,
+ 110.78.194.0/24,
+ 110.78.143.0/19 le 24,
+ 110.73.250.0/24,
+ 110.89.60.0/16 le 24,
+ 110.88.47.0/17 le 24,
+ 110.88.169.0/20 le 24,
+ 110.88.214.0/19 ge 20 le 24,
+ 110.91.229.0/17 ge 19 le 24,
+ 110.91.12.0/19 le 24,
+ 110.91.117.0/18 ge 19 le 24,
+ 110.90.204.0/17 ge 18 le 24,
+ 110.90.119.0/18 ge 19 le 24,
+ 110.90.23.0/19 le 24,
+ 110.95.125.0/18 ge 19 le 24,
+ 110.95.36.0/19 le 24,
+ 110.95.213.0/23 le 24,
+ 110.95.245.0/19 le 24,
+ 110.94.139.0/23 le 24,
+ 110.94.184.0/19 ge 20 le 24,
+ 110.94.96.0/22 le 24,
+ 110.94.113.0/20 le 24,
+ 110.94.76.0/19 ge 20 le 24,
+ 110.92.154.0/23 le 24,
+ 110.92.180.0/23 le 24,
+ 110.93.101.0/24,
+ 110.93.96.0/23 le 24,
+ 110.111.7.0/18 le 24,
+ 110.111.120.0/19 le 24,
+ 110.111.157.0/17 le 24,
+ 110.110.160.0/20 le 24,
+ 110.110.189.0/21 le 24,
+ 110.110.217.0/19 le 24,
+ 110.108.230.0/18 le 24,
+ 110.108.105.0/19 le 24,
+ 110.108.43.0/18 le 24,
+ 110.109.143.0/18 le 24,
+ 110.106.24.0/15 le 24,
+ 110.105.71.0/15 ge 16 le 24,
+ 110.101.12.0/21 le 24,
+ 110.102.118.0/24,
+ 110.103.158.0/24,
+ 110.103.52.0/19 le 24,
+ 110.103.21.0/24,
+ 110.96.143.0/24,
+ 110.96.130.0/24,
+ 110.96.209.0/19 le 24,
+ 110.97.252.0/17 le 24,
+ 110.97.116.0/24,
+ 110.97.91.0/24,
+ 110.97.94.0/23 ge 24 le 24,
+ 110.97.92.0/24,
+ 110.115.206.0/24,
+ 110.118.151.0/20 le 24,
+ 110.121.73.0/23 le 24,
+ 110.121.70.0/24,
+ 110.121.65.0/24,
+ 110.121.82.0/21 le 24,
+ 110.121.44.0/20 le 24,
+ 110.120.246.0/20 le 24,
+ 110.125.49.0/19 le 24,
+ 110.125.100.0/24,
+ 110.125.162.0/20 le 24,
+ 110.125.244.0/19 le 24,
+ 111.11.134.0/24,
+ 111.21.253.0/16 le 24,
+ 111.20.144.0/17 le 24,
+ 111.22.56.0/24,
+ 111.19.129.0/16 le 24,
+ 111.32.142.0/24,
+ 111.32.167.0/19 le 24,
+ 111.32.108.0/19 le 24,
+ 111.33.130.0/17 le 24,
+ 111.58.9.0/24,
+ 111.59.35.0/23 le 24,
+ 111.59.36.0/22 le 24,
+ 111.59.56.0/23 le 24,
+ 111.59.61.0/23 le 24,
+ 111.59.78.0/19 le 24,
+ 111.59.98.0/20 le 24,
+ 111.56.15.0/24,
+ 111.56.236.0/24,
+ 111.56.143.0/24,
+ 111.56.164.0/24,
+ 111.56.189.0/24,
+ 111.53.38.0/23 ge 24 le 24,
+ 111.82.67.0/23 le 24,
+ 111.82.70.0/23 le 24,
+ 111.82.206.0/23 ge 24 le 24,
+ 111.80.194.0/19 le 24,
+ 111.65.196.0/24,
+ 111.64.185.0/24,
+ 111.64.166.0/23 le 24,
+ 111.71.184.0/19 le 24,
+ 111.78.237.0/24,
+ 111.78.216.0/22 le 24,
+ 111.78.207.0/23 le 24,
+ 111.73.66.0/14 ge 16 le 24,
+ 111.121.83.0/20 le 24,
+ 111.123.147.0/23 le 24,
+ 111.123.206.0/24,
+ 111.118.35.0/21 ge 23 le 24,
+ 111.118.50.0/24,
+ 111.118.162.0/19 le 24,
+ 111.119.249.0/20 le 24,
+ 111.119.31.0/20 le 24,
+ 111.101.12.0/24,
+ 111.101.2.0/24,
+ 111.101.28.0/24,
+ 111.100.145.0/24,
+ 111.100.136.0/24,
+ 111.100.89.0/23 le 24,
+ 111.102.23.0/23 ge 24 le 24,
+ 111.102.242.0/23 le 24,
+ 111.102.251.0/23 le 24,
+ 111.102.137.0/23 ge 24 le 24,
+ 111.102.139.0/24,
+ 111.98.65.0/23 ge 24 le 24,
+ 111.98.66.0/24,
+ 111.98.73.0/24,
+ 111.96.83.0/23 le 24,
+ 111.107.40.0/24,
+ 111.107.201.0/23 ge 24 le 24,
+ 111.107.203.0/24,
+ 111.105.249.0/24,
+ 111.111.68.0/24,
+ 111.110.58.0/24,
+ 111.109.190.0/24,
+ 111.108.165.0/23 le 24,
+ 111.108.146.0/24,
+ 111.185.183.0/23 le 24,
+ 111.181.179.0/24,
+ 111.182.231.0/24,
+ 111.144.216.0/23 ge 24 le 24,
+ 111.144.65.0/24,
+ 111.146.39.0/23 ge 24 le 24,
+ 111.147.43.0/23 le 24,
+ 111.147.54.0/23 le 24,
+ 111.147.110.0/24,
+ 111.147.208.0/23 le 24,
+ 111.147.210.0/24,
+ 111.149.159.0/23 le 24,
+ 111.150.49.0/23 le 24,
+ 111.150.53.0/22 le 24,
+ 111.151.157.0/24,
+ 111.156.28.0/23 le 24,
+ 111.157.121.0/24,
+ 111.157.160.0/24,
+ 111.157.171.0/24,
+ 111.159.40.0/23 le 24,
+ 111.159.50.0/24,
+ 111.158.72.0/22 ge 24 le 24,
+ 111.158.89.0/24,
+ 111.158.90.0/24,
+ 111.158.250.0/24,
+ 111.153.248.0/24,
+ 111.153.226.0/24,
+ 111.200.105.0/22 le 24,
+ 111.204.253.0/24,
+ 111.204.131.0/24,
+ 111.195.216.0/22 le 24,
+ 111.195.73.0/24,
+ 111.195.102.0/24,
+ 111.195.109.0/24,
+ 111.193.183.0/24,
+ 111.193.211.0/22 le 24,
+ 111.193.61.0/24,
+ 111.193.108.0/24,
+ 111.197.104.0/24,
+ 111.197.122.0/24,
+ 111.198.223.0/24,
+ 111.215.93.0/24,
+ 111.215.196.0/24,
+ 111.211.187.0/24,
+ 111.211.83.0/24,
+ 111.209.20.0/24,
+ 111.223.197.0/24,
+ 111.217.58.0/24,
+ 111.217.22.0/24,
+ 111.249.39.0/24,
+ 111.248.110.0/24,
+ 111.250.217.0/24,
+ 111.250.228.0/24,
+ 111.250.39.0/22 le 24,
+ 111.254.106.0/24,
+ 111.255.33.0/21 le 24,
+ 111.255.75.0/24,
+ 111.252.121.0/24,
+ 111.253.186.0/24,
+ 111.243.203.0/24,
+ 111.242.0.0/24,
+ 111.242.40.0/23 le 24,
+ 111.247.213.0/19 le 24,
+ 111.246.145.0/19 le 24,
+ 111.246.191.0/20 le 24,
+ 109.183.192.0/20 le 24,
+ 109.183.116.0/21 le 24,
+ 109.185.205.0/20 le 24,
+ 109.185.162.0/24,
+ 109.185.160.0/24,
+ 109.171.66.0/24,
+ 109.170.137.0/24,
+ 109.170.242.0/24,
+ 109.170.202.0/24,
+ 109.173.65.0/23 ge 24 le 24,
+ 109.173.78.0/21 ge 22 le 24,
+ 109.164.17.0/23 ge 24 le 24,
+ 109.165.29.0/23 ge 24 le 24,
+ 109.165.31.0/24,
+ 109.165.32.0/24,
+ 109.165.101.0/24,
+ 109.165.102.0/24,
+ 109.165.120.0/24,
+ 109.165.76.0/24,
+ 109.138.188.0/17 le 24,
+ 109.140.247.0/20 le 24,
+ 109.142.255.0/24,
+ 109.142.252.0/24,
+ 109.142.158.0/24,
+ 109.142.175.0/24,
+ 109.142.166.0/22 le 24,
+ 109.142.177.0/24,
+ 109.132.251.0/16 le 24,
+ 109.128.145.0/17 le 24,
+ 109.145.91.0/20 le 24,
+ 109.145.14.0/20 le 24,
+ 109.149.31.0/23 le 24,
+ 109.149.145.0/24,
+ 109.149.159.0/24,
+ 109.149.163.0/22 ge 24 le 24,
+ 109.148.141.0/23 ge 24 le 24,
+ 109.148.143.0/24,
+ 109.148.139.0/24,
+ 109.148.133.0/23 le 24,
+ 109.148.170.0/20 le 24,
+ 109.148.110.0/24,
+ 109.148.109.0/24,
+ 109.155.242.0/24,
+ 109.159.189.0/19 le 24,
+ 109.159.246.0/19 le 24,
+ 109.248.139.0/24,
+ 109.250.0.0/21 ge 22 le 24,
+ 109.250.17.0/21 ge 22 le 24,
+ 109.250.118.0/19 le 24,
+ 109.250.129.0/22 le 24,
+ 109.250.149.0/24,
+ 109.251.6.0/19 le 24,
+ 109.236.8.0/23 le 24,
+ 109.238.206.0/16 le 24,
+ 109.239.185.0/24,
+ 109.235.76.0/24,
+ 109.235.121.0/24,
+ 109.235.44.0/24,
+ 109.235.153.0/21 le 24,
+ 109.235.151.0/22 le 24,
+ 109.228.101.0/22 le 24,
+ 109.227.182.0/20 le 24,
+ 109.227.240.0/19 le 24,
+ 109.206.107.0/20 le 24,
+ 109.206.49.0/20 le 24,
+ 109.207.39.0/24,
+ 109.207.52.0/23 le 24,
+ 109.205.51.0/20 le 24,
+ 109.201.27.0/24,
+ 109.201.23.0/23 le 24,
+ 109.200.221.0/24,
+ 109.200.29.0/24,
+ 109.202.204.0/20 le 24,
+ 109.202.146.0/19 le 24,
+ 109.202.69.0/24,
+ 109.202.92.0/24,
+ 109.203.116.0/20 ge 24 le 24,
+ 109.203.133.0/24,
+ 109.203.157.0/24,
+ 109.197.142.0/23 le 24,
+ 109.197.233.0/20 le 24,
+ 109.196.21.0/19 le 24,
+ 109.196.150.0/18 le 24,
+ 109.210.33.0/20 le 24,
+ 109.209.35.0/19 le 24,
+ 109.209.24.0/20 le 24,
+ 109.208.0.0/24,
+ 109.212.246.0/24,
+ 109.213.75.0/22 le 24,
+ 109.213.234.0/24,
+ 109.218.255.0/24,
+ 109.73.10.0/20 le 24,
+ 109.72.27.0/19 le 24,
+ 109.72.48.0/20 le 24,
+ 109.72.91.0/24,
+ 109.76.85.0/17 le 24,
+ 109.78.48.0/21 le 24,
+ 109.79.91.0/19 le 24,
+ 109.79.56.0/19 le 24,
+ 109.64.245.0/21 le 24,
+ 109.94.62.0/24,
+ 109.94.144.0/19 le 24,
+ 109.95.143.0/24,
+ 109.91.227.0/24,
+ 109.91.42.0/22 le 24,
+ 109.91.45.0/24,
+ 109.91.36.0/23 le 24,
+ 109.90.131.0/24,
+ 109.90.44.0/20 le 24,
+ 109.90.92.0/24,
+ 109.86.205.0/19 le 24,
+ 109.87.70.0/17 le 24,
+ 109.80.11.0/19 le 24,
+ 109.81.89.0/20 le 24,
+ 109.81.4.0/23 le 24,
+ 109.111.71.0/19 le 24,
+ 109.111.189.0/20 le 24,
+ 109.105.81.0/19 le 24,
+ 109.101.60.0/24,
+ 109.103.74.0/24,
+ 109.103.194.0/20 le 24,
+ 109.103.149.0/20 le 24,
+ 109.102.162.0/20 le 24,
+ 109.115.113.0/24,
+ 109.115.210.0/20 le 24,
+ 109.114.50.0/16 le 24,
+ 109.119.49.0/19 le 24,
+ 109.119.95.0/20 le 24,
+ 109.119.211.0/23 le 24,
+ 109.116.141.0/18 le 24,
+ 109.127.170.0/20 le 24,
+ 109.127.47.0/19 le 24,
+ 109.124.211.0/19 le 24,
+ 109.124.165.0/19 le 24,
+ 109.124.74.0/19 ge 20 le 24,
+ 109.125.107.0/20 le 24,
+ 109.122.9.0/24,
+ 109.12.227.0/24,
+ 109.12.127.0/23 le 24,
+ 109.13.232.0/24,
+ 109.14.157.0/23 le 24,
+ 109.14.104.0/24,
+ 109.15.250.0/23 le 24,
+ 109.8.81.0/20 le 24,
+ 109.9.235.0/20 le 24,
+ 109.9.66.0/18 le 24,
+ 109.9.35.0/24,
+ 109.9.13.0/19 le 24,
+ 109.7.80.0/19 le 24,
+ 109.7.158.0/24,
+ 109.7.228.0/24,
+ 109.4.200.0/19 le 24,
+ 109.0.84.0/20 le 24,
+ 109.0.51.0/19 le 24,
+ 109.2.218.0/24,
+ 109.3.92.0/22 le 24,
+ 109.3.87.0/24,
+ 109.3.246.0/24,
+ 109.31.128.0/20 le 24,
+ 109.31.157.0/22 ge 24 le 24,
+ 109.28.41.0/24,
+ 109.28.76.0/24,
+ 109.29.52.0/20 le 24,
+ 109.27.145.0/20 le 24,
+ 109.17.108.0/22 ge 24 le 24,
+ 109.20.194.0/22 le 24,
+ 109.20.146.0/20 le 24,
+ 109.22.34.0/17 le 24,
+ 109.52.245.0/18 le 24,
+ 109.52.10.0/19 le 24,
+ 109.52.70.0/24,
+ 109.52.69.0/24,
+ 109.52.77.0/23 ge 24 le 24,
+ 109.52.83.0/24,
+ 109.52.85.0/24,
+ 109.52.95.0/24,
+ 109.52.99.0/24,
+ 109.52.110.0/24,
+ 109.55.59.0/19 le 24,
+ 109.55.88.0/21 le 24,
+ 109.54.29.0/24,
+ 109.50.235.0/20 ge 21 le 24,
+ 109.50.243.0/20 le 24,
+ 109.49.235.0/20 le 24,
+ 109.60.248.0/20 le 24,
+ 109.61.141.0/23 le 24,
+ 109.61.203.0/24,
+ 109.59.37.0/24,
+ 109.36.101.0/19 ge 20 le 24,
+ 109.33.97.0/24,
+ 109.34.129.0/24,
+ 109.40.70.0/24,
+ 109.40.115.0/22 le 24,
+ 109.40.119.0/24,
+ 109.43.99.0/23 le 24,
+ 109.43.108.0/24,
+ 109.43.27.0/24,
+ 109.43.57.0/23 le 24,
+ 109.43.54.0/24,
+ 109.43.160.0/23 le 24,
+ 109.43.144.0/23 le 24,
+ 109.43.139.0/23 le 24,
+ 109.43.196.0/24,
+ 109.46.202.0/20 le 24,
+ 109.47.89.0/24,
+ 109.45.226.0/19 le 24,
+ 109.45.2.0/19 le 24,
+ 108.234.94.0/24,
+ 108.234.38.0/24,
+ 108.236.145.0/19 le 24,
+ 108.237.150.0/24,
+ 108.237.197.0/20 le 24,
+ 108.237.39.0/19 le 24,
+ 108.238.33.0/21 le 24,
+ 108.238.172.0/20 le 24,
+ 108.239.250.0/19 le 24,
+ 108.227.238.0/24,
+ 108.225.79.0/23 le 24,
+ 108.222.161.0/24,
+ 108.208.55.0/14 le 24,
+ 108.203.198.0/19 le 24,
+ 108.206.244.0/24,
+ 108.206.243.0/24,
+ 108.160.14.0/22 le 24,
+ 108.166.9.0/15 le 24,
+ 108.165.164.0/15 ge 16 le 24,
+ 108.172.135.0/24,
+ 108.172.207.0/24,
+ 108.181.150.0/24,
+ 108.144.98.0/23 le 24,
+ 108.144.132.0/20 ge 22 le 24,
+ 108.144.156.0/21 ge 22 le 24,
+ 108.82.210.0/24,
+ 108.80.10.0/23 ge 24 le 24,
+ 108.86.48.0/23 le 24,
+ 108.85.211.0/24,
+ 108.88.87.0/24,
+ 108.92.194.0/16 le 24,
+ 108.72.156.0/24,
+ 108.68.58.0/23 le 24,
+ 108.65.202.0/24,
+ 108.65.192.0/24,
+ 108.65.139.0/20 le 24,
+ 108.53.101.0/16 le 24,
+ 108.50.254.0/22 le 24,
+ 108.63.200.0/24,
+ 108.60.242.0/18 le 24,
+ 108.60.81.0/18 le 24,
+ 108.61.192.0/24,
+ 108.57.95.0/18 ge 19 le 24,
+ 108.56.48.0/18 le 24,
+ 108.58.186.0/19 le 24,
+ 108.43.199.0/19 le 24,
+ 108.43.185.0/19 le 24,
+ 108.42.51.0/20 le 24,
+ 108.42.186.0/24,
+ 108.42.149.0/20 le 24,
+ 108.41.13.0/20 le 24,
+ 108.41.150.0/20 le 24,
+ 108.41.217.0/24,
+ 108.41.247.0/23 le 24,
+ 108.41.233.0/23 le 24,
+ 108.45.110.0/24,
+ 108.44.119.0/19 ge 20 le 24,
+ 108.46.251.0/19 le 24,
+ 108.46.217.0/24,
+ 108.47.205.0/22 le 24,
+ 108.47.40.0/19 le 24,
+ 108.32.248.0/19 le 24,
+ 108.32.1.0/19 le 24,
+ 108.33.153.0/24,
+ 108.33.159.0/24,
+ 108.33.250.0/19 le 24,
+ 108.35.121.0/19 le 24,
+ 108.34.206.0/20 le 24,
+ 108.34.113.0/23 le 24,
+ 108.38.15.0/20 le 24,
+ 108.36.36.0/24,
+ 108.23.103.0/17 le 24,
+ 108.21.157.0/24,
+ 108.21.216.0/20 le 24,
+ 108.21.202.0/22 le 24,
+ 108.16.47.0/18 ge 19 le 24,
+ 108.17.197.0/24,
+ 108.17.199.0/24,
+ 108.27.144.0/24,
+ 108.28.114.0/24,
+ 104.28.24.0/24,
+ 104.29.67.0/23 le 24,
+ 104.108.105.0/19 le 24,
+ 104.108.157.0/23 ge 24 le 24,
+ 104.109.138.0/21 le 24,
+ 104.109.131.0/23 le 24,
+ 104.109.106.0/19 le 24,
+ 104.109.33.0/21 le 24,
+ 104.109.11.0/22 le 24,
+ 104.110.69.0/22 le 24,
+ 104.110.192.0/18 le 24,
+ 104.111.78.0/24,
+ 104.111.70.0/23 ge 24 le 24,
+ 104.111.94.0/24,
+ 104.111.90.0/24,
+ 104.111.12.0/20 le 24,
+ 104.111.254.0/20 le 24,
+ 104.106.84.0/23 ge 24 le 24,
+ 104.107.51.0/20 le 24,
+ 104.107.101.0/19 le 24,
+ 104.105.104.0/20 le 24,
+ 104.104.83.0/24,
+ 104.104.58.0/20 le 24,
+ 104.94.42.0/22 le 24,
+ 104.174.173.0/23 le 24,
+ 104.174.175.0/23 ge 24 le 24,
+ 104.175.183.0/24,
+ 104.139.33.0/24,
+ 104.130.73.0/20 le 24,
+ 104.156.171.0/24,
+ 104.220.71.0/24,
+ 104.212.80.0/24,
+ 104.239.6.0/20 le 24,
+ 104.238.159.0/20 ge 21 le 24,
+ 104.238.82.0/24,
+ 104.238.58.0/23 ge 24 le 24,
+ 104.238.57.0/24,
+ 104.237.51.0/20 le 24,
+ 104.236.165.0/20 le 24,
+ 104.236.198.0/19 le 24,
+ 105.19.166.0/17 le 24,
+ 105.18.237.0/24,
+ 105.23.127.0/24,
+ 105.20.249.0/23 ge 24 le 24,
+ 105.20.240.0/24,
+ 105.28.14.0/24,
+ 105.29.0.0/20 le 24,
+ 105.30.122.0/24,
+ 105.30.187.0/20 le 24,
+ 105.31.83.0/17 le 24,
+ 105.25.100.0/24,
+ 105.25.33.0/19 le 24,
+ 105.25.12.0/20 le 24,
+ 105.7.125.0/23 le 24,
+ 105.7.199.0/18 le 24,
+ 105.5.224.0/17 le 24,
+ 105.2.250.0/23 ge 24 le 24,
+ 105.2.224.0/24,
+ 105.0.64.0/24,
+ 105.0.94.0/24,
+ 105.0.91.0/24,
+ 105.0.86.0/24,
+ 105.8.206.0/24,
+ 105.9.23.0/24,
+ 105.9.159.0/20 le 24,
+ 105.9.160.0/24,
+ 105.10.127.0/24,
+ 105.10.167.0/24,
+ 105.10.160.0/23 le 24,
+ 105.10.180.0/21 le 24,
+ 105.10.187.0/24,
+ 105.10.185.0/24,
+ 105.11.67.0/20 le 24,
+ 105.15.67.0/20 le 24,
+ 105.15.44.0/24,
+ 105.15.54.0/23 le 24,
+ 105.15.158.0/24,
+ 105.15.221.0/18 le 24,
+ 105.13.8.0/24,
+ 105.13.31.0/23 le 24,
+ 105.13.43.0/21 le 24,
+ 105.13.48.0/23 le 24,
+ 105.13.120.0/21 le 24,
+ 105.13.116.0/23 le 24,
+ 105.13.113.0/22 le 24,
+ 105.13.77.0/23 le 24,
+ 105.13.72.0/22 le 24,
+ 105.13.69.0/23 le 24,
+ 105.13.130.0/22 le 24,
+ 105.13.134.0/23 le 24,
+ 105.40.163.0/16 le 24,
+ 105.45.253.0/20 le 24,
+ 105.45.183.0/19 le 24,
+ 105.46.126.0/24,
+ 105.46.104.0/24,
+ 105.46.99.0/23 le 24,
+ 105.46.196.0/24,
+ 105.36.48.0/19 le 24,
+ 105.36.234.0/20 le 24,
+ 105.39.244.0/21 le 24,
+ 105.39.182.0/24,
+ 105.39.11.0/20 le 24,
+ 105.35.93.0/22 le 24,
+ 105.35.104.0/21 le 24,
+ 105.35.209.0/23 ge 24 le 24,
+ 105.35.212.0/24,
+ 105.35.218.0/21 le 24,
+ 105.35.171.0/23 ge 24 le 24,
+ 105.34.29.0/21 le 24,
+ 105.33.191.0/20 le 24,
+ 105.33.175.0/22 le 24,
+ 105.33.168.0/23 le 24,
+ 105.33.162.0/21 ge 22 le 24,
+ 105.33.114.0/19 le 24,
+ 105.33.5.0/24,
+ 105.33.9.0/24,
+ 105.33.21.0/20 le 24,
+ 105.56.60.0/18 le 24,
+ 105.57.134.0/20 le 24,
+ 105.57.152.0/23 le 24,
+ 105.57.155.0/24,
+ 105.57.158.0/22 le 24,
+ 105.59.136.0/19 le 24,
+ 105.63.212.0/17 le 24,
+ 105.63.113.0/18 le 24,
+ 105.63.12.0/20 le 24,
+ 105.61.147.0/19 le 24,
+ 105.51.57.0/20 le 24,
+ 105.48.150.0/22 le 24,
+ 105.49.184.0/23 ge 24 le 24,
+ 105.53.225.0/24,
+ 105.53.234.0/23 ge 24 le 24,
+ 105.53.186.0/19 le 24,
+ 105.52.45.0/24,
+ 105.55.156.0/19 le 24,
+ 105.124.194.0/19 le 24,
+ 105.124.86.0/19 le 24,
+ 105.122.216.0/19 le 24,
+ 105.122.25.0/20 le 24,
+ 105.113.65.0/24,
+ 105.119.48.0/17 le 24,
+ 105.119.182.0/19 le 24,
+ 105.116.162.0/24,
+ 105.105.106.0/20 le 24,
+ 105.105.128.0/20 le 24,
+ 105.105.184.0/21 le 24,
+ 105.105.255.0/24,
+ 105.105.253.0/23 ge 24 le 24,
+ 105.111.207.0/23 le 24,
+ 105.108.57.0/23 le 24,
+ 105.102.172.0/19 le 24,
+ 105.101.112.0/18 le 24,
+ 105.101.53.0/19 ge 20 le 24,
+ 105.101.28.0/20 le 24,
+ 105.101.9.0/22 le 24,
+ 105.101.15.0/23 ge 24 le 24,
+ 105.101.13.0/24,
+ 105.101.5.0/21 le 24,
+ 105.101.135.0/18 ge 21 le 24,
+ 105.101.232.0/19 ge 21 le 24,
+ 105.101.199.0/20 ge 21 le 24,
+ 105.101.215.0/21 le 24,
+ 105.101.217.0/23 le 24,
+ 105.101.222.0/22 le 24,
+ 105.98.117.0/24,
+ 105.98.66.0/21 le 24,
+ 105.98.9.0/24,
+ 105.98.10.0/24,
+ 105.139.111.0/24,
+ 105.141.181.0/22 le 24,
+ 105.129.92.0/14 ge 16 le 24,
+ 105.175.37.0/21 ge 24 le 24,
+ 105.175.40.0/22 ge 24 le 24,
+ 105.175.55.0/21 ge 24 le 24,
+ 105.175.194.0/20 le 24,
+ 105.173.109.0/18 le 24,
+ 105.172.61.0/23 le 24,
+ 105.168.24.0/24,
+ 105.168.118.0/18 le 24,
+ 105.168.242.0/20 le 24,
+ 105.169.19.0/24,
+ 105.169.17.0/24,
+ 105.169.22.0/23 ge 24 le 24,
+ 105.169.28.0/22 ge 24 le 24,
+ 105.169.25.0/24,
+ 105.169.27.0/24,
+ 105.169.85.0/22 le 24,
+ 105.169.95.0/21 le 24,
+ 105.171.243.0/24,
+ 105.171.246.0/22 le 24,
+ 105.164.24.0/17 le 24,
+ 105.166.204.0/20 le 24,
+ 105.166.225.0/20 le 24,
+ 105.166.17.0/20 le 24,
+ 105.160.56.0/20 le 24,
+ 105.160.79.0/18 le 24,
+ 105.162.232.0/23 ge 24 le 24,
+ 105.162.228.0/24,
+ 105.162.247.0/24,
+ 105.162.160.0/23 le 24,
+ 105.162.175.0/24,
+ 105.162.158.0/24,
+ 105.162.87.0/20 ge 22 le 24,
+ 105.235.230.0/21 le 24,
+ 105.235.200.0/19 le 24,
+ 105.235.6.0/24,
+ 105.235.0.0/24,
+ 105.235.13.0/24,
+ 105.234.178.0/23 le 24,
+ 105.234.175.0/23 le 24,
+ 105.241.33.0/21 ge 22 le 24,
+ 106.108.55.0/13 ge 16 le 24,
+ 106.90.80.0/20 le 24,
+ 106.91.140.0/18 le 24,
+ 106.91.54.0/19 le 24,
+ 106.91.73.0/18 le 24,
+ 106.89.7.0/21 le 24,
+ 106.88.235.0/20 le 24,
+ 106.88.200.0/20 le 24,
+ 106.88.149.0/24,
+ 106.92.36.0/24,
+ 106.92.51.0/21 le 24,
+ 106.92.95.0/24,
+ 106.92.70.0/24,
+ 106.81.14.0/20 ge 21 le 24,
+ 106.82.176.0/24,
+ 106.82.197.0/24,
+ 106.82.94.0/24,
+ 106.83.40.0/24,
+ 106.64.24.0/13 ge 16 le 24,
+ 106.76.147.0/24,
+ 106.54.131.0/24,
+ 106.54.55.0/23 le 24,
+ 106.175.6.0/23 le 24,
+ 106.133.149.0/23 le 24,
+ 106.133.193.0/24,
+ 106.149.197.0/24,
+ 106.206.17.0/24,
+ 107.86.25.0/24,
+ 107.88.109.0/24,
+ 107.73.54.0/24,
+ 107.72.195.0/16 le 24,
+ 107.74.68.0/20 le 24,
+ 107.74.135.0/24,
+ 107.74.133.0/23 ge 24 le 24,
+ 107.74.128.0/22 ge 24 le 24,
+ 107.74.140.0/21 ge 24 le 24,
+ 107.74.173.0/23 le 24,
+ 107.74.234.0/20 le 24,
+ 107.107.87.0/24,
+ 107.107.65.0/24,
+ 107.107.31.0/24,
+ 107.107.175.0/24,
+ 107.111.23.0/24,
+ 107.111.17.0/24,
+ 107.108.135.0/24,
+ 98.199.173.0/20 le 24,
+ 98.199.220.0/20 le 24,
+ 98.199.43.0/19 le 24,
+ 98.194.214.0/20 le 24,
+ 98.194.45.0/24,
+ 98.206.183.0/20 le 24,
+ 98.206.82.0/20 le 24,
+ 98.204.223.0/19 le 24,
+ 98.205.77.0/19 le 24,
+ 98.205.29.0/23 le 24,
+ 98.203.155.0/20 le 24,
+ 98.203.72.0/19 le 24,
+ 98.202.231.0/23 le 24,
+ 98.202.99.0/24,
+ 98.202.89.0/23 le 24,
+ 98.202.93.0/22 ge 23 le 24,
+ 98.202.70.0/22 le 24,
+ 98.202.67.0/23 le 24,
+ 98.202.79.0/22 le 24,
+ 98.201.4.0/20 le 24,
+ 98.200.22.0/19 le 24,
+ 98.212.180.0/20 le 24,
+ 98.222.105.0/19 le 24,
+ 98.222.143.0/20 le 24,
+ 98.216.3.0/24,
+ 98.217.170.0/23 le 24,
+ 98.217.172.0/23 le 24,
+ 98.217.178.0/23 le 24,
+ 98.247.65.0/16 le 24,
+ 98.244.112.0/21 le 24,
+ 98.245.209.0/20 le 24,
+ 98.245.224.0/22 le 24,
+ 98.243.154.0/18 le 24,
+ 98.242.229.0/24,
+ 98.242.203.0/24,
+ 98.242.201.0/24,
+ 98.242.129.0/24,
+ 98.241.231.0/15 le 24,
+ 98.253.127.0/20 le 24,
+ 98.253.219.0/24,
+ 98.251.132.0/24,
+ 98.249.248.0/22 le 24,
+ 98.249.114.0/24,
+ 98.249.21.0/23 le 24,
+ 98.226.132.0/22 le 24,
+ 98.226.140.0/23 le 24,
+ 98.226.139.0/23 le 24,
+ 98.227.111.0/20 le 24,
+ 98.227.112.0/23 ge 24 le 24,
+ 98.227.115.0/23 le 24,
+ 98.227.118.0/22 le 24,
+ 98.227.127.0/22 le 24,
+ 98.227.122.0/24,
+ 98.227.120.0/24,
+ 98.227.76.0/19 le 24,
+ 98.228.174.0/18 le 24,
+ 98.127.126.0/20 le 24,
+ 98.110.62.0/24,
+ 98.111.31.0/23 le 24,
+ 98.89.133.0/23 le 24,
+ 98.87.98.0/15 le 24,
+ 98.85.39.0/16 le 24,
+ 98.82.117.0/21 le 24,
+ 98.82.124.0/22 le 24,
+ 98.2.167.0/23 ge 24 le 24,
+ 98.61.102.0/24,
+ 98.35.73.0/23 le 24,
+ 98.35.77.0/22 le 24,
+ 98.45.146.0/24,
+ 98.47.245.0/24,
+ 96.111.230.0/22 le 24,
+ 96.96.5.0/24,
+ 96.100.239.0/14 ge 16 le 24,
+ 96.67.107.0/24,
+ 96.71.160.0/24,
+ 96.95.8.0/21 ge 24 le 24,
+ 96.94.212.0/20 le 24,
+ 96.94.188.0/24,
+ 96.80.13.0/20 le 24,
+ 96.80.53.0/24,
+ 96.22.159.0/18 le 24,
+ 96.21.7.0/19 le 24,
+ 96.16.14.0/21 le 24,
+ 96.16.45.0/19 le 24,
+ 96.26.148.0/20 le 24,
+ 96.26.183.0/20 le 24,
+ 96.58.217.0/23 le 24,
+ 96.58.165.0/22 le 24,
+ 96.58.34.0/23 le 24,
+ 96.58.115.0/21 le 24,
+ 96.58.84.0/21 le 24,
+ 96.59.212.0/23 le 24,
+ 96.59.222.0/21 ge 22 le 24,
+ 96.59.237.0/21 le 24,
+ 96.59.161.0/22 le 24,
+ 96.59.157.0/22 le 24,
+ 96.59.6.0/21 ge 24 le 24,
+ 96.59.106.0/24,
+ 96.57.240.0/22 le 24,
+ 96.57.249.0/22 le 24,
+ 96.57.129.0/21 le 24,
+ 96.57.187.0/22 le 24,
+ 96.57.12.0/22 le 24,
+ 96.57.30.0/22 le 24,
+ 96.57.79.0/21 le 24,
+ 96.56.219.0/24,
+ 96.56.214.0/22 le 24,
+ 96.56.178.0/23 ge 24 le 24,
+ 96.56.162.0/22 ge 24 le 24,
+ 96.56.159.0/23 le 24,
+ 96.56.73.0/22 le 24,
+ 96.63.182.0/21 le 24,
+ 96.63.146.0/22 ge 23 le 24,
+ 96.63.149.0/22 le 24,
+ 96.62.209.0/22 le 24,
+ 96.62.244.0/22 le 24,
+ 96.62.234.0/21 le 24,
+ 96.62.136.0/22 le 24,
+ 96.62.46.0/22 le 24,
+ 96.62.15.0/24,
+ 96.62.9.0/24,
+ 96.62.1.0/22 le 24,
+ 96.62.110.0/23 le 24,
+ 96.62.108.0/24,
+ 96.62.107.0/23 ge 24 le 24,
+ 96.62.117.0/22 le 24,
+ 96.61.18.0/22 le 24,
+ 96.61.116.0/24,
+ 96.61.226.0/24,
+ 96.61.172.0/22 le 24,
+ 96.61.131.0/24,
+ 96.60.38.0/24,
+ 96.60.112.0/21 le 24,
+ 96.60.171.0/22 le 24,
+ 96.49.96.0/22 le 24,
+ 96.49.68.0/21 le 24,
+ 96.49.32.0/22 le 24,
+ 96.49.217.0/21 le 24,
+ 96.49.156.0/21 le 24,
+ 96.49.146.0/23 ge 24 le 24,
+ 96.48.37.0/21 le 24,
+ 96.48.26.0/22 le 24,
+ 96.48.124.0/22 le 24,
+ 96.48.134.0/22 le 24,
+ 96.48.160.0/22 le 24,
+ 96.48.198.0/21 le 24,
+ 96.51.222.0/22 le 24,
+ 96.51.246.0/22 le 24,
+ 96.50.56.0/22 le 24,
+ 96.50.80.0/22 le 24,
+ 96.50.128.0/21 le 24,
+ 96.54.19.0/20 le 24,
+ 96.55.155.0/24,
+ 96.55.159.0/24,
+ 96.55.156.0/24,
+ 96.52.184.0/24,
+ 96.52.162.0/23 le 24,
+ 96.52.175.0/23 le 24,
+ 96.52.169.0/23 le 24,
+ 96.253.246.0/21 le 24,
+ 96.244.193.0/24,
+ 96.202.93.0/22 le 24,
+ 96.192.60.0/22 le 24,
+ 96.192.179.0/21 le 24,
+ 96.193.118.0/22 le 24,
+ 96.215.46.0/22 le 24,
+ 96.215.33.0/22 le 24,
+ 96.141.61.0/20 le 24,
+ 96.141.99.0/24,
+ 96.140.176.0/24,
+ 96.140.131.0/24,
+ 96.140.202.0/24,
+ 96.140.31.0/24,
+ 96.140.48.0/24,
+ 96.142.68.0/24,
+ 96.142.127.0/24,
+ 96.136.142.0/24,
+ 96.136.189.0/19 le 24,
+ 96.139.3.0/19 le 24,
+ 96.147.10.0/19 le 24,
+ 96.151.43.0/24,
+ 96.150.90.0/19 le 24,
+ 96.149.121.0/20 le 24,
+ 96.157.96.0/24,
+ 96.152.212.0/24,
+ 96.152.62.0/19 le 24,
+ 96.153.114.0/21 le 24,
+ 96.173.236.0/24,
+ 96.189.228.0/22 le 24,
+ 96.189.237.0/22 le 24,
+ 97.27.160.0/19 le 24,
+ 97.28.19.0/22 le 24,
+ 97.28.23.0/24,
+ 97.28.58.0/24,
+ 97.28.35.0/22 le 24,
+ 97.28.84.0/21 le 24,
+ 97.28.93.0/23 ge 24 le 24,
+ 97.28.95.0/24,
+ 97.28.89.0/24,
+ 97.28.74.0/21 ge 22 le 24,
+ 97.28.199.0/22 le 24,
+ 97.28.185.0/22 le 24,
+ 97.28.188.0/24,
+ 97.28.190.0/24,
+ 97.28.179.0/22 le 24,
+ 97.28.183.0/23 le 24,
+ 97.28.163.0/24,
+ 97.28.161.0/23 le 24,
+ 97.28.166.0/22 le 24,
+ 97.28.174.0/21 le 24,
+ 97.28.159.0/24,
+ 97.28.157.0/24,
+ 97.28.154.0/24,
+ 97.28.146.0/24,
+ 97.28.150.0/22 le 24,
+ 97.29.196.0/19 le 24,
+ 97.45.103.0/24,
+ 97.45.187.0/20 le 24,
+ 97.45.243.0/24,
+ 97.43.61.0/24,
+ 97.43.51.0/24,
+ 97.43.212.0/20 le 24,
+ 97.50.8.0/24,
+ 97.179.37.0/19 le 24,
+ 100.10.105.0/24,
+ 100.6.232.0/24,
+ 100.6.220.0/20 le 24,
+ 100.7.77.0/20 le 24,
+ 100.4.242.0/24,
+ 100.114.216.0/13 ge 16 le 24,
+ 100.121.140.0/24,
+ 100.121.185.0/24,
+ 100.121.182.0/24,
+ 100.121.181.0/24,
+ 100.121.176.0/24,
+ 100.121.164.0/24,
+ 100.121.168.0/24,
+ 100.121.202.0/24,
+ 100.121.227.0/24,
+ 100.121.65.0/17 le 24,
+ 100.120.126.0/18 le 24,
+ 100.120.212.0/18 le 24,
+ 100.120.181.0/19 le 24,
+ 100.124.116.0/24,
+ 100.126.111.0/23 le 24,
+ 100.126.35.0/24,
+ 100.126.241.0/22 le 24,
+ 100.126.246.0/23 le 24,
+ 100.126.244.0/23 ge 24 le 24,
+ 100.126.171.0/24,
+ 100.126.168.0/24,
+ 100.159.199.0/24,
+ 100.137.176.0/20 le 24,
+ 101.126.238.0/21 le 24,
+ 101.104.83.0/24,
+ 101.101.103.0/19 le 24,
+ 101.91.122.0/24,
+ 103.160.239.0/24,
+ 103.201.161.0/24,
+ 103.201.163.0/24,
+ 103.203.32.0/20 le 24,
+ 103.82.114.0/19 ge 24 le 24,
+ 103.82.81.0/20 ge 24 le 24,
+ 103.82.65.0/24,
+ 103.82.67.0/23 ge 24 le 24,
+ 103.82.70.0/24,
+ 103.92.232.0/22 le 24,
+ 103.69.33.0/24,
+ 102.89.94.0/16 le 24,
+ 102.91.188.0/21 le 24,
+ 102.130.180.0/22 le 24,
+ 102.130.216.0/22 le 24,
+ 102.133.40.0/24,
+ 102.133.36.0/24,
+ 102.133.140.0/22 ge 24 le 24,
+ 102.175.73.0/21 le 24,
+ 102.169.180.0/24,
+ 113.3.85.0/22 ge 24 le 24,
+ 113.2.190.0/24,
+ 113.5.126.0/20 le 24,
+ 113.15.113.0/19 ge 20 le 24,
+ 113.9.120.0/24,
+ 113.11.192.0/23 le 24,
+ 113.11.8.0/22 le 24,
+ 113.29.43.0/24,
+ 113.26.171.0/19 le 24,
+ 113.17.132.0/20 le 24,
+ 113.19.130.0/24,
+ 113.19.128.0/24,
+ 113.206.120.0/24,
+ 113.206.160.0/24,
+ 113.221.187.0/20 le 24,
+ 113.213.234.0/20 le 24,
+ 112.25.17.0/20 le 24,
+ 112.22.199.0/24,
+ 112.22.197.0/23 ge 24 le 24,
+ 112.22.157.0/20 le 24,
+ 112.78.219.0/22 le 24,
+ 112.78.222.0/23 ge 24 le 24,
+ 112.78.209.0/24,
+ 114.234.72.0/24,
+ 114.234.70.0/24,
+ 114.234.92.0/24,
+ 114.234.201.0/23 le 24,
+ 114.22.22.0/24,
+ 114.10.175.0/19 le 24,
+ 114.49.62.0/23 ge 24 le 24,
+ 114.49.61.0/24,
+ 114.49.144.0/22 ge 24 le 24,
+ 114.49.148.0/24,
+ 114.49.237.0/22 ge 24 le 24,
+ 114.41.152.0/24,
+ 114.41.156.0/24,
+ 114.41.148.0/24,
+ 114.41.144.0/24,
+ 114.112.177.0/16 le 24,
+ 115.55.74.0/24,
+ 115.208.145.0/24,
+ 115.209.46.0/21 le 24,
+ 115.209.71.0/21 le 24,
+ 115.214.113.0/21 le 24,
+ 115.215.59.0/24,
+ 115.215.45.0/23 le 24,
+ 115.215.190.0/24,
+ 115.201.192.0/24,
+ 115.252.55.0/22 le 24,
+ 115.166.31.0/19 le 24,
+ 118.241.190.0/24,
+ 118.241.188.0/24,
+ 118.199.57.0/18 ge 19 le 24,
+ 118.193.98.0/24,
+ 118.106.85.0/19 ge 24 le 24,
+ 118.104.235.0/24,
+ 118.104.213.0/24,
+ 119.69.70.0/24,
+ 119.69.68.0/24,
+ 119.83.231.0/18 le 24,
+ 119.0.172.0/22 le 24,
+ 119.153.211.0/24,
+ 119.153.62.0/23 ge 24 le 24,
+ 119.153.48.0/24,
+ 119.153.96.0/21 le 24,
+ 119.153.127.0/22 le 24,
+ 119.153.92.0/20 ge 21 le 24,
+ 119.153.65.0/20 le 24,
+ 119.156.11.0/21 le 24,
+ 119.188.182.0/19 le 24,
+ 119.187.33.0/24,
+ 119.187.52.0/24,
+ 119.255.150.0/24,
+ 119.255.105.0/24,
+ 119.254.87.0/24,
+ 119.231.91.0/22 le 24,
+ 119.231.64.0/24,
+ 119.230.19.0/22 ge 23 le 24,
+ 119.230.106.0/22 ge 23 le 24,
+ 119.230.137.0/24,
+ 119.230.234.0/23 ge 24 le 24,
+ 119.230.233.0/23 le 24,
+ 119.230.204.0/23 ge 24 le 24,
+ 119.208.244.0/20 ge 24 le 24,
+ 116.108.109.0/21 le 24,
+ 116.108.95.0/21 le 24,
+ 116.10.177.0/24,
+ 116.12.28.0/23 le 24,
+ 116.12.25.0/23 le 24,
+ 117.114.152.0/20 le 24,
+ 117.205.32.0/24,
+ 117.207.180.0/24,
+ 117.207.183.0/24,
+ 117.212.197.0/19 le 24,
+ 125.28.120.0/24,
+ 125.28.122.0/23 ge 24 le 24,
+ 125.28.124.0/24,
+ 125.28.127.0/23 ge 24 le 24,
+ 125.27.65.0/21 le 24,
+ 125.8.67.0/21 le 24,
+ 125.8.89.0/22 le 24,
+ 125.9.223.0/24,
+ 125.14.125.0/24,
+ 125.14.104.0/24,
+ 125.0.189.0/22 ge 24 le 24,
+ 124.50.229.0/20 le 24,
+ 124.50.243.0/20 ge 21 le 24,
+ 124.61.41.0/22 le 24,
+ 124.31.112.0/23 ge 24 le 24,
+ 124.26.252.0/24,
+ 124.20.145.0/24,
+ 124.21.240.0/24,
+ 124.21.184.0/24,
+ 124.22.77.0/24,
+ 124.23.196.0/24,
+ 124.16.53.0/24,
+ 124.18.51.0/21 le 24,
+ 124.169.198.0/17 le 24,
+ 124.182.26.0/24,
+ 124.179.96.0/24,
+ 124.177.45.0/24,
+ 124.255.53.0/24,
+ 124.255.54.0/23 ge 24 le 24,
+ 124.237.133.0/20 le 24,
+ 124.192.15.0/18 le 24,
+ 124.194.225.0/23 le 24,
+ 126.71.139.0/24,
+ 126.71.142.0/24,
+ 126.70.24.0/16 le 24,
+ 126.122.174.0/24,
+ 126.173.77.0/24,
+ 126.173.3.0/23 ge 24 le 24,
+ 126.173.171.0/22 le 24,
+ 126.161.217.0/24,
+ 126.161.215.0/24,
+ 126.182.172.0/24,
+ 126.181.98.0/21 le 24,
+ 126.157.224.0/24,
+ 126.253.31.0/24,
+ 126.252.50.0/23 ge 24 le 24,
+ 126.252.92.0/24,
+ 126.255.177.0/23 le 24,
+ 126.255.194.0/23 le 24,
+ 126.250.46.0/24,
+ 126.250.32.0/24,
+ 126.251.51.0/24,
+ 126.251.17.0/24,
+ 126.251.158.0/24,
+ 126.240.69.0/24,
+ 126.240.44.0/24,
+ 126.241.30.0/22 le 24,
+ 126.243.131.0/22 le 24,
+ 126.244.90.0/24,
+ 126.245.165.0/22 le 24,
+ 126.246.144.0/23 le 24,
+ 126.247.22.0/23 ge 24 le 24,
+ 126.238.138.0/24,
+ 126.238.112.0/24,
+ 126.238.31.0/24,
+ 126.238.40.0/24,
+ 126.238.43.0/24,
+ 126.238.48.0/24,
+ 126.238.50.0/24,
+ 126.239.64.0/24,
+ 126.239.126.0/24,
+ 126.239.229.0/24,
+ 126.236.45.0/24,
+ 126.235.205.0/24,
+ 126.235.35.0/24,
+ 126.233.170.0/23 le 24,
+ 126.233.24.0/24,
+ 126.231.93.0/24,
+ 126.230.106.0/24,
+ 126.230.94.0/24,
+ 126.227.202.0/24,
+ 126.227.81.0/24,
+ 126.226.251.0/23 le 24,
+ 126.224.202.0/22 le 24,
+ 126.192.254.0/23 le 24,
+ 126.198.214.0/23 le 24,
+ 126.198.150.0/22 le 24,
+ 126.199.217.0/22 le 24,
+ 126.199.181.0/24,
+ 126.197.219.0/24,
+ 126.197.63.0/24,
+ 126.205.228.0/24,
+ 126.207.197.0/24,
+ 126.206.13.0/24,
+ 126.206.163.0/24,
+ 126.206.165.0/24,
+ 126.202.36.0/24,
+ 126.203.65.0/24,
+ 126.201.180.0/23 le 24,
+ 126.201.6.0/24,
+ 126.201.23.0/24,
+ 126.200.103.0/24,
+ 126.223.139.0/24,
+ 126.223.143.0/24,
+ 126.223.78.0/24,
+ 126.223.109.0/24,
+ 126.223.97.0/24,
+ 126.222.189.0/24,
+ 121.102.90.0/15 le 24,
+ 121.117.239.0/22 le 24,
+ 121.25.85.0/20 le 24,
+ 121.30.2.0/24,
+ 121.30.0.0/24,
+ 121.30.149.0/24,
+ 121.30.168.0/24,
+ 121.31.187.0/22 ge 24 le 24,
+ 120.19.211.0/22 le 24,
+ 120.20.251.0/22 le 24,
+ 120.22.199.0/21 le 24,
+ 120.36.124.0/24,
+ 120.36.122.0/24,
+ 120.188.61.0/21 le 24,
+ 120.188.48.0/24,
+ 120.188.50.0/24,
+ 120.153.132.0/22 le 24,
+ 120.153.204.0/24,
+ 120.156.219.0/24,
+ 120.156.217.0/23 ge 24 le 24,
+ 120.156.220.0/22 ge 24 le 24,
+ 120.132.195.0/21 le 24,
+ 120.132.210.0/21 le 24,
+ 120.132.223.0/22 le 24,
+ 120.136.195.0/20 le 24,
+ 120.136.224.0/23 le 24,
+ 120.136.228.0/22 le 24,
+ 120.136.234.0/21 le 24,
+ 120.143.36.0/21 le 24,
+ 120.143.5.0/24,
+ 120.143.6.0/23 ge 24 le 24,
+ 120.143.3.0/23 ge 24 le 24,
+ 120.143.1.0/24,
+ 120.142.4.0/21 le 24,
+ 122.54.186.0/19 ge 20 le 24,
+ 122.16.74.0/20 le 24,
+ 122.18.145.0/22 le 24,
+ 122.2.199.0/22 ge 24 le 24,
+ 122.0.37.0/21 le 24,
+ 122.155.88.0/24,
+ 122.170.247.0/24,
+ 122.170.249.0/22 ge 24 le 24,
+ 122.170.255.0/24,
+ 122.171.24.0/24,
+ 122.171.121.0/24,
+ 122.165.57.0/21 le 24,
+ 122.210.146.0/24,
+ 122.238.38.0/20 le 24,
+ 123.157.164.0/24,
+ 123.157.131.0/24,
+ 123.18.118.0/24,
+ 123.17.133.0/21 le 24,
+ 123.28.123.0/24,
+ 123.57.75.0/20 le 24,
+ 123.52.97.0/19 le 24,
+ 123.33.72.0/21 le 24,
+ 123.39.122.0/22 le 24,
+ 123.37.66.0/23 ge 24 le 24,
+ 123.37.64.0/23 le 24,
+ 123.37.69.0/22 ge 24 le 24,
+ 123.124.175.0/22 ge 24 le 24,
+ 123.124.201.0/22 le 24,
+ 73.125.250.0/15 le 24,
+ 73.126.65.0/24,
+ 73.127.119.0/24,
+ 73.115.155.0/23 le 24,
+ 73.111.154.0/20 le 24,
+ 73.77.250.0/24,
+ 73.75.36.0/19 le 24,
+ 73.75.164.0/17 ge 18 le 24,
+ 73.74.78.0/20 le 24,
+ 73.74.88.0/22 ge 23 le 24,
+ 73.74.95.0/23 le 24,
+ 73.74.92.0/23 ge 24 le 24,
+ 73.74.85.0/21 ge 24 le 24,
+ 73.74.169.0/20 le 24,
+ 73.74.220.0/24,
+ 73.88.175.0/22 ge 23 le 24,
+ 73.88.159.0/24,
+ 73.48.229.0/20 le 24,
+ 73.48.202.0/23 le 24,
+ 73.48.198.0/22 le 24,
+ 73.48.132.0/19 ge 20 le 24,
+ 73.48.164.0/20 le 24,
+ 72.196.79.0/20 le 24,
+ 72.196.110.0/20 le 24,
+ 72.196.58.0/22 le 24,
+ 72.196.3.0/21 le 24,
+ 72.196.22.0/21 le 24,
+ 72.197.242.0/24,
+ 72.197.246.0/22 le 24,
+ 72.202.131.0/15 le 24,
+ 72.200.101.0/18 le 24,
+ 72.200.221.0/19 le 24,
+ 72.205.100.0/24,
+ 72.232.29.0/20 le 24,
+ 72.232.237.0/20 le 24,
+ 75.205.69.0/18 le 24,
+ 75.92.87.0/24,
+ 75.94.110.0/20 le 24,
+ 75.94.8.0/20 le 24,
+ 75.95.183.0/20 ge 21 le 24,
+ 75.95.93.0/20 le 24,
+ 75.95.12.0/20 le 24,
+ 75.72.36.0/23 le 24,
+ 75.72.35.0/23 le 24,
+ 75.73.244.0/24,
+ 75.73.163.0/23 le 24,
+ 75.73.5.0/24,
+ 75.116.131.0/24,
+ 75.116.83.0/24,
+ 74.36.92.0/24,
+ 74.36.56.0/23 le 24,
+ 74.174.34.0/23 le 24,
+ 79.236.91.0/20 le 24,
+ 78.127.63.0/18 ge 20 le 24,
+ 78.127.71.0/20 le 24,
+ 78.127.234.0/19 ge 20 le 24,
+ 78.122.77.0/24,
+ 78.122.75.0/23 ge 24 le 24,
+ 78.96.54.0/18 le 24,
+ 78.5.69.0/21 le 24,
+ 78.5.92.0/20 le 24,
+ 78.4.72.0/20 le 24,
+ 78.4.99.0/24,
+ 78.4.100.0/22 ge 24 le 24,
+ 78.4.52.0/21 le 24,
+ 78.4.22.0/21 ge 24 le 24,
+ 78.4.29.0/22 ge 24 le 24,
+ 78.4.27.0/24,
+ 78.4.25.0/23 ge 24 le 24,
+ 78.52.181.0/18 le 24,
+ 78.55.106.0/24,
+ 78.55.110.0/24,
+ 78.55.118.0/21 le 24,
+ 78.55.120.0/23 le 24,
+ 78.55.124.0/24,
+ 78.55.64.0/24,
+ 78.55.76.0/23 le 24,
+ 78.55.74.0/23 le 24,
+ 78.55.92.0/23 le 24,
+ 78.228.185.0/24,
+ 78.241.122.0/22 le 24,
+ 78.241.129.0/18 le 24,
+ 77.203.76.0/22 le 24,
+ 77.57.17.0/24,
+ 77.56.159.0/22 le 24,
+ 77.56.154.0/24,
+ 77.56.135.0/23 le 24,
+ 77.56.211.0/23 le 24,
+ 77.56.208.0/23 ge 24 le 24,
+ 77.56.212.0/23 ge 24 le 24,
+ 77.56.215.0/24,
+ 77.56.222.0/24,
+ 77.56.220.0/24,
+ 77.56.216.0/23 ge 24 le 24,
+ 77.56.218.0/23 le 24,
+ 77.56.236.0/23 le 24,
+ 77.56.240.0/22 le 24,
+ 77.58.19.0/22 le 24,
+ 77.11.158.0/23 ge 24 le 24,
+ 77.11.157.0/24,
+ 77.11.134.0/24,
+ 77.11.139.0/24,
+ 77.75.177.0/24,
+ 76.84.79.0/16 le 24,
+ 76.85.198.0/22 le 24,
+ 76.85.195.0/24,
+ 76.85.183.0/22 le 24,
+ 76.85.20.0/22 ge 24 le 24,
+ 76.85.107.0/22 le 24,
+ 76.85.65.0/21 ge 22 le 24,
+ 76.87.230.0/22 le 24,
+ 76.87.176.0/22 ge 24 le 24,
+ 76.86.34.0/24,
+ 76.86.65.0/22 le 24,
+ 76.86.234.0/22 ge 24 le 24,
+ 76.81.156.0/22 le 24,
+ 76.81.235.0/23 ge 24 le 24,
+ 76.81.36.0/22 le 24,
+ 76.81.12.0/22 le 24,
+ 76.81.108.0/22 le 24,
+ 76.81.64.0/24,
+ 76.80.3.0/21 ge 22 le 24,
+ 76.80.22.0/23 ge 24 le 24,
+ 76.80.59.0/23 le 24,
+ 76.80.50.0/24,
+ 76.80.121.0/24,
+ 76.80.83.0/24,
+ 76.80.161.0/23 le 24,
+ 76.80.176.0/22 le 24,
+ 76.80.191.0/22 le 24,
+ 76.80.129.0/23 le 24,
+ 76.82.13.0/24,
+ 76.82.121.0/22 le 24,
+ 76.82.96.0/22 le 24,
+ 76.82.81.0/22 le 24,
+ 76.82.158.0/24,
+ 76.82.135.0/24,
+ 76.83.91.0/24,
+ 76.83.78.0/22 le 24,
+ 76.83.103.0/22 le 24,
+ 76.83.105.0/22 le 24,
+ 76.83.131.0/24,
+ 76.83.239.0/24,
+ 76.83.212.0/24,
+ 76.88.65.0/24,
+ 76.88.66.0/24,
+ 76.89.53.0/22 le 24,
+ 76.89.23.0/24,
+ 76.89.120.0/22 le 24,
+ 76.89.100.0/23 ge 24 le 24,
+ 76.89.243.0/24,
+ 76.89.206.0/22 le 24,
+ 76.89.129.0/23 le 24,
+ 76.89.131.0/23 ge 24 le 24,
+ 76.89.132.0/23 le 24,
+ 76.89.134.0/23 ge 24 le 24,
+ 76.89.148.0/22 le 24,
+ 76.89.144.0/23 ge 24 le 24,
+ 76.89.146.0/24,
+ 76.89.189.0/24,
+ 76.91.160.0/22 le 24,
+ 76.91.143.0/22 le 24,
+ 76.91.229.0/22 ge 24 le 24,
+ 76.91.78.0/22 le 24,
+ 76.91.97.0/23 le 24,
+ 76.91.26.0/22 le 24,
+ 76.91.45.0/23 le 24,
+ 76.90.44.0/24,
+ 76.90.37.0/22 le 24,
+ 76.90.253.0/22 le 24,
+ 76.90.157.0/22 le 24,
+ 76.92.31.0/22 le 24,
+ 76.92.47.0/22 le 24,
+ 76.92.85.0/22 le 24,
+ 76.92.104.0/22 le 24,
+ 76.92.129.0/22 le 24,
+ 76.93.67.0/22 ge 24 le 24,
+ 76.93.125.0/22 ge 23 le 24,
+ 76.93.237.0/23 le 24,
+ 76.94.231.0/22 le 24,
+ 76.94.193.0/22 le 24,
+ 76.94.131.0/24,
+ 76.94.123.0/24,
+ 76.94.21.0/22 le 24,
+ 76.94.45.0/24,
+ 76.94.51.0/22 le 24,
+ 76.95.58.0/22 le 24,
+ 76.70.241.0/22 le 24,
+ 76.70.112.0/22 le 24,
+ 76.70.32.0/23 ge 24 le 24,
+ 76.70.46.0/22 le 24,
+ 76.70.8.0/22 le 24,
+ 76.71.150.0/22 le 24,
+ 76.71.147.0/24,
+ 76.71.131.0/24,
+ 76.71.133.0/22 le 24,
+ 76.71.215.0/24,
+ 76.71.213.0/23 ge 24 le 24,
+ 76.71.122.0/22 le 24,
+ 76.71.79.0/22 ge 23 le 24,
+ 76.71.84.0/22 le 24,
+ 76.71.90.0/24,
+ 76.69.250.0/23 le 24,
+ 76.69.248.0/23 ge 24 le 24,
+ 76.69.94.0/22 le 24,
+ 76.69.58.0/22 le 24,
+ 76.68.169.0/23 le 24,
+ 76.68.177.0/24,
+ 76.68.245.0/22 le 24,
+ 76.68.66.0/22 le 24,
+ 76.66.240.0/22 le 24,
+ 76.66.171.0/22 le 24,
+ 76.66.121.0/22 le 24,
+ 76.66.18.0/22 le 24,
+ 76.67.153.0/22 le 24,
+ 76.67.250.0/22 le 24,
+ 76.67.237.0/24,
+ 76.67.63.0/24,
+ 76.67.80.0/22 le 24,
+ 76.67.103.0/22 le 24,
+ 76.64.57.0/22 le 24,
+ 76.65.53.0/22 le 24,
+ 76.65.202.0/22 le 24,
+ 76.65.187.0/23 ge 24 le 24,
+ 76.72.125.0/22 le 24,
+ 76.72.63.0/22 ge 23 le 24,
+ 76.73.49.0/24,
+ 76.73.153.0/24,
+ 76.75.167.0/22 le 24,
+ 76.75.193.0/24,
+ 76.75.36.0/22 ge 24 le 24,
+ 76.75.13.0/24,
+ 76.74.38.0/22 le 24,
+ 76.74.119.0/22 le 24,
+ 76.74.127.0/23 le 24,
+ 76.74.92.0/23 le 24,
+ 76.74.204.0/23 le 24,
+ 76.78.222.0/22 le 24,
+ 76.78.227.0/22 le 24,
+ 76.78.255.0/22 le 24,
+ 76.78.247.0/22 ge 24 le 24,
+ 76.78.166.0/24,
+ 76.78.189.0/24,
+ 76.78.156.0/22 le 24,
+ 76.78.107.0/22 le 24,
+ 76.78.27.0/23 le 24,
+ 76.79.240.0/23 le 24,
+ 76.79.214.0/24,
+ 76.79.182.0/22 le 24,
+ 76.79.178.0/23 le 24,
+ 76.79.54.0/22 le 24,
+ 76.79.93.0/24,
+ 76.79.100.0/22 le 24,
+ 76.76.29.0/22 le 24,
+ 76.76.18.0/22 le 24,
+ 76.76.213.0/22 le 24,
+ 76.76.204.0/24,
+ 76.76.227.0/23 ge 24 le 24,
+ 76.76.252.0/22 le 24,
+ 76.77.241.0/22 le 24,
+ 76.77.129.0/21 ge 22 le 24,
+ 76.77.34.0/23 le 24,
+ 76.77.32.0/23 ge 24 le 24,
+ 76.111.144.0/22 le 24,
+ 76.111.4.0/22 le 24,
+ 76.111.0.0/23 le 24,
+ 76.104.66.0/24,
+ 76.104.64.0/23 ge 24 le 24,
+ 76.104.90.0/24,
+ 76.104.89.0/24,
+ 76.104.31.0/22 le 24,
+ 76.105.177.0/22 le 24,
+ 76.107.33.0/22 le 24,
+ 76.107.45.0/22 le 24,
+ 76.107.165.0/24,
+ 76.107.140.0/22 le 24,
+ 76.107.152.0/24,
+ 76.107.215.0/22 ge 24 le 24,
+ 76.107.249.0/24,
+ 76.102.23.0/22 le 24,
+ 76.102.104.0/23 ge 24 le 24,
+ 76.102.223.0/24,
+ 76.103.171.0/24,
+ 76.101.47.0/22 ge 24 le 24,
+ 76.101.76.0/22 le 24,
+ 76.101.109.0/22 ge 24 le 24,
+ 76.101.157.0/22 le 24,
+ 76.101.243.0/23 le 24,
+ 76.100.199.0/22 le 24,
+ 76.100.22.0/22 le 24,
+ 76.96.163.0/22 le 24,
+ 76.96.109.0/22 le 24,
+ 76.97.145.0/24,
+ 76.97.147.0/24,
+ 76.97.157.0/22 ge 23 le 24,
+ 76.97.155.0/23 ge 24 le 24,
+ 76.97.153.0/24,
+ 76.98.103.0/23 le 24,
+ 76.98.199.0/23 le 24,
+ 76.98.255.0/22 le 24,
+ 76.127.172.0/24,
+ 76.127.233.0/24,
+ 76.127.234.0/23 ge 24 le 24,
+ 76.127.249.0/22 le 24,
+ 76.127.75.0/22 ge 24 le 24,
+ 76.126.178.0/22 le 24,
+ 76.126.59.0/24,
+ 76.126.40.0/22 le 24,
+ 76.126.26.0/22 ge 24 le 24,
+ 76.126.106.0/21 le 24,
+ 76.126.72.0/22 ge 24 le 24,
+ 76.124.91.0/22 le 24,
+ 76.125.203.0/24,
+ 76.125.49.0/24,
+ 76.125.40.0/24,
+ 76.121.144.0/24,
+ 76.121.64.0/23 le 24,
+ 76.121.92.0/24,
+ 76.120.79.0/24,
+ 76.120.122.0/22 le 24,
+ 76.120.242.0/23 le 24,
+ 76.120.197.0/23 ge 24 le 24,
+ 76.122.184.0/22 le 24,
+ 76.122.146.0/24,
+ 76.122.144.0/24,
+ 76.122.120.0/24,
+ 76.122.32.0/22 ge 24 le 24,
+ 76.123.144.0/24,
+ 76.123.147.0/24,
+ 76.123.158.0/24,
+ 76.123.170.0/24,
+ 76.123.238.0/23 le 24,
+ 76.113.64.0/22 le 24,
+ 76.113.146.0/22 le 24,
+ 76.113.180.0/22 le 24,
+ 76.113.177.0/24,
+ 76.113.255.0/24,
+ 76.112.199.0/22 le 24,
+ 76.112.248.0/23 ge 24 le 24,
+ 76.115.94.0/24,
+ 76.114.3.0/22 le 24,
+ 76.114.120.0/22 le 24,
+ 76.119.227.0/24,
+ 76.119.238.0/22 le 24,
+ 76.119.97.0/22 le 24,
+ 76.119.113.0/24,
+ 76.119.19.0/24,
+ 76.119.57.0/22 le 24,
+ 76.118.76.0/22 le 24,
+ 76.118.125.0/22 le 24,
+ 76.116.210.0/22 le 24,
+ 76.116.0.0/22 le 24,
+ 76.117.26.0/24,
+ 76.117.21.0/22 le 24,
+ 76.117.19.0/24,
+ 76.117.8.0/24,
+ 76.117.181.0/24,
+ 76.117.203.0/22 ge 24 le 24,
+ 76.17.165.0/22 ge 24 le 24,
+ 76.16.231.0/22 le 24,
+ 76.16.148.0/23 ge 24 le 24,
+ 76.18.79.0/24,
+ 76.18.35.0/24,
+ 76.18.32.0/23 le 24,
+ 76.19.131.0/24,
+ 76.19.195.0/22 le 24,
+ 76.19.202.0/23 le 24,
+ 76.19.222.0/24,
+ 76.23.92.0/24,
+ 76.23.94.0/24,
+ 76.23.66.0/23 ge 24 le 24,
+ 76.23.64.0/24,
+ 76.23.110.0/24,
+ 76.23.121.0/22 ge 24 le 24,
+ 76.23.210.0/22 ge 24 le 24,
+ 76.23.250.0/22 le 24,
+ 76.23.150.0/22 le 24,
+ 76.23.155.0/21 ge 22 le 24,
+ 76.22.146.0/24,
+ 76.22.47.0/22 le 24,
+ 76.22.41.0/24,
+ 76.22.1.0/23 ge 24 le 24,
+ 76.22.2.0/24,
+ 76.22.90.0/22 ge 23 le 24,
+ 76.22.93.0/24,
+ 76.21.105.0/24,
+ 76.21.246.0/22 le 24,
+ 76.20.211.0/22 le 24,
+ 76.20.193.0/24,
+ 76.20.135.0/24,
+ 76.20.26.0/24,
+ 76.29.60.0/24,
+ 76.29.2.0/22 le 24,
+ 76.28.84.0/24,
+ 76.28.82.0/22 le 24,
+ 76.28.13.0/22 ge 24 le 24,
+ 76.28.31.0/23 le 24,
+ 76.28.59.0/24,
+ 76.28.185.0/22 le 24,
+ 76.28.217.0/23 le 24,
+ 76.31.88.0/22 le 24,
+ 76.31.165.0/24,
+ 76.31.209.0/22 le 24,
+ 76.30.113.0/24,
+ 76.30.159.0/24,
+ 76.30.176.0/23 le 24,
+ 76.30.178.0/24,
+ 76.30.173.0/22 ge 23 le 24,
+ 76.30.161.0/22 le 24,
+ 76.30.241.0/22 ge 24 le 24,
+ 76.27.64.0/22 le 24,
+ 76.27.86.0/22 le 24,
+ 76.27.134.0/24,
+ 76.27.133.0/24,
+ 76.27.171.0/24,
+ 76.27.162.0/24,
+ 76.27.212.0/22 le 24,
+ 76.26.73.0/24,
+ 76.26.88.0/24,
+ 76.26.156.0/24,
+ 76.26.142.0/22 le 24,
+ 76.26.187.0/21 ge 22 le 24,
+ 76.26.203.0/23 le 24,
+ 76.26.236.0/24,
+ 76.25.149.0/23 ge 24 le 24,
+ 76.25.150.0/23 le 24,
+ 76.25.145.0/24,
+ 76.25.173.0/22 le 24,
+ 76.24.7.0/23 le 24,
+ 76.24.3.0/23 le 24,
+ 76.24.131.0/22 le 24,
+ 76.4.51.0/24,
+ 76.4.49.0/23 ge 24 le 24,
+ 76.4.128.0/22 le 24,
+ 76.5.127.0/24,
+ 76.5.86.0/24,
+ 76.5.49.0/23 ge 24 le 24,
+ 76.5.7.0/24,
+ 76.7.91.0/23 le 24,
+ 76.7.79.0/22 le 24,
+ 76.7.101.0/21 ge 22 le 24,
+ 76.7.115.0/22 le 24,
+ 76.7.170.0/22 le 24,
+ 76.6.128.0/23 le 24,
+ 76.6.228.0/22 le 24,
+ 76.6.14.0/24,
+ 76.6.50.0/22 le 24,
+ 76.2.156.0/22 le 24,
+ 76.2.127.0/22 le 24,
+ 76.2.72.0/23 le 24,
+ 76.3.95.0/22 ge 24 le 24,
+ 76.3.100.0/23 le 24,
+ 76.3.241.0/24,
+ 76.3.220.0/24,
+ 76.0.241.0/22 le 24,
+ 76.0.83.0/22 le 24,
+ 76.1.25.0/23 ge 24 le 24,
+ 76.1.27.0/24,
+ 76.1.135.0/24,
+ 76.8.240.0/24,
+ 76.8.151.0/23 le 24,
+ 76.8.171.0/21 ge 22 le 24,
+ 76.8.161.0/22 le 24,
+ 76.8.21.0/24,
+ 76.9.104.0/22 ge 24 le 24,
+ 76.9.127.0/22 le 24,
+ 76.9.118.0/22 le 24,
+ 76.9.67.0/22 le 24,
+ 76.9.201.0/22 le 24,
+ 76.9.177.0/22 le 24,
+ 76.11.164.0/24,
+ 76.11.65.0/24,
+ 76.11.87.0/23 ge 24 le 24,
+ 76.11.85.0/24,
+ 76.11.101.0/22 ge 24 le 24,
+ 76.11.98.0/22 le 24,
+ 76.10.219.0/24,
+ 76.10.194.0/24,
+ 76.10.247.0/22 le 24,
+ 76.14.169.0/24,
+ 76.14.9.0/22 le 24,
+ 76.14.50.0/23 ge 24 le 24,
+ 76.14.48.0/24,
+ 76.12.255.0/24,
+ 76.12.253.0/24,
+ 76.12.96.0/24,
+ 76.13.236.0/22 ge 24 le 24,
+ 76.13.60.0/22 le 24,
+ 76.13.51.0/24,
+ 76.13.9.0/23 le 24,
+ 76.13.101.0/22 le 24,
+ 76.13.110.0/24,
+ 76.13.117.0/23 le 24,
+ 76.39.156.0/22 ge 24 le 24,
+ 76.39.217.0/24,
+ 76.38.215.0/24,
+ 76.38.201.0/24,
+ 76.38.0.0/24,
+ 76.38.3.0/23 ge 24 le 24,
+ 76.38.105.0/22 le 24,
+ 76.37.222.0/24,
+ 76.37.221.0/24,
+ 76.37.58.0/22 le 24,
+ 76.37.102.0/23 le 24,
+ 76.37.100.0/24,
+ 76.37.98.0/22 le 24,
+ 76.36.249.0/22 le 24,
+ 76.36.208.0/24,
+ 76.36.138.0/24,
+ 76.36.137.0/24,
+ 76.36.183.0/24,
+ 76.36.124.0/22 le 24,
+ 76.36.106.0/23 le 24,
+ 76.36.17.0/22 le 24,
+ 76.35.124.0/24,
+ 76.35.210.0/23 le 24,
+ 76.35.224.0/22 le 24,
+ 76.35.178.0/23 ge 24 le 24,
+ 76.35.131.0/22 le 24,
+ 76.34.111.0/22 le 24,
+ 76.34.112.0/22 ge 24 le 24,
+ 76.34.126.0/22 le 24,
+ 76.34.90.0/22 le 24,
+ 76.34.69.0/23 ge 24 le 24,
+ 76.34.71.0/24,
+ 76.34.34.0/23 le 24,
+ 76.34.221.0/24,
+ 76.34.255.0/22 le 24,
+ 76.34.165.0/23 le 24,
+ 76.34.179.0/24,
+ 76.33.163.0/23 le 24,
+ 76.33.160.0/23 ge 24 le 24,
+ 76.33.175.0/22 ge 24 le 24,
+ 76.33.176.0/22 le 24,
+ 76.33.155.0/23 ge 24 le 24,
+ 76.33.145.0/23 ge 24 le 24,
+ 76.33.147.0/24,
+ 76.33.69.0/22 le 24,
+ 76.33.66.0/24,
+ 76.33.86.0/23 ge 24 le 24,
+ 76.32.129.0/24,
+ 76.32.249.0/24,
+ 76.32.235.0/22 le 24,
+ 76.32.207.0/24,
+ 76.32.201.0/22 le 24,
+ 76.32.66.0/24,
+ 76.32.69.0/22 le 24,
+ 76.32.114.0/22 le 24,
+ 76.47.161.0/24,
+ 76.47.177.0/24,
+ 76.47.155.0/23 le 24,
+ 76.47.217.0/24,
+ 76.47.242.0/22 le 24,
+ 76.47.122.0/22 le 24,
+ 76.47.72.0/24,
+ 76.47.54.0/24,
+ 76.46.160.0/24,
+ 76.46.162.0/23 le 24,
+ 76.46.230.0/24,
+ 76.46.242.0/22 ge 24 le 24,
+ 76.46.70.0/23 ge 24 le 24,
+ 76.46.33.0/22 le 24,
+ 76.44.184.0/22 le 24,
+ 76.44.204.0/23 le 24,
+ 76.44.64.0/24,
+ 76.44.95.0/22 ge 24 le 24,
+ 76.44.89.0/22 le 24,
+ 76.45.166.0/24,
+ 76.45.242.0/22 le 24,
+ 76.45.54.0/22 le 24,
+ 76.45.1.0/22 le 24,
+ 76.45.90.0/22 le 24,
+ 76.45.83.0/22 le 24,
+ 76.43.101.0/22 ge 24 le 24,
+ 76.43.105.0/22 le 24,
+ 76.42.159.0/24,
+ 76.42.151.0/22 le 24,
+ 76.42.228.0/22 le 24,
+ 76.40.199.0/24,
+ 76.41.46.0/22 ge 24 le 24,
+ 76.54.15.0/22 le 24,
+ 76.54.0.0/24,
+ 76.54.164.0/23 ge 24 le 24,
+ 76.54.167.0/23 le 24,
+ 76.54.158.0/23 le 24,
+ 76.55.123.0/22 le 24,
+ 76.55.20.0/23 ge 24 le 24,
+ 76.55.22.0/24,
+ 76.55.30.0/22 ge 24 le 24,
+ 76.55.169.0/23 ge 24 le 24,
+ 76.55.197.0/22 le 24,
+ 76.53.163.0/24,
+ 76.53.212.0/22 le 24,
+ 76.53.47.0/22 le 24,
+ 76.52.183.0/23 le 24,
+ 76.52.180.0/24,
+ 76.52.174.0/24,
+ 76.52.61.0/22 le 24,
+ 76.52.78.0/24,
+ 76.51.122.0/22 le 24,
+ 76.51.86.0/24,
+ 76.51.1.0/24,
+ 76.51.11.0/22 le 24,
+ 76.51.45.0/22 le 24,
+ 76.51.168.0/23 ge 24 le 24,
+ 76.51.162.0/23 ge 24 le 24,
+ 76.51.199.0/23 ge 24 le 24,
+ 76.51.203.0/22 ge 24 le 24,
+ 76.50.189.0/23 le 24,
+ 76.50.125.0/24,
+ 76.50.8.0/22 ge 24 le 24,
+ 76.48.85.0/22 le 24,
+ 76.48.216.0/22 le 24,
+ 76.49.235.0/24,
+ 76.49.162.0/22 le 24,
+ 76.49.116.0/23 ge 24 le 24,
+ 76.49.121.0/24,
+ 76.62.244.0/23 ge 24 le 24,
+ 76.62.131.0/23 ge 24 le 24,
+ 76.62.129.0/24,
+ 76.62.136.0/24,
+ 76.62.145.0/22 le 24,
+ 76.62.38.0/24,
+ 76.63.83.0/23 le 24,
+ 76.63.164.0/22 ge 24 le 24,
+ 76.63.178.0/22 ge 24 le 24,
+ 76.63.152.0/22 ge 24 le 24,
+ 76.61.20.0/22 le 24,
+ 76.61.104.0/22 le 24,
+ 76.61.115.0/22 le 24,
+ 76.61.195.0/23 le 24,
+ 76.61.129.0/22 le 24,
+ 76.60.151.0/22 le 24,
+ 76.60.133.0/23 ge 24 le 24,
+ 76.60.141.0/23 ge 24 le 24,
+ 76.60.169.0/22 ge 24 le 24,
+ 76.60.226.0/22 le 24,
+ 76.60.50.0/21 ge 22 le 24,
+ 76.60.34.0/22 le 24,
+ 76.60.22.0/23 le 24,
+ 76.60.14.0/22 le 24,
+ 76.60.8.0/24,
+ 76.59.144.0/21 ge 22 le 24,
+ 76.59.210.0/22 le 24,
+ 76.59.103.0/22 ge 24 le 24,
+ 76.58.220.0/22 ge 24 le 24,
+ 76.58.255.0/22 le 24,
+ 76.58.143.0/22 le 24,
+ 76.58.174.0/22 le 24,
+ 76.58.190.0/23 ge 24 le 24,
+ 76.57.156.0/23 ge 24 le 24,
+ 76.57.159.0/24,
+ 76.57.181.0/22 le 24,
+ 76.57.11.0/22 ge 24 le 24,
+ 76.57.16.0/24,
+ 76.57.34.0/24,
+ 76.56.186.0/24,
+ 76.56.93.0/23 le 24,
+ 76.56.98.0/24,
+ 76.56.42.0/22 le 24,
+ 76.166.203.0/22 le 24,
+ 76.166.198.0/22 le 24,
+ 76.166.52.0/22 le 24,
+ 76.166.38.0/23 ge 24 le 24,
+ 76.166.84.0/24,
+ 76.164.14.0/22 ge 24 le 24,
+ 76.164.77.0/23 ge 24 le 24,
+ 76.164.128.0/24,
+ 76.164.171.0/22 le 24,
+ 76.164.193.0/22 le 24,
+ 76.165.232.0/22 ge 24 le 24,
+ 76.165.158.0/22 le 24,
+ 76.165.150.0/22 le 24,
+ 76.165.147.0/23 ge 24 le 24,
+ 76.165.132.0/24,
+ 76.165.60.0/22 le 24,
+ 76.165.101.0/24,
+ 76.162.182.0/22 le 24,
+ 76.162.129.0/22 le 24,
+ 76.162.221.0/24,
+ 76.163.234.0/22 ge 24 le 24,
+ 76.163.185.0/24,
+ 76.163.138.0/22 le 24,
+ 76.163.129.0/21 ge 22 le 24,
+ 76.163.15.0/23 ge 24 le 24,
+ 76.163.26.0/22 le 24,
+ 76.163.101.0/23 le 24,
+ 76.163.74.0/22 le 24,
+ 76.161.36.0/23 ge 24 le 24,
+ 76.161.48.0/23 le 24,
+ 76.161.4.0/23 ge 24 le 24,
+ 76.161.7.0/24,
+ 76.161.88.0/24,
+ 76.161.90.0/24,
+ 76.161.234.0/24,
+ 76.161.232.0/24,
+ 76.160.175.0/22 le 24,
+ 76.160.162.0/24,
+ 76.160.193.0/24,
+ 76.160.225.0/22 ge 23 le 24,
+ 76.160.234.0/22 le 24,
+ 76.173.69.0/22 le 24,
+ 76.173.87.0/23 le 24,
+ 76.173.2.0/22 ge 24 le 24,
+ 76.173.18.0/23 le 24,
+ 76.173.223.0/23 ge 24 le 24,
+ 76.173.210.0/24,
+ 76.173.200.0/23 ge 24 le 24,
+ 76.172.168.0/22 le 24,
+ 76.172.142.0/23 le 24,
+ 76.172.249.0/22 le 24,
+ 76.172.220.0/23 le 24,
+ 76.172.114.0/24,
+ 76.172.86.0/24,
+ 76.172.65.0/23 le 24,
+ 76.172.12.0/24,
+ 76.172.27.0/24,
+ 76.172.56.0/23 le 24,
+ 76.174.33.0/23 ge 24 le 24,
+ 76.174.85.0/22 le 24,
+ 76.174.68.0/22 ge 23 le 24,
+ 76.174.108.0/23 le 24,
+ 76.174.125.0/24,
+ 76.174.216.0/23 le 24,
+ 76.174.195.0/23 le 24,
+ 76.174.226.0/23 ge 24 le 24,
+ 76.174.143.0/23 le 24,
+ 76.174.160.0/23 le 24,
+ 76.175.62.0/23 le 24,
+ 76.175.43.0/23 le 24,
+ 76.175.1.0/23 le 24,
+ 76.175.105.0/23 le 24,
+ 76.175.115.0/24,
+ 76.175.77.0/23 le 24,
+ 76.175.182.0/23 le 24,
+ 76.175.253.0/23 le 24,
+ 76.175.247.0/23 le 24,
+ 76.175.232.0/23 ge 24 le 24,
+ 76.170.215.0/23 ge 24 le 24,
+ 76.170.221.0/23 le 24,
+ 76.170.219.0/24,
+ 76.170.193.0/23 le 24,
+ 76.170.248.0/24,
+ 76.170.162.0/23 le 24,
+ 76.170.146.0/23 ge 24 le 24,
+ 76.170.140.0/23 ge 24 le 24,
+ 76.170.143.0/23 le 24,
+ 76.171.120.0/23 le 24,
+ 76.171.74.0/24,
+ 76.171.62.0/23 ge 24 le 24,
+ 76.171.53.0/24,
+ 76.171.20.0/23 le 24,
+ 76.171.27.0/23 le 24,
+ 76.171.1.0/23 le 24,
+ 76.171.9.0/23 le 24,
+ 76.171.11.0/24,
+ 76.171.151.0/22 le 24,
+ 76.171.146.0/23 le 24,
+ 76.171.179.0/24,
+ 76.171.173.0/23 le 24,
+ 76.171.237.0/23 le 24,
+ 76.169.112.0/23 ge 24 le 24,
+ 76.169.62.0/24,
+ 76.169.188.0/24,
+ 76.169.149.0/23 le 24,
+ 76.169.201.0/23 le 24,
+ 76.169.254.0/23 le 24,
+ 76.169.243.0/23 ge 24 le 24,
+ 76.168.12.0/23 le 24,
+ 76.168.76.0/23 le 24,
+ 76.168.116.0/23 ge 24 le 24,
+ 76.168.142.0/23 ge 24 le 24,
+ 76.168.132.0/23 le 24,
+ 76.168.147.0/23 le 24,
+ 76.168.177.0/24,
+ 76.168.213.0/23 le 24,
+ 76.168.240.0/23 le 24,
+ 76.186.104.0/23 ge 24 le 24,
+ 76.186.47.0/23 ge 24 le 24,
+ 76.186.33.0/23 ge 24 le 24,
+ 76.186.220.0/24,
+ 76.186.192.0/23 le 24,
+ 76.186.250.0/23 le 24,
+ 76.187.34.0/23 ge 24 le 24,
+ 76.187.31.0/23 le 24,
+ 76.187.24.0/23 le 24,
+ 76.187.125.0/23 le 24,
+ 76.187.81.0/23 ge 24 le 24,
+ 76.187.158.0/23 le 24,
+ 76.187.166.0/24,
+ 76.187.186.0/24,
+ 76.187.206.0/23 le 24,
+ 76.187.243.0/22 le 24,
+ 76.185.100.0/23 ge 24 le 24,
+ 76.185.116.0/23 ge 24 le 24,
+ 76.185.85.0/23 ge 24 le 24,
+ 76.185.55.0/23 le 24,
+ 76.185.173.0/23 ge 24 le 24,
+ 76.185.224.0/23 le 24,
+ 76.184.190.0/23 le 24,
+ 76.184.165.0/23 ge 24 le 24,
+ 76.184.227.0/24,
+ 76.184.235.0/23 le 24,
+ 76.184.246.0/23 le 24,
+ 76.184.250.0/24,
+ 76.184.62.0/23 le 24,
+ 76.184.57.0/23 le 24,
+ 76.184.73.0/23 le 24,
+ 76.188.169.0/23 le 24,
+ 76.188.216.0/23 le 24,
+ 76.188.223.0/24,
+ 76.188.244.0/24,
+ 76.188.224.0/24,
+ 76.188.84.0/24,
+ 76.188.5.0/24,
+ 76.188.33.0/24,
+ 76.189.98.0/23 le 24,
+ 76.189.87.0/23 ge 24 le 24,
+ 76.189.47.0/23 le 24,
+ 76.189.41.0/24,
+ 76.189.13.0/23 le 24,
+ 76.189.8.0/23 le 24,
+ 76.189.2.0/23 ge 24 le 24,
+ 76.189.27.0/24,
+ 76.189.136.0/23 le 24,
+ 76.189.154.0/24,
+ 76.189.151.0/23 le 24,
+ 76.189.255.0/23 ge 24 le 24,
+ 76.189.205.0/23 le 24,
+ 76.189.202.0/23 le 24,
+ 76.191.162.0/23 le 24,
+ 76.191.131.0/23 ge 24 le 24,
+ 76.191.231.0/23 le 24,
+ 76.191.126.0/24,
+ 76.191.89.0/23 le 24,
+ 76.191.0.0/23 le 24,
+ 76.190.58.0/24,
+ 76.190.39.0/23 le 24,
+ 76.190.30.0/23 le 24,
+ 76.190.7.0/23 le 24,
+ 76.190.75.0/23 le 24,
+ 76.190.98.0/23 le 24,
+ 76.190.102.0/23 le 24,
+ 76.190.100.0/23 ge 24 le 24,
+ 76.190.242.0/23 ge 24 le 24,
+ 76.190.208.0/23 ge 24 le 24,
+ 76.190.210.0/23 le 24,
+ 76.190.142.0/24,
+ 76.190.147.0/23 le 24,
+ 76.190.162.0/24,
+ 76.190.181.0/23 ge 24 le 24,
+ 76.190.179.0/23 le 24,
+ 76.176.48.0/24,
+ 76.176.57.0/24,
+ 76.176.7.0/23 le 24,
+ 76.176.24.0/23 le 24,
+ 76.176.81.0/23 le 24,
+ 76.176.89.0/23 le 24,
+ 76.176.200.0/23 le 24,
+ 76.176.169.0/24,
+ 76.176.190.0/23 le 24,
+ 76.176.145.0/23 ge 24 le 24,
+ 76.177.39.0/24,
+ 76.177.33.0/23 le 24,
+ 76.177.42.0/21 ge 23 le 24,
+ 76.177.56.0/23 ge 24 le 24,
+ 76.177.20.0/22 le 24,
+ 76.177.209.0/23 le 24,
+ 76.177.130.0/23 le 24,
+ 76.179.240.0/23 le 24,
+ 76.178.127.0/23 ge 24 le 24,
+ 76.181.125.0/23 le 24,
+ 76.180.80.0/23 le 24,
+ 76.242.45.0/22 ge 24 le 24,
+ 76.242.175.0/22 le 24,
+ 76.242.226.0/24,
+ 76.242.224.0/24,
+ 76.242.232.0/22 le 24,
+ 76.242.248.0/24,
+ 76.243.44.0/24,
+ 76.243.21.0/22 le 24,
+ 76.243.30.0/22 le 24,
+ 76.243.190.0/24,
+ 76.240.137.0/24,
+ 76.240.39.0/22 le 24,
+ 76.240.80.0/23 le 24,
+ 76.241.120.0/23 le 24,
+ 76.241.178.0/22 ge 23 le 24,
+ 76.244.189.0/22 le 24,
+ 76.244.184.0/24,
+ 76.244.144.0/22 le 24,
+ 76.244.130.0/22 le 24,
+ 76.244.192.0/22 le 24,
+ 76.244.221.0/22 ge 24 le 24,
+ 76.244.125.0/24,
+ 76.244.65.0/22 le 24,
+ 76.244.90.0/22 le 24,
+ 76.245.238.0/22 ge 24 le 24,
+ 76.247.195.0/22 le 24,
+ 76.246.64.0/22 le 24,
+ 76.246.73.0/23 ge 24 le 24,
+ 76.246.49.0/23 ge 24 le 24,
+ 76.246.50.0/24,
+ 76.252.172.0/23 ge 24 le 24,
+ 76.252.175.0/24,
+ 76.252.205.0/23 le 24,
+ 76.252.207.0/24,
+ 76.252.77.0/23 ge 24 le 24,
+ 76.253.89.0/24,
+ 76.254.207.0/22 ge 24 le 24,
+ 76.254.164.0/22 ge 24 le 24,
+ 76.250.231.0/24,
+ 76.250.195.0/22 le 24,
+ 76.250.160.0/22 ge 23 le 24,
+ 76.250.146.0/22 le 24,
+ 76.251.55.0/23 ge 24 le 24,
+ 76.251.52.0/24,
+ 76.251.96.0/21 ge 22 le 24,
+ 76.251.230.0/22 le 24,
+ 76.249.117.0/22 le 24,
+ 76.249.123.0/23 le 24,
+ 76.249.40.0/21 ge 22 le 24,
+ 76.249.236.0/23 ge 24 le 24,
+ 76.249.238.0/24,
+ 76.248.173.0/22 le 24,
+ 76.248.162.0/22 ge 24 le 24,
+ 76.248.243.0/23 le 24,
+ 76.248.239.0/24,
+ 76.248.85.0/24,
+ 76.230.53.0/24,
+ 76.230.55.0/24,
+ 76.230.195.0/22 le 24,
+ 76.230.203.0/24,
+ 76.230.200.0/24,
+ 76.230.231.0/23 ge 24 le 24,
+ 76.230.228.0/24,
+ 76.231.214.0/22 le 24,
+ 76.229.251.0/23 le 24,
+ 76.229.252.0/22 le 24,
+ 76.229.120.0/22 le 24,
+ 76.228.20.0/24,
+ 76.228.22.0/24,
+ 76.228.88.0/22 le 24,
+ 76.224.124.0/23 ge 24 le 24,
+ 76.224.127.0/24,
+ 76.224.196.0/24,
+ 76.224.241.0/22 le 24,
+ 76.224.245.0/23 le 24,
+ 76.225.248.0/23 le 24,
+ 76.225.60.0/24,
+ 76.225.36.0/22 le 24,
+ 76.226.127.0/22 ge 24 le 24,
+ 76.226.94.0/24,
+ 76.226.32.0/24,
+ 76.226.199.0/22 ge 24 le 24,
+ 76.227.67.0/23 ge 24 le 24,
+ 76.227.65.0/24,
+ 76.227.107.0/22 le 24,
+ 76.227.54.0/22 le 24,
+ 76.238.171.0/24,
+ 76.238.188.0/22 ge 23 le 24,
+ 76.238.124.0/23 le 24,
+ 76.239.245.0/24,
+ 76.237.164.0/22 ge 24 le 24,
+ 76.236.170.0/22 le 24,
+ 76.236.31.0/22 le 24,
+ 76.236.21.0/22 le 24,
+ 76.236.78.0/24,
+ 76.233.148.0/22 le 24,
+ 76.233.231.0/23 ge 24 le 24,
+ 76.232.41.0/24,
+ 76.232.170.0/21 ge 24 le 24,
+ 76.235.193.0/21 ge 22 le 24,
+ 76.235.185.0/24,
+ 76.204.106.0/22 le 24,
+ 76.204.145.0/22 le 24,
+ 76.204.140.0/22 ge 24 le 24,
+ 76.204.174.0/24,
+ 76.204.192.0/22 ge 24 le 24,
+ 76.206.197.0/22 le 24,
+ 76.206.178.0/23 ge 24 le 24,
+ 76.206.176.0/24,
+ 76.206.46.0/22 le 24,
+ 76.206.0.0/22 le 24,
+ 76.207.152.0/23 ge 24 le 24,
+ 76.207.188.0/22 ge 23 le 24,
+ 76.207.236.0/22 le 24,
+ 76.207.9.0/22 le 24,
+ 76.207.82.0/22 le 24,
+ 76.207.124.0/24,
+ 76.203.114.0/22 le 24,
+ 76.203.120.0/22 le 24,
+ 76.203.28.0/24,
+ 76.203.31.0/24,
+ 76.203.165.0/22 le 24,
+ 76.201.124.0/24,
+ 76.201.190.0/24,
+ 76.201.210.0/23 le 24,
+ 76.201.246.0/22 le 24,
+ 76.200.96.0/22 le 24,
+ 76.200.66.0/24,
+ 76.200.202.0/24,
+ 76.200.251.0/24,
+ 76.200.148.0/24,
+ 76.200.135.0/22 le 24,
+ 76.200.142.0/24,
+ 76.193.150.0/23 le 24,
+ 76.193.189.0/22 le 24,
+ 76.193.222.0/22 le 24,
+ 76.193.238.0/22 le 24,
+ 76.193.72.0/22 le 24,
+ 76.193.66.0/23 le 24,
+ 76.193.83.0/22 le 24,
+ 76.193.84.0/23 ge 24 le 24,
+ 76.192.147.0/22 le 24,
+ 76.192.160.0/22 le 24,
+ 76.192.41.0/22 ge 24 le 24,
+ 76.194.45.0/22 le 24,
+ 76.195.24.0/24,
+ 76.195.113.0/24,
+ 76.195.205.0/22 le 24,
+ 76.196.251.0/22 ge 24 le 24,
+ 76.196.234.0/24,
+ 76.197.129.0/24,
+ 76.197.193.0/22 le 24,
+ 76.197.21.0/22 le 24,
+ 76.198.192.0/23 le 24,
+ 76.198.156.0/22 le 24,
+ 76.198.150.0/22 le 24,
+ 76.198.129.0/22 le 24,
+ 76.198.179.0/23 ge 24 le 24,
+ 76.198.104.0/23 le 24,
+ 76.198.22.0/22 le 24,
+ 76.198.18.0/24,
+ 76.199.74.0/24,
+ 76.199.73.0/24,
+ 76.199.48.0/22 le 24,
+ 76.199.56.0/23 ge 24 le 24,
+ 76.199.58.0/24,
+ 76.199.247.0/22 le 24,
+ 76.213.155.0/22 le 24,
+ 76.212.140.0/22 le 24,
+ 76.212.145.0/22 ge 23 le 24,
+ 76.214.214.0/24,
+ 76.214.212.0/23 ge 24 le 24,
+ 76.215.140.0/22 le 24,
+ 76.215.115.0/24,
+ 76.215.98.0/22 le 24,
+ 76.208.185.0/22 le 24,
+ 76.208.136.0/24,
+ 76.208.52.0/22 le 24,
+ 76.208.13.0/24,
+ 76.208.94.0/23 ge 24 le 24,
+ 76.208.93.0/24,
+ 76.208.112.0/22 le 24,
+ 76.209.68.0/22 le 24,
+ 76.209.103.0/23 le 24,
+ 76.209.19.0/24,
+ 76.211.155.0/24,
+ 76.211.153.0/24,
+ 76.211.251.0/22 le 24,
+ 76.211.192.0/24,
+ 76.211.7.0/22 le 24,
+ 76.210.63.0/23 le 24,
+ 76.210.174.0/24,
+ 76.210.215.0/24,
+ 76.210.213.0/23 ge 24 le 24,
+ 76.210.224.0/22 ge 24 le 24,
+ 76.210.244.0/22 le 24,
+ 76.222.161.0/22 le 24,
+ 76.222.212.0/22 le 24,
+ 76.222.19.0/22 le 24,
+ 76.222.35.0/22 le 24,
+ 76.222.36.0/24,
+ 76.222.38.0/24,
+ 76.222.51.0/23 ge 24 le 24,
+ 76.223.153.0/22 le 24,
+ 76.223.241.0/24,
+ 76.223.238.0/24,
+ 76.223.236.0/24,
+ 76.223.223.0/22 ge 23 le 24,
+ 76.223.209.0/24,
+ 76.223.4.0/22 le 24,
+ 76.223.78.0/23 le 24,
+ 76.221.52.0/24,
+ 76.221.37.0/22 le 24,
+ 76.221.181.0/22 le 24,
+ 76.221.210.0/22 le 24,
+ 76.220.130.0/22 le 24,
+ 76.220.184.0/22 le 24,
+ 76.220.181.0/23 ge 24 le 24,
+ 76.220.36.0/23 le 24,
+ 76.219.211.0/24,
+ 76.219.209.0/24,
+ 76.219.244.0/23 ge 24 le 24,
+ 76.219.240.0/22 le 24,
+ 76.219.24.0/22 le 24,
+ 76.218.126.0/24,
+ 76.218.4.0/24,
+ 76.218.2.0/22 ge 24 le 24,
+ 76.218.23.0/24,
+ 76.218.237.0/23 le 24,
+ 76.218.191.0/22 le 24,
+ 76.217.113.0/22 le 24,
+ 76.217.78.0/22 le 24,
+ 76.217.5.0/23 ge 24 le 24,
+ 76.217.234.0/22 le 24,
+ 76.217.199.0/22 le 24,
+ 76.216.72.0/24,
+ 76.216.75.0/23 ge 24 le 24,
+ 76.216.132.0/22 le 24,
+ 76.216.251.0/22 ge 24 le 24,
+ 65.97.237.0/12 le 24,
+ 65.95.180.0/21 le 24,
+ 65.95.228.0/21 le 24,
+ 65.95.245.0/22 le 24,
+ 65.95.212.0/24,
+ 65.95.214.0/23 ge 24 le 24,
+ 65.95.66.0/22 le 24,
+ 65.95.60.0/21 le 24,
+ 65.94.173.0/24,
+ 65.94.183.0/21 le 24,
+ 65.94.154.0/24,
+ 65.94.44.0/22 le 24,
+ 65.21.245.0/19 le 24,
+ 65.21.72.0/19 le 24,
+ 65.18.67.0/19 le 24,
+ 65.25.171.0/24,
+ 65.24.125.0/24,
+ 65.7.63.0/23 le 24,
+ 65.7.105.0/19 ge 20 le 24,
+ 65.6.246.0/22 le 24,
+ 65.10.195.0/22 le 24,
+ 65.41.157.0/24,
+ 65.41.153.0/22 ge 23 le 24,
+ 65.41.147.0/24,
+ 65.42.202.0/22 le 24,
+ 65.47.241.0/23 le 24,
+ 65.47.254.0/22 le 24,
+ 65.47.193.0/19 ge 20 le 24,
+ 65.223.251.0/20 le 24,
+ 65.223.153.0/23 le 24,
+ 65.223.141.0/20 le 24,
+ 65.223.124.0/22 le 24,
+ 65.223.55.0/24,
+ 65.222.137.0/24,
+ 65.222.21.0/22 le 24,
+ 65.222.28.0/22 le 24,
+ 65.222.89.0/20 le 24,
+ 65.219.212.0/16 le 24,
+ 65.218.24.0/17 le 24,
+ 65.217.179.0/17 le 24,
+ 65.215.120.0/16 le 24,
+ 65.213.116.0/22 le 24,
+ 65.213.84.0/20 le 24,
+ 65.213.10.0/20 le 24,
+ 65.213.178.0/19 le 24,
+ 65.213.130.0/22 le 24,
+ 65.213.230.0/22 le 24,
+ 65.213.220.0/19 le 24,
+ 65.204.71.0/20 le 24,
+ 65.200.133.0/16 le 24,
+ 65.192.90.0/22 le 24,
+ 65.192.84.0/22 le 24,
+ 65.192.119.0/22 le 24,
+ 65.192.223.0/22 le 24,
+ 65.192.252.0/22 le 24,
+ 65.193.167.0/21 le 24,
+ 65.193.127.0/21 le 24,
+ 65.193.12.0/22 le 24,
+ 65.197.184.0/23 le 24,
+ 65.235.140.0/20 le 24,
+ 65.235.196.0/19 le 24,
+ 65.235.104.0/19 le 24,
+ 65.235.38.0/24,
+ 65.235.51.0/22 le 24,
+ 65.238.210.0/24,
+ 65.238.124.0/18 le 24,
+ 65.239.229.0/19 ge 20 le 24,
+ 65.239.212.0/20 le 24,
+ 65.227.135.0/24,
+ 65.227.142.0/24,
+ 65.227.82.0/21 le 24,
+ 65.227.106.0/24,
+ 65.227.104.0/24,
+ 65.227.100.0/24,
+ 65.227.103.0/24,
+ 65.227.98.0/23 le 24,
+ 65.227.96.0/24,
+ 65.163.136.0/24,
+ 65.163.0.0/24,
+ 65.163.12.0/22 le 24,
+ 65.162.37.0/22 le 24,
+ 65.162.0.0/22 le 24,
+ 65.162.119.0/23 le 24,
+ 65.162.210.0/24,
+ 65.161.207.0/19 le 24,
+ 65.161.63.0/19 le 24,
+ 65.174.47.0/20 le 24,
+ 65.174.30.0/20 le 24,
+ 65.174.121.0/20 le 24,
+ 65.174.83.0/20 le 24,
+ 65.174.129.0/20 le 24,
+ 65.168.163.0/16 le 24,
+ 65.189.93.0/15 le 24,
+ 65.190.71.0/21 le 24,
+ 65.190.107.0/24,
+ 65.190.32.0/22 le 24,
+ 65.190.30.0/22 le 24,
+ 65.190.156.0/22 le 24,
+ 65.190.184.0/21 le 24,
+ 65.190.197.0/21 le 24,
+ 65.191.234.0/22 le 24,
+ 65.191.192.0/21 le 24,
+ 65.191.162.0/21 le 24,
+ 65.191.76.0/21 le 24,
+ 65.184.231.0/19 le 24,
+ 65.185.84.0/17 le 24,
+ 65.132.1.0/22 le 24,
+ 65.132.223.0/18 le 24,
+ 65.133.51.0/17 le 24,
+ 65.133.246.0/24,
+ 65.133.255.0/22 le 24,
+ 65.133.233.0/20 le 24,
+ 65.133.177.0/24,
+ 65.133.147.0/21 le 24,
+ 65.137.26.0/19 le 24,
+ 65.136.101.0/18 le 24,
+ 65.139.226.0/16 le 24,
+ 65.142.192.0/24,
+ 65.142.125.0/24,
+ 65.140.120.0/18 ge 19 le 24,
+ 65.149.218.0/18 le 24,
+ 65.150.199.0/20 le 24,
+ 65.150.171.0/20 le 24,
+ 65.150.88.0/20 le 24,
+ 65.150.65.0/24,
+ 65.150.102.0/24,
+ 65.146.216.0/22 le 24,
+ 65.146.194.0/22 le 24,
+ 65.146.226.0/22 le 24,
+ 65.146.153.0/24,
+ 65.146.147.0/21 le 24,
+ 65.146.175.0/21 le 24,
+ 65.146.110.0/21 le 24,
+ 65.147.21.0/21 le 24,
+ 65.147.49.0/24,
+ 65.147.61.0/21 le 24,
+ 65.147.72.0/21 le 24,
+ 65.147.91.0/22 le 24,
+ 65.147.158.0/21 le 24,
+ 65.147.129.0/22 le 24,
+ 65.147.197.0/22 le 24,
+ 65.147.242.0/21 le 24,
+ 65.145.64.0/19 le 24,
+ 65.159.41.0/24,
+ 65.159.100.0/18 ge 19 le 24,
+ 65.159.255.0/24,
+ 65.159.253.0/24,
+ 65.159.250.0/24,
+ 65.159.248.0/24,
+ 65.159.242.0/24,
+ 65.159.247.0/24,
+ 65.159.237.0/24,
+ 65.159.234.0/24,
+ 65.159.232.0/23 ge 24 le 24,
+ 65.158.82.0/24,
+ 65.158.237.0/20 le 24,
+ 65.152.108.0/21 le 24,
+ 65.152.65.0/24,
+ 65.152.69.0/23 ge 24 le 24,
+ 65.152.13.0/21 le 24,
+ 65.152.237.0/24,
+ 65.152.251.0/22 le 24,
+ 65.153.85.0/22 le 24,
+ 65.153.54.0/21 le 24,
+ 65.153.253.0/21 le 24,
+ 65.153.212.0/24,
+ 65.153.208.0/24,
+ 65.153.201.0/22 le 24,
+ 65.153.175.0/21 le 24,
+ 65.153.141.0/24,
+ 64.58.250.0/21 le 24,
+ 66.70.145.0/24,
+ 66.69.112.0/23 ge 24 le 24,
+ 66.99.98.0/22 ge 24 le 24,
+ 66.99.100.0/23 le 24,
+ 66.99.102.0/23 ge 24 le 24,
+ 66.99.106.0/24,
+ 66.99.110.0/24,
+ 67.241.42.0/18 le 24,
+ 67.66.42.0/19 le 24,
+ 67.64.135.0/24,
+ 67.64.200.0/24,
+ 67.64.240.0/19 le 24,
+ 67.64.60.0/24,
+ 67.64.42.0/24,
+ 67.65.160.0/17 ge 18 le 24,
+ 67.75.53.0/20 le 24,
+ 67.75.11.0/24,
+ 67.72.135.0/18 le 24,
+ 67.76.163.0/16 le 24,
+ 67.115.115.0/16 le 24,
+ 67.114.167.0/24,
+ 67.114.164.0/24,
+ 67.114.150.0/23 le 24,
+ 67.114.197.0/20 le 24,
+ 67.114.120.0/20 le 24,
+ 67.116.127.0/19 le 24,
+ 67.116.156.0/20 le 24,
+ 67.116.133.0/21 le 24,
+ 67.122.163.0/23 le 24,
+ 67.98.169.0/21 ge 22 le 24,
+ 67.98.165.0/21 le 24,
+ 67.98.61.0/18 le 24,
+ 67.103.127.0/19 le 24,
+ 67.100.18.0/20 le 24,
+ 67.100.185.0/20 le 24,
+ 67.109.124.0/23 le 24,
+ 70.16.85.0/22 ge 24 le 24,
+ 70.16.81.0/24,
+ 70.16.82.0/23 ge 24 le 24,
+ 70.16.92.0/24,
+ 70.16.94.0/24,
+ 70.16.89.0/22 ge 24 le 24,
+ 70.16.99.0/20 le 24,
+ 70.16.216.0/20 le 24,
+ 70.22.7.0/18 ge 19 le 24,
+ 70.21.172.0/16 le 24,
+ 70.151.63.0/20 le 24,
+ 70.151.82.0/20 le 24,
+ 70.151.194.0/20 le 24,
+ 70.150.121.0/20 le 24,
+ 70.150.210.0/20 le 24,
+ 70.150.160.0/20 le 24,
+ 70.149.225.0/18 le 24,
+ 70.149.119.0/18 le 24,
+ 70.144.144.0/20 le 24,
+ 70.144.253.0/20 le 24,
+ 70.144.214.0/19 ge 20 le 24,
+ 70.146.237.0/19 le 24,
+ 70.154.182.0/20 le 24,
+ 70.157.222.0/23 le 24,
+ 70.157.207.0/23 ge 24 le 24,
+ 70.157.232.0/20 le 24,
+ 71.209.9.0/22 le 24,
+ 71.202.33.0/22 le 24,
+ 71.203.130.0/22 le 24,
+ 71.37.135.0/24,
+ 71.37.143.0/22 le 24,
+ 71.37.137.0/23 le 24,
+ 71.37.215.0/21 ge 23 le 24,
+ 71.37.194.0/23 le 24,
+ 71.37.199.0/23 le 24,
+ 71.98.219.0/24,
+ 71.98.216.0/24,
+ 71.66.138.0/21 le 24,
+ 71.69.207.0/22 le 24,
+ 68.201.51.0/21 le 24,
+ 68.235.116.0/24,
+ 68.235.32.0/20 le 24,
+ 68.235.194.0/21 le 24,
+ 68.235.205.0/21 ge 22 le 24,
+ 68.235.245.0/21 le 24,
+ 68.254.221.0/20 le 24,
+ 68.249.21.0/17 le 24,
+ 68.248.245.0/16 le 24,
+ 68.142.87.0/19 le 24,
+ 68.150.96.0/22 ge 24 le 24,
+ 68.150.100.0/23 ge 24 le 24,
+ 68.150.103.0/24,
+ 68.151.49.0/19 le 24,
+ 68.28.1.0/24,
+ 68.28.4.0/23 ge 24 le 24,
+ 68.28.30.0/24,
+ 68.28.99.0/24,
+ 68.28.110.0/24,
+ 68.28.179.0/24,
+ 68.28.182.0/24,
+ 68.28.140.0/24,
+ 68.28.230.0/24,
+ 68.84.29.0/20 ge 22 le 24,
+ 68.84.1.0/22 le 24,
+ 68.86.21.0/20 le 24,
+ 69.7.73.0/24,
+ 69.1.134.0/19 le 24,
+ 69.1.206.0/24,
+ 69.43.155.0/18 le 24,
+ 69.206.236.0/21 le 24,
+ 69.252.130.0/21 ge 24 le 24,
+ 69.252.143.0/24,
+ 69.252.140.0/24,
+ 69.252.136.0/22 ge 24 le 24,
+ 89.121.25.0/19 ge 21 le 24,
+ 89.121.55.0/21 le 24,
+ 89.120.198.0/23 le 24,
+ 89.120.206.0/23 le 24,
+ 89.126.43.0/20 le 24,
+ 89.66.30.0/22 le 24,
+ 89.66.21.0/21 ge 22 le 24,
+ 89.66.77.0/24,
+ 89.66.74.0/23 ge 24 le 24,
+ 89.178.47.0/24,
+ 89.219.206.0/22 ge 24 le 24,
+ 89.219.199.0/24,
+ 89.219.194.0/23 ge 24 le 24,
+ 89.219.217.0/24,
+ 89.219.215.0/24,
+ 89.219.210.0/24,
+ 89.219.249.0/19 le 24,
+ 89.217.209.0/16 le 24,
+ 89.216.73.0/17 le 24,
+ 89.202.44.0/20 le 24,
+ 88.191.6.0/24,
+ 88.175.81.0/23 le 24,
+ 88.175.86.0/23 le 24,
+ 88.175.93.0/24,
+ 88.175.72.0/24,
+ 88.175.69.0/24,
+ 88.175.66.0/24,
+ 88.175.244.0/22 le 24,
+ 88.175.209.0/20 ge 22 le 24,
+ 88.175.198.0/21 le 24,
+ 88.175.205.0/21 ge 22 le 24,
+ 88.172.152.0/17 le 24,
+ 88.161.41.0/17 le 24,
+ 88.158.168.0/20 ge 22 le 24,
+ 88.158.179.0/21 ge 22 le 24,
+ 88.158.189.0/22 le 24,
+ 88.158.186.0/24,
+ 88.147.7.0/20 le 24,
+ 88.149.8.0/19 le 24,
+ 88.115.218.0/22 ge 24 le 24,
+ 88.85.163.0/11 ge 16 le 24,
+ 88.44.103.0/22 ge 24 le 24,
+ 88.48.74.0/24,
+ 88.48.249.0/24,
+ 88.21.34.0/14 le 24,
+ 90.70.27.0/24,
+ 90.69.145.0/24,
+ 90.69.146.0/23 ge 24 le 24,
+ 90.24.25.0/24,
+ 90.51.151.0/18 le 24,
+ 90.48.255.0/21 le 24,
+ 90.48.246.0/24,
+ 90.48.240.0/24,
+ 90.48.242.0/23 ge 24 le 24,
+ 90.34.231.0/19 ge 24 le 24,
+ 90.34.156.0/19 ge 24 le 24,
+ 90.34.91.0/24,
+ 90.35.76.0/24,
+ 90.35.72.0/24,
+ 90.37.187.0/18 le 24,
+ 90.210.63.0/21 le 24,
+ 90.214.236.0/21 le 24,
+ 90.222.75.0/21 ge 22 le 24,
+ 90.222.70.0/21 le 24,
+ 90.222.188.0/21 le 24,
+ 90.220.179.0/22 le 24,
+ 90.129.180.0/19 le 24,
+ 90.128.68.0/20 le 24,
+ 91.82.44.0/20 le 24,
+ 91.115.252.0/21 le 24,
+ 91.33.248.0/24,
+ 91.33.134.0/19 le 24,
+ 91.32.154.0/18 le 24,
+ 91.28.239.0/19 le 24,
+ 91.132.90.0/22 ge 23 le 24,
+ 91.132.135.0/17 le 24,
+ 91.133.90.0/16 le 24,
+ 91.164.8.0/22 ge 24 le 24,
+ 91.164.15.0/23 ge 24 le 24,
+ 91.164.12.0/24,
+ 91.166.166.0/19 le 24,
+ 91.167.32.0/20 le 24,
+ 91.167.109.0/20 le 24,
+ 91.178.27.0/24,
+ 94.185.168.0/21 le 24,
+ 94.136.57.0/21 le 24,
+ 94.136.26.0/24,
+ 94.136.217.0/17 le 24,
+ 94.251.39.0/19 le 24,
+ 94.251.7.0/22 le 24,
+ 94.251.106.0/21 ge 22 le 24,
+ 94.252.122.0/24,
+ 94.236.2.0/17 le 24,
+ 94.116.224.0/16 le 24,
+ 94.101.64.0/16 le 24,
+ 94.106.42.0/15 le 24,
+ 94.34.76.0/23 ge 24 le 24,
+ 94.34.78.0/24,
+ 94.34.72.0/24,
+ 94.34.74.0/23 ge 24 le 24,
+ 94.34.64.0/24,
+ 94.34.82.0/20 ge 21 le 24,
+ 94.34.240.0/24,
+ 94.34.202.0/22 le 24,
+ 94.47.113.0/22 le 24,
+ 94.47.45.0/22 le 24,
+ 94.47.12.0/22 le 24,
+ 94.47.154.0/22 ge 23 le 24,
+ 94.47.158.0/23 ge 24 le 24,
+ 94.47.157.0/23 le 24,
+ 94.57.245.0/24,
+ 94.10.165.0/20 le 24,
+ 94.13.161.0/17 le 24,
+ 95.115.139.0/21 le 24,
+ 95.115.37.0/21 le 24,
+ 95.92.139.0/18 le 24,
+ 95.83.121.0/19 le 24,
+ 95.62.175.0/20 le 24,
+ 95.62.91.0/19 le 24,
+ 95.62.45.0/19 le 24,
+ 95.22.169.0/21 le 24,
+ 95.22.114.0/24,
+ 95.22.39.0/19 ge 21 le 24,
+ 95.22.18.0/22 le 24,
+ 95.27.180.0/20 le 24,
+ 95.6.218.0/23 ge 24 le 24,
+ 95.6.217.0/24,
+ 95.6.221.0/22 ge 24 le 24,
+ 95.5.137.0/22 le 24,
+ 95.5.131.0/22 le 24,
+ 93.102.197.0/22 ge 23 le 24,
+ 93.102.195.0/24,
+ 93.102.134.0/21 le 24,
+ 93.102.136.0/24,
+ 93.102.145.0/23 le 24,
+ 93.98.24.0/22 le 24,
+ 93.34.30.0/21 le 24,
+ 93.34.18.0/21 ge 22 le 24,
+ 93.53.37.0/24,
+ 93.61.205.0/21 le 24,
+ 93.31.215.0/21 le 24,
+ 93.31.255.0/22 le 24,
+ 93.30.168.0/24,
+ 93.30.229.0/24,
+ 93.19.174.0/18 le 24,
+ 93.19.123.0/21 le 24,
+ 93.19.118.0/23 le 24,
+ 93.19.113.0/22 ge 24 le 24,
+ 93.19.15.0/21 ge 22 le 24,
+ 93.19.24.0/22 le 24,
+ 93.19.16.0/21 ge 22 le 24,
+ 93.145.18.0/24,
+ 93.145.89.0/24,
+ 93.145.116.0/24,
+ 93.146.102.0/23 le 24,
+ 93.159.110.0/14 le 24,
+ 93.168.108.0/19 le 24,
+ 93.168.24.0/21 le 24,
+ 93.173.102.0/22 ge 24 le 24,
+ 93.173.126.0/24,
+ 93.173.39.0/23 le 24,
+ 93.173.50.0/24,
+ 93.173.61.0/24,
+ 93.173.56.0/24,
+ 93.173.17.0/24,
+ 93.173.7.0/23 ge 24 le 24,
+ 93.255.23.0/20 le 24,
+ 93.255.55.0/22 ge 24 le 24,
+ 93.255.39.0/21 le 24,
+ 93.255.40.0/24,
+ 93.255.101.0/24,
+ 93.255.120.0/20 le 24,
+ 93.253.119.0/21 le 24,
+ 93.253.187.0/22 le 24,
+ 93.253.183.0/24,
+ 93.253.161.0/24,
+ 93.232.221.0/24,
+ 93.232.222.0/24,
+ 92.131.68.0/21 le 24,
+ 92.143.95.0/16 le 24,
+ 92.138.24.0/20 le 24,
+ 92.138.249.0/20 le 24,
+ 92.155.84.0/19 le 24,
+ 92.152.156.0/21 le 24,
+ 92.144.103.0/19 le 24,
+ 92.148.91.0/18 le 24,
+ 92.148.5.0/18 ge 19 le 24,
+ 92.148.231.0/19 ge 20 le 24,
+ 92.148.212.0/22 le 24,
+ 92.148.211.0/22 ge 23 le 24,
+ 92.148.221.0/21 ge 23 le 24,
+ 92.148.194.0/20 ge 23 le 24,
+ 92.148.139.0/19 ge 23 le 24,
+ 92.148.186.0/21 ge 23 le 24,
+ 92.149.195.0/24,
+ 92.151.223.0/24,
+ 92.151.215.0/24,
+ 92.151.213.0/24,
+ 92.151.166.0/21 le 24,
+ 92.187.73.0/20 le 24,
+ 92.187.82.0/21 ge 22 le 24,
+ 92.187.95.0/22 le 24,
+ 92.186.122.0/22 le 24,
+ 92.186.70.0/24,
+ 92.190.219.0/24,
+ 92.190.206.0/24,
+ 92.191.193.0/22 ge 24 le 24,
+ 92.169.218.0/22 le 24,
+ 92.169.221.0/23 le 24,
+ 92.169.222.0/24,
+ 92.173.113.0/20 le 24,
+ 92.218.245.0/24,
+ 92.218.160.0/21 le 24,
+ 92.215.23.0/24,
+ 92.215.28.0/24,
+ 92.252.94.0/16 le 24,
+ 92.228.249.0/24,
+ 87.102.140.0/16 le 24,
+ 87.103.254.0/18 le 24,
+ 87.103.64.0/24,
+ 87.103.69.0/24,
+ 87.103.71.0/24,
+ 87.101.209.0/23 le 24,
+ 87.91.7.0/20 le 24,
+ 87.47.226.0/20 le 24,
+ 87.47.161.0/24,
+ 87.47.163.0/23 ge 24 le 24,
+ 87.47.164.0/24,
+ 87.47.136.0/24,
+ 87.47.141.0/24,
+ 87.47.131.0/24,
+ 87.47.154.0/24,
+ 87.47.158.0/23 ge 24 le 24,
+ 87.47.157.0/24,
+ 87.47.144.0/23 ge 24 le 24,
+ 87.47.146.0/24,
+ 87.52.56.0/18 le 24,
+ 87.52.78.0/24,
+ 87.49.54.0/21 le 24,
+ 87.237.231.0/20 le 24,
+ 87.237.243.0/24,
+ 87.237.248.0/24,
+ 87.237.251.0/24,
+ 87.237.252.0/23 ge 24 le 24,
+ 87.232.141.0/22 le 24,
+ 87.232.133.0/21 le 24,
+ 86.182.113.0/21 le 24,
+ 86.182.247.0/21 le 24,
+ 86.176.207.0/21 le 24,
+ 86.190.217.0/21 ge 23 le 24,
+ 86.190.165.0/18 le 24,
+ 86.240.173.0/23 le 24,
+ 86.240.108.0/24,
+ 86.197.128.0/15 le 24,
+ 86.193.176.0/19 ge 20 le 24,
+ 86.192.111.0/24,
+ 86.223.162.0/19 le 24,
+ 86.60.48.0/24,
+ 86.39.10.0/23 ge 24 le 24,
+ 86.77.135.0/20 le 24,
+ 86.96.201.0/24,
+ 85.80.229.0/20 le 24,
+ 85.93.13.0/24,
+ 85.93.103.0/24,
+ 85.94.34.0/23 le 24,
+ 85.94.22.0/23 le 24,
+ 85.94.28.0/24,
+ 85.94.110.0/23 le 24,
+ 85.94.109.0/24,
+ 85.94.105.0/24,
+ 85.94.229.0/23 le 24,
+ 85.94.237.0/23 le 24,
+ 85.94.232.0/22 le 24,
+ 85.94.247.0/21 ge 23 le 24,
+ 85.94.254.0/21 le 24,
+ 85.94.196.0/22 le 24,
+ 85.94.141.0/23 le 24,
+ 85.94.142.0/24,
+ 85.94.148.0/22 ge 23 le 24,
+ 85.94.190.0/22 ge 23 le 24,
+ 85.94.167.0/23 le 24,
+ 85.94.165.0/23 ge 24 le 24,
+ 85.94.173.0/21 ge 23 le 24,
+ 85.110.196.0/20 le 24,
+ 85.105.187.0/24,
+ 85.104.128.0/24,
+ 85.55.99.0/24,
+ 85.37.8.0/20 le 24,
+ 85.144.178.0/24,
+ 85.131.214.0/18 le 24,
+ 85.129.7.0/24,
+ 85.137.79.0/24,
+ 85.247.40.0/24,
+ 85.246.12.0/21 le 24,
+ 85.246.94.0/18 ge 19 le 24,
+ 85.244.204.0/19 ge 20 le 24,
+ 85.197.138.0/21 le 24,
+ 85.198.79.0/22 le 24,
+ 85.198.118.0/19 le 24,
+ 84.1.88.0/24,
+ 84.30.228.0/12 ge 16 le 24,
+ 84.42.77.0/24,
+ 84.42.78.0/23 ge 24 le 24,
+ 84.42.221.0/24,
+ 84.111.56.0/24,
+ 84.102.2.0/23 le 24,
+ 84.102.17.0/21 le 24,
+ 84.219.79.0/21 le 24,
+ 84.241.123.0/21 le 24,
+ 84.169.153.0/21 le 24,
+ 84.167.188.0/22 le 24,
+ 84.167.126.0/22 le 24,
+ 83.26.29.0/22 le 24,
+ 83.24.116.0/20 le 24,
+ 83.24.96.0/21 le 24,
+ 83.24.167.0/18 le 24,
+ 83.41.216.0/23 le 24,
+ 83.119.2.0/24,
+ 83.119.0.0/23 ge 24 le 24,
+ 83.95.232.0/24,
+ 83.94.25.0/24,
+ 83.89.66.0/22 ge 24 le 24,
+ 83.88.127.0/24,
+ 83.202.238.0/22 ge 24 le 24,
+ 83.194.79.0/24,
+ 83.199.89.0/16 le 24,
+ 83.197.37.0/24,
+ 83.197.44.0/21 le 24,
+ 83.197.62.0/24,
+ 83.197.31.0/19 le 24,
+ 83.197.222.0/18 le 24,
+ 83.197.130.0/19 le 24,
+ 83.147.45.0/17 le 24,
+ 83.162.95.0/19 le 24,
+ 82.0.83.0/21 le 24,
+ 82.26.72.0/24,
+ 82.40.56.0/23 ge 24 le 24,
+ 82.40.59.0/23 le 24,
+ 82.40.63.0/23 le 24,
+ 82.40.60.0/24,
+ 82.40.49.0/22 le 24,
+ 82.40.53.0/24,
+ 82.40.35.0/23 le 24,
+ 82.40.36.0/22 le 24,
+ 82.44.216.0/24,
+ 82.44.218.0/24,
+ 82.157.32.0/17 le 24,
+ 82.158.168.0/24,
+ 82.168.74.0/16 le 24,
+ 82.183.52.0/20 le 24,
+ 81.215.220.0/24,
+ 151.230.26.0/24,
+ 151.231.64.0/16 le 24,
+ 151.234.103.0/16 le 24,
+ 151.232.249.0/16 le 24,
+ 151.238.203.0/16 le 24,
+ 151.254.7.0/16 le 24,
+ 151.247.123.0/16 le 24,
+ 151.242.125.0/16 le 24,
+ 151.208.76.0/16 le 24,
+ 151.219.201.0/16 le 24,
+ 151.196.107.0/16 le 24,
+ 151.165.253.0/16 le 24,
+ 151.182.37.0/16 le 24,
+ 151.128.139.0/15 ge 16 le 24,
+ 151.116.26.0/23 le 24,
+ 151.116.31.0/22 le 24,
+ 151.116.17.0/21 le 24,
+ 151.116.11.0/20 le 24,
+ 151.116.117.0/21 le 24,
+ 151.116.95.0/23 le 24,
+ 151.115.182.0/24,
+ 151.115.136.0/24,
+ 151.114.154.0/16 le 24,
+ 151.125.114.0/16 le 24,
+ 151.104.127.0/22 le 24,
+ 151.84.186.0/16 le 24,
+ 151.94.73.0/15 ge 16 le 24,
+ 151.92.39.0/16 le 24,
+ 151.70.192.0/16 le 24,
+ 151.67.97.0/20 le 24,
+ 151.26.16.0/16 le 24,
+ 151.31.230.0/16 le 24,
+ 151.30.176.0/23 le 24,
+ 151.30.209.0/24,
+ 151.30.121.0/24,
+ 151.30.58.0/24,
+ 151.30.8.0/23 le 24,
+ 151.30.10.0/24,
+ 151.30.6.0/24,
+ 151.30.24.0/24,
+ 151.18.108.0/22 le 24,
+ 151.20.33.0/16 le 24,
+ 151.8.160.0/15 ge 16 le 24,
+ 151.12.211.0/22 le 24,
+ 151.3.196.0/16 le 24,
+ 151.5.17.0/16 le 24,
+ 151.51.38.0/16 le 24,
+ 151.61.208.0/16 le 24,
+ 151.36.171.0/16 le 24,
+ 151.44.133.0/16 le 24,
+ 150.235.228.0/16 le 24,
+ 150.237.157.0/24,
+ 150.228.96.0/16 le 24,
+ 150.207.190.0/16 le 24,
+ 150.212.91.0/16 le 24,
+ 150.151.32.0/16 le 24,
+ 150.155.251.0/16 le 24,
+ 150.157.35.0/16 le 24,
+ 150.138.78.0/16 le 24,
+ 150.136.4.0/16 le 24,
+ 150.132.230.0/20 le 24,
+ 150.132.248.0/21 le 24,
+ 150.132.244.0/24,
+ 150.132.204.0/21 le 24,
+ 150.132.217.0/20 le 24,
+ 150.132.164.0/18 le 24,
+ 150.132.31.0/20 le 24,
+ 150.132.104.0/22 le 24,
+ 150.132.92.0/19 le 24,
+ 150.131.105.0/16 le 24,
+ 150.177.78.0/16 le 24,
+ 150.180.43.0/16 le 24,
+ 150.187.124.0/16 le 24,
+ 150.162.184.0/16 le 24,
+ 150.103.255.0/16 le 24,
+ 150.117.85.0/15 ge 16 le 24,
+ 150.119.242.0/16 le 24,
+ 150.112.55.0/15 ge 16 le 24,
+ 150.115.242.0/15 le 24,
+ 150.122.110.0/15 ge 16 le 24,
+ 150.120.40.0/16 le 24,
+ 150.121.50.0/18 le 24,
+ 150.121.229.0/17 ge 18 le 24,
+ 150.126.167.0/17 ge 18 le 24,
+ 150.126.81.0/17 le 24,
+ 150.127.17.0/21 ge 22 le 24,
+ 150.127.28.0/21 le 24,
+ 150.127.9.0/20 le 24,
+ 150.127.48.0/21 le 24,
+ 150.127.82.0/19 le 24,
+ 150.127.102.0/20 le 24,
+ 150.127.234.0/17 le 24,
+ 150.125.191.0/16 le 24,
+ 150.69.150.0/15 ge 16 le 24,
+ 150.90.215.0/16 le 24,
+ 150.36.200.0/16 le 24,
+ 150.33.13.0/20 le 24,
+ 150.33.28.0/20 ge 23 le 24,
+ 150.33.38.0/21 le 24,
+ 150.33.40.0/21 ge 23 le 24,
+ 150.33.52.0/22 ge 23 le 24,
+ 150.33.48.0/22 le 24,
+ 150.33.63.0/21 le 24,
+ 150.33.95.0/21 ge 24 le 24,
+ 150.33.70.0/20 le 24,
+ 150.33.163.0/23 le 24,
+ 150.33.133.0/22 le 24,
+ 150.33.129.0/24,
+ 150.33.248.0/18 le 24,
+ 150.35.140.0/18 le 24,
+ 150.35.204.0/19 le 24,
+ 150.35.87.0/24,
+ 150.35.115.0/19 le 24,
+ 150.35.38.0/19 le 24,
+ 150.35.21.0/20 le 24,
+ 150.35.10.0/21 le 24,
+ 150.35.4.0/22 le 24,
+ 150.35.3.0/23 le 24,
+ 150.35.0.0/24,
+ 150.14.100.0/16 le 24,
+ 150.15.195.0/18 ge 20 le 24,
+ 150.15.160.0/19 le 24,
+ 150.15.152.0/23 le 24,
+ 150.15.155.0/23 ge 24 le 24,
+ 150.15.157.0/22 ge 23 le 24,
+ 150.15.148.0/21 le 24,
+ 150.15.140.0/21 ge 22 le 24,
+ 150.15.134.0/21 le 24,
+ 150.15.54.0/17 le 24,
+ 150.6.23.0/16 le 24,
+ 150.16.65.0/16 le 24,
+ 148.81.35.0/16 le 24,
+ 148.117.42.0/24,
+ 148.100.80.0/16 le 24,
+ 148.63.64.0/16 le 24,
+ 148.29.105.0/24,
+ 148.17.58.0/16 le 24,
+ 148.6.123.0/23 ge 24 le 24,
+ 148.13.162.0/15 ge 16 le 24,
+ 148.184.77.0/16 le 24,
+ 148.189.172.0/16 le 24,
+ 148.142.129.0/16 le 24,
+ 148.140.19.0/16 le 24,
+ 148.136.65.0/16 le 24,
+ 148.146.48.0/16 le 24,
+ 148.147.119.0/23 ge 24 le 24,
+ 148.149.237.0/16 le 24,
+ 148.246.226.0/16 le 24,
+ 148.234.45.0/16 le 24,
+ 148.201.244.0/16 le 24,
+ 149.224.83.0/24,
+ 149.224.81.0/23 ge 24 le 24,
+ 149.224.91.0/22 le 24,
+ 149.181.21.0/16 le 24,
+ 149.179.149.0/16 le 24,
+ 149.150.160.0/16 le 24,
+ 149.131.23.0/16 le 24,
+ 149.85.201.0/24,
+ 149.64.83.0/16 le 24,
+ 149.71.152.0/16 le 24,
+ 149.101.174.0/24,
+ 149.101.171.0/24,
+ 149.101.168.0/24,
+ 149.101.163.0/24,
+ 149.105.38.0/16 le 24,
+ 149.112.145.0/16 le 24,
+ 149.126.177.0/16 le 24,
+ 149.21.109.0/16 le 24,
+ 149.6.33.0/22 le 24,
+ 149.62.94.0/24,
+ 149.62.92.0/23 ge 24 le 24,
+ 149.62.80.0/24,
+ 149.51.11.0/24,
+ 149.38.201.0/16 le 24,
+ 149.34.32.0/16 le 24,
+ 145.139.47.0/16 le 24,
+ 145.143.206.0/16 le 24,
+ 145.148.56.0/16 le 24,
+ 145.156.237.0/24,
+ 145.217.236.0/15 ge 16 le 24,
+ 145.224.243.0/24,
+ 145.226.150.0/16 le 24,
+ 147.181.104.0/21 le 24,
+ 147.166.28.0/16 le 24,
+ 147.246.164.0/16 le 24,
+ 147.241.38.0/16 le 24,
+ 147.198.159.0/16 le 24,
+ 147.195.252.0/24,
+ 147.201.10.0/16 le 24,
+ 147.203.30.0/16 le 24,
+ 147.87.224.0/16 ge 17 le 24,
+ 147.79.134.0/24,
+ 147.79.128.0/23 le 24,
+ 147.79.136.0/23 le 24,
+ 147.98.239.0/24,
+ 147.98.104.0/23 ge 24 le 24,
+ 147.98.106.0/24,
+ 147.98.108.0/24,
+ 147.98.117.0/24,
+ 147.98.112.0/24,
+ 147.98.114.0/24,
+ 147.98.124.0/22 le 24,
+ 147.98.121.0/23 le 24,
+ 147.98.91.0/24,
+ 147.98.88.0/23 le 24,
+ 147.98.87.0/23 le 24,
+ 147.98.82.0/22 le 24,
+ 147.98.72.0/22 le 24,
+ 147.98.77.0/24,
+ 147.98.79.0/23 le 24,
+ 147.98.64.0/23 ge 24 le 24,
+ 147.98.68.0/24,
+ 147.9.37.0/15 ge 16 le 24,
+ 147.10.155.0/24,
+ 147.10.207.0/23 le 24,
+ 147.10.236.0/23 le 24,
+ 147.10.225.0/22 ge 24 le 24,
+ 147.10.240.0/24,
+ 147.10.89.0/22 le 24,
+ 147.10.84.0/23 le 24,
+ 147.6.175.0/22 le 24,
+ 147.6.129.0/22 le 24,
+ 147.6.155.0/22 le 24,
+ 147.6.148.0/21 le 24,
+ 147.6.208.0/21 le 24,
+ 147.6.30.0/21 le 24,
+ 147.6.21.0/22 le 24,
+ 147.44.67.0/16 le 24,
+ 146.89.61.0/17 le 24,
+ 146.107.255.0/22 le 24,
+ 146.107.218.0/24,
+ 146.107.214.0/24,
+ 146.107.192.0/22 le 24,
+ 146.1.29.0/20 le 24,
+ 146.1.126.0/22 le 24,
+ 146.1.79.0/22 le 24,
+ 146.1.228.0/23 le 24,
+ 146.1.161.0/21 le 24,
+ 146.42.6.0/24,
+ 146.42.27.0/23 le 24,
+ 146.181.65.0/24,
+ 146.163.33.0/24,
+ 146.163.36.0/24,
+ 146.163.41.0/24,
+ 146.163.43.0/24,
+ 156.8.218.0/24,
+ 156.240.113.0/22 le 24,
+ 156.240.89.0/19 le 24,
+ 156.235.63.0/21 le 24,
+ 156.228.84.0/16 ge 17 le 24,
+ 156.212.137.0/16 le 24,
+ 156.223.16.0/24,
+ 156.131.70.0/24,
+ 156.188.56.0/24,
+ 157.151.186.0/16 le 24,
+ 157.144.110.0/16 le 24,
+ 157.146.142.0/16 le 24,
+ 157.154.212.0/24,
+ 157.154.197.0/24,
+ 157.154.243.0/24,
+ 157.154.253.0/23 ge 24 le 24,
+ 157.154.250.0/24,
+ 157.154.249.0/24,
+ 157.154.128.0/22 le 24,
+ 157.154.101.0/22 le 24,
+ 157.196.70.0/24,
+ 157.196.66.0/22 le 24,
+ 157.196.72.0/22 le 24,
+ 157.196.77.0/24,
+ 157.199.199.0/16 le 24,
+ 157.203.197.0/16 le 24,
+ 157.222.168.0/23 le 24,
+ 157.235.13.0/16 le 24,
+ 157.18.139.0/16 le 24,
+ 157.4.174.0/16 le 24,
+ 157.110.152.0/16 le 24,
+ 157.121.212.0/16 le 24,
+ 157.89.82.0/24,
+ 157.77.91.0/16 ge 17 le 24,
+ 158.20.238.0/16 le 24,
+ 158.60.146.0/16 le 24,
+ 158.59.212.0/23 ge 24 le 24,
+ 158.32.143.0/22 ge 24 le 24,
+ 158.107.200.0/16 le 24,
+ 158.81.200.0/24,
+ 158.93.161.0/16 le 24,
+ 158.94.217.0/24,
+ 158.94.222.0/24,
+ 158.78.34.0/16 le 24,
+ 158.69.41.0/24,
+ 158.198.229.0/20 le 24,
+ 158.198.162.0/19 le 24,
+ 158.158.85.0/24,
+ 158.145.156.0/22 le 24,
+ 158.175.107.0/24,
+ 158.175.85.0/21 le 24,
+ 158.175.88.0/23 le 24,
+ 158.179.61.0/20 le 24,
+ 158.180.83.0/16 le 24,
+ 158.186.190.0/18 le 24,
+ 159.96.61.0/24,
+ 159.96.38.0/22 le 24,
+ 159.96.120.0/22 le 24,
+ 159.107.74.0/23 le 24,
+ 159.118.243.0/22 le 24,
+ 159.118.39.0/22 le 24,
+ 159.73.103.0/22 le 24,
+ 159.75.135.0/16 le 24,
+ 159.38.61.0/24,
+ 159.38.47.0/24,
+ 159.38.76.0/22 ge 24 le 24,
+ 159.32.116.0/16 le 24,
+ 159.46.164.0/16 le 24,
+ 159.29.196.0/16 le 24,
+ 159.144.57.0/20 le 24,
+ 159.153.45.0/20 le 24,
+ 159.153.87.0/19 le 24,
+ 159.153.103.0/20 le 24,
+ 159.138.65.0/16 le 24,
+ 159.134.14.0/19 le 24,
+ 159.134.35.0/22 le 24,
+ 159.134.49.0/23 le 24,
+ 159.134.50.0/23 ge 24 le 24,
+ 159.134.108.0/24,
+ 159.134.105.0/23 le 24,
+ 159.187.39.0/20 le 24,
+ 159.178.146.0/16 ge 17 le 24,
+ 159.182.153.0/18 le 24,
+ 159.204.175.0/16 le 24,
+ 155.39.66.0/20 le 24,
+ 155.37.36.0/22 ge 24 le 24,
+ 155.37.34.0/24,
+ 155.37.32.0/23 ge 24 le 24,
+ 155.37.42.0/21 ge 24 le 24,
+ 155.37.59.0/24,
+ 155.36.171.0/24,
+ 155.36.173.0/24,
+ 155.36.174.0/23 ge 24 le 24,
+ 155.36.90.0/21 le 24,
+ 155.33.239.0/16 le 24,
+ 155.23.9.0/22 le 24,
+ 155.158.227.0/16 le 24,
+ 155.143.52.0/16 le 24,
+ 155.129.37.0/16 le 24,
+ 155.237.128.0/16 le 24,
+ 155.252.214.0/16 le 24,
+ 155.211.210.0/24,
+ 155.216.206.0/16 le 24,
+ 154.233.69.0/22 le 24,
+ 154.233.118.0/21 ge 22 le 24,
+ 154.233.134.0/22 ge 24 le 24,
+ 154.233.139.0/24,
+ 154.233.163.0/22 ge 24 le 24,
+ 154.233.244.0/22 ge 24 le 24,
+ 154.236.164.0/18 le 24,
+ 154.236.106.0/24,
+ 154.254.93.0/20 le 24,
+ 154.254.96.0/20 ge 21 le 24,
+ 154.248.104.0/16 le 24,
+ 154.250.46.0/24,
+ 154.70.224.0/16 le 24,
+ 154.71.1.0/19 ge 20 le 24,
+ 154.92.181.0/16 le 24,
+ 154.93.187.0/19 le 24,
+ 154.93.140.0/19 ge 20 le 24,
+ 154.93.227.0/20 le 24,
+ 154.93.254.0/22 ge 23 le 24,
+ 154.93.251.0/23 ge 24 le 24,
+ 154.93.222.0/19 ge 20 le 24,
+ 154.93.47.0/19 ge 20 le 24,
+ 154.94.14.0/16 ge 17 le 24,
+ 154.126.226.0/16 le 24,
+ 154.27.216.0/24,
+ 154.27.96.0/20 le 24,
+ 154.27.25.0/24,
+ 154.27.1.0/24,
+ 154.40.83.0/24,
+ 154.38.119.0/16 le 24,
+ 153.134.104.0/20 le 24,
+ 153.134.234.0/20 ge 21 le 24,
+ 153.134.254.0/20 le 24,
+ 153.130.139.0/19 le 24,
+ 153.137.179.0/16 le 24,
+ 153.139.42.0/18 le 24,
+ 153.160.40.0/15 ge 16 le 24,
+ 153.189.62.0/18 le 24,
+ 153.186.23.0/19 le 24,
+ 153.186.49.0/21 le 24,
+ 153.186.59.0/24,
+ 153.186.47.0/20 le 24,
+ 153.186.181.0/21 le 24,
+ 153.176.5.0/16 le 24,
+ 153.232.114.0/16 le 24,
+ 153.247.182.0/24,
+ 153.254.34.0/16 le 24,
+ 153.251.149.0/23 le 24,
+ 153.209.46.0/16 le 24,
+ 153.211.211.0/16 le 24,
+ 153.214.189.0/16 le 24,
+ 153.222.32.0/15 le 24,
+ 153.197.247.0/21 le 24,
+ 153.197.197.0/20 le 24,
+ 153.28.53.0/16 le 24,
+ 153.19.168.0/14 le 24,
+ 153.6.177.0/21 le 24,
+ 153.6.202.0/23 ge 24 le 24,
+ 153.6.200.0/24,
+ 153.6.1.0/17 le 24,
+ 153.0.117.0/15 le 24,
+ 153.12.117.0/19 le 24,
+ 153.15.71.0/16 le 24,
+ 153.60.23.0/15 ge 16 le 24,
+ 153.34.49.0/24,
+ 153.101.179.0/16 le 24,
+ 153.104.45.0/16 le 24,
+ 153.107.233.0/22 le 24,
+ 153.106.255.0/16 le 24,
+ 153.109.188.0/16 le 24,
+ 153.108.87.0/23 le 24,
+ 153.108.83.0/23 le 24,
+ 153.114.127.0/16 le 24,
+ 153.112.240.0/16 le 24,
+ 153.113.1.0/21 le 24,
+ 153.113.36.0/22 le 24,
+ 153.126.33.0/16 le 24,
+ 153.88.73.0/16 le 24,
+ 153.89.5.0/19 ge 22 le 24,
+ 153.89.105.0/22 le 24,
+ 153.86.212.0/16 le 24,
+ 153.66.64.0/24,
+ 153.67.240.0/24,
+ 153.67.247.0/24,
+ 153.67.238.0/23 ge 24 le 24,
+ 153.67.225.0/24,
+ 153.65.38.0/16 le 24,
+ 153.69.120.0/16 le 24,
+ 153.71.244.0/16 le 24,
+ 153.78.78.0/22 le 24,
+ 152.74.249.0/17 le 24,
+ 152.73.188.0/20 le 24,
+ 152.73.164.0/21 le 24,
+ 152.73.85.0/19 ge 20 le 24,
+ 152.73.120.0/20 le 24,
+ 152.73.13.0/18 le 24,
+ 152.92.99.0/19 le 24,
+ 152.8.15.0/16 le 24,
+ 152.14.128.0/22 le 24,
+ 152.39.35.0/16 le 24,
+ 152.54.223.0/24,
+ 152.221.14.0/19 le 24,
+ 152.253.111.0/15 ge 16 le 24,
+ 152.167.232.0/16 le 24,
+ 152.162.141.0/16 le 24,
+ 152.189.18.0/22 le 24,
+ 152.185.99.0/16 le 24,
+ 152.129.68.0/22 le 24,
+ 135.153.82.0/16 le 24,
+ 135.154.222.0/17 le 24,
+ 135.150.73.0/16 le 24,
+ 135.144.127.0/16 le 24,
+ 135.180.188.0/16 le 24,
+ 135.176.57.0/16 le 24,
+ 135.164.60.0/22 le 24,
+ 135.164.54.0/24,
+ 135.164.34.0/24,
+ 135.164.47.0/22 ge 24 le 24,
+ 135.164.134.0/22 ge 24 le 24,
+ 135.164.150.0/22 le 24,
+ 135.164.177.0/22 ge 24 le 24,
+ 135.240.184.0/24,
+ 135.240.190.0/24,
+ 135.246.84.0/23 le 24,
+ 135.246.88.0/22 le 24,
+ 135.253.230.0/16 le 24,
+ 135.37.240.0/16 le 24,
+ 135.40.211.0/21 le 24,
+ 135.44.3.0/24,
+ 135.44.4.0/23 le 24,
+ 135.44.15.0/21 le 24,
+ 135.44.27.0/22 le 24,
+ 135.44.31.0/23 le 24,
+ 135.44.20.0/24,
+ 135.44.56.0/24,
+ 135.47.170.0/16 le 24,
+ 135.55.142.0/24,
+ 135.71.80.0/24,
+ 135.91.201.0/16 le 24,
+ 134.184.24.0/20 le 24,
+ 134.190.111.0/23 ge 24 le 24,
+ 134.190.106.0/24,
+ 134.151.132.0/24,
+ 133.173.167.0/16 le 24,
+ 133.168.222.0/16 le 24,
+ 133.171.130.0/16 le 24,
+ 133.177.88.0/24,
+ 133.177.93.0/24,
+ 133.177.82.0/24,
+ 133.139.48.0/16 ge 17 le 24,
+ 133.137.39.0/16 le 24,
+ 133.222.151.0/22 le 24,
+ 133.222.131.0/20 le 24,
+ 133.222.166.0/20 le 24,
+ 133.222.254.0/24,
+ 133.214.13.0/16 le 24,
+ 133.192.31.0/16 le 24,
+ 133.206.137.0/20 le 24,
+ 133.206.148.0/22 le 24,
+ 133.206.153.0/21 le 24,
+ 133.206.91.0/21 le 24,
+ 133.2.76.0/17 le 24,
+ 133.1.98.0/16 le 24,
+ 133.8.97.0/21 le 24,
+ 133.8.122.0/22 le 24,
+ 133.8.74.0/23 le 24,
+ 133.81.11.0/22 ge 24 le 24,
+ 133.81.75.0/22 ge 24 le 24,
+ 133.91.89.0/16 le 24,
+ 133.89.48.0/24,
+ 133.64.9.0/24,
+ 133.66.95.0/16 le 24,
+ 133.103.78.0/16 le 24,
+ 133.113.39.0/21 le 24,
+ 132.168.151.0/16 le 24,
+ 132.165.35.0/16 le 24,
+ 132.130.204.0/16 le 24,
+ 132.140.164.0/16 le 24,
+ 132.199.223.0/16 le 24,
+ 132.202.102.0/22 le 24,
+ 132.239.178.0/16 le 24,
+ 132.227.103.0/24,
+ 132.255.33.0/22 le 24,
+ 132.37.196.0/24,
+ 132.40.135.0/23 le 24,
+ 132.99.218.0/16 le 24,
+ 132.77.92.0/16 le 24,
+ 132.90.246.0/16 le 24,
+ 129.45.21.0/21 le 24,
+ 129.13.151.0/23 le 24,
+ 129.14.188.0/24,
+ 129.14.214.0/24,
+ 129.14.1.0/23 le 24,
+ 129.14.37.0/23 le 24,
+ 129.14.49.0/23 le 24,
+ 129.91.196.0/23 ge 24 le 24,
+ 129.91.188.0/19 le 24,
+ 129.88.110.0/23 le 24,
+ 129.68.221.0/17 ge 18 le 24,
+ 129.100.47.0/20 le 24,
+ 129.100.2.0/24,
+ 129.100.0.0/23 le 24,
+ 129.100.67.0/22 ge 23 le 24,
+ 129.103.52.0/16 le 24,
+ 129.120.86.0/16 le 24,
+ 129.112.144.0/16 le 24,
+ 129.194.222.0/16 le 24,
+ 129.211.99.0/16 le 24,
+ 129.238.17.0/20 le 24,
+ 129.238.124.0/18 le 24,
+ 129.233.122.0/16 le 24,
+ 129.255.38.0/23 ge 24 le 24,
+ 129.136.151.0/19 le 24,
+ 129.136.90.0/19 le 24,
+ 128.219.238.0/24,
+ 128.219.230.0/24,
+ 128.217.248.0/24,
+ 128.210.171.0/24,
+ 128.199.129.0/19 le 24,
+ 128.199.218.0/20 ge 24 le 24,
+ 128.248.129.0/19 ge 20 le 24,
+ 128.248.23.0/22 le 24,
+ 128.248.33.0/22 le 24,
+ 128.244.41.0/22 ge 24 le 24,
+ 128.144.123.0/16 le 24,
+ 128.167.130.0/16 le 24,
+ 128.166.246.0/22 le 24,
+ 128.166.183.0/24,
+ 128.165.28.0/16 le 24,
+ 128.169.144.0/16 le 24,
+ 128.177.24.0/24,
+ 128.177.248.0/24,
+ 128.181.215.0/24,
+ 128.181.212.0/24,
+ 128.184.140.0/24,
+ 128.184.142.0/23 ge 24 le 24,
+ 128.13.91.0/24,
+ 128.29.48.0/24,
+ 128.26.132.0/17 le 24,
+ 128.26.25.0/17 ge 18 le 24,
+ 128.62.182.0/14 le 24,
+ 128.58.73.0/16 le 24,
+ 128.59.209.0/16 ge 17 le 24,
+ 128.57.225.0/16 le 24,
+ 128.55.241.0/16 le 24,
+ 128.120.121.0/21 le 24,
+ 130.164.195.0/24,
+ 130.164.192.0/23 ge 24 le 24,
+ 130.160.80.0/16 le 24,
+ 130.187.20.0/24,
+ 130.187.29.0/23 ge 24 le 24,
+ 130.187.31.0/23 le 24,
+ 130.25.220.0/23 ge 24 le 24,
+ 130.25.223.0/24,
+ 130.30.228.0/16 le 24,
+ 130.11.136.0/16 le 24,
+ 130.49.244.0/16 le 24,
+ 130.46.141.0/16 le 24,
+ 130.45.171.0/16 le 24,
+ 130.125.63.0/16 le 24,
+ 130.113.81.0/15 ge 16 le 24,
+ 130.66.230.0/22 le 24,
+ 130.66.146.0/22 le 24,
+ 130.66.105.0/23 ge 24 le 24,
+ 130.66.51.0/22 le 24,
+ 130.67.43.0/16 le 24,
+ 131.131.5.0/20 le 24,
+ 131.131.40.0/19 le 24,
+ 131.129.127.0/19 le 24,
+ 131.129.51.0/24,
+ 131.129.55.0/24,
+ 131.129.52.0/24,
+ 131.129.57.0/24,
+ 131.129.59.0/24,
+ 131.129.63.0/24,
+ 131.129.61.0/23 ge 24 le 24,
+ 131.129.40.0/24,
+ 131.28.116.0/16 le 24,
+ 131.12.181.0/16 le 24,
+ 131.6.98.0/17 le 24,
+ 131.6.138.0/18 le 24,
+ 131.6.193.0/20 le 24,
+ 131.6.217.0/21 le 24,
+ 131.6.208.0/21 ge 22 le 24,
+ 131.6.231.0/19 ge 20 le 24,
+ 131.59.48.0/19 le 24,
+ 131.59.97.0/19 le 24,
+ 131.59.203.0/20 le 24,
+ 131.59.183.0/18 le 24,
+ 131.48.0.0/24,
+ 131.48.59.0/24,
+ 131.48.57.0/24,
+ 131.48.51.0/21 ge 22 le 24,
+ 131.117.12.0/24,
+ 131.117.10.0/24,
+ 131.117.9.0/24,
+ 131.109.5.0/21 le 24,
+ 131.111.184.0/16 le 24,
+ 142.196.86.0/18 le 24,
+ 142.196.173.0/24,
+ 142.196.165.0/22 ge 24 le 24,
+ 142.196.152.0/22 ge 24 le 24,
+ 142.196.192.0/24,
+ 142.196.253.0/24,
+ 142.196.254.0/24,
+ 142.165.156.0/16 le 24,
+ 142.184.211.0/24,
+ 142.184.204.0/24,
+ 142.140.113.0/16 le 24,
+ 142.129.62.0/21 le 24,
+ 142.88.49.0/15 le 24,
+ 142.90.185.0/16 le 24,
+ 142.66.194.0/16 le 24,
+ 142.36.65.0/16 le 24,
+ 142.33.52.0/22 ge 24 le 24,
+ 142.33.49.0/23 ge 24 le 24,
+ 142.33.51.0/24,
+ 142.33.61.0/24,
+ 142.33.43.0/21 ge 24 le 24,
+ 142.33.35.0/24,
+ 142.33.9.0/21 ge 24 le 24,
+ 142.33.4.0/22 ge 24 le 24,
+ 142.33.2.0/24,
+ 142.33.27.0/21 ge 24 le 24,
+ 142.33.20.0/24,
+ 142.33.22.0/24,
+ 142.33.122.0/22 ge 24 le 24,
+ 142.33.126.0/23 ge 24 le 24,
+ 142.33.125.0/24,
+ 142.33.119.0/24,
+ 142.33.116.0/23 ge 24 le 24,
+ 142.33.114.0/22 ge 24 le 24,
+ 142.33.95.0/20 ge 24 le 24,
+ 142.33.66.0/21 ge 24 le 24,
+ 142.33.77.0/23 ge 24 le 24,
+ 142.33.79.0/24,
+ 142.33.75.0/22 ge 24 le 24,
+ 142.33.210.0/22 ge 24 le 24,
+ 142.33.196.0/24,
+ 142.33.198.0/23 ge 24 le 24,
+ 142.33.205.0/24,
+ 142.33.226.0/24,
+ 142.33.236.0/24,
+ 142.33.242.0/24,
+ 142.15.156.0/16 le 24,
+ 143.162.212.0/16 le 24,
+ 143.132.172.0/23 le 24,
+ 143.198.116.0/16 le 24,
+ 140.222.193.0/24,
+ 140.203.33.0/24,
+ 140.203.54.0/24,
+ 140.203.210.0/24,
+ 140.203.250.0/24,
+ 140.203.184.0/24,
+ 140.203.141.0/24,
+ 140.203.142.0/24,
+ 140.201.26.0/22 le 24,
+ 140.200.208.0/21 ge 22 le 24,
+ 140.231.199.0/24,
+ 140.233.176.0/24,
+ 140.243.181.0/24,
+ 140.240.133.0/24,
+ 140.158.154.0/22 le 24,
+ 140.143.234.0/22 le 24,
+ 140.143.243.0/24,
+ 140.137.184.0/22 ge 24 le 24,
+ 140.137.141.0/19 le 24,
+ 140.136.61.0/23 le 24,
+ 140.136.78.0/24,
+ 140.139.28.0/24,
+ 140.131.37.0/24,
+ 140.131.45.0/24,
+ 140.130.113.0/23 ge 24 le 24,
+ 140.128.241.0/23 le 24,
+ 140.128.230.0/20 le 24,
+ 140.128.75.0/17 le 24,
+ 140.129.149.0/24,
+ 140.129.252.0/21 ge 22 le 24,
+ 140.129.246.0/23 le 24,
+ 140.129.244.0/24,
+ 140.129.229.0/24,
+ 140.129.211.0/24,
+ 140.129.213.0/23 le 24,
+ 140.129.214.0/24,
+ 140.129.217.0/23 le 24,
+ 140.129.219.0/24,
+ 140.129.221.0/22 le 24,
+ 140.129.193.0/23 le 24,
+ 140.129.194.0/24,
+ 140.129.196.0/23 le 24,
+ 140.129.199.0/24,
+ 140.129.202.0/24,
+ 140.129.201.0/24,
+ 140.129.95.0/24,
+ 140.129.92.0/24,
+ 140.129.45.0/24,
+ 140.129.39.0/24,
+ 140.129.34.0/23 le 24,
+ 140.129.48.0/23 le 24,
+ 140.129.50.0/24,
+ 140.129.52.0/23 le 24,
+ 140.129.55.0/24,
+ 140.129.63.0/24,
+ 140.129.60.0/24,
+ 140.129.56.0/24,
+ 140.129.1.0/23 le 24,
+ 140.129.5.0/24,
+ 140.129.6.0/23 le 24,
+ 140.129.12.0/24,
+ 140.129.15.0/23 le 24,
+ 140.129.8.0/24,
+ 140.129.18.0/24,
+ 140.129.27.0/24,
+ 140.132.71.0/22 ge 24 le 24,
+ 140.132.78.0/21 le 24,
+ 140.132.91.0/20 le 24,
+ 140.132.98.0/19 le 24,
+ 140.134.70.0/23 le 24,
+ 140.134.66.0/22 le 24,
+ 140.134.82.0/22 le 24,
+ 140.134.85.0/23 le 24,
+ 140.135.24.0/22 le 24,
+ 140.135.18.0/21 le 24,
+ 140.135.113.0/19 le 24,
+ 140.51.134.0/17 le 24,
+ 140.49.133.0/22 le 24,
+ 140.49.142.0/21 le 24,
+ 140.49.155.0/20 le 24,
+ 140.49.85.0/24,
+ 140.49.87.0/24,
+ 140.49.101.0/22 le 24,
+ 140.49.97.0/23 le 24,
+ 140.49.98.0/24,
+ 140.49.107.0/24,
+ 140.49.105.0/24,
+ 140.49.33.0/24,
+ 140.49.38.0/24,
+ 140.49.43.0/24,
+ 140.49.57.0/24,
+ 140.48.33.0/24,
+ 140.48.34.0/23 le 24,
+ 140.48.47.0/21 le 24,
+ 140.53.85.0/24,
+ 140.52.123.0/24,
+ 140.52.107.0/22 le 24,
+ 140.52.111.0/23 ge 24 le 24,
+ 140.52.108.0/23 le 24,
+ 140.52.73.0/24,
+ 140.52.78.0/22 ge 24 le 24,
+ 140.54.84.0/22 le 24,
+ 140.54.93.0/22 le 24,
+ 140.54.89.0/24,
+ 140.54.90.0/23 le 24,
+ 140.54.75.0/20 le 24,
+ 140.54.121.0/19 le 24,
+ 140.54.210.0/18 le 24,
+ 140.61.197.0/23 ge 24 le 24,
+ 140.61.204.0/21 le 24,
+ 140.62.33.0/24,
+ 140.62.41.0/21 ge 22 le 24,
+ 140.62.50.0/20 le 24,
+ 140.62.103.0/18 le 24,
+ 140.63.166.0/24,
+ 140.59.232.0/24,
+ 140.58.148.0/22 le 24,
+ 140.58.111.0/17 le 24,
+ 140.56.45.0/22 le 24,
+ 140.56.35.0/22 le 24,
+ 140.37.18.0/22 le 24,
+ 140.38.246.0/24,
+ 140.39.117.0/22 le 24,
+ 140.39.96.0/21 ge 24 le 24,
+ 140.39.22.0/24,
+ 140.32.101.0/24,
+ 140.32.103.0/23 le 24,
+ 140.32.106.0/21 le 24,
+ 140.32.124.0/20 le 24,
+ 140.33.108.0/23 le 24,
+ 140.35.236.0/24,
+ 140.35.254.0/20 le 24,
+ 140.40.116.0/24,
+ 140.40.112.0/23 le 24,
+ 140.40.125.0/22 le 24,
+ 140.40.121.0/24,
+ 140.40.101.0/24,
+ 140.40.102.0/24,
+ 140.40.96.0/22 le 24,
+ 140.40.83.0/24,
+ 140.40.86.0/24,
+ 140.40.85.0/24,
+ 140.40.89.0/23 le 24,
+ 140.40.90.0/24,
+ 140.40.95.0/24,
+ 140.40.69.0/23 le 24,
+ 140.40.65.0/24,
+ 140.40.66.0/24,
+ 140.40.75.0/24,
+ 140.40.78.0/24,
+ 140.40.62.0/24,
+ 140.40.61.0/24,
+ 140.40.54.0/24,
+ 140.40.43.0/23 le 24,
+ 140.40.47.0/24,
+ 140.40.36.0/24,
+ 140.42.77.0/21 le 24,
+ 140.43.171.0/23 le 24,
+ 140.43.166.0/21 le 24,
+ 140.43.191.0/20 le 24,
+ 140.43.139.0/19 le 24,
+ 140.45.166.0/23 ge 24 le 24,
+ 140.45.169.0/24,
+ 140.45.62.0/24,
+ 140.45.56.0/24,
+ 140.45.59.0/23 ge 24 le 24,
+ 140.45.45.0/23 ge 24 le 24,
+ 140.45.46.0/24,
+ 140.45.38.0/23 le 24,
+ 140.45.37.0/24,
+ 140.45.33.0/23 le 24,
+ 140.45.35.0/24,
+ 140.45.0.0/23 ge 24 le 24,
+ 140.45.2.0/23 le 24,
+ 140.45.5.0/22 le 24,
+ 140.45.12.0/23 le 24,
+ 140.45.15.0/24,
+ 140.45.10.0/22 le 24,
+ 140.45.30.0/23 le 24,
+ 140.45.29.0/24,
+ 140.45.25.0/24,
+ 140.45.19.0/24,
+ 140.45.16.0/24,
+ 140.45.21.0/24,
+ 140.45.22.0/24,
+ 140.45.74.0/24,
+ 140.45.72.0/24,
+ 140.45.69.0/24,
+ 140.45.67.0/24,
+ 140.45.87.0/24,
+ 140.45.84.0/24,
+ 140.45.90.0/24,
+ 140.45.117.0/24,
+ 140.45.118.0/23 ge 24 le 24,
+ 140.45.113.0/24,
+ 140.45.120.0/24,
+ 140.45.123.0/24,
+ 140.45.126.0/24,
+ 140.45.124.0/24,
+ 140.44.225.0/22 le 24,
+ 140.44.231.0/24,
+ 140.44.229.0/24,
+ 140.44.255.0/24,
+ 140.44.242.0/24,
+ 140.44.193.0/23 le 24,
+ 140.44.216.0/21 le 24,
+ 140.44.141.0/24,
+ 140.44.138.0/23 le 24,
+ 140.44.137.0/24,
+ 140.44.129.0/24,
+ 140.44.185.0/24,
+ 140.44.188.0/24,
+ 140.44.190.0/24,
+ 140.44.180.0/23 le 24,
+ 140.44.179.0/23 le 24,
+ 140.44.166.0/24,
+ 140.44.160.0/24,
+ 140.44.81.0/24,
+ 140.44.86.0/24,
+ 140.44.105.0/24,
+ 140.44.98.0/24,
+ 140.44.101.0/24,
+ 140.44.126.0/24,
+ 140.44.124.0/24,
+ 140.44.120.0/22 le 24,
+ 140.44.117.0/24,
+ 140.44.119.0/23 le 24,
+ 140.44.112.0/22 le 24,
+ 141.73.233.0/16 le 24,
+ 141.110.140.0/20 le 24,
+ 141.47.165.0/17 le 24,
+ 141.20.96.0/16 le 24,
+ 141.255.31.0/16 le 24,
+ 141.164.115.0/16 le 24,
+ 141.149.2.0/22 le 24,
+ 141.149.39.0/19 le 24,
+ 141.149.190.0/20 le 24,
+ 137.91.78.0/16 le 24,
+ 137.100.180.0/16 le 24,
+ 137.101.14.0/18 le 24,
+ 137.116.227.0/16 le 24,
+ 137.5.48.0/16 le 24,
+ 137.12.69.0/16 le 24,
+ 137.45.245.0/16 le 24,
+ 137.37.135.0/16 le 24,
+ 137.214.201.0/20 le 24,
+ 137.216.171.0/24,
+ 137.216.184.0/24,
+ 137.216.177.0/24,
+ 137.216.178.0/24,
+ 137.216.223.0/24,
+ 137.216.220.0/24,
+ 137.178.185.0/24,
+ 137.140.224.0/24,
+ 137.143.105.0/23 le 24,
+ 137.142.110.0/21 le 24,
+ 137.142.118.0/22 le 24,
+ 137.142.18.0/24,
+ 137.142.134.0/22 le 24,
+ 137.142.146.0/21 le 24,
+ 137.137.246.0/22 le 24,
+ 137.137.199.0/19 le 24,
+ 137.137.109.0/17 le 24,
+ 137.139.23.0/24,
+ 137.139.30.0/24,
+ 137.139.38.0/21 le 24,
+ 137.139.63.0/21 le 24,
+ 137.139.55.0/24,
+ 137.139.200.0/24,
+ 137.139.245.0/19 le 24,
+ 137.138.10.0/19 le 24,
+ 137.138.211.0/17 le 24,
+ 137.134.237.0/20 le 24,
+ 137.134.139.0/24,
+ 137.135.172.0/19 le 24,
+ 137.135.244.0/19 ge 24 le 24,
+ 137.132.229.0/24,
+ 137.133.64.0/20 le 24,
+ 137.133.28.0/20 le 24,
+ 137.131.143.0/24,
+ 137.131.131.0/22 le 24,
+ 137.131.148.0/23 le 24,
+ 137.131.154.0/22 ge 23 le 24,
+ 137.131.246.0/21 le 24,
+ 137.130.2.0/24,
+ 137.130.11.0/23 le 24,
+ 137.130.9.0/23 ge 24 le 24,
+ 137.129.9.0/24,
+ 137.129.4.0/23 ge 24 le 24,
+ 137.129.0.0/24,
+ 137.129.28.0/23 le 24,
+ 137.129.194.0/18 ge 19 le 24,
+ 137.128.183.0/22 ge 24 le 24,
+ 137.128.190.0/21 ge 24 le 24,
+ 137.128.165.0/21 ge 24 le 24,
+ 137.146.3.0/24,
+ 137.145.0.0/24,
+ 137.148.36.0/24,
+ 137.148.33.0/23 ge 24 le 24,
+ 137.151.219.0/23 le 24,
+ 137.151.223.0/22 le 24,
+ 137.151.173.0/19 le 24,
+ 137.151.125.0/17 le 24,
+ 137.154.48.0/24,
+ 137.154.55.0/22 le 24,
+ 137.154.11.0/19 le 24,
+ 137.154.118.0/18 le 24,
+ 137.154.158.0/17 le 24,
+ 137.153.222.0/19 le 24,
+ 137.153.140.0/18 le 24,
+ 137.157.48.0/23 le 24,
+ 137.157.43.0/22 le 24,
+ 137.157.222.0/17 le 24,
+ 137.159.137.0/22 le 24,
+ 136.218.141.0/22 le 24,
+ 136.232.183.0/16 le 24,
+ 136.157.203.0/16 le 24,
+ 136.174.85.0/24,
+ 136.174.246.0/24,
+ 136.177.89.0/22 le 24,
+ 136.177.8.0/23 le 24,
+ 136.118.120.0/16 le 24,
+ 136.102.13.0/16 le 24,
+ 136.69.73.0/22 ge 24 le 24,
+ 136.87.80.0/18 le 24,
+ 136.56.186.0/21 le 24,
+ 136.54.51.0/24,
+ 136.54.187.0/21 le 24,
+ 136.34.55.0/24,
+ 136.38.232.0/16 le 24,
+ 139.104.161.0/21 ge 22 le 24,
+ 139.124.177.0/16 le 24,
+ 139.127.213.0/24,
+ 139.127.244.0/22 ge 23 le 24,
+ 139.127.235.0/24,
+ 139.127.76.0/24,
+ 139.119.84.0/16 le 24,
+ 139.11.153.0/16 le 24,
+ 139.31.231.0/24,
+ 139.31.251.0/23 ge 24 le 24,
+ 139.31.243.0/24,
+ 139.31.138.0/23 le 24,
+ 139.31.132.0/23 le 24,
+ 139.21.40.0/16 le 24,
+ 139.41.146.0/18 le 24,
+ 139.41.29.0/20 le 24,
+ 139.47.223.0/16 le 24,
+ 139.247.86.0/16 le 24,
+ 139.229.153.0/24,
+ 139.237.163.0/15 ge 16 le 24,
+ 139.146.155.0/18 le 24,
+ 139.177.36.0/16 le 24,
+ 139.173.219.0/21 le 24,
+ 139.173.215.0/21 ge 22 le 24,
+ 139.173.238.0/19 le 24,
+ 139.166.123.0/24,
+ 139.166.127.0/24,
+ 138.26.53.0/16 le 24,
+ 138.30.57.0/24,
+ 138.30.17.0/24,
+ 138.17.198.0/23 le 24,
+ 138.23.5.0/24,
+ 138.3.122.0/24,
+ 138.3.89.0/24,
+ 138.3.156.0/24,
+ 138.3.150.0/24,
+ 138.3.189.0/23 ge 24 le 24,
+ 138.3.160.0/24,
+ 138.3.239.0/24,
+ 138.3.237.0/24,
+ 138.3.234.0/24,
+ 138.3.229.0/24,
+ 138.3.245.0/23 ge 24 le 24,
+ 138.3.242.0/23 le 24,
+ 138.6.30.0/24,
+ 138.6.28.0/24,
+ 138.14.21.0/18 le 24,
+ 138.35.99.0/16 le 24,
+ 138.33.188.0/16 le 24,
+ 138.39.221.0/16 le 24,
+ 138.125.227.0/24,
+ 138.107.86.0/16 le 24,
+ 138.91.149.0/18 le 24,
+ 138.75.186.0/24,
+ 138.77.8.0/24,
+ 138.64.68.0/24,
+ 138.173.171.0/16 le 24,
+ 138.172.220.0/22 le 24,
+ 138.174.144.0/16 le 24,
+ 138.177.239.0/16 le 24,
+ 138.129.242.0/22 le 24,
+ 138.138.8.0/16 le 24,
+ 138.157.130.0/16 le 24,
+ 138.155.230.0/19 le 24,
+ 138.152.42.0/24,
+ 138.152.232.0/24,
+ 138.251.153.0/16 le 24,
+ 138.253.174.0/24,
+ 138.252.52.0/24,
+ 138.219.237.0/19 le 24,
+ 138.219.135.0/19 le 24,
+ 138.219.177.0/24,
+ 138.205.67.0/21 le 24,
+ 138.203.241.0/24,
+ 138.194.145.0/22 ge 24 le 24,
+ 138.194.148.0/24,
+ 167.97.153.0/17 le 24,
+ 167.107.92.0/16 le 24,
+ 167.123.251.0/22 le 24,
+ 167.125.109.0/22 le 24,
+ 167.125.83.0/22 le 24,
+ 167.93.30.0/18 le 24,
+ 167.94.168.0/18 ge 20 le 24,
+ 167.94.207.0/22 ge 23 le 24,
+ 167.94.200.0/23 le 24,
+ 167.94.195.0/22 ge 23 le 24,
+ 167.94.196.0/23 ge 24 le 24,
+ 167.94.208.0/24,
+ 167.94.210.0/23 ge 24 le 24,
+ 167.94.213.0/23 le 24,
+ 167.94.223.0/23 le 24,
+ 167.94.220.0/23 ge 24 le 24,
+ 167.94.217.0/23 le 24,
+ 167.94.219.0/24,
+ 167.94.233.0/23 ge 24 le 24,
+ 167.94.237.0/22 le 24,
+ 167.94.231.0/22 ge 24 le 24,
+ 167.94.225.0/22 ge 23 le 24,
+ 167.94.249.0/23 le 24,
+ 167.94.250.0/23 ge 24 le 24,
+ 167.94.255.0/23 ge 24 le 24,
+ 167.94.244.0/23 ge 24 le 24,
+ 167.94.247.0/24,
+ 167.94.240.0/22 ge 23 le 24,
+ 167.94.72.0/20 le 24,
+ 167.94.103.0/19 le 24,
+ 167.94.52.0/18 ge 20 le 24,
+ 167.88.220.0/16 le 24,
+ 167.42.27.0/16 le 24,
+ 167.62.115.0/16 le 24,
+ 167.10.69.0/16 le 24,
+ 167.2.247.0/16 le 24,
+ 167.19.165.0/24,
+ 167.231.244.0/15 ge 16 le 24,
+ 167.142.95.0/24,
+ 166.118.180.0/23 le 24,
+ 166.115.181.0/23 le 24,
+ 166.127.67.0/16 le 24,
+ 166.93.212.0/16 le 24,
+ 166.88.42.0/24,
+ 166.88.77.0/23 le 24,
+ 166.82.155.0/16 le 24,
+ 166.83.169.0/18 le 24,
+ 166.71.30.0/17 le 24,
+ 166.71.208.0/19 le 24,
+ 166.71.250.0/20 le 24,
+ 166.71.228.0/21 le 24,
+ 166.71.238.0/22 le 24,
+ 166.71.178.0/19 le 24,
+ 166.71.148.0/21 le 24,
+ 166.67.123.0/16 le 24,
+ 166.60.80.0/24,
+ 166.60.126.0/24,
+ 166.60.104.0/23 ge 24 le 24,
+ 166.60.106.0/24,
+ 166.60.96.0/24,
+ 166.60.99.0/23 ge 24 le 24,
+ 166.60.212.0/22 le 24,
+ 166.60.217.0/22 le 24,
+ 166.60.199.0/24,
+ 166.60.177.0/22 le 24,
+ 166.60.153.0/22 le 24,
+ 166.38.132.0/24,
+ 166.11.110.0/22 le 24,
+ 166.11.40.0/24,
+ 166.11.35.0/24,
+ 166.11.24.0/22 le 24,
+ 166.13.169.0/16 le 24,
+ 166.187.161.0/24,
+ 166.187.138.0/23 ge 24 le 24,
+ 166.187.137.0/24,
+ 166.187.140.0/24,
+ 166.187.143.0/24,
+ 166.187.132.0/24,
+ 166.187.130.0/23 ge 24 le 24,
+ 166.187.154.0/24,
+ 166.185.140.0/16 le 24,
+ 166.188.221.0/16 le 24,
+ 166.170.190.0/16 le 24,
+ 166.173.188.0/24,
+ 166.199.118.0/23 ge 24 le 24,
+ 166.199.61.0/24,
+ 166.194.88.0/23 le 24,
+ 166.203.245.0/16 le 24,
+ 166.217.250.0/16 le 24,
+ 166.231.139.0/16 le 24,
+ 166.245.86.0/24,
+ 166.245.85.0/24,
+ 166.245.118.0/24,
+ 166.244.126.0/16 le 24,
+ 166.249.232.0/16 le 24,
+ 165.162.177.0/24,
+ 165.163.25.0/20 le 24,
+ 165.160.122.0/18 ge 22 le 24,
+ 165.190.89.0/24,
+ 165.143.89.0/24,
+ 165.130.221.0/24,
+ 165.134.111.0/24,
+ 165.134.232.0/24,
+ 165.154.97.0/15 ge 16 le 24,
+ 165.157.37.0/21 ge 22 le 24,
+ 165.157.201.0/21 ge 22 le 24,
+ 165.157.197.0/22 le 24,
+ 165.197.56.0/20 le 24,
+ 165.210.76.0/15 ge 16 le 24,
+ 165.247.106.0/24,
+ 165.238.104.0/15 ge 16 le 24,
+ 165.118.117.0/16 le 24,
+ 165.115.137.0/16 le 24,
+ 165.125.198.0/24,
+ 165.125.254.0/22 le 24,
+ 165.121.216.0/23 le 24,
+ 165.107.162.0/15 le 24,
+ 165.16.120.0/22 le 24,
+ 165.16.114.0/23 le 24,
+ 165.16.54.0/22 le 24,
+ 165.16.26.0/22 le 24,
+ 165.18.110.0/22 le 24,
+ 165.18.84.0/21 le 24,
+ 165.18.222.0/22 le 24,
+ 165.19.50.0/22 le 24,
+ 165.19.55.0/22 ge 24 le 24,
+ 165.19.76.0/24,
+ 165.19.211.0/22 ge 24 le 24,
+ 165.19.233.0/22 le 24,
+ 165.19.144.0/21 le 24,
+ 165.19.133.0/22 le 24,
+ 165.19.161.0/21 le 24,
+ 165.19.170.0/22 le 24,
+ 165.19.182.0/22 le 24,
+ 165.21.247.0/21 ge 24 le 24,
+ 165.21.185.0/21 le 24,
+ 165.21.179.0/24,
+ 165.21.146.0/24,
+ 165.21.134.0/22 le 24,
+ 165.21.24.0/21 le 24,
+ 165.21.62.0/22 le 24,
+ 165.20.71.0/21 le 24,
+ 165.20.37.0/22 le 24,
+ 165.20.165.0/22 le 24,
+ 165.20.180.0/21 le 24,
+ 165.20.221.0/22 ge 23 le 24,
+ 165.20.218.0/23 le 24,
+ 165.20.216.0/24,
+ 165.20.207.0/22 le 24,
+ 165.28.98.0/24,
+ 165.28.91.0/21 ge 24 le 24,
+ 165.28.27.0/23 le 24,
+ 165.28.218.0/24,
+ 165.28.148.0/22 le 24,
+ 165.29.185.0/22 le 24,
+ 165.29.215.0/22 le 24,
+ 165.29.219.0/22 le 24,
+ 165.29.44.0/22 le 24,
+ 165.29.105.0/22 le 24,
+ 165.29.66.0/23 le 24,
+ 165.29.64.0/23 ge 24 le 24,
+ 165.31.181.0/22 le 24,
+ 165.31.238.0/24,
+ 165.30.32.0/21 le 24,
+ 165.30.245.0/21 le 24,
+ 165.30.163.0/22 le 24,
+ 165.24.9.0/24,
+ 165.24.14.0/22 le 24,
+ 165.24.18.0/22 le 24,
+ 165.24.63.0/22 le 24,
+ 165.24.102.0/22 le 24,
+ 165.24.190.0/23 ge 24 le 24,
+ 165.24.221.0/22 le 24,
+ 165.24.250.0/22 ge 24 le 24,
+ 165.25.29.0/22 le 24,
+ 165.25.9.0/22 le 24,
+ 165.25.92.0/22 le 24,
+ 165.25.195.0/21 le 24,
+ 165.27.41.0/21 le 24,
+ 165.27.178.0/22 le 24,
+ 165.27.157.0/22 le 24,
+ 165.26.83.0/21 le 24,
+ 165.26.69.0/24,
+ 165.26.71.0/24,
+ 165.26.60.0/21 le 24,
+ 165.26.26.0/22 le 24,
+ 165.26.149.0/22 le 24,
+ 165.39.83.0/22 le 24,
+ 165.39.184.0/22 le 24,
+ 165.39.194.0/22 le 24,
+ 165.38.222.0/23 le 24,
+ 165.38.220.0/24,
+ 165.38.184.0/22 le 24,
+ 165.38.51.0/24,
+ 165.38.9.0/22 ge 24 le 24,
+ 165.37.183.0/22 le 24,
+ 165.37.190.0/21 le 24,
+ 165.36.165.0/22 le 24,
+ 165.36.172.0/22 le 24,
+ 165.36.229.0/20 ge 21 le 24,
+ 165.36.24.0/24,
+ 165.36.67.0/24,
+ 165.40.67.0/24,
+ 165.40.65.0/23 ge 24 le 24,
+ 165.40.71.0/22 ge 24 le 24,
+ 165.40.79.0/21 le 24,
+ 165.40.92.0/24,
+ 165.40.189.0/21 le 24,
+ 165.40.250.0/22 le 24,
+ 165.40.238.0/22 le 24,
+ 165.40.198.0/24,
+ 165.41.76.0/21 le 24,
+ 165.41.67.0/22 le 24,
+ 165.41.94.0/22 le 24,
+ 165.41.127.0/22 le 24,
+ 165.41.112.0/24,
+ 165.41.96.0/21 le 24,
+ 165.41.27.0/21 le 24,
+ 165.41.10.0/22 le 24,
+ 165.41.137.0/22 le 24,
+ 165.41.219.0/22 le 24,
+ 165.42.146.0/24,
+ 165.42.144.0/23 le 24,
+ 165.42.148.0/22 le 24,
+ 165.42.137.0/22 le 24,
+ 165.42.124.0/22 le 24,
+ 165.42.66.0/22 le 24,
+ 165.42.39.0/22 le 24,
+ 165.43.183.0/24,
+ 165.43.145.0/21 le 24,
+ 165.43.207.0/24,
+ 165.43.193.0/22 le 24,
+ 165.43.9.0/21 le 24,
+ 165.43.127.0/21 le 24,
+ 165.43.110.0/22 ge 24 le 24,
+ 165.46.218.0/22 le 24,
+ 165.46.230.0/22 le 24,
+ 165.46.248.0/22 le 24,
+ 165.46.153.0/20 ge 21 le 24,
+ 165.46.69.0/22 le 24,
+ 165.46.18.0/22 le 24,
+ 165.46.12.0/22 le 24,
+ 165.46.55.0/24,
+ 165.47.148.0/22 le 24,
+ 165.47.234.0/23 ge 24 le 24,
+ 165.47.213.0/22 ge 24 le 24,
+ 165.47.97.0/21 ge 22 le 24,
+ 165.47.106.0/22 le 24,
+ 165.47.43.0/21 le 24,
+ 165.44.196.0/22 ge 24 le 24,
+ 165.44.202.0/22 le 24,
+ 165.44.147.0/22 ge 24 le 24,
+ 165.44.2.0/22 le 24,
+ 165.44.48.0/22 le 24,
+ 165.44.73.0/22 ge 23 le 24,
+ 165.44.107.0/21 le 24,
+ 165.44.123.0/21 le 24,
+ 165.45.103.0/22 le 24,
+ 165.45.122.0/22 le 24,
+ 165.45.25.0/22 le 24,
+ 165.45.157.0/22 le 24,
+ 165.45.142.0/22 ge 24 le 24,
+ 165.45.225.0/24,
+ 165.45.245.0/21 le 24,
+ 165.45.196.0/21 le 24,
+ 164.0.238.0/22 le 24,
+ 164.0.222.0/24,
+ 164.0.167.0/22 le 24,
+ 164.0.70.0/22 le 24,
+ 164.0.86.0/22 le 24,
+ 164.0.10.0/23 ge 24 le 24,
+ 164.0.8.0/24,
+ 164.26.184.0/23 ge 24 le 24,
+ 164.86.197.0/18 le 24,
+ 164.80.175.0/16 le 24,
+ 164.95.64.0/17 le 24,
+ 164.93.185.0/22 le 24,
+ 164.93.199.0/22 ge 24 le 24,
+ 164.128.244.0/18 le 24,
+ 164.128.122.0/18 ge 19 le 24,
+ 164.128.24.0/19 le 24,
+ 164.128.58.0/23 ge 24 le 24,
+ 164.128.56.0/23 le 24,
+ 164.128.61.0/24,
+ 164.128.63.0/23 le 24,
+ 164.128.52.0/21 le 24,
+ 164.128.40.0/20 ge 21 le 24,
+ 164.158.62.0/24,
+ 164.158.20.0/24,
+ 164.156.146.0/20 le 24,
+ 164.202.79.0/16 le 24,
+ 164.222.26.0/16 le 24,
+ 164.221.129.0/16 le 24,
+ 160.235.109.0/15 ge 16 le 24,
+ 160.238.133.0/17 le 24,
+ 160.236.235.0/24,
+ 160.231.96.0/16 le 24,
+ 160.128.215.0/24,
+ 160.128.211.0/24,
+ 160.128.203.0/24,
+ 160.128.200.0/23 ge 24 le 24,
+ 160.128.207.0/23 ge 24 le 24,
+ 160.128.195.0/24,
+ 160.128.233.0/23 ge 24 le 24,
+ 160.128.251.0/23 ge 24 le 24,
+ 160.128.254.0/24,
+ 160.128.241.0/24,
+ 160.128.245.0/23 ge 24 le 24,
+ 160.128.246.0/24,
+ 160.132.29.0/23 le 24,
+ 160.162.44.0/16 le 24,
+ 160.188.63.0/16 le 24,
+ 160.184.62.0/24,
+ 160.184.60.0/23 le 24,
+ 160.184.57.0/24,
+ 160.41.15.0/16 le 24,
+ 160.43.178.0/18 le 24,
+ 160.43.225.0/21 le 24,
+ 160.43.255.0/20 ge 21 le 24,
+ 160.43.218.0/21 le 24,
+ 161.119.196.0/23 le 24,
+ 161.119.205.0/21 le 24,
+ 161.119.241.0/20 ge 21 le 24,
+ 161.114.228.0/18 le 24,
+ 161.101.106.0/24,
+ 161.3.120.0/20 le 24,
+ 161.25.80.0/21 le 24,
+ 161.25.67.0/24,
+ 161.26.15.0/16 le 24,
+ 161.41.210.0/16 le 24,
+ 161.202.35.0/16 le 24,
+ 161.194.232.0/15 ge 16 le 24,
+ 161.210.228.0/16 le 24,
+ 161.221.183.0/16 le 24,
+ 161.248.179.0/16 le 24,
+ 161.252.115.0/16 le 24,
+ 161.245.234.0/18 le 24,
+ 161.152.50.0/16 le 24,
+ 161.148.38.0/16 le 24,
+ 161.147.213.0/24,
+ 161.142.142.0/16 le 24,
+ 161.182.15.0/23 le 24,
+ 161.182.24.0/24,
+ 161.182.26.0/23 le 24,
+ 161.178.123.0/24,
+ 161.184.200.0/21 le 24,
+ 161.163.87.0/23 le 24,
+ 161.166.112.0/24,
+ 161.166.119.0/24,
+ 161.166.48.0/24,
+ 163.163.72.0/20 le 24,
+ 163.226.135.0/24,
+ 163.241.230.0/24,
+ 163.255.94.0/16 le 24,
+ 162.207.35.0/24,
+ 162.207.225.0/24,
+ 162.207.230.0/23 ge 24 le 24,
+ 162.207.219.0/22 ge 24 le 24,
+ 162.207.221.0/24,
+ 162.207.223.0/23 ge 24 le 24,
+ 162.207.210.0/21 ge 24 le 24,
+ 162.207.193.0/21 le 24,
+ 162.207.204.0/23 le 24,
+ 162.218.70.0/24,
+ 162.172.86.0/16 le 24,
+ 162.175.134.0/16 le 24,
+ 162.171.126.0/16 le 24,
+ 162.184.1.0/24,
+ 162.184.3.0/23 ge 24 le 24,
+ 162.184.87.0/24,
+ 162.184.130.0/23 ge 24 le 24,
+ 162.185.64.0/17 le 24,
+ 162.188.62.0/16 le 24,
+ 162.190.96.0/15 ge 16 le 24,
+ 162.155.133.0/16 le 24,
+ 162.151.227.0/16 le 24,
+ 162.143.233.0/24,
+ 162.132.139.0/23 le 24,
+ 162.132.137.0/24,
+ 162.46.166.0/16 le 24,
+ 162.19.225.0/19 le 24,
+ 162.19.153.0/24,
+ 162.19.158.0/22 le 24,
+ 162.19.8.0/24,
+ 162.19.36.0/21 le 24,
+ 162.19.94.0/19 le 24,
+ 162.6.251.0/24,
+ 162.2.59.0/24,
+ 162.2.41.0/24,
+ 162.8.157.0/24,
+ 162.105.59.0/16 le 24,
+ 162.108.189.0/23 ge 24 le 24,
+ 162.108.191.0/24,
+ 162.98.194.0/22 le 24,
+ 162.86.80.0/24,
+ 162.92.131.0/18 le 24,
+ 162.95.97.0/22 le 24,
+ 171.202.101.0/24,
+ 171.207.149.0/16 le 24,
+ 171.205.182.0/15 le 24,
+ 171.220.247.0/12 ge 15 le 24,
+ 171.176.141.0/16 le 24,
+ 171.164.33.0/16 le 24,
+ 171.175.75.0/21 le 24,
+ 171.144.29.0/16 le 24,
+ 171.140.32.0/24,
+ 171.141.45.0/16 le 24,
+ 171.136.98.0/24,
+ 171.81.32.0/24,
+ 171.93.77.0/24,
+ 171.67.124.0/22 le 24,
+ 171.79.131.0/16 le 24,
+ 171.113.214.0/16 le 24,
+ 171.126.79.0/16 le 24,
+ 171.105.61.0/16 le 24,
+ 171.12.239.0/23 le 24,
+ 171.5.41.0/19 le 24,
+ 171.6.15.0/16 le 24,
+ 171.41.235.0/20 le 24,
+ 171.41.220.0/20 le 24,
+ 171.41.194.0/24,
+ 171.41.207.0/24,
+ 171.61.120.0/17 le 24,
+ 171.61.140.0/23 le 24,
+ 171.61.157.0/23 ge 24 le 24,
+ 171.61.219.0/21 le 24,
+ 171.61.232.0/23 le 24,
+ 171.55.170.0/24,
+ 171.51.64.0/16 le 24,
+ 170.116.114.0/16 le 24,
+ 170.121.234.0/23 le 24,
+ 170.121.167.0/24,
+ 170.121.163.0/23 ge 24 le 24,
+ 170.121.141.0/24,
+ 170.121.143.0/24,
+ 170.121.12.0/24,
+ 170.121.15.0/23 ge 24 le 24,
+ 170.121.11.0/24,
+ 170.121.8.0/23 ge 24 le 24,
+ 170.121.7.0/23 ge 24 le 24,
+ 170.121.31.0/23 ge 24 le 24,
+ 170.121.47.0/24,
+ 170.123.17.0/20 le 24,
+ 170.123.1.0/24,
+ 170.123.2.0/24,
+ 170.123.5.0/24,
+ 170.123.52.0/24,
+ 170.123.116.0/24,
+ 170.123.87.0/24,
+ 170.123.94.0/24,
+ 170.123.88.0/24,
+ 170.123.172.0/24,
+ 170.123.175.0/23 ge 24 le 24,
+ 170.123.239.0/18 le 24,
+ 170.126.100.0/16 le 24,
+ 170.102.235.0/16 le 24,
+ 170.108.106.0/16 le 24,
+ 170.110.122.0/16 le 24,
+ 170.18.220.0/22 le 24,
+ 170.18.247.0/19 le 24,
+ 170.12.148.0/24,
+ 170.58.106.0/23 le 24,
+ 169.66.110.0/20 le 24,
+ 169.118.13.0/18 le 24,
+ 169.118.85.0/19 le 24,
+ 169.118.127.0/22 le 24,
+ 169.118.115.0/22 le 24,
+ 169.118.118.0/23 le 24,
+ 169.118.117.0/24,
+ 169.118.100.0/23 le 24,
+ 169.118.185.0/21 le 24,
+ 169.118.167.0/22 le 24,
+ 169.118.161.0/23 le 24,
+ 169.118.162.0/24,
+ 169.118.213.0/24,
+ 169.118.193.0/24,
+ 169.118.233.0/24,
+ 169.118.241.0/23 ge 24 le 24,
+ 169.118.245.0/23 le 24,
+ 169.118.246.0/24,
+ 169.116.36.0/21 le 24,
+ 169.117.181.0/22 le 24,
+ 169.117.193.0/22 le 24,
+ 169.117.248.0/24,
+ 169.117.65.0/24,
+ 169.117.70.0/24,
+ 169.117.28.0/24,
+ 169.117.0.0/24,
+ 169.117.58.0/22 le 24,
+ 169.117.63.0/24,
+ 169.111.244.0/21 le 24,
+ 169.111.221.0/23 le 24,
+ 169.111.164.0/18 le 24,
+ 169.108.162.0/16 le 24,
+ 169.43.229.0/16 le 24,
+ 169.36.44.0/23 le 24,
+ 169.36.53.0/24,
+ 169.36.110.0/24,
+ 169.36.94.0/24,
+ 169.36.72.0/24,
+ 169.11.78.0/24,
+ 169.0.162.0/16 le 24,
+ 169.245.22.0/16 le 24,
+ 169.240.89.0/24,
+ 169.241.61.0/19 le 24,
+ 169.243.165.0/24,
+ 169.249.127.0/16 le 24,
+ 169.200.194.0/19 le 24,
+ 169.221.162.0/16 le 24,
+ 169.222.237.0/24,
+ 169.222.3.0/24,
+ 169.222.0.0/24,
+ 169.177.12.0/21 le 24,
+ 169.181.48.0/20 le 24,
+ 169.189.143.0/23 ge 24 le 24,
+ 169.163.33.0/24,
+ 169.172.121.0/16 le 24,
+ 169.174.254.0/16 le 24,
+ 169.159.70.0/24,
+ 169.142.228.0/16 le 24,
+ 169.140.79.0/16 le 24,
+ 169.139.150.0/16 le 24,
+ 168.64.230.0/14 ge 16 le 24,
+ 168.92.103.0/22 le 24,
+ 168.151.23.0/24,
+ 172.106.51.0/13 le 24,
+ 172.116.152.0/20 le 24,
+ 172.116.130.0/21 le 24,
+ 172.116.9.0/22 le 24,
+ 172.119.206.0/21 le 24,
+ 172.119.15.0/23 ge 24 le 24,
+ 172.119.10.0/22 ge 24 le 24,
+ 172.119.4.0/24,
+ 172.119.103.0/24,
+ 172.114.120.0/18 le 24,
+ 172.114.23.0/23 le 24,
+ 172.115.240.0/20 ge 21 le 24,
+ 172.112.217.0/23 le 24,
+ 172.112.211.0/24,
+ 172.112.213.0/22 ge 23 le 24,
+ 172.112.234.0/22 le 24,
+ 172.112.250.0/22 le 24,
+ 172.112.93.0/24,
+ 172.112.47.0/20 le 24,
+ 172.113.77.0/21 le 24,
+ 172.122.117.0/23 le 24,
+ 172.122.93.0/20 le 24,
+ 172.122.218.0/24,
+ 172.122.199.0/24,
+ 172.120.216.0/24,
+ 172.120.222.0/24,
+ 172.120.200.0/24,
+ 172.120.195.0/24,
+ 172.120.198.0/23 ge 24 le 24,
+ 172.120.196.0/24,
+ 172.120.241.0/24,
+ 172.120.242.0/24,
+ 172.120.253.0/24,
+ 172.120.224.0/24,
+ 172.120.152.0/24,
+ 172.120.157.0/24,
+ 172.120.150.0/24,
+ 172.120.137.0/24,
+ 172.120.129.0/22 ge 24 le 24,
+ 172.120.176.0/20 ge 24 le 24,
+ 172.120.172.0/24,
+ 172.79.85.0/24,
+ 172.79.79.0/22 le 24,
+ 172.79.105.0/24,
+ 172.79.101.0/21 le 24,
+ 172.79.126.0/21 le 24,
+ 172.79.12.0/20 le 24,
+ 172.79.162.0/23 le 24,
+ 172.79.175.0/23 le 24,
+ 172.79.188.0/22 le 24,
+ 172.79.254.0/18 le 24,
+ 172.78.239.0/22 ge 24 le 24,
+ 172.77.122.0/24,
+ 172.77.22.0/20 le 24,
+ 172.76.238.0/21 le 24,
+ 172.72.194.0/20 le 24,
+ 172.71.92.0/15 le 24,
+ 172.67.160.0/24,
+ 172.67.224.0/21 le 24,
+ 172.67.222.0/19 le 24,
+ 172.66.33.0/24,
+ 172.66.52.0/24,
+ 172.66.61.0/24,
+ 172.66.19.0/24,
+ 172.66.28.0/24,
+ 172.66.24.0/24,
+ 172.66.0.0/24,
+ 172.66.11.0/24,
+ 172.66.118.0/24,
+ 172.66.112.0/23 ge 24 le 24,
+ 172.241.176.0/21 ge 24 le 24,
+ 173.173.148.0/20 le 24,
+ 173.173.189.0/20 le 24,
+ 173.147.221.0/24,
+ 173.147.124.0/17 le 24,
+ 173.146.68.0/18 le 24,
+ 173.146.249.0/19 le 24,
+ 173.144.231.0/24,
+ 173.144.228.0/24,
+ 173.144.227.0/24,
+ 173.144.224.0/24,
+ 173.144.235.0/23 ge 24 le 24,
+ 173.144.233.0/24,
+ 173.220.226.0/16 le 24,
+ 173.57.213.0/24,
+ 173.51.125.0/22 le 24,
+ 173.55.127.0/24,
+ 173.55.124.0/24,
+ 173.55.250.0/17 le 24,
+ 173.53.225.0/16 le 24,
+ 173.44.91.0/22 le 24,
+ 173.44.105.0/24,
+ 173.45.228.0/24,
+ 173.45.238.0/23 ge 24 le 24,
+ 173.45.216.0/19 le 24,
+ 173.47.10.0/22 ge 23 le 24,
+ 173.47.16.0/22 ge 23 le 24,
+ 173.41.211.0/18 le 24,
+ 173.43.175.0/20 le 24,
+ 173.42.94.0/24,
+ 173.39.149.0/22 le 24,
+ 173.2.14.0/23 le 24,
+ 173.2.72.0/20 le 24,
+ 173.3.158.0/24,
+ 173.0.218.0/24,
+ 173.0.220.0/24,
+ 173.0.190.0/24,
+ 173.4.241.0/19 le 24,
+ 173.6.37.0/24,
+ 173.15.176.0/16 le 24,
+ 173.9.93.0/23 le 24,
+ 173.9.50.0/24,
+ 173.9.36.0/20 le 24,
+ 173.11.220.0/16 le 24,
+ 173.10.179.0/24,
+ 173.10.110.0/24,
+ 173.10.101.0/24,
+ 173.10.99.0/24,
+ 173.10.116.0/24,
+ 173.10.119.0/24,
+ 173.10.120.0/24,
+ 173.10.76.0/23 ge 24 le 24,
+ 173.10.79.0/24,
+ 173.10.75.0/24,
+ 173.10.67.0/24,
+ 173.10.64.0/24,
+ 173.10.89.0/24,
+ 173.10.92.0/24,
+ 173.16.176.0/20 le 24,
+ 173.17.107.0/20 le 24,
+ 173.17.141.0/20 le 24,
+ 173.19.99.0/19 ge 20 le 24,
+ 173.18.127.0/20 le 24,
+ 173.20.11.0/24,
+ 173.20.0.0/24,
+ 173.20.4.0/24,
+ 173.20.25.0/23 ge 24 le 24,
+ 173.20.74.0/20 le 24,
+ 173.21.3.0/20 le 24,
+ 173.21.80.0/22 le 24,
+ 173.21.85.0/24,
+ 173.21.165.0/19 le 24,
+ 173.23.162.0/19 le 24,
+ 173.24.175.0/24,
+ 173.24.45.0/24,
+ 173.26.116.0/24,
+ 173.31.217.0/18 le 24,
+ 173.28.210.0/18 le 24,
+ 173.29.147.0/19 ge 20 le 24,
+ 173.29.216.0/20 le 24,
+ 173.29.7.0/20 le 24,
+ 175.81.228.0/15 le 24,
+ 175.82.222.0/17 le 24,
+ 175.95.91.0/24,
+ 175.28.165.0/13 ge 16 le 24,
+ 175.187.159.0/18 le 24,
+ 175.176.107.0/20 le 24,
+ 175.177.221.0/20 le 24,
+ 175.177.80.0/18 le 24,
+ 175.178.128.0/17 le 24,
+ 174.196.21.0/22 le 24,
+ 174.245.9.0/24,
+ 174.253.41.0/20 le 24,
+ 174.164.252.0/20 le 24,
+ 174.168.221.0/23 ge 24 le 24,
+ 174.175.182.0/20 le 24,
+ 174.75.36.0/24,
+ 174.75.33.0/24,
+ 174.75.103.0/19 le 24,
+ 182.133.66.0/16 le 24,
+ 182.137.206.0/14 le 24,
+ 182.159.116.0/24,
+ 182.156.111.0/21 le 24,
+ 182.154.125.0/21 le 24,
+ 182.212.95.0/21 le 24,
+ 182.212.189.0/19 le 24,
+ 182.194.232.0/20 ge 23 le 24,
+ 182.194.251.0/22 ge 23 le 24,
+ 182.194.253.0/22 le 24,
+ 182.194.240.0/22 ge 23 le 24,
+ 182.194.246.0/22 le 24,
+ 182.194.210.0/22 ge 23 le 24,
+ 182.194.213.0/22 le 24,
+ 182.194.220.0/22 ge 23 le 24,
+ 182.194.218.0/22 le 24,
+ 182.194.207.0/20 ge 24 le 24,
+ 182.194.169.0/22 ge 24 le 24,
+ 182.194.174.0/22 ge 23 le 24,
+ 182.194.160.0/21 le 24,
+ 182.194.190.0/20 ge 21 le 24,
+ 182.194.141.0/21 le 24,
+ 182.194.132.0/21 ge 22 le 24,
+ 182.194.156.0/20 ge 21 le 24,
+ 182.194.109.0/20 ge 21 le 24,
+ 182.194.113.0/21 le 24,
+ 182.194.47.0/19 ge 24 le 24,
+ 182.194.0.0/20 ge 24 le 24,
+ 182.194.27.0/21 ge 24 le 24,
+ 182.194.20.0/22 ge 24 le 24,
+ 182.194.18.0/23 ge 24 le 24,
+ 182.194.16.0/24,
+ 182.249.250.0/24,
+ 182.240.117.0/23 ge 24 le 24,
+ 182.240.118.0/24,
+ 182.231.122.0/24,
+ 182.231.106.0/24,
+ 182.231.101.0/24,
+ 182.239.165.0/18 le 24,
+ 182.233.188.0/23 le 24,
+ 182.235.145.0/24,
+ 182.235.155.0/24,
+ 182.235.158.0/24,
+ 182.123.176.0/23 le 24,
+ 182.112.109.0/15 le 24,
+ 182.114.57.0/16 ge 21 le 24,
+ 182.115.5.0/20 le 24,
+ 182.115.21.0/23 ge 24 le 24,
+ 182.115.29.0/21 ge 24 le 24,
+ 182.115.52.0/20 le 24,
+ 182.115.37.0/22 ge 24 le 24,
+ 182.115.34.0/23 ge 24 le 24,
+ 182.115.41.0/22 ge 24 le 24,
+ 182.115.45.0/24,
+ 182.115.47.0/23 ge 24 le 24,
+ 182.115.97.0/21 ge 24 le 24,
+ 182.115.108.0/24,
+ 182.115.110.0/23 ge 24 le 24,
+ 182.115.104.0/23 ge 24 le 24,
+ 182.115.106.0/24,
+ 182.115.127.0/20 ge 24 le 24,
+ 182.115.80.0/24,
+ 182.115.83.0/23 ge 24 le 24,
+ 182.115.85.0/22 ge 24 le 24,
+ 182.115.94.0/21 ge 24 le 24,
+ 182.115.70.0/22 ge 24 le 24,
+ 182.115.74.0/24,
+ 182.115.78.0/23 ge 24 le 24,
+ 182.115.249.0/18 ge 24 le 24,
+ 182.115.173.0/19 ge 23 le 24,
+ 182.115.134.0/20 ge 24 le 24,
+ 182.118.242.0/17 ge 24 le 24,
+ 182.118.99.0/18 ge 24 le 24,
+ 182.118.52.0/20 ge 21 le 24,
+ 182.118.33.0/20 ge 24 le 24,
+ 182.118.24.0/22 ge 24 le 24,
+ 182.118.2.0/24,
+ 182.118.1.0/24,
+ 182.118.11.0/24,
+ 182.118.8.0/24,
+ 182.118.12.0/24,
+ 182.118.15.0/23 ge 24 le 24,
+ 183.59.195.0/18 ge 24 le 24,
+ 183.73.203.0/22 le 24,
+ 183.108.72.0/22 le 24,
+ 183.224.198.0/18 le 24,
+ 183.225.219.0/24,
+ 181.128.56.0/21 ge 24 le 24,
+ 181.148.89.0/20 le 24,
+ 181.230.119.0/20 ge 21 le 24,
+ 181.230.102.0/22 ge 24 le 24,
+ 181.230.99.0/23 ge 24 le 24,
+ 181.224.39.0/24,
+ 181.216.232.0/20 le 24,
+ 181.217.174.0/20 le 24,
+ 181.206.32.0/21 le 24,
+ 181.200.35.0/24,
+ 180.216.189.0/22 le 24,
+ 180.210.2.0/24,
+ 180.210.0.0/23 le 24,
+ 180.210.8.0/24,
+ 180.2.187.0/24,
+ 180.2.180.0/24,
+ 180.2.179.0/24,
+ 177.166.238.0/24,
+ 177.171.62.0/21 ge 22 le 24,
+ 177.171.45.0/20 le 24,
+ 177.168.112.0/19 ge 20 le 24,
+ 177.168.80.0/22 le 24,
+ 177.27.173.0/19 le 24,
+ 177.7.182.0/24,
+ 177.7.177.0/22 ge 24 le 24,
+ 177.4.114.0/24,
+ 177.38.227.0/16 le 24,
+ 177.47.198.0/18 le 24,
+ 177.45.180.0/15 le 24,
+ 177.70.232.0/14 le 24,
+ 177.87.4.0/22 ge 24 le 24,
+ 177.87.0.0/23 ge 24 le 24,
+ 177.87.13.0/23 ge 24 le 24,
+ 177.87.16.0/20 le 24,
+ 177.80.71.0/22 le 24,
+ 177.89.225.0/23 le 24,
+ 177.99.3.0/16 le 24,
+ 177.97.111.0/22 ge 24 le 24,
+ 177.97.172.0/24,
+ 177.97.174.0/24,
+ 176.246.30.0/24,
+ 176.125.83.0/22 le 24,
+ 176.125.11.0/20 le 24,
+ 176.125.38.0/20 le 24,
+ 176.18.245.0/20 le 24,
+ 176.0.25.0/24,
+ 176.0.15.0/24,
+ 176.0.225.0/23 le 24,
+ 176.0.136.0/24,
+ 176.0.134.0/24,
+ 176.0.130.0/24,
+ 176.0.154.0/24,
+ 176.1.171.0/24,
+ 176.1.80.0/24,
+ 176.1.91.0/24,
+ 176.1.64.0/24,
+ 176.1.71.0/24,
+ 176.1.6.0/24,
+ 176.1.23.0/24,
+ 176.1.28.0/23 ge 24 le 24,
+ 176.38.189.0/19 le 24,
+ 176.42.93.0/21 le 24,
+ 179.188.215.0/24,
+ 179.188.209.0/24,
+ 179.188.210.0/23 ge 24 le 24,
+ 179.190.152.0/18 le 24,
+ 179.185.63.0/20 le 24,
+ 179.149.100.0/24,
+ 179.144.17.0/19 le 24,
+ 179.144.113.0/24,
+ 179.144.114.0/24,
+ 179.144.116.0/24,
+ 179.159.119.0/23 le 24,
+ 179.255.250.0/22 le 24,
+ 179.255.226.0/22 le 24,
+ 179.254.105.0/23 le 24,
+ 179.33.250.0/22 le 24,
+ 179.105.111.0/22 le 24,
+ 179.106.142.0/22 le 24,
+ 179.123.200.0/24,
+ 179.123.202.0/24,
+ 179.122.219.0/21 le 24,
+ 179.122.246.0/20 le 24,
+ 179.122.239.0/20 ge 22 le 24,
+ 178.16.104.0/15 ge 16 le 24,
+ 178.18.48.0/23 le 24,
+ 178.18.50.0/23 ge 24 le 24,
+ 178.19.123.0/24,
+ 178.19.124.0/24,
+ 178.19.113.0/24,
+ 178.19.117.0/24,
+ 178.19.109.0/22 ge 23 le 24,
+ 178.19.233.0/22 le 24,
+ 178.19.221.0/24,
+ 178.19.192.0/24,
+ 178.19.195.0/23 ge 24 le 24,
+ 178.19.197.0/22 ge 24 le 24,
+ 178.204.209.0/24,
+ 178.204.221.0/23 ge 24 le 24,
+ 178.204.202.0/23 ge 24 le 24,
+ 178.204.207.0/23 le 24,
+ 178.204.205.0/24,
+ 178.204.184.0/24,
+ 178.204.182.0/23 ge 24 le 24,
+ 178.204.163.0/22 le 24,
+ 189.163.118.0/23 le 24,
+ 189.161.52.0/24,
+ 189.161.42.0/22 le 24,
+ 189.160.177.0/23 le 24,
+ 189.160.115.0/22 le 24,
+ 189.160.117.0/23 le 24,
+ 189.164.86.0/23 le 24,
+ 189.165.65.0/20 le 24,
+ 189.209.181.0/24,
+ 189.215.30.0/20 le 24,
+ 189.215.162.0/22 le 24,
+ 189.215.240.0/23 le 24,
+ 189.212.149.0/22 le 24,
+ 189.212.221.0/23 le 24,
+ 189.212.225.0/20 le 24,
+ 189.219.180.0/20 le 24,
+ 189.219.198.0/24,
+ 189.219.210.0/22 le 24,
+ 189.218.141.0/24,
+ 189.254.68.0/24,
+ 189.254.163.0/24,
+ 189.110.182.0/13 ge 16 le 24,
+ 189.82.238.0/20 le 24,
+ 189.82.202.0/24,
+ 189.85.26.0/20 le 24,
+ 189.85.8.0/24,
+ 189.85.11.0/23 ge 24 le 24,
+ 189.85.14.0/22 ge 23 le 24,
+ 189.85.5.0/21 ge 22 le 24,
+ 189.85.49.0/21 ge 22 le 24,
+ 189.85.99.0/23 le 24,
+ 189.68.141.0/24,
+ 189.65.63.0/24,
+ 188.200.69.0/24,
+ 188.200.87.0/24,
+ 188.200.112.0/23 ge 24 le 24,
+ 188.202.153.0/24,
+ 188.202.154.0/24,
+ 188.206.192.0/24,
+ 188.207.237.0/22 le 24,
+ 188.194.51.0/22 le 24,
+ 188.194.36.0/22 le 24,
+ 188.196.144.0/22 le 24,
+ 188.197.148.0/24,
+ 188.197.227.0/24,
+ 188.199.109.0/24,
+ 188.215.182.0/22 ge 24 le 24,
+ 188.214.162.0/22 le 24,
+ 188.212.55.0/24,
+ 188.212.52.0/23 ge 24 le 24,
+ 188.213.128.0/22 le 24,
+ 188.211.192.0/24,
+ 188.210.79.0/22 ge 24 le 24,
+ 188.222.127.0/24,
+ 188.222.124.0/24,
+ 188.222.184.0/22 le 24,
+ 188.223.117.0/22 le 24,
+ 188.221.128.0/22 le 24,
+ 188.216.55.0/24,
+ 188.216.232.0/22 le 24,
+ 188.217.90.0/22 le 24,
+ 188.239.57.0/24,
+ 188.238.118.0/22 ge 23 le 24,
+ 188.238.74.0/24,
+ 188.238.28.0/22 le 24,
+ 188.237.242.0/22 le 24,
+ 188.232.10.0/24,
+ 188.232.9.0/23 ge 24 le 24,
+ 188.232.224.0/22 le 24,
+ 188.235.45.0/22 le 24,
+ 188.235.39.0/22 ge 24 le 24,
+ 188.235.151.0/22 le 24,
+ 188.235.196.0/23 ge 24 le 24,
+ 188.234.223.0/22 le 24,
+ 188.227.109.0/22 le 24,
+ 188.225.181.0/22 le 24,
+ 188.224.105.0/22 le 24,
+ 188.228.60.0/24,
+ 188.228.62.0/23 le 24,
+ 188.229.43.0/22 le 24,
+ 188.230.124.0/22 le 24,
+ 188.230.105.0/22 le 24,
+ 188.251.155.0/24,
+ 188.251.87.0/23 ge 24 le 24,
+ 188.250.75.0/24,
+ 188.248.246.0/24,
+ 188.248.167.0/22 ge 24 le 24,
+ 188.254.225.0/22 le 24,
+ 188.242.140.0/22 le 24,
+ 188.242.11.0/23 le 24,
+ 188.242.8.0/23 ge 24 le 24,
+ 188.242.127.0/22 le 24,
+ 188.241.72.0/22 le 24,
+ 188.245.188.0/22 le 24,
+ 188.244.190.0/22 le 24,
+ 188.246.173.0/22 le 24,
+ 188.246.150.0/22 le 24,
+ 188.247.71.0/22 ge 24 le 24,
+ 188.145.75.0/24,
+ 188.146.79.0/22 ge 24 le 24,
+ 188.148.59.0/22 le 24,
+ 188.157.81.0/22 le 24,
+ 188.156.243.0/22 le 24,
+ 188.159.119.0/24,
+ 188.155.246.0/23 le 24,
+ 188.154.119.0/22 le 24,
+ 188.153.229.0/24,
+ 188.133.21.0/22 ge 23 le 24,
+ 188.133.132.0/22 le 24,
+ 188.135.51.0/24,
+ 188.135.165.0/22 ge 24 le 24,
+ 188.129.68.0/23 ge 24 le 24,
+ 188.136.17.0/22 le 24,
+ 188.136.245.0/22 ge 24 le 24,
+ 188.138.196.0/23 le 24,
+ 188.138.35.0/22 le 24,
+ 188.140.23.0/24,
+ 188.140.186.0/24,
+ 188.141.79.0/24,
+ 188.142.157.0/22 le 24,
+ 188.167.124.0/22 le 24,
+ 188.166.152.0/22 ge 23 le 24,
+ 188.161.244.0/24,
+ 188.160.6.0/22 le 24,
+ 188.172.121.0/22 le 24,
+ 188.169.104.0/22 le 24,
+ 188.168.153.0/23 ge 24 le 24,
+ 188.168.233.0/24,
+ 188.168.125.0/24,
+ 188.185.63.0/22 le 24,
+ 188.185.26.0/22 le 24,
+ 188.187.2.0/22 ge 24 le 24,
+ 188.186.109.0/24,
+ 188.186.41.0/24,
+ 188.186.181.0/24,
+ 188.186.182.0/24,
+ 188.186.141.0/22 le 24,
+ 188.186.196.0/24,
+ 188.189.25.0/22 le 24,
+ 188.189.11.0/23 le 24,
+ 188.190.186.0/22 le 24,
+ 188.190.37.0/22 ge 23 le 24,
+ 188.179.174.0/24,
+ 188.179.185.0/24,
+ 188.179.158.0/24,
+ 188.179.56.0/24,
+ 188.178.47.0/24,
+ 188.178.202.0/21 le 24,
+ 188.178.197.0/23 le 24,
+ 188.178.209.0/24,
+ 188.177.145.0/22 le 24,
+ 188.177.159.0/22 ge 24 le 24,
+ 188.177.171.0/24,
+ 188.182.18.0/22 ge 24 le 24,
+ 188.183.148.0/22 ge 24 le 24,
+ 188.180.183.0/24,
+ 188.180.198.0/22 le 24,
+ 188.181.230.0/24,
+ 188.111.200.0/22 ge 23 le 24,
+ 188.104.150.0/22 le 24,
+ 188.105.191.0/22 le 24,
+ 188.105.149.0/22 le 24,
+ 188.105.127.0/24,
+ 188.105.124.0/24,
+ 188.105.123.0/23 ge 24 le 24,
+ 188.105.121.0/24,
+ 188.107.81.0/24,
+ 188.107.51.0/22 le 24,
+ 188.98.11.0/22 le 24,
+ 188.99.124.0/24,
+ 188.96.154.0/22 le 24,
+ 188.100.0.0/24,
+ 188.101.248.0/24,
+ 188.101.42.0/22 le 24,
+ 188.102.157.0/24,
+ 188.103.192.0/22 le 24,
+ 188.103.4.0/24,
+ 188.115.8.0/22 le 24,
+ 188.114.15.0/22 le 24,
+ 188.114.255.0/24,
+ 188.113.222.0/22 le 24,
+ 188.113.210.0/22 le 24,
+ 188.113.41.0/24,
+ 188.112.21.0/24,
+ 188.117.191.0/22 le 24,
+ 188.117.111.0/22 le 24,
+ 188.116.142.0/22 le 24,
+ 188.116.197.0/22 le 24,
+ 188.118.73.0/22 le 24,
+ 188.124.175.0/22 le 24,
+ 188.127.117.0/23 ge 24 le 24,
+ 188.127.119.0/23 le 24,
+ 188.126.84.0/24,
+ 188.120.71.0/24,
+ 188.123.142.0/24,
+ 188.76.126.0/24,
+ 188.76.125.0/23 le 24,
+ 188.77.222.0/24,
+ 188.77.221.0/23 le 24,
+ 188.78.2.0/24,
+ 188.78.0.0/23 ge 24 le 24,
+ 188.73.129.0/22 le 24,
+ 188.73.107.0/24,
+ 188.73.4.0/24,
+ 188.74.22.0/24,
+ 188.74.21.0/23 le 24,
+ 188.74.27.0/22 le 24,
+ 188.75.143.0/24,
+ 188.75.50.0/24,
+ 188.75.54.0/24,
+ 188.68.84.0/22 le 24,
+ 188.69.75.0/24,
+ 188.69.218.0/22 le 24,
+ 188.69.241.0/24,
+ 188.69.189.0/22 le 24,
+ 188.69.159.0/24,
+ 188.70.145.0/22 le 24,
+ 188.71.159.0/24,
+ 188.71.157.0/24,
+ 188.67.31.0/22 le 24,
+ 188.67.14.0/24,
+ 188.67.12.0/23 ge 24 le 24,
+ 188.67.100.0/23 ge 24 le 24,
+ 188.67.207.0/24,
+ 188.67.241.0/22 le 24,
+ 188.66.121.0/23 ge 24 le 24,
+ 188.64.134.0/24,
+ 188.64.143.0/24,
+ 188.64.184.0/24,
+ 188.65.126.0/24,
+ 188.65.85.0/24,
+ 188.65.179.0/22 le 24,
+ 188.81.248.0/22 le 24,
+ 188.80.241.0/24,
+ 188.82.90.0/22 le 24,
+ 188.83.63.0/22 le 24,
+ 188.83.248.0/22 le 24,
+ 188.87.150.0/22 le 24,
+ 188.87.168.0/22 le 24,
+ 188.84.156.0/24,
+ 188.85.120.0/22 le 24,
+ 188.95.194.0/24,
+ 188.95.114.0/22 le 24,
+ 188.95.30.0/22 ge 24 le 24,
+ 188.94.73.0/23 le 24,
+ 188.92.26.0/24,
+ 188.92.68.0/24,
+ 188.92.70.0/24,
+ 188.92.188.0/23 le 24,
+ 188.93.126.0/23 ge 24 le 24,
+ 188.89.26.0/23 ge 24 le 24,
+ 188.88.45.0/23 ge 24 le 24,
+ 188.90.198.0/24,
+ 188.90.197.0/24,
+ 188.26.43.0/22 ge 24 le 24,
+ 188.27.43.0/24,
+ 188.27.59.0/24,
+ 188.28.65.0/24,
+ 188.28.67.0/24,
+ 188.31.84.0/24,
+ 188.30.9.0/23 le 24,
+ 188.30.31.0/22 le 24,
+ 188.18.249.0/22 ge 24 le 24,
+ 188.19.38.0/22 le 24,
+ 188.19.186.0/23 ge 24 le 24,
+ 188.16.140.0/22 le 24,
+ 188.16.214.0/23 le 24,
+ 188.16.42.0/22 le 24,
+ 188.23.41.0/23 le 24,
+ 188.23.207.0/22 le 24,
+ 188.23.254.0/22 le 24,
+ 188.21.59.0/22 le 24,
+ 188.20.200.0/22 le 24,
+ 188.20.58.0/22 le 24,
+ 188.20.0.0/24,
+ 188.1.139.0/22 le 24,
+ 188.0.142.0/23 le 24,
+ 188.0.141.0/23 ge 24 le 24,
+ 188.3.30.0/22 ge 24 le 24,
+ 188.2.22.0/24,
+ 188.6.242.0/22 le 24,
+ 188.6.169.0/22 le 24,
+ 188.6.73.0/22 le 24,
+ 188.6.16.0/22 le 24,
+ 188.7.229.0/22 le 24,
+ 188.7.217.0/24,
+ 188.7.218.0/23 ge 24 le 24,
+ 188.4.229.0/24,
+ 188.5.90.0/24,
+ 188.5.113.0/24,
+ 188.5.16.0/24,
+ 188.5.19.0/24,
+ 188.9.199.0/24,
+ 188.14.5.0/24,
+ 188.15.178.0/22 le 24,
+ 188.15.33.0/24,
+ 188.15.84.0/24,
+ 188.12.22.0/21 ge 22 le 24,
+ 188.13.186.0/23 ge 24 le 24,
+ 188.38.215.0/24,
+ 188.38.213.0/24,
+ 188.39.76.0/23 le 24,
+ 188.39.79.0/23 ge 24 le 24,
+ 188.39.64.0/23 ge 24 le 24,
+ 188.39.101.0/22 le 24,
+ 188.39.203.0/22 le 24,
+ 188.36.60.0/24,
+ 188.37.62.0/24,
+ 188.37.170.0/24,
+ 188.37.169.0/24,
+ 188.35.153.0/24,
+ 188.34.223.0/24,
+ 188.32.18.0/22 le 24,
+ 188.32.118.0/24,
+ 188.40.188.0/23 le 24,
+ 188.41.119.0/22 le 24,
+ 188.41.112.0/24,
+ 188.41.114.0/24,
+ 188.43.214.0/22 le 24,
+ 188.46.26.0/24,
+ 188.46.25.0/23 ge 24 le 24,
+ 188.45.146.0/22 le 24,
+ 188.44.163.0/22 le 24,
+ 188.44.36.0/24,
+ 188.44.19.0/24,
+ 188.58.235.0/23 ge 24 le 24,
+ 188.58.232.0/24,
+ 188.57.251.0/22 ge 24 le 24,
+ 188.56.141.0/23 le 24,
+ 188.56.190.0/24,
+ 188.56.188.0/24,
+ 188.56.74.0/24,
+ 188.61.104.0/22 le 24,
+ 188.61.108.0/24,
+ 188.61.111.0/24,
+ 188.61.92.0/24,
+ 188.61.223.0/22 le 24,
+ 188.61.150.0/22 le 24,
+ 188.60.216.0/22 le 24,
+ 188.50.47.0/23 le 24,
+ 188.50.44.0/23 ge 24 le 24,
+ 188.51.98.0/24,
+ 188.49.28.0/23 ge 24 le 24,
+ 188.49.31.0/24,
+ 188.53.175.0/23 ge 24 le 24,
+ 188.53.113.0/24,
+ 188.55.112.0/22 ge 24 le 24,
+ 188.55.250.0/24,
+ 188.55.248.0/24,
+ 188.54.33.0/22 ge 24 le 24,
+ 188.54.150.0/23 le 24,
+ 190.235.84.0/20 le 24,
+ 190.143.44.0/22 le 24,
+ 190.13.151.0/24,
+ 190.12.16.0/23 ge 24 le 24,
+ 190.74.245.0/18 ge 19 le 24,
+ 190.74.188.0/20 le 24,
+ 190.74.163.0/24,
+ 190.74.130.0/24,
+ 190.74.14.0/18 le 24,
+ 190.74.127.0/24,
+ 190.74.120.0/24,
+ 190.74.97.0/24,
+ 190.74.70.0/22 le 24,
+ 191.200.203.0/24,
+ 191.201.38.0/18 le 24,
+ 191.155.84.0/20 le 24,
+ 187.194.24.0/24,
+ 187.194.161.0/24,
+ 187.213.177.0/21 le 24,
+ 187.246.130.0/20 le 24,
+ 187.59.241.0/17 le 24,
+ 187.63.154.0/17 le 24,
+ 187.29.171.0/24,
+ 187.118.133.0/24,
+ 187.69.26.0/23 le 24,
+ 187.65.176.0/23 ge 24 le 24,
+ 187.65.179.0/23 le 24,
+ 186.250.126.0/19 le 24,
+ 186.207.91.0/24,
+ 186.204.153.0/21 le 24,
+ 186.180.157.0/24,
+ 186.134.91.0/19 le 24,
+ 186.51.137.0/23 le 24,
+ 184.224.147.0/19 le 24,
+ 184.225.34.0/20 le 24,
+ 184.225.69.0/19 le 24,
+ 184.236.192.0/22 le 24,
+ 184.239.178.0/24,
+ 184.239.224.0/23 ge 24 le 24,
+ 184.239.226.0/24,
+ 184.239.214.0/23 ge 24 le 24,
+ 184.239.74.0/24,
+ 184.234.190.0/18 le 24,
+ 184.235.212.0/19 ge 20 le 24,
+ 184.235.88.0/20 le 24,
+ 184.248.246.0/24,
+ 184.210.4.0/19 ge 20 le 24,
+ 184.147.109.0/20 le 24,
+ 184.146.52.0/20 le 24,
+ 184.146.92.0/20 le 24,
+ 184.168.133.0/20 le 24,
+ 184.168.198.0/22 le 24,
+ 184.169.223.0/22 le 24,
+ 184.163.92.0/20 le 24,
+ 184.163.248.0/24,
+ 184.162.224.0/20 le 24,
+ 184.162.94.0/20 le 24,
+ 184.183.25.0/19 ge 20 le 24,
+ 184.183.105.0/20 le 24,
+ 184.183.137.0/21 le 24,
+ 184.180.228.0/21 le 24,
+ 184.189.219.0/22 le 24,
+ 184.189.99.0/22 le 24,
+ 184.26.128.0/22 le 24,
+ 184.120.20.0/24,
+ 184.120.10.0/24,
+ 185.14.97.0/24,
+ 185.14.125.0/24,
+ 185.14.93.0/24,
+ 185.14.91.0/24,
+ 185.14.59.0/24,
+ 185.14.54.0/24,
+ 185.14.49.0/24,
+ 185.14.16.0/23 le 24,
+ 185.14.3.0/23 le 24,
+ 185.14.8.0/23 le 24,
+ 185.14.199.0/24,
+ 185.14.217.0/22 ge 23 le 24,
+ 185.14.236.0/24,
+ 185.14.244.0/24,
+ 185.14.183.0/24,
+ 185.14.169.0/24,
+ 185.14.151.0/23 le 24,
+ 185.14.144.0/24,
+ 185.14.158.0/24,
+ 185.14.156.0/24,
+ 185.14.140.0/24,
+ 185.14.131.0/23 le 24,
+ 185.8.151.0/23 le 24,
+ 185.8.157.0/24,
+ 185.8.187.0/22 ge 24 le 24,
+ 185.8.90.0/24,
+ 185.8.80.0/24,
+ 185.8.87.0/24,
+ 185.8.66.0/24,
+ 185.30.129.0/20 le 24,
+ 192.15.192.0/23 ge 24 le 24,
+ 192.15.167.0/18 le 24,
+ 192.10.206.0/23 ge 24 le 24,
+ 192.10.205.0/24,
+ 192.10.198.0/24,
+ 192.10.250.0/24,
+ 192.10.138.0/24,
+ 192.10.168.0/24,
+ 192.10.46.0/24,
+ 192.10.114.0/24,
+ 192.10.108.0/24,
+ 192.9.40.0/24,
+ 192.4.53.0/24,
+ 192.5.249.0/16 le 24,
+ 192.0.56.0/24,
+ 192.0.59.0/24,
+ 192.0.45.0/24,
+ 192.0.102.0/23 ge 24 le 24,
+ 192.0.66.0/23 ge 24 le 24,
+ 192.0.65.0/24,
+ 192.0.131.0/24,
+ 192.0.128.0/24,
+ 192.0.213.0/24,
+ 192.0.252.0/23 le 24,
+ 192.20.13.0/18 le 24,
+ 192.21.160.0/16 le 24,
+ 192.23.54.0/16 le 24,
+ 192.16.115.0/20 le 24,
+ 192.19.122.0/24,
+ 192.19.34.0/24,
+ 192.26.57.0/20 le 24,
+ 192.24.212.0/24,
+ 192.24.179.0/24,
+ 192.24.176.0/23 le 24,
+ 192.24.132.0/23 le 24,
+ 192.24.123.0/24,
+ 192.24.112.0/23 ge 24 le 24,
+ 192.24.23.0/24,
+ 192.24.3.0/24,
+ 192.29.141.0/19 le 24,
+ 192.29.183.0/23 le 24,
+ 192.29.27.0/24,
+ 192.29.6.0/24,
+ 192.29.106.0/24,
+ 192.29.84.0/24,
+ 192.29.81.0/22 le 24,
+ 192.29.95.0/21 ge 22 le 24,
+ 192.28.205.0/24,
+ 192.28.200.0/24,
+ 192.28.249.0/24,
+ 192.28.238.0/22 le 24,
+ 192.28.141.0/24,
+ 192.28.129.0/24,
+ 192.28.182.0/24,
+ 192.28.180.0/24,
+ 192.28.189.0/24,
+ 192.28.184.0/24,
+ 192.28.123.0/20 le 24,
+ 192.28.99.0/24,
+ 192.28.18.0/24,
+ 192.28.36.0/24,
+ 192.50.104.0/24,
+ 192.50.116.0/21 le 24,
+ 192.50.73.0/24,
+ 192.50.20.0/24,
+ 192.50.18.0/23 ge 24 le 24,
+ 192.50.237.0/23 le 24,
+ 192.48.64.0/22 le 24,
+ 192.48.54.0/22 le 24,
+ 192.48.158.0/24,
+ 192.48.138.0/21 le 24,
+ 192.48.179.0/21 le 24,
+ 192.49.75.0/23 le 24,
+ 192.49.68.0/24,
+ 192.49.19.0/23 le 24,
+ 192.49.17.0/24,
+ 192.49.11.0/24,
+ 192.49.135.0/24,
+ 192.49.247.0/24,
+ 192.60.152.0/21 ge 23 le 24,
+ 192.60.233.0/23 le 24,
+ 192.60.223.0/21 le 24,
+ 192.60.17.0/23 le 24,
+ 192.61.229.0/24,
+ 192.62.19.0/24,
+ 192.62.200.0/24,
+ 192.62.223.0/24,
+ 192.62.215.0/24,
+ 192.63.67.0/23 le 24,
+ 192.63.58.0/24,
+ 192.63.57.0/24,
+ 192.57.43.0/24,
+ 192.47.27.0/24,
+ 192.47.12.0/24,
+ 192.47.14.0/23 ge 24 le 24,
+ 192.47.154.0/24,
+ 192.47.214.0/24,
+ 192.43.184.0/23 ge 24 le 24,
+ 192.43.178.0/24,
+ 192.43.13.0/23 le 24,
+ 192.43.83.0/24,
+ 192.43.110.0/24,
+ 192.43.109.0/23 le 24,
+ 192.43.107.0/24,
+ 192.43.104.0/24,
+ 192.41.172.0/23 le 24,
+ 192.41.130.0/21 le 24,
+ 192.41.148.0/24,
+ 192.40.16.0/24,
+ 192.40.24.0/23 ge 24 le 24,
+ 192.40.8.0/22 le 24,
+ 192.40.13.0/23 le 24,
+ 192.40.1.0/24,
+ 192.40.5.0/23 ge 24 le 24,
+ 192.40.6.0/24,
+ 192.40.97.0/22 le 24,
+ 192.40.110.0/22 le 24,
+ 192.40.107.0/23 le 24,
+ 192.40.90.0/24,
+ 192.40.168.0/24,
+ 192.40.191.0/24,
+ 192.40.139.0/24,
+ 192.40.135.0/24,
+ 192.35.251.0/24,
+ 192.35.245.0/24,
+ 192.33.187.0/23 le 24,
+ 192.33.131.0/24,
+ 192.33.206.0/23 le 24,
+ 192.33.229.0/24,
+ 192.33.43.0/24,
+ 192.33.60.0/24,
+ 192.33.75.0/24,
+ 192.32.157.0/24,
+ 192.32.141.0/24,
+ 192.32.207.0/24,
+ 192.32.18.0/23 ge 24 le 24,
+ 192.32.16.0/24,
+ 192.37.71.0/21 ge 24 le 24,
+ 192.73.54.0/21 le 24,
+ 192.73.32.0/24,
+ 192.73.8.0/24,
+ 192.73.131.0/24,
+ 192.73.250.0/24,
+ 192.73.252.0/24,
+ 192.72.195.0/24,
+ 192.72.17.0/22 le 24,
+ 192.72.4.0/23 le 24,
+ 192.72.6.0/24,
+ 192.75.160.0/24,
+ 192.75.208.0/24,
+ 192.75.250.0/24,
+ 192.75.255.0/24,
+ 192.75.122.0/24,
+ 192.75.90.0/24,
+ 192.75.3.0/24,
+ 192.78.16.0/23 ge 24 le 24,
+ 192.78.23.0/24,
+ 192.78.41.0/22 ge 24 le 24,
+ 192.78.34.0/21 ge 24 le 24,
+ 192.78.126.0/23 ge 24 le 24,
+ 192.78.125.0/24,
+ 192.78.194.0/24,
+ 192.78.213.0/24,
+ 192.78.254.0/24,
+ 192.79.199.0/24,
+ 192.79.200.0/21 le 24,
+ 192.79.229.0/23 le 24,
+ 192.79.49.0/22 le 24,
+ 192.79.41.0/22 le 24,
+ 192.77.79.0/24,
+ 192.77.116.0/24,
+ 192.77.119.0/24,
+ 192.77.115.0/24,
+ 192.77.123.0/24,
+ 192.77.102.0/24,
+ 192.77.13.0/24,
+ 192.77.50.0/24,
+ 192.77.42.0/24,
+ 192.77.44.0/24,
+ 192.77.46.0/23 ge 24 le 24,
+ 192.77.32.0/24,
+ 192.65.87.0/23 le 24,
+ 192.65.181.0/20 le 24,
+ 192.66.233.0/24,
+ 192.66.245.0/24,
+ 192.66.215.0/24,
+ 192.66.203.0/24,
+ 192.66.198.0/23 ge 24 le 24,
+ 192.66.182.0/24,
+ 192.66.170.0/24,
+ 192.66.135.0/24,
+ 192.66.129.0/23 le 24,
+ 192.66.131.0/24,
+ 192.66.31.0/23 ge 24 le 24,
+ 192.66.27.0/24,
+ 192.66.3.0/23 ge 24 le 24,
+ 192.66.116.0/22 le 24,
+ 192.66.112.0/24,
+ 192.66.114.0/23 ge 24 le 24,
+ 192.66.96.0/22 ge 24 le 24,
+ 192.66.100.0/24,
+ 192.68.83.0/24,
+ 192.68.103.0/24,
+ 192.68.121.0/24,
+ 192.68.3.0/24,
+ 192.69.158.0/20 le 24,
+ 192.70.246.0/24,
+ 192.95.44.0/24,
+ 192.95.63.0/24,
+ 192.95.56.0/24,
+ 192.95.58.0/24,
+ 192.95.52.0/24,
+ 192.95.70.0/24,
+ 192.95.85.0/24,
+ 192.95.146.0/22 le 24,
+ 192.94.149.0/20 le 24,
+ 192.94.217.0/24,
+ 192.94.36.0/22 ge 24 le 24,
+ 192.94.41.0/21 le 24,
+ 192.94.15.0/22 le 24,
+ 192.94.2.0/23 ge 24 le 24,
+ 192.94.1.0/24,
+ 192.94.29.0/22 ge 24 le 24,
+ 192.92.231.0/24,
+ 192.92.226.0/24,
+ 192.92.242.0/24,
+ 192.92.13.0/24,
+ 192.92.72.0/24,
+ 192.93.3.0/24,
+ 192.93.100.0/24,
+ 192.93.117.0/24,
+ 192.88.71.0/24,
+ 192.88.86.0/24,
+ 192.88.201.0/24,
+ 192.88.181.0/24,
+ 192.91.145.0/24,
+ 192.91.208.0/24,
+ 192.87.230.0/24,
+ 192.87.238.0/24,
+ 192.87.232.0/24,
+ 192.87.252.0/24,
+ 192.87.244.0/24,
+ 192.87.246.0/23 le 24,
+ 192.87.112.0/24,
+ 192.84.50.0/24,
+ 192.81.237.0/24,
+ 192.81.248.0/24,
+ 192.81.221.0/24,
+ 192.81.101.0/24,
+ 192.82.81.0/24,
+ 192.82.3.0/24,
+ 192.82.45.0/23 ge 24 le 24,
+ 192.82.36.0/22 ge 24 le 24,
+ 192.82.33.0/23 ge 24 le 24,
+ 192.82.166.0/24,
+ 192.82.164.0/24,
+ 192.82.208.0/24,
+ 192.82.220.0/24,
+ 192.99.252.0/24,
+ 192.99.254.0/24,
+ 192.99.248.0/24,
+ 192.99.222.0/24,
+ 192.99.178.0/24,
+ 192.98.1.0/24,
+ 192.98.5.0/24,
+ 192.98.223.0/24,
+ 192.98.204.0/24,
+ 192.98.199.0/24,
+ 192.98.235.0/24,
+ 192.98.232.0/24,
+ 192.96.48.0/24,
+ 192.96.55.0/24,
+ 192.96.148.0/24,
+ 192.96.153.0/22 le 24,
+ 192.96.242.0/24,
+ 192.96.240.0/23 ge 24 le 24,
+ 192.96.251.0/22 le 24,
+ 192.96.230.0/23 ge 24 le 24,
+ 192.96.234.0/24,
+ 192.96.201.0/24,
+ 192.96.202.0/24,
+ 192.97.117.0/24,
+ 192.106.96.0/24,
+ 192.106.160.0/24,
+ 192.106.143.0/24,
+ 192.106.141.0/24,
+ 192.106.232.0/19 le 24,
+ 192.106.220.0/21 le 24,
+ 192.107.220.0/24,
+ 192.105.252.0/24,
+ 192.105.171.0/24,
+ 192.105.41.0/24,
+ 192.105.44.0/24,
+ 192.105.61.0/21 le 24,
+ 192.105.6.0/22 le 24,
+ 192.109.252.0/24,
+ 192.109.226.0/24,
+ 192.109.228.0/24,
+ 192.109.236.0/24,
+ 192.109.232.0/24,
+ 192.109.206.0/24,
+ 192.109.205.0/24,
+ 192.109.194.0/24,
+ 192.109.131.0/23 le 24,
+ 192.109.18.0/24,
+ 192.109.110.0/24,
+ 192.109.100.0/24,
+ 192.109.90.0/23 ge 24 le 24,
+ 192.110.249.0/24,
+ 192.110.151.0/23 ge 24 le 24,
+ 192.110.148.0/24,
+ 192.110.130.0/24,
+ 192.110.136.0/24,
+ 192.110.84.0/23 ge 24 le 24,
+ 192.120.76.0/24,
+ 192.120.94.0/24,
+ 192.120.87.0/24,
+ 192.120.29.0/24,
+ 192.120.156.0/24,
+ 192.120.182.0/24,
+ 192.123.34.0/20 le 24,
+ 192.126.198.0/22 le 24,
+ 192.115.245.0/24,
+ 192.114.145.0/23 le 24,
+ 192.112.250.0/24,
+ 192.112.186.0/24,
+ 192.118.234.0/24,
+ 192.118.233.0/23 le 24,
+ 192.118.238.0/22 le 24,
+ 192.118.225.0/24,
+ 192.118.245.0/24,
+ 192.118.129.0/24,
+ 192.117.14.0/20 le 24,
+ 192.117.253.0/24,
+ 192.130.113.0/24,
+ 192.130.55.0/24,
+ 192.130.56.0/24,
+ 192.130.227.0/24,
+ 192.130.141.0/24,
+ 192.132.66.0/24,
+ 192.132.24.0/24,
+ 192.132.192.0/24,
+ 192.132.163.0/24,
+ 192.132.146.0/24,
+ 192.133.104.0/24,
+ 192.133.64.0/24,
+ 192.133.68.0/24,
+ 192.133.21.0/24,
+ 192.133.216.0/24,
+ 192.133.135.0/24,
+ 192.135.214.0/24,
+ 192.135.24.0/24,
+ 192.135.53.0/24,
+ 192.135.109.0/24,
+ 192.142.142.0/24,
+ 192.142.70.0/24,
+ 192.142.64.0/24,
+ 192.142.94.0/24,
+ 192.142.90.0/24,
+ 192.142.62.0/23 le 24,
+ 192.143.88.0/24,
+ 192.143.83.0/23 ge 24 le 24,
+ 192.143.70.0/24,
+ 192.143.69.0/24,
+ 192.143.77.0/24,
+ 192.143.114.0/24,
+ 192.143.24.0/24,
+ 192.143.8.0/23 ge 24 le 24,
+ 192.143.10.0/24,
+ 192.143.57.0/24,
+ 192.143.132.0/24,
+ 192.143.130.0/24,
+ 192.143.142.0/24,
+ 192.143.136.0/24,
+ 192.143.154.0/24,
+ 192.143.152.0/24,
+ 192.143.151.0/23 le 24,
+ 192.143.148.0/23 ge 24 le 24,
+ 192.143.147.0/24,
+ 192.143.170.0/22 le 24,
+ 192.143.174.0/22 ge 24 le 24,
+ 192.143.163.0/21 le 24,
+ 192.143.176.0/21 le 24,
+ 192.143.186.0/23 le 24,
+ 192.143.185.0/24,
+ 192.143.188.0/24,
+ 192.143.190.0/23 ge 24 le 24,
+ 192.143.212.0/24,
+ 192.143.207.0/24,
+ 192.143.204.0/24,
+ 192.143.195.0/24,
+ 192.143.198.0/24,
+ 192.143.196.0/24,
+ 192.143.239.0/24,
+ 192.143.226.0/24,
+ 192.143.231.0/24,
+ 192.143.248.0/24,
+ 192.155.181.0/22 le 24,
+ 192.152.105.0/23 le 24,
+ 192.152.80.0/24,
+ 192.152.46.0/24,
+ 192.152.34.0/24,
+ 192.152.3.0/24,
+ 192.152.22.0/24,
+ 192.152.16.0/23 ge 24 le 24,
+ 192.153.89.0/24,
+ 192.153.10.0/24,
+ 192.153.170.0/24,
+ 192.153.165.0/22 le 24,
+ 192.153.144.0/24,
+ 192.157.10.0/24,
+ 192.157.50.0/23 le 24,
+ 192.157.62.0/24,
+ 192.157.142.0/23 le 24,
+ 192.156.161.0/24,
+ 192.156.187.0/24,
+ 192.156.133.0/24,
+ 192.156.129.0/23 le 24,
+ 192.156.239.0/23 le 24,
+ 192.156.236.0/24,
+ 192.156.241.0/24,
+ 192.156.221.0/24,
+ 192.156.223.0/24,
+ 192.156.109.0/24,
+ 192.156.9.0/24,
+ 192.156.12.0/24,
+ 192.156.56.0/24,
+ 192.156.40.0/24,
+ 192.156.42.0/23 le 24,
+ 192.156.32.0/22 le 24,
+ 192.159.60.0/24,
+ 192.159.29.0/21 le 24,
+ 192.159.193.0/24,
+ 192.159.222.0/24,
+ 192.159.244.0/24,
+ 192.159.235.0/24,
+ 192.159.224.0/24,
+ 192.159.189.0/23 le 24,
+ 192.158.139.0/22 le 24,
+ 192.158.134.0/24,
+ 192.158.197.0/24,
+ 192.158.199.0/24,
+ 192.158.193.0/23 le 24,
+ 192.158.223.0/22 le 24,
+ 192.146.123.0/24,
+ 192.146.119.0/24,
+ 192.146.64.0/24,
+ 192.146.26.0/24,
+ 192.146.54.0/24,
+ 192.146.35.0/24,
+ 192.147.55.0/24,
+ 192.147.215.0/24,
+ 192.147.227.0/24,
+ 192.145.30.0/22 le 24,
+ 192.145.227.0/24,
+ 192.145.130.0/24,
+ 192.145.128.0/23 ge 24 le 24,
+ 192.145.134.0/24,
+ 192.145.132.0/24,
+ 192.145.156.0/24,
+ 192.145.169.0/23 ge 24 le 24,
+ 192.145.183.0/24,
+ 192.145.191.0/24,
+ 192.144.11.0/23 le 24,
+ 192.144.104.0/20 ge 21 le 24,
+ 192.151.111.0/24,
+ 192.151.67.0/24,
+ 192.151.88.0/22 ge 23 le 24,
+ 192.150.90.0/23 le 24,
+ 192.149.243.0/22 le 24,
+ 192.149.254.0/22 le 24,
+ 192.149.196.0/24,
+ 192.149.122.0/24,
+ 192.149.125.0/24,
+ 192.148.92.0/23 le 24,
+ 192.148.96.0/23 le 24,
+ 192.148.4.0/18 le 24,
+ 192.164.78.0/24,
+ 192.164.90.0/24,
+ 192.164.57.0/24,
+ 192.164.59.0/23 le 24,
+ 192.164.63.0/24,
+ 192.164.36.0/21 le 24,
+ 192.164.42.0/24,
+ 192.164.219.0/24,
+ 192.165.221.0/24,
+ 192.165.222.0/23 le 24,
+ 192.165.219.0/24,
+ 192.165.239.0/20 le 24,
+ 192.165.144.0/23 le 24,
+ 192.165.84.0/19 le 24,
+ 192.168.239.0/23 le 24,
+ 192.169.25.0/24,
+ 192.169.9.0/22 le 24,
+ 192.169.57.0/24,
+ 192.169.119.0/19 le 24,
+ 192.170.215.0/24,
+ 192.170.77.0/18 le 24,
+ 192.171.232.0/20 le 24,
+ 192.174.25.0/22 ge 24 le 24,
+ 192.174.47.0/19 le 24,
+ 192.174.157.0/20 le 24,
+ 192.173.202.0/24,
+ 192.172.135.0/23 ge 24 le 24,
+ 192.172.189.0/24,
+ 192.172.165.0/24,
+ 192.191.96.0/20 le 24,
+ 192.191.74.0/19 le 24,
+ 192.189.160.0/18 le 24,
+ 192.188.105.0/24,
+ 192.184.135.0/24,
+ 192.184.141.0/23 le 24,
+ 192.184.157.0/24,
+ 192.184.202.0/24,
+ 192.184.81.0/24,
+ 192.184.82.0/24,
+ 192.184.85.0/24,
+ 192.184.79.0/23 ge 24 le 24,
+ 192.184.76.0/23 le 24,
+ 192.184.74.0/22 ge 24 le 24,
+ 192.185.164.0/24,
+ 192.185.184.0/23 le 24,
+ 192.185.188.0/24,
+ 192.185.216.0/24,
+ 192.185.209.0/24,
+ 192.185.56.0/24,
+ 192.186.96.0/24,
+ 192.186.98.0/23 le 24,
+ 192.186.102.0/23 le 24,
+ 192.186.12.0/24,
+ 192.186.56.0/24,
+ 192.186.58.0/23 le 24,
+ 192.186.61.0/22 le 24,
+ 192.186.154.0/24,
+ 192.186.183.0/24,
+ 192.249.157.0/24,
+ 192.249.186.0/24,
+ 192.249.184.0/23 le 24,
+ 192.249.34.0/24,
+ 192.249.29.0/24,
+ 192.249.30.0/23 le 24,
+ 192.249.26.0/23 le 24,
+ 192.249.25.0/24,
+ 192.249.20.0/24,
+ 192.249.9.0/23 le 24,
+ 192.249.10.0/24,
+ 192.255.72.0/20 le 24,
+ 192.254.126.0/24,
+ 192.254.121.0/24,
+ 192.254.101.0/24,
+ 192.254.110.0/24,
+ 192.254.109.0/24,
+ 192.254.104.0/24,
+ 192.254.86.0/22 le 24,
+ 192.254.95.0/24,
+ 192.254.93.0/23 le 24,
+ 192.254.91.0/22 le 24,
+ 192.254.169.0/24,
+ 192.254.164.0/23 le 24,
+ 192.254.183.0/22 ge 24 le 24,
+ 192.254.190.0/23 ge 24 le 24,
+ 192.254.189.0/24,
+ 192.254.144.0/24,
+ 192.254.146.0/24,
+ 192.254.149.0/24,
+ 192.254.231.0/24,
+ 192.254.245.0/24,
+ 192.254.246.0/24,
+ 192.254.242.0/24,
+ 192.254.198.0/23 le 24,
+ 192.253.218.0/22 le 24,
+ 192.253.239.0/20 le 24,
+ 192.253.246.0/21 le 24,
+ 192.253.143.0/24,
+ 192.253.136.0/24,
+ 192.253.130.0/24,
+ 192.253.94.0/23 le 24,
+ 192.253.91.0/24,
+ 192.253.89.0/24,
+ 192.253.64.0/22 ge 23 le 24,
+ 192.253.68.0/24,
+ 192.253.71.0/23 le 24,
+ 192.253.75.0/24,
+ 192.253.79.0/24,
+ 192.253.107.0/24,
+ 192.253.111.0/22 le 24,
+ 192.253.101.0/24,
+ 192.253.102.0/24,
+ 192.253.99.0/23 le 24,
+ 192.253.124.0/23 le 24,
+ 192.252.206.0/23 le 24,
+ 192.242.114.0/24,
+ 192.242.113.0/24,
+ 192.242.239.0/21 le 24,
+ 192.242.137.0/19 le 24,
+ 192.241.53.0/24,
+ 192.241.142.0/24,
+ 192.241.147.0/24,
+ 192.241.213.0/24,
+ 192.241.239.0/24,
+ 192.244.0.0/24,
+ 192.244.3.0/23 le 24,
+ 192.244.25.0/24,
+ 192.244.44.0/24,
+ 192.244.46.0/24,
+ 192.244.75.0/24,
+ 192.244.120.0/24,
+ 192.244.207.0/23 le 24,
+ 192.244.171.0/24,
+ 192.244.174.0/22 le 24,
+ 192.244.164.0/24,
+ 192.244.155.0/24,
+ 192.244.158.0/22 ge 24 le 24,
+ 192.244.144.0/24,
+ 192.245.97.0/24,
+ 192.245.66.0/24,
+ 192.245.144.0/24,
+ 192.245.177.0/23 le 24,
+ 192.245.163.0/23 le 24,
+ 192.245.161.0/24,
+ 192.245.170.0/24,
+ 192.231.168.0/23 le 24,
+ 192.231.141.0/20 le 24,
+ 192.231.147.0/21 le 24,
+ 192.231.158.0/22 le 24,
+ 192.231.152.0/23 le 24,
+ 192.229.20.0/20 le 24,
+ 192.228.20.0/21 le 24,
+ 192.228.24.0/22 le 24,
+ 192.228.29.0/23 le 24,
+ 192.238.146.0/24,
+ 192.238.117.0/24,
+ 192.238.124.0/23 le 24,
+ 192.236.1.0/24,
+ 192.236.3.0/23 le 24,
+ 192.236.4.0/22 le 24,
+ 192.236.8.0/21 le 24,
+ 192.236.31.0/24,
+ 192.236.113.0/23 ge 24 le 24,
+ 192.236.87.0/24,
+ 192.236.95.0/24,
+ 192.236.68.0/24,
+ 192.236.74.0/21 le 24,
+ 192.236.230.0/18 le 24,
+ 192.236.157.0/20 le 24,
+ 192.236.132.0/22 le 24,
+ 192.236.129.0/23 le 24,
+ 192.236.131.0/23 ge 24 le 24,
+ 192.236.174.0/24,
+ 192.236.162.0/24,
+ 192.236.165.0/24,
+ 192.232.21.0/24,
+ 192.217.214.0/19 le 24,
+ 192.217.39.0/22 le 24,
+ 192.217.34.0/23 le 24,
+ 192.219.88.0/21 ge 24 le 24,
+ 192.219.80.0/24,
+ 192.219.74.0/24,
+ 192.218.172.0/18 le 24,
+ 192.221.78.0/24,
+ 192.221.72.0/23 ge 24 le 24,
+ 192.221.75.0/23 le 24,
+ 192.221.68.0/21 le 24,
+ 192.220.205.0/23 le 24,
+ 192.220.78.0/17 le 24,
+ 192.223.50.0/20 le 24,
+ 192.222.242.0/24,
+ 192.222.206.0/24,
+ 192.222.94.0/24,
+ 192.214.117.0/22 le 24,
+ 192.215.164.0/24,
+ 192.212.134.0/23 le 24,
+ 192.212.155.0/24,
+ 192.212.211.0/24,
+ 192.212.79.0/24,
+ 192.212.97.0/24,
+ 192.213.47.0/24,
+ 192.213.156.0/17 le 24,
+ 192.209.54.0/19 le 24,
+ 192.209.100.0/22 le 24,
+ 192.208.54.0/24,
+ 192.208.81.0/23 le 24,
+ 192.210.166.0/24,
+ 192.195.9.0/22 le 24,
+ 192.195.16.0/21 le 24,
+ 192.193.22.0/20 le 24,
+ 192.193.3.0/21 le 24,
+ 192.193.117.0/20 le 24,
+ 192.198.11.0/23 le 24,
+ 192.198.112.0/23 le 24,
+ 192.198.118.0/22 le 24,
+ 192.198.124.0/24,
+ 192.198.158.0/24,
+ 192.198.189.0/23 le 24,
+ 192.198.184.0/24,
+ 192.198.250.0/24,
+ 192.198.194.0/24,
+ 192.197.148.0/24,
+ 192.196.14.0/24,
+ 192.196.63.0/24,
+ 192.200.240.0/20 le 24,
+ 192.200.227.0/23 ge 24 le 24,
+ 192.200.77.0/17 le 24,
+ 192.202.208.0/23 ge 24 le 24,
+ 192.202.212.0/24,
+ 192.202.199.0/23 le 24,
+ 192.202.201.0/24,
+ 192.203.184.0/23 le 24,
+ 192.203.192.0/23 ge 24 le 24,
+ 192.203.197.0/24,
+ 192.203.248.0/24,
+ 192.203.96.0/24,
+ 192.207.138.0/24,
+ 192.206.237.0/24,
+ 192.206.224.0/24,
+ 192.206.230.0/24,
+ 192.204.199.0/20 le 24,
+ 192.204.128.0/24,
+ 192.204.130.0/24,
+ 192.204.156.0/20 le 24,
+ 192.204.160.0/20 le 24,
+ 193.40.56.0/24,
+ 193.32.100.0/23 ge 24 le 24,
+ 193.32.140.0/23 ge 24 le 24,
+ 193.33.130.0/24,
+ 193.33.103.0/24,
+ 193.58.54.0/24,
+ 193.59.110.0/24,
+ 193.57.157.0/24,
+ 193.57.158.0/24,
+ 193.60.237.0/24,
+ 193.60.18.0/23 le 24,
+ 193.48.10.0/23 le 24,
+ 193.50.213.0/23 ge 24 le 24,
+ 193.50.246.0/24,
+ 193.53.135.0/24,
+ 193.53.141.0/24,
+ 193.53.136.0/24,
+ 193.52.216.0/24,
+ 193.52.78.0/24,
+ 193.52.52.0/24,
+ 193.52.55.0/24,
+ 193.55.74.0/24,
+ 193.55.170.0/24,
+ 193.19.144.0/23 ge 24 le 24,
+ 193.19.149.0/22 le 24,
+ 193.19.129.0/24,
+ 193.19.132.0/24,
+ 193.19.124.0/24,
+ 193.18.57.0/24,
+ 193.16.141.0/24,
+ 193.17.125.0/22 le 24,
+ 193.20.141.0/24,
+ 193.26.201.0/24,
+ 193.26.22.0/24,
+ 193.26.21.0/24,
+ 193.27.119.0/24,
+ 193.11.58.0/24,
+ 193.11.123.0/24,
+ 193.11.108.0/24,
+ 193.11.76.0/24,
+ 193.11.74.0/22 le 24,
+ 193.93.79.0/24,
+ 193.93.152.0/24,
+ 193.92.107.0/24,
+ 193.92.102.0/24,
+ 193.92.9.0/24,
+ 193.89.128.0/23 le 24,
+ 193.90.78.0/22 le 24,
+ 193.91.187.0/24,
+ 193.91.248.0/23 ge 24 le 24,
+ 193.91.19.0/22 le 24,
+ 193.91.29.0/24,
+ 193.64.96.0/19 le 24,
+ 193.64.56.0/19 le 24,
+ 193.65.127.0/24,
+ 193.65.118.0/24,
+ 193.148.195.0/23 le 24,
+ 193.152.243.0/24,
+ 193.137.167.0/24,
+ 193.137.76.0/22 ge 24 le 24,
+ 193.138.55.0/20 le 24,
+ 193.138.42.0/21 le 24,
+ 193.139.152.0/24,
+ 193.139.33.0/22 le 24,
+ 193.177.246.0/22 le 24,
+ 193.183.111.0/24,
+ 193.160.186.0/22 le 24,
+ 193.161.73.0/22 le 24,
+ 193.163.28.0/23 le 24,
+ 193.175.237.0/23 ge 24 le 24,
+ 193.175.234.0/24,
+ 193.175.222.0/22 ge 23 le 24,
+ 193.175.36.0/24,
+ 193.170.75.0/24,
+ 193.197.163.0/24,
+ 193.197.120.0/24,
+ 193.197.117.0/24,
+ 193.198.16.0/24,
+ 193.214.7.0/23 ge 24 le 24,
+ 193.214.5.0/23 le 24,
+ 193.213.218.0/24,
+ 193.243.20.0/24,
+ 193.243.27.0/24,
+ 193.243.7.0/24,
+ 193.243.11.0/24,
+ 193.247.195.0/24,
+ 193.251.13.0/24,
+ 193.230.196.0/24,
+ 193.229.162.0/24,
+ 195.166.8.0/23 ge 24 le 24,
+ 195.166.10.0/24,
+ 195.166.16.0/24,
+ 195.166.25.0/23 le 24,
+ 195.166.27.0/23 ge 24 le 24,
+ 195.166.49.0/24,
+ 195.166.57.0/24,
+ 195.166.62.0/24,
+ 195.167.82.0/24,
+ 195.161.150.0/24,
+ 195.168.251.0/24,
+ 195.169.250.0/22 le 24,
+ 195.169.255.0/24,
+ 195.180.24.0/22 le 24,
+ 195.180.240.0/22 le 24,
+ 195.182.201.0/24,
+ 195.182.220.0/24,
+ 195.128.194.0/24,
+ 195.133.135.0/22 ge 24 le 24,
+ 195.133.104.0/24,
+ 195.133.107.0/24,
+ 195.133.15.0/23 ge 24 le 24,
+ 195.133.52.0/23 ge 24 le 24,
+ 195.132.59.0/22 ge 24 le 24,
+ 195.135.32.0/22 le 24,
+ 195.138.36.0/24,
+ 195.155.197.0/24,
+ 195.154.17.0/23 ge 24 le 24,
+ 195.154.11.0/23 ge 24 le 24,
+ 195.153.89.0/23 ge 24 le 24,
+ 195.153.24.0/24,
+ 195.153.38.0/24,
+ 195.158.212.0/23 ge 24 le 24,
+ 195.148.237.0/24,
+ 195.148.2.0/24,
+ 195.148.0.0/24,
+ 195.146.82.0/24,
+ 195.147.203.0/22 le 24,
+ 195.147.198.0/22 le 24,
+ 195.145.3.0/24,
+ 195.145.223.0/22 ge 24 le 24,
+ 195.210.31.0/24,
+ 195.210.2.0/24,
+ 195.209.85.0/24,
+ 195.208.82.0/24,
+ 195.208.80.0/24,
+ 195.223.242.0/24,
+ 195.222.0.0/23 le 24,
+ 195.197.16.0/23 le 24,
+ 195.244.96.0/24,
+ 195.244.230.0/24,
+ 195.244.228.0/23 ge 24 le 24,
+ 195.244.237.0/22 ge 24 le 24,
+ 195.246.148.0/24,
+ 195.246.172.0/24,
+ 195.243.16.0/24,
+ 195.243.4.0/24,
+ 195.243.62.0/24,
+ 195.243.169.0/23 le 24,
+ 195.237.252.0/24,
+ 195.237.15.0/24,
+ 195.238.147.0/24,
+ 195.238.145.0/23 ge 24 le 24,
+ 195.235.44.0/21 ge 24 le 24,
+ 195.224.110.0/24,
+ 195.224.109.0/24,
+ 195.224.63.0/23 le 24,
+ 195.224.230.0/24,
+ 195.224.232.0/24,
+ 195.224.193.0/24,
+ 195.224.198.0/24,
+ 195.224.200.0/23 ge 24 le 24,
+ 195.224.204.0/23 ge 24 le 24,
+ 195.227.118.0/22 ge 24 le 24,
+ 195.127.254.0/24,
+ 195.127.76.0/23 le 24,
+ 195.124.189.0/23 ge 24 le 24,
+ 195.124.89.0/22 le 24,
+ 195.124.61.0/22 le 24,
+ 195.125.212.0/24,
+ 195.114.144.0/23 le 24,
+ 195.118.206.0/23 le 24,
+ 195.118.193.0/23 ge 24 le 24,
+ 195.118.240.0/23 le 24,
+ 195.77.254.0/23 le 24,
+ 195.77.57.0/23 le 24,
+ 195.77.75.0/24,
+ 195.29.229.0/22 ge 24 le 24,
+ 195.28.147.0/24,
+ 194.181.117.0/24,
+ 194.181.119.0/24,
+ 194.186.193.0/24,
+ 194.186.198.0/24,
+ 194.186.202.0/24,
+ 194.186.206.0/24,
+ 194.173.180.0/22 le 24,
+ 194.153.5.0/18 le 24,
+ 194.158.210.0/22 le 24,
+ 194.159.93.0/23 ge 24 le 24,
+ 194.159.97.0/23 le 24,
+ 194.148.13.0/22 le 24,
+ 194.137.209.0/23 le 24,
+ 194.217.45.0/23 le 24,
+ 194.216.126.0/24,
+ 194.216.108.0/24,
+ 194.206.94.0/22 ge 24 le 24,
+ 194.206.165.0/23 le 24,
+ 194.192.228.0/23 le 24,
+ 194.192.103.0/23 le 24,
+ 194.192.81.0/23 ge 24 le 24,
+ 194.194.57.0/24,
+ 194.198.130.0/23 le 24,
+ 194.252.236.0/23 le 24,
+ 194.237.80.0/24,
+ 194.228.233.0/24,
+ 194.28.142.0/24,
+ 194.26.208.0/24,
+ 194.19.30.0/22 le 24,
+ 194.17.115.0/22 le 24,
+ 194.17.120.0/21 le 24,
+ 194.17.111.0/20 le 24,
+ 194.17.89.0/19 le 24,
+ 194.17.50.0/19 le 24,
+ 194.17.12.0/21 le 24,
+ 194.17.28.0/20 le 24,
+ 194.17.253.0/22 le 24,
+ 194.17.247.0/21 le 24,
+ 194.17.228.0/21 le 24,
+ 194.17.223.0/20 le 24,
+ 194.17.195.0/21 le 24,
+ 194.17.202.0/22 le 24,
+ 194.17.167.0/22 le 24,
+ 194.17.168.0/22 le 24,
+ 194.17.179.0/22 le 24,
+ 194.17.183.0/24,
+ 194.17.188.0/21 le 24,
+ 194.17.152.0/20 le 24,
+ 194.17.132.0/22 le 24,
+ 194.17.142.0/21 le 24,
+ 194.14.152.0/24,
+ 194.5.122.0/22 le 24,
+ 194.5.114.0/21 le 24,
+ 194.5.109.0/20 le 24,
+ 194.5.168.0/19 le 24,
+ 194.5.223.0/18 le 24,
+ 194.47.243.0/22 le 24,
+ 194.40.211.0/17 le 24,
+ 194.41.3.0/22 ge 23 le 24,
+ 194.41.5.0/22 le 24,
+ 194.41.9.0/23 le 24,
+ 194.41.14.0/24,
+ 194.49.54.0/24,
+ 194.48.210.0/23 ge 24 le 24,
+ 194.91.10.0/22 le 24,
+ 194.92.55.0/18 le 24,
+ 194.86.97.0/22 le 24,
+ 194.86.124.0/22 le 24,
+ 194.86.121.0/22 ge 23 le 24,
+ 194.86.118.0/21 ge 22 le 24,
+ 194.86.57.0/23 le 24,
+ 194.84.99.0/24,
+ 194.104.43.0/24,
+ 194.104.62.0/24,
+ 194.115.249.0/23 le 24,
+ 194.116.92.0/24,
+ 194.116.124.0/24,
+ 194.116.109.0/24,
+ 194.116.111.0/24,
+ 194.121.125.0/23 ge 24 le 24,
+ 194.121.126.0/24,
+ 194.121.119.0/24,
+ 194.121.117.0/24,
+ 194.121.66.0/19 le 24,
+ 199.233.215.0/24,
+ 199.227.172.0/24,
+ 199.230.237.0/20 le 24,
+ 199.242.119.0/24,
+ 199.240.29.0/24,
+ 199.240.43.0/24,
+ 199.241.124.0/24,
+ 199.193.45.0/19 le 24,
+ 199.193.206.0/23 ge 24 le 24,
+ 199.203.86.0/24,
+ 199.203.61.0/24,
+ 199.203.63.0/23 ge 24 le 24,
+ 199.204.214.0/23 ge 24 le 24,
+ 199.208.239.0/24,
+ 199.208.192.0/24,
+ 199.208.196.0/24,
+ 199.208.177.0/24,
+ 199.208.182.0/24,
+ 199.208.185.0/24,
+ 199.208.187.0/24,
+ 199.208.37.0/23 ge 24 le 24,
+ 199.208.83.0/24,
+ 199.209.162.0/24,
+ 199.209.218.0/24,
+ 199.209.199.0/23 le 24,
+ 199.209.194.0/23 le 24,
+ 199.209.204.0/24,
+ 199.209.234.0/22 le 24,
+ 199.209.225.0/24,
+ 199.209.248.0/22 ge 24 le 24,
+ 199.209.21.0/22 le 24,
+ 199.209.26.0/24,
+ 199.209.45.0/23 ge 24 le 24,
+ 199.209.73.0/22 ge 23 le 24,
+ 199.209.70.0/22 le 24,
+ 199.209.95.0/22 le 24,
+ 199.211.142.0/24,
+ 199.211.129.0/23 le 24,
+ 199.211.182.0/24,
+ 199.211.179.0/24,
+ 199.211.202.0/22 le 24,
+ 199.211.246.0/22 le 24,
+ 199.211.225.0/22 ge 24 le 24,
+ 199.211.61.0/24,
+ 199.211.8.0/24,
+ 199.211.10.0/24,
+ 199.210.205.0/24,
+ 199.210.246.0/24,
+ 199.210.158.0/22 le 24,
+ 199.210.152.0/23 le 24,
+ 199.210.151.0/22 le 24,
+ 199.210.135.0/23 le 24,
+ 199.210.6.0/22 le 24,
+ 199.210.11.0/24,
+ 199.210.39.0/24,
+ 199.210.36.0/24,
+ 199.210.32.0/24,
+ 199.210.116.0/24,
+ 199.216.3.0/24,
+ 199.216.6.0/24,
+ 199.21.172.0/22 le 24,
+ 199.51.4.0/24,
+ 199.57.75.0/22 le 24,
+ 199.56.135.0/22 le 24,
+ 198.178.188.0/22 le 24,
+ 197.49.184.0/21 le 24,
+ 197.49.80.0/18 le 24,
+ 197.50.81.0/24,
+ 197.50.186.0/24,
+ 197.55.27.0/24,
+ 197.55.16.0/22 le 24,
+ 197.55.45.0/24,
+ 197.54.94.0/20 le 24,
+ 197.54.31.0/18 ge 19 le 24,
+ 197.56.122.0/16 le 24,
+ 197.59.7.0/22 le 24,
+ 197.60.121.0/19 le 24,
+ 197.34.249.0/21 le 24,
+ 197.34.240.0/24,
+ 197.35.178.0/24,
+ 197.35.121.0/24,
+ 197.35.50.0/24,
+ 197.35.40.0/24,
+ 197.35.47.0/24,
+ 197.35.36.0/24,
+ 197.36.146.0/24,
+ 197.36.161.0/19 le 24,
+ 197.37.238.0/21 le 24,
+ 197.37.161.0/23 le 24,
+ 197.37.26.0/17 le 24,
+ 197.39.7.0/24,
+ 197.39.103.0/24,
+ 197.39.166.0/24,
+ 197.39.153.0/24,
+ 197.39.143.0/24,
+ 197.39.140.0/24,
+ 197.39.250.0/24,
+ 197.39.215.0/24,
+ 197.38.217.0/20 le 24,
+ 197.40.25.0/22 le 24,
+ 197.45.209.0/23 le 24,
+ 197.47.197.0/23 le 24,
+ 197.47.199.0/24,
+ 197.47.38.0/22 le 24,
+ 197.47.33.0/23 le 24,
+ 197.14.99.0/24,
+ 197.14.219.0/24,
+ 197.14.166.0/24,
+ 197.12.164.0/24,
+ 197.13.198.0/22 le 24,
+ 197.8.16.0/22 le 24,
+ 197.8.20.0/23 le 24,
+ 197.8.22.0/24,
+ 197.9.32.0/24,
+ 197.9.148.0/20 le 24,
+ 197.11.240.0/22 le 24,
+ 197.0.151.0/21 le 24,
+ 197.0.176.0/20 le 24,
+ 197.1.245.0/24,
+ 197.1.45.0/17 le 24,
+ 197.6.35.0/19 le 24,
+ 197.6.85.0/22 ge 24 le 24,
+ 197.6.82.0/23 ge 24 le 24,
+ 197.6.88.0/22 le 24,
+ 197.6.64.0/22 ge 24 le 24,
+ 197.6.73.0/22 le 24,
+ 197.6.79.0/23 ge 24 le 24,
+ 197.26.149.0/24,
+ 197.26.151.0/24,
+ 197.26.141.0/24,
+ 197.26.131.0/24,
+ 197.26.251.0/24,
+ 197.26.248.0/24,
+ 197.26.96.0/23 le 24,
+ 197.26.98.0/24,
+ 197.26.85.0/24,
+ 197.26.68.0/24,
+ 197.26.64.0/24,
+ 197.26.53.0/24,
+ 197.24.183.0/24,
+ 197.25.217.0/24,
+ 197.25.215.0/23 le 24,
+ 197.25.203.0/24,
+ 197.25.201.0/23 le 24,
+ 197.25.130.0/24,
+ 197.25.141.0/22 le 24,
+ 197.25.3.0/24,
+ 197.25.22.0/23 le 24,
+ 197.25.89.0/24,
+ 197.25.108.0/24,
+ 197.25.105.0/23 ge 24 le 24,
+ 197.25.101.0/24,
+ 197.25.102.0/24,
+ 197.25.98.0/24,
+ 197.31.229.0/24,
+ 197.31.231.0/23 le 24,
+ 197.31.224.0/22 le 24,
+ 197.31.234.0/22 le 24,
+ 197.31.239.0/23 le 24,
+ 197.31.237.0/24,
+ 197.31.247.0/20 le 24,
+ 197.31.114.0/18 le 24,
+ 197.30.22.0/23 le 24,
+ 197.29.51.0/23 le 24,
+ 197.29.27.0/21 le 24,
+ 197.29.175.0/24,
+ 197.28.0.0/22 le 24,
+ 197.28.107.0/19 le 24,
+ 197.28.158.0/24,
+ 197.18.18.0/24,
+ 197.18.52.0/20 le 24,
+ 197.17.39.0/24,
+ 197.17.41.0/24,
+ 197.21.90.0/24,
+ 197.21.44.0/24,
+ 197.21.42.0/24,
+ 197.21.20.0/21 le 24,
+ 197.21.233.0/18 le 24,
+ 197.20.218.0/24,
+ 197.20.243.0/22 ge 23 le 24,
+ 197.23.35.0/24,
+ 197.23.62.0/24,
+ 197.23.57.0/24,
+ 197.23.19.0/24,
+ 197.23.190.0/24,
+ 197.23.188.0/24,
+ 197.23.173.0/24,
+ 197.23.224.0/24,
+ 197.23.252.0/24,
+ 197.23.255.0/24,
+ 197.23.212.0/24,
+ 197.23.221.0/24,
+ 197.22.115.0/24,
+ 197.65.211.0/24,
+ 197.68.65.0/23 le 24,
+ 197.68.97.0/20 le 24,
+ 197.70.131.0/23 le 24,
+ 197.71.204.0/21 le 24,
+ 197.73.56.0/24,
+ 197.73.4.0/22 le 24,
+ 197.73.84.0/22 le 24,
+ 197.73.90.0/22 le 24,
+ 197.73.94.0/23 le 24,
+ 197.72.201.0/24,
+ 197.72.216.0/23 ge 24 le 24,
+ 197.72.215.0/24,
+ 197.72.212.0/23 ge 24 le 24,
+ 197.72.208.0/22 le 24,
+ 197.72.146.0/22 le 24,
+ 197.72.150.0/23 ge 24 le 24,
+ 197.72.149.0/23 le 24,
+ 197.72.152.0/21 ge 22 le 24,
+ 197.72.129.0/23 ge 24 le 24,
+ 197.72.131.0/24,
+ 197.72.179.0/24,
+ 197.72.177.0/23 ge 24 le 24,
+ 197.72.183.0/24,
+ 197.72.165.0/24,
+ 197.72.172.0/23 le 24,
+ 197.72.111.0/24,
+ 197.72.113.0/24,
+ 197.72.125.0/24,
+ 197.72.86.0/24,
+ 197.72.92.0/24,
+ 197.72.89.0/24,
+ 197.72.19.0/20 le 24,
+ 197.72.48.0/24,
+ 197.75.221.0/22 le 24,
+ 197.78.46.0/24,
+ 197.79.98.0/24,
+ 197.79.161.0/24,
+ 197.79.252.0/24,
+ 197.77.106.0/21 le 24,
+ 197.77.193.0/23 le 24,
+ 197.77.196.0/24,
+ 197.81.86.0/24,
+ 197.81.108.0/19 le 24,
+ 197.80.244.0/24,
+ 197.83.252.0/16 le 24,
+ 197.85.161.0/21 le 24,
+ 197.86.115.0/21 le 24,
+ 197.94.223.0/24,
+ 197.94.211.0/22 ge 24 le 24,
+ 197.95.22.0/23 le 24,
+ 197.89.13.0/24,
+ 197.88.229.0/24,
+ 197.88.225.0/24,
+ 197.127.198.0/24,
+ 197.127.208.0/23 le 24,
+ 197.127.223.0/22 le 24,
+ 197.127.218.0/24,
+ 197.127.232.0/21 le 24,
+ 197.127.228.0/22 ge 24 le 24,
+ 197.127.226.0/23 ge 24 le 24,
+ 197.127.225.0/23 le 24,
+ 197.127.251.0/21 le 24,
+ 197.127.244.0/22 le 24,
+ 197.127.243.0/24,
+ 197.127.177.0/22 le 24,
+ 197.127.161.0/21 ge 22 le 24,
+ 197.127.171.0/21 le 24,
+ 197.127.132.0/24,
+ 197.127.61.0/24,
+ 197.127.59.0/24,
+ 197.127.1.0/24,
+ 197.127.9.0/24,
+ 197.127.14.0/24,
+ 197.127.12.0/24,
+ 197.127.122.0/23 le 24,
+ 197.127.120.0/24,
+ 197.127.116.0/24,
+ 197.127.87.0/23 le 24,
+ 197.127.93.0/21 le 24,
+ 197.126.37.0/24,
+ 197.126.24.0/24,
+ 197.126.180.0/24,
+ 197.125.234.0/20 le 24,
+ 197.124.34.0/22 le 24,
+ 197.124.112.0/24,
+ 197.124.78.0/24,
+ 197.124.73.0/23 le 24,
+ 197.124.64.0/24,
+ 197.124.199.0/23 le 24,
+ 197.124.167.0/24,
+ 197.121.237.0/22 le 24,
+ 197.120.195.0/21 le 24,
+ 197.123.97.0/24,
+ 197.123.111.0/21 le 24,
+ 197.123.6.0/24,
+ 197.123.206.0/24,
+ 197.123.186.0/24,
+ 197.123.129.0/24,
+ 197.112.161.0/21 le 24,
+ 197.112.174.0/23 le 24,
+ 197.112.243.0/19 le 24,
+ 197.112.85.0/20 le 24,
+ 197.112.61.0/23 ge 24 le 24,
+ 197.112.57.0/24,
+ 197.102.102.0/14 le 24,
+ 197.106.94.0/14 le 24,
+ 197.109.200.0/24,
+ 197.109.194.0/21 le 24,
+ 197.150.217.0/20 le 24,
+ 197.150.243.0/24,
+ 197.150.240.0/24,
+ 197.150.248.0/24,
+ 197.150.176.0/24,
+ 197.150.28.0/24,
+ 197.150.34.0/23 le 24,
+ 197.150.37.0/24,
+ 197.150.68.0/24,
+ 197.150.96.0/23 ge 24 le 24,
+ 197.150.116.0/23 le 24,
+ 197.150.118.0/24,
+ 197.148.184.0/24,
+ 197.149.251.0/24,
+ 197.149.98.0/23 ge 24 le 24,
+ 197.149.54.0/24,
+ 197.149.47.0/24,
+ 197.157.233.0/21 le 24,
+ 197.157.231.0/23 le 24,
+ 197.157.224.0/22 le 24,
+ 197.157.22.0/24,
+ 197.157.12.0/24,
+ 197.157.59.0/24,
+ 197.157.32.0/24,
+ 197.157.47.0/24,
+ 197.157.78.0/24,
+ 197.156.62.0/20 le 24,
+ 197.156.93.0/24,
+ 197.156.231.0/24,
+ 197.156.170.0/24,
+ 197.153.207.0/24,
+ 197.153.143.0/24,
+ 197.155.110.0/19 le 24,
+ 197.129.119.0/20 le 24,
+ 197.131.199.0/20 le 24,
+ 197.131.209.0/22 le 24,
+ 197.131.15.0/24,
+ 197.131.91.0/24,
+ 197.132.88.0/24,
+ 197.132.254.0/24,
+ 197.132.204.0/24,
+ 197.133.63.0/24,
+ 197.134.191.0/24,
+ 197.134.131.0/24,
+ 197.134.134.0/23 le 24,
+ 197.134.133.0/24,
+ 197.134.157.0/24,
+ 197.134.155.0/23 ge 24 le 24,
+ 197.142.174.0/21 le 24,
+ 197.143.4.0/22 ge 24 le 24,
+ 197.143.204.0/24,
+ 197.143.219.0/24,
+ 197.143.248.0/24,
+ 197.143.136.0/22 le 24,
+ 197.143.152.0/23 le 24,
+ 197.143.163.0/24,
+ 197.143.166.0/24,
+ 197.164.4.0/24,
+ 197.164.1.0/24,
+ 197.164.151.0/24,
+ 197.165.108.0/21 le 24,
+ 197.165.71.0/22 le 24,
+ 197.165.92.0/23 ge 24 le 24,
+ 197.165.11.0/24,
+ 197.165.1.0/24,
+ 197.166.46.0/22 le 24,
+ 197.166.242.0/24,
+ 197.167.7.0/21 le 24,
+ 197.167.9.0/22 le 24,
+ 197.167.206.0/24,
+ 197.167.202.0/24,
+ 197.167.146.0/24,
+ 197.167.165.0/24,
+ 197.167.166.0/24,
+ 197.167.188.0/24,
+ 197.160.156.0/24,
+ 197.161.183.0/23 le 24,
+ 197.161.49.0/24,
+ 197.162.131.0/16 le 24,
+ 197.173.235.0/24,
+ 197.173.237.0/24,
+ 197.173.247.0/24,
+ 197.173.241.0/24,
+ 197.173.204.0/24,
+ 197.173.129.0/23 le 24,
+ 197.173.141.0/24,
+ 197.173.158.0/24,
+ 197.173.122.0/24,
+ 197.173.97.0/23 le 24,
+ 197.173.91.0/24,
+ 197.173.92.0/22 le 24,
+ 197.173.86.0/23 le 24,
+ 197.173.84.0/23 ge 24 le 24,
+ 197.172.234.0/16 le 24,
+ 197.169.182.0/24,
+ 197.169.181.0/24,
+ 197.169.169.0/20 le 24,
+ 197.169.133.0/24,
+ 197.169.233.0/23 le 24,
+ 197.169.235.0/24,
+ 197.169.226.0/22 le 24,
+ 197.169.242.0/23 le 24,
+ 197.169.241.0/24,
+ 197.169.219.0/23 ge 24 le 24,
+ 197.169.217.0/24,
+ 197.169.220.0/22 le 24,
+ 197.169.195.0/22 ge 24 le 24,
+ 197.169.203.0/22 le 24,
+ 197.169.104.0/24,
+ 197.169.66.0/24,
+ 197.169.40.0/23 le 24,
+ 197.169.57.0/24,
+ 197.182.33.0/24,
+ 197.182.30.0/22 le 24,
+ 197.182.7.0/20 le 24,
+ 197.182.249.0/22 le 24,
+ 197.183.93.0/24,
+ 197.183.184.0/24,
+ 197.183.212.0/24,
+ 197.181.41.0/24,
+ 197.181.36.0/24,
+ 197.181.4.0/24,
+ 197.180.36.0/24,
+ 197.180.234.0/24,
+ 197.180.238.0/24,
+ 197.180.227.0/24,
+ 197.180.208.0/23 le 24,
+ 197.180.203.0/24,
+ 197.180.140.0/24,
+ 197.180.143.0/23 le 24,
+ 197.177.223.0/22 ge 24 le 24,
+ 197.177.217.0/22 le 24,
+ 197.177.234.0/24,
+ 197.177.49.0/22 le 24,
+ 197.177.56.0/24,
+ 197.177.17.0/24,
+ 197.177.11.0/23 le 24,
+ 197.177.109.0/24,
+ 197.177.87.0/24,
+ 197.177.72.0/23 le 24,
+ 197.176.121.0/20 le 24,
+ 197.176.97.0/21 le 24,
+ 197.176.108.0/22 le 24,
+ 197.176.139.0/24,
+ 197.176.231.0/24,
+ 197.176.214.0/24,
+ 197.176.218.0/24,
+ 197.179.16.0/24,
+ 197.179.19.0/23 le 24,
+ 197.179.53.0/22 le 24,
+ 197.179.138.0/24,
+ 197.179.224.0/22 le 24,
+ 197.178.170.0/24,
+ 197.178.181.0/24,
+ 197.178.149.0/23 le 24,
+ 197.190.120.0/23 ge 24 le 24,
+ 197.190.103.0/22 le 24,
+ 197.190.242.0/24,
+ 197.190.232.0/24,
+ 197.190.225.0/24,
+ 197.190.193.0/24,
+ 197.190.195.0/24,
+ 197.190.217.0/24,
+ 197.191.42.0/22 le 24,
+ 197.191.139.0/24,
+ 197.191.136.0/24,
+ 197.191.240.0/24,
+ 197.189.161.0/24,
+ 197.189.190.0/23 le 24,
+ 197.189.132.0/24,
+ 197.188.106.0/22 le 24,
+ 197.188.168.0/24,
+ 197.188.177.0/24,
+ 197.188.185.0/24,
+ 197.188.151.0/23 le 24,
+ 197.188.252.0/24,
+ 197.188.254.0/24,
+ 197.188.238.0/24,
+ 197.188.233.0/23 le 24,
+ 197.188.235.0/24,
+ 197.188.207.0/24,
+ 197.184.102.0/24,
+ 197.199.196.0/23 le 24,
+ 197.205.176.0/22 le 24,
+ 197.205.62.0/24,
+ 197.205.36.0/24,
+ 197.205.7.0/24,
+ 197.207.147.0/21 le 24,
+ 197.207.78.0/24,
+ 197.207.52.0/22 le 24,
+ 197.207.47.0/24,
+ 197.207.17.0/23 le 24,
+ 197.206.193.0/22 le 24,
+ 197.206.116.0/24,
+ 197.206.75.0/23 le 24,
+ 197.206.89.0/22 le 24,
+ 197.206.95.0/23 le 24,
+ 197.206.37.0/24,
+ 197.206.1.0/24,
+ 197.201.80.0/24,
+ 197.201.85.0/23 le 24,
+ 197.201.46.0/22 le 24,
+ 197.201.59.0/24,
+ 197.200.98.0/24,
+ 197.202.186.0/19 le 24,
+ 197.202.85.0/23 le 24,
+ 197.202.9.0/24,
+ 197.202.16.0/23 le 24,
+ 197.202.18.0/24,
+ 197.203.1.0/24,
+ 197.203.26.0/24,
+ 197.216.198.0/16 le 24,
+ 197.218.103.0/19 le 24,
+ 197.219.57.0/19 le 24,
+ 197.221.89.0/24,
+ 197.221.90.0/24,
+ 197.221.104.0/24,
+ 197.220.26.0/16 le 24,
+ 197.222.138.0/15 ge 16 le 24,
+ 197.209.122.0/16 le 24,
+ 197.208.147.0/24,
+ 197.230.168.0/24,
+ 197.230.161.0/24,
+ 197.230.141.0/23 ge 24 le 24,
+ 197.230.142.0/23 le 24,
+ 197.230.139.0/24,
+ 197.230.129.0/24,
+ 197.229.125.0/20 le 24,
+ 197.233.213.0/24,
+ 197.233.220.0/24,
+ 197.233.195.0/22 ge 24 le 24,
+ 197.233.197.0/24,
+ 197.233.198.0/24,
+ 197.233.243.0/24,
+ 197.233.253.0/23 ge 24 le 24,
+ 197.233.255.0/23 le 24,
+ 197.233.182.0/24,
+ 197.233.180.0/24,
+ 197.233.170.0/24,
+ 197.233.131.0/22 le 24,
+ 197.233.148.0/24,
+ 197.233.31.0/24,
+ 197.233.11.0/24,
+ 197.233.8.0/24,
+ 197.233.4.0/23 le 24,
+ 197.233.58.0/24,
+ 197.237.237.0/15 ge 16 le 24,
+ 197.255.86.0/21 le 24,
+ 197.255.47.0/18 le 24,
+ 197.252.157.0/20 le 24,
+ 197.252.129.0/21 le 24,
+ 197.252.183.0/24,
+ 197.251.244.0/20 le 24,
+ 197.250.246.0/20 le 24,
+ 197.250.0.0/24,
+ 197.250.126.0/24,
+ 197.248.30.0/22 le 24,
+ 197.248.57.0/24,
+ 197.248.112.0/19 le 24,
+ 197.245.64.0/16 le 24,
+ 197.240.92.0/21 le 24,
+ 197.240.247.0/24,
+ 197.240.242.0/23 ge 24 le 24,
+ 197.240.138.0/22 le 24,
+ 197.240.131.0/23 le 24,
+ 196.38.153.0/24,
+ 196.38.138.0/22 le 24,
+ 196.38.142.0/24,
+ 196.38.130.0/23 le 24,
+ 196.38.135.0/24,
+ 196.38.132.0/24,
+ 196.38.75.0/23 le 24,
+ 196.39.207.0/24,
+ 196.36.90.0/24,
+ 196.32.178.0/24,
+ 196.32.43.0/23 le 24,
+ 196.32.36.0/24,
+ 196.32.66.0/24,
+ 196.32.82.0/23 le 24,
+ 196.33.179.0/24,
+ 196.33.164.0/23 le 24,
+ 196.33.163.0/23 le 24,
+ 196.33.133.0/24,
+ 196.35.243.0/24,
+ 196.35.235.0/23 le 24,
+ 196.35.236.0/23 ge 24 le 24,
+ 196.35.226.0/23 le 24,
+ 196.35.225.0/24,
+ 196.35.228.0/24,
+ 196.35.230.0/23 ge 24 le 24,
+ 196.35.10.0/22 le 24,
+ 196.41.69.0/16 le 24,
+ 196.40.200.0/24,
+ 196.40.198.0/23 ge 24 le 24,
+ 196.42.8.0/24,
+ 196.46.188.0/22 le 24,
+ 196.46.173.0/21 le 24,
+ 196.46.160.0/24,
+ 196.46.159.0/21 le 24,
+ 196.46.103.0/24,
+ 196.46.51.0/21 le 24,
+ 196.55.116.0/22 le 24,
+ 196.55.155.0/22 ge 24 le 24,
+ 196.55.233.0/22 le 24,
+ 196.52.91.0/21 le 24,
+ 196.52.85.0/24,
+ 196.52.96.0/21 le 24,
+ 196.52.109.0/23 le 24,
+ 196.52.47.0/24,
+ 196.52.51.0/22 le 24,
+ 196.52.14.0/22 le 24,
+ 196.52.3.0/21 le 24,
+ 196.52.25.0/22 le 24,
+ 196.50.196.0/20 le 24,
+ 196.50.241.0/24,
+ 196.51.11.0/24,
+ 196.51.21.0/24,
+ 196.51.17.0/24,
+ 196.51.123.0/22 le 24,
+ 196.51.188.0/22 le 24,
+ 196.51.153.0/22 le 24,
+ 196.57.142.0/22 le 24,
+ 196.57.131.0/21 le 24,
+ 196.57.148.0/21 le 24,
+ 196.57.85.0/24,
+ 196.57.95.0/23 le 24,
+ 196.57.28.0/24,
+ 196.57.31.0/24,
+ 196.57.16.0/24,
+ 196.56.232.0/21 le 24,
+ 196.56.53.0/21 le 24,
+ 196.56.46.0/21 le 24,
+ 196.56.31.0/21 le 24,
+ 196.56.11.0/22 le 24,
+ 196.56.2.0/24,
+ 196.56.126.0/21 le 24,
+ 196.63.163.0/24,
+ 196.63.195.0/23 le 24,
+ 196.63.222.0/23 le 24,
+ 196.63.220.0/24,
+ 196.60.21.0/21 le 24,
+ 196.60.51.0/21 le 24,
+ 196.23.29.0/24,
+ 196.23.55.0/22 le 24,
+ 196.23.174.0/24,
+ 196.23.172.0/23 le 24,
+ 196.23.170.0/23 le 24,
+ 196.23.251.0/23 le 24,
+ 196.23.234.0/24,
+ 196.21.243.0/20 le 24,
+ 196.21.142.0/23 le 24,
+ 196.21.106.0/23 le 24,
+ 196.21.113.0/24,
+ 196.21.127.0/24,
+ 196.17.60.0/22 le 24,
+ 196.17.1.0/24,
+ 196.17.82.0/22 le 24,
+ 196.19.126.0/24,
+ 196.19.121.0/24,
+ 196.19.94.0/22 le 24,
+ 196.25.142.0/24,
+ 196.25.215.0/24,
+ 196.25.218.0/24,
+ 196.25.17.0/24,
+ 196.25.22.0/24,
+ 196.25.20.0/24,
+ 196.25.27.0/24,
+ 196.25.2.0/24,
+ 196.25.4.0/24,
+ 196.25.64.0/22 le 24,
+ 196.25.70.0/24,
+ 196.25.69.0/24,
+ 196.25.83.0/22 le 24,
+ 196.25.86.0/24,
+ 196.25.84.0/24,
+ 196.25.112.0/24,
+ 196.29.167.0/24,
+ 196.29.229.0/24,
+ 196.29.239.0/24,
+ 196.29.72.0/23 le 24,
+ 196.28.62.0/24,
+ 196.28.10.0/24,
+ 196.28.155.0/17 le 24,
+ 196.31.176.0/24,
+ 196.30.201.0/22 le 24,
+ 196.30.205.0/24,
+ 196.30.206.0/24,
+ 196.30.214.0/21 le 24,
+ 196.30.160.0/21 le 24,
+ 196.30.108.0/24,
+ 196.30.70.0/21 le 24,
+ 196.15.188.0/22 le 24,
+ 196.15.186.0/24,
+ 196.15.168.0/20 le 24,
+ 196.15.132.0/24,
+ 196.15.214.0/22 le 24,
+ 196.15.233.0/22 le 24,
+ 196.15.1.0/21 le 24,
+ 196.1.156.0/22 le 24,
+ 196.1.123.0/22 le 24,
+ 196.1.113.0/21 le 24,
+ 196.1.99.0/21 le 24,
+ 196.0.162.0/22 le 24,
+ 196.0.178.0/22 le 24,
+ 196.0.21.0/22 le 24,
+ 196.0.57.0/22 le 24,
+ 196.6.254.0/24,
+ 196.6.178.0/19 le 24,
+ 196.6.129.0/24,
+ 196.6.130.0/24,
+ 196.6.150.0/24,
+ 196.6.95.0/23 le 24,
+ 196.6.83.0/24,
+ 196.6.80.0/24,
+ 196.70.28.0/24,
+ 196.70.27.0/24,
+ 196.70.105.0/21 le 24,
+ 196.70.74.0/22 le 24,
+ 196.70.143.0/22 le 24,
+ 196.71.173.0/19 le 24,
+ 196.66.127.0/22 le 24,
+ 196.66.69.0/21 le 24,
+ 196.64.49.0/24,
+ 196.64.14.0/24,
+ 196.64.18.0/24,
+ 196.64.83.0/22 le 24,
+ 196.64.113.0/21 le 24,
+ 196.64.121.0/24,
+ 196.64.108.0/24,
+ 196.64.106.0/24,
+ 196.64.211.0/21 le 24,
+ 196.64.223.0/23 le 24,
+ 196.64.220.0/24,
+ 196.64.217.0/24,
+ 196.64.207.0/22 le 24,
+ 196.64.251.0/24,
+ 196.64.242.0/21 le 24,
+ 196.64.233.0/24,
+ 196.64.239.0/24,
+ 196.64.189.0/22 le 24,
+ 196.64.130.0/22 le 24,
+ 196.64.158.0/22 le 24,
+ 196.64.149.0/24,
+ 196.64.150.0/24,
+ 196.79.165.0/24,
+ 196.78.252.0/23 le 24,
+ 196.78.223.0/23 ge 24 le 24,
+ 196.78.168.0/23 le 24,
+ 196.78.105.0/17 le 24,
+ 196.76.195.0/24,
+ 196.76.136.0/18 le 24,
+ 196.76.94.0/24,
+ 196.74.136.0/24,
+ 196.75.20.0/19 le 24,
+ 196.73.15.0/24,
+ 196.73.28.0/24,
+ 196.73.121.0/24,
+ 196.73.67.0/24,
+ 196.73.85.0/24,
+ 196.86.137.0/21 le 24,
+ 196.85.82.0/23 le 24,
+ 196.85.127.0/24,
+ 196.85.125.0/24,
+ 196.85.38.0/22 le 24,
+ 196.85.44.0/21 le 24,
+ 196.85.15.0/22 le 24,
+ 196.85.179.0/22 le 24,
+ 196.85.135.0/23 ge 24 le 24,
+ 196.85.129.0/22 le 24,
+ 196.85.216.0/21 le 24,
+ 196.85.240.0/22 le 24,
+ 196.80.65.0/24,
+ 196.80.66.0/24,
+ 196.80.68.0/24,
+ 196.80.91.0/20 le 24,
+ 196.80.101.0/23 ge 24 le 24,
+ 196.80.108.0/24,
+ 196.80.110.0/23 le 24,
+ 196.80.106.0/23 le 24,
+ 196.80.251.0/24,
+ 196.80.233.0/24,
+ 196.80.224.0/24,
+ 196.80.202.0/24,
+ 196.80.199.0/23 ge 24 le 24,
+ 196.80.213.0/24,
+ 196.80.208.0/23 ge 24 le 24,
+ 196.80.139.0/24,
+ 196.80.175.0/22 le 24,
+ 196.80.168.0/23 le 24,
+ 196.80.189.0/24,
+ 196.81.9.0/23 le 24,
+ 196.81.0.0/24,
+ 196.81.22.0/24,
+ 196.81.29.0/24,
+ 196.81.113.0/24,
+ 196.81.115.0/23 ge 24 le 24,
+ 196.81.118.0/23 ge 24 le 24,
+ 196.81.117.0/24,
+ 196.81.121.0/22 ge 24 le 24,
+ 196.81.90.0/23 le 24,
+ 196.81.68.0/24,
+ 196.81.70.0/23 le 24,
+ 196.81.179.0/24,
+ 196.82.86.0/22 le 24,
+ 196.82.247.0/22 le 24,
+ 196.82.233.0/21 le 24,
+ 196.82.142.0/21 le 24,
+ 196.82.180.0/22 le 24,
+ 196.89.163.0/20 le 24,
+ 196.89.118.0/24,
+ 196.88.115.0/21 le 24,
+ 196.91.64.0/24,
+ 196.91.67.0/24,
+ 196.91.35.0/22 le 24,
+ 196.91.54.0/21 le 24,
+ 196.91.8.0/22 le 24,
+ 196.91.227.0/21 le 24,
+ 196.91.190.0/22 le 24,
+ 196.91.162.0/21 le 24,
+ 196.111.152.0/24,
+ 196.111.46.0/22 le 24,
+ 196.111.52.0/22 le 24,
+ 196.111.26.0/22 ge 24 le 24,
+ 196.111.108.0/22 le 24,
+ 196.108.110.0/24,
+ 196.109.165.0/23 le 24,
+ 196.109.162.0/24,
+ 196.109.174.0/24,
+ 196.109.50.0/24,
+ 196.105.76.0/22 le 24,
+ 196.105.116.0/24,
+ 196.105.118.0/24,
+ 196.105.180.0/22 le 24,
+ 196.105.216.0/24,
+ 196.105.223.0/24,
+ 196.106.197.0/24,
+ 196.106.205.0/22 le 24,
+ 196.106.211.0/22 le 24,
+ 196.106.181.0/22 le 24,
+ 196.106.170.0/22 le 24,
+ 196.106.119.0/21 le 24,
+ 196.107.229.0/21 le 24,
+ 196.107.198.0/24,
+ 196.101.67.0/17 le 24,
+ 196.103.38.0/22 le 24,
+ 196.96.157.0/22 le 24,
+ 196.96.149.0/22 le 24,
+ 196.98.95.0/16 le 24,
+ 196.120.49.0/24,
+ 196.120.8.0/21 le 24,
+ 196.121.189.0/21 le 24,
+ 196.121.59.0/22 le 24,
+ 196.121.61.0/23 le 24,
+ 196.121.63.0/23 ge 24 le 24,
+ 196.121.14.0/22 le 24,
+ 196.121.68.0/22 le 24,
+ 196.121.83.0/22 le 24,
+ 196.127.101.0/22 le 24,
+ 196.127.75.0/22 le 24,
+ 196.127.135.0/21 le 24,
+ 196.127.157.0/21 le 24,
+ 196.124.63.0/23 le 24,
+ 196.124.49.0/22 le 24,
+ 196.124.31.0/21 le 24,
+ 196.124.201.0/22 le 24,
+ 196.124.152.0/21 le 24,
+ 196.113.234.0/21 le 24,
+ 196.113.227.0/22 le 24,
+ 196.113.65.0/24,
+ 196.113.67.0/23 le 24,
+ 196.113.90.0/24,
+ 196.113.47.0/24,
+ 196.113.4.0/23 ge 24 le 24,
+ 196.119.118.0/24,
+ 196.119.115.0/23 le 24,
+ 196.118.121.0/20 le 24,
+ 196.117.152.0/24,
+ 196.116.70.0/23 ge 24 le 24,
+ 196.116.66.0/24,
+ 196.116.6.0/23 le 24,
+ 196.116.0.0/24,
+ 196.116.150.0/22 le 24,
+ 196.172.224.0/18 le 24,
+ 196.172.37.0/24,
+ 196.173.227.0/24,
+ 196.173.165.0/24,
+ 196.175.89.0/24,
+ 196.175.93.0/24,
+ 196.175.81.0/21 ge 24 le 24,
+ 196.175.64.0/23 le 24,
+ 196.175.69.0/24,
+ 196.175.74.0/23 ge 24 le 24,
+ 196.175.72.0/24,
+ 196.175.195.0/24,
+ 196.175.196.0/23 le 24,
+ 196.175.203.0/24,
+ 196.175.214.0/24,
+ 196.175.220.0/23 le 24,
+ 196.175.249.0/24,
+ 196.175.237.0/24,
+ 196.175.224.0/24,
+ 196.174.146.0/21 le 24,
+ 196.174.186.0/21 le 24,
+ 196.174.202.0/21 le 24,
+ 196.174.235.0/22 le 24,
+ 196.174.242.0/24,
+ 196.174.69.0/22 le 24,
+ 196.174.76.0/22 le 24,
+ 196.174.101.0/22 ge 24 le 24,
+ 196.174.8.0/21 le 24,
+ 196.174.61.0/24,
+ 196.174.49.0/22 le 24,
+ 196.167.77.0/21 le 24,
+ 196.161.12.0/19 le 24,
+ 196.161.35.0/22 le 24,
+ 196.163.191.0/24,
+ 196.163.183.0/21 le 24,
+ 196.163.220.0/24,
+ 196.183.199.0/21 le 24,
+ 196.183.79.0/22 le 24,
+ 196.183.121.0/21 le 24,
+ 196.183.105.0/23 le 24,
+ 196.183.107.0/24,
+ 196.182.190.0/24,
+ 196.182.183.0/22 le 24,
+ 196.182.101.0/24,
+ 196.182.121.0/22 le 24,
+ 196.180.125.0/19 le 24,
+ 196.180.94.0/20 le 24,
+ 196.180.74.0/22 le 24,
+ 196.180.13.0/22 ge 23 le 24,
+ 196.180.39.0/22 ge 23 le 24,
+ 196.180.51.0/24,
+ 196.180.48.0/23 ge 24 le 24,
+ 196.180.52.0/22 le 24,
+ 196.180.201.0/22 le 24,
+ 196.180.192.0/21 le 24,
+ 196.180.251.0/21 le 24,
+ 196.180.130.0/23 ge 24 le 24,
+ 196.180.128.0/24,
+ 196.180.153.0/22 le 24,
+ 196.180.190.0/21 le 24,
+ 196.191.129.0/24,
+ 196.191.113.0/21 le 24,
+ 196.191.69.0/24,
+ 196.191.81.0/24,
+ 196.191.83.0/23 le 24,
+ 196.191.93.0/24,
+ 196.191.44.0/22 le 24,
+ 196.191.42.0/24,
+ 196.190.148.0/24,
+ 196.190.189.0/24,
+ 196.190.179.0/24,
+ 196.190.216.0/24,
+ 196.190.246.0/24,
+ 196.186.18.0/24,
+ 196.186.26.0/24,
+ 196.186.64.0/23 le 24,
+ 196.186.99.0/22 le 24,
+ 196.186.171.0/24,
+ 196.186.166.0/24,
+ 196.186.234.0/22 le 24,
+ 196.187.26.0/21 le 24,
+ 196.187.152.0/24,
+ 196.187.191.0/24,
+ 196.187.198.0/21 le 24,
+ 196.185.30.0/23 ge 24 le 24,
+ 196.185.29.0/23 le 24,
+ 196.185.149.0/23 le 24,
+ 196.212.83.0/22 le 24,
+ 196.212.222.0/21 le 24,
+ 196.212.199.0/22 le 24,
+ 196.212.201.0/21 le 24,
+ 196.212.173.0/22 le 24,
+ 196.212.145.0/22 le 24,
+ 196.213.69.0/23 le 24,
+ 196.213.70.0/23 ge 24 le 24,
+ 196.213.9.0/21 le 24,
+ 196.213.63.0/22 le 24,
+ 196.213.176.0/22 le 24,
+ 196.213.254.0/21 le 24,
+ 196.213.231.0/22 le 24,
+ 196.213.200.0/22 le 24,
+ 196.213.193.0/23 le 24,
+ 196.214.242.0/23 le 24,
+ 196.214.255.0/24,
+ 196.214.198.0/24,
+ 196.214.190.0/19 le 24,
+ 196.214.153.0/20 le 24,
+ 196.214.134.0/23 le 24,
+ 196.214.131.0/22 le 24,
+ 196.214.85.0/22 le 24,
+ 196.214.120.0/23 le 24,
+ 196.214.106.0/22 le 24,
+ 196.214.53.0/22 le 24,
+ 196.210.142.0/21 le 24,
+ 196.210.134.0/22 le 24,
+ 196.210.202.0/24,
+ 196.210.197.0/24,
+ 196.222.2.0/22 le 24,
+ 196.223.245.0/22 le 24,
+ 196.223.213.0/21 le 24,
+ 196.223.61.0/24,
+ 196.223.96.0/24,
+ 196.223.111.0/24,
+ 196.223.109.0/24,
+ 196.223.104.0/24,
+ 196.220.93.0/24,
+ 196.220.91.0/23 le 24,
+ 196.220.100.0/24,
+ 196.220.209.0/24,
+ 196.220.215.0/24,
+ 196.220.213.0/24,
+ 196.220.188.0/24,
+ 196.220.178.0/23 le 24,
+ 196.220.171.0/24,
+ 196.220.169.0/24,
+ 196.220.163.0/21 le 24,
+ 196.220.135.0/21 le 24,
+ 196.216.185.0/24,
+ 196.216.170.0/22 le 24,
+ 196.216.141.0/21 le 24,
+ 196.216.72.0/23 le 24,
+ 196.216.111.0/21 le 24,
+ 196.203.132.0/22 le 24,
+ 196.203.140.0/23 le 24,
+ 196.203.154.0/24,
+ 196.203.145.0/23 ge 24 le 24,
+ 196.203.151.0/24,
+ 196.203.172.0/24,
+ 196.203.175.0/23 ge 24 le 24,
+ 196.203.162.0/24,
+ 196.203.161.0/24,
+ 196.203.181.0/22 le 24,
+ 196.203.179.0/24,
+ 196.203.176.0/23 ge 24 le 24,
+ 196.203.190.0/23 le 24,
+ 196.203.187.0/23 ge 24 le 24,
+ 196.203.184.0/24,
+ 196.203.218.0/23 le 24,
+ 196.203.223.0/23 le 24,
+ 196.203.241.0/24,
+ 196.203.103.0/24,
+ 196.203.104.0/24,
+ 196.203.111.0/22 ge 24 le 24,
+ 196.203.5.0/21 le 24,
+ 196.203.16.0/24,
+ 196.203.18.0/24,
+ 196.203.23.0/24,
+ 196.203.20.0/24,
+ 196.203.29.0/23 le 24,
+ 196.203.26.0/23 le 24,
+ 196.203.25.0/24,
+ 196.196.63.0/24,
+ 196.236.89.0/24,
+ 196.236.237.0/24,
+ 196.232.221.0/22 le 24,
+ 196.232.5.0/24,
+ 196.235.129.0/23 ge 24 le 24,
+ 196.235.133.0/23 ge 24 le 24,
+ 196.234.248.0/22 le 24,
+ 196.234.208.0/24,
+ 196.229.40.0/22 le 24,
+ 196.229.125.0/24,
+ 196.229.112.0/24,
+ 196.229.103.0/24,
+ 196.229.224.0/24,
+ 196.229.220.0/24,
+ 196.229.214.0/24,
+ 196.229.212.0/24,
+ 196.229.174.0/24,
+ 196.229.181.0/24,
+ 196.229.132.0/22 le 24,
+ 196.230.170.0/16 le 24,
+ 196.252.210.0/23 le 24,
+ 196.253.156.0/24,
+ 196.253.143.0/22 le 24,
+ 196.254.132.0/18 le 24,
+ 196.254.96.0/24,
+ 196.254.110.0/23 le 24,
+ 196.255.54.0/16 le 24,
+ 196.251.243.0/21 le 24,
+ 196.251.255.0/22 le 24,
+ 196.251.250.0/23 le 24,
+ 196.251.210.0/21 le 24,
+ 196.251.167.0/24,
+ 196.251.105.0/22 le 24,
+ 196.250.35.0/22 le 24,
+ 196.250.46.0/23 le 24,
+ 196.250.45.0/23 ge 24 le 24,
+ 196.250.42.0/23 le 24,
+ 196.250.40.0/24,
+ 196.250.82.0/24,
+ 196.250.223.0/23 le 24,
+ 196.250.253.0/24,
+ 196.250.250.0/23 le 24,
+ 196.250.249.0/24,
+ 196.250.130.0/24,
+ 196.250.164.0/24,
+ 196.250.167.0/24,
+ 196.249.57.0/24,
+ 196.249.60.0/23 le 24,
+ 196.249.14.0/23 le 24,
+ 196.249.7.0/24,
+ 196.249.16.0/23 le 24,
+ 196.249.29.0/22 le 24,
+ 196.249.78.0/21 ge 22 le 24,
+ 196.249.68.0/23 le 24,
+ 196.249.70.0/23 ge 24 le 24,
+ 196.249.64.0/24,
+ 196.249.66.0/23 le 24,
+ 196.249.85.0/21 le 24,
+ 196.249.116.0/24,
+ 196.249.119.0/24,
+ 196.249.120.0/23 ge 24 le 24,
+ 196.249.103.0/24,
+ 196.249.210.0/24,
+ 196.249.194.0/24,
+ 196.249.225.0/24,
+ 196.249.226.0/24,
+ 196.249.149.0/24,
+ 196.249.145.0/24,
+ 196.249.179.0/24,
+ 196.242.105.0/24,
+ 196.242.137.0/23 le 24,
+ 196.242.173.0/24,
+ 196.242.174.0/23 le 24,
+ 196.242.179.0/23 le 24,
+ 196.242.177.0/24,
+ 196.242.183.0/24,
+ 196.242.188.0/24,
+ 196.243.37.0/20 le 24,
+ 196.243.134.0/24,
+ 196.243.133.0/23 le 24,
+ 196.243.136.0/23 le 24,
+ 196.243.151.0/24,
+ 196.243.223.0/24,
+ 196.240.213.0/23 le 24,
+ 196.240.201.0/21 le 24,
+ 196.240.199.0/22 le 24,
+ 196.240.193.0/23 le 24,
+ 196.240.194.0/23 ge 24 le 24,
+ 196.240.120.0/24,
+ 196.240.65.0/21 ge 22 le 24,
+ 196.240.29.0/20 ge 22 le 24,
+ 196.240.3.0/21 ge 22 le 24,
+ 196.240.14.0/21 le 24,
+ 196.245.214.0/21 le 24,
+ 196.245.217.0/23 le 24,
+ 196.245.225.0/22 le 24,
+ 196.245.230.0/23 le 24,
+ 196.245.229.0/24,
+ 196.245.106.0/21 le 24,
+ 196.245.41.0/24,
+ 196.245.43.0/23 ge 24 le 24,
+ 196.247.218.0/22 le 24,
+ 196.247.233.0/20 le 24,
+ 196.247.5.0/24,
+ 196.246.229.0/22 le 24,
+ 196.246.226.0/22 ge 24 le 24,
+ 196.246.162.0/23 le 24,
+ 196.246.160.0/24,
+ 196.246.42.0/24,
+ 196.246.60.0/24,
+ 207.239.136.0/24,
+ 207.239.133.0/22 le 24,
+ 207.239.213.0/24,
+ 207.239.11.0/24,
+ 207.239.56.0/22 le 24,
+ 207.239.50.0/24,
+ 207.238.25.0/22 le 24,
+ 207.238.246.0/24,
+ 207.238.228.0/24,
+ 207.238.212.0/21 le 24,
+ 207.236.66.0/21 le 24,
+ 207.235.10.0/22 le 24,
+ 207.234.127.0/22 le 24,
+ 207.232.195.0/21 le 24,
+ 207.233.16.0/24,
+ 207.233.19.0/23 le 24,
+ 207.230.114.0/23 le 24,
+ 207.230.118.0/24,
+ 207.228.68.0/23 ge 24 le 24,
+ 207.229.58.0/24,
+ 207.229.63.0/22 le 24,
+ 207.225.223.0/21 le 24,
+ 207.226.180.0/21 le 24,
+ 207.241.85.0/24,
+ 207.241.68.0/22 le 24,
+ 207.252.30.0/24,
+ 207.253.191.0/24,
+ 207.207.155.0/19 le 24,
+ 207.218.239.0/18 le 24,
+ 207.210.253.0/23 ge 24 le 24,
+ 207.210.245.0/23 ge 24 le 24,
+ 207.210.208.0/24,
+ 207.178.124.0/20 le 24,
+ 207.173.89.0/21 le 24,
+ 207.173.80.0/22 le 24,
+ 207.165.118.0/21 le 24,
+ 207.136.239.0/16 le 24,
+ 207.134.96.0/19 le 24,
+ 207.133.54.0/23 ge 24 le 24,
+ 207.129.144.0/24,
+ 207.156.212.0/24,
+ 207.156.214.0/24,
+ 207.156.216.0/23 ge 24 le 24,
+ 207.156.220.0/24,
+ 207.156.245.0/24,
+ 207.157.6.0/24,
+ 207.64.237.0/16 le 24,
+ 207.127.136.0/18 le 24,
+ 207.53.215.0/22 le 24,
+ 207.53.210.0/24,
+ 207.53.208.0/23 ge 24 le 24,
+ 207.39.162.0/16 le 24,
+ 207.5.61.0/24,
+ 207.5.49.0/24,
+ 206.208.33.0/22 le 24,
+ 206.163.135.0/24,
+ 206.164.83.0/19 le 24,
+ 204.0.128.0/20 le 24,
+ 204.0.204.0/24,
+ 204.0.4.0/22 le 24,
+ 204.0.41.0/24,
+ 204.1.249.0/20 le 24,
+ 204.1.178.0/23 le 24,
+ 204.3.78.0/24,
+ 204.7.239.0/20 le 24,
+ 204.7.252.0/23 le 24,
+ 204.7.250.0/24,
+ 204.7.69.0/24,
+ 204.7.64.0/24,
+ 204.7.92.0/24,
+ 204.7.82.0/24,
+ 204.7.81.0/24,
+ 204.6.192.0/20 le 24,
+ 204.6.224.0/19 le 24,
+ 204.6.95.0/24,
+ 204.6.81.0/24,
+ 204.5.201.0/24,
+ 204.5.194.0/24,
+ 204.5.244.0/23 le 24,
+ 204.5.240.0/24,
+ 204.4.73.0/22 le 24,
+ 204.4.217.0/23 ge 24 le 24,
+ 204.13.115.0/23 le 24,
+ 204.13.118.0/24,
+ 204.13.10.0/22 le 24,
+ 204.13.240.0/19 le 24,
+ 204.12.42.0/23 ge 24 le 24,
+ 204.12.41.0/24,
+ 204.12.60.0/24,
+ 204.12.64.0/23 le 24,
+ 204.12.88.0/24,
+ 204.12.94.0/24,
+ 204.12.124.0/21 le 24,
+ 204.12.119.0/22 ge 23 le 24,
+ 204.12.210.0/24,
+ 204.10.187.0/24,
+ 204.10.148.0/24,
+ 204.10.255.0/22 le 24,
+ 204.10.214.0/24,
+ 204.8.233.0/24,
+ 204.8.255.0/24,
+ 204.8.253.0/23 le 24,
+ 204.8.39.0/24,
+ 204.8.74.0/22 le 24,
+ 204.26.41.0/24,
+ 204.21.104.0/24,
+ 204.21.114.0/24,
+ 204.21.18.0/22 le 24,
+ 204.21.55.0/22 ge 24 le 24,
+ 204.21.206.0/18 le 24,
+ 204.20.85.0/24,
+ 204.20.93.0/24,
+ 204.20.127.0/24,
+ 204.20.107.0/24,
+ 204.20.101.0/24,
+ 204.38.239.0/24,
+ 204.38.93.0/24,
+ 204.39.180.0/23 le 24,
+ 204.39.88.0/24,
+ 204.46.57.0/22 ge 24 le 24,
+ 204.46.63.0/23 ge 24 le 24,
+ 204.46.61.0/24,
+ 204.46.252.0/24,
+ 204.46.243.0/23 le 24,
+ 204.46.246.0/24,
+ 204.46.160.0/24,
+ 204.47.97.0/23 le 24,
+ 204.47.169.0/24,
+ 204.47.216.0/22 ge 24 le 24,
+ 204.45.100.0/24,
+ 204.45.238.0/19 le 24,
+ 204.45.208.0/22 ge 24 le 24,
+ 204.42.135.0/20 le 24,
+ 204.42.241.0/22 le 24,
+ 204.42.19.0/24,
+ 204.42.77.0/18 le 24,
+ 204.43.168.0/19 le 24,
+ 204.43.27.0/24,
+ 204.43.81.0/23 ge 24 le 24,
+ 204.43.87.0/24,
+ 204.43.91.0/23 ge 24 le 24,
+ 204.41.166.0/24,
+ 204.41.196.0/24,
+ 204.41.225.0/24,
+ 204.41.227.0/24,
+ 204.41.21.0/23 le 24,
+ 204.41.30.0/23 le 24,
+ 204.41.47.0/22 le 24,
+ 204.60.205.0/21 le 24,
+ 204.60.126.0/24,
+ 204.62.136.0/24,
+ 204.58.103.0/22 ge 23 le 24,
+ 204.58.65.0/24,
+ 204.58.75.0/24,
+ 204.58.212.0/20 le 24,
+ 204.59.126.0/22 le 24,
+ 204.59.65.0/24,
+ 204.59.69.0/24,
+ 204.59.53.0/20 le 24,
+ 204.57.57.0/19 le 24,
+ 204.57.170.0/24,
+ 204.48.17.0/19 le 24,
+ 204.48.204.0/23 le 24,
+ 204.49.8.0/19 le 24,
+ 204.51.120.0/24,
+ 204.51.58.0/24,
+ 204.51.2.0/19 le 24,
+ 204.51.131.0/22 le 24,
+ 204.51.248.0/20 ge 24 le 24,
+ 204.51.203.0/23 le 24,
+ 204.51.213.0/24,
+ 204.50.184.0/19 le 24,
+ 204.50.231.0/24,
+ 204.50.240.0/24,
+ 204.52.163.0/21 le 24,
+ 204.52.216.0/21 le 24,
+ 204.52.16.0/24,
+ 204.53.81.0/19 le 24,
+ 204.53.109.0/24,
+ 204.53.121.0/24,
+ 204.53.161.0/21 le 24,
+ 204.54.93.0/19 le 24,
+ 204.54.49.0/20 le 24,
+ 204.55.37.0/24,
+ 204.55.44.0/24,
+ 204.55.86.0/20 le 24,
+ 204.55.172.0/19 le 24,
+ 204.64.177.0/20 le 24,
+ 204.67.199.0/22 le 24,
+ 204.69.93.0/19 le 24,
+ 204.71.247.0/20 le 24,
+ 204.71.83.0/23 ge 24 le 24,
+ 204.71.80.0/24,
+ 204.71.84.0/22 ge 24 le 24,
+ 204.71.93.0/23 ge 24 le 24,
+ 204.71.90.0/24,
+ 204.71.88.0/24,
+ 204.70.13.0/20 le 24,
+ 204.77.83.0/20 le 24,
+ 204.77.170.0/22 le 24,
+ 204.76.125.0/22 ge 24 le 24,
+ 204.76.123.0/24,
+ 204.76.121.0/23 ge 24 le 24,
+ 204.76.118.0/22 ge 24 le 24,
+ 204.76.239.0/19 le 24,
+ 204.78.113.0/22 le 24,
+ 204.78.75.0/23 le 24,
+ 204.78.170.0/22 ge 24 le 24,
+ 204.78.182.0/24,
+ 204.78.181.0/24,
+ 204.74.81.0/18 le 24,
+ 204.74.243.0/24,
+ 204.74.247.0/23 ge 24 le 24,
+ 204.75.221.0/21 le 24,
+ 204.75.66.0/19 le 24,
+ 204.81.201.0/20 le 24,
+ 204.80.174.0/24,
+ 204.80.81.0/24,
+ 204.80.119.0/19 le 24,
+ 204.85.139.0/22 le 24,
+ 204.85.135.0/21 le 24,
+ 204.85.192.0/24,
+ 204.85.228.0/19 le 24,
+ 204.84.142.0/23 ge 24 le 24,
+ 204.84.139.0/24,
+ 204.84.131.0/24,
+ 204.84.135.0/24,
+ 204.84.188.0/22 ge 23 le 24,
+ 204.84.182.0/24,
+ 204.84.177.0/22 le 24,
+ 204.84.168.0/24,
+ 204.84.167.0/22 le 24,
+ 204.84.162.0/23 ge 24 le 24,
+ 204.87.50.0/21 le 24,
+ 204.87.7.0/22 le 24,
+ 204.86.169.0/22 le 24,
+ 204.86.166.0/22 le 24,
+ 204.94.85.0/21 le 24,
+ 204.94.195.0/20 le 24,
+ 204.92.187.0/22 le 24,
+ 204.92.173.0/20 le 24,
+ 204.92.143.0/21 le 24,
+ 204.92.4.0/19 le 24,
+ 204.92.72.0/23 ge 24 le 24,
+ 204.92.97.0/22 le 24,
+ 204.93.54.0/24,
+ 204.93.190.0/22 le 24,
+ 204.93.140.0/20 le 24,
+ 204.93.149.0/24,
+ 204.91.238.0/22 le 24,
+ 204.91.205.0/23 le 24,
+ 204.91.196.0/24,
+ 204.91.199.0/24,
+ 204.91.192.0/24,
+ 204.91.194.0/24,
+ 204.91.153.0/24,
+ 204.91.16.0/18 ge 19 le 24,
+ 204.90.222.0/19 le 24,
+ 204.90.109.0/22 le 24,
+ 204.89.65.0/24,
+ 204.89.163.0/24,
+ 204.88.45.0/20 le 24,
+ 204.127.249.0/24,
+ 204.127.228.0/24,
+ 204.126.152.0/20 le 24,
+ 204.126.72.0/19 le 24,
+ 204.126.111.0/23 ge 24 le 24,
+ 204.126.105.0/24,
+ 204.126.107.0/24,
+ 204.123.179.0/19 le 24,
+ 204.123.3.0/19 le 24,
+ 204.123.96.0/24,
+ 204.123.78.0/20 ge 21 le 24,
+ 204.122.195.0/24,
+ 204.122.238.0/23 ge 24 le 24,
+ 204.122.49.0/21 le 24,
+ 204.120.186.0/19 ge 20 le 24,
+ 204.120.227.0/24,
+ 204.182.201.0/19 le 24,
+ 204.182.147.0/24,
+ 204.182.15.0/19 le 24,
+ 204.182.114.0/24,
+ 204.183.191.0/20 le 24,
+ 204.183.251.0/22 le 24,
+ 204.183.217.0/24,
+ 204.181.7.0/23 ge 24 le 24,
+ 204.180.112.0/24,
+ 204.177.255.0/21 le 24,
+ 204.177.160.0/20 le 24,
+ 204.177.38.0/19 le 24,
+ 204.178.155.0/24,
+ 204.178.157.0/24,
+ 204.178.160.0/24,
+ 204.179.244.0/24,
+ 204.184.254.0/24,
+ 204.184.136.0/22 le 24,
+ 204.184.150.0/22 le 24,
+ 204.184.115.0/21 le 24,
+ 204.185.97.0/19 ge 20 le 24,
+ 204.185.247.0/19 le 24,
+ 204.187.72.0/18 le 24,
+ 204.186.19.0/23 le 24,
+ 204.191.221.0/20 ge 24 le 24,
+ 204.191.133.0/23 le 24,
+ 204.191.142.0/22 le 24,
+ 204.191.139.0/24,
+ 204.163.79.0/21 le 24,
+ 204.162.13.0/18 le 24,
+ 204.162.66.0/20 le 24,
+ 204.167.86.0/24,
+ 204.167.64.0/24,
+ 204.165.112.0/22 le 24,
+ 204.165.13.0/20 le 24,
+ 204.164.201.0/22 le 24,
+ 204.164.230.0/23 le 24,
+ 204.164.83.0/21 le 24,
+ 204.170.239.0/24,
+ 204.170.247.0/24,
+ 204.170.245.0/24,
+ 204.170.242.0/24,
+ 204.170.240.0/23 ge 24 le 24,
+ 204.171.14.0/24,
+ 204.171.1.0/21 ge 22 le 24,
+ 204.168.161.0/24,
+ 204.168.172.0/22 ge 23 le 24,
+ 204.168.150.0/22 le 24,
+ 204.168.245.0/24,
+ 204.168.247.0/24,
+ 204.175.31.0/23 le 24,
+ 204.175.21.0/23 le 24,
+ 204.175.87.0/19 le 24,
+ 204.172.139.0/22 le 24,
+ 204.138.43.0/23 le 24,
+ 204.138.41.0/24,
+ 204.137.163.0/22 le 24,
+ 204.137.173.0/21 ge 22 le 24,
+ 204.137.98.0/20 le 24,
+ 204.137.120.0/24,
+ 204.136.117.0/22 le 24,
+ 204.136.100.0/21 le 24,
+ 204.136.106.0/22 le 24,
+ 204.136.91.0/24,
+ 204.142.189.0/23 ge 24 le 24,
+ 204.142.191.0/24,
+ 204.142.186.0/24,
+ 204.142.185.0/23 ge 24 le 24,
+ 204.142.182.0/22 ge 24 le 24,
+ 204.142.179.0/23 ge 24 le 24,
+ 204.142.165.0/20 ge 21 le 24,
+ 204.142.30.0/19 le 24,
+ 204.143.90.0/22 ge 24 le 24,
+ 204.143.92.0/24,
+ 204.143.94.0/24,
+ 204.143.85.0/22 ge 24 le 24,
+ 204.143.82.0/24,
+ 204.143.81.0/23 ge 24 le 24,
+ 204.143.65.0/23 le 24,
+ 204.140.242.0/24,
+ 204.128.64.0/21 le 24,
+ 204.128.74.0/22 le 24,
+ 204.128.89.0/24,
+ 204.129.27.0/21 le 24,
+ 204.129.84.0/23 ge 24 le 24,
+ 204.129.182.0/24,
+ 204.129.184.0/24,
+ 204.130.67.0/22 ge 24 le 24,
+ 204.130.69.0/24,
+ 204.130.70.0/23 ge 24 le 24,
+ 204.130.78.0/24,
+ 204.130.76.0/23 ge 24 le 24,
+ 204.130.74.0/24,
+ 204.130.73.0/23 ge 24 le 24,
+ 204.130.243.0/20 le 24,
+ 204.134.57.0/23 ge 24 le 24,
+ 204.134.39.0/23 ge 24 le 24,
+ 204.134.218.0/22 ge 24 le 24,
+ 204.134.207.0/24,
+ 204.135.115.0/24,
+ 204.135.113.0/24,
+ 204.133.241.0/19 le 24,
+ 204.133.145.0/19 le 24,
+ 204.132.234.0/24,
+ 204.132.179.0/20 le 24,
+ 204.132.109.0/18 le 24,
+ 204.159.101.0/19 le 24,
+ 204.155.115.0/19 le 24,
+ 204.155.176.0/23 ge 24 le 24,
+ 204.154.10.0/23 ge 24 le 24,
+ 204.154.9.0/24,
+ 204.154.14.0/24,
+ 204.154.12.0/24,
+ 204.154.5.0/24,
+ 204.149.190.0/24,
+ 205.196.233.0/24,
+ 205.196.164.0/24,
+ 205.197.18.0/24,
+ 205.201.96.0/24,
+ 205.201.108.0/22 le 24,
+ 205.201.116.0/24,
+ 205.201.48.0/24,
+ 205.201.128.0/24,
+ 205.200.217.0/24,
+ 205.203.249.0/24,
+ 205.202.156.0/23 ge 24 le 24,
+ 205.202.153.0/23 ge 24 le 24,
+ 205.202.155.0/24,
+ 205.205.34.0/23 le 24,
+ 205.205.124.0/24,
+ 205.205.123.0/24,
+ 205.205.166.0/21 le 24,
+ 205.205.226.0/24,
+ 205.206.158.0/24,
+ 205.206.83.0/23 ge 24 le 24,
+ 205.206.120.0/24,
+ 205.207.71.0/24,
+ 205.215.139.0/22 le 24,
+ 205.215.154.0/24,
+ 205.215.98.0/24,
+ 205.215.102.0/24,
+ 205.214.226.0/24,
+ 205.214.206.0/24,
+ 205.214.219.0/24,
+ 205.214.162.0/24,
+ 205.214.30.0/24,
+ 205.214.14.0/24,
+ 205.212.25.0/24,
+ 205.212.171.0/24,
+ 205.212.244.0/21 le 24,
+ 205.213.216.0/24,
+ 205.213.214.0/24,
+ 205.213.77.0/24,
+ 205.209.189.0/24,
+ 205.209.183.0/23 le 24,
+ 205.209.144.0/24,
+ 205.209.130.0/24,
+ 205.209.124.0/24,
+ 205.208.47.0/24,
+ 205.208.49.0/24,
+ 205.208.146.0/23 le 24,
+ 205.208.153.0/24,
+ 205.211.191.0/23 ge 24 le 24,
+ 205.210.25.0/24,
+ 205.210.122.0/24,
+ 205.210.210.0/22 le 24,
+ 205.210.144.0/23 ge 24 le 24,
+ 205.216.105.0/24,
+ 205.216.84.0/24,
+ 205.216.24.0/24,
+ 205.216.7.0/24,
+ 205.216.47.0/22 le 24,
+ 205.216.159.0/23 le 24,
+ 205.216.172.0/24,
+ 205.217.147.0/22 le 24,
+ 205.217.196.0/23 ge 24 le 24,
+ 205.217.198.0/24,
+ 205.217.44.0/24,
+ 205.219.95.0/24,
+ 205.219.11.0/24,
+ 205.219.58.0/24,
+ 205.219.196.0/24,
+ 205.219.221.0/24,
+ 205.219.145.0/24,
+ 205.219.158.0/24,
+ 205.218.190.0/24,
+ 205.218.179.0/24,
+ 205.218.172.0/24,
+ 205.218.198.0/24,
+ 205.218.113.0/24,
+ 205.220.225.0/23 le 24,
+ 205.220.226.0/24,
+ 205.220.156.0/21 le 24,
+ 205.220.109.0/24,
+ 205.220.57.0/24,
+ 205.221.50.0/24,
+ 205.221.204.0/23 le 24,
+ 205.221.221.0/23 le 24,
+ 205.222.78.0/24,
+ 205.222.97.0/24,
+ 205.222.123.0/23 le 24,
+ 205.223.161.0/24,
+ 205.223.89.0/24,
+ 205.223.33.0/23 le 24,
+ 205.226.85.0/23 le 24,
+ 205.226.5.0/24,
+ 205.226.209.0/24,
+ 205.226.150.0/23 le 24,
+ 205.227.182.0/24,
+ 205.227.54.0/24,
+ 205.227.53.0/24,
+ 205.227.67.0/24,
+ 205.227.108.0/24,
+ 205.225.20.0/24,
+ 205.225.13.0/24,
+ 205.225.162.0/24,
+ 205.246.241.0/24,
+ 205.246.139.0/24,
+ 205.246.147.0/24,
+ 205.246.169.0/24,
+ 205.246.162.0/24,
+ 205.246.107.0/24,
+ 205.246.71.0/24,
+ 205.250.83.0/24,
+ 205.250.237.0/24,
+ 205.251.42.0/23 ge 24 le 24,
+ 205.251.117.0/23 le 24,
+ 205.251.164.0/24,
+ 205.251.191.0/22 le 24,
+ 205.251.247.0/24,
+ 205.251.199.0/24,
+ 205.253.50.0/23 le 24,
+ 205.253.25.0/24,
+ 205.253.105.0/24,
+ 205.253.93.0/22 le 24,
+ 205.252.191.0/24,
+ 205.252.150.0/23 ge 24 le 24,
+ 205.252.246.0/24,
+ 205.183.161.0/18 ge 19 le 24,
+ 205.182.213.0/24,
+ 205.181.204.0/22 le 24,
+ 205.174.234.0/23 ge 24 le 24,
+ 205.174.233.0/24,
+ 205.174.239.0/22 ge 24 le 24,
+ 205.174.209.0/20 le 24,
+ 205.174.202.0/24,
+ 205.174.200.0/23 ge 24 le 24,
+ 205.174.207.0/22 ge 24 le 24,
+ 205.174.192.0/22 le 24,
+ 205.175.53.0/20 le 24,
+ 205.175.33.0/21 le 24,
+ 205.173.75.0/22 le 24,
+ 205.173.107.0/20 le 24,
+ 205.173.231.0/24,
+ 205.173.169.0/23 le 24,
+ 205.173.172.0/22 le 24,
+ 205.169.201.0/21 le 24,
+ 205.169.170.0/19 le 24,
+ 205.171.239.0/19 le 24,
+ 205.163.57.0/19 le 24,
+ 205.163.25.0/20 le 24,
+ 205.163.163.0/21 le 24,
+ 205.162.204.0/24,
+ 205.160.190.0/24,
+ 205.160.177.0/21 le 24,
+ 205.160.160.0/21 ge 24 le 24,
+ 205.160.174.0/22 ge 24 le 24,
+ 205.160.168.0/24,
+ 205.165.160.0/21 le 24,
+ 205.149.184.0/22 le 24,
+ 205.149.247.0/24,
+ 205.148.111.0/24,
+ 205.150.134.0/21 le 24,
+ 205.150.104.0/24,
+ 205.150.18.0/19 le 24,
+ 205.150.44.0/21 le 24,
+ 205.147.230.0/24,
+ 205.158.111.0/19 le 24,
+ 205.159.196.0/23 ge 24 le 24,
+ 205.159.198.0/23 le 24,
+ 205.159.193.0/22 le 24,
+ 205.159.203.0/21 le 24,
+ 205.159.215.0/21 ge 24 le 24,
+ 205.159.220.0/21 le 24,
+ 205.130.204.0/19 le 24,
+ 205.131.97.0/18 le 24,
+ 205.134.23.0/24,
+ 205.135.120.0/22 le 24,
+ 205.135.118.0/22 le 24,
+ 205.135.79.0/24,
+ 205.135.75.0/22 le 24,
+ 205.135.65.0/22 le 24,
+ 205.135.92.0/22 le 24,
+ 205.135.10.0/21 ge 22 le 24,
+ 205.135.7.0/22 le 24,
+ 205.135.25.0/23 le 24,
+ 205.140.229.0/23 le 24,
+ 205.140.70.0/23 le 24,
+ 205.143.116.0/24,
+ 205.64.143.0/21 le 24,
+ 205.65.111.0/23 le 24,
+ 205.65.7.0/24,
+ 205.65.23.0/24,
+ 205.67.187.0/20 le 24,
+ 205.67.104.0/19 le 24,
+ 205.70.230.0/20 ge 23 le 24,
+ 205.70.255.0/23 le 24,
+ 205.70.251.0/23 le 24,
+ 205.71.117.0/22 le 24,
+ 205.71.80.0/24,
+ 205.71.7.0/24,
+ 205.71.4.0/23 le 24,
+ 205.71.26.0/23 le 24,
+ 205.68.10.0/24,
+ 205.78.236.0/23 le 24,
+ 205.78.151.0/19 le 24,
+ 205.79.146.0/20 le 24,
+ 205.87.107.0/24,
+ 205.84.208.0/18 le 24,
+ 205.84.134.0/22 le 24,
+ 205.80.52.0/20 le 24,
+ 205.82.253.0/15 ge 16 le 24,
+ 205.95.162.0/23 le 24,
+ 205.95.172.0/21 le 24,
+ 205.95.152.0/24,
+ 205.93.95.0/16 le 24,
+ 205.92.19.0/24,
+ 205.92.17.0/24,
+ 205.89.48.0/17 le 24,
+ 205.89.215.0/18 le 24,
+ 205.88.179.0/16 le 24,
+ 205.91.20.0/23 le 24,
+ 205.91.25.0/21 le 24,
+ 205.91.181.0/20 le 24,
+ 205.107.185.0/23 le 24,
+ 205.107.139.0/21 le 24,
+ 205.107.85.0/22 le 24,
+ 205.107.122.0/19 le 24,
+ 205.107.25.0/19 le 24,
+ 205.106.95.0/22 le 24,
+ 205.106.188.0/23 le 24,
+ 205.106.180.0/24,
+ 205.104.29.0/16 le 24,
+ 205.105.96.0/24,
+ 205.108.164.0/22 le 24,
+ 205.109.197.0/19 le 24,
+ 205.109.157.0/18 le 24,
+ 205.98.207.0/19 le 24,
+ 205.96.12.0/20 le 24,
+ 205.96.27.0/23 le 24,
+ 205.96.111.0/21 le 24,
+ 205.97.142.0/22 ge 23 le 24,
+ 205.97.132.0/21 le 24,
+ 205.103.97.0/24,
+ 205.103.116.0/24,
+ 205.102.48.0/22 le 24,
+ 205.102.60.0/21 ge 22 le 24,
+ 205.102.18.0/24,
+ 205.102.26.0/23 le 24,
+ 205.102.12.0/21 le 24,
+ 205.101.65.0/22 le 24,
+ 205.101.210.0/20 le 24,
+ 205.117.199.0/18 le 24,
+ 205.117.135.0/19 le 24,
+ 205.117.164.0/24,
+ 205.117.162.0/22 le 24,
+ 205.116.9.0/16 le 24,
+ 205.120.142.0/17 le 24,
+ 205.121.30.0/24,
+ 205.121.28.0/24,
+ 205.121.25.0/23 ge 24 le 24,
+ 205.121.26.0/24,
+ 205.121.115.0/22 le 24,
+ 205.121.109.0/22 le 24,
+ 205.122.230.0/23 le 24,
+ 205.124.115.0/20 ge 21 le 24,
+ 205.124.67.0/21 le 24,
+ 205.124.230.0/21 le 24,
+ 205.124.135.0/21 le 24,
+ 205.125.103.0/21 le 24,
+ 205.125.115.0/23 le 24,
+ 205.125.113.0/23 ge 24 le 24,
+ 205.125.185.0/19 le 24,
+ 205.126.50.0/22 le 24,
+ 205.126.53.0/23 ge 24 le 24,
+ 205.126.89.0/23 le 24,
+ 205.126.94.0/24,
+ 205.127.102.0/24,
+ 205.31.17.0/19 le 24,
+ 205.31.50.0/23 le 24,
+ 205.31.106.0/18 le 24,
+ 205.29.16.0/24,
+ 205.29.19.0/24,
+ 205.29.24.0/24,
+ 205.29.31.0/24,
+ 205.29.12.0/23 ge 24 le 24,
+ 205.29.15.0/24,
+ 205.29.9.0/23 ge 24 le 24,
+ 205.29.0.0/24,
+ 205.29.5.0/24,
+ 205.29.60.0/21 ge 22 le 24,
+ 205.29.54.0/22 le 24,
+ 205.29.38.0/22 le 24,
+ 205.29.32.0/24,
+ 205.29.46.0/23 le 24,
+ 205.29.42.0/22 le 24,
+ 205.29.68.0/21 le 24,
+ 205.29.78.0/21 ge 22 le 24,
+ 205.29.90.0/23 ge 24 le 24,
+ 205.29.88.0/24,
+ 205.29.95.0/23 le 24,
+ 205.29.82.0/22 ge 24 le 24,
+ 205.29.85.0/22 le 24,
+ 205.29.113.0/22 le 24,
+ 205.29.118.0/24,
+ 205.29.124.0/22 le 24,
+ 205.29.123.0/24,
+ 205.29.102.0/21 ge 22 le 24,
+ 205.29.110.0/21 le 24,
+ 205.28.181.0/17 le 24,
+ 205.26.63.0/24,
+ 205.17.235.0/24,
+ 205.17.233.0/23 le 24,
+ 205.17.230.0/24,
+ 205.17.225.0/24,
+ 205.17.196.0/23 le 24,
+ 205.17.192.0/23 le 24,
+ 205.17.217.0/23 le 24,
+ 205.17.213.0/24,
+ 205.17.208.0/23 ge 24 le 24,
+ 205.17.72.0/19 le 24,
+ 205.17.116.0/24,
+ 205.17.22.0/23 ge 24 le 24,
+ 205.17.18.0/22 ge 23 le 24,
+ 205.17.53.0/21 ge 23 le 24,
+ 205.17.44.0/21 ge 23 le 24,
+ 205.8.90.0/21 le 24,
+ 205.9.44.0/21 le 24,
+ 205.9.224.0/22 le 24,
+ 205.11.187.0/17 le 24,
+ 205.10.27.0/19 le 24,
+ 205.15.208.0/19 le 24,
+ 205.15.16.0/19 le 24,
+ 205.12.142.0/24,
+ 205.13.107.0/18 le 24,
+ 205.6.100.0/23 le 24,
+ 205.6.55.0/21 le 24,
+ 205.6.209.0/24,
+ 205.6.244.0/24,
+ 205.5.213.0/20 le 24,
+ 205.5.172.0/18 ge 19 le 24,
+ 205.5.103.0/20 le 24,
+ 205.2.221.0/18 le 24,
+ 203.220.70.0/23 le 24,
+ 203.220.177.0/24,
+ 203.220.203.0/23 le 24,
+ 203.215.205.0/22 le 24,
+ 203.215.163.0/22 le 24,
+ 203.215.136.0/23 le 24,
+ 203.215.139.0/24,
+ 203.215.58.0/21 le 24,
+ 203.214.144.0/21 le 24,
+ 203.214.160.0/24,
+ 203.214.172.0/21 le 24,
+ 203.214.229.0/22 le 24,
+ 203.214.10.0/20 ge 21 le 24,
+ 203.214.54.0/21 le 24,
+ 203.214.94.0/21 le 24,
+ 203.212.80.0/21 le 24,
+ 203.212.93.0/22 le 24,
+ 203.212.146.0/24,
+ 203.212.188.0/21 le 24,
+ 203.212.254.0/24,
+ 203.212.253.0/23 ge 24 le 24,
+ 203.212.251.0/23 ge 24 le 24,
+ 203.212.249.0/24,
+ 203.212.223.0/22 le 24,
+ 203.213.145.0/22 le 24,
+ 203.213.210.0/21 le 24,
+ 203.213.112.0/24,
+ 203.213.82.0/24,
+ 203.213.22.0/22 le 24,
+ 203.213.63.0/21 ge 22 le 24,
+ 203.210.171.0/21 le 24,
+ 203.210.82.0/22 le 24,
+ 203.208.232.0/22 le 24,
+ 203.208.225.0/21 le 24,
+ 203.208.206.0/21 le 24,
+ 203.208.139.0/21 le 24,
+ 203.209.135.0/21 le 24,
+ 203.209.62.0/22 le 24,
+ 203.198.183.0/21 le 24,
+ 203.198.167.0/22 le 24,
+ 203.198.159.0/24,
+ 203.198.156.0/23 ge 24 le 24,
+ 203.199.56.0/20 le 24,
+ 203.199.130.0/23 le 24,
+ 203.199.143.0/23 le 24,
+ 203.199.226.0/24,
+ 203.199.248.0/24,
+ 203.196.155.0/23 le 24,
+ 203.196.244.0/24,
+ 203.196.250.0/24,
+ 203.196.99.0/24,
+ 203.196.102.0/24,
+ 203.196.109.0/24,
+ 203.196.110.0/24,
+ 203.196.104.0/24,
+ 203.196.112.0/21 le 24,
+ 203.196.121.0/23 le 24,
+ 203.196.93.0/23 le 24,
+ 203.196.90.0/24,
+ 203.196.66.0/24,
+ 203.196.75.0/23 le 24,
+ 203.196.79.0/22 le 24,
+ 203.196.25.0/24,
+ 203.196.27.0/24,
+ 203.196.20.0/23 le 24,
+ 203.196.11.0/24,
+ 203.196.7.0/23 ge 24 le 24,
+ 203.196.4.0/24,
+ 203.196.0.0/23 ge 24 le 24,
+ 203.196.2.0/24,
+ 203.203.173.0/21 le 24,
+ 203.203.157.0/24,
+ 203.202.92.0/22 le 24,
+ 203.202.246.0/24,
+ 203.202.128.0/24,
+ 203.202.130.0/24,
+ 203.202.132.0/24,
+ 203.202.161.0/24,
+ 203.202.178.0/24,
+ 203.204.37.0/23 le 24,
+ 203.204.98.0/21 le 24,
+ 203.204.161.0/24,
+ 203.204.146.0/24,
+ 203.205.25.0/18 le 24,
+ 203.239.84.0/24,
+ 203.225.100.0/15 le 24,
+ 203.227.81.0/16 le 24,
+ 203.228.62.0/24,
+ 203.228.50.0/24,
+ 203.228.83.0/18 le 24,
+ 203.249.115.0/21 le 24,
+ 203.249.86.0/24,
+ 203.249.28.0/24,
+ 203.250.103.0/16 le 24,
+ 203.252.22.0/23 le 24,
+ 203.252.47.0/19 ge 20 le 24,
+ 203.252.135.0/22 le 24,
+ 203.252.130.0/24,
+ 203.244.177.0/21 le 24,
+ 203.244.137.0/19 le 24,
+ 203.244.215.0/24,
+ 203.244.223.0/23 le 24,
+ 203.244.216.0/24,
+ 203.247.63.0/24,
+ 203.247.5.0/22 le 24,
+ 203.247.68.0/22 le 24,
+ 203.242.0.0/21 le 24,
+ 203.242.9.0/22 le 24,
+ 203.242.12.0/23 le 24,
+ 203.242.151.0/21 le 24,
+ 203.242.154.0/23 le 24,
+ 203.240.222.0/23 le 24,
+ 203.240.205.0/21 le 24,
+ 203.240.196.0/22 le 24,
+ 203.240.236.0/20 le 24,
+ 203.240.249.0/22 le 24,
+ 203.241.9.0/19 ge 20 le 24,
+ 203.241.149.0/21 le 24,
+ 203.241.236.0/21 le 24,
+ 203.139.23.0/19 le 24,
+ 203.139.210.0/24,
+ 203.138.200.0/24,
+ 203.136.222.0/24,
+ 203.136.4.0/20 le 24,
+ 203.136.70.0/20 le 24,
+ 203.133.241.0/24,
+ 203.132.136.0/22 le 24,
+ 203.132.44.0/24,
+ 203.132.15.0/23 le 24,
+ 203.132.87.0/24,
+ 203.131.143.0/22 le 24,
+ 203.131.134.0/23 le 24,
+ 203.131.147.0/23 le 24,
+ 203.131.159.0/22 le 24,
+ 203.131.155.0/23 le 24,
+ 203.130.127.0/23 le 24,
+ 203.128.119.0/18 le 24,
+ 203.129.255.0/23 le 24,
+ 203.152.74.0/23 le 24,
+ 203.152.177.0/24,
+ 203.155.31.0/16 le 24,
+ 203.158.110.0/22 le 24,
+ 203.158.184.0/24,
+ 203.157.214.0/24,
+ 203.157.56.0/24,
+ 203.157.59.0/24,
+ 203.156.165.0/18 le 24,
+ 203.156.23.0/24,
+ 203.156.93.0/24,
+ 203.156.79.0/24,
+ 203.144.185.0/22 le 24,
+ 203.145.183.0/24,
+ 203.145.190.0/24,
+ 203.145.166.0/23 ge 24 le 24,
+ 203.145.165.0/24,
+ 203.145.139.0/24,
+ 203.145.141.0/24,
+ 203.145.129.0/24,
+ 203.145.130.0/24,
+ 203.145.157.0/23 ge 24 le 24,
+ 203.145.159.0/24,
+ 203.145.40.0/23 le 24,
+ 203.145.28.0/24,
+ 203.145.112.0/24,
+ 203.147.175.0/22 le 24,
+ 203.147.169.0/23 ge 24 le 24,
+ 203.147.170.0/23 le 24,
+ 203.147.162.0/21 ge 22 le 24,
+ 203.147.249.0/24,
+ 203.147.217.0/24,
+ 203.147.218.0/24,
+ 203.146.213.0/24,
+ 203.151.14.0/24,
+ 203.151.9.0/24,
+ 203.151.6.0/24,
+ 203.151.3.0/24,
+ 203.151.119.0/24,
+ 203.150.70.0/19 le 24,
+ 203.150.123.0/24,
+ 203.150.250.0/23 le 24,
+ 203.150.227.0/24,
+ 203.150.230.0/24,
+ 203.150.239.0/22 le 24,
+ 203.150.156.0/23 le 24,
+ 203.149.28.0/24,
+ 203.161.98.0/24,
+ 203.161.191.0/23 le 24,
+ 203.162.155.0/24,
+ 203.162.149.0/24,
+ 203.162.142.0/24,
+ 203.162.134.0/24,
+ 203.165.206.0/16 le 24,
+ 203.169.239.0/22 le 24,
+ 203.168.213.0/24,
+ 203.168.51.0/24,
+ 203.168.41.0/24,
+ 203.168.12.0/24,
+ 203.168.126.0/24,
+ 203.168.110.0/24,
+ 203.168.98.0/24,
+ 203.168.71.0/24,
+ 203.168.67.0/24,
+ 203.173.102.0/23 le 24,
+ 203.172.75.0/21 le 24,
+ 203.174.229.0/21 le 24,
+ 203.174.41.0/21 le 24,
+ 203.174.34.0/23 le 24,
+ 203.180.205.0/24,
+ 203.180.147.0/23 le 24,
+ 203.181.50.0/24,
+ 203.182.31.0/21 le 24,
+ 203.183.103.0/23 le 24,
+ 203.183.122.0/23 le 24,
+ 203.183.125.0/24,
+ 203.183.238.0/24,
+ 203.183.232.0/24,
+ 203.179.137.0/21 le 24,
+ 203.179.239.0/24,
+ 203.184.174.0/24,
+ 203.184.120.0/22 le 24,
+ 203.184.113.0/24,
+ 203.186.45.0/23 le 24,
+ 203.186.37.0/23 le 24,
+ 203.186.239.0/23 le 24,
+ 203.186.229.0/23 le 24,
+ 203.186.248.0/23 le 24,
+ 203.186.252.0/23 ge 24 le 24,
+ 203.186.221.0/23 le 24,
+ 203.186.194.0/24,
+ 203.186.207.0/23 le 24,
+ 203.186.200.0/22 le 24,
+ 203.186.139.0/24,
+ 203.36.96.0/21 le 24,
+ 203.36.83.0/22 le 24,
+ 203.36.195.0/24,
+ 203.36.134.0/24,
+ 203.36.128.0/24,
+ 203.39.5.0/24,
+ 203.39.60.0/24,
+ 203.39.62.0/24,
+ 203.40.155.0/18 le 24,
+ 203.42.226.0/20 le 24,
+ 203.42.253.0/21 le 24,
+ 203.42.242.0/23 le 24,
+ 203.42.201.0/24,
+ 203.42.197.0/21 ge 22 le 24,
+ 203.42.222.0/23 ge 24 le 24,
+ 203.42.220.0/23 le 24,
+ 203.42.216.0/23 le 24,
+ 203.42.211.0/22 le 24,
+ 203.42.213.0/24,
+ 203.42.215.0/24,
+ 203.42.176.0/24,
+ 203.42.174.0/23 le 24,
+ 203.42.172.0/24,
+ 203.42.132.0/23 ge 24 le 24,
+ 203.42.128.0/23 ge 24 le 24,
+ 203.42.137.0/24,
+ 203.42.138.0/24,
+ 203.42.154.0/24,
+ 203.42.16.0/24,
+ 203.42.31.0/23 le 24,
+ 203.42.24.0/23 ge 24 le 24,
+ 203.42.14.0/24,
+ 203.42.5.0/24,
+ 203.42.96.0/24,
+ 203.42.102.0/24,
+ 203.42.100.0/23 le 24,
+ 203.42.125.0/24,
+ 203.43.156.0/21 le 24,
+ 203.43.207.0/18 le 24,
+ 203.45.101.0/23 le 24,
+ 203.45.94.0/23 le 24,
+ 203.45.87.0/23 le 24,
+ 203.45.144.0/24,
+ 203.62.177.0/21 le 24,
+ 203.62.186.0/22 le 24,
+ 203.62.225.0/24,
+ 203.62.114.0/17 le 24,
+ 203.63.27.0/21 ge 22 le 24,
+ 203.63.92.0/19 le 24,
+ 203.63.104.0/20 le 24,
+ 203.63.163.0/24,
+ 203.63.219.0/24,
+ 203.63.243.0/24,
+ 203.49.127.0/23 le 24,
+ 203.49.118.0/23 le 24,
+ 203.49.61.0/23 ge 24 le 24,
+ 203.49.56.0/23 le 24,
+ 203.49.22.0/24,
+ 203.49.164.0/23 le 24,
+ 203.49.218.0/19 le 24,
+ 203.48.66.0/22 le 24,
+ 203.48.105.0/24,
+ 203.48.59.0/22 le 24,
+ 203.48.44.0/22 le 24,
+ 203.48.28.0/24,
+ 203.48.133.0/24,
+ 203.48.142.0/24,
+ 203.48.157.0/22 le 24,
+ 203.48.151.0/24,
+ 203.48.228.0/22 le 24,
+ 203.51.170.0/23 le 24,
+ 203.51.185.0/21 le 24,
+ 203.51.30.0/24,
+ 203.51.6.0/24,
+ 203.51.116.0/24,
+ 203.50.227.0/24,
+ 203.50.150.0/20 le 24,
+ 203.50.34.0/20 le 24,
+ 203.52.18.0/22 le 24,
+ 203.52.130.0/19 le 24,
+ 203.54.174.0/16 le 24,
+ 203.20.87.0/19 le 24,
+ 203.16.192.0/23 le 24,
+ 203.17.231.0/24,
+ 203.26.21.0/24,
+ 203.29.132.0/24,
+ 203.29.193.0/24,
+ 203.29.15.0/21 le 24,
+ 203.29.2.0/22 le 24,
+ 203.29.6.0/23 le 24,
+ 203.29.4.0/23 ge 24 le 24,
+ 203.11.181.0/24,
+ 203.8.18.0/21 ge 24 le 24,
+ 203.6.150.0/15 le 24,
+ 203.4.130.0/20 le 24,
+ 203.4.172.0/23 le 24,
+ 203.4.175.0/24,
+ 203.4.162.0/24,
+ 203.4.165.0/22 le 24,
+ 203.4.231.0/24,
+ 203.4.226.0/24,
+ 203.4.232.0/24,
+ 203.4.234.0/24,
+ 203.4.245.0/23 le 24,
+ 203.4.209.0/24,
+ 203.4.55.0/24,
+ 203.4.49.0/24,
+ 203.4.60.0/24,
+ 203.4.62.0/24,
+ 203.4.33.0/24,
+ 203.4.44.0/24,
+ 203.4.124.0/24,
+ 203.4.114.0/24,
+ 203.2.187.0/23 le 24,
+ 203.126.215.0/19 le 24,
+ 203.126.130.0/20 le 24,
+ 203.126.2.0/20 le 24,
+ 203.124.35.0/23 le 24,
+ 203.124.123.0/21 le 24,
+ 203.124.88.0/24,
+ 203.124.134.0/23 le 24,
+ 203.97.251.0/24,
+ 203.97.189.0/24,
+ 203.97.131.0/24,
+ 203.97.145.0/24,
+ 203.97.111.0/24,
+ 203.97.28.0/24,
+ 203.103.79.0/20 le 24,
+ 203.100.86.0/24,
+ 203.100.82.0/24,
+ 203.105.235.0/24,
+ 203.86.227.0/24,
+ 203.86.225.0/23 le 24,
+ 203.86.230.0/23 le 24,
+ 203.86.235.0/21 le 24,
+ 203.86.254.0/20 le 24,
+ 203.86.209.0/22 le 24,
+ 203.86.223.0/24,
+ 203.86.195.0/22 le 24,
+ 203.86.180.0/24,
+ 203.86.183.0/23 ge 24 le 24,
+ 203.86.176.0/23 ge 24 le 24,
+ 203.86.178.0/24,
+ 203.86.168.0/24,
+ 203.86.172.0/22 le 24,
+ 203.86.167.0/21 le 24,
+ 203.86.151.0/23 le 24,
+ 203.86.148.0/24,
+ 203.86.145.0/24,
+ 203.86.153.0/24,
+ 203.86.157.0/22 le 24,
+ 203.86.135.0/24,
+ 203.86.132.0/24,
+ 203.86.117.0/24,
+ 203.86.120.0/24,
+ 203.86.101.0/24,
+ 203.86.96.0/24,
+ 203.86.107.0/24,
+ 203.86.111.0/24,
+ 203.86.89.0/24,
+ 203.86.90.0/24,
+ 203.86.92.0/24,
+ 203.86.94.0/24,
+ 203.86.80.0/24,
+ 203.86.83.0/23 ge 24 le 24,
+ 203.86.69.0/24,
+ 203.86.67.0/23 le 24,
+ 203.86.74.0/24,
+ 203.86.79.0/23 le 24,
+ 203.86.77.0/24,
+ 203.86.21.0/24,
+ 203.86.17.0/22 le 24,
+ 203.86.26.0/24,
+ 203.86.28.0/24,
+ 203.86.61.0/24,
+ 203.86.50.0/24,
+ 203.86.42.0/24,
+ 203.84.104.0/19 le 24,
+ 203.84.129.0/24,
+ 203.80.16.0/18 le 24,
+ 203.81.86.0/18 le 24,
+ 203.81.136.0/22 le 24,
+ 203.91.33.0/16 le 24,
+ 203.92.82.0/19 le 24,
+ 203.94.123.0/24,
+ 203.94.230.0/24,
+ 203.94.191.0/24,
+ 203.94.184.0/24,
+ 203.94.179.0/24,
+ 203.94.169.0/24,
+ 203.95.166.0/24,
+ 203.95.255.0/23 le 24,
+ 203.70.216.0/14 le 24,
+ 203.65.140.0/18 le 24,
+ 203.66.166.0/18 le 24,
+ 203.78.5.0/24,
+ 203.79.57.0/24,
+ 203.79.40.0/24,
+ 203.75.43.0/23 ge 24 le 24,
+ 203.74.143.0/24,
+ 202.27.160.0/24,
+ 202.27.247.0/21 le 24,
+ 202.30.225.0/24,
+ 202.30.221.0/23 le 24,
+ 202.29.111.0/24,
+ 202.29.122.0/24,
+ 202.29.35.0/24,
+ 202.28.152.0/21 le 24,
+ 202.20.215.0/24,
+ 202.20.102.0/23 le 24,
+ 202.20.101.0/24,
+ 202.21.53.0/24,
+ 202.21.89.0/24,
+ 202.21.91.0/24,
+ 202.21.96.0/20 le 24,
+ 202.23.3.0/24,
+ 202.23.245.0/22 le 24,
+ 202.16.142.0/23 le 24,
+ 202.16.218.0/24,
+ 202.16.91.0/20 le 24,
+ 202.16.68.0/23 le 24,
+ 202.16.71.0/24,
+ 202.18.178.0/22 le 24,
+ 202.18.26.0/22 le 24,
+ 202.18.55.0/22 le 24,
+ 202.19.191.0/21 le 24,
+ 202.19.70.0/21 le 24,
+ 202.19.46.0/21 le 24,
+ 202.19.27.0/21 le 24,
+ 202.4.38.0/20 le 24,
+ 202.4.180.0/24,
+ 202.4.147.0/20 le 24,
+ 202.5.83.0/24,
+ 202.5.18.0/19 le 24,
+ 202.6.194.0/18 le 24,
+ 202.6.133.0/21 le 24,
+ 202.6.165.0/20 le 24,
+ 202.6.15.0/19 le 24,
+ 202.1.139.0/24,
+ 202.3.201.0/24,
+ 202.3.206.0/24,
+ 202.3.198.0/24,
+ 202.3.250.0/24,
+ 202.3.145.0/24,
+ 202.3.146.0/24,
+ 202.3.135.0/24,
+ 202.3.169.0/24,
+ 202.3.177.0/24,
+ 202.3.31.0/23 le 24,
+ 202.3.25.0/24,
+ 202.2.213.0/23 ge 24 le 24,
+ 202.2.214.0/24,
+ 202.2.204.0/24,
+ 202.2.206.0/24,
+ 202.2.131.0/24,
+ 202.2.162.0/24,
+ 202.2.160.0/24,
+ 202.2.171.0/24,
+ 202.2.172.0/22 le 24,
+ 202.2.186.0/22 le 24,
+ 202.2.178.0/23 le 24,
+ 202.2.182.0/23 le 24,
+ 202.2.20.0/23 le 24,
+ 202.2.17.0/24,
+ 202.2.25.0/24,
+ 202.2.7.0/24,
+ 202.2.109.0/20 le 24,
+ 202.2.122.0/23 le 24,
+ 202.2.118.0/24,
+ 202.2.112.0/23 le 24,
+ 202.2.92.0/24,
+ 202.10.129.0/24,
+ 202.11.145.0/22 le 24,
+ 202.11.27.0/22 le 24,
+ 202.15.223.0/23 ge 24 le 24,
+ 202.15.199.0/24,
+ 202.15.203.0/21 le 24,
+ 202.13.149.0/24,
+ 202.13.161.0/24,
+ 202.13.96.0/24,
+ 202.13.80.0/24,
+ 202.62.62.0/23 ge 24 le 24,
+ 202.63.239.0/19 le 24,
+ 202.63.177.0/22 le 24,
+ 202.60.232.0/24,
+ 202.61.68.0/21 le 24,
+ 202.57.106.0/16 le 24,
+ 202.58.114.0/24,
+ 202.58.105.0/24,
+ 202.58.44.0/24,
+ 202.58.59.0/24,
+ 202.58.29.0/24,
+ 202.58.200.0/24,
+ 202.58.248.0/24,
+ 202.58.185.0/24,
+ 202.58.182.0/24,
+ 202.59.103.0/23 le 24,
+ 202.59.207.0/23 le 24,
+ 202.59.167.0/23 le 24,
+ 202.50.36.0/23 ge 24 le 24,
+ 202.50.39.0/24,
+ 202.50.234.0/22 le 24,
+ 202.51.102.0/21 le 24,
+ 202.51.6.0/24,
+ 202.51.181.0/22 le 24,
+ 202.49.6.0/24,
+ 202.49.23.0/20 le 24,
+ 202.49.135.0/24,
+ 202.38.22.0/16 le 24,
+ 202.39.66.0/24,
+ 202.39.65.0/24,
+ 202.39.242.0/19 le 24,
+ 202.37.138.0/18 ge 19 le 24,
+ 202.45.104.0/24,
+ 202.45.100.0/24,
+ 202.45.217.0/24,
+ 202.47.123.0/19 le 24,
+ 202.47.248.0/19 le 24,
+ 202.41.185.0/23 le 24,
+ 202.41.188.0/23 le 24,
+ 202.41.180.0/23 ge 24 le 24,
+ 202.41.182.0/24,
+ 202.41.160.0/20 le 24,
+ 202.41.145.0/23 ge 24 le 24,
+ 202.41.146.0/24,
+ 202.41.151.0/24,
+ 202.41.149.0/24,
+ 202.41.139.0/23 le 24,
+ 202.41.132.0/22 le 24,
+ 202.41.201.0/24,
+ 202.41.196.0/24,
+ 202.41.209.0/24,
+ 202.41.220.0/23 ge 24 le 24,
+ 202.41.222.0/23 le 24,
+ 202.41.241.0/24,
+ 202.41.244.0/24,
+ 202.41.229.0/22 le 24,
+ 202.41.227.0/23 ge 24 le 24,
+ 202.41.10.0/24,
+ 202.41.26.0/24,
+ 202.41.24.0/24,
+ 202.41.16.0/24,
+ 202.41.18.0/24,
+ 202.41.20.0/24,
+ 202.41.23.0/24,
+ 202.41.38.0/23 le 24,
+ 202.41.32.0/22 le 24,
+ 202.41.47.0/21 le 24,
+ 202.41.53.0/20 le 24,
+ 202.41.107.0/22 le 24,
+ 202.41.111.0/23 ge 24 le 24,
+ 202.41.103.0/24,
+ 202.41.98.0/24,
+ 202.41.92.0/21 le 24,
+ 202.114.154.0/22 le 24,
+ 202.114.175.0/20 le 24,
+ 202.114.1.0/23 le 24,
+ 202.120.13.0/24,
+ 202.120.91.0/24,
+ 202.120.184.0/24,
+ 202.120.187.0/23 le 24,
+ 202.120.208.0/22 le 24,
+ 202.120.243.0/23 le 24,
+ 202.120.251.0/23 le 24,
+ 202.120.248.0/24,
+ 202.120.254.0/22 le 24,
+ 202.120.236.0/22 le 24,
+ 202.120.231.0/24,
+ 202.123.186.0/16 le 24,
+ 202.127.36.0/24,
+ 202.126.73.0/24,
+ 202.126.106.0/24,
+ 202.126.124.0/24,
+ 202.126.55.0/24,
+ 202.126.63.0/24,
+ 202.126.60.0/24,
+ 202.126.58.0/24,
+ 202.126.47.0/24,
+ 202.126.15.0/24,
+ 202.126.18.0/24,
+ 202.126.186.0/24,
+ 202.126.185.0/24,
+ 202.126.162.0/24,
+ 202.126.143.0/24,
+ 202.126.151.0/24,
+ 202.126.206.0/24,
+ 202.126.222.0/23 ge 24 le 24,
+ 202.126.214.0/24,
+ 202.126.242.0/24,
+ 202.125.41.0/24,
+ 202.125.39.0/24,
+ 202.125.60.0/24,
+ 202.125.50.0/24,
+ 202.125.49.0/24,
+ 202.125.0.0/24,
+ 202.125.2.0/23 le 24,
+ 202.125.4.0/22 le 24,
+ 202.125.12.0/21 le 24,
+ 202.125.24.0/20 le 24,
+ 202.125.105.0/24,
+ 202.125.98.0/22 le 24,
+ 202.125.113.0/22 le 24,
+ 202.125.116.0/24,
+ 202.125.124.0/23 le 24,
+ 202.125.127.0/23 ge 24 le 24,
+ 202.125.71.0/22 le 24,
+ 202.125.87.0/21 le 24,
+ 202.125.210.0/23 le 24,
+ 202.125.213.0/24,
+ 202.125.218.0/23 le 24,
+ 202.125.216.0/24,
+ 202.125.220.0/24,
+ 202.125.204.0/23 ge 24 le 24,
+ 202.125.201.0/23 le 24,
+ 202.125.198.0/24,
+ 202.125.225.0/21 le 24,
+ 202.125.238.0/23 le 24,
+ 202.125.245.0/24,
+ 202.125.254.0/23 le 24,
+ 202.125.251.0/24,
+ 202.125.145.0/23 le 24,
+ 202.125.148.0/22 le 24,
+ 202.125.187.0/24,
+ 202.125.182.0/23 ge 24 le 24,
+ 202.125.179.0/23 ge 24 le 24,
+ 202.125.176.0/24,
+ 202.125.171.0/24,
+ 202.125.174.0/23 le 24,
+ 202.100.51.0/17 le 24,
+ 202.101.85.0/24,
+ 202.103.123.0/24,
+ 202.103.100.0/22 le 24,
+ 202.103.111.0/23 le 24,
+ 202.103.66.0/22 le 24,
+ 202.103.68.0/23 le 24,
+ 202.103.77.0/24,
+ 202.103.78.0/24,
+ 202.103.73.0/24,
+ 202.103.80.0/23 le 24,
+ 202.103.27.0/24,
+ 202.103.4.0/24,
+ 202.103.203.0/24,
+ 202.103.196.0/24,
+ 202.103.199.0/24,
+ 202.103.194.0/23 ge 24 le 24,
+ 202.103.212.0/24,
+ 202.103.218.0/24,
+ 202.103.220.0/22 ge 23 le 24,
+ 202.103.241.0/22 le 24,
+ 202.103.248.0/24,
+ 202.103.163.0/24,
+ 202.103.161.0/23 ge 24 le 24,
+ 202.103.166.0/23 ge 24 le 24,
+ 202.103.146.0/23 le 24,
+ 202.103.134.0/23 le 24,
+ 202.103.130.0/23 ge 24 le 24,
+ 202.103.128.0/24,
+ 202.102.46.0/24,
+ 202.102.33.0/23 le 24,
+ 202.102.35.0/24,
+ 202.102.59.0/23 le 24,
+ 202.102.60.0/22 le 24,
+ 202.102.14.0/19 le 24,
+ 202.102.89.0/21 le 24,
+ 202.102.82.0/22 le 24,
+ 202.102.86.0/23 le 24,
+ 202.102.84.0/24,
+ 202.102.68.0/23 le 24,
+ 202.102.102.0/24,
+ 202.102.105.0/24,
+ 202.102.146.0/24,
+ 202.102.145.0/23 ge 24 le 24,
+ 202.102.159.0/23 le 24,
+ 202.102.153.0/22 le 24,
+ 202.102.134.0/23 le 24,
+ 202.102.142.0/22 ge 23 le 24,
+ 202.102.162.0/23 le 24,
+ 202.102.160.0/24,
+ 202.96.150.0/18 le 24,
+ 202.110.23.0/23 le 24,
+ 202.110.63.0/23 le 24,
+ 202.109.70.0/24,
+ 202.106.50.0/22 ge 24 le 24,
+ 202.106.53.0/23 ge 24 le 24,
+ 202.106.54.0/23 le 24,
+ 202.106.60.0/23 le 24,
+ 202.106.133.0/20 le 24,
+ 202.106.181.0/19 le 24,
+ 202.106.249.0/19 le 24,
+ 202.73.110.0/24,
+ 202.64.80.0/22 le 24,
+ 202.64.72.0/24,
+ 202.64.123.0/24,
+ 202.64.126.0/24,
+ 202.64.23.0/24,
+ 202.64.16.0/24,
+ 202.64.4.0/21 le 24,
+ 202.64.10.0/23 le 24,
+ 202.64.13.0/24,
+ 202.64.14.0/24,
+ 202.64.47.0/23 le 24,
+ 202.64.211.0/23 le 24,
+ 202.64.192.0/24,
+ 202.64.203.0/24,
+ 202.64.228.0/24,
+ 202.64.231.0/24,
+ 202.64.233.0/23 le 24,
+ 202.64.152.0/19 le 24,
+ 202.66.12.0/24,
+ 202.66.122.0/24,
+ 202.66.119.0/24,
+ 202.66.73.0/24,
+ 202.66.76.0/24,
+ 202.66.82.0/24,
+ 202.67.230.0/20 le 24,
+ 202.69.79.0/24,
+ 202.69.70.0/23 le 24,
+ 202.69.86.0/24,
+ 202.69.95.0/24,
+ 202.69.91.0/24,
+ 202.69.110.0/24,
+ 202.69.102.0/24,
+ 202.69.15.0/24,
+ 202.69.40.0/24,
+ 202.69.34.0/23 le 24,
+ 202.69.58.0/23 le 24,
+ 202.69.56.0/24,
+ 202.69.63.0/24,
+ 202.69.49.0/24,
+ 202.69.254.0/23 le 24,
+ 202.69.241.0/22 le 24,
+ 202.69.244.0/24,
+ 202.69.246.0/24,
+ 202.69.230.0/24,
+ 202.69.224.0/24,
+ 202.69.206.0/24,
+ 202.69.217.0/24,
+ 202.69.214.0/24,
+ 202.69.211.0/24,
+ 202.69.181.0/24,
+ 202.69.177.0/24,
+ 202.69.186.0/24,
+ 202.69.184.0/23 le 24,
+ 202.69.168.0/23 le 24,
+ 202.69.161.0/22 le 24,
+ 202.69.166.0/23 le 24,
+ 202.69.164.0/24,
+ 202.68.242.0/23 le 24,
+ 202.68.228.0/24,
+ 202.68.232.0/23 le 24,
+ 202.68.202.0/23 le 24,
+ 202.68.200.0/24,
+ 202.68.165.0/24,
+ 202.68.167.0/23 ge 24 le 24,
+ 202.68.49.0/24,
+ 202.68.51.0/24,
+ 202.68.1.0/24,
+ 202.68.29.0/24,
+ 202.68.20.0/24,
+ 202.68.16.0/24,
+ 202.71.183.0/18 le 24,
+ 202.71.85.0/22 le 24,
+ 202.71.105.0/22 le 24,
+ 202.80.21.0/24,
+ 202.83.91.0/24,
+ 202.85.6.0/23 le 24,
+ 202.93.86.0/24,
+ 202.94.22.0/17 le 24,
+ 202.89.84.0/19 le 24,
+ 202.89.125.0/24,
+ 202.89.111.0/24,
+ 201.161.128.0/24,
+ 201.169.247.0/24,
+ 201.184.55.0/24,
+ 201.184.16.0/22 le 24,
+ 201.185.92.0/21 le 24,
+ 201.185.84.0/23 le 24,
+ 201.179.41.0/23 le 24,
+ 201.178.213.0/24,
+ 201.181.151.0/24,
+ 201.183.177.0/21 le 24,
+ 201.182.168.0/24,
+ 201.146.237.0/19 le 24,
+ 201.146.143.0/24,
+ 201.146.87.0/21 ge 22 le 24,
+ 201.146.76.0/22 le 24,
+ 201.146.69.0/22 ge 24 le 24,
+ 201.148.36.0/24,
+ 201.149.88.0/16 le 24,
+ 201.141.203.0/24,
+ 201.143.126.0/24,
+ 201.143.122.0/24,
+ 201.143.119.0/21 ge 24 le 24,
+ 201.143.97.0/21 le 24,
+ 201.143.104.0/24,
+ 201.143.147.0/23 le 24,
+ 201.139.184.0/20 le 24,
+ 201.139.41.0/22 le 24,
+ 201.139.15.0/21 le 24,
+ 201.136.12.0/20 le 24,
+ 201.136.41.0/21 le 24,
+ 201.133.27.0/17 le 24,
+ 201.128.170.0/24,
+ 201.128.133.0/24,
+ 201.128.247.0/24,
+ 201.128.245.0/23 le 24,
+ 201.128.250.0/23 le 24,
+ 201.128.249.0/24,
+ 201.128.219.0/24,
+ 201.234.86.0/24,
+ 201.233.63.0/24,
+ 201.233.235.0/24,
+ 201.238.11.0/20 le 24,
+ 201.239.112.0/24,
+ 201.231.29.0/23 le 24,
+ 201.231.52.0/24,
+ 201.231.144.0/24,
+ 201.224.164.0/15 ge 16 le 24,
+ 201.255.116.0/24,
+ 201.254.154.0/22 le 24,
+ 201.252.233.0/22 le 24,
+ 201.253.185.0/24,
+ 201.253.139.0/24,
+ 201.253.130.0/24,
+ 201.253.229.0/23 le 24,
+ 201.253.193.0/19 le 24,
+ 201.253.79.0/23 le 24,
+ 201.253.30.0/22 le 24,
+ 201.211.172.0/23 le 24,
+ 201.211.171.0/22 le 24,
+ 201.211.197.0/23 le 24,
+ 201.211.192.0/23 le 24,
+ 201.211.212.0/23 le 24,
+ 201.215.47.0/23 le 24,
+ 201.212.165.0/24,
+ 201.218.44.0/24,
+ 201.218.54.0/23 le 24,
+ 201.217.53.0/24,
+ 201.217.91.0/23 le 24,
+ 201.223.220.0/22 le 24,
+ 201.223.136.0/19 le 24,
+ 201.223.125.0/19 le 24,
+ 201.223.62.0/23 ge 24 le 24,
+ 201.223.61.0/24,
+ 201.203.186.0/20 le 24,
+ 201.205.120.0/24,
+ 201.194.172.0/24,
+ 201.194.180.0/24,
+ 201.194.178.0/24,
+ 201.194.187.0/23 le 24,
+ 201.194.136.0/20 le 24,
+ 201.194.228.0/24,
+ 201.194.99.0/24,
+ 201.194.104.0/24,
+ 201.194.112.0/23 ge 24 le 24,
+ 201.194.123.0/21 ge 24 le 24,
+ 201.199.79.0/21 le 24,
+ 201.196.64.0/24,
+ 201.196.12.0/24,
+ 201.196.223.0/21 le 24,
+ 201.196.212.0/24,
+ 201.196.208.0/23 ge 24 le 24,
+ 201.196.139.0/23 le 24,
+ 201.197.37.0/19 le 24,
+ 201.197.245.0/22 le 24,
+ 201.91.24.0/23 ge 24 le 24,
+ 201.91.26.0/24,
+ 201.91.6.0/24,
+ 201.91.9.0/24,
+ 201.91.47.0/24,
+ 201.91.45.0/24,
+ 201.91.52.0/24,
+ 201.91.63.0/24,
+ 201.91.116.0/24,
+ 201.91.127.0/24,
+ 201.91.101.0/24,
+ 201.91.103.0/24,
+ 201.91.148.0/23 ge 24 le 24,
+ 201.91.190.0/24,
+ 201.91.172.0/24,
+ 201.91.175.0/23 ge 24 le 24,
+ 201.91.166.0/24,
+ 201.91.160.0/24,
+ 201.91.162.0/23 le 24,
+ 201.91.209.0/20 le 24,
+ 201.91.192.0/21 le 24,
+ 201.91.202.0/23 le 24,
+ 201.91.201.0/23 ge 24 le 24,
+ 201.91.206.0/24,
+ 201.91.204.0/24,
+ 201.91.228.0/24,
+ 201.91.231.0/24,
+ 201.91.232.0/24,
+ 201.91.235.0/23 le 24,
+ 201.91.245.0/24,
+ 201.91.240.0/23 le 24,
+ 201.91.248.0/24,
+ 201.90.99.0/19 le 24,
+ 201.93.139.0/24,
+ 201.93.159.0/24,
+ 201.93.174.0/24,
+ 201.93.173.0/24,
+ 201.93.170.0/23 le 24,
+ 201.93.176.0/20 le 24,
+ 201.93.219.0/21 le 24,
+ 201.93.213.0/24,
+ 201.93.209.0/24,
+ 201.93.211.0/24,
+ 201.93.198.0/23 le 24,
+ 201.93.195.0/24,
+ 201.93.205.0/24,
+ 201.93.203.0/23 le 24,
+ 201.93.231.0/22 ge 24 le 24,
+ 201.93.227.0/23 le 24,
+ 201.93.244.0/24,
+ 201.93.243.0/23 le 24,
+ 201.93.240.0/24,
+ 201.93.95.0/18 le 24,
+ 201.93.61.0/24,
+ 201.93.48.0/23 ge 24 le 24,
+ 201.93.53.0/24,
+ 201.93.54.0/23 le 24,
+ 201.93.46.0/24,
+ 201.93.43.0/24,
+ 201.93.37.0/24,
+ 201.93.39.0/24,
+ 201.93.33.0/24,
+ 201.93.25.0/22 le 24,
+ 201.93.28.0/23 ge 24 le 24,
+ 201.93.31.0/24,
+ 201.93.17.0/24,
+ 201.93.2.0/24,
+ 201.93.0.0/23 le 24,
+ 201.93.6.0/24,
+ 201.82.221.0/20 le 24,
+ 201.67.220.0/22 le 24,
+ 201.64.103.0/23 le 24,
+ 201.64.124.0/24,
+ 201.64.225.0/24,
+ 201.73.218.0/23 ge 24 le 24,
+ 201.73.221.0/22 le 24,
+ 201.73.200.0/23 le 24,
+ 201.73.207.0/23 le 24,
+ 201.73.194.0/24,
+ 201.76.139.0/22 le 24,
+ 201.76.177.0/21 le 24,
+ 201.78.222.0/24,
+ 201.113.79.0/24,
+ 201.115.3.0/20 le 24,
+ 201.114.99.0/19 le 24,
+ 201.119.207.0/16 le 24,
+ 201.117.40.0/24,
+ 201.117.63.0/24,
+ 201.117.18.0/24,
+ 201.116.192.0/24,
+ 201.116.220.0/24,
+ 201.116.216.0/24,
+ 201.116.149.0/24,
+ 201.116.125.0/24,
+ 201.126.197.0/16 le 24,
+ 201.127.72.0/22 le 24,
+ 201.122.78.0/16 le 24,
+ 201.121.157.0/24,
+ 201.102.13.0/20 le 24,
+ 201.102.20.0/23 ge 24 le 24,
+ 201.102.19.0/22 ge 24 le 24,
+ 201.102.25.0/22 le 24,
+ 201.102.52.0/23 ge 24 le 24,
+ 201.102.63.0/24,
+ 201.102.60.0/24,
+ 201.102.56.0/24,
+ 201.102.32.0/24,
+ 201.102.42.0/24,
+ 201.102.41.0/24,
+ 201.103.1.0/17 le 24,
+ 201.103.231.0/18 le 24,
+ 201.103.162.0/19 le 24,
+ 201.103.148.0/20 le 24,
+ 201.103.140.0/21 le 24,
+ 201.103.128.0/22 le 24,
+ 201.103.132.0/23 le 24,
+ 201.103.135.0/24,
+ 201.101.228.0/16 ge 18 le 24,
+ 201.97.74.0/24,
+ 201.97.240.0/19 le 24,
+ 201.105.187.0/20 le 24,
+ 201.107.230.0/16 le 24,
+ 201.109.127.0/19 le 24,
+ 201.110.146.0/24,
+ 201.110.90.0/22 le 24,
+ 201.110.118.0/22 le 24,
+ 201.110.123.0/21 le 24,
+ 201.111.125.0/24,
+ 201.111.225.0/24,
+ 201.111.233.0/24,
+ 201.111.173.0/19 le 24,
+ 201.54.220.0/24,
+ 201.55.161.0/19 le 24,
+ 201.52.37.0/18 le 24,
+ 201.52.225.0/18 le 24,
+ 201.51.132.0/19 le 24,
+ 201.50.211.0/24,
+ 201.50.192.0/23 le 24,
+ 201.50.199.0/22 le 24,
+ 201.50.116.0/24,
+ 201.50.110.0/24,
+ 201.50.3.0/24,
+ 201.48.195.0/21 le 24,
+ 201.48.157.0/22 le 24,
+ 201.48.184.0/24,
+ 201.57.62.0/20 le 24,
+ 201.57.11.0/23 le 24,
+ 201.57.156.0/22 ge 23 le 24,
+ 201.57.152.0/22 le 24,
+ 201.57.150.0/22 le 24,
+ 201.59.121.0/18 le 24,
+ 201.58.16.0/24,
+ 201.63.51.0/19 le 24,
+ 201.61.43.0/18 le 24,
+ 201.60.46.0/18 le 24,
+ 201.60.132.0/17 ge 18 le 24,
+ 201.37.186.0/24,
+ 201.37.217.0/22 le 24,
+ 201.37.200.0/21 le 24,
+ 201.37.77.0/24,
+ 201.37.52.0/21 le 24,
+ 201.37.28.0/23 le 24,
+ 201.36.164.0/20 le 24,
+ 201.36.183.0/21 le 24,
+ 201.38.149.0/19 le 24,
+ 201.38.116.0/19 le 24,
+ 201.33.32.0/24,
+ 201.33.82.0/19 le 24,
+ 201.45.72.0/24,
+ 201.44.30.0/24,
+ 201.43.116.0/24,
+ 201.43.175.0/22 le 24,
+ 201.42.17.0/24,
+ 201.42.130.0/20 le 24,
+ 201.40.255.0/24,
+ 201.41.86.0/24,
+ 201.41.29.0/24,
+ 201.41.41.0/24,
+ 201.41.195.0/20 le 24,
+ 201.41.177.0/19 le 24,
+ 201.26.110.0/21 ge 22 le 24,
+ 201.26.97.0/21 le 24,
+ 201.26.121.0/20 le 24,
+ 201.27.134.0/21 le 24,
+ 201.30.251.0/22 ge 24 le 24,
+ 201.11.193.0/16 le 24,
+ 201.6.214.0/22 le 24,
+ 201.6.216.0/21 le 24,
+ 201.6.193.0/21 le 24,
+ 201.6.207.0/23 le 24,
+ 201.6.200.0/23 le 24,
+ 201.6.171.0/21 le 24,
+ 201.6.163.0/22 le 24,
+ 201.5.108.0/19 le 24,
+ 201.0.203.0/16 le 24,
+ 200.120.75.0/24,
+ 200.120.59.0/21 le 24,
+ 200.122.110.0/21 le 24,
+ 200.123.80.0/24,
+ 200.105.230.0/24,
+ 200.106.68.0/21 le 24,
+ 200.106.169.0/22 le 24,
+ 200.111.25.0/18 le 24,
+ 200.103.74.0/24,
+ 200.98.35.0/19 ge 20 le 24,
+ 200.88.213.0/24,
+ 200.88.196.0/24,
+ 200.90.125.0/24,
+ 200.90.121.0/23 ge 24 le 24,
+ 200.90.123.0/23 le 24,
+ 200.90.14.0/23 le 24,
+ 200.90.61.0/22 le 24,
+ 200.90.40.0/24,
+ 200.90.32.0/24,
+ 200.91.129.0/16 le 24,
+ 200.80.195.0/24,
+ 200.80.192.0/24,
+ 200.81.5.0/24,
+ 200.82.232.0/23 le 24,
+ 200.87.75.0/19 le 24,
+ 200.84.176.0/24,
+ 200.84.137.0/20 le 24,
+ 200.84.201.0/21 le 24,
+ 200.84.198.0/22 le 24,
+ 200.84.192.0/23 le 24,
+ 200.84.50.0/17 le 24,
+ 200.67.80.0/24,
+ 200.65.87.0/21 le 24,
+ 200.65.94.0/22 le 24,
+ 200.65.69.0/20 le 24,
+ 200.73.215.0/16 le 24,
+ 200.0.182.0/16 le 24,
+ 200.2.170.0/24,
+ 200.2.151.0/24,
+ 200.13.67.0/20 le 24,
+ 200.10.59.0/24,
+ 200.8.246.0/24,
+ 200.8.76.0/24,
+ 200.27.133.0/16 le 24,
+ 200.28.86.0/23 le 24,
+ 200.20.144.0/24,
+ 200.21.204.0/24,
+ 200.18.22.0/24,
+ 200.18.122.0/24,
+ 200.19.141.0/23 le 24,
+ 200.39.232.0/24,
+ 200.39.244.0/24,
+ 200.39.218.0/24,
+ 200.39.158.0/24,
+ 200.39.146.0/24,
+ 200.43.61.0/18 ge 20 le 24,
+ 200.43.125.0/20 le 24,
+ 200.43.94.0/20 le 24,
+ 200.43.231.0/20 le 24,
+ 200.43.204.0/19 ge 20 le 24,
+ 200.43.131.0/18 ge 20 le 24,
+ 200.52.78.0/17 le 24,
+ 200.55.128.0/17 le 24,
+ 200.61.135.0/24,
+ 200.61.133.0/24,
+ 200.61.195.0/24,
+ 200.60.55.0/21 le 24,
+ 200.56.210.0/20 le 24,
+ 200.166.13.0/18 le 24,
+ 200.166.172.0/19 le 24,
+ 200.164.1.0/16 le 24,
+ 200.165.38.0/24,
+ 200.165.35.0/24,
+ 200.165.71.0/24,
+ 200.165.213.0/24,
+ 200.165.210.0/24,
+ 200.165.131.0/24,
+ 200.161.71.0/20 le 24,
+ 200.161.122.0/19 le 24,
+ 200.187.92.0/24,
+ 200.180.101.0/18 le 24,
+ 200.182.162.0/18 le 24,
+ 200.177.40.0/24,
+ 200.177.57.0/24,
+ 200.176.186.0/17 le 24,
+ 200.179.197.0/19 le 24,
+ 200.159.184.0/17 le 24,
+ 200.159.5.0/18 le 24,
+ 200.159.116.0/18 ge 19 le 24,
+ 200.157.255.0/24,
+ 200.152.4.0/16 le 24,
+ 200.155.123.0/20 le 24,
+ 200.155.81.0/23 ge 24 le 24,
+ 200.146.233.0/18 le 24,
+ 200.149.92.0/16 le 24,
+ 200.138.139.0/24,
+ 200.138.239.0/24,
+ 200.136.46.0/17 le 24,
+ 200.137.150.0/24,
+ 200.137.144.0/24,
+ 200.142.151.0/22 le 24,
+ 200.142.159.0/21 le 24,
+ 200.142.139.0/20 le 24,
+ 200.142.160.0/19 le 24,
+ 200.135.40.0/24,
+ 200.135.28.0/24,
+ 200.134.246.0/24,
+ 200.134.213.0/24,
+ 200.134.217.0/24,
+ 200.134.219.0/24,
+ 200.134.167.0/24,
+ 200.132.248.0/20 le 24,
+ 200.242.221.0/24,
+ 200.240.211.0/21 le 24,
+ 200.240.197.0/24,
+ 200.240.199.0/24,
+ 200.241.29.0/17 le 24,
+ 200.244.183.0/20 le 24,
+ 200.246.147.0/18 le 24,
+ 200.250.213.0/18 le 24,
+ 200.251.164.0/24,
+ 200.251.137.0/24,
+ 200.248.75.0/23 le 24,
+ 200.249.142.0/21 le 24,
+ 200.249.131.0/22 le 24,
+ 200.249.133.0/23 le 24,
+ 200.249.134.0/23 ge 24 le 24,
+ 200.249.158.0/22 le 24,
+ 200.254.130.0/20 le 24,
+ 200.254.155.0/21 le 24,
+ 200.253.193.0/18 le 24,
+ 200.232.48.0/23 le 24,
+ 200.232.55.0/24,
+ 200.238.67.0/22 le 24,
+ 200.238.217.0/23 le 24,
+ 200.224.48.0/17 le 24,
+ 200.224.254.0/18 le 24,
+ 200.231.51.0/23 le 24,
+ 200.228.242.0/20 le 24,
+ 200.198.72.0/24,
+ 200.196.62.0/24,
+ 200.196.41.0/24,
+ 200.196.92.0/23 le 24,
+ 200.196.87.0/21 le 24,
+ 200.192.102.0/24,
+ 200.192.122.0/22 le 24,
+ 200.193.61.0/24,
+ 200.194.240.0/19 le 24,
+ 200.195.181.0/23 ge 24 le 24,
+ 200.195.182.0/24,
+ 200.207.83.0/19 le 24,
+ 200.201.166.0/16 le 24,
+ 200.203.178.0/23 le 24,
+ 200.216.31.0/22 le 24,
+ 200.219.100.0/24,
+ 200.222.120.0/24,
+ 200.220.29.0/18 le 24,
+ 200.220.212.0/20 le 24,
+ 200.211.186.0/24,
+ 200.214.99.0/24,
+ 200.214.105.0/24,
+ 200.214.107.0/24,
+ 200.214.116.0/24,
+ 200.214.126.0/24,
+ 200.214.123.0/24,
+ 200.214.69.0/24,
+ 200.214.77.0/24,
+ 200.214.78.0/24,
+ 200.214.81.0/24,
+ 200.214.87.0/24,
+ 200.214.91.0/24,
+ 200.214.6.0/24,
+ 200.214.60.0/24,
+ 200.214.47.0/24,
+ 200.214.198.0/23 le 24,
+ 200.214.218.0/24,
+ 200.212.205.0/20 le 24,
+ 200.212.221.0/24,
+ 217.236.170.0/24,
+ 217.232.57.0/24,
+ 217.232.42.0/24,
+ 217.235.236.0/24,
+ 217.235.102.0/24,
+ 217.227.105.0/22 le 24,
+ 217.227.9.0/19 ge 24 le 24,
+ 217.224.45.0/23 le 24,
+ 217.225.60.0/24,
+ 217.231.117.0/24,
+ 217.231.19.0/23 le 24,
+ 217.229.71.0/24,
+ 217.242.31.0/24,
+ 217.242.203.0/21 le 24,
+ 217.243.48.0/24,
+ 217.247.203.0/24,
+ 217.247.205.0/24,
+ 217.245.54.0/22 le 24,
+ 217.252.179.0/24,
+ 217.251.154.0/24,
+ 217.193.61.0/21 le 24,
+ 217.193.26.0/20 le 24,
+ 217.192.37.0/22 le 24,
+ 217.192.142.0/24,
+ 217.198.95.0/23 le 24,
+ 217.198.124.0/23 le 24,
+ 217.198.154.0/18 le 24,
+ 217.206.202.0/24,
+ 217.206.144.0/22 le 24,
+ 217.205.66.0/23 le 24,
+ 217.212.175.0/18 le 24,
+ 217.212.92.0/18 le 24,
+ 217.212.41.0/20 le 24,
+ 217.213.132.0/17 ge 19 le 24,
+ 217.213.117.0/19 le 24,
+ 217.213.77.0/19 ge 20 le 24,
+ 217.213.37.0/18 ge 20 le 24,
+ 217.214.92.0/18 le 24,
+ 217.214.54.0/19 ge 20 le 24,
+ 217.214.25.0/19 le 24,
+ 217.214.248.0/19 le 24,
+ 217.214.218.0/19 ge 20 le 24,
+ 217.215.210.0/18 le 24,
+ 217.215.149.0/18 ge 19 le 24,
+ 217.215.108.0/18 le 24,
+ 217.215.42.0/19 le 24,
+ 217.215.12.0/20 ge 21 le 24,
+ 217.211.19.0/21 le 24,
+ 217.211.27.0/24,
+ 217.211.3.0/24,
+ 217.211.34.0/21 le 24,
+ 217.211.45.0/24,
+ 217.211.53.0/24,
+ 217.211.58.0/24,
+ 217.219.155.0/24,
+ 217.219.148.0/24,
+ 217.216.5.0/24,
+ 217.147.112.0/22 le 24,
+ 217.147.138.0/23 le 24,
+ 217.147.130.0/24,
+ 217.146.31.0/22 le 24,
+ 217.146.83.0/22 le 24,
+ 217.146.251.0/23 ge 24 le 24,
+ 217.146.210.0/22 le 24,
+ 217.146.194.0/24,
+ 217.146.198.0/23 ge 24 le 24,
+ 217.146.197.0/23 le 24,
+ 217.146.128.0/22 le 24,
+ 217.146.169.0/22 le 24,
+ 217.145.78.0/22 le 24,
+ 217.145.81.0/22 le 24,
+ 217.145.168.0/21 le 24,
+ 217.145.235.0/21 le 24,
+ 217.144.78.0/22 le 24,
+ 217.144.157.0/21 le 24,
+ 217.144.167.0/22 le 24,
+ 217.144.243.0/22 le 24,
+ 217.144.204.0/22 le 24,
+ 217.144.200.0/24,
+ 217.144.220.0/21 le 24,
+ 217.150.76.0/22 le 24,
+ 217.150.84.0/22 le 24,
+ 217.150.46.0/22 le 24,
+ 217.150.186.0/22 le 24,
+ 217.150.131.0/21 le 24,
+ 217.150.252.0/22 le 24,
+ 217.151.3.0/24,
+ 217.151.1.0/23 ge 24 le 24,
+ 217.151.7.0/24,
+ 217.151.200.0/21 le 24,
+ 217.151.179.0/23 le 24,
+ 217.148.88.0/22 le 24,
+ 217.148.38.0/20 ge 21 le 24,
+ 217.148.242.0/22 le 24,
+ 217.149.4.0/22 le 24,
+ 217.149.90.0/21 le 24,
+ 217.149.158.0/22 le 24,
+ 217.149.213.0/22 le 24,
+ 217.149.229.0/21 le 24,
+ 217.154.236.0/21 le 24,
+ 217.154.255.0/22 le 24,
+ 217.154.241.0/24,
+ 217.154.242.0/23 ge 24 le 24,
+ 217.154.244.0/23 le 24,
+ 217.154.247.0/24,
+ 217.154.198.0/23 le 24,
+ 217.154.34.0/22 le 24,
+ 217.154.81.0/23 ge 24 le 24,
+ 217.154.116.0/22 le 24,
+ 217.155.206.0/22 le 24,
+ 217.155.254.0/22 le 24,
+ 217.155.234.0/22 ge 23 le 24,
+ 217.155.236.0/24,
+ 217.155.238.0/24,
+ 217.155.118.0/21 le 24,
+ 217.155.13.0/21 le 24,
+ 217.152.215.0/23 le 24,
+ 217.152.208.0/22 le 24,
+ 217.152.19.0/21 le 24,
+ 217.152.3.0/22 ge 23 le 24,
+ 217.152.7.0/22 le 24,
+ 217.153.212.0/21 le 24,
+ 217.153.56.0/21 le 24,
+ 217.153.53.0/22 le 24,
+ 217.153.46.0/22 le 24,
+ 217.153.70.0/22 le 24,
+ 217.153.97.0/24,
+ 217.159.108.0/23 le 24,
+ 217.159.79.0/22 le 24,
+ 217.159.83.0/24,
+ 217.159.85.0/22 le 24,
+ 217.159.92.0/21 le 24,
+ 217.159.55.0/23 le 24,
+ 217.159.223.0/23 le 24,
+ 217.159.149.0/22 le 24,
+ 217.159.191.0/22 le 24,
+ 217.158.41.0/24,
+ 217.158.40.0/24,
+ 217.158.25.0/23 ge 24 le 24,
+ 217.158.139.0/22 ge 24 le 24,
+ 217.158.156.0/21 le 24,
+ 217.158.250.0/21 le 24,
+ 217.156.208.0/22 le 24,
+ 217.156.201.0/21 le 24,
+ 217.156.143.0/22 le 24,
+ 217.156.20.0/21 le 24,
+ 217.156.31.0/22 le 24,
+ 217.156.104.0/23 le 24,
+ 217.157.183.0/22 le 24,
+ 217.157.187.0/21 le 24,
+ 217.157.151.0/22 le 24,
+ 217.157.17.0/22 le 24,
+ 217.157.85.0/21 le 24,
+ 217.136.123.0/21 le 24,
+ 217.136.69.0/22 ge 23 le 24,
+ 217.136.11.0/21 le 24,
+ 217.136.25.0/21 le 24,
+ 217.136.197.0/22 ge 24 le 24,
+ 217.136.140.0/21 le 24,
+ 217.136.182.0/23 ge 24 le 24,
+ 217.136.180.0/24,
+ 217.136.160.0/22 le 24,
+ 217.137.250.0/22 le 24,
+ 217.137.164.0/24,
+ 217.137.146.0/22 le 24,
+ 217.137.19.0/22 le 24,
+ 217.137.121.0/22 le 24,
+ 217.137.126.0/23 le 24,
+ 217.137.70.0/24,
+ 217.139.112.0/21 ge 24 le 24,
+ 217.139.136.0/22 le 24,
+ 217.139.201.0/22 le 24,
+ 217.139.254.0/24,
+ 217.138.243.0/21 le 24,
+ 217.138.14.0/22 le 24,
+ 217.143.130.0/23 ge 24 le 24,
+ 217.143.220.0/22 le 24,
+ 217.143.41.0/24,
+ 217.142.8.0/22 le 24,
+ 217.142.64.0/22 le 24,
+ 217.142.80.0/22 le 24,
+ 217.142.100.0/22 le 24,
+ 217.142.227.0/21 le 24,
+ 217.142.218.0/22 le 24,
+ 217.142.177.0/22 le 24,
+ 217.142.149.0/21 le 24,
+ 217.140.60.0/22 le 24,
+ 217.140.3.0/22 le 24,
+ 217.140.109.0/22 le 24,
+ 217.140.76.0/22 le 24,
+ 217.140.94.0/23 le 24,
+ 217.141.115.0/24,
+ 217.141.211.0/22 le 24,
+ 217.134.155.0/22 le 24,
+ 217.134.158.0/24,
+ 217.134.156.0/24,
+ 217.134.69.0/21 le 24,
+ 217.134.40.0/22 le 24,
+ 217.135.236.0/22 le 24,
+ 217.135.241.0/22 le 24,
+ 217.135.38.0/22 le 24,
+ 217.135.98.0/21 le 24,
+ 217.133.76.0/23 le 24,
+ 217.133.35.0/21 le 24,
+ 217.133.59.0/22 le 24,
+ 217.132.230.0/23 le 24,
+ 217.132.196.0/21 ge 22 le 24,
+ 217.132.176.0/22 le 24,
+ 217.129.229.0/21 le 24,
+ 217.129.214.0/22 ge 24 le 24,
+ 217.129.137.0/22 le 24,
+ 217.129.132.0/21 ge 22 le 24,
+ 217.129.83.0/22 le 24,
+ 217.129.115.0/22 le 24,
+ 217.128.194.0/21 le 24,
+ 217.128.175.0/22 le 24,
+ 217.128.36.0/21 ge 22 le 24,
+ 217.128.52.0/22 le 24,
+ 217.131.64.0/24,
+ 217.131.114.0/24,
+ 217.131.156.0/21 le 24,
+ 217.131.166.0/21 le 24,
+ 217.130.150.0/22 le 24,
+ 217.130.201.0/22 le 24,
+ 217.130.234.0/22 le 24,
+ 217.130.25.0/22 ge 24 le 24,
+ 217.130.101.0/21 le 24,
+ 217.185.189.0/18 le 24,
+ 217.185.30.0/20 le 24,
+ 217.184.205.0/24,
+ 217.187.95.0/20 le 24,
+ 217.187.162.0/19 le 24,
+ 217.187.214.0/24,
+ 217.188.201.0/18 le 24,
+ 217.189.18.0/18 le 24,
+ 217.190.23.0/21 le 24,
+ 217.180.60.0/24,
+ 217.176.98.0/20 le 24,
+ 217.161.163.0/24,
+ 217.161.240.0/23 le 24,
+ 217.166.11.0/24,
+ 217.166.67.0/23 ge 24 le 24,
+ 217.166.68.0/24,
+ 217.167.113.0/18 le 24,
+ 217.164.169.0/20 le 24,
+ 217.165.204.0/16 le 24,
+ 217.8.182.0/24,
+ 217.0.14.0/24,
+ 217.6.105.0/24,
+ 217.7.239.0/24,
+ 217.17.77.0/21 le 24,
+ 217.17.94.0/20 le 24,
+ 217.17.127.0/23 le 24,
+ 217.17.170.0/24,
+ 217.21.70.0/23 le 24,
+ 217.26.101.0/24,
+ 217.28.46.0/19 le 24,
+ 217.60.209.0/24,
+ 217.56.90.0/23 le 24,
+ 217.51.205.0/22 le 24,
+ 217.38.104.0/24,
+ 217.38.111.0/24,
+ 217.36.146.0/16 le 24,
+ 217.33.47.0/21 le 24,
+ 217.33.17.0/24,
+ 217.33.19.0/23 le 24,
+ 217.33.31.0/24,
+ 217.33.203.0/23 ge 24 le 24,
+ 217.33.219.0/21 le 24,
+ 217.33.152.0/21 le 24,
+ 217.43.39.0/24,
+ 217.43.34.0/22 le 24,
+ 217.43.58.0/22 le 24,
+ 217.43.60.0/24,
+ 217.43.216.0/24,
+ 217.43.168.0/24,
+ 217.43.170.0/24,
+ 217.42.32.0/24,
+ 217.40.66.0/22 le 24,
+ 217.41.77.0/22 le 24,
+ 217.104.37.0/24,
+ 217.108.236.0/24,
+ 217.99.190.0/21 le 24,
+ 217.124.137.0/24,
+ 217.123.103.0/24,
+ 217.122.163.0/24,
+ 217.122.234.0/24,
+ 217.117.205.0/24,
+ 217.116.76.0/24,
+ 217.118.108.0/24,
+ 217.115.60.0/24,
+ 217.68.134.0/21 le 24,
+ 217.64.129.0/22 le 24,
+ 217.67.12.0/23 le 24,
+ 217.77.129.0/22 le 24,
+ 217.78.154.0/23 le 24,
+ 217.78.226.0/22 le 24,
+ 217.79.125.0/21 le 24,
+ 217.74.120.0/24,
+ 217.73.223.0/20 le 24,
+ 217.73.240.0/24,
+ 217.72.13.0/22 le 24,
+ 217.90.38.0/21 le 24,
+ 217.80.238.0/24,
+ 216.245.202.0/24,
+ 216.242.58.0/17 ge 20 le 24,
+ 216.242.141.0/18 ge 20 le 24,
+ 216.242.236.0/19 ge 20 le 24,
+ 216.242.218.0/20 le 24,
+ 216.254.247.0/24,
+ 216.254.244.0/23 ge 24 le 24,
+ 216.254.227.0/24,
+ 216.254.52.0/22 le 24,
+ 216.255.227.0/24,
+ 216.255.151.0/24,
+ 216.255.147.0/24,
+ 216.255.164.0/21 le 24,
+ 216.252.233.0/24,
+ 216.252.85.0/23 le 24,
+ 216.250.238.0/23 le 24,
+ 216.251.11.0/16 le 24,
+ 216.235.186.0/22 ge 23 le 24,
+ 216.234.4.0/20 le 24,
+ 216.234.34.0/24,
+ 216.234.44.0/24,
+ 216.234.46.0/24,
+ 216.234.57.0/22 le 24,
+ 216.234.99.0/24,
+ 216.234.65.0/24,
+ 216.234.66.0/24,
+ 216.233.95.0/24,
+ 216.238.188.0/24,
+ 216.224.96.0/24,
+ 216.224.211.0/17 le 24,
+ 216.227.229.0/24,
+ 216.229.116.0/24,
+ 216.229.152.0/24,
+ 216.230.13.0/24,
+ 216.194.139.0/16 le 24,
+ 216.196.112.0/16 le 24,
+ 216.202.52.0/19 le 24,
+ 216.200.106.0/19 le 24,
+ 216.200.241.0/24,
+ 216.205.28.0/24,
+ 216.205.31.0/23 le 24,
+ 216.205.24.0/23 le 24,
+ 216.204.30.0/17 le 24,
+ 216.206.67.0/17 le 24,
+ 216.207.134.0/24,
+ 216.207.164.0/24,
+ 216.207.195.0/24,
+ 216.207.199.0/24,
+ 216.207.218.0/24,
+ 216.207.9.0/24,
+ 216.207.101.0/24,
+ 216.221.226.0/19 le 24,
+ 216.218.96.0/24,
+ 216.218.100.0/23 le 24,
+ 216.218.234.0/24,
+ 216.218.233.0/23 le 24,
+ 216.218.238.0/23 le 24,
+ 216.218.237.0/24,
+ 216.216.117.0/20 le 24,
+ 216.216.1.0/20 le 24,
+ 216.216.151.0/19 le 24,
+ 216.217.174.0/21 le 24,
+ 216.217.136.0/19 le 24,
+ 216.215.141.0/24,
+ 216.215.139.0/23 ge 24 le 24,
+ 216.215.136.0/24,
+ 216.215.131.0/23 le 24,
+ 216.215.128.0/24,
+ 216.215.135.0/24,
+ 216.163.141.0/24,
+ 216.161.62.0/23 ge 24 le 24,
+ 216.160.137.0/22 le 24,
+ 216.160.160.0/23 le 24,
+ 216.160.170.0/22 le 24,
+ 216.160.175.0/24,
+ 216.166.47.0/20 le 24,
+ 216.171.240.0/19 le 24,
+ 216.169.33.0/18 le 24,
+ 216.169.67.0/19 le 24,
+ 216.173.128.0/24,
+ 216.186.121.0/24,
+ 216.184.166.0/24,
+ 216.189.119.0/19 le 24,
+ 216.182.92.0/18 le 24,
+ 216.182.24.0/20 le 24,
+ 216.183.158.0/24,
+ 216.183.23.0/18 le 24,
+ 216.178.55.0/24,
+ 216.178.47.0/23 ge 24 le 24,
+ 216.179.216.0/19 le 24,
+ 216.147.210.0/18 le 24,
+ 216.144.111.0/18 le 24,
+ 216.150.196.0/18 le 24,
+ 216.154.223.0/19 le 24,
+ 216.152.41.0/16 le 24,
+ 216.153.140.0/24,
+ 216.157.18.0/22 le 24,
+ 216.138.217.0/24,
+ 216.136.153.0/19 le 24,
+ 216.140.230.0/24,
+ 216.134.106.0/24,
+ 216.134.77.0/24,
+ 216.134.25.0/24,
+ 216.129.117.0/24,
+ 216.129.56.0/19 le 24,
+ 216.45.154.0/18 le 24,
+ 216.45.206.0/19 le 24,
+ 216.40.146.0/24,
+ 216.40.145.0/24,
+ 216.40.202.0/18 le 24,
+ 216.41.209.0/24,
+ 216.41.214.0/24,
+ 216.41.228.0/24,
+ 216.43.128.0/18 le 24,
+ 216.33.184.0/24,
+ 216.36.123.0/20 le 24,
+ 216.39.33.0/18 le 24,
+ 216.39.84.0/22 le 24,
+ 216.38.69.0/22 le 24,
+ 216.38.83.0/22 le 24,
+ 216.38.92.0/24,
+ 216.38.106.0/19 ge 20 le 24,
+ 216.61.179.0/23 le 24,
+ 216.61.177.0/24,
+ 216.61.190.0/23 le 24,
+ 216.61.187.0/23 le 24,
+ 216.61.89.0/23 le 24,
+ 216.61.94.0/24,
+ 216.60.8.0/18 le 24,
+ 216.62.178.0/18 le 24,
+ 216.57.142.0/24,
+ 216.57.251.0/19 le 24,
+ 216.57.39.0/21 le 24,
+ 216.56.204.0/24,
+ 216.56.70.0/24,
+ 216.56.46.0/24,
+ 216.58.33.0/19 le 24,
+ 216.59.220.0/22 ge 23 le 24,
+ 216.59.204.0/24,
+ 216.59.35.0/20 le 24,
+ 216.51.131.0/19 le 24,
+ 216.50.209.0/24,
+ 216.50.211.0/24,
+ 216.23.34.0/18 le 24,
+ 216.20.14.0/19 le 24,
+ 216.20.57.0/23 le 24,
+ 216.17.72.0/20 le 24,
+ 216.19.69.0/24,
+ 216.18.94.0/24,
+ 216.18.93.0/24,
+ 216.18.89.0/23 ge 24 le 24,
+ 216.18.120.0/24,
+ 216.18.40.0/24,
+ 216.18.47.0/24,
+ 216.18.197.0/24,
+ 216.18.169.0/24,
+ 216.31.136.0/19 le 24,
+ 216.15.21.0/20 le 24,
+ 216.15.142.0/20 le 24,
+ 216.8.242.0/23 ge 24 le 24,
+ 216.9.190.0/19 le 24,
+ 216.9.18.0/19 le 24,
+ 216.3.67.0/24,
+ 216.127.251.0/24,
+ 216.127.217.0/24,
+ 216.126.164.0/24,
+ 216.125.126.0/24,
+ 216.124.182.0/18 le 24,
+ 216.123.195.0/18 le 24,
+ 216.123.125.0/18 le 24,
+ 216.123.22.0/20 le 24,
+ 216.120.121.0/21 le 24,
+ 216.114.244.0/23 le 24,
+ 216.114.240.0/24,
+ 216.112.117.0/19 le 24,
+ 216.113.69.0/19 le 24,
+ 216.117.82.0/20 le 24,
+ 216.116.55.0/24,
+ 216.116.18.0/24,
+ 216.119.159.0/20 ge 24 le 24,
+ 216.119.141.0/21 ge 24 le 24,
+ 216.119.132.0/22 ge 24 le 24,
+ 216.119.130.0/24,
+ 216.119.128.0/23 ge 24 le 24,
+ 216.118.106.0/18 le 24,
+ 216.100.141.0/22 le 24,
+ 216.103.220.0/24,
+ 216.96.93.0/19 le 24,
+ 216.96.129.0/24,
+ 216.97.90.0/19 le 24,
+ 216.97.184.0/19 le 24,
+ 216.98.224.0/24,
+ 216.108.23.0/19 le 24,
+ 216.109.21.0/24,
+ 216.109.17.0/24,
+ 216.106.38.0/18 le 24,
+ 216.106.239.0/24,
+ 216.106.237.0/24,
+ 216.106.231.0/24,
+ 216.106.193.0/24,
+ 216.106.213.0/24,
+ 216.104.120.0/24,
+ 216.104.141.0/20 le 24,
+ 216.104.144.0/24,
+ 216.105.96.0/24,
+ 216.105.64.0/24,
+ 216.105.70.0/24,
+ 216.105.185.0/23 le 24,
+ 216.69.139.0/18 le 24,
+ 216.71.99.0/16 le 24,
+ 216.70.57.0/24,
+ 216.70.63.0/24,
+ 216.70.12.0/22 le 24,
+ 216.70.1.0/24,
+ 216.70.16.0/23 le 24,
+ 216.72.206.0/24,
+ 216.74.225.0/24,
+ 216.75.144.0/19 le 24,
+ 216.75.245.0/20 le 24,
+ 216.75.0.0/20 le 24,
+ 216.76.230.0/19 le 24,
+ 216.76.135.0/19 le 24,
+ 216.76.102.0/19 le 24,
+ 216.92.216.0/20 le 24,
+ 216.95.186.0/24,
+ 216.95.184.0/24,
+ 216.95.178.0/24,
+ 216.95.159.0/24,
+ 216.95.156.0/23 ge 24 le 24,
+ 216.95.65.0/21 le 24,
+ 216.95.86.0/22 le 24,
+ 216.94.142.0/20 le 24,
+ 216.81.179.0/24,
+ 216.81.194.0/24,
+ 216.81.193.0/24,
+ 216.81.253.0/23 le 24,
+ 216.81.245.0/23 le 24,
+ 216.81.242.0/22 le 24,
+ 216.81.109.0/24,
+ 216.81.110.0/24,
+ 216.81.38.0/24,
+ 216.82.114.0/21 ge 24 le 24,
+ 216.82.127.0/24,
+ 216.82.125.0/23 ge 24 le 24,
+ 216.82.123.0/23 ge 24 le 24,
+ 216.82.120.0/24,
+ 216.82.108.0/24,
+ 216.82.111.0/24,
+ 216.82.96.0/22 ge 24 le 24,
+ 216.82.102.0/23 ge 24 le 24,
+ 216.82.100.0/24,
+ 216.82.138.0/19 le 24,
+ 216.83.201.0/23 ge 24 le 24,
+ 216.83.235.0/20 le 24,
+ 216.83.52.0/24,
+ 216.83.54.0/23 le 24,
+ 216.87.38.0/24,
+ 218.75.109.0/17 le 24,
+ 218.74.251.0/24,
+ 218.74.133.0/24,
+ 218.74.135.0/24,
+ 218.74.185.0/19 le 24,
+ 218.74.13.0/20 le 24,
+ 218.72.221.0/22 ge 24 le 24,
+ 218.72.209.0/23 ge 24 le 24,
+ 218.72.210.0/24,
+ 218.72.215.0/24,
+ 218.72.199.0/23 ge 24 le 24,
+ 218.72.196.0/24,
+ 218.72.230.0/22 ge 24 le 24,
+ 218.72.233.0/23 ge 24 le 24,
+ 218.72.234.0/24,
+ 218.72.236.0/24,
+ 218.72.246.0/22 ge 24 le 24,
+ 218.72.249.0/23 ge 24 le 24,
+ 218.72.252.0/24,
+ 218.72.255.0/24,
+ 218.73.66.0/16 le 24,
+ 218.79.250.0/18 le 24,
+ 218.79.138.0/19 le 24,
+ 218.79.34.0/19 le 24,
+ 218.78.198.0/24,
+ 218.66.51.0/24,
+ 218.66.31.0/24,
+ 218.80.127.0/17 le 24,
+ 218.81.24.0/24,
+ 218.81.150.0/18 le 24,
+ 218.83.123.0/17 ge 18 le 24,
+ 218.83.172.0/18 le 24,
+ 218.83.230.0/18 ge 19 le 24,
+ 218.85.55.0/24,
+ 218.85.61.0/21 ge 24 le 24,
+ 218.85.3.0/19 le 24,
+ 218.85.132.0/19 le 24,
+ 218.85.231.0/18 le 24,
+ 218.94.227.0/24,
+ 218.94.229.0/24,
+ 218.94.120.0/24,
+ 218.94.124.0/23 le 24,
+ 218.127.133.0/24,
+ 218.113.251.0/24,
+ 218.113.203.0/24,
+ 218.18.92.0/20 le 24,
+ 218.0.81.0/21 le 24,
+ 218.9.24.0/19 le 24,
+ 218.239.214.0/24,
+ 218.228.54.0/21 le 24,
+ 218.192.97.0/24,
+ 218.197.55.0/19 le 24,
+ 218.200.76.0/22 le 24,
+ 218.200.95.0/24,
+ 218.200.93.0/24,
+ 218.200.82.0/23 ge 24 le 24,
+ 218.200.81.0/24,
+ 218.200.87.0/24,
+ 218.200.242.0/21 le 24,
+ 218.200.254.0/22 le 24,
+ 218.200.237.0/23 le 24,
+ 218.200.223.0/24,
+ 218.200.208.0/22 le 24,
+ 218.200.215.0/22 ge 23 le 24,
+ 218.200.206.0/22 le 24,
+ 218.200.196.0/22 le 24,
+ 218.200.160.0/24,
+ 218.200.163.0/24,
+ 218.200.165.0/23 ge 24 le 24,
+ 218.200.166.0/23 le 24,
+ 218.200.175.0/24,
+ 218.200.172.0/23 ge 24 le 24,
+ 218.200.170.0/22 le 24,
+ 218.200.188.0/20 ge 24 le 24,
+ 218.200.128.0/23 ge 24 le 24,
+ 218.200.131.0/24,
+ 218.201.184.0/19 le 24,
+ 218.207.30.0/16 le 24,
+ 218.182.209.0/24,
+ 218.176.118.0/20 le 24,
+ 218.176.196.0/22 le 24,
+ 219.245.53.0/16 ge 17 le 24,
+ 219.244.146.0/16 le 24,
+ 219.212.36.0/24,
+ 219.208.250.0/17 le 24,
+ 219.219.169.0/19 le 24,
+ 219.217.252.0/21 ge 22 le 24,
+ 219.217.239.0/20 le 24,
+ 219.222.108.0/16 le 24,
+ 219.220.182.0/21 ge 24 le 24,
+ 219.220.190.0/24,
+ 219.193.213.0/16 le 24,
+ 219.183.220.0/24,
+ 219.31.70.0/24,
+ 219.18.77.0/23 le 24,
+ 219.18.66.0/23 le 24,
+ 219.18.83.0/24,
+ 219.17.45.0/23 le 24,
+ 219.84.179.0/21 ge 22 le 24,
+ 219.82.247.0/23 le 24,
+ 219.80.5.0/23 ge 24 le 24,
+ 221.238.147.0/24,
+ 221.244.241.0/23 le 24,
+ 221.244.243.0/24,
+ 221.244.247.0/22 ge 24 le 24,
+ 221.254.203.0/20 le 24,
+ 221.206.105.0/20 le 24,
+ 221.199.32.0/19 le 24,
+ 221.210.217.0/19 le 24,
+ 221.213.193.0/19 le 24,
+ 221.217.203.0/19 le 24,
+ 221.157.19.0/21 ge 24 le 24,
+ 221.157.26.0/22 ge 24 le 24,
+ 221.157.29.0/23 ge 24 le 24,
+ 221.157.31.0/24,
+ 221.157.6.0/20 ge 24 le 24,
+ 221.151.85.0/24,
+ 221.133.118.0/21 le 24,
+ 221.128.215.0/19 le 24,
+ 221.141.47.0/20 le 24,
+ 221.139.73.0/23 ge 24 le 24,
+ 221.188.195.0/22 ge 24 le 24,
+ 221.181.143.0/24,
+ 221.166.139.0/24,
+ 221.27.84.0/21 le 24,
+ 221.39.230.0/24,
+ 221.119.31.0/15 ge 16 le 24,
+ 220.158.113.0/24,
+ 220.158.114.0/23 le 24,
+ 220.158.117.0/22 le 24,
+ 220.158.124.0/22 le 24,
+ 220.158.122.0/24,
+ 220.158.121.0/23 ge 24 le 24,
+ 220.158.108.0/20 ge 24 le 24,
+ 220.158.71.0/23 ge 24 le 24,
+ 220.158.69.0/24,
+ 220.158.64.0/24,
+ 220.158.72.0/21 ge 22 le 24,
+ 220.158.82.0/21 le 24,
+ 220.158.95.0/22 le 24,
+ 220.158.42.0/20 le 24,
+ 220.158.54.0/22 le 24,
+ 220.158.50.0/22 ge 24 le 24,
+ 220.158.56.0/21 le 24,
+ 220.158.4.0/22 le 24,
+ 220.158.0.0/23 le 24,
+ 220.158.2.0/23 ge 24 le 24,
+ 220.158.11.0/21 le 24,
+ 220.158.24.0/21 le 24,
+ 220.158.17.0/22 le 24,
+ 220.158.20.0/23 ge 24 le 24,
+ 220.158.23.0/23 le 24,
+ 220.158.226.0/19 le 24,
+ 220.158.202.0/20 le 24,
+ 220.158.220.0/21 le 24,
+ 220.158.208.0/21 ge 24 le 24,
+ 220.158.179.0/21 ge 24 le 24,
+ 220.158.184.0/22 ge 24 le 24,
+ 220.158.189.0/24,
+ 220.158.190.0/23 ge 24 le 24,
+ 220.158.172.0/23 ge 24 le 24,
+ 220.158.169.0/23 ge 24 le 24,
+ 220.158.170.0/24,
+ 220.158.161.0/23 ge 24 le 24,
+ 220.158.162.0/24,
+ 220.158.164.0/24,
+ 220.158.166.0/24,
+ 220.158.139.0/24,
+ 220.158.136.0/23 ge 24 le 24,
+ 220.158.143.0/24,
+ 220.158.140.0/24,
+ 220.158.135.0/23 ge 24 le 24,
+ 220.158.132.0/24,
+ 220.158.131.0/24,
+ 220.158.128.0/23 ge 24 le 24,
+ 220.158.152.0/23 ge 24 le 24,
+ 220.158.155.0/24,
+ 220.158.158.0/24,
+ 220.158.157.0/23 ge 24 le 24,
+ 220.158.144.0/24,
+ 220.158.147.0/24,
+ 220.158.148.0/22 ge 24 le 24,
+ 220.239.240.0/16 le 24,
+ 220.195.79.0/23 le 24,
+ 220.60.52.0/22 le 24,
+ 220.51.192.0/24,
+ 220.51.194.0/24,
+ 220.45.168.0/20 le 24,
+ 220.35.5.0/17 le 24,
+ 220.6.45.0/24,
+ 220.6.36.0/24,
+ 220.6.39.0/23 le 24,
+ 220.12.173.0/22 le 24,
+ 220.14.167.0/24,
+ 220.26.249.0/24,
+ 220.26.230.0/24,
+ 220.26.233.0/24,
+ 220.26.234.0/23 ge 24 le 24,
+ 220.25.173.0/22 le 24,
+ 220.123.73.0/24,
+ 220.111.128.0/18 le 24,
+ 220.80.255.0/24,
+ 220.89.175.0/20 le 24,
+ 220.94.206.0/24,
+ 220.94.204.0/24,
+ 220.94.214.0/24,
+ 220.94.218.0/24,
+ 220.70.206.0/21 ge 22 le 24,
+ 220.70.244.0/23 ge 24 le 24,
+ 220.67.101.0/22 ge 24 le 24,
+ 220.67.96.0/24,
+ 220.67.111.0/23 ge 24 le 24,
+ 220.67.109.0/24,
+ 220.67.105.0/22 ge 24 le 24,
+ 220.67.117.0/21 ge 24 le 24,
+ 220.67.127.0/22 ge 24 le 24,
+ 220.67.120.0/23 ge 24 le 24,
+ 220.67.29.0/24,
+ 215.154.57.0/23 le 24,
+ 215.156.18.0/24,
+ 215.159.133.0/23 le 24,
+ 215.158.2.0/24,
+ 215.158.12.0/24,
+ 215.158.99.0/19 le 24,
+ 215.146.120.0/18 le 24,
+ 215.147.78.0/20 le 24,
+ 215.147.225.0/20 le 24,
+ 215.145.234.0/21 le 24,
+ 215.145.49.0/22 le 24,
+ 215.145.47.0/20 le 24,
+ 215.151.146.0/20 le 24,
+ 215.150.39.0/24,
+ 215.148.9.0/20 le 24,
+ 215.148.56.0/24,
+ 215.133.142.0/19 le 24,
+ 215.135.198.0/23 le 24,
+ 215.135.203.0/23 le 24,
+ 215.135.38.0/24,
+ 215.134.1.0/20 le 24,
+ 215.134.17.0/23 ge 24 le 24,
+ 215.134.19.0/24,
+ 215.134.23.0/22 ge 24 le 24,
+ 215.134.28.0/24,
+ 215.134.31.0/24,
+ 215.131.123.0/19 le 24,
+ 215.131.57.0/18 ge 19 le 24,
+ 215.131.208.0/19 le 24,
+ 215.131.237.0/20 le 24,
+ 215.131.160.0/24,
+ 215.131.188.0/24,
+ 215.131.191.0/24,
+ 215.129.25.0/24,
+ 215.140.20.0/20 le 24,
+ 215.140.82.0/19 ge 20 le 24,
+ 215.140.122.0/20 le 24,
+ 215.141.127.0/17 le 24,
+ 215.139.253.0/24,
+ 215.181.34.0/22 le 24,
+ 215.177.165.0/22 le 24,
+ 215.177.64.0/23 ge 24 le 24,
+ 215.177.90.0/20 le 24,
+ 215.177.9.0/24,
+ 215.186.210.0/20 le 24,
+ 215.186.146.0/19 le 24,
+ 215.187.17.0/19 le 24,
+ 215.187.104.0/24,
+ 215.184.85.0/24,
+ 215.184.126.0/24,
+ 215.184.121.0/24,
+ 215.184.98.0/24,
+ 215.184.182.0/24,
+ 215.184.176.0/24,
+ 215.191.70.0/20 le 24,
+ 215.191.235.0/24,
+ 215.189.135.0/19 le 24,
+ 215.160.7.0/20 le 24,
+ 215.160.60.0/23 le 24,
+ 215.161.174.0/20 le 24,
+ 215.161.230.0/20 le 24,
+ 215.161.216.0/19 le 24,
+ 215.167.178.0/20 le 24,
+ 215.167.222.0/23 le 24,
+ 215.167.219.0/23 le 24,
+ 215.167.79.0/24,
+ 215.167.83.0/24,
+ 215.164.4.0/24,
+ 215.174.72.0/24,
+ 215.174.82.0/23 le 24,
+ 215.174.236.0/23 le 24,
+ 215.172.128.0/19 le 24,
+ 215.173.58.0/21 le 24,
+ 215.173.239.0/18 le 24,
+ 215.173.170.0/19 le 24,
+ 215.245.179.0/17 le 24,
+ 215.246.40.0/19 le 24,
+ 215.246.5.0/20 le 24,
+ 215.246.117.0/20 le 24,
+ 215.246.100.0/22 le 24,
+ 215.242.83.0/20 le 24,
+ 215.242.233.0/20 le 24,
+ 215.251.25.0/21 ge 22 le 24,
+ 215.250.213.0/19 le 24,
+ 215.252.161.0/23 le 24,
+ 215.252.178.0/23 le 24,
+ 215.252.153.0/24,
+ 215.253.200.0/24,
+ 215.253.204.0/24,
+ 215.253.194.0/24,
+ 215.253.218.0/24,
+ 215.253.211.0/24,
+ 215.254.250.0/24,
+ 215.254.140.0/24,
+ 215.226.74.0/24,
+ 215.226.73.0/24,
+ 215.226.118.0/24,
+ 215.226.113.0/24,
+ 215.227.150.0/19 le 24,
+ 215.227.72.0/19 le 24,
+ 215.228.218.0/20 le 24,
+ 215.229.68.0/19 le 24,
+ 215.229.202.0/19 le 24,
+ 215.229.168.0/20 le 24,
+ 215.235.2.0/24,
+ 215.232.56.0/24,
+ 215.232.50.0/24,
+ 215.232.189.0/24,
+ 215.239.111.0/24,
+ 215.239.125.0/24,
+ 215.239.23.0/24,
+ 215.239.33.0/24,
+ 215.239.199.0/24,
+ 215.239.194.0/24,
+ 215.239.182.0/24,
+ 215.238.207.0/24,
+ 215.238.138.0/24,
+ 215.238.148.0/24,
+ 215.238.156.0/24,
+ 215.209.6.0/17 le 24,
+ 215.211.157.0/20 le 24,
+ 215.211.89.0/24,
+ 215.210.24.0/20 le 24,
+ 215.210.119.0/23 le 24,
+ 215.218.158.0/23 ge 24 le 24,
+ 215.218.156.0/24,
+ 215.217.240.0/20 le 24,
+ 215.216.238.0/20 le 24,
+ 215.223.130.0/18 le 24,
+ 215.223.11.0/20 le 24,
+ 215.220.155.0/19 le 24,
+ 215.206.235.0/23 le 24,
+ 215.204.174.0/20 le 24,
+ 215.205.228.0/20 le 24,
+ 215.200.112.0/20 le 24,
+ 215.201.46.0/24,
+ 215.201.11.0/23 ge 24 le 24,
+ 215.201.8.0/24,
+ 215.203.67.0/20 le 24,
+ 215.202.211.0/20 le 24,
+ 215.197.88.0/20 le 24,
+ 215.196.30.0/17 le 24,
+ 215.198.112.0/16 le 24,
+ 215.199.214.0/24,
+ 215.199.97.0/24,
+ 215.199.120.0/23 le 24,
+ 215.199.64.0/24,
+ 215.199.66.0/23 le 24,
+ 215.192.107.0/24,
+ 215.192.157.0/22 le 24,
+ 215.192.174.0/22 le 24,
+ 215.193.97.0/20 le 24,
+ 215.60.129.0/22 le 24,
+ 215.60.135.0/24,
+ 215.60.139.0/24,
+ 215.60.47.0/20 le 24,
+ 215.61.75.0/19 le 24,
+ 215.63.81.0/24,
+ 215.63.69.0/24,
+ 215.62.227.0/17 le 24,
+ 215.56.169.0/24,
+ 215.58.105.0/20 le 24,
+ 215.48.52.0/21 le 24,
+ 215.51.5.0/18 le 24,
+ 215.50.140.0/19 le 24,
+ 215.50.16.0/20 le 24,
+ 215.52.67.0/24,
+ 215.39.141.0/20 ge 21 le 24,
+ 215.39.181.0/20 le 24,
+ 215.39.47.0/20 le 24,
+ 215.38.47.0/21 le 24,
+ 215.37.61.0/19 le 24,
+ 215.37.18.0/20 le 24,
+ 215.37.180.0/19 le 24,
+ 215.36.118.0/19 le 24,
+ 215.36.49.0/20 le 24,
+ 215.32.4.0/19 le 24,
+ 215.32.50.0/21 le 24,
+ 215.32.59.0/22 le 24,
+ 215.32.61.0/24,
+ 215.32.91.0/19 le 24,
+ 215.32.204.0/23 ge 24 le 24,
+ 215.32.201.0/24,
+ 215.32.203.0/23 le 24,
+ 215.32.199.0/21 ge 24 le 24,
+ 215.33.109.0/23 le 24,
+ 215.33.76.0/24,
+ 215.33.143.0/23 le 24,
+ 215.33.248.0/19 ge 20 le 24,
+ 215.47.180.0/20 le 24,
+ 215.47.127.0/20 ge 21 le 24,
+ 215.47.7.0/22 le 24,
+ 215.47.1.0/24,
+ 215.47.13.0/24,
+ 215.47.42.0/24,
+ 215.44.133.0/17 le 24,
+ 215.44.8.0/18 le 24,
+ 215.44.116.0/20 le 24,
+ 215.40.52.0/18 le 24,
+ 215.40.93.0/19 ge 21 le 24,
+ 215.40.113.0/20 ge 21 le 24,
+ 215.40.176.0/22 le 24,
+ 215.43.247.0/24,
+ 215.27.92.0/24,
+ 215.27.72.0/20 le 24,
+ 215.27.37.0/19 le 24,
+ 215.27.142.0/19 le 24,
+ 215.27.196.0/20 le 24,
+ 215.31.22.0/21 le 24,
+ 215.28.151.0/20 le 24,
+ 215.23.36.0/19 le 24,
+ 215.22.248.0/19 le 24,
+ 215.22.172.0/19 le 24,
+ 215.20.34.0/24,
+ 215.16.159.0/20 le 24,
+ 215.17.223.0/19 le 24,
+ 215.18.165.0/19 le 24,
+ 215.7.24.0/22 le 24,
+ 215.7.236.0/21 le 24,
+ 215.6.196.0/20 le 24,
+ 215.4.6.0/24,
+ 215.0.98.0/24,
+ 215.0.97.0/24,
+ 215.0.103.0/24,
+ 215.0.101.0/23 le 24,
+ 215.0.111.0/21 le 24,
+ 215.0.127.0/23 le 24,
+ 215.0.125.0/24,
+ 215.0.121.0/24,
+ 215.0.123.0/23 le 24,
+ 215.0.117.0/21 le 24,
+ 215.0.93.0/19 le 24,
+ 215.0.56.0/19 le 24,
+ 215.0.2.0/23 le 24,
+ 215.0.10.0/24,
+ 215.0.9.0/23 le 24,
+ 215.0.18.0/21 le 24,
+ 215.0.31.0/24,
+ 215.0.24.0/24,
+ 215.0.27.0/23 le 24,
+ 215.0.165.0/23 le 24,
+ 215.0.166.0/24,
+ 215.0.162.0/22 le 24,
+ 215.0.170.0/21 le 24,
+ 215.0.191.0/21 le 24,
+ 215.0.179.0/22 le 24,
+ 215.0.180.0/23 le 24,
+ 215.0.130.0/23 le 24,
+ 215.0.137.0/21 le 24,
+ 215.0.153.0/20 le 24,
+ 215.0.253.0/19 le 24,
+ 215.0.193.0/22 le 24,
+ 215.0.197.0/23 le 24,
+ 215.0.200.0/21 le 24,
+ 215.0.219.0/21 le 24,
+ 215.0.214.0/23 le 24,
+ 215.0.209.0/22 le 24,
+ 215.3.147.0/23 le 24,
+ 215.2.146.0/24,
+ 215.2.140.0/24,
+ 215.2.208.0/20 le 24,
+ 215.2.239.0/19 le 24,
+ 215.2.106.0/19 le 24,
+ 215.2.22.0/20 le 24,
+ 215.12.216.0/22 le 24,
+ 215.12.209.0/22 le 24,
+ 215.12.254.0/20 le 24,
+ 215.14.145.0/20 le 24,
+ 215.14.140.0/21 ge 22 le 24,
+ 215.14.131.0/23 ge 24 le 24,
+ 215.14.132.0/22 le 24,
+ 215.14.175.0/21 le 24,
+ 215.14.166.0/21 ge 22 le 24,
+ 215.14.187.0/23 ge 24 le 24,
+ 215.14.185.0/24,
+ 215.14.190.0/22 le 24,
+ 215.14.179.0/23 ge 24 le 24,
+ 215.14.177.0/23 le 24,
+ 215.14.182.0/23 le 24,
+ 215.10.226.0/24,
+ 215.8.46.0/22 le 24,
+ 215.9.219.0/24,
+ 215.89.87.0/24,
+ 215.89.176.0/20 le 24,
+ 215.88.138.0/24,
+ 215.88.145.0/24,
+ 215.88.155.0/24,
+ 215.88.152.0/23 ge 24 le 24,
+ 215.88.212.0/24,
+ 215.93.83.0/17 le 24,
+ 215.94.192.0/24,
+ 215.94.198.0/23 le 24,
+ 215.94.211.0/22 le 24,
+ 215.94.107.0/20 le 24,
+ 215.83.75.0/24,
+ 215.80.127.0/18 le 24,
+ 215.86.113.0/19 le 24,
+ 215.86.159.0/20 le 24,
+ 215.85.236.0/24,
+ 215.74.8.0/15 le 24,
+ 215.72.210.0/23 ge 24 le 24,
+ 215.73.164.0/24,
+ 215.78.26.0/17 le 24,
+ 215.78.206.0/18 le 24,
+ 215.79.210.0/24,
+ 215.67.108.0/19 le 24,
+ 215.67.30.0/20 le 24,
+ 215.66.47.0/19 le 24,
+ 215.65.235.0/24,
+ 215.65.3.0/19 le 24,
+ 215.65.38.0/24,
+ 215.65.50.0/24,
+ 215.111.75.0/22 le 24,
+ 215.111.189.0/19 le 24,
+ 215.110.22.0/22 le 24,
+ 215.110.58.0/19 ge 21 le 24,
+ 215.110.71.0/18 le 24,
+ 215.110.164.0/20 ge 21 le 24,
+ 215.110.188.0/21 le 24,
+ 215.110.182.0/24,
+ 215.110.202.0/23 le 24,
+ 215.110.207.0/22 le 24,
+ 215.110.223.0/23 le 24,
+ 215.110.220.0/24,
+ 215.108.59.0/20 le 24,
+ 215.108.162.0/20 le 24,
+ 215.106.72.0/20 le 24,
+ 215.105.188.0/22 le 24,
+ 215.105.187.0/23 le 24,
+ 215.97.42.0/19 le 24,
+ 215.97.124.0/24,
+ 215.100.8.0/24,
+ 215.102.44.0/22 le 24,
+ 215.102.113.0/20 le 24,
+ 215.103.160.0/20 le 24,
+ 215.117.146.0/18 le 24,
+ 215.119.65.0/24,
+ 215.119.112.0/24,
+ 215.119.123.0/24,
+ 215.119.19.0/24,
+ 215.119.26.0/24,
+ 215.119.2.0/23 ge 24 le 24,
+ 215.119.221.0/22 le 24,
+ 215.119.204.0/22 le 24,
+ 215.118.67.0/16 le 24,
+ 215.126.8.0/20 le 24,
+ 215.120.215.0/24,
+ 215.122.181.0/18 le 24,
+ 215.122.244.0/19 le 24,
+ 214.135.211.0/23 ge 24 le 24,
+ 214.159.153.0/24,
+ 214.158.177.0/23 le 24,
+ 214.158.180.0/23 le 24,
+ 214.158.185.0/23 le 24,
+ 214.158.190.0/23 le 24,
+ 214.175.203.0/24,
+ 214.230.35.0/24,
+ 214.199.21.0/20 le 24,
+ 214.199.106.0/20 le 24,
+ 214.2.249.0/16 le 24,
+ 214.51.118.0/24,
+ 214.91.93.0/20 le 24,
+ 214.91.158.0/20 ge 24 le 24,
+ 214.95.70.0/20 le 24,
+ 213.98.204.0/24,
+ 213.103.110.0/24,
+ 213.103.77.0/24,
+ 213.103.89.0/24,
+ 213.103.93.0/24,
+ 213.103.81.0/24,
+ 213.103.55.0/24,
+ 213.216.121.0/24,
+ 213.216.122.0/23 ge 24 le 24,
+ 213.216.119.0/22 ge 24 le 24,
+ 213.216.114.0/23 ge 24 le 24,
+ 213.216.112.0/24,
+ 213.216.104.0/23 ge 24 le 24,
+ 213.237.19.0/14 le 24,
+ 212.65.48.0/24,
+ 212.78.198.0/24,
+ 212.95.102.0/16 le 24,
+ 212.81.108.0/24,
+ 212.83.120.0/19 le 24,
+ 212.135.0.0/15 le 24,
+ 209.100.230.0/16 le 24,
+ 209.221.108.0/16 le 24,
+ 209.220.111.0/19 le 24,
+ 209.220.78.0/20 le 24,
+ 209.220.83.0/21 le 24,
+ 209.220.90.0/22 ge 24 le 24,
+ 209.220.95.0/23 le 24,
+ 209.220.92.0/23 ge 24 le 24,
+ 209.216.243.0/19 le 24,
+ 209.216.179.0/18 ge 19 le 24,
+ 209.216.64.0/17 ge 19 le 24,
+ 208.75.111.0/24,
+ 208.62.172.0/22 le 24,
+ 208.63.88.0/19 le 24,
+ 208.63.246.0/21 le 24,
+ 208.59.144.0/14 le 24,
+ 208.160.100.0/21 ge 24 le 24,
+ 208.160.104.0/22 ge 24 le 24,
+ 208.160.110.0/23 ge 24 le 24,
+ 208.160.109.0/23 le 24,
+ 208.160.88.0/21 le 24,
+ 208.161.203.0/24,
+ 208.161.198.0/24,
+ 208.161.194.0/23 ge 24 le 24,
+ 208.161.192.0/24,
+ 208.172.229.0/15 le 24,
+ 208.170.36.0/14 le 24,
+ 208.191.201.0/24,
+ 208.189.188.0/24,
+ 211.3.214.0/20 le 24,
+ 211.2.58.0/16 le 24,
+ 211.227.150.0/13 le 24,
+ 211.248.211.0/14 ge 16 le 24,
+ 210.41.125.0/14 le 24,
+ 210.35.170.0/18 le 24,
+ 210.35.62.0/23 ge 24 le 24,
+ 210.35.60.0/24,
+ 210.35.56.0/22 ge 24 le 24,
+ 210.33.175.0/23 ge 24 le 24,
+ 210.33.2.0/24,
+ 210.246.80.0/22 le 24,
+ 210.218.130.0/24,
+ 210.218.129.0/24,
+ 210.218.135.0/23 ge 24 le 24,
+ 210.218.140.0/23 ge 24 le 24,
+ 210.134.196.0/19 ge 22 le 24,
+ 210.130.20.0/14 ge 16 le 24,
+ 210.158.8.0/21 le 24,
+ 210.185.188.0/22 le 24,
+ 210.185.178.0/22 le 24,
+ 232.218.22.0/24,
+ 232.16.191.0/24,
+ 232.102.105.0/24,
+ 232.102.162.0/24,
+ 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/32 le 48,
+ 6dc1:48e:542e:d7a7:1152:ccfa:ecad:6300/48,
+ 6dc1:393:7d9c:ec6d:72d7:4b25:ac9:a000/32 le 48,
+ 6dc1:3bf:6395:d887:7375:dfa8:3b61:6900/40 le 48,
+ 6dc1:3bf:60b1:8b16:decc:724e:98b6:1100/48,
+ 6dc1:3bf:64fc:674:12b0:f0fd:e165:8300/47 ge 48 le 48,
+ 6dc1:3bf:68f6:bd0d:462b:530b:972b:2300/40 le 48,
+ 6dc1:3bf:6de6:3373:984e:e6ae:987b:fa00/40 le 48,
+ 6dc1:3ad:8678:5260:8913:2d4f:8e58:7c00/48,
+ 6dc1:3a5:18b5:c721:6b57:b6a8:2170:8900/48,
+ 6dc1:23a:2852:378b:2ea:7583:3d9e:b300/48,
+ 6dc1:23a:2854:2691:1ab6:99da:1dfa:1f00/47 le 48,
+ 6dc1:23a:285b:b18a:ca53:4b17:1f50:500/45 le 48,
+ 6dc1:23a:2841:1f5b:78c6:4cc:83f7:9d00/47 ge 48 le 48,
+ 6dc1:23a:2843:7944:9e02:5fb8:8cff:7400/47 le 48,
+ 6dc1:23a:284e:d82b:46fb:3ba9:3dfc:400/45 le 48,
+ 6dc1:23a:286e:1535:f32f:6835:b262:ab00/45 le 48,
+ 6dc1:23a:2866:2a28:947c:cbca:7648:d600/46 le 48,
+ 6dc1:23a:2860:df:182c:78bb:f463:9200/47 ge 48 le 48,
+ 6dc1:23a:280d:7532:efde:2806:a261:2600/44 le 48,
+ 6dc1:23a:281f:9286:4e10:57c1:a4a4:b100/46 le 48,
+ 6dc1:23a:2818:32b5:8c70:8a7d:a74:aa00/47 le 48,
+ 6dc1:23a:281b:c11b:b259:c4eb:c11:eb00/48,
+ 6dc1:23a:282a:8d37:af74:756a:5790:6e00/48,
+ 6dc1:23a:282d:ad60:8322:91f6:ff91:2100/48,
+ 6dc1:23a:28c6:bd26:8ccb:ffc2:b372:a000/48,
+ 6dc1:23a:28c2:973a:7cba:3b9:a51d:d200/48,
+ 6dc1:23a:28ca:1a13:de0a:6f26:81e9:ea00/48,
+ 6dc1:23a:28c9:b595:e724:7fb5:f039:8900/48,
+ 6dc1:23a:28d4:a907:54a2:2037:6005:b500/45 le 48,
+ 6dc1:23a:28dc:313:41fa:c8d3:ad8c:d000/48,
+ 6dc1:23a:28db:cdbe:d837:a78a:f001:1d00/47 ge 48 le 48,
+ 6dc1:23a:28d9:97b5:32e4:e6ec:53f1:5700/47 le 48,
+ 6dc1:23a:28f6:ea59:1965:2797:977f:5500/46 le 48,
+ 6dc1:23a:28f1:1587:6edd:c692:4d00:7d00/47 le 48,
+ 6dc1:23a:28f3:283e:ba3:2837:420c:a000/48,
+ 6dc1:23a:28fa:96f3:ef1a:aab2:f0a4:8000/48,
+ 6dc1:23a:28b6:9a1b:ce9d:27d1:32e4:8800/43 le 48,
+ 6dc1:23a:288c:9364:8b23:bfa8:f8c9:7700/44 le 48,
+ 6dc1:23a:2891:9738:7d29:6f2a:677d:e00/47 ge 48 le 48,
+ 6dc1:23a:29c8:3f00:4931:1295:2212:4c00/45 le 48,
+ 6dc1:23a:29c1:1eb3:5975:4570:6849:4800/47 le 48,
+ 6dc1:23a:2bd0:4a1a:b77b:7813:86a8:b400/47 ge 48 le 48,
+ 6dc1:23a:2bd4:38f6:5266:8457:636f:500/48,
+ 6dc1:23a:2bda:95de:d81a:1536:6590:0/48,
+ 6dc1:239:25b6:e80f:3c59:300c:9fa9:3500/48,
+ 6dc1:239:c5a8:5a91:8f08:5a51:8f1:2f00/48,
+ 6dc1:239:fff6:ef30:9dbe:6d7e:2be8:3800/48,
+ 6dc1:239:89f8:d30f:d6e7:ca50:d752:b100/48,
+ 6dc1:20e:4cef:fc1d:a176:5668:5c6f:f800/32 le 48,
+ 6dc1:215:4da7:5bf2:28b9:7fc:ec12:b00/32 le 48,
+ 6dc1:25a:e6eb:c662:65f0:133f:c6e6:a800/48,
+ 6dc1:263:bf8f:f5ac:c76b:fc64:986e:5700/47 ge 48 le 48,
+ 6dc1:295:c26a:488d:2b3d:1f37:62c4:ab00/32 le 48,
+ 6dc1:f1:b937:ea2:53e4:483b:4760:7c00/40 le 48,
+ 6dc1:b5:4509:53d5:fd5c:5c72:696a:2600/48,
+ 6dc1:b5:450b:30c7:e26:8eb9:eb:eb00/48,
+ 6dc1:b5:4513:a7b0:3c7a:493e:d78f:6800/47 ge 48 le 48,
+ 6dc1:b5:451c:2c5c:a49c:f907:ff8:6b00/48,
+ 6dc1:b5:4521:22b7:2f6:a5b4:ba6b:6500/48,
+ 6dc1:b5:4526:3ca8:36a5:1535:a8b9:4c00/48,
+ 6dc1:b5:452d:a54c:51a9:b13f:46b1:b400/48,
+ 6dc1:b5:4547:83e9:d16f:28d:c181:ec00/48,
+ 6dc1:b5:4571:4b56:5b5d:ba36:c23f:7400/48,
+ 6dc1:b5:456a:da76:a054:4f0b:93d7:5600/48,
+ 6dc1:b5:45de:5e47:e306:580e:f503:1000/48,
+ 6dc1:b5:44de:d2a2:2ae8:f169:10da:4600/48,
+ 6dc1:b5:461e:6292:76e3:8635:90a8:5900/48,
+ 6dc1:b5:41c4:9da6:b9b4:9eb1:3da8:9f00/48,
+ 6dc1:b5:4077:ee9c:a50:c175:866e:bb00/48,
+ 6dc1:b5:421f:f7df:8028:66a5:acba:5500/48,
+ 6dc1:b5:4291:1c00:62bd:3e51:7832:b000/48,
+ 6dc1:b5:42ee:6863:e9b4:7a50:2453:6f00/45 le 48,
+ 6dc1:b5:4356:9561:aa3b:7e64:3826:c000/48,
+ 6dc1:b5:4bb8:9605:52a1:4c14:f2d3:2f00/48,
+ 6dc1:b5:4b82:d5cd:44d4:aa8b:4d3a:d600/48,
+ 6dc1:b5:4b90:93e7:867b:abe9:ae07:700/48,
+ 6dc1:b5:4b9e:5df2:c4e4:85a6:828e:8300/48,
+ 6dc1:b5:4b7c:935e:8f28:ac76:9314:ac00/48,
+ 6dc1:b5:4b02:c01c:63eb:4ecb:20b7:5c00/48,
+ 6dc1:b5:49c6:2dd1:3675:d617:4947:3500/48,
+ 6dc1:b5:49cc:2e29:7cab:95a7:4087:4c00/48,
+ 6dc1:b5:49d2:4e3c:1f13:cb20:bf28:6b00/48,
+ 6dc1:b5:4919:93a6:561c:5084:66a1:500/48,
+ 6dc1:b5:4917:900:c4f6:260c:a9c6:7d00/48,
+ 6dc1:b5:494d:7737:742b:69a9:4a49:cf00/48,
+ 6dc1:b5:481e:2490:eaeb:f844:23c4:ec00/48,
+ 6dc1:b5:4868:30b2:cd35:5d4e:c8e0:b600/48,
+ 6dc1:b5:48c7:d834:cd58:a7a0:2d02:a000/48,
+ 6dc1:b5:48c1:b645:af5a:5afc:49c6:2c00/48,
+ 6dc1:b5:48dd:8d74:2c3c:439a:c7b4:b000/48,
+ 6dc1:b5:48a4:ee8f:2e32:e90e:2fce:a800/48,
+ 6dc1:b5:4cbf:5363:982f:8f8d:429c:1400/48,
+ 6dc1:b5:4cb1:749e:6e09:c413:2d29:8c00/48,
+ 6dc1:b5:4c93:2f3b:4128:ced4:5b4:8200/48,
+ 6dc1:b5:4c9b:9216:53e9:7757:5f68:b000/48,
+ 6dc1:b5:4c8d:f8e6:bbed:4e5f:64c8:ae00/48,
+ 6dc1:b5:4ce8:aa66:fcdd:bbd5:eab6:2700/48,
+ 6dc1:b5:4ce1:f799:fc85:b3a0:468a:8e00/48,
+ 6dc1:b5:4cc8:ec5c:2a8f:59db:669c:4b00/48,
+ 6dc1:b5:4cc6:ce5:2e9a:d4cf:9c01:1d00/48,
+ 6dc1:b5:4c06:cb51:1221:7571:b42c:d500/48,
+ 6dc1:b5:4c2e:a540:19d2:749:ffe7:e900/48,
+ 6dc1:b5:4c40:c3b4:9ff6:d2bb:30bd:f100/48,
+ 6dc1:b5:4c65:e0ca:4ee2:1a1f:d716:c900/48,
+ 6dc1:b5:4c61:6353:bc49:b37:df08:e00/48,
+ 6dc1:b5:4c6d:636c:b478:cf13:ad22:9800/48,
+ 6dc1:b5:4c68:1e7e:3758:c696:cfa0:8900/48,
+ 6dc1:b5:4c76:5be:1191:a44a:b461:2d00/48,
+ 6dc1:b5:4d04:baff:e7a8:85de:ed4:8100/48,
+ 6dc1:b5:4d0d:d4b0:b921:292e:f480:7900/48,
+ 6dc1:b5:4d1c:16ff:315e:2787:794b:e900/48,
+ 6dc1:b5:4d33:81ac:9cfd:97de:a6c8:fc00/48,
+ 6dc1:b5:4d37:c827:eff5:44e4:58de:9a00/48,
+ 6dc1:b5:4d3d:d9c2:f645:506:4b38:ec00/48,
+ 6dc1:b5:4d4c:f990:6102:6af2:8b1b:8f00/48,
+ 6dc1:b5:4d6b:2fc4:4256:f68:cfc2:3100/48,
+ 6dc1:b5:4d96:2198:4a3:c4a0:44ac:b400/48,
+ 6dc1:b5:4deb:17bc:7238:ac01:514a:f000/48,
+ 6dc1:b5:4dfe:3c58:ea22:bb01:8503:bd00/48,
+ 6dc1:b5:4df7:98c2:f249:2ce2:59d0:1d00/48,
+ 6dc1:b5:4dcb:423b:5bb:16f3:3f89:7800/48,
+ 6dc1:b5:4dc0:7635:f73d:12ea:af01:9600/48,
+ 6dc1:b5:4fab:8186:1706:aff:d44:e400/48,
+ 6dc1:b5:4ff7:43f7:12f2:973b:b89c:9900/48,
+ 6dc1:b5:4fcc:5e14:fffd:aa88:6c19:c00/48,
+ 6dc1:b5:4f14:c40b:6424:32c4:6ee3:4000/48,
+ 6dc1:b1:97de:14c3:5b5d:76f5:c7ea:b800/48,
+ 6dc1:b1:948e:3f17:c0ff:8748:503:200/48,
+ 6dc1:b1:944d:2a31:596b:e4f7:d107:8500/48,
+ 6dc1:b1:9431:9498:56a4:4138:4932:2200/48,
+ 6dc1:b1:95f5:1392:bed1:c5b1:b896:3900/48,
+ 6dc1:b1:95e9:8f3:ae61:9e9d:938a:3b00/48,
+ 6dc1:b1:9508:6d79:f5c1:b5d:5961:5500/48,
+ 6dc1:b1:91d7:931b:8a27:eafd:1bc3:2500/48,
+ 6dc1:b1:9072:9b08:162e:d74f:701a:fb00/48,
+ 6dc1:b1:907f:4089:ef40:35de:bfe5:e100/48,
+ 6dc1:b1:9078:5863:197b:224:64ca:3200/48,
+ 6dc1:b1:8179:e677:ae7:6b3c:806f:9900/48,
+ 6dc1:b1:810b:f70b:b6b9:943e:5737:8400/48,
+ 6dc1:b1:80bb:6be3:caef:242f:15fe:bd00/48,
+ 6dc1:b1:808a:d13:6c5c:f055:9b48:f00/48,
+ 6dc1:b1:80e8:41d4:5830:bbc8:695e:c900/48,
+ 6dc1:b1:80d7:1c54:7c00:9440:56a6:5000/48,
+ 6dc1:b1:8327:5732:71d2:1a3a:5240:c00/48,
+ 6dc1:b1:83b5:d93c:3fc7:a915:f8c5:1300/48,
+ 6dc1:b1:839d:498f:3268:24f4:58ca:6f00/48,
+ 6dc1:b1:8396:80ce:d9c3:2b23:a72d:6600/48,
+ 6dc1:b1:8216:3a6c:a978:8468:658f:3f00/48,
+ 6dc1:b1:82fe:cc45:4b92:bdd8:5f77:f100/48,
+ 6dc1:b1:8781:acef:e16c:d885:488f:2a00/48,
+ 6dc1:b1:84e3:bb43:a054:31dd:d07f:3e00/48,
+ 6dc1:b1:851b:4dcb:2545:d942:52e6:d900/48,
+ 6dc1:b1:886d:688d:cfed:9a09:c06f:9d00/48,
+ 6dc1:b1:8b72:672b:dd8f:6b5f:4b53:b200/48,
+ 6dc1:b1:b082:96c1:c095:45c5:78d:f00/48,
+ 6dc1:b1:b705:2d6:3b1b:fb84:4318:a700/48,
+ 6dc1:b1:b665:23c4:6277:7b83:61d7:6000/48,
+ 6dc1:b1:b599:2988:5d23:9e8:201e:6a00/48,
+ 6dc1:b1:ba0a:f700:864c:5800:d105:9700/48,
+ 6dc1:b1:b8df:1dbf:8dad:5669:3632:3900/48,
+ 6dc1:b1:bc6e:8746:7b05:d115:206a:e00/48,
+ 6dc1:b1:bc79:35e1:f9b6:f04d:d0d8:9d00/48,
+ 6dc1:b1:bd4f:baef:419b:8ca1:c360:4100/48,
+ 6dc1:1cf:a492:c98c:e0f9:c450:cdef:e600/48,
+ 6dc1:1cf:a4ec:9f9a:5e3:e298:462b:3a00/48,
+ 6dc1:1cf:a5c8:b134:b148:7a5b:4bc4:b400/48,
+ 6dc1:1cc:e00:5110:65a4:18dd:6f36:b400/47 ge 48 le 48,
+ 6dc1:1cc:e06:1382:29e9:447a:d12:d200/48,
+ 6dc1:1cc:cf3:f722:9c46:db4d:286c:3f00/45 ge 48 le 48,
+ 6dc1:1cc:cf9:a812:5d53:6263:b20e:eb00/47 ge 48 le 48,
+ 6dc1:1cc:cfe:b0ab:596d:2ec5:b284:c700/46 ge 48 le 48,
+ 6dc1:1cc:ce7:106c:4f04:6c1e:22d1:ab00/48,
+ 6dc1:1cc:ce5:6203:7d89:cdc6:a1d6:1100/47 ge 48 le 48,
+ 6dc1:1cc:ce3:37d2:b11d:2d6a:d726:2800/46 ge 48 le 48,
+ 6dc1:1cc:d8e:9296:74c7:1d8:2caa:ab00/45 ge 48 le 48,
+ 6dc1:1cc:d81:5990:f08f:f61a:f338:a500/47 ge 48 le 48,
+ 6dc1:1cc:d87:39e7:13dc:aa57:6dc8:e300/46 ge 48 le 48,
+ 6dc1:1cc:d9b:edcb:5a95:b3e0:96de:5800/48,
+ 6dc1:1cc:d99:1ce9:33eb:3d31:bde3:4300/47 ge 48 le 48,
+ 6dc1:1cc:d9f:66d1:2a92:6a2a:5c39:d000/46 ge 48 le 48,
+ 6dc1:dba:8072:de00:772b:a0e1:f27f:8c00/36 le 48,
+ 6dc1:ab9:d59a:4cbe:7b43:8560:a518:bf00/48,
+ 6dc1:ab9:d5ac:f3ee:b501:22fd:3602:7000/48,
+ 6dc1:a8e:aba0:7dae:b452:519b:f04e:aa00/46 le 48,
+ 6dc1:a8e:ab34:95bd:8d4a:b35f:d22e:2600/48,
+ 6dc1:a8e:ab08:feb7:4af8:9f2a:539d:6100/48,
+ 6dc1:a8e:aeae:4e19:4911:3dd:3bbb:ac00/48,
+ 6dc1:a8e:f46f:7f01:e0f3:8450:f26a:f500/48,
+ 6dc1:a8e:ca7a:1faa:f993:b400:bcb3:c000/48,
+ 6dc1:a8e:5c38:6e7e:71a1:cc24:1bd6:9300/48,
+ 6dc1:a8e:58c7:aa51:f04:7485:14e7:fc00/48,
+ 6dc1:a8e:66f7:f013:5b7a:daf5:8d2a:de00/48,
+ 6dc1:a8f:6d45:5b60:14b:2260:2e94:7c00/48,
+ 6dc1:a8f:9b57:4bf3:cae8:3820:2c4:6100/48,
+ 6dc1:a8f:d713:9f5e:3a8a:6d7a:9077:1800/48,
+ 6dc1:a8f:f8f7:e46a:1c91:5672:bdd9:8e00/48,
+ 6dc1:a8c:d81:1855:e1bf:e6dd:3502:2200/48,
+ 6dc1:a8c:da2f:ce5a:b8fa:401c:bcac:9500/48,
+ 6dc1:a8c:ebee:5d5e:2a3a:6553:7fa4:500/48,
+ 6dc1:a8d:beb4:c1e0:4fd9:de3b:6765:6200/48,
+ 6dc1:a8d:6f80:50f1:b4bd:1c7f:eb42:c000/46 le 48,
+ 6dc1:a8d:6abf:426d:d778:34c1:ad54:5c00/48,
+ 6dc1:a89:fb14:7e57:9ece:3b90:920f:2c00/48,
+ 6dc1:a8a:798a:5c95:337d:5f21:3f82:2600/48,
+ 6dc1:a8a:2f45:ca96:7b96:9195:3f85:d400/48,
+ 6dc1:96a:e6c6:2ad4:3ffc:899d:4ede:8e00/32 le 48,
+ 6dc1:8e8:619c:add8:4517:a937:1133:c800/32 le 48,
+ 6dc1:8c1:1511:3081:c84a:6d6b:120b:bd00/32 le 48,
+ 6dc1:128c:b865:71d7:d20a:ba5:6fdf:be00/32 le 48,
+ 6dc1:1281:4110:ed58:3484:e153:dcc6:c600/32 le 48,
+ 6dc1:12b2:72e2:3a3c:890:3198:2d0f:2900/48,
+ 6dc1:13f1:1e4d:1c08:2a25:4a04:f731:5400/32 le 48,
+ 6dc1:13a4:2892:ada0:b89a:693f:a92a:e00/32 le 48,
+ 6dc1:134f:42fe:66:691c:a024:74d8:5000/32 le 48,
+ 6dc1:1374:ffc9:1290:4e60:f144:da00:bf00/32 le 48,
+ 6dc1:131a:68cb:43b8:1504:2f1a:89fd:eb00/48,
+ 6dc1:1563:83c7:240e:db4c:25fd:5418:3200/40 le 48,
+ 6dc1:1757:11eb:40d1:f86c:6c1b:31b1:a300/47 ge 48 le 48,
+ 6dc1:1757:11e8:289f:dc3a:373e:ea10:6200/48,
+ 6dc1:1c19:aaa5:7f16:224e:d1f2:c6a6:9f00/32 le 48,
+ 6dc1:1c2b:de60:4a6d:8844:8a64:dbbd:eb00/48,
+ 6dc1:1c2b:de62:7e51:bcf8:f1c9:165f:3900/48,
+ 6dc1:1c80:8ebc:2342:d673:7d5b:ce29:8e00/29 le 48,
+ 6dc1:1cb0:6ad2:4aeb:e217:1e80:5c2:d000/32 le 48,
+ 6dc1:1cfd:e4ba:80d2:bf10:5cab:9f17:c600/32 le 48,
+ 6dc1:1ce0:3a6e:d401:cde:2950:3ced:7200/32 le 48,
+ 6dc1:1d89:4121:bcc4:d31c:a0f9:3a28:2d00/48,
+ 6dc1:1d89:4127:b702:522c:5842:f10d:6900/48,
+ 6dc1:1d89:416a:6560:aef0:6712:72cb:b600/48,
+ 6dc1:1dad:d78d:44f0:78a0:c956:d17d:f100/32 le 48,
+ 6dc1:1df6:41f1:df84:555f:6fc8:49a7:1200/32 le 48,
+ 6dc1:1dfd:4e2e:1e35:4704:bd20:cc4:4e00/32 le 48,
+ 6dc1:1d29:8cdf:23a1:291b:8ec2:da90:e500/32 le 48,
+ 6dc1:1d6a:8d89:f768:e931:a3f1:b576:5200/48,
+ 6dc1:469d:89e9:6378:9eaa:5eb:6a8f:b400/44 le 48,
+ 6dc1:4402:c0b2:1ccf:aae8:b3a2:c78f:2700/32 le 48,
+ 6dc1:45b2:6515:854e:ddef:92ae:e25b:8b00/45 le 48,
+ 6dc1:45b2:6586:d4b7:fc04:4e72:6dd0:fa00/48,
+ 6dc1:45b2:6328:fefa:bbb9:17d1:26b2:d00/44 le 48,
+ 6dc1:45b2:634c:9fed:37dc:cd29:59f3:3600/44 le 48,
+ 6dc1:45b2:6376:764b:f755:57ae:2c13:4b00/46 le 48,
+ 6dc1:45b2:6bed:fcca:f69e:dd91:8ff:4700/40 le 48,
+ 6dc1:49f3:2de9:46bd:8a6a:3252:7a7:e800/36 le 48,
+ 6dc1:48e5:3cac:899:9aa:a151:1557:500/32 le 48,
+ 6dc1:489c:ba20:84dd:76a6:2f38:2b56:8200/32 le 48,
+ 6dc1:48b7:af42:516f:3931:7dfd:aaae:3600/32 le 48,
+ 6dc1:4839:f082:f30c:bc11:d3e3:8b62:e100/32 le 48,
+ 6dc2:885f:d0e7:bb52:5d74:5942:a47b:ab00/16 le 48,
+ 6dc5:2f0e:d1a3:9498:4e09:58bb:eeca:1400/29 le 48,
+ 6dbb:766f:abf9:2022:becc:d807:5326:4a00/28 le 48,
+ 6874:6498:b664:fd04:e99c:99eb:768:6f00/48,
+ 6874:72f6:2334:91f6:317e:1667:a016:200/32 le 48,
+ 6874:51f1:eb63:e714:582f:1cef:5da3:4200/48,
+ 6874:3473:4f58:d225:eac7:92bf:bae0:f700/32 le 48,
+ 6874:19da:620f:bf82:dec9:ab3e:2279:3200/48,
+ 6874:1724:7c1:f70e:c898:4169:ba79:7300/32 le 48,
+ 6874:1178:d031:4c84:b292:d871:7b88:8600/32 le 48,
+ 6874:bda2:715b:c02b:f289:315:7e12:3d00/32 le 48,
+ 6874:97af:c73e:f182:d60f:71ba:b306:a000/32 le 48,
+ 6874:89b8:dce9:e860:39ef:e9c5:9e:4000/48,
+ 6874:89b8:df42:4009:b4fe:aa21:715f:4b00/48,
+ 6874:89b8:dede:2182:9738:250e:d62b:8b00/48,
+ 6874:89b8:d586:25c0:b3ab:1194:a1f4:8700/48,
+ 6874:89b8:c2a0:d8f1:2599:a8a3:1096:b100/48,
+ 6874:8558:d3a3:2dbe:5483:9d1d:5e3:800/31 ge 32 le 48,
+ 6874:ed4d:438f:1f9a:677e:eb69:e91c:5c00/32 le 48,
+ 6874:e70b:8b08:8943:a0fe:1b20:b435:db00/32 le 48,
+ 6874:c3c4:2c9e:7abc:126d:2a5c:878:9800/32 le 48,
+ 6875:9541:e1c9:6521:4bb2:66cc:de55:8700/48,
+ 6875:9541:e1ca:8dc7:16ab:631e:bbab:ba00/48,
+ 6875:9540:1b2:dd49:3763:f7af:84c9:cf00/32 le 48,
+ 6875:9543:418d:675d:adf:b077:e6a1:b400/32 le 48,
+ 6875:966b:505c:8eb5:9752:d233:4b07:e500/32 le 48,
+ 6875:9f23:9351:c167:8760:620:dde7:8100/32 le 48,
+ 6875:9e8e:7d17:ddc5:9117:da6c:66e4:9b00/32 le 48,
+ 6875:8509:d73f:2b2d:ab72:2b29:d416:b700/32 le 48,
+ 6875:8542:151a:9168:d601:cfdb:fca9:9700/32 le 48,
+ 6875:8409:6b82:c338:c8c2:1089:b489:7100/36 le 48,
+ 6875:bb0b:5826:9700:8e1f:2d6:a353:6700/32 le 48,
+ 6875:676a:774e:6437:3e85:21dd:67c9:9f00/48,
+ 6875:676a:7714:d64b:617a:e729:1a84:f700/48,
+ 6875:676a:7734:50d:ab5:2773:dc84:6a00/48,
+ 6875:676a:7730:c869:70a7:e6ce:589d:7b00/48,
+ 6875:676a:7733:494a:bf65:751f:e257:4f00/48,
+ 6875:676a:92e1:bd98:d955:d417:272b:5c00/40 ge 48 le 48,
+ 6875:498f:e3a4:9580:bda9:21bc:970b:f100/32 le 48,
+ 6875:488f:948d:a147:cd93:9f13:2cec:b200/32 le 48,
+ 6875:29db:46db:124d:444e:eec8:e834:7e00/48,
+ 6875:29db:46ec:454c:d573:d9b8:2f43:9400/48,
+ 6875:29db:46b1:b5ce:cb75:aa76:cf98:9b00/48,
+ 6875:29db:4675:c7a5:60eb:f23f:156c:1400/48,
+ 6875:29db:d92f:6ded:7dea:ae40:a07a:9400/47 ge 48 le 48,
+ 6875:2a7d:e155:dde0:676b:67c9:3c7a:cc00/32 le 48,
+ 6875:3c56:4dbf:f8c2:80b2:26f5:592b:b900/32 le 48,
+ 6875:3b73:5ab6:402e:8cff:cd45:4f85:8400/48,
+ 6875:444:65a0:5c3a:ea17:15a:bf5c:6300/32 le 48,
+ 6875:3aa:19a2:b4bb:235a:432a:4a95:5700/40 le 48,
+ 6875:3aa:1f8e:7624:9db6:be1:2218:bc00/45 ge 46 le 48,
+ 6877:20bc:e9f6:8300:53fa:f13e:859a:f00/32 le 48,
+ 6877:1bf9:695:74b:d766:9224:5569:f100/48,
+ 6877:1bf9:6e7:ebd0:8905:22b0:da96:b000/47 le 48,
+ 6877:1bf9:6e3:6c32:9410:25c:5dd:e00/48,
+ 6877:1bf9:6e0:6b4b:284e:1c67:f51c:6b00/48,
+ 6877:fef:6bca:9f09:6981:44c4:beeb:f300/32 le 48,
+ 6877:83b:df92:848:5dfd:aa89:9323:8500/48,
+ 6877:83b:df91:7e23:6c99:6f11:359f:7500/48,
+ 6877:83b:c931:cfbd:b1bd:5fae:ce9:eb00/48,
+ 6877:593:f835:bca0:e78f:6d8:670c:cd00/32 le 48,
+ 6877:531c:5ff9:403:bcb2:5e49:1b11:bd00/32 le 48,
+ 6877:53bc:2428:e855:4cde:4e:7386:8f00/32 le 48,
+ 6877:6d9d:968a:ef9d:7ec9:4943:779d:a400/32 le 48,
+ 6877:7910:7a91:9106:c206:c209:9f47:9900/48,
+ 6877:7994:642f:c1d0:c042:3aa8:8fc:a200/32 le 48,
+ 6877:f581:da80:3a8a:4849:9024:ed95:7a00/48,
+ 6877:f581:dafc:249c:2094:27f7:751f:4b00/48,
+ 6877:dcce:5f89:644d:5c26:d9a:30f:8600/32 le 48,
+ 6877:9d77:e4:ef77:8898:4954:d643:c500/32 le 48,
+ 6877:90fa:bd0d:f5a9:621e:f639:be70:6b00/32 le 48,
+ 6877:94c7:eb5b:a621:abad:664:16bf:8600/32 le 48,
+ 6877:8124:4222:1ccc:dd99:e615:b67f:b600/32 le 48,
+ 6877:8017:689b:8c6e:1ae2:7887:dc77:bf00/32 le 48,
+ 6877:85e2:e121:896:e7d3:4620:94f2:3300/40 le 48,
+ 6877:a8e2:b1e4:8fad:eabb:b12b:10d3:1100/40 le 48,
+ 6877:af40:210c:b294:1c1a:18ca:3371:2e00/32 le 48,
+ 6877:b871:5ff7:e9a4:49fb:452e:2fab:cd00/36 le 48,
+ 6877:b871:6b84:8268:fbc0:6666:1580:d900/36 le 48,
+ 6876:3ccb:2ecf:7e0b:b5e2:94b5:5615:dc00/32 le 48,
+ 6876:6ce:3470:2c83:a673:56d8:96f6:8d00/32 le 48,
+ 6876:c8e:acf9:9cf6:7cff:995:2ac5:4a00/31 ge 32 le 48,
+ 6876:dc7:6da5:609b:d580:2877:fdfa:1600/48,
+ 6876:1948:b57a:82aa:bbdb:9ffd:84e1:de00/32 le 48,
+ 6876:1e50:e511:1b07:157c:52ef:6478:4000/32 le 48,
+ 6876:50be:c87c:1d0c:c4a5:614e:a00:9d00/32 le 48,
+ 6876:4a75:9cf3:f206:707:e459:159a:a200/32 le 48,
+ 6876:4b31:3e65:c95b:aa0a:3ca6:8a0:5300/48,
+ 6876:4b31:3e4b:11f0:2868:103b:c3e1:bc00/48,
+ 6876:4b31:8e3a:4b07:b233:ac77:c1a8:7a00/48,
+ 6876:7044:a058:f823:c7e1:b8e7:77fc:e200/32 le 48,
+ 6876:e1aa:3fcf:4d78:4b1c:81b8:306d:c000/32 le 48,
+ 6876:d881:c8b2:a46d:6524:d526:ce2e:f800/32 le 48,
+ 6876:d8d6:253:23e5:eb60:491c:61a:c600/32 le 48,
+ 6876:da96:66eb:5085:5d79:5d8c:764c:d600/36 le 48,
+ 6876:c992:1ef8:64aa:5fa1:b3c4:37a5:5e00/32 le 48,
+ 6876:a8e5:1b27:722a:9234:c50a:a713:8300/36 le 48,
+ 6876:a8e5:5b9a:39b3:5211:e348:f0ef:bd00/36 le 48,
+ 6876:a8e5:a680:435a:671b:866:1b51:9c00/36 le 48,
+ 6876:a8e5:8255:a969:d2f6:7b13:a84f:5e00/36 le 48,
+ 6876:a8e5:c931:973b:bcc1:16b7:f573:d300/36 le 48,
+ 6876:a9dd:7f67:2946:4e3d:55ae:e522:cc00/32 le 48,
+ 6876:aaf9:d79b:6d4b:be02:21b2:1a2a:ef00/48,
+ 6876:aaf9:d78c:5101:ad4a:f7a:2ea7:2500/48,
+ 6876:83a8:e59e:9aee:e155:6d18:ee5f:8b00/32 le 48,
+ 6873:fc9e:21cb:8b88:1c77:fd5c:6d37:1a00/32 le 48,
+ 6873:f7a4:60c:eaeb:d83c:f00e:4685:c300/32 le 48,
+ 6873:db3d:9f3a:796:af3:86b9:ba86:6500/32 le 48,
+ 6873:dd07:c0c9:c063:ca96:7232:a708:4000/48,
+ 6873:d109:6fd6:a62c:3265:d613:2c34:2200/32 le 48,
+ 6873:d35a:2c5d:69c5:4bf1:21a:8bf4:ac00/32 le 48,
+ 6873:c6b3:2e6:5f4f:3f58:cfd5:94df:1900/36 le 48,
+ 6873:c6b3:38e9:3380:da9b:62b9:a010:4200/35 ge 36 le 48,
+ 6873:c6b3:56f6:fbc:251:33cc:7bfc:900/34 ge 36 le 48,
+ 6873:c6b3:8730:6af9:b835:16da:a684:1300/34 ge 36 le 48,
+ 6873:c6b3:c01f:3f64:326d:9f16:2fbd:1c00/36 le 48,
+ 6873:c799:4124:dad8:52ec:a883:4f65:6f00/32 le 48,
+ 6873:9c37:cd81:7b23:c038:28f1:3bc7:d400/32 le 48,
+ 6873:a7c2:a820:fe7a:2917:6586:fd3d:e500/32 le 48,
+ 6873:a347:12d:321e:faa7:d1c3:b505:ba00/32 le 48,
+ 6873:a091:9c46:59a8:2251:d80e:113d:bc00/32 le 48,
+ 6873:ae00:81dc:9b07:960f:2476:c2d:2c00/32 le 48,
+ 6873:43a9:64b8:8d83:cb9d:a9e0:5578:5c00/32 le 48,
+ 6873:48fe:759f:de68:c1e9:1cc:25c1:6200/32 le 48,
+ 6873:503f:649a:4234:47bd:4a50:d1de:a500/48,
+ 6873:71de:b17c:bd4a:289:48d:bf1d:e400/32 le 48,
+ 6873:6d49:4b79:5c43:4190:5b02:cdb9:9700/32 le 48,
+ 6873:7f5:8f38:d6da:3ab0:bcbb:3b7b:5f00/36 le 48,
+ 6873:3db4:472e:dc5a:a368:5fb4:c926:b500/32 le 48,
+ 6873:2525:15a7:3c25:e259:d0c:31a9:c200/35 le 48,
+ 6873:2525:a6c6:4b36:43d2:4bd3:f320:3000/43 ge 44 le 48,
+ 6873:2525:ae7a:ff3c:b325:c8cc:d14d:8800/44 le 48,
+ 6873:2525:af6e:191b:8353:c5d8:7f18:7a00/40 le 48,
+ 6873:2525:b450:d083:542:8146:1aef:a100/43 le 48,
+ 6873:2525:b72c:1c36:de33:d701:90e7:f800/44 le 48,
+ 6873:2525:b6d7:8a50:3540:5ef:4b4d:400/40 le 48,
+ 6873:2525:b2f7:5f4d:9d0a:8042:1ab5:5900/44 le 48,
+ 6873:2525:b3f4:e1a8:6108:f028:49a2:bb00/44 le 48,
+ 6873:2525:b042:bbf:2275:9f3f:c81:1700/40 le 48,
+ 6873:2525:b147:7206:5431:e4a:f664:f300/46 ge 47 le 48,
+ 6873:2525:b143:ed34:2177:3cd1:5108:d100/46 le 48,
+ 6873:2525:b14b:5030:1f45:8507:45a8:200/45 le 48,
+ 6873:2525:b15c:8c5d:944f:bc01:975b:d500/44 le 48,
+ 6873:2525:b176:48ec:de82:4644:cfba:f000/43 le 48,
+ 6873:2525:b112:cf25:9228:9bdc:4392:1e00/42 le 48,
+ 6873:2525:b193:2e48:973b:cd8a:5f21:e900/41 le 48,
+ 6873:2525:bd3d:306f:28e:e4e2:f038:f00/44 le 48,
+ 6873:2525:bb30:e0e6:ed72:ecda:b6f7:4f00/44 le 48,
+ 6873:2525:bb28:ae63:7902:5f8d:467f:1500/48,
+ 6873:2525:b89e:7a1b:7370:bc80:a3cf:1600/44 le 48,
+ 6872:26cc:d2e1:5567:606a:33a7:4c61:9100/32 le 48,
+ 6872:27f9:6cb6:8582:a49a:ad9d:f32e:4e00/44 le 48,
+ 6872:27f9:1d9e:6c0b:796a:af2e:3fdf:fb00/36 le 48,
+ 6872:27f9:2b28:a000:6ce5:2aeb:ff58:4000/44 le 48,
+ 6872:27f9:2a10:245:34bf:24a:b96f:3b00/44 le 48,
+ 6872:27f9:2ae2:3cb1:61ec:6d44:2416:dd00/44 le 48,
+ 6872:27f9:2aad:9028:1af0:3cf:bed:d500/44 le 48,
+ 6872:27f9:2a80:2dbe:9d42:32e7:e7da:4f00/44 le 48,
+ 6872:27f9:b458:2afb:8400:d9eb:c49c:8300/40 le 48,
+ 6872:130b:8d76:73c6:d689:d191:656d:a300/32 le 48,
+ 6872:1643:1265:7fcc:80dd:bb1e:cb94:d600/32 le 48,
+ 6872:18e8:7d03:e854:eaad:4451:6d1:8b00/31 ge 32 le 48,
+ 6872:77bd:4c75:fbb3:6d80:4b22:1633:8c00/32 le 48,
+ 6872:8a60:490b:1082:5f5:32b9:1730:9400/32 le 48,
+ 6872:8eb4:618:5d1d:517f:49f5:af77:3d00/48,
+ 6872:8d3c:6dd9:10f7:bb08:5feb:1b8a:8e00/32 le 48,
+ 6872:84e8:f90a:10e:9c9f:f774:6899:2800/48,
+ 6872:a828:cc73:893:363:5bc5:55c7:a700/48,
+ 6872:beb4:234d:b487:3379:6ba5:94ab:1c00/32 le 48,
+ 6872:b31d:29a9:959c:9e3d:24b9:157b:3b00/48,
+ 6872:b31d:29ae:8df:847d:3143:bbd5:5200/48,
+ 6872:b31d:29b4:d354:17de:a07:3440:f500/48,
+ 6872:b31d:277f:dfaf:6449:9780:30cb:5300/48,
+ 6872:b31d:2778:d81a:b22b:ac08:b143:5300/48,
+ 6872:b31d:2770:f37:554:94c0:9498:4b00/48,
+ 6872:b31d:2774:a060:bed:877c:7527:9100/48,
+ 6872:b31d:2760:5d62:6a2a:5eb6:dcd0:2c00/48,
+ 6872:b31d:2728:6e58:6691:7e03:f58f:5000/48,
+ 6872:b31d:2356:52c3:4839:e6ef:4868:7c00/48,
+ 6872:e8c9:dbf0:947a:1d2d:930e:2503:8800/32 le 48,
+ 6872:f42c:809c:d289:5465:8079:2432:f600/32 le 48,
+ 6872:c43c:7041:7590:e6a9:1d7b:c62a:ef00/32 le 48,
+ 6870:363a:6105:8248:ac9b:8e12:9a96:6400/32 le 48,
+ 6870:4e7e:641b:3956:30f6:1f47:c2b6:6e00/32 le 48,
+ 6870:408e:c6ee:80e3:c96:5a53:9940:7100/32 le 48,
+ 6870:94bc:96db:ff07:d5dd:760b:a004:ad00/32 le 48,
+ 6870:83b2:9ead:3246:4dd2:469:e94d:8c00/32 le 48,
+ 6870:893e:b7f9:8ca1:bc3b:5c39:85e6:6e00/44 le 48,
+ 6870:893e:b7c8:8ee8:622a:ca7c:12db:c000/43 ge 44 le 48,
+ 6870:893e:b78c:d23c:183:bab7:ffe9:1400/44 le 48,
+ 6870:893e:ce47:74f8:2538:f2f3:76b6:f000/44 le 48,
+ 6870:f6ea:a12e:3f47:1350:dea9:ebd3:6a00/32 le 48,
+ 6870:e3b8:c51c:13d0:6fe2:a300:d888:2900/32 le 48,
+ 6871:a4c4:5041:e58a:dc64:23c7:6f60:7500/32 le 48,
+ 6871:a1b9:fb20:3a7d:caf1:fe5b:5aa:7600/40 le 48,
+ 6871:e5b7:6ad:4369:5522:51cd:2540:1800/32 le 48,
+ 6871:c2b9:21b:fc15:531:f355:4953:ed00/32 le 48,
+ 6871:d71e:f62e:a063:8f85:8092:af14:a300/32 le 48,
+ 6b55:5cf:b189:6de1:bff6:d1bd:bf4c:9400/28 le 48,
+ 6b55:272:54c4:d94e:5df6:51b5:45a4:2200/48,
+ 6b55:278:5a14:82e3:5a9b:74cf:74c1:9c00/48,
+ 6b55:27b:9f81:4abb:81ec:ac5c:f0b6:8000/48,
+ 6b55:26b:741e:c486:b315:eb0b:da28:6900/32 le 48,
+ 6b55:341:c005:7a62:ed23:58d2:3f8b:c600/28 le 48,
+ 6b55:194d:2995:1116:2b6f:ae33:9a87:6a00/28 le 48,
+ 6b55:1e35:48b6:56b4:55ef:806:6162:fd00/28 le 48,
+ 6b55:10d2:c28b:c0e2:a8c:f36f:a97d:5100/28 ge 32 le 48,
+ 6b55:35b2:7cf5:6f35:b15a:2a0d:16c4:5700/28 le 48,
+ 6b55:3bd3:acf4:94f4:e5b0:5b0:43cf:a000/31 ge 32 le 48,
+ 6b55:3bd5:70e5:ddd1:b8bf:2081:74fa:5a00/32 le 48,
+ 6b55:3bd7:9249:1ae0:349b:a28e:14cc:b000/31 ge 32 le 48,
+ 6b55:3bdc:4649:99b5:d303:5610:e089:fe00/29 le 48,
+ 6b55:3d27:f9b7:6530:1ce7:61a0:b9b3:b800/35 ge 36 le 48,
+ 6b55:3d27:d83c:8c7f:48c1:9b2c:54ad:3300/36 le 48,
+ 6b55:26e4:7687:8105:7cac:c833:7582:5a00/48,
+ 6b55:26e4:3958:b63f:e364:ba6a:58b0:5600/43 le 48,
+ 6b55:26ef:b26:5738:91aa:f31b:4ec1:cd00/43 le 48,
+ 6b55:26ef:b55:a88d:5eb7:2b59:34e5:e900/42 ge 43 le 48,
+ 6b55:26ef:ba1:cfb6:be0d:44f9:359:e200/43 le 48,
+ 6b55:26ee:55c5:af17:6cf1:7378:8faa:c500/32 le 48,
+ 6b55:6926:4dcf:c63a:4a2d:6ec1:ff9b:7f00/48,
+ 6b55:b2f2:86e6:eb05:a6d5:c85d:73eb:dd00/24 le 48,
+ 6b55:881c:891:a454:7c49:8e88:2c0e:8a00/28 le 48,
+ 6b55:8526:9837:1eec:b228:a3fc:113e:b400/28 le 48,
+ 6b55:f608:f185:bbb3:6aaa:ea74:2d69:1900/32 le 48,
+ 6b56:f89a:c693:51da:5222:faee:2ba8:bd00/32 le 48,
+ 6b56:f8bc:fee6:f906:d9b1:7223:3aa1:6200/32 le 48,
+ 6b56:f9fd:4630:a4d8:bbf1:ace4:836:4e00/24 le 48,
+ 6b56:f6ea:f83b:db08:6511:95f1:2284:ad00/40 le 48,
+ 6b56:f6e9:beb8:9871:6898:b944:2c5d:d700/48,
+ 6b56:f6e9:ac32:c6a5:93b0:9904:8100:7700/44 le 48,
+ 6b56:f6e9:49b:8733:3664:bc95:751a:5700/44 le 48,
+ 6b56:f6ec:241b:558b:ad3:acc6:5b82:c000/40 le 48,
+ 6b56:f6ef:590c:51ed:a1e:ca9f:73f9:fb00/44 le 48,
+ 6b56:f6ef:4e5c:8e72:c069:2294:4a2a:9100/40 le 48,
+ 6b56:f6ee:b8c8:1f55:27a:a368:438d:600/40 le 48,
+ 6b56:241f:11ae:797f:9335:7daa:fe3d:3b00/36 le 48,
+ 6b56:2416:5d9:deb4:1e63:4272:2824:b200/36 le 48,
+ 6b56:2511:1787:5f1b:6b4c:4476:efa3:fa00/36 le 48,
+ 6b56:253a:d9cd:ba7e:6446:9d:4ce2:c200/36 le 48,
+ 6b56:2550:e9c6:5909:bd17:88d9:a0b1:8600/48,
+ 6b56:2550:e9f3:bd96:955e:d8b0:f573:ec00/48,
+ 6b56:2550:e95a:b93f:f853:6ba4:712a:f200/44 le 48,
+ 6b56:2550:e7ff:f56:6166:54d8:ed89:ba00/48,
+ 6b56:2550:e7e1:350a:d4b9:9951:c8a1:f500/48,
+ 6b56:255c:d6c9:49af:c12a:9f6f:64aa:5200/36 le 48,
+ 6b56:2568:fbe5:8720:5761:b4a1:3b91:c100/48,
+ 6b56:2563:8326:454a:2dd1:5058:6b3d:9400/36 le 48,
+ 6b56:257c:829f:11d1:8c2d:36f9:724c:bb00/36 le 48,
+ 6b56:25c7:f5c3:532f:4958:543c:6370:4200/36 le 48,
+ 6b56:25f9:92fd:9a0e:a664:f131:f02a:eb00/48,
+ 6b56:25e9:1ff7:de0:670:ead9:28d4:7a00/36 le 48,
+ 6b56:25a4:e810:1f39:fff5:97a8:33c3:ef00/36 le 48,
+ 6b56:25ac:800:9c0:1156:ca71:4437:9600/36 le 48,
+ 6b56:26e6:efb5:f0b8:e9f0:b4d4:1eb6:6500/36 le 48,
+ 6b56:26a4:db29:d58b:bf2c:bb67:37d:c300/36 le 48,
+ 6b56:26a1:ad50:5792:69a5:88a8:9fbc:5900/36 le 48,
+ 6b56:2623:ad7e:2147:1d94:7065:d67:ae00/36 le 48,
+ 6b56:2629:84c6:5748:d028:a370:8984:6800/36 le 48,
+ 6b56:2635:2978:440d:b693:36f4:33e9:5c00/44 le 48,
+ 6b56:2635:23b6:2b61:4c88:50a8:a749:3900/48,
+ 6b56:2635:27b3:431e:b579:9122:9400:4100/43 le 48,
+ 6b56:2635:261a:d3f7:e92f:c71e:75a:d600/40 le 48,
+ 6b56:2611:5570:5d62:466c:6405:87a8:6900/36 le 48,
+ 6b56:264f:2a20:5396:f08e:5cfe:ac8e:b500/32 le 48,
+ 6b56:2643:4bbb:557b:f06c:2884:c676:a500/36 le 48,
+ 6b56:2676:6675:bc30:db4a:ed98:e8ea:7100/36 le 48,
+ 6b56:274b:fc9d:89af:64b2:ac52:396d:fd00/36 le 48,
+ 6b56:2745:7c36:b6fa:f58c:c40d:1caa:2f00/39 ge 40 le 48,
+ 6b56:2747:b042:1d53:66c0:8207:f28a:700/36 le 48,
+ 6b56:2767:e5ee:3383:12de:ee4e:371f:8900/46 ge 48 le 48,
+ 6b56:2767:e6af:1675:9ce9:5684:1ce9:6300/46 ge 48 le 48,
+ 6b56:2762:5e7e:a118:bc83:7131:987:ac00/36 le 48,
+ 6b56:276c:da6d:2cf1:2c5c:20f:4ceb:f700/36 le 48,
+ 6b56:271c:1d23:ac43:98ea:66fb:e4b5:5d00/48,
+ 6b56:2705:505b:2407:9675:df18:b455:c800/36 le 48,
+ 6b56:2709:9931:874a:2592:62e2:7ffc:1800/32 le 48,
+ 6b56:27e1:682f:f387:f8d2:72a4:70e7:d100/32 le 48,
+ 6b56:27e6:d2ee:cc32:823d:b7ad:8a13:7000/48,
+ 6b56:27e6:d2e6:603d:94dd:7b86:a146:800/48,
+ 6b56:27e6:d2fe:70b1:9cd4:f85f:5308:5600/48,
+ 6b56:27e6:d2f8:bc3b:f68f:b88c:1925:fc00/48,
+ 6b56:27e6:d2fa:bd11:4e3f:cfcb:db2f:b900/48,
+ 6b56:27e6:d2f1:f7b9:d1cf:74df:a8dc:7f00/48,
+ 6b56:27e6:d2f6:bb40:90ef:865:6515:aa00/48,
+ 6b56:27e6:d262:d294:9e58:4910:4ebc:fa00/48,
+ 6b56:27e6:d261:c78c:be4f:e873:9c36:fa00/47 ge 48 le 48,
+ 6b56:27e6:d323:d1e:336d:c4b7:2cbf:d200/48,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 48,
+ 6b56:27ec:cd86:790:8f39:9689:6732:a000/36 le 48,
+ 6b56:27cf:de12:65b1:2c0c:8156:ace0:db00/40 le 48,
+ 6b56:27cf:ddd1:83a5:eef0:42e0:b266:c00/40 le 48,
+ 6b56:27c4:1d96:9919:d404:7178:5888:da00/36 le 48,
+ 6b56:27db:13ed:b71f:f5d6:46ba:9d0e:f100/32 le 48,
+ 6b56:27dd:23d1:a155:621c:cc93:7b24:4600/36 le 48,
+ 6b56:27df:c94e:1e03:393e:b50f:3671:e100/36 le 48,
+ 6b56:27d6:d418:5eb7:8741:2b64:255:3b00/36 le 48,
+ 6b56:279d:555e:be41:a306:7dd8:9914:1100/48,
+ 6b56:279d:554a:3c31:a8a5:f6a2:c464:9500/44 le 48,
+ 6b56:279d:557a:fa12:3d5c:c02:b43e:5a00/43 ge 44 le 48,
+ 6b56:279d:5539:5648:5c9e:9537:7436:dd00/46 ge 48 le 48,
+ 6b56:2791:a440:3993:2e1c:1680:f9e1:1700/36 le 48,
+ 6b56:2785:1630:8f6b:6357:34cb:2e91:b700/36 le 48,
+ 6b56:278a:a974:f7aa:22c6:4044:8407:3e00/36 le 48,
+ 6b56:2789:6206:92f:df9:b18f:be0c:b600/48,
+ 6b56:2789:628d:8d59:51a8:5494:cead:3700/48,
+ 6b56:2789:6297:2944:1dad:d2db:2e1b:d600/48,
+ 6b56:2789:69ec:ac59:bb4b:e6c6:e830:5000/48,
+ 6b56:2789:6c75:deef:5a99:fba7:3fd1:b100/48,
+ 6b56:2788:85e9:fa2a:95b0:9072:e89:1200/36 le 48,
+ 6b56:278d:bba7:cf0c:c065:7407:9ff:d200/40 le 48,
+ 6b56:278d:b17a:60f3:5074:76e2:b019:e600/40 le 48,
+ 6b56:27b0:f679:82d3:984b:300e:a25a:bb00/36 le 48,
+ 6b56:27b7:7358:3f18:e009:59f7:353f:b000/36 le 48,
+ 6b56:27bd:e2ee:97be:9d4d:456f:2bc3:e00/36 le 48,
+ 6b56:27ab:9ea5:c9a:2fb7:c623:24fc:3f00/48,
+ 6b56:27a5:6b20:b75e:bae:6efd:64f:8400/47 ge 48 le 48,
+ 6b57:40f1:aeb6:f422:acee:252c:399b:3800/30 le 48,
+ 6b57:698b:8ae9:a573:8e8:6ca3:f9c1:3900/29 le 48,
+ 6b57:68b5:3d25:a10f:d60e:247a:a326:1b00/29 le 48,
+ 6b57:6057:2e4a:9da2:2d8b:da73:6f15:7500/29 le 48,
+ 6b57:6123:7838:630b:a44e:bbd0:1d18:1800/29 le 48,
+ 6b51:7f05:8831:1ae:6a6f:5f87:1e1f:fc00/32 le 48,
+ 6b51:741f:799b:6aa5:28b:9bbd:96c6:1600/32 le 48,
+ 6b51:774b:869a:55f8:b2b8:2933:3b83:9500/48,
+ 6b51:6272:6bdc:4a59:8f6:5470:3e29:9300/32 le 48,
+ 6b51:64dc:2979:3be5:3104:7bba:5435:1400/32 le 48,
+ 6b51:6f24:d47:94b8:b848:1b7d:45de:2d00/32 le 48,
+ 6b51:6bce:68:6162:c3d9:cf10:1b0:6600/32 le 48,
+ 6b51:5e3c:56b9:c2b1:65c5:133e:62d8:6400/32 le 48,
+ 6b51:54ed:6efc:71e7:cda:d60a:5e56:5d00/32 le 48,
+ 6b51:5228:777d:cbb3:869b:29ba:9abd:ff00/32 le 48,
+ 6b51:2acd:30b2:dd60:a4d8:33ba:a8c:8e00/48,
+ 6b51:2b87:605a:1980:560:8485:1ba:2200/36 le 48,
+ 6b51:2cd9:9fe9:6096:c0e5:d653:b897:2800/48,
+ 6b51:3ed8:27b3:9e9:b79a:d419:b712:ac00/32 le 48,
+ 6b51:35af:1576:f80c:9a54:6a3d:7344:5600/32 le 48,
+ 6b51:19bb:d868:6857:a0a0:285d:8c95:8600/48,
+ 6b51:19bb:d831:7ec6:69d8:dc03:c7b9:1500/48,
+ 6b51:19bb:d83e:f0ca:d0c5:68c8:1203:6100/48,
+ 6b51:19bb:d81a:401b:e4e4:836d:fc3c:8500/48,
+ 6b51:19bb:d8b2:2302:7a1e:4085:7884:1900/48,
+ 6b51:19bb:d9dc:1927:12a6:3fd5:9cc9:de00/48,
+ 6b51:19bb:daf8:150c:2e38:357a:4c69:9000/48,
+ 6b51:19bb:e1cd:8661:2db8:fa7e:2166:900/48,
+ 6b51:19bb:e1ce:b4b6:5a9d:20a4:8cd2:8600/48,
+ 6b51:19bb:e1c8:98a5:eeb6:12df:f50c:ac00/48,
+ 6b51:19bb:e499:af0a:3e7b:8ab3:5273:6d00/40 le 48,
+ 6b51:19bb:e602:a026:a1c:c6b6:afaa:8e00/48,
+ 6b51:19bb:4561:8f1a:191e:2e22:4ce8:f400/48,
+ 6b51:19bb:45e0:7d2b:ce10:a45b:d7dc:d500/48,
+ 6b51:19bb:4468:f40:11cb:8f5b:299c:3200/48,
+ 6b51:19bb:4625:8965:56de:ca4b:d968:3000/48,
+ 6b51:19bb:46fd:9cf2:6f07:41c8:c39a:4c00/48,
+ 6b51:19bb:4746:9568:c76b:33d2:bca7:3800/48,
+ 6b51:1872:57ac:6bf9:52e7:b68d:34b9:5200/44 le 48,
+ 6b51:14ea:eb57:4102:40db:9a67:28f4:1100/32 le 48,
+ 6b51:1680:d494:b898:229a:e8d4:c764:3a00/48,
+ 6b51:17ea:5db:4a9:a3d8:bfb:c6e1:f00/32 le 48,
+ 6b51:fcf:70e6:7d65:abb3:c6d:6d26:a900/44 le 48,
+ 6b51:eb5:fba1:d2fc:bc78:62a3:df11:9e00/32 le 48,
+ 6b51:9a89:b4f7:79e5:404f:e306:5116:da00/32 le 48,
+ 6b51:9dbc:e6b6:1f27:e840:8e94:415a:e300/32 le 48,
+ 6b51:9f72:73b2:8739:d4d8:294f:997a:1600/32 le 48,
+ 6b51:87a1:da8:8f5c:e612:5bf6:e419:4200/32 le 48,
+ 6b51:8655:56b9:a71e:28cb:7620:436c:4b00/48,
+ 6b51:89dc:e275:3ec:9810:c79f:1fce:eb00/47 ge 48 le 48,
+ 6b51:8bd0:1c10:9e8d:212d:3401:d84:d400/32 le 48,
+ 6b51:8b96:6045:549:be06:3110:c778:de00/32 le 48,
+ 6b51:af97:3f0e:e43:2f15:8c64:a7f4:b500/32 le 48,
+ 6b51:a853:301:aca4:e85a:2d1a:ecbb:1200/32 le 48,
+ 6b51:a965:b431:af52:ca5a:9ee3:f539:8700/32 le 48,
+ 6b51:abb4:b29d:56b7:95db:89eb:d8ba:1500/32 le 48,
+ 6b51:a2f8:da6c:b5c9:2539:9c81:7e71:4400/46 ge 48 le 48,
+ 6b51:a17c:2764:40ce:e59a:ea03:4c1:1100/32 le 48,
+ 6b51:bee0:126c:b3bf:c94b:9ed6:f4d7:2300/44 le 48,
+ 6b51:bc4a:6492:b4e5:153a:2fab:e3ac:8600/48,
+ 6b51:b194:128d:2bbd:8a83:ada6:4480:6100/32 le 48,
+ 6b51:c5b4:3dc6:7aac:6135:337b:c4e9:8600/32 le 48,
+ 6b51:df32:7e9f:8e5b:f890:d111:2ff4:da00/32 le 48,
+ 6b51:dddf:8d8f:c3a1:b55c:604f:7ead:7400/32 le 48,
+ 6b51:dc86:de4d:aecb:3663:cf51:3f22:3900/32 le 48,
+ 6b51:d148:4992:e0e3:43e2:83b8:f1f7:9d00/32 le 48,
+ 6b51:d43a:1639:5eb9:5fed:e2a9:cf23:dd00/32 le 48,
+ 6b51:d7e7:3eba:3342:63b5:1271:d182:6400/32 le 48,
+ 6b51:fd9d:1235:3aaa:f8a8:3311:71a0:9800/32 le 48,
+ 6b51:f559:4f3c:e8e8:8c28:26f:d5e8:c400/48,
+ 6b51:f559:4f39:4930:24fd:aec4:d678:b800/48,
+ 6b51:f071:5fb1:abb5:c149:2d19:307c:c400/32 le 48,
+ 6b51:e1c9:7a2:6454:40be:c6a9:bf6c:ee00/32 le 48,
+ 6b51:e6c1:854:32a8:50f:db5b:a9d8:1700/32 le 48,
+ 6b50:1857:ddd7:4ed9:7397:942d:2dc9:6800/32 le 48,
+ 6b50:1988:f47:653:1048:9c9:a5b3:8500/44 le 48,
+ 6b50:1988:2c96:840f:6518:12da:dc37:a400/48,
+ 6b50:a97:abb8:e94f:b635:2512:75:bd00/32 le 48,
+ 6b50:253a:2dc0:7b81:ba50:8054:9561:5000/32 le 48,
+ 6b50:2fa1:f3e2:e96d:4459:1916:3260:d600/32 le 48,
+ 6b50:385f:cb63:7be6:f850:9a21:27f7:2f00/32 le 48,
+ 6b50:3be7:6d1:3ebf:eeb0:e05f:7e3e:b00/32 le 48,
+ 6b50:3b26:2b6d:38d0:7c1f:82:e7bb:4800/32 le 48,
+ 6b50:3c7d:5492:cb8e:5521:5898:b25e:3f00/28 le 48,
+ 6b50:41d5:482d:8c4b:56fb:f936:2bf3:3c00/32 le 48,
+ 6b50:4955:8172:fa37:2c1f:b628:dbd7:3800/32 le 48,
+ 6b50:5513:f385:88e9:81:47f4:ba0b:fe00/28 le 48,
+ 6b50:5521:768c:3795:30f3:52b7:e560:5d00/28 le 48,
+ 6b50:6469:a802:8177:d432:2c7:b283:4d00/32 le 48,
+ 6b50:6cd3:9caf:ec3b:6a69:4ef7:2465:7500/32 le 48,
+ 6b50:6aaa:e046:c8fc:b336:20f7:34df:300/48,
+ 6b50:6aaa:e042:f48d:52c2:37a:5f1d:df00/48,
+ 6b50:6aaa:16d5:d1c4:efcb:6bad:a5d2:9c00/33 le 48,
+ 6b50:69a4:7477:c18e:f647:8a98:b0b7:f900/32 le 48,
+ 6b50:746f:9745:6872:5db3:f387:2b4a:be00/32 le 48,
+ 6b50:7f03:9f3e:f569:9a2e:acb5:1807:3700/32 le 48,
+ 6b50:c7d8:90e4:650e:a14f:6772:62b4:a800/32 le 48,
+ 6b50:c103:b586:2d2e:42eb:2c0:453f:1d00/31 ge 32 le 48,
+ 6b50:c071:95bf:974e:90ad:5931:bb9:9700/32 le 48,
+ 6b50:d008:9f8e:7929:aca6:ae24:3c50:dc00/48,
+ 6b50:db86:938d:4f72:443b:9b12:fa43:4600/32 le 48,
+ 6b50:dd6e:5887:8656:7a81:5f44:725f:4600/32 le 48,
+ 6b50:dfeb:d775:e35f:f6c7:f4b4:c815:7900/32 le 48,
+ 6b50:ff43:8b72:ac2a:4c27:d276:cc1c:8d00/32 le 48,
+ 6b50:e5dd:5b00:920e:9eaf:8eb1:fa0a:1000/32 le 48,
+ 6b50:e1bf:6468:d033:ced2:3672:65b7:d900/32 le 48,
+ 6b50:eb41:6707:f2f6:a3d8:41e3:eba2:be00/32 le 48,
+ 6b50:81b0:9eaa:9068:9068:c938:3753:4e00/32 le 48,
+ 6b50:9e00:9be:4c6:6d90:d741:d7bf:2500/32 le 48,
+ 6b50:a4e8:c25:2a3e:8fde:4f84:93f9:100/32 le 48,
+ 6b50:a88e:1525:381:7a46:63ed:c238:ff00/32 le 48,
+ 6b50:bd34:b488:d65a:42fa:b050:b783:0/32 le 48,
+ 6b50:bc15:77d4:64cc:1ca2:a3d:a99b:7400/44 le 48,
+ 6b50:b424:85e9:a5f:24f8:33ec:e060:8000/40 le 48,
+ 6b50:b138:550:6ec:6813:391:8e95:6900/48,
+ 6b52:1090:230b:287b:4088:8c4c:bbb8:9100/32 le 48,
+ 6b52:a9b:ab56:2940:f424:12bc:fd0b:5700/32 le 48,
+ 6b52:daa:7141:919b:13b8:b64f:6c98:5600/32 le 48,
+ 6b52:fa7:7282:aeea:73ae:7db:2c5f:6000/32 le 48,
+ 6b52:f7d:ba34:1195:6263:e690:a53:dc00/32 le 48,
+ 6b52:113:54cb:4c1b:2598:6e57:a769:4800/32 le 48,
+ 6b52:2be:b40d:bc66:662f:35ff:576c:2000/32 le 48,
+ 6b52:623:fe16:eee6:44a3:120c:dd8b:d300/32 le 48,
+ 6b52:3fcb:549c:10c5:adba:5c54:ee5d:f300/32 le 48,
+ 6b52:35b6:3a1:c228:238c:2dcf:46a4:b400/32 le 48,
+ 6b52:37e8:23a2:3f60:359d:e825:bcfb:c700/32 le 48,
+ 6b52:3701:5219:3e3c:5bd0:bba:50c:2a00/32 le 48,
+ 6b52:339a:9b9:d767:10ca:2e95:3368:900/32 le 48,
+ 6b52:2263:f0db:be7f:49b4:cccb:7bf7:4b00/32 le 48,
+ 6b52:20e0:eaa1:cf1d:894b:86ae:3645:1000/32 le 48,
+ 6b52:247b:24c:72e3:f0e5:53aa:f3d7:5700/32 le 48,
+ 6b52:6ad2:3471:17b7:185e:ccad:f162:4400/32 le 48,
+ 6b52:6104:9c72:49e5:4d99:4ede:2c11:bc00/32 le 48,
+ 6b52:7821:2409:403c:8a5b:5b34:538f:3a00/32 le 48,
+ 6b52:7e2d:f3c3:6315:162b:52a5:a33b:9d00/32 le 48,
+ 6b52:43ec:3b93:a47a:bf8a:aa06:54c2:8b00/32 le 48,
+ 6b52:46bd:3635:1b3:7f0e:7853:4442:b400/48,
+ 6b52:46bd:3632:4e21:bd52:54a9:62e4:e900/48,
+ 6b52:46bd:3631:6fdb:2473:ed79:e284:6900/48,
+ 6b52:46bd:3627:57a2:5879:f726:d20:ff00/47 ge 48 le 48,
+ 6b52:46bd:3624:2d8b:341b:9022:5b5e:4200/48,
+ 6b52:46bd:3621:c103:4a48:ac95:14d5:6b00/48,
+ 6b52:46bd:3622:285f:1d39:c0fe:c5c4:8000/48,
+ 6b52:46bd:3606:4875:6903:cd6a:62d8:dd00/48,
+ 6b52:46bd:3604:b98b:eda0:4e8f:75f9:f100/47 ge 48 le 48,
+ 6b52:46bd:3600:381:fce4:6a56:c9a6:9e00/48,
+ 6b52:46bd:2a3d:5725:93d9:1b14:9958:2a00/48,
+ 6b52:49b4:c:1c3a:dc3d:f46a:6633:3b00/32 le 48,
+ 6b52:5f35:afef:16ac:54e4:30f7:340f:6200/48,
+ 6b52:b543:5b47:f10c:c024:ac2a:8a69:4800/32 le 48,
+ 6b52:8f68:b334:796:b305:3f2c:fb66:c700/32 le 48,
+ 6b52:9f1f:84f0:fdd8:1785:f26a:4505:cb00/32 le 48,
+ 6b52:915c:d415:4fb6:f01a:9b12:c2d8:1800/32 le 48,
+ 6b52:da1f:478b:1ac3:5c84:263d:5fb3:b100/32 le 48,
+ 6b52:c331:e73b:701b:86ab:6d19:f277:d300/32 le 48,
+ 6b52:febd:b0eb:3ad7:3791:2c6b:3974:6500/32 le 48,
+ 6b52:f655:a067:b343:a880:db17:ea37:1f00/32 le 48,
+ 6b52:f370:8b9f:bec:af7e:28a4:6d07:200/32 le 48,
+ 6b52:e7e5:fd5a:a2d8:e367:dc92:25b6:1100/48,
+ 6b52:e7e5:fd59:28cf:1c63:9b95:c52a:2a00/47 ge 48 le 48,
+ 6b52:e7e5:fd5c:568e:a4ec:f0b:bc18:c700/48,
+ 6b52:e42d:2548:5627:6bce:1d3b:c721:a800/39 ge 40 le 48,
+ 6b52:e42d:27f6:a206:e2d8:7414:8f43:3900/40 le 48,
+ 6b52:ed0d:6766:7f7b:2139:957:fa5f:e200/32 le 48,
+ 6b53:cc1d:71bd:575:1ef2:7691:6cd:c400/32 le 48,
+ 6b53:dce1:f821:c124:de25:a815:27a:fb00/32 le 48,
+ 6b53:f559:8e5d:4b1f:4619:6c62:4697:6900/32 le 48,
+ 6b53:f830:83c2:dee0:6151:155b:3529:2400/32 le 48,
+ 6b53:e82e:59fb:66e7:46a3:cb4a:6a06:7b00/36 le 48,
+ 6b53:9194:345d:8c98:e9e2:6d2a:39f8:3800/32 le 48,
+ 6b53:9c1c:7413:c402:fe33:665f:f7f4:e00/32 le 48,
+ 6b53:8652:b9f:f193:62fc:2776:aa59:a600/32 le 48,
+ 6b53:b096:1643:605b:9c62:cd03:c12d:9100/32 le 48,
+ 6b53:5cb5:8cd6:cd53:f195:c5f:4de:e200/32 le 48,
+ 6b53:5fb5:604d:c0cb:ff4c:f16a:e400:3300/32 le 48,
+ 6b53:56c9:ccc:5cf5:d9fd:841f:9fef:9a00/32 le 48,
+ 6b53:4327:c5ce:d30:764e:4d65:3ed8:5400/32 le 48,
+ 6b53:48f2:4dde:ce3f:892b:b27e:57b4:f500/32 le 48,
+ 6b53:703b:db4c:5850:c5b4:78ca:dd93:6e00/32 le 48,
+ 6b53:7846:1533:ae8d:2152:8151:6a34:ca00/32 le 48,
+ 6b53:6cf1:c558:23a4:9cdc:13fa:c336:8700/32 le 48,
+ 6b53:6f15:d6ef:fab7:973f:acdb:4f5f:3800/48,
+ 6b53:6f15:d6d2:a1d9:d358:c820:28cd:7800/48,
+ 6b53:6f15:d6d5:a1e7:127b:2a16:205:af00/48,
+ 6b53:6f15:d6d8:664d:9813:e1b0:6c96:4300/48,
+ 6b53:6f15:d6c4:ad:1652:2f05:e8a9:5300/48,
+ 6b53:6f15:d6c2:abdc:b38a:767:7573:9300/48,
+ 6b53:6f15:d6a5:984:9082:6555:fd39:df00/48,
+ 6b53:6f15:d661:daba:cce3:3c01:7ce2:c000/48,
+ 6b53:6a05:69cc:22cb:761f:ef83:21d9:a300/40 le 48,
+ 6b53:6a05:63e9:c68a:aedc:75fe:4b06:6b00/48,
+ 6b53:6a05:63ea:f777:6da2:b71f:cb2d:e500/48,
+ 6b53:68bc:2b20:87e5:8484:a8b7:c992:ac00/32 le 48,
+ 6b53:63fb:3f50:13d0:1a7c:1c68:2bc2:a900/32 le 48,
+ 6b53:23ad:1720:4f62:e419:755f:cdb4:1f00/32 le 48,
+ 6b53:3505:5492:61c8:dbd0:4fd8:e4dc:3a00/32 le 48,
+ 6b53:3b4c:d066:580a:e772:524e:9ac7:2700/32 le 48,
+ 6b53:30d:daa4:dd58:25c2:a498:e37e:1500/32 le 48,
+ 6b53:1ba1:34d0:993c:a968:415f:1de8:c00/40 le 48,
+ 6b53:1b2f:e315:7e81:4d6f:676e:2d42:a000/32 le 48,
+ 6b53:1b1d:c57d:d11e:bb8a:7e8f:3cb2:400/32 le 48,
+ 6b53:1a42:3671:5c36:c864:3f2f:2375:4100/32 le 48,
+ 6b53:1a5a:a524:8771:4374:eb55:145c:6800/32 le 48,
+ 6b53:1a76:3c55:9599:53f1:2abd:8a00:b300/32 le 48,
+ 6b53:1a7d:a6ee:8c38:9dff:bf88:5a4e:7a00/32 le 48,
+ 6b53:1a0e:5f7:a713:4524:5060:a4c9:a800/44 le 48,
+ 6b53:1aca:ad19:4b5b:5b02:e833:a0cb:3e00/32 le 48,
+ 6b53:18f7:c831:c8b6:579f:ad6e:8410:a00/32 le 48,
+ 6b53:1828:66e2:179a:a172:e199:e2f1:a500/48,
+ 6b53:1823:cf3b:bd50:b52b:466a:2081:ac00/32 le 48,
+ 6b53:181c:6f15:70dc:912d:6d06:a871:f600/32 le 48,
+ 6b53:19d6:17b7:f5d5:297a:42c1:7827:f900/32 le 48,
+ 6b53:19ad:a2a8:761f:15ea:1afc:32ca:8a00/32 le 48,
+ 6b53:1f20:da02:8ef1:420f:3e6:57af:f000/32 le 48,
+ 6b53:1f53:a1b5:5b72:7636:4cd:abd8:2700/32 le 48,
+ 6b53:1f5a:dca:5a7f:862a:75d5:4381:9a00/32 le 48,
+ 6b53:1ee2:1f4:7e68:f892:7b75:6980:6300/32 le 48,
+ 6b53:1e39:3c4c:a361:9f65:eae5:f8e5:6e00/32 le 48,
+ 6b53:1e2b:1459:839b:6a0d:1599:351d:a600/32 le 48,
+ 6b53:1e15:2e22:9f9:298b:2dad:f25:4f00/32 le 48,
+ 6b53:1e78:aac7:c3c7:c02e:b505:7a62:d400/32 le 48,
+ 6b53:1ce6:8786:ab29:2680:7f07:d3a6:7700/32 le 48,
+ 6b53:1d8c:85e6:ca1c:1dec:2ae1:dbf1:6800/32 le 48,
+ 6b53:1d03:d79c:1763:beb2:27dc:8632:ce00/32 le 48,
+ 6b53:1d41:509:5efa:2ee8:f113:5e02:2900/32 le 48,
+ 6b53:169e:17ef:e48b:33cc:b57a:1149:1100/32 le 48,
+ 6b53:163f:23e2:773c:fa97:ad12:f46f:e300/32 le 48,
+ 6b53:14b0:ea3e:d7bb:d492:446a:bdf6:a600/32 le 48,
+ 6b53:1304:27bd:c7ce:91c3:95e6:b8dc:4700/32 le 48,
+ 6b53:13f7:c13a:b59b:b46f:5bc4:6503:2700/47 le 48,
+ 6b53:13d3:c72f:87db:b821:ca07:7404:9300/32 le 48,
+ 6b53:120d:a949:dbfb:8286:e847:12af:f900/32 le 48,
+ 6b53:121b:f0cf:9473:2315:22a2:ffc9:a300/32 le 48,
+ 6b53:1236:4203:3e9e:3d92:3685:d0ad:9800/48,
+ 6b53:12e9:2abf:c6cd:b69:3572:4568:600/32 le 48,
+ 6b53:11ae:b189:b6bf:6870:a7c2:77a6:f200/32 le 48,
+ 6b53:11f5:eae3:b14a:2d2d:ca71:2066:7b00/32 le 48,
+ 6b53:1074:6153:4ba0:f58f:ea9a:4f3:3700/32 le 48,
+ 6b43:c3da:fb08:7c64:bf9d:29b8:7969:2d00/32 le 48,
+ 6b43:c3e0:55be:4911:8f16:7922:7b5b:7700/37 le 48,
+ 6b43:c3e0:aefc:3015:b785:2d23:84eb:4000/45 le 48,
+ 6b43:c3e0:aab4:752f:3d07:e569:f898:7500/44 le 48,
+ 6b43:c3e0:aa85:10c7:fcd1:b663:a718:2900/47 le 48,
+ 6b43:c3e0:b660:a491:fb1a:56a7:34f8:ec00/45 le 48,
+ 6b43:c3f0:ec2c:773a:7281:b8a9:81c5:e700/32 le 48,
+ 6b43:c314:36e2:7a3f:9ac0:dbc4:e153:ed00/32 le 48,
+ 6b43:c34c:c4cb:25ab:9b2f:2bf6:7b7e:2700/32 le 48,
+ 6b43:c347:9d00:e9c5:b3c8:16aa:f075:6f00/48,
+ 6b43:c347:9d0c:931c:f935:dbda:73f0:7500/48,
+ 6b43:c347:9dca:f341:d03f:46a7:b36:c00/48,
+ 6b43:c270:b89:cc37:1e2d:7537:a7da:f700/32 le 48,
+ 6b43:c20a:6c35:9ddd:7541:4aeb:91f6:1e00/32 le 48,
+ 6b43:c23f:648:2041:4a69:3b34:db3e:ea00/32 le 48,
+ 6b43:c2c2:ff2b:6ca8:e8f6:edf1:73ae:d600/32 le 48,
+ 6b75:1065:c57c:4122:fa9a:4b64:5b9a:c300/48,
+ 6b75:1065:c50a:5932:16d8:3440:c342:1600/48,
+ 6b75:1065:c4e0:315e:9de9:6e4e:13a8:f800/48,
+ 6b75:1065:c766:7334:a05d:b05e:3552:7a00/48,
+ 6b75:1065:c6eb:ec4:c91:ccd5:7728:fc00/48,
+ 6b75:1065:cb29:d1a:c5bd:cb40:5310:ea00/45 le 48,
+ 6b75:1065:cfef:de04:3e9c:b938:adbd:4100/48,
+ 6b75:1065:cfdb:b29b:42b2:cc17:437:5900/48,
+ 6b75:1065:cd73:7dce:69dd:193f:ad44:9200/47 ge 48 le 48,
+ 6b75:1065:cd6d:34bd:473b:a3:5a05:de00/48,
+ 6b75:1065:dcc5:aeea:84d3:c960:ef78:3000/48,
+ 6b75:1065:ee0d:bdd6:3c7f:7a08:890b:f600/48,
+ 6b75:1065:e7cf:1daf:452a:4daf:d07:5e00/44 le 48,
+ 6b75:1065:e2ac:4b62:748d:2631:5692:dc00/47 ge 48 le 48,
+ 6b75:1065:e2a8:95a9:389c:8408:a06a:9700/48,
+ 6b75:1065:e240:d0a7:f08c:3662:5071:3e00/48,
+ 6b75:1065:e358:a08c:c91d:e2ec:52db:da00/41 le 48,
+ 6b75:1062:33da:f519:1a73:8284:34f0:b000/44 le 48,
+ 6b75:106d:fcf:af1b:ae5f:cc42:49b:ea00/44 le 48,
+ 6b75:106e:d042:84bc:fd7d:e06b:dc2b:d800/47 ge 48 le 48,
+ 6b75:106e:d049:77f7:f657:8fa6:78a9:ba00/48,
+ 6b75:106f:24c6:d79e:1ffb:9726:d0d6:2000/48,
+ 6b75:1068:170c:3f1f:e2d0:51fd:d76c:4200/48,
+ 6b75:107a:6b08:c096:a156:7228:f1d9:4b00/44 le 48,
+ 6b75:1079:e64:5c09:6585:e567:14d0:ec00/48,
+ 6b75:1077:5b0:5efe:f126:4829:c288:ed00/48,
+ 6b75:1072:5d:be6:d963:24c9:6d62:900/47 le 48,
+ 6b75:1072:addd:3517:f7c8:1fd9:dac9:9e00/48,
+ 6b75:1071:58fc:f9d5:2d6e:e059:3552:e600/48,
+ 6b75:1070:55e7:8996:7d56:da7b:67d3:5b00/44 le 48,
+ 6b75:1042:47e6:897b:6081:dd7b:83f8:900/48,
+ 6b75:1044:b745:ff0a:e493:8c01:656:5300/48,
+ 6b75:1046:ca7:9576:b0c0:a26e:bdf8:e00/48,
+ 6b75:104d:f5dc:6946:bf57:8a78:8d35:c200/48,
+ 6b75:1056:3741:fe5c:256a:894b:ae27:1800/48,
+ 6b75:1054:a26a:5ee5:dd96:4471:5889:8200/48,
+ 6b75:1054:e6af:63c1:cc49:bded:7747:d600/48,
+ 6b75:1059:5c18:6b74:d776:4307:79b5:d900/48,
+ 6b75:1012:7a08:ed74:71f7:53c3:130a:6400/48,
+ 6b75:101d:a938:2b33:57b9:4b2a:3b4:d400/48,
+ 6b75:101c:d58:1d5a:a4ff:6746:be1c:3b00/44 le 48,
+ 6b75:101c:45ad:4158:1dc6:3141:c694:b000/48,
+ 6b75:101b:a9f9:2ae7:711e:2fd3:cb69:7600/40 le 48,
+ 6b75:1018:a6d9:d815:f9aa:12f3:f5b:7400/48,
+ 6b75:1001:bdbd:cc0d:8c06:aa29:845d:3400/48,
+ 6b75:1001:c5a5:32d3:6422:bfdf:bbbd:ba00/48,
+ 6b75:1006:9ce9:b3b2:cb68:a1f7:71d8:a100/44 le 48,
+ 6b75:102a:adae:29ef:9ae0:eb16:7bb3:fc00/48,
+ 6b75:1029:fb9b:7286:75d3:d891:5fde:9f00/44 ge 48 le 48,
+ 6b75:1026:b603:f61b:1018:a283:f7db:f100/44 le 48,
+ 6b75:1026:d776:8095:e16a:6469:f010:800/48,
+ 6b75:103d:b195:1685:6aa2:bcc1:2123:1600/48,
+ 6b75:1032:6699:d5d7:391a:8509:7413:cd00/48,
+ 6b75:10de:3299:3381:9ffe:e793:4a5:6900/48,
+ 6b75:10d8:8ddb:1a60:9554:7187:c9ca:7200/48,
+ 6b75:10cf:3392:e6b1:408e:1be2:665b:7900/44 le 48,
+ 6b75:10cf:fda0:deb5:f6d7:3fde:3664:400/48,
+ 6b75:10ed:4783:d1c0:22df:4a06:167f:3300/48,
+ 6b75:10fd:40f6:b203:cd2f:4790:31f6:4c00/48,
+ 6b75:1093:4ca2:dc9f:d30e:5094:ba7b:4900/48,
+ 6b75:1096:4da:bb55:87b7:def4:ec79:4000/48,
+ 6b75:10b3:31b5:782a:9207:4fc2:9cce:1700/48,
+ 6b75:10b4:99ba:9457:443f:df3b:4c0b:800/48,
+ 6b75:10ba:6805:8084:8d50:5568:90a1:6f00/48,
+ 6b75:10bf:6af5:c59c:670b:bee9:fdd6:3100/48,
+ 6b75:10ae:2afe:540e:907d:4acc:fcf5:4600/48,
+ 6b75:10a8:34a7:bd3e:a12b:7074:aa69:1000/48,
+ 6b75:111c:2032:4c82:4f45:1d31:f6d4:f400/48,
+ 6b75:111e:d31b:ebd5:18c0:fc9d:8f01:fb00/48,
+ 6b75:111e:1421:a16f:fa36:6884:dc6c:c00/48,
+ 6b75:111e:14ea:694a:9452:fbd9:f4b0:3400/48,
+ 6b75:1119:fe1a:5301:58a9:6533:ab6:b100/40 le 48,
+ 6b75:1119:4215:2d14:27d5:ef40:da3e:3a00/44 le 48,
+ 6b75:1119:3492:374a:9676:f377:bf5b:b100/44 le 48,
+ 6b75:111a:e71d:26ad:7c23:a3ce:d87b:e900/44 le 48,
+ 6b75:111a:8f5:94ba:9d4e:a854:1d45:4b00/44 le 48,
+ 6b75:1117:8fc:1401:86ea:636a:963a:e400/44 le 48,
+ 6b75:1114:6d1e:514d:1d29:1614:655a:2d00/48,
+ 6b75:1115:be92:b6ca:284f:236f:6c89:2900/44 le 48,
+ 6b75:1111:c4ed:9ec2:d957:352a:eb34:c400/40 le 48,
+ 6b75:1100:3968:a610:451e:5f6a:ec92:3700/48,
+ 6b75:1105:80b6:984:9ca4:afd9:2b69:f700/40 le 48,
+ 6b75:110e:7543:2fc2:4c9c:49d1:4ea2:1500/44 le 48,
+ 6b75:110f:eb7e:d1be:1dfa:612e:7869:a300/44 le 48,
+ 6b75:110f:ebb5:c496:fbdd:bf2b:f1ac:1300/44 le 48,
+ 6b75:1109:c904:3441:f003:a6b1:517c:6a00/40 le 48,
+ 6b75:1109:3131:d0ba:3550:5da4:df2a:fe00/48,
+ 6b75:1109:1416:6c9a:7cb6:1937:bcea:2b00/44 le 48,
+ 6b75:110a:b53d:e0b5:dea3:1cdf:ef1d:3d00/44 le 48,
+ 6b75:110a:3a2d:f48b:2ecb:604:9848:e600/44 le 48,
+ 6b75:1129:4e13:7043:c737:763f:c007:3300/40 le 48,
+ 6b75:1129:2ae2:fd34:d49e:51b3:cf25:4200/40 le 48,
+ 6b75:112a:82b9:2675:b1f7:192c:74de:800/48,
+ 6b75:112a:82ba:5e3d:27ec:ca76:b39e:5300/48,
+ 6b75:112a:82bc:58f4:ef0f:656b:9879:4200/48,
+ 6b75:112a:82bf:d3a6:d0e6:e81f:b054:de00/48,
+ 6b75:112a:bd69:33be:befe:3799:731:4c00/48,
+ 6b75:112f:6e19:c917:1ef:ced7:d212:500/44 le 48,
+ 6b75:112e:caf4:f19b:f7f7:f14b:a83c:1100/44 le 48,
+ 6b75:112c:35f2:d7:4c19:17f8:865e:b200/48,
+ 6b75:112d:65b:9aed:f2:23b1:2e4f:a800/44 le 48,
+ 6b75:1120:d4a8:82b0:65b2:830c:5fb4:7a00/44 le 48,
+ 6b75:1123:7b8e:7bce:f0d4:19bc:db70:900/44 le 48,
+ 6b75:1122:8f32:6b82:7dbd:ec57:3176:2800/40 le 48,
+ 6b75:1125:a41d:1994:550b:dec5:3b99:ba00/48,
+ 6b75:1125:38c1:6423:6c9d:44c3:1296:4000/40 le 48,
+ 6b75:1124:268f:da4f:2ba9:7500:127:3900/44 le 48,
+ 6b75:1124:4450:b215:9558:a113:426e:6e00/44 le 48,
+ 6b75:1126:8081:89c6:5e1f:50a4:29b6:b500/48,
+ 6b75:1130:330f:859e:d591:fd26:ee6a:2f00/44 le 48,
+ 6b75:1130:ff2f:d310:4a97:4f27:dfdb:6800/47 ge 48 le 48,
+ 6b75:1131:4762:2b58:a460:8c33:d6f4:5500/48,
+ 6b75:1135:4676:f2fd:482e:788e:2e09:9e00/44 le 48,
+ 6b75:1135:8c2b:751d:2d27:4fa9:e833:a400/40 le 48,
+ 6b75:1136:7e62:95cb:e0f2:570c:9d73:8100/44 le 48,
+ 6b75:1136:3552:a0a2:fe8a:3053:3e5e:8800/48,
+ 6b75:1136:354f:d2c1:cff1:ba2a:b5f3:f400/44 le 48,
+ 6b75:113a:8f51:a4f4:dac4:274f:c2e:ca00/44 le 48,
+ 6b75:1138:5e98:c2e5:ccf1:76b7:53a0:fa00/40 le 48,
+ 6b75:113c:dc20:2034:b429:e5ec:4875:6200/48,
+ 6b75:117e:d794:d671:a08e:6923:25d2:5600/40 le 48,
+ 6b75:117e:d543:1d66:beac:f008:4d76:ba00/40 le 48,
+ 6b75:117e:de78:fb06:15c2:cd00:18a0:8c00/45 ge 48 le 48,
+ 6b75:117e:de75:1171:c7d4:ab92:68a1:f600/47 ge 48 le 48,
+ 6b75:117e:de77:6fa8:b2ee:a070:3aa5:7400/48,
+ 6b75:117e:dd5c:66f3:ebd8:ad55:537e:1800/44 ge 48 le 48,
+ 6b75:117e:ddff:9242:bdb5:d962:8e53:f600/48,
+ 6b75:117e:daa2:f395:3704:7317:fc55:fa00/44 ge 48 le 48,
+ 6b75:117e:db2b:12f4:47a6:ecf:6059:4b00/44 ge 48 le 48,
+ 6b75:117e:dbbe:64cd:7296:5b41:c34b:cb00/48,
+ 6b75:117e:d920:6bfe:e849:6080:1652:9500/44 ge 48 le 48,
+ 6b75:11a9:f50a:13e8:810:9178:251f:b800/48,
+ 6b0f:a90b:8db0:d3ab:9ded:b182:ea13:7f00/28 le 48,
+ 6039:6a06:2d37:528b:9a94:7b23:dc51:eb00/32 le 48,
+ 6039:6a94:d7fe:e9ef:acbf:2601:fdcc:e200/32 le 48,
+ 6039:6bdf:8e0a:4d0e:4b51:194c:1df8:a700/48,
+ 6039:65bf:707d:dec6:2b4b:1222:abea:9b00/32 le 48,
+ 6039:63d5:66a4:a850:df3f:7e9b:105b:db00/32 le 48,
+ 6039:ee7b:607e:6068:cd8d:77bd:c550:df00/32 le 48,
+ 6039:ee73:12d4:e738:b038:4b49:7864:9a00/32 le 48,
+ 6039:ee60:a996:62e0:328f:ea22:8017:1f00/32 le 48,
+ 6039:ee68:8258:593:c759:dc30:da02:5d00/32 le 48,
+ 6039:ee4f:ed53:3977:bba7:a924:e0b7:3500/32 le 48,
+ 6039:ee55:2e7:f210:f71a:7d5d:9605:500/32 le 48,
+ 6038:11cf:18e1:f8c3:63fe:7c1c:3bbb:4000/48,
+ 6038:11cf:12eb:1b2f:1be2:a6da:3662:5d00/48,
+ 6038:11cf:12ec:b413:1e26:d74:e9a2:7400/48,
+ 6038:11cf:12ee:3f23:43ad:ba40:e2ea:f00/48,
+ 6038:11da:ea9f:b97b:a5e:22e3:7ee1:6d00/48,
+ 6038:110b:d7e1:bcf9:6034:e327:bde5:ab00/48,
+ 6038:110b:cdc6:7838:d332:7e3:f5df:4b00/48,
+ 6038:110b:cb1b:b18:a98c:9e71:250b:8f00/40 le 48,
+ 6038:1100:e20b:4447:2b07:f6ff:3d47:a100/32 le 48,
+ 6038:1103:508a:79bf:e37e:8760:82e2:d900/32 le 48,
+ 6038:112e:9058:8955:36e6:20f7:12e5:ae00/32 le 48,
+ 6038:1017:146f:a572:e6c8:86fa:4015:2e00/48,
+ 6038:10cf:273a:9407:d383:4571:d790:7b00/47 le 48,
+ 6038:10cf:273e:f8d1:fdef:f435:dd8f:a700/46 ge 47 le 48,
+ 6038:10cf:2732:bc1e:e086:b9ab:5223:8e00/47 le 48,
+ 6038:10cf:2735:116e:8661:efdb:ca11:5000/47 le 48,
+ 6038:10cf:2729:8631:9f:a4dd:eda8:d00/47 le 48,
+ 6038:10cf:272c:e204:d212:8935:6b3c:6500/46 ge 47 le 48,
+ 6038:10cf:2720:b6c6:d113:18ee:4a5f:ce00/47 le 48,
+ 6038:10cf:2719:9d27:b7e1:ab2e:80db:df00/47 le 48,
+ 603b:b696:61b:6ac7:15b9:f100:ad6b:f800/40 le 48,
+ 603b:acc7:a2ec:f13d:bcbf:1e7f:90c1:1a00/32 le 48,
+ 603b:9d9f:616b:1941:df94:33bf:2bbb:ca00/32 le 48,
+ 603b:efd8:7182:f394:a660:8adb:6478:d300/32 le 48,
+ 603b:c4e8:64aa:fbcd:542f:dc10:14bd:8500/32 le 48,
+ 603b:7682:e873:7b1f:fa6a:ca1f:a7f9:800/32 le 48,
+ 603b:7095:57f8:8d80:a66c:b44c:4cd6:a100/48,
+ 603b:5944:f6c4:30c0:3c49:129d:5b55:c900/32 le 48,
+ 603c:83a2:d81b:2bc4:7b7f:27b6:4f29:9300/32 le 48,
+ 603c:879f:2aa1:b517:e73c:896c:9d03:c100/32 le 48,
+ 603c:87d1:e042:b624:25fc:d3fe:21cb:6300/32 le 48,
+ 603c:8a35:7b6d:f7ae:a4e7:dd5c:f91f:5000/32 le 48,
+ 603c:9ea3:4cb7:fef6:109d:52a6:ab10:5400/32 le 48,
+ 603c:9586:fd6a:f3e4:6720:95b3:26e6:ba00/32 le 48,
+ 603c:94fe:22bb:cea8:9399:9bb7:30b6:c900/32 le 48,
+ 603c:94c2:84da:4e3a:8221:fc98:7934:7200/32 le 48,
+ 620c:a427:85e7:75df:5fcb:5136:57dd:b00/32 le 48,
+ 620c:bf9b:ace9:a9de:5c0d:3675:1f52:600/32 le 48,
+ 620c:bf48:3f72:4be3:f162:2cd3:dcaa:e100/48,
+ 620c:b15b:e996:9a2e:ffc3:b014:57e7:7400/47 ge 48 le 48,
+ 620c:b15b:e990:db97:37f4:956:3cde:ac00/46 ge 48 le 48,
+ 620c:eb7d:f16c:9473:98d6:22e0:bdf3:700/32 le 48,
+ 620c:e62d:6760:17e6:7db4:f32f:7579:5400/44 le 48,
+ 620c:e555:ca4d:8540:7885:c7f:7299:fa00/32 le 48,
+ 620c:cc10:d109:dee7:e5bb:88c6:d3de:1800/32 le 48,
+ 620c:dd49:44c7:396:88a1:96ec:344a:7f00/48,
+ 620c:dd49:44c9:faaf:55a4:3050:63c2:4300/48,
+ 620c:dd49:44cf:1396:e266:9459:4b4:f700/48,
+ 620c:dd49:44ec:5c3d:c50a:a287:4bba:7c00/48,
+ 620c:dd48:3a2c:e09a:3619:1043:855:7a00/48,
+ 620c:6e89:e311:92f5:fcad:dde5:2161:7e00/32 le 48,
+ 620c:471a:d13d:bc48:5f9c:8cd:6e68:9900/32 le 48,
+ 620c:141b:1ca1:b25c:e9f3:b7cc:c91c:6100/48,
+ 620c:7ff:b667:6989:3904:4f17:5191:1300/32 le 48,
+ 620c:b0f:ed7b:746c:4301:96a6:fcab:cd00/29 le 48,
+ 620c:cce:2074:efc5:c213:57a9:3430:5000/32 le 48,
+ 620c:2b95:91ba:315d:7f17:299b:193a:1700/32 le 48,
+ 620c:394b:b148:8c1e:3835:9f54:cebc:7100/48,
+ 620c:394b:b155:3f11:83fa:d2b:d9e2:aa00/48,
+ 620c:3f50:ea49:20c2:a3e0:94da:e38:6e00/32 le 48,
+ 620c:3cff:9547:3214:9e86:493a:66f0:ff00/32 le 48,
+ 620d:6348:c664:26b7:d94e:4c00:6c13:fd00/32 le 48,
+ 620d:634f:2ed4:a3d6:184f:bfcd:5afa:f500/32 le 48,
+ 620d:628f:36ce:f123:7d9a:f474:eca9:1800/48,
+ 620d:64a1:cec3:834c:ff4d:2963:f1c1:f800/48,
+ 620d:64a1:cec5:37e6:37b2:2458:5d41:8600/47 ge 48 le 48,
+ 620d:64a1:cec7:e29:df99:149c:9388:a100/48,
+ 620d:64a1:cec8:2a00:3400:505b:d978:aa00/47 ge 48 le 48,
+ 620d:64a1:cecc:a822:cc72:30:a099:4a00/47 ge 48 le 48,
+ 620d:64a1:ceeb:dc04:9175:abbc:b969:b400/43 le 48,
+ 620d:6787:d317:2575:f5b3:6184:a6a:e600/45 ge 46 le 48,
+ 620d:6787:d3bf:270:1160:3220:7206:2c00/48,
+ 620d:39e5:c424:d810:1623:b1fb:aa23:9100/48,
+ 620d:3b4a:3bec:d9f1:93b6:38a2:b925:5f00/48,
+ 620d:2b51:318f:1b90:1f4d:f93a:b2d4:3b00/48,
+ 620d:2b51:31b8:2102:69e3:5682:bf5e:6400/48,
+ 620d:2b51:31b5:10c3:f9ec:6279:425c:8000/46 ge 48 le 48,
+ 620d:2b51:31f8:71bf:ce04:fb7d:e60d:1e00/48,
+ 620d:2b51:31fb:c626:349c:3309:f08e:e300/48,
+ 620d:2b51:31c1:e596:b916:b9c5:f55f:8900/48,
+ 620d:2b51:3179:403d:3634:309f:b87e:a600/48,
+ 620d:2b51:315c:60db:dcf6:e253:44c2:bc00/48,
+ 620d:2b51:315b:4cee:3c5c:2c97:8bc6:8200/48,
+ 620d:2b51:3147:60d7:1855:56e7:9dbe:c900/48,
+ 620d:2b51:b410:e6d0:4538:d17e:c996:8200/40 le 48,
+ 620d:174b:589d:c21e:accf:2687:4add:af00/32 le 48,
+ 620d:83cb:e542:6431:404e:caac:866d:e800/32 le 48,
+ 620f:f9ce:6dc4:5e19:dcb5:86e:b0e9:6600/32 le 48,
+ 620f:f8fa:e130:dcb0:6f77:6a13:55c8:5600/48,
+ 620f:fb33:27c:683f:fbf8:9ffa:d102:e500/32 le 48,
+ 620f:fb31:894a:f91b:ec64:55bb:5075:8e00/32 le 48,
+ 620f:fc50:2007:2e85:4bb7:620e:9585:3300/36 le 48,
+ 620f:fdc6:ea85:bbf:41b9:b185:d059:200/32 le 48,
+ 620f:f347:f051:34f5:b395:511d:d0f0:3c00/48,
+ 620f:f619:3689:ed16:ae46:fb96:c5f6:7500/48,
+ 620f:f692:6867:89af:51d4:42fe:521:c500/32 le 48,
+ 620f:e78e:9efb:4994:51e7:b852:e379:1d00/48,
+ 620f:cd5b:5198:ad8b:a2db:bb8b:ef3c:200/29 le 48,
+ 620f:ce55:9d2e:29e3:aa2d:1cd4:53ea:ee00/32 le 48,
+ 620f:c79d:4655:5b3d:5cc5:7d74:255e:4600/48,
+ 620f:c750:96e6:82c6:4b20:21e0:c62e:d900/31 ge 32 le 48,
+ 620f:c757:4bbf:9239:1f58:5c34:b2c:f400/32 le 48,
+ 620f:c362:c9f6:1618:5931:47f3:412d:6200/48,
+ 620f:c362:fdfb:e542:ca6a:6246:5ea6:9400/48,
+ 620f:c366:4a98:ebd:c76f:8e6e:ac08:b000/48,
+ 620f:c367:404f:ca0f:35e2:4183:320f:3700/48,
+ 620f:9f60:6a0c:7343:3361:c1d1:c952:ff00/48,
+ 620f:9793:c783:ba84:2375:f983:e48e:fc00/32 le 48,
+ 620f:ab94:2608:fe8a:68fa:d97:1e67:1a00/48,
+ 620f:ab94:244d:a097:5bc1:67aa:10c6:c800/48,
+ 620f:ab94:2444:5e13:4bb0:1634:85b:ce00/48,
+ 620f:ab94:2afa:5972:dc0c:1171:8720:8900/48,
+ 620f:ab94:2aff:3596:a8f8:42c3:7fd4:a800/48,
+ 620f:ab94:2af6:9407:a60c:a110:23fc:3900/47 ge 48 le 48,
+ 620f:ab94:2af3:4bef:a04c:9459:e6f7:ce00/48,
+ 620f:ab94:2ae3:49b9:b6e9:d2c5:8d33:f00/47 ge 48 le 48,
+ 620f:ab94:2ae7:9d80:c6d6:aed9:7237:9900/48,
+ 620f:ab94:2aea:e539:d7c1:5da5:6a93:7400/48,
+ 620f:ab94:2aed:ad7b:fdc4:7dab:275f:b100/48,
+ 620f:ab94:2ad8:b8de:289:ba63:31e5:9400/48,
+ 620f:ab94:2adc:bbb:bb09:94bd:be8b:a400/48,
+ 620f:ab94:2c9b:f191:a762:b125:a7fe:e200/48,
+ 620f:bb27:a2ce:e791:4389:45ab:213e:5500/32 le 48,
+ 620f:7cf5:b3f8:aa72:249e:ef92:9b42:9f00/29 le 48,
+ 620f:77c9:ce53:a60c:6890:839d:9676:a700/32 le 48,
+ 620f:6429:53ef:7f7d:42a3:c493:1264:d600/29 le 48,
+ 620e:3584:6956:bb63:6e36:35e8:4b2e:2000/32 le 48,
+ 620e:3b90:abe3:c25e:761f:29ad:2fc:7500/48,
+ 620e:110d:8012:d43e:fbba:aa1b:d93:ff00/48,
+ 620e:51cd:96a1:a5d5:fa76:3549:b956:b400/32 le 48,
+ 620e:5639:e0a5:5216:f2d7:2b9f:a33c:eb00/31 le 48,
+ 620e:5c3d:83be:ee22:bb92:2d77:6d20:f400/32 le 48,
+ 620e:6c67:d053:d03c:227b:bc0e:26c6:fd00/32 le 48,
+ 620e:6c66:7ca1:cc8:fba0:7678:8d4b:2900/47 ge 48 le 48,
+ 620e:6c62:8039:f2ec:bc3e:8fde:1d41:d500/47 ge 48 le 48,
+ 620e:ab8f:18cc:bb51:59a4:6bff:ca4d:7f00/32 le 48,
+ 620e:ada6:e624:e4a5:454e:5429:52a1:5700/36 le 48,
+ 620e:ada6:dc65:26c0:86c7:c712:aa11:8200/36 le 48,
+ 620e:a329:9b24:d1ac:6206:24ed:9cd7:d000/32 le 48,
+ 620e:b9e9:3583:d177:bca9:2780:c449:8a00/48,
+ 620e:b9e9:3581:8931:3222:6a38:d7ad:1700/48,
+ 620e:ba3e:faba:67ef:faa0:ffae:6bcf:b00/32 le 48,
+ 620e:8138:727c:dee4:b392:2cf9:4e2a:2e00/32 le 48,
+ 620e:d5d6:ed93:f572:96d2:2e3a:bbfe:d800/47 ge 48 le 48,
+ 620e:d5d6:ed90:dbc:8896:d734:e71d:6f00/48,
+ 620e:d5d6:ed94:a057:4800:cdef:806c:6000/47 ge 48 le 48,
+ 620e:d5d6:ed96:d684:28b0:630f:bb20:6800/48,
+ 620e:d5d6:ed99:a071:7c0f:ef19:448c:7c00/47 ge 48 le 48,
+ 620e:d641:eaf7:2b07:bc55:9a45:a8a:5200/48,
+ 620e:d641:eaf5:d146:cb1:fa62:a8bc:a900/48,
+ 620e:d641:eafb:c272:3be6:31d4:d942:1a00/47 ge 48 le 48,
+ 620e:d641:4722:a1af:ae05:ef16:9eea:c800/48,
+ 620e:d641:4701:17b8:f144:cd14:4084:6900/48,
+ 620e:d641:4703:9df7:6699:bb84:fa6a:f800/47 ge 48 le 48,
+ 620e:d641:4712:34dd:82fb:c3df:30c5:4000/48,
+ 620e:d641:4757:1d3b:ff3f:af7b:9114:8600/48,
+ 620e:d641:4755:541a:1351:8570:7c3f:9400/47 ge 48 le 48,
+ 620e:d641:4750:9eec:4b5e:c232:2ad5:6500/48,
+ 620e:d641:4742:673f:787c:78eb:87dc:4400/48,
+ 620e:d641:4740:31c3:c652:1d7c:1e83:5c00/48,
+ 620e:d641:4797:20d6:49fc:e148:4e07:aa00/48,
+ 620e:cb4e:4118:ac72:b18a:71be:1074:b100/38 ge 40 le 48,
+ 620e:cb4e:45b3:85db:fbda:54a0:4144:a200/39 ge 40 le 48,
+ 620e:cb4e:46d1:dc5f:3c5d:d3a1:f2ad:4800/40 le 48,
+ 620e:cb4e:5762:698c:4f8e:dbe2:1173:1d00/40 le 48,
+ 620e:cb4e:50e6:8749:72d0:731b:600d:dc00/43 ge 44 le 48,
+ 620e:cb4e:50ca:3122:58a2:f583:c124:4300/44 le 48,
+ 620e:cb4e:e0dc:c1ce:6b:ffa7:d490:4400/48,
+ 620e:cb4e:e0df:51a2:e1d0:ad1a:687c:3000/47 ge 48 le 48,
+ 620e:cb4e:e0d9:9d0f:b81:6cb0:5e58:5500/47 ge 48 le 48,
+ 620e:cb4e:e0da:e45f:5d86:9ff4:c11b:9f00/48,
+ 620e:c1fd:b711:df8a:ef44:29e0:ba02:f700/29 le 48,
+ 620a:a19d:7152:f52a:d608:1a1d:166f:4300/31 le 48,
+ 620a:813d:bdd7:82f6:d452:e860:2f43:e100/48,
+ 620a:813d:bdeb:c5c4:a7f0:eb7e:39ec:8a00/48,
+ 620a:813d:b9f3:fc07:4a98:1d39:3553:8f00/48,
+ 620a:813d:b9ee:fd4b:9d90:dcd1:2910:bf00/48,
+ 620a:da8a:c78a:d294:f2bc:8ce8:4a36:e700/48,
+ 620a:d42f:8ff0:da03:fa00:a867:eddc:a300/32 le 48,
+ 620a:d42e:d6f2:b9c4:fc75:276f:a64b:e000/40 le 48,
+ 620a:d42e:d969:b6e4:6875:305b:1b47:6a00/48,
+ 620a:d42e:fa99:3f03:5ff8:db28:7dca:ba00/48,
+ 620a:d42e:fa8e:4360:b78f:38e9:a3e4:1500/48,
+ 620a:d42d:3c4c:c2fb:3dd0:ae8f:5b24:3900/31 le 48,
+ 620a:d42a:b739:1cc8:2263:b1ed:d1c6:be00/30 le 48,
+ 620a:e787:4d2d:25a:3bce:b193:9146:1f00/29 le 48,
+ 620a:130f:6ff:bae7:20c9:1ac9:7682:6300/29 le 48,
+ 620a:1c3:b3f3:648d:ee69:5368:c7aa:6300/48,
+ 620a:2ea2:3f54:2aeb:ee:2f65:8d2:1500/48,
+ 620a:2ea3:5d0f:b950:de6d:3581:c3c9:c600/48,
+ 620a:3f6a:7cb7:4d88:edb3:2e54:750e:7e00/29 le 48,
+ 620a:5e2a:84bf:f817:5273:6c9a:6741:ad00/29 le 48,
+ 620a:5124:9e00:e253:821a:2732:8fe6:d00/29 le 48,
+ 620a:7aa1:1538:3e6:1da7:1796:630c:5000/48,
+ 620a:7aa1:1513:2635:91f8:3ab7:99b4:1200/48,
+ 620a:6821:afa1:e505:a40c:fc1d:945b:2d00/48,
+ 620b:5d76:1002:a789:dc3f:fe6:2de7:7700/29 le 48,
+ 620b:e16:1e3d:cc9b:cbcf:7cd3:7a16:cd00/29 le 48,
+ 620b:b79:4a32:34f1:c0b1:adc3:2fc3:dc00/48,
+ 620b:b79:4a3d:7e6f:9373:8302:8533:cb00/48,
+ 620b:b79:4a3a:aa08:60d2:3aed:7da:5700/48,
+ 620b:b79:4a22:f5ff:273:4f73:824d:5600/48,
+ 620b:b79:4a20:1d6e:795c:a98a:d5e9:d200/47 ge 48 le 48,
+ 620b:309e:1399:7876:aa75:6152:ea96:6200/29 le 48,
+ 620b:3666:35fd:c52f:1523:dd24:24a5:6c00/29 le 48,
+ 620b:aaa0:6dd1:f2da:f108:98c0:499e:b000/32 le 48,
+ 620b:aaa1:8ff6:8ff0:4cb8:e5ff:f6f4:2700/48,
+ 620b:aaa1:8ff1:9163:e590:8a79:a15a:1000/48,
+ 620b:8627:be7e:69be:1dcd:a290:a8b7:9300/48,
+ 620b:8626:c8f9:9d5c:2d03:ceb7:7584:de00/48,
+ 620b:8623:5477:dc61:4bf4:ef76:f4a5:5800/47 ge 48 le 48,
+ 620b:8621:f0e8:ed6f:413c:793a:cf51:3c00/31 le 48,
+ 620b:8ba9:8418:6134:6544:5f23:410c:3d00/32 le 48,
+ 620b:eb10:6b3b:9765:671a:f252:95e8:5e00/32 le 48,
+ 620b:c54d:8fca:b3cb:7b23:e86e:c2cc:6c00/29 le 48,
+ 6209:9ca8:6e2:d191:802a:853d:de41:cf00/47 ge 48 le 48,
+ 6209:9caf:abf2:818:5eba:2649:f5a0:6300/32 le 48,
+ 6209:e237:9835:87d7:c8c:11dd:aa2b:4c00/29 le 48,
+ 6209:f541:beb4:de7:bf38:b2a9:d4cd:9300/48,
+ 6209:f541:be86:ba8a:7595:9606:6f44:200/45 le 48,
+ 6209:f541:f6da:a746:1a86:88a6:1508:4f00/48,
+ 6209:f236:3aae:e021:ea83:6638:96c0:f00/29 le 48,
+ 6209:d69a:2208:a4a5:61f3:2c:3700:bf00/29 le 48,
+ 6209:d14c:e2ea:221b:ff3f:a34:cf61:3100/48,
+ 6209:df21:e70f:30c6:cb51:a5a9:5462:9600/29 le 48,
+ 6209:dbd1:a558:459e:d8ad:5111:d454:e100/29 le 48,
+ 6209:c55b:6a6d:780e:1103:b470:b7c8:b400/48,
+ 6209:1bdc:bd90:e51:ea41:da4e:d91d:c900/48,
+ 6209:1bdf:8468:eb0c:f1d3:b59a:32e1:9300/48,
+ 6209:1bde:f4f7:b094:f8b4:af27:e5f5:c000/38 le 48,
+ 6209:1bdb:75ca:507b:5c5c:ae6c:3878:8f00/46 le 48,
+ 6209:1bdb:38ef:ab:5697:eed4:7979:1400/48,
+ 6209:1bdb:38e3:d0f1:af63:c6e4:85a1:6d00/48,
+ 6209:1bdb:38e7:dc6e:9aef:3a90:ac9e:8400/48,
+ 6209:1bdb:38f1:d6ee:ed31:a7a8:8998:2600/48,
+ 6209:1bdb:38f3:fb43:258b:c32:8cf8:7b00/48,
+ 6209:1bdb:38f5:66d:200b:d333:4c1d:200/48,
+ 6209:1bdb:38d4:6f6a:d6ba:fc9b:6b46:3b00/47 ge 48 le 48,
+ 6209:19dc:fcb3:8488:6490:610:b1e2:ce00/48,
+ 6209:1613:9e00:64e1:8d6a:f411:4f7b:f500/47 ge 48 le 48,
+ 6209:1613:9e03:29d:5d0c:4854:62e9:7900/48,
+ 6209:1613:9e06:c03a:43b5:b7bb:d872:6300/46 le 48,
+ 6209:1613:9e0e:ec0b:8e5c:964d:c0e6:ea00/48,
+ 6209:154c:2ccb:ba9e:ce6b:93f0:252b:7500/44 le 48,
+ 6209:e3e:5678:554a:c605:988d:a4dc:f300/29 le 48,
+ 6209:977:4355:8268:82d3:add6:1d51:e800/30 le 48,
+ 6209:970:2ca:e1fb:7ddb:66b2:7914:b300/32 le 48,
+ 6209:9ad:559e:52bb:ffd6:26ec:2b88:6300/32 le 48,
+ 6209:9af:44e5:3b75:557e:5f08:454c:cd00/32 le 48,
+ 6209:2e4f:d106:64c3:651e:a276:21e3:1200/32 le 48,
+ 6209:2e4c:db1b:f5a:6485:8c9f:5a65:c00/47 ge 48 le 48,
+ 6209:2e4c:db33:5338:18e6:bc7f:2b7b:8500/47 ge 48 le 48,
+ 6209:2e4d:37e9:b2b8:a10e:69e4:f3fa:2a00/32 le 48,
+ 6209:3faa:ed82:7202:4f1c:940a:3d8a:8e00/32 le 48,
+ 6209:4426:435:7865:4ab6:2887:8cbd:d600/48,
+ 6209:4426:43e:cb35:10a9:eef6:2b13:5400/48,
+ 6209:4426:42c:9512:bdcf:6181:536e:9500/48,
+ 6209:4426:42f:4bcf:156c:59d2:291e:5f00/48,
+ 6209:4426:420:4d44:6fe6:95cc:35e8:9400/48,
+ 6209:4426:414:7281:7fcf:8803:89d7:1900/48,
+ 6209:4426:1c13:ceef:6e7e:75ce:4238:f000/43 le 48,
+ 6209:4426:1b26:4b1f:a82d:8dd5:8d95:c500/48,
+ 6209:4426:1b2c:89ab:2d96:4528:78d3:2200/48,
+ 6209:4426:248c:61ce:be4a:128:c848:fe00/48,
+ 6209:4426:2485:6ac9:285a:fa52:b4f1:fc00/48,
+ 6209:4426:2553:1018:a4bd:4eab:1219:4000/44 le 48,
+ 6209:4426:27ce:2b25:d365:a88b:abba:5f00/44 le 48,
+ 6209:4426:2368:d9c5:3709:1a11:7e77:7200/45 le 48,
+ 6209:4426:2367:d3c0:674a:e90f:d29b:3400/48,
+ 6209:4426:28e5:8e3c:2f0e:b8d3:bd3b:d300/42 le 48,
+ 6209:4426:29e5:c13f:ee67:495a:2e8d:5b00/48,
+ 6209:4426:29e6:4892:67fe:3561:795e:8400/47 ge 48 le 48,
+ 6209:4426:29e3:1f66:9cf2:dc0a:cae5:3600/47 ge 48 le 48,
+ 6209:4426:325d:27e2:2b51:a8fc:dfb9:4400/44 le 48,
+ 6209:4426:3ce4:b785:7812:7063:c5e0:4100/44 le 48,
+ 6209:4426:42b7:8a79:d3c:40a5:264d:4f00/48,
+ 6209:4426:4320:2cfc:71ae:e800:df3b:da00/40 le 48,
+ 6209:4426:45ff:f973:80c9:4689:9e5c:1c00/40 le 48,
+ 6209:4426:5c1a:5b4f:a6f0:7197:53c6:4200/47 ge 48 le 48,
+ 6209:4426:5c18:375b:bd82:1b6a:54ab:de00/48,
+ 6209:4426:5fc3:b7d4:5288:e6b8:1409:e300/40 le 48,
+ 6209:4426:5aad:7b7:196d:dc17:a900:ec00/44 le 48,
+ 6209:4426:6917:4a14:311d:8e2a:d499:9e00/44 le 48,
+ 6209:4426:6bfc:b223:fb77:f684:de99:2e00/48,
+ 6209:4426:6bfa:32a:8179:af3a:a212:4a00/48,
+ 6209:4426:6bf5:ff6c:6ca5:8c06:28ae:b500/48,
+ 6209:4426:6bf2:cd9f:4e28:d0dd:8c68:ec00/48,
+ 6209:4426:6bf1:f8eb:e6f7:b558:6593:7e00/48,
+ 6209:4426:6e09:f8af:7a5f:f6e7:7999:4200/44 le 48,
+ 6209:4426:6c83:8364:1bf4:389c:4f51:9700/44 le 48,
+ 6209:4426:6347:60fe:c2db:c7b0:a17:1e00/44 le 48,
+ 6209:4426:7d37:eb1:2a11:9ffa:3fdf:1000/40 le 48,
+ 6209:4357:53d5:9386:8c77:5ede:4ec7:cd00/29 le 48,
+ 6208:1c97:6607:3af4:7dc2:40f:ab64:be00/29 le 48,
+ 6208:dba:1861:d08d:7c77:913:1516:8700/29 le 48,
+ 6208:753:de79:d964:220e:4126:75a0:2200/48,
+ 6208:753:c5e6:2706:f20d:fd9f:3ee1:7300/43 ge 44 le 48,
+ 6208:753:c5c9:d4cc:b1ad:b2c0:5589:db00/48,
+ 6208:753:c5c6:2566:f251:752d:f76f:3600/48,
+ 6208:753:c5c5:4e19:b429:9b42:96b7:4000/47 ge 48 le 48,
+ 6208:753:c5c2:b131:dbb4:1a3e:f560:1c00/48,
+ 6208:753:c593:527a:d305:cbdd:e466:e300/44 le 48,
+ 6208:750:43f2:b89b:7dd2:69da:3a64:9900/48,
+ 6208:750:43f6:280a:96ff:febb:4e08:e700/48,
+ 6208:750:43ff:c5b1:ea6:553b:825c:f200/48,
+ 6208:751:93cf:c96b:166c:3f81:66a2:2600/32 le 48,
+ 6208:757:93e5:a82d:8448:9c84:8897:6f00/43 le 48,
+ 6208:757:959a:440d:ee7b:77c1:3c0e:8a00/40 le 48,
+ 6208:757:9d0a:6aee:e88a:fb3e:d30f:2900/40 le 48,
+ 6208:757:867d:e752:77a4:ba21:2ff0:4400/48,
+ 6208:757:8494:1a6d:7b70:e262:7e6c:f100/40 le 48,
+ 6208:757:8a28:5b6c:9915:a51a:e198:8d00/48,
+ 6208:757:8a2f:6a14:f7b7:875a:847e:7d00/46 ge 48 le 48,
+ 6208:757:8a22:66d7:d20:9a6c:7f17:2100/47 ge 48 le 48,
+ 6208:757:8a21:8af9:3048:aa96:5c1f:400/48,
+ 6208:757:bf94:d3a4:72da:1cee:a410:5a00/48,
+ 6208:757:ba30:a7a3:7443:89da:7b39:2f00/40 le 48,
+ 6208:757:aa87:de7f:ce4:563d:6b91:4c00/40 le 48,
+ 6208:757:aff8:d5e7:6e47:df06:acfd:6200/40 le 48,
+ 6208:757:a44b:86d7:2bcc:d5dd:f66d:8d00/40 le 48,
+ 6208:757:e291:ed06:56b8:dd2:a413:ec00/43 ge 44 le 48,
+ 6208:757:f202:fbc8:219f:62ec:8da3:db00/39 le 48,
+ 6208:757:c067:a60:7c56:61d:5e5d:6300/48,
+ 6208:757:c065:7e27:aed6:2527:c954:7400/48,
+ 6208:757:c19f:7ac9:7686:bff9:5913:3b00/40 le 48,
+ 6208:757:c333:4163:50b6:ba76:ff68:3400/40 le 48,
+ 6208:757:c7ef:86fa:b89a:8a23:7f38:a800/39 le 48,
+ 6208:757:c450:8eb1:d6fb:b2a2:640e:de00/40 le 48,
+ 6208:757:ca9a:a53c:43fb:dfbe:41b0:7900/39 le 48,
+ 6208:757:d6fa:416c:e919:9277:ca80:ba00/40 le 48,
+ 6208:757:78c4:20de:1632:9c2c:383b:9100/39 ge 40 le 48,
+ 6208:757:6403:c78b:b108:8c7:803e:4d00/40 le 48,
+ 6208:755:bdda:ff3d:c445:a158:3a50:8600/32 le 48,
+ 6208:3fef:d013:8950:29cd:fa56:a9be:2400/35 le 48,
+ 6208:3fef:9b9f:7a68:1239:700e:6f42:dc00/40 le 48,
+ 6208:3fee:390:b532:9795:cf8:be87:cb00/48,
+ 6208:3fee:38e:309c:a778:4bac:c903:c600/44 le 48,
+ 6208:3fee:8d30:a323:4008:119e:85cc:bc00/48,
+ 6208:3fee:b07e:b002:fe60:7b32:ea94:c700/43 ge 44 le 48,
+ 6208:278f:7dd7:c99:6cae:235e:9dd7:1a00/32 le 48,
+ 6208:278c:b5d7:21ad:cbcd:fb10:3b45:dd00/31 ge 32 le 48,
+ 6208:278a:64bd:1484:267a:185b:a1d2:ea00/32 le 48,
+ 6208:66f5:d81c:e8ff:f2b2:ee20:81c3:b900/36 le 48,
+ 6208:63bb:15aa:8ad2:9180:9cfa:76d9:4f00/48,
+ 6208:63bb:15a6:bf33:47a9:fdda:4dee:b400/48,
+ 6208:63bb:a6d4:db00:119b:350a:bc8b:a200/48,
+ 6208:6d6b:68b2:86d5:7353:29ed:b62a:5900/48,
+ 6208:732b:c094:59b6:5499:2af3:7c1d:3f00/32 le 48,
+ 6208:78c2:9108:a994:6047:7b75:972e:9500/43 le 48,
+ 6208:78c2:9144:ae76:1bfb:11e3:9758:4c00/43 le 48,
+ 6208:78c2:9163:629d:3821:ea20:5f4c:4f00/48,
+ 6208:78c2:c03e:a450:628c:e6f3:8f44:3800/44 le 48,
+ 6208:78c6:bc83:30a4:9709:9c7f:36c1:6000/40 le 48,
+ 6208:78c6:83c6:55cb:b638:2f6b:8b95:100/44 le 48,
+ 6208:78c6:83dd:5bab:a1ac:5a2e:b07d:5500/48,
+ 6208:78c6:82a8:7cae:57e4:2d8c:348d:7100/48,
+ 6208:78c6:8cb8:581b:b8e0:f569:32e3:ee00/38 le 48,
+ 6208:78c6:8afd:e83d:54c3:e332:4930:4400/40 le 48,
+ 6208:58c9:4204:28b1:cef5:3ab9:8504:9900/29 le 48,
+ 6208:584e:93f0:fa7c:b2c6:7c6b:cfdf:d800/32 le 48,
+ 6208:dc75:aa3f:8d85:ec3f:29b5:b702:d100/31 ge 32 le 48,
+ 6208:c974:a7c2:f39c:5659:6c7a:648:c500/47 ge 48 le 48,
+ 6208:c974:a7c9:3a28:cac:7b23:3190:a100/48,
+ 6208:c971:e2d8:4300:2b6f:ae25:9452:4b00/48,
+ 6208:c971:e2d4:8e:437f:4bda:973e:5000/48,
+ 6208:c971:e2d1:529d:a7b5:dff2:21a4:fe00/48,
+ 6208:c971:e2f6:7b2b:a6e8:9471:4ff:4e00/48,
+ 6208:c971:e2e1:6802:50e0:1916:ccc8:2f00/48,
+ 6208:c971:e2aa:b0a9:7ae6:b9a6:22e6:6700/48,
+ 6208:c971:fcb2:d374:32f8:3709:1f7:1100/48,
+ 6208:cbbc:585c:ebd5:ec42:86b6:b732:1600/29 le 48,
+ 6208:ed59:dedd:9b75:4f43:cdf5:f96c:a900/29 le 48,
+ 6208:ec3b:1cce:5349:34c2:31b8:f61a:1600/48,
+ 6208:f1d8:9526:95ed:9c17:1c95:5d89:6900/29 ge 32 le 48,
+ 6208:833f:aad7:8dc4:8e59:92e8:a8a9:0/29 le 48,
+ 6208:8549:b345:402:165a:8a7b:b72a:7f00/44 le 48,
+ 6208:8549:a6f7:28c:7:d466:86a7:3600/44 le 48,
+ 6208:8549:a6d5:5838:9831:a4c2:737d:9f00/43 ge 44 le 48,
+ 6208:8549:9e81:c7eb:1593:197:3a09:1000/44 le 48,
+ 6208:a60a:91d1:7446:da59:f297:8f7d:b000/29 le 48,
+ 6208:a5ee:c862:77f6:7ba3:c4fb:6f7a:3f00/29 ge 30 le 48,
+ 6208:bb4c:749:8315:4fe0:8f6f:9b14:a100/29 le 48,
+ 6208:bfd9:76ff:ebf2:aee9:2754:ecfb:9500/29 le 48,
+ 6204:82a6:d49f:9e93:3d10:c85c:535e:5100/29 le 48,
+ 6204:879e:b920:3b4e:89cb:3b0a:e3da:9600/31 ge 32 le 48,
+ 6204:879c:7a8f:5470:73bd:79c8:64:5100/32 le 48,
+ 6204:879b:fead:f59c:f075:9f38:3b4:f900/31 ge 32 le 48,
+ 6204:8799:208c:415:d6f2:4fdf:f326:6800/32 le 48,
+ 6204:8798:593:bdc8:aeb6:21b9:ab6:e00/47 ge 48 le 48,
+ 6204:9fc9:6412:3da3:275:ea57:7b1d:6e00/48,
+ 6204:9fc9:643c:9f79:3b93:2922:906b:8d00/44 le 48,
+ 6204:9fc9:6737:4f84:bc1a:cac0:7555:600/44 le 48,
+ 6204:ab5a:73c8:27ce:1eb7:eab9:eb57:f500/29 le 48,
+ 6204:ee93:89bf:d9fd:62be:208:686e:1900/29 le 48,
+ 6204:e9ea:1836:8cf7:181e:824f:be05:c000/29 le 48,
+ 6204:cbb4:cc24:8ab9:b4d3:4b7a:7e1d:6f00/29 ge 32 le 48,
+ 6204:5f46:99f1:cb60:ac7c:3f86:8419:5900/29 ge 30 le 48,
+ 6204:51e1:8400:8cb6:473d:e682:8c85:9a00/30 ge 32 le 48,
+ 6204:51e7:49f4:fc73:4644:87d9:46da:7b00/32 le 48,
+ 6204:51e5:cdb5:62e5:515:3918:37b7:6d00/32 le 48,
+ 6204:7e92:8fed:4235:6f3a:67cb:c7be:7200/48,
+ 6204:7e90:2f92:e5ba:27c8:df6e:81c:cb00/48,
+ 6204:6bb7:829f:6f7e:47b1:dccb:f60c:2000/48,
+ 6204:6bb7:fe12:3848:f383:7aa6:3226:400/47 ge 48 le 48,
+ 6204:6bb7:fe1e:81b2:2441:4749:2668:f00/48,
+ 6204:6bb7:fe1d:593c:31a1:fcb1:2885:5600/48,
+ 6204:6bb7:cfbb:f1af:e299:ddf9:fddc:8300/47 ge 48 le 48,
+ 6204:6bb7:cf8f:1cc3:48ef:d251:9264:8200/47 ge 48 le 48,
+ 6204:6bb7:cf8d:1d1a:52f4:5bbe:4cfa:ca00/48,
+ 6204:6bb7:cf84:73e6:6097:fcd0:7f24:4300/48,
+ 6204:6bb7:cf86:4f15:4922:2fe9:1ca2:7e00/47 ge 48 le 48,
+ 6204:6bb7:cf82:d587:1a7c:d414:cb74:4c00/46 ge 48 le 48,
+ 6204:67e2:fe81:c853:e547:1cde:6170:9e00/29 le 48,
+ 6204:63e4:d866:c98d:9093:5154:d6c7:7e00/48,
+ 6204:63e4:c7af:a3db:a151:aec5:16ad:6d00/48,
+ 6204:63e4:c7e9:a027:ddf4:5b81:2319:cf00/44 le 48,
+ 6204:63e4:c464:e213:e68f:3665:8cdd:3500/40 le 48,
+ 6204:63e4:f4de:a03d:f482:bbe5:4c3c:1e00/47 ge 48 le 48,
+ 6204:63e4:e45e:eebc:700c:6ce7:3c68:8200/40 le 48,
+ 6204:63e4:e74a:73f7:8923:b131:1f1d:8300/39 ge 40 le 48,
+ 6204:63e4:e3cc:3ee3:8b3b:aabf:ba15:3300/48,
+ 6204:63e4:e388:6409:7adb:e8fc:5761:3700/44 le 48,
+ 6204:63e4:e275:591:9f31:3070:3a39:1d00/40 le 48,
+ 6204:63e4:8d67:75e4:53c6:c887:eb52:a100/46 ge 48 le 48,
+ 6204:63e4:8d61:b902:e9cd:b0de:2b0:3100/47 ge 48 le 48,
+ 6204:63e4:8d62:37cd:64ab:3a6c:c99b:5400/48,
+ 6204:63e4:8d68:aa10:a79:9f4e:1429:5000/48,
+ 6204:63e4:8d6a:e4e0:8675:b061:e72a:9500/48,
+ 6204:63e4:8d6f:9341:7e0e:d06e:7ac5:9d00/48,
+ 6204:63e4:8d6c:bab:21ae:1e41:1383:8a00/48,
+ 6204:63e4:8d79:f14e:ef89:a601:17cc:7a00/48,
+ 6204:63e4:8d7b:f2c1:2526:6cc4:e942:e700/48,
+ 6204:63e4:7718:46e9:343d:2a7:44de:4700/47 ge 48 le 48,
+ 6204:63e4:771b:2a2d:bf43:71ea:c1b0:3900/48,
+ 6204:36ae:4185:6f75:c1d4:d29d:e69c:b500/44 le 48,
+ 6204:203d:1d4c:334c:276e:64e3:350:6300/48,
+ 6204:108d:3df8:d66:8d71:c9be:1eb7:4300/44 le 48,
+ 6204:108d:3dc6:96dd:a58d:3270:b56:df00/44 le 48,
+ 6204:1343:1bdf:d7f5:f0ce:230f:c1fb:3e00/47 ge 48 le 48,
+ 6204:1343:1bdc:a856:57ec:925e:1f7a:d700/48,
+ 6204:1237:6fa:7f38:7c04:51bd:e44:c400/30 le 48,
+ 6204:16a8:5e31:454f:5045:598a:27c8:7700/40 le 48,
+ 6204:ba7:cad2:6aef:31ec:22d0:276b:e400/48,
+ 6204:dd4:a1da:516b:dc48:d3fe:7250:d700/29 ge 30 le 48,
+ 6207:6ac1:646b:1d04:906a:8d0b:80c1:1a00/29 le 48,
+ 6207:6019:1f90:a6b0:5027:7625:b3ec:1a00/32 le 48,
+ 6207:f33:9e8a:c2b0:e04e:e1e0:f542:aa00/32 le 48,
+ 6207:79f:570b:8019:8c96:1abf:f43:cb00/29 le 48,
+ 6207:2db2:40fb:b674:453b:2f40:834c:d900/29 le 48,
+ 6207:3625:24ca:18f6:c581:590a:b1c6:ff00/48,
+ 6207:3caa:de4c:3a47:1dd9:c451:90ca:9d00/32 le 48,
+ 6207:b155:4fbc:aa5a:2dfd:a685:a076:8400/48,
+ 6207:b151:a6df:29d7:d5dd:eb1a:bafa:4600/48,
+ 6207:8797:a0a3:ce29:28a1:b643:70b0:cd00/29 le 48,
+ 6207:9587:9e49:463c:5d97:ae7e:ab30:8d00/44 le 48,
+ 6207:9587:220f:a274:ad7:e062:765f:3200/48,
+ 6207:d6f1:8353:319e:1139:b432:3a5f:4f00/29 le 48,
+ 6207:d803:6b2f:d91a:5660:ed0e:fd5f:3e00/40 le 48,
+ 6207:d803:6a3c:e9e:571e:d318:d974:4400/48,
+ 6206:7935:b858:682f:8f67:d5f7:78b6:d600/40 le 48,
+ 6206:7930:a28a:79:1c1e:e48b:faf6:9400/44 ge 48 le 48,
+ 6206:7930:a299:11b9:19b2:150f:edc0:b000/48,
+ 6206:7930:a29b:d01:8b2a:bbb0:a884:3000/48,
+ 6206:7930:a2a4:6d9a:b027:b54b:9481:bf00/48,
+ 6206:7930:a36e:7ca7:75b6:590e:53b4:e100/40 le 48,
+ 6206:7931:f137:1540:a922:63a:7bc:c300/48,
+ 6206:7931:f138:62ad:b3c1:bdff:df73:ff00/48,
+ 6206:6a42:a807:97b8:2f3c:440:375c:6500/48,
+ 6206:5513:92ac:dcb0:b33d:a1e7:9c2c:3e00/48,
+ 6206:5565:5461:2ad5:108d:d65d:a884:9500/29 le 48,
+ 6206:52b8:bc69:96fb:d83e:5a78:af13:7f00/29 le 48,
+ 6206:2fca:990a:b4a0:1f18:144a:b8a4:2500/32 le 48,
+ 6206:2ce0:7284:8b24:2fd0:8c5d:66bc:8b00/48,
+ 6206:2ce0:7292:9732:8a13:873f:57d3:1900/44 le 48,
+ 6206:2ce0:72b4:6f68:b796:8190:864f:8a00/47 ge 48 le 48,
+ 6206:2ce0:72b7:10bb:c9f8:6988:7186:9a00/48,
+ 6206:2ce0:72a0:7ce5:8b6a:98f7:9446:fd00/44 le 48,
+ 6206:2ce0:72dc:3730:2313:608a:ec57:4300/48,
+ 6206:2ce0:72c2:a3d9:38c5:478a:6d54:de00/44 le 48,
+ 6206:2ce0:72ee:1b38:71d7:ea43:d69a:5200/44 le 48,
+ 6206:2ce0:72f3:4cda:eeac:6ea9:c52f:1000/46 ge 48 le 48,
+ 6206:2ce0:7213:f875:5841:da:fcaa:5d00/45 le 48,
+ 6206:2ce0:7206:99df:b7c5:8422:9515:e700/46 ge 48 le 48,
+ 6206:2ce0:7200:105c:f5a0:3ef9:fd40:3000/47 ge 48 le 48,
+ 6206:2ce0:7203:d1fa:ce2c:cb3f:1bbd:3200/48,
+ 6206:2ce0:7208:f71:1cf8:60cd:1b3f:f800/48,
+ 6206:2ce0:720a:ff47:ee2d:d0e6:4ec9:d600/48,
+ 6206:2ce0:720d:8d8c:c6d:7412:9126:8c00/48,
+ 6206:2ce0:7239:98d6:fd86:273e:8ad4:e800/43 ge 44 le 48,
+ 6206:2ce0:7247:b3e4:18a4:3cc2:7c4d:5e00/45 ge 48 le 48,
+ 6206:2ce0:724f:c4fa:a32a:21a:85b6:5300/47 ge 48 le 48,
+ 6206:2ce0:725f:9e8:1190:e6f4:5844:f200/44 le 48,
+ 6206:2ce0:73d6:7c47:4c2f:fbf9:f57a:fd00/45 ge 48 le 48,
+ 6206:2ce0:73df:b9f2:a4b6:3593:2bcf:3600/47 ge 48 le 48,
+ 6206:2ce0:73c6:556:a028:9823:60fa:7700/45 ge 48 le 48,
+ 6206:2ce0:73ca:8588:5346:ec36:cb03:3300/47 ge 48 le 48,
+ 6206:2ce0:73e5:7716:d35f:45e3:8636:6000/45 ge 48 le 48,
+ 6206:2ce0:73e9:832a:2d7b:b75a:1ea:ff00/47 ge 48 le 48,
+ 6206:2ce0:7305:9951:15d6:ab07:db96:7000/45 ge 48 le 48,
+ 6206:2ce0:7308:6b6a:e600:cf96:da20:4600/48,
+ 6206:2ce0:7569:edb:c61e:8143:35c8:a800/40 le 48,
+ 6206:2ce0:741b:523:33fc:3b5a:78a6:8300/42 ge 44 le 48,
+ 6206:2ce0:746d:8ab1:a7a4:3532:7c4:d300/43 ge 44 le 48,
+ 6206:2ce0:608e:3ef3:c934:e66c:cf47:cc00/44 le 48,
+ 6206:2ce0:6e82:1cbb:a40:ad1f:5c37:1000/37 le 48,
+ 6206:2ce1:4208:62d8:49d5:7223:3cda:cb00/32 le 48,
+ 6206:2ce2:528a:4986:fa73:1fc8:8322:fd00/32 le 48,
+ 6206:212f:8f3b:f402:44ab:b21c:b8aa:e200/29 le 48,
+ 6206:21da:c88a:1310:10be:bb31:6da7:f700/32 le 48,
+ 6206:3b5:eeba:4424:f936:4086:88d8:9400/40 le 48,
+ 6206:3b5:ed0a:88d3:8153:159f:f474:a00/40 le 48,
+ 6206:3b4:5109:787d:f3c9:ec8a:9a52:ae00/32 le 48,
+ 6206:a987:76e5:c4cd:a566:7f5c:eb74:4500/29 le 48,
+ 6206:adba:dc9c:33bf:1379:542d:490:8f00/47 ge 48 le 48,
+ 6206:b9ba:ce22:cfdd:68c:3b65:863a:1d00/29 ge 32 le 48,
+ 6206:b1ec:250e:abe6:5f95:87e2:f1a2:c900/32 le 48,
+ 6206:9c55:1e8c:613a:7402:5a53:d007:3700/48,
+ 6206:90c9:942e:7fed:3ce2:70e6:6e42:1b00/48,
+ 6206:90c9:942c:6c6e:5d05:74e:5a28:c900/47 ge 48 le 48,
+ 6206:90c9:942b:35ba:b1c8:2770:afc8:fc00/48,
+ 6206:fed4:582f:25f:e602:d4a:ba02:d400/32 le 48,
+ 6203:6d26:9fe9:bbf5:2309:de3d:4257:8a00/29 le 48,
+ 6203:7a7d:bc9f:b3d4:290a:7426:d425:300/29 le 48,
+ 6203:76cb:bc0e:664a:1c8f:2bf6:1eda:5200/48,
+ 6203:741c:a6fc:7ef5:a67f:bd9b:1701:b000/31 ge 32 le 48,
+ 6203:741e:dea2:a863:21b9:68b8:8e47:3000/32 le 48,
+ 6203:7419:833c:1037:b69e:33d5:392b:7a00/32 le 48,
+ 6203:741a:f3f0:98f6:70b6:917:e548:f300/31 ge 32 le 48,
+ 6203:3d65:7a77:76cb:fa3f:168c:7117:9f00/48,
+ 6203:3d65:96b:8d0f:f21f:1039:4e64:9200/48,
+ 6203:3d65:12d0:829c:8edf:8705:4778:7d00/48,
+ 6203:3d65:a212:cbfc:141a:5d71:8b26:4e00/48,
+ 6203:26e1:d343:5373:8cb1:9fe9:e9e5:c100/44 le 48,
+ 6203:26e1:d33f:589d:a1bc:80ad:3d4b:7300/44 le 48,
+ 6203:2f10:3e45:2346:df9f:840d:fee5:d800/29 le 48,
+ 6203:14da:e137:a058:361c:eebc:7eb:3000/48,
+ 6203:1ef:7788:b2d9:97e0:59a1:6589:1000/30 le 48,
+ 6203:90f6:2eea:bda8:86bd:f9c6:e58a:9800/29 le 48,
+ 6203:826a:6957:3192:a511:24a7:3e07:e100/47 ge 48 le 48,
+ 6203:826a:7d7b:c431:9d9c:5e74:7568:fb00/42 ge 44 le 48,
+ 6203:826a:7d33:cba2:bdea:ed98:e183:b900/43 ge 44 le 48,
+ 6203:826a:7d01:4e92:e09e:26e5:66ed:a00/48,
+ 6203:826a:7d1d:b0aa:66c2:fcd9:9241:c800/44 le 48,
+ 6203:826a:7da7:fc88:8731:df31:7e29:f200/44 le 48,
+ 6203:826a:7dbd:dc26:8899:e0c2:7fa4:9200/46 ge 48 le 48,
+ 6203:826a:7dba:ac3d:cc0d:3c3d:b795:5500/47 ge 48 le 48,
+ 6203:826a:7d94:f847:ee43:29b1:f798:5d00/44 le 48,
+ 6203:826a:e4c8:a5ae:baf5:3a9c:938d:700/43 le 48,
+ 6203:826a:e5e3:5356:1b4d:3399:b9a4:8d00/48,
+ 6203:826a:e5e7:4183:c62c:f0ce:19a7:cd00/47 ge 48 le 48,
+ 6203:826a:e5f7:76ab:5772:cdd2:b5e3:f000/44 le 48,
+ 6203:826a:e5ce:1e23:9a7d:7b04:5af8:9500/44 le 48,
+ 6203:826a:e565:6278:7848:5c04:210e:6a00/48,
+ 6203:826a:e562:ef23:9a8:7f4f:757e:3c00/47 ge 48 le 48,
+ 6203:826a:e561:f025:3827:839d:e44b:8800/48,
+ 6203:826a:e678:56b2:8595:f338:ac91:d700/47 ge 48 le 48,
+ 6203:826a:e66b:3d8:9c07:e40f:31a6:9d00/44 le 48,
+ 6203:826a:e691:9542:c875:9744:b2ac:9200/48,
+ 6203:826a:9f4d:43b5:2255:aefb:67c9:ff00/36 le 48,
+ 6203:826c:98f:835d:e8f9:2677:6cb6:8c00/48,
+ 6203:826f:8803:f521:6073:c671:a913:c800/44 le 48,
+ 6203:826f:8819:fc6c:89d8:7886:975:ad00/48,
+ 6203:83c3:98d9:2f46:b74:ecd3:eef3:f900/29 le 48,
+ 6203:a9e5:a119:95ef:34e1:47d0:404e:1500/32 le 48,
+ 6203:a9e4:4146:6529:a130:ca8b:5e45:6400/48,
+ 6203:a9e4:4145:1215:2126:aab5:41ce:8800/47 ge 48 le 48,
+ 6203:a9e4:4140:2e5b:380e:e0a4:7c25:bf00/46 ge 48 le 48,
+ 6203:a9e4:414b:5de7:6e70:71e0:5a8:3500/47 ge 48 le 48,
+ 6203:a9e4:416f:f408:62e7:1d8b:f49c:f800/43 ge 44 le 48,
+ 6203:a9e4:4115:a0f2:60ef:66a5:6d2b:4d00/44 le 48,
+ 6203:a9e4:4107:711e:bab5:4c5b:99dc:1d00/48,
+ 6203:a9e4:4295:b47:d29c:d856:16af:8300/44 le 48,
+ 6203:a9e4:42cf:4cc7:ac3:e843:fde:5100/44 le 48,
+ 6203:a9e4:42ee:b13c:f206:8acd:b327:2400/44 le 48,
+ 6203:a9e4:4275:ccee:eca1:20c5:4333:ae00/44 le 48,
+ 6203:a9e4:4259:cc6e:e12b:578:67bd:f200/44 le 48,
+ 6203:a9e4:423a:735b:6806:1b91:d63c:4300/44 le 48,
+ 6203:a9e4:47b1:8e48:d003:a43a:bb3c:5100/43 ge 44 le 48,
+ 6203:a9e4:47ed:80de:728:24d2:76d:c300/43 ge 44 le 48,
+ 6203:a9e4:4739:b3ea:5835:6a95:a1fd:d800/44 le 48,
+ 6203:a9e4:4725:cd21:caa4:2bf5:ee01:c500/48,
+ 6203:a9e4:475e:8b43:5442:aae5:2d55:f700/43 ge 44 le 48,
+ 6203:a9e4:460f:a044:aaeb:b2e6:4f10:1c00/44 ge 48 le 48,
+ 6203:a9e4:469e:25ce:9c40:48ab:58a3:5200/44 le 48,
+ 6203:a9e4:4683:b2d7:4e79:e5f5:c3c9:8b00/48,
+ 6203:a9e4:46fc:6394:e39a:5b4b:d3f7:8000/44 le 48,
+ 6203:a9e4:44e0:d16:618b:76ee:8eb3:3800/44 le 48,
+ 6203:a9e4:449c:655f:3fd1:9d9f:fc0f:1d00/44 le 48,
+ 6203:a9e4:442f:8416:22de:2330:854:c200/43 ge 44 le 48,
+ 6203:a9e4:441a:236e:516e:b1c2:ab8d:ba00/44 le 48,
+ 6203:a9e4:4479:c0bc:73aa:e888:2ec:1e00/43 ge 44 le 48,
+ 6203:a9e4:45c4:7d95:98a3:f710:4811:7700/48,
+ 6203:a9e4:45d2:2f06:13d4:ebaf:2cab:2000/44 le 48,
+ 6203:a9e4:45f1:5600:8ac0:dbbd:edfd:4300/44 le 48,
+ 6203:a9e4:458c:de45:478d:346:96a0:ff00/43 ge 44 le 48,
+ 6203:a9e4:4545:b5de:cd2c:1177:5879:3500/43 ge 44 le 48,
+ 6203:a9e4:457f:9c4c:aa1e:8eb5:2cdd:ea00/44 le 48,
+ 6203:a9e4:4519:e8ab:7250:b669:2436:8d00/43 ge 44 le 48,
+ 6203:a9e4:453e:b8eb:763c:8e6d:bba1:1800/44 le 48,
+ 6203:a9e7:bede:97e8:862b:9a9e:a261:1600/36 le 48,
+ 6203:a9e7:a04d:805e:1237:5dd1:8328:d00/44 le 48,
+ 6203:a9e7:9fba:4e71:1f8b:9585:ed3f:f200/36 le 48,
+ 6203:a87b:f227:ff25:90d3:c838:61a9:5400/29 ge 30 le 48,
+ 6203:f01c:138c:4d46:b85f:bd26:75a4:3a00/29 le 48,
+ 6203:ed26:99c2:f883:528d:dfc2:43f6:2100/29 le 48,
+ 6203:e013:ea4d:5f69:4073:2a83:2b3:8000/48,
+ 6203:cab2:3f45:9a77:2776:ad9b:6029:f00/44 le 48,
+ 6203:cfbc:acfe:ace9:6f68:a958:aec8:6400/29 le 48,
+ 6203:c4bc:5aa5:7b95:3723:a017:421e:8a00/29 le 48,
+ 6203:de5f:4bbd:acd2:4ba:e31:9757:3300/47 ge 48 le 48,
+ 6202:ddf6:ae4e:c66d:b5bd:a5e3:339a:3100/47 ge 48 le 48,
+ 6202:d31c:f05e:d840:1910:b542:d80e:2500/44 le 48,
+ 6202:d31c:bcaa:eec8:9c5f:e136:29ec:8900/39 ge 40 le 48,
+ 6202:d6f4:7c0a:9f20:7fdd:9ab8:dd3a:9700/29 le 48,
+ 6202:ef7f:d1c9:6012:582c:9137:c95:5d00/29 le 48,
+ 6202:ee11:3040:f167:ba26:bca3:1d57:400/29 le 48,
+ 6202:e95e:8c78:c3e0:d7ba:5ea5:a10f:7600/44 le 48,
+ 6202:e95e:919d:cd2b:ce96:6e31:73bf:7400/39 le 48,
+ 6202:e95e:9572:2568:2f50:5a89:8dac:9a00/39 le 48,
+ 6202:e894:22a4:1a01:c46e:8f03:3744:4c00/29 le 48,
+ 6202:eb25:5f5:21c6:e9fd:2dcb:b826:1a00/29 le 48,
+ 6202:e375:d35a:f1c8:823e:c24f:596c:fc00/32 le 48,
+ 6202:e377:3be3:99b2:48f6:65d2:53c1:5200/40 le 48,
+ 6202:e371:d806:4ed9:d87:ca5c:b756:ff00/32 le 48,
+ 6202:e372:34e6:6fe1:26cb:2183:2e56:6100/32 le 48,
+ 6202:e53e:a89b:9ac1:ca77:d3bf:192c:e600/32 le 48,
+ 6202:e53c:fe6e:da26:f0da:2183:f101:7a00/31 ge 32 le 48,
+ 6202:e53a:e000:1448:c6b6:fc35:4538:c800/31 ge 32 le 48,
+ 6202:e538:edc0:3736:260f:ab34:a242:2a00/32 le 48,
+ 6202:f971:469:4c30:f0e1:6bbc:601b:d700/29 le 48,
+ 6202:fb9e:66e4:9201:82ad:9580:8189:c900/29 le 48,
+ 6202:f75b:630e:4a25:3a51:b1ee:7534:8800/32 le 48,
+ 6202:90ec:c23a:615e:bd69:8d48:f595:8300/29 le 48,
+ 6202:9dd7:bcce:dd60:f3cd:8f50:7d5:ee00/29 le 48,
+ 6202:8391:ffe:e621:762:9794:da12:7700/31 ge 32 le 48,
+ 6202:a2a7:6630:ca7:54d0:667:824b:2700/29 le 48,
+ 6202:76b:ec27:e549:e124:7af2:395:100/29 le 48,
+ 6202:e53:9494:e65c:1a15:1fe5:cc0d:aa00/29 le 48,
+ 6202:1d7c:5e65:fa64:7b92:b16f:f611:c600/47 ge 48 le 48,
+ 6202:1d7c:5efb:5074:5d81:464:d726:f00/47 ge 48 le 48,
+ 6202:311e:3ae2:78aa:bfea:4cd3:c62c:600/29 le 48,
+ 6202:3066:fde7:ea72:c980:92f6:5dc0:300/29 le 48,
+ 6202:2188:d4f1:b69b:1603:3d67:753b:5400/29 ge 30 le 48,
+ 6202:48c7:197b:c088:5786:932a:a371:2500/29 le 48,
+ 6202:5e98:cdc9:6e24:57ac:5368:e141:5500/32 le 48,
+ 6202:5b49:1200:dfc8:c6bf:66a9:dba0:ea00/29 le 48,
+ 6202:5aaf:24e9:6201:a3b0:8466:d0c1:8400/29 le 48,
+ 6202:7569:de8b:e062:7451:22ef:7b27:b500/29 le 48,
+ 6202:7723:1756:8bed:bf2b:2eeb:c546:5a00/29 ge 30 le 48,
+ 6202:77e9:ae7:e468:cc16:51c3:d5ff:aa00/29 ge 30 le 48,
+ 6202:766c:b891:944c:137b:6958:4b56:a700/46 le 48,
+ 6202:7006:eb6a:54f7:d929:7e14:961b:7800/29 le 48,
+ 6202:6226:2f13:7146:3cdb:f1e2:759:f100/48,
+ 6202:6223:4f3:8b31:7df5:fceb:bcba:9f00/48,
+ 6202:6c96:e685:cf9d:44c3:6d7:ed1c:5900/32 le 48,
+ 6200:785b:5e71:2c5e:2e9e:c393:d952:2d00/29 ge 32 le 48,
+ 6200:758e:3e96:d406:9d8e:5099:8bc9:1100/48,
+ 6200:758e:b70f:68ee:481b:ea7a:6aec:8f00/44 le 48,
+ 6200:758e:b738:6c87:c5de:bd47:a3f2:be00/47 ge 48 le 48,
+ 6200:758e:b759:80f9:27b5:a524:b870:c900/42 le 48,
+ 6200:758c:3889:9bd7:de6e:61ce:2257:bf00/48,
+ 6200:7621:be0d:b861:f777:43bf:f5c3:2800/29 le 48,
+ 6200:7192:2bf5:49c:45ff:bca9:2573:3c00/48,
+ 6200:7192:2e1b:7a1b:4f37:328a:d89c:da00/48,
+ 6200:71c6:dbeb:3f36:1f60:a28f:9bd5:af00/29 le 48,
+ 6200:722e:17d2:51ea:5cc2:134f:8bfa:5a00/32 le 48,
+ 6200:722d:b2dc:3af9:cd6b:f394:b2a0:2300/32 le 48,
+ 6200:60b1:67bc:76a5:a184:f2f:3490:bc00/48,
+ 6200:60b1:67b4:5035:dcdd:dc4e:6ce2:500/48,
+ 6200:60b1:67b0:bc6f:5e3b:e9bc:4337:1600/47 ge 48 le 48,
+ 6200:60f8:5eec:aa1d:5be7:d60a:9ab7:800/48,
+ 6200:5e24:673a:c48b:400a:dae1:db10:3700/29 le 48,
+ 6200:4b4f:655:60e4:8c09:6d07:950b:3000/48,
+ 6200:4b4f:651:bfc4:7e67:39cd:40a7:9700/48,
+ 6200:4b4f:c3c:218b:9d15:ec5d:ba2f:ae00/48,
+ 6200:4abf:d257:67bc:86fc:56c6:a598:6400/29 le 48,
+ 6200:35e3:bab5:67da:97ba:f593:807b:a400/29 le 48,
+ 6200:3297:7364:8ad7:6694:297a:3d8:8400/32 le 48,
+ 6200:30bb:6fd3:5e32:8405:81aa:4144:3900/31 le 48,
+ 6200:30b9:8596:65e2:871b:2c8a:76b1:aa00/32 le 48,
+ 6200:30b8:7e0d:7207:2e8e:e420:5784:f300/40 le 48,
+ 6200:30b8:781f:4b3c:dafe:58f6:40a1:a100/39 ge 40 le 48,
+ 6200:30bd:20b8:c673:3adb:a062:ae10:a800/47 ge 48 le 48,
+ 6200:30bd:20a5:b0ed:f55d:7588:2d6:1a00/48,
+ 6200:30bd:3869:b985:b472:5cd5:3254:a700/39 ge 40 le 48,
+ 6200:30bd:ed4:c251:9a7d:d821:214c:3300/40 le 48,
+ 6200:30bc:4b21:1280:ff90:82bc:6481:f00/32 le 48,
+ 6200:30bf:7b4e:2c49:87e5:4eb1:799b:4e00/39 ge 40 le 48,
+ 6200:30bf:79a3:6bff:ba8:7b3:59cd:9700/40 le 48,
+ 6200:30bf:7ed1:14d4:f6cb:6d2e:472e:e000/48,
+ 6200:30bf:7e13:f17a:8d5b:2b45:8d11:9700/48,
+ 6200:30bf:7e10:2c54:f7bc:a33d:a3b3:8200/47 ge 48 le 48,
+ 6200:30bf:7fb5:1586:b44e:ca17:fc60:5700/40 le 48,
+ 6200:30bf:7d12:cbeb:ad97:2901:f1ca:900/40 le 48,
+ 6200:30be:6b56:ef04:fa6a:a074:b54a:5e00/32 le 48,
+ 6200:397c:9c1:c2fd:a134:4519:4f82:4c00/29 ge 32 le 48,
+ 6200:266a:9e3f:602e:ed2b:6851:6b1d:8500/29 ge 30 le 48,
+ 6200:2cc4:8f62:3b6c:7b67:c786:db18:d100/29 ge 32 le 48,
+ 6200:dee:be04:33ab:3dca:fc5e:d178:4d00/29 le 48,
+ 6200:9f1:791d:e847:820:b715:4455:f400/29 le 48,
+ 6200:1fdf:5bde:7032:659:9f14:5480:de00/29 le 48,
+ 6200:c073:e01:fbe8:3dc8:e20f:8e46:1d00/40 le 48,
+ 6200:c073:4e3f:1c4e:743b:d31e:516c:4600/42 le 48,
+ 6200:c073:7b48:c03:de88:3a47:fb9f:b000/40 le 48,
+ 6200:c073:7849:eff0:f399:2248:9b3:7400/40 le 48,
+ 6200:c073:7d20:1b4b:3909:6266:8cf2:9d00/40 le 48,
+ 6200:c073:7f43:1e65:57f9:9380:15dc:c900/40 le 48,
+ 6200:c073:770e:ad96:2a4f:cbfa:8541:7800/38 ge 40 le 48,
+ 6200:c073:719a:d5b5:43f6:39b2:5a70:4c00/40 le 48,
+ 6200:c073:7050:34cf:92bd:644d:475:1100/44 le 48,
+ 6200:c073:736f:3132:7642:e65:cf3a:a900/47 le 48,
+ 6200:c073:7368:41f5:393:a451:684d:e100/47 ge 48 le 48,
+ 6200:c073:7230:2c5f:12d8:ee21:d36f:4900/40 le 48,
+ 6200:c071:c449:be56:c75f:1a86:3b79:dd00/40 le 48,
+ 6200:c071:f31c:ad16:fc10:5f35:5ccb:1100/42 ge 44 le 48,
+ 6200:c071:f371:1dba:f18c:12be:2188:9e00/44 le 48,
+ 6200:c071:f347:2fa8:a727:a2e:a3e6:c600/43 ge 44 le 48,
+ 6200:c071:f38d:276a:d9b:3d0d:5160:2400/44 le 48,
+ 6200:c071:4cfd:cb80:a09d:4187:7981:7c00/45 ge 48 le 48,
+ 6200:c071:4cf4:612a:b45c:3a64:af48:6c00/47 ge 48 le 48,
+ 6200:c071:4cf7:f1aa:ffd5:6b4d:8cb2:1100/48,
+ 6200:dfb0:4a4f:3b75:2fc:437b:ef02:3900/32 le 48,
+ 6200:dfb4:843a:5b9f:fbab:30d:7703:7400/31 ge 32 le 48,
+ 6200:dfb7:353c:2af9:38d4:2dfc:1bf6:1000/32 le 48,
+ 6200:dfb6:512:d9f:c824:25b7:6bb8:b00/44 le 48,
+ 6200:dfb6:50e:7288:6ad:df96:708c:a400/48,
+ 6200:dfb6:54d:1e22:a51c:8e16:5d8:dc00/43 le 48,
+ 6200:d301:d42e:d449:675e:e605:3081:1600/32 le 48,
+ 6200:f497:3cb9:2657:63f4:61d1:ecbc:700/29 le 48,
+ 6200:fa63:c3e4:f57:1630:b90b:99ae:8b00/32 le 48,
+ 6200:fa67:a0c4:4a30:3683:ffc7:41f5:1d00/40 le 48,
+ 6200:fa67:a4f5:ab25:d4f9:c885:df44:a000/40 le 48,
+ 6200:fa66:4689:e6da:555b:9ff9:d486:7c00/48,
+ 6200:fa66:5dd3:662:ea18:2e24:2b71:800/44 le 48,
+ 6200:fa66:5d3d:47a7:531e:3fc3:c9c3:6600/44 le 48,
+ 6200:fa66:5d15:2ef2:7d07:d960:41f7:9800/44 le 48,
+ 6200:fa66:5d50:d6d3:5765:b0a5:9ea1:1e00/44 le 48,
+ 6200:eb06:3f0:e7df:eed8:d69:cf7b:db00/31 ge 32 le 48,
+ 6200:eb05:24f8:2295:dcce:8c5:c0e4:2f00/47 ge 48 le 48,
+ 6200:eb05:25f6:5414:2169:ca3d:6f6:1200/42 ge 44 le 48,
+ 6200:eb03:22cb:cf9d:f5de:386:ea1a:6900/31 ge 32 le 48,
+ 6200:eb00:2255:9c97:fe70:9b9d:5b6f:c500/32 le 48,
+ 6200:eb01:8234:c87:f16d:464a:1f9:af00/44 le 48,
+ 6200:eb01:8213:1dc6:cad5:dc99:120a:4700/48,
+ 6200:eb01:8217:3775:f3d4:1e2c:b840:5e00/46 le 48,
+ 6200:eb01:821c:bc81:94f3:15a2:b288:3600/48,
+ 6200:eb01:820f:c614:dff1:3ab:987e:3900/44 le 48,
+ 6200:eb01:824b:2e20:20dd:b686:d04f:a500/48,
+ 6200:eb01:8262:3709:b3ef:987e:30fa:3b00/43 ge 44 le 48,
+ 6200:eb01:82ca:7ade:8842:397f:3822:fe00/43 ge 44 le 48,
+ 6200:eb01:82e0:29fd:9405:4f5b:58a8:6100/44 le 48,
+ 6200:eb01:829e:e809:aad2:7655:7534:1000/44 le 48,
+ 6200:eb01:838d:e23b:3b1:82b:6d2b:f000/44 le 48,
+ 6200:eb01:83cf:1cea:9fdd:c137:a4bc:d00/43 ge 44 le 48,
+ 6200:eb01:83e3:196b:f7f9:de6b:2545:9d00/44 le 48,
+ 6200:eb01:8321:b8:b1a7:5e8c:b67e:500/48,
+ 6200:eb01:8325:82d7:1549:2666:c894:5800/48,
+ 6200:eb01:832c:e858:f29b:59fc:4424:7c00/48,
+ 6200:eb01:8309:6b2c:8dd9:31d:caae:8900/48,
+ 6200:eb01:834d:83ad:1cf6:67a6:9a2b:4700/44 le 48,
+ 6200:eb01:836f:1c83:5400:abbd:3623:6000/44 le 48,
+ 6200:eb01:8186:517f:3d86:269a:ada1:5500/44 le 48,
+ 6200:eb01:81c2:7951:be8d:18e0:60a5:9700/44 le 48,
+ 6200:eb01:81d8:b7a1:8493:5b9c:e961:2b00/48,
+ 6200:eb01:81db:f82f:5e49:656:1d98:8700/48,
+ 6200:eb01:81d5:b458:ef93:55f5:ef3a:7e00/46 le 48,
+ 6200:eb01:813e:898c:83e0:2de0:aee5:3200/44 le 48,
+ 6200:eb01:815b:c0de:57e3:b7df:6eae:cf00/44 le 48,
+ 6200:eb01:80ff:7f00:8db2:7c20:1930:3d00/45 ge 48 le 48,
+ 6200:eb01:80f1:d8c1:2bff:6690:a957:c800/46 ge 48 le 48,
+ 6200:eb01:80f7:2617:f4ad:8968:380:2500/48,
+ 6200:eb01:80c4:34ed:4a3e:fca9:7283:d300/44 le 48,
+ 6200:eb01:808e:794a:2308:5e21:d06b:fb00/44 le 48,
+ 6200:eb01:80a0:d409:6f62:4106:79c8:9100/44 le 48,
+ 6200:eb01:8079:b9c7:4fb3:ffc4:3786:ed00/44 le 48,
+ 6200:eb01:8001:b424:611d:5c7d:d316:eb00/44 le 48,
+ 6200:eb01:803e:cc8b:de4f:69c2:25fc:a900/44 le 48,
+ 6200:eb01:8581:1748:ace6:4ce3:c737:4500/44 le 48,
+ 6200:eb01:85c7:bf1e:f1f9:740d:969c:db00/43 ge 44 le 48,
+ 6200:eb01:85f9:6679:4de9:ce2a:e3b:eb00/44 le 48,
+ 6200:eb01:848a:2e49:c3a0:590d:9f29:3d00/44 le 48,
+ 6200:eb01:840a:416:c4f9:9746:e169:5b00/44 le 48,
+ 6200:eb01:8464:5a88:e071:5c4b:b0ea:e300/48,
+ 6200:eb01:8467:2b34:e7fe:fa96:dc1c:6400/48,
+ 6200:eb01:8463:540f:3525:dbdb:4be8:c200/48,
+ 6200:eb01:8461:6709:75e4:158f:2054:1900/48,
+ 6200:eb01:846e:47a:a029:e6d9:2078:c700/48,
+ 6200:eb01:87e5:c938:23eb:d7a9:38da:1900/44 le 48,
+ 6200:eb01:8789:54d7:d73e:ba:53b4:c900/47 ge 48 le 48,
+ 6200:eb01:878e:e40a:f3b1:edbe:b303:3a00/48,
+ 6200:eb01:8783:6d56:3ba3:e2c0:510f:2300/48,
+ 6200:eb01:8784:87d6:405f:77ad:f41f:8d00/48,
+ 6200:eb01:86c3:600d:d464:db93:1779:5700/44 le 48,
+ 6200:eb01:8683:2cce:7fc6:6fc3:f622:1d00/44 le 48,
+ 6200:eb01:8606:1674:73b9:3fcc:c8b3:4b00/44 le 48,
+ 6200:eb01:8679:69fb:fcd9:7940:8439:2e00/44 le 48,
+ 6200:eb01:8651:6d84:4091:4ae6:e0c7:4700/44 le 48,
+ 6200:eb01:8f52:3a95:32a9:66d0:1be7:c700/44 le 48,
+ 6200:eb01:8f67:718e:c192:a87d:b24d:5400/44 ge 48 le 48,
+ 6200:eb01:8ff8:799a:85dd:d0e:bf76:d00/48,
+ 6200:eb01:8ff4:669d:e533:1c87:194e:3500/48,
+ 6200:eb01:8f8b:a6bf:65c3:b928:601:c900/44 le 48,
+ 6200:eb01:8e4d:d75f:4b74:716d:f046:4100/44 le 48,
+ 6200:eb01:8e73:36c2:1d2f:2472:c1b0:9d00/44 le 48,
+ 6200:eb01:8eca:21fa:2a59:2a22:84cb:eb00/44 le 48,
+ 6200:eb01:8ee0:461a:93b2:120e:f804:ba00/44 le 48,
+ 6200:eb01:8eaa:7f21:53cb:9141:8f6d:cb00/42 ge 44 le 48,
+ 6200:eb01:8cb6:f2fe:3a26:43ee:ac64:5600/44 le 48,
+ 6200:eb01:8c91:e5a4:6b2c:b6f6:7586:5900/44 le 48,
+ 6200:eb01:8cc1:6b1f:f783:a82:b4f1:2400/44 le 48,
+ 6200:eb01:8cf7:2425:12b5:5db4:d71e:500/44 le 48,
+ 6200:eb01:8cec:3a53:8218:f7e3:b3c6:3b00/48,
+ 6200:eb01:8c6f:353f:9cbf:a7e8:6fbc:8400/43 ge 44 le 48,
+ 6200:eb01:8c1d:72f0:f479:cacb:7cab:f500/48,
+ 6200:eb01:8c1f:940f:1af3:3af7:4d66:4000/48,
+ 6200:eb01:8c0c:2164:5506:475c:c118:a800/44 le 48,
+ 6200:eb01:8c3f:de0:3633:58f4:bc02:3e00/44 le 48,
+ 6200:eb01:8d85:b2a3:9105:5778:5a93:3e00/44 le 48,
+ 6200:eb01:8da5:4a91:3b96:3ea0:4a43:4000/43 ge 44 le 48,
+ 6200:eb01:8dc1:c9dd:cbd5:72af:85b2:ad00/44 le 48,
+ 6200:eb01:8df6:b417:569f:60c3:ebdb:ae00/44 le 48,
+ 6200:eb01:8de1:5690:83c6:636c:728c:4200/48,
+ 6200:eb01:8d6f:9672:c4db:f051:38cc:e700/43 ge 44 le 48,
+ 6200:eb01:8d2d:7aeb:295e:ec82:b715:400/44 ge 48 le 48,
+ 6200:eb01:8d08:f45e:51c4:8976:6d00:e100/43 ge 44 le 48,
+ 6200:eb01:8ae2:ee3e:6d99:dac4:b790:2100/43 ge 44 le 48,
+ 6200:eb01:8ade:dc90:b53a:5e2f:7f5f:f100/44 le 48,
+ 6200:eb01:8a9c:a902:1019:8e26:a4f4:ee00/47 ge 48 le 48,
+ 6200:eb01:8a0a:bd41:bd91:b9f7:c1ca:6c00/44 le 48,
+ 6200:eb01:8a30:f40c:994f:5be8:9e57:7c00/44 le 48,
+ 6200:eb01:8a57:8c9b:f68e:625a:8775:8300/48,
+ 6200:eb01:8a51:f48b:8428:f5fa:754a:1b00/48,
+ 6200:eb01:8a44:938a:85e3:b1a4:f3cc:d700/44 le 48,
+ 6200:eb01:8b18:924b:e490:c5bc:17fa:fe00/44 le 48,
+ 6200:eb01:8b23:3021:dff0:fa34:6ae4:dd00/44 le 48,
+ 6200:eb01:8b7e:f93b:6349:655d:7fff:6800/44 le 48,
+ 6200:eb01:8b45:f8f5:ce81:1637:be17:8a00/45 ge 48 le 48,
+ 6200:eb01:8bda:2c69:82b0:ae89:d20e:1a00/44 le 48,
+ 6200:eb01:8bc9:f028:d4a1:e18e:7e1f:9900/48,
+ 6200:eb01:8be4:7cd:afb7:5fe9:91d2:3e00/47 ge 48 le 48,
+ 6200:eb01:8b9f:ed83:4cae:9e6c:4c2c:5900/47 le 48,
+ 6200:eb01:8b99:ab00:1de8:c85a:518b:4800/48,
+ 6200:eb01:8b8c:d12f:73ce:deda:fb3d:8600/44 le 48,
+ 6200:eb01:8baf:3e77:7017:4269:cd35:d800/48,
+ 6200:ef1e:9090:6d70:e6c1:38b5:5922:d500/29 le 48,
+ 6200:ec43:5b09:15fe:ca0b:a772:274:4000/48,
+ 6200:eddd:1d8c:f0a3:7ea0:2cae:c734:b600/31 ge 32 le 48,
+ 6200:e32f:e9be:e7c:7e7e:fe8e:5a41:7600/48,
+ 6200:e32f:ad42:adb4:ea9c:b58b:9196:6000/48,
+ 6200:e7b5:6e7e:ad8e:3ac2:7a05:7f70:5400/29 le 48,
+ 6200:e6c3:8aac:7c9:1817:7dd7:3eff:1a00/32 le 48,
+ 6200:a2bc:969e:6fa9:42ae:df26:7891:de00/32 le 48,
+ 6200:a30d:f3a4:1fa7:4fea:6280:2016:8f00/40 le 48,
+ 6200:ac9d:e063:b761:5792:e4c5:9606:d00/44 le 48,
+ 6200:ac9c:403d:7d76:e447:ace4:8e44:ae00/44 le 48,
+ 6200:bf50:3267:19a9:3d02:7e60:11c0:3000/29 le 48,
+ 6200:9d4d:94a2:29d6:7bba:7f2:602:6900/32 le 48,
+ 6200:9d4f:6d3:47d:ab8d:4da:43e5:f800/31 ge 32 le 48,
+ 6200:9d48:d946:bc9d:9a29:6abc:ad9a:ab00/30 ge 32 le 48,
+ 6200:9abf:8778:5d2c:ec15:da3:7e:e00/47 ge 48 le 48,
+ 6200:9abf:877c:74be:332a:4be4:ed54:3200/48,
+ 6200:9abf:877f:c69b:3aba:730c:21de:cf00/48,
+ 6200:9abf:8768:8b2d:df5d:f792:8aca:e900/44 le 48,
+ 6200:9423:5e0b:31af:3cb:8f8f:93a2:c200/35 ge 36 le 48,
+ 6200:9423:fa7d:a7a6:ea30:c430:b20f:a700/48,
+ 6200:89d5:f64e:6b3b:d647:9b72:71f6:e300/29 le 48,
+ 6201:a9a:914c:c98:deff:86f8:be9b:6100/29 le 48,
+ 6201:8e4:3005:a6fd:6809:d9d8:9f79:8800/29 le 48,
+ 6201:c21:118e:bd04:f3f6:29fb:6fe2:3c00/29 le 48,
+ 6201:f29:312a:2af5:1d03:f94d:70e0:d800/29 le 48,
+ 6201:1551:c7bd:c52d:b11:6701:2a99:7100/30 le 48,
+ 6201:3f6a:6cea:52bf:f20c:ea82:1674:2200/48,
+ 6201:2bdb:17d0:4a3f:6ad6:3887:6b82:6300/30 ge 32 le 48,
+ 6201:2fe6:eba3:2663:8d55:46e3:acd:c500/29 le 48,
+ 6201:7b2e:b978:266d:f3fd:f891:d2d9:6900/32 le 48,
+ 6201:7b29:64b3:5691:eb56:97ed:9ac4:8100/40 le 48,
+ 6201:645d:5eb0:c539:f8eb:436d:82ed:4800/31 ge 32 le 48,
+ 6201:645a:c85b:ee11:ede8:dbf1:2835:d200/44 le 48,
+ 6201:6459:a465:ede4:5fe5:44ed:e05d:3100/48,
+ 6201:6459:68fa:a4d0:ac3:2573:b09f:2400/44 le 48,
+ 6201:6459:68c1:140b:da33:1d6f:5cdf:1c00/44 le 48,
+ 6201:6459:689c:8ed4:ea:10d0:d3c9:5400/44 le 48,
+ 6201:6459:68b0:fe92:88d9:b0b:f5c0:a200/44 le 48,
+ 6201:6459:687c:9516:e985:6a6c:302c:2300/44 le 48,
+ 6201:6459:684b:8ce0:1294:44b8:63bc:6a00/44 le 48,
+ 6201:6459:6823:83c0:66b2:7619:e22e:d00/44 le 48,
+ 6201:6459:6e6f:be6f:5aab:3eab:66ab:6100/44 le 48,
+ 6201:6459:6c31:3fb:6c78:8bc1:38e7:4a00/44 le 48,
+ 6201:6a2f:a64a:a1f3:41fb:e5f:cb99:f300/29 le 48,
+ 6201:5beb:5035:b56a:4888:1a7c:51b:f00/44 le 48,
+ 6201:5bed:18b6:8364:5031:4646:775f:ec00/32 le 48,
+ 6201:5c7c:d6c5:96a0:c8ec:4342:5804:8000/48,
+ 6201:5c7c:d6c6:813e:76e9:ac81:7c6:f300/48,
+ 6201:56d3:f3a8:43a7:18c:3e0c:14fd:5400/29 le 48,
+ 6201:53f6:4df5:c1bc:2082:7aed:15b5:f400/29 le 48,
+ 6201:4c99:fb77:fbf0:1ef4:29f1:a107:3d00/44 le 48,
+ 6201:e26e:540e:3210:917d:374f:d307:8d00/29 le 48,
+ 6201:e4bf:7ee3:354f:4ff:909e:9454:8400/29 le 48,
+ 6201:e511:24af:d695:760c:c0af:5e49:d000/44 le 48,
+ 6201:e511:249b:fe7:408e:e260:929b:1500/48,
+ 6201:e510:46f9:b4fd:b5e3:f5ca:632e:2f00/44 le 48,
+ 6201:e510:46c0:7021:c4f1:4cbc:5eff:b00/47 ge 48 le 48,
+ 6201:e510:46c3:7221:84c9:b566:840c:9900/48,
+ 6201:e510:9d5a:a9fd:e311:be88:ce10:8a00/46 le 48,
+ 6201:e510:9d46:a8de:c12f:1288:7bc5:a300/48,
+ 6201:e510:9d3a:6556:e118:90ae:2044:6f00/44 le 48,
+ 6201:e730:fe93:5589:7d89:c461:9f9d:f00/29 le 48,
+ 6201:e692:bc4:c9b6:27fb:c5a5:b2de:5b00/29 le 48,
+ 6201:f329:5174:2c9c:177c:8ec:1ed:ff00/44 le 48,
+ 6201:f4ae:c9b0:28ac:99ff:de41:93af:9400/47 ge 48 le 48,
+ 6201:f4ae:c9b2:8eb0:363:f43:220c:6800/48,
+ 6201:f4ae:c844:fdff:6dea:9d81:d7de:de00/46 ge 48 le 48,
+ 6201:f4ae:c6ac:cd1d:1dc4:ccd8:e15b:3b00/44 ge 45 le 48,
+ 6201:f4ae:c6b6:3809:3b95:e6a1:5998:1700/44 le 48,
+ 6201:f4ae:ae13:bc38:4a2a:bae6:3bff:6d00/48,
+ 6201:f4ae:ae11:45fe:d0a6:46:37b0:ef00/47 ge 48 le 48,
+ 6201:f4ae:ae6b:bdc4:7828:65de:8ff0:9600/44 le 48,
+ 6201:f4ae:a878:27ca:1b66:a675:f6c9:8800/40 le 48,
+ 6201:f4ae:a36f:d4ff:2461:43d9:6413:ea00/40 le 48,
+ 6201:f4ae:a0ca:ae7:37bd:7d97:a02e:9500/44 le 48,
+ 6201:f4ae:226d:cb75:5287:f969:c30:c000/48,
+ 6201:f4ae:226f:2ac9:8fb6:c89d:8da4:1600/48,
+ 6201:f4ae:226b:609f:bb9d:37b4:99d9:3e00/48,
+ 6201:f4ae:2265:fed4:530c:c321:bfe1:b700/46 ge 48 le 48,
+ 6201:f4ae:2261:5502:a7a7:2653:daea:e300/48,
+ 6201:f4ae:2263:3fee:bed7:bcdf:3481:bb00/48,
+ 6201:f4ae:227a:ae9c:178b:8c80:d1a0:1900/48,
+ 6201:f4ae:227e:7db9:cd21:be8c:1fb4:dd00/47 ge 48 le 48,
+ 6201:f4ae:2274:556:7113:63c5:9d3d:7700/47 ge 48 le 48,
+ 6201:f4ae:2276:81c5:6db9:be77:f9a2:bc00/48,
+ 6201:f4ae:2270:a6f2:f51:55f5:22f8:f00/47 ge 48 le 48,
+ 6201:f4ae:225d:7709:8b5d:904f:e89b:6500/48,
+ 6201:f4ae:225f:6488:6736:cc26:c6d0:1400/47 ge 48 le 48,
+ 6201:f4ae:225a:f8b0:ece1:5f27:9c8e:7d00/47 ge 48 le 48,
+ 6201:f4ac:e4c5:bbd5:bd28:bb12:4966:c600/31 ge 32 le 48,
+ 6201:fb81:e3f2:9e44:c4a8:eff5:63bf:4600/48,
+ 6201:fb81:eb41:ac0f:5205:e016:33ed:a900/48,
+ 6201:d0e5:f27a:a919:6dd3:500c:893a:4900/32 le 48,
+ 6201:d0e4:a648:3875:cd45:35b6:9052:c800/40 le 48,
+ 6201:d0e7:75a4:c2ab:d9cc:a16e:49e2:be00/40 le 48,
+ 6201:d0e0:2968:6727:b552:13d6:f618:1a00/36 le 48,
+ 6201:d0e2:a8e1:d65d:c7fb:fc5b:151f:b00/32 le 48,
+ 6201:caa3:ec9:1aec:42a7:bff7:b7b2:5900/44 le 48,
+ 6201:caa1:a8cc:a227:64d7:84f6:68c4:5400/31 ge 32 le 48,
+ 6201:caa6:a892:ae6d:1740:5018:c896:d300/30 ge 32 le 48,
+ 6201:cf9c:fd71:d9bd:4925:f8b8:7f4c:ee00/29 le 48,
+ 6201:a963:a985:cc4c:5036:230:c868:4200/40 le 48,
+ 6201:a967:caf4:f47b:7c36:f8fb:463f:f00/40 le 48,
+ 6201:bb29:9012:1279:f569:914c:d138:3200/29 le 48,
+ 6201:bdb9:fad8:9c92:efe6:1c21:98f5:c100/29 le 48,
+ 6201:b66b:b336:d242:3d7c:854b:c56e:f400/48,
+ 6201:b66f:77af:297c:ecab:6213:47b:5500/40 le 48,
+ 6201:b462:da74:f6a5:c2c4:6262:e80c:1a00/48,
+ 6201:b467:f9e1:3e47:f396:5d7b:2514:da00/48,
+ 6201:98b9:a5ab:f428:ff9d:cfc4:fd87:3400/45 le 48,
+ 6201:98b9:a5b1:2b0b:31b4:f1c0:13c4:e700/44 le 48,
+ 6201:98b9:a58d:2476:2f61:9bfc:e675:9000/47 ge 48 le 48,
+ 6201:99bf:a260:e8b8:e1bb:b81f:ca9:ea00/48,
+ 621c:b7f:fa05:e44c:58c5:6f46:8e1d:f600/36 le 48,
+ 621c:b7f:3949:c8f3:2d3c:ccb7:9e20:d000/48,
+ 621c:1f1d:9195:587a:82d9:ce6b:c33b:2e00/29 le 48,
+ 621c:36d3:4407:856c:e69d:53ec:ec8c:cd00/48,
+ 621c:342c:e0fa:eb8f:31ab:77f5:a72a:3b00/29 le 48,
+ 621c:3ed0:7b81:8561:7313:dab0:237d:d900/29 le 48,
+ 621c:3ae9:bf9d:ee71:99e0:5453:f2be:d600/32 le 48,
+ 621c:3ae8:159:43b6:da06:630d:1038:c400/40 le 48,
+ 621c:3ae8:2fb:cf49:3aee:ec64:5a95:8400/44 le 48,
+ 621c:3ae8:2b8:ad7:f305:4c10:6f82:4e00/48,
+ 621c:3ae8:2ba:876:97db:fa0e:1f69:3400/47 ge 48 le 48,
+ 621c:3ae8:2bd:6ceb:bdb9:6dd1:d55b:5500/47 ge 48 le 48,
+ 621c:3ae8:297:67b0:8042:562c:64bc:7400/48,
+ 621c:3ae8:219:14b:9dcf:2a39:b758:3900/44 le 48,
+ 621c:3ae8:234:2459:dc16:b47:3a47:4800/43 ge 44 le 48,
+ 621c:3ae8:278:cc59:90fe:623a:77e8:1500/45 ge 48 le 48,
+ 621c:3ae8:277:a5b7:1647:a001:a70f:9800/46 ge 48 le 48,
+ 621c:3ae8:271:9f44:2816:900f:ffbb:c400/47 ge 48 le 48,
+ 621c:3ae8:273:2924:8ea5:f5e1:f64a:ca00/48,
+ 621c:3ae8:266:b5f:1b1b:8f5c:695f:c800/44 le 48,
+ 621c:3ae8:338:f929:8810:5d51:6f23:3a00/43 ge 44 le 48,
+ 621c:3ae8:2aab:14df:9c8:78fe:8725:b200/35 le 48,
+ 621c:2524:7660:ed31:80a2:b8da:5433:cf00/48,
+ 621c:2524:7662:8a84:b964:76ab:ad2c:cc00/47 ge 48 le 48,
+ 621c:2524:7664:faa7:bebe:cc6:634c:1c00/48,
+ 621c:5121:b45b:848f:b66f:d0bc:7cd1:9100/48,
+ 621c:5568:bc80:e4a2:97d1:c5b3:d05d:8700/32 le 48,
+ 621c:565d:c602:91f3:e96d:7024:18ea:7e00/48,
+ 621c:5d3a:3606:338e:3054:ecf1:b0e3:4f00/48,
+ 621c:5e80:d1a8:fe9a:da64:1a08:8a95:a600/32 le 48,
+ 6744:df4a:ba37:677c:4a5f:efc4:fc1c:b300/32 le 48,
+ 6744:db83:6b52:5549:9b9c:bef:2c61:e800/32 le 48,
+ 6744:dab8:e583:3af6:e392:ea32:9961:7b00/32 le 48,
+ 6744:cc20:e77e:4a34:a9a2:e628:4811:6100/32 le 48,
+ 6744:c9ca:9946:82ee:abbd:f610:9c6a:d500/32 le 48,
+ 6744:c9b0:6548:2dae:ed05:7d6:bc80:7700/47 le 48,
+ 6744:c9b0:6552:b859:2bc6:2664:6f8b:1000/47 le 48,
+ 6744:c9b0:6556:4c93:34bc:6f8f:7766:9a00/46 ge 47 le 48,
+ 6744:c9b0:6559:3657:841e:f1cc:2f5a:700/47 le 48,
+ 6744:c9b0:6569:e836:fdef:e52f:7423:dc00/47 le 48,
+ 110.62.130.0/24,
+ 173.29.13.0/24,
+ 109.145.87.0/24,
+ 215.200.129.0/23,
+ 6b51:91c1:956:e9bc:765b:82e:649a:f100/32
+end-set
+!
+prefix-set DEFAULT
+ 0.0.0.0/0,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/0
+end-set
+!
+prefix-set MARTIAN
+ 0.0.0.0/8 le 32,
+ 10.142.79.0/8 le 32,
+ 79.133.15.0/10 le 32,
+ 80.251.113.0/8 le 32,
+ 170.34.145.0/16 le 32,
+ 172.24.173.0/12 le 32,
+ 192.0.0.0/24 le 32,
+ 192.15.238.0/24 le 32,
+ 192.168.30.0/16 le 32,
+ 197.32.173.0/15 le 32,
+ 197.25.134.0/24 le 32,
+ 205.199.55.0/24 le 32,
+ 224.0.0.0/4 le 32,
+ 240.0.0.0/4 le 32,
+ 255.255.255.255/32,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/128,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1601/128,
+ 51b3:9631:e621:1229:f4de:9224:bb85:cd00.0.0.0/96,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/96,
+ 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64,
+ 6dc1:492:4723:5109:7780:5e9:feae:8900/28,
+ 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32,
+ a920:8059:328e:bd58:cf03:170f:3001:5b00/7,
+ aa47:1694:e36c:536f:9ced:1d6d:1cf7:1000/10,
+ aa19:ffde:b8e6:f6af:6d96:ff32:ba02:c00/10,
+ ab6f:cc25:bc9a:9fc1:f18c:6230:fe4a:4800/8
+end-set
+!
+prefix-set CUSTOMER-339651554-IN
+ 10.83.236.0/16,
+ 10.83.169.11/32,
+ 10.83.175.0/24
+end-set
+!
+prefix-set CUSTOMER-AS63447-IN
+ 203.168.126.0/24,
+ 203.86.83.0/24,
+ 203.86.82.0/24,
+ 65.147.197.0/22 le 24,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 42
+end-set
+!
+prefix-set CUSTOMER-339651554-OUT
+ 172.22.181.0/19,
+ 172.22.157.0/19,
+ 172.18.132.0/16,
+ 172.23.89.0/16,
+ 172.22.241.0/19,
+ 172.22.204.0/19,
+ 10.43.44.24/32,
+ 172.22.5.0/19,
+ 10.234.54.0/21,
+ 10.234.59.0/24,
+ 10.234.56.0/23,
+ 10.34.119.0/16,
+ 10.42.189.2/32,
+ 10.42.189.1/32,
+ 10.42.167.2/32,
+ 10.98.167.0/16,
+ 192.168.30.0/16,
+ 203.124.235.92/32,
+ 192.168.51.0/24,
+ 192.168.22.0/24,
+ 192.168.120.0/24,
+ 192.168.26.0/23,
+ 192.168.17.0/24,
+ 192.168.30.0/24,
+ 10.98.167.0/24,
+ 169.214.15.0/22,
+ 169.214.99.0/22,
+ 162.219.189.0/22,
+ 162.219.45.0/23,
+ 162.219.56.0/23,
+ 162.219.52.0/23,
+ 162.219.48.0/23,
+ 162.219.246.0/23,
+ 162.219.236.0/23
+end-set
+!
+as-path-set TRANSIT-AS
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852) .*',
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852)$'
+end-set
+!
+community-set SOURCE--INTERNAL-BGP
+ 40302:1005
+end-set
+!
+community-set ANNOUNCE--CUSTOMER-FULL
+ 40302:1001,
+ 40302:2000,
+ 40302:3000,
+ 40302:9000
+end-set
+!
+community-set SOURCE--CUSTOMER-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--INTERNAL-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--CUSTOMER-CONNECTED
+ 40302:1002
+end-set
+!
+community-set SOURCE--INTERNAL-CONNECTED
+ 40302:1002
+end-set
+!
+route-policy RR
+ if community matches-any (40302:666) then
+ set next-hop discard
+ done
+ else
+ pass
+ endif
+end-policy
+!
+route-policy AO-IN($AO)
+ apply GLOBAL-FILTER
+ if community matches-any (40302:666) then
+ if destination or-longer $AO then
+ apply CUSTOMER-BLACKHOLE
+ done
+ else
+ drop
+ endif
+ pass
+ endif
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AO-OUT($ASN, $AO_FILTER)
+ if destination in $AO_FILTER then
+ drop
+ elseif community matches-every (64949:1000, 64949:$ASN) then
+ delete community in (no-export)
+ done
+ elseif community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AOIP-IN($AO, $ASN, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ set community (64949:1000) additive
+ set community (64949:$ASN) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $GENERAL then
+ apply CUSTOMER-PREFERENCE
+ endif
+ if destination in $TINY then
+ apply CUSTOMER-PREFERENCE
+ set community (no-export) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy GLOBAL-FILTER
+ if destination in DEFAULT or destination in MARTIAN then
+ drop
+ endif
+ if as-path in (ios-regex '_0_') or as-path passes-through '23456' or as-path passes-through '[64496..131071]' or as-path passes-through '[4200000000..4294967295]' or as-path in TRANSIT-AS then
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-FULL-OUT
+ if community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy SOURCE--AO-STATIC
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set origin igp
+ set med 2
+ done
+end-policy
+!
+route-policy CUSTOMER-BLACKHOLE
+ if community matches-any (40302:666) then
+ set community (40302:9000, 40302:666)
+ set local-preference 990
+ set med 20
+ done
+ else
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set local-preference 990
+ set community netconanRemoved0
+ endif
+ if destination in $BACKUP then
+ set local-preference 10
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-IN
+ if destination in DEFAULT then
+ drop
+ else
+ set community netconanRemoved0
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-PREFERENCE
+ set community (40302:9000) additive
+ if community matches-any (40302:9001) then
+ set local-preference 990
+ elseif community matches-any (40302:9002) then
+ set local-preference 10
+ elseif community matches-any (40302:9010) then
+ set local-preference 290
+ elseif community matches-any (40302:9011) then
+ set local-preference 280
+ elseif community matches-any (40302:9020) then
+ set local-preference 190
+ else
+ set local-preference 990
+ set community (40302:9001) additive
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)
+ if destination in $DR then
+ set local-preference $PREF
+ set community netconanRemoved0
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set local-preference $PREF
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set med 10
+ pass
+ endif
+ if destination in $BACKUP then
+ set med 30
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-OUT
+ if destination in DEFAULT then
+ drop
+ else
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-DEFAULT-OUT
+ if destination in DEFAULT then
+ pass
+ else
+ drop
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)
+ if destination in $DR then
+ set med $MED
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set med $MED
+ endif
+end-policy
+!
+route-policy SOURCE--AO-CONNECTED
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set origin igp
+ set med 1
+ done
+end-policy
+!
+route-policy SOURCE--CUSTOMER-STATIC
+ set community netconanRemoved1
+end-policy
+!
+route-policy SOURCE--INTERNAL-STATIC
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 2
+end-policy
+!
+route-policy SOURCE--CUSTOMER-CONNECTED
+ set community netconanRemoved2
+end-policy
+!
+route-policy SOURCE--INTERNAL-CONNECTED
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 1
+end-policy
+!
+router isis 40302
+ set-overload-bit on-startup wait-for-bgp
+ is-type level-2-only
+ net 00.0100.4415.5251.0000.00
+ nsf cisco
+ log adjacency changes
+ log pdu drops
+ address-family ipv4 unicast
+ metric-style wide
+ mpls traffic-eng level-2-only
+ mpls traffic-eng router-id 98.200.230.153
+ !
+ interface Bundle-Ether301
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Bundle-Ether302
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Loopback0
+ passive
+ address-family ipv4 unicast
+ !
+ !
+!
+router bgp 40302
+ nsr
+ bgp router-id 98.200.230.153
+ bgp graceful-restart graceful-reset
+ bgp graceful-restart
+ bgp log neighbor changes detail
+ address-family ipv4 unicast
+ !
+ address-family vpnv4 unicast
+ !
+ address-family ipv6 unicast
+ !
+ address-family vpnv6 unicast
+ !
+ address-family l2vpn evpn
+ !
+ neighbor-group P
+ remote-as 40302
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 3145728 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ !
+ address-family l2vpn evpn
+ !
+ !
+ neighbor 98.200.229.4
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.11
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.147
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.148
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ vrf internet
+ rd 40302:4
+ address-family ipv4 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ address-family ipv6 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ neighbor 98.200.230.81
+ remote-as 12345
+ address-family ipv4 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 73.74.217.242
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d
+ remote-as 12345
+ address-family ipv6 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv6 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ !
+ vrf management
+ rd 40302:40302
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+ vrf 10100:339651554
+ rd 20731:339651554
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.47.10
+ remote-as 65014
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy MANAGED-CUSTOMER-IN(NONE, ANY, 10) in
+ route-policy MANAGED-CUSTOMER-OUT(NONE, ANY, 100) out
+ !
+ !
+ !
+ vrf 10100:956745530
+ rd 20731:956745530
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.31.106
+ remote-as 12345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-956745530-IN in
+ route-policy CUSTOMER-956745530-OUT out
+ !
+ !
+ !
+ vrf voip-untrusted
+ rd 40302:11
+ address-family ipv4 unicast
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+!
+evpn
+ evi 1002
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1004
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1006
+ bgp
+ !
+ advertise-mac
+ !
+ !
+!
+l2vpn
+ xconnect group TBD
+ p2p TBD
+ interface Bundle-Ether10.581
+ neighbor ipv4 98.200.230.67 pw-id 1012
+ !
+ !
+ !
+ xconnect group test
+ p2p test
+ interface Bundle-Ether10.355
+ neighbor ipv4 98.200.230.34 pw-id 9999
+ !
+ !
+ !
+ xconnect group AO-L2
+ p2p 11052316S00045EBB
+ interface Bundle-Ether10.317
+ neighbor ipv4 98.200.231.118 pw-id 944
+ !
+ !
+ p2p 11052420S00045697
+ interface Bundle-Ether10.2006
+ neighbor ipv4 98.200.230.34 pw-id 973
+ !
+ !
+ p2p 11052420S00045697-2
+ interface Bundle-Ether10.3006
+ neighbor ipv4 98.200.230.34 pw-id 974
+ !
+ !
+ !
+ xconnect group xAptum-macquaire
+ p2p xAptum-macquaire
+ interface Bundle-Ether10.2723
+ neighbor ipv4 98.200.229.61 pw-id 2723
+ !
+ !
+ !
+ xconnect group 11000691S0003E7C5
+ p2p 11000691S0003E7C5
+ interface Bundle-Ether10.1943
+ neighbor ipv4 98.200.231.55 pw-id 5920
+ !
+ !
+ !
+ xconnect group 11002189P00014D8B
+ p2p 11002189P00014D8B
+ interface Bundle-Ether10.2953
+ neighbor ipv4 98.200.231.51 pw-id 880
+ !
+ !
+ !
+ xconnect group 11002189S00042EB9
+ p2p 11002189S00042EB9
+ interface Bundle-Ether10.1379
+ neighbor ipv4 98.200.230.54 pw-id 825
+ !
+ !
+ !
+ xconnect group 11002208S0004E7CD
+ p2p 11002208S0004E7CD
+ interface Bundle-Ether10.3150
+ neighbor ipv4 98.200.231.179 pw-id 1067
+ !
+ !
+ !
+ xconnect group 11002316S000436B8
+ p2p 11002316S000436B8
+ interface Bundle-Ether10.3326
+ neighbor ipv4 98.200.230.116 pw-id 918
+ !
+ !
+ p2p 11002316S000436B8-2
+ interface Bundle-Ether10.2326
+ neighbor ipv4 98.200.230.116 pw-id 919
+ !
+ !
+ p2p 11002316S000436B8-3
+ interface Bundle-Ether10.2327
+ neighbor ipv4 98.200.230.116 pw-id 920
+ !
+ !
+ !
+ xconnect group 11002316S0004FCA6
+ p2p 11002316S0004FCA6
+ interface Bundle-Ether10.2308
+ neighbor ipv4 98.200.230.34 pw-id 1122
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27
+ p2p 11002316S0004FE27
+ interface Bundle-Ether10.2043
+ neighbor ipv4 98.200.231.239 pw-id 1120
+ !
+ !
+ !
+ xconnect group 11002316S00050632
+ p2p 11002316S00050632
+ interface Bundle-Ether10.2309
+ neighbor ipv4 197.125.187.34 pw-id 1095
+ !
+ !
+ !
+ xconnect group 11002316S000506E9
+ p2p 11002316S000506E9
+ interface Bundle-Ether10.2346
+ neighbor ipv4 197.125.187.26 pw-id 1105
+ !
+ !
+ !
+ xconnect group 11002316S00051E81
+ p2p 11002316S00051E81
+ interface Bundle-Ether10.2194
+ neighbor ipv4 98.200.228.15 pw-id 1118
+ !
+ !
+ !
+ xconnect group 11002316S0005285B
+ p2p 11002316S0005285B
+ interface Bundle-Ether10.2007
+ neighbor ipv4 98.200.231.194 pw-id 1400
+ !
+ !
+ !
+ xconnect group 11002316S000537A6
+ p2p 11002316S000537E4-1
+ interface Bundle-Ether10.2198
+ neighbor ipv4 98.200.231.196 pw-id 1266
+ !
+ !
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3198
+ neighbor ipv4 98.200.231.196 pw-id 1267
+ !
+ !
+ !
+ xconnect group 11002316S000537E4
+ p2p 11002316S000537E4
+ interface Bundle-Ether10.2321
+ neighbor ipv4 98.200.231.196 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11002316S000554E6
+ p2p 11002316S000554E5
+ interface Bundle-Ether10.3322
+ neighbor ipv4 98.200.232.6 pw-id 1235
+ !
+ !
+ p2p 11002316S0005590B
+ interface Bundle-Ether10.2322
+ neighbor ipv4 98.200.232.6 pw-id 1234
+ !
+ !
+ !
+ xconnect group 11002316S000593C8
+ p2p 11002316S000593C7
+ interface Bundle-Ether10.2314
+ neighbor ipv4 197.125.187.64 pw-id 1405
+ !
+ !
+ p2p 11002316S000593C9
+ interface Bundle-Ether10.3314
+ neighbor ipv4 197.125.187.64 pw-id 1406
+ !
+ !
+ !
+ xconnect group 11002316S0005968E
+ p2p 1002316S0005968D
+ interface Bundle-Ether10.3312
+ neighbor ipv4 197.125.187.63 pw-id 1428
+ !
+ !
+ p2p 11002316S0005968F
+ interface Bundle-Ether10.2312
+ neighbor ipv4 197.125.187.63 pw-id 1427
+ !
+ !
+ !
+ xconnect group 11006503S00039642
+ p2p 11006503S00039642
+ interface Bundle-Ether10.3512
+ neighbor ipv4 98.200.230.16 pw-id 1090
+ !
+ !
+ !
+ xconnect group 11006818S0003EF62
+ p2p 11006818S0003EF62
+ interface Bundle-Ether10.2019
+ neighbor ipv4 98.200.231.62 pw-id 855
+ !
+ !
+ !
+ xconnect group 11006818S0003F1BA
+ p2p 11006818S0003F1BA
+ interface Bundle-Ether10.535
+ neighbor ipv4 98.200.231.23 pw-id 563
+ !
+ !
+ !
+ xconnect group 11007226P0001766C
+ p2p 11007226P0001766C
+ interface Bundle-Ether10.750
+ neighbor ipv4 98.200.231.62 pw-id 900
+ !
+ !
+ !
+ xconnect group 11009906S00044768
+ p2p 11009906S00044768
+ interface Bundle-Ether10.841
+ neighbor ipv4 98.200.230.198 pw-id 1103
+ !
+ !
+ !
+ xconnect group 11009906S00045B13
+ p2p 11009906S00045B13
+ interface Bundle-Ether10.2411
+ neighbor ipv4 98.200.228.13 pw-id 1087
+ !
+ !
+ !
+ xconnect group 11009906S00049C2E
+ p2p 11009906S00049C2E
+ interface Bundle-Ether10.563
+ neighbor ipv4 98.200.231.0 pw-id 958
+ !
+ !
+ !
+ xconnect group 11045311S000523AF
+ p2p 11045311S000523AF
+ interface Bundle-Ether10.2002
+ neighbor ipv4 98.200.231.41 pw-id 1230
+ !
+ !
+ !
+ xconnect group 11051725S000370D8
+ p2p 11051725S000370D8
+ interface Bundle-Ether10.798
+ neighbor ipv4 98.200.231.55 pw-id 798
+ !
+ !
+ !
+ xconnect group 11051741S00037115
+ p2p 11051741S00037115
+ interface Bundle-Ether10.1185
+ neighbor ipv4 98.200.230.174 pw-id 996
+ !
+ !
+ !
+ xconnect group 11051765S0003715B
+ p2p 11051765S0003715B
+ interface Bundle-Ether10.3002
+ neighbor ipv4 197.125.187.30 pw-id 1142
+ !
+ !
+ !
+ xconnect group 11051780P00011553
+ p2p 11051780P00011553
+ interface Bundle-Ether10.804
+ neighbor ipv4 98.200.231.104 pw-id 804
+ !
+ !
+ !
+ xconnect group 11051780P00011559
+ p2p 11051780P00011559
+ interface Bundle-Ether10.800
+ neighbor ipv4 98.200.231.55 pw-id 800
+ !
+ !
+ !
+ xconnect group 11051782S0003726E
+ p2p 11051782S0003726E
+ interface Bundle-Ether10.3511
+ neighbor ipv4 98.200.231.55 pw-id 801
+ !
+ !
+ !
+ xconnect group 11051782S00037290
+ p2p 11051782S00037290
+ interface Bundle-Ether10.315
+ neighbor ipv4 98.200.232.6 pw-id 995
+ !
+ !
+ !
+ xconnect group 11051782S000560F8
+ !
+ xconnect group 11051802S00037388
+ p2p 11051802S00037388
+ interface Bundle-Ether10.2433
+ neighbor ipv4 98.200.231.55 pw-id 794
+ !
+ !
+ !
+ xconnect group 11051818S00043F32
+ p2p 11051818S00043F32
+ interface Bundle-Ether10.2000
+ neighbor ipv4 98.200.230.99 pw-id 860
+ !
+ !
+ !
+ xconnect group 11051867S0003751C
+ p2p 11051867S0003751C
+ interface Bundle-Ether10.3698
+ neighbor ipv4 197.125.187.30 pw-id 1147
+ !
+ !
+ !
+ xconnect group 11051867S00037522
+ p2p 11051867S00037522
+ interface Bundle-Ether10.2765
+ neighbor ipv4 197.125.187.30 pw-id 1141
+ !
+ !
+ !
+ xconnect group 11051867S00045945
+ !
+ xconnect group 11051869P00017BA9
+ p2p 11051869P00017BA9
+ interface Bundle-Ether10.1189
+ neighbor ipv4 98.200.231.169 pw-id 908
+ !
+ !
+ !
+ xconnect group 11051869S000375F0
+ p2p 11051869S000375F0
+ interface Bundle-Ether10.369
+ neighbor ipv4 98.200.230.67 pw-id 899
+ !
+ !
+ !
+ xconnect group 11051869S0003ED7B
+ p2p 11051869S0003ED7C
+ interface Bundle-Ether10.2956
+ neighbor ipv4 197.125.187.10 pw-id 1317
+ !
+ !
+ !
+ xconnect group 11051869S0004E3B8
+ p2p 11051869S0004E3B8
+ interface Bundle-Ether10.1190
+ neighbor ipv4 98.200.228.15 pw-id 1026
+ !
+ !
+ !
+ xconnect group 11051960S00037877
+ p2p 11051960S00037877
+ interface Bundle-Ether10.1214
+ neighbor ipv4 197.125.187.44 pw-id 1193
+ !
+ !
+ !
+ xconnect group 11051960S00037879
+ p2p 11051960S00037879
+ interface Bundle-Ether10.1216
+ neighbor ipv4 197.125.187.45 pw-id 1191
+ !
+ !
+ !
+ xconnect group 11051971S000378F0
+ p2p 11051971S000378F0
+ interface Bundle-Ether10.248
+ neighbor ipv4 98.200.230.67 pw-id 990
+ !
+ !
+ !
+ xconnect group 11051971S000378F5
+ p2p 11051971S000378F5
+ interface Bundle-Ether10.1277
+ neighbor ipv4 98.200.230.67 pw-id 898
+ !
+ !
+ !
+ xconnect group 11051971S000378F7
+ p2p 11051971S000378F7
+ interface Bundle-Ether10.2163
+ neighbor ipv4 98.200.231.55 pw-id 806
+ !
+ !
+ !
+ xconnect group 11051982P00011C70
+ p2p 11051982P00011C70
+ interface Bundle-Ether10.796
+ neighbor ipv4 98.200.231.55 pw-id 796
+ !
+ !
+ !
+ xconnect group 11051991S0004CE74
+ p2p 11051991S0004CE74
+ interface Bundle-Ether10.2555
+ neighbor ipv4 98.200.230.39 pw-id 1094
+ !
+ !
+ !
+ xconnect group 11052007P00011D2B
+ p2p 11052007P00011D2B
+ interface Bundle-Ether10.1206
+ neighbor ipv4 98.200.231.55 pw-id 793
+ !
+ !
+ !
+ xconnect group 11052045S0004CECE
+ p2p 11052045S0004CECE
+ interface Bundle-Ether10.332
+ neighbor ipv4 197.125.187.25 pw-id 1089
+ !
+ !
+ !
+ xconnect group 11052054P00013762
+ p2p 11052493S0003A7E5
+ interface Bundle-Ether10.638
+ neighbor ipv4 98.200.230.34 pw-id 788
+ !
+ !
+ !
+ xconnect group 11052054S000394F8
+ p2p 11052054S000394F8
+ interface Bundle-Ether10.640
+ neighbor ipv4 98.200.230.168 pw-id 905
+ !
+ !
+ !
+ xconnect group 11052054S0004CF97
+ p2p 11052054S0004CF97
+ interface Bundle-Ether10.823
+ neighbor ipv4 98.200.230.174 pw-id 985
+ !
+ !
+ !
+ xconnect group 11052057P0001B319
+ p2p 11052057P0001B319
+ interface Bundle-Ether10.1221
+ neighbor ipv4 197.125.187.10 pw-id 1254
+ !
+ !
+ !
+ xconnect group 11052057S00037BE5
+ p2p 11052057S00037BE5
+ interface Bundle-Ether10.575
+ neighbor ipv4 98.200.231.55 pw-id 791
+ !
+ !
+ !
+ xconnect group 11052057S00052400
+ p2p 11052057S00052400
+ interface Bundle-Ether10.1318
+ neighbor ipv4 98.200.231.68 pw-id 1162
+ !
+ !
+ !
+ xconnect group 11052199S00037FC9
+ p2p 11052199S00037FC9
+ interface Bundle-Ether10.2572
+ neighbor ipv4 98.200.231.104 pw-id 810
+ !
+ !
+ !
+ xconnect group 11052209S00038054
+ p2p 11052209S00038054
+ interface Bundle-Ether10.795
+ neighbor ipv4 98.200.231.55 pw-id 795
+ !
+ !
+ !
+ xconnect group 11052209S0004CABB
+ p2p 11052209S0004CABB
+ interface Bundle-Ether10.3308
+ neighbor ipv4 197.125.187.18 pw-id 1101
+ !
+ !
+ !
+ xconnect group 11052226S00053BF2
+ p2p 11052226S000549AC
+ interface Bundle-Ether10.202
+ neighbor ipv4 98.200.230.18 pw-id 1185
+ !
+ !
+ !
+ xconnect group 11052226S00057525
+ p2p 11052226S00057525
+ interface Bundle-Ether10.3598
+ neighbor ipv4 98.200.230.119 pw-id 1258
+ !
+ !
+ !
+ xconnect group 11052230S000380E5
+ p2p 11052230S000380E5
+ interface Bundle-Ether10.1218
+ neighbor ipv4 98.200.230.67 pw-id 989
+ !
+ !
+ !
+ xconnect group 11052341S00038332
+ p2p 11052341S00038332
+ interface Bundle-Ether10.547
+ neighbor ipv4 98.200.230.67 pw-id 976
+ !
+ !
+ !
+ xconnect group 11052364S000383CF
+ p2p 11052364S000383CF
+ interface Bundle-Ether10.560
+ neighbor ipv4 98.200.230.67 pw-id 897
+ !
+ !
+ !
+ xconnect group 11052397S0003ABD0
+ p2p 11052397S0003ABD0
+ interface Bundle-Ether10.214
+ neighbor ipv4 98.200.231.242 pw-id 816
+ !
+ !
+ !
+ xconnect group 11052405S00038512
+ p2p 11052405S00038512
+ interface Bundle-Ether10.620
+ neighbor ipv4 98.200.230.67 pw-id 979
+ !
+ !
+ !
+ xconnect group 11052405S00045A77
+ !
+ xconnect group 11052420P000128A2
+ p2p 11052420P000128A2
+ interface Bundle-Ether10.2334
+ neighbor ipv4 98.200.230.34 pw-id 924
+ !
+ !
+ p2p 11052420P000128A2-2
+ interface Bundle-Ether10.3334
+ neighbor ipv4 98.200.230.34 pw-id 925
+ !
+ !
+ !
+ xconnect group 11052420P000128F3
+ p2p 11052420P000128F3
+ interface Bundle-Ether10.2336
+ neighbor ipv4 98.200.230.34 pw-id 922
+ !
+ !
+ p2p 11052420P000128F3-2
+ interface Bundle-Ether10.3336
+ neighbor ipv4 98.200.230.34 pw-id 923
+ !
+ !
+ !
+ xconnect group 11052420P0001748C
+ p2p 11052420S000464D7
+ interface Bundle-Ether10.3328
+ neighbor ipv4 98.200.230.116 pw-id 909
+ !
+ !
+ p2p 11052420S000464D8
+ interface Bundle-Ether10.2328
+ neighbor ipv4 98.200.230.116 pw-id 910
+ !
+ !
+ p2p 11052420S000464FC
+ interface Bundle-Ether10.2329
+ neighbor ipv4 98.200.230.116 pw-id 911
+ !
+ !
+ !
+ xconnect group 11052420P00017F30
+ p2p 11052420P00017F30
+ interface Bundle-Ether10.3341
+ neighbor ipv4 98.200.230.34 pw-id 954
+ !
+ !
+ p2p 11052420P00017F30-2
+ interface Bundle-Ether10.2341
+ neighbor ipv4 98.200.230.34 pw-id 955
+ !
+ !
+ !
+ xconnect group 11052420P0001812E
+ p2p 11052420S00048BE4
+ interface Bundle-Ether10.3335
+ neighbor ipv4 98.200.230.246 pw-id 1250
+ !
+ !
+ p2p 11052420S00048CED
+ interface Bundle-Ether10.2335
+ neighbor ipv4 98.200.230.246 pw-id 1248
+ !
+ !
+ !
+ xconnect group 11052420S0004547D
+ p2p 11052420S0004547D
+ interface Bundle-Ether10.2306
+ neighbor ipv4 98.200.231.14 pw-id 1137
+ !
+ !
+ !
+ xconnect group 11052420S00045572
+ p2p 11052420S00045572
+ interface Bundle-Ether10.2130
+ neighbor ipv4 98.200.231.21 pw-id 1164
+ !
+ !
+ !
+ xconnect group 11052420S0004664C
+ p2p 11052420S0004664C
+ interface Bundle-Ether10.2338
+ neighbor ipv4 197.125.187.29 pw-id 1055
+ !
+ !
+ !
+ xconnect group 11052420S00046933
+ p2p 11052420S00046933
+ interface Bundle-Ether10.2047
+ neighbor ipv4 98.200.231.230 pw-id 885
+ !
+ !
+ !
+ xconnect group 11052420S00046934
+ p2p 11052420S00046934
+ interface Bundle-Ether10.3047
+ neighbor ipv4 98.200.231.230 pw-id 884
+ !
+ !
+ !
+ xconnect group 11052420S00046935
+ p2p 11052420S00046935
+ interface Bundle-Ether10.2048
+ neighbor ipv4 98.200.231.230 pw-id 886
+ !
+ !
+ !
+ xconnect group 11052420S0004791D
+ p2p 11052420S0004791D
+ interface Bundle-Ether10.2185
+ neighbor ipv4 197.125.187.18 pw-id 1034
+ !
+ !
+ !
+ xconnect group 11052420S000479F4
+ p2p 11052420S000479F4
+ interface Bundle-Ether10.2339
+ neighbor ipv4 98.200.228.13 pw-id 1029
+ !
+ !
+ !
+ xconnect group 11052420S00047F75
+ p2p 11052420S00047F75-3
+ interface Bundle-Ether10.2325
+ neighbor ipv4 98.200.230.34 pw-id 971
+ !
+ !
+ p2p 11052420S00047F75-4
+ interface Bundle-Ether10.3325
+ neighbor ipv4 98.200.230.34 pw-id 972
+ !
+ !
+ !
+ xconnect group 11052420S00049487
+ p2p 11009906P00016471
+ interface Bundle-Ether10.680
+ neighbor ipv4 98.200.231.241 pw-id 841
+ !
+ !
+ p2p 11052420S00049487-3
+ interface Bundle-Ether10.3172
+ neighbor ipv4 98.200.230.34 pw-id 968
+ !
+ !
+ !
+ xconnect group 11052426S0004D4D5
+ !
+ xconnect group 11052446S0003D11E
+ p2p THEMA-11052446S0003D11E
+ interface Bundle-Ether10.280
+ neighbor ipv4 98.200.230.205 pw-id 678399
+ !
+ !
+ !
+ xconnect group 11052464S0004D2D4
+ p2p 11052464S0004D2D4
+ interface Bundle-Ether10.601
+ neighbor ipv4 98.200.231.56 pw-id 1466
+ !
+ !
+ !
+ xconnect group 11052464S0004D2F2
+ p2p 11052464S0004D2F2
+ interface Bundle-Ether10.610
+ neighbor ipv4 98.200.230.46 pw-id 1229
+ !
+ !
+ !
+ xconnect group 11052464S0004DA09
+ p2p 11052464S0004DA09
+ interface Bundle-Ether10.600
+ neighbor ipv4 98.200.228.14 pw-id 1104
+ !
+ !
+ !
+ xconnect group 11052484P00019A67
+ p2p 11052484S0004DDF9
+ interface Bundle-Ether10.1652
+ neighbor ipv4 98.200.230.217 pw-id 1252
+ !
+ !
+ !
+ xconnect group 11052484S0004DE08
+ p2p 11052484S0004DE08
+ interface Bundle-Ether10.2091
+ neighbor ipv4 98.200.230.142 pw-id 1246
+ !
+ !
+ !
+ xconnect group 11052493S00038A40
+ p2p 11052493S00038A40
+ interface Bundle-Ether10.807
+ neighbor ipv4 98.200.231.55 pw-id 807
+ !
+ !
+ !
+ xconnect group 11052493S00038A8B
+ p2p 11052493S00038A8B
+ interface Bundle-Ether10.330
+ neighbor ipv4 98.200.230.67 pw-id 1013
+ !
+ !
+ !
+ xconnect group 11052498S00038AD1
+ p2p 11052498S00038AD1
+ interface Bundle-Ether10.952
+ neighbor ipv4 98.200.230.34 pw-id 952
+ !
+ !
+ !
+ xconnect group 11052498S00038AD5
+ p2p 11052498S00038AD5
+ interface Bundle-Ether10.953
+ neighbor ipv4 98.200.230.34 pw-id 953
+ !
+ !
+ !
+ xconnect group 11052530P00012EA2
+ p2p 11052530P00012EA2
+ interface Bundle-Ether10.797
+ neighbor ipv4 98.200.231.55 pw-id 797
+ !
+ !
+ !
+ xconnect group 11053086S000525F7
+ p2p 11053086S000525F7
+ interface Bundle-Ether10.808
+ neighbor ipv4 197.125.187.44 pw-id 1125
+ !
+ !
+ !
+ xconnect group 11053086S00052865
+ p2p 11053086S00052865
+ interface Bundle-Ether10.809
+ neighbor ipv4 197.125.187.45 pw-id 1126
+ !
+ !
+ !
+ xconnect group 11053161S00039317
+ p2p 11053161S00039317
+ interface Bundle-Ether10.625
+ neighbor ipv4 98.200.230.67 pw-id 977
+ !
+ !
+ !
+ xconnect group 11053161S0003FBF7
+ p2p 11053161S0003FBF7
+ interface Bundle-Ether10.1465
+ neighbor ipv4 98.200.231.23 pw-id 869
+ !
+ !
+ !
+ xconnect group 11053161S00046A28
+ !
+ xconnect group 11053161S00047FEC
+ p2p 11053161S00047FEC
+ interface Bundle-Ether10.670
+ neighbor ipv4 98.200.230.174 pw-id 901
+ !
+ !
+ !
+ xconnect group 11053161S0005251F
+ p2p 11053161S0005251F
+ interface Bundle-Ether10.446
+ neighbor ipv4 197.125.187.33 pw-id 1151
+ !
+ !
+ !
+ xconnect group 11053161S0005EE2F
+ p2p 11053161S0005EE2F
+ interface Bundle-Ether10.1283
+ neighbor ipv4 197.125.187.142 pw-id 1515
+ !
+ !
+ !
+ xconnect group 11053637S0003E885
+ !
+ xconnect group 11053637S0004F3C5
+ p2p 11053637S0004F3C5
+ interface Bundle-Ether10.2333
+ neighbor ipv4 98.200.230.198 pw-id 1148
+ !
+ !
+ !
+ xconnect group 11059420P000160CD
+ p2p 11059420P000160CD
+ interface Bundle-Ether10.590
+ neighbor ipv4 98.200.230.34 pw-id 839
+ !
+ !
+ !
+ xconnect group 11059420P000160D3
+ p2p 11059420P000160D3
+ interface Bundle-Ether10.1507
+ neighbor ipv4 98.200.230.34 pw-id 851
+ !
+ !
+ !
+ xconnect group 11059449S000385C1
+ p2p 11059449S000385C1
+ interface Bundle-Ether10.2104
+ neighbor ipv4 98.200.230.34 pw-id 1488
+ !
+ !
+ !
+ xconnect group 11063342S000498D2
+ p2p 11063342S000498D2
+ interface Bundle-Ether10.35
+ neighbor ipv4 98.200.230.34 pw-id 970
+ !
+ !
+ !
+ xconnect group 11072595S0003FBF4
+ p2p 11072595S0003FBF4
+ interface Bundle-Ether10.1380
+ neighbor ipv4 197.125.187.51 pw-id 1305
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27-1
+ p2p 11002316S0004FE27-1
+ interface Bundle-Ether10.3043
+ neighbor ipv4 98.200.231.239 pw-id 1121
+ !
+ !
+ !
+ xconnect group 11002316S00050632-2
+ p2p 11002316S00050632-2
+ interface Bundle-Ether10.3309
+ neighbor ipv4 197.125.187.34 pw-id 1096
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-2
+ p2p 11002316S000506E9-2
+ interface Bundle-Ether10.2347
+ neighbor ipv4 197.125.187.26 pw-id 1106
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-3
+ p2p 11002316S000506E9-3
+ interface Bundle-Ether10.2348
+ neighbor ipv4 197.125.187.26 pw-id 1107
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-4
+ p2p 11002316S000506E9-4
+ interface Bundle-Ether10.3345
+ neighbor ipv4 197.125.187.26 pw-id 1108
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-5
+ p2p 11002316S000506E9-5
+ interface Bundle-Ether10.3346
+ neighbor ipv4 197.125.187.26 pw-id 1109
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-6
+ p2p 11002316S000506E9-6
+ interface Bundle-Ether10.3347
+ neighbor ipv4 197.125.187.26 pw-id 1110
+ !
+ !
+ !
+ xconnect group 11002316S00051E81-2
+ p2p 11002316S00051E81-2
+ interface Bundle-Ether10.3194
+ neighbor ipv4 98.200.228.15 pw-id 1119
+ !
+ !
+ !
+ xconnect group 11002316S0005285B-1
+ p2p 11002316S0005285B-1
+ interface Bundle-Ether10.3007
+ neighbor ipv4 98.200.231.194 pw-id 1401
+ !
+ !
+ !
+ xconnect group 11002316S000537E4-2
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3360
+ neighbor ipv4 98.200.231.196 pw-id 1207
+ !
+ !
+ !
+ xconnect group 11052057P0001B319-1
+ p2p 11052057P0001B319-1
+ interface Bundle-Ether10.1222
+ neighbor ipv4 197.125.187.10 pw-id 1255
+ !
+ !
+ !
+ xconnect group 11052057S00052400-2
+ p2p 11052057S00052400-2
+ interface Bundle-Ether10.1319
+ neighbor ipv4 98.200.231.68 pw-id 1163
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-2
+ p2p 11052420S0004547D-2
+ interface Bundle-Ether10.2307
+ neighbor ipv4 98.200.231.14 pw-id 1138
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-3
+ p2p 11052420S0004547D-3
+ interface Bundle-Ether10.3306
+ neighbor ipv4 98.200.231.14 pw-id 1139
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-4
+ p2p 11052420S0004547D-4
+ interface Bundle-Ether10.3307
+ neighbor ipv4 98.200.231.14 pw-id 1140
+ !
+ !
+ !
+ xconnect group 11052420S00045572-2
+ p2p 11052420S00045572-2
+ interface Bundle-Ether10.2131
+ neighbor ipv4 98.200.231.21 pw-id 1165
+ !
+ !
+ !
+ xconnect group 11052420S0004664C-1
+ p2p 11052420S0004664C-1
+ interface Bundle-Ether10.3338
+ neighbor ipv4 197.125.187.29 pw-id 1056
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-2
+ p2p 11052420S0004791D-2
+ interface Bundle-Ether10.2186
+ neighbor ipv4 197.125.187.18 pw-id 1035
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-3
+ p2p 11052420S0004791D-3
+ interface Bundle-Ether10.2187
+ neighbor ipv4 197.125.187.18 pw-id 1036
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-4
+ p2p 11052420S0004791D-4
+ interface Bundle-Ether10.2188
+ neighbor ipv4 197.125.187.18 pw-id 1037
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-5
+ p2p 11052420S0004791D-5
+ interface Bundle-Ether10.2189
+ neighbor ipv4 197.125.187.18 pw-id 1038
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-6
+ p2p 11052420S0004791D-6
+ interface Bundle-Ether10.2190
+ neighbor ipv4 197.125.187.18 pw-id 1039
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-7
+ p2p 11052420S0004791D-7
+ interface Bundle-Ether10.3185
+ neighbor ipv4 197.125.187.18 pw-id 1040
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-8
+ p2p 11052420S0004791D-8
+ interface Bundle-Ether10.3186
+ neighbor ipv4 197.125.187.18 pw-id 1041
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-9
+ p2p 11052420S0004791D-9
+ interface Bundle-Ether10.3187
+ neighbor ipv4 197.125.187.18 pw-id 1042
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-1
+ p2p 11052420S000479AE-1
+ interface Bundle-Ether10.2332
+ neighbor ipv4 98.200.231.118 pw-id 1205
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-2
+ p2p 11052420S000479AE-2
+ interface Bundle-Ether10.3332
+ neighbor ipv4 98.200.231.118 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11052420S000479F4-2
+ p2p 11052420S000479F4-2
+ interface Bundle-Ether10.3339
+ neighbor ipv4 98.200.228.13 pw-id 1030
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-10
+ p2p 11052420S0004791D-10
+ interface Bundle-Ether10.3188
+ neighbor ipv4 197.125.187.18 pw-id 1043
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-11
+ p2p 11052420S0004791D-11
+ interface Bundle-Ether10.3189
+ neighbor ipv4 197.125.187.18 pw-id 1044
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-12
+ p2p 11052420S0004791D-12
+ interface Bundle-Ether10.3190
+ neighbor ipv4 197.125.187.18 pw-id 1045
+ !
+ !
+ !
+ xconnect group 11059449S000385C12281
+ p2p 11059449S000385C12281
+ interface Bundle-Ether10.2281
+ neighbor ipv4 98.200.230.34 pw-id 1490
+ !
+ !
+ !
+ xconnect group 11059449S000385C12715
+ p2p 11059449S000385C12715
+ interface Bundle-Ether10.2715
+ neighbor ipv4 98.200.230.34 pw-id 1489
+ !
+ !
+ !
+ xconnect group 11059449S000385C13281
+ p2p 11059449S000385C13281
+ interface Bundle-Ether10.3281
+ neighbor ipv4 98.200.230.34 pw-id 1491
+ !
+ !
+ !
+ bridge group 1051833
+ bridge-domain 11051833S0005D2CC
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.960
+ !
+ evi 1006
+ !
+ !
+ !
+ bridge group 11051708S00046765
+ bridge-domain 11051708S00046765
+ mtu 4470
+ neighbor 98.200.230.239 pw-id 1102
+ !
+ routed interface BVI1102
+ !
+ !
+ !
+ bridge group 11051960S000430B2
+ bridge-domain 11051960S000430B2
+ mtu 4488
+ neighbor 197.125.187.44 pw-id 1197
+ !
+ routed interface BVI684
+ !
+ !
+ !
+ bridge group 11052364S0005E4A5
+ bridge-domain 11052364S0005E4A5
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.301
+ !
+ evi 1004
+ !
+ !
+ !
+ bridge group 11053062S0004D493
+ bridge-domain 11053062S0004D493
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.2224
+ !
+ evi 1002
+ !
+ !
+ !
+!
+mpls oam
+!
+mpls ldp
+ log
+ neighbor
+ nsr
+ graceful-restart
+ session-protection
+ !
+ router-id 98.200.230.153
+ session protection
+ address-family ipv4
+ label
+ local
+ allocate for host-routes
+ !
+ !
+ !
+ interface Bundle-Ether301
+ !
+ interface Bundle-Ether302
+ !
+!
+xml agent tty
+ iteration off
+!
+xml agent
+ vrf management
+ ipv4 access-list MANAGEMENT
+ !
+!
+lldp
+!
+ssh server session-limit 16
+ssh server v2
+ssh server vrf default
+ssh server vrf management
+end
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_feature.py b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_feature.py
new file mode 100644
index 0000000..e4e5333
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "host", "ordered": True, "section": ["hostname "]},
+ {"name": "ntp", "ordered": True, "section": ["ntp"]},
+ {"name": "banner", "ordered": True, "section": ["banner"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_intended.txt
new file mode 100644
index 0000000..df512df
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_intended.txt
@@ -0,0 +1,28 @@
+hostname dfw1-core-01
+banner exec ~
+****************
+Network to Code
+New York City, New York
+****************
+~
+banner motd ~
+*********************!!!IMPORTANT NOTICE!!!************************
+* This is a restricted system. All connections are logged. *
+* If you are not authorized to connect to this system, log *
+* off now. *
+* *
+* Violators will be prosecuted to the full extent of the law. *
+*******************************************************************
+* *
+**********************!!!AVIS IMPORTANT!!!*************************
+* L'acces au present systeme est limite et tous ses acces sont *
+* actuellement utilises. Si vous n'etes pas autorise a vous y *
+* raccorder, veuillez quitter ce systeme immediatement. *
+* *
+* Tout contrevenant sera poursuivi en vertu des mesures prevues *
+* par la loi. *
+*******************************************************************
+~
+ntp
+ server vrf management 10.44.158.184 source Loopback40302
+ server vrf management 10.44.149.8 source Loopback40302
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_received.json b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_received.json
new file mode 100644
index 0000000..7cfb94d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/cisco_iosxr/iosxr_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "banner": {
+ "actual": "banner exec ~\n****************\nNetwork to Code\nNew York City, New York\n****************\n~\nbanner motd ~\n*********************!!!IMPORTANT NOTICE!!!************************\n* This is a restricted system. All connections are logged. *\n* If you are not authorized to connect to this system, log *\n* off now. *\n* *\n* Violators will be prosecuted to the full extent of the law. *\n*******************************************************************\n* *\n**********************!!!AVIS IMPORTANT!!!*************************\n* L'acces au present systeme est limite et tous ses acces sont *\n* actuellement utilises. Si vous n'etes pas autorise a vous y *\n* raccorder, veuillez quitter ce systeme immediatement. *\n* *\n* Tout contrevenant sera poursuivi en vertu des mesures prevues *\n* par la loi. *\n*******************************************************************\n~",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "banner exec ~\n****************\nNetwork to Code\nNew York City, New York\n****************\n~\nbanner motd ~\n*********************!!!IMPORTANT NOTICE!!!************************\n* This is a restricted system. All connections are logged. *\n* If you are not authorized to connect to this system, log *\n* off now. *\n* *\n* Violators will be prosecuted to the full extent of the law. *\n*******************************************************************\n* *\n**********************!!!AVIS IMPORTANT!!!*************************\n* L'acces au present systeme est limite et tous ses acces sont *\n* actuellement utilises. Si vous n'etes pas autorise a vous y *\n* raccorder, veuillez quitter ce systeme immediatement. *\n* *\n* Tout contrevenant sera poursuivi en vertu des mesures prevues *\n* par la loi. *\n*******************************************************************\n~",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "host": {
+ "actual": "hostname dfw1-core-01",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "hostname dfw1-core-01",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "ntp": {
+ "actual": "ntp\n server vrf management 10.44.158.184 source Loopback40302\n server vrf management 10.44.149.8 source Loopback40302",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "ntp\n server vrf management 10.44.158.184 source Loopback40302\n server vrf management 10.44.149.8 source Loopback40302",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_backup.txt
index 359f9d3..4d14ab5 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_backup.txt
+++ b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_backup.txt
@@ -98,6 +98,11 @@ logging level smm 4
logging level u6rib 4
logging level lldp 4
+banner motd #
+This is a test,
+banner message.
+#
+
no password strength-check
username admin password 5 role network-admin
username ntc password 5 role network-admin
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_feature.py b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_feature.py
index abee724..147a27f 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_feature.py
+++ b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_feature.py
@@ -1,3 +1,4 @@
features = [
{"name": "bgp", "ordered": True, "section": ["router bgp "]},
+ {"name": "banner", "ordered": True, "section": ["banner "]},
]
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_intended.txt
index 359f9d3..4c13271 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_intended.txt
+++ b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_intended.txt
@@ -97,7 +97,12 @@ logging level rpm 4
logging level smm 4
logging level u6rib 4
logging level lldp 4
-
+!
+banner motd #
+This is a test,
+banner message.
+#
+!
no password strength-check
username admin password 5 role network-admin
username ntc password 5 role network-admin
diff --git a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_received.json b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_received.json
index b7e3835..af72926 100644
--- a/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_received.json
+++ b/tests/unit/mock/config/compliance/compliance/cisco_nxos/nxos_basic_received.json
@@ -8,5 +8,15 @@
"missing": "",
"ordered_compliant": true,
"unordered_compliant": true
- }
+ },
+ "banner": {
+ "actual": "banner motd ^C\nThis is a test,\nbanner message.\n^C",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "banner motd ^C\nThis is a test,\nbanner message.\n^C",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_backup.txt
new file mode 100644
index 0000000..74bdea4
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_backup.txt
@@ -0,0 +1,63 @@
+!
+management-vrf MGMT
+default-max-frame-size 9216
+no route-only
+aaa authentication web-server default local
+aaa authentication enable default local radius
+aaa authentication login default local radius
+aaa authentication login privilege-mode
+aaa authorization exec default radius
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+!
+!
+!
+!
+ntp
+ disable serve
+ source-interface loopback 1
+ server 40.30.20.10
+!
+!
+cam-partition profile multi-service
+enable password-display
+enable telnet authentication
+enable aaa console
+logging host 40.30.20.11
+no logging buffered debugging
+logging console
+username root password 8 secret
+username root history secret
+enable-qos-statistics
+!
+!
+!
+snmp-server
+snmp-server community 2 secret ro 1
+snmp-server community 0 secret ro 1
+snmp-server enable mib np-qos-stat
+snmp-server max-ifindex-per-module 64
+snmp-server access-group 1
+hostname NETIRON-ROUTER
+no transceiver-type-check
+sflow enable
+sflow destination 40.30.20.10 2351
+sflow management-vrf-disable
+sflow polling-interval 2
+ssh access-group ipv6 IPV6-BLOCK-ALL
+ssh access-group 1
+!
+router isis
+ net 49.0001.1932.0300.0001.00
+ no hostname
+ is-type level-2
+ log adjacency
+ address-family ipv4 unicast
+ metric-style wide
+ redistribute static route-map DEMO-ROUTE-MAP
+ exit-address-family
+
+ address-family ipv6 unicast
+ exit-address-family
+
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_feature.py b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_feature.py
new file mode 100644
index 0000000..6c02040
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "syslog", "ordered": False, "section": ["logging"]},
+ {"name": "aaa", "ordered": False, "section": ["aaa"]},
+ {"name": "isis", "ordered": True, "section": ["router isis"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_intended.txt
new file mode 100644
index 0000000..7b0362d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_intended.txt
@@ -0,0 +1,63 @@
+!
+management-vrf MGMT
+default-max-frame-size 9216
+no route-only
+aaa authentication web-server default local
+aaa authentication enable default local radius
+aaa authentication login default local radius
+aaa authentication login privilege-mode
+aaa authorization exec default radius
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+!
+!
+!
+!
+ntp
+ disable serve
+ source-interface loopback 1
+ server 40.30.20.10
+!
+!
+cam-partition profile multi-service
+enable password-display
+enable telnet authentication
+enable aaa console
+logging host 40.30.20.10
+no logging buffered debugging
+logging console
+username root password 8 secret
+username root history secret
+enable-qos-statistics
+!
+!
+!
+snmp-server
+snmp-server community 2 secret ro 1
+snmp-server community 0 secret ro 1
+snmp-server enable mib np-qos-stat
+snmp-server max-ifindex-per-module 64
+snmp-server access-group 1
+hostname NETIRON-ROUTER
+no transceiver-type-check
+sflow enable
+sflow destination 40.30.20.10 2351
+sflow management-vrf-disable
+sflow polling-interval 2
+ssh access-group ipv6 IPV6-BLOCK-ALL
+ssh access-group 1
+!
+!
+router isis
+ net 49.0001.1932.0300.0001.00
+ no hostname
+ is-type level-2
+ log adjacency
+ address-family ipv4 unicast
+ metric-style wide
+ redistribute static route-map DEMO-ROUTE-MAP
+ exit-address-family
+
+ address-family ipv6 unicast
+ exit-address-family
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_received.json b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_received.json
new file mode 100644
index 0000000..826278a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/extreme_netiron/netiron_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "aaa": {
+ "actual": "aaa authentication web-server default local\naaa authentication enable default local radius\naaa authentication login default local radius\naaa authentication login privilege-mode\naaa authorization exec default radius",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "aaa authentication web-server default local\naaa authentication enable default local radius\naaa authentication login default local radius\naaa authentication login privilege-mode\naaa authorization exec default radius",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "isis": {
+ "actual": "router isis\n net 49.0001.1932.0300.0001.00\n no hostname\n is-type level-2\n log adjacency\n address-family ipv4 unicast\n metric-style wide\n redistribute static route-map DEMO-ROUTE-MAP\n exit-address-family\n address-family ipv6 unicast\n exit-address-family",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "router isis\n net 49.0001.1932.0300.0001.00\n no hostname\n is-type level-2\n log adjacency\n address-family ipv4 unicast\n metric-style wide\n redistribute static route-map DEMO-ROUTE-MAP\n exit-address-family\n address-family ipv6 unicast\n exit-address-family",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "syslog": {
+ "actual": "logging host 40.30.20.11\nlogging console",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "logging host 40.30.20.11",
+ "intended": "logging host 40.30.20.10\nlogging console",
+ "missing": "logging host 40.30.20.10",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_backup.txt b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_backup.txt
new file mode 100644
index 0000000..bca6008
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_backup.txt
@@ -0,0 +1,313 @@
+config system global
+ set admin-concurrent enable
+ set admin-console-timeout 0
+ set admin-hsts-max-age 15552000
+ set admin-https-pki-required disable
+ set admin-https-redirect enable
+ set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3
+ set admin-lockout-duration 60
+ set admin-lockout-threshold 3
+ set admin-login-max 100
+end
+config wireless-controller global
+ set name ''
+ set location ''
+ set image-download enable
+ set max-retransmit 3
+ set control-message-offload ebp-frame aeroscout-tag ap-list sta-list sta-cap-list stats aeroscout-mu sta-health spectral-analysis
+ set data-ethernet-II enable
+ set link-aggregation disable
+ set mesh-eth-type 8755
+ set fiapp-eth-type 5252
+ set discovery-mc-addr 224.0.1.140
+ set max-clients 0
+ set rogue-scan-mac-adjacency 7
+ set ipsec-base-ip 169.254.0.1
+ set wtp-share disable
+ set ap-log-server disable
+end
+config system switch-interface
+end
+config system lte-modem
+ set status disable
+ set extra-init ''
+ set authtype none
+ set apn ''
+ set modem-port 255
+end
+config system interface
+ edit "mgmt"
+ set vrf 0
+ set distance 5
+ set priority 0
+ set dhcp-relay-service disable
+ set ip 10.0.0.41 255.255.252.0
+ set allowaccess ping https ssh snmp http fgfm
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set dedicated-to management
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role lan
+ set snmp-index 1
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ end
+ set defaultgw enable
+ set dns-server-override enable
+ set speed auto
+ set trust-ip-1 0.0.0.0 0.0.0.0
+ set trust-ip-2 0.0.0.0 0.0.0.0
+ set trust-ip-3 0.0.0.0 0.0.0.0
+ set trust-ip6-1 ::/0
+ set trust-ip6-2 ::/0
+ set trust-ip6-3 ::/0
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+ edit "ha"
+ set vdom "root"
+ set vrf 0
+ set fortilink disable
+ set mode static
+ set dhcp-relay-service disable
+ set management-ip 0.0.0.0 0.0.0.0
+ set ip 0.0.0.0 0.0.0.0
+ unset allowaccess
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set security-mode none
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role undefined
+ set snmp-index 2
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set ip-managed-by-fortiipam disable
+ set switch-controller-mgmt-vlan 4094
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ set swc-first-create 0
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set dhcp6-prefix-delegation disable
+ set dhcp6-information-request disable
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ set dhcp6-relay-service disable
+ end
+ set speed auto
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+end
+config system virtual-switch
+ edit "lan"
+ set physical-switch "sw0"
+ set span disable
+ config port
+ edit "port1"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port2"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port3"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port4"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port5"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port6"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port7"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port8"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port9"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port10"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port11"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port12"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port13"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port14"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port15"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port16"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ end
+ next
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_feature.py b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_feature.py
new file mode 100644
index 0000000..afe282d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_feature.py
@@ -0,0 +1,4 @@
+features = [
+ {"name": "global", "ordered": False, "section": ["config system global"]},
+ {"name": "interfaces", "ordered": False, "section": ["config system virtual-switch"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_intended.txt b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_intended.txt
new file mode 100644
index 0000000..bca6008
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_intended.txt
@@ -0,0 +1,313 @@
+config system global
+ set admin-concurrent enable
+ set admin-console-timeout 0
+ set admin-hsts-max-age 15552000
+ set admin-https-pki-required disable
+ set admin-https-redirect enable
+ set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3
+ set admin-lockout-duration 60
+ set admin-lockout-threshold 3
+ set admin-login-max 100
+end
+config wireless-controller global
+ set name ''
+ set location ''
+ set image-download enable
+ set max-retransmit 3
+ set control-message-offload ebp-frame aeroscout-tag ap-list sta-list sta-cap-list stats aeroscout-mu sta-health spectral-analysis
+ set data-ethernet-II enable
+ set link-aggregation disable
+ set mesh-eth-type 8755
+ set fiapp-eth-type 5252
+ set discovery-mc-addr 224.0.1.140
+ set max-clients 0
+ set rogue-scan-mac-adjacency 7
+ set ipsec-base-ip 169.254.0.1
+ set wtp-share disable
+ set ap-log-server disable
+end
+config system switch-interface
+end
+config system lte-modem
+ set status disable
+ set extra-init ''
+ set authtype none
+ set apn ''
+ set modem-port 255
+end
+config system interface
+ edit "mgmt"
+ set vrf 0
+ set distance 5
+ set priority 0
+ set dhcp-relay-service disable
+ set ip 10.0.0.41 255.255.252.0
+ set allowaccess ping https ssh snmp http fgfm
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set dedicated-to management
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role lan
+ set snmp-index 1
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ end
+ set defaultgw enable
+ set dns-server-override enable
+ set speed auto
+ set trust-ip-1 0.0.0.0 0.0.0.0
+ set trust-ip-2 0.0.0.0 0.0.0.0
+ set trust-ip-3 0.0.0.0 0.0.0.0
+ set trust-ip6-1 ::/0
+ set trust-ip6-2 ::/0
+ set trust-ip6-3 ::/0
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+ edit "ha"
+ set vdom "root"
+ set vrf 0
+ set fortilink disable
+ set mode static
+ set dhcp-relay-service disable
+ set management-ip 0.0.0.0 0.0.0.0
+ set ip 0.0.0.0 0.0.0.0
+ unset allowaccess
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set security-mode none
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role undefined
+ set snmp-index 2
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set ip-managed-by-fortiipam disable
+ set switch-controller-mgmt-vlan 4094
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ set swc-first-create 0
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set dhcp6-prefix-delegation disable
+ set dhcp6-information-request disable
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ set dhcp6-relay-service disable
+ end
+ set speed auto
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+end
+config system virtual-switch
+ edit "lan"
+ set physical-switch "sw0"
+ set span disable
+ config port
+ edit "port1"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port2"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port3"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port4"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port5"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port6"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port7"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port8"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port9"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port10"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port11"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port12"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port13"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port14"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port15"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port16"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ end
+ next
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_received.json b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_received.json
new file mode 100644
index 0000000..4badfeb
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/fortinet_fortios/fortios_received.json
@@ -0,0 +1,22 @@
+{
+ "global": {
+ "actual": "config system global\n set admin-concurrent enable\n set admin-console-timeout 0\n set admin-hsts-max-age 15552000\n set admin-https-pki-required disable\n set admin-https-redirect enable\n set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3\n set admin-lockout-duration 60\n set admin-lockout-threshold 3\n set admin-login-max 100",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "config system global\n set admin-concurrent enable\n set admin-console-timeout 0\n set admin-hsts-max-age 15552000\n set admin-https-pki-required disable\n set admin-https-redirect enable\n set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3\n set admin-lockout-duration 60\n set admin-lockout-threshold 3\n set admin-login-max 100",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "interfaces": {
+ "actual": "config system virtual-switch\n edit \"lan\"\n set physical-switch \"sw0\"\n set span disable\n config port\n edit \"port1\"\n set speed auto\n set status up\n set alias ''\n edit \"port2\"\n set speed auto\n set status up\n set alias ''\n edit \"port3\"\n set speed auto\n set status up\n set alias ''\n edit \"port4\"\n set speed auto\n set status up\n set alias ''\n edit \"port5\"\n set speed auto\n set status up\n set alias ''\n edit \"port6\"\n set speed auto\n set status up\n set alias ''\n edit \"port7\"\n set speed auto\n set status up\n set alias ''\n edit \"port8\"\n set speed auto\n set status up\n set alias ''\n edit \"port9\"\n set speed auto\n set status up\n set alias ''\n edit \"port10\"\n set speed auto\n set status up\n set alias ''\n edit \"port11\"\n set speed auto\n set status up\n set alias ''\n edit \"port12\"\n set speed auto\n set status up\n set alias ''\n edit \"port13\"\n set speed auto\n set status up\n set alias ''\n edit \"port14\"\n set speed auto\n set status up\n set alias ''\n edit \"port15\"\n set speed auto\n set status up\n set alias ''\n edit \"port16\"\n set speed auto\n set status up\n set alias ''",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "config system virtual-switch\n edit \"lan\"\n set physical-switch \"sw0\"\n set span disable\n config port\n edit \"port1\"\n set speed auto\n set status up\n set alias ''\n edit \"port2\"\n set speed auto\n set status up\n set alias ''\n edit \"port3\"\n set speed auto\n set status up\n set alias ''\n edit \"port4\"\n set speed auto\n set status up\n set alias ''\n edit \"port5\"\n set speed auto\n set status up\n set alias ''\n edit \"port6\"\n set speed auto\n set status up\n set alias ''\n edit \"port7\"\n set speed auto\n set status up\n set alias ''\n edit \"port8\"\n set speed auto\n set status up\n set alias ''\n edit \"port9\"\n set speed auto\n set status up\n set alias ''\n edit \"port10\"\n set speed auto\n set status up\n set alias ''\n edit \"port11\"\n set speed auto\n set status up\n set alias ''\n edit \"port12\"\n set speed auto\n set status up\n set alias ''\n edit \"port13\"\n set speed auto\n set status up\n set alias ''\n edit \"port14\"\n set speed auto\n set status up\n set alias ''\n edit \"port15\"\n set speed auto\n set status up\n set alias ''\n edit \"port16\"\n set speed auto\n set status up\n set alias ''",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_backup.txt b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_backup.txt
new file mode 100644
index 0000000..993f26c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_backup.txt
@@ -0,0 +1,5 @@
+#
+header motd "my banner"
+#
+hwtacacs nas-ip 1.1.1.1
+#
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_feature.py b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_feature.py
new file mode 100644
index 0000000..bb0194d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_feature.py
@@ -0,0 +1,3 @@
+features = [
+ {"name": "header", "ordered": True, "section": ["header "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_intended.txt b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_intended.txt
new file mode 100644
index 0000000..ebf7bba
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_intended.txt
@@ -0,0 +1,9 @@
+#
+header motd ^C
+===================================================
+* GOOD DATA LINE 1
+* BAD DATA LINE 2
+==================================================^C
+#
+hwtacacs nas-ip 1.1.1.4
+#
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_received.json b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_received.json
new file mode 100644
index 0000000..4d90cfc
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_bad_banner_received.json
@@ -0,0 +1,12 @@
+{
+ "header": {
+ "compliant": false,
+ "missing": "header motd ^C\n===================================================\n* GOOD DATA LINE 1\n* BAD DATA LINE 2\n==================================================^C",
+ "extra": "header motd \"my banner\"",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "header motd \"my banner\"",
+ "intended": "header motd ^C\n===================================================\n* GOOD DATA LINE 1\n* BAD DATA LINE 2\n==================================================^C"
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_backup.txt
new file mode 100644
index 0000000..a22b6f1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_backup.txt
@@ -0,0 +1,48 @@
+sysname HP-JKT-01
+#
+dhcp enable
+dhcp server forbidden-ip 10.10.10.1 10.10.10.100
+dhcp server always-broadcast
+#
+dhcp server ip-pool CKP
+ gateway-list 10.10.10.1
+ domain-name intra.data.co.id
+ expired day 30
+ netbios-type b-node
+#
+bgp 65330
+ router-id 10.10.10.254
+ graceful-restart
+ graceful-restart timer restart 120
+ graceful-restart timer wait-for-rib 360
+ peer 10.20.240.1 description ***Point to Point Connection**
+ peer 10.20.240.1 ebgp-max-hop 10
+ peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==
+ address-family ipv4 unicast
+ balance 4
+ peer 10.30.240.1 enable
+ peer 10.30.240.1 route-policy P2P-FirstTry import
+ peer 10.30.240.1 route-policy P2P-FirstTry export
+#
+snmp-agent
+snmp-agent local-engineid 8000XXX123456789AB503C00000001
+snmp-agent community read RO
+snmp-agent community read read
+snmp-agent community read ro
+#
+acl advanced name HPE
+ rule 1 permit source 10.180.50.254 0 destination 10.1.0.249 0
+ rule 2 permit source 10.180.50.0 0.0.0.127 destination 10.1.4.62 0
+ rule 3 permit source 10.180.50.0 0.0.0.127 destination 10.2.4.62 0
+#
+header motd #
+===================================================
+
+!!! WARNING !!!
+system monitoring for law enforcement and other
+purpose. Unauthorized use of this machine may
+subject you to criminal prosecution and penalties
+
+==================================================#
+#
+return
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_feature.py b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_feature.py
new file mode 100644
index 0000000..f7a1252
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_feature.py
@@ -0,0 +1,7 @@
+features = [
+ {"name": "bgp", "ordered": True, "section": ["bgp "]},
+ {"name": "snmp-agent", "ordered": True, "section": ["snmp-server "]},
+ {"name": "dhcp", "ordered": False, "section": ["dhcp "]},
+ {"name": "header", "ordered": True, "section": ["header "]},
+ {"name": "acl", "ordered": True, "section": ["acl "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_intended.txt
new file mode 100644
index 0000000..031f465
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_intended.txt
@@ -0,0 +1,48 @@
+sysname HP-JKT-01
+#
+dhcp enable
+dhcp server forbidden-ip 10.10.10.1 10.10.10.100
+dhcp server always-broadcast
+#
+dhcp server ip-pool CKP
+ gateway-list 10.10.10.1
+ domain-name intra.data.co.id
+ expired day 30
+ netbios-type b-node
+#
+bgp 65330
+ router-id 10.10.10.254
+ graceful-restart
+ graceful-restart timer restart 120
+ graceful-restart timer wait-for-rib 360
+ peer 10.20.240.1 description ***Point to Point Connection**
+ peer 10.20.240.1 ebgp-max-hop 10
+ peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==
+ address-family ipv4 unicast
+ balance 4
+ peer 10.30.240.1 enable
+ peer 10.30.240.1 route-policy P2P-FirstTry import
+ peer 10.30.240.1 route-policy P2P-FirstTry export
+#
+snmp-agent
+snmp-agent local-engineid 8000XXX123456789AB503C00000001
+snmp-agent community read RO
+snmp-agent community read read
+snmp-agent community read ro
+#
+acl advanced name HPE
+ rule 1 permit source 10.180.60.254 0 destination 10.1.0.249 0
+ rule 2 permit source 10.180.60.0 0.0.0.127 destination 10.1.4.62 0
+ rule 3 permit source 10.180.60.0 0.0.0.127 destination 10.2.4.62 0
+#
+header motd #
+===================================================
+
+!!! WARNING !!!
+system monitoring for law enforcement and other
+purpose. Unauthorized use of this machine may
+subject you to criminal prosecution and penalties
+
+==================================================#
+#
+return
diff --git a/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_received.json b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_received.json
new file mode 100644
index 0000000..8e20a2c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/hp_comware/hp_comware_basic_received.json
@@ -0,0 +1,52 @@
+{
+ "bgp": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "bgp 65330\n router-id 10.10.10.254\n graceful-restart\n graceful-restart timer restart 120\n graceful-restart timer wait-for-rib 360\n peer 10.20.240.1 description ***Point to Point Connection**\n peer 10.20.240.1 ebgp-max-hop 10\n peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==\n address-family ipv4 unicast\n balance 4\n peer 10.30.240.1 enable\n peer 10.30.240.1 route-policy P2P-FirstTry import\n peer 10.30.240.1 route-policy P2P-FirstTry export",
+ "intended": "bgp 65330\n router-id 10.10.10.254\n graceful-restart\n graceful-restart timer restart 120\n graceful-restart timer wait-for-rib 360\n peer 10.20.240.1 description ***Point to Point Connection**\n peer 10.20.240.1 ebgp-max-hop 10\n peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==\n address-family ipv4 unicast\n balance 4\n peer 10.30.240.1 enable\n peer 10.30.240.1 route-policy P2P-FirstTry import\n peer 10.30.240.1 route-policy P2P-FirstTry export"
+ },
+ "snmp-agent": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "",
+ "intended": ""
+ },
+ "dhcp": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "dhcp enable\ndhcp server forbidden-ip 10.10.10.1 10.10.10.100\ndhcp server always-broadcast\ndhcp server ip-pool CKP\n gateway-list 10.10.10.1\n domain-name intra.data.co.id\n expired day 30\n netbios-type b-node",
+ "intended": "dhcp enable\ndhcp server forbidden-ip 10.10.10.1 10.10.10.100\ndhcp server always-broadcast\ndhcp server ip-pool CKP\n gateway-list 10.10.10.1\n domain-name intra.data.co.id\n expired day 30\n netbios-type b-node"
+ },
+ "header": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "header motd #\n===================================================\n!!! WARNING !!!\nsystem monitoring for law enforcement and other\npurpose. Unauthorized use of this machine may\nsubject you to criminal prosecution and penalties\n==================================================#",
+ "intended": "header motd #\n===================================================\n!!! WARNING !!!\nsystem monitoring for law enforcement and other\npurpose. Unauthorized use of this machine may\nsubject you to criminal prosecution and penalties\n==================================================#"
+ },
+ "acl": {
+ "compliant": false,
+ "missing": "acl advanced name HPE\n rule 1 permit source 10.180.60.254 0 destination 10.1.0.249 0\n rule 2 permit source 10.180.60.0 0.0.0.127 destination 10.1.4.62 0\n rule 3 permit source 10.180.60.0 0.0.0.127 destination 10.2.4.62 0",
+ "extra": "acl advanced name HPE\n rule 1 permit source 10.180.50.254 0 destination 10.1.0.249 0\n rule 2 permit source 10.180.50.0 0.0.0.127 destination 10.1.4.62 0\n rule 3 permit source 10.180.50.0 0.0.0.127 destination 10.2.4.62 0",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "acl advanced name HPE\n rule 1 permit source 10.180.50.254 0 destination 10.1.0.249 0\n rule 2 permit source 10.180.50.0 0.0.0.127 destination 10.1.4.62 0\n rule 3 permit source 10.180.50.0 0.0.0.127 destination 10.2.4.62 0",
+ "intended": "acl advanced name HPE\n rule 1 permit source 10.180.60.254 0 destination 10.1.0.249 0\n rule 2 permit source 10.180.60.0 0.0.0.127 destination 10.1.4.62 0\n rule 3 permit source 10.180.60.0 0.0.0.127 destination 10.2.4.62 0"
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_backup.txt b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_backup.txt
new file mode 100644
index 0000000..d32a05c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_backup.txt
@@ -0,0 +1,59 @@
+# by RouterOS 6.49.6
+# software id = WZ00-84LP
+#
+# model = CCR1036-8G-2S+
+# serial number = C6CD0BF7A020
+/interface bridge add name=google-vpc-peering-iface
+/interface bridge add name=loopback
+/interface bonding add mode=802.3ad name=Po1 slaves=sfp-sfpplus1,sfp-sfpplus2
+/interface vlan add interface=Po1 name=vlan11-mgmt vlan-id=11
+/interface vlan add interface=vlan2933-Transit-to-CC-NNI name=vlan3049-Transit-to-XXX vlan-id=3049
+/interface vlan add disabled=yes interface=Po1 name=vlan3051-Transit-to-CSW-through-QoE-Disabled vlan-id=3051
+/interface vlan add interface=Po1 mtu=1300 name=vlan3225-Transit-CORE-Agg1-to-COREXXX vlan-id=3225
+/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
+/ip ipsec peer add address=50.157.100.38/32 exchange-mode=ike2 local-address=55.106.77.11 name=google-vpc-peer
+/ip pool add name=BNEdgeLiteTest ranges=192.168.69.254
+/ip pool add name=BNEdgeLiteTest2 ranges=192.168.70.254
+/ip dhcp-server add address-pool=BNEdgeLiteTest disabled=no interface=ether1 name=dhcp1
+/ip dhcp-server add address-pool=BNEdgeLiteTest2 disabled=no interface=ether2 name=dhcp2
+/routing bgp instance set default as=1234 router-id=10.127.1.3
+/routing ospf instance set [ find default=yes ] router-id=10.127.1.3
+/snmp community add addresses=::/0 name=somestringa
+/system logging action set 3 bsd-syslog=yes remote=172.16.11.1 remote-port=5140
+/user group set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp
+/user group add name=prom policy=ssh,read,winbox,api,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
+/ip neighbor discovery-settings set discover-interface-list=!dynamic
+/ip address add address=10.0.11.13/24 interface=vlan11-mgmt network=10.0.11.0
+/ip address add address=192.168.69.1/24 interface=ether1 network=192.168.69.0
+/ip dhcp-server network add address=192.168.69.0/24 gateway=192.168.69.1
+/ip dhcp-server network add address=192.168.70.0/24 gateway=192.168.70.1
+/ip dns set servers=8.8.8.8
+/ip firewall address-list add address=34.157.17.38 list=whitelist
+/ip firewall address-list add address=72.202.79.109 list=google-vpc-acl
+/ip firewall address-list add address=34.157.17.38 list=google-vpc-acl
+/ip firewall filter add action=drop chain=input dst-address=50.106.77.11 src-address-list=!google-vpc-acl
+/ip firewall nat add action=dst-nat chain=dstnat dst-address=50.106.77.11 dst-port=443 protocol=tcp to-addresses=10.1.15.10
+/ip firewall nat add action=masquerade chain=srcnat out-interface=vlan12-Servers
+/ip firewall nat add action=src-nat chain=srcnat src-address=50.64.0.75 to-addresses=55.106.77.11
+/ip ipsec identity add peer=google-vpc-peer secret=*****
+/ip ipsec policy set 0 disabled=yes
+/ip ipsec policy add disabled=yes dst-address=169.254.1.1/32 peer=google-vpc-peer src-address=169.254.1.2/32 tunnel=yes
+/ip ipsec policy add disabled=yes dst-address=10.150.0.0/20 peer=google-vpc-peer src-address=0.0.0.0/0 tunnel=yes
+/ip service set telnet disabled=yes
+/ip service set ftp disabled=yes
+/ip service set www disabled=yes
+/ip service set api address=10.1.15.5/32,10.120.16.0/20,172.16.11.0/24
+/ip service set api-ssl disabled=yes
+/routing bgp network add network=55.106.77.11/32 synchronize=no
+/routing bgp network add network=55.106.77.12/32 synchronize=no
+/routing bgp peer add in-filter=ibgp-allow-default-in name=CSW out-filter=ibgp-no-default-out remote-address=10.127.1.10 remote-as=12345 update-source=loopback
+/routing filter add action=discard chain=ibgp-no-default-out prefix=10.127.1.0/24
+/routing filter add action=accept chain=ibgp-no-default-out prefix=10.64.0.0/10 prefix-length=22-32
+/routing ospf interface add dead-interval=8s hello-interval=2s interface=vlan3049-Transit-to-85Presidential network-type=point-to-point
+/routing ospf interface add cost=11 dead-interval=8s hello-interval=2s interface=vlan3166-Transit-HalseyCore-Agg1-to-Indigo-5 network-type=point-to-point
+/routing ospf network add area=backbone network=10.126.0.16/29
+/snmp set enabled=yes trap-community=somestring
+/system clock set time-zone-name=America/New_York
+/system identity set name=ag1.123site.nwk.nj
+/system logging add action=remote topics=error
+/system logging add action=remote topics=info
diff --git a/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_feature.py b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_feature.py
new file mode 100644
index 0000000..531f8a6
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "bgp", "ordered": True, "section": ["/routing bgp instance"]},
+ {"name": "snmp", "ordered": True, "section": ["/snmp"]},
+ {"name": "ospf-networks", "ordered": True, "section": ["/routing ospf network"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_intended.txt b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_intended.txt
new file mode 100644
index 0000000..c296173
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_intended.txt
@@ -0,0 +1,60 @@
+# by RouterOS 6.49.6
+# software id = WZ00-84LP
+#
+# model = CCR1036-8G-2S+
+# serial number = C6CD0BF7A020
+/interface bridge add name=google-vpc-peering-iface
+/interface bridge add name=loopback
+/interface bonding add mode=802.3ad name=Po1 slaves=sfp-sfpplus1,sfp-sfpplus2
+/interface vlan add interface=Po1 name=vlan11-mgmt vlan-id=11
+/interface vlan add interface=vlan2933-Transit-to-CC-NNI name=vlan3049-Transit-to-XXX vlan-id=3049
+/interface vlan add disabled=yes interface=Po1 name=vlan3051-Transit-to-CSW-through-QoE-Disabled vlan-id=3051
+/interface vlan add interface=Po1 mtu=1300 name=vlan3225-Transit-CORE-Agg1-to-COREXXX vlan-id=3225
+/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
+/ip ipsec peer add address=50.157.100.38/32 exchange-mode=ike2 local-address=55.106.77.11 name=google-vpc-peer
+/ip pool add name=BNEdgeLiteTest ranges=192.168.69.254
+/ip pool add name=BNEdgeLiteTest2 ranges=192.168.70.254
+/ip dhcp-server add address-pool=BNEdgeLiteTest disabled=no interface=ether1 name=dhcp1
+/ip dhcp-server add address-pool=BNEdgeLiteTest2 disabled=no interface=ether2 name=dhcp2
+/routing bgp instance set default as=1234 router-id=10.127.1.3
+/routing ospf instance set [ find default=yes ] router-id=10.127.1.3
+/snmp community add addresses=::/0 name=somestringa
+/system logging action set 3 bsd-syslog=yes remote=172.16.11.1 remote-port=5140
+/user group set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp
+/user group add name=prom policy=ssh,read,winbox,api,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
+/ip neighbor discovery-settings set discover-interface-list=!dynamic
+/ip address add address=10.0.11.13/24 interface=vlan11-mgmt network=10.0.11.0
+/ip address add address=192.168.69.1/24 interface=ether1 network=192.168.69.0
+/ip dhcp-server network add address=192.168.69.0/24 gateway=192.168.69.1
+/ip dhcp-server network add address=192.168.70.0/24 gateway=192.168.70.1
+/ip dns set servers=8.8.8.8
+/ip firewall address-list add address=34.157.17.38 list=whitelist
+/ip firewall address-list add address=72.202.79.109 list=google-vpc-acl
+/ip firewall address-list add address=34.157.17.38 list=google-vpc-acl
+/ip firewall filter add action=drop chain=input dst-address=50.106.77.11 src-address-list=!google-vpc-acl
+/ip firewall nat add action=dst-nat chain=dstnat dst-address=50.106.77.11 dst-port=443 protocol=tcp to-addresses=10.1.15.10
+/ip firewall nat add action=masquerade chain=srcnat out-interface=vlan12-Servers
+/ip firewall nat add action=src-nat chain=srcnat src-address=50.64.0.75 to-addresses=55.106.77.11
+/ip ipsec identity add peer=google-vpc-peer secret=*****
+/ip ipsec policy set 0 disabled=yes
+/ip ipsec policy add disabled=yes dst-address=169.254.1.1/32 peer=google-vpc-peer src-address=169.254.1.2/32 tunnel=yes
+/ip ipsec policy add disabled=yes dst-address=10.150.0.0/20 peer=google-vpc-peer src-address=0.0.0.0/0 tunnel=yes
+/ip service set telnet disabled=yes
+/ip service set ftp disabled=yes
+/ip service set www disabled=yes
+/ip service set api address=10.1.15.5/32,10.120.16.0/20,172.16.11.0/24
+/ip service set api-ssl disabled=yes
+/routing bgp network add network=55.106.77.11/32 synchronize=no
+/routing bgp network add network=55.106.77.12/32 synchronize=no
+/routing bgp peer add in-filter=ibgp-allow-default-in name=CSW out-filter=ibgp-no-default-out remote-address=10.127.1.10 remote-as=12345 update-source=loopback
+/routing filter add action=discard chain=ibgp-no-default-out prefix=10.127.1.0/24
+/routing filter add action=accept chain=ibgp-no-default-out prefix=10.64.0.0/10 prefix-length=22-32
+/routing ospf interface add dead-interval=8s hello-interval=2s interface=vlan3049-Transit-to-85Presidential network-type=point-to-point
+/routing ospf interface add cost=11 dead-interval=8s hello-interval=2s interface=vlan3166-Transit-Core-Agg1-to-SiteXYZ network-type=point-to-point
+/routing ospf network add area=backbone network=10.126.0.16/29
+/routing ospf network add area=backbone network=10.127.1.3/32
+/snmp set enabled=yes trap-community=somestring
+/system clock set time-zone-name=America/New_York
+/system identity set name=ag1.123site.nwk.nj
+/system logging add action=remote topics=error
+/system logging add action=remote topics=info
diff --git a/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_received.json b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_received.json
new file mode 100644
index 0000000..2d97419
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mikrotik_routeros/routeros_received.json
@@ -0,0 +1,32 @@
+{
+ "bgp": {
+ "actual": "/routing bgp instance set default as=1234 router-id=10.127.1.3",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "/routing bgp instance set default as=1234 router-id=10.127.1.3",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "snmp": {
+ "actual": "/snmp community add addresses=::/0 name=somestringa\n/snmp set enabled=yes trap-community=somestring",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "/snmp community add addresses=::/0 name=somestringa\n/snmp set enabled=yes trap-community=somestring",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "ospf-networks": {
+ "actual": "/routing ospf network add area=backbone network=10.126.0.16/29",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "",
+ "intended": "/routing ospf network add area=backbone network=10.126.0.16/29\n/routing ospf network add area=backbone network=10.127.1.3/32",
+ "missing": "/routing ospf network add area=backbone network=10.127.1.3/32",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_backup.txt
new file mode 100644
index 0000000..79c9f14
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_backup.txt
@@ -0,0 +1,77 @@
+! version 2_1_10
+!
+rsyslog 10.1.1.4
+!
+hostname MRV-OS904-1
+!
+service advanced-vty
+service password-encryption
+!
+line vty
+ exec-timeout global 90
+!
+port media-select copper 1-2
+!
+port description 1 TO-CUSTOMER
+port description 2 TO-POP
+port state disable 3-4
+no port advertise speed 1000 duplex half 1
+no port advertise speed 1000 duplex full 1
+port speed 100 1-2
+port duplex full 1-2
+!
+port flood-limiting rate 10m 1
+port flood-limiting unknown-unicast 1
+port flood-limiting multicast 1
+port flood-limiting broadcast 1
+!
+port tag-outbound-mode hybrid 1-2 1737
+!
+interface vlan vif416
+ name CONTROL-VL
+ tag 416
+ ip 10.1.1.91/24
+ ports 2
+ management ssh 10.0.0.0/8
+ management telnet 10.0.0.0/8
+ management tftp 10.0.0.0/8
+ management snmp 10.0.0.0/8
+!
+interface vlan vif1738
+ name SERVICE
+ tag 1738
+ ports 1-2
+!
+ip route 10.0.0.0/8 10.1.1.1
+ip route 19.23.8.25/32 10.1.1.1
+!
+ntp
+ server 10.1.1.2
+ enable
+!
+ingress-counters set1 port 1 tag all
+!
+password long-mode
+!
+radius-server host 10.1.1.2 key ASU4602O551PTV6
+radius-server host 10.1.1.15 key ASU4602O551PTV6
+!
+aaa
+ authentication login default local radius
+!
+snmp
+ location dc1
+ community 10 read-only 10.0.0.0/8 secret
+ authtrap
+ trapsess 10.1.1.2 2 secret
+ trapsess 10.1.1.15 2 secret
+!
+fan temperature 30 27
+!
+lldp
+ port 1 receive
+ port 2 receive
+ port 3 receive
+ port 4 receive
+ enable
+!
diff --git a/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_feature.py b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_feature.py
new file mode 100644
index 0000000..a282b4c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_feature.py
@@ -0,0 +1,4 @@
+features = [
+ {"name": "syslog", "ordered": False, "section": ["rsyslog"]},
+ {"name": "aaa", "ordered": False, "section": ["aaa"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_intended.txt
new file mode 100644
index 0000000..015df6b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_intended.txt
@@ -0,0 +1,77 @@
+! version 2_1_10
+!
+rsyslog 10.1.1.5
+!
+hostname MRV-OS904-1
+!
+service advanced-vty
+service password-encryption
+!
+line vty
+ exec-timeout global 90
+!
+port media-select copper 1-2
+!
+port description 1 TO-CUSTOMER
+port description 2 TO-POP
+port state disable 3-4
+no port advertise speed 1000 duplex half 1
+no port advertise speed 1000 duplex full 1
+port speed 100 1-2
+port duplex full 1-2
+!
+port flood-limiting rate 10m 1
+port flood-limiting unknown-unicast 1
+port flood-limiting multicast 1
+port flood-limiting broadcast 1
+!
+port tag-outbound-mode hybrid 1-2 1737
+!
+interface vlan vif416
+ name CONTROL-VL
+ tag 416
+ ip 10.1.1.91/24
+ ports 2
+ management ssh 10.0.0.0/8
+ management telnet 10.0.0.0/8
+ management tftp 10.0.0.0/8
+ management snmp 10.0.0.0/8
+!
+interface vlan vif1738
+ name SERVICE
+ tag 1738
+ ports 1-2
+!
+ip route 10.0.0.0/8 10.1.1.1
+ip route 19.23.8.25/32 10.1.1.1
+!
+ntp
+ server 10.1.1.2
+ enable
+!
+ingress-counters set1 port 1 tag all
+!
+password long-mode
+!
+radius-server host 10.1.1.2 key ASU4602O551PTV6
+radius-server host 10.1.1.15 key ASU4602O551PTV6
+!
+aaa
+ authentication login default local radius
+!
+snmp
+ location dc1
+ community 10 read-only 10.0.0.0/8 secret
+ authtrap
+ trapsess 10.1.1.2 2 secret
+ trapsess 10.1.1.15 2 secret
+!
+fan temperature 30 27
+!
+lldp
+ port 1 receive
+ port 2 receive
+ port 3 receive
+ port 4 receive
+ enable
+!
diff --git a/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_received.json b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_received.json
new file mode 100644
index 0000000..bff4f0d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/mrv_optiswitch/optiswitch_basic_received.json
@@ -0,0 +1,16 @@
+{"aaa": {"actual": "aaa\n authentication login default local radius",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "aaa\n authentication login default local radius",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true},
+ "syslog": {"actual": "rsyslog 10.1.1.4",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "rsyslog 10.1.1.4",
+ "intended": "rsyslog 10.1.1.5",
+ "missing": "rsyslog 10.1.1.5",
+ "ordered_compliant": false,
+ "unordered_compliant": false}}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_backup.txt
new file mode 100644
index 0000000..108237c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_backup.txt
@@ -0,0 +1,85 @@
+#NS13.0 Build 84.11
+# Last modified Fri Dec 31 12:00:01 2021
+set system parameter -promptString "%u@%h-%T" -maxClient 40 -doppler DISABLED
+set ns httpProfile nshttp_default_profile -dropInvalReqs ENABLED
+set ns param -timezone "GMT+00:00-UTC"
+set ssl service nshttps-::1l-443 -ssl3 disabled -tls1 disabled
+set ssl service nshttps-127.0.0.1-443 -ssl3 disabled -tls1 disabled
+set ssl parameter -defaultProfile ENABLED
+enable ns feature WL SP LB CS SSL CF REWRITE RESPONDER
+add route 192.168.0.0 255.255.0.0
+set ns encryptionParams -method AES256 -keyValue abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string
+set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900
+set HA node -failSafe ON
+set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1
+set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1
+add authentication tacacsAction AAA_ACT_TACACS_01 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof
+add authentication tacacsAction AAA_ACT_TACACS_02 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof
+add authentication Policy AAA_POL_TACACS_01 -rule true -action AAA_ACT_TACACS_01
+add authentication Policy AAA_POL_TACACS_02 -rule true -action AAA_ACT_TACACS_02
+bind system global AAA_POL_TACACS_01 -priority 10 -gotoPriorityExpression NEXT
+bind system global AAA_POL_TACACS_02 -priority 20 -gotoPriorityExpression NEXT
+add system group Admin -timeout 900
+bind system group Admin -policyName superuser 100
+add system group Support -timeout 900
+bind system group Support -policyName XX-CMD-read-only 100
+bind system group Support -policyName XX-CMD-partition-read-only 110
+add system group Networking -timeout 900
+bind system group Networking -policyName XX-CMD-operator 100
+bind system group Networking -policyName XX-CMD-partition-operator 110
+add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)
+add system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)
+set audit syslogParams -userDefinedAuditlog YES
+set audit nslogParams -userDefinedAuditlog YES
+add audit syslogAction sys_act_fdi_rsyslog 203.0.113.1 -logLevel EMERGENCY ALERT CRITICAL ERROR WARNING NOTICE INFORMATIONAL -timeZone LOCAL_TIME -userDefinedAuditlog YES -transport UDP
+add audit syslogPolicy sys_pol_fdi true sys_act_fdi_rsyslog
+bind audit syslogGlobal -policyName sys_pol_fdi -priority 2000000010
+set snmp alarm CPU-USAGE -thresholdValue 95 -normalValue 35 -severity Informational
+set snmp alarm HA-STATE-CHANGE -severity Informational
+set snmp alarm IP-CONFLICT -severity Warning
+set snmp alarm MEMORY -thresholdValue 95 -normalValue 35 -severity Critical
+set snmp alarm POWER-SUPPLY-FAILURE -severity Minor
+set snmp alarm SSL-CARD-FAILED -severity Minor
+set snmp alarm SSL-CERT-EXPIRY -severity Warning
+add snmp view READ 1 -type included
+add snmp group NETMON-GROUP authpriv -readViewName READ
+add snmp user monitoring -group NETMON-GROUP -authType SHA -authpasswd abcdef1234 -privType AES -privpasswd abcdef1234
+add ssl cipher XX-CIPHER-GROUP_1.0_v01
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA
+add ssl cipher XX-CIPHER-GROUP_1.2_v01
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+add ssl cipher XX-CIPHER-GROUP_1.2_v02
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+add ssl cipher XX-CIPHER-LIST_256
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6
+add ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_feature.py b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_feature.py
new file mode 100644
index 0000000..1fca182
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "user", "ordered": False, "section": ["set system user "]},
+ {"name": "cmdPolicy", "ordered": False, "section": ["add system cmdPolicy "]},
+ {"name": "ssl", "ordered": False, "section": ["add ssl ", "bind ssl "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_intended.txt
new file mode 100644
index 0000000..6e8f0ab
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_intended.txt
@@ -0,0 +1,42 @@
+set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900
+add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)
+add system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)
+add ssl cipher XX-CIPHER-GROUP_1.0_v01
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA
+add ssl cipher XX-CIPHER-GROUP_1.2_v01
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+add ssl cipher XX-CIPHER-GROUP_1.2_v02
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+add ssl cipher XX-CIPHER-LIST_256
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6
+add ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_received.json b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_received.json
new file mode 100644
index 0000000..ac47161
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/netscaler/netscaler_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "user": {
+ "actual": "set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "cmdPolicy": {
+ "actual": "add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)\nadd system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)\nadd system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)\nadd system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)\nadd system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)\nadd system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)\nadd system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "ssl": {
+ "actual": "add ssl cipher XX-CIPHER-GROUP_1.0_v01\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA\nadd ssl cipher XX-CIPHER-GROUP_1.2_v01\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nadd ssl cipher XX-CIPHER-GROUP_1.2_v02\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA\nadd ssl cipher XX-CIPHER-LIST_256\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6\nadd ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL\nadd ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL\nadd ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "add ssl cipher XX-CIPHER-GROUP_1.0_v01\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA\nadd ssl cipher XX-CIPHER-GROUP_1.2_v01\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nadd ssl cipher XX-CIPHER-GROUP_1.2_v02\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA\nbind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA\nadd ssl cipher XX-CIPHER-LIST_256\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5\nbind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6\nadd ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL\nadd ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL\nadd ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_backup.txt
new file mode 100644
index 0000000..ec3c183
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_backup.txt
@@ -0,0 +1,102 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
+#--------------------------------------------------
+echo "System Security Configuration"
+#--------------------------------------------------
+ system
+ security
+ profile "administrative"
+ netconf
+ base-op-authorization
+ kill-session
+ lock
+ exit
+ exit
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "tools dump security"
+ action permit
+ exit
+ entry 50
+ match "admin system security"
+ action permit
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 111
+ match "clear li"
+ action deny
+ exit
+ entry 112
+ match "tools dump li"
+ action deny
+ exit
+ exit
+ user "admin"
+ password "$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6"
+ access console ftp snmp netconf grpc
+ console
+ member "administrative"
+ exit
+ exit
+ user "vrnetlab"
+ password "$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C"
+ access console netconf
+ console
+ member "administrative"
+ member "default"
+ exit
+ exit
+ per-peer-queuing
+ dist-cpu-protection
+ policy "_default-access-policy" create
+ exit
+ policy "_default-network-policy" create
+ exit
+ exit
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_feature.py b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_feature.py
new file mode 100644
index 0000000..0c2c999
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_feature.py
@@ -0,0 +1,4 @@
+features = [
+ {"name": "System Configuration", "ordered": False, "section": ["System Configuration"]},
+ {"name": "System Security Configuration", "ordered": True, "section": ["System Security Configuration"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_intended.txt
new file mode 100644
index 0000000..9346621
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_intended.txt
@@ -0,0 +1,94 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "core-router.example.com"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone CDT
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
+#--------------------------------------------------
+echo "System Security Configuration"
+#--------------------------------------------------
+ system
+ security
+ profile "administrative"
+ netconf
+ base-op-authorization
+ kill-session
+ lock
+ exit
+ exit
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "tools dump security"
+ action permit
+ exit
+ entry 50
+ match "admin system security"
+ action permit
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 111
+ match "clear li"
+ action deny
+ exit
+ entry 112
+ match "tools dump li"
+ action deny
+ exit
+ exit
+ user "admin"
+ password "$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6"
+ access console ftp snmp netconf grpc
+ console
+ member "administrative"
+ exit
+ exit
+ per-peer-queuing
+ dist-cpu-protection
+ policy "_default-access-policy" create
+ exit
+ policy "_default-network-policy" create
+ exit
+ exit
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_received.json b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_received.json
new file mode 100644
index 0000000..4b866c5
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/nokia_sros/sros_basic_received.json
@@ -0,0 +1,22 @@
+{
+ "System Configuration": {
+ "actual": "System Configuration\n system\n name \"sros-r1\"\n netconf\n auto-config-save\n no shutdown\n exit\n snmp\n streaming\n no shutdown\n exit\n packet-size 9216\n exit\n time\n sntp\n shutdown\n exit\n zone UTC\n exit\n bluetooth\n module A\n exit\n power off\n exit\n exit",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "System Configuration\n system\n name \"sros-r1\"\n time\n zone UTC",
+ "intended": "System Configuration\n system\n name \"core-router.example.com\"\n netconf\n auto-config-save\n no shutdown\n exit\n snmp\n streaming\n no shutdown\n exit\n packet-size 9216\n exit\n time\n sntp\n shutdown\n exit\n zone CDT\n exit\n bluetooth\n module A\n exit\n power off\n exit\n exit",
+ "missing": "System Configuration\n system\n name \"core-router.example.com\"\n time\n zone CDT",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ },
+ "System Security Configuration": {
+ "actual": "System Security Configuration\n system\n security\n profile \"administrative\"\n netconf\n base-op-authorization\n kill-session\n lock\n exit\n exit\n entry 10\n match \"configure system security\"\n action permit\n exit\n entry 20\n match \"show system security\"\n action permit\n exit\n entry 30\n match \"tools perform security\"\n action permit\n exit\n entry 40\n match \"tools dump security\"\n action permit\n exit\n entry 50\n match \"admin system security\"\n action permit\n exit\n entry 100\n match \"configure li\"\n action deny\n exit\n entry 110\n match \"show li\"\n action deny\n exit\n entry 111\n match \"clear li\"\n action deny\n exit\n entry 112\n match \"tools dump li\"\n action deny\n exit\n exit\n user \"admin\"\n password \"$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6\"\n access console ftp snmp netconf grpc\n console\n member \"administrative\"\n exit\n exit\n user \"vrnetlab\"\n password \"$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C\"\n access console netconf\n console\n member \"administrative\"\n member \"default\"\n exit\n exit\n per-peer-queuing\n dist-cpu-protection\n policy \"_default-access-policy\" create\n exit\n policy \"_default-network-policy\" create\n exit\n exit\n exit\n exit",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "System Security Configuration\n system\n security\n user \"vrnetlab\"\n password \"$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C\"\n access console netconf\n console\n member \"administrative\"\n member \"default\"\n exit",
+ "intended": "System Security Configuration\n system\n security\n profile \"administrative\"\n netconf\n base-op-authorization\n kill-session\n lock\n exit\n exit\n entry 10\n match \"configure system security\"\n action permit\n exit\n entry 20\n match \"show system security\"\n action permit\n exit\n entry 30\n match \"tools perform security\"\n action permit\n exit\n entry 40\n match \"tools dump security\"\n action permit\n exit\n entry 50\n match \"admin system security\"\n action permit\n exit\n entry 100\n match \"configure li\"\n action deny\n exit\n entry 110\n match \"show li\"\n action deny\n exit\n entry 111\n match \"clear li\"\n action deny\n exit\n entry 112\n match \"tools dump li\"\n action deny\n exit\n exit\n user \"admin\"\n password \"$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6\"\n access console ftp snmp netconf grpc\n console\n member \"administrative\"\n exit\n exit\n per-peer-queuing\n dist-cpu-protection\n policy \"_default-access-policy\" create\n exit\n policy \"_default-network-policy\" create\n exit\n exit\n exit\n exit",
+ "missing": "",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_backup.txt b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_backup.txt
new file mode 100644
index 0000000..9f68533
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_backup.txt
@@ -0,0 +1,32 @@
+set deviceconfig system ip-address 10.1.1.2
+set deviceconfig system netmask 255.255.255.0
+set deviceconfig system update-server updates.paloaltonetworks.com
+set deviceconfig system update-schedule threats recurring sync-to-peer yes
+set deviceconfig system update-schedule threats recurring daily at 01:30
+set deviceconfig system update-schedule threats recurring daily disable-new-content no
+set deviceconfig system update-schedule threats recurring daily action download-and-install
+set deviceconfig system update-schedule threats recurring threshold 24
+set deviceconfig system update-schedule threats recurring new-app-threshold 240
+set deviceconfig system update-schedule global-protect-datafile recurring weekly at 02:00
+set deviceconfig system update-schedule global-protect-datafile recurring weekly day-of-week tuesday
+set deviceconfig system update-schedule wildfire recurring every-15-mins at 5
+set deviceconfig system update-schedule wildfire recurring every-15-mins action download-and-install
+set deviceconfig system update-schedule wildfire recurring every-15-mins sync-to-peer yes
+set deviceconfig system update-schedule anti-virus recurring sync-to-peer yes
+set deviceconfig system update-schedule anti-virus recurring daily at 03:30
+set deviceconfig system update-schedule anti-virus recurring daily action download-and-install
+set deviceconfig system timezone America/New_York
+set deviceconfig system service disable-telnet yes
+set deviceconfig system service disable-http yes
+set deviceconfig system service disable-snmp no
+set deviceconfig system snmp-setting snmp-system
+set deviceconfig system hostname firewall1
+set deviceconfig system default-gateway 10.1.1.1
+set deviceconfig system dns-setting servers primary 10.1.1.3
+set deviceconfig system dns-setting servers secondary 10.1.1.4
+set deviceconfig system permitted-ip 0.0.0.0/0
+set deviceconfig system domain example.com
+set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1
+set mgt-config users readonly phash passhash
+set mgt-config users user1 permissions role-based superuser yes
+set mgt-config users user1 phash passhash
diff --git a/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_feature.py b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_feature.py
new file mode 100644
index 0000000..077595c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_feature.py
@@ -0,0 +1,3 @@
+features = [
+ {"name": "management", "ordered": False, "section": ["set mgt-config "]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_intended.txt b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_intended.txt
new file mode 100644
index 0000000..9f68533
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_intended.txt
@@ -0,0 +1,32 @@
+set deviceconfig system ip-address 10.1.1.2
+set deviceconfig system netmask 255.255.255.0
+set deviceconfig system update-server updates.paloaltonetworks.com
+set deviceconfig system update-schedule threats recurring sync-to-peer yes
+set deviceconfig system update-schedule threats recurring daily at 01:30
+set deviceconfig system update-schedule threats recurring daily disable-new-content no
+set deviceconfig system update-schedule threats recurring daily action download-and-install
+set deviceconfig system update-schedule threats recurring threshold 24
+set deviceconfig system update-schedule threats recurring new-app-threshold 240
+set deviceconfig system update-schedule global-protect-datafile recurring weekly at 02:00
+set deviceconfig system update-schedule global-protect-datafile recurring weekly day-of-week tuesday
+set deviceconfig system update-schedule wildfire recurring every-15-mins at 5
+set deviceconfig system update-schedule wildfire recurring every-15-mins action download-and-install
+set deviceconfig system update-schedule wildfire recurring every-15-mins sync-to-peer yes
+set deviceconfig system update-schedule anti-virus recurring sync-to-peer yes
+set deviceconfig system update-schedule anti-virus recurring daily at 03:30
+set deviceconfig system update-schedule anti-virus recurring daily action download-and-install
+set deviceconfig system timezone America/New_York
+set deviceconfig system service disable-telnet yes
+set deviceconfig system service disable-http yes
+set deviceconfig system service disable-snmp no
+set deviceconfig system snmp-setting snmp-system
+set deviceconfig system hostname firewall1
+set deviceconfig system default-gateway 10.1.1.1
+set deviceconfig system dns-setting servers primary 10.1.1.3
+set deviceconfig system dns-setting servers secondary 10.1.1.4
+set deviceconfig system permitted-ip 0.0.0.0/0
+set deviceconfig system domain example.com
+set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1
+set mgt-config users readonly phash passhash
+set mgt-config users user1 permissions role-based superuser yes
+set mgt-config users user1 phash passhash
diff --git a/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_received.json b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_received.json
new file mode 100644
index 0000000..b9561ad
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/paloalto_panos/paloalto_received.json
@@ -0,0 +1,12 @@
+{
+ "management": {
+ "actual": "set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1\nset mgt-config users readonly phash passhash\nset mgt-config users user1 permissions role-based superuser yes\nset mgt-config users user1 phash passhash",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1\nset mgt-config users readonly phash passhash\nset mgt-config users user1 permissions role-based superuser yes\nset mgt-config users user1 phash passhash",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_backup.txt
new file mode 100644
index 0000000..b0f3495
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_backup.txt
@@ -0,0 +1,732 @@
+ configure
+ echo "Terminal Configuration"
+ # Terminal Configuration
+ terminal
+ timeout forever
+ exit
+ echo "System Configuration"
+ # System Configuration
+ system
+ name "ETX001"
+ echo "LLDP Configuration"
+ # LLDP Configuration
+ lldp
+ no shutdown
+ exit
+ exit
+ echo "Management configuration"
+ # Management configuration
+ management
+ login-user "net-creds-1"
+ level su
+ password "abcdefghijklmnopqrstuvwxyz123456789abcde" hash
+ no shutdown
+ exit
+ login-user "net-creds-2"
+ level oper
+ password "abcdefghijklmnopqrstuvwxyz123456789zyxwv" hash
+ no shutdown
+ exit
+ echo "SNMP Configuration"
+ # SNMP Configuration
+ snmp
+ user "snmpv2" none-auth
+ no shutdown
+ exit
+ access-group "snmpv2" snmpv2c no-auth-no-priv
+ read-view "ntc"
+ write-view "ntc"
+ notify-view "ntc"
+ no shutdown
+ exit
+ access-group "v2_read" snmpv2c no-auth-no-priv
+ write-view "ntc"
+ exit
+ security-to-group snmpv2c sec-name "snmpv2"
+ group-name "snmpv2"
+ no shutdown
+ exit
+ community "ntccommunity"
+ name "ntccommunity"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ community "public"
+ name "public"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "read"
+ name "private"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "trap"
+ name "private"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "trapCommunity"
+ name "trapCommunity"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "write"
+ name "private"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ target-params "example1"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ target-params "example2"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ config-change-notification
+ exit
+ exit
+ echo "Port Configuration"
+ # Port Configuration
+ port
+ l2cp-profile "network"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-ONE"
+ mac "01-80-c2-00-00-01" discard
+ exit
+ l2cp-profile "EXAMPLE-TWO"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-THREE"
+ mac "01-80-c2-00-00-00" discard
+ mac "01-80-c2-00-00-01" discard
+ mac "01-80-c2-00-00-02" discard
+ mac "01-80-c2-00-00-03" discard
+ mac "01-80-c2-00-00-04" discard
+ mac "01-80-c2-00-00-05" discard
+ mac "01-80-c2-00-00-06" discard
+ mac "01-80-c2-00-00-07" discard
+ mac "01-80-c2-00-00-08" discard
+ mac "01-80-c2-00-00-09" discard
+ mac "01-80-c2-00-00-0a" discard
+ mac "01-80-c2-00-00-0b" discard
+ mac "01-80-c2-00-00-0c" discard
+ mac "01-80-c2-00-00-0d" discard
+ mac "01-80-c2-00-00-0e" discard
+ mac "01-80-c2-00-00-0f" discard
+ mac "01-80-c2-00-00-10" discard
+ mac "01-80-c2-00-00-20" discard
+ mac "01-80-c2-00-00-21" discard
+ mac "01-80-c2-00-00-22" discard
+ mac "01-80-c2-00-00-23" discard
+ mac "01-80-c2-00-00-24" discard
+ mac "01-80-c2-00-00-25" discard
+ mac "01-80-c2-00-00-26" discard
+ mac "01-80-c2-00-00-27" discard
+ mac "01-80-c2-00-00-28" discard
+ mac "01-80-c2-00-00-29" discard
+ mac "01-80-c2-00-00-2a" discard
+ mac "01-80-c2-00-00-2b" discard
+ mac "01-80-c2-00-00-2c" discard
+ mac "01-80-c2-00-00-2d" discard
+ mac "01-80-c2-00-00-2e" discard
+ mac "01-80-c2-00-00-2f" discard
+ mac "01-00-0c-cc-cc-cc" discard
+ mac "01-00-0c-cc-cc-cd" discard
+ default discard
+ exit
+ l2cp-profile "EXAMPLE-FOUR"
+ exit
+ ethernet 1/1
+ shutdown
+ no auto-negotiation
+ speed-duplex 1000-full-duplex
+ egress-mtu 9200
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/2
+ shutdown
+ name "description for eth1/2"
+ egress-mtu 9000
+ exit
+ ethernet 1/3
+ name "description for eth1/3"
+ speed-duplex 1000-full-duplex
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/4
+ name "description for eth1/4"
+ tag-ethernet-type 0x88a8
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-THREE"
+ exit
+ ethernet 1/5
+ name "description for eth1/5"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/6
+ name "description for eth1/6"
+ egress-mtu 9000
+ exit
+ ethernet 1/7
+ name "description for eth1/7"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/8
+ name "description for eth1/8"
+ egress-mtu 9008
+ l2cp profile "EXAMPLE-THREE"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/10
+ name "description for eth1/9"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 3/1
+ shutdown
+ exit
+ ethernet 3/2
+ name "description for eth3/2"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 4/1
+ name "description for eth4/1"
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 4/2
+ name "description for eth4/2"
+ exit
+ echo "Service Virtual Interface- Port Configuration"
+ # Service Virtual Interface- Port Configuration
+ svi 1
+ name "1"
+ no shutdown
+ exit
+ svi 3
+ name "3"
+ exit
+ echo "LAG - Port Configuration"
+ # LAG - Port Configuration
+ lag 1
+ shutdown
+ bind ethernet 1/1
+ bind ethernet 1/2
+ anchor-port ethernet 1/1
+ exit
+ lag 7
+ shutdown
+ no anchor-port
+ exit
+ exit
+ echo "Bridge Configuration"
+ # Bridge Configuration
+ bridge 1
+ name "MGMT"
+ echo "Bridge Port Configuration"
+ # Bridge Port Configuration
+ port 1
+ name "svi 1"
+ no shutdown
+ exit
+ port 2
+ name "example"
+ no shutdown
+ exit
+ port 3
+ name "example"
+ no shutdown
+ exit
+ port 4
+ name "example"
+ no shutdown
+ exit
+ port 5
+ name "example"
+ no shutdown
+ exit
+ echo "VLAN Configuration"
+ # VLAN Configuration
+ vlan 99
+ exit
+ exit
+ echo "Flows Configuration"
+ # Flows Configuration
+ flows
+ rate-sampling-window 1
+ echo "Classifier Profile Configuration"
+ # Classifier Profile Configuration
+ classifier-profile "mgmt" match-any
+ match untagged
+ exit
+ classifier-profile "CP-ONE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-TWO" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-THREE" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FOUR" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FIVE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SIX" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SEVEN" match-any
+ match vlan 1155 dst-ip 192.168.192.2 to-dst-ip 192.168.192.2
+ exit
+ classifier-profile "CP-EIGHT" match-any
+ match all
+ exit
+ classifier-profile "CP-NINE" match-any
+ match all
+ exit
+ classifier-profile "CP-TEN" match-any
+ match vlan 1155
+ exit
+ classifier-profile "CP-ELEVEN" match-any
+ match vlan 1202
+ exit
+ classifier-profile "CP-TWELVE" match-any
+ match all
+ exit
+ classifier-profile "CP-A" match-any
+ match vlan 22
+ exit
+ classifier-profile "CP-B" match-any
+ match all
+ exit
+ classifier-profile "CP-C" match-any
+ match vlan 777
+ exit
+ classifier-profile "CP-D" match-any
+ match all
+ exit
+ classifier-profile "CP-E" match-any
+ match vlan 1102
+ exit
+ classifier-profile "CP-F" match-any
+ match vlan 88
+ exit
+ classifier-profile "CP-G" match-any
+ match vlan 88
+ exit
+ echo "Flow Configuration"
+ # Flow Configuration
+ flow "flow1"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port svi 1
+ egress-port bridge-port 1 1
+ reverse-direction
+ no shutdown
+ exit
+ flow "flow2"
+ classifier "CP-THREE"
+ policer profile "50m"
+ mark all
+ vlan 1201
+ p-bit 1
+ exit
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "R"
+ no shutdown
+ exit
+ flow "flow3"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 4/1
+ egress-port bridge-port 1 2
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow4"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/1
+ egress-port bridge-port 1 4
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow5"
+ classifier "CP-ONE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "Q"
+ no shutdown
+ exit
+ flow "flow6"
+ classifier "CP-TWO"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "P"
+ no shutdown
+ exit
+ flow "flow7"
+ classifier "CP-FOUR"
+ no policer
+ mark all
+ vlan 1201
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/1 queue 1 block 0/1
+ service-name "O"
+ no shutdown
+ exit
+ flow "flow8"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/8
+ egress-port bridge-port 1 5
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow9"
+ shutdown
+ classifier "mgmt"
+ policer profile "Policer1"
+ vlan-tag push vlan 1111 p-bit fixed 4
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/2 queue 1 block 0/1
+ service-name "N"
+ pm-collection interval 300
+ exit
+ flow "flow10"
+ classifier "CP-EIGHT"
+ policer profile "10m"
+ vlan-tag push vlan 1202 p-bit fixed 3
+ ingress-port ethernet 3/2
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "M"
+ no shutdown
+ exit
+ flow "flow11"
+ classifier "CP-ELEVEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/2 queue 1 block 0/1
+ service-name "L"
+ no shutdown
+ exit
+ flow "flow12"
+ shutdown
+ classifier "CP-FIVE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "K"
+ exit
+ flow "flow13"
+ classifier "CP-SEVEN"
+ policer profile "2g"
+ mark all
+ mac swap
+ ip swap
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 4/1 queue 0 block 0/1
+ no shutdown
+ exit
+ flow "flow14"
+ shutdown
+ classifier "CP-SIX"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "J"
+ exit
+ flow "flow15"
+ classifier "CP-NINE"
+ policer profile "2g"
+ vlan-tag push vlan 1155 p-bit fixed 1
+ ingress-port ethernet 1/5
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "I"
+ no shutdown
+ exit
+ flow "flow16"
+ classifier "CP-TEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/5 queue 1 block 0/1
+ service-name "H"
+ no shutdown
+ exit
+ flow "flow17"
+ classifier "CP-D"
+ policer profile "100m"
+ vlan-tag push vlan 1102 p-bit fixed 1
+ ingress-port ethernet 1/7
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "G"
+ no shutdown
+ exit
+ flow "flow18"
+ classifier "CP-TWELVE"
+ policer profile "50m"
+ vlan-tag push vlan 22 p-bit fixed 3
+ ingress-port ethernet 1/8
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "F"
+ no shutdown
+ exit
+ flow "flow19"
+ classifier "CP-A"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/8 queue 1 block 0/1
+ service-name "E"
+ no shutdown
+ exit
+ flow "flow20"
+ classifier "CP-E"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/7 queue 1 block 0/1
+ service-name "D"
+ no shutdown
+ exit
+ flow "flow21"
+ classifier "CP-B"
+ policer profile "100_Mbps"
+ vlan-tag push vlan 777 p-bit fixed 3
+ ingress-port ethernet 1/10
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "C"
+ no shutdown
+ exit
+ flow "flow22"
+ classifier "CP-C"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/10 queue 1 block 0/1
+ service-name "B"
+ no shutdown
+ exit
+ flow "flow23"
+ classifier "CP-F"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ flow "flow24"
+ classifier "CP-G"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ exit
+ router 1
+ name "Router#1"
+ interface 1
+ name "ROUTER:DESCRIPTION"
+ bind svi 1
+ dhcp
+ dhcp-client
+ client-id mac
+ exit
+ no shutdown
+ exit
+ static-route 0.0.0.0/0 address 1.1.1.1 metric 1
+ exit
+ exit
+ configure
+ oam
+ echo "OAM CFM Configuration"
+ # OAM CFM Configuration
+ cfm
+ md-level-mip 2
+ measurement-bin-profile "cfm1"
+ thresholds 8000,10000,11200,14000
+ exit
+ measurement-bin-profile "cfm2"
+ thresholds 1600,2000,2400,3000
+ exit
+ measurement-bin-profile "cfm3"
+ thresholds 20000,25000,28000,35000
+ exit
+ measurement-bin-profile "cfm4"
+ thresholds 3200,4000,6400,8000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 61600,77000,110400,138000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 8000,10000
+ exit
+ measurement-bin-profile "cfm6"
+ thresholds 16000,20000,32000,40000
+ exit
+ measurement-bin-profile "cfm7"
+ thresholds 6400,8000
+ exit
+ measurement-bin-profile "cfm8"
+ thresholds 60000,75000,120000,150000
+ exit
+ measurement-bin-profile "cfm9"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfma"
+ thresholds 92000,115000,184000,230000
+ exit
+ measurement-bin-profile "cfmb"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfmc"
+ thresholds 29600,37000,59200,74000
+ exit
+ measurement-bin-profile "cfmd"
+ thresholds 100000,110400,125000,138000
+ exit
+ measurement-bin-profile "cfme"
+ thresholds 184000,230000,368000,460000
+ exit
+ measurement-bin-profile "cfmf"
+ thresholds 8000,10000,40000,50000
+ exit
+ measurement-bin-profile "cfmg"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmh"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmi"
+ thresholds 59200,74000
+ exit
+ measurement-bin-profile "cfmj"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmk"
+ thresholds 200000,250000
+ exit
+ measurement-bin-profile "cfml"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmm"
+ thresholds 368000,460000
+ exit
+ measurement-bin-profile "cfmn"
+ thresholds 40000,50000
+ exit
+ maintenance-domain 1
+ name string "MD1"
+ maintenance-association 1
+ name string "MA1"
+ mep 1
+ no bind
+ client-md-level 4
+ exit
+ exit
+ exit
+ maintenance-domain 2
+ md-level 2
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MA2"
+ mep 1
+ bind ethernet 1/8
+ flow uni-direction rx "MA2-out"
+ flow uni-direction tx "MA2-in"
+ remote-mep 2
+ direction up
+ customer-tags-excluded
+ client-md-level 3
+ no shutdown
+ service 1
+ classification priority-bit 3
+ lmm-interval 100ms
+ dest-ne 1
+ no delay
+ no loss
+ remote mep-id 2
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ maintenance-domain 3
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MD3"
+ mep 2
+ bind ethernet 1/10
+ flow uni-direction rx "MD3-out"
+ flow uni-direction tx "MD3-in"
+ remote-mep 1
+ ccm-priority 3
+ direction up
+ customer-tags-excluded
+ client-md-level 4
+ no shutdown
+ service 1
+ delay-threshold 26000
+ delay-var-threshold 8000
+ classification priority-bit 3
+ dest-ne 1
+ loss single-ended slm
+ remote mep-id 1
+ delay-measurement-bin profile "cfm1"
+ delay-var-measurement-bin profile "cfm2"
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_feature.py b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_feature.py
new file mode 100644
index 0000000..08fc3e4
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "terminal", "ordered": False, "section": ["terminal"]},
+ {"name": "management", "ordered": False, "section": ["management"]},
+ {"name": "router", "ordered": False, "section": ["router"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_intended.txt
new file mode 100644
index 0000000..6c142aa
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_intended.txt
@@ -0,0 +1,732 @@
+ configure
+ echo "Terminal Configuration"
+ # Terminal Configuration
+ terminal
+ timeout soon
+ exit
+ echo "System Configuration"
+ # System Configuration
+ system
+ name "ETX001"
+ echo "LLDP Configuration"
+ # LLDP Configuration
+ lldp
+ no shutdown
+ exit
+ exit
+ echo "Management configuration"
+ # Management configuration
+ management
+ login-user "net-creds-1"
+ level oper
+ password "abcdefghijklmnopqrstuvwxyz123456789abcde" hash
+ no shutdown
+ exit
+ login-user "net-creds-2"
+ level su
+ password "abcdefghijklmnopqrstuvwxyz123456789zyxwv" hash
+ no shutdown
+ exit
+ echo "SNMP Configuration"
+ # SNMP Configuration
+ snmp
+ user "snmpv2" none-auth
+ no shutdown
+ exit
+ access-group "snmpv2" snmpv2c no-auth-no-priv
+ read-view "ntc2"
+ write-view "ntc2"
+ notify-view "ntc2"
+ no shutdown
+ exit
+ access-group "v2_read" snmpv2c no-auth-no-priv
+ write-view "ntc2"
+ exit
+ security-to-group snmpv2c sec-name "snmpv2"
+ group-name "snmpv2"
+ no shutdown
+ exit
+ community "ntccommunity"
+ name "ntccommunity"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ community "public"
+ name "public"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "read"
+ name "private"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "trap"
+ name "private"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "trapCommunity"
+ name "trapCommunity"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "write"
+ name "private"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ target-params "example1"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ target-params "example2"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ config-change-notification
+ exit
+ exit
+ echo "Port Configuration"
+ # Port Configuration
+ port
+ l2cp-profile "network"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-ONE"
+ mac "01-80-c2-00-00-01" discard
+ exit
+ l2cp-profile "EXAMPLE-TWO"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-THREE"
+ mac "01-80-c2-00-00-00" discard
+ mac "01-80-c2-00-00-01" discard
+ mac "01-80-c2-00-00-02" discard
+ mac "01-80-c2-00-00-03" discard
+ mac "01-80-c2-00-00-04" discard
+ mac "01-80-c2-00-00-05" discard
+ mac "01-80-c2-00-00-06" discard
+ mac "01-80-c2-00-00-07" discard
+ mac "01-80-c2-00-00-08" discard
+ mac "01-80-c2-00-00-09" discard
+ mac "01-80-c2-00-00-0a" discard
+ mac "01-80-c2-00-00-0b" discard
+ mac "01-80-c2-00-00-0c" discard
+ mac "01-80-c2-00-00-0d" discard
+ mac "01-80-c2-00-00-0e" discard
+ mac "01-80-c2-00-00-0f" discard
+ mac "01-80-c2-00-00-10" discard
+ mac "01-80-c2-00-00-20" discard
+ mac "01-80-c2-00-00-21" discard
+ mac "01-80-c2-00-00-22" discard
+ mac "01-80-c2-00-00-23" discard
+ mac "01-80-c2-00-00-24" discard
+ mac "01-80-c2-00-00-25" discard
+ mac "01-80-c2-00-00-26" discard
+ mac "01-80-c2-00-00-27" discard
+ mac "01-80-c2-00-00-28" discard
+ mac "01-80-c2-00-00-29" discard
+ mac "01-80-c2-00-00-2a" discard
+ mac "01-80-c2-00-00-2b" discard
+ mac "01-80-c2-00-00-2c" discard
+ mac "01-80-c2-00-00-2d" discard
+ mac "01-80-c2-00-00-2e" discard
+ mac "01-80-c2-00-00-2f" discard
+ mac "01-00-0c-cc-cc-cc" discard
+ mac "01-00-0c-cc-cc-cd" discard
+ default discard
+ exit
+ l2cp-profile "EXAMPLE-FOUR"
+ exit
+ ethernet 1/1
+ shutdown
+ no auto-negotiation
+ speed-duplex 1000-full-duplex
+ egress-mtu 9200
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/2
+ shutdown
+ name "description for eth1/2"
+ egress-mtu 9000
+ exit
+ ethernet 1/3
+ name "description for eth1/3"
+ speed-duplex 1000-full-duplex
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/4
+ name "description for eth1/4"
+ tag-ethernet-type 0x88a8
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-THREE"
+ exit
+ ethernet 1/5
+ name "description for eth1/5"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/6
+ name "description for eth1/6"
+ egress-mtu 9000
+ exit
+ ethernet 1/7
+ name "description for eth1/7"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/8
+ name "description for eth1/8"
+ egress-mtu 9008
+ l2cp profile "EXAMPLE-THREE"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/10
+ name "description for eth1/9"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 3/1
+ shutdown
+ exit
+ ethernet 3/2
+ name "description for eth3/2"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 4/1
+ name "description for eth4/1"
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 4/2
+ name "description for eth4/2"
+ exit
+ echo "Service Virtual Interface- Port Configuration"
+ # Service Virtual Interface- Port Configuration
+ svi 1
+ name "1"
+ no shutdown
+ exit
+ svi 3
+ name "3"
+ exit
+ echo "LAG - Port Configuration"
+ # LAG - Port Configuration
+ lag 1
+ shutdown
+ bind ethernet 1/1
+ bind ethernet 1/2
+ anchor-port ethernet 1/1
+ exit
+ lag 7
+ shutdown
+ no anchor-port
+ exit
+ exit
+ echo "Bridge Configuration"
+ # Bridge Configuration
+ bridge 1
+ name "MGMT"
+ echo "Bridge Port Configuration"
+ # Bridge Port Configuration
+ port 1
+ name "svi 1"
+ no shutdown
+ exit
+ port 2
+ name "example"
+ no shutdown
+ exit
+ port 3
+ name "example"
+ no shutdown
+ exit
+ port 4
+ name "example"
+ no shutdown
+ exit
+ port 5
+ name "example"
+ no shutdown
+ exit
+ echo "VLAN Configuration"
+ # VLAN Configuration
+ vlan 99
+ exit
+ exit
+ echo "Flows Configuration"
+ # Flows Configuration
+ flows
+ rate-sampling-window 1
+ echo "Classifier Profile Configuration"
+ # Classifier Profile Configuration
+ classifier-profile "mgmt" match-any
+ match untagged
+ exit
+ classifier-profile "CP-ONE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-TWO" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-THREE" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FOUR" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FIVE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SIX" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SEVEN" match-any
+ match vlan 1155 dst-ip 192.168.192.2 to-dst-ip 192.168.192.2
+ exit
+ classifier-profile "CP-EIGHT" match-any
+ match all
+ exit
+ classifier-profile "CP-NINE" match-any
+ match all
+ exit
+ classifier-profile "CP-TEN" match-any
+ match vlan 1155
+ exit
+ classifier-profile "CP-ELEVEN" match-any
+ match vlan 1202
+ exit
+ classifier-profile "CP-TWELVE" match-any
+ match all
+ exit
+ classifier-profile "CP-A" match-any
+ match vlan 22
+ exit
+ classifier-profile "CP-B" match-any
+ match all
+ exit
+ classifier-profile "CP-C" match-any
+ match vlan 777
+ exit
+ classifier-profile "CP-D" match-any
+ match all
+ exit
+ classifier-profile "CP-E" match-any
+ match vlan 1102
+ exit
+ classifier-profile "CP-F" match-any
+ match vlan 88
+ exit
+ classifier-profile "CP-G" match-any
+ match vlan 88
+ exit
+ echo "Flow Configuration"
+ # Flow Configuration
+ flow "flow1"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port svi 1
+ egress-port bridge-port 1 1
+ reverse-direction
+ no shutdown
+ exit
+ flow "flow2"
+ classifier "CP-THREE"
+ policer profile "50m"
+ mark all
+ vlan 1201
+ p-bit 1
+ exit
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "R"
+ no shutdown
+ exit
+ flow "flow3"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 4/1
+ egress-port bridge-port 1 2
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow4"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/1
+ egress-port bridge-port 1 4
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow5"
+ classifier "CP-ONE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "Q"
+ no shutdown
+ exit
+ flow "flow6"
+ classifier "CP-TWO"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "P"
+ no shutdown
+ exit
+ flow "flow7"
+ classifier "CP-FOUR"
+ no policer
+ mark all
+ vlan 1201
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/1 queue 1 block 0/1
+ service-name "O"
+ no shutdown
+ exit
+ flow "flow8"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/8
+ egress-port bridge-port 1 5
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow9"
+ shutdown
+ classifier "mgmt"
+ policer profile "Policer1"
+ vlan-tag push vlan 1111 p-bit fixed 4
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/2 queue 1 block 0/1
+ service-name "N"
+ pm-collection interval 300
+ exit
+ flow "flow10"
+ classifier "CP-EIGHT"
+ policer profile "10m"
+ vlan-tag push vlan 1202 p-bit fixed 3
+ ingress-port ethernet 3/2
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "M"
+ no shutdown
+ exit
+ flow "flow11"
+ classifier "CP-ELEVEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/2 queue 1 block 0/1
+ service-name "L"
+ no shutdown
+ exit
+ flow "flow12"
+ shutdown
+ classifier "CP-FIVE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "K"
+ exit
+ flow "flow13"
+ classifier "CP-SEVEN"
+ policer profile "2g"
+ mark all
+ mac swap
+ ip swap
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 4/1 queue 0 block 0/1
+ no shutdown
+ exit
+ flow "flow14"
+ shutdown
+ classifier "CP-SIX"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "J"
+ exit
+ flow "flow15"
+ classifier "CP-NINE"
+ policer profile "2g"
+ vlan-tag push vlan 1155 p-bit fixed 1
+ ingress-port ethernet 1/5
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "I"
+ no shutdown
+ exit
+ flow "flow16"
+ classifier "CP-TEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/5 queue 1 block 0/1
+ service-name "H"
+ no shutdown
+ exit
+ flow "flow17"
+ classifier "CP-D"
+ policer profile "100m"
+ vlan-tag push vlan 1102 p-bit fixed 1
+ ingress-port ethernet 1/7
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "G"
+ no shutdown
+ exit
+ flow "flow18"
+ classifier "CP-TWELVE"
+ policer profile "50m"
+ vlan-tag push vlan 22 p-bit fixed 3
+ ingress-port ethernet 1/8
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "F"
+ no shutdown
+ exit
+ flow "flow19"
+ classifier "CP-A"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/8 queue 1 block 0/1
+ service-name "E"
+ no shutdown
+ exit
+ flow "flow20"
+ classifier "CP-E"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/7 queue 1 block 0/1
+ service-name "D"
+ no shutdown
+ exit
+ flow "flow21"
+ classifier "CP-B"
+ policer profile "100_Mbps"
+ vlan-tag push vlan 777 p-bit fixed 3
+ ingress-port ethernet 1/10
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "C"
+ no shutdown
+ exit
+ flow "flow22"
+ classifier "CP-C"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/10 queue 1 block 0/1
+ service-name "B"
+ no shutdown
+ exit
+ flow "flow23"
+ classifier "CP-F"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ flow "flow24"
+ classifier "CP-G"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ exit
+ router 1
+ name "Router#1"
+ interface 1
+ name "ROUTER:DESCRIPTION:INTENDED"
+ bind svi 11
+ dhcp
+ dhcp-client
+ client-id mac
+ exit
+ no shutdown
+ exit
+ static-route 0.0.0.0/0 address 1.1.1.1 metric 1
+ exit
+ exit
+ configure
+ oam
+ echo "OAM CFM Configuration"
+ # OAM CFM Configuration
+ cfm
+ md-level-mip 2
+ measurement-bin-profile "cfm1"
+ thresholds 8000,10000,11200,14000
+ exit
+ measurement-bin-profile "cfm2"
+ thresholds 1600,2000,2400,3000
+ exit
+ measurement-bin-profile "cfm3"
+ thresholds 20000,25000,28000,35000
+ exit
+ measurement-bin-profile "cfm4"
+ thresholds 3200,4000,6400,8000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 61600,77000,110400,138000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 8000,10000
+ exit
+ measurement-bin-profile "cfm6"
+ thresholds 16000,20000,32000,40000
+ exit
+ measurement-bin-profile "cfm7"
+ thresholds 6400,8000
+ exit
+ measurement-bin-profile "cfm8"
+ thresholds 60000,75000,120000,150000
+ exit
+ measurement-bin-profile "cfm9"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfma"
+ thresholds 92000,115000,184000,230000
+ exit
+ measurement-bin-profile "cfmb"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfmc"
+ thresholds 29600,37000,59200,74000
+ exit
+ measurement-bin-profile "cfmd"
+ thresholds 100000,110400,125000,138000
+ exit
+ measurement-bin-profile "cfme"
+ thresholds 184000,230000,368000,460000
+ exit
+ measurement-bin-profile "cfmf"
+ thresholds 8000,10000,40000,50000
+ exit
+ measurement-bin-profile "cfmg"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmh"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmi"
+ thresholds 59200,74000
+ exit
+ measurement-bin-profile "cfmj"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmk"
+ thresholds 200000,250000
+ exit
+ measurement-bin-profile "cfml"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmm"
+ thresholds 368000,460000
+ exit
+ measurement-bin-profile "cfmn"
+ thresholds 40000,50000
+ exit
+ maintenance-domain 1
+ name string "MD1"
+ maintenance-association 1
+ name string "MA1"
+ mep 1
+ no bind
+ client-md-level 4
+ exit
+ exit
+ exit
+ maintenance-domain 2
+ md-level 2
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MA2"
+ mep 1
+ bind ethernet 1/8
+ flow uni-direction rx "MA2-out"
+ flow uni-direction tx "MA2-in"
+ remote-mep 2
+ direction up
+ customer-tags-excluded
+ client-md-level 3
+ no shutdown
+ service 1
+ classification priority-bit 3
+ lmm-interval 100ms
+ dest-ne 1
+ no delay
+ no loss
+ remote mep-id 2
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ maintenance-domain 3
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MD3"
+ mep 2
+ bind ethernet 1/10
+ flow uni-direction rx "MD3-out"
+ flow uni-direction tx "MD3-in"
+ remote-mep 1
+ ccm-priority 3
+ direction up
+ customer-tags-excluded
+ client-md-level 4
+ no shutdown
+ service 1
+ delay-threshold 26000
+ delay-var-threshold 8000
+ classification priority-bit 3
+ dest-ne 1
+ loss single-ended slm
+ remote mep-id 1
+ delay-measurement-bin profile "cfm1"
+ delay-var-measurement-bin profile "cfm2"
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_received.json b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_received.json
new file mode 100644
index 0000000..ef25f5b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/rad_etx/etx_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "management": {
+ "actual": "management\n login-user \"net-creds-1\"\n level su\n password \"abcdefghijklmnopqrstuvwxyz123456789abcde\" hash\n no shutdown\n exit\n login-user \"net-creds-2\"\n level oper\n password \"abcdefghijklmnopqrstuvwxyz123456789zyxwv\" hash\n no shutdown\n exit\n echo \"SNMP Configuration\"\n snmp\n user \"snmpv2\" none-auth\n no shutdown\n exit\n access-group \"snmpv2\" snmpv2c no-auth-no-priv\n read-view \"ntc\"\n write-view \"ntc\"\n notify-view \"ntc\"\n no shutdown\n exit\n access-group \"v2_read\" snmpv2c no-auth-no-priv\n write-view \"ntc\"\n exit\n security-to-group snmpv2c sec-name \"snmpv2\"\n group-name \"snmpv2\"\n no shutdown\n exit\n community \"ntccommunity\"\n name \"ntccommunity\"\n sec-name \"v2_write\"\n no shutdown\n exit\n community \"public\"\n name \"public\"\n sec-name \"v2_read\"\n no shutdown\n exit\n community \"read\"\n name \"private\"\n sec-name \"v2_read\"\n no shutdown\n exit\n community \"trap\"\n name \"private\"\n sec-name \"v2_trap\"\n no shutdown\n exit\n community \"trapCommunity\"\n name \"trapCommunity\"\n sec-name \"v2_trap\"\n no shutdown\n exit\n community \"write\"\n name \"private\"\n sec-name \"v2_write\"\n no shutdown\n exit\n target-params \"example1\"\n message-processing-model snmpv2c\n version snmpv2c\n security name \"v2_trap\" level no-auth-no-priv\n no shutdown\n exit\n target-params \"example2\"\n message-processing-model snmpv2c\n version snmpv2c\n security name \"v2_trap\" level no-auth-no-priv\n no shutdown\n exit\n config-change-notification\n exit",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "access-group \"snmpv2\" snmpv2c no-auth-no-priv\n read-view \"ntc\"\n write-view \"ntc\"\n notify-view \"ntc\"\naccess-group \"v2_read\" snmpv2c no-auth-no-priv\n write-view \"ntc\"",
+ "intended": "management\n login-user \"net-creds-1\"\n level oper\n password \"abcdefghijklmnopqrstuvwxyz123456789abcde\" hash\n no shutdown\n exit\n login-user \"net-creds-2\"\n level su\n password \"abcdefghijklmnopqrstuvwxyz123456789zyxwv\" hash\n no shutdown\n exit\n echo \"SNMP Configuration\"\n snmp\n user \"snmpv2\" none-auth\n no shutdown\n exit\n access-group \"snmpv2\" snmpv2c no-auth-no-priv\n read-view \"ntc2\"\n write-view \"ntc2\"\n notify-view \"ntc2\"\n no shutdown\n exit\n access-group \"v2_read\" snmpv2c no-auth-no-priv\n write-view \"ntc2\"\n exit\n security-to-group snmpv2c sec-name \"snmpv2\"\n group-name \"snmpv2\"\n no shutdown\n exit\n community \"ntccommunity\"\n name \"ntccommunity\"\n sec-name \"v2_write\"\n no shutdown\n exit\n community \"public\"\n name \"public\"\n sec-name \"v2_read\"\n no shutdown\n exit\n community \"read\"\n name \"private\"\n sec-name \"v2_read\"\n no shutdown\n exit\n community \"trap\"\n name \"private\"\n sec-name \"v2_trap\"\n no shutdown\n exit\n community \"trapCommunity\"\n name \"trapCommunity\"\n sec-name \"v2_trap\"\n no shutdown\n exit\n community \"write\"\n name \"private\"\n sec-name \"v2_write\"\n no shutdown\n exit\n target-params \"example1\"\n message-processing-model snmpv2c\n version snmpv2c\n security name \"v2_trap\" level no-auth-no-priv\n no shutdown\n exit\n target-params \"example2\"\n message-processing-model snmpv2c\n version snmpv2c\n security name \"v2_trap\" level no-auth-no-priv\n no shutdown\n exit\n config-change-notification\n exit",
+ "missing": "access-group \"snmpv2\" snmpv2c no-auth-no-priv\n read-view \"ntc2\"\n write-view \"ntc2\"\n notify-view \"ntc2\"\naccess-group \"v2_read\" snmpv2c no-auth-no-priv\n write-view \"ntc2\"",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ },
+ "router": {
+ "actual": "router 1\n name \"Router#1\"\n interface 1\n name \"ROUTER:DESCRIPTION\"\n bind svi 1\n dhcp\n dhcp-client\n client-id mac\n exit\n no shutdown\n exit\n static-route 0.0.0.0/0 address 1.1.1.1 metric 1",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "name \"ROUTER:DESCRIPTION\"\nbind svi 1",
+ "intended": "router 1\n name \"Router#1\"\n interface 1\n name \"ROUTER:DESCRIPTION:INTENDED\"\n bind svi 11\n dhcp\n dhcp-client\n client-id mac\n exit\n no shutdown\n exit\n static-route 0.0.0.0/0 address 1.1.1.1 metric 1",
+ "missing": "name \"ROUTER:DESCRIPTION:INTENDED\"\nbind svi 11",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ },
+ "terminal": {
+ "actual": "terminal\n timeout forever",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "terminal\n timeout forever",
+ "intended": "terminal\n timeout soon",
+ "missing": "terminal\n timeout soon",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_backup.txt b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_backup.txt
new file mode 100644
index 0000000..58cdae0
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_backup.txt
@@ -0,0 +1,196 @@
+Current configuration:
+!
+ver 08.0.95gT211
+!
+stack unit 1
+ module 1 icx7150-c12-poe-port-management-module
+ module 2 icx7150-2-copper-port-2g-module
+ module 3 icx7150-2-sfp-plus-port-20g-module
+ stack-port 1/3/1
+ stack-port 1/3/2
+!
+!
+banner motd $
++----------------+ WARNING RUCKUS SWITCH +---------------+
+.
+. Access to this system is limited to authorized
+. users and for official purposes only
+.
+. Your activities will be logged and abuse
+. will be reported!
+.
++----------------+ WARNING RUCKUS SWITCH +---------------+ $
+!
+!
+vlan 1 name DEFAULT-VLAN by port
+ no spanning-tree
+!
+!
+!
+!
+vlan 2000 name MGMT-VLAN by port
+ tagged ethe 1/2/1 to 1/2/2 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5 ethe 1/1/7 ethe 1/1/9 ethe 1/1/11 to 1/1/12
+ no spanning-tree
+!
+!
+!
+vlan 3000 name Guest-WiFi by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3001 by port
+ tagged ethe 1/1/1 ethe 1/1/3 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/2
+ no spanning-tree
+!
+vlan 3002 by port
+ tagged ethe 1/1/1 to 1/1/3 ethe 1/1/5 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/4
+ no spanning-tree
+!
+vlan 3003 by port
+ tagged ethe 1/1/1 to 1/1/5 ethe 1/1/7 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/6
+ no spanning-tree
+!
+vlan 3004 by port
+ tagged ethe 1/1/1 to 1/1/7 ethe 1/1/9 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/8
+ no spanning-tree
+!
+vlan 3005 by port
+ tagged ethe 1/1/1 to 1/1/9 ethe 1/1/11 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/10
+ no spanning-tree
+!
+vlan 3006 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3007 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3008 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3009 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3010 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+vlan 3995 name OfficeNetwork by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+mstp scope all
+mstp instance 0 vlan 1
+mstp instance 0 vlan 2000
+mstp instance 0 vlan 3000 to 3010
+mstp instance 0 vlan 3995
+mstp start
+!
+!
+!
+!
+errdisable recovery cause all
+aaa authentication web-server default local
+aaa authentication login default local
+enable telnet authentication
+enable aaa console
+hostname NTC-Test-MDF
+ip dhcp snooping vlan 2000
+ip address 10.254.220.10 255.255.255.0
+ip default-gateway 10.254.220.1
+!
+no telnet server
+username admin password testpass
+!
+!
+snmp-server community testcomm rw
+!
+!
+!
+!
+manager registrar
+!
+manager port-list 987
+!
+!
+interface ethernet 1/1/1
+ port-name Unit-111-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/2
+ port-name Unit-111-Wired
+!
+interface ethernet 1/1/3
+ port-name Unit-112-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/4
+ port-name Unit-112-Wired
+!
+interface ethernet 1/1/5
+ port-name Unit-113-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/6
+ port-name Unit-113-Wired
+!
+interface ethernet 1/1/7
+ port-name Unit-114-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/8
+ port-name Unit-114-Wired
+!
+interface ethernet 1/1/9
+ port-name Unit-115-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/10
+ port-name Unit-115-Wired
+!
+interface ethernet 1/1/11
+ port-name UPS
+!
+interface ethernet 1/1/12
+ port-name Tech-Test-port
+!
+interface ethernet 1/3/1
+ dhcp snooping trust
+!
+interface ethernet 1/3/2
+ dhcp snooping trust
+!
+!
+!
+!
+!
+!
+!
+no lldp run
+!
+!
+overlay-gateway gateway1
+ type layer2-extension
+ ip interface Loopback 1
+ map vlan 2 vni 3
+ site site1
+ ip address 67.67.67.1
+ extend vlan add 2
+!
+!
+!
+!
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_feature.py b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_feature.py
new file mode 100644
index 0000000..2ca8a50
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "snmp", "ordered": False, "section": ["snmp-server"]},
+ {"name": "aaa", "ordered": False, "section": ["aaa"]},
+ {"name": "mstp", "ordered": True, "section": ["mstp"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_intended.txt b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_intended.txt
new file mode 100644
index 0000000..2468191
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_intended.txt
@@ -0,0 +1,197 @@
+Current configuration:
+!
+ver 08.0.95gT211
+!
+stack unit 1
+ module 1 icx7150-c12-poe-port-management-module
+ module 2 icx7150-2-copper-port-2g-module
+ module 3 icx7150-2-sfp-plus-port-20g-module
+ stack-port 1/3/1
+ stack-port 1/3/2
+!
+!
+banner motd $
++----------------+ WARNING RUCKUS SWITCH +---------------+
+.
+. Access to this system is limited to authorized
+. users and for official purposes only
+.
+. Your activities will be logged and abuse
+. will be reported!
+.
++----------------+ WARNING RUCKUS SWITCH +---------------+ $
+!
+!
+vlan 1 name DEFAULT-VLAN by port
+ no spanning-tree
+!
+!
+!
+!
+vlan 2000 name MGMT-VLAN by port
+ tagged ethe 1/2/1 to 1/2/2 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5 ethe 1/1/7 ethe 1/1/9 ethe 1/1/11 to 1/1/12
+ no spanning-tree
+!
+!
+!
+vlan 3000 name Guest-WiFi by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3001 by port
+ tagged ethe 1/1/1 ethe 1/1/3 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/2
+ no spanning-tree
+!
+vlan 3002 by port
+ tagged ethe 1/1/1 to 1/1/3 ethe 1/1/5 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/4
+ no spanning-tree
+!
+vlan 3003 by port
+ tagged ethe 1/1/1 to 1/1/5 ethe 1/1/7 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/6
+ no spanning-tree
+!
+vlan 3004 by port
+ tagged ethe 1/1/1 to 1/1/7 ethe 1/1/9 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/8
+ no spanning-tree
+!
+vlan 3005 by port
+ tagged ethe 1/1/1 to 1/1/9 ethe 1/1/11 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/10
+ no spanning-tree
+!
+vlan 3006 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3007 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3008 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3009 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3010 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+vlan 3995 name OfficeNetwork by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+mstp scope all
+mstp instance 0 vlan 1
+mstp instance 0 vlan 2000
+mstp instance 0 vlan 3000 to 3010
+mstp instance 0 vlan 3995
+mstp start
+!
+!
+!
+!
+errdisable recovery cause all
+aaa authentication web-server default local
+aaa authentication login default local
+enable telnet authentication
+enable aaa console
+hostname NTC-Test-MDF
+ip dhcp snooping vlan 2000
+ip address 10.254.220.10 255.255.255.0
+ip default-gateway 10.254.220.1
+!
+no telnet server
+username admin password testpass
+!
+!
+snmp-server community testcamm rw
+!
+!
+!
+!
+manager registrar
+!
+manager port-list 987
+!
+!
+interface ethernet 1/1/1
+ port-name Unit-111-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/2
+ port-name Unit-111-Wired
+!
+interface ethernet 1/1/3
+ port-name Unit-112-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/4
+ port-name Unit-112-Wired
+!
+interface ethernet 1/1/5
+ port-name Unit-113-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/6
+ port-name Unit-113-Wired
+!
+interface ethernet 1/1/7
+ port-name Unit-114-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/8
+ port-name Unit-114-Wired
+!
+interface ethernet 1/1/9
+ port-name Unit-115-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/10
+ port-name Unit-115-Wired
+!
+interface ethernet 1/1/11
+ port-name UPS
+!
+interface ethernet 1/1/12
+ port-name Tech-Test-port
+!
+interface ethernet 1/3/1
+ dhcp snooping trust
+!
+interface ethernet 1/3/2
+ dhcp snooping trust
+!
+!
+!
+!
+!
+!
+!
+no lldp run
+!
+!
+overlay-gateway gateway1
+ type layer2-extension
+ ip interface Loopback 1
+ map vlan 2 vni 3
+ site site1
+ ip address 67.67.67.1
+ extend vlan add 2
+!
+!
+!
+!
+!
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_received.json b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_received.json
new file mode 100644
index 0000000..519694b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ruckus_fastiron/fastiron_basic_received.json
@@ -0,0 +1,32 @@
+{
+ "aaa": {
+ "actual": "aaa authentication web-server default local\naaa authentication login default local",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "aaa authentication web-server default local\naaa authentication login default local",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "mstp": {
+ "actual": "mstp scope all\nmstp instance 0 vlan 1\nmstp instance 0 vlan 2000\nmstp instance 0 vlan 3000 to 3010\nmstp instance 0 vlan 3995\nmstp start",
+ "cannot_parse": true,
+ "compliant": true,
+ "extra": "",
+ "intended": "mstp scope all\nmstp instance 0 vlan 1\nmstp instance 0 vlan 2000\nmstp instance 0 vlan 3000 to 3010\nmstp instance 0 vlan 3995\nmstp start",
+ "missing": "",
+ "ordered_compliant": true,
+ "unordered_compliant": true
+ },
+ "snmp": {
+ "actual": "snmp-server community testcomm rw",
+ "cannot_parse": true,
+ "compliant": false,
+ "extra": "snmp-server community testcomm rw",
+ "intended": "snmp-server community testcamm rw",
+ "missing": "snmp-server community testcamm rw",
+ "ordered_compliant": false,
+ "unordered_compliant": false
+ }
+}
diff --git a/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_backup.txt b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_backup.txt
new file mode 100644
index 0000000..37b74b8
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_backup.txt
@@ -0,0 +1,229 @@
+### PART ###
+##
+##AF.v4.1.0
+#board.sysid=0xaf01
+#board.cpurevision=0x4e840102
+#board.name=airFiber 24G
+#board.shortname=AF24
+#board.subtype=
+#board.netmodes=16;
+#board.hwaddr=802AA8CF8DB6
+#board.reboot=130
+#board.upgrade=330
+#board.phycount=1
+#board.phy.1.maxmtu=1500
+#board.gps=1
+#board.airfiber=1
+#board.portnumber=1
+#board.fdd=1
+#feature.gps=1
+#feature.rssi.leds=0
+#feature.gps.leds=0
+#radio.1.name=
+#radio.1.shortname=
+#radio.1.bus=spi
+#radio.1.rf_revision=0x0000
+#radio.1.subsystemid=0xaf01
+#radio.1.subvendorid=0x0777
+#radio.1.txpower.max=43
+#radio.1.txpower.offset=0
+#radio.1.antennas=1
+#radio.1.def_antenna=4
+#radio.1.antenna.1.id=4
+#radio.1.antenna.1.name=Combined
+#radio.1.antenna.1.gain=0
+#radio.1.ccode=840
+#radio.1.ccode.fixed=0
+#radio.1.ccode.locked=1
+#radio.1.ptp_only=1
+#radio.1.ptp_sta=1
+#radio.1.chanbw=100
+#deac9d0212791db5ede667c016876ba4
+### PART ###
+afnetconf.1.atpctarget=0
+afnetconf.1.autoneg=enabled
+afnetconf.1.carrierdrop=off
+afnetconf.1.carrierdropdebounce=0
+afnetconf.1.carrierdropto=5
+afnetconf.1.cdblockafterpulse=disabled
+afnetconf.1.cdfirstsessiontimer=0
+afnetconf.1.cdfirstsessionwait=disabled
+afnetconf.1.cdtracknosession=disabled
+afnetconf.1.devname=af0
+afnetconf.1.flowcntl=disabled
+afnetconf.1.mcastfilter=disabled
+afnetconf.1.mincapholdoff=0
+afnetconf.1.mincapholdoffup=0
+afnetconf.1.minrxcapacity=0
+afnetconf.1.minrxcapacityup=0
+afnetconf.1.mintxcapacity=0
+afnetconf.1.mintxcapacityup=0
+afnetconf.1.status=enabled
+afnetconf.status=enabled
+airview.tcp_port=18888
+airview.tcpport=18888
+bridge.1.devname=br0
+bridge.1.fd=1
+bridge.1.port.1.devname=eth0
+bridge.1.port.1.status=enabled
+bridge.1.port.2.devname=air0
+bridge.1.port.2.status=enabled
+bridge.1.status=enabled
+bridge.1.stp.status=disabled
+bridge.status=enabled
+dhcpc.1.devname=eth0
+dhcpc.1.status=disabled
+dhcpc.2.devname=air0
+dhcpc.2.status=disabled
+dhcpc.3.devname=br0
+dhcpc.3.status=disabled
+dhcpc.status=disabled
+discovery.cdp.status=disabled
+discovery.status=enabled
+dyndns.status=disabled
+ebtables.status=enabled
+ebtables.sys.arpnat.status=disabled
+ebtables.sys.eap.status=disabled
+ebtables.sys.status=enabled
+gui.language=en_US
+httpd.https.port=443
+httpd.https.status=disabled
+httpd.port=80
+httpd.session.timeout=300
+httpd.status=enabled
+netconf.1.allmulti=disabled
+netconf.1.autoip.status=disabled
+netconf.1.autoneg=enabled
+netconf.1.devname=eth0
+netconf.1.hwaddr.mac=
+netconf.1.hwaddr.status=disabled
+netconf.1.ip=0.0.0.0
+netconf.1.mtu=1500
+netconf.1.netmask=255.255.255.0
+netconf.1.promisc=enabled
+netconf.1.role=bridge_port
+netconf.1.status=enabled
+netconf.1.up=enabled
+netconf.2.allmulti=disabled
+netconf.2.autoip.status=disabled
+netconf.2.devname=air0
+netconf.2.hwaddr.mac=
+netconf.2.hwaddr.status=disabled
+netconf.2.ip=0.0.0.0
+netconf.2.mtu=1500
+netconf.2.netmask=255.255.255.0
+netconf.2.promisc=enabled
+netconf.2.role=bridge_port
+netconf.2.status=enabled
+netconf.2.up=enabled
+netconf.3.allmulti=disabled
+netconf.3.autoip.status=disabled
+netconf.3.devname=br0
+netconf.3.hwaddr.mac=
+netconf.3.hwaddr.status=disabled
+netconf.3.ip=10.10.10.10
+netconf.3.mtu=1500
+netconf.3.netmask=255.255.255.0
+netconf.3.role=mlan
+netconf.3.status=enabled
+netconf.3.up=enabled
+netconf.status=enabled
+netmode=airfiber
+ntpclient.status=disabled
+ppp.status=disabled
+pwdog.delay=300
+pwdog.host=
+pwdog.period=300
+pwdog.retry=3
+pwdog.status=disabled
+radio.1.antenna.gain=33
+radio.1.atpctarget=0
+radio.1.cable.loss=0
+radio.1.countrycode=840
+radio.1.dfsthreshold=0
+radio.1.dualfreqmode=enabled
+radio.1.duplex=half
+radio.1.dutycycle=50
+radio.1.framelength=-1
+radio.1.gps_sync=disabled
+radio.1.key=s:password1
+radio.1.linkname=UBNT
+radio.1.mode=slave
+radio.1.pwrbackoff=disabled
+radio.1.pwrout.10x=0
+radio.1.pwrout.4x=43
+radio.1.pwrout.6x=43
+radio.1.pwrout.8x=33
+radio.1.rate.auto=enabled
+radio.1.rate=6x
+radio.1.rfrate=6x
+radio.1.rx_freq10=null
+radio.1.rx_freq2=null
+radio.1.rx_freq3=null
+radio.1.rx_freq4=null
+radio.1.rx_freq5=null
+radio.1.rx_freq6=null
+radio.1.rx_freq7=null
+radio.1.rx_freq8=null
+radio.1.rx_freq9=null
+radio.1.rx_freq=24.1GHz
+radio.1.rxchanbw=2048
+radio.1.rxgain=low
+radio.1.sharedant=disabled
+radio.1.sisomode=disabled
+radio.1.status=enabled
+radio.1.streammode=disabled
+radio.1.subsystemid=0xaf01
+radio.1.tx_freq2=null
+radio.1.tx_freq3=null
+radio.1.tx_freq=24.1GHz
+radio.1.txchanbw=2048
+radio.1.txpower=33
+radio.countrycode=840
+radio.status=enabled
+resolv.host.1.name=UBNT
+resolv.host.1.status=enabled
+resolv.nameserver.1.ip=1.1.1.1
+resolv.nameserver.1.status=enabled
+resolv.nameserver.2.ip=
+resolv.nameserver.2.status=disabled
+resolv.nameserver.status=enabled
+resolv.status=disabled
+route.1.comment=
+route.1.devname=br0
+route.1.gateway=10.10.10.1
+route.1.ip=0.0.0.0
+route.1.netmask=0
+route.1.status=enabled
+route.status=enabled
+snmp.community=admin
+snmp.contact=lab
+snmp.location=lab
+snmp.status=enabled
+sshd.auth.passwd=enabled
+sshd.port=22
+sshd.status=enabled
+syslog.remote.port=514
+syslog.remote.status=disabled
+syslog.status=disabled
+system.button.reset=enabled
+system.cfg.version=65540
+system.date.status=disabled
+system.date.timestamp=
+system.eirp.status=enabled
+system.latitude=
+system.longitude=
+system.timezone=GMT
+telnetd.port=23
+telnetd.status=enabled
+ucode.1.rxscramblekey=0
+ucode.1.txscramblekey=0
+udapi_bridge.callhome.status=disabled
+unms.uri=-
+update.check.status=enabled
+users.1.name=ubnt
+users.1.password=$2$GXWw8TsR$eBl/.jP1ibig7GUV4nn65.
+users.1.status=enabled
+users.2.status=disabled
+users.status=enabled
+vlan.status=disabled
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_feature.py b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_feature.py
new file mode 100644
index 0000000..9cac2e1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "radio_country_code", "ordered": True, "section": ["radio.1.countrycode"]},
+ {"name": "snmp", "ordered": True, "section": ["snmp.community"]},
+ {"name": "radio_mode", "ordered": True, "section": ["radio.1.mode"]},
+]
diff --git a/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_intended.txt b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_intended.txt
new file mode 100644
index 0000000..fd934b8
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_intended.txt
@@ -0,0 +1,229 @@
+### PART ###
+##
+##AF.v4.1.0
+#board.sysid=0xaf01
+#board.cpurevision=0x4e840102
+#board.name=airFiber 24G
+#board.shortname=AF24
+#board.subtype=
+#board.netmodes=16;
+#board.hwaddr=802AA8CF8DB6
+#board.reboot=130
+#board.upgrade=330
+#board.phycount=1
+#board.phy.1.maxmtu=1500
+#board.gps=1
+#board.airfiber=1
+#board.portnumber=1
+#board.fdd=1
+#feature.gps=1
+#feature.rssi.leds=0
+#feature.gps.leds=0
+#radio.1.name=
+#radio.1.shortname=
+#radio.1.bus=spi
+#radio.1.rf_revision=0x0000
+#radio.1.subsystemid=0xaf01
+#radio.1.subvendorid=0x0777
+#radio.1.txpower.max=43
+#radio.1.txpower.offset=0
+#radio.1.antennas=1
+#radio.1.def_antenna=4
+#radio.1.antenna.1.id=4
+#radio.1.antenna.1.name=Combined
+#radio.1.antenna.1.gain=0
+#radio.1.ccode=840
+#radio.1.ccode.fixed=0
+#radio.1.ccode.locked=1
+#radio.1.ptp_only=1
+#radio.1.ptp_sta=1
+#radio.1.chanbw=100
+#deac9d0212791db5ede667c016876ba4
+### PART ###
+afnetconf.1.atpctarget=0
+afnetconf.1.autoneg=enabled
+afnetconf.1.carrierdrop=off
+afnetconf.1.carrierdropdebounce=0
+afnetconf.1.carrierdropto=5
+afnetconf.1.cdblockafterpulse=disabled
+afnetconf.1.cdfirstsessiontimer=0
+afnetconf.1.cdfirstsessionwait=disabled
+afnetconf.1.cdtracknosession=disabled
+afnetconf.1.devname=af0
+afnetconf.1.flowcntl=disabled
+afnetconf.1.mcastfilter=disabled
+afnetconf.1.mincapholdoff=0
+afnetconf.1.mincapholdoffup=0
+afnetconf.1.minrxcapacity=0
+afnetconf.1.minrxcapacityup=0
+afnetconf.1.mintxcapacity=0
+afnetconf.1.mintxcapacityup=0
+afnetconf.1.status=enabled
+afnetconf.status=enabled
+airview.tcp_port=18888
+airview.tcpport=18888
+bridge.1.devname=br0
+bridge.1.fd=1
+bridge.1.port.1.devname=eth0
+bridge.1.port.1.status=enabled
+bridge.1.port.2.devname=air0
+bridge.1.port.2.status=enabled
+bridge.1.status=enabled
+bridge.1.stp.status=disabled
+bridge.status=enabled
+dhcpc.1.devname=eth0
+dhcpc.1.status=disabled
+dhcpc.2.devname=air0
+dhcpc.2.status=disabled
+dhcpc.3.devname=br0
+dhcpc.3.status=disabled
+dhcpc.status=disabled
+discovery.cdp.status=disabled
+discovery.status=enabled
+dyndns.status=disabled
+ebtables.status=enabled
+ebtables.sys.arpnat.status=disabled
+ebtables.sys.eap.status=disabled
+ebtables.sys.status=enabled
+gui.language=en_US
+httpd.https.port=443
+httpd.https.status=disabled
+httpd.port=80
+httpd.session.timeout=300
+httpd.status=enabled
+netconf.1.allmulti=disabled
+netconf.1.autoip.status=disabled
+netconf.1.autoneg=enabled
+netconf.1.devname=eth0
+netconf.1.hwaddr.mac=
+netconf.1.hwaddr.status=disabled
+netconf.1.ip=0.0.0.0
+netconf.1.mtu=1500
+netconf.1.netmask=255.255.255.0
+netconf.1.promisc=enabled
+netconf.1.role=bridge_port
+netconf.1.status=enabled
+netconf.1.up=enabled
+netconf.2.allmulti=disabled
+netconf.2.autoip.status=disabled
+netconf.2.devname=air0
+netconf.2.hwaddr.mac=
+netconf.2.hwaddr.status=disabled
+netconf.2.ip=0.0.0.0
+netconf.2.mtu=1500
+netconf.2.netmask=255.255.255.0
+netconf.2.promisc=enabled
+netconf.2.role=bridge_port
+netconf.2.status=enabled
+netconf.2.up=enabled
+netconf.3.allmulti=disabled
+netconf.3.autoip.status=disabled
+netconf.3.devname=br0
+netconf.3.hwaddr.mac=
+netconf.3.hwaddr.status=disabled
+netconf.3.ip=10.10.10.10
+netconf.3.mtu=1500
+netconf.3.netmask=255.255.255.0
+netconf.3.role=mlan
+netconf.3.status=enabled
+netconf.3.up=enabled
+netconf.status=enabled
+netmode=airfiber
+ntpclient.status=disabled
+ppp.status=disabled
+pwdog.delay=300
+pwdog.host=
+pwdog.period=300
+pwdog.retry=3
+pwdog.status=disabled
+radio.1.antenna.gain=33
+radio.1.atpctarget=0
+radio.1.cable.loss=0
+radio.1.countrycode=840
+radio.1.dfsthreshold=0
+radio.1.dualfreqmode=enabled
+radio.1.duplex=half
+radio.1.dutycycle=50
+radio.1.framelength=-1
+radio.1.gps_sync=disabled
+radio.1.key=s:password1
+radio.1.linkname=UBNT
+radio.1.mode=master
+radio.1.pwrbackoff=disabled
+radio.1.pwrout.10x=0
+radio.1.pwrout.4x=43
+radio.1.pwrout.6x=43
+radio.1.pwrout.8x=33
+radio.1.rate.auto=enabled
+radio.1.rate=6x
+radio.1.rfrate=6x
+radio.1.rx_freq10=null
+radio.1.rx_freq2=null
+radio.1.rx_freq3=null
+radio.1.rx_freq4=null
+radio.1.rx_freq5=null
+radio.1.rx_freq6=null
+radio.1.rx_freq7=null
+radio.1.rx_freq8=null
+radio.1.rx_freq9=null
+radio.1.rx_freq=24.1GHz
+radio.1.rxchanbw=2048
+radio.1.rxgain=low
+radio.1.sharedant=disabled
+radio.1.sisomode=disabled
+radio.1.status=enabled
+radio.1.streammode=disabled
+radio.1.subsystemid=0xaf01
+radio.1.tx_freq2=null
+radio.1.tx_freq3=null
+radio.1.tx_freq=24.1GHz
+radio.1.txchanbw=2048
+radio.1.txpower=33
+radio.countrycode=840
+radio.status=enabled
+resolv.host.1.name=UBNT
+resolv.host.1.status=enabled
+resolv.nameserver.1.ip=1.1.1.1
+resolv.nameserver.1.status=enabled
+resolv.nameserver.2.ip=
+resolv.nameserver.2.status=disabled
+resolv.nameserver.status=enabled
+resolv.status=disabled
+route.1.comment=
+route.1.devname=br0
+route.1.gateway=10.10.10.1
+route.1.ip=0.0.0.0
+route.1.netmask=0
+route.1.status=enabled
+route.status=enabled
+snmp.community=admin
+snmp.contact=lab
+snmp.location=lab
+snmp.status=enabled
+sshd.auth.passwd=enabled
+sshd.port=22
+sshd.status=enabled
+syslog.remote.port=514
+syslog.remote.status=disabled
+syslog.status=disabled
+system.button.reset=enabled
+system.cfg.version=65540
+system.date.status=disabled
+system.date.timestamp=
+system.eirp.status=enabled
+system.latitude=
+system.longitude=
+system.timezone=GMT
+telnetd.port=23
+telnetd.status=enabled
+ucode.1.rxscramblekey=0
+ucode.1.txscramblekey=0
+udapi_bridge.callhome.status=disabled
+unms.uri=-
+update.check.status=enabled
+users.1.name=ubnt
+users.1.password=$2$GXWw8TsR$eBl/.jP1ibig7GUV4nn65.
+users.1.status=enabled
+users.2.status=disabled
+users.status=enabled
+vlan.status=disabled
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_received.json b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_received.json
new file mode 100644
index 0000000..14ebeea
--- /dev/null
+++ b/tests/unit/mock/config/compliance/compliance/ubiquiti_airos/airos_received.json
@@ -0,0 +1,32 @@
+{
+ "radio_country_code": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "radio.1.countrycode=840",
+ "intended": "radio.1.countrycode=840"
+ },
+ "snmp": {
+ "compliant": true,
+ "missing": "",
+ "extra": "",
+ "cannot_parse": true,
+ "unordered_compliant": true,
+ "ordered_compliant": true,
+ "actual": "snmp.community=admin",
+ "intended": "snmp.community=admin"
+ },
+ "radio_mode": {
+ "compliant": false,
+ "missing": "radio.1.mode=master",
+ "extra": "radio.1.mode=slave",
+ "cannot_parse": true,
+ "unordered_compliant": false,
+ "ordered_compliant": false,
+ "actual": "radio.1.mode=slave",
+ "intended": "radio.1.mode=master"
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_feature.py b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_feature.py
new file mode 100644
index 0000000..9c2a3a8
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "hostname", "ordered": False, "section": ["hostname"]},
+ {"name": "logging", "ordered": False, "section": ["logging", "no logging"]},
+ {"name": "aaa", "ordered": False, "section": ["aaa"]},
+]
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_received.json b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_received.json
new file mode 100644
index 0000000..864d58a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_received.json
@@ -0,0 +1,6 @@
+{
+ "remaining_cfg": "!\n\n!\nroute Management 0.0.0.0 0.0.0.0 10.1.1.1 1",
+ "section_not_found": [
+ "aaa"
+ ]
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_sent.txt b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_sent.txt
new file mode 100644
index 0000000..16c4340
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_asa/asa_basic_sent.txt
@@ -0,0 +1,16 @@
+hostname jcy-fw-01
+!
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.200
+no logging message 20202020
+!
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_feature.py b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_feature.py
new file mode 100644
index 0000000..3556952
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_feature.py
@@ -0,0 +1,5 @@
+features = [
+ {"name": "banner", "ordered": False, "section": ["banner"]},
+ {"name": "bgp", "ordered": False, "section": ["router bgp"]},
+ {"name": "ntp", "ordered": True, "section": ["ntp"]},
+]
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_received.json b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_received.json
new file mode 100644
index 0000000..a03e048
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_received.json
@@ -0,0 +1,6 @@
+{
+ "remaining_cfg": "hostname dfw1-core-01",
+ "section_not_found": [
+ "bgp"
+ ]
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_sent.txt b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_sent.txt
new file mode 100644
index 0000000..77cfe70
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/cisco_iosxr/iosxr_basic_sent.txt
@@ -0,0 +1,10 @@
+hostname dfw1-core-01
+banner exec ~
+****************
+Network to Code
+New York City, New York
+****************
+~
+ntp
+ server vrf management 10.44.158.184 source Loopback40302
+ server vrf management 10.44.149.8 source Loopback40302
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_feature.py b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_feature.py
new file mode 100644
index 0000000..df05b7a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_feature.py
@@ -0,0 +1,6 @@
+features = [
+ {"name": "routing-filter", "ordered": True, "section": ["/routing filter"]},
+ {"name": "ospf", "ordered": True, "section": ["/routing ospf"]},
+ {"name": "snmp", "ordered": True, "section": ["/snmp"]},
+ {"name": "ip-firewall", "ordered": True, "section": ["/ip firewall"]},
+]
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_received.json b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_received.json
new file mode 100644
index 0000000..1f56386
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_received.json
@@ -0,0 +1,5 @@
+{
+ "remaining_cfg": "/system clock set time-zone-name=America/New_York\n/system identity set name=ag1.123site.nwk.nj\n/system logging add action=remote topics=error\n/system logging add action=remote topics=info",
+
+ "section_not_found": ["ip-firewall"]
+}
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_sent.txt b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_sent.txt
new file mode 100644
index 0000000..47f233f
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/mikrotik_routeros/routeros_sent.txt
@@ -0,0 +1,10 @@
+/routing filter add action=discard chain=ibgp-no-default-out prefix=10.127.1.0/24
+/routing filter add action=accept chain=ibgp-no-default-out prefix=10.64.0.0/10 prefix-length=22-32
+/routing ospf interface add dead-interval=8s hello-interval=2s interface=vlan3049-Transit-to-85Presidential network-type=point-to-point
+/routing ospf interface add cost=11 dead-interval=8s hello-interval=2s interface=vlan3166-Transit-HalseyCore-Agg1-to-Indigo-5 network-type=point-to-point
+/routing ospf network add area=backbone network=10.126.0.16/29
+/snmp set enabled=yes trap-community=somestring
+/system clock set time-zone-name=America/New_York
+/system identity set name=ag1.123site.nwk.nj
+/system logging add action=remote topics=error
+/system logging add action=remote topics=info
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_feature.py b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_feature.py
new file mode 100644
index 0000000..0c2c999
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_feature.py
@@ -0,0 +1,4 @@
+features = [
+ {"name": "System Configuration", "ordered": False, "section": ["System Configuration"]},
+ {"name": "System Security Configuration", "ordered": True, "section": ["System Security Configuration"]},
+]
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_received.json b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_received.json
new file mode 100644
index 0000000..0e8022a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_received.json
@@ -0,0 +1,4 @@
+{
+ "remaining_cfg": "exit all\nconfigure\n\n\nSystem Login Control Configuration\n system\n login-control\n ssh\n inbound-max-sessions 30\n exit\n exit\n exit",
+ "section_not_found": []
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_sent.txt b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_sent.txt
new file mode 100644
index 0000000..418602b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/nokia_sros/sros_sent.txt
@@ -0,0 +1,106 @@
+exit all
+configure
+System Configuration
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
+System Security Configuration
+ system
+ security
+ profile "administrative"
+ netconf
+ base-op-authorization
+ kill-session
+ lock
+ exit
+ exit
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "tools dump security"
+ action permit
+ exit
+ entry 50
+ match "admin system security"
+ action permit
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 111
+ match "clear li"
+ action deny
+ exit
+ entry 112
+ match "tools dump li"
+ action deny
+ exit
+ exit
+ user "admin"
+ password "$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6"
+ access console ftp snmp netconf grpc
+ console
+ member "administrative"
+ exit
+ exit
+ user "vrnetlab"
+ password "$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C"
+ access console netconf
+ console
+ member "administrative"
+ member "default"
+ exit
+ exit
+ per-peer-queuing
+ dist-cpu-protection
+ policy "_default-access-policy" create
+ exit
+ policy "_default-network-policy" create
+ exit
+ exit
+ exit
+ exit
+System Login Control Configuration
+ system
+ login-control
+ ssh
+ inbound-max-sessions 30
+ exit
+ exit
+ exit
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_feature.py b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_feature.py
new file mode 100644
index 0000000..8ed8128
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_feature.py
@@ -0,0 +1,8 @@
+features = [
+ {"name": "Management Config", "ordered": False, "section": ["set mgt-config "]},
+ {
+ "name": "Panorama Config",
+ "ordered": True,
+ "section": ["set deviceconfig system service "],
+ },
+]
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_received.json b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_received.json
new file mode 100644
index 0000000..7eba41a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_received.json
@@ -0,0 +1,4 @@
+{
+ "remaining_cfg": "set deviceconfig system permitted-ip 0.0.0.0/0\nset deviceconfig system domain example.com",
+ "section_not_found": []
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_sent.txt b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_sent.txt
new file mode 100644
index 0000000..0c0b1e0
--- /dev/null
+++ b/tests/unit/mock/config/compliance/config_section_not_parsed/paloalto_panos/panos_sent.txt
@@ -0,0 +1,9 @@
+set deviceconfig system permitted-ip 0.0.0.0/0
+set deviceconfig system domain example.com
+set deviceconfig system service disable-telnet yes
+set deviceconfig system service disable-http yes
+set deviceconfig system service disable-snmp no
+set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1
+set mgt-config users readonly phash passhash
+set mgt-config users user1 permissions role-based superuser yes
+set mgt-config users user1 phash passhash
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_base.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_base.txt
new file mode 100644
index 0000000..dd16ba3
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_base.txt
@@ -0,0 +1,16 @@
+hostname jcy-fw-01
+!
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.20
+no logging message 10101010
+!
+route Management 0.0.0.0 0.0.0.0 10.1.1.254 1
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_intended.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_intended.txt
new file mode 100644
index 0000000..16c4340
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_intended.txt
@@ -0,0 +1,16 @@
+hostname jcy-fw-01
+!
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.200
+no logging message 20202020
+!
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_received.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_received.txt
new file mode 100644
index 0000000..8adbe0f
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_asa/asa_basic_received.txt
@@ -0,0 +1,3 @@
+logging host Management 10.1.1.200
+no logging message 20202020
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_base.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_base.txt
new file mode 100644
index 0000000..34c8ff5
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_base.txt
@@ -0,0 +1,5 @@
+router bgp 100
+ bgp router-id 10.6.6.5
+!
+snmp-server ifindex persist
+
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_intended.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_intended.txt
new file mode 100644
index 0000000..74ce2de
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_intended.txt
@@ -0,0 +1,6 @@
+router bgp 40302
+ bgp router-id 98.200.230.153
+!
+snmp-server ifindex persist
+snmp-server mibs qosmib persist
+snmp-server vrf management
diff --git a/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_received.txt b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_received.txt
new file mode 100644
index 0000000..a949f33
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/cisco_iosxr/iosxr_basic_received.txt
@@ -0,0 +1,4 @@
+router bgp 40302
+ bgp router-id 98.200.230.153
+snmp-server mibs qosmib persist
+snmp-server vrf management
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_base.txt b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_base.txt
new file mode 100644
index 0000000..9eaeb47
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_base.txt
@@ -0,0 +1,29 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_intended.txt b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_intended.txt
new file mode 100644
index 0000000..a22a8cd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_intended.txt
@@ -0,0 +1,29 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "core-router.example.com"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone EDT
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_received.txt b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_received.txt
new file mode 100644
index 0000000..417f6f4
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/nokia_sros/sros_received.txt
@@ -0,0 +1,5 @@
+System Configuration
+ system
+ name "core-router.example.com"
+ time
+ zone EDT
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_base.txt b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_base.txt
new file mode 100644
index 0000000..2f6bf8a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_base.txt
@@ -0,0 +1,9 @@
+set deviceconfig system permitted-ip 0.0.0.0/0
+set deviceconfig system domain example.com
+set deviceconfig system service disable-telnet yes
+set deviceconfig system service disable-http yes
+set deviceconfig system service disable-snmp no
+set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1
+set mgt-config users readonly phash passhash
+set mgt-config users user1 permissions role-based superuser yes
+set mgt-config users user1 phash passhash
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_intended.txt b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_intended.txt
new file mode 100644
index 0000000..cd5380a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_intended.txt
@@ -0,0 +1,9 @@
+set deviceconfig system permitted-ip 10.0.0.0/8
+set deviceconfig system domain example.com
+set deviceconfig system service disable-telnet yes
+set deviceconfig system service disable-http yes
+set deviceconfig system service disable-snmp no
+set mgt-config users readonly permissions role-based vsysreader localhost.localdomain vsys vsys1
+set mgt-config users readonly phash passhash
+set mgt-config users user1 permissions role-based superuser yes
+set mgt-config users user1 phash passhash
diff --git a/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_received.txt b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_received.txt
new file mode 100644
index 0000000..75626b0
--- /dev/null
+++ b/tests/unit/mock/config/compliance/diff_network_config/paloalto_panos/panos_basic_received.txt
@@ -0,0 +1 @@
+set deviceconfig system permitted-ip 10.0.0.0/8
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_basic_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_actual.txt
new file mode 100644
index 0000000..defc21d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_actual.txt
@@ -0,0 +1,3 @@
+ntp server 10.10.10.10
+ntp server 10.10.10.11
+ntp server 10.10.10.12
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_basic_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_feature.py
new file mode 100644
index 0000000..4bc9064
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "ntp", "ordered": False, "section": ["ntp server "]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_basic_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_intended.txt
new file mode 100644
index 0000000..9149f5b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_intended.txt
@@ -0,0 +1,3 @@
+ntp server 10.10.10.10
+ntp server 10.10.10.12
+ntp server 10.10.10.11
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_basic_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_received.py
new file mode 100644
index 0000000..afd3395
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_basic_received.py
@@ -0,0 +1,10 @@
+data = {
+ "actual": "ntp server 10.10.10.10\nntp server 10.10.10.11\nntp server 10.10.10.12",
+ "cannot_parse": True,
+ "compliant": True,
+ "extra": "",
+ "intended": "ntp server 10.10.10.10\nntp server 10.10.10.12\nntp server 10.10.10.11",
+ "missing": "",
+ "ordered_compliant": False,
+ "unordered_compliant": True,
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_actual.txt
new file mode 100755
index 0000000..7c968cd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_actual.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+actual config exec banner
+-========
+^C
+banner motd ^C
+======
+actual config motd banner
+======
+ || ($hostname) ||
+^C
+!
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_actual.txt
new file mode 100644
index 0000000..7c968cd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_actual.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+actual config exec banner
+-========
+^C
+banner motd ^C
+======
+actual config motd banner
+======
+ || ($hostname) ||
+^C
+!
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_feature.py
new file mode 100644
index 0000000..dedb926
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "exec banner", "ordered": False, "section": ["banner exec"]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_intended.txt
new file mode 100644
index 0000000..d5bdb90
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_intended.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+intended config exec banner
+-========
+^C
+banner motd ^C
+======
+intended config motd banner
+======
+ || ($hostname) ||
+^C
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_received.py
new file mode 100644
index 0000000..1ccfbe4
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_exec_received.py
@@ -0,0 +1,10 @@
+data = {
+ "compliant": False,
+ "missing": "banner exec ^C\n=========\nintended config exec banner\n-========\n^C",
+ "extra": "banner exec ^C\n=========\nactual config exec banner\n-========\n^C",
+ "cannot_parse": True,
+ "unordered_compliant": False,
+ "ordered_compliant": False,
+ "actual": "banner exec ^C\n=========\nactual config exec banner\n-========\n^C",
+ "intended": "banner exec ^C\n=========\nintended config exec banner\n-========\n^C",
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_feature.py
new file mode 100755
index 0000000..24faf80
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "dual banner", "ordered": False, "section": ["banner"]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_intended.txt
new file mode 100755
index 0000000..d5bdb90
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_intended.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+intended config exec banner
+-========
+^C
+banner motd ^C
+======
+intended config motd banner
+======
+ || ($hostname) ||
+^C
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_actual.txt
new file mode 100644
index 0000000..7c968cd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_actual.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+actual config exec banner
+-========
+^C
+banner motd ^C
+======
+actual config motd banner
+======
+ || ($hostname) ||
+^C
+!
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_feature.py
new file mode 100644
index 0000000..74a7e8d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "motd banner", "ordered": False, "section": ["banner motd"]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_intended.txt
new file mode 100644
index 0000000..d5bdb90
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_intended.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+intended config exec banner
+-========
+^C
+banner motd ^C
+======
+intended config motd banner
+======
+ || ($hostname) ||
+^C
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_received.py
new file mode 100644
index 0000000..cd76bfe
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_motd_received.py
@@ -0,0 +1,10 @@
+data = {
+ "compliant": False,
+ "missing": "banner motd ^C\n======\nintended config motd banner\n======\n || ($hostname) ||\n^C",
+ "extra": "banner motd ^C\n======\nactual config motd banner\n======\n || ($hostname) ||\n^C",
+ "cannot_parse": True,
+ "unordered_compliant": False,
+ "ordered_compliant": False,
+ "actual": "banner motd ^C\n======\nactual config motd banner\n======\n || ($hostname) ||\n^C",
+ "intended": "banner motd ^C\n======\nintended config motd banner\n======\n || ($hostname) ||\n^C",
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_received.py
new file mode 100755
index 0000000..68c9f3a
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_dual_banner_received.py
@@ -0,0 +1,10 @@
+data = {
+ "compliant": False,
+ "missing": "banner exec ^C\n=========\nintended config exec banner\n-========\n^C\nbanner motd ^C\n======\nintended config motd banner\n======\n || ($hostname) ||\n^C",
+ "extra": "banner exec ^C\n=========\nactual config exec banner\n-========\n^C\nbanner motd ^C\n======\nactual config motd banner\n======\n || ($hostname) ||\n^C",
+ "cannot_parse": True,
+ "unordered_compliant": False,
+ "ordered_compliant": False,
+ "actual": "banner exec ^C\n=========\nactual config exec banner\n-========\n^C\nbanner motd ^C\n======\nactual config motd banner\n======\n || ($hostname) ||\n^C",
+ "intended": "banner exec ^C\n=========\nintended config exec banner\n-========\n^C\nbanner motd ^C\n======\nintended config motd banner\n======\n || ($hostname) ||\n^C",
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_actual.txt
new file mode 100755
index 0000000..b4062f2
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_actual.txt
@@ -0,0 +1,7 @@
+hostname emptybanner
+!
+banner motd ^C^C
+!
+line vty 0 4
+ transport ssh
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_feature.py
new file mode 100755
index 0000000..4d99ae9
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "banner", "ordered": False, "section": ["banner"]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_intended.txt
new file mode 100755
index 0000000..84dfb63
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_intended.txt
@@ -0,0 +1,9 @@
+hostname emptybanner
+!
+banner motd ^C
+actual banner example
+^C
+!
+line vty 0 4
+ transport ssh
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_received.py
new file mode 100755
index 0000000..51510b2
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_banner_received.py
@@ -0,0 +1,10 @@
+data = {
+ "actual": "banner motd ^C^C",
+ "cannot_parse": True,
+ "compliant": False,
+ "extra": "banner motd ^C^C",
+ "intended": "banner motd ^C\nactual banner example\n^C",
+ "missing": "banner motd ^C\nactual banner example\n^C",
+ "ordered_compliant": False,
+ "unordered_compliant": False,
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_actual.txt
new file mode 100644
index 0000000..e69de29
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_feature.py
new file mode 100644
index 0000000..4bc9064
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "ntp", "ordered": False, "section": ["ntp server "]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_intended.txt
new file mode 100644
index 0000000..e69de29
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_received.py
new file mode 100644
index 0000000..2b8bf14
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_both_received.py
@@ -0,0 +1,10 @@
+data = {
+ "actual": "",
+ "cannot_parse": True,
+ "compliant": True,
+ "extra": "",
+ "intended": "",
+ "missing": "",
+ "ordered_compliant": True,
+ "unordered_compliant": True,
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_actual.txt
new file mode 100644
index 0000000..defc21d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_actual.txt
@@ -0,0 +1,3 @@
+ntp server 10.10.10.10
+ntp server 10.10.10.11
+ntp server 10.10.10.12
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_feature.py
new file mode 100644
index 0000000..4bc9064
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "ntp", "ordered": False, "section": ["ntp server "]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_intended.txt
new file mode 100644
index 0000000..e69de29
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_received.py
new file mode 100644
index 0000000..1756987
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_dst_received.py
@@ -0,0 +1,10 @@
+data = {
+ "actual": "ntp server 10.10.10.10\nntp server 10.10.10.11\nntp server 10.10.10.12",
+ "cannot_parse": True,
+ "compliant": False,
+ "extra": "ntp server 10.10.10.10\nntp server 10.10.10.11\nntp server 10.10.10.12",
+ "intended": "",
+ "missing": "",
+ "ordered_compliant": False,
+ "unordered_compliant": False,
+}
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_actual.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_actual.txt
new file mode 100644
index 0000000..e69de29
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_feature.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_feature.py
new file mode 100644
index 0000000..4bc9064
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_feature.py
@@ -0,0 +1,2 @@
+feature = {"name": "ntp", "ordered": False, "section": ["ntp server "]}
+network_os = "cisco_ios"
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_intended.txt b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_intended.txt
new file mode 100644
index 0000000..9149f5b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_intended.txt
@@ -0,0 +1,3 @@
+ntp server 10.10.10.10
+ntp server 10.10.10.12
+ntp server 10.10.10.11
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_received.py b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_received.py
new file mode 100644
index 0000000..bbc7908
--- /dev/null
+++ b/tests/unit/mock/config/compliance/feature_compliance/ios_empty_src_received.py
@@ -0,0 +1,10 @@
+data = {
+ "actual": "",
+ "cannot_parse": True,
+ "compliant": False,
+ "extra": "",
+ "intended": "ntp server 10.10.10.10\nntp server 10.10.10.12\nntp server 10.10.10.11",
+ "missing": "ntp server 10.10.10.10\nntp server 10.10.10.12\nntp server 10.10.10.11",
+ "ordered_compliant": False,
+ "unordered_compliant": False,
+}
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_feature.py b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_feature.py
new file mode 100644
index 0000000..134ff59
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_feature.py
@@ -0,0 +1 @@
+feature = {"name": "aaa", "ordered": False, "section": ["aaa"]}
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_received.txt b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_received.txt
new file mode 100644
index 0000000..7de5159
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_received.txt
@@ -0,0 +1,10 @@
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key 20202020
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_sent.txt b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_sent.txt
new file mode 100644
index 0000000..483eaa1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_basic_sent.txt
@@ -0,0 +1,25 @@
+hostname jcy-fw-01
+!
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.200
+no logging message 20202020
+!
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key 20202020
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_feature.py b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_feature.py
new file mode 100644
index 0000000..1a2c313
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_feature.py
@@ -0,0 +1 @@
+feature = {"name": "hostname & enable", "ordered": False, "section": ["hostname", "enable"]}
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_received.txt b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_received.txt
new file mode 100644
index 0000000..aea7d0b
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_received.txt
@@ -0,0 +1,2 @@
+hostname jcy-fw-01
+enable password ntc123 encrypted
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_sent.txt b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_sent.txt
new file mode 100644
index 0000000..683cbb1
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_asa/asa_full_sent.txt
@@ -0,0 +1,108 @@
+: Saved
+
+:
+ASA Version 9.7(1)24
+!
+terminal width 511
+hostname jcy-fw-01
+enable password ntc123 encrypted
+xlate per-session deny tcp any4 any4
+xlate per-session deny tcp any4 any6
+xlate per-session deny tcp any6 any4
+xlate per-session deny tcp any6 any6
+xlate per-session deny udp any4 any4 eq domain
+xlate per-session deny udp any4 any6 eq domain
+xlate per-session deny udp any6 any4 eq domain
+xlate per-session deny udp any6 any6 eq domain
+passwd ntc123 encrypted
+names
+
+!
+interface Management0/0
+ management-only
+ nameif Management
+ security-level 100
+ ip address 10.1.1.10 255.255.255.0
+!
+banner motd ********************************************************************
+banner motd
+banner motd This is a test banner.
+banner motd
+banner motd ********************************************************************
+pager lines 24
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.20
+no logging message 10101010
+mtu Management 1500
+ip verify reverse-path interface Management
+no monitor-interface service-module
+icmp unreachable rate-limit 1 burst-size 1
+icmp permit 10.0.0.0 255.0.0.0 Management
+no asdm history enable
+arp timeout 14400
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
+timeout xlate 3:00:00
+timeout pat-xlate 0:00:30
+timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
+timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
+timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
+timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
+timeout tcp-proxy-reassembly 0:01:00
+timeout floating-conn 0:00:00
+timeout conn-holddown 0:00:15
+timeout igp stale-route 0:01:10
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key 10101010
+user-identity default-domain LOCAL
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
+http server enable
+http 0.0.0.0 0.0.0.0 Management
+snmp-server host Management 10.1.1.50 community ***** version 2c
+no snmp-server contact
+snmp-server enable traps syslog
+sysopt noproxyarp Management
+crypto ipsec security-association pmtu-aging infinite
+telnet timeout 5
+ssh stricthostkeycheck
+ssh 0.0.0.0 0.0.0.0 Management
+ssh timeout 60
+ssh version 2
+ssh key-exchange group dh-group1-sha1
+no threat-detection statistics tcp-intercept
+dynamic-access-policy-record DfltAccessPolicy
+username ntc password ntc123 encrypted privilege 15
+!
+class-map inspection_default
+ match default-inspection-traffic
+!
+!
+policy-map type inspect dns preset_dns_map
+ parameters
+ message-length maximum client auto
+ message-length maximum 512
+ no tcp-inspection
+policy-map global_policy
+ class inspection_default
+ inspect dns preset_dns_map
+ inspect ftp
+ inspect tftp
+ inspect ip-options
+!
+service-policy global_policy global
+: end
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_feature.py b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_feature.py
new file mode 100644
index 0000000..4d2f6c9
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_feature.py
@@ -0,0 +1 @@
+feature = {"name": "hostname", "ordered": False, "section": ["hostname "]}
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_received.txt b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_received.txt
new file mode 100644
index 0000000..f2546d5
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_received.txt
@@ -0,0 +1 @@
+hostname dfw1-core-01
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_sent.txt b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_sent.txt
new file mode 100644
index 0000000..94dd9d4
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_basic_sent.txt
@@ -0,0 +1,10 @@
+hostname dfw1-core-01
+clock timezone EST America/NewYork
+logging trap informational
+logging archive
+ device harddisk
+ severity debugging
+ file-size 100
+ frequency daily
+ archive-size 1500
+ archive-length 6
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_feature.py b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_feature.py
new file mode 100644
index 0000000..80dc1f5
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_feature.py
@@ -0,0 +1 @@
+feature = {"name": "aaa", "ordered": False, "section": ["aaa ", "tacacs"]}
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_received.txt b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_received.txt
new file mode 100644
index 0000000..9d12676
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_received.txt
@@ -0,0 +1,8 @@
+tacacs source-interface Loopback40302 vrf management
+aaa accounting commands default start-stop group AUTH none
+aaa group server tacacs+ AUTH
+ vrf management
+ server-private 10.44.154.151 port 49
+ key * *
+aaa authorization commands default group AUTH none
+aaa authentication login default group AUTH local
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_sent.txt b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_sent.txt
new file mode 100644
index 0000000..ad44fcd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/cisco_iosxr/iosxr_full_sent.txt
@@ -0,0 +1,18155 @@
+!! IOS XR Configuration 7.1.1
+!! Last configuration change at Tue Sep 13 10:13:30 2022 by admin
+!
+service unsupported-transceiver
+hostname dfw1-core-01
+clock timezone EST America/NewYork
+logging trap informational
+logging archive
+ device harddisk
+ severity debugging
+ file-size 100
+ frequency daily
+ archive-size 1500
+ archive-length 6
+!
+logging console informational
+logging monitor debugging
+logging 10.44.155.130 vrf management severity info port default
+logging source-interface Loopback40302
+logging hostnameprefix dfw1-core-01
+domain vrf internet name 6d8e0d
+domain vrf internet name-server 109.3.131.6
+domain vrf internet name-server 201.41.240.7
+domain vrf management name 6d8e0d
+domain vrf management name-server 10.44.154.34
+domain vrf management name-server 10.44.155.251
+domain vrf management lookup source-interface Loopback40302
+tacacs source-interface Loopback40302 vrf management
+username *
+ group root-lr
+ group cisco-support
+ secret 5 *
+!
+aaa accounting commands default start-stop group AUTH none
+aaa group server tacacs+ AUTH
+ vrf management
+ server-private 10.44.154.151 port 49
+ key * *
+ !
+!
+aaa authorization commands default group AUTH none
+aaa authentication login default group AUTH local
+banner exec ~
+****************
+Network to Code
+New York City, New York
+****************
+~
+banner motd ~
+*********************!!!IMPORTANT NOTICE!!!************************
+* This is a restricted system. All connections are logged. *
+* If you are not authorized to connect to this system, log *
+* off now. *
+* *
+* Violators will be prosecuted to the full extent of the law. *
+*******************************************************************
+* *
+**********************!!!AVIS IMPORTANT!!!*************************
+* L'acces au present systeme est limite et tous ses acces sont *
+* actuellement utilises. Si vous n'etes pas autorise a vous y *
+* raccorder, veuillez quitter ce systeme immediatement. *
+* *
+* Tout contrevenant sera poursuivi en vertu des mesures prevues *
+* par la loi. *
+*******************************************************************
+~
+vrf internet
+ address-family ipv4 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+ address-family ipv6 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+!
+vrf management
+ address-family ipv4 unicast
+ import route-target
+ 40302:40302
+ !
+ export route-target
+ 40302:40302
+ !
+ !
+!
+vrf 10100:339651554
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:339651554
+ !
+ export route-target
+ 20731:339651554
+ !
+ !
+!
+vrf 10100:956745530
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:956745530
+ !
+ export route-target
+ 20731:956745530
+ !
+ !
+!
+vrf voip-untrusted
+ address-family ipv4 unicast
+ import route-target
+ 40302:11
+ !
+ export route-target
+ 40302:11
+ !
+ !
+!
+line default
+ exec-timeout 60 0
+ session-timeout 60
+!
+snmp-server ifindex persist
+snmp-server mibs qosmib persist
+snmp-server vrf management
+!
+snmp-server user public group1 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server user networking group2 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server view view1 iso included
+snmp-server view view2 iso included
+snmp-server group public v3 priv read abc1234
+snmp-server group networking v3 priv write abc1234 IPv4 BOSS
+redundancy
+!
+ntp
+ server vrf management 10.44.158.184 source Loopback40302
+ server vrf management 10.44.149.8 source Loopback40302
+!
+bfd
+ interface Bundle-Ether301
+ echo
+ !
+ interface Bundle-Ether302
+ echo
+ !
+ multipath include location 0/0/CPU0
+!
+configuration display interface slot-order
+call-home
+ service active
+ contact smart-licensing
+ profile CiscoTAC-1
+ active
+ destination transport-method http
+ !
+!
+hw-module fib ipv4 scale internet-optimized
+hw-module vrrpscale enable
+ipv6 access-list FILTER:STATIC:IPV6:INOUT
+ 11 remark * From: https://tools.ietf.org/html/rfc7454#section-4.65.145.2
+ 20 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1601 any
+ 21 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1601
+ 30 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1600 any
+ 31 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1600
+ 50 deny ipv6 51c3:27:755a:526a:7092:565c:382d:5800/48 any
+ 51 deny ipv6 any 51c3:27:755a:526a:7092:565c:382d:5800/48
+ 60 deny ipv6 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64 any
+ 61 deny ipv6 any 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64
+ 70 deny ipv6 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23 any
+ 71 deny ipv6 any 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23
+ 80 deny ipv6 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48 any
+ 81 deny ipv6 any 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48
+ 90 deny ipv6 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32 any
+ 91 deny ipv6 any 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32
+ 100 deny ipv6 a920:8059:328e:bd58:cf03:170f:3001:5b00/7 any
+ 101 deny ipv6 any a920:8059:328e:bd58:cf03:170f:3001:5b00/7
+ 1001 remark * Permit Remaining
+ 1010 permit ipv6 any any
+!
+ipv4 access-list BOSS
+ 10 permit ipv4 host 10.44.155.248 any
+ 20 permit ipv4 host 10.44.155.184 any
+!
+ipv4 access-list MANAGEMENT
+ 10 permit ipv4 10.44.177.0/16 any
+ 20 permit ipv4 192.168.83.0/24 any
+ 30 permit ipv4 192.168.60.0/22 any
+ 40 permit ipv4 196.174.91.0/22 any
+ 50 permit ipv4 10.133.236.0 0.0.1.255 any
+!
+ipv4 access-list FILTER:VOIP:IN
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic to Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 any 192.168.93.4 0.0.0.3
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 60 remark Permit traffic to SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 80 permit tcp any host 172.22.181.36
+ 90 permit udp any host 172.22.181.36
+ 100 permit ipv4 any host 172.22.181.38
+ 110 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 120 remark Permit return traffic to SBC Media Server
+ 130 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 140 permit udp any host 172.22.181.37
+ 150 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 160 remark Permit traffic to Voip DMS proxy/DNS/NTP Server
+ 170 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 180 permit tcp any host 172.22.181.3 eq www
+ 190 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 200 remark Permit traffic to XML Broadsoft Servers (MyPhone)
+ 210 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 220 permit tcp any host 172.22.181.6 eq www
+ 230 permit tcp any host 172.22.181.6 eq https
+ 240 permit tcp any host 172.22.181.18 eq www
+ 250 permit udp any host 172.22.181.19 eq syslog
+ 260 permit tcp any host 172.22.181.21 eq www
+ 270 permit tcp any host 172.22.181.21 eq https
+ 280 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 290 remark Permit request traffic for provisioning server
+ 300 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 310 permit tcp any host 172.23.243.254 eq www
+ 320 permit tcp any host 172.23.243.254 eq https
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit DHCP Client to Server
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq bootpc any eq bootps
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit NTP
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp any any eq ntp
+ 410 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 420 remark Permit Voip private DNS
+ 430 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 440 permit udp any host 172.22.181.3 eq domain
+ 450 permit udp any host 172.22.181.18 eq domain
+ 460 remark -=-=-=-=-=-=-=-=-=-=
+ 470 remark Permit ICMP anywhere
+ 480 remark =-=-=-=-=-=-=-=-=-=-
+ 490 permit icmp any any
+ 491 remark telnet to jump
+ 492 permit tcp 172.22.181.0 0.7.255.255 eq telnet host 172.22.181.19 established
+ 500 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 510 remark Deny and log everything else
+ 520 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 530 deny ipv4 any any log
+!
+ipv4 access-list FILTER:VOIP:OUT
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic from Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 192.168.93.4 0.0.0.3 any
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 60 remark Permit traffic from SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 80 permit tcp host 172.22.181.36 any
+ 90 permit udp host 172.22.181.36 any
+ 100 permit ipv4 host 172.22.181.38 any
+ 110 permit udp host 172.22.181.37 any
+ 120 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 130 remark Permit return traffic from Voip DMS proxy/DNS/NTP Server
+ 140 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 150 permit tcp host 172.22.181.3 eq www any established
+ 160 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 170 remark Permit request traffic from XML Broadsoft Servers (MyPhone)
+ 180 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 190 permit tcp host 172.22.181.6 eq www any established
+ 200 permit tcp host 172.22.181.6 eq https any established
+ 210 permit tcp host 172.22.181.18 eq www any established
+ 220 permit tcp host 172.22.181.21 eq www any established
+ 230 permit tcp host 172.22.181.21 eq https any established
+ 240 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 250 remark Permit request traffic for provisioning server
+ 260 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 270 permit tcp host 172.23.243.254 eq www any established
+ 280 permit tcp host 172.23.243.254 eq https any established
+ 290 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 300 remark Permit DHCP Server to Client
+ 310 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 320 permit udp any eq bootps any eq bootpc
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit NTP
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq ntp any
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit Voip Private DNS
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp host 172.22.181.3 eq domain any
+ 410 permit udp host 172.22.181.18 eq domain any
+ 420 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 430 remark Permit ICMP anywhere
+ 440 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 450 permit icmp any any
+ 460 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 470 remark Deny and log everything else
+ 480 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 490 deny ipv4 any any log
+!
+ipv4 access-list FILTER:STATIC:IN
+ 10 remark Filter static Internet customers from sending traffic to unauthorized destinations
+ 20 remark Permit traffic to Rack Loopback for Testing
+ 30 permit ipv4 any 192.168.93.0 0.0.0.7
+ 40 permit ipv4 192.168.93.0 0.0.0.7 any
+ 50 remark Filter RFC1918 destinations
+ 60 deny ipv4 0.0.0.0 0.255.255.255 any
+ 70 deny ipv4 any 0.0.0.0 0.255.255.255
+ 80 deny ipv4 10.142.79.0 0.255.255.255 any
+ 90 deny ipv4 any 10.142.79.0 0.255.255.255
+ 100 deny ipv4 80.251.113.0 0.255.255.255 any
+ 110 deny ipv4 any 80.251.113.0 0.255.255.255
+ 120 deny ipv4 170.34.145.0 0.0.255.255 any
+ 130 deny ipv4 any 170.34.145.0 0.0.255.255
+ 140 deny ipv4 172.24.173.0 0.15.255.255 any
+ 150 deny ipv4 any 172.24.173.0 0.15.255.255
+ 160 deny ipv4 192.15.238.0 0.0.0.255 any
+ 170 deny ipv4 any 192.15.238.0 0.0.0.255
+ 180 deny ipv4 192.168.30.0 0.0.255.255 any
+ 190 deny ipv4 any 192.168.30.0 0.0.255.255
+ 200 permit ipv4 any any
+!
+flow exporter-map monitor
+ version v9
+ options interface-table timeout 30
+ options sampler-table timeout 30
+ template timeout 30
+ template data timeout 30
+ template options timeout 30
+ !
+ transport udp 2055
+ source Loopback40302
+ destination 10.44.155.130 vrf management
+!
+flow monitor-map fmm4
+ record ipv4
+ exporter monitor
+ cache timeout active 60
+!
+flow monitor-map fmm6
+ record ipv6
+ exporter monitor
+ cache timeout active 60
+!
+sampler-map sm
+ random 1 out-of 1000
+!
+interface BVI684
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 4488
+ vrf 10100:339651554
+ ipv4 address 192.168.47.9 255.255.255.252
+!
+interface BVI1102
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.241 255.255.255.252
+ ipv6 address 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146c/127
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface BVI2334
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 172.25.134.81 255.255.255.252
+!
+interface Bundle-Ether10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 9216
+ lldp
+ enable
+ !
+!
+interface Bundle-Ether10.35 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 35
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf 10100:956745530
+ ipv4 address 192.168.31.105 255.255.255.252
+ encapsulation dot1q 36
+!
+interface Bundle-Ether10.202 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 202
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.248 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 248
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.280 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 280
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.301 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 301
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.315 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 315
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.317 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 317
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.330 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 330
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.355 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 300
+ rewrite ingress tag pop 1 symmetric
+!
+interface Bundle-Ether10.369 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 369
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.446 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 446
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.535 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 535
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.547 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 547
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.560 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 560
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.563 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 563
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.575 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 575
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.581 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 581
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.590 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 590
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.600 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 600
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.601 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 601
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.610 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 610
+ rewrite ingress tag pop 1 symmetric
+ mtu 9004
+!
+interface Bundle-Ether10.620 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 620
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.625 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 625
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.638 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 638
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.640 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 640
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.670 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 670
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.680 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 680
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.750 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 750
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.795 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 795 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.796 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 796 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.797 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 797 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.798 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 798
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.800 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 800 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.804 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 804 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.807 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 807 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.808 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 808
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.809 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 809
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.823 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 823 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.841 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 841
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.952 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 952
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 953
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.960 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 960
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.1185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1185
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1189
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1190
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1206 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1206
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1216 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1216
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1218 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1218
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1221 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1221
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1222 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1222
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1277 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1277
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.1283 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1283
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1318 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1318
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1319 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1319
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1379 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1379
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.1380 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1380
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1426
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.129.81 255.255.255.240
+ encapsulation dot1q 1426
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.1465 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1465
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1507 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1507
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.1509
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.9 255.255.255.252
+ encapsulation dot1q 1509
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1510 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1513 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1515 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1516 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1517
+ vrf voip-untrusted
+ ipv4 address 172.23.242.109 255.255.255.252
+ encapsulation dot1q 1517
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1518 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1519 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1520 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1521 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1522
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.85 255.255.255.252
+ encapsulation dot1q 1522
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1523
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.73 255.255.255.248
+ encapsulation dot1q 1523
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1524
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.89 255.255.255.252
+ encapsulation dot1q 1524
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1525
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.93 255.255.255.252
+ encapsulation dot1q 1525
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1652 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1652
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1943
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.154.193 255.255.255.252
+ encapsulation dot1q 1943
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.2000 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2000
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.2006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2019 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2019
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2048 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2048
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2091 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2091
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2104 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2104
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2130 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2130
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2131 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2131
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2163 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2163
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2224 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2224
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.2281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2308
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2321 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2321
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2327 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2327
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2329 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2329
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2333 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 681
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.101 255.255.255.252
+ encapsulation dot1q 2345
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.2346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2348 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2348
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2411 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2411
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2433 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2433
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2555 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2555
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2572 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2572
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2714 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2714
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2715 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2715
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2723 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2723
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2765 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2765
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2953
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2956 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2956
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3150 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3150
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3172 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3172
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3308
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3345 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3345
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3360 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3360
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3511
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3512
+ rewrite ingress tag pop 1 symmetric
+ mtu 4470
+!
+interface Bundle-Ether10.3598 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3598
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3698 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3698
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3964
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.212.113 255.255.255.252
+ encapsulation dot1q 3964
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 98.200.230.80 255.255.255.254
+ ipv6 address 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30c/127
+ bundle minimum-active links 1
+ load-interval 30
+!
+interface Bundle-Ether301
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.77
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.76 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Bundle-Ether302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.75
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.74 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Loopback0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ ipv4 address 98.200.230.153 255.255.255.255
+!
+interface Loopback40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf management
+ ipv4 address 10.44.152.26 255.255.255.255
+!
+interface TenGigE0/0/0/0
+ shutdown
+!
+interface TenGigE0/0/0/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.201 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.49 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/4
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.17 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/5
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/6
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/7
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/8
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/9
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/12
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/13
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/14
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/15
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/16
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/17
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/18
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/19
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/20
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/21
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/22
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/23
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/24
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/25
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/26
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/27
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/28
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/29
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/30
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/31
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/32
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/33
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/34
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/35
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/37
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/38
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/39
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface HundredGigE0/0/1/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 10 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface MgmtEth0/RP0/CPU0/0
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/24
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/25
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/26
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/27
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/28
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/29
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/30
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/31
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/32
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/33
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/34
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/35
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/36
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/37
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/38
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/39
+ shutdown
+!
+!
+prefix-set ANY
+ 0.0.0.0/0 le 32
+end-set
+!
+prefix-set NONE
+end-set
+!
+prefix-set AS12345
+ 0.202.126.0/24,
+ 0.203.168.0/24,
+ 0.203.175.0/24,
+ 0.203.181.0/24,
+ 0.200.87.0/24,
+ 0.198.34.0/24,
+ 0.235.247.0/23 le 24,
+ 0.239.42.0/16 le 24,
+ 0.181.147.0/24,
+ 0.113.249.0/24,
+ 0.99.251.0/24,
+ 0.99.208.0/24,
+ 3.241.216.0/24,
+ 3.212.80.0/22 le 24,
+ 3.212.146.0/24,
+ 3.212.189.0/24,
+ 3.212.190.0/24,
+ 3.212.208.0/22 le 24,
+ 3.212.200.0/24,
+ 3.213.136.0/23 ge 24 le 24,
+ 3.213.221.0/24,
+ 3.215.173.0/24,
+ 3.215.175.0/23 ge 24 le 24,
+ 3.215.206.0/22 le 24,
+ 3.215.195.0/24,
+ 3.215.222.0/22 le 24,
+ 3.215.118.0/24,
+ 3.214.212.0/24,
+ 6.103.155.0/22 le 24,
+ 6.73.230.0/22 le 24,
+ 7.33.237.0/24,
+ 7.61.230.0/20 le 24,
+ 7.9.88.0/21 le 24,
+ 7.3.196.0/20 le 24,
+ 7.116.39.0/24,
+ 7.84.145.0/21 le 24,
+ 7.252.237.0/22 ge 23 le 24,
+ 7.199.57.0/24,
+ 7.199.58.0/23 ge 24 le 24,
+ 7.195.28.0/22 le 24,
+ 7.195.223.0/24,
+ 7.195.246.0/23 le 24,
+ 7.195.156.0/24,
+ 7.195.163.0/24,
+ 7.193.87.0/24,
+ 7.192.233.0/24,
+ 7.131.2.0/21 le 24,
+ 7.166.234.0/21 le 24,
+ 7.188.222.0/23 ge 24 le 24,
+ 7.188.220.0/24,
+ 7.188.141.0/22 le 24,
+ 7.189.187.0/24,
+ 7.189.105.0/24,
+ 8.114.117.0/23 le 24,
+ 8.115.18.0/20 le 24,
+ 8.119.164.0/24,
+ 8.119.12.0/23 ge 24 le 24,
+ 8.119.15.0/24,
+ 8.119.117.0/23 le 24,
+ 8.121.169.0/23 le 24,
+ 8.120.136.0/23 ge 24 le 24,
+ 8.120.129.0/24,
+ 8.122.247.0/24,
+ 8.122.19.0/24,
+ 8.124.241.0/24,
+ 8.127.50.0/24,
+ 8.127.112.0/24,
+ 8.127.156.0/24,
+ 8.127.151.0/24,
+ 8.127.149.0/23 ge 24 le 24,
+ 8.127.147.0/24,
+ 8.126.16.0/23 le 24,
+ 8.126.233.0/24,
+ 8.126.219.0/24,
+ 8.109.81.0/24,
+ 8.109.155.0/24,
+ 8.109.152.0/23 ge 24 le 24,
+ 8.111.246.0/22 le 24,
+ 8.111.222.0/24,
+ 8.111.134.0/24,
+ 8.111.71.0/23 ge 24 le 24,
+ 8.111.64.0/24,
+ 8.110.54.0/24,
+ 8.110.52.0/24,
+ 8.110.90.0/24,
+ 8.110.134.0/24,
+ 8.107.28.0/24,
+ 8.107.33.0/23 ge 24 le 24,
+ 8.107.35.0/24,
+ 8.107.55.0/24,
+ 8.107.63.0/23 ge 24 le 24,
+ 8.107.58.0/22 ge 24 le 24,
+ 8.107.144.0/24,
+ 8.106.194.0/22 ge 24 le 24,
+ 8.106.198.0/23 ge 24 le 24,
+ 8.106.238.0/24,
+ 8.106.237.0/23 le 24,
+ 8.106.234.0/24,
+ 8.106.232.0/23 le 24,
+ 8.106.168.0/23 ge 24 le 24,
+ 8.106.45.0/24,
+ 8.106.33.0/24,
+ 8.106.39.0/24,
+ 8.106.28.0/22 le 24,
+ 8.106.120.0/23 ge 24 le 24,
+ 8.104.127.0/22 le 24,
+ 8.104.103.0/24,
+ 8.104.205.0/24,
+ 8.104.167.0/23 le 24,
+ 8.104.164.0/24,
+ 8.104.149.0/24,
+ 8.104.153.0/24,
+ 8.103.88.0/21 le 24,
+ 8.103.25.0/24,
+ 8.103.15.0/24,
+ 8.103.234.0/23 ge 24 le 24,
+ 8.103.239.0/24,
+ 8.102.118.0/23 ge 24 le 24,
+ 8.102.116.0/24,
+ 8.102.150.0/24,
+ 8.101.116.0/24,
+ 8.101.114.0/24,
+ 8.101.112.0/24,
+ 8.100.46.0/24,
+ 8.100.45.0/23 ge 24 le 24,
+ 8.100.42.0/23 ge 24 le 24,
+ 8.100.40.0/24,
+ 8.100.32.0/24,
+ 8.99.113.0/24,
+ 8.99.107.0/24,
+ 8.99.41.0/24,
+ 8.99.20.0/23 ge 24 le 24,
+ 8.99.247.0/24,
+ 8.99.228.0/23 le 24,
+ 8.99.232.0/21 le 24,
+ 8.99.149.0/24,
+ 8.99.133.0/24,
+ 8.98.70.0/24,
+ 8.98.66.0/24,
+ 8.98.190.0/24,
+ 8.98.188.0/23 ge 24 le 24,
+ 8.97.105.0/24,
+ 8.97.207.0/24,
+ 8.97.215.0/22 le 24,
+ 8.96.108.0/24,
+ 8.96.217.0/23 le 24,
+ 8.96.219.0/24,
+ 8.96.220.0/24,
+ 8.96.143.0/24,
+ 8.72.28.0/20 le 24,
+ 8.74.27.0/22 le 24,
+ 8.74.84.0/22 ge 24 le 24,
+ 8.74.176.0/24,
+ 8.74.179.0/24,
+ 8.74.190.0/21 le 24,
+ 8.74.151.0/24,
+ 8.74.250.0/23 ge 24 le 24,
+ 8.74.248.0/24,
+ 8.75.212.0/24,
+ 8.75.215.0/23 ge 24 le 24,
+ 8.75.2.0/24,
+ 8.75.70.0/24,
+ 8.75.78.0/24,
+ 8.76.53.0/24,
+ 8.76.10.0/24,
+ 8.76.86.0/22 ge 24 le 24,
+ 8.76.80.0/24,
+ 8.77.193.0/24,
+ 8.77.195.0/24,
+ 8.77.12.0/20 le 24,
+ 8.78.238.0/22 ge 24 le 24,
+ 8.78.243.0/23 le 24,
+ 8.78.215.0/24,
+ 8.78.88.0/24,
+ 8.78.95.0/23 ge 24 le 24,
+ 8.78.114.0/24,
+ 8.78.51.0/23 le 24,
+ 8.79.121.0/24,
+ 8.79.97.0/24,
+ 8.79.78.0/23 le 24,
+ 8.79.2.0/24,
+ 8.79.0.0/23 ge 24 le 24,
+ 8.79.211.0/24,
+ 8.79.208.0/23 ge 24 le 24,
+ 8.79.215.0/22 ge 24 le 24,
+ 8.79.200.0/22 ge 24 le 24,
+ 8.69.170.0/23 ge 24 le 24,
+ 8.69.175.0/22 ge 24 le 24,
+ 8.69.214.0/24,
+ 8.69.211.0/24,
+ 8.69.111.0/24,
+ 8.69.39.0/23 le 24,
+ 8.68.41.0/24,
+ 8.68.43.0/23 ge 24 le 24,
+ 8.68.16.0/23 ge 24 le 24,
+ 8.68.19.0/24,
+ 8.71.225.0/24,
+ 8.71.230.0/24,
+ 8.71.229.0/23 ge 24 le 24,
+ 8.71.20.0/24,
+ 8.71.18.0/24,
+ 8.71.26.0/24,
+ 8.71.79.0/24,
+ 8.70.179.0/24,
+ 8.70.177.0/23 ge 24 le 24,
+ 8.70.113.0/23 ge 24 le 24,
+ 8.70.114.0/24,
+ 8.66.102.0/22 ge 24 le 24,
+ 8.66.98.0/23 le 24,
+ 8.66.97.0/24,
+ 8.66.88.0/23 ge 24 le 24,
+ 8.66.94.0/22 ge 24 le 24,
+ 8.67.154.0/20 le 24,
+ 8.67.170.0/24,
+ 8.67.168.0/23 ge 24 le 24,
+ 8.67.172.0/22 ge 24 le 24,
+ 8.67.198.0/24,
+ 8.67.193.0/23 ge 24 le 24,
+ 8.67.195.0/24,
+ 8.67.205.0/24,
+ 8.67.206.0/24,
+ 8.67.50.0/22 ge 24 le 24,
+ 8.67.53.0/24,
+ 8.65.52.0/23 ge 24 le 24,
+ 8.65.55.0/24,
+ 8.65.45.0/24,
+ 8.65.46.0/23 ge 24 le 24,
+ 8.65.42.0/22 ge 24 le 24,
+ 8.64.180.0/24,
+ 8.64.179.0/22 ge 24 le 24,
+ 8.64.240.0/24,
+ 8.64.243.0/24,
+ 8.90.186.0/24,
+ 8.90.188.0/23 ge 24 le 24,
+ 8.90.191.0/24,
+ 8.188.147.0/24,
+ 8.189.159.0/24,
+ 8.172.110.0/24,
+ 8.164.81.0/24,
+ 9.13.248.0/24,
+ 13.253.162.0/8 le 24,
+ 15.244.92.0/20 le 24,
+ 15.244.127.0/19 le 24,
+ 15.244.9.0/20 le 24,
+ 15.244.30.0/20 ge 21 le 24,
+ 15.244.44.0/19 ge 20 le 24,
+ 15.150.51.0/21 ge 22 le 24,
+ 15.17.211.0/22 ge 24 le 24,
+ 15.17.227.0/24,
+ 15.26.217.0/19 ge 22 le 24,
+ 15.26.241.0/21 ge 22 le 24,
+ 15.26.252.0/22 le 24,
+ 15.57.110.0/11 ge 16 le 24,
+ 15.94.241.0/21 le 24,
+ 15.94.252.0/21 ge 22 le 24,
+ 15.94.234.0/20 ge 22 le 24,
+ 15.94.221.0/24,
+ 15.94.180.0/24,
+ 15.94.178.0/23 ge 24 le 24,
+ 15.87.18.0/16 le 24,
+ 15.107.52.0/11 ge 16 le 24,
+ 31.161.172.0/20 le 24,
+ 31.161.196.0/24,
+ 31.168.155.0/21 ge 22 le 24,
+ 31.168.151.0/22 le 24,
+ 31.168.104.0/20 le 24,
+ 29.247.46.0/20 le 24,
+ 29.247.172.0/20 le 24,
+ 29.243.137.0/23 le 24,
+ 29.243.220.0/22 le 24,
+ 29.243.207.0/20 le 24,
+ 29.236.238.0/24,
+ 29.236.134.0/22 le 24,
+ 29.236.77.0/22 le 24,
+ 29.236.95.0/22 le 24,
+ 29.236.123.0/22 le 24,
+ 29.227.25.0/20 le 24,
+ 29.227.163.0/19 le 24,
+ 29.219.17.0/19 ge 20 le 24,
+ 29.211.192.0/22 le 24,
+ 29.211.40.0/20 le 24,
+ 29.210.250.0/20 le 24,
+ 29.214.39.0/20 le 24,
+ 29.205.57.0/22 le 24,
+ 29.201.35.0/20 le 24,
+ 29.201.229.0/21 ge 22 le 24,
+ 29.202.94.0/22 le 24,
+ 29.193.82.0/22 ge 23 le 24,
+ 29.193.113.0/20 le 24,
+ 29.193.155.0/20 le 24,
+ 29.193.140.0/21 ge 22 le 24,
+ 29.193.191.0/19 ge 20 le 24,
+ 29.192.180.0/24,
+ 29.199.206.0/23 le 24,
+ 29.198.79.0/20 le 24,
+ 29.198.177.0/23 le 24,
+ 29.170.83.0/22 le 24,
+ 29.174.172.0/19 le 24,
+ 29.185.245.0/21 le 24,
+ 29.185.212.0/20 le 24,
+ 29.185.141.0/22 le 24,
+ 29.185.135.0/21 le 24,
+ 29.185.177.0/21 le 24,
+ 29.185.109.0/21 le 24,
+ 29.185.121.0/21 le 24,
+ 29.185.80.0/22 le 24,
+ 29.185.43.0/21 le 24,
+ 29.185.29.0/19 le 24,
+ 29.187.177.0/22 le 24,
+ 29.186.109.0/21 le 24,
+ 29.186.112.0/21 le 24,
+ 29.186.85.0/22 le 24,
+ 29.186.17.0/19 le 24,
+ 29.176.8.0/18 le 24,
+ 29.176.232.0/18 le 24,
+ 29.177.20.0/19 le 24,
+ 29.177.88.0/20 le 24,
+ 29.177.114.0/20 le 24,
+ 29.183.130.0/20 le 24,
+ 29.183.7.0/24,
+ 29.183.100.0/22 le 24,
+ 29.183.116.0/24,
+ 29.183.124.0/24,
+ 29.156.75.0/19 le 24,
+ 29.159.43.0/19 le 24,
+ 29.20.239.0/24,
+ 29.20.255.0/24,
+ 29.21.177.0/24,
+ 29.23.109.0/24,
+ 29.23.123.0/24,
+ 29.23.166.0/24,
+ 29.22.35.0/24,
+ 29.16.35.0/24,
+ 29.28.102.0/23 ge 24 le 24,
+ 29.31.217.0/24,
+ 29.26.50.0/24,
+ 29.26.19.0/24,
+ 29.26.123.0/24,
+ 29.27.81.0/24,
+ 29.27.29.0/24,
+ 29.25.181.0/24,
+ 29.25.202.0/24,
+ 29.25.83.0/24,
+ 29.25.30.0/24,
+ 29.24.183.0/24,
+ 29.24.19.0/24,
+ 29.0.133.0/24,
+ 29.0.71.0/24,
+ 29.3.46.0/24,
+ 29.4.56.0/23 ge 24 le 24,
+ 29.4.59.0/24,
+ 29.4.140.0/24,
+ 29.5.18.0/24,
+ 29.6.203.0/24,
+ 29.15.103.0/24,
+ 29.15.191.0/23 ge 24 le 24,
+ 29.13.35.0/24,
+ 29.13.246.0/24,
+ 29.12.135.0/24,
+ 29.10.246.0/24,
+ 29.10.188.0/24,
+ 29.11.216.0/24,
+ 29.8.3.0/24,
+ 29.9.55.0/24,
+ 29.9.70.0/24,
+ 29.58.84.0/24,
+ 29.58.121.0/24,
+ 29.56.226.0/24,
+ 29.63.204.0/24,
+ 29.63.101.0/24,
+ 29.63.15.0/23 ge 24 le 24,
+ 29.63.12.0/24,
+ 29.49.79.0/24,
+ 29.48.192.0/24,
+ 29.48.120.0/23 ge 24 le 24,
+ 29.50.242.0/24,
+ 29.36.232.0/24,
+ 29.38.208.0/24,
+ 29.39.137.0/24,
+ 29.34.115.0/24,
+ 29.34.201.0/24,
+ 29.33.74.0/23 ge 24 le 24,
+ 29.32.41.0/23 ge 24 le 24,
+ 29.46.135.0/24,
+ 29.107.68.0/23 le 24,
+ 29.103.90.0/23 le 24,
+ 29.113.211.0/24,
+ 29.123.157.0/19 ge 20 le 24,
+ 29.123.217.0/22 le 24,
+ 29.123.223.0/23 le 24,
+ 29.74.116.0/24,
+ 29.74.97.0/20 le 24,
+ 29.74.235.0/24,
+ 29.74.152.0/22 le 24,
+ 29.74.158.0/23 ge 24 le 24,
+ 29.74.145.0/23 ge 24 le 24,
+ 29.74.148.0/24,
+ 29.75.33.0/23 le 24,
+ 29.75.59.0/23 le 24,
+ 29.75.71.0/19 le 24,
+ 29.75.145.0/20 le 24,
+ 29.79.128.0/18 le 24,
+ 29.79.35.0/18 le 24,
+ 29.77.10.0/17 le 24,
+ 29.67.233.0/19 ge 20 le 24,
+ 29.67.200.0/21 le 24,
+ 29.67.216.0/21 le 24,
+ 29.67.211.0/22 le 24,
+ 29.66.129.0/19 le 24,
+ 29.71.169.0/22 ge 24 le 24,
+ 29.71.173.0/24,
+ 29.71.174.0/23 ge 24 le 24,
+ 29.71.160.0/24,
+ 29.71.163.0/23 ge 24 le 24,
+ 29.71.166.0/23 ge 24 le 24,
+ 29.71.152.0/19 ge 20 le 24,
+ 29.68.211.0/17 le 24,
+ 29.69.196.0/22 le 24,
+ 29.69.221.0/21 ge 22 le 24,
+ 29.69.211.0/22 le 24,
+ 29.83.11.0/19 le 24,
+ 29.94.212.0/19 le 24,
+ 29.94.155.0/18 le 24,
+ 29.95.60.0/20 le 24,
+ 29.95.6.0/24,
+ 29.95.3.0/24,
+ 29.95.88.0/20 le 24,
+ 29.95.169.0/24,
+ 29.95.224.0/22 le 24,
+ 29.95.230.0/24,
+ 29.95.213.0/22 le 24,
+ 29.93.65.0/24,
+ 29.93.89.0/24,
+ 29.93.92.0/24,
+ 29.93.32.0/19 le 24,
+ 29.91.191.0/20 le 24,
+ 29.91.82.0/20 ge 21 le 24,
+ 29.91.22.0/20 le 24,
+ 19.79.100.0/16 le 24,
+ 19.76.122.0/24,
+ 19.76.152.0/20 le 24,
+ 19.65.52.0/20 le 24,
+ 19.81.247.0/19 le 24,
+ 19.80.205.0/18 ge 19 le 24,
+ 19.85.219.0/23 le 24,
+ 19.86.78.0/18 le 24,
+ 19.90.177.0/24,
+ 19.90.190.0/24,
+ 19.90.185.0/24,
+ 19.91.232.0/16 le 24,
+ 19.25.97.0/19 le 24,
+ 19.26.45.0/22 le 24,
+ 19.26.26.0/22 le 24,
+ 19.55.145.0/18 le 24,
+ 19.32.251.0/24,
+ 19.32.248.0/24,
+ 19.210.91.0/21 le 24,
+ 19.210.67.0/21 le 24,
+ 19.210.43.0/19 ge 24 le 24,
+ 19.209.129.0/19 le 24,
+ 19.208.250.0/19 le 24,
+ 19.215.69.0/16 le 24,
+ 19.212.214.0/19 le 24,
+ 19.204.201.0/18 ge 19 le 24,
+ 19.202.211.0/24,
+ 19.200.107.0/16 le 24,
+ 19.194.230.0/18 le 24,
+ 19.195.252.0/18 le 24,
+ 19.189.227.0/18 le 24,
+ 19.168.140.0/19 le 24,
+ 19.168.185.0/20 le 24,
+ 19.168.233.0/21 le 24,
+ 19.169.231.0/19 le 24,
+ 19.170.71.0/18 le 24,
+ 19.141.24.0/17 le 24,
+ 19.137.137.0/20 le 24,
+ 19.130.33.0/19 le 24,
+ 19.130.180.0/19 le 24,
+ 19.129.74.0/19 le 24,
+ 19.129.200.0/17 le 24,
+ 19.148.27.0/24,
+ 19.149.1.0/24,
+ 19.149.178.0/22 le 24,
+ 16.101.147.0/24,
+ 16.101.150.0/22 le 24,
+ 16.101.158.0/22 le 24,
+ 16.101.94.0/24,
+ 16.102.127.0/20 le 24,
+ 16.102.133.0/19 ge 20 le 24,
+ 16.103.107.0/20 le 24,
+ 16.103.73.0/20 le 24,
+ 16.74.9.0/22 le 24,
+ 16.74.35.0/24,
+ 16.77.205.0/20 le 24,
+ 16.3.2.0/22 le 24,
+ 16.6.251.0/24,
+ 16.14.250.0/16 le 24,
+ 16.15.61.0/19 le 24,
+ 16.13.108.0/17 le 24,
+ 16.12.175.0/24,
+ 16.12.173.0/23 le 24,
+ 16.12.169.0/24,
+ 16.12.171.0/24,
+ 16.12.160.0/23 le 24,
+ 16.12.166.0/22 le 24,
+ 16.27.42.0/22 le 24,
+ 16.25.12.0/20 le 24,
+ 16.25.57.0/24,
+ 16.25.59.0/23 ge 24 le 24,
+ 16.25.63.0/22 le 24,
+ 16.25.49.0/22 le 24,
+ 16.25.43.0/24,
+ 16.16.82.0/24,
+ 16.16.81.0/24,
+ 16.18.197.0/21 le 24,
+ 16.18.84.0/19 le 24,
+ 16.21.100.0/20 le 24,
+ 16.21.122.0/24,
+ 16.21.120.0/23 ge 24 le 24,
+ 16.21.126.0/24,
+ 16.21.115.0/24,
+ 16.21.66.0/19 ge 20 le 24,
+ 16.23.138.0/22 le 24,
+ 16.153.230.0/20 le 24,
+ 16.153.240.0/21 le 24,
+ 16.153.255.0/23 ge 24 le 24,
+ 16.153.253.0/24,
+ 16.153.251.0/23 le 24,
+ 16.153.249.0/23 ge 24 le 24,
+ 16.234.104.0/23 ge 24 le 24,
+ 21.129.20.0/23 le 24,
+ 23.232.154.0/24,
+ 23.221.124.0/23 le 24,
+ 23.107.43.0/19 le 24,
+ 23.64.215.0/24,
+ 23.64.208.0/24,
+ 23.64.211.0/24,
+ 23.64.221.0/24,
+ 23.67.102.0/24,
+ 23.66.115.0/21 le 24,
+ 23.82.189.0/17 le 24,
+ 23.90.227.0/24,
+ 23.90.252.0/24,
+ 23.91.165.0/24,
+ 23.91.160.0/22 le 24,
+ 23.7.231.0/20 ge 24 le 24,
+ 23.7.249.0/22 ge 24 le 24,
+ 23.7.255.0/22 le 24,
+ 23.7.241.0/22 ge 24 le 24,
+ 23.7.246.0/23 ge 24 le 24,
+ 23.7.244.0/24,
+ 45.192.190.0/9 le 24,
+ 45.31.122.0/10 le 24,
+ 45.70.236.0/12 le 24,
+ 45.120.58.0/11 le 24,
+ 46.49.245.0/23 ge 24 le 24,
+ 46.49.252.0/22 le 24,
+ 46.49.233.0/23 le 24,
+ 46.95.126.0/24,
+ 40.116.96.0/22 le 24,
+ 40.73.62.0/23 ge 24 le 24,
+ 40.150.166.0/24,
+ 40.150.210.0/22 le 24,
+ 40.150.230.0/24,
+ 40.150.65.0/22 le 24,
+ 41.105.19.0/21 le 24,
+ 41.84.107.0/22 le 24,
+ 41.87.6.0/24,
+ 41.87.116.0/22 le 24,
+ 41.87.112.0/23 le 24,
+ 41.87.115.0/24,
+ 41.38.128.0/23 ge 24 le 24,
+ 41.25.44.0/21 le 24,
+ 41.5.42.0/24,
+ 41.14.159.0/21 le 24,
+ 41.15.3.0/23 ge 24 le 24,
+ 41.15.5.0/24,
+ 41.141.57.0/23 le 24,
+ 41.141.59.0/23 ge 24 le 24,
+ 41.251.227.0/21 le 24,
+ 41.252.228.0/23 ge 24 le 24,
+ 41.235.250.0/24,
+ 41.215.249.0/21 le 24,
+ 41.212.16.0/24,
+ 41.212.22.0/23 ge 24 le 24,
+ 41.212.5.0/24,
+ 41.212.7.0/24,
+ 41.212.13.0/24,
+ 41.212.9.0/24,
+ 43.70.249.0/22 le 24,
+ 43.70.66.0/19 le 24,
+ 43.73.43.0/20 le 24,
+ 43.72.149.0/23 le 24,
+ 43.72.249.0/21 le 24,
+ 43.79.40.0/24,
+ 43.79.6.0/24,
+ 43.112.25.0/21 le 24,
+ 43.112.90.0/20 le 24,
+ 43.63.233.0/24,
+ 43.63.148.0/24,
+ 43.63.125.0/22 le 24,
+ 43.62.126.0/24,
+ 43.62.91.0/24,
+ 43.61.130.0/24,
+ 43.60.25.0/23 le 24,
+ 43.60.75.0/24,
+ 43.56.184.0/21 le 24,
+ 43.57.127.0/21 le 24,
+ 43.55.221.0/23 ge 24 le 24,
+ 43.55.209.0/24,
+ 43.48.176.0/21 le 24,
+ 43.38.84.0/24,
+ 43.39.63.0/24,
+ 43.39.253.0/23 le 24,
+ 43.37.179.0/23 le 24,
+ 43.37.185.0/23 le 24,
+ 43.37.187.0/23 ge 24 le 24,
+ 43.37.191.0/22 ge 24 le 24,
+ 43.32.33.0/24,
+ 43.35.123.0/24,
+ 43.34.181.0/20 le 24,
+ 43.40.208.0/22 le 24,
+ 43.40.255.0/24,
+ 43.42.7.0/24,
+ 43.47.165.0/24,
+ 43.47.172.0/24,
+ 43.44.28.0/24,
+ 43.8.206.0/24,
+ 43.11.86.0/24,
+ 43.11.207.0/23 le 24,
+ 43.11.172.0/24,
+ 43.10.13.0/24,
+ 43.10.131.0/24,
+ 43.10.242.0/24,
+ 43.10.247.0/22 le 24,
+ 43.15.232.0/24,
+ 43.15.235.0/24,
+ 43.15.229.0/23 le 24,
+ 43.13.170.0/24,
+ 43.13.138.0/24,
+ 43.13.144.0/22 le 24,
+ 43.13.106.0/23 le 24,
+ 43.12.150.0/24,
+ 43.1.88.0/24,
+ 43.1.21.0/24,
+ 43.1.18.0/22 le 24,
+ 43.1.61.0/22 le 24,
+ 43.2.72.0/24,
+ 43.2.88.0/23 ge 24 le 24,
+ 43.2.105.0/23 ge 24 le 24,
+ 43.3.199.0/24,
+ 43.3.223.0/24,
+ 43.3.63.0/24,
+ 43.3.10.0/24,
+ 43.3.82.0/24,
+ 43.3.71.0/24,
+ 43.4.159.0/24,
+ 43.4.238.0/24,
+ 43.4.231.0/24,
+ 43.4.102.0/23 le 24,
+ 43.6.54.0/24,
+ 43.6.31.0/24,
+ 43.6.69.0/22 le 24,
+ 43.6.176.0/24,
+ 43.7.80.0/24,
+ 43.7.79.0/23 le 24,
+ 43.7.227.0/24,
+ 43.30.10.0/24,
+ 43.30.6.0/24,
+ 43.31.14.0/24,
+ 43.31.24.0/24,
+ 43.31.22.0/24,
+ 43.29.242.0/22 le 24,
+ 43.29.29.0/24,
+ 43.28.241.0/24,
+ 43.25.79.0/24,
+ 43.24.247.0/24,
+ 43.24.189.0/23 ge 24 le 24,
+ 43.24.187.0/22 le 24,
+ 43.24.164.0/24,
+ 43.24.152.0/24,
+ 43.24.137.0/20 le 24,
+ 43.24.131.0/24,
+ 43.24.45.0/22 le 24,
+ 43.24.106.0/23 le 24,
+ 43.24.110.0/24,
+ 43.24.127.0/24,
+ 43.24.125.0/23 le 24,
+ 43.24.94.0/23 le 24,
+ 43.26.241.0/23 le 24,
+ 43.26.191.0/21 le 24,
+ 43.22.151.0/22 le 24,
+ 43.22.155.0/22 le 24,
+ 43.20.199.0/23 le 24,
+ 43.20.216.0/23 le 24,
+ 43.20.221.0/24,
+ 43.20.188.0/20 le 24,
+ 43.20.38.0/23 le 24,
+ 43.20.40.0/24,
+ 43.16.145.0/24,
+ 43.16.6.0/24,
+ 43.17.61.0/23 le 24,
+ 43.17.26.0/24,
+ 43.17.29.0/24,
+ 43.18.103.0/24,
+ 43.18.105.0/24,
+ 43.18.172.0/24,
+ 43.18.166.0/24,
+ 43.18.233.0/24,
+ 43.172.156.0/22 ge 24 le 24,
+ 43.172.154.0/23 ge 24 le 24,
+ 43.172.153.0/24,
+ 43.172.145.0/21 ge 24 le 24,
+ 43.172.136.0/21 le 24,
+ 43.175.142.0/19 le 24,
+ 43.175.181.0/21 le 24,
+ 43.174.1.0/21 le 24,
+ 43.174.30.0/20 le 24,
+ 43.174.62.0/23 ge 24 le 24,
+ 43.174.60.0/23 le 24,
+ 43.174.55.0/21 le 24,
+ 43.170.123.0/23 le 24,
+ 43.170.115.0/23 le 24,
+ 43.171.136.0/24,
+ 43.169.187.0/23 ge 24 le 24,
+ 43.169.181.0/22 le 24,
+ 43.169.83.0/22 le 24,
+ 43.189.148.0/23 ge 24 le 24,
+ 43.188.129.0/18 ge 19 le 24,
+ 42.45.134.0/24,
+ 42.45.230.0/24,
+ 42.85.0.0/23 ge 24 le 24,
+ 32.144.181.0/24,
+ 32.155.81.0/24,
+ 32.159.187.0/22 le 24,
+ 32.158.116.0/23 le 24,
+ 32.158.248.0/23 le 24,
+ 32.250.205.0/24,
+ 33.252.196.0/23 ge 24 le 24,
+ 33.252.198.0/24,
+ 33.252.192.0/23 ge 24 le 24,
+ 33.254.164.0/22 le 24,
+ 33.18.231.0/23 ge 24 le 24,
+ 33.18.228.0/24,
+ 33.96.41.0/21 le 24,
+ 33.96.57.0/24,
+ 33.122.83.0/24,
+ 34.12.181.0/23 ge 24 le 24,
+ 34.12.183.0/24,
+ 34.28.9.0/16 le 24,
+ 34.121.40.0/23 ge 24 le 24,
+ 34.121.42.0/24,
+ 34.165.90.0/23 le 24,
+ 35.201.117.0/24,
+ 35.107.201.0/23 ge 24 le 24,
+ 35.107.203.0/24,
+ 35.107.198.0/22 le 24,
+ 35.107.41.0/22 ge 24 le 24,
+ 35.106.198.0/22 ge 24 le 24,
+ 35.106.222.0/23 le 24,
+ 35.106.221.0/24,
+ 35.106.214.0/24,
+ 35.104.168.0/22 le 24,
+ 35.110.244.0/22 le 24,
+ 35.111.87.0/24,
+ 35.108.212.0/22 le 24,
+ 35.108.155.0/24,
+ 35.108.187.0/22 le 24,
+ 35.108.164.0/22 le 24,
+ 35.108.51.0/22 le 24,
+ 35.108.45.0/22 le 24,
+ 35.108.105.0/22 le 24,
+ 35.109.78.0/24,
+ 35.103.23.0/24,
+ 35.103.189.0/22 ge 24 le 24,
+ 35.103.181.0/22 le 24,
+ 35.103.243.0/23 le 24,
+ 35.103.223.0/24,
+ 35.103.200.0/23 ge 24 le 24,
+ 35.103.203.0/24,
+ 35.121.18.0/24,
+ 35.121.79.0/22 le 24,
+ 35.120.103.0/24,
+ 35.122.146.0/22 le 24,
+ 35.122.31.0/23 ge 24 le 24,
+ 35.122.20.0/22 le 24,
+ 35.123.57.0/22 le 24,
+ 35.123.49.0/24,
+ 35.123.51.0/23 le 24,
+ 35.123.17.0/22 le 24,
+ 35.123.31.0/22 ge 24 le 24,
+ 35.123.183.0/23 ge 24 le 24,
+ 35.123.181.0/23 le 24,
+ 35.125.136.0/22 le 24,
+ 35.125.159.0/22 le 24,
+ 35.125.39.0/22 le 24,
+ 35.125.73.0/22 le 24,
+ 35.125.123.0/23 ge 24 le 24,
+ 35.127.79.0/23 le 24,
+ 35.126.90.0/22 le 24,
+ 35.126.197.0/22 le 24,
+ 35.126.163.0/22 le 24,
+ 35.113.15.0/24,
+ 35.113.102.0/22 ge 24 le 24,
+ 35.115.62.0/22 ge 24 le 24,
+ 35.115.18.0/22 ge 24 le 24,
+ 35.115.129.0/22 le 24,
+ 35.115.143.0/24,
+ 35.115.159.0/22 le 24,
+ 35.114.95.0/22 le 24,
+ 35.114.151.0/22 le 24,
+ 35.117.128.0/22 le 24,
+ 35.117.92.0/22 ge 24 le 24,
+ 35.117.38.0/22 le 24,
+ 35.117.14.0/22 ge 24 le 24,
+ 35.117.18.0/22 le 24,
+ 35.119.80.0/22 le 24,
+ 35.119.109.0/23 ge 24 le 24,
+ 35.119.111.0/24,
+ 35.118.184.0/22 le 24,
+ 35.118.199.0/22 le 24,
+ 35.118.202.0/22 le 24,
+ 39.76.160.0/24,
+ 39.76.23.0/22 le 24,
+ 39.82.46.0/24,
+ 39.81.124.0/24,
+ 39.98.19.0/24,
+ 39.111.168.0/24,
+ 39.104.169.0/24,
+ 39.47.141.0/24,
+ 39.45.141.0/23 ge 24 le 24,
+ 39.45.142.0/24,
+ 39.45.138.0/24,
+ 39.35.224.0/24,
+ 39.35.227.0/24,
+ 39.22.55.0/20 le 24,
+ 39.22.14.0/22 le 24,
+ 39.231.106.0/24,
+ 39.229.59.0/24,
+ 39.226.240.0/24,
+ 39.254.71.0/23 ge 24 le 24,
+ 39.213.114.0/23 le 24,
+ 39.213.110.0/24,
+ 39.213.104.0/22 le 24,
+ 39.213.70.0/24,
+ 39.213.76.0/24,
+ 39.213.79.0/23 le 24,
+ 39.213.84.0/21 le 24,
+ 39.213.95.0/22 le 24,
+ 39.208.240.0/22 le 24,
+ 39.210.130.0/23 le 24,
+ 39.197.128.0/24,
+ 39.206.101.0/24,
+ 39.203.37.0/21 le 24,
+ 39.201.126.0/24,
+ 39.201.122.0/24,
+ 39.201.105.0/23 ge 24 le 24,
+ 39.201.102.0/24,
+ 39.201.72.0/24,
+ 39.201.75.0/23 ge 24 le 24,
+ 39.201.69.0/22 ge 24 le 24,
+ 39.201.83.0/22 le 24,
+ 38.215.112.0/18 le 24,
+ 38.223.140.0/24,
+ 38.223.158.0/24,
+ 38.223.87.0/22 le 24,
+ 38.223.40.0/24,
+ 38.223.19.0/24,
+ 38.223.16.0/24,
+ 38.222.76.0/24,
+ 38.222.78.0/24,
+ 38.222.28.0/24,
+ 38.220.118.0/24,
+ 38.220.111.0/24,
+ 38.220.4.0/23 ge 24 le 24,
+ 38.220.6.0/23 le 24,
+ 38.220.240.0/24,
+ 38.220.243.0/24,
+ 38.221.160.0/24,
+ 38.221.164.0/24,
+ 38.221.227.0/24,
+ 38.221.225.0/24,
+ 38.221.228.0/23 ge 24 le 24,
+ 38.221.231.0/24,
+ 38.221.198.0/22 le 24,
+ 38.221.111.0/24,
+ 38.218.144.0/22 le 24,
+ 38.218.178.0/22 le 24,
+ 38.218.187.0/22 le 24,
+ 38.218.175.0/24,
+ 38.218.102.0/22 ge 24 le 24,
+ 38.218.111.0/22 le 24,
+ 38.218.80.0/24,
+ 38.218.82.0/24,
+ 38.218.76.0/24,
+ 38.218.0.0/22 le 24,
+ 38.219.136.0/24,
+ 38.219.205.0/24,
+ 38.219.100.0/22 ge 24 le 24,
+ 38.217.18.0/22 le 24,
+ 38.217.76.0/22 ge 24 le 24,
+ 38.217.75.0/23 ge 24 le 24,
+ 38.217.65.0/23 le 24,
+ 38.217.110.0/22 ge 24 le 24,
+ 38.217.118.0/24,
+ 38.217.188.0/22 le 24,
+ 38.216.67.0/24,
+ 38.216.65.0/23 ge 24 le 24,
+ 38.216.92.0/22 le 24,
+ 38.216.24.0/24,
+ 38.232.16.0/15 le 24,
+ 38.228.19.0/20 le 24,
+ 38.228.91.0/19 ge 20 le 24,
+ 38.228.206.0/21 ge 22 le 24,
+ 38.229.86.0/18 le 24,
+ 38.231.217.0/21 le 24,
+ 38.230.175.0/24,
+ 38.230.172.0/24,
+ 38.230.190.0/24,
+ 38.230.177.0/23 le 24,
+ 38.230.183.0/23 ge 24 le 24,
+ 38.230.158.0/19 le 24,
+ 38.230.197.0/19 le 24,
+ 38.249.134.0/17 le 24,
+ 38.243.50.0/18 le 24,
+ 38.243.74.0/22 le 24,
+ 38.242.96.0/24,
+ 38.241.125.0/24,
+ 38.241.112.0/24,
+ 38.241.117.0/24,
+ 38.240.229.0/24,
+ 38.245.130.0/24,
+ 38.245.196.0/18 le 24,
+ 38.245.36.0/24,
+ 38.245.42.0/21 le 24,
+ 38.245.56.0/21 le 24,
+ 38.245.55.0/21 ge 22 le 24,
+ 38.245.93.0/24,
+ 38.245.81.0/24,
+ 38.245.66.0/20 le 24,
+ 38.246.24.0/18 ge 19 le 24,
+ 38.246.211.0/20 le 24,
+ 38.246.169.0/24,
+ 38.129.64.0/22 le 24,
+ 38.129.164.0/22 ge 23 le 24,
+ 38.128.216.0/24,
+ 38.131.201.0/22 le 24,
+ 38.131.96.0/23 le 24,
+ 38.130.20.0/23 le 24,
+ 38.130.3.0/24,
+ 38.130.115.0/24,
+ 38.143.223.0/20 le 24,
+ 38.140.207.0/24,
+ 38.140.202.0/22 le 24,
+ 38.140.199.0/21 le 24,
+ 38.140.235.0/24,
+ 38.140.233.0/24,
+ 38.140.254.0/24,
+ 38.138.70.0/18 le 24,
+ 38.138.57.0/20 le 24,
+ 38.138.15.0/19 le 24,
+ 38.138.200.0/19 le 24,
+ 38.150.71.0/22 le 24,
+ 38.150.168.0/22 le 24,
+ 38.150.138.0/22 ge 24 le 24,
+ 38.150.238.0/24,
+ 38.151.142.0/23 ge 24 le 24,
+ 38.151.140.0/23 le 24,
+ 38.151.153.0/23 ge 24 le 24,
+ 38.151.155.0/24,
+ 38.149.171.0/23 le 24,
+ 38.148.121.0/24,
+ 38.148.123.0/24,
+ 38.148.24.0/23 le 24,
+ 38.148.26.0/23 ge 24 le 24,
+ 38.148.255.0/24,
+ 38.148.230.0/23 ge 24 le 24,
+ 38.146.246.0/22 le 24,
+ 38.146.91.0/22 le 24,
+ 38.146.45.0/24,
+ 38.147.15.0/22 le 24,
+ 38.147.78.0/23 ge 24 le 24,
+ 38.145.195.0/23 ge 24 le 24,
+ 38.144.251.0/24,
+ 38.144.191.0/22 ge 24 le 24,
+ 38.144.38.0/23 le 24,
+ 38.144.24.0/22 le 24,
+ 38.144.29.0/24,
+ 38.157.3.0/24,
+ 38.157.137.0/22 le 24,
+ 38.156.214.0/22 le 24,
+ 38.158.95.0/22 le 24,
+ 38.158.178.0/24,
+ 38.158.177.0/24,
+ 38.158.150.0/22 le 24,
+ 38.158.217.0/24,
+ 38.158.219.0/24,
+ 38.159.202.0/22 le 24,
+ 38.159.219.0/22 le 24,
+ 38.159.145.0/22 le 24,
+ 38.159.176.0/24,
+ 38.159.179.0/24,
+ 38.159.86.0/24,
+ 38.153.244.0/23 ge 24 le 24,
+ 38.153.246.0/24,
+ 38.153.124.0/24,
+ 38.152.117.0/24,
+ 38.155.50.0/22 le 24,
+ 38.155.72.0/24,
+ 38.155.172.0/24,
+ 38.155.174.0/24,
+ 38.155.216.0/22 le 24,
+ 38.188.207.0/24,
+ 38.188.132.0/23 ge 24 le 24,
+ 38.191.176.0/22 le 24,
+ 38.191.133.0/22 le 24,
+ 38.191.51.0/22 le 24,
+ 38.190.212.0/22 ge 24 le 24,
+ 38.184.1.0/22 le 24,
+ 38.185.132.0/21 ge 22 le 24,
+ 38.185.4.0/22 le 24,
+ 38.185.58.0/22 le 24,
+ 38.185.52.0/22 le 24,
+ 38.185.34.0/22 le 24,
+ 38.185.81.0/23 ge 24 le 24,
+ 38.187.64.0/22 le 24,
+ 38.187.193.0/23 ge 24 le 24,
+ 38.187.194.0/24,
+ 38.186.178.0/22 ge 23 le 24,
+ 38.181.20.0/22 le 24,
+ 38.181.182.0/22 le 24,
+ 38.181.190.0/24,
+ 38.181.158.0/22 le 24,
+ 38.181.254.0/24,
+ 38.180.225.0/22 le 24,
+ 38.180.58.0/24,
+ 38.180.78.0/22 le 24,
+ 38.182.190.0/23 le 24,
+ 38.182.160.0/24,
+ 38.182.164.0/24,
+ 38.182.173.0/24,
+ 38.183.90.0/23 ge 24 le 24,
+ 38.183.88.0/24,
+ 38.178.41.0/22 le 24,
+ 38.178.105.0/22 le 24,
+ 38.178.103.0/22 le 24,
+ 38.178.82.0/22 le 24,
+ 38.178.228.0/22 le 24,
+ 38.179.201.0/22 ge 24 le 24,
+ 38.179.194.0/22 le 24,
+ 38.179.219.0/24,
+ 38.179.53.0/23 ge 24 le 24,
+ 38.179.68.0/24,
+ 38.179.70.0/23 le 24,
+ 38.179.74.0/23 le 24,
+ 38.179.72.0/24,
+ 38.177.33.0/23 le 24,
+ 38.177.78.0/23 ge 24 le 24,
+ 38.177.76.0/24,
+ 38.177.73.0/22 le 24,
+ 38.177.119.0/22 le 24,
+ 38.176.68.0/24,
+ 38.176.5.0/21 ge 22 le 24,
+ 38.176.255.0/22 le 24,
+ 38.176.237.0/22 ge 24 le 24,
+ 38.176.189.0/22 le 24,
+ 38.50.41.0/24,
+ 38.50.43.0/23 ge 24 le 24,
+ 38.50.64.0/23 ge 24 le 24,
+ 38.50.239.0/24,
+ 38.50.237.0/23 le 24,
+ 38.50.230.0/24,
+ 38.51.31.0/22 le 24,
+ 38.51.78.0/23 le 24,
+ 38.51.77.0/23 ge 24 le 24,
+ 38.51.119.0/24,
+ 38.51.143.0/24,
+ 38.51.140.0/23 ge 24 le 24,
+ 38.48.253.0/22 ge 24 le 24,
+ 38.48.196.0/24,
+ 38.48.128.0/24,
+ 38.48.155.0/24,
+ 38.48.79.0/23 ge 24 le 24,
+ 38.48.100.0/22 le 24,
+ 38.48.26.0/22 le 24,
+ 38.49.144.0/22 le 24,
+ 38.49.201.0/22 le 24,
+ 38.49.53.0/24,
+ 38.49.54.0/23 le 24,
+ 38.49.62.0/23 ge 24 le 24,
+ 38.49.89.0/24,
+ 38.53.201.0/22 le 24,
+ 38.53.220.0/22 le 24,
+ 38.53.23.0/24,
+ 38.53.20.0/23 le 24,
+ 38.52.43.0/24,
+ 38.52.40.0/24,
+ 38.52.143.0/22 le 24,
+ 38.52.172.0/24,
+ 38.52.209.0/24,
+ 38.52.211.0/23 le 24,
+ 38.55.54.0/24,
+ 38.55.52.0/23 ge 24 le 24,
+ 38.55.124.0/24,
+ 38.55.126.0/23 le 24,
+ 38.55.115.0/22 ge 24 le 24,
+ 38.54.36.0/22 ge 24 le 24,
+ 38.54.48.0/24,
+ 38.54.52.0/22 ge 24 le 24,
+ 38.54.90.0/24,
+ 38.54.88.0/23 le 24,
+ 38.54.199.0/23 ge 24 le 24,
+ 38.57.8.0/22 le 24,
+ 38.57.75.0/23 le 24,
+ 38.57.209.0/22 le 24,
+ 38.57.234.0/22 ge 24 le 24,
+ 38.57.227.0/22 le 24,
+ 38.57.184.0/23 le 24,
+ 38.56.78.0/24,
+ 38.56.77.0/23 le 24,
+ 38.56.21.0/24,
+ 38.56.34.0/24,
+ 38.56.176.0/22 le 24,
+ 38.56.213.0/23 ge 24 le 24,
+ 38.59.156.0/24,
+ 38.59.62.0/22 le 24,
+ 38.59.109.0/24,
+ 38.58.1.0/22 ge 24 le 24,
+ 38.58.5.0/22 le 24,
+ 38.58.18.0/24,
+ 38.58.40.0/23 ge 24 le 24,
+ 38.60.152.0/22 le 24,
+ 38.60.203.0/24,
+ 38.60.201.0/23 le 24,
+ 38.60.98.0/22 le 24,
+ 38.60.84.0/22 le 24,
+ 38.60.40.0/24,
+ 38.60.43.0/23 le 24,
+ 38.61.154.0/22 le 24,
+ 38.61.135.0/24,
+ 38.61.51.0/24,
+ 38.61.48.0/23 ge 24 le 24,
+ 38.61.111.0/24,
+ 38.61.118.0/23 ge 24 le 24,
+ 38.62.90.0/24,
+ 38.62.221.0/24,
+ 38.62.133.0/23 ge 24 le 24,
+ 38.62.134.0/23 le 24,
+ 38.63.159.0/22 ge 24 le 24,
+ 38.63.153.0/23 ge 24 le 24,
+ 38.63.3.0/22 ge 24 le 24,
+ 38.63.22.0/24,
+ 38.63.21.0/24,
+ 38.63.54.0/23 le 24,
+ 38.63.98.0/22 ge 24 le 24,
+ 38.33.177.0/22 ge 24 le 24,
+ 38.32.100.0/24,
+ 38.32.103.0/24,
+ 38.32.154.0/24,
+ 38.35.251.0/22 le 24,
+ 38.35.229.0/22 le 24,
+ 38.34.94.0/23 le 24,
+ 38.34.89.0/24,
+ 38.34.68.0/22 le 24,
+ 38.34.117.0/22 ge 24 le 24,
+ 38.34.113.0/24,
+ 38.34.190.0/23 le 24,
+ 38.34.133.0/23 le 24,
+ 38.38.254.0/24,
+ 38.38.217.0/22 ge 24 le 24,
+ 38.38.176.0/22 le 24,
+ 38.38.141.0/22 le 24,
+ 38.38.114.0/22 le 24,
+ 38.39.226.0/22 le 24,
+ 38.39.93.0/22 ge 24 le 24,
+ 38.37.197.0/22 le 24,
+ 38.37.160.0/23 le 24,
+ 38.37.98.0/22 le 24,
+ 38.37.107.0/22 le 24,
+ 38.37.91.0/22 le 24,
+ 38.37.16.0/22 le 24,
+ 38.37.31.0/23 le 24,
+ 38.37.9.0/22 ge 24 le 24,
+ 38.37.4.0/22 ge 23 le 24,
+ 38.37.38.0/23 ge 24 le 24,
+ 38.37.47.0/22 le 24,
+ 38.37.51.0/22 ge 24 le 24,
+ 38.36.245.0/23 le 24,
+ 38.36.151.0/24,
+ 38.36.160.0/24,
+ 38.36.42.0/22 ge 23 le 24,
+ 38.45.163.0/24,
+ 38.45.130.0/22 le 24,
+ 38.45.59.0/22 ge 24 le 24,
+ 38.45.124.0/24,
+ 38.45.127.0/23 ge 24 le 24,
+ 38.45.119.0/24,
+ 38.45.117.0/23 ge 24 le 24,
+ 38.45.101.0/24,
+ 38.45.102.0/23 ge 24 le 24,
+ 38.44.141.0/22 le 24,
+ 38.44.157.0/22 ge 24 le 24,
+ 38.44.209.0/22 ge 24 le 24,
+ 38.44.77.0/24,
+ 38.44.53.0/24,
+ 38.44.54.0/23 ge 24 le 24,
+ 38.44.39.0/24,
+ 38.44.36.0/23 ge 24 le 24,
+ 38.44.32.0/24,
+ 38.44.34.0/24,
+ 38.44.25.0/22 ge 24 le 24,
+ 38.47.244.0/24,
+ 38.47.246.0/23 le 24,
+ 38.47.249.0/22 le 24,
+ 38.47.218.0/23 le 24,
+ 38.47.129.0/23 ge 24 le 24,
+ 38.47.131.0/24,
+ 38.47.141.0/23 ge 24 le 24,
+ 38.47.143.0/24,
+ 38.47.139.0/24,
+ 38.47.97.0/23 le 24,
+ 38.47.85.0/22 le 24,
+ 38.47.7.0/22 le 24,
+ 38.47.16.0/22 le 24,
+ 38.47.42.0/24,
+ 38.47.41.0/23 ge 24 le 24,
+ 38.46.44.0/24,
+ 38.46.46.0/23 ge 24 le 24,
+ 38.46.32.0/24,
+ 38.46.61.0/22 le 24,
+ 38.46.1.0/22 le 24,
+ 38.46.254.0/24,
+ 38.40.110.0/22 le 24,
+ 38.40.226.0/24,
+ 38.41.111.0/22 ge 24 le 24,
+ 38.41.94.0/24,
+ 38.41.92.0/23 ge 24 le 24,
+ 38.43.23.0/23 le 24,
+ 38.43.95.0/22 le 24,
+ 38.43.128.0/22 le 24,
+ 38.42.84.0/22 ge 24 le 24,
+ 38.42.25.0/23 le 24,
+ 38.42.155.0/22 le 24,
+ 38.109.181.0/24,
+ 38.109.176.0/24,
+ 38.109.152.0/20 ge 24 le 24,
+ 38.109.139.0/22 ge 24 le 24,
+ 38.109.229.0/24,
+ 38.109.251.0/22 ge 24 le 24,
+ 38.109.247.0/21 le 24,
+ 38.109.31.0/24,
+ 38.109.19.0/24,
+ 38.109.17.0/24,
+ 38.106.224.0/21 ge 24 le 24,
+ 38.106.115.0/23 ge 24 le 24,
+ 38.106.74.0/24,
+ 38.106.65.0/24,
+ 38.98.23.0/17 le 24,
+ 38.96.252.0/24,
+ 38.96.254.0/23 le 24,
+ 38.96.194.0/19 le 24,
+ 38.96.145.0/18 le 24,
+ 38.101.103.0/18 le 24,
+ 38.102.254.0/22 le 24,
+ 38.102.213.0/24,
+ 38.102.93.0/21 ge 22 le 24,
+ 38.120.30.0/22 le 24,
+ 38.120.9.0/22 le 24,
+ 38.88.216.0/24,
+ 38.88.15.0/24,
+ 38.70.102.0/23 ge 24 le 24,
+ 38.68.76.0/22 le 24,
+ 38.69.80.0/22 le 24,
+ 38.69.16.0/22 le 24,
+ 38.69.38.0/23 ge 24 le 24,
+ 38.64.125.0/21 ge 24 le 24,
+ 38.65.67.0/23 le 24,
+ 38.66.53.0/22 le 24,
+ 38.66.17.0/22 le 24,
+ 38.66.27.0/22 ge 24 le 24,
+ 37.128.83.0/23 ge 24 le 24,
+ 37.128.21.0/22 le 24,
+ 37.128.249.0/23 le 24,
+ 37.128.251.0/24,
+ 37.145.20.0/24,
+ 37.147.35.0/23 ge 24 le 24,
+ 37.147.32.0/24,
+ 37.147.39.0/24,
+ 37.147.36.0/23 ge 24 le 24,
+ 37.146.74.0/24,
+ 37.146.67.0/21 le 24,
+ 37.148.237.0/20 le 24,
+ 37.149.170.0/24,
+ 37.149.163.0/24,
+ 37.149.165.0/23 ge 24 le 24,
+ 37.149.166.0/23 le 24,
+ 37.151.88.0/20 le 24,
+ 37.154.214.0/21 le 24,
+ 37.155.4.0/24,
+ 37.153.114.0/21 le 24,
+ 37.180.125.0/24,
+ 37.180.110.0/23 le 24,
+ 37.187.194.0/18 le 24,
+ 37.92.12.0/24,
+ 37.58.148.0/21 le 24,
+ 37.53.89.0/22 ge 24 le 24,
+ 37.53.93.0/23 ge 24 le 24,
+ 37.53.95.0/24,
+ 37.43.13.0/17 le 24,
+ 37.42.217.0/24,
+ 37.42.138.0/24,
+ 37.42.149.0/24,
+ 37.42.146.0/24,
+ 37.35.14.0/22 le 24,
+ 36.17.167.0/24,
+ 36.63.156.0/24,
+ 36.84.76.0/24,
+ 36.156.74.0/24,
+ 36.156.78.0/24,
+ 36.156.97.0/24,
+ 36.156.116.0/23 ge 24 le 24,
+ 59.213.84.0/22 ge 23 le 24,
+ 59.225.82.0/15 ge 16 le 24,
+ 59.63.227.0/24,
+ 59.63.245.0/23 ge 24 le 24,
+ 59.63.242.0/24,
+ 59.63.252.0/24,
+ 59.32.26.0/22 ge 23 le 24,
+ 59.32.53.0/20 le 24,
+ 59.33.230.0/16 le 24,
+ 59.71.34.0/20 le 24,
+ 59.71.111.0/18 le 24,
+ 59.122.105.0/22 le 24,
+ 59.105.49.0/18 ge 22 le 24,
+ 59.105.91.0/19 ge 22 le 24,
+ 59.105.103.0/23 ge 24 le 24,
+ 59.105.104.0/23 ge 24 le 24,
+ 56.31.58.0/15 le 24,
+ 56.12.221.0/20 le 24,
+ 56.4.167.0/17 le 24,
+ 56.4.89.0/24,
+ 56.4.59.0/23 ge 24 le 24,
+ 56.4.49.0/24,
+ 56.4.14.0/24,
+ 56.62.172.0/24,
+ 56.62.169.0/24,
+ 56.62.130.0/23 le 24,
+ 56.63.140.0/24,
+ 56.63.191.0/24,
+ 56.63.189.0/24,
+ 56.64.228.0/24,
+ 56.74.254.0/20 le 24,
+ 56.74.170.0/24,
+ 56.74.162.0/24,
+ 56.74.161.0/23 ge 24 le 24,
+ 56.74.164.0/24,
+ 56.96.255.0/24,
+ 56.101.193.0/15 ge 16 le 24,
+ 56.113.104.0/23 ge 24 le 24,
+ 56.113.124.0/24,
+ 56.113.48.0/24,
+ 56.113.29.0/24,
+ 56.113.1.0/24,
+ 56.112.109.0/24,
+ 56.112.65.0/20 le 24,
+ 56.112.213.0/19 ge 20 le 24,
+ 56.190.91.0/24,
+ 56.185.132.0/24,
+ 56.136.136.0/24,
+ 57.191.8.0/23 ge 24 le 24,
+ 57.191.214.0/23 ge 24 le 24,
+ 62.171.132.0/24,
+ 62.168.206.0/24,
+ 62.168.192.0/23 le 24,
+ 62.168.240.0/22 le 24,
+ 62.168.167.0/24,
+ 62.168.169.0/24,
+ 62.112.60.0/24,
+ 62.113.134.0/21 le 24,
+ 49.219.100.0/24,
+ 51.57.165.0/22 le 24,
+ 51.98.1.0/21 le 24,
+ 51.98.29.0/20 le 24,
+ 51.98.104.0/21 le 24,
+ 51.99.67.0/24,
+ 51.96.221.0/24,
+ 51.96.218.0/24,
+ 51.96.239.0/23 le 24,
+ 51.96.244.0/24,
+ 51.125.244.0/24,
+ 51.125.246.0/24,
+ 51.125.214.0/22 ge 24 le 24,
+ 51.125.205.0/23 ge 24 le 24,
+ 51.121.16.0/24,
+ 51.123.128.0/24,
+ 51.81.125.0/19 le 24,
+ 51.218.131.0/24,
+ 50.91.207.0/24,
+ 50.228.160.0/22 le 24,
+ 50.229.147.0/22 le 24,
+ 50.229.142.0/23 le 24,
+ 50.229.166.0/22 le 24,
+ 50.229.202.0/22 le 24,
+ 50.229.63.0/24,
+ 50.229.61.0/24,
+ 50.229.29.0/22 le 24,
+ 50.229.25.0/22 ge 24 le 24,
+ 50.229.18.0/23 ge 24 le 24,
+ 50.229.20.0/22 le 24,
+ 50.229.3.0/23 ge 24 le 24,
+ 50.229.4.0/23 ge 24 le 24,
+ 50.229.9.0/22 ge 24 le 24,
+ 50.229.12.0/23 ge 24 le 24,
+ 50.229.15.0/23 le 24,
+ 52.252.214.0/24,
+ 53.242.106.0/20 le 24,
+ 53.240.25.0/22 le 24,
+ 53.240.19.0/21 ge 22 le 24,
+ 53.251.182.0/20 le 24,
+ 53.250.126.0/17 le 24,
+ 53.248.222.0/19 le 24,
+ 53.255.85.0/18 le 24,
+ 53.236.26.0/20 le 24,
+ 53.236.56.0/21 le 24,
+ 53.236.247.0/24,
+ 53.236.245.0/23 ge 24 le 24,
+ 53.225.86.0/18 le 24,
+ 53.225.29.0/19 le 24,
+ 53.222.28.0/24,
+ 53.219.249.0/24,
+ 53.200.253.0/19 le 24,
+ 53.204.248.0/16 le 24,
+ 53.175.67.0/20 le 24,
+ 53.175.39.0/18 le 24,
+ 53.175.145.0/17 ge 18 le 24,
+ 53.172.144.0/24,
+ 53.191.66.0/18 le 24,
+ 53.191.171.0/18 ge 19 le 24,
+ 53.191.212.0/18 le 24,
+ 53.155.103.0/20 le 24,
+ 53.148.188.0/23 le 24,
+ 53.148.191.0/24,
+ 53.147.30.0/17 le 24,
+ 53.144.113.0/20 ge 21 le 24,
+ 53.144.76.0/20 ge 21 le 24,
+ 53.144.87.0/20 le 24,
+ 53.112.192.0/24,
+ 53.33.91.0/22 ge 24 le 24,
+ 55.229.124.0/19 le 24,
+ 55.169.4.0/19 le 24,
+ 55.178.10.0/18 le 24,
+ 55.177.242.0/18 le 24,
+ 55.78.92.0/19 le 24,
+ 55.79.203.0/18 le 24,
+ 55.73.129.0/22 le 24,
+ 55.108.239.0/24,
+ 55.7.151.0/22 le 24,
+ 55.53.146.0/19 le 24,
+ 54.59.227.0/23 le 24,
+ 54.58.126.0/22 le 24,
+ 54.61.194.0/23 le 24,
+ 54.55.38.0/24,
+ 54.51.204.0/23 le 24,
+ 54.41.184.0/24,
+ 54.44.151.0/24,
+ 54.47.35.0/24,
+ 54.47.37.0/23 le 24,
+ 54.33.24.0/23 le 24,
+ 54.34.114.0/23 le 24,
+ 54.36.197.0/24,
+ 54.25.71.0/24,
+ 54.27.172.0/24,
+ 54.30.99.0/24,
+ 54.30.90.0/24,
+ 54.31.215.0/23 le 24,
+ 54.29.46.0/22 le 24,
+ 54.21.229.0/23 le 24,
+ 54.16.218.0/21 le 24,
+ 54.17.40.0/24,
+ 54.17.32.0/23 ge 24 le 24,
+ 54.7.47.0/24,
+ 54.5.19.0/23 le 24,
+ 54.4.4.0/24,
+ 54.13.232.0/24,
+ 54.13.235.0/24,
+ 54.13.56.0/23 le 24,
+ 54.8.234.0/24,
+ 54.11.49.0/23 le 24,
+ 54.138.36.0/24,
+ 54.138.75.0/24,
+ 54.140.154.0/20 le 24,
+ 54.142.218.0/19 le 24,
+ 54.130.17.0/24,
+ 54.130.253.0/24,
+ 54.129.132.0/20 le 24,
+ 54.129.203.0/22 ge 23 le 24,
+ 54.128.128.0/23 le 24,
+ 54.144.201.0/24,
+ 54.144.203.0/24,
+ 54.145.128.0/23 ge 24 le 24,
+ 54.147.43.0/24,
+ 54.146.237.0/22 ge 24 le 24,
+ 54.146.117.0/24,
+ 54.149.29.0/24,
+ 54.149.5.0/24,
+ 54.159.92.0/23 le 24,
+ 54.184.4.0/24,
+ 54.184.203.0/22 le 24,
+ 54.185.207.0/24,
+ 54.185.185.0/22 le 24,
+ 54.187.239.0/23 le 24,
+ 54.188.230.0/22 le 24,
+ 54.189.234.0/23 le 24,
+ 54.191.142.0/24,
+ 54.178.124.0/24,
+ 54.178.9.0/24,
+ 54.177.182.0/24,
+ 54.177.83.0/24,
+ 54.181.69.0/24,
+ 54.182.185.0/24,
+ 54.182.15.0/24,
+ 54.182.108.0/23 le 24,
+ 54.182.106.0/24,
+ 54.182.119.0/24,
+ 54.215.75.0/24,
+ 54.192.145.0/22 le 24,
+ 54.192.88.0/24,
+ 54.193.141.0/24,
+ 54.193.146.0/24,
+ 54.195.93.0/24,
+ 54.198.4.0/23 le 24,
+ 54.198.39.0/24,
+ 54.198.34.0/22 le 24,
+ 54.201.199.0/24,
+ 54.200.160.0/23 le 24,
+ 54.200.165.0/24,
+ 54.203.247.0/24,
+ 54.207.69.0/24,
+ 54.230.28.0/22 le 24,
+ 54.239.230.0/24,
+ 54.246.22.0/24,
+ 54.243.153.0/24,
+ 54.241.123.0/20 le 24,
+ 54.255.29.0/23 le 24,
+ 54.253.4.0/22 le 24,
+ 54.253.96.0/19 le 24,
+ 54.252.198.0/24,
+ 54.252.147.0/24,
+ 54.252.102.0/24,
+ 54.252.83.0/20 le 24,
+ 54.252.14.0/24,
+ 54.252.50.0/24,
+ 54.252.61.0/24,
+ 54.250.44.0/23 le 24,
+ 110.208.193.0/24,
+ 110.213.114.0/24,
+ 110.213.120.0/23 ge 24 le 24,
+ 110.213.126.0/24,
+ 110.213.125.0/24,
+ 110.214.192.0/19 ge 20 le 24,
+ 110.219.109.0/24,
+ 110.218.32.0/24,
+ 110.205.197.0/18 ge 19 le 24,
+ 110.206.93.0/19 le 24,
+ 110.201.245.0/24,
+ 110.203.249.0/20 le 24,
+ 110.198.41.0/24,
+ 110.198.43.0/24,
+ 110.198.63.0/20 le 24,
+ 110.198.95.0/22 le 24,
+ 110.198.151.0/19 le 24,
+ 110.197.246.0/24,
+ 110.197.226.0/24,
+ 110.197.229.0/24,
+ 110.197.231.0/24,
+ 110.197.214.0/23 ge 24 le 24,
+ 110.197.221.0/24,
+ 110.197.223.0/24,
+ 110.197.219.0/24,
+ 110.197.199.0/20 le 24,
+ 110.197.128.0/24,
+ 110.193.233.0/20 le 24,
+ 110.193.29.0/24,
+ 110.193.31.0/23 ge 24 le 24,
+ 110.193.24.0/22 ge 24 le 24,
+ 110.193.20.0/23 ge 24 le 24,
+ 110.193.23.0/24,
+ 110.193.17.0/22 ge 24 le 24,
+ 110.192.156.0/20 le 24,
+ 110.192.117.0/20 le 24,
+ 110.192.87.0/20 le 24,
+ 110.245.187.0/24,
+ 110.246.77.0/21 le 24,
+ 110.246.94.0/21 le 24,
+ 110.246.122.0/20 ge 21 le 24,
+ 110.246.103.0/21 ge 22 le 24,
+ 110.246.109.0/21 le 24,
+ 110.246.53.0/19 ge 20 le 24,
+ 110.246.3.0/20 le 24,
+ 110.246.27.0/24,
+ 110.246.29.0/24,
+ 110.246.31.0/23 ge 24 le 24,
+ 110.246.21.0/23 ge 24 le 24,
+ 110.246.23.0/24,
+ 110.246.163.0/19 ge 20 le 24,
+ 110.246.150.0/19 le 24,
+ 110.246.250.0/19 le 24,
+ 110.246.220.0/20 le 24,
+ 110.246.195.0/24,
+ 110.246.192.0/24,
+ 110.246.197.0/22 ge 23 le 24,
+ 110.246.207.0/21 ge 22 le 24,
+ 110.240.131.0/20 le 24,
+ 110.240.70.0/19 le 24,
+ 110.240.21.0/20 le 24,
+ 110.248.71.0/24,
+ 110.248.68.0/24,
+ 110.248.167.0/20 le 24,
+ 110.248.237.0/20 le 24,
+ 110.249.184.0/24,
+ 110.255.77.0/18 le 24,
+ 110.253.174.0/19 ge 20 le 24,
+ 110.236.222.0/21 le 24,
+ 110.236.163.0/22 le 24,
+ 110.224.194.0/23 le 24,
+ 110.224.193.0/23 ge 24 le 24,
+ 110.224.197.0/22 ge 24 le 24,
+ 110.224.205.0/21 ge 24 le 24,
+ 110.224.81.0/23 le 24,
+ 110.224.94.0/23 le 24,
+ 110.224.75.0/23 le 24,
+ 110.224.29.0/24,
+ 110.224.58.0/19 le 24,
+ 110.225.190.0/20 le 24,
+ 110.225.218.0/20 le 24,
+ 110.228.251.0/24,
+ 110.169.136.0/24,
+ 110.169.128.0/24,
+ 110.169.154.0/24,
+ 110.169.120.0/19 le 24,
+ 110.168.148.0/18 le 24,
+ 110.170.104.0/20 le 24,
+ 110.172.207.0/24,
+ 110.172.14.0/20 le 24,
+ 110.173.6.0/19 le 24,
+ 110.175.64.0/21 le 24,
+ 110.160.213.0/24,
+ 110.160.214.0/24,
+ 110.160.31.0/19 le 24,
+ 110.163.238.0/24,
+ 110.163.43.0/23 le 24,
+ 110.163.63.0/20 le 24,
+ 110.166.12.0/17 le 24,
+ 110.165.30.0/21 le 24,
+ 110.164.229.0/24,
+ 110.164.67.0/19 le 24,
+ 110.185.34.0/19 le 24,
+ 110.185.163.0/20 ge 22 le 24,
+ 110.185.182.0/22 le 24,
+ 110.185.179.0/23 le 24,
+ 110.185.134.0/21 ge 22 le 24,
+ 110.185.143.0/21 le 24,
+ 110.185.154.0/20 le 24,
+ 110.187.60.0/22 le 24,
+ 110.187.44.0/23 le 24,
+ 110.187.26.0/24,
+ 110.187.125.0/22 le 24,
+ 110.187.84.0/23 le 24,
+ 110.187.250.0/23 le 24,
+ 110.187.179.0/23 ge 24 le 24,
+ 110.176.229.0/23 le 24,
+ 110.176.247.0/20 le 24,
+ 110.176.149.0/24,
+ 110.176.93.0/20 le 24,
+ 110.183.168.0/24,
+ 110.181.97.0/24,
+ 110.181.127.0/24,
+ 110.181.73.0/23 le 24,
+ 110.181.67.0/24,
+ 110.181.84.0/24,
+ 110.181.56.0/22 le 24,
+ 110.181.12.0/24,
+ 110.181.133.0/24,
+ 110.181.173.0/24,
+ 110.180.35.0/23 ge 24 le 24,
+ 110.180.10.0/21 le 24,
+ 110.180.224.0/24,
+ 110.154.85.0/16 le 24,
+ 110.150.40.0/18 le 24,
+ 110.151.78.0/20 le 24,
+ 110.139.253.0/20 le 24,
+ 110.141.129.0/20 le 24,
+ 110.141.41.0/24,
+ 110.140.203.0/24,
+ 110.130.184.0/22 le 24,
+ 110.134.104.0/16 le 24,
+ 110.1.49.0/20 le 24,
+ 110.4.179.0/23 le 24,
+ 110.4.53.0/24,
+ 110.6.27.0/24,
+ 110.12.22.0/16 le 24,
+ 110.9.247.0/21 le 24,
+ 110.9.166.0/20 ge 21 le 24,
+ 110.9.8.0/24,
+ 110.9.69.0/21 le 24,
+ 110.8.229.0/21 le 24,
+ 110.21.108.0/24,
+ 110.23.73.0/24,
+ 110.23.76.0/24,
+ 110.23.69.0/24,
+ 110.23.70.0/23 ge 24 le 24,
+ 110.16.180.0/24,
+ 110.29.54.0/24,
+ 110.26.159.0/24,
+ 110.26.156.0/24,
+ 110.26.155.0/22 le 24,
+ 110.26.165.0/24,
+ 110.26.76.0/22 le 24,
+ 110.25.110.0/24,
+ 110.34.187.0/24,
+ 110.33.200.0/24,
+ 110.54.69.0/19 le 24,
+ 110.54.124.0/24,
+ 110.54.122.0/24,
+ 110.59.116.0/21 le 24,
+ 110.59.253.0/19 le 24,
+ 110.57.132.0/24,
+ 110.56.197.0/20 le 24,
+ 110.61.201.0/21 le 24,
+ 110.61.232.0/24,
+ 110.61.251.0/23 ge 24 le 24,
+ 110.61.249.0/24,
+ 110.61.252.0/23 le 24,
+ 110.61.255.0/23 ge 24 le 24,
+ 110.61.244.0/23 ge 24 le 24,
+ 110.61.179.0/24,
+ 110.61.155.0/22 le 24,
+ 110.61.26.0/20 le 24,
+ 110.61.32.0/21 le 24,
+ 110.61.41.0/24,
+ 110.62.93.0/22 le 24,
+ 110.62.81.0/22 le 24,
+ 110.62.244.0/22 le 24,
+ 110.63.103.0/20 le 24,
+ 110.64.99.0/23 ge 24 le 24,
+ 110.65.141.0/21 le 24,
+ 110.65.217.0/23 le 24,
+ 110.68.241.0/24,
+ 110.79.112.0/21 ge 22 le 24,
+ 110.79.125.0/22 le 24,
+ 110.78.2.0/19 le 24,
+ 110.78.243.0/20 le 24,
+ 110.78.194.0/24,
+ 110.78.143.0/19 le 24,
+ 110.73.250.0/24,
+ 110.89.60.0/16 le 24,
+ 110.88.47.0/17 le 24,
+ 110.88.169.0/20 le 24,
+ 110.88.214.0/19 ge 20 le 24,
+ 110.91.229.0/17 ge 19 le 24,
+ 110.91.12.0/19 le 24,
+ 110.91.117.0/18 ge 19 le 24,
+ 110.90.204.0/17 ge 18 le 24,
+ 110.90.119.0/18 ge 19 le 24,
+ 110.90.23.0/19 le 24,
+ 110.95.125.0/18 ge 19 le 24,
+ 110.95.36.0/19 le 24,
+ 110.95.213.0/23 le 24,
+ 110.95.245.0/19 le 24,
+ 110.94.139.0/23 le 24,
+ 110.94.184.0/19 ge 20 le 24,
+ 110.94.96.0/22 le 24,
+ 110.94.113.0/20 le 24,
+ 110.94.76.0/19 ge 20 le 24,
+ 110.92.154.0/23 le 24,
+ 110.92.180.0/23 le 24,
+ 110.93.101.0/24,
+ 110.93.96.0/23 le 24,
+ 110.111.7.0/18 le 24,
+ 110.111.120.0/19 le 24,
+ 110.111.157.0/17 le 24,
+ 110.110.160.0/20 le 24,
+ 110.110.189.0/21 le 24,
+ 110.110.217.0/19 le 24,
+ 110.108.230.0/18 le 24,
+ 110.108.105.0/19 le 24,
+ 110.108.43.0/18 le 24,
+ 110.109.143.0/18 le 24,
+ 110.106.24.0/15 le 24,
+ 110.105.71.0/15 ge 16 le 24,
+ 110.101.12.0/21 le 24,
+ 110.102.118.0/24,
+ 110.103.158.0/24,
+ 110.103.52.0/19 le 24,
+ 110.103.21.0/24,
+ 110.96.143.0/24,
+ 110.96.130.0/24,
+ 110.96.209.0/19 le 24,
+ 110.97.252.0/17 le 24,
+ 110.97.116.0/24,
+ 110.97.91.0/24,
+ 110.97.94.0/23 ge 24 le 24,
+ 110.97.92.0/24,
+ 110.115.206.0/24,
+ 110.118.151.0/20 le 24,
+ 110.121.73.0/23 le 24,
+ 110.121.70.0/24,
+ 110.121.65.0/24,
+ 110.121.82.0/21 le 24,
+ 110.121.44.0/20 le 24,
+ 110.120.246.0/20 le 24,
+ 110.125.49.0/19 le 24,
+ 110.125.100.0/24,
+ 110.125.162.0/20 le 24,
+ 110.125.244.0/19 le 24,
+ 111.11.134.0/24,
+ 111.21.253.0/16 le 24,
+ 111.20.144.0/17 le 24,
+ 111.22.56.0/24,
+ 111.19.129.0/16 le 24,
+ 111.32.142.0/24,
+ 111.32.167.0/19 le 24,
+ 111.32.108.0/19 le 24,
+ 111.33.130.0/17 le 24,
+ 111.58.9.0/24,
+ 111.59.35.0/23 le 24,
+ 111.59.36.0/22 le 24,
+ 111.59.56.0/23 le 24,
+ 111.59.61.0/23 le 24,
+ 111.59.78.0/19 le 24,
+ 111.59.98.0/20 le 24,
+ 111.56.15.0/24,
+ 111.56.236.0/24,
+ 111.56.143.0/24,
+ 111.56.164.0/24,
+ 111.56.189.0/24,
+ 111.53.38.0/23 ge 24 le 24,
+ 111.82.67.0/23 le 24,
+ 111.82.70.0/23 le 24,
+ 111.82.206.0/23 ge 24 le 24,
+ 111.80.194.0/19 le 24,
+ 111.65.196.0/24,
+ 111.64.185.0/24,
+ 111.64.166.0/23 le 24,
+ 111.71.184.0/19 le 24,
+ 111.78.237.0/24,
+ 111.78.216.0/22 le 24,
+ 111.78.207.0/23 le 24,
+ 111.73.66.0/14 ge 16 le 24,
+ 111.121.83.0/20 le 24,
+ 111.123.147.0/23 le 24,
+ 111.123.206.0/24,
+ 111.118.35.0/21 ge 23 le 24,
+ 111.118.50.0/24,
+ 111.118.162.0/19 le 24,
+ 111.119.249.0/20 le 24,
+ 111.119.31.0/20 le 24,
+ 111.101.12.0/24,
+ 111.101.2.0/24,
+ 111.101.28.0/24,
+ 111.100.145.0/24,
+ 111.100.136.0/24,
+ 111.100.89.0/23 le 24,
+ 111.102.23.0/23 ge 24 le 24,
+ 111.102.242.0/23 le 24,
+ 111.102.251.0/23 le 24,
+ 111.102.137.0/23 ge 24 le 24,
+ 111.102.139.0/24,
+ 111.98.65.0/23 ge 24 le 24,
+ 111.98.66.0/24,
+ 111.98.73.0/24,
+ 111.96.83.0/23 le 24,
+ 111.107.40.0/24,
+ 111.107.201.0/23 ge 24 le 24,
+ 111.107.203.0/24,
+ 111.105.249.0/24,
+ 111.111.68.0/24,
+ 111.110.58.0/24,
+ 111.109.190.0/24,
+ 111.108.165.0/23 le 24,
+ 111.108.146.0/24,
+ 111.185.183.0/23 le 24,
+ 111.181.179.0/24,
+ 111.182.231.0/24,
+ 111.144.216.0/23 ge 24 le 24,
+ 111.144.65.0/24,
+ 111.146.39.0/23 ge 24 le 24,
+ 111.147.43.0/23 le 24,
+ 111.147.54.0/23 le 24,
+ 111.147.110.0/24,
+ 111.147.208.0/23 le 24,
+ 111.147.210.0/24,
+ 111.149.159.0/23 le 24,
+ 111.150.49.0/23 le 24,
+ 111.150.53.0/22 le 24,
+ 111.151.157.0/24,
+ 111.156.28.0/23 le 24,
+ 111.157.121.0/24,
+ 111.157.160.0/24,
+ 111.157.171.0/24,
+ 111.159.40.0/23 le 24,
+ 111.159.50.0/24,
+ 111.158.72.0/22 ge 24 le 24,
+ 111.158.89.0/24,
+ 111.158.90.0/24,
+ 111.158.250.0/24,
+ 111.153.248.0/24,
+ 111.153.226.0/24,
+ 111.200.105.0/22 le 24,
+ 111.204.253.0/24,
+ 111.204.131.0/24,
+ 111.195.216.0/22 le 24,
+ 111.195.73.0/24,
+ 111.195.102.0/24,
+ 111.195.109.0/24,
+ 111.193.183.0/24,
+ 111.193.211.0/22 le 24,
+ 111.193.61.0/24,
+ 111.193.108.0/24,
+ 111.197.104.0/24,
+ 111.197.122.0/24,
+ 111.198.223.0/24,
+ 111.215.93.0/24,
+ 111.215.196.0/24,
+ 111.211.187.0/24,
+ 111.211.83.0/24,
+ 111.209.20.0/24,
+ 111.223.197.0/24,
+ 111.217.58.0/24,
+ 111.217.22.0/24,
+ 111.249.39.0/24,
+ 111.248.110.0/24,
+ 111.250.217.0/24,
+ 111.250.228.0/24,
+ 111.250.39.0/22 le 24,
+ 111.254.106.0/24,
+ 111.255.33.0/21 le 24,
+ 111.255.75.0/24,
+ 111.252.121.0/24,
+ 111.253.186.0/24,
+ 111.243.203.0/24,
+ 111.242.0.0/24,
+ 111.242.40.0/23 le 24,
+ 111.247.213.0/19 le 24,
+ 111.246.145.0/19 le 24,
+ 111.246.191.0/20 le 24,
+ 109.183.192.0/20 le 24,
+ 109.183.116.0/21 le 24,
+ 109.185.205.0/20 le 24,
+ 109.185.162.0/24,
+ 109.185.160.0/24,
+ 109.171.66.0/24,
+ 109.170.137.0/24,
+ 109.170.242.0/24,
+ 109.170.202.0/24,
+ 109.173.65.0/23 ge 24 le 24,
+ 109.173.78.0/21 ge 22 le 24,
+ 109.164.17.0/23 ge 24 le 24,
+ 109.165.29.0/23 ge 24 le 24,
+ 109.165.31.0/24,
+ 109.165.32.0/24,
+ 109.165.101.0/24,
+ 109.165.102.0/24,
+ 109.165.120.0/24,
+ 109.165.76.0/24,
+ 109.138.188.0/17 le 24,
+ 109.140.247.0/20 le 24,
+ 109.142.255.0/24,
+ 109.142.252.0/24,
+ 109.142.158.0/24,
+ 109.142.175.0/24,
+ 109.142.166.0/22 le 24,
+ 109.142.177.0/24,
+ 109.132.251.0/16 le 24,
+ 109.128.145.0/17 le 24,
+ 109.145.91.0/20 le 24,
+ 109.145.14.0/20 le 24,
+ 109.149.31.0/23 le 24,
+ 109.149.145.0/24,
+ 109.149.159.0/24,
+ 109.149.163.0/22 ge 24 le 24,
+ 109.148.141.0/23 ge 24 le 24,
+ 109.148.143.0/24,
+ 109.148.139.0/24,
+ 109.148.133.0/23 le 24,
+ 109.148.170.0/20 le 24,
+ 109.148.110.0/24,
+ 109.148.109.0/24,
+ 109.155.242.0/24,
+ 109.159.189.0/19 le 24,
+ 109.159.246.0/19 le 24,
+ 109.248.139.0/24,
+ 109.250.0.0/21 ge 22 le 24,
+ 109.250.17.0/21 ge 22 le 24,
+ 109.250.118.0/19 le 24,
+ 109.250.129.0/22 le 24,
+ 109.250.149.0/24,
+ 109.251.6.0/19 le 24,
+ 109.236.8.0/23 le 24,
+ 109.238.206.0/16 le 24,
+ 109.239.185.0/24,
+ 109.235.76.0/24,
+ 109.235.121.0/24,
+ 109.235.44.0/24,
+ 109.235.153.0/21 le 24,
+ 109.235.151.0/22 le 24,
+ 109.228.101.0/22 le 24,
+ 109.227.182.0/20 le 24,
+ 109.227.240.0/19 le 24,
+ 109.206.107.0/20 le 24,
+ 109.206.49.0/20 le 24,
+ 109.207.39.0/24,
+ 109.207.52.0/23 le 24,
+ 109.205.51.0/20 le 24,
+ 109.201.27.0/24,
+ 109.201.23.0/23 le 24,
+ 109.200.221.0/24,
+ 109.200.29.0/24,
+ 109.202.204.0/20 le 24,
+ 109.202.146.0/19 le 24,
+ 109.202.69.0/24,
+ 109.202.92.0/24,
+ 109.203.116.0/20 ge 24 le 24,
+ 109.203.133.0/24,
+ 109.203.157.0/24,
+ 109.197.142.0/23 le 24,
+ 109.197.233.0/20 le 24,
+ 109.196.21.0/19 le 24,
+ 109.196.150.0/18 le 24,
+ 109.210.33.0/20 le 24,
+ 109.209.35.0/19 le 24,
+ 109.209.24.0/20 le 24,
+ 109.208.0.0/24,
+ 109.212.246.0/24,
+ 109.213.75.0/22 le 24,
+ 109.213.234.0/24,
+ 109.218.255.0/24,
+ 109.73.10.0/20 le 24,
+ 109.72.27.0/19 le 24,
+ 109.72.48.0/20 le 24,
+ 109.72.91.0/24,
+ 109.76.85.0/17 le 24,
+ 109.78.48.0/21 le 24,
+ 109.79.91.0/19 le 24,
+ 109.79.56.0/19 le 24,
+ 109.64.245.0/21 le 24,
+ 109.94.62.0/24,
+ 109.94.144.0/19 le 24,
+ 109.95.143.0/24,
+ 109.91.227.0/24,
+ 109.91.42.0/22 le 24,
+ 109.91.45.0/24,
+ 109.91.36.0/23 le 24,
+ 109.90.131.0/24,
+ 109.90.44.0/20 le 24,
+ 109.90.92.0/24,
+ 109.86.205.0/19 le 24,
+ 109.87.70.0/17 le 24,
+ 109.80.11.0/19 le 24,
+ 109.81.89.0/20 le 24,
+ 109.81.4.0/23 le 24,
+ 109.111.71.0/19 le 24,
+ 109.111.189.0/20 le 24,
+ 109.105.81.0/19 le 24,
+ 109.101.60.0/24,
+ 109.103.74.0/24,
+ 109.103.194.0/20 le 24,
+ 109.103.149.0/20 le 24,
+ 109.102.162.0/20 le 24,
+ 109.115.113.0/24,
+ 109.115.210.0/20 le 24,
+ 109.114.50.0/16 le 24,
+ 109.119.49.0/19 le 24,
+ 109.119.95.0/20 le 24,
+ 109.119.211.0/23 le 24,
+ 109.116.141.0/18 le 24,
+ 109.127.170.0/20 le 24,
+ 109.127.47.0/19 le 24,
+ 109.124.211.0/19 le 24,
+ 109.124.165.0/19 le 24,
+ 109.124.74.0/19 ge 20 le 24,
+ 109.125.107.0/20 le 24,
+ 109.122.9.0/24,
+ 109.12.227.0/24,
+ 109.12.127.0/23 le 24,
+ 109.13.232.0/24,
+ 109.14.157.0/23 le 24,
+ 109.14.104.0/24,
+ 109.15.250.0/23 le 24,
+ 109.8.81.0/20 le 24,
+ 109.9.235.0/20 le 24,
+ 109.9.66.0/18 le 24,
+ 109.9.35.0/24,
+ 109.9.13.0/19 le 24,
+ 109.7.80.0/19 le 24,
+ 109.7.158.0/24,
+ 109.7.228.0/24,
+ 109.4.200.0/19 le 24,
+ 109.0.84.0/20 le 24,
+ 109.0.51.0/19 le 24,
+ 109.2.218.0/24,
+ 109.3.92.0/22 le 24,
+ 109.3.87.0/24,
+ 109.3.246.0/24,
+ 109.31.128.0/20 le 24,
+ 109.31.157.0/22 ge 24 le 24,
+ 109.28.41.0/24,
+ 109.28.76.0/24,
+ 109.29.52.0/20 le 24,
+ 109.27.145.0/20 le 24,
+ 109.17.108.0/22 ge 24 le 24,
+ 109.20.194.0/22 le 24,
+ 109.20.146.0/20 le 24,
+ 109.22.34.0/17 le 24,
+ 109.52.245.0/18 le 24,
+ 109.52.10.0/19 le 24,
+ 109.52.70.0/24,
+ 109.52.69.0/24,
+ 109.52.77.0/23 ge 24 le 24,
+ 109.52.83.0/24,
+ 109.52.85.0/24,
+ 109.52.95.0/24,
+ 109.52.99.0/24,
+ 109.52.110.0/24,
+ 109.55.59.0/19 le 24,
+ 109.55.88.0/21 le 24,
+ 109.54.29.0/24,
+ 109.50.235.0/20 ge 21 le 24,
+ 109.50.243.0/20 le 24,
+ 109.49.235.0/20 le 24,
+ 109.60.248.0/20 le 24,
+ 109.61.141.0/23 le 24,
+ 109.61.203.0/24,
+ 109.59.37.0/24,
+ 109.36.101.0/19 ge 20 le 24,
+ 109.33.97.0/24,
+ 109.34.129.0/24,
+ 109.40.70.0/24,
+ 109.40.115.0/22 le 24,
+ 109.40.119.0/24,
+ 109.43.99.0/23 le 24,
+ 109.43.108.0/24,
+ 109.43.27.0/24,
+ 109.43.57.0/23 le 24,
+ 109.43.54.0/24,
+ 109.43.160.0/23 le 24,
+ 109.43.144.0/23 le 24,
+ 109.43.139.0/23 le 24,
+ 109.43.196.0/24,
+ 109.46.202.0/20 le 24,
+ 109.47.89.0/24,
+ 109.45.226.0/19 le 24,
+ 109.45.2.0/19 le 24,
+ 108.234.94.0/24,
+ 108.234.38.0/24,
+ 108.236.145.0/19 le 24,
+ 108.237.150.0/24,
+ 108.237.197.0/20 le 24,
+ 108.237.39.0/19 le 24,
+ 108.238.33.0/21 le 24,
+ 108.238.172.0/20 le 24,
+ 108.239.250.0/19 le 24,
+ 108.227.238.0/24,
+ 108.225.79.0/23 le 24,
+ 108.222.161.0/24,
+ 108.208.55.0/14 le 24,
+ 108.203.198.0/19 le 24,
+ 108.206.244.0/24,
+ 108.206.243.0/24,
+ 108.160.14.0/22 le 24,
+ 108.166.9.0/15 le 24,
+ 108.165.164.0/15 ge 16 le 24,
+ 108.172.135.0/24,
+ 108.172.207.0/24,
+ 108.181.150.0/24,
+ 108.144.98.0/23 le 24,
+ 108.144.132.0/20 ge 22 le 24,
+ 108.144.156.0/21 ge 22 le 24,
+ 108.82.210.0/24,
+ 108.80.10.0/23 ge 24 le 24,
+ 108.86.48.0/23 le 24,
+ 108.85.211.0/24,
+ 108.88.87.0/24,
+ 108.92.194.0/16 le 24,
+ 108.72.156.0/24,
+ 108.68.58.0/23 le 24,
+ 108.65.202.0/24,
+ 108.65.192.0/24,
+ 108.65.139.0/20 le 24,
+ 108.53.101.0/16 le 24,
+ 108.50.254.0/22 le 24,
+ 108.63.200.0/24,
+ 108.60.242.0/18 le 24,
+ 108.60.81.0/18 le 24,
+ 108.61.192.0/24,
+ 108.57.95.0/18 ge 19 le 24,
+ 108.56.48.0/18 le 24,
+ 108.58.186.0/19 le 24,
+ 108.43.199.0/19 le 24,
+ 108.43.185.0/19 le 24,
+ 108.42.51.0/20 le 24,
+ 108.42.186.0/24,
+ 108.42.149.0/20 le 24,
+ 108.41.13.0/20 le 24,
+ 108.41.150.0/20 le 24,
+ 108.41.217.0/24,
+ 108.41.247.0/23 le 24,
+ 108.41.233.0/23 le 24,
+ 108.45.110.0/24,
+ 108.44.119.0/19 ge 20 le 24,
+ 108.46.251.0/19 le 24,
+ 108.46.217.0/24,
+ 108.47.205.0/22 le 24,
+ 108.47.40.0/19 le 24,
+ 108.32.248.0/19 le 24,
+ 108.32.1.0/19 le 24,
+ 108.33.153.0/24,
+ 108.33.159.0/24,
+ 108.33.250.0/19 le 24,
+ 108.35.121.0/19 le 24,
+ 108.34.206.0/20 le 24,
+ 108.34.113.0/23 le 24,
+ 108.38.15.0/20 le 24,
+ 108.36.36.0/24,
+ 108.23.103.0/17 le 24,
+ 108.21.157.0/24,
+ 108.21.216.0/20 le 24,
+ 108.21.202.0/22 le 24,
+ 108.16.47.0/18 ge 19 le 24,
+ 108.17.197.0/24,
+ 108.17.199.0/24,
+ 108.27.144.0/24,
+ 108.28.114.0/24,
+ 104.28.24.0/24,
+ 104.29.67.0/23 le 24,
+ 104.108.105.0/19 le 24,
+ 104.108.157.0/23 ge 24 le 24,
+ 104.109.138.0/21 le 24,
+ 104.109.131.0/23 le 24,
+ 104.109.106.0/19 le 24,
+ 104.109.33.0/21 le 24,
+ 104.109.11.0/22 le 24,
+ 104.110.69.0/22 le 24,
+ 104.110.192.0/18 le 24,
+ 104.111.78.0/24,
+ 104.111.70.0/23 ge 24 le 24,
+ 104.111.94.0/24,
+ 104.111.90.0/24,
+ 104.111.12.0/20 le 24,
+ 104.111.254.0/20 le 24,
+ 104.106.84.0/23 ge 24 le 24,
+ 104.107.51.0/20 le 24,
+ 104.107.101.0/19 le 24,
+ 104.105.104.0/20 le 24,
+ 104.104.83.0/24,
+ 104.104.58.0/20 le 24,
+ 104.94.42.0/22 le 24,
+ 104.174.173.0/23 le 24,
+ 104.174.175.0/23 ge 24 le 24,
+ 104.175.183.0/24,
+ 104.139.33.0/24,
+ 104.130.73.0/20 le 24,
+ 104.156.171.0/24,
+ 104.220.71.0/24,
+ 104.212.80.0/24,
+ 104.239.6.0/20 le 24,
+ 104.238.159.0/20 ge 21 le 24,
+ 104.238.82.0/24,
+ 104.238.58.0/23 ge 24 le 24,
+ 104.238.57.0/24,
+ 104.237.51.0/20 le 24,
+ 104.236.165.0/20 le 24,
+ 104.236.198.0/19 le 24,
+ 105.19.166.0/17 le 24,
+ 105.18.237.0/24,
+ 105.23.127.0/24,
+ 105.20.249.0/23 ge 24 le 24,
+ 105.20.240.0/24,
+ 105.28.14.0/24,
+ 105.29.0.0/20 le 24,
+ 105.30.122.0/24,
+ 105.30.187.0/20 le 24,
+ 105.31.83.0/17 le 24,
+ 105.25.100.0/24,
+ 105.25.33.0/19 le 24,
+ 105.25.12.0/20 le 24,
+ 105.7.125.0/23 le 24,
+ 105.7.199.0/18 le 24,
+ 105.5.224.0/17 le 24,
+ 105.2.250.0/23 ge 24 le 24,
+ 105.2.224.0/24,
+ 105.0.64.0/24,
+ 105.0.94.0/24,
+ 105.0.91.0/24,
+ 105.0.86.0/24,
+ 105.8.206.0/24,
+ 105.9.23.0/24,
+ 105.9.159.0/20 le 24,
+ 105.9.160.0/24,
+ 105.10.127.0/24,
+ 105.10.167.0/24,
+ 105.10.160.0/23 le 24,
+ 105.10.180.0/21 le 24,
+ 105.10.187.0/24,
+ 105.10.185.0/24,
+ 105.11.67.0/20 le 24,
+ 105.15.67.0/20 le 24,
+ 105.15.44.0/24,
+ 105.15.54.0/23 le 24,
+ 105.15.158.0/24,
+ 105.15.221.0/18 le 24,
+ 105.13.8.0/24,
+ 105.13.31.0/23 le 24,
+ 105.13.43.0/21 le 24,
+ 105.13.48.0/23 le 24,
+ 105.13.120.0/21 le 24,
+ 105.13.116.0/23 le 24,
+ 105.13.113.0/22 le 24,
+ 105.13.77.0/23 le 24,
+ 105.13.72.0/22 le 24,
+ 105.13.69.0/23 le 24,
+ 105.13.130.0/22 le 24,
+ 105.13.134.0/23 le 24,
+ 105.40.163.0/16 le 24,
+ 105.45.253.0/20 le 24,
+ 105.45.183.0/19 le 24,
+ 105.46.126.0/24,
+ 105.46.104.0/24,
+ 105.46.99.0/23 le 24,
+ 105.46.196.0/24,
+ 105.36.48.0/19 le 24,
+ 105.36.234.0/20 le 24,
+ 105.39.244.0/21 le 24,
+ 105.39.182.0/24,
+ 105.39.11.0/20 le 24,
+ 105.35.93.0/22 le 24,
+ 105.35.104.0/21 le 24,
+ 105.35.209.0/23 ge 24 le 24,
+ 105.35.212.0/24,
+ 105.35.218.0/21 le 24,
+ 105.35.171.0/23 ge 24 le 24,
+ 105.34.29.0/21 le 24,
+ 105.33.191.0/20 le 24,
+ 105.33.175.0/22 le 24,
+ 105.33.168.0/23 le 24,
+ 105.33.162.0/21 ge 22 le 24,
+ 105.33.114.0/19 le 24,
+ 105.33.5.0/24,
+ 105.33.9.0/24,
+ 105.33.21.0/20 le 24,
+ 105.56.60.0/18 le 24,
+ 105.57.134.0/20 le 24,
+ 105.57.152.0/23 le 24,
+ 105.57.155.0/24,
+ 105.57.158.0/22 le 24,
+ 105.59.136.0/19 le 24,
+ 105.63.212.0/17 le 24,
+ 105.63.113.0/18 le 24,
+ 105.63.12.0/20 le 24,
+ 105.61.147.0/19 le 24,
+ 105.51.57.0/20 le 24,
+ 105.48.150.0/22 le 24,
+ 105.49.184.0/23 ge 24 le 24,
+ 105.53.225.0/24,
+ 105.53.234.0/23 ge 24 le 24,
+ 105.53.186.0/19 le 24,
+ 105.52.45.0/24,
+ 105.55.156.0/19 le 24,
+ 105.124.194.0/19 le 24,
+ 105.124.86.0/19 le 24,
+ 105.122.216.0/19 le 24,
+ 105.122.25.0/20 le 24,
+ 105.113.65.0/24,
+ 105.119.48.0/17 le 24,
+ 105.119.182.0/19 le 24,
+ 105.116.162.0/24,
+ 105.105.106.0/20 le 24,
+ 105.105.128.0/20 le 24,
+ 105.105.184.0/21 le 24,
+ 105.105.255.0/24,
+ 105.105.253.0/23 ge 24 le 24,
+ 105.111.207.0/23 le 24,
+ 105.108.57.0/23 le 24,
+ 105.102.172.0/19 le 24,
+ 105.101.112.0/18 le 24,
+ 105.101.53.0/19 ge 20 le 24,
+ 105.101.28.0/20 le 24,
+ 105.101.9.0/22 le 24,
+ 105.101.15.0/23 ge 24 le 24,
+ 105.101.13.0/24,
+ 105.101.5.0/21 le 24,
+ 105.101.135.0/18 ge 21 le 24,
+ 105.101.232.0/19 ge 21 le 24,
+ 105.101.199.0/20 ge 21 le 24,
+ 105.101.215.0/21 le 24,
+ 105.101.217.0/23 le 24,
+ 105.101.222.0/22 le 24,
+ 105.98.117.0/24,
+ 105.98.66.0/21 le 24,
+ 105.98.9.0/24,
+ 105.98.10.0/24,
+ 105.139.111.0/24,
+ 105.141.181.0/22 le 24,
+ 105.129.92.0/14 ge 16 le 24,
+ 105.175.37.0/21 ge 24 le 24,
+ 105.175.40.0/22 ge 24 le 24,
+ 105.175.55.0/21 ge 24 le 24,
+ 105.175.194.0/20 le 24,
+ 105.173.109.0/18 le 24,
+ 105.172.61.0/23 le 24,
+ 105.168.24.0/24,
+ 105.168.118.0/18 le 24,
+ 105.168.242.0/20 le 24,
+ 105.169.19.0/24,
+ 105.169.17.0/24,
+ 105.169.22.0/23 ge 24 le 24,
+ 105.169.28.0/22 ge 24 le 24,
+ 105.169.25.0/24,
+ 105.169.27.0/24,
+ 105.169.85.0/22 le 24,
+ 105.169.95.0/21 le 24,
+ 105.171.243.0/24,
+ 105.171.246.0/22 le 24,
+ 105.164.24.0/17 le 24,
+ 105.166.204.0/20 le 24,
+ 105.166.225.0/20 le 24,
+ 105.166.17.0/20 le 24,
+ 105.160.56.0/20 le 24,
+ 105.160.79.0/18 le 24,
+ 105.162.232.0/23 ge 24 le 24,
+ 105.162.228.0/24,
+ 105.162.247.0/24,
+ 105.162.160.0/23 le 24,
+ 105.162.175.0/24,
+ 105.162.158.0/24,
+ 105.162.87.0/20 ge 22 le 24,
+ 105.235.230.0/21 le 24,
+ 105.235.200.0/19 le 24,
+ 105.235.6.0/24,
+ 105.235.0.0/24,
+ 105.235.13.0/24,
+ 105.234.178.0/23 le 24,
+ 105.234.175.0/23 le 24,
+ 105.241.33.0/21 ge 22 le 24,
+ 106.108.55.0/13 ge 16 le 24,
+ 106.90.80.0/20 le 24,
+ 106.91.140.0/18 le 24,
+ 106.91.54.0/19 le 24,
+ 106.91.73.0/18 le 24,
+ 106.89.7.0/21 le 24,
+ 106.88.235.0/20 le 24,
+ 106.88.200.0/20 le 24,
+ 106.88.149.0/24,
+ 106.92.36.0/24,
+ 106.92.51.0/21 le 24,
+ 106.92.95.0/24,
+ 106.92.70.0/24,
+ 106.81.14.0/20 ge 21 le 24,
+ 106.82.176.0/24,
+ 106.82.197.0/24,
+ 106.82.94.0/24,
+ 106.83.40.0/24,
+ 106.64.24.0/13 ge 16 le 24,
+ 106.76.147.0/24,
+ 106.54.131.0/24,
+ 106.54.55.0/23 le 24,
+ 106.175.6.0/23 le 24,
+ 106.133.149.0/23 le 24,
+ 106.133.193.0/24,
+ 106.149.197.0/24,
+ 106.206.17.0/24,
+ 107.86.25.0/24,
+ 107.88.109.0/24,
+ 107.73.54.0/24,
+ 107.72.195.0/16 le 24,
+ 107.74.68.0/20 le 24,
+ 107.74.135.0/24,
+ 107.74.133.0/23 ge 24 le 24,
+ 107.74.128.0/22 ge 24 le 24,
+ 107.74.140.0/21 ge 24 le 24,
+ 107.74.173.0/23 le 24,
+ 107.74.234.0/20 le 24,
+ 107.107.87.0/24,
+ 107.107.65.0/24,
+ 107.107.31.0/24,
+ 107.107.175.0/24,
+ 107.111.23.0/24,
+ 107.111.17.0/24,
+ 107.108.135.0/24,
+ 98.199.173.0/20 le 24,
+ 98.199.220.0/20 le 24,
+ 98.199.43.0/19 le 24,
+ 98.194.214.0/20 le 24,
+ 98.194.45.0/24,
+ 98.206.183.0/20 le 24,
+ 98.206.82.0/20 le 24,
+ 98.204.223.0/19 le 24,
+ 98.205.77.0/19 le 24,
+ 98.205.29.0/23 le 24,
+ 98.203.155.0/20 le 24,
+ 98.203.72.0/19 le 24,
+ 98.202.231.0/23 le 24,
+ 98.202.99.0/24,
+ 98.202.89.0/23 le 24,
+ 98.202.93.0/22 ge 23 le 24,
+ 98.202.70.0/22 le 24,
+ 98.202.67.0/23 le 24,
+ 98.202.79.0/22 le 24,
+ 98.201.4.0/20 le 24,
+ 98.200.22.0/19 le 24,
+ 98.212.180.0/20 le 24,
+ 98.222.105.0/19 le 24,
+ 98.222.143.0/20 le 24,
+ 98.216.3.0/24,
+ 98.217.170.0/23 le 24,
+ 98.217.172.0/23 le 24,
+ 98.217.178.0/23 le 24,
+ 98.247.65.0/16 le 24,
+ 98.244.112.0/21 le 24,
+ 98.245.209.0/20 le 24,
+ 98.245.224.0/22 le 24,
+ 98.243.154.0/18 le 24,
+ 98.242.229.0/24,
+ 98.242.203.0/24,
+ 98.242.201.0/24,
+ 98.242.129.0/24,
+ 98.241.231.0/15 le 24,
+ 98.253.127.0/20 le 24,
+ 98.253.219.0/24,
+ 98.251.132.0/24,
+ 98.249.248.0/22 le 24,
+ 98.249.114.0/24,
+ 98.249.21.0/23 le 24,
+ 98.226.132.0/22 le 24,
+ 98.226.140.0/23 le 24,
+ 98.226.139.0/23 le 24,
+ 98.227.111.0/20 le 24,
+ 98.227.112.0/23 ge 24 le 24,
+ 98.227.115.0/23 le 24,
+ 98.227.118.0/22 le 24,
+ 98.227.127.0/22 le 24,
+ 98.227.122.0/24,
+ 98.227.120.0/24,
+ 98.227.76.0/19 le 24,
+ 98.228.174.0/18 le 24,
+ 98.127.126.0/20 le 24,
+ 98.110.62.0/24,
+ 98.111.31.0/23 le 24,
+ 98.89.133.0/23 le 24,
+ 98.87.98.0/15 le 24,
+ 98.85.39.0/16 le 24,
+ 98.82.117.0/21 le 24,
+ 98.82.124.0/22 le 24,
+ 98.2.167.0/23 ge 24 le 24,
+ 98.61.102.0/24,
+ 98.35.73.0/23 le 24,
+ 98.35.77.0/22 le 24,
+ 98.45.146.0/24,
+ 98.47.245.0/24,
+ 96.111.230.0/22 le 24,
+ 96.96.5.0/24,
+ 96.100.239.0/14 ge 16 le 24,
+ 96.67.107.0/24,
+ 96.71.160.0/24,
+ 96.95.8.0/21 ge 24 le 24,
+ 96.94.212.0/20 le 24,
+ 96.94.188.0/24,
+ 96.80.13.0/20 le 24,
+ 96.80.53.0/24,
+ 96.22.159.0/18 le 24,
+ 96.21.7.0/19 le 24,
+ 96.16.14.0/21 le 24,
+ 96.16.45.0/19 le 24,
+ 96.26.148.0/20 le 24,
+ 96.26.183.0/20 le 24,
+ 96.58.217.0/23 le 24,
+ 96.58.165.0/22 le 24,
+ 96.58.34.0/23 le 24,
+ 96.58.115.0/21 le 24,
+ 96.58.84.0/21 le 24,
+ 96.59.212.0/23 le 24,
+ 96.59.222.0/21 ge 22 le 24,
+ 96.59.237.0/21 le 24,
+ 96.59.161.0/22 le 24,
+ 96.59.157.0/22 le 24,
+ 96.59.6.0/21 ge 24 le 24,
+ 96.59.106.0/24,
+ 96.57.240.0/22 le 24,
+ 96.57.249.0/22 le 24,
+ 96.57.129.0/21 le 24,
+ 96.57.187.0/22 le 24,
+ 96.57.12.0/22 le 24,
+ 96.57.30.0/22 le 24,
+ 96.57.79.0/21 le 24,
+ 96.56.219.0/24,
+ 96.56.214.0/22 le 24,
+ 96.56.178.0/23 ge 24 le 24,
+ 96.56.162.0/22 ge 24 le 24,
+ 96.56.159.0/23 le 24,
+ 96.56.73.0/22 le 24,
+ 96.63.182.0/21 le 24,
+ 96.63.146.0/22 ge 23 le 24,
+ 96.63.149.0/22 le 24,
+ 96.62.209.0/22 le 24,
+ 96.62.244.0/22 le 24,
+ 96.62.234.0/21 le 24,
+ 96.62.136.0/22 le 24,
+ 96.62.46.0/22 le 24,
+ 96.62.15.0/24,
+ 96.62.9.0/24,
+ 96.62.1.0/22 le 24,
+ 96.62.110.0/23 le 24,
+ 96.62.108.0/24,
+ 96.62.107.0/23 ge 24 le 24,
+ 96.62.117.0/22 le 24,
+ 96.61.18.0/22 le 24,
+ 96.61.116.0/24,
+ 96.61.226.0/24,
+ 96.61.172.0/22 le 24,
+ 96.61.131.0/24,
+ 96.60.38.0/24,
+ 96.60.112.0/21 le 24,
+ 96.60.171.0/22 le 24,
+ 96.49.96.0/22 le 24,
+ 96.49.68.0/21 le 24,
+ 96.49.32.0/22 le 24,
+ 96.49.217.0/21 le 24,
+ 96.49.156.0/21 le 24,
+ 96.49.146.0/23 ge 24 le 24,
+ 96.48.37.0/21 le 24,
+ 96.48.26.0/22 le 24,
+ 96.48.124.0/22 le 24,
+ 96.48.134.0/22 le 24,
+ 96.48.160.0/22 le 24,
+ 96.48.198.0/21 le 24,
+ 96.51.222.0/22 le 24,
+ 96.51.246.0/22 le 24,
+ 96.50.56.0/22 le 24,
+ 96.50.80.0/22 le 24,
+ 96.50.128.0/21 le 24,
+ 96.54.19.0/20 le 24,
+ 96.55.155.0/24,
+ 96.55.159.0/24,
+ 96.55.156.0/24,
+ 96.52.184.0/24,
+ 96.52.162.0/23 le 24,
+ 96.52.175.0/23 le 24,
+ 96.52.169.0/23 le 24,
+ 96.253.246.0/21 le 24,
+ 96.244.193.0/24,
+ 96.202.93.0/22 le 24,
+ 96.192.60.0/22 le 24,
+ 96.192.179.0/21 le 24,
+ 96.193.118.0/22 le 24,
+ 96.215.46.0/22 le 24,
+ 96.215.33.0/22 le 24,
+ 96.141.61.0/20 le 24,
+ 96.141.99.0/24,
+ 96.140.176.0/24,
+ 96.140.131.0/24,
+ 96.140.202.0/24,
+ 96.140.31.0/24,
+ 96.140.48.0/24,
+ 96.142.68.0/24,
+ 96.142.127.0/24,
+ 96.136.142.0/24,
+ 96.136.189.0/19 le 24,
+ 96.139.3.0/19 le 24,
+ 96.147.10.0/19 le 24,
+ 96.151.43.0/24,
+ 96.150.90.0/19 le 24,
+ 96.149.121.0/20 le 24,
+ 96.157.96.0/24,
+ 96.152.212.0/24,
+ 96.152.62.0/19 le 24,
+ 96.153.114.0/21 le 24,
+ 96.173.236.0/24,
+ 96.189.228.0/22 le 24,
+ 96.189.237.0/22 le 24,
+ 97.27.160.0/19 le 24,
+ 97.28.19.0/22 le 24,
+ 97.28.23.0/24,
+ 97.28.58.0/24,
+ 97.28.35.0/22 le 24,
+ 97.28.84.0/21 le 24,
+ 97.28.93.0/23 ge 24 le 24,
+ 97.28.95.0/24,
+ 97.28.89.0/24,
+ 97.28.74.0/21 ge 22 le 24,
+ 97.28.199.0/22 le 24,
+ 97.28.185.0/22 le 24,
+ 97.28.188.0/24,
+ 97.28.190.0/24,
+ 97.28.179.0/22 le 24,
+ 97.28.183.0/23 le 24,
+ 97.28.163.0/24,
+ 97.28.161.0/23 le 24,
+ 97.28.166.0/22 le 24,
+ 97.28.174.0/21 le 24,
+ 97.28.159.0/24,
+ 97.28.157.0/24,
+ 97.28.154.0/24,
+ 97.28.146.0/24,
+ 97.28.150.0/22 le 24,
+ 97.29.196.0/19 le 24,
+ 97.45.103.0/24,
+ 97.45.187.0/20 le 24,
+ 97.45.243.0/24,
+ 97.43.61.0/24,
+ 97.43.51.0/24,
+ 97.43.212.0/20 le 24,
+ 97.50.8.0/24,
+ 97.179.37.0/19 le 24,
+ 100.10.105.0/24,
+ 100.6.232.0/24,
+ 100.6.220.0/20 le 24,
+ 100.7.77.0/20 le 24,
+ 100.4.242.0/24,
+ 100.114.216.0/13 ge 16 le 24,
+ 100.121.140.0/24,
+ 100.121.185.0/24,
+ 100.121.182.0/24,
+ 100.121.181.0/24,
+ 100.121.176.0/24,
+ 100.121.164.0/24,
+ 100.121.168.0/24,
+ 100.121.202.0/24,
+ 100.121.227.0/24,
+ 100.121.65.0/17 le 24,
+ 100.120.126.0/18 le 24,
+ 100.120.212.0/18 le 24,
+ 100.120.181.0/19 le 24,
+ 100.124.116.0/24,
+ 100.126.111.0/23 le 24,
+ 100.126.35.0/24,
+ 100.126.241.0/22 le 24,
+ 100.126.246.0/23 le 24,
+ 100.126.244.0/23 ge 24 le 24,
+ 100.126.171.0/24,
+ 100.126.168.0/24,
+ 100.159.199.0/24,
+ 100.137.176.0/20 le 24,
+ 101.126.238.0/21 le 24,
+ 101.104.83.0/24,
+ 101.101.103.0/19 le 24,
+ 101.91.122.0/24,
+ 103.160.239.0/24,
+ 103.201.161.0/24,
+ 103.201.163.0/24,
+ 103.203.32.0/20 le 24,
+ 103.82.114.0/19 ge 24 le 24,
+ 103.82.81.0/20 ge 24 le 24,
+ 103.82.65.0/24,
+ 103.82.67.0/23 ge 24 le 24,
+ 103.82.70.0/24,
+ 103.92.232.0/22 le 24,
+ 103.69.33.0/24,
+ 102.89.94.0/16 le 24,
+ 102.91.188.0/21 le 24,
+ 102.130.180.0/22 le 24,
+ 102.130.216.0/22 le 24,
+ 102.133.40.0/24,
+ 102.133.36.0/24,
+ 102.133.140.0/22 ge 24 le 24,
+ 102.175.73.0/21 le 24,
+ 102.169.180.0/24,
+ 113.3.85.0/22 ge 24 le 24,
+ 113.2.190.0/24,
+ 113.5.126.0/20 le 24,
+ 113.15.113.0/19 ge 20 le 24,
+ 113.9.120.0/24,
+ 113.11.192.0/23 le 24,
+ 113.11.8.0/22 le 24,
+ 113.29.43.0/24,
+ 113.26.171.0/19 le 24,
+ 113.17.132.0/20 le 24,
+ 113.19.130.0/24,
+ 113.19.128.0/24,
+ 113.206.120.0/24,
+ 113.206.160.0/24,
+ 113.221.187.0/20 le 24,
+ 113.213.234.0/20 le 24,
+ 112.25.17.0/20 le 24,
+ 112.22.199.0/24,
+ 112.22.197.0/23 ge 24 le 24,
+ 112.22.157.0/20 le 24,
+ 112.78.219.0/22 le 24,
+ 112.78.222.0/23 ge 24 le 24,
+ 112.78.209.0/24,
+ 114.234.72.0/24,
+ 114.234.70.0/24,
+ 114.234.92.0/24,
+ 114.234.201.0/23 le 24,
+ 114.22.22.0/24,
+ 114.10.175.0/19 le 24,
+ 114.49.62.0/23 ge 24 le 24,
+ 114.49.61.0/24,
+ 114.49.144.0/22 ge 24 le 24,
+ 114.49.148.0/24,
+ 114.49.237.0/22 ge 24 le 24,
+ 114.41.152.0/24,
+ 114.41.156.0/24,
+ 114.41.148.0/24,
+ 114.41.144.0/24,
+ 114.112.177.0/16 le 24,
+ 115.55.74.0/24,
+ 115.208.145.0/24,
+ 115.209.46.0/21 le 24,
+ 115.209.71.0/21 le 24,
+ 115.214.113.0/21 le 24,
+ 115.215.59.0/24,
+ 115.215.45.0/23 le 24,
+ 115.215.190.0/24,
+ 115.201.192.0/24,
+ 115.252.55.0/22 le 24,
+ 115.166.31.0/19 le 24,
+ 118.241.190.0/24,
+ 118.241.188.0/24,
+ 118.199.57.0/18 ge 19 le 24,
+ 118.193.98.0/24,
+ 118.106.85.0/19 ge 24 le 24,
+ 118.104.235.0/24,
+ 118.104.213.0/24,
+ 119.69.70.0/24,
+ 119.69.68.0/24,
+ 119.83.231.0/18 le 24,
+ 119.0.172.0/22 le 24,
+ 119.153.211.0/24,
+ 119.153.62.0/23 ge 24 le 24,
+ 119.153.48.0/24,
+ 119.153.96.0/21 le 24,
+ 119.153.127.0/22 le 24,
+ 119.153.92.0/20 ge 21 le 24,
+ 119.153.65.0/20 le 24,
+ 119.156.11.0/21 le 24,
+ 119.188.182.0/19 le 24,
+ 119.187.33.0/24,
+ 119.187.52.0/24,
+ 119.255.150.0/24,
+ 119.255.105.0/24,
+ 119.254.87.0/24,
+ 119.231.91.0/22 le 24,
+ 119.231.64.0/24,
+ 119.230.19.0/22 ge 23 le 24,
+ 119.230.106.0/22 ge 23 le 24,
+ 119.230.137.0/24,
+ 119.230.234.0/23 ge 24 le 24,
+ 119.230.233.0/23 le 24,
+ 119.230.204.0/23 ge 24 le 24,
+ 119.208.244.0/20 ge 24 le 24,
+ 116.108.109.0/21 le 24,
+ 116.108.95.0/21 le 24,
+ 116.10.177.0/24,
+ 116.12.28.0/23 le 24,
+ 116.12.25.0/23 le 24,
+ 117.114.152.0/20 le 24,
+ 117.205.32.0/24,
+ 117.207.180.0/24,
+ 117.207.183.0/24,
+ 117.212.197.0/19 le 24,
+ 125.28.120.0/24,
+ 125.28.122.0/23 ge 24 le 24,
+ 125.28.124.0/24,
+ 125.28.127.0/23 ge 24 le 24,
+ 125.27.65.0/21 le 24,
+ 125.8.67.0/21 le 24,
+ 125.8.89.0/22 le 24,
+ 125.9.223.0/24,
+ 125.14.125.0/24,
+ 125.14.104.0/24,
+ 125.0.189.0/22 ge 24 le 24,
+ 124.50.229.0/20 le 24,
+ 124.50.243.0/20 ge 21 le 24,
+ 124.61.41.0/22 le 24,
+ 124.31.112.0/23 ge 24 le 24,
+ 124.26.252.0/24,
+ 124.20.145.0/24,
+ 124.21.240.0/24,
+ 124.21.184.0/24,
+ 124.22.77.0/24,
+ 124.23.196.0/24,
+ 124.16.53.0/24,
+ 124.18.51.0/21 le 24,
+ 124.169.198.0/17 le 24,
+ 124.182.26.0/24,
+ 124.179.96.0/24,
+ 124.177.45.0/24,
+ 124.255.53.0/24,
+ 124.255.54.0/23 ge 24 le 24,
+ 124.237.133.0/20 le 24,
+ 124.192.15.0/18 le 24,
+ 124.194.225.0/23 le 24,
+ 126.71.139.0/24,
+ 126.71.142.0/24,
+ 126.70.24.0/16 le 24,
+ 126.122.174.0/24,
+ 126.173.77.0/24,
+ 126.173.3.0/23 ge 24 le 24,
+ 126.173.171.0/22 le 24,
+ 126.161.217.0/24,
+ 126.161.215.0/24,
+ 126.182.172.0/24,
+ 126.181.98.0/21 le 24,
+ 126.157.224.0/24,
+ 126.253.31.0/24,
+ 126.252.50.0/23 ge 24 le 24,
+ 126.252.92.0/24,
+ 126.255.177.0/23 le 24,
+ 126.255.194.0/23 le 24,
+ 126.250.46.0/24,
+ 126.250.32.0/24,
+ 126.251.51.0/24,
+ 126.251.17.0/24,
+ 126.251.158.0/24,
+ 126.240.69.0/24,
+ 126.240.44.0/24,
+ 126.241.30.0/22 le 24,
+ 126.243.131.0/22 le 24,
+ 126.244.90.0/24,
+ 126.245.165.0/22 le 24,
+ 126.246.144.0/23 le 24,
+ 126.247.22.0/23 ge 24 le 24,
+ 126.238.138.0/24,
+ 126.238.112.0/24,
+ 126.238.31.0/24,
+ 126.238.40.0/24,
+ 126.238.43.0/24,
+ 126.238.48.0/24,
+ 126.238.50.0/24,
+ 126.239.64.0/24,
+ 126.239.126.0/24,
+ 126.239.229.0/24,
+ 126.236.45.0/24,
+ 126.235.205.0/24,
+ 126.235.35.0/24,
+ 126.233.170.0/23 le 24,
+ 126.233.24.0/24,
+ 126.231.93.0/24,
+ 126.230.106.0/24,
+ 126.230.94.0/24,
+ 126.227.202.0/24,
+ 126.227.81.0/24,
+ 126.226.251.0/23 le 24,
+ 126.224.202.0/22 le 24,
+ 126.192.254.0/23 le 24,
+ 126.198.214.0/23 le 24,
+ 126.198.150.0/22 le 24,
+ 126.199.217.0/22 le 24,
+ 126.199.181.0/24,
+ 126.197.219.0/24,
+ 126.197.63.0/24,
+ 126.205.228.0/24,
+ 126.207.197.0/24,
+ 126.206.13.0/24,
+ 126.206.163.0/24,
+ 126.206.165.0/24,
+ 126.202.36.0/24,
+ 126.203.65.0/24,
+ 126.201.180.0/23 le 24,
+ 126.201.6.0/24,
+ 126.201.23.0/24,
+ 126.200.103.0/24,
+ 126.223.139.0/24,
+ 126.223.143.0/24,
+ 126.223.78.0/24,
+ 126.223.109.0/24,
+ 126.223.97.0/24,
+ 126.222.189.0/24,
+ 121.102.90.0/15 le 24,
+ 121.117.239.0/22 le 24,
+ 121.25.85.0/20 le 24,
+ 121.30.2.0/24,
+ 121.30.0.0/24,
+ 121.30.149.0/24,
+ 121.30.168.0/24,
+ 121.31.187.0/22 ge 24 le 24,
+ 120.19.211.0/22 le 24,
+ 120.20.251.0/22 le 24,
+ 120.22.199.0/21 le 24,
+ 120.36.124.0/24,
+ 120.36.122.0/24,
+ 120.188.61.0/21 le 24,
+ 120.188.48.0/24,
+ 120.188.50.0/24,
+ 120.153.132.0/22 le 24,
+ 120.153.204.0/24,
+ 120.156.219.0/24,
+ 120.156.217.0/23 ge 24 le 24,
+ 120.156.220.0/22 ge 24 le 24,
+ 120.132.195.0/21 le 24,
+ 120.132.210.0/21 le 24,
+ 120.132.223.0/22 le 24,
+ 120.136.195.0/20 le 24,
+ 120.136.224.0/23 le 24,
+ 120.136.228.0/22 le 24,
+ 120.136.234.0/21 le 24,
+ 120.143.36.0/21 le 24,
+ 120.143.5.0/24,
+ 120.143.6.0/23 ge 24 le 24,
+ 120.143.3.0/23 ge 24 le 24,
+ 120.143.1.0/24,
+ 120.142.4.0/21 le 24,
+ 122.54.186.0/19 ge 20 le 24,
+ 122.16.74.0/20 le 24,
+ 122.18.145.0/22 le 24,
+ 122.2.199.0/22 ge 24 le 24,
+ 122.0.37.0/21 le 24,
+ 122.155.88.0/24,
+ 122.170.247.0/24,
+ 122.170.249.0/22 ge 24 le 24,
+ 122.170.255.0/24,
+ 122.171.24.0/24,
+ 122.171.121.0/24,
+ 122.165.57.0/21 le 24,
+ 122.210.146.0/24,
+ 122.238.38.0/20 le 24,
+ 123.157.164.0/24,
+ 123.157.131.0/24,
+ 123.18.118.0/24,
+ 123.17.133.0/21 le 24,
+ 123.28.123.0/24,
+ 123.57.75.0/20 le 24,
+ 123.52.97.0/19 le 24,
+ 123.33.72.0/21 le 24,
+ 123.39.122.0/22 le 24,
+ 123.37.66.0/23 ge 24 le 24,
+ 123.37.64.0/23 le 24,
+ 123.37.69.0/22 ge 24 le 24,
+ 123.124.175.0/22 ge 24 le 24,
+ 123.124.201.0/22 le 24,
+ 73.125.250.0/15 le 24,
+ 73.126.65.0/24,
+ 73.127.119.0/24,
+ 73.115.155.0/23 le 24,
+ 73.111.154.0/20 le 24,
+ 73.77.250.0/24,
+ 73.75.36.0/19 le 24,
+ 73.75.164.0/17 ge 18 le 24,
+ 73.74.78.0/20 le 24,
+ 73.74.88.0/22 ge 23 le 24,
+ 73.74.95.0/23 le 24,
+ 73.74.92.0/23 ge 24 le 24,
+ 73.74.85.0/21 ge 24 le 24,
+ 73.74.169.0/20 le 24,
+ 73.74.220.0/24,
+ 73.88.175.0/22 ge 23 le 24,
+ 73.88.159.0/24,
+ 73.48.229.0/20 le 24,
+ 73.48.202.0/23 le 24,
+ 73.48.198.0/22 le 24,
+ 73.48.132.0/19 ge 20 le 24,
+ 73.48.164.0/20 le 24,
+ 72.196.79.0/20 le 24,
+ 72.196.110.0/20 le 24,
+ 72.196.58.0/22 le 24,
+ 72.196.3.0/21 le 24,
+ 72.196.22.0/21 le 24,
+ 72.197.242.0/24,
+ 72.197.246.0/22 le 24,
+ 72.202.131.0/15 le 24,
+ 72.200.101.0/18 le 24,
+ 72.200.221.0/19 le 24,
+ 72.205.100.0/24,
+ 72.232.29.0/20 le 24,
+ 72.232.237.0/20 le 24,
+ 75.205.69.0/18 le 24,
+ 75.92.87.0/24,
+ 75.94.110.0/20 le 24,
+ 75.94.8.0/20 le 24,
+ 75.95.183.0/20 ge 21 le 24,
+ 75.95.93.0/20 le 24,
+ 75.95.12.0/20 le 24,
+ 75.72.36.0/23 le 24,
+ 75.72.35.0/23 le 24,
+ 75.73.244.0/24,
+ 75.73.163.0/23 le 24,
+ 75.73.5.0/24,
+ 75.116.131.0/24,
+ 75.116.83.0/24,
+ 74.36.92.0/24,
+ 74.36.56.0/23 le 24,
+ 74.174.34.0/23 le 24,
+ 79.236.91.0/20 le 24,
+ 78.127.63.0/18 ge 20 le 24,
+ 78.127.71.0/20 le 24,
+ 78.127.234.0/19 ge 20 le 24,
+ 78.122.77.0/24,
+ 78.122.75.0/23 ge 24 le 24,
+ 78.96.54.0/18 le 24,
+ 78.5.69.0/21 le 24,
+ 78.5.92.0/20 le 24,
+ 78.4.72.0/20 le 24,
+ 78.4.99.0/24,
+ 78.4.100.0/22 ge 24 le 24,
+ 78.4.52.0/21 le 24,
+ 78.4.22.0/21 ge 24 le 24,
+ 78.4.29.0/22 ge 24 le 24,
+ 78.4.27.0/24,
+ 78.4.25.0/23 ge 24 le 24,
+ 78.52.181.0/18 le 24,
+ 78.55.106.0/24,
+ 78.55.110.0/24,
+ 78.55.118.0/21 le 24,
+ 78.55.120.0/23 le 24,
+ 78.55.124.0/24,
+ 78.55.64.0/24,
+ 78.55.76.0/23 le 24,
+ 78.55.74.0/23 le 24,
+ 78.55.92.0/23 le 24,
+ 78.228.185.0/24,
+ 78.241.122.0/22 le 24,
+ 78.241.129.0/18 le 24,
+ 77.203.76.0/22 le 24,
+ 77.57.17.0/24,
+ 77.56.159.0/22 le 24,
+ 77.56.154.0/24,
+ 77.56.135.0/23 le 24,
+ 77.56.211.0/23 le 24,
+ 77.56.208.0/23 ge 24 le 24,
+ 77.56.212.0/23 ge 24 le 24,
+ 77.56.215.0/24,
+ 77.56.222.0/24,
+ 77.56.220.0/24,
+ 77.56.216.0/23 ge 24 le 24,
+ 77.56.218.0/23 le 24,
+ 77.56.236.0/23 le 24,
+ 77.56.240.0/22 le 24,
+ 77.58.19.0/22 le 24,
+ 77.11.158.0/23 ge 24 le 24,
+ 77.11.157.0/24,
+ 77.11.134.0/24,
+ 77.11.139.0/24,
+ 77.75.177.0/24,
+ 76.84.79.0/16 le 24,
+ 76.85.198.0/22 le 24,
+ 76.85.195.0/24,
+ 76.85.183.0/22 le 24,
+ 76.85.20.0/22 ge 24 le 24,
+ 76.85.107.0/22 le 24,
+ 76.85.65.0/21 ge 22 le 24,
+ 76.87.230.0/22 le 24,
+ 76.87.176.0/22 ge 24 le 24,
+ 76.86.34.0/24,
+ 76.86.65.0/22 le 24,
+ 76.86.234.0/22 ge 24 le 24,
+ 76.81.156.0/22 le 24,
+ 76.81.235.0/23 ge 24 le 24,
+ 76.81.36.0/22 le 24,
+ 76.81.12.0/22 le 24,
+ 76.81.108.0/22 le 24,
+ 76.81.64.0/24,
+ 76.80.3.0/21 ge 22 le 24,
+ 76.80.22.0/23 ge 24 le 24,
+ 76.80.59.0/23 le 24,
+ 76.80.50.0/24,
+ 76.80.121.0/24,
+ 76.80.83.0/24,
+ 76.80.161.0/23 le 24,
+ 76.80.176.0/22 le 24,
+ 76.80.191.0/22 le 24,
+ 76.80.129.0/23 le 24,
+ 76.82.13.0/24,
+ 76.82.121.0/22 le 24,
+ 76.82.96.0/22 le 24,
+ 76.82.81.0/22 le 24,
+ 76.82.158.0/24,
+ 76.82.135.0/24,
+ 76.83.91.0/24,
+ 76.83.78.0/22 le 24,
+ 76.83.103.0/22 le 24,
+ 76.83.105.0/22 le 24,
+ 76.83.131.0/24,
+ 76.83.239.0/24,
+ 76.83.212.0/24,
+ 76.88.65.0/24,
+ 76.88.66.0/24,
+ 76.89.53.0/22 le 24,
+ 76.89.23.0/24,
+ 76.89.120.0/22 le 24,
+ 76.89.100.0/23 ge 24 le 24,
+ 76.89.243.0/24,
+ 76.89.206.0/22 le 24,
+ 76.89.129.0/23 le 24,
+ 76.89.131.0/23 ge 24 le 24,
+ 76.89.132.0/23 le 24,
+ 76.89.134.0/23 ge 24 le 24,
+ 76.89.148.0/22 le 24,
+ 76.89.144.0/23 ge 24 le 24,
+ 76.89.146.0/24,
+ 76.89.189.0/24,
+ 76.91.160.0/22 le 24,
+ 76.91.143.0/22 le 24,
+ 76.91.229.0/22 ge 24 le 24,
+ 76.91.78.0/22 le 24,
+ 76.91.97.0/23 le 24,
+ 76.91.26.0/22 le 24,
+ 76.91.45.0/23 le 24,
+ 76.90.44.0/24,
+ 76.90.37.0/22 le 24,
+ 76.90.253.0/22 le 24,
+ 76.90.157.0/22 le 24,
+ 76.92.31.0/22 le 24,
+ 76.92.47.0/22 le 24,
+ 76.92.85.0/22 le 24,
+ 76.92.104.0/22 le 24,
+ 76.92.129.0/22 le 24,
+ 76.93.67.0/22 ge 24 le 24,
+ 76.93.125.0/22 ge 23 le 24,
+ 76.93.237.0/23 le 24,
+ 76.94.231.0/22 le 24,
+ 76.94.193.0/22 le 24,
+ 76.94.131.0/24,
+ 76.94.123.0/24,
+ 76.94.21.0/22 le 24,
+ 76.94.45.0/24,
+ 76.94.51.0/22 le 24,
+ 76.95.58.0/22 le 24,
+ 76.70.241.0/22 le 24,
+ 76.70.112.0/22 le 24,
+ 76.70.32.0/23 ge 24 le 24,
+ 76.70.46.0/22 le 24,
+ 76.70.8.0/22 le 24,
+ 76.71.150.0/22 le 24,
+ 76.71.147.0/24,
+ 76.71.131.0/24,
+ 76.71.133.0/22 le 24,
+ 76.71.215.0/24,
+ 76.71.213.0/23 ge 24 le 24,
+ 76.71.122.0/22 le 24,
+ 76.71.79.0/22 ge 23 le 24,
+ 76.71.84.0/22 le 24,
+ 76.71.90.0/24,
+ 76.69.250.0/23 le 24,
+ 76.69.248.0/23 ge 24 le 24,
+ 76.69.94.0/22 le 24,
+ 76.69.58.0/22 le 24,
+ 76.68.169.0/23 le 24,
+ 76.68.177.0/24,
+ 76.68.245.0/22 le 24,
+ 76.68.66.0/22 le 24,
+ 76.66.240.0/22 le 24,
+ 76.66.171.0/22 le 24,
+ 76.66.121.0/22 le 24,
+ 76.66.18.0/22 le 24,
+ 76.67.153.0/22 le 24,
+ 76.67.250.0/22 le 24,
+ 76.67.237.0/24,
+ 76.67.63.0/24,
+ 76.67.80.0/22 le 24,
+ 76.67.103.0/22 le 24,
+ 76.64.57.0/22 le 24,
+ 76.65.53.0/22 le 24,
+ 76.65.202.0/22 le 24,
+ 76.65.187.0/23 ge 24 le 24,
+ 76.72.125.0/22 le 24,
+ 76.72.63.0/22 ge 23 le 24,
+ 76.73.49.0/24,
+ 76.73.153.0/24,
+ 76.75.167.0/22 le 24,
+ 76.75.193.0/24,
+ 76.75.36.0/22 ge 24 le 24,
+ 76.75.13.0/24,
+ 76.74.38.0/22 le 24,
+ 76.74.119.0/22 le 24,
+ 76.74.127.0/23 le 24,
+ 76.74.92.0/23 le 24,
+ 76.74.204.0/23 le 24,
+ 76.78.222.0/22 le 24,
+ 76.78.227.0/22 le 24,
+ 76.78.255.0/22 le 24,
+ 76.78.247.0/22 ge 24 le 24,
+ 76.78.166.0/24,
+ 76.78.189.0/24,
+ 76.78.156.0/22 le 24,
+ 76.78.107.0/22 le 24,
+ 76.78.27.0/23 le 24,
+ 76.79.240.0/23 le 24,
+ 76.79.214.0/24,
+ 76.79.182.0/22 le 24,
+ 76.79.178.0/23 le 24,
+ 76.79.54.0/22 le 24,
+ 76.79.93.0/24,
+ 76.79.100.0/22 le 24,
+ 76.76.29.0/22 le 24,
+ 76.76.18.0/22 le 24,
+ 76.76.213.0/22 le 24,
+ 76.76.204.0/24,
+ 76.76.227.0/23 ge 24 le 24,
+ 76.76.252.0/22 le 24,
+ 76.77.241.0/22 le 24,
+ 76.77.129.0/21 ge 22 le 24,
+ 76.77.34.0/23 le 24,
+ 76.77.32.0/23 ge 24 le 24,
+ 76.111.144.0/22 le 24,
+ 76.111.4.0/22 le 24,
+ 76.111.0.0/23 le 24,
+ 76.104.66.0/24,
+ 76.104.64.0/23 ge 24 le 24,
+ 76.104.90.0/24,
+ 76.104.89.0/24,
+ 76.104.31.0/22 le 24,
+ 76.105.177.0/22 le 24,
+ 76.107.33.0/22 le 24,
+ 76.107.45.0/22 le 24,
+ 76.107.165.0/24,
+ 76.107.140.0/22 le 24,
+ 76.107.152.0/24,
+ 76.107.215.0/22 ge 24 le 24,
+ 76.107.249.0/24,
+ 76.102.23.0/22 le 24,
+ 76.102.104.0/23 ge 24 le 24,
+ 76.102.223.0/24,
+ 76.103.171.0/24,
+ 76.101.47.0/22 ge 24 le 24,
+ 76.101.76.0/22 le 24,
+ 76.101.109.0/22 ge 24 le 24,
+ 76.101.157.0/22 le 24,
+ 76.101.243.0/23 le 24,
+ 76.100.199.0/22 le 24,
+ 76.100.22.0/22 le 24,
+ 76.96.163.0/22 le 24,
+ 76.96.109.0/22 le 24,
+ 76.97.145.0/24,
+ 76.97.147.0/24,
+ 76.97.157.0/22 ge 23 le 24,
+ 76.97.155.0/23 ge 24 le 24,
+ 76.97.153.0/24,
+ 76.98.103.0/23 le 24,
+ 76.98.199.0/23 le 24,
+ 76.98.255.0/22 le 24,
+ 76.127.172.0/24,
+ 76.127.233.0/24,
+ 76.127.234.0/23 ge 24 le 24,
+ 76.127.249.0/22 le 24,
+ 76.127.75.0/22 ge 24 le 24,
+ 76.126.178.0/22 le 24,
+ 76.126.59.0/24,
+ 76.126.40.0/22 le 24,
+ 76.126.26.0/22 ge 24 le 24,
+ 76.126.106.0/21 le 24,
+ 76.126.72.0/22 ge 24 le 24,
+ 76.124.91.0/22 le 24,
+ 76.125.203.0/24,
+ 76.125.49.0/24,
+ 76.125.40.0/24,
+ 76.121.144.0/24,
+ 76.121.64.0/23 le 24,
+ 76.121.92.0/24,
+ 76.120.79.0/24,
+ 76.120.122.0/22 le 24,
+ 76.120.242.0/23 le 24,
+ 76.120.197.0/23 ge 24 le 24,
+ 76.122.184.0/22 le 24,
+ 76.122.146.0/24,
+ 76.122.144.0/24,
+ 76.122.120.0/24,
+ 76.122.32.0/22 ge 24 le 24,
+ 76.123.144.0/24,
+ 76.123.147.0/24,
+ 76.123.158.0/24,
+ 76.123.170.0/24,
+ 76.123.238.0/23 le 24,
+ 76.113.64.0/22 le 24,
+ 76.113.146.0/22 le 24,
+ 76.113.180.0/22 le 24,
+ 76.113.177.0/24,
+ 76.113.255.0/24,
+ 76.112.199.0/22 le 24,
+ 76.112.248.0/23 ge 24 le 24,
+ 76.115.94.0/24,
+ 76.114.3.0/22 le 24,
+ 76.114.120.0/22 le 24,
+ 76.119.227.0/24,
+ 76.119.238.0/22 le 24,
+ 76.119.97.0/22 le 24,
+ 76.119.113.0/24,
+ 76.119.19.0/24,
+ 76.119.57.0/22 le 24,
+ 76.118.76.0/22 le 24,
+ 76.118.125.0/22 le 24,
+ 76.116.210.0/22 le 24,
+ 76.116.0.0/22 le 24,
+ 76.117.26.0/24,
+ 76.117.21.0/22 le 24,
+ 76.117.19.0/24,
+ 76.117.8.0/24,
+ 76.117.181.0/24,
+ 76.117.203.0/22 ge 24 le 24,
+ 76.17.165.0/22 ge 24 le 24,
+ 76.16.231.0/22 le 24,
+ 76.16.148.0/23 ge 24 le 24,
+ 76.18.79.0/24,
+ 76.18.35.0/24,
+ 76.18.32.0/23 le 24,
+ 76.19.131.0/24,
+ 76.19.195.0/22 le 24,
+ 76.19.202.0/23 le 24,
+ 76.19.222.0/24,
+ 76.23.92.0/24,
+ 76.23.94.0/24,
+ 76.23.66.0/23 ge 24 le 24,
+ 76.23.64.0/24,
+ 76.23.110.0/24,
+ 76.23.121.0/22 ge 24 le 24,
+ 76.23.210.0/22 ge 24 le 24,
+ 76.23.250.0/22 le 24,
+ 76.23.150.0/22 le 24,
+ 76.23.155.0/21 ge 22 le 24,
+ 76.22.146.0/24,
+ 76.22.47.0/22 le 24,
+ 76.22.41.0/24,
+ 76.22.1.0/23 ge 24 le 24,
+ 76.22.2.0/24,
+ 76.22.90.0/22 ge 23 le 24,
+ 76.22.93.0/24,
+ 76.21.105.0/24,
+ 76.21.246.0/22 le 24,
+ 76.20.211.0/22 le 24,
+ 76.20.193.0/24,
+ 76.20.135.0/24,
+ 76.20.26.0/24,
+ 76.29.60.0/24,
+ 76.29.2.0/22 le 24,
+ 76.28.84.0/24,
+ 76.28.82.0/22 le 24,
+ 76.28.13.0/22 ge 24 le 24,
+ 76.28.31.0/23 le 24,
+ 76.28.59.0/24,
+ 76.28.185.0/22 le 24,
+ 76.28.217.0/23 le 24,
+ 76.31.88.0/22 le 24,
+ 76.31.165.0/24,
+ 76.31.209.0/22 le 24,
+ 76.30.113.0/24,
+ 76.30.159.0/24,
+ 76.30.176.0/23 le 24,
+ 76.30.178.0/24,
+ 76.30.173.0/22 ge 23 le 24,
+ 76.30.161.0/22 le 24,
+ 76.30.241.0/22 ge 24 le 24,
+ 76.27.64.0/22 le 24,
+ 76.27.86.0/22 le 24,
+ 76.27.134.0/24,
+ 76.27.133.0/24,
+ 76.27.171.0/24,
+ 76.27.162.0/24,
+ 76.27.212.0/22 le 24,
+ 76.26.73.0/24,
+ 76.26.88.0/24,
+ 76.26.156.0/24,
+ 76.26.142.0/22 le 24,
+ 76.26.187.0/21 ge 22 le 24,
+ 76.26.203.0/23 le 24,
+ 76.26.236.0/24,
+ 76.25.149.0/23 ge 24 le 24,
+ 76.25.150.0/23 le 24,
+ 76.25.145.0/24,
+ 76.25.173.0/22 le 24,
+ 76.24.7.0/23 le 24,
+ 76.24.3.0/23 le 24,
+ 76.24.131.0/22 le 24,
+ 76.4.51.0/24,
+ 76.4.49.0/23 ge 24 le 24,
+ 76.4.128.0/22 le 24,
+ 76.5.127.0/24,
+ 76.5.86.0/24,
+ 76.5.49.0/23 ge 24 le 24,
+ 76.5.7.0/24,
+ 76.7.91.0/23 le 24,
+ 76.7.79.0/22 le 24,
+ 76.7.101.0/21 ge 22 le 24,
+ 76.7.115.0/22 le 24,
+ 76.7.170.0/22 le 24,
+ 76.6.128.0/23 le 24,
+ 76.6.228.0/22 le 24,
+ 76.6.14.0/24,
+ 76.6.50.0/22 le 24,
+ 76.2.156.0/22 le 24,
+ 76.2.127.0/22 le 24,
+ 76.2.72.0/23 le 24,
+ 76.3.95.0/22 ge 24 le 24,
+ 76.3.100.0/23 le 24,
+ 76.3.241.0/24,
+ 76.3.220.0/24,
+ 76.0.241.0/22 le 24,
+ 76.0.83.0/22 le 24,
+ 76.1.25.0/23 ge 24 le 24,
+ 76.1.27.0/24,
+ 76.1.135.0/24,
+ 76.8.240.0/24,
+ 76.8.151.0/23 le 24,
+ 76.8.171.0/21 ge 22 le 24,
+ 76.8.161.0/22 le 24,
+ 76.8.21.0/24,
+ 76.9.104.0/22 ge 24 le 24,
+ 76.9.127.0/22 le 24,
+ 76.9.118.0/22 le 24,
+ 76.9.67.0/22 le 24,
+ 76.9.201.0/22 le 24,
+ 76.9.177.0/22 le 24,
+ 76.11.164.0/24,
+ 76.11.65.0/24,
+ 76.11.87.0/23 ge 24 le 24,
+ 76.11.85.0/24,
+ 76.11.101.0/22 ge 24 le 24,
+ 76.11.98.0/22 le 24,
+ 76.10.219.0/24,
+ 76.10.194.0/24,
+ 76.10.247.0/22 le 24,
+ 76.14.169.0/24,
+ 76.14.9.0/22 le 24,
+ 76.14.50.0/23 ge 24 le 24,
+ 76.14.48.0/24,
+ 76.12.255.0/24,
+ 76.12.253.0/24,
+ 76.12.96.0/24,
+ 76.13.236.0/22 ge 24 le 24,
+ 76.13.60.0/22 le 24,
+ 76.13.51.0/24,
+ 76.13.9.0/23 le 24,
+ 76.13.101.0/22 le 24,
+ 76.13.110.0/24,
+ 76.13.117.0/23 le 24,
+ 76.39.156.0/22 ge 24 le 24,
+ 76.39.217.0/24,
+ 76.38.215.0/24,
+ 76.38.201.0/24,
+ 76.38.0.0/24,
+ 76.38.3.0/23 ge 24 le 24,
+ 76.38.105.0/22 le 24,
+ 76.37.222.0/24,
+ 76.37.221.0/24,
+ 76.37.58.0/22 le 24,
+ 76.37.102.0/23 le 24,
+ 76.37.100.0/24,
+ 76.37.98.0/22 le 24,
+ 76.36.249.0/22 le 24,
+ 76.36.208.0/24,
+ 76.36.138.0/24,
+ 76.36.137.0/24,
+ 76.36.183.0/24,
+ 76.36.124.0/22 le 24,
+ 76.36.106.0/23 le 24,
+ 76.36.17.0/22 le 24,
+ 76.35.124.0/24,
+ 76.35.210.0/23 le 24,
+ 76.35.224.0/22 le 24,
+ 76.35.178.0/23 ge 24 le 24,
+ 76.35.131.0/22 le 24,
+ 76.34.111.0/22 le 24,
+ 76.34.112.0/22 ge 24 le 24,
+ 76.34.126.0/22 le 24,
+ 76.34.90.0/22 le 24,
+ 76.34.69.0/23 ge 24 le 24,
+ 76.34.71.0/24,
+ 76.34.34.0/23 le 24,
+ 76.34.221.0/24,
+ 76.34.255.0/22 le 24,
+ 76.34.165.0/23 le 24,
+ 76.34.179.0/24,
+ 76.33.163.0/23 le 24,
+ 76.33.160.0/23 ge 24 le 24,
+ 76.33.175.0/22 ge 24 le 24,
+ 76.33.176.0/22 le 24,
+ 76.33.155.0/23 ge 24 le 24,
+ 76.33.145.0/23 ge 24 le 24,
+ 76.33.147.0/24,
+ 76.33.69.0/22 le 24,
+ 76.33.66.0/24,
+ 76.33.86.0/23 ge 24 le 24,
+ 76.32.129.0/24,
+ 76.32.249.0/24,
+ 76.32.235.0/22 le 24,
+ 76.32.207.0/24,
+ 76.32.201.0/22 le 24,
+ 76.32.66.0/24,
+ 76.32.69.0/22 le 24,
+ 76.32.114.0/22 le 24,
+ 76.47.161.0/24,
+ 76.47.177.0/24,
+ 76.47.155.0/23 le 24,
+ 76.47.217.0/24,
+ 76.47.242.0/22 le 24,
+ 76.47.122.0/22 le 24,
+ 76.47.72.0/24,
+ 76.47.54.0/24,
+ 76.46.160.0/24,
+ 76.46.162.0/23 le 24,
+ 76.46.230.0/24,
+ 76.46.242.0/22 ge 24 le 24,
+ 76.46.70.0/23 ge 24 le 24,
+ 76.46.33.0/22 le 24,
+ 76.44.184.0/22 le 24,
+ 76.44.204.0/23 le 24,
+ 76.44.64.0/24,
+ 76.44.95.0/22 ge 24 le 24,
+ 76.44.89.0/22 le 24,
+ 76.45.166.0/24,
+ 76.45.242.0/22 le 24,
+ 76.45.54.0/22 le 24,
+ 76.45.1.0/22 le 24,
+ 76.45.90.0/22 le 24,
+ 76.45.83.0/22 le 24,
+ 76.43.101.0/22 ge 24 le 24,
+ 76.43.105.0/22 le 24,
+ 76.42.159.0/24,
+ 76.42.151.0/22 le 24,
+ 76.42.228.0/22 le 24,
+ 76.40.199.0/24,
+ 76.41.46.0/22 ge 24 le 24,
+ 76.54.15.0/22 le 24,
+ 76.54.0.0/24,
+ 76.54.164.0/23 ge 24 le 24,
+ 76.54.167.0/23 le 24,
+ 76.54.158.0/23 le 24,
+ 76.55.123.0/22 le 24,
+ 76.55.20.0/23 ge 24 le 24,
+ 76.55.22.0/24,
+ 76.55.30.0/22 ge 24 le 24,
+ 76.55.169.0/23 ge 24 le 24,
+ 76.55.197.0/22 le 24,
+ 76.53.163.0/24,
+ 76.53.212.0/22 le 24,
+ 76.53.47.0/22 le 24,
+ 76.52.183.0/23 le 24,
+ 76.52.180.0/24,
+ 76.52.174.0/24,
+ 76.52.61.0/22 le 24,
+ 76.52.78.0/24,
+ 76.51.122.0/22 le 24,
+ 76.51.86.0/24,
+ 76.51.1.0/24,
+ 76.51.11.0/22 le 24,
+ 76.51.45.0/22 le 24,
+ 76.51.168.0/23 ge 24 le 24,
+ 76.51.162.0/23 ge 24 le 24,
+ 76.51.199.0/23 ge 24 le 24,
+ 76.51.203.0/22 ge 24 le 24,
+ 76.50.189.0/23 le 24,
+ 76.50.125.0/24,
+ 76.50.8.0/22 ge 24 le 24,
+ 76.48.85.0/22 le 24,
+ 76.48.216.0/22 le 24,
+ 76.49.235.0/24,
+ 76.49.162.0/22 le 24,
+ 76.49.116.0/23 ge 24 le 24,
+ 76.49.121.0/24,
+ 76.62.244.0/23 ge 24 le 24,
+ 76.62.131.0/23 ge 24 le 24,
+ 76.62.129.0/24,
+ 76.62.136.0/24,
+ 76.62.145.0/22 le 24,
+ 76.62.38.0/24,
+ 76.63.83.0/23 le 24,
+ 76.63.164.0/22 ge 24 le 24,
+ 76.63.178.0/22 ge 24 le 24,
+ 76.63.152.0/22 ge 24 le 24,
+ 76.61.20.0/22 le 24,
+ 76.61.104.0/22 le 24,
+ 76.61.115.0/22 le 24,
+ 76.61.195.0/23 le 24,
+ 76.61.129.0/22 le 24,
+ 76.60.151.0/22 le 24,
+ 76.60.133.0/23 ge 24 le 24,
+ 76.60.141.0/23 ge 24 le 24,
+ 76.60.169.0/22 ge 24 le 24,
+ 76.60.226.0/22 le 24,
+ 76.60.50.0/21 ge 22 le 24,
+ 76.60.34.0/22 le 24,
+ 76.60.22.0/23 le 24,
+ 76.60.14.0/22 le 24,
+ 76.60.8.0/24,
+ 76.59.144.0/21 ge 22 le 24,
+ 76.59.210.0/22 le 24,
+ 76.59.103.0/22 ge 24 le 24,
+ 76.58.220.0/22 ge 24 le 24,
+ 76.58.255.0/22 le 24,
+ 76.58.143.0/22 le 24,
+ 76.58.174.0/22 le 24,
+ 76.58.190.0/23 ge 24 le 24,
+ 76.57.156.0/23 ge 24 le 24,
+ 76.57.159.0/24,
+ 76.57.181.0/22 le 24,
+ 76.57.11.0/22 ge 24 le 24,
+ 76.57.16.0/24,
+ 76.57.34.0/24,
+ 76.56.186.0/24,
+ 76.56.93.0/23 le 24,
+ 76.56.98.0/24,
+ 76.56.42.0/22 le 24,
+ 76.166.203.0/22 le 24,
+ 76.166.198.0/22 le 24,
+ 76.166.52.0/22 le 24,
+ 76.166.38.0/23 ge 24 le 24,
+ 76.166.84.0/24,
+ 76.164.14.0/22 ge 24 le 24,
+ 76.164.77.0/23 ge 24 le 24,
+ 76.164.128.0/24,
+ 76.164.171.0/22 le 24,
+ 76.164.193.0/22 le 24,
+ 76.165.232.0/22 ge 24 le 24,
+ 76.165.158.0/22 le 24,
+ 76.165.150.0/22 le 24,
+ 76.165.147.0/23 ge 24 le 24,
+ 76.165.132.0/24,
+ 76.165.60.0/22 le 24,
+ 76.165.101.0/24,
+ 76.162.182.0/22 le 24,
+ 76.162.129.0/22 le 24,
+ 76.162.221.0/24,
+ 76.163.234.0/22 ge 24 le 24,
+ 76.163.185.0/24,
+ 76.163.138.0/22 le 24,
+ 76.163.129.0/21 ge 22 le 24,
+ 76.163.15.0/23 ge 24 le 24,
+ 76.163.26.0/22 le 24,
+ 76.163.101.0/23 le 24,
+ 76.163.74.0/22 le 24,
+ 76.161.36.0/23 ge 24 le 24,
+ 76.161.48.0/23 le 24,
+ 76.161.4.0/23 ge 24 le 24,
+ 76.161.7.0/24,
+ 76.161.88.0/24,
+ 76.161.90.0/24,
+ 76.161.234.0/24,
+ 76.161.232.0/24,
+ 76.160.175.0/22 le 24,
+ 76.160.162.0/24,
+ 76.160.193.0/24,
+ 76.160.225.0/22 ge 23 le 24,
+ 76.160.234.0/22 le 24,
+ 76.173.69.0/22 le 24,
+ 76.173.87.0/23 le 24,
+ 76.173.2.0/22 ge 24 le 24,
+ 76.173.18.0/23 le 24,
+ 76.173.223.0/23 ge 24 le 24,
+ 76.173.210.0/24,
+ 76.173.200.0/23 ge 24 le 24,
+ 76.172.168.0/22 le 24,
+ 76.172.142.0/23 le 24,
+ 76.172.249.0/22 le 24,
+ 76.172.220.0/23 le 24,
+ 76.172.114.0/24,
+ 76.172.86.0/24,
+ 76.172.65.0/23 le 24,
+ 76.172.12.0/24,
+ 76.172.27.0/24,
+ 76.172.56.0/23 le 24,
+ 76.174.33.0/23 ge 24 le 24,
+ 76.174.85.0/22 le 24,
+ 76.174.68.0/22 ge 23 le 24,
+ 76.174.108.0/23 le 24,
+ 76.174.125.0/24,
+ 76.174.216.0/23 le 24,
+ 76.174.195.0/23 le 24,
+ 76.174.226.0/23 ge 24 le 24,
+ 76.174.143.0/23 le 24,
+ 76.174.160.0/23 le 24,
+ 76.175.62.0/23 le 24,
+ 76.175.43.0/23 le 24,
+ 76.175.1.0/23 le 24,
+ 76.175.105.0/23 le 24,
+ 76.175.115.0/24,
+ 76.175.77.0/23 le 24,
+ 76.175.182.0/23 le 24,
+ 76.175.253.0/23 le 24,
+ 76.175.247.0/23 le 24,
+ 76.175.232.0/23 ge 24 le 24,
+ 76.170.215.0/23 ge 24 le 24,
+ 76.170.221.0/23 le 24,
+ 76.170.219.0/24,
+ 76.170.193.0/23 le 24,
+ 76.170.248.0/24,
+ 76.170.162.0/23 le 24,
+ 76.170.146.0/23 ge 24 le 24,
+ 76.170.140.0/23 ge 24 le 24,
+ 76.170.143.0/23 le 24,
+ 76.171.120.0/23 le 24,
+ 76.171.74.0/24,
+ 76.171.62.0/23 ge 24 le 24,
+ 76.171.53.0/24,
+ 76.171.20.0/23 le 24,
+ 76.171.27.0/23 le 24,
+ 76.171.1.0/23 le 24,
+ 76.171.9.0/23 le 24,
+ 76.171.11.0/24,
+ 76.171.151.0/22 le 24,
+ 76.171.146.0/23 le 24,
+ 76.171.179.0/24,
+ 76.171.173.0/23 le 24,
+ 76.171.237.0/23 le 24,
+ 76.169.112.0/23 ge 24 le 24,
+ 76.169.62.0/24,
+ 76.169.188.0/24,
+ 76.169.149.0/23 le 24,
+ 76.169.201.0/23 le 24,
+ 76.169.254.0/23 le 24,
+ 76.169.243.0/23 ge 24 le 24,
+ 76.168.12.0/23 le 24,
+ 76.168.76.0/23 le 24,
+ 76.168.116.0/23 ge 24 le 24,
+ 76.168.142.0/23 ge 24 le 24,
+ 76.168.132.0/23 le 24,
+ 76.168.147.0/23 le 24,
+ 76.168.177.0/24,
+ 76.168.213.0/23 le 24,
+ 76.168.240.0/23 le 24,
+ 76.186.104.0/23 ge 24 le 24,
+ 76.186.47.0/23 ge 24 le 24,
+ 76.186.33.0/23 ge 24 le 24,
+ 76.186.220.0/24,
+ 76.186.192.0/23 le 24,
+ 76.186.250.0/23 le 24,
+ 76.187.34.0/23 ge 24 le 24,
+ 76.187.31.0/23 le 24,
+ 76.187.24.0/23 le 24,
+ 76.187.125.0/23 le 24,
+ 76.187.81.0/23 ge 24 le 24,
+ 76.187.158.0/23 le 24,
+ 76.187.166.0/24,
+ 76.187.186.0/24,
+ 76.187.206.0/23 le 24,
+ 76.187.243.0/22 le 24,
+ 76.185.100.0/23 ge 24 le 24,
+ 76.185.116.0/23 ge 24 le 24,
+ 76.185.85.0/23 ge 24 le 24,
+ 76.185.55.0/23 le 24,
+ 76.185.173.0/23 ge 24 le 24,
+ 76.185.224.0/23 le 24,
+ 76.184.190.0/23 le 24,
+ 76.184.165.0/23 ge 24 le 24,
+ 76.184.227.0/24,
+ 76.184.235.0/23 le 24,
+ 76.184.246.0/23 le 24,
+ 76.184.250.0/24,
+ 76.184.62.0/23 le 24,
+ 76.184.57.0/23 le 24,
+ 76.184.73.0/23 le 24,
+ 76.188.169.0/23 le 24,
+ 76.188.216.0/23 le 24,
+ 76.188.223.0/24,
+ 76.188.244.0/24,
+ 76.188.224.0/24,
+ 76.188.84.0/24,
+ 76.188.5.0/24,
+ 76.188.33.0/24,
+ 76.189.98.0/23 le 24,
+ 76.189.87.0/23 ge 24 le 24,
+ 76.189.47.0/23 le 24,
+ 76.189.41.0/24,
+ 76.189.13.0/23 le 24,
+ 76.189.8.0/23 le 24,
+ 76.189.2.0/23 ge 24 le 24,
+ 76.189.27.0/24,
+ 76.189.136.0/23 le 24,
+ 76.189.154.0/24,
+ 76.189.151.0/23 le 24,
+ 76.189.255.0/23 ge 24 le 24,
+ 76.189.205.0/23 le 24,
+ 76.189.202.0/23 le 24,
+ 76.191.162.0/23 le 24,
+ 76.191.131.0/23 ge 24 le 24,
+ 76.191.231.0/23 le 24,
+ 76.191.126.0/24,
+ 76.191.89.0/23 le 24,
+ 76.191.0.0/23 le 24,
+ 76.190.58.0/24,
+ 76.190.39.0/23 le 24,
+ 76.190.30.0/23 le 24,
+ 76.190.7.0/23 le 24,
+ 76.190.75.0/23 le 24,
+ 76.190.98.0/23 le 24,
+ 76.190.102.0/23 le 24,
+ 76.190.100.0/23 ge 24 le 24,
+ 76.190.242.0/23 ge 24 le 24,
+ 76.190.208.0/23 ge 24 le 24,
+ 76.190.210.0/23 le 24,
+ 76.190.142.0/24,
+ 76.190.147.0/23 le 24,
+ 76.190.162.0/24,
+ 76.190.181.0/23 ge 24 le 24,
+ 76.190.179.0/23 le 24,
+ 76.176.48.0/24,
+ 76.176.57.0/24,
+ 76.176.7.0/23 le 24,
+ 76.176.24.0/23 le 24,
+ 76.176.81.0/23 le 24,
+ 76.176.89.0/23 le 24,
+ 76.176.200.0/23 le 24,
+ 76.176.169.0/24,
+ 76.176.190.0/23 le 24,
+ 76.176.145.0/23 ge 24 le 24,
+ 76.177.39.0/24,
+ 76.177.33.0/23 le 24,
+ 76.177.42.0/21 ge 23 le 24,
+ 76.177.56.0/23 ge 24 le 24,
+ 76.177.20.0/22 le 24,
+ 76.177.209.0/23 le 24,
+ 76.177.130.0/23 le 24,
+ 76.179.240.0/23 le 24,
+ 76.178.127.0/23 ge 24 le 24,
+ 76.181.125.0/23 le 24,
+ 76.180.80.0/23 le 24,
+ 76.242.45.0/22 ge 24 le 24,
+ 76.242.175.0/22 le 24,
+ 76.242.226.0/24,
+ 76.242.224.0/24,
+ 76.242.232.0/22 le 24,
+ 76.242.248.0/24,
+ 76.243.44.0/24,
+ 76.243.21.0/22 le 24,
+ 76.243.30.0/22 le 24,
+ 76.243.190.0/24,
+ 76.240.137.0/24,
+ 76.240.39.0/22 le 24,
+ 76.240.80.0/23 le 24,
+ 76.241.120.0/23 le 24,
+ 76.241.178.0/22 ge 23 le 24,
+ 76.244.189.0/22 le 24,
+ 76.244.184.0/24,
+ 76.244.144.0/22 le 24,
+ 76.244.130.0/22 le 24,
+ 76.244.192.0/22 le 24,
+ 76.244.221.0/22 ge 24 le 24,
+ 76.244.125.0/24,
+ 76.244.65.0/22 le 24,
+ 76.244.90.0/22 le 24,
+ 76.245.238.0/22 ge 24 le 24,
+ 76.247.195.0/22 le 24,
+ 76.246.64.0/22 le 24,
+ 76.246.73.0/23 ge 24 le 24,
+ 76.246.49.0/23 ge 24 le 24,
+ 76.246.50.0/24,
+ 76.252.172.0/23 ge 24 le 24,
+ 76.252.175.0/24,
+ 76.252.205.0/23 le 24,
+ 76.252.207.0/24,
+ 76.252.77.0/23 ge 24 le 24,
+ 76.253.89.0/24,
+ 76.254.207.0/22 ge 24 le 24,
+ 76.254.164.0/22 ge 24 le 24,
+ 76.250.231.0/24,
+ 76.250.195.0/22 le 24,
+ 76.250.160.0/22 ge 23 le 24,
+ 76.250.146.0/22 le 24,
+ 76.251.55.0/23 ge 24 le 24,
+ 76.251.52.0/24,
+ 76.251.96.0/21 ge 22 le 24,
+ 76.251.230.0/22 le 24,
+ 76.249.117.0/22 le 24,
+ 76.249.123.0/23 le 24,
+ 76.249.40.0/21 ge 22 le 24,
+ 76.249.236.0/23 ge 24 le 24,
+ 76.249.238.0/24,
+ 76.248.173.0/22 le 24,
+ 76.248.162.0/22 ge 24 le 24,
+ 76.248.243.0/23 le 24,
+ 76.248.239.0/24,
+ 76.248.85.0/24,
+ 76.230.53.0/24,
+ 76.230.55.0/24,
+ 76.230.195.0/22 le 24,
+ 76.230.203.0/24,
+ 76.230.200.0/24,
+ 76.230.231.0/23 ge 24 le 24,
+ 76.230.228.0/24,
+ 76.231.214.0/22 le 24,
+ 76.229.251.0/23 le 24,
+ 76.229.252.0/22 le 24,
+ 76.229.120.0/22 le 24,
+ 76.228.20.0/24,
+ 76.228.22.0/24,
+ 76.228.88.0/22 le 24,
+ 76.224.124.0/23 ge 24 le 24,
+ 76.224.127.0/24,
+ 76.224.196.0/24,
+ 76.224.241.0/22 le 24,
+ 76.224.245.0/23 le 24,
+ 76.225.248.0/23 le 24,
+ 76.225.60.0/24,
+ 76.225.36.0/22 le 24,
+ 76.226.127.0/22 ge 24 le 24,
+ 76.226.94.0/24,
+ 76.226.32.0/24,
+ 76.226.199.0/22 ge 24 le 24,
+ 76.227.67.0/23 ge 24 le 24,
+ 76.227.65.0/24,
+ 76.227.107.0/22 le 24,
+ 76.227.54.0/22 le 24,
+ 76.238.171.0/24,
+ 76.238.188.0/22 ge 23 le 24,
+ 76.238.124.0/23 le 24,
+ 76.239.245.0/24,
+ 76.237.164.0/22 ge 24 le 24,
+ 76.236.170.0/22 le 24,
+ 76.236.31.0/22 le 24,
+ 76.236.21.0/22 le 24,
+ 76.236.78.0/24,
+ 76.233.148.0/22 le 24,
+ 76.233.231.0/23 ge 24 le 24,
+ 76.232.41.0/24,
+ 76.232.170.0/21 ge 24 le 24,
+ 76.235.193.0/21 ge 22 le 24,
+ 76.235.185.0/24,
+ 76.204.106.0/22 le 24,
+ 76.204.145.0/22 le 24,
+ 76.204.140.0/22 ge 24 le 24,
+ 76.204.174.0/24,
+ 76.204.192.0/22 ge 24 le 24,
+ 76.206.197.0/22 le 24,
+ 76.206.178.0/23 ge 24 le 24,
+ 76.206.176.0/24,
+ 76.206.46.0/22 le 24,
+ 76.206.0.0/22 le 24,
+ 76.207.152.0/23 ge 24 le 24,
+ 76.207.188.0/22 ge 23 le 24,
+ 76.207.236.0/22 le 24,
+ 76.207.9.0/22 le 24,
+ 76.207.82.0/22 le 24,
+ 76.207.124.0/24,
+ 76.203.114.0/22 le 24,
+ 76.203.120.0/22 le 24,
+ 76.203.28.0/24,
+ 76.203.31.0/24,
+ 76.203.165.0/22 le 24,
+ 76.201.124.0/24,
+ 76.201.190.0/24,
+ 76.201.210.0/23 le 24,
+ 76.201.246.0/22 le 24,
+ 76.200.96.0/22 le 24,
+ 76.200.66.0/24,
+ 76.200.202.0/24,
+ 76.200.251.0/24,
+ 76.200.148.0/24,
+ 76.200.135.0/22 le 24,
+ 76.200.142.0/24,
+ 76.193.150.0/23 le 24,
+ 76.193.189.0/22 le 24,
+ 76.193.222.0/22 le 24,
+ 76.193.238.0/22 le 24,
+ 76.193.72.0/22 le 24,
+ 76.193.66.0/23 le 24,
+ 76.193.83.0/22 le 24,
+ 76.193.84.0/23 ge 24 le 24,
+ 76.192.147.0/22 le 24,
+ 76.192.160.0/22 le 24,
+ 76.192.41.0/22 ge 24 le 24,
+ 76.194.45.0/22 le 24,
+ 76.195.24.0/24,
+ 76.195.113.0/24,
+ 76.195.205.0/22 le 24,
+ 76.196.251.0/22 ge 24 le 24,
+ 76.196.234.0/24,
+ 76.197.129.0/24,
+ 76.197.193.0/22 le 24,
+ 76.197.21.0/22 le 24,
+ 76.198.192.0/23 le 24,
+ 76.198.156.0/22 le 24,
+ 76.198.150.0/22 le 24,
+ 76.198.129.0/22 le 24,
+ 76.198.179.0/23 ge 24 le 24,
+ 76.198.104.0/23 le 24,
+ 76.198.22.0/22 le 24,
+ 76.198.18.0/24,
+ 76.199.74.0/24,
+ 76.199.73.0/24,
+ 76.199.48.0/22 le 24,
+ 76.199.56.0/23 ge 24 le 24,
+ 76.199.58.0/24,
+ 76.199.247.0/22 le 24,
+ 76.213.155.0/22 le 24,
+ 76.212.140.0/22 le 24,
+ 76.212.145.0/22 ge 23 le 24,
+ 76.214.214.0/24,
+ 76.214.212.0/23 ge 24 le 24,
+ 76.215.140.0/22 le 24,
+ 76.215.115.0/24,
+ 76.215.98.0/22 le 24,
+ 76.208.185.0/22 le 24,
+ 76.208.136.0/24,
+ 76.208.52.0/22 le 24,
+ 76.208.13.0/24,
+ 76.208.94.0/23 ge 24 le 24,
+ 76.208.93.0/24,
+ 76.208.112.0/22 le 24,
+ 76.209.68.0/22 le 24,
+ 76.209.103.0/23 le 24,
+ 76.209.19.0/24,
+ 76.211.155.0/24,
+ 76.211.153.0/24,
+ 76.211.251.0/22 le 24,
+ 76.211.192.0/24,
+ 76.211.7.0/22 le 24,
+ 76.210.63.0/23 le 24,
+ 76.210.174.0/24,
+ 76.210.215.0/24,
+ 76.210.213.0/23 ge 24 le 24,
+ 76.210.224.0/22 ge 24 le 24,
+ 76.210.244.0/22 le 24,
+ 76.222.161.0/22 le 24,
+ 76.222.212.0/22 le 24,
+ 76.222.19.0/22 le 24,
+ 76.222.35.0/22 le 24,
+ 76.222.36.0/24,
+ 76.222.38.0/24,
+ 76.222.51.0/23 ge 24 le 24,
+ 76.223.153.0/22 le 24,
+ 76.223.241.0/24,
+ 76.223.238.0/24,
+ 76.223.236.0/24,
+ 76.223.223.0/22 ge 23 le 24,
+ 76.223.209.0/24,
+ 76.223.4.0/22 le 24,
+ 76.223.78.0/23 le 24,
+ 76.221.52.0/24,
+ 76.221.37.0/22 le 24,
+ 76.221.181.0/22 le 24,
+ 76.221.210.0/22 le 24,
+ 76.220.130.0/22 le 24,
+ 76.220.184.0/22 le 24,
+ 76.220.181.0/23 ge 24 le 24,
+ 76.220.36.0/23 le 24,
+ 76.219.211.0/24,
+ 76.219.209.0/24,
+ 76.219.244.0/23 ge 24 le 24,
+ 76.219.240.0/22 le 24,
+ 76.219.24.0/22 le 24,
+ 76.218.126.0/24,
+ 76.218.4.0/24,
+ 76.218.2.0/22 ge 24 le 24,
+ 76.218.23.0/24,
+ 76.218.237.0/23 le 24,
+ 76.218.191.0/22 le 24,
+ 76.217.113.0/22 le 24,
+ 76.217.78.0/22 le 24,
+ 76.217.5.0/23 ge 24 le 24,
+ 76.217.234.0/22 le 24,
+ 76.217.199.0/22 le 24,
+ 76.216.72.0/24,
+ 76.216.75.0/23 ge 24 le 24,
+ 76.216.132.0/22 le 24,
+ 76.216.251.0/22 ge 24 le 24,
+ 65.97.237.0/12 le 24,
+ 65.95.180.0/21 le 24,
+ 65.95.228.0/21 le 24,
+ 65.95.245.0/22 le 24,
+ 65.95.212.0/24,
+ 65.95.214.0/23 ge 24 le 24,
+ 65.95.66.0/22 le 24,
+ 65.95.60.0/21 le 24,
+ 65.94.173.0/24,
+ 65.94.183.0/21 le 24,
+ 65.94.154.0/24,
+ 65.94.44.0/22 le 24,
+ 65.21.245.0/19 le 24,
+ 65.21.72.0/19 le 24,
+ 65.18.67.0/19 le 24,
+ 65.25.171.0/24,
+ 65.24.125.0/24,
+ 65.7.63.0/23 le 24,
+ 65.7.105.0/19 ge 20 le 24,
+ 65.6.246.0/22 le 24,
+ 65.10.195.0/22 le 24,
+ 65.41.157.0/24,
+ 65.41.153.0/22 ge 23 le 24,
+ 65.41.147.0/24,
+ 65.42.202.0/22 le 24,
+ 65.47.241.0/23 le 24,
+ 65.47.254.0/22 le 24,
+ 65.47.193.0/19 ge 20 le 24,
+ 65.223.251.0/20 le 24,
+ 65.223.153.0/23 le 24,
+ 65.223.141.0/20 le 24,
+ 65.223.124.0/22 le 24,
+ 65.223.55.0/24,
+ 65.222.137.0/24,
+ 65.222.21.0/22 le 24,
+ 65.222.28.0/22 le 24,
+ 65.222.89.0/20 le 24,
+ 65.219.212.0/16 le 24,
+ 65.218.24.0/17 le 24,
+ 65.217.179.0/17 le 24,
+ 65.215.120.0/16 le 24,
+ 65.213.116.0/22 le 24,
+ 65.213.84.0/20 le 24,
+ 65.213.10.0/20 le 24,
+ 65.213.178.0/19 le 24,
+ 65.213.130.0/22 le 24,
+ 65.213.230.0/22 le 24,
+ 65.213.220.0/19 le 24,
+ 65.204.71.0/20 le 24,
+ 65.200.133.0/16 le 24,
+ 65.192.90.0/22 le 24,
+ 65.192.84.0/22 le 24,
+ 65.192.119.0/22 le 24,
+ 65.192.223.0/22 le 24,
+ 65.192.252.0/22 le 24,
+ 65.193.167.0/21 le 24,
+ 65.193.127.0/21 le 24,
+ 65.193.12.0/22 le 24,
+ 65.197.184.0/23 le 24,
+ 65.235.140.0/20 le 24,
+ 65.235.196.0/19 le 24,
+ 65.235.104.0/19 le 24,
+ 65.235.38.0/24,
+ 65.235.51.0/22 le 24,
+ 65.238.210.0/24,
+ 65.238.124.0/18 le 24,
+ 65.239.229.0/19 ge 20 le 24,
+ 65.239.212.0/20 le 24,
+ 65.227.135.0/24,
+ 65.227.142.0/24,
+ 65.227.82.0/21 le 24,
+ 65.227.106.0/24,
+ 65.227.104.0/24,
+ 65.227.100.0/24,
+ 65.227.103.0/24,
+ 65.227.98.0/23 le 24,
+ 65.227.96.0/24,
+ 65.163.136.0/24,
+ 65.163.0.0/24,
+ 65.163.12.0/22 le 24,
+ 65.162.37.0/22 le 24,
+ 65.162.0.0/22 le 24,
+ 65.162.119.0/23 le 24,
+ 65.162.210.0/24,
+ 65.161.207.0/19 le 24,
+ 65.161.63.0/19 le 24,
+ 65.174.47.0/20 le 24,
+ 65.174.30.0/20 le 24,
+ 65.174.121.0/20 le 24,
+ 65.174.83.0/20 le 24,
+ 65.174.129.0/20 le 24,
+ 65.168.163.0/16 le 24,
+ 65.189.93.0/15 le 24,
+ 65.190.71.0/21 le 24,
+ 65.190.107.0/24,
+ 65.190.32.0/22 le 24,
+ 65.190.30.0/22 le 24,
+ 65.190.156.0/22 le 24,
+ 65.190.184.0/21 le 24,
+ 65.190.197.0/21 le 24,
+ 65.191.234.0/22 le 24,
+ 65.191.192.0/21 le 24,
+ 65.191.162.0/21 le 24,
+ 65.191.76.0/21 le 24,
+ 65.184.231.0/19 le 24,
+ 65.185.84.0/17 le 24,
+ 65.132.1.0/22 le 24,
+ 65.132.223.0/18 le 24,
+ 65.133.51.0/17 le 24,
+ 65.133.246.0/24,
+ 65.133.255.0/22 le 24,
+ 65.133.233.0/20 le 24,
+ 65.133.177.0/24,
+ 65.133.147.0/21 le 24,
+ 65.137.26.0/19 le 24,
+ 65.136.101.0/18 le 24,
+ 65.139.226.0/16 le 24,
+ 65.142.192.0/24,
+ 65.142.125.0/24,
+ 65.140.120.0/18 ge 19 le 24,
+ 65.149.218.0/18 le 24,
+ 65.150.199.0/20 le 24,
+ 65.150.171.0/20 le 24,
+ 65.150.88.0/20 le 24,
+ 65.150.65.0/24,
+ 65.150.102.0/24,
+ 65.146.216.0/22 le 24,
+ 65.146.194.0/22 le 24,
+ 65.146.226.0/22 le 24,
+ 65.146.153.0/24,
+ 65.146.147.0/21 le 24,
+ 65.146.175.0/21 le 24,
+ 65.146.110.0/21 le 24,
+ 65.147.21.0/21 le 24,
+ 65.147.49.0/24,
+ 65.147.61.0/21 le 24,
+ 65.147.72.0/21 le 24,
+ 65.147.91.0/22 le 24,
+ 65.147.158.0/21 le 24,
+ 65.147.129.0/22 le 24,
+ 65.147.197.0/22 le 24,
+ 65.147.242.0/21 le 24,
+ 65.145.64.0/19 le 24,
+ 65.159.41.0/24,
+ 65.159.100.0/18 ge 19 le 24,
+ 65.159.255.0/24,
+ 65.159.253.0/24,
+ 65.159.250.0/24,
+ 65.159.248.0/24,
+ 65.159.242.0/24,
+ 65.159.247.0/24,
+ 65.159.237.0/24,
+ 65.159.234.0/24,
+ 65.159.232.0/23 ge 24 le 24,
+ 65.158.82.0/24,
+ 65.158.237.0/20 le 24,
+ 65.152.108.0/21 le 24,
+ 65.152.65.0/24,
+ 65.152.69.0/23 ge 24 le 24,
+ 65.152.13.0/21 le 24,
+ 65.152.237.0/24,
+ 65.152.251.0/22 le 24,
+ 65.153.85.0/22 le 24,
+ 65.153.54.0/21 le 24,
+ 65.153.253.0/21 le 24,
+ 65.153.212.0/24,
+ 65.153.208.0/24,
+ 65.153.201.0/22 le 24,
+ 65.153.175.0/21 le 24,
+ 65.153.141.0/24,
+ 64.58.250.0/21 le 24,
+ 66.70.145.0/24,
+ 66.69.112.0/23 ge 24 le 24,
+ 66.99.98.0/22 ge 24 le 24,
+ 66.99.100.0/23 le 24,
+ 66.99.102.0/23 ge 24 le 24,
+ 66.99.106.0/24,
+ 66.99.110.0/24,
+ 67.241.42.0/18 le 24,
+ 67.66.42.0/19 le 24,
+ 67.64.135.0/24,
+ 67.64.200.0/24,
+ 67.64.240.0/19 le 24,
+ 67.64.60.0/24,
+ 67.64.42.0/24,
+ 67.65.160.0/17 ge 18 le 24,
+ 67.75.53.0/20 le 24,
+ 67.75.11.0/24,
+ 67.72.135.0/18 le 24,
+ 67.76.163.0/16 le 24,
+ 67.115.115.0/16 le 24,
+ 67.114.167.0/24,
+ 67.114.164.0/24,
+ 67.114.150.0/23 le 24,
+ 67.114.197.0/20 le 24,
+ 67.114.120.0/20 le 24,
+ 67.116.127.0/19 le 24,
+ 67.116.156.0/20 le 24,
+ 67.116.133.0/21 le 24,
+ 67.122.163.0/23 le 24,
+ 67.98.169.0/21 ge 22 le 24,
+ 67.98.165.0/21 le 24,
+ 67.98.61.0/18 le 24,
+ 67.103.127.0/19 le 24,
+ 67.100.18.0/20 le 24,
+ 67.100.185.0/20 le 24,
+ 67.109.124.0/23 le 24,
+ 70.16.85.0/22 ge 24 le 24,
+ 70.16.81.0/24,
+ 70.16.82.0/23 ge 24 le 24,
+ 70.16.92.0/24,
+ 70.16.94.0/24,
+ 70.16.89.0/22 ge 24 le 24,
+ 70.16.99.0/20 le 24,
+ 70.16.216.0/20 le 24,
+ 70.22.7.0/18 ge 19 le 24,
+ 70.21.172.0/16 le 24,
+ 70.151.63.0/20 le 24,
+ 70.151.82.0/20 le 24,
+ 70.151.194.0/20 le 24,
+ 70.150.121.0/20 le 24,
+ 70.150.210.0/20 le 24,
+ 70.150.160.0/20 le 24,
+ 70.149.225.0/18 le 24,
+ 70.149.119.0/18 le 24,
+ 70.144.144.0/20 le 24,
+ 70.144.253.0/20 le 24,
+ 70.144.214.0/19 ge 20 le 24,
+ 70.146.237.0/19 le 24,
+ 70.154.182.0/20 le 24,
+ 70.157.222.0/23 le 24,
+ 70.157.207.0/23 ge 24 le 24,
+ 70.157.232.0/20 le 24,
+ 71.209.9.0/22 le 24,
+ 71.202.33.0/22 le 24,
+ 71.203.130.0/22 le 24,
+ 71.37.135.0/24,
+ 71.37.143.0/22 le 24,
+ 71.37.137.0/23 le 24,
+ 71.37.215.0/21 ge 23 le 24,
+ 71.37.194.0/23 le 24,
+ 71.37.199.0/23 le 24,
+ 71.98.219.0/24,
+ 71.98.216.0/24,
+ 71.66.138.0/21 le 24,
+ 71.69.207.0/22 le 24,
+ 68.201.51.0/21 le 24,
+ 68.235.116.0/24,
+ 68.235.32.0/20 le 24,
+ 68.235.194.0/21 le 24,
+ 68.235.205.0/21 ge 22 le 24,
+ 68.235.245.0/21 le 24,
+ 68.254.221.0/20 le 24,
+ 68.249.21.0/17 le 24,
+ 68.248.245.0/16 le 24,
+ 68.142.87.0/19 le 24,
+ 68.150.96.0/22 ge 24 le 24,
+ 68.150.100.0/23 ge 24 le 24,
+ 68.150.103.0/24,
+ 68.151.49.0/19 le 24,
+ 68.28.1.0/24,
+ 68.28.4.0/23 ge 24 le 24,
+ 68.28.30.0/24,
+ 68.28.99.0/24,
+ 68.28.110.0/24,
+ 68.28.179.0/24,
+ 68.28.182.0/24,
+ 68.28.140.0/24,
+ 68.28.230.0/24,
+ 68.84.29.0/20 ge 22 le 24,
+ 68.84.1.0/22 le 24,
+ 68.86.21.0/20 le 24,
+ 69.7.73.0/24,
+ 69.1.134.0/19 le 24,
+ 69.1.206.0/24,
+ 69.43.155.0/18 le 24,
+ 69.206.236.0/21 le 24,
+ 69.252.130.0/21 ge 24 le 24,
+ 69.252.143.0/24,
+ 69.252.140.0/24,
+ 69.252.136.0/22 ge 24 le 24,
+ 89.121.25.0/19 ge 21 le 24,
+ 89.121.55.0/21 le 24,
+ 89.120.198.0/23 le 24,
+ 89.120.206.0/23 le 24,
+ 89.126.43.0/20 le 24,
+ 89.66.30.0/22 le 24,
+ 89.66.21.0/21 ge 22 le 24,
+ 89.66.77.0/24,
+ 89.66.74.0/23 ge 24 le 24,
+ 89.178.47.0/24,
+ 89.219.206.0/22 ge 24 le 24,
+ 89.219.199.0/24,
+ 89.219.194.0/23 ge 24 le 24,
+ 89.219.217.0/24,
+ 89.219.215.0/24,
+ 89.219.210.0/24,
+ 89.219.249.0/19 le 24,
+ 89.217.209.0/16 le 24,
+ 89.216.73.0/17 le 24,
+ 89.202.44.0/20 le 24,
+ 88.191.6.0/24,
+ 88.175.81.0/23 le 24,
+ 88.175.86.0/23 le 24,
+ 88.175.93.0/24,
+ 88.175.72.0/24,
+ 88.175.69.0/24,
+ 88.175.66.0/24,
+ 88.175.244.0/22 le 24,
+ 88.175.209.0/20 ge 22 le 24,
+ 88.175.198.0/21 le 24,
+ 88.175.205.0/21 ge 22 le 24,
+ 88.172.152.0/17 le 24,
+ 88.161.41.0/17 le 24,
+ 88.158.168.0/20 ge 22 le 24,
+ 88.158.179.0/21 ge 22 le 24,
+ 88.158.189.0/22 le 24,
+ 88.158.186.0/24,
+ 88.147.7.0/20 le 24,
+ 88.149.8.0/19 le 24,
+ 88.115.218.0/22 ge 24 le 24,
+ 88.85.163.0/11 ge 16 le 24,
+ 88.44.103.0/22 ge 24 le 24,
+ 88.48.74.0/24,
+ 88.48.249.0/24,
+ 88.21.34.0/14 le 24,
+ 90.70.27.0/24,
+ 90.69.145.0/24,
+ 90.69.146.0/23 ge 24 le 24,
+ 90.24.25.0/24,
+ 90.51.151.0/18 le 24,
+ 90.48.255.0/21 le 24,
+ 90.48.246.0/24,
+ 90.48.240.0/24,
+ 90.48.242.0/23 ge 24 le 24,
+ 90.34.231.0/19 ge 24 le 24,
+ 90.34.156.0/19 ge 24 le 24,
+ 90.34.91.0/24,
+ 90.35.76.0/24,
+ 90.35.72.0/24,
+ 90.37.187.0/18 le 24,
+ 90.210.63.0/21 le 24,
+ 90.214.236.0/21 le 24,
+ 90.222.75.0/21 ge 22 le 24,
+ 90.222.70.0/21 le 24,
+ 90.222.188.0/21 le 24,
+ 90.220.179.0/22 le 24,
+ 90.129.180.0/19 le 24,
+ 90.128.68.0/20 le 24,
+ 91.82.44.0/20 le 24,
+ 91.115.252.0/21 le 24,
+ 91.33.248.0/24,
+ 91.33.134.0/19 le 24,
+ 91.32.154.0/18 le 24,
+ 91.28.239.0/19 le 24,
+ 91.132.90.0/22 ge 23 le 24,
+ 91.132.135.0/17 le 24,
+ 91.133.90.0/16 le 24,
+ 91.164.8.0/22 ge 24 le 24,
+ 91.164.15.0/23 ge 24 le 24,
+ 91.164.12.0/24,
+ 91.166.166.0/19 le 24,
+ 91.167.32.0/20 le 24,
+ 91.167.109.0/20 le 24,
+ 91.178.27.0/24,
+ 94.185.168.0/21 le 24,
+ 94.136.57.0/21 le 24,
+ 94.136.26.0/24,
+ 94.136.217.0/17 le 24,
+ 94.251.39.0/19 le 24,
+ 94.251.7.0/22 le 24,
+ 94.251.106.0/21 ge 22 le 24,
+ 94.252.122.0/24,
+ 94.236.2.0/17 le 24,
+ 94.116.224.0/16 le 24,
+ 94.101.64.0/16 le 24,
+ 94.106.42.0/15 le 24,
+ 94.34.76.0/23 ge 24 le 24,
+ 94.34.78.0/24,
+ 94.34.72.0/24,
+ 94.34.74.0/23 ge 24 le 24,
+ 94.34.64.0/24,
+ 94.34.82.0/20 ge 21 le 24,
+ 94.34.240.0/24,
+ 94.34.202.0/22 le 24,
+ 94.47.113.0/22 le 24,
+ 94.47.45.0/22 le 24,
+ 94.47.12.0/22 le 24,
+ 94.47.154.0/22 ge 23 le 24,
+ 94.47.158.0/23 ge 24 le 24,
+ 94.47.157.0/23 le 24,
+ 94.57.245.0/24,
+ 94.10.165.0/20 le 24,
+ 94.13.161.0/17 le 24,
+ 95.115.139.0/21 le 24,
+ 95.115.37.0/21 le 24,
+ 95.92.139.0/18 le 24,
+ 95.83.121.0/19 le 24,
+ 95.62.175.0/20 le 24,
+ 95.62.91.0/19 le 24,
+ 95.62.45.0/19 le 24,
+ 95.22.169.0/21 le 24,
+ 95.22.114.0/24,
+ 95.22.39.0/19 ge 21 le 24,
+ 95.22.18.0/22 le 24,
+ 95.27.180.0/20 le 24,
+ 95.6.218.0/23 ge 24 le 24,
+ 95.6.217.0/24,
+ 95.6.221.0/22 ge 24 le 24,
+ 95.5.137.0/22 le 24,
+ 95.5.131.0/22 le 24,
+ 93.102.197.0/22 ge 23 le 24,
+ 93.102.195.0/24,
+ 93.102.134.0/21 le 24,
+ 93.102.136.0/24,
+ 93.102.145.0/23 le 24,
+ 93.98.24.0/22 le 24,
+ 93.34.30.0/21 le 24,
+ 93.34.18.0/21 ge 22 le 24,
+ 93.53.37.0/24,
+ 93.61.205.0/21 le 24,
+ 93.31.215.0/21 le 24,
+ 93.31.255.0/22 le 24,
+ 93.30.168.0/24,
+ 93.30.229.0/24,
+ 93.19.174.0/18 le 24,
+ 93.19.123.0/21 le 24,
+ 93.19.118.0/23 le 24,
+ 93.19.113.0/22 ge 24 le 24,
+ 93.19.15.0/21 ge 22 le 24,
+ 93.19.24.0/22 le 24,
+ 93.19.16.0/21 ge 22 le 24,
+ 93.145.18.0/24,
+ 93.145.89.0/24,
+ 93.145.116.0/24,
+ 93.146.102.0/23 le 24,
+ 93.159.110.0/14 le 24,
+ 93.168.108.0/19 le 24,
+ 93.168.24.0/21 le 24,
+ 93.173.102.0/22 ge 24 le 24,
+ 93.173.126.0/24,
+ 93.173.39.0/23 le 24,
+ 93.173.50.0/24,
+ 93.173.61.0/24,
+ 93.173.56.0/24,
+ 93.173.17.0/24,
+ 93.173.7.0/23 ge 24 le 24,
+ 93.255.23.0/20 le 24,
+ 93.255.55.0/22 ge 24 le 24,
+ 93.255.39.0/21 le 24,
+ 93.255.40.0/24,
+ 93.255.101.0/24,
+ 93.255.120.0/20 le 24,
+ 93.253.119.0/21 le 24,
+ 93.253.187.0/22 le 24,
+ 93.253.183.0/24,
+ 93.253.161.0/24,
+ 93.232.221.0/24,
+ 93.232.222.0/24,
+ 92.131.68.0/21 le 24,
+ 92.143.95.0/16 le 24,
+ 92.138.24.0/20 le 24,
+ 92.138.249.0/20 le 24,
+ 92.155.84.0/19 le 24,
+ 92.152.156.0/21 le 24,
+ 92.144.103.0/19 le 24,
+ 92.148.91.0/18 le 24,
+ 92.148.5.0/18 ge 19 le 24,
+ 92.148.231.0/19 ge 20 le 24,
+ 92.148.212.0/22 le 24,
+ 92.148.211.0/22 ge 23 le 24,
+ 92.148.221.0/21 ge 23 le 24,
+ 92.148.194.0/20 ge 23 le 24,
+ 92.148.139.0/19 ge 23 le 24,
+ 92.148.186.0/21 ge 23 le 24,
+ 92.149.195.0/24,
+ 92.151.223.0/24,
+ 92.151.215.0/24,
+ 92.151.213.0/24,
+ 92.151.166.0/21 le 24,
+ 92.187.73.0/20 le 24,
+ 92.187.82.0/21 ge 22 le 24,
+ 92.187.95.0/22 le 24,
+ 92.186.122.0/22 le 24,
+ 92.186.70.0/24,
+ 92.190.219.0/24,
+ 92.190.206.0/24,
+ 92.191.193.0/22 ge 24 le 24,
+ 92.169.218.0/22 le 24,
+ 92.169.221.0/23 le 24,
+ 92.169.222.0/24,
+ 92.173.113.0/20 le 24,
+ 92.218.245.0/24,
+ 92.218.160.0/21 le 24,
+ 92.215.23.0/24,
+ 92.215.28.0/24,
+ 92.252.94.0/16 le 24,
+ 92.228.249.0/24,
+ 87.102.140.0/16 le 24,
+ 87.103.254.0/18 le 24,
+ 87.103.64.0/24,
+ 87.103.69.0/24,
+ 87.103.71.0/24,
+ 87.101.209.0/23 le 24,
+ 87.91.7.0/20 le 24,
+ 87.47.226.0/20 le 24,
+ 87.47.161.0/24,
+ 87.47.163.0/23 ge 24 le 24,
+ 87.47.164.0/24,
+ 87.47.136.0/24,
+ 87.47.141.0/24,
+ 87.47.131.0/24,
+ 87.47.154.0/24,
+ 87.47.158.0/23 ge 24 le 24,
+ 87.47.157.0/24,
+ 87.47.144.0/23 ge 24 le 24,
+ 87.47.146.0/24,
+ 87.52.56.0/18 le 24,
+ 87.52.78.0/24,
+ 87.49.54.0/21 le 24,
+ 87.237.231.0/20 le 24,
+ 87.237.243.0/24,
+ 87.237.248.0/24,
+ 87.237.251.0/24,
+ 87.237.252.0/23 ge 24 le 24,
+ 87.232.141.0/22 le 24,
+ 87.232.133.0/21 le 24,
+ 86.182.113.0/21 le 24,
+ 86.182.247.0/21 le 24,
+ 86.176.207.0/21 le 24,
+ 86.190.217.0/21 ge 23 le 24,
+ 86.190.165.0/18 le 24,
+ 86.240.173.0/23 le 24,
+ 86.240.108.0/24,
+ 86.197.128.0/15 le 24,
+ 86.193.176.0/19 ge 20 le 24,
+ 86.192.111.0/24,
+ 86.223.162.0/19 le 24,
+ 86.60.48.0/24,
+ 86.39.10.0/23 ge 24 le 24,
+ 86.77.135.0/20 le 24,
+ 86.96.201.0/24,
+ 85.80.229.0/20 le 24,
+ 85.93.13.0/24,
+ 85.93.103.0/24,
+ 85.94.34.0/23 le 24,
+ 85.94.22.0/23 le 24,
+ 85.94.28.0/24,
+ 85.94.110.0/23 le 24,
+ 85.94.109.0/24,
+ 85.94.105.0/24,
+ 85.94.229.0/23 le 24,
+ 85.94.237.0/23 le 24,
+ 85.94.232.0/22 le 24,
+ 85.94.247.0/21 ge 23 le 24,
+ 85.94.254.0/21 le 24,
+ 85.94.196.0/22 le 24,
+ 85.94.141.0/23 le 24,
+ 85.94.142.0/24,
+ 85.94.148.0/22 ge 23 le 24,
+ 85.94.190.0/22 ge 23 le 24,
+ 85.94.167.0/23 le 24,
+ 85.94.165.0/23 ge 24 le 24,
+ 85.94.173.0/21 ge 23 le 24,
+ 85.110.196.0/20 le 24,
+ 85.105.187.0/24,
+ 85.104.128.0/24,
+ 85.55.99.0/24,
+ 85.37.8.0/20 le 24,
+ 85.144.178.0/24,
+ 85.131.214.0/18 le 24,
+ 85.129.7.0/24,
+ 85.137.79.0/24,
+ 85.247.40.0/24,
+ 85.246.12.0/21 le 24,
+ 85.246.94.0/18 ge 19 le 24,
+ 85.244.204.0/19 ge 20 le 24,
+ 85.197.138.0/21 le 24,
+ 85.198.79.0/22 le 24,
+ 85.198.118.0/19 le 24,
+ 84.1.88.0/24,
+ 84.30.228.0/12 ge 16 le 24,
+ 84.42.77.0/24,
+ 84.42.78.0/23 ge 24 le 24,
+ 84.42.221.0/24,
+ 84.111.56.0/24,
+ 84.102.2.0/23 le 24,
+ 84.102.17.0/21 le 24,
+ 84.219.79.0/21 le 24,
+ 84.241.123.0/21 le 24,
+ 84.169.153.0/21 le 24,
+ 84.167.188.0/22 le 24,
+ 84.167.126.0/22 le 24,
+ 83.26.29.0/22 le 24,
+ 83.24.116.0/20 le 24,
+ 83.24.96.0/21 le 24,
+ 83.24.167.0/18 le 24,
+ 83.41.216.0/23 le 24,
+ 83.119.2.0/24,
+ 83.119.0.0/23 ge 24 le 24,
+ 83.95.232.0/24,
+ 83.94.25.0/24,
+ 83.89.66.0/22 ge 24 le 24,
+ 83.88.127.0/24,
+ 83.202.238.0/22 ge 24 le 24,
+ 83.194.79.0/24,
+ 83.199.89.0/16 le 24,
+ 83.197.37.0/24,
+ 83.197.44.0/21 le 24,
+ 83.197.62.0/24,
+ 83.197.31.0/19 le 24,
+ 83.197.222.0/18 le 24,
+ 83.197.130.0/19 le 24,
+ 83.147.45.0/17 le 24,
+ 83.162.95.0/19 le 24,
+ 82.0.83.0/21 le 24,
+ 82.26.72.0/24,
+ 82.40.56.0/23 ge 24 le 24,
+ 82.40.59.0/23 le 24,
+ 82.40.63.0/23 le 24,
+ 82.40.60.0/24,
+ 82.40.49.0/22 le 24,
+ 82.40.53.0/24,
+ 82.40.35.0/23 le 24,
+ 82.40.36.0/22 le 24,
+ 82.44.216.0/24,
+ 82.44.218.0/24,
+ 82.157.32.0/17 le 24,
+ 82.158.168.0/24,
+ 82.168.74.0/16 le 24,
+ 82.183.52.0/20 le 24,
+ 81.215.220.0/24,
+ 151.230.26.0/24,
+ 151.231.64.0/16 le 24,
+ 151.234.103.0/16 le 24,
+ 151.232.249.0/16 le 24,
+ 151.238.203.0/16 le 24,
+ 151.254.7.0/16 le 24,
+ 151.247.123.0/16 le 24,
+ 151.242.125.0/16 le 24,
+ 151.208.76.0/16 le 24,
+ 151.219.201.0/16 le 24,
+ 151.196.107.0/16 le 24,
+ 151.165.253.0/16 le 24,
+ 151.182.37.0/16 le 24,
+ 151.128.139.0/15 ge 16 le 24,
+ 151.116.26.0/23 le 24,
+ 151.116.31.0/22 le 24,
+ 151.116.17.0/21 le 24,
+ 151.116.11.0/20 le 24,
+ 151.116.117.0/21 le 24,
+ 151.116.95.0/23 le 24,
+ 151.115.182.0/24,
+ 151.115.136.0/24,
+ 151.114.154.0/16 le 24,
+ 151.125.114.0/16 le 24,
+ 151.104.127.0/22 le 24,
+ 151.84.186.0/16 le 24,
+ 151.94.73.0/15 ge 16 le 24,
+ 151.92.39.0/16 le 24,
+ 151.70.192.0/16 le 24,
+ 151.67.97.0/20 le 24,
+ 151.26.16.0/16 le 24,
+ 151.31.230.0/16 le 24,
+ 151.30.176.0/23 le 24,
+ 151.30.209.0/24,
+ 151.30.121.0/24,
+ 151.30.58.0/24,
+ 151.30.8.0/23 le 24,
+ 151.30.10.0/24,
+ 151.30.6.0/24,
+ 151.30.24.0/24,
+ 151.18.108.0/22 le 24,
+ 151.20.33.0/16 le 24,
+ 151.8.160.0/15 ge 16 le 24,
+ 151.12.211.0/22 le 24,
+ 151.3.196.0/16 le 24,
+ 151.5.17.0/16 le 24,
+ 151.51.38.0/16 le 24,
+ 151.61.208.0/16 le 24,
+ 151.36.171.0/16 le 24,
+ 151.44.133.0/16 le 24,
+ 150.235.228.0/16 le 24,
+ 150.237.157.0/24,
+ 150.228.96.0/16 le 24,
+ 150.207.190.0/16 le 24,
+ 150.212.91.0/16 le 24,
+ 150.151.32.0/16 le 24,
+ 150.155.251.0/16 le 24,
+ 150.157.35.0/16 le 24,
+ 150.138.78.0/16 le 24,
+ 150.136.4.0/16 le 24,
+ 150.132.230.0/20 le 24,
+ 150.132.248.0/21 le 24,
+ 150.132.244.0/24,
+ 150.132.204.0/21 le 24,
+ 150.132.217.0/20 le 24,
+ 150.132.164.0/18 le 24,
+ 150.132.31.0/20 le 24,
+ 150.132.104.0/22 le 24,
+ 150.132.92.0/19 le 24,
+ 150.131.105.0/16 le 24,
+ 150.177.78.0/16 le 24,
+ 150.180.43.0/16 le 24,
+ 150.187.124.0/16 le 24,
+ 150.162.184.0/16 le 24,
+ 150.103.255.0/16 le 24,
+ 150.117.85.0/15 ge 16 le 24,
+ 150.119.242.0/16 le 24,
+ 150.112.55.0/15 ge 16 le 24,
+ 150.115.242.0/15 le 24,
+ 150.122.110.0/15 ge 16 le 24,
+ 150.120.40.0/16 le 24,
+ 150.121.50.0/18 le 24,
+ 150.121.229.0/17 ge 18 le 24,
+ 150.126.167.0/17 ge 18 le 24,
+ 150.126.81.0/17 le 24,
+ 150.127.17.0/21 ge 22 le 24,
+ 150.127.28.0/21 le 24,
+ 150.127.9.0/20 le 24,
+ 150.127.48.0/21 le 24,
+ 150.127.82.0/19 le 24,
+ 150.127.102.0/20 le 24,
+ 150.127.234.0/17 le 24,
+ 150.125.191.0/16 le 24,
+ 150.69.150.0/15 ge 16 le 24,
+ 150.90.215.0/16 le 24,
+ 150.36.200.0/16 le 24,
+ 150.33.13.0/20 le 24,
+ 150.33.28.0/20 ge 23 le 24,
+ 150.33.38.0/21 le 24,
+ 150.33.40.0/21 ge 23 le 24,
+ 150.33.52.0/22 ge 23 le 24,
+ 150.33.48.0/22 le 24,
+ 150.33.63.0/21 le 24,
+ 150.33.95.0/21 ge 24 le 24,
+ 150.33.70.0/20 le 24,
+ 150.33.163.0/23 le 24,
+ 150.33.133.0/22 le 24,
+ 150.33.129.0/24,
+ 150.33.248.0/18 le 24,
+ 150.35.140.0/18 le 24,
+ 150.35.204.0/19 le 24,
+ 150.35.87.0/24,
+ 150.35.115.0/19 le 24,
+ 150.35.38.0/19 le 24,
+ 150.35.21.0/20 le 24,
+ 150.35.10.0/21 le 24,
+ 150.35.4.0/22 le 24,
+ 150.35.3.0/23 le 24,
+ 150.35.0.0/24,
+ 150.14.100.0/16 le 24,
+ 150.15.195.0/18 ge 20 le 24,
+ 150.15.160.0/19 le 24,
+ 150.15.152.0/23 le 24,
+ 150.15.155.0/23 ge 24 le 24,
+ 150.15.157.0/22 ge 23 le 24,
+ 150.15.148.0/21 le 24,
+ 150.15.140.0/21 ge 22 le 24,
+ 150.15.134.0/21 le 24,
+ 150.15.54.0/17 le 24,
+ 150.6.23.0/16 le 24,
+ 150.16.65.0/16 le 24,
+ 148.81.35.0/16 le 24,
+ 148.117.42.0/24,
+ 148.100.80.0/16 le 24,
+ 148.63.64.0/16 le 24,
+ 148.29.105.0/24,
+ 148.17.58.0/16 le 24,
+ 148.6.123.0/23 ge 24 le 24,
+ 148.13.162.0/15 ge 16 le 24,
+ 148.184.77.0/16 le 24,
+ 148.189.172.0/16 le 24,
+ 148.142.129.0/16 le 24,
+ 148.140.19.0/16 le 24,
+ 148.136.65.0/16 le 24,
+ 148.146.48.0/16 le 24,
+ 148.147.119.0/23 ge 24 le 24,
+ 148.149.237.0/16 le 24,
+ 148.246.226.0/16 le 24,
+ 148.234.45.0/16 le 24,
+ 148.201.244.0/16 le 24,
+ 149.224.83.0/24,
+ 149.224.81.0/23 ge 24 le 24,
+ 149.224.91.0/22 le 24,
+ 149.181.21.0/16 le 24,
+ 149.179.149.0/16 le 24,
+ 149.150.160.0/16 le 24,
+ 149.131.23.0/16 le 24,
+ 149.85.201.0/24,
+ 149.64.83.0/16 le 24,
+ 149.71.152.0/16 le 24,
+ 149.101.174.0/24,
+ 149.101.171.0/24,
+ 149.101.168.0/24,
+ 149.101.163.0/24,
+ 149.105.38.0/16 le 24,
+ 149.112.145.0/16 le 24,
+ 149.126.177.0/16 le 24,
+ 149.21.109.0/16 le 24,
+ 149.6.33.0/22 le 24,
+ 149.62.94.0/24,
+ 149.62.92.0/23 ge 24 le 24,
+ 149.62.80.0/24,
+ 149.51.11.0/24,
+ 149.38.201.0/16 le 24,
+ 149.34.32.0/16 le 24,
+ 145.139.47.0/16 le 24,
+ 145.143.206.0/16 le 24,
+ 145.148.56.0/16 le 24,
+ 145.156.237.0/24,
+ 145.217.236.0/15 ge 16 le 24,
+ 145.224.243.0/24,
+ 145.226.150.0/16 le 24,
+ 147.181.104.0/21 le 24,
+ 147.166.28.0/16 le 24,
+ 147.246.164.0/16 le 24,
+ 147.241.38.0/16 le 24,
+ 147.198.159.0/16 le 24,
+ 147.195.252.0/24,
+ 147.201.10.0/16 le 24,
+ 147.203.30.0/16 le 24,
+ 147.87.224.0/16 ge 17 le 24,
+ 147.79.134.0/24,
+ 147.79.128.0/23 le 24,
+ 147.79.136.0/23 le 24,
+ 147.98.239.0/24,
+ 147.98.104.0/23 ge 24 le 24,
+ 147.98.106.0/24,
+ 147.98.108.0/24,
+ 147.98.117.0/24,
+ 147.98.112.0/24,
+ 147.98.114.0/24,
+ 147.98.124.0/22 le 24,
+ 147.98.121.0/23 le 24,
+ 147.98.91.0/24,
+ 147.98.88.0/23 le 24,
+ 147.98.87.0/23 le 24,
+ 147.98.82.0/22 le 24,
+ 147.98.72.0/22 le 24,
+ 147.98.77.0/24,
+ 147.98.79.0/23 le 24,
+ 147.98.64.0/23 ge 24 le 24,
+ 147.98.68.0/24,
+ 147.9.37.0/15 ge 16 le 24,
+ 147.10.155.0/24,
+ 147.10.207.0/23 le 24,
+ 147.10.236.0/23 le 24,
+ 147.10.225.0/22 ge 24 le 24,
+ 147.10.240.0/24,
+ 147.10.89.0/22 le 24,
+ 147.10.84.0/23 le 24,
+ 147.6.175.0/22 le 24,
+ 147.6.129.0/22 le 24,
+ 147.6.155.0/22 le 24,
+ 147.6.148.0/21 le 24,
+ 147.6.208.0/21 le 24,
+ 147.6.30.0/21 le 24,
+ 147.6.21.0/22 le 24,
+ 147.44.67.0/16 le 24,
+ 146.89.61.0/17 le 24,
+ 146.107.255.0/22 le 24,
+ 146.107.218.0/24,
+ 146.107.214.0/24,
+ 146.107.192.0/22 le 24,
+ 146.1.29.0/20 le 24,
+ 146.1.126.0/22 le 24,
+ 146.1.79.0/22 le 24,
+ 146.1.228.0/23 le 24,
+ 146.1.161.0/21 le 24,
+ 146.42.6.0/24,
+ 146.42.27.0/23 le 24,
+ 146.181.65.0/24,
+ 146.163.33.0/24,
+ 146.163.36.0/24,
+ 146.163.41.0/24,
+ 146.163.43.0/24,
+ 156.8.218.0/24,
+ 156.240.113.0/22 le 24,
+ 156.240.89.0/19 le 24,
+ 156.235.63.0/21 le 24,
+ 156.228.84.0/16 ge 17 le 24,
+ 156.212.137.0/16 le 24,
+ 156.223.16.0/24,
+ 156.131.70.0/24,
+ 156.188.56.0/24,
+ 157.151.186.0/16 le 24,
+ 157.144.110.0/16 le 24,
+ 157.146.142.0/16 le 24,
+ 157.154.212.0/24,
+ 157.154.197.0/24,
+ 157.154.243.0/24,
+ 157.154.253.0/23 ge 24 le 24,
+ 157.154.250.0/24,
+ 157.154.249.0/24,
+ 157.154.128.0/22 le 24,
+ 157.154.101.0/22 le 24,
+ 157.196.70.0/24,
+ 157.196.66.0/22 le 24,
+ 157.196.72.0/22 le 24,
+ 157.196.77.0/24,
+ 157.199.199.0/16 le 24,
+ 157.203.197.0/16 le 24,
+ 157.222.168.0/23 le 24,
+ 157.235.13.0/16 le 24,
+ 157.18.139.0/16 le 24,
+ 157.4.174.0/16 le 24,
+ 157.110.152.0/16 le 24,
+ 157.121.212.0/16 le 24,
+ 157.89.82.0/24,
+ 157.77.91.0/16 ge 17 le 24,
+ 158.20.238.0/16 le 24,
+ 158.60.146.0/16 le 24,
+ 158.59.212.0/23 ge 24 le 24,
+ 158.32.143.0/22 ge 24 le 24,
+ 158.107.200.0/16 le 24,
+ 158.81.200.0/24,
+ 158.93.161.0/16 le 24,
+ 158.94.217.0/24,
+ 158.94.222.0/24,
+ 158.78.34.0/16 le 24,
+ 158.69.41.0/24,
+ 158.198.229.0/20 le 24,
+ 158.198.162.0/19 le 24,
+ 158.158.85.0/24,
+ 158.145.156.0/22 le 24,
+ 158.175.107.0/24,
+ 158.175.85.0/21 le 24,
+ 158.175.88.0/23 le 24,
+ 158.179.61.0/20 le 24,
+ 158.180.83.0/16 le 24,
+ 158.186.190.0/18 le 24,
+ 159.96.61.0/24,
+ 159.96.38.0/22 le 24,
+ 159.96.120.0/22 le 24,
+ 159.107.74.0/23 le 24,
+ 159.118.243.0/22 le 24,
+ 159.118.39.0/22 le 24,
+ 159.73.103.0/22 le 24,
+ 159.75.135.0/16 le 24,
+ 159.38.61.0/24,
+ 159.38.47.0/24,
+ 159.38.76.0/22 ge 24 le 24,
+ 159.32.116.0/16 le 24,
+ 159.46.164.0/16 le 24,
+ 159.29.196.0/16 le 24,
+ 159.144.57.0/20 le 24,
+ 159.153.45.0/20 le 24,
+ 159.153.87.0/19 le 24,
+ 159.153.103.0/20 le 24,
+ 159.138.65.0/16 le 24,
+ 159.134.14.0/19 le 24,
+ 159.134.35.0/22 le 24,
+ 159.134.49.0/23 le 24,
+ 159.134.50.0/23 ge 24 le 24,
+ 159.134.108.0/24,
+ 159.134.105.0/23 le 24,
+ 159.187.39.0/20 le 24,
+ 159.178.146.0/16 ge 17 le 24,
+ 159.182.153.0/18 le 24,
+ 159.204.175.0/16 le 24,
+ 155.39.66.0/20 le 24,
+ 155.37.36.0/22 ge 24 le 24,
+ 155.37.34.0/24,
+ 155.37.32.0/23 ge 24 le 24,
+ 155.37.42.0/21 ge 24 le 24,
+ 155.37.59.0/24,
+ 155.36.171.0/24,
+ 155.36.173.0/24,
+ 155.36.174.0/23 ge 24 le 24,
+ 155.36.90.0/21 le 24,
+ 155.33.239.0/16 le 24,
+ 155.23.9.0/22 le 24,
+ 155.158.227.0/16 le 24,
+ 155.143.52.0/16 le 24,
+ 155.129.37.0/16 le 24,
+ 155.237.128.0/16 le 24,
+ 155.252.214.0/16 le 24,
+ 155.211.210.0/24,
+ 155.216.206.0/16 le 24,
+ 154.233.69.0/22 le 24,
+ 154.233.118.0/21 ge 22 le 24,
+ 154.233.134.0/22 ge 24 le 24,
+ 154.233.139.0/24,
+ 154.233.163.0/22 ge 24 le 24,
+ 154.233.244.0/22 ge 24 le 24,
+ 154.236.164.0/18 le 24,
+ 154.236.106.0/24,
+ 154.254.93.0/20 le 24,
+ 154.254.96.0/20 ge 21 le 24,
+ 154.248.104.0/16 le 24,
+ 154.250.46.0/24,
+ 154.70.224.0/16 le 24,
+ 154.71.1.0/19 ge 20 le 24,
+ 154.92.181.0/16 le 24,
+ 154.93.187.0/19 le 24,
+ 154.93.140.0/19 ge 20 le 24,
+ 154.93.227.0/20 le 24,
+ 154.93.254.0/22 ge 23 le 24,
+ 154.93.251.0/23 ge 24 le 24,
+ 154.93.222.0/19 ge 20 le 24,
+ 154.93.47.0/19 ge 20 le 24,
+ 154.94.14.0/16 ge 17 le 24,
+ 154.126.226.0/16 le 24,
+ 154.27.216.0/24,
+ 154.27.96.0/20 le 24,
+ 154.27.25.0/24,
+ 154.27.1.0/24,
+ 154.40.83.0/24,
+ 154.38.119.0/16 le 24,
+ 153.134.104.0/20 le 24,
+ 153.134.234.0/20 ge 21 le 24,
+ 153.134.254.0/20 le 24,
+ 153.130.139.0/19 le 24,
+ 153.137.179.0/16 le 24,
+ 153.139.42.0/18 le 24,
+ 153.160.40.0/15 ge 16 le 24,
+ 153.189.62.0/18 le 24,
+ 153.186.23.0/19 le 24,
+ 153.186.49.0/21 le 24,
+ 153.186.59.0/24,
+ 153.186.47.0/20 le 24,
+ 153.186.181.0/21 le 24,
+ 153.176.5.0/16 le 24,
+ 153.232.114.0/16 le 24,
+ 153.247.182.0/24,
+ 153.254.34.0/16 le 24,
+ 153.251.149.0/23 le 24,
+ 153.209.46.0/16 le 24,
+ 153.211.211.0/16 le 24,
+ 153.214.189.0/16 le 24,
+ 153.222.32.0/15 le 24,
+ 153.197.247.0/21 le 24,
+ 153.197.197.0/20 le 24,
+ 153.28.53.0/16 le 24,
+ 153.19.168.0/14 le 24,
+ 153.6.177.0/21 le 24,
+ 153.6.202.0/23 ge 24 le 24,
+ 153.6.200.0/24,
+ 153.6.1.0/17 le 24,
+ 153.0.117.0/15 le 24,
+ 153.12.117.0/19 le 24,
+ 153.15.71.0/16 le 24,
+ 153.60.23.0/15 ge 16 le 24,
+ 153.34.49.0/24,
+ 153.101.179.0/16 le 24,
+ 153.104.45.0/16 le 24,
+ 153.107.233.0/22 le 24,
+ 153.106.255.0/16 le 24,
+ 153.109.188.0/16 le 24,
+ 153.108.87.0/23 le 24,
+ 153.108.83.0/23 le 24,
+ 153.114.127.0/16 le 24,
+ 153.112.240.0/16 le 24,
+ 153.113.1.0/21 le 24,
+ 153.113.36.0/22 le 24,
+ 153.126.33.0/16 le 24,
+ 153.88.73.0/16 le 24,
+ 153.89.5.0/19 ge 22 le 24,
+ 153.89.105.0/22 le 24,
+ 153.86.212.0/16 le 24,
+ 153.66.64.0/24,
+ 153.67.240.0/24,
+ 153.67.247.0/24,
+ 153.67.238.0/23 ge 24 le 24,
+ 153.67.225.0/24,
+ 153.65.38.0/16 le 24,
+ 153.69.120.0/16 le 24,
+ 153.71.244.0/16 le 24,
+ 153.78.78.0/22 le 24,
+ 152.74.249.0/17 le 24,
+ 152.73.188.0/20 le 24,
+ 152.73.164.0/21 le 24,
+ 152.73.85.0/19 ge 20 le 24,
+ 152.73.120.0/20 le 24,
+ 152.73.13.0/18 le 24,
+ 152.92.99.0/19 le 24,
+ 152.8.15.0/16 le 24,
+ 152.14.128.0/22 le 24,
+ 152.39.35.0/16 le 24,
+ 152.54.223.0/24,
+ 152.221.14.0/19 le 24,
+ 152.253.111.0/15 ge 16 le 24,
+ 152.167.232.0/16 le 24,
+ 152.162.141.0/16 le 24,
+ 152.189.18.0/22 le 24,
+ 152.185.99.0/16 le 24,
+ 152.129.68.0/22 le 24,
+ 135.153.82.0/16 le 24,
+ 135.154.222.0/17 le 24,
+ 135.150.73.0/16 le 24,
+ 135.144.127.0/16 le 24,
+ 135.180.188.0/16 le 24,
+ 135.176.57.0/16 le 24,
+ 135.164.60.0/22 le 24,
+ 135.164.54.0/24,
+ 135.164.34.0/24,
+ 135.164.47.0/22 ge 24 le 24,
+ 135.164.134.0/22 ge 24 le 24,
+ 135.164.150.0/22 le 24,
+ 135.164.177.0/22 ge 24 le 24,
+ 135.240.184.0/24,
+ 135.240.190.0/24,
+ 135.246.84.0/23 le 24,
+ 135.246.88.0/22 le 24,
+ 135.253.230.0/16 le 24,
+ 135.37.240.0/16 le 24,
+ 135.40.211.0/21 le 24,
+ 135.44.3.0/24,
+ 135.44.4.0/23 le 24,
+ 135.44.15.0/21 le 24,
+ 135.44.27.0/22 le 24,
+ 135.44.31.0/23 le 24,
+ 135.44.20.0/24,
+ 135.44.56.0/24,
+ 135.47.170.0/16 le 24,
+ 135.55.142.0/24,
+ 135.71.80.0/24,
+ 135.91.201.0/16 le 24,
+ 134.184.24.0/20 le 24,
+ 134.190.111.0/23 ge 24 le 24,
+ 134.190.106.0/24,
+ 134.151.132.0/24,
+ 133.173.167.0/16 le 24,
+ 133.168.222.0/16 le 24,
+ 133.171.130.0/16 le 24,
+ 133.177.88.0/24,
+ 133.177.93.0/24,
+ 133.177.82.0/24,
+ 133.139.48.0/16 ge 17 le 24,
+ 133.137.39.0/16 le 24,
+ 133.222.151.0/22 le 24,
+ 133.222.131.0/20 le 24,
+ 133.222.166.0/20 le 24,
+ 133.222.254.0/24,
+ 133.214.13.0/16 le 24,
+ 133.192.31.0/16 le 24,
+ 133.206.137.0/20 le 24,
+ 133.206.148.0/22 le 24,
+ 133.206.153.0/21 le 24,
+ 133.206.91.0/21 le 24,
+ 133.2.76.0/17 le 24,
+ 133.1.98.0/16 le 24,
+ 133.8.97.0/21 le 24,
+ 133.8.122.0/22 le 24,
+ 133.8.74.0/23 le 24,
+ 133.81.11.0/22 ge 24 le 24,
+ 133.81.75.0/22 ge 24 le 24,
+ 133.91.89.0/16 le 24,
+ 133.89.48.0/24,
+ 133.64.9.0/24,
+ 133.66.95.0/16 le 24,
+ 133.103.78.0/16 le 24,
+ 133.113.39.0/21 le 24,
+ 132.168.151.0/16 le 24,
+ 132.165.35.0/16 le 24,
+ 132.130.204.0/16 le 24,
+ 132.140.164.0/16 le 24,
+ 132.199.223.0/16 le 24,
+ 132.202.102.0/22 le 24,
+ 132.239.178.0/16 le 24,
+ 132.227.103.0/24,
+ 132.255.33.0/22 le 24,
+ 132.37.196.0/24,
+ 132.40.135.0/23 le 24,
+ 132.99.218.0/16 le 24,
+ 132.77.92.0/16 le 24,
+ 132.90.246.0/16 le 24,
+ 129.45.21.0/21 le 24,
+ 129.13.151.0/23 le 24,
+ 129.14.188.0/24,
+ 129.14.214.0/24,
+ 129.14.1.0/23 le 24,
+ 129.14.37.0/23 le 24,
+ 129.14.49.0/23 le 24,
+ 129.91.196.0/23 ge 24 le 24,
+ 129.91.188.0/19 le 24,
+ 129.88.110.0/23 le 24,
+ 129.68.221.0/17 ge 18 le 24,
+ 129.100.47.0/20 le 24,
+ 129.100.2.0/24,
+ 129.100.0.0/23 le 24,
+ 129.100.67.0/22 ge 23 le 24,
+ 129.103.52.0/16 le 24,
+ 129.120.86.0/16 le 24,
+ 129.112.144.0/16 le 24,
+ 129.194.222.0/16 le 24,
+ 129.211.99.0/16 le 24,
+ 129.238.17.0/20 le 24,
+ 129.238.124.0/18 le 24,
+ 129.233.122.0/16 le 24,
+ 129.255.38.0/23 ge 24 le 24,
+ 129.136.151.0/19 le 24,
+ 129.136.90.0/19 le 24,
+ 128.219.238.0/24,
+ 128.219.230.0/24,
+ 128.217.248.0/24,
+ 128.210.171.0/24,
+ 128.199.129.0/19 le 24,
+ 128.199.218.0/20 ge 24 le 24,
+ 128.248.129.0/19 ge 20 le 24,
+ 128.248.23.0/22 le 24,
+ 128.248.33.0/22 le 24,
+ 128.244.41.0/22 ge 24 le 24,
+ 128.144.123.0/16 le 24,
+ 128.167.130.0/16 le 24,
+ 128.166.246.0/22 le 24,
+ 128.166.183.0/24,
+ 128.165.28.0/16 le 24,
+ 128.169.144.0/16 le 24,
+ 128.177.24.0/24,
+ 128.177.248.0/24,
+ 128.181.215.0/24,
+ 128.181.212.0/24,
+ 128.184.140.0/24,
+ 128.184.142.0/23 ge 24 le 24,
+ 128.13.91.0/24,
+ 128.29.48.0/24,
+ 128.26.132.0/17 le 24,
+ 128.26.25.0/17 ge 18 le 24,
+ 128.62.182.0/14 le 24,
+ 128.58.73.0/16 le 24,
+ 128.59.209.0/16 ge 17 le 24,
+ 128.57.225.0/16 le 24,
+ 128.55.241.0/16 le 24,
+ 128.120.121.0/21 le 24,
+ 130.164.195.0/24,
+ 130.164.192.0/23 ge 24 le 24,
+ 130.160.80.0/16 le 24,
+ 130.187.20.0/24,
+ 130.187.29.0/23 ge 24 le 24,
+ 130.187.31.0/23 le 24,
+ 130.25.220.0/23 ge 24 le 24,
+ 130.25.223.0/24,
+ 130.30.228.0/16 le 24,
+ 130.11.136.0/16 le 24,
+ 130.49.244.0/16 le 24,
+ 130.46.141.0/16 le 24,
+ 130.45.171.0/16 le 24,
+ 130.125.63.0/16 le 24,
+ 130.113.81.0/15 ge 16 le 24,
+ 130.66.230.0/22 le 24,
+ 130.66.146.0/22 le 24,
+ 130.66.105.0/23 ge 24 le 24,
+ 130.66.51.0/22 le 24,
+ 130.67.43.0/16 le 24,
+ 131.131.5.0/20 le 24,
+ 131.131.40.0/19 le 24,
+ 131.129.127.0/19 le 24,
+ 131.129.51.0/24,
+ 131.129.55.0/24,
+ 131.129.52.0/24,
+ 131.129.57.0/24,
+ 131.129.59.0/24,
+ 131.129.63.0/24,
+ 131.129.61.0/23 ge 24 le 24,
+ 131.129.40.0/24,
+ 131.28.116.0/16 le 24,
+ 131.12.181.0/16 le 24,
+ 131.6.98.0/17 le 24,
+ 131.6.138.0/18 le 24,
+ 131.6.193.0/20 le 24,
+ 131.6.217.0/21 le 24,
+ 131.6.208.0/21 ge 22 le 24,
+ 131.6.231.0/19 ge 20 le 24,
+ 131.59.48.0/19 le 24,
+ 131.59.97.0/19 le 24,
+ 131.59.203.0/20 le 24,
+ 131.59.183.0/18 le 24,
+ 131.48.0.0/24,
+ 131.48.59.0/24,
+ 131.48.57.0/24,
+ 131.48.51.0/21 ge 22 le 24,
+ 131.117.12.0/24,
+ 131.117.10.0/24,
+ 131.117.9.0/24,
+ 131.109.5.0/21 le 24,
+ 131.111.184.0/16 le 24,
+ 142.196.86.0/18 le 24,
+ 142.196.173.0/24,
+ 142.196.165.0/22 ge 24 le 24,
+ 142.196.152.0/22 ge 24 le 24,
+ 142.196.192.0/24,
+ 142.196.253.0/24,
+ 142.196.254.0/24,
+ 142.165.156.0/16 le 24,
+ 142.184.211.0/24,
+ 142.184.204.0/24,
+ 142.140.113.0/16 le 24,
+ 142.129.62.0/21 le 24,
+ 142.88.49.0/15 le 24,
+ 142.90.185.0/16 le 24,
+ 142.66.194.0/16 le 24,
+ 142.36.65.0/16 le 24,
+ 142.33.52.0/22 ge 24 le 24,
+ 142.33.49.0/23 ge 24 le 24,
+ 142.33.51.0/24,
+ 142.33.61.0/24,
+ 142.33.43.0/21 ge 24 le 24,
+ 142.33.35.0/24,
+ 142.33.9.0/21 ge 24 le 24,
+ 142.33.4.0/22 ge 24 le 24,
+ 142.33.2.0/24,
+ 142.33.27.0/21 ge 24 le 24,
+ 142.33.20.0/24,
+ 142.33.22.0/24,
+ 142.33.122.0/22 ge 24 le 24,
+ 142.33.126.0/23 ge 24 le 24,
+ 142.33.125.0/24,
+ 142.33.119.0/24,
+ 142.33.116.0/23 ge 24 le 24,
+ 142.33.114.0/22 ge 24 le 24,
+ 142.33.95.0/20 ge 24 le 24,
+ 142.33.66.0/21 ge 24 le 24,
+ 142.33.77.0/23 ge 24 le 24,
+ 142.33.79.0/24,
+ 142.33.75.0/22 ge 24 le 24,
+ 142.33.210.0/22 ge 24 le 24,
+ 142.33.196.0/24,
+ 142.33.198.0/23 ge 24 le 24,
+ 142.33.205.0/24,
+ 142.33.226.0/24,
+ 142.33.236.0/24,
+ 142.33.242.0/24,
+ 142.15.156.0/16 le 24,
+ 143.162.212.0/16 le 24,
+ 143.132.172.0/23 le 24,
+ 143.198.116.0/16 le 24,
+ 140.222.193.0/24,
+ 140.203.33.0/24,
+ 140.203.54.0/24,
+ 140.203.210.0/24,
+ 140.203.250.0/24,
+ 140.203.184.0/24,
+ 140.203.141.0/24,
+ 140.203.142.0/24,
+ 140.201.26.0/22 le 24,
+ 140.200.208.0/21 ge 22 le 24,
+ 140.231.199.0/24,
+ 140.233.176.0/24,
+ 140.243.181.0/24,
+ 140.240.133.0/24,
+ 140.158.154.0/22 le 24,
+ 140.143.234.0/22 le 24,
+ 140.143.243.0/24,
+ 140.137.184.0/22 ge 24 le 24,
+ 140.137.141.0/19 le 24,
+ 140.136.61.0/23 le 24,
+ 140.136.78.0/24,
+ 140.139.28.0/24,
+ 140.131.37.0/24,
+ 140.131.45.0/24,
+ 140.130.113.0/23 ge 24 le 24,
+ 140.128.241.0/23 le 24,
+ 140.128.230.0/20 le 24,
+ 140.128.75.0/17 le 24,
+ 140.129.149.0/24,
+ 140.129.252.0/21 ge 22 le 24,
+ 140.129.246.0/23 le 24,
+ 140.129.244.0/24,
+ 140.129.229.0/24,
+ 140.129.211.0/24,
+ 140.129.213.0/23 le 24,
+ 140.129.214.0/24,
+ 140.129.217.0/23 le 24,
+ 140.129.219.0/24,
+ 140.129.221.0/22 le 24,
+ 140.129.193.0/23 le 24,
+ 140.129.194.0/24,
+ 140.129.196.0/23 le 24,
+ 140.129.199.0/24,
+ 140.129.202.0/24,
+ 140.129.201.0/24,
+ 140.129.95.0/24,
+ 140.129.92.0/24,
+ 140.129.45.0/24,
+ 140.129.39.0/24,
+ 140.129.34.0/23 le 24,
+ 140.129.48.0/23 le 24,
+ 140.129.50.0/24,
+ 140.129.52.0/23 le 24,
+ 140.129.55.0/24,
+ 140.129.63.0/24,
+ 140.129.60.0/24,
+ 140.129.56.0/24,
+ 140.129.1.0/23 le 24,
+ 140.129.5.0/24,
+ 140.129.6.0/23 le 24,
+ 140.129.12.0/24,
+ 140.129.15.0/23 le 24,
+ 140.129.8.0/24,
+ 140.129.18.0/24,
+ 140.129.27.0/24,
+ 140.132.71.0/22 ge 24 le 24,
+ 140.132.78.0/21 le 24,
+ 140.132.91.0/20 le 24,
+ 140.132.98.0/19 le 24,
+ 140.134.70.0/23 le 24,
+ 140.134.66.0/22 le 24,
+ 140.134.82.0/22 le 24,
+ 140.134.85.0/23 le 24,
+ 140.135.24.0/22 le 24,
+ 140.135.18.0/21 le 24,
+ 140.135.113.0/19 le 24,
+ 140.51.134.0/17 le 24,
+ 140.49.133.0/22 le 24,
+ 140.49.142.0/21 le 24,
+ 140.49.155.0/20 le 24,
+ 140.49.85.0/24,
+ 140.49.87.0/24,
+ 140.49.101.0/22 le 24,
+ 140.49.97.0/23 le 24,
+ 140.49.98.0/24,
+ 140.49.107.0/24,
+ 140.49.105.0/24,
+ 140.49.33.0/24,
+ 140.49.38.0/24,
+ 140.49.43.0/24,
+ 140.49.57.0/24,
+ 140.48.33.0/24,
+ 140.48.34.0/23 le 24,
+ 140.48.47.0/21 le 24,
+ 140.53.85.0/24,
+ 140.52.123.0/24,
+ 140.52.107.0/22 le 24,
+ 140.52.111.0/23 ge 24 le 24,
+ 140.52.108.0/23 le 24,
+ 140.52.73.0/24,
+ 140.52.78.0/22 ge 24 le 24,
+ 140.54.84.0/22 le 24,
+ 140.54.93.0/22 le 24,
+ 140.54.89.0/24,
+ 140.54.90.0/23 le 24,
+ 140.54.75.0/20 le 24,
+ 140.54.121.0/19 le 24,
+ 140.54.210.0/18 le 24,
+ 140.61.197.0/23 ge 24 le 24,
+ 140.61.204.0/21 le 24,
+ 140.62.33.0/24,
+ 140.62.41.0/21 ge 22 le 24,
+ 140.62.50.0/20 le 24,
+ 140.62.103.0/18 le 24,
+ 140.63.166.0/24,
+ 140.59.232.0/24,
+ 140.58.148.0/22 le 24,
+ 140.58.111.0/17 le 24,
+ 140.56.45.0/22 le 24,
+ 140.56.35.0/22 le 24,
+ 140.37.18.0/22 le 24,
+ 140.38.246.0/24,
+ 140.39.117.0/22 le 24,
+ 140.39.96.0/21 ge 24 le 24,
+ 140.39.22.0/24,
+ 140.32.101.0/24,
+ 140.32.103.0/23 le 24,
+ 140.32.106.0/21 le 24,
+ 140.32.124.0/20 le 24,
+ 140.33.108.0/23 le 24,
+ 140.35.236.0/24,
+ 140.35.254.0/20 le 24,
+ 140.40.116.0/24,
+ 140.40.112.0/23 le 24,
+ 140.40.125.0/22 le 24,
+ 140.40.121.0/24,
+ 140.40.101.0/24,
+ 140.40.102.0/24,
+ 140.40.96.0/22 le 24,
+ 140.40.83.0/24,
+ 140.40.86.0/24,
+ 140.40.85.0/24,
+ 140.40.89.0/23 le 24,
+ 140.40.90.0/24,
+ 140.40.95.0/24,
+ 140.40.69.0/23 le 24,
+ 140.40.65.0/24,
+ 140.40.66.0/24,
+ 140.40.75.0/24,
+ 140.40.78.0/24,
+ 140.40.62.0/24,
+ 140.40.61.0/24,
+ 140.40.54.0/24,
+ 140.40.43.0/23 le 24,
+ 140.40.47.0/24,
+ 140.40.36.0/24,
+ 140.42.77.0/21 le 24,
+ 140.43.171.0/23 le 24,
+ 140.43.166.0/21 le 24,
+ 140.43.191.0/20 le 24,
+ 140.43.139.0/19 le 24,
+ 140.45.166.0/23 ge 24 le 24,
+ 140.45.169.0/24,
+ 140.45.62.0/24,
+ 140.45.56.0/24,
+ 140.45.59.0/23 ge 24 le 24,
+ 140.45.45.0/23 ge 24 le 24,
+ 140.45.46.0/24,
+ 140.45.38.0/23 le 24,
+ 140.45.37.0/24,
+ 140.45.33.0/23 le 24,
+ 140.45.35.0/24,
+ 140.45.0.0/23 ge 24 le 24,
+ 140.45.2.0/23 le 24,
+ 140.45.5.0/22 le 24,
+ 140.45.12.0/23 le 24,
+ 140.45.15.0/24,
+ 140.45.10.0/22 le 24,
+ 140.45.30.0/23 le 24,
+ 140.45.29.0/24,
+ 140.45.25.0/24,
+ 140.45.19.0/24,
+ 140.45.16.0/24,
+ 140.45.21.0/24,
+ 140.45.22.0/24,
+ 140.45.74.0/24,
+ 140.45.72.0/24,
+ 140.45.69.0/24,
+ 140.45.67.0/24,
+ 140.45.87.0/24,
+ 140.45.84.0/24,
+ 140.45.90.0/24,
+ 140.45.117.0/24,
+ 140.45.118.0/23 ge 24 le 24,
+ 140.45.113.0/24,
+ 140.45.120.0/24,
+ 140.45.123.0/24,
+ 140.45.126.0/24,
+ 140.45.124.0/24,
+ 140.44.225.0/22 le 24,
+ 140.44.231.0/24,
+ 140.44.229.0/24,
+ 140.44.255.0/24,
+ 140.44.242.0/24,
+ 140.44.193.0/23 le 24,
+ 140.44.216.0/21 le 24,
+ 140.44.141.0/24,
+ 140.44.138.0/23 le 24,
+ 140.44.137.0/24,
+ 140.44.129.0/24,
+ 140.44.185.0/24,
+ 140.44.188.0/24,
+ 140.44.190.0/24,
+ 140.44.180.0/23 le 24,
+ 140.44.179.0/23 le 24,
+ 140.44.166.0/24,
+ 140.44.160.0/24,
+ 140.44.81.0/24,
+ 140.44.86.0/24,
+ 140.44.105.0/24,
+ 140.44.98.0/24,
+ 140.44.101.0/24,
+ 140.44.126.0/24,
+ 140.44.124.0/24,
+ 140.44.120.0/22 le 24,
+ 140.44.117.0/24,
+ 140.44.119.0/23 le 24,
+ 140.44.112.0/22 le 24,
+ 141.73.233.0/16 le 24,
+ 141.110.140.0/20 le 24,
+ 141.47.165.0/17 le 24,
+ 141.20.96.0/16 le 24,
+ 141.255.31.0/16 le 24,
+ 141.164.115.0/16 le 24,
+ 141.149.2.0/22 le 24,
+ 141.149.39.0/19 le 24,
+ 141.149.190.0/20 le 24,
+ 137.91.78.0/16 le 24,
+ 137.100.180.0/16 le 24,
+ 137.101.14.0/18 le 24,
+ 137.116.227.0/16 le 24,
+ 137.5.48.0/16 le 24,
+ 137.12.69.0/16 le 24,
+ 137.45.245.0/16 le 24,
+ 137.37.135.0/16 le 24,
+ 137.214.201.0/20 le 24,
+ 137.216.171.0/24,
+ 137.216.184.0/24,
+ 137.216.177.0/24,
+ 137.216.178.0/24,
+ 137.216.223.0/24,
+ 137.216.220.0/24,
+ 137.178.185.0/24,
+ 137.140.224.0/24,
+ 137.143.105.0/23 le 24,
+ 137.142.110.0/21 le 24,
+ 137.142.118.0/22 le 24,
+ 137.142.18.0/24,
+ 137.142.134.0/22 le 24,
+ 137.142.146.0/21 le 24,
+ 137.137.246.0/22 le 24,
+ 137.137.199.0/19 le 24,
+ 137.137.109.0/17 le 24,
+ 137.139.23.0/24,
+ 137.139.30.0/24,
+ 137.139.38.0/21 le 24,
+ 137.139.63.0/21 le 24,
+ 137.139.55.0/24,
+ 137.139.200.0/24,
+ 137.139.245.0/19 le 24,
+ 137.138.10.0/19 le 24,
+ 137.138.211.0/17 le 24,
+ 137.134.237.0/20 le 24,
+ 137.134.139.0/24,
+ 137.135.172.0/19 le 24,
+ 137.135.244.0/19 ge 24 le 24,
+ 137.132.229.0/24,
+ 137.133.64.0/20 le 24,
+ 137.133.28.0/20 le 24,
+ 137.131.143.0/24,
+ 137.131.131.0/22 le 24,
+ 137.131.148.0/23 le 24,
+ 137.131.154.0/22 ge 23 le 24,
+ 137.131.246.0/21 le 24,
+ 137.130.2.0/24,
+ 137.130.11.0/23 le 24,
+ 137.130.9.0/23 ge 24 le 24,
+ 137.129.9.0/24,
+ 137.129.4.0/23 ge 24 le 24,
+ 137.129.0.0/24,
+ 137.129.28.0/23 le 24,
+ 137.129.194.0/18 ge 19 le 24,
+ 137.128.183.0/22 ge 24 le 24,
+ 137.128.190.0/21 ge 24 le 24,
+ 137.128.165.0/21 ge 24 le 24,
+ 137.146.3.0/24,
+ 137.145.0.0/24,
+ 137.148.36.0/24,
+ 137.148.33.0/23 ge 24 le 24,
+ 137.151.219.0/23 le 24,
+ 137.151.223.0/22 le 24,
+ 137.151.173.0/19 le 24,
+ 137.151.125.0/17 le 24,
+ 137.154.48.0/24,
+ 137.154.55.0/22 le 24,
+ 137.154.11.0/19 le 24,
+ 137.154.118.0/18 le 24,
+ 137.154.158.0/17 le 24,
+ 137.153.222.0/19 le 24,
+ 137.153.140.0/18 le 24,
+ 137.157.48.0/23 le 24,
+ 137.157.43.0/22 le 24,
+ 137.157.222.0/17 le 24,
+ 137.159.137.0/22 le 24,
+ 136.218.141.0/22 le 24,
+ 136.232.183.0/16 le 24,
+ 136.157.203.0/16 le 24,
+ 136.174.85.0/24,
+ 136.174.246.0/24,
+ 136.177.89.0/22 le 24,
+ 136.177.8.0/23 le 24,
+ 136.118.120.0/16 le 24,
+ 136.102.13.0/16 le 24,
+ 136.69.73.0/22 ge 24 le 24,
+ 136.87.80.0/18 le 24,
+ 136.56.186.0/21 le 24,
+ 136.54.51.0/24,
+ 136.54.187.0/21 le 24,
+ 136.34.55.0/24,
+ 136.38.232.0/16 le 24,
+ 139.104.161.0/21 ge 22 le 24,
+ 139.124.177.0/16 le 24,
+ 139.127.213.0/24,
+ 139.127.244.0/22 ge 23 le 24,
+ 139.127.235.0/24,
+ 139.127.76.0/24,
+ 139.119.84.0/16 le 24,
+ 139.11.153.0/16 le 24,
+ 139.31.231.0/24,
+ 139.31.251.0/23 ge 24 le 24,
+ 139.31.243.0/24,
+ 139.31.138.0/23 le 24,
+ 139.31.132.0/23 le 24,
+ 139.21.40.0/16 le 24,
+ 139.41.146.0/18 le 24,
+ 139.41.29.0/20 le 24,
+ 139.47.223.0/16 le 24,
+ 139.247.86.0/16 le 24,
+ 139.229.153.0/24,
+ 139.237.163.0/15 ge 16 le 24,
+ 139.146.155.0/18 le 24,
+ 139.177.36.0/16 le 24,
+ 139.173.219.0/21 le 24,
+ 139.173.215.0/21 ge 22 le 24,
+ 139.173.238.0/19 le 24,
+ 139.166.123.0/24,
+ 139.166.127.0/24,
+ 138.26.53.0/16 le 24,
+ 138.30.57.0/24,
+ 138.30.17.0/24,
+ 138.17.198.0/23 le 24,
+ 138.23.5.0/24,
+ 138.3.122.0/24,
+ 138.3.89.0/24,
+ 138.3.156.0/24,
+ 138.3.150.0/24,
+ 138.3.189.0/23 ge 24 le 24,
+ 138.3.160.0/24,
+ 138.3.239.0/24,
+ 138.3.237.0/24,
+ 138.3.234.0/24,
+ 138.3.229.0/24,
+ 138.3.245.0/23 ge 24 le 24,
+ 138.3.242.0/23 le 24,
+ 138.6.30.0/24,
+ 138.6.28.0/24,
+ 138.14.21.0/18 le 24,
+ 138.35.99.0/16 le 24,
+ 138.33.188.0/16 le 24,
+ 138.39.221.0/16 le 24,
+ 138.125.227.0/24,
+ 138.107.86.0/16 le 24,
+ 138.91.149.0/18 le 24,
+ 138.75.186.0/24,
+ 138.77.8.0/24,
+ 138.64.68.0/24,
+ 138.173.171.0/16 le 24,
+ 138.172.220.0/22 le 24,
+ 138.174.144.0/16 le 24,
+ 138.177.239.0/16 le 24,
+ 138.129.242.0/22 le 24,
+ 138.138.8.0/16 le 24,
+ 138.157.130.0/16 le 24,
+ 138.155.230.0/19 le 24,
+ 138.152.42.0/24,
+ 138.152.232.0/24,
+ 138.251.153.0/16 le 24,
+ 138.253.174.0/24,
+ 138.252.52.0/24,
+ 138.219.237.0/19 le 24,
+ 138.219.135.0/19 le 24,
+ 138.219.177.0/24,
+ 138.205.67.0/21 le 24,
+ 138.203.241.0/24,
+ 138.194.145.0/22 ge 24 le 24,
+ 138.194.148.0/24,
+ 167.97.153.0/17 le 24,
+ 167.107.92.0/16 le 24,
+ 167.123.251.0/22 le 24,
+ 167.125.109.0/22 le 24,
+ 167.125.83.0/22 le 24,
+ 167.93.30.0/18 le 24,
+ 167.94.168.0/18 ge 20 le 24,
+ 167.94.207.0/22 ge 23 le 24,
+ 167.94.200.0/23 le 24,
+ 167.94.195.0/22 ge 23 le 24,
+ 167.94.196.0/23 ge 24 le 24,
+ 167.94.208.0/24,
+ 167.94.210.0/23 ge 24 le 24,
+ 167.94.213.0/23 le 24,
+ 167.94.223.0/23 le 24,
+ 167.94.220.0/23 ge 24 le 24,
+ 167.94.217.0/23 le 24,
+ 167.94.219.0/24,
+ 167.94.233.0/23 ge 24 le 24,
+ 167.94.237.0/22 le 24,
+ 167.94.231.0/22 ge 24 le 24,
+ 167.94.225.0/22 ge 23 le 24,
+ 167.94.249.0/23 le 24,
+ 167.94.250.0/23 ge 24 le 24,
+ 167.94.255.0/23 ge 24 le 24,
+ 167.94.244.0/23 ge 24 le 24,
+ 167.94.247.0/24,
+ 167.94.240.0/22 ge 23 le 24,
+ 167.94.72.0/20 le 24,
+ 167.94.103.0/19 le 24,
+ 167.94.52.0/18 ge 20 le 24,
+ 167.88.220.0/16 le 24,
+ 167.42.27.0/16 le 24,
+ 167.62.115.0/16 le 24,
+ 167.10.69.0/16 le 24,
+ 167.2.247.0/16 le 24,
+ 167.19.165.0/24,
+ 167.231.244.0/15 ge 16 le 24,
+ 167.142.95.0/24,
+ 166.118.180.0/23 le 24,
+ 166.115.181.0/23 le 24,
+ 166.127.67.0/16 le 24,
+ 166.93.212.0/16 le 24,
+ 166.88.42.0/24,
+ 166.88.77.0/23 le 24,
+ 166.82.155.0/16 le 24,
+ 166.83.169.0/18 le 24,
+ 166.71.30.0/17 le 24,
+ 166.71.208.0/19 le 24,
+ 166.71.250.0/20 le 24,
+ 166.71.228.0/21 le 24,
+ 166.71.238.0/22 le 24,
+ 166.71.178.0/19 le 24,
+ 166.71.148.0/21 le 24,
+ 166.67.123.0/16 le 24,
+ 166.60.80.0/24,
+ 166.60.126.0/24,
+ 166.60.104.0/23 ge 24 le 24,
+ 166.60.106.0/24,
+ 166.60.96.0/24,
+ 166.60.99.0/23 ge 24 le 24,
+ 166.60.212.0/22 le 24,
+ 166.60.217.0/22 le 24,
+ 166.60.199.0/24,
+ 166.60.177.0/22 le 24,
+ 166.60.153.0/22 le 24,
+ 166.38.132.0/24,
+ 166.11.110.0/22 le 24,
+ 166.11.40.0/24,
+ 166.11.35.0/24,
+ 166.11.24.0/22 le 24,
+ 166.13.169.0/16 le 24,
+ 166.187.161.0/24,
+ 166.187.138.0/23 ge 24 le 24,
+ 166.187.137.0/24,
+ 166.187.140.0/24,
+ 166.187.143.0/24,
+ 166.187.132.0/24,
+ 166.187.130.0/23 ge 24 le 24,
+ 166.187.154.0/24,
+ 166.185.140.0/16 le 24,
+ 166.188.221.0/16 le 24,
+ 166.170.190.0/16 le 24,
+ 166.173.188.0/24,
+ 166.199.118.0/23 ge 24 le 24,
+ 166.199.61.0/24,
+ 166.194.88.0/23 le 24,
+ 166.203.245.0/16 le 24,
+ 166.217.250.0/16 le 24,
+ 166.231.139.0/16 le 24,
+ 166.245.86.0/24,
+ 166.245.85.0/24,
+ 166.245.118.0/24,
+ 166.244.126.0/16 le 24,
+ 166.249.232.0/16 le 24,
+ 165.162.177.0/24,
+ 165.163.25.0/20 le 24,
+ 165.160.122.0/18 ge 22 le 24,
+ 165.190.89.0/24,
+ 165.143.89.0/24,
+ 165.130.221.0/24,
+ 165.134.111.0/24,
+ 165.134.232.0/24,
+ 165.154.97.0/15 ge 16 le 24,
+ 165.157.37.0/21 ge 22 le 24,
+ 165.157.201.0/21 ge 22 le 24,
+ 165.157.197.0/22 le 24,
+ 165.197.56.0/20 le 24,
+ 165.210.76.0/15 ge 16 le 24,
+ 165.247.106.0/24,
+ 165.238.104.0/15 ge 16 le 24,
+ 165.118.117.0/16 le 24,
+ 165.115.137.0/16 le 24,
+ 165.125.198.0/24,
+ 165.125.254.0/22 le 24,
+ 165.121.216.0/23 le 24,
+ 165.107.162.0/15 le 24,
+ 165.16.120.0/22 le 24,
+ 165.16.114.0/23 le 24,
+ 165.16.54.0/22 le 24,
+ 165.16.26.0/22 le 24,
+ 165.18.110.0/22 le 24,
+ 165.18.84.0/21 le 24,
+ 165.18.222.0/22 le 24,
+ 165.19.50.0/22 le 24,
+ 165.19.55.0/22 ge 24 le 24,
+ 165.19.76.0/24,
+ 165.19.211.0/22 ge 24 le 24,
+ 165.19.233.0/22 le 24,
+ 165.19.144.0/21 le 24,
+ 165.19.133.0/22 le 24,
+ 165.19.161.0/21 le 24,
+ 165.19.170.0/22 le 24,
+ 165.19.182.0/22 le 24,
+ 165.21.247.0/21 ge 24 le 24,
+ 165.21.185.0/21 le 24,
+ 165.21.179.0/24,
+ 165.21.146.0/24,
+ 165.21.134.0/22 le 24,
+ 165.21.24.0/21 le 24,
+ 165.21.62.0/22 le 24,
+ 165.20.71.0/21 le 24,
+ 165.20.37.0/22 le 24,
+ 165.20.165.0/22 le 24,
+ 165.20.180.0/21 le 24,
+ 165.20.221.0/22 ge 23 le 24,
+ 165.20.218.0/23 le 24,
+ 165.20.216.0/24,
+ 165.20.207.0/22 le 24,
+ 165.28.98.0/24,
+ 165.28.91.0/21 ge 24 le 24,
+ 165.28.27.0/23 le 24,
+ 165.28.218.0/24,
+ 165.28.148.0/22 le 24,
+ 165.29.185.0/22 le 24,
+ 165.29.215.0/22 le 24,
+ 165.29.219.0/22 le 24,
+ 165.29.44.0/22 le 24,
+ 165.29.105.0/22 le 24,
+ 165.29.66.0/23 le 24,
+ 165.29.64.0/23 ge 24 le 24,
+ 165.31.181.0/22 le 24,
+ 165.31.238.0/24,
+ 165.30.32.0/21 le 24,
+ 165.30.245.0/21 le 24,
+ 165.30.163.0/22 le 24,
+ 165.24.9.0/24,
+ 165.24.14.0/22 le 24,
+ 165.24.18.0/22 le 24,
+ 165.24.63.0/22 le 24,
+ 165.24.102.0/22 le 24,
+ 165.24.190.0/23 ge 24 le 24,
+ 165.24.221.0/22 le 24,
+ 165.24.250.0/22 ge 24 le 24,
+ 165.25.29.0/22 le 24,
+ 165.25.9.0/22 le 24,
+ 165.25.92.0/22 le 24,
+ 165.25.195.0/21 le 24,
+ 165.27.41.0/21 le 24,
+ 165.27.178.0/22 le 24,
+ 165.27.157.0/22 le 24,
+ 165.26.83.0/21 le 24,
+ 165.26.69.0/24,
+ 165.26.71.0/24,
+ 165.26.60.0/21 le 24,
+ 165.26.26.0/22 le 24,
+ 165.26.149.0/22 le 24,
+ 165.39.83.0/22 le 24,
+ 165.39.184.0/22 le 24,
+ 165.39.194.0/22 le 24,
+ 165.38.222.0/23 le 24,
+ 165.38.220.0/24,
+ 165.38.184.0/22 le 24,
+ 165.38.51.0/24,
+ 165.38.9.0/22 ge 24 le 24,
+ 165.37.183.0/22 le 24,
+ 165.37.190.0/21 le 24,
+ 165.36.165.0/22 le 24,
+ 165.36.172.0/22 le 24,
+ 165.36.229.0/20 ge 21 le 24,
+ 165.36.24.0/24,
+ 165.36.67.0/24,
+ 165.40.67.0/24,
+ 165.40.65.0/23 ge 24 le 24,
+ 165.40.71.0/22 ge 24 le 24,
+ 165.40.79.0/21 le 24,
+ 165.40.92.0/24,
+ 165.40.189.0/21 le 24,
+ 165.40.250.0/22 le 24,
+ 165.40.238.0/22 le 24,
+ 165.40.198.0/24,
+ 165.41.76.0/21 le 24,
+ 165.41.67.0/22 le 24,
+ 165.41.94.0/22 le 24,
+ 165.41.127.0/22 le 24,
+ 165.41.112.0/24,
+ 165.41.96.0/21 le 24,
+ 165.41.27.0/21 le 24,
+ 165.41.10.0/22 le 24,
+ 165.41.137.0/22 le 24,
+ 165.41.219.0/22 le 24,
+ 165.42.146.0/24,
+ 165.42.144.0/23 le 24,
+ 165.42.148.0/22 le 24,
+ 165.42.137.0/22 le 24,
+ 165.42.124.0/22 le 24,
+ 165.42.66.0/22 le 24,
+ 165.42.39.0/22 le 24,
+ 165.43.183.0/24,
+ 165.43.145.0/21 le 24,
+ 165.43.207.0/24,
+ 165.43.193.0/22 le 24,
+ 165.43.9.0/21 le 24,
+ 165.43.127.0/21 le 24,
+ 165.43.110.0/22 ge 24 le 24,
+ 165.46.218.0/22 le 24,
+ 165.46.230.0/22 le 24,
+ 165.46.248.0/22 le 24,
+ 165.46.153.0/20 ge 21 le 24,
+ 165.46.69.0/22 le 24,
+ 165.46.18.0/22 le 24,
+ 165.46.12.0/22 le 24,
+ 165.46.55.0/24,
+ 165.47.148.0/22 le 24,
+ 165.47.234.0/23 ge 24 le 24,
+ 165.47.213.0/22 ge 24 le 24,
+ 165.47.97.0/21 ge 22 le 24,
+ 165.47.106.0/22 le 24,
+ 165.47.43.0/21 le 24,
+ 165.44.196.0/22 ge 24 le 24,
+ 165.44.202.0/22 le 24,
+ 165.44.147.0/22 ge 24 le 24,
+ 165.44.2.0/22 le 24,
+ 165.44.48.0/22 le 24,
+ 165.44.73.0/22 ge 23 le 24,
+ 165.44.107.0/21 le 24,
+ 165.44.123.0/21 le 24,
+ 165.45.103.0/22 le 24,
+ 165.45.122.0/22 le 24,
+ 165.45.25.0/22 le 24,
+ 165.45.157.0/22 le 24,
+ 165.45.142.0/22 ge 24 le 24,
+ 165.45.225.0/24,
+ 165.45.245.0/21 le 24,
+ 165.45.196.0/21 le 24,
+ 164.0.238.0/22 le 24,
+ 164.0.222.0/24,
+ 164.0.167.0/22 le 24,
+ 164.0.70.0/22 le 24,
+ 164.0.86.0/22 le 24,
+ 164.0.10.0/23 ge 24 le 24,
+ 164.0.8.0/24,
+ 164.26.184.0/23 ge 24 le 24,
+ 164.86.197.0/18 le 24,
+ 164.80.175.0/16 le 24,
+ 164.95.64.0/17 le 24,
+ 164.93.185.0/22 le 24,
+ 164.93.199.0/22 ge 24 le 24,
+ 164.128.244.0/18 le 24,
+ 164.128.122.0/18 ge 19 le 24,
+ 164.128.24.0/19 le 24,
+ 164.128.58.0/23 ge 24 le 24,
+ 164.128.56.0/23 le 24,
+ 164.128.61.0/24,
+ 164.128.63.0/23 le 24,
+ 164.128.52.0/21 le 24,
+ 164.128.40.0/20 ge 21 le 24,
+ 164.158.62.0/24,
+ 164.158.20.0/24,
+ 164.156.146.0/20 le 24,
+ 164.202.79.0/16 le 24,
+ 164.222.26.0/16 le 24,
+ 164.221.129.0/16 le 24,
+ 160.235.109.0/15 ge 16 le 24,
+ 160.238.133.0/17 le 24,
+ 160.236.235.0/24,
+ 160.231.96.0/16 le 24,
+ 160.128.215.0/24,
+ 160.128.211.0/24,
+ 160.128.203.0/24,
+ 160.128.200.0/23 ge 24 le 24,
+ 160.128.207.0/23 ge 24 le 24,
+ 160.128.195.0/24,
+ 160.128.233.0/23 ge 24 le 24,
+ 160.128.251.0/23 ge 24 le 24,
+ 160.128.254.0/24,
+ 160.128.241.0/24,
+ 160.128.245.0/23 ge 24 le 24,
+ 160.128.246.0/24,
+ 160.132.29.0/23 le 24,
+ 160.162.44.0/16 le 24,
+ 160.188.63.0/16 le 24,
+ 160.184.62.0/24,
+ 160.184.60.0/23 le 24,
+ 160.184.57.0/24,
+ 160.41.15.0/16 le 24,
+ 160.43.178.0/18 le 24,
+ 160.43.225.0/21 le 24,
+ 160.43.255.0/20 ge 21 le 24,
+ 160.43.218.0/21 le 24,
+ 161.119.196.0/23 le 24,
+ 161.119.205.0/21 le 24,
+ 161.119.241.0/20 ge 21 le 24,
+ 161.114.228.0/18 le 24,
+ 161.101.106.0/24,
+ 161.3.120.0/20 le 24,
+ 161.25.80.0/21 le 24,
+ 161.25.67.0/24,
+ 161.26.15.0/16 le 24,
+ 161.41.210.0/16 le 24,
+ 161.202.35.0/16 le 24,
+ 161.194.232.0/15 ge 16 le 24,
+ 161.210.228.0/16 le 24,
+ 161.221.183.0/16 le 24,
+ 161.248.179.0/16 le 24,
+ 161.252.115.0/16 le 24,
+ 161.245.234.0/18 le 24,
+ 161.152.50.0/16 le 24,
+ 161.148.38.0/16 le 24,
+ 161.147.213.0/24,
+ 161.142.142.0/16 le 24,
+ 161.182.15.0/23 le 24,
+ 161.182.24.0/24,
+ 161.182.26.0/23 le 24,
+ 161.178.123.0/24,
+ 161.184.200.0/21 le 24,
+ 161.163.87.0/23 le 24,
+ 161.166.112.0/24,
+ 161.166.119.0/24,
+ 161.166.48.0/24,
+ 163.163.72.0/20 le 24,
+ 163.226.135.0/24,
+ 163.241.230.0/24,
+ 163.255.94.0/16 le 24,
+ 162.207.35.0/24,
+ 162.207.225.0/24,
+ 162.207.230.0/23 ge 24 le 24,
+ 162.207.219.0/22 ge 24 le 24,
+ 162.207.221.0/24,
+ 162.207.223.0/23 ge 24 le 24,
+ 162.207.210.0/21 ge 24 le 24,
+ 162.207.193.0/21 le 24,
+ 162.207.204.0/23 le 24,
+ 162.218.70.0/24,
+ 162.172.86.0/16 le 24,
+ 162.175.134.0/16 le 24,
+ 162.171.126.0/16 le 24,
+ 162.184.1.0/24,
+ 162.184.3.0/23 ge 24 le 24,
+ 162.184.87.0/24,
+ 162.184.130.0/23 ge 24 le 24,
+ 162.185.64.0/17 le 24,
+ 162.188.62.0/16 le 24,
+ 162.190.96.0/15 ge 16 le 24,
+ 162.155.133.0/16 le 24,
+ 162.151.227.0/16 le 24,
+ 162.143.233.0/24,
+ 162.132.139.0/23 le 24,
+ 162.132.137.0/24,
+ 162.46.166.0/16 le 24,
+ 162.19.225.0/19 le 24,
+ 162.19.153.0/24,
+ 162.19.158.0/22 le 24,
+ 162.19.8.0/24,
+ 162.19.36.0/21 le 24,
+ 162.19.94.0/19 le 24,
+ 162.6.251.0/24,
+ 162.2.59.0/24,
+ 162.2.41.0/24,
+ 162.8.157.0/24,
+ 162.105.59.0/16 le 24,
+ 162.108.189.0/23 ge 24 le 24,
+ 162.108.191.0/24,
+ 162.98.194.0/22 le 24,
+ 162.86.80.0/24,
+ 162.92.131.0/18 le 24,
+ 162.95.97.0/22 le 24,
+ 171.202.101.0/24,
+ 171.207.149.0/16 le 24,
+ 171.205.182.0/15 le 24,
+ 171.220.247.0/12 ge 15 le 24,
+ 171.176.141.0/16 le 24,
+ 171.164.33.0/16 le 24,
+ 171.175.75.0/21 le 24,
+ 171.144.29.0/16 le 24,
+ 171.140.32.0/24,
+ 171.141.45.0/16 le 24,
+ 171.136.98.0/24,
+ 171.81.32.0/24,
+ 171.93.77.0/24,
+ 171.67.124.0/22 le 24,
+ 171.79.131.0/16 le 24,
+ 171.113.214.0/16 le 24,
+ 171.126.79.0/16 le 24,
+ 171.105.61.0/16 le 24,
+ 171.12.239.0/23 le 24,
+ 171.5.41.0/19 le 24,
+ 171.6.15.0/16 le 24,
+ 171.41.235.0/20 le 24,
+ 171.41.220.0/20 le 24,
+ 171.41.194.0/24,
+ 171.41.207.0/24,
+ 171.61.120.0/17 le 24,
+ 171.61.140.0/23 le 24,
+ 171.61.157.0/23 ge 24 le 24,
+ 171.61.219.0/21 le 24,
+ 171.61.232.0/23 le 24,
+ 171.55.170.0/24,
+ 171.51.64.0/16 le 24,
+ 170.116.114.0/16 le 24,
+ 170.121.234.0/23 le 24,
+ 170.121.167.0/24,
+ 170.121.163.0/23 ge 24 le 24,
+ 170.121.141.0/24,
+ 170.121.143.0/24,
+ 170.121.12.0/24,
+ 170.121.15.0/23 ge 24 le 24,
+ 170.121.11.0/24,
+ 170.121.8.0/23 ge 24 le 24,
+ 170.121.7.0/23 ge 24 le 24,
+ 170.121.31.0/23 ge 24 le 24,
+ 170.121.47.0/24,
+ 170.123.17.0/20 le 24,
+ 170.123.1.0/24,
+ 170.123.2.0/24,
+ 170.123.5.0/24,
+ 170.123.52.0/24,
+ 170.123.116.0/24,
+ 170.123.87.0/24,
+ 170.123.94.0/24,
+ 170.123.88.0/24,
+ 170.123.172.0/24,
+ 170.123.175.0/23 ge 24 le 24,
+ 170.123.239.0/18 le 24,
+ 170.126.100.0/16 le 24,
+ 170.102.235.0/16 le 24,
+ 170.108.106.0/16 le 24,
+ 170.110.122.0/16 le 24,
+ 170.18.220.0/22 le 24,
+ 170.18.247.0/19 le 24,
+ 170.12.148.0/24,
+ 170.58.106.0/23 le 24,
+ 169.66.110.0/20 le 24,
+ 169.118.13.0/18 le 24,
+ 169.118.85.0/19 le 24,
+ 169.118.127.0/22 le 24,
+ 169.118.115.0/22 le 24,
+ 169.118.118.0/23 le 24,
+ 169.118.117.0/24,
+ 169.118.100.0/23 le 24,
+ 169.118.185.0/21 le 24,
+ 169.118.167.0/22 le 24,
+ 169.118.161.0/23 le 24,
+ 169.118.162.0/24,
+ 169.118.213.0/24,
+ 169.118.193.0/24,
+ 169.118.233.0/24,
+ 169.118.241.0/23 ge 24 le 24,
+ 169.118.245.0/23 le 24,
+ 169.118.246.0/24,
+ 169.116.36.0/21 le 24,
+ 169.117.181.0/22 le 24,
+ 169.117.193.0/22 le 24,
+ 169.117.248.0/24,
+ 169.117.65.0/24,
+ 169.117.70.0/24,
+ 169.117.28.0/24,
+ 169.117.0.0/24,
+ 169.117.58.0/22 le 24,
+ 169.117.63.0/24,
+ 169.111.244.0/21 le 24,
+ 169.111.221.0/23 le 24,
+ 169.111.164.0/18 le 24,
+ 169.108.162.0/16 le 24,
+ 169.43.229.0/16 le 24,
+ 169.36.44.0/23 le 24,
+ 169.36.53.0/24,
+ 169.36.110.0/24,
+ 169.36.94.0/24,
+ 169.36.72.0/24,
+ 169.11.78.0/24,
+ 169.0.162.0/16 le 24,
+ 169.245.22.0/16 le 24,
+ 169.240.89.0/24,
+ 169.241.61.0/19 le 24,
+ 169.243.165.0/24,
+ 169.249.127.0/16 le 24,
+ 169.200.194.0/19 le 24,
+ 169.221.162.0/16 le 24,
+ 169.222.237.0/24,
+ 169.222.3.0/24,
+ 169.222.0.0/24,
+ 169.177.12.0/21 le 24,
+ 169.181.48.0/20 le 24,
+ 169.189.143.0/23 ge 24 le 24,
+ 169.163.33.0/24,
+ 169.172.121.0/16 le 24,
+ 169.174.254.0/16 le 24,
+ 169.159.70.0/24,
+ 169.142.228.0/16 le 24,
+ 169.140.79.0/16 le 24,
+ 169.139.150.0/16 le 24,
+ 168.64.230.0/14 ge 16 le 24,
+ 168.92.103.0/22 le 24,
+ 168.151.23.0/24,
+ 172.106.51.0/13 le 24,
+ 172.116.152.0/20 le 24,
+ 172.116.130.0/21 le 24,
+ 172.116.9.0/22 le 24,
+ 172.119.206.0/21 le 24,
+ 172.119.15.0/23 ge 24 le 24,
+ 172.119.10.0/22 ge 24 le 24,
+ 172.119.4.0/24,
+ 172.119.103.0/24,
+ 172.114.120.0/18 le 24,
+ 172.114.23.0/23 le 24,
+ 172.115.240.0/20 ge 21 le 24,
+ 172.112.217.0/23 le 24,
+ 172.112.211.0/24,
+ 172.112.213.0/22 ge 23 le 24,
+ 172.112.234.0/22 le 24,
+ 172.112.250.0/22 le 24,
+ 172.112.93.0/24,
+ 172.112.47.0/20 le 24,
+ 172.113.77.0/21 le 24,
+ 172.122.117.0/23 le 24,
+ 172.122.93.0/20 le 24,
+ 172.122.218.0/24,
+ 172.122.199.0/24,
+ 172.120.216.0/24,
+ 172.120.222.0/24,
+ 172.120.200.0/24,
+ 172.120.195.0/24,
+ 172.120.198.0/23 ge 24 le 24,
+ 172.120.196.0/24,
+ 172.120.241.0/24,
+ 172.120.242.0/24,
+ 172.120.253.0/24,
+ 172.120.224.0/24,
+ 172.120.152.0/24,
+ 172.120.157.0/24,
+ 172.120.150.0/24,
+ 172.120.137.0/24,
+ 172.120.129.0/22 ge 24 le 24,
+ 172.120.176.0/20 ge 24 le 24,
+ 172.120.172.0/24,
+ 172.79.85.0/24,
+ 172.79.79.0/22 le 24,
+ 172.79.105.0/24,
+ 172.79.101.0/21 le 24,
+ 172.79.126.0/21 le 24,
+ 172.79.12.0/20 le 24,
+ 172.79.162.0/23 le 24,
+ 172.79.175.0/23 le 24,
+ 172.79.188.0/22 le 24,
+ 172.79.254.0/18 le 24,
+ 172.78.239.0/22 ge 24 le 24,
+ 172.77.122.0/24,
+ 172.77.22.0/20 le 24,
+ 172.76.238.0/21 le 24,
+ 172.72.194.0/20 le 24,
+ 172.71.92.0/15 le 24,
+ 172.67.160.0/24,
+ 172.67.224.0/21 le 24,
+ 172.67.222.0/19 le 24,
+ 172.66.33.0/24,
+ 172.66.52.0/24,
+ 172.66.61.0/24,
+ 172.66.19.0/24,
+ 172.66.28.0/24,
+ 172.66.24.0/24,
+ 172.66.0.0/24,
+ 172.66.11.0/24,
+ 172.66.118.0/24,
+ 172.66.112.0/23 ge 24 le 24,
+ 172.241.176.0/21 ge 24 le 24,
+ 173.173.148.0/20 le 24,
+ 173.173.189.0/20 le 24,
+ 173.147.221.0/24,
+ 173.147.124.0/17 le 24,
+ 173.146.68.0/18 le 24,
+ 173.146.249.0/19 le 24,
+ 173.144.231.0/24,
+ 173.144.228.0/24,
+ 173.144.227.0/24,
+ 173.144.224.0/24,
+ 173.144.235.0/23 ge 24 le 24,
+ 173.144.233.0/24,
+ 173.220.226.0/16 le 24,
+ 173.57.213.0/24,
+ 173.51.125.0/22 le 24,
+ 173.55.127.0/24,
+ 173.55.124.0/24,
+ 173.55.250.0/17 le 24,
+ 173.53.225.0/16 le 24,
+ 173.44.91.0/22 le 24,
+ 173.44.105.0/24,
+ 173.45.228.0/24,
+ 173.45.238.0/23 ge 24 le 24,
+ 173.45.216.0/19 le 24,
+ 173.47.10.0/22 ge 23 le 24,
+ 173.47.16.0/22 ge 23 le 24,
+ 173.41.211.0/18 le 24,
+ 173.43.175.0/20 le 24,
+ 173.42.94.0/24,
+ 173.39.149.0/22 le 24,
+ 173.2.14.0/23 le 24,
+ 173.2.72.0/20 le 24,
+ 173.3.158.0/24,
+ 173.0.218.0/24,
+ 173.0.220.0/24,
+ 173.0.190.0/24,
+ 173.4.241.0/19 le 24,
+ 173.6.37.0/24,
+ 173.15.176.0/16 le 24,
+ 173.9.93.0/23 le 24,
+ 173.9.50.0/24,
+ 173.9.36.0/20 le 24,
+ 173.11.220.0/16 le 24,
+ 173.10.179.0/24,
+ 173.10.110.0/24,
+ 173.10.101.0/24,
+ 173.10.99.0/24,
+ 173.10.116.0/24,
+ 173.10.119.0/24,
+ 173.10.120.0/24,
+ 173.10.76.0/23 ge 24 le 24,
+ 173.10.79.0/24,
+ 173.10.75.0/24,
+ 173.10.67.0/24,
+ 173.10.64.0/24,
+ 173.10.89.0/24,
+ 173.10.92.0/24,
+ 173.16.176.0/20 le 24,
+ 173.17.107.0/20 le 24,
+ 173.17.141.0/20 le 24,
+ 173.19.99.0/19 ge 20 le 24,
+ 173.18.127.0/20 le 24,
+ 173.20.11.0/24,
+ 173.20.0.0/24,
+ 173.20.4.0/24,
+ 173.20.25.0/23 ge 24 le 24,
+ 173.20.74.0/20 le 24,
+ 173.21.3.0/20 le 24,
+ 173.21.80.0/22 le 24,
+ 173.21.85.0/24,
+ 173.21.165.0/19 le 24,
+ 173.23.162.0/19 le 24,
+ 173.24.175.0/24,
+ 173.24.45.0/24,
+ 173.26.116.0/24,
+ 173.31.217.0/18 le 24,
+ 173.28.210.0/18 le 24,
+ 173.29.147.0/19 ge 20 le 24,
+ 173.29.216.0/20 le 24,
+ 173.29.7.0/20 le 24,
+ 175.81.228.0/15 le 24,
+ 175.82.222.0/17 le 24,
+ 175.95.91.0/24,
+ 175.28.165.0/13 ge 16 le 24,
+ 175.187.159.0/18 le 24,
+ 175.176.107.0/20 le 24,
+ 175.177.221.0/20 le 24,
+ 175.177.80.0/18 le 24,
+ 175.178.128.0/17 le 24,
+ 174.196.21.0/22 le 24,
+ 174.245.9.0/24,
+ 174.253.41.0/20 le 24,
+ 174.164.252.0/20 le 24,
+ 174.168.221.0/23 ge 24 le 24,
+ 174.175.182.0/20 le 24,
+ 174.75.36.0/24,
+ 174.75.33.0/24,
+ 174.75.103.0/19 le 24,
+ 182.133.66.0/16 le 24,
+ 182.137.206.0/14 le 24,
+ 182.159.116.0/24,
+ 182.156.111.0/21 le 24,
+ 182.154.125.0/21 le 24,
+ 182.212.95.0/21 le 24,
+ 182.212.189.0/19 le 24,
+ 182.194.232.0/20 ge 23 le 24,
+ 182.194.251.0/22 ge 23 le 24,
+ 182.194.253.0/22 le 24,
+ 182.194.240.0/22 ge 23 le 24,
+ 182.194.246.0/22 le 24,
+ 182.194.210.0/22 ge 23 le 24,
+ 182.194.213.0/22 le 24,
+ 182.194.220.0/22 ge 23 le 24,
+ 182.194.218.0/22 le 24,
+ 182.194.207.0/20 ge 24 le 24,
+ 182.194.169.0/22 ge 24 le 24,
+ 182.194.174.0/22 ge 23 le 24,
+ 182.194.160.0/21 le 24,
+ 182.194.190.0/20 ge 21 le 24,
+ 182.194.141.0/21 le 24,
+ 182.194.132.0/21 ge 22 le 24,
+ 182.194.156.0/20 ge 21 le 24,
+ 182.194.109.0/20 ge 21 le 24,
+ 182.194.113.0/21 le 24,
+ 182.194.47.0/19 ge 24 le 24,
+ 182.194.0.0/20 ge 24 le 24,
+ 182.194.27.0/21 ge 24 le 24,
+ 182.194.20.0/22 ge 24 le 24,
+ 182.194.18.0/23 ge 24 le 24,
+ 182.194.16.0/24,
+ 182.249.250.0/24,
+ 182.240.117.0/23 ge 24 le 24,
+ 182.240.118.0/24,
+ 182.231.122.0/24,
+ 182.231.106.0/24,
+ 182.231.101.0/24,
+ 182.239.165.0/18 le 24,
+ 182.233.188.0/23 le 24,
+ 182.235.145.0/24,
+ 182.235.155.0/24,
+ 182.235.158.0/24,
+ 182.123.176.0/23 le 24,
+ 182.112.109.0/15 le 24,
+ 182.114.57.0/16 ge 21 le 24,
+ 182.115.5.0/20 le 24,
+ 182.115.21.0/23 ge 24 le 24,
+ 182.115.29.0/21 ge 24 le 24,
+ 182.115.52.0/20 le 24,
+ 182.115.37.0/22 ge 24 le 24,
+ 182.115.34.0/23 ge 24 le 24,
+ 182.115.41.0/22 ge 24 le 24,
+ 182.115.45.0/24,
+ 182.115.47.0/23 ge 24 le 24,
+ 182.115.97.0/21 ge 24 le 24,
+ 182.115.108.0/24,
+ 182.115.110.0/23 ge 24 le 24,
+ 182.115.104.0/23 ge 24 le 24,
+ 182.115.106.0/24,
+ 182.115.127.0/20 ge 24 le 24,
+ 182.115.80.0/24,
+ 182.115.83.0/23 ge 24 le 24,
+ 182.115.85.0/22 ge 24 le 24,
+ 182.115.94.0/21 ge 24 le 24,
+ 182.115.70.0/22 ge 24 le 24,
+ 182.115.74.0/24,
+ 182.115.78.0/23 ge 24 le 24,
+ 182.115.249.0/18 ge 24 le 24,
+ 182.115.173.0/19 ge 23 le 24,
+ 182.115.134.0/20 ge 24 le 24,
+ 182.118.242.0/17 ge 24 le 24,
+ 182.118.99.0/18 ge 24 le 24,
+ 182.118.52.0/20 ge 21 le 24,
+ 182.118.33.0/20 ge 24 le 24,
+ 182.118.24.0/22 ge 24 le 24,
+ 182.118.2.0/24,
+ 182.118.1.0/24,
+ 182.118.11.0/24,
+ 182.118.8.0/24,
+ 182.118.12.0/24,
+ 182.118.15.0/23 ge 24 le 24,
+ 183.59.195.0/18 ge 24 le 24,
+ 183.73.203.0/22 le 24,
+ 183.108.72.0/22 le 24,
+ 183.224.198.0/18 le 24,
+ 183.225.219.0/24,
+ 181.128.56.0/21 ge 24 le 24,
+ 181.148.89.0/20 le 24,
+ 181.230.119.0/20 ge 21 le 24,
+ 181.230.102.0/22 ge 24 le 24,
+ 181.230.99.0/23 ge 24 le 24,
+ 181.224.39.0/24,
+ 181.216.232.0/20 le 24,
+ 181.217.174.0/20 le 24,
+ 181.206.32.0/21 le 24,
+ 181.200.35.0/24,
+ 180.216.189.0/22 le 24,
+ 180.210.2.0/24,
+ 180.210.0.0/23 le 24,
+ 180.210.8.0/24,
+ 180.2.187.0/24,
+ 180.2.180.0/24,
+ 180.2.179.0/24,
+ 177.166.238.0/24,
+ 177.171.62.0/21 ge 22 le 24,
+ 177.171.45.0/20 le 24,
+ 177.168.112.0/19 ge 20 le 24,
+ 177.168.80.0/22 le 24,
+ 177.27.173.0/19 le 24,
+ 177.7.182.0/24,
+ 177.7.177.0/22 ge 24 le 24,
+ 177.4.114.0/24,
+ 177.38.227.0/16 le 24,
+ 177.47.198.0/18 le 24,
+ 177.45.180.0/15 le 24,
+ 177.70.232.0/14 le 24,
+ 177.87.4.0/22 ge 24 le 24,
+ 177.87.0.0/23 ge 24 le 24,
+ 177.87.13.0/23 ge 24 le 24,
+ 177.87.16.0/20 le 24,
+ 177.80.71.0/22 le 24,
+ 177.89.225.0/23 le 24,
+ 177.99.3.0/16 le 24,
+ 177.97.111.0/22 ge 24 le 24,
+ 177.97.172.0/24,
+ 177.97.174.0/24,
+ 176.246.30.0/24,
+ 176.125.83.0/22 le 24,
+ 176.125.11.0/20 le 24,
+ 176.125.38.0/20 le 24,
+ 176.18.245.0/20 le 24,
+ 176.0.25.0/24,
+ 176.0.15.0/24,
+ 176.0.225.0/23 le 24,
+ 176.0.136.0/24,
+ 176.0.134.0/24,
+ 176.0.130.0/24,
+ 176.0.154.0/24,
+ 176.1.171.0/24,
+ 176.1.80.0/24,
+ 176.1.91.0/24,
+ 176.1.64.0/24,
+ 176.1.71.0/24,
+ 176.1.6.0/24,
+ 176.1.23.0/24,
+ 176.1.28.0/23 ge 24 le 24,
+ 176.38.189.0/19 le 24,
+ 176.42.93.0/21 le 24,
+ 179.188.215.0/24,
+ 179.188.209.0/24,
+ 179.188.210.0/23 ge 24 le 24,
+ 179.190.152.0/18 le 24,
+ 179.185.63.0/20 le 24,
+ 179.149.100.0/24,
+ 179.144.17.0/19 le 24,
+ 179.144.113.0/24,
+ 179.144.114.0/24,
+ 179.144.116.0/24,
+ 179.159.119.0/23 le 24,
+ 179.255.250.0/22 le 24,
+ 179.255.226.0/22 le 24,
+ 179.254.105.0/23 le 24,
+ 179.33.250.0/22 le 24,
+ 179.105.111.0/22 le 24,
+ 179.106.142.0/22 le 24,
+ 179.123.200.0/24,
+ 179.123.202.0/24,
+ 179.122.219.0/21 le 24,
+ 179.122.246.0/20 le 24,
+ 179.122.239.0/20 ge 22 le 24,
+ 178.16.104.0/15 ge 16 le 24,
+ 178.18.48.0/23 le 24,
+ 178.18.50.0/23 ge 24 le 24,
+ 178.19.123.0/24,
+ 178.19.124.0/24,
+ 178.19.113.0/24,
+ 178.19.117.0/24,
+ 178.19.109.0/22 ge 23 le 24,
+ 178.19.233.0/22 le 24,
+ 178.19.221.0/24,
+ 178.19.192.0/24,
+ 178.19.195.0/23 ge 24 le 24,
+ 178.19.197.0/22 ge 24 le 24,
+ 178.204.209.0/24,
+ 178.204.221.0/23 ge 24 le 24,
+ 178.204.202.0/23 ge 24 le 24,
+ 178.204.207.0/23 le 24,
+ 178.204.205.0/24,
+ 178.204.184.0/24,
+ 178.204.182.0/23 ge 24 le 24,
+ 178.204.163.0/22 le 24,
+ 189.163.118.0/23 le 24,
+ 189.161.52.0/24,
+ 189.161.42.0/22 le 24,
+ 189.160.177.0/23 le 24,
+ 189.160.115.0/22 le 24,
+ 189.160.117.0/23 le 24,
+ 189.164.86.0/23 le 24,
+ 189.165.65.0/20 le 24,
+ 189.209.181.0/24,
+ 189.215.30.0/20 le 24,
+ 189.215.162.0/22 le 24,
+ 189.215.240.0/23 le 24,
+ 189.212.149.0/22 le 24,
+ 189.212.221.0/23 le 24,
+ 189.212.225.0/20 le 24,
+ 189.219.180.0/20 le 24,
+ 189.219.198.0/24,
+ 189.219.210.0/22 le 24,
+ 189.218.141.0/24,
+ 189.254.68.0/24,
+ 189.254.163.0/24,
+ 189.110.182.0/13 ge 16 le 24,
+ 189.82.238.0/20 le 24,
+ 189.82.202.0/24,
+ 189.85.26.0/20 le 24,
+ 189.85.8.0/24,
+ 189.85.11.0/23 ge 24 le 24,
+ 189.85.14.0/22 ge 23 le 24,
+ 189.85.5.0/21 ge 22 le 24,
+ 189.85.49.0/21 ge 22 le 24,
+ 189.85.99.0/23 le 24,
+ 189.68.141.0/24,
+ 189.65.63.0/24,
+ 188.200.69.0/24,
+ 188.200.87.0/24,
+ 188.200.112.0/23 ge 24 le 24,
+ 188.202.153.0/24,
+ 188.202.154.0/24,
+ 188.206.192.0/24,
+ 188.207.237.0/22 le 24,
+ 188.194.51.0/22 le 24,
+ 188.194.36.0/22 le 24,
+ 188.196.144.0/22 le 24,
+ 188.197.148.0/24,
+ 188.197.227.0/24,
+ 188.199.109.0/24,
+ 188.215.182.0/22 ge 24 le 24,
+ 188.214.162.0/22 le 24,
+ 188.212.55.0/24,
+ 188.212.52.0/23 ge 24 le 24,
+ 188.213.128.0/22 le 24,
+ 188.211.192.0/24,
+ 188.210.79.0/22 ge 24 le 24,
+ 188.222.127.0/24,
+ 188.222.124.0/24,
+ 188.222.184.0/22 le 24,
+ 188.223.117.0/22 le 24,
+ 188.221.128.0/22 le 24,
+ 188.216.55.0/24,
+ 188.216.232.0/22 le 24,
+ 188.217.90.0/22 le 24,
+ 188.239.57.0/24,
+ 188.238.118.0/22 ge 23 le 24,
+ 188.238.74.0/24,
+ 188.238.28.0/22 le 24,
+ 188.237.242.0/22 le 24,
+ 188.232.10.0/24,
+ 188.232.9.0/23 ge 24 le 24,
+ 188.232.224.0/22 le 24,
+ 188.235.45.0/22 le 24,
+ 188.235.39.0/22 ge 24 le 24,
+ 188.235.151.0/22 le 24,
+ 188.235.196.0/23 ge 24 le 24,
+ 188.234.223.0/22 le 24,
+ 188.227.109.0/22 le 24,
+ 188.225.181.0/22 le 24,
+ 188.224.105.0/22 le 24,
+ 188.228.60.0/24,
+ 188.228.62.0/23 le 24,
+ 188.229.43.0/22 le 24,
+ 188.230.124.0/22 le 24,
+ 188.230.105.0/22 le 24,
+ 188.251.155.0/24,
+ 188.251.87.0/23 ge 24 le 24,
+ 188.250.75.0/24,
+ 188.248.246.0/24,
+ 188.248.167.0/22 ge 24 le 24,
+ 188.254.225.0/22 le 24,
+ 188.242.140.0/22 le 24,
+ 188.242.11.0/23 le 24,
+ 188.242.8.0/23 ge 24 le 24,
+ 188.242.127.0/22 le 24,
+ 188.241.72.0/22 le 24,
+ 188.245.188.0/22 le 24,
+ 188.244.190.0/22 le 24,
+ 188.246.173.0/22 le 24,
+ 188.246.150.0/22 le 24,
+ 188.247.71.0/22 ge 24 le 24,
+ 188.145.75.0/24,
+ 188.146.79.0/22 ge 24 le 24,
+ 188.148.59.0/22 le 24,
+ 188.157.81.0/22 le 24,
+ 188.156.243.0/22 le 24,
+ 188.159.119.0/24,
+ 188.155.246.0/23 le 24,
+ 188.154.119.0/22 le 24,
+ 188.153.229.0/24,
+ 188.133.21.0/22 ge 23 le 24,
+ 188.133.132.0/22 le 24,
+ 188.135.51.0/24,
+ 188.135.165.0/22 ge 24 le 24,
+ 188.129.68.0/23 ge 24 le 24,
+ 188.136.17.0/22 le 24,
+ 188.136.245.0/22 ge 24 le 24,
+ 188.138.196.0/23 le 24,
+ 188.138.35.0/22 le 24,
+ 188.140.23.0/24,
+ 188.140.186.0/24,
+ 188.141.79.0/24,
+ 188.142.157.0/22 le 24,
+ 188.167.124.0/22 le 24,
+ 188.166.152.0/22 ge 23 le 24,
+ 188.161.244.0/24,
+ 188.160.6.0/22 le 24,
+ 188.172.121.0/22 le 24,
+ 188.169.104.0/22 le 24,
+ 188.168.153.0/23 ge 24 le 24,
+ 188.168.233.0/24,
+ 188.168.125.0/24,
+ 188.185.63.0/22 le 24,
+ 188.185.26.0/22 le 24,
+ 188.187.2.0/22 ge 24 le 24,
+ 188.186.109.0/24,
+ 188.186.41.0/24,
+ 188.186.181.0/24,
+ 188.186.182.0/24,
+ 188.186.141.0/22 le 24,
+ 188.186.196.0/24,
+ 188.189.25.0/22 le 24,
+ 188.189.11.0/23 le 24,
+ 188.190.186.0/22 le 24,
+ 188.190.37.0/22 ge 23 le 24,
+ 188.179.174.0/24,
+ 188.179.185.0/24,
+ 188.179.158.0/24,
+ 188.179.56.0/24,
+ 188.178.47.0/24,
+ 188.178.202.0/21 le 24,
+ 188.178.197.0/23 le 24,
+ 188.178.209.0/24,
+ 188.177.145.0/22 le 24,
+ 188.177.159.0/22 ge 24 le 24,
+ 188.177.171.0/24,
+ 188.182.18.0/22 ge 24 le 24,
+ 188.183.148.0/22 ge 24 le 24,
+ 188.180.183.0/24,
+ 188.180.198.0/22 le 24,
+ 188.181.230.0/24,
+ 188.111.200.0/22 ge 23 le 24,
+ 188.104.150.0/22 le 24,
+ 188.105.191.0/22 le 24,
+ 188.105.149.0/22 le 24,
+ 188.105.127.0/24,
+ 188.105.124.0/24,
+ 188.105.123.0/23 ge 24 le 24,
+ 188.105.121.0/24,
+ 188.107.81.0/24,
+ 188.107.51.0/22 le 24,
+ 188.98.11.0/22 le 24,
+ 188.99.124.0/24,
+ 188.96.154.0/22 le 24,
+ 188.100.0.0/24,
+ 188.101.248.0/24,
+ 188.101.42.0/22 le 24,
+ 188.102.157.0/24,
+ 188.103.192.0/22 le 24,
+ 188.103.4.0/24,
+ 188.115.8.0/22 le 24,
+ 188.114.15.0/22 le 24,
+ 188.114.255.0/24,
+ 188.113.222.0/22 le 24,
+ 188.113.210.0/22 le 24,
+ 188.113.41.0/24,
+ 188.112.21.0/24,
+ 188.117.191.0/22 le 24,
+ 188.117.111.0/22 le 24,
+ 188.116.142.0/22 le 24,
+ 188.116.197.0/22 le 24,
+ 188.118.73.0/22 le 24,
+ 188.124.175.0/22 le 24,
+ 188.127.117.0/23 ge 24 le 24,
+ 188.127.119.0/23 le 24,
+ 188.126.84.0/24,
+ 188.120.71.0/24,
+ 188.123.142.0/24,
+ 188.76.126.0/24,
+ 188.76.125.0/23 le 24,
+ 188.77.222.0/24,
+ 188.77.221.0/23 le 24,
+ 188.78.2.0/24,
+ 188.78.0.0/23 ge 24 le 24,
+ 188.73.129.0/22 le 24,
+ 188.73.107.0/24,
+ 188.73.4.0/24,
+ 188.74.22.0/24,
+ 188.74.21.0/23 le 24,
+ 188.74.27.0/22 le 24,
+ 188.75.143.0/24,
+ 188.75.50.0/24,
+ 188.75.54.0/24,
+ 188.68.84.0/22 le 24,
+ 188.69.75.0/24,
+ 188.69.218.0/22 le 24,
+ 188.69.241.0/24,
+ 188.69.189.0/22 le 24,
+ 188.69.159.0/24,
+ 188.70.145.0/22 le 24,
+ 188.71.159.0/24,
+ 188.71.157.0/24,
+ 188.67.31.0/22 le 24,
+ 188.67.14.0/24,
+ 188.67.12.0/23 ge 24 le 24,
+ 188.67.100.0/23 ge 24 le 24,
+ 188.67.207.0/24,
+ 188.67.241.0/22 le 24,
+ 188.66.121.0/23 ge 24 le 24,
+ 188.64.134.0/24,
+ 188.64.143.0/24,
+ 188.64.184.0/24,
+ 188.65.126.0/24,
+ 188.65.85.0/24,
+ 188.65.179.0/22 le 24,
+ 188.81.248.0/22 le 24,
+ 188.80.241.0/24,
+ 188.82.90.0/22 le 24,
+ 188.83.63.0/22 le 24,
+ 188.83.248.0/22 le 24,
+ 188.87.150.0/22 le 24,
+ 188.87.168.0/22 le 24,
+ 188.84.156.0/24,
+ 188.85.120.0/22 le 24,
+ 188.95.194.0/24,
+ 188.95.114.0/22 le 24,
+ 188.95.30.0/22 ge 24 le 24,
+ 188.94.73.0/23 le 24,
+ 188.92.26.0/24,
+ 188.92.68.0/24,
+ 188.92.70.0/24,
+ 188.92.188.0/23 le 24,
+ 188.93.126.0/23 ge 24 le 24,
+ 188.89.26.0/23 ge 24 le 24,
+ 188.88.45.0/23 ge 24 le 24,
+ 188.90.198.0/24,
+ 188.90.197.0/24,
+ 188.26.43.0/22 ge 24 le 24,
+ 188.27.43.0/24,
+ 188.27.59.0/24,
+ 188.28.65.0/24,
+ 188.28.67.0/24,
+ 188.31.84.0/24,
+ 188.30.9.0/23 le 24,
+ 188.30.31.0/22 le 24,
+ 188.18.249.0/22 ge 24 le 24,
+ 188.19.38.0/22 le 24,
+ 188.19.186.0/23 ge 24 le 24,
+ 188.16.140.0/22 le 24,
+ 188.16.214.0/23 le 24,
+ 188.16.42.0/22 le 24,
+ 188.23.41.0/23 le 24,
+ 188.23.207.0/22 le 24,
+ 188.23.254.0/22 le 24,
+ 188.21.59.0/22 le 24,
+ 188.20.200.0/22 le 24,
+ 188.20.58.0/22 le 24,
+ 188.20.0.0/24,
+ 188.1.139.0/22 le 24,
+ 188.0.142.0/23 le 24,
+ 188.0.141.0/23 ge 24 le 24,
+ 188.3.30.0/22 ge 24 le 24,
+ 188.2.22.0/24,
+ 188.6.242.0/22 le 24,
+ 188.6.169.0/22 le 24,
+ 188.6.73.0/22 le 24,
+ 188.6.16.0/22 le 24,
+ 188.7.229.0/22 le 24,
+ 188.7.217.0/24,
+ 188.7.218.0/23 ge 24 le 24,
+ 188.4.229.0/24,
+ 188.5.90.0/24,
+ 188.5.113.0/24,
+ 188.5.16.0/24,
+ 188.5.19.0/24,
+ 188.9.199.0/24,
+ 188.14.5.0/24,
+ 188.15.178.0/22 le 24,
+ 188.15.33.0/24,
+ 188.15.84.0/24,
+ 188.12.22.0/21 ge 22 le 24,
+ 188.13.186.0/23 ge 24 le 24,
+ 188.38.215.0/24,
+ 188.38.213.0/24,
+ 188.39.76.0/23 le 24,
+ 188.39.79.0/23 ge 24 le 24,
+ 188.39.64.0/23 ge 24 le 24,
+ 188.39.101.0/22 le 24,
+ 188.39.203.0/22 le 24,
+ 188.36.60.0/24,
+ 188.37.62.0/24,
+ 188.37.170.0/24,
+ 188.37.169.0/24,
+ 188.35.153.0/24,
+ 188.34.223.0/24,
+ 188.32.18.0/22 le 24,
+ 188.32.118.0/24,
+ 188.40.188.0/23 le 24,
+ 188.41.119.0/22 le 24,
+ 188.41.112.0/24,
+ 188.41.114.0/24,
+ 188.43.214.0/22 le 24,
+ 188.46.26.0/24,
+ 188.46.25.0/23 ge 24 le 24,
+ 188.45.146.0/22 le 24,
+ 188.44.163.0/22 le 24,
+ 188.44.36.0/24,
+ 188.44.19.0/24,
+ 188.58.235.0/23 ge 24 le 24,
+ 188.58.232.0/24,
+ 188.57.251.0/22 ge 24 le 24,
+ 188.56.141.0/23 le 24,
+ 188.56.190.0/24,
+ 188.56.188.0/24,
+ 188.56.74.0/24,
+ 188.61.104.0/22 le 24,
+ 188.61.108.0/24,
+ 188.61.111.0/24,
+ 188.61.92.0/24,
+ 188.61.223.0/22 le 24,
+ 188.61.150.0/22 le 24,
+ 188.60.216.0/22 le 24,
+ 188.50.47.0/23 le 24,
+ 188.50.44.0/23 ge 24 le 24,
+ 188.51.98.0/24,
+ 188.49.28.0/23 ge 24 le 24,
+ 188.49.31.0/24,
+ 188.53.175.0/23 ge 24 le 24,
+ 188.53.113.0/24,
+ 188.55.112.0/22 ge 24 le 24,
+ 188.55.250.0/24,
+ 188.55.248.0/24,
+ 188.54.33.0/22 ge 24 le 24,
+ 188.54.150.0/23 le 24,
+ 190.235.84.0/20 le 24,
+ 190.143.44.0/22 le 24,
+ 190.13.151.0/24,
+ 190.12.16.0/23 ge 24 le 24,
+ 190.74.245.0/18 ge 19 le 24,
+ 190.74.188.0/20 le 24,
+ 190.74.163.0/24,
+ 190.74.130.0/24,
+ 190.74.14.0/18 le 24,
+ 190.74.127.0/24,
+ 190.74.120.0/24,
+ 190.74.97.0/24,
+ 190.74.70.0/22 le 24,
+ 191.200.203.0/24,
+ 191.201.38.0/18 le 24,
+ 191.155.84.0/20 le 24,
+ 187.194.24.0/24,
+ 187.194.161.0/24,
+ 187.213.177.0/21 le 24,
+ 187.246.130.0/20 le 24,
+ 187.59.241.0/17 le 24,
+ 187.63.154.0/17 le 24,
+ 187.29.171.0/24,
+ 187.118.133.0/24,
+ 187.69.26.0/23 le 24,
+ 187.65.176.0/23 ge 24 le 24,
+ 187.65.179.0/23 le 24,
+ 186.250.126.0/19 le 24,
+ 186.207.91.0/24,
+ 186.204.153.0/21 le 24,
+ 186.180.157.0/24,
+ 186.134.91.0/19 le 24,
+ 186.51.137.0/23 le 24,
+ 184.224.147.0/19 le 24,
+ 184.225.34.0/20 le 24,
+ 184.225.69.0/19 le 24,
+ 184.236.192.0/22 le 24,
+ 184.239.178.0/24,
+ 184.239.224.0/23 ge 24 le 24,
+ 184.239.226.0/24,
+ 184.239.214.0/23 ge 24 le 24,
+ 184.239.74.0/24,
+ 184.234.190.0/18 le 24,
+ 184.235.212.0/19 ge 20 le 24,
+ 184.235.88.0/20 le 24,
+ 184.248.246.0/24,
+ 184.210.4.0/19 ge 20 le 24,
+ 184.147.109.0/20 le 24,
+ 184.146.52.0/20 le 24,
+ 184.146.92.0/20 le 24,
+ 184.168.133.0/20 le 24,
+ 184.168.198.0/22 le 24,
+ 184.169.223.0/22 le 24,
+ 184.163.92.0/20 le 24,
+ 184.163.248.0/24,
+ 184.162.224.0/20 le 24,
+ 184.162.94.0/20 le 24,
+ 184.183.25.0/19 ge 20 le 24,
+ 184.183.105.0/20 le 24,
+ 184.183.137.0/21 le 24,
+ 184.180.228.0/21 le 24,
+ 184.189.219.0/22 le 24,
+ 184.189.99.0/22 le 24,
+ 184.26.128.0/22 le 24,
+ 184.120.20.0/24,
+ 184.120.10.0/24,
+ 185.14.97.0/24,
+ 185.14.125.0/24,
+ 185.14.93.0/24,
+ 185.14.91.0/24,
+ 185.14.59.0/24,
+ 185.14.54.0/24,
+ 185.14.49.0/24,
+ 185.14.16.0/23 le 24,
+ 185.14.3.0/23 le 24,
+ 185.14.8.0/23 le 24,
+ 185.14.199.0/24,
+ 185.14.217.0/22 ge 23 le 24,
+ 185.14.236.0/24,
+ 185.14.244.0/24,
+ 185.14.183.0/24,
+ 185.14.169.0/24,
+ 185.14.151.0/23 le 24,
+ 185.14.144.0/24,
+ 185.14.158.0/24,
+ 185.14.156.0/24,
+ 185.14.140.0/24,
+ 185.14.131.0/23 le 24,
+ 185.8.151.0/23 le 24,
+ 185.8.157.0/24,
+ 185.8.187.0/22 ge 24 le 24,
+ 185.8.90.0/24,
+ 185.8.80.0/24,
+ 185.8.87.0/24,
+ 185.8.66.0/24,
+ 185.30.129.0/20 le 24,
+ 192.15.192.0/23 ge 24 le 24,
+ 192.15.167.0/18 le 24,
+ 192.10.206.0/23 ge 24 le 24,
+ 192.10.205.0/24,
+ 192.10.198.0/24,
+ 192.10.250.0/24,
+ 192.10.138.0/24,
+ 192.10.168.0/24,
+ 192.10.46.0/24,
+ 192.10.114.0/24,
+ 192.10.108.0/24,
+ 192.9.40.0/24,
+ 192.4.53.0/24,
+ 192.5.249.0/16 le 24,
+ 192.0.56.0/24,
+ 192.0.59.0/24,
+ 192.0.45.0/24,
+ 192.0.102.0/23 ge 24 le 24,
+ 192.0.66.0/23 ge 24 le 24,
+ 192.0.65.0/24,
+ 192.0.131.0/24,
+ 192.0.128.0/24,
+ 192.0.213.0/24,
+ 192.0.252.0/23 le 24,
+ 192.20.13.0/18 le 24,
+ 192.21.160.0/16 le 24,
+ 192.23.54.0/16 le 24,
+ 192.16.115.0/20 le 24,
+ 192.19.122.0/24,
+ 192.19.34.0/24,
+ 192.26.57.0/20 le 24,
+ 192.24.212.0/24,
+ 192.24.179.0/24,
+ 192.24.176.0/23 le 24,
+ 192.24.132.0/23 le 24,
+ 192.24.123.0/24,
+ 192.24.112.0/23 ge 24 le 24,
+ 192.24.23.0/24,
+ 192.24.3.0/24,
+ 192.29.141.0/19 le 24,
+ 192.29.183.0/23 le 24,
+ 192.29.27.0/24,
+ 192.29.6.0/24,
+ 192.29.106.0/24,
+ 192.29.84.0/24,
+ 192.29.81.0/22 le 24,
+ 192.29.95.0/21 ge 22 le 24,
+ 192.28.205.0/24,
+ 192.28.200.0/24,
+ 192.28.249.0/24,
+ 192.28.238.0/22 le 24,
+ 192.28.141.0/24,
+ 192.28.129.0/24,
+ 192.28.182.0/24,
+ 192.28.180.0/24,
+ 192.28.189.0/24,
+ 192.28.184.0/24,
+ 192.28.123.0/20 le 24,
+ 192.28.99.0/24,
+ 192.28.18.0/24,
+ 192.28.36.0/24,
+ 192.50.104.0/24,
+ 192.50.116.0/21 le 24,
+ 192.50.73.0/24,
+ 192.50.20.0/24,
+ 192.50.18.0/23 ge 24 le 24,
+ 192.50.237.0/23 le 24,
+ 192.48.64.0/22 le 24,
+ 192.48.54.0/22 le 24,
+ 192.48.158.0/24,
+ 192.48.138.0/21 le 24,
+ 192.48.179.0/21 le 24,
+ 192.49.75.0/23 le 24,
+ 192.49.68.0/24,
+ 192.49.19.0/23 le 24,
+ 192.49.17.0/24,
+ 192.49.11.0/24,
+ 192.49.135.0/24,
+ 192.49.247.0/24,
+ 192.60.152.0/21 ge 23 le 24,
+ 192.60.233.0/23 le 24,
+ 192.60.223.0/21 le 24,
+ 192.60.17.0/23 le 24,
+ 192.61.229.0/24,
+ 192.62.19.0/24,
+ 192.62.200.0/24,
+ 192.62.223.0/24,
+ 192.62.215.0/24,
+ 192.63.67.0/23 le 24,
+ 192.63.58.0/24,
+ 192.63.57.0/24,
+ 192.57.43.0/24,
+ 192.47.27.0/24,
+ 192.47.12.0/24,
+ 192.47.14.0/23 ge 24 le 24,
+ 192.47.154.0/24,
+ 192.47.214.0/24,
+ 192.43.184.0/23 ge 24 le 24,
+ 192.43.178.0/24,
+ 192.43.13.0/23 le 24,
+ 192.43.83.0/24,
+ 192.43.110.0/24,
+ 192.43.109.0/23 le 24,
+ 192.43.107.0/24,
+ 192.43.104.0/24,
+ 192.41.172.0/23 le 24,
+ 192.41.130.0/21 le 24,
+ 192.41.148.0/24,
+ 192.40.16.0/24,
+ 192.40.24.0/23 ge 24 le 24,
+ 192.40.8.0/22 le 24,
+ 192.40.13.0/23 le 24,
+ 192.40.1.0/24,
+ 192.40.5.0/23 ge 24 le 24,
+ 192.40.6.0/24,
+ 192.40.97.0/22 le 24,
+ 192.40.110.0/22 le 24,
+ 192.40.107.0/23 le 24,
+ 192.40.90.0/24,
+ 192.40.168.0/24,
+ 192.40.191.0/24,
+ 192.40.139.0/24,
+ 192.40.135.0/24,
+ 192.35.251.0/24,
+ 192.35.245.0/24,
+ 192.33.187.0/23 le 24,
+ 192.33.131.0/24,
+ 192.33.206.0/23 le 24,
+ 192.33.229.0/24,
+ 192.33.43.0/24,
+ 192.33.60.0/24,
+ 192.33.75.0/24,
+ 192.32.157.0/24,
+ 192.32.141.0/24,
+ 192.32.207.0/24,
+ 192.32.18.0/23 ge 24 le 24,
+ 192.32.16.0/24,
+ 192.37.71.0/21 ge 24 le 24,
+ 192.73.54.0/21 le 24,
+ 192.73.32.0/24,
+ 192.73.8.0/24,
+ 192.73.131.0/24,
+ 192.73.250.0/24,
+ 192.73.252.0/24,
+ 192.72.195.0/24,
+ 192.72.17.0/22 le 24,
+ 192.72.4.0/23 le 24,
+ 192.72.6.0/24,
+ 192.75.160.0/24,
+ 192.75.208.0/24,
+ 192.75.250.0/24,
+ 192.75.255.0/24,
+ 192.75.122.0/24,
+ 192.75.90.0/24,
+ 192.75.3.0/24,
+ 192.78.16.0/23 ge 24 le 24,
+ 192.78.23.0/24,
+ 192.78.41.0/22 ge 24 le 24,
+ 192.78.34.0/21 ge 24 le 24,
+ 192.78.126.0/23 ge 24 le 24,
+ 192.78.125.0/24,
+ 192.78.194.0/24,
+ 192.78.213.0/24,
+ 192.78.254.0/24,
+ 192.79.199.0/24,
+ 192.79.200.0/21 le 24,
+ 192.79.229.0/23 le 24,
+ 192.79.49.0/22 le 24,
+ 192.79.41.0/22 le 24,
+ 192.77.79.0/24,
+ 192.77.116.0/24,
+ 192.77.119.0/24,
+ 192.77.115.0/24,
+ 192.77.123.0/24,
+ 192.77.102.0/24,
+ 192.77.13.0/24,
+ 192.77.50.0/24,
+ 192.77.42.0/24,
+ 192.77.44.0/24,
+ 192.77.46.0/23 ge 24 le 24,
+ 192.77.32.0/24,
+ 192.65.87.0/23 le 24,
+ 192.65.181.0/20 le 24,
+ 192.66.233.0/24,
+ 192.66.245.0/24,
+ 192.66.215.0/24,
+ 192.66.203.0/24,
+ 192.66.198.0/23 ge 24 le 24,
+ 192.66.182.0/24,
+ 192.66.170.0/24,
+ 192.66.135.0/24,
+ 192.66.129.0/23 le 24,
+ 192.66.131.0/24,
+ 192.66.31.0/23 ge 24 le 24,
+ 192.66.27.0/24,
+ 192.66.3.0/23 ge 24 le 24,
+ 192.66.116.0/22 le 24,
+ 192.66.112.0/24,
+ 192.66.114.0/23 ge 24 le 24,
+ 192.66.96.0/22 ge 24 le 24,
+ 192.66.100.0/24,
+ 192.68.83.0/24,
+ 192.68.103.0/24,
+ 192.68.121.0/24,
+ 192.68.3.0/24,
+ 192.69.158.0/20 le 24,
+ 192.70.246.0/24,
+ 192.95.44.0/24,
+ 192.95.63.0/24,
+ 192.95.56.0/24,
+ 192.95.58.0/24,
+ 192.95.52.0/24,
+ 192.95.70.0/24,
+ 192.95.85.0/24,
+ 192.95.146.0/22 le 24,
+ 192.94.149.0/20 le 24,
+ 192.94.217.0/24,
+ 192.94.36.0/22 ge 24 le 24,
+ 192.94.41.0/21 le 24,
+ 192.94.15.0/22 le 24,
+ 192.94.2.0/23 ge 24 le 24,
+ 192.94.1.0/24,
+ 192.94.29.0/22 ge 24 le 24,
+ 192.92.231.0/24,
+ 192.92.226.0/24,
+ 192.92.242.0/24,
+ 192.92.13.0/24,
+ 192.92.72.0/24,
+ 192.93.3.0/24,
+ 192.93.100.0/24,
+ 192.93.117.0/24,
+ 192.88.71.0/24,
+ 192.88.86.0/24,
+ 192.88.201.0/24,
+ 192.88.181.0/24,
+ 192.91.145.0/24,
+ 192.91.208.0/24,
+ 192.87.230.0/24,
+ 192.87.238.0/24,
+ 192.87.232.0/24,
+ 192.87.252.0/24,
+ 192.87.244.0/24,
+ 192.87.246.0/23 le 24,
+ 192.87.112.0/24,
+ 192.84.50.0/24,
+ 192.81.237.0/24,
+ 192.81.248.0/24,
+ 192.81.221.0/24,
+ 192.81.101.0/24,
+ 192.82.81.0/24,
+ 192.82.3.0/24,
+ 192.82.45.0/23 ge 24 le 24,
+ 192.82.36.0/22 ge 24 le 24,
+ 192.82.33.0/23 ge 24 le 24,
+ 192.82.166.0/24,
+ 192.82.164.0/24,
+ 192.82.208.0/24,
+ 192.82.220.0/24,
+ 192.99.252.0/24,
+ 192.99.254.0/24,
+ 192.99.248.0/24,
+ 192.99.222.0/24,
+ 192.99.178.0/24,
+ 192.98.1.0/24,
+ 192.98.5.0/24,
+ 192.98.223.0/24,
+ 192.98.204.0/24,
+ 192.98.199.0/24,
+ 192.98.235.0/24,
+ 192.98.232.0/24,
+ 192.96.48.0/24,
+ 192.96.55.0/24,
+ 192.96.148.0/24,
+ 192.96.153.0/22 le 24,
+ 192.96.242.0/24,
+ 192.96.240.0/23 ge 24 le 24,
+ 192.96.251.0/22 le 24,
+ 192.96.230.0/23 ge 24 le 24,
+ 192.96.234.0/24,
+ 192.96.201.0/24,
+ 192.96.202.0/24,
+ 192.97.117.0/24,
+ 192.106.96.0/24,
+ 192.106.160.0/24,
+ 192.106.143.0/24,
+ 192.106.141.0/24,
+ 192.106.232.0/19 le 24,
+ 192.106.220.0/21 le 24,
+ 192.107.220.0/24,
+ 192.105.252.0/24,
+ 192.105.171.0/24,
+ 192.105.41.0/24,
+ 192.105.44.0/24,
+ 192.105.61.0/21 le 24,
+ 192.105.6.0/22 le 24,
+ 192.109.252.0/24,
+ 192.109.226.0/24,
+ 192.109.228.0/24,
+ 192.109.236.0/24,
+ 192.109.232.0/24,
+ 192.109.206.0/24,
+ 192.109.205.0/24,
+ 192.109.194.0/24,
+ 192.109.131.0/23 le 24,
+ 192.109.18.0/24,
+ 192.109.110.0/24,
+ 192.109.100.0/24,
+ 192.109.90.0/23 ge 24 le 24,
+ 192.110.249.0/24,
+ 192.110.151.0/23 ge 24 le 24,
+ 192.110.148.0/24,
+ 192.110.130.0/24,
+ 192.110.136.0/24,
+ 192.110.84.0/23 ge 24 le 24,
+ 192.120.76.0/24,
+ 192.120.94.0/24,
+ 192.120.87.0/24,
+ 192.120.29.0/24,
+ 192.120.156.0/24,
+ 192.120.182.0/24,
+ 192.123.34.0/20 le 24,
+ 192.126.198.0/22 le 24,
+ 192.115.245.0/24,
+ 192.114.145.0/23 le 24,
+ 192.112.250.0/24,
+ 192.112.186.0/24,
+ 192.118.234.0/24,
+ 192.118.233.0/23 le 24,
+ 192.118.238.0/22 le 24,
+ 192.118.225.0/24,
+ 192.118.245.0/24,
+ 192.118.129.0/24,
+ 192.117.14.0/20 le 24,
+ 192.117.253.0/24,
+ 192.130.113.0/24,
+ 192.130.55.0/24,
+ 192.130.56.0/24,
+ 192.130.227.0/24,
+ 192.130.141.0/24,
+ 192.132.66.0/24,
+ 192.132.24.0/24,
+ 192.132.192.0/24,
+ 192.132.163.0/24,
+ 192.132.146.0/24,
+ 192.133.104.0/24,
+ 192.133.64.0/24,
+ 192.133.68.0/24,
+ 192.133.21.0/24,
+ 192.133.216.0/24,
+ 192.133.135.0/24,
+ 192.135.214.0/24,
+ 192.135.24.0/24,
+ 192.135.53.0/24,
+ 192.135.109.0/24,
+ 192.142.142.0/24,
+ 192.142.70.0/24,
+ 192.142.64.0/24,
+ 192.142.94.0/24,
+ 192.142.90.0/24,
+ 192.142.62.0/23 le 24,
+ 192.143.88.0/24,
+ 192.143.83.0/23 ge 24 le 24,
+ 192.143.70.0/24,
+ 192.143.69.0/24,
+ 192.143.77.0/24,
+ 192.143.114.0/24,
+ 192.143.24.0/24,
+ 192.143.8.0/23 ge 24 le 24,
+ 192.143.10.0/24,
+ 192.143.57.0/24,
+ 192.143.132.0/24,
+ 192.143.130.0/24,
+ 192.143.142.0/24,
+ 192.143.136.0/24,
+ 192.143.154.0/24,
+ 192.143.152.0/24,
+ 192.143.151.0/23 le 24,
+ 192.143.148.0/23 ge 24 le 24,
+ 192.143.147.0/24,
+ 192.143.170.0/22 le 24,
+ 192.143.174.0/22 ge 24 le 24,
+ 192.143.163.0/21 le 24,
+ 192.143.176.0/21 le 24,
+ 192.143.186.0/23 le 24,
+ 192.143.185.0/24,
+ 192.143.188.0/24,
+ 192.143.190.0/23 ge 24 le 24,
+ 192.143.212.0/24,
+ 192.143.207.0/24,
+ 192.143.204.0/24,
+ 192.143.195.0/24,
+ 192.143.198.0/24,
+ 192.143.196.0/24,
+ 192.143.239.0/24,
+ 192.143.226.0/24,
+ 192.143.231.0/24,
+ 192.143.248.0/24,
+ 192.155.181.0/22 le 24,
+ 192.152.105.0/23 le 24,
+ 192.152.80.0/24,
+ 192.152.46.0/24,
+ 192.152.34.0/24,
+ 192.152.3.0/24,
+ 192.152.22.0/24,
+ 192.152.16.0/23 ge 24 le 24,
+ 192.153.89.0/24,
+ 192.153.10.0/24,
+ 192.153.170.0/24,
+ 192.153.165.0/22 le 24,
+ 192.153.144.0/24,
+ 192.157.10.0/24,
+ 192.157.50.0/23 le 24,
+ 192.157.62.0/24,
+ 192.157.142.0/23 le 24,
+ 192.156.161.0/24,
+ 192.156.187.0/24,
+ 192.156.133.0/24,
+ 192.156.129.0/23 le 24,
+ 192.156.239.0/23 le 24,
+ 192.156.236.0/24,
+ 192.156.241.0/24,
+ 192.156.221.0/24,
+ 192.156.223.0/24,
+ 192.156.109.0/24,
+ 192.156.9.0/24,
+ 192.156.12.0/24,
+ 192.156.56.0/24,
+ 192.156.40.0/24,
+ 192.156.42.0/23 le 24,
+ 192.156.32.0/22 le 24,
+ 192.159.60.0/24,
+ 192.159.29.0/21 le 24,
+ 192.159.193.0/24,
+ 192.159.222.0/24,
+ 192.159.244.0/24,
+ 192.159.235.0/24,
+ 192.159.224.0/24,
+ 192.159.189.0/23 le 24,
+ 192.158.139.0/22 le 24,
+ 192.158.134.0/24,
+ 192.158.197.0/24,
+ 192.158.199.0/24,
+ 192.158.193.0/23 le 24,
+ 192.158.223.0/22 le 24,
+ 192.146.123.0/24,
+ 192.146.119.0/24,
+ 192.146.64.0/24,
+ 192.146.26.0/24,
+ 192.146.54.0/24,
+ 192.146.35.0/24,
+ 192.147.55.0/24,
+ 192.147.215.0/24,
+ 192.147.227.0/24,
+ 192.145.30.0/22 le 24,
+ 192.145.227.0/24,
+ 192.145.130.0/24,
+ 192.145.128.0/23 ge 24 le 24,
+ 192.145.134.0/24,
+ 192.145.132.0/24,
+ 192.145.156.0/24,
+ 192.145.169.0/23 ge 24 le 24,
+ 192.145.183.0/24,
+ 192.145.191.0/24,
+ 192.144.11.0/23 le 24,
+ 192.144.104.0/20 ge 21 le 24,
+ 192.151.111.0/24,
+ 192.151.67.0/24,
+ 192.151.88.0/22 ge 23 le 24,
+ 192.150.90.0/23 le 24,
+ 192.149.243.0/22 le 24,
+ 192.149.254.0/22 le 24,
+ 192.149.196.0/24,
+ 192.149.122.0/24,
+ 192.149.125.0/24,
+ 192.148.92.0/23 le 24,
+ 192.148.96.0/23 le 24,
+ 192.148.4.0/18 le 24,
+ 192.164.78.0/24,
+ 192.164.90.0/24,
+ 192.164.57.0/24,
+ 192.164.59.0/23 le 24,
+ 192.164.63.0/24,
+ 192.164.36.0/21 le 24,
+ 192.164.42.0/24,
+ 192.164.219.0/24,
+ 192.165.221.0/24,
+ 192.165.222.0/23 le 24,
+ 192.165.219.0/24,
+ 192.165.239.0/20 le 24,
+ 192.165.144.0/23 le 24,
+ 192.165.84.0/19 le 24,
+ 192.168.239.0/23 le 24,
+ 192.169.25.0/24,
+ 192.169.9.0/22 le 24,
+ 192.169.57.0/24,
+ 192.169.119.0/19 le 24,
+ 192.170.215.0/24,
+ 192.170.77.0/18 le 24,
+ 192.171.232.0/20 le 24,
+ 192.174.25.0/22 ge 24 le 24,
+ 192.174.47.0/19 le 24,
+ 192.174.157.0/20 le 24,
+ 192.173.202.0/24,
+ 192.172.135.0/23 ge 24 le 24,
+ 192.172.189.0/24,
+ 192.172.165.0/24,
+ 192.191.96.0/20 le 24,
+ 192.191.74.0/19 le 24,
+ 192.189.160.0/18 le 24,
+ 192.188.105.0/24,
+ 192.184.135.0/24,
+ 192.184.141.0/23 le 24,
+ 192.184.157.0/24,
+ 192.184.202.0/24,
+ 192.184.81.0/24,
+ 192.184.82.0/24,
+ 192.184.85.0/24,
+ 192.184.79.0/23 ge 24 le 24,
+ 192.184.76.0/23 le 24,
+ 192.184.74.0/22 ge 24 le 24,
+ 192.185.164.0/24,
+ 192.185.184.0/23 le 24,
+ 192.185.188.0/24,
+ 192.185.216.0/24,
+ 192.185.209.0/24,
+ 192.185.56.0/24,
+ 192.186.96.0/24,
+ 192.186.98.0/23 le 24,
+ 192.186.102.0/23 le 24,
+ 192.186.12.0/24,
+ 192.186.56.0/24,
+ 192.186.58.0/23 le 24,
+ 192.186.61.0/22 le 24,
+ 192.186.154.0/24,
+ 192.186.183.0/24,
+ 192.249.157.0/24,
+ 192.249.186.0/24,
+ 192.249.184.0/23 le 24,
+ 192.249.34.0/24,
+ 192.249.29.0/24,
+ 192.249.30.0/23 le 24,
+ 192.249.26.0/23 le 24,
+ 192.249.25.0/24,
+ 192.249.20.0/24,
+ 192.249.9.0/23 le 24,
+ 192.249.10.0/24,
+ 192.255.72.0/20 le 24,
+ 192.254.126.0/24,
+ 192.254.121.0/24,
+ 192.254.101.0/24,
+ 192.254.110.0/24,
+ 192.254.109.0/24,
+ 192.254.104.0/24,
+ 192.254.86.0/22 le 24,
+ 192.254.95.0/24,
+ 192.254.93.0/23 le 24,
+ 192.254.91.0/22 le 24,
+ 192.254.169.0/24,
+ 192.254.164.0/23 le 24,
+ 192.254.183.0/22 ge 24 le 24,
+ 192.254.190.0/23 ge 24 le 24,
+ 192.254.189.0/24,
+ 192.254.144.0/24,
+ 192.254.146.0/24,
+ 192.254.149.0/24,
+ 192.254.231.0/24,
+ 192.254.245.0/24,
+ 192.254.246.0/24,
+ 192.254.242.0/24,
+ 192.254.198.0/23 le 24,
+ 192.253.218.0/22 le 24,
+ 192.253.239.0/20 le 24,
+ 192.253.246.0/21 le 24,
+ 192.253.143.0/24,
+ 192.253.136.0/24,
+ 192.253.130.0/24,
+ 192.253.94.0/23 le 24,
+ 192.253.91.0/24,
+ 192.253.89.0/24,
+ 192.253.64.0/22 ge 23 le 24,
+ 192.253.68.0/24,
+ 192.253.71.0/23 le 24,
+ 192.253.75.0/24,
+ 192.253.79.0/24,
+ 192.253.107.0/24,
+ 192.253.111.0/22 le 24,
+ 192.253.101.0/24,
+ 192.253.102.0/24,
+ 192.253.99.0/23 le 24,
+ 192.253.124.0/23 le 24,
+ 192.252.206.0/23 le 24,
+ 192.242.114.0/24,
+ 192.242.113.0/24,
+ 192.242.239.0/21 le 24,
+ 192.242.137.0/19 le 24,
+ 192.241.53.0/24,
+ 192.241.142.0/24,
+ 192.241.147.0/24,
+ 192.241.213.0/24,
+ 192.241.239.0/24,
+ 192.244.0.0/24,
+ 192.244.3.0/23 le 24,
+ 192.244.25.0/24,
+ 192.244.44.0/24,
+ 192.244.46.0/24,
+ 192.244.75.0/24,
+ 192.244.120.0/24,
+ 192.244.207.0/23 le 24,
+ 192.244.171.0/24,
+ 192.244.174.0/22 le 24,
+ 192.244.164.0/24,
+ 192.244.155.0/24,
+ 192.244.158.0/22 ge 24 le 24,
+ 192.244.144.0/24,
+ 192.245.97.0/24,
+ 192.245.66.0/24,
+ 192.245.144.0/24,
+ 192.245.177.0/23 le 24,
+ 192.245.163.0/23 le 24,
+ 192.245.161.0/24,
+ 192.245.170.0/24,
+ 192.231.168.0/23 le 24,
+ 192.231.141.0/20 le 24,
+ 192.231.147.0/21 le 24,
+ 192.231.158.0/22 le 24,
+ 192.231.152.0/23 le 24,
+ 192.229.20.0/20 le 24,
+ 192.228.20.0/21 le 24,
+ 192.228.24.0/22 le 24,
+ 192.228.29.0/23 le 24,
+ 192.238.146.0/24,
+ 192.238.117.0/24,
+ 192.238.124.0/23 le 24,
+ 192.236.1.0/24,
+ 192.236.3.0/23 le 24,
+ 192.236.4.0/22 le 24,
+ 192.236.8.0/21 le 24,
+ 192.236.31.0/24,
+ 192.236.113.0/23 ge 24 le 24,
+ 192.236.87.0/24,
+ 192.236.95.0/24,
+ 192.236.68.0/24,
+ 192.236.74.0/21 le 24,
+ 192.236.230.0/18 le 24,
+ 192.236.157.0/20 le 24,
+ 192.236.132.0/22 le 24,
+ 192.236.129.0/23 le 24,
+ 192.236.131.0/23 ge 24 le 24,
+ 192.236.174.0/24,
+ 192.236.162.0/24,
+ 192.236.165.0/24,
+ 192.232.21.0/24,
+ 192.217.214.0/19 le 24,
+ 192.217.39.0/22 le 24,
+ 192.217.34.0/23 le 24,
+ 192.219.88.0/21 ge 24 le 24,
+ 192.219.80.0/24,
+ 192.219.74.0/24,
+ 192.218.172.0/18 le 24,
+ 192.221.78.0/24,
+ 192.221.72.0/23 ge 24 le 24,
+ 192.221.75.0/23 le 24,
+ 192.221.68.0/21 le 24,
+ 192.220.205.0/23 le 24,
+ 192.220.78.0/17 le 24,
+ 192.223.50.0/20 le 24,
+ 192.222.242.0/24,
+ 192.222.206.0/24,
+ 192.222.94.0/24,
+ 192.214.117.0/22 le 24,
+ 192.215.164.0/24,
+ 192.212.134.0/23 le 24,
+ 192.212.155.0/24,
+ 192.212.211.0/24,
+ 192.212.79.0/24,
+ 192.212.97.0/24,
+ 192.213.47.0/24,
+ 192.213.156.0/17 le 24,
+ 192.209.54.0/19 le 24,
+ 192.209.100.0/22 le 24,
+ 192.208.54.0/24,
+ 192.208.81.0/23 le 24,
+ 192.210.166.0/24,
+ 192.195.9.0/22 le 24,
+ 192.195.16.0/21 le 24,
+ 192.193.22.0/20 le 24,
+ 192.193.3.0/21 le 24,
+ 192.193.117.0/20 le 24,
+ 192.198.11.0/23 le 24,
+ 192.198.112.0/23 le 24,
+ 192.198.118.0/22 le 24,
+ 192.198.124.0/24,
+ 192.198.158.0/24,
+ 192.198.189.0/23 le 24,
+ 192.198.184.0/24,
+ 192.198.250.0/24,
+ 192.198.194.0/24,
+ 192.197.148.0/24,
+ 192.196.14.0/24,
+ 192.196.63.0/24,
+ 192.200.240.0/20 le 24,
+ 192.200.227.0/23 ge 24 le 24,
+ 192.200.77.0/17 le 24,
+ 192.202.208.0/23 ge 24 le 24,
+ 192.202.212.0/24,
+ 192.202.199.0/23 le 24,
+ 192.202.201.0/24,
+ 192.203.184.0/23 le 24,
+ 192.203.192.0/23 ge 24 le 24,
+ 192.203.197.0/24,
+ 192.203.248.0/24,
+ 192.203.96.0/24,
+ 192.207.138.0/24,
+ 192.206.237.0/24,
+ 192.206.224.0/24,
+ 192.206.230.0/24,
+ 192.204.199.0/20 le 24,
+ 192.204.128.0/24,
+ 192.204.130.0/24,
+ 192.204.156.0/20 le 24,
+ 192.204.160.0/20 le 24,
+ 193.40.56.0/24,
+ 193.32.100.0/23 ge 24 le 24,
+ 193.32.140.0/23 ge 24 le 24,
+ 193.33.130.0/24,
+ 193.33.103.0/24,
+ 193.58.54.0/24,
+ 193.59.110.0/24,
+ 193.57.157.0/24,
+ 193.57.158.0/24,
+ 193.60.237.0/24,
+ 193.60.18.0/23 le 24,
+ 193.48.10.0/23 le 24,
+ 193.50.213.0/23 ge 24 le 24,
+ 193.50.246.0/24,
+ 193.53.135.0/24,
+ 193.53.141.0/24,
+ 193.53.136.0/24,
+ 193.52.216.0/24,
+ 193.52.78.0/24,
+ 193.52.52.0/24,
+ 193.52.55.0/24,
+ 193.55.74.0/24,
+ 193.55.170.0/24,
+ 193.19.144.0/23 ge 24 le 24,
+ 193.19.149.0/22 le 24,
+ 193.19.129.0/24,
+ 193.19.132.0/24,
+ 193.19.124.0/24,
+ 193.18.57.0/24,
+ 193.16.141.0/24,
+ 193.17.125.0/22 le 24,
+ 193.20.141.0/24,
+ 193.26.201.0/24,
+ 193.26.22.0/24,
+ 193.26.21.0/24,
+ 193.27.119.0/24,
+ 193.11.58.0/24,
+ 193.11.123.0/24,
+ 193.11.108.0/24,
+ 193.11.76.0/24,
+ 193.11.74.0/22 le 24,
+ 193.93.79.0/24,
+ 193.93.152.0/24,
+ 193.92.107.0/24,
+ 193.92.102.0/24,
+ 193.92.9.0/24,
+ 193.89.128.0/23 le 24,
+ 193.90.78.0/22 le 24,
+ 193.91.187.0/24,
+ 193.91.248.0/23 ge 24 le 24,
+ 193.91.19.0/22 le 24,
+ 193.91.29.0/24,
+ 193.64.96.0/19 le 24,
+ 193.64.56.0/19 le 24,
+ 193.65.127.0/24,
+ 193.65.118.0/24,
+ 193.148.195.0/23 le 24,
+ 193.152.243.0/24,
+ 193.137.167.0/24,
+ 193.137.76.0/22 ge 24 le 24,
+ 193.138.55.0/20 le 24,
+ 193.138.42.0/21 le 24,
+ 193.139.152.0/24,
+ 193.139.33.0/22 le 24,
+ 193.177.246.0/22 le 24,
+ 193.183.111.0/24,
+ 193.160.186.0/22 le 24,
+ 193.161.73.0/22 le 24,
+ 193.163.28.0/23 le 24,
+ 193.175.237.0/23 ge 24 le 24,
+ 193.175.234.0/24,
+ 193.175.222.0/22 ge 23 le 24,
+ 193.175.36.0/24,
+ 193.170.75.0/24,
+ 193.197.163.0/24,
+ 193.197.120.0/24,
+ 193.197.117.0/24,
+ 193.198.16.0/24,
+ 193.214.7.0/23 ge 24 le 24,
+ 193.214.5.0/23 le 24,
+ 193.213.218.0/24,
+ 193.243.20.0/24,
+ 193.243.27.0/24,
+ 193.243.7.0/24,
+ 193.243.11.0/24,
+ 193.247.195.0/24,
+ 193.251.13.0/24,
+ 193.230.196.0/24,
+ 193.229.162.0/24,
+ 195.166.8.0/23 ge 24 le 24,
+ 195.166.10.0/24,
+ 195.166.16.0/24,
+ 195.166.25.0/23 le 24,
+ 195.166.27.0/23 ge 24 le 24,
+ 195.166.49.0/24,
+ 195.166.57.0/24,
+ 195.166.62.0/24,
+ 195.167.82.0/24,
+ 195.161.150.0/24,
+ 195.168.251.0/24,
+ 195.169.250.0/22 le 24,
+ 195.169.255.0/24,
+ 195.180.24.0/22 le 24,
+ 195.180.240.0/22 le 24,
+ 195.182.201.0/24,
+ 195.182.220.0/24,
+ 195.128.194.0/24,
+ 195.133.135.0/22 ge 24 le 24,
+ 195.133.104.0/24,
+ 195.133.107.0/24,
+ 195.133.15.0/23 ge 24 le 24,
+ 195.133.52.0/23 ge 24 le 24,
+ 195.132.59.0/22 ge 24 le 24,
+ 195.135.32.0/22 le 24,
+ 195.138.36.0/24,
+ 195.155.197.0/24,
+ 195.154.17.0/23 ge 24 le 24,
+ 195.154.11.0/23 ge 24 le 24,
+ 195.153.89.0/23 ge 24 le 24,
+ 195.153.24.0/24,
+ 195.153.38.0/24,
+ 195.158.212.0/23 ge 24 le 24,
+ 195.148.237.0/24,
+ 195.148.2.0/24,
+ 195.148.0.0/24,
+ 195.146.82.0/24,
+ 195.147.203.0/22 le 24,
+ 195.147.198.0/22 le 24,
+ 195.145.3.0/24,
+ 195.145.223.0/22 ge 24 le 24,
+ 195.210.31.0/24,
+ 195.210.2.0/24,
+ 195.209.85.0/24,
+ 195.208.82.0/24,
+ 195.208.80.0/24,
+ 195.223.242.0/24,
+ 195.222.0.0/23 le 24,
+ 195.197.16.0/23 le 24,
+ 195.244.96.0/24,
+ 195.244.230.0/24,
+ 195.244.228.0/23 ge 24 le 24,
+ 195.244.237.0/22 ge 24 le 24,
+ 195.246.148.0/24,
+ 195.246.172.0/24,
+ 195.243.16.0/24,
+ 195.243.4.0/24,
+ 195.243.62.0/24,
+ 195.243.169.0/23 le 24,
+ 195.237.252.0/24,
+ 195.237.15.0/24,
+ 195.238.147.0/24,
+ 195.238.145.0/23 ge 24 le 24,
+ 195.235.44.0/21 ge 24 le 24,
+ 195.224.110.0/24,
+ 195.224.109.0/24,
+ 195.224.63.0/23 le 24,
+ 195.224.230.0/24,
+ 195.224.232.0/24,
+ 195.224.193.0/24,
+ 195.224.198.0/24,
+ 195.224.200.0/23 ge 24 le 24,
+ 195.224.204.0/23 ge 24 le 24,
+ 195.227.118.0/22 ge 24 le 24,
+ 195.127.254.0/24,
+ 195.127.76.0/23 le 24,
+ 195.124.189.0/23 ge 24 le 24,
+ 195.124.89.0/22 le 24,
+ 195.124.61.0/22 le 24,
+ 195.125.212.0/24,
+ 195.114.144.0/23 le 24,
+ 195.118.206.0/23 le 24,
+ 195.118.193.0/23 ge 24 le 24,
+ 195.118.240.0/23 le 24,
+ 195.77.254.0/23 le 24,
+ 195.77.57.0/23 le 24,
+ 195.77.75.0/24,
+ 195.29.229.0/22 ge 24 le 24,
+ 195.28.147.0/24,
+ 194.181.117.0/24,
+ 194.181.119.0/24,
+ 194.186.193.0/24,
+ 194.186.198.0/24,
+ 194.186.202.0/24,
+ 194.186.206.0/24,
+ 194.173.180.0/22 le 24,
+ 194.153.5.0/18 le 24,
+ 194.158.210.0/22 le 24,
+ 194.159.93.0/23 ge 24 le 24,
+ 194.159.97.0/23 le 24,
+ 194.148.13.0/22 le 24,
+ 194.137.209.0/23 le 24,
+ 194.217.45.0/23 le 24,
+ 194.216.126.0/24,
+ 194.216.108.0/24,
+ 194.206.94.0/22 ge 24 le 24,
+ 194.206.165.0/23 le 24,
+ 194.192.228.0/23 le 24,
+ 194.192.103.0/23 le 24,
+ 194.192.81.0/23 ge 24 le 24,
+ 194.194.57.0/24,
+ 194.198.130.0/23 le 24,
+ 194.252.236.0/23 le 24,
+ 194.237.80.0/24,
+ 194.228.233.0/24,
+ 194.28.142.0/24,
+ 194.26.208.0/24,
+ 194.19.30.0/22 le 24,
+ 194.17.115.0/22 le 24,
+ 194.17.120.0/21 le 24,
+ 194.17.111.0/20 le 24,
+ 194.17.89.0/19 le 24,
+ 194.17.50.0/19 le 24,
+ 194.17.12.0/21 le 24,
+ 194.17.28.0/20 le 24,
+ 194.17.253.0/22 le 24,
+ 194.17.247.0/21 le 24,
+ 194.17.228.0/21 le 24,
+ 194.17.223.0/20 le 24,
+ 194.17.195.0/21 le 24,
+ 194.17.202.0/22 le 24,
+ 194.17.167.0/22 le 24,
+ 194.17.168.0/22 le 24,
+ 194.17.179.0/22 le 24,
+ 194.17.183.0/24,
+ 194.17.188.0/21 le 24,
+ 194.17.152.0/20 le 24,
+ 194.17.132.0/22 le 24,
+ 194.17.142.0/21 le 24,
+ 194.14.152.0/24,
+ 194.5.122.0/22 le 24,
+ 194.5.114.0/21 le 24,
+ 194.5.109.0/20 le 24,
+ 194.5.168.0/19 le 24,
+ 194.5.223.0/18 le 24,
+ 194.47.243.0/22 le 24,
+ 194.40.211.0/17 le 24,
+ 194.41.3.0/22 ge 23 le 24,
+ 194.41.5.0/22 le 24,
+ 194.41.9.0/23 le 24,
+ 194.41.14.0/24,
+ 194.49.54.0/24,
+ 194.48.210.0/23 ge 24 le 24,
+ 194.91.10.0/22 le 24,
+ 194.92.55.0/18 le 24,
+ 194.86.97.0/22 le 24,
+ 194.86.124.0/22 le 24,
+ 194.86.121.0/22 ge 23 le 24,
+ 194.86.118.0/21 ge 22 le 24,
+ 194.86.57.0/23 le 24,
+ 194.84.99.0/24,
+ 194.104.43.0/24,
+ 194.104.62.0/24,
+ 194.115.249.0/23 le 24,
+ 194.116.92.0/24,
+ 194.116.124.0/24,
+ 194.116.109.0/24,
+ 194.116.111.0/24,
+ 194.121.125.0/23 ge 24 le 24,
+ 194.121.126.0/24,
+ 194.121.119.0/24,
+ 194.121.117.0/24,
+ 194.121.66.0/19 le 24,
+ 199.233.215.0/24,
+ 199.227.172.0/24,
+ 199.230.237.0/20 le 24,
+ 199.242.119.0/24,
+ 199.240.29.0/24,
+ 199.240.43.0/24,
+ 199.241.124.0/24,
+ 199.193.45.0/19 le 24,
+ 199.193.206.0/23 ge 24 le 24,
+ 199.203.86.0/24,
+ 199.203.61.0/24,
+ 199.203.63.0/23 ge 24 le 24,
+ 199.204.214.0/23 ge 24 le 24,
+ 199.208.239.0/24,
+ 199.208.192.0/24,
+ 199.208.196.0/24,
+ 199.208.177.0/24,
+ 199.208.182.0/24,
+ 199.208.185.0/24,
+ 199.208.187.0/24,
+ 199.208.37.0/23 ge 24 le 24,
+ 199.208.83.0/24,
+ 199.209.162.0/24,
+ 199.209.218.0/24,
+ 199.209.199.0/23 le 24,
+ 199.209.194.0/23 le 24,
+ 199.209.204.0/24,
+ 199.209.234.0/22 le 24,
+ 199.209.225.0/24,
+ 199.209.248.0/22 ge 24 le 24,
+ 199.209.21.0/22 le 24,
+ 199.209.26.0/24,
+ 199.209.45.0/23 ge 24 le 24,
+ 199.209.73.0/22 ge 23 le 24,
+ 199.209.70.0/22 le 24,
+ 199.209.95.0/22 le 24,
+ 199.211.142.0/24,
+ 199.211.129.0/23 le 24,
+ 199.211.182.0/24,
+ 199.211.179.0/24,
+ 199.211.202.0/22 le 24,
+ 199.211.246.0/22 le 24,
+ 199.211.225.0/22 ge 24 le 24,
+ 199.211.61.0/24,
+ 199.211.8.0/24,
+ 199.211.10.0/24,
+ 199.210.205.0/24,
+ 199.210.246.0/24,
+ 199.210.158.0/22 le 24,
+ 199.210.152.0/23 le 24,
+ 199.210.151.0/22 le 24,
+ 199.210.135.0/23 le 24,
+ 199.210.6.0/22 le 24,
+ 199.210.11.0/24,
+ 199.210.39.0/24,
+ 199.210.36.0/24,
+ 199.210.32.0/24,
+ 199.210.116.0/24,
+ 199.216.3.0/24,
+ 199.216.6.0/24,
+ 199.21.172.0/22 le 24,
+ 199.51.4.0/24,
+ 199.57.75.0/22 le 24,
+ 199.56.135.0/22 le 24,
+ 198.178.188.0/22 le 24,
+ 197.49.184.0/21 le 24,
+ 197.49.80.0/18 le 24,
+ 197.50.81.0/24,
+ 197.50.186.0/24,
+ 197.55.27.0/24,
+ 197.55.16.0/22 le 24,
+ 197.55.45.0/24,
+ 197.54.94.0/20 le 24,
+ 197.54.31.0/18 ge 19 le 24,
+ 197.56.122.0/16 le 24,
+ 197.59.7.0/22 le 24,
+ 197.60.121.0/19 le 24,
+ 197.34.249.0/21 le 24,
+ 197.34.240.0/24,
+ 197.35.178.0/24,
+ 197.35.121.0/24,
+ 197.35.50.0/24,
+ 197.35.40.0/24,
+ 197.35.47.0/24,
+ 197.35.36.0/24,
+ 197.36.146.0/24,
+ 197.36.161.0/19 le 24,
+ 197.37.238.0/21 le 24,
+ 197.37.161.0/23 le 24,
+ 197.37.26.0/17 le 24,
+ 197.39.7.0/24,
+ 197.39.103.0/24,
+ 197.39.166.0/24,
+ 197.39.153.0/24,
+ 197.39.143.0/24,
+ 197.39.140.0/24,
+ 197.39.250.0/24,
+ 197.39.215.0/24,
+ 197.38.217.0/20 le 24,
+ 197.40.25.0/22 le 24,
+ 197.45.209.0/23 le 24,
+ 197.47.197.0/23 le 24,
+ 197.47.199.0/24,
+ 197.47.38.0/22 le 24,
+ 197.47.33.0/23 le 24,
+ 197.14.99.0/24,
+ 197.14.219.0/24,
+ 197.14.166.0/24,
+ 197.12.164.0/24,
+ 197.13.198.0/22 le 24,
+ 197.8.16.0/22 le 24,
+ 197.8.20.0/23 le 24,
+ 197.8.22.0/24,
+ 197.9.32.0/24,
+ 197.9.148.0/20 le 24,
+ 197.11.240.0/22 le 24,
+ 197.0.151.0/21 le 24,
+ 197.0.176.0/20 le 24,
+ 197.1.245.0/24,
+ 197.1.45.0/17 le 24,
+ 197.6.35.0/19 le 24,
+ 197.6.85.0/22 ge 24 le 24,
+ 197.6.82.0/23 ge 24 le 24,
+ 197.6.88.0/22 le 24,
+ 197.6.64.0/22 ge 24 le 24,
+ 197.6.73.0/22 le 24,
+ 197.6.79.0/23 ge 24 le 24,
+ 197.26.149.0/24,
+ 197.26.151.0/24,
+ 197.26.141.0/24,
+ 197.26.131.0/24,
+ 197.26.251.0/24,
+ 197.26.248.0/24,
+ 197.26.96.0/23 le 24,
+ 197.26.98.0/24,
+ 197.26.85.0/24,
+ 197.26.68.0/24,
+ 197.26.64.0/24,
+ 197.26.53.0/24,
+ 197.24.183.0/24,
+ 197.25.217.0/24,
+ 197.25.215.0/23 le 24,
+ 197.25.203.0/24,
+ 197.25.201.0/23 le 24,
+ 197.25.130.0/24,
+ 197.25.141.0/22 le 24,
+ 197.25.3.0/24,
+ 197.25.22.0/23 le 24,
+ 197.25.89.0/24,
+ 197.25.108.0/24,
+ 197.25.105.0/23 ge 24 le 24,
+ 197.25.101.0/24,
+ 197.25.102.0/24,
+ 197.25.98.0/24,
+ 197.31.229.0/24,
+ 197.31.231.0/23 le 24,
+ 197.31.224.0/22 le 24,
+ 197.31.234.0/22 le 24,
+ 197.31.239.0/23 le 24,
+ 197.31.237.0/24,
+ 197.31.247.0/20 le 24,
+ 197.31.114.0/18 le 24,
+ 197.30.22.0/23 le 24,
+ 197.29.51.0/23 le 24,
+ 197.29.27.0/21 le 24,
+ 197.29.175.0/24,
+ 197.28.0.0/22 le 24,
+ 197.28.107.0/19 le 24,
+ 197.28.158.0/24,
+ 197.18.18.0/24,
+ 197.18.52.0/20 le 24,
+ 197.17.39.0/24,
+ 197.17.41.0/24,
+ 197.21.90.0/24,
+ 197.21.44.0/24,
+ 197.21.42.0/24,
+ 197.21.20.0/21 le 24,
+ 197.21.233.0/18 le 24,
+ 197.20.218.0/24,
+ 197.20.243.0/22 ge 23 le 24,
+ 197.23.35.0/24,
+ 197.23.62.0/24,
+ 197.23.57.0/24,
+ 197.23.19.0/24,
+ 197.23.190.0/24,
+ 197.23.188.0/24,
+ 197.23.173.0/24,
+ 197.23.224.0/24,
+ 197.23.252.0/24,
+ 197.23.255.0/24,
+ 197.23.212.0/24,
+ 197.23.221.0/24,
+ 197.22.115.0/24,
+ 197.65.211.0/24,
+ 197.68.65.0/23 le 24,
+ 197.68.97.0/20 le 24,
+ 197.70.131.0/23 le 24,
+ 197.71.204.0/21 le 24,
+ 197.73.56.0/24,
+ 197.73.4.0/22 le 24,
+ 197.73.84.0/22 le 24,
+ 197.73.90.0/22 le 24,
+ 197.73.94.0/23 le 24,
+ 197.72.201.0/24,
+ 197.72.216.0/23 ge 24 le 24,
+ 197.72.215.0/24,
+ 197.72.212.0/23 ge 24 le 24,
+ 197.72.208.0/22 le 24,
+ 197.72.146.0/22 le 24,
+ 197.72.150.0/23 ge 24 le 24,
+ 197.72.149.0/23 le 24,
+ 197.72.152.0/21 ge 22 le 24,
+ 197.72.129.0/23 ge 24 le 24,
+ 197.72.131.0/24,
+ 197.72.179.0/24,
+ 197.72.177.0/23 ge 24 le 24,
+ 197.72.183.0/24,
+ 197.72.165.0/24,
+ 197.72.172.0/23 le 24,
+ 197.72.111.0/24,
+ 197.72.113.0/24,
+ 197.72.125.0/24,
+ 197.72.86.0/24,
+ 197.72.92.0/24,
+ 197.72.89.0/24,
+ 197.72.19.0/20 le 24,
+ 197.72.48.0/24,
+ 197.75.221.0/22 le 24,
+ 197.78.46.0/24,
+ 197.79.98.0/24,
+ 197.79.161.0/24,
+ 197.79.252.0/24,
+ 197.77.106.0/21 le 24,
+ 197.77.193.0/23 le 24,
+ 197.77.196.0/24,
+ 197.81.86.0/24,
+ 197.81.108.0/19 le 24,
+ 197.80.244.0/24,
+ 197.83.252.0/16 le 24,
+ 197.85.161.0/21 le 24,
+ 197.86.115.0/21 le 24,
+ 197.94.223.0/24,
+ 197.94.211.0/22 ge 24 le 24,
+ 197.95.22.0/23 le 24,
+ 197.89.13.0/24,
+ 197.88.229.0/24,
+ 197.88.225.0/24,
+ 197.127.198.0/24,
+ 197.127.208.0/23 le 24,
+ 197.127.223.0/22 le 24,
+ 197.127.218.0/24,
+ 197.127.232.0/21 le 24,
+ 197.127.228.0/22 ge 24 le 24,
+ 197.127.226.0/23 ge 24 le 24,
+ 197.127.225.0/23 le 24,
+ 197.127.251.0/21 le 24,
+ 197.127.244.0/22 le 24,
+ 197.127.243.0/24,
+ 197.127.177.0/22 le 24,
+ 197.127.161.0/21 ge 22 le 24,
+ 197.127.171.0/21 le 24,
+ 197.127.132.0/24,
+ 197.127.61.0/24,
+ 197.127.59.0/24,
+ 197.127.1.0/24,
+ 197.127.9.0/24,
+ 197.127.14.0/24,
+ 197.127.12.0/24,
+ 197.127.122.0/23 le 24,
+ 197.127.120.0/24,
+ 197.127.116.0/24,
+ 197.127.87.0/23 le 24,
+ 197.127.93.0/21 le 24,
+ 197.126.37.0/24,
+ 197.126.24.0/24,
+ 197.126.180.0/24,
+ 197.125.234.0/20 le 24,
+ 197.124.34.0/22 le 24,
+ 197.124.112.0/24,
+ 197.124.78.0/24,
+ 197.124.73.0/23 le 24,
+ 197.124.64.0/24,
+ 197.124.199.0/23 le 24,
+ 197.124.167.0/24,
+ 197.121.237.0/22 le 24,
+ 197.120.195.0/21 le 24,
+ 197.123.97.0/24,
+ 197.123.111.0/21 le 24,
+ 197.123.6.0/24,
+ 197.123.206.0/24,
+ 197.123.186.0/24,
+ 197.123.129.0/24,
+ 197.112.161.0/21 le 24,
+ 197.112.174.0/23 le 24,
+ 197.112.243.0/19 le 24,
+ 197.112.85.0/20 le 24,
+ 197.112.61.0/23 ge 24 le 24,
+ 197.112.57.0/24,
+ 197.102.102.0/14 le 24,
+ 197.106.94.0/14 le 24,
+ 197.109.200.0/24,
+ 197.109.194.0/21 le 24,
+ 197.150.217.0/20 le 24,
+ 197.150.243.0/24,
+ 197.150.240.0/24,
+ 197.150.248.0/24,
+ 197.150.176.0/24,
+ 197.150.28.0/24,
+ 197.150.34.0/23 le 24,
+ 197.150.37.0/24,
+ 197.150.68.0/24,
+ 197.150.96.0/23 ge 24 le 24,
+ 197.150.116.0/23 le 24,
+ 197.150.118.0/24,
+ 197.148.184.0/24,
+ 197.149.251.0/24,
+ 197.149.98.0/23 ge 24 le 24,
+ 197.149.54.0/24,
+ 197.149.47.0/24,
+ 197.157.233.0/21 le 24,
+ 197.157.231.0/23 le 24,
+ 197.157.224.0/22 le 24,
+ 197.157.22.0/24,
+ 197.157.12.0/24,
+ 197.157.59.0/24,
+ 197.157.32.0/24,
+ 197.157.47.0/24,
+ 197.157.78.0/24,
+ 197.156.62.0/20 le 24,
+ 197.156.93.0/24,
+ 197.156.231.0/24,
+ 197.156.170.0/24,
+ 197.153.207.0/24,
+ 197.153.143.0/24,
+ 197.155.110.0/19 le 24,
+ 197.129.119.0/20 le 24,
+ 197.131.199.0/20 le 24,
+ 197.131.209.0/22 le 24,
+ 197.131.15.0/24,
+ 197.131.91.0/24,
+ 197.132.88.0/24,
+ 197.132.254.0/24,
+ 197.132.204.0/24,
+ 197.133.63.0/24,
+ 197.134.191.0/24,
+ 197.134.131.0/24,
+ 197.134.134.0/23 le 24,
+ 197.134.133.0/24,
+ 197.134.157.0/24,
+ 197.134.155.0/23 ge 24 le 24,
+ 197.142.174.0/21 le 24,
+ 197.143.4.0/22 ge 24 le 24,
+ 197.143.204.0/24,
+ 197.143.219.0/24,
+ 197.143.248.0/24,
+ 197.143.136.0/22 le 24,
+ 197.143.152.0/23 le 24,
+ 197.143.163.0/24,
+ 197.143.166.0/24,
+ 197.164.4.0/24,
+ 197.164.1.0/24,
+ 197.164.151.0/24,
+ 197.165.108.0/21 le 24,
+ 197.165.71.0/22 le 24,
+ 197.165.92.0/23 ge 24 le 24,
+ 197.165.11.0/24,
+ 197.165.1.0/24,
+ 197.166.46.0/22 le 24,
+ 197.166.242.0/24,
+ 197.167.7.0/21 le 24,
+ 197.167.9.0/22 le 24,
+ 197.167.206.0/24,
+ 197.167.202.0/24,
+ 197.167.146.0/24,
+ 197.167.165.0/24,
+ 197.167.166.0/24,
+ 197.167.188.0/24,
+ 197.160.156.0/24,
+ 197.161.183.0/23 le 24,
+ 197.161.49.0/24,
+ 197.162.131.0/16 le 24,
+ 197.173.235.0/24,
+ 197.173.237.0/24,
+ 197.173.247.0/24,
+ 197.173.241.0/24,
+ 197.173.204.0/24,
+ 197.173.129.0/23 le 24,
+ 197.173.141.0/24,
+ 197.173.158.0/24,
+ 197.173.122.0/24,
+ 197.173.97.0/23 le 24,
+ 197.173.91.0/24,
+ 197.173.92.0/22 le 24,
+ 197.173.86.0/23 le 24,
+ 197.173.84.0/23 ge 24 le 24,
+ 197.172.234.0/16 le 24,
+ 197.169.182.0/24,
+ 197.169.181.0/24,
+ 197.169.169.0/20 le 24,
+ 197.169.133.0/24,
+ 197.169.233.0/23 le 24,
+ 197.169.235.0/24,
+ 197.169.226.0/22 le 24,
+ 197.169.242.0/23 le 24,
+ 197.169.241.0/24,
+ 197.169.219.0/23 ge 24 le 24,
+ 197.169.217.0/24,
+ 197.169.220.0/22 le 24,
+ 197.169.195.0/22 ge 24 le 24,
+ 197.169.203.0/22 le 24,
+ 197.169.104.0/24,
+ 197.169.66.0/24,
+ 197.169.40.0/23 le 24,
+ 197.169.57.0/24,
+ 197.182.33.0/24,
+ 197.182.30.0/22 le 24,
+ 197.182.7.0/20 le 24,
+ 197.182.249.0/22 le 24,
+ 197.183.93.0/24,
+ 197.183.184.0/24,
+ 197.183.212.0/24,
+ 197.181.41.0/24,
+ 197.181.36.0/24,
+ 197.181.4.0/24,
+ 197.180.36.0/24,
+ 197.180.234.0/24,
+ 197.180.238.0/24,
+ 197.180.227.0/24,
+ 197.180.208.0/23 le 24,
+ 197.180.203.0/24,
+ 197.180.140.0/24,
+ 197.180.143.0/23 le 24,
+ 197.177.223.0/22 ge 24 le 24,
+ 197.177.217.0/22 le 24,
+ 197.177.234.0/24,
+ 197.177.49.0/22 le 24,
+ 197.177.56.0/24,
+ 197.177.17.0/24,
+ 197.177.11.0/23 le 24,
+ 197.177.109.0/24,
+ 197.177.87.0/24,
+ 197.177.72.0/23 le 24,
+ 197.176.121.0/20 le 24,
+ 197.176.97.0/21 le 24,
+ 197.176.108.0/22 le 24,
+ 197.176.139.0/24,
+ 197.176.231.0/24,
+ 197.176.214.0/24,
+ 197.176.218.0/24,
+ 197.179.16.0/24,
+ 197.179.19.0/23 le 24,
+ 197.179.53.0/22 le 24,
+ 197.179.138.0/24,
+ 197.179.224.0/22 le 24,
+ 197.178.170.0/24,
+ 197.178.181.0/24,
+ 197.178.149.0/23 le 24,
+ 197.190.120.0/23 ge 24 le 24,
+ 197.190.103.0/22 le 24,
+ 197.190.242.0/24,
+ 197.190.232.0/24,
+ 197.190.225.0/24,
+ 197.190.193.0/24,
+ 197.190.195.0/24,
+ 197.190.217.0/24,
+ 197.191.42.0/22 le 24,
+ 197.191.139.0/24,
+ 197.191.136.0/24,
+ 197.191.240.0/24,
+ 197.189.161.0/24,
+ 197.189.190.0/23 le 24,
+ 197.189.132.0/24,
+ 197.188.106.0/22 le 24,
+ 197.188.168.0/24,
+ 197.188.177.0/24,
+ 197.188.185.0/24,
+ 197.188.151.0/23 le 24,
+ 197.188.252.0/24,
+ 197.188.254.0/24,
+ 197.188.238.0/24,
+ 197.188.233.0/23 le 24,
+ 197.188.235.0/24,
+ 197.188.207.0/24,
+ 197.184.102.0/24,
+ 197.199.196.0/23 le 24,
+ 197.205.176.0/22 le 24,
+ 197.205.62.0/24,
+ 197.205.36.0/24,
+ 197.205.7.0/24,
+ 197.207.147.0/21 le 24,
+ 197.207.78.0/24,
+ 197.207.52.0/22 le 24,
+ 197.207.47.0/24,
+ 197.207.17.0/23 le 24,
+ 197.206.193.0/22 le 24,
+ 197.206.116.0/24,
+ 197.206.75.0/23 le 24,
+ 197.206.89.0/22 le 24,
+ 197.206.95.0/23 le 24,
+ 197.206.37.0/24,
+ 197.206.1.0/24,
+ 197.201.80.0/24,
+ 197.201.85.0/23 le 24,
+ 197.201.46.0/22 le 24,
+ 197.201.59.0/24,
+ 197.200.98.0/24,
+ 197.202.186.0/19 le 24,
+ 197.202.85.0/23 le 24,
+ 197.202.9.0/24,
+ 197.202.16.0/23 le 24,
+ 197.202.18.0/24,
+ 197.203.1.0/24,
+ 197.203.26.0/24,
+ 197.216.198.0/16 le 24,
+ 197.218.103.0/19 le 24,
+ 197.219.57.0/19 le 24,
+ 197.221.89.0/24,
+ 197.221.90.0/24,
+ 197.221.104.0/24,
+ 197.220.26.0/16 le 24,
+ 197.222.138.0/15 ge 16 le 24,
+ 197.209.122.0/16 le 24,
+ 197.208.147.0/24,
+ 197.230.168.0/24,
+ 197.230.161.0/24,
+ 197.230.141.0/23 ge 24 le 24,
+ 197.230.142.0/23 le 24,
+ 197.230.139.0/24,
+ 197.230.129.0/24,
+ 197.229.125.0/20 le 24,
+ 197.233.213.0/24,
+ 197.233.220.0/24,
+ 197.233.195.0/22 ge 24 le 24,
+ 197.233.197.0/24,
+ 197.233.198.0/24,
+ 197.233.243.0/24,
+ 197.233.253.0/23 ge 24 le 24,
+ 197.233.255.0/23 le 24,
+ 197.233.182.0/24,
+ 197.233.180.0/24,
+ 197.233.170.0/24,
+ 197.233.131.0/22 le 24,
+ 197.233.148.0/24,
+ 197.233.31.0/24,
+ 197.233.11.0/24,
+ 197.233.8.0/24,
+ 197.233.4.0/23 le 24,
+ 197.233.58.0/24,
+ 197.237.237.0/15 ge 16 le 24,
+ 197.255.86.0/21 le 24,
+ 197.255.47.0/18 le 24,
+ 197.252.157.0/20 le 24,
+ 197.252.129.0/21 le 24,
+ 197.252.183.0/24,
+ 197.251.244.0/20 le 24,
+ 197.250.246.0/20 le 24,
+ 197.250.0.0/24,
+ 197.250.126.0/24,
+ 197.248.30.0/22 le 24,
+ 197.248.57.0/24,
+ 197.248.112.0/19 le 24,
+ 197.245.64.0/16 le 24,
+ 197.240.92.0/21 le 24,
+ 197.240.247.0/24,
+ 197.240.242.0/23 ge 24 le 24,
+ 197.240.138.0/22 le 24,
+ 197.240.131.0/23 le 24,
+ 196.38.153.0/24,
+ 196.38.138.0/22 le 24,
+ 196.38.142.0/24,
+ 196.38.130.0/23 le 24,
+ 196.38.135.0/24,
+ 196.38.132.0/24,
+ 196.38.75.0/23 le 24,
+ 196.39.207.0/24,
+ 196.36.90.0/24,
+ 196.32.178.0/24,
+ 196.32.43.0/23 le 24,
+ 196.32.36.0/24,
+ 196.32.66.0/24,
+ 196.32.82.0/23 le 24,
+ 196.33.179.0/24,
+ 196.33.164.0/23 le 24,
+ 196.33.163.0/23 le 24,
+ 196.33.133.0/24,
+ 196.35.243.0/24,
+ 196.35.235.0/23 le 24,
+ 196.35.236.0/23 ge 24 le 24,
+ 196.35.226.0/23 le 24,
+ 196.35.225.0/24,
+ 196.35.228.0/24,
+ 196.35.230.0/23 ge 24 le 24,
+ 196.35.10.0/22 le 24,
+ 196.41.69.0/16 le 24,
+ 196.40.200.0/24,
+ 196.40.198.0/23 ge 24 le 24,
+ 196.42.8.0/24,
+ 196.46.188.0/22 le 24,
+ 196.46.173.0/21 le 24,
+ 196.46.160.0/24,
+ 196.46.159.0/21 le 24,
+ 196.46.103.0/24,
+ 196.46.51.0/21 le 24,
+ 196.55.116.0/22 le 24,
+ 196.55.155.0/22 ge 24 le 24,
+ 196.55.233.0/22 le 24,
+ 196.52.91.0/21 le 24,
+ 196.52.85.0/24,
+ 196.52.96.0/21 le 24,
+ 196.52.109.0/23 le 24,
+ 196.52.47.0/24,
+ 196.52.51.0/22 le 24,
+ 196.52.14.0/22 le 24,
+ 196.52.3.0/21 le 24,
+ 196.52.25.0/22 le 24,
+ 196.50.196.0/20 le 24,
+ 196.50.241.0/24,
+ 196.51.11.0/24,
+ 196.51.21.0/24,
+ 196.51.17.0/24,
+ 196.51.123.0/22 le 24,
+ 196.51.188.0/22 le 24,
+ 196.51.153.0/22 le 24,
+ 196.57.142.0/22 le 24,
+ 196.57.131.0/21 le 24,
+ 196.57.148.0/21 le 24,
+ 196.57.85.0/24,
+ 196.57.95.0/23 le 24,
+ 196.57.28.0/24,
+ 196.57.31.0/24,
+ 196.57.16.0/24,
+ 196.56.232.0/21 le 24,
+ 196.56.53.0/21 le 24,
+ 196.56.46.0/21 le 24,
+ 196.56.31.0/21 le 24,
+ 196.56.11.0/22 le 24,
+ 196.56.2.0/24,
+ 196.56.126.0/21 le 24,
+ 196.63.163.0/24,
+ 196.63.195.0/23 le 24,
+ 196.63.222.0/23 le 24,
+ 196.63.220.0/24,
+ 196.60.21.0/21 le 24,
+ 196.60.51.0/21 le 24,
+ 196.23.29.0/24,
+ 196.23.55.0/22 le 24,
+ 196.23.174.0/24,
+ 196.23.172.0/23 le 24,
+ 196.23.170.0/23 le 24,
+ 196.23.251.0/23 le 24,
+ 196.23.234.0/24,
+ 196.21.243.0/20 le 24,
+ 196.21.142.0/23 le 24,
+ 196.21.106.0/23 le 24,
+ 196.21.113.0/24,
+ 196.21.127.0/24,
+ 196.17.60.0/22 le 24,
+ 196.17.1.0/24,
+ 196.17.82.0/22 le 24,
+ 196.19.126.0/24,
+ 196.19.121.0/24,
+ 196.19.94.0/22 le 24,
+ 196.25.142.0/24,
+ 196.25.215.0/24,
+ 196.25.218.0/24,
+ 196.25.17.0/24,
+ 196.25.22.0/24,
+ 196.25.20.0/24,
+ 196.25.27.0/24,
+ 196.25.2.0/24,
+ 196.25.4.0/24,
+ 196.25.64.0/22 le 24,
+ 196.25.70.0/24,
+ 196.25.69.0/24,
+ 196.25.83.0/22 le 24,
+ 196.25.86.0/24,
+ 196.25.84.0/24,
+ 196.25.112.0/24,
+ 196.29.167.0/24,
+ 196.29.229.0/24,
+ 196.29.239.0/24,
+ 196.29.72.0/23 le 24,
+ 196.28.62.0/24,
+ 196.28.10.0/24,
+ 196.28.155.0/17 le 24,
+ 196.31.176.0/24,
+ 196.30.201.0/22 le 24,
+ 196.30.205.0/24,
+ 196.30.206.0/24,
+ 196.30.214.0/21 le 24,
+ 196.30.160.0/21 le 24,
+ 196.30.108.0/24,
+ 196.30.70.0/21 le 24,
+ 196.15.188.0/22 le 24,
+ 196.15.186.0/24,
+ 196.15.168.0/20 le 24,
+ 196.15.132.0/24,
+ 196.15.214.0/22 le 24,
+ 196.15.233.0/22 le 24,
+ 196.15.1.0/21 le 24,
+ 196.1.156.0/22 le 24,
+ 196.1.123.0/22 le 24,
+ 196.1.113.0/21 le 24,
+ 196.1.99.0/21 le 24,
+ 196.0.162.0/22 le 24,
+ 196.0.178.0/22 le 24,
+ 196.0.21.0/22 le 24,
+ 196.0.57.0/22 le 24,
+ 196.6.254.0/24,
+ 196.6.178.0/19 le 24,
+ 196.6.129.0/24,
+ 196.6.130.0/24,
+ 196.6.150.0/24,
+ 196.6.95.0/23 le 24,
+ 196.6.83.0/24,
+ 196.6.80.0/24,
+ 196.70.28.0/24,
+ 196.70.27.0/24,
+ 196.70.105.0/21 le 24,
+ 196.70.74.0/22 le 24,
+ 196.70.143.0/22 le 24,
+ 196.71.173.0/19 le 24,
+ 196.66.127.0/22 le 24,
+ 196.66.69.0/21 le 24,
+ 196.64.49.0/24,
+ 196.64.14.0/24,
+ 196.64.18.0/24,
+ 196.64.83.0/22 le 24,
+ 196.64.113.0/21 le 24,
+ 196.64.121.0/24,
+ 196.64.108.0/24,
+ 196.64.106.0/24,
+ 196.64.211.0/21 le 24,
+ 196.64.223.0/23 le 24,
+ 196.64.220.0/24,
+ 196.64.217.0/24,
+ 196.64.207.0/22 le 24,
+ 196.64.251.0/24,
+ 196.64.242.0/21 le 24,
+ 196.64.233.0/24,
+ 196.64.239.0/24,
+ 196.64.189.0/22 le 24,
+ 196.64.130.0/22 le 24,
+ 196.64.158.0/22 le 24,
+ 196.64.149.0/24,
+ 196.64.150.0/24,
+ 196.79.165.0/24,
+ 196.78.252.0/23 le 24,
+ 196.78.223.0/23 ge 24 le 24,
+ 196.78.168.0/23 le 24,
+ 196.78.105.0/17 le 24,
+ 196.76.195.0/24,
+ 196.76.136.0/18 le 24,
+ 196.76.94.0/24,
+ 196.74.136.0/24,
+ 196.75.20.0/19 le 24,
+ 196.73.15.0/24,
+ 196.73.28.0/24,
+ 196.73.121.0/24,
+ 196.73.67.0/24,
+ 196.73.85.0/24,
+ 196.86.137.0/21 le 24,
+ 196.85.82.0/23 le 24,
+ 196.85.127.0/24,
+ 196.85.125.0/24,
+ 196.85.38.0/22 le 24,
+ 196.85.44.0/21 le 24,
+ 196.85.15.0/22 le 24,
+ 196.85.179.0/22 le 24,
+ 196.85.135.0/23 ge 24 le 24,
+ 196.85.129.0/22 le 24,
+ 196.85.216.0/21 le 24,
+ 196.85.240.0/22 le 24,
+ 196.80.65.0/24,
+ 196.80.66.0/24,
+ 196.80.68.0/24,
+ 196.80.91.0/20 le 24,
+ 196.80.101.0/23 ge 24 le 24,
+ 196.80.108.0/24,
+ 196.80.110.0/23 le 24,
+ 196.80.106.0/23 le 24,
+ 196.80.251.0/24,
+ 196.80.233.0/24,
+ 196.80.224.0/24,
+ 196.80.202.0/24,
+ 196.80.199.0/23 ge 24 le 24,
+ 196.80.213.0/24,
+ 196.80.208.0/23 ge 24 le 24,
+ 196.80.139.0/24,
+ 196.80.175.0/22 le 24,
+ 196.80.168.0/23 le 24,
+ 196.80.189.0/24,
+ 196.81.9.0/23 le 24,
+ 196.81.0.0/24,
+ 196.81.22.0/24,
+ 196.81.29.0/24,
+ 196.81.113.0/24,
+ 196.81.115.0/23 ge 24 le 24,
+ 196.81.118.0/23 ge 24 le 24,
+ 196.81.117.0/24,
+ 196.81.121.0/22 ge 24 le 24,
+ 196.81.90.0/23 le 24,
+ 196.81.68.0/24,
+ 196.81.70.0/23 le 24,
+ 196.81.179.0/24,
+ 196.82.86.0/22 le 24,
+ 196.82.247.0/22 le 24,
+ 196.82.233.0/21 le 24,
+ 196.82.142.0/21 le 24,
+ 196.82.180.0/22 le 24,
+ 196.89.163.0/20 le 24,
+ 196.89.118.0/24,
+ 196.88.115.0/21 le 24,
+ 196.91.64.0/24,
+ 196.91.67.0/24,
+ 196.91.35.0/22 le 24,
+ 196.91.54.0/21 le 24,
+ 196.91.8.0/22 le 24,
+ 196.91.227.0/21 le 24,
+ 196.91.190.0/22 le 24,
+ 196.91.162.0/21 le 24,
+ 196.111.152.0/24,
+ 196.111.46.0/22 le 24,
+ 196.111.52.0/22 le 24,
+ 196.111.26.0/22 ge 24 le 24,
+ 196.111.108.0/22 le 24,
+ 196.108.110.0/24,
+ 196.109.165.0/23 le 24,
+ 196.109.162.0/24,
+ 196.109.174.0/24,
+ 196.109.50.0/24,
+ 196.105.76.0/22 le 24,
+ 196.105.116.0/24,
+ 196.105.118.0/24,
+ 196.105.180.0/22 le 24,
+ 196.105.216.0/24,
+ 196.105.223.0/24,
+ 196.106.197.0/24,
+ 196.106.205.0/22 le 24,
+ 196.106.211.0/22 le 24,
+ 196.106.181.0/22 le 24,
+ 196.106.170.0/22 le 24,
+ 196.106.119.0/21 le 24,
+ 196.107.229.0/21 le 24,
+ 196.107.198.0/24,
+ 196.101.67.0/17 le 24,
+ 196.103.38.0/22 le 24,
+ 196.96.157.0/22 le 24,
+ 196.96.149.0/22 le 24,
+ 196.98.95.0/16 le 24,
+ 196.120.49.0/24,
+ 196.120.8.0/21 le 24,
+ 196.121.189.0/21 le 24,
+ 196.121.59.0/22 le 24,
+ 196.121.61.0/23 le 24,
+ 196.121.63.0/23 ge 24 le 24,
+ 196.121.14.0/22 le 24,
+ 196.121.68.0/22 le 24,
+ 196.121.83.0/22 le 24,
+ 196.127.101.0/22 le 24,
+ 196.127.75.0/22 le 24,
+ 196.127.135.0/21 le 24,
+ 196.127.157.0/21 le 24,
+ 196.124.63.0/23 le 24,
+ 196.124.49.0/22 le 24,
+ 196.124.31.0/21 le 24,
+ 196.124.201.0/22 le 24,
+ 196.124.152.0/21 le 24,
+ 196.113.234.0/21 le 24,
+ 196.113.227.0/22 le 24,
+ 196.113.65.0/24,
+ 196.113.67.0/23 le 24,
+ 196.113.90.0/24,
+ 196.113.47.0/24,
+ 196.113.4.0/23 ge 24 le 24,
+ 196.119.118.0/24,
+ 196.119.115.0/23 le 24,
+ 196.118.121.0/20 le 24,
+ 196.117.152.0/24,
+ 196.116.70.0/23 ge 24 le 24,
+ 196.116.66.0/24,
+ 196.116.6.0/23 le 24,
+ 196.116.0.0/24,
+ 196.116.150.0/22 le 24,
+ 196.172.224.0/18 le 24,
+ 196.172.37.0/24,
+ 196.173.227.0/24,
+ 196.173.165.0/24,
+ 196.175.89.0/24,
+ 196.175.93.0/24,
+ 196.175.81.0/21 ge 24 le 24,
+ 196.175.64.0/23 le 24,
+ 196.175.69.0/24,
+ 196.175.74.0/23 ge 24 le 24,
+ 196.175.72.0/24,
+ 196.175.195.0/24,
+ 196.175.196.0/23 le 24,
+ 196.175.203.0/24,
+ 196.175.214.0/24,
+ 196.175.220.0/23 le 24,
+ 196.175.249.0/24,
+ 196.175.237.0/24,
+ 196.175.224.0/24,
+ 196.174.146.0/21 le 24,
+ 196.174.186.0/21 le 24,
+ 196.174.202.0/21 le 24,
+ 196.174.235.0/22 le 24,
+ 196.174.242.0/24,
+ 196.174.69.0/22 le 24,
+ 196.174.76.0/22 le 24,
+ 196.174.101.0/22 ge 24 le 24,
+ 196.174.8.0/21 le 24,
+ 196.174.61.0/24,
+ 196.174.49.0/22 le 24,
+ 196.167.77.0/21 le 24,
+ 196.161.12.0/19 le 24,
+ 196.161.35.0/22 le 24,
+ 196.163.191.0/24,
+ 196.163.183.0/21 le 24,
+ 196.163.220.0/24,
+ 196.183.199.0/21 le 24,
+ 196.183.79.0/22 le 24,
+ 196.183.121.0/21 le 24,
+ 196.183.105.0/23 le 24,
+ 196.183.107.0/24,
+ 196.182.190.0/24,
+ 196.182.183.0/22 le 24,
+ 196.182.101.0/24,
+ 196.182.121.0/22 le 24,
+ 196.180.125.0/19 le 24,
+ 196.180.94.0/20 le 24,
+ 196.180.74.0/22 le 24,
+ 196.180.13.0/22 ge 23 le 24,
+ 196.180.39.0/22 ge 23 le 24,
+ 196.180.51.0/24,
+ 196.180.48.0/23 ge 24 le 24,
+ 196.180.52.0/22 le 24,
+ 196.180.201.0/22 le 24,
+ 196.180.192.0/21 le 24,
+ 196.180.251.0/21 le 24,
+ 196.180.130.0/23 ge 24 le 24,
+ 196.180.128.0/24,
+ 196.180.153.0/22 le 24,
+ 196.180.190.0/21 le 24,
+ 196.191.129.0/24,
+ 196.191.113.0/21 le 24,
+ 196.191.69.0/24,
+ 196.191.81.0/24,
+ 196.191.83.0/23 le 24,
+ 196.191.93.0/24,
+ 196.191.44.0/22 le 24,
+ 196.191.42.0/24,
+ 196.190.148.0/24,
+ 196.190.189.0/24,
+ 196.190.179.0/24,
+ 196.190.216.0/24,
+ 196.190.246.0/24,
+ 196.186.18.0/24,
+ 196.186.26.0/24,
+ 196.186.64.0/23 le 24,
+ 196.186.99.0/22 le 24,
+ 196.186.171.0/24,
+ 196.186.166.0/24,
+ 196.186.234.0/22 le 24,
+ 196.187.26.0/21 le 24,
+ 196.187.152.0/24,
+ 196.187.191.0/24,
+ 196.187.198.0/21 le 24,
+ 196.185.30.0/23 ge 24 le 24,
+ 196.185.29.0/23 le 24,
+ 196.185.149.0/23 le 24,
+ 196.212.83.0/22 le 24,
+ 196.212.222.0/21 le 24,
+ 196.212.199.0/22 le 24,
+ 196.212.201.0/21 le 24,
+ 196.212.173.0/22 le 24,
+ 196.212.145.0/22 le 24,
+ 196.213.69.0/23 le 24,
+ 196.213.70.0/23 ge 24 le 24,
+ 196.213.9.0/21 le 24,
+ 196.213.63.0/22 le 24,
+ 196.213.176.0/22 le 24,
+ 196.213.254.0/21 le 24,
+ 196.213.231.0/22 le 24,
+ 196.213.200.0/22 le 24,
+ 196.213.193.0/23 le 24,
+ 196.214.242.0/23 le 24,
+ 196.214.255.0/24,
+ 196.214.198.0/24,
+ 196.214.190.0/19 le 24,
+ 196.214.153.0/20 le 24,
+ 196.214.134.0/23 le 24,
+ 196.214.131.0/22 le 24,
+ 196.214.85.0/22 le 24,
+ 196.214.120.0/23 le 24,
+ 196.214.106.0/22 le 24,
+ 196.214.53.0/22 le 24,
+ 196.210.142.0/21 le 24,
+ 196.210.134.0/22 le 24,
+ 196.210.202.0/24,
+ 196.210.197.0/24,
+ 196.222.2.0/22 le 24,
+ 196.223.245.0/22 le 24,
+ 196.223.213.0/21 le 24,
+ 196.223.61.0/24,
+ 196.223.96.0/24,
+ 196.223.111.0/24,
+ 196.223.109.0/24,
+ 196.223.104.0/24,
+ 196.220.93.0/24,
+ 196.220.91.0/23 le 24,
+ 196.220.100.0/24,
+ 196.220.209.0/24,
+ 196.220.215.0/24,
+ 196.220.213.0/24,
+ 196.220.188.0/24,
+ 196.220.178.0/23 le 24,
+ 196.220.171.0/24,
+ 196.220.169.0/24,
+ 196.220.163.0/21 le 24,
+ 196.220.135.0/21 le 24,
+ 196.216.185.0/24,
+ 196.216.170.0/22 le 24,
+ 196.216.141.0/21 le 24,
+ 196.216.72.0/23 le 24,
+ 196.216.111.0/21 le 24,
+ 196.203.132.0/22 le 24,
+ 196.203.140.0/23 le 24,
+ 196.203.154.0/24,
+ 196.203.145.0/23 ge 24 le 24,
+ 196.203.151.0/24,
+ 196.203.172.0/24,
+ 196.203.175.0/23 ge 24 le 24,
+ 196.203.162.0/24,
+ 196.203.161.0/24,
+ 196.203.181.0/22 le 24,
+ 196.203.179.0/24,
+ 196.203.176.0/23 ge 24 le 24,
+ 196.203.190.0/23 le 24,
+ 196.203.187.0/23 ge 24 le 24,
+ 196.203.184.0/24,
+ 196.203.218.0/23 le 24,
+ 196.203.223.0/23 le 24,
+ 196.203.241.0/24,
+ 196.203.103.0/24,
+ 196.203.104.0/24,
+ 196.203.111.0/22 ge 24 le 24,
+ 196.203.5.0/21 le 24,
+ 196.203.16.0/24,
+ 196.203.18.0/24,
+ 196.203.23.0/24,
+ 196.203.20.0/24,
+ 196.203.29.0/23 le 24,
+ 196.203.26.0/23 le 24,
+ 196.203.25.0/24,
+ 196.196.63.0/24,
+ 196.236.89.0/24,
+ 196.236.237.0/24,
+ 196.232.221.0/22 le 24,
+ 196.232.5.0/24,
+ 196.235.129.0/23 ge 24 le 24,
+ 196.235.133.0/23 ge 24 le 24,
+ 196.234.248.0/22 le 24,
+ 196.234.208.0/24,
+ 196.229.40.0/22 le 24,
+ 196.229.125.0/24,
+ 196.229.112.0/24,
+ 196.229.103.0/24,
+ 196.229.224.0/24,
+ 196.229.220.0/24,
+ 196.229.214.0/24,
+ 196.229.212.0/24,
+ 196.229.174.0/24,
+ 196.229.181.0/24,
+ 196.229.132.0/22 le 24,
+ 196.230.170.0/16 le 24,
+ 196.252.210.0/23 le 24,
+ 196.253.156.0/24,
+ 196.253.143.0/22 le 24,
+ 196.254.132.0/18 le 24,
+ 196.254.96.0/24,
+ 196.254.110.0/23 le 24,
+ 196.255.54.0/16 le 24,
+ 196.251.243.0/21 le 24,
+ 196.251.255.0/22 le 24,
+ 196.251.250.0/23 le 24,
+ 196.251.210.0/21 le 24,
+ 196.251.167.0/24,
+ 196.251.105.0/22 le 24,
+ 196.250.35.0/22 le 24,
+ 196.250.46.0/23 le 24,
+ 196.250.45.0/23 ge 24 le 24,
+ 196.250.42.0/23 le 24,
+ 196.250.40.0/24,
+ 196.250.82.0/24,
+ 196.250.223.0/23 le 24,
+ 196.250.253.0/24,
+ 196.250.250.0/23 le 24,
+ 196.250.249.0/24,
+ 196.250.130.0/24,
+ 196.250.164.0/24,
+ 196.250.167.0/24,
+ 196.249.57.0/24,
+ 196.249.60.0/23 le 24,
+ 196.249.14.0/23 le 24,
+ 196.249.7.0/24,
+ 196.249.16.0/23 le 24,
+ 196.249.29.0/22 le 24,
+ 196.249.78.0/21 ge 22 le 24,
+ 196.249.68.0/23 le 24,
+ 196.249.70.0/23 ge 24 le 24,
+ 196.249.64.0/24,
+ 196.249.66.0/23 le 24,
+ 196.249.85.0/21 le 24,
+ 196.249.116.0/24,
+ 196.249.119.0/24,
+ 196.249.120.0/23 ge 24 le 24,
+ 196.249.103.0/24,
+ 196.249.210.0/24,
+ 196.249.194.0/24,
+ 196.249.225.0/24,
+ 196.249.226.0/24,
+ 196.249.149.0/24,
+ 196.249.145.0/24,
+ 196.249.179.0/24,
+ 196.242.105.0/24,
+ 196.242.137.0/23 le 24,
+ 196.242.173.0/24,
+ 196.242.174.0/23 le 24,
+ 196.242.179.0/23 le 24,
+ 196.242.177.0/24,
+ 196.242.183.0/24,
+ 196.242.188.0/24,
+ 196.243.37.0/20 le 24,
+ 196.243.134.0/24,
+ 196.243.133.0/23 le 24,
+ 196.243.136.0/23 le 24,
+ 196.243.151.0/24,
+ 196.243.223.0/24,
+ 196.240.213.0/23 le 24,
+ 196.240.201.0/21 le 24,
+ 196.240.199.0/22 le 24,
+ 196.240.193.0/23 le 24,
+ 196.240.194.0/23 ge 24 le 24,
+ 196.240.120.0/24,
+ 196.240.65.0/21 ge 22 le 24,
+ 196.240.29.0/20 ge 22 le 24,
+ 196.240.3.0/21 ge 22 le 24,
+ 196.240.14.0/21 le 24,
+ 196.245.214.0/21 le 24,
+ 196.245.217.0/23 le 24,
+ 196.245.225.0/22 le 24,
+ 196.245.230.0/23 le 24,
+ 196.245.229.0/24,
+ 196.245.106.0/21 le 24,
+ 196.245.41.0/24,
+ 196.245.43.0/23 ge 24 le 24,
+ 196.247.218.0/22 le 24,
+ 196.247.233.0/20 le 24,
+ 196.247.5.0/24,
+ 196.246.229.0/22 le 24,
+ 196.246.226.0/22 ge 24 le 24,
+ 196.246.162.0/23 le 24,
+ 196.246.160.0/24,
+ 196.246.42.0/24,
+ 196.246.60.0/24,
+ 207.239.136.0/24,
+ 207.239.133.0/22 le 24,
+ 207.239.213.0/24,
+ 207.239.11.0/24,
+ 207.239.56.0/22 le 24,
+ 207.239.50.0/24,
+ 207.238.25.0/22 le 24,
+ 207.238.246.0/24,
+ 207.238.228.0/24,
+ 207.238.212.0/21 le 24,
+ 207.236.66.0/21 le 24,
+ 207.235.10.0/22 le 24,
+ 207.234.127.0/22 le 24,
+ 207.232.195.0/21 le 24,
+ 207.233.16.0/24,
+ 207.233.19.0/23 le 24,
+ 207.230.114.0/23 le 24,
+ 207.230.118.0/24,
+ 207.228.68.0/23 ge 24 le 24,
+ 207.229.58.0/24,
+ 207.229.63.0/22 le 24,
+ 207.225.223.0/21 le 24,
+ 207.226.180.0/21 le 24,
+ 207.241.85.0/24,
+ 207.241.68.0/22 le 24,
+ 207.252.30.0/24,
+ 207.253.191.0/24,
+ 207.207.155.0/19 le 24,
+ 207.218.239.0/18 le 24,
+ 207.210.253.0/23 ge 24 le 24,
+ 207.210.245.0/23 ge 24 le 24,
+ 207.210.208.0/24,
+ 207.178.124.0/20 le 24,
+ 207.173.89.0/21 le 24,
+ 207.173.80.0/22 le 24,
+ 207.165.118.0/21 le 24,
+ 207.136.239.0/16 le 24,
+ 207.134.96.0/19 le 24,
+ 207.133.54.0/23 ge 24 le 24,
+ 207.129.144.0/24,
+ 207.156.212.0/24,
+ 207.156.214.0/24,
+ 207.156.216.0/23 ge 24 le 24,
+ 207.156.220.0/24,
+ 207.156.245.0/24,
+ 207.157.6.0/24,
+ 207.64.237.0/16 le 24,
+ 207.127.136.0/18 le 24,
+ 207.53.215.0/22 le 24,
+ 207.53.210.0/24,
+ 207.53.208.0/23 ge 24 le 24,
+ 207.39.162.0/16 le 24,
+ 207.5.61.0/24,
+ 207.5.49.0/24,
+ 206.208.33.0/22 le 24,
+ 206.163.135.0/24,
+ 206.164.83.0/19 le 24,
+ 204.0.128.0/20 le 24,
+ 204.0.204.0/24,
+ 204.0.4.0/22 le 24,
+ 204.0.41.0/24,
+ 204.1.249.0/20 le 24,
+ 204.1.178.0/23 le 24,
+ 204.3.78.0/24,
+ 204.7.239.0/20 le 24,
+ 204.7.252.0/23 le 24,
+ 204.7.250.0/24,
+ 204.7.69.0/24,
+ 204.7.64.0/24,
+ 204.7.92.0/24,
+ 204.7.82.0/24,
+ 204.7.81.0/24,
+ 204.6.192.0/20 le 24,
+ 204.6.224.0/19 le 24,
+ 204.6.95.0/24,
+ 204.6.81.0/24,
+ 204.5.201.0/24,
+ 204.5.194.0/24,
+ 204.5.244.0/23 le 24,
+ 204.5.240.0/24,
+ 204.4.73.0/22 le 24,
+ 204.4.217.0/23 ge 24 le 24,
+ 204.13.115.0/23 le 24,
+ 204.13.118.0/24,
+ 204.13.10.0/22 le 24,
+ 204.13.240.0/19 le 24,
+ 204.12.42.0/23 ge 24 le 24,
+ 204.12.41.0/24,
+ 204.12.60.0/24,
+ 204.12.64.0/23 le 24,
+ 204.12.88.0/24,
+ 204.12.94.0/24,
+ 204.12.124.0/21 le 24,
+ 204.12.119.0/22 ge 23 le 24,
+ 204.12.210.0/24,
+ 204.10.187.0/24,
+ 204.10.148.0/24,
+ 204.10.255.0/22 le 24,
+ 204.10.214.0/24,
+ 204.8.233.0/24,
+ 204.8.255.0/24,
+ 204.8.253.0/23 le 24,
+ 204.8.39.0/24,
+ 204.8.74.0/22 le 24,
+ 204.26.41.0/24,
+ 204.21.104.0/24,
+ 204.21.114.0/24,
+ 204.21.18.0/22 le 24,
+ 204.21.55.0/22 ge 24 le 24,
+ 204.21.206.0/18 le 24,
+ 204.20.85.0/24,
+ 204.20.93.0/24,
+ 204.20.127.0/24,
+ 204.20.107.0/24,
+ 204.20.101.0/24,
+ 204.38.239.0/24,
+ 204.38.93.0/24,
+ 204.39.180.0/23 le 24,
+ 204.39.88.0/24,
+ 204.46.57.0/22 ge 24 le 24,
+ 204.46.63.0/23 ge 24 le 24,
+ 204.46.61.0/24,
+ 204.46.252.0/24,
+ 204.46.243.0/23 le 24,
+ 204.46.246.0/24,
+ 204.46.160.0/24,
+ 204.47.97.0/23 le 24,
+ 204.47.169.0/24,
+ 204.47.216.0/22 ge 24 le 24,
+ 204.45.100.0/24,
+ 204.45.238.0/19 le 24,
+ 204.45.208.0/22 ge 24 le 24,
+ 204.42.135.0/20 le 24,
+ 204.42.241.0/22 le 24,
+ 204.42.19.0/24,
+ 204.42.77.0/18 le 24,
+ 204.43.168.0/19 le 24,
+ 204.43.27.0/24,
+ 204.43.81.0/23 ge 24 le 24,
+ 204.43.87.0/24,
+ 204.43.91.0/23 ge 24 le 24,
+ 204.41.166.0/24,
+ 204.41.196.0/24,
+ 204.41.225.0/24,
+ 204.41.227.0/24,
+ 204.41.21.0/23 le 24,
+ 204.41.30.0/23 le 24,
+ 204.41.47.0/22 le 24,
+ 204.60.205.0/21 le 24,
+ 204.60.126.0/24,
+ 204.62.136.0/24,
+ 204.58.103.0/22 ge 23 le 24,
+ 204.58.65.0/24,
+ 204.58.75.0/24,
+ 204.58.212.0/20 le 24,
+ 204.59.126.0/22 le 24,
+ 204.59.65.0/24,
+ 204.59.69.0/24,
+ 204.59.53.0/20 le 24,
+ 204.57.57.0/19 le 24,
+ 204.57.170.0/24,
+ 204.48.17.0/19 le 24,
+ 204.48.204.0/23 le 24,
+ 204.49.8.0/19 le 24,
+ 204.51.120.0/24,
+ 204.51.58.0/24,
+ 204.51.2.0/19 le 24,
+ 204.51.131.0/22 le 24,
+ 204.51.248.0/20 ge 24 le 24,
+ 204.51.203.0/23 le 24,
+ 204.51.213.0/24,
+ 204.50.184.0/19 le 24,
+ 204.50.231.0/24,
+ 204.50.240.0/24,
+ 204.52.163.0/21 le 24,
+ 204.52.216.0/21 le 24,
+ 204.52.16.0/24,
+ 204.53.81.0/19 le 24,
+ 204.53.109.0/24,
+ 204.53.121.0/24,
+ 204.53.161.0/21 le 24,
+ 204.54.93.0/19 le 24,
+ 204.54.49.0/20 le 24,
+ 204.55.37.0/24,
+ 204.55.44.0/24,
+ 204.55.86.0/20 le 24,
+ 204.55.172.0/19 le 24,
+ 204.64.177.0/20 le 24,
+ 204.67.199.0/22 le 24,
+ 204.69.93.0/19 le 24,
+ 204.71.247.0/20 le 24,
+ 204.71.83.0/23 ge 24 le 24,
+ 204.71.80.0/24,
+ 204.71.84.0/22 ge 24 le 24,
+ 204.71.93.0/23 ge 24 le 24,
+ 204.71.90.0/24,
+ 204.71.88.0/24,
+ 204.70.13.0/20 le 24,
+ 204.77.83.0/20 le 24,
+ 204.77.170.0/22 le 24,
+ 204.76.125.0/22 ge 24 le 24,
+ 204.76.123.0/24,
+ 204.76.121.0/23 ge 24 le 24,
+ 204.76.118.0/22 ge 24 le 24,
+ 204.76.239.0/19 le 24,
+ 204.78.113.0/22 le 24,
+ 204.78.75.0/23 le 24,
+ 204.78.170.0/22 ge 24 le 24,
+ 204.78.182.0/24,
+ 204.78.181.0/24,
+ 204.74.81.0/18 le 24,
+ 204.74.243.0/24,
+ 204.74.247.0/23 ge 24 le 24,
+ 204.75.221.0/21 le 24,
+ 204.75.66.0/19 le 24,
+ 204.81.201.0/20 le 24,
+ 204.80.174.0/24,
+ 204.80.81.0/24,
+ 204.80.119.0/19 le 24,
+ 204.85.139.0/22 le 24,
+ 204.85.135.0/21 le 24,
+ 204.85.192.0/24,
+ 204.85.228.0/19 le 24,
+ 204.84.142.0/23 ge 24 le 24,
+ 204.84.139.0/24,
+ 204.84.131.0/24,
+ 204.84.135.0/24,
+ 204.84.188.0/22 ge 23 le 24,
+ 204.84.182.0/24,
+ 204.84.177.0/22 le 24,
+ 204.84.168.0/24,
+ 204.84.167.0/22 le 24,
+ 204.84.162.0/23 ge 24 le 24,
+ 204.87.50.0/21 le 24,
+ 204.87.7.0/22 le 24,
+ 204.86.169.0/22 le 24,
+ 204.86.166.0/22 le 24,
+ 204.94.85.0/21 le 24,
+ 204.94.195.0/20 le 24,
+ 204.92.187.0/22 le 24,
+ 204.92.173.0/20 le 24,
+ 204.92.143.0/21 le 24,
+ 204.92.4.0/19 le 24,
+ 204.92.72.0/23 ge 24 le 24,
+ 204.92.97.0/22 le 24,
+ 204.93.54.0/24,
+ 204.93.190.0/22 le 24,
+ 204.93.140.0/20 le 24,
+ 204.93.149.0/24,
+ 204.91.238.0/22 le 24,
+ 204.91.205.0/23 le 24,
+ 204.91.196.0/24,
+ 204.91.199.0/24,
+ 204.91.192.0/24,
+ 204.91.194.0/24,
+ 204.91.153.0/24,
+ 204.91.16.0/18 ge 19 le 24,
+ 204.90.222.0/19 le 24,
+ 204.90.109.0/22 le 24,
+ 204.89.65.0/24,
+ 204.89.163.0/24,
+ 204.88.45.0/20 le 24,
+ 204.127.249.0/24,
+ 204.127.228.0/24,
+ 204.126.152.0/20 le 24,
+ 204.126.72.0/19 le 24,
+ 204.126.111.0/23 ge 24 le 24,
+ 204.126.105.0/24,
+ 204.126.107.0/24,
+ 204.123.179.0/19 le 24,
+ 204.123.3.0/19 le 24,
+ 204.123.96.0/24,
+ 204.123.78.0/20 ge 21 le 24,
+ 204.122.195.0/24,
+ 204.122.238.0/23 ge 24 le 24,
+ 204.122.49.0/21 le 24,
+ 204.120.186.0/19 ge 20 le 24,
+ 204.120.227.0/24,
+ 204.182.201.0/19 le 24,
+ 204.182.147.0/24,
+ 204.182.15.0/19 le 24,
+ 204.182.114.0/24,
+ 204.183.191.0/20 le 24,
+ 204.183.251.0/22 le 24,
+ 204.183.217.0/24,
+ 204.181.7.0/23 ge 24 le 24,
+ 204.180.112.0/24,
+ 204.177.255.0/21 le 24,
+ 204.177.160.0/20 le 24,
+ 204.177.38.0/19 le 24,
+ 204.178.155.0/24,
+ 204.178.157.0/24,
+ 204.178.160.0/24,
+ 204.179.244.0/24,
+ 204.184.254.0/24,
+ 204.184.136.0/22 le 24,
+ 204.184.150.0/22 le 24,
+ 204.184.115.0/21 le 24,
+ 204.185.97.0/19 ge 20 le 24,
+ 204.185.247.0/19 le 24,
+ 204.187.72.0/18 le 24,
+ 204.186.19.0/23 le 24,
+ 204.191.221.0/20 ge 24 le 24,
+ 204.191.133.0/23 le 24,
+ 204.191.142.0/22 le 24,
+ 204.191.139.0/24,
+ 204.163.79.0/21 le 24,
+ 204.162.13.0/18 le 24,
+ 204.162.66.0/20 le 24,
+ 204.167.86.0/24,
+ 204.167.64.0/24,
+ 204.165.112.0/22 le 24,
+ 204.165.13.0/20 le 24,
+ 204.164.201.0/22 le 24,
+ 204.164.230.0/23 le 24,
+ 204.164.83.0/21 le 24,
+ 204.170.239.0/24,
+ 204.170.247.0/24,
+ 204.170.245.0/24,
+ 204.170.242.0/24,
+ 204.170.240.0/23 ge 24 le 24,
+ 204.171.14.0/24,
+ 204.171.1.0/21 ge 22 le 24,
+ 204.168.161.0/24,
+ 204.168.172.0/22 ge 23 le 24,
+ 204.168.150.0/22 le 24,
+ 204.168.245.0/24,
+ 204.168.247.0/24,
+ 204.175.31.0/23 le 24,
+ 204.175.21.0/23 le 24,
+ 204.175.87.0/19 le 24,
+ 204.172.139.0/22 le 24,
+ 204.138.43.0/23 le 24,
+ 204.138.41.0/24,
+ 204.137.163.0/22 le 24,
+ 204.137.173.0/21 ge 22 le 24,
+ 204.137.98.0/20 le 24,
+ 204.137.120.0/24,
+ 204.136.117.0/22 le 24,
+ 204.136.100.0/21 le 24,
+ 204.136.106.0/22 le 24,
+ 204.136.91.0/24,
+ 204.142.189.0/23 ge 24 le 24,
+ 204.142.191.0/24,
+ 204.142.186.0/24,
+ 204.142.185.0/23 ge 24 le 24,
+ 204.142.182.0/22 ge 24 le 24,
+ 204.142.179.0/23 ge 24 le 24,
+ 204.142.165.0/20 ge 21 le 24,
+ 204.142.30.0/19 le 24,
+ 204.143.90.0/22 ge 24 le 24,
+ 204.143.92.0/24,
+ 204.143.94.0/24,
+ 204.143.85.0/22 ge 24 le 24,
+ 204.143.82.0/24,
+ 204.143.81.0/23 ge 24 le 24,
+ 204.143.65.0/23 le 24,
+ 204.140.242.0/24,
+ 204.128.64.0/21 le 24,
+ 204.128.74.0/22 le 24,
+ 204.128.89.0/24,
+ 204.129.27.0/21 le 24,
+ 204.129.84.0/23 ge 24 le 24,
+ 204.129.182.0/24,
+ 204.129.184.0/24,
+ 204.130.67.0/22 ge 24 le 24,
+ 204.130.69.0/24,
+ 204.130.70.0/23 ge 24 le 24,
+ 204.130.78.0/24,
+ 204.130.76.0/23 ge 24 le 24,
+ 204.130.74.0/24,
+ 204.130.73.0/23 ge 24 le 24,
+ 204.130.243.0/20 le 24,
+ 204.134.57.0/23 ge 24 le 24,
+ 204.134.39.0/23 ge 24 le 24,
+ 204.134.218.0/22 ge 24 le 24,
+ 204.134.207.0/24,
+ 204.135.115.0/24,
+ 204.135.113.0/24,
+ 204.133.241.0/19 le 24,
+ 204.133.145.0/19 le 24,
+ 204.132.234.0/24,
+ 204.132.179.0/20 le 24,
+ 204.132.109.0/18 le 24,
+ 204.159.101.0/19 le 24,
+ 204.155.115.0/19 le 24,
+ 204.155.176.0/23 ge 24 le 24,
+ 204.154.10.0/23 ge 24 le 24,
+ 204.154.9.0/24,
+ 204.154.14.0/24,
+ 204.154.12.0/24,
+ 204.154.5.0/24,
+ 204.149.190.0/24,
+ 205.196.233.0/24,
+ 205.196.164.0/24,
+ 205.197.18.0/24,
+ 205.201.96.0/24,
+ 205.201.108.0/22 le 24,
+ 205.201.116.0/24,
+ 205.201.48.0/24,
+ 205.201.128.0/24,
+ 205.200.217.0/24,
+ 205.203.249.0/24,
+ 205.202.156.0/23 ge 24 le 24,
+ 205.202.153.0/23 ge 24 le 24,
+ 205.202.155.0/24,
+ 205.205.34.0/23 le 24,
+ 205.205.124.0/24,
+ 205.205.123.0/24,
+ 205.205.166.0/21 le 24,
+ 205.205.226.0/24,
+ 205.206.158.0/24,
+ 205.206.83.0/23 ge 24 le 24,
+ 205.206.120.0/24,
+ 205.207.71.0/24,
+ 205.215.139.0/22 le 24,
+ 205.215.154.0/24,
+ 205.215.98.0/24,
+ 205.215.102.0/24,
+ 205.214.226.0/24,
+ 205.214.206.0/24,
+ 205.214.219.0/24,
+ 205.214.162.0/24,
+ 205.214.30.0/24,
+ 205.214.14.0/24,
+ 205.212.25.0/24,
+ 205.212.171.0/24,
+ 205.212.244.0/21 le 24,
+ 205.213.216.0/24,
+ 205.213.214.0/24,
+ 205.213.77.0/24,
+ 205.209.189.0/24,
+ 205.209.183.0/23 le 24,
+ 205.209.144.0/24,
+ 205.209.130.0/24,
+ 205.209.124.0/24,
+ 205.208.47.0/24,
+ 205.208.49.0/24,
+ 205.208.146.0/23 le 24,
+ 205.208.153.0/24,
+ 205.211.191.0/23 ge 24 le 24,
+ 205.210.25.0/24,
+ 205.210.122.0/24,
+ 205.210.210.0/22 le 24,
+ 205.210.144.0/23 ge 24 le 24,
+ 205.216.105.0/24,
+ 205.216.84.0/24,
+ 205.216.24.0/24,
+ 205.216.7.0/24,
+ 205.216.47.0/22 le 24,
+ 205.216.159.0/23 le 24,
+ 205.216.172.0/24,
+ 205.217.147.0/22 le 24,
+ 205.217.196.0/23 ge 24 le 24,
+ 205.217.198.0/24,
+ 205.217.44.0/24,
+ 205.219.95.0/24,
+ 205.219.11.0/24,
+ 205.219.58.0/24,
+ 205.219.196.0/24,
+ 205.219.221.0/24,
+ 205.219.145.0/24,
+ 205.219.158.0/24,
+ 205.218.190.0/24,
+ 205.218.179.0/24,
+ 205.218.172.0/24,
+ 205.218.198.0/24,
+ 205.218.113.0/24,
+ 205.220.225.0/23 le 24,
+ 205.220.226.0/24,
+ 205.220.156.0/21 le 24,
+ 205.220.109.0/24,
+ 205.220.57.0/24,
+ 205.221.50.0/24,
+ 205.221.204.0/23 le 24,
+ 205.221.221.0/23 le 24,
+ 205.222.78.0/24,
+ 205.222.97.0/24,
+ 205.222.123.0/23 le 24,
+ 205.223.161.0/24,
+ 205.223.89.0/24,
+ 205.223.33.0/23 le 24,
+ 205.226.85.0/23 le 24,
+ 205.226.5.0/24,
+ 205.226.209.0/24,
+ 205.226.150.0/23 le 24,
+ 205.227.182.0/24,
+ 205.227.54.0/24,
+ 205.227.53.0/24,
+ 205.227.67.0/24,
+ 205.227.108.0/24,
+ 205.225.20.0/24,
+ 205.225.13.0/24,
+ 205.225.162.0/24,
+ 205.246.241.0/24,
+ 205.246.139.0/24,
+ 205.246.147.0/24,
+ 205.246.169.0/24,
+ 205.246.162.0/24,
+ 205.246.107.0/24,
+ 205.246.71.0/24,
+ 205.250.83.0/24,
+ 205.250.237.0/24,
+ 205.251.42.0/23 ge 24 le 24,
+ 205.251.117.0/23 le 24,
+ 205.251.164.0/24,
+ 205.251.191.0/22 le 24,
+ 205.251.247.0/24,
+ 205.251.199.0/24,
+ 205.253.50.0/23 le 24,
+ 205.253.25.0/24,
+ 205.253.105.0/24,
+ 205.253.93.0/22 le 24,
+ 205.252.191.0/24,
+ 205.252.150.0/23 ge 24 le 24,
+ 205.252.246.0/24,
+ 205.183.161.0/18 ge 19 le 24,
+ 205.182.213.0/24,
+ 205.181.204.0/22 le 24,
+ 205.174.234.0/23 ge 24 le 24,
+ 205.174.233.0/24,
+ 205.174.239.0/22 ge 24 le 24,
+ 205.174.209.0/20 le 24,
+ 205.174.202.0/24,
+ 205.174.200.0/23 ge 24 le 24,
+ 205.174.207.0/22 ge 24 le 24,
+ 205.174.192.0/22 le 24,
+ 205.175.53.0/20 le 24,
+ 205.175.33.0/21 le 24,
+ 205.173.75.0/22 le 24,
+ 205.173.107.0/20 le 24,
+ 205.173.231.0/24,
+ 205.173.169.0/23 le 24,
+ 205.173.172.0/22 le 24,
+ 205.169.201.0/21 le 24,
+ 205.169.170.0/19 le 24,
+ 205.171.239.0/19 le 24,
+ 205.163.57.0/19 le 24,
+ 205.163.25.0/20 le 24,
+ 205.163.163.0/21 le 24,
+ 205.162.204.0/24,
+ 205.160.190.0/24,
+ 205.160.177.0/21 le 24,
+ 205.160.160.0/21 ge 24 le 24,
+ 205.160.174.0/22 ge 24 le 24,
+ 205.160.168.0/24,
+ 205.165.160.0/21 le 24,
+ 205.149.184.0/22 le 24,
+ 205.149.247.0/24,
+ 205.148.111.0/24,
+ 205.150.134.0/21 le 24,
+ 205.150.104.0/24,
+ 205.150.18.0/19 le 24,
+ 205.150.44.0/21 le 24,
+ 205.147.230.0/24,
+ 205.158.111.0/19 le 24,
+ 205.159.196.0/23 ge 24 le 24,
+ 205.159.198.0/23 le 24,
+ 205.159.193.0/22 le 24,
+ 205.159.203.0/21 le 24,
+ 205.159.215.0/21 ge 24 le 24,
+ 205.159.220.0/21 le 24,
+ 205.130.204.0/19 le 24,
+ 205.131.97.0/18 le 24,
+ 205.134.23.0/24,
+ 205.135.120.0/22 le 24,
+ 205.135.118.0/22 le 24,
+ 205.135.79.0/24,
+ 205.135.75.0/22 le 24,
+ 205.135.65.0/22 le 24,
+ 205.135.92.0/22 le 24,
+ 205.135.10.0/21 ge 22 le 24,
+ 205.135.7.0/22 le 24,
+ 205.135.25.0/23 le 24,
+ 205.140.229.0/23 le 24,
+ 205.140.70.0/23 le 24,
+ 205.143.116.0/24,
+ 205.64.143.0/21 le 24,
+ 205.65.111.0/23 le 24,
+ 205.65.7.0/24,
+ 205.65.23.0/24,
+ 205.67.187.0/20 le 24,
+ 205.67.104.0/19 le 24,
+ 205.70.230.0/20 ge 23 le 24,
+ 205.70.255.0/23 le 24,
+ 205.70.251.0/23 le 24,
+ 205.71.117.0/22 le 24,
+ 205.71.80.0/24,
+ 205.71.7.0/24,
+ 205.71.4.0/23 le 24,
+ 205.71.26.0/23 le 24,
+ 205.68.10.0/24,
+ 205.78.236.0/23 le 24,
+ 205.78.151.0/19 le 24,
+ 205.79.146.0/20 le 24,
+ 205.87.107.0/24,
+ 205.84.208.0/18 le 24,
+ 205.84.134.0/22 le 24,
+ 205.80.52.0/20 le 24,
+ 205.82.253.0/15 ge 16 le 24,
+ 205.95.162.0/23 le 24,
+ 205.95.172.0/21 le 24,
+ 205.95.152.0/24,
+ 205.93.95.0/16 le 24,
+ 205.92.19.0/24,
+ 205.92.17.0/24,
+ 205.89.48.0/17 le 24,
+ 205.89.215.0/18 le 24,
+ 205.88.179.0/16 le 24,
+ 205.91.20.0/23 le 24,
+ 205.91.25.0/21 le 24,
+ 205.91.181.0/20 le 24,
+ 205.107.185.0/23 le 24,
+ 205.107.139.0/21 le 24,
+ 205.107.85.0/22 le 24,
+ 205.107.122.0/19 le 24,
+ 205.107.25.0/19 le 24,
+ 205.106.95.0/22 le 24,
+ 205.106.188.0/23 le 24,
+ 205.106.180.0/24,
+ 205.104.29.0/16 le 24,
+ 205.105.96.0/24,
+ 205.108.164.0/22 le 24,
+ 205.109.197.0/19 le 24,
+ 205.109.157.0/18 le 24,
+ 205.98.207.0/19 le 24,
+ 205.96.12.0/20 le 24,
+ 205.96.27.0/23 le 24,
+ 205.96.111.0/21 le 24,
+ 205.97.142.0/22 ge 23 le 24,
+ 205.97.132.0/21 le 24,
+ 205.103.97.0/24,
+ 205.103.116.0/24,
+ 205.102.48.0/22 le 24,
+ 205.102.60.0/21 ge 22 le 24,
+ 205.102.18.0/24,
+ 205.102.26.0/23 le 24,
+ 205.102.12.0/21 le 24,
+ 205.101.65.0/22 le 24,
+ 205.101.210.0/20 le 24,
+ 205.117.199.0/18 le 24,
+ 205.117.135.0/19 le 24,
+ 205.117.164.0/24,
+ 205.117.162.0/22 le 24,
+ 205.116.9.0/16 le 24,
+ 205.120.142.0/17 le 24,
+ 205.121.30.0/24,
+ 205.121.28.0/24,
+ 205.121.25.0/23 ge 24 le 24,
+ 205.121.26.0/24,
+ 205.121.115.0/22 le 24,
+ 205.121.109.0/22 le 24,
+ 205.122.230.0/23 le 24,
+ 205.124.115.0/20 ge 21 le 24,
+ 205.124.67.0/21 le 24,
+ 205.124.230.0/21 le 24,
+ 205.124.135.0/21 le 24,
+ 205.125.103.0/21 le 24,
+ 205.125.115.0/23 le 24,
+ 205.125.113.0/23 ge 24 le 24,
+ 205.125.185.0/19 le 24,
+ 205.126.50.0/22 le 24,
+ 205.126.53.0/23 ge 24 le 24,
+ 205.126.89.0/23 le 24,
+ 205.126.94.0/24,
+ 205.127.102.0/24,
+ 205.31.17.0/19 le 24,
+ 205.31.50.0/23 le 24,
+ 205.31.106.0/18 le 24,
+ 205.29.16.0/24,
+ 205.29.19.0/24,
+ 205.29.24.0/24,
+ 205.29.31.0/24,
+ 205.29.12.0/23 ge 24 le 24,
+ 205.29.15.0/24,
+ 205.29.9.0/23 ge 24 le 24,
+ 205.29.0.0/24,
+ 205.29.5.0/24,
+ 205.29.60.0/21 ge 22 le 24,
+ 205.29.54.0/22 le 24,
+ 205.29.38.0/22 le 24,
+ 205.29.32.0/24,
+ 205.29.46.0/23 le 24,
+ 205.29.42.0/22 le 24,
+ 205.29.68.0/21 le 24,
+ 205.29.78.0/21 ge 22 le 24,
+ 205.29.90.0/23 ge 24 le 24,
+ 205.29.88.0/24,
+ 205.29.95.0/23 le 24,
+ 205.29.82.0/22 ge 24 le 24,
+ 205.29.85.0/22 le 24,
+ 205.29.113.0/22 le 24,
+ 205.29.118.0/24,
+ 205.29.124.0/22 le 24,
+ 205.29.123.0/24,
+ 205.29.102.0/21 ge 22 le 24,
+ 205.29.110.0/21 le 24,
+ 205.28.181.0/17 le 24,
+ 205.26.63.0/24,
+ 205.17.235.0/24,
+ 205.17.233.0/23 le 24,
+ 205.17.230.0/24,
+ 205.17.225.0/24,
+ 205.17.196.0/23 le 24,
+ 205.17.192.0/23 le 24,
+ 205.17.217.0/23 le 24,
+ 205.17.213.0/24,
+ 205.17.208.0/23 ge 24 le 24,
+ 205.17.72.0/19 le 24,
+ 205.17.116.0/24,
+ 205.17.22.0/23 ge 24 le 24,
+ 205.17.18.0/22 ge 23 le 24,
+ 205.17.53.0/21 ge 23 le 24,
+ 205.17.44.0/21 ge 23 le 24,
+ 205.8.90.0/21 le 24,
+ 205.9.44.0/21 le 24,
+ 205.9.224.0/22 le 24,
+ 205.11.187.0/17 le 24,
+ 205.10.27.0/19 le 24,
+ 205.15.208.0/19 le 24,
+ 205.15.16.0/19 le 24,
+ 205.12.142.0/24,
+ 205.13.107.0/18 le 24,
+ 205.6.100.0/23 le 24,
+ 205.6.55.0/21 le 24,
+ 205.6.209.0/24,
+ 205.6.244.0/24,
+ 205.5.213.0/20 le 24,
+ 205.5.172.0/18 ge 19 le 24,
+ 205.5.103.0/20 le 24,
+ 205.2.221.0/18 le 24,
+ 203.220.70.0/23 le 24,
+ 203.220.177.0/24,
+ 203.220.203.0/23 le 24,
+ 203.215.205.0/22 le 24,
+ 203.215.163.0/22 le 24,
+ 203.215.136.0/23 le 24,
+ 203.215.139.0/24,
+ 203.215.58.0/21 le 24,
+ 203.214.144.0/21 le 24,
+ 203.214.160.0/24,
+ 203.214.172.0/21 le 24,
+ 203.214.229.0/22 le 24,
+ 203.214.10.0/20 ge 21 le 24,
+ 203.214.54.0/21 le 24,
+ 203.214.94.0/21 le 24,
+ 203.212.80.0/21 le 24,
+ 203.212.93.0/22 le 24,
+ 203.212.146.0/24,
+ 203.212.188.0/21 le 24,
+ 203.212.254.0/24,
+ 203.212.253.0/23 ge 24 le 24,
+ 203.212.251.0/23 ge 24 le 24,
+ 203.212.249.0/24,
+ 203.212.223.0/22 le 24,
+ 203.213.145.0/22 le 24,
+ 203.213.210.0/21 le 24,
+ 203.213.112.0/24,
+ 203.213.82.0/24,
+ 203.213.22.0/22 le 24,
+ 203.213.63.0/21 ge 22 le 24,
+ 203.210.171.0/21 le 24,
+ 203.210.82.0/22 le 24,
+ 203.208.232.0/22 le 24,
+ 203.208.225.0/21 le 24,
+ 203.208.206.0/21 le 24,
+ 203.208.139.0/21 le 24,
+ 203.209.135.0/21 le 24,
+ 203.209.62.0/22 le 24,
+ 203.198.183.0/21 le 24,
+ 203.198.167.0/22 le 24,
+ 203.198.159.0/24,
+ 203.198.156.0/23 ge 24 le 24,
+ 203.199.56.0/20 le 24,
+ 203.199.130.0/23 le 24,
+ 203.199.143.0/23 le 24,
+ 203.199.226.0/24,
+ 203.199.248.0/24,
+ 203.196.155.0/23 le 24,
+ 203.196.244.0/24,
+ 203.196.250.0/24,
+ 203.196.99.0/24,
+ 203.196.102.0/24,
+ 203.196.109.0/24,
+ 203.196.110.0/24,
+ 203.196.104.0/24,
+ 203.196.112.0/21 le 24,
+ 203.196.121.0/23 le 24,
+ 203.196.93.0/23 le 24,
+ 203.196.90.0/24,
+ 203.196.66.0/24,
+ 203.196.75.0/23 le 24,
+ 203.196.79.0/22 le 24,
+ 203.196.25.0/24,
+ 203.196.27.0/24,
+ 203.196.20.0/23 le 24,
+ 203.196.11.0/24,
+ 203.196.7.0/23 ge 24 le 24,
+ 203.196.4.0/24,
+ 203.196.0.0/23 ge 24 le 24,
+ 203.196.2.0/24,
+ 203.203.173.0/21 le 24,
+ 203.203.157.0/24,
+ 203.202.92.0/22 le 24,
+ 203.202.246.0/24,
+ 203.202.128.0/24,
+ 203.202.130.0/24,
+ 203.202.132.0/24,
+ 203.202.161.0/24,
+ 203.202.178.0/24,
+ 203.204.37.0/23 le 24,
+ 203.204.98.0/21 le 24,
+ 203.204.161.0/24,
+ 203.204.146.0/24,
+ 203.205.25.0/18 le 24,
+ 203.239.84.0/24,
+ 203.225.100.0/15 le 24,
+ 203.227.81.0/16 le 24,
+ 203.228.62.0/24,
+ 203.228.50.0/24,
+ 203.228.83.0/18 le 24,
+ 203.249.115.0/21 le 24,
+ 203.249.86.0/24,
+ 203.249.28.0/24,
+ 203.250.103.0/16 le 24,
+ 203.252.22.0/23 le 24,
+ 203.252.47.0/19 ge 20 le 24,
+ 203.252.135.0/22 le 24,
+ 203.252.130.0/24,
+ 203.244.177.0/21 le 24,
+ 203.244.137.0/19 le 24,
+ 203.244.215.0/24,
+ 203.244.223.0/23 le 24,
+ 203.244.216.0/24,
+ 203.247.63.0/24,
+ 203.247.5.0/22 le 24,
+ 203.247.68.0/22 le 24,
+ 203.242.0.0/21 le 24,
+ 203.242.9.0/22 le 24,
+ 203.242.12.0/23 le 24,
+ 203.242.151.0/21 le 24,
+ 203.242.154.0/23 le 24,
+ 203.240.222.0/23 le 24,
+ 203.240.205.0/21 le 24,
+ 203.240.196.0/22 le 24,
+ 203.240.236.0/20 le 24,
+ 203.240.249.0/22 le 24,
+ 203.241.9.0/19 ge 20 le 24,
+ 203.241.149.0/21 le 24,
+ 203.241.236.0/21 le 24,
+ 203.139.23.0/19 le 24,
+ 203.139.210.0/24,
+ 203.138.200.0/24,
+ 203.136.222.0/24,
+ 203.136.4.0/20 le 24,
+ 203.136.70.0/20 le 24,
+ 203.133.241.0/24,
+ 203.132.136.0/22 le 24,
+ 203.132.44.0/24,
+ 203.132.15.0/23 le 24,
+ 203.132.87.0/24,
+ 203.131.143.0/22 le 24,
+ 203.131.134.0/23 le 24,
+ 203.131.147.0/23 le 24,
+ 203.131.159.0/22 le 24,
+ 203.131.155.0/23 le 24,
+ 203.130.127.0/23 le 24,
+ 203.128.119.0/18 le 24,
+ 203.129.255.0/23 le 24,
+ 203.152.74.0/23 le 24,
+ 203.152.177.0/24,
+ 203.155.31.0/16 le 24,
+ 203.158.110.0/22 le 24,
+ 203.158.184.0/24,
+ 203.157.214.0/24,
+ 203.157.56.0/24,
+ 203.157.59.0/24,
+ 203.156.165.0/18 le 24,
+ 203.156.23.0/24,
+ 203.156.93.0/24,
+ 203.156.79.0/24,
+ 203.144.185.0/22 le 24,
+ 203.145.183.0/24,
+ 203.145.190.0/24,
+ 203.145.166.0/23 ge 24 le 24,
+ 203.145.165.0/24,
+ 203.145.139.0/24,
+ 203.145.141.0/24,
+ 203.145.129.0/24,
+ 203.145.130.0/24,
+ 203.145.157.0/23 ge 24 le 24,
+ 203.145.159.0/24,
+ 203.145.40.0/23 le 24,
+ 203.145.28.0/24,
+ 203.145.112.0/24,
+ 203.147.175.0/22 le 24,
+ 203.147.169.0/23 ge 24 le 24,
+ 203.147.170.0/23 le 24,
+ 203.147.162.0/21 ge 22 le 24,
+ 203.147.249.0/24,
+ 203.147.217.0/24,
+ 203.147.218.0/24,
+ 203.146.213.0/24,
+ 203.151.14.0/24,
+ 203.151.9.0/24,
+ 203.151.6.0/24,
+ 203.151.3.0/24,
+ 203.151.119.0/24,
+ 203.150.70.0/19 le 24,
+ 203.150.123.0/24,
+ 203.150.250.0/23 le 24,
+ 203.150.227.0/24,
+ 203.150.230.0/24,
+ 203.150.239.0/22 le 24,
+ 203.150.156.0/23 le 24,
+ 203.149.28.0/24,
+ 203.161.98.0/24,
+ 203.161.191.0/23 le 24,
+ 203.162.155.0/24,
+ 203.162.149.0/24,
+ 203.162.142.0/24,
+ 203.162.134.0/24,
+ 203.165.206.0/16 le 24,
+ 203.169.239.0/22 le 24,
+ 203.168.213.0/24,
+ 203.168.51.0/24,
+ 203.168.41.0/24,
+ 203.168.12.0/24,
+ 203.168.126.0/24,
+ 203.168.110.0/24,
+ 203.168.98.0/24,
+ 203.168.71.0/24,
+ 203.168.67.0/24,
+ 203.173.102.0/23 le 24,
+ 203.172.75.0/21 le 24,
+ 203.174.229.0/21 le 24,
+ 203.174.41.0/21 le 24,
+ 203.174.34.0/23 le 24,
+ 203.180.205.0/24,
+ 203.180.147.0/23 le 24,
+ 203.181.50.0/24,
+ 203.182.31.0/21 le 24,
+ 203.183.103.0/23 le 24,
+ 203.183.122.0/23 le 24,
+ 203.183.125.0/24,
+ 203.183.238.0/24,
+ 203.183.232.0/24,
+ 203.179.137.0/21 le 24,
+ 203.179.239.0/24,
+ 203.184.174.0/24,
+ 203.184.120.0/22 le 24,
+ 203.184.113.0/24,
+ 203.186.45.0/23 le 24,
+ 203.186.37.0/23 le 24,
+ 203.186.239.0/23 le 24,
+ 203.186.229.0/23 le 24,
+ 203.186.248.0/23 le 24,
+ 203.186.252.0/23 ge 24 le 24,
+ 203.186.221.0/23 le 24,
+ 203.186.194.0/24,
+ 203.186.207.0/23 le 24,
+ 203.186.200.0/22 le 24,
+ 203.186.139.0/24,
+ 203.36.96.0/21 le 24,
+ 203.36.83.0/22 le 24,
+ 203.36.195.0/24,
+ 203.36.134.0/24,
+ 203.36.128.0/24,
+ 203.39.5.0/24,
+ 203.39.60.0/24,
+ 203.39.62.0/24,
+ 203.40.155.0/18 le 24,
+ 203.42.226.0/20 le 24,
+ 203.42.253.0/21 le 24,
+ 203.42.242.0/23 le 24,
+ 203.42.201.0/24,
+ 203.42.197.0/21 ge 22 le 24,
+ 203.42.222.0/23 ge 24 le 24,
+ 203.42.220.0/23 le 24,
+ 203.42.216.0/23 le 24,
+ 203.42.211.0/22 le 24,
+ 203.42.213.0/24,
+ 203.42.215.0/24,
+ 203.42.176.0/24,
+ 203.42.174.0/23 le 24,
+ 203.42.172.0/24,
+ 203.42.132.0/23 ge 24 le 24,
+ 203.42.128.0/23 ge 24 le 24,
+ 203.42.137.0/24,
+ 203.42.138.0/24,
+ 203.42.154.0/24,
+ 203.42.16.0/24,
+ 203.42.31.0/23 le 24,
+ 203.42.24.0/23 ge 24 le 24,
+ 203.42.14.0/24,
+ 203.42.5.0/24,
+ 203.42.96.0/24,
+ 203.42.102.0/24,
+ 203.42.100.0/23 le 24,
+ 203.42.125.0/24,
+ 203.43.156.0/21 le 24,
+ 203.43.207.0/18 le 24,
+ 203.45.101.0/23 le 24,
+ 203.45.94.0/23 le 24,
+ 203.45.87.0/23 le 24,
+ 203.45.144.0/24,
+ 203.62.177.0/21 le 24,
+ 203.62.186.0/22 le 24,
+ 203.62.225.0/24,
+ 203.62.114.0/17 le 24,
+ 203.63.27.0/21 ge 22 le 24,
+ 203.63.92.0/19 le 24,
+ 203.63.104.0/20 le 24,
+ 203.63.163.0/24,
+ 203.63.219.0/24,
+ 203.63.243.0/24,
+ 203.49.127.0/23 le 24,
+ 203.49.118.0/23 le 24,
+ 203.49.61.0/23 ge 24 le 24,
+ 203.49.56.0/23 le 24,
+ 203.49.22.0/24,
+ 203.49.164.0/23 le 24,
+ 203.49.218.0/19 le 24,
+ 203.48.66.0/22 le 24,
+ 203.48.105.0/24,
+ 203.48.59.0/22 le 24,
+ 203.48.44.0/22 le 24,
+ 203.48.28.0/24,
+ 203.48.133.0/24,
+ 203.48.142.0/24,
+ 203.48.157.0/22 le 24,
+ 203.48.151.0/24,
+ 203.48.228.0/22 le 24,
+ 203.51.170.0/23 le 24,
+ 203.51.185.0/21 le 24,
+ 203.51.30.0/24,
+ 203.51.6.0/24,
+ 203.51.116.0/24,
+ 203.50.227.0/24,
+ 203.50.150.0/20 le 24,
+ 203.50.34.0/20 le 24,
+ 203.52.18.0/22 le 24,
+ 203.52.130.0/19 le 24,
+ 203.54.174.0/16 le 24,
+ 203.20.87.0/19 le 24,
+ 203.16.192.0/23 le 24,
+ 203.17.231.0/24,
+ 203.26.21.0/24,
+ 203.29.132.0/24,
+ 203.29.193.0/24,
+ 203.29.15.0/21 le 24,
+ 203.29.2.0/22 le 24,
+ 203.29.6.0/23 le 24,
+ 203.29.4.0/23 ge 24 le 24,
+ 203.11.181.0/24,
+ 203.8.18.0/21 ge 24 le 24,
+ 203.6.150.0/15 le 24,
+ 203.4.130.0/20 le 24,
+ 203.4.172.0/23 le 24,
+ 203.4.175.0/24,
+ 203.4.162.0/24,
+ 203.4.165.0/22 le 24,
+ 203.4.231.0/24,
+ 203.4.226.0/24,
+ 203.4.232.0/24,
+ 203.4.234.0/24,
+ 203.4.245.0/23 le 24,
+ 203.4.209.0/24,
+ 203.4.55.0/24,
+ 203.4.49.0/24,
+ 203.4.60.0/24,
+ 203.4.62.0/24,
+ 203.4.33.0/24,
+ 203.4.44.0/24,
+ 203.4.124.0/24,
+ 203.4.114.0/24,
+ 203.2.187.0/23 le 24,
+ 203.126.215.0/19 le 24,
+ 203.126.130.0/20 le 24,
+ 203.126.2.0/20 le 24,
+ 203.124.35.0/23 le 24,
+ 203.124.123.0/21 le 24,
+ 203.124.88.0/24,
+ 203.124.134.0/23 le 24,
+ 203.97.251.0/24,
+ 203.97.189.0/24,
+ 203.97.131.0/24,
+ 203.97.145.0/24,
+ 203.97.111.0/24,
+ 203.97.28.0/24,
+ 203.103.79.0/20 le 24,
+ 203.100.86.0/24,
+ 203.100.82.0/24,
+ 203.105.235.0/24,
+ 203.86.227.0/24,
+ 203.86.225.0/23 le 24,
+ 203.86.230.0/23 le 24,
+ 203.86.235.0/21 le 24,
+ 203.86.254.0/20 le 24,
+ 203.86.209.0/22 le 24,
+ 203.86.223.0/24,
+ 203.86.195.0/22 le 24,
+ 203.86.180.0/24,
+ 203.86.183.0/23 ge 24 le 24,
+ 203.86.176.0/23 ge 24 le 24,
+ 203.86.178.0/24,
+ 203.86.168.0/24,
+ 203.86.172.0/22 le 24,
+ 203.86.167.0/21 le 24,
+ 203.86.151.0/23 le 24,
+ 203.86.148.0/24,
+ 203.86.145.0/24,
+ 203.86.153.0/24,
+ 203.86.157.0/22 le 24,
+ 203.86.135.0/24,
+ 203.86.132.0/24,
+ 203.86.117.0/24,
+ 203.86.120.0/24,
+ 203.86.101.0/24,
+ 203.86.96.0/24,
+ 203.86.107.0/24,
+ 203.86.111.0/24,
+ 203.86.89.0/24,
+ 203.86.90.0/24,
+ 203.86.92.0/24,
+ 203.86.94.0/24,
+ 203.86.80.0/24,
+ 203.86.83.0/23 ge 24 le 24,
+ 203.86.69.0/24,
+ 203.86.67.0/23 le 24,
+ 203.86.74.0/24,
+ 203.86.79.0/23 le 24,
+ 203.86.77.0/24,
+ 203.86.21.0/24,
+ 203.86.17.0/22 le 24,
+ 203.86.26.0/24,
+ 203.86.28.0/24,
+ 203.86.61.0/24,
+ 203.86.50.0/24,
+ 203.86.42.0/24,
+ 203.84.104.0/19 le 24,
+ 203.84.129.0/24,
+ 203.80.16.0/18 le 24,
+ 203.81.86.0/18 le 24,
+ 203.81.136.0/22 le 24,
+ 203.91.33.0/16 le 24,
+ 203.92.82.0/19 le 24,
+ 203.94.123.0/24,
+ 203.94.230.0/24,
+ 203.94.191.0/24,
+ 203.94.184.0/24,
+ 203.94.179.0/24,
+ 203.94.169.0/24,
+ 203.95.166.0/24,
+ 203.95.255.0/23 le 24,
+ 203.70.216.0/14 le 24,
+ 203.65.140.0/18 le 24,
+ 203.66.166.0/18 le 24,
+ 203.78.5.0/24,
+ 203.79.57.0/24,
+ 203.79.40.0/24,
+ 203.75.43.0/23 ge 24 le 24,
+ 203.74.143.0/24,
+ 202.27.160.0/24,
+ 202.27.247.0/21 le 24,
+ 202.30.225.0/24,
+ 202.30.221.0/23 le 24,
+ 202.29.111.0/24,
+ 202.29.122.0/24,
+ 202.29.35.0/24,
+ 202.28.152.0/21 le 24,
+ 202.20.215.0/24,
+ 202.20.102.0/23 le 24,
+ 202.20.101.0/24,
+ 202.21.53.0/24,
+ 202.21.89.0/24,
+ 202.21.91.0/24,
+ 202.21.96.0/20 le 24,
+ 202.23.3.0/24,
+ 202.23.245.0/22 le 24,
+ 202.16.142.0/23 le 24,
+ 202.16.218.0/24,
+ 202.16.91.0/20 le 24,
+ 202.16.68.0/23 le 24,
+ 202.16.71.0/24,
+ 202.18.178.0/22 le 24,
+ 202.18.26.0/22 le 24,
+ 202.18.55.0/22 le 24,
+ 202.19.191.0/21 le 24,
+ 202.19.70.0/21 le 24,
+ 202.19.46.0/21 le 24,
+ 202.19.27.0/21 le 24,
+ 202.4.38.0/20 le 24,
+ 202.4.180.0/24,
+ 202.4.147.0/20 le 24,
+ 202.5.83.0/24,
+ 202.5.18.0/19 le 24,
+ 202.6.194.0/18 le 24,
+ 202.6.133.0/21 le 24,
+ 202.6.165.0/20 le 24,
+ 202.6.15.0/19 le 24,
+ 202.1.139.0/24,
+ 202.3.201.0/24,
+ 202.3.206.0/24,
+ 202.3.198.0/24,
+ 202.3.250.0/24,
+ 202.3.145.0/24,
+ 202.3.146.0/24,
+ 202.3.135.0/24,
+ 202.3.169.0/24,
+ 202.3.177.0/24,
+ 202.3.31.0/23 le 24,
+ 202.3.25.0/24,
+ 202.2.213.0/23 ge 24 le 24,
+ 202.2.214.0/24,
+ 202.2.204.0/24,
+ 202.2.206.0/24,
+ 202.2.131.0/24,
+ 202.2.162.0/24,
+ 202.2.160.0/24,
+ 202.2.171.0/24,
+ 202.2.172.0/22 le 24,
+ 202.2.186.0/22 le 24,
+ 202.2.178.0/23 le 24,
+ 202.2.182.0/23 le 24,
+ 202.2.20.0/23 le 24,
+ 202.2.17.0/24,
+ 202.2.25.0/24,
+ 202.2.7.0/24,
+ 202.2.109.0/20 le 24,
+ 202.2.122.0/23 le 24,
+ 202.2.118.0/24,
+ 202.2.112.0/23 le 24,
+ 202.2.92.0/24,
+ 202.10.129.0/24,
+ 202.11.145.0/22 le 24,
+ 202.11.27.0/22 le 24,
+ 202.15.223.0/23 ge 24 le 24,
+ 202.15.199.0/24,
+ 202.15.203.0/21 le 24,
+ 202.13.149.0/24,
+ 202.13.161.0/24,
+ 202.13.96.0/24,
+ 202.13.80.0/24,
+ 202.62.62.0/23 ge 24 le 24,
+ 202.63.239.0/19 le 24,
+ 202.63.177.0/22 le 24,
+ 202.60.232.0/24,
+ 202.61.68.0/21 le 24,
+ 202.57.106.0/16 le 24,
+ 202.58.114.0/24,
+ 202.58.105.0/24,
+ 202.58.44.0/24,
+ 202.58.59.0/24,
+ 202.58.29.0/24,
+ 202.58.200.0/24,
+ 202.58.248.0/24,
+ 202.58.185.0/24,
+ 202.58.182.0/24,
+ 202.59.103.0/23 le 24,
+ 202.59.207.0/23 le 24,
+ 202.59.167.0/23 le 24,
+ 202.50.36.0/23 ge 24 le 24,
+ 202.50.39.0/24,
+ 202.50.234.0/22 le 24,
+ 202.51.102.0/21 le 24,
+ 202.51.6.0/24,
+ 202.51.181.0/22 le 24,
+ 202.49.6.0/24,
+ 202.49.23.0/20 le 24,
+ 202.49.135.0/24,
+ 202.38.22.0/16 le 24,
+ 202.39.66.0/24,
+ 202.39.65.0/24,
+ 202.39.242.0/19 le 24,
+ 202.37.138.0/18 ge 19 le 24,
+ 202.45.104.0/24,
+ 202.45.100.0/24,
+ 202.45.217.0/24,
+ 202.47.123.0/19 le 24,
+ 202.47.248.0/19 le 24,
+ 202.41.185.0/23 le 24,
+ 202.41.188.0/23 le 24,
+ 202.41.180.0/23 ge 24 le 24,
+ 202.41.182.0/24,
+ 202.41.160.0/20 le 24,
+ 202.41.145.0/23 ge 24 le 24,
+ 202.41.146.0/24,
+ 202.41.151.0/24,
+ 202.41.149.0/24,
+ 202.41.139.0/23 le 24,
+ 202.41.132.0/22 le 24,
+ 202.41.201.0/24,
+ 202.41.196.0/24,
+ 202.41.209.0/24,
+ 202.41.220.0/23 ge 24 le 24,
+ 202.41.222.0/23 le 24,
+ 202.41.241.0/24,
+ 202.41.244.0/24,
+ 202.41.229.0/22 le 24,
+ 202.41.227.0/23 ge 24 le 24,
+ 202.41.10.0/24,
+ 202.41.26.0/24,
+ 202.41.24.0/24,
+ 202.41.16.0/24,
+ 202.41.18.0/24,
+ 202.41.20.0/24,
+ 202.41.23.0/24,
+ 202.41.38.0/23 le 24,
+ 202.41.32.0/22 le 24,
+ 202.41.47.0/21 le 24,
+ 202.41.53.0/20 le 24,
+ 202.41.107.0/22 le 24,
+ 202.41.111.0/23 ge 24 le 24,
+ 202.41.103.0/24,
+ 202.41.98.0/24,
+ 202.41.92.0/21 le 24,
+ 202.114.154.0/22 le 24,
+ 202.114.175.0/20 le 24,
+ 202.114.1.0/23 le 24,
+ 202.120.13.0/24,
+ 202.120.91.0/24,
+ 202.120.184.0/24,
+ 202.120.187.0/23 le 24,
+ 202.120.208.0/22 le 24,
+ 202.120.243.0/23 le 24,
+ 202.120.251.0/23 le 24,
+ 202.120.248.0/24,
+ 202.120.254.0/22 le 24,
+ 202.120.236.0/22 le 24,
+ 202.120.231.0/24,
+ 202.123.186.0/16 le 24,
+ 202.127.36.0/24,
+ 202.126.73.0/24,
+ 202.126.106.0/24,
+ 202.126.124.0/24,
+ 202.126.55.0/24,
+ 202.126.63.0/24,
+ 202.126.60.0/24,
+ 202.126.58.0/24,
+ 202.126.47.0/24,
+ 202.126.15.0/24,
+ 202.126.18.0/24,
+ 202.126.186.0/24,
+ 202.126.185.0/24,
+ 202.126.162.0/24,
+ 202.126.143.0/24,
+ 202.126.151.0/24,
+ 202.126.206.0/24,
+ 202.126.222.0/23 ge 24 le 24,
+ 202.126.214.0/24,
+ 202.126.242.0/24,
+ 202.125.41.0/24,
+ 202.125.39.0/24,
+ 202.125.60.0/24,
+ 202.125.50.0/24,
+ 202.125.49.0/24,
+ 202.125.0.0/24,
+ 202.125.2.0/23 le 24,
+ 202.125.4.0/22 le 24,
+ 202.125.12.0/21 le 24,
+ 202.125.24.0/20 le 24,
+ 202.125.105.0/24,
+ 202.125.98.0/22 le 24,
+ 202.125.113.0/22 le 24,
+ 202.125.116.0/24,
+ 202.125.124.0/23 le 24,
+ 202.125.127.0/23 ge 24 le 24,
+ 202.125.71.0/22 le 24,
+ 202.125.87.0/21 le 24,
+ 202.125.210.0/23 le 24,
+ 202.125.213.0/24,
+ 202.125.218.0/23 le 24,
+ 202.125.216.0/24,
+ 202.125.220.0/24,
+ 202.125.204.0/23 ge 24 le 24,
+ 202.125.201.0/23 le 24,
+ 202.125.198.0/24,
+ 202.125.225.0/21 le 24,
+ 202.125.238.0/23 le 24,
+ 202.125.245.0/24,
+ 202.125.254.0/23 le 24,
+ 202.125.251.0/24,
+ 202.125.145.0/23 le 24,
+ 202.125.148.0/22 le 24,
+ 202.125.187.0/24,
+ 202.125.182.0/23 ge 24 le 24,
+ 202.125.179.0/23 ge 24 le 24,
+ 202.125.176.0/24,
+ 202.125.171.0/24,
+ 202.125.174.0/23 le 24,
+ 202.100.51.0/17 le 24,
+ 202.101.85.0/24,
+ 202.103.123.0/24,
+ 202.103.100.0/22 le 24,
+ 202.103.111.0/23 le 24,
+ 202.103.66.0/22 le 24,
+ 202.103.68.0/23 le 24,
+ 202.103.77.0/24,
+ 202.103.78.0/24,
+ 202.103.73.0/24,
+ 202.103.80.0/23 le 24,
+ 202.103.27.0/24,
+ 202.103.4.0/24,
+ 202.103.203.0/24,
+ 202.103.196.0/24,
+ 202.103.199.0/24,
+ 202.103.194.0/23 ge 24 le 24,
+ 202.103.212.0/24,
+ 202.103.218.0/24,
+ 202.103.220.0/22 ge 23 le 24,
+ 202.103.241.0/22 le 24,
+ 202.103.248.0/24,
+ 202.103.163.0/24,
+ 202.103.161.0/23 ge 24 le 24,
+ 202.103.166.0/23 ge 24 le 24,
+ 202.103.146.0/23 le 24,
+ 202.103.134.0/23 le 24,
+ 202.103.130.0/23 ge 24 le 24,
+ 202.103.128.0/24,
+ 202.102.46.0/24,
+ 202.102.33.0/23 le 24,
+ 202.102.35.0/24,
+ 202.102.59.0/23 le 24,
+ 202.102.60.0/22 le 24,
+ 202.102.14.0/19 le 24,
+ 202.102.89.0/21 le 24,
+ 202.102.82.0/22 le 24,
+ 202.102.86.0/23 le 24,
+ 202.102.84.0/24,
+ 202.102.68.0/23 le 24,
+ 202.102.102.0/24,
+ 202.102.105.0/24,
+ 202.102.146.0/24,
+ 202.102.145.0/23 ge 24 le 24,
+ 202.102.159.0/23 le 24,
+ 202.102.153.0/22 le 24,
+ 202.102.134.0/23 le 24,
+ 202.102.142.0/22 ge 23 le 24,
+ 202.102.162.0/23 le 24,
+ 202.102.160.0/24,
+ 202.96.150.0/18 le 24,
+ 202.110.23.0/23 le 24,
+ 202.110.63.0/23 le 24,
+ 202.109.70.0/24,
+ 202.106.50.0/22 ge 24 le 24,
+ 202.106.53.0/23 ge 24 le 24,
+ 202.106.54.0/23 le 24,
+ 202.106.60.0/23 le 24,
+ 202.106.133.0/20 le 24,
+ 202.106.181.0/19 le 24,
+ 202.106.249.0/19 le 24,
+ 202.73.110.0/24,
+ 202.64.80.0/22 le 24,
+ 202.64.72.0/24,
+ 202.64.123.0/24,
+ 202.64.126.0/24,
+ 202.64.23.0/24,
+ 202.64.16.0/24,
+ 202.64.4.0/21 le 24,
+ 202.64.10.0/23 le 24,
+ 202.64.13.0/24,
+ 202.64.14.0/24,
+ 202.64.47.0/23 le 24,
+ 202.64.211.0/23 le 24,
+ 202.64.192.0/24,
+ 202.64.203.0/24,
+ 202.64.228.0/24,
+ 202.64.231.0/24,
+ 202.64.233.0/23 le 24,
+ 202.64.152.0/19 le 24,
+ 202.66.12.0/24,
+ 202.66.122.0/24,
+ 202.66.119.0/24,
+ 202.66.73.0/24,
+ 202.66.76.0/24,
+ 202.66.82.0/24,
+ 202.67.230.0/20 le 24,
+ 202.69.79.0/24,
+ 202.69.70.0/23 le 24,
+ 202.69.86.0/24,
+ 202.69.95.0/24,
+ 202.69.91.0/24,
+ 202.69.110.0/24,
+ 202.69.102.0/24,
+ 202.69.15.0/24,
+ 202.69.40.0/24,
+ 202.69.34.0/23 le 24,
+ 202.69.58.0/23 le 24,
+ 202.69.56.0/24,
+ 202.69.63.0/24,
+ 202.69.49.0/24,
+ 202.69.254.0/23 le 24,
+ 202.69.241.0/22 le 24,
+ 202.69.244.0/24,
+ 202.69.246.0/24,
+ 202.69.230.0/24,
+ 202.69.224.0/24,
+ 202.69.206.0/24,
+ 202.69.217.0/24,
+ 202.69.214.0/24,
+ 202.69.211.0/24,
+ 202.69.181.0/24,
+ 202.69.177.0/24,
+ 202.69.186.0/24,
+ 202.69.184.0/23 le 24,
+ 202.69.168.0/23 le 24,
+ 202.69.161.0/22 le 24,
+ 202.69.166.0/23 le 24,
+ 202.69.164.0/24,
+ 202.68.242.0/23 le 24,
+ 202.68.228.0/24,
+ 202.68.232.0/23 le 24,
+ 202.68.202.0/23 le 24,
+ 202.68.200.0/24,
+ 202.68.165.0/24,
+ 202.68.167.0/23 ge 24 le 24,
+ 202.68.49.0/24,
+ 202.68.51.0/24,
+ 202.68.1.0/24,
+ 202.68.29.0/24,
+ 202.68.20.0/24,
+ 202.68.16.0/24,
+ 202.71.183.0/18 le 24,
+ 202.71.85.0/22 le 24,
+ 202.71.105.0/22 le 24,
+ 202.80.21.0/24,
+ 202.83.91.0/24,
+ 202.85.6.0/23 le 24,
+ 202.93.86.0/24,
+ 202.94.22.0/17 le 24,
+ 202.89.84.0/19 le 24,
+ 202.89.125.0/24,
+ 202.89.111.0/24,
+ 201.161.128.0/24,
+ 201.169.247.0/24,
+ 201.184.55.0/24,
+ 201.184.16.0/22 le 24,
+ 201.185.92.0/21 le 24,
+ 201.185.84.0/23 le 24,
+ 201.179.41.0/23 le 24,
+ 201.178.213.0/24,
+ 201.181.151.0/24,
+ 201.183.177.0/21 le 24,
+ 201.182.168.0/24,
+ 201.146.237.0/19 le 24,
+ 201.146.143.0/24,
+ 201.146.87.0/21 ge 22 le 24,
+ 201.146.76.0/22 le 24,
+ 201.146.69.0/22 ge 24 le 24,
+ 201.148.36.0/24,
+ 201.149.88.0/16 le 24,
+ 201.141.203.0/24,
+ 201.143.126.0/24,
+ 201.143.122.0/24,
+ 201.143.119.0/21 ge 24 le 24,
+ 201.143.97.0/21 le 24,
+ 201.143.104.0/24,
+ 201.143.147.0/23 le 24,
+ 201.139.184.0/20 le 24,
+ 201.139.41.0/22 le 24,
+ 201.139.15.0/21 le 24,
+ 201.136.12.0/20 le 24,
+ 201.136.41.0/21 le 24,
+ 201.133.27.0/17 le 24,
+ 201.128.170.0/24,
+ 201.128.133.0/24,
+ 201.128.247.0/24,
+ 201.128.245.0/23 le 24,
+ 201.128.250.0/23 le 24,
+ 201.128.249.0/24,
+ 201.128.219.0/24,
+ 201.234.86.0/24,
+ 201.233.63.0/24,
+ 201.233.235.0/24,
+ 201.238.11.0/20 le 24,
+ 201.239.112.0/24,
+ 201.231.29.0/23 le 24,
+ 201.231.52.0/24,
+ 201.231.144.0/24,
+ 201.224.164.0/15 ge 16 le 24,
+ 201.255.116.0/24,
+ 201.254.154.0/22 le 24,
+ 201.252.233.0/22 le 24,
+ 201.253.185.0/24,
+ 201.253.139.0/24,
+ 201.253.130.0/24,
+ 201.253.229.0/23 le 24,
+ 201.253.193.0/19 le 24,
+ 201.253.79.0/23 le 24,
+ 201.253.30.0/22 le 24,
+ 201.211.172.0/23 le 24,
+ 201.211.171.0/22 le 24,
+ 201.211.197.0/23 le 24,
+ 201.211.192.0/23 le 24,
+ 201.211.212.0/23 le 24,
+ 201.215.47.0/23 le 24,
+ 201.212.165.0/24,
+ 201.218.44.0/24,
+ 201.218.54.0/23 le 24,
+ 201.217.53.0/24,
+ 201.217.91.0/23 le 24,
+ 201.223.220.0/22 le 24,
+ 201.223.136.0/19 le 24,
+ 201.223.125.0/19 le 24,
+ 201.223.62.0/23 ge 24 le 24,
+ 201.223.61.0/24,
+ 201.203.186.0/20 le 24,
+ 201.205.120.0/24,
+ 201.194.172.0/24,
+ 201.194.180.0/24,
+ 201.194.178.0/24,
+ 201.194.187.0/23 le 24,
+ 201.194.136.0/20 le 24,
+ 201.194.228.0/24,
+ 201.194.99.0/24,
+ 201.194.104.0/24,
+ 201.194.112.0/23 ge 24 le 24,
+ 201.194.123.0/21 ge 24 le 24,
+ 201.199.79.0/21 le 24,
+ 201.196.64.0/24,
+ 201.196.12.0/24,
+ 201.196.223.0/21 le 24,
+ 201.196.212.0/24,
+ 201.196.208.0/23 ge 24 le 24,
+ 201.196.139.0/23 le 24,
+ 201.197.37.0/19 le 24,
+ 201.197.245.0/22 le 24,
+ 201.91.24.0/23 ge 24 le 24,
+ 201.91.26.0/24,
+ 201.91.6.0/24,
+ 201.91.9.0/24,
+ 201.91.47.0/24,
+ 201.91.45.0/24,
+ 201.91.52.0/24,
+ 201.91.63.0/24,
+ 201.91.116.0/24,
+ 201.91.127.0/24,
+ 201.91.101.0/24,
+ 201.91.103.0/24,
+ 201.91.148.0/23 ge 24 le 24,
+ 201.91.190.0/24,
+ 201.91.172.0/24,
+ 201.91.175.0/23 ge 24 le 24,
+ 201.91.166.0/24,
+ 201.91.160.0/24,
+ 201.91.162.0/23 le 24,
+ 201.91.209.0/20 le 24,
+ 201.91.192.0/21 le 24,
+ 201.91.202.0/23 le 24,
+ 201.91.201.0/23 ge 24 le 24,
+ 201.91.206.0/24,
+ 201.91.204.0/24,
+ 201.91.228.0/24,
+ 201.91.231.0/24,
+ 201.91.232.0/24,
+ 201.91.235.0/23 le 24,
+ 201.91.245.0/24,
+ 201.91.240.0/23 le 24,
+ 201.91.248.0/24,
+ 201.90.99.0/19 le 24,
+ 201.93.139.0/24,
+ 201.93.159.0/24,
+ 201.93.174.0/24,
+ 201.93.173.0/24,
+ 201.93.170.0/23 le 24,
+ 201.93.176.0/20 le 24,
+ 201.93.219.0/21 le 24,
+ 201.93.213.0/24,
+ 201.93.209.0/24,
+ 201.93.211.0/24,
+ 201.93.198.0/23 le 24,
+ 201.93.195.0/24,
+ 201.93.205.0/24,
+ 201.93.203.0/23 le 24,
+ 201.93.231.0/22 ge 24 le 24,
+ 201.93.227.0/23 le 24,
+ 201.93.244.0/24,
+ 201.93.243.0/23 le 24,
+ 201.93.240.0/24,
+ 201.93.95.0/18 le 24,
+ 201.93.61.0/24,
+ 201.93.48.0/23 ge 24 le 24,
+ 201.93.53.0/24,
+ 201.93.54.0/23 le 24,
+ 201.93.46.0/24,
+ 201.93.43.0/24,
+ 201.93.37.0/24,
+ 201.93.39.0/24,
+ 201.93.33.0/24,
+ 201.93.25.0/22 le 24,
+ 201.93.28.0/23 ge 24 le 24,
+ 201.93.31.0/24,
+ 201.93.17.0/24,
+ 201.93.2.0/24,
+ 201.93.0.0/23 le 24,
+ 201.93.6.0/24,
+ 201.82.221.0/20 le 24,
+ 201.67.220.0/22 le 24,
+ 201.64.103.0/23 le 24,
+ 201.64.124.0/24,
+ 201.64.225.0/24,
+ 201.73.218.0/23 ge 24 le 24,
+ 201.73.221.0/22 le 24,
+ 201.73.200.0/23 le 24,
+ 201.73.207.0/23 le 24,
+ 201.73.194.0/24,
+ 201.76.139.0/22 le 24,
+ 201.76.177.0/21 le 24,
+ 201.78.222.0/24,
+ 201.113.79.0/24,
+ 201.115.3.0/20 le 24,
+ 201.114.99.0/19 le 24,
+ 201.119.207.0/16 le 24,
+ 201.117.40.0/24,
+ 201.117.63.0/24,
+ 201.117.18.0/24,
+ 201.116.192.0/24,
+ 201.116.220.0/24,
+ 201.116.216.0/24,
+ 201.116.149.0/24,
+ 201.116.125.0/24,
+ 201.126.197.0/16 le 24,
+ 201.127.72.0/22 le 24,
+ 201.122.78.0/16 le 24,
+ 201.121.157.0/24,
+ 201.102.13.0/20 le 24,
+ 201.102.20.0/23 ge 24 le 24,
+ 201.102.19.0/22 ge 24 le 24,
+ 201.102.25.0/22 le 24,
+ 201.102.52.0/23 ge 24 le 24,
+ 201.102.63.0/24,
+ 201.102.60.0/24,
+ 201.102.56.0/24,
+ 201.102.32.0/24,
+ 201.102.42.0/24,
+ 201.102.41.0/24,
+ 201.103.1.0/17 le 24,
+ 201.103.231.0/18 le 24,
+ 201.103.162.0/19 le 24,
+ 201.103.148.0/20 le 24,
+ 201.103.140.0/21 le 24,
+ 201.103.128.0/22 le 24,
+ 201.103.132.0/23 le 24,
+ 201.103.135.0/24,
+ 201.101.228.0/16 ge 18 le 24,
+ 201.97.74.0/24,
+ 201.97.240.0/19 le 24,
+ 201.105.187.0/20 le 24,
+ 201.107.230.0/16 le 24,
+ 201.109.127.0/19 le 24,
+ 201.110.146.0/24,
+ 201.110.90.0/22 le 24,
+ 201.110.118.0/22 le 24,
+ 201.110.123.0/21 le 24,
+ 201.111.125.0/24,
+ 201.111.225.0/24,
+ 201.111.233.0/24,
+ 201.111.173.0/19 le 24,
+ 201.54.220.0/24,
+ 201.55.161.0/19 le 24,
+ 201.52.37.0/18 le 24,
+ 201.52.225.0/18 le 24,
+ 201.51.132.0/19 le 24,
+ 201.50.211.0/24,
+ 201.50.192.0/23 le 24,
+ 201.50.199.0/22 le 24,
+ 201.50.116.0/24,
+ 201.50.110.0/24,
+ 201.50.3.0/24,
+ 201.48.195.0/21 le 24,
+ 201.48.157.0/22 le 24,
+ 201.48.184.0/24,
+ 201.57.62.0/20 le 24,
+ 201.57.11.0/23 le 24,
+ 201.57.156.0/22 ge 23 le 24,
+ 201.57.152.0/22 le 24,
+ 201.57.150.0/22 le 24,
+ 201.59.121.0/18 le 24,
+ 201.58.16.0/24,
+ 201.63.51.0/19 le 24,
+ 201.61.43.0/18 le 24,
+ 201.60.46.0/18 le 24,
+ 201.60.132.0/17 ge 18 le 24,
+ 201.37.186.0/24,
+ 201.37.217.0/22 le 24,
+ 201.37.200.0/21 le 24,
+ 201.37.77.0/24,
+ 201.37.52.0/21 le 24,
+ 201.37.28.0/23 le 24,
+ 201.36.164.0/20 le 24,
+ 201.36.183.0/21 le 24,
+ 201.38.149.0/19 le 24,
+ 201.38.116.0/19 le 24,
+ 201.33.32.0/24,
+ 201.33.82.0/19 le 24,
+ 201.45.72.0/24,
+ 201.44.30.0/24,
+ 201.43.116.0/24,
+ 201.43.175.0/22 le 24,
+ 201.42.17.0/24,
+ 201.42.130.0/20 le 24,
+ 201.40.255.0/24,
+ 201.41.86.0/24,
+ 201.41.29.0/24,
+ 201.41.41.0/24,
+ 201.41.195.0/20 le 24,
+ 201.41.177.0/19 le 24,
+ 201.26.110.0/21 ge 22 le 24,
+ 201.26.97.0/21 le 24,
+ 201.26.121.0/20 le 24,
+ 201.27.134.0/21 le 24,
+ 201.30.251.0/22 ge 24 le 24,
+ 201.11.193.0/16 le 24,
+ 201.6.214.0/22 le 24,
+ 201.6.216.0/21 le 24,
+ 201.6.193.0/21 le 24,
+ 201.6.207.0/23 le 24,
+ 201.6.200.0/23 le 24,
+ 201.6.171.0/21 le 24,
+ 201.6.163.0/22 le 24,
+ 201.5.108.0/19 le 24,
+ 201.0.203.0/16 le 24,
+ 200.120.75.0/24,
+ 200.120.59.0/21 le 24,
+ 200.122.110.0/21 le 24,
+ 200.123.80.0/24,
+ 200.105.230.0/24,
+ 200.106.68.0/21 le 24,
+ 200.106.169.0/22 le 24,
+ 200.111.25.0/18 le 24,
+ 200.103.74.0/24,
+ 200.98.35.0/19 ge 20 le 24,
+ 200.88.213.0/24,
+ 200.88.196.0/24,
+ 200.90.125.0/24,
+ 200.90.121.0/23 ge 24 le 24,
+ 200.90.123.0/23 le 24,
+ 200.90.14.0/23 le 24,
+ 200.90.61.0/22 le 24,
+ 200.90.40.0/24,
+ 200.90.32.0/24,
+ 200.91.129.0/16 le 24,
+ 200.80.195.0/24,
+ 200.80.192.0/24,
+ 200.81.5.0/24,
+ 200.82.232.0/23 le 24,
+ 200.87.75.0/19 le 24,
+ 200.84.176.0/24,
+ 200.84.137.0/20 le 24,
+ 200.84.201.0/21 le 24,
+ 200.84.198.0/22 le 24,
+ 200.84.192.0/23 le 24,
+ 200.84.50.0/17 le 24,
+ 200.67.80.0/24,
+ 200.65.87.0/21 le 24,
+ 200.65.94.0/22 le 24,
+ 200.65.69.0/20 le 24,
+ 200.73.215.0/16 le 24,
+ 200.0.182.0/16 le 24,
+ 200.2.170.0/24,
+ 200.2.151.0/24,
+ 200.13.67.0/20 le 24,
+ 200.10.59.0/24,
+ 200.8.246.0/24,
+ 200.8.76.0/24,
+ 200.27.133.0/16 le 24,
+ 200.28.86.0/23 le 24,
+ 200.20.144.0/24,
+ 200.21.204.0/24,
+ 200.18.22.0/24,
+ 200.18.122.0/24,
+ 200.19.141.0/23 le 24,
+ 200.39.232.0/24,
+ 200.39.244.0/24,
+ 200.39.218.0/24,
+ 200.39.158.0/24,
+ 200.39.146.0/24,
+ 200.43.61.0/18 ge 20 le 24,
+ 200.43.125.0/20 le 24,
+ 200.43.94.0/20 le 24,
+ 200.43.231.0/20 le 24,
+ 200.43.204.0/19 ge 20 le 24,
+ 200.43.131.0/18 ge 20 le 24,
+ 200.52.78.0/17 le 24,
+ 200.55.128.0/17 le 24,
+ 200.61.135.0/24,
+ 200.61.133.0/24,
+ 200.61.195.0/24,
+ 200.60.55.0/21 le 24,
+ 200.56.210.0/20 le 24,
+ 200.166.13.0/18 le 24,
+ 200.166.172.0/19 le 24,
+ 200.164.1.0/16 le 24,
+ 200.165.38.0/24,
+ 200.165.35.0/24,
+ 200.165.71.0/24,
+ 200.165.213.0/24,
+ 200.165.210.0/24,
+ 200.165.131.0/24,
+ 200.161.71.0/20 le 24,
+ 200.161.122.0/19 le 24,
+ 200.187.92.0/24,
+ 200.180.101.0/18 le 24,
+ 200.182.162.0/18 le 24,
+ 200.177.40.0/24,
+ 200.177.57.0/24,
+ 200.176.186.0/17 le 24,
+ 200.179.197.0/19 le 24,
+ 200.159.184.0/17 le 24,
+ 200.159.5.0/18 le 24,
+ 200.159.116.0/18 ge 19 le 24,
+ 200.157.255.0/24,
+ 200.152.4.0/16 le 24,
+ 200.155.123.0/20 le 24,
+ 200.155.81.0/23 ge 24 le 24,
+ 200.146.233.0/18 le 24,
+ 200.149.92.0/16 le 24,
+ 200.138.139.0/24,
+ 200.138.239.0/24,
+ 200.136.46.0/17 le 24,
+ 200.137.150.0/24,
+ 200.137.144.0/24,
+ 200.142.151.0/22 le 24,
+ 200.142.159.0/21 le 24,
+ 200.142.139.0/20 le 24,
+ 200.142.160.0/19 le 24,
+ 200.135.40.0/24,
+ 200.135.28.0/24,
+ 200.134.246.0/24,
+ 200.134.213.0/24,
+ 200.134.217.0/24,
+ 200.134.219.0/24,
+ 200.134.167.0/24,
+ 200.132.248.0/20 le 24,
+ 200.242.221.0/24,
+ 200.240.211.0/21 le 24,
+ 200.240.197.0/24,
+ 200.240.199.0/24,
+ 200.241.29.0/17 le 24,
+ 200.244.183.0/20 le 24,
+ 200.246.147.0/18 le 24,
+ 200.250.213.0/18 le 24,
+ 200.251.164.0/24,
+ 200.251.137.0/24,
+ 200.248.75.0/23 le 24,
+ 200.249.142.0/21 le 24,
+ 200.249.131.0/22 le 24,
+ 200.249.133.0/23 le 24,
+ 200.249.134.0/23 ge 24 le 24,
+ 200.249.158.0/22 le 24,
+ 200.254.130.0/20 le 24,
+ 200.254.155.0/21 le 24,
+ 200.253.193.0/18 le 24,
+ 200.232.48.0/23 le 24,
+ 200.232.55.0/24,
+ 200.238.67.0/22 le 24,
+ 200.238.217.0/23 le 24,
+ 200.224.48.0/17 le 24,
+ 200.224.254.0/18 le 24,
+ 200.231.51.0/23 le 24,
+ 200.228.242.0/20 le 24,
+ 200.198.72.0/24,
+ 200.196.62.0/24,
+ 200.196.41.0/24,
+ 200.196.92.0/23 le 24,
+ 200.196.87.0/21 le 24,
+ 200.192.102.0/24,
+ 200.192.122.0/22 le 24,
+ 200.193.61.0/24,
+ 200.194.240.0/19 le 24,
+ 200.195.181.0/23 ge 24 le 24,
+ 200.195.182.0/24,
+ 200.207.83.0/19 le 24,
+ 200.201.166.0/16 le 24,
+ 200.203.178.0/23 le 24,
+ 200.216.31.0/22 le 24,
+ 200.219.100.0/24,
+ 200.222.120.0/24,
+ 200.220.29.0/18 le 24,
+ 200.220.212.0/20 le 24,
+ 200.211.186.0/24,
+ 200.214.99.0/24,
+ 200.214.105.0/24,
+ 200.214.107.0/24,
+ 200.214.116.0/24,
+ 200.214.126.0/24,
+ 200.214.123.0/24,
+ 200.214.69.0/24,
+ 200.214.77.0/24,
+ 200.214.78.0/24,
+ 200.214.81.0/24,
+ 200.214.87.0/24,
+ 200.214.91.0/24,
+ 200.214.6.0/24,
+ 200.214.60.0/24,
+ 200.214.47.0/24,
+ 200.214.198.0/23 le 24,
+ 200.214.218.0/24,
+ 200.212.205.0/20 le 24,
+ 200.212.221.0/24,
+ 217.236.170.0/24,
+ 217.232.57.0/24,
+ 217.232.42.0/24,
+ 217.235.236.0/24,
+ 217.235.102.0/24,
+ 217.227.105.0/22 le 24,
+ 217.227.9.0/19 ge 24 le 24,
+ 217.224.45.0/23 le 24,
+ 217.225.60.0/24,
+ 217.231.117.0/24,
+ 217.231.19.0/23 le 24,
+ 217.229.71.0/24,
+ 217.242.31.0/24,
+ 217.242.203.0/21 le 24,
+ 217.243.48.0/24,
+ 217.247.203.0/24,
+ 217.247.205.0/24,
+ 217.245.54.0/22 le 24,
+ 217.252.179.0/24,
+ 217.251.154.0/24,
+ 217.193.61.0/21 le 24,
+ 217.193.26.0/20 le 24,
+ 217.192.37.0/22 le 24,
+ 217.192.142.0/24,
+ 217.198.95.0/23 le 24,
+ 217.198.124.0/23 le 24,
+ 217.198.154.0/18 le 24,
+ 217.206.202.0/24,
+ 217.206.144.0/22 le 24,
+ 217.205.66.0/23 le 24,
+ 217.212.175.0/18 le 24,
+ 217.212.92.0/18 le 24,
+ 217.212.41.0/20 le 24,
+ 217.213.132.0/17 ge 19 le 24,
+ 217.213.117.0/19 le 24,
+ 217.213.77.0/19 ge 20 le 24,
+ 217.213.37.0/18 ge 20 le 24,
+ 217.214.92.0/18 le 24,
+ 217.214.54.0/19 ge 20 le 24,
+ 217.214.25.0/19 le 24,
+ 217.214.248.0/19 le 24,
+ 217.214.218.0/19 ge 20 le 24,
+ 217.215.210.0/18 le 24,
+ 217.215.149.0/18 ge 19 le 24,
+ 217.215.108.0/18 le 24,
+ 217.215.42.0/19 le 24,
+ 217.215.12.0/20 ge 21 le 24,
+ 217.211.19.0/21 le 24,
+ 217.211.27.0/24,
+ 217.211.3.0/24,
+ 217.211.34.0/21 le 24,
+ 217.211.45.0/24,
+ 217.211.53.0/24,
+ 217.211.58.0/24,
+ 217.219.155.0/24,
+ 217.219.148.0/24,
+ 217.216.5.0/24,
+ 217.147.112.0/22 le 24,
+ 217.147.138.0/23 le 24,
+ 217.147.130.0/24,
+ 217.146.31.0/22 le 24,
+ 217.146.83.0/22 le 24,
+ 217.146.251.0/23 ge 24 le 24,
+ 217.146.210.0/22 le 24,
+ 217.146.194.0/24,
+ 217.146.198.0/23 ge 24 le 24,
+ 217.146.197.0/23 le 24,
+ 217.146.128.0/22 le 24,
+ 217.146.169.0/22 le 24,
+ 217.145.78.0/22 le 24,
+ 217.145.81.0/22 le 24,
+ 217.145.168.0/21 le 24,
+ 217.145.235.0/21 le 24,
+ 217.144.78.0/22 le 24,
+ 217.144.157.0/21 le 24,
+ 217.144.167.0/22 le 24,
+ 217.144.243.0/22 le 24,
+ 217.144.204.0/22 le 24,
+ 217.144.200.0/24,
+ 217.144.220.0/21 le 24,
+ 217.150.76.0/22 le 24,
+ 217.150.84.0/22 le 24,
+ 217.150.46.0/22 le 24,
+ 217.150.186.0/22 le 24,
+ 217.150.131.0/21 le 24,
+ 217.150.252.0/22 le 24,
+ 217.151.3.0/24,
+ 217.151.1.0/23 ge 24 le 24,
+ 217.151.7.0/24,
+ 217.151.200.0/21 le 24,
+ 217.151.179.0/23 le 24,
+ 217.148.88.0/22 le 24,
+ 217.148.38.0/20 ge 21 le 24,
+ 217.148.242.0/22 le 24,
+ 217.149.4.0/22 le 24,
+ 217.149.90.0/21 le 24,
+ 217.149.158.0/22 le 24,
+ 217.149.213.0/22 le 24,
+ 217.149.229.0/21 le 24,
+ 217.154.236.0/21 le 24,
+ 217.154.255.0/22 le 24,
+ 217.154.241.0/24,
+ 217.154.242.0/23 ge 24 le 24,
+ 217.154.244.0/23 le 24,
+ 217.154.247.0/24,
+ 217.154.198.0/23 le 24,
+ 217.154.34.0/22 le 24,
+ 217.154.81.0/23 ge 24 le 24,
+ 217.154.116.0/22 le 24,
+ 217.155.206.0/22 le 24,
+ 217.155.254.0/22 le 24,
+ 217.155.234.0/22 ge 23 le 24,
+ 217.155.236.0/24,
+ 217.155.238.0/24,
+ 217.155.118.0/21 le 24,
+ 217.155.13.0/21 le 24,
+ 217.152.215.0/23 le 24,
+ 217.152.208.0/22 le 24,
+ 217.152.19.0/21 le 24,
+ 217.152.3.0/22 ge 23 le 24,
+ 217.152.7.0/22 le 24,
+ 217.153.212.0/21 le 24,
+ 217.153.56.0/21 le 24,
+ 217.153.53.0/22 le 24,
+ 217.153.46.0/22 le 24,
+ 217.153.70.0/22 le 24,
+ 217.153.97.0/24,
+ 217.159.108.0/23 le 24,
+ 217.159.79.0/22 le 24,
+ 217.159.83.0/24,
+ 217.159.85.0/22 le 24,
+ 217.159.92.0/21 le 24,
+ 217.159.55.0/23 le 24,
+ 217.159.223.0/23 le 24,
+ 217.159.149.0/22 le 24,
+ 217.159.191.0/22 le 24,
+ 217.158.41.0/24,
+ 217.158.40.0/24,
+ 217.158.25.0/23 ge 24 le 24,
+ 217.158.139.0/22 ge 24 le 24,
+ 217.158.156.0/21 le 24,
+ 217.158.250.0/21 le 24,
+ 217.156.208.0/22 le 24,
+ 217.156.201.0/21 le 24,
+ 217.156.143.0/22 le 24,
+ 217.156.20.0/21 le 24,
+ 217.156.31.0/22 le 24,
+ 217.156.104.0/23 le 24,
+ 217.157.183.0/22 le 24,
+ 217.157.187.0/21 le 24,
+ 217.157.151.0/22 le 24,
+ 217.157.17.0/22 le 24,
+ 217.157.85.0/21 le 24,
+ 217.136.123.0/21 le 24,
+ 217.136.69.0/22 ge 23 le 24,
+ 217.136.11.0/21 le 24,
+ 217.136.25.0/21 le 24,
+ 217.136.197.0/22 ge 24 le 24,
+ 217.136.140.0/21 le 24,
+ 217.136.182.0/23 ge 24 le 24,
+ 217.136.180.0/24,
+ 217.136.160.0/22 le 24,
+ 217.137.250.0/22 le 24,
+ 217.137.164.0/24,
+ 217.137.146.0/22 le 24,
+ 217.137.19.0/22 le 24,
+ 217.137.121.0/22 le 24,
+ 217.137.126.0/23 le 24,
+ 217.137.70.0/24,
+ 217.139.112.0/21 ge 24 le 24,
+ 217.139.136.0/22 le 24,
+ 217.139.201.0/22 le 24,
+ 217.139.254.0/24,
+ 217.138.243.0/21 le 24,
+ 217.138.14.0/22 le 24,
+ 217.143.130.0/23 ge 24 le 24,
+ 217.143.220.0/22 le 24,
+ 217.143.41.0/24,
+ 217.142.8.0/22 le 24,
+ 217.142.64.0/22 le 24,
+ 217.142.80.0/22 le 24,
+ 217.142.100.0/22 le 24,
+ 217.142.227.0/21 le 24,
+ 217.142.218.0/22 le 24,
+ 217.142.177.0/22 le 24,
+ 217.142.149.0/21 le 24,
+ 217.140.60.0/22 le 24,
+ 217.140.3.0/22 le 24,
+ 217.140.109.0/22 le 24,
+ 217.140.76.0/22 le 24,
+ 217.140.94.0/23 le 24,
+ 217.141.115.0/24,
+ 217.141.211.0/22 le 24,
+ 217.134.155.0/22 le 24,
+ 217.134.158.0/24,
+ 217.134.156.0/24,
+ 217.134.69.0/21 le 24,
+ 217.134.40.0/22 le 24,
+ 217.135.236.0/22 le 24,
+ 217.135.241.0/22 le 24,
+ 217.135.38.0/22 le 24,
+ 217.135.98.0/21 le 24,
+ 217.133.76.0/23 le 24,
+ 217.133.35.0/21 le 24,
+ 217.133.59.0/22 le 24,
+ 217.132.230.0/23 le 24,
+ 217.132.196.0/21 ge 22 le 24,
+ 217.132.176.0/22 le 24,
+ 217.129.229.0/21 le 24,
+ 217.129.214.0/22 ge 24 le 24,
+ 217.129.137.0/22 le 24,
+ 217.129.132.0/21 ge 22 le 24,
+ 217.129.83.0/22 le 24,
+ 217.129.115.0/22 le 24,
+ 217.128.194.0/21 le 24,
+ 217.128.175.0/22 le 24,
+ 217.128.36.0/21 ge 22 le 24,
+ 217.128.52.0/22 le 24,
+ 217.131.64.0/24,
+ 217.131.114.0/24,
+ 217.131.156.0/21 le 24,
+ 217.131.166.0/21 le 24,
+ 217.130.150.0/22 le 24,
+ 217.130.201.0/22 le 24,
+ 217.130.234.0/22 le 24,
+ 217.130.25.0/22 ge 24 le 24,
+ 217.130.101.0/21 le 24,
+ 217.185.189.0/18 le 24,
+ 217.185.30.0/20 le 24,
+ 217.184.205.0/24,
+ 217.187.95.0/20 le 24,
+ 217.187.162.0/19 le 24,
+ 217.187.214.0/24,
+ 217.188.201.0/18 le 24,
+ 217.189.18.0/18 le 24,
+ 217.190.23.0/21 le 24,
+ 217.180.60.0/24,
+ 217.176.98.0/20 le 24,
+ 217.161.163.0/24,
+ 217.161.240.0/23 le 24,
+ 217.166.11.0/24,
+ 217.166.67.0/23 ge 24 le 24,
+ 217.166.68.0/24,
+ 217.167.113.0/18 le 24,
+ 217.164.169.0/20 le 24,
+ 217.165.204.0/16 le 24,
+ 217.8.182.0/24,
+ 217.0.14.0/24,
+ 217.6.105.0/24,
+ 217.7.239.0/24,
+ 217.17.77.0/21 le 24,
+ 217.17.94.0/20 le 24,
+ 217.17.127.0/23 le 24,
+ 217.17.170.0/24,
+ 217.21.70.0/23 le 24,
+ 217.26.101.0/24,
+ 217.28.46.0/19 le 24,
+ 217.60.209.0/24,
+ 217.56.90.0/23 le 24,
+ 217.51.205.0/22 le 24,
+ 217.38.104.0/24,
+ 217.38.111.0/24,
+ 217.36.146.0/16 le 24,
+ 217.33.47.0/21 le 24,
+ 217.33.17.0/24,
+ 217.33.19.0/23 le 24,
+ 217.33.31.0/24,
+ 217.33.203.0/23 ge 24 le 24,
+ 217.33.219.0/21 le 24,
+ 217.33.152.0/21 le 24,
+ 217.43.39.0/24,
+ 217.43.34.0/22 le 24,
+ 217.43.58.0/22 le 24,
+ 217.43.60.0/24,
+ 217.43.216.0/24,
+ 217.43.168.0/24,
+ 217.43.170.0/24,
+ 217.42.32.0/24,
+ 217.40.66.0/22 le 24,
+ 217.41.77.0/22 le 24,
+ 217.104.37.0/24,
+ 217.108.236.0/24,
+ 217.99.190.0/21 le 24,
+ 217.124.137.0/24,
+ 217.123.103.0/24,
+ 217.122.163.0/24,
+ 217.122.234.0/24,
+ 217.117.205.0/24,
+ 217.116.76.0/24,
+ 217.118.108.0/24,
+ 217.115.60.0/24,
+ 217.68.134.0/21 le 24,
+ 217.64.129.0/22 le 24,
+ 217.67.12.0/23 le 24,
+ 217.77.129.0/22 le 24,
+ 217.78.154.0/23 le 24,
+ 217.78.226.0/22 le 24,
+ 217.79.125.0/21 le 24,
+ 217.74.120.0/24,
+ 217.73.223.0/20 le 24,
+ 217.73.240.0/24,
+ 217.72.13.0/22 le 24,
+ 217.90.38.0/21 le 24,
+ 217.80.238.0/24,
+ 216.245.202.0/24,
+ 216.242.58.0/17 ge 20 le 24,
+ 216.242.141.0/18 ge 20 le 24,
+ 216.242.236.0/19 ge 20 le 24,
+ 216.242.218.0/20 le 24,
+ 216.254.247.0/24,
+ 216.254.244.0/23 ge 24 le 24,
+ 216.254.227.0/24,
+ 216.254.52.0/22 le 24,
+ 216.255.227.0/24,
+ 216.255.151.0/24,
+ 216.255.147.0/24,
+ 216.255.164.0/21 le 24,
+ 216.252.233.0/24,
+ 216.252.85.0/23 le 24,
+ 216.250.238.0/23 le 24,
+ 216.251.11.0/16 le 24,
+ 216.235.186.0/22 ge 23 le 24,
+ 216.234.4.0/20 le 24,
+ 216.234.34.0/24,
+ 216.234.44.0/24,
+ 216.234.46.0/24,
+ 216.234.57.0/22 le 24,
+ 216.234.99.0/24,
+ 216.234.65.0/24,
+ 216.234.66.0/24,
+ 216.233.95.0/24,
+ 216.238.188.0/24,
+ 216.224.96.0/24,
+ 216.224.211.0/17 le 24,
+ 216.227.229.0/24,
+ 216.229.116.0/24,
+ 216.229.152.0/24,
+ 216.230.13.0/24,
+ 216.194.139.0/16 le 24,
+ 216.196.112.0/16 le 24,
+ 216.202.52.0/19 le 24,
+ 216.200.106.0/19 le 24,
+ 216.200.241.0/24,
+ 216.205.28.0/24,
+ 216.205.31.0/23 le 24,
+ 216.205.24.0/23 le 24,
+ 216.204.30.0/17 le 24,
+ 216.206.67.0/17 le 24,
+ 216.207.134.0/24,
+ 216.207.164.0/24,
+ 216.207.195.0/24,
+ 216.207.199.0/24,
+ 216.207.218.0/24,
+ 216.207.9.0/24,
+ 216.207.101.0/24,
+ 216.221.226.0/19 le 24,
+ 216.218.96.0/24,
+ 216.218.100.0/23 le 24,
+ 216.218.234.0/24,
+ 216.218.233.0/23 le 24,
+ 216.218.238.0/23 le 24,
+ 216.218.237.0/24,
+ 216.216.117.0/20 le 24,
+ 216.216.1.0/20 le 24,
+ 216.216.151.0/19 le 24,
+ 216.217.174.0/21 le 24,
+ 216.217.136.0/19 le 24,
+ 216.215.141.0/24,
+ 216.215.139.0/23 ge 24 le 24,
+ 216.215.136.0/24,
+ 216.215.131.0/23 le 24,
+ 216.215.128.0/24,
+ 216.215.135.0/24,
+ 216.163.141.0/24,
+ 216.161.62.0/23 ge 24 le 24,
+ 216.160.137.0/22 le 24,
+ 216.160.160.0/23 le 24,
+ 216.160.170.0/22 le 24,
+ 216.160.175.0/24,
+ 216.166.47.0/20 le 24,
+ 216.171.240.0/19 le 24,
+ 216.169.33.0/18 le 24,
+ 216.169.67.0/19 le 24,
+ 216.173.128.0/24,
+ 216.186.121.0/24,
+ 216.184.166.0/24,
+ 216.189.119.0/19 le 24,
+ 216.182.92.0/18 le 24,
+ 216.182.24.0/20 le 24,
+ 216.183.158.0/24,
+ 216.183.23.0/18 le 24,
+ 216.178.55.0/24,
+ 216.178.47.0/23 ge 24 le 24,
+ 216.179.216.0/19 le 24,
+ 216.147.210.0/18 le 24,
+ 216.144.111.0/18 le 24,
+ 216.150.196.0/18 le 24,
+ 216.154.223.0/19 le 24,
+ 216.152.41.0/16 le 24,
+ 216.153.140.0/24,
+ 216.157.18.0/22 le 24,
+ 216.138.217.0/24,
+ 216.136.153.0/19 le 24,
+ 216.140.230.0/24,
+ 216.134.106.0/24,
+ 216.134.77.0/24,
+ 216.134.25.0/24,
+ 216.129.117.0/24,
+ 216.129.56.0/19 le 24,
+ 216.45.154.0/18 le 24,
+ 216.45.206.0/19 le 24,
+ 216.40.146.0/24,
+ 216.40.145.0/24,
+ 216.40.202.0/18 le 24,
+ 216.41.209.0/24,
+ 216.41.214.0/24,
+ 216.41.228.0/24,
+ 216.43.128.0/18 le 24,
+ 216.33.184.0/24,
+ 216.36.123.0/20 le 24,
+ 216.39.33.0/18 le 24,
+ 216.39.84.0/22 le 24,
+ 216.38.69.0/22 le 24,
+ 216.38.83.0/22 le 24,
+ 216.38.92.0/24,
+ 216.38.106.0/19 ge 20 le 24,
+ 216.61.179.0/23 le 24,
+ 216.61.177.0/24,
+ 216.61.190.0/23 le 24,
+ 216.61.187.0/23 le 24,
+ 216.61.89.0/23 le 24,
+ 216.61.94.0/24,
+ 216.60.8.0/18 le 24,
+ 216.62.178.0/18 le 24,
+ 216.57.142.0/24,
+ 216.57.251.0/19 le 24,
+ 216.57.39.0/21 le 24,
+ 216.56.204.0/24,
+ 216.56.70.0/24,
+ 216.56.46.0/24,
+ 216.58.33.0/19 le 24,
+ 216.59.220.0/22 ge 23 le 24,
+ 216.59.204.0/24,
+ 216.59.35.0/20 le 24,
+ 216.51.131.0/19 le 24,
+ 216.50.209.0/24,
+ 216.50.211.0/24,
+ 216.23.34.0/18 le 24,
+ 216.20.14.0/19 le 24,
+ 216.20.57.0/23 le 24,
+ 216.17.72.0/20 le 24,
+ 216.19.69.0/24,
+ 216.18.94.0/24,
+ 216.18.93.0/24,
+ 216.18.89.0/23 ge 24 le 24,
+ 216.18.120.0/24,
+ 216.18.40.0/24,
+ 216.18.47.0/24,
+ 216.18.197.0/24,
+ 216.18.169.0/24,
+ 216.31.136.0/19 le 24,
+ 216.15.21.0/20 le 24,
+ 216.15.142.0/20 le 24,
+ 216.8.242.0/23 ge 24 le 24,
+ 216.9.190.0/19 le 24,
+ 216.9.18.0/19 le 24,
+ 216.3.67.0/24,
+ 216.127.251.0/24,
+ 216.127.217.0/24,
+ 216.126.164.0/24,
+ 216.125.126.0/24,
+ 216.124.182.0/18 le 24,
+ 216.123.195.0/18 le 24,
+ 216.123.125.0/18 le 24,
+ 216.123.22.0/20 le 24,
+ 216.120.121.0/21 le 24,
+ 216.114.244.0/23 le 24,
+ 216.114.240.0/24,
+ 216.112.117.0/19 le 24,
+ 216.113.69.0/19 le 24,
+ 216.117.82.0/20 le 24,
+ 216.116.55.0/24,
+ 216.116.18.0/24,
+ 216.119.159.0/20 ge 24 le 24,
+ 216.119.141.0/21 ge 24 le 24,
+ 216.119.132.0/22 ge 24 le 24,
+ 216.119.130.0/24,
+ 216.119.128.0/23 ge 24 le 24,
+ 216.118.106.0/18 le 24,
+ 216.100.141.0/22 le 24,
+ 216.103.220.0/24,
+ 216.96.93.0/19 le 24,
+ 216.96.129.0/24,
+ 216.97.90.0/19 le 24,
+ 216.97.184.0/19 le 24,
+ 216.98.224.0/24,
+ 216.108.23.0/19 le 24,
+ 216.109.21.0/24,
+ 216.109.17.0/24,
+ 216.106.38.0/18 le 24,
+ 216.106.239.0/24,
+ 216.106.237.0/24,
+ 216.106.231.0/24,
+ 216.106.193.0/24,
+ 216.106.213.0/24,
+ 216.104.120.0/24,
+ 216.104.141.0/20 le 24,
+ 216.104.144.0/24,
+ 216.105.96.0/24,
+ 216.105.64.0/24,
+ 216.105.70.0/24,
+ 216.105.185.0/23 le 24,
+ 216.69.139.0/18 le 24,
+ 216.71.99.0/16 le 24,
+ 216.70.57.0/24,
+ 216.70.63.0/24,
+ 216.70.12.0/22 le 24,
+ 216.70.1.0/24,
+ 216.70.16.0/23 le 24,
+ 216.72.206.0/24,
+ 216.74.225.0/24,
+ 216.75.144.0/19 le 24,
+ 216.75.245.0/20 le 24,
+ 216.75.0.0/20 le 24,
+ 216.76.230.0/19 le 24,
+ 216.76.135.0/19 le 24,
+ 216.76.102.0/19 le 24,
+ 216.92.216.0/20 le 24,
+ 216.95.186.0/24,
+ 216.95.184.0/24,
+ 216.95.178.0/24,
+ 216.95.159.0/24,
+ 216.95.156.0/23 ge 24 le 24,
+ 216.95.65.0/21 le 24,
+ 216.95.86.0/22 le 24,
+ 216.94.142.0/20 le 24,
+ 216.81.179.0/24,
+ 216.81.194.0/24,
+ 216.81.193.0/24,
+ 216.81.253.0/23 le 24,
+ 216.81.245.0/23 le 24,
+ 216.81.242.0/22 le 24,
+ 216.81.109.0/24,
+ 216.81.110.0/24,
+ 216.81.38.0/24,
+ 216.82.114.0/21 ge 24 le 24,
+ 216.82.127.0/24,
+ 216.82.125.0/23 ge 24 le 24,
+ 216.82.123.0/23 ge 24 le 24,
+ 216.82.120.0/24,
+ 216.82.108.0/24,
+ 216.82.111.0/24,
+ 216.82.96.0/22 ge 24 le 24,
+ 216.82.102.0/23 ge 24 le 24,
+ 216.82.100.0/24,
+ 216.82.138.0/19 le 24,
+ 216.83.201.0/23 ge 24 le 24,
+ 216.83.235.0/20 le 24,
+ 216.83.52.0/24,
+ 216.83.54.0/23 le 24,
+ 216.87.38.0/24,
+ 218.75.109.0/17 le 24,
+ 218.74.251.0/24,
+ 218.74.133.0/24,
+ 218.74.135.0/24,
+ 218.74.185.0/19 le 24,
+ 218.74.13.0/20 le 24,
+ 218.72.221.0/22 ge 24 le 24,
+ 218.72.209.0/23 ge 24 le 24,
+ 218.72.210.0/24,
+ 218.72.215.0/24,
+ 218.72.199.0/23 ge 24 le 24,
+ 218.72.196.0/24,
+ 218.72.230.0/22 ge 24 le 24,
+ 218.72.233.0/23 ge 24 le 24,
+ 218.72.234.0/24,
+ 218.72.236.0/24,
+ 218.72.246.0/22 ge 24 le 24,
+ 218.72.249.0/23 ge 24 le 24,
+ 218.72.252.0/24,
+ 218.72.255.0/24,
+ 218.73.66.0/16 le 24,
+ 218.79.250.0/18 le 24,
+ 218.79.138.0/19 le 24,
+ 218.79.34.0/19 le 24,
+ 218.78.198.0/24,
+ 218.66.51.0/24,
+ 218.66.31.0/24,
+ 218.80.127.0/17 le 24,
+ 218.81.24.0/24,
+ 218.81.150.0/18 le 24,
+ 218.83.123.0/17 ge 18 le 24,
+ 218.83.172.0/18 le 24,
+ 218.83.230.0/18 ge 19 le 24,
+ 218.85.55.0/24,
+ 218.85.61.0/21 ge 24 le 24,
+ 218.85.3.0/19 le 24,
+ 218.85.132.0/19 le 24,
+ 218.85.231.0/18 le 24,
+ 218.94.227.0/24,
+ 218.94.229.0/24,
+ 218.94.120.0/24,
+ 218.94.124.0/23 le 24,
+ 218.127.133.0/24,
+ 218.113.251.0/24,
+ 218.113.203.0/24,
+ 218.18.92.0/20 le 24,
+ 218.0.81.0/21 le 24,
+ 218.9.24.0/19 le 24,
+ 218.239.214.0/24,
+ 218.228.54.0/21 le 24,
+ 218.192.97.0/24,
+ 218.197.55.0/19 le 24,
+ 218.200.76.0/22 le 24,
+ 218.200.95.0/24,
+ 218.200.93.0/24,
+ 218.200.82.0/23 ge 24 le 24,
+ 218.200.81.0/24,
+ 218.200.87.0/24,
+ 218.200.242.0/21 le 24,
+ 218.200.254.0/22 le 24,
+ 218.200.237.0/23 le 24,
+ 218.200.223.0/24,
+ 218.200.208.0/22 le 24,
+ 218.200.215.0/22 ge 23 le 24,
+ 218.200.206.0/22 le 24,
+ 218.200.196.0/22 le 24,
+ 218.200.160.0/24,
+ 218.200.163.0/24,
+ 218.200.165.0/23 ge 24 le 24,
+ 218.200.166.0/23 le 24,
+ 218.200.175.0/24,
+ 218.200.172.0/23 ge 24 le 24,
+ 218.200.170.0/22 le 24,
+ 218.200.188.0/20 ge 24 le 24,
+ 218.200.128.0/23 ge 24 le 24,
+ 218.200.131.0/24,
+ 218.201.184.0/19 le 24,
+ 218.207.30.0/16 le 24,
+ 218.182.209.0/24,
+ 218.176.118.0/20 le 24,
+ 218.176.196.0/22 le 24,
+ 219.245.53.0/16 ge 17 le 24,
+ 219.244.146.0/16 le 24,
+ 219.212.36.0/24,
+ 219.208.250.0/17 le 24,
+ 219.219.169.0/19 le 24,
+ 219.217.252.0/21 ge 22 le 24,
+ 219.217.239.0/20 le 24,
+ 219.222.108.0/16 le 24,
+ 219.220.182.0/21 ge 24 le 24,
+ 219.220.190.0/24,
+ 219.193.213.0/16 le 24,
+ 219.183.220.0/24,
+ 219.31.70.0/24,
+ 219.18.77.0/23 le 24,
+ 219.18.66.0/23 le 24,
+ 219.18.83.0/24,
+ 219.17.45.0/23 le 24,
+ 219.84.179.0/21 ge 22 le 24,
+ 219.82.247.0/23 le 24,
+ 219.80.5.0/23 ge 24 le 24,
+ 221.238.147.0/24,
+ 221.244.241.0/23 le 24,
+ 221.244.243.0/24,
+ 221.244.247.0/22 ge 24 le 24,
+ 221.254.203.0/20 le 24,
+ 221.206.105.0/20 le 24,
+ 221.199.32.0/19 le 24,
+ 221.210.217.0/19 le 24,
+ 221.213.193.0/19 le 24,
+ 221.217.203.0/19 le 24,
+ 221.157.19.0/21 ge 24 le 24,
+ 221.157.26.0/22 ge 24 le 24,
+ 221.157.29.0/23 ge 24 le 24,
+ 221.157.31.0/24,
+ 221.157.6.0/20 ge 24 le 24,
+ 221.151.85.0/24,
+ 221.133.118.0/21 le 24,
+ 221.128.215.0/19 le 24,
+ 221.141.47.0/20 le 24,
+ 221.139.73.0/23 ge 24 le 24,
+ 221.188.195.0/22 ge 24 le 24,
+ 221.181.143.0/24,
+ 221.166.139.0/24,
+ 221.27.84.0/21 le 24,
+ 221.39.230.0/24,
+ 221.119.31.0/15 ge 16 le 24,
+ 220.158.113.0/24,
+ 220.158.114.0/23 le 24,
+ 220.158.117.0/22 le 24,
+ 220.158.124.0/22 le 24,
+ 220.158.122.0/24,
+ 220.158.121.0/23 ge 24 le 24,
+ 220.158.108.0/20 ge 24 le 24,
+ 220.158.71.0/23 ge 24 le 24,
+ 220.158.69.0/24,
+ 220.158.64.0/24,
+ 220.158.72.0/21 ge 22 le 24,
+ 220.158.82.0/21 le 24,
+ 220.158.95.0/22 le 24,
+ 220.158.42.0/20 le 24,
+ 220.158.54.0/22 le 24,
+ 220.158.50.0/22 ge 24 le 24,
+ 220.158.56.0/21 le 24,
+ 220.158.4.0/22 le 24,
+ 220.158.0.0/23 le 24,
+ 220.158.2.0/23 ge 24 le 24,
+ 220.158.11.0/21 le 24,
+ 220.158.24.0/21 le 24,
+ 220.158.17.0/22 le 24,
+ 220.158.20.0/23 ge 24 le 24,
+ 220.158.23.0/23 le 24,
+ 220.158.226.0/19 le 24,
+ 220.158.202.0/20 le 24,
+ 220.158.220.0/21 le 24,
+ 220.158.208.0/21 ge 24 le 24,
+ 220.158.179.0/21 ge 24 le 24,
+ 220.158.184.0/22 ge 24 le 24,
+ 220.158.189.0/24,
+ 220.158.190.0/23 ge 24 le 24,
+ 220.158.172.0/23 ge 24 le 24,
+ 220.158.169.0/23 ge 24 le 24,
+ 220.158.170.0/24,
+ 220.158.161.0/23 ge 24 le 24,
+ 220.158.162.0/24,
+ 220.158.164.0/24,
+ 220.158.166.0/24,
+ 220.158.139.0/24,
+ 220.158.136.0/23 ge 24 le 24,
+ 220.158.143.0/24,
+ 220.158.140.0/24,
+ 220.158.135.0/23 ge 24 le 24,
+ 220.158.132.0/24,
+ 220.158.131.0/24,
+ 220.158.128.0/23 ge 24 le 24,
+ 220.158.152.0/23 ge 24 le 24,
+ 220.158.155.0/24,
+ 220.158.158.0/24,
+ 220.158.157.0/23 ge 24 le 24,
+ 220.158.144.0/24,
+ 220.158.147.0/24,
+ 220.158.148.0/22 ge 24 le 24,
+ 220.239.240.0/16 le 24,
+ 220.195.79.0/23 le 24,
+ 220.60.52.0/22 le 24,
+ 220.51.192.0/24,
+ 220.51.194.0/24,
+ 220.45.168.0/20 le 24,
+ 220.35.5.0/17 le 24,
+ 220.6.45.0/24,
+ 220.6.36.0/24,
+ 220.6.39.0/23 le 24,
+ 220.12.173.0/22 le 24,
+ 220.14.167.0/24,
+ 220.26.249.0/24,
+ 220.26.230.0/24,
+ 220.26.233.0/24,
+ 220.26.234.0/23 ge 24 le 24,
+ 220.25.173.0/22 le 24,
+ 220.123.73.0/24,
+ 220.111.128.0/18 le 24,
+ 220.80.255.0/24,
+ 220.89.175.0/20 le 24,
+ 220.94.206.0/24,
+ 220.94.204.0/24,
+ 220.94.214.0/24,
+ 220.94.218.0/24,
+ 220.70.206.0/21 ge 22 le 24,
+ 220.70.244.0/23 ge 24 le 24,
+ 220.67.101.0/22 ge 24 le 24,
+ 220.67.96.0/24,
+ 220.67.111.0/23 ge 24 le 24,
+ 220.67.109.0/24,
+ 220.67.105.0/22 ge 24 le 24,
+ 220.67.117.0/21 ge 24 le 24,
+ 220.67.127.0/22 ge 24 le 24,
+ 220.67.120.0/23 ge 24 le 24,
+ 220.67.29.0/24,
+ 215.154.57.0/23 le 24,
+ 215.156.18.0/24,
+ 215.159.133.0/23 le 24,
+ 215.158.2.0/24,
+ 215.158.12.0/24,
+ 215.158.99.0/19 le 24,
+ 215.146.120.0/18 le 24,
+ 215.147.78.0/20 le 24,
+ 215.147.225.0/20 le 24,
+ 215.145.234.0/21 le 24,
+ 215.145.49.0/22 le 24,
+ 215.145.47.0/20 le 24,
+ 215.151.146.0/20 le 24,
+ 215.150.39.0/24,
+ 215.148.9.0/20 le 24,
+ 215.148.56.0/24,
+ 215.133.142.0/19 le 24,
+ 215.135.198.0/23 le 24,
+ 215.135.203.0/23 le 24,
+ 215.135.38.0/24,
+ 215.134.1.0/20 le 24,
+ 215.134.17.0/23 ge 24 le 24,
+ 215.134.19.0/24,
+ 215.134.23.0/22 ge 24 le 24,
+ 215.134.28.0/24,
+ 215.134.31.0/24,
+ 215.131.123.0/19 le 24,
+ 215.131.57.0/18 ge 19 le 24,
+ 215.131.208.0/19 le 24,
+ 215.131.237.0/20 le 24,
+ 215.131.160.0/24,
+ 215.131.188.0/24,
+ 215.131.191.0/24,
+ 215.129.25.0/24,
+ 215.140.20.0/20 le 24,
+ 215.140.82.0/19 ge 20 le 24,
+ 215.140.122.0/20 le 24,
+ 215.141.127.0/17 le 24,
+ 215.139.253.0/24,
+ 215.181.34.0/22 le 24,
+ 215.177.165.0/22 le 24,
+ 215.177.64.0/23 ge 24 le 24,
+ 215.177.90.0/20 le 24,
+ 215.177.9.0/24,
+ 215.186.210.0/20 le 24,
+ 215.186.146.0/19 le 24,
+ 215.187.17.0/19 le 24,
+ 215.187.104.0/24,
+ 215.184.85.0/24,
+ 215.184.126.0/24,
+ 215.184.121.0/24,
+ 215.184.98.0/24,
+ 215.184.182.0/24,
+ 215.184.176.0/24,
+ 215.191.70.0/20 le 24,
+ 215.191.235.0/24,
+ 215.189.135.0/19 le 24,
+ 215.160.7.0/20 le 24,
+ 215.160.60.0/23 le 24,
+ 215.161.174.0/20 le 24,
+ 215.161.230.0/20 le 24,
+ 215.161.216.0/19 le 24,
+ 215.167.178.0/20 le 24,
+ 215.167.222.0/23 le 24,
+ 215.167.219.0/23 le 24,
+ 215.167.79.0/24,
+ 215.167.83.0/24,
+ 215.164.4.0/24,
+ 215.174.72.0/24,
+ 215.174.82.0/23 le 24,
+ 215.174.236.0/23 le 24,
+ 215.172.128.0/19 le 24,
+ 215.173.58.0/21 le 24,
+ 215.173.239.0/18 le 24,
+ 215.173.170.0/19 le 24,
+ 215.245.179.0/17 le 24,
+ 215.246.40.0/19 le 24,
+ 215.246.5.0/20 le 24,
+ 215.246.117.0/20 le 24,
+ 215.246.100.0/22 le 24,
+ 215.242.83.0/20 le 24,
+ 215.242.233.0/20 le 24,
+ 215.251.25.0/21 ge 22 le 24,
+ 215.250.213.0/19 le 24,
+ 215.252.161.0/23 le 24,
+ 215.252.178.0/23 le 24,
+ 215.252.153.0/24,
+ 215.253.200.0/24,
+ 215.253.204.0/24,
+ 215.253.194.0/24,
+ 215.253.218.0/24,
+ 215.253.211.0/24,
+ 215.254.250.0/24,
+ 215.254.140.0/24,
+ 215.226.74.0/24,
+ 215.226.73.0/24,
+ 215.226.118.0/24,
+ 215.226.113.0/24,
+ 215.227.150.0/19 le 24,
+ 215.227.72.0/19 le 24,
+ 215.228.218.0/20 le 24,
+ 215.229.68.0/19 le 24,
+ 215.229.202.0/19 le 24,
+ 215.229.168.0/20 le 24,
+ 215.235.2.0/24,
+ 215.232.56.0/24,
+ 215.232.50.0/24,
+ 215.232.189.0/24,
+ 215.239.111.0/24,
+ 215.239.125.0/24,
+ 215.239.23.0/24,
+ 215.239.33.0/24,
+ 215.239.199.0/24,
+ 215.239.194.0/24,
+ 215.239.182.0/24,
+ 215.238.207.0/24,
+ 215.238.138.0/24,
+ 215.238.148.0/24,
+ 215.238.156.0/24,
+ 215.209.6.0/17 le 24,
+ 215.211.157.0/20 le 24,
+ 215.211.89.0/24,
+ 215.210.24.0/20 le 24,
+ 215.210.119.0/23 le 24,
+ 215.218.158.0/23 ge 24 le 24,
+ 215.218.156.0/24,
+ 215.217.240.0/20 le 24,
+ 215.216.238.0/20 le 24,
+ 215.223.130.0/18 le 24,
+ 215.223.11.0/20 le 24,
+ 215.220.155.0/19 le 24,
+ 215.206.235.0/23 le 24,
+ 215.204.174.0/20 le 24,
+ 215.205.228.0/20 le 24,
+ 215.200.112.0/20 le 24,
+ 215.201.46.0/24,
+ 215.201.11.0/23 ge 24 le 24,
+ 215.201.8.0/24,
+ 215.203.67.0/20 le 24,
+ 215.202.211.0/20 le 24,
+ 215.197.88.0/20 le 24,
+ 215.196.30.0/17 le 24,
+ 215.198.112.0/16 le 24,
+ 215.199.214.0/24,
+ 215.199.97.0/24,
+ 215.199.120.0/23 le 24,
+ 215.199.64.0/24,
+ 215.199.66.0/23 le 24,
+ 215.192.107.0/24,
+ 215.192.157.0/22 le 24,
+ 215.192.174.0/22 le 24,
+ 215.193.97.0/20 le 24,
+ 215.60.129.0/22 le 24,
+ 215.60.135.0/24,
+ 215.60.139.0/24,
+ 215.60.47.0/20 le 24,
+ 215.61.75.0/19 le 24,
+ 215.63.81.0/24,
+ 215.63.69.0/24,
+ 215.62.227.0/17 le 24,
+ 215.56.169.0/24,
+ 215.58.105.0/20 le 24,
+ 215.48.52.0/21 le 24,
+ 215.51.5.0/18 le 24,
+ 215.50.140.0/19 le 24,
+ 215.50.16.0/20 le 24,
+ 215.52.67.0/24,
+ 215.39.141.0/20 ge 21 le 24,
+ 215.39.181.0/20 le 24,
+ 215.39.47.0/20 le 24,
+ 215.38.47.0/21 le 24,
+ 215.37.61.0/19 le 24,
+ 215.37.18.0/20 le 24,
+ 215.37.180.0/19 le 24,
+ 215.36.118.0/19 le 24,
+ 215.36.49.0/20 le 24,
+ 215.32.4.0/19 le 24,
+ 215.32.50.0/21 le 24,
+ 215.32.59.0/22 le 24,
+ 215.32.61.0/24,
+ 215.32.91.0/19 le 24,
+ 215.32.204.0/23 ge 24 le 24,
+ 215.32.201.0/24,
+ 215.32.203.0/23 le 24,
+ 215.32.199.0/21 ge 24 le 24,
+ 215.33.109.0/23 le 24,
+ 215.33.76.0/24,
+ 215.33.143.0/23 le 24,
+ 215.33.248.0/19 ge 20 le 24,
+ 215.47.180.0/20 le 24,
+ 215.47.127.0/20 ge 21 le 24,
+ 215.47.7.0/22 le 24,
+ 215.47.1.0/24,
+ 215.47.13.0/24,
+ 215.47.42.0/24,
+ 215.44.133.0/17 le 24,
+ 215.44.8.0/18 le 24,
+ 215.44.116.0/20 le 24,
+ 215.40.52.0/18 le 24,
+ 215.40.93.0/19 ge 21 le 24,
+ 215.40.113.0/20 ge 21 le 24,
+ 215.40.176.0/22 le 24,
+ 215.43.247.0/24,
+ 215.27.92.0/24,
+ 215.27.72.0/20 le 24,
+ 215.27.37.0/19 le 24,
+ 215.27.142.0/19 le 24,
+ 215.27.196.0/20 le 24,
+ 215.31.22.0/21 le 24,
+ 215.28.151.0/20 le 24,
+ 215.23.36.0/19 le 24,
+ 215.22.248.0/19 le 24,
+ 215.22.172.0/19 le 24,
+ 215.20.34.0/24,
+ 215.16.159.0/20 le 24,
+ 215.17.223.0/19 le 24,
+ 215.18.165.0/19 le 24,
+ 215.7.24.0/22 le 24,
+ 215.7.236.0/21 le 24,
+ 215.6.196.0/20 le 24,
+ 215.4.6.0/24,
+ 215.0.98.0/24,
+ 215.0.97.0/24,
+ 215.0.103.0/24,
+ 215.0.101.0/23 le 24,
+ 215.0.111.0/21 le 24,
+ 215.0.127.0/23 le 24,
+ 215.0.125.0/24,
+ 215.0.121.0/24,
+ 215.0.123.0/23 le 24,
+ 215.0.117.0/21 le 24,
+ 215.0.93.0/19 le 24,
+ 215.0.56.0/19 le 24,
+ 215.0.2.0/23 le 24,
+ 215.0.10.0/24,
+ 215.0.9.0/23 le 24,
+ 215.0.18.0/21 le 24,
+ 215.0.31.0/24,
+ 215.0.24.0/24,
+ 215.0.27.0/23 le 24,
+ 215.0.165.0/23 le 24,
+ 215.0.166.0/24,
+ 215.0.162.0/22 le 24,
+ 215.0.170.0/21 le 24,
+ 215.0.191.0/21 le 24,
+ 215.0.179.0/22 le 24,
+ 215.0.180.0/23 le 24,
+ 215.0.130.0/23 le 24,
+ 215.0.137.0/21 le 24,
+ 215.0.153.0/20 le 24,
+ 215.0.253.0/19 le 24,
+ 215.0.193.0/22 le 24,
+ 215.0.197.0/23 le 24,
+ 215.0.200.0/21 le 24,
+ 215.0.219.0/21 le 24,
+ 215.0.214.0/23 le 24,
+ 215.0.209.0/22 le 24,
+ 215.3.147.0/23 le 24,
+ 215.2.146.0/24,
+ 215.2.140.0/24,
+ 215.2.208.0/20 le 24,
+ 215.2.239.0/19 le 24,
+ 215.2.106.0/19 le 24,
+ 215.2.22.0/20 le 24,
+ 215.12.216.0/22 le 24,
+ 215.12.209.0/22 le 24,
+ 215.12.254.0/20 le 24,
+ 215.14.145.0/20 le 24,
+ 215.14.140.0/21 ge 22 le 24,
+ 215.14.131.0/23 ge 24 le 24,
+ 215.14.132.0/22 le 24,
+ 215.14.175.0/21 le 24,
+ 215.14.166.0/21 ge 22 le 24,
+ 215.14.187.0/23 ge 24 le 24,
+ 215.14.185.0/24,
+ 215.14.190.0/22 le 24,
+ 215.14.179.0/23 ge 24 le 24,
+ 215.14.177.0/23 le 24,
+ 215.14.182.0/23 le 24,
+ 215.10.226.0/24,
+ 215.8.46.0/22 le 24,
+ 215.9.219.0/24,
+ 215.89.87.0/24,
+ 215.89.176.0/20 le 24,
+ 215.88.138.0/24,
+ 215.88.145.0/24,
+ 215.88.155.0/24,
+ 215.88.152.0/23 ge 24 le 24,
+ 215.88.212.0/24,
+ 215.93.83.0/17 le 24,
+ 215.94.192.0/24,
+ 215.94.198.0/23 le 24,
+ 215.94.211.0/22 le 24,
+ 215.94.107.0/20 le 24,
+ 215.83.75.0/24,
+ 215.80.127.0/18 le 24,
+ 215.86.113.0/19 le 24,
+ 215.86.159.0/20 le 24,
+ 215.85.236.0/24,
+ 215.74.8.0/15 le 24,
+ 215.72.210.0/23 ge 24 le 24,
+ 215.73.164.0/24,
+ 215.78.26.0/17 le 24,
+ 215.78.206.0/18 le 24,
+ 215.79.210.0/24,
+ 215.67.108.0/19 le 24,
+ 215.67.30.0/20 le 24,
+ 215.66.47.0/19 le 24,
+ 215.65.235.0/24,
+ 215.65.3.0/19 le 24,
+ 215.65.38.0/24,
+ 215.65.50.0/24,
+ 215.111.75.0/22 le 24,
+ 215.111.189.0/19 le 24,
+ 215.110.22.0/22 le 24,
+ 215.110.58.0/19 ge 21 le 24,
+ 215.110.71.0/18 le 24,
+ 215.110.164.0/20 ge 21 le 24,
+ 215.110.188.0/21 le 24,
+ 215.110.182.0/24,
+ 215.110.202.0/23 le 24,
+ 215.110.207.0/22 le 24,
+ 215.110.223.0/23 le 24,
+ 215.110.220.0/24,
+ 215.108.59.0/20 le 24,
+ 215.108.162.0/20 le 24,
+ 215.106.72.0/20 le 24,
+ 215.105.188.0/22 le 24,
+ 215.105.187.0/23 le 24,
+ 215.97.42.0/19 le 24,
+ 215.97.124.0/24,
+ 215.100.8.0/24,
+ 215.102.44.0/22 le 24,
+ 215.102.113.0/20 le 24,
+ 215.103.160.0/20 le 24,
+ 215.117.146.0/18 le 24,
+ 215.119.65.0/24,
+ 215.119.112.0/24,
+ 215.119.123.0/24,
+ 215.119.19.0/24,
+ 215.119.26.0/24,
+ 215.119.2.0/23 ge 24 le 24,
+ 215.119.221.0/22 le 24,
+ 215.119.204.0/22 le 24,
+ 215.118.67.0/16 le 24,
+ 215.126.8.0/20 le 24,
+ 215.120.215.0/24,
+ 215.122.181.0/18 le 24,
+ 215.122.244.0/19 le 24,
+ 214.135.211.0/23 ge 24 le 24,
+ 214.159.153.0/24,
+ 214.158.177.0/23 le 24,
+ 214.158.180.0/23 le 24,
+ 214.158.185.0/23 le 24,
+ 214.158.190.0/23 le 24,
+ 214.175.203.0/24,
+ 214.230.35.0/24,
+ 214.199.21.0/20 le 24,
+ 214.199.106.0/20 le 24,
+ 214.2.249.0/16 le 24,
+ 214.51.118.0/24,
+ 214.91.93.0/20 le 24,
+ 214.91.158.0/20 ge 24 le 24,
+ 214.95.70.0/20 le 24,
+ 213.98.204.0/24,
+ 213.103.110.0/24,
+ 213.103.77.0/24,
+ 213.103.89.0/24,
+ 213.103.93.0/24,
+ 213.103.81.0/24,
+ 213.103.55.0/24,
+ 213.216.121.0/24,
+ 213.216.122.0/23 ge 24 le 24,
+ 213.216.119.0/22 ge 24 le 24,
+ 213.216.114.0/23 ge 24 le 24,
+ 213.216.112.0/24,
+ 213.216.104.0/23 ge 24 le 24,
+ 213.237.19.0/14 le 24,
+ 212.65.48.0/24,
+ 212.78.198.0/24,
+ 212.95.102.0/16 le 24,
+ 212.81.108.0/24,
+ 212.83.120.0/19 le 24,
+ 212.135.0.0/15 le 24,
+ 209.100.230.0/16 le 24,
+ 209.221.108.0/16 le 24,
+ 209.220.111.0/19 le 24,
+ 209.220.78.0/20 le 24,
+ 209.220.83.0/21 le 24,
+ 209.220.90.0/22 ge 24 le 24,
+ 209.220.95.0/23 le 24,
+ 209.220.92.0/23 ge 24 le 24,
+ 209.216.243.0/19 le 24,
+ 209.216.179.0/18 ge 19 le 24,
+ 209.216.64.0/17 ge 19 le 24,
+ 208.75.111.0/24,
+ 208.62.172.0/22 le 24,
+ 208.63.88.0/19 le 24,
+ 208.63.246.0/21 le 24,
+ 208.59.144.0/14 le 24,
+ 208.160.100.0/21 ge 24 le 24,
+ 208.160.104.0/22 ge 24 le 24,
+ 208.160.110.0/23 ge 24 le 24,
+ 208.160.109.0/23 le 24,
+ 208.160.88.0/21 le 24,
+ 208.161.203.0/24,
+ 208.161.198.0/24,
+ 208.161.194.0/23 ge 24 le 24,
+ 208.161.192.0/24,
+ 208.172.229.0/15 le 24,
+ 208.170.36.0/14 le 24,
+ 208.191.201.0/24,
+ 208.189.188.0/24,
+ 211.3.214.0/20 le 24,
+ 211.2.58.0/16 le 24,
+ 211.227.150.0/13 le 24,
+ 211.248.211.0/14 ge 16 le 24,
+ 210.41.125.0/14 le 24,
+ 210.35.170.0/18 le 24,
+ 210.35.62.0/23 ge 24 le 24,
+ 210.35.60.0/24,
+ 210.35.56.0/22 ge 24 le 24,
+ 210.33.175.0/23 ge 24 le 24,
+ 210.33.2.0/24,
+ 210.246.80.0/22 le 24,
+ 210.218.130.0/24,
+ 210.218.129.0/24,
+ 210.218.135.0/23 ge 24 le 24,
+ 210.218.140.0/23 ge 24 le 24,
+ 210.134.196.0/19 ge 22 le 24,
+ 210.130.20.0/14 ge 16 le 24,
+ 210.158.8.0/21 le 24,
+ 210.185.188.0/22 le 24,
+ 210.185.178.0/22 le 24,
+ 232.218.22.0/24,
+ 232.16.191.0/24,
+ 232.102.105.0/24,
+ 232.102.162.0/24,
+ 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/32 le 48,
+ 6dc1:48e:542e:d7a7:1152:ccfa:ecad:6300/48,
+ 6dc1:393:7d9c:ec6d:72d7:4b25:ac9:a000/32 le 48,
+ 6dc1:3bf:6395:d887:7375:dfa8:3b61:6900/40 le 48,
+ 6dc1:3bf:60b1:8b16:decc:724e:98b6:1100/48,
+ 6dc1:3bf:64fc:674:12b0:f0fd:e165:8300/47 ge 48 le 48,
+ 6dc1:3bf:68f6:bd0d:462b:530b:972b:2300/40 le 48,
+ 6dc1:3bf:6de6:3373:984e:e6ae:987b:fa00/40 le 48,
+ 6dc1:3ad:8678:5260:8913:2d4f:8e58:7c00/48,
+ 6dc1:3a5:18b5:c721:6b57:b6a8:2170:8900/48,
+ 6dc1:23a:2852:378b:2ea:7583:3d9e:b300/48,
+ 6dc1:23a:2854:2691:1ab6:99da:1dfa:1f00/47 le 48,
+ 6dc1:23a:285b:b18a:ca53:4b17:1f50:500/45 le 48,
+ 6dc1:23a:2841:1f5b:78c6:4cc:83f7:9d00/47 ge 48 le 48,
+ 6dc1:23a:2843:7944:9e02:5fb8:8cff:7400/47 le 48,
+ 6dc1:23a:284e:d82b:46fb:3ba9:3dfc:400/45 le 48,
+ 6dc1:23a:286e:1535:f32f:6835:b262:ab00/45 le 48,
+ 6dc1:23a:2866:2a28:947c:cbca:7648:d600/46 le 48,
+ 6dc1:23a:2860:df:182c:78bb:f463:9200/47 ge 48 le 48,
+ 6dc1:23a:280d:7532:efde:2806:a261:2600/44 le 48,
+ 6dc1:23a:281f:9286:4e10:57c1:a4a4:b100/46 le 48,
+ 6dc1:23a:2818:32b5:8c70:8a7d:a74:aa00/47 le 48,
+ 6dc1:23a:281b:c11b:b259:c4eb:c11:eb00/48,
+ 6dc1:23a:282a:8d37:af74:756a:5790:6e00/48,
+ 6dc1:23a:282d:ad60:8322:91f6:ff91:2100/48,
+ 6dc1:23a:28c6:bd26:8ccb:ffc2:b372:a000/48,
+ 6dc1:23a:28c2:973a:7cba:3b9:a51d:d200/48,
+ 6dc1:23a:28ca:1a13:de0a:6f26:81e9:ea00/48,
+ 6dc1:23a:28c9:b595:e724:7fb5:f039:8900/48,
+ 6dc1:23a:28d4:a907:54a2:2037:6005:b500/45 le 48,
+ 6dc1:23a:28dc:313:41fa:c8d3:ad8c:d000/48,
+ 6dc1:23a:28db:cdbe:d837:a78a:f001:1d00/47 ge 48 le 48,
+ 6dc1:23a:28d9:97b5:32e4:e6ec:53f1:5700/47 le 48,
+ 6dc1:23a:28f6:ea59:1965:2797:977f:5500/46 le 48,
+ 6dc1:23a:28f1:1587:6edd:c692:4d00:7d00/47 le 48,
+ 6dc1:23a:28f3:283e:ba3:2837:420c:a000/48,
+ 6dc1:23a:28fa:96f3:ef1a:aab2:f0a4:8000/48,
+ 6dc1:23a:28b6:9a1b:ce9d:27d1:32e4:8800/43 le 48,
+ 6dc1:23a:288c:9364:8b23:bfa8:f8c9:7700/44 le 48,
+ 6dc1:23a:2891:9738:7d29:6f2a:677d:e00/47 ge 48 le 48,
+ 6dc1:23a:29c8:3f00:4931:1295:2212:4c00/45 le 48,
+ 6dc1:23a:29c1:1eb3:5975:4570:6849:4800/47 le 48,
+ 6dc1:23a:2bd0:4a1a:b77b:7813:86a8:b400/47 ge 48 le 48,
+ 6dc1:23a:2bd4:38f6:5266:8457:636f:500/48,
+ 6dc1:23a:2bda:95de:d81a:1536:6590:0/48,
+ 6dc1:239:25b6:e80f:3c59:300c:9fa9:3500/48,
+ 6dc1:239:c5a8:5a91:8f08:5a51:8f1:2f00/48,
+ 6dc1:239:fff6:ef30:9dbe:6d7e:2be8:3800/48,
+ 6dc1:239:89f8:d30f:d6e7:ca50:d752:b100/48,
+ 6dc1:20e:4cef:fc1d:a176:5668:5c6f:f800/32 le 48,
+ 6dc1:215:4da7:5bf2:28b9:7fc:ec12:b00/32 le 48,
+ 6dc1:25a:e6eb:c662:65f0:133f:c6e6:a800/48,
+ 6dc1:263:bf8f:f5ac:c76b:fc64:986e:5700/47 ge 48 le 48,
+ 6dc1:295:c26a:488d:2b3d:1f37:62c4:ab00/32 le 48,
+ 6dc1:f1:b937:ea2:53e4:483b:4760:7c00/40 le 48,
+ 6dc1:b5:4509:53d5:fd5c:5c72:696a:2600/48,
+ 6dc1:b5:450b:30c7:e26:8eb9:eb:eb00/48,
+ 6dc1:b5:4513:a7b0:3c7a:493e:d78f:6800/47 ge 48 le 48,
+ 6dc1:b5:451c:2c5c:a49c:f907:ff8:6b00/48,
+ 6dc1:b5:4521:22b7:2f6:a5b4:ba6b:6500/48,
+ 6dc1:b5:4526:3ca8:36a5:1535:a8b9:4c00/48,
+ 6dc1:b5:452d:a54c:51a9:b13f:46b1:b400/48,
+ 6dc1:b5:4547:83e9:d16f:28d:c181:ec00/48,
+ 6dc1:b5:4571:4b56:5b5d:ba36:c23f:7400/48,
+ 6dc1:b5:456a:da76:a054:4f0b:93d7:5600/48,
+ 6dc1:b5:45de:5e47:e306:580e:f503:1000/48,
+ 6dc1:b5:44de:d2a2:2ae8:f169:10da:4600/48,
+ 6dc1:b5:461e:6292:76e3:8635:90a8:5900/48,
+ 6dc1:b5:41c4:9da6:b9b4:9eb1:3da8:9f00/48,
+ 6dc1:b5:4077:ee9c:a50:c175:866e:bb00/48,
+ 6dc1:b5:421f:f7df:8028:66a5:acba:5500/48,
+ 6dc1:b5:4291:1c00:62bd:3e51:7832:b000/48,
+ 6dc1:b5:42ee:6863:e9b4:7a50:2453:6f00/45 le 48,
+ 6dc1:b5:4356:9561:aa3b:7e64:3826:c000/48,
+ 6dc1:b5:4bb8:9605:52a1:4c14:f2d3:2f00/48,
+ 6dc1:b5:4b82:d5cd:44d4:aa8b:4d3a:d600/48,
+ 6dc1:b5:4b90:93e7:867b:abe9:ae07:700/48,
+ 6dc1:b5:4b9e:5df2:c4e4:85a6:828e:8300/48,
+ 6dc1:b5:4b7c:935e:8f28:ac76:9314:ac00/48,
+ 6dc1:b5:4b02:c01c:63eb:4ecb:20b7:5c00/48,
+ 6dc1:b5:49c6:2dd1:3675:d617:4947:3500/48,
+ 6dc1:b5:49cc:2e29:7cab:95a7:4087:4c00/48,
+ 6dc1:b5:49d2:4e3c:1f13:cb20:bf28:6b00/48,
+ 6dc1:b5:4919:93a6:561c:5084:66a1:500/48,
+ 6dc1:b5:4917:900:c4f6:260c:a9c6:7d00/48,
+ 6dc1:b5:494d:7737:742b:69a9:4a49:cf00/48,
+ 6dc1:b5:481e:2490:eaeb:f844:23c4:ec00/48,
+ 6dc1:b5:4868:30b2:cd35:5d4e:c8e0:b600/48,
+ 6dc1:b5:48c7:d834:cd58:a7a0:2d02:a000/48,
+ 6dc1:b5:48c1:b645:af5a:5afc:49c6:2c00/48,
+ 6dc1:b5:48dd:8d74:2c3c:439a:c7b4:b000/48,
+ 6dc1:b5:48a4:ee8f:2e32:e90e:2fce:a800/48,
+ 6dc1:b5:4cbf:5363:982f:8f8d:429c:1400/48,
+ 6dc1:b5:4cb1:749e:6e09:c413:2d29:8c00/48,
+ 6dc1:b5:4c93:2f3b:4128:ced4:5b4:8200/48,
+ 6dc1:b5:4c9b:9216:53e9:7757:5f68:b000/48,
+ 6dc1:b5:4c8d:f8e6:bbed:4e5f:64c8:ae00/48,
+ 6dc1:b5:4ce8:aa66:fcdd:bbd5:eab6:2700/48,
+ 6dc1:b5:4ce1:f799:fc85:b3a0:468a:8e00/48,
+ 6dc1:b5:4cc8:ec5c:2a8f:59db:669c:4b00/48,
+ 6dc1:b5:4cc6:ce5:2e9a:d4cf:9c01:1d00/48,
+ 6dc1:b5:4c06:cb51:1221:7571:b42c:d500/48,
+ 6dc1:b5:4c2e:a540:19d2:749:ffe7:e900/48,
+ 6dc1:b5:4c40:c3b4:9ff6:d2bb:30bd:f100/48,
+ 6dc1:b5:4c65:e0ca:4ee2:1a1f:d716:c900/48,
+ 6dc1:b5:4c61:6353:bc49:b37:df08:e00/48,
+ 6dc1:b5:4c6d:636c:b478:cf13:ad22:9800/48,
+ 6dc1:b5:4c68:1e7e:3758:c696:cfa0:8900/48,
+ 6dc1:b5:4c76:5be:1191:a44a:b461:2d00/48,
+ 6dc1:b5:4d04:baff:e7a8:85de:ed4:8100/48,
+ 6dc1:b5:4d0d:d4b0:b921:292e:f480:7900/48,
+ 6dc1:b5:4d1c:16ff:315e:2787:794b:e900/48,
+ 6dc1:b5:4d33:81ac:9cfd:97de:a6c8:fc00/48,
+ 6dc1:b5:4d37:c827:eff5:44e4:58de:9a00/48,
+ 6dc1:b5:4d3d:d9c2:f645:506:4b38:ec00/48,
+ 6dc1:b5:4d4c:f990:6102:6af2:8b1b:8f00/48,
+ 6dc1:b5:4d6b:2fc4:4256:f68:cfc2:3100/48,
+ 6dc1:b5:4d96:2198:4a3:c4a0:44ac:b400/48,
+ 6dc1:b5:4deb:17bc:7238:ac01:514a:f000/48,
+ 6dc1:b5:4dfe:3c58:ea22:bb01:8503:bd00/48,
+ 6dc1:b5:4df7:98c2:f249:2ce2:59d0:1d00/48,
+ 6dc1:b5:4dcb:423b:5bb:16f3:3f89:7800/48,
+ 6dc1:b5:4dc0:7635:f73d:12ea:af01:9600/48,
+ 6dc1:b5:4fab:8186:1706:aff:d44:e400/48,
+ 6dc1:b5:4ff7:43f7:12f2:973b:b89c:9900/48,
+ 6dc1:b5:4fcc:5e14:fffd:aa88:6c19:c00/48,
+ 6dc1:b5:4f14:c40b:6424:32c4:6ee3:4000/48,
+ 6dc1:b1:97de:14c3:5b5d:76f5:c7ea:b800/48,
+ 6dc1:b1:948e:3f17:c0ff:8748:503:200/48,
+ 6dc1:b1:944d:2a31:596b:e4f7:d107:8500/48,
+ 6dc1:b1:9431:9498:56a4:4138:4932:2200/48,
+ 6dc1:b1:95f5:1392:bed1:c5b1:b896:3900/48,
+ 6dc1:b1:95e9:8f3:ae61:9e9d:938a:3b00/48,
+ 6dc1:b1:9508:6d79:f5c1:b5d:5961:5500/48,
+ 6dc1:b1:91d7:931b:8a27:eafd:1bc3:2500/48,
+ 6dc1:b1:9072:9b08:162e:d74f:701a:fb00/48,
+ 6dc1:b1:907f:4089:ef40:35de:bfe5:e100/48,
+ 6dc1:b1:9078:5863:197b:224:64ca:3200/48,
+ 6dc1:b1:8179:e677:ae7:6b3c:806f:9900/48,
+ 6dc1:b1:810b:f70b:b6b9:943e:5737:8400/48,
+ 6dc1:b1:80bb:6be3:caef:242f:15fe:bd00/48,
+ 6dc1:b1:808a:d13:6c5c:f055:9b48:f00/48,
+ 6dc1:b1:80e8:41d4:5830:bbc8:695e:c900/48,
+ 6dc1:b1:80d7:1c54:7c00:9440:56a6:5000/48,
+ 6dc1:b1:8327:5732:71d2:1a3a:5240:c00/48,
+ 6dc1:b1:83b5:d93c:3fc7:a915:f8c5:1300/48,
+ 6dc1:b1:839d:498f:3268:24f4:58ca:6f00/48,
+ 6dc1:b1:8396:80ce:d9c3:2b23:a72d:6600/48,
+ 6dc1:b1:8216:3a6c:a978:8468:658f:3f00/48,
+ 6dc1:b1:82fe:cc45:4b92:bdd8:5f77:f100/48,
+ 6dc1:b1:8781:acef:e16c:d885:488f:2a00/48,
+ 6dc1:b1:84e3:bb43:a054:31dd:d07f:3e00/48,
+ 6dc1:b1:851b:4dcb:2545:d942:52e6:d900/48,
+ 6dc1:b1:886d:688d:cfed:9a09:c06f:9d00/48,
+ 6dc1:b1:8b72:672b:dd8f:6b5f:4b53:b200/48,
+ 6dc1:b1:b082:96c1:c095:45c5:78d:f00/48,
+ 6dc1:b1:b705:2d6:3b1b:fb84:4318:a700/48,
+ 6dc1:b1:b665:23c4:6277:7b83:61d7:6000/48,
+ 6dc1:b1:b599:2988:5d23:9e8:201e:6a00/48,
+ 6dc1:b1:ba0a:f700:864c:5800:d105:9700/48,
+ 6dc1:b1:b8df:1dbf:8dad:5669:3632:3900/48,
+ 6dc1:b1:bc6e:8746:7b05:d115:206a:e00/48,
+ 6dc1:b1:bc79:35e1:f9b6:f04d:d0d8:9d00/48,
+ 6dc1:b1:bd4f:baef:419b:8ca1:c360:4100/48,
+ 6dc1:1cf:a492:c98c:e0f9:c450:cdef:e600/48,
+ 6dc1:1cf:a4ec:9f9a:5e3:e298:462b:3a00/48,
+ 6dc1:1cf:a5c8:b134:b148:7a5b:4bc4:b400/48,
+ 6dc1:1cc:e00:5110:65a4:18dd:6f36:b400/47 ge 48 le 48,
+ 6dc1:1cc:e06:1382:29e9:447a:d12:d200/48,
+ 6dc1:1cc:cf3:f722:9c46:db4d:286c:3f00/45 ge 48 le 48,
+ 6dc1:1cc:cf9:a812:5d53:6263:b20e:eb00/47 ge 48 le 48,
+ 6dc1:1cc:cfe:b0ab:596d:2ec5:b284:c700/46 ge 48 le 48,
+ 6dc1:1cc:ce7:106c:4f04:6c1e:22d1:ab00/48,
+ 6dc1:1cc:ce5:6203:7d89:cdc6:a1d6:1100/47 ge 48 le 48,
+ 6dc1:1cc:ce3:37d2:b11d:2d6a:d726:2800/46 ge 48 le 48,
+ 6dc1:1cc:d8e:9296:74c7:1d8:2caa:ab00/45 ge 48 le 48,
+ 6dc1:1cc:d81:5990:f08f:f61a:f338:a500/47 ge 48 le 48,
+ 6dc1:1cc:d87:39e7:13dc:aa57:6dc8:e300/46 ge 48 le 48,
+ 6dc1:1cc:d9b:edcb:5a95:b3e0:96de:5800/48,
+ 6dc1:1cc:d99:1ce9:33eb:3d31:bde3:4300/47 ge 48 le 48,
+ 6dc1:1cc:d9f:66d1:2a92:6a2a:5c39:d000/46 ge 48 le 48,
+ 6dc1:dba:8072:de00:772b:a0e1:f27f:8c00/36 le 48,
+ 6dc1:ab9:d59a:4cbe:7b43:8560:a518:bf00/48,
+ 6dc1:ab9:d5ac:f3ee:b501:22fd:3602:7000/48,
+ 6dc1:a8e:aba0:7dae:b452:519b:f04e:aa00/46 le 48,
+ 6dc1:a8e:ab34:95bd:8d4a:b35f:d22e:2600/48,
+ 6dc1:a8e:ab08:feb7:4af8:9f2a:539d:6100/48,
+ 6dc1:a8e:aeae:4e19:4911:3dd:3bbb:ac00/48,
+ 6dc1:a8e:f46f:7f01:e0f3:8450:f26a:f500/48,
+ 6dc1:a8e:ca7a:1faa:f993:b400:bcb3:c000/48,
+ 6dc1:a8e:5c38:6e7e:71a1:cc24:1bd6:9300/48,
+ 6dc1:a8e:58c7:aa51:f04:7485:14e7:fc00/48,
+ 6dc1:a8e:66f7:f013:5b7a:daf5:8d2a:de00/48,
+ 6dc1:a8f:6d45:5b60:14b:2260:2e94:7c00/48,
+ 6dc1:a8f:9b57:4bf3:cae8:3820:2c4:6100/48,
+ 6dc1:a8f:d713:9f5e:3a8a:6d7a:9077:1800/48,
+ 6dc1:a8f:f8f7:e46a:1c91:5672:bdd9:8e00/48,
+ 6dc1:a8c:d81:1855:e1bf:e6dd:3502:2200/48,
+ 6dc1:a8c:da2f:ce5a:b8fa:401c:bcac:9500/48,
+ 6dc1:a8c:ebee:5d5e:2a3a:6553:7fa4:500/48,
+ 6dc1:a8d:beb4:c1e0:4fd9:de3b:6765:6200/48,
+ 6dc1:a8d:6f80:50f1:b4bd:1c7f:eb42:c000/46 le 48,
+ 6dc1:a8d:6abf:426d:d778:34c1:ad54:5c00/48,
+ 6dc1:a89:fb14:7e57:9ece:3b90:920f:2c00/48,
+ 6dc1:a8a:798a:5c95:337d:5f21:3f82:2600/48,
+ 6dc1:a8a:2f45:ca96:7b96:9195:3f85:d400/48,
+ 6dc1:96a:e6c6:2ad4:3ffc:899d:4ede:8e00/32 le 48,
+ 6dc1:8e8:619c:add8:4517:a937:1133:c800/32 le 48,
+ 6dc1:8c1:1511:3081:c84a:6d6b:120b:bd00/32 le 48,
+ 6dc1:128c:b865:71d7:d20a:ba5:6fdf:be00/32 le 48,
+ 6dc1:1281:4110:ed58:3484:e153:dcc6:c600/32 le 48,
+ 6dc1:12b2:72e2:3a3c:890:3198:2d0f:2900/48,
+ 6dc1:13f1:1e4d:1c08:2a25:4a04:f731:5400/32 le 48,
+ 6dc1:13a4:2892:ada0:b89a:693f:a92a:e00/32 le 48,
+ 6dc1:134f:42fe:66:691c:a024:74d8:5000/32 le 48,
+ 6dc1:1374:ffc9:1290:4e60:f144:da00:bf00/32 le 48,
+ 6dc1:131a:68cb:43b8:1504:2f1a:89fd:eb00/48,
+ 6dc1:1563:83c7:240e:db4c:25fd:5418:3200/40 le 48,
+ 6dc1:1757:11eb:40d1:f86c:6c1b:31b1:a300/47 ge 48 le 48,
+ 6dc1:1757:11e8:289f:dc3a:373e:ea10:6200/48,
+ 6dc1:1c19:aaa5:7f16:224e:d1f2:c6a6:9f00/32 le 48,
+ 6dc1:1c2b:de60:4a6d:8844:8a64:dbbd:eb00/48,
+ 6dc1:1c2b:de62:7e51:bcf8:f1c9:165f:3900/48,
+ 6dc1:1c80:8ebc:2342:d673:7d5b:ce29:8e00/29 le 48,
+ 6dc1:1cb0:6ad2:4aeb:e217:1e80:5c2:d000/32 le 48,
+ 6dc1:1cfd:e4ba:80d2:bf10:5cab:9f17:c600/32 le 48,
+ 6dc1:1ce0:3a6e:d401:cde:2950:3ced:7200/32 le 48,
+ 6dc1:1d89:4121:bcc4:d31c:a0f9:3a28:2d00/48,
+ 6dc1:1d89:4127:b702:522c:5842:f10d:6900/48,
+ 6dc1:1d89:416a:6560:aef0:6712:72cb:b600/48,
+ 6dc1:1dad:d78d:44f0:78a0:c956:d17d:f100/32 le 48,
+ 6dc1:1df6:41f1:df84:555f:6fc8:49a7:1200/32 le 48,
+ 6dc1:1dfd:4e2e:1e35:4704:bd20:cc4:4e00/32 le 48,
+ 6dc1:1d29:8cdf:23a1:291b:8ec2:da90:e500/32 le 48,
+ 6dc1:1d6a:8d89:f768:e931:a3f1:b576:5200/48,
+ 6dc1:469d:89e9:6378:9eaa:5eb:6a8f:b400/44 le 48,
+ 6dc1:4402:c0b2:1ccf:aae8:b3a2:c78f:2700/32 le 48,
+ 6dc1:45b2:6515:854e:ddef:92ae:e25b:8b00/45 le 48,
+ 6dc1:45b2:6586:d4b7:fc04:4e72:6dd0:fa00/48,
+ 6dc1:45b2:6328:fefa:bbb9:17d1:26b2:d00/44 le 48,
+ 6dc1:45b2:634c:9fed:37dc:cd29:59f3:3600/44 le 48,
+ 6dc1:45b2:6376:764b:f755:57ae:2c13:4b00/46 le 48,
+ 6dc1:45b2:6bed:fcca:f69e:dd91:8ff:4700/40 le 48,
+ 6dc1:49f3:2de9:46bd:8a6a:3252:7a7:e800/36 le 48,
+ 6dc1:48e5:3cac:899:9aa:a151:1557:500/32 le 48,
+ 6dc1:489c:ba20:84dd:76a6:2f38:2b56:8200/32 le 48,
+ 6dc1:48b7:af42:516f:3931:7dfd:aaae:3600/32 le 48,
+ 6dc1:4839:f082:f30c:bc11:d3e3:8b62:e100/32 le 48,
+ 6dc2:885f:d0e7:bb52:5d74:5942:a47b:ab00/16 le 48,
+ 6dc5:2f0e:d1a3:9498:4e09:58bb:eeca:1400/29 le 48,
+ 6dbb:766f:abf9:2022:becc:d807:5326:4a00/28 le 48,
+ 6874:6498:b664:fd04:e99c:99eb:768:6f00/48,
+ 6874:72f6:2334:91f6:317e:1667:a016:200/32 le 48,
+ 6874:51f1:eb63:e714:582f:1cef:5da3:4200/48,
+ 6874:3473:4f58:d225:eac7:92bf:bae0:f700/32 le 48,
+ 6874:19da:620f:bf82:dec9:ab3e:2279:3200/48,
+ 6874:1724:7c1:f70e:c898:4169:ba79:7300/32 le 48,
+ 6874:1178:d031:4c84:b292:d871:7b88:8600/32 le 48,
+ 6874:bda2:715b:c02b:f289:315:7e12:3d00/32 le 48,
+ 6874:97af:c73e:f182:d60f:71ba:b306:a000/32 le 48,
+ 6874:89b8:dce9:e860:39ef:e9c5:9e:4000/48,
+ 6874:89b8:df42:4009:b4fe:aa21:715f:4b00/48,
+ 6874:89b8:dede:2182:9738:250e:d62b:8b00/48,
+ 6874:89b8:d586:25c0:b3ab:1194:a1f4:8700/48,
+ 6874:89b8:c2a0:d8f1:2599:a8a3:1096:b100/48,
+ 6874:8558:d3a3:2dbe:5483:9d1d:5e3:800/31 ge 32 le 48,
+ 6874:ed4d:438f:1f9a:677e:eb69:e91c:5c00/32 le 48,
+ 6874:e70b:8b08:8943:a0fe:1b20:b435:db00/32 le 48,
+ 6874:c3c4:2c9e:7abc:126d:2a5c:878:9800/32 le 48,
+ 6875:9541:e1c9:6521:4bb2:66cc:de55:8700/48,
+ 6875:9541:e1ca:8dc7:16ab:631e:bbab:ba00/48,
+ 6875:9540:1b2:dd49:3763:f7af:84c9:cf00/32 le 48,
+ 6875:9543:418d:675d:adf:b077:e6a1:b400/32 le 48,
+ 6875:966b:505c:8eb5:9752:d233:4b07:e500/32 le 48,
+ 6875:9f23:9351:c167:8760:620:dde7:8100/32 le 48,
+ 6875:9e8e:7d17:ddc5:9117:da6c:66e4:9b00/32 le 48,
+ 6875:8509:d73f:2b2d:ab72:2b29:d416:b700/32 le 48,
+ 6875:8542:151a:9168:d601:cfdb:fca9:9700/32 le 48,
+ 6875:8409:6b82:c338:c8c2:1089:b489:7100/36 le 48,
+ 6875:bb0b:5826:9700:8e1f:2d6:a353:6700/32 le 48,
+ 6875:676a:774e:6437:3e85:21dd:67c9:9f00/48,
+ 6875:676a:7714:d64b:617a:e729:1a84:f700/48,
+ 6875:676a:7734:50d:ab5:2773:dc84:6a00/48,
+ 6875:676a:7730:c869:70a7:e6ce:589d:7b00/48,
+ 6875:676a:7733:494a:bf65:751f:e257:4f00/48,
+ 6875:676a:92e1:bd98:d955:d417:272b:5c00/40 ge 48 le 48,
+ 6875:498f:e3a4:9580:bda9:21bc:970b:f100/32 le 48,
+ 6875:488f:948d:a147:cd93:9f13:2cec:b200/32 le 48,
+ 6875:29db:46db:124d:444e:eec8:e834:7e00/48,
+ 6875:29db:46ec:454c:d573:d9b8:2f43:9400/48,
+ 6875:29db:46b1:b5ce:cb75:aa76:cf98:9b00/48,
+ 6875:29db:4675:c7a5:60eb:f23f:156c:1400/48,
+ 6875:29db:d92f:6ded:7dea:ae40:a07a:9400/47 ge 48 le 48,
+ 6875:2a7d:e155:dde0:676b:67c9:3c7a:cc00/32 le 48,
+ 6875:3c56:4dbf:f8c2:80b2:26f5:592b:b900/32 le 48,
+ 6875:3b73:5ab6:402e:8cff:cd45:4f85:8400/48,
+ 6875:444:65a0:5c3a:ea17:15a:bf5c:6300/32 le 48,
+ 6875:3aa:19a2:b4bb:235a:432a:4a95:5700/40 le 48,
+ 6875:3aa:1f8e:7624:9db6:be1:2218:bc00/45 ge 46 le 48,
+ 6877:20bc:e9f6:8300:53fa:f13e:859a:f00/32 le 48,
+ 6877:1bf9:695:74b:d766:9224:5569:f100/48,
+ 6877:1bf9:6e7:ebd0:8905:22b0:da96:b000/47 le 48,
+ 6877:1bf9:6e3:6c32:9410:25c:5dd:e00/48,
+ 6877:1bf9:6e0:6b4b:284e:1c67:f51c:6b00/48,
+ 6877:fef:6bca:9f09:6981:44c4:beeb:f300/32 le 48,
+ 6877:83b:df92:848:5dfd:aa89:9323:8500/48,
+ 6877:83b:df91:7e23:6c99:6f11:359f:7500/48,
+ 6877:83b:c931:cfbd:b1bd:5fae:ce9:eb00/48,
+ 6877:593:f835:bca0:e78f:6d8:670c:cd00/32 le 48,
+ 6877:531c:5ff9:403:bcb2:5e49:1b11:bd00/32 le 48,
+ 6877:53bc:2428:e855:4cde:4e:7386:8f00/32 le 48,
+ 6877:6d9d:968a:ef9d:7ec9:4943:779d:a400/32 le 48,
+ 6877:7910:7a91:9106:c206:c209:9f47:9900/48,
+ 6877:7994:642f:c1d0:c042:3aa8:8fc:a200/32 le 48,
+ 6877:f581:da80:3a8a:4849:9024:ed95:7a00/48,
+ 6877:f581:dafc:249c:2094:27f7:751f:4b00/48,
+ 6877:dcce:5f89:644d:5c26:d9a:30f:8600/32 le 48,
+ 6877:9d77:e4:ef77:8898:4954:d643:c500/32 le 48,
+ 6877:90fa:bd0d:f5a9:621e:f639:be70:6b00/32 le 48,
+ 6877:94c7:eb5b:a621:abad:664:16bf:8600/32 le 48,
+ 6877:8124:4222:1ccc:dd99:e615:b67f:b600/32 le 48,
+ 6877:8017:689b:8c6e:1ae2:7887:dc77:bf00/32 le 48,
+ 6877:85e2:e121:896:e7d3:4620:94f2:3300/40 le 48,
+ 6877:a8e2:b1e4:8fad:eabb:b12b:10d3:1100/40 le 48,
+ 6877:af40:210c:b294:1c1a:18ca:3371:2e00/32 le 48,
+ 6877:b871:5ff7:e9a4:49fb:452e:2fab:cd00/36 le 48,
+ 6877:b871:6b84:8268:fbc0:6666:1580:d900/36 le 48,
+ 6876:3ccb:2ecf:7e0b:b5e2:94b5:5615:dc00/32 le 48,
+ 6876:6ce:3470:2c83:a673:56d8:96f6:8d00/32 le 48,
+ 6876:c8e:acf9:9cf6:7cff:995:2ac5:4a00/31 ge 32 le 48,
+ 6876:dc7:6da5:609b:d580:2877:fdfa:1600/48,
+ 6876:1948:b57a:82aa:bbdb:9ffd:84e1:de00/32 le 48,
+ 6876:1e50:e511:1b07:157c:52ef:6478:4000/32 le 48,
+ 6876:50be:c87c:1d0c:c4a5:614e:a00:9d00/32 le 48,
+ 6876:4a75:9cf3:f206:707:e459:159a:a200/32 le 48,
+ 6876:4b31:3e65:c95b:aa0a:3ca6:8a0:5300/48,
+ 6876:4b31:3e4b:11f0:2868:103b:c3e1:bc00/48,
+ 6876:4b31:8e3a:4b07:b233:ac77:c1a8:7a00/48,
+ 6876:7044:a058:f823:c7e1:b8e7:77fc:e200/32 le 48,
+ 6876:e1aa:3fcf:4d78:4b1c:81b8:306d:c000/32 le 48,
+ 6876:d881:c8b2:a46d:6524:d526:ce2e:f800/32 le 48,
+ 6876:d8d6:253:23e5:eb60:491c:61a:c600/32 le 48,
+ 6876:da96:66eb:5085:5d79:5d8c:764c:d600/36 le 48,
+ 6876:c992:1ef8:64aa:5fa1:b3c4:37a5:5e00/32 le 48,
+ 6876:a8e5:1b27:722a:9234:c50a:a713:8300/36 le 48,
+ 6876:a8e5:5b9a:39b3:5211:e348:f0ef:bd00/36 le 48,
+ 6876:a8e5:a680:435a:671b:866:1b51:9c00/36 le 48,
+ 6876:a8e5:8255:a969:d2f6:7b13:a84f:5e00/36 le 48,
+ 6876:a8e5:c931:973b:bcc1:16b7:f573:d300/36 le 48,
+ 6876:a9dd:7f67:2946:4e3d:55ae:e522:cc00/32 le 48,
+ 6876:aaf9:d79b:6d4b:be02:21b2:1a2a:ef00/48,
+ 6876:aaf9:d78c:5101:ad4a:f7a:2ea7:2500/48,
+ 6876:83a8:e59e:9aee:e155:6d18:ee5f:8b00/32 le 48,
+ 6873:fc9e:21cb:8b88:1c77:fd5c:6d37:1a00/32 le 48,
+ 6873:f7a4:60c:eaeb:d83c:f00e:4685:c300/32 le 48,
+ 6873:db3d:9f3a:796:af3:86b9:ba86:6500/32 le 48,
+ 6873:dd07:c0c9:c063:ca96:7232:a708:4000/48,
+ 6873:d109:6fd6:a62c:3265:d613:2c34:2200/32 le 48,
+ 6873:d35a:2c5d:69c5:4bf1:21a:8bf4:ac00/32 le 48,
+ 6873:c6b3:2e6:5f4f:3f58:cfd5:94df:1900/36 le 48,
+ 6873:c6b3:38e9:3380:da9b:62b9:a010:4200/35 ge 36 le 48,
+ 6873:c6b3:56f6:fbc:251:33cc:7bfc:900/34 ge 36 le 48,
+ 6873:c6b3:8730:6af9:b835:16da:a684:1300/34 ge 36 le 48,
+ 6873:c6b3:c01f:3f64:326d:9f16:2fbd:1c00/36 le 48,
+ 6873:c799:4124:dad8:52ec:a883:4f65:6f00/32 le 48,
+ 6873:9c37:cd81:7b23:c038:28f1:3bc7:d400/32 le 48,
+ 6873:a7c2:a820:fe7a:2917:6586:fd3d:e500/32 le 48,
+ 6873:a347:12d:321e:faa7:d1c3:b505:ba00/32 le 48,
+ 6873:a091:9c46:59a8:2251:d80e:113d:bc00/32 le 48,
+ 6873:ae00:81dc:9b07:960f:2476:c2d:2c00/32 le 48,
+ 6873:43a9:64b8:8d83:cb9d:a9e0:5578:5c00/32 le 48,
+ 6873:48fe:759f:de68:c1e9:1cc:25c1:6200/32 le 48,
+ 6873:503f:649a:4234:47bd:4a50:d1de:a500/48,
+ 6873:71de:b17c:bd4a:289:48d:bf1d:e400/32 le 48,
+ 6873:6d49:4b79:5c43:4190:5b02:cdb9:9700/32 le 48,
+ 6873:7f5:8f38:d6da:3ab0:bcbb:3b7b:5f00/36 le 48,
+ 6873:3db4:472e:dc5a:a368:5fb4:c926:b500/32 le 48,
+ 6873:2525:15a7:3c25:e259:d0c:31a9:c200/35 le 48,
+ 6873:2525:a6c6:4b36:43d2:4bd3:f320:3000/43 ge 44 le 48,
+ 6873:2525:ae7a:ff3c:b325:c8cc:d14d:8800/44 le 48,
+ 6873:2525:af6e:191b:8353:c5d8:7f18:7a00/40 le 48,
+ 6873:2525:b450:d083:542:8146:1aef:a100/43 le 48,
+ 6873:2525:b72c:1c36:de33:d701:90e7:f800/44 le 48,
+ 6873:2525:b6d7:8a50:3540:5ef:4b4d:400/40 le 48,
+ 6873:2525:b2f7:5f4d:9d0a:8042:1ab5:5900/44 le 48,
+ 6873:2525:b3f4:e1a8:6108:f028:49a2:bb00/44 le 48,
+ 6873:2525:b042:bbf:2275:9f3f:c81:1700/40 le 48,
+ 6873:2525:b147:7206:5431:e4a:f664:f300/46 ge 47 le 48,
+ 6873:2525:b143:ed34:2177:3cd1:5108:d100/46 le 48,
+ 6873:2525:b14b:5030:1f45:8507:45a8:200/45 le 48,
+ 6873:2525:b15c:8c5d:944f:bc01:975b:d500/44 le 48,
+ 6873:2525:b176:48ec:de82:4644:cfba:f000/43 le 48,
+ 6873:2525:b112:cf25:9228:9bdc:4392:1e00/42 le 48,
+ 6873:2525:b193:2e48:973b:cd8a:5f21:e900/41 le 48,
+ 6873:2525:bd3d:306f:28e:e4e2:f038:f00/44 le 48,
+ 6873:2525:bb30:e0e6:ed72:ecda:b6f7:4f00/44 le 48,
+ 6873:2525:bb28:ae63:7902:5f8d:467f:1500/48,
+ 6873:2525:b89e:7a1b:7370:bc80:a3cf:1600/44 le 48,
+ 6872:26cc:d2e1:5567:606a:33a7:4c61:9100/32 le 48,
+ 6872:27f9:6cb6:8582:a49a:ad9d:f32e:4e00/44 le 48,
+ 6872:27f9:1d9e:6c0b:796a:af2e:3fdf:fb00/36 le 48,
+ 6872:27f9:2b28:a000:6ce5:2aeb:ff58:4000/44 le 48,
+ 6872:27f9:2a10:245:34bf:24a:b96f:3b00/44 le 48,
+ 6872:27f9:2ae2:3cb1:61ec:6d44:2416:dd00/44 le 48,
+ 6872:27f9:2aad:9028:1af0:3cf:bed:d500/44 le 48,
+ 6872:27f9:2a80:2dbe:9d42:32e7:e7da:4f00/44 le 48,
+ 6872:27f9:b458:2afb:8400:d9eb:c49c:8300/40 le 48,
+ 6872:130b:8d76:73c6:d689:d191:656d:a300/32 le 48,
+ 6872:1643:1265:7fcc:80dd:bb1e:cb94:d600/32 le 48,
+ 6872:18e8:7d03:e854:eaad:4451:6d1:8b00/31 ge 32 le 48,
+ 6872:77bd:4c75:fbb3:6d80:4b22:1633:8c00/32 le 48,
+ 6872:8a60:490b:1082:5f5:32b9:1730:9400/32 le 48,
+ 6872:8eb4:618:5d1d:517f:49f5:af77:3d00/48,
+ 6872:8d3c:6dd9:10f7:bb08:5feb:1b8a:8e00/32 le 48,
+ 6872:84e8:f90a:10e:9c9f:f774:6899:2800/48,
+ 6872:a828:cc73:893:363:5bc5:55c7:a700/48,
+ 6872:beb4:234d:b487:3379:6ba5:94ab:1c00/32 le 48,
+ 6872:b31d:29a9:959c:9e3d:24b9:157b:3b00/48,
+ 6872:b31d:29ae:8df:847d:3143:bbd5:5200/48,
+ 6872:b31d:29b4:d354:17de:a07:3440:f500/48,
+ 6872:b31d:277f:dfaf:6449:9780:30cb:5300/48,
+ 6872:b31d:2778:d81a:b22b:ac08:b143:5300/48,
+ 6872:b31d:2770:f37:554:94c0:9498:4b00/48,
+ 6872:b31d:2774:a060:bed:877c:7527:9100/48,
+ 6872:b31d:2760:5d62:6a2a:5eb6:dcd0:2c00/48,
+ 6872:b31d:2728:6e58:6691:7e03:f58f:5000/48,
+ 6872:b31d:2356:52c3:4839:e6ef:4868:7c00/48,
+ 6872:e8c9:dbf0:947a:1d2d:930e:2503:8800/32 le 48,
+ 6872:f42c:809c:d289:5465:8079:2432:f600/32 le 48,
+ 6872:c43c:7041:7590:e6a9:1d7b:c62a:ef00/32 le 48,
+ 6870:363a:6105:8248:ac9b:8e12:9a96:6400/32 le 48,
+ 6870:4e7e:641b:3956:30f6:1f47:c2b6:6e00/32 le 48,
+ 6870:408e:c6ee:80e3:c96:5a53:9940:7100/32 le 48,
+ 6870:94bc:96db:ff07:d5dd:760b:a004:ad00/32 le 48,
+ 6870:83b2:9ead:3246:4dd2:469:e94d:8c00/32 le 48,
+ 6870:893e:b7f9:8ca1:bc3b:5c39:85e6:6e00/44 le 48,
+ 6870:893e:b7c8:8ee8:622a:ca7c:12db:c000/43 ge 44 le 48,
+ 6870:893e:b78c:d23c:183:bab7:ffe9:1400/44 le 48,
+ 6870:893e:ce47:74f8:2538:f2f3:76b6:f000/44 le 48,
+ 6870:f6ea:a12e:3f47:1350:dea9:ebd3:6a00/32 le 48,
+ 6870:e3b8:c51c:13d0:6fe2:a300:d888:2900/32 le 48,
+ 6871:a4c4:5041:e58a:dc64:23c7:6f60:7500/32 le 48,
+ 6871:a1b9:fb20:3a7d:caf1:fe5b:5aa:7600/40 le 48,
+ 6871:e5b7:6ad:4369:5522:51cd:2540:1800/32 le 48,
+ 6871:c2b9:21b:fc15:531:f355:4953:ed00/32 le 48,
+ 6871:d71e:f62e:a063:8f85:8092:af14:a300/32 le 48,
+ 6b55:5cf:b189:6de1:bff6:d1bd:bf4c:9400/28 le 48,
+ 6b55:272:54c4:d94e:5df6:51b5:45a4:2200/48,
+ 6b55:278:5a14:82e3:5a9b:74cf:74c1:9c00/48,
+ 6b55:27b:9f81:4abb:81ec:ac5c:f0b6:8000/48,
+ 6b55:26b:741e:c486:b315:eb0b:da28:6900/32 le 48,
+ 6b55:341:c005:7a62:ed23:58d2:3f8b:c600/28 le 48,
+ 6b55:194d:2995:1116:2b6f:ae33:9a87:6a00/28 le 48,
+ 6b55:1e35:48b6:56b4:55ef:806:6162:fd00/28 le 48,
+ 6b55:10d2:c28b:c0e2:a8c:f36f:a97d:5100/28 ge 32 le 48,
+ 6b55:35b2:7cf5:6f35:b15a:2a0d:16c4:5700/28 le 48,
+ 6b55:3bd3:acf4:94f4:e5b0:5b0:43cf:a000/31 ge 32 le 48,
+ 6b55:3bd5:70e5:ddd1:b8bf:2081:74fa:5a00/32 le 48,
+ 6b55:3bd7:9249:1ae0:349b:a28e:14cc:b000/31 ge 32 le 48,
+ 6b55:3bdc:4649:99b5:d303:5610:e089:fe00/29 le 48,
+ 6b55:3d27:f9b7:6530:1ce7:61a0:b9b3:b800/35 ge 36 le 48,
+ 6b55:3d27:d83c:8c7f:48c1:9b2c:54ad:3300/36 le 48,
+ 6b55:26e4:7687:8105:7cac:c833:7582:5a00/48,
+ 6b55:26e4:3958:b63f:e364:ba6a:58b0:5600/43 le 48,
+ 6b55:26ef:b26:5738:91aa:f31b:4ec1:cd00/43 le 48,
+ 6b55:26ef:b55:a88d:5eb7:2b59:34e5:e900/42 ge 43 le 48,
+ 6b55:26ef:ba1:cfb6:be0d:44f9:359:e200/43 le 48,
+ 6b55:26ee:55c5:af17:6cf1:7378:8faa:c500/32 le 48,
+ 6b55:6926:4dcf:c63a:4a2d:6ec1:ff9b:7f00/48,
+ 6b55:b2f2:86e6:eb05:a6d5:c85d:73eb:dd00/24 le 48,
+ 6b55:881c:891:a454:7c49:8e88:2c0e:8a00/28 le 48,
+ 6b55:8526:9837:1eec:b228:a3fc:113e:b400/28 le 48,
+ 6b55:f608:f185:bbb3:6aaa:ea74:2d69:1900/32 le 48,
+ 6b56:f89a:c693:51da:5222:faee:2ba8:bd00/32 le 48,
+ 6b56:f8bc:fee6:f906:d9b1:7223:3aa1:6200/32 le 48,
+ 6b56:f9fd:4630:a4d8:bbf1:ace4:836:4e00/24 le 48,
+ 6b56:f6ea:f83b:db08:6511:95f1:2284:ad00/40 le 48,
+ 6b56:f6e9:beb8:9871:6898:b944:2c5d:d700/48,
+ 6b56:f6e9:ac32:c6a5:93b0:9904:8100:7700/44 le 48,
+ 6b56:f6e9:49b:8733:3664:bc95:751a:5700/44 le 48,
+ 6b56:f6ec:241b:558b:ad3:acc6:5b82:c000/40 le 48,
+ 6b56:f6ef:590c:51ed:a1e:ca9f:73f9:fb00/44 le 48,
+ 6b56:f6ef:4e5c:8e72:c069:2294:4a2a:9100/40 le 48,
+ 6b56:f6ee:b8c8:1f55:27a:a368:438d:600/40 le 48,
+ 6b56:241f:11ae:797f:9335:7daa:fe3d:3b00/36 le 48,
+ 6b56:2416:5d9:deb4:1e63:4272:2824:b200/36 le 48,
+ 6b56:2511:1787:5f1b:6b4c:4476:efa3:fa00/36 le 48,
+ 6b56:253a:d9cd:ba7e:6446:9d:4ce2:c200/36 le 48,
+ 6b56:2550:e9c6:5909:bd17:88d9:a0b1:8600/48,
+ 6b56:2550:e9f3:bd96:955e:d8b0:f573:ec00/48,
+ 6b56:2550:e95a:b93f:f853:6ba4:712a:f200/44 le 48,
+ 6b56:2550:e7ff:f56:6166:54d8:ed89:ba00/48,
+ 6b56:2550:e7e1:350a:d4b9:9951:c8a1:f500/48,
+ 6b56:255c:d6c9:49af:c12a:9f6f:64aa:5200/36 le 48,
+ 6b56:2568:fbe5:8720:5761:b4a1:3b91:c100/48,
+ 6b56:2563:8326:454a:2dd1:5058:6b3d:9400/36 le 48,
+ 6b56:257c:829f:11d1:8c2d:36f9:724c:bb00/36 le 48,
+ 6b56:25c7:f5c3:532f:4958:543c:6370:4200/36 le 48,
+ 6b56:25f9:92fd:9a0e:a664:f131:f02a:eb00/48,
+ 6b56:25e9:1ff7:de0:670:ead9:28d4:7a00/36 le 48,
+ 6b56:25a4:e810:1f39:fff5:97a8:33c3:ef00/36 le 48,
+ 6b56:25ac:800:9c0:1156:ca71:4437:9600/36 le 48,
+ 6b56:26e6:efb5:f0b8:e9f0:b4d4:1eb6:6500/36 le 48,
+ 6b56:26a4:db29:d58b:bf2c:bb67:37d:c300/36 le 48,
+ 6b56:26a1:ad50:5792:69a5:88a8:9fbc:5900/36 le 48,
+ 6b56:2623:ad7e:2147:1d94:7065:d67:ae00/36 le 48,
+ 6b56:2629:84c6:5748:d028:a370:8984:6800/36 le 48,
+ 6b56:2635:2978:440d:b693:36f4:33e9:5c00/44 le 48,
+ 6b56:2635:23b6:2b61:4c88:50a8:a749:3900/48,
+ 6b56:2635:27b3:431e:b579:9122:9400:4100/43 le 48,
+ 6b56:2635:261a:d3f7:e92f:c71e:75a:d600/40 le 48,
+ 6b56:2611:5570:5d62:466c:6405:87a8:6900/36 le 48,
+ 6b56:264f:2a20:5396:f08e:5cfe:ac8e:b500/32 le 48,
+ 6b56:2643:4bbb:557b:f06c:2884:c676:a500/36 le 48,
+ 6b56:2676:6675:bc30:db4a:ed98:e8ea:7100/36 le 48,
+ 6b56:274b:fc9d:89af:64b2:ac52:396d:fd00/36 le 48,
+ 6b56:2745:7c36:b6fa:f58c:c40d:1caa:2f00/39 ge 40 le 48,
+ 6b56:2747:b042:1d53:66c0:8207:f28a:700/36 le 48,
+ 6b56:2767:e5ee:3383:12de:ee4e:371f:8900/46 ge 48 le 48,
+ 6b56:2767:e6af:1675:9ce9:5684:1ce9:6300/46 ge 48 le 48,
+ 6b56:2762:5e7e:a118:bc83:7131:987:ac00/36 le 48,
+ 6b56:276c:da6d:2cf1:2c5c:20f:4ceb:f700/36 le 48,
+ 6b56:271c:1d23:ac43:98ea:66fb:e4b5:5d00/48,
+ 6b56:2705:505b:2407:9675:df18:b455:c800/36 le 48,
+ 6b56:2709:9931:874a:2592:62e2:7ffc:1800/32 le 48,
+ 6b56:27e1:682f:f387:f8d2:72a4:70e7:d100/32 le 48,
+ 6b56:27e6:d2ee:cc32:823d:b7ad:8a13:7000/48,
+ 6b56:27e6:d2e6:603d:94dd:7b86:a146:800/48,
+ 6b56:27e6:d2fe:70b1:9cd4:f85f:5308:5600/48,
+ 6b56:27e6:d2f8:bc3b:f68f:b88c:1925:fc00/48,
+ 6b56:27e6:d2fa:bd11:4e3f:cfcb:db2f:b900/48,
+ 6b56:27e6:d2f1:f7b9:d1cf:74df:a8dc:7f00/48,
+ 6b56:27e6:d2f6:bb40:90ef:865:6515:aa00/48,
+ 6b56:27e6:d262:d294:9e58:4910:4ebc:fa00/48,
+ 6b56:27e6:d261:c78c:be4f:e873:9c36:fa00/47 ge 48 le 48,
+ 6b56:27e6:d323:d1e:336d:c4b7:2cbf:d200/48,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 48,
+ 6b56:27ec:cd86:790:8f39:9689:6732:a000/36 le 48,
+ 6b56:27cf:de12:65b1:2c0c:8156:ace0:db00/40 le 48,
+ 6b56:27cf:ddd1:83a5:eef0:42e0:b266:c00/40 le 48,
+ 6b56:27c4:1d96:9919:d404:7178:5888:da00/36 le 48,
+ 6b56:27db:13ed:b71f:f5d6:46ba:9d0e:f100/32 le 48,
+ 6b56:27dd:23d1:a155:621c:cc93:7b24:4600/36 le 48,
+ 6b56:27df:c94e:1e03:393e:b50f:3671:e100/36 le 48,
+ 6b56:27d6:d418:5eb7:8741:2b64:255:3b00/36 le 48,
+ 6b56:279d:555e:be41:a306:7dd8:9914:1100/48,
+ 6b56:279d:554a:3c31:a8a5:f6a2:c464:9500/44 le 48,
+ 6b56:279d:557a:fa12:3d5c:c02:b43e:5a00/43 ge 44 le 48,
+ 6b56:279d:5539:5648:5c9e:9537:7436:dd00/46 ge 48 le 48,
+ 6b56:2791:a440:3993:2e1c:1680:f9e1:1700/36 le 48,
+ 6b56:2785:1630:8f6b:6357:34cb:2e91:b700/36 le 48,
+ 6b56:278a:a974:f7aa:22c6:4044:8407:3e00/36 le 48,
+ 6b56:2789:6206:92f:df9:b18f:be0c:b600/48,
+ 6b56:2789:628d:8d59:51a8:5494:cead:3700/48,
+ 6b56:2789:6297:2944:1dad:d2db:2e1b:d600/48,
+ 6b56:2789:69ec:ac59:bb4b:e6c6:e830:5000/48,
+ 6b56:2789:6c75:deef:5a99:fba7:3fd1:b100/48,
+ 6b56:2788:85e9:fa2a:95b0:9072:e89:1200/36 le 48,
+ 6b56:278d:bba7:cf0c:c065:7407:9ff:d200/40 le 48,
+ 6b56:278d:b17a:60f3:5074:76e2:b019:e600/40 le 48,
+ 6b56:27b0:f679:82d3:984b:300e:a25a:bb00/36 le 48,
+ 6b56:27b7:7358:3f18:e009:59f7:353f:b000/36 le 48,
+ 6b56:27bd:e2ee:97be:9d4d:456f:2bc3:e00/36 le 48,
+ 6b56:27ab:9ea5:c9a:2fb7:c623:24fc:3f00/48,
+ 6b56:27a5:6b20:b75e:bae:6efd:64f:8400/47 ge 48 le 48,
+ 6b57:40f1:aeb6:f422:acee:252c:399b:3800/30 le 48,
+ 6b57:698b:8ae9:a573:8e8:6ca3:f9c1:3900/29 le 48,
+ 6b57:68b5:3d25:a10f:d60e:247a:a326:1b00/29 le 48,
+ 6b57:6057:2e4a:9da2:2d8b:da73:6f15:7500/29 le 48,
+ 6b57:6123:7838:630b:a44e:bbd0:1d18:1800/29 le 48,
+ 6b51:7f05:8831:1ae:6a6f:5f87:1e1f:fc00/32 le 48,
+ 6b51:741f:799b:6aa5:28b:9bbd:96c6:1600/32 le 48,
+ 6b51:774b:869a:55f8:b2b8:2933:3b83:9500/48,
+ 6b51:6272:6bdc:4a59:8f6:5470:3e29:9300/32 le 48,
+ 6b51:64dc:2979:3be5:3104:7bba:5435:1400/32 le 48,
+ 6b51:6f24:d47:94b8:b848:1b7d:45de:2d00/32 le 48,
+ 6b51:6bce:68:6162:c3d9:cf10:1b0:6600/32 le 48,
+ 6b51:5e3c:56b9:c2b1:65c5:133e:62d8:6400/32 le 48,
+ 6b51:54ed:6efc:71e7:cda:d60a:5e56:5d00/32 le 48,
+ 6b51:5228:777d:cbb3:869b:29ba:9abd:ff00/32 le 48,
+ 6b51:2acd:30b2:dd60:a4d8:33ba:a8c:8e00/48,
+ 6b51:2b87:605a:1980:560:8485:1ba:2200/36 le 48,
+ 6b51:2cd9:9fe9:6096:c0e5:d653:b897:2800/48,
+ 6b51:3ed8:27b3:9e9:b79a:d419:b712:ac00/32 le 48,
+ 6b51:35af:1576:f80c:9a54:6a3d:7344:5600/32 le 48,
+ 6b51:19bb:d868:6857:a0a0:285d:8c95:8600/48,
+ 6b51:19bb:d831:7ec6:69d8:dc03:c7b9:1500/48,
+ 6b51:19bb:d83e:f0ca:d0c5:68c8:1203:6100/48,
+ 6b51:19bb:d81a:401b:e4e4:836d:fc3c:8500/48,
+ 6b51:19bb:d8b2:2302:7a1e:4085:7884:1900/48,
+ 6b51:19bb:d9dc:1927:12a6:3fd5:9cc9:de00/48,
+ 6b51:19bb:daf8:150c:2e38:357a:4c69:9000/48,
+ 6b51:19bb:e1cd:8661:2db8:fa7e:2166:900/48,
+ 6b51:19bb:e1ce:b4b6:5a9d:20a4:8cd2:8600/48,
+ 6b51:19bb:e1c8:98a5:eeb6:12df:f50c:ac00/48,
+ 6b51:19bb:e499:af0a:3e7b:8ab3:5273:6d00/40 le 48,
+ 6b51:19bb:e602:a026:a1c:c6b6:afaa:8e00/48,
+ 6b51:19bb:4561:8f1a:191e:2e22:4ce8:f400/48,
+ 6b51:19bb:45e0:7d2b:ce10:a45b:d7dc:d500/48,
+ 6b51:19bb:4468:f40:11cb:8f5b:299c:3200/48,
+ 6b51:19bb:4625:8965:56de:ca4b:d968:3000/48,
+ 6b51:19bb:46fd:9cf2:6f07:41c8:c39a:4c00/48,
+ 6b51:19bb:4746:9568:c76b:33d2:bca7:3800/48,
+ 6b51:1872:57ac:6bf9:52e7:b68d:34b9:5200/44 le 48,
+ 6b51:14ea:eb57:4102:40db:9a67:28f4:1100/32 le 48,
+ 6b51:1680:d494:b898:229a:e8d4:c764:3a00/48,
+ 6b51:17ea:5db:4a9:a3d8:bfb:c6e1:f00/32 le 48,
+ 6b51:fcf:70e6:7d65:abb3:c6d:6d26:a900/44 le 48,
+ 6b51:eb5:fba1:d2fc:bc78:62a3:df11:9e00/32 le 48,
+ 6b51:9a89:b4f7:79e5:404f:e306:5116:da00/32 le 48,
+ 6b51:9dbc:e6b6:1f27:e840:8e94:415a:e300/32 le 48,
+ 6b51:9f72:73b2:8739:d4d8:294f:997a:1600/32 le 48,
+ 6b51:87a1:da8:8f5c:e612:5bf6:e419:4200/32 le 48,
+ 6b51:8655:56b9:a71e:28cb:7620:436c:4b00/48,
+ 6b51:89dc:e275:3ec:9810:c79f:1fce:eb00/47 ge 48 le 48,
+ 6b51:8bd0:1c10:9e8d:212d:3401:d84:d400/32 le 48,
+ 6b51:8b96:6045:549:be06:3110:c778:de00/32 le 48,
+ 6b51:af97:3f0e:e43:2f15:8c64:a7f4:b500/32 le 48,
+ 6b51:a853:301:aca4:e85a:2d1a:ecbb:1200/32 le 48,
+ 6b51:a965:b431:af52:ca5a:9ee3:f539:8700/32 le 48,
+ 6b51:abb4:b29d:56b7:95db:89eb:d8ba:1500/32 le 48,
+ 6b51:a2f8:da6c:b5c9:2539:9c81:7e71:4400/46 ge 48 le 48,
+ 6b51:a17c:2764:40ce:e59a:ea03:4c1:1100/32 le 48,
+ 6b51:bee0:126c:b3bf:c94b:9ed6:f4d7:2300/44 le 48,
+ 6b51:bc4a:6492:b4e5:153a:2fab:e3ac:8600/48,
+ 6b51:b194:128d:2bbd:8a83:ada6:4480:6100/32 le 48,
+ 6b51:c5b4:3dc6:7aac:6135:337b:c4e9:8600/32 le 48,
+ 6b51:df32:7e9f:8e5b:f890:d111:2ff4:da00/32 le 48,
+ 6b51:dddf:8d8f:c3a1:b55c:604f:7ead:7400/32 le 48,
+ 6b51:dc86:de4d:aecb:3663:cf51:3f22:3900/32 le 48,
+ 6b51:d148:4992:e0e3:43e2:83b8:f1f7:9d00/32 le 48,
+ 6b51:d43a:1639:5eb9:5fed:e2a9:cf23:dd00/32 le 48,
+ 6b51:d7e7:3eba:3342:63b5:1271:d182:6400/32 le 48,
+ 6b51:fd9d:1235:3aaa:f8a8:3311:71a0:9800/32 le 48,
+ 6b51:f559:4f3c:e8e8:8c28:26f:d5e8:c400/48,
+ 6b51:f559:4f39:4930:24fd:aec4:d678:b800/48,
+ 6b51:f071:5fb1:abb5:c149:2d19:307c:c400/32 le 48,
+ 6b51:e1c9:7a2:6454:40be:c6a9:bf6c:ee00/32 le 48,
+ 6b51:e6c1:854:32a8:50f:db5b:a9d8:1700/32 le 48,
+ 6b50:1857:ddd7:4ed9:7397:942d:2dc9:6800/32 le 48,
+ 6b50:1988:f47:653:1048:9c9:a5b3:8500/44 le 48,
+ 6b50:1988:2c96:840f:6518:12da:dc37:a400/48,
+ 6b50:a97:abb8:e94f:b635:2512:75:bd00/32 le 48,
+ 6b50:253a:2dc0:7b81:ba50:8054:9561:5000/32 le 48,
+ 6b50:2fa1:f3e2:e96d:4459:1916:3260:d600/32 le 48,
+ 6b50:385f:cb63:7be6:f850:9a21:27f7:2f00/32 le 48,
+ 6b50:3be7:6d1:3ebf:eeb0:e05f:7e3e:b00/32 le 48,
+ 6b50:3b26:2b6d:38d0:7c1f:82:e7bb:4800/32 le 48,
+ 6b50:3c7d:5492:cb8e:5521:5898:b25e:3f00/28 le 48,
+ 6b50:41d5:482d:8c4b:56fb:f936:2bf3:3c00/32 le 48,
+ 6b50:4955:8172:fa37:2c1f:b628:dbd7:3800/32 le 48,
+ 6b50:5513:f385:88e9:81:47f4:ba0b:fe00/28 le 48,
+ 6b50:5521:768c:3795:30f3:52b7:e560:5d00/28 le 48,
+ 6b50:6469:a802:8177:d432:2c7:b283:4d00/32 le 48,
+ 6b50:6cd3:9caf:ec3b:6a69:4ef7:2465:7500/32 le 48,
+ 6b50:6aaa:e046:c8fc:b336:20f7:34df:300/48,
+ 6b50:6aaa:e042:f48d:52c2:37a:5f1d:df00/48,
+ 6b50:6aaa:16d5:d1c4:efcb:6bad:a5d2:9c00/33 le 48,
+ 6b50:69a4:7477:c18e:f647:8a98:b0b7:f900/32 le 48,
+ 6b50:746f:9745:6872:5db3:f387:2b4a:be00/32 le 48,
+ 6b50:7f03:9f3e:f569:9a2e:acb5:1807:3700/32 le 48,
+ 6b50:c7d8:90e4:650e:a14f:6772:62b4:a800/32 le 48,
+ 6b50:c103:b586:2d2e:42eb:2c0:453f:1d00/31 ge 32 le 48,
+ 6b50:c071:95bf:974e:90ad:5931:bb9:9700/32 le 48,
+ 6b50:d008:9f8e:7929:aca6:ae24:3c50:dc00/48,
+ 6b50:db86:938d:4f72:443b:9b12:fa43:4600/32 le 48,
+ 6b50:dd6e:5887:8656:7a81:5f44:725f:4600/32 le 48,
+ 6b50:dfeb:d775:e35f:f6c7:f4b4:c815:7900/32 le 48,
+ 6b50:ff43:8b72:ac2a:4c27:d276:cc1c:8d00/32 le 48,
+ 6b50:e5dd:5b00:920e:9eaf:8eb1:fa0a:1000/32 le 48,
+ 6b50:e1bf:6468:d033:ced2:3672:65b7:d900/32 le 48,
+ 6b50:eb41:6707:f2f6:a3d8:41e3:eba2:be00/32 le 48,
+ 6b50:81b0:9eaa:9068:9068:c938:3753:4e00/32 le 48,
+ 6b50:9e00:9be:4c6:6d90:d741:d7bf:2500/32 le 48,
+ 6b50:a4e8:c25:2a3e:8fde:4f84:93f9:100/32 le 48,
+ 6b50:a88e:1525:381:7a46:63ed:c238:ff00/32 le 48,
+ 6b50:bd34:b488:d65a:42fa:b050:b783:0/32 le 48,
+ 6b50:bc15:77d4:64cc:1ca2:a3d:a99b:7400/44 le 48,
+ 6b50:b424:85e9:a5f:24f8:33ec:e060:8000/40 le 48,
+ 6b50:b138:550:6ec:6813:391:8e95:6900/48,
+ 6b52:1090:230b:287b:4088:8c4c:bbb8:9100/32 le 48,
+ 6b52:a9b:ab56:2940:f424:12bc:fd0b:5700/32 le 48,
+ 6b52:daa:7141:919b:13b8:b64f:6c98:5600/32 le 48,
+ 6b52:fa7:7282:aeea:73ae:7db:2c5f:6000/32 le 48,
+ 6b52:f7d:ba34:1195:6263:e690:a53:dc00/32 le 48,
+ 6b52:113:54cb:4c1b:2598:6e57:a769:4800/32 le 48,
+ 6b52:2be:b40d:bc66:662f:35ff:576c:2000/32 le 48,
+ 6b52:623:fe16:eee6:44a3:120c:dd8b:d300/32 le 48,
+ 6b52:3fcb:549c:10c5:adba:5c54:ee5d:f300/32 le 48,
+ 6b52:35b6:3a1:c228:238c:2dcf:46a4:b400/32 le 48,
+ 6b52:37e8:23a2:3f60:359d:e825:bcfb:c700/32 le 48,
+ 6b52:3701:5219:3e3c:5bd0:bba:50c:2a00/32 le 48,
+ 6b52:339a:9b9:d767:10ca:2e95:3368:900/32 le 48,
+ 6b52:2263:f0db:be7f:49b4:cccb:7bf7:4b00/32 le 48,
+ 6b52:20e0:eaa1:cf1d:894b:86ae:3645:1000/32 le 48,
+ 6b52:247b:24c:72e3:f0e5:53aa:f3d7:5700/32 le 48,
+ 6b52:6ad2:3471:17b7:185e:ccad:f162:4400/32 le 48,
+ 6b52:6104:9c72:49e5:4d99:4ede:2c11:bc00/32 le 48,
+ 6b52:7821:2409:403c:8a5b:5b34:538f:3a00/32 le 48,
+ 6b52:7e2d:f3c3:6315:162b:52a5:a33b:9d00/32 le 48,
+ 6b52:43ec:3b93:a47a:bf8a:aa06:54c2:8b00/32 le 48,
+ 6b52:46bd:3635:1b3:7f0e:7853:4442:b400/48,
+ 6b52:46bd:3632:4e21:bd52:54a9:62e4:e900/48,
+ 6b52:46bd:3631:6fdb:2473:ed79:e284:6900/48,
+ 6b52:46bd:3627:57a2:5879:f726:d20:ff00/47 ge 48 le 48,
+ 6b52:46bd:3624:2d8b:341b:9022:5b5e:4200/48,
+ 6b52:46bd:3621:c103:4a48:ac95:14d5:6b00/48,
+ 6b52:46bd:3622:285f:1d39:c0fe:c5c4:8000/48,
+ 6b52:46bd:3606:4875:6903:cd6a:62d8:dd00/48,
+ 6b52:46bd:3604:b98b:eda0:4e8f:75f9:f100/47 ge 48 le 48,
+ 6b52:46bd:3600:381:fce4:6a56:c9a6:9e00/48,
+ 6b52:46bd:2a3d:5725:93d9:1b14:9958:2a00/48,
+ 6b52:49b4:c:1c3a:dc3d:f46a:6633:3b00/32 le 48,
+ 6b52:5f35:afef:16ac:54e4:30f7:340f:6200/48,
+ 6b52:b543:5b47:f10c:c024:ac2a:8a69:4800/32 le 48,
+ 6b52:8f68:b334:796:b305:3f2c:fb66:c700/32 le 48,
+ 6b52:9f1f:84f0:fdd8:1785:f26a:4505:cb00/32 le 48,
+ 6b52:915c:d415:4fb6:f01a:9b12:c2d8:1800/32 le 48,
+ 6b52:da1f:478b:1ac3:5c84:263d:5fb3:b100/32 le 48,
+ 6b52:c331:e73b:701b:86ab:6d19:f277:d300/32 le 48,
+ 6b52:febd:b0eb:3ad7:3791:2c6b:3974:6500/32 le 48,
+ 6b52:f655:a067:b343:a880:db17:ea37:1f00/32 le 48,
+ 6b52:f370:8b9f:bec:af7e:28a4:6d07:200/32 le 48,
+ 6b52:e7e5:fd5a:a2d8:e367:dc92:25b6:1100/48,
+ 6b52:e7e5:fd59:28cf:1c63:9b95:c52a:2a00/47 ge 48 le 48,
+ 6b52:e7e5:fd5c:568e:a4ec:f0b:bc18:c700/48,
+ 6b52:e42d:2548:5627:6bce:1d3b:c721:a800/39 ge 40 le 48,
+ 6b52:e42d:27f6:a206:e2d8:7414:8f43:3900/40 le 48,
+ 6b52:ed0d:6766:7f7b:2139:957:fa5f:e200/32 le 48,
+ 6b53:cc1d:71bd:575:1ef2:7691:6cd:c400/32 le 48,
+ 6b53:dce1:f821:c124:de25:a815:27a:fb00/32 le 48,
+ 6b53:f559:8e5d:4b1f:4619:6c62:4697:6900/32 le 48,
+ 6b53:f830:83c2:dee0:6151:155b:3529:2400/32 le 48,
+ 6b53:e82e:59fb:66e7:46a3:cb4a:6a06:7b00/36 le 48,
+ 6b53:9194:345d:8c98:e9e2:6d2a:39f8:3800/32 le 48,
+ 6b53:9c1c:7413:c402:fe33:665f:f7f4:e00/32 le 48,
+ 6b53:8652:b9f:f193:62fc:2776:aa59:a600/32 le 48,
+ 6b53:b096:1643:605b:9c62:cd03:c12d:9100/32 le 48,
+ 6b53:5cb5:8cd6:cd53:f195:c5f:4de:e200/32 le 48,
+ 6b53:5fb5:604d:c0cb:ff4c:f16a:e400:3300/32 le 48,
+ 6b53:56c9:ccc:5cf5:d9fd:841f:9fef:9a00/32 le 48,
+ 6b53:4327:c5ce:d30:764e:4d65:3ed8:5400/32 le 48,
+ 6b53:48f2:4dde:ce3f:892b:b27e:57b4:f500/32 le 48,
+ 6b53:703b:db4c:5850:c5b4:78ca:dd93:6e00/32 le 48,
+ 6b53:7846:1533:ae8d:2152:8151:6a34:ca00/32 le 48,
+ 6b53:6cf1:c558:23a4:9cdc:13fa:c336:8700/32 le 48,
+ 6b53:6f15:d6ef:fab7:973f:acdb:4f5f:3800/48,
+ 6b53:6f15:d6d2:a1d9:d358:c820:28cd:7800/48,
+ 6b53:6f15:d6d5:a1e7:127b:2a16:205:af00/48,
+ 6b53:6f15:d6d8:664d:9813:e1b0:6c96:4300/48,
+ 6b53:6f15:d6c4:ad:1652:2f05:e8a9:5300/48,
+ 6b53:6f15:d6c2:abdc:b38a:767:7573:9300/48,
+ 6b53:6f15:d6a5:984:9082:6555:fd39:df00/48,
+ 6b53:6f15:d661:daba:cce3:3c01:7ce2:c000/48,
+ 6b53:6a05:69cc:22cb:761f:ef83:21d9:a300/40 le 48,
+ 6b53:6a05:63e9:c68a:aedc:75fe:4b06:6b00/48,
+ 6b53:6a05:63ea:f777:6da2:b71f:cb2d:e500/48,
+ 6b53:68bc:2b20:87e5:8484:a8b7:c992:ac00/32 le 48,
+ 6b53:63fb:3f50:13d0:1a7c:1c68:2bc2:a900/32 le 48,
+ 6b53:23ad:1720:4f62:e419:755f:cdb4:1f00/32 le 48,
+ 6b53:3505:5492:61c8:dbd0:4fd8:e4dc:3a00/32 le 48,
+ 6b53:3b4c:d066:580a:e772:524e:9ac7:2700/32 le 48,
+ 6b53:30d:daa4:dd58:25c2:a498:e37e:1500/32 le 48,
+ 6b53:1ba1:34d0:993c:a968:415f:1de8:c00/40 le 48,
+ 6b53:1b2f:e315:7e81:4d6f:676e:2d42:a000/32 le 48,
+ 6b53:1b1d:c57d:d11e:bb8a:7e8f:3cb2:400/32 le 48,
+ 6b53:1a42:3671:5c36:c864:3f2f:2375:4100/32 le 48,
+ 6b53:1a5a:a524:8771:4374:eb55:145c:6800/32 le 48,
+ 6b53:1a76:3c55:9599:53f1:2abd:8a00:b300/32 le 48,
+ 6b53:1a7d:a6ee:8c38:9dff:bf88:5a4e:7a00/32 le 48,
+ 6b53:1a0e:5f7:a713:4524:5060:a4c9:a800/44 le 48,
+ 6b53:1aca:ad19:4b5b:5b02:e833:a0cb:3e00/32 le 48,
+ 6b53:18f7:c831:c8b6:579f:ad6e:8410:a00/32 le 48,
+ 6b53:1828:66e2:179a:a172:e199:e2f1:a500/48,
+ 6b53:1823:cf3b:bd50:b52b:466a:2081:ac00/32 le 48,
+ 6b53:181c:6f15:70dc:912d:6d06:a871:f600/32 le 48,
+ 6b53:19d6:17b7:f5d5:297a:42c1:7827:f900/32 le 48,
+ 6b53:19ad:a2a8:761f:15ea:1afc:32ca:8a00/32 le 48,
+ 6b53:1f20:da02:8ef1:420f:3e6:57af:f000/32 le 48,
+ 6b53:1f53:a1b5:5b72:7636:4cd:abd8:2700/32 le 48,
+ 6b53:1f5a:dca:5a7f:862a:75d5:4381:9a00/32 le 48,
+ 6b53:1ee2:1f4:7e68:f892:7b75:6980:6300/32 le 48,
+ 6b53:1e39:3c4c:a361:9f65:eae5:f8e5:6e00/32 le 48,
+ 6b53:1e2b:1459:839b:6a0d:1599:351d:a600/32 le 48,
+ 6b53:1e15:2e22:9f9:298b:2dad:f25:4f00/32 le 48,
+ 6b53:1e78:aac7:c3c7:c02e:b505:7a62:d400/32 le 48,
+ 6b53:1ce6:8786:ab29:2680:7f07:d3a6:7700/32 le 48,
+ 6b53:1d8c:85e6:ca1c:1dec:2ae1:dbf1:6800/32 le 48,
+ 6b53:1d03:d79c:1763:beb2:27dc:8632:ce00/32 le 48,
+ 6b53:1d41:509:5efa:2ee8:f113:5e02:2900/32 le 48,
+ 6b53:169e:17ef:e48b:33cc:b57a:1149:1100/32 le 48,
+ 6b53:163f:23e2:773c:fa97:ad12:f46f:e300/32 le 48,
+ 6b53:14b0:ea3e:d7bb:d492:446a:bdf6:a600/32 le 48,
+ 6b53:1304:27bd:c7ce:91c3:95e6:b8dc:4700/32 le 48,
+ 6b53:13f7:c13a:b59b:b46f:5bc4:6503:2700/47 le 48,
+ 6b53:13d3:c72f:87db:b821:ca07:7404:9300/32 le 48,
+ 6b53:120d:a949:dbfb:8286:e847:12af:f900/32 le 48,
+ 6b53:121b:f0cf:9473:2315:22a2:ffc9:a300/32 le 48,
+ 6b53:1236:4203:3e9e:3d92:3685:d0ad:9800/48,
+ 6b53:12e9:2abf:c6cd:b69:3572:4568:600/32 le 48,
+ 6b53:11ae:b189:b6bf:6870:a7c2:77a6:f200/32 le 48,
+ 6b53:11f5:eae3:b14a:2d2d:ca71:2066:7b00/32 le 48,
+ 6b53:1074:6153:4ba0:f58f:ea9a:4f3:3700/32 le 48,
+ 6b43:c3da:fb08:7c64:bf9d:29b8:7969:2d00/32 le 48,
+ 6b43:c3e0:55be:4911:8f16:7922:7b5b:7700/37 le 48,
+ 6b43:c3e0:aefc:3015:b785:2d23:84eb:4000/45 le 48,
+ 6b43:c3e0:aab4:752f:3d07:e569:f898:7500/44 le 48,
+ 6b43:c3e0:aa85:10c7:fcd1:b663:a718:2900/47 le 48,
+ 6b43:c3e0:b660:a491:fb1a:56a7:34f8:ec00/45 le 48,
+ 6b43:c3f0:ec2c:773a:7281:b8a9:81c5:e700/32 le 48,
+ 6b43:c314:36e2:7a3f:9ac0:dbc4:e153:ed00/32 le 48,
+ 6b43:c34c:c4cb:25ab:9b2f:2bf6:7b7e:2700/32 le 48,
+ 6b43:c347:9d00:e9c5:b3c8:16aa:f075:6f00/48,
+ 6b43:c347:9d0c:931c:f935:dbda:73f0:7500/48,
+ 6b43:c347:9dca:f341:d03f:46a7:b36:c00/48,
+ 6b43:c270:b89:cc37:1e2d:7537:a7da:f700/32 le 48,
+ 6b43:c20a:6c35:9ddd:7541:4aeb:91f6:1e00/32 le 48,
+ 6b43:c23f:648:2041:4a69:3b34:db3e:ea00/32 le 48,
+ 6b43:c2c2:ff2b:6ca8:e8f6:edf1:73ae:d600/32 le 48,
+ 6b75:1065:c57c:4122:fa9a:4b64:5b9a:c300/48,
+ 6b75:1065:c50a:5932:16d8:3440:c342:1600/48,
+ 6b75:1065:c4e0:315e:9de9:6e4e:13a8:f800/48,
+ 6b75:1065:c766:7334:a05d:b05e:3552:7a00/48,
+ 6b75:1065:c6eb:ec4:c91:ccd5:7728:fc00/48,
+ 6b75:1065:cb29:d1a:c5bd:cb40:5310:ea00/45 le 48,
+ 6b75:1065:cfef:de04:3e9c:b938:adbd:4100/48,
+ 6b75:1065:cfdb:b29b:42b2:cc17:437:5900/48,
+ 6b75:1065:cd73:7dce:69dd:193f:ad44:9200/47 ge 48 le 48,
+ 6b75:1065:cd6d:34bd:473b:a3:5a05:de00/48,
+ 6b75:1065:dcc5:aeea:84d3:c960:ef78:3000/48,
+ 6b75:1065:ee0d:bdd6:3c7f:7a08:890b:f600/48,
+ 6b75:1065:e7cf:1daf:452a:4daf:d07:5e00/44 le 48,
+ 6b75:1065:e2ac:4b62:748d:2631:5692:dc00/47 ge 48 le 48,
+ 6b75:1065:e2a8:95a9:389c:8408:a06a:9700/48,
+ 6b75:1065:e240:d0a7:f08c:3662:5071:3e00/48,
+ 6b75:1065:e358:a08c:c91d:e2ec:52db:da00/41 le 48,
+ 6b75:1062:33da:f519:1a73:8284:34f0:b000/44 le 48,
+ 6b75:106d:fcf:af1b:ae5f:cc42:49b:ea00/44 le 48,
+ 6b75:106e:d042:84bc:fd7d:e06b:dc2b:d800/47 ge 48 le 48,
+ 6b75:106e:d049:77f7:f657:8fa6:78a9:ba00/48,
+ 6b75:106f:24c6:d79e:1ffb:9726:d0d6:2000/48,
+ 6b75:1068:170c:3f1f:e2d0:51fd:d76c:4200/48,
+ 6b75:107a:6b08:c096:a156:7228:f1d9:4b00/44 le 48,
+ 6b75:1079:e64:5c09:6585:e567:14d0:ec00/48,
+ 6b75:1077:5b0:5efe:f126:4829:c288:ed00/48,
+ 6b75:1072:5d:be6:d963:24c9:6d62:900/47 le 48,
+ 6b75:1072:addd:3517:f7c8:1fd9:dac9:9e00/48,
+ 6b75:1071:58fc:f9d5:2d6e:e059:3552:e600/48,
+ 6b75:1070:55e7:8996:7d56:da7b:67d3:5b00/44 le 48,
+ 6b75:1042:47e6:897b:6081:dd7b:83f8:900/48,
+ 6b75:1044:b745:ff0a:e493:8c01:656:5300/48,
+ 6b75:1046:ca7:9576:b0c0:a26e:bdf8:e00/48,
+ 6b75:104d:f5dc:6946:bf57:8a78:8d35:c200/48,
+ 6b75:1056:3741:fe5c:256a:894b:ae27:1800/48,
+ 6b75:1054:a26a:5ee5:dd96:4471:5889:8200/48,
+ 6b75:1054:e6af:63c1:cc49:bded:7747:d600/48,
+ 6b75:1059:5c18:6b74:d776:4307:79b5:d900/48,
+ 6b75:1012:7a08:ed74:71f7:53c3:130a:6400/48,
+ 6b75:101d:a938:2b33:57b9:4b2a:3b4:d400/48,
+ 6b75:101c:d58:1d5a:a4ff:6746:be1c:3b00/44 le 48,
+ 6b75:101c:45ad:4158:1dc6:3141:c694:b000/48,
+ 6b75:101b:a9f9:2ae7:711e:2fd3:cb69:7600/40 le 48,
+ 6b75:1018:a6d9:d815:f9aa:12f3:f5b:7400/48,
+ 6b75:1001:bdbd:cc0d:8c06:aa29:845d:3400/48,
+ 6b75:1001:c5a5:32d3:6422:bfdf:bbbd:ba00/48,
+ 6b75:1006:9ce9:b3b2:cb68:a1f7:71d8:a100/44 le 48,
+ 6b75:102a:adae:29ef:9ae0:eb16:7bb3:fc00/48,
+ 6b75:1029:fb9b:7286:75d3:d891:5fde:9f00/44 ge 48 le 48,
+ 6b75:1026:b603:f61b:1018:a283:f7db:f100/44 le 48,
+ 6b75:1026:d776:8095:e16a:6469:f010:800/48,
+ 6b75:103d:b195:1685:6aa2:bcc1:2123:1600/48,
+ 6b75:1032:6699:d5d7:391a:8509:7413:cd00/48,
+ 6b75:10de:3299:3381:9ffe:e793:4a5:6900/48,
+ 6b75:10d8:8ddb:1a60:9554:7187:c9ca:7200/48,
+ 6b75:10cf:3392:e6b1:408e:1be2:665b:7900/44 le 48,
+ 6b75:10cf:fda0:deb5:f6d7:3fde:3664:400/48,
+ 6b75:10ed:4783:d1c0:22df:4a06:167f:3300/48,
+ 6b75:10fd:40f6:b203:cd2f:4790:31f6:4c00/48,
+ 6b75:1093:4ca2:dc9f:d30e:5094:ba7b:4900/48,
+ 6b75:1096:4da:bb55:87b7:def4:ec79:4000/48,
+ 6b75:10b3:31b5:782a:9207:4fc2:9cce:1700/48,
+ 6b75:10b4:99ba:9457:443f:df3b:4c0b:800/48,
+ 6b75:10ba:6805:8084:8d50:5568:90a1:6f00/48,
+ 6b75:10bf:6af5:c59c:670b:bee9:fdd6:3100/48,
+ 6b75:10ae:2afe:540e:907d:4acc:fcf5:4600/48,
+ 6b75:10a8:34a7:bd3e:a12b:7074:aa69:1000/48,
+ 6b75:111c:2032:4c82:4f45:1d31:f6d4:f400/48,
+ 6b75:111e:d31b:ebd5:18c0:fc9d:8f01:fb00/48,
+ 6b75:111e:1421:a16f:fa36:6884:dc6c:c00/48,
+ 6b75:111e:14ea:694a:9452:fbd9:f4b0:3400/48,
+ 6b75:1119:fe1a:5301:58a9:6533:ab6:b100/40 le 48,
+ 6b75:1119:4215:2d14:27d5:ef40:da3e:3a00/44 le 48,
+ 6b75:1119:3492:374a:9676:f377:bf5b:b100/44 le 48,
+ 6b75:111a:e71d:26ad:7c23:a3ce:d87b:e900/44 le 48,
+ 6b75:111a:8f5:94ba:9d4e:a854:1d45:4b00/44 le 48,
+ 6b75:1117:8fc:1401:86ea:636a:963a:e400/44 le 48,
+ 6b75:1114:6d1e:514d:1d29:1614:655a:2d00/48,
+ 6b75:1115:be92:b6ca:284f:236f:6c89:2900/44 le 48,
+ 6b75:1111:c4ed:9ec2:d957:352a:eb34:c400/40 le 48,
+ 6b75:1100:3968:a610:451e:5f6a:ec92:3700/48,
+ 6b75:1105:80b6:984:9ca4:afd9:2b69:f700/40 le 48,
+ 6b75:110e:7543:2fc2:4c9c:49d1:4ea2:1500/44 le 48,
+ 6b75:110f:eb7e:d1be:1dfa:612e:7869:a300/44 le 48,
+ 6b75:110f:ebb5:c496:fbdd:bf2b:f1ac:1300/44 le 48,
+ 6b75:1109:c904:3441:f003:a6b1:517c:6a00/40 le 48,
+ 6b75:1109:3131:d0ba:3550:5da4:df2a:fe00/48,
+ 6b75:1109:1416:6c9a:7cb6:1937:bcea:2b00/44 le 48,
+ 6b75:110a:b53d:e0b5:dea3:1cdf:ef1d:3d00/44 le 48,
+ 6b75:110a:3a2d:f48b:2ecb:604:9848:e600/44 le 48,
+ 6b75:1129:4e13:7043:c737:763f:c007:3300/40 le 48,
+ 6b75:1129:2ae2:fd34:d49e:51b3:cf25:4200/40 le 48,
+ 6b75:112a:82b9:2675:b1f7:192c:74de:800/48,
+ 6b75:112a:82ba:5e3d:27ec:ca76:b39e:5300/48,
+ 6b75:112a:82bc:58f4:ef0f:656b:9879:4200/48,
+ 6b75:112a:82bf:d3a6:d0e6:e81f:b054:de00/48,
+ 6b75:112a:bd69:33be:befe:3799:731:4c00/48,
+ 6b75:112f:6e19:c917:1ef:ced7:d212:500/44 le 48,
+ 6b75:112e:caf4:f19b:f7f7:f14b:a83c:1100/44 le 48,
+ 6b75:112c:35f2:d7:4c19:17f8:865e:b200/48,
+ 6b75:112d:65b:9aed:f2:23b1:2e4f:a800/44 le 48,
+ 6b75:1120:d4a8:82b0:65b2:830c:5fb4:7a00/44 le 48,
+ 6b75:1123:7b8e:7bce:f0d4:19bc:db70:900/44 le 48,
+ 6b75:1122:8f32:6b82:7dbd:ec57:3176:2800/40 le 48,
+ 6b75:1125:a41d:1994:550b:dec5:3b99:ba00/48,
+ 6b75:1125:38c1:6423:6c9d:44c3:1296:4000/40 le 48,
+ 6b75:1124:268f:da4f:2ba9:7500:127:3900/44 le 48,
+ 6b75:1124:4450:b215:9558:a113:426e:6e00/44 le 48,
+ 6b75:1126:8081:89c6:5e1f:50a4:29b6:b500/48,
+ 6b75:1130:330f:859e:d591:fd26:ee6a:2f00/44 le 48,
+ 6b75:1130:ff2f:d310:4a97:4f27:dfdb:6800/47 ge 48 le 48,
+ 6b75:1131:4762:2b58:a460:8c33:d6f4:5500/48,
+ 6b75:1135:4676:f2fd:482e:788e:2e09:9e00/44 le 48,
+ 6b75:1135:8c2b:751d:2d27:4fa9:e833:a400/40 le 48,
+ 6b75:1136:7e62:95cb:e0f2:570c:9d73:8100/44 le 48,
+ 6b75:1136:3552:a0a2:fe8a:3053:3e5e:8800/48,
+ 6b75:1136:354f:d2c1:cff1:ba2a:b5f3:f400/44 le 48,
+ 6b75:113a:8f51:a4f4:dac4:274f:c2e:ca00/44 le 48,
+ 6b75:1138:5e98:c2e5:ccf1:76b7:53a0:fa00/40 le 48,
+ 6b75:113c:dc20:2034:b429:e5ec:4875:6200/48,
+ 6b75:117e:d794:d671:a08e:6923:25d2:5600/40 le 48,
+ 6b75:117e:d543:1d66:beac:f008:4d76:ba00/40 le 48,
+ 6b75:117e:de78:fb06:15c2:cd00:18a0:8c00/45 ge 48 le 48,
+ 6b75:117e:de75:1171:c7d4:ab92:68a1:f600/47 ge 48 le 48,
+ 6b75:117e:de77:6fa8:b2ee:a070:3aa5:7400/48,
+ 6b75:117e:dd5c:66f3:ebd8:ad55:537e:1800/44 ge 48 le 48,
+ 6b75:117e:ddff:9242:bdb5:d962:8e53:f600/48,
+ 6b75:117e:daa2:f395:3704:7317:fc55:fa00/44 ge 48 le 48,
+ 6b75:117e:db2b:12f4:47a6:ecf:6059:4b00/44 ge 48 le 48,
+ 6b75:117e:dbbe:64cd:7296:5b41:c34b:cb00/48,
+ 6b75:117e:d920:6bfe:e849:6080:1652:9500/44 ge 48 le 48,
+ 6b75:11a9:f50a:13e8:810:9178:251f:b800/48,
+ 6b0f:a90b:8db0:d3ab:9ded:b182:ea13:7f00/28 le 48,
+ 6039:6a06:2d37:528b:9a94:7b23:dc51:eb00/32 le 48,
+ 6039:6a94:d7fe:e9ef:acbf:2601:fdcc:e200/32 le 48,
+ 6039:6bdf:8e0a:4d0e:4b51:194c:1df8:a700/48,
+ 6039:65bf:707d:dec6:2b4b:1222:abea:9b00/32 le 48,
+ 6039:63d5:66a4:a850:df3f:7e9b:105b:db00/32 le 48,
+ 6039:ee7b:607e:6068:cd8d:77bd:c550:df00/32 le 48,
+ 6039:ee73:12d4:e738:b038:4b49:7864:9a00/32 le 48,
+ 6039:ee60:a996:62e0:328f:ea22:8017:1f00/32 le 48,
+ 6039:ee68:8258:593:c759:dc30:da02:5d00/32 le 48,
+ 6039:ee4f:ed53:3977:bba7:a924:e0b7:3500/32 le 48,
+ 6039:ee55:2e7:f210:f71a:7d5d:9605:500/32 le 48,
+ 6038:11cf:18e1:f8c3:63fe:7c1c:3bbb:4000/48,
+ 6038:11cf:12eb:1b2f:1be2:a6da:3662:5d00/48,
+ 6038:11cf:12ec:b413:1e26:d74:e9a2:7400/48,
+ 6038:11cf:12ee:3f23:43ad:ba40:e2ea:f00/48,
+ 6038:11da:ea9f:b97b:a5e:22e3:7ee1:6d00/48,
+ 6038:110b:d7e1:bcf9:6034:e327:bde5:ab00/48,
+ 6038:110b:cdc6:7838:d332:7e3:f5df:4b00/48,
+ 6038:110b:cb1b:b18:a98c:9e71:250b:8f00/40 le 48,
+ 6038:1100:e20b:4447:2b07:f6ff:3d47:a100/32 le 48,
+ 6038:1103:508a:79bf:e37e:8760:82e2:d900/32 le 48,
+ 6038:112e:9058:8955:36e6:20f7:12e5:ae00/32 le 48,
+ 6038:1017:146f:a572:e6c8:86fa:4015:2e00/48,
+ 6038:10cf:273a:9407:d383:4571:d790:7b00/47 le 48,
+ 6038:10cf:273e:f8d1:fdef:f435:dd8f:a700/46 ge 47 le 48,
+ 6038:10cf:2732:bc1e:e086:b9ab:5223:8e00/47 le 48,
+ 6038:10cf:2735:116e:8661:efdb:ca11:5000/47 le 48,
+ 6038:10cf:2729:8631:9f:a4dd:eda8:d00/47 le 48,
+ 6038:10cf:272c:e204:d212:8935:6b3c:6500/46 ge 47 le 48,
+ 6038:10cf:2720:b6c6:d113:18ee:4a5f:ce00/47 le 48,
+ 6038:10cf:2719:9d27:b7e1:ab2e:80db:df00/47 le 48,
+ 603b:b696:61b:6ac7:15b9:f100:ad6b:f800/40 le 48,
+ 603b:acc7:a2ec:f13d:bcbf:1e7f:90c1:1a00/32 le 48,
+ 603b:9d9f:616b:1941:df94:33bf:2bbb:ca00/32 le 48,
+ 603b:efd8:7182:f394:a660:8adb:6478:d300/32 le 48,
+ 603b:c4e8:64aa:fbcd:542f:dc10:14bd:8500/32 le 48,
+ 603b:7682:e873:7b1f:fa6a:ca1f:a7f9:800/32 le 48,
+ 603b:7095:57f8:8d80:a66c:b44c:4cd6:a100/48,
+ 603b:5944:f6c4:30c0:3c49:129d:5b55:c900/32 le 48,
+ 603c:83a2:d81b:2bc4:7b7f:27b6:4f29:9300/32 le 48,
+ 603c:879f:2aa1:b517:e73c:896c:9d03:c100/32 le 48,
+ 603c:87d1:e042:b624:25fc:d3fe:21cb:6300/32 le 48,
+ 603c:8a35:7b6d:f7ae:a4e7:dd5c:f91f:5000/32 le 48,
+ 603c:9ea3:4cb7:fef6:109d:52a6:ab10:5400/32 le 48,
+ 603c:9586:fd6a:f3e4:6720:95b3:26e6:ba00/32 le 48,
+ 603c:94fe:22bb:cea8:9399:9bb7:30b6:c900/32 le 48,
+ 603c:94c2:84da:4e3a:8221:fc98:7934:7200/32 le 48,
+ 620c:a427:85e7:75df:5fcb:5136:57dd:b00/32 le 48,
+ 620c:bf9b:ace9:a9de:5c0d:3675:1f52:600/32 le 48,
+ 620c:bf48:3f72:4be3:f162:2cd3:dcaa:e100/48,
+ 620c:b15b:e996:9a2e:ffc3:b014:57e7:7400/47 ge 48 le 48,
+ 620c:b15b:e990:db97:37f4:956:3cde:ac00/46 ge 48 le 48,
+ 620c:eb7d:f16c:9473:98d6:22e0:bdf3:700/32 le 48,
+ 620c:e62d:6760:17e6:7db4:f32f:7579:5400/44 le 48,
+ 620c:e555:ca4d:8540:7885:c7f:7299:fa00/32 le 48,
+ 620c:cc10:d109:dee7:e5bb:88c6:d3de:1800/32 le 48,
+ 620c:dd49:44c7:396:88a1:96ec:344a:7f00/48,
+ 620c:dd49:44c9:faaf:55a4:3050:63c2:4300/48,
+ 620c:dd49:44cf:1396:e266:9459:4b4:f700/48,
+ 620c:dd49:44ec:5c3d:c50a:a287:4bba:7c00/48,
+ 620c:dd48:3a2c:e09a:3619:1043:855:7a00/48,
+ 620c:6e89:e311:92f5:fcad:dde5:2161:7e00/32 le 48,
+ 620c:471a:d13d:bc48:5f9c:8cd:6e68:9900/32 le 48,
+ 620c:141b:1ca1:b25c:e9f3:b7cc:c91c:6100/48,
+ 620c:7ff:b667:6989:3904:4f17:5191:1300/32 le 48,
+ 620c:b0f:ed7b:746c:4301:96a6:fcab:cd00/29 le 48,
+ 620c:cce:2074:efc5:c213:57a9:3430:5000/32 le 48,
+ 620c:2b95:91ba:315d:7f17:299b:193a:1700/32 le 48,
+ 620c:394b:b148:8c1e:3835:9f54:cebc:7100/48,
+ 620c:394b:b155:3f11:83fa:d2b:d9e2:aa00/48,
+ 620c:3f50:ea49:20c2:a3e0:94da:e38:6e00/32 le 48,
+ 620c:3cff:9547:3214:9e86:493a:66f0:ff00/32 le 48,
+ 620d:6348:c664:26b7:d94e:4c00:6c13:fd00/32 le 48,
+ 620d:634f:2ed4:a3d6:184f:bfcd:5afa:f500/32 le 48,
+ 620d:628f:36ce:f123:7d9a:f474:eca9:1800/48,
+ 620d:64a1:cec3:834c:ff4d:2963:f1c1:f800/48,
+ 620d:64a1:cec5:37e6:37b2:2458:5d41:8600/47 ge 48 le 48,
+ 620d:64a1:cec7:e29:df99:149c:9388:a100/48,
+ 620d:64a1:cec8:2a00:3400:505b:d978:aa00/47 ge 48 le 48,
+ 620d:64a1:cecc:a822:cc72:30:a099:4a00/47 ge 48 le 48,
+ 620d:64a1:ceeb:dc04:9175:abbc:b969:b400/43 le 48,
+ 620d:6787:d317:2575:f5b3:6184:a6a:e600/45 ge 46 le 48,
+ 620d:6787:d3bf:270:1160:3220:7206:2c00/48,
+ 620d:39e5:c424:d810:1623:b1fb:aa23:9100/48,
+ 620d:3b4a:3bec:d9f1:93b6:38a2:b925:5f00/48,
+ 620d:2b51:318f:1b90:1f4d:f93a:b2d4:3b00/48,
+ 620d:2b51:31b8:2102:69e3:5682:bf5e:6400/48,
+ 620d:2b51:31b5:10c3:f9ec:6279:425c:8000/46 ge 48 le 48,
+ 620d:2b51:31f8:71bf:ce04:fb7d:e60d:1e00/48,
+ 620d:2b51:31fb:c626:349c:3309:f08e:e300/48,
+ 620d:2b51:31c1:e596:b916:b9c5:f55f:8900/48,
+ 620d:2b51:3179:403d:3634:309f:b87e:a600/48,
+ 620d:2b51:315c:60db:dcf6:e253:44c2:bc00/48,
+ 620d:2b51:315b:4cee:3c5c:2c97:8bc6:8200/48,
+ 620d:2b51:3147:60d7:1855:56e7:9dbe:c900/48,
+ 620d:2b51:b410:e6d0:4538:d17e:c996:8200/40 le 48,
+ 620d:174b:589d:c21e:accf:2687:4add:af00/32 le 48,
+ 620d:83cb:e542:6431:404e:caac:866d:e800/32 le 48,
+ 620f:f9ce:6dc4:5e19:dcb5:86e:b0e9:6600/32 le 48,
+ 620f:f8fa:e130:dcb0:6f77:6a13:55c8:5600/48,
+ 620f:fb33:27c:683f:fbf8:9ffa:d102:e500/32 le 48,
+ 620f:fb31:894a:f91b:ec64:55bb:5075:8e00/32 le 48,
+ 620f:fc50:2007:2e85:4bb7:620e:9585:3300/36 le 48,
+ 620f:fdc6:ea85:bbf:41b9:b185:d059:200/32 le 48,
+ 620f:f347:f051:34f5:b395:511d:d0f0:3c00/48,
+ 620f:f619:3689:ed16:ae46:fb96:c5f6:7500/48,
+ 620f:f692:6867:89af:51d4:42fe:521:c500/32 le 48,
+ 620f:e78e:9efb:4994:51e7:b852:e379:1d00/48,
+ 620f:cd5b:5198:ad8b:a2db:bb8b:ef3c:200/29 le 48,
+ 620f:ce55:9d2e:29e3:aa2d:1cd4:53ea:ee00/32 le 48,
+ 620f:c79d:4655:5b3d:5cc5:7d74:255e:4600/48,
+ 620f:c750:96e6:82c6:4b20:21e0:c62e:d900/31 ge 32 le 48,
+ 620f:c757:4bbf:9239:1f58:5c34:b2c:f400/32 le 48,
+ 620f:c362:c9f6:1618:5931:47f3:412d:6200/48,
+ 620f:c362:fdfb:e542:ca6a:6246:5ea6:9400/48,
+ 620f:c366:4a98:ebd:c76f:8e6e:ac08:b000/48,
+ 620f:c367:404f:ca0f:35e2:4183:320f:3700/48,
+ 620f:9f60:6a0c:7343:3361:c1d1:c952:ff00/48,
+ 620f:9793:c783:ba84:2375:f983:e48e:fc00/32 le 48,
+ 620f:ab94:2608:fe8a:68fa:d97:1e67:1a00/48,
+ 620f:ab94:244d:a097:5bc1:67aa:10c6:c800/48,
+ 620f:ab94:2444:5e13:4bb0:1634:85b:ce00/48,
+ 620f:ab94:2afa:5972:dc0c:1171:8720:8900/48,
+ 620f:ab94:2aff:3596:a8f8:42c3:7fd4:a800/48,
+ 620f:ab94:2af6:9407:a60c:a110:23fc:3900/47 ge 48 le 48,
+ 620f:ab94:2af3:4bef:a04c:9459:e6f7:ce00/48,
+ 620f:ab94:2ae3:49b9:b6e9:d2c5:8d33:f00/47 ge 48 le 48,
+ 620f:ab94:2ae7:9d80:c6d6:aed9:7237:9900/48,
+ 620f:ab94:2aea:e539:d7c1:5da5:6a93:7400/48,
+ 620f:ab94:2aed:ad7b:fdc4:7dab:275f:b100/48,
+ 620f:ab94:2ad8:b8de:289:ba63:31e5:9400/48,
+ 620f:ab94:2adc:bbb:bb09:94bd:be8b:a400/48,
+ 620f:ab94:2c9b:f191:a762:b125:a7fe:e200/48,
+ 620f:bb27:a2ce:e791:4389:45ab:213e:5500/32 le 48,
+ 620f:7cf5:b3f8:aa72:249e:ef92:9b42:9f00/29 le 48,
+ 620f:77c9:ce53:a60c:6890:839d:9676:a700/32 le 48,
+ 620f:6429:53ef:7f7d:42a3:c493:1264:d600/29 le 48,
+ 620e:3584:6956:bb63:6e36:35e8:4b2e:2000/32 le 48,
+ 620e:3b90:abe3:c25e:761f:29ad:2fc:7500/48,
+ 620e:110d:8012:d43e:fbba:aa1b:d93:ff00/48,
+ 620e:51cd:96a1:a5d5:fa76:3549:b956:b400/32 le 48,
+ 620e:5639:e0a5:5216:f2d7:2b9f:a33c:eb00/31 le 48,
+ 620e:5c3d:83be:ee22:bb92:2d77:6d20:f400/32 le 48,
+ 620e:6c67:d053:d03c:227b:bc0e:26c6:fd00/32 le 48,
+ 620e:6c66:7ca1:cc8:fba0:7678:8d4b:2900/47 ge 48 le 48,
+ 620e:6c62:8039:f2ec:bc3e:8fde:1d41:d500/47 ge 48 le 48,
+ 620e:ab8f:18cc:bb51:59a4:6bff:ca4d:7f00/32 le 48,
+ 620e:ada6:e624:e4a5:454e:5429:52a1:5700/36 le 48,
+ 620e:ada6:dc65:26c0:86c7:c712:aa11:8200/36 le 48,
+ 620e:a329:9b24:d1ac:6206:24ed:9cd7:d000/32 le 48,
+ 620e:b9e9:3583:d177:bca9:2780:c449:8a00/48,
+ 620e:b9e9:3581:8931:3222:6a38:d7ad:1700/48,
+ 620e:ba3e:faba:67ef:faa0:ffae:6bcf:b00/32 le 48,
+ 620e:8138:727c:dee4:b392:2cf9:4e2a:2e00/32 le 48,
+ 620e:d5d6:ed93:f572:96d2:2e3a:bbfe:d800/47 ge 48 le 48,
+ 620e:d5d6:ed90:dbc:8896:d734:e71d:6f00/48,
+ 620e:d5d6:ed94:a057:4800:cdef:806c:6000/47 ge 48 le 48,
+ 620e:d5d6:ed96:d684:28b0:630f:bb20:6800/48,
+ 620e:d5d6:ed99:a071:7c0f:ef19:448c:7c00/47 ge 48 le 48,
+ 620e:d641:eaf7:2b07:bc55:9a45:a8a:5200/48,
+ 620e:d641:eaf5:d146:cb1:fa62:a8bc:a900/48,
+ 620e:d641:eafb:c272:3be6:31d4:d942:1a00/47 ge 48 le 48,
+ 620e:d641:4722:a1af:ae05:ef16:9eea:c800/48,
+ 620e:d641:4701:17b8:f144:cd14:4084:6900/48,
+ 620e:d641:4703:9df7:6699:bb84:fa6a:f800/47 ge 48 le 48,
+ 620e:d641:4712:34dd:82fb:c3df:30c5:4000/48,
+ 620e:d641:4757:1d3b:ff3f:af7b:9114:8600/48,
+ 620e:d641:4755:541a:1351:8570:7c3f:9400/47 ge 48 le 48,
+ 620e:d641:4750:9eec:4b5e:c232:2ad5:6500/48,
+ 620e:d641:4742:673f:787c:78eb:87dc:4400/48,
+ 620e:d641:4740:31c3:c652:1d7c:1e83:5c00/48,
+ 620e:d641:4797:20d6:49fc:e148:4e07:aa00/48,
+ 620e:cb4e:4118:ac72:b18a:71be:1074:b100/38 ge 40 le 48,
+ 620e:cb4e:45b3:85db:fbda:54a0:4144:a200/39 ge 40 le 48,
+ 620e:cb4e:46d1:dc5f:3c5d:d3a1:f2ad:4800/40 le 48,
+ 620e:cb4e:5762:698c:4f8e:dbe2:1173:1d00/40 le 48,
+ 620e:cb4e:50e6:8749:72d0:731b:600d:dc00/43 ge 44 le 48,
+ 620e:cb4e:50ca:3122:58a2:f583:c124:4300/44 le 48,
+ 620e:cb4e:e0dc:c1ce:6b:ffa7:d490:4400/48,
+ 620e:cb4e:e0df:51a2:e1d0:ad1a:687c:3000/47 ge 48 le 48,
+ 620e:cb4e:e0d9:9d0f:b81:6cb0:5e58:5500/47 ge 48 le 48,
+ 620e:cb4e:e0da:e45f:5d86:9ff4:c11b:9f00/48,
+ 620e:c1fd:b711:df8a:ef44:29e0:ba02:f700/29 le 48,
+ 620a:a19d:7152:f52a:d608:1a1d:166f:4300/31 le 48,
+ 620a:813d:bdd7:82f6:d452:e860:2f43:e100/48,
+ 620a:813d:bdeb:c5c4:a7f0:eb7e:39ec:8a00/48,
+ 620a:813d:b9f3:fc07:4a98:1d39:3553:8f00/48,
+ 620a:813d:b9ee:fd4b:9d90:dcd1:2910:bf00/48,
+ 620a:da8a:c78a:d294:f2bc:8ce8:4a36:e700/48,
+ 620a:d42f:8ff0:da03:fa00:a867:eddc:a300/32 le 48,
+ 620a:d42e:d6f2:b9c4:fc75:276f:a64b:e000/40 le 48,
+ 620a:d42e:d969:b6e4:6875:305b:1b47:6a00/48,
+ 620a:d42e:fa99:3f03:5ff8:db28:7dca:ba00/48,
+ 620a:d42e:fa8e:4360:b78f:38e9:a3e4:1500/48,
+ 620a:d42d:3c4c:c2fb:3dd0:ae8f:5b24:3900/31 le 48,
+ 620a:d42a:b739:1cc8:2263:b1ed:d1c6:be00/30 le 48,
+ 620a:e787:4d2d:25a:3bce:b193:9146:1f00/29 le 48,
+ 620a:130f:6ff:bae7:20c9:1ac9:7682:6300/29 le 48,
+ 620a:1c3:b3f3:648d:ee69:5368:c7aa:6300/48,
+ 620a:2ea2:3f54:2aeb:ee:2f65:8d2:1500/48,
+ 620a:2ea3:5d0f:b950:de6d:3581:c3c9:c600/48,
+ 620a:3f6a:7cb7:4d88:edb3:2e54:750e:7e00/29 le 48,
+ 620a:5e2a:84bf:f817:5273:6c9a:6741:ad00/29 le 48,
+ 620a:5124:9e00:e253:821a:2732:8fe6:d00/29 le 48,
+ 620a:7aa1:1538:3e6:1da7:1796:630c:5000/48,
+ 620a:7aa1:1513:2635:91f8:3ab7:99b4:1200/48,
+ 620a:6821:afa1:e505:a40c:fc1d:945b:2d00/48,
+ 620b:5d76:1002:a789:dc3f:fe6:2de7:7700/29 le 48,
+ 620b:e16:1e3d:cc9b:cbcf:7cd3:7a16:cd00/29 le 48,
+ 620b:b79:4a32:34f1:c0b1:adc3:2fc3:dc00/48,
+ 620b:b79:4a3d:7e6f:9373:8302:8533:cb00/48,
+ 620b:b79:4a3a:aa08:60d2:3aed:7da:5700/48,
+ 620b:b79:4a22:f5ff:273:4f73:824d:5600/48,
+ 620b:b79:4a20:1d6e:795c:a98a:d5e9:d200/47 ge 48 le 48,
+ 620b:309e:1399:7876:aa75:6152:ea96:6200/29 le 48,
+ 620b:3666:35fd:c52f:1523:dd24:24a5:6c00/29 le 48,
+ 620b:aaa0:6dd1:f2da:f108:98c0:499e:b000/32 le 48,
+ 620b:aaa1:8ff6:8ff0:4cb8:e5ff:f6f4:2700/48,
+ 620b:aaa1:8ff1:9163:e590:8a79:a15a:1000/48,
+ 620b:8627:be7e:69be:1dcd:a290:a8b7:9300/48,
+ 620b:8626:c8f9:9d5c:2d03:ceb7:7584:de00/48,
+ 620b:8623:5477:dc61:4bf4:ef76:f4a5:5800/47 ge 48 le 48,
+ 620b:8621:f0e8:ed6f:413c:793a:cf51:3c00/31 le 48,
+ 620b:8ba9:8418:6134:6544:5f23:410c:3d00/32 le 48,
+ 620b:eb10:6b3b:9765:671a:f252:95e8:5e00/32 le 48,
+ 620b:c54d:8fca:b3cb:7b23:e86e:c2cc:6c00/29 le 48,
+ 6209:9ca8:6e2:d191:802a:853d:de41:cf00/47 ge 48 le 48,
+ 6209:9caf:abf2:818:5eba:2649:f5a0:6300/32 le 48,
+ 6209:e237:9835:87d7:c8c:11dd:aa2b:4c00/29 le 48,
+ 6209:f541:beb4:de7:bf38:b2a9:d4cd:9300/48,
+ 6209:f541:be86:ba8a:7595:9606:6f44:200/45 le 48,
+ 6209:f541:f6da:a746:1a86:88a6:1508:4f00/48,
+ 6209:f236:3aae:e021:ea83:6638:96c0:f00/29 le 48,
+ 6209:d69a:2208:a4a5:61f3:2c:3700:bf00/29 le 48,
+ 6209:d14c:e2ea:221b:ff3f:a34:cf61:3100/48,
+ 6209:df21:e70f:30c6:cb51:a5a9:5462:9600/29 le 48,
+ 6209:dbd1:a558:459e:d8ad:5111:d454:e100/29 le 48,
+ 6209:c55b:6a6d:780e:1103:b470:b7c8:b400/48,
+ 6209:1bdc:bd90:e51:ea41:da4e:d91d:c900/48,
+ 6209:1bdf:8468:eb0c:f1d3:b59a:32e1:9300/48,
+ 6209:1bde:f4f7:b094:f8b4:af27:e5f5:c000/38 le 48,
+ 6209:1bdb:75ca:507b:5c5c:ae6c:3878:8f00/46 le 48,
+ 6209:1bdb:38ef:ab:5697:eed4:7979:1400/48,
+ 6209:1bdb:38e3:d0f1:af63:c6e4:85a1:6d00/48,
+ 6209:1bdb:38e7:dc6e:9aef:3a90:ac9e:8400/48,
+ 6209:1bdb:38f1:d6ee:ed31:a7a8:8998:2600/48,
+ 6209:1bdb:38f3:fb43:258b:c32:8cf8:7b00/48,
+ 6209:1bdb:38f5:66d:200b:d333:4c1d:200/48,
+ 6209:1bdb:38d4:6f6a:d6ba:fc9b:6b46:3b00/47 ge 48 le 48,
+ 6209:19dc:fcb3:8488:6490:610:b1e2:ce00/48,
+ 6209:1613:9e00:64e1:8d6a:f411:4f7b:f500/47 ge 48 le 48,
+ 6209:1613:9e03:29d:5d0c:4854:62e9:7900/48,
+ 6209:1613:9e06:c03a:43b5:b7bb:d872:6300/46 le 48,
+ 6209:1613:9e0e:ec0b:8e5c:964d:c0e6:ea00/48,
+ 6209:154c:2ccb:ba9e:ce6b:93f0:252b:7500/44 le 48,
+ 6209:e3e:5678:554a:c605:988d:a4dc:f300/29 le 48,
+ 6209:977:4355:8268:82d3:add6:1d51:e800/30 le 48,
+ 6209:970:2ca:e1fb:7ddb:66b2:7914:b300/32 le 48,
+ 6209:9ad:559e:52bb:ffd6:26ec:2b88:6300/32 le 48,
+ 6209:9af:44e5:3b75:557e:5f08:454c:cd00/32 le 48,
+ 6209:2e4f:d106:64c3:651e:a276:21e3:1200/32 le 48,
+ 6209:2e4c:db1b:f5a:6485:8c9f:5a65:c00/47 ge 48 le 48,
+ 6209:2e4c:db33:5338:18e6:bc7f:2b7b:8500/47 ge 48 le 48,
+ 6209:2e4d:37e9:b2b8:a10e:69e4:f3fa:2a00/32 le 48,
+ 6209:3faa:ed82:7202:4f1c:940a:3d8a:8e00/32 le 48,
+ 6209:4426:435:7865:4ab6:2887:8cbd:d600/48,
+ 6209:4426:43e:cb35:10a9:eef6:2b13:5400/48,
+ 6209:4426:42c:9512:bdcf:6181:536e:9500/48,
+ 6209:4426:42f:4bcf:156c:59d2:291e:5f00/48,
+ 6209:4426:420:4d44:6fe6:95cc:35e8:9400/48,
+ 6209:4426:414:7281:7fcf:8803:89d7:1900/48,
+ 6209:4426:1c13:ceef:6e7e:75ce:4238:f000/43 le 48,
+ 6209:4426:1b26:4b1f:a82d:8dd5:8d95:c500/48,
+ 6209:4426:1b2c:89ab:2d96:4528:78d3:2200/48,
+ 6209:4426:248c:61ce:be4a:128:c848:fe00/48,
+ 6209:4426:2485:6ac9:285a:fa52:b4f1:fc00/48,
+ 6209:4426:2553:1018:a4bd:4eab:1219:4000/44 le 48,
+ 6209:4426:27ce:2b25:d365:a88b:abba:5f00/44 le 48,
+ 6209:4426:2368:d9c5:3709:1a11:7e77:7200/45 le 48,
+ 6209:4426:2367:d3c0:674a:e90f:d29b:3400/48,
+ 6209:4426:28e5:8e3c:2f0e:b8d3:bd3b:d300/42 le 48,
+ 6209:4426:29e5:c13f:ee67:495a:2e8d:5b00/48,
+ 6209:4426:29e6:4892:67fe:3561:795e:8400/47 ge 48 le 48,
+ 6209:4426:29e3:1f66:9cf2:dc0a:cae5:3600/47 ge 48 le 48,
+ 6209:4426:325d:27e2:2b51:a8fc:dfb9:4400/44 le 48,
+ 6209:4426:3ce4:b785:7812:7063:c5e0:4100/44 le 48,
+ 6209:4426:42b7:8a79:d3c:40a5:264d:4f00/48,
+ 6209:4426:4320:2cfc:71ae:e800:df3b:da00/40 le 48,
+ 6209:4426:45ff:f973:80c9:4689:9e5c:1c00/40 le 48,
+ 6209:4426:5c1a:5b4f:a6f0:7197:53c6:4200/47 ge 48 le 48,
+ 6209:4426:5c18:375b:bd82:1b6a:54ab:de00/48,
+ 6209:4426:5fc3:b7d4:5288:e6b8:1409:e300/40 le 48,
+ 6209:4426:5aad:7b7:196d:dc17:a900:ec00/44 le 48,
+ 6209:4426:6917:4a14:311d:8e2a:d499:9e00/44 le 48,
+ 6209:4426:6bfc:b223:fb77:f684:de99:2e00/48,
+ 6209:4426:6bfa:32a:8179:af3a:a212:4a00/48,
+ 6209:4426:6bf5:ff6c:6ca5:8c06:28ae:b500/48,
+ 6209:4426:6bf2:cd9f:4e28:d0dd:8c68:ec00/48,
+ 6209:4426:6bf1:f8eb:e6f7:b558:6593:7e00/48,
+ 6209:4426:6e09:f8af:7a5f:f6e7:7999:4200/44 le 48,
+ 6209:4426:6c83:8364:1bf4:389c:4f51:9700/44 le 48,
+ 6209:4426:6347:60fe:c2db:c7b0:a17:1e00/44 le 48,
+ 6209:4426:7d37:eb1:2a11:9ffa:3fdf:1000/40 le 48,
+ 6209:4357:53d5:9386:8c77:5ede:4ec7:cd00/29 le 48,
+ 6208:1c97:6607:3af4:7dc2:40f:ab64:be00/29 le 48,
+ 6208:dba:1861:d08d:7c77:913:1516:8700/29 le 48,
+ 6208:753:de79:d964:220e:4126:75a0:2200/48,
+ 6208:753:c5e6:2706:f20d:fd9f:3ee1:7300/43 ge 44 le 48,
+ 6208:753:c5c9:d4cc:b1ad:b2c0:5589:db00/48,
+ 6208:753:c5c6:2566:f251:752d:f76f:3600/48,
+ 6208:753:c5c5:4e19:b429:9b42:96b7:4000/47 ge 48 le 48,
+ 6208:753:c5c2:b131:dbb4:1a3e:f560:1c00/48,
+ 6208:753:c593:527a:d305:cbdd:e466:e300/44 le 48,
+ 6208:750:43f2:b89b:7dd2:69da:3a64:9900/48,
+ 6208:750:43f6:280a:96ff:febb:4e08:e700/48,
+ 6208:750:43ff:c5b1:ea6:553b:825c:f200/48,
+ 6208:751:93cf:c96b:166c:3f81:66a2:2600/32 le 48,
+ 6208:757:93e5:a82d:8448:9c84:8897:6f00/43 le 48,
+ 6208:757:959a:440d:ee7b:77c1:3c0e:8a00/40 le 48,
+ 6208:757:9d0a:6aee:e88a:fb3e:d30f:2900/40 le 48,
+ 6208:757:867d:e752:77a4:ba21:2ff0:4400/48,
+ 6208:757:8494:1a6d:7b70:e262:7e6c:f100/40 le 48,
+ 6208:757:8a28:5b6c:9915:a51a:e198:8d00/48,
+ 6208:757:8a2f:6a14:f7b7:875a:847e:7d00/46 ge 48 le 48,
+ 6208:757:8a22:66d7:d20:9a6c:7f17:2100/47 ge 48 le 48,
+ 6208:757:8a21:8af9:3048:aa96:5c1f:400/48,
+ 6208:757:bf94:d3a4:72da:1cee:a410:5a00/48,
+ 6208:757:ba30:a7a3:7443:89da:7b39:2f00/40 le 48,
+ 6208:757:aa87:de7f:ce4:563d:6b91:4c00/40 le 48,
+ 6208:757:aff8:d5e7:6e47:df06:acfd:6200/40 le 48,
+ 6208:757:a44b:86d7:2bcc:d5dd:f66d:8d00/40 le 48,
+ 6208:757:e291:ed06:56b8:dd2:a413:ec00/43 ge 44 le 48,
+ 6208:757:f202:fbc8:219f:62ec:8da3:db00/39 le 48,
+ 6208:757:c067:a60:7c56:61d:5e5d:6300/48,
+ 6208:757:c065:7e27:aed6:2527:c954:7400/48,
+ 6208:757:c19f:7ac9:7686:bff9:5913:3b00/40 le 48,
+ 6208:757:c333:4163:50b6:ba76:ff68:3400/40 le 48,
+ 6208:757:c7ef:86fa:b89a:8a23:7f38:a800/39 le 48,
+ 6208:757:c450:8eb1:d6fb:b2a2:640e:de00/40 le 48,
+ 6208:757:ca9a:a53c:43fb:dfbe:41b0:7900/39 le 48,
+ 6208:757:d6fa:416c:e919:9277:ca80:ba00/40 le 48,
+ 6208:757:78c4:20de:1632:9c2c:383b:9100/39 ge 40 le 48,
+ 6208:757:6403:c78b:b108:8c7:803e:4d00/40 le 48,
+ 6208:755:bdda:ff3d:c445:a158:3a50:8600/32 le 48,
+ 6208:3fef:d013:8950:29cd:fa56:a9be:2400/35 le 48,
+ 6208:3fef:9b9f:7a68:1239:700e:6f42:dc00/40 le 48,
+ 6208:3fee:390:b532:9795:cf8:be87:cb00/48,
+ 6208:3fee:38e:309c:a778:4bac:c903:c600/44 le 48,
+ 6208:3fee:8d30:a323:4008:119e:85cc:bc00/48,
+ 6208:3fee:b07e:b002:fe60:7b32:ea94:c700/43 ge 44 le 48,
+ 6208:278f:7dd7:c99:6cae:235e:9dd7:1a00/32 le 48,
+ 6208:278c:b5d7:21ad:cbcd:fb10:3b45:dd00/31 ge 32 le 48,
+ 6208:278a:64bd:1484:267a:185b:a1d2:ea00/32 le 48,
+ 6208:66f5:d81c:e8ff:f2b2:ee20:81c3:b900/36 le 48,
+ 6208:63bb:15aa:8ad2:9180:9cfa:76d9:4f00/48,
+ 6208:63bb:15a6:bf33:47a9:fdda:4dee:b400/48,
+ 6208:63bb:a6d4:db00:119b:350a:bc8b:a200/48,
+ 6208:6d6b:68b2:86d5:7353:29ed:b62a:5900/48,
+ 6208:732b:c094:59b6:5499:2af3:7c1d:3f00/32 le 48,
+ 6208:78c2:9108:a994:6047:7b75:972e:9500/43 le 48,
+ 6208:78c2:9144:ae76:1bfb:11e3:9758:4c00/43 le 48,
+ 6208:78c2:9163:629d:3821:ea20:5f4c:4f00/48,
+ 6208:78c2:c03e:a450:628c:e6f3:8f44:3800/44 le 48,
+ 6208:78c6:bc83:30a4:9709:9c7f:36c1:6000/40 le 48,
+ 6208:78c6:83c6:55cb:b638:2f6b:8b95:100/44 le 48,
+ 6208:78c6:83dd:5bab:a1ac:5a2e:b07d:5500/48,
+ 6208:78c6:82a8:7cae:57e4:2d8c:348d:7100/48,
+ 6208:78c6:8cb8:581b:b8e0:f569:32e3:ee00/38 le 48,
+ 6208:78c6:8afd:e83d:54c3:e332:4930:4400/40 le 48,
+ 6208:58c9:4204:28b1:cef5:3ab9:8504:9900/29 le 48,
+ 6208:584e:93f0:fa7c:b2c6:7c6b:cfdf:d800/32 le 48,
+ 6208:dc75:aa3f:8d85:ec3f:29b5:b702:d100/31 ge 32 le 48,
+ 6208:c974:a7c2:f39c:5659:6c7a:648:c500/47 ge 48 le 48,
+ 6208:c974:a7c9:3a28:cac:7b23:3190:a100/48,
+ 6208:c971:e2d8:4300:2b6f:ae25:9452:4b00/48,
+ 6208:c971:e2d4:8e:437f:4bda:973e:5000/48,
+ 6208:c971:e2d1:529d:a7b5:dff2:21a4:fe00/48,
+ 6208:c971:e2f6:7b2b:a6e8:9471:4ff:4e00/48,
+ 6208:c971:e2e1:6802:50e0:1916:ccc8:2f00/48,
+ 6208:c971:e2aa:b0a9:7ae6:b9a6:22e6:6700/48,
+ 6208:c971:fcb2:d374:32f8:3709:1f7:1100/48,
+ 6208:cbbc:585c:ebd5:ec42:86b6:b732:1600/29 le 48,
+ 6208:ed59:dedd:9b75:4f43:cdf5:f96c:a900/29 le 48,
+ 6208:ec3b:1cce:5349:34c2:31b8:f61a:1600/48,
+ 6208:f1d8:9526:95ed:9c17:1c95:5d89:6900/29 ge 32 le 48,
+ 6208:833f:aad7:8dc4:8e59:92e8:a8a9:0/29 le 48,
+ 6208:8549:b345:402:165a:8a7b:b72a:7f00/44 le 48,
+ 6208:8549:a6f7:28c:7:d466:86a7:3600/44 le 48,
+ 6208:8549:a6d5:5838:9831:a4c2:737d:9f00/43 ge 44 le 48,
+ 6208:8549:9e81:c7eb:1593:197:3a09:1000/44 le 48,
+ 6208:a60a:91d1:7446:da59:f297:8f7d:b000/29 le 48,
+ 6208:a5ee:c862:77f6:7ba3:c4fb:6f7a:3f00/29 ge 30 le 48,
+ 6208:bb4c:749:8315:4fe0:8f6f:9b14:a100/29 le 48,
+ 6208:bfd9:76ff:ebf2:aee9:2754:ecfb:9500/29 le 48,
+ 6204:82a6:d49f:9e93:3d10:c85c:535e:5100/29 le 48,
+ 6204:879e:b920:3b4e:89cb:3b0a:e3da:9600/31 ge 32 le 48,
+ 6204:879c:7a8f:5470:73bd:79c8:64:5100/32 le 48,
+ 6204:879b:fead:f59c:f075:9f38:3b4:f900/31 ge 32 le 48,
+ 6204:8799:208c:415:d6f2:4fdf:f326:6800/32 le 48,
+ 6204:8798:593:bdc8:aeb6:21b9:ab6:e00/47 ge 48 le 48,
+ 6204:9fc9:6412:3da3:275:ea57:7b1d:6e00/48,
+ 6204:9fc9:643c:9f79:3b93:2922:906b:8d00/44 le 48,
+ 6204:9fc9:6737:4f84:bc1a:cac0:7555:600/44 le 48,
+ 6204:ab5a:73c8:27ce:1eb7:eab9:eb57:f500/29 le 48,
+ 6204:ee93:89bf:d9fd:62be:208:686e:1900/29 le 48,
+ 6204:e9ea:1836:8cf7:181e:824f:be05:c000/29 le 48,
+ 6204:cbb4:cc24:8ab9:b4d3:4b7a:7e1d:6f00/29 ge 32 le 48,
+ 6204:5f46:99f1:cb60:ac7c:3f86:8419:5900/29 ge 30 le 48,
+ 6204:51e1:8400:8cb6:473d:e682:8c85:9a00/30 ge 32 le 48,
+ 6204:51e7:49f4:fc73:4644:87d9:46da:7b00/32 le 48,
+ 6204:51e5:cdb5:62e5:515:3918:37b7:6d00/32 le 48,
+ 6204:7e92:8fed:4235:6f3a:67cb:c7be:7200/48,
+ 6204:7e90:2f92:e5ba:27c8:df6e:81c:cb00/48,
+ 6204:6bb7:829f:6f7e:47b1:dccb:f60c:2000/48,
+ 6204:6bb7:fe12:3848:f383:7aa6:3226:400/47 ge 48 le 48,
+ 6204:6bb7:fe1e:81b2:2441:4749:2668:f00/48,
+ 6204:6bb7:fe1d:593c:31a1:fcb1:2885:5600/48,
+ 6204:6bb7:cfbb:f1af:e299:ddf9:fddc:8300/47 ge 48 le 48,
+ 6204:6bb7:cf8f:1cc3:48ef:d251:9264:8200/47 ge 48 le 48,
+ 6204:6bb7:cf8d:1d1a:52f4:5bbe:4cfa:ca00/48,
+ 6204:6bb7:cf84:73e6:6097:fcd0:7f24:4300/48,
+ 6204:6bb7:cf86:4f15:4922:2fe9:1ca2:7e00/47 ge 48 le 48,
+ 6204:6bb7:cf82:d587:1a7c:d414:cb74:4c00/46 ge 48 le 48,
+ 6204:67e2:fe81:c853:e547:1cde:6170:9e00/29 le 48,
+ 6204:63e4:d866:c98d:9093:5154:d6c7:7e00/48,
+ 6204:63e4:c7af:a3db:a151:aec5:16ad:6d00/48,
+ 6204:63e4:c7e9:a027:ddf4:5b81:2319:cf00/44 le 48,
+ 6204:63e4:c464:e213:e68f:3665:8cdd:3500/40 le 48,
+ 6204:63e4:f4de:a03d:f482:bbe5:4c3c:1e00/47 ge 48 le 48,
+ 6204:63e4:e45e:eebc:700c:6ce7:3c68:8200/40 le 48,
+ 6204:63e4:e74a:73f7:8923:b131:1f1d:8300/39 ge 40 le 48,
+ 6204:63e4:e3cc:3ee3:8b3b:aabf:ba15:3300/48,
+ 6204:63e4:e388:6409:7adb:e8fc:5761:3700/44 le 48,
+ 6204:63e4:e275:591:9f31:3070:3a39:1d00/40 le 48,
+ 6204:63e4:8d67:75e4:53c6:c887:eb52:a100/46 ge 48 le 48,
+ 6204:63e4:8d61:b902:e9cd:b0de:2b0:3100/47 ge 48 le 48,
+ 6204:63e4:8d62:37cd:64ab:3a6c:c99b:5400/48,
+ 6204:63e4:8d68:aa10:a79:9f4e:1429:5000/48,
+ 6204:63e4:8d6a:e4e0:8675:b061:e72a:9500/48,
+ 6204:63e4:8d6f:9341:7e0e:d06e:7ac5:9d00/48,
+ 6204:63e4:8d6c:bab:21ae:1e41:1383:8a00/48,
+ 6204:63e4:8d79:f14e:ef89:a601:17cc:7a00/48,
+ 6204:63e4:8d7b:f2c1:2526:6cc4:e942:e700/48,
+ 6204:63e4:7718:46e9:343d:2a7:44de:4700/47 ge 48 le 48,
+ 6204:63e4:771b:2a2d:bf43:71ea:c1b0:3900/48,
+ 6204:36ae:4185:6f75:c1d4:d29d:e69c:b500/44 le 48,
+ 6204:203d:1d4c:334c:276e:64e3:350:6300/48,
+ 6204:108d:3df8:d66:8d71:c9be:1eb7:4300/44 le 48,
+ 6204:108d:3dc6:96dd:a58d:3270:b56:df00/44 le 48,
+ 6204:1343:1bdf:d7f5:f0ce:230f:c1fb:3e00/47 ge 48 le 48,
+ 6204:1343:1bdc:a856:57ec:925e:1f7a:d700/48,
+ 6204:1237:6fa:7f38:7c04:51bd:e44:c400/30 le 48,
+ 6204:16a8:5e31:454f:5045:598a:27c8:7700/40 le 48,
+ 6204:ba7:cad2:6aef:31ec:22d0:276b:e400/48,
+ 6204:dd4:a1da:516b:dc48:d3fe:7250:d700/29 ge 30 le 48,
+ 6207:6ac1:646b:1d04:906a:8d0b:80c1:1a00/29 le 48,
+ 6207:6019:1f90:a6b0:5027:7625:b3ec:1a00/32 le 48,
+ 6207:f33:9e8a:c2b0:e04e:e1e0:f542:aa00/32 le 48,
+ 6207:79f:570b:8019:8c96:1abf:f43:cb00/29 le 48,
+ 6207:2db2:40fb:b674:453b:2f40:834c:d900/29 le 48,
+ 6207:3625:24ca:18f6:c581:590a:b1c6:ff00/48,
+ 6207:3caa:de4c:3a47:1dd9:c451:90ca:9d00/32 le 48,
+ 6207:b155:4fbc:aa5a:2dfd:a685:a076:8400/48,
+ 6207:b151:a6df:29d7:d5dd:eb1a:bafa:4600/48,
+ 6207:8797:a0a3:ce29:28a1:b643:70b0:cd00/29 le 48,
+ 6207:9587:9e49:463c:5d97:ae7e:ab30:8d00/44 le 48,
+ 6207:9587:220f:a274:ad7:e062:765f:3200/48,
+ 6207:d6f1:8353:319e:1139:b432:3a5f:4f00/29 le 48,
+ 6207:d803:6b2f:d91a:5660:ed0e:fd5f:3e00/40 le 48,
+ 6207:d803:6a3c:e9e:571e:d318:d974:4400/48,
+ 6206:7935:b858:682f:8f67:d5f7:78b6:d600/40 le 48,
+ 6206:7930:a28a:79:1c1e:e48b:faf6:9400/44 ge 48 le 48,
+ 6206:7930:a299:11b9:19b2:150f:edc0:b000/48,
+ 6206:7930:a29b:d01:8b2a:bbb0:a884:3000/48,
+ 6206:7930:a2a4:6d9a:b027:b54b:9481:bf00/48,
+ 6206:7930:a36e:7ca7:75b6:590e:53b4:e100/40 le 48,
+ 6206:7931:f137:1540:a922:63a:7bc:c300/48,
+ 6206:7931:f138:62ad:b3c1:bdff:df73:ff00/48,
+ 6206:6a42:a807:97b8:2f3c:440:375c:6500/48,
+ 6206:5513:92ac:dcb0:b33d:a1e7:9c2c:3e00/48,
+ 6206:5565:5461:2ad5:108d:d65d:a884:9500/29 le 48,
+ 6206:52b8:bc69:96fb:d83e:5a78:af13:7f00/29 le 48,
+ 6206:2fca:990a:b4a0:1f18:144a:b8a4:2500/32 le 48,
+ 6206:2ce0:7284:8b24:2fd0:8c5d:66bc:8b00/48,
+ 6206:2ce0:7292:9732:8a13:873f:57d3:1900/44 le 48,
+ 6206:2ce0:72b4:6f68:b796:8190:864f:8a00/47 ge 48 le 48,
+ 6206:2ce0:72b7:10bb:c9f8:6988:7186:9a00/48,
+ 6206:2ce0:72a0:7ce5:8b6a:98f7:9446:fd00/44 le 48,
+ 6206:2ce0:72dc:3730:2313:608a:ec57:4300/48,
+ 6206:2ce0:72c2:a3d9:38c5:478a:6d54:de00/44 le 48,
+ 6206:2ce0:72ee:1b38:71d7:ea43:d69a:5200/44 le 48,
+ 6206:2ce0:72f3:4cda:eeac:6ea9:c52f:1000/46 ge 48 le 48,
+ 6206:2ce0:7213:f875:5841:da:fcaa:5d00/45 le 48,
+ 6206:2ce0:7206:99df:b7c5:8422:9515:e700/46 ge 48 le 48,
+ 6206:2ce0:7200:105c:f5a0:3ef9:fd40:3000/47 ge 48 le 48,
+ 6206:2ce0:7203:d1fa:ce2c:cb3f:1bbd:3200/48,
+ 6206:2ce0:7208:f71:1cf8:60cd:1b3f:f800/48,
+ 6206:2ce0:720a:ff47:ee2d:d0e6:4ec9:d600/48,
+ 6206:2ce0:720d:8d8c:c6d:7412:9126:8c00/48,
+ 6206:2ce0:7239:98d6:fd86:273e:8ad4:e800/43 ge 44 le 48,
+ 6206:2ce0:7247:b3e4:18a4:3cc2:7c4d:5e00/45 ge 48 le 48,
+ 6206:2ce0:724f:c4fa:a32a:21a:85b6:5300/47 ge 48 le 48,
+ 6206:2ce0:725f:9e8:1190:e6f4:5844:f200/44 le 48,
+ 6206:2ce0:73d6:7c47:4c2f:fbf9:f57a:fd00/45 ge 48 le 48,
+ 6206:2ce0:73df:b9f2:a4b6:3593:2bcf:3600/47 ge 48 le 48,
+ 6206:2ce0:73c6:556:a028:9823:60fa:7700/45 ge 48 le 48,
+ 6206:2ce0:73ca:8588:5346:ec36:cb03:3300/47 ge 48 le 48,
+ 6206:2ce0:73e5:7716:d35f:45e3:8636:6000/45 ge 48 le 48,
+ 6206:2ce0:73e9:832a:2d7b:b75a:1ea:ff00/47 ge 48 le 48,
+ 6206:2ce0:7305:9951:15d6:ab07:db96:7000/45 ge 48 le 48,
+ 6206:2ce0:7308:6b6a:e600:cf96:da20:4600/48,
+ 6206:2ce0:7569:edb:c61e:8143:35c8:a800/40 le 48,
+ 6206:2ce0:741b:523:33fc:3b5a:78a6:8300/42 ge 44 le 48,
+ 6206:2ce0:746d:8ab1:a7a4:3532:7c4:d300/43 ge 44 le 48,
+ 6206:2ce0:608e:3ef3:c934:e66c:cf47:cc00/44 le 48,
+ 6206:2ce0:6e82:1cbb:a40:ad1f:5c37:1000/37 le 48,
+ 6206:2ce1:4208:62d8:49d5:7223:3cda:cb00/32 le 48,
+ 6206:2ce2:528a:4986:fa73:1fc8:8322:fd00/32 le 48,
+ 6206:212f:8f3b:f402:44ab:b21c:b8aa:e200/29 le 48,
+ 6206:21da:c88a:1310:10be:bb31:6da7:f700/32 le 48,
+ 6206:3b5:eeba:4424:f936:4086:88d8:9400/40 le 48,
+ 6206:3b5:ed0a:88d3:8153:159f:f474:a00/40 le 48,
+ 6206:3b4:5109:787d:f3c9:ec8a:9a52:ae00/32 le 48,
+ 6206:a987:76e5:c4cd:a566:7f5c:eb74:4500/29 le 48,
+ 6206:adba:dc9c:33bf:1379:542d:490:8f00/47 ge 48 le 48,
+ 6206:b9ba:ce22:cfdd:68c:3b65:863a:1d00/29 ge 32 le 48,
+ 6206:b1ec:250e:abe6:5f95:87e2:f1a2:c900/32 le 48,
+ 6206:9c55:1e8c:613a:7402:5a53:d007:3700/48,
+ 6206:90c9:942e:7fed:3ce2:70e6:6e42:1b00/48,
+ 6206:90c9:942c:6c6e:5d05:74e:5a28:c900/47 ge 48 le 48,
+ 6206:90c9:942b:35ba:b1c8:2770:afc8:fc00/48,
+ 6206:fed4:582f:25f:e602:d4a:ba02:d400/32 le 48,
+ 6203:6d26:9fe9:bbf5:2309:de3d:4257:8a00/29 le 48,
+ 6203:7a7d:bc9f:b3d4:290a:7426:d425:300/29 le 48,
+ 6203:76cb:bc0e:664a:1c8f:2bf6:1eda:5200/48,
+ 6203:741c:a6fc:7ef5:a67f:bd9b:1701:b000/31 ge 32 le 48,
+ 6203:741e:dea2:a863:21b9:68b8:8e47:3000/32 le 48,
+ 6203:7419:833c:1037:b69e:33d5:392b:7a00/32 le 48,
+ 6203:741a:f3f0:98f6:70b6:917:e548:f300/31 ge 32 le 48,
+ 6203:3d65:7a77:76cb:fa3f:168c:7117:9f00/48,
+ 6203:3d65:96b:8d0f:f21f:1039:4e64:9200/48,
+ 6203:3d65:12d0:829c:8edf:8705:4778:7d00/48,
+ 6203:3d65:a212:cbfc:141a:5d71:8b26:4e00/48,
+ 6203:26e1:d343:5373:8cb1:9fe9:e9e5:c100/44 le 48,
+ 6203:26e1:d33f:589d:a1bc:80ad:3d4b:7300/44 le 48,
+ 6203:2f10:3e45:2346:df9f:840d:fee5:d800/29 le 48,
+ 6203:14da:e137:a058:361c:eebc:7eb:3000/48,
+ 6203:1ef:7788:b2d9:97e0:59a1:6589:1000/30 le 48,
+ 6203:90f6:2eea:bda8:86bd:f9c6:e58a:9800/29 le 48,
+ 6203:826a:6957:3192:a511:24a7:3e07:e100/47 ge 48 le 48,
+ 6203:826a:7d7b:c431:9d9c:5e74:7568:fb00/42 ge 44 le 48,
+ 6203:826a:7d33:cba2:bdea:ed98:e183:b900/43 ge 44 le 48,
+ 6203:826a:7d01:4e92:e09e:26e5:66ed:a00/48,
+ 6203:826a:7d1d:b0aa:66c2:fcd9:9241:c800/44 le 48,
+ 6203:826a:7da7:fc88:8731:df31:7e29:f200/44 le 48,
+ 6203:826a:7dbd:dc26:8899:e0c2:7fa4:9200/46 ge 48 le 48,
+ 6203:826a:7dba:ac3d:cc0d:3c3d:b795:5500/47 ge 48 le 48,
+ 6203:826a:7d94:f847:ee43:29b1:f798:5d00/44 le 48,
+ 6203:826a:e4c8:a5ae:baf5:3a9c:938d:700/43 le 48,
+ 6203:826a:e5e3:5356:1b4d:3399:b9a4:8d00/48,
+ 6203:826a:e5e7:4183:c62c:f0ce:19a7:cd00/47 ge 48 le 48,
+ 6203:826a:e5f7:76ab:5772:cdd2:b5e3:f000/44 le 48,
+ 6203:826a:e5ce:1e23:9a7d:7b04:5af8:9500/44 le 48,
+ 6203:826a:e565:6278:7848:5c04:210e:6a00/48,
+ 6203:826a:e562:ef23:9a8:7f4f:757e:3c00/47 ge 48 le 48,
+ 6203:826a:e561:f025:3827:839d:e44b:8800/48,
+ 6203:826a:e678:56b2:8595:f338:ac91:d700/47 ge 48 le 48,
+ 6203:826a:e66b:3d8:9c07:e40f:31a6:9d00/44 le 48,
+ 6203:826a:e691:9542:c875:9744:b2ac:9200/48,
+ 6203:826a:9f4d:43b5:2255:aefb:67c9:ff00/36 le 48,
+ 6203:826c:98f:835d:e8f9:2677:6cb6:8c00/48,
+ 6203:826f:8803:f521:6073:c671:a913:c800/44 le 48,
+ 6203:826f:8819:fc6c:89d8:7886:975:ad00/48,
+ 6203:83c3:98d9:2f46:b74:ecd3:eef3:f900/29 le 48,
+ 6203:a9e5:a119:95ef:34e1:47d0:404e:1500/32 le 48,
+ 6203:a9e4:4146:6529:a130:ca8b:5e45:6400/48,
+ 6203:a9e4:4145:1215:2126:aab5:41ce:8800/47 ge 48 le 48,
+ 6203:a9e4:4140:2e5b:380e:e0a4:7c25:bf00/46 ge 48 le 48,
+ 6203:a9e4:414b:5de7:6e70:71e0:5a8:3500/47 ge 48 le 48,
+ 6203:a9e4:416f:f408:62e7:1d8b:f49c:f800/43 ge 44 le 48,
+ 6203:a9e4:4115:a0f2:60ef:66a5:6d2b:4d00/44 le 48,
+ 6203:a9e4:4107:711e:bab5:4c5b:99dc:1d00/48,
+ 6203:a9e4:4295:b47:d29c:d856:16af:8300/44 le 48,
+ 6203:a9e4:42cf:4cc7:ac3:e843:fde:5100/44 le 48,
+ 6203:a9e4:42ee:b13c:f206:8acd:b327:2400/44 le 48,
+ 6203:a9e4:4275:ccee:eca1:20c5:4333:ae00/44 le 48,
+ 6203:a9e4:4259:cc6e:e12b:578:67bd:f200/44 le 48,
+ 6203:a9e4:423a:735b:6806:1b91:d63c:4300/44 le 48,
+ 6203:a9e4:47b1:8e48:d003:a43a:bb3c:5100/43 ge 44 le 48,
+ 6203:a9e4:47ed:80de:728:24d2:76d:c300/43 ge 44 le 48,
+ 6203:a9e4:4739:b3ea:5835:6a95:a1fd:d800/44 le 48,
+ 6203:a9e4:4725:cd21:caa4:2bf5:ee01:c500/48,
+ 6203:a9e4:475e:8b43:5442:aae5:2d55:f700/43 ge 44 le 48,
+ 6203:a9e4:460f:a044:aaeb:b2e6:4f10:1c00/44 ge 48 le 48,
+ 6203:a9e4:469e:25ce:9c40:48ab:58a3:5200/44 le 48,
+ 6203:a9e4:4683:b2d7:4e79:e5f5:c3c9:8b00/48,
+ 6203:a9e4:46fc:6394:e39a:5b4b:d3f7:8000/44 le 48,
+ 6203:a9e4:44e0:d16:618b:76ee:8eb3:3800/44 le 48,
+ 6203:a9e4:449c:655f:3fd1:9d9f:fc0f:1d00/44 le 48,
+ 6203:a9e4:442f:8416:22de:2330:854:c200/43 ge 44 le 48,
+ 6203:a9e4:441a:236e:516e:b1c2:ab8d:ba00/44 le 48,
+ 6203:a9e4:4479:c0bc:73aa:e888:2ec:1e00/43 ge 44 le 48,
+ 6203:a9e4:45c4:7d95:98a3:f710:4811:7700/48,
+ 6203:a9e4:45d2:2f06:13d4:ebaf:2cab:2000/44 le 48,
+ 6203:a9e4:45f1:5600:8ac0:dbbd:edfd:4300/44 le 48,
+ 6203:a9e4:458c:de45:478d:346:96a0:ff00/43 ge 44 le 48,
+ 6203:a9e4:4545:b5de:cd2c:1177:5879:3500/43 ge 44 le 48,
+ 6203:a9e4:457f:9c4c:aa1e:8eb5:2cdd:ea00/44 le 48,
+ 6203:a9e4:4519:e8ab:7250:b669:2436:8d00/43 ge 44 le 48,
+ 6203:a9e4:453e:b8eb:763c:8e6d:bba1:1800/44 le 48,
+ 6203:a9e7:bede:97e8:862b:9a9e:a261:1600/36 le 48,
+ 6203:a9e7:a04d:805e:1237:5dd1:8328:d00/44 le 48,
+ 6203:a9e7:9fba:4e71:1f8b:9585:ed3f:f200/36 le 48,
+ 6203:a87b:f227:ff25:90d3:c838:61a9:5400/29 ge 30 le 48,
+ 6203:f01c:138c:4d46:b85f:bd26:75a4:3a00/29 le 48,
+ 6203:ed26:99c2:f883:528d:dfc2:43f6:2100/29 le 48,
+ 6203:e013:ea4d:5f69:4073:2a83:2b3:8000/48,
+ 6203:cab2:3f45:9a77:2776:ad9b:6029:f00/44 le 48,
+ 6203:cfbc:acfe:ace9:6f68:a958:aec8:6400/29 le 48,
+ 6203:c4bc:5aa5:7b95:3723:a017:421e:8a00/29 le 48,
+ 6203:de5f:4bbd:acd2:4ba:e31:9757:3300/47 ge 48 le 48,
+ 6202:ddf6:ae4e:c66d:b5bd:a5e3:339a:3100/47 ge 48 le 48,
+ 6202:d31c:f05e:d840:1910:b542:d80e:2500/44 le 48,
+ 6202:d31c:bcaa:eec8:9c5f:e136:29ec:8900/39 ge 40 le 48,
+ 6202:d6f4:7c0a:9f20:7fdd:9ab8:dd3a:9700/29 le 48,
+ 6202:ef7f:d1c9:6012:582c:9137:c95:5d00/29 le 48,
+ 6202:ee11:3040:f167:ba26:bca3:1d57:400/29 le 48,
+ 6202:e95e:8c78:c3e0:d7ba:5ea5:a10f:7600/44 le 48,
+ 6202:e95e:919d:cd2b:ce96:6e31:73bf:7400/39 le 48,
+ 6202:e95e:9572:2568:2f50:5a89:8dac:9a00/39 le 48,
+ 6202:e894:22a4:1a01:c46e:8f03:3744:4c00/29 le 48,
+ 6202:eb25:5f5:21c6:e9fd:2dcb:b826:1a00/29 le 48,
+ 6202:e375:d35a:f1c8:823e:c24f:596c:fc00/32 le 48,
+ 6202:e377:3be3:99b2:48f6:65d2:53c1:5200/40 le 48,
+ 6202:e371:d806:4ed9:d87:ca5c:b756:ff00/32 le 48,
+ 6202:e372:34e6:6fe1:26cb:2183:2e56:6100/32 le 48,
+ 6202:e53e:a89b:9ac1:ca77:d3bf:192c:e600/32 le 48,
+ 6202:e53c:fe6e:da26:f0da:2183:f101:7a00/31 ge 32 le 48,
+ 6202:e53a:e000:1448:c6b6:fc35:4538:c800/31 ge 32 le 48,
+ 6202:e538:edc0:3736:260f:ab34:a242:2a00/32 le 48,
+ 6202:f971:469:4c30:f0e1:6bbc:601b:d700/29 le 48,
+ 6202:fb9e:66e4:9201:82ad:9580:8189:c900/29 le 48,
+ 6202:f75b:630e:4a25:3a51:b1ee:7534:8800/32 le 48,
+ 6202:90ec:c23a:615e:bd69:8d48:f595:8300/29 le 48,
+ 6202:9dd7:bcce:dd60:f3cd:8f50:7d5:ee00/29 le 48,
+ 6202:8391:ffe:e621:762:9794:da12:7700/31 ge 32 le 48,
+ 6202:a2a7:6630:ca7:54d0:667:824b:2700/29 le 48,
+ 6202:76b:ec27:e549:e124:7af2:395:100/29 le 48,
+ 6202:e53:9494:e65c:1a15:1fe5:cc0d:aa00/29 le 48,
+ 6202:1d7c:5e65:fa64:7b92:b16f:f611:c600/47 ge 48 le 48,
+ 6202:1d7c:5efb:5074:5d81:464:d726:f00/47 ge 48 le 48,
+ 6202:311e:3ae2:78aa:bfea:4cd3:c62c:600/29 le 48,
+ 6202:3066:fde7:ea72:c980:92f6:5dc0:300/29 le 48,
+ 6202:2188:d4f1:b69b:1603:3d67:753b:5400/29 ge 30 le 48,
+ 6202:48c7:197b:c088:5786:932a:a371:2500/29 le 48,
+ 6202:5e98:cdc9:6e24:57ac:5368:e141:5500/32 le 48,
+ 6202:5b49:1200:dfc8:c6bf:66a9:dba0:ea00/29 le 48,
+ 6202:5aaf:24e9:6201:a3b0:8466:d0c1:8400/29 le 48,
+ 6202:7569:de8b:e062:7451:22ef:7b27:b500/29 le 48,
+ 6202:7723:1756:8bed:bf2b:2eeb:c546:5a00/29 ge 30 le 48,
+ 6202:77e9:ae7:e468:cc16:51c3:d5ff:aa00/29 ge 30 le 48,
+ 6202:766c:b891:944c:137b:6958:4b56:a700/46 le 48,
+ 6202:7006:eb6a:54f7:d929:7e14:961b:7800/29 le 48,
+ 6202:6226:2f13:7146:3cdb:f1e2:759:f100/48,
+ 6202:6223:4f3:8b31:7df5:fceb:bcba:9f00/48,
+ 6202:6c96:e685:cf9d:44c3:6d7:ed1c:5900/32 le 48,
+ 6200:785b:5e71:2c5e:2e9e:c393:d952:2d00/29 ge 32 le 48,
+ 6200:758e:3e96:d406:9d8e:5099:8bc9:1100/48,
+ 6200:758e:b70f:68ee:481b:ea7a:6aec:8f00/44 le 48,
+ 6200:758e:b738:6c87:c5de:bd47:a3f2:be00/47 ge 48 le 48,
+ 6200:758e:b759:80f9:27b5:a524:b870:c900/42 le 48,
+ 6200:758c:3889:9bd7:de6e:61ce:2257:bf00/48,
+ 6200:7621:be0d:b861:f777:43bf:f5c3:2800/29 le 48,
+ 6200:7192:2bf5:49c:45ff:bca9:2573:3c00/48,
+ 6200:7192:2e1b:7a1b:4f37:328a:d89c:da00/48,
+ 6200:71c6:dbeb:3f36:1f60:a28f:9bd5:af00/29 le 48,
+ 6200:722e:17d2:51ea:5cc2:134f:8bfa:5a00/32 le 48,
+ 6200:722d:b2dc:3af9:cd6b:f394:b2a0:2300/32 le 48,
+ 6200:60b1:67bc:76a5:a184:f2f:3490:bc00/48,
+ 6200:60b1:67b4:5035:dcdd:dc4e:6ce2:500/48,
+ 6200:60b1:67b0:bc6f:5e3b:e9bc:4337:1600/47 ge 48 le 48,
+ 6200:60f8:5eec:aa1d:5be7:d60a:9ab7:800/48,
+ 6200:5e24:673a:c48b:400a:dae1:db10:3700/29 le 48,
+ 6200:4b4f:655:60e4:8c09:6d07:950b:3000/48,
+ 6200:4b4f:651:bfc4:7e67:39cd:40a7:9700/48,
+ 6200:4b4f:c3c:218b:9d15:ec5d:ba2f:ae00/48,
+ 6200:4abf:d257:67bc:86fc:56c6:a598:6400/29 le 48,
+ 6200:35e3:bab5:67da:97ba:f593:807b:a400/29 le 48,
+ 6200:3297:7364:8ad7:6694:297a:3d8:8400/32 le 48,
+ 6200:30bb:6fd3:5e32:8405:81aa:4144:3900/31 le 48,
+ 6200:30b9:8596:65e2:871b:2c8a:76b1:aa00/32 le 48,
+ 6200:30b8:7e0d:7207:2e8e:e420:5784:f300/40 le 48,
+ 6200:30b8:781f:4b3c:dafe:58f6:40a1:a100/39 ge 40 le 48,
+ 6200:30bd:20b8:c673:3adb:a062:ae10:a800/47 ge 48 le 48,
+ 6200:30bd:20a5:b0ed:f55d:7588:2d6:1a00/48,
+ 6200:30bd:3869:b985:b472:5cd5:3254:a700/39 ge 40 le 48,
+ 6200:30bd:ed4:c251:9a7d:d821:214c:3300/40 le 48,
+ 6200:30bc:4b21:1280:ff90:82bc:6481:f00/32 le 48,
+ 6200:30bf:7b4e:2c49:87e5:4eb1:799b:4e00/39 ge 40 le 48,
+ 6200:30bf:79a3:6bff:ba8:7b3:59cd:9700/40 le 48,
+ 6200:30bf:7ed1:14d4:f6cb:6d2e:472e:e000/48,
+ 6200:30bf:7e13:f17a:8d5b:2b45:8d11:9700/48,
+ 6200:30bf:7e10:2c54:f7bc:a33d:a3b3:8200/47 ge 48 le 48,
+ 6200:30bf:7fb5:1586:b44e:ca17:fc60:5700/40 le 48,
+ 6200:30bf:7d12:cbeb:ad97:2901:f1ca:900/40 le 48,
+ 6200:30be:6b56:ef04:fa6a:a074:b54a:5e00/32 le 48,
+ 6200:397c:9c1:c2fd:a134:4519:4f82:4c00/29 ge 32 le 48,
+ 6200:266a:9e3f:602e:ed2b:6851:6b1d:8500/29 ge 30 le 48,
+ 6200:2cc4:8f62:3b6c:7b67:c786:db18:d100/29 ge 32 le 48,
+ 6200:dee:be04:33ab:3dca:fc5e:d178:4d00/29 le 48,
+ 6200:9f1:791d:e847:820:b715:4455:f400/29 le 48,
+ 6200:1fdf:5bde:7032:659:9f14:5480:de00/29 le 48,
+ 6200:c073:e01:fbe8:3dc8:e20f:8e46:1d00/40 le 48,
+ 6200:c073:4e3f:1c4e:743b:d31e:516c:4600/42 le 48,
+ 6200:c073:7b48:c03:de88:3a47:fb9f:b000/40 le 48,
+ 6200:c073:7849:eff0:f399:2248:9b3:7400/40 le 48,
+ 6200:c073:7d20:1b4b:3909:6266:8cf2:9d00/40 le 48,
+ 6200:c073:7f43:1e65:57f9:9380:15dc:c900/40 le 48,
+ 6200:c073:770e:ad96:2a4f:cbfa:8541:7800/38 ge 40 le 48,
+ 6200:c073:719a:d5b5:43f6:39b2:5a70:4c00/40 le 48,
+ 6200:c073:7050:34cf:92bd:644d:475:1100/44 le 48,
+ 6200:c073:736f:3132:7642:e65:cf3a:a900/47 le 48,
+ 6200:c073:7368:41f5:393:a451:684d:e100/47 ge 48 le 48,
+ 6200:c073:7230:2c5f:12d8:ee21:d36f:4900/40 le 48,
+ 6200:c071:c449:be56:c75f:1a86:3b79:dd00/40 le 48,
+ 6200:c071:f31c:ad16:fc10:5f35:5ccb:1100/42 ge 44 le 48,
+ 6200:c071:f371:1dba:f18c:12be:2188:9e00/44 le 48,
+ 6200:c071:f347:2fa8:a727:a2e:a3e6:c600/43 ge 44 le 48,
+ 6200:c071:f38d:276a:d9b:3d0d:5160:2400/44 le 48,
+ 6200:c071:4cfd:cb80:a09d:4187:7981:7c00/45 ge 48 le 48,
+ 6200:c071:4cf4:612a:b45c:3a64:af48:6c00/47 ge 48 le 48,
+ 6200:c071:4cf7:f1aa:ffd5:6b4d:8cb2:1100/48,
+ 6200:dfb0:4a4f:3b75:2fc:437b:ef02:3900/32 le 48,
+ 6200:dfb4:843a:5b9f:fbab:30d:7703:7400/31 ge 32 le 48,
+ 6200:dfb7:353c:2af9:38d4:2dfc:1bf6:1000/32 le 48,
+ 6200:dfb6:512:d9f:c824:25b7:6bb8:b00/44 le 48,
+ 6200:dfb6:50e:7288:6ad:df96:708c:a400/48,
+ 6200:dfb6:54d:1e22:a51c:8e16:5d8:dc00/43 le 48,
+ 6200:d301:d42e:d449:675e:e605:3081:1600/32 le 48,
+ 6200:f497:3cb9:2657:63f4:61d1:ecbc:700/29 le 48,
+ 6200:fa63:c3e4:f57:1630:b90b:99ae:8b00/32 le 48,
+ 6200:fa67:a0c4:4a30:3683:ffc7:41f5:1d00/40 le 48,
+ 6200:fa67:a4f5:ab25:d4f9:c885:df44:a000/40 le 48,
+ 6200:fa66:4689:e6da:555b:9ff9:d486:7c00/48,
+ 6200:fa66:5dd3:662:ea18:2e24:2b71:800/44 le 48,
+ 6200:fa66:5d3d:47a7:531e:3fc3:c9c3:6600/44 le 48,
+ 6200:fa66:5d15:2ef2:7d07:d960:41f7:9800/44 le 48,
+ 6200:fa66:5d50:d6d3:5765:b0a5:9ea1:1e00/44 le 48,
+ 6200:eb06:3f0:e7df:eed8:d69:cf7b:db00/31 ge 32 le 48,
+ 6200:eb05:24f8:2295:dcce:8c5:c0e4:2f00/47 ge 48 le 48,
+ 6200:eb05:25f6:5414:2169:ca3d:6f6:1200/42 ge 44 le 48,
+ 6200:eb03:22cb:cf9d:f5de:386:ea1a:6900/31 ge 32 le 48,
+ 6200:eb00:2255:9c97:fe70:9b9d:5b6f:c500/32 le 48,
+ 6200:eb01:8234:c87:f16d:464a:1f9:af00/44 le 48,
+ 6200:eb01:8213:1dc6:cad5:dc99:120a:4700/48,
+ 6200:eb01:8217:3775:f3d4:1e2c:b840:5e00/46 le 48,
+ 6200:eb01:821c:bc81:94f3:15a2:b288:3600/48,
+ 6200:eb01:820f:c614:dff1:3ab:987e:3900/44 le 48,
+ 6200:eb01:824b:2e20:20dd:b686:d04f:a500/48,
+ 6200:eb01:8262:3709:b3ef:987e:30fa:3b00/43 ge 44 le 48,
+ 6200:eb01:82ca:7ade:8842:397f:3822:fe00/43 ge 44 le 48,
+ 6200:eb01:82e0:29fd:9405:4f5b:58a8:6100/44 le 48,
+ 6200:eb01:829e:e809:aad2:7655:7534:1000/44 le 48,
+ 6200:eb01:838d:e23b:3b1:82b:6d2b:f000/44 le 48,
+ 6200:eb01:83cf:1cea:9fdd:c137:a4bc:d00/43 ge 44 le 48,
+ 6200:eb01:83e3:196b:f7f9:de6b:2545:9d00/44 le 48,
+ 6200:eb01:8321:b8:b1a7:5e8c:b67e:500/48,
+ 6200:eb01:8325:82d7:1549:2666:c894:5800/48,
+ 6200:eb01:832c:e858:f29b:59fc:4424:7c00/48,
+ 6200:eb01:8309:6b2c:8dd9:31d:caae:8900/48,
+ 6200:eb01:834d:83ad:1cf6:67a6:9a2b:4700/44 le 48,
+ 6200:eb01:836f:1c83:5400:abbd:3623:6000/44 le 48,
+ 6200:eb01:8186:517f:3d86:269a:ada1:5500/44 le 48,
+ 6200:eb01:81c2:7951:be8d:18e0:60a5:9700/44 le 48,
+ 6200:eb01:81d8:b7a1:8493:5b9c:e961:2b00/48,
+ 6200:eb01:81db:f82f:5e49:656:1d98:8700/48,
+ 6200:eb01:81d5:b458:ef93:55f5:ef3a:7e00/46 le 48,
+ 6200:eb01:813e:898c:83e0:2de0:aee5:3200/44 le 48,
+ 6200:eb01:815b:c0de:57e3:b7df:6eae:cf00/44 le 48,
+ 6200:eb01:80ff:7f00:8db2:7c20:1930:3d00/45 ge 48 le 48,
+ 6200:eb01:80f1:d8c1:2bff:6690:a957:c800/46 ge 48 le 48,
+ 6200:eb01:80f7:2617:f4ad:8968:380:2500/48,
+ 6200:eb01:80c4:34ed:4a3e:fca9:7283:d300/44 le 48,
+ 6200:eb01:808e:794a:2308:5e21:d06b:fb00/44 le 48,
+ 6200:eb01:80a0:d409:6f62:4106:79c8:9100/44 le 48,
+ 6200:eb01:8079:b9c7:4fb3:ffc4:3786:ed00/44 le 48,
+ 6200:eb01:8001:b424:611d:5c7d:d316:eb00/44 le 48,
+ 6200:eb01:803e:cc8b:de4f:69c2:25fc:a900/44 le 48,
+ 6200:eb01:8581:1748:ace6:4ce3:c737:4500/44 le 48,
+ 6200:eb01:85c7:bf1e:f1f9:740d:969c:db00/43 ge 44 le 48,
+ 6200:eb01:85f9:6679:4de9:ce2a:e3b:eb00/44 le 48,
+ 6200:eb01:848a:2e49:c3a0:590d:9f29:3d00/44 le 48,
+ 6200:eb01:840a:416:c4f9:9746:e169:5b00/44 le 48,
+ 6200:eb01:8464:5a88:e071:5c4b:b0ea:e300/48,
+ 6200:eb01:8467:2b34:e7fe:fa96:dc1c:6400/48,
+ 6200:eb01:8463:540f:3525:dbdb:4be8:c200/48,
+ 6200:eb01:8461:6709:75e4:158f:2054:1900/48,
+ 6200:eb01:846e:47a:a029:e6d9:2078:c700/48,
+ 6200:eb01:87e5:c938:23eb:d7a9:38da:1900/44 le 48,
+ 6200:eb01:8789:54d7:d73e:ba:53b4:c900/47 ge 48 le 48,
+ 6200:eb01:878e:e40a:f3b1:edbe:b303:3a00/48,
+ 6200:eb01:8783:6d56:3ba3:e2c0:510f:2300/48,
+ 6200:eb01:8784:87d6:405f:77ad:f41f:8d00/48,
+ 6200:eb01:86c3:600d:d464:db93:1779:5700/44 le 48,
+ 6200:eb01:8683:2cce:7fc6:6fc3:f622:1d00/44 le 48,
+ 6200:eb01:8606:1674:73b9:3fcc:c8b3:4b00/44 le 48,
+ 6200:eb01:8679:69fb:fcd9:7940:8439:2e00/44 le 48,
+ 6200:eb01:8651:6d84:4091:4ae6:e0c7:4700/44 le 48,
+ 6200:eb01:8f52:3a95:32a9:66d0:1be7:c700/44 le 48,
+ 6200:eb01:8f67:718e:c192:a87d:b24d:5400/44 ge 48 le 48,
+ 6200:eb01:8ff8:799a:85dd:d0e:bf76:d00/48,
+ 6200:eb01:8ff4:669d:e533:1c87:194e:3500/48,
+ 6200:eb01:8f8b:a6bf:65c3:b928:601:c900/44 le 48,
+ 6200:eb01:8e4d:d75f:4b74:716d:f046:4100/44 le 48,
+ 6200:eb01:8e73:36c2:1d2f:2472:c1b0:9d00/44 le 48,
+ 6200:eb01:8eca:21fa:2a59:2a22:84cb:eb00/44 le 48,
+ 6200:eb01:8ee0:461a:93b2:120e:f804:ba00/44 le 48,
+ 6200:eb01:8eaa:7f21:53cb:9141:8f6d:cb00/42 ge 44 le 48,
+ 6200:eb01:8cb6:f2fe:3a26:43ee:ac64:5600/44 le 48,
+ 6200:eb01:8c91:e5a4:6b2c:b6f6:7586:5900/44 le 48,
+ 6200:eb01:8cc1:6b1f:f783:a82:b4f1:2400/44 le 48,
+ 6200:eb01:8cf7:2425:12b5:5db4:d71e:500/44 le 48,
+ 6200:eb01:8cec:3a53:8218:f7e3:b3c6:3b00/48,
+ 6200:eb01:8c6f:353f:9cbf:a7e8:6fbc:8400/43 ge 44 le 48,
+ 6200:eb01:8c1d:72f0:f479:cacb:7cab:f500/48,
+ 6200:eb01:8c1f:940f:1af3:3af7:4d66:4000/48,
+ 6200:eb01:8c0c:2164:5506:475c:c118:a800/44 le 48,
+ 6200:eb01:8c3f:de0:3633:58f4:bc02:3e00/44 le 48,
+ 6200:eb01:8d85:b2a3:9105:5778:5a93:3e00/44 le 48,
+ 6200:eb01:8da5:4a91:3b96:3ea0:4a43:4000/43 ge 44 le 48,
+ 6200:eb01:8dc1:c9dd:cbd5:72af:85b2:ad00/44 le 48,
+ 6200:eb01:8df6:b417:569f:60c3:ebdb:ae00/44 le 48,
+ 6200:eb01:8de1:5690:83c6:636c:728c:4200/48,
+ 6200:eb01:8d6f:9672:c4db:f051:38cc:e700/43 ge 44 le 48,
+ 6200:eb01:8d2d:7aeb:295e:ec82:b715:400/44 ge 48 le 48,
+ 6200:eb01:8d08:f45e:51c4:8976:6d00:e100/43 ge 44 le 48,
+ 6200:eb01:8ae2:ee3e:6d99:dac4:b790:2100/43 ge 44 le 48,
+ 6200:eb01:8ade:dc90:b53a:5e2f:7f5f:f100/44 le 48,
+ 6200:eb01:8a9c:a902:1019:8e26:a4f4:ee00/47 ge 48 le 48,
+ 6200:eb01:8a0a:bd41:bd91:b9f7:c1ca:6c00/44 le 48,
+ 6200:eb01:8a30:f40c:994f:5be8:9e57:7c00/44 le 48,
+ 6200:eb01:8a57:8c9b:f68e:625a:8775:8300/48,
+ 6200:eb01:8a51:f48b:8428:f5fa:754a:1b00/48,
+ 6200:eb01:8a44:938a:85e3:b1a4:f3cc:d700/44 le 48,
+ 6200:eb01:8b18:924b:e490:c5bc:17fa:fe00/44 le 48,
+ 6200:eb01:8b23:3021:dff0:fa34:6ae4:dd00/44 le 48,
+ 6200:eb01:8b7e:f93b:6349:655d:7fff:6800/44 le 48,
+ 6200:eb01:8b45:f8f5:ce81:1637:be17:8a00/45 ge 48 le 48,
+ 6200:eb01:8bda:2c69:82b0:ae89:d20e:1a00/44 le 48,
+ 6200:eb01:8bc9:f028:d4a1:e18e:7e1f:9900/48,
+ 6200:eb01:8be4:7cd:afb7:5fe9:91d2:3e00/47 ge 48 le 48,
+ 6200:eb01:8b9f:ed83:4cae:9e6c:4c2c:5900/47 le 48,
+ 6200:eb01:8b99:ab00:1de8:c85a:518b:4800/48,
+ 6200:eb01:8b8c:d12f:73ce:deda:fb3d:8600/44 le 48,
+ 6200:eb01:8baf:3e77:7017:4269:cd35:d800/48,
+ 6200:ef1e:9090:6d70:e6c1:38b5:5922:d500/29 le 48,
+ 6200:ec43:5b09:15fe:ca0b:a772:274:4000/48,
+ 6200:eddd:1d8c:f0a3:7ea0:2cae:c734:b600/31 ge 32 le 48,
+ 6200:e32f:e9be:e7c:7e7e:fe8e:5a41:7600/48,
+ 6200:e32f:ad42:adb4:ea9c:b58b:9196:6000/48,
+ 6200:e7b5:6e7e:ad8e:3ac2:7a05:7f70:5400/29 le 48,
+ 6200:e6c3:8aac:7c9:1817:7dd7:3eff:1a00/32 le 48,
+ 6200:a2bc:969e:6fa9:42ae:df26:7891:de00/32 le 48,
+ 6200:a30d:f3a4:1fa7:4fea:6280:2016:8f00/40 le 48,
+ 6200:ac9d:e063:b761:5792:e4c5:9606:d00/44 le 48,
+ 6200:ac9c:403d:7d76:e447:ace4:8e44:ae00/44 le 48,
+ 6200:bf50:3267:19a9:3d02:7e60:11c0:3000/29 le 48,
+ 6200:9d4d:94a2:29d6:7bba:7f2:602:6900/32 le 48,
+ 6200:9d4f:6d3:47d:ab8d:4da:43e5:f800/31 ge 32 le 48,
+ 6200:9d48:d946:bc9d:9a29:6abc:ad9a:ab00/30 ge 32 le 48,
+ 6200:9abf:8778:5d2c:ec15:da3:7e:e00/47 ge 48 le 48,
+ 6200:9abf:877c:74be:332a:4be4:ed54:3200/48,
+ 6200:9abf:877f:c69b:3aba:730c:21de:cf00/48,
+ 6200:9abf:8768:8b2d:df5d:f792:8aca:e900/44 le 48,
+ 6200:9423:5e0b:31af:3cb:8f8f:93a2:c200/35 ge 36 le 48,
+ 6200:9423:fa7d:a7a6:ea30:c430:b20f:a700/48,
+ 6200:89d5:f64e:6b3b:d647:9b72:71f6:e300/29 le 48,
+ 6201:a9a:914c:c98:deff:86f8:be9b:6100/29 le 48,
+ 6201:8e4:3005:a6fd:6809:d9d8:9f79:8800/29 le 48,
+ 6201:c21:118e:bd04:f3f6:29fb:6fe2:3c00/29 le 48,
+ 6201:f29:312a:2af5:1d03:f94d:70e0:d800/29 le 48,
+ 6201:1551:c7bd:c52d:b11:6701:2a99:7100/30 le 48,
+ 6201:3f6a:6cea:52bf:f20c:ea82:1674:2200/48,
+ 6201:2bdb:17d0:4a3f:6ad6:3887:6b82:6300/30 ge 32 le 48,
+ 6201:2fe6:eba3:2663:8d55:46e3:acd:c500/29 le 48,
+ 6201:7b2e:b978:266d:f3fd:f891:d2d9:6900/32 le 48,
+ 6201:7b29:64b3:5691:eb56:97ed:9ac4:8100/40 le 48,
+ 6201:645d:5eb0:c539:f8eb:436d:82ed:4800/31 ge 32 le 48,
+ 6201:645a:c85b:ee11:ede8:dbf1:2835:d200/44 le 48,
+ 6201:6459:a465:ede4:5fe5:44ed:e05d:3100/48,
+ 6201:6459:68fa:a4d0:ac3:2573:b09f:2400/44 le 48,
+ 6201:6459:68c1:140b:da33:1d6f:5cdf:1c00/44 le 48,
+ 6201:6459:689c:8ed4:ea:10d0:d3c9:5400/44 le 48,
+ 6201:6459:68b0:fe92:88d9:b0b:f5c0:a200/44 le 48,
+ 6201:6459:687c:9516:e985:6a6c:302c:2300/44 le 48,
+ 6201:6459:684b:8ce0:1294:44b8:63bc:6a00/44 le 48,
+ 6201:6459:6823:83c0:66b2:7619:e22e:d00/44 le 48,
+ 6201:6459:6e6f:be6f:5aab:3eab:66ab:6100/44 le 48,
+ 6201:6459:6c31:3fb:6c78:8bc1:38e7:4a00/44 le 48,
+ 6201:6a2f:a64a:a1f3:41fb:e5f:cb99:f300/29 le 48,
+ 6201:5beb:5035:b56a:4888:1a7c:51b:f00/44 le 48,
+ 6201:5bed:18b6:8364:5031:4646:775f:ec00/32 le 48,
+ 6201:5c7c:d6c5:96a0:c8ec:4342:5804:8000/48,
+ 6201:5c7c:d6c6:813e:76e9:ac81:7c6:f300/48,
+ 6201:56d3:f3a8:43a7:18c:3e0c:14fd:5400/29 le 48,
+ 6201:53f6:4df5:c1bc:2082:7aed:15b5:f400/29 le 48,
+ 6201:4c99:fb77:fbf0:1ef4:29f1:a107:3d00/44 le 48,
+ 6201:e26e:540e:3210:917d:374f:d307:8d00/29 le 48,
+ 6201:e4bf:7ee3:354f:4ff:909e:9454:8400/29 le 48,
+ 6201:e511:24af:d695:760c:c0af:5e49:d000/44 le 48,
+ 6201:e511:249b:fe7:408e:e260:929b:1500/48,
+ 6201:e510:46f9:b4fd:b5e3:f5ca:632e:2f00/44 le 48,
+ 6201:e510:46c0:7021:c4f1:4cbc:5eff:b00/47 ge 48 le 48,
+ 6201:e510:46c3:7221:84c9:b566:840c:9900/48,
+ 6201:e510:9d5a:a9fd:e311:be88:ce10:8a00/46 le 48,
+ 6201:e510:9d46:a8de:c12f:1288:7bc5:a300/48,
+ 6201:e510:9d3a:6556:e118:90ae:2044:6f00/44 le 48,
+ 6201:e730:fe93:5589:7d89:c461:9f9d:f00/29 le 48,
+ 6201:e692:bc4:c9b6:27fb:c5a5:b2de:5b00/29 le 48,
+ 6201:f329:5174:2c9c:177c:8ec:1ed:ff00/44 le 48,
+ 6201:f4ae:c9b0:28ac:99ff:de41:93af:9400/47 ge 48 le 48,
+ 6201:f4ae:c9b2:8eb0:363:f43:220c:6800/48,
+ 6201:f4ae:c844:fdff:6dea:9d81:d7de:de00/46 ge 48 le 48,
+ 6201:f4ae:c6ac:cd1d:1dc4:ccd8:e15b:3b00/44 ge 45 le 48,
+ 6201:f4ae:c6b6:3809:3b95:e6a1:5998:1700/44 le 48,
+ 6201:f4ae:ae13:bc38:4a2a:bae6:3bff:6d00/48,
+ 6201:f4ae:ae11:45fe:d0a6:46:37b0:ef00/47 ge 48 le 48,
+ 6201:f4ae:ae6b:bdc4:7828:65de:8ff0:9600/44 le 48,
+ 6201:f4ae:a878:27ca:1b66:a675:f6c9:8800/40 le 48,
+ 6201:f4ae:a36f:d4ff:2461:43d9:6413:ea00/40 le 48,
+ 6201:f4ae:a0ca:ae7:37bd:7d97:a02e:9500/44 le 48,
+ 6201:f4ae:226d:cb75:5287:f969:c30:c000/48,
+ 6201:f4ae:226f:2ac9:8fb6:c89d:8da4:1600/48,
+ 6201:f4ae:226b:609f:bb9d:37b4:99d9:3e00/48,
+ 6201:f4ae:2265:fed4:530c:c321:bfe1:b700/46 ge 48 le 48,
+ 6201:f4ae:2261:5502:a7a7:2653:daea:e300/48,
+ 6201:f4ae:2263:3fee:bed7:bcdf:3481:bb00/48,
+ 6201:f4ae:227a:ae9c:178b:8c80:d1a0:1900/48,
+ 6201:f4ae:227e:7db9:cd21:be8c:1fb4:dd00/47 ge 48 le 48,
+ 6201:f4ae:2274:556:7113:63c5:9d3d:7700/47 ge 48 le 48,
+ 6201:f4ae:2276:81c5:6db9:be77:f9a2:bc00/48,
+ 6201:f4ae:2270:a6f2:f51:55f5:22f8:f00/47 ge 48 le 48,
+ 6201:f4ae:225d:7709:8b5d:904f:e89b:6500/48,
+ 6201:f4ae:225f:6488:6736:cc26:c6d0:1400/47 ge 48 le 48,
+ 6201:f4ae:225a:f8b0:ece1:5f27:9c8e:7d00/47 ge 48 le 48,
+ 6201:f4ac:e4c5:bbd5:bd28:bb12:4966:c600/31 ge 32 le 48,
+ 6201:fb81:e3f2:9e44:c4a8:eff5:63bf:4600/48,
+ 6201:fb81:eb41:ac0f:5205:e016:33ed:a900/48,
+ 6201:d0e5:f27a:a919:6dd3:500c:893a:4900/32 le 48,
+ 6201:d0e4:a648:3875:cd45:35b6:9052:c800/40 le 48,
+ 6201:d0e7:75a4:c2ab:d9cc:a16e:49e2:be00/40 le 48,
+ 6201:d0e0:2968:6727:b552:13d6:f618:1a00/36 le 48,
+ 6201:d0e2:a8e1:d65d:c7fb:fc5b:151f:b00/32 le 48,
+ 6201:caa3:ec9:1aec:42a7:bff7:b7b2:5900/44 le 48,
+ 6201:caa1:a8cc:a227:64d7:84f6:68c4:5400/31 ge 32 le 48,
+ 6201:caa6:a892:ae6d:1740:5018:c896:d300/30 ge 32 le 48,
+ 6201:cf9c:fd71:d9bd:4925:f8b8:7f4c:ee00/29 le 48,
+ 6201:a963:a985:cc4c:5036:230:c868:4200/40 le 48,
+ 6201:a967:caf4:f47b:7c36:f8fb:463f:f00/40 le 48,
+ 6201:bb29:9012:1279:f569:914c:d138:3200/29 le 48,
+ 6201:bdb9:fad8:9c92:efe6:1c21:98f5:c100/29 le 48,
+ 6201:b66b:b336:d242:3d7c:854b:c56e:f400/48,
+ 6201:b66f:77af:297c:ecab:6213:47b:5500/40 le 48,
+ 6201:b462:da74:f6a5:c2c4:6262:e80c:1a00/48,
+ 6201:b467:f9e1:3e47:f396:5d7b:2514:da00/48,
+ 6201:98b9:a5ab:f428:ff9d:cfc4:fd87:3400/45 le 48,
+ 6201:98b9:a5b1:2b0b:31b4:f1c0:13c4:e700/44 le 48,
+ 6201:98b9:a58d:2476:2f61:9bfc:e675:9000/47 ge 48 le 48,
+ 6201:99bf:a260:e8b8:e1bb:b81f:ca9:ea00/48,
+ 621c:b7f:fa05:e44c:58c5:6f46:8e1d:f600/36 le 48,
+ 621c:b7f:3949:c8f3:2d3c:ccb7:9e20:d000/48,
+ 621c:1f1d:9195:587a:82d9:ce6b:c33b:2e00/29 le 48,
+ 621c:36d3:4407:856c:e69d:53ec:ec8c:cd00/48,
+ 621c:342c:e0fa:eb8f:31ab:77f5:a72a:3b00/29 le 48,
+ 621c:3ed0:7b81:8561:7313:dab0:237d:d900/29 le 48,
+ 621c:3ae9:bf9d:ee71:99e0:5453:f2be:d600/32 le 48,
+ 621c:3ae8:159:43b6:da06:630d:1038:c400/40 le 48,
+ 621c:3ae8:2fb:cf49:3aee:ec64:5a95:8400/44 le 48,
+ 621c:3ae8:2b8:ad7:f305:4c10:6f82:4e00/48,
+ 621c:3ae8:2ba:876:97db:fa0e:1f69:3400/47 ge 48 le 48,
+ 621c:3ae8:2bd:6ceb:bdb9:6dd1:d55b:5500/47 ge 48 le 48,
+ 621c:3ae8:297:67b0:8042:562c:64bc:7400/48,
+ 621c:3ae8:219:14b:9dcf:2a39:b758:3900/44 le 48,
+ 621c:3ae8:234:2459:dc16:b47:3a47:4800/43 ge 44 le 48,
+ 621c:3ae8:278:cc59:90fe:623a:77e8:1500/45 ge 48 le 48,
+ 621c:3ae8:277:a5b7:1647:a001:a70f:9800/46 ge 48 le 48,
+ 621c:3ae8:271:9f44:2816:900f:ffbb:c400/47 ge 48 le 48,
+ 621c:3ae8:273:2924:8ea5:f5e1:f64a:ca00/48,
+ 621c:3ae8:266:b5f:1b1b:8f5c:695f:c800/44 le 48,
+ 621c:3ae8:338:f929:8810:5d51:6f23:3a00/43 ge 44 le 48,
+ 621c:3ae8:2aab:14df:9c8:78fe:8725:b200/35 le 48,
+ 621c:2524:7660:ed31:80a2:b8da:5433:cf00/48,
+ 621c:2524:7662:8a84:b964:76ab:ad2c:cc00/47 ge 48 le 48,
+ 621c:2524:7664:faa7:bebe:cc6:634c:1c00/48,
+ 621c:5121:b45b:848f:b66f:d0bc:7cd1:9100/48,
+ 621c:5568:bc80:e4a2:97d1:c5b3:d05d:8700/32 le 48,
+ 621c:565d:c602:91f3:e96d:7024:18ea:7e00/48,
+ 621c:5d3a:3606:338e:3054:ecf1:b0e3:4f00/48,
+ 621c:5e80:d1a8:fe9a:da64:1a08:8a95:a600/32 le 48,
+ 6744:df4a:ba37:677c:4a5f:efc4:fc1c:b300/32 le 48,
+ 6744:db83:6b52:5549:9b9c:bef:2c61:e800/32 le 48,
+ 6744:dab8:e583:3af6:e392:ea32:9961:7b00/32 le 48,
+ 6744:cc20:e77e:4a34:a9a2:e628:4811:6100/32 le 48,
+ 6744:c9ca:9946:82ee:abbd:f610:9c6a:d500/32 le 48,
+ 6744:c9b0:6548:2dae:ed05:7d6:bc80:7700/47 le 48,
+ 6744:c9b0:6552:b859:2bc6:2664:6f8b:1000/47 le 48,
+ 6744:c9b0:6556:4c93:34bc:6f8f:7766:9a00/46 ge 47 le 48,
+ 6744:c9b0:6559:3657:841e:f1cc:2f5a:700/47 le 48,
+ 6744:c9b0:6569:e836:fdef:e52f:7423:dc00/47 le 48,
+ 110.62.130.0/24,
+ 173.29.13.0/24,
+ 109.145.87.0/24,
+ 215.200.129.0/23,
+ 6b51:91c1:956:e9bc:765b:82e:649a:f100/32
+end-set
+!
+prefix-set DEFAULT
+ 0.0.0.0/0,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/0
+end-set
+!
+prefix-set MARTIAN
+ 0.0.0.0/8 le 32,
+ 10.142.79.0/8 le 32,
+ 79.133.15.0/10 le 32,
+ 80.251.113.0/8 le 32,
+ 170.34.145.0/16 le 32,
+ 172.24.173.0/12 le 32,
+ 192.0.0.0/24 le 32,
+ 192.15.238.0/24 le 32,
+ 192.168.30.0/16 le 32,
+ 197.32.173.0/15 le 32,
+ 197.25.134.0/24 le 32,
+ 205.199.55.0/24 le 32,
+ 224.0.0.0/4 le 32,
+ 240.0.0.0/4 le 32,
+ 255.255.255.255/32,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/128,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1601/128,
+ 51b3:9631:e621:1229:f4de:9224:bb85:cd00.0.0.0/96,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/96,
+ 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64,
+ 6dc1:492:4723:5109:7780:5e9:feae:8900/28,
+ 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32,
+ a920:8059:328e:bd58:cf03:170f:3001:5b00/7,
+ aa47:1694:e36c:536f:9ced:1d6d:1cf7:1000/10,
+ aa19:ffde:b8e6:f6af:6d96:ff32:ba02:c00/10,
+ ab6f:cc25:bc9a:9fc1:f18c:6230:fe4a:4800/8
+end-set
+!
+prefix-set CUSTOMER-339651554-IN
+ 10.83.236.0/16,
+ 10.83.169.11/32,
+ 10.83.175.0/24
+end-set
+!
+prefix-set CUSTOMER-AS63447-IN
+ 203.168.126.0/24,
+ 203.86.83.0/24,
+ 203.86.82.0/24,
+ 65.147.197.0/22 le 24,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 42
+end-set
+!
+prefix-set CUSTOMER-339651554-OUT
+ 172.22.181.0/19,
+ 172.22.157.0/19,
+ 172.18.132.0/16,
+ 172.23.89.0/16,
+ 172.22.241.0/19,
+ 172.22.204.0/19,
+ 10.43.44.24/32,
+ 172.22.5.0/19,
+ 10.234.54.0/21,
+ 10.234.59.0/24,
+ 10.234.56.0/23,
+ 10.34.119.0/16,
+ 10.42.189.2/32,
+ 10.42.189.1/32,
+ 10.42.167.2/32,
+ 10.98.167.0/16,
+ 192.168.30.0/16,
+ 203.124.235.92/32,
+ 192.168.51.0/24,
+ 192.168.22.0/24,
+ 192.168.120.0/24,
+ 192.168.26.0/23,
+ 192.168.17.0/24,
+ 192.168.30.0/24,
+ 10.98.167.0/24,
+ 169.214.15.0/22,
+ 169.214.99.0/22,
+ 162.219.189.0/22,
+ 162.219.45.0/23,
+ 162.219.56.0/23,
+ 162.219.52.0/23,
+ 162.219.48.0/23,
+ 162.219.246.0/23,
+ 162.219.236.0/23
+end-set
+!
+as-path-set TRANSIT-AS
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852) .*',
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852)$'
+end-set
+!
+community-set SOURCE--INTERNAL-BGP
+ 40302:1005
+end-set
+!
+community-set ANNOUNCE--CUSTOMER-FULL
+ 40302:1001,
+ 40302:2000,
+ 40302:3000,
+ 40302:9000
+end-set
+!
+community-set SOURCE--CUSTOMER-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--INTERNAL-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--CUSTOMER-CONNECTED
+ 40302:1002
+end-set
+!
+community-set SOURCE--INTERNAL-CONNECTED
+ 40302:1002
+end-set
+!
+route-policy RR
+ if community matches-any (40302:666) then
+ set next-hop discard
+ done
+ else
+ pass
+ endif
+end-policy
+!
+route-policy AO-IN($AO)
+ apply GLOBAL-FILTER
+ if community matches-any (40302:666) then
+ if destination or-longer $AO then
+ apply CUSTOMER-BLACKHOLE
+ done
+ else
+ drop
+ endif
+ pass
+ endif
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AO-OUT($ASN, $AO_FILTER)
+ if destination in $AO_FILTER then
+ drop
+ elseif community matches-every (64949:1000, 64949:$ASN) then
+ delete community in (no-export)
+ done
+ elseif community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AOIP-IN($AO, $ASN, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ set community (64949:1000) additive
+ set community (64949:$ASN) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $GENERAL then
+ apply CUSTOMER-PREFERENCE
+ endif
+ if destination in $TINY then
+ apply CUSTOMER-PREFERENCE
+ set community (no-export) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy GLOBAL-FILTER
+ if destination in DEFAULT or destination in MARTIAN then
+ drop
+ endif
+ if as-path in (ios-regex '_0_') or as-path passes-through '23456' or as-path passes-through '[64496..131071]' or as-path passes-through '[4200000000..4294967295]' or as-path in TRANSIT-AS then
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-FULL-OUT
+ if community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy SOURCE--AO-STATIC
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set origin igp
+ set med 2
+ done
+end-policy
+!
+route-policy CUSTOMER-BLACKHOLE
+ if community matches-any (40302:666) then
+ set community (40302:9000, 40302:666)
+ set local-preference 990
+ set med 20
+ done
+ else
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set local-preference 990
+ set community netconanRemoved0
+ endif
+ if destination in $BACKUP then
+ set local-preference 10
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-IN
+ if destination in DEFAULT then
+ drop
+ else
+ set community netconanRemoved0
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-PREFERENCE
+ set community (40302:9000) additive
+ if community matches-any (40302:9001) then
+ set local-preference 990
+ elseif community matches-any (40302:9002) then
+ set local-preference 10
+ elseif community matches-any (40302:9010) then
+ set local-preference 290
+ elseif community matches-any (40302:9011) then
+ set local-preference 280
+ elseif community matches-any (40302:9020) then
+ set local-preference 190
+ else
+ set local-preference 990
+ set community (40302:9001) additive
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)
+ if destination in $DR then
+ set local-preference $PREF
+ set community netconanRemoved0
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set local-preference $PREF
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set med 10
+ pass
+ endif
+ if destination in $BACKUP then
+ set med 30
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-OUT
+ if destination in DEFAULT then
+ drop
+ else
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-DEFAULT-OUT
+ if destination in DEFAULT then
+ pass
+ else
+ drop
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)
+ if destination in $DR then
+ set med $MED
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set med $MED
+ endif
+end-policy
+!
+route-policy SOURCE--AO-CONNECTED
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set origin igp
+ set med 1
+ done
+end-policy
+!
+route-policy SOURCE--CUSTOMER-STATIC
+ set community netconanRemoved1
+end-policy
+!
+route-policy SOURCE--INTERNAL-STATIC
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 2
+end-policy
+!
+route-policy SOURCE--CUSTOMER-CONNECTED
+ set community netconanRemoved2
+end-policy
+!
+route-policy SOURCE--INTERNAL-CONNECTED
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 1
+end-policy
+!
+router isis 40302
+ set-overload-bit on-startup wait-for-bgp
+ is-type level-2-only
+ net 00.0100.4415.5251.0000.00
+ nsf cisco
+ log adjacency changes
+ log pdu drops
+ address-family ipv4 unicast
+ metric-style wide
+ mpls traffic-eng level-2-only
+ mpls traffic-eng router-id 98.200.230.153
+ !
+ interface Bundle-Ether301
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Bundle-Ether302
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Loopback0
+ passive
+ address-family ipv4 unicast
+ !
+ !
+!
+router bgp 40302
+ nsr
+ bgp router-id 98.200.230.153
+ bgp graceful-restart graceful-reset
+ bgp graceful-restart
+ bgp log neighbor changes detail
+ address-family ipv4 unicast
+ !
+ address-family vpnv4 unicast
+ !
+ address-family ipv6 unicast
+ !
+ address-family vpnv6 unicast
+ !
+ address-family l2vpn evpn
+ !
+ neighbor-group P
+ remote-as 40302
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 3145728 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ !
+ address-family l2vpn evpn
+ !
+ !
+ neighbor 98.200.229.4
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.11
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.147
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.148
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ vrf internet
+ rd 40302:4
+ address-family ipv4 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ address-family ipv6 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ neighbor 98.200.230.81
+ remote-as 12345
+ address-family ipv4 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 73.74.217.242
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d
+ remote-as 12345
+ address-family ipv6 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv6 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ !
+ vrf management
+ rd 40302:40302
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+ vrf 10100:339651554
+ rd 20731:339651554
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.47.10
+ remote-as 65014
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy MANAGED-CUSTOMER-IN(NONE, ANY, 10) in
+ route-policy MANAGED-CUSTOMER-OUT(NONE, ANY, 100) out
+ !
+ !
+ !
+ vrf 10100:956745530
+ rd 20731:956745530
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.31.106
+ remote-as 12345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-956745530-IN in
+ route-policy CUSTOMER-956745530-OUT out
+ !
+ !
+ !
+ vrf voip-untrusted
+ rd 40302:11
+ address-family ipv4 unicast
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+!
+evpn
+ evi 1002
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1004
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1006
+ bgp
+ !
+ advertise-mac
+ !
+ !
+!
+l2vpn
+ xconnect group TBD
+ p2p TBD
+ interface Bundle-Ether10.581
+ neighbor ipv4 98.200.230.67 pw-id 1012
+ !
+ !
+ !
+ xconnect group test
+ p2p test
+ interface Bundle-Ether10.355
+ neighbor ipv4 98.200.230.34 pw-id 9999
+ !
+ !
+ !
+ xconnect group AO-L2
+ p2p 11052316S00045EBB
+ interface Bundle-Ether10.317
+ neighbor ipv4 98.200.231.118 pw-id 944
+ !
+ !
+ p2p 11052420S00045697
+ interface Bundle-Ether10.2006
+ neighbor ipv4 98.200.230.34 pw-id 973
+ !
+ !
+ p2p 11052420S00045697-2
+ interface Bundle-Ether10.3006
+ neighbor ipv4 98.200.230.34 pw-id 974
+ !
+ !
+ !
+ xconnect group xAptum-macquaire
+ p2p xAptum-macquaire
+ interface Bundle-Ether10.2723
+ neighbor ipv4 98.200.229.61 pw-id 2723
+ !
+ !
+ !
+ xconnect group 11000691S0003E7C5
+ p2p 11000691S0003E7C5
+ interface Bundle-Ether10.1943
+ neighbor ipv4 98.200.231.55 pw-id 5920
+ !
+ !
+ !
+ xconnect group 11002189P00014D8B
+ p2p 11002189P00014D8B
+ interface Bundle-Ether10.2953
+ neighbor ipv4 98.200.231.51 pw-id 880
+ !
+ !
+ !
+ xconnect group 11002189S00042EB9
+ p2p 11002189S00042EB9
+ interface Bundle-Ether10.1379
+ neighbor ipv4 98.200.230.54 pw-id 825
+ !
+ !
+ !
+ xconnect group 11002208S0004E7CD
+ p2p 11002208S0004E7CD
+ interface Bundle-Ether10.3150
+ neighbor ipv4 98.200.231.179 pw-id 1067
+ !
+ !
+ !
+ xconnect group 11002316S000436B8
+ p2p 11002316S000436B8
+ interface Bundle-Ether10.3326
+ neighbor ipv4 98.200.230.116 pw-id 918
+ !
+ !
+ p2p 11002316S000436B8-2
+ interface Bundle-Ether10.2326
+ neighbor ipv4 98.200.230.116 pw-id 919
+ !
+ !
+ p2p 11002316S000436B8-3
+ interface Bundle-Ether10.2327
+ neighbor ipv4 98.200.230.116 pw-id 920
+ !
+ !
+ !
+ xconnect group 11002316S0004FCA6
+ p2p 11002316S0004FCA6
+ interface Bundle-Ether10.2308
+ neighbor ipv4 98.200.230.34 pw-id 1122
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27
+ p2p 11002316S0004FE27
+ interface Bundle-Ether10.2043
+ neighbor ipv4 98.200.231.239 pw-id 1120
+ !
+ !
+ !
+ xconnect group 11002316S00050632
+ p2p 11002316S00050632
+ interface Bundle-Ether10.2309
+ neighbor ipv4 197.125.187.34 pw-id 1095
+ !
+ !
+ !
+ xconnect group 11002316S000506E9
+ p2p 11002316S000506E9
+ interface Bundle-Ether10.2346
+ neighbor ipv4 197.125.187.26 pw-id 1105
+ !
+ !
+ !
+ xconnect group 11002316S00051E81
+ p2p 11002316S00051E81
+ interface Bundle-Ether10.2194
+ neighbor ipv4 98.200.228.15 pw-id 1118
+ !
+ !
+ !
+ xconnect group 11002316S0005285B
+ p2p 11002316S0005285B
+ interface Bundle-Ether10.2007
+ neighbor ipv4 98.200.231.194 pw-id 1400
+ !
+ !
+ !
+ xconnect group 11002316S000537A6
+ p2p 11002316S000537E4-1
+ interface Bundle-Ether10.2198
+ neighbor ipv4 98.200.231.196 pw-id 1266
+ !
+ !
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3198
+ neighbor ipv4 98.200.231.196 pw-id 1267
+ !
+ !
+ !
+ xconnect group 11002316S000537E4
+ p2p 11002316S000537E4
+ interface Bundle-Ether10.2321
+ neighbor ipv4 98.200.231.196 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11002316S000554E6
+ p2p 11002316S000554E5
+ interface Bundle-Ether10.3322
+ neighbor ipv4 98.200.232.6 pw-id 1235
+ !
+ !
+ p2p 11002316S0005590B
+ interface Bundle-Ether10.2322
+ neighbor ipv4 98.200.232.6 pw-id 1234
+ !
+ !
+ !
+ xconnect group 11002316S000593C8
+ p2p 11002316S000593C7
+ interface Bundle-Ether10.2314
+ neighbor ipv4 197.125.187.64 pw-id 1405
+ !
+ !
+ p2p 11002316S000593C9
+ interface Bundle-Ether10.3314
+ neighbor ipv4 197.125.187.64 pw-id 1406
+ !
+ !
+ !
+ xconnect group 11002316S0005968E
+ p2p 1002316S0005968D
+ interface Bundle-Ether10.3312
+ neighbor ipv4 197.125.187.63 pw-id 1428
+ !
+ !
+ p2p 11002316S0005968F
+ interface Bundle-Ether10.2312
+ neighbor ipv4 197.125.187.63 pw-id 1427
+ !
+ !
+ !
+ xconnect group 11006503S00039642
+ p2p 11006503S00039642
+ interface Bundle-Ether10.3512
+ neighbor ipv4 98.200.230.16 pw-id 1090
+ !
+ !
+ !
+ xconnect group 11006818S0003EF62
+ p2p 11006818S0003EF62
+ interface Bundle-Ether10.2019
+ neighbor ipv4 98.200.231.62 pw-id 855
+ !
+ !
+ !
+ xconnect group 11006818S0003F1BA
+ p2p 11006818S0003F1BA
+ interface Bundle-Ether10.535
+ neighbor ipv4 98.200.231.23 pw-id 563
+ !
+ !
+ !
+ xconnect group 11007226P0001766C
+ p2p 11007226P0001766C
+ interface Bundle-Ether10.750
+ neighbor ipv4 98.200.231.62 pw-id 900
+ !
+ !
+ !
+ xconnect group 11009906S00044768
+ p2p 11009906S00044768
+ interface Bundle-Ether10.841
+ neighbor ipv4 98.200.230.198 pw-id 1103
+ !
+ !
+ !
+ xconnect group 11009906S00045B13
+ p2p 11009906S00045B13
+ interface Bundle-Ether10.2411
+ neighbor ipv4 98.200.228.13 pw-id 1087
+ !
+ !
+ !
+ xconnect group 11009906S00049C2E
+ p2p 11009906S00049C2E
+ interface Bundle-Ether10.563
+ neighbor ipv4 98.200.231.0 pw-id 958
+ !
+ !
+ !
+ xconnect group 11045311S000523AF
+ p2p 11045311S000523AF
+ interface Bundle-Ether10.2002
+ neighbor ipv4 98.200.231.41 pw-id 1230
+ !
+ !
+ !
+ xconnect group 11051725S000370D8
+ p2p 11051725S000370D8
+ interface Bundle-Ether10.798
+ neighbor ipv4 98.200.231.55 pw-id 798
+ !
+ !
+ !
+ xconnect group 11051741S00037115
+ p2p 11051741S00037115
+ interface Bundle-Ether10.1185
+ neighbor ipv4 98.200.230.174 pw-id 996
+ !
+ !
+ !
+ xconnect group 11051765S0003715B
+ p2p 11051765S0003715B
+ interface Bundle-Ether10.3002
+ neighbor ipv4 197.125.187.30 pw-id 1142
+ !
+ !
+ !
+ xconnect group 11051780P00011553
+ p2p 11051780P00011553
+ interface Bundle-Ether10.804
+ neighbor ipv4 98.200.231.104 pw-id 804
+ !
+ !
+ !
+ xconnect group 11051780P00011559
+ p2p 11051780P00011559
+ interface Bundle-Ether10.800
+ neighbor ipv4 98.200.231.55 pw-id 800
+ !
+ !
+ !
+ xconnect group 11051782S0003726E
+ p2p 11051782S0003726E
+ interface Bundle-Ether10.3511
+ neighbor ipv4 98.200.231.55 pw-id 801
+ !
+ !
+ !
+ xconnect group 11051782S00037290
+ p2p 11051782S00037290
+ interface Bundle-Ether10.315
+ neighbor ipv4 98.200.232.6 pw-id 995
+ !
+ !
+ !
+ xconnect group 11051782S000560F8
+ !
+ xconnect group 11051802S00037388
+ p2p 11051802S00037388
+ interface Bundle-Ether10.2433
+ neighbor ipv4 98.200.231.55 pw-id 794
+ !
+ !
+ !
+ xconnect group 11051818S00043F32
+ p2p 11051818S00043F32
+ interface Bundle-Ether10.2000
+ neighbor ipv4 98.200.230.99 pw-id 860
+ !
+ !
+ !
+ xconnect group 11051867S0003751C
+ p2p 11051867S0003751C
+ interface Bundle-Ether10.3698
+ neighbor ipv4 197.125.187.30 pw-id 1147
+ !
+ !
+ !
+ xconnect group 11051867S00037522
+ p2p 11051867S00037522
+ interface Bundle-Ether10.2765
+ neighbor ipv4 197.125.187.30 pw-id 1141
+ !
+ !
+ !
+ xconnect group 11051867S00045945
+ !
+ xconnect group 11051869P00017BA9
+ p2p 11051869P00017BA9
+ interface Bundle-Ether10.1189
+ neighbor ipv4 98.200.231.169 pw-id 908
+ !
+ !
+ !
+ xconnect group 11051869S000375F0
+ p2p 11051869S000375F0
+ interface Bundle-Ether10.369
+ neighbor ipv4 98.200.230.67 pw-id 899
+ !
+ !
+ !
+ xconnect group 11051869S0003ED7B
+ p2p 11051869S0003ED7C
+ interface Bundle-Ether10.2956
+ neighbor ipv4 197.125.187.10 pw-id 1317
+ !
+ !
+ !
+ xconnect group 11051869S0004E3B8
+ p2p 11051869S0004E3B8
+ interface Bundle-Ether10.1190
+ neighbor ipv4 98.200.228.15 pw-id 1026
+ !
+ !
+ !
+ xconnect group 11051960S00037877
+ p2p 11051960S00037877
+ interface Bundle-Ether10.1214
+ neighbor ipv4 197.125.187.44 pw-id 1193
+ !
+ !
+ !
+ xconnect group 11051960S00037879
+ p2p 11051960S00037879
+ interface Bundle-Ether10.1216
+ neighbor ipv4 197.125.187.45 pw-id 1191
+ !
+ !
+ !
+ xconnect group 11051971S000378F0
+ p2p 11051971S000378F0
+ interface Bundle-Ether10.248
+ neighbor ipv4 98.200.230.67 pw-id 990
+ !
+ !
+ !
+ xconnect group 11051971S000378F5
+ p2p 11051971S000378F5
+ interface Bundle-Ether10.1277
+ neighbor ipv4 98.200.230.67 pw-id 898
+ !
+ !
+ !
+ xconnect group 11051971S000378F7
+ p2p 11051971S000378F7
+ interface Bundle-Ether10.2163
+ neighbor ipv4 98.200.231.55 pw-id 806
+ !
+ !
+ !
+ xconnect group 11051982P00011C70
+ p2p 11051982P00011C70
+ interface Bundle-Ether10.796
+ neighbor ipv4 98.200.231.55 pw-id 796
+ !
+ !
+ !
+ xconnect group 11051991S0004CE74
+ p2p 11051991S0004CE74
+ interface Bundle-Ether10.2555
+ neighbor ipv4 98.200.230.39 pw-id 1094
+ !
+ !
+ !
+ xconnect group 11052007P00011D2B
+ p2p 11052007P00011D2B
+ interface Bundle-Ether10.1206
+ neighbor ipv4 98.200.231.55 pw-id 793
+ !
+ !
+ !
+ xconnect group 11052045S0004CECE
+ p2p 11052045S0004CECE
+ interface Bundle-Ether10.332
+ neighbor ipv4 197.125.187.25 pw-id 1089
+ !
+ !
+ !
+ xconnect group 11052054P00013762
+ p2p 11052493S0003A7E5
+ interface Bundle-Ether10.638
+ neighbor ipv4 98.200.230.34 pw-id 788
+ !
+ !
+ !
+ xconnect group 11052054S000394F8
+ p2p 11052054S000394F8
+ interface Bundle-Ether10.640
+ neighbor ipv4 98.200.230.168 pw-id 905
+ !
+ !
+ !
+ xconnect group 11052054S0004CF97
+ p2p 11052054S0004CF97
+ interface Bundle-Ether10.823
+ neighbor ipv4 98.200.230.174 pw-id 985
+ !
+ !
+ !
+ xconnect group 11052057P0001B319
+ p2p 11052057P0001B319
+ interface Bundle-Ether10.1221
+ neighbor ipv4 197.125.187.10 pw-id 1254
+ !
+ !
+ !
+ xconnect group 11052057S00037BE5
+ p2p 11052057S00037BE5
+ interface Bundle-Ether10.575
+ neighbor ipv4 98.200.231.55 pw-id 791
+ !
+ !
+ !
+ xconnect group 11052057S00052400
+ p2p 11052057S00052400
+ interface Bundle-Ether10.1318
+ neighbor ipv4 98.200.231.68 pw-id 1162
+ !
+ !
+ !
+ xconnect group 11052199S00037FC9
+ p2p 11052199S00037FC9
+ interface Bundle-Ether10.2572
+ neighbor ipv4 98.200.231.104 pw-id 810
+ !
+ !
+ !
+ xconnect group 11052209S00038054
+ p2p 11052209S00038054
+ interface Bundle-Ether10.795
+ neighbor ipv4 98.200.231.55 pw-id 795
+ !
+ !
+ !
+ xconnect group 11052209S0004CABB
+ p2p 11052209S0004CABB
+ interface Bundle-Ether10.3308
+ neighbor ipv4 197.125.187.18 pw-id 1101
+ !
+ !
+ !
+ xconnect group 11052226S00053BF2
+ p2p 11052226S000549AC
+ interface Bundle-Ether10.202
+ neighbor ipv4 98.200.230.18 pw-id 1185
+ !
+ !
+ !
+ xconnect group 11052226S00057525
+ p2p 11052226S00057525
+ interface Bundle-Ether10.3598
+ neighbor ipv4 98.200.230.119 pw-id 1258
+ !
+ !
+ !
+ xconnect group 11052230S000380E5
+ p2p 11052230S000380E5
+ interface Bundle-Ether10.1218
+ neighbor ipv4 98.200.230.67 pw-id 989
+ !
+ !
+ !
+ xconnect group 11052341S00038332
+ p2p 11052341S00038332
+ interface Bundle-Ether10.547
+ neighbor ipv4 98.200.230.67 pw-id 976
+ !
+ !
+ !
+ xconnect group 11052364S000383CF
+ p2p 11052364S000383CF
+ interface Bundle-Ether10.560
+ neighbor ipv4 98.200.230.67 pw-id 897
+ !
+ !
+ !
+ xconnect group 11052397S0003ABD0
+ p2p 11052397S0003ABD0
+ interface Bundle-Ether10.214
+ neighbor ipv4 98.200.231.242 pw-id 816
+ !
+ !
+ !
+ xconnect group 11052405S00038512
+ p2p 11052405S00038512
+ interface Bundle-Ether10.620
+ neighbor ipv4 98.200.230.67 pw-id 979
+ !
+ !
+ !
+ xconnect group 11052405S00045A77
+ !
+ xconnect group 11052420P000128A2
+ p2p 11052420P000128A2
+ interface Bundle-Ether10.2334
+ neighbor ipv4 98.200.230.34 pw-id 924
+ !
+ !
+ p2p 11052420P000128A2-2
+ interface Bundle-Ether10.3334
+ neighbor ipv4 98.200.230.34 pw-id 925
+ !
+ !
+ !
+ xconnect group 11052420P000128F3
+ p2p 11052420P000128F3
+ interface Bundle-Ether10.2336
+ neighbor ipv4 98.200.230.34 pw-id 922
+ !
+ !
+ p2p 11052420P000128F3-2
+ interface Bundle-Ether10.3336
+ neighbor ipv4 98.200.230.34 pw-id 923
+ !
+ !
+ !
+ xconnect group 11052420P0001748C
+ p2p 11052420S000464D7
+ interface Bundle-Ether10.3328
+ neighbor ipv4 98.200.230.116 pw-id 909
+ !
+ !
+ p2p 11052420S000464D8
+ interface Bundle-Ether10.2328
+ neighbor ipv4 98.200.230.116 pw-id 910
+ !
+ !
+ p2p 11052420S000464FC
+ interface Bundle-Ether10.2329
+ neighbor ipv4 98.200.230.116 pw-id 911
+ !
+ !
+ !
+ xconnect group 11052420P00017F30
+ p2p 11052420P00017F30
+ interface Bundle-Ether10.3341
+ neighbor ipv4 98.200.230.34 pw-id 954
+ !
+ !
+ p2p 11052420P00017F30-2
+ interface Bundle-Ether10.2341
+ neighbor ipv4 98.200.230.34 pw-id 955
+ !
+ !
+ !
+ xconnect group 11052420P0001812E
+ p2p 11052420S00048BE4
+ interface Bundle-Ether10.3335
+ neighbor ipv4 98.200.230.246 pw-id 1250
+ !
+ !
+ p2p 11052420S00048CED
+ interface Bundle-Ether10.2335
+ neighbor ipv4 98.200.230.246 pw-id 1248
+ !
+ !
+ !
+ xconnect group 11052420S0004547D
+ p2p 11052420S0004547D
+ interface Bundle-Ether10.2306
+ neighbor ipv4 98.200.231.14 pw-id 1137
+ !
+ !
+ !
+ xconnect group 11052420S00045572
+ p2p 11052420S00045572
+ interface Bundle-Ether10.2130
+ neighbor ipv4 98.200.231.21 pw-id 1164
+ !
+ !
+ !
+ xconnect group 11052420S0004664C
+ p2p 11052420S0004664C
+ interface Bundle-Ether10.2338
+ neighbor ipv4 197.125.187.29 pw-id 1055
+ !
+ !
+ !
+ xconnect group 11052420S00046933
+ p2p 11052420S00046933
+ interface Bundle-Ether10.2047
+ neighbor ipv4 98.200.231.230 pw-id 885
+ !
+ !
+ !
+ xconnect group 11052420S00046934
+ p2p 11052420S00046934
+ interface Bundle-Ether10.3047
+ neighbor ipv4 98.200.231.230 pw-id 884
+ !
+ !
+ !
+ xconnect group 11052420S00046935
+ p2p 11052420S00046935
+ interface Bundle-Ether10.2048
+ neighbor ipv4 98.200.231.230 pw-id 886
+ !
+ !
+ !
+ xconnect group 11052420S0004791D
+ p2p 11052420S0004791D
+ interface Bundle-Ether10.2185
+ neighbor ipv4 197.125.187.18 pw-id 1034
+ !
+ !
+ !
+ xconnect group 11052420S000479F4
+ p2p 11052420S000479F4
+ interface Bundle-Ether10.2339
+ neighbor ipv4 98.200.228.13 pw-id 1029
+ !
+ !
+ !
+ xconnect group 11052420S00047F75
+ p2p 11052420S00047F75-3
+ interface Bundle-Ether10.2325
+ neighbor ipv4 98.200.230.34 pw-id 971
+ !
+ !
+ p2p 11052420S00047F75-4
+ interface Bundle-Ether10.3325
+ neighbor ipv4 98.200.230.34 pw-id 972
+ !
+ !
+ !
+ xconnect group 11052420S00049487
+ p2p 11009906P00016471
+ interface Bundle-Ether10.680
+ neighbor ipv4 98.200.231.241 pw-id 841
+ !
+ !
+ p2p 11052420S00049487-3
+ interface Bundle-Ether10.3172
+ neighbor ipv4 98.200.230.34 pw-id 968
+ !
+ !
+ !
+ xconnect group 11052426S0004D4D5
+ !
+ xconnect group 11052446S0003D11E
+ p2p THEMA-11052446S0003D11E
+ interface Bundle-Ether10.280
+ neighbor ipv4 98.200.230.205 pw-id 678399
+ !
+ !
+ !
+ xconnect group 11052464S0004D2D4
+ p2p 11052464S0004D2D4
+ interface Bundle-Ether10.601
+ neighbor ipv4 98.200.231.56 pw-id 1466
+ !
+ !
+ !
+ xconnect group 11052464S0004D2F2
+ p2p 11052464S0004D2F2
+ interface Bundle-Ether10.610
+ neighbor ipv4 98.200.230.46 pw-id 1229
+ !
+ !
+ !
+ xconnect group 11052464S0004DA09
+ p2p 11052464S0004DA09
+ interface Bundle-Ether10.600
+ neighbor ipv4 98.200.228.14 pw-id 1104
+ !
+ !
+ !
+ xconnect group 11052484P00019A67
+ p2p 11052484S0004DDF9
+ interface Bundle-Ether10.1652
+ neighbor ipv4 98.200.230.217 pw-id 1252
+ !
+ !
+ !
+ xconnect group 11052484S0004DE08
+ p2p 11052484S0004DE08
+ interface Bundle-Ether10.2091
+ neighbor ipv4 98.200.230.142 pw-id 1246
+ !
+ !
+ !
+ xconnect group 11052493S00038A40
+ p2p 11052493S00038A40
+ interface Bundle-Ether10.807
+ neighbor ipv4 98.200.231.55 pw-id 807
+ !
+ !
+ !
+ xconnect group 11052493S00038A8B
+ p2p 11052493S00038A8B
+ interface Bundle-Ether10.330
+ neighbor ipv4 98.200.230.67 pw-id 1013
+ !
+ !
+ !
+ xconnect group 11052498S00038AD1
+ p2p 11052498S00038AD1
+ interface Bundle-Ether10.952
+ neighbor ipv4 98.200.230.34 pw-id 952
+ !
+ !
+ !
+ xconnect group 11052498S00038AD5
+ p2p 11052498S00038AD5
+ interface Bundle-Ether10.953
+ neighbor ipv4 98.200.230.34 pw-id 953
+ !
+ !
+ !
+ xconnect group 11052530P00012EA2
+ p2p 11052530P00012EA2
+ interface Bundle-Ether10.797
+ neighbor ipv4 98.200.231.55 pw-id 797
+ !
+ !
+ !
+ xconnect group 11053086S000525F7
+ p2p 11053086S000525F7
+ interface Bundle-Ether10.808
+ neighbor ipv4 197.125.187.44 pw-id 1125
+ !
+ !
+ !
+ xconnect group 11053086S00052865
+ p2p 11053086S00052865
+ interface Bundle-Ether10.809
+ neighbor ipv4 197.125.187.45 pw-id 1126
+ !
+ !
+ !
+ xconnect group 11053161S00039317
+ p2p 11053161S00039317
+ interface Bundle-Ether10.625
+ neighbor ipv4 98.200.230.67 pw-id 977
+ !
+ !
+ !
+ xconnect group 11053161S0003FBF7
+ p2p 11053161S0003FBF7
+ interface Bundle-Ether10.1465
+ neighbor ipv4 98.200.231.23 pw-id 869
+ !
+ !
+ !
+ xconnect group 11053161S00046A28
+ !
+ xconnect group 11053161S00047FEC
+ p2p 11053161S00047FEC
+ interface Bundle-Ether10.670
+ neighbor ipv4 98.200.230.174 pw-id 901
+ !
+ !
+ !
+ xconnect group 11053161S0005251F
+ p2p 11053161S0005251F
+ interface Bundle-Ether10.446
+ neighbor ipv4 197.125.187.33 pw-id 1151
+ !
+ !
+ !
+ xconnect group 11053161S0005EE2F
+ p2p 11053161S0005EE2F
+ interface Bundle-Ether10.1283
+ neighbor ipv4 197.125.187.142 pw-id 1515
+ !
+ !
+ !
+ xconnect group 11053637S0003E885
+ !
+ xconnect group 11053637S0004F3C5
+ p2p 11053637S0004F3C5
+ interface Bundle-Ether10.2333
+ neighbor ipv4 98.200.230.198 pw-id 1148
+ !
+ !
+ !
+ xconnect group 11059420P000160CD
+ p2p 11059420P000160CD
+ interface Bundle-Ether10.590
+ neighbor ipv4 98.200.230.34 pw-id 839
+ !
+ !
+ !
+ xconnect group 11059420P000160D3
+ p2p 11059420P000160D3
+ interface Bundle-Ether10.1507
+ neighbor ipv4 98.200.230.34 pw-id 851
+ !
+ !
+ !
+ xconnect group 11059449S000385C1
+ p2p 11059449S000385C1
+ interface Bundle-Ether10.2104
+ neighbor ipv4 98.200.230.34 pw-id 1488
+ !
+ !
+ !
+ xconnect group 11063342S000498D2
+ p2p 11063342S000498D2
+ interface Bundle-Ether10.35
+ neighbor ipv4 98.200.230.34 pw-id 970
+ !
+ !
+ !
+ xconnect group 11072595S0003FBF4
+ p2p 11072595S0003FBF4
+ interface Bundle-Ether10.1380
+ neighbor ipv4 197.125.187.51 pw-id 1305
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27-1
+ p2p 11002316S0004FE27-1
+ interface Bundle-Ether10.3043
+ neighbor ipv4 98.200.231.239 pw-id 1121
+ !
+ !
+ !
+ xconnect group 11002316S00050632-2
+ p2p 11002316S00050632-2
+ interface Bundle-Ether10.3309
+ neighbor ipv4 197.125.187.34 pw-id 1096
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-2
+ p2p 11002316S000506E9-2
+ interface Bundle-Ether10.2347
+ neighbor ipv4 197.125.187.26 pw-id 1106
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-3
+ p2p 11002316S000506E9-3
+ interface Bundle-Ether10.2348
+ neighbor ipv4 197.125.187.26 pw-id 1107
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-4
+ p2p 11002316S000506E9-4
+ interface Bundle-Ether10.3345
+ neighbor ipv4 197.125.187.26 pw-id 1108
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-5
+ p2p 11002316S000506E9-5
+ interface Bundle-Ether10.3346
+ neighbor ipv4 197.125.187.26 pw-id 1109
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-6
+ p2p 11002316S000506E9-6
+ interface Bundle-Ether10.3347
+ neighbor ipv4 197.125.187.26 pw-id 1110
+ !
+ !
+ !
+ xconnect group 11002316S00051E81-2
+ p2p 11002316S00051E81-2
+ interface Bundle-Ether10.3194
+ neighbor ipv4 98.200.228.15 pw-id 1119
+ !
+ !
+ !
+ xconnect group 11002316S0005285B-1
+ p2p 11002316S0005285B-1
+ interface Bundle-Ether10.3007
+ neighbor ipv4 98.200.231.194 pw-id 1401
+ !
+ !
+ !
+ xconnect group 11002316S000537E4-2
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3360
+ neighbor ipv4 98.200.231.196 pw-id 1207
+ !
+ !
+ !
+ xconnect group 11052057P0001B319-1
+ p2p 11052057P0001B319-1
+ interface Bundle-Ether10.1222
+ neighbor ipv4 197.125.187.10 pw-id 1255
+ !
+ !
+ !
+ xconnect group 11052057S00052400-2
+ p2p 11052057S00052400-2
+ interface Bundle-Ether10.1319
+ neighbor ipv4 98.200.231.68 pw-id 1163
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-2
+ p2p 11052420S0004547D-2
+ interface Bundle-Ether10.2307
+ neighbor ipv4 98.200.231.14 pw-id 1138
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-3
+ p2p 11052420S0004547D-3
+ interface Bundle-Ether10.3306
+ neighbor ipv4 98.200.231.14 pw-id 1139
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-4
+ p2p 11052420S0004547D-4
+ interface Bundle-Ether10.3307
+ neighbor ipv4 98.200.231.14 pw-id 1140
+ !
+ !
+ !
+ xconnect group 11052420S00045572-2
+ p2p 11052420S00045572-2
+ interface Bundle-Ether10.2131
+ neighbor ipv4 98.200.231.21 pw-id 1165
+ !
+ !
+ !
+ xconnect group 11052420S0004664C-1
+ p2p 11052420S0004664C-1
+ interface Bundle-Ether10.3338
+ neighbor ipv4 197.125.187.29 pw-id 1056
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-2
+ p2p 11052420S0004791D-2
+ interface Bundle-Ether10.2186
+ neighbor ipv4 197.125.187.18 pw-id 1035
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-3
+ p2p 11052420S0004791D-3
+ interface Bundle-Ether10.2187
+ neighbor ipv4 197.125.187.18 pw-id 1036
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-4
+ p2p 11052420S0004791D-4
+ interface Bundle-Ether10.2188
+ neighbor ipv4 197.125.187.18 pw-id 1037
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-5
+ p2p 11052420S0004791D-5
+ interface Bundle-Ether10.2189
+ neighbor ipv4 197.125.187.18 pw-id 1038
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-6
+ p2p 11052420S0004791D-6
+ interface Bundle-Ether10.2190
+ neighbor ipv4 197.125.187.18 pw-id 1039
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-7
+ p2p 11052420S0004791D-7
+ interface Bundle-Ether10.3185
+ neighbor ipv4 197.125.187.18 pw-id 1040
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-8
+ p2p 11052420S0004791D-8
+ interface Bundle-Ether10.3186
+ neighbor ipv4 197.125.187.18 pw-id 1041
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-9
+ p2p 11052420S0004791D-9
+ interface Bundle-Ether10.3187
+ neighbor ipv4 197.125.187.18 pw-id 1042
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-1
+ p2p 11052420S000479AE-1
+ interface Bundle-Ether10.2332
+ neighbor ipv4 98.200.231.118 pw-id 1205
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-2
+ p2p 11052420S000479AE-2
+ interface Bundle-Ether10.3332
+ neighbor ipv4 98.200.231.118 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11052420S000479F4-2
+ p2p 11052420S000479F4-2
+ interface Bundle-Ether10.3339
+ neighbor ipv4 98.200.228.13 pw-id 1030
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-10
+ p2p 11052420S0004791D-10
+ interface Bundle-Ether10.3188
+ neighbor ipv4 197.125.187.18 pw-id 1043
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-11
+ p2p 11052420S0004791D-11
+ interface Bundle-Ether10.3189
+ neighbor ipv4 197.125.187.18 pw-id 1044
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-12
+ p2p 11052420S0004791D-12
+ interface Bundle-Ether10.3190
+ neighbor ipv4 197.125.187.18 pw-id 1045
+ !
+ !
+ !
+ xconnect group 11059449S000385C12281
+ p2p 11059449S000385C12281
+ interface Bundle-Ether10.2281
+ neighbor ipv4 98.200.230.34 pw-id 1490
+ !
+ !
+ !
+ xconnect group 11059449S000385C12715
+ p2p 11059449S000385C12715
+ interface Bundle-Ether10.2715
+ neighbor ipv4 98.200.230.34 pw-id 1489
+ !
+ !
+ !
+ xconnect group 11059449S000385C13281
+ p2p 11059449S000385C13281
+ interface Bundle-Ether10.3281
+ neighbor ipv4 98.200.230.34 pw-id 1491
+ !
+ !
+ !
+ bridge group 1051833
+ bridge-domain 11051833S0005D2CC
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.960
+ !
+ evi 1006
+ !
+ !
+ !
+ bridge group 11051708S00046765
+ bridge-domain 11051708S00046765
+ mtu 4470
+ neighbor 98.200.230.239 pw-id 1102
+ !
+ routed interface BVI1102
+ !
+ !
+ !
+ bridge group 11051960S000430B2
+ bridge-domain 11051960S000430B2
+ mtu 4488
+ neighbor 197.125.187.44 pw-id 1197
+ !
+ routed interface BVI684
+ !
+ !
+ !
+ bridge group 11052364S0005E4A5
+ bridge-domain 11052364S0005E4A5
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.301
+ !
+ evi 1004
+ !
+ !
+ !
+ bridge group 11053062S0004D493
+ bridge-domain 11053062S0004D493
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.2224
+ !
+ evi 1002
+ !
+ !
+ !
+!
+mpls oam
+!
+mpls ldp
+ log
+ neighbor
+ nsr
+ graceful-restart
+ session-protection
+ !
+ router-id 98.200.230.153
+ session protection
+ address-family ipv4
+ label
+ local
+ allocate for host-routes
+ !
+ !
+ !
+ interface Bundle-Ether301
+ !
+ interface Bundle-Ether302
+ !
+!
+xml agent tty
+ iteration off
+!
+xml agent
+ vrf management
+ ipv4 access-list MANAGEMENT
+ !
+!
+lldp
+!
+ssh server session-limit 16
+ssh server v2
+ssh server vrf default
+ssh server vrf management
+end
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_feature.py b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_feature.py
new file mode 100644
index 0000000..552bafd
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_feature.py
@@ -0,0 +1 @@
+feature = {"name": "System Configuration", "ordered": False, "section": ["System Configuration"]}
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_received.txt b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_received.txt
new file mode 100644
index 0000000..2982649
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_received.txt
@@ -0,0 +1,14 @@
+System Configuration
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ exit
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_sent.txt b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_sent.txt
new file mode 100644
index 0000000..ce7ac46
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_basic_sent.txt
@@ -0,0 +1,18 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ exit
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_feature.py b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_feature.py
new file mode 100644
index 0000000..ae13dfe
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_feature.py
@@ -0,0 +1 @@
+feature = {"name": "radius", "ordered": False, "section": ["configure system security radius "]}
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_received.txt b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_received.txt
new file mode 100644
index 0000000..2f4ed09
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_received.txt
@@ -0,0 +1,5 @@
+configure system security radius operator-policy name:RADIUS
+configure system security radius auth-server RADIUS1 router-instance base ip-address 1.2.3.4 secret encrypted:al:d6:2f:b8:0a:85:7e:f1:f8:5a:bd:8f:55:83:l3:ad
+configure system security radius acc-server RADIUS1 router-instance base ip-address 5.6.7.8 secret encrypted:su:f2:1e:c5:5a:65:1b:d1:e0:2f:db:0a:71:56:f6:bf
+configure system security radius policy RADIUS nas-id PKB7J0VH77 nas-ip-address 126.65.111.173
+configure system security radius policy RADIUS servers 1 auth-server name:RADIUS1 auth-router-inst base priority 1 acc-server name:RADIUS1
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_sent.txt b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_sent.txt
new file mode 100644
index 0000000..b59b70d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/nokia_sros/sros_full_sent.txt
@@ -0,0 +1,8 @@
+configure system security login-banner "\r\n***** DO NOT LOGIN UNLESS AUTHORIZED!!! *****\r\n"
+configure system security snmp community TEST host-address 20.81.6.14/28
+configure system security radius operator-policy name:RADIUS
+configure system security radius auth-server RADIUS1 router-instance base ip-address 1.2.3.4 secret encrypted:al:d6:2f:b8:0a:85:7e:f1:f8:5a:bd:8f:55:83:l3:ad
+configure system security radius acc-server RADIUS1 router-instance base ip-address 5.6.7.8 secret encrypted:su:f2:1e:c5:5a:65:1b:d1:e0:2f:db:0a:71:56:f6:bf
+configure system security radius policy RADIUS nas-id PKB7J0VH77 nas-ip-address 126.65.111.173
+configure system security radius policy RADIUS servers 1 auth-server name:RADIUS1 auth-router-inst base priority 1 acc-server name:RADIUS1
+configure system security domain authenticator authenticator radius:RADIUS
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_feature.py b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_feature.py
new file mode 100644
index 0000000..dfd977d
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_feature.py
@@ -0,0 +1,5 @@
+feature = {
+ "name": "many",
+ "ordered": True,
+ "section": ["set mgt-config", "set deviceconfig system panorama"],
+}
diff --git a/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_received.txt b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_received.txt
new file mode 100644
index 0000000..db81d94
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_received.txt
@@ -0,0 +1,7 @@
+set mgt-config users admin phash *
+set mgt-config users admin permissions role-based superuser yes
+set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring
+set mgt-config users panadmin permissions role-based superuser yes
+set mgt-config users panadmin phash passwordhash
+set deviceconfig system panorama local-panorama panorama-server 10.0.0.1
+set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2
\ No newline at end of file
diff --git a/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_sent.txt b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_sent.txt
new file mode 100644
index 0000000..6bf852c
--- /dev/null
+++ b/tests/unit/mock/config/compliance/section/paloalto_panos/panos_full_sent.txt
@@ -0,0 +1,21 @@
+set mgt-config users admin phash *
+set mgt-config users admin permissions role-based superuser yes
+set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring
+set mgt-config users panadmin permissions role-based superuser yes
+set mgt-config users panadmin phash passwordhash
+set deviceconfig system hostname firewall1
+set deviceconfig system login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************
+"
+set deviceconfig system panorama local-panorama panorama-server 10.0.0.1
+set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2
\ No newline at end of file
diff --git a/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_converted.txt b/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_converted.txt
new file mode 100644
index 0000000..79137ec
--- /dev/null
+++ b/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_converted.txt
@@ -0,0 +1,22 @@
+set mgt-config users admin phash *
+set mgt-config users admin permissions role-based superuser yes
+set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring
+set mgt-config users panadmin permissions role-based superuser yes
+set mgt-config users panadmin phash passwordhash
+set deviceconfig system hostname firewall1
+set deviceconfig system login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************
+
+"
+set deviceconfig system panorama local-panorama panorama-server 10.0.0.1
+set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2
\ No newline at end of file
diff --git a/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_sent.txt b/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_sent.txt
new file mode 100644
index 0000000..92c2cd4
--- /dev/null
+++ b/tests/unit/mock/config/conversion/paloalto_panos/paloalto_basic_sent.txt
@@ -0,0 +1,51 @@
+config {
+ mgt-config {
+ users {
+ admin {
+ phash *;
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ public-key thisisasuperduperlongbase64encodedstring;
+ }
+ panadmin {
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ phash passwordhash;
+ }
+ }
+ }
+ devices {
+ localhost.localdomain {
+ deviceconfig {
+ system {
+ hostname firewall1;
+ login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************
+
+";
+ panorama {
+ local-panorama {
+ panorama-server 10.0.0.1;
+ panorama-server-2 10.0.0.2;
+ }
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/arista_eos/eos_full_received.py b/tests/unit/mock/config/parser/base/arista_eos/eos_full_received.py
similarity index 93%
rename from tests/unit/mock/config/parser/arista_eos/eos_full_received.py
rename to tests/unit/mock/config/parser/base/arista_eos/eos_full_received.py
index 26c29f0..8c01975 100644
--- a/tests/unit/mock/config/parser/arista_eos/eos_full_received.py
+++ b/tests/unit/mock/config/parser/base/arista_eos/eos_full_received.py
@@ -155,6 +155,11 @@
ConfigLine(config_line=" neighbor 10.11.11.21 remote-as 65253", parents=("router bgp 65254",)),
ConfigLine(config_line=" neighbor 10.11.11.21 maximum-routes 12000", parents=("router bgp 65254",)),
ConfigLine(config_line=" redistribute connected", parents=("router bgp 65254",)),
+ ConfigLine(config_line="banner login", parents=()),
+ ConfigLine(
+ config_line="********************************************************************\n* This system is the property of Allied Widget Co. *\n* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *\n* *\n* You must have explicit, authorized permission to access or *\n* configure this device. Unauthorized attempts and actions to *\n* access or use this system may result in civil and/or criminal *\n* penalties. *\n* *\n* All activities performed on this deviceare logged and monitored. *\n********************************************************************\nEOF",
+ parents=("banner login",),
+ ),
ConfigLine(config_line="management api http-commands", parents=()),
ConfigLine(config_line=" protocol http", parents=("management api http-commands",)),
ConfigLine(config_line=" protocol unix-socket", parents=("management api http-commands",)),
diff --git a/tests/unit/mock/config/parser/arista_eos/eos_full_sent.txt b/tests/unit/mock/config/parser/base/arista_eos/eos_full_sent.txt
similarity index 86%
rename from tests/unit/mock/config/parser/arista_eos/eos_full_sent.txt
rename to tests/unit/mock/config/parser/base/arista_eos/eos_full_sent.txt
index d78fd1e..1f87179 100644
--- a/tests/unit/mock/config/parser/arista_eos/eos_full_sent.txt
+++ b/tests/unit/mock/config/parser/base/arista_eos/eos_full_sent.txt
@@ -184,6 +184,20 @@ router bgp 65254
neighbor 10.11.11.21 maximum-routes 12000
redistribute connected
!
+banner login
+********************************************************************
+* This system is the property of Allied Widget Co. *
+* UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED *
+* *
+* You must have explicit, authorized permission to access or *
+* configure this device. Unauthorized attempts and actions to *
+* access or use this system may result in civil and/or criminal *
+* penalties. *
+* *
+* All activities performed on this deviceare logged and monitored. *
+********************************************************************
+EOF
+!
management api http-commands
protocol http
protocol unix-socket
diff --git a/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_received.py b/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_received.py
new file mode 100644
index 0000000..99b03f0
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_received.py
@@ -0,0 +1,591 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="hostname spine-01", parents=()),
+ ConfigLine(config_line="banner motd !", parents=()),
+ ConfigLine(
+ config_line="###############################################################################\nThis is a test banner\n###############################################################################\n!",
+ parents=("banner motd !",),
+ ),
+ ConfigLine(config_line="banner exec !", parents=()),
+ ConfigLine(
+ config_line="###############################################################################\nThis is a test banner\n###############################################################################\n!",
+ parents=("banner exec !",),
+ ),
+ ConfigLine(config_line="user admin group administrators password ciphertext xxxxx", parents=()),
+ ConfigLine(config_line="no ip icmp redirect", parents=()),
+ ConfigLine(config_line="profile leaf", parents=()),
+ ConfigLine(config_line="vrf test", parents=()),
+ ConfigLine(config_line="vrf keepalive", parents=()),
+ ConfigLine(config_line="ntp server 10.20.1.7", parents=()),
+ ConfigLine(config_line="ntp server 10.20.1.8", parents=()),
+ ConfigLine(config_line="ntp server 10.20.1.9", parents=()),
+ ConfigLine(config_line="ntp enable", parents=()),
+ ConfigLine(config_line="ssh server vrf test", parents=()),
+ ConfigLine(config_line="ssh server vrf default", parents=()),
+ ConfigLine(config_line="ssh server vrf keepalive", parents=()),
+ ConfigLine(config_line="ssh server vrf mgmt", parents=()),
+ ConfigLine(config_line="access-list ip test", parents=()),
+ ConfigLine(
+ config_line=" 10 deny any 10.10.0.0/255.255.255.128 10.10.0.128/255.255.255.192",
+ parents=("access-list ip test",),
+ ),
+ ConfigLine(
+ config_line=" 20 deny any 10.10.0.128/255.255.255.192 10.10.0.0/255.255.255.128",
+ parents=("access-list ip test",),
+ ),
+ ConfigLine(config_line=" 30 permit any any any", parents=("access-list ip test",)),
+ ConfigLine(config_line="access-list ip mgmt", parents=()),
+ ConfigLine(
+ config_line=" 10 comment ALLOW SSH, HTTPS, AND SNMP ON HMN SUBNET and CMN", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(config_line=" 20 permit tcp 10.40.0.0/255.255.128.0 any eq ssh", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 30 permit tcp 10.40.0.0/255.255.128.0 any eq https", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 40 permit udp 10.40.0.0/255.255.128.0 any eq snmp", parents=("access-list ip mgmt",)),
+ ConfigLine(
+ config_line=" 50 permit udp 10.40.0.0/255.255.128.0 any eq snmp-trap", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(config_line=" 60 permit tcp 10.10.0.0/255.255.255.128 any eq ssh", parents=("access-list ip mgmt",)),
+ ConfigLine(
+ config_line=" 70 permit tcp 10.10.0.0/255.255.255.128 any eq https", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(config_line=" 80 permit udp 10.10.0.0/255.255.255.128 any eq snmp", parents=("access-list ip mgmt",)),
+ ConfigLine(
+ config_line=" 90 permit udp 10.10.0.0/255.255.255.128 any eq snmp-trap", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(config_line=" 100 comment ALLOW SNMP FROM HMN METALLB SUBNET", parents=("access-list ip mgmt",)),
+ ConfigLine(
+ config_line=" 110 permit udp 10.30.100.0/255.255.255.0 any eq snmp", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(
+ config_line=" 120 permit udp 10.30.100.0/255.255.255.0 any eq snmp-trap", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(
+ config_line=" 130 comment BLOCK SSH, HTTPS, AND SNMP FROM EVERYWHERE ELSE", parents=("access-list ip mgmt",)
+ ),
+ ConfigLine(config_line=" 140 deny tcp any any eq ssh", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 150 deny tcp any any eq https", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 160 deny udp any any eq snmp", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 170 deny udp any any eq snmp-trap", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 180 comment ALLOW ANYTHING ELSE", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line=" 190 permit any any any", parents=("access-list ip mgmt",)),
+ ConfigLine(config_line="access-list ip nmn-hmn", parents=()),
+ ConfigLine(
+ config_line=" 10 deny any 10.20.0.0/255.255.128.0 10.40.0.0/255.255.128.0",
+ parents=("access-list ip nmn-hmn",),
+ ),
+ ConfigLine(
+ config_line=" 20 deny any 10.40.0.0/255.255.128.0 10.20.0.0/255.255.128.0",
+ parents=("access-list ip nmn-hmn",),
+ ),
+ ConfigLine(config_line=" 30 permit any any any", parents=("access-list ip nmn-hmn",)),
+ ConfigLine(config_line="apply access-list ip mgmt control-plane vrf default", parents=()),
+ ConfigLine(config_line="vlan 1", parents=()),
+ ConfigLine(config_line="vlan 2", parents=()),
+ ConfigLine(config_line=" name test_vlan", parents=("vlan 2",)),
+ ConfigLine(config_line=" apply access-list ip nmn-hmn in", parents=("vlan 2",)),
+ ConfigLine(config_line=" apply access-list ip nmn-hmn out", parents=("vlan 2",)),
+ ConfigLine(config_line="vlan 400", parents=()),
+ ConfigLine(config_line=" name HMN", parents=("vlan 400",)),
+ ConfigLine(config_line=" apply access-list ip nmn-hmn in", parents=("vlan 400",)),
+ ConfigLine(config_line=" apply access-list ip nmn-hmn out", parents=("vlan 400",)),
+ ConfigLine(config_line="vlan 15", parents=()),
+ ConfigLine(config_line=" name CAN", parents=("vlan 15",)),
+ ConfigLine(config_line="vlan 69", parents=()),
+ ConfigLine(config_line=" name CMN", parents=("vlan 69",)),
+ ConfigLine(config_line="vlan 10", parents=()),
+ ConfigLine(config_line=" name SUN", parents=("vlan 10",)),
+ ConfigLine(config_line="spanning-tree", parents=()),
+ ConfigLine(config_line="spanning-tree priority 0", parents=()),
+ ConfigLine(config_line="spanning-tree forward-delay 4", parents=()),
+ ConfigLine(config_line="spanning-tree config-name MST0", parents=()),
+ ConfigLine(config_line="spanning-tree config-revision 1", parents=()),
+ ConfigLine(config_line="interface mgmt", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface mgmt",)),
+ ConfigLine(config_line=" ip dhcp", parents=("interface mgmt",)),
+ ConfigLine(config_line="interface lag 1 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 1 multi-chassis",)),
+ ConfigLine(config_line="interface lag 3 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 3 multi-chassis",)),
+ ConfigLine(config_line="interface lag 5 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 5 multi-chassis",)),
+ ConfigLine(config_line="interface lag 7 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 7 multi-chassis",)),
+ ConfigLine(config_line="interface lag 8 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 8 multi-chassis",)),
+ ConfigLine(config_line="interface lag 9 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 9 multi-chassis",)),
+ ConfigLine(config_line="interface lag 10 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 10", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 10 multi-chassis",)),
+ ConfigLine(config_line="interface lag 11 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 11 multi-chassis",)),
+ ConfigLine(config_line="interface lag 12 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 10", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 12 multi-chassis",)),
+ ConfigLine(config_line="interface lag 13 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 13 multi-chassis",)),
+ ConfigLine(config_line="interface lag 14 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 10", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 14 multi-chassis",)),
+ ConfigLine(config_line="interface lag 15 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 15 multi-chassis",)),
+ ConfigLine(config_line="interface lag 17 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 6-7", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 17 multi-chassis",)),
+ ConfigLine(config_line="interface lag 19 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,6-7", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" lacp fallback", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface lag 19 multi-chassis",)),
+ ConfigLine(config_line="interface lag 151 multi-chassis", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 151 multi-chassis",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 151 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk native 1", parents=("interface lag 151 multi-chassis",)),
+ ConfigLine(config_line=" vlan trunk allowed 1-2,4,7", parents=("interface lag 151 multi-chassis",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 151 multi-chassis",)),
+ ConfigLine(config_line="interface lag 256", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface lag 256",)),
+ ConfigLine(config_line=" no routing", parents=("interface lag 256",)),
+ ConfigLine(config_line=" vlan trunk native 1 tag", parents=("interface lag 256",)),
+ ConfigLine(config_line=" vlan trunk allowed all", parents=("interface lag 256",)),
+ ConfigLine(config_line=" lacp mode active", parents=("interface lag 256",)),
+ ConfigLine(config_line="interface 1/1/1", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/1",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/1",)),
+ ConfigLine(config_line=" lag 1", parents=("interface 1/1/1",)),
+ ConfigLine(config_line="interface 1/1/3", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/3",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/3",)),
+ ConfigLine(config_line=" lag 3", parents=("interface 1/1/3",)),
+ ConfigLine(config_line="interface 1/1/5", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/5",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/5",)),
+ ConfigLine(config_line=" lag 5", parents=("interface 1/1/5",)),
+ ConfigLine(config_line="interface 1/1/7", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/7",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/7",)),
+ ConfigLine(config_line=" lag 7", parents=("interface 1/1/7",)),
+ ConfigLine(config_line="interface 1/1/8", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/8",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/8",)),
+ ConfigLine(config_line=" lag 8", parents=("interface 1/1/8",)),
+ ConfigLine(config_line="interface 1/1/9", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/9",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/9",)),
+ ConfigLine(config_line=" lag 9", parents=("interface 1/1/9",)),
+ ConfigLine(config_line="interface 1/1/10", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/10",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/10",)),
+ ConfigLine(config_line=" lag 10", parents=("interface 1/1/10",)),
+ ConfigLine(config_line="interface 1/1/11", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/11",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/11",)),
+ ConfigLine(config_line=" lag 11", parents=("interface 1/1/11",)),
+ ConfigLine(config_line="interface 1/1/12", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/12",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/12",)),
+ ConfigLine(config_line=" lag 12", parents=("interface 1/1/12",)),
+ ConfigLine(config_line="interface 1/1/13", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/13",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/13",)),
+ ConfigLine(config_line=" lag 13", parents=("interface 1/1/13",)),
+ ConfigLine(config_line="interface 1/1/14", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/14",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/14",)),
+ ConfigLine(config_line=" lag 14", parents=("interface 1/1/14",)),
+ ConfigLine(config_line="interface 1/1/15", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/15",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/15",)),
+ ConfigLine(config_line=" lag 15", parents=("interface 1/1/15",)),
+ ConfigLine(config_line="interface 1/1/16", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/16",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/16",)),
+ ConfigLine(config_line=" no routing", parents=("interface 1/1/16",)),
+ ConfigLine(config_line=" vlan access 2", parents=("interface 1/1/16",)),
+ ConfigLine(config_line=" spanning-tree bpdu-guard", parents=("interface 1/1/16",)),
+ ConfigLine(config_line=" spanning-tree port-type admin-edge", parents=("interface 1/1/16",)),
+ ConfigLine(config_line="interface 1/1/17", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/17",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/17",)),
+ ConfigLine(config_line=" lag 17", parents=("interface 1/1/17",)),
+ ConfigLine(config_line="interface 1/1/19", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/19",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/19",)),
+ ConfigLine(config_line=" lag 19", parents=("interface 1/1/19",)),
+ ConfigLine(config_line="interface 1/1/47", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/47",)),
+ ConfigLine(config_line=" vrf attach keepalive", parents=("interface 1/1/47",)),
+ ConfigLine(config_line=" description VSX keepalive", parents=("interface 1/1/47",)),
+ ConfigLine(config_line=" ip address 192.168.200.0/31", parents=("interface 1/1/47",)),
+ ConfigLine(config_line="interface 1/1/48", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/48",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/48",)),
+ ConfigLine(config_line=" lag 151", parents=("interface 1/1/48",)),
+ ConfigLine(config_line="interface 1/1/51", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/51",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/51",)),
+ ConfigLine(config_line=" description vsx isl", parents=("interface 1/1/51",)),
+ ConfigLine(config_line=" lag 256", parents=("interface 1/1/51",)),
+ ConfigLine(config_line="interface 1/1/52", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/52",)),
+ ConfigLine(config_line=" mtu 9198", parents=("interface 1/1/52",)),
+ ConfigLine(config_line=" description vsx isl", parents=("interface 1/1/52",)),
+ ConfigLine(config_line=" lag 256", parents=("interface 1/1/52",)),
+ ConfigLine(config_line="interface 1/1/55", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/55",)),
+ ConfigLine(config_line=" vrf attach test", parents=("interface 1/1/55",)),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface 1/1/55",)),
+ ConfigLine(config_line=" ip address 192.168.10.5/31", parents=("interface 1/1/55",)),
+ ConfigLine(config_line=" ip ospf 2 area 0.0.0.0", parents=("interface 1/1/55",)),
+ ConfigLine(config_line=" ip ospf network point-to-point", parents=("interface 1/1/55",)),
+ ConfigLine(config_line="interface 1/1/56", parents=()),
+ ConfigLine(config_line=" no shutdown", parents=("interface 1/1/56",)),
+ ConfigLine(config_line=" vrf attach test", parents=("interface 1/1/56",)),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface 1/1/56",)),
+ ConfigLine(config_line=" ip address 192.168.10.1/31", parents=("interface 1/1/56",)),
+ ConfigLine(config_line=" ip ospf 2 area 0.0.0.0", parents=("interface 1/1/56",)),
+ ConfigLine(config_line=" ip ospf network point-to-point", parents=("interface 1/1/56",)),
+ ConfigLine(config_line="interface loopback 0", parents=()),
+ ConfigLine(config_line=" ip address 10.22.0.2/32", parents=("interface loopback 0",)),
+ ConfigLine(config_line=" ip ospf 1 area 0.0.0.0", parents=("interface loopback 0",)),
+ ConfigLine(config_line="interface vlan 1", parents=()),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" ip address 10.1.0.2/16", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" active-gateway ip mac 12:00:00:00:6b:00", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" active-gateway ip 10.1.0.1", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" ip helper-address 10.50.100.222", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" ip ospf 1 area 0.0.0.0", parents=("interface vlan 1",)),
+ ConfigLine(config_line=" ip ospf passive", parents=("interface vlan 1",)),
+ ConfigLine(config_line="interface vlan 2", parents=()),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface vlan 2",)),
+ ConfigLine(config_line=" ip address 10.20.0.2/17", parents=("interface vlan 2",)),
+ ConfigLine(config_line=" active-gateway ip mac 12:00:00:00:6b:00", parents=("interface vlan 2",)),
+ ConfigLine(config_line=" active-gateway ip 10.20.0.1", parents=("interface vlan 2",)),
+ ConfigLine(config_line=" ip helper-address 10.50.100.222", parents=("interface vlan 2",)),
+ ConfigLine(config_line=" ip ospf 1 area 0.0.0.0", parents=("interface vlan 2",)),
+ ConfigLine(config_line="interface vlan 400", parents=()),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" ip address 10.40.0.2/17", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" active-gateway ip mac 12:00:00:00:6b:00", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" active-gateway ip 10.40.0.1", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" ip helper-address 10.30.100.222", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" ip ospf 1 area 0.0.0.0", parents=("interface vlan 400",)),
+ ConfigLine(config_line=" ip ospf passive", parents=("interface vlan 400",)),
+ ConfigLine(config_line="interface vlan 15", parents=()),
+ ConfigLine(config_line=" vrf attach test", parents=("interface vlan 15",)),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface vlan 15",)),
+ ConfigLine(config_line=" ip address 10.10.0.130/26", parents=("interface vlan 15",)),
+ ConfigLine(config_line=" active-gateway ip mac 12:00:00:00:6b:00", parents=("interface vlan 15",)),
+ ConfigLine(config_line=" active-gateway ip 10.10.0.129", parents=("interface vlan 15",)),
+ ConfigLine(config_line=" ip ospf 2 area 0.0.0.0", parents=("interface vlan 15",)),
+ ConfigLine(config_line="interface vlan 69", parents=()),
+ ConfigLine(config_line=" vrf attach test", parents=("interface vlan 69",)),
+ ConfigLine(config_line=" ip mtu 9198", parents=("interface vlan 69",)),
+ ConfigLine(config_line=" ip address 10.10.0.2/25", parents=("interface vlan 69",)),
+ ConfigLine(config_line=" active-gateway ip mac 12:00:00:00:6b:00", parents=("interface vlan 69",)),
+ ConfigLine(config_line=" active-gateway ip 10.10.0.1", parents=("interface vlan 69",)),
+ ConfigLine(config_line=" ip ospf 2 area 0.0.0.0", parents=("interface vlan 69",)),
+ ConfigLine(config_line="vsx", parents=()),
+ ConfigLine(config_line=" system-mac 02:00:00:00:01:00", parents=("vsx",)),
+ ConfigLine(config_line=" inter-switch-link lag 256", parents=("vsx",)),
+ ConfigLine(config_line=" role primary", parents=("vsx",)),
+ ConfigLine(config_line=" keepalive peer 192.168.200.1 source 192.168.200.0 vrf keepalive", parents=("vsx",)),
+ ConfigLine(config_line=" linkup-delay-timer 600", parents=("vsx",)),
+ ConfigLine(config_line=" vsx-sync vsx-global", parents=("vsx",)),
+ ConfigLine(config_line="snmp-server vrf default", parents=()),
+ ConfigLine(
+ config_line="snmpv3 user testuser auth md5 auth-pass ciphertext xxxxx priv des priv-pass ciphertext xxxxx",
+ parents=(),
+ ),
+ ConfigLine(config_line="ip dns server-address 10.50.100.225", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-test-01 seq 20 permit 10.10.0.128/26 ge 26", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-cmn seq 10 permit 10.10.0.0/25 ge 25", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-test-02 seq 30 permit 10.30.100.0/24 ge 24", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-test-03 seq 40 permit 10.50.100.0/24 ge 24", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-test-04 seq 10 permit 10.50.100.60/32 ge 32 le 32", parents=()),
+ ConfigLine(config_line="ip prefix-list pl-test-04 seq 20 permit 10.30.100.60/32 ge 32 le 32", parents=()),
+ ConfigLine(config_line="route-map test-01 permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-01 permit seq 10",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.7", parents=("route-map test-01 permit seq 10",)),
+ ConfigLine(config_line=" set local-preference 1000", parents=("route-map test-01 permit seq 10",)),
+ ConfigLine(config_line="route-map test-01 permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-01 permit seq 20",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.8", parents=("route-map test-01 permit seq 20",)),
+ ConfigLine(config_line=" set local-preference 1100", parents=("route-map test-01 permit seq 20",)),
+ ConfigLine(config_line="route-map test-01 permit seq 30", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-01 permit seq 30",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.9", parents=("route-map test-01 permit seq 30",)),
+ ConfigLine(config_line=" set local-preference 1200", parents=("route-map test-01 permit seq 30",)),
+ ConfigLine(config_line="route-map test-01 permit seq 40", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-02", parents=("route-map test-01 permit seq 40",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.40.1.14", parents=("route-map test-01 permit seq 40",)),
+ ConfigLine(config_line="route-map test-01 permit seq 50", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-03", parents=("route-map test-01 permit seq 50",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.20.1.9", parents=("route-map test-01 permit seq 50",)),
+ ConfigLine(config_line="route-map test-01-test permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-01", parents=("route-map test-01-test permit seq 10",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.10.0.138", parents=("route-map test-01-test permit seq 10",)),
+ ConfigLine(config_line="route-map test-01-test permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-cmn", parents=("route-map test-01-test permit seq 20",)
+ ),
+ ConfigLine(config_line="route-map test-02 permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-02 permit seq 10",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.7", parents=("route-map test-02 permit seq 10",)),
+ ConfigLine(config_line=" set local-preference 1000", parents=("route-map test-02 permit seq 10",)),
+ ConfigLine(config_line="route-map test-02 permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-02 permit seq 20",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.8", parents=("route-map test-02 permit seq 20",)),
+ ConfigLine(config_line=" set local-preference 1100", parents=("route-map test-02 permit seq 20",)),
+ ConfigLine(config_line="route-map test-02 permit seq 30", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-02 permit seq 30",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.9", parents=("route-map test-02 permit seq 30",)),
+ ConfigLine(config_line=" set local-preference 1200", parents=("route-map test-02 permit seq 30",)),
+ ConfigLine(config_line="route-map test-02 permit seq 40", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-02", parents=("route-map test-02 permit seq 40",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.40.1.12", parents=("route-map test-02 permit seq 40",)),
+ ConfigLine(config_line="route-map test-02 permit seq 50", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-03", parents=("route-map test-02 permit seq 50",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.20.1.8", parents=("route-map test-02 permit seq 50",)),
+ ConfigLine(config_line="route-map test-02-test permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-01", parents=("route-map test-02-test permit seq 10",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.10.0.137", parents=("route-map test-02-test permit seq 10",)),
+ ConfigLine(config_line="route-map test-02-test permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-cmn", parents=("route-map test-02-test permit seq 20",)
+ ),
+ ConfigLine(config_line="route-map test-03 permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-03 permit seq 10",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.7", parents=("route-map test-03 permit seq 10",)),
+ ConfigLine(config_line=" set local-preference 1000", parents=("route-map test-03 permit seq 10",)),
+ ConfigLine(config_line="route-map test-03 permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-03 permit seq 20",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.8", parents=("route-map test-03 permit seq 20",)),
+ ConfigLine(config_line=" set local-preference 1100", parents=("route-map test-03 permit seq 20",)),
+ ConfigLine(config_line="route-map test-03 permit seq 30", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-04", parents=("route-map test-03 permit seq 30",)
+ ),
+ ConfigLine(config_line=" match ip next-hop 10.20.1.9", parents=("route-map test-03 permit seq 30",)),
+ ConfigLine(config_line=" set local-preference 1200", parents=("route-map test-03 permit seq 30",)),
+ ConfigLine(config_line="route-map test-03 permit seq 40", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-02", parents=("route-map test-03 permit seq 40",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.40.1.10", parents=("route-map test-03 permit seq 40",)),
+ ConfigLine(config_line="route-map test-03 permit seq 50", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-03", parents=("route-map test-03 permit seq 50",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.20.1.7", parents=("route-map test-03 permit seq 50",)),
+ ConfigLine(config_line="route-map test-03-test permit seq 10", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-test-01", parents=("route-map test-03-test permit seq 10",)
+ ),
+ ConfigLine(config_line=" set ip next-hop 10.10.0.136", parents=("route-map test-03-test permit seq 10",)),
+ ConfigLine(config_line="route-map test-03-test permit seq 20", parents=()),
+ ConfigLine(
+ config_line=" match ip address prefix-list pl-cmn", parents=("route-map test-03-test permit seq 20",)
+ ),
+ ConfigLine(config_line="router ospf 2 vrf test", parents=()),
+ ConfigLine(config_line=" router-id 10.22.0.2", parents=("router ospf 2 vrf test",)),
+ ConfigLine(config_line=" default-information originate", parents=("router ospf 2 vrf test",)),
+ ConfigLine(config_line=" area 0.0.0.0", parents=("router ospf 2 vrf test",)),
+ ConfigLine(config_line="router ospf 1", parents=()),
+ ConfigLine(config_line=" router-id 10.22.0.2", parents=("router ospf 1",)),
+ ConfigLine(config_line=" redistribute bgp", parents=("router ospf 1",)),
+ ConfigLine(config_line=" area 0.0.0.0", parents=("router ospf 1",)),
+ ConfigLine(config_line="router bgp 65533", parents=()),
+ ConfigLine(config_line=" bgp router-id 10.22.0.2", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" maximum-paths 8", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" timers bgp 1 3", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" distance bgp 20 70", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.0.3 remote-as 65533", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.7 remote-as 65533", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.7 passive", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.8 remote-as 65533", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.8 passive", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.9 remote-as 65533", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" neighbor 10.20.1.9 passive", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 65533",)),
+ ConfigLine(
+ config_line=" neighbor 10.20.0.3 activate",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.7 activate",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.7 route-map test-03 in",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.8 activate",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.8 route-map test-02 in",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.9 activate",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.20.1.9 route-map test-01 in",
+ parents=("router bgp 65533", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" vrf test", parents=("router bgp 65533",)),
+ ConfigLine(config_line=" bgp router-id 10.22.0.2", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" maximum-paths 8", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" timers bgp 1 3", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" distance bgp 20 70", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.3 remote-as 65533", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.22 remote-as 65532", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.22 passive", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.23 remote-as 65532", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.23 passive", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.24 remote-as 65532", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" neighbor 10.10.0.24 passive", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.3 activate",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.22 activate",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.22 route-map test-03-test in",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.23 activate",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.23 route-map test-02-test in",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.24 activate",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 10.10.0.24 route-map test-01-test in",
+ parents=("router bgp 65533", " vrf test", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp 65533", " vrf test")),
+ ConfigLine(config_line="https-server vrf test", parents=()),
+ ConfigLine(config_line="https-server vrf default", parents=()),
+ ConfigLine(config_line="https-server vrf mgmt", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_sent.txt b/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_sent.txt
new file mode 100644
index 0000000..e70ffe5
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/aruba_aoscx/aoscx_full_sent.txt
@@ -0,0 +1,489 @@
+!
+!Version ArubaOS-CX GL.10.09.0010
+!export-password: default
+hostname spine-01
+banner motd !
+###############################################################################
+This is a test banner
+###############################################################################
+!
+banner exec !
+###############################################################################
+This is a test banner
+###############################################################################
+!
+user admin group administrators password ciphertext xxxxx
+no ip icmp redirect
+profile leaf
+vrf test
+vrf keepalive
+ntp server 10.20.1.7
+ntp server 10.20.1.8
+ntp server 10.20.1.9
+ntp enable
+!
+!
+!
+!
+!
+ssh server vrf test
+ssh server vrf default
+ssh server vrf keepalive
+ssh server vrf mgmt
+access-list ip test
+ 10 deny any 10.10.0.0/255.255.255.128 10.10.0.128/255.255.255.192
+ 20 deny any 10.10.0.128/255.255.255.192 10.10.0.0/255.255.255.128
+ 30 permit any any any
+access-list ip mgmt
+ 10 comment ALLOW SSH, HTTPS, AND SNMP ON HMN SUBNET and CMN
+ 20 permit tcp 10.40.0.0/255.255.128.0 any eq ssh
+ 30 permit tcp 10.40.0.0/255.255.128.0 any eq https
+ 40 permit udp 10.40.0.0/255.255.128.0 any eq snmp
+ 50 permit udp 10.40.0.0/255.255.128.0 any eq snmp-trap
+ 60 permit tcp 10.10.0.0/255.255.255.128 any eq ssh
+ 70 permit tcp 10.10.0.0/255.255.255.128 any eq https
+ 80 permit udp 10.10.0.0/255.255.255.128 any eq snmp
+ 90 permit udp 10.10.0.0/255.255.255.128 any eq snmp-trap
+ 100 comment ALLOW SNMP FROM HMN METALLB SUBNET
+ 110 permit udp 10.30.100.0/255.255.255.0 any eq snmp
+ 120 permit udp 10.30.100.0/255.255.255.0 any eq snmp-trap
+ 130 comment BLOCK SSH, HTTPS, AND SNMP FROM EVERYWHERE ELSE
+ 140 deny tcp any any eq ssh
+ 150 deny tcp any any eq https
+ 160 deny udp any any eq snmp
+ 170 deny udp any any eq snmp-trap
+ 180 comment ALLOW ANYTHING ELSE
+ 190 permit any any any
+access-list ip nmn-hmn
+ 10 deny any 10.20.0.0/255.255.128.0 10.40.0.0/255.255.128.0
+ 20 deny any 10.40.0.0/255.255.128.0 10.20.0.0/255.255.128.0
+ 30 permit any any any
+apply access-list ip mgmt control-plane vrf default
+vlan 1
+vlan 2
+ name test_vlan
+ apply access-list ip nmn-hmn in
+ apply access-list ip nmn-hmn out
+vlan 400
+ name HMN
+ apply access-list ip nmn-hmn in
+ apply access-list ip nmn-hmn out
+vlan 15
+ name CAN
+vlan 69
+ name CMN
+vlan 10
+ name SUN
+spanning-tree
+spanning-tree priority 0
+spanning-tree forward-delay 4
+spanning-tree config-name MST0
+spanning-tree config-revision 1
+interface mgmt
+ shutdown
+ ip dhcp
+interface lag 1 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 3 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 5 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 7 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 8 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 9 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 10 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 10
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 11 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 12 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 10
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 13 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 14 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 10
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 15 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 17 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 19 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,6-7
+ lacp mode active
+ lacp fallback
+ spanning-tree port-type admin-edge
+interface lag 151 multi-chassis
+ no shutdown
+ no routing
+ vlan trunk native 1
+ vlan trunk allowed 1-2,4,7
+ lacp mode active
+interface lag 256
+ no shutdown
+ no routing
+ vlan trunk native 1 tag
+ vlan trunk allowed all
+ lacp mode active
+interface 1/1/1
+ no shutdown
+ mtu 9198
+ lag 1
+interface 1/1/3
+ no shutdown
+ mtu 9198
+ lag 3
+interface 1/1/5
+ no shutdown
+ mtu 9198
+ lag 5
+interface 1/1/7
+ no shutdown
+ mtu 9198
+ lag 7
+interface 1/1/8
+ no shutdown
+ mtu 9198
+ lag 8
+interface 1/1/9
+ no shutdown
+ mtu 9198
+ lag 9
+interface 1/1/10
+ no shutdown
+ mtu 9198
+ lag 10
+interface 1/1/11
+ no shutdown
+ mtu 9198
+ lag 11
+interface 1/1/12
+ no shutdown
+ mtu 9198
+ lag 12
+interface 1/1/13
+ no shutdown
+ mtu 9198
+ lag 13
+interface 1/1/14
+ no shutdown
+ mtu 9198
+ lag 14
+interface 1/1/15
+ no shutdown
+ mtu 9198
+ lag 15
+interface 1/1/16
+ no shutdown
+ mtu 9198
+ no routing
+ vlan access 2
+ spanning-tree bpdu-guard
+ spanning-tree port-type admin-edge
+interface 1/1/17
+ no shutdown
+ mtu 9198
+ lag 17
+interface 1/1/19
+ no shutdown
+ mtu 9198
+ lag 19
+interface 1/1/47
+ no shutdown
+ vrf attach keepalive
+ description VSX keepalive
+ ip address 192.168.200.0/31
+interface 1/1/48
+ no shutdown
+ mtu 9198
+ lag 151
+interface 1/1/51
+ no shutdown
+ mtu 9198
+ description vsx isl
+ lag 256
+interface 1/1/52
+ no shutdown
+ mtu 9198
+ description vsx isl
+ lag 256
+interface 1/1/55
+ no shutdown
+ vrf attach test
+ ip mtu 9198
+ ip address 192.168.10.5/31
+ ip ospf 2 area 0.0.0.0
+ ip ospf network point-to-point
+interface 1/1/56
+ no shutdown
+ vrf attach test
+ ip mtu 9198
+ ip address 192.168.10.1/31
+ ip ospf 2 area 0.0.0.0
+ ip ospf network point-to-point
+interface loopback 0
+ ip address 10.22.0.2/32
+ ip ospf 1 area 0.0.0.0
+interface vlan 1
+ ip mtu 9198
+ ip address 10.1.0.2/16
+ active-gateway ip mac 12:00:00:00:6b:00
+ active-gateway ip 10.1.0.1
+ ip helper-address 10.50.100.222
+ ip ospf 1 area 0.0.0.0
+ ip ospf passive
+interface vlan 2
+ ip mtu 9198
+ ip address 10.20.0.2/17
+ active-gateway ip mac 12:00:00:00:6b:00
+ active-gateway ip 10.20.0.1
+ ip helper-address 10.50.100.222
+ ip ospf 1 area 0.0.0.0
+interface vlan 400
+ ip mtu 9198
+ ip address 10.40.0.2/17
+ active-gateway ip mac 12:00:00:00:6b:00
+ active-gateway ip 10.40.0.1
+ ip helper-address 10.30.100.222
+ ip ospf 1 area 0.0.0.0
+ ip ospf passive
+interface vlan 15
+ vrf attach test
+ ip mtu 9198
+ ip address 10.10.0.130/26
+ active-gateway ip mac 12:00:00:00:6b:00
+ active-gateway ip 10.10.0.129
+ ip ospf 2 area 0.0.0.0
+interface vlan 69
+ vrf attach test
+ ip mtu 9198
+ ip address 10.10.0.2/25
+ active-gateway ip mac 12:00:00:00:6b:00
+ active-gateway ip 10.10.0.1
+ ip ospf 2 area 0.0.0.0
+vsx
+ system-mac 02:00:00:00:01:00
+ inter-switch-link lag 256
+ role primary
+ keepalive peer 192.168.200.1 source 192.168.200.0 vrf keepalive
+ linkup-delay-timer 600
+ vsx-sync vsx-global
+snmp-server vrf default
+snmpv3 user testuser auth md5 auth-pass ciphertext xxxxx priv des priv-pass ciphertext xxxxx
+ip dns server-address 10.50.100.225
+ip prefix-list pl-test-01 seq 20 permit 10.10.0.128/26 ge 26
+ip prefix-list pl-cmn seq 10 permit 10.10.0.0/25 ge 25
+ip prefix-list pl-test-02 seq 30 permit 10.30.100.0/24 ge 24
+ip prefix-list pl-test-03 seq 40 permit 10.50.100.0/24 ge 24
+ip prefix-list pl-test-04 seq 10 permit 10.50.100.60/32 ge 32 le 32
+ip prefix-list pl-test-04 seq 20 permit 10.30.100.60/32 ge 32 le 32
+!
+!
+!
+!
+route-map test-01 permit seq 10
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.7
+ set local-preference 1000
+route-map test-01 permit seq 20
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.8
+ set local-preference 1100
+route-map test-01 permit seq 30
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.9
+ set local-preference 1200
+route-map test-01 permit seq 40
+ match ip address prefix-list pl-test-02
+ set ip next-hop 10.40.1.14
+route-map test-01 permit seq 50
+ match ip address prefix-list pl-test-03
+ set ip next-hop 10.20.1.9
+route-map test-01-test permit seq 10
+ match ip address prefix-list pl-test-01
+ set ip next-hop 10.10.0.138
+route-map test-01-test permit seq 20
+ match ip address prefix-list pl-cmn
+route-map test-02 permit seq 10
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.7
+ set local-preference 1000
+route-map test-02 permit seq 20
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.8
+ set local-preference 1100
+route-map test-02 permit seq 30
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.9
+ set local-preference 1200
+route-map test-02 permit seq 40
+ match ip address prefix-list pl-test-02
+ set ip next-hop 10.40.1.12
+route-map test-02 permit seq 50
+ match ip address prefix-list pl-test-03
+ set ip next-hop 10.20.1.8
+route-map test-02-test permit seq 10
+ match ip address prefix-list pl-test-01
+ set ip next-hop 10.10.0.137
+route-map test-02-test permit seq 20
+ match ip address prefix-list pl-cmn
+route-map test-03 permit seq 10
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.7
+ set local-preference 1000
+route-map test-03 permit seq 20
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.8
+ set local-preference 1100
+route-map test-03 permit seq 30
+ match ip address prefix-list pl-test-04
+ match ip next-hop 10.20.1.9
+ set local-preference 1200
+route-map test-03 permit seq 40
+ match ip address prefix-list pl-test-02
+ set ip next-hop 10.40.1.10
+route-map test-03 permit seq 50
+ match ip address prefix-list pl-test-03
+ set ip next-hop 10.20.1.7
+route-map test-03-test permit seq 10
+ match ip address prefix-list pl-test-01
+ set ip next-hop 10.10.0.136
+route-map test-03-test permit seq 20
+ match ip address prefix-list pl-cmn
+!
+router ospf 2 vrf test
+ router-id 10.22.0.2
+ default-information originate
+ area 0.0.0.0
+router ospf 1
+ router-id 10.22.0.2
+ redistribute bgp
+ area 0.0.0.0
+router bgp 65533
+ bgp router-id 10.22.0.2
+ maximum-paths 8
+ timers bgp 1 3
+ distance bgp 20 70
+ neighbor 10.20.0.3 remote-as 65533
+ neighbor 10.20.1.7 remote-as 65533
+ neighbor 10.20.1.7 passive
+ neighbor 10.20.1.8 remote-as 65533
+ neighbor 10.20.1.8 passive
+ neighbor 10.20.1.9 remote-as 65533
+ neighbor 10.20.1.9 passive
+ address-family ipv4 unicast
+ neighbor 10.20.0.3 activate
+ neighbor 10.20.1.7 activate
+ neighbor 10.20.1.7 route-map test-03 in
+ neighbor 10.20.1.8 activate
+ neighbor 10.20.1.8 route-map test-02 in
+ neighbor 10.20.1.9 activate
+ neighbor 10.20.1.9 route-map test-01 in
+ exit-address-family
+!
+ vrf test
+ bgp router-id 10.22.0.2
+ maximum-paths 8
+ timers bgp 1 3
+ distance bgp 20 70
+ neighbor 10.10.0.3 remote-as 65533
+ neighbor 10.10.0.22 remote-as 65532
+ neighbor 10.10.0.22 passive
+ neighbor 10.10.0.23 remote-as 65532
+ neighbor 10.10.0.23 passive
+ neighbor 10.10.0.24 remote-as 65532
+ neighbor 10.10.0.24 passive
+ address-family ipv4 unicast
+ neighbor 10.10.0.3 activate
+ neighbor 10.10.0.22 activate
+ neighbor 10.10.0.22 route-map test-03-test in
+ neighbor 10.10.0.23 activate
+ neighbor 10.10.0.23 route-map test-02-test in
+ neighbor 10.10.0.24 activate
+ neighbor 10.10.0.24 route-map test-01-test in
+ exit-address-family
+!
+https-server vrf test
+https-server vrf default
+https-server vrf mgmt
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/aruba_os/os_full_received.py b/tests/unit/mock/config/parser/base/aruba_os/os_full_received.py
new file mode 100755
index 0000000..0022aa5
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/aruba_os/os_full_received.py
@@ -0,0 +1,2467 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="ip nat pool localip 0.0.0.0 0.0.0.0", parents=()),
+ ConfigLine(config_line="aaa tacacs-accounting", parents=()),
+ ConfigLine(config_line="netservice svc-smb-udp udp 445", parents=()),
+ ConfigLine(config_line="netservice vnc tcp 5900 5905", parents=()),
+ ConfigLine(config_line="netservice svc-noe udp 32512 ALG noe", parents=()),
+ ConfigLine(config_line="netservice svc-cfgm-tcp tcp 8211", parents=()),
+ ConfigLine(config_line="netservice svc-netbios-ssn tcp 139", parents=()),
+ ConfigLine(config_line="netservice svc-syslog udp 514", parents=()),
+ ConfigLine(config_line="netservice svc-citrix tcp 2598", parents=()),
+ ConfigLine(config_line="netservice svc-ipp-tcp tcp 631", parents=()),
+ ConfigLine(config_line="netservice svc-v6-icmp 58", parents=()),
+ ConfigLine(config_line="netservice svc-l2tp udp 1701", parents=()),
+ ConfigLine(config_line="netservice svc-http-proxy1 tcp 3128", parents=()),
+ ConfigLine(config_line="netservice svc-papi udp 8211", parents=()),
+ ConfigLine(config_line="netservice svc-kerberos udp 88", parents=()),
+ ConfigLine(config_line="netservice svc-smb-tcp tcp 445", parents=()),
+ ConfigLine(config_line="netservice svc-vmware-rdp tcp 3389", parents=()),
+ ConfigLine(config_line="netservice svc-v6-dhcp udp 546 547", parents=()),
+ ConfigLine(config_line="netservice svc-sccp tcp 2000 ALG sccp", parents=()),
+ ConfigLine(config_line="netservice svc-smtp tcp 25", parents=()),
+ ConfigLine(config_line="netservice svc-pptp tcp 1723", parents=()),
+ ConfigLine(config_line="netservice svc-ipp-udp udp 631", parents=()),
+ ConfigLine(config_line="netservice svc-web tcp list 80,443", parents=()),
+ ConfigLine(config_line="netservice svc-netbios-ns udp 137", parents=()),
+ ConfigLine(config_line="netservice svc-ike udp 500", parents=()),
+ ConfigLine(config_line="netservice svc-facetime-tcp tcp 5223 ALG facetime", parents=()),
+ ConfigLine(config_line="netservice svc-noe-oxo udp 5000 ALG noe", parents=()),
+ ConfigLine(config_line="netservice svc-sip-udp udp 5060 ALG sip", parents=()),
+ ConfigLine(config_line="netservice svc-microsoft-ds tcp 445", parents=()),
+ ConfigLine(config_line="netservice svc-bootp udp 67 69", parents=()),
+ ConfigLine(config_line="netservice svc-msrpc-tcp tcp 135 139", parents=()),
+ ConfigLine(config_line="netservice svc-ssh tcp 22", parents=()),
+ ConfigLine(config_line="netservice svc-dhcp udp 67 68", parents=()),
+ ConfigLine(config_line="netservice svc-adp udp 8200", parents=()),
+ ConfigLine(config_line="netservice svc-pcoip2-tcp tcp 4172", parents=()),
+ ConfigLine(config_line="netservice svc-esp 50", parents=()),
+ ConfigLine(config_line="netservice svc-sips tcp 5061 ALG sips", parents=()),
+ ConfigLine(config_line="netservice svc-lpd tcp 515", parents=()),
+ ConfigLine(config_line="netservice svc-h323-udp udp 1718 1719 ALG h323", parents=()),
+ ConfigLine(config_line="netservice svc-http-proxy3 tcp 8888", parents=()),
+ ConfigLine(config_line="netservice svc-https tcp 443", parents=()),
+ ConfigLine(config_line="netservice svc-netbios-dgm udp 138", parents=()),
+ ConfigLine(config_line="netservice svc-sec-papi udp 8209", parents=()),
+ ConfigLine(config_line="netservice svc-pcoip-tcp tcp 50002", parents=()),
+ ConfigLine(config_line="netservice svc-ica tcp 1494", parents=()),
+ ConfigLine(config_line="netservice svc-rtsp tcp 554", parents=()),
+ ConfigLine(config_line="netservice svc-pop3 tcp 110", parents=()),
+ ConfigLine(config_line="netservice svc-snmp udp 161", parents=()),
+ ConfigLine(config_line="netservice svc-sip-tcp tcp 5060 ALG sip", parents=()),
+ ConfigLine(config_line="netservice svc-tftp udp 69", parents=()),
+ ConfigLine(config_line="netservice svc-http tcp 80", parents=()),
+ ConfigLine(config_line="netservice svc-telnet tcp 23", parents=()),
+ ConfigLine(config_line="netservice svc-pcoip2-udp udp 4172", parents=()),
+ ConfigLine(config_line="netservice svc-ftp tcp 21", parents=()),
+ ConfigLine(config_line="netservice svc-http-proxy2 tcp 8080", parents=()),
+ ConfigLine(config_line="netservice svc-msrpc-udp udp 135 139", parents=()),
+ ConfigLine(config_line="netservice svc-ntp udp 123", parents=()),
+ ConfigLine(config_line="netservice svc-snmp-trap udp 162", parents=()),
+ ConfigLine(config_line="netservice svc-gre 47", parents=()),
+ ConfigLine(config_line="netservice svc-nterm tcp 1026 1028", parents=()),
+ ConfigLine(config_line="netservice svc-vocera udp 5002 ALG vocera", parents=()),
+ ConfigLine(config_line="netservice svc-h323-tcp tcp 1720 ALG h323", parents=()),
+ ConfigLine(config_line="netservice svc-icmp 1", parents=()),
+ ConfigLine(config_line="netservice svc-natt udp 4500", parents=()),
+ ConfigLine(config_line="netservice svc-dns udp 53", parents=()),
+ ConfigLine(config_line="netservice svc-pcoip-udp udp 50002", parents=()),
+ ConfigLine(config_line="netservice svc-svp 119", parents=()),
+ ConfigLine(config_line="time-range periodic working-hours", parents=()),
+ ConfigLine(
+ config_line=" Weekday 08:00 to 18:00",
+ parents=("time-range periodic working-hours",),
+ ),
+ ConfigLine(config_line="time-range periodic night-hours", parents=()),
+ ConfigLine(
+ config_line=" Weekday 18:01 to 23:59",
+ parents=("time-range periodic night-hours",),
+ ),
+ ConfigLine(
+ config_line=" Weekday 00:00 to 07:59",
+ parents=("time-range periodic night-hours",),
+ ),
+ ConfigLine(config_line="netdestination wificalling-block", parents=()),
+ ConfigLine(
+ config_line=" name pub.test.org",
+ parents=("netdestination wificalling-block",),
+ ),
+ ConfigLine(
+ config_line=" name testwifi.com",
+ parents=("netdestination wificalling-block",),
+ ),
+ ConfigLine(config_line="netdestination6 ipv6-reserved-range", parents=()),
+ ConfigLine(
+ config_line=" network 2000::/3",
+ parents=("netdestination6 ipv6-reserved-range",),
+ ),
+ ConfigLine(config_line=" invert", parents=("netdestination6 ipv6-reserved-range",)),
+ ConfigLine(config_line="netexthdr default", parents=()),
+ ConfigLine(config_line="vpn-dialer default-dialer", parents=()),
+ ConfigLine(config_line="ip access-list route uplink-lb-cfg-racl", parents=()),
+ ConfigLine(config_line="ip access-list session wificalling-block", parents=()),
+ ConfigLine(
+ config_line=" any alias wificalling-block any deny",
+ parents=("ip access-list session wificalling-block",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-control", parents=()),
+ ConfigLine(
+ config_line=" ipv6 user any udp 546 deny",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-icmp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-dns permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-papi permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-sec-papi permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-cfgm-tcp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-adp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-tftp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-dhcp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-natt permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-dhcp permit",
+ parents=("ip access-list session v6-control",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-logon-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session dns-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-dns permit",
+ parents=("ip access-list session dns-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session svp-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-svp permit queue high",
+ parents=("ip access-list session svp-acl",),
+ ),
+ ConfigLine(
+ config_line=" user host 224.0.1.116 any permit",
+ parents=("ip access-list session svp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-http-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-http permit",
+ parents=("ip access-list session v6-http-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session srcnat", parents=()),
+ ConfigLine(
+ config_line=" user any any src-nat",
+ parents=("ip access-list session srcnat",),
+ ),
+ ConfigLine(config_line="ip access-list session stateful-dot1x", parents=()),
+ ConfigLine(config_line="ip access-list session apprf-authenticated-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session voip-applications-acl", parents=()),
+ ConfigLine(
+ config_line=" any any app alg-skype4b-audio permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-skype4b-video permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-skype4b-desktop-sharing permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-skype4b-app-sharing permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-sip-audio permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-sip-video permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-sccp permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-vocera permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-noe permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-h323 permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-jabber-audio permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-jabber-video permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-jabber-desktop-sharing permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-facetime permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-wifi-calling permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-teams-audio permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-teams-video permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any app alg-rtp permit",
+ parents=("ip access-list session voip-applications-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session allow-diskservices", parents=()),
+ ConfigLine(
+ config_line=" any any svc-netbios-dgm permit",
+ parents=("ip access-list session allow-diskservices",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-netbios-ssn permit",
+ parents=("ip access-list session allow-diskservices",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-microsoft-ds permit",
+ parents=("ip access-list session allow-diskservices",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-netbios-ns permit",
+ parents=("ip access-list session allow-diskservices",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-sys-switch-role-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session apprf-ap-role-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session dhcp-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-dhcp permit",
+ parents=("ip access-list session dhcp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session logon-control-bridge", parents=()),
+ ConfigLine(
+ config_line=" user any udp 68 deny",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-icmp src-nat",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dns src-nat",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dhcp permit",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(
+ config_line=" any network 169.254.0.0 255.255.0.0 any deny",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(
+ config_line=" any network 240.0.0.0 240.0.0.0 any deny",
+ parents=("ip access-list session logon-control-bridge",),
+ ),
+ ConfigLine(config_line="ip access-list session vpnlogon", parents=()),
+ ConfigLine(
+ config_line=" user any svc-ike permit",
+ parents=("ip access-list session vpnlogon",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-esp permit",
+ parents=("ip access-list session vpnlogon",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-l2tp permit",
+ parents=("ip access-list session vpnlogon",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-pptp permit",
+ parents=("ip access-list session vpnlogon",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-gre permit",
+ parents=("ip access-list session vpnlogon",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-icmp-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-icmp permit",
+ parents=("ip access-list session v6-icmp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session wificalling-acl", parents=()),
+ ConfigLine(
+ config_line=" any any tcp 443 permit",
+ parents=("ip access-list session wificalling-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session tftp-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-tftp permit",
+ parents=("ip access-list session tftp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session captiveportal", parents=()),
+ ConfigLine(
+ config_line=" user alias controller svc-https dst-nat 8081",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http dst-nat 8080",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-https dst-nat 8081",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy1 dst-nat 8088",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy2 dst-nat 8088",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy3 dst-nat 8088",
+ parents=("ip access-list session captiveportal",),
+ ),
+ ConfigLine(config_line="ip access-list session vmware-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-vmware-rdp permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session vmware-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-pcoip-tcp permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session vmware-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-pcoip-udp permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session vmware-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-pcoip2-tcp permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session vmware-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-pcoip2-udp permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session vmware-acl",),
+ ),
+ ConfigLine(
+ config_line="ip access-list session apprf-default-iap-user-role-sacl",
+ parents=(),
+ ),
+ ConfigLine(config_line="ip access-list session skype4b-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-sips permit",
+ parents=("ip access-list session skype4b-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-https permit",
+ parents=("ip access-list session skype4b-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session ap-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-gre permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-syslog permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" any user svc-snmp permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-snmp-trap permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-ntp permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-ftp permit",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-telnet deny",
+ parents=("ip access-list session ap-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-allowall", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any any permit",
+ parents=("ip access-list session v6-allowall",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-default-via-role-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session jabber-acl", parents=()),
+ ConfigLine(
+ config_line=" any any tcp 5222 permit",
+ parents=("ip access-list session jabber-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any tcp 8443 permit",
+ parents=("ip access-list session jabber-acl",),
+ ),
+ ConfigLine(
+ config_line="ip access-list session apprf-block-mdns-usertouser-sacl",
+ parents=(),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-default-vpn-role-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session apprf-sys-ap-role-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session control", parents=()),
+ ConfigLine(
+ config_line=" user any udp 68 deny",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-icmp permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dns permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-papi permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-sec-papi permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-cfgm-tcp permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-adp permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-tftp permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dhcp permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-natt permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(
+ config_line=" any any tcp 6633 permit",
+ parents=("ip access-list session control",),
+ ),
+ ConfigLine(config_line="ip access-list session global-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session logon-control", parents=()),
+ ConfigLine(
+ config_line=" user any udp 68 deny",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-icmp permit",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dns permit",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-dhcp permit",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-natt permit",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any network 169.254.0.0 255.255.0.0 any deny",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(
+ config_line=" any network 240.0.0.0 240.0.0.0 any deny",
+ parents=("ip access-list session logon-control",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-dns-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-dns permit",
+ parents=("ip access-list session v6-dns-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session ap-uplink-acl", parents=()),
+ ConfigLine(
+ config_line=" any any udp 68 permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-icmp permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(
+ config_line=" any host 224.0.0.251 udp 5353 permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any udp 546 permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-icmp permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any host ff02::fb udp 5353 permit",
+ parents=("ip access-list session ap-uplink-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-guest-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session Block-MDNS-UsertoUser", parents=()),
+ ConfigLine(
+ config_line=' user any svc-dhcp permit description "Allow DHCP"',
+ parents=("ip access-list session Block-MDNS-UsertoUser",),
+ ),
+ ConfigLine(
+ config_line=' user network 224.0.0.0 240.0.0.0 any deny description "Block all multicast"',
+ parents=("ip access-list session Block-MDNS-UsertoUser",),
+ ),
+ ConfigLine(
+ config_line=' any any any permit description "Permit any"',
+ parents=("ip access-list session Block-MDNS-UsertoUser",),
+ ),
+ ConfigLine(config_line="ip access-list session noe-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-noe permit queue high",
+ parents=("ip access-list session noe-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-https-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-https permit",
+ parents=("ip access-list session v6-https-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-ap-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-gre permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-syslog permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any user svc-snmp permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-snmp-trap permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-ntp permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-ftp permit",
+ parents=("ip access-list session v6-ap-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-voice-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session https-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-https permit",
+ parents=("ip access-list session https-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session skinny-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-sccp permit queue high",
+ parents=("ip access-list session skinny-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session wan-uplink-protect-acl", parents=()),
+ ConfigLine(
+ config_line=" any any sys-svc-dhcp permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-v6-dhcp permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-esp permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-natt permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-ike permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-icmp permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any sys-svc-icmp6 permit",
+ parents=("ip access-list session wan-uplink-protect-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session vocera-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-vocera permit queue high",
+ parents=("ip access-list session vocera-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session http-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-http permit",
+ parents=("ip access-list session http-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session captiveportal6", parents=()),
+ ConfigLine(
+ config_line=" ipv6 user alias controller6 svc-https captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-http captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-https captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-http-proxy1 captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-http-proxy2 captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 user any svc-http-proxy3 captive",
+ parents=("ip access-list session captiveportal6",),
+ ),
+ ConfigLine(config_line="ip access-list session allow-printservices", parents=()),
+ ConfigLine(
+ config_line=" any any svc-lpd permit",
+ parents=("ip access-list session allow-printservices",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-ipp-tcp permit",
+ parents=("ip access-list session allow-printservices",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-ipp-udp permit",
+ parents=("ip access-list session allow-printservices",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-switch-logon-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session apprf-stateful-dot1x-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session captiveportalbridge", parents=()),
+ ConfigLine(
+ config_line=" user alias localip svc-https dual-nat pool localip 8081",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http dual-nat pool localip 8080",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-https dual-nat pool localip 8081",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy1 dual-nat pool localip 8088",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy2 dual-nat pool localip 8088",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(
+ config_line=" user any svc-http-proxy3 dual-nat pool localip 8088",
+ parents=("ip access-list session captiveportalbridge",),
+ ),
+ ConfigLine(config_line="ip access-list session ra-guard", parents=()),
+ ConfigLine(
+ config_line=" ipv6 user any icmpv6 rtr-adv deny",
+ parents=("ip access-list session ra-guard",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-denyall-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session citrix-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-citrix permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session citrix-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-ica permit tos 46 dot1p-priority 6",
+ parents=("ip access-list session citrix-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session allowall", parents=()),
+ ConfigLine(
+ config_line=" any any any permit",
+ parents=("ip access-list session allowall",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any any permit",
+ parents=("ip access-list session allowall",),
+ ),
+ ConfigLine(config_line="ip access-list session facetime-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-facetime-tcp permit queue high",
+ parents=("ip access-list session facetime-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any udp 3478 3497 permit",
+ parents=("ip access-list session facetime-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any udp 16384 16387 permit",
+ parents=("ip access-list session facetime-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any udp 16393 16402 permit",
+ parents=("ip access-list session facetime-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session validuser", parents=()),
+ ConfigLine(
+ config_line=" network 127.0.0.0 255.0.0.0 any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" network 169.254.0.0 255.255.0.0 any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" network 224.0.0.0 240.0.0.0 any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" host 255.255.255.255 any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" network 240.0.0.0 240.0.0.0 any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" any any any permit",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 host fe80:: any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 network fc00::/7 any any permit",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 network fe80::/64 any any permit",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 alias ipv6-reserved-range any any deny",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any any permit",
+ parents=("ip access-list session validuser",),
+ ),
+ ConfigLine(config_line="ip access-list session apprf-guest-logon-sacl", parents=()),
+ ConfigLine(config_line="ip access-list session cplogout", parents=()),
+ ConfigLine(
+ config_line=" user alias controller svc-https dst-nat 8081",
+ parents=("ip access-list session cplogout",),
+ ),
+ ConfigLine(config_line="ip access-list session sip-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-sip-udp permit queue high",
+ parents=("ip access-list session sip-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-sip-tcp permit queue high",
+ parents=("ip access-list session sip-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-logon-control", parents=()),
+ ConfigLine(
+ config_line=" ipv6 user any udp 546 deny",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-icmp permit",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-dhcp permit",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any any svc-dns permit",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any network fc00::/7 any permit",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any network fe80::/64 any permit",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 any alias ipv6-reserved-range any deny",
+ parents=("ip access-list session v6-logon-control",),
+ ),
+ ConfigLine(config_line="ip access-list session icmp-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-icmp permit",
+ parents=("ip access-list session icmp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session v6-dhcp-acl", parents=()),
+ ConfigLine(
+ config_line=" ipv6 any any svc-v6-dhcp permit",
+ parents=("ip access-list session v6-dhcp-acl",),
+ ),
+ ConfigLine(config_line="ip access-list session h323-acl", parents=()),
+ ConfigLine(
+ config_line=" any any svc-h323-tcp permit queue high",
+ parents=("ip access-list session h323-acl",),
+ ),
+ ConfigLine(
+ config_line=" any any svc-h323-udp permit queue high",
+ parents=("ip access-list session h323-acl",),
+ ),
+ ConfigLine(config_line="user-role denyall", parents=()),
+ ConfigLine(config_line="user-role switch-logon", parents=()),
+ ConfigLine(config_line="user-role Block-MDNS-UsertoUser", parents=()),
+ ConfigLine(
+ config_line=" access-list session Block-MDNS-UsertoUser",
+ parents=("user-role Block-MDNS-UsertoUser",),
+ ),
+ ConfigLine(config_line="user-role default-iap-user-role", parents=()),
+ ConfigLine(config_line="user-role default-via-role", parents=()),
+ ConfigLine(
+ config_line=" access-list session allowall",
+ parents=("user-role default-via-role",),
+ ),
+ ConfigLine(
+ config_line=" access-list session v6-allowall",
+ parents=("user-role default-via-role",),
+ ),
+ ConfigLine(config_line="user-role default-vpn-role", parents=()),
+ ConfigLine(
+ config_line=" access-list session ra-guard",
+ parents=("user-role default-vpn-role",),
+ ),
+ ConfigLine(
+ config_line=" access-list session allowall",
+ parents=("user-role default-vpn-role",),
+ ),
+ ConfigLine(
+ config_line=" access-list session v6-allowall",
+ parents=("user-role default-vpn-role",),
+ ),
+ ConfigLine(config_line="user-role authenticated", parents=()),
+ ConfigLine(
+ config_line=" access-list session ra-guard",
+ parents=("user-role authenticated",),
+ ),
+ ConfigLine(
+ config_line=" access-list session allowall",
+ parents=("user-role authenticated",),
+ ),
+ ConfigLine(
+ config_line=" access-list session v6-allowall",
+ parents=("user-role authenticated",),
+ ),
+ ConfigLine(config_line="user-role stateful-dot1x", parents=()),
+ ConfigLine(config_line="user-role guest", parents=()),
+ ConfigLine(config_line=" access-list session ra-guard", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session http-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session https-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session dhcp-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session icmp-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session dns-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session v6-http-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session v6-https-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session v6-dhcp-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session v6-icmp-acl", parents=("user-role guest",)),
+ ConfigLine(config_line=" access-list session v6-dns-acl", parents=("user-role guest",)),
+ ConfigLine(config_line="user-role ap-role", parents=()),
+ ConfigLine(config_line=" access-list session ra-guard", parents=("user-role ap-role",)),
+ ConfigLine(config_line=" access-list session control", parents=("user-role ap-role",)),
+ ConfigLine(config_line=" access-list session ap-acl", parents=("user-role ap-role",)),
+ ConfigLine(config_line=" access-list session v6-control", parents=("user-role ap-role",)),
+ ConfigLine(config_line=" access-list session v6-ap-acl", parents=("user-role ap-role",)),
+ ConfigLine(config_line="user-role sys-ap-role", parents=()),
+ ConfigLine(config_line="user-role sys-switch-role", parents=()),
+ ConfigLine(config_line="user-role guest-logon", parents=()),
+ ConfigLine(
+ config_line=" access-list session ra-guard",
+ parents=("user-role guest-logon",),
+ ),
+ ConfigLine(
+ config_line=" access-list session logon-control",
+ parents=("user-role guest-logon",),
+ ),
+ ConfigLine(
+ config_line=" access-list session captiveportal",
+ parents=("user-role guest-logon",),
+ ),
+ ConfigLine(
+ config_line=" access-list session v6-logon-control",
+ parents=("user-role guest-logon",),
+ ),
+ ConfigLine(
+ config_line=" access-list session captiveportal6",
+ parents=("user-role guest-logon",),
+ ),
+ ConfigLine(config_line=" captive-portal default", parents=("user-role guest-logon",)),
+ ConfigLine(config_line="user-role voice", parents=()),
+ ConfigLine(config_line=" access-list session ra-guard", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session sip-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session noe-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session svp-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session vocera-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session skinny-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session h323-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session dhcp-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session tftp-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session dns-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session icmp-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session http-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session https-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session skype4b-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session facetime-acl", parents=("user-role voice",)),
+ ConfigLine(config_line=" access-list session jabber-acl", parents=("user-role voice",)),
+ ConfigLine(
+ config_line=" access-list session wificalling-acl",
+ parents=("user-role voice",),
+ ),
+ ConfigLine(
+ config_line=" access-list session voip-applications-acl",
+ parents=("user-role voice",),
+ ),
+ ConfigLine(config_line="user-role logon", parents=()),
+ ConfigLine(config_line=" access-list session ra-guard", parents=("user-role logon",)),
+ ConfigLine(config_line=" access-list session logon-control", parents=("user-role logon",)),
+ ConfigLine(config_line=" access-list session captiveportal", parents=("user-role logon",)),
+ ConfigLine(config_line=" access-list session vpnlogon", parents=("user-role logon",)),
+ ConfigLine(
+ config_line=" access-list session v6-logon-control",
+ parents=("user-role logon",),
+ ),
+ ConfigLine(
+ config_line=" access-list session captiveportal6",
+ parents=("user-role logon",),
+ ),
+ ConfigLine(config_line="controller-ip vlan 12", parents=()),
+ ConfigLine(config_line="vlan 12", parents=()),
+ ConfigLine(config_line="vlan 102", parents=()),
+ ConfigLine(config_line="vlan 310", parents=()),
+ ConfigLine(config_line="vlan 320", parents=()),
+ ConfigLine(config_line="vlan 400", parents=()),
+ ConfigLine(config_line="vlan 420", parents=()),
+ ConfigLine(config_line="vlan 1280", parents=()),
+ ConfigLine(config_line="vlan 1282", parents=()),
+ ConfigLine(config_line="vlan 1290", parents=()),
+ ConfigLine(config_line="vlan 1294", parents=()),
+ ConfigLine(config_line="vlan 1295", parents=()),
+ ConfigLine(config_line="vlan 1297", parents=()),
+ ConfigLine(config_line="vlan 1310", parents=()),
+ ConfigLine(config_line="vlan 1313", parents=()),
+ ConfigLine(config_line="vlan 1315", parents=()),
+ ConfigLine(config_line="vlan 1320", parents=()),
+ ConfigLine(config_line="vlan 1322", parents=()),
+ ConfigLine(config_line="vlan 1330", parents=()),
+ ConfigLine(config_line="vlan 1332", parents=()),
+ ConfigLine(config_line="vlan 1350", parents=()),
+ ConfigLine(config_line="vlan 1354", parents=()),
+ ConfigLine(config_line="vlan 1355", parents=()),
+ ConfigLine(config_line="vlan 1357", parents=()),
+ ConfigLine(config_line="vlan 1380", parents=()),
+ ConfigLine(config_line="vlan 1381", parents=()),
+ ConfigLine(config_line="vlan 1385", parents=()),
+ ConfigLine(config_line="vlan-name VLAN1315", parents=()),
+ ConfigLine(config_line="vlan-name VLAN1316", parents=()),
+ ConfigLine(config_line="vlan-name VLAN1317", parents=()),
+ ConfigLine(config_line="vlan-name VLAN1318", parents=()),
+ ConfigLine(config_line="vlan VLAN1315 1315", parents=()),
+ ConfigLine(config_line="vlan VLAN1316 1316", parents=()),
+ ConfigLine(config_line="vlan VLAN1317 1317", parents=()),
+ ConfigLine(config_line="vlan VLAN1318 1318", parents=()),
+ ConfigLine(config_line="interface gigabitethernet 0/0/0", parents=()),
+ ConfigLine(config_line="interface gigabitethernet 0/0/1", parents=()),
+ ConfigLine(config_line="interface gigabitethernet 0/0/2", parents=()),
+ ConfigLine(
+ config_line=" description GE0/0/2",
+ parents=("interface gigabitethernet 0/0/2",),
+ ),
+ ConfigLine(
+ config_line=" switchport mode trunk",
+ parents=("interface gigabitethernet 0/0/2",),
+ ),
+ ConfigLine(config_line=" no spanning-tree", parents=("interface gigabitethernet 0/0/2",)),
+ ConfigLine(config_line=" trusted", parents=("interface gigabitethernet 0/0/2",)),
+ ConfigLine(config_line=" lldp transmit", parents=("interface gigabitethernet 0/0/2",)),
+ ConfigLine(config_line=" lldp receive", parents=("interface gigabitethernet 0/0/2",)),
+ ConfigLine(config_line=" lldp med", parents=("interface gigabitethernet 0/0/2",)),
+ ConfigLine(
+ config_line=" trusted vlan 1-4094",
+ parents=("interface gigabitethernet 0/0/2",),
+ ),
+ ConfigLine(
+ config_line=" lacp group 0 mode active",
+ parents=("interface gigabitethernet 0/0/2",),
+ ),
+ ConfigLine(config_line="interface gigabitethernet 0/0/3", parents=()),
+ ConfigLine(
+ config_line=" description GE0/0/3",
+ parents=("interface gigabitethernet 0/0/3",),
+ ),
+ ConfigLine(
+ config_line=" switchport mode trunk",
+ parents=("interface gigabitethernet 0/0/3",),
+ ),
+ ConfigLine(config_line=" no spanning-tree", parents=("interface gigabitethernet 0/0/3",)),
+ ConfigLine(config_line=" trusted", parents=("interface gigabitethernet 0/0/3",)),
+ ConfigLine(config_line=" lldp transmit", parents=("interface gigabitethernet 0/0/3",)),
+ ConfigLine(config_line=" lldp receive", parents=("interface gigabitethernet 0/0/3",)),
+ ConfigLine(config_line=" lldp med", parents=("interface gigabitethernet 0/0/3",)),
+ ConfigLine(
+ config_line=" trusted vlan 1-4094",
+ parents=("interface gigabitethernet 0/0/3",),
+ ),
+ ConfigLine(
+ config_line=" lacp group 0 mode active",
+ parents=("interface gigabitethernet 0/0/3",),
+ ),
+ ConfigLine(config_line="interface gigabitethernet 0/0/4", parents=()),
+ ConfigLine(config_line="interface gigabitethernet 0/0/5", parents=()),
+ ConfigLine(config_line="interface port-channel 0", parents=()),
+ ConfigLine(config_line=" no spanning-tree", parents=("interface port-channel 0",)),
+ ConfigLine(config_line=" switchport mode trunk", parents=("interface port-channel 0",)),
+ ConfigLine(
+ config_line=" switchport trunk native vlan 1",
+ parents=("interface port-channel 0",),
+ ),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 0",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 0",)),
+ ConfigLine(config_line="interface port-channel 1", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 1",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 1",)),
+ ConfigLine(config_line="interface port-channel 2", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 2",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 2",)),
+ ConfigLine(config_line="interface port-channel 3", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 3",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 3",)),
+ ConfigLine(config_line="interface port-channel 4", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 4",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 4",)),
+ ConfigLine(config_line="interface port-channel 5", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 5",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 5",)),
+ ConfigLine(config_line="interface port-channel 6", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 6",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 6",)),
+ ConfigLine(config_line="interface port-channel 7", parents=()),
+ ConfigLine(config_line=" trusted", parents=("interface port-channel 7",)),
+ ConfigLine(config_line=" trusted vlan 1-4094", parents=("interface port-channel 7",)),
+ ConfigLine(config_line="interface vlan 12", parents=()),
+ ConfigLine(
+ config_line=" ip address 8.8.8.8 255.255.255.240",
+ parents=("interface vlan 12",),
+ ),
+ ConfigLine(config_line="interface vlan 1315", parents=()),
+ ConfigLine(config_line=" ip nat inside", parents=("interface vlan 1315",)),
+ ConfigLine(config_line="interface vlan 1316", parents=()),
+ ConfigLine(config_line=" ip nat inside", parents=("interface vlan 1316",)),
+ ConfigLine(config_line="interface vlan 1317", parents=()),
+ ConfigLine(config_line=" ip nat inside", parents=("interface vlan 1317",)),
+ ConfigLine(config_line="interface vlan 1318", parents=()),
+ ConfigLine(config_line=" ip nat inside", parents=("interface vlan 1318",)),
+ ConfigLine(config_line="ip default-gateway 8.8.8.1", parents=()),
+ ConfigLine(config_line="uplink health-check", parents=()),
+ ConfigLine(
+ config_line="crypto-local isakmp dpd idle-timeout 22 retry-timeout 2 retry-attempts 3",
+ parents=(),
+ ),
+ ConfigLine(config_line="crypto isakmp policy 10002", parents=()),
+ ConfigLine(config_line=" version v1", parents=("crypto isakmp policy 10002",)),
+ ConfigLine(config_line=" authentication rsa-sig", parents=("crypto isakmp policy 10002",)),
+ ConfigLine(config_line=" encryption AES256", parents=("crypto isakmp policy 10002",)),
+ ConfigLine(config_line=" group 2", parents=("crypto isakmp policy 10002",)),
+ ConfigLine(config_line=" hash sha", parents=("crypto isakmp policy 10002",)),
+ ConfigLine(config_line="crypto isakmp policy 10006", parents=()),
+ ConfigLine(config_line=" version v2", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line=" authentication rsa-sig", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line=" encryption AES128", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line=" prf PRF-HMAC-SHA1", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line=" group 2", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line=" hash sha1-96", parents=("crypto isakmp policy 10006",)),
+ ConfigLine(config_line="crypto isakmp policy 10012", parents=()),
+ ConfigLine(config_line=" version v2", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line=" authentication rsa-sig", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line=" encryption AES256", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line=" prf PRF-HMAC-SHA1", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line=" group 14", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line=" hash sha1-96", parents=("crypto isakmp policy 10012",)),
+ ConfigLine(config_line="crypto isakmp policy 20", parents=()),
+ ConfigLine(config_line=" version v1", parents=("crypto isakmp policy 20",)),
+ ConfigLine(config_line=" authentication pre-share", parents=("crypto isakmp policy 20",)),
+ ConfigLine(config_line=" encryption AES256", parents=("crypto isakmp policy 20",)),
+ ConfigLine(config_line=" group 2", parents=("crypto isakmp policy 20",)),
+ ConfigLine(config_line=" hash sha", parents=("crypto isakmp policy 20",)),
+ ConfigLine(config_line="crypto isakmp policy 10013", parents=()),
+ ConfigLine(config_line=" version v1", parents=("crypto isakmp policy 10013",)),
+ ConfigLine(
+ config_line=" authentication pre-share",
+ parents=("crypto isakmp policy 10013",),
+ ),
+ ConfigLine(config_line=" encryption AES256", parents=("crypto isakmp policy 10013",)),
+ ConfigLine(config_line=" group 14", parents=("crypto isakmp policy 10013",)),
+ ConfigLine(config_line=" hash sha", parents=("crypto isakmp policy 10013",)),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-ha-transform esp-3des esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-1st-ikev2-transform esp-aes256 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-gcm256 esp-aes256-gcm",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-ml-transform esp-3des esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-boc-bm-transform esp-aes256 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-3rd-ikev2-transform esp-aes128 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-aes esp-aes256 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-transform esp-3des esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-cluster-transform esp-aes256 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-gcm128 esp-aes128-gcm",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="crypto ipsec transform-set default-rap-transform esp-aes256 esp-sha-hmac",
+ parents=(),
+ ),
+ ConfigLine(config_line="crypto dynamic-map default-dynamicmap 10000", parents=()),
+ ConfigLine(
+ config_line=" set transform-set default-transform default-aes",
+ parents=("crypto dynamic-map default-dynamicmap 10000",),
+ ),
+ ConfigLine(
+ config_line=" version v1",
+ parents=("crypto dynamic-map default-dynamicmap 10000",),
+ ),
+ ConfigLine(config_line="crypto dynamic-map default-rap-ipsecmap 10001", parents=()),
+ ConfigLine(
+ config_line=" set transform-set default-gcm256 default-gcm128 default-rap-transform",
+ parents=("crypto dynamic-map default-rap-ipsecmap 10001",),
+ ),
+ ConfigLine(
+ config_line=" version v2",
+ parents=("crypto dynamic-map default-rap-ipsecmap 10001",),
+ ),
+ ConfigLine(config_line="crypto dynamic-map default-ikev2-dynamicmap 10000", parents=()),
+ ConfigLine(
+ config_line=" set transform-set default-1st-ikev2-transform default-3rd-ikev2-transform",
+ parents=("crypto dynamic-map default-ikev2-dynamicmap 10000",),
+ ),
+ ConfigLine(
+ config_line=" version v2",
+ parents=("crypto dynamic-map default-ikev2-dynamicmap 10000",),
+ ),
+ ConfigLine(config_line="crypto dynamic-map default-rap-ipsecmap-aes 10001", parents=()),
+ ConfigLine(
+ config_line=" set transform-set default-rap-transform",
+ parents=("crypto dynamic-map default-rap-ipsecmap-aes 10001",),
+ ),
+ ConfigLine(
+ config_line=" version v2",
+ parents=("crypto dynamic-map default-rap-ipsecmap-aes 10001",),
+ ),
+ ConfigLine(config_line="crypto dynamic-map default-rap-ipsecmap-gcm 10001", parents=()),
+ ConfigLine(
+ config_line=" set transform-set default-gcm256 default-gcm128",
+ parents=("crypto dynamic-map default-rap-ipsecmap-gcm 10001",),
+ ),
+ ConfigLine(
+ config_line=" version v2",
+ parents=("crypto dynamic-map default-rap-ipsecmap-gcm 10001",),
+ ),
+ ConfigLine(config_line="vpdn group l2tp", parents=()),
+ ConfigLine(config_line="snmp-server community PUBLIC", parents=()),
+ ConfigLine(config_line="snmp-server community PRIVATE", parents=()),
+ ConfigLine(config_line="snmp-server host 1.2.3.4 version 1 pass udp-port 162", parents=()),
+ ConfigLine(config_line="snmp-server host 5.6.7.8 version 2c pass udp-port 162", parents=()),
+ ConfigLine(config_line="vpdn group pptp", parents=()),
+ ConfigLine(
+ config_line="mgmt-server primary-server 192.168.5.5 profile default-amp",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="mgmt-server primary-server conductor profile default-controller transport udp",
+ parents=(),
+ ),
+ ConfigLine(config_line="adp igmp-vlan 0", parents=()),
+ ConfigLine(config_line="mgmt-user admin root ********************", parents=()),
+ ConfigLine(
+ config_line="mgmt-user ssh-pubkey client-cert master-ssh-pub-cert seamless-logon read-only",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="mgmt-user ssh-pubkey client-cert master-ssh-pub-cert seamless-logon-w standard",
+ parents=(),
+ ),
+ ConfigLine(config_line="ssh mgmt-auth public-key", parents=()),
+ ConfigLine(config_line="ntp server 192.168.1.1", parents=()),
+ ConfigLine(config_line="ip mobile domain default", parents=()),
+ ConfigLine(config_line="firewall", parents=()),
+ ConfigLine(config_line=" amsdu", parents=("firewall",)),
+ ConfigLine(config_line=" optimize-dad-frames", parents=("firewall",)),
+ ConfigLine(config_line=" session-idle-timeout 16", parents=("firewall",)),
+ ConfigLine(config_line=" dpi", parents=("firewall",)),
+ ConfigLine(config_line=" attack-rate grat-arp 50 drop", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract sessmirr 976", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract vrrp 512", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract auth 976", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract arp-traffic 3906", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract l2-other 1953", parents=("firewall",)),
+ ConfigLine(config_line=" cp-bandwidth-contract ippkt-err 128", parents=("firewall",)),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-telnet pps 320", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-amp pps 96000", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-ike pps 2016", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-others pps 320", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-telnet pps 320", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-ike pps 2016", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-icmpv6 pps 2016", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-others pps 320", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-amp pps 96000", parents=()),
+ ConfigLine(
+ config_line="cp-bandwidth-contract cpbwc-ipv4-file-transfer pps 8000",
+ parents=(),
+ ),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-mobility pps 1024", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-syslog pps 2016", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-wms-lo pps 48000", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-icmp pps 2016", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-udp pps 204800", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-radius-ldap pps 1024", parents=()),
+ ConfigLine(
+ config_line="cp-bandwidth-contract cpbwc-ipv6-file-transfer pps 8000",
+ parents=(),
+ ),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-dns pps 128", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-http pps 8000", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-snmp pps 512", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv6-dhcp pps 1024", parents=()),
+ ConfigLine(config_line="cp-bandwidth-contract cpbwc-ipv4-ntp pps 512", parents=()),
+ ConfigLine(config_line="firewall cp", parents=()),
+ ConfigLine(config_line=" ipv4 deny any proto 6 ports 3306 3306", parents=("firewall cp",)),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 2300 2300 bandwidth-contract cpbwc-ipv4-telnet",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 9199 9199",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 8089 8089",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 17 17 bandwidth-contract cpbwc-ipv4-others",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 50 ports 0 65535",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 8200 8200 bandwidth-contract cpbwc-ipv4-others",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 112 ports 0 65535",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 89 ports 0 65535",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(config_line=" ipv4 permit any proto 2 ports 0 65535", parents=("firewall cp",)),
+ ConfigLine(config_line=" ipv4 permit any proto 6 ports 873 873", parents=("firewall cp",)),
+ ConfigLine(config_line=" ipv4 deny any proto 6 ports 1723 1723", parents=("firewall cp",)),
+ ConfigLine(
+ config_line=" ipv4 deny any proto 17 ports 1701 1701",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 deny any proto 6 ports 23 23 bandwidth-contract cpbwc-ipv4-telnet",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(config_line=" ipv4 deny any proto 6 ports 8084 8084", parents=("firewall cp",)),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 8211 8211",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 5060 5060",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 8212 8212",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 67 68 bandwidth-contract cpbwc-ipv4-dhcp",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 161 161 bandwidth-contract cpbwc-ipv4-snmp",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 123 123 bandwidth-contract cpbwc-ipv4-ntp",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 53 53 bandwidth-contract cpbwc-ipv4-dns",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 69 69 bandwidth-contract cpbwc-ipv4-file-transfer",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 4500 4500",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 8088 8088 bandwidth-contract cpbwc-ipv4-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 500 500 bandwidth-contract cpbwc-ipv4-ike",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 8888 8888 bandwidth-contract cpbwc-ipv4-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 17 ports 1702 1702",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 4343 4343 bandwidth-contract cpbwc-ipv4-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv4 permit any proto 6 ports 443 443 bandwidth-contract cpbwc-ipv4-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 47 ports 0 65535",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 80 80 bandwidth-contract cpbwc-ipv6-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 636 636 bandwidth-contract cpbwc-ipv6-radius-ldap",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 389 389 bandwidth-contract cpbwc-ipv6-radius-ldap",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 5080 5080 bandwidth-contract cpbwc-ipv6-others",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 1645 1645 bandwidth-contract cpbwc-ipv6-radius-ldap",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 1812 1813 bandwidth-contract cpbwc-ipv6-radius-ldap",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 546 547 bandwidth-contract cpbwc-ipv6-dhcp",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 3799 3799 bandwidth-contract cpbwc-ipv6-radius-ldap",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 8209 8209",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 434 434 bandwidth-contract cpbwc-ipv6-mobility",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 58 ports 256 65535 bandwidth-contract cpbwc-ipv6-icmpv6",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 8090 8090",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 9090 9090",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 6008 6008",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 15720 15720",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 15267 15267",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 9091 9091",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(config_line=" ipv6 deny any proto 0 ports 0 65535", parents=("firewall cp",)),
+ ConfigLine(config_line=" ipv6 deny any proto 6 ports 1723 1723", parents=("firewall cp",)),
+ ConfigLine(
+ config_line=" ipv6 deny any proto 17 ports 1701 1701",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 deny any proto 6 ports 23 23 bandwidth-contract cpbwc-ipv6-telnet",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(config_line=" ipv6 deny any proto 6 ports 8084 8084", parents=("firewall cp",)),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 8211 8211",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 4343 4343 bandwidth-contract cpbwc-ipv6-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 443 443 bandwidth-contract cpbwc-ipv6-http",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 8211 8211",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 2323 2323 bandwidth-contract cpbwc-ipv6-telnet",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 22 22 bandwidth-contract cpbwc-ipv6-file-transfer",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 17 ports 514 514 bandwidth-contract cpbwc-ipv6-syslog",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 21 21 bandwidth-contract cpbwc-ipv6-file-transfer",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 9190 9190",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(
+ config_line=" ipv6 permit any proto 6 ports 15260 15260",
+ parents=("firewall cp",),
+ ),
+ ConfigLine(config_line="ip name-server 192.168.1.5", parents=()),
+ ConfigLine(config_line="ip name-server 192.168.1.6", parents=()),
+ ConfigLine(config_line='aaa authentication mac "default"', parents=()),
+ ConfigLine(config_line='aaa authentication dot1x ".vlan1315"', parents=()),
+ ConfigLine(config_line='aaa authentication dot1x ".vlan1316"', parents=()),
+ ConfigLine(config_line='aaa authentication dot1x ".vlan1317"', parents=()),
+ ConfigLine(config_line='aaa authentication dot1x ".vlan1318"', parents=()),
+ ConfigLine(config_line='aaa authentication-server tacacs "TACACS_SERVER1"', parents=()),
+ ConfigLine(
+ config_line=' host "192.168.5.5"',
+ parents=('aaa authentication-server tacacs "TACACS_SERVER1"',),
+ ),
+ ConfigLine(
+ config_line=" key password",
+ parents=('aaa authentication-server tacacs "TACACS_SERVER1"',),
+ ),
+ ConfigLine(
+ config_line=" session-authorization",
+ parents=('aaa authentication-server tacacs "TACACS_SERVER1"',),
+ ),
+ ConfigLine(config_line='aaa authentication-server tacacs "TACACS_SERVER2"', parents=()),
+ ConfigLine(
+ config_line=' host "192.168.5.6"',
+ parents=('aaa authentication-server tacacs "TACACS_SERVER2"',),
+ ),
+ ConfigLine(
+ config_line=" key password",
+ parents=('aaa authentication-server tacacs "TACACS_SERVER2"',),
+ ),
+ ConfigLine(
+ config_line=" session-authorization",
+ parents=('aaa authentication-server tacacs "TACACS_SERVER2"',),
+ ),
+ ConfigLine(config_line="aaa authentication via global-config", parents=()),
+ ConfigLine(config_line='scheduler-profile "default"', parents=()),
+ ConfigLine(
+ config_line=" queue-weights q0 0 q1 0 q2 0 q3 0",
+ parents=('scheduler-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=' priority-map q0 "6 7" q1 "4 5" q2 "2 3" q3 "0 1"',
+ parents=('scheduler-profile "default"',),
+ ),
+ ConfigLine(config_line='aaa server-group "default"', parents=()),
+ ConfigLine(
+ config_line=" auth-server TACACS_SERVER1 position 1",
+ parents=('aaa server-group "default"',),
+ ),
+ ConfigLine(
+ config_line=" auth-server TACACS_SERVER2 position 2",
+ parents=('aaa server-group "default"',),
+ ),
+ ConfigLine(
+ config_line=" set role condition role value-of",
+ parents=('aaa server-group "default"',),
+ ),
+ ConfigLine(config_line='aaa server-group "TACACS_GROUP"', parents=()),
+ ConfigLine(
+ config_line=" allow-fail-through",
+ parents=('aaa server-group "TACACS_GROUP"',),
+ ),
+ ConfigLine(
+ config_line=" auth-server TACACS_SERVER1 position 1",
+ parents=('aaa server-group "TACACS_GROUP"',),
+ ),
+ ConfigLine(
+ config_line=" auth-server TACACS_SERVER2 position 2",
+ parents=('aaa server-group "TACACS_GROUP"',),
+ ),
+ ConfigLine(config_line='aaa profile ".vlan1315"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "authenticated"',
+ parents=('aaa profile ".vlan1315"',),
+ ),
+ ConfigLine(
+ config_line=' authentication-dot1x ".vlan1315"',
+ parents=('aaa profile ".vlan1315"',),
+ ),
+ ConfigLine(config_line='aaa profile ".vlan1316"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "authenticated"',
+ parents=('aaa profile ".vlan1316"',),
+ ),
+ ConfigLine(
+ config_line=' authentication-dot1x ".vlan1316"',
+ parents=('aaa profile ".vlan1316"',),
+ ),
+ ConfigLine(config_line='aaa profile ".vlan1317"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "authenticated"',
+ parents=('aaa profile ".vlan1317"',),
+ ),
+ ConfigLine(
+ config_line=' authentication-dot1x ".vlan1317"',
+ parents=('aaa profile ".vlan1317"',),
+ ),
+ ConfigLine(config_line='aaa profile ".vlan1318"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "authenticated"',
+ parents=('aaa profile ".vlan1318"',),
+ ),
+ ConfigLine(
+ config_line=' authentication-dot1x ".vlan1318"',
+ parents=('aaa profile ".vlan1318"',),
+ ),
+ ConfigLine(config_line='aaa profile "default"', parents=()),
+ ConfigLine(config_line='aaa profile "default-dot1x"', parents=()),
+ ConfigLine(
+ config_line=' authentication-dot1x "default"',
+ parents=('aaa profile "default-dot1x"',),
+ ),
+ ConfigLine(
+ config_line=' dot1x-default-role "authenticated"',
+ parents=('aaa profile "default-dot1x"',),
+ ),
+ ConfigLine(config_line='aaa profile "default-dot1x-psk"', parents=()),
+ ConfigLine(
+ config_line=' authentication-dot1x "default-psk"',
+ parents=('aaa profile "default-dot1x-psk"',),
+ ),
+ ConfigLine(config_line='aaa profile "default-iap-aaa-profile"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "default-iap-user-role"',
+ parents=('aaa profile "default-iap-aaa-profile"',),
+ ),
+ ConfigLine(
+ config_line=" no wired-to-wireless-roam",
+ parents=('aaa profile "default-iap-aaa-profile"',),
+ ),
+ ConfigLine(
+ config_line=" no devtype-classification",
+ parents=('aaa profile "default-iap-aaa-profile"',),
+ ),
+ ConfigLine(config_line='aaa profile "default-mac-auth"', parents=()),
+ ConfigLine(
+ config_line=' authentication-mac "default"',
+ parents=('aaa profile "default-mac-auth"',),
+ ),
+ ConfigLine(
+ config_line=' mac-default-role "authenticated"',
+ parents=('aaa profile "default-mac-auth"',),
+ ),
+ ConfigLine(config_line='aaa profile "default-open"', parents=()),
+ ConfigLine(config_line='aaa profile "default-tunneled-user"', parents=()),
+ ConfigLine(
+ config_line=' initial-role "guest"',
+ parents=('aaa profile "default-tunneled-user"',),
+ ),
+ ConfigLine(
+ config_line=" no wired-to-wireless-roam",
+ parents=('aaa profile "default-tunneled-user"',),
+ ),
+ ConfigLine(
+ config_line=" no devtype-classification",
+ parents=('aaa profile "default-tunneled-user"',),
+ ),
+ ConfigLine(config_line='aaa authentication captive-portal "default"', parents=()),
+ ConfigLine(config_line='aaa authentication wispr "default"', parents=()),
+ ConfigLine(config_line='aaa authentication vpn "default"', parents=()),
+ ConfigLine(config_line='aaa authentication vpn "default-cap"', parents=()),
+ ConfigLine(
+ config_line=' default-role "sys-ap-role"',
+ parents=('aaa authentication vpn "default-cap"',),
+ ),
+ ConfigLine(
+ config_line=' server-group "internal"',
+ parents=('aaa authentication vpn "default-cap"',),
+ ),
+ ConfigLine(config_line='aaa authentication vpn "default-hp-switch"', parents=()),
+ ConfigLine(config_line='aaa authentication vpn "default-iap"', parents=()),
+ ConfigLine(config_line='aaa authentication vpn "default-rap"', parents=()),
+ ConfigLine(config_line="aaa authentication mgmt", parents=()),
+ ConfigLine(
+ config_line=' server-group "TACACS_GROUP"',
+ parents=("aaa authentication mgmt",),
+ ),
+ ConfigLine(config_line=" enable", parents=("aaa authentication mgmt",)),
+ ConfigLine(config_line='aaa authentication stateful-ntlm "default"', parents=()),
+ ConfigLine(config_line='aaa authentication stateful-kerberos "default"', parents=()),
+ ConfigLine(config_line="aaa authentication stateful-dot1x", parents=()),
+ ConfigLine(config_line='aaa authentication via auth-profile "default"', parents=()),
+ ConfigLine(config_line="aaa authentication wired", parents=()),
+ ConfigLine(config_line='aaa authentication via connection-profile "default"', parents=()),
+ ConfigLine(config_line='aaa authentication via web-auth "default"', parents=()),
+ ConfigLine(config_line="web-server profile", parents=()),
+ ConfigLine(config_line=" session-timeout 1800", parents=("web-server profile",)),
+ ConfigLine(config_line="guest-access-email", parents=()),
+ ConfigLine(config_line="aaa password-policy mgmt", parents=()),
+ ConfigLine(config_line="control-plane-security", parents=()),
+ ConfigLine(config_line=" auto-cert-prov", parents=("control-plane-security",)),
+ ConfigLine(config_line="ids management-profile", parents=()),
+ ConfigLine(config_line="ids wms-general-profile", parents=()),
+ ConfigLine(config_line="ids wms-local-system-profile", parents=()),
+ ConfigLine(config_line="ids ap-rule-matching", parents=()),
+ ConfigLine(config_line="valid-network-oui-profile", parents=()),
+ ConfigLine(config_line="activate", parents=()),
+ ConfigLine(config_line="file syncing profile", parents=()),
+ ConfigLine(config_line="ucc skype4b", parents=()),
+ ConfigLine(config_line="ucc teams", parents=()),
+ ConfigLine(config_line="ucc webrtc", parents=()),
+ ConfigLine(config_line="ucc custom-sip", parents=()),
+ ConfigLine(config_line="ucc rtpa-config", parents=()),
+ ConfigLine(config_line="ucc jabber", parents=()),
+ ConfigLine(config_line="ucc sip", parents=()),
+ ConfigLine(config_line="ucc h323", parents=()),
+ ConfigLine(config_line="ucc vocera", parents=()),
+ ConfigLine(config_line="ucc sccp", parents=()),
+ ConfigLine(config_line="ucc noe", parents=()),
+ ConfigLine(config_line="ucc facetime", parents=()),
+ ConfigLine(config_line="ucc ich", parents=()),
+ ConfigLine(config_line="ucc session-idle-timeout", parents=()),
+ ConfigLine(config_line="ucc wificalling", parents=()),
+ ConfigLine(config_line='lc-cluster group-profile "CLUSTER1"', parents=()),
+ ConfigLine(
+ config_line=" controller 192.168.7.7 priority 128 mcast-vlan 0 vrrp-ip 0.0.0.0 vrrp-vlan 0 group 1 rap-public-ip 9.9.9.9",
+ parents=('lc-cluster group-profile "CLUSTER1"',),
+ ),
+ ConfigLine(
+ config_line=" controller 192.168.7.8 priority 128 mcast-vlan 0 vrrp-ip 0.0.0.0 vrrp-vlan 0 group 1 rap-public-ip 10.10.10.10",
+ parents=('lc-cluster group-profile "CLUSTER1"',),
+ ),
+ ConfigLine(config_line="papi-security", parents=()),
+ ConfigLine(config_line='est profile "default"', parents=()),
+ ConfigLine(config_line="aruba-central", parents=()),
+ ConfigLine(config_line="wlan sae-profile", parents=()),
+ ConfigLine(config_line="ifmap cppm", parents=()),
+ ConfigLine(config_line='pan profile "default"', parents=()),
+ ConfigLine(config_line="pan-options", parents=()),
+ ConfigLine(config_line="websocket clearpass", parents=()),
+ ConfigLine(config_line="pan active-profile", parents=()),
+ ConfigLine(config_line="openflow-profile", parents=()),
+ ConfigLine(config_line=' controller-ip "conductorip" 6633', parents=("openflow-profile",)),
+ ConfigLine(config_line=" bind-vlan 1-4094", parents=("openflow-profile",)),
+ ConfigLine(config_line='dump-collection-profile "default"', parents=()),
+ ConfigLine(config_line='ap regulatory-domain-profile "default"', parents=()),
+ ConfigLine(
+ config_line=" country-code US",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11g-channel 1",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11g-channel 6",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11g-channel 11",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 36",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 40",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 44",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 48",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 149",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 153",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 157",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 161",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-channel 165",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11g-40mhz-channel-pair 1-5",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11g-40mhz-channel-pair 7-11",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-40mhz-channel-pair 36-40",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-40mhz-channel-pair 44-48",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-40mhz-channel-pair 149-153",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-40mhz-channel-pair 157-161",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-80mhz-channel-group 36-48",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-80mhz-channel-group 149-161",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(
+ config_line=" valid-11a-160mhz-channel-group 36-64",
+ parents=('ap regulatory-domain-profile "default"',),
+ ),
+ ConfigLine(config_line='ap wired-ap-profile "default"', parents=()),
+ ConfigLine(config_line='ap wired-ap-profile "USERS"', parents=()),
+ ConfigLine(config_line=" wired-ap-enable", parents=('ap wired-ap-profile "USERS"',)),
+ ConfigLine(config_line=" trusted", parents=('ap wired-ap-profile "USERS"',)),
+ ConfigLine(config_line=" forward-mode bridge", parents=('ap wired-ap-profile "USERS"',)),
+ ConfigLine(
+ config_line=" switchport access vlan 12",
+ parents=('ap wired-ap-profile "USERS"',),
+ ),
+ ConfigLine(config_line='ap enet-link-profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-ht-ssid-profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-ht-ssid-profile "mesh"', parents=()),
+ ConfigLine(config_line='ap lldp med-network-policy-profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-cluster-profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-accesslist-profile "default"', parents=()),
+ ConfigLine(config_line='ap wifi-uplink-profile "default"', parents=()),
+ ConfigLine(config_line='ap multizone-profile "default"', parents=()),
+ ConfigLine(config_line='ap usb-acl-prof "default"', parents=()),
+ ConfigLine(config_line='ap system-profile "SYSTEM_PROF"', parents=()),
+ ConfigLine(config_line=" led-mode off", parents=('ap system-profile "SYSTEM_PROF"',)),
+ ConfigLine(config_line=" lms-ip 172.16.5.5", parents=('ap system-profile "SYSTEM_PROF"',)),
+ ConfigLine(
+ config_line=" bkup-lms-ip 172.16.5.5",
+ parents=('ap system-profile "SYSTEM_PROF"',),
+ ),
+ ConfigLine(
+ config_line=" ap-console-password pass1",
+ parents=('ap system-profile "SYSTEM_PROF"',),
+ ),
+ ConfigLine(
+ config_line=" bkup-passwords pass2",
+ parents=('ap system-profile "SYSTEM_PROF"',),
+ ),
+ ConfigLine(config_line='ap system-profile "default"', parents=()),
+ ConfigLine(
+ config_line=" ap-console-password passdefault",
+ parents=('ap system-profile "default"',),
+ ),
+ ConfigLine(config_line='ap lldp profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-radio-profile "default"', parents=()),
+ ConfigLine(config_line='ap mesh-radio-profile "mesh"', parents=()),
+ ConfigLine(
+ config_line=' mesh-ht-ssid-profile "mesh"',
+ parents=('ap mesh-radio-profile "mesh"',),
+ ),
+ ConfigLine(config_line='ap usb-profile "default"', parents=()),
+ ConfigLine(config_line='ap wired-port-profile "default"', parents=()),
+ ConfigLine(config_line='ap wired-port-profile "PORT-SHUTDOWN"', parents=()),
+ ConfigLine(config_line=" shutdown", parents=('ap wired-port-profile "PORT-SHUTDOWN"',)),
+ ConfigLine(
+ config_line=' bridge-role "logon"',
+ parents=('ap wired-port-profile "PORT-SHUTDOWN"',),
+ ),
+ ConfigLine(config_line='ap wired-port-profile "NoAuthWiredPort"', parents=()),
+ ConfigLine(
+ config_line=' wired-ap-profile "NoAuthWiredAp"',
+ parents=('ap wired-port-profile "NoAuthWiredPort"',),
+ ),
+ ConfigLine(
+ config_line=' aaa-profile "NoAuthAAAProfile"',
+ parents=('ap wired-port-profile "NoAuthWiredPort"',),
+ ),
+ ConfigLine(config_line='ap wired-port-profile "shutdown"', parents=()),
+ ConfigLine(config_line=" shutdown", parents=('ap wired-port-profile "shutdown"',)),
+ ConfigLine(config_line='gps service-profile "default"', parents=()),
+ ConfigLine(config_line='ids general-profile "default"', parents=()),
+ ConfigLine(config_line='ids rate-thresholds-profile "default"', parents=()),
+ ConfigLine(
+ config_line='ids rate-thresholds-profile "probe-request-response-thresholds"',
+ parents=(),
+ ),
+ ConfigLine(
+ config_line=" channel-inc-time 30",
+ parents=('ids rate-thresholds-profile "probe-request-response-thresholds"',),
+ ),
+ ConfigLine(
+ config_line=" channel-threshold 350",
+ parents=('ids rate-thresholds-profile "probe-request-response-thresholds"',),
+ ),
+ ConfigLine(
+ config_line=" node-time-interval 10",
+ parents=('ids rate-thresholds-profile "probe-request-response-thresholds"',),
+ ),
+ ConfigLine(
+ config_line=" node-threshold 250",
+ parents=('ids rate-thresholds-profile "probe-request-response-thresholds"',),
+ ),
+ ConfigLine(config_line='ids signature-profile "AirJack"', parents=()),
+ ConfigLine(
+ config_line=" frame-type beacon ssid AirJack",
+ parents=('ids signature-profile "AirJack"',),
+ ),
+ ConfigLine(config_line='ids signature-profile "default"', parents=()),
+ ConfigLine(config_line='ids impersonation-profile "default"', parents=()),
+ ConfigLine(config_line='ids unauthorized-device-profile "default"', parents=()),
+ ConfigLine(config_line='ids signature-matching-profile "default"', parents=()),
+ ConfigLine(
+ config_line=' signature "Disassoc-Broadcast"',
+ parents=('ids signature-matching-profile "default"',),
+ ),
+ ConfigLine(config_line='ids dos-profile "default"', parents=()),
+ ConfigLine(config_line='ids profile "default"', parents=()),
+ ConfigLine(config_line='rf dot11-60GHz-radio-profile "default"', parents=()),
+ ConfigLine(config_line='wlan 6ghz-rrm-ie-profile "default"', parents=()),
+ ConfigLine(config_line='rf arm-profile "maintain"', parents=()),
+ ConfigLine(config_line=" no scanning", parents=('rf arm-profile "maintain"',)),
+ ConfigLine(config_line='rf arm-profile "scan"', parents=()),
+ ConfigLine(config_line='rf arm-profile "default-6ghz"', parents=()),
+ ConfigLine(config_line=" 160MHz-support Auto", parents=('rf arm-profile "default-6ghz"',)),
+ ConfigLine(config_line=" min-tx-power 12", parents=('rf arm-profile "default-6ghz"',)),
+ ConfigLine(config_line=" max-tx-power 18", parents=('rf arm-profile "default-6ghz"',)),
+ ConfigLine(config_line='rf arm-profile "default-a"', parents=()),
+ ConfigLine(config_line='rf arm-profile "default-g"', parents=()),
+ ConfigLine(config_line='rf ht-radio-profile "default-6ghz"', parents=()),
+ ConfigLine(config_line='rf ht-radio-profile "default-a"', parents=()),
+ ConfigLine(config_line='rf ht-radio-profile "default-g"', parents=()),
+ ConfigLine(config_line='rf spectrum-profile "default-6ghz"', parents=()),
+ ConfigLine(config_line='rf spectrum-profile "default-a"', parents=()),
+ ConfigLine(config_line='rf spectrum-profile "default-g"', parents=()),
+ ConfigLine(config_line='rf optimization-profile "default"', parents=()),
+ ConfigLine(config_line='rf event-thresholds-profile "default"', parents=()),
+ ConfigLine(config_line='rf am-scan-profile "default"', parents=()),
+ ConfigLine(config_line='rf dot11a-radio-profile "default"', parents=()),
+ ConfigLine(config_line='rf dot11a-radio-profile "maintain-a"', parents=()),
+ ConfigLine(
+ config_line=' arm-profile "maintain"',
+ parents=('rf dot11a-radio-profile "maintain-a"',),
+ ),
+ ConfigLine(config_line='rf dot11a-radio-profile "rp-monitor-a"', parents=()),
+ ConfigLine(
+ config_line=" mode am-mode",
+ parents=('rf dot11a-radio-profile "rp-monitor-a"',),
+ ),
+ ConfigLine(config_line='rf dot11a-radio-profile "rp-scan-a"', parents=()),
+ ConfigLine(
+ config_line=' arm-profile "scan"',
+ parents=('rf dot11a-radio-profile "rp-scan-a"',),
+ ),
+ ConfigLine(config_line='rf dot11g-radio-profile "default"', parents=()),
+ ConfigLine(config_line='rf dot11g-radio-profile "maintain-g"', parents=()),
+ ConfigLine(
+ config_line=' arm-profile "maintain"',
+ parents=('rf dot11g-radio-profile "maintain-g"',),
+ ),
+ ConfigLine(config_line='rf dot11g-radio-profile "rp-monitor-g"', parents=()),
+ ConfigLine(
+ config_line=" mode am-mode",
+ parents=('rf dot11g-radio-profile "rp-monitor-g"',),
+ ),
+ ConfigLine(config_line='rf dot11g-radio-profile "rp-scan-g"', parents=()),
+ ConfigLine(
+ config_line=' arm-profile "scan"',
+ parents=('rf dot11g-radio-profile "rp-scan-g"',),
+ ),
+ ConfigLine(config_line='rf dot11-6GHz-radio-profile "default"', parents=()),
+ ConfigLine(config_line='wlan rrm-ie-profile "default"', parents=()),
+ ConfigLine(config_line='wlan bcn-rpt-req-profile "default"', parents=()),
+ ConfigLine(config_line='wlan dot11r-profile "default"', parents=()),
+ ConfigLine(config_line='wlan tsm-req-profile "default"', parents=()),
+ ConfigLine(config_line='wlan ht-ssid-profile "default"', parents=()),
+ ConfigLine(config_line='wlan he-ssid-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-venue-name-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-nwk-auth-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-roam-cons-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-nai-realm-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-3gpp-nwk-profile "default"', parents=()),
+ ConfigLine(
+ config_line='wlan hotspot h2qp-operator-friendly-name-profile "default"',
+ parents=(),
+ ),
+ ConfigLine(config_line='wlan hotspot h2qp-wan-metrics-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot h2qp-conn-capability-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot h2qp-op-cl-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot h2qp-osu-prov-list-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-ip-addr-avail-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot anqp-domain-name-profile "default"', parents=()),
+ ConfigLine(config_line='wlan edca-parameters-profile station "default"', parents=()),
+ ConfigLine(config_line='wlan edca-parameters-profile ap "default"', parents=()),
+ ConfigLine(config_line='wlan mu-edca-parameters-profile "default"', parents=()),
+ ConfigLine(config_line='wlan dot11k-profile "default"', parents=()),
+ ConfigLine(config_line='wlan ssid-profile "ssid1"', parents=()),
+ ConfigLine(config_line=' essid "ssid1"', parents=('wlan ssid-profile "ssid1"',)),
+ ConfigLine(
+ config_line=" wpa-passphrase passphrase",
+ parents=('wlan ssid-profile "ssid1"',),
+ ),
+ ConfigLine(config_line=" opmode wpa2-psk-aes", parents=('wlan ssid-profile "ssid1"',)),
+ ConfigLine(config_line=" hide-ssid", parents=('wlan ssid-profile "ssid1"',)),
+ ConfigLine(config_line='wlan ssid-profile "ssid2"', parents=()),
+ ConfigLine(config_line=' essid "ssid2"', parents=('wlan ssid-profile "ssid2"',)),
+ ConfigLine(
+ config_line=" wpa-passphrase passphrase",
+ parents=('wlan ssid-profile "ssid2"',),
+ ),
+ ConfigLine(config_line=" opmode wpa2-psk-aes", parents=('wlan ssid-profile "ssid2"',)),
+ ConfigLine(config_line=" hide-ssid", parents=('wlan ssid-profile "ssid2"',)),
+ ConfigLine(config_line='wlan ssid-profile "ssid3"', parents=()),
+ ConfigLine(config_line=' essid "ssid3"', parents=('wlan ssid-profile "ssid3"',)),
+ ConfigLine(
+ config_line=" wpa-passphrase passphrase",
+ parents=('wlan ssid-profile "ssid3"',),
+ ),
+ ConfigLine(config_line=" opmode wpa2-psk-aes", parents=('wlan ssid-profile "ssid3"',)),
+ ConfigLine(config_line=" hide-ssid", parents=('wlan ssid-profile "ssid3"',)),
+ ConfigLine(config_line='wlan ssid-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot advertisement-profile "default"', parents=()),
+ ConfigLine(config_line='wlan hotspot hs2-profile "default"', parents=()),
+ ConfigLine(config_line='wlan virtual-ap "ap1"', parents=()),
+ ConfigLine(config_line=' aaa-profile "vlan1315"', parents=('wlan virtual-ap "ap1"',)),
+ ConfigLine(config_line=" vlan 1315", parents=('wlan virtual-ap "ap1"',)),
+ ConfigLine(config_line=' ssid-profile "ap1"', parents=('wlan virtual-ap "ap1"',)),
+ ConfigLine(config_line='wlan virtual-ap "ap2"', parents=()),
+ ConfigLine(config_line=' aaa-profile "vlan1316"', parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line=" vlan 1332", parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line=' ssid-profile "ap2"', parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line=" band-steering", parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line=" broadcast-filter all", parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line=" deny-inter-user-traffic", parents=('wlan virtual-ap "ap2"',)),
+ ConfigLine(config_line='wlan virtual-ap "default"', parents=()),
+ ConfigLine(config_line='mgmt-server profile "default-acp"', parents=()),
+ ConfigLine(config_line=" stats-enable", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(config_line=" tag-enable", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(config_line=" sessions-enable", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(
+ config_line=" monitored-info-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(
+ config_line=" monitored-info-del-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(
+ config_line=" monitored-info-snapshot-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(
+ config_line=" wids-event-info-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(config_line=" misc-enable", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(config_line=" location-enable", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(
+ config_line=" uccmonitoring-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(
+ config_line=" airgroupinfo-enable",
+ parents=('mgmt-server profile "default-acp"',),
+ ),
+ ConfigLine(config_line=" wan-state", parents=('mgmt-server profile "default-acp"',)),
+ ConfigLine(config_line='mgmt-server profile "default-ale"', parents=()),
+ ConfigLine(config_line=" stats-enable", parents=('mgmt-server profile "default-ale"',)),
+ ConfigLine(config_line=" tag-enable", parents=('mgmt-server profile "default-ale"',)),
+ ConfigLine(config_line=" sessions-enable", parents=('mgmt-server profile "default-ale"',)),
+ ConfigLine(config_line=" misc-enable", parents=('mgmt-server profile "default-ale"',)),
+ ConfigLine(config_line=" location-enable", parents=('mgmt-server profile "default-ale"',)),
+ ConfigLine(
+ config_line=" uccmonitoring-enable",
+ parents=('mgmt-server profile "default-ale"',),
+ ),
+ ConfigLine(config_line='mgmt-server profile "default-amp"', parents=()),
+ ConfigLine(config_line=" stats-enable", parents=('mgmt-server profile "default-amp"',)),
+ ConfigLine(config_line=" tag-enable", parents=('mgmt-server profile "default-amp"',)),
+ ConfigLine(config_line=" sessions-enable", parents=('mgmt-server profile "default-amp"',)),
+ ConfigLine(
+ config_line=" user-visibility-enable",
+ parents=('mgmt-server profile "default-amp"',),
+ ),
+ ConfigLine(config_line=" misc-enable", parents=('mgmt-server profile "default-amp"',)),
+ ConfigLine(config_line=" location-enable", parents=('mgmt-server profile "default-amp"',)),
+ ConfigLine(config_line='mgmt-server profile "default-controller"', parents=()),
+ ConfigLine(
+ config_line=" stats-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" tag-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" sessions-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" user-visibility-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" misc-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" location-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" uccmonitoring-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" airgroupinfo-enable",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(
+ config_line=" wan-state",
+ parents=('mgmt-server profile "default-controller"',),
+ ),
+ ConfigLine(config_line=" ap-stats", parents=('mgmt-server profile "default-controller"',)),
+ ConfigLine(config_line='mgmt-server profile "default-niara"', parents=()),
+ ConfigLine(
+ config_line=" no generic-amon-enable",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(
+ config_line=" sessions-enable",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(
+ config_line=" no inline-dhcp-stats",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(
+ config_line=" no inline-ap-stats",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(
+ config_line=" no inline-auth-stats",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(
+ config_line=" no inline-dns-stats",
+ parents=('mgmt-server profile "default-niara"',),
+ ),
+ ConfigLine(config_line='ap authorization-profile "default"', parents=()),
+ ConfigLine(
+ config_line=' ap-authorization-group "NoAuthApGroup"',
+ parents=('ap authorization-profile "default"',),
+ ),
+ ConfigLine(config_line='ap provisioning-profile "default"', parents=()),
+ ConfigLine(config_line="rf arm-rf-domain-profile", parents=()),
+ ConfigLine(config_line="ap spectrum local-override", parents=()),
+ ConfigLine(config_line="ap-lacp-striping-ip", parents=()),
+ ConfigLine(config_line="ap general-profile", parents=()),
+ ConfigLine(config_line="ap deploy-profile", parents=()),
+ ConfigLine(config_line='airslice-profile "default"', parents=()),
+ ConfigLine(config_line='ap-group "default"', parents=()),
+ ConfigLine(config_line=' virtual-ap "ap1"', parents=('ap-group "default"',)),
+ ConfigLine(config_line=' virtual-ap "ap2"', parents=('ap-group "default"',)),
+ ConfigLine(config_line="airgroup cppm-server aaa", parents=()),
+ ConfigLine(config_line='airgroupprofile service "default-airplay"', parents=()),
+ ConfigLine(
+ config_line=' id "_airplay._tcp"',
+ parents=('airgroupprofile service "default-airplay"',),
+ ),
+ ConfigLine(
+ config_line=' id "_appletv-v2._tcp"',
+ parents=('airgroupprofile service "default-airplay"',),
+ ),
+ ConfigLine(
+ config_line=' id "_raop._tcp"',
+ parents=('airgroupprofile service "default-airplay"',),
+ ),
+ ConfigLine(
+ config_line=' description "AirPlay"',
+ parents=('airgroupprofile service "default-airplay"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-allowall"', parents=()),
+ ConfigLine(
+ config_line=' description "Remaining-Services"',
+ parents=('airgroupprofile service "default-allowall"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-amazontv"', parents=()),
+ ConfigLine(
+ config_line=' id "_amzn-wplay._tcp"',
+ parents=('airgroupprofile service "default-amazontv"',),
+ ),
+ ConfigLine(
+ config_line=' description "Amazon fire tv"',
+ parents=('airgroupprofile service "default-amazontv"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-dial"', parents=()),
+ ConfigLine(
+ config_line=' id "urn:dial-multiscreen-org:device:dial:1"',
+ parents=('airgroupprofile service "default-dial"',),
+ ),
+ ConfigLine(
+ config_line=' id "urn:dial-multiscreen-org:service:dial:1"',
+ parents=('airgroupprofile service "default-dial"',),
+ ),
+ ConfigLine(
+ config_line=' description "DIAL supported by Chromecast, FireTV, Roku etc"',
+ parents=('airgroupprofile service "default-dial"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-dlna-print"', parents=()),
+ ConfigLine(
+ config_line=' id "urn:schemas-upnp-org:device:Printer:1"',
+ parents=('airgroupprofile service "default-dlna-print"',),
+ ),
+ ConfigLine(
+ config_line=' id "urn:schemas-upnp-org:service:PrintBasic:1"',
+ parents=('airgroupprofile service "default-dlna-print"',),
+ ),
+ ConfigLine(
+ config_line=' id "urn:schemas-upnp-org:service:PrintEnhanced:1"',
+ parents=('airgroupprofile service "default-dlna-print"',),
+ ),
+ ConfigLine(
+ config_line=' description "Print"',
+ parents=('airgroupprofile service "default-dlna-print"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-itunes"', parents=()),
+ ConfigLine(
+ config_line=' id "_apple-mobdev._tcp"',
+ parents=('airgroupprofile service "default-itunes"',),
+ ),
+ ConfigLine(
+ config_line=' id "_daap._tcp"',
+ parents=('airgroupprofile service "default-itunes"',),
+ ),
+ ConfigLine(
+ config_line=' id "_dacp._tcp"',
+ parents=('airgroupprofile service "default-itunes"',),
+ ),
+ ConfigLine(
+ config_line=' id "_home-sharing._tcp"',
+ parents=('airgroupprofile service "default-itunes"',),
+ ),
+ ConfigLine(
+ config_line=' description "iTunes"',
+ parents=('airgroupprofile service "default-itunes"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-remotemgmt"', parents=()),
+ ConfigLine(
+ config_line=' id "_ftp._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' id "_net-assistant._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' id "_rfb._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' id "_sftp-ssh._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' id "_ssh._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' id "_telnet._tcp"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(
+ config_line=' description "Remote management"',
+ parents=('airgroupprofile service "default-remotemgmt"',),
+ ),
+ ConfigLine(config_line='airgroupprofile service "default-sharing"', parents=()),
+ ConfigLine(
+ config_line=' id "_afpovertcp._tcp"',
+ parents=('airgroupprofile service "default-sharing"',),
+ ),
+ ConfigLine(
+ config_line=' id "_odisk._tcp"',
+ parents=('airgroupprofile service "default-sharing"',),
+ ),
+ ConfigLine(
+ config_line=' id "_xgrid._tcp"',
+ parents=('airgroupprofile service "default-sharing"',),
+ ),
+ ConfigLine(
+ config_line=' description "Sharing"',
+ parents=('airgroupprofile service "default-sharing"',),
+ ),
+ ConfigLine(config_line='airgroupprofile ipv6 "default"', parents=()),
+ ConfigLine(config_line='airgroupprofile network "default"', parents=()),
+ ConfigLine(config_line='airgroupprofile "default"', parents=()),
+ ConfigLine(
+ config_line=' service "default-airplay"',
+ parents=('airgroupprofile "default"',),
+ ),
+ ConfigLine(
+ config_line=' service "default-airprint"',
+ parents=('airgroupprofile "default"',),
+ ),
+ ConfigLine(config_line=' service "default-dial"', parents=('airgroupprofile "default"',)),
+ ConfigLine(
+ config_line=' disallow-role "" type servers service ""',
+ parents=('airgroupprofile "default"',),
+ ),
+ ConfigLine(config_line="logging security subcat ids-ap level warnings", parents=()),
+ ConfigLine(config_line="logging security subcat ids level warnings", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxUnsecureAPResolved", parents=()),
+ ConfigLine(config_line="snmp-server trap coldStart", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxEnhancedAdhocContainment", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAuthServerAcctTimedOut", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPRadioAttributesChanged", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNormalTemperature", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxMalformedHTIEDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxCertExpiringSoon", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxConfigurationUpdateError", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxMeshNodeEntryChanged", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxPowerSupplyOKTrap", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxTarpitContainment", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAdhocNetworkBridgeDetectedSta", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxStaInterferenceDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxVlanLinkDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxInterferingApDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxSignAPAsleap", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxBSSIDIsDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNFanTrayInserted", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNSignatureMatchWellenreiter", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxVlanEntryChanged", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxFlashSpaceOK", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNProcessDied", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxEsiServerChanged", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNUserAuthenticationFailed", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNumClockSyncErrors", parents=()),
+ ConfigLine(
+ config_line="snmp-server trap wlsxMalformedFrameWrongChannelDetected",
+ parents=(),
+ ),
+ ConfigLine(config_line="snmp-server trap wlsxNFanFailure", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPWiredContainment", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxChannelRateAnomaly", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPSpoofingDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxSequenceNumberAnomalySta", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxChannelMisconfiguration", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxFanOK", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxFrameReceiveErrorRateExceeded", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxChannelInterferenceDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxStackIfStateChangeTrap", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxPortDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxPowerSupplyFailureTrap", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAPConductorStatusChange", parents=()),
+ ConfigLine(
+ config_line="snmp-server trap wlsxGlobalConfigurationChangeNotification",
+ parents=(),
+ ),
+ ConfigLine(config_line="snmp-server trap wlsxPowerSupplyMissingTrap", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNOutOfRangeTemperature", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAuthMaxXsecUserEntries", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxApFloodAttack", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNLicenseExpiry", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxOverflowIEDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap authenticationFailure", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNDBCommunicationFailure", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAdhocUsingValidSSID", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNGBICInserted", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNSwitchRoleChange", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNRogueAPDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAuthServerIsUp", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxCTSRateAnomaly", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxWPAFTAttack", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxSignAPAirjack", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxTunnelUp", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxRAPActiveUplinkStatus", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNApOnBackupController", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxWirelessBridge", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAccessPointIsDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAuthServerAcctTimedOut", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxMalformedAssocReqDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAdhocNetworkDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxIAPVoiceClientLocationUpdate", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNAuthMaxAclEntries", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPNumColdStarts", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxSSIDMisconfiguration", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNSignatureMatchDeauthBcast", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxOUIMisconfiguration", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxChannelFrameErrorRateExceeded", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxEAPRateAnomaly", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNumColdStart", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNStationRemovedFromDenyList", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNSignatureMatchNetstumbler", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxLicenseClientExpiry", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxLicenseServerExpiry", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNESIServerDown", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxValidClientMisassociation", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxNeighborAPDetected", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPEntryChanged", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxDisconnectStationAttackSta", parents=()),
+ ConfigLine(config_line="snmp-server trap wlsxAPDeauthContainment", parents=()),
+ ConfigLine(config_line="firewall-visibility", parents=()),
+ ConfigLine(config_line="hostname WLC22", parents=()),
+ ConfigLine(config_line="clock timezone America/Denver", parents=()),
+ ConfigLine(config_line="banner motd ~", parents=()),
+ ConfigLine(
+ config_line="****************************** WARNING ******************************\n* LOG OFF IMMEDIATELY if you do not belong here *\n*********************************************************************\n~\nlc-cluster group-membership STATIONS_CLUSTER\nlc-cluster exclude-vlan 1,12\nip probe default\n!",
+ parents=("banner motd ~",),
+ ),
+ ConfigLine(config_line="ip probe health-check", parents=()),
+ ConfigLine(config_line="country US", parents=()),
+ ConfigLine(config_line="vrrp 55", parents=()),
+ ConfigLine(config_line=" ip address 192.168.1.2", parents=("vrrp 55",)),
+ ConfigLine(config_line=" authentication ******", parents=("vrrp 55",)),
+ ConfigLine(config_line=" preempt", parents=("vrrp 55",)),
+ ConfigLine(config_line=" advertise 1", parents=("vrrp 55",)),
+ ConfigLine(config_line=" vlan 12", parents=("vrrp 55",)),
+ ConfigLine(config_line=" no shutdown", parents=("vrrp 55",)),
+]
diff --git a/tests/unit/mock/config/parser/base/aruba_os/os_full_sent.txt b/tests/unit/mock/config/parser/base/aruba_os/os_full_sent.txt
new file mode 100755
index 0000000..e8c8a24
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/aruba_os/os_full_sent.txt
@@ -0,0 +1,1523 @@
+!
+ip nat pool localip 0.0.0.0 0.0.0.0
+aaa tacacs-accounting
+!
+netservice svc-smb-udp udp 445
+netservice vnc tcp 5900 5905
+netservice svc-noe udp 32512 ALG noe
+netservice svc-cfgm-tcp tcp 8211
+netservice svc-netbios-ssn tcp 139
+netservice svc-syslog udp 514
+netservice svc-citrix tcp 2598
+netservice svc-ipp-tcp tcp 631
+netservice svc-v6-icmp 58
+netservice svc-l2tp udp 1701
+netservice svc-http-proxy1 tcp 3128
+netservice svc-papi udp 8211
+netservice svc-kerberos udp 88
+netservice svc-smb-tcp tcp 445
+netservice svc-vmware-rdp tcp 3389
+netservice svc-v6-dhcp udp 546 547
+netservice svc-sccp tcp 2000 ALG sccp
+netservice svc-smtp tcp 25
+netservice svc-pptp tcp 1723
+netservice svc-ipp-udp udp 631
+netservice svc-web tcp list 80,443
+netservice svc-netbios-ns udp 137
+netservice svc-ike udp 500
+netservice svc-facetime-tcp tcp 5223 ALG facetime
+netservice svc-noe-oxo udp 5000 ALG noe
+netservice svc-sip-udp udp 5060 ALG sip
+netservice svc-microsoft-ds tcp 445
+netservice svc-bootp udp 67 69
+netservice svc-msrpc-tcp tcp 135 139
+netservice svc-ssh tcp 22
+netservice svc-dhcp udp 67 68
+netservice svc-adp udp 8200
+netservice svc-pcoip2-tcp tcp 4172
+netservice svc-esp 50
+netservice svc-sips tcp 5061 ALG sips
+netservice svc-lpd tcp 515
+netservice svc-h323-udp udp 1718 1719 ALG h323
+netservice svc-http-proxy3 tcp 8888
+netservice svc-https tcp 443
+netservice svc-netbios-dgm udp 138
+netservice svc-sec-papi udp 8209
+netservice svc-pcoip-tcp tcp 50002
+netservice svc-ica tcp 1494
+netservice svc-rtsp tcp 554
+netservice svc-pop3 tcp 110
+netservice svc-snmp udp 161
+netservice svc-sip-tcp tcp 5060 ALG sip
+netservice svc-tftp udp 69
+netservice svc-http tcp 80
+netservice svc-telnet tcp 23
+netservice svc-pcoip2-udp udp 4172
+netservice svc-ftp tcp 21
+netservice svc-http-proxy2 tcp 8080
+netservice svc-msrpc-udp udp 135 139
+netservice svc-ntp udp 123
+netservice svc-snmp-trap udp 162
+netservice svc-gre 47
+netservice svc-nterm tcp 1026 1028
+netservice svc-vocera udp 5002 ALG vocera
+netservice svc-h323-tcp tcp 1720 ALG h323
+netservice svc-icmp 1
+netservice svc-natt udp 4500
+netservice svc-dns udp 53
+netservice svc-pcoip-udp udp 50002
+netservice svc-svp 119
+time-range periodic working-hours
+ Weekday 08:00 to 18:00
+!
+time-range periodic night-hours
+ Weekday 18:01 to 23:59
+ Weekday 00:00 to 07:59
+!
+!
+netdestination wificalling-block
+ name pub.test.org
+ name testwifi.com
+!
+!
+!
+!
+!
+!
+!
+!
+netdestination6 ipv6-reserved-range
+ network 2000::/3
+ invert
+!
+!
+netexthdr default
+!
+vpn-dialer default-dialer
+!
+!
+ip access-list route uplink-lb-cfg-racl
+!
+!
+ip access-list session wificalling-block
+ any alias wificalling-block any deny
+!
+ip access-list session v6-control
+ ipv6 user any udp 546 deny
+ ipv6 any any svc-v6-icmp permit
+ ipv6 any any svc-dns permit
+ ipv6 any any svc-papi permit
+ ipv6 any any svc-sec-papi permit
+ ipv6 any any svc-cfgm-tcp permit
+ ipv6 any any svc-adp permit
+ ipv6 any any svc-tftp permit
+ ipv6 any any svc-v6-dhcp permit
+ ipv6 any any svc-natt permit
+ ipv6 any any svc-dhcp permit
+!
+ip access-list session apprf-logon-sacl
+!
+ip access-list session dns-acl
+ any any svc-dns permit
+!
+ip access-list session svp-acl
+ any any svc-svp permit queue high
+ user host 224.0.1.116 any permit
+!
+ip access-list session v6-http-acl
+ ipv6 any any svc-http permit
+!
+ip access-list session srcnat
+ user any any src-nat
+!
+ip access-list session stateful-dot1x
+!
+!
+!
+ip access-list session apprf-authenticated-sacl
+!
+ip access-list session voip-applications-acl
+ any any app alg-skype4b-audio permit
+ any any app alg-skype4b-video permit
+ any any app alg-skype4b-desktop-sharing permit
+ any any app alg-skype4b-app-sharing permit
+ any any app alg-sip-audio permit
+ any any app alg-sip-video permit
+ any any app alg-sccp permit
+ any any app alg-vocera permit
+ any any app alg-noe permit
+ any any app alg-h323 permit
+ any any app alg-jabber-audio permit
+ any any app alg-jabber-video permit
+ any any app alg-jabber-desktop-sharing permit
+ any any app alg-facetime permit
+ any any app alg-wifi-calling permit
+ any any app alg-teams-audio permit
+ any any app alg-teams-video permit
+ any any app alg-rtp permit
+!
+ip access-list session allow-diskservices
+ any any svc-netbios-dgm permit
+ any any svc-netbios-ssn permit
+ any any svc-microsoft-ds permit
+ any any svc-netbios-ns permit
+!
+ip access-list session apprf-sys-switch-role-sacl
+!
+ip access-list session apprf-ap-role-sacl
+!
+ip access-list session dhcp-acl
+ any any svc-dhcp permit
+!
+!
+ip access-list session logon-control-bridge
+ user any udp 68 deny
+ any any svc-icmp src-nat
+ any any svc-dns src-nat
+ any any svc-dhcp permit
+ any network 169.254.0.0 255.255.0.0 any deny
+ any network 240.0.0.0 240.0.0.0 any deny
+!
+ip access-list session vpnlogon
+ user any svc-ike permit
+ user any svc-esp permit
+ any any svc-l2tp permit
+ any any svc-pptp permit
+ any any svc-gre permit
+!
+ip access-list session v6-icmp-acl
+ ipv6 any any svc-v6-icmp permit
+!
+ip access-list session wificalling-acl
+ any any tcp 443 permit
+!
+ip access-list session tftp-acl
+ any any svc-tftp permit
+!
+ip access-list session captiveportal
+ user alias controller svc-https dst-nat 8081
+ user any svc-http dst-nat 8080
+ user any svc-https dst-nat 8081
+ user any svc-http-proxy1 dst-nat 8088
+ user any svc-http-proxy2 dst-nat 8088
+ user any svc-http-proxy3 dst-nat 8088
+!
+ip access-list session vmware-acl
+ any any svc-vmware-rdp permit tos 46 dot1p-priority 6
+ any any svc-pcoip-tcp permit tos 46 dot1p-priority 6
+ any any svc-pcoip-udp permit tos 46 dot1p-priority 6
+ any any svc-pcoip2-tcp permit tos 46 dot1p-priority 6
+ any any svc-pcoip2-udp permit tos 46 dot1p-priority 6
+!
+ip access-list session apprf-default-iap-user-role-sacl
+!
+ip access-list session skype4b-acl
+ any any svc-sips permit
+ any any svc-https permit
+!
+ip access-list session ap-acl
+ any any svc-gre permit
+ any any svc-syslog permit
+ any user svc-snmp permit
+ user any svc-snmp-trap permit
+ user any svc-ntp permit
+ user any svc-ftp permit
+ user any svc-telnet deny
+!
+ip access-list session v6-allowall
+ ipv6 any any any permit
+!
+ip access-list session apprf-default-via-role-sacl
+!
+ip access-list session jabber-acl
+ any any tcp 5222 permit
+ any any tcp 8443 permit
+!
+ip access-list session apprf-block-mdns-usertouser-sacl
+!
+ip access-list session apprf-default-vpn-role-sacl
+!
+ip access-list session apprf-sys-ap-role-sacl
+!
+ip access-list session control
+ user any udp 68 deny
+ any any svc-icmp permit
+ any any svc-dns permit
+ any any svc-papi permit
+ any any svc-sec-papi permit
+ any any svc-cfgm-tcp permit
+ any any svc-adp permit
+ any any svc-tftp permit
+ any any svc-dhcp permit
+ any any svc-natt permit
+ any any tcp 6633 permit
+!
+ip access-list session global-sacl
+!
+ip access-list session logon-control
+ user any udp 68 deny
+ any any svc-icmp permit
+ any any svc-dns permit
+ any any svc-dhcp permit
+ any any svc-natt permit
+ any network 169.254.0.0 255.255.0.0 any deny
+ any network 240.0.0.0 240.0.0.0 any deny
+!
+!
+ip access-list session v6-dns-acl
+ ipv6 any any svc-dns permit
+!
+ip access-list session ap-uplink-acl
+ any any udp 68 permit
+ any any svc-icmp permit
+ any host 224.0.0.251 udp 5353 permit
+ ipv6 any any udp 546 permit
+ ipv6 any any svc-v6-icmp permit
+ ipv6 any host ff02::fb udp 5353 permit
+!
+ip access-list session apprf-guest-sacl
+!
+ip access-list session Block-MDNS-UsertoUser
+ user any svc-dhcp permit description "Allow DHCP"
+ user network 224.0.0.0 240.0.0.0 any deny description "Block all multicast"
+ any any any permit description "Permit any"
+!
+ip access-list session noe-acl
+ any any svc-noe permit queue high
+!
+ip access-list session v6-https-acl
+ ipv6 any any svc-https permit
+!
+ip access-list session v6-ap-acl
+ ipv6 any any svc-gre permit
+ ipv6 any any svc-syslog permit
+ ipv6 any user svc-snmp permit
+ ipv6 user any svc-snmp-trap permit
+ ipv6 user any svc-ntp permit
+ ipv6 user any svc-ftp permit
+!
+ip access-list session apprf-voice-sacl
+!
+ip access-list session https-acl
+ any any svc-https permit
+!
+ip access-list session skinny-acl
+ any any svc-sccp permit queue high
+!
+ip access-list session wan-uplink-protect-acl
+ any any sys-svc-dhcp permit
+ any any sys-svc-v6-dhcp permit
+ any any sys-svc-esp permit
+ any any sys-svc-natt permit
+ any any sys-svc-ike permit
+ any any sys-svc-icmp permit
+ any any sys-svc-icmp6 permit
+!
+ip access-list session vocera-acl
+ any any svc-vocera permit queue high
+!
+ip access-list session http-acl
+ any any svc-http permit
+!
+ip access-list session captiveportal6
+ ipv6 user alias controller6 svc-https captive
+ ipv6 user any svc-http captive
+ ipv6 user any svc-https captive
+ ipv6 user any svc-http-proxy1 captive
+ ipv6 user any svc-http-proxy2 captive
+ ipv6 user any svc-http-proxy3 captive
+!
+ip access-list session allow-printservices
+ any any svc-lpd permit
+ any any svc-ipp-tcp permit
+ any any svc-ipp-udp permit
+!
+ip access-list session apprf-switch-logon-sacl
+!
+ip access-list session apprf-stateful-dot1x-sacl
+!
+ip access-list session captiveportalbridge
+ user alias localip svc-https dual-nat pool localip 8081
+ user any svc-http dual-nat pool localip 8080
+ user any svc-https dual-nat pool localip 8081
+ user any svc-http-proxy1 dual-nat pool localip 8088
+ user any svc-http-proxy2 dual-nat pool localip 8088
+ user any svc-http-proxy3 dual-nat pool localip 8088
+!
+!
+ip access-list session ra-guard
+ ipv6 user any icmpv6 rtr-adv deny
+!
+ip access-list session apprf-denyall-sacl
+!
+ip access-list session citrix-acl
+ any any svc-citrix permit tos 46 dot1p-priority 6
+ any any svc-ica permit tos 46 dot1p-priority 6
+!
+ip access-list session allowall
+ any any any permit
+ ipv6 any any any permit
+!
+ip access-list session facetime-acl
+ any any svc-facetime-tcp permit queue high
+ any any udp 3478 3497 permit
+ any any udp 16384 16387 permit
+ any any udp 16393 16402 permit
+!
+ip access-list session validuser
+ network 127.0.0.0 255.0.0.0 any any deny
+ network 169.254.0.0 255.255.0.0 any any deny
+ network 224.0.0.0 240.0.0.0 any any deny
+ host 255.255.255.255 any any deny
+ network 240.0.0.0 240.0.0.0 any any deny
+ any any any permit
+ ipv6 host fe80:: any any deny
+ ipv6 network fc00::/7 any any permit
+ ipv6 network fe80::/64 any any permit
+ ipv6 alias ipv6-reserved-range any any deny
+ ipv6 any any any permit
+!
+ip access-list session apprf-guest-logon-sacl
+!
+!
+ip access-list session cplogout
+ user alias controller svc-https dst-nat 8081
+!
+ip access-list session sip-acl
+ any any svc-sip-udp permit queue high
+ any any svc-sip-tcp permit queue high
+!
+ip access-list session v6-logon-control
+ ipv6 user any udp 546 deny
+ ipv6 any any svc-v6-icmp permit
+ ipv6 any any svc-v6-dhcp permit
+ ipv6 any any svc-dns permit
+ ipv6 any network fc00::/7 any permit
+ ipv6 any network fe80::/64 any permit
+ ipv6 any alias ipv6-reserved-range any deny
+!
+ip access-list session icmp-acl
+ any any svc-icmp permit
+!
+ip access-list session v6-dhcp-acl
+ ipv6 any any svc-v6-dhcp permit
+!
+ip access-list session h323-acl
+ any any svc-h323-tcp permit queue high
+ any any svc-h323-udp permit queue high
+!
+user-role denyall
+!
+user-role switch-logon
+!
+user-role Block-MDNS-UsertoUser
+ access-list session Block-MDNS-UsertoUser
+!
+user-role default-iap-user-role
+!
+user-role default-via-role
+ access-list session allowall
+ access-list session v6-allowall
+!
+user-role default-vpn-role
+ access-list session ra-guard
+ access-list session allowall
+ access-list session v6-allowall
+!
+user-role authenticated
+ access-list session ra-guard
+ access-list session allowall
+ access-list session v6-allowall
+!
+user-role stateful-dot1x
+!
+user-role guest
+ access-list session ra-guard
+ access-list session http-acl
+ access-list session https-acl
+ access-list session dhcp-acl
+ access-list session icmp-acl
+ access-list session dns-acl
+ access-list session v6-http-acl
+ access-list session v6-https-acl
+ access-list session v6-dhcp-acl
+ access-list session v6-icmp-acl
+ access-list session v6-dns-acl
+!
+user-role ap-role
+ access-list session ra-guard
+ access-list session control
+ access-list session ap-acl
+ access-list session v6-control
+ access-list session v6-ap-acl
+!
+user-role sys-ap-role
+!
+user-role sys-switch-role
+!
+user-role guest-logon
+ access-list session ra-guard
+ access-list session logon-control
+ access-list session captiveportal
+ access-list session v6-logon-control
+ access-list session captiveportal6
+ captive-portal default
+!
+user-role voice
+ access-list session ra-guard
+ access-list session sip-acl
+ access-list session noe-acl
+ access-list session svp-acl
+ access-list session vocera-acl
+ access-list session skinny-acl
+ access-list session h323-acl
+ access-list session dhcp-acl
+ access-list session tftp-acl
+ access-list session dns-acl
+ access-list session icmp-acl
+ access-list session http-acl
+ access-list session https-acl
+ access-list session skype4b-acl
+ access-list session facetime-acl
+ access-list session jabber-acl
+ access-list session wificalling-acl
+ access-list session voip-applications-acl
+!
+user-role logon
+ access-list session ra-guard
+ access-list session logon-control
+ access-list session captiveportal
+ access-list session vpnlogon
+ access-list session v6-logon-control
+ access-list session captiveportal6
+!
+controller-ip vlan 12
+!
+vlan 12
+!
+vlan 102
+!
+vlan 310
+!
+vlan 320
+!
+vlan 400
+!
+vlan 420
+!
+vlan 1280
+!
+vlan 1282
+!
+vlan 1290
+!
+vlan 1294
+!
+vlan 1295
+!
+vlan 1297
+!
+vlan 1310
+!
+vlan 1313
+!
+vlan 1315
+!
+vlan 1320
+!
+vlan 1322
+!
+vlan 1330
+!
+vlan 1332
+!
+vlan 1350
+!
+vlan 1354
+!
+vlan 1355
+!
+vlan 1357
+!
+vlan 1380
+!
+vlan 1381
+!
+vlan 1385
+!
+vlan-name VLAN1315
+vlan-name VLAN1316
+vlan-name VLAN1317
+vlan-name VLAN1318
+vlan VLAN1315 1315
+vlan VLAN1316 1316
+vlan VLAN1317 1317
+vlan VLAN1318 1318
+!
+interface gigabitethernet 0/0/0
+!
+interface gigabitethernet 0/0/1
+!
+interface gigabitethernet 0/0/2
+ description GE0/0/2
+ switchport mode trunk
+ no spanning-tree
+ trusted
+ lldp transmit
+ lldp receive
+ lldp med
+ trusted vlan 1-4094
+ lacp group 0 mode active
+!
+interface gigabitethernet 0/0/3
+ description GE0/0/3
+ switchport mode trunk
+ no spanning-tree
+ trusted
+ lldp transmit
+ lldp receive
+ lldp med
+ trusted vlan 1-4094
+ lacp group 0 mode active
+!
+interface gigabitethernet 0/0/4
+!
+interface gigabitethernet 0/0/5
+!
+interface port-channel 0
+ no spanning-tree
+ switchport mode trunk
+ switchport trunk native vlan 1
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 1
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 2
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 3
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 4
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 5
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 6
+ trusted
+ trusted vlan 1-4094
+!
+interface port-channel 7
+ trusted
+ trusted vlan 1-4094
+!
+interface vlan 12
+ ip address 8.8.8.8 255.255.255.240
+!
+interface vlan 1315
+ ip nat inside
+!
+interface vlan 1316
+ ip nat inside
+!
+interface vlan 1317
+ ip nat inside
+!
+interface vlan 1318
+ ip nat inside
+!
+ip default-gateway 8.8.8.1
+!
+!
+!
+!
+uplink health-check
+crypto-local isakmp dpd idle-timeout 22 retry-timeout 2 retry-attempts 3
+crypto isakmp policy 10002
+ version v1
+ authentication rsa-sig
+ encryption AES256
+ group 2
+ hash sha
+!
+crypto isakmp policy 10006
+ version v2
+ authentication rsa-sig
+ encryption AES128
+ prf PRF-HMAC-SHA1
+ group 2
+ hash sha1-96
+!
+crypto isakmp policy 10012
+ version v2
+ authentication rsa-sig
+ encryption AES256
+ prf PRF-HMAC-SHA1
+ group 14
+ hash sha1-96
+!
+crypto isakmp policy 20
+ version v1
+ authentication pre-share
+ encryption AES256
+ group 2
+ hash sha
+!
+crypto isakmp policy 10013
+ version v1
+ authentication pre-share
+ encryption AES256
+ group 14
+ hash sha
+!
+crypto ipsec transform-set default-ha-transform esp-3des esp-sha-hmac
+crypto ipsec transform-set default-1st-ikev2-transform esp-aes256 esp-sha-hmac
+crypto ipsec transform-set default-gcm256 esp-aes256-gcm
+crypto ipsec transform-set default-ml-transform esp-3des esp-sha-hmac
+crypto ipsec transform-set default-boc-bm-transform esp-aes256 esp-sha-hmac
+crypto ipsec transform-set default-3rd-ikev2-transform esp-aes128 esp-sha-hmac
+crypto ipsec transform-set default-aes esp-aes256 esp-sha-hmac
+crypto ipsec transform-set default-transform esp-3des esp-sha-hmac
+crypto ipsec transform-set default-cluster-transform esp-aes256 esp-sha-hmac
+crypto ipsec transform-set default-gcm128 esp-aes128-gcm
+crypto ipsec transform-set default-rap-transform esp-aes256 esp-sha-hmac
+crypto dynamic-map default-dynamicmap 10000
+ set transform-set default-transform default-aes
+ version v1
+!
+crypto dynamic-map default-rap-ipsecmap 10001
+ set transform-set default-gcm256 default-gcm128 default-rap-transform
+ version v2
+!
+crypto dynamic-map default-ikev2-dynamicmap 10000
+ set transform-set default-1st-ikev2-transform default-3rd-ikev2-transform
+ version v2
+!
+crypto dynamic-map default-rap-ipsecmap-aes 10001
+ set transform-set default-rap-transform
+ version v2
+!
+crypto dynamic-map default-rap-ipsecmap-gcm 10001
+ set transform-set default-gcm256 default-gcm128
+ version v2
+!
+vpdn group l2tp
+!
+snmp-server community PUBLIC
+snmp-server community PRIVATE
+snmp-server host 1.2.3.4 version 1 pass udp-port 162
+snmp-server host 5.6.7.8 version 2c pass udp-port 162
+vpdn group pptp
+!
+mgmt-server primary-server 192.168.5.5 profile default-amp
+mgmt-server primary-server conductor profile default-controller transport udp
+adp igmp-vlan 0
+mgmt-user admin root ********************
+mgmt-user ssh-pubkey client-cert master-ssh-pub-cert seamless-logon read-only
+mgmt-user ssh-pubkey client-cert master-ssh-pub-cert seamless-logon-w standard
+ssh mgmt-auth public-key
+ntp server 192.168.1.1
+ip mobile domain default
+!
+!
+!
+firewall
+ amsdu
+ optimize-dad-frames
+ session-idle-timeout 16
+ dpi
+ attack-rate grat-arp 50 drop
+ cp-bandwidth-contract sessmirr 976
+ cp-bandwidth-contract vrrp 512
+ cp-bandwidth-contract auth 976
+ cp-bandwidth-contract arp-traffic 3906
+ cp-bandwidth-contract l2-other 1953
+ cp-bandwidth-contract ippkt-err 128
+!
+cp-bandwidth-contract cpbwc-ipv6-telnet pps 320
+cp-bandwidth-contract cpbwc-ipv6-amp pps 96000
+cp-bandwidth-contract cpbwc-ipv6-ike pps 2016
+cp-bandwidth-contract cpbwc-ipv6-others pps 320
+cp-bandwidth-contract cpbwc-ipv4-telnet pps 320
+cp-bandwidth-contract cpbwc-ipv4-ike pps 2016
+cp-bandwidth-contract cpbwc-ipv6-icmpv6 pps 2016
+cp-bandwidth-contract cpbwc-ipv4-others pps 320
+cp-bandwidth-contract cpbwc-ipv4-amp pps 96000
+cp-bandwidth-contract cpbwc-ipv4-file-transfer pps 8000
+cp-bandwidth-contract cpbwc-ipv4-mobility pps 1024
+cp-bandwidth-contract cpbwc-ipv6-syslog pps 2016
+cp-bandwidth-contract cpbwc-ipv4-wms-lo pps 48000
+cp-bandwidth-contract cpbwc-ipv4-icmp pps 2016
+cp-bandwidth-contract cpbwc-ipv6-udp pps 204800
+cp-bandwidth-contract cpbwc-ipv6-radius-ldap pps 1024
+cp-bandwidth-contract cpbwc-ipv6-file-transfer pps 8000
+cp-bandwidth-contract cpbwc-ipv4-dns pps 128
+cp-bandwidth-contract cpbwc-ipv4-http pps 8000
+cp-bandwidth-contract cpbwc-ipv4-snmp pps 512
+cp-bandwidth-contract cpbwc-ipv6-dhcp pps 1024
+cp-bandwidth-contract cpbwc-ipv4-ntp pps 512
+firewall cp
+ ipv4 deny any proto 6 ports 3306 3306
+ ipv4 permit any proto 6 ports 2300 2300 bandwidth-contract cpbwc-ipv4-telnet
+ ipv4 permit any proto 6 ports 9199 9199
+ ipv4 permit any proto 6 ports 8089 8089
+ ipv4 permit any proto 6 ports 17 17 bandwidth-contract cpbwc-ipv4-others
+ ipv4 permit any proto 50 ports 0 65535
+ ipv4 permit any proto 17 ports 8200 8200 bandwidth-contract cpbwc-ipv4-others
+ ipv4 permit any proto 112 ports 0 65535
+ ipv4 permit any proto 89 ports 0 65535
+ ipv4 permit any proto 2 ports 0 65535
+ ipv4 permit any proto 6 ports 873 873
+ ipv4 deny any proto 6 ports 1723 1723
+ ipv4 deny any proto 17 ports 1701 1701
+ ipv4 deny any proto 6 ports 23 23 bandwidth-contract cpbwc-ipv4-telnet
+ ipv4 deny any proto 6 ports 8084 8084
+ ipv4 permit any proto 17 ports 8211 8211
+ ipv4 permit any proto 17 ports 5060 5060
+ ipv4 permit any proto 6 ports 8212 8212
+ ipv4 permit any proto 17 ports 67 68 bandwidth-contract cpbwc-ipv4-dhcp
+ ipv4 permit any proto 17 ports 161 161 bandwidth-contract cpbwc-ipv4-snmp
+ ipv4 permit any proto 17 ports 123 123 bandwidth-contract cpbwc-ipv4-ntp
+ ipv4 permit any proto 17 ports 53 53 bandwidth-contract cpbwc-ipv4-dns
+ ipv4 permit any proto 17 ports 69 69 bandwidth-contract cpbwc-ipv4-file-transfer
+ ipv4 permit any proto 17 ports 4500 4500
+ ipv4 permit any proto 6 ports 8088 8088 bandwidth-contract cpbwc-ipv4-http
+ ipv4 permit any proto 17 ports 500 500 bandwidth-contract cpbwc-ipv4-ike
+ ipv4 permit any proto 6 ports 8888 8888 bandwidth-contract cpbwc-ipv4-http
+ ipv4 permit any proto 17 ports 1702 1702
+ ipv4 permit any proto 6 ports 4343 4343 bandwidth-contract cpbwc-ipv4-http
+ ipv4 permit any proto 6 ports 443 443 bandwidth-contract cpbwc-ipv4-http
+ ipv6 permit any proto 47 ports 0 65535
+ ipv6 permit any proto 6 ports 80 80 bandwidth-contract cpbwc-ipv6-http
+ ipv6 permit any proto 6 ports 636 636 bandwidth-contract cpbwc-ipv6-radius-ldap
+ ipv6 permit any proto 6 ports 389 389 bandwidth-contract cpbwc-ipv6-radius-ldap
+ ipv6 permit any proto 6 ports 5080 5080 bandwidth-contract cpbwc-ipv6-others
+ ipv6 permit any proto 17 ports 1645 1645 bandwidth-contract cpbwc-ipv6-radius-ldap
+ ipv6 permit any proto 17 ports 1812 1813 bandwidth-contract cpbwc-ipv6-radius-ldap
+ ipv6 permit any proto 17 ports 546 547 bandwidth-contract cpbwc-ipv6-dhcp
+ ipv6 permit any proto 17 ports 3799 3799 bandwidth-contract cpbwc-ipv6-radius-ldap
+ ipv6 permit any proto 17 ports 8209 8209
+ ipv6 permit any proto 17 ports 434 434 bandwidth-contract cpbwc-ipv6-mobility
+ ipv6 permit any proto 58 ports 256 65535 bandwidth-contract cpbwc-ipv6-icmpv6
+ ipv6 permit any proto 6 ports 8090 8090
+ ipv6 permit any proto 6 ports 9090 9090
+ ipv6 permit any proto 6 ports 6008 6008
+ ipv6 permit any proto 6 ports 15720 15720
+ ipv6 permit any proto 17 ports 15267 15267
+ ipv6 permit any proto 6 ports 9091 9091
+ ipv6 deny any proto 0 ports 0 65535
+ ipv6 deny any proto 6 ports 1723 1723
+ ipv6 deny any proto 17 ports 1701 1701
+ ipv6 deny any proto 6 ports 23 23 bandwidth-contract cpbwc-ipv6-telnet
+ ipv6 deny any proto 6 ports 8084 8084
+ ipv6 permit any proto 17 ports 8211 8211
+ ipv6 permit any proto 6 ports 4343 4343 bandwidth-contract cpbwc-ipv6-http
+ ipv6 permit any proto 6 ports 443 443 bandwidth-contract cpbwc-ipv6-http
+ ipv6 permit any proto 6 ports 8211 8211
+ ipv6 permit any proto 6 ports 2323 2323 bandwidth-contract cpbwc-ipv6-telnet
+ ipv6 permit any proto 6 ports 22 22 bandwidth-contract cpbwc-ipv6-file-transfer
+ ipv6 permit any proto 17 ports 514 514 bandwidth-contract cpbwc-ipv6-syslog
+ ipv6 permit any proto 6 ports 21 21 bandwidth-contract cpbwc-ipv6-file-transfer
+ ipv6 permit any proto 6 ports 9190 9190
+ ipv6 permit any proto 6 ports 15260 15260
+!
+ip name-server 192.168.1.5
+ip name-server 192.168.1.6
+aaa authentication mac "default"
+!
+aaa authentication dot1x ".vlan1315"
+!
+aaa authentication dot1x ".vlan1316"
+!
+aaa authentication dot1x ".vlan1317"
+!
+aaa authentication dot1x ".vlan1318"
+!
+aaa authentication-server tacacs "TACACS_SERVER1"
+ host "192.168.5.5"
+ key password
+ session-authorization
+!
+aaa authentication-server tacacs "TACACS_SERVER2"
+ host "192.168.5.6"
+ key password
+ session-authorization
+!
+aaa authentication via global-config
+!
+scheduler-profile "default"
+ queue-weights q0 0 q1 0 q2 0 q3 0
+ priority-map q0 "6 7" q1 "4 5" q2 "2 3" q3 "0 1"
+!
+aaa server-group "default"
+ auth-server TACACS_SERVER1 position 1
+ auth-server TACACS_SERVER2 position 2
+ set role condition role value-of
+!
+aaa server-group "TACACS_GROUP"
+ allow-fail-through
+ auth-server TACACS_SERVER1 position 1
+ auth-server TACACS_SERVER2 position 2
+!
+aaa profile ".vlan1315"
+ initial-role "authenticated"
+ authentication-dot1x ".vlan1315"
+!
+aaa profile ".vlan1316"
+ initial-role "authenticated"
+ authentication-dot1x ".vlan1316"
+!
+aaa profile ".vlan1317"
+ initial-role "authenticated"
+ authentication-dot1x ".vlan1317"
+!
+aaa profile ".vlan1318"
+ initial-role "authenticated"
+ authentication-dot1x ".vlan1318"
+!
+aaa profile "default"
+!
+aaa profile "default-dot1x"
+ authentication-dot1x "default"
+ dot1x-default-role "authenticated"
+!
+aaa profile "default-dot1x-psk"
+ authentication-dot1x "default-psk"
+!
+aaa profile "default-iap-aaa-profile"
+ initial-role "default-iap-user-role"
+ no wired-to-wireless-roam
+ no devtype-classification
+!
+aaa profile "default-mac-auth"
+ authentication-mac "default"
+ mac-default-role "authenticated"
+!
+aaa profile "default-open"
+!
+aaa profile "default-tunneled-user"
+ initial-role "guest"
+ no wired-to-wireless-roam
+ no devtype-classification
+!
+aaa authentication captive-portal "default"
+!
+aaa authentication wispr "default"
+!
+aaa authentication vpn "default"
+!
+aaa authentication vpn "default-cap"
+ default-role "sys-ap-role"
+ server-group "internal"
+!
+aaa authentication vpn "default-hp-switch"
+!
+aaa authentication vpn "default-iap"
+!
+aaa authentication vpn "default-rap"
+!
+aaa authentication mgmt
+ server-group "TACACS_GROUP"
+ enable
+!
+aaa authentication stateful-ntlm "default"
+!
+aaa authentication stateful-kerberos "default"
+!
+aaa authentication stateful-dot1x
+!
+aaa authentication via auth-profile "default"
+!
+aaa authentication wired
+!
+aaa authentication via connection-profile "default"
+!
+aaa authentication via web-auth "default"
+!
+web-server profile
+ session-timeout 1800
+!
+guest-access-email
+!
+aaa password-policy mgmt
+!
+control-plane-security
+ auto-cert-prov
+!
+ids management-profile
+!
+ids wms-general-profile
+!
+ids wms-local-system-profile
+!
+ids ap-rule-matching
+!
+valid-network-oui-profile
+!
+!
+activate
+!
+file syncing profile
+!
+ucc skype4b
+!
+ucc teams
+!
+ucc webrtc
+!
+ucc custom-sip
+!
+ucc rtpa-config
+!
+ucc jabber
+!
+ucc sip
+!
+ucc h323
+!
+ucc vocera
+!
+ucc sccp
+!
+ucc noe
+!
+ucc facetime
+!
+ucc ich
+!
+ucc session-idle-timeout
+!
+ucc wificalling
+!
+lc-cluster group-profile "CLUSTER1"
+ controller 192.168.7.7 priority 128 mcast-vlan 0 vrrp-ip 0.0.0.0 vrrp-vlan 0 group 1 rap-public-ip 9.9.9.9
+ controller 192.168.7.8 priority 128 mcast-vlan 0 vrrp-ip 0.0.0.0 vrrp-vlan 0 group 1 rap-public-ip 10.10.10.10
+!
+!
+papi-security
+!
+est profile "default"
+!
+aruba-central
+!
+wlan sae-profile
+!
+ifmap cppm
+!
+pan profile "default"
+!
+pan-options
+!
+websocket clearpass
+!
+pan active-profile
+!
+openflow-profile
+ controller-ip "conductorip" 6633
+ bind-vlan 1-4094
+!
+dump-collection-profile "default"
+!
+ap regulatory-domain-profile "default"
+ country-code US
+ valid-11g-channel 1
+ valid-11g-channel 6
+ valid-11g-channel 11
+ valid-11a-channel 36
+ valid-11a-channel 40
+ valid-11a-channel 44
+ valid-11a-channel 48
+ valid-11a-channel 149
+ valid-11a-channel 153
+ valid-11a-channel 157
+ valid-11a-channel 161
+ valid-11a-channel 165
+ valid-11g-40mhz-channel-pair 1-5
+ valid-11g-40mhz-channel-pair 7-11
+ valid-11a-40mhz-channel-pair 36-40
+ valid-11a-40mhz-channel-pair 44-48
+ valid-11a-40mhz-channel-pair 149-153
+ valid-11a-40mhz-channel-pair 157-161
+ valid-11a-80mhz-channel-group 36-48
+ valid-11a-80mhz-channel-group 149-161
+ valid-11a-160mhz-channel-group 36-64
+!
+ap wired-ap-profile "default"
+!
+ap wired-ap-profile "USERS"
+ wired-ap-enable
+ trusted
+ forward-mode bridge
+ switchport access vlan 12
+!
+ap enet-link-profile "default"
+!
+ap mesh-ht-ssid-profile "default"
+!
+ap mesh-ht-ssid-profile "mesh"
+!
+ap lldp med-network-policy-profile "default"
+!
+ap mesh-cluster-profile "default"
+!
+ap mesh-accesslist-profile "default"
+!
+ap wifi-uplink-profile "default"
+!
+ap multizone-profile "default"
+!
+ap usb-acl-prof "default"
+!
+ap system-profile "SYSTEM_PROF"
+ led-mode off
+ lms-ip 172.16.5.5
+ bkup-lms-ip 172.16.5.5
+ ap-console-password pass1
+ bkup-passwords pass2
+!
+ap system-profile "default"
+ ap-console-password passdefault
+!
+ap lldp profile "default"
+!
+ap mesh-radio-profile "default"
+!
+ap mesh-radio-profile "mesh"
+ mesh-ht-ssid-profile "mesh"
+!
+ap usb-profile "default"
+!
+ap wired-port-profile "default"
+!
+ap wired-port-profile "PORT-SHUTDOWN"
+ shutdown
+ bridge-role "logon"
+!
+ap wired-port-profile "NoAuthWiredPort"
+ wired-ap-profile "NoAuthWiredAp"
+ aaa-profile "NoAuthAAAProfile"
+!
+ap wired-port-profile "shutdown"
+ shutdown
+!
+gps service-profile "default"
+!
+ids general-profile "default"
+!
+ids rate-thresholds-profile "default"
+!
+ids rate-thresholds-profile "probe-request-response-thresholds"
+ channel-inc-time 30
+ channel-threshold 350
+ node-time-interval 10
+ node-threshold 250
+!
+ids signature-profile "AirJack"
+ frame-type beacon ssid AirJack
+!
+ids signature-profile "default"
+!
+ids impersonation-profile "default"
+!
+ids unauthorized-device-profile "default"
+!
+ids signature-matching-profile "default"
+ signature "Disassoc-Broadcast"
+!
+ids dos-profile "default"
+!
+ids profile "default"
+!
+rf dot11-60GHz-radio-profile "default"
+!
+wlan 6ghz-rrm-ie-profile "default"
+!
+rf arm-profile "maintain"
+ no scanning
+!
+rf arm-profile "scan"
+!
+rf arm-profile "default-6ghz"
+ 160MHz-support Auto
+ min-tx-power 12
+ max-tx-power 18
+!
+rf arm-profile "default-a"
+!
+rf arm-profile "default-g"
+!
+rf ht-radio-profile "default-6ghz"
+!
+rf ht-radio-profile "default-a"
+!
+rf ht-radio-profile "default-g"
+!
+rf spectrum-profile "default-6ghz"
+!
+rf spectrum-profile "default-a"
+!
+rf spectrum-profile "default-g"
+!
+rf optimization-profile "default"
+!
+rf event-thresholds-profile "default"
+!
+rf am-scan-profile "default"
+!
+rf dot11a-radio-profile "default"
+!
+rf dot11a-radio-profile "maintain-a"
+ arm-profile "maintain"
+!
+rf dot11a-radio-profile "rp-monitor-a"
+ mode am-mode
+!
+rf dot11a-radio-profile "rp-scan-a"
+ arm-profile "scan"
+!
+rf dot11g-radio-profile "default"
+!
+rf dot11g-radio-profile "maintain-g"
+ arm-profile "maintain"
+!
+rf dot11g-radio-profile "rp-monitor-g"
+ mode am-mode
+!
+rf dot11g-radio-profile "rp-scan-g"
+ arm-profile "scan"
+!
+rf dot11-6GHz-radio-profile "default"
+!
+wlan rrm-ie-profile "default"
+!
+wlan bcn-rpt-req-profile "default"
+!
+wlan dot11r-profile "default"
+!
+wlan tsm-req-profile "default"
+!
+wlan ht-ssid-profile "default"
+!
+wlan he-ssid-profile "default"
+!
+wlan hotspot anqp-venue-name-profile "default"
+!
+wlan hotspot anqp-nwk-auth-profile "default"
+!
+wlan hotspot anqp-roam-cons-profile "default"
+!
+wlan hotspot anqp-nai-realm-profile "default"
+!
+wlan hotspot anqp-3gpp-nwk-profile "default"
+!
+wlan hotspot h2qp-operator-friendly-name-profile "default"
+!
+wlan hotspot h2qp-wan-metrics-profile "default"
+!
+wlan hotspot h2qp-conn-capability-profile "default"
+!
+wlan hotspot h2qp-op-cl-profile "default"
+!
+wlan hotspot h2qp-osu-prov-list-profile "default"
+!
+wlan hotspot anqp-ip-addr-avail-profile "default"
+!
+wlan hotspot anqp-domain-name-profile "default"
+!
+wlan edca-parameters-profile station "default"
+!
+wlan edca-parameters-profile ap "default"
+!
+wlan mu-edca-parameters-profile "default"
+!
+wlan dot11k-profile "default"
+!
+wlan ssid-profile "ssid1"
+ essid "ssid1"
+ wpa-passphrase passphrase
+ opmode wpa2-psk-aes
+ hide-ssid
+!
+wlan ssid-profile "ssid2"
+ essid "ssid2"
+ wpa-passphrase passphrase
+ opmode wpa2-psk-aes
+ hide-ssid
+!
+wlan ssid-profile "ssid3"
+ essid "ssid3"
+ wpa-passphrase passphrase
+ opmode wpa2-psk-aes
+ hide-ssid
+!
+wlan ssid-profile "default"
+!
+wlan hotspot advertisement-profile "default"
+!
+wlan hotspot hs2-profile "default"
+!
+wlan virtual-ap "ap1"
+ aaa-profile "vlan1315"
+ vlan 1315
+ ssid-profile "ap1"
+!
+wlan virtual-ap "ap2"
+ aaa-profile "vlan1316"
+ vlan 1332
+ ssid-profile "ap2"
+ band-steering
+ broadcast-filter all
+ deny-inter-user-traffic
+!
+wlan virtual-ap "default"
+!
+mgmt-server profile "default-acp"
+ stats-enable
+ tag-enable
+ sessions-enable
+ monitored-info-enable
+ monitored-info-del-enable
+ monitored-info-snapshot-enable
+ wids-event-info-enable
+ misc-enable
+ location-enable
+ uccmonitoring-enable
+ airgroupinfo-enable
+ wan-state
+!
+mgmt-server profile "default-ale"
+ stats-enable
+ tag-enable
+ sessions-enable
+ misc-enable
+ location-enable
+ uccmonitoring-enable
+!
+mgmt-server profile "default-amp"
+ stats-enable
+ tag-enable
+ sessions-enable
+ user-visibility-enable
+ misc-enable
+ location-enable
+!
+mgmt-server profile "default-controller"
+ stats-enable
+ tag-enable
+ sessions-enable
+ user-visibility-enable
+ misc-enable
+ location-enable
+ uccmonitoring-enable
+ airgroupinfo-enable
+ wan-state
+ ap-stats
+!
+mgmt-server profile "default-niara"
+ no generic-amon-enable
+ sessions-enable
+ no inline-dhcp-stats
+ no inline-ap-stats
+ no inline-auth-stats
+ no inline-dns-stats
+!
+ap authorization-profile "default"
+ ap-authorization-group "NoAuthApGroup"
+!
+ap provisioning-profile "default"
+!
+rf arm-rf-domain-profile
+!
+!
+ap spectrum local-override
+!
+!
+ap-lacp-striping-ip
+!
+ap general-profile
+!
+ap deploy-profile
+!
+airslice-profile "default"
+!
+!
+ap-group "default"
+ virtual-ap "ap1"
+ virtual-ap "ap2"
+!
+airgroup cppm-server aaa
+!
+airgroupprofile service "default-airplay"
+ id "_airplay._tcp"
+ id "_appletv-v2._tcp"
+ id "_raop._tcp"
+ description "AirPlay"
+!
+airgroupprofile service "default-allowall"
+ description "Remaining-Services"
+!
+airgroupprofile service "default-amazontv"
+ id "_amzn-wplay._tcp"
+ description "Amazon fire tv"
+!
+airgroupprofile service "default-dial"
+ id "urn:dial-multiscreen-org:device:dial:1"
+ id "urn:dial-multiscreen-org:service:dial:1"
+ description "DIAL supported by Chromecast, FireTV, Roku etc"
+!
+airgroupprofile service "default-dlna-print"
+ id "urn:schemas-upnp-org:device:Printer:1"
+ id "urn:schemas-upnp-org:service:PrintBasic:1"
+ id "urn:schemas-upnp-org:service:PrintEnhanced:1"
+ description "Print"
+!
+airgroupprofile service "default-itunes"
+ id "_apple-mobdev._tcp"
+ id "_daap._tcp"
+ id "_dacp._tcp"
+ id "_home-sharing._tcp"
+ description "iTunes"
+!
+airgroupprofile service "default-remotemgmt"
+ id "_ftp._tcp"
+ id "_net-assistant._tcp"
+ id "_rfb._tcp"
+ id "_sftp-ssh._tcp"
+ id "_ssh._tcp"
+ id "_telnet._tcp"
+ description "Remote management"
+!
+airgroupprofile service "default-sharing"
+ id "_afpovertcp._tcp"
+ id "_odisk._tcp"
+ id "_xgrid._tcp"
+ description "Sharing"
+!
+airgroupprofile ipv6 "default"
+!
+airgroupprofile network "default"
+!
+airgroupprofile "default"
+ service "default-airplay"
+ service "default-airprint"
+ service "default-dial"
+ disallow-role "" type servers service ""
+!
+logging security subcat ids-ap level warnings
+logging security subcat ids level warnings
+snmp-server trap wlsxUnsecureAPResolved
+snmp-server trap coldStart
+snmp-server trap wlsxEnhancedAdhocContainment
+snmp-server trap wlsxAuthServerAcctTimedOut
+snmp-server trap wlsxAPRadioAttributesChanged
+snmp-server trap wlsxNormalTemperature
+snmp-server trap wlsxMalformedHTIEDetected
+snmp-server trap wlsxCertExpiringSoon
+snmp-server trap wlsxConfigurationUpdateError
+snmp-server trap wlsxMeshNodeEntryChanged
+snmp-server trap wlsxPowerSupplyOKTrap
+snmp-server trap wlsxTarpitContainment
+snmp-server trap wlsxNAdhocNetworkBridgeDetectedSta
+snmp-server trap wlsxStaInterferenceDetected
+snmp-server trap wlsxVlanLinkDown
+snmp-server trap wlsxInterferingApDetected
+snmp-server trap wlsxSignAPAsleap
+snmp-server trap wlsxBSSIDIsDown
+snmp-server trap wlsxNFanTrayInserted
+snmp-server trap wlsxNSignatureMatchWellenreiter
+snmp-server trap wlsxVlanEntryChanged
+snmp-server trap wlsxFlashSpaceOK
+snmp-server trap wlsxNProcessDied
+snmp-server trap wlsxEsiServerChanged
+snmp-server trap wlsxNUserAuthenticationFailed
+snmp-server trap wlsxNumClockSyncErrors
+snmp-server trap wlsxMalformedFrameWrongChannelDetected
+snmp-server trap wlsxNFanFailure
+snmp-server trap wlsxAPWiredContainment
+snmp-server trap wlsxChannelRateAnomaly
+snmp-server trap wlsxAPSpoofingDetected
+snmp-server trap wlsxSequenceNumberAnomalySta
+snmp-server trap wlsxChannelMisconfiguration
+snmp-server trap wlsxFanOK
+snmp-server trap wlsxFrameReceiveErrorRateExceeded
+snmp-server trap wlsxChannelInterferenceDetected
+snmp-server trap wlsxStackIfStateChangeTrap
+snmp-server trap wlsxPortDown
+snmp-server trap wlsxPowerSupplyFailureTrap
+snmp-server trap wlsxNAPConductorStatusChange
+snmp-server trap wlsxGlobalConfigurationChangeNotification
+snmp-server trap wlsxPowerSupplyMissingTrap
+snmp-server trap wlsxNOutOfRangeTemperature
+snmp-server trap wlsxNAuthMaxXsecUserEntries
+snmp-server trap wlsxApFloodAttack
+snmp-server trap wlsxNLicenseExpiry
+snmp-server trap wlsxOverflowIEDetected
+snmp-server trap authenticationFailure
+snmp-server trap wlsxNDBCommunicationFailure
+snmp-server trap wlsxNAdhocUsingValidSSID
+snmp-server trap wlsxNGBICInserted
+snmp-server trap wlsxNSwitchRoleChange
+snmp-server trap wlsxNRogueAPDetected
+snmp-server trap wlsxNAuthServerIsUp
+snmp-server trap wlsxAPDown
+snmp-server trap wlsxCTSRateAnomaly
+snmp-server trap wlsxWPAFTAttack
+snmp-server trap wlsxSignAPAirjack
+snmp-server trap wlsxTunnelUp
+snmp-server trap wlsxRAPActiveUplinkStatus
+snmp-server trap wlsxNApOnBackupController
+snmp-server trap wlsxWirelessBridge
+snmp-server trap wlsxNAccessPointIsDown
+snmp-server trap wlsxNAuthServerAcctTimedOut
+snmp-server trap wlsxMalformedAssocReqDetected
+snmp-server trap wlsxAdhocNetworkDetected
+snmp-server trap wlsxIAPVoiceClientLocationUpdate
+snmp-server trap wlsxNAuthMaxAclEntries
+snmp-server trap wlsxAPNumColdStarts
+snmp-server trap wlsxSSIDMisconfiguration
+snmp-server trap wlsxNSignatureMatchDeauthBcast
+snmp-server trap wlsxOUIMisconfiguration
+snmp-server trap wlsxChannelFrameErrorRateExceeded
+snmp-server trap wlsxEAPRateAnomaly
+snmp-server trap wlsxNumColdStart
+snmp-server trap wlsxNStationRemovedFromDenyList
+snmp-server trap wlsxNSignatureMatchNetstumbler
+snmp-server trap wlsxLicenseClientExpiry
+snmp-server trap wlsxLicenseServerExpiry
+snmp-server trap wlsxNESIServerDown
+snmp-server trap wlsxValidClientMisassociation
+snmp-server trap wlsxNeighborAPDetected
+snmp-server trap wlsxAPEntryChanged
+snmp-server trap wlsxDisconnectStationAttackSta
+snmp-server trap wlsxAPDeauthContainment
+firewall-visibility
+hostname WLC22
+clock timezone America/Denver
+banner motd ~
+****************************** WARNING ******************************
+* LOG OFF IMMEDIATELY if you do not belong here *
+*********************************************************************
+~
+lc-cluster group-membership STATIONS_CLUSTER
+lc-cluster exclude-vlan 1,12
+ip probe default
+!
+ip probe health-check
+!
+country US
+vrrp 55
+ ip address 192.168.1.2
+ authentication ******
+ preempt
+ advertise 1
+ vlan 12
+ no shutdown
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/bigip_f5/bigip_full_received.py b/tests/unit/mock/config/parser/base/bigip_f5/bigip_full_received.py
similarity index 97%
rename from tests/unit/mock/config/parser/bigip_f5/bigip_full_received.py
rename to tests/unit/mock/config/parser/base/bigip_f5/bigip_full_received.py
index 1a00628..2342c90 100644
--- a/tests/unit/mock/config/parser/bigip_f5/bigip_full_received.py
+++ b/tests/unit/mock/config/parser/base/bigip_f5/bigip_full_received.py
@@ -24,6 +24,30 @@
ConfigLine(config_line=" }", parents=("auth user admin {", " partition-access {")),
ConfigLine(config_line=" shell bash", parents=("auth user admin {",)),
ConfigLine(config_line="}", parents=("auth user admin {",)),
+ ConfigLine(config_line="apm resource webtop-link aShare {", parents=()),
+ ConfigLine(
+ config_line=" application-uri http://funshare.example.com", parents=("apm resource webtop-link aShare {",)
+ ),
+ ConfigLine(
+ config_line=" customization-group a_customization_group", parents=("apm resource webtop-link aShare {",)
+ ),
+ ConfigLine(config_line="}", parents=("apm resource webtop-link aShare {",)),
+ ConfigLine(config_line="apm sso form-based portal_ext_sso_form_based {", parents=()),
+ ConfigLine(
+ config_line=" form-action /Citrix/Example/ExplicitAuth/LoginAttempt",
+ parents=("apm sso form-based portal_ext_sso_form_based {",),
+ ),
+ ConfigLine(
+ config_line=' form-field "LoginBtn Log+On\nStateContext "',
+ parents=("apm sso form-based portal_ext_sso_form_based {",),
+ ),
+ ConfigLine(config_line=" form-password password", parents=()),
+ ConfigLine(config_line=" form-username username", parents=()),
+ ConfigLine(config_line=" passthru true", parents=()),
+ ConfigLine(config_line=" start-uri /Citrix/Example/ExplicitAuth/Login*", parents=()),
+ ConfigLine(config_line=" success-match-type cookie", parents=()),
+ ConfigLine(config_line=" success-match-value CtxsAuthId", parents=()),
+ ConfigLine(config_line="}", parents=()),
ConfigLine(config_line="cli global-settings { }", parents=()),
ConfigLine(config_line="cli preference {", parents=()),
ConfigLine(config_line=" alias-path { /Common }", parents=("cli preference {",)),
diff --git a/tests/unit/mock/config/parser/bigip_f5/bigip_full_sent.txt b/tests/unit/mock/config/parser/base/bigip_f5/bigip_full_sent.txt
similarity index 89%
rename from tests/unit/mock/config/parser/bigip_f5/bigip_full_sent.txt
rename to tests/unit/mock/config/parser/base/bigip_f5/bigip_full_sent.txt
index fc9a3cd..2489985 100644
--- a/tests/unit/mock/config/parser/bigip_f5/bigip_full_sent.txt
+++ b/tests/unit/mock/config/parser/base/bigip_f5/bigip_full_sent.txt
@@ -13,6 +13,21 @@ auth user admin {
}
shell bash
}
+apm resource webtop-link aShare {
+ application-uri http://funshare.example.com
+ customization-group a_customization_group
+}
+apm sso form-based portal_ext_sso_form_based {
+ form-action /Citrix/Example/ExplicitAuth/LoginAttempt
+ form-field "LoginBtn Log+On
+StateContext "
+ form-password password
+ form-username username
+ passthru true
+ start-uri /Citrix/Example/ExplicitAuth/Login*
+ success-match-type cookie
+ success-match-value CtxsAuthId
+}
cli global-settings { }
cli preference {
alias-path { /Common }
@@ -154,6 +169,40 @@ ltm global-settings general {
share-single-mac vmw-compat
}
ltm global-settings rule { }
+ltm rule imap_tls {
+when CLIENT_ACCEPTED {
+ SSL::disable
+ }
+ when SERVER_CONNECTED {
+ TCP::collect
+ }
+ when CLIENT_DATA {
+ set lcpayload [string tolower [TCP::payload]]
+ if { $lcpayload contains "starttls" } {
+ set tag [getfield [TCP::payload] " " 1]
+ TCP::respond "$tag OK \"Begin TLS negotiation now\"\r\n"
+ TCP::payload replace 0 [TCP::payload length] ""
+ TCP::release
+ SSL::enable
+ } else {
+ set id [getfield [TCP::payload] " " 1]
+ TCP::respond "$id BAD \"Must issue a STARTTLS command first\"\r\n"
+ TCP::payload replace 0 [TCP::payload length] ""
+ TCP::release
+ TCP::collect
+ }
+ }
+ when SERVER_DATA {
+ if { [TCP::payload] contains "* CAPABILITY" } {
+ TCP::payload replace 12 0 " STARTTLS"
+ TCP::release
+ clientside { TCP::collect }
+ } else {
+ TCP::release
+ TCP::collect
+ }
+}
+}
ltm global-settings traffic-control { }
ltm persistence global-settings { }
ltm tacdb licenseddb licensed-tacdb {
diff --git a/tests/unit/mock/config/parser/cisco_aireos/aireos_full_received.py b/tests/unit/mock/config/parser/base/cisco_aireos/aireos_full_received.py
similarity index 100%
rename from tests/unit/mock/config/parser/cisco_aireos/aireos_full_received.py
rename to tests/unit/mock/config/parser/base/cisco_aireos/aireos_full_received.py
diff --git a/tests/unit/mock/config/parser/cisco_aireos/aireos_full_sent.txt b/tests/unit/mock/config/parser/base/cisco_aireos/aireos_full_sent.txt
similarity index 100%
rename from tests/unit/mock/config/parser/cisco_aireos/aireos_full_sent.txt
rename to tests/unit/mock/config/parser/base/cisco_aireos/aireos_full_sent.txt
diff --git a/tests/unit/mock/config/parser/base/cisco_asa/asa_full_received.py b/tests/unit/mock/config/parser/base/cisco_asa/asa_full_received.py
new file mode 100644
index 0000000..edb01db
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_asa/asa_full_received.py
@@ -0,0 +1,152 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="ASA Version 9.7(1)24", parents=()),
+ ConfigLine(config_line="terminal width 511", parents=()),
+ ConfigLine(config_line="hostname jcy-fw-01", parents=()),
+ ConfigLine(config_line="enable password ntc123 encrypted", parents=()),
+ ConfigLine(config_line="xlate per-session deny tcp any4 any4", parents=()),
+ ConfigLine(config_line="xlate per-session deny tcp any4 any6", parents=()),
+ ConfigLine(config_line="xlate per-session deny tcp any6 any4", parents=()),
+ ConfigLine(config_line="xlate per-session deny tcp any6 any6", parents=()),
+ ConfigLine(config_line="xlate per-session deny udp any4 any4 eq domain", parents=()),
+ ConfigLine(config_line="xlate per-session deny udp any4 any6 eq domain", parents=()),
+ ConfigLine(config_line="xlate per-session deny udp any6 any4 eq domain", parents=()),
+ ConfigLine(config_line="xlate per-session deny udp any6 any6 eq domain", parents=()),
+ ConfigLine(config_line="passwd ntc123 encrypted", parents=()),
+ ConfigLine(config_line="names", parents=()),
+ ConfigLine(config_line="interface Management0/0", parents=()),
+ ConfigLine(config_line=" management-only", parents=("interface Management0/0",)),
+ ConfigLine(config_line=" nameif Management", parents=("interface Management0/0",)),
+ ConfigLine(config_line=" security-level 100", parents=("interface Management0/0",)),
+ ConfigLine(config_line=" ip address 10.1.1.10 255.255.255.0", parents=("interface Management0/0",)),
+ ConfigLine(
+ config_line="banner motd ********************************************************************", parents=()
+ ),
+ ConfigLine(config_line="banner motd", parents=()),
+ ConfigLine(config_line="banner motd This is a test banner.", parents=()),
+ ConfigLine(config_line="banner motd", parents=()),
+ ConfigLine(
+ config_line="banner motd ********************************************************************", parents=()
+ ),
+ ConfigLine(config_line="pager lines 24", parents=()),
+ ConfigLine(config_line="logging enable", parents=()),
+ ConfigLine(config_line="logging timestamp", parents=()),
+ ConfigLine(config_line="logging standby", parents=()),
+ ConfigLine(config_line="logging buffer-size 1048576", parents=()),
+ ConfigLine(config_line="logging buffered informational", parents=()),
+ ConfigLine(config_line="logging trap informational", parents=()),
+ ConfigLine(config_line="logging asdm informational", parents=()),
+ ConfigLine(config_line="logging facility 21", parents=()),
+ ConfigLine(config_line="logging queue 0", parents=()),
+ ConfigLine(config_line="logging device-id hostname", parents=()),
+ ConfigLine(config_line="logging host Management 10.1.1.20", parents=()),
+ ConfigLine(config_line="no logging message 10101010", parents=()),
+ ConfigLine(config_line="mtu Management 1500", parents=()),
+ ConfigLine(config_line="ip verify reverse-path interface Management", parents=()),
+ ConfigLine(config_line="no monitor-interface service-module", parents=()),
+ ConfigLine(config_line="icmp unreachable rate-limit 1 burst-size 1", parents=()),
+ ConfigLine(config_line="icmp permit 10.0.0.0 255.0.0.0 Management", parents=()),
+ ConfigLine(config_line="no asdm history enable", parents=()),
+ ConfigLine(config_line="arp timeout 14400", parents=()),
+ ConfigLine(config_line="route Management 0.0.0.0 0.0.0.0 10.1.1.1 1", parents=()),
+ ConfigLine(config_line="timeout xlate 3:00:00", parents=()),
+ ConfigLine(config_line="timeout pat-xlate 0:00:30", parents=()),
+ ConfigLine(
+ config_line="timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02", parents=()
+ ),
+ ConfigLine(
+ config_line="timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00", parents=()
+ ),
+ ConfigLine(
+ config_line="timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00", parents=()
+ ),
+ ConfigLine(config_line="timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute", parents=()),
+ ConfigLine(config_line="timeout tcp-proxy-reassembly 0:01:00", parents=()),
+ ConfigLine(config_line="timeout floating-conn 0:00:00", parents=()),
+ ConfigLine(config_line="timeout conn-holddown 0:00:15", parents=()),
+ ConfigLine(config_line="timeout igp stale-route 0:01:10", parents=()),
+ ConfigLine(config_line="aaa-server TACACS+ protocol tacacs+", parents=()),
+ ConfigLine(config_line=" reactivation-mode timed", parents=("aaa-server TACACS+ protocol tacacs+",)),
+ ConfigLine(config_line=" max-failed-attempts 5", parents=("aaa-server TACACS+ protocol tacacs+",)),
+ ConfigLine(config_line="aaa-server TACACS+ (Management) host 10.1.1.100", parents=()),
+ ConfigLine(config_line=" key *****", parents=("aaa-server TACACS+ (Management) host 10.1.1.100",)),
+ ConfigLine(config_line="user-identity default-domain LOCAL", parents=()),
+ ConfigLine(config_line="aaa authentication serial console LOCAL", parents=()),
+ ConfigLine(config_line="aaa authentication ssh console TACACS+ LOCAL", parents=()),
+ ConfigLine(config_line="aaa authentication enable console TACACS+ LOCAL", parents=()),
+ ConfigLine(config_line="aaa authentication http console TACACS+ LOCAL", parents=()),
+ ConfigLine(config_line="aaa accounting command TACACS+", parents=()),
+ ConfigLine(config_line="http server enable", parents=()),
+ ConfigLine(config_line="http 0.0.0.0 0.0.0.0 Management", parents=()),
+ ConfigLine(config_line="snmp-server host Management 10.1.1.50 community ***** version 2c", parents=()),
+ ConfigLine(config_line="no snmp-server contact", parents=()),
+ ConfigLine(config_line="snmp-server enable traps syslog", parents=()),
+ ConfigLine(config_line="sysopt noproxyarp Management", parents=()),
+ ConfigLine(config_line="crypto ipsec security-association pmtu-aging infinite", parents=()),
+ ConfigLine(config_line="telnet timeout 5", parents=()),
+ ConfigLine(config_line="ssh stricthostkeycheck", parents=()),
+ ConfigLine(config_line="ssh 0.0.0.0 0.0.0.0 Management", parents=()),
+ ConfigLine(config_line="ssh timeout 60", parents=()),
+ ConfigLine(config_line="ssh version 2", parents=()),
+ ConfigLine(config_line="ssh key-exchange group dh-group1-sha1", parents=()),
+ ConfigLine(config_line="no threat-detection statistics tcp-intercept", parents=()),
+ ConfigLine(config_line="dynamic-access-policy-record DfltAccessPolicy", parents=()),
+ ConfigLine(config_line="username ntc password ntc123 encrypted privilege 15", parents=()),
+ ConfigLine(config_line="class-map inspection_default", parents=()),
+ ConfigLine(config_line=" match default-inspection-traffic", parents=("class-map inspection_default",)),
+ ConfigLine(config_line="policy-map type inspect dns preset_dns_map", parents=()),
+ ConfigLine(config_line=" parameters", parents=("policy-map type inspect dns preset_dns_map",)),
+ ConfigLine(
+ config_line=" message-length maximum client auto",
+ parents=(
+ "policy-map type inspect dns preset_dns_map",
+ " parameters",
+ ),
+ ),
+ ConfigLine(
+ config_line=" message-length maximum 512",
+ parents=(
+ "policy-map type inspect dns preset_dns_map",
+ " parameters",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no tcp-inspection",
+ parents=(
+ "policy-map type inspect dns preset_dns_map",
+ " parameters",
+ ),
+ ),
+ ConfigLine(config_line="policy-map global_policy", parents=()),
+ ConfigLine(config_line=" class inspection_default", parents=("policy-map global_policy",)),
+ ConfigLine(
+ config_line=" inspect dns preset_dns_map",
+ parents=(
+ "policy-map global_policy",
+ " class inspection_default",
+ ),
+ ),
+ ConfigLine(
+ config_line=" inspect ftp",
+ parents=(
+ "policy-map global_policy",
+ " class inspection_default",
+ ),
+ ),
+ ConfigLine(
+ config_line=" inspect tftp",
+ parents=(
+ "policy-map global_policy",
+ " class inspection_default",
+ ),
+ ),
+ ConfigLine(
+ config_line=" inspect ip-options",
+ parents=(
+ "policy-map global_policy",
+ " class inspection_default",
+ ),
+ ),
+ ConfigLine(config_line="service-policy global_policy global", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_asa/asa_full_sent.txt b/tests/unit/mock/config/parser/base/cisco_asa/asa_full_sent.txt
new file mode 100644
index 0000000..cb4ff6c
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_asa/asa_full_sent.txt
@@ -0,0 +1,108 @@
+: Saved
+
+:
+ASA Version 9.7(1)24
+!
+terminal width 511
+hostname jcy-fw-01
+enable password ntc123 encrypted
+xlate per-session deny tcp any4 any4
+xlate per-session deny tcp any4 any6
+xlate per-session deny tcp any6 any4
+xlate per-session deny tcp any6 any6
+xlate per-session deny udp any4 any4 eq domain
+xlate per-session deny udp any4 any6 eq domain
+xlate per-session deny udp any6 any4 eq domain
+xlate per-session deny udp any6 any6 eq domain
+passwd ntc123 encrypted
+names
+
+!
+interface Management0/0
+ management-only
+ nameif Management
+ security-level 100
+ ip address 10.1.1.10 255.255.255.0
+!
+banner motd ********************************************************************
+banner motd
+banner motd This is a test banner.
+banner motd
+banner motd ********************************************************************
+pager lines 24
+logging enable
+logging timestamp
+logging standby
+logging buffer-size 1048576
+logging buffered informational
+logging trap informational
+logging asdm informational
+logging facility 21
+logging queue 0
+logging device-id hostname
+logging host Management 10.1.1.20
+no logging message 10101010
+mtu Management 1500
+ip verify reverse-path interface Management
+no monitor-interface service-module
+icmp unreachable rate-limit 1 burst-size 1
+icmp permit 10.0.0.0 255.0.0.0 Management
+no asdm history enable
+arp timeout 14400
+route Management 0.0.0.0 0.0.0.0 10.1.1.1 1
+timeout xlate 3:00:00
+timeout pat-xlate 0:00:30
+timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 sctp 0:02:00 icmp 0:00:02
+timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
+timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
+timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
+timeout tcp-proxy-reassembly 0:01:00
+timeout floating-conn 0:00:00
+timeout conn-holddown 0:00:15
+timeout igp stale-route 0:01:10
+aaa-server TACACS+ protocol tacacs+
+ reactivation-mode timed
+ max-failed-attempts 5
+aaa-server TACACS+ (Management) host 10.1.1.100
+ key *****
+user-identity default-domain LOCAL
+aaa authentication serial console LOCAL
+aaa authentication ssh console TACACS+ LOCAL
+aaa authentication enable console TACACS+ LOCAL
+aaa authentication http console TACACS+ LOCAL
+aaa accounting command TACACS+
+http server enable
+http 0.0.0.0 0.0.0.0 Management
+snmp-server host Management 10.1.1.50 community ***** version 2c
+no snmp-server contact
+snmp-server enable traps syslog
+sysopt noproxyarp Management
+crypto ipsec security-association pmtu-aging infinite
+telnet timeout 5
+ssh stricthostkeycheck
+ssh 0.0.0.0 0.0.0.0 Management
+ssh timeout 60
+ssh version 2
+ssh key-exchange group dh-group1-sha1
+no threat-detection statistics tcp-intercept
+dynamic-access-policy-record DfltAccessPolicy
+username ntc password ntc123 encrypted privilege 15
+!
+class-map inspection_default
+ match default-inspection-traffic
+!
+!
+policy-map type inspect dns preset_dns_map
+ parameters
+ message-length maximum client auto
+ message-length maximum 512
+ no tcp-inspection
+policy-map global_policy
+ class inspection_default
+ inspect dns preset_dns_map
+ inspect ftp
+ inspect tftp
+ inspect ip-options
+!
+service-policy global_policy global
+: end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_received.py b/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_received.py
new file mode 100644
index 0000000..910e519
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_received.py
@@ -0,0 +1,13 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="group-policy Grs-POLICY attributes", parents=()),
+ ConfigLine(
+ config_line=" banner value This is an",
+ parents=("group-policy Grs-POLICY attributes",),
+ ),
+ ConfigLine(
+ config_line=" banner value example nested banner",
+ parents=("group-policy Grs-POLICY attributes",),
+ ),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_sent.txt b/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_sent.txt
new file mode 100644
index 0000000..ed8c8f0
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_asa/asa_nested_banner_sent.txt
@@ -0,0 +1,3 @@
+group-policy Grs-POLICY attributes
+ banner value This is an
+ banner value example nested banner
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_received.py b/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_received.py
new file mode 100644
index 0000000..9907aee
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_received.py
@@ -0,0 +1,12 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="hostname banner_with_newline", parents=()),
+ ConfigLine(config_line="banner login ^C", parents=()),
+ ConfigLine(
+ config_line="****************************************************\nWARNING TO UNAUTHORIZED USERS:\nThis system is for use by authorized users only.\n****************************************************\n^C",
+ parents=("banner login ^C",),
+ ),
+ ConfigLine(config_line="line vty 0 4", parents=()),
+ ConfigLine(config_line=" transport ssh", parents=("line vty 0 4",)),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_sent.txt b/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_sent.txt
new file mode 100644
index 0000000..90c9b75
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_banner_newline_sent.txt
@@ -0,0 +1,13 @@
+hostname banner_with_newline
+!
+banner login ^C
+****************************************************
+WARNING TO UNAUTHORIZED USERS:
+This system is for use by authorized users only.
+****************************************************
+
+^C
+!
+line vty 0 4
+ transport ssh
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_received.py b/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_received.py
new file mode 100755
index 0000000..dca5142
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_received.py
@@ -0,0 +1,12 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="hostname dual-banner", parents=()),
+ ConfigLine(config_line="banner exec ^C", parents=()),
+ ConfigLine(config_line="=========\nintended config exec banner\n-========\n^C", parents=("banner exec ^C",)),
+ ConfigLine(config_line="banner motd ^C", parents=()),
+ ConfigLine(
+ config_line="======\nintended config motd banner\n======\n || ($hostname) ||\n^C", parents=("banner motd ^C",)
+ ),
+ ConfigLine(config_line=None, parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_sent.txt b/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_sent.txt
new file mode 100755
index 0000000..d5bdb90
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_dual_banner_sent.txt
@@ -0,0 +1,14 @@
+hostname dual-banner
+!
+banner exec ^C
+=========
+intended config exec banner
+-========
+^C
+banner motd ^C
+======
+intended config motd banner
+======
+ || ($hostname) ||
+^C
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_received.py b/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_received.py
new file mode 100755
index 0000000..f3d8ebf
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_received.py
@@ -0,0 +1,8 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="hostname emptybanner", parents=()),
+ ConfigLine(config_line="banner motd ^C^C", parents=()),
+ ConfigLine(config_line="line vty 0 4", parents=()),
+ ConfigLine(config_line=" transport ssh", parents=("line vty 0 4",)),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_sent.txt b/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_sent.txt
new file mode 100755
index 0000000..b4062f2
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_ios/ios_empty_banner_sent.txt
@@ -0,0 +1,7 @@
+hostname emptybanner
+!
+banner motd ^C^C
+!
+line vty 0 4
+ transport ssh
+!
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/cisco_ios/ios_full_received.py b/tests/unit/mock/config/parser/base/cisco_ios/ios_full_received.py
similarity index 100%
rename from tests/unit/mock/config/parser/cisco_ios/ios_full_received.py
rename to tests/unit/mock/config/parser/base/cisco_ios/ios_full_received.py
diff --git a/tests/unit/mock/config/parser/cisco_ios/ios_full_sent.txt b/tests/unit/mock/config/parser/base/cisco_ios/ios_full_sent.txt
similarity index 100%
rename from tests/unit/mock/config/parser/cisco_ios/ios_full_sent.txt
rename to tests/unit/mock/config/parser/base/cisco_ios/ios_full_sent.txt
diff --git a/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_received.py b/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_received.py
new file mode 100644
index 0000000..d49f1c7
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_received.py
@@ -0,0 +1,20515 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="service unsupported-transceiver", parents=()),
+ ConfigLine(config_line="hostname dfw1-core-01", parents=()),
+ ConfigLine(config_line="clock timezone EST America/NewYork", parents=()),
+ ConfigLine(config_line="logging trap informational", parents=()),
+ ConfigLine(config_line="logging archive", parents=()),
+ ConfigLine(config_line=" device harddisk", parents=("logging archive",)),
+ ConfigLine(config_line=" severity debugging", parents=("logging archive",)),
+ ConfigLine(config_line=" file-size 100", parents=("logging archive",)),
+ ConfigLine(config_line=" frequency daily", parents=("logging archive",)),
+ ConfigLine(config_line=" archive-size 1500", parents=("logging archive",)),
+ ConfigLine(config_line=" archive-length 6", parents=("logging archive",)),
+ ConfigLine(config_line="logging console informational", parents=()),
+ ConfigLine(config_line="logging monitor debugging", parents=()),
+ ConfigLine(config_line="logging 10.44.155.130 vrf management severity info port default", parents=()),
+ ConfigLine(config_line="logging source-interface Loopback40302", parents=()),
+ ConfigLine(config_line="logging hostnameprefix dfw1-core-01", parents=()),
+ ConfigLine(config_line="domain vrf internet name 6d8e0d", parents=()),
+ ConfigLine(config_line="domain vrf internet name-server 109.3.131.6", parents=()),
+ ConfigLine(config_line="domain vrf internet name-server 201.41.240.7", parents=()),
+ ConfigLine(config_line="domain vrf management name 6d8e0d", parents=()),
+ ConfigLine(config_line="domain vrf management name-server 10.44.154.34", parents=()),
+ ConfigLine(config_line="domain vrf management name-server 10.44.155.251", parents=()),
+ ConfigLine(config_line="domain vrf management lookup source-interface Loopback40302", parents=()),
+ ConfigLine(config_line="tacacs source-interface Loopback40302 vrf management", parents=()),
+ ConfigLine(config_line="username *", parents=()),
+ ConfigLine(config_line=" group root-lr", parents=("username *",)),
+ ConfigLine(config_line=" group cisco-support", parents=("username *",)),
+ ConfigLine(config_line=" secret 5 *", parents=("username *",)),
+ ConfigLine(config_line="aaa accounting commands default start-stop group AUTH none", parents=()),
+ ConfigLine(config_line="aaa group server tacacs+ AUTH", parents=()),
+ ConfigLine(config_line=" vrf management", parents=("aaa group server tacacs+ AUTH",)),
+ ConfigLine(config_line=" server-private 10.44.154.151 port 49", parents=("aaa group server tacacs+ AUTH",)),
+ ConfigLine(
+ config_line=" key * *", parents=("aaa group server tacacs+ AUTH", " server-private 10.44.154.151 port 49")
+ ),
+ ConfigLine(config_line="aaa authorization commands default group AUTH none", parents=()),
+ ConfigLine(config_line="aaa authentication login default group AUTH local", parents=()),
+ ConfigLine(config_line="banner exec ~", parents=()),
+ ConfigLine(
+ config_line="****************\nNetwork to Code\nNew York City, New York\n****************\n~",
+ parents=("banner exec ~",),
+ ),
+ ConfigLine(config_line="banner motd ~", parents=()),
+ ConfigLine(
+ config_line="*********************!!!IMPORTANT NOTICE!!!************************\n* This is a restricted system. All connections are logged. *\n* If you are not authorized to connect to this system, log *\n* off now. *\n* *\n* Violators will be prosecuted to the full extent of the law. *\n*******************************************************************\n* *\n**********************!!!AVIS IMPORTANT!!!*************************\n* L'acces au present systeme est limite et tous ses acces sont *\n* actuellement utilises. Si vous n'etes pas autorise a vous y *\n* raccorder, veuillez quitter ce systeme immediatement. *\n* *\n* Tout contrevenant sera poursuivi en vertu des mesures prevues *\n* par la loi. *\n*******************************************************************\n~",
+ parents=("banner motd ~",),
+ ),
+ ConfigLine(config_line="vrf internet", parents=()),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("vrf internet",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf internet", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:4", parents=("vrf internet", " address-family ipv4 unicast", " import route-target")
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf internet", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:4", parents=("vrf internet", " address-family ipv4 unicast", " export route-target")
+ ),
+ ConfigLine(config_line=" address-family ipv6 unicast", parents=("vrf internet",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf internet", " address-family ipv6 unicast")),
+ ConfigLine(
+ config_line=" 40302:4", parents=("vrf internet", " address-family ipv6 unicast", " import route-target")
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf internet", " address-family ipv6 unicast")),
+ ConfigLine(
+ config_line=" 40302:4", parents=("vrf internet", " address-family ipv6 unicast", " export route-target")
+ ),
+ ConfigLine(config_line="vrf management", parents=()),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("vrf management",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf management", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:40302",
+ parents=("vrf management", " address-family ipv4 unicast", " import route-target"),
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf management", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:40302",
+ parents=("vrf management", " address-family ipv4 unicast", " export route-target"),
+ ),
+ ConfigLine(config_line="vrf 10100:339651554", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("vrf 10100:339651554",)
+ ),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("vrf 10100:339651554",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf 10100:339651554", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 20731:339651554",
+ parents=("vrf 10100:339651554", " address-family ipv4 unicast", " import route-target"),
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf 10100:339651554", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 20731:339651554",
+ parents=("vrf 10100:339651554", " address-family ipv4 unicast", " export route-target"),
+ ),
+ ConfigLine(config_line="vrf 10100:956745530", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("vrf 10100:956745530",)
+ ),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("vrf 10100:956745530",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf 10100:956745530", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 20731:956745530",
+ parents=("vrf 10100:956745530", " address-family ipv4 unicast", " import route-target"),
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf 10100:956745530", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 20731:956745530",
+ parents=("vrf 10100:956745530", " address-family ipv4 unicast", " export route-target"),
+ ),
+ ConfigLine(config_line="vrf voip-untrusted", parents=()),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("vrf voip-untrusted",)),
+ ConfigLine(config_line=" import route-target", parents=("vrf voip-untrusted", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:11",
+ parents=("vrf voip-untrusted", " address-family ipv4 unicast", " import route-target"),
+ ),
+ ConfigLine(config_line=" export route-target", parents=("vrf voip-untrusted", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" 40302:11",
+ parents=("vrf voip-untrusted", " address-family ipv4 unicast", " export route-target"),
+ ),
+ ConfigLine(config_line="line default", parents=()),
+ ConfigLine(config_line=" exec-timeout 60 0", parents=("line default",)),
+ ConfigLine(config_line=" session-timeout 60", parents=("line default",)),
+ ConfigLine(config_line="snmp-server ifindex persist", parents=()),
+ ConfigLine(config_line="snmp-server mibs qosmib persist", parents=()),
+ ConfigLine(config_line="snmp-server vrf management", parents=()),
+ ConfigLine(
+ config_line="snmp-server user public group1 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="snmp-server user networking group2 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="snmp-server view view1 iso included",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="snmp-server view view2 iso included",
+ parents=(),
+ ),
+ ConfigLine(config_line="snmp-server group public v3 priv read abc1234", parents=()),
+ ConfigLine(config_line="snmp-server group networking v3 priv write abc1234 IPv4 BOSS", parents=()),
+ ConfigLine(config_line="redundancy", parents=()),
+ ConfigLine(config_line="ntp", parents=()),
+ ConfigLine(config_line=" server vrf management 10.44.158.184 source Loopback40302", parents=("ntp",)),
+ ConfigLine(config_line=" server vrf management 10.44.149.8 source Loopback40302", parents=("ntp",)),
+ ConfigLine(config_line="bfd", parents=()),
+ ConfigLine(config_line=" interface Bundle-Ether301", parents=("bfd",)),
+ ConfigLine(config_line=" echo", parents=("bfd", " interface Bundle-Ether301")),
+ ConfigLine(config_line=" interface Bundle-Ether302", parents=("bfd",)),
+ ConfigLine(config_line=" echo", parents=("bfd", " interface Bundle-Ether302")),
+ ConfigLine(config_line=" multipath include location 0/0/CPU0", parents=("bfd",)),
+ ConfigLine(config_line="configuration display interface slot-order", parents=()),
+ ConfigLine(config_line="call-home", parents=()),
+ ConfigLine(config_line=" service active", parents=("call-home",)),
+ ConfigLine(config_line=" contact smart-licensing", parents=("call-home",)),
+ ConfigLine(config_line=" profile CiscoTAC-1", parents=("call-home",)),
+ ConfigLine(config_line=" active", parents=("call-home", " profile CiscoTAC-1")),
+ ConfigLine(config_line=" destination transport-method http", parents=("call-home", " profile CiscoTAC-1")),
+ ConfigLine(config_line="hw-module fib ipv4 scale internet-optimized", parents=()),
+ ConfigLine(config_line="hw-module vrrpscale enable", parents=()),
+ ConfigLine(config_line="ipv6 access-list FILTER:STATIC:IPV6:INOUT", parents=()),
+ ConfigLine(
+ config_line=" 11 remark * From: https://tools.ietf.org/html/rfc7454#section-4.65.145.2",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 20 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1601 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 21 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1601",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 30 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1600 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 31 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1600",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 50 deny ipv6 51c3:27:755a:526a:7092:565c:382d:5800/48 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 51 deny ipv6 any 51c3:27:755a:526a:7092:565c:382d:5800/48",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 60 deny ipv6 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 61 deny ipv6 any 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 70 deny ipv6 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 71 deny ipv6 any 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 80 deny ipv6 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 81 deny ipv6 any 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 90 deny ipv6 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 91 deny ipv6 any 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 100 deny ipv6 a920:8059:328e:bd58:cf03:170f:3001:5b00/7 any",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(
+ config_line=" 101 deny ipv6 any a920:8059:328e:bd58:cf03:170f:3001:5b00/7",
+ parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",),
+ ),
+ ConfigLine(config_line=" 1001 remark * Permit Remaining", parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",)),
+ ConfigLine(config_line=" 1010 permit ipv6 any any", parents=("ipv6 access-list FILTER:STATIC:IPV6:INOUT",)),
+ ConfigLine(config_line="ipv4 access-list BOSS", parents=()),
+ ConfigLine(config_line=" 10 permit ipv4 host 10.44.155.248 any", parents=("ipv4 access-list BOSS",)),
+ ConfigLine(config_line=" 20 permit ipv4 host 10.44.155.184 any", parents=("ipv4 access-list BOSS",)),
+ ConfigLine(config_line="ipv4 access-list MANAGEMENT", parents=()),
+ ConfigLine(config_line=" 10 permit ipv4 10.44.177.0/16 any", parents=("ipv4 access-list MANAGEMENT",)),
+ ConfigLine(config_line=" 20 permit ipv4 192.168.83.0/24 any", parents=("ipv4 access-list MANAGEMENT",)),
+ ConfigLine(config_line=" 30 permit ipv4 192.168.60.0/22 any", parents=("ipv4 access-list MANAGEMENT",)),
+ ConfigLine(config_line=" 40 permit ipv4 196.174.91.0/22 any", parents=("ipv4 access-list MANAGEMENT",)),
+ ConfigLine(config_line=" 50 permit ipv4 10.133.236.0 0.0.1.255 any", parents=("ipv4 access-list MANAGEMENT",)),
+ ConfigLine(config_line="ipv4 access-list FILTER:VOIP:IN", parents=()),
+ ConfigLine(
+ config_line=" 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 20 remark Permit Traffic to Loopback", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 40 permit ipv4 any 192.168.93.4 0.0.0.3", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 60 remark Permit traffic to SBC", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 80 permit tcp any host 172.22.181.36", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 90 permit udp any host 172.22.181.36", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 100 permit ipv4 any host 172.22.181.38", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 110 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 120 remark Permit return traffic to SBC Media Server",
+ parents=("ipv4 access-list FILTER:VOIP:IN",),
+ ),
+ ConfigLine(
+ config_line=" 130 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 140 permit udp any host 172.22.181.37", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 150 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 160 remark Permit traffic to Voip DMS proxy/DNS/NTP Server",
+ parents=("ipv4 access-list FILTER:VOIP:IN",),
+ ),
+ ConfigLine(
+ config_line=" 170 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 180 permit tcp any host 172.22.181.3 eq www", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 190 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 200 remark Permit traffic to XML Broadsoft Servers (MyPhone)",
+ parents=("ipv4 access-list FILTER:VOIP:IN",),
+ ),
+ ConfigLine(
+ config_line=" 210 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 220 permit tcp any host 172.22.181.6 eq www", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 230 permit tcp any host 172.22.181.6 eq https", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 240 permit tcp any host 172.22.181.18 eq www", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 250 permit udp any host 172.22.181.19 eq syslog", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 260 permit tcp any host 172.22.181.21 eq www", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 270 permit tcp any host 172.22.181.21 eq https", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 280 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 290 remark Permit request traffic for provisioning server",
+ parents=("ipv4 access-list FILTER:VOIP:IN",),
+ ),
+ ConfigLine(config_line=" 300 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 310 permit tcp any host 172.23.243.254 eq www", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 320 permit tcp any host 172.23.243.254 eq https", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 340 remark Permit DHCP Client to Server", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 360 permit udp any eq bootpc any eq bootps", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 380 remark Permit NTP", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 400 permit udp any any eq ntp", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 410 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 420 remark Permit Voip private DNS", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 430 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 440 permit udp any host 172.22.181.3 eq domain", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(
+ config_line=" 450 permit udp any host 172.22.181.18 eq domain", parents=("ipv4 access-list FILTER:VOIP:IN",)
+ ),
+ ConfigLine(config_line=" 460 remark -=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 470 remark Permit ICMP anywhere", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 480 remark =-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 490 permit icmp any any", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 491 remark telnet to jump", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(
+ config_line=" 492 permit tcp 172.22.181.0 0.7.255.255 eq telnet host 172.22.181.19 established",
+ parents=("ipv4 access-list FILTER:VOIP:IN",),
+ ),
+ ConfigLine(config_line=" 500 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 510 remark Deny and log everything else", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 520 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line=" 530 deny ipv4 any any log", parents=("ipv4 access-list FILTER:VOIP:IN",)),
+ ConfigLine(config_line="ipv4 access-list FILTER:VOIP:OUT", parents=()),
+ ConfigLine(
+ config_line=" 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)
+ ),
+ ConfigLine(config_line=" 20 remark Permit Traffic from Loopback", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)
+ ),
+ ConfigLine(config_line=" 40 permit ipv4 192.168.93.4 0.0.0.3 any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 60 remark Permit traffic from SBC", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 80 permit tcp host 172.22.181.36 any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 90 permit udp host 172.22.181.36 any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 100 permit ipv4 host 172.22.181.38 any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 110 permit udp host 172.22.181.37 any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 120 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 130 remark Permit return traffic from Voip DMS proxy/DNS/NTP Server",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 140 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 150 permit tcp host 172.22.181.3 eq www any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 160 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 170 remark Permit request traffic from XML Broadsoft Servers (MyPhone)",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 180 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 190 permit tcp host 172.22.181.6 eq www any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(
+ config_line=" 200 permit tcp host 172.22.181.6 eq https any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(
+ config_line=" 210 permit tcp host 172.22.181.18 eq www any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(
+ config_line=" 220 permit tcp host 172.22.181.21 eq www any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(
+ config_line=" 230 permit tcp host 172.22.181.21 eq https any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 240 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 250 remark Permit request traffic for provisioning server",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 260 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 270 permit tcp host 172.23.243.254 eq www any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(
+ config_line=" 280 permit tcp host 172.23.243.254 eq https any established",
+ parents=("ipv4 access-list FILTER:VOIP:OUT",),
+ ),
+ ConfigLine(config_line=" 290 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 300 remark Permit DHCP Server to Client", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 310 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 320 permit udp any eq bootps any eq bootpc", parents=("ipv4 access-list FILTER:VOIP:OUT",)
+ ),
+ ConfigLine(config_line=" 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 340 remark Permit NTP", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 360 permit udp any eq ntp any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 380 remark Permit Voip Private DNS", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(
+ config_line=" 400 permit udp host 172.22.181.3 eq domain any", parents=("ipv4 access-list FILTER:VOIP:OUT",)
+ ),
+ ConfigLine(
+ config_line=" 410 permit udp host 172.22.181.18 eq domain any", parents=("ipv4 access-list FILTER:VOIP:OUT",)
+ ),
+ ConfigLine(config_line=" 420 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 430 remark Permit ICMP anywhere", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 440 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 450 permit icmp any any", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 460 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 470 remark Deny and log everything else", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 480 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line=" 490 deny ipv4 any any log", parents=("ipv4 access-list FILTER:VOIP:OUT",)),
+ ConfigLine(config_line="ipv4 access-list FILTER:STATIC:IN", parents=()),
+ ConfigLine(
+ config_line=" 10 remark Filter static Internet customers from sending traffic to unauthorized destinations",
+ parents=("ipv4 access-list FILTER:STATIC:IN",),
+ ),
+ ConfigLine(
+ config_line=" 20 remark Permit traffic to Rack Loopback for Testing",
+ parents=("ipv4 access-list FILTER:STATIC:IN",),
+ ),
+ ConfigLine(config_line=" 30 permit ipv4 any 192.168.93.0 0.0.0.7", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line=" 40 permit ipv4 192.168.93.0 0.0.0.7 any", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line=" 50 remark Filter RFC1918 destinations", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line=" 60 deny ipv4 0.0.0.0 0.255.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line=" 70 deny ipv4 any 0.0.0.0 0.255.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(
+ config_line=" 80 deny ipv4 10.142.79.0 0.255.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 90 deny ipv4 any 10.142.79.0 0.255.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 100 deny ipv4 80.251.113.0 0.255.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 110 deny ipv4 any 80.251.113.0 0.255.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 120 deny ipv4 170.34.145.0 0.0.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 130 deny ipv4 any 170.34.145.0 0.0.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 140 deny ipv4 172.24.173.0 0.15.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 150 deny ipv4 any 172.24.173.0 0.15.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(config_line=" 160 deny ipv4 192.15.238.0 0.0.0.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line=" 170 deny ipv4 any 192.15.238.0 0.0.0.255", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(
+ config_line=" 180 deny ipv4 192.168.30.0 0.0.255.255 any", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(
+ config_line=" 190 deny ipv4 any 192.168.30.0 0.0.255.255", parents=("ipv4 access-list FILTER:STATIC:IN",)
+ ),
+ ConfigLine(config_line=" 200 permit ipv4 any any", parents=("ipv4 access-list FILTER:STATIC:IN",)),
+ ConfigLine(config_line="flow exporter-map monitor", parents=()),
+ ConfigLine(config_line=" version v9", parents=("flow exporter-map monitor",)),
+ ConfigLine(
+ config_line=" options interface-table timeout 30", parents=("flow exporter-map monitor", " version v9")
+ ),
+ ConfigLine(config_line=" options sampler-table timeout 30", parents=("flow exporter-map monitor", " version v9")),
+ ConfigLine(config_line=" template timeout 30", parents=("flow exporter-map monitor", " version v9")),
+ ConfigLine(config_line=" template data timeout 30", parents=("flow exporter-map monitor", " version v9")),
+ ConfigLine(config_line=" template options timeout 30", parents=("flow exporter-map monitor", " version v9")),
+ ConfigLine(config_line=" transport udp 2055", parents=("flow exporter-map monitor",)),
+ ConfigLine(config_line=" source Loopback40302", parents=("flow exporter-map monitor",)),
+ ConfigLine(config_line=" destination 10.44.155.130 vrf management", parents=("flow exporter-map monitor",)),
+ ConfigLine(config_line="flow monitor-map fmm4", parents=()),
+ ConfigLine(config_line=" record ipv4", parents=("flow monitor-map fmm4",)),
+ ConfigLine(config_line=" exporter monitor", parents=("flow monitor-map fmm4",)),
+ ConfigLine(config_line=" cache timeout active 60", parents=("flow monitor-map fmm4",)),
+ ConfigLine(config_line="flow monitor-map fmm6", parents=()),
+ ConfigLine(config_line=" record ipv6", parents=("flow monitor-map fmm6",)),
+ ConfigLine(config_line=" exporter monitor", parents=("flow monitor-map fmm6",)),
+ ConfigLine(config_line=" cache timeout active 60", parents=("flow monitor-map fmm6",)),
+ ConfigLine(config_line="sampler-map sm", parents=()),
+ ConfigLine(config_line=" random 1 out-of 1000", parents=("sampler-map sm",)),
+ ConfigLine(config_line="interface BVI684", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("interface BVI684",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface BVI684",)),
+ ConfigLine(config_line=" vrf 10100:339651554", parents=("interface BVI684",)),
+ ConfigLine(config_line=" ipv4 address 192.168.47.9 255.255.255.252", parents=("interface BVI684",)),
+ ConfigLine(config_line="interface BVI1102", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("interface BVI1102",)
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface BVI1102",)),
+ ConfigLine(config_line=" ipv4 address 73.74.217.241 255.255.255.252", parents=("interface BVI1102",)),
+ ConfigLine(config_line=" ipv6 address 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146c/127", parents=("interface BVI1102",)),
+ ConfigLine(config_line=" dampening", parents=("interface BVI1102",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface BVI1102",)),
+ ConfigLine(config_line="interface BVI2334", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("interface BVI2334",)
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface BVI2334",)),
+ ConfigLine(config_line=" ipv4 address 172.25.134.81 255.255.255.252", parents=("interface BVI2334",)),
+ ConfigLine(config_line="interface Bundle-Ether10", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10",),
+ ),
+ ConfigLine(config_line=" mtu 9216", parents=("interface Bundle-Ether10",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether10",)),
+ ConfigLine(config_line=" enable", parents=("interface Bundle-Ether10", " lldp")),
+ ConfigLine(config_line="interface Bundle-Ether10.35 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.35 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 35", parents=("interface Bundle-Ether10.35 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.35 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.35 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.36", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.36",),
+ ),
+ ConfigLine(config_line=" vrf 10100:956745530", parents=("interface Bundle-Ether10.36",)),
+ ConfigLine(config_line=" ipv4 address 192.168.31.105 255.255.255.252", parents=("interface Bundle-Ether10.36",)),
+ ConfigLine(config_line=" encapsulation dot1q 36", parents=("interface Bundle-Ether10.36",)),
+ ConfigLine(config_line="interface Bundle-Ether10.202 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.202 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 202", parents=("interface Bundle-Ether10.202 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.202 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.202 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.214 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.214 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 214", parents=("interface Bundle-Ether10.214 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.214 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.214 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.248 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.248 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 248", parents=("interface Bundle-Ether10.248 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.248 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.248 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.280 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.280 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 280", parents=("interface Bundle-Ether10.280 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.280 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.280 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.301 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.301 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 301", parents=("interface Bundle-Ether10.301 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.301 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.301 l2transport",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether10.301 l2transport",)),
+ ConfigLine(config_line=" transmit disable", parents=("interface Bundle-Ether10.301 l2transport", " lldp")),
+ ConfigLine(config_line="interface Bundle-Ether10.315 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.315 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 315", parents=("interface Bundle-Ether10.315 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.315 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.315 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.317 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.317 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 317", parents=("interface Bundle-Ether10.317 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.317 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.317 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.330 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.330 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 330", parents=("interface Bundle-Ether10.330 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.330 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.330 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.332 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.332 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 332", parents=("interface Bundle-Ether10.332 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.332 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.332 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.355 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.355 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 300", parents=("interface Bundle-Ether10.355 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.355 l2transport",)
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.369 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.369 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 369", parents=("interface Bundle-Ether10.369 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.369 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.369 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.446 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.446 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 446", parents=("interface Bundle-Ether10.446 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.446 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.446 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.535 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.535 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 535", parents=("interface Bundle-Ether10.535 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.535 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.535 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.547 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.547 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 547", parents=("interface Bundle-Ether10.547 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.547 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.547 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.560 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.560 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 560", parents=("interface Bundle-Ether10.560 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.560 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.560 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.563 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.563 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 563", parents=("interface Bundle-Ether10.563 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.563 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.563 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.575 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.575 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 575", parents=("interface Bundle-Ether10.575 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.575 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.575 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.581 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.581 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 581", parents=("interface Bundle-Ether10.581 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.581 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.581 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.590 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.590 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 590", parents=("interface Bundle-Ether10.590 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.590 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4484", parents=("interface Bundle-Ether10.590 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.600 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.600 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 600", parents=("interface Bundle-Ether10.600 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.600 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.600 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.601 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.601 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 601", parents=("interface Bundle-Ether10.601 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.601 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.601 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.610 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.610 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 610", parents=("interface Bundle-Ether10.610 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.610 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9004", parents=("interface Bundle-Ether10.610 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.620 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.620 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 620", parents=("interface Bundle-Ether10.620 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.620 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.620 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.625 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.625 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 625", parents=("interface Bundle-Ether10.625 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.625 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.625 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.638 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.638 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 638", parents=("interface Bundle-Ether10.638 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.638 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9198", parents=("interface Bundle-Ether10.638 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.640 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.640 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 640", parents=("interface Bundle-Ether10.640 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.640 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9198", parents=("interface Bundle-Ether10.640 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.670 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.670 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 670", parents=("interface Bundle-Ether10.670 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.670 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.670 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.680 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.680 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 680", parents=("interface Bundle-Ether10.680 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.680 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.680 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.750 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.750 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 750", parents=("interface Bundle-Ether10.750 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.750 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.750 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.795 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.795 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 795 second-dot1q any", parents=("interface Bundle-Ether10.795 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.795 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.795 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.796 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.796 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 796 second-dot1q any", parents=("interface Bundle-Ether10.796 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.796 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.796 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.797 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.797 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 797 second-dot1q any", parents=("interface Bundle-Ether10.797 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.797 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.797 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.798 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.798 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 798", parents=("interface Bundle-Ether10.798 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.798 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.798 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.800 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.800 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 800 second-dot1q any", parents=("interface Bundle-Ether10.800 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.800 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.800 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.804 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.804 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 804 second-dot1q any", parents=("interface Bundle-Ether10.804 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.804 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.804 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.807 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.807 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 807 second-dot1q any", parents=("interface Bundle-Ether10.807 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.807 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.807 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.808 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.808 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 808", parents=("interface Bundle-Ether10.808 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.808 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.808 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.809 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.809 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 809", parents=("interface Bundle-Ether10.809 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.809 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.809 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.823 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.823 l2transport",),
+ ),
+ ConfigLine(
+ config_line=" encapsulation dot1q 823 second-dot1q any", parents=("interface Bundle-Ether10.823 l2transport",)
+ ),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.823 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9198", parents=("interface Bundle-Ether10.823 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.841 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.841 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 841", parents=("interface Bundle-Ether10.841 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.841 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.841 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.952 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.952 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 952", parents=("interface Bundle-Ether10.952 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.952 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9216", parents=("interface Bundle-Ether10.952 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.953 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.953 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 953", parents=("interface Bundle-Ether10.953 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.953 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9216", parents=("interface Bundle-Ether10.953 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.960 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.960 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 960", parents=("interface Bundle-Ether10.960 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.960 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.960 l2transport",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether10.960 l2transport",)),
+ ConfigLine(config_line=" transmit disable", parents=("interface Bundle-Ether10.960 l2transport", " lldp")),
+ ConfigLine(config_line="interface Bundle-Ether10.1185 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1185 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1185", parents=("interface Bundle-Ether10.1185 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1185 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1185 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1189 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1189 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1189", parents=("interface Bundle-Ether10.1189 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1189 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1189 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1190 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1190 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1190", parents=("interface Bundle-Ether10.1190 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1190 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1190 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1206 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1206 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1206", parents=("interface Bundle-Ether10.1206 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1206 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1206 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1214 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1214 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1214", parents=("interface Bundle-Ether10.1214 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1214 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1214 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1216 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1216 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1216", parents=("interface Bundle-Ether10.1216 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1216 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1216 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1218 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1218 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1218", parents=("interface Bundle-Ether10.1218 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1218 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1218 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1221 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1221 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1221", parents=("interface Bundle-Ether10.1221 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1221 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1221 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1222 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1222 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1222", parents=("interface Bundle-Ether10.1222 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1222 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1222 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1277 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1277 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1277", parents=("interface Bundle-Ether10.1277 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1277 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1518", parents=("interface Bundle-Ether10.1277 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1283 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1283 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1283", parents=("interface Bundle-Ether10.1283 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1283 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1283 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1318 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1318 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1318", parents=("interface Bundle-Ether10.1318 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1318 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1318 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1319 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1319 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1319", parents=("interface Bundle-Ether10.1319 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1319 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1319 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1379 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1379 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1379", parents=("interface Bundle-Ether10.1379 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1379 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.1379 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1380 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1380 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1380", parents=("interface Bundle-Ether10.1380 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1380 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1380 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1426", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1426",),
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1426",)),
+ ConfigLine(config_line=" vrf internet", parents=("interface Bundle-Ether10.1426",)),
+ ConfigLine(config_line=" ipv4 address 109.3.129.81 255.255.255.240", parents=("interface Bundle-Ether10.1426",)),
+ ConfigLine(config_line=" encapsulation dot1q 1426", parents=("interface Bundle-Ether10.1426",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface Bundle-Ether10.1426",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1465 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1465 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1465", parents=("interface Bundle-Ether10.1465 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1465 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1465 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1507 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1507 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1507", parents=("interface Bundle-Ether10.1507 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1507 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4484", parents=("interface Bundle-Ether10.1507 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1509", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1509",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1509",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.9 255.255.255.252", parents=("interface Bundle-Ether10.1509",)),
+ ConfigLine(config_line=" encapsulation dot1q 1509", parents=("interface Bundle-Ether10.1509",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1509",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1510 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1510 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1511 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1511 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1512 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1512 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1513 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1513 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1515 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1515 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1516 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1516 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1517", parents=()),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1517",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.109 255.255.255.252", parents=("interface Bundle-Ether10.1517",)),
+ ConfigLine(config_line=" encapsulation dot1q 1517", parents=("interface Bundle-Ether10.1517",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1517",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1518 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1518 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1519 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1519 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1520 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1520 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1521 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1521 l2transport",),
+ ),
+ ConfigLine(config_line="interface Bundle-Ether10.1522", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1522",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1522",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.85 255.255.255.252", parents=("interface Bundle-Ether10.1522",)),
+ ConfigLine(config_line=" encapsulation dot1q 1522", parents=("interface Bundle-Ether10.1522",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1522",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1523", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1523",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1523",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.73 255.255.255.248", parents=("interface Bundle-Ether10.1523",)),
+ ConfigLine(config_line=" encapsulation dot1q 1523", parents=("interface Bundle-Ether10.1523",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1523",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1524", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1524",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1524",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.89 255.255.255.252", parents=("interface Bundle-Ether10.1524",)),
+ ConfigLine(config_line=" encapsulation dot1q 1524", parents=("interface Bundle-Ether10.1524",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1524",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1525", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1525",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.1525",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.93 255.255.255.252", parents=("interface Bundle-Ether10.1525",)),
+ ConfigLine(config_line=" encapsulation dot1q 1525", parents=("interface Bundle-Ether10.1525",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.1525",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1652 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1652 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 1652", parents=("interface Bundle-Ether10.1652 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.1652 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.1652 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.1943", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.1943",),
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.1943",)),
+ ConfigLine(config_line=" vrf internet", parents=("interface Bundle-Ether10.1943",)),
+ ConfigLine(config_line=" ipv4 address 109.3.154.193 255.255.255.252", parents=("interface Bundle-Ether10.1943",)),
+ ConfigLine(config_line=" encapsulation dot1q 1943", parents=("interface Bundle-Ether10.1943",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface Bundle-Ether10.1943",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2000 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2000 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2000", parents=("interface Bundle-Ether10.2000 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2000 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2000 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2002 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2002 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2002", parents=("interface Bundle-Ether10.2002 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2002 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1518", parents=("interface Bundle-Ether10.2002 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2006 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2006 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2006", parents=("interface Bundle-Ether10.2006 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2006 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2006 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2007 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2007 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2007", parents=("interface Bundle-Ether10.2007 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2007 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2007 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2019 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2019 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2019", parents=("interface Bundle-Ether10.2019 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2019 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2019 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2043 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2043 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2043", parents=("interface Bundle-Ether10.2043 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2043 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2043 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2047 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2047 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2047", parents=("interface Bundle-Ether10.2047 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2047 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2047 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2048 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2048 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2048", parents=("interface Bundle-Ether10.2048 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2048 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2048 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2091 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2091 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2091", parents=("interface Bundle-Ether10.2091 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2091 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2091 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2104 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2104 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2104", parents=("interface Bundle-Ether10.2104 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2104 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2104 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2130 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2130 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2130", parents=("interface Bundle-Ether10.2130 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2130 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2130 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2131 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2131 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2131", parents=("interface Bundle-Ether10.2131 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2131 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2131 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2163 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2163 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2163", parents=("interface Bundle-Ether10.2163 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2163 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2163 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2185 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2185 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2185", parents=("interface Bundle-Ether10.2185 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2185 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2185 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2186 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2186 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2186", parents=("interface Bundle-Ether10.2186 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2186 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2186 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2187 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2187 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2187", parents=("interface Bundle-Ether10.2187 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2187 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2187 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2188 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2188 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2188", parents=("interface Bundle-Ether10.2188 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2188 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2188 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2189 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2189 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2189", parents=("interface Bundle-Ether10.2189 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2189 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2189 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2190 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2190 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2190", parents=("interface Bundle-Ether10.2190 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2190 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2190 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2194 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2194 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2194", parents=("interface Bundle-Ether10.2194 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2194 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2194 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2198 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2198 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2198", parents=("interface Bundle-Ether10.2198 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2198 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2198 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2224 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2224 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2224", parents=("interface Bundle-Ether10.2224 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2224 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2224 l2transport",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether10.2224 l2transport",)),
+ ConfigLine(config_line=" transmit disable", parents=("interface Bundle-Ether10.2224 l2transport", " lldp")),
+ ConfigLine(config_line="interface Bundle-Ether10.2281 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2281 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2281", parents=("interface Bundle-Ether10.2281 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2281 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2281 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2306 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2306 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2306", parents=("interface Bundle-Ether10.2306 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2306 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2306 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2307 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2307 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2307", parents=("interface Bundle-Ether10.2307 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2307 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2307 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2308 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2308 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2308", parents=("interface Bundle-Ether10.2308 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2308 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2308 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2309 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2309 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2309", parents=("interface Bundle-Ether10.2309 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2309 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2309 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2312 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2312 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2312", parents=("interface Bundle-Ether10.2312 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2312 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2312 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2314 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2314 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2314", parents=("interface Bundle-Ether10.2314 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2314 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2314 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2321 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2321 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2321", parents=("interface Bundle-Ether10.2321 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2321 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2321 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2322 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2322 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2322", parents=("interface Bundle-Ether10.2322 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2322 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2322 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2325 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2325 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2325", parents=("interface Bundle-Ether10.2325 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2325 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2325 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2326 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2326 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2326", parents=("interface Bundle-Ether10.2326 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2326 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2326 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2327 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2327 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2327", parents=("interface Bundle-Ether10.2327 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2327 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2327 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2328 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2328 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2328", parents=("interface Bundle-Ether10.2328 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2328 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2328 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2329 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2329 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2329", parents=("interface Bundle-Ether10.2329 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2329 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2329 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2332 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2332 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2332", parents=("interface Bundle-Ether10.2332 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2332 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2332 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2333 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2333 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 681", parents=("interface Bundle-Ether10.2333 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2333 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2333 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2334 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2334 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2334", parents=("interface Bundle-Ether10.2334 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2334 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2334 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2335 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2335 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2335", parents=("interface Bundle-Ether10.2335 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2335 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2335 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2336 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2336 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2336", parents=("interface Bundle-Ether10.2336 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2336 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2336 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2338 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2338 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2338", parents=("interface Bundle-Ether10.2338 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2338 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2338 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2339 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2339 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2339", parents=("interface Bundle-Ether10.2339 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2339 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2339 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2341 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2341 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2341", parents=("interface Bundle-Ether10.2341 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2341 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2341 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2345", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2345",),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("interface Bundle-Ether10.2345",)),
+ ConfigLine(config_line=" ipv4 address 172.23.242.101 255.255.255.252", parents=("interface Bundle-Ether10.2345",)),
+ ConfigLine(config_line=" encapsulation dot1q 2345", parents=("interface Bundle-Ether10.2345",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:VOIP:IN ingress", parents=("interface Bundle-Ether10.2345",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2346 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2346 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2346", parents=("interface Bundle-Ether10.2346 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2346 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2346 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2347 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2347 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2347", parents=("interface Bundle-Ether10.2347 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2347 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2347 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2348 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2348 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2348", parents=("interface Bundle-Ether10.2348 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2348 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2348 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2411 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2411 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2411", parents=("interface Bundle-Ether10.2411 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2411 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2411 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2433 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2433 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2433", parents=("interface Bundle-Ether10.2433 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2433 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2433 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2555 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2555 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2555", parents=("interface Bundle-Ether10.2555 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2555 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2555 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2572 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2572 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2572", parents=("interface Bundle-Ether10.2572 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2572 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2572 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2714 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2714 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2714", parents=("interface Bundle-Ether10.2714 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2714 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2714 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2715 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2715 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2715", parents=("interface Bundle-Ether10.2715 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2715 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2715 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2723 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2723 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2723", parents=("interface Bundle-Ether10.2723 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2723 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2723 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2765 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2765 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2765", parents=("interface Bundle-Ether10.2765 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2765 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.2765 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2953 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2953 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2953", parents=("interface Bundle-Ether10.2953 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2953 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.2953 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.2956 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.2956 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 2956", parents=("interface Bundle-Ether10.2956 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.2956 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.2956 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3002 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3002 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3002", parents=("interface Bundle-Ether10.3002 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3002 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3002 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3006 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3006 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3006", parents=("interface Bundle-Ether10.3006 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3006 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3006 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3007 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3007 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3007", parents=("interface Bundle-Ether10.3007 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3007 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3007 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3043 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3043 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3043", parents=("interface Bundle-Ether10.3043 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3043 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3043 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3047 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3047 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3047", parents=("interface Bundle-Ether10.3047 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3047 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3047 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3150 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3150 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3150", parents=("interface Bundle-Ether10.3150 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3150 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3150 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3172 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3172 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3172", parents=("interface Bundle-Ether10.3172 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3172 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3172 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3185 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3185 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3185", parents=("interface Bundle-Ether10.3185 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3185 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3185 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3186 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3186 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3186", parents=("interface Bundle-Ether10.3186 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3186 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3186 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3187 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3187 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3187", parents=("interface Bundle-Ether10.3187 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3187 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3187 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3188 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3188 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3188", parents=("interface Bundle-Ether10.3188 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3188 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3188 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3189 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3189 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3189", parents=("interface Bundle-Ether10.3189 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3189 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3189 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3190 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3190 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3190", parents=("interface Bundle-Ether10.3190 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3190 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3190 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3194 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3194 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3194", parents=("interface Bundle-Ether10.3194 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3194 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3194 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3198 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3198 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3198", parents=("interface Bundle-Ether10.3198 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3198 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3198 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3281 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3281 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3281", parents=("interface Bundle-Ether10.3281 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3281 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3281 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3306 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3306 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3306", parents=("interface Bundle-Ether10.3306 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3306 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3306 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3307 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3307 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3307", parents=("interface Bundle-Ether10.3307 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3307 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3307 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3308 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3308 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3308", parents=("interface Bundle-Ether10.3308 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3308 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3308 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3309 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3309 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3309", parents=("interface Bundle-Ether10.3309 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3309 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3309 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3312 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3312 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3312", parents=("interface Bundle-Ether10.3312 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3312 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3312 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3314 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3314 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3314", parents=("interface Bundle-Ether10.3314 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3314 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3314 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3322 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3322 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3322", parents=("interface Bundle-Ether10.3322 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3322 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3322 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3325 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3325 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3325", parents=("interface Bundle-Ether10.3325 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3325 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3325 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3326 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3326 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3326", parents=("interface Bundle-Ether10.3326 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3326 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3326 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3328 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3328 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3328", parents=("interface Bundle-Ether10.3328 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3328 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3328 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3332 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3332 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3332", parents=("interface Bundle-Ether10.3332 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3332 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3332 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3334 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3334 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3334", parents=("interface Bundle-Ether10.3334 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3334 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3334 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3335 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3335 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3335", parents=("interface Bundle-Ether10.3335 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3335 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3335 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3336 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3336 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3336", parents=("interface Bundle-Ether10.3336 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3336 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3336 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3338 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3338 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3338", parents=("interface Bundle-Ether10.3338 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3338 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3338 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3339 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3339 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3339", parents=("interface Bundle-Ether10.3339 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3339 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 9018", parents=("interface Bundle-Ether10.3339 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3341 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3341 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3341", parents=("interface Bundle-Ether10.3341 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3341 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3341 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3345 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3345 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3345", parents=("interface Bundle-Ether10.3345 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3345 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3345 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3346 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3346 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3346", parents=("interface Bundle-Ether10.3346 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3346 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3346 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3347 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3347 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3347", parents=("interface Bundle-Ether10.3347 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3347 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4488", parents=("interface Bundle-Ether10.3347 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3360 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3360 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3360", parents=("interface Bundle-Ether10.3360 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3360 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3360 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3511 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3511 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3511", parents=("interface Bundle-Ether10.3511 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3511 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3511 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3512 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3512 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3512", parents=("interface Bundle-Ether10.3512 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3512 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 4470", parents=("interface Bundle-Ether10.3512 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3598 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3598 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3598", parents=("interface Bundle-Ether10.3598 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3598 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3598 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3698 l2transport", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3698 l2transport",),
+ ),
+ ConfigLine(config_line=" encapsulation dot1q 3698", parents=("interface Bundle-Ether10.3698 l2transport",)),
+ ConfigLine(
+ config_line=" rewrite ingress tag pop 1 symmetric", parents=("interface Bundle-Ether10.3698 l2transport",)
+ ),
+ ConfigLine(config_line=" mtu 1618", parents=("interface Bundle-Ether10.3698 l2transport",)),
+ ConfigLine(config_line="interface Bundle-Ether10.3964", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether10.3964",),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface Bundle-Ether10.3964",)),
+ ConfigLine(config_line=" ipv4 address 73.74.212.113 255.255.255.252", parents=("interface Bundle-Ether10.3964",)),
+ ConfigLine(config_line=" encapsulation dot1q 3964", parents=("interface Bundle-Ether10.3964",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface Bundle-Ether10.3964",)),
+ ConfigLine(config_line="interface Bundle-Ether11", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether11",),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface Bundle-Ether11",)),
+ ConfigLine(config_line=" ipv4 address 98.200.230.80 255.255.255.254", parents=("interface Bundle-Ether11",)),
+ ConfigLine(
+ config_line=" ipv6 address 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30c/127", parents=("interface Bundle-Ether11",)
+ ),
+ ConfigLine(config_line=" bundle minimum-active links 1", parents=("interface Bundle-Ether11",)),
+ ConfigLine(config_line=" load-interval 30", parents=("interface Bundle-Ether11",)),
+ ConfigLine(config_line="interface Bundle-Ether301", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether301",),
+ ),
+ ConfigLine(config_line=" bfd mode ietf", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" bfd address-family ipv4 multiplier 3", parents=("interface Bundle-Ether301",)),
+ ConfigLine(
+ config_line=" bfd address-family ipv4 destination 10.133.236.77", parents=("interface Bundle-Ether301",)
+ ),
+ ConfigLine(config_line=" bfd address-family ipv4 fast-detect", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" bfd address-family ipv4 minimum-interval 50", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" mtu 9216", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" ipv4 address 10.133.236.76 255.255.255.254", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line=" enable", parents=("interface Bundle-Ether301", " lldp")),
+ ConfigLine(config_line=" dampening", parents=("interface Bundle-Ether301",)),
+ ConfigLine(config_line="interface Bundle-Ether302", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Bundle-Ether302",),
+ ),
+ ConfigLine(config_line=" bfd mode ietf", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" bfd address-family ipv4 multiplier 3", parents=("interface Bundle-Ether302",)),
+ ConfigLine(
+ config_line=" bfd address-family ipv4 destination 10.133.236.75", parents=("interface Bundle-Ether302",)
+ ),
+ ConfigLine(config_line=" bfd address-family ipv4 fast-detect", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" bfd address-family ipv4 minimum-interval 50", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" mtu 9216", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" ipv4 address 10.133.236.74 255.255.255.254", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" lldp", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line=" enable", parents=("interface Bundle-Ether302", " lldp")),
+ ConfigLine(config_line=" dampening", parents=("interface Bundle-Ether302",)),
+ ConfigLine(config_line="interface Loopback0", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.", parents=("interface Loopback0",)
+ ),
+ ConfigLine(config_line=" ipv4 address 98.200.230.153 255.255.255.255", parents=("interface Loopback0",)),
+ ConfigLine(config_line="interface Loopback40302", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface Loopback40302",),
+ ),
+ ConfigLine(config_line=" vrf management", parents=("interface Loopback40302",)),
+ ConfigLine(config_line=" ipv4 address 10.44.152.26 255.255.255.255", parents=("interface Loopback40302",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/0", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/0",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/1", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/1",),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line=" ipv4 address 73.74.217.201 255.255.255.252", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line=" lldp", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line=" receive disable", parents=("interface TenGigE0/0/0/1", " lldp")),
+ ConfigLine(config_line=" transmit disable", parents=("interface TenGigE0/0/0/1", " lldp")),
+ ConfigLine(config_line=" carrier-delay down 0", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line=" dampening", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface TenGigE0/0/0/1",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/3", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/3",),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line=" ipv4 address 216.124.109.49 255.255.255.252", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line=" lldp", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line=" receive disable", parents=("interface TenGigE0/0/0/3", " lldp")),
+ ConfigLine(config_line=" transmit disable", parents=("interface TenGigE0/0/0/3", " lldp")),
+ ConfigLine(config_line=" carrier-delay down 0", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line=" dampening", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface TenGigE0/0/0/3",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/4", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/4",),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line=" ipv4 address 216.124.109.17 255.255.255.252", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line=" lldp", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line=" receive disable", parents=("interface TenGigE0/0/0/4", " lldp")),
+ ConfigLine(config_line=" transmit disable", parents=("interface TenGigE0/0/0/4", " lldp")),
+ ConfigLine(config_line=" carrier-delay down 0", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line=" dampening", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line=" ipv4 access-group FILTER:STATIC:IN ingress", parents=("interface TenGigE0/0/0/4",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/5", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/5",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/5",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/6", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/6",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/6",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/7", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/7",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/7",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/8", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/8",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/8",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/9", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/9",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/9",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/10", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/10",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/10",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/11", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/11",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/11",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/12", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/12",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/12",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/13", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/13",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/13",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/14", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/14",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/14",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/15", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/15",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/15",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/16", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/16",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/16",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/17", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/17",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/17",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/18", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/18",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/18",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/19", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/19",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/19",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/20", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/20",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/20",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/21", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/21",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/21",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/22", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/22",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/22",)),
+ ConfigLine(config_line="interface TenGigE0/0/0/23", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TenGigE0/0/0/23",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TenGigE0/0/0/23",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/24", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/24",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/24",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/25", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/25",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/25",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/26", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/26",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/26",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/27", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/27",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/27",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/28", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/28",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/28",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/29", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/29",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/29",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/30", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/30",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/30",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/31", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/31",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/31",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/32", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/32",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/32",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/33", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/33",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/33",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/34", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/34",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/34",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/35", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/35",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/35",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/36", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/36",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/36",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/37", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/37",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/37",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/38", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/38",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/38",)),
+ ConfigLine(config_line="interface TwentyFiveGigE0/0/0/39", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface TwentyFiveGigE0/0/0/39",),
+ ),
+ ConfigLine(config_line=" shutdown", parents=("interface TwentyFiveGigE0/0/0/39",)),
+ ConfigLine(config_line="interface HundredGigE0/0/1/0", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/1/0",),
+ ),
+ ConfigLine(config_line=" bundle id 302 mode active", parents=("interface HundredGigE0/0/1/0",)),
+ ConfigLine(config_line=" carrier-delay up 10000 down 0", parents=("interface HundredGigE0/0/1/0",)),
+ ConfigLine(config_line="interface HundredGigE0/0/1/1", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/1/1",),
+ ),
+ ConfigLine(config_line=" bundle id 302 mode active", parents=("interface HundredGigE0/0/1/1",)),
+ ConfigLine(config_line=" carrier-delay up 10000 down 0", parents=("interface HundredGigE0/0/1/1",)),
+ ConfigLine(config_line="interface HundredGigE0/0/1/2", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/1/2",),
+ ),
+ ConfigLine(config_line=" bundle id 11 mode active", parents=("interface HundredGigE0/0/1/2",)),
+ ConfigLine(config_line=" lldp", parents=("interface HundredGigE0/0/1/2",)),
+ ConfigLine(config_line=" enable", parents=("interface HundredGigE0/0/1/2", " lldp")),
+ ConfigLine(config_line="interface HundredGigE0/0/2/0", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/2/0",),
+ ),
+ ConfigLine(config_line=" bundle id 301 mode active", parents=("interface HundredGigE0/0/2/0",)),
+ ConfigLine(config_line=" carrier-delay up 10000 down 0", parents=("interface HundredGigE0/0/2/0",)),
+ ConfigLine(config_line="interface HundredGigE0/0/2/1", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/2/1",),
+ ),
+ ConfigLine(config_line=" bundle id 301 mode active", parents=("interface HundredGigE0/0/2/1",)),
+ ConfigLine(config_line=" carrier-delay up 10000 down 0", parents=("interface HundredGigE0/0/2/1",)),
+ ConfigLine(config_line="interface HundredGigE0/0/2/2", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/2/2",),
+ ),
+ ConfigLine(config_line=" bundle id 10 mode active", parents=("interface HundredGigE0/0/2/2",)),
+ ConfigLine(config_line=" lldp", parents=("interface HundredGigE0/0/2/2",)),
+ ConfigLine(config_line=" enable", parents=("interface HundredGigE0/0/2/2", " lldp")),
+ ConfigLine(config_line="interface HundredGigE0/0/2/3", parents=()),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("interface HundredGigE0/0/2/3",),
+ ),
+ ConfigLine(config_line=" bundle id 11 mode active", parents=("interface HundredGigE0/0/2/3",)),
+ ConfigLine(config_line=" lldp", parents=("interface HundredGigE0/0/2/3",)),
+ ConfigLine(config_line=" enable", parents=("interface HundredGigE0/0/2/3", " lldp")),
+ ConfigLine(config_line="interface MgmtEth0/RP0/CPU0/0", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface MgmtEth0/RP0/CPU0/0",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/24", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/24",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/25", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/25",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/26", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/26",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/27", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/27",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/28", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/28",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/29", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/29",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/30", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/30",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/31", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/31",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/32", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/32",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/33", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/33",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/34", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/34",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/35", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/35",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/36", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/36",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/37", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/37",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/38", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/38",)),
+ ConfigLine(config_line="interface preconfigure TenGigE0/0/0/39", parents=()),
+ ConfigLine(config_line=" shutdown", parents=("interface preconfigure TenGigE0/0/0/39",)),
+ ConfigLine(config_line="prefix-set ANY", parents=()),
+ ConfigLine(config_line=" 0.0.0.0/0 le 32", parents=("prefix-set ANY",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set NONE", parents=()),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set AS12345", parents=()),
+ ConfigLine(config_line=" 0.202.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.203.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.203.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.203.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.200.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.198.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.235.247.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.239.42.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.181.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.113.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.99.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 0.99.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.241.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.212.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.213.136.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.213.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.206.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.215.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 3.214.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6.103.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6.73.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.33.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.61.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.9.88.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.3.196.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.116.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.84.145.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.252.237.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.199.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.199.58.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.195.28.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.195.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.195.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.195.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.195.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.193.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.192.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.131.2.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.166.234.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.188.222.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.188.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.188.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.189.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 7.189.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.114.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.115.18.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.119.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.119.12.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.119.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.119.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.121.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.120.136.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.120.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.122.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.122.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.124.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.149.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.127.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.126.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.126.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.126.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.109.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.109.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.109.152.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.111.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.111.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.111.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.111.71.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.111.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.110.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.110.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.110.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.110.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.33.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.63.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.58.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.107.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.194.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.232.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.168.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.28.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.106.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.167.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.104.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.103.88.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.103.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.103.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.103.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.103.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.102.118.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.102.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.102.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.101.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.101.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.101.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.100.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.100.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.100.42.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.100.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.100.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.20.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.228.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.232.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.99.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.98.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.98.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.98.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.98.188.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.97.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.97.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.97.215.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.96.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.96.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.96.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.96.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.96.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.72.28.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.27.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.84.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.190.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.250.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.74.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.75.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.75.215.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.75.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.75.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.75.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.76.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.76.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.76.86.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.76.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.77.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.77.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.77.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.238.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.95.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.78.51.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.78.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.215.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.79.200.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.170.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.175.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.69.39.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.68.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.68.43.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.68.16.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.68.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.229.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.71.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.70.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.70.177.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.70.113.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.70.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.66.102.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.66.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.66.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.66.88.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.66.94.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.154.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.168.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.172.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.193.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.50.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.67.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.65.52.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.65.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.65.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.65.46.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.65.42.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.64.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.64.179.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.64.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.64.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.90.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.90.188.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.90.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.188.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.189.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.172.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 8.164.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 9.13.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 13.253.162.0/8 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.244.92.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.244.127.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.244.9.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.244.30.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.244.44.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.150.51.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.17.211.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.17.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.26.217.0/19 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.26.241.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.26.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.57.110.0/11 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.241.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.252.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.234.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.94.178.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.87.18.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 15.107.52.0/11 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 31.161.172.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 31.161.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 31.168.155.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 31.168.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 31.168.104.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.247.46.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.247.172.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.243.137.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.243.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.243.207.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.236.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.236.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.236.77.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.236.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.236.123.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.227.25.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.227.163.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.219.17.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.211.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.211.40.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.210.250.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.214.39.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.205.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.201.35.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.201.229.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.202.94.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.193.82.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.193.113.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.193.155.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.193.140.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.193.191.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.192.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.199.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.198.79.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.198.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.170.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.174.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.245.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.109.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.121.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.43.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.185.29.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.187.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.186.109.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.186.112.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.186.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.186.17.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.176.8.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.176.232.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.177.20.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.177.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.177.114.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.183.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.183.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.183.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.183.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.183.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.156.75.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.159.43.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.20.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.20.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.21.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.23.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.23.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.23.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.22.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.16.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.28.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.31.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.26.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.26.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.26.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.27.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.27.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.25.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.25.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.25.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.25.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.24.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.24.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.0.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.0.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.3.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.4.56.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.4.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.4.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.5.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.6.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.15.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.15.191.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.13.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.13.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.12.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.10.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.10.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.11.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.8.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.9.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.9.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.58.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.58.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.56.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.63.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.63.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.63.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.63.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.49.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.48.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.48.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.50.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.36.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.38.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.39.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.34.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.34.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.33.74.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.32.41.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.46.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.107.68.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.103.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.113.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.123.157.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.123.217.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.123.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.97.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.152.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.158.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.74.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.75.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.75.59.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.75.71.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.75.145.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.79.128.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.79.35.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.77.10.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.67.233.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.67.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.67.216.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.67.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.66.129.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.169.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.174.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.163.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.166.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.71.152.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.68.211.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.69.196.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.69.221.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.69.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.83.11.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.94.212.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.94.155.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.60.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.95.213.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.93.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.93.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.93.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.93.32.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.91.191.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.91.82.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 29.91.22.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.79.100.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.76.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.76.152.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.65.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.81.247.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.80.205.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.85.219.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.86.78.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.90.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.90.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.90.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.91.232.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.25.97.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.26.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.26.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.55.145.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.32.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.32.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.210.91.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.210.67.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.210.43.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.209.129.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.208.250.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.215.69.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.212.214.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.204.201.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.202.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.200.107.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.194.230.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.195.252.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.189.227.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.168.140.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.168.185.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.168.233.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.169.231.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.170.71.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.141.24.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.137.137.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.130.33.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.130.180.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.129.74.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.129.200.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.148.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.149.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 19.149.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.101.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.101.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.101.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.101.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.102.127.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.102.133.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.103.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.103.73.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.74.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.74.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.77.205.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.3.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.6.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.14.250.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.15.61.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.13.108.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.173.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.12.166.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.27.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.59.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.25.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.16.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.16.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.18.197.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.18.84.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.100.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.21.66.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.23.138.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.240.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.255.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.153.249.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 16.234.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 21.129.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.232.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.221.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.107.43.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.64.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.64.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.64.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.64.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.67.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.66.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.82.189.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.90.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.90.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.91.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.91.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.231.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.249.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.241.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.246.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 23.7.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 45.192.190.0/9 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 45.31.122.0/10 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 45.70.236.0/12 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 45.120.58.0/11 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 46.49.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 46.49.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 46.49.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 46.95.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.116.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.73.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.150.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.150.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.150.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 40.150.65.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.105.19.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.84.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.87.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.87.116.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.87.112.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.87.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.38.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.25.44.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.5.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.14.159.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.15.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.15.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.141.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.141.59.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.251.227.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.252.228.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.235.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.215.249.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.22.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 41.212.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.70.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.70.66.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.73.43.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.72.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.72.249.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.79.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.79.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.112.25.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.112.90.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.63.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.63.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.63.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.62.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.62.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.61.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.60.25.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.60.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.56.184.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.57.127.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.55.221.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.55.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.48.176.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.38.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.39.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.39.253.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.37.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.37.185.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.37.187.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.37.191.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.32.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.35.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.34.181.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.40.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.40.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.42.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.47.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.47.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.44.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.8.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.11.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.11.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.11.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.10.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.10.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.10.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.10.247.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.15.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.15.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.15.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.13.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.13.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.13.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.13.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.12.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.1.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.1.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.1.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.1.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.2.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.2.88.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.2.105.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.3.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.4.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.4.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.4.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.4.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.6.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.6.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.6.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.6.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.7.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.7.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.7.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.30.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.30.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.31.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.31.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.31.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.29.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.29.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.28.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.25.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.189.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.137.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.125.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.24.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.26.241.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.26.191.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.22.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.22.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.188.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.38.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.20.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.16.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.16.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.17.61.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.17.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.17.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.18.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.18.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.18.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.18.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.18.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.172.156.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.172.154.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.172.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.172.145.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.172.136.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.175.142.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.175.181.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.174.1.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.174.30.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.174.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.174.60.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.174.55.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.170.123.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.170.115.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.171.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.169.187.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.169.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.169.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.189.148.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 43.188.129.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 42.45.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 42.45.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 42.85.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.144.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.155.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.159.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.158.116.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.158.248.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 32.250.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.252.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.252.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.252.192.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.254.164.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.18.231.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.18.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.96.41.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.96.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 33.122.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.12.181.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.12.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.28.9.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.121.40.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.121.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 34.165.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.201.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.107.201.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.107.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.107.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.107.41.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.106.198.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.106.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.106.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.106.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.104.168.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.110.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.111.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.164.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.108.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.109.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.189.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.200.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.103.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.121.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.121.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.120.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.122.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.122.31.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.122.20.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.51.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.31.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.183.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.123.181.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.125.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.125.159.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.125.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.125.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.125.123.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.127.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.126.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.126.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.126.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.113.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.113.102.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.115.62.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.115.18.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.115.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.115.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.115.159.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.114.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.114.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.117.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.117.92.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.117.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.117.14.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.117.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.119.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.119.109.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.119.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.118.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.118.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 35.118.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.76.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.76.23.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.82.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.81.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.98.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.111.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.104.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.47.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.45.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.45.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.45.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.35.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.35.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.22.55.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.22.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.231.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.229.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.226.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.254.71.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.114.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.84.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.213.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.208.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.210.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.197.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.206.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.203.37.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.105.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.75.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.69.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 39.201.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.215.112.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.87.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.223.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.222.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.222.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.222.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.220.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.228.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.221.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.102.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.111.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.218.0.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.219.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.219.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.219.100.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.76.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.75.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.65.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.110.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.217.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.216.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.216.65.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.216.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.216.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.232.16.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.228.19.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.228.91.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.228.206.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.229.86.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.231.217.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.183.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.158.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.230.197.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.249.134.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.243.50.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.243.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.242.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.241.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.241.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.241.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.240.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.196.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.42.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.56.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.55.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.245.66.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.246.24.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.246.211.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.246.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.129.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.129.164.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.128.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.131.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.131.96.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.130.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.130.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.130.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.143.223.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.199.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.140.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.138.70.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.138.57.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.138.15.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.138.200.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.150.71.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.150.168.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.150.138.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.150.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.151.142.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.151.140.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.151.153.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.151.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.149.171.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.24.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.26.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.148.230.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.146.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.146.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.146.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.147.15.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.147.78.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.145.195.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.144.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.144.191.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.144.38.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.144.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.144.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.157.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.157.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.156.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.158.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.219.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.159.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.153.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.153.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.153.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.152.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.155.50.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.155.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.155.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.155.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.155.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.188.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.188.132.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.191.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.191.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.191.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.190.212.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.184.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.132.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.185.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.187.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.187.193.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.187.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.186.178.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.181.20.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.181.182.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.181.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.181.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.181.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.180.225.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.180.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.180.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.182.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.182.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.182.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.182.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.183.90.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.183.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.178.41.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.178.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.178.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.178.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.178.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.201.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.194.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.53.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.74.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.179.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.177.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.177.78.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.177.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.177.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.177.119.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.176.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.176.5.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.176.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.176.237.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.176.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.43.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.50.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.78.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.77.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.51.140.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.253.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.79.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.48.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.49.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.53.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.53.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.53.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.53.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.52.211.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.55.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.55.52.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.55.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.55.126.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.55.115.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.36.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.52.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.88.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.54.199.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.234.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.227.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.57.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.77.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.56.213.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.59.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.59.62.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.59.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.58.1.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.58.5.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.58.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.58.40.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.152.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.201.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.60.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.154.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.48.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.61.118.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.62.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.62.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.62.133.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.62.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.159.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.153.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.3.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.63.98.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.33.177.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.32.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.32.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.32.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.35.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.35.229.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.117.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.34.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.38.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.38.217.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.38.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.38.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.38.114.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.39.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.39.93.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.9.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.4.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.38.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.37.51.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.36.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.36.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.36.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.36.42.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.59.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.127.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.117.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.45.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.157.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.209.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.54.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.36.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.44.25.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.218.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.129.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.47.41.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.46.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.46.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.40.110.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.40.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.41.111.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.41.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.41.92.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.43.23.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.43.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.43.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.42.84.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.42.25.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.42.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.152.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.139.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.251.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.109.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.106.224.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.106.115.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.106.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.106.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.98.23.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.96.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.96.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.96.194.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.96.145.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.101.103.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.102.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.102.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.102.93.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.120.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.120.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.88.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.88.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.70.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.68.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.69.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.69.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.69.38.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.64.125.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.65.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.66.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.66.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 38.66.27.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.128.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.128.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.128.249.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.128.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.145.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.147.35.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.147.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.147.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.147.36.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.146.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.146.67.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.148.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.149.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.149.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.149.165.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.149.166.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.151.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.154.214.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.155.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.153.114.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.180.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.180.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.187.194.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.92.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.58.148.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.53.89.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.53.93.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.53.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.43.13.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.42.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.42.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.42.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.42.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 37.35.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.17.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.63.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.84.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.156.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.156.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.156.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 36.156.116.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.213.84.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.225.82.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.63.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.63.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.63.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.63.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.32.26.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.32.53.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.33.230.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.71.34.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.71.111.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.122.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.105.49.0/18 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.105.91.0/19 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.105.103.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 59.105.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.31.58.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.12.221.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.4.167.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.4.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.4.59.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.4.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.4.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.62.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.62.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.62.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.63.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.63.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.63.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.64.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.74.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.74.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.74.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.74.161.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.74.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.96.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.101.193.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.113.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.113.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.113.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.113.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.113.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.112.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.112.65.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.112.213.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.190.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.185.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 56.136.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 57.191.8.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 57.191.214.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.171.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.168.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.168.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.168.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.168.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.168.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.112.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 62.113.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 49.219.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.57.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.98.1.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.98.29.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.98.104.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.99.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.96.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.96.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.96.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.96.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.125.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.125.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.125.214.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.125.205.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.121.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.123.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.81.125.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 51.218.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.91.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.228.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.147.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.166.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.29.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.25.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.18.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.20.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.9.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.12.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 50.229.15.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 52.252.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.242.106.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.240.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.240.19.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.251.182.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.250.126.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.248.222.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.255.85.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.236.26.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.236.56.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.236.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.236.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.225.86.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.225.29.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.222.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.219.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.200.253.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.204.248.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.175.67.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.175.39.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.175.145.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.172.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.191.66.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.191.171.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.191.212.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.155.103.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.148.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.148.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.147.30.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.144.113.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.144.76.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.144.87.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.112.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 53.33.91.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.229.124.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.169.4.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.178.10.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.177.242.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.78.92.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.79.203.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.73.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.108.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.7.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 55.53.146.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.59.227.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.58.126.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.61.194.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.55.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.51.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.41.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.44.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.47.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.47.37.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.33.24.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.34.114.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.36.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.25.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.27.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.30.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.30.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.31.215.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.29.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.21.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.16.218.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.17.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.17.32.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.7.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.5.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.4.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.13.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.13.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.13.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.8.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.11.49.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.138.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.138.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.140.154.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.142.218.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.130.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.130.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.129.132.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.129.203.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.128.128.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.144.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.144.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.145.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.147.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.146.237.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.146.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.149.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.149.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.159.92.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.184.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.184.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.185.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.185.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.187.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.188.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.189.234.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.191.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.178.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.178.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.177.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.177.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.181.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.182.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.182.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.182.108.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.182.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.182.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.215.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.192.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.192.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.193.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.193.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.195.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.198.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.198.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.198.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.201.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.200.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.200.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.203.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.207.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.230.28.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.239.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.246.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.243.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.241.123.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.255.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.253.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.253.96.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.83.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.252.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 54.250.44.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.208.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.213.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.213.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.213.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.213.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.214.192.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.219.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.218.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.205.197.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.206.93.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.201.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.203.249.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.198.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.198.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.198.63.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.198.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.198.151.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.214.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.199.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.197.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.233.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.31.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.24.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.20.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.193.17.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.192.156.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.192.117.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.192.87.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.245.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.77.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.94.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.122.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.103.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.109.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.53.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.3.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.31.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.21.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.163.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.150.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.250.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.220.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.197.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.246.207.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.240.131.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.240.70.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.240.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.248.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.248.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.248.167.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.248.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.249.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.255.77.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.253.174.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.236.222.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.236.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.194.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.193.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.197.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.205.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.81.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.224.58.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.225.190.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.225.218.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.228.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.169.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.169.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.169.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.169.120.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.168.148.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.170.104.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.172.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.172.14.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.173.6.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.175.64.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.160.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.160.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.160.31.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.163.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.163.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.163.63.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.166.12.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.165.30.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.164.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.164.67.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.34.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.163.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.182.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.134.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.143.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.185.154.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.44.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.84.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.187.179.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.176.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.176.247.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.176.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.176.93.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.183.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.56.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.181.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.180.35.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.180.10.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.180.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.154.85.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.150.40.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.151.78.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.139.253.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.141.129.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.141.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.140.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.130.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.134.104.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.1.49.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.4.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.4.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.6.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.12.22.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.9.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.9.166.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.9.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.9.69.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.8.229.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.21.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.23.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.23.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.23.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.23.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.16.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.29.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.26.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.26.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.26.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.26.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.26.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.25.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.34.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.33.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.54.69.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.54.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.54.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.59.116.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.59.253.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.57.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.56.197.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.252.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.255.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.26.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.32.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.61.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.62.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.62.81.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.62.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.63.103.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.64.99.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.65.141.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.65.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.68.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.79.112.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.79.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.78.2.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.78.243.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.78.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.78.143.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.73.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.89.60.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.88.47.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.88.169.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.88.214.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.91.229.0/17 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.91.12.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.91.117.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.90.204.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.90.119.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.90.23.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.95.125.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.95.36.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.95.213.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.95.245.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.94.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.94.184.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.94.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.94.113.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.94.76.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.92.154.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.92.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.93.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.93.96.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.111.7.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.111.120.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.111.157.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.110.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.110.189.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.110.217.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.108.230.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.108.105.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.108.43.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.109.143.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.106.24.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.105.71.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.101.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.102.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.103.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.103.52.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.103.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.96.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.96.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.96.209.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.97.252.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.97.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.97.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.97.94.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.97.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.115.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.118.151.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.121.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.121.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.121.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.121.82.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.121.44.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.120.246.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.125.49.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.125.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.125.162.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.125.244.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.11.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.21.253.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.20.144.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.22.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.19.129.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.32.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.32.167.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.32.108.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.33.130.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.58.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.35.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.61.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.78.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.59.98.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.56.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.56.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.56.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.56.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.56.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.53.38.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.82.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.82.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.82.206.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.80.194.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.65.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.64.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.64.166.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.71.184.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.78.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.78.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.78.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.73.66.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.121.83.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.123.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.123.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.118.35.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.118.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.118.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.119.249.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.119.31.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.101.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.101.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.101.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.100.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.100.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.100.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.102.23.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.102.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.102.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.102.137.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.102.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.98.65.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.98.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.98.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.96.83.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.107.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.107.201.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.107.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.105.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.111.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.110.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.109.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.108.165.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.108.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.185.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.181.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.182.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.144.216.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.144.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.146.39.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.147.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.147.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.147.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.147.208.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.147.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.149.159.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.150.49.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.150.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.151.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.156.28.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.157.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.157.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.157.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.159.40.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.159.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.158.72.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.158.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.158.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.158.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.153.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.153.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.200.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.204.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.204.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.195.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.195.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.195.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.195.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.193.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.193.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.193.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.193.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.197.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.197.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.198.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.215.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.215.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.211.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.211.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.209.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.223.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.217.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.217.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.249.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.248.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.250.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.250.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.250.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.254.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.255.33.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.255.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.252.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.253.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.243.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.242.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.242.40.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.247.213.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.246.145.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 111.246.191.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.183.192.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.183.116.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.185.205.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.185.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.185.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.171.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.170.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.170.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.170.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.173.65.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.173.78.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.164.17.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.29.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.165.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.138.188.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.140.247.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.166.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.142.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.132.251.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.128.145.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.145.91.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.145.14.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.149.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.149.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.149.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.149.163.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.170.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.148.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.155.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.159.189.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.159.246.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.248.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.250.0.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.250.17.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.250.118.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.250.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.250.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.251.6.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.236.8.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.238.206.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.239.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.235.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.235.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.235.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.235.153.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.235.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.228.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.227.182.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.227.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.206.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.206.49.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.207.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.207.52.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.205.51.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.201.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.201.23.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.200.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.200.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.202.204.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.202.146.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.202.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.202.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.203.116.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.203.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.203.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.197.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.197.233.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.196.21.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.196.150.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.210.33.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.209.35.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.209.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.208.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.212.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.213.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.213.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.218.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.73.10.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.72.27.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.72.48.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.72.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.76.85.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.78.48.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.79.91.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.79.56.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.64.245.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.94.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.94.144.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.95.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.91.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.91.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.91.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.91.36.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.90.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.90.44.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.90.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.86.205.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.87.70.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.80.11.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.81.89.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.81.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.111.71.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.111.189.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.105.81.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.101.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.103.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.103.194.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.103.149.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.102.162.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.115.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.115.210.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.114.50.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.119.49.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.119.95.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.119.211.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.116.141.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.127.170.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.127.47.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.124.211.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.124.165.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.124.74.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.125.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.122.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.12.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.12.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.13.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.14.157.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.14.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.15.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.8.81.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.9.235.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.9.66.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.9.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.9.13.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.7.80.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.7.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.7.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.4.200.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.0.84.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.0.51.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.2.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.3.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.3.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.3.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.31.128.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.31.157.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.28.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.28.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.29.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.27.145.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.17.108.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.20.194.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.20.146.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.22.34.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.245.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.10.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.77.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.52.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.55.59.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.55.88.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.54.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.50.235.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.50.243.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.49.235.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.60.248.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.61.141.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.61.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.59.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.36.101.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.33.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.34.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.40.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.40.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.40.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.99.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.144.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.43.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.46.202.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.47.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.45.226.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.45.2.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.234.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.234.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.236.145.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.237.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.237.197.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.237.39.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.238.33.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.238.172.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.239.250.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.227.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.225.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.222.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.208.55.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.203.198.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.206.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.206.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.160.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.166.9.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.165.164.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.172.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.172.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.181.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.144.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.144.132.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.144.156.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.82.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.80.10.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.86.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.85.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.88.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.92.194.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.72.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.68.58.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.65.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.65.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.65.139.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.53.101.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.50.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.63.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.60.242.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.60.81.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.61.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.57.95.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.56.48.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.58.186.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.43.199.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.43.185.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.42.51.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.42.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.42.149.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.41.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.41.150.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.41.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.41.247.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.41.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.45.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.44.119.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.46.251.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.46.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.47.205.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.47.40.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.32.248.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.32.1.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.33.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.33.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.33.250.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.35.121.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.34.206.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.34.113.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.38.15.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.36.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.23.103.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.21.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.21.216.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.21.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.16.47.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.17.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.17.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.27.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 108.28.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.28.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.29.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.108.105.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.108.157.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.109.138.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.109.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.109.106.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.109.33.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.109.11.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.110.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.110.192.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.111.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.106.84.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.107.51.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.107.101.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.105.104.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.104.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.104.58.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.94.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.174.173.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.174.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.175.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.139.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.130.73.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.156.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.220.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.212.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.239.6.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.238.159.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.238.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.238.58.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.238.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.237.51.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.236.165.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 104.236.198.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.19.166.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.18.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.23.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.20.249.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.20.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.28.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.29.0.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.30.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.30.187.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.31.83.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.25.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.25.33.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.25.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.7.125.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.7.199.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.5.224.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.2.250.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.2.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.0.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.0.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.0.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.0.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.8.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.9.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.9.159.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.9.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.180.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.10.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.11.67.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.15.67.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.15.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.15.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.15.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.15.221.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.43.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.120.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.116.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.77.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.69.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.13.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.40.163.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.45.253.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.45.183.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.46.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.46.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.46.99.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.46.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.36.48.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.36.234.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.39.244.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.39.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.39.11.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.104.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.209.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.218.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.35.171.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.34.29.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.191.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.162.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.114.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.33.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.56.60.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.57.134.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.57.152.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.57.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.57.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.59.136.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.63.212.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.63.113.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.63.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.61.147.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.51.57.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.48.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.49.184.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.53.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.53.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.53.186.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.52.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.55.156.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.124.194.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.124.86.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.122.216.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.122.25.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.113.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.119.48.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.119.182.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.116.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.105.106.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.105.128.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.105.184.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.105.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.105.253.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.111.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.108.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.102.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.112.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.53.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.28.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.5.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.135.0/18 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.232.0/19 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.199.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.215.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.101.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.98.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.98.66.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.98.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.98.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.139.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.141.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.129.92.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.175.37.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.175.40.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.175.55.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.175.194.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.173.109.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.172.61.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.168.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.168.118.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.168.242.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.22.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.28.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.169.95.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.171.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.171.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.164.24.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.166.204.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.166.225.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.166.17.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.160.56.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.160.79.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.232.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.162.87.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.235.230.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.235.200.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.235.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.235.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.235.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.234.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.234.175.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 105.241.33.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.108.55.0/13 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.90.80.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.91.140.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.91.54.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.91.73.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.89.7.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.88.235.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.88.200.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.88.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.92.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.92.51.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.92.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.92.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.81.14.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.82.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.82.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.82.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.83.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.64.24.0/13 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.76.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.54.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.54.55.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.175.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.133.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.133.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.149.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 106.206.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.86.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.88.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.73.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.72.195.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.68.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.133.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.128.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.140.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.173.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.74.234.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.107.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.107.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.107.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.107.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.111.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.111.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 107.108.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.199.173.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.199.220.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.199.43.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.194.214.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.194.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.206.183.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.206.82.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.204.223.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.205.77.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.205.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.203.155.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.203.72.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.231.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.93.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.70.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.202.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.201.4.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.200.22.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.212.180.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.222.105.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.222.143.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.216.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.217.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.217.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.217.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.247.65.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.244.112.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.245.209.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.245.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.243.154.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.242.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.242.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.242.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.242.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.241.231.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.253.127.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.253.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.251.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.249.248.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.249.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.249.21.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.226.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.226.140.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.226.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.111.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.115.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.227.76.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.228.174.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.127.126.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.110.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.111.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.89.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.87.98.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.85.39.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.82.117.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.82.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.2.167.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.61.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.35.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.35.77.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.45.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 98.47.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.111.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.96.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.100.239.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.67.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.71.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.95.8.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.94.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.94.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.80.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.80.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.22.159.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.21.7.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.16.14.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.16.45.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.26.148.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.26.183.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.58.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.58.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.58.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.58.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.58.84.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.212.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.222.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.237.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.161.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.6.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.59.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.129.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.57.79.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.178.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.162.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.159.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.56.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.63.182.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.63.146.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.63.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.234.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.107.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.62.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.61.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.61.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.61.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.61.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.61.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.60.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.60.112.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.60.171.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.32.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.217.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.49.146.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.37.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.48.198.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.51.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.51.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.50.56.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.50.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.50.128.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.54.19.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.55.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.55.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.55.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.52.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.52.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.52.175.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.52.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.253.246.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.244.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.202.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.192.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.192.179.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.193.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.215.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.215.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.141.61.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.141.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.140.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.140.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.140.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.140.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.140.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.142.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.142.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.136.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.136.189.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.139.3.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.147.10.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.151.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.150.90.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.149.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.157.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.152.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.152.62.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.153.114.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.173.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.189.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 96.189.237.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.27.160.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.19.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.84.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.93.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.74.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.161.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.166.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.174.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.28.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.29.196.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.45.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.45.187.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.45.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.43.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.43.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.43.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.50.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 97.179.37.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.10.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.6.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.6.220.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.7.77.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.4.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.114.216.0/13 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.121.65.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.120.126.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.120.212.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.120.181.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.124.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.111.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.126.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.159.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 100.137.176.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 101.126.238.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 101.104.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 101.101.103.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 101.91.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.160.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.201.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.201.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.203.32.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.82.114.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.82.81.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.82.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.82.67.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.82.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.92.232.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 103.69.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.89.94.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.91.188.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.130.180.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.130.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.133.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.133.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.133.140.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.175.73.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 102.169.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.3.85.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.2.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.5.126.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.15.113.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.9.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.11.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.11.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.29.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.26.171.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.17.132.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.19.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.19.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.206.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.206.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.221.187.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 113.213.234.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.25.17.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.22.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.22.197.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.22.157.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.78.219.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.78.222.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 112.78.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.234.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.234.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.234.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.234.201.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.22.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.10.175.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.49.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.49.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.49.144.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.49.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.49.237.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.41.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.41.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.41.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.41.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 114.112.177.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.55.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.208.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.209.46.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.209.71.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.214.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.215.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.215.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.215.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.201.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.252.55.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 115.166.31.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.241.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.241.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.199.57.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.193.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.106.85.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.104.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 118.104.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.69.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.69.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.83.231.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.0.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.96.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.92.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.153.65.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.156.11.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.188.182.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.187.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.187.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.255.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.255.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.254.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.231.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.231.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.19.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.106.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.230.204.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 119.208.244.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 116.108.109.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 116.108.95.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 116.10.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 116.12.28.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 116.12.25.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 117.114.152.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 117.205.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 117.207.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 117.207.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 117.212.197.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.28.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.28.122.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.28.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.28.127.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.27.65.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.8.67.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.8.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.9.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.14.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.14.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 125.0.189.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.50.229.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.50.243.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.61.41.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.31.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.26.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.20.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.21.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.21.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.22.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.23.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.16.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.18.51.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.169.198.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.182.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.179.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.177.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.255.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.255.54.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.237.133.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.192.15.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 124.194.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.71.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.71.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.70.24.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.122.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.173.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.173.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.173.171.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.161.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.161.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.182.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.181.98.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.157.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.253.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.252.50.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.252.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.255.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.255.194.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.250.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.250.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.251.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.251.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.251.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.240.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.240.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.241.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.243.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.244.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.245.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.246.144.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.247.22.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.238.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.239.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.239.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.239.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.236.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.235.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.235.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.233.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.233.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.231.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.230.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.230.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.227.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.227.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.226.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.224.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.192.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.198.214.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.198.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.199.217.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.199.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.197.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.197.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.205.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.207.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.206.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.206.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.206.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.202.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.203.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.201.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.201.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.201.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.200.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.223.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.223.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.223.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.223.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.223.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 126.222.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.102.90.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.117.239.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.25.85.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.30.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.30.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.30.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.30.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 121.31.187.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.19.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.20.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.22.199.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.36.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.36.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.188.61.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.188.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.188.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.153.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.153.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.156.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.156.217.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.156.220.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.132.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.132.210.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.132.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.136.195.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.136.224.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.136.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.136.234.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.143.36.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.143.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.143.6.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.143.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.143.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 120.142.4.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.54.186.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.16.74.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.18.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.2.199.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.0.37.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.155.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.170.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.170.249.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.170.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.171.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.171.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.165.57.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.210.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 122.238.38.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.157.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.157.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.18.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.17.133.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.28.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.57.75.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.52.97.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.33.72.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.39.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.37.66.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.37.64.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.37.69.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.124.175.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 123.124.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.125.250.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.126.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.127.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.115.155.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.111.154.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.77.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.75.36.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.75.164.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.78.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.88.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.92.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.85.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.169.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.74.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.88.175.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.88.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.48.229.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.48.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.48.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.48.132.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 73.48.164.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.196.79.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.196.110.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.196.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.196.3.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.196.22.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.197.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.197.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.202.131.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.200.101.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.200.221.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.205.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.232.29.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 72.232.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.205.69.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.92.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.94.110.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.94.8.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.95.183.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.95.93.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.95.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.72.36.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.72.35.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.73.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.73.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.73.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.116.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 75.116.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 74.36.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 74.36.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 74.174.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 79.236.91.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.127.63.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.127.71.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.127.234.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.122.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.122.75.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.96.54.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.5.69.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.5.92.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.100.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.52.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.22.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.29.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.4.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.52.181.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.118.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.120.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.74.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.55.92.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.228.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.241.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 78.241.129.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.203.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.57.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.159.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.135.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.211.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.212.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.216.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.218.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.236.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.56.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.58.19.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.11.158.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.11.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.11.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.11.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 77.75.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.84.79.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.183.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.20.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.85.65.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.87.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.87.176.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.86.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.86.65.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.86.234.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.235.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.108.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.81.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.3.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.22.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.59.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.161.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.80.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.121.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.81.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.82.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.83.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.88.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.88.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.206.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.131.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.132.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.134.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.144.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.89.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.229.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.91.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.90.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.90.37.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.90.253.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.90.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.92.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.92.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.92.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.92.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.92.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.93.67.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.93.125.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.93.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.231.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.94.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.95.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.70.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.70.112.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.70.32.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.70.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.70.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.213.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.79.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.71.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.69.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.69.248.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.69.94.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.69.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.68.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.68.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.68.245.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.68.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.66.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.66.171.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.66.121.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.66.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.67.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.64.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.65.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.65.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.65.187.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.72.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.72.63.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.73.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.73.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.75.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.75.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.75.36.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.75.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.74.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.74.119.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.74.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.74.92.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.74.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.227.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.247.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.78.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.182.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.79.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.29.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.213.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.227.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.76.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.77.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.77.129.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.77.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.77.32.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.111.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.111.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.111.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.104.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.104.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.104.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.104.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.104.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.105.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.140.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.215.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.107.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.102.23.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.102.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.102.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.103.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.101.47.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.101.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.101.109.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.101.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.101.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.100.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.100.22.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.96.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.96.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.97.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.97.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.97.157.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.97.155.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.97.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.98.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.98.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.98.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.127.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.127.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.127.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.127.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.127.75.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.40.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.26.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.106.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.126.72.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.124.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.125.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.125.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.125.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.121.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.121.64.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.121.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.120.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.120.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.120.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.120.197.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.122.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.122.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.122.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.122.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.122.32.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.123.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.123.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.123.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.123.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.123.238.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.113.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.113.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.113.180.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.113.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.113.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.112.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.112.248.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.115.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.114.3.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.114.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.97.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.119.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.118.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.118.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.116.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.116.0.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.117.203.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.17.165.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.16.231.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.16.148.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.18.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.18.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.18.32.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.19.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.19.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.19.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.19.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.66.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.121.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.210.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.23.155.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.1.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.90.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.22.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.21.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.21.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.20.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.20.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.20.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.20.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.29.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.29.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.13.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.28.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.31.88.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.31.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.31.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.176.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.173.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.161.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.30.241.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.86.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.27.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.142.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.187.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.26.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.25.149.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.25.150.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.25.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.25.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.24.7.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.24.3.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.24.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.4.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.4.49.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.4.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.5.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.5.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.5.49.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.5.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.7.91.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.7.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.7.101.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.7.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.7.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.6.128.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.6.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.6.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.6.50.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.2.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.2.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.2.72.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.3.95.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.3.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.3.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.3.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.0.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.0.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.1.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.1.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.1.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.8.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.8.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.8.171.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.8.161.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.8.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.104.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.67.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.9.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.87.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.101.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.11.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.10.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.10.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.10.247.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.14.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.14.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.14.50.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.14.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.12.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.12.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.12.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.236.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.13.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.39.156.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.39.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.38.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.38.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.38.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.38.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.38.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.37.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.36.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.35.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.35.210.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.35.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.35.178.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.35.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.111.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.112.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.126.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.69.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.165.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.34.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.160.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.175.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.155.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.33.86.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.235.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.32.114.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.155.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.47.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.242.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.46.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.44.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.44.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.44.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.44.95.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.44.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.45.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.43.101.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.43.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.42.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.42.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.42.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.40.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.41.46.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.54.15.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.54.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.54.164.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.54.167.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.54.158.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.123.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.20.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.30.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.169.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.55.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.53.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.53.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.53.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.52.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.52.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.52.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.52.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.52.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.11.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.168.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.162.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.199.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.51.203.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.50.189.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.50.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.50.8.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.48.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.48.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.49.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.49.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.49.116.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.49.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.131.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.62.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.63.83.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.63.164.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.63.178.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.63.152.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.61.20.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.61.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.61.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.61.195.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.61.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.133.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.169.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.50.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.60.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.59.144.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.59.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.59.103.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.58.220.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.58.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.58.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.58.174.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.58.190.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.156.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.11.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.57.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.56.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.56.93.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.56.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.56.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.166.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.166.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.166.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.166.38.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.166.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.164.14.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.164.77.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.164.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.164.171.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.164.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.232.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.147.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.165.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.162.182.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.162.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.162.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.234.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.138.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.129.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.101.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.163.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.36.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.161.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.160.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.160.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.160.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.160.225.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.160.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.2.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.18.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.223.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.173.200.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.168.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.220.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.65.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.172.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.33.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.68.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.108.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.195.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.226.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.143.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.174.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.62.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.1.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.77.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.182.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.253.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.247.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.175.232.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.215.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.146.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.140.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.170.143.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.120.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.1.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.146.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.173.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.171.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.201.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.169.243.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.12.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.116.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.142.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.132.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.213.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.168.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.47.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.33.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.186.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.34.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.24.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.125.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.158.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.187.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.116.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.85.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.55.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.173.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.185.224.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.165.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.235.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.62.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.184.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.188.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.87.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.47.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.13.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.8.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.2.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.136.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.255.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.205.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.189.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.131.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.231.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.191.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.39.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.30.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.7.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.242.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.210.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.181.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.190.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.7.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.24.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.81.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.200.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.176.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.42.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.56.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.20.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.209.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.177.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.179.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.178.127.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.181.125.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.180.80.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.45.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.232.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.242.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.243.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.243.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.243.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.243.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.240.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.240.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.240.80.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.241.120.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.241.178.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.221.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.65.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.244.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.245.238.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.247.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.246.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.246.73.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.246.49.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.246.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.252.172.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.252.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.252.205.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.252.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.252.77.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.253.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.254.207.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.254.164.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.250.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.250.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.250.160.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.250.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.251.55.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.251.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.251.96.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.251.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.249.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.249.123.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.249.40.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.249.236.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.249.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.248.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.248.162.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.248.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.248.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.248.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.231.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.230.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.231.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.229.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.229.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.229.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.228.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.228.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.228.88.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.224.124.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.224.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.224.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.224.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.224.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.225.248.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.225.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.225.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.226.127.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.226.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.226.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.226.199.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.227.67.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.227.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.227.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.227.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.238.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.238.188.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.238.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.239.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.237.164.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.236.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.236.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.236.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.236.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.233.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.233.231.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.232.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.232.170.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.235.193.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.235.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.204.106.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.204.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.204.140.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.204.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.204.192.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.206.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.206.178.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.206.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.206.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.206.0.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.152.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.188.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.236.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.207.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.203.114.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.203.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.203.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.203.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.203.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.201.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.201.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.201.210.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.201.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.135.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.200.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.150.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.193.84.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.192.147.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.192.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.192.41.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.194.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.195.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.195.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.195.205.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.196.251.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.196.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.197.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.197.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.197.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.179.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.104.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.22.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.198.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.48.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.56.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.199.247.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.213.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.212.140.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.212.145.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.214.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.214.212.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.215.140.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.215.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.215.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.94.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.208.112.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.209.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.209.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.209.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.211.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.211.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.211.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.211.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.211.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.213.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.224.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.210.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.161.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.19.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.222.51.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.223.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.223.78.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.221.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.221.37.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.221.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.221.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.220.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.220.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.220.181.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.220.36.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.219.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.219.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.219.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.219.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.219.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.2.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.218.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.217.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.217.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.217.5.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.217.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.217.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.216.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.216.75.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.216.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 76.216.251.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.97.237.0/12 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.180.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.228.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.245.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.214.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.95.60.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.94.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.94.183.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.94.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.94.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.21.245.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.21.72.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.18.67.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.25.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.24.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.7.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.7.105.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.6.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.10.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.41.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.41.153.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.41.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.42.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.47.241.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.47.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.47.193.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.223.251.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.223.153.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.223.141.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.223.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.223.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.222.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.222.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.222.28.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.222.89.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.219.212.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.218.24.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.217.179.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.215.120.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.116.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.84.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.10.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.178.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.213.220.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.204.71.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.200.133.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.192.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.192.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.192.119.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.192.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.192.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.193.167.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.193.127.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.193.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.197.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.235.140.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.235.196.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.235.104.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.235.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.235.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.238.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.238.124.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.239.229.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.239.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.82.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.227.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.163.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.163.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.163.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.162.37.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.162.0.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.162.119.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.162.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.161.207.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.161.63.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.174.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.174.30.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.174.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.174.83.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.174.129.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.168.163.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.189.93.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.71.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.32.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.184.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.190.197.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.191.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.191.192.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.191.162.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.191.76.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.184.231.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.185.84.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.132.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.132.223.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.51.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.233.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.133.147.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.137.26.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.136.101.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.139.226.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.142.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.142.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.140.120.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.149.218.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.150.199.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.150.171.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.150.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.150.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.150.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.194.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.147.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.175.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.146.110.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.21.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.61.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.72.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.158.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.147.242.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.145.64.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.100.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.159.232.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.158.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.158.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.108.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.69.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.13.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.152.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.253.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.175.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 65.153.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 64.58.250.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.70.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.69.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.99.98.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.99.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.99.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.99.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 66.99.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.241.42.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.66.42.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.64.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.64.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.64.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.64.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.64.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.65.160.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.75.53.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.75.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.72.135.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.76.163.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.115.115.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.114.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.114.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.114.150.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.114.197.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.114.120.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.116.127.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.116.156.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.116.133.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.122.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.98.169.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.98.165.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.98.61.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.103.127.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.100.18.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.100.185.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 67.109.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.85.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.82.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.89.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.99.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.16.216.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.22.7.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.21.172.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.151.63.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.151.82.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.151.194.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.150.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.150.210.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.150.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.149.225.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.149.119.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.144.144.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.144.253.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.144.214.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.146.237.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.154.182.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.157.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.157.207.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 70.157.232.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.209.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.202.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.203.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.137.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.215.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.194.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.37.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.98.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.98.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.66.138.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 71.69.207.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.201.51.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.235.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.235.32.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.235.194.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.235.205.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.235.245.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.254.221.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.249.21.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.248.245.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.142.87.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.150.96.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.150.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.150.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.151.49.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.28.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.84.29.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.84.1.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 68.86.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.7.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.1.134.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.1.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.43.155.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.206.236.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.252.130.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.252.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.252.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 69.252.136.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.121.25.0/19 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.121.55.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.120.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.120.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.126.43.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.66.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.66.21.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.66.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.66.74.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.178.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.206.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.194.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.219.249.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.217.209.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.216.73.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 89.202.44.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.191.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.81.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.86.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.209.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.198.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.175.205.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.172.152.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.161.41.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.158.168.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.158.179.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.158.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.158.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.147.7.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.149.8.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.115.218.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.85.163.0/11 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.44.103.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.48.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.48.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 88.21.34.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.70.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.69.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.69.146.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.24.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.51.151.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.48.255.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.48.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.48.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.48.242.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.34.231.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.34.156.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.34.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.35.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.35.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.37.187.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.210.63.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.214.236.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.222.75.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.222.70.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.222.188.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.220.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.129.180.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 90.128.68.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.82.44.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.115.252.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.33.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.33.134.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.32.154.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.28.239.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.132.90.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.132.135.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.133.90.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.164.8.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.164.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.164.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.166.166.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.167.32.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.167.109.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 91.178.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.185.168.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.136.57.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.136.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.136.217.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.251.39.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.251.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.251.106.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.252.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.236.2.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.116.224.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.101.64.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.106.42.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.76.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.74.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.82.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.34.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.154.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.158.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.47.157.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.57.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.10.165.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 94.13.161.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.115.139.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.115.37.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.92.139.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.83.121.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.62.175.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.62.91.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.62.45.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.22.169.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.22.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.22.39.0/19 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.22.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.27.180.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.6.218.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.6.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.6.221.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.5.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 95.5.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.102.197.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.102.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.102.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.102.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.102.145.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.98.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.34.30.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.34.18.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.53.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.61.205.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.31.215.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.31.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.30.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.30.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.174.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.118.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.113.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.15.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.19.16.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.145.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.145.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.145.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.146.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.159.110.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.168.108.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.168.24.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.102.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.39.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.173.7.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.23.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.55.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.39.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.255.120.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.253.119.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.253.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.253.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.253.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.232.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 93.232.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.131.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.143.95.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.138.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.138.249.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.155.84.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.152.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.144.103.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.91.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.5.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.231.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.211.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.221.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.194.0/20 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.139.0/19 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.148.186.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.149.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.151.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.151.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.151.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.151.166.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.187.73.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.187.82.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.187.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.186.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.186.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.190.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.190.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.191.193.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.169.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.169.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.169.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.173.113.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.218.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.218.160.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.215.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.215.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.252.94.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 92.228.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.102.140.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.103.254.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.103.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.103.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.103.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.101.209.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.91.7.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.226.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.163.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.158.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.144.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.47.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.52.56.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.52.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.49.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.237.231.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.237.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.237.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.237.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.237.252.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.232.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 87.232.133.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.182.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.182.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.176.207.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.190.217.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.190.165.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.240.173.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.240.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.197.128.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.193.176.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.192.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.223.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.60.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.39.10.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.77.135.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 86.96.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.80.229.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.93.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.93.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.232.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.247.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.254.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.196.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.141.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.148.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.190.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.167.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.165.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.94.173.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.110.196.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.105.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.104.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.55.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.37.8.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.144.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.131.214.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.129.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.137.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.247.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.246.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.246.94.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.244.204.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.197.138.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.198.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 85.198.118.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.1.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.30.228.0/12 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.42.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.42.78.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.42.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.111.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.102.2.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.102.17.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.219.79.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.241.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.169.153.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.167.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 84.167.126.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.26.29.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.24.116.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.24.96.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.24.167.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.41.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.119.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.119.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.95.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.94.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.89.66.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.88.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.202.238.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.194.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.199.89.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.44.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.31.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.222.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.197.130.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.147.45.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 83.162.95.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.0.83.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.26.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.56.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.59.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.35.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.40.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.44.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.44.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.157.32.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.158.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.168.74.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 82.183.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 81.215.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.230.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.231.64.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.234.103.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.232.249.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.238.203.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.254.7.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.247.123.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.242.125.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.208.76.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.219.201.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.196.107.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.165.253.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.182.37.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.128.139.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.17.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.11.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.117.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.116.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.115.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.115.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.114.154.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.125.114.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.104.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.84.186.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.94.73.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.92.39.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.70.192.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.67.97.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.26.16.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.31.230.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.176.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.8.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.30.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.18.108.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.20.33.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.8.160.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.12.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.3.196.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.5.17.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.51.38.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.61.208.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.36.171.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 151.44.133.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.235.228.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.237.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.228.96.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.207.190.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.212.91.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.151.32.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.155.251.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.157.35.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.138.78.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.136.4.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.248.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.204.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.217.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.164.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.31.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.132.92.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.131.105.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.177.78.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.180.43.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.187.124.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.162.184.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.103.255.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.117.85.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.119.242.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.112.55.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.115.242.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.122.110.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.120.40.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.121.50.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.121.229.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.126.167.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.126.81.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.17.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.28.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.9.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.48.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.82.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.102.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.127.234.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.125.191.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.69.150.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.90.215.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.36.200.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.28.0/20 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.38.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.40.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.52.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.48.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.63.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.95.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.70.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.33.248.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.140.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.204.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.115.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.38.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.10.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.3.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.35.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.14.100.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.195.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.160.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.152.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.155.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.157.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.148.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.140.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.15.54.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.6.23.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 150.16.65.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.81.35.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.117.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.100.80.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.63.64.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.29.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.17.58.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.6.123.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.13.162.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.184.77.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.189.172.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.142.129.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.140.19.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.136.65.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.146.48.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.147.119.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.149.237.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.246.226.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.234.45.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 148.201.244.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.224.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.224.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.224.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.181.21.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.179.149.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.150.160.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.131.23.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.85.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.64.83.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.71.152.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.101.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.101.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.101.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.101.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.105.38.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.112.145.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.126.177.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.21.109.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.6.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.62.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.62.92.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.62.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.51.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.38.201.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 149.34.32.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.139.47.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.143.206.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.148.56.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.156.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.217.236.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.224.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 145.226.150.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.181.104.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.166.28.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.246.164.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.241.38.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.198.159.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.195.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.201.10.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.203.30.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.87.224.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.79.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.79.128.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.79.136.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.121.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.88.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.98.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.9.37.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.236.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.225.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.10.84.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.148.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.208.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.30.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.6.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 147.44.67.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.89.61.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.107.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.107.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.107.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.107.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.1.29.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.1.126.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.1.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.1.228.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.1.161.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.42.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.42.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.181.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.163.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.163.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.163.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 146.163.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.8.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.240.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.240.89.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.235.63.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.228.84.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.212.137.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.223.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.131.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 156.188.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.151.186.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.144.110.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.146.142.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.253.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.154.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.196.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.196.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.196.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.196.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.199.199.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.203.197.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.222.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.235.13.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.18.139.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.4.174.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.110.152.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.121.212.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.89.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 157.77.91.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.20.238.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.60.146.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.59.212.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.32.143.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.107.200.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.81.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.93.161.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.94.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.94.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.78.34.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.69.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.198.229.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.198.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.158.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.145.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.175.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.175.85.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.175.88.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.179.61.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.180.83.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 158.186.190.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.96.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.96.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.96.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.107.74.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.118.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.118.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.73.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.75.135.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.38.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.38.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.38.76.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.32.116.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.46.164.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.29.196.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.144.57.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.153.45.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.153.87.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.153.103.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.138.65.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.14.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.49.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.50.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.134.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.187.39.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.178.146.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.182.153.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 159.204.175.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.39.66.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.37.36.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.37.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.37.32.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.37.42.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.37.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.36.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.36.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.36.174.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.36.90.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.33.239.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.23.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.158.227.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.143.52.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.129.37.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.237.128.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.252.214.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.211.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 155.216.206.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.118.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.134.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.163.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.233.244.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.236.164.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.236.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.254.93.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.254.96.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.248.104.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.250.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.70.224.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.71.1.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.92.181.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.187.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.140.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.227.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.254.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.222.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.93.47.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.94.14.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.126.226.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.27.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.27.96.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.27.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.27.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.40.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 154.38.119.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.134.104.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.134.234.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.134.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.130.139.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.137.179.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.139.42.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.160.40.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.189.62.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.186.23.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.186.49.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.186.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.186.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.186.181.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.176.5.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.232.114.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.247.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.254.34.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.251.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.209.46.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.211.211.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.214.189.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.222.32.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.197.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.197.197.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.28.53.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.19.168.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.6.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.6.202.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.6.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.6.1.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.0.117.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.12.117.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.15.71.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.60.23.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.34.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.101.179.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.104.45.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.107.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.106.255.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.109.188.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.108.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.108.83.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.114.127.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.112.240.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.113.1.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.113.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.126.33.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.88.73.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.89.5.0/19 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.89.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.86.212.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.66.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.67.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.67.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.67.238.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.67.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.65.38.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.69.120.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.71.244.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 153.78.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.74.249.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.73.188.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.73.164.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.73.85.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.73.120.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.73.13.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.92.99.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.8.15.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.14.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.39.35.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.54.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.221.14.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.253.111.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.167.232.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.162.141.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.189.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.185.99.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 152.129.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.153.82.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.154.222.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.150.73.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.144.127.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.180.188.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.176.57.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.47.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.134.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.164.177.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.240.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.240.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.246.84.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.246.88.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.253.230.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.37.240.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.40.211.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.15.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.27.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.44.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.47.170.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.55.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.71.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 135.91.201.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 134.184.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 134.190.111.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 134.190.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 134.151.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.173.167.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.168.222.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.171.130.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.177.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.177.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.177.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.139.48.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.137.39.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.222.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.222.131.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.222.166.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.222.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.214.13.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.192.31.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.206.137.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.206.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.206.153.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.206.91.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.2.76.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.1.98.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.8.97.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.8.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.8.74.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.81.11.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.81.75.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.91.89.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.89.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.64.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.66.95.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.103.78.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 133.113.39.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.168.151.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.165.35.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.130.204.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.140.164.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.199.223.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.202.102.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.239.178.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.227.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.255.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.37.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.40.135.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.99.218.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.77.92.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 132.90.246.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.45.21.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.13.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.14.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.14.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.14.1.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.14.37.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.14.49.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.91.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.91.188.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.88.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.68.221.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.100.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.100.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.100.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.100.67.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.103.52.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.120.86.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.112.144.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.194.222.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.211.99.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.238.17.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.238.124.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.233.122.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.255.38.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.136.151.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 129.136.90.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.219.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.219.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.217.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.210.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.199.129.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.199.218.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.248.129.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.248.23.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.248.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.244.41.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.144.123.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.167.130.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.166.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.166.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.165.28.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.169.144.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.177.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.177.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.181.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.181.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.184.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.184.142.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.13.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.29.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.26.132.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.26.25.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.62.182.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.58.73.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.59.209.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.57.225.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.55.241.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 128.120.121.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.164.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.164.192.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.160.80.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.187.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.187.29.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.187.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.25.220.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.25.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.30.228.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.11.136.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.49.244.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.46.141.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.45.171.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.125.63.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.113.81.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.66.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.66.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.66.105.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.66.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 130.67.43.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.131.5.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.131.40.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.127.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.61.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.129.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.28.116.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.12.181.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.98.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.138.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.193.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.217.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.208.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.6.231.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.59.48.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.59.97.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.59.203.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.59.183.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.48.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.48.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.48.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.48.51.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.117.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.117.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.117.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.109.5.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 131.111.184.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.86.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.165.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.152.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.196.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.165.156.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.184.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.184.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.140.113.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.129.62.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.88.49.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.90.185.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.66.194.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.36.65.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.52.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.49.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.43.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.9.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.4.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.27.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.122.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.126.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.116.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.114.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.95.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.66.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.77.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.75.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.210.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.33.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 142.15.156.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 143.162.212.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 143.132.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 143.198.116.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.222.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.203.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.201.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.200.208.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.231.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.233.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.243.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.240.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.158.154.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.143.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.143.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.137.184.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.137.141.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.136.61.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.136.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.139.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.131.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.131.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.130.113.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.128.241.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.128.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.128.75.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.252.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.213.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.52.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.1.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.15.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.129.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.132.71.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.132.78.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.132.91.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.132.98.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.134.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.134.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.134.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.134.85.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.135.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.135.18.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.135.113.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.51.134.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.142.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.155.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.49.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.48.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.48.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.48.47.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.53.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.111.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.108.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.52.78.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.75.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.121.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.54.210.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.61.197.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.61.204.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.62.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.62.41.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.62.50.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.62.103.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.63.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.59.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.58.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.58.111.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.56.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.56.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.37.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.38.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.39.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.39.96.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.39.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.32.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.32.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.32.106.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.32.124.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.33.108.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.35.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.35.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.112.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.96.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.69.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.40.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.42.77.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.43.171.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.43.166.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.43.191.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.43.139.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.166.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.59.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.38.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.2.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.5.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.12.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.30.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.118.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.45.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.225.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.216.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.138.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.119.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 140.44.112.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.73.233.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.110.140.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.47.165.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.20.96.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.255.31.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.164.115.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.149.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.149.39.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 141.149.190.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.91.78.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.100.180.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.101.14.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.116.227.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.5.48.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.12.69.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.45.245.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.37.135.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.214.201.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.216.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.178.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.140.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.143.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.142.110.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.142.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.142.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.142.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.142.146.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.137.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.137.199.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.137.109.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.38.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.63.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.139.245.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.138.10.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.138.211.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.134.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.134.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.135.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.135.244.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.132.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.133.64.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.133.28.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.131.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.131.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.131.148.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.131.154.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.131.246.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.130.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.130.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.130.9.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.129.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.129.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.129.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.129.28.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.129.194.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.128.183.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.128.190.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.128.165.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.146.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.145.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.148.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.148.33.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.151.219.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.151.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.151.173.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.151.125.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.154.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.154.55.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.154.11.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.154.118.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.154.158.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.153.222.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.153.140.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.157.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.157.43.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.157.222.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 137.159.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.218.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.232.183.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.157.203.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.174.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.174.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.177.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.177.8.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.118.120.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.102.13.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.69.73.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.87.80.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.56.186.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.54.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.54.187.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.34.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 136.38.232.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.104.161.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.124.177.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.127.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.127.244.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.127.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.127.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.119.84.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.11.153.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.31.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.31.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.31.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.31.138.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.31.132.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.21.40.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.41.146.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.41.29.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.47.223.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.247.86.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.229.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.237.163.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.146.155.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.177.36.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.173.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.173.215.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.173.238.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.166.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 139.166.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.26.53.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.30.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.30.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.17.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.23.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.189.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.3.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.6.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.6.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.14.21.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.35.99.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.33.188.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.39.221.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.125.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.107.86.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.91.149.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.75.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.77.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.64.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.173.171.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.172.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.174.144.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.177.239.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.129.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.138.8.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.157.130.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.155.230.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.152.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.152.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.251.153.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.253.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.252.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.219.237.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.219.135.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.219.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.205.67.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.203.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.194.145.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 138.194.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.97.153.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.107.92.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.123.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.125.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.125.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.93.30.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.168.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.207.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.200.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.195.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.210.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.213.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.220.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.233.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.237.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.231.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.225.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.249.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.250.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.255.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.240.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.103.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.94.52.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.88.220.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.42.27.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.62.115.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.10.69.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.2.247.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.19.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.231.244.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 167.142.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.118.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.115.181.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.127.67.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.93.212.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.88.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.88.77.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.82.155.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.83.169.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.30.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.208.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.250.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.228.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.178.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.71.148.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.67.123.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.99.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.212.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.217.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.60.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.38.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.11.110.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.11.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.11.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.11.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.13.169.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.138.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.130.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.187.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.185.140.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.188.221.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.170.190.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.173.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.199.118.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.199.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.194.88.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.203.245.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.217.250.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.231.139.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.245.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.245.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.245.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.244.126.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 166.249.232.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.162.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.163.25.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.160.122.0/18 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.190.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.143.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.130.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.134.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.134.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.154.97.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.157.37.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.157.201.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.157.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.197.56.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.210.76.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.247.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.238.104.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.118.117.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.115.137.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.125.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.125.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.121.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.107.162.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.16.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.16.114.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.16.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.16.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.18.110.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.18.84.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.18.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.50.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.55.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.211.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.144.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.161.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.19.182.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.247.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.185.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.24.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.21.62.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.71.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.37.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.180.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.221.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.218.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.20.207.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.28.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.28.91.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.28.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.28.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.28.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.215.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.219.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.29.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.31.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.31.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.30.32.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.30.245.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.30.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.102.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.190.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.24.250.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.25.29.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.25.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.25.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.25.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.27.41.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.27.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.27.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.83.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.60.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.26.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.39.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.39.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.39.194.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.38.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.38.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.38.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.38.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.38.9.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.37.183.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.37.190.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.36.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.36.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.36.229.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.36.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.36.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.65.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.71.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.79.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.189.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.40.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.76.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.67.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.94.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.96.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.27.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.41.219.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.144.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.42.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.145.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.9.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.127.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.43.110.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.230.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.248.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.153.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.46.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.213.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.97.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.106.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.47.43.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.196.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.147.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.48.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.73.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.107.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.44.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.142.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.245.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 165.45.196.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.70.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.86.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.10.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.0.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.26.184.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.86.197.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.80.175.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.95.64.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.93.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.93.199.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.244.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.122.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.24.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.58.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.52.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.128.40.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.158.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.158.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.156.146.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.202.79.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.222.26.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 164.221.129.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.235.109.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.238.133.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.236.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.231.96.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.200.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.207.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.233.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.128.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.132.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.162.44.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.188.63.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.184.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.184.60.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.184.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.41.15.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.43.178.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.43.225.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.43.255.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 160.43.218.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.119.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.119.205.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.119.241.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.114.228.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.101.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.3.120.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.25.80.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.25.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.26.15.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.41.210.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.202.35.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.194.232.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.210.228.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.221.183.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.248.179.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.252.115.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.245.234.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.152.50.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.148.38.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.147.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.142.142.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.182.15.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.182.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.182.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.178.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.184.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.163.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.166.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.166.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 161.166.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 163.163.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 163.226.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 163.241.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 163.255.94.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.230.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.219.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.223.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.210.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.193.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.207.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.218.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.172.86.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.175.134.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.171.126.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.184.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.184.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.184.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.184.130.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.185.64.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.188.62.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.190.96.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.155.133.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.151.227.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.143.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.132.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.132.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.46.166.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.225.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.36.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.19.94.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.6.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.2.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.2.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.8.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.105.59.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.108.189.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.108.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.98.194.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.86.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.92.131.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 162.95.97.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.202.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.207.149.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.205.182.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.220.247.0/12 ge 15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.176.141.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.164.33.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.175.75.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.144.29.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.140.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.141.45.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.136.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.81.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.93.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.67.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.79.131.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.113.214.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.126.79.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.105.61.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.12.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.5.41.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.6.15.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.41.235.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.41.220.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.41.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.41.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.61.120.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.61.140.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.61.157.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.61.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.61.232.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.55.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 171.51.64.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.116.114.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.234.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.163.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.8.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.7.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.31.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.121.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.17.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.123.239.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.126.100.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.102.235.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.108.106.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.110.122.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.18.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.18.247.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.12.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 170.58.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.66.110.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.13.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.85.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.118.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.185.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.161.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.241.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.118.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.116.36.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.117.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.111.244.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.111.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.111.164.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.108.162.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.43.229.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.36.44.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.36.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.36.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.36.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.36.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.11.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.0.162.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.245.22.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.240.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.241.61.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.243.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.249.127.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.200.194.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.221.162.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.222.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.222.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.222.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.177.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.181.48.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.189.143.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.163.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.172.121.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.174.254.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.159.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.142.228.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.140.79.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 169.139.150.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 168.64.230.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 168.92.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 168.151.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.106.51.0/13 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.116.152.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.116.130.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.116.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.119.206.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.119.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.119.10.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.119.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.119.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.114.120.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.114.23.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.115.240.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.213.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.112.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.113.77.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.122.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.122.93.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.122.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.122.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.129.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.176.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.120.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.101.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.126.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.175.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.79.254.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.78.239.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.77.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.77.22.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.76.238.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.72.194.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.71.92.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.67.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.67.224.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.67.222.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.66.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 172.241.176.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.173.148.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.173.189.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.147.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.147.124.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.146.68.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.146.249.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.235.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.144.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.220.226.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.57.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.51.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.55.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.55.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.55.250.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.53.225.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.44.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.44.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.45.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.45.238.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.45.216.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.47.10.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.47.16.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.41.211.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.43.175.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.42.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.39.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.2.14.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.2.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.3.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.0.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.0.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.0.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.4.241.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.6.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.15.176.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.9.93.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.9.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.9.36.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.11.220.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.76.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.10.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.16.176.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.17.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.17.141.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.19.99.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.18.127.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.20.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.20.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.20.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.20.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.20.74.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.21.3.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.21.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.21.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.21.165.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.23.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.24.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.24.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.26.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.31.217.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.28.210.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.29.147.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.29.216.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.29.7.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.81.228.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.82.222.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.95.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.28.165.0/13 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.187.159.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.176.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.177.221.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.177.80.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 175.178.128.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.196.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.245.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.253.41.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.164.252.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.168.221.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.175.182.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.75.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.75.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 174.75.103.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.133.66.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.137.206.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.159.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.156.111.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.154.125.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.212.95.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.212.189.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.232.0/20 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.251.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.253.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.240.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.210.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.213.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.220.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.207.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.169.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.174.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.160.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.190.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.141.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.132.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.156.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.109.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.47.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.0.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.27.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.20.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.18.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.194.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.249.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.240.117.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.240.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.231.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.231.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.231.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.239.165.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.233.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.235.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.235.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.235.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.123.176.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.112.109.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.114.57.0/16 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.5.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.21.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.29.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.37.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.34.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.41.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.47.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.97.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.110.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.127.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.85.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.94.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.70.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.78.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.249.0/18 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.173.0/19 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.115.134.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.242.0/17 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.99.0/18 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.52.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.33.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.24.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 182.118.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 183.59.195.0/18 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 183.73.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 183.108.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 183.224.198.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 183.225.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.128.56.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.148.89.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.230.119.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.230.102.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.230.99.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.224.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.216.232.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.217.174.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.206.32.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 181.200.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.216.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.210.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.210.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.210.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.2.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.2.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 180.2.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.166.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.171.62.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.171.45.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.168.112.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.168.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.27.173.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.7.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.7.177.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.4.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.38.227.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.47.198.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.45.180.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.70.232.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.87.4.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.87.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.87.13.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.87.16.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.80.71.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.89.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.99.3.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.97.111.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.97.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 177.97.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.246.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.125.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.125.11.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.125.38.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.18.245.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.0.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.1.28.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.38.189.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 176.42.93.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.188.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.188.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.188.210.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.190.152.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.185.63.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.149.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.144.17.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.144.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.144.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.144.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.159.119.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.255.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.255.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.254.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.33.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.105.111.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.106.142.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.123.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.123.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.122.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.122.246.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 179.122.239.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.16.104.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.18.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.18.50.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.109.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.195.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.19.197.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.221.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.202.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.182.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 178.204.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.163.118.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.161.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.161.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.160.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.160.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.160.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.164.86.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.165.65.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.209.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.215.30.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.215.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.215.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.212.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.212.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.212.225.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.219.180.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.219.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.219.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.218.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.254.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.254.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.110.182.0/13 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.82.238.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.82.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.26.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.11.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.14.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.5.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.49.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.85.99.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.68.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 189.65.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.200.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.200.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.200.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.202.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.202.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.206.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.207.237.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.194.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.194.36.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.196.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.197.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.197.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.199.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.215.182.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.214.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.212.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.212.52.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.213.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.211.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.210.79.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.222.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.222.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.222.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.223.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.221.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.216.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.216.232.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.217.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.239.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.238.118.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.238.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.238.28.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.237.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.232.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.232.9.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.232.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.235.45.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.235.39.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.235.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.235.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.234.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.227.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.225.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.224.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.228.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.228.62.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.229.43.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.230.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.230.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.251.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.251.87.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.250.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.248.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.248.167.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.254.225.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.242.140.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.242.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.242.8.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.242.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.241.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.245.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.244.190.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.246.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.246.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.247.71.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.145.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.146.79.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.148.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.157.81.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.156.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.159.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.155.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.154.119.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.153.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.133.21.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.133.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.135.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.135.165.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.129.68.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.136.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.136.245.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.138.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.138.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.140.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.140.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.141.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.142.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.167.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.166.152.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.161.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.160.6.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.172.121.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.169.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.168.153.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.168.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.168.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.185.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.185.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.187.2.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.186.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.189.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.189.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.190.186.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.190.37.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.179.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.179.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.179.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.179.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.178.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.178.202.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.178.197.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.178.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.177.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.177.159.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.177.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.182.18.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.183.148.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.180.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.180.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.181.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.111.200.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.104.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.123.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.105.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.107.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.107.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.98.11.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.99.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.96.154.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.100.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.101.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.101.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.102.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.103.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.103.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.115.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.114.15.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.114.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.113.222.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.113.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.113.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.112.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.117.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.117.111.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.116.142.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.116.197.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.118.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.124.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.127.117.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.127.119.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.126.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.120.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.123.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.76.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.76.125.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.77.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.77.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.78.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.78.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.73.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.73.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.73.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.74.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.74.21.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.74.27.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.75.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.75.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.75.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.68.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.69.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.69.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.69.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.69.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.69.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.70.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.71.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.71.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.12.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.67.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.66.121.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.64.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.64.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.64.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.65.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.65.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.65.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.81.248.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.80.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.82.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.83.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.83.248.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.87.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.87.168.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.84.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.85.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.95.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.95.114.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.95.30.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.94.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.92.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.92.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.92.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.92.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.93.126.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.89.26.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.88.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.90.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.90.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.26.43.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.27.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.27.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.28.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.28.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.31.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.30.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.30.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.18.249.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.19.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.19.186.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.16.140.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.16.214.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.16.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.23.41.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.23.207.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.23.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.21.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.20.200.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.20.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.20.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.1.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.0.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.0.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.3.30.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.2.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.6.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.6.169.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.6.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.6.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.7.229.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.7.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.7.218.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.4.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.5.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.5.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.5.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.5.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.9.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.14.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.15.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.15.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.15.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.12.22.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.13.186.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.38.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.38.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.39.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.39.79.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.39.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.39.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.39.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.36.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.37.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.37.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.37.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.35.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.34.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.32.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.32.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.40.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.41.119.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.41.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.41.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.43.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.46.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.46.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.45.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.44.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.44.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.44.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.58.235.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.58.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.57.251.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.56.141.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.56.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.56.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.56.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.104.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.61.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.60.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.50.47.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.50.44.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.51.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.49.28.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.49.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.53.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.53.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.55.112.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.55.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.55.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.54.33.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 188.54.150.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.235.84.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.143.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.13.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.12.16.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.245.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.188.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.14.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 190.74.70.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 191.200.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 191.201.38.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 191.155.84.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.194.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.194.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.213.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.246.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.59.241.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.63.154.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.29.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.118.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.69.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.65.176.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 187.65.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.250.126.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.207.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.204.153.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.180.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.134.91.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 186.51.137.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.224.147.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.225.34.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.225.69.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.236.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.239.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.239.224.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.239.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.239.214.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.239.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.234.190.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.235.212.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.235.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.248.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.210.4.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.147.109.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.146.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.146.92.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.168.133.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.168.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.169.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.163.92.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.163.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.162.224.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.162.94.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.183.25.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.183.105.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.183.137.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.180.228.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.189.219.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.189.99.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.26.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.120.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 184.120.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.3.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.8.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.217.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.14.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.187.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.8.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 185.30.129.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.15.192.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.15.167.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.206.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.10.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.9.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.4.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.5.249.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.66.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.0.252.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.20.13.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.21.160.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.23.54.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.16.115.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.19.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.19.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.26.57.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.176.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.132.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.24.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.141.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.81.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.29.95.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.123.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.28.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.116.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.18.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.50.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.48.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.48.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.48.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.48.138.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.48.179.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.49.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.60.152.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.60.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.60.223.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.60.17.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.61.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.62.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.62.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.62.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.62.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.63.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.63.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.63.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.57.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.47.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.47.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.47.14.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.47.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.47.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.184.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.13.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.109.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.43.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.41.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.41.130.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.41.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.24.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.13.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.5.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.97.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.110.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.107.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.40.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.35.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.35.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.33.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.32.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.32.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.32.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.32.18.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.32.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.37.71.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.73.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.72.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.72.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.72.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.72.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.75.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.16.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.41.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.34.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.126.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.78.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.79.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.79.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.79.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.79.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.79.41.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.46.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.77.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.65.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.65.181.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.31.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.3.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.116.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.114.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.96.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.66.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.68.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.68.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.68.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.68.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.69.158.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.70.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.95.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.149.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.36.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.41.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.15.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.2.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.94.29.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.92.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.92.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.92.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.92.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.92.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.93.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.93.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.93.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.88.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.88.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.88.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.88.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.91.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.91.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.246.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.87.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.84.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.81.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.81.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.81.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.81.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.36.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.33.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.82.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.99.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.99.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.99.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.99.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.99.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.98.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.240.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.230.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.96.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.97.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.232.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.106.220.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.107.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.61.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.105.6.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.109.90.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.151.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.110.84.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.120.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.123.34.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.126.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.115.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.114.145.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.112.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.112.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.118.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.117.14.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.117.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.130.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.130.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.130.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.130.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.130.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.132.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.132.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.132.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.132.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.132.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.133.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.135.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.135.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.135.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.135.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.142.62.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.8.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.148.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.174.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.163.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.176.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.186.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.190.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.143.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.155.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.152.16.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.153.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.153.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.153.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.153.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.153.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.157.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.157.50.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.157.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.157.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.42.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.156.32.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.29.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.159.189.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.158.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.146.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.147.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.147.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.147.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.169.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.145.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.144.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.144.104.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.151.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.151.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.151.88.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.150.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.149.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.149.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.149.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.149.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.149.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.148.92.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.148.96.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.148.4.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.59.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.36.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.164.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.239.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.144.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.165.84.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.168.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.169.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.169.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.169.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.169.119.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.170.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.170.77.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.171.232.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.174.25.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.174.47.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.174.157.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.173.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.172.135.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.172.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.172.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.191.96.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.191.74.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.189.160.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.188.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.141.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.79.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.184.74.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.185.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.98.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.58.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.186.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.30.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.249.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.255.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.86.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.93.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.91.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.164.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.183.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.190.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.254.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.239.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.246.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.64.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.71.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.111.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.99.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.253.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.252.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.242.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.242.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.242.239.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.242.137.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.241.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.241.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.241.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.241.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.241.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.3.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.174.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.158.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.244.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.245.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.231.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.231.141.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.231.147.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.231.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.231.152.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.229.20.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.228.20.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.228.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.228.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.238.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.238.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.238.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.3.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.8.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.113.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.74.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.230.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.157.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.131.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.236.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.232.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.217.214.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.217.39.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.217.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.219.88.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.219.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.219.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.218.172.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.221.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.221.72.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.221.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.221.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.220.205.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.220.78.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.223.50.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.222.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.222.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.222.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.214.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.215.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.212.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.212.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.212.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.212.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.212.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.213.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.213.156.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.209.54.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.209.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.208.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.208.81.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.210.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.195.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.195.16.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.193.22.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.193.3.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.193.117.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.112.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.189.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.198.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.197.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.196.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.196.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.200.240.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.200.227.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.200.77.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.202.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.202.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.202.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.202.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.203.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.203.192.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.203.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.203.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.203.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.207.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.206.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.206.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.206.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.204.199.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.204.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.204.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.204.156.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 192.204.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.40.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.32.100.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.32.140.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.33.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.33.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.58.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.59.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.57.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.57.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.60.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.60.18.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.48.10.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.50.213.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.50.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.53.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.53.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.53.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.52.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.52.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.52.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.52.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.55.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.55.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.19.144.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.19.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.19.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.19.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.19.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.18.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.16.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.17.125.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.20.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.26.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.26.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.26.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.27.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.11.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.11.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.11.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.11.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.11.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.93.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.93.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.92.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.92.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.92.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.89.128.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.90.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.91.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.91.248.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.91.19.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.91.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.64.96.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.64.56.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.65.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.65.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.148.195.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.152.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.137.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.137.76.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.138.55.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.138.42.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.139.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.139.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.177.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.183.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.160.186.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.161.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.163.28.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.175.237.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.175.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.175.222.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.175.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.170.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.197.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.197.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.197.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.198.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.214.7.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.214.5.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.213.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.243.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.243.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.243.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.243.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.247.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.251.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.230.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 193.229.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.8.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.25.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.27.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.166.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.167.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.161.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.168.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.169.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.169.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.180.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.180.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.182.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.182.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.128.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.133.135.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.133.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.133.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.133.15.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.133.52.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.132.59.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.135.32.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.138.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.155.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.154.17.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.154.11.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.153.89.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.153.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.153.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.158.212.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.148.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.148.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.148.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.146.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.147.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.147.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.145.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.145.223.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.210.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.210.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.209.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.208.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.208.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.223.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.222.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.197.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.244.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.244.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.244.228.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.244.237.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.246.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.246.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.243.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.243.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.243.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.243.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.237.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.237.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.238.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.238.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.235.44.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.200.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.224.204.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.227.118.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.127.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.127.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.124.189.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.124.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.124.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.125.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.114.144.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.118.206.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.118.193.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.118.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.77.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.77.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.77.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.29.229.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 195.28.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.181.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.181.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.186.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.186.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.186.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.186.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.173.180.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.153.5.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.158.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.159.93.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.159.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.148.13.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.137.209.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.217.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.216.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.216.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.206.94.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.206.165.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.192.228.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.192.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.192.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.194.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.198.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.252.236.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.237.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.228.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.28.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.26.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.19.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.120.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.111.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.89.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.50.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.28.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.253.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.228.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.223.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.168.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.188.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.152.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.17.142.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.14.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.5.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.5.114.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.5.109.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.5.168.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.5.223.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.47.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.40.211.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.41.3.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.41.5.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.41.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.41.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.49.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.48.210.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.91.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.92.55.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.86.97.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.86.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.86.121.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.86.118.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.86.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.84.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.104.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.104.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.115.249.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.116.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.116.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.116.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.116.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.121.125.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.121.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.121.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.121.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 194.121.66.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.233.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.227.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.230.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.242.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.240.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.240.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.241.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.193.45.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.193.206.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.203.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.203.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.203.63.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.204.214.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.37.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.208.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.194.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.248.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.73.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.70.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.209.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.202.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.246.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.225.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.211.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.152.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.135.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.6.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.210.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.216.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.216.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.21.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.51.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.57.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 199.56.135.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 198.178.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.49.184.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.49.80.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.50.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.50.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.55.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.55.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.55.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.54.94.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.54.31.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.56.122.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.59.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.60.121.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.34.249.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.34.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.35.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.36.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.36.161.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.37.238.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.37.161.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.37.26.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.39.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.38.217.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.40.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.45.209.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.47.197.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.47.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.47.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.47.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.14.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.14.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.14.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.12.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.13.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.8.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.8.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.8.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.9.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.9.148.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.11.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.0.151.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.0.176.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.1.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.1.45.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.35.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.85.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.82.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.88.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.64.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.6.79.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.96.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.26.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.24.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.215.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.201.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.105.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.25.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.231.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.247.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.31.114.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.30.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.29.51.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.29.27.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.29.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.28.0.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.28.107.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.28.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.18.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.18.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.17.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.17.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.21.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.21.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.21.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.21.20.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.21.233.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.20.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.20.243.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.23.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.22.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.65.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.68.65.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.68.97.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.70.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.71.204.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.73.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.73.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.73.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.73.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.73.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.216.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.212.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.150.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.152.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.129.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.177.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.19.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.72.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.75.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.78.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.79.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.79.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.79.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.77.106.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.77.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.77.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.81.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.81.108.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.80.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.83.252.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.85.161.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.86.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.94.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.94.211.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.95.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.89.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.88.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.88.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.208.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.232.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.228.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.226.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.251.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.244.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.161.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.171.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.122.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.127.93.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.126.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.126.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.126.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.125.234.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.73.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.199.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.124.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.121.237.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.120.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.111.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.123.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.161.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.174.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.243.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.85.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.61.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.112.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.102.102.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.106.94.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.109.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.109.194.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.217.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.96.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.116.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.150.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.148.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.149.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.149.98.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.149.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.149.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.233.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.231.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.157.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.156.62.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.156.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.156.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.156.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.153.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.153.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.155.110.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.129.119.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.131.199.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.131.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.131.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.131.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.132.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.132.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.132.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.133.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.134.155.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.142.174.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.4.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.152.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.143.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.164.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.164.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.164.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.165.108.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.165.71.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.165.92.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.165.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.165.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.166.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.166.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.7.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.167.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.160.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.161.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.161.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.162.131.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.129.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.86.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.173.84.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.172.234.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.169.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.219.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.195.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.203.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.40.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.169.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.182.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.182.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.182.7.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.182.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.183.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.183.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.183.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.181.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.181.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.181.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.208.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.180.143.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.223.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.217.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.177.72.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.97.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.108.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.176.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.179.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.179.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.179.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.179.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.179.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.178.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.178.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.178.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.103.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.190.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.191.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.191.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.191.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.191.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.189.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.189.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.189.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.106.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.188.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.184.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.199.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.205.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.205.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.205.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.205.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.207.147.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.207.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.207.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.207.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.207.17.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.89.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.206.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.201.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.201.85.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.201.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.201.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.200.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.202.186.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.202.85.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.202.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.202.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.202.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.203.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.203.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.216.198.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.218.103.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.219.57.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.221.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.221.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.221.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.220.26.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.222.138.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.209.122.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.208.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.141.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.230.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.229.125.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.195.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.253.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.255.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.233.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.237.237.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.255.86.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.255.47.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.252.157.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.252.129.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.252.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.251.244.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.250.246.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.250.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.250.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.248.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.248.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.248.112.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.245.64.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.240.92.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.240.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.240.242.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.240.138.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 197.240.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.138.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.38.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.39.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.36.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.32.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.32.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.32.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.32.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.32.82.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.33.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.33.164.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.33.163.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.33.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.235.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.236.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.226.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.230.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.35.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.41.69.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.40.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.40.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.42.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.173.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.159.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.46.51.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.55.116.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.55.155.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.55.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.91.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.96.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.109.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.51.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.3.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.52.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.50.196.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.50.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.123.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.51.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.142.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.131.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.148.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.57.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.232.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.53.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.46.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.31.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.11.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.56.126.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.63.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.63.195.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.63.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.63.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.60.21.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.60.51.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.55.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.23.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.21.243.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.21.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.21.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.21.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.21.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.17.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.17.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.17.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.19.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.19.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.19.94.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.25.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.29.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.29.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.29.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.29.72.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.28.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.28.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.28.155.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.31.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.214.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.160.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.30.70.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.168.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.15.1.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.1.156.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.1.123.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.1.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.1.99.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.0.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.0.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.0.21.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.0.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.178.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.6.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.70.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.70.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.70.105.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.70.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.70.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.71.173.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.66.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.66.69.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.211.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.207.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.242.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.189.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.130.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.64.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.79.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.78.252.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.78.223.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.78.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.78.105.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.76.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.76.136.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.76.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.74.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.75.20.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.73.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.73.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.73.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.73.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.73.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.86.137.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.82.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.44.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.15.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.135.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.216.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.85.240.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.91.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.101.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.106.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.199.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.80.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.115.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.118.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.121.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.81.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.82.86.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.82.247.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.82.233.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.82.142.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.82.180.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.89.163.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.89.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.88.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.227.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.190.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.91.162.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.111.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.111.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.111.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.111.26.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.111.108.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.108.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.109.165.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.109.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.109.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.109.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.180.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.105.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.205.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.106.119.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.107.229.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.107.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.101.67.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.103.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.96.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.96.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.98.95.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.120.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.120.8.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.189.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.61.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.63.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.121.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.127.101.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.127.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.127.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.127.157.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.124.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.124.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.124.31.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.124.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.124.152.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.234.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.227.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.113.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.119.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.119.115.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.118.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.117.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.116.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.116.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.116.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.116.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.116.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.172.224.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.172.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.173.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.173.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.81.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.64.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.74.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.220.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.175.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.146.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.186.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.202.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.235.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.101.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.8.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.174.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.167.77.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.161.12.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.161.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.163.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.163.183.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.163.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.183.199.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.183.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.183.121.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.183.105.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.183.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.182.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.182.183.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.182.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.182.121.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.125.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.94.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.13.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.39.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.48.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.192.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.251.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.130.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.180.190.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.113.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.83.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.191.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.190.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.190.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.190.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.190.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.190.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.64.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.99.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.186.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.187.26.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.187.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.187.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.187.198.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.185.30.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.185.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.185.149.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.222.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.212.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.69.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.9.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.254.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.231.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.200.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.213.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.190.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.153.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.120.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.106.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.214.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.210.142.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.210.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.210.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.210.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.222.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.245.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.213.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.223.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.91.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.163.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.220.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.216.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.216.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.216.141.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.216.72.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.216.111.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.140.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.176.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.187.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.218.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.111.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.5.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.203.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.196.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.236.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.236.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.232.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.232.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.235.129.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.235.133.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.234.248.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.234.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.40.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.229.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.230.170.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.252.210.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.253.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.253.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.254.132.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.254.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.254.110.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.255.54.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.243.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.210.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.251.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.35.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.46.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.45.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.42.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.250.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.60.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.14.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.29.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.78.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.68.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.85.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.249.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.137.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.174.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.242.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.37.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.136.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.243.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.213.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.193.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.194.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.65.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.29.0/20 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.3.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.240.14.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.214.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.225.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.230.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.106.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.245.43.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.247.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.247.233.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.247.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.229.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.226.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 196.246.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.133.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.56.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.239.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.238.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.238.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.238.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.238.212.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.236.66.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.235.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.234.127.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.232.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.233.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.233.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.230.114.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.230.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.228.68.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.229.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.229.63.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.225.223.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.226.180.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.241.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.241.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.252.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.253.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.207.155.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.218.239.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.210.253.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.210.245.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.210.208.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.178.124.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.173.89.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.173.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.165.118.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.136.239.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.134.96.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.133.54.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.129.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.156.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.156.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.156.216.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.156.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.156.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.157.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.64.237.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.127.136.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.53.215.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.53.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.53.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.39.162.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.5.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 207.5.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 206.208.33.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 206.163.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 206.164.83.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.0.128.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.0.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.0.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.0.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.1.249.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.1.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.3.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.239.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.252.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.7.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.6.192.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.6.224.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.6.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.6.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.5.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.5.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.5.244.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.5.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.4.73.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.4.217.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.13.115.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.13.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.13.10.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.13.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.42.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.64.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.124.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.119.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.12.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.10.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.10.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.10.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.10.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.8.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.8.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.8.253.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.8.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.8.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.26.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.21.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.21.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.21.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.21.55.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.21.206.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.20.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.20.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.20.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.20.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.20.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.38.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.38.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.39.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.39.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.57.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.63.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.46.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.47.97.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.47.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.47.216.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.45.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.45.238.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.45.208.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.42.135.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.42.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.42.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.42.77.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.43.168.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.43.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.43.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.43.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.43.91.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.21.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.30.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.41.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.60.205.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.60.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.62.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.58.103.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.58.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.58.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.58.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.59.126.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.59.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.59.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.59.53.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.57.57.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.57.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.48.17.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.48.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.49.8.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.2.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.248.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.51.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.50.184.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.50.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.50.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.52.163.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.52.216.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.52.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.53.81.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.53.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.53.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.53.161.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.54.93.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.54.49.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.55.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.55.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.55.86.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.55.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.64.177.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.67.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.69.93.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.247.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.84.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.93.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.71.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.70.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.77.83.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.77.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.76.125.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.76.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.76.121.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.76.118.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.76.239.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.78.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.78.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.78.170.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.78.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.78.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.74.81.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.74.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.74.247.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.75.221.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.75.66.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.81.201.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.80.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.80.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.80.119.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.85.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.85.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.85.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.85.228.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.142.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.188.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.84.162.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.87.50.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.87.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.86.169.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.86.166.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.94.85.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.94.195.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.187.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.173.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.143.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.4.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.72.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.92.97.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.93.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.93.190.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.93.140.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.93.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.238.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.205.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.91.16.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.90.222.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.90.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.89.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.89.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.88.45.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.127.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.127.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.126.152.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.126.72.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.126.111.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.126.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.126.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.123.179.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.123.3.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.123.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.123.78.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.122.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.122.238.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.122.49.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.120.186.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.120.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.182.201.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.182.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.182.15.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.182.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.183.191.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.183.251.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.183.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.181.7.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.180.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.177.255.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.177.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.177.38.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.178.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.178.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.178.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.179.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.184.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.184.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.184.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.184.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.185.97.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.185.247.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.187.72.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.186.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.191.221.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.191.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.191.142.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.191.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.163.79.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.162.13.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.162.66.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.167.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.167.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.165.112.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.165.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.164.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.164.230.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.164.83.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.170.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.170.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.170.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.170.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.170.240.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.171.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.171.1.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.168.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.168.172.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.168.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.168.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.168.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.175.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.175.21.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.175.87.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.172.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.138.43.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.138.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.137.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.137.173.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.137.98.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.137.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.136.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.136.100.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.136.106.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.136.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.189.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.185.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.182.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.179.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.165.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.142.30.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.90.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.85.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.143.65.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.140.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.128.64.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.128.74.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.128.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.129.27.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.129.84.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.129.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.129.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.67.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.70.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.76.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.73.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.130.243.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.134.57.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.134.39.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.134.218.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.134.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.135.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.135.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.133.241.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.133.145.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.132.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.132.179.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.132.109.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.159.101.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.155.115.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.155.176.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.154.10.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.154.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.154.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.154.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.154.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 204.149.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.196.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.196.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.197.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.201.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.201.108.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.201.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.201.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.201.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.200.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.203.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.202.156.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.202.153.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.202.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.205.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.205.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.205.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.205.166.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.205.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.206.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.206.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.206.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.207.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.215.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.215.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.215.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.215.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.214.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.212.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.212.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.212.244.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.213.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.213.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.213.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.209.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.209.183.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.209.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.209.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.209.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.208.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.208.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.208.146.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.208.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.211.191.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.210.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.210.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.210.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.210.144.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.47.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.159.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.216.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.217.147.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.217.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.217.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.217.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.219.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.218.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.218.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.218.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.218.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.218.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.220.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.220.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.220.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.220.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.220.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.221.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.221.204.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.221.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.222.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.222.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.222.123.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.223.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.223.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.223.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.226.85.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.226.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.226.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.226.150.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.227.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.227.54.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.227.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.227.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.227.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.225.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.225.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.225.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.246.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.250.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.250.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.42.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.117.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.251.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.253.50.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.253.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.253.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.253.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.252.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.252.150.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.252.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.183.161.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.182.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.181.204.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.239.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.209.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.200.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.207.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.174.192.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.175.53.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.175.33.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.173.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.173.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.173.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.173.169.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.173.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.169.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.169.170.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.171.239.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.163.57.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.163.25.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.163.163.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.162.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.160.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.160.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.160.160.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.160.174.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.160.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.165.160.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.149.184.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.149.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.148.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.150.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.150.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.150.18.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.150.44.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.147.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.158.111.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.196.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.203.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.215.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.159.220.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.130.204.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.131.97.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.134.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.65.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.10.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.135.25.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.140.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.140.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.143.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.64.143.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.65.111.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.65.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.65.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.67.187.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.67.104.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.70.230.0/20 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.70.255.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.70.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.71.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.71.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.71.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.71.4.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.71.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.68.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.78.236.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.78.151.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.79.146.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.87.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.84.208.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.84.134.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.80.52.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.82.253.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.95.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.95.172.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.95.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.93.95.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.92.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.92.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.89.48.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.89.215.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.88.179.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.91.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.91.25.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.91.181.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.107.185.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.107.139.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.107.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.107.122.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.107.25.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.106.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.106.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.106.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.104.29.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.105.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.108.164.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.109.197.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.109.157.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.98.207.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.96.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.96.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.96.111.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.97.142.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.97.132.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.103.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.103.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.102.48.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.102.60.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.102.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.102.26.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.102.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.101.65.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.101.210.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.117.199.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.117.135.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.117.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.117.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.116.9.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.120.142.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.121.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.122.230.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.124.115.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.124.67.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.124.230.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.124.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.125.103.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.125.115.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.125.113.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.125.185.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.126.50.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.126.53.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.126.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.126.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.127.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.31.17.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.31.50.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.31.106.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.12.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.9.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.60.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.46.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.42.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.78.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.90.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.82.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.102.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.29.110.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.28.181.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.26.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.196.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.72.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.22.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.18.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.53.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.17.44.0/21 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.8.90.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.9.44.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.9.224.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.11.187.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.10.27.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.15.208.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.15.16.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.12.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.13.107.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.6.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.6.55.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.6.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.6.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.5.213.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.5.172.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.5.103.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 205.2.221.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.220.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.220.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.220.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.215.205.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.215.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.215.136.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.215.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.215.58.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.144.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.172.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.229.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.10.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.214.94.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.80.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.93.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.188.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.253.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.212.223.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.210.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.22.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.213.63.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.210.171.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.210.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.208.232.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.208.225.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.208.206.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.208.139.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.209.135.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.209.62.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.198.183.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.198.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.198.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.198.156.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.199.56.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.199.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.199.143.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.199.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.199.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.155.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.112.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.121.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.93.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.7.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.0.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.196.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.203.173.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.203.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.92.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.202.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.204.37.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.204.98.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.204.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.204.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.205.25.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.239.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.225.100.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.227.81.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.228.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.228.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.228.83.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.249.115.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.249.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.249.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.250.103.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.252.22.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.252.47.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.252.135.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.252.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.244.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.244.137.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.244.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.244.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.244.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.247.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.247.5.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.247.68.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.242.0.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.242.9.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.242.12.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.242.151.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.242.154.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.240.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.240.205.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.240.196.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.240.236.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.240.249.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.241.9.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.241.149.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.241.236.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.139.23.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.139.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.138.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.136.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.136.4.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.136.70.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.133.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.132.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.132.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.132.15.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.132.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.131.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.131.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.131.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.131.159.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.131.155.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.130.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.128.119.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.129.255.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.152.74.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.152.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.155.31.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.158.110.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.158.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.157.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.157.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.157.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.156.165.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.156.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.156.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.156.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.144.185.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.183.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.166.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.157.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.40.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.145.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.169.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.162.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.147.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.146.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.151.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.151.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.151.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.151.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.151.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.70.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.239.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.150.156.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.149.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.161.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.161.191.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.162.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.162.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.162.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.162.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.165.206.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.169.239.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.168.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.173.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.172.75.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.174.229.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.174.41.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.174.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.180.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.180.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.181.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.182.31.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.183.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.183.122.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.183.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.183.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.183.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.179.137.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.179.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.184.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.184.120.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.184.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.37.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.239.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.248.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.252.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.200.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.186.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.36.96.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.36.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.36.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.36.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.36.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.39.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.39.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.39.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.40.155.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.226.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.253.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.197.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.222.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.220.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.216.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.174.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.132.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.24.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.42.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.43.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.43.207.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.45.101.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.45.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.45.87.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.45.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.62.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.62.186.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.62.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.62.114.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.27.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.92.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.104.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.63.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.118.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.61.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.56.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.164.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.49.218.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.48.228.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.51.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.51.185.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.51.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.51.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.51.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.50.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.50.150.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.50.34.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.52.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.52.130.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.54.174.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.20.87.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.16.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.17.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.26.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.15.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.2.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.29.4.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.11.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.8.18.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.6.150.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.4.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.2.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.126.215.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.126.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.126.2.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.124.35.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.124.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.124.88.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.124.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.97.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.103.79.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.100.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.100.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.105.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.225.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.230.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.235.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.195.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.183.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.176.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.167.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.151.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.90.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.83.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.67.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.86.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.84.104.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.84.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.80.16.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.81.86.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.81.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.91.33.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.92.82.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.94.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.95.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.95.255.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.70.216.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.65.140.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.66.166.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.78.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.79.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.79.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.75.43.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 203.74.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.27.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.27.247.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.30.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.30.221.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.29.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.29.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.29.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.28.152.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.20.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.20.102.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.20.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.21.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.21.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.21.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.21.96.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.23.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.23.245.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.16.142.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.16.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.16.91.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.16.68.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.16.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.18.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.18.26.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.18.55.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.19.191.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.19.70.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.19.46.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.19.27.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.4.38.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.4.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.4.147.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.5.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.5.18.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.6.194.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.6.133.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.6.165.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.6.15.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.1.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.3.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.213.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.186.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.182.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.20.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.109.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.122.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.112.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.2.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.10.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.11.145.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.11.27.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.15.223.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.15.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.15.203.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.13.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.13.161.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.13.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.13.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.62.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.63.239.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.63.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.60.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.61.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.57.106.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.58.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.59.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.59.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.59.167.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.50.36.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.50.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.50.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.51.102.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.51.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.51.181.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.49.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.49.23.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.49.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.38.22.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.39.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.39.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.39.242.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.37.138.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.45.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.45.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.45.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.47.123.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.47.248.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.185.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.188.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.180.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.220.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.229.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.227.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.38.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.32.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.47.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.53.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.107.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.111.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.41.92.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.114.154.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.114.175.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.114.1.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.251.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.236.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.120.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.123.186.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.127.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.222.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.126.242.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.0.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.2.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.12.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.98.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.113.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.127.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.71.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.87.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.210.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.218.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.204.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.201.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.225.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.238.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.145.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.148.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.187.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.182.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.179.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.171.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.125.174.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.100.51.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.101.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.111.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.68.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.80.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.194.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.220.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.161.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.166.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.146.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.130.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.103.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.33.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.59.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.14.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.89.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.82.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.86.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.84.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.68.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.145.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.159.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.153.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.134.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.142.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.102.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.96.150.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.110.23.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.110.63.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.109.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.50.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.53.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.60.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.133.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.181.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.106.249.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.73.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.4.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.10.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.47.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.211.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.64.152.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.119.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.66.82.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.67.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.15.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.34.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.58.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.254.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.181.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.184.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.168.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.161.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.166.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.69.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.242.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.232.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.167.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.49.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.20.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.68.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.71.183.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.71.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.71.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.80.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.83.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.85.6.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.93.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.94.22.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.89.84.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.89.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 202.89.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.161.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.169.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.184.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.184.16.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.185.92.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.185.84.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.179.41.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.178.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.181.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.183.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.182.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.146.237.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.146.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.146.87.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.146.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.146.69.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.148.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.149.88.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.141.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.119.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.97.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.143.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.139.184.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.139.41.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.139.15.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.136.12.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.136.41.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.133.27.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.250.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.128.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.234.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.233.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.233.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.238.11.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.239.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.231.29.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.231.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.231.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.224.164.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.255.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.254.154.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.252.233.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.229.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.193.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.253.30.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.211.172.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.211.171.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.211.197.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.211.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.211.212.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.215.47.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.212.165.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.218.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.218.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.217.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.217.91.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.223.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.223.136.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.223.125.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.223.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.223.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.203.186.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.205.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.136.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.112.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.194.123.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.199.79.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.223.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.208.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.196.139.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.197.37.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.197.245.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.24.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.148.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.172.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.162.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.209.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.192.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.201.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.235.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.245.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.91.248.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.90.99.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.174.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.173.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.170.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.176.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.231.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.227.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.243.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.95.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.48.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.43.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.28.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.93.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.82.221.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.67.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.64.103.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.64.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.64.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.73.218.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.73.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.73.200.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.73.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.73.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.76.139.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.76.177.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.78.222.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.113.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.115.3.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.114.99.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.119.207.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.117.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.117.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.117.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.116.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.116.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.116.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.116.149.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.116.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.126.197.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.127.72.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.122.78.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.121.157.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.20.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.19.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.25.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.52.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.102.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.1.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.231.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.148.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.140.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.132.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.103.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.101.228.0/16 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.97.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.97.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.105.187.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.107.230.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.109.127.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.110.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.110.90.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.110.118.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.110.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.111.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.111.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.111.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.111.173.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.54.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.55.161.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.52.37.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.52.225.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.51.132.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.199.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.50.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.48.195.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.48.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.48.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.57.62.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.57.11.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.57.156.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.57.152.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.57.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.59.121.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.58.16.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.63.51.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.61.43.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.60.46.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.60.132.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.217.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.52.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.37.28.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.36.164.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.36.183.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.38.149.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.38.116.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.33.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.33.82.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.45.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.44.30.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.43.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.43.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.42.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.42.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.40.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.41.86.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.41.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.41.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.41.195.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.41.177.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.26.110.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.26.97.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.26.121.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.27.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.30.251.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.11.193.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.214.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.216.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.193.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.207.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.200.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.171.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.6.163.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.5.108.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 201.0.203.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.120.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.120.59.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.122.110.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.123.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.105.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.106.68.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.106.169.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.111.25.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.103.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.98.35.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.88.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.88.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.121.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.123.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.14.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.61.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.90.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.91.129.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.80.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.80.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.81.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.82.232.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.87.75.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.137.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.198.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.192.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.84.50.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.67.80.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.65.87.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.65.94.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.65.69.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.73.215.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.0.182.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.2.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.2.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.13.67.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.10.59.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.8.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.8.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.27.133.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.28.86.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.20.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.21.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.18.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.18.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.19.141.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.39.232.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.39.244.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.39.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.39.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.39.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.61.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.125.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.94.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.231.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.204.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.43.131.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.52.78.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.55.128.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.61.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.61.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.61.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.60.55.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.56.210.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.166.13.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.166.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.164.1.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.165.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.161.71.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.161.122.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.187.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.180.101.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.182.162.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.177.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.177.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.176.186.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.179.197.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.159.184.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.159.5.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.159.116.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.157.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.152.4.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.155.123.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.155.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.146.233.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.149.92.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.138.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.138.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.136.46.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.137.150.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.137.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.142.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.142.159.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.142.139.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.142.160.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.135.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.135.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.134.246.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.134.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.134.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.134.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.134.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.132.248.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.242.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.240.211.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.240.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.240.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.241.29.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.244.183.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.246.147.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.250.213.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.251.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.251.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.248.75.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.249.142.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.249.131.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.249.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.249.134.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.249.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.254.130.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.254.155.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.253.193.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.232.48.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.232.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.238.67.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.238.217.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.224.48.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.224.254.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.231.51.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.228.242.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.198.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.196.62.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.196.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.196.92.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.196.87.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.192.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.192.122.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.193.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.194.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.195.181.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.195.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.207.83.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.201.166.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.203.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.216.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.219.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.222.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.220.29.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.220.212.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.211.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.78.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.91.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.214.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.212.205.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 200.212.221.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.236.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.232.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.232.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.235.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.235.102.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.227.105.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.227.9.0/19 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.224.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.225.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.231.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.231.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.229.71.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.242.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.242.203.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.243.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.247.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.247.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.245.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.252.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.251.154.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.193.61.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.193.26.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.192.37.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.192.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.198.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.198.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.198.154.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.206.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.206.144.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.205.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.212.175.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.212.92.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.212.41.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.213.132.0/17 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.213.117.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.213.77.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.213.37.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.214.92.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.214.54.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.214.25.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.214.248.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.214.218.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.215.210.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.215.149.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.215.108.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.215.42.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.215.12.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.19.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.27.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.34.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.53.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.211.58.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.219.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.219.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.216.5.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.147.112.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.147.138.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.147.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.251.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.210.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.198.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.197.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.128.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.146.169.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.145.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.145.81.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.145.168.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.145.235.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.78.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.157.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.167.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.243.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.204.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.144.220.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.186.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.131.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.150.252.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.151.3.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.151.1.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.151.7.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.151.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.151.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.148.88.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.148.38.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.148.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.149.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.149.90.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.149.158.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.149.213.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.149.229.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.236.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.255.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.242.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.244.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.81.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.154.116.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.206.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.234.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.118.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.155.13.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.152.215.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.152.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.152.19.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.152.3.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.152.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.212.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.56.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.53.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.70.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.153.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.108.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.79.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.85.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.92.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.55.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.149.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.159.191.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.25.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.139.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.158.250.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.201.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.143.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.20.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.31.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.156.104.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.157.183.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.157.187.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.157.151.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.157.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.157.85.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.123.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.69.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.11.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.25.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.197.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.140.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.182.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.180.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.136.160.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.250.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.146.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.19.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.121.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.126.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.137.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.139.112.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.139.136.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.139.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.139.254.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.138.243.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.138.14.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.143.130.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.143.220.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.143.41.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.8.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.64.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.227.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.218.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.177.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.142.149.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.140.60.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.140.3.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.140.109.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.140.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.140.94.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.141.115.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.141.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.134.155.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.134.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.134.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.134.69.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.134.40.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.135.236.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.135.241.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.135.38.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.135.98.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.133.76.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.133.35.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.133.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.132.230.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.132.196.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.132.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.229.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.214.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.132.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.129.115.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.128.194.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.128.175.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.128.36.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.128.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.131.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.131.114.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.131.156.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.131.166.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.130.150.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.130.201.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.130.234.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.130.25.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.130.101.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.185.189.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.185.30.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.184.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.187.95.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.187.162.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.187.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.188.201.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.189.18.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.190.23.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.180.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.176.98.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.161.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.161.240.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.166.11.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.166.67.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.166.68.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.167.113.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.164.169.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.165.204.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.8.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.0.14.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.6.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.7.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.17.77.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.17.94.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.17.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.17.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.21.70.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.26.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.28.46.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.60.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.56.90.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.51.205.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.38.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.38.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.36.146.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.47.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.19.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.203.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.33.152.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.58.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.216.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.168.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.43.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.42.32.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.40.66.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.41.77.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.104.37.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.108.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.99.190.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.124.137.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.123.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.122.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.122.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.117.205.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.116.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.118.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.115.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.68.134.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.64.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.67.12.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.77.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.78.154.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.78.226.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.79.125.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.74.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.73.223.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.73.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.72.13.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.90.38.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 217.80.238.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.245.202.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.242.58.0/17 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.242.141.0/18 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.242.236.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.242.218.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.254.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.254.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.254.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.254.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.255.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.255.151.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.255.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.255.164.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.252.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.252.85.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.250.238.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.251.11.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.235.186.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.4.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.44.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.57.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.99.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.234.66.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.233.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.238.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.224.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.224.211.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.227.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.229.116.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.229.152.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.230.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.194.139.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.196.112.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.202.52.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.200.106.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.200.241.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.205.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.205.31.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.205.24.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.204.30.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.206.67.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.134.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.195.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.207.101.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.221.226.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.100.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.233.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.238.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.218.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.216.117.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.216.1.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.216.151.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.217.174.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.217.136.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.139.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.136.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.131.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.215.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.163.141.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.161.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.160.137.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.160.160.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.160.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.160.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.166.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.171.240.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.169.33.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.169.67.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.173.128.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.186.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.184.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.189.119.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.182.92.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.182.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.183.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.183.23.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.178.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.178.47.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.179.216.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.147.210.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.144.111.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.150.196.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.154.223.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.152.41.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.153.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.157.18.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.138.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.136.153.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.140.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.134.106.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.134.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.134.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.129.117.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.129.56.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.45.154.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.45.206.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.40.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.40.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.40.202.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.41.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.41.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.41.228.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.43.128.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.33.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.36.123.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.39.33.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.39.84.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.38.69.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.38.83.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.38.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.38.106.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.179.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.177.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.89.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.61.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.60.8.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.62.178.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.57.142.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.57.251.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.57.39.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.56.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.56.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.56.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.58.33.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.59.220.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.59.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.59.35.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.51.131.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.50.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.50.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.23.34.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.20.14.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.20.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.17.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.19.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.94.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.89.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.40.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.47.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.197.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.18.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.31.136.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.15.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.15.142.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.8.242.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.9.190.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.9.18.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.3.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.127.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.127.217.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.126.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.125.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.124.182.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.123.195.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.123.125.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.123.22.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.120.121.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.114.244.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.114.240.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.112.117.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.113.69.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.117.82.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.116.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.116.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.119.159.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.119.141.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.119.132.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.119.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.119.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.118.106.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.100.141.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.103.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.96.93.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.96.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.97.90.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.97.184.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.98.224.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.108.23.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.109.21.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.109.17.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.38.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.239.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.237.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.231.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.106.213.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.104.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.104.141.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.104.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.105.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.105.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.105.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.105.185.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.69.139.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.71.99.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.70.57.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.70.63.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.70.12.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.70.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.70.16.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.72.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.74.225.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.75.144.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.75.245.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.75.0.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.76.230.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.76.135.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.76.102.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.92.216.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.186.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.184.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.178.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.159.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.156.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.65.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.95.86.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.94.142.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.179.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.193.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.253.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.245.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.242.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.81.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.114.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.127.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.125.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.123.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.96.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.102.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.100.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.82.138.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.83.201.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.83.235.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.83.52.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.83.54.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 216.87.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.75.109.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.74.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.74.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.74.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.74.185.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.74.13.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.221.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.209.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.199.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.196.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.230.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.233.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.234.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.246.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.249.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.252.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.72.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.73.66.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.79.250.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.79.138.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.79.34.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.78.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.66.51.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.66.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.80.127.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.81.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.81.150.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.83.123.0/17 ge 18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.83.172.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.83.230.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.85.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.85.61.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.85.3.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.85.132.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.85.231.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.94.227.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.94.229.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.94.120.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.94.124.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.127.133.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.113.251.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.113.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.18.92.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.0.81.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.9.24.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.239.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.228.54.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.192.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.197.55.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.76.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.95.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.82.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.242.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.254.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.237.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.223.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.208.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.215.0/22 ge 23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.206.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.196.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.163.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.165.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.166.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.175.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.172.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.170.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.188.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.200.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.201.184.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.207.30.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.182.209.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.176.118.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 218.176.196.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.245.53.0/16 ge 17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.244.146.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.212.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.208.250.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.219.169.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.217.252.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.217.239.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.222.108.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.220.182.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.220.190.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.193.213.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.183.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.31.70.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.18.77.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.18.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.18.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.17.45.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.84.179.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.82.247.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 219.80.5.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.238.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.244.241.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.244.243.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.244.247.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.254.203.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.206.105.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.199.32.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.210.217.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.213.193.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.217.203.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.157.19.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.157.26.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.157.29.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.157.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.157.6.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.151.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.133.118.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.128.215.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.141.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.139.73.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.188.195.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.181.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.166.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.27.84.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.39.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 221.119.31.0/15 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.114.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.117.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.124.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.122.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.121.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.108.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.71.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.72.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.82.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.95.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.42.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.54.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.50.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.56.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.4.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.0.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.2.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.11.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.24.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.17.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.20.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.23.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.226.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.202.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.220.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.208.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.179.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.184.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.190.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.172.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.169.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.170.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.161.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.136.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.143.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.135.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.132.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.131.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.128.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.152.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.158.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.157.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.144.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.147.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.158.148.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.239.240.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.195.79.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.60.52.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.51.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.51.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.45.168.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.35.5.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.6.45.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.6.36.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.6.39.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.12.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.14.167.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.26.249.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.26.230.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.26.233.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.26.234.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.25.173.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.123.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.111.128.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.80.255.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.89.175.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.94.206.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.94.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.94.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.94.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.70.206.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.70.244.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.101.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.96.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.111.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.109.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.105.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.117.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.127.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.120.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 220.67.29.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.154.57.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.156.18.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.159.133.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.158.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.158.12.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.158.99.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.146.120.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.147.78.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.147.225.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.145.234.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.145.49.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.145.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.151.146.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.150.39.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.148.9.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.148.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.133.142.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.135.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.135.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.135.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.1.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.17.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.23.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.28.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.134.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.123.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.57.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.208.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.237.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.160.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.131.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.129.25.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.140.20.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.140.82.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.140.122.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.141.127.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.139.253.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.181.34.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.177.165.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.177.64.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.177.90.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.177.9.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.186.210.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.186.146.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.187.17.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.187.104.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.85.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.126.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.184.176.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.191.70.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.191.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.189.135.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.160.7.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.160.60.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.161.174.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.161.230.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.161.216.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.167.178.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.167.222.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.167.219.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.167.79.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.167.83.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.164.4.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.174.72.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.174.82.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.174.236.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.172.128.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.173.58.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.173.239.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.173.170.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.245.179.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.246.40.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.246.5.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.246.117.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.246.100.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.242.83.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.242.233.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.251.25.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.250.213.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.252.161.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.252.178.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.252.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.253.200.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.253.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.253.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.253.218.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.253.211.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.254.250.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.254.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.226.74.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.226.73.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.226.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.226.113.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.227.150.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.227.72.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.228.218.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.229.68.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.229.202.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.229.168.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.235.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.232.56.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.232.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.232.189.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.23.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.33.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.199.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.194.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.239.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.238.207.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.238.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.238.148.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.238.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.209.6.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.211.157.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.211.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.210.24.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.210.119.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.218.158.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.218.156.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.217.240.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.216.238.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.223.130.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.223.11.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.220.155.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.206.235.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.204.174.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.205.228.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.200.112.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.201.46.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.201.11.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.201.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.203.67.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.202.211.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.197.88.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.196.30.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.198.112.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.199.214.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.199.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.199.120.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.199.64.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.199.66.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.192.107.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.192.157.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.192.174.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.193.97.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.60.129.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.60.135.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.60.139.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.60.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.61.75.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.63.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.63.69.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.62.227.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.56.169.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.58.105.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.48.52.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.51.5.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.50.140.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.50.16.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.52.67.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.39.141.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.39.181.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.39.47.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.38.47.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.37.61.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.37.18.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.37.180.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.36.118.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.36.49.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.4.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.50.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.59.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.61.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.91.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.204.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.203.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.32.199.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.33.109.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.33.76.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.33.143.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.33.248.0/19 ge 20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.180.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.127.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.7.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.1.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.47.42.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.44.133.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.44.8.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.44.116.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.40.52.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.40.93.0/19 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.40.113.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.40.176.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.43.247.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.27.92.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.27.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.27.37.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.27.142.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.27.196.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.31.22.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.28.151.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.23.36.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.22.248.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.22.172.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.20.34.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.16.159.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.17.223.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.18.165.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.7.24.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.7.236.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.6.196.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.4.6.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.98.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.97.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.103.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.101.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.111.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.127.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.125.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.123.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.117.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.93.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.56.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.2.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.10.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.9.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.18.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.31.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.24.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.27.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.165.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.166.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.162.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.170.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.191.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.179.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.130.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.137.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.153.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.253.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.193.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.197.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.200.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.219.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.214.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.0.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.3.147.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.146.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.140.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.208.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.239.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.106.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.2.22.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.12.216.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.12.209.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.12.254.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.145.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.140.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.131.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.132.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.175.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.166.0/21 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.187.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.185.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.190.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.179.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.14.182.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.10.226.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.8.46.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.9.219.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.89.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.89.176.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.88.138.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.88.145.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.88.155.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.88.152.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.88.212.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.93.83.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.94.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.94.198.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.94.211.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.94.107.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.83.75.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.80.127.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.86.113.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.86.159.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.85.236.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.74.8.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.72.210.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.73.164.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.78.26.0/17 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.78.206.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.79.210.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.67.108.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.67.30.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.66.47.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.65.235.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.65.3.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.65.38.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.65.50.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.111.75.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.111.189.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.22.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.58.0/19 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.71.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.164.0/20 ge 21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.188.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.182.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.202.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.207.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.223.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.110.220.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.108.59.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.108.162.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.106.72.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.105.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.105.187.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.97.42.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.97.124.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.100.8.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.102.44.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.102.113.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.103.160.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.117.146.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.65.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.123.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.19.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.26.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.2.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.221.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.119.204.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.118.67.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.126.8.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.120.215.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.122.181.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.122.244.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.135.211.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.159.153.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.158.177.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.158.180.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.158.185.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.158.190.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.175.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.230.35.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.199.21.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.199.106.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.2.249.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.51.118.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.91.93.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.91.158.0/20 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 214.95.70.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.98.204.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.110.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.77.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.89.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.93.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.81.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.103.55.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.121.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.122.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.119.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.114.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.112.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.216.104.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 213.237.19.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.65.48.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.78.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.95.102.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.81.108.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.83.120.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 212.135.0.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.100.230.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.221.108.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.111.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.78.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.83.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.90.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.95.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.220.92.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.216.243.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.216.179.0/18 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 209.216.64.0/17 ge 19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.75.111.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.62.172.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.63.88.0/19 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.63.246.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.59.144.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.160.100.0/21 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.160.104.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.160.110.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.160.109.0/23 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.160.88.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.161.203.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.161.198.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.161.194.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.161.192.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.172.229.0/15 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.170.36.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.191.201.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 208.189.188.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 211.3.214.0/20 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 211.2.58.0/16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 211.227.150.0/13 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 211.248.211.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.41.125.0/14 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.35.170.0/18 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.35.62.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.35.60.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.35.56.0/22 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.33.175.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.33.2.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.246.80.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.218.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.218.129.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.218.135.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.218.140.0/23 ge 24 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.134.196.0/19 ge 22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.130.20.0/14 ge 16 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.158.8.0/21 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.185.188.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 210.185.178.0/22 le 24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 232.218.22.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 232.16.191.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 232.102.105.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 232.102.162.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:48e:542e:d7a7:1152:ccfa:ecad:6300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:393:7d9c:ec6d:72d7:4b25:ac9:a000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3bf:6395:d887:7375:dfa8:3b61:6900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3bf:60b1:8b16:decc:724e:98b6:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3bf:64fc:674:12b0:f0fd:e165:8300/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3bf:68f6:bd0d:462b:530b:972b:2300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3bf:6de6:3373:984e:e6ae:987b:fa00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3ad:8678:5260:8913:2d4f:8e58:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:3a5:18b5:c721:6b57:b6a8:2170:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2852:378b:2ea:7583:3d9e:b300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2854:2691:1ab6:99da:1dfa:1f00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:285b:b18a:ca53:4b17:1f50:500/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2841:1f5b:78c6:4cc:83f7:9d00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2843:7944:9e02:5fb8:8cff:7400/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:284e:d82b:46fb:3ba9:3dfc:400/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:286e:1535:f32f:6835:b262:ab00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2866:2a28:947c:cbca:7648:d600/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2860:df:182c:78bb:f463:9200/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:280d:7532:efde:2806:a261:2600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:281f:9286:4e10:57c1:a4a4:b100/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2818:32b5:8c70:8a7d:a74:aa00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:281b:c11b:b259:c4eb:c11:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:282a:8d37:af74:756a:5790:6e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:282d:ad60:8322:91f6:ff91:2100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28c6:bd26:8ccb:ffc2:b372:a000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28c2:973a:7cba:3b9:a51d:d200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28ca:1a13:de0a:6f26:81e9:ea00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28c9:b595:e724:7fb5:f039:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28d4:a907:54a2:2037:6005:b500/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28dc:313:41fa:c8d3:ad8c:d000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28db:cdbe:d837:a78a:f001:1d00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28d9:97b5:32e4:e6ec:53f1:5700/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28f6:ea59:1965:2797:977f:5500/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28f1:1587:6edd:c692:4d00:7d00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28f3:283e:ba3:2837:420c:a000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28fa:96f3:ef1a:aab2:f0a4:8000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:28b6:9a1b:ce9d:27d1:32e4:8800/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:288c:9364:8b23:bfa8:f8c9:7700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2891:9738:7d29:6f2a:677d:e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:29c8:3f00:4931:1295:2212:4c00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:29c1:1eb3:5975:4570:6849:4800/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2bd0:4a1a:b77b:7813:86a8:b400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2bd4:38f6:5266:8457:636f:500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:23a:2bda:95de:d81a:1536:6590:0/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:239:25b6:e80f:3c59:300c:9fa9:3500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:239:c5a8:5a91:8f08:5a51:8f1:2f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:239:fff6:ef30:9dbe:6d7e:2be8:3800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:239:89f8:d30f:d6e7:ca50:d752:b100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:20e:4cef:fc1d:a176:5668:5c6f:f800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:215:4da7:5bf2:28b9:7fc:ec12:b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:25a:e6eb:c662:65f0:133f:c6e6:a800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:263:bf8f:f5ac:c76b:fc64:986e:5700/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:295:c26a:488d:2b3d:1f37:62c4:ab00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:f1:b937:ea2:53e4:483b:4760:7c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4509:53d5:fd5c:5c72:696a:2600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:450b:30c7:e26:8eb9:eb:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4513:a7b0:3c7a:493e:d78f:6800/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:451c:2c5c:a49c:f907:ff8:6b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4521:22b7:2f6:a5b4:ba6b:6500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4526:3ca8:36a5:1535:a8b9:4c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:452d:a54c:51a9:b13f:46b1:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4547:83e9:d16f:28d:c181:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4571:4b56:5b5d:ba36:c23f:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:456a:da76:a054:4f0b:93d7:5600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:45de:5e47:e306:580e:f503:1000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:44de:d2a2:2ae8:f169:10da:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:461e:6292:76e3:8635:90a8:5900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:41c4:9da6:b9b4:9eb1:3da8:9f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4077:ee9c:a50:c175:866e:bb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:421f:f7df:8028:66a5:acba:5500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4291:1c00:62bd:3e51:7832:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:42ee:6863:e9b4:7a50:2453:6f00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4356:9561:aa3b:7e64:3826:c000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4bb8:9605:52a1:4c14:f2d3:2f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4b82:d5cd:44d4:aa8b:4d3a:d600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4b90:93e7:867b:abe9:ae07:700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4b9e:5df2:c4e4:85a6:828e:8300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4b7c:935e:8f28:ac76:9314:ac00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4b02:c01c:63eb:4ecb:20b7:5c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:49c6:2dd1:3675:d617:4947:3500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:49cc:2e29:7cab:95a7:4087:4c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:49d2:4e3c:1f13:cb20:bf28:6b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4919:93a6:561c:5084:66a1:500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4917:900:c4f6:260c:a9c6:7d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:494d:7737:742b:69a9:4a49:cf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:481e:2490:eaeb:f844:23c4:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4868:30b2:cd35:5d4e:c8e0:b600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:48c7:d834:cd58:a7a0:2d02:a000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:48c1:b645:af5a:5afc:49c6:2c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:48dd:8d74:2c3c:439a:c7b4:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:48a4:ee8f:2e32:e90e:2fce:a800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4cbf:5363:982f:8f8d:429c:1400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4cb1:749e:6e09:c413:2d29:8c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c93:2f3b:4128:ced4:5b4:8200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c9b:9216:53e9:7757:5f68:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c8d:f8e6:bbed:4e5f:64c8:ae00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4ce8:aa66:fcdd:bbd5:eab6:2700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4ce1:f799:fc85:b3a0:468a:8e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4cc8:ec5c:2a8f:59db:669c:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4cc6:ce5:2e9a:d4cf:9c01:1d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c06:cb51:1221:7571:b42c:d500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c2e:a540:19d2:749:ffe7:e900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c40:c3b4:9ff6:d2bb:30bd:f100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c65:e0ca:4ee2:1a1f:d716:c900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c61:6353:bc49:b37:df08:e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c6d:636c:b478:cf13:ad22:9800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c68:1e7e:3758:c696:cfa0:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4c76:5be:1191:a44a:b461:2d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d04:baff:e7a8:85de:ed4:8100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d0d:d4b0:b921:292e:f480:7900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d1c:16ff:315e:2787:794b:e900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d33:81ac:9cfd:97de:a6c8:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d37:c827:eff5:44e4:58de:9a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d3d:d9c2:f645:506:4b38:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d4c:f990:6102:6af2:8b1b:8f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d6b:2fc4:4256:f68:cfc2:3100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4d96:2198:4a3:c4a0:44ac:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4deb:17bc:7238:ac01:514a:f000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4dfe:3c58:ea22:bb01:8503:bd00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4df7:98c2:f249:2ce2:59d0:1d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4dcb:423b:5bb:16f3:3f89:7800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4dc0:7635:f73d:12ea:af01:9600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4fab:8186:1706:aff:d44:e400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4ff7:43f7:12f2:973b:b89c:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4fcc:5e14:fffd:aa88:6c19:c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b5:4f14:c40b:6424:32c4:6ee3:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:97de:14c3:5b5d:76f5:c7ea:b800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:948e:3f17:c0ff:8748:503:200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:944d:2a31:596b:e4f7:d107:8500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:9431:9498:56a4:4138:4932:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:95f5:1392:bed1:c5b1:b896:3900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:95e9:8f3:ae61:9e9d:938a:3b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:9508:6d79:f5c1:b5d:5961:5500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:91d7:931b:8a27:eafd:1bc3:2500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:9072:9b08:162e:d74f:701a:fb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:907f:4089:ef40:35de:bfe5:e100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:9078:5863:197b:224:64ca:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8179:e677:ae7:6b3c:806f:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:810b:f70b:b6b9:943e:5737:8400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:80bb:6be3:caef:242f:15fe:bd00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:808a:d13:6c5c:f055:9b48:f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:80e8:41d4:5830:bbc8:695e:c900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:80d7:1c54:7c00:9440:56a6:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8327:5732:71d2:1a3a:5240:c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:83b5:d93c:3fc7:a915:f8c5:1300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:839d:498f:3268:24f4:58ca:6f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8396:80ce:d9c3:2b23:a72d:6600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8216:3a6c:a978:8468:658f:3f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:82fe:cc45:4b92:bdd8:5f77:f100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8781:acef:e16c:d885:488f:2a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:84e3:bb43:a054:31dd:d07f:3e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:851b:4dcb:2545:d942:52e6:d900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:886d:688d:cfed:9a09:c06f:9d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:8b72:672b:dd8f:6b5f:4b53:b200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:b082:96c1:c095:45c5:78d:f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:b705:2d6:3b1b:fb84:4318:a700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:b665:23c4:6277:7b83:61d7:6000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:b599:2988:5d23:9e8:201e:6a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:ba0a:f700:864c:5800:d105:9700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:b8df:1dbf:8dad:5669:3632:3900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:bc6e:8746:7b05:d115:206a:e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:bc79:35e1:f9b6:f04d:d0d8:9d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:b1:bd4f:baef:419b:8ca1:c360:4100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cf:a492:c98c:e0f9:c450:cdef:e600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cf:a4ec:9f9a:5e3:e298:462b:3a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cf:a5c8:b134:b148:7a5b:4bc4:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:e00:5110:65a4:18dd:6f36:b400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:e06:1382:29e9:447a:d12:d200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:cf3:f722:9c46:db4d:286c:3f00/45 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:cf9:a812:5d53:6263:b20e:eb00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:cfe:b0ab:596d:2ec5:b284:c700/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:ce7:106c:4f04:6c1e:22d1:ab00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:ce5:6203:7d89:cdc6:a1d6:1100/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:ce3:37d2:b11d:2d6a:d726:2800/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d8e:9296:74c7:1d8:2caa:ab00/45 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d81:5990:f08f:f61a:f338:a500/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d87:39e7:13dc:aa57:6dc8:e300/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d9b:edcb:5a95:b3e0:96de:5800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d99:1ce9:33eb:3d31:bde3:4300/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cc:d9f:66d1:2a92:6a2a:5c39:d000/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:dba:8072:de00:772b:a0e1:f27f:8c00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:ab9:d59a:4cbe:7b43:8560:a518:bf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:ab9:d5ac:f3ee:b501:22fd:3602:7000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:aba0:7dae:b452:519b:f04e:aa00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:ab34:95bd:8d4a:b35f:d22e:2600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:ab08:feb7:4af8:9f2a:539d:6100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:aeae:4e19:4911:3dd:3bbb:ac00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:f46f:7f01:e0f3:8450:f26a:f500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:ca7a:1faa:f993:b400:bcb3:c000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:5c38:6e7e:71a1:cc24:1bd6:9300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:58c7:aa51:f04:7485:14e7:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8e:66f7:f013:5b7a:daf5:8d2a:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8f:6d45:5b60:14b:2260:2e94:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8f:9b57:4bf3:cae8:3820:2c4:6100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8f:d713:9f5e:3a8a:6d7a:9077:1800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8f:f8f7:e46a:1c91:5672:bdd9:8e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8c:d81:1855:e1bf:e6dd:3502:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8c:da2f:ce5a:b8fa:401c:bcac:9500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8c:ebee:5d5e:2a3a:6553:7fa4:500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8d:beb4:c1e0:4fd9:de3b:6765:6200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8d:6f80:50f1:b4bd:1c7f:eb42:c000/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8d:6abf:426d:d778:34c1:ad54:5c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a89:fb14:7e57:9ece:3b90:920f:2c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8a:798a:5c95:337d:5f21:3f82:2600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:a8a:2f45:ca96:7b96:9195:3f85:d400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:96a:e6c6:2ad4:3ffc:899d:4ede:8e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:8e8:619c:add8:4517:a937:1133:c800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:8c1:1511:3081:c84a:6d6b:120b:bd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:128c:b865:71d7:d20a:ba5:6fdf:be00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1281:4110:ed58:3484:e153:dcc6:c600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:12b2:72e2:3a3c:890:3198:2d0f:2900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:13f1:1e4d:1c08:2a25:4a04:f731:5400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:13a4:2892:ada0:b89a:693f:a92a:e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:134f:42fe:66:691c:a024:74d8:5000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1374:ffc9:1290:4e60:f144:da00:bf00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:131a:68cb:43b8:1504:2f1a:89fd:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1563:83c7:240e:db4c:25fd:5418:3200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6dc1:1757:11eb:40d1:f86c:6c1b:31b1:a300/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6dc1:1757:11e8:289f:dc3a:373e:ea10:6200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1c19:aaa5:7f16:224e:d1f2:c6a6:9f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1c2b:de60:4a6d:8844:8a64:dbbd:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1c2b:de62:7e51:bcf8:f1c9:165f:3900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1c80:8ebc:2342:d673:7d5b:ce29:8e00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cb0:6ad2:4aeb:e217:1e80:5c2:d000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1cfd:e4ba:80d2:bf10:5cab:9f17:c600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1ce0:3a6e:d401:cde:2950:3ced:7200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1d89:4121:bcc4:d31c:a0f9:3a28:2d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1d89:4127:b702:522c:5842:f10d:6900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1d89:416a:6560:aef0:6712:72cb:b600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1dad:d78d:44f0:78a0:c956:d17d:f100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1df6:41f1:df84:555f:6fc8:49a7:1200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1dfd:4e2e:1e35:4704:bd20:cc4:4e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1d29:8cdf:23a1:291b:8ec2:da90:e500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:1d6a:8d89:f768:e931:a3f1:b576:5200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:469d:89e9:6378:9eaa:5eb:6a8f:b400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:4402:c0b2:1ccf:aae8:b3a2:c78f:2700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:6515:854e:ddef:92ae:e25b:8b00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:6586:d4b7:fc04:4e72:6dd0:fa00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:6328:fefa:bbb9:17d1:26b2:d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:634c:9fed:37dc:cd29:59f3:3600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:6376:764b:f755:57ae:2c13:4b00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:45b2:6bed:fcca:f69e:dd91:8ff:4700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:49f3:2de9:46bd:8a6a:3252:7a7:e800/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:48e5:3cac:899:9aa:a151:1557:500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:489c:ba20:84dd:76a6:2f38:2b56:8200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:48b7:af42:516f:3931:7dfd:aaae:3600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc1:4839:f082:f30c:bc11:d3e3:8b62:e100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc2:885f:d0e7:bb52:5d74:5942:a47b:ab00/16 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dc5:2f0e:d1a3:9498:4e09:58bb:eeca:1400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6dbb:766f:abf9:2022:becc:d807:5326:4a00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:6498:b664:fd04:e99c:99eb:768:6f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:72f6:2334:91f6:317e:1667:a016:200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:51f1:eb63:e714:582f:1cef:5da3:4200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:3473:4f58:d225:eac7:92bf:bae0:f700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:19da:620f:bf82:dec9:ab3e:2279:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:1724:7c1:f70e:c898:4169:ba79:7300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:1178:d031:4c84:b292:d871:7b88:8600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:bda2:715b:c02b:f289:315:7e12:3d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:97af:c73e:f182:d60f:71ba:b306:a000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:89b8:dce9:e860:39ef:e9c5:9e:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:89b8:df42:4009:b4fe:aa21:715f:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:89b8:dede:2182:9738:250e:d62b:8b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:89b8:d586:25c0:b3ab:1194:a1f4:8700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:89b8:c2a0:d8f1:2599:a8a3:1096:b100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:8558:d3a3:2dbe:5483:9d1d:5e3:800/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:ed4d:438f:1f9a:677e:eb69:e91c:5c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:e70b:8b08:8943:a0fe:1b20:b435:db00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6874:c3c4:2c9e:7abc:126d:2a5c:878:9800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9541:e1c9:6521:4bb2:66cc:de55:8700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9541:e1ca:8dc7:16ab:631e:bbab:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9540:1b2:dd49:3763:f7af:84c9:cf00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9543:418d:675d:adf:b077:e6a1:b400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:966b:505c:8eb5:9752:d233:4b07:e500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9f23:9351:c167:8760:620:dde7:8100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:9e8e:7d17:ddc5:9117:da6c:66e4:9b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:8509:d73f:2b2d:ab72:2b29:d416:b700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:8542:151a:9168:d601:cfdb:fca9:9700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:8409:6b82:c338:c8c2:1089:b489:7100/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:bb0b:5826:9700:8e1f:2d6:a353:6700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:676a:774e:6437:3e85:21dd:67c9:9f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:676a:7714:d64b:617a:e729:1a84:f700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:676a:7734:50d:ab5:2773:dc84:6a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:676a:7730:c869:70a7:e6ce:589d:7b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:676a:7733:494a:bf65:751f:e257:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6875:676a:92e1:bd98:d955:d417:272b:5c00/40 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6875:498f:e3a4:9580:bda9:21bc:970b:f100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:488f:948d:a147:cd93:9f13:2cec:b200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:29db:46db:124d:444e:eec8:e834:7e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:29db:46ec:454c:d573:d9b8:2f43:9400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:29db:46b1:b5ce:cb75:aa76:cf98:9b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:29db:4675:c7a5:60eb:f23f:156c:1400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6875:29db:d92f:6ded:7dea:ae40:a07a:9400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6875:2a7d:e155:dde0:676b:67c9:3c7a:cc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:3c56:4dbf:f8c2:80b2:26f5:592b:b900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:3b73:5ab6:402e:8cff:cd45:4f85:8400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:444:65a0:5c3a:ea17:15a:bf5c:6300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:3aa:19a2:b4bb:235a:432a:4a95:5700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6875:3aa:1f8e:7624:9db6:be1:2218:bc00/45 ge 46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:20bc:e9f6:8300:53fa:f13e:859a:f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:1bf9:695:74b:d766:9224:5569:f100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:1bf9:6e7:ebd0:8905:22b0:da96:b000/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:1bf9:6e3:6c32:9410:25c:5dd:e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:1bf9:6e0:6b4b:284e:1c67:f51c:6b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:fef:6bca:9f09:6981:44c4:beeb:f300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:83b:df92:848:5dfd:aa89:9323:8500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:83b:df91:7e23:6c99:6f11:359f:7500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:83b:c931:cfbd:b1bd:5fae:ce9:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:593:f835:bca0:e78f:6d8:670c:cd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:531c:5ff9:403:bcb2:5e49:1b11:bd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:53bc:2428:e855:4cde:4e:7386:8f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:6d9d:968a:ef9d:7ec9:4943:779d:a400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:7910:7a91:9106:c206:c209:9f47:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:7994:642f:c1d0:c042:3aa8:8fc:a200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:f581:da80:3a8a:4849:9024:ed95:7a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:f581:dafc:249c:2094:27f7:751f:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:dcce:5f89:644d:5c26:d9a:30f:8600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:9d77:e4:ef77:8898:4954:d643:c500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:90fa:bd0d:f5a9:621e:f639:be70:6b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:94c7:eb5b:a621:abad:664:16bf:8600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:8124:4222:1ccc:dd99:e615:b67f:b600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:8017:689b:8c6e:1ae2:7887:dc77:bf00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:85e2:e121:896:e7d3:4620:94f2:3300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:a8e2:b1e4:8fad:eabb:b12b:10d3:1100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:af40:210c:b294:1c1a:18ca:3371:2e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:b871:5ff7:e9a4:49fb:452e:2fab:cd00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6877:b871:6b84:8268:fbc0:6666:1580:d900/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:3ccb:2ecf:7e0b:b5e2:94b5:5615:dc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:6ce:3470:2c83:a673:56d8:96f6:8d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:c8e:acf9:9cf6:7cff:995:2ac5:4a00/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:dc7:6da5:609b:d580:2877:fdfa:1600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:1948:b57a:82aa:bbdb:9ffd:84e1:de00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:1e50:e511:1b07:157c:52ef:6478:4000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:50be:c87c:1d0c:c4a5:614e:a00:9d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:4a75:9cf3:f206:707:e459:159a:a200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:4b31:3e65:c95b:aa0a:3ca6:8a0:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:4b31:3e4b:11f0:2868:103b:c3e1:bc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:4b31:8e3a:4b07:b233:ac77:c1a8:7a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:7044:a058:f823:c7e1:b8e7:77fc:e200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:e1aa:3fcf:4d78:4b1c:81b8:306d:c000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:d881:c8b2:a46d:6524:d526:ce2e:f800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:d8d6:253:23e5:eb60:491c:61a:c600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:da96:66eb:5085:5d79:5d8c:764c:d600/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:c992:1ef8:64aa:5fa1:b3c4:37a5:5e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a8e5:1b27:722a:9234:c50a:a713:8300/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a8e5:5b9a:39b3:5211:e348:f0ef:bd00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a8e5:a680:435a:671b:866:1b51:9c00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a8e5:8255:a969:d2f6:7b13:a84f:5e00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a8e5:c931:973b:bcc1:16b7:f573:d300/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:a9dd:7f67:2946:4e3d:55ae:e522:cc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:aaf9:d79b:6d4b:be02:21b2:1a2a:ef00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:aaf9:d78c:5101:ad4a:f7a:2ea7:2500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6876:83a8:e59e:9aee:e155:6d18:ee5f:8b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:fc9e:21cb:8b88:1c77:fd5c:6d37:1a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:f7a4:60c:eaeb:d83c:f00e:4685:c300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:db3d:9f3a:796:af3:86b9:ba86:6500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:dd07:c0c9:c063:ca96:7232:a708:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:d109:6fd6:a62c:3265:d613:2c34:2200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:d35a:2c5d:69c5:4bf1:21a:8bf4:ac00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:c6b3:2e6:5f4f:3f58:cfd5:94df:1900/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6873:c6b3:38e9:3380:da9b:62b9:a010:4200/35 ge 36 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6873:c6b3:56f6:fbc:251:33cc:7bfc:900/34 ge 36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6873:c6b3:8730:6af9:b835:16da:a684:1300/34 ge 36 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6873:c6b3:c01f:3f64:326d:9f16:2fbd:1c00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:c799:4124:dad8:52ec:a883:4f65:6f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:9c37:cd81:7b23:c038:28f1:3bc7:d400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:a7c2:a820:fe7a:2917:6586:fd3d:e500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:a347:12d:321e:faa7:d1c3:b505:ba00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:a091:9c46:59a8:2251:d80e:113d:bc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:ae00:81dc:9b07:960f:2476:c2d:2c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:43a9:64b8:8d83:cb9d:a9e0:5578:5c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:48fe:759f:de68:c1e9:1cc:25c1:6200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:503f:649a:4234:47bd:4a50:d1de:a500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:71de:b17c:bd4a:289:48d:bf1d:e400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:6d49:4b79:5c43:4190:5b02:cdb9:9700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:7f5:8f38:d6da:3ab0:bcbb:3b7b:5f00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:3db4:472e:dc5a:a368:5fb4:c926:b500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:15a7:3c25:e259:d0c:31a9:c200/35 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6873:2525:a6c6:4b36:43d2:4bd3:f320:3000/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6873:2525:ae7a:ff3c:b325:c8cc:d14d:8800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:af6e:191b:8353:c5d8:7f18:7a00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b450:d083:542:8146:1aef:a100/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b72c:1c36:de33:d701:90e7:f800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b6d7:8a50:3540:5ef:4b4d:400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b2f7:5f4d:9d0a:8042:1ab5:5900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b3f4:e1a8:6108:f028:49a2:bb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b042:bbf:2275:9f3f:c81:1700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b147:7206:5431:e4a:f664:f300/46 ge 47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b143:ed34:2177:3cd1:5108:d100/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b14b:5030:1f45:8507:45a8:200/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b15c:8c5d:944f:bc01:975b:d500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b176:48ec:de82:4644:cfba:f000/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b112:cf25:9228:9bdc:4392:1e00/42 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b193:2e48:973b:cd8a:5f21:e900/41 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:bd3d:306f:28e:e4e2:f038:f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:bb30:e0e6:ed72:ecda:b6f7:4f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:bb28:ae63:7902:5f8d:467f:1500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6873:2525:b89e:7a1b:7370:bc80:a3cf:1600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:26cc:d2e1:5567:606a:33a7:4c61:9100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:6cb6:8582:a49a:ad9d:f32e:4e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:1d9e:6c0b:796a:af2e:3fdf:fb00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:2b28:a000:6ce5:2aeb:ff58:4000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:2a10:245:34bf:24a:b96f:3b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:2ae2:3cb1:61ec:6d44:2416:dd00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:2aad:9028:1af0:3cf:bed:d500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:2a80:2dbe:9d42:32e7:e7da:4f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:27f9:b458:2afb:8400:d9eb:c49c:8300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:130b:8d76:73c6:d689:d191:656d:a300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:1643:1265:7fcc:80dd:bb1e:cb94:d600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:18e8:7d03:e854:eaad:4451:6d1:8b00/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:77bd:4c75:fbb3:6d80:4b22:1633:8c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:8a60:490b:1082:5f5:32b9:1730:9400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:8eb4:618:5d1d:517f:49f5:af77:3d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:8d3c:6dd9:10f7:bb08:5feb:1b8a:8e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:84e8:f90a:10e:9c9f:f774:6899:2800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:a828:cc73:893:363:5bc5:55c7:a700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:beb4:234d:b487:3379:6ba5:94ab:1c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:29a9:959c:9e3d:24b9:157b:3b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:29ae:8df:847d:3143:bbd5:5200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:29b4:d354:17de:a07:3440:f500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:277f:dfaf:6449:9780:30cb:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2778:d81a:b22b:ac08:b143:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2770:f37:554:94c0:9498:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2774:a060:bed:877c:7527:9100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2760:5d62:6a2a:5eb6:dcd0:2c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2728:6e58:6691:7e03:f58f:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:b31d:2356:52c3:4839:e6ef:4868:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:e8c9:dbf0:947a:1d2d:930e:2503:8800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:f42c:809c:d289:5465:8079:2432:f600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6872:c43c:7041:7590:e6a9:1d7b:c62a:ef00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:363a:6105:8248:ac9b:8e12:9a96:6400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:4e7e:641b:3956:30f6:1f47:c2b6:6e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:408e:c6ee:80e3:c96:5a53:9940:7100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:94bc:96db:ff07:d5dd:760b:a004:ad00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:83b2:9ead:3246:4dd2:469:e94d:8c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:893e:b7f9:8ca1:bc3b:5c39:85e6:6e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6870:893e:b7c8:8ee8:622a:ca7c:12db:c000/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6870:893e:b78c:d23c:183:bab7:ffe9:1400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:893e:ce47:74f8:2538:f2f3:76b6:f000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:f6ea:a12e:3f47:1350:dea9:ebd3:6a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6870:e3b8:c51c:13d0:6fe2:a300:d888:2900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6871:a4c4:5041:e58a:dc64:23c7:6f60:7500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6871:a1b9:fb20:3a7d:caf1:fe5b:5aa:7600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6871:e5b7:6ad:4369:5522:51cd:2540:1800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6871:c2b9:21b:fc15:531:f355:4953:ed00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6871:d71e:f62e:a063:8f85:8092:af14:a300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:5cf:b189:6de1:bff6:d1bd:bf4c:9400/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:272:54c4:d94e:5df6:51b5:45a4:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:278:5a14:82e3:5a9b:74cf:74c1:9c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:27b:9f81:4abb:81ec:ac5c:f0b6:8000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26b:741e:c486:b315:eb0b:da28:6900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:341:c005:7a62:ed23:58d2:3f8b:c600/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:194d:2995:1116:2b6f:ae33:9a87:6a00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:1e35:48b6:56b4:55ef:806:6162:fd00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:10d2:c28b:c0e2:a8c:f36f:a97d:5100/28 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:35b2:7cf5:6f35:b15a:2a0d:16c4:5700/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:3bd3:acf4:94f4:e5b0:5b0:43cf:a000/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:3bd5:70e5:ddd1:b8bf:2081:74fa:5a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b55:3bd7:9249:1ae0:349b:a28e:14cc:b000/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b55:3bdc:4649:99b5:d303:5610:e089:fe00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b55:3d27:f9b7:6530:1ce7:61a0:b9b3:b800/35 ge 36 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b55:3d27:d83c:8c7f:48c1:9b2c:54ad:3300/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26e4:7687:8105:7cac:c833:7582:5a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26e4:3958:b63f:e364:ba6a:58b0:5600/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26ef:b26:5738:91aa:f31b:4ec1:cd00/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26ef:b55:a88d:5eb7:2b59:34e5:e900/42 ge 43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26ef:ba1:cfb6:be0d:44f9:359:e200/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:26ee:55c5:af17:6cf1:7378:8faa:c500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:6926:4dcf:c63a:4a2d:6ec1:ff9b:7f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:b2f2:86e6:eb05:a6d5:c85d:73eb:dd00/24 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:881c:891:a454:7c49:8e88:2c0e:8a00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:8526:9837:1eec:b228:a3fc:113e:b400/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b55:f608:f185:bbb3:6aaa:ea74:2d69:1900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f89a:c693:51da:5222:faee:2ba8:bd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f8bc:fee6:f906:d9b1:7223:3aa1:6200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f9fd:4630:a4d8:bbf1:ace4:836:4e00/24 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6ea:f83b:db08:6511:95f1:2284:ad00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6e9:beb8:9871:6898:b944:2c5d:d700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6e9:ac32:c6a5:93b0:9904:8100:7700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6e9:49b:8733:3664:bc95:751a:5700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6ec:241b:558b:ad3:acc6:5b82:c000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6ef:590c:51ed:a1e:ca9f:73f9:fb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6ef:4e5c:8e72:c069:2294:4a2a:9100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:f6ee:b8c8:1f55:27a:a368:438d:600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:241f:11ae:797f:9335:7daa:fe3d:3b00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2416:5d9:deb4:1e63:4272:2824:b200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2511:1787:5f1b:6b4c:4476:efa3:fa00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:253a:d9cd:ba7e:6446:9d:4ce2:c200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2550:e9c6:5909:bd17:88d9:a0b1:8600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2550:e9f3:bd96:955e:d8b0:f573:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2550:e95a:b93f:f853:6ba4:712a:f200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2550:e7ff:f56:6166:54d8:ed89:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2550:e7e1:350a:d4b9:9951:c8a1:f500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:255c:d6c9:49af:c12a:9f6f:64aa:5200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2568:fbe5:8720:5761:b4a1:3b91:c100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2563:8326:454a:2dd1:5058:6b3d:9400/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:257c:829f:11d1:8c2d:36f9:724c:bb00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:25c7:f5c3:532f:4958:543c:6370:4200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:25f9:92fd:9a0e:a664:f131:f02a:eb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:25e9:1ff7:de0:670:ead9:28d4:7a00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:25a4:e810:1f39:fff5:97a8:33c3:ef00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:25ac:800:9c0:1156:ca71:4437:9600/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:26e6:efb5:f0b8:e9f0:b4d4:1eb6:6500/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:26a4:db29:d58b:bf2c:bb67:37d:c300/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:26a1:ad50:5792:69a5:88a8:9fbc:5900/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2623:ad7e:2147:1d94:7065:d67:ae00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2629:84c6:5748:d028:a370:8984:6800/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2635:2978:440d:b693:36f4:33e9:5c00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2635:23b6:2b61:4c88:50a8:a749:3900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2635:27b3:431e:b579:9122:9400:4100/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2635:261a:d3f7:e92f:c71e:75a:d600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2611:5570:5d62:466c:6405:87a8:6900/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:264f:2a20:5396:f08e:5cfe:ac8e:b500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2643:4bbb:557b:f06c:2884:c676:a500/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2676:6675:bc30:db4a:ed98:e8ea:7100/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:274b:fc9d:89af:64b2:ac52:396d:fd00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b56:2745:7c36:b6fa:f58c:c40d:1caa:2f00/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b56:2747:b042:1d53:66c0:8207:f28a:700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b56:2767:e5ee:3383:12de:ee4e:371f:8900/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6b56:2767:e6af:1675:9ce9:5684:1ce9:6300/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b56:2762:5e7e:a118:bc83:7131:987:ac00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:276c:da6d:2cf1:2c5c:20f:4ceb:f700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:271c:1d23:ac43:98ea:66fb:e4b5:5d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2705:505b:2407:9675:df18:b455:c800/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2709:9931:874a:2592:62e2:7ffc:1800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e1:682f:f387:f8d2:72a4:70e7:d100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2ee:cc32:823d:b7ad:8a13:7000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2e6:603d:94dd:7b86:a146:800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2fe:70b1:9cd4:f85f:5308:5600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2f8:bc3b:f68f:b88c:1925:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2fa:bd11:4e3f:cfcb:db2f:b900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2f1:f7b9:d1cf:74df:a8dc:7f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d2f6:bb40:90ef:865:6515:aa00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e6:d262:d294:9e58:4910:4ebc:fa00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b56:27e6:d261:c78c:be4f:e873:9c36:fa00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b56:27e6:d323:d1e:336d:c4b7:2cbf:d200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27ec:cd86:790:8f39:9689:6732:a000/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27cf:de12:65b1:2c0c:8156:ace0:db00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27cf:ddd1:83a5:eef0:42e0:b266:c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27c4:1d96:9919:d404:7178:5888:da00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27db:13ed:b71f:f5d6:46ba:9d0e:f100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27dd:23d1:a155:621c:cc93:7b24:4600/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27df:c94e:1e03:393e:b50f:3671:e100/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27d6:d418:5eb7:8741:2b64:255:3b00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:279d:555e:be41:a306:7dd8:9914:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:279d:554a:3c31:a8a5:f6a2:c464:9500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:279d:557a:fa12:3d5c:c02:b43e:5a00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b56:279d:5539:5648:5c9e:9537:7436:dd00/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b56:2791:a440:3993:2e1c:1680:f9e1:1700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2785:1630:8f6b:6357:34cb:2e91:b700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:278a:a974:f7aa:22c6:4044:8407:3e00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2789:6206:92f:df9:b18f:be0c:b600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2789:628d:8d59:51a8:5494:cead:3700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2789:6297:2944:1dad:d2db:2e1b:d600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2789:69ec:ac59:bb4b:e6c6:e830:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2789:6c75:deef:5a99:fba7:3fd1:b100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:2788:85e9:fa2a:95b0:9072:e89:1200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:278d:bba7:cf0c:c065:7407:9ff:d200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:278d:b17a:60f3:5074:76e2:b019:e600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27b0:f679:82d3:984b:300e:a25a:bb00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27b7:7358:3f18:e009:59f7:353f:b000/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27bd:e2ee:97be:9d4d:456f:2bc3:e00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27ab:9ea5:c9a:2fb7:c623:24fc:3f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b56:27a5:6b20:b75e:bae:6efd:64f:8400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b57:40f1:aeb6:f422:acee:252c:399b:3800/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b57:698b:8ae9:a573:8e8:6ca3:f9c1:3900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b57:68b5:3d25:a10f:d60e:247a:a326:1b00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b57:6057:2e4a:9da2:2d8b:da73:6f15:7500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b57:6123:7838:630b:a44e:bbd0:1d18:1800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:7f05:8831:1ae:6a6f:5f87:1e1f:fc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:741f:799b:6aa5:28b:9bbd:96c6:1600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:774b:869a:55f8:b2b8:2933:3b83:9500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:6272:6bdc:4a59:8f6:5470:3e29:9300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:64dc:2979:3be5:3104:7bba:5435:1400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:6f24:d47:94b8:b848:1b7d:45de:2d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:6bce:68:6162:c3d9:cf10:1b0:6600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:5e3c:56b9:c2b1:65c5:133e:62d8:6400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:54ed:6efc:71e7:cda:d60a:5e56:5d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:5228:777d:cbb3:869b:29ba:9abd:ff00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:2acd:30b2:dd60:a4d8:33ba:a8c:8e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:2b87:605a:1980:560:8485:1ba:2200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:2cd9:9fe9:6096:c0e5:d653:b897:2800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:3ed8:27b3:9e9:b79a:d419:b712:ac00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:35af:1576:f80c:9a54:6a3d:7344:5600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d868:6857:a0a0:285d:8c95:8600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d831:7ec6:69d8:dc03:c7b9:1500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d83e:f0ca:d0c5:68c8:1203:6100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d81a:401b:e4e4:836d:fc3c:8500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d8b2:2302:7a1e:4085:7884:1900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:d9dc:1927:12a6:3fd5:9cc9:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:daf8:150c:2e38:357a:4c69:9000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:e1cd:8661:2db8:fa7e:2166:900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:e1ce:b4b6:5a9d:20a4:8cd2:8600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:e1c8:98a5:eeb6:12df:f50c:ac00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:e499:af0a:3e7b:8ab3:5273:6d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:e602:a026:a1c:c6b6:afaa:8e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:4561:8f1a:191e:2e22:4ce8:f400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:45e0:7d2b:ce10:a45b:d7dc:d500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:4468:f40:11cb:8f5b:299c:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:4625:8965:56de:ca4b:d968:3000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:46fd:9cf2:6f07:41c8:c39a:4c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:19bb:4746:9568:c76b:33d2:bca7:3800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:1872:57ac:6bf9:52e7:b68d:34b9:5200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:14ea:eb57:4102:40db:9a67:28f4:1100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:1680:d494:b898:229a:e8d4:c764:3a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:17ea:5db:4a9:a3d8:bfb:c6e1:f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:fcf:70e6:7d65:abb3:c6d:6d26:a900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:eb5:fba1:d2fc:bc78:62a3:df11:9e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:9a89:b4f7:79e5:404f:e306:5116:da00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:9dbc:e6b6:1f27:e840:8e94:415a:e300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:9f72:73b2:8739:d4d8:294f:997a:1600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:87a1:da8:8f5c:e612:5bf6:e419:4200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:8655:56b9:a71e:28cb:7620:436c:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:89dc:e275:3ec:9810:c79f:1fce:eb00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:8bd0:1c10:9e8d:212d:3401:d84:d400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:8b96:6045:549:be06:3110:c778:de00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:af97:3f0e:e43:2f15:8c64:a7f4:b500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:a853:301:aca4:e85a:2d1a:ecbb:1200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:a965:b431:af52:ca5a:9ee3:f539:8700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:abb4:b29d:56b7:95db:89eb:d8ba:1500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b51:a2f8:da6c:b5c9:2539:9c81:7e71:4400/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b51:a17c:2764:40ce:e59a:ea03:4c1:1100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:bee0:126c:b3bf:c94b:9ed6:f4d7:2300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:bc4a:6492:b4e5:153a:2fab:e3ac:8600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:b194:128d:2bbd:8a83:ada6:4480:6100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:c5b4:3dc6:7aac:6135:337b:c4e9:8600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:df32:7e9f:8e5b:f890:d111:2ff4:da00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:dddf:8d8f:c3a1:b55c:604f:7ead:7400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:dc86:de4d:aecb:3663:cf51:3f22:3900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:d148:4992:e0e3:43e2:83b8:f1f7:9d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:d43a:1639:5eb9:5fed:e2a9:cf23:dd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:d7e7:3eba:3342:63b5:1271:d182:6400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:fd9d:1235:3aaa:f8a8:3311:71a0:9800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:f559:4f3c:e8e8:8c28:26f:d5e8:c400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:f559:4f39:4930:24fd:aec4:d678:b800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:f071:5fb1:abb5:c149:2d19:307c:c400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:e1c9:7a2:6454:40be:c6a9:bf6c:ee00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:e6c1:854:32a8:50f:db5b:a9d8:1700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:1857:ddd7:4ed9:7397:942d:2dc9:6800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:1988:f47:653:1048:9c9:a5b3:8500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:1988:2c96:840f:6518:12da:dc37:a400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:a97:abb8:e94f:b635:2512:75:bd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:253a:2dc0:7b81:ba50:8054:9561:5000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:2fa1:f3e2:e96d:4459:1916:3260:d600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:385f:cb63:7be6:f850:9a21:27f7:2f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:3be7:6d1:3ebf:eeb0:e05f:7e3e:b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:3b26:2b6d:38d0:7c1f:82:e7bb:4800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:3c7d:5492:cb8e:5521:5898:b25e:3f00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:41d5:482d:8c4b:56fb:f936:2bf3:3c00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:4955:8172:fa37:2c1f:b628:dbd7:3800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:5513:f385:88e9:81:47f4:ba0b:fe00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:5521:768c:3795:30f3:52b7:e560:5d00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:6469:a802:8177:d432:2c7:b283:4d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:6cd3:9caf:ec3b:6a69:4ef7:2465:7500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:6aaa:e046:c8fc:b336:20f7:34df:300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:6aaa:e042:f48d:52c2:37a:5f1d:df00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:6aaa:16d5:d1c4:efcb:6bad:a5d2:9c00/33 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:69a4:7477:c18e:f647:8a98:b0b7:f900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:746f:9745:6872:5db3:f387:2b4a:be00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:7f03:9f3e:f569:9a2e:acb5:1807:3700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:c7d8:90e4:650e:a14f:6772:62b4:a800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:c103:b586:2d2e:42eb:2c0:453f:1d00/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:c071:95bf:974e:90ad:5931:bb9:9700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:d008:9f8e:7929:aca6:ae24:3c50:dc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:db86:938d:4f72:443b:9b12:fa43:4600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:dd6e:5887:8656:7a81:5f44:725f:4600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:dfeb:d775:e35f:f6c7:f4b4:c815:7900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:ff43:8b72:ac2a:4c27:d276:cc1c:8d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:e5dd:5b00:920e:9eaf:8eb1:fa0a:1000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:e1bf:6468:d033:ced2:3672:65b7:d900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:eb41:6707:f2f6:a3d8:41e3:eba2:be00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:81b0:9eaa:9068:9068:c938:3753:4e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:9e00:9be:4c6:6d90:d741:d7bf:2500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:a4e8:c25:2a3e:8fde:4f84:93f9:100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:a88e:1525:381:7a46:63ed:c238:ff00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:bd34:b488:d65a:42fa:b050:b783:0/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:bc15:77d4:64cc:1ca2:a3d:a99b:7400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:b424:85e9:a5f:24f8:33ec:e060:8000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b50:b138:550:6ec:6813:391:8e95:6900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:1090:230b:287b:4088:8c4c:bbb8:9100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:a9b:ab56:2940:f424:12bc:fd0b:5700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:daa:7141:919b:13b8:b64f:6c98:5600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:fa7:7282:aeea:73ae:7db:2c5f:6000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:f7d:ba34:1195:6263:e690:a53:dc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:113:54cb:4c1b:2598:6e57:a769:4800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:2be:b40d:bc66:662f:35ff:576c:2000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:623:fe16:eee6:44a3:120c:dd8b:d300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:3fcb:549c:10c5:adba:5c54:ee5d:f300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:35b6:3a1:c228:238c:2dcf:46a4:b400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:37e8:23a2:3f60:359d:e825:bcfb:c700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:3701:5219:3e3c:5bd0:bba:50c:2a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:339a:9b9:d767:10ca:2e95:3368:900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:2263:f0db:be7f:49b4:cccb:7bf7:4b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:20e0:eaa1:cf1d:894b:86ae:3645:1000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:247b:24c:72e3:f0e5:53aa:f3d7:5700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:6ad2:3471:17b7:185e:ccad:f162:4400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:6104:9c72:49e5:4d99:4ede:2c11:bc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:7821:2409:403c:8a5b:5b34:538f:3a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:7e2d:f3c3:6315:162b:52a5:a33b:9d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:43ec:3b93:a47a:bf8a:aa06:54c2:8b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3635:1b3:7f0e:7853:4442:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3632:4e21:bd52:54a9:62e4:e900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3631:6fdb:2473:ed79:e284:6900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3627:57a2:5879:f726:d20:ff00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3624:2d8b:341b:9022:5b5e:4200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3621:c103:4a48:ac95:14d5:6b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3622:285f:1d39:c0fe:c5c4:8000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:3606:4875:6903:cd6a:62d8:dd00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b52:46bd:3604:b98b:eda0:4e8f:75f9:f100/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b52:46bd:3600:381:fce4:6a56:c9a6:9e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:46bd:2a3d:5725:93d9:1b14:9958:2a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:49b4:c:1c3a:dc3d:f46a:6633:3b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:5f35:afef:16ac:54e4:30f7:340f:6200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:b543:5b47:f10c:c024:ac2a:8a69:4800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:8f68:b334:796:b305:3f2c:fb66:c700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:9f1f:84f0:fdd8:1785:f26a:4505:cb00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:915c:d415:4fb6:f01a:9b12:c2d8:1800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:da1f:478b:1ac3:5c84:263d:5fb3:b100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:c331:e73b:701b:86ab:6d19:f277:d300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:febd:b0eb:3ad7:3791:2c6b:3974:6500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:f655:a067:b343:a880:db17:ea37:1f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:f370:8b9f:bec:af7e:28a4:6d07:200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:e7e5:fd5a:a2d8:e367:dc92:25b6:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b52:e7e5:fd59:28cf:1c63:9b95:c52a:2a00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b52:e7e5:fd5c:568e:a4ec:f0b:bc18:c700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b52:e42d:2548:5627:6bce:1d3b:c721:a800/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b52:e42d:27f6:a206:e2d8:7414:8f43:3900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b52:ed0d:6766:7f7b:2139:957:fa5f:e200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:cc1d:71bd:575:1ef2:7691:6cd:c400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:dce1:f821:c124:de25:a815:27a:fb00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:f559:8e5d:4b1f:4619:6c62:4697:6900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:f830:83c2:dee0:6151:155b:3529:2400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:e82e:59fb:66e7:46a3:cb4a:6a06:7b00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:9194:345d:8c98:e9e2:6d2a:39f8:3800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:9c1c:7413:c402:fe33:665f:f7f4:e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:8652:b9f:f193:62fc:2776:aa59:a600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:b096:1643:605b:9c62:cd03:c12d:9100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:5cb5:8cd6:cd53:f195:c5f:4de:e200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:5fb5:604d:c0cb:ff4c:f16a:e400:3300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:56c9:ccc:5cf5:d9fd:841f:9fef:9a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:4327:c5ce:d30:764e:4d65:3ed8:5400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:48f2:4dde:ce3f:892b:b27e:57b4:f500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:703b:db4c:5850:c5b4:78ca:dd93:6e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:7846:1533:ae8d:2152:8151:6a34:ca00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6cf1:c558:23a4:9cdc:13fa:c336:8700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6ef:fab7:973f:acdb:4f5f:3800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6d2:a1d9:d358:c820:28cd:7800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6d5:a1e7:127b:2a16:205:af00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6d8:664d:9813:e1b0:6c96:4300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6c4:ad:1652:2f05:e8a9:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6c2:abdc:b38a:767:7573:9300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d6a5:984:9082:6555:fd39:df00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6f15:d661:daba:cce3:3c01:7ce2:c000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6a05:69cc:22cb:761f:ef83:21d9:a300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6a05:63e9:c68a:aedc:75fe:4b06:6b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:6a05:63ea:f777:6da2:b71f:cb2d:e500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:68bc:2b20:87e5:8484:a8b7:c992:ac00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:63fb:3f50:13d0:1a7c:1c68:2bc2:a900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:23ad:1720:4f62:e419:755f:cdb4:1f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:3505:5492:61c8:dbd0:4fd8:e4dc:3a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:3b4c:d066:580a:e772:524e:9ac7:2700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:30d:daa4:dd58:25c2:a498:e37e:1500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1ba1:34d0:993c:a968:415f:1de8:c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1b2f:e315:7e81:4d6f:676e:2d42:a000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1b1d:c57d:d11e:bb8a:7e8f:3cb2:400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1a42:3671:5c36:c864:3f2f:2375:4100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1a5a:a524:8771:4374:eb55:145c:6800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1a76:3c55:9599:53f1:2abd:8a00:b300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1a7d:a6ee:8c38:9dff:bf88:5a4e:7a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1a0e:5f7:a713:4524:5060:a4c9:a800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1aca:ad19:4b5b:5b02:e833:a0cb:3e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:18f7:c831:c8b6:579f:ad6e:8410:a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1828:66e2:179a:a172:e199:e2f1:a500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1823:cf3b:bd50:b52b:466a:2081:ac00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:181c:6f15:70dc:912d:6d06:a871:f600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:19d6:17b7:f5d5:297a:42c1:7827:f900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:19ad:a2a8:761f:15ea:1afc:32ca:8a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1f20:da02:8ef1:420f:3e6:57af:f000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1f53:a1b5:5b72:7636:4cd:abd8:2700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1f5a:dca:5a7f:862a:75d5:4381:9a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1ee2:1f4:7e68:f892:7b75:6980:6300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1e39:3c4c:a361:9f65:eae5:f8e5:6e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1e2b:1459:839b:6a0d:1599:351d:a600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1e15:2e22:9f9:298b:2dad:f25:4f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1e78:aac7:c3c7:c02e:b505:7a62:d400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1ce6:8786:ab29:2680:7f07:d3a6:7700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1d8c:85e6:ca1c:1dec:2ae1:dbf1:6800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1d03:d79c:1763:beb2:27dc:8632:ce00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1d41:509:5efa:2ee8:f113:5e02:2900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:169e:17ef:e48b:33cc:b57a:1149:1100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:163f:23e2:773c:fa97:ad12:f46f:e300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:14b0:ea3e:d7bb:d492:446a:bdf6:a600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1304:27bd:c7ce:91c3:95e6:b8dc:4700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:13f7:c13a:b59b:b46f:5bc4:6503:2700/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:13d3:c72f:87db:b821:ca07:7404:9300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:120d:a949:dbfb:8286:e847:12af:f900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:121b:f0cf:9473:2315:22a2:ffc9:a300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1236:4203:3e9e:3d92:3685:d0ad:9800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:12e9:2abf:c6cd:b69:3572:4568:600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:11ae:b189:b6bf:6870:a7c2:77a6:f200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:11f5:eae3:b14a:2d2d:ca71:2066:7b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b53:1074:6153:4ba0:f58f:ea9a:4f3:3700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3da:fb08:7c64:bf9d:29b8:7969:2d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3e0:55be:4911:8f16:7922:7b5b:7700/37 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3e0:aefc:3015:b785:2d23:84eb:4000/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3e0:aab4:752f:3d07:e569:f898:7500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3e0:aa85:10c7:fcd1:b663:a718:2900/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3e0:b660:a491:fb1a:56a7:34f8:ec00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c3f0:ec2c:773a:7281:b8a9:81c5:e700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c314:36e2:7a3f:9ac0:dbc4:e153:ed00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c34c:c4cb:25ab:9b2f:2bf6:7b7e:2700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c347:9d00:e9c5:b3c8:16aa:f075:6f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c347:9d0c:931c:f935:dbda:73f0:7500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c347:9dca:f341:d03f:46a7:b36:c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c270:b89:cc37:1e2d:7537:a7da:f700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c20a:6c35:9ddd:7541:4aeb:91f6:1e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c23f:648:2041:4a69:3b34:db3e:ea00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b43:c2c2:ff2b:6ca8:e8f6:edf1:73ae:d600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:c57c:4122:fa9a:4b64:5b9a:c300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:c50a:5932:16d8:3440:c342:1600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:c4e0:315e:9de9:6e4e:13a8:f800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:c766:7334:a05d:b05e:3552:7a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:c6eb:ec4:c91:ccd5:7728:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:cb29:d1a:c5bd:cb40:5310:ea00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:cfef:de04:3e9c:b938:adbd:4100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:cfdb:b29b:42b2:cc17:437:5900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:1065:cd73:7dce:69dd:193f:ad44:9200/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:1065:cd6d:34bd:473b:a3:5a05:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:dcc5:aeea:84d3:c960:ef78:3000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:ee0d:bdd6:3c7f:7a08:890b:f600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:e7cf:1daf:452a:4daf:d07:5e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:1065:e2ac:4b62:748d:2631:5692:dc00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:1065:e2a8:95a9:389c:8408:a06a:9700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:e240:d0a7:f08c:3662:5071:3e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1065:e358:a08c:c91d:e2ec:52db:da00/41 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1062:33da:f519:1a73:8284:34f0:b000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:106d:fcf:af1b:ae5f:cc42:49b:ea00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:106e:d042:84bc:fd7d:e06b:dc2b:d800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:106e:d049:77f7:f657:8fa6:78a9:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:106f:24c6:d79e:1ffb:9726:d0d6:2000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1068:170c:3f1f:e2d0:51fd:d76c:4200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:107a:6b08:c096:a156:7228:f1d9:4b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1079:e64:5c09:6585:e567:14d0:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1077:5b0:5efe:f126:4829:c288:ed00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1072:5d:be6:d963:24c9:6d62:900/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1072:addd:3517:f7c8:1fd9:dac9:9e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1071:58fc:f9d5:2d6e:e059:3552:e600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1070:55e7:8996:7d56:da7b:67d3:5b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1042:47e6:897b:6081:dd7b:83f8:900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1044:b745:ff0a:e493:8c01:656:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1046:ca7:9576:b0c0:a26e:bdf8:e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:104d:f5dc:6946:bf57:8a78:8d35:c200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1056:3741:fe5c:256a:894b:ae27:1800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1054:a26a:5ee5:dd96:4471:5889:8200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1054:e6af:63c1:cc49:bded:7747:d600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1059:5c18:6b74:d776:4307:79b5:d900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1012:7a08:ed74:71f7:53c3:130a:6400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:101d:a938:2b33:57b9:4b2a:3b4:d400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:101c:d58:1d5a:a4ff:6746:be1c:3b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:101c:45ad:4158:1dc6:3141:c694:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:101b:a9f9:2ae7:711e:2fd3:cb69:7600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1018:a6d9:d815:f9aa:12f3:f5b:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1001:bdbd:cc0d:8c06:aa29:845d:3400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1001:c5a5:32d3:6422:bfdf:bbbd:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1006:9ce9:b3b2:cb68:a1f7:71d8:a100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:102a:adae:29ef:9ae0:eb16:7bb3:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:1029:fb9b:7286:75d3:d891:5fde:9f00/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:1026:b603:f61b:1018:a283:f7db:f100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1026:d776:8095:e16a:6469:f010:800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:103d:b195:1685:6aa2:bcc1:2123:1600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1032:6699:d5d7:391a:8509:7413:cd00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10de:3299:3381:9ffe:e793:4a5:6900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10d8:8ddb:1a60:9554:7187:c9ca:7200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10cf:3392:e6b1:408e:1be2:665b:7900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10cf:fda0:deb5:f6d7:3fde:3664:400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10ed:4783:d1c0:22df:4a06:167f:3300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10fd:40f6:b203:cd2f:4790:31f6:4c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1093:4ca2:dc9f:d30e:5094:ba7b:4900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1096:4da:bb55:87b7:def4:ec79:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10b3:31b5:782a:9207:4fc2:9cce:1700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10b4:99ba:9457:443f:df3b:4c0b:800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10ba:6805:8084:8d50:5568:90a1:6f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10bf:6af5:c59c:670b:bee9:fdd6:3100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10ae:2afe:540e:907d:4acc:fcf5:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:10a8:34a7:bd3e:a12b:7074:aa69:1000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111c:2032:4c82:4f45:1d31:f6d4:f400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111e:d31b:ebd5:18c0:fc9d:8f01:fb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111e:1421:a16f:fa36:6884:dc6c:c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111e:14ea:694a:9452:fbd9:f4b0:3400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1119:fe1a:5301:58a9:6533:ab6:b100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1119:4215:2d14:27d5:ef40:da3e:3a00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1119:3492:374a:9676:f377:bf5b:b100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111a:e71d:26ad:7c23:a3ce:d87b:e900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:111a:8f5:94ba:9d4e:a854:1d45:4b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1117:8fc:1401:86ea:636a:963a:e400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1114:6d1e:514d:1d29:1614:655a:2d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1115:be92:b6ca:284f:236f:6c89:2900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1111:c4ed:9ec2:d957:352a:eb34:c400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1100:3968:a610:451e:5f6a:ec92:3700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1105:80b6:984:9ca4:afd9:2b69:f700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:110e:7543:2fc2:4c9c:49d1:4ea2:1500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:110f:eb7e:d1be:1dfa:612e:7869:a300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:110f:ebb5:c496:fbdd:bf2b:f1ac:1300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1109:c904:3441:f003:a6b1:517c:6a00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1109:3131:d0ba:3550:5da4:df2a:fe00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1109:1416:6c9a:7cb6:1937:bcea:2b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:110a:b53d:e0b5:dea3:1cdf:ef1d:3d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:110a:3a2d:f48b:2ecb:604:9848:e600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1129:4e13:7043:c737:763f:c007:3300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1129:2ae2:fd34:d49e:51b3:cf25:4200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112a:82b9:2675:b1f7:192c:74de:800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112a:82ba:5e3d:27ec:ca76:b39e:5300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112a:82bc:58f4:ef0f:656b:9879:4200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112a:82bf:d3a6:d0e6:e81f:b054:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112a:bd69:33be:befe:3799:731:4c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112f:6e19:c917:1ef:ced7:d212:500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112e:caf4:f19b:f7f7:f14b:a83c:1100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112c:35f2:d7:4c19:17f8:865e:b200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:112d:65b:9aed:f2:23b1:2e4f:a800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1120:d4a8:82b0:65b2:830c:5fb4:7a00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1123:7b8e:7bce:f0d4:19bc:db70:900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1122:8f32:6b82:7dbd:ec57:3176:2800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1125:a41d:1994:550b:dec5:3b99:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1125:38c1:6423:6c9d:44c3:1296:4000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1124:268f:da4f:2ba9:7500:127:3900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1124:4450:b215:9558:a113:426e:6e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1126:8081:89c6:5e1f:50a4:29b6:b500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1130:330f:859e:d591:fd26:ee6a:2f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:1130:ff2f:d310:4a97:4f27:dfdb:6800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:1131:4762:2b58:a460:8c33:d6f4:5500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1135:4676:f2fd:482e:788e:2e09:9e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1135:8c2b:751d:2d27:4fa9:e833:a400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1136:7e62:95cb:e0f2:570c:9d73:8100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1136:3552:a0a2:fe8a:3053:3e5e:8800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1136:354f:d2c1:cff1:ba2a:b5f3:f400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:113a:8f51:a4f4:dac4:274f:c2e:ca00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:1138:5e98:c2e5:ccf1:76b7:53a0:fa00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:113c:dc20:2034:b429:e5ec:4875:6200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:117e:d794:d671:a08e:6923:25d2:5600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:117e:d543:1d66:beac:f008:4d76:ba00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:117e:de78:fb06:15c2:cd00:18a0:8c00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6b75:117e:de75:1171:c7d4:ab92:68a1:f600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:117e:de77:6fa8:b2ee:a070:3aa5:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:117e:dd5c:66f3:ebd8:ad55:537e:1800/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:117e:ddff:9242:bdb5:d962:8e53:f600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:117e:daa2:f395:3704:7317:fc55:fa00/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:117e:db2b:12f4:47a6:ecf:6059:4b00/44 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b75:117e:dbbe:64cd:7296:5b41:c34b:cb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6b75:117e:d920:6bfe:e849:6080:1652:9500/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6b75:11a9:f50a:13e8:810:9178:251f:b800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b0f:a90b:8db0:d3ab:9ded:b182:ea13:7f00/28 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:6a06:2d37:528b:9a94:7b23:dc51:eb00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:6a94:d7fe:e9ef:acbf:2601:fdcc:e200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:6bdf:8e0a:4d0e:4b51:194c:1df8:a700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:65bf:707d:dec6:2b4b:1222:abea:9b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:63d5:66a4:a850:df3f:7e9b:105b:db00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee7b:607e:6068:cd8d:77bd:c550:df00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee73:12d4:e738:b038:4b49:7864:9a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee60:a996:62e0:328f:ea22:8017:1f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee68:8258:593:c759:dc30:da02:5d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee4f:ed53:3977:bba7:a924:e0b7:3500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6039:ee55:2e7:f210:f71a:7d5d:9605:500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:11cf:18e1:f8c3:63fe:7c1c:3bbb:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:11cf:12eb:1b2f:1be2:a6da:3662:5d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:11cf:12ec:b413:1e26:d74:e9a2:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:11cf:12ee:3f23:43ad:ba40:e2ea:f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:11da:ea9f:b97b:a5e:22e3:7ee1:6d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:110b:d7e1:bcf9:6034:e327:bde5:ab00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:110b:cdc6:7838:d332:7e3:f5df:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:110b:cb1b:b18:a98c:9e71:250b:8f00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:1100:e20b:4447:2b07:f6ff:3d47:a100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:1103:508a:79bf:e37e:8760:82e2:d900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:112e:9058:8955:36e6:20f7:12e5:ae00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:1017:146f:a572:e6c8:86fa:4015:2e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:10cf:273a:9407:d383:4571:d790:7b00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6038:10cf:273e:f8d1:fdef:f435:dd8f:a700/46 ge 47 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6038:10cf:2732:bc1e:e086:b9ab:5223:8e00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:10cf:2735:116e:8661:efdb:ca11:5000/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:10cf:2729:8631:9f:a4dd:eda8:d00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6038:10cf:272c:e204:d212:8935:6b3c:6500/46 ge 47 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6038:10cf:2720:b6c6:d113:18ee:4a5f:ce00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6038:10cf:2719:9d27:b7e1:ab2e:80db:df00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:b696:61b:6ac7:15b9:f100:ad6b:f800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:acc7:a2ec:f13d:bcbf:1e7f:90c1:1a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:9d9f:616b:1941:df94:33bf:2bbb:ca00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:efd8:7182:f394:a660:8adb:6478:d300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:c4e8:64aa:fbcd:542f:dc10:14bd:8500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:7682:e873:7b1f:fa6a:ca1f:a7f9:800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:7095:57f8:8d80:a66c:b44c:4cd6:a100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603b:5944:f6c4:30c0:3c49:129d:5b55:c900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:83a2:d81b:2bc4:7b7f:27b6:4f29:9300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:879f:2aa1:b517:e73c:896c:9d03:c100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:87d1:e042:b624:25fc:d3fe:21cb:6300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:8a35:7b6d:f7ae:a4e7:dd5c:f91f:5000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:9ea3:4cb7:fef6:109d:52a6:ab10:5400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:9586:fd6a:f3e4:6720:95b3:26e6:ba00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:94fe:22bb:cea8:9399:9bb7:30b6:c900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 603c:94c2:84da:4e3a:8221:fc98:7934:7200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:a427:85e7:75df:5fcb:5136:57dd:b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:bf9b:ace9:a9de:5c0d:3675:1f52:600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:bf48:3f72:4be3:f162:2cd3:dcaa:e100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620c:b15b:e996:9a2e:ffc3:b014:57e7:7400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620c:b15b:e990:db97:37f4:956:3cde:ac00/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:eb7d:f16c:9473:98d6:22e0:bdf3:700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:e62d:6760:17e6:7db4:f32f:7579:5400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:e555:ca4d:8540:7885:c7f:7299:fa00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:cc10:d109:dee7:e5bb:88c6:d3de:1800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:dd49:44c7:396:88a1:96ec:344a:7f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:dd49:44c9:faaf:55a4:3050:63c2:4300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:dd49:44cf:1396:e266:9459:4b4:f700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:dd49:44ec:5c3d:c50a:a287:4bba:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:dd48:3a2c:e09a:3619:1043:855:7a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:6e89:e311:92f5:fcad:dde5:2161:7e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:471a:d13d:bc48:5f9c:8cd:6e68:9900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:141b:1ca1:b25c:e9f3:b7cc:c91c:6100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:7ff:b667:6989:3904:4f17:5191:1300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:b0f:ed7b:746c:4301:96a6:fcab:cd00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:cce:2074:efc5:c213:57a9:3430:5000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:2b95:91ba:315d:7f17:299b:193a:1700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:394b:b148:8c1e:3835:9f54:cebc:7100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:394b:b155:3f11:83fa:d2b:d9e2:aa00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:3f50:ea49:20c2:a3e0:94da:e38:6e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620c:3cff:9547:3214:9e86:493a:66f0:ff00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:6348:c664:26b7:d94e:4c00:6c13:fd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:634f:2ed4:a3d6:184f:bfcd:5afa:f500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:628f:36ce:f123:7d9a:f474:eca9:1800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:64a1:cec3:834c:ff4d:2963:f1c1:f800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620d:64a1:cec5:37e6:37b2:2458:5d41:8600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620d:64a1:cec7:e29:df99:149c:9388:a100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620d:64a1:cec8:2a00:3400:505b:d978:aa00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620d:64a1:cecc:a822:cc72:30:a099:4a00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:64a1:ceeb:dc04:9175:abbc:b969:b400/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:6787:d317:2575:f5b3:6184:a6a:e600/45 ge 46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:6787:d3bf:270:1160:3220:7206:2c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:39e5:c424:d810:1623:b1fb:aa23:9100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:3b4a:3bec:d9f1:93b6:38a2:b925:5f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:318f:1b90:1f4d:f93a:b2d4:3b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:31b8:2102:69e3:5682:bf5e:6400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620d:2b51:31b5:10c3:f9ec:6279:425c:8000/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620d:2b51:31f8:71bf:ce04:fb7d:e60d:1e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:31fb:c626:349c:3309:f08e:e300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:31c1:e596:b916:b9c5:f55f:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:3179:403d:3634:309f:b87e:a600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:315c:60db:dcf6:e253:44c2:bc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:315b:4cee:3c5c:2c97:8bc6:8200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:3147:60d7:1855:56e7:9dbe:c900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:2b51:b410:e6d0:4538:d17e:c996:8200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:174b:589d:c21e:accf:2687:4add:af00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620d:83cb:e542:6431:404e:caac:866d:e800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:f9ce:6dc4:5e19:dcb5:86e:b0e9:6600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:f8fa:e130:dcb0:6f77:6a13:55c8:5600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:fb33:27c:683f:fbf8:9ffa:d102:e500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:fb31:894a:f91b:ec64:55bb:5075:8e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:fc50:2007:2e85:4bb7:620e:9585:3300/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:fdc6:ea85:bbf:41b9:b185:d059:200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:f347:f051:34f5:b395:511d:d0f0:3c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:f619:3689:ed16:ae46:fb96:c5f6:7500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:f692:6867:89af:51d4:42fe:521:c500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:e78e:9efb:4994:51e7:b852:e379:1d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:cd5b:5198:ad8b:a2db:bb8b:ef3c:200/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ce55:9d2e:29e3:aa2d:1cd4:53ea:ee00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:c79d:4655:5b3d:5cc5:7d74:255e:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620f:c750:96e6:82c6:4b20:21e0:c62e:d900/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620f:c757:4bbf:9239:1f58:5c34:b2c:f400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:c362:c9f6:1618:5931:47f3:412d:6200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:c362:fdfb:e542:ca6a:6246:5ea6:9400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:c366:4a98:ebd:c76f:8e6e:ac08:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:c367:404f:ca0f:35e2:4183:320f:3700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:9f60:6a0c:7343:3361:c1d1:c952:ff00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:9793:c783:ba84:2375:f983:e48e:fc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2608:fe8a:68fa:d97:1e67:1a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:244d:a097:5bc1:67aa:10c6:c800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2444:5e13:4bb0:1634:85b:ce00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2afa:5972:dc0c:1171:8720:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2aff:3596:a8f8:42c3:7fd4:a800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620f:ab94:2af6:9407:a60c:a110:23fc:3900/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620f:ab94:2af3:4bef:a04c:9459:e6f7:ce00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2ae3:49b9:b6e9:d2c5:8d33:f00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2ae7:9d80:c6d6:aed9:7237:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2aea:e539:d7c1:5da5:6a93:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2aed:ad7b:fdc4:7dab:275f:b100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2ad8:b8de:289:ba63:31e5:9400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2adc:bbb:bb09:94bd:be8b:a400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:ab94:2c9b:f191:a762:b125:a7fe:e200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:bb27:a2ce:e791:4389:45ab:213e:5500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:7cf5:b3f8:aa72:249e:ef92:9b42:9f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:77c9:ce53:a60c:6890:839d:9676:a700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620f:6429:53ef:7f7d:42a3:c493:1264:d600/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:3584:6956:bb63:6e36:35e8:4b2e:2000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:3b90:abe3:c25e:761f:29ad:2fc:7500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:110d:8012:d43e:fbba:aa1b:d93:ff00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:51cd:96a1:a5d5:fa76:3549:b956:b400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:5639:e0a5:5216:f2d7:2b9f:a33c:eb00/31 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:5c3d:83be:ee22:bb92:2d77:6d20:f400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:6c67:d053:d03c:227b:bc0e:26c6:fd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:6c66:7ca1:cc8:fba0:7678:8d4b:2900/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:6c62:8039:f2ec:bc3e:8fde:1d41:d500/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:ab8f:18cc:bb51:59a4:6bff:ca4d:7f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:ada6:e624:e4a5:454e:5429:52a1:5700/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:ada6:dc65:26c0:86c7:c712:aa11:8200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:a329:9b24:d1ac:6206:24ed:9cd7:d000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:b9e9:3583:d177:bca9:2780:c449:8a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:b9e9:3581:8931:3222:6a38:d7ad:1700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:ba3e:faba:67ef:faa0:ffae:6bcf:b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:8138:727c:dee4:b392:2cf9:4e2a:2e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d5d6:ed93:f572:96d2:2e3a:bbfe:d800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d5d6:ed90:dbc:8896:d734:e71d:6f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d5d6:ed94:a057:4800:cdef:806c:6000/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d5d6:ed96:d684:28b0:630f:bb20:6800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d5d6:ed99:a071:7c0f:ef19:448c:7c00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d641:eaf7:2b07:bc55:9a45:a8a:5200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:eaf5:d146:cb1:fa62:a8bc:a900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d641:eafb:c272:3be6:31d4:d942:1a00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d641:4722:a1af:ae05:ef16:9eea:c800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:4701:17b8:f144:cd14:4084:6900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d641:4703:9df7:6699:bb84:fa6a:f800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d641:4712:34dd:82fb:c3df:30c5:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:4757:1d3b:ff3f:af7b:9114:8600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:d641:4755:541a:1351:8570:7c3f:9400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:d641:4750:9eec:4b5e:c232:2ad5:6500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:4742:673f:787c:78eb:87dc:4400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:4740:31c3:c652:1d7c:1e83:5c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:d641:4797:20d6:49fc:e148:4e07:aa00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:cb4e:4118:ac72:b18a:71be:1074:b100/38 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 620e:cb4e:45b3:85db:fbda:54a0:4144:a200/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:cb4e:46d1:dc5f:3c5d:d3a1:f2ad:4800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:cb4e:5762:698c:4f8e:dbe2:1173:1d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:cb4e:50e6:8749:72d0:731b:600d:dc00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:cb4e:50ca:3122:58a2:f583:c124:4300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:cb4e:e0dc:c1ce:6b:ffa7:d490:4400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620e:cb4e:e0df:51a2:e1d0:ad1a:687c:3000/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620e:cb4e:e0d9:9d0f:b81:6cb0:5e58:5500/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:cb4e:e0da:e45f:5d86:9ff4:c11b:9f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620e:c1fd:b711:df8a:ef44:29e0:ba02:f700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:a19d:7152:f52a:d608:1a1d:166f:4300/31 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:813d:bdd7:82f6:d452:e860:2f43:e100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:813d:bdeb:c5c4:a7f0:eb7e:39ec:8a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:813d:b9f3:fc07:4a98:1d39:3553:8f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:813d:b9ee:fd4b:9d90:dcd1:2910:bf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:da8a:c78a:d294:f2bc:8ce8:4a36:e700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42f:8ff0:da03:fa00:a867:eddc:a300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42e:d6f2:b9c4:fc75:276f:a64b:e000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42e:d969:b6e4:6875:305b:1b47:6a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42e:fa99:3f03:5ff8:db28:7dca:ba00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42e:fa8e:4360:b78f:38e9:a3e4:1500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42d:3c4c:c2fb:3dd0:ae8f:5b24:3900/31 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:d42a:b739:1cc8:2263:b1ed:d1c6:be00/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:e787:4d2d:25a:3bce:b193:9146:1f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:130f:6ff:bae7:20c9:1ac9:7682:6300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:1c3:b3f3:648d:ee69:5368:c7aa:6300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:2ea2:3f54:2aeb:ee:2f65:8d2:1500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:2ea3:5d0f:b950:de6d:3581:c3c9:c600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:3f6a:7cb7:4d88:edb3:2e54:750e:7e00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:5e2a:84bf:f817:5273:6c9a:6741:ad00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:5124:9e00:e253:821a:2732:8fe6:d00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:7aa1:1538:3e6:1da7:1796:630c:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:7aa1:1513:2635:91f8:3ab7:99b4:1200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620a:6821:afa1:e505:a40c:fc1d:945b:2d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:5d76:1002:a789:dc3f:fe6:2de7:7700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:e16:1e3d:cc9b:cbcf:7cd3:7a16:cd00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:b79:4a32:34f1:c0b1:adc3:2fc3:dc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:b79:4a3d:7e6f:9373:8302:8533:cb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:b79:4a3a:aa08:60d2:3aed:7da:5700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:b79:4a22:f5ff:273:4f73:824d:5600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:b79:4a20:1d6e:795c:a98a:d5e9:d200/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:309e:1399:7876:aa75:6152:ea96:6200/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:3666:35fd:c52f:1523:dd24:24a5:6c00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:aaa0:6dd1:f2da:f108:98c0:499e:b000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:aaa1:8ff6:8ff0:4cb8:e5ff:f6f4:2700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:aaa1:8ff1:9163:e590:8a79:a15a:1000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:8627:be7e:69be:1dcd:a290:a8b7:9300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:8626:c8f9:9d5c:2d03:ceb7:7584:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 620b:8623:5477:dc61:4bf4:ef76:f4a5:5800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 620b:8621:f0e8:ed6f:413c:793a:cf51:3c00/31 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:8ba9:8418:6134:6544:5f23:410c:3d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:eb10:6b3b:9765:671a:f252:95e8:5e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 620b:c54d:8fca:b3cb:7b23:e86e:c2cc:6c00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:9ca8:6e2:d191:802a:853d:de41:cf00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:9caf:abf2:818:5eba:2649:f5a0:6300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:e237:9835:87d7:c8c:11dd:aa2b:4c00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:f541:beb4:de7:bf38:b2a9:d4cd:9300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:f541:be86:ba8a:7595:9606:6f44:200/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:f541:f6da:a746:1a86:88a6:1508:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:f236:3aae:e021:ea83:6638:96c0:f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:d69a:2208:a4a5:61f3:2c:3700:bf00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:d14c:e2ea:221b:ff3f:a34:cf61:3100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:df21:e70f:30c6:cb51:a5a9:5462:9600/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:dbd1:a558:459e:d8ad:5111:d454:e100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:c55b:6a6d:780e:1103:b470:b7c8:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdc:bd90:e51:ea41:da4e:d91d:c900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdf:8468:eb0c:f1d3:b59a:32e1:9300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bde:f4f7:b094:f8b4:af27:e5f5:c000/38 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:75ca:507b:5c5c:ae6c:3878:8f00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38ef:ab:5697:eed4:7979:1400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38e3:d0f1:af63:c6e4:85a1:6d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38e7:dc6e:9aef:3a90:ac9e:8400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38f1:d6ee:ed31:a7a8:8998:2600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38f3:fb43:258b:c32:8cf8:7b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1bdb:38f5:66d:200b:d333:4c1d:200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6209:1bdb:38d4:6f6a:d6ba:fc9b:6b46:3b00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6209:19dc:fcb3:8488:6490:610:b1e2:ce00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6209:1613:9e00:64e1:8d6a:f411:4f7b:f500/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6209:1613:9e03:29d:5d0c:4854:62e9:7900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1613:9e06:c03a:43b5:b7bb:d872:6300/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:1613:9e0e:ec0b:8e5c:964d:c0e6:ea00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:154c:2ccb:ba9e:ce6b:93f0:252b:7500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:e3e:5678:554a:c605:988d:a4dc:f300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:977:4355:8268:82d3:add6:1d51:e800/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:970:2ca:e1fb:7ddb:66b2:7914:b300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:9ad:559e:52bb:ffd6:26ec:2b88:6300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:9af:44e5:3b75:557e:5f08:454c:cd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:2e4f:d106:64c3:651e:a276:21e3:1200/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:2e4c:db1b:f5a:6485:8c9f:5a65:c00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6209:2e4c:db33:5338:18e6:bc7f:2b7b:8500/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6209:2e4d:37e9:b2b8:a10e:69e4:f3fa:2a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:3faa:ed82:7202:4f1c:940a:3d8a:8e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:435:7865:4ab6:2887:8cbd:d600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:43e:cb35:10a9:eef6:2b13:5400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:42c:9512:bdcf:6181:536e:9500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:42f:4bcf:156c:59d2:291e:5f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:420:4d44:6fe6:95cc:35e8:9400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:414:7281:7fcf:8803:89d7:1900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:1c13:ceef:6e7e:75ce:4238:f000/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:1b26:4b1f:a82d:8dd5:8d95:c500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:1b2c:89ab:2d96:4528:78d3:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:248c:61ce:be4a:128:c848:fe00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:2485:6ac9:285a:fa52:b4f1:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:2553:1018:a4bd:4eab:1219:4000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:27ce:2b25:d365:a88b:abba:5f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:2368:d9c5:3709:1a11:7e77:7200/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:2367:d3c0:674a:e90f:d29b:3400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:28e5:8e3c:2f0e:b8d3:bd3b:d300/42 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:29e5:c13f:ee67:495a:2e8d:5b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6209:4426:29e6:4892:67fe:3561:795e:8400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6209:4426:29e3:1f66:9cf2:dc0a:cae5:3600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6209:4426:325d:27e2:2b51:a8fc:dfb9:4400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:3ce4:b785:7812:7063:c5e0:4100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:42b7:8a79:d3c:40a5:264d:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:4320:2cfc:71ae:e800:df3b:da00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:45ff:f973:80c9:4689:9e5c:1c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6209:4426:5c1a:5b4f:a6f0:7197:53c6:4200/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6209:4426:5c18:375b:bd82:1b6a:54ab:de00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:5fc3:b7d4:5288:e6b8:1409:e300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:5aad:7b7:196d:dc17:a900:ec00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6917:4a14:311d:8e2a:d499:9e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6bfc:b223:fb77:f684:de99:2e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6bfa:32a:8179:af3a:a212:4a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6bf5:ff6c:6ca5:8c06:28ae:b500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6bf2:cd9f:4e28:d0dd:8c68:ec00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6bf1:f8eb:e6f7:b558:6593:7e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6e09:f8af:7a5f:f6e7:7999:4200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6c83:8364:1bf4:389c:4f51:9700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:6347:60fe:c2db:c7b0:a17:1e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4426:7d37:eb1:2a11:9ffa:3fdf:1000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6209:4357:53d5:9386:8c77:5ede:4ec7:cd00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:1c97:6607:3af4:7dc2:40f:ab64:be00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:dba:1861:d08d:7c77:913:1516:8700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:de79:d964:220e:4126:75a0:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c5e6:2706:f20d:fd9f:3ee1:7300/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c5c9:d4cc:b1ad:b2c0:5589:db00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c5c6:2566:f251:752d:f76f:3600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c5c5:4e19:b429:9b42:96b7:4000/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c5c2:b131:dbb4:1a3e:f560:1c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:753:c593:527a:d305:cbdd:e466:e300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:750:43f2:b89b:7dd2:69da:3a64:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:750:43f6:280a:96ff:febb:4e08:e700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:750:43ff:c5b1:ea6:553b:825c:f200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:751:93cf:c96b:166c:3f81:66a2:2600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:93e5:a82d:8448:9c84:8897:6f00/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:959a:440d:ee7b:77c1:3c0e:8a00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:9d0a:6aee:e88a:fb3e:d30f:2900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:867d:e752:77a4:ba21:2ff0:4400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:8494:1a6d:7b70:e262:7e6c:f100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:8a28:5b6c:9915:a51a:e198:8d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:8a2f:6a14:f7b7:875a:847e:7d00/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:8a22:66d7:d20:9a6c:7f17:2100/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:8a21:8af9:3048:aa96:5c1f:400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:bf94:d3a4:72da:1cee:a410:5a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:ba30:a7a3:7443:89da:7b39:2f00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:aa87:de7f:ce4:563d:6b91:4c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:aff8:d5e7:6e47:df06:acfd:6200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:a44b:86d7:2bcc:d5dd:f66d:8d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:e291:ed06:56b8:dd2:a413:ec00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:f202:fbc8:219f:62ec:8da3:db00/39 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c067:a60:7c56:61d:5e5d:6300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c065:7e27:aed6:2527:c954:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c19f:7ac9:7686:bff9:5913:3b00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c333:4163:50b6:ba76:ff68:3400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c7ef:86fa:b89a:8a23:7f38:a800/39 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:c450:8eb1:d6fb:b2a2:640e:de00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:ca9a:a53c:43fb:dfbe:41b0:7900/39 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:d6fa:416c:e919:9277:ca80:ba00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:78c4:20de:1632:9c2c:383b:9100/39 ge 40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:757:6403:c78b:b108:8c7:803e:4d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:755:bdda:ff3d:c445:a158:3a50:8600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:3fef:d013:8950:29cd:fa56:a9be:2400/35 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:3fef:9b9f:7a68:1239:700e:6f42:dc00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:3fee:390:b532:9795:cf8:be87:cb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:3fee:38e:309c:a778:4bac:c903:c600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:3fee:8d30:a323:4008:119e:85cc:bc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:3fee:b07e:b002:fe60:7b32:ea94:c700/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:278f:7dd7:c99:6cae:235e:9dd7:1a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:278c:b5d7:21ad:cbcd:fb10:3b45:dd00/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:278a:64bd:1484:267a:185b:a1d2:ea00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:66f5:d81c:e8ff:f2b2:ee20:81c3:b900/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:63bb:15aa:8ad2:9180:9cfa:76d9:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:63bb:15a6:bf33:47a9:fdda:4dee:b400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:63bb:a6d4:db00:119b:350a:bc8b:a200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:6d6b:68b2:86d5:7353:29ed:b62a:5900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:732b:c094:59b6:5499:2af3:7c1d:3f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c2:9108:a994:6047:7b75:972e:9500/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c2:9144:ae76:1bfb:11e3:9758:4c00/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c2:9163:629d:3821:ea20:5f4c:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c2:c03e:a450:628c:e6f3:8f44:3800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:bc83:30a4:9709:9c7f:36c1:6000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:83c6:55cb:b638:2f6b:8b95:100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:83dd:5bab:a1ac:5a2e:b07d:5500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:82a8:7cae:57e4:2d8c:348d:7100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:8cb8:581b:b8e0:f569:32e3:ee00/38 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:78c6:8afd:e83d:54c3:e332:4930:4400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:58c9:4204:28b1:cef5:3ab9:8504:9900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:584e:93f0:fa7c:b2c6:7c6b:cfdf:d800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:dc75:aa3f:8d85:ec3f:29b5:b702:d100/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:c974:a7c2:f39c:5659:6c7a:648:c500/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c974:a7c9:3a28:cac:7b23:3190:a100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2d8:4300:2b6f:ae25:9452:4b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2d4:8e:437f:4bda:973e:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2d1:529d:a7b5:dff2:21a4:fe00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2f6:7b2b:a6e8:9471:4ff:4e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2e1:6802:50e0:1916:ccc8:2f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:e2aa:b0a9:7ae6:b9a6:22e6:6700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:c971:fcb2:d374:32f8:3709:1f7:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:cbbc:585c:ebd5:ec42:86b6:b732:1600/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:ed59:dedd:9b75:4f43:cdf5:f96c:a900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:ec3b:1cce:5349:34c2:31b8:f61a:1600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:f1d8:9526:95ed:9c17:1c95:5d89:6900/29 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:833f:aad7:8dc4:8e59:92e8:a8a9:0/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:8549:b345:402:165a:8a7b:b72a:7f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:8549:a6f7:28c:7:d466:86a7:3600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:8549:a6d5:5838:9831:a4c2:737d:9f00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:8549:9e81:c7eb:1593:197:3a09:1000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:a60a:91d1:7446:da59:f297:8f7d:b000/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6208:a5ee:c862:77f6:7ba3:c4fb:6f7a:3f00/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6208:bb4c:749:8315:4fe0:8f6f:9b14:a100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6208:bfd9:76ff:ebf2:aee9:2754:ecfb:9500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:82a6:d49f:9e93:3d10:c85c:535e:5100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:879e:b920:3b4e:89cb:3b0a:e3da:9600/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:879c:7a8f:5470:73bd:79c8:64:5100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:879b:fead:f59c:f075:9f38:3b4:f900/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:8799:208c:415:d6f2:4fdf:f326:6800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:8798:593:bdc8:aeb6:21b9:ab6:e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:9fc9:6412:3da3:275:ea57:7b1d:6e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:9fc9:643c:9f79:3b93:2922:906b:8d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:9fc9:6737:4f84:bc1a:cac0:7555:600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:ab5a:73c8:27ce:1eb7:eab9:eb57:f500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:ee93:89bf:d9fd:62be:208:686e:1900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:e9ea:1836:8cf7:181e:824f:be05:c000/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:cbb4:cc24:8ab9:b4d3:4b7a:7e1d:6f00/29 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6204:5f46:99f1:cb60:ac7c:3f86:8419:5900/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6204:51e1:8400:8cb6:473d:e682:8c85:9a00/30 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:51e7:49f4:fc73:4644:87d9:46da:7b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:51e5:cdb5:62e5:515:3918:37b7:6d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:7e92:8fed:4235:6f3a:67cb:c7be:7200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:7e90:2f92:e5ba:27c8:df6e:81c:cb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:6bb7:829f:6f7e:47b1:dccb:f60c:2000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:6bb7:fe12:3848:f383:7aa6:3226:400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:6bb7:fe1e:81b2:2441:4749:2668:f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:6bb7:fe1d:593c:31a1:fcb1:2885:5600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:6bb7:cfbb:f1af:e299:ddf9:fddc:8300/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6204:6bb7:cf8f:1cc3:48ef:d251:9264:8200/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:6bb7:cf8d:1d1a:52f4:5bbe:4cfa:ca00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:6bb7:cf84:73e6:6097:fcd0:7f24:4300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:6bb7:cf86:4f15:4922:2fe9:1ca2:7e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6204:6bb7:cf82:d587:1a7c:d414:cb74:4c00/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:67e2:fe81:c853:e547:1cde:6170:9e00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:d866:c98d:9093:5154:d6c7:7e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:c7af:a3db:a151:aec5:16ad:6d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:c7e9:a027:ddf4:5b81:2319:cf00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:c464:e213:e68f:3665:8cdd:3500/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:63e4:f4de:a03d:f482:bbe5:4c3c:1e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:63e4:e45e:eebc:700c:6ce7:3c68:8200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:63e4:e74a:73f7:8923:b131:1f1d:8300/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:63e4:e3cc:3ee3:8b3b:aabf:ba15:3300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:e388:6409:7adb:e8fc:5761:3700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:e275:591:9f31:3070:3a39:1d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:63e4:8d67:75e4:53c6:c887:eb52:a100/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:63e4:8d61:b902:e9cd:b0de:2b0:3100/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d62:37cd:64ab:3a6c:c99b:5400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d68:aa10:a79:9f4e:1429:5000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d6a:e4e0:8675:b061:e72a:9500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d6f:9341:7e0e:d06e:7ac5:9d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d6c:bab:21ae:1e41:1383:8a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d79:f14e:ef89:a601:17cc:7a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:8d7b:f2c1:2526:6cc4:e942:e700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:7718:46e9:343d:2a7:44de:4700/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:63e4:771b:2a2d:bf43:71ea:c1b0:3900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:36ae:4185:6f75:c1d4:d29d:e69c:b500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:203d:1d4c:334c:276e:64e3:350:6300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:108d:3df8:d66:8d71:c9be:1eb7:4300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:108d:3dc6:96dd:a58d:3270:b56:df00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6204:1343:1bdf:d7f5:f0ce:230f:c1fb:3e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6204:1343:1bdc:a856:57ec:925e:1f7a:d700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:1237:6fa:7f38:7c04:51bd:e44:c400/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:16a8:5e31:454f:5045:598a:27c8:7700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:ba7:cad2:6aef:31ec:22d0:276b:e400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6204:dd4:a1da:516b:dc48:d3fe:7250:d700/29 ge 30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:6ac1:646b:1d04:906a:8d0b:80c1:1a00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:6019:1f90:a6b0:5027:7625:b3ec:1a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:f33:9e8a:c2b0:e04e:e1e0:f542:aa00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:79f:570b:8019:8c96:1abf:f43:cb00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:2db2:40fb:b674:453b:2f40:834c:d900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:3625:24ca:18f6:c581:590a:b1c6:ff00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:3caa:de4c:3a47:1dd9:c451:90ca:9d00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:b155:4fbc:aa5a:2dfd:a685:a076:8400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:b151:a6df:29d7:d5dd:eb1a:bafa:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:8797:a0a3:ce29:28a1:b643:70b0:cd00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:9587:9e49:463c:5d97:ae7e:ab30:8d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:9587:220f:a274:ad7:e062:765f:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:d6f1:8353:319e:1139:b432:3a5f:4f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:d803:6b2f:d91a:5660:ed0e:fd5f:3e00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6207:d803:6a3c:e9e:571e:d318:d974:4400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7935:b858:682f:8f67:d5f7:78b6:d600/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7930:a28a:79:1c1e:e48b:faf6:9400/44 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7930:a299:11b9:19b2:150f:edc0:b000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7930:a29b:d01:8b2a:bbb0:a884:3000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7930:a2a4:6d9a:b027:b54b:9481:bf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7930:a36e:7ca7:75b6:590e:53b4:e100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7931:f137:1540:a922:63a:7bc:c300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:7931:f138:62ad:b3c1:bdff:df73:ff00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:6a42:a807:97b8:2f3c:440:375c:6500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:5513:92ac:dcb0:b33d:a1e7:9c2c:3e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:5565:5461:2ad5:108d:d65d:a884:9500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:52b8:bc69:96fb:d83e:5a78:af13:7f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2fca:990a:b4a0:1f18:144a:b8a4:2500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:7284:8b24:2fd0:8c5d:66bc:8b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:7292:9732:8a13:873f:57d3:1900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:72b4:6f68:b796:8190:864f:8a00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:72b7:10bb:c9f8:6988:7186:9a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:72a0:7ce5:8b6a:98f7:9446:fd00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:72dc:3730:2313:608a:ec57:4300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:72c2:a3d9:38c5:478a:6d54:de00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:72ee:1b38:71d7:ea43:d69a:5200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:72f3:4cda:eeac:6ea9:c52f:1000/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:7213:f875:5841:da:fcaa:5d00/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:7206:99df:b7c5:8422:9515:e700/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6206:2ce0:7200:105c:f5a0:3ef9:fd40:3000/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:7203:d1fa:ce2c:cb3f:1bbd:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:7208:f71:1cf8:60cd:1b3f:f800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:720a:ff47:ee2d:d0e6:4ec9:d600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:720d:8d8c:c6d:7412:9126:8c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:7239:98d6:fd86:273e:8ad4:e800/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6206:2ce0:7247:b3e4:18a4:3cc2:7c4d:5e00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:724f:c4fa:a32a:21a:85b6:5300/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:725f:9e8:1190:e6f4:5844:f200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:73d6:7c47:4c2f:fbf9:f57a:fd00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6206:2ce0:73df:b9f2:a4b6:3593:2bcf:3600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:73c6:556:a028:9823:60fa:7700/45 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:73ca:8588:5346:ec36:cb03:3300/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6206:2ce0:73e5:7716:d35f:45e3:8636:6000/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:73e9:832a:2d7b:b75a:1ea:ff00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6206:2ce0:7305:9951:15d6:ab07:db96:7000/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6206:2ce0:7308:6b6a:e600:cf96:da20:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:7569:edb:c61e:8143:35c8:a800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:741b:523:33fc:3b5a:78a6:8300/42 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:746d:8ab1:a7a4:3532:7c4:d300/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:608e:3ef3:c934:e66c:cf47:cc00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce0:6e82:1cbb:a40:ad1f:5c37:1000/37 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce1:4208:62d8:49d5:7223:3cda:cb00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:2ce2:528a:4986:fa73:1fc8:8322:fd00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:212f:8f3b:f402:44ab:b21c:b8aa:e200/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:21da:c88a:1310:10be:bb31:6da7:f700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:3b5:eeba:4424:f936:4086:88d8:9400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:3b5:ed0a:88d3:8153:159f:f474:a00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:3b4:5109:787d:f3c9:ec8a:9a52:ae00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:a987:76e5:c4cd:a566:7f5c:eb74:4500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:adba:dc9c:33bf:1379:542d:490:8f00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:b9ba:ce22:cfdd:68c:3b65:863a:1d00/29 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:b1ec:250e:abe6:5f95:87e2:f1a2:c900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:9c55:1e8c:613a:7402:5a53:d007:3700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:90c9:942e:7fed:3ce2:70e6:6e42:1b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:90c9:942c:6c6e:5d05:74e:5a28:c900/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:90c9:942b:35ba:b1c8:2770:afc8:fc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6206:fed4:582f:25f:e602:d4a:ba02:d400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:6d26:9fe9:bbf5:2309:de3d:4257:8a00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:7a7d:bc9f:b3d4:290a:7426:d425:300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:76cb:bc0e:664a:1c8f:2bf6:1eda:5200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:741c:a6fc:7ef5:a67f:bd9b:1701:b000/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:741e:dea2:a863:21b9:68b8:8e47:3000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:7419:833c:1037:b69e:33d5:392b:7a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:741a:f3f0:98f6:70b6:917:e548:f300/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:3d65:7a77:76cb:fa3f:168c:7117:9f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:3d65:96b:8d0f:f21f:1039:4e64:9200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:3d65:12d0:829c:8edf:8705:4778:7d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:3d65:a212:cbfc:141a:5d71:8b26:4e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:26e1:d343:5373:8cb1:9fe9:e9e5:c100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:26e1:d33f:589d:a1bc:80ad:3d4b:7300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:2f10:3e45:2346:df9f:840d:fee5:d800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:14da:e137:a058:361c:eebc:7eb:3000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:1ef:7788:b2d9:97e0:59a1:6589:1000/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:90f6:2eea:bda8:86bd:f9c6:e58a:9800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:826a:6957:3192:a511:24a7:3e07:e100/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6203:826a:7d7b:c431:9d9c:5e74:7568:fb00/42 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6203:826a:7d33:cba2:bdea:ed98:e183:b900/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:826a:7d01:4e92:e09e:26e5:66ed:a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:7d1d:b0aa:66c2:fcd9:9241:c800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:7da7:fc88:8731:df31:7e29:f200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:826a:7dbd:dc26:8899:e0c2:7fa4:9200/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6203:826a:7dba:ac3d:cc0d:3c3d:b795:5500/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:826a:7d94:f847:ee43:29b1:f798:5d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e4c8:a5ae:baf5:3a9c:938d:700/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e5e3:5356:1b4d:3399:b9a4:8d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:826a:e5e7:4183:c62c:f0ce:19a7:cd00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:826a:e5f7:76ab:5772:cdd2:b5e3:f000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e5ce:1e23:9a7d:7b04:5af8:9500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e565:6278:7848:5c04:210e:6a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e562:ef23:9a8:7f4f:757e:3c00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e561:f025:3827:839d:e44b:8800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:826a:e678:56b2:8595:f338:ac91:d700/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:826a:e66b:3d8:9c07:e40f:31a6:9d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:e691:9542:c875:9744:b2ac:9200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826a:9f4d:43b5:2255:aefb:67c9:ff00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826c:98f:835d:e8f9:2677:6cb6:8c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826f:8803:f521:6073:c671:a913:c800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:826f:8819:fc6c:89d8:7886:975:ad00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:83c3:98d9:2f46:b74:ecd3:eef3:f900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e5:a119:95ef:34e1:47d0:404e:1500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4146:6529:a130:ca8b:5e45:6400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:4145:1215:2126:aab5:41ce:8800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6203:a9e4:4140:2e5b:380e:e0a4:7c25:bf00/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:414b:5de7:6e70:71e0:5a8:3500/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:416f:f408:62e7:1d8b:f49c:f800/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:4115:a0f2:60ef:66a5:6d2b:4d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4107:711e:bab5:4c5b:99dc:1d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4295:b47:d29c:d856:16af:8300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:42cf:4cc7:ac3:e843:fde:5100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:42ee:b13c:f206:8acd:b327:2400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4275:ccee:eca1:20c5:4333:ae00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4259:cc6e:e12b:578:67bd:f200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:423a:735b:6806:1b91:d63c:4300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:47b1:8e48:d003:a43a:bb3c:5100/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:47ed:80de:728:24d2:76d:c300/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4739:b3ea:5835:6a95:a1fd:d800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4725:cd21:caa4:2bf5:ee01:c500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:475e:8b43:5442:aae5:2d55:f700/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6203:a9e4:460f:a044:aaeb:b2e6:4f10:1c00/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:469e:25ce:9c40:48ab:58a3:5200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4683:b2d7:4e79:e5f5:c3c9:8b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:46fc:6394:e39a:5b4b:d3f7:8000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:44e0:d16:618b:76ee:8eb3:3800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:449c:655f:3fd1:9d9f:fc0f:1d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:442f:8416:22de:2330:854:c200/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:441a:236e:516e:b1c2:ab8d:ba00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:4479:c0bc:73aa:e888:2ec:1e00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:45c4:7d95:98a3:f710:4811:7700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:45d2:2f06:13d4:ebaf:2cab:2000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:45f1:5600:8ac0:dbbd:edfd:4300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e4:458c:de45:478d:346:96a0:ff00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:4545:b5de:cd2c:1177:5879:3500/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:457f:9c4c:aa1e:8eb5:2cdd:ea00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a9e4:4519:e8ab:7250:b669:2436:8d00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:a9e4:453e:b8eb:763c:8e6d:bba1:1800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e7:bede:97e8:862b:9a9e:a261:1600/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e7:a04d:805e:1237:5dd1:8328:d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:a9e7:9fba:4e71:1f8b:9585:ed3f:f200/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6203:a87b:f227:ff25:90d3:c838:61a9:5400/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6203:f01c:138c:4d46:b85f:bd26:75a4:3a00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:ed26:99c2:f883:528d:dfc2:43f6:2100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:e013:ea4d:5f69:4073:2a83:2b3:8000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:cab2:3f45:9a77:2776:ad9b:6029:f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:cfbc:acfe:ace9:6f68:a958:aec8:6400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:c4bc:5aa5:7b95:3723:a017:421e:8a00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6203:de5f:4bbd:acd2:4ba:e31:9757:3300/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:ddf6:ae4e:c66d:b5bd:a5e3:339a:3100/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:d31c:f05e:d840:1910:b542:d80e:2500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:d31c:bcaa:eec8:9c5f:e136:29ec:8900/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:d6f4:7c0a:9f20:7fdd:9ab8:dd3a:9700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:ef7f:d1c9:6012:582c:9137:c95:5d00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:ee11:3040:f167:ba26:bca3:1d57:400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e95e:8c78:c3e0:d7ba:5ea5:a10f:7600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e95e:919d:cd2b:ce96:6e31:73bf:7400/39 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e95e:9572:2568:2f50:5a89:8dac:9a00/39 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e894:22a4:1a01:c46e:8f03:3744:4c00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:eb25:5f5:21c6:e9fd:2dcb:b826:1a00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e375:d35a:f1c8:823e:c24f:596c:fc00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e377:3be3:99b2:48f6:65d2:53c1:5200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e371:d806:4ed9:d87:ca5c:b756:ff00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e372:34e6:6fe1:26cb:2183:2e56:6100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e53e:a89b:9ac1:ca77:d3bf:192c:e600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:e53c:fe6e:da26:f0da:2183:f101:7a00/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6202:e53a:e000:1448:c6b6:fc35:4538:c800/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:e538:edc0:3736:260f:ab34:a242:2a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:f971:469:4c30:f0e1:6bbc:601b:d700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:fb9e:66e4:9201:82ad:9580:8189:c900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:f75b:630e:4a25:3a51:b1ee:7534:8800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:90ec:c23a:615e:bd69:8d48:f595:8300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:9dd7:bcce:dd60:f3cd:8f50:7d5:ee00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:8391:ffe:e621:762:9794:da12:7700/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:a2a7:6630:ca7:54d0:667:824b:2700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:76b:ec27:e549:e124:7af2:395:100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:e53:9494:e65c:1a15:1fe5:cc0d:aa00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:1d7c:5e65:fa64:7b92:b16f:f611:c600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:1d7c:5efb:5074:5d81:464:d726:f00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:311e:3ae2:78aa:bfea:4cd3:c62c:600/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:3066:fde7:ea72:c980:92f6:5dc0:300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:2188:d4f1:b69b:1603:3d67:753b:5400/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:48c7:197b:c088:5786:932a:a371:2500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:5e98:cdc9:6e24:57ac:5368:e141:5500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:5b49:1200:dfc8:c6bf:66a9:dba0:ea00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:5aaf:24e9:6201:a3b0:8466:d0c1:8400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:7569:de8b:e062:7451:22ef:7b27:b500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6202:7723:1756:8bed:bf2b:2eeb:c546:5a00/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6202:77e9:ae7:e468:cc16:51c3:d5ff:aa00/29 ge 30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:766c:b891:944c:137b:6958:4b56:a700/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:7006:eb6a:54f7:d929:7e14:961b:7800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:6226:2f13:7146:3cdb:f1e2:759:f100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:6223:4f3:8b31:7df5:fceb:bcba:9f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6202:6c96:e685:cf9d:44c3:6d7:ed1c:5900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:785b:5e71:2c5e:2e9e:c393:d952:2d00/29 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:758e:3e96:d406:9d8e:5099:8bc9:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:758e:b70f:68ee:481b:ea7a:6aec:8f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:758e:b738:6c87:c5de:bd47:a3f2:be00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:758e:b759:80f9:27b5:a524:b870:c900/42 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:758c:3889:9bd7:de6e:61ce:2257:bf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:7621:be0d:b861:f777:43bf:f5c3:2800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:7192:2bf5:49c:45ff:bca9:2573:3c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:7192:2e1b:7a1b:4f37:328a:d89c:da00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:71c6:dbeb:3f36:1f60:a28f:9bd5:af00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:722e:17d2:51ea:5cc2:134f:8bfa:5a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:722d:b2dc:3af9:cd6b:f394:b2a0:2300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:60b1:67bc:76a5:a184:f2f:3490:bc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:60b1:67b4:5035:dcdd:dc4e:6ce2:500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:60b1:67b0:bc6f:5e3b:e9bc:4337:1600/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:60f8:5eec:aa1d:5be7:d60a:9ab7:800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:5e24:673a:c48b:400a:dae1:db10:3700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:4b4f:655:60e4:8c09:6d07:950b:3000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:4b4f:651:bfc4:7e67:39cd:40a7:9700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:4b4f:c3c:218b:9d15:ec5d:ba2f:ae00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:4abf:d257:67bc:86fc:56c6:a598:6400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:35e3:bab5:67da:97ba:f593:807b:a400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:3297:7364:8ad7:6694:297a:3d8:8400/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30bb:6fd3:5e32:8405:81aa:4144:3900/31 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30b9:8596:65e2:871b:2c8a:76b1:aa00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30b8:7e0d:7207:2e8e:e420:5784:f300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:30b8:781f:4b3c:dafe:58f6:40a1:a100/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:30bd:20b8:c673:3adb:a062:ae10:a800/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:30bd:20a5:b0ed:f55d:7588:2d6:1a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:30bd:3869:b985:b472:5cd5:3254:a700/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:30bd:ed4:c251:9a7d:d821:214c:3300/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30bc:4b21:1280:ff90:82bc:6481:f00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:30bf:7b4e:2c49:87e5:4eb1:799b:4e00/39 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:30bf:79a3:6bff:ba8:7b3:59cd:9700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30bf:7ed1:14d4:f6cb:6d2e:472e:e000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30bf:7e13:f17a:8d5b:2b45:8d11:9700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:30bf:7e10:2c54:f7bc:a33d:a3b3:8200/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:30bf:7fb5:1586:b44e:ca17:fc60:5700/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30bf:7d12:cbeb:ad97:2901:f1ca:900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:30be:6b56:ef04:fa6a:a074:b54a:5e00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:397c:9c1:c2fd:a134:4519:4f82:4c00/29 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:266a:9e3f:602e:ed2b:6851:6b1d:8500/29 ge 30 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:2cc4:8f62:3b6c:7b67:c786:db18:d100/29 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:dee:be04:33ab:3dca:fc5e:d178:4d00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9f1:791d:e847:820:b715:4455:f400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:1fdf:5bde:7032:659:9f14:5480:de00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:e01:fbe8:3dc8:e20f:8e46:1d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:4e3f:1c4e:743b:d31e:516c:4600/42 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7b48:c03:de88:3a47:fb9f:b000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7849:eff0:f399:2248:9b3:7400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7d20:1b4b:3909:6266:8cf2:9d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7f43:1e65:57f9:9380:15dc:c900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:c073:770e:ad96:2a4f:cbfa:8541:7800/38 ge 40 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:c073:719a:d5b5:43f6:39b2:5a70:4c00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7050:34cf:92bd:644d:475:1100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:736f:3132:7642:e65:cf3a:a900/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7368:41f5:393:a451:684d:e100/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c073:7230:2c5f:12d8:ee21:d36f:4900/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c071:c449:be56:c75f:1a86:3b79:dd00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:c071:f31c:ad16:fc10:5f35:5ccb:1100/42 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:c071:f371:1dba:f18c:12be:2188:9e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c071:f347:2fa8:a727:a2e:a3e6:c600/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:c071:f38d:276a:d9b:3d0d:5160:2400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:c071:4cfd:cb80:a09d:4187:7981:7c00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:c071:4cf4:612a:b45c:3a64:af48:6c00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:c071:4cf7:f1aa:ffd5:6b4d:8cb2:1100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb0:4a4f:3b75:2fc:437b:ef02:3900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb4:843a:5b9f:fbab:30d:7703:7400/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb7:353c:2af9:38d4:2dfc:1bf6:1000/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb6:512:d9f:c824:25b7:6bb8:b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb6:50e:7288:6ad:df96:708c:a400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:dfb6:54d:1e22:a51c:8e16:5d8:dc00/43 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:d301:d42e:d449:675e:e605:3081:1600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:f497:3cb9:2657:63f4:61d1:ecbc:700/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa63:c3e4:f57:1630:b90b:99ae:8b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa67:a0c4:4a30:3683:ffc7:41f5:1d00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa67:a4f5:ab25:d4f9:c885:df44:a000/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa66:4689:e6da:555b:9ff9:d486:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa66:5dd3:662:ea18:2e24:2b71:800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa66:5d3d:47a7:531e:3fc3:c9c3:6600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa66:5d15:2ef2:7d07:d960:41f7:9800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:fa66:5d50:d6d3:5765:b0a5:9ea1:1e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb06:3f0:e7df:eed8:d69:cf7b:db00/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb05:24f8:2295:dcce:8c5:c0e4:2f00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb05:25f6:5414:2169:ca3d:6f6:1200/42 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb03:22cb:cf9d:f5de:386:ea1a:6900/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb00:2255:9c97:fe70:9b9d:5b6f:c500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8234:c87:f16d:464a:1f9:af00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8213:1dc6:cad5:dc99:120a:4700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8217:3775:f3d4:1e2c:b840:5e00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:821c:bc81:94f3:15a2:b288:3600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:820f:c614:dff1:3ab:987e:3900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:824b:2e20:20dd:b686:d04f:a500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8262:3709:b3ef:987e:30fa:3b00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:eb01:82ca:7ade:8842:397f:3822:fe00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:82e0:29fd:9405:4f5b:58a8:6100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:829e:e809:aad2:7655:7534:1000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:838d:e23b:3b1:82b:6d2b:f000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:83cf:1cea:9fdd:c137:a4bc:d00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:83e3:196b:f7f9:de6b:2545:9d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8321:b8:b1a7:5e8c:b67e:500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8325:82d7:1549:2666:c894:5800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:832c:e858:f29b:59fc:4424:7c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8309:6b2c:8dd9:31d:caae:8900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:834d:83ad:1cf6:67a6:9a2b:4700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:836f:1c83:5400:abbd:3623:6000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8186:517f:3d86:269a:ada1:5500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:81c2:7951:be8d:18e0:60a5:9700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:81d8:b7a1:8493:5b9c:e961:2b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:81db:f82f:5e49:656:1d98:8700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:81d5:b458:ef93:55f5:ef3a:7e00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:813e:898c:83e0:2de0:aee5:3200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:815b:c0de:57e3:b7df:6eae:cf00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:80ff:7f00:8db2:7c20:1930:3d00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:eb01:80f1:d8c1:2bff:6690:a957:c800/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:80f7:2617:f4ad:8968:380:2500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:80c4:34ed:4a3e:fca9:7283:d300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:808e:794a:2308:5e21:d06b:fb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:80a0:d409:6f62:4106:79c8:9100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8079:b9c7:4fb3:ffc4:3786:ed00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8001:b424:611d:5c7d:d316:eb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:803e:cc8b:de4f:69c2:25fc:a900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8581:1748:ace6:4ce3:c737:4500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:85c7:bf1e:f1f9:740d:969c:db00/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:85f9:6679:4de9:ce2a:e3b:eb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:848a:2e49:c3a0:590d:9f29:3d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:840a:416:c4f9:9746:e169:5b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8464:5a88:e071:5c4b:b0ea:e300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8467:2b34:e7fe:fa96:dc1c:6400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8463:540f:3525:dbdb:4be8:c200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8461:6709:75e4:158f:2054:1900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:846e:47a:a029:e6d9:2078:c700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:87e5:c938:23eb:d7a9:38da:1900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8789:54d7:d73e:ba:53b4:c900/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:878e:e40a:f3b1:edbe:b303:3a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8783:6d56:3ba3:e2c0:510f:2300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8784:87d6:405f:77ad:f41f:8d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:86c3:600d:d464:db93:1779:5700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8683:2cce:7fc6:6fc3:f622:1d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8606:1674:73b9:3fcc:c8b3:4b00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8679:69fb:fcd9:7940:8439:2e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8651:6d84:4091:4ae6:e0c7:4700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8f52:3a95:32a9:66d0:1be7:c700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8f67:718e:c192:a87d:b24d:5400/44 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8ff8:799a:85dd:d0e:bf76:d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8ff4:669d:e533:1c87:194e:3500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8f8b:a6bf:65c3:b928:601:c900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8e4d:d75f:4b74:716d:f046:4100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8e73:36c2:1d2f:2472:c1b0:9d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8eca:21fa:2a59:2a22:84cb:eb00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8ee0:461a:93b2:120e:f804:ba00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8eaa:7f21:53cb:9141:8f6d:cb00/42 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8cb6:f2fe:3a26:43ee:ac64:5600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8c91:e5a4:6b2c:b6f6:7586:5900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8cc1:6b1f:f783:a82:b4f1:2400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8cf7:2425:12b5:5db4:d71e:500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8cec:3a53:8218:f7e3:b3c6:3b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8c6f:353f:9cbf:a7e8:6fbc:8400/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8c1d:72f0:f479:cacb:7cab:f500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8c1f:940f:1af3:3af7:4d66:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8c0c:2164:5506:475c:c118:a800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8c3f:de0:3633:58f4:bc02:3e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8d85:b2a3:9105:5778:5a93:3e00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8da5:4a91:3b96:3ea0:4a43:4000/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8dc1:c9dd:cbd5:72af:85b2:ad00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8df6:b417:569f:60c3:ebdb:ae00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8de1:5690:83c6:636c:728c:4200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8d6f:9672:c4db:f051:38cc:e700/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8d2d:7aeb:295e:ec82:b715:400/44 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8d08:f45e:51c4:8976:6d00:e100/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6200:eb01:8ae2:ee3e:6d99:dac4:b790:2100/43 ge 44 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8ade:dc90:b53a:5e2f:7f5f:f100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8a9c:a902:1019:8e26:a4f4:ee00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8a0a:bd41:bd91:b9f7:c1ca:6c00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8a30:f40c:994f:5be8:9e57:7c00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8a57:8c9b:f68e:625a:8775:8300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8a51:f48b:8428:f5fa:754a:1b00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8a44:938a:85e3:b1a4:f3cc:d700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b18:924b:e490:c5bc:17fa:fe00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b23:3021:dff0:fa34:6ae4:dd00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b7e:f93b:6349:655d:7fff:6800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eb01:8b45:f8f5:ce81:1637:be17:8a00/45 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:eb01:8bda:2c69:82b0:ae89:d20e:1a00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8bc9:f028:d4a1:e18e:7e1f:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8be4:7cd:afb7:5fe9:91d2:3e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b9f:ed83:4cae:9e6c:4c2c:5900/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b99:ab00:1de8:c85a:518b:4800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8b8c:d12f:73ce:deda:fb3d:8600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:eb01:8baf:3e77:7017:4269:cd35:d800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:ef1e:9090:6d70:e6c1:38b5:5922:d500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:ec43:5b09:15fe:ca0b:a772:274:4000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:eddd:1d8c:f0a3:7ea0:2cae:c734:b600/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:e32f:e9be:e7c:7e7e:fe8e:5a41:7600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:e32f:ad42:adb4:ea9c:b58b:9196:6000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:e7b5:6e7e:ad8e:3ac2:7a05:7f70:5400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:e6c3:8aac:7c9:1817:7dd7:3eff:1a00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:a2bc:969e:6fa9:42ae:df26:7891:de00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:a30d:f3a4:1fa7:4fea:6280:2016:8f00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:ac9d:e063:b761:5792:e4c5:9606:d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:ac9c:403d:7d76:e447:ace4:8e44:ae00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:bf50:3267:19a9:3d02:7e60:11c0:3000/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9d4d:94a2:29d6:7bba:7f2:602:6900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9d4f:6d3:47d:ab8d:4da:43e5:f800/31 ge 32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6200:9d48:d946:bc9d:9a29:6abc:ad9a:ab00/30 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6200:9abf:8778:5d2c:ec15:da3:7e:e00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9abf:877c:74be:332a:4be4:ed54:3200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9abf:877f:c69b:3aba:730c:21de:cf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9abf:8768:8b2d:df5d:f792:8aca:e900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9423:5e0b:31af:3cb:8f8f:93a2:c200/35 ge 36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:9423:fa7d:a7a6:ea30:c430:b20f:a700/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6200:89d5:f64e:6b3b:d647:9b72:71f6:e300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:a9a:914c:c98:deff:86f8:be9b:6100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:8e4:3005:a6fd:6809:d9d8:9f79:8800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:c21:118e:bd04:f3f6:29fb:6fe2:3c00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f29:312a:2af5:1d03:f94d:70e0:d800/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:1551:c7bd:c52d:b11:6701:2a99:7100/30 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:3f6a:6cea:52bf:f20c:ea82:1674:2200/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:2bdb:17d0:4a3f:6ad6:3887:6b82:6300/30 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:2fe6:eba3:2663:8d55:46e3:acd:c500/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:7b2e:b978:266d:f3fd:f891:d2d9:6900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:7b29:64b3:5691:eb56:97ed:9ac4:8100/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:645d:5eb0:c539:f8eb:436d:82ed:4800/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:645a:c85b:ee11:ede8:dbf1:2835:d200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:a465:ede4:5fe5:44ed:e05d:3100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:68fa:a4d0:ac3:2573:b09f:2400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:68c1:140b:da33:1d6f:5cdf:1c00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:689c:8ed4:ea:10d0:d3c9:5400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:68b0:fe92:88d9:b0b:f5c0:a200/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:687c:9516:e985:6a6c:302c:2300/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:684b:8ce0:1294:44b8:63bc:6a00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:6823:83c0:66b2:7619:e22e:d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:6e6f:be6f:5aab:3eab:66ab:6100/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6459:6c31:3fb:6c78:8bc1:38e7:4a00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:6a2f:a64a:a1f3:41fb:e5f:cb99:f300/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:5beb:5035:b56a:4888:1a7c:51b:f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:5bed:18b6:8364:5031:4646:775f:ec00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:5c7c:d6c5:96a0:c8ec:4342:5804:8000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:5c7c:d6c6:813e:76e9:ac81:7c6:f300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:56d3:f3a8:43a7:18c:3e0c:14fd:5400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:53f6:4df5:c1bc:2082:7aed:15b5:f400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:4c99:fb77:fbf0:1ef4:29f1:a107:3d00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e26e:540e:3210:917d:374f:d307:8d00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e4bf:7ee3:354f:4ff:909e:9454:8400/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e511:24af:d695:760c:c0af:5e49:d000/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e511:249b:fe7:408e:e260:929b:1500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:46f9:b4fd:b5e3:f5ca:632e:2f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:46c0:7021:c4f1:4cbc:5eff:b00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:46c3:7221:84c9:b566:840c:9900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:9d5a:a9fd:e311:be88:ce10:8a00/46 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:9d46:a8de:c12f:1288:7bc5:a300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e510:9d3a:6556:e118:90ae:2044:6f00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e730:fe93:5589:7d89:c461:9f9d:f00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:e692:bc4:c9b6:27fb:c5a5:b2de:5b00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f329:5174:2c9c:177c:8ec:1ed:ff00/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:f4ae:c9b0:28ac:99ff:de41:93af:9400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:f4ae:c9b2:8eb0:363:f43:220c:6800/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:f4ae:c844:fdff:6dea:9d81:d7de:de00/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6201:f4ae:c6ac:cd1d:1dc4:ccd8:e15b:3b00/44 ge 45 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:f4ae:c6b6:3809:3b95:e6a1:5998:1700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:ae13:bc38:4a2a:bae6:3bff:6d00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:ae11:45fe:d0a6:46:37b0:ef00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:ae6b:bdc4:7828:65de:8ff0:9600/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:a878:27ca:1b66:a675:f6c9:8800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:a36f:d4ff:2461:43d9:6413:ea00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:a0ca:ae7:37bd:7d97:a02e:9500/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:226d:cb75:5287:f969:c30:c000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:226f:2ac9:8fb6:c89d:8da4:1600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:226b:609f:bb9d:37b4:99d9:3e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:f4ae:2265:fed4:530c:c321:bfe1:b700/46 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:f4ae:2261:5502:a7a7:2653:daea:e300/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:2263:3fee:bed7:bcdf:3481:bb00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:227a:ae9c:178b:8c80:d1a0:1900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:f4ae:227e:7db9:cd21:be8c:1fb4:dd00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:f4ae:2274:556:7113:63c5:9d3d:7700/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:2276:81c5:6db9:be77:f9a2:bc00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:2270:a6f2:f51:55f5:22f8:f00/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:f4ae:225d:7709:8b5d:904f:e89b:6500/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:f4ae:225f:6488:6736:cc26:c6d0:1400/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6201:f4ae:225a:f8b0:ece1:5f27:9c8e:7d00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6201:f4ac:e4c5:bbd5:bd28:bb12:4966:c600/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:fb81:e3f2:9e44:c4a8:eff5:63bf:4600/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:fb81:eb41:ac0f:5205:e016:33ed:a900/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:d0e5:f27a:a919:6dd3:500c:893a:4900/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:d0e4:a648:3875:cd45:35b6:9052:c800/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:d0e7:75a4:c2ab:d9cc:a16e:49e2:be00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:d0e0:2968:6727:b552:13d6:f618:1a00/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:d0e2:a8e1:d65d:c7fb:fc5b:151f:b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:caa3:ec9:1aec:42a7:bff7:b7b2:5900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:caa1:a8cc:a227:64d7:84f6:68c4:5400/31 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(
+ config_line=" 6201:caa6:a892:ae6d:1740:5018:c896:d300/30 ge 32 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:cf9c:fd71:d9bd:4925:f8b8:7f4c:ee00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:a963:a985:cc4c:5036:230:c868:4200/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:a967:caf4:f47b:7c36:f8fb:463f:f00/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:bb29:9012:1279:f569:914c:d138:3200/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:bdb9:fad8:9c92:efe6:1c21:98f5:c100/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:b66b:b336:d242:3d7c:854b:c56e:f400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:b66f:77af:297c:ecab:6213:47b:5500/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:b462:da74:f6a5:c2c4:6262:e80c:1a00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:b467:f9e1:3e47:f396:5d7b:2514:da00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:98b9:a5ab:f428:ff9d:cfc4:fd87:3400/45 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6201:98b9:a5b1:2b0b:31b4:f1c0:13c4:e700/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6201:98b9:a58d:2476:2f61:9bfc:e675:9000/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6201:99bf:a260:e8b8:e1bb:b81f:ca9:ea00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:b7f:fa05:e44c:58c5:6f46:8e1d:f600/36 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:b7f:3949:c8f3:2d3c:ccb7:9e20:d000/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:1f1d:9195:587a:82d9:ce6b:c33b:2e00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:36d3:4407:856c:e69d:53ec:ec8c:cd00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:342c:e0fa:eb8f:31ab:77f5:a72a:3b00/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ed0:7b81:8561:7313:dab0:237d:d900/29 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae9:bf9d:ee71:99e0:5453:f2be:d600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:159:43b6:da06:630d:1038:c400/40 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:2fb:cf49:3aee:ec64:5a95:8400/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:2b8:ad7:f305:4c10:6f82:4e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:2ba:876:97db:fa0e:1f69:3400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:2bd:6ceb:bdb9:6dd1:d55b:5500/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:297:67b0:8042:562c:64bc:7400/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:219:14b:9dcf:2a39:b758:3900/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:234:2459:dc16:b47:3a47:4800/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:278:cc59:90fe:623a:77e8:1500/45 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:277:a5b7:1647:a001:a70f:9800/46 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:271:9f44:2816:900f:ffbb:c400/47 ge 48 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:273:2924:8ea5:f5e1:f64a:ca00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:266:b5f:1b1b:8f5c:695f:c800/44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:338:f929:8810:5d51:6f23:3a00/43 ge 44 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:3ae8:2aab:14df:9c8:78fe:8725:b200/35 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:2524:7660:ed31:80a2:b8da:5433:cf00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 621c:2524:7662:8a84:b964:76ab:ad2c:cc00/47 ge 48 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 621c:2524:7664:faa7:bebe:cc6:634c:1c00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:5121:b45b:848f:b66f:d0bc:7cd1:9100/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:5568:bc80:e4a2:97d1:c5b3:d05d:8700/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:565d:c602:91f3:e96d:7024:18ea:7e00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:5d3a:3606:338e:3054:ecf1:b0e3:4f00/48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 621c:5e80:d1a8:fe9a:da64:1a08:8a95:a600/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:df4a:ba37:677c:4a5f:efc4:fc1c:b300/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:db83:6b52:5549:9b9c:bef:2c61:e800/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:dab8:e583:3af6:e392:ea32:9961:7b00/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:cc20:e77e:4a34:a9a2:e628:4811:6100/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:c9ca:9946:82ee:abbd:f610:9c6a:d500/32 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:c9b0:6548:2dae:ed05:7d6:bc80:7700/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:c9b0:6552:b859:2bc6:2664:6f8b:1000/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(
+ config_line=" 6744:c9b0:6556:4c93:34bc:6f8f:7766:9a00/46 ge 47 le 48,", parents=("prefix-set AS12345",)
+ ),
+ ConfigLine(config_line=" 6744:c9b0:6559:3657:841e:f1cc:2f5a:700/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6744:c9b0:6569:e836:fdef:e52f:7423:dc00/47 le 48,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 110.62.130.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 173.29.13.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 109.145.87.0/24,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 215.200.129.0/23,", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line=" 6b51:91c1:956:e9bc:765b:82e:649a:f100/32", parents=("prefix-set AS12345",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set DEFAULT", parents=()),
+ ConfigLine(config_line=" 0.0.0.0/0,", parents=("prefix-set DEFAULT",)),
+ ConfigLine(config_line=" 51b3:9631:e621:1229:f4de:9224:3df8:1600/0", parents=("prefix-set DEFAULT",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set MARTIAN", parents=()),
+ ConfigLine(config_line=" 0.0.0.0/8 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 10.142.79.0/8 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 79.133.15.0/10 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 80.251.113.0/8 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 170.34.145.0/16 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 172.24.173.0/12 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 192.0.0.0/24 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 192.15.238.0/24 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 192.168.30.0/16 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 197.32.173.0/15 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 197.25.134.0/24 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 205.199.55.0/24 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 224.0.0.0/4 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 240.0.0.0/4 le 32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 255.255.255.255/32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 51b3:9631:e621:1229:f4de:9224:3df8:1600/128,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 51b3:9631:e621:1229:f4de:9224:3df8:1601/128,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 51b3:9631:e621:1229:f4de:9224:bb85:cd00.0.0.0/96,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 51b3:9631:e621:1229:f4de:9224:3df8:1600/96,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 6dc1:492:4723:5109:7780:5e9:feae:8900/28,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" a920:8059:328e:bd58:cf03:170f:3001:5b00/7,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" aa47:1694:e36c:536f:9ced:1d6d:1cf7:1000/10,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" aa19:ffde:b8e6:f6af:6d96:ff32:ba02:c00/10,", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line=" ab6f:cc25:bc9a:9fc1:f18c:6230:fe4a:4800/8", parents=("prefix-set MARTIAN",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set CUSTOMER-339651554-IN", parents=()),
+ ConfigLine(config_line=" 10.83.236.0/16,", parents=("prefix-set CUSTOMER-339651554-IN",)),
+ ConfigLine(config_line=" 10.83.169.11/32,", parents=("prefix-set CUSTOMER-339651554-IN",)),
+ ConfigLine(config_line=" 10.83.175.0/24", parents=("prefix-set CUSTOMER-339651554-IN",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set CUSTOMER-AS63447-IN", parents=()),
+ ConfigLine(config_line=" 203.168.126.0/24,", parents=("prefix-set CUSTOMER-AS63447-IN",)),
+ ConfigLine(config_line=" 203.86.83.0/24,", parents=("prefix-set CUSTOMER-AS63447-IN",)),
+ ConfigLine(config_line=" 203.86.82.0/24,", parents=("prefix-set CUSTOMER-AS63447-IN",)),
+ ConfigLine(config_line=" 65.147.197.0/22 le 24,", parents=("prefix-set CUSTOMER-AS63447-IN",)),
+ ConfigLine(
+ config_line=" 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 42", parents=("prefix-set CUSTOMER-AS63447-IN",)
+ ),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="prefix-set CUSTOMER-339651554-OUT", parents=()),
+ ConfigLine(config_line=" 172.22.181.0/19,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.22.157.0/19,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.18.132.0/16,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.23.89.0/16,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.22.241.0/19,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.22.204.0/19,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.43.44.24/32,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 172.22.5.0/19,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.234.54.0/21,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.234.59.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.234.56.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.34.119.0/16,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.42.189.2/32,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.42.189.1/32,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.42.167.2/32,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.98.167.0/16,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.30.0/16,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 203.124.235.92/32,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.51.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.22.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.120.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.26.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.17.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 192.168.30.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 10.98.167.0/24,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 169.214.15.0/22,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 169.214.99.0/22,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.189.0/22,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.45.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.56.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.52.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.48.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.246.0/23,", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line=" 162.219.236.0/23", parents=("prefix-set CUSTOMER-339651554-OUT",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="as-path-set TRANSIT-AS", parents=()),
+ ConfigLine(
+ config_line=" ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852) .*',",
+ parents=("as-path-set TRANSIT-AS",),
+ ),
+ ConfigLine(
+ config_line=" ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852)$'",
+ parents=("as-path-set TRANSIT-AS",),
+ ),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set SOURCE--INTERNAL-BGP", parents=()),
+ ConfigLine(config_line=" 40302:1005", parents=("community-set SOURCE--INTERNAL-BGP",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set ANNOUNCE--CUSTOMER-FULL", parents=()),
+ ConfigLine(config_line=" 40302:1001,", parents=("community-set ANNOUNCE--CUSTOMER-FULL",)),
+ ConfigLine(config_line=" 40302:2000,", parents=("community-set ANNOUNCE--CUSTOMER-FULL",)),
+ ConfigLine(config_line=" 40302:3000,", parents=("community-set ANNOUNCE--CUSTOMER-FULL",)),
+ ConfigLine(config_line=" 40302:9000", parents=("community-set ANNOUNCE--CUSTOMER-FULL",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set SOURCE--CUSTOMER-STATIC", parents=()),
+ ConfigLine(config_line=" 40302:1003", parents=("community-set SOURCE--CUSTOMER-STATIC",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set SOURCE--INTERNAL-STATIC", parents=()),
+ ConfigLine(config_line=" 40302:1003", parents=("community-set SOURCE--INTERNAL-STATIC",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set SOURCE--CUSTOMER-CONNECTED", parents=()),
+ ConfigLine(config_line=" 40302:1002", parents=("community-set SOURCE--CUSTOMER-CONNECTED",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="community-set SOURCE--INTERNAL-CONNECTED", parents=()),
+ ConfigLine(config_line=" 40302:1002", parents=("community-set SOURCE--INTERNAL-CONNECTED",)),
+ ConfigLine(config_line="end-set", parents=()),
+ ConfigLine(config_line="route-policy RR", parents=()),
+ ConfigLine(config_line=" if community matches-any (40302:666) then", parents=("route-policy RR",)),
+ ConfigLine(
+ config_line=" set next-hop discard",
+ parents=("route-policy RR", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(config_line=" done", parents=("route-policy RR", " if community matches-any (40302:666) then")),
+ ConfigLine(config_line=" else", parents=("route-policy RR",)),
+ ConfigLine(config_line=" pass", parents=("route-policy RR", " else")),
+ ConfigLine(config_line=" endif", parents=("route-policy RR",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy AO-IN($AO)", parents=()),
+ ConfigLine(config_line=" apply GLOBAL-FILTER", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(config_line=" if community matches-any (40302:666) then", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(
+ config_line=" if destination or-longer $AO then",
+ parents=("route-policy AO-IN($AO)", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(
+ config_line=" apply CUSTOMER-BLACKHOLE",
+ parents=(
+ "route-policy AO-IN($AO)",
+ " if community matches-any (40302:666) then",
+ " if destination or-longer $AO then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" done",
+ parents=(
+ "route-policy AO-IN($AO)",
+ " if community matches-any (40302:666) then",
+ " if destination or-longer $AO then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" else", parents=("route-policy AO-IN($AO)", " if community matches-any (40302:666) then")
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=("route-policy AO-IN($AO)", " if community matches-any (40302:666) then", " else"),
+ ),
+ ConfigLine(
+ config_line=" endif", parents=("route-policy AO-IN($AO)", " if community matches-any (40302:666) then")
+ ),
+ ConfigLine(
+ config_line=" pass", parents=("route-policy AO-IN($AO)", " if community matches-any (40302:666) then")
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(config_line=" if destination in $AO then", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(
+ config_line=" apply CUSTOMER-PREFERENCE", parents=("route-policy AO-IN($AO)", " if destination in $AO then")
+ ),
+ ConfigLine(config_line=" done", parents=("route-policy AO-IN($AO)", " if destination in $AO then")),
+ ConfigLine(config_line=" endif", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(config_line=" drop", parents=("route-policy AO-IN($AO)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy AO-OUT($ASN, $AO_FILTER)", parents=()),
+ ConfigLine(config_line=" if destination in $AO_FILTER then", parents=("route-policy AO-OUT($ASN, $AO_FILTER)",)),
+ ConfigLine(
+ config_line=" drop", parents=("route-policy AO-OUT($ASN, $AO_FILTER)", " if destination in $AO_FILTER then")
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-every (64949:1000, 64949:$ASN) then",
+ parents=("route-policy AO-OUT($ASN, $AO_FILTER)",),
+ ),
+ ConfigLine(
+ config_line=" delete community in (no-export)",
+ parents=(
+ "route-policy AO-OUT($ASN, $AO_FILTER)",
+ " elseif community matches-every (64949:1000, 64949:$ASN) then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" done",
+ parents=(
+ "route-policy AO-OUT($ASN, $AO_FILTER)",
+ " elseif community matches-every (64949:1000, 64949:$ASN) then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-any ANNOUNCE--CUSTOMER-FULL then",
+ parents=("route-policy AO-OUT($ASN, $AO_FILTER)",),
+ ),
+ ConfigLine(
+ config_line=" pass",
+ parents=(
+ "route-policy AO-OUT($ASN, $AO_FILTER)",
+ " elseif community matches-any ANNOUNCE--CUSTOMER-FULL then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" done",
+ parents=(
+ "route-policy AO-OUT($ASN, $AO_FILTER)",
+ " elseif community matches-any ANNOUNCE--CUSTOMER-FULL then",
+ ),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy AO-OUT($ASN, $AO_FILTER)",)),
+ ConfigLine(config_line=" drop", parents=("route-policy AO-OUT($ASN, $AO_FILTER)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy AOIP-IN($AO, $ASN, $RTBH)", parents=()),
+ ConfigLine(config_line=" apply GLOBAL-FILTER", parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)",)),
+ ConfigLine(config_line=" if destination in $AO then", parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)",)),
+ ConfigLine(
+ config_line=" apply CUSTOMER-PREFERENCE",
+ parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)", " if destination in $AO then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)", " if destination in $AO then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:$ASN) additive",
+ parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)", " if destination in $AO then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)",)),
+ ConfigLine(config_line=" if destination in $RTBH then", parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)",)),
+ ConfigLine(
+ config_line=" apply CUSTOMER-BLACKHOLE",
+ parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)", " if destination in $RTBH then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy AOIP-IN($AO, $ASN, $RTBH)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)", parents=()),
+ ConfigLine(config_line=" apply GLOBAL-FILTER", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)),
+ ConfigLine(
+ config_line=" if destination in $GENERAL then", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)
+ ),
+ ConfigLine(
+ config_line=" apply CUSTOMER-PREFERENCE",
+ parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)", " if destination in $GENERAL then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)),
+ ConfigLine(
+ config_line=" if destination in $TINY then", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)
+ ),
+ ConfigLine(
+ config_line=" apply CUSTOMER-PREFERENCE",
+ parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)", " if destination in $TINY then"),
+ ),
+ ConfigLine(
+ config_line=" set community (no-export) additive",
+ parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)", " if destination in $TINY then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)),
+ ConfigLine(
+ config_line=" if destination in $RTBH then", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)
+ ),
+ ConfigLine(
+ config_line=" apply CUSTOMER-BLACKHOLE",
+ parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)", " if destination in $RTBH then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy GLOBAL-FILTER", parents=()),
+ ConfigLine(
+ config_line=" if destination in DEFAULT or destination in MARTIAN then",
+ parents=("route-policy GLOBAL-FILTER",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=("route-policy GLOBAL-FILTER", " if destination in DEFAULT or destination in MARTIAN then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy GLOBAL-FILTER",)),
+ ConfigLine(
+ config_line=" if as-path in (ios-regex '_0_') or as-path passes-through '23456' or as-path passes-through '[64496..131071]' or as-path passes-through '[4200000000..4294967295]' or as-path in TRANSIT-AS then",
+ parents=("route-policy GLOBAL-FILTER",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=(
+ "route-policy GLOBAL-FILTER",
+ " if as-path in (ios-regex '_0_') or as-path passes-through '23456' or as-path passes-through '[64496..131071]' or as-path passes-through '[4200000000..4294967295]' or as-path in TRANSIT-AS then",
+ ),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy GLOBAL-FILTER",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-FULL-OUT", parents=()),
+ ConfigLine(
+ config_line=" if community matches-any ANNOUNCE--CUSTOMER-FULL then",
+ parents=("route-policy CUSTOMER-FULL-OUT",),
+ ),
+ ConfigLine(
+ config_line=" pass",
+ parents=("route-policy CUSTOMER-FULL-OUT", " if community matches-any ANNOUNCE--CUSTOMER-FULL then"),
+ ),
+ ConfigLine(
+ config_line=" done",
+ parents=("route-policy CUSTOMER-FULL-OUT", " if community matches-any ANNOUNCE--CUSTOMER-FULL then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-FULL-OUT",)),
+ ConfigLine(config_line=" drop", parents=("route-policy CUSTOMER-FULL-OUT",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--AO-STATIC", parents=()),
+ ConfigLine(config_line=" if tag is 11478 then", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:11478) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then")
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then"),
+ ),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then")),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-STATIC", " if tag is 11478 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" if tag is 21548 then", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:21548) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then")
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then"),
+ ),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then")),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-STATIC", " if tag is 21548 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" if tag is 12345 then", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:12345) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then")
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then"),
+ ),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then")),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-STATIC", " if tag is 12345 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" if tag is 40191 then", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:40191) additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then")
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive",
+ parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then"),
+ ),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then")),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-STATIC", " if tag is 40191 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive", parents=("route-policy SOURCE--AO-STATIC",)
+ ),
+ ConfigLine(config_line=" set community (no-export) additive", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-STATIC",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-BLACKHOLE", parents=()),
+ ConfigLine(config_line=" if community matches-any (40302:666) then", parents=("route-policy CUSTOMER-BLACKHOLE",)),
+ ConfigLine(
+ config_line=" set community (40302:9000, 40302:666)",
+ parents=("route-policy CUSTOMER-BLACKHOLE", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 990",
+ parents=("route-policy CUSTOMER-BLACKHOLE", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(
+ config_line=" set med 20",
+ parents=("route-policy CUSTOMER-BLACKHOLE", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(
+ config_line=" done",
+ parents=("route-policy CUSTOMER-BLACKHOLE", " if community matches-any (40302:666) then"),
+ ),
+ ConfigLine(config_line=" else", parents=("route-policy CUSTOMER-BLACKHOLE",)),
+ ConfigLine(config_line=" drop", parents=("route-policy CUSTOMER-BLACKHOLE", " else")),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-BLACKHOLE",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", parents=()),
+ ConfigLine(
+ config_line=" if destination in DEFAULT then",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", " if destination in DEFAULT then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",)),
+ ConfigLine(
+ config_line=" if destination in $PRIMARY then",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 990",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", " if destination in $PRIMARY then"),
+ ),
+ ConfigLine(
+ config_line=" set community netconanRemoved0",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", " if destination in $PRIMARY then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",)),
+ ConfigLine(
+ config_line=" if destination in $BACKUP then",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 10",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", " if destination in $BACKUP then"),
+ ),
+ ConfigLine(
+ config_line=" set community netconanRemoved0",
+ parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)", " if destination in $BACKUP then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-956745530-IN", parents=()),
+ ConfigLine(config_line=" if destination in DEFAULT then", parents=("route-policy CUSTOMER-956745530-IN",)),
+ ConfigLine(
+ config_line=" drop", parents=("route-policy CUSTOMER-956745530-IN", " if destination in DEFAULT then")
+ ),
+ ConfigLine(config_line=" else", parents=("route-policy CUSTOMER-956745530-IN",)),
+ ConfigLine(
+ config_line=" set community netconanRemoved0", parents=("route-policy CUSTOMER-956745530-IN", " else")
+ ),
+ ConfigLine(config_line=" pass", parents=("route-policy CUSTOMER-956745530-IN", " else")),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-956745530-IN",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-PREFERENCE", parents=()),
+ ConfigLine(config_line=" set community (40302:9000) additive", parents=("route-policy CUSTOMER-PREFERENCE",)),
+ ConfigLine(
+ config_line=" if community matches-any (40302:9001) then", parents=("route-policy CUSTOMER-PREFERENCE",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference 990",
+ parents=("route-policy CUSTOMER-PREFERENCE", " if community matches-any (40302:9001) then"),
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-any (40302:9002) then", parents=("route-policy CUSTOMER-PREFERENCE",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference 10",
+ parents=("route-policy CUSTOMER-PREFERENCE", " elseif community matches-any (40302:9002) then"),
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-any (40302:9010) then", parents=("route-policy CUSTOMER-PREFERENCE",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference 290",
+ parents=("route-policy CUSTOMER-PREFERENCE", " elseif community matches-any (40302:9010) then"),
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-any (40302:9011) then", parents=("route-policy CUSTOMER-PREFERENCE",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference 280",
+ parents=("route-policy CUSTOMER-PREFERENCE", " elseif community matches-any (40302:9011) then"),
+ ),
+ ConfigLine(
+ config_line=" elseif community matches-any (40302:9020) then", parents=("route-policy CUSTOMER-PREFERENCE",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference 190",
+ parents=("route-policy CUSTOMER-PREFERENCE", " elseif community matches-any (40302:9020) then"),
+ ),
+ ConfigLine(config_line=" else", parents=("route-policy CUSTOMER-PREFERENCE",)),
+ ConfigLine(config_line=" set local-preference 990", parents=("route-policy CUSTOMER-PREFERENCE", " else")),
+ ConfigLine(
+ config_line=" set community (40302:9001) additive", parents=("route-policy CUSTOMER-PREFERENCE", " else")
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-PREFERENCE",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)", parents=()),
+ ConfigLine(
+ config_line=" if destination in $DR then", parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)",)
+ ),
+ ConfigLine(
+ config_line=" set local-preference $PREF",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)", " if destination in $DR then"),
+ ),
+ ConfigLine(
+ config_line=" set community netconanRemoved0",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)", " if destination in $DR then"),
+ ),
+ ConfigLine(
+ config_line=" elseif destination in $GENERAL and destination in DEFAULT then",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=(
+ "route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)",
+ " elseif destination in $GENERAL and destination in DEFAULT then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" elseif destination in $GENERAL then",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)",),
+ ),
+ ConfigLine(
+ config_line=" set local-preference $PREF",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)", " elseif destination in $GENERAL then"),
+ ),
+ ConfigLine(
+ config_line=" set community netconanRemoved0",
+ parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)", " elseif destination in $GENERAL then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", parents=()),
+ ConfigLine(
+ config_line=" if destination in DEFAULT then",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", " if destination in DEFAULT then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",)),
+ ConfigLine(
+ config_line=" if destination in $PRIMARY then",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" set med 10",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", " if destination in $PRIMARY then"),
+ ),
+ ConfigLine(
+ config_line=" pass",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", " if destination in $PRIMARY then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",)),
+ ConfigLine(
+ config_line=" if destination in $BACKUP then",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",),
+ ),
+ ConfigLine(
+ config_line=" set med 30",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", " if destination in $BACKUP then"),
+ ),
+ ConfigLine(
+ config_line=" pass",
+ parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)", " if destination in $BACKUP then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-956745530-OUT", parents=()),
+ ConfigLine(config_line=" if destination in DEFAULT then", parents=("route-policy CUSTOMER-956745530-OUT",)),
+ ConfigLine(
+ config_line=" drop", parents=("route-policy CUSTOMER-956745530-OUT", " if destination in DEFAULT then")
+ ),
+ ConfigLine(config_line=" else", parents=("route-policy CUSTOMER-956745530-OUT",)),
+ ConfigLine(config_line=" pass", parents=("route-policy CUSTOMER-956745530-OUT", " else")),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-956745530-OUT",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy CUSTOMER-DEFAULT-OUT", parents=()),
+ ConfigLine(config_line=" if destination in DEFAULT then", parents=("route-policy CUSTOMER-DEFAULT-OUT",)),
+ ConfigLine(
+ config_line=" pass", parents=("route-policy CUSTOMER-DEFAULT-OUT", " if destination in DEFAULT then")
+ ),
+ ConfigLine(config_line=" else", parents=("route-policy CUSTOMER-DEFAULT-OUT",)),
+ ConfigLine(config_line=" drop", parents=("route-policy CUSTOMER-DEFAULT-OUT", " else")),
+ ConfigLine(config_line=" endif", parents=("route-policy CUSTOMER-DEFAULT-OUT",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)", parents=()),
+ ConfigLine(
+ config_line=" if destination in $DR then", parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)",)
+ ),
+ ConfigLine(
+ config_line=" set med $MED",
+ parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)", " if destination in $DR then"),
+ ),
+ ConfigLine(
+ config_line=" elseif destination in $GENERAL and destination in DEFAULT then",
+ parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)",),
+ ),
+ ConfigLine(
+ config_line=" drop",
+ parents=(
+ "route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)",
+ " elseif destination in $GENERAL and destination in DEFAULT then",
+ ),
+ ),
+ ConfigLine(
+ config_line=" elseif destination in $GENERAL then",
+ parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)",),
+ ),
+ ConfigLine(
+ config_line=" set med $MED",
+ parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)", " elseif destination in $GENERAL then"),
+ ),
+ ConfigLine(config_line=" endif", parents=("route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--AO-CONNECTED", parents=()),
+ ConfigLine(config_line=" if tag is 11478 then", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:11478) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then"),
+ ),
+ ConfigLine(
+ config_line=" set origin igp", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then")
+ ),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 11478 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" if tag is 21548 then", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:21548) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then"),
+ ),
+ ConfigLine(
+ config_line=" set origin igp", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then")
+ ),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 21548 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" if tag is 12345 then", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:12345) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then"),
+ ),
+ ConfigLine(
+ config_line=" set origin igp", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then")
+ ),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 12345 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" if tag is 40191 then", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(
+ config_line=" set community (64949:1000) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set community (64949:40191) additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set local-preference 790",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then"),
+ ),
+ ConfigLine(
+ config_line=" set origin igp", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then")
+ ),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then")),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-CONNECTED", " if tag is 40191 then")),
+ ConfigLine(config_line=" endif", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" set local-preference 790", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--AO-CONNECTED",),
+ ),
+ ConfigLine(config_line=" set community (no-export) additive", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line=" done", parents=("route-policy SOURCE--AO-CONNECTED",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--CUSTOMER-STATIC", parents=()),
+ ConfigLine(config_line=" set community netconanRemoved1", parents=("route-policy SOURCE--CUSTOMER-STATIC",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--INTERNAL-STATIC", parents=()),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-STATIC additive",
+ parents=("route-policy SOURCE--INTERNAL-STATIC",),
+ ),
+ ConfigLine(config_line=" set community (no-export) additive", parents=("route-policy SOURCE--INTERNAL-STATIC",)),
+ ConfigLine(config_line=" set local-preference 790", parents=("route-policy SOURCE--INTERNAL-STATIC",)),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--INTERNAL-STATIC",)),
+ ConfigLine(config_line=" set med 2", parents=("route-policy SOURCE--INTERNAL-STATIC",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--CUSTOMER-CONNECTED", parents=()),
+ ConfigLine(config_line=" set community netconanRemoved2", parents=("route-policy SOURCE--CUSTOMER-CONNECTED",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="route-policy SOURCE--INTERNAL-CONNECTED", parents=()),
+ ConfigLine(
+ config_line=" set community SOURCE--INTERNAL-CONNECTED additive",
+ parents=("route-policy SOURCE--INTERNAL-CONNECTED",),
+ ),
+ ConfigLine(
+ config_line=" set community (no-export) additive", parents=("route-policy SOURCE--INTERNAL-CONNECTED",)
+ ),
+ ConfigLine(config_line=" set local-preference 790", parents=("route-policy SOURCE--INTERNAL-CONNECTED",)),
+ ConfigLine(config_line=" set origin igp", parents=("route-policy SOURCE--INTERNAL-CONNECTED",)),
+ ConfigLine(config_line=" set med 1", parents=("route-policy SOURCE--INTERNAL-CONNECTED",)),
+ ConfigLine(config_line="end-policy", parents=()),
+ ConfigLine(config_line="router isis 40302", parents=()),
+ ConfigLine(config_line=" set-overload-bit on-startup wait-for-bgp", parents=("router isis 40302",)),
+ ConfigLine(config_line=" is-type level-2-only", parents=("router isis 40302",)),
+ ConfigLine(config_line=" net 00.0100.4415.5251.0000.00", parents=("router isis 40302",)),
+ ConfigLine(config_line=" nsf cisco", parents=("router isis 40302",)),
+ ConfigLine(config_line=" log adjacency changes", parents=("router isis 40302",)),
+ ConfigLine(config_line=" log pdu drops", parents=("router isis 40302",)),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router isis 40302",)),
+ ConfigLine(config_line=" metric-style wide", parents=("router isis 40302", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" mpls traffic-eng level-2-only", parents=("router isis 40302", " address-family ipv4 unicast")
+ ),
+ ConfigLine(
+ config_line=" mpls traffic-eng router-id 98.200.230.153",
+ parents=("router isis 40302", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" interface Bundle-Ether301", parents=("router isis 40302",)),
+ ConfigLine(config_line=" bfd minimum-interval 50", parents=("router isis 40302", " interface Bundle-Ether301")),
+ ConfigLine(config_line=" bfd multiplier 3", parents=("router isis 40302", " interface Bundle-Ether301")),
+ ConfigLine(config_line=" bfd fast-detect ipv4", parents=("router isis 40302", " interface Bundle-Ether301")),
+ ConfigLine(config_line=" point-to-point", parents=("router isis 40302", " interface Bundle-Ether301")),
+ ConfigLine(config_line=" link-down fast-detect", parents=("router isis 40302", " interface Bundle-Ether301")),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast", parents=("router isis 40302", " interface Bundle-Ether301")
+ ),
+ ConfigLine(
+ config_line=" fast-reroute per-prefix",
+ parents=("router isis 40302", " interface Bundle-Ether301", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" fast-reroute per-prefix remote-lfa tunnel mpls-ldp",
+ parents=("router isis 40302", " interface Bundle-Ether301", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" metric 30500",
+ parents=("router isis 40302", " interface Bundle-Ether301", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" mpls ldp sync",
+ parents=("router isis 40302", " interface Bundle-Ether301", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" interface Bundle-Ether302", parents=("router isis 40302",)),
+ ConfigLine(config_line=" bfd minimum-interval 50", parents=("router isis 40302", " interface Bundle-Ether302")),
+ ConfigLine(config_line=" bfd multiplier 3", parents=("router isis 40302", " interface Bundle-Ether302")),
+ ConfigLine(config_line=" bfd fast-detect ipv4", parents=("router isis 40302", " interface Bundle-Ether302")),
+ ConfigLine(config_line=" point-to-point", parents=("router isis 40302", " interface Bundle-Ether302")),
+ ConfigLine(config_line=" link-down fast-detect", parents=("router isis 40302", " interface Bundle-Ether302")),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast", parents=("router isis 40302", " interface Bundle-Ether302")
+ ),
+ ConfigLine(
+ config_line=" fast-reroute per-prefix",
+ parents=("router isis 40302", " interface Bundle-Ether302", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" fast-reroute per-prefix remote-lfa tunnel mpls-ldp",
+ parents=("router isis 40302", " interface Bundle-Ether302", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" metric 30500",
+ parents=("router isis 40302", " interface Bundle-Ether302", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" mpls ldp sync",
+ parents=("router isis 40302", " interface Bundle-Ether302", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" interface Loopback0", parents=("router isis 40302",)),
+ ConfigLine(config_line=" passive", parents=("router isis 40302", " interface Loopback0")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router isis 40302", " interface Loopback0")),
+ ConfigLine(config_line="router bgp 40302", parents=()),
+ ConfigLine(config_line=" nsr", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" bgp router-id 98.200.230.153", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" bgp graceful-restart graceful-reset", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" bgp graceful-restart", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" bgp log neighbor changes detail", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" address-family vpnv4 unicast", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" address-family ipv6 unicast", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" address-family vpnv6 unicast", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" address-family l2vpn evpn", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" neighbor-group P", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" remote-as 40302", parents=("router bgp 40302", " neighbor-group P")),
+ ConfigLine(config_line=" update-source Loopback0", parents=("router bgp 40302", " neighbor-group P")),
+ ConfigLine(config_line=" address-family vpnv4 unicast", parents=("router bgp 40302", " neighbor-group P")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor-group P", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" maximum-prefix 3145728 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor-group P", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(config_line=" address-family vpnv6 unicast", parents=("router bgp 40302", " neighbor-group P")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor-group P", " address-family vpnv6 unicast"),
+ ),
+ ConfigLine(config_line=" address-family l2vpn evpn", parents=("router bgp 40302", " neighbor-group P")),
+ ConfigLine(config_line=" neighbor 98.200.229.4", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" remote-as 40302", parents=("router bgp 40302", " neighbor 98.200.229.4")),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " neighbor 98.200.229.4"),
+ ),
+ ConfigLine(config_line=" update-source Loopback0", parents=("router bgp 40302", " neighbor 98.200.229.4")),
+ ConfigLine(config_line=" address-family vpnv4 unicast", parents=("router bgp 40302", " neighbor 98.200.229.4")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor 98.200.229.4", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" maximum-prefix 2000000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.4", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(config_line=" address-family vpnv6 unicast", parents=("router bgp 40302", " neighbor 98.200.229.4")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor 98.200.229.4", " address-family vpnv6 unicast"),
+ ),
+ ConfigLine(
+ config_line=" maximum-prefix 1000000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.4", " address-family vpnv6 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 98.200.229.11", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" remote-as 40302", parents=("router bgp 40302", " neighbor 98.200.229.11")),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " neighbor 98.200.229.11"),
+ ),
+ ConfigLine(config_line=" update-source Loopback0", parents=("router bgp 40302", " neighbor 98.200.229.11")),
+ ConfigLine(config_line=" address-family vpnv4 unicast", parents=("router bgp 40302", " neighbor 98.200.229.11")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor 98.200.229.11", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" maximum-prefix 2000000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.11", " address-family vpnv4 unicast"),
+ ),
+ ConfigLine(config_line=" address-family vpnv6 unicast", parents=("router bgp 40302", " neighbor 98.200.229.11")),
+ ConfigLine(
+ config_line=" route-policy RR in",
+ parents=("router bgp 40302", " neighbor 98.200.229.11", " address-family vpnv6 unicast"),
+ ),
+ ConfigLine(
+ config_line=" maximum-prefix 1000000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.11", " address-family vpnv6 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 98.200.229.147", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" remote-as 40302", parents=("router bgp 40302", " neighbor 98.200.229.147")),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " neighbor 98.200.229.147"),
+ ),
+ ConfigLine(config_line=" update-source Loopback0", parents=("router bgp 40302", " neighbor 98.200.229.147")),
+ ConfigLine(config_line=" address-family l2vpn evpn", parents=("router bgp 40302", " neighbor 98.200.229.147")),
+ ConfigLine(
+ config_line=" maximum-prefix 250000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.147", " address-family l2vpn evpn"),
+ ),
+ ConfigLine(config_line=" neighbor 98.200.229.148", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" remote-as 40302", parents=("router bgp 40302", " neighbor 98.200.229.148")),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " neighbor 98.200.229.148"),
+ ),
+ ConfigLine(config_line=" update-source Loopback0", parents=("router bgp 40302", " neighbor 98.200.229.148")),
+ ConfigLine(config_line=" address-family l2vpn evpn", parents=("router bgp 40302", " neighbor 98.200.229.148")),
+ ConfigLine(
+ config_line=" maximum-prefix 250000 85 discard-extra-paths",
+ parents=("router bgp 40302", " neighbor 98.200.229.148", " address-family l2vpn evpn"),
+ ),
+ ConfigLine(config_line=" vrf internet", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" rd 40302:4", parents=("router bgp 40302", " vrf internet")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302", " vrf internet")),
+ ConfigLine(
+ config_line=" bgp dampening", parents=("router bgp 40302", " vrf internet", " address-family ipv4 unicast")
+ ),
+ ConfigLine(
+ config_line=" label mode per-vrf",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--AO-CONNECTED",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--AO-STATIC",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" address-family ipv6 unicast", parents=("router bgp 40302", " vrf internet")),
+ ConfigLine(
+ config_line=" bgp dampening", parents=("router bgp 40302", " vrf internet", " address-family ipv6 unicast")
+ ),
+ ConfigLine(
+ config_line=" label mode per-vrf",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv6 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--AO-CONNECTED",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv6 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--AO-STATIC",
+ parents=("router bgp 40302", " vrf internet", " address-family ipv6 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 98.200.230.81", parents=("router bgp 40302", " vrf internet")),
+ ConfigLine(
+ config_line=" remote-as 12345", parents=("router bgp 40302", " vrf internet", " neighbor 98.200.230.81")
+ ),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast",
+ parents=("router bgp 40302", " vrf internet", " neighbor 98.200.230.81"),
+ ),
+ ConfigLine(
+ config_line=" send-community-ebgp",
+ parents=("router bgp 40302", " vrf internet", " neighbor 98.200.230.81", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" route-policy AO-IN(AS12345) in",
+ parents=("router bgp 40302", " vrf internet", " neighbor 98.200.230.81", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" route-policy AO-OUT(12345, NONE) out",
+ parents=("router bgp 40302", " vrf internet", " neighbor 98.200.230.81", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 73.74.217.242", parents=("router bgp 40302", " vrf internet")),
+ ConfigLine(
+ config_line=" remote-as 63447", parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242")
+ ),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242"),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast",
+ parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242"),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in",
+ parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-FULL-OUT out",
+ parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" default-originate",
+ parents=("router bgp 40302", " vrf internet", " neighbor 73.74.217.242", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d", parents=("router bgp 40302", " vrf internet")
+ ),
+ ConfigLine(
+ config_line=" remote-as 12345",
+ parents=("router bgp 40302", " vrf internet", " neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d"),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv6 unicast",
+ parents=("router bgp 40302", " vrf internet", " neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d"),
+ ),
+ ConfigLine(
+ config_line=" send-community-ebgp",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" route-policy AO-IN(AS12345) in",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" route-policy AO-OUT(12345, NONE) out",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d", parents=("router bgp 40302", " vrf internet")
+ ),
+ ConfigLine(
+ config_line=" remote-as 63447",
+ parents=("router bgp 40302", " vrf internet", " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d"),
+ ),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " vrf internet", " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d"),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv6 unicast",
+ parents=("router bgp 40302", " vrf internet", " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d"),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-FULL-OUT out",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" default-originate",
+ parents=(
+ "router bgp 40302",
+ " vrf internet",
+ " neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d",
+ " address-family ipv6 unicast",
+ ),
+ ),
+ ConfigLine(config_line=" vrf management", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" rd 40302:40302", parents=("router bgp 40302", " vrf management")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302", " vrf management")),
+ ConfigLine(
+ config_line=" label mode per-vrf",
+ parents=("router bgp 40302", " vrf management", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--INTERNAL-CONNECTED",
+ parents=("router bgp 40302", " vrf management", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--INTERNAL-STATIC",
+ parents=("router bgp 40302", " vrf management", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" vrf 10100:339651554", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" rd 20731:339651554", parents=("router bgp 40302", " vrf 10100:339651554")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302", " vrf 10100:339651554")),
+ ConfigLine(
+ config_line=" label mode per-vrf",
+ parents=("router bgp 40302", " vrf 10100:339651554", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED",
+ parents=("router bgp 40302", " vrf 10100:339651554", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--CUSTOMER-STATIC",
+ parents=("router bgp 40302", " vrf 10100:339651554", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 192.168.47.10", parents=("router bgp 40302", " vrf 10100:339651554")),
+ ConfigLine(
+ config_line=" remote-as 65014",
+ parents=("router bgp 40302", " vrf 10100:339651554", " neighbor 192.168.47.10"),
+ ),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " vrf 10100:339651554", " neighbor 192.168.47.10"),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast",
+ parents=("router bgp 40302", " vrf 10100:339651554", " neighbor 192.168.47.10"),
+ ),
+ ConfigLine(
+ config_line=" route-policy MANAGED-CUSTOMER-IN(NONE, ANY, 10) in",
+ parents=(
+ "router bgp 40302",
+ " vrf 10100:339651554",
+ " neighbor 192.168.47.10",
+ " address-family ipv4 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" route-policy MANAGED-CUSTOMER-OUT(NONE, ANY, 100) out",
+ parents=(
+ "router bgp 40302",
+ " vrf 10100:339651554",
+ " neighbor 192.168.47.10",
+ " address-family ipv4 unicast",
+ ),
+ ),
+ ConfigLine(config_line=" vrf 10100:956745530", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" rd 20731:956745530", parents=("router bgp 40302", " vrf 10100:956745530")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302", " vrf 10100:956745530")),
+ ConfigLine(
+ config_line=" label mode per-vrf",
+ parents=("router bgp 40302", " vrf 10100:956745530", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED",
+ parents=("router bgp 40302", " vrf 10100:956745530", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--CUSTOMER-STATIC",
+ parents=("router bgp 40302", " vrf 10100:956745530", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" neighbor 192.168.31.106", parents=("router bgp 40302", " vrf 10100:956745530")),
+ ConfigLine(
+ config_line=" remote-as 12345",
+ parents=("router bgp 40302", " vrf 10100:956745530", " neighbor 192.168.31.106"),
+ ),
+ ConfigLine(
+ config_line=" description 123 Main St, New York City, NY - Fiber:Direct/123.",
+ parents=("router bgp 40302", " vrf 10100:956745530", " neighbor 192.168.31.106"),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast",
+ parents=("router bgp 40302", " vrf 10100:956745530", " neighbor 192.168.31.106"),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-956745530-IN in",
+ parents=(
+ "router bgp 40302",
+ " vrf 10100:956745530",
+ " neighbor 192.168.31.106",
+ " address-family ipv4 unicast",
+ ),
+ ),
+ ConfigLine(
+ config_line=" route-policy CUSTOMER-956745530-OUT out",
+ parents=(
+ "router bgp 40302",
+ " vrf 10100:956745530",
+ " neighbor 192.168.31.106",
+ " address-family ipv4 unicast",
+ ),
+ ),
+ ConfigLine(config_line=" vrf voip-untrusted", parents=("router bgp 40302",)),
+ ConfigLine(config_line=" rd 40302:11", parents=("router bgp 40302", " vrf voip-untrusted")),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp 40302", " vrf voip-untrusted")),
+ ConfigLine(
+ config_line=" redistribute connected route-policy SOURCE--INTERNAL-CONNECTED",
+ parents=("router bgp 40302", " vrf voip-untrusted", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(
+ config_line=" redistribute static route-policy SOURCE--INTERNAL-STATIC",
+ parents=("router bgp 40302", " vrf voip-untrusted", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line="evpn", parents=()),
+ ConfigLine(config_line=" evi 1002", parents=("evpn",)),
+ ConfigLine(config_line=" bgp", parents=("evpn", " evi 1002")),
+ ConfigLine(config_line=" advertise-mac", parents=("evpn", " evi 1002")),
+ ConfigLine(config_line=" evi 1004", parents=("evpn",)),
+ ConfigLine(config_line=" bgp", parents=("evpn", " evi 1004")),
+ ConfigLine(config_line=" advertise-mac", parents=("evpn", " evi 1004")),
+ ConfigLine(config_line=" evi 1006", parents=("evpn",)),
+ ConfigLine(config_line=" bgp", parents=("evpn", " evi 1006")),
+ ConfigLine(config_line=" advertise-mac", parents=("evpn", " evi 1006")),
+ ConfigLine(config_line="l2vpn", parents=()),
+ ConfigLine(config_line=" xconnect group TBD", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p TBD", parents=("l2vpn", " xconnect group TBD")),
+ ConfigLine(config_line=" interface Bundle-Ether10.581", parents=("l2vpn", " xconnect group TBD", " p2p TBD")),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 1012", parents=("l2vpn", " xconnect group TBD", " p2p TBD")
+ ),
+ ConfigLine(config_line=" xconnect group test", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p test", parents=("l2vpn", " xconnect group test")),
+ ConfigLine(config_line=" interface Bundle-Ether10.355", parents=("l2vpn", " xconnect group test", " p2p test")),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 9999", parents=("l2vpn", " xconnect group test", " p2p test")
+ ),
+ ConfigLine(config_line=" xconnect group AO-L2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052316S00045EBB", parents=("l2vpn", " xconnect group AO-L2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.317",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052316S00045EBB"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.118 pw-id 944",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052316S00045EBB"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S00045697", parents=("l2vpn", " xconnect group AO-L2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2006",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052420S00045697"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 973",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052420S00045697"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S00045697-2", parents=("l2vpn", " xconnect group AO-L2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3006",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052420S00045697-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 974",
+ parents=("l2vpn", " xconnect group AO-L2", " p2p 11052420S00045697-2"),
+ ),
+ ConfigLine(config_line=" xconnect group xAptum-macquaire", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p xAptum-macquaire", parents=("l2vpn", " xconnect group xAptum-macquaire")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2723",
+ parents=("l2vpn", " xconnect group xAptum-macquaire", " p2p xAptum-macquaire"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.229.61 pw-id 2723",
+ parents=("l2vpn", " xconnect group xAptum-macquaire", " p2p xAptum-macquaire"),
+ ),
+ ConfigLine(config_line=" xconnect group 11000691S0003E7C5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11000691S0003E7C5", parents=("l2vpn", " xconnect group 11000691S0003E7C5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1943",
+ parents=("l2vpn", " xconnect group 11000691S0003E7C5", " p2p 11000691S0003E7C5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 5920",
+ parents=("l2vpn", " xconnect group 11000691S0003E7C5", " p2p 11000691S0003E7C5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002189P00014D8B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002189P00014D8B", parents=("l2vpn", " xconnect group 11002189P00014D8B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2953",
+ parents=("l2vpn", " xconnect group 11002189P00014D8B", " p2p 11002189P00014D8B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.51 pw-id 880",
+ parents=("l2vpn", " xconnect group 11002189P00014D8B", " p2p 11002189P00014D8B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002189S00042EB9", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002189S00042EB9", parents=("l2vpn", " xconnect group 11002189S00042EB9")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1379",
+ parents=("l2vpn", " xconnect group 11002189S00042EB9", " p2p 11002189S00042EB9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.54 pw-id 825",
+ parents=("l2vpn", " xconnect group 11002189S00042EB9", " p2p 11002189S00042EB9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002208S0004E7CD", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002208S0004E7CD", parents=("l2vpn", " xconnect group 11002208S0004E7CD")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3150",
+ parents=("l2vpn", " xconnect group 11002208S0004E7CD", " p2p 11002208S0004E7CD"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.179 pw-id 1067",
+ parents=("l2vpn", " xconnect group 11002208S0004E7CD", " p2p 11002208S0004E7CD"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000436B8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000436B8", parents=("l2vpn", " xconnect group 11002316S000436B8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3326",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 918",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S000436B8-2", parents=("l2vpn", " xconnect group 11002316S000436B8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2326",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 919",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8-2"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S000436B8-3", parents=("l2vpn", " xconnect group 11002316S000436B8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2327",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 920",
+ parents=("l2vpn", " xconnect group 11002316S000436B8", " p2p 11002316S000436B8-3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0004FCA6", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S0004FCA6", parents=("l2vpn", " xconnect group 11002316S0004FCA6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2308",
+ parents=("l2vpn", " xconnect group 11002316S0004FCA6", " p2p 11002316S0004FCA6"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 1122",
+ parents=("l2vpn", " xconnect group 11002316S0004FCA6", " p2p 11002316S0004FCA6"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0004FE27", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S0004FE27", parents=("l2vpn", " xconnect group 11002316S0004FE27")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2043",
+ parents=("l2vpn", " xconnect group 11002316S0004FE27", " p2p 11002316S0004FE27"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.239 pw-id 1120",
+ parents=("l2vpn", " xconnect group 11002316S0004FE27", " p2p 11002316S0004FE27"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S00050632", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S00050632", parents=("l2vpn", " xconnect group 11002316S00050632")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2309",
+ parents=("l2vpn", " xconnect group 11002316S00050632", " p2p 11002316S00050632"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.34 pw-id 1095",
+ parents=("l2vpn", " xconnect group 11002316S00050632", " p2p 11002316S00050632"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9", parents=("l2vpn", " xconnect group 11002316S000506E9")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2346",
+ parents=("l2vpn", " xconnect group 11002316S000506E9", " p2p 11002316S000506E9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1105",
+ parents=("l2vpn", " xconnect group 11002316S000506E9", " p2p 11002316S000506E9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S00051E81", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S00051E81", parents=("l2vpn", " xconnect group 11002316S00051E81")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2194",
+ parents=("l2vpn", " xconnect group 11002316S00051E81", " p2p 11002316S00051E81"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.15 pw-id 1118",
+ parents=("l2vpn", " xconnect group 11002316S00051E81", " p2p 11002316S00051E81"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0005285B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S0005285B", parents=("l2vpn", " xconnect group 11002316S0005285B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2007",
+ parents=("l2vpn", " xconnect group 11002316S0005285B", " p2p 11002316S0005285B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.194 pw-id 1400",
+ parents=("l2vpn", " xconnect group 11002316S0005285B", " p2p 11002316S0005285B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000537A6", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000537E4-1", parents=("l2vpn", " xconnect group 11002316S000537A6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2198",
+ parents=("l2vpn", " xconnect group 11002316S000537A6", " p2p 11002316S000537E4-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.196 pw-id 1266",
+ parents=("l2vpn", " xconnect group 11002316S000537A6", " p2p 11002316S000537E4-1"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S000537E4-2", parents=("l2vpn", " xconnect group 11002316S000537A6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3198",
+ parents=("l2vpn", " xconnect group 11002316S000537A6", " p2p 11002316S000537E4-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.196 pw-id 1267",
+ parents=("l2vpn", " xconnect group 11002316S000537A6", " p2p 11002316S000537E4-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000537E4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000537E4", parents=("l2vpn", " xconnect group 11002316S000537E4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2321",
+ parents=("l2vpn", " xconnect group 11002316S000537E4", " p2p 11002316S000537E4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.196 pw-id 1206",
+ parents=("l2vpn", " xconnect group 11002316S000537E4", " p2p 11002316S000537E4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000554E6", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000554E5", parents=("l2vpn", " xconnect group 11002316S000554E6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3322",
+ parents=("l2vpn", " xconnect group 11002316S000554E6", " p2p 11002316S000554E5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.232.6 pw-id 1235",
+ parents=("l2vpn", " xconnect group 11002316S000554E6", " p2p 11002316S000554E5"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S0005590B", parents=("l2vpn", " xconnect group 11002316S000554E6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2322",
+ parents=("l2vpn", " xconnect group 11002316S000554E6", " p2p 11002316S0005590B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.232.6 pw-id 1234",
+ parents=("l2vpn", " xconnect group 11002316S000554E6", " p2p 11002316S0005590B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000593C8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000593C7", parents=("l2vpn", " xconnect group 11002316S000593C8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2314",
+ parents=("l2vpn", " xconnect group 11002316S000593C8", " p2p 11002316S000593C7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.64 pw-id 1405",
+ parents=("l2vpn", " xconnect group 11002316S000593C8", " p2p 11002316S000593C7"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S000593C9", parents=("l2vpn", " xconnect group 11002316S000593C8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3314",
+ parents=("l2vpn", " xconnect group 11002316S000593C8", " p2p 11002316S000593C9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.64 pw-id 1406",
+ parents=("l2vpn", " xconnect group 11002316S000593C8", " p2p 11002316S000593C9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0005968E", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 1002316S0005968D", parents=("l2vpn", " xconnect group 11002316S0005968E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3312",
+ parents=("l2vpn", " xconnect group 11002316S0005968E", " p2p 1002316S0005968D"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.63 pw-id 1428",
+ parents=("l2vpn", " xconnect group 11002316S0005968E", " p2p 1002316S0005968D"),
+ ),
+ ConfigLine(config_line=" p2p 11002316S0005968F", parents=("l2vpn", " xconnect group 11002316S0005968E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2312",
+ parents=("l2vpn", " xconnect group 11002316S0005968E", " p2p 11002316S0005968F"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.63 pw-id 1427",
+ parents=("l2vpn", " xconnect group 11002316S0005968E", " p2p 11002316S0005968F"),
+ ),
+ ConfigLine(config_line=" xconnect group 11006503S00039642", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11006503S00039642", parents=("l2vpn", " xconnect group 11006503S00039642")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3512",
+ parents=("l2vpn", " xconnect group 11006503S00039642", " p2p 11006503S00039642"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.16 pw-id 1090",
+ parents=("l2vpn", " xconnect group 11006503S00039642", " p2p 11006503S00039642"),
+ ),
+ ConfigLine(config_line=" xconnect group 11006818S0003EF62", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11006818S0003EF62", parents=("l2vpn", " xconnect group 11006818S0003EF62")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2019",
+ parents=("l2vpn", " xconnect group 11006818S0003EF62", " p2p 11006818S0003EF62"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.62 pw-id 855",
+ parents=("l2vpn", " xconnect group 11006818S0003EF62", " p2p 11006818S0003EF62"),
+ ),
+ ConfigLine(config_line=" xconnect group 11006818S0003F1BA", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11006818S0003F1BA", parents=("l2vpn", " xconnect group 11006818S0003F1BA")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.535",
+ parents=("l2vpn", " xconnect group 11006818S0003F1BA", " p2p 11006818S0003F1BA"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.23 pw-id 563",
+ parents=("l2vpn", " xconnect group 11006818S0003F1BA", " p2p 11006818S0003F1BA"),
+ ),
+ ConfigLine(config_line=" xconnect group 11007226P0001766C", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11007226P0001766C", parents=("l2vpn", " xconnect group 11007226P0001766C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.750",
+ parents=("l2vpn", " xconnect group 11007226P0001766C", " p2p 11007226P0001766C"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.62 pw-id 900",
+ parents=("l2vpn", " xconnect group 11007226P0001766C", " p2p 11007226P0001766C"),
+ ),
+ ConfigLine(config_line=" xconnect group 11009906S00044768", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11009906S00044768", parents=("l2vpn", " xconnect group 11009906S00044768")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.841",
+ parents=("l2vpn", " xconnect group 11009906S00044768", " p2p 11009906S00044768"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.198 pw-id 1103",
+ parents=("l2vpn", " xconnect group 11009906S00044768", " p2p 11009906S00044768"),
+ ),
+ ConfigLine(config_line=" xconnect group 11009906S00045B13", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11009906S00045B13", parents=("l2vpn", " xconnect group 11009906S00045B13")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2411",
+ parents=("l2vpn", " xconnect group 11009906S00045B13", " p2p 11009906S00045B13"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.13 pw-id 1087",
+ parents=("l2vpn", " xconnect group 11009906S00045B13", " p2p 11009906S00045B13"),
+ ),
+ ConfigLine(config_line=" xconnect group 11009906S00049C2E", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11009906S00049C2E", parents=("l2vpn", " xconnect group 11009906S00049C2E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.563",
+ parents=("l2vpn", " xconnect group 11009906S00049C2E", " p2p 11009906S00049C2E"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.0 pw-id 958",
+ parents=("l2vpn", " xconnect group 11009906S00049C2E", " p2p 11009906S00049C2E"),
+ ),
+ ConfigLine(config_line=" xconnect group 11045311S000523AF", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11045311S000523AF", parents=("l2vpn", " xconnect group 11045311S000523AF")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2002",
+ parents=("l2vpn", " xconnect group 11045311S000523AF", " p2p 11045311S000523AF"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.41 pw-id 1230",
+ parents=("l2vpn", " xconnect group 11045311S000523AF", " p2p 11045311S000523AF"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051725S000370D8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051725S000370D8", parents=("l2vpn", " xconnect group 11051725S000370D8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.798",
+ parents=("l2vpn", " xconnect group 11051725S000370D8", " p2p 11051725S000370D8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 798",
+ parents=("l2vpn", " xconnect group 11051725S000370D8", " p2p 11051725S000370D8"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051741S00037115", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051741S00037115", parents=("l2vpn", " xconnect group 11051741S00037115")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1185",
+ parents=("l2vpn", " xconnect group 11051741S00037115", " p2p 11051741S00037115"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.174 pw-id 996",
+ parents=("l2vpn", " xconnect group 11051741S00037115", " p2p 11051741S00037115"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051765S0003715B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051765S0003715B", parents=("l2vpn", " xconnect group 11051765S0003715B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3002",
+ parents=("l2vpn", " xconnect group 11051765S0003715B", " p2p 11051765S0003715B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.30 pw-id 1142",
+ parents=("l2vpn", " xconnect group 11051765S0003715B", " p2p 11051765S0003715B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051780P00011553", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051780P00011553", parents=("l2vpn", " xconnect group 11051780P00011553")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.804",
+ parents=("l2vpn", " xconnect group 11051780P00011553", " p2p 11051780P00011553"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.104 pw-id 804",
+ parents=("l2vpn", " xconnect group 11051780P00011553", " p2p 11051780P00011553"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051780P00011559", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051780P00011559", parents=("l2vpn", " xconnect group 11051780P00011559")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.800",
+ parents=("l2vpn", " xconnect group 11051780P00011559", " p2p 11051780P00011559"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 800",
+ parents=("l2vpn", " xconnect group 11051780P00011559", " p2p 11051780P00011559"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051782S0003726E", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051782S0003726E", parents=("l2vpn", " xconnect group 11051782S0003726E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3511",
+ parents=("l2vpn", " xconnect group 11051782S0003726E", " p2p 11051782S0003726E"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 801",
+ parents=("l2vpn", " xconnect group 11051782S0003726E", " p2p 11051782S0003726E"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051782S00037290", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051782S00037290", parents=("l2vpn", " xconnect group 11051782S00037290")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.315",
+ parents=("l2vpn", " xconnect group 11051782S00037290", " p2p 11051782S00037290"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.232.6 pw-id 995",
+ parents=("l2vpn", " xconnect group 11051782S00037290", " p2p 11051782S00037290"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051782S000560F8", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11051802S00037388", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051802S00037388", parents=("l2vpn", " xconnect group 11051802S00037388")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2433",
+ parents=("l2vpn", " xconnect group 11051802S00037388", " p2p 11051802S00037388"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 794",
+ parents=("l2vpn", " xconnect group 11051802S00037388", " p2p 11051802S00037388"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051818S00043F32", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051818S00043F32", parents=("l2vpn", " xconnect group 11051818S00043F32")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2000",
+ parents=("l2vpn", " xconnect group 11051818S00043F32", " p2p 11051818S00043F32"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.99 pw-id 860",
+ parents=("l2vpn", " xconnect group 11051818S00043F32", " p2p 11051818S00043F32"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051867S0003751C", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051867S0003751C", parents=("l2vpn", " xconnect group 11051867S0003751C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3698",
+ parents=("l2vpn", " xconnect group 11051867S0003751C", " p2p 11051867S0003751C"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.30 pw-id 1147",
+ parents=("l2vpn", " xconnect group 11051867S0003751C", " p2p 11051867S0003751C"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051867S00037522", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051867S00037522", parents=("l2vpn", " xconnect group 11051867S00037522")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2765",
+ parents=("l2vpn", " xconnect group 11051867S00037522", " p2p 11051867S00037522"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.30 pw-id 1141",
+ parents=("l2vpn", " xconnect group 11051867S00037522", " p2p 11051867S00037522"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051867S00045945", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11051869P00017BA9", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051869P00017BA9", parents=("l2vpn", " xconnect group 11051869P00017BA9")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1189",
+ parents=("l2vpn", " xconnect group 11051869P00017BA9", " p2p 11051869P00017BA9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.169 pw-id 908",
+ parents=("l2vpn", " xconnect group 11051869P00017BA9", " p2p 11051869P00017BA9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051869S000375F0", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051869S000375F0", parents=("l2vpn", " xconnect group 11051869S000375F0")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.369",
+ parents=("l2vpn", " xconnect group 11051869S000375F0", " p2p 11051869S000375F0"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 899",
+ parents=("l2vpn", " xconnect group 11051869S000375F0", " p2p 11051869S000375F0"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051869S0003ED7B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051869S0003ED7C", parents=("l2vpn", " xconnect group 11051869S0003ED7B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2956",
+ parents=("l2vpn", " xconnect group 11051869S0003ED7B", " p2p 11051869S0003ED7C"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.10 pw-id 1317",
+ parents=("l2vpn", " xconnect group 11051869S0003ED7B", " p2p 11051869S0003ED7C"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051869S0004E3B8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051869S0004E3B8", parents=("l2vpn", " xconnect group 11051869S0004E3B8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1190",
+ parents=("l2vpn", " xconnect group 11051869S0004E3B8", " p2p 11051869S0004E3B8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.15 pw-id 1026",
+ parents=("l2vpn", " xconnect group 11051869S0004E3B8", " p2p 11051869S0004E3B8"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051960S00037877", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051960S00037877", parents=("l2vpn", " xconnect group 11051960S00037877")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1214",
+ parents=("l2vpn", " xconnect group 11051960S00037877", " p2p 11051960S00037877"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.44 pw-id 1193",
+ parents=("l2vpn", " xconnect group 11051960S00037877", " p2p 11051960S00037877"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051960S00037879", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051960S00037879", parents=("l2vpn", " xconnect group 11051960S00037879")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1216",
+ parents=("l2vpn", " xconnect group 11051960S00037879", " p2p 11051960S00037879"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.45 pw-id 1191",
+ parents=("l2vpn", " xconnect group 11051960S00037879", " p2p 11051960S00037879"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051971S000378F0", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051971S000378F0", parents=("l2vpn", " xconnect group 11051971S000378F0")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.248",
+ parents=("l2vpn", " xconnect group 11051971S000378F0", " p2p 11051971S000378F0"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 990",
+ parents=("l2vpn", " xconnect group 11051971S000378F0", " p2p 11051971S000378F0"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051971S000378F5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051971S000378F5", parents=("l2vpn", " xconnect group 11051971S000378F5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1277",
+ parents=("l2vpn", " xconnect group 11051971S000378F5", " p2p 11051971S000378F5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 898",
+ parents=("l2vpn", " xconnect group 11051971S000378F5", " p2p 11051971S000378F5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051971S000378F7", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051971S000378F7", parents=("l2vpn", " xconnect group 11051971S000378F7")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2163",
+ parents=("l2vpn", " xconnect group 11051971S000378F7", " p2p 11051971S000378F7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 806",
+ parents=("l2vpn", " xconnect group 11051971S000378F7", " p2p 11051971S000378F7"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051982P00011C70", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051982P00011C70", parents=("l2vpn", " xconnect group 11051982P00011C70")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.796",
+ parents=("l2vpn", " xconnect group 11051982P00011C70", " p2p 11051982P00011C70"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 796",
+ parents=("l2vpn", " xconnect group 11051982P00011C70", " p2p 11051982P00011C70"),
+ ),
+ ConfigLine(config_line=" xconnect group 11051991S0004CE74", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11051991S0004CE74", parents=("l2vpn", " xconnect group 11051991S0004CE74")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2555",
+ parents=("l2vpn", " xconnect group 11051991S0004CE74", " p2p 11051991S0004CE74"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.39 pw-id 1094",
+ parents=("l2vpn", " xconnect group 11051991S0004CE74", " p2p 11051991S0004CE74"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052007P00011D2B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052007P00011D2B", parents=("l2vpn", " xconnect group 11052007P00011D2B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1206",
+ parents=("l2vpn", " xconnect group 11052007P00011D2B", " p2p 11052007P00011D2B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 793",
+ parents=("l2vpn", " xconnect group 11052007P00011D2B", " p2p 11052007P00011D2B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052045S0004CECE", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052045S0004CECE", parents=("l2vpn", " xconnect group 11052045S0004CECE")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.332",
+ parents=("l2vpn", " xconnect group 11052045S0004CECE", " p2p 11052045S0004CECE"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.25 pw-id 1089",
+ parents=("l2vpn", " xconnect group 11052045S0004CECE", " p2p 11052045S0004CECE"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052054P00013762", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052493S0003A7E5", parents=("l2vpn", " xconnect group 11052054P00013762")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.638",
+ parents=("l2vpn", " xconnect group 11052054P00013762", " p2p 11052493S0003A7E5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 788",
+ parents=("l2vpn", " xconnect group 11052054P00013762", " p2p 11052493S0003A7E5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052054S000394F8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052054S000394F8", parents=("l2vpn", " xconnect group 11052054S000394F8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.640",
+ parents=("l2vpn", " xconnect group 11052054S000394F8", " p2p 11052054S000394F8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.168 pw-id 905",
+ parents=("l2vpn", " xconnect group 11052054S000394F8", " p2p 11052054S000394F8"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052054S0004CF97", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052054S0004CF97", parents=("l2vpn", " xconnect group 11052054S0004CF97")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.823",
+ parents=("l2vpn", " xconnect group 11052054S0004CF97", " p2p 11052054S0004CF97"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.174 pw-id 985",
+ parents=("l2vpn", " xconnect group 11052054S0004CF97", " p2p 11052054S0004CF97"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052057P0001B319", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052057P0001B319", parents=("l2vpn", " xconnect group 11052057P0001B319")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1221",
+ parents=("l2vpn", " xconnect group 11052057P0001B319", " p2p 11052057P0001B319"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.10 pw-id 1254",
+ parents=("l2vpn", " xconnect group 11052057P0001B319", " p2p 11052057P0001B319"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052057S00037BE5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052057S00037BE5", parents=("l2vpn", " xconnect group 11052057S00037BE5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.575",
+ parents=("l2vpn", " xconnect group 11052057S00037BE5", " p2p 11052057S00037BE5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 791",
+ parents=("l2vpn", " xconnect group 11052057S00037BE5", " p2p 11052057S00037BE5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052057S00052400", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052057S00052400", parents=("l2vpn", " xconnect group 11052057S00052400")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1318",
+ parents=("l2vpn", " xconnect group 11052057S00052400", " p2p 11052057S00052400"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.68 pw-id 1162",
+ parents=("l2vpn", " xconnect group 11052057S00052400", " p2p 11052057S00052400"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052199S00037FC9", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052199S00037FC9", parents=("l2vpn", " xconnect group 11052199S00037FC9")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2572",
+ parents=("l2vpn", " xconnect group 11052199S00037FC9", " p2p 11052199S00037FC9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.104 pw-id 810",
+ parents=("l2vpn", " xconnect group 11052199S00037FC9", " p2p 11052199S00037FC9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052209S00038054", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052209S00038054", parents=("l2vpn", " xconnect group 11052209S00038054")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.795",
+ parents=("l2vpn", " xconnect group 11052209S00038054", " p2p 11052209S00038054"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 795",
+ parents=("l2vpn", " xconnect group 11052209S00038054", " p2p 11052209S00038054"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052209S0004CABB", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052209S0004CABB", parents=("l2vpn", " xconnect group 11052209S0004CABB")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3308",
+ parents=("l2vpn", " xconnect group 11052209S0004CABB", " p2p 11052209S0004CABB"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1101",
+ parents=("l2vpn", " xconnect group 11052209S0004CABB", " p2p 11052209S0004CABB"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052226S00053BF2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052226S000549AC", parents=("l2vpn", " xconnect group 11052226S00053BF2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.202",
+ parents=("l2vpn", " xconnect group 11052226S00053BF2", " p2p 11052226S000549AC"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.18 pw-id 1185",
+ parents=("l2vpn", " xconnect group 11052226S00053BF2", " p2p 11052226S000549AC"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052226S00057525", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052226S00057525", parents=("l2vpn", " xconnect group 11052226S00057525")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3598",
+ parents=("l2vpn", " xconnect group 11052226S00057525", " p2p 11052226S00057525"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.119 pw-id 1258",
+ parents=("l2vpn", " xconnect group 11052226S00057525", " p2p 11052226S00057525"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052230S000380E5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052230S000380E5", parents=("l2vpn", " xconnect group 11052230S000380E5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1218",
+ parents=("l2vpn", " xconnect group 11052230S000380E5", " p2p 11052230S000380E5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 989",
+ parents=("l2vpn", " xconnect group 11052230S000380E5", " p2p 11052230S000380E5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052341S00038332", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052341S00038332", parents=("l2vpn", " xconnect group 11052341S00038332")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.547",
+ parents=("l2vpn", " xconnect group 11052341S00038332", " p2p 11052341S00038332"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 976",
+ parents=("l2vpn", " xconnect group 11052341S00038332", " p2p 11052341S00038332"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052364S000383CF", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052364S000383CF", parents=("l2vpn", " xconnect group 11052364S000383CF")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.560",
+ parents=("l2vpn", " xconnect group 11052364S000383CF", " p2p 11052364S000383CF"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 897",
+ parents=("l2vpn", " xconnect group 11052364S000383CF", " p2p 11052364S000383CF"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052397S0003ABD0", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052397S0003ABD0", parents=("l2vpn", " xconnect group 11052397S0003ABD0")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.214",
+ parents=("l2vpn", " xconnect group 11052397S0003ABD0", " p2p 11052397S0003ABD0"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.242 pw-id 816",
+ parents=("l2vpn", " xconnect group 11052397S0003ABD0", " p2p 11052397S0003ABD0"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052405S00038512", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052405S00038512", parents=("l2vpn", " xconnect group 11052405S00038512")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.620",
+ parents=("l2vpn", " xconnect group 11052405S00038512", " p2p 11052405S00038512"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 979",
+ parents=("l2vpn", " xconnect group 11052405S00038512", " p2p 11052405S00038512"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052405S00045A77", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11052420P000128A2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420P000128A2", parents=("l2vpn", " xconnect group 11052420P000128A2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2334",
+ parents=("l2vpn", " xconnect group 11052420P000128A2", " p2p 11052420P000128A2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 924",
+ parents=("l2vpn", " xconnect group 11052420P000128A2", " p2p 11052420P000128A2"),
+ ),
+ ConfigLine(config_line=" p2p 11052420P000128A2-2", parents=("l2vpn", " xconnect group 11052420P000128A2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3334",
+ parents=("l2vpn", " xconnect group 11052420P000128A2", " p2p 11052420P000128A2-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 925",
+ parents=("l2vpn", " xconnect group 11052420P000128A2", " p2p 11052420P000128A2-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420P000128F3", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420P000128F3", parents=("l2vpn", " xconnect group 11052420P000128F3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2336",
+ parents=("l2vpn", " xconnect group 11052420P000128F3", " p2p 11052420P000128F3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 922",
+ parents=("l2vpn", " xconnect group 11052420P000128F3", " p2p 11052420P000128F3"),
+ ),
+ ConfigLine(config_line=" p2p 11052420P000128F3-2", parents=("l2vpn", " xconnect group 11052420P000128F3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3336",
+ parents=("l2vpn", " xconnect group 11052420P000128F3", " p2p 11052420P000128F3-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 923",
+ parents=("l2vpn", " xconnect group 11052420P000128F3", " p2p 11052420P000128F3-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420P0001748C", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S000464D7", parents=("l2vpn", " xconnect group 11052420P0001748C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3328",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464D7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 909",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464D7"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S000464D8", parents=("l2vpn", " xconnect group 11052420P0001748C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2328",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464D8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 910",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464D8"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S000464FC", parents=("l2vpn", " xconnect group 11052420P0001748C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2329",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464FC"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.116 pw-id 911",
+ parents=("l2vpn", " xconnect group 11052420P0001748C", " p2p 11052420S000464FC"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420P00017F30", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420P00017F30", parents=("l2vpn", " xconnect group 11052420P00017F30")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3341",
+ parents=("l2vpn", " xconnect group 11052420P00017F30", " p2p 11052420P00017F30"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 954",
+ parents=("l2vpn", " xconnect group 11052420P00017F30", " p2p 11052420P00017F30"),
+ ),
+ ConfigLine(config_line=" p2p 11052420P00017F30-2", parents=("l2vpn", " xconnect group 11052420P00017F30")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2341",
+ parents=("l2vpn", " xconnect group 11052420P00017F30", " p2p 11052420P00017F30-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 955",
+ parents=("l2vpn", " xconnect group 11052420P00017F30", " p2p 11052420P00017F30-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420P0001812E", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00048BE4", parents=("l2vpn", " xconnect group 11052420P0001812E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3335",
+ parents=("l2vpn", " xconnect group 11052420P0001812E", " p2p 11052420S00048BE4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.246 pw-id 1250",
+ parents=("l2vpn", " xconnect group 11052420P0001812E", " p2p 11052420S00048BE4"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S00048CED", parents=("l2vpn", " xconnect group 11052420P0001812E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2335",
+ parents=("l2vpn", " xconnect group 11052420P0001812E", " p2p 11052420S00048CED"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.246 pw-id 1248",
+ parents=("l2vpn", " xconnect group 11052420P0001812E", " p2p 11052420S00048CED"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004547D", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004547D", parents=("l2vpn", " xconnect group 11052420S0004547D")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2306",
+ parents=("l2vpn", " xconnect group 11052420S0004547D", " p2p 11052420S0004547D"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.14 pw-id 1137",
+ parents=("l2vpn", " xconnect group 11052420S0004547D", " p2p 11052420S0004547D"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00045572", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00045572", parents=("l2vpn", " xconnect group 11052420S00045572")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2130",
+ parents=("l2vpn", " xconnect group 11052420S00045572", " p2p 11052420S00045572"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.21 pw-id 1164",
+ parents=("l2vpn", " xconnect group 11052420S00045572", " p2p 11052420S00045572"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004664C", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004664C", parents=("l2vpn", " xconnect group 11052420S0004664C")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2338",
+ parents=("l2vpn", " xconnect group 11052420S0004664C", " p2p 11052420S0004664C"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.29 pw-id 1055",
+ parents=("l2vpn", " xconnect group 11052420S0004664C", " p2p 11052420S0004664C"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00046933", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00046933", parents=("l2vpn", " xconnect group 11052420S00046933")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2047",
+ parents=("l2vpn", " xconnect group 11052420S00046933", " p2p 11052420S00046933"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.230 pw-id 885",
+ parents=("l2vpn", " xconnect group 11052420S00046933", " p2p 11052420S00046933"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00046934", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00046934", parents=("l2vpn", " xconnect group 11052420S00046934")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3047",
+ parents=("l2vpn", " xconnect group 11052420S00046934", " p2p 11052420S00046934"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.230 pw-id 884",
+ parents=("l2vpn", " xconnect group 11052420S00046934", " p2p 11052420S00046934"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00046935", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00046935", parents=("l2vpn", " xconnect group 11052420S00046935")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2048",
+ parents=("l2vpn", " xconnect group 11052420S00046935", " p2p 11052420S00046935"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.230 pw-id 886",
+ parents=("l2vpn", " xconnect group 11052420S00046935", " p2p 11052420S00046935"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D", parents=("l2vpn", " xconnect group 11052420S0004791D")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2185",
+ parents=("l2vpn", " xconnect group 11052420S0004791D", " p2p 11052420S0004791D"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1034",
+ parents=("l2vpn", " xconnect group 11052420S0004791D", " p2p 11052420S0004791D"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S000479F4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S000479F4", parents=("l2vpn", " xconnect group 11052420S000479F4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2339",
+ parents=("l2vpn", " xconnect group 11052420S000479F4", " p2p 11052420S000479F4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.13 pw-id 1029",
+ parents=("l2vpn", " xconnect group 11052420S000479F4", " p2p 11052420S000479F4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00047F75", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00047F75-3", parents=("l2vpn", " xconnect group 11052420S00047F75")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2325",
+ parents=("l2vpn", " xconnect group 11052420S00047F75", " p2p 11052420S00047F75-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 971",
+ parents=("l2vpn", " xconnect group 11052420S00047F75", " p2p 11052420S00047F75-3"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S00047F75-4", parents=("l2vpn", " xconnect group 11052420S00047F75")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3325",
+ parents=("l2vpn", " xconnect group 11052420S00047F75", " p2p 11052420S00047F75-4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 972",
+ parents=("l2vpn", " xconnect group 11052420S00047F75", " p2p 11052420S00047F75-4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00049487", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11009906P00016471", parents=("l2vpn", " xconnect group 11052420S00049487")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.680",
+ parents=("l2vpn", " xconnect group 11052420S00049487", " p2p 11009906P00016471"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.241 pw-id 841",
+ parents=("l2vpn", " xconnect group 11052420S00049487", " p2p 11009906P00016471"),
+ ),
+ ConfigLine(config_line=" p2p 11052420S00049487-3", parents=("l2vpn", " xconnect group 11052420S00049487")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3172",
+ parents=("l2vpn", " xconnect group 11052420S00049487", " p2p 11052420S00049487-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 968",
+ parents=("l2vpn", " xconnect group 11052420S00049487", " p2p 11052420S00049487-3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052426S0004D4D5", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11052446S0003D11E", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p THEMA-11052446S0003D11E", parents=("l2vpn", " xconnect group 11052446S0003D11E")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.280",
+ parents=("l2vpn", " xconnect group 11052446S0003D11E", " p2p THEMA-11052446S0003D11E"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.205 pw-id 678399",
+ parents=("l2vpn", " xconnect group 11052446S0003D11E", " p2p THEMA-11052446S0003D11E"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052464S0004D2D4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052464S0004D2D4", parents=("l2vpn", " xconnect group 11052464S0004D2D4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.601",
+ parents=("l2vpn", " xconnect group 11052464S0004D2D4", " p2p 11052464S0004D2D4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.56 pw-id 1466",
+ parents=("l2vpn", " xconnect group 11052464S0004D2D4", " p2p 11052464S0004D2D4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052464S0004D2F2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052464S0004D2F2", parents=("l2vpn", " xconnect group 11052464S0004D2F2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.610",
+ parents=("l2vpn", " xconnect group 11052464S0004D2F2", " p2p 11052464S0004D2F2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.46 pw-id 1229",
+ parents=("l2vpn", " xconnect group 11052464S0004D2F2", " p2p 11052464S0004D2F2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052464S0004DA09", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052464S0004DA09", parents=("l2vpn", " xconnect group 11052464S0004DA09")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.600",
+ parents=("l2vpn", " xconnect group 11052464S0004DA09", " p2p 11052464S0004DA09"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.14 pw-id 1104",
+ parents=("l2vpn", " xconnect group 11052464S0004DA09", " p2p 11052464S0004DA09"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052484P00019A67", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052484S0004DDF9", parents=("l2vpn", " xconnect group 11052484P00019A67")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1652",
+ parents=("l2vpn", " xconnect group 11052484P00019A67", " p2p 11052484S0004DDF9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.217 pw-id 1252",
+ parents=("l2vpn", " xconnect group 11052484P00019A67", " p2p 11052484S0004DDF9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052484S0004DE08", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052484S0004DE08", parents=("l2vpn", " xconnect group 11052484S0004DE08")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2091",
+ parents=("l2vpn", " xconnect group 11052484S0004DE08", " p2p 11052484S0004DE08"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.142 pw-id 1246",
+ parents=("l2vpn", " xconnect group 11052484S0004DE08", " p2p 11052484S0004DE08"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052493S00038A40", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052493S00038A40", parents=("l2vpn", " xconnect group 11052493S00038A40")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.807",
+ parents=("l2vpn", " xconnect group 11052493S00038A40", " p2p 11052493S00038A40"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 807",
+ parents=("l2vpn", " xconnect group 11052493S00038A40", " p2p 11052493S00038A40"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052493S00038A8B", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052493S00038A8B", parents=("l2vpn", " xconnect group 11052493S00038A8B")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.330",
+ parents=("l2vpn", " xconnect group 11052493S00038A8B", " p2p 11052493S00038A8B"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 1013",
+ parents=("l2vpn", " xconnect group 11052493S00038A8B", " p2p 11052493S00038A8B"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052498S00038AD1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052498S00038AD1", parents=("l2vpn", " xconnect group 11052498S00038AD1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.952",
+ parents=("l2vpn", " xconnect group 11052498S00038AD1", " p2p 11052498S00038AD1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 952",
+ parents=("l2vpn", " xconnect group 11052498S00038AD1", " p2p 11052498S00038AD1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052498S00038AD5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052498S00038AD5", parents=("l2vpn", " xconnect group 11052498S00038AD5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.953",
+ parents=("l2vpn", " xconnect group 11052498S00038AD5", " p2p 11052498S00038AD5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 953",
+ parents=("l2vpn", " xconnect group 11052498S00038AD5", " p2p 11052498S00038AD5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052530P00012EA2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052530P00012EA2", parents=("l2vpn", " xconnect group 11052530P00012EA2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.797",
+ parents=("l2vpn", " xconnect group 11052530P00012EA2", " p2p 11052530P00012EA2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.55 pw-id 797",
+ parents=("l2vpn", " xconnect group 11052530P00012EA2", " p2p 11052530P00012EA2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053086S000525F7", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053086S000525F7", parents=("l2vpn", " xconnect group 11053086S000525F7")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.808",
+ parents=("l2vpn", " xconnect group 11053086S000525F7", " p2p 11053086S000525F7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.44 pw-id 1125",
+ parents=("l2vpn", " xconnect group 11053086S000525F7", " p2p 11053086S000525F7"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053086S00052865", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053086S00052865", parents=("l2vpn", " xconnect group 11053086S00052865")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.809",
+ parents=("l2vpn", " xconnect group 11053086S00052865", " p2p 11053086S00052865"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.45 pw-id 1126",
+ parents=("l2vpn", " xconnect group 11053086S00052865", " p2p 11053086S00052865"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053161S00039317", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053161S00039317", parents=("l2vpn", " xconnect group 11053161S00039317")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.625",
+ parents=("l2vpn", " xconnect group 11053161S00039317", " p2p 11053161S00039317"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.67 pw-id 977",
+ parents=("l2vpn", " xconnect group 11053161S00039317", " p2p 11053161S00039317"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053161S0003FBF7", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053161S0003FBF7", parents=("l2vpn", " xconnect group 11053161S0003FBF7")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1465",
+ parents=("l2vpn", " xconnect group 11053161S0003FBF7", " p2p 11053161S0003FBF7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.23 pw-id 869",
+ parents=("l2vpn", " xconnect group 11053161S0003FBF7", " p2p 11053161S0003FBF7"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053161S00046A28", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11053161S00047FEC", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053161S00047FEC", parents=("l2vpn", " xconnect group 11053161S00047FEC")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.670",
+ parents=("l2vpn", " xconnect group 11053161S00047FEC", " p2p 11053161S00047FEC"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.174 pw-id 901",
+ parents=("l2vpn", " xconnect group 11053161S00047FEC", " p2p 11053161S00047FEC"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053161S0005251F", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053161S0005251F", parents=("l2vpn", " xconnect group 11053161S0005251F")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.446",
+ parents=("l2vpn", " xconnect group 11053161S0005251F", " p2p 11053161S0005251F"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.33 pw-id 1151",
+ parents=("l2vpn", " xconnect group 11053161S0005251F", " p2p 11053161S0005251F"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053161S0005EE2F", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053161S0005EE2F", parents=("l2vpn", " xconnect group 11053161S0005EE2F")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1283",
+ parents=("l2vpn", " xconnect group 11053161S0005EE2F", " p2p 11053161S0005EE2F"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.142 pw-id 1515",
+ parents=("l2vpn", " xconnect group 11053161S0005EE2F", " p2p 11053161S0005EE2F"),
+ ),
+ ConfigLine(config_line=" xconnect group 11053637S0003E885", parents=("l2vpn",)),
+ ConfigLine(config_line=" xconnect group 11053637S0004F3C5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11053637S0004F3C5", parents=("l2vpn", " xconnect group 11053637S0004F3C5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2333",
+ parents=("l2vpn", " xconnect group 11053637S0004F3C5", " p2p 11053637S0004F3C5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.198 pw-id 1148",
+ parents=("l2vpn", " xconnect group 11053637S0004F3C5", " p2p 11053637S0004F3C5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059420P000160CD", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059420P000160CD", parents=("l2vpn", " xconnect group 11059420P000160CD")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.590",
+ parents=("l2vpn", " xconnect group 11059420P000160CD", " p2p 11059420P000160CD"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 839",
+ parents=("l2vpn", " xconnect group 11059420P000160CD", " p2p 11059420P000160CD"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059420P000160D3", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059420P000160D3", parents=("l2vpn", " xconnect group 11059420P000160D3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1507",
+ parents=("l2vpn", " xconnect group 11059420P000160D3", " p2p 11059420P000160D3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 851",
+ parents=("l2vpn", " xconnect group 11059420P000160D3", " p2p 11059420P000160D3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059449S000385C1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059449S000385C1", parents=("l2vpn", " xconnect group 11059449S000385C1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2104",
+ parents=("l2vpn", " xconnect group 11059449S000385C1", " p2p 11059449S000385C1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 1488",
+ parents=("l2vpn", " xconnect group 11059449S000385C1", " p2p 11059449S000385C1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11063342S000498D2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11063342S000498D2", parents=("l2vpn", " xconnect group 11063342S000498D2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.35",
+ parents=("l2vpn", " xconnect group 11063342S000498D2", " p2p 11063342S000498D2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 970",
+ parents=("l2vpn", " xconnect group 11063342S000498D2", " p2p 11063342S000498D2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11072595S0003FBF4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11072595S0003FBF4", parents=("l2vpn", " xconnect group 11072595S0003FBF4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1380",
+ parents=("l2vpn", " xconnect group 11072595S0003FBF4", " p2p 11072595S0003FBF4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.51 pw-id 1305",
+ parents=("l2vpn", " xconnect group 11072595S0003FBF4", " p2p 11072595S0003FBF4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0004FE27-1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S0004FE27-1", parents=("l2vpn", " xconnect group 11002316S0004FE27-1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3043",
+ parents=("l2vpn", " xconnect group 11002316S0004FE27-1", " p2p 11002316S0004FE27-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.239 pw-id 1121",
+ parents=("l2vpn", " xconnect group 11002316S0004FE27-1", " p2p 11002316S0004FE27-1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S00050632-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S00050632-2", parents=("l2vpn", " xconnect group 11002316S00050632-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3309",
+ parents=("l2vpn", " xconnect group 11002316S00050632-2", " p2p 11002316S00050632-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.34 pw-id 1096",
+ parents=("l2vpn", " xconnect group 11002316S00050632-2", " p2p 11002316S00050632-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9-2", parents=("l2vpn", " xconnect group 11002316S000506E9-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2347",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-2", " p2p 11002316S000506E9-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1106",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-2", " p2p 11002316S000506E9-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9-3", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9-3", parents=("l2vpn", " xconnect group 11002316S000506E9-3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2348",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-3", " p2p 11002316S000506E9-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1107",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-3", " p2p 11002316S000506E9-3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9-4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9-4", parents=("l2vpn", " xconnect group 11002316S000506E9-4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3345",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-4", " p2p 11002316S000506E9-4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1108",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-4", " p2p 11002316S000506E9-4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9-5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9-5", parents=("l2vpn", " xconnect group 11002316S000506E9-5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3346",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-5", " p2p 11002316S000506E9-5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1109",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-5", " p2p 11002316S000506E9-5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000506E9-6", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000506E9-6", parents=("l2vpn", " xconnect group 11002316S000506E9-6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3347",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-6", " p2p 11002316S000506E9-6"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.26 pw-id 1110",
+ parents=("l2vpn", " xconnect group 11002316S000506E9-6", " p2p 11002316S000506E9-6"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S00051E81-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S00051E81-2", parents=("l2vpn", " xconnect group 11002316S00051E81-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3194",
+ parents=("l2vpn", " xconnect group 11002316S00051E81-2", " p2p 11002316S00051E81-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.15 pw-id 1119",
+ parents=("l2vpn", " xconnect group 11002316S00051E81-2", " p2p 11002316S00051E81-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S0005285B-1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S0005285B-1", parents=("l2vpn", " xconnect group 11002316S0005285B-1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3007",
+ parents=("l2vpn", " xconnect group 11002316S0005285B-1", " p2p 11002316S0005285B-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.194 pw-id 1401",
+ parents=("l2vpn", " xconnect group 11002316S0005285B-1", " p2p 11002316S0005285B-1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11002316S000537E4-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11002316S000537E4-2", parents=("l2vpn", " xconnect group 11002316S000537E4-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3360",
+ parents=("l2vpn", " xconnect group 11002316S000537E4-2", " p2p 11002316S000537E4-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.196 pw-id 1207",
+ parents=("l2vpn", " xconnect group 11002316S000537E4-2", " p2p 11002316S000537E4-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052057P0001B319-1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052057P0001B319-1", parents=("l2vpn", " xconnect group 11052057P0001B319-1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1222",
+ parents=("l2vpn", " xconnect group 11052057P0001B319-1", " p2p 11052057P0001B319-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.10 pw-id 1255",
+ parents=("l2vpn", " xconnect group 11052057P0001B319-1", " p2p 11052057P0001B319-1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052057S00052400-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052057S00052400-2", parents=("l2vpn", " xconnect group 11052057S00052400-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.1319",
+ parents=("l2vpn", " xconnect group 11052057S00052400-2", " p2p 11052057S00052400-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.68 pw-id 1163",
+ parents=("l2vpn", " xconnect group 11052057S00052400-2", " p2p 11052057S00052400-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004547D-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004547D-2", parents=("l2vpn", " xconnect group 11052420S0004547D-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2307",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-2", " p2p 11052420S0004547D-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.14 pw-id 1138",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-2", " p2p 11052420S0004547D-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004547D-3", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004547D-3", parents=("l2vpn", " xconnect group 11052420S0004547D-3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3306",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-3", " p2p 11052420S0004547D-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.14 pw-id 1139",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-3", " p2p 11052420S0004547D-3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004547D-4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004547D-4", parents=("l2vpn", " xconnect group 11052420S0004547D-4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3307",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-4", " p2p 11052420S0004547D-4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.14 pw-id 1140",
+ parents=("l2vpn", " xconnect group 11052420S0004547D-4", " p2p 11052420S0004547D-4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S00045572-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S00045572-2", parents=("l2vpn", " xconnect group 11052420S00045572-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2131",
+ parents=("l2vpn", " xconnect group 11052420S00045572-2", " p2p 11052420S00045572-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.21 pw-id 1165",
+ parents=("l2vpn", " xconnect group 11052420S00045572-2", " p2p 11052420S00045572-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004664C-1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004664C-1", parents=("l2vpn", " xconnect group 11052420S0004664C-1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3338",
+ parents=("l2vpn", " xconnect group 11052420S0004664C-1", " p2p 11052420S0004664C-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.29 pw-id 1056",
+ parents=("l2vpn", " xconnect group 11052420S0004664C-1", " p2p 11052420S0004664C-1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-2", parents=("l2vpn", " xconnect group 11052420S0004791D-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2186",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-2", " p2p 11052420S0004791D-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1035",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-2", " p2p 11052420S0004791D-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-3", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-3", parents=("l2vpn", " xconnect group 11052420S0004791D-3")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2187",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-3", " p2p 11052420S0004791D-3"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1036",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-3", " p2p 11052420S0004791D-3"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-4", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-4", parents=("l2vpn", " xconnect group 11052420S0004791D-4")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2188",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-4", " p2p 11052420S0004791D-4"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1037",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-4", " p2p 11052420S0004791D-4"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-5", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-5", parents=("l2vpn", " xconnect group 11052420S0004791D-5")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2189",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-5", " p2p 11052420S0004791D-5"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1038",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-5", " p2p 11052420S0004791D-5"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-6", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-6", parents=("l2vpn", " xconnect group 11052420S0004791D-6")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2190",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-6", " p2p 11052420S0004791D-6"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1039",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-6", " p2p 11052420S0004791D-6"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-7", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-7", parents=("l2vpn", " xconnect group 11052420S0004791D-7")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3185",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-7", " p2p 11052420S0004791D-7"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1040",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-7", " p2p 11052420S0004791D-7"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-8", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-8", parents=("l2vpn", " xconnect group 11052420S0004791D-8")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3186",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-8", " p2p 11052420S0004791D-8"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1041",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-8", " p2p 11052420S0004791D-8"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-9", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-9", parents=("l2vpn", " xconnect group 11052420S0004791D-9")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3187",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-9", " p2p 11052420S0004791D-9"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1042",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-9", " p2p 11052420S0004791D-9"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S000479AE-1", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S000479AE-1", parents=("l2vpn", " xconnect group 11052420S000479AE-1")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2332",
+ parents=("l2vpn", " xconnect group 11052420S000479AE-1", " p2p 11052420S000479AE-1"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.118 pw-id 1205",
+ parents=("l2vpn", " xconnect group 11052420S000479AE-1", " p2p 11052420S000479AE-1"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S000479AE-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S000479AE-2", parents=("l2vpn", " xconnect group 11052420S000479AE-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3332",
+ parents=("l2vpn", " xconnect group 11052420S000479AE-2", " p2p 11052420S000479AE-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.231.118 pw-id 1206",
+ parents=("l2vpn", " xconnect group 11052420S000479AE-2", " p2p 11052420S000479AE-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S000479F4-2", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S000479F4-2", parents=("l2vpn", " xconnect group 11052420S000479F4-2")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3339",
+ parents=("l2vpn", " xconnect group 11052420S000479F4-2", " p2p 11052420S000479F4-2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.228.13 pw-id 1030",
+ parents=("l2vpn", " xconnect group 11052420S000479F4-2", " p2p 11052420S000479F4-2"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-10", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-10", parents=("l2vpn", " xconnect group 11052420S0004791D-10")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3188",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-10", " p2p 11052420S0004791D-10"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1043",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-10", " p2p 11052420S0004791D-10"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-11", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-11", parents=("l2vpn", " xconnect group 11052420S0004791D-11")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3189",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-11", " p2p 11052420S0004791D-11"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1044",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-11", " p2p 11052420S0004791D-11"),
+ ),
+ ConfigLine(config_line=" xconnect group 11052420S0004791D-12", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11052420S0004791D-12", parents=("l2vpn", " xconnect group 11052420S0004791D-12")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3190",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-12", " p2p 11052420S0004791D-12"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 197.125.187.18 pw-id 1045",
+ parents=("l2vpn", " xconnect group 11052420S0004791D-12", " p2p 11052420S0004791D-12"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059449S000385C12281", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059449S000385C12281", parents=("l2vpn", " xconnect group 11059449S000385C12281")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2281",
+ parents=("l2vpn", " xconnect group 11059449S000385C12281", " p2p 11059449S000385C12281"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 1490",
+ parents=("l2vpn", " xconnect group 11059449S000385C12281", " p2p 11059449S000385C12281"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059449S000385C12715", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059449S000385C12715", parents=("l2vpn", " xconnect group 11059449S000385C12715")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2715",
+ parents=("l2vpn", " xconnect group 11059449S000385C12715", " p2p 11059449S000385C12715"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 1489",
+ parents=("l2vpn", " xconnect group 11059449S000385C12715", " p2p 11059449S000385C12715"),
+ ),
+ ConfigLine(config_line=" xconnect group 11059449S000385C13281", parents=("l2vpn",)),
+ ConfigLine(config_line=" p2p 11059449S000385C13281", parents=("l2vpn", " xconnect group 11059449S000385C13281")),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.3281",
+ parents=("l2vpn", " xconnect group 11059449S000385C13281", " p2p 11059449S000385C13281"),
+ ),
+ ConfigLine(
+ config_line=" neighbor ipv4 98.200.230.34 pw-id 1491",
+ parents=("l2vpn", " xconnect group 11059449S000385C13281", " p2p 11059449S000385C13281"),
+ ),
+ ConfigLine(config_line=" bridge group 1051833", parents=("l2vpn",)),
+ ConfigLine(config_line=" bridge-domain 11051833S0005D2CC", parents=("l2vpn", " bridge group 1051833")),
+ ConfigLine(config_line=" mac", parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC")),
+ ConfigLine(
+ config_line=" limit",
+ parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC", " mac"),
+ ),
+ ConfigLine(
+ config_line=" maximum 500",
+ parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC", " mac", " limit"),
+ ),
+ ConfigLine(
+ config_line=" action no-flood",
+ parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC", " mac", " limit"),
+ ),
+ ConfigLine(
+ config_line=" notification both",
+ parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC", " mac", " limit"),
+ ),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.960",
+ parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC"),
+ ),
+ ConfigLine(
+ config_line=" evi 1006", parents=("l2vpn", " bridge group 1051833", " bridge-domain 11051833S0005D2CC")
+ ),
+ ConfigLine(config_line=" bridge group 11051708S00046765", parents=("l2vpn",)),
+ ConfigLine(config_line=" bridge-domain 11051708S00046765", parents=("l2vpn", " bridge group 11051708S00046765")),
+ ConfigLine(
+ config_line=" mtu 4470",
+ parents=("l2vpn", " bridge group 11051708S00046765", " bridge-domain 11051708S00046765"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 98.200.230.239 pw-id 1102",
+ parents=("l2vpn", " bridge group 11051708S00046765", " bridge-domain 11051708S00046765"),
+ ),
+ ConfigLine(
+ config_line=" routed interface BVI1102",
+ parents=("l2vpn", " bridge group 11051708S00046765", " bridge-domain 11051708S00046765"),
+ ),
+ ConfigLine(config_line=" bridge group 11051960S000430B2", parents=("l2vpn",)),
+ ConfigLine(config_line=" bridge-domain 11051960S000430B2", parents=("l2vpn", " bridge group 11051960S000430B2")),
+ ConfigLine(
+ config_line=" mtu 4488",
+ parents=("l2vpn", " bridge group 11051960S000430B2", " bridge-domain 11051960S000430B2"),
+ ),
+ ConfigLine(
+ config_line=" neighbor 197.125.187.44 pw-id 1197",
+ parents=("l2vpn", " bridge group 11051960S000430B2", " bridge-domain 11051960S000430B2"),
+ ),
+ ConfigLine(
+ config_line=" routed interface BVI684",
+ parents=("l2vpn", " bridge group 11051960S000430B2", " bridge-domain 11051960S000430B2"),
+ ),
+ ConfigLine(config_line=" bridge group 11052364S0005E4A5", parents=("l2vpn",)),
+ ConfigLine(config_line=" bridge-domain 11052364S0005E4A5", parents=("l2vpn", " bridge group 11052364S0005E4A5")),
+ ConfigLine(
+ config_line=" mac", parents=("l2vpn", " bridge group 11052364S0005E4A5", " bridge-domain 11052364S0005E4A5")
+ ),
+ ConfigLine(
+ config_line=" limit",
+ parents=("l2vpn", " bridge group 11052364S0005E4A5", " bridge-domain 11052364S0005E4A5", " mac"),
+ ),
+ ConfigLine(
+ config_line=" maximum 500",
+ parents=(
+ "l2vpn",
+ " bridge group 11052364S0005E4A5",
+ " bridge-domain 11052364S0005E4A5",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action no-flood",
+ parents=(
+ "l2vpn",
+ " bridge group 11052364S0005E4A5",
+ " bridge-domain 11052364S0005E4A5",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" notification both",
+ parents=(
+ "l2vpn",
+ " bridge group 11052364S0005E4A5",
+ " bridge-domain 11052364S0005E4A5",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.301",
+ parents=("l2vpn", " bridge group 11052364S0005E4A5", " bridge-domain 11052364S0005E4A5"),
+ ),
+ ConfigLine(
+ config_line=" evi 1004",
+ parents=("l2vpn", " bridge group 11052364S0005E4A5", " bridge-domain 11052364S0005E4A5"),
+ ),
+ ConfigLine(config_line=" bridge group 11053062S0004D493", parents=("l2vpn",)),
+ ConfigLine(config_line=" bridge-domain 11053062S0004D493", parents=("l2vpn", " bridge group 11053062S0004D493")),
+ ConfigLine(
+ config_line=" mac", parents=("l2vpn", " bridge group 11053062S0004D493", " bridge-domain 11053062S0004D493")
+ ),
+ ConfigLine(
+ config_line=" limit",
+ parents=("l2vpn", " bridge group 11053062S0004D493", " bridge-domain 11053062S0004D493", " mac"),
+ ),
+ ConfigLine(
+ config_line=" maximum 500",
+ parents=(
+ "l2vpn",
+ " bridge group 11053062S0004D493",
+ " bridge-domain 11053062S0004D493",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action no-flood",
+ parents=(
+ "l2vpn",
+ " bridge group 11053062S0004D493",
+ " bridge-domain 11053062S0004D493",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" notification both",
+ parents=(
+ "l2vpn",
+ " bridge group 11053062S0004D493",
+ " bridge-domain 11053062S0004D493",
+ " mac",
+ " limit",
+ ),
+ ),
+ ConfigLine(
+ config_line=" interface Bundle-Ether10.2224",
+ parents=("l2vpn", " bridge group 11053062S0004D493", " bridge-domain 11053062S0004D493"),
+ ),
+ ConfigLine(
+ config_line=" evi 1002",
+ parents=("l2vpn", " bridge group 11053062S0004D493", " bridge-domain 11053062S0004D493"),
+ ),
+ ConfigLine(config_line="mpls oam", parents=()),
+ ConfigLine(config_line="mpls ldp", parents=()),
+ ConfigLine(config_line=" log", parents=("mpls ldp",)),
+ ConfigLine(config_line=" neighbor", parents=("mpls ldp", " log")),
+ ConfigLine(config_line=" nsr", parents=("mpls ldp", " log")),
+ ConfigLine(config_line=" graceful-restart", parents=("mpls ldp", " log")),
+ ConfigLine(config_line=" session-protection", parents=("mpls ldp", " log")),
+ ConfigLine(config_line=" router-id 98.200.230.153", parents=("mpls ldp",)),
+ ConfigLine(config_line=" session protection", parents=("mpls ldp",)),
+ ConfigLine(config_line=" address-family ipv4", parents=("mpls ldp",)),
+ ConfigLine(config_line=" label", parents=("mpls ldp", " address-family ipv4")),
+ ConfigLine(config_line=" local", parents=("mpls ldp", " address-family ipv4", " label")),
+ ConfigLine(
+ config_line=" allocate for host-routes", parents=("mpls ldp", " address-family ipv4", " label", " local")
+ ),
+ ConfigLine(config_line=" interface Bundle-Ether301", parents=("mpls ldp",)),
+ ConfigLine(config_line=" interface Bundle-Ether302", parents=("mpls ldp",)),
+ ConfigLine(config_line="xml agent tty", parents=()),
+ ConfigLine(config_line=" iteration off", parents=("xml agent tty",)),
+ ConfigLine(config_line="xml agent", parents=()),
+ ConfigLine(config_line=" vrf management", parents=("xml agent",)),
+ ConfigLine(config_line=" ipv4 access-list MANAGEMENT", parents=("xml agent", " vrf management")),
+ ConfigLine(config_line="lldp", parents=()),
+ ConfigLine(config_line="ssh server session-limit 16", parents=()),
+ ConfigLine(config_line="ssh server v2", parents=()),
+ ConfigLine(config_line="ssh server vrf default", parents=()),
+ ConfigLine(config_line="ssh server vrf management", parents=()),
+ ConfigLine(config_line="end", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_sent.txt b/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_sent.txt
new file mode 100644
index 0000000..ad44fcd
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/cisco_iosxr/iosxr_full_sent.txt
@@ -0,0 +1,18155 @@
+!! IOS XR Configuration 7.1.1
+!! Last configuration change at Tue Sep 13 10:13:30 2022 by admin
+!
+service unsupported-transceiver
+hostname dfw1-core-01
+clock timezone EST America/NewYork
+logging trap informational
+logging archive
+ device harddisk
+ severity debugging
+ file-size 100
+ frequency daily
+ archive-size 1500
+ archive-length 6
+!
+logging console informational
+logging monitor debugging
+logging 10.44.155.130 vrf management severity info port default
+logging source-interface Loopback40302
+logging hostnameprefix dfw1-core-01
+domain vrf internet name 6d8e0d
+domain vrf internet name-server 109.3.131.6
+domain vrf internet name-server 201.41.240.7
+domain vrf management name 6d8e0d
+domain vrf management name-server 10.44.154.34
+domain vrf management name-server 10.44.155.251
+domain vrf management lookup source-interface Loopback40302
+tacacs source-interface Loopback40302 vrf management
+username *
+ group root-lr
+ group cisco-support
+ secret 5 *
+!
+aaa accounting commands default start-stop group AUTH none
+aaa group server tacacs+ AUTH
+ vrf management
+ server-private 10.44.154.151 port 49
+ key * *
+ !
+!
+aaa authorization commands default group AUTH none
+aaa authentication login default group AUTH local
+banner exec ~
+****************
+Network to Code
+New York City, New York
+****************
+~
+banner motd ~
+*********************!!!IMPORTANT NOTICE!!!************************
+* This is a restricted system. All connections are logged. *
+* If you are not authorized to connect to this system, log *
+* off now. *
+* *
+* Violators will be prosecuted to the full extent of the law. *
+*******************************************************************
+* *
+**********************!!!AVIS IMPORTANT!!!*************************
+* L'acces au present systeme est limite et tous ses acces sont *
+* actuellement utilises. Si vous n'etes pas autorise a vous y *
+* raccorder, veuillez quitter ce systeme immediatement. *
+* *
+* Tout contrevenant sera poursuivi en vertu des mesures prevues *
+* par la loi. *
+*******************************************************************
+~
+vrf internet
+ address-family ipv4 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+ address-family ipv6 unicast
+ import route-target
+ 40302:4
+ !
+ export route-target
+ 40302:4
+ !
+ !
+!
+vrf management
+ address-family ipv4 unicast
+ import route-target
+ 40302:40302
+ !
+ export route-target
+ 40302:40302
+ !
+ !
+!
+vrf 10100:339651554
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:339651554
+ !
+ export route-target
+ 20731:339651554
+ !
+ !
+!
+vrf 10100:956745530
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ import route-target
+ 20731:956745530
+ !
+ export route-target
+ 20731:956745530
+ !
+ !
+!
+vrf voip-untrusted
+ address-family ipv4 unicast
+ import route-target
+ 40302:11
+ !
+ export route-target
+ 40302:11
+ !
+ !
+!
+line default
+ exec-timeout 60 0
+ session-timeout 60
+!
+snmp-server ifindex persist
+snmp-server mibs qosmib persist
+snmp-server vrf management
+!
+snmp-server user public group1 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server user networking group2 v3 auth sha encrypted abc1234 priv aes 128 encrypted abc1234
+snmp-server view view1 iso included
+snmp-server view view2 iso included
+snmp-server group public v3 priv read abc1234
+snmp-server group networking v3 priv write abc1234 IPv4 BOSS
+redundancy
+!
+ntp
+ server vrf management 10.44.158.184 source Loopback40302
+ server vrf management 10.44.149.8 source Loopback40302
+!
+bfd
+ interface Bundle-Ether301
+ echo
+ !
+ interface Bundle-Ether302
+ echo
+ !
+ multipath include location 0/0/CPU0
+!
+configuration display interface slot-order
+call-home
+ service active
+ contact smart-licensing
+ profile CiscoTAC-1
+ active
+ destination transport-method http
+ !
+!
+hw-module fib ipv4 scale internet-optimized
+hw-module vrrpscale enable
+ipv6 access-list FILTER:STATIC:IPV6:INOUT
+ 11 remark * From: https://tools.ietf.org/html/rfc7454#section-4.65.145.2
+ 20 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1601 any
+ 21 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1601
+ 30 deny ipv6 host 51b3:9631:e621:1229:f4de:9224:3df8:1600 any
+ 31 deny ipv6 any host 51b3:9631:e621:1229:f4de:9224:3df8:1600
+ 50 deny ipv6 51c3:27:755a:526a:7092:565c:382d:5800/48 any
+ 51 deny ipv6 any 51c3:27:755a:526a:7092:565c:382d:5800/48
+ 60 deny ipv6 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64 any
+ 61 deny ipv6 any 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64
+ 70 deny ipv6 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23 any
+ 71 deny ipv6 any 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/23
+ 80 deny ipv6 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48 any
+ 81 deny ipv6 any 6dc1:48a:4cf8:6a6d:f0b6:cedb:ed39:6d00/48
+ 90 deny ipv6 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32 any
+ 91 deny ipv6 any 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32
+ 100 deny ipv6 a920:8059:328e:bd58:cf03:170f:3001:5b00/7 any
+ 101 deny ipv6 any a920:8059:328e:bd58:cf03:170f:3001:5b00/7
+ 1001 remark * Permit Remaining
+ 1010 permit ipv6 any any
+!
+ipv4 access-list BOSS
+ 10 permit ipv4 host 10.44.155.248 any
+ 20 permit ipv4 host 10.44.155.184 any
+!
+ipv4 access-list MANAGEMENT
+ 10 permit ipv4 10.44.177.0/16 any
+ 20 permit ipv4 192.168.83.0/24 any
+ 30 permit ipv4 192.168.60.0/22 any
+ 40 permit ipv4 196.174.91.0/22 any
+ 50 permit ipv4 10.133.236.0 0.0.1.255 any
+!
+ipv4 access-list FILTER:VOIP:IN
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic to Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 any 192.168.93.4 0.0.0.3
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 60 remark Permit traffic to SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 80 permit tcp any host 172.22.181.36
+ 90 permit udp any host 172.22.181.36
+ 100 permit ipv4 any host 172.22.181.38
+ 110 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 120 remark Permit return traffic to SBC Media Server
+ 130 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 140 permit udp any host 172.22.181.37
+ 150 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 160 remark Permit traffic to Voip DMS proxy/DNS/NTP Server
+ 170 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 180 permit tcp any host 172.22.181.3 eq www
+ 190 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 200 remark Permit traffic to XML Broadsoft Servers (MyPhone)
+ 210 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 220 permit tcp any host 172.22.181.6 eq www
+ 230 permit tcp any host 172.22.181.6 eq https
+ 240 permit tcp any host 172.22.181.18 eq www
+ 250 permit udp any host 172.22.181.19 eq syslog
+ 260 permit tcp any host 172.22.181.21 eq www
+ 270 permit tcp any host 172.22.181.21 eq https
+ 280 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 290 remark Permit request traffic for provisioning server
+ 300 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 310 permit tcp any host 172.23.243.254 eq www
+ 320 permit tcp any host 172.23.243.254 eq https
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit DHCP Client to Server
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq bootpc any eq bootps
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit NTP
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp any any eq ntp
+ 410 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 420 remark Permit Voip private DNS
+ 430 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 440 permit udp any host 172.22.181.3 eq domain
+ 450 permit udp any host 172.22.181.18 eq domain
+ 460 remark -=-=-=-=-=-=-=-=-=-=
+ 470 remark Permit ICMP anywhere
+ 480 remark =-=-=-=-=-=-=-=-=-=-
+ 490 permit icmp any any
+ 491 remark telnet to jump
+ 492 permit tcp 172.22.181.0 0.7.255.255 eq telnet host 172.22.181.19 established
+ 500 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 510 remark Deny and log everything else
+ 520 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 530 deny ipv4 any any log
+!
+ipv4 access-list FILTER:VOIP:OUT
+ 10 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 20 remark Permit Traffic from Loopback
+ 30 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 40 permit ipv4 192.168.93.4 0.0.0.3 any
+ 50 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 60 remark Permit traffic from SBC
+ 70 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 80 permit tcp host 172.22.181.36 any
+ 90 permit udp host 172.22.181.36 any
+ 100 permit ipv4 host 172.22.181.38 any
+ 110 permit udp host 172.22.181.37 any
+ 120 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 130 remark Permit return traffic from Voip DMS proxy/DNS/NTP Server
+ 140 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 150 permit tcp host 172.22.181.3 eq www any established
+ 160 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 170 remark Permit request traffic from XML Broadsoft Servers (MyPhone)
+ 180 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 190 permit tcp host 172.22.181.6 eq www any established
+ 200 permit tcp host 172.22.181.6 eq https any established
+ 210 permit tcp host 172.22.181.18 eq www any established
+ 220 permit tcp host 172.22.181.21 eq www any established
+ 230 permit tcp host 172.22.181.21 eq https any established
+ 240 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 250 remark Permit request traffic for provisioning server
+ 260 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 270 permit tcp host 172.23.243.254 eq www any established
+ 280 permit tcp host 172.23.243.254 eq https any established
+ 290 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 300 remark Permit DHCP Server to Client
+ 310 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 320 permit udp any eq bootps any eq bootpc
+ 330 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 340 remark Permit NTP
+ 350 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 360 permit udp any eq ntp any
+ 370 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 380 remark Permit Voip Private DNS
+ 390 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 400 permit udp host 172.22.181.3 eq domain any
+ 410 permit udp host 172.22.181.18 eq domain any
+ 420 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 430 remark Permit ICMP anywhere
+ 440 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 450 permit icmp any any
+ 460 remark -=-=-=-=-=-=-=-=-=-=-=-=-=-=
+ 470 remark Deny and log everything else
+ 480 remark =-=-=-=-=-=-=-=-=-=-=-=-=-=-
+ 490 deny ipv4 any any log
+!
+ipv4 access-list FILTER:STATIC:IN
+ 10 remark Filter static Internet customers from sending traffic to unauthorized destinations
+ 20 remark Permit traffic to Rack Loopback for Testing
+ 30 permit ipv4 any 192.168.93.0 0.0.0.7
+ 40 permit ipv4 192.168.93.0 0.0.0.7 any
+ 50 remark Filter RFC1918 destinations
+ 60 deny ipv4 0.0.0.0 0.255.255.255 any
+ 70 deny ipv4 any 0.0.0.0 0.255.255.255
+ 80 deny ipv4 10.142.79.0 0.255.255.255 any
+ 90 deny ipv4 any 10.142.79.0 0.255.255.255
+ 100 deny ipv4 80.251.113.0 0.255.255.255 any
+ 110 deny ipv4 any 80.251.113.0 0.255.255.255
+ 120 deny ipv4 170.34.145.0 0.0.255.255 any
+ 130 deny ipv4 any 170.34.145.0 0.0.255.255
+ 140 deny ipv4 172.24.173.0 0.15.255.255 any
+ 150 deny ipv4 any 172.24.173.0 0.15.255.255
+ 160 deny ipv4 192.15.238.0 0.0.0.255 any
+ 170 deny ipv4 any 192.15.238.0 0.0.0.255
+ 180 deny ipv4 192.168.30.0 0.0.255.255 any
+ 190 deny ipv4 any 192.168.30.0 0.0.255.255
+ 200 permit ipv4 any any
+!
+flow exporter-map monitor
+ version v9
+ options interface-table timeout 30
+ options sampler-table timeout 30
+ template timeout 30
+ template data timeout 30
+ template options timeout 30
+ !
+ transport udp 2055
+ source Loopback40302
+ destination 10.44.155.130 vrf management
+!
+flow monitor-map fmm4
+ record ipv4
+ exporter monitor
+ cache timeout active 60
+!
+flow monitor-map fmm6
+ record ipv6
+ exporter monitor
+ cache timeout active 60
+!
+sampler-map sm
+ random 1 out-of 1000
+!
+interface BVI684
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 4488
+ vrf 10100:339651554
+ ipv4 address 192.168.47.9 255.255.255.252
+!
+interface BVI1102
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.241 255.255.255.252
+ ipv6 address 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146c/127
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface BVI2334
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 172.25.134.81 255.255.255.252
+!
+interface Bundle-Ether10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 9216
+ lldp
+ enable
+ !
+!
+interface Bundle-Ether10.35 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 35
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf 10100:956745530
+ ipv4 address 192.168.31.105 255.255.255.252
+ encapsulation dot1q 36
+!
+interface Bundle-Ether10.202 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 202
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.248 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 248
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.280 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 280
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.301 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 301
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.315 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 315
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.317 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 317
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.330 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 330
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.355 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 300
+ rewrite ingress tag pop 1 symmetric
+!
+interface Bundle-Ether10.369 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 369
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.446 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 446
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.535 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 535
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.547 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 547
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.560 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 560
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.563 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 563
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.575 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 575
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.581 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 581
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.590 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 590
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.600 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 600
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.601 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 601
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.610 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 610
+ rewrite ingress tag pop 1 symmetric
+ mtu 9004
+!
+interface Bundle-Ether10.620 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 620
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.625 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 625
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.638 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 638
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.640 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 640
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.670 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 670
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.680 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 680
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.750 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 750
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.795 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 795 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.796 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 796 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.797 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 797 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.798 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 798
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.800 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 800 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.804 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 804 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.807 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 807 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.808 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 808
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.809 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 809
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.823 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 823 second-dot1q any
+ rewrite ingress tag pop 1 symmetric
+ mtu 9198
+!
+interface Bundle-Ether10.841 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 841
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.952 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 952
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 953
+ rewrite ingress tag pop 1 symmetric
+ mtu 9216
+!
+interface Bundle-Ether10.960 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 960
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.1185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1185
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1189
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1190
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1206 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1206
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1214 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1214
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1216 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1216
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1218 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1218
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1221 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1221
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1222 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1222
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1277 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1277
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.1283 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1283
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1318 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1318
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1319 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1319
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1379 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1379
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.1380 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1380
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.1426
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.129.81 255.255.255.240
+ encapsulation dot1q 1426
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.1465 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1465
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1507 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1507
+ rewrite ingress tag pop 1 symmetric
+ mtu 4484
+!
+interface Bundle-Ether10.1509
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.9 255.255.255.252
+ encapsulation dot1q 1509
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1510 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1513 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1515 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1516 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1517
+ vrf voip-untrusted
+ ipv4 address 172.23.242.109 255.255.255.252
+ encapsulation dot1q 1517
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1518 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1519 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1520 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1521 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+!
+interface Bundle-Ether10.1522
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.85 255.255.255.252
+ encapsulation dot1q 1522
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1523
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.73 255.255.255.248
+ encapsulation dot1q 1523
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1524
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.89 255.255.255.252
+ encapsulation dot1q 1524
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1525
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.93 255.255.255.252
+ encapsulation dot1q 1525
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.1652 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 1652
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.1943
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ mtu 1618
+ vrf internet
+ ipv4 address 109.3.154.193 255.255.255.252
+ encapsulation dot1q 1943
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether10.2000 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2000
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1518
+!
+interface Bundle-Ether10.2006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2019 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2019
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2048 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2048
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2091 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2091
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2104 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2104
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2130 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2130
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2131 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2131
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2163 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2163
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2224 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2224
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+ lldp
+ transmit disable
+ !
+!
+interface Bundle-Ether10.2281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2308
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2321 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2321
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2327 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2327
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2329 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2329
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2333 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 681
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf voip-untrusted
+ ipv4 address 172.23.242.101 255.255.255.252
+ encapsulation dot1q 2345
+ ipv4 access-group FILTER:VOIP:IN ingress
+!
+interface Bundle-Ether10.2346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2348 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2348
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2411 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2411
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2433 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2433
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2555 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2555
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2572 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2572
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2714 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2714
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2715 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2715
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.2723 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2723
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2765 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2765
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.2953 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2953
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.2956 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 2956
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3002 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3002
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3006 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3006
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3007 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3007
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3043 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3043
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3047 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3047
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3150 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3150
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3172 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3172
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3185 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3185
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3186 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3186
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3187 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3187
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3188 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3188
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3189 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3189
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3190 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3190
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3194 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3194
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3198 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3198
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3281 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3281
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3306 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3306
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3307 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3307
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3308 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3308
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3309 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3309
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3312 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3312
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3314 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3314
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3322 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3322
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3325 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3325
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3326 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3326
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3328 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3328
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3332 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3332
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3334 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3334
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3335 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3335
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3336 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3336
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3338 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3338
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3339 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3339
+ rewrite ingress tag pop 1 symmetric
+ mtu 9018
+!
+interface Bundle-Ether10.3341 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3341
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3345 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3345
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3346 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3346
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3347 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3347
+ rewrite ingress tag pop 1 symmetric
+ mtu 4488
+!
+interface Bundle-Ether10.3360 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3360
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3511 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3511
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3512 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3512
+ rewrite ingress tag pop 1 symmetric
+ mtu 4470
+!
+interface Bundle-Ether10.3598 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3598
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3698 l2transport
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ encapsulation dot1q 3698
+ rewrite ingress tag pop 1 symmetric
+ mtu 1618
+!
+interface Bundle-Ether10.3964
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.212.113 255.255.255.252
+ encapsulation dot1q 3964
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface Bundle-Ether11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 98.200.230.80 255.255.255.254
+ ipv6 address 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30c/127
+ bundle minimum-active links 1
+ load-interval 30
+!
+interface Bundle-Ether301
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.77
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.76 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Bundle-Ether302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bfd mode ietf
+ bfd address-family ipv4 multiplier 3
+ bfd address-family ipv4 destination 10.133.236.75
+ bfd address-family ipv4 fast-detect
+ bfd address-family ipv4 minimum-interval 50
+ mtu 9216
+ ipv4 address 10.133.236.74 255.255.255.254
+ lldp
+ enable
+ !
+ dampening
+!
+interface Loopback0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ ipv4 address 98.200.230.153 255.255.255.255
+!
+interface Loopback40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf management
+ ipv4 address 10.44.152.26 255.255.255.255
+!
+interface TenGigE0/0/0/0
+ shutdown
+!
+interface TenGigE0/0/0/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 73.74.217.201 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.49 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/4
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ vrf internet
+ ipv4 address 216.124.109.17 255.255.255.252
+ lldp
+ receive disable
+ transmit disable
+ !
+ carrier-delay down 0
+ dampening
+ ipv4 access-group FILTER:STATIC:IN ingress
+!
+interface TenGigE0/0/0/5
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/6
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/7
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/8
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/9
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/10
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/11
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/12
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/13
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/14
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/15
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/16
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/17
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/18
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/19
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/20
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/21
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/22
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TenGigE0/0/0/23
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/24
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/25
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/26
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/27
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/28
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/29
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/30
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/31
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/32
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/33
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/34
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/35
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/36
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/37
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/38
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface TwentyFiveGigE0/0/0/39
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ shutdown
+!
+interface HundredGigE0/0/1/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 302 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/1/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/0
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/1
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 301 mode active
+ carrier-delay up 10000 down 0
+!
+interface HundredGigE0/0/2/2
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 10 mode active
+ lldp
+ enable
+ !
+!
+interface HundredGigE0/0/2/3
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ bundle id 11 mode active
+ lldp
+ enable
+ !
+!
+interface MgmtEth0/RP0/CPU0/0
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/24
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/25
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/26
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/27
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/28
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/29
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/30
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/31
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/32
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/33
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/34
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/35
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/36
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/37
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/38
+ shutdown
+!
+interface preconfigure TenGigE0/0/0/39
+ shutdown
+!
+!
+prefix-set ANY
+ 0.0.0.0/0 le 32
+end-set
+!
+prefix-set NONE
+end-set
+!
+prefix-set AS12345
+ 0.202.126.0/24,
+ 0.203.168.0/24,
+ 0.203.175.0/24,
+ 0.203.181.0/24,
+ 0.200.87.0/24,
+ 0.198.34.0/24,
+ 0.235.247.0/23 le 24,
+ 0.239.42.0/16 le 24,
+ 0.181.147.0/24,
+ 0.113.249.0/24,
+ 0.99.251.0/24,
+ 0.99.208.0/24,
+ 3.241.216.0/24,
+ 3.212.80.0/22 le 24,
+ 3.212.146.0/24,
+ 3.212.189.0/24,
+ 3.212.190.0/24,
+ 3.212.208.0/22 le 24,
+ 3.212.200.0/24,
+ 3.213.136.0/23 ge 24 le 24,
+ 3.213.221.0/24,
+ 3.215.173.0/24,
+ 3.215.175.0/23 ge 24 le 24,
+ 3.215.206.0/22 le 24,
+ 3.215.195.0/24,
+ 3.215.222.0/22 le 24,
+ 3.215.118.0/24,
+ 3.214.212.0/24,
+ 6.103.155.0/22 le 24,
+ 6.73.230.0/22 le 24,
+ 7.33.237.0/24,
+ 7.61.230.0/20 le 24,
+ 7.9.88.0/21 le 24,
+ 7.3.196.0/20 le 24,
+ 7.116.39.0/24,
+ 7.84.145.0/21 le 24,
+ 7.252.237.0/22 ge 23 le 24,
+ 7.199.57.0/24,
+ 7.199.58.0/23 ge 24 le 24,
+ 7.195.28.0/22 le 24,
+ 7.195.223.0/24,
+ 7.195.246.0/23 le 24,
+ 7.195.156.0/24,
+ 7.195.163.0/24,
+ 7.193.87.0/24,
+ 7.192.233.0/24,
+ 7.131.2.0/21 le 24,
+ 7.166.234.0/21 le 24,
+ 7.188.222.0/23 ge 24 le 24,
+ 7.188.220.0/24,
+ 7.188.141.0/22 le 24,
+ 7.189.187.0/24,
+ 7.189.105.0/24,
+ 8.114.117.0/23 le 24,
+ 8.115.18.0/20 le 24,
+ 8.119.164.0/24,
+ 8.119.12.0/23 ge 24 le 24,
+ 8.119.15.0/24,
+ 8.119.117.0/23 le 24,
+ 8.121.169.0/23 le 24,
+ 8.120.136.0/23 ge 24 le 24,
+ 8.120.129.0/24,
+ 8.122.247.0/24,
+ 8.122.19.0/24,
+ 8.124.241.0/24,
+ 8.127.50.0/24,
+ 8.127.112.0/24,
+ 8.127.156.0/24,
+ 8.127.151.0/24,
+ 8.127.149.0/23 ge 24 le 24,
+ 8.127.147.0/24,
+ 8.126.16.0/23 le 24,
+ 8.126.233.0/24,
+ 8.126.219.0/24,
+ 8.109.81.0/24,
+ 8.109.155.0/24,
+ 8.109.152.0/23 ge 24 le 24,
+ 8.111.246.0/22 le 24,
+ 8.111.222.0/24,
+ 8.111.134.0/24,
+ 8.111.71.0/23 ge 24 le 24,
+ 8.111.64.0/24,
+ 8.110.54.0/24,
+ 8.110.52.0/24,
+ 8.110.90.0/24,
+ 8.110.134.0/24,
+ 8.107.28.0/24,
+ 8.107.33.0/23 ge 24 le 24,
+ 8.107.35.0/24,
+ 8.107.55.0/24,
+ 8.107.63.0/23 ge 24 le 24,
+ 8.107.58.0/22 ge 24 le 24,
+ 8.107.144.0/24,
+ 8.106.194.0/22 ge 24 le 24,
+ 8.106.198.0/23 ge 24 le 24,
+ 8.106.238.0/24,
+ 8.106.237.0/23 le 24,
+ 8.106.234.0/24,
+ 8.106.232.0/23 le 24,
+ 8.106.168.0/23 ge 24 le 24,
+ 8.106.45.0/24,
+ 8.106.33.0/24,
+ 8.106.39.0/24,
+ 8.106.28.0/22 le 24,
+ 8.106.120.0/23 ge 24 le 24,
+ 8.104.127.0/22 le 24,
+ 8.104.103.0/24,
+ 8.104.205.0/24,
+ 8.104.167.0/23 le 24,
+ 8.104.164.0/24,
+ 8.104.149.0/24,
+ 8.104.153.0/24,
+ 8.103.88.0/21 le 24,
+ 8.103.25.0/24,
+ 8.103.15.0/24,
+ 8.103.234.0/23 ge 24 le 24,
+ 8.103.239.0/24,
+ 8.102.118.0/23 ge 24 le 24,
+ 8.102.116.0/24,
+ 8.102.150.0/24,
+ 8.101.116.0/24,
+ 8.101.114.0/24,
+ 8.101.112.0/24,
+ 8.100.46.0/24,
+ 8.100.45.0/23 ge 24 le 24,
+ 8.100.42.0/23 ge 24 le 24,
+ 8.100.40.0/24,
+ 8.100.32.0/24,
+ 8.99.113.0/24,
+ 8.99.107.0/24,
+ 8.99.41.0/24,
+ 8.99.20.0/23 ge 24 le 24,
+ 8.99.247.0/24,
+ 8.99.228.0/23 le 24,
+ 8.99.232.0/21 le 24,
+ 8.99.149.0/24,
+ 8.99.133.0/24,
+ 8.98.70.0/24,
+ 8.98.66.0/24,
+ 8.98.190.0/24,
+ 8.98.188.0/23 ge 24 le 24,
+ 8.97.105.0/24,
+ 8.97.207.0/24,
+ 8.97.215.0/22 le 24,
+ 8.96.108.0/24,
+ 8.96.217.0/23 le 24,
+ 8.96.219.0/24,
+ 8.96.220.0/24,
+ 8.96.143.0/24,
+ 8.72.28.0/20 le 24,
+ 8.74.27.0/22 le 24,
+ 8.74.84.0/22 ge 24 le 24,
+ 8.74.176.0/24,
+ 8.74.179.0/24,
+ 8.74.190.0/21 le 24,
+ 8.74.151.0/24,
+ 8.74.250.0/23 ge 24 le 24,
+ 8.74.248.0/24,
+ 8.75.212.0/24,
+ 8.75.215.0/23 ge 24 le 24,
+ 8.75.2.0/24,
+ 8.75.70.0/24,
+ 8.75.78.0/24,
+ 8.76.53.0/24,
+ 8.76.10.0/24,
+ 8.76.86.0/22 ge 24 le 24,
+ 8.76.80.0/24,
+ 8.77.193.0/24,
+ 8.77.195.0/24,
+ 8.77.12.0/20 le 24,
+ 8.78.238.0/22 ge 24 le 24,
+ 8.78.243.0/23 le 24,
+ 8.78.215.0/24,
+ 8.78.88.0/24,
+ 8.78.95.0/23 ge 24 le 24,
+ 8.78.114.0/24,
+ 8.78.51.0/23 le 24,
+ 8.79.121.0/24,
+ 8.79.97.0/24,
+ 8.79.78.0/23 le 24,
+ 8.79.2.0/24,
+ 8.79.0.0/23 ge 24 le 24,
+ 8.79.211.0/24,
+ 8.79.208.0/23 ge 24 le 24,
+ 8.79.215.0/22 ge 24 le 24,
+ 8.79.200.0/22 ge 24 le 24,
+ 8.69.170.0/23 ge 24 le 24,
+ 8.69.175.0/22 ge 24 le 24,
+ 8.69.214.0/24,
+ 8.69.211.0/24,
+ 8.69.111.0/24,
+ 8.69.39.0/23 le 24,
+ 8.68.41.0/24,
+ 8.68.43.0/23 ge 24 le 24,
+ 8.68.16.0/23 ge 24 le 24,
+ 8.68.19.0/24,
+ 8.71.225.0/24,
+ 8.71.230.0/24,
+ 8.71.229.0/23 ge 24 le 24,
+ 8.71.20.0/24,
+ 8.71.18.0/24,
+ 8.71.26.0/24,
+ 8.71.79.0/24,
+ 8.70.179.0/24,
+ 8.70.177.0/23 ge 24 le 24,
+ 8.70.113.0/23 ge 24 le 24,
+ 8.70.114.0/24,
+ 8.66.102.0/22 ge 24 le 24,
+ 8.66.98.0/23 le 24,
+ 8.66.97.0/24,
+ 8.66.88.0/23 ge 24 le 24,
+ 8.66.94.0/22 ge 24 le 24,
+ 8.67.154.0/20 le 24,
+ 8.67.170.0/24,
+ 8.67.168.0/23 ge 24 le 24,
+ 8.67.172.0/22 ge 24 le 24,
+ 8.67.198.0/24,
+ 8.67.193.0/23 ge 24 le 24,
+ 8.67.195.0/24,
+ 8.67.205.0/24,
+ 8.67.206.0/24,
+ 8.67.50.0/22 ge 24 le 24,
+ 8.67.53.0/24,
+ 8.65.52.0/23 ge 24 le 24,
+ 8.65.55.0/24,
+ 8.65.45.0/24,
+ 8.65.46.0/23 ge 24 le 24,
+ 8.65.42.0/22 ge 24 le 24,
+ 8.64.180.0/24,
+ 8.64.179.0/22 ge 24 le 24,
+ 8.64.240.0/24,
+ 8.64.243.0/24,
+ 8.90.186.0/24,
+ 8.90.188.0/23 ge 24 le 24,
+ 8.90.191.0/24,
+ 8.188.147.0/24,
+ 8.189.159.0/24,
+ 8.172.110.0/24,
+ 8.164.81.0/24,
+ 9.13.248.0/24,
+ 13.253.162.0/8 le 24,
+ 15.244.92.0/20 le 24,
+ 15.244.127.0/19 le 24,
+ 15.244.9.0/20 le 24,
+ 15.244.30.0/20 ge 21 le 24,
+ 15.244.44.0/19 ge 20 le 24,
+ 15.150.51.0/21 ge 22 le 24,
+ 15.17.211.0/22 ge 24 le 24,
+ 15.17.227.0/24,
+ 15.26.217.0/19 ge 22 le 24,
+ 15.26.241.0/21 ge 22 le 24,
+ 15.26.252.0/22 le 24,
+ 15.57.110.0/11 ge 16 le 24,
+ 15.94.241.0/21 le 24,
+ 15.94.252.0/21 ge 22 le 24,
+ 15.94.234.0/20 ge 22 le 24,
+ 15.94.221.0/24,
+ 15.94.180.0/24,
+ 15.94.178.0/23 ge 24 le 24,
+ 15.87.18.0/16 le 24,
+ 15.107.52.0/11 ge 16 le 24,
+ 31.161.172.0/20 le 24,
+ 31.161.196.0/24,
+ 31.168.155.0/21 ge 22 le 24,
+ 31.168.151.0/22 le 24,
+ 31.168.104.0/20 le 24,
+ 29.247.46.0/20 le 24,
+ 29.247.172.0/20 le 24,
+ 29.243.137.0/23 le 24,
+ 29.243.220.0/22 le 24,
+ 29.243.207.0/20 le 24,
+ 29.236.238.0/24,
+ 29.236.134.0/22 le 24,
+ 29.236.77.0/22 le 24,
+ 29.236.95.0/22 le 24,
+ 29.236.123.0/22 le 24,
+ 29.227.25.0/20 le 24,
+ 29.227.163.0/19 le 24,
+ 29.219.17.0/19 ge 20 le 24,
+ 29.211.192.0/22 le 24,
+ 29.211.40.0/20 le 24,
+ 29.210.250.0/20 le 24,
+ 29.214.39.0/20 le 24,
+ 29.205.57.0/22 le 24,
+ 29.201.35.0/20 le 24,
+ 29.201.229.0/21 ge 22 le 24,
+ 29.202.94.0/22 le 24,
+ 29.193.82.0/22 ge 23 le 24,
+ 29.193.113.0/20 le 24,
+ 29.193.155.0/20 le 24,
+ 29.193.140.0/21 ge 22 le 24,
+ 29.193.191.0/19 ge 20 le 24,
+ 29.192.180.0/24,
+ 29.199.206.0/23 le 24,
+ 29.198.79.0/20 le 24,
+ 29.198.177.0/23 le 24,
+ 29.170.83.0/22 le 24,
+ 29.174.172.0/19 le 24,
+ 29.185.245.0/21 le 24,
+ 29.185.212.0/20 le 24,
+ 29.185.141.0/22 le 24,
+ 29.185.135.0/21 le 24,
+ 29.185.177.0/21 le 24,
+ 29.185.109.0/21 le 24,
+ 29.185.121.0/21 le 24,
+ 29.185.80.0/22 le 24,
+ 29.185.43.0/21 le 24,
+ 29.185.29.0/19 le 24,
+ 29.187.177.0/22 le 24,
+ 29.186.109.0/21 le 24,
+ 29.186.112.0/21 le 24,
+ 29.186.85.0/22 le 24,
+ 29.186.17.0/19 le 24,
+ 29.176.8.0/18 le 24,
+ 29.176.232.0/18 le 24,
+ 29.177.20.0/19 le 24,
+ 29.177.88.0/20 le 24,
+ 29.177.114.0/20 le 24,
+ 29.183.130.0/20 le 24,
+ 29.183.7.0/24,
+ 29.183.100.0/22 le 24,
+ 29.183.116.0/24,
+ 29.183.124.0/24,
+ 29.156.75.0/19 le 24,
+ 29.159.43.0/19 le 24,
+ 29.20.239.0/24,
+ 29.20.255.0/24,
+ 29.21.177.0/24,
+ 29.23.109.0/24,
+ 29.23.123.0/24,
+ 29.23.166.0/24,
+ 29.22.35.0/24,
+ 29.16.35.0/24,
+ 29.28.102.0/23 ge 24 le 24,
+ 29.31.217.0/24,
+ 29.26.50.0/24,
+ 29.26.19.0/24,
+ 29.26.123.0/24,
+ 29.27.81.0/24,
+ 29.27.29.0/24,
+ 29.25.181.0/24,
+ 29.25.202.0/24,
+ 29.25.83.0/24,
+ 29.25.30.0/24,
+ 29.24.183.0/24,
+ 29.24.19.0/24,
+ 29.0.133.0/24,
+ 29.0.71.0/24,
+ 29.3.46.0/24,
+ 29.4.56.0/23 ge 24 le 24,
+ 29.4.59.0/24,
+ 29.4.140.0/24,
+ 29.5.18.0/24,
+ 29.6.203.0/24,
+ 29.15.103.0/24,
+ 29.15.191.0/23 ge 24 le 24,
+ 29.13.35.0/24,
+ 29.13.246.0/24,
+ 29.12.135.0/24,
+ 29.10.246.0/24,
+ 29.10.188.0/24,
+ 29.11.216.0/24,
+ 29.8.3.0/24,
+ 29.9.55.0/24,
+ 29.9.70.0/24,
+ 29.58.84.0/24,
+ 29.58.121.0/24,
+ 29.56.226.0/24,
+ 29.63.204.0/24,
+ 29.63.101.0/24,
+ 29.63.15.0/23 ge 24 le 24,
+ 29.63.12.0/24,
+ 29.49.79.0/24,
+ 29.48.192.0/24,
+ 29.48.120.0/23 ge 24 le 24,
+ 29.50.242.0/24,
+ 29.36.232.0/24,
+ 29.38.208.0/24,
+ 29.39.137.0/24,
+ 29.34.115.0/24,
+ 29.34.201.0/24,
+ 29.33.74.0/23 ge 24 le 24,
+ 29.32.41.0/23 ge 24 le 24,
+ 29.46.135.0/24,
+ 29.107.68.0/23 le 24,
+ 29.103.90.0/23 le 24,
+ 29.113.211.0/24,
+ 29.123.157.0/19 ge 20 le 24,
+ 29.123.217.0/22 le 24,
+ 29.123.223.0/23 le 24,
+ 29.74.116.0/24,
+ 29.74.97.0/20 le 24,
+ 29.74.235.0/24,
+ 29.74.152.0/22 le 24,
+ 29.74.158.0/23 ge 24 le 24,
+ 29.74.145.0/23 ge 24 le 24,
+ 29.74.148.0/24,
+ 29.75.33.0/23 le 24,
+ 29.75.59.0/23 le 24,
+ 29.75.71.0/19 le 24,
+ 29.75.145.0/20 le 24,
+ 29.79.128.0/18 le 24,
+ 29.79.35.0/18 le 24,
+ 29.77.10.0/17 le 24,
+ 29.67.233.0/19 ge 20 le 24,
+ 29.67.200.0/21 le 24,
+ 29.67.216.0/21 le 24,
+ 29.67.211.0/22 le 24,
+ 29.66.129.0/19 le 24,
+ 29.71.169.0/22 ge 24 le 24,
+ 29.71.173.0/24,
+ 29.71.174.0/23 ge 24 le 24,
+ 29.71.160.0/24,
+ 29.71.163.0/23 ge 24 le 24,
+ 29.71.166.0/23 ge 24 le 24,
+ 29.71.152.0/19 ge 20 le 24,
+ 29.68.211.0/17 le 24,
+ 29.69.196.0/22 le 24,
+ 29.69.221.0/21 ge 22 le 24,
+ 29.69.211.0/22 le 24,
+ 29.83.11.0/19 le 24,
+ 29.94.212.0/19 le 24,
+ 29.94.155.0/18 le 24,
+ 29.95.60.0/20 le 24,
+ 29.95.6.0/24,
+ 29.95.3.0/24,
+ 29.95.88.0/20 le 24,
+ 29.95.169.0/24,
+ 29.95.224.0/22 le 24,
+ 29.95.230.0/24,
+ 29.95.213.0/22 le 24,
+ 29.93.65.0/24,
+ 29.93.89.0/24,
+ 29.93.92.0/24,
+ 29.93.32.0/19 le 24,
+ 29.91.191.0/20 le 24,
+ 29.91.82.0/20 ge 21 le 24,
+ 29.91.22.0/20 le 24,
+ 19.79.100.0/16 le 24,
+ 19.76.122.0/24,
+ 19.76.152.0/20 le 24,
+ 19.65.52.0/20 le 24,
+ 19.81.247.0/19 le 24,
+ 19.80.205.0/18 ge 19 le 24,
+ 19.85.219.0/23 le 24,
+ 19.86.78.0/18 le 24,
+ 19.90.177.0/24,
+ 19.90.190.0/24,
+ 19.90.185.0/24,
+ 19.91.232.0/16 le 24,
+ 19.25.97.0/19 le 24,
+ 19.26.45.0/22 le 24,
+ 19.26.26.0/22 le 24,
+ 19.55.145.0/18 le 24,
+ 19.32.251.0/24,
+ 19.32.248.0/24,
+ 19.210.91.0/21 le 24,
+ 19.210.67.0/21 le 24,
+ 19.210.43.0/19 ge 24 le 24,
+ 19.209.129.0/19 le 24,
+ 19.208.250.0/19 le 24,
+ 19.215.69.0/16 le 24,
+ 19.212.214.0/19 le 24,
+ 19.204.201.0/18 ge 19 le 24,
+ 19.202.211.0/24,
+ 19.200.107.0/16 le 24,
+ 19.194.230.0/18 le 24,
+ 19.195.252.0/18 le 24,
+ 19.189.227.0/18 le 24,
+ 19.168.140.0/19 le 24,
+ 19.168.185.0/20 le 24,
+ 19.168.233.0/21 le 24,
+ 19.169.231.0/19 le 24,
+ 19.170.71.0/18 le 24,
+ 19.141.24.0/17 le 24,
+ 19.137.137.0/20 le 24,
+ 19.130.33.0/19 le 24,
+ 19.130.180.0/19 le 24,
+ 19.129.74.0/19 le 24,
+ 19.129.200.0/17 le 24,
+ 19.148.27.0/24,
+ 19.149.1.0/24,
+ 19.149.178.0/22 le 24,
+ 16.101.147.0/24,
+ 16.101.150.0/22 le 24,
+ 16.101.158.0/22 le 24,
+ 16.101.94.0/24,
+ 16.102.127.0/20 le 24,
+ 16.102.133.0/19 ge 20 le 24,
+ 16.103.107.0/20 le 24,
+ 16.103.73.0/20 le 24,
+ 16.74.9.0/22 le 24,
+ 16.74.35.0/24,
+ 16.77.205.0/20 le 24,
+ 16.3.2.0/22 le 24,
+ 16.6.251.0/24,
+ 16.14.250.0/16 le 24,
+ 16.15.61.0/19 le 24,
+ 16.13.108.0/17 le 24,
+ 16.12.175.0/24,
+ 16.12.173.0/23 le 24,
+ 16.12.169.0/24,
+ 16.12.171.0/24,
+ 16.12.160.0/23 le 24,
+ 16.12.166.0/22 le 24,
+ 16.27.42.0/22 le 24,
+ 16.25.12.0/20 le 24,
+ 16.25.57.0/24,
+ 16.25.59.0/23 ge 24 le 24,
+ 16.25.63.0/22 le 24,
+ 16.25.49.0/22 le 24,
+ 16.25.43.0/24,
+ 16.16.82.0/24,
+ 16.16.81.0/24,
+ 16.18.197.0/21 le 24,
+ 16.18.84.0/19 le 24,
+ 16.21.100.0/20 le 24,
+ 16.21.122.0/24,
+ 16.21.120.0/23 ge 24 le 24,
+ 16.21.126.0/24,
+ 16.21.115.0/24,
+ 16.21.66.0/19 ge 20 le 24,
+ 16.23.138.0/22 le 24,
+ 16.153.230.0/20 le 24,
+ 16.153.240.0/21 le 24,
+ 16.153.255.0/23 ge 24 le 24,
+ 16.153.253.0/24,
+ 16.153.251.0/23 le 24,
+ 16.153.249.0/23 ge 24 le 24,
+ 16.234.104.0/23 ge 24 le 24,
+ 21.129.20.0/23 le 24,
+ 23.232.154.0/24,
+ 23.221.124.0/23 le 24,
+ 23.107.43.0/19 le 24,
+ 23.64.215.0/24,
+ 23.64.208.0/24,
+ 23.64.211.0/24,
+ 23.64.221.0/24,
+ 23.67.102.0/24,
+ 23.66.115.0/21 le 24,
+ 23.82.189.0/17 le 24,
+ 23.90.227.0/24,
+ 23.90.252.0/24,
+ 23.91.165.0/24,
+ 23.91.160.0/22 le 24,
+ 23.7.231.0/20 ge 24 le 24,
+ 23.7.249.0/22 ge 24 le 24,
+ 23.7.255.0/22 le 24,
+ 23.7.241.0/22 ge 24 le 24,
+ 23.7.246.0/23 ge 24 le 24,
+ 23.7.244.0/24,
+ 45.192.190.0/9 le 24,
+ 45.31.122.0/10 le 24,
+ 45.70.236.0/12 le 24,
+ 45.120.58.0/11 le 24,
+ 46.49.245.0/23 ge 24 le 24,
+ 46.49.252.0/22 le 24,
+ 46.49.233.0/23 le 24,
+ 46.95.126.0/24,
+ 40.116.96.0/22 le 24,
+ 40.73.62.0/23 ge 24 le 24,
+ 40.150.166.0/24,
+ 40.150.210.0/22 le 24,
+ 40.150.230.0/24,
+ 40.150.65.0/22 le 24,
+ 41.105.19.0/21 le 24,
+ 41.84.107.0/22 le 24,
+ 41.87.6.0/24,
+ 41.87.116.0/22 le 24,
+ 41.87.112.0/23 le 24,
+ 41.87.115.0/24,
+ 41.38.128.0/23 ge 24 le 24,
+ 41.25.44.0/21 le 24,
+ 41.5.42.0/24,
+ 41.14.159.0/21 le 24,
+ 41.15.3.0/23 ge 24 le 24,
+ 41.15.5.0/24,
+ 41.141.57.0/23 le 24,
+ 41.141.59.0/23 ge 24 le 24,
+ 41.251.227.0/21 le 24,
+ 41.252.228.0/23 ge 24 le 24,
+ 41.235.250.0/24,
+ 41.215.249.0/21 le 24,
+ 41.212.16.0/24,
+ 41.212.22.0/23 ge 24 le 24,
+ 41.212.5.0/24,
+ 41.212.7.0/24,
+ 41.212.13.0/24,
+ 41.212.9.0/24,
+ 43.70.249.0/22 le 24,
+ 43.70.66.0/19 le 24,
+ 43.73.43.0/20 le 24,
+ 43.72.149.0/23 le 24,
+ 43.72.249.0/21 le 24,
+ 43.79.40.0/24,
+ 43.79.6.0/24,
+ 43.112.25.0/21 le 24,
+ 43.112.90.0/20 le 24,
+ 43.63.233.0/24,
+ 43.63.148.0/24,
+ 43.63.125.0/22 le 24,
+ 43.62.126.0/24,
+ 43.62.91.0/24,
+ 43.61.130.0/24,
+ 43.60.25.0/23 le 24,
+ 43.60.75.0/24,
+ 43.56.184.0/21 le 24,
+ 43.57.127.0/21 le 24,
+ 43.55.221.0/23 ge 24 le 24,
+ 43.55.209.0/24,
+ 43.48.176.0/21 le 24,
+ 43.38.84.0/24,
+ 43.39.63.0/24,
+ 43.39.253.0/23 le 24,
+ 43.37.179.0/23 le 24,
+ 43.37.185.0/23 le 24,
+ 43.37.187.0/23 ge 24 le 24,
+ 43.37.191.0/22 ge 24 le 24,
+ 43.32.33.0/24,
+ 43.35.123.0/24,
+ 43.34.181.0/20 le 24,
+ 43.40.208.0/22 le 24,
+ 43.40.255.0/24,
+ 43.42.7.0/24,
+ 43.47.165.0/24,
+ 43.47.172.0/24,
+ 43.44.28.0/24,
+ 43.8.206.0/24,
+ 43.11.86.0/24,
+ 43.11.207.0/23 le 24,
+ 43.11.172.0/24,
+ 43.10.13.0/24,
+ 43.10.131.0/24,
+ 43.10.242.0/24,
+ 43.10.247.0/22 le 24,
+ 43.15.232.0/24,
+ 43.15.235.0/24,
+ 43.15.229.0/23 le 24,
+ 43.13.170.0/24,
+ 43.13.138.0/24,
+ 43.13.144.0/22 le 24,
+ 43.13.106.0/23 le 24,
+ 43.12.150.0/24,
+ 43.1.88.0/24,
+ 43.1.21.0/24,
+ 43.1.18.0/22 le 24,
+ 43.1.61.0/22 le 24,
+ 43.2.72.0/24,
+ 43.2.88.0/23 ge 24 le 24,
+ 43.2.105.0/23 ge 24 le 24,
+ 43.3.199.0/24,
+ 43.3.223.0/24,
+ 43.3.63.0/24,
+ 43.3.10.0/24,
+ 43.3.82.0/24,
+ 43.3.71.0/24,
+ 43.4.159.0/24,
+ 43.4.238.0/24,
+ 43.4.231.0/24,
+ 43.4.102.0/23 le 24,
+ 43.6.54.0/24,
+ 43.6.31.0/24,
+ 43.6.69.0/22 le 24,
+ 43.6.176.0/24,
+ 43.7.80.0/24,
+ 43.7.79.0/23 le 24,
+ 43.7.227.0/24,
+ 43.30.10.0/24,
+ 43.30.6.0/24,
+ 43.31.14.0/24,
+ 43.31.24.0/24,
+ 43.31.22.0/24,
+ 43.29.242.0/22 le 24,
+ 43.29.29.0/24,
+ 43.28.241.0/24,
+ 43.25.79.0/24,
+ 43.24.247.0/24,
+ 43.24.189.0/23 ge 24 le 24,
+ 43.24.187.0/22 le 24,
+ 43.24.164.0/24,
+ 43.24.152.0/24,
+ 43.24.137.0/20 le 24,
+ 43.24.131.0/24,
+ 43.24.45.0/22 le 24,
+ 43.24.106.0/23 le 24,
+ 43.24.110.0/24,
+ 43.24.127.0/24,
+ 43.24.125.0/23 le 24,
+ 43.24.94.0/23 le 24,
+ 43.26.241.0/23 le 24,
+ 43.26.191.0/21 le 24,
+ 43.22.151.0/22 le 24,
+ 43.22.155.0/22 le 24,
+ 43.20.199.0/23 le 24,
+ 43.20.216.0/23 le 24,
+ 43.20.221.0/24,
+ 43.20.188.0/20 le 24,
+ 43.20.38.0/23 le 24,
+ 43.20.40.0/24,
+ 43.16.145.0/24,
+ 43.16.6.0/24,
+ 43.17.61.0/23 le 24,
+ 43.17.26.0/24,
+ 43.17.29.0/24,
+ 43.18.103.0/24,
+ 43.18.105.0/24,
+ 43.18.172.0/24,
+ 43.18.166.0/24,
+ 43.18.233.0/24,
+ 43.172.156.0/22 ge 24 le 24,
+ 43.172.154.0/23 ge 24 le 24,
+ 43.172.153.0/24,
+ 43.172.145.0/21 ge 24 le 24,
+ 43.172.136.0/21 le 24,
+ 43.175.142.0/19 le 24,
+ 43.175.181.0/21 le 24,
+ 43.174.1.0/21 le 24,
+ 43.174.30.0/20 le 24,
+ 43.174.62.0/23 ge 24 le 24,
+ 43.174.60.0/23 le 24,
+ 43.174.55.0/21 le 24,
+ 43.170.123.0/23 le 24,
+ 43.170.115.0/23 le 24,
+ 43.171.136.0/24,
+ 43.169.187.0/23 ge 24 le 24,
+ 43.169.181.0/22 le 24,
+ 43.169.83.0/22 le 24,
+ 43.189.148.0/23 ge 24 le 24,
+ 43.188.129.0/18 ge 19 le 24,
+ 42.45.134.0/24,
+ 42.45.230.0/24,
+ 42.85.0.0/23 ge 24 le 24,
+ 32.144.181.0/24,
+ 32.155.81.0/24,
+ 32.159.187.0/22 le 24,
+ 32.158.116.0/23 le 24,
+ 32.158.248.0/23 le 24,
+ 32.250.205.0/24,
+ 33.252.196.0/23 ge 24 le 24,
+ 33.252.198.0/24,
+ 33.252.192.0/23 ge 24 le 24,
+ 33.254.164.0/22 le 24,
+ 33.18.231.0/23 ge 24 le 24,
+ 33.18.228.0/24,
+ 33.96.41.0/21 le 24,
+ 33.96.57.0/24,
+ 33.122.83.0/24,
+ 34.12.181.0/23 ge 24 le 24,
+ 34.12.183.0/24,
+ 34.28.9.0/16 le 24,
+ 34.121.40.0/23 ge 24 le 24,
+ 34.121.42.0/24,
+ 34.165.90.0/23 le 24,
+ 35.201.117.0/24,
+ 35.107.201.0/23 ge 24 le 24,
+ 35.107.203.0/24,
+ 35.107.198.0/22 le 24,
+ 35.107.41.0/22 ge 24 le 24,
+ 35.106.198.0/22 ge 24 le 24,
+ 35.106.222.0/23 le 24,
+ 35.106.221.0/24,
+ 35.106.214.0/24,
+ 35.104.168.0/22 le 24,
+ 35.110.244.0/22 le 24,
+ 35.111.87.0/24,
+ 35.108.212.0/22 le 24,
+ 35.108.155.0/24,
+ 35.108.187.0/22 le 24,
+ 35.108.164.0/22 le 24,
+ 35.108.51.0/22 le 24,
+ 35.108.45.0/22 le 24,
+ 35.108.105.0/22 le 24,
+ 35.109.78.0/24,
+ 35.103.23.0/24,
+ 35.103.189.0/22 ge 24 le 24,
+ 35.103.181.0/22 le 24,
+ 35.103.243.0/23 le 24,
+ 35.103.223.0/24,
+ 35.103.200.0/23 ge 24 le 24,
+ 35.103.203.0/24,
+ 35.121.18.0/24,
+ 35.121.79.0/22 le 24,
+ 35.120.103.0/24,
+ 35.122.146.0/22 le 24,
+ 35.122.31.0/23 ge 24 le 24,
+ 35.122.20.0/22 le 24,
+ 35.123.57.0/22 le 24,
+ 35.123.49.0/24,
+ 35.123.51.0/23 le 24,
+ 35.123.17.0/22 le 24,
+ 35.123.31.0/22 ge 24 le 24,
+ 35.123.183.0/23 ge 24 le 24,
+ 35.123.181.0/23 le 24,
+ 35.125.136.0/22 le 24,
+ 35.125.159.0/22 le 24,
+ 35.125.39.0/22 le 24,
+ 35.125.73.0/22 le 24,
+ 35.125.123.0/23 ge 24 le 24,
+ 35.127.79.0/23 le 24,
+ 35.126.90.0/22 le 24,
+ 35.126.197.0/22 le 24,
+ 35.126.163.0/22 le 24,
+ 35.113.15.0/24,
+ 35.113.102.0/22 ge 24 le 24,
+ 35.115.62.0/22 ge 24 le 24,
+ 35.115.18.0/22 ge 24 le 24,
+ 35.115.129.0/22 le 24,
+ 35.115.143.0/24,
+ 35.115.159.0/22 le 24,
+ 35.114.95.0/22 le 24,
+ 35.114.151.0/22 le 24,
+ 35.117.128.0/22 le 24,
+ 35.117.92.0/22 ge 24 le 24,
+ 35.117.38.0/22 le 24,
+ 35.117.14.0/22 ge 24 le 24,
+ 35.117.18.0/22 le 24,
+ 35.119.80.0/22 le 24,
+ 35.119.109.0/23 ge 24 le 24,
+ 35.119.111.0/24,
+ 35.118.184.0/22 le 24,
+ 35.118.199.0/22 le 24,
+ 35.118.202.0/22 le 24,
+ 39.76.160.0/24,
+ 39.76.23.0/22 le 24,
+ 39.82.46.0/24,
+ 39.81.124.0/24,
+ 39.98.19.0/24,
+ 39.111.168.0/24,
+ 39.104.169.0/24,
+ 39.47.141.0/24,
+ 39.45.141.0/23 ge 24 le 24,
+ 39.45.142.0/24,
+ 39.45.138.0/24,
+ 39.35.224.0/24,
+ 39.35.227.0/24,
+ 39.22.55.0/20 le 24,
+ 39.22.14.0/22 le 24,
+ 39.231.106.0/24,
+ 39.229.59.0/24,
+ 39.226.240.0/24,
+ 39.254.71.0/23 ge 24 le 24,
+ 39.213.114.0/23 le 24,
+ 39.213.110.0/24,
+ 39.213.104.0/22 le 24,
+ 39.213.70.0/24,
+ 39.213.76.0/24,
+ 39.213.79.0/23 le 24,
+ 39.213.84.0/21 le 24,
+ 39.213.95.0/22 le 24,
+ 39.208.240.0/22 le 24,
+ 39.210.130.0/23 le 24,
+ 39.197.128.0/24,
+ 39.206.101.0/24,
+ 39.203.37.0/21 le 24,
+ 39.201.126.0/24,
+ 39.201.122.0/24,
+ 39.201.105.0/23 ge 24 le 24,
+ 39.201.102.0/24,
+ 39.201.72.0/24,
+ 39.201.75.0/23 ge 24 le 24,
+ 39.201.69.0/22 ge 24 le 24,
+ 39.201.83.0/22 le 24,
+ 38.215.112.0/18 le 24,
+ 38.223.140.0/24,
+ 38.223.158.0/24,
+ 38.223.87.0/22 le 24,
+ 38.223.40.0/24,
+ 38.223.19.0/24,
+ 38.223.16.0/24,
+ 38.222.76.0/24,
+ 38.222.78.0/24,
+ 38.222.28.0/24,
+ 38.220.118.0/24,
+ 38.220.111.0/24,
+ 38.220.4.0/23 ge 24 le 24,
+ 38.220.6.0/23 le 24,
+ 38.220.240.0/24,
+ 38.220.243.0/24,
+ 38.221.160.0/24,
+ 38.221.164.0/24,
+ 38.221.227.0/24,
+ 38.221.225.0/24,
+ 38.221.228.0/23 ge 24 le 24,
+ 38.221.231.0/24,
+ 38.221.198.0/22 le 24,
+ 38.221.111.0/24,
+ 38.218.144.0/22 le 24,
+ 38.218.178.0/22 le 24,
+ 38.218.187.0/22 le 24,
+ 38.218.175.0/24,
+ 38.218.102.0/22 ge 24 le 24,
+ 38.218.111.0/22 le 24,
+ 38.218.80.0/24,
+ 38.218.82.0/24,
+ 38.218.76.0/24,
+ 38.218.0.0/22 le 24,
+ 38.219.136.0/24,
+ 38.219.205.0/24,
+ 38.219.100.0/22 ge 24 le 24,
+ 38.217.18.0/22 le 24,
+ 38.217.76.0/22 ge 24 le 24,
+ 38.217.75.0/23 ge 24 le 24,
+ 38.217.65.0/23 le 24,
+ 38.217.110.0/22 ge 24 le 24,
+ 38.217.118.0/24,
+ 38.217.188.0/22 le 24,
+ 38.216.67.0/24,
+ 38.216.65.0/23 ge 24 le 24,
+ 38.216.92.0/22 le 24,
+ 38.216.24.0/24,
+ 38.232.16.0/15 le 24,
+ 38.228.19.0/20 le 24,
+ 38.228.91.0/19 ge 20 le 24,
+ 38.228.206.0/21 ge 22 le 24,
+ 38.229.86.0/18 le 24,
+ 38.231.217.0/21 le 24,
+ 38.230.175.0/24,
+ 38.230.172.0/24,
+ 38.230.190.0/24,
+ 38.230.177.0/23 le 24,
+ 38.230.183.0/23 ge 24 le 24,
+ 38.230.158.0/19 le 24,
+ 38.230.197.0/19 le 24,
+ 38.249.134.0/17 le 24,
+ 38.243.50.0/18 le 24,
+ 38.243.74.0/22 le 24,
+ 38.242.96.0/24,
+ 38.241.125.0/24,
+ 38.241.112.0/24,
+ 38.241.117.0/24,
+ 38.240.229.0/24,
+ 38.245.130.0/24,
+ 38.245.196.0/18 le 24,
+ 38.245.36.0/24,
+ 38.245.42.0/21 le 24,
+ 38.245.56.0/21 le 24,
+ 38.245.55.0/21 ge 22 le 24,
+ 38.245.93.0/24,
+ 38.245.81.0/24,
+ 38.245.66.0/20 le 24,
+ 38.246.24.0/18 ge 19 le 24,
+ 38.246.211.0/20 le 24,
+ 38.246.169.0/24,
+ 38.129.64.0/22 le 24,
+ 38.129.164.0/22 ge 23 le 24,
+ 38.128.216.0/24,
+ 38.131.201.0/22 le 24,
+ 38.131.96.0/23 le 24,
+ 38.130.20.0/23 le 24,
+ 38.130.3.0/24,
+ 38.130.115.0/24,
+ 38.143.223.0/20 le 24,
+ 38.140.207.0/24,
+ 38.140.202.0/22 le 24,
+ 38.140.199.0/21 le 24,
+ 38.140.235.0/24,
+ 38.140.233.0/24,
+ 38.140.254.0/24,
+ 38.138.70.0/18 le 24,
+ 38.138.57.0/20 le 24,
+ 38.138.15.0/19 le 24,
+ 38.138.200.0/19 le 24,
+ 38.150.71.0/22 le 24,
+ 38.150.168.0/22 le 24,
+ 38.150.138.0/22 ge 24 le 24,
+ 38.150.238.0/24,
+ 38.151.142.0/23 ge 24 le 24,
+ 38.151.140.0/23 le 24,
+ 38.151.153.0/23 ge 24 le 24,
+ 38.151.155.0/24,
+ 38.149.171.0/23 le 24,
+ 38.148.121.0/24,
+ 38.148.123.0/24,
+ 38.148.24.0/23 le 24,
+ 38.148.26.0/23 ge 24 le 24,
+ 38.148.255.0/24,
+ 38.148.230.0/23 ge 24 le 24,
+ 38.146.246.0/22 le 24,
+ 38.146.91.0/22 le 24,
+ 38.146.45.0/24,
+ 38.147.15.0/22 le 24,
+ 38.147.78.0/23 ge 24 le 24,
+ 38.145.195.0/23 ge 24 le 24,
+ 38.144.251.0/24,
+ 38.144.191.0/22 ge 24 le 24,
+ 38.144.38.0/23 le 24,
+ 38.144.24.0/22 le 24,
+ 38.144.29.0/24,
+ 38.157.3.0/24,
+ 38.157.137.0/22 le 24,
+ 38.156.214.0/22 le 24,
+ 38.158.95.0/22 le 24,
+ 38.158.178.0/24,
+ 38.158.177.0/24,
+ 38.158.150.0/22 le 24,
+ 38.158.217.0/24,
+ 38.158.219.0/24,
+ 38.159.202.0/22 le 24,
+ 38.159.219.0/22 le 24,
+ 38.159.145.0/22 le 24,
+ 38.159.176.0/24,
+ 38.159.179.0/24,
+ 38.159.86.0/24,
+ 38.153.244.0/23 ge 24 le 24,
+ 38.153.246.0/24,
+ 38.153.124.0/24,
+ 38.152.117.0/24,
+ 38.155.50.0/22 le 24,
+ 38.155.72.0/24,
+ 38.155.172.0/24,
+ 38.155.174.0/24,
+ 38.155.216.0/22 le 24,
+ 38.188.207.0/24,
+ 38.188.132.0/23 ge 24 le 24,
+ 38.191.176.0/22 le 24,
+ 38.191.133.0/22 le 24,
+ 38.191.51.0/22 le 24,
+ 38.190.212.0/22 ge 24 le 24,
+ 38.184.1.0/22 le 24,
+ 38.185.132.0/21 ge 22 le 24,
+ 38.185.4.0/22 le 24,
+ 38.185.58.0/22 le 24,
+ 38.185.52.0/22 le 24,
+ 38.185.34.0/22 le 24,
+ 38.185.81.0/23 ge 24 le 24,
+ 38.187.64.0/22 le 24,
+ 38.187.193.0/23 ge 24 le 24,
+ 38.187.194.0/24,
+ 38.186.178.0/22 ge 23 le 24,
+ 38.181.20.0/22 le 24,
+ 38.181.182.0/22 le 24,
+ 38.181.190.0/24,
+ 38.181.158.0/22 le 24,
+ 38.181.254.0/24,
+ 38.180.225.0/22 le 24,
+ 38.180.58.0/24,
+ 38.180.78.0/22 le 24,
+ 38.182.190.0/23 le 24,
+ 38.182.160.0/24,
+ 38.182.164.0/24,
+ 38.182.173.0/24,
+ 38.183.90.0/23 ge 24 le 24,
+ 38.183.88.0/24,
+ 38.178.41.0/22 le 24,
+ 38.178.105.0/22 le 24,
+ 38.178.103.0/22 le 24,
+ 38.178.82.0/22 le 24,
+ 38.178.228.0/22 le 24,
+ 38.179.201.0/22 ge 24 le 24,
+ 38.179.194.0/22 le 24,
+ 38.179.219.0/24,
+ 38.179.53.0/23 ge 24 le 24,
+ 38.179.68.0/24,
+ 38.179.70.0/23 le 24,
+ 38.179.74.0/23 le 24,
+ 38.179.72.0/24,
+ 38.177.33.0/23 le 24,
+ 38.177.78.0/23 ge 24 le 24,
+ 38.177.76.0/24,
+ 38.177.73.0/22 le 24,
+ 38.177.119.0/22 le 24,
+ 38.176.68.0/24,
+ 38.176.5.0/21 ge 22 le 24,
+ 38.176.255.0/22 le 24,
+ 38.176.237.0/22 ge 24 le 24,
+ 38.176.189.0/22 le 24,
+ 38.50.41.0/24,
+ 38.50.43.0/23 ge 24 le 24,
+ 38.50.64.0/23 ge 24 le 24,
+ 38.50.239.0/24,
+ 38.50.237.0/23 le 24,
+ 38.50.230.0/24,
+ 38.51.31.0/22 le 24,
+ 38.51.78.0/23 le 24,
+ 38.51.77.0/23 ge 24 le 24,
+ 38.51.119.0/24,
+ 38.51.143.0/24,
+ 38.51.140.0/23 ge 24 le 24,
+ 38.48.253.0/22 ge 24 le 24,
+ 38.48.196.0/24,
+ 38.48.128.0/24,
+ 38.48.155.0/24,
+ 38.48.79.0/23 ge 24 le 24,
+ 38.48.100.0/22 le 24,
+ 38.48.26.0/22 le 24,
+ 38.49.144.0/22 le 24,
+ 38.49.201.0/22 le 24,
+ 38.49.53.0/24,
+ 38.49.54.0/23 le 24,
+ 38.49.62.0/23 ge 24 le 24,
+ 38.49.89.0/24,
+ 38.53.201.0/22 le 24,
+ 38.53.220.0/22 le 24,
+ 38.53.23.0/24,
+ 38.53.20.0/23 le 24,
+ 38.52.43.0/24,
+ 38.52.40.0/24,
+ 38.52.143.0/22 le 24,
+ 38.52.172.0/24,
+ 38.52.209.0/24,
+ 38.52.211.0/23 le 24,
+ 38.55.54.0/24,
+ 38.55.52.0/23 ge 24 le 24,
+ 38.55.124.0/24,
+ 38.55.126.0/23 le 24,
+ 38.55.115.0/22 ge 24 le 24,
+ 38.54.36.0/22 ge 24 le 24,
+ 38.54.48.0/24,
+ 38.54.52.0/22 ge 24 le 24,
+ 38.54.90.0/24,
+ 38.54.88.0/23 le 24,
+ 38.54.199.0/23 ge 24 le 24,
+ 38.57.8.0/22 le 24,
+ 38.57.75.0/23 le 24,
+ 38.57.209.0/22 le 24,
+ 38.57.234.0/22 ge 24 le 24,
+ 38.57.227.0/22 le 24,
+ 38.57.184.0/23 le 24,
+ 38.56.78.0/24,
+ 38.56.77.0/23 le 24,
+ 38.56.21.0/24,
+ 38.56.34.0/24,
+ 38.56.176.0/22 le 24,
+ 38.56.213.0/23 ge 24 le 24,
+ 38.59.156.0/24,
+ 38.59.62.0/22 le 24,
+ 38.59.109.0/24,
+ 38.58.1.0/22 ge 24 le 24,
+ 38.58.5.0/22 le 24,
+ 38.58.18.0/24,
+ 38.58.40.0/23 ge 24 le 24,
+ 38.60.152.0/22 le 24,
+ 38.60.203.0/24,
+ 38.60.201.0/23 le 24,
+ 38.60.98.0/22 le 24,
+ 38.60.84.0/22 le 24,
+ 38.60.40.0/24,
+ 38.60.43.0/23 le 24,
+ 38.61.154.0/22 le 24,
+ 38.61.135.0/24,
+ 38.61.51.0/24,
+ 38.61.48.0/23 ge 24 le 24,
+ 38.61.111.0/24,
+ 38.61.118.0/23 ge 24 le 24,
+ 38.62.90.0/24,
+ 38.62.221.0/24,
+ 38.62.133.0/23 ge 24 le 24,
+ 38.62.134.0/23 le 24,
+ 38.63.159.0/22 ge 24 le 24,
+ 38.63.153.0/23 ge 24 le 24,
+ 38.63.3.0/22 ge 24 le 24,
+ 38.63.22.0/24,
+ 38.63.21.0/24,
+ 38.63.54.0/23 le 24,
+ 38.63.98.0/22 ge 24 le 24,
+ 38.33.177.0/22 ge 24 le 24,
+ 38.32.100.0/24,
+ 38.32.103.0/24,
+ 38.32.154.0/24,
+ 38.35.251.0/22 le 24,
+ 38.35.229.0/22 le 24,
+ 38.34.94.0/23 le 24,
+ 38.34.89.0/24,
+ 38.34.68.0/22 le 24,
+ 38.34.117.0/22 ge 24 le 24,
+ 38.34.113.0/24,
+ 38.34.190.0/23 le 24,
+ 38.34.133.0/23 le 24,
+ 38.38.254.0/24,
+ 38.38.217.0/22 ge 24 le 24,
+ 38.38.176.0/22 le 24,
+ 38.38.141.0/22 le 24,
+ 38.38.114.0/22 le 24,
+ 38.39.226.0/22 le 24,
+ 38.39.93.0/22 ge 24 le 24,
+ 38.37.197.0/22 le 24,
+ 38.37.160.0/23 le 24,
+ 38.37.98.0/22 le 24,
+ 38.37.107.0/22 le 24,
+ 38.37.91.0/22 le 24,
+ 38.37.16.0/22 le 24,
+ 38.37.31.0/23 le 24,
+ 38.37.9.0/22 ge 24 le 24,
+ 38.37.4.0/22 ge 23 le 24,
+ 38.37.38.0/23 ge 24 le 24,
+ 38.37.47.0/22 le 24,
+ 38.37.51.0/22 ge 24 le 24,
+ 38.36.245.0/23 le 24,
+ 38.36.151.0/24,
+ 38.36.160.0/24,
+ 38.36.42.0/22 ge 23 le 24,
+ 38.45.163.0/24,
+ 38.45.130.0/22 le 24,
+ 38.45.59.0/22 ge 24 le 24,
+ 38.45.124.0/24,
+ 38.45.127.0/23 ge 24 le 24,
+ 38.45.119.0/24,
+ 38.45.117.0/23 ge 24 le 24,
+ 38.45.101.0/24,
+ 38.45.102.0/23 ge 24 le 24,
+ 38.44.141.0/22 le 24,
+ 38.44.157.0/22 ge 24 le 24,
+ 38.44.209.0/22 ge 24 le 24,
+ 38.44.77.0/24,
+ 38.44.53.0/24,
+ 38.44.54.0/23 ge 24 le 24,
+ 38.44.39.0/24,
+ 38.44.36.0/23 ge 24 le 24,
+ 38.44.32.0/24,
+ 38.44.34.0/24,
+ 38.44.25.0/22 ge 24 le 24,
+ 38.47.244.0/24,
+ 38.47.246.0/23 le 24,
+ 38.47.249.0/22 le 24,
+ 38.47.218.0/23 le 24,
+ 38.47.129.0/23 ge 24 le 24,
+ 38.47.131.0/24,
+ 38.47.141.0/23 ge 24 le 24,
+ 38.47.143.0/24,
+ 38.47.139.0/24,
+ 38.47.97.0/23 le 24,
+ 38.47.85.0/22 le 24,
+ 38.47.7.0/22 le 24,
+ 38.47.16.0/22 le 24,
+ 38.47.42.0/24,
+ 38.47.41.0/23 ge 24 le 24,
+ 38.46.44.0/24,
+ 38.46.46.0/23 ge 24 le 24,
+ 38.46.32.0/24,
+ 38.46.61.0/22 le 24,
+ 38.46.1.0/22 le 24,
+ 38.46.254.0/24,
+ 38.40.110.0/22 le 24,
+ 38.40.226.0/24,
+ 38.41.111.0/22 ge 24 le 24,
+ 38.41.94.0/24,
+ 38.41.92.0/23 ge 24 le 24,
+ 38.43.23.0/23 le 24,
+ 38.43.95.0/22 le 24,
+ 38.43.128.0/22 le 24,
+ 38.42.84.0/22 ge 24 le 24,
+ 38.42.25.0/23 le 24,
+ 38.42.155.0/22 le 24,
+ 38.109.181.0/24,
+ 38.109.176.0/24,
+ 38.109.152.0/20 ge 24 le 24,
+ 38.109.139.0/22 ge 24 le 24,
+ 38.109.229.0/24,
+ 38.109.251.0/22 ge 24 le 24,
+ 38.109.247.0/21 le 24,
+ 38.109.31.0/24,
+ 38.109.19.0/24,
+ 38.109.17.0/24,
+ 38.106.224.0/21 ge 24 le 24,
+ 38.106.115.0/23 ge 24 le 24,
+ 38.106.74.0/24,
+ 38.106.65.0/24,
+ 38.98.23.0/17 le 24,
+ 38.96.252.0/24,
+ 38.96.254.0/23 le 24,
+ 38.96.194.0/19 le 24,
+ 38.96.145.0/18 le 24,
+ 38.101.103.0/18 le 24,
+ 38.102.254.0/22 le 24,
+ 38.102.213.0/24,
+ 38.102.93.0/21 ge 22 le 24,
+ 38.120.30.0/22 le 24,
+ 38.120.9.0/22 le 24,
+ 38.88.216.0/24,
+ 38.88.15.0/24,
+ 38.70.102.0/23 ge 24 le 24,
+ 38.68.76.0/22 le 24,
+ 38.69.80.0/22 le 24,
+ 38.69.16.0/22 le 24,
+ 38.69.38.0/23 ge 24 le 24,
+ 38.64.125.0/21 ge 24 le 24,
+ 38.65.67.0/23 le 24,
+ 38.66.53.0/22 le 24,
+ 38.66.17.0/22 le 24,
+ 38.66.27.0/22 ge 24 le 24,
+ 37.128.83.0/23 ge 24 le 24,
+ 37.128.21.0/22 le 24,
+ 37.128.249.0/23 le 24,
+ 37.128.251.0/24,
+ 37.145.20.0/24,
+ 37.147.35.0/23 ge 24 le 24,
+ 37.147.32.0/24,
+ 37.147.39.0/24,
+ 37.147.36.0/23 ge 24 le 24,
+ 37.146.74.0/24,
+ 37.146.67.0/21 le 24,
+ 37.148.237.0/20 le 24,
+ 37.149.170.0/24,
+ 37.149.163.0/24,
+ 37.149.165.0/23 ge 24 le 24,
+ 37.149.166.0/23 le 24,
+ 37.151.88.0/20 le 24,
+ 37.154.214.0/21 le 24,
+ 37.155.4.0/24,
+ 37.153.114.0/21 le 24,
+ 37.180.125.0/24,
+ 37.180.110.0/23 le 24,
+ 37.187.194.0/18 le 24,
+ 37.92.12.0/24,
+ 37.58.148.0/21 le 24,
+ 37.53.89.0/22 ge 24 le 24,
+ 37.53.93.0/23 ge 24 le 24,
+ 37.53.95.0/24,
+ 37.43.13.0/17 le 24,
+ 37.42.217.0/24,
+ 37.42.138.0/24,
+ 37.42.149.0/24,
+ 37.42.146.0/24,
+ 37.35.14.0/22 le 24,
+ 36.17.167.0/24,
+ 36.63.156.0/24,
+ 36.84.76.0/24,
+ 36.156.74.0/24,
+ 36.156.78.0/24,
+ 36.156.97.0/24,
+ 36.156.116.0/23 ge 24 le 24,
+ 59.213.84.0/22 ge 23 le 24,
+ 59.225.82.0/15 ge 16 le 24,
+ 59.63.227.0/24,
+ 59.63.245.0/23 ge 24 le 24,
+ 59.63.242.0/24,
+ 59.63.252.0/24,
+ 59.32.26.0/22 ge 23 le 24,
+ 59.32.53.0/20 le 24,
+ 59.33.230.0/16 le 24,
+ 59.71.34.0/20 le 24,
+ 59.71.111.0/18 le 24,
+ 59.122.105.0/22 le 24,
+ 59.105.49.0/18 ge 22 le 24,
+ 59.105.91.0/19 ge 22 le 24,
+ 59.105.103.0/23 ge 24 le 24,
+ 59.105.104.0/23 ge 24 le 24,
+ 56.31.58.0/15 le 24,
+ 56.12.221.0/20 le 24,
+ 56.4.167.0/17 le 24,
+ 56.4.89.0/24,
+ 56.4.59.0/23 ge 24 le 24,
+ 56.4.49.0/24,
+ 56.4.14.0/24,
+ 56.62.172.0/24,
+ 56.62.169.0/24,
+ 56.62.130.0/23 le 24,
+ 56.63.140.0/24,
+ 56.63.191.0/24,
+ 56.63.189.0/24,
+ 56.64.228.0/24,
+ 56.74.254.0/20 le 24,
+ 56.74.170.0/24,
+ 56.74.162.0/24,
+ 56.74.161.0/23 ge 24 le 24,
+ 56.74.164.0/24,
+ 56.96.255.0/24,
+ 56.101.193.0/15 ge 16 le 24,
+ 56.113.104.0/23 ge 24 le 24,
+ 56.113.124.0/24,
+ 56.113.48.0/24,
+ 56.113.29.0/24,
+ 56.113.1.0/24,
+ 56.112.109.0/24,
+ 56.112.65.0/20 le 24,
+ 56.112.213.0/19 ge 20 le 24,
+ 56.190.91.0/24,
+ 56.185.132.0/24,
+ 56.136.136.0/24,
+ 57.191.8.0/23 ge 24 le 24,
+ 57.191.214.0/23 ge 24 le 24,
+ 62.171.132.0/24,
+ 62.168.206.0/24,
+ 62.168.192.0/23 le 24,
+ 62.168.240.0/22 le 24,
+ 62.168.167.0/24,
+ 62.168.169.0/24,
+ 62.112.60.0/24,
+ 62.113.134.0/21 le 24,
+ 49.219.100.0/24,
+ 51.57.165.0/22 le 24,
+ 51.98.1.0/21 le 24,
+ 51.98.29.0/20 le 24,
+ 51.98.104.0/21 le 24,
+ 51.99.67.0/24,
+ 51.96.221.0/24,
+ 51.96.218.0/24,
+ 51.96.239.0/23 le 24,
+ 51.96.244.0/24,
+ 51.125.244.0/24,
+ 51.125.246.0/24,
+ 51.125.214.0/22 ge 24 le 24,
+ 51.125.205.0/23 ge 24 le 24,
+ 51.121.16.0/24,
+ 51.123.128.0/24,
+ 51.81.125.0/19 le 24,
+ 51.218.131.0/24,
+ 50.91.207.0/24,
+ 50.228.160.0/22 le 24,
+ 50.229.147.0/22 le 24,
+ 50.229.142.0/23 le 24,
+ 50.229.166.0/22 le 24,
+ 50.229.202.0/22 le 24,
+ 50.229.63.0/24,
+ 50.229.61.0/24,
+ 50.229.29.0/22 le 24,
+ 50.229.25.0/22 ge 24 le 24,
+ 50.229.18.0/23 ge 24 le 24,
+ 50.229.20.0/22 le 24,
+ 50.229.3.0/23 ge 24 le 24,
+ 50.229.4.0/23 ge 24 le 24,
+ 50.229.9.0/22 ge 24 le 24,
+ 50.229.12.0/23 ge 24 le 24,
+ 50.229.15.0/23 le 24,
+ 52.252.214.0/24,
+ 53.242.106.0/20 le 24,
+ 53.240.25.0/22 le 24,
+ 53.240.19.0/21 ge 22 le 24,
+ 53.251.182.0/20 le 24,
+ 53.250.126.0/17 le 24,
+ 53.248.222.0/19 le 24,
+ 53.255.85.0/18 le 24,
+ 53.236.26.0/20 le 24,
+ 53.236.56.0/21 le 24,
+ 53.236.247.0/24,
+ 53.236.245.0/23 ge 24 le 24,
+ 53.225.86.0/18 le 24,
+ 53.225.29.0/19 le 24,
+ 53.222.28.0/24,
+ 53.219.249.0/24,
+ 53.200.253.0/19 le 24,
+ 53.204.248.0/16 le 24,
+ 53.175.67.0/20 le 24,
+ 53.175.39.0/18 le 24,
+ 53.175.145.0/17 ge 18 le 24,
+ 53.172.144.0/24,
+ 53.191.66.0/18 le 24,
+ 53.191.171.0/18 ge 19 le 24,
+ 53.191.212.0/18 le 24,
+ 53.155.103.0/20 le 24,
+ 53.148.188.0/23 le 24,
+ 53.148.191.0/24,
+ 53.147.30.0/17 le 24,
+ 53.144.113.0/20 ge 21 le 24,
+ 53.144.76.0/20 ge 21 le 24,
+ 53.144.87.0/20 le 24,
+ 53.112.192.0/24,
+ 53.33.91.0/22 ge 24 le 24,
+ 55.229.124.0/19 le 24,
+ 55.169.4.0/19 le 24,
+ 55.178.10.0/18 le 24,
+ 55.177.242.0/18 le 24,
+ 55.78.92.0/19 le 24,
+ 55.79.203.0/18 le 24,
+ 55.73.129.0/22 le 24,
+ 55.108.239.0/24,
+ 55.7.151.0/22 le 24,
+ 55.53.146.0/19 le 24,
+ 54.59.227.0/23 le 24,
+ 54.58.126.0/22 le 24,
+ 54.61.194.0/23 le 24,
+ 54.55.38.0/24,
+ 54.51.204.0/23 le 24,
+ 54.41.184.0/24,
+ 54.44.151.0/24,
+ 54.47.35.0/24,
+ 54.47.37.0/23 le 24,
+ 54.33.24.0/23 le 24,
+ 54.34.114.0/23 le 24,
+ 54.36.197.0/24,
+ 54.25.71.0/24,
+ 54.27.172.0/24,
+ 54.30.99.0/24,
+ 54.30.90.0/24,
+ 54.31.215.0/23 le 24,
+ 54.29.46.0/22 le 24,
+ 54.21.229.0/23 le 24,
+ 54.16.218.0/21 le 24,
+ 54.17.40.0/24,
+ 54.17.32.0/23 ge 24 le 24,
+ 54.7.47.0/24,
+ 54.5.19.0/23 le 24,
+ 54.4.4.0/24,
+ 54.13.232.0/24,
+ 54.13.235.0/24,
+ 54.13.56.0/23 le 24,
+ 54.8.234.0/24,
+ 54.11.49.0/23 le 24,
+ 54.138.36.0/24,
+ 54.138.75.0/24,
+ 54.140.154.0/20 le 24,
+ 54.142.218.0/19 le 24,
+ 54.130.17.0/24,
+ 54.130.253.0/24,
+ 54.129.132.0/20 le 24,
+ 54.129.203.0/22 ge 23 le 24,
+ 54.128.128.0/23 le 24,
+ 54.144.201.0/24,
+ 54.144.203.0/24,
+ 54.145.128.0/23 ge 24 le 24,
+ 54.147.43.0/24,
+ 54.146.237.0/22 ge 24 le 24,
+ 54.146.117.0/24,
+ 54.149.29.0/24,
+ 54.149.5.0/24,
+ 54.159.92.0/23 le 24,
+ 54.184.4.0/24,
+ 54.184.203.0/22 le 24,
+ 54.185.207.0/24,
+ 54.185.185.0/22 le 24,
+ 54.187.239.0/23 le 24,
+ 54.188.230.0/22 le 24,
+ 54.189.234.0/23 le 24,
+ 54.191.142.0/24,
+ 54.178.124.0/24,
+ 54.178.9.0/24,
+ 54.177.182.0/24,
+ 54.177.83.0/24,
+ 54.181.69.0/24,
+ 54.182.185.0/24,
+ 54.182.15.0/24,
+ 54.182.108.0/23 le 24,
+ 54.182.106.0/24,
+ 54.182.119.0/24,
+ 54.215.75.0/24,
+ 54.192.145.0/22 le 24,
+ 54.192.88.0/24,
+ 54.193.141.0/24,
+ 54.193.146.0/24,
+ 54.195.93.0/24,
+ 54.198.4.0/23 le 24,
+ 54.198.39.0/24,
+ 54.198.34.0/22 le 24,
+ 54.201.199.0/24,
+ 54.200.160.0/23 le 24,
+ 54.200.165.0/24,
+ 54.203.247.0/24,
+ 54.207.69.0/24,
+ 54.230.28.0/22 le 24,
+ 54.239.230.0/24,
+ 54.246.22.0/24,
+ 54.243.153.0/24,
+ 54.241.123.0/20 le 24,
+ 54.255.29.0/23 le 24,
+ 54.253.4.0/22 le 24,
+ 54.253.96.0/19 le 24,
+ 54.252.198.0/24,
+ 54.252.147.0/24,
+ 54.252.102.0/24,
+ 54.252.83.0/20 le 24,
+ 54.252.14.0/24,
+ 54.252.50.0/24,
+ 54.252.61.0/24,
+ 54.250.44.0/23 le 24,
+ 110.208.193.0/24,
+ 110.213.114.0/24,
+ 110.213.120.0/23 ge 24 le 24,
+ 110.213.126.0/24,
+ 110.213.125.0/24,
+ 110.214.192.0/19 ge 20 le 24,
+ 110.219.109.0/24,
+ 110.218.32.0/24,
+ 110.205.197.0/18 ge 19 le 24,
+ 110.206.93.0/19 le 24,
+ 110.201.245.0/24,
+ 110.203.249.0/20 le 24,
+ 110.198.41.0/24,
+ 110.198.43.0/24,
+ 110.198.63.0/20 le 24,
+ 110.198.95.0/22 le 24,
+ 110.198.151.0/19 le 24,
+ 110.197.246.0/24,
+ 110.197.226.0/24,
+ 110.197.229.0/24,
+ 110.197.231.0/24,
+ 110.197.214.0/23 ge 24 le 24,
+ 110.197.221.0/24,
+ 110.197.223.0/24,
+ 110.197.219.0/24,
+ 110.197.199.0/20 le 24,
+ 110.197.128.0/24,
+ 110.193.233.0/20 le 24,
+ 110.193.29.0/24,
+ 110.193.31.0/23 ge 24 le 24,
+ 110.193.24.0/22 ge 24 le 24,
+ 110.193.20.0/23 ge 24 le 24,
+ 110.193.23.0/24,
+ 110.193.17.0/22 ge 24 le 24,
+ 110.192.156.0/20 le 24,
+ 110.192.117.0/20 le 24,
+ 110.192.87.0/20 le 24,
+ 110.245.187.0/24,
+ 110.246.77.0/21 le 24,
+ 110.246.94.0/21 le 24,
+ 110.246.122.0/20 ge 21 le 24,
+ 110.246.103.0/21 ge 22 le 24,
+ 110.246.109.0/21 le 24,
+ 110.246.53.0/19 ge 20 le 24,
+ 110.246.3.0/20 le 24,
+ 110.246.27.0/24,
+ 110.246.29.0/24,
+ 110.246.31.0/23 ge 24 le 24,
+ 110.246.21.0/23 ge 24 le 24,
+ 110.246.23.0/24,
+ 110.246.163.0/19 ge 20 le 24,
+ 110.246.150.0/19 le 24,
+ 110.246.250.0/19 le 24,
+ 110.246.220.0/20 le 24,
+ 110.246.195.0/24,
+ 110.246.192.0/24,
+ 110.246.197.0/22 ge 23 le 24,
+ 110.246.207.0/21 ge 22 le 24,
+ 110.240.131.0/20 le 24,
+ 110.240.70.0/19 le 24,
+ 110.240.21.0/20 le 24,
+ 110.248.71.0/24,
+ 110.248.68.0/24,
+ 110.248.167.0/20 le 24,
+ 110.248.237.0/20 le 24,
+ 110.249.184.0/24,
+ 110.255.77.0/18 le 24,
+ 110.253.174.0/19 ge 20 le 24,
+ 110.236.222.0/21 le 24,
+ 110.236.163.0/22 le 24,
+ 110.224.194.0/23 le 24,
+ 110.224.193.0/23 ge 24 le 24,
+ 110.224.197.0/22 ge 24 le 24,
+ 110.224.205.0/21 ge 24 le 24,
+ 110.224.81.0/23 le 24,
+ 110.224.94.0/23 le 24,
+ 110.224.75.0/23 le 24,
+ 110.224.29.0/24,
+ 110.224.58.0/19 le 24,
+ 110.225.190.0/20 le 24,
+ 110.225.218.0/20 le 24,
+ 110.228.251.0/24,
+ 110.169.136.0/24,
+ 110.169.128.0/24,
+ 110.169.154.0/24,
+ 110.169.120.0/19 le 24,
+ 110.168.148.0/18 le 24,
+ 110.170.104.0/20 le 24,
+ 110.172.207.0/24,
+ 110.172.14.0/20 le 24,
+ 110.173.6.0/19 le 24,
+ 110.175.64.0/21 le 24,
+ 110.160.213.0/24,
+ 110.160.214.0/24,
+ 110.160.31.0/19 le 24,
+ 110.163.238.0/24,
+ 110.163.43.0/23 le 24,
+ 110.163.63.0/20 le 24,
+ 110.166.12.0/17 le 24,
+ 110.165.30.0/21 le 24,
+ 110.164.229.0/24,
+ 110.164.67.0/19 le 24,
+ 110.185.34.0/19 le 24,
+ 110.185.163.0/20 ge 22 le 24,
+ 110.185.182.0/22 le 24,
+ 110.185.179.0/23 le 24,
+ 110.185.134.0/21 ge 22 le 24,
+ 110.185.143.0/21 le 24,
+ 110.185.154.0/20 le 24,
+ 110.187.60.0/22 le 24,
+ 110.187.44.0/23 le 24,
+ 110.187.26.0/24,
+ 110.187.125.0/22 le 24,
+ 110.187.84.0/23 le 24,
+ 110.187.250.0/23 le 24,
+ 110.187.179.0/23 ge 24 le 24,
+ 110.176.229.0/23 le 24,
+ 110.176.247.0/20 le 24,
+ 110.176.149.0/24,
+ 110.176.93.0/20 le 24,
+ 110.183.168.0/24,
+ 110.181.97.0/24,
+ 110.181.127.0/24,
+ 110.181.73.0/23 le 24,
+ 110.181.67.0/24,
+ 110.181.84.0/24,
+ 110.181.56.0/22 le 24,
+ 110.181.12.0/24,
+ 110.181.133.0/24,
+ 110.181.173.0/24,
+ 110.180.35.0/23 ge 24 le 24,
+ 110.180.10.0/21 le 24,
+ 110.180.224.0/24,
+ 110.154.85.0/16 le 24,
+ 110.150.40.0/18 le 24,
+ 110.151.78.0/20 le 24,
+ 110.139.253.0/20 le 24,
+ 110.141.129.0/20 le 24,
+ 110.141.41.0/24,
+ 110.140.203.0/24,
+ 110.130.184.0/22 le 24,
+ 110.134.104.0/16 le 24,
+ 110.1.49.0/20 le 24,
+ 110.4.179.0/23 le 24,
+ 110.4.53.0/24,
+ 110.6.27.0/24,
+ 110.12.22.0/16 le 24,
+ 110.9.247.0/21 le 24,
+ 110.9.166.0/20 ge 21 le 24,
+ 110.9.8.0/24,
+ 110.9.69.0/21 le 24,
+ 110.8.229.0/21 le 24,
+ 110.21.108.0/24,
+ 110.23.73.0/24,
+ 110.23.76.0/24,
+ 110.23.69.0/24,
+ 110.23.70.0/23 ge 24 le 24,
+ 110.16.180.0/24,
+ 110.29.54.0/24,
+ 110.26.159.0/24,
+ 110.26.156.0/24,
+ 110.26.155.0/22 le 24,
+ 110.26.165.0/24,
+ 110.26.76.0/22 le 24,
+ 110.25.110.0/24,
+ 110.34.187.0/24,
+ 110.33.200.0/24,
+ 110.54.69.0/19 le 24,
+ 110.54.124.0/24,
+ 110.54.122.0/24,
+ 110.59.116.0/21 le 24,
+ 110.59.253.0/19 le 24,
+ 110.57.132.0/24,
+ 110.56.197.0/20 le 24,
+ 110.61.201.0/21 le 24,
+ 110.61.232.0/24,
+ 110.61.251.0/23 ge 24 le 24,
+ 110.61.249.0/24,
+ 110.61.252.0/23 le 24,
+ 110.61.255.0/23 ge 24 le 24,
+ 110.61.244.0/23 ge 24 le 24,
+ 110.61.179.0/24,
+ 110.61.155.0/22 le 24,
+ 110.61.26.0/20 le 24,
+ 110.61.32.0/21 le 24,
+ 110.61.41.0/24,
+ 110.62.93.0/22 le 24,
+ 110.62.81.0/22 le 24,
+ 110.62.244.0/22 le 24,
+ 110.63.103.0/20 le 24,
+ 110.64.99.0/23 ge 24 le 24,
+ 110.65.141.0/21 le 24,
+ 110.65.217.0/23 le 24,
+ 110.68.241.0/24,
+ 110.79.112.0/21 ge 22 le 24,
+ 110.79.125.0/22 le 24,
+ 110.78.2.0/19 le 24,
+ 110.78.243.0/20 le 24,
+ 110.78.194.0/24,
+ 110.78.143.0/19 le 24,
+ 110.73.250.0/24,
+ 110.89.60.0/16 le 24,
+ 110.88.47.0/17 le 24,
+ 110.88.169.0/20 le 24,
+ 110.88.214.0/19 ge 20 le 24,
+ 110.91.229.0/17 ge 19 le 24,
+ 110.91.12.0/19 le 24,
+ 110.91.117.0/18 ge 19 le 24,
+ 110.90.204.0/17 ge 18 le 24,
+ 110.90.119.0/18 ge 19 le 24,
+ 110.90.23.0/19 le 24,
+ 110.95.125.0/18 ge 19 le 24,
+ 110.95.36.0/19 le 24,
+ 110.95.213.0/23 le 24,
+ 110.95.245.0/19 le 24,
+ 110.94.139.0/23 le 24,
+ 110.94.184.0/19 ge 20 le 24,
+ 110.94.96.0/22 le 24,
+ 110.94.113.0/20 le 24,
+ 110.94.76.0/19 ge 20 le 24,
+ 110.92.154.0/23 le 24,
+ 110.92.180.0/23 le 24,
+ 110.93.101.0/24,
+ 110.93.96.0/23 le 24,
+ 110.111.7.0/18 le 24,
+ 110.111.120.0/19 le 24,
+ 110.111.157.0/17 le 24,
+ 110.110.160.0/20 le 24,
+ 110.110.189.0/21 le 24,
+ 110.110.217.0/19 le 24,
+ 110.108.230.0/18 le 24,
+ 110.108.105.0/19 le 24,
+ 110.108.43.0/18 le 24,
+ 110.109.143.0/18 le 24,
+ 110.106.24.0/15 le 24,
+ 110.105.71.0/15 ge 16 le 24,
+ 110.101.12.0/21 le 24,
+ 110.102.118.0/24,
+ 110.103.158.0/24,
+ 110.103.52.0/19 le 24,
+ 110.103.21.0/24,
+ 110.96.143.0/24,
+ 110.96.130.0/24,
+ 110.96.209.0/19 le 24,
+ 110.97.252.0/17 le 24,
+ 110.97.116.0/24,
+ 110.97.91.0/24,
+ 110.97.94.0/23 ge 24 le 24,
+ 110.97.92.0/24,
+ 110.115.206.0/24,
+ 110.118.151.0/20 le 24,
+ 110.121.73.0/23 le 24,
+ 110.121.70.0/24,
+ 110.121.65.0/24,
+ 110.121.82.0/21 le 24,
+ 110.121.44.0/20 le 24,
+ 110.120.246.0/20 le 24,
+ 110.125.49.0/19 le 24,
+ 110.125.100.0/24,
+ 110.125.162.0/20 le 24,
+ 110.125.244.0/19 le 24,
+ 111.11.134.0/24,
+ 111.21.253.0/16 le 24,
+ 111.20.144.0/17 le 24,
+ 111.22.56.0/24,
+ 111.19.129.0/16 le 24,
+ 111.32.142.0/24,
+ 111.32.167.0/19 le 24,
+ 111.32.108.0/19 le 24,
+ 111.33.130.0/17 le 24,
+ 111.58.9.0/24,
+ 111.59.35.0/23 le 24,
+ 111.59.36.0/22 le 24,
+ 111.59.56.0/23 le 24,
+ 111.59.61.0/23 le 24,
+ 111.59.78.0/19 le 24,
+ 111.59.98.0/20 le 24,
+ 111.56.15.0/24,
+ 111.56.236.0/24,
+ 111.56.143.0/24,
+ 111.56.164.0/24,
+ 111.56.189.0/24,
+ 111.53.38.0/23 ge 24 le 24,
+ 111.82.67.0/23 le 24,
+ 111.82.70.0/23 le 24,
+ 111.82.206.0/23 ge 24 le 24,
+ 111.80.194.0/19 le 24,
+ 111.65.196.0/24,
+ 111.64.185.0/24,
+ 111.64.166.0/23 le 24,
+ 111.71.184.0/19 le 24,
+ 111.78.237.0/24,
+ 111.78.216.0/22 le 24,
+ 111.78.207.0/23 le 24,
+ 111.73.66.0/14 ge 16 le 24,
+ 111.121.83.0/20 le 24,
+ 111.123.147.0/23 le 24,
+ 111.123.206.0/24,
+ 111.118.35.0/21 ge 23 le 24,
+ 111.118.50.0/24,
+ 111.118.162.0/19 le 24,
+ 111.119.249.0/20 le 24,
+ 111.119.31.0/20 le 24,
+ 111.101.12.0/24,
+ 111.101.2.0/24,
+ 111.101.28.0/24,
+ 111.100.145.0/24,
+ 111.100.136.0/24,
+ 111.100.89.0/23 le 24,
+ 111.102.23.0/23 ge 24 le 24,
+ 111.102.242.0/23 le 24,
+ 111.102.251.0/23 le 24,
+ 111.102.137.0/23 ge 24 le 24,
+ 111.102.139.0/24,
+ 111.98.65.0/23 ge 24 le 24,
+ 111.98.66.0/24,
+ 111.98.73.0/24,
+ 111.96.83.0/23 le 24,
+ 111.107.40.0/24,
+ 111.107.201.0/23 ge 24 le 24,
+ 111.107.203.0/24,
+ 111.105.249.0/24,
+ 111.111.68.0/24,
+ 111.110.58.0/24,
+ 111.109.190.0/24,
+ 111.108.165.0/23 le 24,
+ 111.108.146.0/24,
+ 111.185.183.0/23 le 24,
+ 111.181.179.0/24,
+ 111.182.231.0/24,
+ 111.144.216.0/23 ge 24 le 24,
+ 111.144.65.0/24,
+ 111.146.39.0/23 ge 24 le 24,
+ 111.147.43.0/23 le 24,
+ 111.147.54.0/23 le 24,
+ 111.147.110.0/24,
+ 111.147.208.0/23 le 24,
+ 111.147.210.0/24,
+ 111.149.159.0/23 le 24,
+ 111.150.49.0/23 le 24,
+ 111.150.53.0/22 le 24,
+ 111.151.157.0/24,
+ 111.156.28.0/23 le 24,
+ 111.157.121.0/24,
+ 111.157.160.0/24,
+ 111.157.171.0/24,
+ 111.159.40.0/23 le 24,
+ 111.159.50.0/24,
+ 111.158.72.0/22 ge 24 le 24,
+ 111.158.89.0/24,
+ 111.158.90.0/24,
+ 111.158.250.0/24,
+ 111.153.248.0/24,
+ 111.153.226.0/24,
+ 111.200.105.0/22 le 24,
+ 111.204.253.0/24,
+ 111.204.131.0/24,
+ 111.195.216.0/22 le 24,
+ 111.195.73.0/24,
+ 111.195.102.0/24,
+ 111.195.109.0/24,
+ 111.193.183.0/24,
+ 111.193.211.0/22 le 24,
+ 111.193.61.0/24,
+ 111.193.108.0/24,
+ 111.197.104.0/24,
+ 111.197.122.0/24,
+ 111.198.223.0/24,
+ 111.215.93.0/24,
+ 111.215.196.0/24,
+ 111.211.187.0/24,
+ 111.211.83.0/24,
+ 111.209.20.0/24,
+ 111.223.197.0/24,
+ 111.217.58.0/24,
+ 111.217.22.0/24,
+ 111.249.39.0/24,
+ 111.248.110.0/24,
+ 111.250.217.0/24,
+ 111.250.228.0/24,
+ 111.250.39.0/22 le 24,
+ 111.254.106.0/24,
+ 111.255.33.0/21 le 24,
+ 111.255.75.0/24,
+ 111.252.121.0/24,
+ 111.253.186.0/24,
+ 111.243.203.0/24,
+ 111.242.0.0/24,
+ 111.242.40.0/23 le 24,
+ 111.247.213.0/19 le 24,
+ 111.246.145.0/19 le 24,
+ 111.246.191.0/20 le 24,
+ 109.183.192.0/20 le 24,
+ 109.183.116.0/21 le 24,
+ 109.185.205.0/20 le 24,
+ 109.185.162.0/24,
+ 109.185.160.0/24,
+ 109.171.66.0/24,
+ 109.170.137.0/24,
+ 109.170.242.0/24,
+ 109.170.202.0/24,
+ 109.173.65.0/23 ge 24 le 24,
+ 109.173.78.0/21 ge 22 le 24,
+ 109.164.17.0/23 ge 24 le 24,
+ 109.165.29.0/23 ge 24 le 24,
+ 109.165.31.0/24,
+ 109.165.32.0/24,
+ 109.165.101.0/24,
+ 109.165.102.0/24,
+ 109.165.120.0/24,
+ 109.165.76.0/24,
+ 109.138.188.0/17 le 24,
+ 109.140.247.0/20 le 24,
+ 109.142.255.0/24,
+ 109.142.252.0/24,
+ 109.142.158.0/24,
+ 109.142.175.0/24,
+ 109.142.166.0/22 le 24,
+ 109.142.177.0/24,
+ 109.132.251.0/16 le 24,
+ 109.128.145.0/17 le 24,
+ 109.145.91.0/20 le 24,
+ 109.145.14.0/20 le 24,
+ 109.149.31.0/23 le 24,
+ 109.149.145.0/24,
+ 109.149.159.0/24,
+ 109.149.163.0/22 ge 24 le 24,
+ 109.148.141.0/23 ge 24 le 24,
+ 109.148.143.0/24,
+ 109.148.139.0/24,
+ 109.148.133.0/23 le 24,
+ 109.148.170.0/20 le 24,
+ 109.148.110.0/24,
+ 109.148.109.0/24,
+ 109.155.242.0/24,
+ 109.159.189.0/19 le 24,
+ 109.159.246.0/19 le 24,
+ 109.248.139.0/24,
+ 109.250.0.0/21 ge 22 le 24,
+ 109.250.17.0/21 ge 22 le 24,
+ 109.250.118.0/19 le 24,
+ 109.250.129.0/22 le 24,
+ 109.250.149.0/24,
+ 109.251.6.0/19 le 24,
+ 109.236.8.0/23 le 24,
+ 109.238.206.0/16 le 24,
+ 109.239.185.0/24,
+ 109.235.76.0/24,
+ 109.235.121.0/24,
+ 109.235.44.0/24,
+ 109.235.153.0/21 le 24,
+ 109.235.151.0/22 le 24,
+ 109.228.101.0/22 le 24,
+ 109.227.182.0/20 le 24,
+ 109.227.240.0/19 le 24,
+ 109.206.107.0/20 le 24,
+ 109.206.49.0/20 le 24,
+ 109.207.39.0/24,
+ 109.207.52.0/23 le 24,
+ 109.205.51.0/20 le 24,
+ 109.201.27.0/24,
+ 109.201.23.0/23 le 24,
+ 109.200.221.0/24,
+ 109.200.29.0/24,
+ 109.202.204.0/20 le 24,
+ 109.202.146.0/19 le 24,
+ 109.202.69.0/24,
+ 109.202.92.0/24,
+ 109.203.116.0/20 ge 24 le 24,
+ 109.203.133.0/24,
+ 109.203.157.0/24,
+ 109.197.142.0/23 le 24,
+ 109.197.233.0/20 le 24,
+ 109.196.21.0/19 le 24,
+ 109.196.150.0/18 le 24,
+ 109.210.33.0/20 le 24,
+ 109.209.35.0/19 le 24,
+ 109.209.24.0/20 le 24,
+ 109.208.0.0/24,
+ 109.212.246.0/24,
+ 109.213.75.0/22 le 24,
+ 109.213.234.0/24,
+ 109.218.255.0/24,
+ 109.73.10.0/20 le 24,
+ 109.72.27.0/19 le 24,
+ 109.72.48.0/20 le 24,
+ 109.72.91.0/24,
+ 109.76.85.0/17 le 24,
+ 109.78.48.0/21 le 24,
+ 109.79.91.0/19 le 24,
+ 109.79.56.0/19 le 24,
+ 109.64.245.0/21 le 24,
+ 109.94.62.0/24,
+ 109.94.144.0/19 le 24,
+ 109.95.143.0/24,
+ 109.91.227.0/24,
+ 109.91.42.0/22 le 24,
+ 109.91.45.0/24,
+ 109.91.36.0/23 le 24,
+ 109.90.131.0/24,
+ 109.90.44.0/20 le 24,
+ 109.90.92.0/24,
+ 109.86.205.0/19 le 24,
+ 109.87.70.0/17 le 24,
+ 109.80.11.0/19 le 24,
+ 109.81.89.0/20 le 24,
+ 109.81.4.0/23 le 24,
+ 109.111.71.0/19 le 24,
+ 109.111.189.0/20 le 24,
+ 109.105.81.0/19 le 24,
+ 109.101.60.0/24,
+ 109.103.74.0/24,
+ 109.103.194.0/20 le 24,
+ 109.103.149.0/20 le 24,
+ 109.102.162.0/20 le 24,
+ 109.115.113.0/24,
+ 109.115.210.0/20 le 24,
+ 109.114.50.0/16 le 24,
+ 109.119.49.0/19 le 24,
+ 109.119.95.0/20 le 24,
+ 109.119.211.0/23 le 24,
+ 109.116.141.0/18 le 24,
+ 109.127.170.0/20 le 24,
+ 109.127.47.0/19 le 24,
+ 109.124.211.0/19 le 24,
+ 109.124.165.0/19 le 24,
+ 109.124.74.0/19 ge 20 le 24,
+ 109.125.107.0/20 le 24,
+ 109.122.9.0/24,
+ 109.12.227.0/24,
+ 109.12.127.0/23 le 24,
+ 109.13.232.0/24,
+ 109.14.157.0/23 le 24,
+ 109.14.104.0/24,
+ 109.15.250.0/23 le 24,
+ 109.8.81.0/20 le 24,
+ 109.9.235.0/20 le 24,
+ 109.9.66.0/18 le 24,
+ 109.9.35.0/24,
+ 109.9.13.0/19 le 24,
+ 109.7.80.0/19 le 24,
+ 109.7.158.0/24,
+ 109.7.228.0/24,
+ 109.4.200.0/19 le 24,
+ 109.0.84.0/20 le 24,
+ 109.0.51.0/19 le 24,
+ 109.2.218.0/24,
+ 109.3.92.0/22 le 24,
+ 109.3.87.0/24,
+ 109.3.246.0/24,
+ 109.31.128.0/20 le 24,
+ 109.31.157.0/22 ge 24 le 24,
+ 109.28.41.0/24,
+ 109.28.76.0/24,
+ 109.29.52.0/20 le 24,
+ 109.27.145.0/20 le 24,
+ 109.17.108.0/22 ge 24 le 24,
+ 109.20.194.0/22 le 24,
+ 109.20.146.0/20 le 24,
+ 109.22.34.0/17 le 24,
+ 109.52.245.0/18 le 24,
+ 109.52.10.0/19 le 24,
+ 109.52.70.0/24,
+ 109.52.69.0/24,
+ 109.52.77.0/23 ge 24 le 24,
+ 109.52.83.0/24,
+ 109.52.85.0/24,
+ 109.52.95.0/24,
+ 109.52.99.0/24,
+ 109.52.110.0/24,
+ 109.55.59.0/19 le 24,
+ 109.55.88.0/21 le 24,
+ 109.54.29.0/24,
+ 109.50.235.0/20 ge 21 le 24,
+ 109.50.243.0/20 le 24,
+ 109.49.235.0/20 le 24,
+ 109.60.248.0/20 le 24,
+ 109.61.141.0/23 le 24,
+ 109.61.203.0/24,
+ 109.59.37.0/24,
+ 109.36.101.0/19 ge 20 le 24,
+ 109.33.97.0/24,
+ 109.34.129.0/24,
+ 109.40.70.0/24,
+ 109.40.115.0/22 le 24,
+ 109.40.119.0/24,
+ 109.43.99.0/23 le 24,
+ 109.43.108.0/24,
+ 109.43.27.0/24,
+ 109.43.57.0/23 le 24,
+ 109.43.54.0/24,
+ 109.43.160.0/23 le 24,
+ 109.43.144.0/23 le 24,
+ 109.43.139.0/23 le 24,
+ 109.43.196.0/24,
+ 109.46.202.0/20 le 24,
+ 109.47.89.0/24,
+ 109.45.226.0/19 le 24,
+ 109.45.2.0/19 le 24,
+ 108.234.94.0/24,
+ 108.234.38.0/24,
+ 108.236.145.0/19 le 24,
+ 108.237.150.0/24,
+ 108.237.197.0/20 le 24,
+ 108.237.39.0/19 le 24,
+ 108.238.33.0/21 le 24,
+ 108.238.172.0/20 le 24,
+ 108.239.250.0/19 le 24,
+ 108.227.238.0/24,
+ 108.225.79.0/23 le 24,
+ 108.222.161.0/24,
+ 108.208.55.0/14 le 24,
+ 108.203.198.0/19 le 24,
+ 108.206.244.0/24,
+ 108.206.243.0/24,
+ 108.160.14.0/22 le 24,
+ 108.166.9.0/15 le 24,
+ 108.165.164.0/15 ge 16 le 24,
+ 108.172.135.0/24,
+ 108.172.207.0/24,
+ 108.181.150.0/24,
+ 108.144.98.0/23 le 24,
+ 108.144.132.0/20 ge 22 le 24,
+ 108.144.156.0/21 ge 22 le 24,
+ 108.82.210.0/24,
+ 108.80.10.0/23 ge 24 le 24,
+ 108.86.48.0/23 le 24,
+ 108.85.211.0/24,
+ 108.88.87.0/24,
+ 108.92.194.0/16 le 24,
+ 108.72.156.0/24,
+ 108.68.58.0/23 le 24,
+ 108.65.202.0/24,
+ 108.65.192.0/24,
+ 108.65.139.0/20 le 24,
+ 108.53.101.0/16 le 24,
+ 108.50.254.0/22 le 24,
+ 108.63.200.0/24,
+ 108.60.242.0/18 le 24,
+ 108.60.81.0/18 le 24,
+ 108.61.192.0/24,
+ 108.57.95.0/18 ge 19 le 24,
+ 108.56.48.0/18 le 24,
+ 108.58.186.0/19 le 24,
+ 108.43.199.0/19 le 24,
+ 108.43.185.0/19 le 24,
+ 108.42.51.0/20 le 24,
+ 108.42.186.0/24,
+ 108.42.149.0/20 le 24,
+ 108.41.13.0/20 le 24,
+ 108.41.150.0/20 le 24,
+ 108.41.217.0/24,
+ 108.41.247.0/23 le 24,
+ 108.41.233.0/23 le 24,
+ 108.45.110.0/24,
+ 108.44.119.0/19 ge 20 le 24,
+ 108.46.251.0/19 le 24,
+ 108.46.217.0/24,
+ 108.47.205.0/22 le 24,
+ 108.47.40.0/19 le 24,
+ 108.32.248.0/19 le 24,
+ 108.32.1.0/19 le 24,
+ 108.33.153.0/24,
+ 108.33.159.0/24,
+ 108.33.250.0/19 le 24,
+ 108.35.121.0/19 le 24,
+ 108.34.206.0/20 le 24,
+ 108.34.113.0/23 le 24,
+ 108.38.15.0/20 le 24,
+ 108.36.36.0/24,
+ 108.23.103.0/17 le 24,
+ 108.21.157.0/24,
+ 108.21.216.0/20 le 24,
+ 108.21.202.0/22 le 24,
+ 108.16.47.0/18 ge 19 le 24,
+ 108.17.197.0/24,
+ 108.17.199.0/24,
+ 108.27.144.0/24,
+ 108.28.114.0/24,
+ 104.28.24.0/24,
+ 104.29.67.0/23 le 24,
+ 104.108.105.0/19 le 24,
+ 104.108.157.0/23 ge 24 le 24,
+ 104.109.138.0/21 le 24,
+ 104.109.131.0/23 le 24,
+ 104.109.106.0/19 le 24,
+ 104.109.33.0/21 le 24,
+ 104.109.11.0/22 le 24,
+ 104.110.69.0/22 le 24,
+ 104.110.192.0/18 le 24,
+ 104.111.78.0/24,
+ 104.111.70.0/23 ge 24 le 24,
+ 104.111.94.0/24,
+ 104.111.90.0/24,
+ 104.111.12.0/20 le 24,
+ 104.111.254.0/20 le 24,
+ 104.106.84.0/23 ge 24 le 24,
+ 104.107.51.0/20 le 24,
+ 104.107.101.0/19 le 24,
+ 104.105.104.0/20 le 24,
+ 104.104.83.0/24,
+ 104.104.58.0/20 le 24,
+ 104.94.42.0/22 le 24,
+ 104.174.173.0/23 le 24,
+ 104.174.175.0/23 ge 24 le 24,
+ 104.175.183.0/24,
+ 104.139.33.0/24,
+ 104.130.73.0/20 le 24,
+ 104.156.171.0/24,
+ 104.220.71.0/24,
+ 104.212.80.0/24,
+ 104.239.6.0/20 le 24,
+ 104.238.159.0/20 ge 21 le 24,
+ 104.238.82.0/24,
+ 104.238.58.0/23 ge 24 le 24,
+ 104.238.57.0/24,
+ 104.237.51.0/20 le 24,
+ 104.236.165.0/20 le 24,
+ 104.236.198.0/19 le 24,
+ 105.19.166.0/17 le 24,
+ 105.18.237.0/24,
+ 105.23.127.0/24,
+ 105.20.249.0/23 ge 24 le 24,
+ 105.20.240.0/24,
+ 105.28.14.0/24,
+ 105.29.0.0/20 le 24,
+ 105.30.122.0/24,
+ 105.30.187.0/20 le 24,
+ 105.31.83.0/17 le 24,
+ 105.25.100.0/24,
+ 105.25.33.0/19 le 24,
+ 105.25.12.0/20 le 24,
+ 105.7.125.0/23 le 24,
+ 105.7.199.0/18 le 24,
+ 105.5.224.0/17 le 24,
+ 105.2.250.0/23 ge 24 le 24,
+ 105.2.224.0/24,
+ 105.0.64.0/24,
+ 105.0.94.0/24,
+ 105.0.91.0/24,
+ 105.0.86.0/24,
+ 105.8.206.0/24,
+ 105.9.23.0/24,
+ 105.9.159.0/20 le 24,
+ 105.9.160.0/24,
+ 105.10.127.0/24,
+ 105.10.167.0/24,
+ 105.10.160.0/23 le 24,
+ 105.10.180.0/21 le 24,
+ 105.10.187.0/24,
+ 105.10.185.0/24,
+ 105.11.67.0/20 le 24,
+ 105.15.67.0/20 le 24,
+ 105.15.44.0/24,
+ 105.15.54.0/23 le 24,
+ 105.15.158.0/24,
+ 105.15.221.0/18 le 24,
+ 105.13.8.0/24,
+ 105.13.31.0/23 le 24,
+ 105.13.43.0/21 le 24,
+ 105.13.48.0/23 le 24,
+ 105.13.120.0/21 le 24,
+ 105.13.116.0/23 le 24,
+ 105.13.113.0/22 le 24,
+ 105.13.77.0/23 le 24,
+ 105.13.72.0/22 le 24,
+ 105.13.69.0/23 le 24,
+ 105.13.130.0/22 le 24,
+ 105.13.134.0/23 le 24,
+ 105.40.163.0/16 le 24,
+ 105.45.253.0/20 le 24,
+ 105.45.183.0/19 le 24,
+ 105.46.126.0/24,
+ 105.46.104.0/24,
+ 105.46.99.0/23 le 24,
+ 105.46.196.0/24,
+ 105.36.48.0/19 le 24,
+ 105.36.234.0/20 le 24,
+ 105.39.244.0/21 le 24,
+ 105.39.182.0/24,
+ 105.39.11.0/20 le 24,
+ 105.35.93.0/22 le 24,
+ 105.35.104.0/21 le 24,
+ 105.35.209.0/23 ge 24 le 24,
+ 105.35.212.0/24,
+ 105.35.218.0/21 le 24,
+ 105.35.171.0/23 ge 24 le 24,
+ 105.34.29.0/21 le 24,
+ 105.33.191.0/20 le 24,
+ 105.33.175.0/22 le 24,
+ 105.33.168.0/23 le 24,
+ 105.33.162.0/21 ge 22 le 24,
+ 105.33.114.0/19 le 24,
+ 105.33.5.0/24,
+ 105.33.9.0/24,
+ 105.33.21.0/20 le 24,
+ 105.56.60.0/18 le 24,
+ 105.57.134.0/20 le 24,
+ 105.57.152.0/23 le 24,
+ 105.57.155.0/24,
+ 105.57.158.0/22 le 24,
+ 105.59.136.0/19 le 24,
+ 105.63.212.0/17 le 24,
+ 105.63.113.0/18 le 24,
+ 105.63.12.0/20 le 24,
+ 105.61.147.0/19 le 24,
+ 105.51.57.0/20 le 24,
+ 105.48.150.0/22 le 24,
+ 105.49.184.0/23 ge 24 le 24,
+ 105.53.225.0/24,
+ 105.53.234.0/23 ge 24 le 24,
+ 105.53.186.0/19 le 24,
+ 105.52.45.0/24,
+ 105.55.156.0/19 le 24,
+ 105.124.194.0/19 le 24,
+ 105.124.86.0/19 le 24,
+ 105.122.216.0/19 le 24,
+ 105.122.25.0/20 le 24,
+ 105.113.65.0/24,
+ 105.119.48.0/17 le 24,
+ 105.119.182.0/19 le 24,
+ 105.116.162.0/24,
+ 105.105.106.0/20 le 24,
+ 105.105.128.0/20 le 24,
+ 105.105.184.0/21 le 24,
+ 105.105.255.0/24,
+ 105.105.253.0/23 ge 24 le 24,
+ 105.111.207.0/23 le 24,
+ 105.108.57.0/23 le 24,
+ 105.102.172.0/19 le 24,
+ 105.101.112.0/18 le 24,
+ 105.101.53.0/19 ge 20 le 24,
+ 105.101.28.0/20 le 24,
+ 105.101.9.0/22 le 24,
+ 105.101.15.0/23 ge 24 le 24,
+ 105.101.13.0/24,
+ 105.101.5.0/21 le 24,
+ 105.101.135.0/18 ge 21 le 24,
+ 105.101.232.0/19 ge 21 le 24,
+ 105.101.199.0/20 ge 21 le 24,
+ 105.101.215.0/21 le 24,
+ 105.101.217.0/23 le 24,
+ 105.101.222.0/22 le 24,
+ 105.98.117.0/24,
+ 105.98.66.0/21 le 24,
+ 105.98.9.0/24,
+ 105.98.10.0/24,
+ 105.139.111.0/24,
+ 105.141.181.0/22 le 24,
+ 105.129.92.0/14 ge 16 le 24,
+ 105.175.37.0/21 ge 24 le 24,
+ 105.175.40.0/22 ge 24 le 24,
+ 105.175.55.0/21 ge 24 le 24,
+ 105.175.194.0/20 le 24,
+ 105.173.109.0/18 le 24,
+ 105.172.61.0/23 le 24,
+ 105.168.24.0/24,
+ 105.168.118.0/18 le 24,
+ 105.168.242.0/20 le 24,
+ 105.169.19.0/24,
+ 105.169.17.0/24,
+ 105.169.22.0/23 ge 24 le 24,
+ 105.169.28.0/22 ge 24 le 24,
+ 105.169.25.0/24,
+ 105.169.27.0/24,
+ 105.169.85.0/22 le 24,
+ 105.169.95.0/21 le 24,
+ 105.171.243.0/24,
+ 105.171.246.0/22 le 24,
+ 105.164.24.0/17 le 24,
+ 105.166.204.0/20 le 24,
+ 105.166.225.0/20 le 24,
+ 105.166.17.0/20 le 24,
+ 105.160.56.0/20 le 24,
+ 105.160.79.0/18 le 24,
+ 105.162.232.0/23 ge 24 le 24,
+ 105.162.228.0/24,
+ 105.162.247.0/24,
+ 105.162.160.0/23 le 24,
+ 105.162.175.0/24,
+ 105.162.158.0/24,
+ 105.162.87.0/20 ge 22 le 24,
+ 105.235.230.0/21 le 24,
+ 105.235.200.0/19 le 24,
+ 105.235.6.0/24,
+ 105.235.0.0/24,
+ 105.235.13.0/24,
+ 105.234.178.0/23 le 24,
+ 105.234.175.0/23 le 24,
+ 105.241.33.0/21 ge 22 le 24,
+ 106.108.55.0/13 ge 16 le 24,
+ 106.90.80.0/20 le 24,
+ 106.91.140.0/18 le 24,
+ 106.91.54.0/19 le 24,
+ 106.91.73.0/18 le 24,
+ 106.89.7.0/21 le 24,
+ 106.88.235.0/20 le 24,
+ 106.88.200.0/20 le 24,
+ 106.88.149.0/24,
+ 106.92.36.0/24,
+ 106.92.51.0/21 le 24,
+ 106.92.95.0/24,
+ 106.92.70.0/24,
+ 106.81.14.0/20 ge 21 le 24,
+ 106.82.176.0/24,
+ 106.82.197.0/24,
+ 106.82.94.0/24,
+ 106.83.40.0/24,
+ 106.64.24.0/13 ge 16 le 24,
+ 106.76.147.0/24,
+ 106.54.131.0/24,
+ 106.54.55.0/23 le 24,
+ 106.175.6.0/23 le 24,
+ 106.133.149.0/23 le 24,
+ 106.133.193.0/24,
+ 106.149.197.0/24,
+ 106.206.17.0/24,
+ 107.86.25.0/24,
+ 107.88.109.0/24,
+ 107.73.54.0/24,
+ 107.72.195.0/16 le 24,
+ 107.74.68.0/20 le 24,
+ 107.74.135.0/24,
+ 107.74.133.0/23 ge 24 le 24,
+ 107.74.128.0/22 ge 24 le 24,
+ 107.74.140.0/21 ge 24 le 24,
+ 107.74.173.0/23 le 24,
+ 107.74.234.0/20 le 24,
+ 107.107.87.0/24,
+ 107.107.65.0/24,
+ 107.107.31.0/24,
+ 107.107.175.0/24,
+ 107.111.23.0/24,
+ 107.111.17.0/24,
+ 107.108.135.0/24,
+ 98.199.173.0/20 le 24,
+ 98.199.220.0/20 le 24,
+ 98.199.43.0/19 le 24,
+ 98.194.214.0/20 le 24,
+ 98.194.45.0/24,
+ 98.206.183.0/20 le 24,
+ 98.206.82.0/20 le 24,
+ 98.204.223.0/19 le 24,
+ 98.205.77.0/19 le 24,
+ 98.205.29.0/23 le 24,
+ 98.203.155.0/20 le 24,
+ 98.203.72.0/19 le 24,
+ 98.202.231.0/23 le 24,
+ 98.202.99.0/24,
+ 98.202.89.0/23 le 24,
+ 98.202.93.0/22 ge 23 le 24,
+ 98.202.70.0/22 le 24,
+ 98.202.67.0/23 le 24,
+ 98.202.79.0/22 le 24,
+ 98.201.4.0/20 le 24,
+ 98.200.22.0/19 le 24,
+ 98.212.180.0/20 le 24,
+ 98.222.105.0/19 le 24,
+ 98.222.143.0/20 le 24,
+ 98.216.3.0/24,
+ 98.217.170.0/23 le 24,
+ 98.217.172.0/23 le 24,
+ 98.217.178.0/23 le 24,
+ 98.247.65.0/16 le 24,
+ 98.244.112.0/21 le 24,
+ 98.245.209.0/20 le 24,
+ 98.245.224.0/22 le 24,
+ 98.243.154.0/18 le 24,
+ 98.242.229.0/24,
+ 98.242.203.0/24,
+ 98.242.201.0/24,
+ 98.242.129.0/24,
+ 98.241.231.0/15 le 24,
+ 98.253.127.0/20 le 24,
+ 98.253.219.0/24,
+ 98.251.132.0/24,
+ 98.249.248.0/22 le 24,
+ 98.249.114.0/24,
+ 98.249.21.0/23 le 24,
+ 98.226.132.0/22 le 24,
+ 98.226.140.0/23 le 24,
+ 98.226.139.0/23 le 24,
+ 98.227.111.0/20 le 24,
+ 98.227.112.0/23 ge 24 le 24,
+ 98.227.115.0/23 le 24,
+ 98.227.118.0/22 le 24,
+ 98.227.127.0/22 le 24,
+ 98.227.122.0/24,
+ 98.227.120.0/24,
+ 98.227.76.0/19 le 24,
+ 98.228.174.0/18 le 24,
+ 98.127.126.0/20 le 24,
+ 98.110.62.0/24,
+ 98.111.31.0/23 le 24,
+ 98.89.133.0/23 le 24,
+ 98.87.98.0/15 le 24,
+ 98.85.39.0/16 le 24,
+ 98.82.117.0/21 le 24,
+ 98.82.124.0/22 le 24,
+ 98.2.167.0/23 ge 24 le 24,
+ 98.61.102.0/24,
+ 98.35.73.0/23 le 24,
+ 98.35.77.0/22 le 24,
+ 98.45.146.0/24,
+ 98.47.245.0/24,
+ 96.111.230.0/22 le 24,
+ 96.96.5.0/24,
+ 96.100.239.0/14 ge 16 le 24,
+ 96.67.107.0/24,
+ 96.71.160.0/24,
+ 96.95.8.0/21 ge 24 le 24,
+ 96.94.212.0/20 le 24,
+ 96.94.188.0/24,
+ 96.80.13.0/20 le 24,
+ 96.80.53.0/24,
+ 96.22.159.0/18 le 24,
+ 96.21.7.0/19 le 24,
+ 96.16.14.0/21 le 24,
+ 96.16.45.0/19 le 24,
+ 96.26.148.0/20 le 24,
+ 96.26.183.0/20 le 24,
+ 96.58.217.0/23 le 24,
+ 96.58.165.0/22 le 24,
+ 96.58.34.0/23 le 24,
+ 96.58.115.0/21 le 24,
+ 96.58.84.0/21 le 24,
+ 96.59.212.0/23 le 24,
+ 96.59.222.0/21 ge 22 le 24,
+ 96.59.237.0/21 le 24,
+ 96.59.161.0/22 le 24,
+ 96.59.157.0/22 le 24,
+ 96.59.6.0/21 ge 24 le 24,
+ 96.59.106.0/24,
+ 96.57.240.0/22 le 24,
+ 96.57.249.0/22 le 24,
+ 96.57.129.0/21 le 24,
+ 96.57.187.0/22 le 24,
+ 96.57.12.0/22 le 24,
+ 96.57.30.0/22 le 24,
+ 96.57.79.0/21 le 24,
+ 96.56.219.0/24,
+ 96.56.214.0/22 le 24,
+ 96.56.178.0/23 ge 24 le 24,
+ 96.56.162.0/22 ge 24 le 24,
+ 96.56.159.0/23 le 24,
+ 96.56.73.0/22 le 24,
+ 96.63.182.0/21 le 24,
+ 96.63.146.0/22 ge 23 le 24,
+ 96.63.149.0/22 le 24,
+ 96.62.209.0/22 le 24,
+ 96.62.244.0/22 le 24,
+ 96.62.234.0/21 le 24,
+ 96.62.136.0/22 le 24,
+ 96.62.46.0/22 le 24,
+ 96.62.15.0/24,
+ 96.62.9.0/24,
+ 96.62.1.0/22 le 24,
+ 96.62.110.0/23 le 24,
+ 96.62.108.0/24,
+ 96.62.107.0/23 ge 24 le 24,
+ 96.62.117.0/22 le 24,
+ 96.61.18.0/22 le 24,
+ 96.61.116.0/24,
+ 96.61.226.0/24,
+ 96.61.172.0/22 le 24,
+ 96.61.131.0/24,
+ 96.60.38.0/24,
+ 96.60.112.0/21 le 24,
+ 96.60.171.0/22 le 24,
+ 96.49.96.0/22 le 24,
+ 96.49.68.0/21 le 24,
+ 96.49.32.0/22 le 24,
+ 96.49.217.0/21 le 24,
+ 96.49.156.0/21 le 24,
+ 96.49.146.0/23 ge 24 le 24,
+ 96.48.37.0/21 le 24,
+ 96.48.26.0/22 le 24,
+ 96.48.124.0/22 le 24,
+ 96.48.134.0/22 le 24,
+ 96.48.160.0/22 le 24,
+ 96.48.198.0/21 le 24,
+ 96.51.222.0/22 le 24,
+ 96.51.246.0/22 le 24,
+ 96.50.56.0/22 le 24,
+ 96.50.80.0/22 le 24,
+ 96.50.128.0/21 le 24,
+ 96.54.19.0/20 le 24,
+ 96.55.155.0/24,
+ 96.55.159.0/24,
+ 96.55.156.0/24,
+ 96.52.184.0/24,
+ 96.52.162.0/23 le 24,
+ 96.52.175.0/23 le 24,
+ 96.52.169.0/23 le 24,
+ 96.253.246.0/21 le 24,
+ 96.244.193.0/24,
+ 96.202.93.0/22 le 24,
+ 96.192.60.0/22 le 24,
+ 96.192.179.0/21 le 24,
+ 96.193.118.0/22 le 24,
+ 96.215.46.0/22 le 24,
+ 96.215.33.0/22 le 24,
+ 96.141.61.0/20 le 24,
+ 96.141.99.0/24,
+ 96.140.176.0/24,
+ 96.140.131.0/24,
+ 96.140.202.0/24,
+ 96.140.31.0/24,
+ 96.140.48.0/24,
+ 96.142.68.0/24,
+ 96.142.127.0/24,
+ 96.136.142.0/24,
+ 96.136.189.0/19 le 24,
+ 96.139.3.0/19 le 24,
+ 96.147.10.0/19 le 24,
+ 96.151.43.0/24,
+ 96.150.90.0/19 le 24,
+ 96.149.121.0/20 le 24,
+ 96.157.96.0/24,
+ 96.152.212.0/24,
+ 96.152.62.0/19 le 24,
+ 96.153.114.0/21 le 24,
+ 96.173.236.0/24,
+ 96.189.228.0/22 le 24,
+ 96.189.237.0/22 le 24,
+ 97.27.160.0/19 le 24,
+ 97.28.19.0/22 le 24,
+ 97.28.23.0/24,
+ 97.28.58.0/24,
+ 97.28.35.0/22 le 24,
+ 97.28.84.0/21 le 24,
+ 97.28.93.0/23 ge 24 le 24,
+ 97.28.95.0/24,
+ 97.28.89.0/24,
+ 97.28.74.0/21 ge 22 le 24,
+ 97.28.199.0/22 le 24,
+ 97.28.185.0/22 le 24,
+ 97.28.188.0/24,
+ 97.28.190.0/24,
+ 97.28.179.0/22 le 24,
+ 97.28.183.0/23 le 24,
+ 97.28.163.0/24,
+ 97.28.161.0/23 le 24,
+ 97.28.166.0/22 le 24,
+ 97.28.174.0/21 le 24,
+ 97.28.159.0/24,
+ 97.28.157.0/24,
+ 97.28.154.0/24,
+ 97.28.146.0/24,
+ 97.28.150.0/22 le 24,
+ 97.29.196.0/19 le 24,
+ 97.45.103.0/24,
+ 97.45.187.0/20 le 24,
+ 97.45.243.0/24,
+ 97.43.61.0/24,
+ 97.43.51.0/24,
+ 97.43.212.0/20 le 24,
+ 97.50.8.0/24,
+ 97.179.37.0/19 le 24,
+ 100.10.105.0/24,
+ 100.6.232.0/24,
+ 100.6.220.0/20 le 24,
+ 100.7.77.0/20 le 24,
+ 100.4.242.0/24,
+ 100.114.216.0/13 ge 16 le 24,
+ 100.121.140.0/24,
+ 100.121.185.0/24,
+ 100.121.182.0/24,
+ 100.121.181.0/24,
+ 100.121.176.0/24,
+ 100.121.164.0/24,
+ 100.121.168.0/24,
+ 100.121.202.0/24,
+ 100.121.227.0/24,
+ 100.121.65.0/17 le 24,
+ 100.120.126.0/18 le 24,
+ 100.120.212.0/18 le 24,
+ 100.120.181.0/19 le 24,
+ 100.124.116.0/24,
+ 100.126.111.0/23 le 24,
+ 100.126.35.0/24,
+ 100.126.241.0/22 le 24,
+ 100.126.246.0/23 le 24,
+ 100.126.244.0/23 ge 24 le 24,
+ 100.126.171.0/24,
+ 100.126.168.0/24,
+ 100.159.199.0/24,
+ 100.137.176.0/20 le 24,
+ 101.126.238.0/21 le 24,
+ 101.104.83.0/24,
+ 101.101.103.0/19 le 24,
+ 101.91.122.0/24,
+ 103.160.239.0/24,
+ 103.201.161.0/24,
+ 103.201.163.0/24,
+ 103.203.32.0/20 le 24,
+ 103.82.114.0/19 ge 24 le 24,
+ 103.82.81.0/20 ge 24 le 24,
+ 103.82.65.0/24,
+ 103.82.67.0/23 ge 24 le 24,
+ 103.82.70.0/24,
+ 103.92.232.0/22 le 24,
+ 103.69.33.0/24,
+ 102.89.94.0/16 le 24,
+ 102.91.188.0/21 le 24,
+ 102.130.180.0/22 le 24,
+ 102.130.216.0/22 le 24,
+ 102.133.40.0/24,
+ 102.133.36.0/24,
+ 102.133.140.0/22 ge 24 le 24,
+ 102.175.73.0/21 le 24,
+ 102.169.180.0/24,
+ 113.3.85.0/22 ge 24 le 24,
+ 113.2.190.0/24,
+ 113.5.126.0/20 le 24,
+ 113.15.113.0/19 ge 20 le 24,
+ 113.9.120.0/24,
+ 113.11.192.0/23 le 24,
+ 113.11.8.0/22 le 24,
+ 113.29.43.0/24,
+ 113.26.171.0/19 le 24,
+ 113.17.132.0/20 le 24,
+ 113.19.130.0/24,
+ 113.19.128.0/24,
+ 113.206.120.0/24,
+ 113.206.160.0/24,
+ 113.221.187.0/20 le 24,
+ 113.213.234.0/20 le 24,
+ 112.25.17.0/20 le 24,
+ 112.22.199.0/24,
+ 112.22.197.0/23 ge 24 le 24,
+ 112.22.157.0/20 le 24,
+ 112.78.219.0/22 le 24,
+ 112.78.222.0/23 ge 24 le 24,
+ 112.78.209.0/24,
+ 114.234.72.0/24,
+ 114.234.70.0/24,
+ 114.234.92.0/24,
+ 114.234.201.0/23 le 24,
+ 114.22.22.0/24,
+ 114.10.175.0/19 le 24,
+ 114.49.62.0/23 ge 24 le 24,
+ 114.49.61.0/24,
+ 114.49.144.0/22 ge 24 le 24,
+ 114.49.148.0/24,
+ 114.49.237.0/22 ge 24 le 24,
+ 114.41.152.0/24,
+ 114.41.156.0/24,
+ 114.41.148.0/24,
+ 114.41.144.0/24,
+ 114.112.177.0/16 le 24,
+ 115.55.74.0/24,
+ 115.208.145.0/24,
+ 115.209.46.0/21 le 24,
+ 115.209.71.0/21 le 24,
+ 115.214.113.0/21 le 24,
+ 115.215.59.0/24,
+ 115.215.45.0/23 le 24,
+ 115.215.190.0/24,
+ 115.201.192.0/24,
+ 115.252.55.0/22 le 24,
+ 115.166.31.0/19 le 24,
+ 118.241.190.0/24,
+ 118.241.188.0/24,
+ 118.199.57.0/18 ge 19 le 24,
+ 118.193.98.0/24,
+ 118.106.85.0/19 ge 24 le 24,
+ 118.104.235.0/24,
+ 118.104.213.0/24,
+ 119.69.70.0/24,
+ 119.69.68.0/24,
+ 119.83.231.0/18 le 24,
+ 119.0.172.0/22 le 24,
+ 119.153.211.0/24,
+ 119.153.62.0/23 ge 24 le 24,
+ 119.153.48.0/24,
+ 119.153.96.0/21 le 24,
+ 119.153.127.0/22 le 24,
+ 119.153.92.0/20 ge 21 le 24,
+ 119.153.65.0/20 le 24,
+ 119.156.11.0/21 le 24,
+ 119.188.182.0/19 le 24,
+ 119.187.33.0/24,
+ 119.187.52.0/24,
+ 119.255.150.0/24,
+ 119.255.105.0/24,
+ 119.254.87.0/24,
+ 119.231.91.0/22 le 24,
+ 119.231.64.0/24,
+ 119.230.19.0/22 ge 23 le 24,
+ 119.230.106.0/22 ge 23 le 24,
+ 119.230.137.0/24,
+ 119.230.234.0/23 ge 24 le 24,
+ 119.230.233.0/23 le 24,
+ 119.230.204.0/23 ge 24 le 24,
+ 119.208.244.0/20 ge 24 le 24,
+ 116.108.109.0/21 le 24,
+ 116.108.95.0/21 le 24,
+ 116.10.177.0/24,
+ 116.12.28.0/23 le 24,
+ 116.12.25.0/23 le 24,
+ 117.114.152.0/20 le 24,
+ 117.205.32.0/24,
+ 117.207.180.0/24,
+ 117.207.183.0/24,
+ 117.212.197.0/19 le 24,
+ 125.28.120.0/24,
+ 125.28.122.0/23 ge 24 le 24,
+ 125.28.124.0/24,
+ 125.28.127.0/23 ge 24 le 24,
+ 125.27.65.0/21 le 24,
+ 125.8.67.0/21 le 24,
+ 125.8.89.0/22 le 24,
+ 125.9.223.0/24,
+ 125.14.125.0/24,
+ 125.14.104.0/24,
+ 125.0.189.0/22 ge 24 le 24,
+ 124.50.229.0/20 le 24,
+ 124.50.243.0/20 ge 21 le 24,
+ 124.61.41.0/22 le 24,
+ 124.31.112.0/23 ge 24 le 24,
+ 124.26.252.0/24,
+ 124.20.145.0/24,
+ 124.21.240.0/24,
+ 124.21.184.0/24,
+ 124.22.77.0/24,
+ 124.23.196.0/24,
+ 124.16.53.0/24,
+ 124.18.51.0/21 le 24,
+ 124.169.198.0/17 le 24,
+ 124.182.26.0/24,
+ 124.179.96.0/24,
+ 124.177.45.0/24,
+ 124.255.53.0/24,
+ 124.255.54.0/23 ge 24 le 24,
+ 124.237.133.0/20 le 24,
+ 124.192.15.0/18 le 24,
+ 124.194.225.0/23 le 24,
+ 126.71.139.0/24,
+ 126.71.142.0/24,
+ 126.70.24.0/16 le 24,
+ 126.122.174.0/24,
+ 126.173.77.0/24,
+ 126.173.3.0/23 ge 24 le 24,
+ 126.173.171.0/22 le 24,
+ 126.161.217.0/24,
+ 126.161.215.0/24,
+ 126.182.172.0/24,
+ 126.181.98.0/21 le 24,
+ 126.157.224.0/24,
+ 126.253.31.0/24,
+ 126.252.50.0/23 ge 24 le 24,
+ 126.252.92.0/24,
+ 126.255.177.0/23 le 24,
+ 126.255.194.0/23 le 24,
+ 126.250.46.0/24,
+ 126.250.32.0/24,
+ 126.251.51.0/24,
+ 126.251.17.0/24,
+ 126.251.158.0/24,
+ 126.240.69.0/24,
+ 126.240.44.0/24,
+ 126.241.30.0/22 le 24,
+ 126.243.131.0/22 le 24,
+ 126.244.90.0/24,
+ 126.245.165.0/22 le 24,
+ 126.246.144.0/23 le 24,
+ 126.247.22.0/23 ge 24 le 24,
+ 126.238.138.0/24,
+ 126.238.112.0/24,
+ 126.238.31.0/24,
+ 126.238.40.0/24,
+ 126.238.43.0/24,
+ 126.238.48.0/24,
+ 126.238.50.0/24,
+ 126.239.64.0/24,
+ 126.239.126.0/24,
+ 126.239.229.0/24,
+ 126.236.45.0/24,
+ 126.235.205.0/24,
+ 126.235.35.0/24,
+ 126.233.170.0/23 le 24,
+ 126.233.24.0/24,
+ 126.231.93.0/24,
+ 126.230.106.0/24,
+ 126.230.94.0/24,
+ 126.227.202.0/24,
+ 126.227.81.0/24,
+ 126.226.251.0/23 le 24,
+ 126.224.202.0/22 le 24,
+ 126.192.254.0/23 le 24,
+ 126.198.214.0/23 le 24,
+ 126.198.150.0/22 le 24,
+ 126.199.217.0/22 le 24,
+ 126.199.181.0/24,
+ 126.197.219.0/24,
+ 126.197.63.0/24,
+ 126.205.228.0/24,
+ 126.207.197.0/24,
+ 126.206.13.0/24,
+ 126.206.163.0/24,
+ 126.206.165.0/24,
+ 126.202.36.0/24,
+ 126.203.65.0/24,
+ 126.201.180.0/23 le 24,
+ 126.201.6.0/24,
+ 126.201.23.0/24,
+ 126.200.103.0/24,
+ 126.223.139.0/24,
+ 126.223.143.0/24,
+ 126.223.78.0/24,
+ 126.223.109.0/24,
+ 126.223.97.0/24,
+ 126.222.189.0/24,
+ 121.102.90.0/15 le 24,
+ 121.117.239.0/22 le 24,
+ 121.25.85.0/20 le 24,
+ 121.30.2.0/24,
+ 121.30.0.0/24,
+ 121.30.149.0/24,
+ 121.30.168.0/24,
+ 121.31.187.0/22 ge 24 le 24,
+ 120.19.211.0/22 le 24,
+ 120.20.251.0/22 le 24,
+ 120.22.199.0/21 le 24,
+ 120.36.124.0/24,
+ 120.36.122.0/24,
+ 120.188.61.0/21 le 24,
+ 120.188.48.0/24,
+ 120.188.50.0/24,
+ 120.153.132.0/22 le 24,
+ 120.153.204.0/24,
+ 120.156.219.0/24,
+ 120.156.217.0/23 ge 24 le 24,
+ 120.156.220.0/22 ge 24 le 24,
+ 120.132.195.0/21 le 24,
+ 120.132.210.0/21 le 24,
+ 120.132.223.0/22 le 24,
+ 120.136.195.0/20 le 24,
+ 120.136.224.0/23 le 24,
+ 120.136.228.0/22 le 24,
+ 120.136.234.0/21 le 24,
+ 120.143.36.0/21 le 24,
+ 120.143.5.0/24,
+ 120.143.6.0/23 ge 24 le 24,
+ 120.143.3.0/23 ge 24 le 24,
+ 120.143.1.0/24,
+ 120.142.4.0/21 le 24,
+ 122.54.186.0/19 ge 20 le 24,
+ 122.16.74.0/20 le 24,
+ 122.18.145.0/22 le 24,
+ 122.2.199.0/22 ge 24 le 24,
+ 122.0.37.0/21 le 24,
+ 122.155.88.0/24,
+ 122.170.247.0/24,
+ 122.170.249.0/22 ge 24 le 24,
+ 122.170.255.0/24,
+ 122.171.24.0/24,
+ 122.171.121.0/24,
+ 122.165.57.0/21 le 24,
+ 122.210.146.0/24,
+ 122.238.38.0/20 le 24,
+ 123.157.164.0/24,
+ 123.157.131.0/24,
+ 123.18.118.0/24,
+ 123.17.133.0/21 le 24,
+ 123.28.123.0/24,
+ 123.57.75.0/20 le 24,
+ 123.52.97.0/19 le 24,
+ 123.33.72.0/21 le 24,
+ 123.39.122.0/22 le 24,
+ 123.37.66.0/23 ge 24 le 24,
+ 123.37.64.0/23 le 24,
+ 123.37.69.0/22 ge 24 le 24,
+ 123.124.175.0/22 ge 24 le 24,
+ 123.124.201.0/22 le 24,
+ 73.125.250.0/15 le 24,
+ 73.126.65.0/24,
+ 73.127.119.0/24,
+ 73.115.155.0/23 le 24,
+ 73.111.154.0/20 le 24,
+ 73.77.250.0/24,
+ 73.75.36.0/19 le 24,
+ 73.75.164.0/17 ge 18 le 24,
+ 73.74.78.0/20 le 24,
+ 73.74.88.0/22 ge 23 le 24,
+ 73.74.95.0/23 le 24,
+ 73.74.92.0/23 ge 24 le 24,
+ 73.74.85.0/21 ge 24 le 24,
+ 73.74.169.0/20 le 24,
+ 73.74.220.0/24,
+ 73.88.175.0/22 ge 23 le 24,
+ 73.88.159.0/24,
+ 73.48.229.0/20 le 24,
+ 73.48.202.0/23 le 24,
+ 73.48.198.0/22 le 24,
+ 73.48.132.0/19 ge 20 le 24,
+ 73.48.164.0/20 le 24,
+ 72.196.79.0/20 le 24,
+ 72.196.110.0/20 le 24,
+ 72.196.58.0/22 le 24,
+ 72.196.3.0/21 le 24,
+ 72.196.22.0/21 le 24,
+ 72.197.242.0/24,
+ 72.197.246.0/22 le 24,
+ 72.202.131.0/15 le 24,
+ 72.200.101.0/18 le 24,
+ 72.200.221.0/19 le 24,
+ 72.205.100.0/24,
+ 72.232.29.0/20 le 24,
+ 72.232.237.0/20 le 24,
+ 75.205.69.0/18 le 24,
+ 75.92.87.0/24,
+ 75.94.110.0/20 le 24,
+ 75.94.8.0/20 le 24,
+ 75.95.183.0/20 ge 21 le 24,
+ 75.95.93.0/20 le 24,
+ 75.95.12.0/20 le 24,
+ 75.72.36.0/23 le 24,
+ 75.72.35.0/23 le 24,
+ 75.73.244.0/24,
+ 75.73.163.0/23 le 24,
+ 75.73.5.0/24,
+ 75.116.131.0/24,
+ 75.116.83.0/24,
+ 74.36.92.0/24,
+ 74.36.56.0/23 le 24,
+ 74.174.34.0/23 le 24,
+ 79.236.91.0/20 le 24,
+ 78.127.63.0/18 ge 20 le 24,
+ 78.127.71.0/20 le 24,
+ 78.127.234.0/19 ge 20 le 24,
+ 78.122.77.0/24,
+ 78.122.75.0/23 ge 24 le 24,
+ 78.96.54.0/18 le 24,
+ 78.5.69.0/21 le 24,
+ 78.5.92.0/20 le 24,
+ 78.4.72.0/20 le 24,
+ 78.4.99.0/24,
+ 78.4.100.0/22 ge 24 le 24,
+ 78.4.52.0/21 le 24,
+ 78.4.22.0/21 ge 24 le 24,
+ 78.4.29.0/22 ge 24 le 24,
+ 78.4.27.0/24,
+ 78.4.25.0/23 ge 24 le 24,
+ 78.52.181.0/18 le 24,
+ 78.55.106.0/24,
+ 78.55.110.0/24,
+ 78.55.118.0/21 le 24,
+ 78.55.120.0/23 le 24,
+ 78.55.124.0/24,
+ 78.55.64.0/24,
+ 78.55.76.0/23 le 24,
+ 78.55.74.0/23 le 24,
+ 78.55.92.0/23 le 24,
+ 78.228.185.0/24,
+ 78.241.122.0/22 le 24,
+ 78.241.129.0/18 le 24,
+ 77.203.76.0/22 le 24,
+ 77.57.17.0/24,
+ 77.56.159.0/22 le 24,
+ 77.56.154.0/24,
+ 77.56.135.0/23 le 24,
+ 77.56.211.0/23 le 24,
+ 77.56.208.0/23 ge 24 le 24,
+ 77.56.212.0/23 ge 24 le 24,
+ 77.56.215.0/24,
+ 77.56.222.0/24,
+ 77.56.220.0/24,
+ 77.56.216.0/23 ge 24 le 24,
+ 77.56.218.0/23 le 24,
+ 77.56.236.0/23 le 24,
+ 77.56.240.0/22 le 24,
+ 77.58.19.0/22 le 24,
+ 77.11.158.0/23 ge 24 le 24,
+ 77.11.157.0/24,
+ 77.11.134.0/24,
+ 77.11.139.0/24,
+ 77.75.177.0/24,
+ 76.84.79.0/16 le 24,
+ 76.85.198.0/22 le 24,
+ 76.85.195.0/24,
+ 76.85.183.0/22 le 24,
+ 76.85.20.0/22 ge 24 le 24,
+ 76.85.107.0/22 le 24,
+ 76.85.65.0/21 ge 22 le 24,
+ 76.87.230.0/22 le 24,
+ 76.87.176.0/22 ge 24 le 24,
+ 76.86.34.0/24,
+ 76.86.65.0/22 le 24,
+ 76.86.234.0/22 ge 24 le 24,
+ 76.81.156.0/22 le 24,
+ 76.81.235.0/23 ge 24 le 24,
+ 76.81.36.0/22 le 24,
+ 76.81.12.0/22 le 24,
+ 76.81.108.0/22 le 24,
+ 76.81.64.0/24,
+ 76.80.3.0/21 ge 22 le 24,
+ 76.80.22.0/23 ge 24 le 24,
+ 76.80.59.0/23 le 24,
+ 76.80.50.0/24,
+ 76.80.121.0/24,
+ 76.80.83.0/24,
+ 76.80.161.0/23 le 24,
+ 76.80.176.0/22 le 24,
+ 76.80.191.0/22 le 24,
+ 76.80.129.0/23 le 24,
+ 76.82.13.0/24,
+ 76.82.121.0/22 le 24,
+ 76.82.96.0/22 le 24,
+ 76.82.81.0/22 le 24,
+ 76.82.158.0/24,
+ 76.82.135.0/24,
+ 76.83.91.0/24,
+ 76.83.78.0/22 le 24,
+ 76.83.103.0/22 le 24,
+ 76.83.105.0/22 le 24,
+ 76.83.131.0/24,
+ 76.83.239.0/24,
+ 76.83.212.0/24,
+ 76.88.65.0/24,
+ 76.88.66.0/24,
+ 76.89.53.0/22 le 24,
+ 76.89.23.0/24,
+ 76.89.120.0/22 le 24,
+ 76.89.100.0/23 ge 24 le 24,
+ 76.89.243.0/24,
+ 76.89.206.0/22 le 24,
+ 76.89.129.0/23 le 24,
+ 76.89.131.0/23 ge 24 le 24,
+ 76.89.132.0/23 le 24,
+ 76.89.134.0/23 ge 24 le 24,
+ 76.89.148.0/22 le 24,
+ 76.89.144.0/23 ge 24 le 24,
+ 76.89.146.0/24,
+ 76.89.189.0/24,
+ 76.91.160.0/22 le 24,
+ 76.91.143.0/22 le 24,
+ 76.91.229.0/22 ge 24 le 24,
+ 76.91.78.0/22 le 24,
+ 76.91.97.0/23 le 24,
+ 76.91.26.0/22 le 24,
+ 76.91.45.0/23 le 24,
+ 76.90.44.0/24,
+ 76.90.37.0/22 le 24,
+ 76.90.253.0/22 le 24,
+ 76.90.157.0/22 le 24,
+ 76.92.31.0/22 le 24,
+ 76.92.47.0/22 le 24,
+ 76.92.85.0/22 le 24,
+ 76.92.104.0/22 le 24,
+ 76.92.129.0/22 le 24,
+ 76.93.67.0/22 ge 24 le 24,
+ 76.93.125.0/22 ge 23 le 24,
+ 76.93.237.0/23 le 24,
+ 76.94.231.0/22 le 24,
+ 76.94.193.0/22 le 24,
+ 76.94.131.0/24,
+ 76.94.123.0/24,
+ 76.94.21.0/22 le 24,
+ 76.94.45.0/24,
+ 76.94.51.0/22 le 24,
+ 76.95.58.0/22 le 24,
+ 76.70.241.0/22 le 24,
+ 76.70.112.0/22 le 24,
+ 76.70.32.0/23 ge 24 le 24,
+ 76.70.46.0/22 le 24,
+ 76.70.8.0/22 le 24,
+ 76.71.150.0/22 le 24,
+ 76.71.147.0/24,
+ 76.71.131.0/24,
+ 76.71.133.0/22 le 24,
+ 76.71.215.0/24,
+ 76.71.213.0/23 ge 24 le 24,
+ 76.71.122.0/22 le 24,
+ 76.71.79.0/22 ge 23 le 24,
+ 76.71.84.0/22 le 24,
+ 76.71.90.0/24,
+ 76.69.250.0/23 le 24,
+ 76.69.248.0/23 ge 24 le 24,
+ 76.69.94.0/22 le 24,
+ 76.69.58.0/22 le 24,
+ 76.68.169.0/23 le 24,
+ 76.68.177.0/24,
+ 76.68.245.0/22 le 24,
+ 76.68.66.0/22 le 24,
+ 76.66.240.0/22 le 24,
+ 76.66.171.0/22 le 24,
+ 76.66.121.0/22 le 24,
+ 76.66.18.0/22 le 24,
+ 76.67.153.0/22 le 24,
+ 76.67.250.0/22 le 24,
+ 76.67.237.0/24,
+ 76.67.63.0/24,
+ 76.67.80.0/22 le 24,
+ 76.67.103.0/22 le 24,
+ 76.64.57.0/22 le 24,
+ 76.65.53.0/22 le 24,
+ 76.65.202.0/22 le 24,
+ 76.65.187.0/23 ge 24 le 24,
+ 76.72.125.0/22 le 24,
+ 76.72.63.0/22 ge 23 le 24,
+ 76.73.49.0/24,
+ 76.73.153.0/24,
+ 76.75.167.0/22 le 24,
+ 76.75.193.0/24,
+ 76.75.36.0/22 ge 24 le 24,
+ 76.75.13.0/24,
+ 76.74.38.0/22 le 24,
+ 76.74.119.0/22 le 24,
+ 76.74.127.0/23 le 24,
+ 76.74.92.0/23 le 24,
+ 76.74.204.0/23 le 24,
+ 76.78.222.0/22 le 24,
+ 76.78.227.0/22 le 24,
+ 76.78.255.0/22 le 24,
+ 76.78.247.0/22 ge 24 le 24,
+ 76.78.166.0/24,
+ 76.78.189.0/24,
+ 76.78.156.0/22 le 24,
+ 76.78.107.0/22 le 24,
+ 76.78.27.0/23 le 24,
+ 76.79.240.0/23 le 24,
+ 76.79.214.0/24,
+ 76.79.182.0/22 le 24,
+ 76.79.178.0/23 le 24,
+ 76.79.54.0/22 le 24,
+ 76.79.93.0/24,
+ 76.79.100.0/22 le 24,
+ 76.76.29.0/22 le 24,
+ 76.76.18.0/22 le 24,
+ 76.76.213.0/22 le 24,
+ 76.76.204.0/24,
+ 76.76.227.0/23 ge 24 le 24,
+ 76.76.252.0/22 le 24,
+ 76.77.241.0/22 le 24,
+ 76.77.129.0/21 ge 22 le 24,
+ 76.77.34.0/23 le 24,
+ 76.77.32.0/23 ge 24 le 24,
+ 76.111.144.0/22 le 24,
+ 76.111.4.0/22 le 24,
+ 76.111.0.0/23 le 24,
+ 76.104.66.0/24,
+ 76.104.64.0/23 ge 24 le 24,
+ 76.104.90.0/24,
+ 76.104.89.0/24,
+ 76.104.31.0/22 le 24,
+ 76.105.177.0/22 le 24,
+ 76.107.33.0/22 le 24,
+ 76.107.45.0/22 le 24,
+ 76.107.165.0/24,
+ 76.107.140.0/22 le 24,
+ 76.107.152.0/24,
+ 76.107.215.0/22 ge 24 le 24,
+ 76.107.249.0/24,
+ 76.102.23.0/22 le 24,
+ 76.102.104.0/23 ge 24 le 24,
+ 76.102.223.0/24,
+ 76.103.171.0/24,
+ 76.101.47.0/22 ge 24 le 24,
+ 76.101.76.0/22 le 24,
+ 76.101.109.0/22 ge 24 le 24,
+ 76.101.157.0/22 le 24,
+ 76.101.243.0/23 le 24,
+ 76.100.199.0/22 le 24,
+ 76.100.22.0/22 le 24,
+ 76.96.163.0/22 le 24,
+ 76.96.109.0/22 le 24,
+ 76.97.145.0/24,
+ 76.97.147.0/24,
+ 76.97.157.0/22 ge 23 le 24,
+ 76.97.155.0/23 ge 24 le 24,
+ 76.97.153.0/24,
+ 76.98.103.0/23 le 24,
+ 76.98.199.0/23 le 24,
+ 76.98.255.0/22 le 24,
+ 76.127.172.0/24,
+ 76.127.233.0/24,
+ 76.127.234.0/23 ge 24 le 24,
+ 76.127.249.0/22 le 24,
+ 76.127.75.0/22 ge 24 le 24,
+ 76.126.178.0/22 le 24,
+ 76.126.59.0/24,
+ 76.126.40.0/22 le 24,
+ 76.126.26.0/22 ge 24 le 24,
+ 76.126.106.0/21 le 24,
+ 76.126.72.0/22 ge 24 le 24,
+ 76.124.91.0/22 le 24,
+ 76.125.203.0/24,
+ 76.125.49.0/24,
+ 76.125.40.0/24,
+ 76.121.144.0/24,
+ 76.121.64.0/23 le 24,
+ 76.121.92.0/24,
+ 76.120.79.0/24,
+ 76.120.122.0/22 le 24,
+ 76.120.242.0/23 le 24,
+ 76.120.197.0/23 ge 24 le 24,
+ 76.122.184.0/22 le 24,
+ 76.122.146.0/24,
+ 76.122.144.0/24,
+ 76.122.120.0/24,
+ 76.122.32.0/22 ge 24 le 24,
+ 76.123.144.0/24,
+ 76.123.147.0/24,
+ 76.123.158.0/24,
+ 76.123.170.0/24,
+ 76.123.238.0/23 le 24,
+ 76.113.64.0/22 le 24,
+ 76.113.146.0/22 le 24,
+ 76.113.180.0/22 le 24,
+ 76.113.177.0/24,
+ 76.113.255.0/24,
+ 76.112.199.0/22 le 24,
+ 76.112.248.0/23 ge 24 le 24,
+ 76.115.94.0/24,
+ 76.114.3.0/22 le 24,
+ 76.114.120.0/22 le 24,
+ 76.119.227.0/24,
+ 76.119.238.0/22 le 24,
+ 76.119.97.0/22 le 24,
+ 76.119.113.0/24,
+ 76.119.19.0/24,
+ 76.119.57.0/22 le 24,
+ 76.118.76.0/22 le 24,
+ 76.118.125.0/22 le 24,
+ 76.116.210.0/22 le 24,
+ 76.116.0.0/22 le 24,
+ 76.117.26.0/24,
+ 76.117.21.0/22 le 24,
+ 76.117.19.0/24,
+ 76.117.8.0/24,
+ 76.117.181.0/24,
+ 76.117.203.0/22 ge 24 le 24,
+ 76.17.165.0/22 ge 24 le 24,
+ 76.16.231.0/22 le 24,
+ 76.16.148.0/23 ge 24 le 24,
+ 76.18.79.0/24,
+ 76.18.35.0/24,
+ 76.18.32.0/23 le 24,
+ 76.19.131.0/24,
+ 76.19.195.0/22 le 24,
+ 76.19.202.0/23 le 24,
+ 76.19.222.0/24,
+ 76.23.92.0/24,
+ 76.23.94.0/24,
+ 76.23.66.0/23 ge 24 le 24,
+ 76.23.64.0/24,
+ 76.23.110.0/24,
+ 76.23.121.0/22 ge 24 le 24,
+ 76.23.210.0/22 ge 24 le 24,
+ 76.23.250.0/22 le 24,
+ 76.23.150.0/22 le 24,
+ 76.23.155.0/21 ge 22 le 24,
+ 76.22.146.0/24,
+ 76.22.47.0/22 le 24,
+ 76.22.41.0/24,
+ 76.22.1.0/23 ge 24 le 24,
+ 76.22.2.0/24,
+ 76.22.90.0/22 ge 23 le 24,
+ 76.22.93.0/24,
+ 76.21.105.0/24,
+ 76.21.246.0/22 le 24,
+ 76.20.211.0/22 le 24,
+ 76.20.193.0/24,
+ 76.20.135.0/24,
+ 76.20.26.0/24,
+ 76.29.60.0/24,
+ 76.29.2.0/22 le 24,
+ 76.28.84.0/24,
+ 76.28.82.0/22 le 24,
+ 76.28.13.0/22 ge 24 le 24,
+ 76.28.31.0/23 le 24,
+ 76.28.59.0/24,
+ 76.28.185.0/22 le 24,
+ 76.28.217.0/23 le 24,
+ 76.31.88.0/22 le 24,
+ 76.31.165.0/24,
+ 76.31.209.0/22 le 24,
+ 76.30.113.0/24,
+ 76.30.159.0/24,
+ 76.30.176.0/23 le 24,
+ 76.30.178.0/24,
+ 76.30.173.0/22 ge 23 le 24,
+ 76.30.161.0/22 le 24,
+ 76.30.241.0/22 ge 24 le 24,
+ 76.27.64.0/22 le 24,
+ 76.27.86.0/22 le 24,
+ 76.27.134.0/24,
+ 76.27.133.0/24,
+ 76.27.171.0/24,
+ 76.27.162.0/24,
+ 76.27.212.0/22 le 24,
+ 76.26.73.0/24,
+ 76.26.88.0/24,
+ 76.26.156.0/24,
+ 76.26.142.0/22 le 24,
+ 76.26.187.0/21 ge 22 le 24,
+ 76.26.203.0/23 le 24,
+ 76.26.236.0/24,
+ 76.25.149.0/23 ge 24 le 24,
+ 76.25.150.0/23 le 24,
+ 76.25.145.0/24,
+ 76.25.173.0/22 le 24,
+ 76.24.7.0/23 le 24,
+ 76.24.3.0/23 le 24,
+ 76.24.131.0/22 le 24,
+ 76.4.51.0/24,
+ 76.4.49.0/23 ge 24 le 24,
+ 76.4.128.0/22 le 24,
+ 76.5.127.0/24,
+ 76.5.86.0/24,
+ 76.5.49.0/23 ge 24 le 24,
+ 76.5.7.0/24,
+ 76.7.91.0/23 le 24,
+ 76.7.79.0/22 le 24,
+ 76.7.101.0/21 ge 22 le 24,
+ 76.7.115.0/22 le 24,
+ 76.7.170.0/22 le 24,
+ 76.6.128.0/23 le 24,
+ 76.6.228.0/22 le 24,
+ 76.6.14.0/24,
+ 76.6.50.0/22 le 24,
+ 76.2.156.0/22 le 24,
+ 76.2.127.0/22 le 24,
+ 76.2.72.0/23 le 24,
+ 76.3.95.0/22 ge 24 le 24,
+ 76.3.100.0/23 le 24,
+ 76.3.241.0/24,
+ 76.3.220.0/24,
+ 76.0.241.0/22 le 24,
+ 76.0.83.0/22 le 24,
+ 76.1.25.0/23 ge 24 le 24,
+ 76.1.27.0/24,
+ 76.1.135.0/24,
+ 76.8.240.0/24,
+ 76.8.151.0/23 le 24,
+ 76.8.171.0/21 ge 22 le 24,
+ 76.8.161.0/22 le 24,
+ 76.8.21.0/24,
+ 76.9.104.0/22 ge 24 le 24,
+ 76.9.127.0/22 le 24,
+ 76.9.118.0/22 le 24,
+ 76.9.67.0/22 le 24,
+ 76.9.201.0/22 le 24,
+ 76.9.177.0/22 le 24,
+ 76.11.164.0/24,
+ 76.11.65.0/24,
+ 76.11.87.0/23 ge 24 le 24,
+ 76.11.85.0/24,
+ 76.11.101.0/22 ge 24 le 24,
+ 76.11.98.0/22 le 24,
+ 76.10.219.0/24,
+ 76.10.194.0/24,
+ 76.10.247.0/22 le 24,
+ 76.14.169.0/24,
+ 76.14.9.0/22 le 24,
+ 76.14.50.0/23 ge 24 le 24,
+ 76.14.48.0/24,
+ 76.12.255.0/24,
+ 76.12.253.0/24,
+ 76.12.96.0/24,
+ 76.13.236.0/22 ge 24 le 24,
+ 76.13.60.0/22 le 24,
+ 76.13.51.0/24,
+ 76.13.9.0/23 le 24,
+ 76.13.101.0/22 le 24,
+ 76.13.110.0/24,
+ 76.13.117.0/23 le 24,
+ 76.39.156.0/22 ge 24 le 24,
+ 76.39.217.0/24,
+ 76.38.215.0/24,
+ 76.38.201.0/24,
+ 76.38.0.0/24,
+ 76.38.3.0/23 ge 24 le 24,
+ 76.38.105.0/22 le 24,
+ 76.37.222.0/24,
+ 76.37.221.0/24,
+ 76.37.58.0/22 le 24,
+ 76.37.102.0/23 le 24,
+ 76.37.100.0/24,
+ 76.37.98.0/22 le 24,
+ 76.36.249.0/22 le 24,
+ 76.36.208.0/24,
+ 76.36.138.0/24,
+ 76.36.137.0/24,
+ 76.36.183.0/24,
+ 76.36.124.0/22 le 24,
+ 76.36.106.0/23 le 24,
+ 76.36.17.0/22 le 24,
+ 76.35.124.0/24,
+ 76.35.210.0/23 le 24,
+ 76.35.224.0/22 le 24,
+ 76.35.178.0/23 ge 24 le 24,
+ 76.35.131.0/22 le 24,
+ 76.34.111.0/22 le 24,
+ 76.34.112.0/22 ge 24 le 24,
+ 76.34.126.0/22 le 24,
+ 76.34.90.0/22 le 24,
+ 76.34.69.0/23 ge 24 le 24,
+ 76.34.71.0/24,
+ 76.34.34.0/23 le 24,
+ 76.34.221.0/24,
+ 76.34.255.0/22 le 24,
+ 76.34.165.0/23 le 24,
+ 76.34.179.0/24,
+ 76.33.163.0/23 le 24,
+ 76.33.160.0/23 ge 24 le 24,
+ 76.33.175.0/22 ge 24 le 24,
+ 76.33.176.0/22 le 24,
+ 76.33.155.0/23 ge 24 le 24,
+ 76.33.145.0/23 ge 24 le 24,
+ 76.33.147.0/24,
+ 76.33.69.0/22 le 24,
+ 76.33.66.0/24,
+ 76.33.86.0/23 ge 24 le 24,
+ 76.32.129.0/24,
+ 76.32.249.0/24,
+ 76.32.235.0/22 le 24,
+ 76.32.207.0/24,
+ 76.32.201.0/22 le 24,
+ 76.32.66.0/24,
+ 76.32.69.0/22 le 24,
+ 76.32.114.0/22 le 24,
+ 76.47.161.0/24,
+ 76.47.177.0/24,
+ 76.47.155.0/23 le 24,
+ 76.47.217.0/24,
+ 76.47.242.0/22 le 24,
+ 76.47.122.0/22 le 24,
+ 76.47.72.0/24,
+ 76.47.54.0/24,
+ 76.46.160.0/24,
+ 76.46.162.0/23 le 24,
+ 76.46.230.0/24,
+ 76.46.242.0/22 ge 24 le 24,
+ 76.46.70.0/23 ge 24 le 24,
+ 76.46.33.0/22 le 24,
+ 76.44.184.0/22 le 24,
+ 76.44.204.0/23 le 24,
+ 76.44.64.0/24,
+ 76.44.95.0/22 ge 24 le 24,
+ 76.44.89.0/22 le 24,
+ 76.45.166.0/24,
+ 76.45.242.0/22 le 24,
+ 76.45.54.0/22 le 24,
+ 76.45.1.0/22 le 24,
+ 76.45.90.0/22 le 24,
+ 76.45.83.0/22 le 24,
+ 76.43.101.0/22 ge 24 le 24,
+ 76.43.105.0/22 le 24,
+ 76.42.159.0/24,
+ 76.42.151.0/22 le 24,
+ 76.42.228.0/22 le 24,
+ 76.40.199.0/24,
+ 76.41.46.0/22 ge 24 le 24,
+ 76.54.15.0/22 le 24,
+ 76.54.0.0/24,
+ 76.54.164.0/23 ge 24 le 24,
+ 76.54.167.0/23 le 24,
+ 76.54.158.0/23 le 24,
+ 76.55.123.0/22 le 24,
+ 76.55.20.0/23 ge 24 le 24,
+ 76.55.22.0/24,
+ 76.55.30.0/22 ge 24 le 24,
+ 76.55.169.0/23 ge 24 le 24,
+ 76.55.197.0/22 le 24,
+ 76.53.163.0/24,
+ 76.53.212.0/22 le 24,
+ 76.53.47.0/22 le 24,
+ 76.52.183.0/23 le 24,
+ 76.52.180.0/24,
+ 76.52.174.0/24,
+ 76.52.61.0/22 le 24,
+ 76.52.78.0/24,
+ 76.51.122.0/22 le 24,
+ 76.51.86.0/24,
+ 76.51.1.0/24,
+ 76.51.11.0/22 le 24,
+ 76.51.45.0/22 le 24,
+ 76.51.168.0/23 ge 24 le 24,
+ 76.51.162.0/23 ge 24 le 24,
+ 76.51.199.0/23 ge 24 le 24,
+ 76.51.203.0/22 ge 24 le 24,
+ 76.50.189.0/23 le 24,
+ 76.50.125.0/24,
+ 76.50.8.0/22 ge 24 le 24,
+ 76.48.85.0/22 le 24,
+ 76.48.216.0/22 le 24,
+ 76.49.235.0/24,
+ 76.49.162.0/22 le 24,
+ 76.49.116.0/23 ge 24 le 24,
+ 76.49.121.0/24,
+ 76.62.244.0/23 ge 24 le 24,
+ 76.62.131.0/23 ge 24 le 24,
+ 76.62.129.0/24,
+ 76.62.136.0/24,
+ 76.62.145.0/22 le 24,
+ 76.62.38.0/24,
+ 76.63.83.0/23 le 24,
+ 76.63.164.0/22 ge 24 le 24,
+ 76.63.178.0/22 ge 24 le 24,
+ 76.63.152.0/22 ge 24 le 24,
+ 76.61.20.0/22 le 24,
+ 76.61.104.0/22 le 24,
+ 76.61.115.0/22 le 24,
+ 76.61.195.0/23 le 24,
+ 76.61.129.0/22 le 24,
+ 76.60.151.0/22 le 24,
+ 76.60.133.0/23 ge 24 le 24,
+ 76.60.141.0/23 ge 24 le 24,
+ 76.60.169.0/22 ge 24 le 24,
+ 76.60.226.0/22 le 24,
+ 76.60.50.0/21 ge 22 le 24,
+ 76.60.34.0/22 le 24,
+ 76.60.22.0/23 le 24,
+ 76.60.14.0/22 le 24,
+ 76.60.8.0/24,
+ 76.59.144.0/21 ge 22 le 24,
+ 76.59.210.0/22 le 24,
+ 76.59.103.0/22 ge 24 le 24,
+ 76.58.220.0/22 ge 24 le 24,
+ 76.58.255.0/22 le 24,
+ 76.58.143.0/22 le 24,
+ 76.58.174.0/22 le 24,
+ 76.58.190.0/23 ge 24 le 24,
+ 76.57.156.0/23 ge 24 le 24,
+ 76.57.159.0/24,
+ 76.57.181.0/22 le 24,
+ 76.57.11.0/22 ge 24 le 24,
+ 76.57.16.0/24,
+ 76.57.34.0/24,
+ 76.56.186.0/24,
+ 76.56.93.0/23 le 24,
+ 76.56.98.0/24,
+ 76.56.42.0/22 le 24,
+ 76.166.203.0/22 le 24,
+ 76.166.198.0/22 le 24,
+ 76.166.52.0/22 le 24,
+ 76.166.38.0/23 ge 24 le 24,
+ 76.166.84.0/24,
+ 76.164.14.0/22 ge 24 le 24,
+ 76.164.77.0/23 ge 24 le 24,
+ 76.164.128.0/24,
+ 76.164.171.0/22 le 24,
+ 76.164.193.0/22 le 24,
+ 76.165.232.0/22 ge 24 le 24,
+ 76.165.158.0/22 le 24,
+ 76.165.150.0/22 le 24,
+ 76.165.147.0/23 ge 24 le 24,
+ 76.165.132.0/24,
+ 76.165.60.0/22 le 24,
+ 76.165.101.0/24,
+ 76.162.182.0/22 le 24,
+ 76.162.129.0/22 le 24,
+ 76.162.221.0/24,
+ 76.163.234.0/22 ge 24 le 24,
+ 76.163.185.0/24,
+ 76.163.138.0/22 le 24,
+ 76.163.129.0/21 ge 22 le 24,
+ 76.163.15.0/23 ge 24 le 24,
+ 76.163.26.0/22 le 24,
+ 76.163.101.0/23 le 24,
+ 76.163.74.0/22 le 24,
+ 76.161.36.0/23 ge 24 le 24,
+ 76.161.48.0/23 le 24,
+ 76.161.4.0/23 ge 24 le 24,
+ 76.161.7.0/24,
+ 76.161.88.0/24,
+ 76.161.90.0/24,
+ 76.161.234.0/24,
+ 76.161.232.0/24,
+ 76.160.175.0/22 le 24,
+ 76.160.162.0/24,
+ 76.160.193.0/24,
+ 76.160.225.0/22 ge 23 le 24,
+ 76.160.234.0/22 le 24,
+ 76.173.69.0/22 le 24,
+ 76.173.87.0/23 le 24,
+ 76.173.2.0/22 ge 24 le 24,
+ 76.173.18.0/23 le 24,
+ 76.173.223.0/23 ge 24 le 24,
+ 76.173.210.0/24,
+ 76.173.200.0/23 ge 24 le 24,
+ 76.172.168.0/22 le 24,
+ 76.172.142.0/23 le 24,
+ 76.172.249.0/22 le 24,
+ 76.172.220.0/23 le 24,
+ 76.172.114.0/24,
+ 76.172.86.0/24,
+ 76.172.65.0/23 le 24,
+ 76.172.12.0/24,
+ 76.172.27.0/24,
+ 76.172.56.0/23 le 24,
+ 76.174.33.0/23 ge 24 le 24,
+ 76.174.85.0/22 le 24,
+ 76.174.68.0/22 ge 23 le 24,
+ 76.174.108.0/23 le 24,
+ 76.174.125.0/24,
+ 76.174.216.0/23 le 24,
+ 76.174.195.0/23 le 24,
+ 76.174.226.0/23 ge 24 le 24,
+ 76.174.143.0/23 le 24,
+ 76.174.160.0/23 le 24,
+ 76.175.62.0/23 le 24,
+ 76.175.43.0/23 le 24,
+ 76.175.1.0/23 le 24,
+ 76.175.105.0/23 le 24,
+ 76.175.115.0/24,
+ 76.175.77.0/23 le 24,
+ 76.175.182.0/23 le 24,
+ 76.175.253.0/23 le 24,
+ 76.175.247.0/23 le 24,
+ 76.175.232.0/23 ge 24 le 24,
+ 76.170.215.0/23 ge 24 le 24,
+ 76.170.221.0/23 le 24,
+ 76.170.219.0/24,
+ 76.170.193.0/23 le 24,
+ 76.170.248.0/24,
+ 76.170.162.0/23 le 24,
+ 76.170.146.0/23 ge 24 le 24,
+ 76.170.140.0/23 ge 24 le 24,
+ 76.170.143.0/23 le 24,
+ 76.171.120.0/23 le 24,
+ 76.171.74.0/24,
+ 76.171.62.0/23 ge 24 le 24,
+ 76.171.53.0/24,
+ 76.171.20.0/23 le 24,
+ 76.171.27.0/23 le 24,
+ 76.171.1.0/23 le 24,
+ 76.171.9.0/23 le 24,
+ 76.171.11.0/24,
+ 76.171.151.0/22 le 24,
+ 76.171.146.0/23 le 24,
+ 76.171.179.0/24,
+ 76.171.173.0/23 le 24,
+ 76.171.237.0/23 le 24,
+ 76.169.112.0/23 ge 24 le 24,
+ 76.169.62.0/24,
+ 76.169.188.0/24,
+ 76.169.149.0/23 le 24,
+ 76.169.201.0/23 le 24,
+ 76.169.254.0/23 le 24,
+ 76.169.243.0/23 ge 24 le 24,
+ 76.168.12.0/23 le 24,
+ 76.168.76.0/23 le 24,
+ 76.168.116.0/23 ge 24 le 24,
+ 76.168.142.0/23 ge 24 le 24,
+ 76.168.132.0/23 le 24,
+ 76.168.147.0/23 le 24,
+ 76.168.177.0/24,
+ 76.168.213.0/23 le 24,
+ 76.168.240.0/23 le 24,
+ 76.186.104.0/23 ge 24 le 24,
+ 76.186.47.0/23 ge 24 le 24,
+ 76.186.33.0/23 ge 24 le 24,
+ 76.186.220.0/24,
+ 76.186.192.0/23 le 24,
+ 76.186.250.0/23 le 24,
+ 76.187.34.0/23 ge 24 le 24,
+ 76.187.31.0/23 le 24,
+ 76.187.24.0/23 le 24,
+ 76.187.125.0/23 le 24,
+ 76.187.81.0/23 ge 24 le 24,
+ 76.187.158.0/23 le 24,
+ 76.187.166.0/24,
+ 76.187.186.0/24,
+ 76.187.206.0/23 le 24,
+ 76.187.243.0/22 le 24,
+ 76.185.100.0/23 ge 24 le 24,
+ 76.185.116.0/23 ge 24 le 24,
+ 76.185.85.0/23 ge 24 le 24,
+ 76.185.55.0/23 le 24,
+ 76.185.173.0/23 ge 24 le 24,
+ 76.185.224.0/23 le 24,
+ 76.184.190.0/23 le 24,
+ 76.184.165.0/23 ge 24 le 24,
+ 76.184.227.0/24,
+ 76.184.235.0/23 le 24,
+ 76.184.246.0/23 le 24,
+ 76.184.250.0/24,
+ 76.184.62.0/23 le 24,
+ 76.184.57.0/23 le 24,
+ 76.184.73.0/23 le 24,
+ 76.188.169.0/23 le 24,
+ 76.188.216.0/23 le 24,
+ 76.188.223.0/24,
+ 76.188.244.0/24,
+ 76.188.224.0/24,
+ 76.188.84.0/24,
+ 76.188.5.0/24,
+ 76.188.33.0/24,
+ 76.189.98.0/23 le 24,
+ 76.189.87.0/23 ge 24 le 24,
+ 76.189.47.0/23 le 24,
+ 76.189.41.0/24,
+ 76.189.13.0/23 le 24,
+ 76.189.8.0/23 le 24,
+ 76.189.2.0/23 ge 24 le 24,
+ 76.189.27.0/24,
+ 76.189.136.0/23 le 24,
+ 76.189.154.0/24,
+ 76.189.151.0/23 le 24,
+ 76.189.255.0/23 ge 24 le 24,
+ 76.189.205.0/23 le 24,
+ 76.189.202.0/23 le 24,
+ 76.191.162.0/23 le 24,
+ 76.191.131.0/23 ge 24 le 24,
+ 76.191.231.0/23 le 24,
+ 76.191.126.0/24,
+ 76.191.89.0/23 le 24,
+ 76.191.0.0/23 le 24,
+ 76.190.58.0/24,
+ 76.190.39.0/23 le 24,
+ 76.190.30.0/23 le 24,
+ 76.190.7.0/23 le 24,
+ 76.190.75.0/23 le 24,
+ 76.190.98.0/23 le 24,
+ 76.190.102.0/23 le 24,
+ 76.190.100.0/23 ge 24 le 24,
+ 76.190.242.0/23 ge 24 le 24,
+ 76.190.208.0/23 ge 24 le 24,
+ 76.190.210.0/23 le 24,
+ 76.190.142.0/24,
+ 76.190.147.0/23 le 24,
+ 76.190.162.0/24,
+ 76.190.181.0/23 ge 24 le 24,
+ 76.190.179.0/23 le 24,
+ 76.176.48.0/24,
+ 76.176.57.0/24,
+ 76.176.7.0/23 le 24,
+ 76.176.24.0/23 le 24,
+ 76.176.81.0/23 le 24,
+ 76.176.89.0/23 le 24,
+ 76.176.200.0/23 le 24,
+ 76.176.169.0/24,
+ 76.176.190.0/23 le 24,
+ 76.176.145.0/23 ge 24 le 24,
+ 76.177.39.0/24,
+ 76.177.33.0/23 le 24,
+ 76.177.42.0/21 ge 23 le 24,
+ 76.177.56.0/23 ge 24 le 24,
+ 76.177.20.0/22 le 24,
+ 76.177.209.0/23 le 24,
+ 76.177.130.0/23 le 24,
+ 76.179.240.0/23 le 24,
+ 76.178.127.0/23 ge 24 le 24,
+ 76.181.125.0/23 le 24,
+ 76.180.80.0/23 le 24,
+ 76.242.45.0/22 ge 24 le 24,
+ 76.242.175.0/22 le 24,
+ 76.242.226.0/24,
+ 76.242.224.0/24,
+ 76.242.232.0/22 le 24,
+ 76.242.248.0/24,
+ 76.243.44.0/24,
+ 76.243.21.0/22 le 24,
+ 76.243.30.0/22 le 24,
+ 76.243.190.0/24,
+ 76.240.137.0/24,
+ 76.240.39.0/22 le 24,
+ 76.240.80.0/23 le 24,
+ 76.241.120.0/23 le 24,
+ 76.241.178.0/22 ge 23 le 24,
+ 76.244.189.0/22 le 24,
+ 76.244.184.0/24,
+ 76.244.144.0/22 le 24,
+ 76.244.130.0/22 le 24,
+ 76.244.192.0/22 le 24,
+ 76.244.221.0/22 ge 24 le 24,
+ 76.244.125.0/24,
+ 76.244.65.0/22 le 24,
+ 76.244.90.0/22 le 24,
+ 76.245.238.0/22 ge 24 le 24,
+ 76.247.195.0/22 le 24,
+ 76.246.64.0/22 le 24,
+ 76.246.73.0/23 ge 24 le 24,
+ 76.246.49.0/23 ge 24 le 24,
+ 76.246.50.0/24,
+ 76.252.172.0/23 ge 24 le 24,
+ 76.252.175.0/24,
+ 76.252.205.0/23 le 24,
+ 76.252.207.0/24,
+ 76.252.77.0/23 ge 24 le 24,
+ 76.253.89.0/24,
+ 76.254.207.0/22 ge 24 le 24,
+ 76.254.164.0/22 ge 24 le 24,
+ 76.250.231.0/24,
+ 76.250.195.0/22 le 24,
+ 76.250.160.0/22 ge 23 le 24,
+ 76.250.146.0/22 le 24,
+ 76.251.55.0/23 ge 24 le 24,
+ 76.251.52.0/24,
+ 76.251.96.0/21 ge 22 le 24,
+ 76.251.230.0/22 le 24,
+ 76.249.117.0/22 le 24,
+ 76.249.123.0/23 le 24,
+ 76.249.40.0/21 ge 22 le 24,
+ 76.249.236.0/23 ge 24 le 24,
+ 76.249.238.0/24,
+ 76.248.173.0/22 le 24,
+ 76.248.162.0/22 ge 24 le 24,
+ 76.248.243.0/23 le 24,
+ 76.248.239.0/24,
+ 76.248.85.0/24,
+ 76.230.53.0/24,
+ 76.230.55.0/24,
+ 76.230.195.0/22 le 24,
+ 76.230.203.0/24,
+ 76.230.200.0/24,
+ 76.230.231.0/23 ge 24 le 24,
+ 76.230.228.0/24,
+ 76.231.214.0/22 le 24,
+ 76.229.251.0/23 le 24,
+ 76.229.252.0/22 le 24,
+ 76.229.120.0/22 le 24,
+ 76.228.20.0/24,
+ 76.228.22.0/24,
+ 76.228.88.0/22 le 24,
+ 76.224.124.0/23 ge 24 le 24,
+ 76.224.127.0/24,
+ 76.224.196.0/24,
+ 76.224.241.0/22 le 24,
+ 76.224.245.0/23 le 24,
+ 76.225.248.0/23 le 24,
+ 76.225.60.0/24,
+ 76.225.36.0/22 le 24,
+ 76.226.127.0/22 ge 24 le 24,
+ 76.226.94.0/24,
+ 76.226.32.0/24,
+ 76.226.199.0/22 ge 24 le 24,
+ 76.227.67.0/23 ge 24 le 24,
+ 76.227.65.0/24,
+ 76.227.107.0/22 le 24,
+ 76.227.54.0/22 le 24,
+ 76.238.171.0/24,
+ 76.238.188.0/22 ge 23 le 24,
+ 76.238.124.0/23 le 24,
+ 76.239.245.0/24,
+ 76.237.164.0/22 ge 24 le 24,
+ 76.236.170.0/22 le 24,
+ 76.236.31.0/22 le 24,
+ 76.236.21.0/22 le 24,
+ 76.236.78.0/24,
+ 76.233.148.0/22 le 24,
+ 76.233.231.0/23 ge 24 le 24,
+ 76.232.41.0/24,
+ 76.232.170.0/21 ge 24 le 24,
+ 76.235.193.0/21 ge 22 le 24,
+ 76.235.185.0/24,
+ 76.204.106.0/22 le 24,
+ 76.204.145.0/22 le 24,
+ 76.204.140.0/22 ge 24 le 24,
+ 76.204.174.0/24,
+ 76.204.192.0/22 ge 24 le 24,
+ 76.206.197.0/22 le 24,
+ 76.206.178.0/23 ge 24 le 24,
+ 76.206.176.0/24,
+ 76.206.46.0/22 le 24,
+ 76.206.0.0/22 le 24,
+ 76.207.152.0/23 ge 24 le 24,
+ 76.207.188.0/22 ge 23 le 24,
+ 76.207.236.0/22 le 24,
+ 76.207.9.0/22 le 24,
+ 76.207.82.0/22 le 24,
+ 76.207.124.0/24,
+ 76.203.114.0/22 le 24,
+ 76.203.120.0/22 le 24,
+ 76.203.28.0/24,
+ 76.203.31.0/24,
+ 76.203.165.0/22 le 24,
+ 76.201.124.0/24,
+ 76.201.190.0/24,
+ 76.201.210.0/23 le 24,
+ 76.201.246.0/22 le 24,
+ 76.200.96.0/22 le 24,
+ 76.200.66.0/24,
+ 76.200.202.0/24,
+ 76.200.251.0/24,
+ 76.200.148.0/24,
+ 76.200.135.0/22 le 24,
+ 76.200.142.0/24,
+ 76.193.150.0/23 le 24,
+ 76.193.189.0/22 le 24,
+ 76.193.222.0/22 le 24,
+ 76.193.238.0/22 le 24,
+ 76.193.72.0/22 le 24,
+ 76.193.66.0/23 le 24,
+ 76.193.83.0/22 le 24,
+ 76.193.84.0/23 ge 24 le 24,
+ 76.192.147.0/22 le 24,
+ 76.192.160.0/22 le 24,
+ 76.192.41.0/22 ge 24 le 24,
+ 76.194.45.0/22 le 24,
+ 76.195.24.0/24,
+ 76.195.113.0/24,
+ 76.195.205.0/22 le 24,
+ 76.196.251.0/22 ge 24 le 24,
+ 76.196.234.0/24,
+ 76.197.129.0/24,
+ 76.197.193.0/22 le 24,
+ 76.197.21.0/22 le 24,
+ 76.198.192.0/23 le 24,
+ 76.198.156.0/22 le 24,
+ 76.198.150.0/22 le 24,
+ 76.198.129.0/22 le 24,
+ 76.198.179.0/23 ge 24 le 24,
+ 76.198.104.0/23 le 24,
+ 76.198.22.0/22 le 24,
+ 76.198.18.0/24,
+ 76.199.74.0/24,
+ 76.199.73.0/24,
+ 76.199.48.0/22 le 24,
+ 76.199.56.0/23 ge 24 le 24,
+ 76.199.58.0/24,
+ 76.199.247.0/22 le 24,
+ 76.213.155.0/22 le 24,
+ 76.212.140.0/22 le 24,
+ 76.212.145.0/22 ge 23 le 24,
+ 76.214.214.0/24,
+ 76.214.212.0/23 ge 24 le 24,
+ 76.215.140.0/22 le 24,
+ 76.215.115.0/24,
+ 76.215.98.0/22 le 24,
+ 76.208.185.0/22 le 24,
+ 76.208.136.0/24,
+ 76.208.52.0/22 le 24,
+ 76.208.13.0/24,
+ 76.208.94.0/23 ge 24 le 24,
+ 76.208.93.0/24,
+ 76.208.112.0/22 le 24,
+ 76.209.68.0/22 le 24,
+ 76.209.103.0/23 le 24,
+ 76.209.19.0/24,
+ 76.211.155.0/24,
+ 76.211.153.0/24,
+ 76.211.251.0/22 le 24,
+ 76.211.192.0/24,
+ 76.211.7.0/22 le 24,
+ 76.210.63.0/23 le 24,
+ 76.210.174.0/24,
+ 76.210.215.0/24,
+ 76.210.213.0/23 ge 24 le 24,
+ 76.210.224.0/22 ge 24 le 24,
+ 76.210.244.0/22 le 24,
+ 76.222.161.0/22 le 24,
+ 76.222.212.0/22 le 24,
+ 76.222.19.0/22 le 24,
+ 76.222.35.0/22 le 24,
+ 76.222.36.0/24,
+ 76.222.38.0/24,
+ 76.222.51.0/23 ge 24 le 24,
+ 76.223.153.0/22 le 24,
+ 76.223.241.0/24,
+ 76.223.238.0/24,
+ 76.223.236.0/24,
+ 76.223.223.0/22 ge 23 le 24,
+ 76.223.209.0/24,
+ 76.223.4.0/22 le 24,
+ 76.223.78.0/23 le 24,
+ 76.221.52.0/24,
+ 76.221.37.0/22 le 24,
+ 76.221.181.0/22 le 24,
+ 76.221.210.0/22 le 24,
+ 76.220.130.0/22 le 24,
+ 76.220.184.0/22 le 24,
+ 76.220.181.0/23 ge 24 le 24,
+ 76.220.36.0/23 le 24,
+ 76.219.211.0/24,
+ 76.219.209.0/24,
+ 76.219.244.0/23 ge 24 le 24,
+ 76.219.240.0/22 le 24,
+ 76.219.24.0/22 le 24,
+ 76.218.126.0/24,
+ 76.218.4.0/24,
+ 76.218.2.0/22 ge 24 le 24,
+ 76.218.23.0/24,
+ 76.218.237.0/23 le 24,
+ 76.218.191.0/22 le 24,
+ 76.217.113.0/22 le 24,
+ 76.217.78.0/22 le 24,
+ 76.217.5.0/23 ge 24 le 24,
+ 76.217.234.0/22 le 24,
+ 76.217.199.0/22 le 24,
+ 76.216.72.0/24,
+ 76.216.75.0/23 ge 24 le 24,
+ 76.216.132.0/22 le 24,
+ 76.216.251.0/22 ge 24 le 24,
+ 65.97.237.0/12 le 24,
+ 65.95.180.0/21 le 24,
+ 65.95.228.0/21 le 24,
+ 65.95.245.0/22 le 24,
+ 65.95.212.0/24,
+ 65.95.214.0/23 ge 24 le 24,
+ 65.95.66.0/22 le 24,
+ 65.95.60.0/21 le 24,
+ 65.94.173.0/24,
+ 65.94.183.0/21 le 24,
+ 65.94.154.0/24,
+ 65.94.44.0/22 le 24,
+ 65.21.245.0/19 le 24,
+ 65.21.72.0/19 le 24,
+ 65.18.67.0/19 le 24,
+ 65.25.171.0/24,
+ 65.24.125.0/24,
+ 65.7.63.0/23 le 24,
+ 65.7.105.0/19 ge 20 le 24,
+ 65.6.246.0/22 le 24,
+ 65.10.195.0/22 le 24,
+ 65.41.157.0/24,
+ 65.41.153.0/22 ge 23 le 24,
+ 65.41.147.0/24,
+ 65.42.202.0/22 le 24,
+ 65.47.241.0/23 le 24,
+ 65.47.254.0/22 le 24,
+ 65.47.193.0/19 ge 20 le 24,
+ 65.223.251.0/20 le 24,
+ 65.223.153.0/23 le 24,
+ 65.223.141.0/20 le 24,
+ 65.223.124.0/22 le 24,
+ 65.223.55.0/24,
+ 65.222.137.0/24,
+ 65.222.21.0/22 le 24,
+ 65.222.28.0/22 le 24,
+ 65.222.89.0/20 le 24,
+ 65.219.212.0/16 le 24,
+ 65.218.24.0/17 le 24,
+ 65.217.179.0/17 le 24,
+ 65.215.120.0/16 le 24,
+ 65.213.116.0/22 le 24,
+ 65.213.84.0/20 le 24,
+ 65.213.10.0/20 le 24,
+ 65.213.178.0/19 le 24,
+ 65.213.130.0/22 le 24,
+ 65.213.230.0/22 le 24,
+ 65.213.220.0/19 le 24,
+ 65.204.71.0/20 le 24,
+ 65.200.133.0/16 le 24,
+ 65.192.90.0/22 le 24,
+ 65.192.84.0/22 le 24,
+ 65.192.119.0/22 le 24,
+ 65.192.223.0/22 le 24,
+ 65.192.252.0/22 le 24,
+ 65.193.167.0/21 le 24,
+ 65.193.127.0/21 le 24,
+ 65.193.12.0/22 le 24,
+ 65.197.184.0/23 le 24,
+ 65.235.140.0/20 le 24,
+ 65.235.196.0/19 le 24,
+ 65.235.104.0/19 le 24,
+ 65.235.38.0/24,
+ 65.235.51.0/22 le 24,
+ 65.238.210.0/24,
+ 65.238.124.0/18 le 24,
+ 65.239.229.0/19 ge 20 le 24,
+ 65.239.212.0/20 le 24,
+ 65.227.135.0/24,
+ 65.227.142.0/24,
+ 65.227.82.0/21 le 24,
+ 65.227.106.0/24,
+ 65.227.104.0/24,
+ 65.227.100.0/24,
+ 65.227.103.0/24,
+ 65.227.98.0/23 le 24,
+ 65.227.96.0/24,
+ 65.163.136.0/24,
+ 65.163.0.0/24,
+ 65.163.12.0/22 le 24,
+ 65.162.37.0/22 le 24,
+ 65.162.0.0/22 le 24,
+ 65.162.119.0/23 le 24,
+ 65.162.210.0/24,
+ 65.161.207.0/19 le 24,
+ 65.161.63.0/19 le 24,
+ 65.174.47.0/20 le 24,
+ 65.174.30.0/20 le 24,
+ 65.174.121.0/20 le 24,
+ 65.174.83.0/20 le 24,
+ 65.174.129.0/20 le 24,
+ 65.168.163.0/16 le 24,
+ 65.189.93.0/15 le 24,
+ 65.190.71.0/21 le 24,
+ 65.190.107.0/24,
+ 65.190.32.0/22 le 24,
+ 65.190.30.0/22 le 24,
+ 65.190.156.0/22 le 24,
+ 65.190.184.0/21 le 24,
+ 65.190.197.0/21 le 24,
+ 65.191.234.0/22 le 24,
+ 65.191.192.0/21 le 24,
+ 65.191.162.0/21 le 24,
+ 65.191.76.0/21 le 24,
+ 65.184.231.0/19 le 24,
+ 65.185.84.0/17 le 24,
+ 65.132.1.0/22 le 24,
+ 65.132.223.0/18 le 24,
+ 65.133.51.0/17 le 24,
+ 65.133.246.0/24,
+ 65.133.255.0/22 le 24,
+ 65.133.233.0/20 le 24,
+ 65.133.177.0/24,
+ 65.133.147.0/21 le 24,
+ 65.137.26.0/19 le 24,
+ 65.136.101.0/18 le 24,
+ 65.139.226.0/16 le 24,
+ 65.142.192.0/24,
+ 65.142.125.0/24,
+ 65.140.120.0/18 ge 19 le 24,
+ 65.149.218.0/18 le 24,
+ 65.150.199.0/20 le 24,
+ 65.150.171.0/20 le 24,
+ 65.150.88.0/20 le 24,
+ 65.150.65.0/24,
+ 65.150.102.0/24,
+ 65.146.216.0/22 le 24,
+ 65.146.194.0/22 le 24,
+ 65.146.226.0/22 le 24,
+ 65.146.153.0/24,
+ 65.146.147.0/21 le 24,
+ 65.146.175.0/21 le 24,
+ 65.146.110.0/21 le 24,
+ 65.147.21.0/21 le 24,
+ 65.147.49.0/24,
+ 65.147.61.0/21 le 24,
+ 65.147.72.0/21 le 24,
+ 65.147.91.0/22 le 24,
+ 65.147.158.0/21 le 24,
+ 65.147.129.0/22 le 24,
+ 65.147.197.0/22 le 24,
+ 65.147.242.0/21 le 24,
+ 65.145.64.0/19 le 24,
+ 65.159.41.0/24,
+ 65.159.100.0/18 ge 19 le 24,
+ 65.159.255.0/24,
+ 65.159.253.0/24,
+ 65.159.250.0/24,
+ 65.159.248.0/24,
+ 65.159.242.0/24,
+ 65.159.247.0/24,
+ 65.159.237.0/24,
+ 65.159.234.0/24,
+ 65.159.232.0/23 ge 24 le 24,
+ 65.158.82.0/24,
+ 65.158.237.0/20 le 24,
+ 65.152.108.0/21 le 24,
+ 65.152.65.0/24,
+ 65.152.69.0/23 ge 24 le 24,
+ 65.152.13.0/21 le 24,
+ 65.152.237.0/24,
+ 65.152.251.0/22 le 24,
+ 65.153.85.0/22 le 24,
+ 65.153.54.0/21 le 24,
+ 65.153.253.0/21 le 24,
+ 65.153.212.0/24,
+ 65.153.208.0/24,
+ 65.153.201.0/22 le 24,
+ 65.153.175.0/21 le 24,
+ 65.153.141.0/24,
+ 64.58.250.0/21 le 24,
+ 66.70.145.0/24,
+ 66.69.112.0/23 ge 24 le 24,
+ 66.99.98.0/22 ge 24 le 24,
+ 66.99.100.0/23 le 24,
+ 66.99.102.0/23 ge 24 le 24,
+ 66.99.106.0/24,
+ 66.99.110.0/24,
+ 67.241.42.0/18 le 24,
+ 67.66.42.0/19 le 24,
+ 67.64.135.0/24,
+ 67.64.200.0/24,
+ 67.64.240.0/19 le 24,
+ 67.64.60.0/24,
+ 67.64.42.0/24,
+ 67.65.160.0/17 ge 18 le 24,
+ 67.75.53.0/20 le 24,
+ 67.75.11.0/24,
+ 67.72.135.0/18 le 24,
+ 67.76.163.0/16 le 24,
+ 67.115.115.0/16 le 24,
+ 67.114.167.0/24,
+ 67.114.164.0/24,
+ 67.114.150.0/23 le 24,
+ 67.114.197.0/20 le 24,
+ 67.114.120.0/20 le 24,
+ 67.116.127.0/19 le 24,
+ 67.116.156.0/20 le 24,
+ 67.116.133.0/21 le 24,
+ 67.122.163.0/23 le 24,
+ 67.98.169.0/21 ge 22 le 24,
+ 67.98.165.0/21 le 24,
+ 67.98.61.0/18 le 24,
+ 67.103.127.0/19 le 24,
+ 67.100.18.0/20 le 24,
+ 67.100.185.0/20 le 24,
+ 67.109.124.0/23 le 24,
+ 70.16.85.0/22 ge 24 le 24,
+ 70.16.81.0/24,
+ 70.16.82.0/23 ge 24 le 24,
+ 70.16.92.0/24,
+ 70.16.94.0/24,
+ 70.16.89.0/22 ge 24 le 24,
+ 70.16.99.0/20 le 24,
+ 70.16.216.0/20 le 24,
+ 70.22.7.0/18 ge 19 le 24,
+ 70.21.172.0/16 le 24,
+ 70.151.63.0/20 le 24,
+ 70.151.82.0/20 le 24,
+ 70.151.194.0/20 le 24,
+ 70.150.121.0/20 le 24,
+ 70.150.210.0/20 le 24,
+ 70.150.160.0/20 le 24,
+ 70.149.225.0/18 le 24,
+ 70.149.119.0/18 le 24,
+ 70.144.144.0/20 le 24,
+ 70.144.253.0/20 le 24,
+ 70.144.214.0/19 ge 20 le 24,
+ 70.146.237.0/19 le 24,
+ 70.154.182.0/20 le 24,
+ 70.157.222.0/23 le 24,
+ 70.157.207.0/23 ge 24 le 24,
+ 70.157.232.0/20 le 24,
+ 71.209.9.0/22 le 24,
+ 71.202.33.0/22 le 24,
+ 71.203.130.0/22 le 24,
+ 71.37.135.0/24,
+ 71.37.143.0/22 le 24,
+ 71.37.137.0/23 le 24,
+ 71.37.215.0/21 ge 23 le 24,
+ 71.37.194.0/23 le 24,
+ 71.37.199.0/23 le 24,
+ 71.98.219.0/24,
+ 71.98.216.0/24,
+ 71.66.138.0/21 le 24,
+ 71.69.207.0/22 le 24,
+ 68.201.51.0/21 le 24,
+ 68.235.116.0/24,
+ 68.235.32.0/20 le 24,
+ 68.235.194.0/21 le 24,
+ 68.235.205.0/21 ge 22 le 24,
+ 68.235.245.0/21 le 24,
+ 68.254.221.0/20 le 24,
+ 68.249.21.0/17 le 24,
+ 68.248.245.0/16 le 24,
+ 68.142.87.0/19 le 24,
+ 68.150.96.0/22 ge 24 le 24,
+ 68.150.100.0/23 ge 24 le 24,
+ 68.150.103.0/24,
+ 68.151.49.0/19 le 24,
+ 68.28.1.0/24,
+ 68.28.4.0/23 ge 24 le 24,
+ 68.28.30.0/24,
+ 68.28.99.0/24,
+ 68.28.110.0/24,
+ 68.28.179.0/24,
+ 68.28.182.0/24,
+ 68.28.140.0/24,
+ 68.28.230.0/24,
+ 68.84.29.0/20 ge 22 le 24,
+ 68.84.1.0/22 le 24,
+ 68.86.21.0/20 le 24,
+ 69.7.73.0/24,
+ 69.1.134.0/19 le 24,
+ 69.1.206.0/24,
+ 69.43.155.0/18 le 24,
+ 69.206.236.0/21 le 24,
+ 69.252.130.0/21 ge 24 le 24,
+ 69.252.143.0/24,
+ 69.252.140.0/24,
+ 69.252.136.0/22 ge 24 le 24,
+ 89.121.25.0/19 ge 21 le 24,
+ 89.121.55.0/21 le 24,
+ 89.120.198.0/23 le 24,
+ 89.120.206.0/23 le 24,
+ 89.126.43.0/20 le 24,
+ 89.66.30.0/22 le 24,
+ 89.66.21.0/21 ge 22 le 24,
+ 89.66.77.0/24,
+ 89.66.74.0/23 ge 24 le 24,
+ 89.178.47.0/24,
+ 89.219.206.0/22 ge 24 le 24,
+ 89.219.199.0/24,
+ 89.219.194.0/23 ge 24 le 24,
+ 89.219.217.0/24,
+ 89.219.215.0/24,
+ 89.219.210.0/24,
+ 89.219.249.0/19 le 24,
+ 89.217.209.0/16 le 24,
+ 89.216.73.0/17 le 24,
+ 89.202.44.0/20 le 24,
+ 88.191.6.0/24,
+ 88.175.81.0/23 le 24,
+ 88.175.86.0/23 le 24,
+ 88.175.93.0/24,
+ 88.175.72.0/24,
+ 88.175.69.0/24,
+ 88.175.66.0/24,
+ 88.175.244.0/22 le 24,
+ 88.175.209.0/20 ge 22 le 24,
+ 88.175.198.0/21 le 24,
+ 88.175.205.0/21 ge 22 le 24,
+ 88.172.152.0/17 le 24,
+ 88.161.41.0/17 le 24,
+ 88.158.168.0/20 ge 22 le 24,
+ 88.158.179.0/21 ge 22 le 24,
+ 88.158.189.0/22 le 24,
+ 88.158.186.0/24,
+ 88.147.7.0/20 le 24,
+ 88.149.8.0/19 le 24,
+ 88.115.218.0/22 ge 24 le 24,
+ 88.85.163.0/11 ge 16 le 24,
+ 88.44.103.0/22 ge 24 le 24,
+ 88.48.74.0/24,
+ 88.48.249.0/24,
+ 88.21.34.0/14 le 24,
+ 90.70.27.0/24,
+ 90.69.145.0/24,
+ 90.69.146.0/23 ge 24 le 24,
+ 90.24.25.0/24,
+ 90.51.151.0/18 le 24,
+ 90.48.255.0/21 le 24,
+ 90.48.246.0/24,
+ 90.48.240.0/24,
+ 90.48.242.0/23 ge 24 le 24,
+ 90.34.231.0/19 ge 24 le 24,
+ 90.34.156.0/19 ge 24 le 24,
+ 90.34.91.0/24,
+ 90.35.76.0/24,
+ 90.35.72.0/24,
+ 90.37.187.0/18 le 24,
+ 90.210.63.0/21 le 24,
+ 90.214.236.0/21 le 24,
+ 90.222.75.0/21 ge 22 le 24,
+ 90.222.70.0/21 le 24,
+ 90.222.188.0/21 le 24,
+ 90.220.179.0/22 le 24,
+ 90.129.180.0/19 le 24,
+ 90.128.68.0/20 le 24,
+ 91.82.44.0/20 le 24,
+ 91.115.252.0/21 le 24,
+ 91.33.248.0/24,
+ 91.33.134.0/19 le 24,
+ 91.32.154.0/18 le 24,
+ 91.28.239.0/19 le 24,
+ 91.132.90.0/22 ge 23 le 24,
+ 91.132.135.0/17 le 24,
+ 91.133.90.0/16 le 24,
+ 91.164.8.0/22 ge 24 le 24,
+ 91.164.15.0/23 ge 24 le 24,
+ 91.164.12.0/24,
+ 91.166.166.0/19 le 24,
+ 91.167.32.0/20 le 24,
+ 91.167.109.0/20 le 24,
+ 91.178.27.0/24,
+ 94.185.168.0/21 le 24,
+ 94.136.57.0/21 le 24,
+ 94.136.26.0/24,
+ 94.136.217.0/17 le 24,
+ 94.251.39.0/19 le 24,
+ 94.251.7.0/22 le 24,
+ 94.251.106.0/21 ge 22 le 24,
+ 94.252.122.0/24,
+ 94.236.2.0/17 le 24,
+ 94.116.224.0/16 le 24,
+ 94.101.64.0/16 le 24,
+ 94.106.42.0/15 le 24,
+ 94.34.76.0/23 ge 24 le 24,
+ 94.34.78.0/24,
+ 94.34.72.0/24,
+ 94.34.74.0/23 ge 24 le 24,
+ 94.34.64.0/24,
+ 94.34.82.0/20 ge 21 le 24,
+ 94.34.240.0/24,
+ 94.34.202.0/22 le 24,
+ 94.47.113.0/22 le 24,
+ 94.47.45.0/22 le 24,
+ 94.47.12.0/22 le 24,
+ 94.47.154.0/22 ge 23 le 24,
+ 94.47.158.0/23 ge 24 le 24,
+ 94.47.157.0/23 le 24,
+ 94.57.245.0/24,
+ 94.10.165.0/20 le 24,
+ 94.13.161.0/17 le 24,
+ 95.115.139.0/21 le 24,
+ 95.115.37.0/21 le 24,
+ 95.92.139.0/18 le 24,
+ 95.83.121.0/19 le 24,
+ 95.62.175.0/20 le 24,
+ 95.62.91.0/19 le 24,
+ 95.62.45.0/19 le 24,
+ 95.22.169.0/21 le 24,
+ 95.22.114.0/24,
+ 95.22.39.0/19 ge 21 le 24,
+ 95.22.18.0/22 le 24,
+ 95.27.180.0/20 le 24,
+ 95.6.218.0/23 ge 24 le 24,
+ 95.6.217.0/24,
+ 95.6.221.0/22 ge 24 le 24,
+ 95.5.137.0/22 le 24,
+ 95.5.131.0/22 le 24,
+ 93.102.197.0/22 ge 23 le 24,
+ 93.102.195.0/24,
+ 93.102.134.0/21 le 24,
+ 93.102.136.0/24,
+ 93.102.145.0/23 le 24,
+ 93.98.24.0/22 le 24,
+ 93.34.30.0/21 le 24,
+ 93.34.18.0/21 ge 22 le 24,
+ 93.53.37.0/24,
+ 93.61.205.0/21 le 24,
+ 93.31.215.0/21 le 24,
+ 93.31.255.0/22 le 24,
+ 93.30.168.0/24,
+ 93.30.229.0/24,
+ 93.19.174.0/18 le 24,
+ 93.19.123.0/21 le 24,
+ 93.19.118.0/23 le 24,
+ 93.19.113.0/22 ge 24 le 24,
+ 93.19.15.0/21 ge 22 le 24,
+ 93.19.24.0/22 le 24,
+ 93.19.16.0/21 ge 22 le 24,
+ 93.145.18.0/24,
+ 93.145.89.0/24,
+ 93.145.116.0/24,
+ 93.146.102.0/23 le 24,
+ 93.159.110.0/14 le 24,
+ 93.168.108.0/19 le 24,
+ 93.168.24.0/21 le 24,
+ 93.173.102.0/22 ge 24 le 24,
+ 93.173.126.0/24,
+ 93.173.39.0/23 le 24,
+ 93.173.50.0/24,
+ 93.173.61.0/24,
+ 93.173.56.0/24,
+ 93.173.17.0/24,
+ 93.173.7.0/23 ge 24 le 24,
+ 93.255.23.0/20 le 24,
+ 93.255.55.0/22 ge 24 le 24,
+ 93.255.39.0/21 le 24,
+ 93.255.40.0/24,
+ 93.255.101.0/24,
+ 93.255.120.0/20 le 24,
+ 93.253.119.0/21 le 24,
+ 93.253.187.0/22 le 24,
+ 93.253.183.0/24,
+ 93.253.161.0/24,
+ 93.232.221.0/24,
+ 93.232.222.0/24,
+ 92.131.68.0/21 le 24,
+ 92.143.95.0/16 le 24,
+ 92.138.24.0/20 le 24,
+ 92.138.249.0/20 le 24,
+ 92.155.84.0/19 le 24,
+ 92.152.156.0/21 le 24,
+ 92.144.103.0/19 le 24,
+ 92.148.91.0/18 le 24,
+ 92.148.5.0/18 ge 19 le 24,
+ 92.148.231.0/19 ge 20 le 24,
+ 92.148.212.0/22 le 24,
+ 92.148.211.0/22 ge 23 le 24,
+ 92.148.221.0/21 ge 23 le 24,
+ 92.148.194.0/20 ge 23 le 24,
+ 92.148.139.0/19 ge 23 le 24,
+ 92.148.186.0/21 ge 23 le 24,
+ 92.149.195.0/24,
+ 92.151.223.0/24,
+ 92.151.215.0/24,
+ 92.151.213.0/24,
+ 92.151.166.0/21 le 24,
+ 92.187.73.0/20 le 24,
+ 92.187.82.0/21 ge 22 le 24,
+ 92.187.95.0/22 le 24,
+ 92.186.122.0/22 le 24,
+ 92.186.70.0/24,
+ 92.190.219.0/24,
+ 92.190.206.0/24,
+ 92.191.193.0/22 ge 24 le 24,
+ 92.169.218.0/22 le 24,
+ 92.169.221.0/23 le 24,
+ 92.169.222.0/24,
+ 92.173.113.0/20 le 24,
+ 92.218.245.0/24,
+ 92.218.160.0/21 le 24,
+ 92.215.23.0/24,
+ 92.215.28.0/24,
+ 92.252.94.0/16 le 24,
+ 92.228.249.0/24,
+ 87.102.140.0/16 le 24,
+ 87.103.254.0/18 le 24,
+ 87.103.64.0/24,
+ 87.103.69.0/24,
+ 87.103.71.0/24,
+ 87.101.209.0/23 le 24,
+ 87.91.7.0/20 le 24,
+ 87.47.226.0/20 le 24,
+ 87.47.161.0/24,
+ 87.47.163.0/23 ge 24 le 24,
+ 87.47.164.0/24,
+ 87.47.136.0/24,
+ 87.47.141.0/24,
+ 87.47.131.0/24,
+ 87.47.154.0/24,
+ 87.47.158.0/23 ge 24 le 24,
+ 87.47.157.0/24,
+ 87.47.144.0/23 ge 24 le 24,
+ 87.47.146.0/24,
+ 87.52.56.0/18 le 24,
+ 87.52.78.0/24,
+ 87.49.54.0/21 le 24,
+ 87.237.231.0/20 le 24,
+ 87.237.243.0/24,
+ 87.237.248.0/24,
+ 87.237.251.0/24,
+ 87.237.252.0/23 ge 24 le 24,
+ 87.232.141.0/22 le 24,
+ 87.232.133.0/21 le 24,
+ 86.182.113.0/21 le 24,
+ 86.182.247.0/21 le 24,
+ 86.176.207.0/21 le 24,
+ 86.190.217.0/21 ge 23 le 24,
+ 86.190.165.0/18 le 24,
+ 86.240.173.0/23 le 24,
+ 86.240.108.0/24,
+ 86.197.128.0/15 le 24,
+ 86.193.176.0/19 ge 20 le 24,
+ 86.192.111.0/24,
+ 86.223.162.0/19 le 24,
+ 86.60.48.0/24,
+ 86.39.10.0/23 ge 24 le 24,
+ 86.77.135.0/20 le 24,
+ 86.96.201.0/24,
+ 85.80.229.0/20 le 24,
+ 85.93.13.0/24,
+ 85.93.103.0/24,
+ 85.94.34.0/23 le 24,
+ 85.94.22.0/23 le 24,
+ 85.94.28.0/24,
+ 85.94.110.0/23 le 24,
+ 85.94.109.0/24,
+ 85.94.105.0/24,
+ 85.94.229.0/23 le 24,
+ 85.94.237.0/23 le 24,
+ 85.94.232.0/22 le 24,
+ 85.94.247.0/21 ge 23 le 24,
+ 85.94.254.0/21 le 24,
+ 85.94.196.0/22 le 24,
+ 85.94.141.0/23 le 24,
+ 85.94.142.0/24,
+ 85.94.148.0/22 ge 23 le 24,
+ 85.94.190.0/22 ge 23 le 24,
+ 85.94.167.0/23 le 24,
+ 85.94.165.0/23 ge 24 le 24,
+ 85.94.173.0/21 ge 23 le 24,
+ 85.110.196.0/20 le 24,
+ 85.105.187.0/24,
+ 85.104.128.0/24,
+ 85.55.99.0/24,
+ 85.37.8.0/20 le 24,
+ 85.144.178.0/24,
+ 85.131.214.0/18 le 24,
+ 85.129.7.0/24,
+ 85.137.79.0/24,
+ 85.247.40.0/24,
+ 85.246.12.0/21 le 24,
+ 85.246.94.0/18 ge 19 le 24,
+ 85.244.204.0/19 ge 20 le 24,
+ 85.197.138.0/21 le 24,
+ 85.198.79.0/22 le 24,
+ 85.198.118.0/19 le 24,
+ 84.1.88.0/24,
+ 84.30.228.0/12 ge 16 le 24,
+ 84.42.77.0/24,
+ 84.42.78.0/23 ge 24 le 24,
+ 84.42.221.0/24,
+ 84.111.56.0/24,
+ 84.102.2.0/23 le 24,
+ 84.102.17.0/21 le 24,
+ 84.219.79.0/21 le 24,
+ 84.241.123.0/21 le 24,
+ 84.169.153.0/21 le 24,
+ 84.167.188.0/22 le 24,
+ 84.167.126.0/22 le 24,
+ 83.26.29.0/22 le 24,
+ 83.24.116.0/20 le 24,
+ 83.24.96.0/21 le 24,
+ 83.24.167.0/18 le 24,
+ 83.41.216.0/23 le 24,
+ 83.119.2.0/24,
+ 83.119.0.0/23 ge 24 le 24,
+ 83.95.232.0/24,
+ 83.94.25.0/24,
+ 83.89.66.0/22 ge 24 le 24,
+ 83.88.127.0/24,
+ 83.202.238.0/22 ge 24 le 24,
+ 83.194.79.0/24,
+ 83.199.89.0/16 le 24,
+ 83.197.37.0/24,
+ 83.197.44.0/21 le 24,
+ 83.197.62.0/24,
+ 83.197.31.0/19 le 24,
+ 83.197.222.0/18 le 24,
+ 83.197.130.0/19 le 24,
+ 83.147.45.0/17 le 24,
+ 83.162.95.0/19 le 24,
+ 82.0.83.0/21 le 24,
+ 82.26.72.0/24,
+ 82.40.56.0/23 ge 24 le 24,
+ 82.40.59.0/23 le 24,
+ 82.40.63.0/23 le 24,
+ 82.40.60.0/24,
+ 82.40.49.0/22 le 24,
+ 82.40.53.0/24,
+ 82.40.35.0/23 le 24,
+ 82.40.36.0/22 le 24,
+ 82.44.216.0/24,
+ 82.44.218.0/24,
+ 82.157.32.0/17 le 24,
+ 82.158.168.0/24,
+ 82.168.74.0/16 le 24,
+ 82.183.52.0/20 le 24,
+ 81.215.220.0/24,
+ 151.230.26.0/24,
+ 151.231.64.0/16 le 24,
+ 151.234.103.0/16 le 24,
+ 151.232.249.0/16 le 24,
+ 151.238.203.0/16 le 24,
+ 151.254.7.0/16 le 24,
+ 151.247.123.0/16 le 24,
+ 151.242.125.0/16 le 24,
+ 151.208.76.0/16 le 24,
+ 151.219.201.0/16 le 24,
+ 151.196.107.0/16 le 24,
+ 151.165.253.0/16 le 24,
+ 151.182.37.0/16 le 24,
+ 151.128.139.0/15 ge 16 le 24,
+ 151.116.26.0/23 le 24,
+ 151.116.31.0/22 le 24,
+ 151.116.17.0/21 le 24,
+ 151.116.11.0/20 le 24,
+ 151.116.117.0/21 le 24,
+ 151.116.95.0/23 le 24,
+ 151.115.182.0/24,
+ 151.115.136.0/24,
+ 151.114.154.0/16 le 24,
+ 151.125.114.0/16 le 24,
+ 151.104.127.0/22 le 24,
+ 151.84.186.0/16 le 24,
+ 151.94.73.0/15 ge 16 le 24,
+ 151.92.39.0/16 le 24,
+ 151.70.192.0/16 le 24,
+ 151.67.97.0/20 le 24,
+ 151.26.16.0/16 le 24,
+ 151.31.230.0/16 le 24,
+ 151.30.176.0/23 le 24,
+ 151.30.209.0/24,
+ 151.30.121.0/24,
+ 151.30.58.0/24,
+ 151.30.8.0/23 le 24,
+ 151.30.10.0/24,
+ 151.30.6.0/24,
+ 151.30.24.0/24,
+ 151.18.108.0/22 le 24,
+ 151.20.33.0/16 le 24,
+ 151.8.160.0/15 ge 16 le 24,
+ 151.12.211.0/22 le 24,
+ 151.3.196.0/16 le 24,
+ 151.5.17.0/16 le 24,
+ 151.51.38.0/16 le 24,
+ 151.61.208.0/16 le 24,
+ 151.36.171.0/16 le 24,
+ 151.44.133.0/16 le 24,
+ 150.235.228.0/16 le 24,
+ 150.237.157.0/24,
+ 150.228.96.0/16 le 24,
+ 150.207.190.0/16 le 24,
+ 150.212.91.0/16 le 24,
+ 150.151.32.0/16 le 24,
+ 150.155.251.0/16 le 24,
+ 150.157.35.0/16 le 24,
+ 150.138.78.0/16 le 24,
+ 150.136.4.0/16 le 24,
+ 150.132.230.0/20 le 24,
+ 150.132.248.0/21 le 24,
+ 150.132.244.0/24,
+ 150.132.204.0/21 le 24,
+ 150.132.217.0/20 le 24,
+ 150.132.164.0/18 le 24,
+ 150.132.31.0/20 le 24,
+ 150.132.104.0/22 le 24,
+ 150.132.92.0/19 le 24,
+ 150.131.105.0/16 le 24,
+ 150.177.78.0/16 le 24,
+ 150.180.43.0/16 le 24,
+ 150.187.124.0/16 le 24,
+ 150.162.184.0/16 le 24,
+ 150.103.255.0/16 le 24,
+ 150.117.85.0/15 ge 16 le 24,
+ 150.119.242.0/16 le 24,
+ 150.112.55.0/15 ge 16 le 24,
+ 150.115.242.0/15 le 24,
+ 150.122.110.0/15 ge 16 le 24,
+ 150.120.40.0/16 le 24,
+ 150.121.50.0/18 le 24,
+ 150.121.229.0/17 ge 18 le 24,
+ 150.126.167.0/17 ge 18 le 24,
+ 150.126.81.0/17 le 24,
+ 150.127.17.0/21 ge 22 le 24,
+ 150.127.28.0/21 le 24,
+ 150.127.9.0/20 le 24,
+ 150.127.48.0/21 le 24,
+ 150.127.82.0/19 le 24,
+ 150.127.102.0/20 le 24,
+ 150.127.234.0/17 le 24,
+ 150.125.191.0/16 le 24,
+ 150.69.150.0/15 ge 16 le 24,
+ 150.90.215.0/16 le 24,
+ 150.36.200.0/16 le 24,
+ 150.33.13.0/20 le 24,
+ 150.33.28.0/20 ge 23 le 24,
+ 150.33.38.0/21 le 24,
+ 150.33.40.0/21 ge 23 le 24,
+ 150.33.52.0/22 ge 23 le 24,
+ 150.33.48.0/22 le 24,
+ 150.33.63.0/21 le 24,
+ 150.33.95.0/21 ge 24 le 24,
+ 150.33.70.0/20 le 24,
+ 150.33.163.0/23 le 24,
+ 150.33.133.0/22 le 24,
+ 150.33.129.0/24,
+ 150.33.248.0/18 le 24,
+ 150.35.140.0/18 le 24,
+ 150.35.204.0/19 le 24,
+ 150.35.87.0/24,
+ 150.35.115.0/19 le 24,
+ 150.35.38.0/19 le 24,
+ 150.35.21.0/20 le 24,
+ 150.35.10.0/21 le 24,
+ 150.35.4.0/22 le 24,
+ 150.35.3.0/23 le 24,
+ 150.35.0.0/24,
+ 150.14.100.0/16 le 24,
+ 150.15.195.0/18 ge 20 le 24,
+ 150.15.160.0/19 le 24,
+ 150.15.152.0/23 le 24,
+ 150.15.155.0/23 ge 24 le 24,
+ 150.15.157.0/22 ge 23 le 24,
+ 150.15.148.0/21 le 24,
+ 150.15.140.0/21 ge 22 le 24,
+ 150.15.134.0/21 le 24,
+ 150.15.54.0/17 le 24,
+ 150.6.23.0/16 le 24,
+ 150.16.65.0/16 le 24,
+ 148.81.35.0/16 le 24,
+ 148.117.42.0/24,
+ 148.100.80.0/16 le 24,
+ 148.63.64.0/16 le 24,
+ 148.29.105.0/24,
+ 148.17.58.0/16 le 24,
+ 148.6.123.0/23 ge 24 le 24,
+ 148.13.162.0/15 ge 16 le 24,
+ 148.184.77.0/16 le 24,
+ 148.189.172.0/16 le 24,
+ 148.142.129.0/16 le 24,
+ 148.140.19.0/16 le 24,
+ 148.136.65.0/16 le 24,
+ 148.146.48.0/16 le 24,
+ 148.147.119.0/23 ge 24 le 24,
+ 148.149.237.0/16 le 24,
+ 148.246.226.0/16 le 24,
+ 148.234.45.0/16 le 24,
+ 148.201.244.0/16 le 24,
+ 149.224.83.0/24,
+ 149.224.81.0/23 ge 24 le 24,
+ 149.224.91.0/22 le 24,
+ 149.181.21.0/16 le 24,
+ 149.179.149.0/16 le 24,
+ 149.150.160.0/16 le 24,
+ 149.131.23.0/16 le 24,
+ 149.85.201.0/24,
+ 149.64.83.0/16 le 24,
+ 149.71.152.0/16 le 24,
+ 149.101.174.0/24,
+ 149.101.171.0/24,
+ 149.101.168.0/24,
+ 149.101.163.0/24,
+ 149.105.38.0/16 le 24,
+ 149.112.145.0/16 le 24,
+ 149.126.177.0/16 le 24,
+ 149.21.109.0/16 le 24,
+ 149.6.33.0/22 le 24,
+ 149.62.94.0/24,
+ 149.62.92.0/23 ge 24 le 24,
+ 149.62.80.0/24,
+ 149.51.11.0/24,
+ 149.38.201.0/16 le 24,
+ 149.34.32.0/16 le 24,
+ 145.139.47.0/16 le 24,
+ 145.143.206.0/16 le 24,
+ 145.148.56.0/16 le 24,
+ 145.156.237.0/24,
+ 145.217.236.0/15 ge 16 le 24,
+ 145.224.243.0/24,
+ 145.226.150.0/16 le 24,
+ 147.181.104.0/21 le 24,
+ 147.166.28.0/16 le 24,
+ 147.246.164.0/16 le 24,
+ 147.241.38.0/16 le 24,
+ 147.198.159.0/16 le 24,
+ 147.195.252.0/24,
+ 147.201.10.0/16 le 24,
+ 147.203.30.0/16 le 24,
+ 147.87.224.0/16 ge 17 le 24,
+ 147.79.134.0/24,
+ 147.79.128.0/23 le 24,
+ 147.79.136.0/23 le 24,
+ 147.98.239.0/24,
+ 147.98.104.0/23 ge 24 le 24,
+ 147.98.106.0/24,
+ 147.98.108.0/24,
+ 147.98.117.0/24,
+ 147.98.112.0/24,
+ 147.98.114.0/24,
+ 147.98.124.0/22 le 24,
+ 147.98.121.0/23 le 24,
+ 147.98.91.0/24,
+ 147.98.88.0/23 le 24,
+ 147.98.87.0/23 le 24,
+ 147.98.82.0/22 le 24,
+ 147.98.72.0/22 le 24,
+ 147.98.77.0/24,
+ 147.98.79.0/23 le 24,
+ 147.98.64.0/23 ge 24 le 24,
+ 147.98.68.0/24,
+ 147.9.37.0/15 ge 16 le 24,
+ 147.10.155.0/24,
+ 147.10.207.0/23 le 24,
+ 147.10.236.0/23 le 24,
+ 147.10.225.0/22 ge 24 le 24,
+ 147.10.240.0/24,
+ 147.10.89.0/22 le 24,
+ 147.10.84.0/23 le 24,
+ 147.6.175.0/22 le 24,
+ 147.6.129.0/22 le 24,
+ 147.6.155.0/22 le 24,
+ 147.6.148.0/21 le 24,
+ 147.6.208.0/21 le 24,
+ 147.6.30.0/21 le 24,
+ 147.6.21.0/22 le 24,
+ 147.44.67.0/16 le 24,
+ 146.89.61.0/17 le 24,
+ 146.107.255.0/22 le 24,
+ 146.107.218.0/24,
+ 146.107.214.0/24,
+ 146.107.192.0/22 le 24,
+ 146.1.29.0/20 le 24,
+ 146.1.126.0/22 le 24,
+ 146.1.79.0/22 le 24,
+ 146.1.228.0/23 le 24,
+ 146.1.161.0/21 le 24,
+ 146.42.6.0/24,
+ 146.42.27.0/23 le 24,
+ 146.181.65.0/24,
+ 146.163.33.0/24,
+ 146.163.36.0/24,
+ 146.163.41.0/24,
+ 146.163.43.0/24,
+ 156.8.218.0/24,
+ 156.240.113.0/22 le 24,
+ 156.240.89.0/19 le 24,
+ 156.235.63.0/21 le 24,
+ 156.228.84.0/16 ge 17 le 24,
+ 156.212.137.0/16 le 24,
+ 156.223.16.0/24,
+ 156.131.70.0/24,
+ 156.188.56.0/24,
+ 157.151.186.0/16 le 24,
+ 157.144.110.0/16 le 24,
+ 157.146.142.0/16 le 24,
+ 157.154.212.0/24,
+ 157.154.197.0/24,
+ 157.154.243.0/24,
+ 157.154.253.0/23 ge 24 le 24,
+ 157.154.250.0/24,
+ 157.154.249.0/24,
+ 157.154.128.0/22 le 24,
+ 157.154.101.0/22 le 24,
+ 157.196.70.0/24,
+ 157.196.66.0/22 le 24,
+ 157.196.72.0/22 le 24,
+ 157.196.77.0/24,
+ 157.199.199.0/16 le 24,
+ 157.203.197.0/16 le 24,
+ 157.222.168.0/23 le 24,
+ 157.235.13.0/16 le 24,
+ 157.18.139.0/16 le 24,
+ 157.4.174.0/16 le 24,
+ 157.110.152.0/16 le 24,
+ 157.121.212.0/16 le 24,
+ 157.89.82.0/24,
+ 157.77.91.0/16 ge 17 le 24,
+ 158.20.238.0/16 le 24,
+ 158.60.146.0/16 le 24,
+ 158.59.212.0/23 ge 24 le 24,
+ 158.32.143.0/22 ge 24 le 24,
+ 158.107.200.0/16 le 24,
+ 158.81.200.0/24,
+ 158.93.161.0/16 le 24,
+ 158.94.217.0/24,
+ 158.94.222.0/24,
+ 158.78.34.0/16 le 24,
+ 158.69.41.0/24,
+ 158.198.229.0/20 le 24,
+ 158.198.162.0/19 le 24,
+ 158.158.85.0/24,
+ 158.145.156.0/22 le 24,
+ 158.175.107.0/24,
+ 158.175.85.0/21 le 24,
+ 158.175.88.0/23 le 24,
+ 158.179.61.0/20 le 24,
+ 158.180.83.0/16 le 24,
+ 158.186.190.0/18 le 24,
+ 159.96.61.0/24,
+ 159.96.38.0/22 le 24,
+ 159.96.120.0/22 le 24,
+ 159.107.74.0/23 le 24,
+ 159.118.243.0/22 le 24,
+ 159.118.39.0/22 le 24,
+ 159.73.103.0/22 le 24,
+ 159.75.135.0/16 le 24,
+ 159.38.61.0/24,
+ 159.38.47.0/24,
+ 159.38.76.0/22 ge 24 le 24,
+ 159.32.116.0/16 le 24,
+ 159.46.164.0/16 le 24,
+ 159.29.196.0/16 le 24,
+ 159.144.57.0/20 le 24,
+ 159.153.45.0/20 le 24,
+ 159.153.87.0/19 le 24,
+ 159.153.103.0/20 le 24,
+ 159.138.65.0/16 le 24,
+ 159.134.14.0/19 le 24,
+ 159.134.35.0/22 le 24,
+ 159.134.49.0/23 le 24,
+ 159.134.50.0/23 ge 24 le 24,
+ 159.134.108.0/24,
+ 159.134.105.0/23 le 24,
+ 159.187.39.0/20 le 24,
+ 159.178.146.0/16 ge 17 le 24,
+ 159.182.153.0/18 le 24,
+ 159.204.175.0/16 le 24,
+ 155.39.66.0/20 le 24,
+ 155.37.36.0/22 ge 24 le 24,
+ 155.37.34.0/24,
+ 155.37.32.0/23 ge 24 le 24,
+ 155.37.42.0/21 ge 24 le 24,
+ 155.37.59.0/24,
+ 155.36.171.0/24,
+ 155.36.173.0/24,
+ 155.36.174.0/23 ge 24 le 24,
+ 155.36.90.0/21 le 24,
+ 155.33.239.0/16 le 24,
+ 155.23.9.0/22 le 24,
+ 155.158.227.0/16 le 24,
+ 155.143.52.0/16 le 24,
+ 155.129.37.0/16 le 24,
+ 155.237.128.0/16 le 24,
+ 155.252.214.0/16 le 24,
+ 155.211.210.0/24,
+ 155.216.206.0/16 le 24,
+ 154.233.69.0/22 le 24,
+ 154.233.118.0/21 ge 22 le 24,
+ 154.233.134.0/22 ge 24 le 24,
+ 154.233.139.0/24,
+ 154.233.163.0/22 ge 24 le 24,
+ 154.233.244.0/22 ge 24 le 24,
+ 154.236.164.0/18 le 24,
+ 154.236.106.0/24,
+ 154.254.93.0/20 le 24,
+ 154.254.96.0/20 ge 21 le 24,
+ 154.248.104.0/16 le 24,
+ 154.250.46.0/24,
+ 154.70.224.0/16 le 24,
+ 154.71.1.0/19 ge 20 le 24,
+ 154.92.181.0/16 le 24,
+ 154.93.187.0/19 le 24,
+ 154.93.140.0/19 ge 20 le 24,
+ 154.93.227.0/20 le 24,
+ 154.93.254.0/22 ge 23 le 24,
+ 154.93.251.0/23 ge 24 le 24,
+ 154.93.222.0/19 ge 20 le 24,
+ 154.93.47.0/19 ge 20 le 24,
+ 154.94.14.0/16 ge 17 le 24,
+ 154.126.226.0/16 le 24,
+ 154.27.216.0/24,
+ 154.27.96.0/20 le 24,
+ 154.27.25.0/24,
+ 154.27.1.0/24,
+ 154.40.83.0/24,
+ 154.38.119.0/16 le 24,
+ 153.134.104.0/20 le 24,
+ 153.134.234.0/20 ge 21 le 24,
+ 153.134.254.0/20 le 24,
+ 153.130.139.0/19 le 24,
+ 153.137.179.0/16 le 24,
+ 153.139.42.0/18 le 24,
+ 153.160.40.0/15 ge 16 le 24,
+ 153.189.62.0/18 le 24,
+ 153.186.23.0/19 le 24,
+ 153.186.49.0/21 le 24,
+ 153.186.59.0/24,
+ 153.186.47.0/20 le 24,
+ 153.186.181.0/21 le 24,
+ 153.176.5.0/16 le 24,
+ 153.232.114.0/16 le 24,
+ 153.247.182.0/24,
+ 153.254.34.0/16 le 24,
+ 153.251.149.0/23 le 24,
+ 153.209.46.0/16 le 24,
+ 153.211.211.0/16 le 24,
+ 153.214.189.0/16 le 24,
+ 153.222.32.0/15 le 24,
+ 153.197.247.0/21 le 24,
+ 153.197.197.0/20 le 24,
+ 153.28.53.0/16 le 24,
+ 153.19.168.0/14 le 24,
+ 153.6.177.0/21 le 24,
+ 153.6.202.0/23 ge 24 le 24,
+ 153.6.200.0/24,
+ 153.6.1.0/17 le 24,
+ 153.0.117.0/15 le 24,
+ 153.12.117.0/19 le 24,
+ 153.15.71.0/16 le 24,
+ 153.60.23.0/15 ge 16 le 24,
+ 153.34.49.0/24,
+ 153.101.179.0/16 le 24,
+ 153.104.45.0/16 le 24,
+ 153.107.233.0/22 le 24,
+ 153.106.255.0/16 le 24,
+ 153.109.188.0/16 le 24,
+ 153.108.87.0/23 le 24,
+ 153.108.83.0/23 le 24,
+ 153.114.127.0/16 le 24,
+ 153.112.240.0/16 le 24,
+ 153.113.1.0/21 le 24,
+ 153.113.36.0/22 le 24,
+ 153.126.33.0/16 le 24,
+ 153.88.73.0/16 le 24,
+ 153.89.5.0/19 ge 22 le 24,
+ 153.89.105.0/22 le 24,
+ 153.86.212.0/16 le 24,
+ 153.66.64.0/24,
+ 153.67.240.0/24,
+ 153.67.247.0/24,
+ 153.67.238.0/23 ge 24 le 24,
+ 153.67.225.0/24,
+ 153.65.38.0/16 le 24,
+ 153.69.120.0/16 le 24,
+ 153.71.244.0/16 le 24,
+ 153.78.78.0/22 le 24,
+ 152.74.249.0/17 le 24,
+ 152.73.188.0/20 le 24,
+ 152.73.164.0/21 le 24,
+ 152.73.85.0/19 ge 20 le 24,
+ 152.73.120.0/20 le 24,
+ 152.73.13.0/18 le 24,
+ 152.92.99.0/19 le 24,
+ 152.8.15.0/16 le 24,
+ 152.14.128.0/22 le 24,
+ 152.39.35.0/16 le 24,
+ 152.54.223.0/24,
+ 152.221.14.0/19 le 24,
+ 152.253.111.0/15 ge 16 le 24,
+ 152.167.232.0/16 le 24,
+ 152.162.141.0/16 le 24,
+ 152.189.18.0/22 le 24,
+ 152.185.99.0/16 le 24,
+ 152.129.68.0/22 le 24,
+ 135.153.82.0/16 le 24,
+ 135.154.222.0/17 le 24,
+ 135.150.73.0/16 le 24,
+ 135.144.127.0/16 le 24,
+ 135.180.188.0/16 le 24,
+ 135.176.57.0/16 le 24,
+ 135.164.60.0/22 le 24,
+ 135.164.54.0/24,
+ 135.164.34.0/24,
+ 135.164.47.0/22 ge 24 le 24,
+ 135.164.134.0/22 ge 24 le 24,
+ 135.164.150.0/22 le 24,
+ 135.164.177.0/22 ge 24 le 24,
+ 135.240.184.0/24,
+ 135.240.190.0/24,
+ 135.246.84.0/23 le 24,
+ 135.246.88.0/22 le 24,
+ 135.253.230.0/16 le 24,
+ 135.37.240.0/16 le 24,
+ 135.40.211.0/21 le 24,
+ 135.44.3.0/24,
+ 135.44.4.0/23 le 24,
+ 135.44.15.0/21 le 24,
+ 135.44.27.0/22 le 24,
+ 135.44.31.0/23 le 24,
+ 135.44.20.0/24,
+ 135.44.56.0/24,
+ 135.47.170.0/16 le 24,
+ 135.55.142.0/24,
+ 135.71.80.0/24,
+ 135.91.201.0/16 le 24,
+ 134.184.24.0/20 le 24,
+ 134.190.111.0/23 ge 24 le 24,
+ 134.190.106.0/24,
+ 134.151.132.0/24,
+ 133.173.167.0/16 le 24,
+ 133.168.222.0/16 le 24,
+ 133.171.130.0/16 le 24,
+ 133.177.88.0/24,
+ 133.177.93.0/24,
+ 133.177.82.0/24,
+ 133.139.48.0/16 ge 17 le 24,
+ 133.137.39.0/16 le 24,
+ 133.222.151.0/22 le 24,
+ 133.222.131.0/20 le 24,
+ 133.222.166.0/20 le 24,
+ 133.222.254.0/24,
+ 133.214.13.0/16 le 24,
+ 133.192.31.0/16 le 24,
+ 133.206.137.0/20 le 24,
+ 133.206.148.0/22 le 24,
+ 133.206.153.0/21 le 24,
+ 133.206.91.0/21 le 24,
+ 133.2.76.0/17 le 24,
+ 133.1.98.0/16 le 24,
+ 133.8.97.0/21 le 24,
+ 133.8.122.0/22 le 24,
+ 133.8.74.0/23 le 24,
+ 133.81.11.0/22 ge 24 le 24,
+ 133.81.75.0/22 ge 24 le 24,
+ 133.91.89.0/16 le 24,
+ 133.89.48.0/24,
+ 133.64.9.0/24,
+ 133.66.95.0/16 le 24,
+ 133.103.78.0/16 le 24,
+ 133.113.39.0/21 le 24,
+ 132.168.151.0/16 le 24,
+ 132.165.35.0/16 le 24,
+ 132.130.204.0/16 le 24,
+ 132.140.164.0/16 le 24,
+ 132.199.223.0/16 le 24,
+ 132.202.102.0/22 le 24,
+ 132.239.178.0/16 le 24,
+ 132.227.103.0/24,
+ 132.255.33.0/22 le 24,
+ 132.37.196.0/24,
+ 132.40.135.0/23 le 24,
+ 132.99.218.0/16 le 24,
+ 132.77.92.0/16 le 24,
+ 132.90.246.0/16 le 24,
+ 129.45.21.0/21 le 24,
+ 129.13.151.0/23 le 24,
+ 129.14.188.0/24,
+ 129.14.214.0/24,
+ 129.14.1.0/23 le 24,
+ 129.14.37.0/23 le 24,
+ 129.14.49.0/23 le 24,
+ 129.91.196.0/23 ge 24 le 24,
+ 129.91.188.0/19 le 24,
+ 129.88.110.0/23 le 24,
+ 129.68.221.0/17 ge 18 le 24,
+ 129.100.47.0/20 le 24,
+ 129.100.2.0/24,
+ 129.100.0.0/23 le 24,
+ 129.100.67.0/22 ge 23 le 24,
+ 129.103.52.0/16 le 24,
+ 129.120.86.0/16 le 24,
+ 129.112.144.0/16 le 24,
+ 129.194.222.0/16 le 24,
+ 129.211.99.0/16 le 24,
+ 129.238.17.0/20 le 24,
+ 129.238.124.0/18 le 24,
+ 129.233.122.0/16 le 24,
+ 129.255.38.0/23 ge 24 le 24,
+ 129.136.151.0/19 le 24,
+ 129.136.90.0/19 le 24,
+ 128.219.238.0/24,
+ 128.219.230.0/24,
+ 128.217.248.0/24,
+ 128.210.171.0/24,
+ 128.199.129.0/19 le 24,
+ 128.199.218.0/20 ge 24 le 24,
+ 128.248.129.0/19 ge 20 le 24,
+ 128.248.23.0/22 le 24,
+ 128.248.33.0/22 le 24,
+ 128.244.41.0/22 ge 24 le 24,
+ 128.144.123.0/16 le 24,
+ 128.167.130.0/16 le 24,
+ 128.166.246.0/22 le 24,
+ 128.166.183.0/24,
+ 128.165.28.0/16 le 24,
+ 128.169.144.0/16 le 24,
+ 128.177.24.0/24,
+ 128.177.248.0/24,
+ 128.181.215.0/24,
+ 128.181.212.0/24,
+ 128.184.140.0/24,
+ 128.184.142.0/23 ge 24 le 24,
+ 128.13.91.0/24,
+ 128.29.48.0/24,
+ 128.26.132.0/17 le 24,
+ 128.26.25.0/17 ge 18 le 24,
+ 128.62.182.0/14 le 24,
+ 128.58.73.0/16 le 24,
+ 128.59.209.0/16 ge 17 le 24,
+ 128.57.225.0/16 le 24,
+ 128.55.241.0/16 le 24,
+ 128.120.121.0/21 le 24,
+ 130.164.195.0/24,
+ 130.164.192.0/23 ge 24 le 24,
+ 130.160.80.0/16 le 24,
+ 130.187.20.0/24,
+ 130.187.29.0/23 ge 24 le 24,
+ 130.187.31.0/23 le 24,
+ 130.25.220.0/23 ge 24 le 24,
+ 130.25.223.0/24,
+ 130.30.228.0/16 le 24,
+ 130.11.136.0/16 le 24,
+ 130.49.244.0/16 le 24,
+ 130.46.141.0/16 le 24,
+ 130.45.171.0/16 le 24,
+ 130.125.63.0/16 le 24,
+ 130.113.81.0/15 ge 16 le 24,
+ 130.66.230.0/22 le 24,
+ 130.66.146.0/22 le 24,
+ 130.66.105.0/23 ge 24 le 24,
+ 130.66.51.0/22 le 24,
+ 130.67.43.0/16 le 24,
+ 131.131.5.0/20 le 24,
+ 131.131.40.0/19 le 24,
+ 131.129.127.0/19 le 24,
+ 131.129.51.0/24,
+ 131.129.55.0/24,
+ 131.129.52.0/24,
+ 131.129.57.0/24,
+ 131.129.59.0/24,
+ 131.129.63.0/24,
+ 131.129.61.0/23 ge 24 le 24,
+ 131.129.40.0/24,
+ 131.28.116.0/16 le 24,
+ 131.12.181.0/16 le 24,
+ 131.6.98.0/17 le 24,
+ 131.6.138.0/18 le 24,
+ 131.6.193.0/20 le 24,
+ 131.6.217.0/21 le 24,
+ 131.6.208.0/21 ge 22 le 24,
+ 131.6.231.0/19 ge 20 le 24,
+ 131.59.48.0/19 le 24,
+ 131.59.97.0/19 le 24,
+ 131.59.203.0/20 le 24,
+ 131.59.183.0/18 le 24,
+ 131.48.0.0/24,
+ 131.48.59.0/24,
+ 131.48.57.0/24,
+ 131.48.51.0/21 ge 22 le 24,
+ 131.117.12.0/24,
+ 131.117.10.0/24,
+ 131.117.9.0/24,
+ 131.109.5.0/21 le 24,
+ 131.111.184.0/16 le 24,
+ 142.196.86.0/18 le 24,
+ 142.196.173.0/24,
+ 142.196.165.0/22 ge 24 le 24,
+ 142.196.152.0/22 ge 24 le 24,
+ 142.196.192.0/24,
+ 142.196.253.0/24,
+ 142.196.254.0/24,
+ 142.165.156.0/16 le 24,
+ 142.184.211.0/24,
+ 142.184.204.0/24,
+ 142.140.113.0/16 le 24,
+ 142.129.62.0/21 le 24,
+ 142.88.49.0/15 le 24,
+ 142.90.185.0/16 le 24,
+ 142.66.194.0/16 le 24,
+ 142.36.65.0/16 le 24,
+ 142.33.52.0/22 ge 24 le 24,
+ 142.33.49.0/23 ge 24 le 24,
+ 142.33.51.0/24,
+ 142.33.61.0/24,
+ 142.33.43.0/21 ge 24 le 24,
+ 142.33.35.0/24,
+ 142.33.9.0/21 ge 24 le 24,
+ 142.33.4.0/22 ge 24 le 24,
+ 142.33.2.0/24,
+ 142.33.27.0/21 ge 24 le 24,
+ 142.33.20.0/24,
+ 142.33.22.0/24,
+ 142.33.122.0/22 ge 24 le 24,
+ 142.33.126.0/23 ge 24 le 24,
+ 142.33.125.0/24,
+ 142.33.119.0/24,
+ 142.33.116.0/23 ge 24 le 24,
+ 142.33.114.0/22 ge 24 le 24,
+ 142.33.95.0/20 ge 24 le 24,
+ 142.33.66.0/21 ge 24 le 24,
+ 142.33.77.0/23 ge 24 le 24,
+ 142.33.79.0/24,
+ 142.33.75.0/22 ge 24 le 24,
+ 142.33.210.0/22 ge 24 le 24,
+ 142.33.196.0/24,
+ 142.33.198.0/23 ge 24 le 24,
+ 142.33.205.0/24,
+ 142.33.226.0/24,
+ 142.33.236.0/24,
+ 142.33.242.0/24,
+ 142.15.156.0/16 le 24,
+ 143.162.212.0/16 le 24,
+ 143.132.172.0/23 le 24,
+ 143.198.116.0/16 le 24,
+ 140.222.193.0/24,
+ 140.203.33.0/24,
+ 140.203.54.0/24,
+ 140.203.210.0/24,
+ 140.203.250.0/24,
+ 140.203.184.0/24,
+ 140.203.141.0/24,
+ 140.203.142.0/24,
+ 140.201.26.0/22 le 24,
+ 140.200.208.0/21 ge 22 le 24,
+ 140.231.199.0/24,
+ 140.233.176.0/24,
+ 140.243.181.0/24,
+ 140.240.133.0/24,
+ 140.158.154.0/22 le 24,
+ 140.143.234.0/22 le 24,
+ 140.143.243.0/24,
+ 140.137.184.0/22 ge 24 le 24,
+ 140.137.141.0/19 le 24,
+ 140.136.61.0/23 le 24,
+ 140.136.78.0/24,
+ 140.139.28.0/24,
+ 140.131.37.0/24,
+ 140.131.45.0/24,
+ 140.130.113.0/23 ge 24 le 24,
+ 140.128.241.0/23 le 24,
+ 140.128.230.0/20 le 24,
+ 140.128.75.0/17 le 24,
+ 140.129.149.0/24,
+ 140.129.252.0/21 ge 22 le 24,
+ 140.129.246.0/23 le 24,
+ 140.129.244.0/24,
+ 140.129.229.0/24,
+ 140.129.211.0/24,
+ 140.129.213.0/23 le 24,
+ 140.129.214.0/24,
+ 140.129.217.0/23 le 24,
+ 140.129.219.0/24,
+ 140.129.221.0/22 le 24,
+ 140.129.193.0/23 le 24,
+ 140.129.194.0/24,
+ 140.129.196.0/23 le 24,
+ 140.129.199.0/24,
+ 140.129.202.0/24,
+ 140.129.201.0/24,
+ 140.129.95.0/24,
+ 140.129.92.0/24,
+ 140.129.45.0/24,
+ 140.129.39.0/24,
+ 140.129.34.0/23 le 24,
+ 140.129.48.0/23 le 24,
+ 140.129.50.0/24,
+ 140.129.52.0/23 le 24,
+ 140.129.55.0/24,
+ 140.129.63.0/24,
+ 140.129.60.0/24,
+ 140.129.56.0/24,
+ 140.129.1.0/23 le 24,
+ 140.129.5.0/24,
+ 140.129.6.0/23 le 24,
+ 140.129.12.0/24,
+ 140.129.15.0/23 le 24,
+ 140.129.8.0/24,
+ 140.129.18.0/24,
+ 140.129.27.0/24,
+ 140.132.71.0/22 ge 24 le 24,
+ 140.132.78.0/21 le 24,
+ 140.132.91.0/20 le 24,
+ 140.132.98.0/19 le 24,
+ 140.134.70.0/23 le 24,
+ 140.134.66.0/22 le 24,
+ 140.134.82.0/22 le 24,
+ 140.134.85.0/23 le 24,
+ 140.135.24.0/22 le 24,
+ 140.135.18.0/21 le 24,
+ 140.135.113.0/19 le 24,
+ 140.51.134.0/17 le 24,
+ 140.49.133.0/22 le 24,
+ 140.49.142.0/21 le 24,
+ 140.49.155.0/20 le 24,
+ 140.49.85.0/24,
+ 140.49.87.0/24,
+ 140.49.101.0/22 le 24,
+ 140.49.97.0/23 le 24,
+ 140.49.98.0/24,
+ 140.49.107.0/24,
+ 140.49.105.0/24,
+ 140.49.33.0/24,
+ 140.49.38.0/24,
+ 140.49.43.0/24,
+ 140.49.57.0/24,
+ 140.48.33.0/24,
+ 140.48.34.0/23 le 24,
+ 140.48.47.0/21 le 24,
+ 140.53.85.0/24,
+ 140.52.123.0/24,
+ 140.52.107.0/22 le 24,
+ 140.52.111.0/23 ge 24 le 24,
+ 140.52.108.0/23 le 24,
+ 140.52.73.0/24,
+ 140.52.78.0/22 ge 24 le 24,
+ 140.54.84.0/22 le 24,
+ 140.54.93.0/22 le 24,
+ 140.54.89.0/24,
+ 140.54.90.0/23 le 24,
+ 140.54.75.0/20 le 24,
+ 140.54.121.0/19 le 24,
+ 140.54.210.0/18 le 24,
+ 140.61.197.0/23 ge 24 le 24,
+ 140.61.204.0/21 le 24,
+ 140.62.33.0/24,
+ 140.62.41.0/21 ge 22 le 24,
+ 140.62.50.0/20 le 24,
+ 140.62.103.0/18 le 24,
+ 140.63.166.0/24,
+ 140.59.232.0/24,
+ 140.58.148.0/22 le 24,
+ 140.58.111.0/17 le 24,
+ 140.56.45.0/22 le 24,
+ 140.56.35.0/22 le 24,
+ 140.37.18.0/22 le 24,
+ 140.38.246.0/24,
+ 140.39.117.0/22 le 24,
+ 140.39.96.0/21 ge 24 le 24,
+ 140.39.22.0/24,
+ 140.32.101.0/24,
+ 140.32.103.0/23 le 24,
+ 140.32.106.0/21 le 24,
+ 140.32.124.0/20 le 24,
+ 140.33.108.0/23 le 24,
+ 140.35.236.0/24,
+ 140.35.254.0/20 le 24,
+ 140.40.116.0/24,
+ 140.40.112.0/23 le 24,
+ 140.40.125.0/22 le 24,
+ 140.40.121.0/24,
+ 140.40.101.0/24,
+ 140.40.102.0/24,
+ 140.40.96.0/22 le 24,
+ 140.40.83.0/24,
+ 140.40.86.0/24,
+ 140.40.85.0/24,
+ 140.40.89.0/23 le 24,
+ 140.40.90.0/24,
+ 140.40.95.0/24,
+ 140.40.69.0/23 le 24,
+ 140.40.65.0/24,
+ 140.40.66.0/24,
+ 140.40.75.0/24,
+ 140.40.78.0/24,
+ 140.40.62.0/24,
+ 140.40.61.0/24,
+ 140.40.54.0/24,
+ 140.40.43.0/23 le 24,
+ 140.40.47.0/24,
+ 140.40.36.0/24,
+ 140.42.77.0/21 le 24,
+ 140.43.171.0/23 le 24,
+ 140.43.166.0/21 le 24,
+ 140.43.191.0/20 le 24,
+ 140.43.139.0/19 le 24,
+ 140.45.166.0/23 ge 24 le 24,
+ 140.45.169.0/24,
+ 140.45.62.0/24,
+ 140.45.56.0/24,
+ 140.45.59.0/23 ge 24 le 24,
+ 140.45.45.0/23 ge 24 le 24,
+ 140.45.46.0/24,
+ 140.45.38.0/23 le 24,
+ 140.45.37.0/24,
+ 140.45.33.0/23 le 24,
+ 140.45.35.0/24,
+ 140.45.0.0/23 ge 24 le 24,
+ 140.45.2.0/23 le 24,
+ 140.45.5.0/22 le 24,
+ 140.45.12.0/23 le 24,
+ 140.45.15.0/24,
+ 140.45.10.0/22 le 24,
+ 140.45.30.0/23 le 24,
+ 140.45.29.0/24,
+ 140.45.25.0/24,
+ 140.45.19.0/24,
+ 140.45.16.0/24,
+ 140.45.21.0/24,
+ 140.45.22.0/24,
+ 140.45.74.0/24,
+ 140.45.72.0/24,
+ 140.45.69.0/24,
+ 140.45.67.0/24,
+ 140.45.87.0/24,
+ 140.45.84.0/24,
+ 140.45.90.0/24,
+ 140.45.117.0/24,
+ 140.45.118.0/23 ge 24 le 24,
+ 140.45.113.0/24,
+ 140.45.120.0/24,
+ 140.45.123.0/24,
+ 140.45.126.0/24,
+ 140.45.124.0/24,
+ 140.44.225.0/22 le 24,
+ 140.44.231.0/24,
+ 140.44.229.0/24,
+ 140.44.255.0/24,
+ 140.44.242.0/24,
+ 140.44.193.0/23 le 24,
+ 140.44.216.0/21 le 24,
+ 140.44.141.0/24,
+ 140.44.138.0/23 le 24,
+ 140.44.137.0/24,
+ 140.44.129.0/24,
+ 140.44.185.0/24,
+ 140.44.188.0/24,
+ 140.44.190.0/24,
+ 140.44.180.0/23 le 24,
+ 140.44.179.0/23 le 24,
+ 140.44.166.0/24,
+ 140.44.160.0/24,
+ 140.44.81.0/24,
+ 140.44.86.0/24,
+ 140.44.105.0/24,
+ 140.44.98.0/24,
+ 140.44.101.0/24,
+ 140.44.126.0/24,
+ 140.44.124.0/24,
+ 140.44.120.0/22 le 24,
+ 140.44.117.0/24,
+ 140.44.119.0/23 le 24,
+ 140.44.112.0/22 le 24,
+ 141.73.233.0/16 le 24,
+ 141.110.140.0/20 le 24,
+ 141.47.165.0/17 le 24,
+ 141.20.96.0/16 le 24,
+ 141.255.31.0/16 le 24,
+ 141.164.115.0/16 le 24,
+ 141.149.2.0/22 le 24,
+ 141.149.39.0/19 le 24,
+ 141.149.190.0/20 le 24,
+ 137.91.78.0/16 le 24,
+ 137.100.180.0/16 le 24,
+ 137.101.14.0/18 le 24,
+ 137.116.227.0/16 le 24,
+ 137.5.48.0/16 le 24,
+ 137.12.69.0/16 le 24,
+ 137.45.245.0/16 le 24,
+ 137.37.135.0/16 le 24,
+ 137.214.201.0/20 le 24,
+ 137.216.171.0/24,
+ 137.216.184.0/24,
+ 137.216.177.0/24,
+ 137.216.178.0/24,
+ 137.216.223.0/24,
+ 137.216.220.0/24,
+ 137.178.185.0/24,
+ 137.140.224.0/24,
+ 137.143.105.0/23 le 24,
+ 137.142.110.0/21 le 24,
+ 137.142.118.0/22 le 24,
+ 137.142.18.0/24,
+ 137.142.134.0/22 le 24,
+ 137.142.146.0/21 le 24,
+ 137.137.246.0/22 le 24,
+ 137.137.199.0/19 le 24,
+ 137.137.109.0/17 le 24,
+ 137.139.23.0/24,
+ 137.139.30.0/24,
+ 137.139.38.0/21 le 24,
+ 137.139.63.0/21 le 24,
+ 137.139.55.0/24,
+ 137.139.200.0/24,
+ 137.139.245.0/19 le 24,
+ 137.138.10.0/19 le 24,
+ 137.138.211.0/17 le 24,
+ 137.134.237.0/20 le 24,
+ 137.134.139.0/24,
+ 137.135.172.0/19 le 24,
+ 137.135.244.0/19 ge 24 le 24,
+ 137.132.229.0/24,
+ 137.133.64.0/20 le 24,
+ 137.133.28.0/20 le 24,
+ 137.131.143.0/24,
+ 137.131.131.0/22 le 24,
+ 137.131.148.0/23 le 24,
+ 137.131.154.0/22 ge 23 le 24,
+ 137.131.246.0/21 le 24,
+ 137.130.2.0/24,
+ 137.130.11.0/23 le 24,
+ 137.130.9.0/23 ge 24 le 24,
+ 137.129.9.0/24,
+ 137.129.4.0/23 ge 24 le 24,
+ 137.129.0.0/24,
+ 137.129.28.0/23 le 24,
+ 137.129.194.0/18 ge 19 le 24,
+ 137.128.183.0/22 ge 24 le 24,
+ 137.128.190.0/21 ge 24 le 24,
+ 137.128.165.0/21 ge 24 le 24,
+ 137.146.3.0/24,
+ 137.145.0.0/24,
+ 137.148.36.0/24,
+ 137.148.33.0/23 ge 24 le 24,
+ 137.151.219.0/23 le 24,
+ 137.151.223.0/22 le 24,
+ 137.151.173.0/19 le 24,
+ 137.151.125.0/17 le 24,
+ 137.154.48.0/24,
+ 137.154.55.0/22 le 24,
+ 137.154.11.0/19 le 24,
+ 137.154.118.0/18 le 24,
+ 137.154.158.0/17 le 24,
+ 137.153.222.0/19 le 24,
+ 137.153.140.0/18 le 24,
+ 137.157.48.0/23 le 24,
+ 137.157.43.0/22 le 24,
+ 137.157.222.0/17 le 24,
+ 137.159.137.0/22 le 24,
+ 136.218.141.0/22 le 24,
+ 136.232.183.0/16 le 24,
+ 136.157.203.0/16 le 24,
+ 136.174.85.0/24,
+ 136.174.246.0/24,
+ 136.177.89.0/22 le 24,
+ 136.177.8.0/23 le 24,
+ 136.118.120.0/16 le 24,
+ 136.102.13.0/16 le 24,
+ 136.69.73.0/22 ge 24 le 24,
+ 136.87.80.0/18 le 24,
+ 136.56.186.0/21 le 24,
+ 136.54.51.0/24,
+ 136.54.187.0/21 le 24,
+ 136.34.55.0/24,
+ 136.38.232.0/16 le 24,
+ 139.104.161.0/21 ge 22 le 24,
+ 139.124.177.0/16 le 24,
+ 139.127.213.0/24,
+ 139.127.244.0/22 ge 23 le 24,
+ 139.127.235.0/24,
+ 139.127.76.0/24,
+ 139.119.84.0/16 le 24,
+ 139.11.153.0/16 le 24,
+ 139.31.231.0/24,
+ 139.31.251.0/23 ge 24 le 24,
+ 139.31.243.0/24,
+ 139.31.138.0/23 le 24,
+ 139.31.132.0/23 le 24,
+ 139.21.40.0/16 le 24,
+ 139.41.146.0/18 le 24,
+ 139.41.29.0/20 le 24,
+ 139.47.223.0/16 le 24,
+ 139.247.86.0/16 le 24,
+ 139.229.153.0/24,
+ 139.237.163.0/15 ge 16 le 24,
+ 139.146.155.0/18 le 24,
+ 139.177.36.0/16 le 24,
+ 139.173.219.0/21 le 24,
+ 139.173.215.0/21 ge 22 le 24,
+ 139.173.238.0/19 le 24,
+ 139.166.123.0/24,
+ 139.166.127.0/24,
+ 138.26.53.0/16 le 24,
+ 138.30.57.0/24,
+ 138.30.17.0/24,
+ 138.17.198.0/23 le 24,
+ 138.23.5.0/24,
+ 138.3.122.0/24,
+ 138.3.89.0/24,
+ 138.3.156.0/24,
+ 138.3.150.0/24,
+ 138.3.189.0/23 ge 24 le 24,
+ 138.3.160.0/24,
+ 138.3.239.0/24,
+ 138.3.237.0/24,
+ 138.3.234.0/24,
+ 138.3.229.0/24,
+ 138.3.245.0/23 ge 24 le 24,
+ 138.3.242.0/23 le 24,
+ 138.6.30.0/24,
+ 138.6.28.0/24,
+ 138.14.21.0/18 le 24,
+ 138.35.99.0/16 le 24,
+ 138.33.188.0/16 le 24,
+ 138.39.221.0/16 le 24,
+ 138.125.227.0/24,
+ 138.107.86.0/16 le 24,
+ 138.91.149.0/18 le 24,
+ 138.75.186.0/24,
+ 138.77.8.0/24,
+ 138.64.68.0/24,
+ 138.173.171.0/16 le 24,
+ 138.172.220.0/22 le 24,
+ 138.174.144.0/16 le 24,
+ 138.177.239.0/16 le 24,
+ 138.129.242.0/22 le 24,
+ 138.138.8.0/16 le 24,
+ 138.157.130.0/16 le 24,
+ 138.155.230.0/19 le 24,
+ 138.152.42.0/24,
+ 138.152.232.0/24,
+ 138.251.153.0/16 le 24,
+ 138.253.174.0/24,
+ 138.252.52.0/24,
+ 138.219.237.0/19 le 24,
+ 138.219.135.0/19 le 24,
+ 138.219.177.0/24,
+ 138.205.67.0/21 le 24,
+ 138.203.241.0/24,
+ 138.194.145.0/22 ge 24 le 24,
+ 138.194.148.0/24,
+ 167.97.153.0/17 le 24,
+ 167.107.92.0/16 le 24,
+ 167.123.251.0/22 le 24,
+ 167.125.109.0/22 le 24,
+ 167.125.83.0/22 le 24,
+ 167.93.30.0/18 le 24,
+ 167.94.168.0/18 ge 20 le 24,
+ 167.94.207.0/22 ge 23 le 24,
+ 167.94.200.0/23 le 24,
+ 167.94.195.0/22 ge 23 le 24,
+ 167.94.196.0/23 ge 24 le 24,
+ 167.94.208.0/24,
+ 167.94.210.0/23 ge 24 le 24,
+ 167.94.213.0/23 le 24,
+ 167.94.223.0/23 le 24,
+ 167.94.220.0/23 ge 24 le 24,
+ 167.94.217.0/23 le 24,
+ 167.94.219.0/24,
+ 167.94.233.0/23 ge 24 le 24,
+ 167.94.237.0/22 le 24,
+ 167.94.231.0/22 ge 24 le 24,
+ 167.94.225.0/22 ge 23 le 24,
+ 167.94.249.0/23 le 24,
+ 167.94.250.0/23 ge 24 le 24,
+ 167.94.255.0/23 ge 24 le 24,
+ 167.94.244.0/23 ge 24 le 24,
+ 167.94.247.0/24,
+ 167.94.240.0/22 ge 23 le 24,
+ 167.94.72.0/20 le 24,
+ 167.94.103.0/19 le 24,
+ 167.94.52.0/18 ge 20 le 24,
+ 167.88.220.0/16 le 24,
+ 167.42.27.0/16 le 24,
+ 167.62.115.0/16 le 24,
+ 167.10.69.0/16 le 24,
+ 167.2.247.0/16 le 24,
+ 167.19.165.0/24,
+ 167.231.244.0/15 ge 16 le 24,
+ 167.142.95.0/24,
+ 166.118.180.0/23 le 24,
+ 166.115.181.0/23 le 24,
+ 166.127.67.0/16 le 24,
+ 166.93.212.0/16 le 24,
+ 166.88.42.0/24,
+ 166.88.77.0/23 le 24,
+ 166.82.155.0/16 le 24,
+ 166.83.169.0/18 le 24,
+ 166.71.30.0/17 le 24,
+ 166.71.208.0/19 le 24,
+ 166.71.250.0/20 le 24,
+ 166.71.228.0/21 le 24,
+ 166.71.238.0/22 le 24,
+ 166.71.178.0/19 le 24,
+ 166.71.148.0/21 le 24,
+ 166.67.123.0/16 le 24,
+ 166.60.80.0/24,
+ 166.60.126.0/24,
+ 166.60.104.0/23 ge 24 le 24,
+ 166.60.106.0/24,
+ 166.60.96.0/24,
+ 166.60.99.0/23 ge 24 le 24,
+ 166.60.212.0/22 le 24,
+ 166.60.217.0/22 le 24,
+ 166.60.199.0/24,
+ 166.60.177.0/22 le 24,
+ 166.60.153.0/22 le 24,
+ 166.38.132.0/24,
+ 166.11.110.0/22 le 24,
+ 166.11.40.0/24,
+ 166.11.35.0/24,
+ 166.11.24.0/22 le 24,
+ 166.13.169.0/16 le 24,
+ 166.187.161.0/24,
+ 166.187.138.0/23 ge 24 le 24,
+ 166.187.137.0/24,
+ 166.187.140.0/24,
+ 166.187.143.0/24,
+ 166.187.132.0/24,
+ 166.187.130.0/23 ge 24 le 24,
+ 166.187.154.0/24,
+ 166.185.140.0/16 le 24,
+ 166.188.221.0/16 le 24,
+ 166.170.190.0/16 le 24,
+ 166.173.188.0/24,
+ 166.199.118.0/23 ge 24 le 24,
+ 166.199.61.0/24,
+ 166.194.88.0/23 le 24,
+ 166.203.245.0/16 le 24,
+ 166.217.250.0/16 le 24,
+ 166.231.139.0/16 le 24,
+ 166.245.86.0/24,
+ 166.245.85.0/24,
+ 166.245.118.0/24,
+ 166.244.126.0/16 le 24,
+ 166.249.232.0/16 le 24,
+ 165.162.177.0/24,
+ 165.163.25.0/20 le 24,
+ 165.160.122.0/18 ge 22 le 24,
+ 165.190.89.0/24,
+ 165.143.89.0/24,
+ 165.130.221.0/24,
+ 165.134.111.0/24,
+ 165.134.232.0/24,
+ 165.154.97.0/15 ge 16 le 24,
+ 165.157.37.0/21 ge 22 le 24,
+ 165.157.201.0/21 ge 22 le 24,
+ 165.157.197.0/22 le 24,
+ 165.197.56.0/20 le 24,
+ 165.210.76.0/15 ge 16 le 24,
+ 165.247.106.0/24,
+ 165.238.104.0/15 ge 16 le 24,
+ 165.118.117.0/16 le 24,
+ 165.115.137.0/16 le 24,
+ 165.125.198.0/24,
+ 165.125.254.0/22 le 24,
+ 165.121.216.0/23 le 24,
+ 165.107.162.0/15 le 24,
+ 165.16.120.0/22 le 24,
+ 165.16.114.0/23 le 24,
+ 165.16.54.0/22 le 24,
+ 165.16.26.0/22 le 24,
+ 165.18.110.0/22 le 24,
+ 165.18.84.0/21 le 24,
+ 165.18.222.0/22 le 24,
+ 165.19.50.0/22 le 24,
+ 165.19.55.0/22 ge 24 le 24,
+ 165.19.76.0/24,
+ 165.19.211.0/22 ge 24 le 24,
+ 165.19.233.0/22 le 24,
+ 165.19.144.0/21 le 24,
+ 165.19.133.0/22 le 24,
+ 165.19.161.0/21 le 24,
+ 165.19.170.0/22 le 24,
+ 165.19.182.0/22 le 24,
+ 165.21.247.0/21 ge 24 le 24,
+ 165.21.185.0/21 le 24,
+ 165.21.179.0/24,
+ 165.21.146.0/24,
+ 165.21.134.0/22 le 24,
+ 165.21.24.0/21 le 24,
+ 165.21.62.0/22 le 24,
+ 165.20.71.0/21 le 24,
+ 165.20.37.0/22 le 24,
+ 165.20.165.0/22 le 24,
+ 165.20.180.0/21 le 24,
+ 165.20.221.0/22 ge 23 le 24,
+ 165.20.218.0/23 le 24,
+ 165.20.216.0/24,
+ 165.20.207.0/22 le 24,
+ 165.28.98.0/24,
+ 165.28.91.0/21 ge 24 le 24,
+ 165.28.27.0/23 le 24,
+ 165.28.218.0/24,
+ 165.28.148.0/22 le 24,
+ 165.29.185.0/22 le 24,
+ 165.29.215.0/22 le 24,
+ 165.29.219.0/22 le 24,
+ 165.29.44.0/22 le 24,
+ 165.29.105.0/22 le 24,
+ 165.29.66.0/23 le 24,
+ 165.29.64.0/23 ge 24 le 24,
+ 165.31.181.0/22 le 24,
+ 165.31.238.0/24,
+ 165.30.32.0/21 le 24,
+ 165.30.245.0/21 le 24,
+ 165.30.163.0/22 le 24,
+ 165.24.9.0/24,
+ 165.24.14.0/22 le 24,
+ 165.24.18.0/22 le 24,
+ 165.24.63.0/22 le 24,
+ 165.24.102.0/22 le 24,
+ 165.24.190.0/23 ge 24 le 24,
+ 165.24.221.0/22 le 24,
+ 165.24.250.0/22 ge 24 le 24,
+ 165.25.29.0/22 le 24,
+ 165.25.9.0/22 le 24,
+ 165.25.92.0/22 le 24,
+ 165.25.195.0/21 le 24,
+ 165.27.41.0/21 le 24,
+ 165.27.178.0/22 le 24,
+ 165.27.157.0/22 le 24,
+ 165.26.83.0/21 le 24,
+ 165.26.69.0/24,
+ 165.26.71.0/24,
+ 165.26.60.0/21 le 24,
+ 165.26.26.0/22 le 24,
+ 165.26.149.0/22 le 24,
+ 165.39.83.0/22 le 24,
+ 165.39.184.0/22 le 24,
+ 165.39.194.0/22 le 24,
+ 165.38.222.0/23 le 24,
+ 165.38.220.0/24,
+ 165.38.184.0/22 le 24,
+ 165.38.51.0/24,
+ 165.38.9.0/22 ge 24 le 24,
+ 165.37.183.0/22 le 24,
+ 165.37.190.0/21 le 24,
+ 165.36.165.0/22 le 24,
+ 165.36.172.0/22 le 24,
+ 165.36.229.0/20 ge 21 le 24,
+ 165.36.24.0/24,
+ 165.36.67.0/24,
+ 165.40.67.0/24,
+ 165.40.65.0/23 ge 24 le 24,
+ 165.40.71.0/22 ge 24 le 24,
+ 165.40.79.0/21 le 24,
+ 165.40.92.0/24,
+ 165.40.189.0/21 le 24,
+ 165.40.250.0/22 le 24,
+ 165.40.238.0/22 le 24,
+ 165.40.198.0/24,
+ 165.41.76.0/21 le 24,
+ 165.41.67.0/22 le 24,
+ 165.41.94.0/22 le 24,
+ 165.41.127.0/22 le 24,
+ 165.41.112.0/24,
+ 165.41.96.0/21 le 24,
+ 165.41.27.0/21 le 24,
+ 165.41.10.0/22 le 24,
+ 165.41.137.0/22 le 24,
+ 165.41.219.0/22 le 24,
+ 165.42.146.0/24,
+ 165.42.144.0/23 le 24,
+ 165.42.148.0/22 le 24,
+ 165.42.137.0/22 le 24,
+ 165.42.124.0/22 le 24,
+ 165.42.66.0/22 le 24,
+ 165.42.39.0/22 le 24,
+ 165.43.183.0/24,
+ 165.43.145.0/21 le 24,
+ 165.43.207.0/24,
+ 165.43.193.0/22 le 24,
+ 165.43.9.0/21 le 24,
+ 165.43.127.0/21 le 24,
+ 165.43.110.0/22 ge 24 le 24,
+ 165.46.218.0/22 le 24,
+ 165.46.230.0/22 le 24,
+ 165.46.248.0/22 le 24,
+ 165.46.153.0/20 ge 21 le 24,
+ 165.46.69.0/22 le 24,
+ 165.46.18.0/22 le 24,
+ 165.46.12.0/22 le 24,
+ 165.46.55.0/24,
+ 165.47.148.0/22 le 24,
+ 165.47.234.0/23 ge 24 le 24,
+ 165.47.213.0/22 ge 24 le 24,
+ 165.47.97.0/21 ge 22 le 24,
+ 165.47.106.0/22 le 24,
+ 165.47.43.0/21 le 24,
+ 165.44.196.0/22 ge 24 le 24,
+ 165.44.202.0/22 le 24,
+ 165.44.147.0/22 ge 24 le 24,
+ 165.44.2.0/22 le 24,
+ 165.44.48.0/22 le 24,
+ 165.44.73.0/22 ge 23 le 24,
+ 165.44.107.0/21 le 24,
+ 165.44.123.0/21 le 24,
+ 165.45.103.0/22 le 24,
+ 165.45.122.0/22 le 24,
+ 165.45.25.0/22 le 24,
+ 165.45.157.0/22 le 24,
+ 165.45.142.0/22 ge 24 le 24,
+ 165.45.225.0/24,
+ 165.45.245.0/21 le 24,
+ 165.45.196.0/21 le 24,
+ 164.0.238.0/22 le 24,
+ 164.0.222.0/24,
+ 164.0.167.0/22 le 24,
+ 164.0.70.0/22 le 24,
+ 164.0.86.0/22 le 24,
+ 164.0.10.0/23 ge 24 le 24,
+ 164.0.8.0/24,
+ 164.26.184.0/23 ge 24 le 24,
+ 164.86.197.0/18 le 24,
+ 164.80.175.0/16 le 24,
+ 164.95.64.0/17 le 24,
+ 164.93.185.0/22 le 24,
+ 164.93.199.0/22 ge 24 le 24,
+ 164.128.244.0/18 le 24,
+ 164.128.122.0/18 ge 19 le 24,
+ 164.128.24.0/19 le 24,
+ 164.128.58.0/23 ge 24 le 24,
+ 164.128.56.0/23 le 24,
+ 164.128.61.0/24,
+ 164.128.63.0/23 le 24,
+ 164.128.52.0/21 le 24,
+ 164.128.40.0/20 ge 21 le 24,
+ 164.158.62.0/24,
+ 164.158.20.0/24,
+ 164.156.146.0/20 le 24,
+ 164.202.79.0/16 le 24,
+ 164.222.26.0/16 le 24,
+ 164.221.129.0/16 le 24,
+ 160.235.109.0/15 ge 16 le 24,
+ 160.238.133.0/17 le 24,
+ 160.236.235.0/24,
+ 160.231.96.0/16 le 24,
+ 160.128.215.0/24,
+ 160.128.211.0/24,
+ 160.128.203.0/24,
+ 160.128.200.0/23 ge 24 le 24,
+ 160.128.207.0/23 ge 24 le 24,
+ 160.128.195.0/24,
+ 160.128.233.0/23 ge 24 le 24,
+ 160.128.251.0/23 ge 24 le 24,
+ 160.128.254.0/24,
+ 160.128.241.0/24,
+ 160.128.245.0/23 ge 24 le 24,
+ 160.128.246.0/24,
+ 160.132.29.0/23 le 24,
+ 160.162.44.0/16 le 24,
+ 160.188.63.0/16 le 24,
+ 160.184.62.0/24,
+ 160.184.60.0/23 le 24,
+ 160.184.57.0/24,
+ 160.41.15.0/16 le 24,
+ 160.43.178.0/18 le 24,
+ 160.43.225.0/21 le 24,
+ 160.43.255.0/20 ge 21 le 24,
+ 160.43.218.0/21 le 24,
+ 161.119.196.0/23 le 24,
+ 161.119.205.0/21 le 24,
+ 161.119.241.0/20 ge 21 le 24,
+ 161.114.228.0/18 le 24,
+ 161.101.106.0/24,
+ 161.3.120.0/20 le 24,
+ 161.25.80.0/21 le 24,
+ 161.25.67.0/24,
+ 161.26.15.0/16 le 24,
+ 161.41.210.0/16 le 24,
+ 161.202.35.0/16 le 24,
+ 161.194.232.0/15 ge 16 le 24,
+ 161.210.228.0/16 le 24,
+ 161.221.183.0/16 le 24,
+ 161.248.179.0/16 le 24,
+ 161.252.115.0/16 le 24,
+ 161.245.234.0/18 le 24,
+ 161.152.50.0/16 le 24,
+ 161.148.38.0/16 le 24,
+ 161.147.213.0/24,
+ 161.142.142.0/16 le 24,
+ 161.182.15.0/23 le 24,
+ 161.182.24.0/24,
+ 161.182.26.0/23 le 24,
+ 161.178.123.0/24,
+ 161.184.200.0/21 le 24,
+ 161.163.87.0/23 le 24,
+ 161.166.112.0/24,
+ 161.166.119.0/24,
+ 161.166.48.0/24,
+ 163.163.72.0/20 le 24,
+ 163.226.135.0/24,
+ 163.241.230.0/24,
+ 163.255.94.0/16 le 24,
+ 162.207.35.0/24,
+ 162.207.225.0/24,
+ 162.207.230.0/23 ge 24 le 24,
+ 162.207.219.0/22 ge 24 le 24,
+ 162.207.221.0/24,
+ 162.207.223.0/23 ge 24 le 24,
+ 162.207.210.0/21 ge 24 le 24,
+ 162.207.193.0/21 le 24,
+ 162.207.204.0/23 le 24,
+ 162.218.70.0/24,
+ 162.172.86.0/16 le 24,
+ 162.175.134.0/16 le 24,
+ 162.171.126.0/16 le 24,
+ 162.184.1.0/24,
+ 162.184.3.0/23 ge 24 le 24,
+ 162.184.87.0/24,
+ 162.184.130.0/23 ge 24 le 24,
+ 162.185.64.0/17 le 24,
+ 162.188.62.0/16 le 24,
+ 162.190.96.0/15 ge 16 le 24,
+ 162.155.133.0/16 le 24,
+ 162.151.227.0/16 le 24,
+ 162.143.233.0/24,
+ 162.132.139.0/23 le 24,
+ 162.132.137.0/24,
+ 162.46.166.0/16 le 24,
+ 162.19.225.0/19 le 24,
+ 162.19.153.0/24,
+ 162.19.158.0/22 le 24,
+ 162.19.8.0/24,
+ 162.19.36.0/21 le 24,
+ 162.19.94.0/19 le 24,
+ 162.6.251.0/24,
+ 162.2.59.0/24,
+ 162.2.41.0/24,
+ 162.8.157.0/24,
+ 162.105.59.0/16 le 24,
+ 162.108.189.0/23 ge 24 le 24,
+ 162.108.191.0/24,
+ 162.98.194.0/22 le 24,
+ 162.86.80.0/24,
+ 162.92.131.0/18 le 24,
+ 162.95.97.0/22 le 24,
+ 171.202.101.0/24,
+ 171.207.149.0/16 le 24,
+ 171.205.182.0/15 le 24,
+ 171.220.247.0/12 ge 15 le 24,
+ 171.176.141.0/16 le 24,
+ 171.164.33.0/16 le 24,
+ 171.175.75.0/21 le 24,
+ 171.144.29.0/16 le 24,
+ 171.140.32.0/24,
+ 171.141.45.0/16 le 24,
+ 171.136.98.0/24,
+ 171.81.32.0/24,
+ 171.93.77.0/24,
+ 171.67.124.0/22 le 24,
+ 171.79.131.0/16 le 24,
+ 171.113.214.0/16 le 24,
+ 171.126.79.0/16 le 24,
+ 171.105.61.0/16 le 24,
+ 171.12.239.0/23 le 24,
+ 171.5.41.0/19 le 24,
+ 171.6.15.0/16 le 24,
+ 171.41.235.0/20 le 24,
+ 171.41.220.0/20 le 24,
+ 171.41.194.0/24,
+ 171.41.207.0/24,
+ 171.61.120.0/17 le 24,
+ 171.61.140.0/23 le 24,
+ 171.61.157.0/23 ge 24 le 24,
+ 171.61.219.0/21 le 24,
+ 171.61.232.0/23 le 24,
+ 171.55.170.0/24,
+ 171.51.64.0/16 le 24,
+ 170.116.114.0/16 le 24,
+ 170.121.234.0/23 le 24,
+ 170.121.167.0/24,
+ 170.121.163.0/23 ge 24 le 24,
+ 170.121.141.0/24,
+ 170.121.143.0/24,
+ 170.121.12.0/24,
+ 170.121.15.0/23 ge 24 le 24,
+ 170.121.11.0/24,
+ 170.121.8.0/23 ge 24 le 24,
+ 170.121.7.0/23 ge 24 le 24,
+ 170.121.31.0/23 ge 24 le 24,
+ 170.121.47.0/24,
+ 170.123.17.0/20 le 24,
+ 170.123.1.0/24,
+ 170.123.2.0/24,
+ 170.123.5.0/24,
+ 170.123.52.0/24,
+ 170.123.116.0/24,
+ 170.123.87.0/24,
+ 170.123.94.0/24,
+ 170.123.88.0/24,
+ 170.123.172.0/24,
+ 170.123.175.0/23 ge 24 le 24,
+ 170.123.239.0/18 le 24,
+ 170.126.100.0/16 le 24,
+ 170.102.235.0/16 le 24,
+ 170.108.106.0/16 le 24,
+ 170.110.122.0/16 le 24,
+ 170.18.220.0/22 le 24,
+ 170.18.247.0/19 le 24,
+ 170.12.148.0/24,
+ 170.58.106.0/23 le 24,
+ 169.66.110.0/20 le 24,
+ 169.118.13.0/18 le 24,
+ 169.118.85.0/19 le 24,
+ 169.118.127.0/22 le 24,
+ 169.118.115.0/22 le 24,
+ 169.118.118.0/23 le 24,
+ 169.118.117.0/24,
+ 169.118.100.0/23 le 24,
+ 169.118.185.0/21 le 24,
+ 169.118.167.0/22 le 24,
+ 169.118.161.0/23 le 24,
+ 169.118.162.0/24,
+ 169.118.213.0/24,
+ 169.118.193.0/24,
+ 169.118.233.0/24,
+ 169.118.241.0/23 ge 24 le 24,
+ 169.118.245.0/23 le 24,
+ 169.118.246.0/24,
+ 169.116.36.0/21 le 24,
+ 169.117.181.0/22 le 24,
+ 169.117.193.0/22 le 24,
+ 169.117.248.0/24,
+ 169.117.65.0/24,
+ 169.117.70.0/24,
+ 169.117.28.0/24,
+ 169.117.0.0/24,
+ 169.117.58.0/22 le 24,
+ 169.117.63.0/24,
+ 169.111.244.0/21 le 24,
+ 169.111.221.0/23 le 24,
+ 169.111.164.0/18 le 24,
+ 169.108.162.0/16 le 24,
+ 169.43.229.0/16 le 24,
+ 169.36.44.0/23 le 24,
+ 169.36.53.0/24,
+ 169.36.110.0/24,
+ 169.36.94.0/24,
+ 169.36.72.0/24,
+ 169.11.78.0/24,
+ 169.0.162.0/16 le 24,
+ 169.245.22.0/16 le 24,
+ 169.240.89.0/24,
+ 169.241.61.0/19 le 24,
+ 169.243.165.0/24,
+ 169.249.127.0/16 le 24,
+ 169.200.194.0/19 le 24,
+ 169.221.162.0/16 le 24,
+ 169.222.237.0/24,
+ 169.222.3.0/24,
+ 169.222.0.0/24,
+ 169.177.12.0/21 le 24,
+ 169.181.48.0/20 le 24,
+ 169.189.143.0/23 ge 24 le 24,
+ 169.163.33.0/24,
+ 169.172.121.0/16 le 24,
+ 169.174.254.0/16 le 24,
+ 169.159.70.0/24,
+ 169.142.228.0/16 le 24,
+ 169.140.79.0/16 le 24,
+ 169.139.150.0/16 le 24,
+ 168.64.230.0/14 ge 16 le 24,
+ 168.92.103.0/22 le 24,
+ 168.151.23.0/24,
+ 172.106.51.0/13 le 24,
+ 172.116.152.0/20 le 24,
+ 172.116.130.0/21 le 24,
+ 172.116.9.0/22 le 24,
+ 172.119.206.0/21 le 24,
+ 172.119.15.0/23 ge 24 le 24,
+ 172.119.10.0/22 ge 24 le 24,
+ 172.119.4.0/24,
+ 172.119.103.0/24,
+ 172.114.120.0/18 le 24,
+ 172.114.23.0/23 le 24,
+ 172.115.240.0/20 ge 21 le 24,
+ 172.112.217.0/23 le 24,
+ 172.112.211.0/24,
+ 172.112.213.0/22 ge 23 le 24,
+ 172.112.234.0/22 le 24,
+ 172.112.250.0/22 le 24,
+ 172.112.93.0/24,
+ 172.112.47.0/20 le 24,
+ 172.113.77.0/21 le 24,
+ 172.122.117.0/23 le 24,
+ 172.122.93.0/20 le 24,
+ 172.122.218.0/24,
+ 172.122.199.0/24,
+ 172.120.216.0/24,
+ 172.120.222.0/24,
+ 172.120.200.0/24,
+ 172.120.195.0/24,
+ 172.120.198.0/23 ge 24 le 24,
+ 172.120.196.0/24,
+ 172.120.241.0/24,
+ 172.120.242.0/24,
+ 172.120.253.0/24,
+ 172.120.224.0/24,
+ 172.120.152.0/24,
+ 172.120.157.0/24,
+ 172.120.150.0/24,
+ 172.120.137.0/24,
+ 172.120.129.0/22 ge 24 le 24,
+ 172.120.176.0/20 ge 24 le 24,
+ 172.120.172.0/24,
+ 172.79.85.0/24,
+ 172.79.79.0/22 le 24,
+ 172.79.105.0/24,
+ 172.79.101.0/21 le 24,
+ 172.79.126.0/21 le 24,
+ 172.79.12.0/20 le 24,
+ 172.79.162.0/23 le 24,
+ 172.79.175.0/23 le 24,
+ 172.79.188.0/22 le 24,
+ 172.79.254.0/18 le 24,
+ 172.78.239.0/22 ge 24 le 24,
+ 172.77.122.0/24,
+ 172.77.22.0/20 le 24,
+ 172.76.238.0/21 le 24,
+ 172.72.194.0/20 le 24,
+ 172.71.92.0/15 le 24,
+ 172.67.160.0/24,
+ 172.67.224.0/21 le 24,
+ 172.67.222.0/19 le 24,
+ 172.66.33.0/24,
+ 172.66.52.0/24,
+ 172.66.61.0/24,
+ 172.66.19.0/24,
+ 172.66.28.0/24,
+ 172.66.24.0/24,
+ 172.66.0.0/24,
+ 172.66.11.0/24,
+ 172.66.118.0/24,
+ 172.66.112.0/23 ge 24 le 24,
+ 172.241.176.0/21 ge 24 le 24,
+ 173.173.148.0/20 le 24,
+ 173.173.189.0/20 le 24,
+ 173.147.221.0/24,
+ 173.147.124.0/17 le 24,
+ 173.146.68.0/18 le 24,
+ 173.146.249.0/19 le 24,
+ 173.144.231.0/24,
+ 173.144.228.0/24,
+ 173.144.227.0/24,
+ 173.144.224.0/24,
+ 173.144.235.0/23 ge 24 le 24,
+ 173.144.233.0/24,
+ 173.220.226.0/16 le 24,
+ 173.57.213.0/24,
+ 173.51.125.0/22 le 24,
+ 173.55.127.0/24,
+ 173.55.124.0/24,
+ 173.55.250.0/17 le 24,
+ 173.53.225.0/16 le 24,
+ 173.44.91.0/22 le 24,
+ 173.44.105.0/24,
+ 173.45.228.0/24,
+ 173.45.238.0/23 ge 24 le 24,
+ 173.45.216.0/19 le 24,
+ 173.47.10.0/22 ge 23 le 24,
+ 173.47.16.0/22 ge 23 le 24,
+ 173.41.211.0/18 le 24,
+ 173.43.175.0/20 le 24,
+ 173.42.94.0/24,
+ 173.39.149.0/22 le 24,
+ 173.2.14.0/23 le 24,
+ 173.2.72.0/20 le 24,
+ 173.3.158.0/24,
+ 173.0.218.0/24,
+ 173.0.220.0/24,
+ 173.0.190.0/24,
+ 173.4.241.0/19 le 24,
+ 173.6.37.0/24,
+ 173.15.176.0/16 le 24,
+ 173.9.93.0/23 le 24,
+ 173.9.50.0/24,
+ 173.9.36.0/20 le 24,
+ 173.11.220.0/16 le 24,
+ 173.10.179.0/24,
+ 173.10.110.0/24,
+ 173.10.101.0/24,
+ 173.10.99.0/24,
+ 173.10.116.0/24,
+ 173.10.119.0/24,
+ 173.10.120.0/24,
+ 173.10.76.0/23 ge 24 le 24,
+ 173.10.79.0/24,
+ 173.10.75.0/24,
+ 173.10.67.0/24,
+ 173.10.64.0/24,
+ 173.10.89.0/24,
+ 173.10.92.0/24,
+ 173.16.176.0/20 le 24,
+ 173.17.107.0/20 le 24,
+ 173.17.141.0/20 le 24,
+ 173.19.99.0/19 ge 20 le 24,
+ 173.18.127.0/20 le 24,
+ 173.20.11.0/24,
+ 173.20.0.0/24,
+ 173.20.4.0/24,
+ 173.20.25.0/23 ge 24 le 24,
+ 173.20.74.0/20 le 24,
+ 173.21.3.0/20 le 24,
+ 173.21.80.0/22 le 24,
+ 173.21.85.0/24,
+ 173.21.165.0/19 le 24,
+ 173.23.162.0/19 le 24,
+ 173.24.175.0/24,
+ 173.24.45.0/24,
+ 173.26.116.0/24,
+ 173.31.217.0/18 le 24,
+ 173.28.210.0/18 le 24,
+ 173.29.147.0/19 ge 20 le 24,
+ 173.29.216.0/20 le 24,
+ 173.29.7.0/20 le 24,
+ 175.81.228.0/15 le 24,
+ 175.82.222.0/17 le 24,
+ 175.95.91.0/24,
+ 175.28.165.0/13 ge 16 le 24,
+ 175.187.159.0/18 le 24,
+ 175.176.107.0/20 le 24,
+ 175.177.221.0/20 le 24,
+ 175.177.80.0/18 le 24,
+ 175.178.128.0/17 le 24,
+ 174.196.21.0/22 le 24,
+ 174.245.9.0/24,
+ 174.253.41.0/20 le 24,
+ 174.164.252.0/20 le 24,
+ 174.168.221.0/23 ge 24 le 24,
+ 174.175.182.0/20 le 24,
+ 174.75.36.0/24,
+ 174.75.33.0/24,
+ 174.75.103.0/19 le 24,
+ 182.133.66.0/16 le 24,
+ 182.137.206.0/14 le 24,
+ 182.159.116.0/24,
+ 182.156.111.0/21 le 24,
+ 182.154.125.0/21 le 24,
+ 182.212.95.0/21 le 24,
+ 182.212.189.0/19 le 24,
+ 182.194.232.0/20 ge 23 le 24,
+ 182.194.251.0/22 ge 23 le 24,
+ 182.194.253.0/22 le 24,
+ 182.194.240.0/22 ge 23 le 24,
+ 182.194.246.0/22 le 24,
+ 182.194.210.0/22 ge 23 le 24,
+ 182.194.213.0/22 le 24,
+ 182.194.220.0/22 ge 23 le 24,
+ 182.194.218.0/22 le 24,
+ 182.194.207.0/20 ge 24 le 24,
+ 182.194.169.0/22 ge 24 le 24,
+ 182.194.174.0/22 ge 23 le 24,
+ 182.194.160.0/21 le 24,
+ 182.194.190.0/20 ge 21 le 24,
+ 182.194.141.0/21 le 24,
+ 182.194.132.0/21 ge 22 le 24,
+ 182.194.156.0/20 ge 21 le 24,
+ 182.194.109.0/20 ge 21 le 24,
+ 182.194.113.0/21 le 24,
+ 182.194.47.0/19 ge 24 le 24,
+ 182.194.0.0/20 ge 24 le 24,
+ 182.194.27.0/21 ge 24 le 24,
+ 182.194.20.0/22 ge 24 le 24,
+ 182.194.18.0/23 ge 24 le 24,
+ 182.194.16.0/24,
+ 182.249.250.0/24,
+ 182.240.117.0/23 ge 24 le 24,
+ 182.240.118.0/24,
+ 182.231.122.0/24,
+ 182.231.106.0/24,
+ 182.231.101.0/24,
+ 182.239.165.0/18 le 24,
+ 182.233.188.0/23 le 24,
+ 182.235.145.0/24,
+ 182.235.155.0/24,
+ 182.235.158.0/24,
+ 182.123.176.0/23 le 24,
+ 182.112.109.0/15 le 24,
+ 182.114.57.0/16 ge 21 le 24,
+ 182.115.5.0/20 le 24,
+ 182.115.21.0/23 ge 24 le 24,
+ 182.115.29.0/21 ge 24 le 24,
+ 182.115.52.0/20 le 24,
+ 182.115.37.0/22 ge 24 le 24,
+ 182.115.34.0/23 ge 24 le 24,
+ 182.115.41.0/22 ge 24 le 24,
+ 182.115.45.0/24,
+ 182.115.47.0/23 ge 24 le 24,
+ 182.115.97.0/21 ge 24 le 24,
+ 182.115.108.0/24,
+ 182.115.110.0/23 ge 24 le 24,
+ 182.115.104.0/23 ge 24 le 24,
+ 182.115.106.0/24,
+ 182.115.127.0/20 ge 24 le 24,
+ 182.115.80.0/24,
+ 182.115.83.0/23 ge 24 le 24,
+ 182.115.85.0/22 ge 24 le 24,
+ 182.115.94.0/21 ge 24 le 24,
+ 182.115.70.0/22 ge 24 le 24,
+ 182.115.74.0/24,
+ 182.115.78.0/23 ge 24 le 24,
+ 182.115.249.0/18 ge 24 le 24,
+ 182.115.173.0/19 ge 23 le 24,
+ 182.115.134.0/20 ge 24 le 24,
+ 182.118.242.0/17 ge 24 le 24,
+ 182.118.99.0/18 ge 24 le 24,
+ 182.118.52.0/20 ge 21 le 24,
+ 182.118.33.0/20 ge 24 le 24,
+ 182.118.24.0/22 ge 24 le 24,
+ 182.118.2.0/24,
+ 182.118.1.0/24,
+ 182.118.11.0/24,
+ 182.118.8.0/24,
+ 182.118.12.0/24,
+ 182.118.15.0/23 ge 24 le 24,
+ 183.59.195.0/18 ge 24 le 24,
+ 183.73.203.0/22 le 24,
+ 183.108.72.0/22 le 24,
+ 183.224.198.0/18 le 24,
+ 183.225.219.0/24,
+ 181.128.56.0/21 ge 24 le 24,
+ 181.148.89.0/20 le 24,
+ 181.230.119.0/20 ge 21 le 24,
+ 181.230.102.0/22 ge 24 le 24,
+ 181.230.99.0/23 ge 24 le 24,
+ 181.224.39.0/24,
+ 181.216.232.0/20 le 24,
+ 181.217.174.0/20 le 24,
+ 181.206.32.0/21 le 24,
+ 181.200.35.0/24,
+ 180.216.189.0/22 le 24,
+ 180.210.2.0/24,
+ 180.210.0.0/23 le 24,
+ 180.210.8.0/24,
+ 180.2.187.0/24,
+ 180.2.180.0/24,
+ 180.2.179.0/24,
+ 177.166.238.0/24,
+ 177.171.62.0/21 ge 22 le 24,
+ 177.171.45.0/20 le 24,
+ 177.168.112.0/19 ge 20 le 24,
+ 177.168.80.0/22 le 24,
+ 177.27.173.0/19 le 24,
+ 177.7.182.0/24,
+ 177.7.177.0/22 ge 24 le 24,
+ 177.4.114.0/24,
+ 177.38.227.0/16 le 24,
+ 177.47.198.0/18 le 24,
+ 177.45.180.0/15 le 24,
+ 177.70.232.0/14 le 24,
+ 177.87.4.0/22 ge 24 le 24,
+ 177.87.0.0/23 ge 24 le 24,
+ 177.87.13.0/23 ge 24 le 24,
+ 177.87.16.0/20 le 24,
+ 177.80.71.0/22 le 24,
+ 177.89.225.0/23 le 24,
+ 177.99.3.0/16 le 24,
+ 177.97.111.0/22 ge 24 le 24,
+ 177.97.172.0/24,
+ 177.97.174.0/24,
+ 176.246.30.0/24,
+ 176.125.83.0/22 le 24,
+ 176.125.11.0/20 le 24,
+ 176.125.38.0/20 le 24,
+ 176.18.245.0/20 le 24,
+ 176.0.25.0/24,
+ 176.0.15.0/24,
+ 176.0.225.0/23 le 24,
+ 176.0.136.0/24,
+ 176.0.134.0/24,
+ 176.0.130.0/24,
+ 176.0.154.0/24,
+ 176.1.171.0/24,
+ 176.1.80.0/24,
+ 176.1.91.0/24,
+ 176.1.64.0/24,
+ 176.1.71.0/24,
+ 176.1.6.0/24,
+ 176.1.23.0/24,
+ 176.1.28.0/23 ge 24 le 24,
+ 176.38.189.0/19 le 24,
+ 176.42.93.0/21 le 24,
+ 179.188.215.0/24,
+ 179.188.209.0/24,
+ 179.188.210.0/23 ge 24 le 24,
+ 179.190.152.0/18 le 24,
+ 179.185.63.0/20 le 24,
+ 179.149.100.0/24,
+ 179.144.17.0/19 le 24,
+ 179.144.113.0/24,
+ 179.144.114.0/24,
+ 179.144.116.0/24,
+ 179.159.119.0/23 le 24,
+ 179.255.250.0/22 le 24,
+ 179.255.226.0/22 le 24,
+ 179.254.105.0/23 le 24,
+ 179.33.250.0/22 le 24,
+ 179.105.111.0/22 le 24,
+ 179.106.142.0/22 le 24,
+ 179.123.200.0/24,
+ 179.123.202.0/24,
+ 179.122.219.0/21 le 24,
+ 179.122.246.0/20 le 24,
+ 179.122.239.0/20 ge 22 le 24,
+ 178.16.104.0/15 ge 16 le 24,
+ 178.18.48.0/23 le 24,
+ 178.18.50.0/23 ge 24 le 24,
+ 178.19.123.0/24,
+ 178.19.124.0/24,
+ 178.19.113.0/24,
+ 178.19.117.0/24,
+ 178.19.109.0/22 ge 23 le 24,
+ 178.19.233.0/22 le 24,
+ 178.19.221.0/24,
+ 178.19.192.0/24,
+ 178.19.195.0/23 ge 24 le 24,
+ 178.19.197.0/22 ge 24 le 24,
+ 178.204.209.0/24,
+ 178.204.221.0/23 ge 24 le 24,
+ 178.204.202.0/23 ge 24 le 24,
+ 178.204.207.0/23 le 24,
+ 178.204.205.0/24,
+ 178.204.184.0/24,
+ 178.204.182.0/23 ge 24 le 24,
+ 178.204.163.0/22 le 24,
+ 189.163.118.0/23 le 24,
+ 189.161.52.0/24,
+ 189.161.42.0/22 le 24,
+ 189.160.177.0/23 le 24,
+ 189.160.115.0/22 le 24,
+ 189.160.117.0/23 le 24,
+ 189.164.86.0/23 le 24,
+ 189.165.65.0/20 le 24,
+ 189.209.181.0/24,
+ 189.215.30.0/20 le 24,
+ 189.215.162.0/22 le 24,
+ 189.215.240.0/23 le 24,
+ 189.212.149.0/22 le 24,
+ 189.212.221.0/23 le 24,
+ 189.212.225.0/20 le 24,
+ 189.219.180.0/20 le 24,
+ 189.219.198.0/24,
+ 189.219.210.0/22 le 24,
+ 189.218.141.0/24,
+ 189.254.68.0/24,
+ 189.254.163.0/24,
+ 189.110.182.0/13 ge 16 le 24,
+ 189.82.238.0/20 le 24,
+ 189.82.202.0/24,
+ 189.85.26.0/20 le 24,
+ 189.85.8.0/24,
+ 189.85.11.0/23 ge 24 le 24,
+ 189.85.14.0/22 ge 23 le 24,
+ 189.85.5.0/21 ge 22 le 24,
+ 189.85.49.0/21 ge 22 le 24,
+ 189.85.99.0/23 le 24,
+ 189.68.141.0/24,
+ 189.65.63.0/24,
+ 188.200.69.0/24,
+ 188.200.87.0/24,
+ 188.200.112.0/23 ge 24 le 24,
+ 188.202.153.0/24,
+ 188.202.154.0/24,
+ 188.206.192.0/24,
+ 188.207.237.0/22 le 24,
+ 188.194.51.0/22 le 24,
+ 188.194.36.0/22 le 24,
+ 188.196.144.0/22 le 24,
+ 188.197.148.0/24,
+ 188.197.227.0/24,
+ 188.199.109.0/24,
+ 188.215.182.0/22 ge 24 le 24,
+ 188.214.162.0/22 le 24,
+ 188.212.55.0/24,
+ 188.212.52.0/23 ge 24 le 24,
+ 188.213.128.0/22 le 24,
+ 188.211.192.0/24,
+ 188.210.79.0/22 ge 24 le 24,
+ 188.222.127.0/24,
+ 188.222.124.0/24,
+ 188.222.184.0/22 le 24,
+ 188.223.117.0/22 le 24,
+ 188.221.128.0/22 le 24,
+ 188.216.55.0/24,
+ 188.216.232.0/22 le 24,
+ 188.217.90.0/22 le 24,
+ 188.239.57.0/24,
+ 188.238.118.0/22 ge 23 le 24,
+ 188.238.74.0/24,
+ 188.238.28.0/22 le 24,
+ 188.237.242.0/22 le 24,
+ 188.232.10.0/24,
+ 188.232.9.0/23 ge 24 le 24,
+ 188.232.224.0/22 le 24,
+ 188.235.45.0/22 le 24,
+ 188.235.39.0/22 ge 24 le 24,
+ 188.235.151.0/22 le 24,
+ 188.235.196.0/23 ge 24 le 24,
+ 188.234.223.0/22 le 24,
+ 188.227.109.0/22 le 24,
+ 188.225.181.0/22 le 24,
+ 188.224.105.0/22 le 24,
+ 188.228.60.0/24,
+ 188.228.62.0/23 le 24,
+ 188.229.43.0/22 le 24,
+ 188.230.124.0/22 le 24,
+ 188.230.105.0/22 le 24,
+ 188.251.155.0/24,
+ 188.251.87.0/23 ge 24 le 24,
+ 188.250.75.0/24,
+ 188.248.246.0/24,
+ 188.248.167.0/22 ge 24 le 24,
+ 188.254.225.0/22 le 24,
+ 188.242.140.0/22 le 24,
+ 188.242.11.0/23 le 24,
+ 188.242.8.0/23 ge 24 le 24,
+ 188.242.127.0/22 le 24,
+ 188.241.72.0/22 le 24,
+ 188.245.188.0/22 le 24,
+ 188.244.190.0/22 le 24,
+ 188.246.173.0/22 le 24,
+ 188.246.150.0/22 le 24,
+ 188.247.71.0/22 ge 24 le 24,
+ 188.145.75.0/24,
+ 188.146.79.0/22 ge 24 le 24,
+ 188.148.59.0/22 le 24,
+ 188.157.81.0/22 le 24,
+ 188.156.243.0/22 le 24,
+ 188.159.119.0/24,
+ 188.155.246.0/23 le 24,
+ 188.154.119.0/22 le 24,
+ 188.153.229.0/24,
+ 188.133.21.0/22 ge 23 le 24,
+ 188.133.132.0/22 le 24,
+ 188.135.51.0/24,
+ 188.135.165.0/22 ge 24 le 24,
+ 188.129.68.0/23 ge 24 le 24,
+ 188.136.17.0/22 le 24,
+ 188.136.245.0/22 ge 24 le 24,
+ 188.138.196.0/23 le 24,
+ 188.138.35.0/22 le 24,
+ 188.140.23.0/24,
+ 188.140.186.0/24,
+ 188.141.79.0/24,
+ 188.142.157.0/22 le 24,
+ 188.167.124.0/22 le 24,
+ 188.166.152.0/22 ge 23 le 24,
+ 188.161.244.0/24,
+ 188.160.6.0/22 le 24,
+ 188.172.121.0/22 le 24,
+ 188.169.104.0/22 le 24,
+ 188.168.153.0/23 ge 24 le 24,
+ 188.168.233.0/24,
+ 188.168.125.0/24,
+ 188.185.63.0/22 le 24,
+ 188.185.26.0/22 le 24,
+ 188.187.2.0/22 ge 24 le 24,
+ 188.186.109.0/24,
+ 188.186.41.0/24,
+ 188.186.181.0/24,
+ 188.186.182.0/24,
+ 188.186.141.0/22 le 24,
+ 188.186.196.0/24,
+ 188.189.25.0/22 le 24,
+ 188.189.11.0/23 le 24,
+ 188.190.186.0/22 le 24,
+ 188.190.37.0/22 ge 23 le 24,
+ 188.179.174.0/24,
+ 188.179.185.0/24,
+ 188.179.158.0/24,
+ 188.179.56.0/24,
+ 188.178.47.0/24,
+ 188.178.202.0/21 le 24,
+ 188.178.197.0/23 le 24,
+ 188.178.209.0/24,
+ 188.177.145.0/22 le 24,
+ 188.177.159.0/22 ge 24 le 24,
+ 188.177.171.0/24,
+ 188.182.18.0/22 ge 24 le 24,
+ 188.183.148.0/22 ge 24 le 24,
+ 188.180.183.0/24,
+ 188.180.198.0/22 le 24,
+ 188.181.230.0/24,
+ 188.111.200.0/22 ge 23 le 24,
+ 188.104.150.0/22 le 24,
+ 188.105.191.0/22 le 24,
+ 188.105.149.0/22 le 24,
+ 188.105.127.0/24,
+ 188.105.124.0/24,
+ 188.105.123.0/23 ge 24 le 24,
+ 188.105.121.0/24,
+ 188.107.81.0/24,
+ 188.107.51.0/22 le 24,
+ 188.98.11.0/22 le 24,
+ 188.99.124.0/24,
+ 188.96.154.0/22 le 24,
+ 188.100.0.0/24,
+ 188.101.248.0/24,
+ 188.101.42.0/22 le 24,
+ 188.102.157.0/24,
+ 188.103.192.0/22 le 24,
+ 188.103.4.0/24,
+ 188.115.8.0/22 le 24,
+ 188.114.15.0/22 le 24,
+ 188.114.255.0/24,
+ 188.113.222.0/22 le 24,
+ 188.113.210.0/22 le 24,
+ 188.113.41.0/24,
+ 188.112.21.0/24,
+ 188.117.191.0/22 le 24,
+ 188.117.111.0/22 le 24,
+ 188.116.142.0/22 le 24,
+ 188.116.197.0/22 le 24,
+ 188.118.73.0/22 le 24,
+ 188.124.175.0/22 le 24,
+ 188.127.117.0/23 ge 24 le 24,
+ 188.127.119.0/23 le 24,
+ 188.126.84.0/24,
+ 188.120.71.0/24,
+ 188.123.142.0/24,
+ 188.76.126.0/24,
+ 188.76.125.0/23 le 24,
+ 188.77.222.0/24,
+ 188.77.221.0/23 le 24,
+ 188.78.2.0/24,
+ 188.78.0.0/23 ge 24 le 24,
+ 188.73.129.0/22 le 24,
+ 188.73.107.0/24,
+ 188.73.4.0/24,
+ 188.74.22.0/24,
+ 188.74.21.0/23 le 24,
+ 188.74.27.0/22 le 24,
+ 188.75.143.0/24,
+ 188.75.50.0/24,
+ 188.75.54.0/24,
+ 188.68.84.0/22 le 24,
+ 188.69.75.0/24,
+ 188.69.218.0/22 le 24,
+ 188.69.241.0/24,
+ 188.69.189.0/22 le 24,
+ 188.69.159.0/24,
+ 188.70.145.0/22 le 24,
+ 188.71.159.0/24,
+ 188.71.157.0/24,
+ 188.67.31.0/22 le 24,
+ 188.67.14.0/24,
+ 188.67.12.0/23 ge 24 le 24,
+ 188.67.100.0/23 ge 24 le 24,
+ 188.67.207.0/24,
+ 188.67.241.0/22 le 24,
+ 188.66.121.0/23 ge 24 le 24,
+ 188.64.134.0/24,
+ 188.64.143.0/24,
+ 188.64.184.0/24,
+ 188.65.126.0/24,
+ 188.65.85.0/24,
+ 188.65.179.0/22 le 24,
+ 188.81.248.0/22 le 24,
+ 188.80.241.0/24,
+ 188.82.90.0/22 le 24,
+ 188.83.63.0/22 le 24,
+ 188.83.248.0/22 le 24,
+ 188.87.150.0/22 le 24,
+ 188.87.168.0/22 le 24,
+ 188.84.156.0/24,
+ 188.85.120.0/22 le 24,
+ 188.95.194.0/24,
+ 188.95.114.0/22 le 24,
+ 188.95.30.0/22 ge 24 le 24,
+ 188.94.73.0/23 le 24,
+ 188.92.26.0/24,
+ 188.92.68.0/24,
+ 188.92.70.0/24,
+ 188.92.188.0/23 le 24,
+ 188.93.126.0/23 ge 24 le 24,
+ 188.89.26.0/23 ge 24 le 24,
+ 188.88.45.0/23 ge 24 le 24,
+ 188.90.198.0/24,
+ 188.90.197.0/24,
+ 188.26.43.0/22 ge 24 le 24,
+ 188.27.43.0/24,
+ 188.27.59.0/24,
+ 188.28.65.0/24,
+ 188.28.67.0/24,
+ 188.31.84.0/24,
+ 188.30.9.0/23 le 24,
+ 188.30.31.0/22 le 24,
+ 188.18.249.0/22 ge 24 le 24,
+ 188.19.38.0/22 le 24,
+ 188.19.186.0/23 ge 24 le 24,
+ 188.16.140.0/22 le 24,
+ 188.16.214.0/23 le 24,
+ 188.16.42.0/22 le 24,
+ 188.23.41.0/23 le 24,
+ 188.23.207.0/22 le 24,
+ 188.23.254.0/22 le 24,
+ 188.21.59.0/22 le 24,
+ 188.20.200.0/22 le 24,
+ 188.20.58.0/22 le 24,
+ 188.20.0.0/24,
+ 188.1.139.0/22 le 24,
+ 188.0.142.0/23 le 24,
+ 188.0.141.0/23 ge 24 le 24,
+ 188.3.30.0/22 ge 24 le 24,
+ 188.2.22.0/24,
+ 188.6.242.0/22 le 24,
+ 188.6.169.0/22 le 24,
+ 188.6.73.0/22 le 24,
+ 188.6.16.0/22 le 24,
+ 188.7.229.0/22 le 24,
+ 188.7.217.0/24,
+ 188.7.218.0/23 ge 24 le 24,
+ 188.4.229.0/24,
+ 188.5.90.0/24,
+ 188.5.113.0/24,
+ 188.5.16.0/24,
+ 188.5.19.0/24,
+ 188.9.199.0/24,
+ 188.14.5.0/24,
+ 188.15.178.0/22 le 24,
+ 188.15.33.0/24,
+ 188.15.84.0/24,
+ 188.12.22.0/21 ge 22 le 24,
+ 188.13.186.0/23 ge 24 le 24,
+ 188.38.215.0/24,
+ 188.38.213.0/24,
+ 188.39.76.0/23 le 24,
+ 188.39.79.0/23 ge 24 le 24,
+ 188.39.64.0/23 ge 24 le 24,
+ 188.39.101.0/22 le 24,
+ 188.39.203.0/22 le 24,
+ 188.36.60.0/24,
+ 188.37.62.0/24,
+ 188.37.170.0/24,
+ 188.37.169.0/24,
+ 188.35.153.0/24,
+ 188.34.223.0/24,
+ 188.32.18.0/22 le 24,
+ 188.32.118.0/24,
+ 188.40.188.0/23 le 24,
+ 188.41.119.0/22 le 24,
+ 188.41.112.0/24,
+ 188.41.114.0/24,
+ 188.43.214.0/22 le 24,
+ 188.46.26.0/24,
+ 188.46.25.0/23 ge 24 le 24,
+ 188.45.146.0/22 le 24,
+ 188.44.163.0/22 le 24,
+ 188.44.36.0/24,
+ 188.44.19.0/24,
+ 188.58.235.0/23 ge 24 le 24,
+ 188.58.232.0/24,
+ 188.57.251.0/22 ge 24 le 24,
+ 188.56.141.0/23 le 24,
+ 188.56.190.0/24,
+ 188.56.188.0/24,
+ 188.56.74.0/24,
+ 188.61.104.0/22 le 24,
+ 188.61.108.0/24,
+ 188.61.111.0/24,
+ 188.61.92.0/24,
+ 188.61.223.0/22 le 24,
+ 188.61.150.0/22 le 24,
+ 188.60.216.0/22 le 24,
+ 188.50.47.0/23 le 24,
+ 188.50.44.0/23 ge 24 le 24,
+ 188.51.98.0/24,
+ 188.49.28.0/23 ge 24 le 24,
+ 188.49.31.0/24,
+ 188.53.175.0/23 ge 24 le 24,
+ 188.53.113.0/24,
+ 188.55.112.0/22 ge 24 le 24,
+ 188.55.250.0/24,
+ 188.55.248.0/24,
+ 188.54.33.0/22 ge 24 le 24,
+ 188.54.150.0/23 le 24,
+ 190.235.84.0/20 le 24,
+ 190.143.44.0/22 le 24,
+ 190.13.151.0/24,
+ 190.12.16.0/23 ge 24 le 24,
+ 190.74.245.0/18 ge 19 le 24,
+ 190.74.188.0/20 le 24,
+ 190.74.163.0/24,
+ 190.74.130.0/24,
+ 190.74.14.0/18 le 24,
+ 190.74.127.0/24,
+ 190.74.120.0/24,
+ 190.74.97.0/24,
+ 190.74.70.0/22 le 24,
+ 191.200.203.0/24,
+ 191.201.38.0/18 le 24,
+ 191.155.84.0/20 le 24,
+ 187.194.24.0/24,
+ 187.194.161.0/24,
+ 187.213.177.0/21 le 24,
+ 187.246.130.0/20 le 24,
+ 187.59.241.0/17 le 24,
+ 187.63.154.0/17 le 24,
+ 187.29.171.0/24,
+ 187.118.133.0/24,
+ 187.69.26.0/23 le 24,
+ 187.65.176.0/23 ge 24 le 24,
+ 187.65.179.0/23 le 24,
+ 186.250.126.0/19 le 24,
+ 186.207.91.0/24,
+ 186.204.153.0/21 le 24,
+ 186.180.157.0/24,
+ 186.134.91.0/19 le 24,
+ 186.51.137.0/23 le 24,
+ 184.224.147.0/19 le 24,
+ 184.225.34.0/20 le 24,
+ 184.225.69.0/19 le 24,
+ 184.236.192.0/22 le 24,
+ 184.239.178.0/24,
+ 184.239.224.0/23 ge 24 le 24,
+ 184.239.226.0/24,
+ 184.239.214.0/23 ge 24 le 24,
+ 184.239.74.0/24,
+ 184.234.190.0/18 le 24,
+ 184.235.212.0/19 ge 20 le 24,
+ 184.235.88.0/20 le 24,
+ 184.248.246.0/24,
+ 184.210.4.0/19 ge 20 le 24,
+ 184.147.109.0/20 le 24,
+ 184.146.52.0/20 le 24,
+ 184.146.92.0/20 le 24,
+ 184.168.133.0/20 le 24,
+ 184.168.198.0/22 le 24,
+ 184.169.223.0/22 le 24,
+ 184.163.92.0/20 le 24,
+ 184.163.248.0/24,
+ 184.162.224.0/20 le 24,
+ 184.162.94.0/20 le 24,
+ 184.183.25.0/19 ge 20 le 24,
+ 184.183.105.0/20 le 24,
+ 184.183.137.0/21 le 24,
+ 184.180.228.0/21 le 24,
+ 184.189.219.0/22 le 24,
+ 184.189.99.0/22 le 24,
+ 184.26.128.0/22 le 24,
+ 184.120.20.0/24,
+ 184.120.10.0/24,
+ 185.14.97.0/24,
+ 185.14.125.0/24,
+ 185.14.93.0/24,
+ 185.14.91.0/24,
+ 185.14.59.0/24,
+ 185.14.54.0/24,
+ 185.14.49.0/24,
+ 185.14.16.0/23 le 24,
+ 185.14.3.0/23 le 24,
+ 185.14.8.0/23 le 24,
+ 185.14.199.0/24,
+ 185.14.217.0/22 ge 23 le 24,
+ 185.14.236.0/24,
+ 185.14.244.0/24,
+ 185.14.183.0/24,
+ 185.14.169.0/24,
+ 185.14.151.0/23 le 24,
+ 185.14.144.0/24,
+ 185.14.158.0/24,
+ 185.14.156.0/24,
+ 185.14.140.0/24,
+ 185.14.131.0/23 le 24,
+ 185.8.151.0/23 le 24,
+ 185.8.157.0/24,
+ 185.8.187.0/22 ge 24 le 24,
+ 185.8.90.0/24,
+ 185.8.80.0/24,
+ 185.8.87.0/24,
+ 185.8.66.0/24,
+ 185.30.129.0/20 le 24,
+ 192.15.192.0/23 ge 24 le 24,
+ 192.15.167.0/18 le 24,
+ 192.10.206.0/23 ge 24 le 24,
+ 192.10.205.0/24,
+ 192.10.198.0/24,
+ 192.10.250.0/24,
+ 192.10.138.0/24,
+ 192.10.168.0/24,
+ 192.10.46.0/24,
+ 192.10.114.0/24,
+ 192.10.108.0/24,
+ 192.9.40.0/24,
+ 192.4.53.0/24,
+ 192.5.249.0/16 le 24,
+ 192.0.56.0/24,
+ 192.0.59.0/24,
+ 192.0.45.0/24,
+ 192.0.102.0/23 ge 24 le 24,
+ 192.0.66.0/23 ge 24 le 24,
+ 192.0.65.0/24,
+ 192.0.131.0/24,
+ 192.0.128.0/24,
+ 192.0.213.0/24,
+ 192.0.252.0/23 le 24,
+ 192.20.13.0/18 le 24,
+ 192.21.160.0/16 le 24,
+ 192.23.54.0/16 le 24,
+ 192.16.115.0/20 le 24,
+ 192.19.122.0/24,
+ 192.19.34.0/24,
+ 192.26.57.0/20 le 24,
+ 192.24.212.0/24,
+ 192.24.179.0/24,
+ 192.24.176.0/23 le 24,
+ 192.24.132.0/23 le 24,
+ 192.24.123.0/24,
+ 192.24.112.0/23 ge 24 le 24,
+ 192.24.23.0/24,
+ 192.24.3.0/24,
+ 192.29.141.0/19 le 24,
+ 192.29.183.0/23 le 24,
+ 192.29.27.0/24,
+ 192.29.6.0/24,
+ 192.29.106.0/24,
+ 192.29.84.0/24,
+ 192.29.81.0/22 le 24,
+ 192.29.95.0/21 ge 22 le 24,
+ 192.28.205.0/24,
+ 192.28.200.0/24,
+ 192.28.249.0/24,
+ 192.28.238.0/22 le 24,
+ 192.28.141.0/24,
+ 192.28.129.0/24,
+ 192.28.182.0/24,
+ 192.28.180.0/24,
+ 192.28.189.0/24,
+ 192.28.184.0/24,
+ 192.28.123.0/20 le 24,
+ 192.28.99.0/24,
+ 192.28.18.0/24,
+ 192.28.36.0/24,
+ 192.50.104.0/24,
+ 192.50.116.0/21 le 24,
+ 192.50.73.0/24,
+ 192.50.20.0/24,
+ 192.50.18.0/23 ge 24 le 24,
+ 192.50.237.0/23 le 24,
+ 192.48.64.0/22 le 24,
+ 192.48.54.0/22 le 24,
+ 192.48.158.0/24,
+ 192.48.138.0/21 le 24,
+ 192.48.179.0/21 le 24,
+ 192.49.75.0/23 le 24,
+ 192.49.68.0/24,
+ 192.49.19.0/23 le 24,
+ 192.49.17.0/24,
+ 192.49.11.0/24,
+ 192.49.135.0/24,
+ 192.49.247.0/24,
+ 192.60.152.0/21 ge 23 le 24,
+ 192.60.233.0/23 le 24,
+ 192.60.223.0/21 le 24,
+ 192.60.17.0/23 le 24,
+ 192.61.229.0/24,
+ 192.62.19.0/24,
+ 192.62.200.0/24,
+ 192.62.223.0/24,
+ 192.62.215.0/24,
+ 192.63.67.0/23 le 24,
+ 192.63.58.0/24,
+ 192.63.57.0/24,
+ 192.57.43.0/24,
+ 192.47.27.0/24,
+ 192.47.12.0/24,
+ 192.47.14.0/23 ge 24 le 24,
+ 192.47.154.0/24,
+ 192.47.214.0/24,
+ 192.43.184.0/23 ge 24 le 24,
+ 192.43.178.0/24,
+ 192.43.13.0/23 le 24,
+ 192.43.83.0/24,
+ 192.43.110.0/24,
+ 192.43.109.0/23 le 24,
+ 192.43.107.0/24,
+ 192.43.104.0/24,
+ 192.41.172.0/23 le 24,
+ 192.41.130.0/21 le 24,
+ 192.41.148.0/24,
+ 192.40.16.0/24,
+ 192.40.24.0/23 ge 24 le 24,
+ 192.40.8.0/22 le 24,
+ 192.40.13.0/23 le 24,
+ 192.40.1.0/24,
+ 192.40.5.0/23 ge 24 le 24,
+ 192.40.6.0/24,
+ 192.40.97.0/22 le 24,
+ 192.40.110.0/22 le 24,
+ 192.40.107.0/23 le 24,
+ 192.40.90.0/24,
+ 192.40.168.0/24,
+ 192.40.191.0/24,
+ 192.40.139.0/24,
+ 192.40.135.0/24,
+ 192.35.251.0/24,
+ 192.35.245.0/24,
+ 192.33.187.0/23 le 24,
+ 192.33.131.0/24,
+ 192.33.206.0/23 le 24,
+ 192.33.229.0/24,
+ 192.33.43.0/24,
+ 192.33.60.0/24,
+ 192.33.75.0/24,
+ 192.32.157.0/24,
+ 192.32.141.0/24,
+ 192.32.207.0/24,
+ 192.32.18.0/23 ge 24 le 24,
+ 192.32.16.0/24,
+ 192.37.71.0/21 ge 24 le 24,
+ 192.73.54.0/21 le 24,
+ 192.73.32.0/24,
+ 192.73.8.0/24,
+ 192.73.131.0/24,
+ 192.73.250.0/24,
+ 192.73.252.0/24,
+ 192.72.195.0/24,
+ 192.72.17.0/22 le 24,
+ 192.72.4.0/23 le 24,
+ 192.72.6.0/24,
+ 192.75.160.0/24,
+ 192.75.208.0/24,
+ 192.75.250.0/24,
+ 192.75.255.0/24,
+ 192.75.122.0/24,
+ 192.75.90.0/24,
+ 192.75.3.0/24,
+ 192.78.16.0/23 ge 24 le 24,
+ 192.78.23.0/24,
+ 192.78.41.0/22 ge 24 le 24,
+ 192.78.34.0/21 ge 24 le 24,
+ 192.78.126.0/23 ge 24 le 24,
+ 192.78.125.0/24,
+ 192.78.194.0/24,
+ 192.78.213.0/24,
+ 192.78.254.0/24,
+ 192.79.199.0/24,
+ 192.79.200.0/21 le 24,
+ 192.79.229.0/23 le 24,
+ 192.79.49.0/22 le 24,
+ 192.79.41.0/22 le 24,
+ 192.77.79.0/24,
+ 192.77.116.0/24,
+ 192.77.119.0/24,
+ 192.77.115.0/24,
+ 192.77.123.0/24,
+ 192.77.102.0/24,
+ 192.77.13.0/24,
+ 192.77.50.0/24,
+ 192.77.42.0/24,
+ 192.77.44.0/24,
+ 192.77.46.0/23 ge 24 le 24,
+ 192.77.32.0/24,
+ 192.65.87.0/23 le 24,
+ 192.65.181.0/20 le 24,
+ 192.66.233.0/24,
+ 192.66.245.0/24,
+ 192.66.215.0/24,
+ 192.66.203.0/24,
+ 192.66.198.0/23 ge 24 le 24,
+ 192.66.182.0/24,
+ 192.66.170.0/24,
+ 192.66.135.0/24,
+ 192.66.129.0/23 le 24,
+ 192.66.131.0/24,
+ 192.66.31.0/23 ge 24 le 24,
+ 192.66.27.0/24,
+ 192.66.3.0/23 ge 24 le 24,
+ 192.66.116.0/22 le 24,
+ 192.66.112.0/24,
+ 192.66.114.0/23 ge 24 le 24,
+ 192.66.96.0/22 ge 24 le 24,
+ 192.66.100.0/24,
+ 192.68.83.0/24,
+ 192.68.103.0/24,
+ 192.68.121.0/24,
+ 192.68.3.0/24,
+ 192.69.158.0/20 le 24,
+ 192.70.246.0/24,
+ 192.95.44.0/24,
+ 192.95.63.0/24,
+ 192.95.56.0/24,
+ 192.95.58.0/24,
+ 192.95.52.0/24,
+ 192.95.70.0/24,
+ 192.95.85.0/24,
+ 192.95.146.0/22 le 24,
+ 192.94.149.0/20 le 24,
+ 192.94.217.0/24,
+ 192.94.36.0/22 ge 24 le 24,
+ 192.94.41.0/21 le 24,
+ 192.94.15.0/22 le 24,
+ 192.94.2.0/23 ge 24 le 24,
+ 192.94.1.0/24,
+ 192.94.29.0/22 ge 24 le 24,
+ 192.92.231.0/24,
+ 192.92.226.0/24,
+ 192.92.242.0/24,
+ 192.92.13.0/24,
+ 192.92.72.0/24,
+ 192.93.3.0/24,
+ 192.93.100.0/24,
+ 192.93.117.0/24,
+ 192.88.71.0/24,
+ 192.88.86.0/24,
+ 192.88.201.0/24,
+ 192.88.181.0/24,
+ 192.91.145.0/24,
+ 192.91.208.0/24,
+ 192.87.230.0/24,
+ 192.87.238.0/24,
+ 192.87.232.0/24,
+ 192.87.252.0/24,
+ 192.87.244.0/24,
+ 192.87.246.0/23 le 24,
+ 192.87.112.0/24,
+ 192.84.50.0/24,
+ 192.81.237.0/24,
+ 192.81.248.0/24,
+ 192.81.221.0/24,
+ 192.81.101.0/24,
+ 192.82.81.0/24,
+ 192.82.3.0/24,
+ 192.82.45.0/23 ge 24 le 24,
+ 192.82.36.0/22 ge 24 le 24,
+ 192.82.33.0/23 ge 24 le 24,
+ 192.82.166.0/24,
+ 192.82.164.0/24,
+ 192.82.208.0/24,
+ 192.82.220.0/24,
+ 192.99.252.0/24,
+ 192.99.254.0/24,
+ 192.99.248.0/24,
+ 192.99.222.0/24,
+ 192.99.178.0/24,
+ 192.98.1.0/24,
+ 192.98.5.0/24,
+ 192.98.223.0/24,
+ 192.98.204.0/24,
+ 192.98.199.0/24,
+ 192.98.235.0/24,
+ 192.98.232.0/24,
+ 192.96.48.0/24,
+ 192.96.55.0/24,
+ 192.96.148.0/24,
+ 192.96.153.0/22 le 24,
+ 192.96.242.0/24,
+ 192.96.240.0/23 ge 24 le 24,
+ 192.96.251.0/22 le 24,
+ 192.96.230.0/23 ge 24 le 24,
+ 192.96.234.0/24,
+ 192.96.201.0/24,
+ 192.96.202.0/24,
+ 192.97.117.0/24,
+ 192.106.96.0/24,
+ 192.106.160.0/24,
+ 192.106.143.0/24,
+ 192.106.141.0/24,
+ 192.106.232.0/19 le 24,
+ 192.106.220.0/21 le 24,
+ 192.107.220.0/24,
+ 192.105.252.0/24,
+ 192.105.171.0/24,
+ 192.105.41.0/24,
+ 192.105.44.0/24,
+ 192.105.61.0/21 le 24,
+ 192.105.6.0/22 le 24,
+ 192.109.252.0/24,
+ 192.109.226.0/24,
+ 192.109.228.0/24,
+ 192.109.236.0/24,
+ 192.109.232.0/24,
+ 192.109.206.0/24,
+ 192.109.205.0/24,
+ 192.109.194.0/24,
+ 192.109.131.0/23 le 24,
+ 192.109.18.0/24,
+ 192.109.110.0/24,
+ 192.109.100.0/24,
+ 192.109.90.0/23 ge 24 le 24,
+ 192.110.249.0/24,
+ 192.110.151.0/23 ge 24 le 24,
+ 192.110.148.0/24,
+ 192.110.130.0/24,
+ 192.110.136.0/24,
+ 192.110.84.0/23 ge 24 le 24,
+ 192.120.76.0/24,
+ 192.120.94.0/24,
+ 192.120.87.0/24,
+ 192.120.29.0/24,
+ 192.120.156.0/24,
+ 192.120.182.0/24,
+ 192.123.34.0/20 le 24,
+ 192.126.198.0/22 le 24,
+ 192.115.245.0/24,
+ 192.114.145.0/23 le 24,
+ 192.112.250.0/24,
+ 192.112.186.0/24,
+ 192.118.234.0/24,
+ 192.118.233.0/23 le 24,
+ 192.118.238.0/22 le 24,
+ 192.118.225.0/24,
+ 192.118.245.0/24,
+ 192.118.129.0/24,
+ 192.117.14.0/20 le 24,
+ 192.117.253.0/24,
+ 192.130.113.0/24,
+ 192.130.55.0/24,
+ 192.130.56.0/24,
+ 192.130.227.0/24,
+ 192.130.141.0/24,
+ 192.132.66.0/24,
+ 192.132.24.0/24,
+ 192.132.192.0/24,
+ 192.132.163.0/24,
+ 192.132.146.0/24,
+ 192.133.104.0/24,
+ 192.133.64.0/24,
+ 192.133.68.0/24,
+ 192.133.21.0/24,
+ 192.133.216.0/24,
+ 192.133.135.0/24,
+ 192.135.214.0/24,
+ 192.135.24.0/24,
+ 192.135.53.0/24,
+ 192.135.109.0/24,
+ 192.142.142.0/24,
+ 192.142.70.0/24,
+ 192.142.64.0/24,
+ 192.142.94.0/24,
+ 192.142.90.0/24,
+ 192.142.62.0/23 le 24,
+ 192.143.88.0/24,
+ 192.143.83.0/23 ge 24 le 24,
+ 192.143.70.0/24,
+ 192.143.69.0/24,
+ 192.143.77.0/24,
+ 192.143.114.0/24,
+ 192.143.24.0/24,
+ 192.143.8.0/23 ge 24 le 24,
+ 192.143.10.0/24,
+ 192.143.57.0/24,
+ 192.143.132.0/24,
+ 192.143.130.0/24,
+ 192.143.142.0/24,
+ 192.143.136.0/24,
+ 192.143.154.0/24,
+ 192.143.152.0/24,
+ 192.143.151.0/23 le 24,
+ 192.143.148.0/23 ge 24 le 24,
+ 192.143.147.0/24,
+ 192.143.170.0/22 le 24,
+ 192.143.174.0/22 ge 24 le 24,
+ 192.143.163.0/21 le 24,
+ 192.143.176.0/21 le 24,
+ 192.143.186.0/23 le 24,
+ 192.143.185.0/24,
+ 192.143.188.0/24,
+ 192.143.190.0/23 ge 24 le 24,
+ 192.143.212.0/24,
+ 192.143.207.0/24,
+ 192.143.204.0/24,
+ 192.143.195.0/24,
+ 192.143.198.0/24,
+ 192.143.196.0/24,
+ 192.143.239.0/24,
+ 192.143.226.0/24,
+ 192.143.231.0/24,
+ 192.143.248.0/24,
+ 192.155.181.0/22 le 24,
+ 192.152.105.0/23 le 24,
+ 192.152.80.0/24,
+ 192.152.46.0/24,
+ 192.152.34.0/24,
+ 192.152.3.0/24,
+ 192.152.22.0/24,
+ 192.152.16.0/23 ge 24 le 24,
+ 192.153.89.0/24,
+ 192.153.10.0/24,
+ 192.153.170.0/24,
+ 192.153.165.0/22 le 24,
+ 192.153.144.0/24,
+ 192.157.10.0/24,
+ 192.157.50.0/23 le 24,
+ 192.157.62.0/24,
+ 192.157.142.0/23 le 24,
+ 192.156.161.0/24,
+ 192.156.187.0/24,
+ 192.156.133.0/24,
+ 192.156.129.0/23 le 24,
+ 192.156.239.0/23 le 24,
+ 192.156.236.0/24,
+ 192.156.241.0/24,
+ 192.156.221.0/24,
+ 192.156.223.0/24,
+ 192.156.109.0/24,
+ 192.156.9.0/24,
+ 192.156.12.0/24,
+ 192.156.56.0/24,
+ 192.156.40.0/24,
+ 192.156.42.0/23 le 24,
+ 192.156.32.0/22 le 24,
+ 192.159.60.0/24,
+ 192.159.29.0/21 le 24,
+ 192.159.193.0/24,
+ 192.159.222.0/24,
+ 192.159.244.0/24,
+ 192.159.235.0/24,
+ 192.159.224.0/24,
+ 192.159.189.0/23 le 24,
+ 192.158.139.0/22 le 24,
+ 192.158.134.0/24,
+ 192.158.197.0/24,
+ 192.158.199.0/24,
+ 192.158.193.0/23 le 24,
+ 192.158.223.0/22 le 24,
+ 192.146.123.0/24,
+ 192.146.119.0/24,
+ 192.146.64.0/24,
+ 192.146.26.0/24,
+ 192.146.54.0/24,
+ 192.146.35.0/24,
+ 192.147.55.0/24,
+ 192.147.215.0/24,
+ 192.147.227.0/24,
+ 192.145.30.0/22 le 24,
+ 192.145.227.0/24,
+ 192.145.130.0/24,
+ 192.145.128.0/23 ge 24 le 24,
+ 192.145.134.0/24,
+ 192.145.132.0/24,
+ 192.145.156.0/24,
+ 192.145.169.0/23 ge 24 le 24,
+ 192.145.183.0/24,
+ 192.145.191.0/24,
+ 192.144.11.0/23 le 24,
+ 192.144.104.0/20 ge 21 le 24,
+ 192.151.111.0/24,
+ 192.151.67.0/24,
+ 192.151.88.0/22 ge 23 le 24,
+ 192.150.90.0/23 le 24,
+ 192.149.243.0/22 le 24,
+ 192.149.254.0/22 le 24,
+ 192.149.196.0/24,
+ 192.149.122.0/24,
+ 192.149.125.0/24,
+ 192.148.92.0/23 le 24,
+ 192.148.96.0/23 le 24,
+ 192.148.4.0/18 le 24,
+ 192.164.78.0/24,
+ 192.164.90.0/24,
+ 192.164.57.0/24,
+ 192.164.59.0/23 le 24,
+ 192.164.63.0/24,
+ 192.164.36.0/21 le 24,
+ 192.164.42.0/24,
+ 192.164.219.0/24,
+ 192.165.221.0/24,
+ 192.165.222.0/23 le 24,
+ 192.165.219.0/24,
+ 192.165.239.0/20 le 24,
+ 192.165.144.0/23 le 24,
+ 192.165.84.0/19 le 24,
+ 192.168.239.0/23 le 24,
+ 192.169.25.0/24,
+ 192.169.9.0/22 le 24,
+ 192.169.57.0/24,
+ 192.169.119.0/19 le 24,
+ 192.170.215.0/24,
+ 192.170.77.0/18 le 24,
+ 192.171.232.0/20 le 24,
+ 192.174.25.0/22 ge 24 le 24,
+ 192.174.47.0/19 le 24,
+ 192.174.157.0/20 le 24,
+ 192.173.202.0/24,
+ 192.172.135.0/23 ge 24 le 24,
+ 192.172.189.0/24,
+ 192.172.165.0/24,
+ 192.191.96.0/20 le 24,
+ 192.191.74.0/19 le 24,
+ 192.189.160.0/18 le 24,
+ 192.188.105.0/24,
+ 192.184.135.0/24,
+ 192.184.141.0/23 le 24,
+ 192.184.157.0/24,
+ 192.184.202.0/24,
+ 192.184.81.0/24,
+ 192.184.82.0/24,
+ 192.184.85.0/24,
+ 192.184.79.0/23 ge 24 le 24,
+ 192.184.76.0/23 le 24,
+ 192.184.74.0/22 ge 24 le 24,
+ 192.185.164.0/24,
+ 192.185.184.0/23 le 24,
+ 192.185.188.0/24,
+ 192.185.216.0/24,
+ 192.185.209.0/24,
+ 192.185.56.0/24,
+ 192.186.96.0/24,
+ 192.186.98.0/23 le 24,
+ 192.186.102.0/23 le 24,
+ 192.186.12.0/24,
+ 192.186.56.0/24,
+ 192.186.58.0/23 le 24,
+ 192.186.61.0/22 le 24,
+ 192.186.154.0/24,
+ 192.186.183.0/24,
+ 192.249.157.0/24,
+ 192.249.186.0/24,
+ 192.249.184.0/23 le 24,
+ 192.249.34.0/24,
+ 192.249.29.0/24,
+ 192.249.30.0/23 le 24,
+ 192.249.26.0/23 le 24,
+ 192.249.25.0/24,
+ 192.249.20.0/24,
+ 192.249.9.0/23 le 24,
+ 192.249.10.0/24,
+ 192.255.72.0/20 le 24,
+ 192.254.126.0/24,
+ 192.254.121.0/24,
+ 192.254.101.0/24,
+ 192.254.110.0/24,
+ 192.254.109.0/24,
+ 192.254.104.0/24,
+ 192.254.86.0/22 le 24,
+ 192.254.95.0/24,
+ 192.254.93.0/23 le 24,
+ 192.254.91.0/22 le 24,
+ 192.254.169.0/24,
+ 192.254.164.0/23 le 24,
+ 192.254.183.0/22 ge 24 le 24,
+ 192.254.190.0/23 ge 24 le 24,
+ 192.254.189.0/24,
+ 192.254.144.0/24,
+ 192.254.146.0/24,
+ 192.254.149.0/24,
+ 192.254.231.0/24,
+ 192.254.245.0/24,
+ 192.254.246.0/24,
+ 192.254.242.0/24,
+ 192.254.198.0/23 le 24,
+ 192.253.218.0/22 le 24,
+ 192.253.239.0/20 le 24,
+ 192.253.246.0/21 le 24,
+ 192.253.143.0/24,
+ 192.253.136.0/24,
+ 192.253.130.0/24,
+ 192.253.94.0/23 le 24,
+ 192.253.91.0/24,
+ 192.253.89.0/24,
+ 192.253.64.0/22 ge 23 le 24,
+ 192.253.68.0/24,
+ 192.253.71.0/23 le 24,
+ 192.253.75.0/24,
+ 192.253.79.0/24,
+ 192.253.107.0/24,
+ 192.253.111.0/22 le 24,
+ 192.253.101.0/24,
+ 192.253.102.0/24,
+ 192.253.99.0/23 le 24,
+ 192.253.124.0/23 le 24,
+ 192.252.206.0/23 le 24,
+ 192.242.114.0/24,
+ 192.242.113.0/24,
+ 192.242.239.0/21 le 24,
+ 192.242.137.0/19 le 24,
+ 192.241.53.0/24,
+ 192.241.142.0/24,
+ 192.241.147.0/24,
+ 192.241.213.0/24,
+ 192.241.239.0/24,
+ 192.244.0.0/24,
+ 192.244.3.0/23 le 24,
+ 192.244.25.0/24,
+ 192.244.44.0/24,
+ 192.244.46.0/24,
+ 192.244.75.0/24,
+ 192.244.120.0/24,
+ 192.244.207.0/23 le 24,
+ 192.244.171.0/24,
+ 192.244.174.0/22 le 24,
+ 192.244.164.0/24,
+ 192.244.155.0/24,
+ 192.244.158.0/22 ge 24 le 24,
+ 192.244.144.0/24,
+ 192.245.97.0/24,
+ 192.245.66.0/24,
+ 192.245.144.0/24,
+ 192.245.177.0/23 le 24,
+ 192.245.163.0/23 le 24,
+ 192.245.161.0/24,
+ 192.245.170.0/24,
+ 192.231.168.0/23 le 24,
+ 192.231.141.0/20 le 24,
+ 192.231.147.0/21 le 24,
+ 192.231.158.0/22 le 24,
+ 192.231.152.0/23 le 24,
+ 192.229.20.0/20 le 24,
+ 192.228.20.0/21 le 24,
+ 192.228.24.0/22 le 24,
+ 192.228.29.0/23 le 24,
+ 192.238.146.0/24,
+ 192.238.117.0/24,
+ 192.238.124.0/23 le 24,
+ 192.236.1.0/24,
+ 192.236.3.0/23 le 24,
+ 192.236.4.0/22 le 24,
+ 192.236.8.0/21 le 24,
+ 192.236.31.0/24,
+ 192.236.113.0/23 ge 24 le 24,
+ 192.236.87.0/24,
+ 192.236.95.0/24,
+ 192.236.68.0/24,
+ 192.236.74.0/21 le 24,
+ 192.236.230.0/18 le 24,
+ 192.236.157.0/20 le 24,
+ 192.236.132.0/22 le 24,
+ 192.236.129.0/23 le 24,
+ 192.236.131.0/23 ge 24 le 24,
+ 192.236.174.0/24,
+ 192.236.162.0/24,
+ 192.236.165.0/24,
+ 192.232.21.0/24,
+ 192.217.214.0/19 le 24,
+ 192.217.39.0/22 le 24,
+ 192.217.34.0/23 le 24,
+ 192.219.88.0/21 ge 24 le 24,
+ 192.219.80.0/24,
+ 192.219.74.0/24,
+ 192.218.172.0/18 le 24,
+ 192.221.78.0/24,
+ 192.221.72.0/23 ge 24 le 24,
+ 192.221.75.0/23 le 24,
+ 192.221.68.0/21 le 24,
+ 192.220.205.0/23 le 24,
+ 192.220.78.0/17 le 24,
+ 192.223.50.0/20 le 24,
+ 192.222.242.0/24,
+ 192.222.206.0/24,
+ 192.222.94.0/24,
+ 192.214.117.0/22 le 24,
+ 192.215.164.0/24,
+ 192.212.134.0/23 le 24,
+ 192.212.155.0/24,
+ 192.212.211.0/24,
+ 192.212.79.0/24,
+ 192.212.97.0/24,
+ 192.213.47.0/24,
+ 192.213.156.0/17 le 24,
+ 192.209.54.0/19 le 24,
+ 192.209.100.0/22 le 24,
+ 192.208.54.0/24,
+ 192.208.81.0/23 le 24,
+ 192.210.166.0/24,
+ 192.195.9.0/22 le 24,
+ 192.195.16.0/21 le 24,
+ 192.193.22.0/20 le 24,
+ 192.193.3.0/21 le 24,
+ 192.193.117.0/20 le 24,
+ 192.198.11.0/23 le 24,
+ 192.198.112.0/23 le 24,
+ 192.198.118.0/22 le 24,
+ 192.198.124.0/24,
+ 192.198.158.0/24,
+ 192.198.189.0/23 le 24,
+ 192.198.184.0/24,
+ 192.198.250.0/24,
+ 192.198.194.0/24,
+ 192.197.148.0/24,
+ 192.196.14.0/24,
+ 192.196.63.0/24,
+ 192.200.240.0/20 le 24,
+ 192.200.227.0/23 ge 24 le 24,
+ 192.200.77.0/17 le 24,
+ 192.202.208.0/23 ge 24 le 24,
+ 192.202.212.0/24,
+ 192.202.199.0/23 le 24,
+ 192.202.201.0/24,
+ 192.203.184.0/23 le 24,
+ 192.203.192.0/23 ge 24 le 24,
+ 192.203.197.0/24,
+ 192.203.248.0/24,
+ 192.203.96.0/24,
+ 192.207.138.0/24,
+ 192.206.237.0/24,
+ 192.206.224.0/24,
+ 192.206.230.0/24,
+ 192.204.199.0/20 le 24,
+ 192.204.128.0/24,
+ 192.204.130.0/24,
+ 192.204.156.0/20 le 24,
+ 192.204.160.0/20 le 24,
+ 193.40.56.0/24,
+ 193.32.100.0/23 ge 24 le 24,
+ 193.32.140.0/23 ge 24 le 24,
+ 193.33.130.0/24,
+ 193.33.103.0/24,
+ 193.58.54.0/24,
+ 193.59.110.0/24,
+ 193.57.157.0/24,
+ 193.57.158.0/24,
+ 193.60.237.0/24,
+ 193.60.18.0/23 le 24,
+ 193.48.10.0/23 le 24,
+ 193.50.213.0/23 ge 24 le 24,
+ 193.50.246.0/24,
+ 193.53.135.0/24,
+ 193.53.141.0/24,
+ 193.53.136.0/24,
+ 193.52.216.0/24,
+ 193.52.78.0/24,
+ 193.52.52.0/24,
+ 193.52.55.0/24,
+ 193.55.74.0/24,
+ 193.55.170.0/24,
+ 193.19.144.0/23 ge 24 le 24,
+ 193.19.149.0/22 le 24,
+ 193.19.129.0/24,
+ 193.19.132.0/24,
+ 193.19.124.0/24,
+ 193.18.57.0/24,
+ 193.16.141.0/24,
+ 193.17.125.0/22 le 24,
+ 193.20.141.0/24,
+ 193.26.201.0/24,
+ 193.26.22.0/24,
+ 193.26.21.0/24,
+ 193.27.119.0/24,
+ 193.11.58.0/24,
+ 193.11.123.0/24,
+ 193.11.108.0/24,
+ 193.11.76.0/24,
+ 193.11.74.0/22 le 24,
+ 193.93.79.0/24,
+ 193.93.152.0/24,
+ 193.92.107.0/24,
+ 193.92.102.0/24,
+ 193.92.9.0/24,
+ 193.89.128.0/23 le 24,
+ 193.90.78.0/22 le 24,
+ 193.91.187.0/24,
+ 193.91.248.0/23 ge 24 le 24,
+ 193.91.19.0/22 le 24,
+ 193.91.29.0/24,
+ 193.64.96.0/19 le 24,
+ 193.64.56.0/19 le 24,
+ 193.65.127.0/24,
+ 193.65.118.0/24,
+ 193.148.195.0/23 le 24,
+ 193.152.243.0/24,
+ 193.137.167.0/24,
+ 193.137.76.0/22 ge 24 le 24,
+ 193.138.55.0/20 le 24,
+ 193.138.42.0/21 le 24,
+ 193.139.152.0/24,
+ 193.139.33.0/22 le 24,
+ 193.177.246.0/22 le 24,
+ 193.183.111.0/24,
+ 193.160.186.0/22 le 24,
+ 193.161.73.0/22 le 24,
+ 193.163.28.0/23 le 24,
+ 193.175.237.0/23 ge 24 le 24,
+ 193.175.234.0/24,
+ 193.175.222.0/22 ge 23 le 24,
+ 193.175.36.0/24,
+ 193.170.75.0/24,
+ 193.197.163.0/24,
+ 193.197.120.0/24,
+ 193.197.117.0/24,
+ 193.198.16.0/24,
+ 193.214.7.0/23 ge 24 le 24,
+ 193.214.5.0/23 le 24,
+ 193.213.218.0/24,
+ 193.243.20.0/24,
+ 193.243.27.0/24,
+ 193.243.7.0/24,
+ 193.243.11.0/24,
+ 193.247.195.0/24,
+ 193.251.13.0/24,
+ 193.230.196.0/24,
+ 193.229.162.0/24,
+ 195.166.8.0/23 ge 24 le 24,
+ 195.166.10.0/24,
+ 195.166.16.0/24,
+ 195.166.25.0/23 le 24,
+ 195.166.27.0/23 ge 24 le 24,
+ 195.166.49.0/24,
+ 195.166.57.0/24,
+ 195.166.62.0/24,
+ 195.167.82.0/24,
+ 195.161.150.0/24,
+ 195.168.251.0/24,
+ 195.169.250.0/22 le 24,
+ 195.169.255.0/24,
+ 195.180.24.0/22 le 24,
+ 195.180.240.0/22 le 24,
+ 195.182.201.0/24,
+ 195.182.220.0/24,
+ 195.128.194.0/24,
+ 195.133.135.0/22 ge 24 le 24,
+ 195.133.104.0/24,
+ 195.133.107.0/24,
+ 195.133.15.0/23 ge 24 le 24,
+ 195.133.52.0/23 ge 24 le 24,
+ 195.132.59.0/22 ge 24 le 24,
+ 195.135.32.0/22 le 24,
+ 195.138.36.0/24,
+ 195.155.197.0/24,
+ 195.154.17.0/23 ge 24 le 24,
+ 195.154.11.0/23 ge 24 le 24,
+ 195.153.89.0/23 ge 24 le 24,
+ 195.153.24.0/24,
+ 195.153.38.0/24,
+ 195.158.212.0/23 ge 24 le 24,
+ 195.148.237.0/24,
+ 195.148.2.0/24,
+ 195.148.0.0/24,
+ 195.146.82.0/24,
+ 195.147.203.0/22 le 24,
+ 195.147.198.0/22 le 24,
+ 195.145.3.0/24,
+ 195.145.223.0/22 ge 24 le 24,
+ 195.210.31.0/24,
+ 195.210.2.0/24,
+ 195.209.85.0/24,
+ 195.208.82.0/24,
+ 195.208.80.0/24,
+ 195.223.242.0/24,
+ 195.222.0.0/23 le 24,
+ 195.197.16.0/23 le 24,
+ 195.244.96.0/24,
+ 195.244.230.0/24,
+ 195.244.228.0/23 ge 24 le 24,
+ 195.244.237.0/22 ge 24 le 24,
+ 195.246.148.0/24,
+ 195.246.172.0/24,
+ 195.243.16.0/24,
+ 195.243.4.0/24,
+ 195.243.62.0/24,
+ 195.243.169.0/23 le 24,
+ 195.237.252.0/24,
+ 195.237.15.0/24,
+ 195.238.147.0/24,
+ 195.238.145.0/23 ge 24 le 24,
+ 195.235.44.0/21 ge 24 le 24,
+ 195.224.110.0/24,
+ 195.224.109.0/24,
+ 195.224.63.0/23 le 24,
+ 195.224.230.0/24,
+ 195.224.232.0/24,
+ 195.224.193.0/24,
+ 195.224.198.0/24,
+ 195.224.200.0/23 ge 24 le 24,
+ 195.224.204.0/23 ge 24 le 24,
+ 195.227.118.0/22 ge 24 le 24,
+ 195.127.254.0/24,
+ 195.127.76.0/23 le 24,
+ 195.124.189.0/23 ge 24 le 24,
+ 195.124.89.0/22 le 24,
+ 195.124.61.0/22 le 24,
+ 195.125.212.0/24,
+ 195.114.144.0/23 le 24,
+ 195.118.206.0/23 le 24,
+ 195.118.193.0/23 ge 24 le 24,
+ 195.118.240.0/23 le 24,
+ 195.77.254.0/23 le 24,
+ 195.77.57.0/23 le 24,
+ 195.77.75.0/24,
+ 195.29.229.0/22 ge 24 le 24,
+ 195.28.147.0/24,
+ 194.181.117.0/24,
+ 194.181.119.0/24,
+ 194.186.193.0/24,
+ 194.186.198.0/24,
+ 194.186.202.0/24,
+ 194.186.206.0/24,
+ 194.173.180.0/22 le 24,
+ 194.153.5.0/18 le 24,
+ 194.158.210.0/22 le 24,
+ 194.159.93.0/23 ge 24 le 24,
+ 194.159.97.0/23 le 24,
+ 194.148.13.0/22 le 24,
+ 194.137.209.0/23 le 24,
+ 194.217.45.0/23 le 24,
+ 194.216.126.0/24,
+ 194.216.108.0/24,
+ 194.206.94.0/22 ge 24 le 24,
+ 194.206.165.0/23 le 24,
+ 194.192.228.0/23 le 24,
+ 194.192.103.0/23 le 24,
+ 194.192.81.0/23 ge 24 le 24,
+ 194.194.57.0/24,
+ 194.198.130.0/23 le 24,
+ 194.252.236.0/23 le 24,
+ 194.237.80.0/24,
+ 194.228.233.0/24,
+ 194.28.142.0/24,
+ 194.26.208.0/24,
+ 194.19.30.0/22 le 24,
+ 194.17.115.0/22 le 24,
+ 194.17.120.0/21 le 24,
+ 194.17.111.0/20 le 24,
+ 194.17.89.0/19 le 24,
+ 194.17.50.0/19 le 24,
+ 194.17.12.0/21 le 24,
+ 194.17.28.0/20 le 24,
+ 194.17.253.0/22 le 24,
+ 194.17.247.0/21 le 24,
+ 194.17.228.0/21 le 24,
+ 194.17.223.0/20 le 24,
+ 194.17.195.0/21 le 24,
+ 194.17.202.0/22 le 24,
+ 194.17.167.0/22 le 24,
+ 194.17.168.0/22 le 24,
+ 194.17.179.0/22 le 24,
+ 194.17.183.0/24,
+ 194.17.188.0/21 le 24,
+ 194.17.152.0/20 le 24,
+ 194.17.132.0/22 le 24,
+ 194.17.142.0/21 le 24,
+ 194.14.152.0/24,
+ 194.5.122.0/22 le 24,
+ 194.5.114.0/21 le 24,
+ 194.5.109.0/20 le 24,
+ 194.5.168.0/19 le 24,
+ 194.5.223.0/18 le 24,
+ 194.47.243.0/22 le 24,
+ 194.40.211.0/17 le 24,
+ 194.41.3.0/22 ge 23 le 24,
+ 194.41.5.0/22 le 24,
+ 194.41.9.0/23 le 24,
+ 194.41.14.0/24,
+ 194.49.54.0/24,
+ 194.48.210.0/23 ge 24 le 24,
+ 194.91.10.0/22 le 24,
+ 194.92.55.0/18 le 24,
+ 194.86.97.0/22 le 24,
+ 194.86.124.0/22 le 24,
+ 194.86.121.0/22 ge 23 le 24,
+ 194.86.118.0/21 ge 22 le 24,
+ 194.86.57.0/23 le 24,
+ 194.84.99.0/24,
+ 194.104.43.0/24,
+ 194.104.62.0/24,
+ 194.115.249.0/23 le 24,
+ 194.116.92.0/24,
+ 194.116.124.0/24,
+ 194.116.109.0/24,
+ 194.116.111.0/24,
+ 194.121.125.0/23 ge 24 le 24,
+ 194.121.126.0/24,
+ 194.121.119.0/24,
+ 194.121.117.0/24,
+ 194.121.66.0/19 le 24,
+ 199.233.215.0/24,
+ 199.227.172.0/24,
+ 199.230.237.0/20 le 24,
+ 199.242.119.0/24,
+ 199.240.29.0/24,
+ 199.240.43.0/24,
+ 199.241.124.0/24,
+ 199.193.45.0/19 le 24,
+ 199.193.206.0/23 ge 24 le 24,
+ 199.203.86.0/24,
+ 199.203.61.0/24,
+ 199.203.63.0/23 ge 24 le 24,
+ 199.204.214.0/23 ge 24 le 24,
+ 199.208.239.0/24,
+ 199.208.192.0/24,
+ 199.208.196.0/24,
+ 199.208.177.0/24,
+ 199.208.182.0/24,
+ 199.208.185.0/24,
+ 199.208.187.0/24,
+ 199.208.37.0/23 ge 24 le 24,
+ 199.208.83.0/24,
+ 199.209.162.0/24,
+ 199.209.218.0/24,
+ 199.209.199.0/23 le 24,
+ 199.209.194.0/23 le 24,
+ 199.209.204.0/24,
+ 199.209.234.0/22 le 24,
+ 199.209.225.0/24,
+ 199.209.248.0/22 ge 24 le 24,
+ 199.209.21.0/22 le 24,
+ 199.209.26.0/24,
+ 199.209.45.0/23 ge 24 le 24,
+ 199.209.73.0/22 ge 23 le 24,
+ 199.209.70.0/22 le 24,
+ 199.209.95.0/22 le 24,
+ 199.211.142.0/24,
+ 199.211.129.0/23 le 24,
+ 199.211.182.0/24,
+ 199.211.179.0/24,
+ 199.211.202.0/22 le 24,
+ 199.211.246.0/22 le 24,
+ 199.211.225.0/22 ge 24 le 24,
+ 199.211.61.0/24,
+ 199.211.8.0/24,
+ 199.211.10.0/24,
+ 199.210.205.0/24,
+ 199.210.246.0/24,
+ 199.210.158.0/22 le 24,
+ 199.210.152.0/23 le 24,
+ 199.210.151.0/22 le 24,
+ 199.210.135.0/23 le 24,
+ 199.210.6.0/22 le 24,
+ 199.210.11.0/24,
+ 199.210.39.0/24,
+ 199.210.36.0/24,
+ 199.210.32.0/24,
+ 199.210.116.0/24,
+ 199.216.3.0/24,
+ 199.216.6.0/24,
+ 199.21.172.0/22 le 24,
+ 199.51.4.0/24,
+ 199.57.75.0/22 le 24,
+ 199.56.135.0/22 le 24,
+ 198.178.188.0/22 le 24,
+ 197.49.184.0/21 le 24,
+ 197.49.80.0/18 le 24,
+ 197.50.81.0/24,
+ 197.50.186.0/24,
+ 197.55.27.0/24,
+ 197.55.16.0/22 le 24,
+ 197.55.45.0/24,
+ 197.54.94.0/20 le 24,
+ 197.54.31.0/18 ge 19 le 24,
+ 197.56.122.0/16 le 24,
+ 197.59.7.0/22 le 24,
+ 197.60.121.0/19 le 24,
+ 197.34.249.0/21 le 24,
+ 197.34.240.0/24,
+ 197.35.178.0/24,
+ 197.35.121.0/24,
+ 197.35.50.0/24,
+ 197.35.40.0/24,
+ 197.35.47.0/24,
+ 197.35.36.0/24,
+ 197.36.146.0/24,
+ 197.36.161.0/19 le 24,
+ 197.37.238.0/21 le 24,
+ 197.37.161.0/23 le 24,
+ 197.37.26.0/17 le 24,
+ 197.39.7.0/24,
+ 197.39.103.0/24,
+ 197.39.166.0/24,
+ 197.39.153.0/24,
+ 197.39.143.0/24,
+ 197.39.140.0/24,
+ 197.39.250.0/24,
+ 197.39.215.0/24,
+ 197.38.217.0/20 le 24,
+ 197.40.25.0/22 le 24,
+ 197.45.209.0/23 le 24,
+ 197.47.197.0/23 le 24,
+ 197.47.199.0/24,
+ 197.47.38.0/22 le 24,
+ 197.47.33.0/23 le 24,
+ 197.14.99.0/24,
+ 197.14.219.0/24,
+ 197.14.166.0/24,
+ 197.12.164.0/24,
+ 197.13.198.0/22 le 24,
+ 197.8.16.0/22 le 24,
+ 197.8.20.0/23 le 24,
+ 197.8.22.0/24,
+ 197.9.32.0/24,
+ 197.9.148.0/20 le 24,
+ 197.11.240.0/22 le 24,
+ 197.0.151.0/21 le 24,
+ 197.0.176.0/20 le 24,
+ 197.1.245.0/24,
+ 197.1.45.0/17 le 24,
+ 197.6.35.0/19 le 24,
+ 197.6.85.0/22 ge 24 le 24,
+ 197.6.82.0/23 ge 24 le 24,
+ 197.6.88.0/22 le 24,
+ 197.6.64.0/22 ge 24 le 24,
+ 197.6.73.0/22 le 24,
+ 197.6.79.0/23 ge 24 le 24,
+ 197.26.149.0/24,
+ 197.26.151.0/24,
+ 197.26.141.0/24,
+ 197.26.131.0/24,
+ 197.26.251.0/24,
+ 197.26.248.0/24,
+ 197.26.96.0/23 le 24,
+ 197.26.98.0/24,
+ 197.26.85.0/24,
+ 197.26.68.0/24,
+ 197.26.64.0/24,
+ 197.26.53.0/24,
+ 197.24.183.0/24,
+ 197.25.217.0/24,
+ 197.25.215.0/23 le 24,
+ 197.25.203.0/24,
+ 197.25.201.0/23 le 24,
+ 197.25.130.0/24,
+ 197.25.141.0/22 le 24,
+ 197.25.3.0/24,
+ 197.25.22.0/23 le 24,
+ 197.25.89.0/24,
+ 197.25.108.0/24,
+ 197.25.105.0/23 ge 24 le 24,
+ 197.25.101.0/24,
+ 197.25.102.0/24,
+ 197.25.98.0/24,
+ 197.31.229.0/24,
+ 197.31.231.0/23 le 24,
+ 197.31.224.0/22 le 24,
+ 197.31.234.0/22 le 24,
+ 197.31.239.0/23 le 24,
+ 197.31.237.0/24,
+ 197.31.247.0/20 le 24,
+ 197.31.114.0/18 le 24,
+ 197.30.22.0/23 le 24,
+ 197.29.51.0/23 le 24,
+ 197.29.27.0/21 le 24,
+ 197.29.175.0/24,
+ 197.28.0.0/22 le 24,
+ 197.28.107.0/19 le 24,
+ 197.28.158.0/24,
+ 197.18.18.0/24,
+ 197.18.52.0/20 le 24,
+ 197.17.39.0/24,
+ 197.17.41.0/24,
+ 197.21.90.0/24,
+ 197.21.44.0/24,
+ 197.21.42.0/24,
+ 197.21.20.0/21 le 24,
+ 197.21.233.0/18 le 24,
+ 197.20.218.0/24,
+ 197.20.243.0/22 ge 23 le 24,
+ 197.23.35.0/24,
+ 197.23.62.0/24,
+ 197.23.57.0/24,
+ 197.23.19.0/24,
+ 197.23.190.0/24,
+ 197.23.188.0/24,
+ 197.23.173.0/24,
+ 197.23.224.0/24,
+ 197.23.252.0/24,
+ 197.23.255.0/24,
+ 197.23.212.0/24,
+ 197.23.221.0/24,
+ 197.22.115.0/24,
+ 197.65.211.0/24,
+ 197.68.65.0/23 le 24,
+ 197.68.97.0/20 le 24,
+ 197.70.131.0/23 le 24,
+ 197.71.204.0/21 le 24,
+ 197.73.56.0/24,
+ 197.73.4.0/22 le 24,
+ 197.73.84.0/22 le 24,
+ 197.73.90.0/22 le 24,
+ 197.73.94.0/23 le 24,
+ 197.72.201.0/24,
+ 197.72.216.0/23 ge 24 le 24,
+ 197.72.215.0/24,
+ 197.72.212.0/23 ge 24 le 24,
+ 197.72.208.0/22 le 24,
+ 197.72.146.0/22 le 24,
+ 197.72.150.0/23 ge 24 le 24,
+ 197.72.149.0/23 le 24,
+ 197.72.152.0/21 ge 22 le 24,
+ 197.72.129.0/23 ge 24 le 24,
+ 197.72.131.0/24,
+ 197.72.179.0/24,
+ 197.72.177.0/23 ge 24 le 24,
+ 197.72.183.0/24,
+ 197.72.165.0/24,
+ 197.72.172.0/23 le 24,
+ 197.72.111.0/24,
+ 197.72.113.0/24,
+ 197.72.125.0/24,
+ 197.72.86.0/24,
+ 197.72.92.0/24,
+ 197.72.89.0/24,
+ 197.72.19.0/20 le 24,
+ 197.72.48.0/24,
+ 197.75.221.0/22 le 24,
+ 197.78.46.0/24,
+ 197.79.98.0/24,
+ 197.79.161.0/24,
+ 197.79.252.0/24,
+ 197.77.106.0/21 le 24,
+ 197.77.193.0/23 le 24,
+ 197.77.196.0/24,
+ 197.81.86.0/24,
+ 197.81.108.0/19 le 24,
+ 197.80.244.0/24,
+ 197.83.252.0/16 le 24,
+ 197.85.161.0/21 le 24,
+ 197.86.115.0/21 le 24,
+ 197.94.223.0/24,
+ 197.94.211.0/22 ge 24 le 24,
+ 197.95.22.0/23 le 24,
+ 197.89.13.0/24,
+ 197.88.229.0/24,
+ 197.88.225.0/24,
+ 197.127.198.0/24,
+ 197.127.208.0/23 le 24,
+ 197.127.223.0/22 le 24,
+ 197.127.218.0/24,
+ 197.127.232.0/21 le 24,
+ 197.127.228.0/22 ge 24 le 24,
+ 197.127.226.0/23 ge 24 le 24,
+ 197.127.225.0/23 le 24,
+ 197.127.251.0/21 le 24,
+ 197.127.244.0/22 le 24,
+ 197.127.243.0/24,
+ 197.127.177.0/22 le 24,
+ 197.127.161.0/21 ge 22 le 24,
+ 197.127.171.0/21 le 24,
+ 197.127.132.0/24,
+ 197.127.61.0/24,
+ 197.127.59.0/24,
+ 197.127.1.0/24,
+ 197.127.9.0/24,
+ 197.127.14.0/24,
+ 197.127.12.0/24,
+ 197.127.122.0/23 le 24,
+ 197.127.120.0/24,
+ 197.127.116.0/24,
+ 197.127.87.0/23 le 24,
+ 197.127.93.0/21 le 24,
+ 197.126.37.0/24,
+ 197.126.24.0/24,
+ 197.126.180.0/24,
+ 197.125.234.0/20 le 24,
+ 197.124.34.0/22 le 24,
+ 197.124.112.0/24,
+ 197.124.78.0/24,
+ 197.124.73.0/23 le 24,
+ 197.124.64.0/24,
+ 197.124.199.0/23 le 24,
+ 197.124.167.0/24,
+ 197.121.237.0/22 le 24,
+ 197.120.195.0/21 le 24,
+ 197.123.97.0/24,
+ 197.123.111.0/21 le 24,
+ 197.123.6.0/24,
+ 197.123.206.0/24,
+ 197.123.186.0/24,
+ 197.123.129.0/24,
+ 197.112.161.0/21 le 24,
+ 197.112.174.0/23 le 24,
+ 197.112.243.0/19 le 24,
+ 197.112.85.0/20 le 24,
+ 197.112.61.0/23 ge 24 le 24,
+ 197.112.57.0/24,
+ 197.102.102.0/14 le 24,
+ 197.106.94.0/14 le 24,
+ 197.109.200.0/24,
+ 197.109.194.0/21 le 24,
+ 197.150.217.0/20 le 24,
+ 197.150.243.0/24,
+ 197.150.240.0/24,
+ 197.150.248.0/24,
+ 197.150.176.0/24,
+ 197.150.28.0/24,
+ 197.150.34.0/23 le 24,
+ 197.150.37.0/24,
+ 197.150.68.0/24,
+ 197.150.96.0/23 ge 24 le 24,
+ 197.150.116.0/23 le 24,
+ 197.150.118.0/24,
+ 197.148.184.0/24,
+ 197.149.251.0/24,
+ 197.149.98.0/23 ge 24 le 24,
+ 197.149.54.0/24,
+ 197.149.47.0/24,
+ 197.157.233.0/21 le 24,
+ 197.157.231.0/23 le 24,
+ 197.157.224.0/22 le 24,
+ 197.157.22.0/24,
+ 197.157.12.0/24,
+ 197.157.59.0/24,
+ 197.157.32.0/24,
+ 197.157.47.0/24,
+ 197.157.78.0/24,
+ 197.156.62.0/20 le 24,
+ 197.156.93.0/24,
+ 197.156.231.0/24,
+ 197.156.170.0/24,
+ 197.153.207.0/24,
+ 197.153.143.0/24,
+ 197.155.110.0/19 le 24,
+ 197.129.119.0/20 le 24,
+ 197.131.199.0/20 le 24,
+ 197.131.209.0/22 le 24,
+ 197.131.15.0/24,
+ 197.131.91.0/24,
+ 197.132.88.0/24,
+ 197.132.254.0/24,
+ 197.132.204.0/24,
+ 197.133.63.0/24,
+ 197.134.191.0/24,
+ 197.134.131.0/24,
+ 197.134.134.0/23 le 24,
+ 197.134.133.0/24,
+ 197.134.157.0/24,
+ 197.134.155.0/23 ge 24 le 24,
+ 197.142.174.0/21 le 24,
+ 197.143.4.0/22 ge 24 le 24,
+ 197.143.204.0/24,
+ 197.143.219.0/24,
+ 197.143.248.0/24,
+ 197.143.136.0/22 le 24,
+ 197.143.152.0/23 le 24,
+ 197.143.163.0/24,
+ 197.143.166.0/24,
+ 197.164.4.0/24,
+ 197.164.1.0/24,
+ 197.164.151.0/24,
+ 197.165.108.0/21 le 24,
+ 197.165.71.0/22 le 24,
+ 197.165.92.0/23 ge 24 le 24,
+ 197.165.11.0/24,
+ 197.165.1.0/24,
+ 197.166.46.0/22 le 24,
+ 197.166.242.0/24,
+ 197.167.7.0/21 le 24,
+ 197.167.9.0/22 le 24,
+ 197.167.206.0/24,
+ 197.167.202.0/24,
+ 197.167.146.0/24,
+ 197.167.165.0/24,
+ 197.167.166.0/24,
+ 197.167.188.0/24,
+ 197.160.156.0/24,
+ 197.161.183.0/23 le 24,
+ 197.161.49.0/24,
+ 197.162.131.0/16 le 24,
+ 197.173.235.0/24,
+ 197.173.237.0/24,
+ 197.173.247.0/24,
+ 197.173.241.0/24,
+ 197.173.204.0/24,
+ 197.173.129.0/23 le 24,
+ 197.173.141.0/24,
+ 197.173.158.0/24,
+ 197.173.122.0/24,
+ 197.173.97.0/23 le 24,
+ 197.173.91.0/24,
+ 197.173.92.0/22 le 24,
+ 197.173.86.0/23 le 24,
+ 197.173.84.0/23 ge 24 le 24,
+ 197.172.234.0/16 le 24,
+ 197.169.182.0/24,
+ 197.169.181.0/24,
+ 197.169.169.0/20 le 24,
+ 197.169.133.0/24,
+ 197.169.233.0/23 le 24,
+ 197.169.235.0/24,
+ 197.169.226.0/22 le 24,
+ 197.169.242.0/23 le 24,
+ 197.169.241.0/24,
+ 197.169.219.0/23 ge 24 le 24,
+ 197.169.217.0/24,
+ 197.169.220.0/22 le 24,
+ 197.169.195.0/22 ge 24 le 24,
+ 197.169.203.0/22 le 24,
+ 197.169.104.0/24,
+ 197.169.66.0/24,
+ 197.169.40.0/23 le 24,
+ 197.169.57.0/24,
+ 197.182.33.0/24,
+ 197.182.30.0/22 le 24,
+ 197.182.7.0/20 le 24,
+ 197.182.249.0/22 le 24,
+ 197.183.93.0/24,
+ 197.183.184.0/24,
+ 197.183.212.0/24,
+ 197.181.41.0/24,
+ 197.181.36.0/24,
+ 197.181.4.0/24,
+ 197.180.36.0/24,
+ 197.180.234.0/24,
+ 197.180.238.0/24,
+ 197.180.227.0/24,
+ 197.180.208.0/23 le 24,
+ 197.180.203.0/24,
+ 197.180.140.0/24,
+ 197.180.143.0/23 le 24,
+ 197.177.223.0/22 ge 24 le 24,
+ 197.177.217.0/22 le 24,
+ 197.177.234.0/24,
+ 197.177.49.0/22 le 24,
+ 197.177.56.0/24,
+ 197.177.17.0/24,
+ 197.177.11.0/23 le 24,
+ 197.177.109.0/24,
+ 197.177.87.0/24,
+ 197.177.72.0/23 le 24,
+ 197.176.121.0/20 le 24,
+ 197.176.97.0/21 le 24,
+ 197.176.108.0/22 le 24,
+ 197.176.139.0/24,
+ 197.176.231.0/24,
+ 197.176.214.0/24,
+ 197.176.218.0/24,
+ 197.179.16.0/24,
+ 197.179.19.0/23 le 24,
+ 197.179.53.0/22 le 24,
+ 197.179.138.0/24,
+ 197.179.224.0/22 le 24,
+ 197.178.170.0/24,
+ 197.178.181.0/24,
+ 197.178.149.0/23 le 24,
+ 197.190.120.0/23 ge 24 le 24,
+ 197.190.103.0/22 le 24,
+ 197.190.242.0/24,
+ 197.190.232.0/24,
+ 197.190.225.0/24,
+ 197.190.193.0/24,
+ 197.190.195.0/24,
+ 197.190.217.0/24,
+ 197.191.42.0/22 le 24,
+ 197.191.139.0/24,
+ 197.191.136.0/24,
+ 197.191.240.0/24,
+ 197.189.161.0/24,
+ 197.189.190.0/23 le 24,
+ 197.189.132.0/24,
+ 197.188.106.0/22 le 24,
+ 197.188.168.0/24,
+ 197.188.177.0/24,
+ 197.188.185.0/24,
+ 197.188.151.0/23 le 24,
+ 197.188.252.0/24,
+ 197.188.254.0/24,
+ 197.188.238.0/24,
+ 197.188.233.0/23 le 24,
+ 197.188.235.0/24,
+ 197.188.207.0/24,
+ 197.184.102.0/24,
+ 197.199.196.0/23 le 24,
+ 197.205.176.0/22 le 24,
+ 197.205.62.0/24,
+ 197.205.36.0/24,
+ 197.205.7.0/24,
+ 197.207.147.0/21 le 24,
+ 197.207.78.0/24,
+ 197.207.52.0/22 le 24,
+ 197.207.47.0/24,
+ 197.207.17.0/23 le 24,
+ 197.206.193.0/22 le 24,
+ 197.206.116.0/24,
+ 197.206.75.0/23 le 24,
+ 197.206.89.0/22 le 24,
+ 197.206.95.0/23 le 24,
+ 197.206.37.0/24,
+ 197.206.1.0/24,
+ 197.201.80.0/24,
+ 197.201.85.0/23 le 24,
+ 197.201.46.0/22 le 24,
+ 197.201.59.0/24,
+ 197.200.98.0/24,
+ 197.202.186.0/19 le 24,
+ 197.202.85.0/23 le 24,
+ 197.202.9.0/24,
+ 197.202.16.0/23 le 24,
+ 197.202.18.0/24,
+ 197.203.1.0/24,
+ 197.203.26.0/24,
+ 197.216.198.0/16 le 24,
+ 197.218.103.0/19 le 24,
+ 197.219.57.0/19 le 24,
+ 197.221.89.0/24,
+ 197.221.90.0/24,
+ 197.221.104.0/24,
+ 197.220.26.0/16 le 24,
+ 197.222.138.0/15 ge 16 le 24,
+ 197.209.122.0/16 le 24,
+ 197.208.147.0/24,
+ 197.230.168.0/24,
+ 197.230.161.0/24,
+ 197.230.141.0/23 ge 24 le 24,
+ 197.230.142.0/23 le 24,
+ 197.230.139.0/24,
+ 197.230.129.0/24,
+ 197.229.125.0/20 le 24,
+ 197.233.213.0/24,
+ 197.233.220.0/24,
+ 197.233.195.0/22 ge 24 le 24,
+ 197.233.197.0/24,
+ 197.233.198.0/24,
+ 197.233.243.0/24,
+ 197.233.253.0/23 ge 24 le 24,
+ 197.233.255.0/23 le 24,
+ 197.233.182.0/24,
+ 197.233.180.0/24,
+ 197.233.170.0/24,
+ 197.233.131.0/22 le 24,
+ 197.233.148.0/24,
+ 197.233.31.0/24,
+ 197.233.11.0/24,
+ 197.233.8.0/24,
+ 197.233.4.0/23 le 24,
+ 197.233.58.0/24,
+ 197.237.237.0/15 ge 16 le 24,
+ 197.255.86.0/21 le 24,
+ 197.255.47.0/18 le 24,
+ 197.252.157.0/20 le 24,
+ 197.252.129.0/21 le 24,
+ 197.252.183.0/24,
+ 197.251.244.0/20 le 24,
+ 197.250.246.0/20 le 24,
+ 197.250.0.0/24,
+ 197.250.126.0/24,
+ 197.248.30.0/22 le 24,
+ 197.248.57.0/24,
+ 197.248.112.0/19 le 24,
+ 197.245.64.0/16 le 24,
+ 197.240.92.0/21 le 24,
+ 197.240.247.0/24,
+ 197.240.242.0/23 ge 24 le 24,
+ 197.240.138.0/22 le 24,
+ 197.240.131.0/23 le 24,
+ 196.38.153.0/24,
+ 196.38.138.0/22 le 24,
+ 196.38.142.0/24,
+ 196.38.130.0/23 le 24,
+ 196.38.135.0/24,
+ 196.38.132.0/24,
+ 196.38.75.0/23 le 24,
+ 196.39.207.0/24,
+ 196.36.90.0/24,
+ 196.32.178.0/24,
+ 196.32.43.0/23 le 24,
+ 196.32.36.0/24,
+ 196.32.66.0/24,
+ 196.32.82.0/23 le 24,
+ 196.33.179.0/24,
+ 196.33.164.0/23 le 24,
+ 196.33.163.0/23 le 24,
+ 196.33.133.0/24,
+ 196.35.243.0/24,
+ 196.35.235.0/23 le 24,
+ 196.35.236.0/23 ge 24 le 24,
+ 196.35.226.0/23 le 24,
+ 196.35.225.0/24,
+ 196.35.228.0/24,
+ 196.35.230.0/23 ge 24 le 24,
+ 196.35.10.0/22 le 24,
+ 196.41.69.0/16 le 24,
+ 196.40.200.0/24,
+ 196.40.198.0/23 ge 24 le 24,
+ 196.42.8.0/24,
+ 196.46.188.0/22 le 24,
+ 196.46.173.0/21 le 24,
+ 196.46.160.0/24,
+ 196.46.159.0/21 le 24,
+ 196.46.103.0/24,
+ 196.46.51.0/21 le 24,
+ 196.55.116.0/22 le 24,
+ 196.55.155.0/22 ge 24 le 24,
+ 196.55.233.0/22 le 24,
+ 196.52.91.0/21 le 24,
+ 196.52.85.0/24,
+ 196.52.96.0/21 le 24,
+ 196.52.109.0/23 le 24,
+ 196.52.47.0/24,
+ 196.52.51.0/22 le 24,
+ 196.52.14.0/22 le 24,
+ 196.52.3.0/21 le 24,
+ 196.52.25.0/22 le 24,
+ 196.50.196.0/20 le 24,
+ 196.50.241.0/24,
+ 196.51.11.0/24,
+ 196.51.21.0/24,
+ 196.51.17.0/24,
+ 196.51.123.0/22 le 24,
+ 196.51.188.0/22 le 24,
+ 196.51.153.0/22 le 24,
+ 196.57.142.0/22 le 24,
+ 196.57.131.0/21 le 24,
+ 196.57.148.0/21 le 24,
+ 196.57.85.0/24,
+ 196.57.95.0/23 le 24,
+ 196.57.28.0/24,
+ 196.57.31.0/24,
+ 196.57.16.0/24,
+ 196.56.232.0/21 le 24,
+ 196.56.53.0/21 le 24,
+ 196.56.46.0/21 le 24,
+ 196.56.31.0/21 le 24,
+ 196.56.11.0/22 le 24,
+ 196.56.2.0/24,
+ 196.56.126.0/21 le 24,
+ 196.63.163.0/24,
+ 196.63.195.0/23 le 24,
+ 196.63.222.0/23 le 24,
+ 196.63.220.0/24,
+ 196.60.21.0/21 le 24,
+ 196.60.51.0/21 le 24,
+ 196.23.29.0/24,
+ 196.23.55.0/22 le 24,
+ 196.23.174.0/24,
+ 196.23.172.0/23 le 24,
+ 196.23.170.0/23 le 24,
+ 196.23.251.0/23 le 24,
+ 196.23.234.0/24,
+ 196.21.243.0/20 le 24,
+ 196.21.142.0/23 le 24,
+ 196.21.106.0/23 le 24,
+ 196.21.113.0/24,
+ 196.21.127.0/24,
+ 196.17.60.0/22 le 24,
+ 196.17.1.0/24,
+ 196.17.82.0/22 le 24,
+ 196.19.126.0/24,
+ 196.19.121.0/24,
+ 196.19.94.0/22 le 24,
+ 196.25.142.0/24,
+ 196.25.215.0/24,
+ 196.25.218.0/24,
+ 196.25.17.0/24,
+ 196.25.22.0/24,
+ 196.25.20.0/24,
+ 196.25.27.0/24,
+ 196.25.2.0/24,
+ 196.25.4.0/24,
+ 196.25.64.0/22 le 24,
+ 196.25.70.0/24,
+ 196.25.69.0/24,
+ 196.25.83.0/22 le 24,
+ 196.25.86.0/24,
+ 196.25.84.0/24,
+ 196.25.112.0/24,
+ 196.29.167.0/24,
+ 196.29.229.0/24,
+ 196.29.239.0/24,
+ 196.29.72.0/23 le 24,
+ 196.28.62.0/24,
+ 196.28.10.0/24,
+ 196.28.155.0/17 le 24,
+ 196.31.176.0/24,
+ 196.30.201.0/22 le 24,
+ 196.30.205.0/24,
+ 196.30.206.0/24,
+ 196.30.214.0/21 le 24,
+ 196.30.160.0/21 le 24,
+ 196.30.108.0/24,
+ 196.30.70.0/21 le 24,
+ 196.15.188.0/22 le 24,
+ 196.15.186.0/24,
+ 196.15.168.0/20 le 24,
+ 196.15.132.0/24,
+ 196.15.214.0/22 le 24,
+ 196.15.233.0/22 le 24,
+ 196.15.1.0/21 le 24,
+ 196.1.156.0/22 le 24,
+ 196.1.123.0/22 le 24,
+ 196.1.113.0/21 le 24,
+ 196.1.99.0/21 le 24,
+ 196.0.162.0/22 le 24,
+ 196.0.178.0/22 le 24,
+ 196.0.21.0/22 le 24,
+ 196.0.57.0/22 le 24,
+ 196.6.254.0/24,
+ 196.6.178.0/19 le 24,
+ 196.6.129.0/24,
+ 196.6.130.0/24,
+ 196.6.150.0/24,
+ 196.6.95.0/23 le 24,
+ 196.6.83.0/24,
+ 196.6.80.0/24,
+ 196.70.28.0/24,
+ 196.70.27.0/24,
+ 196.70.105.0/21 le 24,
+ 196.70.74.0/22 le 24,
+ 196.70.143.0/22 le 24,
+ 196.71.173.0/19 le 24,
+ 196.66.127.0/22 le 24,
+ 196.66.69.0/21 le 24,
+ 196.64.49.0/24,
+ 196.64.14.0/24,
+ 196.64.18.0/24,
+ 196.64.83.0/22 le 24,
+ 196.64.113.0/21 le 24,
+ 196.64.121.0/24,
+ 196.64.108.0/24,
+ 196.64.106.0/24,
+ 196.64.211.0/21 le 24,
+ 196.64.223.0/23 le 24,
+ 196.64.220.0/24,
+ 196.64.217.0/24,
+ 196.64.207.0/22 le 24,
+ 196.64.251.0/24,
+ 196.64.242.0/21 le 24,
+ 196.64.233.0/24,
+ 196.64.239.0/24,
+ 196.64.189.0/22 le 24,
+ 196.64.130.0/22 le 24,
+ 196.64.158.0/22 le 24,
+ 196.64.149.0/24,
+ 196.64.150.0/24,
+ 196.79.165.0/24,
+ 196.78.252.0/23 le 24,
+ 196.78.223.0/23 ge 24 le 24,
+ 196.78.168.0/23 le 24,
+ 196.78.105.0/17 le 24,
+ 196.76.195.0/24,
+ 196.76.136.0/18 le 24,
+ 196.76.94.0/24,
+ 196.74.136.0/24,
+ 196.75.20.0/19 le 24,
+ 196.73.15.0/24,
+ 196.73.28.0/24,
+ 196.73.121.0/24,
+ 196.73.67.0/24,
+ 196.73.85.0/24,
+ 196.86.137.0/21 le 24,
+ 196.85.82.0/23 le 24,
+ 196.85.127.0/24,
+ 196.85.125.0/24,
+ 196.85.38.0/22 le 24,
+ 196.85.44.0/21 le 24,
+ 196.85.15.0/22 le 24,
+ 196.85.179.0/22 le 24,
+ 196.85.135.0/23 ge 24 le 24,
+ 196.85.129.0/22 le 24,
+ 196.85.216.0/21 le 24,
+ 196.85.240.0/22 le 24,
+ 196.80.65.0/24,
+ 196.80.66.0/24,
+ 196.80.68.0/24,
+ 196.80.91.0/20 le 24,
+ 196.80.101.0/23 ge 24 le 24,
+ 196.80.108.0/24,
+ 196.80.110.0/23 le 24,
+ 196.80.106.0/23 le 24,
+ 196.80.251.0/24,
+ 196.80.233.0/24,
+ 196.80.224.0/24,
+ 196.80.202.0/24,
+ 196.80.199.0/23 ge 24 le 24,
+ 196.80.213.0/24,
+ 196.80.208.0/23 ge 24 le 24,
+ 196.80.139.0/24,
+ 196.80.175.0/22 le 24,
+ 196.80.168.0/23 le 24,
+ 196.80.189.0/24,
+ 196.81.9.0/23 le 24,
+ 196.81.0.0/24,
+ 196.81.22.0/24,
+ 196.81.29.0/24,
+ 196.81.113.0/24,
+ 196.81.115.0/23 ge 24 le 24,
+ 196.81.118.0/23 ge 24 le 24,
+ 196.81.117.0/24,
+ 196.81.121.0/22 ge 24 le 24,
+ 196.81.90.0/23 le 24,
+ 196.81.68.0/24,
+ 196.81.70.0/23 le 24,
+ 196.81.179.0/24,
+ 196.82.86.0/22 le 24,
+ 196.82.247.0/22 le 24,
+ 196.82.233.0/21 le 24,
+ 196.82.142.0/21 le 24,
+ 196.82.180.0/22 le 24,
+ 196.89.163.0/20 le 24,
+ 196.89.118.0/24,
+ 196.88.115.0/21 le 24,
+ 196.91.64.0/24,
+ 196.91.67.0/24,
+ 196.91.35.0/22 le 24,
+ 196.91.54.0/21 le 24,
+ 196.91.8.0/22 le 24,
+ 196.91.227.0/21 le 24,
+ 196.91.190.0/22 le 24,
+ 196.91.162.0/21 le 24,
+ 196.111.152.0/24,
+ 196.111.46.0/22 le 24,
+ 196.111.52.0/22 le 24,
+ 196.111.26.0/22 ge 24 le 24,
+ 196.111.108.0/22 le 24,
+ 196.108.110.0/24,
+ 196.109.165.0/23 le 24,
+ 196.109.162.0/24,
+ 196.109.174.0/24,
+ 196.109.50.0/24,
+ 196.105.76.0/22 le 24,
+ 196.105.116.0/24,
+ 196.105.118.0/24,
+ 196.105.180.0/22 le 24,
+ 196.105.216.0/24,
+ 196.105.223.0/24,
+ 196.106.197.0/24,
+ 196.106.205.0/22 le 24,
+ 196.106.211.0/22 le 24,
+ 196.106.181.0/22 le 24,
+ 196.106.170.0/22 le 24,
+ 196.106.119.0/21 le 24,
+ 196.107.229.0/21 le 24,
+ 196.107.198.0/24,
+ 196.101.67.0/17 le 24,
+ 196.103.38.0/22 le 24,
+ 196.96.157.0/22 le 24,
+ 196.96.149.0/22 le 24,
+ 196.98.95.0/16 le 24,
+ 196.120.49.0/24,
+ 196.120.8.0/21 le 24,
+ 196.121.189.0/21 le 24,
+ 196.121.59.0/22 le 24,
+ 196.121.61.0/23 le 24,
+ 196.121.63.0/23 ge 24 le 24,
+ 196.121.14.0/22 le 24,
+ 196.121.68.0/22 le 24,
+ 196.121.83.0/22 le 24,
+ 196.127.101.0/22 le 24,
+ 196.127.75.0/22 le 24,
+ 196.127.135.0/21 le 24,
+ 196.127.157.0/21 le 24,
+ 196.124.63.0/23 le 24,
+ 196.124.49.0/22 le 24,
+ 196.124.31.0/21 le 24,
+ 196.124.201.0/22 le 24,
+ 196.124.152.0/21 le 24,
+ 196.113.234.0/21 le 24,
+ 196.113.227.0/22 le 24,
+ 196.113.65.0/24,
+ 196.113.67.0/23 le 24,
+ 196.113.90.0/24,
+ 196.113.47.0/24,
+ 196.113.4.0/23 ge 24 le 24,
+ 196.119.118.0/24,
+ 196.119.115.0/23 le 24,
+ 196.118.121.0/20 le 24,
+ 196.117.152.0/24,
+ 196.116.70.0/23 ge 24 le 24,
+ 196.116.66.0/24,
+ 196.116.6.0/23 le 24,
+ 196.116.0.0/24,
+ 196.116.150.0/22 le 24,
+ 196.172.224.0/18 le 24,
+ 196.172.37.0/24,
+ 196.173.227.0/24,
+ 196.173.165.0/24,
+ 196.175.89.0/24,
+ 196.175.93.0/24,
+ 196.175.81.0/21 ge 24 le 24,
+ 196.175.64.0/23 le 24,
+ 196.175.69.0/24,
+ 196.175.74.0/23 ge 24 le 24,
+ 196.175.72.0/24,
+ 196.175.195.0/24,
+ 196.175.196.0/23 le 24,
+ 196.175.203.0/24,
+ 196.175.214.0/24,
+ 196.175.220.0/23 le 24,
+ 196.175.249.0/24,
+ 196.175.237.0/24,
+ 196.175.224.0/24,
+ 196.174.146.0/21 le 24,
+ 196.174.186.0/21 le 24,
+ 196.174.202.0/21 le 24,
+ 196.174.235.0/22 le 24,
+ 196.174.242.0/24,
+ 196.174.69.0/22 le 24,
+ 196.174.76.0/22 le 24,
+ 196.174.101.0/22 ge 24 le 24,
+ 196.174.8.0/21 le 24,
+ 196.174.61.0/24,
+ 196.174.49.0/22 le 24,
+ 196.167.77.0/21 le 24,
+ 196.161.12.0/19 le 24,
+ 196.161.35.0/22 le 24,
+ 196.163.191.0/24,
+ 196.163.183.0/21 le 24,
+ 196.163.220.0/24,
+ 196.183.199.0/21 le 24,
+ 196.183.79.0/22 le 24,
+ 196.183.121.0/21 le 24,
+ 196.183.105.0/23 le 24,
+ 196.183.107.0/24,
+ 196.182.190.0/24,
+ 196.182.183.0/22 le 24,
+ 196.182.101.0/24,
+ 196.182.121.0/22 le 24,
+ 196.180.125.0/19 le 24,
+ 196.180.94.0/20 le 24,
+ 196.180.74.0/22 le 24,
+ 196.180.13.0/22 ge 23 le 24,
+ 196.180.39.0/22 ge 23 le 24,
+ 196.180.51.0/24,
+ 196.180.48.0/23 ge 24 le 24,
+ 196.180.52.0/22 le 24,
+ 196.180.201.0/22 le 24,
+ 196.180.192.0/21 le 24,
+ 196.180.251.0/21 le 24,
+ 196.180.130.0/23 ge 24 le 24,
+ 196.180.128.0/24,
+ 196.180.153.0/22 le 24,
+ 196.180.190.0/21 le 24,
+ 196.191.129.0/24,
+ 196.191.113.0/21 le 24,
+ 196.191.69.0/24,
+ 196.191.81.0/24,
+ 196.191.83.0/23 le 24,
+ 196.191.93.0/24,
+ 196.191.44.0/22 le 24,
+ 196.191.42.0/24,
+ 196.190.148.0/24,
+ 196.190.189.0/24,
+ 196.190.179.0/24,
+ 196.190.216.0/24,
+ 196.190.246.0/24,
+ 196.186.18.0/24,
+ 196.186.26.0/24,
+ 196.186.64.0/23 le 24,
+ 196.186.99.0/22 le 24,
+ 196.186.171.0/24,
+ 196.186.166.0/24,
+ 196.186.234.0/22 le 24,
+ 196.187.26.0/21 le 24,
+ 196.187.152.0/24,
+ 196.187.191.0/24,
+ 196.187.198.0/21 le 24,
+ 196.185.30.0/23 ge 24 le 24,
+ 196.185.29.0/23 le 24,
+ 196.185.149.0/23 le 24,
+ 196.212.83.0/22 le 24,
+ 196.212.222.0/21 le 24,
+ 196.212.199.0/22 le 24,
+ 196.212.201.0/21 le 24,
+ 196.212.173.0/22 le 24,
+ 196.212.145.0/22 le 24,
+ 196.213.69.0/23 le 24,
+ 196.213.70.0/23 ge 24 le 24,
+ 196.213.9.0/21 le 24,
+ 196.213.63.0/22 le 24,
+ 196.213.176.0/22 le 24,
+ 196.213.254.0/21 le 24,
+ 196.213.231.0/22 le 24,
+ 196.213.200.0/22 le 24,
+ 196.213.193.0/23 le 24,
+ 196.214.242.0/23 le 24,
+ 196.214.255.0/24,
+ 196.214.198.0/24,
+ 196.214.190.0/19 le 24,
+ 196.214.153.0/20 le 24,
+ 196.214.134.0/23 le 24,
+ 196.214.131.0/22 le 24,
+ 196.214.85.0/22 le 24,
+ 196.214.120.0/23 le 24,
+ 196.214.106.0/22 le 24,
+ 196.214.53.0/22 le 24,
+ 196.210.142.0/21 le 24,
+ 196.210.134.0/22 le 24,
+ 196.210.202.0/24,
+ 196.210.197.0/24,
+ 196.222.2.0/22 le 24,
+ 196.223.245.0/22 le 24,
+ 196.223.213.0/21 le 24,
+ 196.223.61.0/24,
+ 196.223.96.0/24,
+ 196.223.111.0/24,
+ 196.223.109.0/24,
+ 196.223.104.0/24,
+ 196.220.93.0/24,
+ 196.220.91.0/23 le 24,
+ 196.220.100.0/24,
+ 196.220.209.0/24,
+ 196.220.215.0/24,
+ 196.220.213.0/24,
+ 196.220.188.0/24,
+ 196.220.178.0/23 le 24,
+ 196.220.171.0/24,
+ 196.220.169.0/24,
+ 196.220.163.0/21 le 24,
+ 196.220.135.0/21 le 24,
+ 196.216.185.0/24,
+ 196.216.170.0/22 le 24,
+ 196.216.141.0/21 le 24,
+ 196.216.72.0/23 le 24,
+ 196.216.111.0/21 le 24,
+ 196.203.132.0/22 le 24,
+ 196.203.140.0/23 le 24,
+ 196.203.154.0/24,
+ 196.203.145.0/23 ge 24 le 24,
+ 196.203.151.0/24,
+ 196.203.172.0/24,
+ 196.203.175.0/23 ge 24 le 24,
+ 196.203.162.0/24,
+ 196.203.161.0/24,
+ 196.203.181.0/22 le 24,
+ 196.203.179.0/24,
+ 196.203.176.0/23 ge 24 le 24,
+ 196.203.190.0/23 le 24,
+ 196.203.187.0/23 ge 24 le 24,
+ 196.203.184.0/24,
+ 196.203.218.0/23 le 24,
+ 196.203.223.0/23 le 24,
+ 196.203.241.0/24,
+ 196.203.103.0/24,
+ 196.203.104.0/24,
+ 196.203.111.0/22 ge 24 le 24,
+ 196.203.5.0/21 le 24,
+ 196.203.16.0/24,
+ 196.203.18.0/24,
+ 196.203.23.0/24,
+ 196.203.20.0/24,
+ 196.203.29.0/23 le 24,
+ 196.203.26.0/23 le 24,
+ 196.203.25.0/24,
+ 196.196.63.0/24,
+ 196.236.89.0/24,
+ 196.236.237.0/24,
+ 196.232.221.0/22 le 24,
+ 196.232.5.0/24,
+ 196.235.129.0/23 ge 24 le 24,
+ 196.235.133.0/23 ge 24 le 24,
+ 196.234.248.0/22 le 24,
+ 196.234.208.0/24,
+ 196.229.40.0/22 le 24,
+ 196.229.125.0/24,
+ 196.229.112.0/24,
+ 196.229.103.0/24,
+ 196.229.224.0/24,
+ 196.229.220.0/24,
+ 196.229.214.0/24,
+ 196.229.212.0/24,
+ 196.229.174.0/24,
+ 196.229.181.0/24,
+ 196.229.132.0/22 le 24,
+ 196.230.170.0/16 le 24,
+ 196.252.210.0/23 le 24,
+ 196.253.156.0/24,
+ 196.253.143.0/22 le 24,
+ 196.254.132.0/18 le 24,
+ 196.254.96.0/24,
+ 196.254.110.0/23 le 24,
+ 196.255.54.0/16 le 24,
+ 196.251.243.0/21 le 24,
+ 196.251.255.0/22 le 24,
+ 196.251.250.0/23 le 24,
+ 196.251.210.0/21 le 24,
+ 196.251.167.0/24,
+ 196.251.105.0/22 le 24,
+ 196.250.35.0/22 le 24,
+ 196.250.46.0/23 le 24,
+ 196.250.45.0/23 ge 24 le 24,
+ 196.250.42.0/23 le 24,
+ 196.250.40.0/24,
+ 196.250.82.0/24,
+ 196.250.223.0/23 le 24,
+ 196.250.253.0/24,
+ 196.250.250.0/23 le 24,
+ 196.250.249.0/24,
+ 196.250.130.0/24,
+ 196.250.164.0/24,
+ 196.250.167.0/24,
+ 196.249.57.0/24,
+ 196.249.60.0/23 le 24,
+ 196.249.14.0/23 le 24,
+ 196.249.7.0/24,
+ 196.249.16.0/23 le 24,
+ 196.249.29.0/22 le 24,
+ 196.249.78.0/21 ge 22 le 24,
+ 196.249.68.0/23 le 24,
+ 196.249.70.0/23 ge 24 le 24,
+ 196.249.64.0/24,
+ 196.249.66.0/23 le 24,
+ 196.249.85.0/21 le 24,
+ 196.249.116.0/24,
+ 196.249.119.0/24,
+ 196.249.120.0/23 ge 24 le 24,
+ 196.249.103.0/24,
+ 196.249.210.0/24,
+ 196.249.194.0/24,
+ 196.249.225.0/24,
+ 196.249.226.0/24,
+ 196.249.149.0/24,
+ 196.249.145.0/24,
+ 196.249.179.0/24,
+ 196.242.105.0/24,
+ 196.242.137.0/23 le 24,
+ 196.242.173.0/24,
+ 196.242.174.0/23 le 24,
+ 196.242.179.0/23 le 24,
+ 196.242.177.0/24,
+ 196.242.183.0/24,
+ 196.242.188.0/24,
+ 196.243.37.0/20 le 24,
+ 196.243.134.0/24,
+ 196.243.133.0/23 le 24,
+ 196.243.136.0/23 le 24,
+ 196.243.151.0/24,
+ 196.243.223.0/24,
+ 196.240.213.0/23 le 24,
+ 196.240.201.0/21 le 24,
+ 196.240.199.0/22 le 24,
+ 196.240.193.0/23 le 24,
+ 196.240.194.0/23 ge 24 le 24,
+ 196.240.120.0/24,
+ 196.240.65.0/21 ge 22 le 24,
+ 196.240.29.0/20 ge 22 le 24,
+ 196.240.3.0/21 ge 22 le 24,
+ 196.240.14.0/21 le 24,
+ 196.245.214.0/21 le 24,
+ 196.245.217.0/23 le 24,
+ 196.245.225.0/22 le 24,
+ 196.245.230.0/23 le 24,
+ 196.245.229.0/24,
+ 196.245.106.0/21 le 24,
+ 196.245.41.0/24,
+ 196.245.43.0/23 ge 24 le 24,
+ 196.247.218.0/22 le 24,
+ 196.247.233.0/20 le 24,
+ 196.247.5.0/24,
+ 196.246.229.0/22 le 24,
+ 196.246.226.0/22 ge 24 le 24,
+ 196.246.162.0/23 le 24,
+ 196.246.160.0/24,
+ 196.246.42.0/24,
+ 196.246.60.0/24,
+ 207.239.136.0/24,
+ 207.239.133.0/22 le 24,
+ 207.239.213.0/24,
+ 207.239.11.0/24,
+ 207.239.56.0/22 le 24,
+ 207.239.50.0/24,
+ 207.238.25.0/22 le 24,
+ 207.238.246.0/24,
+ 207.238.228.0/24,
+ 207.238.212.0/21 le 24,
+ 207.236.66.0/21 le 24,
+ 207.235.10.0/22 le 24,
+ 207.234.127.0/22 le 24,
+ 207.232.195.0/21 le 24,
+ 207.233.16.0/24,
+ 207.233.19.0/23 le 24,
+ 207.230.114.0/23 le 24,
+ 207.230.118.0/24,
+ 207.228.68.0/23 ge 24 le 24,
+ 207.229.58.0/24,
+ 207.229.63.0/22 le 24,
+ 207.225.223.0/21 le 24,
+ 207.226.180.0/21 le 24,
+ 207.241.85.0/24,
+ 207.241.68.0/22 le 24,
+ 207.252.30.0/24,
+ 207.253.191.0/24,
+ 207.207.155.0/19 le 24,
+ 207.218.239.0/18 le 24,
+ 207.210.253.0/23 ge 24 le 24,
+ 207.210.245.0/23 ge 24 le 24,
+ 207.210.208.0/24,
+ 207.178.124.0/20 le 24,
+ 207.173.89.0/21 le 24,
+ 207.173.80.0/22 le 24,
+ 207.165.118.0/21 le 24,
+ 207.136.239.0/16 le 24,
+ 207.134.96.0/19 le 24,
+ 207.133.54.0/23 ge 24 le 24,
+ 207.129.144.0/24,
+ 207.156.212.0/24,
+ 207.156.214.0/24,
+ 207.156.216.0/23 ge 24 le 24,
+ 207.156.220.0/24,
+ 207.156.245.0/24,
+ 207.157.6.0/24,
+ 207.64.237.0/16 le 24,
+ 207.127.136.0/18 le 24,
+ 207.53.215.0/22 le 24,
+ 207.53.210.0/24,
+ 207.53.208.0/23 ge 24 le 24,
+ 207.39.162.0/16 le 24,
+ 207.5.61.0/24,
+ 207.5.49.0/24,
+ 206.208.33.0/22 le 24,
+ 206.163.135.0/24,
+ 206.164.83.0/19 le 24,
+ 204.0.128.0/20 le 24,
+ 204.0.204.0/24,
+ 204.0.4.0/22 le 24,
+ 204.0.41.0/24,
+ 204.1.249.0/20 le 24,
+ 204.1.178.0/23 le 24,
+ 204.3.78.0/24,
+ 204.7.239.0/20 le 24,
+ 204.7.252.0/23 le 24,
+ 204.7.250.0/24,
+ 204.7.69.0/24,
+ 204.7.64.0/24,
+ 204.7.92.0/24,
+ 204.7.82.0/24,
+ 204.7.81.0/24,
+ 204.6.192.0/20 le 24,
+ 204.6.224.0/19 le 24,
+ 204.6.95.0/24,
+ 204.6.81.0/24,
+ 204.5.201.0/24,
+ 204.5.194.0/24,
+ 204.5.244.0/23 le 24,
+ 204.5.240.0/24,
+ 204.4.73.0/22 le 24,
+ 204.4.217.0/23 ge 24 le 24,
+ 204.13.115.0/23 le 24,
+ 204.13.118.0/24,
+ 204.13.10.0/22 le 24,
+ 204.13.240.0/19 le 24,
+ 204.12.42.0/23 ge 24 le 24,
+ 204.12.41.0/24,
+ 204.12.60.0/24,
+ 204.12.64.0/23 le 24,
+ 204.12.88.0/24,
+ 204.12.94.0/24,
+ 204.12.124.0/21 le 24,
+ 204.12.119.0/22 ge 23 le 24,
+ 204.12.210.0/24,
+ 204.10.187.0/24,
+ 204.10.148.0/24,
+ 204.10.255.0/22 le 24,
+ 204.10.214.0/24,
+ 204.8.233.0/24,
+ 204.8.255.0/24,
+ 204.8.253.0/23 le 24,
+ 204.8.39.0/24,
+ 204.8.74.0/22 le 24,
+ 204.26.41.0/24,
+ 204.21.104.0/24,
+ 204.21.114.0/24,
+ 204.21.18.0/22 le 24,
+ 204.21.55.0/22 ge 24 le 24,
+ 204.21.206.0/18 le 24,
+ 204.20.85.0/24,
+ 204.20.93.0/24,
+ 204.20.127.0/24,
+ 204.20.107.0/24,
+ 204.20.101.0/24,
+ 204.38.239.0/24,
+ 204.38.93.0/24,
+ 204.39.180.0/23 le 24,
+ 204.39.88.0/24,
+ 204.46.57.0/22 ge 24 le 24,
+ 204.46.63.0/23 ge 24 le 24,
+ 204.46.61.0/24,
+ 204.46.252.0/24,
+ 204.46.243.0/23 le 24,
+ 204.46.246.0/24,
+ 204.46.160.0/24,
+ 204.47.97.0/23 le 24,
+ 204.47.169.0/24,
+ 204.47.216.0/22 ge 24 le 24,
+ 204.45.100.0/24,
+ 204.45.238.0/19 le 24,
+ 204.45.208.0/22 ge 24 le 24,
+ 204.42.135.0/20 le 24,
+ 204.42.241.0/22 le 24,
+ 204.42.19.0/24,
+ 204.42.77.0/18 le 24,
+ 204.43.168.0/19 le 24,
+ 204.43.27.0/24,
+ 204.43.81.0/23 ge 24 le 24,
+ 204.43.87.0/24,
+ 204.43.91.0/23 ge 24 le 24,
+ 204.41.166.0/24,
+ 204.41.196.0/24,
+ 204.41.225.0/24,
+ 204.41.227.0/24,
+ 204.41.21.0/23 le 24,
+ 204.41.30.0/23 le 24,
+ 204.41.47.0/22 le 24,
+ 204.60.205.0/21 le 24,
+ 204.60.126.0/24,
+ 204.62.136.0/24,
+ 204.58.103.0/22 ge 23 le 24,
+ 204.58.65.0/24,
+ 204.58.75.0/24,
+ 204.58.212.0/20 le 24,
+ 204.59.126.0/22 le 24,
+ 204.59.65.0/24,
+ 204.59.69.0/24,
+ 204.59.53.0/20 le 24,
+ 204.57.57.0/19 le 24,
+ 204.57.170.0/24,
+ 204.48.17.0/19 le 24,
+ 204.48.204.0/23 le 24,
+ 204.49.8.0/19 le 24,
+ 204.51.120.0/24,
+ 204.51.58.0/24,
+ 204.51.2.0/19 le 24,
+ 204.51.131.0/22 le 24,
+ 204.51.248.0/20 ge 24 le 24,
+ 204.51.203.0/23 le 24,
+ 204.51.213.0/24,
+ 204.50.184.0/19 le 24,
+ 204.50.231.0/24,
+ 204.50.240.0/24,
+ 204.52.163.0/21 le 24,
+ 204.52.216.0/21 le 24,
+ 204.52.16.0/24,
+ 204.53.81.0/19 le 24,
+ 204.53.109.0/24,
+ 204.53.121.0/24,
+ 204.53.161.0/21 le 24,
+ 204.54.93.0/19 le 24,
+ 204.54.49.0/20 le 24,
+ 204.55.37.0/24,
+ 204.55.44.0/24,
+ 204.55.86.0/20 le 24,
+ 204.55.172.0/19 le 24,
+ 204.64.177.0/20 le 24,
+ 204.67.199.0/22 le 24,
+ 204.69.93.0/19 le 24,
+ 204.71.247.0/20 le 24,
+ 204.71.83.0/23 ge 24 le 24,
+ 204.71.80.0/24,
+ 204.71.84.0/22 ge 24 le 24,
+ 204.71.93.0/23 ge 24 le 24,
+ 204.71.90.0/24,
+ 204.71.88.0/24,
+ 204.70.13.0/20 le 24,
+ 204.77.83.0/20 le 24,
+ 204.77.170.0/22 le 24,
+ 204.76.125.0/22 ge 24 le 24,
+ 204.76.123.0/24,
+ 204.76.121.0/23 ge 24 le 24,
+ 204.76.118.0/22 ge 24 le 24,
+ 204.76.239.0/19 le 24,
+ 204.78.113.0/22 le 24,
+ 204.78.75.0/23 le 24,
+ 204.78.170.0/22 ge 24 le 24,
+ 204.78.182.0/24,
+ 204.78.181.0/24,
+ 204.74.81.0/18 le 24,
+ 204.74.243.0/24,
+ 204.74.247.0/23 ge 24 le 24,
+ 204.75.221.0/21 le 24,
+ 204.75.66.0/19 le 24,
+ 204.81.201.0/20 le 24,
+ 204.80.174.0/24,
+ 204.80.81.0/24,
+ 204.80.119.0/19 le 24,
+ 204.85.139.0/22 le 24,
+ 204.85.135.0/21 le 24,
+ 204.85.192.0/24,
+ 204.85.228.0/19 le 24,
+ 204.84.142.0/23 ge 24 le 24,
+ 204.84.139.0/24,
+ 204.84.131.0/24,
+ 204.84.135.0/24,
+ 204.84.188.0/22 ge 23 le 24,
+ 204.84.182.0/24,
+ 204.84.177.0/22 le 24,
+ 204.84.168.0/24,
+ 204.84.167.0/22 le 24,
+ 204.84.162.0/23 ge 24 le 24,
+ 204.87.50.0/21 le 24,
+ 204.87.7.0/22 le 24,
+ 204.86.169.0/22 le 24,
+ 204.86.166.0/22 le 24,
+ 204.94.85.0/21 le 24,
+ 204.94.195.0/20 le 24,
+ 204.92.187.0/22 le 24,
+ 204.92.173.0/20 le 24,
+ 204.92.143.0/21 le 24,
+ 204.92.4.0/19 le 24,
+ 204.92.72.0/23 ge 24 le 24,
+ 204.92.97.0/22 le 24,
+ 204.93.54.0/24,
+ 204.93.190.0/22 le 24,
+ 204.93.140.0/20 le 24,
+ 204.93.149.0/24,
+ 204.91.238.0/22 le 24,
+ 204.91.205.0/23 le 24,
+ 204.91.196.0/24,
+ 204.91.199.0/24,
+ 204.91.192.0/24,
+ 204.91.194.0/24,
+ 204.91.153.0/24,
+ 204.91.16.0/18 ge 19 le 24,
+ 204.90.222.0/19 le 24,
+ 204.90.109.0/22 le 24,
+ 204.89.65.0/24,
+ 204.89.163.0/24,
+ 204.88.45.0/20 le 24,
+ 204.127.249.0/24,
+ 204.127.228.0/24,
+ 204.126.152.0/20 le 24,
+ 204.126.72.0/19 le 24,
+ 204.126.111.0/23 ge 24 le 24,
+ 204.126.105.0/24,
+ 204.126.107.0/24,
+ 204.123.179.0/19 le 24,
+ 204.123.3.0/19 le 24,
+ 204.123.96.0/24,
+ 204.123.78.0/20 ge 21 le 24,
+ 204.122.195.0/24,
+ 204.122.238.0/23 ge 24 le 24,
+ 204.122.49.0/21 le 24,
+ 204.120.186.0/19 ge 20 le 24,
+ 204.120.227.0/24,
+ 204.182.201.0/19 le 24,
+ 204.182.147.0/24,
+ 204.182.15.0/19 le 24,
+ 204.182.114.0/24,
+ 204.183.191.0/20 le 24,
+ 204.183.251.0/22 le 24,
+ 204.183.217.0/24,
+ 204.181.7.0/23 ge 24 le 24,
+ 204.180.112.0/24,
+ 204.177.255.0/21 le 24,
+ 204.177.160.0/20 le 24,
+ 204.177.38.0/19 le 24,
+ 204.178.155.0/24,
+ 204.178.157.0/24,
+ 204.178.160.0/24,
+ 204.179.244.0/24,
+ 204.184.254.0/24,
+ 204.184.136.0/22 le 24,
+ 204.184.150.0/22 le 24,
+ 204.184.115.0/21 le 24,
+ 204.185.97.0/19 ge 20 le 24,
+ 204.185.247.0/19 le 24,
+ 204.187.72.0/18 le 24,
+ 204.186.19.0/23 le 24,
+ 204.191.221.0/20 ge 24 le 24,
+ 204.191.133.0/23 le 24,
+ 204.191.142.0/22 le 24,
+ 204.191.139.0/24,
+ 204.163.79.0/21 le 24,
+ 204.162.13.0/18 le 24,
+ 204.162.66.0/20 le 24,
+ 204.167.86.0/24,
+ 204.167.64.0/24,
+ 204.165.112.0/22 le 24,
+ 204.165.13.0/20 le 24,
+ 204.164.201.0/22 le 24,
+ 204.164.230.0/23 le 24,
+ 204.164.83.0/21 le 24,
+ 204.170.239.0/24,
+ 204.170.247.0/24,
+ 204.170.245.0/24,
+ 204.170.242.0/24,
+ 204.170.240.0/23 ge 24 le 24,
+ 204.171.14.0/24,
+ 204.171.1.0/21 ge 22 le 24,
+ 204.168.161.0/24,
+ 204.168.172.0/22 ge 23 le 24,
+ 204.168.150.0/22 le 24,
+ 204.168.245.0/24,
+ 204.168.247.0/24,
+ 204.175.31.0/23 le 24,
+ 204.175.21.0/23 le 24,
+ 204.175.87.0/19 le 24,
+ 204.172.139.0/22 le 24,
+ 204.138.43.0/23 le 24,
+ 204.138.41.0/24,
+ 204.137.163.0/22 le 24,
+ 204.137.173.0/21 ge 22 le 24,
+ 204.137.98.0/20 le 24,
+ 204.137.120.0/24,
+ 204.136.117.0/22 le 24,
+ 204.136.100.0/21 le 24,
+ 204.136.106.0/22 le 24,
+ 204.136.91.0/24,
+ 204.142.189.0/23 ge 24 le 24,
+ 204.142.191.0/24,
+ 204.142.186.0/24,
+ 204.142.185.0/23 ge 24 le 24,
+ 204.142.182.0/22 ge 24 le 24,
+ 204.142.179.0/23 ge 24 le 24,
+ 204.142.165.0/20 ge 21 le 24,
+ 204.142.30.0/19 le 24,
+ 204.143.90.0/22 ge 24 le 24,
+ 204.143.92.0/24,
+ 204.143.94.0/24,
+ 204.143.85.0/22 ge 24 le 24,
+ 204.143.82.0/24,
+ 204.143.81.0/23 ge 24 le 24,
+ 204.143.65.0/23 le 24,
+ 204.140.242.0/24,
+ 204.128.64.0/21 le 24,
+ 204.128.74.0/22 le 24,
+ 204.128.89.0/24,
+ 204.129.27.0/21 le 24,
+ 204.129.84.0/23 ge 24 le 24,
+ 204.129.182.0/24,
+ 204.129.184.0/24,
+ 204.130.67.0/22 ge 24 le 24,
+ 204.130.69.0/24,
+ 204.130.70.0/23 ge 24 le 24,
+ 204.130.78.0/24,
+ 204.130.76.0/23 ge 24 le 24,
+ 204.130.74.0/24,
+ 204.130.73.0/23 ge 24 le 24,
+ 204.130.243.0/20 le 24,
+ 204.134.57.0/23 ge 24 le 24,
+ 204.134.39.0/23 ge 24 le 24,
+ 204.134.218.0/22 ge 24 le 24,
+ 204.134.207.0/24,
+ 204.135.115.0/24,
+ 204.135.113.0/24,
+ 204.133.241.0/19 le 24,
+ 204.133.145.0/19 le 24,
+ 204.132.234.0/24,
+ 204.132.179.0/20 le 24,
+ 204.132.109.0/18 le 24,
+ 204.159.101.0/19 le 24,
+ 204.155.115.0/19 le 24,
+ 204.155.176.0/23 ge 24 le 24,
+ 204.154.10.0/23 ge 24 le 24,
+ 204.154.9.0/24,
+ 204.154.14.0/24,
+ 204.154.12.0/24,
+ 204.154.5.0/24,
+ 204.149.190.0/24,
+ 205.196.233.0/24,
+ 205.196.164.0/24,
+ 205.197.18.0/24,
+ 205.201.96.0/24,
+ 205.201.108.0/22 le 24,
+ 205.201.116.0/24,
+ 205.201.48.0/24,
+ 205.201.128.0/24,
+ 205.200.217.0/24,
+ 205.203.249.0/24,
+ 205.202.156.0/23 ge 24 le 24,
+ 205.202.153.0/23 ge 24 le 24,
+ 205.202.155.0/24,
+ 205.205.34.0/23 le 24,
+ 205.205.124.0/24,
+ 205.205.123.0/24,
+ 205.205.166.0/21 le 24,
+ 205.205.226.0/24,
+ 205.206.158.0/24,
+ 205.206.83.0/23 ge 24 le 24,
+ 205.206.120.0/24,
+ 205.207.71.0/24,
+ 205.215.139.0/22 le 24,
+ 205.215.154.0/24,
+ 205.215.98.0/24,
+ 205.215.102.0/24,
+ 205.214.226.0/24,
+ 205.214.206.0/24,
+ 205.214.219.0/24,
+ 205.214.162.0/24,
+ 205.214.30.0/24,
+ 205.214.14.0/24,
+ 205.212.25.0/24,
+ 205.212.171.0/24,
+ 205.212.244.0/21 le 24,
+ 205.213.216.0/24,
+ 205.213.214.0/24,
+ 205.213.77.0/24,
+ 205.209.189.0/24,
+ 205.209.183.0/23 le 24,
+ 205.209.144.0/24,
+ 205.209.130.0/24,
+ 205.209.124.0/24,
+ 205.208.47.0/24,
+ 205.208.49.0/24,
+ 205.208.146.0/23 le 24,
+ 205.208.153.0/24,
+ 205.211.191.0/23 ge 24 le 24,
+ 205.210.25.0/24,
+ 205.210.122.0/24,
+ 205.210.210.0/22 le 24,
+ 205.210.144.0/23 ge 24 le 24,
+ 205.216.105.0/24,
+ 205.216.84.0/24,
+ 205.216.24.0/24,
+ 205.216.7.0/24,
+ 205.216.47.0/22 le 24,
+ 205.216.159.0/23 le 24,
+ 205.216.172.0/24,
+ 205.217.147.0/22 le 24,
+ 205.217.196.0/23 ge 24 le 24,
+ 205.217.198.0/24,
+ 205.217.44.0/24,
+ 205.219.95.0/24,
+ 205.219.11.0/24,
+ 205.219.58.0/24,
+ 205.219.196.0/24,
+ 205.219.221.0/24,
+ 205.219.145.0/24,
+ 205.219.158.0/24,
+ 205.218.190.0/24,
+ 205.218.179.0/24,
+ 205.218.172.0/24,
+ 205.218.198.0/24,
+ 205.218.113.0/24,
+ 205.220.225.0/23 le 24,
+ 205.220.226.0/24,
+ 205.220.156.0/21 le 24,
+ 205.220.109.0/24,
+ 205.220.57.0/24,
+ 205.221.50.0/24,
+ 205.221.204.0/23 le 24,
+ 205.221.221.0/23 le 24,
+ 205.222.78.0/24,
+ 205.222.97.0/24,
+ 205.222.123.0/23 le 24,
+ 205.223.161.0/24,
+ 205.223.89.0/24,
+ 205.223.33.0/23 le 24,
+ 205.226.85.0/23 le 24,
+ 205.226.5.0/24,
+ 205.226.209.0/24,
+ 205.226.150.0/23 le 24,
+ 205.227.182.0/24,
+ 205.227.54.0/24,
+ 205.227.53.0/24,
+ 205.227.67.0/24,
+ 205.227.108.0/24,
+ 205.225.20.0/24,
+ 205.225.13.0/24,
+ 205.225.162.0/24,
+ 205.246.241.0/24,
+ 205.246.139.0/24,
+ 205.246.147.0/24,
+ 205.246.169.0/24,
+ 205.246.162.0/24,
+ 205.246.107.0/24,
+ 205.246.71.0/24,
+ 205.250.83.0/24,
+ 205.250.237.0/24,
+ 205.251.42.0/23 ge 24 le 24,
+ 205.251.117.0/23 le 24,
+ 205.251.164.0/24,
+ 205.251.191.0/22 le 24,
+ 205.251.247.0/24,
+ 205.251.199.0/24,
+ 205.253.50.0/23 le 24,
+ 205.253.25.0/24,
+ 205.253.105.0/24,
+ 205.253.93.0/22 le 24,
+ 205.252.191.0/24,
+ 205.252.150.0/23 ge 24 le 24,
+ 205.252.246.0/24,
+ 205.183.161.0/18 ge 19 le 24,
+ 205.182.213.0/24,
+ 205.181.204.0/22 le 24,
+ 205.174.234.0/23 ge 24 le 24,
+ 205.174.233.0/24,
+ 205.174.239.0/22 ge 24 le 24,
+ 205.174.209.0/20 le 24,
+ 205.174.202.0/24,
+ 205.174.200.0/23 ge 24 le 24,
+ 205.174.207.0/22 ge 24 le 24,
+ 205.174.192.0/22 le 24,
+ 205.175.53.0/20 le 24,
+ 205.175.33.0/21 le 24,
+ 205.173.75.0/22 le 24,
+ 205.173.107.0/20 le 24,
+ 205.173.231.0/24,
+ 205.173.169.0/23 le 24,
+ 205.173.172.0/22 le 24,
+ 205.169.201.0/21 le 24,
+ 205.169.170.0/19 le 24,
+ 205.171.239.0/19 le 24,
+ 205.163.57.0/19 le 24,
+ 205.163.25.0/20 le 24,
+ 205.163.163.0/21 le 24,
+ 205.162.204.0/24,
+ 205.160.190.0/24,
+ 205.160.177.0/21 le 24,
+ 205.160.160.0/21 ge 24 le 24,
+ 205.160.174.0/22 ge 24 le 24,
+ 205.160.168.0/24,
+ 205.165.160.0/21 le 24,
+ 205.149.184.0/22 le 24,
+ 205.149.247.0/24,
+ 205.148.111.0/24,
+ 205.150.134.0/21 le 24,
+ 205.150.104.0/24,
+ 205.150.18.0/19 le 24,
+ 205.150.44.0/21 le 24,
+ 205.147.230.0/24,
+ 205.158.111.0/19 le 24,
+ 205.159.196.0/23 ge 24 le 24,
+ 205.159.198.0/23 le 24,
+ 205.159.193.0/22 le 24,
+ 205.159.203.0/21 le 24,
+ 205.159.215.0/21 ge 24 le 24,
+ 205.159.220.0/21 le 24,
+ 205.130.204.0/19 le 24,
+ 205.131.97.0/18 le 24,
+ 205.134.23.0/24,
+ 205.135.120.0/22 le 24,
+ 205.135.118.0/22 le 24,
+ 205.135.79.0/24,
+ 205.135.75.0/22 le 24,
+ 205.135.65.0/22 le 24,
+ 205.135.92.0/22 le 24,
+ 205.135.10.0/21 ge 22 le 24,
+ 205.135.7.0/22 le 24,
+ 205.135.25.0/23 le 24,
+ 205.140.229.0/23 le 24,
+ 205.140.70.0/23 le 24,
+ 205.143.116.0/24,
+ 205.64.143.0/21 le 24,
+ 205.65.111.0/23 le 24,
+ 205.65.7.0/24,
+ 205.65.23.0/24,
+ 205.67.187.0/20 le 24,
+ 205.67.104.0/19 le 24,
+ 205.70.230.0/20 ge 23 le 24,
+ 205.70.255.0/23 le 24,
+ 205.70.251.0/23 le 24,
+ 205.71.117.0/22 le 24,
+ 205.71.80.0/24,
+ 205.71.7.0/24,
+ 205.71.4.0/23 le 24,
+ 205.71.26.0/23 le 24,
+ 205.68.10.0/24,
+ 205.78.236.0/23 le 24,
+ 205.78.151.0/19 le 24,
+ 205.79.146.0/20 le 24,
+ 205.87.107.0/24,
+ 205.84.208.0/18 le 24,
+ 205.84.134.0/22 le 24,
+ 205.80.52.0/20 le 24,
+ 205.82.253.0/15 ge 16 le 24,
+ 205.95.162.0/23 le 24,
+ 205.95.172.0/21 le 24,
+ 205.95.152.0/24,
+ 205.93.95.0/16 le 24,
+ 205.92.19.0/24,
+ 205.92.17.0/24,
+ 205.89.48.0/17 le 24,
+ 205.89.215.0/18 le 24,
+ 205.88.179.0/16 le 24,
+ 205.91.20.0/23 le 24,
+ 205.91.25.0/21 le 24,
+ 205.91.181.0/20 le 24,
+ 205.107.185.0/23 le 24,
+ 205.107.139.0/21 le 24,
+ 205.107.85.0/22 le 24,
+ 205.107.122.0/19 le 24,
+ 205.107.25.0/19 le 24,
+ 205.106.95.0/22 le 24,
+ 205.106.188.0/23 le 24,
+ 205.106.180.0/24,
+ 205.104.29.0/16 le 24,
+ 205.105.96.0/24,
+ 205.108.164.0/22 le 24,
+ 205.109.197.0/19 le 24,
+ 205.109.157.0/18 le 24,
+ 205.98.207.0/19 le 24,
+ 205.96.12.0/20 le 24,
+ 205.96.27.0/23 le 24,
+ 205.96.111.0/21 le 24,
+ 205.97.142.0/22 ge 23 le 24,
+ 205.97.132.0/21 le 24,
+ 205.103.97.0/24,
+ 205.103.116.0/24,
+ 205.102.48.0/22 le 24,
+ 205.102.60.0/21 ge 22 le 24,
+ 205.102.18.0/24,
+ 205.102.26.0/23 le 24,
+ 205.102.12.0/21 le 24,
+ 205.101.65.0/22 le 24,
+ 205.101.210.0/20 le 24,
+ 205.117.199.0/18 le 24,
+ 205.117.135.0/19 le 24,
+ 205.117.164.0/24,
+ 205.117.162.0/22 le 24,
+ 205.116.9.0/16 le 24,
+ 205.120.142.0/17 le 24,
+ 205.121.30.0/24,
+ 205.121.28.0/24,
+ 205.121.25.0/23 ge 24 le 24,
+ 205.121.26.0/24,
+ 205.121.115.0/22 le 24,
+ 205.121.109.0/22 le 24,
+ 205.122.230.0/23 le 24,
+ 205.124.115.0/20 ge 21 le 24,
+ 205.124.67.0/21 le 24,
+ 205.124.230.0/21 le 24,
+ 205.124.135.0/21 le 24,
+ 205.125.103.0/21 le 24,
+ 205.125.115.0/23 le 24,
+ 205.125.113.0/23 ge 24 le 24,
+ 205.125.185.0/19 le 24,
+ 205.126.50.0/22 le 24,
+ 205.126.53.0/23 ge 24 le 24,
+ 205.126.89.0/23 le 24,
+ 205.126.94.0/24,
+ 205.127.102.0/24,
+ 205.31.17.0/19 le 24,
+ 205.31.50.0/23 le 24,
+ 205.31.106.0/18 le 24,
+ 205.29.16.0/24,
+ 205.29.19.0/24,
+ 205.29.24.0/24,
+ 205.29.31.0/24,
+ 205.29.12.0/23 ge 24 le 24,
+ 205.29.15.0/24,
+ 205.29.9.0/23 ge 24 le 24,
+ 205.29.0.0/24,
+ 205.29.5.0/24,
+ 205.29.60.0/21 ge 22 le 24,
+ 205.29.54.0/22 le 24,
+ 205.29.38.0/22 le 24,
+ 205.29.32.0/24,
+ 205.29.46.0/23 le 24,
+ 205.29.42.0/22 le 24,
+ 205.29.68.0/21 le 24,
+ 205.29.78.0/21 ge 22 le 24,
+ 205.29.90.0/23 ge 24 le 24,
+ 205.29.88.0/24,
+ 205.29.95.0/23 le 24,
+ 205.29.82.0/22 ge 24 le 24,
+ 205.29.85.0/22 le 24,
+ 205.29.113.0/22 le 24,
+ 205.29.118.0/24,
+ 205.29.124.0/22 le 24,
+ 205.29.123.0/24,
+ 205.29.102.0/21 ge 22 le 24,
+ 205.29.110.0/21 le 24,
+ 205.28.181.0/17 le 24,
+ 205.26.63.0/24,
+ 205.17.235.0/24,
+ 205.17.233.0/23 le 24,
+ 205.17.230.0/24,
+ 205.17.225.0/24,
+ 205.17.196.0/23 le 24,
+ 205.17.192.0/23 le 24,
+ 205.17.217.0/23 le 24,
+ 205.17.213.0/24,
+ 205.17.208.0/23 ge 24 le 24,
+ 205.17.72.0/19 le 24,
+ 205.17.116.0/24,
+ 205.17.22.0/23 ge 24 le 24,
+ 205.17.18.0/22 ge 23 le 24,
+ 205.17.53.0/21 ge 23 le 24,
+ 205.17.44.0/21 ge 23 le 24,
+ 205.8.90.0/21 le 24,
+ 205.9.44.0/21 le 24,
+ 205.9.224.0/22 le 24,
+ 205.11.187.0/17 le 24,
+ 205.10.27.0/19 le 24,
+ 205.15.208.0/19 le 24,
+ 205.15.16.0/19 le 24,
+ 205.12.142.0/24,
+ 205.13.107.0/18 le 24,
+ 205.6.100.0/23 le 24,
+ 205.6.55.0/21 le 24,
+ 205.6.209.0/24,
+ 205.6.244.0/24,
+ 205.5.213.0/20 le 24,
+ 205.5.172.0/18 ge 19 le 24,
+ 205.5.103.0/20 le 24,
+ 205.2.221.0/18 le 24,
+ 203.220.70.0/23 le 24,
+ 203.220.177.0/24,
+ 203.220.203.0/23 le 24,
+ 203.215.205.0/22 le 24,
+ 203.215.163.0/22 le 24,
+ 203.215.136.0/23 le 24,
+ 203.215.139.0/24,
+ 203.215.58.0/21 le 24,
+ 203.214.144.0/21 le 24,
+ 203.214.160.0/24,
+ 203.214.172.0/21 le 24,
+ 203.214.229.0/22 le 24,
+ 203.214.10.0/20 ge 21 le 24,
+ 203.214.54.0/21 le 24,
+ 203.214.94.0/21 le 24,
+ 203.212.80.0/21 le 24,
+ 203.212.93.0/22 le 24,
+ 203.212.146.0/24,
+ 203.212.188.0/21 le 24,
+ 203.212.254.0/24,
+ 203.212.253.0/23 ge 24 le 24,
+ 203.212.251.0/23 ge 24 le 24,
+ 203.212.249.0/24,
+ 203.212.223.0/22 le 24,
+ 203.213.145.0/22 le 24,
+ 203.213.210.0/21 le 24,
+ 203.213.112.0/24,
+ 203.213.82.0/24,
+ 203.213.22.0/22 le 24,
+ 203.213.63.0/21 ge 22 le 24,
+ 203.210.171.0/21 le 24,
+ 203.210.82.0/22 le 24,
+ 203.208.232.0/22 le 24,
+ 203.208.225.0/21 le 24,
+ 203.208.206.0/21 le 24,
+ 203.208.139.0/21 le 24,
+ 203.209.135.0/21 le 24,
+ 203.209.62.0/22 le 24,
+ 203.198.183.0/21 le 24,
+ 203.198.167.0/22 le 24,
+ 203.198.159.0/24,
+ 203.198.156.0/23 ge 24 le 24,
+ 203.199.56.0/20 le 24,
+ 203.199.130.0/23 le 24,
+ 203.199.143.0/23 le 24,
+ 203.199.226.0/24,
+ 203.199.248.0/24,
+ 203.196.155.0/23 le 24,
+ 203.196.244.0/24,
+ 203.196.250.0/24,
+ 203.196.99.0/24,
+ 203.196.102.0/24,
+ 203.196.109.0/24,
+ 203.196.110.0/24,
+ 203.196.104.0/24,
+ 203.196.112.0/21 le 24,
+ 203.196.121.0/23 le 24,
+ 203.196.93.0/23 le 24,
+ 203.196.90.0/24,
+ 203.196.66.0/24,
+ 203.196.75.0/23 le 24,
+ 203.196.79.0/22 le 24,
+ 203.196.25.0/24,
+ 203.196.27.0/24,
+ 203.196.20.0/23 le 24,
+ 203.196.11.0/24,
+ 203.196.7.0/23 ge 24 le 24,
+ 203.196.4.0/24,
+ 203.196.0.0/23 ge 24 le 24,
+ 203.196.2.0/24,
+ 203.203.173.0/21 le 24,
+ 203.203.157.0/24,
+ 203.202.92.0/22 le 24,
+ 203.202.246.0/24,
+ 203.202.128.0/24,
+ 203.202.130.0/24,
+ 203.202.132.0/24,
+ 203.202.161.0/24,
+ 203.202.178.0/24,
+ 203.204.37.0/23 le 24,
+ 203.204.98.0/21 le 24,
+ 203.204.161.0/24,
+ 203.204.146.0/24,
+ 203.205.25.0/18 le 24,
+ 203.239.84.0/24,
+ 203.225.100.0/15 le 24,
+ 203.227.81.0/16 le 24,
+ 203.228.62.0/24,
+ 203.228.50.0/24,
+ 203.228.83.0/18 le 24,
+ 203.249.115.0/21 le 24,
+ 203.249.86.0/24,
+ 203.249.28.0/24,
+ 203.250.103.0/16 le 24,
+ 203.252.22.0/23 le 24,
+ 203.252.47.0/19 ge 20 le 24,
+ 203.252.135.0/22 le 24,
+ 203.252.130.0/24,
+ 203.244.177.0/21 le 24,
+ 203.244.137.0/19 le 24,
+ 203.244.215.0/24,
+ 203.244.223.0/23 le 24,
+ 203.244.216.0/24,
+ 203.247.63.0/24,
+ 203.247.5.0/22 le 24,
+ 203.247.68.0/22 le 24,
+ 203.242.0.0/21 le 24,
+ 203.242.9.0/22 le 24,
+ 203.242.12.0/23 le 24,
+ 203.242.151.0/21 le 24,
+ 203.242.154.0/23 le 24,
+ 203.240.222.0/23 le 24,
+ 203.240.205.0/21 le 24,
+ 203.240.196.0/22 le 24,
+ 203.240.236.0/20 le 24,
+ 203.240.249.0/22 le 24,
+ 203.241.9.0/19 ge 20 le 24,
+ 203.241.149.0/21 le 24,
+ 203.241.236.0/21 le 24,
+ 203.139.23.0/19 le 24,
+ 203.139.210.0/24,
+ 203.138.200.0/24,
+ 203.136.222.0/24,
+ 203.136.4.0/20 le 24,
+ 203.136.70.0/20 le 24,
+ 203.133.241.0/24,
+ 203.132.136.0/22 le 24,
+ 203.132.44.0/24,
+ 203.132.15.0/23 le 24,
+ 203.132.87.0/24,
+ 203.131.143.0/22 le 24,
+ 203.131.134.0/23 le 24,
+ 203.131.147.0/23 le 24,
+ 203.131.159.0/22 le 24,
+ 203.131.155.0/23 le 24,
+ 203.130.127.0/23 le 24,
+ 203.128.119.0/18 le 24,
+ 203.129.255.0/23 le 24,
+ 203.152.74.0/23 le 24,
+ 203.152.177.0/24,
+ 203.155.31.0/16 le 24,
+ 203.158.110.0/22 le 24,
+ 203.158.184.0/24,
+ 203.157.214.0/24,
+ 203.157.56.0/24,
+ 203.157.59.0/24,
+ 203.156.165.0/18 le 24,
+ 203.156.23.0/24,
+ 203.156.93.0/24,
+ 203.156.79.0/24,
+ 203.144.185.0/22 le 24,
+ 203.145.183.0/24,
+ 203.145.190.0/24,
+ 203.145.166.0/23 ge 24 le 24,
+ 203.145.165.0/24,
+ 203.145.139.0/24,
+ 203.145.141.0/24,
+ 203.145.129.0/24,
+ 203.145.130.0/24,
+ 203.145.157.0/23 ge 24 le 24,
+ 203.145.159.0/24,
+ 203.145.40.0/23 le 24,
+ 203.145.28.0/24,
+ 203.145.112.0/24,
+ 203.147.175.0/22 le 24,
+ 203.147.169.0/23 ge 24 le 24,
+ 203.147.170.0/23 le 24,
+ 203.147.162.0/21 ge 22 le 24,
+ 203.147.249.0/24,
+ 203.147.217.0/24,
+ 203.147.218.0/24,
+ 203.146.213.0/24,
+ 203.151.14.0/24,
+ 203.151.9.0/24,
+ 203.151.6.0/24,
+ 203.151.3.0/24,
+ 203.151.119.0/24,
+ 203.150.70.0/19 le 24,
+ 203.150.123.0/24,
+ 203.150.250.0/23 le 24,
+ 203.150.227.0/24,
+ 203.150.230.0/24,
+ 203.150.239.0/22 le 24,
+ 203.150.156.0/23 le 24,
+ 203.149.28.0/24,
+ 203.161.98.0/24,
+ 203.161.191.0/23 le 24,
+ 203.162.155.0/24,
+ 203.162.149.0/24,
+ 203.162.142.0/24,
+ 203.162.134.0/24,
+ 203.165.206.0/16 le 24,
+ 203.169.239.0/22 le 24,
+ 203.168.213.0/24,
+ 203.168.51.0/24,
+ 203.168.41.0/24,
+ 203.168.12.0/24,
+ 203.168.126.0/24,
+ 203.168.110.0/24,
+ 203.168.98.0/24,
+ 203.168.71.0/24,
+ 203.168.67.0/24,
+ 203.173.102.0/23 le 24,
+ 203.172.75.0/21 le 24,
+ 203.174.229.0/21 le 24,
+ 203.174.41.0/21 le 24,
+ 203.174.34.0/23 le 24,
+ 203.180.205.0/24,
+ 203.180.147.0/23 le 24,
+ 203.181.50.0/24,
+ 203.182.31.0/21 le 24,
+ 203.183.103.0/23 le 24,
+ 203.183.122.0/23 le 24,
+ 203.183.125.0/24,
+ 203.183.238.0/24,
+ 203.183.232.0/24,
+ 203.179.137.0/21 le 24,
+ 203.179.239.0/24,
+ 203.184.174.0/24,
+ 203.184.120.0/22 le 24,
+ 203.184.113.0/24,
+ 203.186.45.0/23 le 24,
+ 203.186.37.0/23 le 24,
+ 203.186.239.0/23 le 24,
+ 203.186.229.0/23 le 24,
+ 203.186.248.0/23 le 24,
+ 203.186.252.0/23 ge 24 le 24,
+ 203.186.221.0/23 le 24,
+ 203.186.194.0/24,
+ 203.186.207.0/23 le 24,
+ 203.186.200.0/22 le 24,
+ 203.186.139.0/24,
+ 203.36.96.0/21 le 24,
+ 203.36.83.0/22 le 24,
+ 203.36.195.0/24,
+ 203.36.134.0/24,
+ 203.36.128.0/24,
+ 203.39.5.0/24,
+ 203.39.60.0/24,
+ 203.39.62.0/24,
+ 203.40.155.0/18 le 24,
+ 203.42.226.0/20 le 24,
+ 203.42.253.0/21 le 24,
+ 203.42.242.0/23 le 24,
+ 203.42.201.0/24,
+ 203.42.197.0/21 ge 22 le 24,
+ 203.42.222.0/23 ge 24 le 24,
+ 203.42.220.0/23 le 24,
+ 203.42.216.0/23 le 24,
+ 203.42.211.0/22 le 24,
+ 203.42.213.0/24,
+ 203.42.215.0/24,
+ 203.42.176.0/24,
+ 203.42.174.0/23 le 24,
+ 203.42.172.0/24,
+ 203.42.132.0/23 ge 24 le 24,
+ 203.42.128.0/23 ge 24 le 24,
+ 203.42.137.0/24,
+ 203.42.138.0/24,
+ 203.42.154.0/24,
+ 203.42.16.0/24,
+ 203.42.31.0/23 le 24,
+ 203.42.24.0/23 ge 24 le 24,
+ 203.42.14.0/24,
+ 203.42.5.0/24,
+ 203.42.96.0/24,
+ 203.42.102.0/24,
+ 203.42.100.0/23 le 24,
+ 203.42.125.0/24,
+ 203.43.156.0/21 le 24,
+ 203.43.207.0/18 le 24,
+ 203.45.101.0/23 le 24,
+ 203.45.94.0/23 le 24,
+ 203.45.87.0/23 le 24,
+ 203.45.144.0/24,
+ 203.62.177.0/21 le 24,
+ 203.62.186.0/22 le 24,
+ 203.62.225.0/24,
+ 203.62.114.0/17 le 24,
+ 203.63.27.0/21 ge 22 le 24,
+ 203.63.92.0/19 le 24,
+ 203.63.104.0/20 le 24,
+ 203.63.163.0/24,
+ 203.63.219.0/24,
+ 203.63.243.0/24,
+ 203.49.127.0/23 le 24,
+ 203.49.118.0/23 le 24,
+ 203.49.61.0/23 ge 24 le 24,
+ 203.49.56.0/23 le 24,
+ 203.49.22.0/24,
+ 203.49.164.0/23 le 24,
+ 203.49.218.0/19 le 24,
+ 203.48.66.0/22 le 24,
+ 203.48.105.0/24,
+ 203.48.59.0/22 le 24,
+ 203.48.44.0/22 le 24,
+ 203.48.28.0/24,
+ 203.48.133.0/24,
+ 203.48.142.0/24,
+ 203.48.157.0/22 le 24,
+ 203.48.151.0/24,
+ 203.48.228.0/22 le 24,
+ 203.51.170.0/23 le 24,
+ 203.51.185.0/21 le 24,
+ 203.51.30.0/24,
+ 203.51.6.0/24,
+ 203.51.116.0/24,
+ 203.50.227.0/24,
+ 203.50.150.0/20 le 24,
+ 203.50.34.0/20 le 24,
+ 203.52.18.0/22 le 24,
+ 203.52.130.0/19 le 24,
+ 203.54.174.0/16 le 24,
+ 203.20.87.0/19 le 24,
+ 203.16.192.0/23 le 24,
+ 203.17.231.0/24,
+ 203.26.21.0/24,
+ 203.29.132.0/24,
+ 203.29.193.0/24,
+ 203.29.15.0/21 le 24,
+ 203.29.2.0/22 le 24,
+ 203.29.6.0/23 le 24,
+ 203.29.4.0/23 ge 24 le 24,
+ 203.11.181.0/24,
+ 203.8.18.0/21 ge 24 le 24,
+ 203.6.150.0/15 le 24,
+ 203.4.130.0/20 le 24,
+ 203.4.172.0/23 le 24,
+ 203.4.175.0/24,
+ 203.4.162.0/24,
+ 203.4.165.0/22 le 24,
+ 203.4.231.0/24,
+ 203.4.226.0/24,
+ 203.4.232.0/24,
+ 203.4.234.0/24,
+ 203.4.245.0/23 le 24,
+ 203.4.209.0/24,
+ 203.4.55.0/24,
+ 203.4.49.0/24,
+ 203.4.60.0/24,
+ 203.4.62.0/24,
+ 203.4.33.0/24,
+ 203.4.44.0/24,
+ 203.4.124.0/24,
+ 203.4.114.0/24,
+ 203.2.187.0/23 le 24,
+ 203.126.215.0/19 le 24,
+ 203.126.130.0/20 le 24,
+ 203.126.2.0/20 le 24,
+ 203.124.35.0/23 le 24,
+ 203.124.123.0/21 le 24,
+ 203.124.88.0/24,
+ 203.124.134.0/23 le 24,
+ 203.97.251.0/24,
+ 203.97.189.0/24,
+ 203.97.131.0/24,
+ 203.97.145.0/24,
+ 203.97.111.0/24,
+ 203.97.28.0/24,
+ 203.103.79.0/20 le 24,
+ 203.100.86.0/24,
+ 203.100.82.0/24,
+ 203.105.235.0/24,
+ 203.86.227.0/24,
+ 203.86.225.0/23 le 24,
+ 203.86.230.0/23 le 24,
+ 203.86.235.0/21 le 24,
+ 203.86.254.0/20 le 24,
+ 203.86.209.0/22 le 24,
+ 203.86.223.0/24,
+ 203.86.195.0/22 le 24,
+ 203.86.180.0/24,
+ 203.86.183.0/23 ge 24 le 24,
+ 203.86.176.0/23 ge 24 le 24,
+ 203.86.178.0/24,
+ 203.86.168.0/24,
+ 203.86.172.0/22 le 24,
+ 203.86.167.0/21 le 24,
+ 203.86.151.0/23 le 24,
+ 203.86.148.0/24,
+ 203.86.145.0/24,
+ 203.86.153.0/24,
+ 203.86.157.0/22 le 24,
+ 203.86.135.0/24,
+ 203.86.132.0/24,
+ 203.86.117.0/24,
+ 203.86.120.0/24,
+ 203.86.101.0/24,
+ 203.86.96.0/24,
+ 203.86.107.0/24,
+ 203.86.111.0/24,
+ 203.86.89.0/24,
+ 203.86.90.0/24,
+ 203.86.92.0/24,
+ 203.86.94.0/24,
+ 203.86.80.0/24,
+ 203.86.83.0/23 ge 24 le 24,
+ 203.86.69.0/24,
+ 203.86.67.0/23 le 24,
+ 203.86.74.0/24,
+ 203.86.79.0/23 le 24,
+ 203.86.77.0/24,
+ 203.86.21.0/24,
+ 203.86.17.0/22 le 24,
+ 203.86.26.0/24,
+ 203.86.28.0/24,
+ 203.86.61.0/24,
+ 203.86.50.0/24,
+ 203.86.42.0/24,
+ 203.84.104.0/19 le 24,
+ 203.84.129.0/24,
+ 203.80.16.0/18 le 24,
+ 203.81.86.0/18 le 24,
+ 203.81.136.0/22 le 24,
+ 203.91.33.0/16 le 24,
+ 203.92.82.0/19 le 24,
+ 203.94.123.0/24,
+ 203.94.230.0/24,
+ 203.94.191.0/24,
+ 203.94.184.0/24,
+ 203.94.179.0/24,
+ 203.94.169.0/24,
+ 203.95.166.0/24,
+ 203.95.255.0/23 le 24,
+ 203.70.216.0/14 le 24,
+ 203.65.140.0/18 le 24,
+ 203.66.166.0/18 le 24,
+ 203.78.5.0/24,
+ 203.79.57.0/24,
+ 203.79.40.0/24,
+ 203.75.43.0/23 ge 24 le 24,
+ 203.74.143.0/24,
+ 202.27.160.0/24,
+ 202.27.247.0/21 le 24,
+ 202.30.225.0/24,
+ 202.30.221.0/23 le 24,
+ 202.29.111.0/24,
+ 202.29.122.0/24,
+ 202.29.35.0/24,
+ 202.28.152.0/21 le 24,
+ 202.20.215.0/24,
+ 202.20.102.0/23 le 24,
+ 202.20.101.0/24,
+ 202.21.53.0/24,
+ 202.21.89.0/24,
+ 202.21.91.0/24,
+ 202.21.96.0/20 le 24,
+ 202.23.3.0/24,
+ 202.23.245.0/22 le 24,
+ 202.16.142.0/23 le 24,
+ 202.16.218.0/24,
+ 202.16.91.0/20 le 24,
+ 202.16.68.0/23 le 24,
+ 202.16.71.0/24,
+ 202.18.178.0/22 le 24,
+ 202.18.26.0/22 le 24,
+ 202.18.55.0/22 le 24,
+ 202.19.191.0/21 le 24,
+ 202.19.70.0/21 le 24,
+ 202.19.46.0/21 le 24,
+ 202.19.27.0/21 le 24,
+ 202.4.38.0/20 le 24,
+ 202.4.180.0/24,
+ 202.4.147.0/20 le 24,
+ 202.5.83.0/24,
+ 202.5.18.0/19 le 24,
+ 202.6.194.0/18 le 24,
+ 202.6.133.0/21 le 24,
+ 202.6.165.0/20 le 24,
+ 202.6.15.0/19 le 24,
+ 202.1.139.0/24,
+ 202.3.201.0/24,
+ 202.3.206.0/24,
+ 202.3.198.0/24,
+ 202.3.250.0/24,
+ 202.3.145.0/24,
+ 202.3.146.0/24,
+ 202.3.135.0/24,
+ 202.3.169.0/24,
+ 202.3.177.0/24,
+ 202.3.31.0/23 le 24,
+ 202.3.25.0/24,
+ 202.2.213.0/23 ge 24 le 24,
+ 202.2.214.0/24,
+ 202.2.204.0/24,
+ 202.2.206.0/24,
+ 202.2.131.0/24,
+ 202.2.162.0/24,
+ 202.2.160.0/24,
+ 202.2.171.0/24,
+ 202.2.172.0/22 le 24,
+ 202.2.186.0/22 le 24,
+ 202.2.178.0/23 le 24,
+ 202.2.182.0/23 le 24,
+ 202.2.20.0/23 le 24,
+ 202.2.17.0/24,
+ 202.2.25.0/24,
+ 202.2.7.0/24,
+ 202.2.109.0/20 le 24,
+ 202.2.122.0/23 le 24,
+ 202.2.118.0/24,
+ 202.2.112.0/23 le 24,
+ 202.2.92.0/24,
+ 202.10.129.0/24,
+ 202.11.145.0/22 le 24,
+ 202.11.27.0/22 le 24,
+ 202.15.223.0/23 ge 24 le 24,
+ 202.15.199.0/24,
+ 202.15.203.0/21 le 24,
+ 202.13.149.0/24,
+ 202.13.161.0/24,
+ 202.13.96.0/24,
+ 202.13.80.0/24,
+ 202.62.62.0/23 ge 24 le 24,
+ 202.63.239.0/19 le 24,
+ 202.63.177.0/22 le 24,
+ 202.60.232.0/24,
+ 202.61.68.0/21 le 24,
+ 202.57.106.0/16 le 24,
+ 202.58.114.0/24,
+ 202.58.105.0/24,
+ 202.58.44.0/24,
+ 202.58.59.0/24,
+ 202.58.29.0/24,
+ 202.58.200.0/24,
+ 202.58.248.0/24,
+ 202.58.185.0/24,
+ 202.58.182.0/24,
+ 202.59.103.0/23 le 24,
+ 202.59.207.0/23 le 24,
+ 202.59.167.0/23 le 24,
+ 202.50.36.0/23 ge 24 le 24,
+ 202.50.39.0/24,
+ 202.50.234.0/22 le 24,
+ 202.51.102.0/21 le 24,
+ 202.51.6.0/24,
+ 202.51.181.0/22 le 24,
+ 202.49.6.0/24,
+ 202.49.23.0/20 le 24,
+ 202.49.135.0/24,
+ 202.38.22.0/16 le 24,
+ 202.39.66.0/24,
+ 202.39.65.0/24,
+ 202.39.242.0/19 le 24,
+ 202.37.138.0/18 ge 19 le 24,
+ 202.45.104.0/24,
+ 202.45.100.0/24,
+ 202.45.217.0/24,
+ 202.47.123.0/19 le 24,
+ 202.47.248.0/19 le 24,
+ 202.41.185.0/23 le 24,
+ 202.41.188.0/23 le 24,
+ 202.41.180.0/23 ge 24 le 24,
+ 202.41.182.0/24,
+ 202.41.160.0/20 le 24,
+ 202.41.145.0/23 ge 24 le 24,
+ 202.41.146.0/24,
+ 202.41.151.0/24,
+ 202.41.149.0/24,
+ 202.41.139.0/23 le 24,
+ 202.41.132.0/22 le 24,
+ 202.41.201.0/24,
+ 202.41.196.0/24,
+ 202.41.209.0/24,
+ 202.41.220.0/23 ge 24 le 24,
+ 202.41.222.0/23 le 24,
+ 202.41.241.0/24,
+ 202.41.244.0/24,
+ 202.41.229.0/22 le 24,
+ 202.41.227.0/23 ge 24 le 24,
+ 202.41.10.0/24,
+ 202.41.26.0/24,
+ 202.41.24.0/24,
+ 202.41.16.0/24,
+ 202.41.18.0/24,
+ 202.41.20.0/24,
+ 202.41.23.0/24,
+ 202.41.38.0/23 le 24,
+ 202.41.32.0/22 le 24,
+ 202.41.47.0/21 le 24,
+ 202.41.53.0/20 le 24,
+ 202.41.107.0/22 le 24,
+ 202.41.111.0/23 ge 24 le 24,
+ 202.41.103.0/24,
+ 202.41.98.0/24,
+ 202.41.92.0/21 le 24,
+ 202.114.154.0/22 le 24,
+ 202.114.175.0/20 le 24,
+ 202.114.1.0/23 le 24,
+ 202.120.13.0/24,
+ 202.120.91.0/24,
+ 202.120.184.0/24,
+ 202.120.187.0/23 le 24,
+ 202.120.208.0/22 le 24,
+ 202.120.243.0/23 le 24,
+ 202.120.251.0/23 le 24,
+ 202.120.248.0/24,
+ 202.120.254.0/22 le 24,
+ 202.120.236.0/22 le 24,
+ 202.120.231.0/24,
+ 202.123.186.0/16 le 24,
+ 202.127.36.0/24,
+ 202.126.73.0/24,
+ 202.126.106.0/24,
+ 202.126.124.0/24,
+ 202.126.55.0/24,
+ 202.126.63.0/24,
+ 202.126.60.0/24,
+ 202.126.58.0/24,
+ 202.126.47.0/24,
+ 202.126.15.0/24,
+ 202.126.18.0/24,
+ 202.126.186.0/24,
+ 202.126.185.0/24,
+ 202.126.162.0/24,
+ 202.126.143.0/24,
+ 202.126.151.0/24,
+ 202.126.206.0/24,
+ 202.126.222.0/23 ge 24 le 24,
+ 202.126.214.0/24,
+ 202.126.242.0/24,
+ 202.125.41.0/24,
+ 202.125.39.0/24,
+ 202.125.60.0/24,
+ 202.125.50.0/24,
+ 202.125.49.0/24,
+ 202.125.0.0/24,
+ 202.125.2.0/23 le 24,
+ 202.125.4.0/22 le 24,
+ 202.125.12.0/21 le 24,
+ 202.125.24.0/20 le 24,
+ 202.125.105.0/24,
+ 202.125.98.0/22 le 24,
+ 202.125.113.0/22 le 24,
+ 202.125.116.0/24,
+ 202.125.124.0/23 le 24,
+ 202.125.127.0/23 ge 24 le 24,
+ 202.125.71.0/22 le 24,
+ 202.125.87.0/21 le 24,
+ 202.125.210.0/23 le 24,
+ 202.125.213.0/24,
+ 202.125.218.0/23 le 24,
+ 202.125.216.0/24,
+ 202.125.220.0/24,
+ 202.125.204.0/23 ge 24 le 24,
+ 202.125.201.0/23 le 24,
+ 202.125.198.0/24,
+ 202.125.225.0/21 le 24,
+ 202.125.238.0/23 le 24,
+ 202.125.245.0/24,
+ 202.125.254.0/23 le 24,
+ 202.125.251.0/24,
+ 202.125.145.0/23 le 24,
+ 202.125.148.0/22 le 24,
+ 202.125.187.0/24,
+ 202.125.182.0/23 ge 24 le 24,
+ 202.125.179.0/23 ge 24 le 24,
+ 202.125.176.0/24,
+ 202.125.171.0/24,
+ 202.125.174.0/23 le 24,
+ 202.100.51.0/17 le 24,
+ 202.101.85.0/24,
+ 202.103.123.0/24,
+ 202.103.100.0/22 le 24,
+ 202.103.111.0/23 le 24,
+ 202.103.66.0/22 le 24,
+ 202.103.68.0/23 le 24,
+ 202.103.77.0/24,
+ 202.103.78.0/24,
+ 202.103.73.0/24,
+ 202.103.80.0/23 le 24,
+ 202.103.27.0/24,
+ 202.103.4.0/24,
+ 202.103.203.0/24,
+ 202.103.196.0/24,
+ 202.103.199.0/24,
+ 202.103.194.0/23 ge 24 le 24,
+ 202.103.212.0/24,
+ 202.103.218.0/24,
+ 202.103.220.0/22 ge 23 le 24,
+ 202.103.241.0/22 le 24,
+ 202.103.248.0/24,
+ 202.103.163.0/24,
+ 202.103.161.0/23 ge 24 le 24,
+ 202.103.166.0/23 ge 24 le 24,
+ 202.103.146.0/23 le 24,
+ 202.103.134.0/23 le 24,
+ 202.103.130.0/23 ge 24 le 24,
+ 202.103.128.0/24,
+ 202.102.46.0/24,
+ 202.102.33.0/23 le 24,
+ 202.102.35.0/24,
+ 202.102.59.0/23 le 24,
+ 202.102.60.0/22 le 24,
+ 202.102.14.0/19 le 24,
+ 202.102.89.0/21 le 24,
+ 202.102.82.0/22 le 24,
+ 202.102.86.0/23 le 24,
+ 202.102.84.0/24,
+ 202.102.68.0/23 le 24,
+ 202.102.102.0/24,
+ 202.102.105.0/24,
+ 202.102.146.0/24,
+ 202.102.145.0/23 ge 24 le 24,
+ 202.102.159.0/23 le 24,
+ 202.102.153.0/22 le 24,
+ 202.102.134.0/23 le 24,
+ 202.102.142.0/22 ge 23 le 24,
+ 202.102.162.0/23 le 24,
+ 202.102.160.0/24,
+ 202.96.150.0/18 le 24,
+ 202.110.23.0/23 le 24,
+ 202.110.63.0/23 le 24,
+ 202.109.70.0/24,
+ 202.106.50.0/22 ge 24 le 24,
+ 202.106.53.0/23 ge 24 le 24,
+ 202.106.54.0/23 le 24,
+ 202.106.60.0/23 le 24,
+ 202.106.133.0/20 le 24,
+ 202.106.181.0/19 le 24,
+ 202.106.249.0/19 le 24,
+ 202.73.110.0/24,
+ 202.64.80.0/22 le 24,
+ 202.64.72.0/24,
+ 202.64.123.0/24,
+ 202.64.126.0/24,
+ 202.64.23.0/24,
+ 202.64.16.0/24,
+ 202.64.4.0/21 le 24,
+ 202.64.10.0/23 le 24,
+ 202.64.13.0/24,
+ 202.64.14.0/24,
+ 202.64.47.0/23 le 24,
+ 202.64.211.0/23 le 24,
+ 202.64.192.0/24,
+ 202.64.203.0/24,
+ 202.64.228.0/24,
+ 202.64.231.0/24,
+ 202.64.233.0/23 le 24,
+ 202.64.152.0/19 le 24,
+ 202.66.12.0/24,
+ 202.66.122.0/24,
+ 202.66.119.0/24,
+ 202.66.73.0/24,
+ 202.66.76.0/24,
+ 202.66.82.0/24,
+ 202.67.230.0/20 le 24,
+ 202.69.79.0/24,
+ 202.69.70.0/23 le 24,
+ 202.69.86.0/24,
+ 202.69.95.0/24,
+ 202.69.91.0/24,
+ 202.69.110.0/24,
+ 202.69.102.0/24,
+ 202.69.15.0/24,
+ 202.69.40.0/24,
+ 202.69.34.0/23 le 24,
+ 202.69.58.0/23 le 24,
+ 202.69.56.0/24,
+ 202.69.63.0/24,
+ 202.69.49.0/24,
+ 202.69.254.0/23 le 24,
+ 202.69.241.0/22 le 24,
+ 202.69.244.0/24,
+ 202.69.246.0/24,
+ 202.69.230.0/24,
+ 202.69.224.0/24,
+ 202.69.206.0/24,
+ 202.69.217.0/24,
+ 202.69.214.0/24,
+ 202.69.211.0/24,
+ 202.69.181.0/24,
+ 202.69.177.0/24,
+ 202.69.186.0/24,
+ 202.69.184.0/23 le 24,
+ 202.69.168.0/23 le 24,
+ 202.69.161.0/22 le 24,
+ 202.69.166.0/23 le 24,
+ 202.69.164.0/24,
+ 202.68.242.0/23 le 24,
+ 202.68.228.0/24,
+ 202.68.232.0/23 le 24,
+ 202.68.202.0/23 le 24,
+ 202.68.200.0/24,
+ 202.68.165.0/24,
+ 202.68.167.0/23 ge 24 le 24,
+ 202.68.49.0/24,
+ 202.68.51.0/24,
+ 202.68.1.0/24,
+ 202.68.29.0/24,
+ 202.68.20.0/24,
+ 202.68.16.0/24,
+ 202.71.183.0/18 le 24,
+ 202.71.85.0/22 le 24,
+ 202.71.105.0/22 le 24,
+ 202.80.21.0/24,
+ 202.83.91.0/24,
+ 202.85.6.0/23 le 24,
+ 202.93.86.0/24,
+ 202.94.22.0/17 le 24,
+ 202.89.84.0/19 le 24,
+ 202.89.125.0/24,
+ 202.89.111.0/24,
+ 201.161.128.0/24,
+ 201.169.247.0/24,
+ 201.184.55.0/24,
+ 201.184.16.0/22 le 24,
+ 201.185.92.0/21 le 24,
+ 201.185.84.0/23 le 24,
+ 201.179.41.0/23 le 24,
+ 201.178.213.0/24,
+ 201.181.151.0/24,
+ 201.183.177.0/21 le 24,
+ 201.182.168.0/24,
+ 201.146.237.0/19 le 24,
+ 201.146.143.0/24,
+ 201.146.87.0/21 ge 22 le 24,
+ 201.146.76.0/22 le 24,
+ 201.146.69.0/22 ge 24 le 24,
+ 201.148.36.0/24,
+ 201.149.88.0/16 le 24,
+ 201.141.203.0/24,
+ 201.143.126.0/24,
+ 201.143.122.0/24,
+ 201.143.119.0/21 ge 24 le 24,
+ 201.143.97.0/21 le 24,
+ 201.143.104.0/24,
+ 201.143.147.0/23 le 24,
+ 201.139.184.0/20 le 24,
+ 201.139.41.0/22 le 24,
+ 201.139.15.0/21 le 24,
+ 201.136.12.0/20 le 24,
+ 201.136.41.0/21 le 24,
+ 201.133.27.0/17 le 24,
+ 201.128.170.0/24,
+ 201.128.133.0/24,
+ 201.128.247.0/24,
+ 201.128.245.0/23 le 24,
+ 201.128.250.0/23 le 24,
+ 201.128.249.0/24,
+ 201.128.219.0/24,
+ 201.234.86.0/24,
+ 201.233.63.0/24,
+ 201.233.235.0/24,
+ 201.238.11.0/20 le 24,
+ 201.239.112.0/24,
+ 201.231.29.0/23 le 24,
+ 201.231.52.0/24,
+ 201.231.144.0/24,
+ 201.224.164.0/15 ge 16 le 24,
+ 201.255.116.0/24,
+ 201.254.154.0/22 le 24,
+ 201.252.233.0/22 le 24,
+ 201.253.185.0/24,
+ 201.253.139.0/24,
+ 201.253.130.0/24,
+ 201.253.229.0/23 le 24,
+ 201.253.193.0/19 le 24,
+ 201.253.79.0/23 le 24,
+ 201.253.30.0/22 le 24,
+ 201.211.172.0/23 le 24,
+ 201.211.171.0/22 le 24,
+ 201.211.197.0/23 le 24,
+ 201.211.192.0/23 le 24,
+ 201.211.212.0/23 le 24,
+ 201.215.47.0/23 le 24,
+ 201.212.165.0/24,
+ 201.218.44.0/24,
+ 201.218.54.0/23 le 24,
+ 201.217.53.0/24,
+ 201.217.91.0/23 le 24,
+ 201.223.220.0/22 le 24,
+ 201.223.136.0/19 le 24,
+ 201.223.125.0/19 le 24,
+ 201.223.62.0/23 ge 24 le 24,
+ 201.223.61.0/24,
+ 201.203.186.0/20 le 24,
+ 201.205.120.0/24,
+ 201.194.172.0/24,
+ 201.194.180.0/24,
+ 201.194.178.0/24,
+ 201.194.187.0/23 le 24,
+ 201.194.136.0/20 le 24,
+ 201.194.228.0/24,
+ 201.194.99.0/24,
+ 201.194.104.0/24,
+ 201.194.112.0/23 ge 24 le 24,
+ 201.194.123.0/21 ge 24 le 24,
+ 201.199.79.0/21 le 24,
+ 201.196.64.0/24,
+ 201.196.12.0/24,
+ 201.196.223.0/21 le 24,
+ 201.196.212.0/24,
+ 201.196.208.0/23 ge 24 le 24,
+ 201.196.139.0/23 le 24,
+ 201.197.37.0/19 le 24,
+ 201.197.245.0/22 le 24,
+ 201.91.24.0/23 ge 24 le 24,
+ 201.91.26.0/24,
+ 201.91.6.0/24,
+ 201.91.9.0/24,
+ 201.91.47.0/24,
+ 201.91.45.0/24,
+ 201.91.52.0/24,
+ 201.91.63.0/24,
+ 201.91.116.0/24,
+ 201.91.127.0/24,
+ 201.91.101.0/24,
+ 201.91.103.0/24,
+ 201.91.148.0/23 ge 24 le 24,
+ 201.91.190.0/24,
+ 201.91.172.0/24,
+ 201.91.175.0/23 ge 24 le 24,
+ 201.91.166.0/24,
+ 201.91.160.0/24,
+ 201.91.162.0/23 le 24,
+ 201.91.209.0/20 le 24,
+ 201.91.192.0/21 le 24,
+ 201.91.202.0/23 le 24,
+ 201.91.201.0/23 ge 24 le 24,
+ 201.91.206.0/24,
+ 201.91.204.0/24,
+ 201.91.228.0/24,
+ 201.91.231.0/24,
+ 201.91.232.0/24,
+ 201.91.235.0/23 le 24,
+ 201.91.245.0/24,
+ 201.91.240.0/23 le 24,
+ 201.91.248.0/24,
+ 201.90.99.0/19 le 24,
+ 201.93.139.0/24,
+ 201.93.159.0/24,
+ 201.93.174.0/24,
+ 201.93.173.0/24,
+ 201.93.170.0/23 le 24,
+ 201.93.176.0/20 le 24,
+ 201.93.219.0/21 le 24,
+ 201.93.213.0/24,
+ 201.93.209.0/24,
+ 201.93.211.0/24,
+ 201.93.198.0/23 le 24,
+ 201.93.195.0/24,
+ 201.93.205.0/24,
+ 201.93.203.0/23 le 24,
+ 201.93.231.0/22 ge 24 le 24,
+ 201.93.227.0/23 le 24,
+ 201.93.244.0/24,
+ 201.93.243.0/23 le 24,
+ 201.93.240.0/24,
+ 201.93.95.0/18 le 24,
+ 201.93.61.0/24,
+ 201.93.48.0/23 ge 24 le 24,
+ 201.93.53.0/24,
+ 201.93.54.0/23 le 24,
+ 201.93.46.0/24,
+ 201.93.43.0/24,
+ 201.93.37.0/24,
+ 201.93.39.0/24,
+ 201.93.33.0/24,
+ 201.93.25.0/22 le 24,
+ 201.93.28.0/23 ge 24 le 24,
+ 201.93.31.0/24,
+ 201.93.17.0/24,
+ 201.93.2.0/24,
+ 201.93.0.0/23 le 24,
+ 201.93.6.0/24,
+ 201.82.221.0/20 le 24,
+ 201.67.220.0/22 le 24,
+ 201.64.103.0/23 le 24,
+ 201.64.124.0/24,
+ 201.64.225.0/24,
+ 201.73.218.0/23 ge 24 le 24,
+ 201.73.221.0/22 le 24,
+ 201.73.200.0/23 le 24,
+ 201.73.207.0/23 le 24,
+ 201.73.194.0/24,
+ 201.76.139.0/22 le 24,
+ 201.76.177.0/21 le 24,
+ 201.78.222.0/24,
+ 201.113.79.0/24,
+ 201.115.3.0/20 le 24,
+ 201.114.99.0/19 le 24,
+ 201.119.207.0/16 le 24,
+ 201.117.40.0/24,
+ 201.117.63.0/24,
+ 201.117.18.0/24,
+ 201.116.192.0/24,
+ 201.116.220.0/24,
+ 201.116.216.0/24,
+ 201.116.149.0/24,
+ 201.116.125.0/24,
+ 201.126.197.0/16 le 24,
+ 201.127.72.0/22 le 24,
+ 201.122.78.0/16 le 24,
+ 201.121.157.0/24,
+ 201.102.13.0/20 le 24,
+ 201.102.20.0/23 ge 24 le 24,
+ 201.102.19.0/22 ge 24 le 24,
+ 201.102.25.0/22 le 24,
+ 201.102.52.0/23 ge 24 le 24,
+ 201.102.63.0/24,
+ 201.102.60.0/24,
+ 201.102.56.0/24,
+ 201.102.32.0/24,
+ 201.102.42.0/24,
+ 201.102.41.0/24,
+ 201.103.1.0/17 le 24,
+ 201.103.231.0/18 le 24,
+ 201.103.162.0/19 le 24,
+ 201.103.148.0/20 le 24,
+ 201.103.140.0/21 le 24,
+ 201.103.128.0/22 le 24,
+ 201.103.132.0/23 le 24,
+ 201.103.135.0/24,
+ 201.101.228.0/16 ge 18 le 24,
+ 201.97.74.0/24,
+ 201.97.240.0/19 le 24,
+ 201.105.187.0/20 le 24,
+ 201.107.230.0/16 le 24,
+ 201.109.127.0/19 le 24,
+ 201.110.146.0/24,
+ 201.110.90.0/22 le 24,
+ 201.110.118.0/22 le 24,
+ 201.110.123.0/21 le 24,
+ 201.111.125.0/24,
+ 201.111.225.0/24,
+ 201.111.233.0/24,
+ 201.111.173.0/19 le 24,
+ 201.54.220.0/24,
+ 201.55.161.0/19 le 24,
+ 201.52.37.0/18 le 24,
+ 201.52.225.0/18 le 24,
+ 201.51.132.0/19 le 24,
+ 201.50.211.0/24,
+ 201.50.192.0/23 le 24,
+ 201.50.199.0/22 le 24,
+ 201.50.116.0/24,
+ 201.50.110.0/24,
+ 201.50.3.0/24,
+ 201.48.195.0/21 le 24,
+ 201.48.157.0/22 le 24,
+ 201.48.184.0/24,
+ 201.57.62.0/20 le 24,
+ 201.57.11.0/23 le 24,
+ 201.57.156.0/22 ge 23 le 24,
+ 201.57.152.0/22 le 24,
+ 201.57.150.0/22 le 24,
+ 201.59.121.0/18 le 24,
+ 201.58.16.0/24,
+ 201.63.51.0/19 le 24,
+ 201.61.43.0/18 le 24,
+ 201.60.46.0/18 le 24,
+ 201.60.132.0/17 ge 18 le 24,
+ 201.37.186.0/24,
+ 201.37.217.0/22 le 24,
+ 201.37.200.0/21 le 24,
+ 201.37.77.0/24,
+ 201.37.52.0/21 le 24,
+ 201.37.28.0/23 le 24,
+ 201.36.164.0/20 le 24,
+ 201.36.183.0/21 le 24,
+ 201.38.149.0/19 le 24,
+ 201.38.116.0/19 le 24,
+ 201.33.32.0/24,
+ 201.33.82.0/19 le 24,
+ 201.45.72.0/24,
+ 201.44.30.0/24,
+ 201.43.116.0/24,
+ 201.43.175.0/22 le 24,
+ 201.42.17.0/24,
+ 201.42.130.0/20 le 24,
+ 201.40.255.0/24,
+ 201.41.86.0/24,
+ 201.41.29.0/24,
+ 201.41.41.0/24,
+ 201.41.195.0/20 le 24,
+ 201.41.177.0/19 le 24,
+ 201.26.110.0/21 ge 22 le 24,
+ 201.26.97.0/21 le 24,
+ 201.26.121.0/20 le 24,
+ 201.27.134.0/21 le 24,
+ 201.30.251.0/22 ge 24 le 24,
+ 201.11.193.0/16 le 24,
+ 201.6.214.0/22 le 24,
+ 201.6.216.0/21 le 24,
+ 201.6.193.0/21 le 24,
+ 201.6.207.0/23 le 24,
+ 201.6.200.0/23 le 24,
+ 201.6.171.0/21 le 24,
+ 201.6.163.0/22 le 24,
+ 201.5.108.0/19 le 24,
+ 201.0.203.0/16 le 24,
+ 200.120.75.0/24,
+ 200.120.59.0/21 le 24,
+ 200.122.110.0/21 le 24,
+ 200.123.80.0/24,
+ 200.105.230.0/24,
+ 200.106.68.0/21 le 24,
+ 200.106.169.0/22 le 24,
+ 200.111.25.0/18 le 24,
+ 200.103.74.0/24,
+ 200.98.35.0/19 ge 20 le 24,
+ 200.88.213.0/24,
+ 200.88.196.0/24,
+ 200.90.125.0/24,
+ 200.90.121.0/23 ge 24 le 24,
+ 200.90.123.0/23 le 24,
+ 200.90.14.0/23 le 24,
+ 200.90.61.0/22 le 24,
+ 200.90.40.0/24,
+ 200.90.32.0/24,
+ 200.91.129.0/16 le 24,
+ 200.80.195.0/24,
+ 200.80.192.0/24,
+ 200.81.5.0/24,
+ 200.82.232.0/23 le 24,
+ 200.87.75.0/19 le 24,
+ 200.84.176.0/24,
+ 200.84.137.0/20 le 24,
+ 200.84.201.0/21 le 24,
+ 200.84.198.0/22 le 24,
+ 200.84.192.0/23 le 24,
+ 200.84.50.0/17 le 24,
+ 200.67.80.0/24,
+ 200.65.87.0/21 le 24,
+ 200.65.94.0/22 le 24,
+ 200.65.69.0/20 le 24,
+ 200.73.215.0/16 le 24,
+ 200.0.182.0/16 le 24,
+ 200.2.170.0/24,
+ 200.2.151.0/24,
+ 200.13.67.0/20 le 24,
+ 200.10.59.0/24,
+ 200.8.246.0/24,
+ 200.8.76.0/24,
+ 200.27.133.0/16 le 24,
+ 200.28.86.0/23 le 24,
+ 200.20.144.0/24,
+ 200.21.204.0/24,
+ 200.18.22.0/24,
+ 200.18.122.0/24,
+ 200.19.141.0/23 le 24,
+ 200.39.232.0/24,
+ 200.39.244.0/24,
+ 200.39.218.0/24,
+ 200.39.158.0/24,
+ 200.39.146.0/24,
+ 200.43.61.0/18 ge 20 le 24,
+ 200.43.125.0/20 le 24,
+ 200.43.94.0/20 le 24,
+ 200.43.231.0/20 le 24,
+ 200.43.204.0/19 ge 20 le 24,
+ 200.43.131.0/18 ge 20 le 24,
+ 200.52.78.0/17 le 24,
+ 200.55.128.0/17 le 24,
+ 200.61.135.0/24,
+ 200.61.133.0/24,
+ 200.61.195.0/24,
+ 200.60.55.0/21 le 24,
+ 200.56.210.0/20 le 24,
+ 200.166.13.0/18 le 24,
+ 200.166.172.0/19 le 24,
+ 200.164.1.0/16 le 24,
+ 200.165.38.0/24,
+ 200.165.35.0/24,
+ 200.165.71.0/24,
+ 200.165.213.0/24,
+ 200.165.210.0/24,
+ 200.165.131.0/24,
+ 200.161.71.0/20 le 24,
+ 200.161.122.0/19 le 24,
+ 200.187.92.0/24,
+ 200.180.101.0/18 le 24,
+ 200.182.162.0/18 le 24,
+ 200.177.40.0/24,
+ 200.177.57.0/24,
+ 200.176.186.0/17 le 24,
+ 200.179.197.0/19 le 24,
+ 200.159.184.0/17 le 24,
+ 200.159.5.0/18 le 24,
+ 200.159.116.0/18 ge 19 le 24,
+ 200.157.255.0/24,
+ 200.152.4.0/16 le 24,
+ 200.155.123.0/20 le 24,
+ 200.155.81.0/23 ge 24 le 24,
+ 200.146.233.0/18 le 24,
+ 200.149.92.0/16 le 24,
+ 200.138.139.0/24,
+ 200.138.239.0/24,
+ 200.136.46.0/17 le 24,
+ 200.137.150.0/24,
+ 200.137.144.0/24,
+ 200.142.151.0/22 le 24,
+ 200.142.159.0/21 le 24,
+ 200.142.139.0/20 le 24,
+ 200.142.160.0/19 le 24,
+ 200.135.40.0/24,
+ 200.135.28.0/24,
+ 200.134.246.0/24,
+ 200.134.213.0/24,
+ 200.134.217.0/24,
+ 200.134.219.0/24,
+ 200.134.167.0/24,
+ 200.132.248.0/20 le 24,
+ 200.242.221.0/24,
+ 200.240.211.0/21 le 24,
+ 200.240.197.0/24,
+ 200.240.199.0/24,
+ 200.241.29.0/17 le 24,
+ 200.244.183.0/20 le 24,
+ 200.246.147.0/18 le 24,
+ 200.250.213.0/18 le 24,
+ 200.251.164.0/24,
+ 200.251.137.0/24,
+ 200.248.75.0/23 le 24,
+ 200.249.142.0/21 le 24,
+ 200.249.131.0/22 le 24,
+ 200.249.133.0/23 le 24,
+ 200.249.134.0/23 ge 24 le 24,
+ 200.249.158.0/22 le 24,
+ 200.254.130.0/20 le 24,
+ 200.254.155.0/21 le 24,
+ 200.253.193.0/18 le 24,
+ 200.232.48.0/23 le 24,
+ 200.232.55.0/24,
+ 200.238.67.0/22 le 24,
+ 200.238.217.0/23 le 24,
+ 200.224.48.0/17 le 24,
+ 200.224.254.0/18 le 24,
+ 200.231.51.0/23 le 24,
+ 200.228.242.0/20 le 24,
+ 200.198.72.0/24,
+ 200.196.62.0/24,
+ 200.196.41.0/24,
+ 200.196.92.0/23 le 24,
+ 200.196.87.0/21 le 24,
+ 200.192.102.0/24,
+ 200.192.122.0/22 le 24,
+ 200.193.61.0/24,
+ 200.194.240.0/19 le 24,
+ 200.195.181.0/23 ge 24 le 24,
+ 200.195.182.0/24,
+ 200.207.83.0/19 le 24,
+ 200.201.166.0/16 le 24,
+ 200.203.178.0/23 le 24,
+ 200.216.31.0/22 le 24,
+ 200.219.100.0/24,
+ 200.222.120.0/24,
+ 200.220.29.0/18 le 24,
+ 200.220.212.0/20 le 24,
+ 200.211.186.0/24,
+ 200.214.99.0/24,
+ 200.214.105.0/24,
+ 200.214.107.0/24,
+ 200.214.116.0/24,
+ 200.214.126.0/24,
+ 200.214.123.0/24,
+ 200.214.69.0/24,
+ 200.214.77.0/24,
+ 200.214.78.0/24,
+ 200.214.81.0/24,
+ 200.214.87.0/24,
+ 200.214.91.0/24,
+ 200.214.6.0/24,
+ 200.214.60.0/24,
+ 200.214.47.0/24,
+ 200.214.198.0/23 le 24,
+ 200.214.218.0/24,
+ 200.212.205.0/20 le 24,
+ 200.212.221.0/24,
+ 217.236.170.0/24,
+ 217.232.57.0/24,
+ 217.232.42.0/24,
+ 217.235.236.0/24,
+ 217.235.102.0/24,
+ 217.227.105.0/22 le 24,
+ 217.227.9.0/19 ge 24 le 24,
+ 217.224.45.0/23 le 24,
+ 217.225.60.0/24,
+ 217.231.117.0/24,
+ 217.231.19.0/23 le 24,
+ 217.229.71.0/24,
+ 217.242.31.0/24,
+ 217.242.203.0/21 le 24,
+ 217.243.48.0/24,
+ 217.247.203.0/24,
+ 217.247.205.0/24,
+ 217.245.54.0/22 le 24,
+ 217.252.179.0/24,
+ 217.251.154.0/24,
+ 217.193.61.0/21 le 24,
+ 217.193.26.0/20 le 24,
+ 217.192.37.0/22 le 24,
+ 217.192.142.0/24,
+ 217.198.95.0/23 le 24,
+ 217.198.124.0/23 le 24,
+ 217.198.154.0/18 le 24,
+ 217.206.202.0/24,
+ 217.206.144.0/22 le 24,
+ 217.205.66.0/23 le 24,
+ 217.212.175.0/18 le 24,
+ 217.212.92.0/18 le 24,
+ 217.212.41.0/20 le 24,
+ 217.213.132.0/17 ge 19 le 24,
+ 217.213.117.0/19 le 24,
+ 217.213.77.0/19 ge 20 le 24,
+ 217.213.37.0/18 ge 20 le 24,
+ 217.214.92.0/18 le 24,
+ 217.214.54.0/19 ge 20 le 24,
+ 217.214.25.0/19 le 24,
+ 217.214.248.0/19 le 24,
+ 217.214.218.0/19 ge 20 le 24,
+ 217.215.210.0/18 le 24,
+ 217.215.149.0/18 ge 19 le 24,
+ 217.215.108.0/18 le 24,
+ 217.215.42.0/19 le 24,
+ 217.215.12.0/20 ge 21 le 24,
+ 217.211.19.0/21 le 24,
+ 217.211.27.0/24,
+ 217.211.3.0/24,
+ 217.211.34.0/21 le 24,
+ 217.211.45.0/24,
+ 217.211.53.0/24,
+ 217.211.58.0/24,
+ 217.219.155.0/24,
+ 217.219.148.0/24,
+ 217.216.5.0/24,
+ 217.147.112.0/22 le 24,
+ 217.147.138.0/23 le 24,
+ 217.147.130.0/24,
+ 217.146.31.0/22 le 24,
+ 217.146.83.0/22 le 24,
+ 217.146.251.0/23 ge 24 le 24,
+ 217.146.210.0/22 le 24,
+ 217.146.194.0/24,
+ 217.146.198.0/23 ge 24 le 24,
+ 217.146.197.0/23 le 24,
+ 217.146.128.0/22 le 24,
+ 217.146.169.0/22 le 24,
+ 217.145.78.0/22 le 24,
+ 217.145.81.0/22 le 24,
+ 217.145.168.0/21 le 24,
+ 217.145.235.0/21 le 24,
+ 217.144.78.0/22 le 24,
+ 217.144.157.0/21 le 24,
+ 217.144.167.0/22 le 24,
+ 217.144.243.0/22 le 24,
+ 217.144.204.0/22 le 24,
+ 217.144.200.0/24,
+ 217.144.220.0/21 le 24,
+ 217.150.76.0/22 le 24,
+ 217.150.84.0/22 le 24,
+ 217.150.46.0/22 le 24,
+ 217.150.186.0/22 le 24,
+ 217.150.131.0/21 le 24,
+ 217.150.252.0/22 le 24,
+ 217.151.3.0/24,
+ 217.151.1.0/23 ge 24 le 24,
+ 217.151.7.0/24,
+ 217.151.200.0/21 le 24,
+ 217.151.179.0/23 le 24,
+ 217.148.88.0/22 le 24,
+ 217.148.38.0/20 ge 21 le 24,
+ 217.148.242.0/22 le 24,
+ 217.149.4.0/22 le 24,
+ 217.149.90.0/21 le 24,
+ 217.149.158.0/22 le 24,
+ 217.149.213.0/22 le 24,
+ 217.149.229.0/21 le 24,
+ 217.154.236.0/21 le 24,
+ 217.154.255.0/22 le 24,
+ 217.154.241.0/24,
+ 217.154.242.0/23 ge 24 le 24,
+ 217.154.244.0/23 le 24,
+ 217.154.247.0/24,
+ 217.154.198.0/23 le 24,
+ 217.154.34.0/22 le 24,
+ 217.154.81.0/23 ge 24 le 24,
+ 217.154.116.0/22 le 24,
+ 217.155.206.0/22 le 24,
+ 217.155.254.0/22 le 24,
+ 217.155.234.0/22 ge 23 le 24,
+ 217.155.236.0/24,
+ 217.155.238.0/24,
+ 217.155.118.0/21 le 24,
+ 217.155.13.0/21 le 24,
+ 217.152.215.0/23 le 24,
+ 217.152.208.0/22 le 24,
+ 217.152.19.0/21 le 24,
+ 217.152.3.0/22 ge 23 le 24,
+ 217.152.7.0/22 le 24,
+ 217.153.212.0/21 le 24,
+ 217.153.56.0/21 le 24,
+ 217.153.53.0/22 le 24,
+ 217.153.46.0/22 le 24,
+ 217.153.70.0/22 le 24,
+ 217.153.97.0/24,
+ 217.159.108.0/23 le 24,
+ 217.159.79.0/22 le 24,
+ 217.159.83.0/24,
+ 217.159.85.0/22 le 24,
+ 217.159.92.0/21 le 24,
+ 217.159.55.0/23 le 24,
+ 217.159.223.0/23 le 24,
+ 217.159.149.0/22 le 24,
+ 217.159.191.0/22 le 24,
+ 217.158.41.0/24,
+ 217.158.40.0/24,
+ 217.158.25.0/23 ge 24 le 24,
+ 217.158.139.0/22 ge 24 le 24,
+ 217.158.156.0/21 le 24,
+ 217.158.250.0/21 le 24,
+ 217.156.208.0/22 le 24,
+ 217.156.201.0/21 le 24,
+ 217.156.143.0/22 le 24,
+ 217.156.20.0/21 le 24,
+ 217.156.31.0/22 le 24,
+ 217.156.104.0/23 le 24,
+ 217.157.183.0/22 le 24,
+ 217.157.187.0/21 le 24,
+ 217.157.151.0/22 le 24,
+ 217.157.17.0/22 le 24,
+ 217.157.85.0/21 le 24,
+ 217.136.123.0/21 le 24,
+ 217.136.69.0/22 ge 23 le 24,
+ 217.136.11.0/21 le 24,
+ 217.136.25.0/21 le 24,
+ 217.136.197.0/22 ge 24 le 24,
+ 217.136.140.0/21 le 24,
+ 217.136.182.0/23 ge 24 le 24,
+ 217.136.180.0/24,
+ 217.136.160.0/22 le 24,
+ 217.137.250.0/22 le 24,
+ 217.137.164.0/24,
+ 217.137.146.0/22 le 24,
+ 217.137.19.0/22 le 24,
+ 217.137.121.0/22 le 24,
+ 217.137.126.0/23 le 24,
+ 217.137.70.0/24,
+ 217.139.112.0/21 ge 24 le 24,
+ 217.139.136.0/22 le 24,
+ 217.139.201.0/22 le 24,
+ 217.139.254.0/24,
+ 217.138.243.0/21 le 24,
+ 217.138.14.0/22 le 24,
+ 217.143.130.0/23 ge 24 le 24,
+ 217.143.220.0/22 le 24,
+ 217.143.41.0/24,
+ 217.142.8.0/22 le 24,
+ 217.142.64.0/22 le 24,
+ 217.142.80.0/22 le 24,
+ 217.142.100.0/22 le 24,
+ 217.142.227.0/21 le 24,
+ 217.142.218.0/22 le 24,
+ 217.142.177.0/22 le 24,
+ 217.142.149.0/21 le 24,
+ 217.140.60.0/22 le 24,
+ 217.140.3.0/22 le 24,
+ 217.140.109.0/22 le 24,
+ 217.140.76.0/22 le 24,
+ 217.140.94.0/23 le 24,
+ 217.141.115.0/24,
+ 217.141.211.0/22 le 24,
+ 217.134.155.0/22 le 24,
+ 217.134.158.0/24,
+ 217.134.156.0/24,
+ 217.134.69.0/21 le 24,
+ 217.134.40.0/22 le 24,
+ 217.135.236.0/22 le 24,
+ 217.135.241.0/22 le 24,
+ 217.135.38.0/22 le 24,
+ 217.135.98.0/21 le 24,
+ 217.133.76.0/23 le 24,
+ 217.133.35.0/21 le 24,
+ 217.133.59.0/22 le 24,
+ 217.132.230.0/23 le 24,
+ 217.132.196.0/21 ge 22 le 24,
+ 217.132.176.0/22 le 24,
+ 217.129.229.0/21 le 24,
+ 217.129.214.0/22 ge 24 le 24,
+ 217.129.137.0/22 le 24,
+ 217.129.132.0/21 ge 22 le 24,
+ 217.129.83.0/22 le 24,
+ 217.129.115.0/22 le 24,
+ 217.128.194.0/21 le 24,
+ 217.128.175.0/22 le 24,
+ 217.128.36.0/21 ge 22 le 24,
+ 217.128.52.0/22 le 24,
+ 217.131.64.0/24,
+ 217.131.114.0/24,
+ 217.131.156.0/21 le 24,
+ 217.131.166.0/21 le 24,
+ 217.130.150.0/22 le 24,
+ 217.130.201.0/22 le 24,
+ 217.130.234.0/22 le 24,
+ 217.130.25.0/22 ge 24 le 24,
+ 217.130.101.0/21 le 24,
+ 217.185.189.0/18 le 24,
+ 217.185.30.0/20 le 24,
+ 217.184.205.0/24,
+ 217.187.95.0/20 le 24,
+ 217.187.162.0/19 le 24,
+ 217.187.214.0/24,
+ 217.188.201.0/18 le 24,
+ 217.189.18.0/18 le 24,
+ 217.190.23.0/21 le 24,
+ 217.180.60.0/24,
+ 217.176.98.0/20 le 24,
+ 217.161.163.0/24,
+ 217.161.240.0/23 le 24,
+ 217.166.11.0/24,
+ 217.166.67.0/23 ge 24 le 24,
+ 217.166.68.0/24,
+ 217.167.113.0/18 le 24,
+ 217.164.169.0/20 le 24,
+ 217.165.204.0/16 le 24,
+ 217.8.182.0/24,
+ 217.0.14.0/24,
+ 217.6.105.0/24,
+ 217.7.239.0/24,
+ 217.17.77.0/21 le 24,
+ 217.17.94.0/20 le 24,
+ 217.17.127.0/23 le 24,
+ 217.17.170.0/24,
+ 217.21.70.0/23 le 24,
+ 217.26.101.0/24,
+ 217.28.46.0/19 le 24,
+ 217.60.209.0/24,
+ 217.56.90.0/23 le 24,
+ 217.51.205.0/22 le 24,
+ 217.38.104.0/24,
+ 217.38.111.0/24,
+ 217.36.146.0/16 le 24,
+ 217.33.47.0/21 le 24,
+ 217.33.17.0/24,
+ 217.33.19.0/23 le 24,
+ 217.33.31.0/24,
+ 217.33.203.0/23 ge 24 le 24,
+ 217.33.219.0/21 le 24,
+ 217.33.152.0/21 le 24,
+ 217.43.39.0/24,
+ 217.43.34.0/22 le 24,
+ 217.43.58.0/22 le 24,
+ 217.43.60.0/24,
+ 217.43.216.0/24,
+ 217.43.168.0/24,
+ 217.43.170.0/24,
+ 217.42.32.0/24,
+ 217.40.66.0/22 le 24,
+ 217.41.77.0/22 le 24,
+ 217.104.37.0/24,
+ 217.108.236.0/24,
+ 217.99.190.0/21 le 24,
+ 217.124.137.0/24,
+ 217.123.103.0/24,
+ 217.122.163.0/24,
+ 217.122.234.0/24,
+ 217.117.205.0/24,
+ 217.116.76.0/24,
+ 217.118.108.0/24,
+ 217.115.60.0/24,
+ 217.68.134.0/21 le 24,
+ 217.64.129.0/22 le 24,
+ 217.67.12.0/23 le 24,
+ 217.77.129.0/22 le 24,
+ 217.78.154.0/23 le 24,
+ 217.78.226.0/22 le 24,
+ 217.79.125.0/21 le 24,
+ 217.74.120.0/24,
+ 217.73.223.0/20 le 24,
+ 217.73.240.0/24,
+ 217.72.13.0/22 le 24,
+ 217.90.38.0/21 le 24,
+ 217.80.238.0/24,
+ 216.245.202.0/24,
+ 216.242.58.0/17 ge 20 le 24,
+ 216.242.141.0/18 ge 20 le 24,
+ 216.242.236.0/19 ge 20 le 24,
+ 216.242.218.0/20 le 24,
+ 216.254.247.0/24,
+ 216.254.244.0/23 ge 24 le 24,
+ 216.254.227.0/24,
+ 216.254.52.0/22 le 24,
+ 216.255.227.0/24,
+ 216.255.151.0/24,
+ 216.255.147.0/24,
+ 216.255.164.0/21 le 24,
+ 216.252.233.0/24,
+ 216.252.85.0/23 le 24,
+ 216.250.238.0/23 le 24,
+ 216.251.11.0/16 le 24,
+ 216.235.186.0/22 ge 23 le 24,
+ 216.234.4.0/20 le 24,
+ 216.234.34.0/24,
+ 216.234.44.0/24,
+ 216.234.46.0/24,
+ 216.234.57.0/22 le 24,
+ 216.234.99.0/24,
+ 216.234.65.0/24,
+ 216.234.66.0/24,
+ 216.233.95.0/24,
+ 216.238.188.0/24,
+ 216.224.96.0/24,
+ 216.224.211.0/17 le 24,
+ 216.227.229.0/24,
+ 216.229.116.0/24,
+ 216.229.152.0/24,
+ 216.230.13.0/24,
+ 216.194.139.0/16 le 24,
+ 216.196.112.0/16 le 24,
+ 216.202.52.0/19 le 24,
+ 216.200.106.0/19 le 24,
+ 216.200.241.0/24,
+ 216.205.28.0/24,
+ 216.205.31.0/23 le 24,
+ 216.205.24.0/23 le 24,
+ 216.204.30.0/17 le 24,
+ 216.206.67.0/17 le 24,
+ 216.207.134.0/24,
+ 216.207.164.0/24,
+ 216.207.195.0/24,
+ 216.207.199.0/24,
+ 216.207.218.0/24,
+ 216.207.9.0/24,
+ 216.207.101.0/24,
+ 216.221.226.0/19 le 24,
+ 216.218.96.0/24,
+ 216.218.100.0/23 le 24,
+ 216.218.234.0/24,
+ 216.218.233.0/23 le 24,
+ 216.218.238.0/23 le 24,
+ 216.218.237.0/24,
+ 216.216.117.0/20 le 24,
+ 216.216.1.0/20 le 24,
+ 216.216.151.0/19 le 24,
+ 216.217.174.0/21 le 24,
+ 216.217.136.0/19 le 24,
+ 216.215.141.0/24,
+ 216.215.139.0/23 ge 24 le 24,
+ 216.215.136.0/24,
+ 216.215.131.0/23 le 24,
+ 216.215.128.0/24,
+ 216.215.135.0/24,
+ 216.163.141.0/24,
+ 216.161.62.0/23 ge 24 le 24,
+ 216.160.137.0/22 le 24,
+ 216.160.160.0/23 le 24,
+ 216.160.170.0/22 le 24,
+ 216.160.175.0/24,
+ 216.166.47.0/20 le 24,
+ 216.171.240.0/19 le 24,
+ 216.169.33.0/18 le 24,
+ 216.169.67.0/19 le 24,
+ 216.173.128.0/24,
+ 216.186.121.0/24,
+ 216.184.166.0/24,
+ 216.189.119.0/19 le 24,
+ 216.182.92.0/18 le 24,
+ 216.182.24.0/20 le 24,
+ 216.183.158.0/24,
+ 216.183.23.0/18 le 24,
+ 216.178.55.0/24,
+ 216.178.47.0/23 ge 24 le 24,
+ 216.179.216.0/19 le 24,
+ 216.147.210.0/18 le 24,
+ 216.144.111.0/18 le 24,
+ 216.150.196.0/18 le 24,
+ 216.154.223.0/19 le 24,
+ 216.152.41.0/16 le 24,
+ 216.153.140.0/24,
+ 216.157.18.0/22 le 24,
+ 216.138.217.0/24,
+ 216.136.153.0/19 le 24,
+ 216.140.230.0/24,
+ 216.134.106.0/24,
+ 216.134.77.0/24,
+ 216.134.25.0/24,
+ 216.129.117.0/24,
+ 216.129.56.0/19 le 24,
+ 216.45.154.0/18 le 24,
+ 216.45.206.0/19 le 24,
+ 216.40.146.0/24,
+ 216.40.145.0/24,
+ 216.40.202.0/18 le 24,
+ 216.41.209.0/24,
+ 216.41.214.0/24,
+ 216.41.228.0/24,
+ 216.43.128.0/18 le 24,
+ 216.33.184.0/24,
+ 216.36.123.0/20 le 24,
+ 216.39.33.0/18 le 24,
+ 216.39.84.0/22 le 24,
+ 216.38.69.0/22 le 24,
+ 216.38.83.0/22 le 24,
+ 216.38.92.0/24,
+ 216.38.106.0/19 ge 20 le 24,
+ 216.61.179.0/23 le 24,
+ 216.61.177.0/24,
+ 216.61.190.0/23 le 24,
+ 216.61.187.0/23 le 24,
+ 216.61.89.0/23 le 24,
+ 216.61.94.0/24,
+ 216.60.8.0/18 le 24,
+ 216.62.178.0/18 le 24,
+ 216.57.142.0/24,
+ 216.57.251.0/19 le 24,
+ 216.57.39.0/21 le 24,
+ 216.56.204.0/24,
+ 216.56.70.0/24,
+ 216.56.46.0/24,
+ 216.58.33.0/19 le 24,
+ 216.59.220.0/22 ge 23 le 24,
+ 216.59.204.0/24,
+ 216.59.35.0/20 le 24,
+ 216.51.131.0/19 le 24,
+ 216.50.209.0/24,
+ 216.50.211.0/24,
+ 216.23.34.0/18 le 24,
+ 216.20.14.0/19 le 24,
+ 216.20.57.0/23 le 24,
+ 216.17.72.0/20 le 24,
+ 216.19.69.0/24,
+ 216.18.94.0/24,
+ 216.18.93.0/24,
+ 216.18.89.0/23 ge 24 le 24,
+ 216.18.120.0/24,
+ 216.18.40.0/24,
+ 216.18.47.0/24,
+ 216.18.197.0/24,
+ 216.18.169.0/24,
+ 216.31.136.0/19 le 24,
+ 216.15.21.0/20 le 24,
+ 216.15.142.0/20 le 24,
+ 216.8.242.0/23 ge 24 le 24,
+ 216.9.190.0/19 le 24,
+ 216.9.18.0/19 le 24,
+ 216.3.67.0/24,
+ 216.127.251.0/24,
+ 216.127.217.0/24,
+ 216.126.164.0/24,
+ 216.125.126.0/24,
+ 216.124.182.0/18 le 24,
+ 216.123.195.0/18 le 24,
+ 216.123.125.0/18 le 24,
+ 216.123.22.0/20 le 24,
+ 216.120.121.0/21 le 24,
+ 216.114.244.0/23 le 24,
+ 216.114.240.0/24,
+ 216.112.117.0/19 le 24,
+ 216.113.69.0/19 le 24,
+ 216.117.82.0/20 le 24,
+ 216.116.55.0/24,
+ 216.116.18.0/24,
+ 216.119.159.0/20 ge 24 le 24,
+ 216.119.141.0/21 ge 24 le 24,
+ 216.119.132.0/22 ge 24 le 24,
+ 216.119.130.0/24,
+ 216.119.128.0/23 ge 24 le 24,
+ 216.118.106.0/18 le 24,
+ 216.100.141.0/22 le 24,
+ 216.103.220.0/24,
+ 216.96.93.0/19 le 24,
+ 216.96.129.0/24,
+ 216.97.90.0/19 le 24,
+ 216.97.184.0/19 le 24,
+ 216.98.224.0/24,
+ 216.108.23.0/19 le 24,
+ 216.109.21.0/24,
+ 216.109.17.0/24,
+ 216.106.38.0/18 le 24,
+ 216.106.239.0/24,
+ 216.106.237.0/24,
+ 216.106.231.0/24,
+ 216.106.193.0/24,
+ 216.106.213.0/24,
+ 216.104.120.0/24,
+ 216.104.141.0/20 le 24,
+ 216.104.144.0/24,
+ 216.105.96.0/24,
+ 216.105.64.0/24,
+ 216.105.70.0/24,
+ 216.105.185.0/23 le 24,
+ 216.69.139.0/18 le 24,
+ 216.71.99.0/16 le 24,
+ 216.70.57.0/24,
+ 216.70.63.0/24,
+ 216.70.12.0/22 le 24,
+ 216.70.1.0/24,
+ 216.70.16.0/23 le 24,
+ 216.72.206.0/24,
+ 216.74.225.0/24,
+ 216.75.144.0/19 le 24,
+ 216.75.245.0/20 le 24,
+ 216.75.0.0/20 le 24,
+ 216.76.230.0/19 le 24,
+ 216.76.135.0/19 le 24,
+ 216.76.102.0/19 le 24,
+ 216.92.216.0/20 le 24,
+ 216.95.186.0/24,
+ 216.95.184.0/24,
+ 216.95.178.0/24,
+ 216.95.159.0/24,
+ 216.95.156.0/23 ge 24 le 24,
+ 216.95.65.0/21 le 24,
+ 216.95.86.0/22 le 24,
+ 216.94.142.0/20 le 24,
+ 216.81.179.0/24,
+ 216.81.194.0/24,
+ 216.81.193.0/24,
+ 216.81.253.0/23 le 24,
+ 216.81.245.0/23 le 24,
+ 216.81.242.0/22 le 24,
+ 216.81.109.0/24,
+ 216.81.110.0/24,
+ 216.81.38.0/24,
+ 216.82.114.0/21 ge 24 le 24,
+ 216.82.127.0/24,
+ 216.82.125.0/23 ge 24 le 24,
+ 216.82.123.0/23 ge 24 le 24,
+ 216.82.120.0/24,
+ 216.82.108.0/24,
+ 216.82.111.0/24,
+ 216.82.96.0/22 ge 24 le 24,
+ 216.82.102.0/23 ge 24 le 24,
+ 216.82.100.0/24,
+ 216.82.138.0/19 le 24,
+ 216.83.201.0/23 ge 24 le 24,
+ 216.83.235.0/20 le 24,
+ 216.83.52.0/24,
+ 216.83.54.0/23 le 24,
+ 216.87.38.0/24,
+ 218.75.109.0/17 le 24,
+ 218.74.251.0/24,
+ 218.74.133.0/24,
+ 218.74.135.0/24,
+ 218.74.185.0/19 le 24,
+ 218.74.13.0/20 le 24,
+ 218.72.221.0/22 ge 24 le 24,
+ 218.72.209.0/23 ge 24 le 24,
+ 218.72.210.0/24,
+ 218.72.215.0/24,
+ 218.72.199.0/23 ge 24 le 24,
+ 218.72.196.0/24,
+ 218.72.230.0/22 ge 24 le 24,
+ 218.72.233.0/23 ge 24 le 24,
+ 218.72.234.0/24,
+ 218.72.236.0/24,
+ 218.72.246.0/22 ge 24 le 24,
+ 218.72.249.0/23 ge 24 le 24,
+ 218.72.252.0/24,
+ 218.72.255.0/24,
+ 218.73.66.0/16 le 24,
+ 218.79.250.0/18 le 24,
+ 218.79.138.0/19 le 24,
+ 218.79.34.0/19 le 24,
+ 218.78.198.0/24,
+ 218.66.51.0/24,
+ 218.66.31.0/24,
+ 218.80.127.0/17 le 24,
+ 218.81.24.0/24,
+ 218.81.150.0/18 le 24,
+ 218.83.123.0/17 ge 18 le 24,
+ 218.83.172.0/18 le 24,
+ 218.83.230.0/18 ge 19 le 24,
+ 218.85.55.0/24,
+ 218.85.61.0/21 ge 24 le 24,
+ 218.85.3.0/19 le 24,
+ 218.85.132.0/19 le 24,
+ 218.85.231.0/18 le 24,
+ 218.94.227.0/24,
+ 218.94.229.0/24,
+ 218.94.120.0/24,
+ 218.94.124.0/23 le 24,
+ 218.127.133.0/24,
+ 218.113.251.0/24,
+ 218.113.203.0/24,
+ 218.18.92.0/20 le 24,
+ 218.0.81.0/21 le 24,
+ 218.9.24.0/19 le 24,
+ 218.239.214.0/24,
+ 218.228.54.0/21 le 24,
+ 218.192.97.0/24,
+ 218.197.55.0/19 le 24,
+ 218.200.76.0/22 le 24,
+ 218.200.95.0/24,
+ 218.200.93.0/24,
+ 218.200.82.0/23 ge 24 le 24,
+ 218.200.81.0/24,
+ 218.200.87.0/24,
+ 218.200.242.0/21 le 24,
+ 218.200.254.0/22 le 24,
+ 218.200.237.0/23 le 24,
+ 218.200.223.0/24,
+ 218.200.208.0/22 le 24,
+ 218.200.215.0/22 ge 23 le 24,
+ 218.200.206.0/22 le 24,
+ 218.200.196.0/22 le 24,
+ 218.200.160.0/24,
+ 218.200.163.0/24,
+ 218.200.165.0/23 ge 24 le 24,
+ 218.200.166.0/23 le 24,
+ 218.200.175.0/24,
+ 218.200.172.0/23 ge 24 le 24,
+ 218.200.170.0/22 le 24,
+ 218.200.188.0/20 ge 24 le 24,
+ 218.200.128.0/23 ge 24 le 24,
+ 218.200.131.0/24,
+ 218.201.184.0/19 le 24,
+ 218.207.30.0/16 le 24,
+ 218.182.209.0/24,
+ 218.176.118.0/20 le 24,
+ 218.176.196.0/22 le 24,
+ 219.245.53.0/16 ge 17 le 24,
+ 219.244.146.0/16 le 24,
+ 219.212.36.0/24,
+ 219.208.250.0/17 le 24,
+ 219.219.169.0/19 le 24,
+ 219.217.252.0/21 ge 22 le 24,
+ 219.217.239.0/20 le 24,
+ 219.222.108.0/16 le 24,
+ 219.220.182.0/21 ge 24 le 24,
+ 219.220.190.0/24,
+ 219.193.213.0/16 le 24,
+ 219.183.220.0/24,
+ 219.31.70.0/24,
+ 219.18.77.0/23 le 24,
+ 219.18.66.0/23 le 24,
+ 219.18.83.0/24,
+ 219.17.45.0/23 le 24,
+ 219.84.179.0/21 ge 22 le 24,
+ 219.82.247.0/23 le 24,
+ 219.80.5.0/23 ge 24 le 24,
+ 221.238.147.0/24,
+ 221.244.241.0/23 le 24,
+ 221.244.243.0/24,
+ 221.244.247.0/22 ge 24 le 24,
+ 221.254.203.0/20 le 24,
+ 221.206.105.0/20 le 24,
+ 221.199.32.0/19 le 24,
+ 221.210.217.0/19 le 24,
+ 221.213.193.0/19 le 24,
+ 221.217.203.0/19 le 24,
+ 221.157.19.0/21 ge 24 le 24,
+ 221.157.26.0/22 ge 24 le 24,
+ 221.157.29.0/23 ge 24 le 24,
+ 221.157.31.0/24,
+ 221.157.6.0/20 ge 24 le 24,
+ 221.151.85.0/24,
+ 221.133.118.0/21 le 24,
+ 221.128.215.0/19 le 24,
+ 221.141.47.0/20 le 24,
+ 221.139.73.0/23 ge 24 le 24,
+ 221.188.195.0/22 ge 24 le 24,
+ 221.181.143.0/24,
+ 221.166.139.0/24,
+ 221.27.84.0/21 le 24,
+ 221.39.230.0/24,
+ 221.119.31.0/15 ge 16 le 24,
+ 220.158.113.0/24,
+ 220.158.114.0/23 le 24,
+ 220.158.117.0/22 le 24,
+ 220.158.124.0/22 le 24,
+ 220.158.122.0/24,
+ 220.158.121.0/23 ge 24 le 24,
+ 220.158.108.0/20 ge 24 le 24,
+ 220.158.71.0/23 ge 24 le 24,
+ 220.158.69.0/24,
+ 220.158.64.0/24,
+ 220.158.72.0/21 ge 22 le 24,
+ 220.158.82.0/21 le 24,
+ 220.158.95.0/22 le 24,
+ 220.158.42.0/20 le 24,
+ 220.158.54.0/22 le 24,
+ 220.158.50.0/22 ge 24 le 24,
+ 220.158.56.0/21 le 24,
+ 220.158.4.0/22 le 24,
+ 220.158.0.0/23 le 24,
+ 220.158.2.0/23 ge 24 le 24,
+ 220.158.11.0/21 le 24,
+ 220.158.24.0/21 le 24,
+ 220.158.17.0/22 le 24,
+ 220.158.20.0/23 ge 24 le 24,
+ 220.158.23.0/23 le 24,
+ 220.158.226.0/19 le 24,
+ 220.158.202.0/20 le 24,
+ 220.158.220.0/21 le 24,
+ 220.158.208.0/21 ge 24 le 24,
+ 220.158.179.0/21 ge 24 le 24,
+ 220.158.184.0/22 ge 24 le 24,
+ 220.158.189.0/24,
+ 220.158.190.0/23 ge 24 le 24,
+ 220.158.172.0/23 ge 24 le 24,
+ 220.158.169.0/23 ge 24 le 24,
+ 220.158.170.0/24,
+ 220.158.161.0/23 ge 24 le 24,
+ 220.158.162.0/24,
+ 220.158.164.0/24,
+ 220.158.166.0/24,
+ 220.158.139.0/24,
+ 220.158.136.0/23 ge 24 le 24,
+ 220.158.143.0/24,
+ 220.158.140.0/24,
+ 220.158.135.0/23 ge 24 le 24,
+ 220.158.132.0/24,
+ 220.158.131.0/24,
+ 220.158.128.0/23 ge 24 le 24,
+ 220.158.152.0/23 ge 24 le 24,
+ 220.158.155.0/24,
+ 220.158.158.0/24,
+ 220.158.157.0/23 ge 24 le 24,
+ 220.158.144.0/24,
+ 220.158.147.0/24,
+ 220.158.148.0/22 ge 24 le 24,
+ 220.239.240.0/16 le 24,
+ 220.195.79.0/23 le 24,
+ 220.60.52.0/22 le 24,
+ 220.51.192.0/24,
+ 220.51.194.0/24,
+ 220.45.168.0/20 le 24,
+ 220.35.5.0/17 le 24,
+ 220.6.45.0/24,
+ 220.6.36.0/24,
+ 220.6.39.0/23 le 24,
+ 220.12.173.0/22 le 24,
+ 220.14.167.0/24,
+ 220.26.249.0/24,
+ 220.26.230.0/24,
+ 220.26.233.0/24,
+ 220.26.234.0/23 ge 24 le 24,
+ 220.25.173.0/22 le 24,
+ 220.123.73.0/24,
+ 220.111.128.0/18 le 24,
+ 220.80.255.0/24,
+ 220.89.175.0/20 le 24,
+ 220.94.206.0/24,
+ 220.94.204.0/24,
+ 220.94.214.0/24,
+ 220.94.218.0/24,
+ 220.70.206.0/21 ge 22 le 24,
+ 220.70.244.0/23 ge 24 le 24,
+ 220.67.101.0/22 ge 24 le 24,
+ 220.67.96.0/24,
+ 220.67.111.0/23 ge 24 le 24,
+ 220.67.109.0/24,
+ 220.67.105.0/22 ge 24 le 24,
+ 220.67.117.0/21 ge 24 le 24,
+ 220.67.127.0/22 ge 24 le 24,
+ 220.67.120.0/23 ge 24 le 24,
+ 220.67.29.0/24,
+ 215.154.57.0/23 le 24,
+ 215.156.18.0/24,
+ 215.159.133.0/23 le 24,
+ 215.158.2.0/24,
+ 215.158.12.0/24,
+ 215.158.99.0/19 le 24,
+ 215.146.120.0/18 le 24,
+ 215.147.78.0/20 le 24,
+ 215.147.225.0/20 le 24,
+ 215.145.234.0/21 le 24,
+ 215.145.49.0/22 le 24,
+ 215.145.47.0/20 le 24,
+ 215.151.146.0/20 le 24,
+ 215.150.39.0/24,
+ 215.148.9.0/20 le 24,
+ 215.148.56.0/24,
+ 215.133.142.0/19 le 24,
+ 215.135.198.0/23 le 24,
+ 215.135.203.0/23 le 24,
+ 215.135.38.0/24,
+ 215.134.1.0/20 le 24,
+ 215.134.17.0/23 ge 24 le 24,
+ 215.134.19.0/24,
+ 215.134.23.0/22 ge 24 le 24,
+ 215.134.28.0/24,
+ 215.134.31.0/24,
+ 215.131.123.0/19 le 24,
+ 215.131.57.0/18 ge 19 le 24,
+ 215.131.208.0/19 le 24,
+ 215.131.237.0/20 le 24,
+ 215.131.160.0/24,
+ 215.131.188.0/24,
+ 215.131.191.0/24,
+ 215.129.25.0/24,
+ 215.140.20.0/20 le 24,
+ 215.140.82.0/19 ge 20 le 24,
+ 215.140.122.0/20 le 24,
+ 215.141.127.0/17 le 24,
+ 215.139.253.0/24,
+ 215.181.34.0/22 le 24,
+ 215.177.165.0/22 le 24,
+ 215.177.64.0/23 ge 24 le 24,
+ 215.177.90.0/20 le 24,
+ 215.177.9.0/24,
+ 215.186.210.0/20 le 24,
+ 215.186.146.0/19 le 24,
+ 215.187.17.0/19 le 24,
+ 215.187.104.0/24,
+ 215.184.85.0/24,
+ 215.184.126.0/24,
+ 215.184.121.0/24,
+ 215.184.98.0/24,
+ 215.184.182.0/24,
+ 215.184.176.0/24,
+ 215.191.70.0/20 le 24,
+ 215.191.235.0/24,
+ 215.189.135.0/19 le 24,
+ 215.160.7.0/20 le 24,
+ 215.160.60.0/23 le 24,
+ 215.161.174.0/20 le 24,
+ 215.161.230.0/20 le 24,
+ 215.161.216.0/19 le 24,
+ 215.167.178.0/20 le 24,
+ 215.167.222.0/23 le 24,
+ 215.167.219.0/23 le 24,
+ 215.167.79.0/24,
+ 215.167.83.0/24,
+ 215.164.4.0/24,
+ 215.174.72.0/24,
+ 215.174.82.0/23 le 24,
+ 215.174.236.0/23 le 24,
+ 215.172.128.0/19 le 24,
+ 215.173.58.0/21 le 24,
+ 215.173.239.0/18 le 24,
+ 215.173.170.0/19 le 24,
+ 215.245.179.0/17 le 24,
+ 215.246.40.0/19 le 24,
+ 215.246.5.0/20 le 24,
+ 215.246.117.0/20 le 24,
+ 215.246.100.0/22 le 24,
+ 215.242.83.0/20 le 24,
+ 215.242.233.0/20 le 24,
+ 215.251.25.0/21 ge 22 le 24,
+ 215.250.213.0/19 le 24,
+ 215.252.161.0/23 le 24,
+ 215.252.178.0/23 le 24,
+ 215.252.153.0/24,
+ 215.253.200.0/24,
+ 215.253.204.0/24,
+ 215.253.194.0/24,
+ 215.253.218.0/24,
+ 215.253.211.0/24,
+ 215.254.250.0/24,
+ 215.254.140.0/24,
+ 215.226.74.0/24,
+ 215.226.73.0/24,
+ 215.226.118.0/24,
+ 215.226.113.0/24,
+ 215.227.150.0/19 le 24,
+ 215.227.72.0/19 le 24,
+ 215.228.218.0/20 le 24,
+ 215.229.68.0/19 le 24,
+ 215.229.202.0/19 le 24,
+ 215.229.168.0/20 le 24,
+ 215.235.2.0/24,
+ 215.232.56.0/24,
+ 215.232.50.0/24,
+ 215.232.189.0/24,
+ 215.239.111.0/24,
+ 215.239.125.0/24,
+ 215.239.23.0/24,
+ 215.239.33.0/24,
+ 215.239.199.0/24,
+ 215.239.194.0/24,
+ 215.239.182.0/24,
+ 215.238.207.0/24,
+ 215.238.138.0/24,
+ 215.238.148.0/24,
+ 215.238.156.0/24,
+ 215.209.6.0/17 le 24,
+ 215.211.157.0/20 le 24,
+ 215.211.89.0/24,
+ 215.210.24.0/20 le 24,
+ 215.210.119.0/23 le 24,
+ 215.218.158.0/23 ge 24 le 24,
+ 215.218.156.0/24,
+ 215.217.240.0/20 le 24,
+ 215.216.238.0/20 le 24,
+ 215.223.130.0/18 le 24,
+ 215.223.11.0/20 le 24,
+ 215.220.155.0/19 le 24,
+ 215.206.235.0/23 le 24,
+ 215.204.174.0/20 le 24,
+ 215.205.228.0/20 le 24,
+ 215.200.112.0/20 le 24,
+ 215.201.46.0/24,
+ 215.201.11.0/23 ge 24 le 24,
+ 215.201.8.0/24,
+ 215.203.67.0/20 le 24,
+ 215.202.211.0/20 le 24,
+ 215.197.88.0/20 le 24,
+ 215.196.30.0/17 le 24,
+ 215.198.112.0/16 le 24,
+ 215.199.214.0/24,
+ 215.199.97.0/24,
+ 215.199.120.0/23 le 24,
+ 215.199.64.0/24,
+ 215.199.66.0/23 le 24,
+ 215.192.107.0/24,
+ 215.192.157.0/22 le 24,
+ 215.192.174.0/22 le 24,
+ 215.193.97.0/20 le 24,
+ 215.60.129.0/22 le 24,
+ 215.60.135.0/24,
+ 215.60.139.0/24,
+ 215.60.47.0/20 le 24,
+ 215.61.75.0/19 le 24,
+ 215.63.81.0/24,
+ 215.63.69.0/24,
+ 215.62.227.0/17 le 24,
+ 215.56.169.0/24,
+ 215.58.105.0/20 le 24,
+ 215.48.52.0/21 le 24,
+ 215.51.5.0/18 le 24,
+ 215.50.140.0/19 le 24,
+ 215.50.16.0/20 le 24,
+ 215.52.67.0/24,
+ 215.39.141.0/20 ge 21 le 24,
+ 215.39.181.0/20 le 24,
+ 215.39.47.0/20 le 24,
+ 215.38.47.0/21 le 24,
+ 215.37.61.0/19 le 24,
+ 215.37.18.0/20 le 24,
+ 215.37.180.0/19 le 24,
+ 215.36.118.0/19 le 24,
+ 215.36.49.0/20 le 24,
+ 215.32.4.0/19 le 24,
+ 215.32.50.0/21 le 24,
+ 215.32.59.0/22 le 24,
+ 215.32.61.0/24,
+ 215.32.91.0/19 le 24,
+ 215.32.204.0/23 ge 24 le 24,
+ 215.32.201.0/24,
+ 215.32.203.0/23 le 24,
+ 215.32.199.0/21 ge 24 le 24,
+ 215.33.109.0/23 le 24,
+ 215.33.76.0/24,
+ 215.33.143.0/23 le 24,
+ 215.33.248.0/19 ge 20 le 24,
+ 215.47.180.0/20 le 24,
+ 215.47.127.0/20 ge 21 le 24,
+ 215.47.7.0/22 le 24,
+ 215.47.1.0/24,
+ 215.47.13.0/24,
+ 215.47.42.0/24,
+ 215.44.133.0/17 le 24,
+ 215.44.8.0/18 le 24,
+ 215.44.116.0/20 le 24,
+ 215.40.52.0/18 le 24,
+ 215.40.93.0/19 ge 21 le 24,
+ 215.40.113.0/20 ge 21 le 24,
+ 215.40.176.0/22 le 24,
+ 215.43.247.0/24,
+ 215.27.92.0/24,
+ 215.27.72.0/20 le 24,
+ 215.27.37.0/19 le 24,
+ 215.27.142.0/19 le 24,
+ 215.27.196.0/20 le 24,
+ 215.31.22.0/21 le 24,
+ 215.28.151.0/20 le 24,
+ 215.23.36.0/19 le 24,
+ 215.22.248.0/19 le 24,
+ 215.22.172.0/19 le 24,
+ 215.20.34.0/24,
+ 215.16.159.0/20 le 24,
+ 215.17.223.0/19 le 24,
+ 215.18.165.0/19 le 24,
+ 215.7.24.0/22 le 24,
+ 215.7.236.0/21 le 24,
+ 215.6.196.0/20 le 24,
+ 215.4.6.0/24,
+ 215.0.98.0/24,
+ 215.0.97.0/24,
+ 215.0.103.0/24,
+ 215.0.101.0/23 le 24,
+ 215.0.111.0/21 le 24,
+ 215.0.127.0/23 le 24,
+ 215.0.125.0/24,
+ 215.0.121.0/24,
+ 215.0.123.0/23 le 24,
+ 215.0.117.0/21 le 24,
+ 215.0.93.0/19 le 24,
+ 215.0.56.0/19 le 24,
+ 215.0.2.0/23 le 24,
+ 215.0.10.0/24,
+ 215.0.9.0/23 le 24,
+ 215.0.18.0/21 le 24,
+ 215.0.31.0/24,
+ 215.0.24.0/24,
+ 215.0.27.0/23 le 24,
+ 215.0.165.0/23 le 24,
+ 215.0.166.0/24,
+ 215.0.162.0/22 le 24,
+ 215.0.170.0/21 le 24,
+ 215.0.191.0/21 le 24,
+ 215.0.179.0/22 le 24,
+ 215.0.180.0/23 le 24,
+ 215.0.130.0/23 le 24,
+ 215.0.137.0/21 le 24,
+ 215.0.153.0/20 le 24,
+ 215.0.253.0/19 le 24,
+ 215.0.193.0/22 le 24,
+ 215.0.197.0/23 le 24,
+ 215.0.200.0/21 le 24,
+ 215.0.219.0/21 le 24,
+ 215.0.214.0/23 le 24,
+ 215.0.209.0/22 le 24,
+ 215.3.147.0/23 le 24,
+ 215.2.146.0/24,
+ 215.2.140.0/24,
+ 215.2.208.0/20 le 24,
+ 215.2.239.0/19 le 24,
+ 215.2.106.0/19 le 24,
+ 215.2.22.0/20 le 24,
+ 215.12.216.0/22 le 24,
+ 215.12.209.0/22 le 24,
+ 215.12.254.0/20 le 24,
+ 215.14.145.0/20 le 24,
+ 215.14.140.0/21 ge 22 le 24,
+ 215.14.131.0/23 ge 24 le 24,
+ 215.14.132.0/22 le 24,
+ 215.14.175.0/21 le 24,
+ 215.14.166.0/21 ge 22 le 24,
+ 215.14.187.0/23 ge 24 le 24,
+ 215.14.185.0/24,
+ 215.14.190.0/22 le 24,
+ 215.14.179.0/23 ge 24 le 24,
+ 215.14.177.0/23 le 24,
+ 215.14.182.0/23 le 24,
+ 215.10.226.0/24,
+ 215.8.46.0/22 le 24,
+ 215.9.219.0/24,
+ 215.89.87.0/24,
+ 215.89.176.0/20 le 24,
+ 215.88.138.0/24,
+ 215.88.145.0/24,
+ 215.88.155.0/24,
+ 215.88.152.0/23 ge 24 le 24,
+ 215.88.212.0/24,
+ 215.93.83.0/17 le 24,
+ 215.94.192.0/24,
+ 215.94.198.0/23 le 24,
+ 215.94.211.0/22 le 24,
+ 215.94.107.0/20 le 24,
+ 215.83.75.0/24,
+ 215.80.127.0/18 le 24,
+ 215.86.113.0/19 le 24,
+ 215.86.159.0/20 le 24,
+ 215.85.236.0/24,
+ 215.74.8.0/15 le 24,
+ 215.72.210.0/23 ge 24 le 24,
+ 215.73.164.0/24,
+ 215.78.26.0/17 le 24,
+ 215.78.206.0/18 le 24,
+ 215.79.210.0/24,
+ 215.67.108.0/19 le 24,
+ 215.67.30.0/20 le 24,
+ 215.66.47.0/19 le 24,
+ 215.65.235.0/24,
+ 215.65.3.0/19 le 24,
+ 215.65.38.0/24,
+ 215.65.50.0/24,
+ 215.111.75.0/22 le 24,
+ 215.111.189.0/19 le 24,
+ 215.110.22.0/22 le 24,
+ 215.110.58.0/19 ge 21 le 24,
+ 215.110.71.0/18 le 24,
+ 215.110.164.0/20 ge 21 le 24,
+ 215.110.188.0/21 le 24,
+ 215.110.182.0/24,
+ 215.110.202.0/23 le 24,
+ 215.110.207.0/22 le 24,
+ 215.110.223.0/23 le 24,
+ 215.110.220.0/24,
+ 215.108.59.0/20 le 24,
+ 215.108.162.0/20 le 24,
+ 215.106.72.0/20 le 24,
+ 215.105.188.0/22 le 24,
+ 215.105.187.0/23 le 24,
+ 215.97.42.0/19 le 24,
+ 215.97.124.0/24,
+ 215.100.8.0/24,
+ 215.102.44.0/22 le 24,
+ 215.102.113.0/20 le 24,
+ 215.103.160.0/20 le 24,
+ 215.117.146.0/18 le 24,
+ 215.119.65.0/24,
+ 215.119.112.0/24,
+ 215.119.123.0/24,
+ 215.119.19.0/24,
+ 215.119.26.0/24,
+ 215.119.2.0/23 ge 24 le 24,
+ 215.119.221.0/22 le 24,
+ 215.119.204.0/22 le 24,
+ 215.118.67.0/16 le 24,
+ 215.126.8.0/20 le 24,
+ 215.120.215.0/24,
+ 215.122.181.0/18 le 24,
+ 215.122.244.0/19 le 24,
+ 214.135.211.0/23 ge 24 le 24,
+ 214.159.153.0/24,
+ 214.158.177.0/23 le 24,
+ 214.158.180.0/23 le 24,
+ 214.158.185.0/23 le 24,
+ 214.158.190.0/23 le 24,
+ 214.175.203.0/24,
+ 214.230.35.0/24,
+ 214.199.21.0/20 le 24,
+ 214.199.106.0/20 le 24,
+ 214.2.249.0/16 le 24,
+ 214.51.118.0/24,
+ 214.91.93.0/20 le 24,
+ 214.91.158.0/20 ge 24 le 24,
+ 214.95.70.0/20 le 24,
+ 213.98.204.0/24,
+ 213.103.110.0/24,
+ 213.103.77.0/24,
+ 213.103.89.0/24,
+ 213.103.93.0/24,
+ 213.103.81.0/24,
+ 213.103.55.0/24,
+ 213.216.121.0/24,
+ 213.216.122.0/23 ge 24 le 24,
+ 213.216.119.0/22 ge 24 le 24,
+ 213.216.114.0/23 ge 24 le 24,
+ 213.216.112.0/24,
+ 213.216.104.0/23 ge 24 le 24,
+ 213.237.19.0/14 le 24,
+ 212.65.48.0/24,
+ 212.78.198.0/24,
+ 212.95.102.0/16 le 24,
+ 212.81.108.0/24,
+ 212.83.120.0/19 le 24,
+ 212.135.0.0/15 le 24,
+ 209.100.230.0/16 le 24,
+ 209.221.108.0/16 le 24,
+ 209.220.111.0/19 le 24,
+ 209.220.78.0/20 le 24,
+ 209.220.83.0/21 le 24,
+ 209.220.90.0/22 ge 24 le 24,
+ 209.220.95.0/23 le 24,
+ 209.220.92.0/23 ge 24 le 24,
+ 209.216.243.0/19 le 24,
+ 209.216.179.0/18 ge 19 le 24,
+ 209.216.64.0/17 ge 19 le 24,
+ 208.75.111.0/24,
+ 208.62.172.0/22 le 24,
+ 208.63.88.0/19 le 24,
+ 208.63.246.0/21 le 24,
+ 208.59.144.0/14 le 24,
+ 208.160.100.0/21 ge 24 le 24,
+ 208.160.104.0/22 ge 24 le 24,
+ 208.160.110.0/23 ge 24 le 24,
+ 208.160.109.0/23 le 24,
+ 208.160.88.0/21 le 24,
+ 208.161.203.0/24,
+ 208.161.198.0/24,
+ 208.161.194.0/23 ge 24 le 24,
+ 208.161.192.0/24,
+ 208.172.229.0/15 le 24,
+ 208.170.36.0/14 le 24,
+ 208.191.201.0/24,
+ 208.189.188.0/24,
+ 211.3.214.0/20 le 24,
+ 211.2.58.0/16 le 24,
+ 211.227.150.0/13 le 24,
+ 211.248.211.0/14 ge 16 le 24,
+ 210.41.125.0/14 le 24,
+ 210.35.170.0/18 le 24,
+ 210.35.62.0/23 ge 24 le 24,
+ 210.35.60.0/24,
+ 210.35.56.0/22 ge 24 le 24,
+ 210.33.175.0/23 ge 24 le 24,
+ 210.33.2.0/24,
+ 210.246.80.0/22 le 24,
+ 210.218.130.0/24,
+ 210.218.129.0/24,
+ 210.218.135.0/23 ge 24 le 24,
+ 210.218.140.0/23 ge 24 le 24,
+ 210.134.196.0/19 ge 22 le 24,
+ 210.130.20.0/14 ge 16 le 24,
+ 210.158.8.0/21 le 24,
+ 210.185.188.0/22 le 24,
+ 210.185.178.0/22 le 24,
+ 232.218.22.0/24,
+ 232.16.191.0/24,
+ 232.102.105.0/24,
+ 232.102.162.0/24,
+ 6dc1:489:f8c4:6ae2:40bd:1db0:7279:4100/32 le 48,
+ 6dc1:48e:542e:d7a7:1152:ccfa:ecad:6300/48,
+ 6dc1:393:7d9c:ec6d:72d7:4b25:ac9:a000/32 le 48,
+ 6dc1:3bf:6395:d887:7375:dfa8:3b61:6900/40 le 48,
+ 6dc1:3bf:60b1:8b16:decc:724e:98b6:1100/48,
+ 6dc1:3bf:64fc:674:12b0:f0fd:e165:8300/47 ge 48 le 48,
+ 6dc1:3bf:68f6:bd0d:462b:530b:972b:2300/40 le 48,
+ 6dc1:3bf:6de6:3373:984e:e6ae:987b:fa00/40 le 48,
+ 6dc1:3ad:8678:5260:8913:2d4f:8e58:7c00/48,
+ 6dc1:3a5:18b5:c721:6b57:b6a8:2170:8900/48,
+ 6dc1:23a:2852:378b:2ea:7583:3d9e:b300/48,
+ 6dc1:23a:2854:2691:1ab6:99da:1dfa:1f00/47 le 48,
+ 6dc1:23a:285b:b18a:ca53:4b17:1f50:500/45 le 48,
+ 6dc1:23a:2841:1f5b:78c6:4cc:83f7:9d00/47 ge 48 le 48,
+ 6dc1:23a:2843:7944:9e02:5fb8:8cff:7400/47 le 48,
+ 6dc1:23a:284e:d82b:46fb:3ba9:3dfc:400/45 le 48,
+ 6dc1:23a:286e:1535:f32f:6835:b262:ab00/45 le 48,
+ 6dc1:23a:2866:2a28:947c:cbca:7648:d600/46 le 48,
+ 6dc1:23a:2860:df:182c:78bb:f463:9200/47 ge 48 le 48,
+ 6dc1:23a:280d:7532:efde:2806:a261:2600/44 le 48,
+ 6dc1:23a:281f:9286:4e10:57c1:a4a4:b100/46 le 48,
+ 6dc1:23a:2818:32b5:8c70:8a7d:a74:aa00/47 le 48,
+ 6dc1:23a:281b:c11b:b259:c4eb:c11:eb00/48,
+ 6dc1:23a:282a:8d37:af74:756a:5790:6e00/48,
+ 6dc1:23a:282d:ad60:8322:91f6:ff91:2100/48,
+ 6dc1:23a:28c6:bd26:8ccb:ffc2:b372:a000/48,
+ 6dc1:23a:28c2:973a:7cba:3b9:a51d:d200/48,
+ 6dc1:23a:28ca:1a13:de0a:6f26:81e9:ea00/48,
+ 6dc1:23a:28c9:b595:e724:7fb5:f039:8900/48,
+ 6dc1:23a:28d4:a907:54a2:2037:6005:b500/45 le 48,
+ 6dc1:23a:28dc:313:41fa:c8d3:ad8c:d000/48,
+ 6dc1:23a:28db:cdbe:d837:a78a:f001:1d00/47 ge 48 le 48,
+ 6dc1:23a:28d9:97b5:32e4:e6ec:53f1:5700/47 le 48,
+ 6dc1:23a:28f6:ea59:1965:2797:977f:5500/46 le 48,
+ 6dc1:23a:28f1:1587:6edd:c692:4d00:7d00/47 le 48,
+ 6dc1:23a:28f3:283e:ba3:2837:420c:a000/48,
+ 6dc1:23a:28fa:96f3:ef1a:aab2:f0a4:8000/48,
+ 6dc1:23a:28b6:9a1b:ce9d:27d1:32e4:8800/43 le 48,
+ 6dc1:23a:288c:9364:8b23:bfa8:f8c9:7700/44 le 48,
+ 6dc1:23a:2891:9738:7d29:6f2a:677d:e00/47 ge 48 le 48,
+ 6dc1:23a:29c8:3f00:4931:1295:2212:4c00/45 le 48,
+ 6dc1:23a:29c1:1eb3:5975:4570:6849:4800/47 le 48,
+ 6dc1:23a:2bd0:4a1a:b77b:7813:86a8:b400/47 ge 48 le 48,
+ 6dc1:23a:2bd4:38f6:5266:8457:636f:500/48,
+ 6dc1:23a:2bda:95de:d81a:1536:6590:0/48,
+ 6dc1:239:25b6:e80f:3c59:300c:9fa9:3500/48,
+ 6dc1:239:c5a8:5a91:8f08:5a51:8f1:2f00/48,
+ 6dc1:239:fff6:ef30:9dbe:6d7e:2be8:3800/48,
+ 6dc1:239:89f8:d30f:d6e7:ca50:d752:b100/48,
+ 6dc1:20e:4cef:fc1d:a176:5668:5c6f:f800/32 le 48,
+ 6dc1:215:4da7:5bf2:28b9:7fc:ec12:b00/32 le 48,
+ 6dc1:25a:e6eb:c662:65f0:133f:c6e6:a800/48,
+ 6dc1:263:bf8f:f5ac:c76b:fc64:986e:5700/47 ge 48 le 48,
+ 6dc1:295:c26a:488d:2b3d:1f37:62c4:ab00/32 le 48,
+ 6dc1:f1:b937:ea2:53e4:483b:4760:7c00/40 le 48,
+ 6dc1:b5:4509:53d5:fd5c:5c72:696a:2600/48,
+ 6dc1:b5:450b:30c7:e26:8eb9:eb:eb00/48,
+ 6dc1:b5:4513:a7b0:3c7a:493e:d78f:6800/47 ge 48 le 48,
+ 6dc1:b5:451c:2c5c:a49c:f907:ff8:6b00/48,
+ 6dc1:b5:4521:22b7:2f6:a5b4:ba6b:6500/48,
+ 6dc1:b5:4526:3ca8:36a5:1535:a8b9:4c00/48,
+ 6dc1:b5:452d:a54c:51a9:b13f:46b1:b400/48,
+ 6dc1:b5:4547:83e9:d16f:28d:c181:ec00/48,
+ 6dc1:b5:4571:4b56:5b5d:ba36:c23f:7400/48,
+ 6dc1:b5:456a:da76:a054:4f0b:93d7:5600/48,
+ 6dc1:b5:45de:5e47:e306:580e:f503:1000/48,
+ 6dc1:b5:44de:d2a2:2ae8:f169:10da:4600/48,
+ 6dc1:b5:461e:6292:76e3:8635:90a8:5900/48,
+ 6dc1:b5:41c4:9da6:b9b4:9eb1:3da8:9f00/48,
+ 6dc1:b5:4077:ee9c:a50:c175:866e:bb00/48,
+ 6dc1:b5:421f:f7df:8028:66a5:acba:5500/48,
+ 6dc1:b5:4291:1c00:62bd:3e51:7832:b000/48,
+ 6dc1:b5:42ee:6863:e9b4:7a50:2453:6f00/45 le 48,
+ 6dc1:b5:4356:9561:aa3b:7e64:3826:c000/48,
+ 6dc1:b5:4bb8:9605:52a1:4c14:f2d3:2f00/48,
+ 6dc1:b5:4b82:d5cd:44d4:aa8b:4d3a:d600/48,
+ 6dc1:b5:4b90:93e7:867b:abe9:ae07:700/48,
+ 6dc1:b5:4b9e:5df2:c4e4:85a6:828e:8300/48,
+ 6dc1:b5:4b7c:935e:8f28:ac76:9314:ac00/48,
+ 6dc1:b5:4b02:c01c:63eb:4ecb:20b7:5c00/48,
+ 6dc1:b5:49c6:2dd1:3675:d617:4947:3500/48,
+ 6dc1:b5:49cc:2e29:7cab:95a7:4087:4c00/48,
+ 6dc1:b5:49d2:4e3c:1f13:cb20:bf28:6b00/48,
+ 6dc1:b5:4919:93a6:561c:5084:66a1:500/48,
+ 6dc1:b5:4917:900:c4f6:260c:a9c6:7d00/48,
+ 6dc1:b5:494d:7737:742b:69a9:4a49:cf00/48,
+ 6dc1:b5:481e:2490:eaeb:f844:23c4:ec00/48,
+ 6dc1:b5:4868:30b2:cd35:5d4e:c8e0:b600/48,
+ 6dc1:b5:48c7:d834:cd58:a7a0:2d02:a000/48,
+ 6dc1:b5:48c1:b645:af5a:5afc:49c6:2c00/48,
+ 6dc1:b5:48dd:8d74:2c3c:439a:c7b4:b000/48,
+ 6dc1:b5:48a4:ee8f:2e32:e90e:2fce:a800/48,
+ 6dc1:b5:4cbf:5363:982f:8f8d:429c:1400/48,
+ 6dc1:b5:4cb1:749e:6e09:c413:2d29:8c00/48,
+ 6dc1:b5:4c93:2f3b:4128:ced4:5b4:8200/48,
+ 6dc1:b5:4c9b:9216:53e9:7757:5f68:b000/48,
+ 6dc1:b5:4c8d:f8e6:bbed:4e5f:64c8:ae00/48,
+ 6dc1:b5:4ce8:aa66:fcdd:bbd5:eab6:2700/48,
+ 6dc1:b5:4ce1:f799:fc85:b3a0:468a:8e00/48,
+ 6dc1:b5:4cc8:ec5c:2a8f:59db:669c:4b00/48,
+ 6dc1:b5:4cc6:ce5:2e9a:d4cf:9c01:1d00/48,
+ 6dc1:b5:4c06:cb51:1221:7571:b42c:d500/48,
+ 6dc1:b5:4c2e:a540:19d2:749:ffe7:e900/48,
+ 6dc1:b5:4c40:c3b4:9ff6:d2bb:30bd:f100/48,
+ 6dc1:b5:4c65:e0ca:4ee2:1a1f:d716:c900/48,
+ 6dc1:b5:4c61:6353:bc49:b37:df08:e00/48,
+ 6dc1:b5:4c6d:636c:b478:cf13:ad22:9800/48,
+ 6dc1:b5:4c68:1e7e:3758:c696:cfa0:8900/48,
+ 6dc1:b5:4c76:5be:1191:a44a:b461:2d00/48,
+ 6dc1:b5:4d04:baff:e7a8:85de:ed4:8100/48,
+ 6dc1:b5:4d0d:d4b0:b921:292e:f480:7900/48,
+ 6dc1:b5:4d1c:16ff:315e:2787:794b:e900/48,
+ 6dc1:b5:4d33:81ac:9cfd:97de:a6c8:fc00/48,
+ 6dc1:b5:4d37:c827:eff5:44e4:58de:9a00/48,
+ 6dc1:b5:4d3d:d9c2:f645:506:4b38:ec00/48,
+ 6dc1:b5:4d4c:f990:6102:6af2:8b1b:8f00/48,
+ 6dc1:b5:4d6b:2fc4:4256:f68:cfc2:3100/48,
+ 6dc1:b5:4d96:2198:4a3:c4a0:44ac:b400/48,
+ 6dc1:b5:4deb:17bc:7238:ac01:514a:f000/48,
+ 6dc1:b5:4dfe:3c58:ea22:bb01:8503:bd00/48,
+ 6dc1:b5:4df7:98c2:f249:2ce2:59d0:1d00/48,
+ 6dc1:b5:4dcb:423b:5bb:16f3:3f89:7800/48,
+ 6dc1:b5:4dc0:7635:f73d:12ea:af01:9600/48,
+ 6dc1:b5:4fab:8186:1706:aff:d44:e400/48,
+ 6dc1:b5:4ff7:43f7:12f2:973b:b89c:9900/48,
+ 6dc1:b5:4fcc:5e14:fffd:aa88:6c19:c00/48,
+ 6dc1:b5:4f14:c40b:6424:32c4:6ee3:4000/48,
+ 6dc1:b1:97de:14c3:5b5d:76f5:c7ea:b800/48,
+ 6dc1:b1:948e:3f17:c0ff:8748:503:200/48,
+ 6dc1:b1:944d:2a31:596b:e4f7:d107:8500/48,
+ 6dc1:b1:9431:9498:56a4:4138:4932:2200/48,
+ 6dc1:b1:95f5:1392:bed1:c5b1:b896:3900/48,
+ 6dc1:b1:95e9:8f3:ae61:9e9d:938a:3b00/48,
+ 6dc1:b1:9508:6d79:f5c1:b5d:5961:5500/48,
+ 6dc1:b1:91d7:931b:8a27:eafd:1bc3:2500/48,
+ 6dc1:b1:9072:9b08:162e:d74f:701a:fb00/48,
+ 6dc1:b1:907f:4089:ef40:35de:bfe5:e100/48,
+ 6dc1:b1:9078:5863:197b:224:64ca:3200/48,
+ 6dc1:b1:8179:e677:ae7:6b3c:806f:9900/48,
+ 6dc1:b1:810b:f70b:b6b9:943e:5737:8400/48,
+ 6dc1:b1:80bb:6be3:caef:242f:15fe:bd00/48,
+ 6dc1:b1:808a:d13:6c5c:f055:9b48:f00/48,
+ 6dc1:b1:80e8:41d4:5830:bbc8:695e:c900/48,
+ 6dc1:b1:80d7:1c54:7c00:9440:56a6:5000/48,
+ 6dc1:b1:8327:5732:71d2:1a3a:5240:c00/48,
+ 6dc1:b1:83b5:d93c:3fc7:a915:f8c5:1300/48,
+ 6dc1:b1:839d:498f:3268:24f4:58ca:6f00/48,
+ 6dc1:b1:8396:80ce:d9c3:2b23:a72d:6600/48,
+ 6dc1:b1:8216:3a6c:a978:8468:658f:3f00/48,
+ 6dc1:b1:82fe:cc45:4b92:bdd8:5f77:f100/48,
+ 6dc1:b1:8781:acef:e16c:d885:488f:2a00/48,
+ 6dc1:b1:84e3:bb43:a054:31dd:d07f:3e00/48,
+ 6dc1:b1:851b:4dcb:2545:d942:52e6:d900/48,
+ 6dc1:b1:886d:688d:cfed:9a09:c06f:9d00/48,
+ 6dc1:b1:8b72:672b:dd8f:6b5f:4b53:b200/48,
+ 6dc1:b1:b082:96c1:c095:45c5:78d:f00/48,
+ 6dc1:b1:b705:2d6:3b1b:fb84:4318:a700/48,
+ 6dc1:b1:b665:23c4:6277:7b83:61d7:6000/48,
+ 6dc1:b1:b599:2988:5d23:9e8:201e:6a00/48,
+ 6dc1:b1:ba0a:f700:864c:5800:d105:9700/48,
+ 6dc1:b1:b8df:1dbf:8dad:5669:3632:3900/48,
+ 6dc1:b1:bc6e:8746:7b05:d115:206a:e00/48,
+ 6dc1:b1:bc79:35e1:f9b6:f04d:d0d8:9d00/48,
+ 6dc1:b1:bd4f:baef:419b:8ca1:c360:4100/48,
+ 6dc1:1cf:a492:c98c:e0f9:c450:cdef:e600/48,
+ 6dc1:1cf:a4ec:9f9a:5e3:e298:462b:3a00/48,
+ 6dc1:1cf:a5c8:b134:b148:7a5b:4bc4:b400/48,
+ 6dc1:1cc:e00:5110:65a4:18dd:6f36:b400/47 ge 48 le 48,
+ 6dc1:1cc:e06:1382:29e9:447a:d12:d200/48,
+ 6dc1:1cc:cf3:f722:9c46:db4d:286c:3f00/45 ge 48 le 48,
+ 6dc1:1cc:cf9:a812:5d53:6263:b20e:eb00/47 ge 48 le 48,
+ 6dc1:1cc:cfe:b0ab:596d:2ec5:b284:c700/46 ge 48 le 48,
+ 6dc1:1cc:ce7:106c:4f04:6c1e:22d1:ab00/48,
+ 6dc1:1cc:ce5:6203:7d89:cdc6:a1d6:1100/47 ge 48 le 48,
+ 6dc1:1cc:ce3:37d2:b11d:2d6a:d726:2800/46 ge 48 le 48,
+ 6dc1:1cc:d8e:9296:74c7:1d8:2caa:ab00/45 ge 48 le 48,
+ 6dc1:1cc:d81:5990:f08f:f61a:f338:a500/47 ge 48 le 48,
+ 6dc1:1cc:d87:39e7:13dc:aa57:6dc8:e300/46 ge 48 le 48,
+ 6dc1:1cc:d9b:edcb:5a95:b3e0:96de:5800/48,
+ 6dc1:1cc:d99:1ce9:33eb:3d31:bde3:4300/47 ge 48 le 48,
+ 6dc1:1cc:d9f:66d1:2a92:6a2a:5c39:d000/46 ge 48 le 48,
+ 6dc1:dba:8072:de00:772b:a0e1:f27f:8c00/36 le 48,
+ 6dc1:ab9:d59a:4cbe:7b43:8560:a518:bf00/48,
+ 6dc1:ab9:d5ac:f3ee:b501:22fd:3602:7000/48,
+ 6dc1:a8e:aba0:7dae:b452:519b:f04e:aa00/46 le 48,
+ 6dc1:a8e:ab34:95bd:8d4a:b35f:d22e:2600/48,
+ 6dc1:a8e:ab08:feb7:4af8:9f2a:539d:6100/48,
+ 6dc1:a8e:aeae:4e19:4911:3dd:3bbb:ac00/48,
+ 6dc1:a8e:f46f:7f01:e0f3:8450:f26a:f500/48,
+ 6dc1:a8e:ca7a:1faa:f993:b400:bcb3:c000/48,
+ 6dc1:a8e:5c38:6e7e:71a1:cc24:1bd6:9300/48,
+ 6dc1:a8e:58c7:aa51:f04:7485:14e7:fc00/48,
+ 6dc1:a8e:66f7:f013:5b7a:daf5:8d2a:de00/48,
+ 6dc1:a8f:6d45:5b60:14b:2260:2e94:7c00/48,
+ 6dc1:a8f:9b57:4bf3:cae8:3820:2c4:6100/48,
+ 6dc1:a8f:d713:9f5e:3a8a:6d7a:9077:1800/48,
+ 6dc1:a8f:f8f7:e46a:1c91:5672:bdd9:8e00/48,
+ 6dc1:a8c:d81:1855:e1bf:e6dd:3502:2200/48,
+ 6dc1:a8c:da2f:ce5a:b8fa:401c:bcac:9500/48,
+ 6dc1:a8c:ebee:5d5e:2a3a:6553:7fa4:500/48,
+ 6dc1:a8d:beb4:c1e0:4fd9:de3b:6765:6200/48,
+ 6dc1:a8d:6f80:50f1:b4bd:1c7f:eb42:c000/46 le 48,
+ 6dc1:a8d:6abf:426d:d778:34c1:ad54:5c00/48,
+ 6dc1:a89:fb14:7e57:9ece:3b90:920f:2c00/48,
+ 6dc1:a8a:798a:5c95:337d:5f21:3f82:2600/48,
+ 6dc1:a8a:2f45:ca96:7b96:9195:3f85:d400/48,
+ 6dc1:96a:e6c6:2ad4:3ffc:899d:4ede:8e00/32 le 48,
+ 6dc1:8e8:619c:add8:4517:a937:1133:c800/32 le 48,
+ 6dc1:8c1:1511:3081:c84a:6d6b:120b:bd00/32 le 48,
+ 6dc1:128c:b865:71d7:d20a:ba5:6fdf:be00/32 le 48,
+ 6dc1:1281:4110:ed58:3484:e153:dcc6:c600/32 le 48,
+ 6dc1:12b2:72e2:3a3c:890:3198:2d0f:2900/48,
+ 6dc1:13f1:1e4d:1c08:2a25:4a04:f731:5400/32 le 48,
+ 6dc1:13a4:2892:ada0:b89a:693f:a92a:e00/32 le 48,
+ 6dc1:134f:42fe:66:691c:a024:74d8:5000/32 le 48,
+ 6dc1:1374:ffc9:1290:4e60:f144:da00:bf00/32 le 48,
+ 6dc1:131a:68cb:43b8:1504:2f1a:89fd:eb00/48,
+ 6dc1:1563:83c7:240e:db4c:25fd:5418:3200/40 le 48,
+ 6dc1:1757:11eb:40d1:f86c:6c1b:31b1:a300/47 ge 48 le 48,
+ 6dc1:1757:11e8:289f:dc3a:373e:ea10:6200/48,
+ 6dc1:1c19:aaa5:7f16:224e:d1f2:c6a6:9f00/32 le 48,
+ 6dc1:1c2b:de60:4a6d:8844:8a64:dbbd:eb00/48,
+ 6dc1:1c2b:de62:7e51:bcf8:f1c9:165f:3900/48,
+ 6dc1:1c80:8ebc:2342:d673:7d5b:ce29:8e00/29 le 48,
+ 6dc1:1cb0:6ad2:4aeb:e217:1e80:5c2:d000/32 le 48,
+ 6dc1:1cfd:e4ba:80d2:bf10:5cab:9f17:c600/32 le 48,
+ 6dc1:1ce0:3a6e:d401:cde:2950:3ced:7200/32 le 48,
+ 6dc1:1d89:4121:bcc4:d31c:a0f9:3a28:2d00/48,
+ 6dc1:1d89:4127:b702:522c:5842:f10d:6900/48,
+ 6dc1:1d89:416a:6560:aef0:6712:72cb:b600/48,
+ 6dc1:1dad:d78d:44f0:78a0:c956:d17d:f100/32 le 48,
+ 6dc1:1df6:41f1:df84:555f:6fc8:49a7:1200/32 le 48,
+ 6dc1:1dfd:4e2e:1e35:4704:bd20:cc4:4e00/32 le 48,
+ 6dc1:1d29:8cdf:23a1:291b:8ec2:da90:e500/32 le 48,
+ 6dc1:1d6a:8d89:f768:e931:a3f1:b576:5200/48,
+ 6dc1:469d:89e9:6378:9eaa:5eb:6a8f:b400/44 le 48,
+ 6dc1:4402:c0b2:1ccf:aae8:b3a2:c78f:2700/32 le 48,
+ 6dc1:45b2:6515:854e:ddef:92ae:e25b:8b00/45 le 48,
+ 6dc1:45b2:6586:d4b7:fc04:4e72:6dd0:fa00/48,
+ 6dc1:45b2:6328:fefa:bbb9:17d1:26b2:d00/44 le 48,
+ 6dc1:45b2:634c:9fed:37dc:cd29:59f3:3600/44 le 48,
+ 6dc1:45b2:6376:764b:f755:57ae:2c13:4b00/46 le 48,
+ 6dc1:45b2:6bed:fcca:f69e:dd91:8ff:4700/40 le 48,
+ 6dc1:49f3:2de9:46bd:8a6a:3252:7a7:e800/36 le 48,
+ 6dc1:48e5:3cac:899:9aa:a151:1557:500/32 le 48,
+ 6dc1:489c:ba20:84dd:76a6:2f38:2b56:8200/32 le 48,
+ 6dc1:48b7:af42:516f:3931:7dfd:aaae:3600/32 le 48,
+ 6dc1:4839:f082:f30c:bc11:d3e3:8b62:e100/32 le 48,
+ 6dc2:885f:d0e7:bb52:5d74:5942:a47b:ab00/16 le 48,
+ 6dc5:2f0e:d1a3:9498:4e09:58bb:eeca:1400/29 le 48,
+ 6dbb:766f:abf9:2022:becc:d807:5326:4a00/28 le 48,
+ 6874:6498:b664:fd04:e99c:99eb:768:6f00/48,
+ 6874:72f6:2334:91f6:317e:1667:a016:200/32 le 48,
+ 6874:51f1:eb63:e714:582f:1cef:5da3:4200/48,
+ 6874:3473:4f58:d225:eac7:92bf:bae0:f700/32 le 48,
+ 6874:19da:620f:bf82:dec9:ab3e:2279:3200/48,
+ 6874:1724:7c1:f70e:c898:4169:ba79:7300/32 le 48,
+ 6874:1178:d031:4c84:b292:d871:7b88:8600/32 le 48,
+ 6874:bda2:715b:c02b:f289:315:7e12:3d00/32 le 48,
+ 6874:97af:c73e:f182:d60f:71ba:b306:a000/32 le 48,
+ 6874:89b8:dce9:e860:39ef:e9c5:9e:4000/48,
+ 6874:89b8:df42:4009:b4fe:aa21:715f:4b00/48,
+ 6874:89b8:dede:2182:9738:250e:d62b:8b00/48,
+ 6874:89b8:d586:25c0:b3ab:1194:a1f4:8700/48,
+ 6874:89b8:c2a0:d8f1:2599:a8a3:1096:b100/48,
+ 6874:8558:d3a3:2dbe:5483:9d1d:5e3:800/31 ge 32 le 48,
+ 6874:ed4d:438f:1f9a:677e:eb69:e91c:5c00/32 le 48,
+ 6874:e70b:8b08:8943:a0fe:1b20:b435:db00/32 le 48,
+ 6874:c3c4:2c9e:7abc:126d:2a5c:878:9800/32 le 48,
+ 6875:9541:e1c9:6521:4bb2:66cc:de55:8700/48,
+ 6875:9541:e1ca:8dc7:16ab:631e:bbab:ba00/48,
+ 6875:9540:1b2:dd49:3763:f7af:84c9:cf00/32 le 48,
+ 6875:9543:418d:675d:adf:b077:e6a1:b400/32 le 48,
+ 6875:966b:505c:8eb5:9752:d233:4b07:e500/32 le 48,
+ 6875:9f23:9351:c167:8760:620:dde7:8100/32 le 48,
+ 6875:9e8e:7d17:ddc5:9117:da6c:66e4:9b00/32 le 48,
+ 6875:8509:d73f:2b2d:ab72:2b29:d416:b700/32 le 48,
+ 6875:8542:151a:9168:d601:cfdb:fca9:9700/32 le 48,
+ 6875:8409:6b82:c338:c8c2:1089:b489:7100/36 le 48,
+ 6875:bb0b:5826:9700:8e1f:2d6:a353:6700/32 le 48,
+ 6875:676a:774e:6437:3e85:21dd:67c9:9f00/48,
+ 6875:676a:7714:d64b:617a:e729:1a84:f700/48,
+ 6875:676a:7734:50d:ab5:2773:dc84:6a00/48,
+ 6875:676a:7730:c869:70a7:e6ce:589d:7b00/48,
+ 6875:676a:7733:494a:bf65:751f:e257:4f00/48,
+ 6875:676a:92e1:bd98:d955:d417:272b:5c00/40 ge 48 le 48,
+ 6875:498f:e3a4:9580:bda9:21bc:970b:f100/32 le 48,
+ 6875:488f:948d:a147:cd93:9f13:2cec:b200/32 le 48,
+ 6875:29db:46db:124d:444e:eec8:e834:7e00/48,
+ 6875:29db:46ec:454c:d573:d9b8:2f43:9400/48,
+ 6875:29db:46b1:b5ce:cb75:aa76:cf98:9b00/48,
+ 6875:29db:4675:c7a5:60eb:f23f:156c:1400/48,
+ 6875:29db:d92f:6ded:7dea:ae40:a07a:9400/47 ge 48 le 48,
+ 6875:2a7d:e155:dde0:676b:67c9:3c7a:cc00/32 le 48,
+ 6875:3c56:4dbf:f8c2:80b2:26f5:592b:b900/32 le 48,
+ 6875:3b73:5ab6:402e:8cff:cd45:4f85:8400/48,
+ 6875:444:65a0:5c3a:ea17:15a:bf5c:6300/32 le 48,
+ 6875:3aa:19a2:b4bb:235a:432a:4a95:5700/40 le 48,
+ 6875:3aa:1f8e:7624:9db6:be1:2218:bc00/45 ge 46 le 48,
+ 6877:20bc:e9f6:8300:53fa:f13e:859a:f00/32 le 48,
+ 6877:1bf9:695:74b:d766:9224:5569:f100/48,
+ 6877:1bf9:6e7:ebd0:8905:22b0:da96:b000/47 le 48,
+ 6877:1bf9:6e3:6c32:9410:25c:5dd:e00/48,
+ 6877:1bf9:6e0:6b4b:284e:1c67:f51c:6b00/48,
+ 6877:fef:6bca:9f09:6981:44c4:beeb:f300/32 le 48,
+ 6877:83b:df92:848:5dfd:aa89:9323:8500/48,
+ 6877:83b:df91:7e23:6c99:6f11:359f:7500/48,
+ 6877:83b:c931:cfbd:b1bd:5fae:ce9:eb00/48,
+ 6877:593:f835:bca0:e78f:6d8:670c:cd00/32 le 48,
+ 6877:531c:5ff9:403:bcb2:5e49:1b11:bd00/32 le 48,
+ 6877:53bc:2428:e855:4cde:4e:7386:8f00/32 le 48,
+ 6877:6d9d:968a:ef9d:7ec9:4943:779d:a400/32 le 48,
+ 6877:7910:7a91:9106:c206:c209:9f47:9900/48,
+ 6877:7994:642f:c1d0:c042:3aa8:8fc:a200/32 le 48,
+ 6877:f581:da80:3a8a:4849:9024:ed95:7a00/48,
+ 6877:f581:dafc:249c:2094:27f7:751f:4b00/48,
+ 6877:dcce:5f89:644d:5c26:d9a:30f:8600/32 le 48,
+ 6877:9d77:e4:ef77:8898:4954:d643:c500/32 le 48,
+ 6877:90fa:bd0d:f5a9:621e:f639:be70:6b00/32 le 48,
+ 6877:94c7:eb5b:a621:abad:664:16bf:8600/32 le 48,
+ 6877:8124:4222:1ccc:dd99:e615:b67f:b600/32 le 48,
+ 6877:8017:689b:8c6e:1ae2:7887:dc77:bf00/32 le 48,
+ 6877:85e2:e121:896:e7d3:4620:94f2:3300/40 le 48,
+ 6877:a8e2:b1e4:8fad:eabb:b12b:10d3:1100/40 le 48,
+ 6877:af40:210c:b294:1c1a:18ca:3371:2e00/32 le 48,
+ 6877:b871:5ff7:e9a4:49fb:452e:2fab:cd00/36 le 48,
+ 6877:b871:6b84:8268:fbc0:6666:1580:d900/36 le 48,
+ 6876:3ccb:2ecf:7e0b:b5e2:94b5:5615:dc00/32 le 48,
+ 6876:6ce:3470:2c83:a673:56d8:96f6:8d00/32 le 48,
+ 6876:c8e:acf9:9cf6:7cff:995:2ac5:4a00/31 ge 32 le 48,
+ 6876:dc7:6da5:609b:d580:2877:fdfa:1600/48,
+ 6876:1948:b57a:82aa:bbdb:9ffd:84e1:de00/32 le 48,
+ 6876:1e50:e511:1b07:157c:52ef:6478:4000/32 le 48,
+ 6876:50be:c87c:1d0c:c4a5:614e:a00:9d00/32 le 48,
+ 6876:4a75:9cf3:f206:707:e459:159a:a200/32 le 48,
+ 6876:4b31:3e65:c95b:aa0a:3ca6:8a0:5300/48,
+ 6876:4b31:3e4b:11f0:2868:103b:c3e1:bc00/48,
+ 6876:4b31:8e3a:4b07:b233:ac77:c1a8:7a00/48,
+ 6876:7044:a058:f823:c7e1:b8e7:77fc:e200/32 le 48,
+ 6876:e1aa:3fcf:4d78:4b1c:81b8:306d:c000/32 le 48,
+ 6876:d881:c8b2:a46d:6524:d526:ce2e:f800/32 le 48,
+ 6876:d8d6:253:23e5:eb60:491c:61a:c600/32 le 48,
+ 6876:da96:66eb:5085:5d79:5d8c:764c:d600/36 le 48,
+ 6876:c992:1ef8:64aa:5fa1:b3c4:37a5:5e00/32 le 48,
+ 6876:a8e5:1b27:722a:9234:c50a:a713:8300/36 le 48,
+ 6876:a8e5:5b9a:39b3:5211:e348:f0ef:bd00/36 le 48,
+ 6876:a8e5:a680:435a:671b:866:1b51:9c00/36 le 48,
+ 6876:a8e5:8255:a969:d2f6:7b13:a84f:5e00/36 le 48,
+ 6876:a8e5:c931:973b:bcc1:16b7:f573:d300/36 le 48,
+ 6876:a9dd:7f67:2946:4e3d:55ae:e522:cc00/32 le 48,
+ 6876:aaf9:d79b:6d4b:be02:21b2:1a2a:ef00/48,
+ 6876:aaf9:d78c:5101:ad4a:f7a:2ea7:2500/48,
+ 6876:83a8:e59e:9aee:e155:6d18:ee5f:8b00/32 le 48,
+ 6873:fc9e:21cb:8b88:1c77:fd5c:6d37:1a00/32 le 48,
+ 6873:f7a4:60c:eaeb:d83c:f00e:4685:c300/32 le 48,
+ 6873:db3d:9f3a:796:af3:86b9:ba86:6500/32 le 48,
+ 6873:dd07:c0c9:c063:ca96:7232:a708:4000/48,
+ 6873:d109:6fd6:a62c:3265:d613:2c34:2200/32 le 48,
+ 6873:d35a:2c5d:69c5:4bf1:21a:8bf4:ac00/32 le 48,
+ 6873:c6b3:2e6:5f4f:3f58:cfd5:94df:1900/36 le 48,
+ 6873:c6b3:38e9:3380:da9b:62b9:a010:4200/35 ge 36 le 48,
+ 6873:c6b3:56f6:fbc:251:33cc:7bfc:900/34 ge 36 le 48,
+ 6873:c6b3:8730:6af9:b835:16da:a684:1300/34 ge 36 le 48,
+ 6873:c6b3:c01f:3f64:326d:9f16:2fbd:1c00/36 le 48,
+ 6873:c799:4124:dad8:52ec:a883:4f65:6f00/32 le 48,
+ 6873:9c37:cd81:7b23:c038:28f1:3bc7:d400/32 le 48,
+ 6873:a7c2:a820:fe7a:2917:6586:fd3d:e500/32 le 48,
+ 6873:a347:12d:321e:faa7:d1c3:b505:ba00/32 le 48,
+ 6873:a091:9c46:59a8:2251:d80e:113d:bc00/32 le 48,
+ 6873:ae00:81dc:9b07:960f:2476:c2d:2c00/32 le 48,
+ 6873:43a9:64b8:8d83:cb9d:a9e0:5578:5c00/32 le 48,
+ 6873:48fe:759f:de68:c1e9:1cc:25c1:6200/32 le 48,
+ 6873:503f:649a:4234:47bd:4a50:d1de:a500/48,
+ 6873:71de:b17c:bd4a:289:48d:bf1d:e400/32 le 48,
+ 6873:6d49:4b79:5c43:4190:5b02:cdb9:9700/32 le 48,
+ 6873:7f5:8f38:d6da:3ab0:bcbb:3b7b:5f00/36 le 48,
+ 6873:3db4:472e:dc5a:a368:5fb4:c926:b500/32 le 48,
+ 6873:2525:15a7:3c25:e259:d0c:31a9:c200/35 le 48,
+ 6873:2525:a6c6:4b36:43d2:4bd3:f320:3000/43 ge 44 le 48,
+ 6873:2525:ae7a:ff3c:b325:c8cc:d14d:8800/44 le 48,
+ 6873:2525:af6e:191b:8353:c5d8:7f18:7a00/40 le 48,
+ 6873:2525:b450:d083:542:8146:1aef:a100/43 le 48,
+ 6873:2525:b72c:1c36:de33:d701:90e7:f800/44 le 48,
+ 6873:2525:b6d7:8a50:3540:5ef:4b4d:400/40 le 48,
+ 6873:2525:b2f7:5f4d:9d0a:8042:1ab5:5900/44 le 48,
+ 6873:2525:b3f4:e1a8:6108:f028:49a2:bb00/44 le 48,
+ 6873:2525:b042:bbf:2275:9f3f:c81:1700/40 le 48,
+ 6873:2525:b147:7206:5431:e4a:f664:f300/46 ge 47 le 48,
+ 6873:2525:b143:ed34:2177:3cd1:5108:d100/46 le 48,
+ 6873:2525:b14b:5030:1f45:8507:45a8:200/45 le 48,
+ 6873:2525:b15c:8c5d:944f:bc01:975b:d500/44 le 48,
+ 6873:2525:b176:48ec:de82:4644:cfba:f000/43 le 48,
+ 6873:2525:b112:cf25:9228:9bdc:4392:1e00/42 le 48,
+ 6873:2525:b193:2e48:973b:cd8a:5f21:e900/41 le 48,
+ 6873:2525:bd3d:306f:28e:e4e2:f038:f00/44 le 48,
+ 6873:2525:bb30:e0e6:ed72:ecda:b6f7:4f00/44 le 48,
+ 6873:2525:bb28:ae63:7902:5f8d:467f:1500/48,
+ 6873:2525:b89e:7a1b:7370:bc80:a3cf:1600/44 le 48,
+ 6872:26cc:d2e1:5567:606a:33a7:4c61:9100/32 le 48,
+ 6872:27f9:6cb6:8582:a49a:ad9d:f32e:4e00/44 le 48,
+ 6872:27f9:1d9e:6c0b:796a:af2e:3fdf:fb00/36 le 48,
+ 6872:27f9:2b28:a000:6ce5:2aeb:ff58:4000/44 le 48,
+ 6872:27f9:2a10:245:34bf:24a:b96f:3b00/44 le 48,
+ 6872:27f9:2ae2:3cb1:61ec:6d44:2416:dd00/44 le 48,
+ 6872:27f9:2aad:9028:1af0:3cf:bed:d500/44 le 48,
+ 6872:27f9:2a80:2dbe:9d42:32e7:e7da:4f00/44 le 48,
+ 6872:27f9:b458:2afb:8400:d9eb:c49c:8300/40 le 48,
+ 6872:130b:8d76:73c6:d689:d191:656d:a300/32 le 48,
+ 6872:1643:1265:7fcc:80dd:bb1e:cb94:d600/32 le 48,
+ 6872:18e8:7d03:e854:eaad:4451:6d1:8b00/31 ge 32 le 48,
+ 6872:77bd:4c75:fbb3:6d80:4b22:1633:8c00/32 le 48,
+ 6872:8a60:490b:1082:5f5:32b9:1730:9400/32 le 48,
+ 6872:8eb4:618:5d1d:517f:49f5:af77:3d00/48,
+ 6872:8d3c:6dd9:10f7:bb08:5feb:1b8a:8e00/32 le 48,
+ 6872:84e8:f90a:10e:9c9f:f774:6899:2800/48,
+ 6872:a828:cc73:893:363:5bc5:55c7:a700/48,
+ 6872:beb4:234d:b487:3379:6ba5:94ab:1c00/32 le 48,
+ 6872:b31d:29a9:959c:9e3d:24b9:157b:3b00/48,
+ 6872:b31d:29ae:8df:847d:3143:bbd5:5200/48,
+ 6872:b31d:29b4:d354:17de:a07:3440:f500/48,
+ 6872:b31d:277f:dfaf:6449:9780:30cb:5300/48,
+ 6872:b31d:2778:d81a:b22b:ac08:b143:5300/48,
+ 6872:b31d:2770:f37:554:94c0:9498:4b00/48,
+ 6872:b31d:2774:a060:bed:877c:7527:9100/48,
+ 6872:b31d:2760:5d62:6a2a:5eb6:dcd0:2c00/48,
+ 6872:b31d:2728:6e58:6691:7e03:f58f:5000/48,
+ 6872:b31d:2356:52c3:4839:e6ef:4868:7c00/48,
+ 6872:e8c9:dbf0:947a:1d2d:930e:2503:8800/32 le 48,
+ 6872:f42c:809c:d289:5465:8079:2432:f600/32 le 48,
+ 6872:c43c:7041:7590:e6a9:1d7b:c62a:ef00/32 le 48,
+ 6870:363a:6105:8248:ac9b:8e12:9a96:6400/32 le 48,
+ 6870:4e7e:641b:3956:30f6:1f47:c2b6:6e00/32 le 48,
+ 6870:408e:c6ee:80e3:c96:5a53:9940:7100/32 le 48,
+ 6870:94bc:96db:ff07:d5dd:760b:a004:ad00/32 le 48,
+ 6870:83b2:9ead:3246:4dd2:469:e94d:8c00/32 le 48,
+ 6870:893e:b7f9:8ca1:bc3b:5c39:85e6:6e00/44 le 48,
+ 6870:893e:b7c8:8ee8:622a:ca7c:12db:c000/43 ge 44 le 48,
+ 6870:893e:b78c:d23c:183:bab7:ffe9:1400/44 le 48,
+ 6870:893e:ce47:74f8:2538:f2f3:76b6:f000/44 le 48,
+ 6870:f6ea:a12e:3f47:1350:dea9:ebd3:6a00/32 le 48,
+ 6870:e3b8:c51c:13d0:6fe2:a300:d888:2900/32 le 48,
+ 6871:a4c4:5041:e58a:dc64:23c7:6f60:7500/32 le 48,
+ 6871:a1b9:fb20:3a7d:caf1:fe5b:5aa:7600/40 le 48,
+ 6871:e5b7:6ad:4369:5522:51cd:2540:1800/32 le 48,
+ 6871:c2b9:21b:fc15:531:f355:4953:ed00/32 le 48,
+ 6871:d71e:f62e:a063:8f85:8092:af14:a300/32 le 48,
+ 6b55:5cf:b189:6de1:bff6:d1bd:bf4c:9400/28 le 48,
+ 6b55:272:54c4:d94e:5df6:51b5:45a4:2200/48,
+ 6b55:278:5a14:82e3:5a9b:74cf:74c1:9c00/48,
+ 6b55:27b:9f81:4abb:81ec:ac5c:f0b6:8000/48,
+ 6b55:26b:741e:c486:b315:eb0b:da28:6900/32 le 48,
+ 6b55:341:c005:7a62:ed23:58d2:3f8b:c600/28 le 48,
+ 6b55:194d:2995:1116:2b6f:ae33:9a87:6a00/28 le 48,
+ 6b55:1e35:48b6:56b4:55ef:806:6162:fd00/28 le 48,
+ 6b55:10d2:c28b:c0e2:a8c:f36f:a97d:5100/28 ge 32 le 48,
+ 6b55:35b2:7cf5:6f35:b15a:2a0d:16c4:5700/28 le 48,
+ 6b55:3bd3:acf4:94f4:e5b0:5b0:43cf:a000/31 ge 32 le 48,
+ 6b55:3bd5:70e5:ddd1:b8bf:2081:74fa:5a00/32 le 48,
+ 6b55:3bd7:9249:1ae0:349b:a28e:14cc:b000/31 ge 32 le 48,
+ 6b55:3bdc:4649:99b5:d303:5610:e089:fe00/29 le 48,
+ 6b55:3d27:f9b7:6530:1ce7:61a0:b9b3:b800/35 ge 36 le 48,
+ 6b55:3d27:d83c:8c7f:48c1:9b2c:54ad:3300/36 le 48,
+ 6b55:26e4:7687:8105:7cac:c833:7582:5a00/48,
+ 6b55:26e4:3958:b63f:e364:ba6a:58b0:5600/43 le 48,
+ 6b55:26ef:b26:5738:91aa:f31b:4ec1:cd00/43 le 48,
+ 6b55:26ef:b55:a88d:5eb7:2b59:34e5:e900/42 ge 43 le 48,
+ 6b55:26ef:ba1:cfb6:be0d:44f9:359:e200/43 le 48,
+ 6b55:26ee:55c5:af17:6cf1:7378:8faa:c500/32 le 48,
+ 6b55:6926:4dcf:c63a:4a2d:6ec1:ff9b:7f00/48,
+ 6b55:b2f2:86e6:eb05:a6d5:c85d:73eb:dd00/24 le 48,
+ 6b55:881c:891:a454:7c49:8e88:2c0e:8a00/28 le 48,
+ 6b55:8526:9837:1eec:b228:a3fc:113e:b400/28 le 48,
+ 6b55:f608:f185:bbb3:6aaa:ea74:2d69:1900/32 le 48,
+ 6b56:f89a:c693:51da:5222:faee:2ba8:bd00/32 le 48,
+ 6b56:f8bc:fee6:f906:d9b1:7223:3aa1:6200/32 le 48,
+ 6b56:f9fd:4630:a4d8:bbf1:ace4:836:4e00/24 le 48,
+ 6b56:f6ea:f83b:db08:6511:95f1:2284:ad00/40 le 48,
+ 6b56:f6e9:beb8:9871:6898:b944:2c5d:d700/48,
+ 6b56:f6e9:ac32:c6a5:93b0:9904:8100:7700/44 le 48,
+ 6b56:f6e9:49b:8733:3664:bc95:751a:5700/44 le 48,
+ 6b56:f6ec:241b:558b:ad3:acc6:5b82:c000/40 le 48,
+ 6b56:f6ef:590c:51ed:a1e:ca9f:73f9:fb00/44 le 48,
+ 6b56:f6ef:4e5c:8e72:c069:2294:4a2a:9100/40 le 48,
+ 6b56:f6ee:b8c8:1f55:27a:a368:438d:600/40 le 48,
+ 6b56:241f:11ae:797f:9335:7daa:fe3d:3b00/36 le 48,
+ 6b56:2416:5d9:deb4:1e63:4272:2824:b200/36 le 48,
+ 6b56:2511:1787:5f1b:6b4c:4476:efa3:fa00/36 le 48,
+ 6b56:253a:d9cd:ba7e:6446:9d:4ce2:c200/36 le 48,
+ 6b56:2550:e9c6:5909:bd17:88d9:a0b1:8600/48,
+ 6b56:2550:e9f3:bd96:955e:d8b0:f573:ec00/48,
+ 6b56:2550:e95a:b93f:f853:6ba4:712a:f200/44 le 48,
+ 6b56:2550:e7ff:f56:6166:54d8:ed89:ba00/48,
+ 6b56:2550:e7e1:350a:d4b9:9951:c8a1:f500/48,
+ 6b56:255c:d6c9:49af:c12a:9f6f:64aa:5200/36 le 48,
+ 6b56:2568:fbe5:8720:5761:b4a1:3b91:c100/48,
+ 6b56:2563:8326:454a:2dd1:5058:6b3d:9400/36 le 48,
+ 6b56:257c:829f:11d1:8c2d:36f9:724c:bb00/36 le 48,
+ 6b56:25c7:f5c3:532f:4958:543c:6370:4200/36 le 48,
+ 6b56:25f9:92fd:9a0e:a664:f131:f02a:eb00/48,
+ 6b56:25e9:1ff7:de0:670:ead9:28d4:7a00/36 le 48,
+ 6b56:25a4:e810:1f39:fff5:97a8:33c3:ef00/36 le 48,
+ 6b56:25ac:800:9c0:1156:ca71:4437:9600/36 le 48,
+ 6b56:26e6:efb5:f0b8:e9f0:b4d4:1eb6:6500/36 le 48,
+ 6b56:26a4:db29:d58b:bf2c:bb67:37d:c300/36 le 48,
+ 6b56:26a1:ad50:5792:69a5:88a8:9fbc:5900/36 le 48,
+ 6b56:2623:ad7e:2147:1d94:7065:d67:ae00/36 le 48,
+ 6b56:2629:84c6:5748:d028:a370:8984:6800/36 le 48,
+ 6b56:2635:2978:440d:b693:36f4:33e9:5c00/44 le 48,
+ 6b56:2635:23b6:2b61:4c88:50a8:a749:3900/48,
+ 6b56:2635:27b3:431e:b579:9122:9400:4100/43 le 48,
+ 6b56:2635:261a:d3f7:e92f:c71e:75a:d600/40 le 48,
+ 6b56:2611:5570:5d62:466c:6405:87a8:6900/36 le 48,
+ 6b56:264f:2a20:5396:f08e:5cfe:ac8e:b500/32 le 48,
+ 6b56:2643:4bbb:557b:f06c:2884:c676:a500/36 le 48,
+ 6b56:2676:6675:bc30:db4a:ed98:e8ea:7100/36 le 48,
+ 6b56:274b:fc9d:89af:64b2:ac52:396d:fd00/36 le 48,
+ 6b56:2745:7c36:b6fa:f58c:c40d:1caa:2f00/39 ge 40 le 48,
+ 6b56:2747:b042:1d53:66c0:8207:f28a:700/36 le 48,
+ 6b56:2767:e5ee:3383:12de:ee4e:371f:8900/46 ge 48 le 48,
+ 6b56:2767:e6af:1675:9ce9:5684:1ce9:6300/46 ge 48 le 48,
+ 6b56:2762:5e7e:a118:bc83:7131:987:ac00/36 le 48,
+ 6b56:276c:da6d:2cf1:2c5c:20f:4ceb:f700/36 le 48,
+ 6b56:271c:1d23:ac43:98ea:66fb:e4b5:5d00/48,
+ 6b56:2705:505b:2407:9675:df18:b455:c800/36 le 48,
+ 6b56:2709:9931:874a:2592:62e2:7ffc:1800/32 le 48,
+ 6b56:27e1:682f:f387:f8d2:72a4:70e7:d100/32 le 48,
+ 6b56:27e6:d2ee:cc32:823d:b7ad:8a13:7000/48,
+ 6b56:27e6:d2e6:603d:94dd:7b86:a146:800/48,
+ 6b56:27e6:d2fe:70b1:9cd4:f85f:5308:5600/48,
+ 6b56:27e6:d2f8:bc3b:f68f:b88c:1925:fc00/48,
+ 6b56:27e6:d2fa:bd11:4e3f:cfcb:db2f:b900/48,
+ 6b56:27e6:d2f1:f7b9:d1cf:74df:a8dc:7f00/48,
+ 6b56:27e6:d2f6:bb40:90ef:865:6515:aa00/48,
+ 6b56:27e6:d262:d294:9e58:4910:4ebc:fa00/48,
+ 6b56:27e6:d261:c78c:be4f:e873:9c36:fa00/47 ge 48 le 48,
+ 6b56:27e6:d323:d1e:336d:c4b7:2cbf:d200/48,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 48,
+ 6b56:27ec:cd86:790:8f39:9689:6732:a000/36 le 48,
+ 6b56:27cf:de12:65b1:2c0c:8156:ace0:db00/40 le 48,
+ 6b56:27cf:ddd1:83a5:eef0:42e0:b266:c00/40 le 48,
+ 6b56:27c4:1d96:9919:d404:7178:5888:da00/36 le 48,
+ 6b56:27db:13ed:b71f:f5d6:46ba:9d0e:f100/32 le 48,
+ 6b56:27dd:23d1:a155:621c:cc93:7b24:4600/36 le 48,
+ 6b56:27df:c94e:1e03:393e:b50f:3671:e100/36 le 48,
+ 6b56:27d6:d418:5eb7:8741:2b64:255:3b00/36 le 48,
+ 6b56:279d:555e:be41:a306:7dd8:9914:1100/48,
+ 6b56:279d:554a:3c31:a8a5:f6a2:c464:9500/44 le 48,
+ 6b56:279d:557a:fa12:3d5c:c02:b43e:5a00/43 ge 44 le 48,
+ 6b56:279d:5539:5648:5c9e:9537:7436:dd00/46 ge 48 le 48,
+ 6b56:2791:a440:3993:2e1c:1680:f9e1:1700/36 le 48,
+ 6b56:2785:1630:8f6b:6357:34cb:2e91:b700/36 le 48,
+ 6b56:278a:a974:f7aa:22c6:4044:8407:3e00/36 le 48,
+ 6b56:2789:6206:92f:df9:b18f:be0c:b600/48,
+ 6b56:2789:628d:8d59:51a8:5494:cead:3700/48,
+ 6b56:2789:6297:2944:1dad:d2db:2e1b:d600/48,
+ 6b56:2789:69ec:ac59:bb4b:e6c6:e830:5000/48,
+ 6b56:2789:6c75:deef:5a99:fba7:3fd1:b100/48,
+ 6b56:2788:85e9:fa2a:95b0:9072:e89:1200/36 le 48,
+ 6b56:278d:bba7:cf0c:c065:7407:9ff:d200/40 le 48,
+ 6b56:278d:b17a:60f3:5074:76e2:b019:e600/40 le 48,
+ 6b56:27b0:f679:82d3:984b:300e:a25a:bb00/36 le 48,
+ 6b56:27b7:7358:3f18:e009:59f7:353f:b000/36 le 48,
+ 6b56:27bd:e2ee:97be:9d4d:456f:2bc3:e00/36 le 48,
+ 6b56:27ab:9ea5:c9a:2fb7:c623:24fc:3f00/48,
+ 6b56:27a5:6b20:b75e:bae:6efd:64f:8400/47 ge 48 le 48,
+ 6b57:40f1:aeb6:f422:acee:252c:399b:3800/30 le 48,
+ 6b57:698b:8ae9:a573:8e8:6ca3:f9c1:3900/29 le 48,
+ 6b57:68b5:3d25:a10f:d60e:247a:a326:1b00/29 le 48,
+ 6b57:6057:2e4a:9da2:2d8b:da73:6f15:7500/29 le 48,
+ 6b57:6123:7838:630b:a44e:bbd0:1d18:1800/29 le 48,
+ 6b51:7f05:8831:1ae:6a6f:5f87:1e1f:fc00/32 le 48,
+ 6b51:741f:799b:6aa5:28b:9bbd:96c6:1600/32 le 48,
+ 6b51:774b:869a:55f8:b2b8:2933:3b83:9500/48,
+ 6b51:6272:6bdc:4a59:8f6:5470:3e29:9300/32 le 48,
+ 6b51:64dc:2979:3be5:3104:7bba:5435:1400/32 le 48,
+ 6b51:6f24:d47:94b8:b848:1b7d:45de:2d00/32 le 48,
+ 6b51:6bce:68:6162:c3d9:cf10:1b0:6600/32 le 48,
+ 6b51:5e3c:56b9:c2b1:65c5:133e:62d8:6400/32 le 48,
+ 6b51:54ed:6efc:71e7:cda:d60a:5e56:5d00/32 le 48,
+ 6b51:5228:777d:cbb3:869b:29ba:9abd:ff00/32 le 48,
+ 6b51:2acd:30b2:dd60:a4d8:33ba:a8c:8e00/48,
+ 6b51:2b87:605a:1980:560:8485:1ba:2200/36 le 48,
+ 6b51:2cd9:9fe9:6096:c0e5:d653:b897:2800/48,
+ 6b51:3ed8:27b3:9e9:b79a:d419:b712:ac00/32 le 48,
+ 6b51:35af:1576:f80c:9a54:6a3d:7344:5600/32 le 48,
+ 6b51:19bb:d868:6857:a0a0:285d:8c95:8600/48,
+ 6b51:19bb:d831:7ec6:69d8:dc03:c7b9:1500/48,
+ 6b51:19bb:d83e:f0ca:d0c5:68c8:1203:6100/48,
+ 6b51:19bb:d81a:401b:e4e4:836d:fc3c:8500/48,
+ 6b51:19bb:d8b2:2302:7a1e:4085:7884:1900/48,
+ 6b51:19bb:d9dc:1927:12a6:3fd5:9cc9:de00/48,
+ 6b51:19bb:daf8:150c:2e38:357a:4c69:9000/48,
+ 6b51:19bb:e1cd:8661:2db8:fa7e:2166:900/48,
+ 6b51:19bb:e1ce:b4b6:5a9d:20a4:8cd2:8600/48,
+ 6b51:19bb:e1c8:98a5:eeb6:12df:f50c:ac00/48,
+ 6b51:19bb:e499:af0a:3e7b:8ab3:5273:6d00/40 le 48,
+ 6b51:19bb:e602:a026:a1c:c6b6:afaa:8e00/48,
+ 6b51:19bb:4561:8f1a:191e:2e22:4ce8:f400/48,
+ 6b51:19bb:45e0:7d2b:ce10:a45b:d7dc:d500/48,
+ 6b51:19bb:4468:f40:11cb:8f5b:299c:3200/48,
+ 6b51:19bb:4625:8965:56de:ca4b:d968:3000/48,
+ 6b51:19bb:46fd:9cf2:6f07:41c8:c39a:4c00/48,
+ 6b51:19bb:4746:9568:c76b:33d2:bca7:3800/48,
+ 6b51:1872:57ac:6bf9:52e7:b68d:34b9:5200/44 le 48,
+ 6b51:14ea:eb57:4102:40db:9a67:28f4:1100/32 le 48,
+ 6b51:1680:d494:b898:229a:e8d4:c764:3a00/48,
+ 6b51:17ea:5db:4a9:a3d8:bfb:c6e1:f00/32 le 48,
+ 6b51:fcf:70e6:7d65:abb3:c6d:6d26:a900/44 le 48,
+ 6b51:eb5:fba1:d2fc:bc78:62a3:df11:9e00/32 le 48,
+ 6b51:9a89:b4f7:79e5:404f:e306:5116:da00/32 le 48,
+ 6b51:9dbc:e6b6:1f27:e840:8e94:415a:e300/32 le 48,
+ 6b51:9f72:73b2:8739:d4d8:294f:997a:1600/32 le 48,
+ 6b51:87a1:da8:8f5c:e612:5bf6:e419:4200/32 le 48,
+ 6b51:8655:56b9:a71e:28cb:7620:436c:4b00/48,
+ 6b51:89dc:e275:3ec:9810:c79f:1fce:eb00/47 ge 48 le 48,
+ 6b51:8bd0:1c10:9e8d:212d:3401:d84:d400/32 le 48,
+ 6b51:8b96:6045:549:be06:3110:c778:de00/32 le 48,
+ 6b51:af97:3f0e:e43:2f15:8c64:a7f4:b500/32 le 48,
+ 6b51:a853:301:aca4:e85a:2d1a:ecbb:1200/32 le 48,
+ 6b51:a965:b431:af52:ca5a:9ee3:f539:8700/32 le 48,
+ 6b51:abb4:b29d:56b7:95db:89eb:d8ba:1500/32 le 48,
+ 6b51:a2f8:da6c:b5c9:2539:9c81:7e71:4400/46 ge 48 le 48,
+ 6b51:a17c:2764:40ce:e59a:ea03:4c1:1100/32 le 48,
+ 6b51:bee0:126c:b3bf:c94b:9ed6:f4d7:2300/44 le 48,
+ 6b51:bc4a:6492:b4e5:153a:2fab:e3ac:8600/48,
+ 6b51:b194:128d:2bbd:8a83:ada6:4480:6100/32 le 48,
+ 6b51:c5b4:3dc6:7aac:6135:337b:c4e9:8600/32 le 48,
+ 6b51:df32:7e9f:8e5b:f890:d111:2ff4:da00/32 le 48,
+ 6b51:dddf:8d8f:c3a1:b55c:604f:7ead:7400/32 le 48,
+ 6b51:dc86:de4d:aecb:3663:cf51:3f22:3900/32 le 48,
+ 6b51:d148:4992:e0e3:43e2:83b8:f1f7:9d00/32 le 48,
+ 6b51:d43a:1639:5eb9:5fed:e2a9:cf23:dd00/32 le 48,
+ 6b51:d7e7:3eba:3342:63b5:1271:d182:6400/32 le 48,
+ 6b51:fd9d:1235:3aaa:f8a8:3311:71a0:9800/32 le 48,
+ 6b51:f559:4f3c:e8e8:8c28:26f:d5e8:c400/48,
+ 6b51:f559:4f39:4930:24fd:aec4:d678:b800/48,
+ 6b51:f071:5fb1:abb5:c149:2d19:307c:c400/32 le 48,
+ 6b51:e1c9:7a2:6454:40be:c6a9:bf6c:ee00/32 le 48,
+ 6b51:e6c1:854:32a8:50f:db5b:a9d8:1700/32 le 48,
+ 6b50:1857:ddd7:4ed9:7397:942d:2dc9:6800/32 le 48,
+ 6b50:1988:f47:653:1048:9c9:a5b3:8500/44 le 48,
+ 6b50:1988:2c96:840f:6518:12da:dc37:a400/48,
+ 6b50:a97:abb8:e94f:b635:2512:75:bd00/32 le 48,
+ 6b50:253a:2dc0:7b81:ba50:8054:9561:5000/32 le 48,
+ 6b50:2fa1:f3e2:e96d:4459:1916:3260:d600/32 le 48,
+ 6b50:385f:cb63:7be6:f850:9a21:27f7:2f00/32 le 48,
+ 6b50:3be7:6d1:3ebf:eeb0:e05f:7e3e:b00/32 le 48,
+ 6b50:3b26:2b6d:38d0:7c1f:82:e7bb:4800/32 le 48,
+ 6b50:3c7d:5492:cb8e:5521:5898:b25e:3f00/28 le 48,
+ 6b50:41d5:482d:8c4b:56fb:f936:2bf3:3c00/32 le 48,
+ 6b50:4955:8172:fa37:2c1f:b628:dbd7:3800/32 le 48,
+ 6b50:5513:f385:88e9:81:47f4:ba0b:fe00/28 le 48,
+ 6b50:5521:768c:3795:30f3:52b7:e560:5d00/28 le 48,
+ 6b50:6469:a802:8177:d432:2c7:b283:4d00/32 le 48,
+ 6b50:6cd3:9caf:ec3b:6a69:4ef7:2465:7500/32 le 48,
+ 6b50:6aaa:e046:c8fc:b336:20f7:34df:300/48,
+ 6b50:6aaa:e042:f48d:52c2:37a:5f1d:df00/48,
+ 6b50:6aaa:16d5:d1c4:efcb:6bad:a5d2:9c00/33 le 48,
+ 6b50:69a4:7477:c18e:f647:8a98:b0b7:f900/32 le 48,
+ 6b50:746f:9745:6872:5db3:f387:2b4a:be00/32 le 48,
+ 6b50:7f03:9f3e:f569:9a2e:acb5:1807:3700/32 le 48,
+ 6b50:c7d8:90e4:650e:a14f:6772:62b4:a800/32 le 48,
+ 6b50:c103:b586:2d2e:42eb:2c0:453f:1d00/31 ge 32 le 48,
+ 6b50:c071:95bf:974e:90ad:5931:bb9:9700/32 le 48,
+ 6b50:d008:9f8e:7929:aca6:ae24:3c50:dc00/48,
+ 6b50:db86:938d:4f72:443b:9b12:fa43:4600/32 le 48,
+ 6b50:dd6e:5887:8656:7a81:5f44:725f:4600/32 le 48,
+ 6b50:dfeb:d775:e35f:f6c7:f4b4:c815:7900/32 le 48,
+ 6b50:ff43:8b72:ac2a:4c27:d276:cc1c:8d00/32 le 48,
+ 6b50:e5dd:5b00:920e:9eaf:8eb1:fa0a:1000/32 le 48,
+ 6b50:e1bf:6468:d033:ced2:3672:65b7:d900/32 le 48,
+ 6b50:eb41:6707:f2f6:a3d8:41e3:eba2:be00/32 le 48,
+ 6b50:81b0:9eaa:9068:9068:c938:3753:4e00/32 le 48,
+ 6b50:9e00:9be:4c6:6d90:d741:d7bf:2500/32 le 48,
+ 6b50:a4e8:c25:2a3e:8fde:4f84:93f9:100/32 le 48,
+ 6b50:a88e:1525:381:7a46:63ed:c238:ff00/32 le 48,
+ 6b50:bd34:b488:d65a:42fa:b050:b783:0/32 le 48,
+ 6b50:bc15:77d4:64cc:1ca2:a3d:a99b:7400/44 le 48,
+ 6b50:b424:85e9:a5f:24f8:33ec:e060:8000/40 le 48,
+ 6b50:b138:550:6ec:6813:391:8e95:6900/48,
+ 6b52:1090:230b:287b:4088:8c4c:bbb8:9100/32 le 48,
+ 6b52:a9b:ab56:2940:f424:12bc:fd0b:5700/32 le 48,
+ 6b52:daa:7141:919b:13b8:b64f:6c98:5600/32 le 48,
+ 6b52:fa7:7282:aeea:73ae:7db:2c5f:6000/32 le 48,
+ 6b52:f7d:ba34:1195:6263:e690:a53:dc00/32 le 48,
+ 6b52:113:54cb:4c1b:2598:6e57:a769:4800/32 le 48,
+ 6b52:2be:b40d:bc66:662f:35ff:576c:2000/32 le 48,
+ 6b52:623:fe16:eee6:44a3:120c:dd8b:d300/32 le 48,
+ 6b52:3fcb:549c:10c5:adba:5c54:ee5d:f300/32 le 48,
+ 6b52:35b6:3a1:c228:238c:2dcf:46a4:b400/32 le 48,
+ 6b52:37e8:23a2:3f60:359d:e825:bcfb:c700/32 le 48,
+ 6b52:3701:5219:3e3c:5bd0:bba:50c:2a00/32 le 48,
+ 6b52:339a:9b9:d767:10ca:2e95:3368:900/32 le 48,
+ 6b52:2263:f0db:be7f:49b4:cccb:7bf7:4b00/32 le 48,
+ 6b52:20e0:eaa1:cf1d:894b:86ae:3645:1000/32 le 48,
+ 6b52:247b:24c:72e3:f0e5:53aa:f3d7:5700/32 le 48,
+ 6b52:6ad2:3471:17b7:185e:ccad:f162:4400/32 le 48,
+ 6b52:6104:9c72:49e5:4d99:4ede:2c11:bc00/32 le 48,
+ 6b52:7821:2409:403c:8a5b:5b34:538f:3a00/32 le 48,
+ 6b52:7e2d:f3c3:6315:162b:52a5:a33b:9d00/32 le 48,
+ 6b52:43ec:3b93:a47a:bf8a:aa06:54c2:8b00/32 le 48,
+ 6b52:46bd:3635:1b3:7f0e:7853:4442:b400/48,
+ 6b52:46bd:3632:4e21:bd52:54a9:62e4:e900/48,
+ 6b52:46bd:3631:6fdb:2473:ed79:e284:6900/48,
+ 6b52:46bd:3627:57a2:5879:f726:d20:ff00/47 ge 48 le 48,
+ 6b52:46bd:3624:2d8b:341b:9022:5b5e:4200/48,
+ 6b52:46bd:3621:c103:4a48:ac95:14d5:6b00/48,
+ 6b52:46bd:3622:285f:1d39:c0fe:c5c4:8000/48,
+ 6b52:46bd:3606:4875:6903:cd6a:62d8:dd00/48,
+ 6b52:46bd:3604:b98b:eda0:4e8f:75f9:f100/47 ge 48 le 48,
+ 6b52:46bd:3600:381:fce4:6a56:c9a6:9e00/48,
+ 6b52:46bd:2a3d:5725:93d9:1b14:9958:2a00/48,
+ 6b52:49b4:c:1c3a:dc3d:f46a:6633:3b00/32 le 48,
+ 6b52:5f35:afef:16ac:54e4:30f7:340f:6200/48,
+ 6b52:b543:5b47:f10c:c024:ac2a:8a69:4800/32 le 48,
+ 6b52:8f68:b334:796:b305:3f2c:fb66:c700/32 le 48,
+ 6b52:9f1f:84f0:fdd8:1785:f26a:4505:cb00/32 le 48,
+ 6b52:915c:d415:4fb6:f01a:9b12:c2d8:1800/32 le 48,
+ 6b52:da1f:478b:1ac3:5c84:263d:5fb3:b100/32 le 48,
+ 6b52:c331:e73b:701b:86ab:6d19:f277:d300/32 le 48,
+ 6b52:febd:b0eb:3ad7:3791:2c6b:3974:6500/32 le 48,
+ 6b52:f655:a067:b343:a880:db17:ea37:1f00/32 le 48,
+ 6b52:f370:8b9f:bec:af7e:28a4:6d07:200/32 le 48,
+ 6b52:e7e5:fd5a:a2d8:e367:dc92:25b6:1100/48,
+ 6b52:e7e5:fd59:28cf:1c63:9b95:c52a:2a00/47 ge 48 le 48,
+ 6b52:e7e5:fd5c:568e:a4ec:f0b:bc18:c700/48,
+ 6b52:e42d:2548:5627:6bce:1d3b:c721:a800/39 ge 40 le 48,
+ 6b52:e42d:27f6:a206:e2d8:7414:8f43:3900/40 le 48,
+ 6b52:ed0d:6766:7f7b:2139:957:fa5f:e200/32 le 48,
+ 6b53:cc1d:71bd:575:1ef2:7691:6cd:c400/32 le 48,
+ 6b53:dce1:f821:c124:de25:a815:27a:fb00/32 le 48,
+ 6b53:f559:8e5d:4b1f:4619:6c62:4697:6900/32 le 48,
+ 6b53:f830:83c2:dee0:6151:155b:3529:2400/32 le 48,
+ 6b53:e82e:59fb:66e7:46a3:cb4a:6a06:7b00/36 le 48,
+ 6b53:9194:345d:8c98:e9e2:6d2a:39f8:3800/32 le 48,
+ 6b53:9c1c:7413:c402:fe33:665f:f7f4:e00/32 le 48,
+ 6b53:8652:b9f:f193:62fc:2776:aa59:a600/32 le 48,
+ 6b53:b096:1643:605b:9c62:cd03:c12d:9100/32 le 48,
+ 6b53:5cb5:8cd6:cd53:f195:c5f:4de:e200/32 le 48,
+ 6b53:5fb5:604d:c0cb:ff4c:f16a:e400:3300/32 le 48,
+ 6b53:56c9:ccc:5cf5:d9fd:841f:9fef:9a00/32 le 48,
+ 6b53:4327:c5ce:d30:764e:4d65:3ed8:5400/32 le 48,
+ 6b53:48f2:4dde:ce3f:892b:b27e:57b4:f500/32 le 48,
+ 6b53:703b:db4c:5850:c5b4:78ca:dd93:6e00/32 le 48,
+ 6b53:7846:1533:ae8d:2152:8151:6a34:ca00/32 le 48,
+ 6b53:6cf1:c558:23a4:9cdc:13fa:c336:8700/32 le 48,
+ 6b53:6f15:d6ef:fab7:973f:acdb:4f5f:3800/48,
+ 6b53:6f15:d6d2:a1d9:d358:c820:28cd:7800/48,
+ 6b53:6f15:d6d5:a1e7:127b:2a16:205:af00/48,
+ 6b53:6f15:d6d8:664d:9813:e1b0:6c96:4300/48,
+ 6b53:6f15:d6c4:ad:1652:2f05:e8a9:5300/48,
+ 6b53:6f15:d6c2:abdc:b38a:767:7573:9300/48,
+ 6b53:6f15:d6a5:984:9082:6555:fd39:df00/48,
+ 6b53:6f15:d661:daba:cce3:3c01:7ce2:c000/48,
+ 6b53:6a05:69cc:22cb:761f:ef83:21d9:a300/40 le 48,
+ 6b53:6a05:63e9:c68a:aedc:75fe:4b06:6b00/48,
+ 6b53:6a05:63ea:f777:6da2:b71f:cb2d:e500/48,
+ 6b53:68bc:2b20:87e5:8484:a8b7:c992:ac00/32 le 48,
+ 6b53:63fb:3f50:13d0:1a7c:1c68:2bc2:a900/32 le 48,
+ 6b53:23ad:1720:4f62:e419:755f:cdb4:1f00/32 le 48,
+ 6b53:3505:5492:61c8:dbd0:4fd8:e4dc:3a00/32 le 48,
+ 6b53:3b4c:d066:580a:e772:524e:9ac7:2700/32 le 48,
+ 6b53:30d:daa4:dd58:25c2:a498:e37e:1500/32 le 48,
+ 6b53:1ba1:34d0:993c:a968:415f:1de8:c00/40 le 48,
+ 6b53:1b2f:e315:7e81:4d6f:676e:2d42:a000/32 le 48,
+ 6b53:1b1d:c57d:d11e:bb8a:7e8f:3cb2:400/32 le 48,
+ 6b53:1a42:3671:5c36:c864:3f2f:2375:4100/32 le 48,
+ 6b53:1a5a:a524:8771:4374:eb55:145c:6800/32 le 48,
+ 6b53:1a76:3c55:9599:53f1:2abd:8a00:b300/32 le 48,
+ 6b53:1a7d:a6ee:8c38:9dff:bf88:5a4e:7a00/32 le 48,
+ 6b53:1a0e:5f7:a713:4524:5060:a4c9:a800/44 le 48,
+ 6b53:1aca:ad19:4b5b:5b02:e833:a0cb:3e00/32 le 48,
+ 6b53:18f7:c831:c8b6:579f:ad6e:8410:a00/32 le 48,
+ 6b53:1828:66e2:179a:a172:e199:e2f1:a500/48,
+ 6b53:1823:cf3b:bd50:b52b:466a:2081:ac00/32 le 48,
+ 6b53:181c:6f15:70dc:912d:6d06:a871:f600/32 le 48,
+ 6b53:19d6:17b7:f5d5:297a:42c1:7827:f900/32 le 48,
+ 6b53:19ad:a2a8:761f:15ea:1afc:32ca:8a00/32 le 48,
+ 6b53:1f20:da02:8ef1:420f:3e6:57af:f000/32 le 48,
+ 6b53:1f53:a1b5:5b72:7636:4cd:abd8:2700/32 le 48,
+ 6b53:1f5a:dca:5a7f:862a:75d5:4381:9a00/32 le 48,
+ 6b53:1ee2:1f4:7e68:f892:7b75:6980:6300/32 le 48,
+ 6b53:1e39:3c4c:a361:9f65:eae5:f8e5:6e00/32 le 48,
+ 6b53:1e2b:1459:839b:6a0d:1599:351d:a600/32 le 48,
+ 6b53:1e15:2e22:9f9:298b:2dad:f25:4f00/32 le 48,
+ 6b53:1e78:aac7:c3c7:c02e:b505:7a62:d400/32 le 48,
+ 6b53:1ce6:8786:ab29:2680:7f07:d3a6:7700/32 le 48,
+ 6b53:1d8c:85e6:ca1c:1dec:2ae1:dbf1:6800/32 le 48,
+ 6b53:1d03:d79c:1763:beb2:27dc:8632:ce00/32 le 48,
+ 6b53:1d41:509:5efa:2ee8:f113:5e02:2900/32 le 48,
+ 6b53:169e:17ef:e48b:33cc:b57a:1149:1100/32 le 48,
+ 6b53:163f:23e2:773c:fa97:ad12:f46f:e300/32 le 48,
+ 6b53:14b0:ea3e:d7bb:d492:446a:bdf6:a600/32 le 48,
+ 6b53:1304:27bd:c7ce:91c3:95e6:b8dc:4700/32 le 48,
+ 6b53:13f7:c13a:b59b:b46f:5bc4:6503:2700/47 le 48,
+ 6b53:13d3:c72f:87db:b821:ca07:7404:9300/32 le 48,
+ 6b53:120d:a949:dbfb:8286:e847:12af:f900/32 le 48,
+ 6b53:121b:f0cf:9473:2315:22a2:ffc9:a300/32 le 48,
+ 6b53:1236:4203:3e9e:3d92:3685:d0ad:9800/48,
+ 6b53:12e9:2abf:c6cd:b69:3572:4568:600/32 le 48,
+ 6b53:11ae:b189:b6bf:6870:a7c2:77a6:f200/32 le 48,
+ 6b53:11f5:eae3:b14a:2d2d:ca71:2066:7b00/32 le 48,
+ 6b53:1074:6153:4ba0:f58f:ea9a:4f3:3700/32 le 48,
+ 6b43:c3da:fb08:7c64:bf9d:29b8:7969:2d00/32 le 48,
+ 6b43:c3e0:55be:4911:8f16:7922:7b5b:7700/37 le 48,
+ 6b43:c3e0:aefc:3015:b785:2d23:84eb:4000/45 le 48,
+ 6b43:c3e0:aab4:752f:3d07:e569:f898:7500/44 le 48,
+ 6b43:c3e0:aa85:10c7:fcd1:b663:a718:2900/47 le 48,
+ 6b43:c3e0:b660:a491:fb1a:56a7:34f8:ec00/45 le 48,
+ 6b43:c3f0:ec2c:773a:7281:b8a9:81c5:e700/32 le 48,
+ 6b43:c314:36e2:7a3f:9ac0:dbc4:e153:ed00/32 le 48,
+ 6b43:c34c:c4cb:25ab:9b2f:2bf6:7b7e:2700/32 le 48,
+ 6b43:c347:9d00:e9c5:b3c8:16aa:f075:6f00/48,
+ 6b43:c347:9d0c:931c:f935:dbda:73f0:7500/48,
+ 6b43:c347:9dca:f341:d03f:46a7:b36:c00/48,
+ 6b43:c270:b89:cc37:1e2d:7537:a7da:f700/32 le 48,
+ 6b43:c20a:6c35:9ddd:7541:4aeb:91f6:1e00/32 le 48,
+ 6b43:c23f:648:2041:4a69:3b34:db3e:ea00/32 le 48,
+ 6b43:c2c2:ff2b:6ca8:e8f6:edf1:73ae:d600/32 le 48,
+ 6b75:1065:c57c:4122:fa9a:4b64:5b9a:c300/48,
+ 6b75:1065:c50a:5932:16d8:3440:c342:1600/48,
+ 6b75:1065:c4e0:315e:9de9:6e4e:13a8:f800/48,
+ 6b75:1065:c766:7334:a05d:b05e:3552:7a00/48,
+ 6b75:1065:c6eb:ec4:c91:ccd5:7728:fc00/48,
+ 6b75:1065:cb29:d1a:c5bd:cb40:5310:ea00/45 le 48,
+ 6b75:1065:cfef:de04:3e9c:b938:adbd:4100/48,
+ 6b75:1065:cfdb:b29b:42b2:cc17:437:5900/48,
+ 6b75:1065:cd73:7dce:69dd:193f:ad44:9200/47 ge 48 le 48,
+ 6b75:1065:cd6d:34bd:473b:a3:5a05:de00/48,
+ 6b75:1065:dcc5:aeea:84d3:c960:ef78:3000/48,
+ 6b75:1065:ee0d:bdd6:3c7f:7a08:890b:f600/48,
+ 6b75:1065:e7cf:1daf:452a:4daf:d07:5e00/44 le 48,
+ 6b75:1065:e2ac:4b62:748d:2631:5692:dc00/47 ge 48 le 48,
+ 6b75:1065:e2a8:95a9:389c:8408:a06a:9700/48,
+ 6b75:1065:e240:d0a7:f08c:3662:5071:3e00/48,
+ 6b75:1065:e358:a08c:c91d:e2ec:52db:da00/41 le 48,
+ 6b75:1062:33da:f519:1a73:8284:34f0:b000/44 le 48,
+ 6b75:106d:fcf:af1b:ae5f:cc42:49b:ea00/44 le 48,
+ 6b75:106e:d042:84bc:fd7d:e06b:dc2b:d800/47 ge 48 le 48,
+ 6b75:106e:d049:77f7:f657:8fa6:78a9:ba00/48,
+ 6b75:106f:24c6:d79e:1ffb:9726:d0d6:2000/48,
+ 6b75:1068:170c:3f1f:e2d0:51fd:d76c:4200/48,
+ 6b75:107a:6b08:c096:a156:7228:f1d9:4b00/44 le 48,
+ 6b75:1079:e64:5c09:6585:e567:14d0:ec00/48,
+ 6b75:1077:5b0:5efe:f126:4829:c288:ed00/48,
+ 6b75:1072:5d:be6:d963:24c9:6d62:900/47 le 48,
+ 6b75:1072:addd:3517:f7c8:1fd9:dac9:9e00/48,
+ 6b75:1071:58fc:f9d5:2d6e:e059:3552:e600/48,
+ 6b75:1070:55e7:8996:7d56:da7b:67d3:5b00/44 le 48,
+ 6b75:1042:47e6:897b:6081:dd7b:83f8:900/48,
+ 6b75:1044:b745:ff0a:e493:8c01:656:5300/48,
+ 6b75:1046:ca7:9576:b0c0:a26e:bdf8:e00/48,
+ 6b75:104d:f5dc:6946:bf57:8a78:8d35:c200/48,
+ 6b75:1056:3741:fe5c:256a:894b:ae27:1800/48,
+ 6b75:1054:a26a:5ee5:dd96:4471:5889:8200/48,
+ 6b75:1054:e6af:63c1:cc49:bded:7747:d600/48,
+ 6b75:1059:5c18:6b74:d776:4307:79b5:d900/48,
+ 6b75:1012:7a08:ed74:71f7:53c3:130a:6400/48,
+ 6b75:101d:a938:2b33:57b9:4b2a:3b4:d400/48,
+ 6b75:101c:d58:1d5a:a4ff:6746:be1c:3b00/44 le 48,
+ 6b75:101c:45ad:4158:1dc6:3141:c694:b000/48,
+ 6b75:101b:a9f9:2ae7:711e:2fd3:cb69:7600/40 le 48,
+ 6b75:1018:a6d9:d815:f9aa:12f3:f5b:7400/48,
+ 6b75:1001:bdbd:cc0d:8c06:aa29:845d:3400/48,
+ 6b75:1001:c5a5:32d3:6422:bfdf:bbbd:ba00/48,
+ 6b75:1006:9ce9:b3b2:cb68:a1f7:71d8:a100/44 le 48,
+ 6b75:102a:adae:29ef:9ae0:eb16:7bb3:fc00/48,
+ 6b75:1029:fb9b:7286:75d3:d891:5fde:9f00/44 ge 48 le 48,
+ 6b75:1026:b603:f61b:1018:a283:f7db:f100/44 le 48,
+ 6b75:1026:d776:8095:e16a:6469:f010:800/48,
+ 6b75:103d:b195:1685:6aa2:bcc1:2123:1600/48,
+ 6b75:1032:6699:d5d7:391a:8509:7413:cd00/48,
+ 6b75:10de:3299:3381:9ffe:e793:4a5:6900/48,
+ 6b75:10d8:8ddb:1a60:9554:7187:c9ca:7200/48,
+ 6b75:10cf:3392:e6b1:408e:1be2:665b:7900/44 le 48,
+ 6b75:10cf:fda0:deb5:f6d7:3fde:3664:400/48,
+ 6b75:10ed:4783:d1c0:22df:4a06:167f:3300/48,
+ 6b75:10fd:40f6:b203:cd2f:4790:31f6:4c00/48,
+ 6b75:1093:4ca2:dc9f:d30e:5094:ba7b:4900/48,
+ 6b75:1096:4da:bb55:87b7:def4:ec79:4000/48,
+ 6b75:10b3:31b5:782a:9207:4fc2:9cce:1700/48,
+ 6b75:10b4:99ba:9457:443f:df3b:4c0b:800/48,
+ 6b75:10ba:6805:8084:8d50:5568:90a1:6f00/48,
+ 6b75:10bf:6af5:c59c:670b:bee9:fdd6:3100/48,
+ 6b75:10ae:2afe:540e:907d:4acc:fcf5:4600/48,
+ 6b75:10a8:34a7:bd3e:a12b:7074:aa69:1000/48,
+ 6b75:111c:2032:4c82:4f45:1d31:f6d4:f400/48,
+ 6b75:111e:d31b:ebd5:18c0:fc9d:8f01:fb00/48,
+ 6b75:111e:1421:a16f:fa36:6884:dc6c:c00/48,
+ 6b75:111e:14ea:694a:9452:fbd9:f4b0:3400/48,
+ 6b75:1119:fe1a:5301:58a9:6533:ab6:b100/40 le 48,
+ 6b75:1119:4215:2d14:27d5:ef40:da3e:3a00/44 le 48,
+ 6b75:1119:3492:374a:9676:f377:bf5b:b100/44 le 48,
+ 6b75:111a:e71d:26ad:7c23:a3ce:d87b:e900/44 le 48,
+ 6b75:111a:8f5:94ba:9d4e:a854:1d45:4b00/44 le 48,
+ 6b75:1117:8fc:1401:86ea:636a:963a:e400/44 le 48,
+ 6b75:1114:6d1e:514d:1d29:1614:655a:2d00/48,
+ 6b75:1115:be92:b6ca:284f:236f:6c89:2900/44 le 48,
+ 6b75:1111:c4ed:9ec2:d957:352a:eb34:c400/40 le 48,
+ 6b75:1100:3968:a610:451e:5f6a:ec92:3700/48,
+ 6b75:1105:80b6:984:9ca4:afd9:2b69:f700/40 le 48,
+ 6b75:110e:7543:2fc2:4c9c:49d1:4ea2:1500/44 le 48,
+ 6b75:110f:eb7e:d1be:1dfa:612e:7869:a300/44 le 48,
+ 6b75:110f:ebb5:c496:fbdd:bf2b:f1ac:1300/44 le 48,
+ 6b75:1109:c904:3441:f003:a6b1:517c:6a00/40 le 48,
+ 6b75:1109:3131:d0ba:3550:5da4:df2a:fe00/48,
+ 6b75:1109:1416:6c9a:7cb6:1937:bcea:2b00/44 le 48,
+ 6b75:110a:b53d:e0b5:dea3:1cdf:ef1d:3d00/44 le 48,
+ 6b75:110a:3a2d:f48b:2ecb:604:9848:e600/44 le 48,
+ 6b75:1129:4e13:7043:c737:763f:c007:3300/40 le 48,
+ 6b75:1129:2ae2:fd34:d49e:51b3:cf25:4200/40 le 48,
+ 6b75:112a:82b9:2675:b1f7:192c:74de:800/48,
+ 6b75:112a:82ba:5e3d:27ec:ca76:b39e:5300/48,
+ 6b75:112a:82bc:58f4:ef0f:656b:9879:4200/48,
+ 6b75:112a:82bf:d3a6:d0e6:e81f:b054:de00/48,
+ 6b75:112a:bd69:33be:befe:3799:731:4c00/48,
+ 6b75:112f:6e19:c917:1ef:ced7:d212:500/44 le 48,
+ 6b75:112e:caf4:f19b:f7f7:f14b:a83c:1100/44 le 48,
+ 6b75:112c:35f2:d7:4c19:17f8:865e:b200/48,
+ 6b75:112d:65b:9aed:f2:23b1:2e4f:a800/44 le 48,
+ 6b75:1120:d4a8:82b0:65b2:830c:5fb4:7a00/44 le 48,
+ 6b75:1123:7b8e:7bce:f0d4:19bc:db70:900/44 le 48,
+ 6b75:1122:8f32:6b82:7dbd:ec57:3176:2800/40 le 48,
+ 6b75:1125:a41d:1994:550b:dec5:3b99:ba00/48,
+ 6b75:1125:38c1:6423:6c9d:44c3:1296:4000/40 le 48,
+ 6b75:1124:268f:da4f:2ba9:7500:127:3900/44 le 48,
+ 6b75:1124:4450:b215:9558:a113:426e:6e00/44 le 48,
+ 6b75:1126:8081:89c6:5e1f:50a4:29b6:b500/48,
+ 6b75:1130:330f:859e:d591:fd26:ee6a:2f00/44 le 48,
+ 6b75:1130:ff2f:d310:4a97:4f27:dfdb:6800/47 ge 48 le 48,
+ 6b75:1131:4762:2b58:a460:8c33:d6f4:5500/48,
+ 6b75:1135:4676:f2fd:482e:788e:2e09:9e00/44 le 48,
+ 6b75:1135:8c2b:751d:2d27:4fa9:e833:a400/40 le 48,
+ 6b75:1136:7e62:95cb:e0f2:570c:9d73:8100/44 le 48,
+ 6b75:1136:3552:a0a2:fe8a:3053:3e5e:8800/48,
+ 6b75:1136:354f:d2c1:cff1:ba2a:b5f3:f400/44 le 48,
+ 6b75:113a:8f51:a4f4:dac4:274f:c2e:ca00/44 le 48,
+ 6b75:1138:5e98:c2e5:ccf1:76b7:53a0:fa00/40 le 48,
+ 6b75:113c:dc20:2034:b429:e5ec:4875:6200/48,
+ 6b75:117e:d794:d671:a08e:6923:25d2:5600/40 le 48,
+ 6b75:117e:d543:1d66:beac:f008:4d76:ba00/40 le 48,
+ 6b75:117e:de78:fb06:15c2:cd00:18a0:8c00/45 ge 48 le 48,
+ 6b75:117e:de75:1171:c7d4:ab92:68a1:f600/47 ge 48 le 48,
+ 6b75:117e:de77:6fa8:b2ee:a070:3aa5:7400/48,
+ 6b75:117e:dd5c:66f3:ebd8:ad55:537e:1800/44 ge 48 le 48,
+ 6b75:117e:ddff:9242:bdb5:d962:8e53:f600/48,
+ 6b75:117e:daa2:f395:3704:7317:fc55:fa00/44 ge 48 le 48,
+ 6b75:117e:db2b:12f4:47a6:ecf:6059:4b00/44 ge 48 le 48,
+ 6b75:117e:dbbe:64cd:7296:5b41:c34b:cb00/48,
+ 6b75:117e:d920:6bfe:e849:6080:1652:9500/44 ge 48 le 48,
+ 6b75:11a9:f50a:13e8:810:9178:251f:b800/48,
+ 6b0f:a90b:8db0:d3ab:9ded:b182:ea13:7f00/28 le 48,
+ 6039:6a06:2d37:528b:9a94:7b23:dc51:eb00/32 le 48,
+ 6039:6a94:d7fe:e9ef:acbf:2601:fdcc:e200/32 le 48,
+ 6039:6bdf:8e0a:4d0e:4b51:194c:1df8:a700/48,
+ 6039:65bf:707d:dec6:2b4b:1222:abea:9b00/32 le 48,
+ 6039:63d5:66a4:a850:df3f:7e9b:105b:db00/32 le 48,
+ 6039:ee7b:607e:6068:cd8d:77bd:c550:df00/32 le 48,
+ 6039:ee73:12d4:e738:b038:4b49:7864:9a00/32 le 48,
+ 6039:ee60:a996:62e0:328f:ea22:8017:1f00/32 le 48,
+ 6039:ee68:8258:593:c759:dc30:da02:5d00/32 le 48,
+ 6039:ee4f:ed53:3977:bba7:a924:e0b7:3500/32 le 48,
+ 6039:ee55:2e7:f210:f71a:7d5d:9605:500/32 le 48,
+ 6038:11cf:18e1:f8c3:63fe:7c1c:3bbb:4000/48,
+ 6038:11cf:12eb:1b2f:1be2:a6da:3662:5d00/48,
+ 6038:11cf:12ec:b413:1e26:d74:e9a2:7400/48,
+ 6038:11cf:12ee:3f23:43ad:ba40:e2ea:f00/48,
+ 6038:11da:ea9f:b97b:a5e:22e3:7ee1:6d00/48,
+ 6038:110b:d7e1:bcf9:6034:e327:bde5:ab00/48,
+ 6038:110b:cdc6:7838:d332:7e3:f5df:4b00/48,
+ 6038:110b:cb1b:b18:a98c:9e71:250b:8f00/40 le 48,
+ 6038:1100:e20b:4447:2b07:f6ff:3d47:a100/32 le 48,
+ 6038:1103:508a:79bf:e37e:8760:82e2:d900/32 le 48,
+ 6038:112e:9058:8955:36e6:20f7:12e5:ae00/32 le 48,
+ 6038:1017:146f:a572:e6c8:86fa:4015:2e00/48,
+ 6038:10cf:273a:9407:d383:4571:d790:7b00/47 le 48,
+ 6038:10cf:273e:f8d1:fdef:f435:dd8f:a700/46 ge 47 le 48,
+ 6038:10cf:2732:bc1e:e086:b9ab:5223:8e00/47 le 48,
+ 6038:10cf:2735:116e:8661:efdb:ca11:5000/47 le 48,
+ 6038:10cf:2729:8631:9f:a4dd:eda8:d00/47 le 48,
+ 6038:10cf:272c:e204:d212:8935:6b3c:6500/46 ge 47 le 48,
+ 6038:10cf:2720:b6c6:d113:18ee:4a5f:ce00/47 le 48,
+ 6038:10cf:2719:9d27:b7e1:ab2e:80db:df00/47 le 48,
+ 603b:b696:61b:6ac7:15b9:f100:ad6b:f800/40 le 48,
+ 603b:acc7:a2ec:f13d:bcbf:1e7f:90c1:1a00/32 le 48,
+ 603b:9d9f:616b:1941:df94:33bf:2bbb:ca00/32 le 48,
+ 603b:efd8:7182:f394:a660:8adb:6478:d300/32 le 48,
+ 603b:c4e8:64aa:fbcd:542f:dc10:14bd:8500/32 le 48,
+ 603b:7682:e873:7b1f:fa6a:ca1f:a7f9:800/32 le 48,
+ 603b:7095:57f8:8d80:a66c:b44c:4cd6:a100/48,
+ 603b:5944:f6c4:30c0:3c49:129d:5b55:c900/32 le 48,
+ 603c:83a2:d81b:2bc4:7b7f:27b6:4f29:9300/32 le 48,
+ 603c:879f:2aa1:b517:e73c:896c:9d03:c100/32 le 48,
+ 603c:87d1:e042:b624:25fc:d3fe:21cb:6300/32 le 48,
+ 603c:8a35:7b6d:f7ae:a4e7:dd5c:f91f:5000/32 le 48,
+ 603c:9ea3:4cb7:fef6:109d:52a6:ab10:5400/32 le 48,
+ 603c:9586:fd6a:f3e4:6720:95b3:26e6:ba00/32 le 48,
+ 603c:94fe:22bb:cea8:9399:9bb7:30b6:c900/32 le 48,
+ 603c:94c2:84da:4e3a:8221:fc98:7934:7200/32 le 48,
+ 620c:a427:85e7:75df:5fcb:5136:57dd:b00/32 le 48,
+ 620c:bf9b:ace9:a9de:5c0d:3675:1f52:600/32 le 48,
+ 620c:bf48:3f72:4be3:f162:2cd3:dcaa:e100/48,
+ 620c:b15b:e996:9a2e:ffc3:b014:57e7:7400/47 ge 48 le 48,
+ 620c:b15b:e990:db97:37f4:956:3cde:ac00/46 ge 48 le 48,
+ 620c:eb7d:f16c:9473:98d6:22e0:bdf3:700/32 le 48,
+ 620c:e62d:6760:17e6:7db4:f32f:7579:5400/44 le 48,
+ 620c:e555:ca4d:8540:7885:c7f:7299:fa00/32 le 48,
+ 620c:cc10:d109:dee7:e5bb:88c6:d3de:1800/32 le 48,
+ 620c:dd49:44c7:396:88a1:96ec:344a:7f00/48,
+ 620c:dd49:44c9:faaf:55a4:3050:63c2:4300/48,
+ 620c:dd49:44cf:1396:e266:9459:4b4:f700/48,
+ 620c:dd49:44ec:5c3d:c50a:a287:4bba:7c00/48,
+ 620c:dd48:3a2c:e09a:3619:1043:855:7a00/48,
+ 620c:6e89:e311:92f5:fcad:dde5:2161:7e00/32 le 48,
+ 620c:471a:d13d:bc48:5f9c:8cd:6e68:9900/32 le 48,
+ 620c:141b:1ca1:b25c:e9f3:b7cc:c91c:6100/48,
+ 620c:7ff:b667:6989:3904:4f17:5191:1300/32 le 48,
+ 620c:b0f:ed7b:746c:4301:96a6:fcab:cd00/29 le 48,
+ 620c:cce:2074:efc5:c213:57a9:3430:5000/32 le 48,
+ 620c:2b95:91ba:315d:7f17:299b:193a:1700/32 le 48,
+ 620c:394b:b148:8c1e:3835:9f54:cebc:7100/48,
+ 620c:394b:b155:3f11:83fa:d2b:d9e2:aa00/48,
+ 620c:3f50:ea49:20c2:a3e0:94da:e38:6e00/32 le 48,
+ 620c:3cff:9547:3214:9e86:493a:66f0:ff00/32 le 48,
+ 620d:6348:c664:26b7:d94e:4c00:6c13:fd00/32 le 48,
+ 620d:634f:2ed4:a3d6:184f:bfcd:5afa:f500/32 le 48,
+ 620d:628f:36ce:f123:7d9a:f474:eca9:1800/48,
+ 620d:64a1:cec3:834c:ff4d:2963:f1c1:f800/48,
+ 620d:64a1:cec5:37e6:37b2:2458:5d41:8600/47 ge 48 le 48,
+ 620d:64a1:cec7:e29:df99:149c:9388:a100/48,
+ 620d:64a1:cec8:2a00:3400:505b:d978:aa00/47 ge 48 le 48,
+ 620d:64a1:cecc:a822:cc72:30:a099:4a00/47 ge 48 le 48,
+ 620d:64a1:ceeb:dc04:9175:abbc:b969:b400/43 le 48,
+ 620d:6787:d317:2575:f5b3:6184:a6a:e600/45 ge 46 le 48,
+ 620d:6787:d3bf:270:1160:3220:7206:2c00/48,
+ 620d:39e5:c424:d810:1623:b1fb:aa23:9100/48,
+ 620d:3b4a:3bec:d9f1:93b6:38a2:b925:5f00/48,
+ 620d:2b51:318f:1b90:1f4d:f93a:b2d4:3b00/48,
+ 620d:2b51:31b8:2102:69e3:5682:bf5e:6400/48,
+ 620d:2b51:31b5:10c3:f9ec:6279:425c:8000/46 ge 48 le 48,
+ 620d:2b51:31f8:71bf:ce04:fb7d:e60d:1e00/48,
+ 620d:2b51:31fb:c626:349c:3309:f08e:e300/48,
+ 620d:2b51:31c1:e596:b916:b9c5:f55f:8900/48,
+ 620d:2b51:3179:403d:3634:309f:b87e:a600/48,
+ 620d:2b51:315c:60db:dcf6:e253:44c2:bc00/48,
+ 620d:2b51:315b:4cee:3c5c:2c97:8bc6:8200/48,
+ 620d:2b51:3147:60d7:1855:56e7:9dbe:c900/48,
+ 620d:2b51:b410:e6d0:4538:d17e:c996:8200/40 le 48,
+ 620d:174b:589d:c21e:accf:2687:4add:af00/32 le 48,
+ 620d:83cb:e542:6431:404e:caac:866d:e800/32 le 48,
+ 620f:f9ce:6dc4:5e19:dcb5:86e:b0e9:6600/32 le 48,
+ 620f:f8fa:e130:dcb0:6f77:6a13:55c8:5600/48,
+ 620f:fb33:27c:683f:fbf8:9ffa:d102:e500/32 le 48,
+ 620f:fb31:894a:f91b:ec64:55bb:5075:8e00/32 le 48,
+ 620f:fc50:2007:2e85:4bb7:620e:9585:3300/36 le 48,
+ 620f:fdc6:ea85:bbf:41b9:b185:d059:200/32 le 48,
+ 620f:f347:f051:34f5:b395:511d:d0f0:3c00/48,
+ 620f:f619:3689:ed16:ae46:fb96:c5f6:7500/48,
+ 620f:f692:6867:89af:51d4:42fe:521:c500/32 le 48,
+ 620f:e78e:9efb:4994:51e7:b852:e379:1d00/48,
+ 620f:cd5b:5198:ad8b:a2db:bb8b:ef3c:200/29 le 48,
+ 620f:ce55:9d2e:29e3:aa2d:1cd4:53ea:ee00/32 le 48,
+ 620f:c79d:4655:5b3d:5cc5:7d74:255e:4600/48,
+ 620f:c750:96e6:82c6:4b20:21e0:c62e:d900/31 ge 32 le 48,
+ 620f:c757:4bbf:9239:1f58:5c34:b2c:f400/32 le 48,
+ 620f:c362:c9f6:1618:5931:47f3:412d:6200/48,
+ 620f:c362:fdfb:e542:ca6a:6246:5ea6:9400/48,
+ 620f:c366:4a98:ebd:c76f:8e6e:ac08:b000/48,
+ 620f:c367:404f:ca0f:35e2:4183:320f:3700/48,
+ 620f:9f60:6a0c:7343:3361:c1d1:c952:ff00/48,
+ 620f:9793:c783:ba84:2375:f983:e48e:fc00/32 le 48,
+ 620f:ab94:2608:fe8a:68fa:d97:1e67:1a00/48,
+ 620f:ab94:244d:a097:5bc1:67aa:10c6:c800/48,
+ 620f:ab94:2444:5e13:4bb0:1634:85b:ce00/48,
+ 620f:ab94:2afa:5972:dc0c:1171:8720:8900/48,
+ 620f:ab94:2aff:3596:a8f8:42c3:7fd4:a800/48,
+ 620f:ab94:2af6:9407:a60c:a110:23fc:3900/47 ge 48 le 48,
+ 620f:ab94:2af3:4bef:a04c:9459:e6f7:ce00/48,
+ 620f:ab94:2ae3:49b9:b6e9:d2c5:8d33:f00/47 ge 48 le 48,
+ 620f:ab94:2ae7:9d80:c6d6:aed9:7237:9900/48,
+ 620f:ab94:2aea:e539:d7c1:5da5:6a93:7400/48,
+ 620f:ab94:2aed:ad7b:fdc4:7dab:275f:b100/48,
+ 620f:ab94:2ad8:b8de:289:ba63:31e5:9400/48,
+ 620f:ab94:2adc:bbb:bb09:94bd:be8b:a400/48,
+ 620f:ab94:2c9b:f191:a762:b125:a7fe:e200/48,
+ 620f:bb27:a2ce:e791:4389:45ab:213e:5500/32 le 48,
+ 620f:7cf5:b3f8:aa72:249e:ef92:9b42:9f00/29 le 48,
+ 620f:77c9:ce53:a60c:6890:839d:9676:a700/32 le 48,
+ 620f:6429:53ef:7f7d:42a3:c493:1264:d600/29 le 48,
+ 620e:3584:6956:bb63:6e36:35e8:4b2e:2000/32 le 48,
+ 620e:3b90:abe3:c25e:761f:29ad:2fc:7500/48,
+ 620e:110d:8012:d43e:fbba:aa1b:d93:ff00/48,
+ 620e:51cd:96a1:a5d5:fa76:3549:b956:b400/32 le 48,
+ 620e:5639:e0a5:5216:f2d7:2b9f:a33c:eb00/31 le 48,
+ 620e:5c3d:83be:ee22:bb92:2d77:6d20:f400/32 le 48,
+ 620e:6c67:d053:d03c:227b:bc0e:26c6:fd00/32 le 48,
+ 620e:6c66:7ca1:cc8:fba0:7678:8d4b:2900/47 ge 48 le 48,
+ 620e:6c62:8039:f2ec:bc3e:8fde:1d41:d500/47 ge 48 le 48,
+ 620e:ab8f:18cc:bb51:59a4:6bff:ca4d:7f00/32 le 48,
+ 620e:ada6:e624:e4a5:454e:5429:52a1:5700/36 le 48,
+ 620e:ada6:dc65:26c0:86c7:c712:aa11:8200/36 le 48,
+ 620e:a329:9b24:d1ac:6206:24ed:9cd7:d000/32 le 48,
+ 620e:b9e9:3583:d177:bca9:2780:c449:8a00/48,
+ 620e:b9e9:3581:8931:3222:6a38:d7ad:1700/48,
+ 620e:ba3e:faba:67ef:faa0:ffae:6bcf:b00/32 le 48,
+ 620e:8138:727c:dee4:b392:2cf9:4e2a:2e00/32 le 48,
+ 620e:d5d6:ed93:f572:96d2:2e3a:bbfe:d800/47 ge 48 le 48,
+ 620e:d5d6:ed90:dbc:8896:d734:e71d:6f00/48,
+ 620e:d5d6:ed94:a057:4800:cdef:806c:6000/47 ge 48 le 48,
+ 620e:d5d6:ed96:d684:28b0:630f:bb20:6800/48,
+ 620e:d5d6:ed99:a071:7c0f:ef19:448c:7c00/47 ge 48 le 48,
+ 620e:d641:eaf7:2b07:bc55:9a45:a8a:5200/48,
+ 620e:d641:eaf5:d146:cb1:fa62:a8bc:a900/48,
+ 620e:d641:eafb:c272:3be6:31d4:d942:1a00/47 ge 48 le 48,
+ 620e:d641:4722:a1af:ae05:ef16:9eea:c800/48,
+ 620e:d641:4701:17b8:f144:cd14:4084:6900/48,
+ 620e:d641:4703:9df7:6699:bb84:fa6a:f800/47 ge 48 le 48,
+ 620e:d641:4712:34dd:82fb:c3df:30c5:4000/48,
+ 620e:d641:4757:1d3b:ff3f:af7b:9114:8600/48,
+ 620e:d641:4755:541a:1351:8570:7c3f:9400/47 ge 48 le 48,
+ 620e:d641:4750:9eec:4b5e:c232:2ad5:6500/48,
+ 620e:d641:4742:673f:787c:78eb:87dc:4400/48,
+ 620e:d641:4740:31c3:c652:1d7c:1e83:5c00/48,
+ 620e:d641:4797:20d6:49fc:e148:4e07:aa00/48,
+ 620e:cb4e:4118:ac72:b18a:71be:1074:b100/38 ge 40 le 48,
+ 620e:cb4e:45b3:85db:fbda:54a0:4144:a200/39 ge 40 le 48,
+ 620e:cb4e:46d1:dc5f:3c5d:d3a1:f2ad:4800/40 le 48,
+ 620e:cb4e:5762:698c:4f8e:dbe2:1173:1d00/40 le 48,
+ 620e:cb4e:50e6:8749:72d0:731b:600d:dc00/43 ge 44 le 48,
+ 620e:cb4e:50ca:3122:58a2:f583:c124:4300/44 le 48,
+ 620e:cb4e:e0dc:c1ce:6b:ffa7:d490:4400/48,
+ 620e:cb4e:e0df:51a2:e1d0:ad1a:687c:3000/47 ge 48 le 48,
+ 620e:cb4e:e0d9:9d0f:b81:6cb0:5e58:5500/47 ge 48 le 48,
+ 620e:cb4e:e0da:e45f:5d86:9ff4:c11b:9f00/48,
+ 620e:c1fd:b711:df8a:ef44:29e0:ba02:f700/29 le 48,
+ 620a:a19d:7152:f52a:d608:1a1d:166f:4300/31 le 48,
+ 620a:813d:bdd7:82f6:d452:e860:2f43:e100/48,
+ 620a:813d:bdeb:c5c4:a7f0:eb7e:39ec:8a00/48,
+ 620a:813d:b9f3:fc07:4a98:1d39:3553:8f00/48,
+ 620a:813d:b9ee:fd4b:9d90:dcd1:2910:bf00/48,
+ 620a:da8a:c78a:d294:f2bc:8ce8:4a36:e700/48,
+ 620a:d42f:8ff0:da03:fa00:a867:eddc:a300/32 le 48,
+ 620a:d42e:d6f2:b9c4:fc75:276f:a64b:e000/40 le 48,
+ 620a:d42e:d969:b6e4:6875:305b:1b47:6a00/48,
+ 620a:d42e:fa99:3f03:5ff8:db28:7dca:ba00/48,
+ 620a:d42e:fa8e:4360:b78f:38e9:a3e4:1500/48,
+ 620a:d42d:3c4c:c2fb:3dd0:ae8f:5b24:3900/31 le 48,
+ 620a:d42a:b739:1cc8:2263:b1ed:d1c6:be00/30 le 48,
+ 620a:e787:4d2d:25a:3bce:b193:9146:1f00/29 le 48,
+ 620a:130f:6ff:bae7:20c9:1ac9:7682:6300/29 le 48,
+ 620a:1c3:b3f3:648d:ee69:5368:c7aa:6300/48,
+ 620a:2ea2:3f54:2aeb:ee:2f65:8d2:1500/48,
+ 620a:2ea3:5d0f:b950:de6d:3581:c3c9:c600/48,
+ 620a:3f6a:7cb7:4d88:edb3:2e54:750e:7e00/29 le 48,
+ 620a:5e2a:84bf:f817:5273:6c9a:6741:ad00/29 le 48,
+ 620a:5124:9e00:e253:821a:2732:8fe6:d00/29 le 48,
+ 620a:7aa1:1538:3e6:1da7:1796:630c:5000/48,
+ 620a:7aa1:1513:2635:91f8:3ab7:99b4:1200/48,
+ 620a:6821:afa1:e505:a40c:fc1d:945b:2d00/48,
+ 620b:5d76:1002:a789:dc3f:fe6:2de7:7700/29 le 48,
+ 620b:e16:1e3d:cc9b:cbcf:7cd3:7a16:cd00/29 le 48,
+ 620b:b79:4a32:34f1:c0b1:adc3:2fc3:dc00/48,
+ 620b:b79:4a3d:7e6f:9373:8302:8533:cb00/48,
+ 620b:b79:4a3a:aa08:60d2:3aed:7da:5700/48,
+ 620b:b79:4a22:f5ff:273:4f73:824d:5600/48,
+ 620b:b79:4a20:1d6e:795c:a98a:d5e9:d200/47 ge 48 le 48,
+ 620b:309e:1399:7876:aa75:6152:ea96:6200/29 le 48,
+ 620b:3666:35fd:c52f:1523:dd24:24a5:6c00/29 le 48,
+ 620b:aaa0:6dd1:f2da:f108:98c0:499e:b000/32 le 48,
+ 620b:aaa1:8ff6:8ff0:4cb8:e5ff:f6f4:2700/48,
+ 620b:aaa1:8ff1:9163:e590:8a79:a15a:1000/48,
+ 620b:8627:be7e:69be:1dcd:a290:a8b7:9300/48,
+ 620b:8626:c8f9:9d5c:2d03:ceb7:7584:de00/48,
+ 620b:8623:5477:dc61:4bf4:ef76:f4a5:5800/47 ge 48 le 48,
+ 620b:8621:f0e8:ed6f:413c:793a:cf51:3c00/31 le 48,
+ 620b:8ba9:8418:6134:6544:5f23:410c:3d00/32 le 48,
+ 620b:eb10:6b3b:9765:671a:f252:95e8:5e00/32 le 48,
+ 620b:c54d:8fca:b3cb:7b23:e86e:c2cc:6c00/29 le 48,
+ 6209:9ca8:6e2:d191:802a:853d:de41:cf00/47 ge 48 le 48,
+ 6209:9caf:abf2:818:5eba:2649:f5a0:6300/32 le 48,
+ 6209:e237:9835:87d7:c8c:11dd:aa2b:4c00/29 le 48,
+ 6209:f541:beb4:de7:bf38:b2a9:d4cd:9300/48,
+ 6209:f541:be86:ba8a:7595:9606:6f44:200/45 le 48,
+ 6209:f541:f6da:a746:1a86:88a6:1508:4f00/48,
+ 6209:f236:3aae:e021:ea83:6638:96c0:f00/29 le 48,
+ 6209:d69a:2208:a4a5:61f3:2c:3700:bf00/29 le 48,
+ 6209:d14c:e2ea:221b:ff3f:a34:cf61:3100/48,
+ 6209:df21:e70f:30c6:cb51:a5a9:5462:9600/29 le 48,
+ 6209:dbd1:a558:459e:d8ad:5111:d454:e100/29 le 48,
+ 6209:c55b:6a6d:780e:1103:b470:b7c8:b400/48,
+ 6209:1bdc:bd90:e51:ea41:da4e:d91d:c900/48,
+ 6209:1bdf:8468:eb0c:f1d3:b59a:32e1:9300/48,
+ 6209:1bde:f4f7:b094:f8b4:af27:e5f5:c000/38 le 48,
+ 6209:1bdb:75ca:507b:5c5c:ae6c:3878:8f00/46 le 48,
+ 6209:1bdb:38ef:ab:5697:eed4:7979:1400/48,
+ 6209:1bdb:38e3:d0f1:af63:c6e4:85a1:6d00/48,
+ 6209:1bdb:38e7:dc6e:9aef:3a90:ac9e:8400/48,
+ 6209:1bdb:38f1:d6ee:ed31:a7a8:8998:2600/48,
+ 6209:1bdb:38f3:fb43:258b:c32:8cf8:7b00/48,
+ 6209:1bdb:38f5:66d:200b:d333:4c1d:200/48,
+ 6209:1bdb:38d4:6f6a:d6ba:fc9b:6b46:3b00/47 ge 48 le 48,
+ 6209:19dc:fcb3:8488:6490:610:b1e2:ce00/48,
+ 6209:1613:9e00:64e1:8d6a:f411:4f7b:f500/47 ge 48 le 48,
+ 6209:1613:9e03:29d:5d0c:4854:62e9:7900/48,
+ 6209:1613:9e06:c03a:43b5:b7bb:d872:6300/46 le 48,
+ 6209:1613:9e0e:ec0b:8e5c:964d:c0e6:ea00/48,
+ 6209:154c:2ccb:ba9e:ce6b:93f0:252b:7500/44 le 48,
+ 6209:e3e:5678:554a:c605:988d:a4dc:f300/29 le 48,
+ 6209:977:4355:8268:82d3:add6:1d51:e800/30 le 48,
+ 6209:970:2ca:e1fb:7ddb:66b2:7914:b300/32 le 48,
+ 6209:9ad:559e:52bb:ffd6:26ec:2b88:6300/32 le 48,
+ 6209:9af:44e5:3b75:557e:5f08:454c:cd00/32 le 48,
+ 6209:2e4f:d106:64c3:651e:a276:21e3:1200/32 le 48,
+ 6209:2e4c:db1b:f5a:6485:8c9f:5a65:c00/47 ge 48 le 48,
+ 6209:2e4c:db33:5338:18e6:bc7f:2b7b:8500/47 ge 48 le 48,
+ 6209:2e4d:37e9:b2b8:a10e:69e4:f3fa:2a00/32 le 48,
+ 6209:3faa:ed82:7202:4f1c:940a:3d8a:8e00/32 le 48,
+ 6209:4426:435:7865:4ab6:2887:8cbd:d600/48,
+ 6209:4426:43e:cb35:10a9:eef6:2b13:5400/48,
+ 6209:4426:42c:9512:bdcf:6181:536e:9500/48,
+ 6209:4426:42f:4bcf:156c:59d2:291e:5f00/48,
+ 6209:4426:420:4d44:6fe6:95cc:35e8:9400/48,
+ 6209:4426:414:7281:7fcf:8803:89d7:1900/48,
+ 6209:4426:1c13:ceef:6e7e:75ce:4238:f000/43 le 48,
+ 6209:4426:1b26:4b1f:a82d:8dd5:8d95:c500/48,
+ 6209:4426:1b2c:89ab:2d96:4528:78d3:2200/48,
+ 6209:4426:248c:61ce:be4a:128:c848:fe00/48,
+ 6209:4426:2485:6ac9:285a:fa52:b4f1:fc00/48,
+ 6209:4426:2553:1018:a4bd:4eab:1219:4000/44 le 48,
+ 6209:4426:27ce:2b25:d365:a88b:abba:5f00/44 le 48,
+ 6209:4426:2368:d9c5:3709:1a11:7e77:7200/45 le 48,
+ 6209:4426:2367:d3c0:674a:e90f:d29b:3400/48,
+ 6209:4426:28e5:8e3c:2f0e:b8d3:bd3b:d300/42 le 48,
+ 6209:4426:29e5:c13f:ee67:495a:2e8d:5b00/48,
+ 6209:4426:29e6:4892:67fe:3561:795e:8400/47 ge 48 le 48,
+ 6209:4426:29e3:1f66:9cf2:dc0a:cae5:3600/47 ge 48 le 48,
+ 6209:4426:325d:27e2:2b51:a8fc:dfb9:4400/44 le 48,
+ 6209:4426:3ce4:b785:7812:7063:c5e0:4100/44 le 48,
+ 6209:4426:42b7:8a79:d3c:40a5:264d:4f00/48,
+ 6209:4426:4320:2cfc:71ae:e800:df3b:da00/40 le 48,
+ 6209:4426:45ff:f973:80c9:4689:9e5c:1c00/40 le 48,
+ 6209:4426:5c1a:5b4f:a6f0:7197:53c6:4200/47 ge 48 le 48,
+ 6209:4426:5c18:375b:bd82:1b6a:54ab:de00/48,
+ 6209:4426:5fc3:b7d4:5288:e6b8:1409:e300/40 le 48,
+ 6209:4426:5aad:7b7:196d:dc17:a900:ec00/44 le 48,
+ 6209:4426:6917:4a14:311d:8e2a:d499:9e00/44 le 48,
+ 6209:4426:6bfc:b223:fb77:f684:de99:2e00/48,
+ 6209:4426:6bfa:32a:8179:af3a:a212:4a00/48,
+ 6209:4426:6bf5:ff6c:6ca5:8c06:28ae:b500/48,
+ 6209:4426:6bf2:cd9f:4e28:d0dd:8c68:ec00/48,
+ 6209:4426:6bf1:f8eb:e6f7:b558:6593:7e00/48,
+ 6209:4426:6e09:f8af:7a5f:f6e7:7999:4200/44 le 48,
+ 6209:4426:6c83:8364:1bf4:389c:4f51:9700/44 le 48,
+ 6209:4426:6347:60fe:c2db:c7b0:a17:1e00/44 le 48,
+ 6209:4426:7d37:eb1:2a11:9ffa:3fdf:1000/40 le 48,
+ 6209:4357:53d5:9386:8c77:5ede:4ec7:cd00/29 le 48,
+ 6208:1c97:6607:3af4:7dc2:40f:ab64:be00/29 le 48,
+ 6208:dba:1861:d08d:7c77:913:1516:8700/29 le 48,
+ 6208:753:de79:d964:220e:4126:75a0:2200/48,
+ 6208:753:c5e6:2706:f20d:fd9f:3ee1:7300/43 ge 44 le 48,
+ 6208:753:c5c9:d4cc:b1ad:b2c0:5589:db00/48,
+ 6208:753:c5c6:2566:f251:752d:f76f:3600/48,
+ 6208:753:c5c5:4e19:b429:9b42:96b7:4000/47 ge 48 le 48,
+ 6208:753:c5c2:b131:dbb4:1a3e:f560:1c00/48,
+ 6208:753:c593:527a:d305:cbdd:e466:e300/44 le 48,
+ 6208:750:43f2:b89b:7dd2:69da:3a64:9900/48,
+ 6208:750:43f6:280a:96ff:febb:4e08:e700/48,
+ 6208:750:43ff:c5b1:ea6:553b:825c:f200/48,
+ 6208:751:93cf:c96b:166c:3f81:66a2:2600/32 le 48,
+ 6208:757:93e5:a82d:8448:9c84:8897:6f00/43 le 48,
+ 6208:757:959a:440d:ee7b:77c1:3c0e:8a00/40 le 48,
+ 6208:757:9d0a:6aee:e88a:fb3e:d30f:2900/40 le 48,
+ 6208:757:867d:e752:77a4:ba21:2ff0:4400/48,
+ 6208:757:8494:1a6d:7b70:e262:7e6c:f100/40 le 48,
+ 6208:757:8a28:5b6c:9915:a51a:e198:8d00/48,
+ 6208:757:8a2f:6a14:f7b7:875a:847e:7d00/46 ge 48 le 48,
+ 6208:757:8a22:66d7:d20:9a6c:7f17:2100/47 ge 48 le 48,
+ 6208:757:8a21:8af9:3048:aa96:5c1f:400/48,
+ 6208:757:bf94:d3a4:72da:1cee:a410:5a00/48,
+ 6208:757:ba30:a7a3:7443:89da:7b39:2f00/40 le 48,
+ 6208:757:aa87:de7f:ce4:563d:6b91:4c00/40 le 48,
+ 6208:757:aff8:d5e7:6e47:df06:acfd:6200/40 le 48,
+ 6208:757:a44b:86d7:2bcc:d5dd:f66d:8d00/40 le 48,
+ 6208:757:e291:ed06:56b8:dd2:a413:ec00/43 ge 44 le 48,
+ 6208:757:f202:fbc8:219f:62ec:8da3:db00/39 le 48,
+ 6208:757:c067:a60:7c56:61d:5e5d:6300/48,
+ 6208:757:c065:7e27:aed6:2527:c954:7400/48,
+ 6208:757:c19f:7ac9:7686:bff9:5913:3b00/40 le 48,
+ 6208:757:c333:4163:50b6:ba76:ff68:3400/40 le 48,
+ 6208:757:c7ef:86fa:b89a:8a23:7f38:a800/39 le 48,
+ 6208:757:c450:8eb1:d6fb:b2a2:640e:de00/40 le 48,
+ 6208:757:ca9a:a53c:43fb:dfbe:41b0:7900/39 le 48,
+ 6208:757:d6fa:416c:e919:9277:ca80:ba00/40 le 48,
+ 6208:757:78c4:20de:1632:9c2c:383b:9100/39 ge 40 le 48,
+ 6208:757:6403:c78b:b108:8c7:803e:4d00/40 le 48,
+ 6208:755:bdda:ff3d:c445:a158:3a50:8600/32 le 48,
+ 6208:3fef:d013:8950:29cd:fa56:a9be:2400/35 le 48,
+ 6208:3fef:9b9f:7a68:1239:700e:6f42:dc00/40 le 48,
+ 6208:3fee:390:b532:9795:cf8:be87:cb00/48,
+ 6208:3fee:38e:309c:a778:4bac:c903:c600/44 le 48,
+ 6208:3fee:8d30:a323:4008:119e:85cc:bc00/48,
+ 6208:3fee:b07e:b002:fe60:7b32:ea94:c700/43 ge 44 le 48,
+ 6208:278f:7dd7:c99:6cae:235e:9dd7:1a00/32 le 48,
+ 6208:278c:b5d7:21ad:cbcd:fb10:3b45:dd00/31 ge 32 le 48,
+ 6208:278a:64bd:1484:267a:185b:a1d2:ea00/32 le 48,
+ 6208:66f5:d81c:e8ff:f2b2:ee20:81c3:b900/36 le 48,
+ 6208:63bb:15aa:8ad2:9180:9cfa:76d9:4f00/48,
+ 6208:63bb:15a6:bf33:47a9:fdda:4dee:b400/48,
+ 6208:63bb:a6d4:db00:119b:350a:bc8b:a200/48,
+ 6208:6d6b:68b2:86d5:7353:29ed:b62a:5900/48,
+ 6208:732b:c094:59b6:5499:2af3:7c1d:3f00/32 le 48,
+ 6208:78c2:9108:a994:6047:7b75:972e:9500/43 le 48,
+ 6208:78c2:9144:ae76:1bfb:11e3:9758:4c00/43 le 48,
+ 6208:78c2:9163:629d:3821:ea20:5f4c:4f00/48,
+ 6208:78c2:c03e:a450:628c:e6f3:8f44:3800/44 le 48,
+ 6208:78c6:bc83:30a4:9709:9c7f:36c1:6000/40 le 48,
+ 6208:78c6:83c6:55cb:b638:2f6b:8b95:100/44 le 48,
+ 6208:78c6:83dd:5bab:a1ac:5a2e:b07d:5500/48,
+ 6208:78c6:82a8:7cae:57e4:2d8c:348d:7100/48,
+ 6208:78c6:8cb8:581b:b8e0:f569:32e3:ee00/38 le 48,
+ 6208:78c6:8afd:e83d:54c3:e332:4930:4400/40 le 48,
+ 6208:58c9:4204:28b1:cef5:3ab9:8504:9900/29 le 48,
+ 6208:584e:93f0:fa7c:b2c6:7c6b:cfdf:d800/32 le 48,
+ 6208:dc75:aa3f:8d85:ec3f:29b5:b702:d100/31 ge 32 le 48,
+ 6208:c974:a7c2:f39c:5659:6c7a:648:c500/47 ge 48 le 48,
+ 6208:c974:a7c9:3a28:cac:7b23:3190:a100/48,
+ 6208:c971:e2d8:4300:2b6f:ae25:9452:4b00/48,
+ 6208:c971:e2d4:8e:437f:4bda:973e:5000/48,
+ 6208:c971:e2d1:529d:a7b5:dff2:21a4:fe00/48,
+ 6208:c971:e2f6:7b2b:a6e8:9471:4ff:4e00/48,
+ 6208:c971:e2e1:6802:50e0:1916:ccc8:2f00/48,
+ 6208:c971:e2aa:b0a9:7ae6:b9a6:22e6:6700/48,
+ 6208:c971:fcb2:d374:32f8:3709:1f7:1100/48,
+ 6208:cbbc:585c:ebd5:ec42:86b6:b732:1600/29 le 48,
+ 6208:ed59:dedd:9b75:4f43:cdf5:f96c:a900/29 le 48,
+ 6208:ec3b:1cce:5349:34c2:31b8:f61a:1600/48,
+ 6208:f1d8:9526:95ed:9c17:1c95:5d89:6900/29 ge 32 le 48,
+ 6208:833f:aad7:8dc4:8e59:92e8:a8a9:0/29 le 48,
+ 6208:8549:b345:402:165a:8a7b:b72a:7f00/44 le 48,
+ 6208:8549:a6f7:28c:7:d466:86a7:3600/44 le 48,
+ 6208:8549:a6d5:5838:9831:a4c2:737d:9f00/43 ge 44 le 48,
+ 6208:8549:9e81:c7eb:1593:197:3a09:1000/44 le 48,
+ 6208:a60a:91d1:7446:da59:f297:8f7d:b000/29 le 48,
+ 6208:a5ee:c862:77f6:7ba3:c4fb:6f7a:3f00/29 ge 30 le 48,
+ 6208:bb4c:749:8315:4fe0:8f6f:9b14:a100/29 le 48,
+ 6208:bfd9:76ff:ebf2:aee9:2754:ecfb:9500/29 le 48,
+ 6204:82a6:d49f:9e93:3d10:c85c:535e:5100/29 le 48,
+ 6204:879e:b920:3b4e:89cb:3b0a:e3da:9600/31 ge 32 le 48,
+ 6204:879c:7a8f:5470:73bd:79c8:64:5100/32 le 48,
+ 6204:879b:fead:f59c:f075:9f38:3b4:f900/31 ge 32 le 48,
+ 6204:8799:208c:415:d6f2:4fdf:f326:6800/32 le 48,
+ 6204:8798:593:bdc8:aeb6:21b9:ab6:e00/47 ge 48 le 48,
+ 6204:9fc9:6412:3da3:275:ea57:7b1d:6e00/48,
+ 6204:9fc9:643c:9f79:3b93:2922:906b:8d00/44 le 48,
+ 6204:9fc9:6737:4f84:bc1a:cac0:7555:600/44 le 48,
+ 6204:ab5a:73c8:27ce:1eb7:eab9:eb57:f500/29 le 48,
+ 6204:ee93:89bf:d9fd:62be:208:686e:1900/29 le 48,
+ 6204:e9ea:1836:8cf7:181e:824f:be05:c000/29 le 48,
+ 6204:cbb4:cc24:8ab9:b4d3:4b7a:7e1d:6f00/29 ge 32 le 48,
+ 6204:5f46:99f1:cb60:ac7c:3f86:8419:5900/29 ge 30 le 48,
+ 6204:51e1:8400:8cb6:473d:e682:8c85:9a00/30 ge 32 le 48,
+ 6204:51e7:49f4:fc73:4644:87d9:46da:7b00/32 le 48,
+ 6204:51e5:cdb5:62e5:515:3918:37b7:6d00/32 le 48,
+ 6204:7e92:8fed:4235:6f3a:67cb:c7be:7200/48,
+ 6204:7e90:2f92:e5ba:27c8:df6e:81c:cb00/48,
+ 6204:6bb7:829f:6f7e:47b1:dccb:f60c:2000/48,
+ 6204:6bb7:fe12:3848:f383:7aa6:3226:400/47 ge 48 le 48,
+ 6204:6bb7:fe1e:81b2:2441:4749:2668:f00/48,
+ 6204:6bb7:fe1d:593c:31a1:fcb1:2885:5600/48,
+ 6204:6bb7:cfbb:f1af:e299:ddf9:fddc:8300/47 ge 48 le 48,
+ 6204:6bb7:cf8f:1cc3:48ef:d251:9264:8200/47 ge 48 le 48,
+ 6204:6bb7:cf8d:1d1a:52f4:5bbe:4cfa:ca00/48,
+ 6204:6bb7:cf84:73e6:6097:fcd0:7f24:4300/48,
+ 6204:6bb7:cf86:4f15:4922:2fe9:1ca2:7e00/47 ge 48 le 48,
+ 6204:6bb7:cf82:d587:1a7c:d414:cb74:4c00/46 ge 48 le 48,
+ 6204:67e2:fe81:c853:e547:1cde:6170:9e00/29 le 48,
+ 6204:63e4:d866:c98d:9093:5154:d6c7:7e00/48,
+ 6204:63e4:c7af:a3db:a151:aec5:16ad:6d00/48,
+ 6204:63e4:c7e9:a027:ddf4:5b81:2319:cf00/44 le 48,
+ 6204:63e4:c464:e213:e68f:3665:8cdd:3500/40 le 48,
+ 6204:63e4:f4de:a03d:f482:bbe5:4c3c:1e00/47 ge 48 le 48,
+ 6204:63e4:e45e:eebc:700c:6ce7:3c68:8200/40 le 48,
+ 6204:63e4:e74a:73f7:8923:b131:1f1d:8300/39 ge 40 le 48,
+ 6204:63e4:e3cc:3ee3:8b3b:aabf:ba15:3300/48,
+ 6204:63e4:e388:6409:7adb:e8fc:5761:3700/44 le 48,
+ 6204:63e4:e275:591:9f31:3070:3a39:1d00/40 le 48,
+ 6204:63e4:8d67:75e4:53c6:c887:eb52:a100/46 ge 48 le 48,
+ 6204:63e4:8d61:b902:e9cd:b0de:2b0:3100/47 ge 48 le 48,
+ 6204:63e4:8d62:37cd:64ab:3a6c:c99b:5400/48,
+ 6204:63e4:8d68:aa10:a79:9f4e:1429:5000/48,
+ 6204:63e4:8d6a:e4e0:8675:b061:e72a:9500/48,
+ 6204:63e4:8d6f:9341:7e0e:d06e:7ac5:9d00/48,
+ 6204:63e4:8d6c:bab:21ae:1e41:1383:8a00/48,
+ 6204:63e4:8d79:f14e:ef89:a601:17cc:7a00/48,
+ 6204:63e4:8d7b:f2c1:2526:6cc4:e942:e700/48,
+ 6204:63e4:7718:46e9:343d:2a7:44de:4700/47 ge 48 le 48,
+ 6204:63e4:771b:2a2d:bf43:71ea:c1b0:3900/48,
+ 6204:36ae:4185:6f75:c1d4:d29d:e69c:b500/44 le 48,
+ 6204:203d:1d4c:334c:276e:64e3:350:6300/48,
+ 6204:108d:3df8:d66:8d71:c9be:1eb7:4300/44 le 48,
+ 6204:108d:3dc6:96dd:a58d:3270:b56:df00/44 le 48,
+ 6204:1343:1bdf:d7f5:f0ce:230f:c1fb:3e00/47 ge 48 le 48,
+ 6204:1343:1bdc:a856:57ec:925e:1f7a:d700/48,
+ 6204:1237:6fa:7f38:7c04:51bd:e44:c400/30 le 48,
+ 6204:16a8:5e31:454f:5045:598a:27c8:7700/40 le 48,
+ 6204:ba7:cad2:6aef:31ec:22d0:276b:e400/48,
+ 6204:dd4:a1da:516b:dc48:d3fe:7250:d700/29 ge 30 le 48,
+ 6207:6ac1:646b:1d04:906a:8d0b:80c1:1a00/29 le 48,
+ 6207:6019:1f90:a6b0:5027:7625:b3ec:1a00/32 le 48,
+ 6207:f33:9e8a:c2b0:e04e:e1e0:f542:aa00/32 le 48,
+ 6207:79f:570b:8019:8c96:1abf:f43:cb00/29 le 48,
+ 6207:2db2:40fb:b674:453b:2f40:834c:d900/29 le 48,
+ 6207:3625:24ca:18f6:c581:590a:b1c6:ff00/48,
+ 6207:3caa:de4c:3a47:1dd9:c451:90ca:9d00/32 le 48,
+ 6207:b155:4fbc:aa5a:2dfd:a685:a076:8400/48,
+ 6207:b151:a6df:29d7:d5dd:eb1a:bafa:4600/48,
+ 6207:8797:a0a3:ce29:28a1:b643:70b0:cd00/29 le 48,
+ 6207:9587:9e49:463c:5d97:ae7e:ab30:8d00/44 le 48,
+ 6207:9587:220f:a274:ad7:e062:765f:3200/48,
+ 6207:d6f1:8353:319e:1139:b432:3a5f:4f00/29 le 48,
+ 6207:d803:6b2f:d91a:5660:ed0e:fd5f:3e00/40 le 48,
+ 6207:d803:6a3c:e9e:571e:d318:d974:4400/48,
+ 6206:7935:b858:682f:8f67:d5f7:78b6:d600/40 le 48,
+ 6206:7930:a28a:79:1c1e:e48b:faf6:9400/44 ge 48 le 48,
+ 6206:7930:a299:11b9:19b2:150f:edc0:b000/48,
+ 6206:7930:a29b:d01:8b2a:bbb0:a884:3000/48,
+ 6206:7930:a2a4:6d9a:b027:b54b:9481:bf00/48,
+ 6206:7930:a36e:7ca7:75b6:590e:53b4:e100/40 le 48,
+ 6206:7931:f137:1540:a922:63a:7bc:c300/48,
+ 6206:7931:f138:62ad:b3c1:bdff:df73:ff00/48,
+ 6206:6a42:a807:97b8:2f3c:440:375c:6500/48,
+ 6206:5513:92ac:dcb0:b33d:a1e7:9c2c:3e00/48,
+ 6206:5565:5461:2ad5:108d:d65d:a884:9500/29 le 48,
+ 6206:52b8:bc69:96fb:d83e:5a78:af13:7f00/29 le 48,
+ 6206:2fca:990a:b4a0:1f18:144a:b8a4:2500/32 le 48,
+ 6206:2ce0:7284:8b24:2fd0:8c5d:66bc:8b00/48,
+ 6206:2ce0:7292:9732:8a13:873f:57d3:1900/44 le 48,
+ 6206:2ce0:72b4:6f68:b796:8190:864f:8a00/47 ge 48 le 48,
+ 6206:2ce0:72b7:10bb:c9f8:6988:7186:9a00/48,
+ 6206:2ce0:72a0:7ce5:8b6a:98f7:9446:fd00/44 le 48,
+ 6206:2ce0:72dc:3730:2313:608a:ec57:4300/48,
+ 6206:2ce0:72c2:a3d9:38c5:478a:6d54:de00/44 le 48,
+ 6206:2ce0:72ee:1b38:71d7:ea43:d69a:5200/44 le 48,
+ 6206:2ce0:72f3:4cda:eeac:6ea9:c52f:1000/46 ge 48 le 48,
+ 6206:2ce0:7213:f875:5841:da:fcaa:5d00/45 le 48,
+ 6206:2ce0:7206:99df:b7c5:8422:9515:e700/46 ge 48 le 48,
+ 6206:2ce0:7200:105c:f5a0:3ef9:fd40:3000/47 ge 48 le 48,
+ 6206:2ce0:7203:d1fa:ce2c:cb3f:1bbd:3200/48,
+ 6206:2ce0:7208:f71:1cf8:60cd:1b3f:f800/48,
+ 6206:2ce0:720a:ff47:ee2d:d0e6:4ec9:d600/48,
+ 6206:2ce0:720d:8d8c:c6d:7412:9126:8c00/48,
+ 6206:2ce0:7239:98d6:fd86:273e:8ad4:e800/43 ge 44 le 48,
+ 6206:2ce0:7247:b3e4:18a4:3cc2:7c4d:5e00/45 ge 48 le 48,
+ 6206:2ce0:724f:c4fa:a32a:21a:85b6:5300/47 ge 48 le 48,
+ 6206:2ce0:725f:9e8:1190:e6f4:5844:f200/44 le 48,
+ 6206:2ce0:73d6:7c47:4c2f:fbf9:f57a:fd00/45 ge 48 le 48,
+ 6206:2ce0:73df:b9f2:a4b6:3593:2bcf:3600/47 ge 48 le 48,
+ 6206:2ce0:73c6:556:a028:9823:60fa:7700/45 ge 48 le 48,
+ 6206:2ce0:73ca:8588:5346:ec36:cb03:3300/47 ge 48 le 48,
+ 6206:2ce0:73e5:7716:d35f:45e3:8636:6000/45 ge 48 le 48,
+ 6206:2ce0:73e9:832a:2d7b:b75a:1ea:ff00/47 ge 48 le 48,
+ 6206:2ce0:7305:9951:15d6:ab07:db96:7000/45 ge 48 le 48,
+ 6206:2ce0:7308:6b6a:e600:cf96:da20:4600/48,
+ 6206:2ce0:7569:edb:c61e:8143:35c8:a800/40 le 48,
+ 6206:2ce0:741b:523:33fc:3b5a:78a6:8300/42 ge 44 le 48,
+ 6206:2ce0:746d:8ab1:a7a4:3532:7c4:d300/43 ge 44 le 48,
+ 6206:2ce0:608e:3ef3:c934:e66c:cf47:cc00/44 le 48,
+ 6206:2ce0:6e82:1cbb:a40:ad1f:5c37:1000/37 le 48,
+ 6206:2ce1:4208:62d8:49d5:7223:3cda:cb00/32 le 48,
+ 6206:2ce2:528a:4986:fa73:1fc8:8322:fd00/32 le 48,
+ 6206:212f:8f3b:f402:44ab:b21c:b8aa:e200/29 le 48,
+ 6206:21da:c88a:1310:10be:bb31:6da7:f700/32 le 48,
+ 6206:3b5:eeba:4424:f936:4086:88d8:9400/40 le 48,
+ 6206:3b5:ed0a:88d3:8153:159f:f474:a00/40 le 48,
+ 6206:3b4:5109:787d:f3c9:ec8a:9a52:ae00/32 le 48,
+ 6206:a987:76e5:c4cd:a566:7f5c:eb74:4500/29 le 48,
+ 6206:adba:dc9c:33bf:1379:542d:490:8f00/47 ge 48 le 48,
+ 6206:b9ba:ce22:cfdd:68c:3b65:863a:1d00/29 ge 32 le 48,
+ 6206:b1ec:250e:abe6:5f95:87e2:f1a2:c900/32 le 48,
+ 6206:9c55:1e8c:613a:7402:5a53:d007:3700/48,
+ 6206:90c9:942e:7fed:3ce2:70e6:6e42:1b00/48,
+ 6206:90c9:942c:6c6e:5d05:74e:5a28:c900/47 ge 48 le 48,
+ 6206:90c9:942b:35ba:b1c8:2770:afc8:fc00/48,
+ 6206:fed4:582f:25f:e602:d4a:ba02:d400/32 le 48,
+ 6203:6d26:9fe9:bbf5:2309:de3d:4257:8a00/29 le 48,
+ 6203:7a7d:bc9f:b3d4:290a:7426:d425:300/29 le 48,
+ 6203:76cb:bc0e:664a:1c8f:2bf6:1eda:5200/48,
+ 6203:741c:a6fc:7ef5:a67f:bd9b:1701:b000/31 ge 32 le 48,
+ 6203:741e:dea2:a863:21b9:68b8:8e47:3000/32 le 48,
+ 6203:7419:833c:1037:b69e:33d5:392b:7a00/32 le 48,
+ 6203:741a:f3f0:98f6:70b6:917:e548:f300/31 ge 32 le 48,
+ 6203:3d65:7a77:76cb:fa3f:168c:7117:9f00/48,
+ 6203:3d65:96b:8d0f:f21f:1039:4e64:9200/48,
+ 6203:3d65:12d0:829c:8edf:8705:4778:7d00/48,
+ 6203:3d65:a212:cbfc:141a:5d71:8b26:4e00/48,
+ 6203:26e1:d343:5373:8cb1:9fe9:e9e5:c100/44 le 48,
+ 6203:26e1:d33f:589d:a1bc:80ad:3d4b:7300/44 le 48,
+ 6203:2f10:3e45:2346:df9f:840d:fee5:d800/29 le 48,
+ 6203:14da:e137:a058:361c:eebc:7eb:3000/48,
+ 6203:1ef:7788:b2d9:97e0:59a1:6589:1000/30 le 48,
+ 6203:90f6:2eea:bda8:86bd:f9c6:e58a:9800/29 le 48,
+ 6203:826a:6957:3192:a511:24a7:3e07:e100/47 ge 48 le 48,
+ 6203:826a:7d7b:c431:9d9c:5e74:7568:fb00/42 ge 44 le 48,
+ 6203:826a:7d33:cba2:bdea:ed98:e183:b900/43 ge 44 le 48,
+ 6203:826a:7d01:4e92:e09e:26e5:66ed:a00/48,
+ 6203:826a:7d1d:b0aa:66c2:fcd9:9241:c800/44 le 48,
+ 6203:826a:7da7:fc88:8731:df31:7e29:f200/44 le 48,
+ 6203:826a:7dbd:dc26:8899:e0c2:7fa4:9200/46 ge 48 le 48,
+ 6203:826a:7dba:ac3d:cc0d:3c3d:b795:5500/47 ge 48 le 48,
+ 6203:826a:7d94:f847:ee43:29b1:f798:5d00/44 le 48,
+ 6203:826a:e4c8:a5ae:baf5:3a9c:938d:700/43 le 48,
+ 6203:826a:e5e3:5356:1b4d:3399:b9a4:8d00/48,
+ 6203:826a:e5e7:4183:c62c:f0ce:19a7:cd00/47 ge 48 le 48,
+ 6203:826a:e5f7:76ab:5772:cdd2:b5e3:f000/44 le 48,
+ 6203:826a:e5ce:1e23:9a7d:7b04:5af8:9500/44 le 48,
+ 6203:826a:e565:6278:7848:5c04:210e:6a00/48,
+ 6203:826a:e562:ef23:9a8:7f4f:757e:3c00/47 ge 48 le 48,
+ 6203:826a:e561:f025:3827:839d:e44b:8800/48,
+ 6203:826a:e678:56b2:8595:f338:ac91:d700/47 ge 48 le 48,
+ 6203:826a:e66b:3d8:9c07:e40f:31a6:9d00/44 le 48,
+ 6203:826a:e691:9542:c875:9744:b2ac:9200/48,
+ 6203:826a:9f4d:43b5:2255:aefb:67c9:ff00/36 le 48,
+ 6203:826c:98f:835d:e8f9:2677:6cb6:8c00/48,
+ 6203:826f:8803:f521:6073:c671:a913:c800/44 le 48,
+ 6203:826f:8819:fc6c:89d8:7886:975:ad00/48,
+ 6203:83c3:98d9:2f46:b74:ecd3:eef3:f900/29 le 48,
+ 6203:a9e5:a119:95ef:34e1:47d0:404e:1500/32 le 48,
+ 6203:a9e4:4146:6529:a130:ca8b:5e45:6400/48,
+ 6203:a9e4:4145:1215:2126:aab5:41ce:8800/47 ge 48 le 48,
+ 6203:a9e4:4140:2e5b:380e:e0a4:7c25:bf00/46 ge 48 le 48,
+ 6203:a9e4:414b:5de7:6e70:71e0:5a8:3500/47 ge 48 le 48,
+ 6203:a9e4:416f:f408:62e7:1d8b:f49c:f800/43 ge 44 le 48,
+ 6203:a9e4:4115:a0f2:60ef:66a5:6d2b:4d00/44 le 48,
+ 6203:a9e4:4107:711e:bab5:4c5b:99dc:1d00/48,
+ 6203:a9e4:4295:b47:d29c:d856:16af:8300/44 le 48,
+ 6203:a9e4:42cf:4cc7:ac3:e843:fde:5100/44 le 48,
+ 6203:a9e4:42ee:b13c:f206:8acd:b327:2400/44 le 48,
+ 6203:a9e4:4275:ccee:eca1:20c5:4333:ae00/44 le 48,
+ 6203:a9e4:4259:cc6e:e12b:578:67bd:f200/44 le 48,
+ 6203:a9e4:423a:735b:6806:1b91:d63c:4300/44 le 48,
+ 6203:a9e4:47b1:8e48:d003:a43a:bb3c:5100/43 ge 44 le 48,
+ 6203:a9e4:47ed:80de:728:24d2:76d:c300/43 ge 44 le 48,
+ 6203:a9e4:4739:b3ea:5835:6a95:a1fd:d800/44 le 48,
+ 6203:a9e4:4725:cd21:caa4:2bf5:ee01:c500/48,
+ 6203:a9e4:475e:8b43:5442:aae5:2d55:f700/43 ge 44 le 48,
+ 6203:a9e4:460f:a044:aaeb:b2e6:4f10:1c00/44 ge 48 le 48,
+ 6203:a9e4:469e:25ce:9c40:48ab:58a3:5200/44 le 48,
+ 6203:a9e4:4683:b2d7:4e79:e5f5:c3c9:8b00/48,
+ 6203:a9e4:46fc:6394:e39a:5b4b:d3f7:8000/44 le 48,
+ 6203:a9e4:44e0:d16:618b:76ee:8eb3:3800/44 le 48,
+ 6203:a9e4:449c:655f:3fd1:9d9f:fc0f:1d00/44 le 48,
+ 6203:a9e4:442f:8416:22de:2330:854:c200/43 ge 44 le 48,
+ 6203:a9e4:441a:236e:516e:b1c2:ab8d:ba00/44 le 48,
+ 6203:a9e4:4479:c0bc:73aa:e888:2ec:1e00/43 ge 44 le 48,
+ 6203:a9e4:45c4:7d95:98a3:f710:4811:7700/48,
+ 6203:a9e4:45d2:2f06:13d4:ebaf:2cab:2000/44 le 48,
+ 6203:a9e4:45f1:5600:8ac0:dbbd:edfd:4300/44 le 48,
+ 6203:a9e4:458c:de45:478d:346:96a0:ff00/43 ge 44 le 48,
+ 6203:a9e4:4545:b5de:cd2c:1177:5879:3500/43 ge 44 le 48,
+ 6203:a9e4:457f:9c4c:aa1e:8eb5:2cdd:ea00/44 le 48,
+ 6203:a9e4:4519:e8ab:7250:b669:2436:8d00/43 ge 44 le 48,
+ 6203:a9e4:453e:b8eb:763c:8e6d:bba1:1800/44 le 48,
+ 6203:a9e7:bede:97e8:862b:9a9e:a261:1600/36 le 48,
+ 6203:a9e7:a04d:805e:1237:5dd1:8328:d00/44 le 48,
+ 6203:a9e7:9fba:4e71:1f8b:9585:ed3f:f200/36 le 48,
+ 6203:a87b:f227:ff25:90d3:c838:61a9:5400/29 ge 30 le 48,
+ 6203:f01c:138c:4d46:b85f:bd26:75a4:3a00/29 le 48,
+ 6203:ed26:99c2:f883:528d:dfc2:43f6:2100/29 le 48,
+ 6203:e013:ea4d:5f69:4073:2a83:2b3:8000/48,
+ 6203:cab2:3f45:9a77:2776:ad9b:6029:f00/44 le 48,
+ 6203:cfbc:acfe:ace9:6f68:a958:aec8:6400/29 le 48,
+ 6203:c4bc:5aa5:7b95:3723:a017:421e:8a00/29 le 48,
+ 6203:de5f:4bbd:acd2:4ba:e31:9757:3300/47 ge 48 le 48,
+ 6202:ddf6:ae4e:c66d:b5bd:a5e3:339a:3100/47 ge 48 le 48,
+ 6202:d31c:f05e:d840:1910:b542:d80e:2500/44 le 48,
+ 6202:d31c:bcaa:eec8:9c5f:e136:29ec:8900/39 ge 40 le 48,
+ 6202:d6f4:7c0a:9f20:7fdd:9ab8:dd3a:9700/29 le 48,
+ 6202:ef7f:d1c9:6012:582c:9137:c95:5d00/29 le 48,
+ 6202:ee11:3040:f167:ba26:bca3:1d57:400/29 le 48,
+ 6202:e95e:8c78:c3e0:d7ba:5ea5:a10f:7600/44 le 48,
+ 6202:e95e:919d:cd2b:ce96:6e31:73bf:7400/39 le 48,
+ 6202:e95e:9572:2568:2f50:5a89:8dac:9a00/39 le 48,
+ 6202:e894:22a4:1a01:c46e:8f03:3744:4c00/29 le 48,
+ 6202:eb25:5f5:21c6:e9fd:2dcb:b826:1a00/29 le 48,
+ 6202:e375:d35a:f1c8:823e:c24f:596c:fc00/32 le 48,
+ 6202:e377:3be3:99b2:48f6:65d2:53c1:5200/40 le 48,
+ 6202:e371:d806:4ed9:d87:ca5c:b756:ff00/32 le 48,
+ 6202:e372:34e6:6fe1:26cb:2183:2e56:6100/32 le 48,
+ 6202:e53e:a89b:9ac1:ca77:d3bf:192c:e600/32 le 48,
+ 6202:e53c:fe6e:da26:f0da:2183:f101:7a00/31 ge 32 le 48,
+ 6202:e53a:e000:1448:c6b6:fc35:4538:c800/31 ge 32 le 48,
+ 6202:e538:edc0:3736:260f:ab34:a242:2a00/32 le 48,
+ 6202:f971:469:4c30:f0e1:6bbc:601b:d700/29 le 48,
+ 6202:fb9e:66e4:9201:82ad:9580:8189:c900/29 le 48,
+ 6202:f75b:630e:4a25:3a51:b1ee:7534:8800/32 le 48,
+ 6202:90ec:c23a:615e:bd69:8d48:f595:8300/29 le 48,
+ 6202:9dd7:bcce:dd60:f3cd:8f50:7d5:ee00/29 le 48,
+ 6202:8391:ffe:e621:762:9794:da12:7700/31 ge 32 le 48,
+ 6202:a2a7:6630:ca7:54d0:667:824b:2700/29 le 48,
+ 6202:76b:ec27:e549:e124:7af2:395:100/29 le 48,
+ 6202:e53:9494:e65c:1a15:1fe5:cc0d:aa00/29 le 48,
+ 6202:1d7c:5e65:fa64:7b92:b16f:f611:c600/47 ge 48 le 48,
+ 6202:1d7c:5efb:5074:5d81:464:d726:f00/47 ge 48 le 48,
+ 6202:311e:3ae2:78aa:bfea:4cd3:c62c:600/29 le 48,
+ 6202:3066:fde7:ea72:c980:92f6:5dc0:300/29 le 48,
+ 6202:2188:d4f1:b69b:1603:3d67:753b:5400/29 ge 30 le 48,
+ 6202:48c7:197b:c088:5786:932a:a371:2500/29 le 48,
+ 6202:5e98:cdc9:6e24:57ac:5368:e141:5500/32 le 48,
+ 6202:5b49:1200:dfc8:c6bf:66a9:dba0:ea00/29 le 48,
+ 6202:5aaf:24e9:6201:a3b0:8466:d0c1:8400/29 le 48,
+ 6202:7569:de8b:e062:7451:22ef:7b27:b500/29 le 48,
+ 6202:7723:1756:8bed:bf2b:2eeb:c546:5a00/29 ge 30 le 48,
+ 6202:77e9:ae7:e468:cc16:51c3:d5ff:aa00/29 ge 30 le 48,
+ 6202:766c:b891:944c:137b:6958:4b56:a700/46 le 48,
+ 6202:7006:eb6a:54f7:d929:7e14:961b:7800/29 le 48,
+ 6202:6226:2f13:7146:3cdb:f1e2:759:f100/48,
+ 6202:6223:4f3:8b31:7df5:fceb:bcba:9f00/48,
+ 6202:6c96:e685:cf9d:44c3:6d7:ed1c:5900/32 le 48,
+ 6200:785b:5e71:2c5e:2e9e:c393:d952:2d00/29 ge 32 le 48,
+ 6200:758e:3e96:d406:9d8e:5099:8bc9:1100/48,
+ 6200:758e:b70f:68ee:481b:ea7a:6aec:8f00/44 le 48,
+ 6200:758e:b738:6c87:c5de:bd47:a3f2:be00/47 ge 48 le 48,
+ 6200:758e:b759:80f9:27b5:a524:b870:c900/42 le 48,
+ 6200:758c:3889:9bd7:de6e:61ce:2257:bf00/48,
+ 6200:7621:be0d:b861:f777:43bf:f5c3:2800/29 le 48,
+ 6200:7192:2bf5:49c:45ff:bca9:2573:3c00/48,
+ 6200:7192:2e1b:7a1b:4f37:328a:d89c:da00/48,
+ 6200:71c6:dbeb:3f36:1f60:a28f:9bd5:af00/29 le 48,
+ 6200:722e:17d2:51ea:5cc2:134f:8bfa:5a00/32 le 48,
+ 6200:722d:b2dc:3af9:cd6b:f394:b2a0:2300/32 le 48,
+ 6200:60b1:67bc:76a5:a184:f2f:3490:bc00/48,
+ 6200:60b1:67b4:5035:dcdd:dc4e:6ce2:500/48,
+ 6200:60b1:67b0:bc6f:5e3b:e9bc:4337:1600/47 ge 48 le 48,
+ 6200:60f8:5eec:aa1d:5be7:d60a:9ab7:800/48,
+ 6200:5e24:673a:c48b:400a:dae1:db10:3700/29 le 48,
+ 6200:4b4f:655:60e4:8c09:6d07:950b:3000/48,
+ 6200:4b4f:651:bfc4:7e67:39cd:40a7:9700/48,
+ 6200:4b4f:c3c:218b:9d15:ec5d:ba2f:ae00/48,
+ 6200:4abf:d257:67bc:86fc:56c6:a598:6400/29 le 48,
+ 6200:35e3:bab5:67da:97ba:f593:807b:a400/29 le 48,
+ 6200:3297:7364:8ad7:6694:297a:3d8:8400/32 le 48,
+ 6200:30bb:6fd3:5e32:8405:81aa:4144:3900/31 le 48,
+ 6200:30b9:8596:65e2:871b:2c8a:76b1:aa00/32 le 48,
+ 6200:30b8:7e0d:7207:2e8e:e420:5784:f300/40 le 48,
+ 6200:30b8:781f:4b3c:dafe:58f6:40a1:a100/39 ge 40 le 48,
+ 6200:30bd:20b8:c673:3adb:a062:ae10:a800/47 ge 48 le 48,
+ 6200:30bd:20a5:b0ed:f55d:7588:2d6:1a00/48,
+ 6200:30bd:3869:b985:b472:5cd5:3254:a700/39 ge 40 le 48,
+ 6200:30bd:ed4:c251:9a7d:d821:214c:3300/40 le 48,
+ 6200:30bc:4b21:1280:ff90:82bc:6481:f00/32 le 48,
+ 6200:30bf:7b4e:2c49:87e5:4eb1:799b:4e00/39 ge 40 le 48,
+ 6200:30bf:79a3:6bff:ba8:7b3:59cd:9700/40 le 48,
+ 6200:30bf:7ed1:14d4:f6cb:6d2e:472e:e000/48,
+ 6200:30bf:7e13:f17a:8d5b:2b45:8d11:9700/48,
+ 6200:30bf:7e10:2c54:f7bc:a33d:a3b3:8200/47 ge 48 le 48,
+ 6200:30bf:7fb5:1586:b44e:ca17:fc60:5700/40 le 48,
+ 6200:30bf:7d12:cbeb:ad97:2901:f1ca:900/40 le 48,
+ 6200:30be:6b56:ef04:fa6a:a074:b54a:5e00/32 le 48,
+ 6200:397c:9c1:c2fd:a134:4519:4f82:4c00/29 ge 32 le 48,
+ 6200:266a:9e3f:602e:ed2b:6851:6b1d:8500/29 ge 30 le 48,
+ 6200:2cc4:8f62:3b6c:7b67:c786:db18:d100/29 ge 32 le 48,
+ 6200:dee:be04:33ab:3dca:fc5e:d178:4d00/29 le 48,
+ 6200:9f1:791d:e847:820:b715:4455:f400/29 le 48,
+ 6200:1fdf:5bde:7032:659:9f14:5480:de00/29 le 48,
+ 6200:c073:e01:fbe8:3dc8:e20f:8e46:1d00/40 le 48,
+ 6200:c073:4e3f:1c4e:743b:d31e:516c:4600/42 le 48,
+ 6200:c073:7b48:c03:de88:3a47:fb9f:b000/40 le 48,
+ 6200:c073:7849:eff0:f399:2248:9b3:7400/40 le 48,
+ 6200:c073:7d20:1b4b:3909:6266:8cf2:9d00/40 le 48,
+ 6200:c073:7f43:1e65:57f9:9380:15dc:c900/40 le 48,
+ 6200:c073:770e:ad96:2a4f:cbfa:8541:7800/38 ge 40 le 48,
+ 6200:c073:719a:d5b5:43f6:39b2:5a70:4c00/40 le 48,
+ 6200:c073:7050:34cf:92bd:644d:475:1100/44 le 48,
+ 6200:c073:736f:3132:7642:e65:cf3a:a900/47 le 48,
+ 6200:c073:7368:41f5:393:a451:684d:e100/47 ge 48 le 48,
+ 6200:c073:7230:2c5f:12d8:ee21:d36f:4900/40 le 48,
+ 6200:c071:c449:be56:c75f:1a86:3b79:dd00/40 le 48,
+ 6200:c071:f31c:ad16:fc10:5f35:5ccb:1100/42 ge 44 le 48,
+ 6200:c071:f371:1dba:f18c:12be:2188:9e00/44 le 48,
+ 6200:c071:f347:2fa8:a727:a2e:a3e6:c600/43 ge 44 le 48,
+ 6200:c071:f38d:276a:d9b:3d0d:5160:2400/44 le 48,
+ 6200:c071:4cfd:cb80:a09d:4187:7981:7c00/45 ge 48 le 48,
+ 6200:c071:4cf4:612a:b45c:3a64:af48:6c00/47 ge 48 le 48,
+ 6200:c071:4cf7:f1aa:ffd5:6b4d:8cb2:1100/48,
+ 6200:dfb0:4a4f:3b75:2fc:437b:ef02:3900/32 le 48,
+ 6200:dfb4:843a:5b9f:fbab:30d:7703:7400/31 ge 32 le 48,
+ 6200:dfb7:353c:2af9:38d4:2dfc:1bf6:1000/32 le 48,
+ 6200:dfb6:512:d9f:c824:25b7:6bb8:b00/44 le 48,
+ 6200:dfb6:50e:7288:6ad:df96:708c:a400/48,
+ 6200:dfb6:54d:1e22:a51c:8e16:5d8:dc00/43 le 48,
+ 6200:d301:d42e:d449:675e:e605:3081:1600/32 le 48,
+ 6200:f497:3cb9:2657:63f4:61d1:ecbc:700/29 le 48,
+ 6200:fa63:c3e4:f57:1630:b90b:99ae:8b00/32 le 48,
+ 6200:fa67:a0c4:4a30:3683:ffc7:41f5:1d00/40 le 48,
+ 6200:fa67:a4f5:ab25:d4f9:c885:df44:a000/40 le 48,
+ 6200:fa66:4689:e6da:555b:9ff9:d486:7c00/48,
+ 6200:fa66:5dd3:662:ea18:2e24:2b71:800/44 le 48,
+ 6200:fa66:5d3d:47a7:531e:3fc3:c9c3:6600/44 le 48,
+ 6200:fa66:5d15:2ef2:7d07:d960:41f7:9800/44 le 48,
+ 6200:fa66:5d50:d6d3:5765:b0a5:9ea1:1e00/44 le 48,
+ 6200:eb06:3f0:e7df:eed8:d69:cf7b:db00/31 ge 32 le 48,
+ 6200:eb05:24f8:2295:dcce:8c5:c0e4:2f00/47 ge 48 le 48,
+ 6200:eb05:25f6:5414:2169:ca3d:6f6:1200/42 ge 44 le 48,
+ 6200:eb03:22cb:cf9d:f5de:386:ea1a:6900/31 ge 32 le 48,
+ 6200:eb00:2255:9c97:fe70:9b9d:5b6f:c500/32 le 48,
+ 6200:eb01:8234:c87:f16d:464a:1f9:af00/44 le 48,
+ 6200:eb01:8213:1dc6:cad5:dc99:120a:4700/48,
+ 6200:eb01:8217:3775:f3d4:1e2c:b840:5e00/46 le 48,
+ 6200:eb01:821c:bc81:94f3:15a2:b288:3600/48,
+ 6200:eb01:820f:c614:dff1:3ab:987e:3900/44 le 48,
+ 6200:eb01:824b:2e20:20dd:b686:d04f:a500/48,
+ 6200:eb01:8262:3709:b3ef:987e:30fa:3b00/43 ge 44 le 48,
+ 6200:eb01:82ca:7ade:8842:397f:3822:fe00/43 ge 44 le 48,
+ 6200:eb01:82e0:29fd:9405:4f5b:58a8:6100/44 le 48,
+ 6200:eb01:829e:e809:aad2:7655:7534:1000/44 le 48,
+ 6200:eb01:838d:e23b:3b1:82b:6d2b:f000/44 le 48,
+ 6200:eb01:83cf:1cea:9fdd:c137:a4bc:d00/43 ge 44 le 48,
+ 6200:eb01:83e3:196b:f7f9:de6b:2545:9d00/44 le 48,
+ 6200:eb01:8321:b8:b1a7:5e8c:b67e:500/48,
+ 6200:eb01:8325:82d7:1549:2666:c894:5800/48,
+ 6200:eb01:832c:e858:f29b:59fc:4424:7c00/48,
+ 6200:eb01:8309:6b2c:8dd9:31d:caae:8900/48,
+ 6200:eb01:834d:83ad:1cf6:67a6:9a2b:4700/44 le 48,
+ 6200:eb01:836f:1c83:5400:abbd:3623:6000/44 le 48,
+ 6200:eb01:8186:517f:3d86:269a:ada1:5500/44 le 48,
+ 6200:eb01:81c2:7951:be8d:18e0:60a5:9700/44 le 48,
+ 6200:eb01:81d8:b7a1:8493:5b9c:e961:2b00/48,
+ 6200:eb01:81db:f82f:5e49:656:1d98:8700/48,
+ 6200:eb01:81d5:b458:ef93:55f5:ef3a:7e00/46 le 48,
+ 6200:eb01:813e:898c:83e0:2de0:aee5:3200/44 le 48,
+ 6200:eb01:815b:c0de:57e3:b7df:6eae:cf00/44 le 48,
+ 6200:eb01:80ff:7f00:8db2:7c20:1930:3d00/45 ge 48 le 48,
+ 6200:eb01:80f1:d8c1:2bff:6690:a957:c800/46 ge 48 le 48,
+ 6200:eb01:80f7:2617:f4ad:8968:380:2500/48,
+ 6200:eb01:80c4:34ed:4a3e:fca9:7283:d300/44 le 48,
+ 6200:eb01:808e:794a:2308:5e21:d06b:fb00/44 le 48,
+ 6200:eb01:80a0:d409:6f62:4106:79c8:9100/44 le 48,
+ 6200:eb01:8079:b9c7:4fb3:ffc4:3786:ed00/44 le 48,
+ 6200:eb01:8001:b424:611d:5c7d:d316:eb00/44 le 48,
+ 6200:eb01:803e:cc8b:de4f:69c2:25fc:a900/44 le 48,
+ 6200:eb01:8581:1748:ace6:4ce3:c737:4500/44 le 48,
+ 6200:eb01:85c7:bf1e:f1f9:740d:969c:db00/43 ge 44 le 48,
+ 6200:eb01:85f9:6679:4de9:ce2a:e3b:eb00/44 le 48,
+ 6200:eb01:848a:2e49:c3a0:590d:9f29:3d00/44 le 48,
+ 6200:eb01:840a:416:c4f9:9746:e169:5b00/44 le 48,
+ 6200:eb01:8464:5a88:e071:5c4b:b0ea:e300/48,
+ 6200:eb01:8467:2b34:e7fe:fa96:dc1c:6400/48,
+ 6200:eb01:8463:540f:3525:dbdb:4be8:c200/48,
+ 6200:eb01:8461:6709:75e4:158f:2054:1900/48,
+ 6200:eb01:846e:47a:a029:e6d9:2078:c700/48,
+ 6200:eb01:87e5:c938:23eb:d7a9:38da:1900/44 le 48,
+ 6200:eb01:8789:54d7:d73e:ba:53b4:c900/47 ge 48 le 48,
+ 6200:eb01:878e:e40a:f3b1:edbe:b303:3a00/48,
+ 6200:eb01:8783:6d56:3ba3:e2c0:510f:2300/48,
+ 6200:eb01:8784:87d6:405f:77ad:f41f:8d00/48,
+ 6200:eb01:86c3:600d:d464:db93:1779:5700/44 le 48,
+ 6200:eb01:8683:2cce:7fc6:6fc3:f622:1d00/44 le 48,
+ 6200:eb01:8606:1674:73b9:3fcc:c8b3:4b00/44 le 48,
+ 6200:eb01:8679:69fb:fcd9:7940:8439:2e00/44 le 48,
+ 6200:eb01:8651:6d84:4091:4ae6:e0c7:4700/44 le 48,
+ 6200:eb01:8f52:3a95:32a9:66d0:1be7:c700/44 le 48,
+ 6200:eb01:8f67:718e:c192:a87d:b24d:5400/44 ge 48 le 48,
+ 6200:eb01:8ff8:799a:85dd:d0e:bf76:d00/48,
+ 6200:eb01:8ff4:669d:e533:1c87:194e:3500/48,
+ 6200:eb01:8f8b:a6bf:65c3:b928:601:c900/44 le 48,
+ 6200:eb01:8e4d:d75f:4b74:716d:f046:4100/44 le 48,
+ 6200:eb01:8e73:36c2:1d2f:2472:c1b0:9d00/44 le 48,
+ 6200:eb01:8eca:21fa:2a59:2a22:84cb:eb00/44 le 48,
+ 6200:eb01:8ee0:461a:93b2:120e:f804:ba00/44 le 48,
+ 6200:eb01:8eaa:7f21:53cb:9141:8f6d:cb00/42 ge 44 le 48,
+ 6200:eb01:8cb6:f2fe:3a26:43ee:ac64:5600/44 le 48,
+ 6200:eb01:8c91:e5a4:6b2c:b6f6:7586:5900/44 le 48,
+ 6200:eb01:8cc1:6b1f:f783:a82:b4f1:2400/44 le 48,
+ 6200:eb01:8cf7:2425:12b5:5db4:d71e:500/44 le 48,
+ 6200:eb01:8cec:3a53:8218:f7e3:b3c6:3b00/48,
+ 6200:eb01:8c6f:353f:9cbf:a7e8:6fbc:8400/43 ge 44 le 48,
+ 6200:eb01:8c1d:72f0:f479:cacb:7cab:f500/48,
+ 6200:eb01:8c1f:940f:1af3:3af7:4d66:4000/48,
+ 6200:eb01:8c0c:2164:5506:475c:c118:a800/44 le 48,
+ 6200:eb01:8c3f:de0:3633:58f4:bc02:3e00/44 le 48,
+ 6200:eb01:8d85:b2a3:9105:5778:5a93:3e00/44 le 48,
+ 6200:eb01:8da5:4a91:3b96:3ea0:4a43:4000/43 ge 44 le 48,
+ 6200:eb01:8dc1:c9dd:cbd5:72af:85b2:ad00/44 le 48,
+ 6200:eb01:8df6:b417:569f:60c3:ebdb:ae00/44 le 48,
+ 6200:eb01:8de1:5690:83c6:636c:728c:4200/48,
+ 6200:eb01:8d6f:9672:c4db:f051:38cc:e700/43 ge 44 le 48,
+ 6200:eb01:8d2d:7aeb:295e:ec82:b715:400/44 ge 48 le 48,
+ 6200:eb01:8d08:f45e:51c4:8976:6d00:e100/43 ge 44 le 48,
+ 6200:eb01:8ae2:ee3e:6d99:dac4:b790:2100/43 ge 44 le 48,
+ 6200:eb01:8ade:dc90:b53a:5e2f:7f5f:f100/44 le 48,
+ 6200:eb01:8a9c:a902:1019:8e26:a4f4:ee00/47 ge 48 le 48,
+ 6200:eb01:8a0a:bd41:bd91:b9f7:c1ca:6c00/44 le 48,
+ 6200:eb01:8a30:f40c:994f:5be8:9e57:7c00/44 le 48,
+ 6200:eb01:8a57:8c9b:f68e:625a:8775:8300/48,
+ 6200:eb01:8a51:f48b:8428:f5fa:754a:1b00/48,
+ 6200:eb01:8a44:938a:85e3:b1a4:f3cc:d700/44 le 48,
+ 6200:eb01:8b18:924b:e490:c5bc:17fa:fe00/44 le 48,
+ 6200:eb01:8b23:3021:dff0:fa34:6ae4:dd00/44 le 48,
+ 6200:eb01:8b7e:f93b:6349:655d:7fff:6800/44 le 48,
+ 6200:eb01:8b45:f8f5:ce81:1637:be17:8a00/45 ge 48 le 48,
+ 6200:eb01:8bda:2c69:82b0:ae89:d20e:1a00/44 le 48,
+ 6200:eb01:8bc9:f028:d4a1:e18e:7e1f:9900/48,
+ 6200:eb01:8be4:7cd:afb7:5fe9:91d2:3e00/47 ge 48 le 48,
+ 6200:eb01:8b9f:ed83:4cae:9e6c:4c2c:5900/47 le 48,
+ 6200:eb01:8b99:ab00:1de8:c85a:518b:4800/48,
+ 6200:eb01:8b8c:d12f:73ce:deda:fb3d:8600/44 le 48,
+ 6200:eb01:8baf:3e77:7017:4269:cd35:d800/48,
+ 6200:ef1e:9090:6d70:e6c1:38b5:5922:d500/29 le 48,
+ 6200:ec43:5b09:15fe:ca0b:a772:274:4000/48,
+ 6200:eddd:1d8c:f0a3:7ea0:2cae:c734:b600/31 ge 32 le 48,
+ 6200:e32f:e9be:e7c:7e7e:fe8e:5a41:7600/48,
+ 6200:e32f:ad42:adb4:ea9c:b58b:9196:6000/48,
+ 6200:e7b5:6e7e:ad8e:3ac2:7a05:7f70:5400/29 le 48,
+ 6200:e6c3:8aac:7c9:1817:7dd7:3eff:1a00/32 le 48,
+ 6200:a2bc:969e:6fa9:42ae:df26:7891:de00/32 le 48,
+ 6200:a30d:f3a4:1fa7:4fea:6280:2016:8f00/40 le 48,
+ 6200:ac9d:e063:b761:5792:e4c5:9606:d00/44 le 48,
+ 6200:ac9c:403d:7d76:e447:ace4:8e44:ae00/44 le 48,
+ 6200:bf50:3267:19a9:3d02:7e60:11c0:3000/29 le 48,
+ 6200:9d4d:94a2:29d6:7bba:7f2:602:6900/32 le 48,
+ 6200:9d4f:6d3:47d:ab8d:4da:43e5:f800/31 ge 32 le 48,
+ 6200:9d48:d946:bc9d:9a29:6abc:ad9a:ab00/30 ge 32 le 48,
+ 6200:9abf:8778:5d2c:ec15:da3:7e:e00/47 ge 48 le 48,
+ 6200:9abf:877c:74be:332a:4be4:ed54:3200/48,
+ 6200:9abf:877f:c69b:3aba:730c:21de:cf00/48,
+ 6200:9abf:8768:8b2d:df5d:f792:8aca:e900/44 le 48,
+ 6200:9423:5e0b:31af:3cb:8f8f:93a2:c200/35 ge 36 le 48,
+ 6200:9423:fa7d:a7a6:ea30:c430:b20f:a700/48,
+ 6200:89d5:f64e:6b3b:d647:9b72:71f6:e300/29 le 48,
+ 6201:a9a:914c:c98:deff:86f8:be9b:6100/29 le 48,
+ 6201:8e4:3005:a6fd:6809:d9d8:9f79:8800/29 le 48,
+ 6201:c21:118e:bd04:f3f6:29fb:6fe2:3c00/29 le 48,
+ 6201:f29:312a:2af5:1d03:f94d:70e0:d800/29 le 48,
+ 6201:1551:c7bd:c52d:b11:6701:2a99:7100/30 le 48,
+ 6201:3f6a:6cea:52bf:f20c:ea82:1674:2200/48,
+ 6201:2bdb:17d0:4a3f:6ad6:3887:6b82:6300/30 ge 32 le 48,
+ 6201:2fe6:eba3:2663:8d55:46e3:acd:c500/29 le 48,
+ 6201:7b2e:b978:266d:f3fd:f891:d2d9:6900/32 le 48,
+ 6201:7b29:64b3:5691:eb56:97ed:9ac4:8100/40 le 48,
+ 6201:645d:5eb0:c539:f8eb:436d:82ed:4800/31 ge 32 le 48,
+ 6201:645a:c85b:ee11:ede8:dbf1:2835:d200/44 le 48,
+ 6201:6459:a465:ede4:5fe5:44ed:e05d:3100/48,
+ 6201:6459:68fa:a4d0:ac3:2573:b09f:2400/44 le 48,
+ 6201:6459:68c1:140b:da33:1d6f:5cdf:1c00/44 le 48,
+ 6201:6459:689c:8ed4:ea:10d0:d3c9:5400/44 le 48,
+ 6201:6459:68b0:fe92:88d9:b0b:f5c0:a200/44 le 48,
+ 6201:6459:687c:9516:e985:6a6c:302c:2300/44 le 48,
+ 6201:6459:684b:8ce0:1294:44b8:63bc:6a00/44 le 48,
+ 6201:6459:6823:83c0:66b2:7619:e22e:d00/44 le 48,
+ 6201:6459:6e6f:be6f:5aab:3eab:66ab:6100/44 le 48,
+ 6201:6459:6c31:3fb:6c78:8bc1:38e7:4a00/44 le 48,
+ 6201:6a2f:a64a:a1f3:41fb:e5f:cb99:f300/29 le 48,
+ 6201:5beb:5035:b56a:4888:1a7c:51b:f00/44 le 48,
+ 6201:5bed:18b6:8364:5031:4646:775f:ec00/32 le 48,
+ 6201:5c7c:d6c5:96a0:c8ec:4342:5804:8000/48,
+ 6201:5c7c:d6c6:813e:76e9:ac81:7c6:f300/48,
+ 6201:56d3:f3a8:43a7:18c:3e0c:14fd:5400/29 le 48,
+ 6201:53f6:4df5:c1bc:2082:7aed:15b5:f400/29 le 48,
+ 6201:4c99:fb77:fbf0:1ef4:29f1:a107:3d00/44 le 48,
+ 6201:e26e:540e:3210:917d:374f:d307:8d00/29 le 48,
+ 6201:e4bf:7ee3:354f:4ff:909e:9454:8400/29 le 48,
+ 6201:e511:24af:d695:760c:c0af:5e49:d000/44 le 48,
+ 6201:e511:249b:fe7:408e:e260:929b:1500/48,
+ 6201:e510:46f9:b4fd:b5e3:f5ca:632e:2f00/44 le 48,
+ 6201:e510:46c0:7021:c4f1:4cbc:5eff:b00/47 ge 48 le 48,
+ 6201:e510:46c3:7221:84c9:b566:840c:9900/48,
+ 6201:e510:9d5a:a9fd:e311:be88:ce10:8a00/46 le 48,
+ 6201:e510:9d46:a8de:c12f:1288:7bc5:a300/48,
+ 6201:e510:9d3a:6556:e118:90ae:2044:6f00/44 le 48,
+ 6201:e730:fe93:5589:7d89:c461:9f9d:f00/29 le 48,
+ 6201:e692:bc4:c9b6:27fb:c5a5:b2de:5b00/29 le 48,
+ 6201:f329:5174:2c9c:177c:8ec:1ed:ff00/44 le 48,
+ 6201:f4ae:c9b0:28ac:99ff:de41:93af:9400/47 ge 48 le 48,
+ 6201:f4ae:c9b2:8eb0:363:f43:220c:6800/48,
+ 6201:f4ae:c844:fdff:6dea:9d81:d7de:de00/46 ge 48 le 48,
+ 6201:f4ae:c6ac:cd1d:1dc4:ccd8:e15b:3b00/44 ge 45 le 48,
+ 6201:f4ae:c6b6:3809:3b95:e6a1:5998:1700/44 le 48,
+ 6201:f4ae:ae13:bc38:4a2a:bae6:3bff:6d00/48,
+ 6201:f4ae:ae11:45fe:d0a6:46:37b0:ef00/47 ge 48 le 48,
+ 6201:f4ae:ae6b:bdc4:7828:65de:8ff0:9600/44 le 48,
+ 6201:f4ae:a878:27ca:1b66:a675:f6c9:8800/40 le 48,
+ 6201:f4ae:a36f:d4ff:2461:43d9:6413:ea00/40 le 48,
+ 6201:f4ae:a0ca:ae7:37bd:7d97:a02e:9500/44 le 48,
+ 6201:f4ae:226d:cb75:5287:f969:c30:c000/48,
+ 6201:f4ae:226f:2ac9:8fb6:c89d:8da4:1600/48,
+ 6201:f4ae:226b:609f:bb9d:37b4:99d9:3e00/48,
+ 6201:f4ae:2265:fed4:530c:c321:bfe1:b700/46 ge 48 le 48,
+ 6201:f4ae:2261:5502:a7a7:2653:daea:e300/48,
+ 6201:f4ae:2263:3fee:bed7:bcdf:3481:bb00/48,
+ 6201:f4ae:227a:ae9c:178b:8c80:d1a0:1900/48,
+ 6201:f4ae:227e:7db9:cd21:be8c:1fb4:dd00/47 ge 48 le 48,
+ 6201:f4ae:2274:556:7113:63c5:9d3d:7700/47 ge 48 le 48,
+ 6201:f4ae:2276:81c5:6db9:be77:f9a2:bc00/48,
+ 6201:f4ae:2270:a6f2:f51:55f5:22f8:f00/47 ge 48 le 48,
+ 6201:f4ae:225d:7709:8b5d:904f:e89b:6500/48,
+ 6201:f4ae:225f:6488:6736:cc26:c6d0:1400/47 ge 48 le 48,
+ 6201:f4ae:225a:f8b0:ece1:5f27:9c8e:7d00/47 ge 48 le 48,
+ 6201:f4ac:e4c5:bbd5:bd28:bb12:4966:c600/31 ge 32 le 48,
+ 6201:fb81:e3f2:9e44:c4a8:eff5:63bf:4600/48,
+ 6201:fb81:eb41:ac0f:5205:e016:33ed:a900/48,
+ 6201:d0e5:f27a:a919:6dd3:500c:893a:4900/32 le 48,
+ 6201:d0e4:a648:3875:cd45:35b6:9052:c800/40 le 48,
+ 6201:d0e7:75a4:c2ab:d9cc:a16e:49e2:be00/40 le 48,
+ 6201:d0e0:2968:6727:b552:13d6:f618:1a00/36 le 48,
+ 6201:d0e2:a8e1:d65d:c7fb:fc5b:151f:b00/32 le 48,
+ 6201:caa3:ec9:1aec:42a7:bff7:b7b2:5900/44 le 48,
+ 6201:caa1:a8cc:a227:64d7:84f6:68c4:5400/31 ge 32 le 48,
+ 6201:caa6:a892:ae6d:1740:5018:c896:d300/30 ge 32 le 48,
+ 6201:cf9c:fd71:d9bd:4925:f8b8:7f4c:ee00/29 le 48,
+ 6201:a963:a985:cc4c:5036:230:c868:4200/40 le 48,
+ 6201:a967:caf4:f47b:7c36:f8fb:463f:f00/40 le 48,
+ 6201:bb29:9012:1279:f569:914c:d138:3200/29 le 48,
+ 6201:bdb9:fad8:9c92:efe6:1c21:98f5:c100/29 le 48,
+ 6201:b66b:b336:d242:3d7c:854b:c56e:f400/48,
+ 6201:b66f:77af:297c:ecab:6213:47b:5500/40 le 48,
+ 6201:b462:da74:f6a5:c2c4:6262:e80c:1a00/48,
+ 6201:b467:f9e1:3e47:f396:5d7b:2514:da00/48,
+ 6201:98b9:a5ab:f428:ff9d:cfc4:fd87:3400/45 le 48,
+ 6201:98b9:a5b1:2b0b:31b4:f1c0:13c4:e700/44 le 48,
+ 6201:98b9:a58d:2476:2f61:9bfc:e675:9000/47 ge 48 le 48,
+ 6201:99bf:a260:e8b8:e1bb:b81f:ca9:ea00/48,
+ 621c:b7f:fa05:e44c:58c5:6f46:8e1d:f600/36 le 48,
+ 621c:b7f:3949:c8f3:2d3c:ccb7:9e20:d000/48,
+ 621c:1f1d:9195:587a:82d9:ce6b:c33b:2e00/29 le 48,
+ 621c:36d3:4407:856c:e69d:53ec:ec8c:cd00/48,
+ 621c:342c:e0fa:eb8f:31ab:77f5:a72a:3b00/29 le 48,
+ 621c:3ed0:7b81:8561:7313:dab0:237d:d900/29 le 48,
+ 621c:3ae9:bf9d:ee71:99e0:5453:f2be:d600/32 le 48,
+ 621c:3ae8:159:43b6:da06:630d:1038:c400/40 le 48,
+ 621c:3ae8:2fb:cf49:3aee:ec64:5a95:8400/44 le 48,
+ 621c:3ae8:2b8:ad7:f305:4c10:6f82:4e00/48,
+ 621c:3ae8:2ba:876:97db:fa0e:1f69:3400/47 ge 48 le 48,
+ 621c:3ae8:2bd:6ceb:bdb9:6dd1:d55b:5500/47 ge 48 le 48,
+ 621c:3ae8:297:67b0:8042:562c:64bc:7400/48,
+ 621c:3ae8:219:14b:9dcf:2a39:b758:3900/44 le 48,
+ 621c:3ae8:234:2459:dc16:b47:3a47:4800/43 ge 44 le 48,
+ 621c:3ae8:278:cc59:90fe:623a:77e8:1500/45 ge 48 le 48,
+ 621c:3ae8:277:a5b7:1647:a001:a70f:9800/46 ge 48 le 48,
+ 621c:3ae8:271:9f44:2816:900f:ffbb:c400/47 ge 48 le 48,
+ 621c:3ae8:273:2924:8ea5:f5e1:f64a:ca00/48,
+ 621c:3ae8:266:b5f:1b1b:8f5c:695f:c800/44 le 48,
+ 621c:3ae8:338:f929:8810:5d51:6f23:3a00/43 ge 44 le 48,
+ 621c:3ae8:2aab:14df:9c8:78fe:8725:b200/35 le 48,
+ 621c:2524:7660:ed31:80a2:b8da:5433:cf00/48,
+ 621c:2524:7662:8a84:b964:76ab:ad2c:cc00/47 ge 48 le 48,
+ 621c:2524:7664:faa7:bebe:cc6:634c:1c00/48,
+ 621c:5121:b45b:848f:b66f:d0bc:7cd1:9100/48,
+ 621c:5568:bc80:e4a2:97d1:c5b3:d05d:8700/32 le 48,
+ 621c:565d:c602:91f3:e96d:7024:18ea:7e00/48,
+ 621c:5d3a:3606:338e:3054:ecf1:b0e3:4f00/48,
+ 621c:5e80:d1a8:fe9a:da64:1a08:8a95:a600/32 le 48,
+ 6744:df4a:ba37:677c:4a5f:efc4:fc1c:b300/32 le 48,
+ 6744:db83:6b52:5549:9b9c:bef:2c61:e800/32 le 48,
+ 6744:dab8:e583:3af6:e392:ea32:9961:7b00/32 le 48,
+ 6744:cc20:e77e:4a34:a9a2:e628:4811:6100/32 le 48,
+ 6744:c9ca:9946:82ee:abbd:f610:9c6a:d500/32 le 48,
+ 6744:c9b0:6548:2dae:ed05:7d6:bc80:7700/47 le 48,
+ 6744:c9b0:6552:b859:2bc6:2664:6f8b:1000/47 le 48,
+ 6744:c9b0:6556:4c93:34bc:6f8f:7766:9a00/46 ge 47 le 48,
+ 6744:c9b0:6559:3657:841e:f1cc:2f5a:700/47 le 48,
+ 6744:c9b0:6569:e836:fdef:e52f:7423:dc00/47 le 48,
+ 110.62.130.0/24,
+ 173.29.13.0/24,
+ 109.145.87.0/24,
+ 215.200.129.0/23,
+ 6b51:91c1:956:e9bc:765b:82e:649a:f100/32
+end-set
+!
+prefix-set DEFAULT
+ 0.0.0.0/0,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/0
+end-set
+!
+prefix-set MARTIAN
+ 0.0.0.0/8 le 32,
+ 10.142.79.0/8 le 32,
+ 79.133.15.0/10 le 32,
+ 80.251.113.0/8 le 32,
+ 170.34.145.0/16 le 32,
+ 172.24.173.0/12 le 32,
+ 192.0.0.0/24 le 32,
+ 192.15.238.0/24 le 32,
+ 192.168.30.0/16 le 32,
+ 197.32.173.0/15 le 32,
+ 197.25.134.0/24 le 32,
+ 205.199.55.0/24 le 32,
+ 224.0.0.0/4 le 32,
+ 240.0.0.0/4 le 32,
+ 255.255.255.255/32,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/128,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1601/128,
+ 51b3:9631:e621:1229:f4de:9224:bb85:cd00.0.0.0/96,
+ 51b3:9631:e621:1229:f4de:9224:3df8:1600/96,
+ 50ca:7eb8:f610:9226:4d91:71c:397b:3d00/64,
+ 6dc1:492:4723:5109:7780:5e9:feae:8900/28,
+ 6dc1:ac5:75e0:c9d8:143e:f285:c046:2b00/32,
+ a920:8059:328e:bd58:cf03:170f:3001:5b00/7,
+ aa47:1694:e36c:536f:9ced:1d6d:1cf7:1000/10,
+ aa19:ffde:b8e6:f6af:6d96:ff32:ba02:c00/10,
+ ab6f:cc25:bc9a:9fc1:f18c:6230:fe4a:4800/8
+end-set
+!
+prefix-set CUSTOMER-339651554-IN
+ 10.83.236.0/16,
+ 10.83.169.11/32,
+ 10.83.175.0/24
+end-set
+!
+prefix-set CUSTOMER-AS63447-IN
+ 203.168.126.0/24,
+ 203.86.83.0/24,
+ 203.86.82.0/24,
+ 65.147.197.0/22 le 24,
+ 6b56:27e9:886c:29dc:82d:e739:e16f:f700/36 le 42
+end-set
+!
+prefix-set CUSTOMER-339651554-OUT
+ 172.22.181.0/19,
+ 172.22.157.0/19,
+ 172.18.132.0/16,
+ 172.23.89.0/16,
+ 172.22.241.0/19,
+ 172.22.204.0/19,
+ 10.43.44.24/32,
+ 172.22.5.0/19,
+ 10.234.54.0/21,
+ 10.234.59.0/24,
+ 10.234.56.0/23,
+ 10.34.119.0/16,
+ 10.42.189.2/32,
+ 10.42.189.1/32,
+ 10.42.167.2/32,
+ 10.98.167.0/16,
+ 192.168.30.0/16,
+ 203.124.235.92/32,
+ 192.168.51.0/24,
+ 192.168.22.0/24,
+ 192.168.120.0/24,
+ 192.168.26.0/23,
+ 192.168.17.0/24,
+ 192.168.30.0/24,
+ 10.98.167.0/24,
+ 169.214.15.0/22,
+ 169.214.99.0/22,
+ 162.219.189.0/22,
+ 162.219.45.0/23,
+ 162.219.56.0/23,
+ 162.219.52.0/23,
+ 162.219.48.0/23,
+ 162.219.246.0/23,
+ 162.219.236.0/23
+end-set
+!
+as-path-set TRANSIT-AS
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852) .*',
+ ios-regex '.* (174|209|701|702|1239|1299|2914|3257|3320|3356|3491|3549|3561|4134|5511|6453|6461|6762|6830|7018|577|852)$'
+end-set
+!
+community-set SOURCE--INTERNAL-BGP
+ 40302:1005
+end-set
+!
+community-set ANNOUNCE--CUSTOMER-FULL
+ 40302:1001,
+ 40302:2000,
+ 40302:3000,
+ 40302:9000
+end-set
+!
+community-set SOURCE--CUSTOMER-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--INTERNAL-STATIC
+ 40302:1003
+end-set
+!
+community-set SOURCE--CUSTOMER-CONNECTED
+ 40302:1002
+end-set
+!
+community-set SOURCE--INTERNAL-CONNECTED
+ 40302:1002
+end-set
+!
+route-policy RR
+ if community matches-any (40302:666) then
+ set next-hop discard
+ done
+ else
+ pass
+ endif
+end-policy
+!
+route-policy AO-IN($AO)
+ apply GLOBAL-FILTER
+ if community matches-any (40302:666) then
+ if destination or-longer $AO then
+ apply CUSTOMER-BLACKHOLE
+ done
+ else
+ drop
+ endif
+ pass
+ endif
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AO-OUT($ASN, $AO_FILTER)
+ if destination in $AO_FILTER then
+ drop
+ elseif community matches-every (64949:1000, 64949:$ASN) then
+ delete community in (no-export)
+ done
+ elseif community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy AOIP-IN($AO, $ASN, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $AO then
+ apply CUSTOMER-PREFERENCE
+ set community (64949:1000) additive
+ set community (64949:$ASN) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy CUSTOMER-IN($GENERAL, $TINY, $RTBH)
+ apply GLOBAL-FILTER
+ if destination in $GENERAL then
+ apply CUSTOMER-PREFERENCE
+ endif
+ if destination in $TINY then
+ apply CUSTOMER-PREFERENCE
+ set community (no-export) additive
+ endif
+ if destination in $RTBH then
+ apply CUSTOMER-BLACKHOLE
+ endif
+end-policy
+!
+route-policy GLOBAL-FILTER
+ if destination in DEFAULT or destination in MARTIAN then
+ drop
+ endif
+ if as-path in (ios-regex '_0_') or as-path passes-through '23456' or as-path passes-through '[64496..131071]' or as-path passes-through '[4200000000..4294967295]' or as-path in TRANSIT-AS then
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-FULL-OUT
+ if community matches-any ANNOUNCE--CUSTOMER-FULL then
+ pass
+ done
+ endif
+ drop
+end-policy
+!
+route-policy SOURCE--AO-STATIC
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set origin igp
+ set med 2
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set origin igp
+ set med 2
+ done
+end-policy
+!
+route-policy CUSTOMER-BLACKHOLE
+ if community matches-any (40302:666) then
+ set community (40302:9000, 40302:666)
+ set local-preference 990
+ set med 20
+ done
+ else
+ drop
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-IN($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set local-preference 990
+ set community netconanRemoved0
+ endif
+ if destination in $BACKUP then
+ set local-preference 10
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-IN
+ if destination in DEFAULT then
+ drop
+ else
+ set community netconanRemoved0
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-PREFERENCE
+ set community (40302:9000) additive
+ if community matches-any (40302:9001) then
+ set local-preference 990
+ elseif community matches-any (40302:9002) then
+ set local-preference 10
+ elseif community matches-any (40302:9010) then
+ set local-preference 290
+ elseif community matches-any (40302:9011) then
+ set local-preference 280
+ elseif community matches-any (40302:9020) then
+ set local-preference 190
+ else
+ set local-preference 990
+ set community (40302:9001) additive
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-IN($DR, $GENERAL, $PREF)
+ if destination in $DR then
+ set local-preference $PREF
+ set community netconanRemoved0
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set local-preference $PREF
+ set community netconanRemoved0
+ endif
+end-policy
+!
+route-policy CUSTOMER-339651554-OUT($PRIMARY, $BACKUP)
+ if destination in DEFAULT then
+ drop
+ endif
+ if destination in $PRIMARY then
+ set med 10
+ pass
+ endif
+ if destination in $BACKUP then
+ set med 30
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-956745530-OUT
+ if destination in DEFAULT then
+ drop
+ else
+ pass
+ endif
+end-policy
+!
+route-policy CUSTOMER-DEFAULT-OUT
+ if destination in DEFAULT then
+ pass
+ else
+ drop
+ endif
+end-policy
+!
+route-policy MANAGED-CUSTOMER-OUT($DR, $GENERAL, $MED)
+ if destination in $DR then
+ set med $MED
+ elseif destination in $GENERAL and destination in DEFAULT then
+ drop
+ elseif destination in $GENERAL then
+ set med $MED
+ endif
+end-policy
+!
+route-policy SOURCE--AO-CONNECTED
+ if tag is 11478 then
+ set community (64949:1000) additive
+ set community (64949:11478) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 21548 then
+ set community (64949:1000) additive
+ set community (64949:21548) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 12345 then
+ set community (64949:1000) additive
+ set community (64949:12345) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ if tag is 40191 then
+ set community (64949:1000) additive
+ set community (64949:40191) additive
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set origin igp
+ set med 1
+ done
+ endif
+ set local-preference 790
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set origin igp
+ set med 1
+ done
+end-policy
+!
+route-policy SOURCE--CUSTOMER-STATIC
+ set community netconanRemoved1
+end-policy
+!
+route-policy SOURCE--INTERNAL-STATIC
+ set community SOURCE--INTERNAL-STATIC additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 2
+end-policy
+!
+route-policy SOURCE--CUSTOMER-CONNECTED
+ set community netconanRemoved2
+end-policy
+!
+route-policy SOURCE--INTERNAL-CONNECTED
+ set community SOURCE--INTERNAL-CONNECTED additive
+ set community (no-export) additive
+ set local-preference 790
+ set origin igp
+ set med 1
+end-policy
+!
+router isis 40302
+ set-overload-bit on-startup wait-for-bgp
+ is-type level-2-only
+ net 00.0100.4415.5251.0000.00
+ nsf cisco
+ log adjacency changes
+ log pdu drops
+ address-family ipv4 unicast
+ metric-style wide
+ mpls traffic-eng level-2-only
+ mpls traffic-eng router-id 98.200.230.153
+ !
+ interface Bundle-Ether301
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Bundle-Ether302
+ bfd minimum-interval 50
+ bfd multiplier 3
+ bfd fast-detect ipv4
+ point-to-point
+ link-down fast-detect
+ address-family ipv4 unicast
+ fast-reroute per-prefix
+ fast-reroute per-prefix remote-lfa tunnel mpls-ldp
+ metric 30500
+ mpls ldp sync
+ !
+ !
+ interface Loopback0
+ passive
+ address-family ipv4 unicast
+ !
+ !
+!
+router bgp 40302
+ nsr
+ bgp router-id 98.200.230.153
+ bgp graceful-restart graceful-reset
+ bgp graceful-restart
+ bgp log neighbor changes detail
+ address-family ipv4 unicast
+ !
+ address-family vpnv4 unicast
+ !
+ address-family ipv6 unicast
+ !
+ address-family vpnv6 unicast
+ !
+ address-family l2vpn evpn
+ !
+ neighbor-group P
+ remote-as 40302
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 3145728 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ !
+ address-family l2vpn evpn
+ !
+ !
+ neighbor 98.200.229.4
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.11
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family vpnv4 unicast
+ route-policy RR in
+ maximum-prefix 2000000 85 discard-extra-paths
+ !
+ address-family vpnv6 unicast
+ route-policy RR in
+ maximum-prefix 1000000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.147
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ neighbor 98.200.229.148
+ remote-as 40302
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ update-source Loopback0
+ address-family l2vpn evpn
+ maximum-prefix 250000 85 discard-extra-paths
+ !
+ !
+ vrf internet
+ rd 40302:4
+ address-family ipv4 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ address-family ipv6 unicast
+ bgp dampening
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--AO-CONNECTED
+ redistribute static route-policy SOURCE--AO-STATIC
+ !
+ neighbor 98.200.230.81
+ remote-as 12345
+ address-family ipv4 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 73.74.217.242
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ neighbor 6b53:1b4c:8f8:7dbe:9fcc:4ed5:a051:e30d
+ remote-as 12345
+ address-family ipv6 unicast
+ send-community-ebgp
+ route-policy AO-IN(AS12345) in
+ route-policy AO-OUT(12345, NONE) out
+ !
+ !
+ neighbor 6b53:1b4c:eee2:c2:27bb:b2fe:9613:146d
+ remote-as 63447
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv6 unicast
+ route-policy CUSTOMER-IN(CUSTOMER-AS63447-IN, NONE, NONE) in
+ route-policy CUSTOMER-FULL-OUT out
+ default-originate
+ !
+ !
+ !
+ vrf management
+ rd 40302:40302
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+ vrf 10100:339651554
+ rd 20731:339651554
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.47.10
+ remote-as 65014
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy MANAGED-CUSTOMER-IN(NONE, ANY, 10) in
+ route-policy MANAGED-CUSTOMER-OUT(NONE, ANY, 100) out
+ !
+ !
+ !
+ vrf 10100:956745530
+ rd 20731:956745530
+ address-family ipv4 unicast
+ label mode per-vrf
+ redistribute connected route-policy SOURCE--CUSTOMER-CONNECTED
+ redistribute static route-policy SOURCE--CUSTOMER-STATIC
+ !
+ neighbor 192.168.31.106
+ remote-as 12345
+ description 123 Main St, New York City, NY - Fiber:Direct/123.
+ address-family ipv4 unicast
+ route-policy CUSTOMER-956745530-IN in
+ route-policy CUSTOMER-956745530-OUT out
+ !
+ !
+ !
+ vrf voip-untrusted
+ rd 40302:11
+ address-family ipv4 unicast
+ redistribute connected route-policy SOURCE--INTERNAL-CONNECTED
+ redistribute static route-policy SOURCE--INTERNAL-STATIC
+ !
+ !
+!
+evpn
+ evi 1002
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1004
+ bgp
+ !
+ advertise-mac
+ !
+ !
+ evi 1006
+ bgp
+ !
+ advertise-mac
+ !
+ !
+!
+l2vpn
+ xconnect group TBD
+ p2p TBD
+ interface Bundle-Ether10.581
+ neighbor ipv4 98.200.230.67 pw-id 1012
+ !
+ !
+ !
+ xconnect group test
+ p2p test
+ interface Bundle-Ether10.355
+ neighbor ipv4 98.200.230.34 pw-id 9999
+ !
+ !
+ !
+ xconnect group AO-L2
+ p2p 11052316S00045EBB
+ interface Bundle-Ether10.317
+ neighbor ipv4 98.200.231.118 pw-id 944
+ !
+ !
+ p2p 11052420S00045697
+ interface Bundle-Ether10.2006
+ neighbor ipv4 98.200.230.34 pw-id 973
+ !
+ !
+ p2p 11052420S00045697-2
+ interface Bundle-Ether10.3006
+ neighbor ipv4 98.200.230.34 pw-id 974
+ !
+ !
+ !
+ xconnect group xAptum-macquaire
+ p2p xAptum-macquaire
+ interface Bundle-Ether10.2723
+ neighbor ipv4 98.200.229.61 pw-id 2723
+ !
+ !
+ !
+ xconnect group 11000691S0003E7C5
+ p2p 11000691S0003E7C5
+ interface Bundle-Ether10.1943
+ neighbor ipv4 98.200.231.55 pw-id 5920
+ !
+ !
+ !
+ xconnect group 11002189P00014D8B
+ p2p 11002189P00014D8B
+ interface Bundle-Ether10.2953
+ neighbor ipv4 98.200.231.51 pw-id 880
+ !
+ !
+ !
+ xconnect group 11002189S00042EB9
+ p2p 11002189S00042EB9
+ interface Bundle-Ether10.1379
+ neighbor ipv4 98.200.230.54 pw-id 825
+ !
+ !
+ !
+ xconnect group 11002208S0004E7CD
+ p2p 11002208S0004E7CD
+ interface Bundle-Ether10.3150
+ neighbor ipv4 98.200.231.179 pw-id 1067
+ !
+ !
+ !
+ xconnect group 11002316S000436B8
+ p2p 11002316S000436B8
+ interface Bundle-Ether10.3326
+ neighbor ipv4 98.200.230.116 pw-id 918
+ !
+ !
+ p2p 11002316S000436B8-2
+ interface Bundle-Ether10.2326
+ neighbor ipv4 98.200.230.116 pw-id 919
+ !
+ !
+ p2p 11002316S000436B8-3
+ interface Bundle-Ether10.2327
+ neighbor ipv4 98.200.230.116 pw-id 920
+ !
+ !
+ !
+ xconnect group 11002316S0004FCA6
+ p2p 11002316S0004FCA6
+ interface Bundle-Ether10.2308
+ neighbor ipv4 98.200.230.34 pw-id 1122
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27
+ p2p 11002316S0004FE27
+ interface Bundle-Ether10.2043
+ neighbor ipv4 98.200.231.239 pw-id 1120
+ !
+ !
+ !
+ xconnect group 11002316S00050632
+ p2p 11002316S00050632
+ interface Bundle-Ether10.2309
+ neighbor ipv4 197.125.187.34 pw-id 1095
+ !
+ !
+ !
+ xconnect group 11002316S000506E9
+ p2p 11002316S000506E9
+ interface Bundle-Ether10.2346
+ neighbor ipv4 197.125.187.26 pw-id 1105
+ !
+ !
+ !
+ xconnect group 11002316S00051E81
+ p2p 11002316S00051E81
+ interface Bundle-Ether10.2194
+ neighbor ipv4 98.200.228.15 pw-id 1118
+ !
+ !
+ !
+ xconnect group 11002316S0005285B
+ p2p 11002316S0005285B
+ interface Bundle-Ether10.2007
+ neighbor ipv4 98.200.231.194 pw-id 1400
+ !
+ !
+ !
+ xconnect group 11002316S000537A6
+ p2p 11002316S000537E4-1
+ interface Bundle-Ether10.2198
+ neighbor ipv4 98.200.231.196 pw-id 1266
+ !
+ !
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3198
+ neighbor ipv4 98.200.231.196 pw-id 1267
+ !
+ !
+ !
+ xconnect group 11002316S000537E4
+ p2p 11002316S000537E4
+ interface Bundle-Ether10.2321
+ neighbor ipv4 98.200.231.196 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11002316S000554E6
+ p2p 11002316S000554E5
+ interface Bundle-Ether10.3322
+ neighbor ipv4 98.200.232.6 pw-id 1235
+ !
+ !
+ p2p 11002316S0005590B
+ interface Bundle-Ether10.2322
+ neighbor ipv4 98.200.232.6 pw-id 1234
+ !
+ !
+ !
+ xconnect group 11002316S000593C8
+ p2p 11002316S000593C7
+ interface Bundle-Ether10.2314
+ neighbor ipv4 197.125.187.64 pw-id 1405
+ !
+ !
+ p2p 11002316S000593C9
+ interface Bundle-Ether10.3314
+ neighbor ipv4 197.125.187.64 pw-id 1406
+ !
+ !
+ !
+ xconnect group 11002316S0005968E
+ p2p 1002316S0005968D
+ interface Bundle-Ether10.3312
+ neighbor ipv4 197.125.187.63 pw-id 1428
+ !
+ !
+ p2p 11002316S0005968F
+ interface Bundle-Ether10.2312
+ neighbor ipv4 197.125.187.63 pw-id 1427
+ !
+ !
+ !
+ xconnect group 11006503S00039642
+ p2p 11006503S00039642
+ interface Bundle-Ether10.3512
+ neighbor ipv4 98.200.230.16 pw-id 1090
+ !
+ !
+ !
+ xconnect group 11006818S0003EF62
+ p2p 11006818S0003EF62
+ interface Bundle-Ether10.2019
+ neighbor ipv4 98.200.231.62 pw-id 855
+ !
+ !
+ !
+ xconnect group 11006818S0003F1BA
+ p2p 11006818S0003F1BA
+ interface Bundle-Ether10.535
+ neighbor ipv4 98.200.231.23 pw-id 563
+ !
+ !
+ !
+ xconnect group 11007226P0001766C
+ p2p 11007226P0001766C
+ interface Bundle-Ether10.750
+ neighbor ipv4 98.200.231.62 pw-id 900
+ !
+ !
+ !
+ xconnect group 11009906S00044768
+ p2p 11009906S00044768
+ interface Bundle-Ether10.841
+ neighbor ipv4 98.200.230.198 pw-id 1103
+ !
+ !
+ !
+ xconnect group 11009906S00045B13
+ p2p 11009906S00045B13
+ interface Bundle-Ether10.2411
+ neighbor ipv4 98.200.228.13 pw-id 1087
+ !
+ !
+ !
+ xconnect group 11009906S00049C2E
+ p2p 11009906S00049C2E
+ interface Bundle-Ether10.563
+ neighbor ipv4 98.200.231.0 pw-id 958
+ !
+ !
+ !
+ xconnect group 11045311S000523AF
+ p2p 11045311S000523AF
+ interface Bundle-Ether10.2002
+ neighbor ipv4 98.200.231.41 pw-id 1230
+ !
+ !
+ !
+ xconnect group 11051725S000370D8
+ p2p 11051725S000370D8
+ interface Bundle-Ether10.798
+ neighbor ipv4 98.200.231.55 pw-id 798
+ !
+ !
+ !
+ xconnect group 11051741S00037115
+ p2p 11051741S00037115
+ interface Bundle-Ether10.1185
+ neighbor ipv4 98.200.230.174 pw-id 996
+ !
+ !
+ !
+ xconnect group 11051765S0003715B
+ p2p 11051765S0003715B
+ interface Bundle-Ether10.3002
+ neighbor ipv4 197.125.187.30 pw-id 1142
+ !
+ !
+ !
+ xconnect group 11051780P00011553
+ p2p 11051780P00011553
+ interface Bundle-Ether10.804
+ neighbor ipv4 98.200.231.104 pw-id 804
+ !
+ !
+ !
+ xconnect group 11051780P00011559
+ p2p 11051780P00011559
+ interface Bundle-Ether10.800
+ neighbor ipv4 98.200.231.55 pw-id 800
+ !
+ !
+ !
+ xconnect group 11051782S0003726E
+ p2p 11051782S0003726E
+ interface Bundle-Ether10.3511
+ neighbor ipv4 98.200.231.55 pw-id 801
+ !
+ !
+ !
+ xconnect group 11051782S00037290
+ p2p 11051782S00037290
+ interface Bundle-Ether10.315
+ neighbor ipv4 98.200.232.6 pw-id 995
+ !
+ !
+ !
+ xconnect group 11051782S000560F8
+ !
+ xconnect group 11051802S00037388
+ p2p 11051802S00037388
+ interface Bundle-Ether10.2433
+ neighbor ipv4 98.200.231.55 pw-id 794
+ !
+ !
+ !
+ xconnect group 11051818S00043F32
+ p2p 11051818S00043F32
+ interface Bundle-Ether10.2000
+ neighbor ipv4 98.200.230.99 pw-id 860
+ !
+ !
+ !
+ xconnect group 11051867S0003751C
+ p2p 11051867S0003751C
+ interface Bundle-Ether10.3698
+ neighbor ipv4 197.125.187.30 pw-id 1147
+ !
+ !
+ !
+ xconnect group 11051867S00037522
+ p2p 11051867S00037522
+ interface Bundle-Ether10.2765
+ neighbor ipv4 197.125.187.30 pw-id 1141
+ !
+ !
+ !
+ xconnect group 11051867S00045945
+ !
+ xconnect group 11051869P00017BA9
+ p2p 11051869P00017BA9
+ interface Bundle-Ether10.1189
+ neighbor ipv4 98.200.231.169 pw-id 908
+ !
+ !
+ !
+ xconnect group 11051869S000375F0
+ p2p 11051869S000375F0
+ interface Bundle-Ether10.369
+ neighbor ipv4 98.200.230.67 pw-id 899
+ !
+ !
+ !
+ xconnect group 11051869S0003ED7B
+ p2p 11051869S0003ED7C
+ interface Bundle-Ether10.2956
+ neighbor ipv4 197.125.187.10 pw-id 1317
+ !
+ !
+ !
+ xconnect group 11051869S0004E3B8
+ p2p 11051869S0004E3B8
+ interface Bundle-Ether10.1190
+ neighbor ipv4 98.200.228.15 pw-id 1026
+ !
+ !
+ !
+ xconnect group 11051960S00037877
+ p2p 11051960S00037877
+ interface Bundle-Ether10.1214
+ neighbor ipv4 197.125.187.44 pw-id 1193
+ !
+ !
+ !
+ xconnect group 11051960S00037879
+ p2p 11051960S00037879
+ interface Bundle-Ether10.1216
+ neighbor ipv4 197.125.187.45 pw-id 1191
+ !
+ !
+ !
+ xconnect group 11051971S000378F0
+ p2p 11051971S000378F0
+ interface Bundle-Ether10.248
+ neighbor ipv4 98.200.230.67 pw-id 990
+ !
+ !
+ !
+ xconnect group 11051971S000378F5
+ p2p 11051971S000378F5
+ interface Bundle-Ether10.1277
+ neighbor ipv4 98.200.230.67 pw-id 898
+ !
+ !
+ !
+ xconnect group 11051971S000378F7
+ p2p 11051971S000378F7
+ interface Bundle-Ether10.2163
+ neighbor ipv4 98.200.231.55 pw-id 806
+ !
+ !
+ !
+ xconnect group 11051982P00011C70
+ p2p 11051982P00011C70
+ interface Bundle-Ether10.796
+ neighbor ipv4 98.200.231.55 pw-id 796
+ !
+ !
+ !
+ xconnect group 11051991S0004CE74
+ p2p 11051991S0004CE74
+ interface Bundle-Ether10.2555
+ neighbor ipv4 98.200.230.39 pw-id 1094
+ !
+ !
+ !
+ xconnect group 11052007P00011D2B
+ p2p 11052007P00011D2B
+ interface Bundle-Ether10.1206
+ neighbor ipv4 98.200.231.55 pw-id 793
+ !
+ !
+ !
+ xconnect group 11052045S0004CECE
+ p2p 11052045S0004CECE
+ interface Bundle-Ether10.332
+ neighbor ipv4 197.125.187.25 pw-id 1089
+ !
+ !
+ !
+ xconnect group 11052054P00013762
+ p2p 11052493S0003A7E5
+ interface Bundle-Ether10.638
+ neighbor ipv4 98.200.230.34 pw-id 788
+ !
+ !
+ !
+ xconnect group 11052054S000394F8
+ p2p 11052054S000394F8
+ interface Bundle-Ether10.640
+ neighbor ipv4 98.200.230.168 pw-id 905
+ !
+ !
+ !
+ xconnect group 11052054S0004CF97
+ p2p 11052054S0004CF97
+ interface Bundle-Ether10.823
+ neighbor ipv4 98.200.230.174 pw-id 985
+ !
+ !
+ !
+ xconnect group 11052057P0001B319
+ p2p 11052057P0001B319
+ interface Bundle-Ether10.1221
+ neighbor ipv4 197.125.187.10 pw-id 1254
+ !
+ !
+ !
+ xconnect group 11052057S00037BE5
+ p2p 11052057S00037BE5
+ interface Bundle-Ether10.575
+ neighbor ipv4 98.200.231.55 pw-id 791
+ !
+ !
+ !
+ xconnect group 11052057S00052400
+ p2p 11052057S00052400
+ interface Bundle-Ether10.1318
+ neighbor ipv4 98.200.231.68 pw-id 1162
+ !
+ !
+ !
+ xconnect group 11052199S00037FC9
+ p2p 11052199S00037FC9
+ interface Bundle-Ether10.2572
+ neighbor ipv4 98.200.231.104 pw-id 810
+ !
+ !
+ !
+ xconnect group 11052209S00038054
+ p2p 11052209S00038054
+ interface Bundle-Ether10.795
+ neighbor ipv4 98.200.231.55 pw-id 795
+ !
+ !
+ !
+ xconnect group 11052209S0004CABB
+ p2p 11052209S0004CABB
+ interface Bundle-Ether10.3308
+ neighbor ipv4 197.125.187.18 pw-id 1101
+ !
+ !
+ !
+ xconnect group 11052226S00053BF2
+ p2p 11052226S000549AC
+ interface Bundle-Ether10.202
+ neighbor ipv4 98.200.230.18 pw-id 1185
+ !
+ !
+ !
+ xconnect group 11052226S00057525
+ p2p 11052226S00057525
+ interface Bundle-Ether10.3598
+ neighbor ipv4 98.200.230.119 pw-id 1258
+ !
+ !
+ !
+ xconnect group 11052230S000380E5
+ p2p 11052230S000380E5
+ interface Bundle-Ether10.1218
+ neighbor ipv4 98.200.230.67 pw-id 989
+ !
+ !
+ !
+ xconnect group 11052341S00038332
+ p2p 11052341S00038332
+ interface Bundle-Ether10.547
+ neighbor ipv4 98.200.230.67 pw-id 976
+ !
+ !
+ !
+ xconnect group 11052364S000383CF
+ p2p 11052364S000383CF
+ interface Bundle-Ether10.560
+ neighbor ipv4 98.200.230.67 pw-id 897
+ !
+ !
+ !
+ xconnect group 11052397S0003ABD0
+ p2p 11052397S0003ABD0
+ interface Bundle-Ether10.214
+ neighbor ipv4 98.200.231.242 pw-id 816
+ !
+ !
+ !
+ xconnect group 11052405S00038512
+ p2p 11052405S00038512
+ interface Bundle-Ether10.620
+ neighbor ipv4 98.200.230.67 pw-id 979
+ !
+ !
+ !
+ xconnect group 11052405S00045A77
+ !
+ xconnect group 11052420P000128A2
+ p2p 11052420P000128A2
+ interface Bundle-Ether10.2334
+ neighbor ipv4 98.200.230.34 pw-id 924
+ !
+ !
+ p2p 11052420P000128A2-2
+ interface Bundle-Ether10.3334
+ neighbor ipv4 98.200.230.34 pw-id 925
+ !
+ !
+ !
+ xconnect group 11052420P000128F3
+ p2p 11052420P000128F3
+ interface Bundle-Ether10.2336
+ neighbor ipv4 98.200.230.34 pw-id 922
+ !
+ !
+ p2p 11052420P000128F3-2
+ interface Bundle-Ether10.3336
+ neighbor ipv4 98.200.230.34 pw-id 923
+ !
+ !
+ !
+ xconnect group 11052420P0001748C
+ p2p 11052420S000464D7
+ interface Bundle-Ether10.3328
+ neighbor ipv4 98.200.230.116 pw-id 909
+ !
+ !
+ p2p 11052420S000464D8
+ interface Bundle-Ether10.2328
+ neighbor ipv4 98.200.230.116 pw-id 910
+ !
+ !
+ p2p 11052420S000464FC
+ interface Bundle-Ether10.2329
+ neighbor ipv4 98.200.230.116 pw-id 911
+ !
+ !
+ !
+ xconnect group 11052420P00017F30
+ p2p 11052420P00017F30
+ interface Bundle-Ether10.3341
+ neighbor ipv4 98.200.230.34 pw-id 954
+ !
+ !
+ p2p 11052420P00017F30-2
+ interface Bundle-Ether10.2341
+ neighbor ipv4 98.200.230.34 pw-id 955
+ !
+ !
+ !
+ xconnect group 11052420P0001812E
+ p2p 11052420S00048BE4
+ interface Bundle-Ether10.3335
+ neighbor ipv4 98.200.230.246 pw-id 1250
+ !
+ !
+ p2p 11052420S00048CED
+ interface Bundle-Ether10.2335
+ neighbor ipv4 98.200.230.246 pw-id 1248
+ !
+ !
+ !
+ xconnect group 11052420S0004547D
+ p2p 11052420S0004547D
+ interface Bundle-Ether10.2306
+ neighbor ipv4 98.200.231.14 pw-id 1137
+ !
+ !
+ !
+ xconnect group 11052420S00045572
+ p2p 11052420S00045572
+ interface Bundle-Ether10.2130
+ neighbor ipv4 98.200.231.21 pw-id 1164
+ !
+ !
+ !
+ xconnect group 11052420S0004664C
+ p2p 11052420S0004664C
+ interface Bundle-Ether10.2338
+ neighbor ipv4 197.125.187.29 pw-id 1055
+ !
+ !
+ !
+ xconnect group 11052420S00046933
+ p2p 11052420S00046933
+ interface Bundle-Ether10.2047
+ neighbor ipv4 98.200.231.230 pw-id 885
+ !
+ !
+ !
+ xconnect group 11052420S00046934
+ p2p 11052420S00046934
+ interface Bundle-Ether10.3047
+ neighbor ipv4 98.200.231.230 pw-id 884
+ !
+ !
+ !
+ xconnect group 11052420S00046935
+ p2p 11052420S00046935
+ interface Bundle-Ether10.2048
+ neighbor ipv4 98.200.231.230 pw-id 886
+ !
+ !
+ !
+ xconnect group 11052420S0004791D
+ p2p 11052420S0004791D
+ interface Bundle-Ether10.2185
+ neighbor ipv4 197.125.187.18 pw-id 1034
+ !
+ !
+ !
+ xconnect group 11052420S000479F4
+ p2p 11052420S000479F4
+ interface Bundle-Ether10.2339
+ neighbor ipv4 98.200.228.13 pw-id 1029
+ !
+ !
+ !
+ xconnect group 11052420S00047F75
+ p2p 11052420S00047F75-3
+ interface Bundle-Ether10.2325
+ neighbor ipv4 98.200.230.34 pw-id 971
+ !
+ !
+ p2p 11052420S00047F75-4
+ interface Bundle-Ether10.3325
+ neighbor ipv4 98.200.230.34 pw-id 972
+ !
+ !
+ !
+ xconnect group 11052420S00049487
+ p2p 11009906P00016471
+ interface Bundle-Ether10.680
+ neighbor ipv4 98.200.231.241 pw-id 841
+ !
+ !
+ p2p 11052420S00049487-3
+ interface Bundle-Ether10.3172
+ neighbor ipv4 98.200.230.34 pw-id 968
+ !
+ !
+ !
+ xconnect group 11052426S0004D4D5
+ !
+ xconnect group 11052446S0003D11E
+ p2p THEMA-11052446S0003D11E
+ interface Bundle-Ether10.280
+ neighbor ipv4 98.200.230.205 pw-id 678399
+ !
+ !
+ !
+ xconnect group 11052464S0004D2D4
+ p2p 11052464S0004D2D4
+ interface Bundle-Ether10.601
+ neighbor ipv4 98.200.231.56 pw-id 1466
+ !
+ !
+ !
+ xconnect group 11052464S0004D2F2
+ p2p 11052464S0004D2F2
+ interface Bundle-Ether10.610
+ neighbor ipv4 98.200.230.46 pw-id 1229
+ !
+ !
+ !
+ xconnect group 11052464S0004DA09
+ p2p 11052464S0004DA09
+ interface Bundle-Ether10.600
+ neighbor ipv4 98.200.228.14 pw-id 1104
+ !
+ !
+ !
+ xconnect group 11052484P00019A67
+ p2p 11052484S0004DDF9
+ interface Bundle-Ether10.1652
+ neighbor ipv4 98.200.230.217 pw-id 1252
+ !
+ !
+ !
+ xconnect group 11052484S0004DE08
+ p2p 11052484S0004DE08
+ interface Bundle-Ether10.2091
+ neighbor ipv4 98.200.230.142 pw-id 1246
+ !
+ !
+ !
+ xconnect group 11052493S00038A40
+ p2p 11052493S00038A40
+ interface Bundle-Ether10.807
+ neighbor ipv4 98.200.231.55 pw-id 807
+ !
+ !
+ !
+ xconnect group 11052493S00038A8B
+ p2p 11052493S00038A8B
+ interface Bundle-Ether10.330
+ neighbor ipv4 98.200.230.67 pw-id 1013
+ !
+ !
+ !
+ xconnect group 11052498S00038AD1
+ p2p 11052498S00038AD1
+ interface Bundle-Ether10.952
+ neighbor ipv4 98.200.230.34 pw-id 952
+ !
+ !
+ !
+ xconnect group 11052498S00038AD5
+ p2p 11052498S00038AD5
+ interface Bundle-Ether10.953
+ neighbor ipv4 98.200.230.34 pw-id 953
+ !
+ !
+ !
+ xconnect group 11052530P00012EA2
+ p2p 11052530P00012EA2
+ interface Bundle-Ether10.797
+ neighbor ipv4 98.200.231.55 pw-id 797
+ !
+ !
+ !
+ xconnect group 11053086S000525F7
+ p2p 11053086S000525F7
+ interface Bundle-Ether10.808
+ neighbor ipv4 197.125.187.44 pw-id 1125
+ !
+ !
+ !
+ xconnect group 11053086S00052865
+ p2p 11053086S00052865
+ interface Bundle-Ether10.809
+ neighbor ipv4 197.125.187.45 pw-id 1126
+ !
+ !
+ !
+ xconnect group 11053161S00039317
+ p2p 11053161S00039317
+ interface Bundle-Ether10.625
+ neighbor ipv4 98.200.230.67 pw-id 977
+ !
+ !
+ !
+ xconnect group 11053161S0003FBF7
+ p2p 11053161S0003FBF7
+ interface Bundle-Ether10.1465
+ neighbor ipv4 98.200.231.23 pw-id 869
+ !
+ !
+ !
+ xconnect group 11053161S00046A28
+ !
+ xconnect group 11053161S00047FEC
+ p2p 11053161S00047FEC
+ interface Bundle-Ether10.670
+ neighbor ipv4 98.200.230.174 pw-id 901
+ !
+ !
+ !
+ xconnect group 11053161S0005251F
+ p2p 11053161S0005251F
+ interface Bundle-Ether10.446
+ neighbor ipv4 197.125.187.33 pw-id 1151
+ !
+ !
+ !
+ xconnect group 11053161S0005EE2F
+ p2p 11053161S0005EE2F
+ interface Bundle-Ether10.1283
+ neighbor ipv4 197.125.187.142 pw-id 1515
+ !
+ !
+ !
+ xconnect group 11053637S0003E885
+ !
+ xconnect group 11053637S0004F3C5
+ p2p 11053637S0004F3C5
+ interface Bundle-Ether10.2333
+ neighbor ipv4 98.200.230.198 pw-id 1148
+ !
+ !
+ !
+ xconnect group 11059420P000160CD
+ p2p 11059420P000160CD
+ interface Bundle-Ether10.590
+ neighbor ipv4 98.200.230.34 pw-id 839
+ !
+ !
+ !
+ xconnect group 11059420P000160D3
+ p2p 11059420P000160D3
+ interface Bundle-Ether10.1507
+ neighbor ipv4 98.200.230.34 pw-id 851
+ !
+ !
+ !
+ xconnect group 11059449S000385C1
+ p2p 11059449S000385C1
+ interface Bundle-Ether10.2104
+ neighbor ipv4 98.200.230.34 pw-id 1488
+ !
+ !
+ !
+ xconnect group 11063342S000498D2
+ p2p 11063342S000498D2
+ interface Bundle-Ether10.35
+ neighbor ipv4 98.200.230.34 pw-id 970
+ !
+ !
+ !
+ xconnect group 11072595S0003FBF4
+ p2p 11072595S0003FBF4
+ interface Bundle-Ether10.1380
+ neighbor ipv4 197.125.187.51 pw-id 1305
+ !
+ !
+ !
+ xconnect group 11002316S0004FE27-1
+ p2p 11002316S0004FE27-1
+ interface Bundle-Ether10.3043
+ neighbor ipv4 98.200.231.239 pw-id 1121
+ !
+ !
+ !
+ xconnect group 11002316S00050632-2
+ p2p 11002316S00050632-2
+ interface Bundle-Ether10.3309
+ neighbor ipv4 197.125.187.34 pw-id 1096
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-2
+ p2p 11002316S000506E9-2
+ interface Bundle-Ether10.2347
+ neighbor ipv4 197.125.187.26 pw-id 1106
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-3
+ p2p 11002316S000506E9-3
+ interface Bundle-Ether10.2348
+ neighbor ipv4 197.125.187.26 pw-id 1107
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-4
+ p2p 11002316S000506E9-4
+ interface Bundle-Ether10.3345
+ neighbor ipv4 197.125.187.26 pw-id 1108
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-5
+ p2p 11002316S000506E9-5
+ interface Bundle-Ether10.3346
+ neighbor ipv4 197.125.187.26 pw-id 1109
+ !
+ !
+ !
+ xconnect group 11002316S000506E9-6
+ p2p 11002316S000506E9-6
+ interface Bundle-Ether10.3347
+ neighbor ipv4 197.125.187.26 pw-id 1110
+ !
+ !
+ !
+ xconnect group 11002316S00051E81-2
+ p2p 11002316S00051E81-2
+ interface Bundle-Ether10.3194
+ neighbor ipv4 98.200.228.15 pw-id 1119
+ !
+ !
+ !
+ xconnect group 11002316S0005285B-1
+ p2p 11002316S0005285B-1
+ interface Bundle-Ether10.3007
+ neighbor ipv4 98.200.231.194 pw-id 1401
+ !
+ !
+ !
+ xconnect group 11002316S000537E4-2
+ p2p 11002316S000537E4-2
+ interface Bundle-Ether10.3360
+ neighbor ipv4 98.200.231.196 pw-id 1207
+ !
+ !
+ !
+ xconnect group 11052057P0001B319-1
+ p2p 11052057P0001B319-1
+ interface Bundle-Ether10.1222
+ neighbor ipv4 197.125.187.10 pw-id 1255
+ !
+ !
+ !
+ xconnect group 11052057S00052400-2
+ p2p 11052057S00052400-2
+ interface Bundle-Ether10.1319
+ neighbor ipv4 98.200.231.68 pw-id 1163
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-2
+ p2p 11052420S0004547D-2
+ interface Bundle-Ether10.2307
+ neighbor ipv4 98.200.231.14 pw-id 1138
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-3
+ p2p 11052420S0004547D-3
+ interface Bundle-Ether10.3306
+ neighbor ipv4 98.200.231.14 pw-id 1139
+ !
+ !
+ !
+ xconnect group 11052420S0004547D-4
+ p2p 11052420S0004547D-4
+ interface Bundle-Ether10.3307
+ neighbor ipv4 98.200.231.14 pw-id 1140
+ !
+ !
+ !
+ xconnect group 11052420S00045572-2
+ p2p 11052420S00045572-2
+ interface Bundle-Ether10.2131
+ neighbor ipv4 98.200.231.21 pw-id 1165
+ !
+ !
+ !
+ xconnect group 11052420S0004664C-1
+ p2p 11052420S0004664C-1
+ interface Bundle-Ether10.3338
+ neighbor ipv4 197.125.187.29 pw-id 1056
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-2
+ p2p 11052420S0004791D-2
+ interface Bundle-Ether10.2186
+ neighbor ipv4 197.125.187.18 pw-id 1035
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-3
+ p2p 11052420S0004791D-3
+ interface Bundle-Ether10.2187
+ neighbor ipv4 197.125.187.18 pw-id 1036
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-4
+ p2p 11052420S0004791D-4
+ interface Bundle-Ether10.2188
+ neighbor ipv4 197.125.187.18 pw-id 1037
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-5
+ p2p 11052420S0004791D-5
+ interface Bundle-Ether10.2189
+ neighbor ipv4 197.125.187.18 pw-id 1038
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-6
+ p2p 11052420S0004791D-6
+ interface Bundle-Ether10.2190
+ neighbor ipv4 197.125.187.18 pw-id 1039
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-7
+ p2p 11052420S0004791D-7
+ interface Bundle-Ether10.3185
+ neighbor ipv4 197.125.187.18 pw-id 1040
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-8
+ p2p 11052420S0004791D-8
+ interface Bundle-Ether10.3186
+ neighbor ipv4 197.125.187.18 pw-id 1041
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-9
+ p2p 11052420S0004791D-9
+ interface Bundle-Ether10.3187
+ neighbor ipv4 197.125.187.18 pw-id 1042
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-1
+ p2p 11052420S000479AE-1
+ interface Bundle-Ether10.2332
+ neighbor ipv4 98.200.231.118 pw-id 1205
+ !
+ !
+ !
+ xconnect group 11052420S000479AE-2
+ p2p 11052420S000479AE-2
+ interface Bundle-Ether10.3332
+ neighbor ipv4 98.200.231.118 pw-id 1206
+ !
+ !
+ !
+ xconnect group 11052420S000479F4-2
+ p2p 11052420S000479F4-2
+ interface Bundle-Ether10.3339
+ neighbor ipv4 98.200.228.13 pw-id 1030
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-10
+ p2p 11052420S0004791D-10
+ interface Bundle-Ether10.3188
+ neighbor ipv4 197.125.187.18 pw-id 1043
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-11
+ p2p 11052420S0004791D-11
+ interface Bundle-Ether10.3189
+ neighbor ipv4 197.125.187.18 pw-id 1044
+ !
+ !
+ !
+ xconnect group 11052420S0004791D-12
+ p2p 11052420S0004791D-12
+ interface Bundle-Ether10.3190
+ neighbor ipv4 197.125.187.18 pw-id 1045
+ !
+ !
+ !
+ xconnect group 11059449S000385C12281
+ p2p 11059449S000385C12281
+ interface Bundle-Ether10.2281
+ neighbor ipv4 98.200.230.34 pw-id 1490
+ !
+ !
+ !
+ xconnect group 11059449S000385C12715
+ p2p 11059449S000385C12715
+ interface Bundle-Ether10.2715
+ neighbor ipv4 98.200.230.34 pw-id 1489
+ !
+ !
+ !
+ xconnect group 11059449S000385C13281
+ p2p 11059449S000385C13281
+ interface Bundle-Ether10.3281
+ neighbor ipv4 98.200.230.34 pw-id 1491
+ !
+ !
+ !
+ bridge group 1051833
+ bridge-domain 11051833S0005D2CC
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.960
+ !
+ evi 1006
+ !
+ !
+ !
+ bridge group 11051708S00046765
+ bridge-domain 11051708S00046765
+ mtu 4470
+ neighbor 98.200.230.239 pw-id 1102
+ !
+ routed interface BVI1102
+ !
+ !
+ !
+ bridge group 11051960S000430B2
+ bridge-domain 11051960S000430B2
+ mtu 4488
+ neighbor 197.125.187.44 pw-id 1197
+ !
+ routed interface BVI684
+ !
+ !
+ !
+ bridge group 11052364S0005E4A5
+ bridge-domain 11052364S0005E4A5
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.301
+ !
+ evi 1004
+ !
+ !
+ !
+ bridge group 11053062S0004D493
+ bridge-domain 11053062S0004D493
+ mac
+ limit
+ maximum 500
+ action no-flood
+ notification both
+ !
+ !
+ interface Bundle-Ether10.2224
+ !
+ evi 1002
+ !
+ !
+ !
+!
+mpls oam
+!
+mpls ldp
+ log
+ neighbor
+ nsr
+ graceful-restart
+ session-protection
+ !
+ router-id 98.200.230.153
+ session protection
+ address-family ipv4
+ label
+ local
+ allocate for host-routes
+ !
+ !
+ !
+ interface Bundle-Ether301
+ !
+ interface Bundle-Ether302
+ !
+!
+xml agent tty
+ iteration off
+!
+xml agent
+ vrf management
+ ipv4 access-list MANAGEMENT
+ !
+!
+lldp
+!
+ssh server session-limit 16
+ssh server v2
+ssh server vrf default
+ssh server vrf management
+end
diff --git a/tests/unit/mock/config/parser/cisco_nxos/nxos_full_received.py b/tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_received.py
similarity index 99%
rename from tests/unit/mock/config/parser/cisco_nxos/nxos_full_received.py
rename to tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_received.py
index 115792e..50b5f89 100644
--- a/tests/unit/mock/config/parser/cisco_nxos/nxos_full_received.py
+++ b/tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_received.py
@@ -20,6 +20,8 @@
ConfigLine(config_line="feature hsrp", parents=()),
ConfigLine(config_line="feature vpc", parents=()),
ConfigLine(config_line="feature lldp", parents=()),
+ ConfigLine(config_line="banner motd ^C", parents=()),
+ ConfigLine(config_line="This is a test,\nbanner message.\n^C", parents=("banner motd ^C",)),
ConfigLine(config_line="logging level aaa 4", parents=()),
ConfigLine(config_line="logging level acllog 4", parents=()),
ConfigLine(config_line="logging level aclmgr 4", parents=()),
diff --git a/tests/unit/mock/config/parser/cisco_nxos/nxos_full_sent.txt b/tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_sent.txt
similarity index 99%
rename from tests/unit/mock/config/parser/cisco_nxos/nxos_full_sent.txt
rename to tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_sent.txt
index 359f9d3..5a62778 100644
--- a/tests/unit/mock/config/parser/cisco_nxos/nxos_full_sent.txt
+++ b/tests/unit/mock/config/parser/base/cisco_nxos/nxos_full_sent.txt
@@ -19,6 +19,11 @@ feature hsrp
feature vpc
feature lldp
+banner motd #
+This is a test,
+banner message.
+#
+
logging level aaa 4
logging level acllog 4
logging level aclmgr 4
diff --git a/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_received.py b/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_received.py
new file mode 100644
index 0000000..54684f1
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_received.py
@@ -0,0 +1,509 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line='lag "LAG-NAME" dynamic id 1', parents=()),
+ ConfigLine(config_line=" ports ethernet 2/8 ethernet 2/21 ethernet 2/24", parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line=" primary-port 2/24", parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line=" deploy", parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line=' port-name "TO-OTHER-DEVICE-P1" ethernet 2/8', parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line=' port-name "TO-OTHER-DEVICE-P2" ethernet 2/21', parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line=' port-name "TO-OTHER-DEVICE-P3" ethernet 2/24', parents=('lag "LAG-NAME" dynamic id 1',)),
+ ConfigLine(config_line="no spanning-tree", parents=()),
+ ConfigLine(config_line="no dual-mode-default-vlan", parents=()),
+ ConfigLine(config_line="vlan 1 name DEFAULT-VLAN", parents=()),
+ ConfigLine(
+ config_line=" no untagged ethe 1/2 to 1/3 ethe 1/6 ethe 1/8 to 1/10 ethe 1/12 to 1/21 ethe 1/24 ethe 2/1 to 2/5 ethe 2/9 to 2/15 ethe 2/18 to 2/24 ethe 3/2 to 3/5 ethe 3/8 to 3/9 ethe 3/12 to 3/13 ethe 3/16 to 3/19 ethe 3/22 to 3/24",
+ parents=("vlan 1 name DEFAULT-VLAN",),
+ ),
+ ConfigLine(config_line="vlan 7 name Office-Temp", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/2 to 1/3", parents=("vlan 7 name Office-Temp",)),
+ ConfigLine(config_line=" router-interface ve 129", parents=("vlan 7 name Office-Temp",)),
+ ConfigLine(config_line="system-max vlan 4095", parents=()),
+ ConfigLine(config_line="system-max virtual-interface 4095", parents=()),
+ ConfigLine(config_line="vrf DEMO", parents=()),
+ ConfigLine(config_line=" rd 9999:1191", parents=("vrf DEMO",)),
+ ConfigLine(config_line=" address-family ipv4", parents=("vrf DEMO",)),
+ ConfigLine(config_line=" route-target export 9999:1191", parents=("vrf DEMO", " address-family ipv4")),
+ ConfigLine(config_line=" route-target import 9999:1191", parents=("vrf DEMO", " address-family ipv4")),
+ ConfigLine(config_line=" exit-address-family", parents=("vrf DEMO",)),
+ ConfigLine(config_line="exit-vrf", parents=()),
+ ConfigLine(config_line="management-vrf MGMT", parents=()),
+ ConfigLine(config_line="default-max-frame-size 9216", parents=()),
+ ConfigLine(config_line="no route-only", parents=()),
+ ConfigLine(config_line="aaa authentication web-server default local", parents=()),
+ ConfigLine(config_line="aaa authentication enable default local radius", parents=()),
+ ConfigLine(config_line="aaa authentication login default local radius", parents=()),
+ ConfigLine(config_line="aaa authentication login privilege-mode", parents=()),
+ ConfigLine(config_line="aaa authorization exec default radius", parents=()),
+ ConfigLine(
+ config_line="radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret",
+ parents=(),
+ ),
+ ConfigLine(config_line="ntp", parents=()),
+ ConfigLine(config_line=" disable serve", parents=("ntp",)),
+ ConfigLine(config_line=" source-interface loopback 1", parents=("ntp",)),
+ ConfigLine(config_line=" server 40.30.20.10", parents=("ntp",)),
+ ConfigLine(config_line="cam-partition profile multi-service", parents=()),
+ ConfigLine(config_line="enable password-display", parents=()),
+ ConfigLine(config_line="enable telnet authentication", parents=()),
+ ConfigLine(config_line="enable aaa console", parents=()),
+ ConfigLine(config_line="logging host 40.30.20.10", parents=()),
+ ConfigLine(config_line="no logging buffered debugging", parents=()),
+ ConfigLine(config_line="logging console", parents=()),
+ ConfigLine(config_line="username root password 8 secret", parents=()),
+ ConfigLine(config_line="username root history secret", parents=()),
+ ConfigLine(config_line="enable-qos-statistics", parents=()),
+ ConfigLine(config_line="ip community-list DEFAULT-PREF seq 5 permit 9999:12051", parents=()),
+ ConfigLine(config_line="ip extcommunity-list 99 permit SOO 9999:1234567890", parents=()),
+ ConfigLine(config_line="ip prefix-list DEFAULT-ROUTE seq 1 permit 0.0.0.0/0", parents=()),
+ ConfigLine(config_line="ip prefix-list RIPE-TRANS-PREFIX seq 5 permit 193.200.0.0/19", parents=()),
+ ConfigLine(config_line="ip route 193.200.0.0/19 null0", parents=()),
+ ConfigLine(config_line="no ip icmp redirects", parents=()),
+ ConfigLine(config_line="ip router-id 193.203.0.1", parents=()),
+ ConfigLine(config_line="ip dns domain-name example.com", parents=()),
+ ConfigLine(config_line="ipv6 prefix-list V6-DEFAULT-ONLY seq 5 permit ::/0", parents=()),
+ ConfigLine(config_line="ipv6 route 2001:0000::/32 null0", parents=()),
+ ConfigLine(config_line="snmp-server", parents=()),
+ ConfigLine(config_line="snmp-server community 2 secret ro 1", parents=()),
+ ConfigLine(config_line="snmp-server community 0 secret ro 1", parents=()),
+ ConfigLine(config_line="snmp-server enable mib np-qos-stat", parents=()),
+ ConfigLine(config_line="snmp-server max-ifindex-per-module 64", parents=()),
+ ConfigLine(config_line="snmp-server access-group 1", parents=()),
+ ConfigLine(config_line="hostname NETIRON-ROUTER", parents=()),
+ ConfigLine(config_line="no transceiver-type-check", parents=()),
+ ConfigLine(config_line="sflow enable", parents=()),
+ ConfigLine(config_line="sflow destination 40.30.20.10 2351", parents=()),
+ ConfigLine(config_line="sflow management-vrf-disable", parents=()),
+ ConfigLine(config_line="sflow polling-interval 2", parents=()),
+ ConfigLine(config_line="ssh access-group ipv6 IPV6-BLOCK-ALL", parents=()),
+ ConfigLine(config_line="ssh access-group 1", parents=()),
+ ConfigLine(config_line="router isis", parents=()),
+ ConfigLine(config_line=" net 49.0001.1932.0300.0001.00", parents=("router isis",)),
+ ConfigLine(config_line=" no hostname", parents=("router isis",)),
+ ConfigLine(config_line=" is-type level-2", parents=("router isis",)),
+ ConfigLine(config_line=" log adjacency", parents=("router isis",)),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router isis",)),
+ ConfigLine(config_line=" metric-style wide", parents=("router isis", " address-family ipv4 unicast")),
+ ConfigLine(
+ config_line=" redistribute static route-map DEMO-ROUTE-MAP",
+ parents=("router isis", " address-family ipv4 unicast"),
+ ),
+ ConfigLine(config_line=" exit-address-family", parents=("router isis",)),
+ ConfigLine(config_line=" address-family ipv6 unicast", parents=("router isis",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router isis",)),
+ ConfigLine(config_line="ipv6 router ospf", parents=()),
+ ConfigLine(config_line=" area 0.0.0.0", parents=("ipv6 router ospf",)),
+ ConfigLine(config_line=" redistribute connected", parents=("ipv6 router ospf",)),
+ ConfigLine(config_line=" redistribute static", parents=("ipv6 router ospf",)),
+ ConfigLine(config_line="interface loopback 1", parents=()),
+ ConfigLine(config_line=" ip router isis", parents=("interface loopback 1",)),
+ ConfigLine(config_line=" ip address 193.203.0.11/32", parents=("interface loopback 1",)),
+ ConfigLine(config_line=" isis point-to-point", parents=("interface loopback 1",)),
+ ConfigLine(config_line="interface loopback 2", parents=()),
+ ConfigLine(config_line=" port-name IPV6-LOOPBACK", parents=("interface loopback 2",)),
+ ConfigLine(config_line=" ip address 193.203.0.12/32", parents=("interface loopback 2",)),
+ ConfigLine(config_line=" ipv6 address 2001:0000:100::3/128", parents=("interface loopback 2",)),
+ ConfigLine(config_line=" ipv6 ospf area 0.0.0.0", parents=("interface loopback 2",)),
+ ConfigLine(config_line=" ipv6 ospf passive", parents=("interface loopback 2",)),
+ ConfigLine(config_line="interface management 1", parents=()),
+ ConfigLine(config_line=" vrf forwarding MGMT", parents=("interface management 1",)),
+ ConfigLine(config_line=" ip address 10.0.0.1/24", parents=("interface management 1",)),
+ ConfigLine(config_line=" enable", parents=("interface management 1",)),
+ ConfigLine(config_line="interface ethernet 1/1", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/1",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/1",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/1",)),
+ ConfigLine(config_line="interface ethernet 1/2", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/2",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/2",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/2",)),
+ ConfigLine(config_line="interface ethernet 1/3", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/3",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/3",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/3",)),
+ ConfigLine(config_line="interface ethernet 1/4", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/4",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/4",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/4",)),
+ ConfigLine(config_line="interface ethernet 1/5", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/5",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/5",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/5",)),
+ ConfigLine(config_line="interface ethernet 1/6", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/6",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/6",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/6",)),
+ ConfigLine(config_line="interface ethernet 1/7", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/7",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/7",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/7",)),
+ ConfigLine(config_line="interface ethernet 1/8", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/8",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/8",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/8",)),
+ ConfigLine(config_line="interface ethernet 1/9", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/9",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/9",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/9",)),
+ ConfigLine(config_line="interface ethernet 1/10", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/10",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/10",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/10",)),
+ ConfigLine(config_line="interface ethernet 1/11", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/11",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/11",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/11",)),
+ ConfigLine(config_line="interface ethernet 1/12", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/12",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/12",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/12",)),
+ ConfigLine(config_line="interface ethernet 1/13", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/13",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/13",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/13",)),
+ ConfigLine(config_line="interface ethernet 1/14", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/14",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/14",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/14",)),
+ ConfigLine(config_line="interface ethernet 1/15", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/15",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/15",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/15",)),
+ ConfigLine(config_line="interface ethernet 1/16", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/16",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/16",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/16",)),
+ ConfigLine(config_line="interface ethernet 1/17", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/17",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/17",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/17",)),
+ ConfigLine(config_line="interface ethernet 1/18", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/18",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/18",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/18",)),
+ ConfigLine(config_line="interface ethernet 1/19", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/19",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/19",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/19",)),
+ ConfigLine(config_line="interface ethernet 1/20", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/20",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/20",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/20",)),
+ ConfigLine(config_line="interface ethernet 1/21", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/21",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/21",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/21",)),
+ ConfigLine(config_line="interface ethernet 1/22", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/22",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/22",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/22",)),
+ ConfigLine(config_line="interface ethernet 1/23", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/23",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/23",)),
+ ConfigLine(config_line="interface ethernet 1/24", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 1/24",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 1/24",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 1/24",)),
+ ConfigLine(config_line="interface ethernet 2/1", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/1",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/1",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/1",)),
+ ConfigLine(config_line="interface ethernet 2/2", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/2",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/2",)),
+ ConfigLine(config_line=" load-interval 30", parents=("interface ethernet 2/2",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/2",)),
+ ConfigLine(config_line="interface ethernet 2/5", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/5",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/5",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/5",)),
+ ConfigLine(config_line="interface ethernet 2/6", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/6",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/6",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/6",)),
+ ConfigLine(config_line="interface ethernet 2/7", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/7",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/7",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/7",)),
+ ConfigLine(config_line="interface ethernet 2/8", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/8",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/8",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/8",)),
+ ConfigLine(config_line="interface ethernet 2/9", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/9",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/9",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/9",)),
+ ConfigLine(config_line="interface ethernet 2/12", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/12",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/12",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/12",)),
+ ConfigLine(config_line="interface ethernet 2/13", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/13",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/13",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/13",)),
+ ConfigLine(config_line="interface ethernet 2/14", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/14",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/14",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/14",)),
+ ConfigLine(config_line="interface ethernet 2/15", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/15",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/15",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/15",)),
+ ConfigLine(config_line="interface ethernet 2/16", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/16",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/16",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/16",)),
+ ConfigLine(config_line="interface ethernet 2/17", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/17",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/17",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/17",)),
+ ConfigLine(config_line="interface ethernet 2/18", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/18",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/18",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/18",)),
+ ConfigLine(config_line="interface ethernet 2/19", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/19",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/19",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/19",)),
+ ConfigLine(config_line="interface ethernet 2/20", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/20",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/20",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/20",)),
+ ConfigLine(config_line="interface ethernet 2/21", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/21",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/21",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/21",)),
+ ConfigLine(config_line="interface ethernet 2/22", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/22",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/22",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/22",)),
+ ConfigLine(config_line="interface ethernet 2/23", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/23",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 2/23",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/23",)),
+ ConfigLine(config_line="interface ethernet 2/24", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 2/24",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 2/24",)),
+ ConfigLine(config_line="interface ethernet 3/1", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/1",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/1",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/1",)),
+ ConfigLine(config_line="interface ethernet 3/2", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/2",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/2",)),
+ ConfigLine(config_line="interface ethernet 3/3", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/3",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/3",)),
+ ConfigLine(config_line="interface ethernet 3/4", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/4",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/4",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/4",)),
+ ConfigLine(config_line="interface ethernet 3/5", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/5",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/5",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/5",)),
+ ConfigLine(config_line="interface ethernet 3/6", parents=()),
+ ConfigLine(config_line=" port-name ASPIRE-NIBBLE", parents=("interface ethernet 3/6",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/6",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/6",)),
+ ConfigLine(config_line="interface ethernet 3/7", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/7",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/7",)),
+ ConfigLine(config_line="interface ethernet 3/8", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/8",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/8",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/8",)),
+ ConfigLine(config_line="interface ethernet 3/9", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/9",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/9",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/9",)),
+ ConfigLine(config_line="interface ethernet 3/10", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/10",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/10",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/10",)),
+ ConfigLine(config_line="interface ethernet 3/11", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/11",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/11",)),
+ ConfigLine(config_line=" mon ethernet 3/18 both", parents=("interface ethernet 3/11",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/11",)),
+ ConfigLine(config_line="interface ethernet 3/12", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/12",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/12",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/12",)),
+ ConfigLine(config_line="interface ethernet 3/13", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/13",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/13",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/13",)),
+ ConfigLine(config_line="interface ethernet 3/14", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/14",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/14",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/14",)),
+ ConfigLine(config_line="interface ethernet 3/15", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/15",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/15",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/15",)),
+ ConfigLine(config_line="interface ethernet 3/16", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/16",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/16",)),
+ ConfigLine(config_line="interface ethernet 3/17", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/17",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/17",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/17",)),
+ ConfigLine(config_line="interface ethernet 3/18", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/18",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/18",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/18",)),
+ ConfigLine(config_line="interface ethernet 3/19", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/19",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/19",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/19",)),
+ ConfigLine(config_line="interface ethernet 3/20", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/20",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/20",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/20",)),
+ ConfigLine(config_line="interface ethernet 3/21", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/21",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/21",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/21",)),
+ ConfigLine(config_line="interface ethernet 3/22", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/22",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/22",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/22",)),
+ ConfigLine(config_line="interface ethernet 3/23", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/23",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/23",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/23",)),
+ ConfigLine(config_line="interface ethernet 3/24", parents=()),
+ ConfigLine(config_line=" port-name ETHERNET", parents=("interface ethernet 3/24",)),
+ ConfigLine(config_line=" enable", parents=("interface ethernet 3/24",)),
+ ConfigLine(config_line=" sflow forwarding", parents=("interface ethernet 3/24",)),
+ ConfigLine(config_line="interface ve 129", parents=()),
+ ConfigLine(config_line=" port-name OFFICE-TEMP-IF", parents=("interface ve 129",)),
+ ConfigLine(config_line=" ip address 193.203.1.1/27", parents=("interface ve 129",)),
+ ConfigLine(config_line=" ip access-group STANDARD-IN-ACL in", parents=("interface ve 129",)),
+ ConfigLine(config_line="router bgp", parents=()),
+ ConfigLine(config_line=" local-as 9999", parents=("router bgp",)),
+ ConfigLine(config_line=" bfd-enable", parents=("router bgp",)),
+ ConfigLine(config_line=" auto-shutdown-new-neighbors", parents=("router bgp",)),
+ ConfigLine(config_line=" cluster-id 99", parents=("router bgp",)),
+ ConfigLine(config_line=" enforce-first-as", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING peer-group", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING remote-as 9999", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING next-hop-self", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING capability as4 enable", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING password 2 secret", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING update-source loopback 1", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor MESH-PEERING soft-reconfiguration inbound", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.36.26.9 remote-as 67890", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.36.26.9 description REMOTE-PEER", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.36.26.9 soft-reconfiguration inbound", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family ipv4 unicast", parents=("router bgp",)),
+ ConfigLine(config_line=" graceful-restart", parents=("router bgp",)),
+ ConfigLine(config_line=" redistribute connected route-map BGP1", parents=("router bgp",)),
+ ConfigLine(config_line=" redistribute static route-map BGP1", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.24.26.99 default-originate", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.24.26.99 prefix-list ANYCAST-BGP-IN in", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 46.24.26.99 prefix-list DEFAULT-ROUTE out", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family ipv4 multicast", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family ipv6 unicast", parents=("router bgp",)),
+ ConfigLine(config_line=" redistribute connected", parents=("router bgp",)),
+ ConfigLine(config_line=" redistribute static", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 2001:1000:400::1 activate", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 2001:1000:400::1 route-reflector-client", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 2001:1000:400::1 send-community standard", parents=("router bgp",)),
+ ConfigLine(config_line=" neighbor 2001:1000:400::1 send-community extended", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family ipv6 multicast", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family vpnv4 unicast", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family vpnv6 unicast", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line=" address-family l2vpn vpls", parents=("router bgp",)),
+ ConfigLine(config_line=" exit-address-family", parents=("router bgp",)),
+ ConfigLine(config_line="router mpls", parents=()),
+ ConfigLine(config_line=" mpls-interface ve129", parents=("router mpls",)),
+ ConfigLine(config_line=" ldp-enable", parents=("router mpls", " mpls-interface ve129")),
+ ConfigLine(config_line=" vll BYPASS 1227", parents=("router mpls",)),
+ ConfigLine(config_line=" vll-peer 193.203.0.13", parents=("router mpls", " vll BYPASS 1227")),
+ ConfigLine(config_line=" vlan 143", parents=("router mpls", " vll BYPASS 1227")),
+ ConfigLine(config_line=" tagged e 2/2", parents=("router mpls", " vll BYPASS 1227", " vlan 143")),
+ ConfigLine(config_line="ipv6 access-list IPV6-BLOCK-ALL", parents=()),
+ ConfigLine(config_line=" deny ipv6 any any", parents=("ipv6 access-list IPV6-BLOCK-ALL",)),
+ ConfigLine(config_line="ipv6 access-list IPV6-STANDARD-IN-ACL", parents=()),
+ ConfigLine(config_line=" deny ipv6 any 2001:db8::/32", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 any 3ffe::/16", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 any fec0::/10", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 any fc00::/7", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 any ::/8", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 any 200::/7", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 2001:db8::/32 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 3ffe::/16 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 fec0::/10 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 fc00::/7 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 ::/8 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" deny ipv6 200::/7 any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line=" permit ipv6 any any", parents=("ipv6 access-list IPV6-STANDARD-IN-ACL",)),
+ ConfigLine(config_line="access-list 1 deny any", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip any 10.0.0.0 0.255.255.255", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip any 192.168.0.0 0.0.255.255", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip any 172.16.0.0 0.15.255.255", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip 10.0.0.0 0.255.255.255 any", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip 192.168.0.0 0.0.255.255 any", parents=()),
+ ConfigLine(config_line="access-list 123 permit ip 172.16.0.0 0.15.255.255 any", parents=()),
+ ConfigLine(config_line="ip access-list extended STANDARD-IN-ACL", parents=()),
+ ConfigLine(config_line=" deny ip any 10.0.0.0 0.255.255.255", parents=("ip access-list extended STANDARD-IN-ACL",)),
+ ConfigLine(
+ config_line=" deny ip any 192.168.0.0 0.0.255.255", parents=("ip access-list extended STANDARD-IN-ACL",)
+ ),
+ ConfigLine(
+ config_line=" deny ip any 172.16.0.0 0.15.255.255", parents=("ip access-list extended STANDARD-IN-ACL",)
+ ),
+ ConfigLine(config_line=" deny ip 10.0.0.0 0.255.255.255 any", parents=("ip access-list extended STANDARD-IN-ACL",)),
+ ConfigLine(
+ config_line=" deny ip 192.168.0.0 0.0.255.255 any", parents=("ip access-list extended STANDARD-IN-ACL",)
+ ),
+ ConfigLine(
+ config_line=" deny ip 172.16.0.0 0.15.255.255 any", parents=("ip access-list extended STANDARD-IN-ACL",)
+ ),
+ ConfigLine(config_line=" permit ip any any", parents=("ip access-list extended STANDARD-IN-ACL",)),
+ ConfigLine(config_line="route-map DEMO-ROUTE-MAP permit 10", parents=()),
+ ConfigLine(config_line=" match protocol bgp", parents=("route-map DEMO-ROUTE-MAP permit 10",)),
+ ConfigLine(
+ config_line="no lldp advertise link-aggregation ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="no lldp advertise mac-phy-config-status ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="lldp advertise management-address ipv4 203.0.113.1 ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="no lldp advertise max-frame-size ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="no lldp advertise port-vlan-id ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="no lldp advertise system-capabilities ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="lldp enable ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24",
+ parents=(),
+ ),
+ ConfigLine(config_line="lldp run", parents=()),
+ ConfigLine(config_line="ip ssh include-all-vrf", parents=()),
+ ConfigLine(config_line="end", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_sent.txt b/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_sent.txt
new file mode 100644
index 0000000..b5e95f0
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/extreme_netiron/netiron_full_sent.txt
@@ -0,0 +1,632 @@
+lag "LAG-NAME" dynamic id 1
+ ports ethernet 2/8 ethernet 2/21 ethernet 2/24
+ primary-port 2/24
+ deploy
+ port-name "TO-OTHER-DEVICE-P1" ethernet 2/8
+ port-name "TO-OTHER-DEVICE-P2" ethernet 2/21
+ port-name "TO-OTHER-DEVICE-P3" ethernet 2/24
+!
+!
+no spanning-tree
+!
+no dual-mode-default-vlan
+!
+!
+vlan 1 name DEFAULT-VLAN
+ no untagged ethe 1/2 to 1/3 ethe 1/6 ethe 1/8 to 1/10 ethe 1/12 to 1/21 ethe 1/24 ethe 2/1 to 2/5 ethe 2/9 to 2/15 ethe 2/18 to 2/24 ethe 3/2 to 3/5 ethe 3/8 to 3/9 ethe 3/12 to 3/13 ethe 3/16 to 3/19 ethe 3/22 to 3/24
+!
+vlan 7 name Office-Temp
+ tagged ethe 1/2 to 1/3
+ router-interface ve 129
+!
+
+!
+!
+system-max vlan 4095
+system-max virtual-interface 4095
+!
+!
+vrf DEMO
+ rd 9999:1191
+ address-family ipv4
+ route-target export 9999:1191
+ route-target import 9999:1191
+ exit-address-family
+exit-vrf
+!
+
+!
+management-vrf MGMT
+default-max-frame-size 9216
+no route-only
+aaa authentication web-server default local
+aaa authentication enable default local radius
+aaa authentication login default local radius
+aaa authentication login privilege-mode
+aaa authorization exec default radius
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+radius-server host 10.20.30.40 auth-port 1812 acct-port 1813 authentication-only key 0 secret
+!
+!
+!
+!
+ntp
+ disable serve
+ source-interface loopback 1
+ server 40.30.20.10
+!
+!
+cam-partition profile multi-service
+enable password-display
+enable telnet authentication
+enable aaa console
+logging host 40.30.20.10
+no logging buffered debugging
+logging console
+username root password 8 secret
+username root history secret
+enable-qos-statistics
+!
+ip community-list DEFAULT-PREF seq 5 permit 9999:12051
+!
+!
+ip extcommunity-list 99 permit SOO 9999:1234567890
+!
+!
+ip prefix-list DEFAULT-ROUTE seq 1 permit 0.0.0.0/0
+!
+ip prefix-list RIPE-TRANS-PREFIX seq 5 permit 193.200.0.0/19
+!
+
+ip route 193.200.0.0/19 null0
+
+!
+!
+!
+!
+!
+!
+!
+!
+!
+no ip icmp redirects
+!
+!
+ip router-id 193.203.0.1
+ip dns domain-name example.com
+!
+!
+ipv6 prefix-list V6-DEFAULT-ONLY seq 5 permit ::/0
+ipv6 route 2001:0000::/32 null0
+!
+!
+!
+!
+!
+snmp-server
+snmp-server community 2 secret ro 1
+snmp-server community 0 secret ro 1
+snmp-server enable mib np-qos-stat
+snmp-server max-ifindex-per-module 64
+snmp-server access-group 1
+hostname NETIRON-ROUTER
+no transceiver-type-check
+sflow enable
+sflow destination 40.30.20.10 2351
+sflow management-vrf-disable
+sflow polling-interval 2
+ssh access-group ipv6 IPV6-BLOCK-ALL
+ssh access-group 1
+!
+router isis
+ net 49.0001.1932.0300.0001.00
+ no hostname
+ is-type level-2
+ log adjacency
+ address-family ipv4 unicast
+ metric-style wide
+ redistribute static route-map DEMO-ROUTE-MAP
+ exit-address-family
+
+ address-family ipv6 unicast
+ exit-address-family
+
+!
+!
+!
+ipv6 router ospf
+ area 0.0.0.0
+ redistribute connected
+ redistribute static
+!
+!
+!
+!
+interface loopback 1
+ ip router isis
+ ip address 193.203.0.11/32
+ isis point-to-point
+!
+interface loopback 2
+ port-name IPV6-LOOPBACK
+ ip address 193.203.0.12/32
+ ipv6 address 2001:0000:100::3/128
+ ipv6 ospf area 0.0.0.0
+ ipv6 ospf passive
+!
+!
+interface management 1
+ vrf forwarding MGMT
+ ip address 10.0.0.1/24
+ enable
+!
+interface ethernet 1/1
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/2
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/3
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/4
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/5
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/6
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/7
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/8
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/9
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/10
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/11
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/12
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/13
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/14
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/15
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/16
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/17
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/18
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/19
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/20
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/21
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/22
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 1/23
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 1/24
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/1
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/2
+ port-name ETHERNET
+ enable
+ load-interval 30
+ sflow forwarding
+!
+interface ethernet 2/5
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/6
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/7
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/8
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/9
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/12
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/13
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/14
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/15
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/16
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/17
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/18
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/19
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/20
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/21
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/22
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/23
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 2/24
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 3/1
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/2
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 3/3
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 3/4
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/5
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/6
+ port-name ASPIRE-NIBBLE
+ enable
+ sflow forwarding
+!
+interface ethernet 3/7
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 3/8
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/9
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/10
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/11
+ port-name ETHERNET
+ enable
+ mon ethernet 3/18 both
+ sflow forwarding
+!
+interface ethernet 3/12
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/13
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/14
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/15
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/16
+ port-name ETHERNET
+ sflow forwarding
+!
+interface ethernet 3/17
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/18
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/19
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/20
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/21
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/22
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/23
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+interface ethernet 3/24
+ port-name ETHERNET
+ enable
+ sflow forwarding
+!
+!
+interface ve 129
+ port-name OFFICE-TEMP-IF
+ ip address 193.203.1.1/27
+ ip access-group STANDARD-IN-ACL in
+!
+!
+!
+!
+router bgp
+ local-as 9999
+ bfd-enable
+ auto-shutdown-new-neighbors
+ cluster-id 99
+ enforce-first-as
+ neighbor MESH-PEERING peer-group
+ neighbor MESH-PEERING remote-as 9999
+ neighbor MESH-PEERING next-hop-self
+ neighbor MESH-PEERING capability as4 enable
+ neighbor MESH-PEERING password 2 secret
+ neighbor MESH-PEERING update-source loopback 1
+ neighbor MESH-PEERING soft-reconfiguration inbound
+ neighbor 46.36.26.9 remote-as 67890
+ neighbor 46.36.26.9 description REMOTE-PEER
+ neighbor 46.36.26.9 soft-reconfiguration inbound
+
+
+ address-family ipv4 unicast
+ graceful-restart
+ redistribute connected route-map BGP1
+ redistribute static route-map BGP1
+ neighbor 46.24.26.99 default-originate
+ neighbor 46.24.26.99 prefix-list ANYCAST-BGP-IN in
+ neighbor 46.24.26.99 prefix-list DEFAULT-ROUTE out
+ exit-address-family
+
+ address-family ipv4 multicast
+ exit-address-family
+
+ address-family ipv6 unicast
+ redistribute connected
+ redistribute static
+ neighbor 2001:1000:400::1 activate
+ neighbor 2001:1000:400::1 route-reflector-client
+ neighbor 2001:1000:400::1 send-community standard
+ neighbor 2001:1000:400::1 send-community extended
+ exit-address-family
+
+ address-family ipv6 multicast
+ exit-address-family
+
+ address-family vpnv4 unicast
+ exit-address-family
+
+ address-family vpnv6 unicast
+ exit-address-family
+
+ address-family l2vpn vpls
+ exit-address-family
+
+!
+router mpls
+
+
+ mpls-interface ve129
+ ldp-enable
+
+
+
+ vll BYPASS 1227
+ vll-peer 193.203.0.13
+ vlan 143
+ tagged e 2/2
+
+
+
+!
+ipv6 access-list IPV6-BLOCK-ALL
+ deny ipv6 any any
+!
+ipv6 access-list IPV6-STANDARD-IN-ACL
+ deny ipv6 any 2001:db8::/32
+ deny ipv6 any 3ffe::/16
+ deny ipv6 any fec0::/10
+ deny ipv6 any fc00::/7
+ deny ipv6 any ::/8
+ deny ipv6 any 200::/7
+ deny ipv6 2001:db8::/32 any
+ deny ipv6 3ffe::/16 any
+ deny ipv6 fec0::/10 any
+ deny ipv6 fc00::/7 any
+ deny ipv6 ::/8 any
+ deny ipv6 200::/7 any
+ permit ipv6 any any
+!
+!
+access-list 1 deny any
+!
+access-list 123 permit ip any 10.0.0.0 0.255.255.255
+access-list 123 permit ip any 192.168.0.0 0.0.255.255
+access-list 123 permit ip any 172.16.0.0 0.15.255.255
+access-list 123 permit ip 10.0.0.0 0.255.255.255 any
+access-list 123 permit ip 192.168.0.0 0.0.255.255 any
+access-list 123 permit ip 172.16.0.0 0.15.255.255 any
+!
+ip access-list extended STANDARD-IN-ACL
+ deny ip any 10.0.0.0 0.255.255.255
+ deny ip any 192.168.0.0 0.0.255.255
+ deny ip any 172.16.0.0 0.15.255.255
+ deny ip 10.0.0.0 0.255.255.255 any
+ deny ip 192.168.0.0 0.0.255.255 any
+ deny ip 172.16.0.0 0.15.255.255 any
+ permit ip any any
+!
+!
+route-map DEMO-ROUTE-MAP permit 10
+ match protocol bgp
+!
+!
+no lldp advertise link-aggregation ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+no lldp advertise mac-phy-config-status ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+lldp advertise management-address ipv4 203.0.113.1 ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+no lldp advertise max-frame-size ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+no lldp advertise port-vlan-id ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+no lldp advertise system-capabilities ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+lldp enable ports ethe 1/1 to 1/24 ethe 2/1 to 2/2 ethe 2/5 to 2/9 ethe 2/12 to 2/24 ethe 3/1 to 3/24
+lldp run
+!
+!
+ip ssh include-all-vrf
+!
+!
+!
+end
diff --git a/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_received.py b/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_received.py
new file mode 100644
index 0000000..8962275
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_received.py
@@ -0,0 +1,716 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="config system global", parents=()),
+ ConfigLine(config_line=" set admin-concurrent enable", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-console-timeout 0", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-hsts-max-age 15552000", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-https-pki-required disable", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-https-redirect enable", parents=("config system global",)),
+ ConfigLine(
+ config_line=" set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3", parents=("config system global",)
+ ),
+ ConfigLine(config_line=" set admin-lockout-duration 60", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-lockout-threshold 3", parents=("config system global",)),
+ ConfigLine(config_line=" set admin-login-max 100", parents=("config system global",)),
+ ConfigLine(config_line="config wireless-controller global", parents=()),
+ ConfigLine(config_line=" set name ''", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set location ''", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set image-download enable", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set max-retransmit 3", parents=("config wireless-controller global",)),
+ ConfigLine(
+ config_line=" set control-message-offload ebp-frame aeroscout-tag ap-list sta-list sta-cap-list stats aeroscout-mu sta-health spectral-analysis",
+ parents=("config wireless-controller global",),
+ ),
+ ConfigLine(config_line=" set data-ethernet-II enable", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set link-aggregation disable", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set mesh-eth-type 8755", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set fiapp-eth-type 5252", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set discovery-mc-addr 224.0.1.140", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set max-clients 0", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set rogue-scan-mac-adjacency 7", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set ipsec-base-ip 169.254.0.1", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set wtp-share disable", parents=("config wireless-controller global",)),
+ ConfigLine(config_line=" set ap-log-server disable", parents=("config wireless-controller global",)),
+ ConfigLine(config_line="config system switch-interface", parents=()),
+ ConfigLine(config_line="config system lte-modem", parents=()),
+ ConfigLine(config_line=" set status disable", parents=("config system lte-modem",)),
+ ConfigLine(config_line=" set extra-init ''", parents=("config system lte-modem",)),
+ ConfigLine(config_line=" set authtype none", parents=("config system lte-modem",)),
+ ConfigLine(config_line=" set apn ''", parents=("config system lte-modem",)),
+ ConfigLine(config_line=" set modem-port 255", parents=("config system lte-modem",)),
+ ConfigLine(config_line="config system interface", parents=()),
+ ConfigLine(config_line=' edit "mgmt"', parents=("config system interface",)),
+ ConfigLine(config_line=" set vrf 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set distance 5", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set priority 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set dhcp-relay-service disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set ip 10.0.0.41 255.255.252.0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set allowaccess ping https ssh snmp http fgfm",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(config_line=" set fail-detect disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set arpforward enable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set broadcast-forward disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set bfd global", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set l2forward disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set icmp-send-redirect enable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set icmp-accept-redirect enable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set vlanforward disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set stpforward disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set ips-sniffer-mode disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set ident-accept disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set ipmac disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set subst disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set substitute-dst-mac 00:00:00:00:00:00",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(config_line=" set status up", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set netbios-forward disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set wins-ip 0.0.0.0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set type physical", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set dedicated-to management", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set netflow-sampler disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set sflow-sampler disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set src-check enable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set sample-rate 2000", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set polling-interval 20", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set sample-direction both", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set explicit-web-proxy disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set explicit-ftp-proxy disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set proxy-captive-portal disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set tcp-mss 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set inbandwidth 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set outbandwidth 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set egress-shaping-profile ''", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set ingress-shaping-profile ''", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set disconnect-threshold 0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set spillover-threshold 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set ingress-spillover-threshold 0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set weight 0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set external disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set description ''", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set alias ''", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set device-identification disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set lldp-reception vdom", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set lldp-transmission vdom", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set estimated-upstream-bandwidth 0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set estimated-downstream-bandwidth 0",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(
+ config_line=" set measured-upstream-bandwidth 0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set measured-downstream-bandwidth 0",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(
+ config_line=" set bandwidth-measure-time 0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set monitor-bandwidth disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set vrrp-virtual-mac disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set role lan", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set snmp-index 1", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set secondary-IP disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set preserve-session-route disable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set auto-auth-extension-device disable",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(config_line=" set ap-discover enable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set switch-controller-igmp-snooping-proxy disable",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(
+ config_line=" set switch-controller-igmp-snooping-fast-leave disable",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(config_line=" config ipv6", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set ip6-mode static",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set nd-mode basic",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-address ::/0",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" unset ip6-allowaccess",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set icmp6-send-redirect enable",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-reachable-time 0",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-retrans-time 0",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-hop-limit 0",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set vrrp-virtual-mac6 disable",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set vrip6_link_local ::",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-send-adv disable",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set autoconf disable",
+ parents=("config system interface", ' edit "mgmt"', " config ipv6"),
+ ),
+ ConfigLine(config_line=" set defaultgw enable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set dns-server-override enable", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set speed auto", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set trust-ip-1 0.0.0.0 0.0.0.0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set trust-ip-2 0.0.0.0 0.0.0.0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(
+ config_line=" set trust-ip-3 0.0.0.0 0.0.0.0", parents=("config system interface", ' edit "mgmt"')
+ ),
+ ConfigLine(config_line=" set trust-ip6-1 ::/0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set trust-ip6-2 ::/0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set trust-ip6-3 ::/0", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set mtu-override disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=" set wccp disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(
+ config_line=" set drop-overlapped-fragment disable",
+ parents=("config system interface", ' edit "mgmt"'),
+ ),
+ ConfigLine(config_line=" set drop-fragment disable", parents=("config system interface", ' edit "mgmt"')),
+ ConfigLine(config_line=' edit "ha"', parents=("config system interface",)),
+ ConfigLine(config_line=' set vdom "root"', parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set vrf 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set fortilink disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set mode static", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set dhcp-relay-service disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set management-ip 0.0.0.0 0.0.0.0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set ip 0.0.0.0 0.0.0.0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" unset allowaccess", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set fail-detect disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set arpforward enable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set broadcast-forward disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set bfd global", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set l2forward disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set icmp-send-redirect enable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set icmp-accept-redirect enable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set vlanforward disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set stpforward disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set ips-sniffer-mode disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set ident-accept disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set ipmac disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set subst disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set substitute-dst-mac 00:00:00:00:00:00",
+ parents=("config system interface", ' edit "ha"'),
+ ),
+ ConfigLine(config_line=" set status up", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set netbios-forward disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set wins-ip 0.0.0.0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set type physical", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set netflow-sampler disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set sflow-sampler disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set src-check enable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set sample-rate 2000", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set polling-interval 20", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set sample-direction both", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set explicit-web-proxy disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set explicit-ftp-proxy disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set proxy-captive-portal disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set tcp-mss 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set inbandwidth 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set outbandwidth 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set egress-shaping-profile ''", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set ingress-shaping-profile ''", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set disconnect-threshold 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set spillover-threshold 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set ingress-spillover-threshold 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set weight 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set external disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set description ''", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set alias ''", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set security-mode none", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set device-identification disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set lldp-reception vdom", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set lldp-transmission vdom", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set estimated-upstream-bandwidth 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set estimated-downstream-bandwidth 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set measured-upstream-bandwidth 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set measured-downstream-bandwidth 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set bandwidth-measure-time 0", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set monitor-bandwidth disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set vrrp-virtual-mac disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set role undefined", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set snmp-index 2", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set secondary-IP disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set preserve-session-route disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set auto-auth-extension-device disable",
+ parents=("config system interface", ' edit "ha"'),
+ ),
+ ConfigLine(config_line=" set ap-discover enable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set ip-managed-by-fortiipam disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set switch-controller-mgmt-vlan 4094", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(
+ config_line=" set switch-controller-igmp-snooping-proxy disable",
+ parents=("config system interface", ' edit "ha"'),
+ ),
+ ConfigLine(
+ config_line=" set switch-controller-igmp-snooping-fast-leave disable",
+ parents=("config system interface", ' edit "ha"'),
+ ),
+ ConfigLine(config_line=" set swc-first-create 0", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" config ipv6", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set ip6-mode static",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set nd-mode basic",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-address ::/0",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" unset ip6-allowaccess",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set icmp6-send-redirect enable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-reachable-time 0",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-retrans-time 0",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-hop-limit 0",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set dhcp6-prefix-delegation disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set dhcp6-information-request disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set vrrp-virtual-mac6 disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set vrip6_link_local ::",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set ip6-send-adv disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set autoconf disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(
+ config_line=" set dhcp6-relay-service disable",
+ parents=("config system interface", ' edit "ha"', " config ipv6"),
+ ),
+ ConfigLine(config_line=" set speed auto", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set mtu-override disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line=" set wccp disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(
+ config_line=" set drop-overlapped-fragment disable", parents=("config system interface", ' edit "ha"')
+ ),
+ ConfigLine(config_line=" set drop-fragment disable", parents=("config system interface", ' edit "ha"')),
+ ConfigLine(config_line="config system virtual-switch", parents=()),
+ ConfigLine(config_line=' edit "lan"', parents=("config system virtual-switch",)),
+ ConfigLine(
+ config_line=' set physical-switch "sw0"', parents=("config system virtual-switch", ' edit "lan"')
+ ),
+ ConfigLine(config_line=" set span disable", parents=("config system virtual-switch", ' edit "lan"')),
+ ConfigLine(config_line=" config port", parents=("config system virtual-switch", ' edit "lan"')),
+ ConfigLine(
+ config_line=' edit "port1"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port1"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port1"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port1"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port2"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port2"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port2"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port2"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port3"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port3"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port3"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port3"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port4"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port4"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port4"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port4"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port5"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port5"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port5"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port5"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port6"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port6"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port6"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port6"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port7"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port7"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port7"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port7"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port8"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port8"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port8"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port8"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port9"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port9"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port9"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port9"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port10"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port10"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port10"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port10"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port11"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port11"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port11"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port11"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port12"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port12"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port12"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port12"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port13"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port13"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port13"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port13"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port14"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port14"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port14"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port14"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port15"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port15"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port15"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port15"'),
+ ),
+ ConfigLine(
+ config_line=' edit "port16"',
+ parents=("config system virtual-switch", ' edit "lan"', " config port"),
+ ),
+ ConfigLine(
+ config_line=" set speed auto",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port16"'),
+ ),
+ ConfigLine(
+ config_line=" set status up",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port16"'),
+ ),
+ ConfigLine(
+ config_line=" set alias ''",
+ parents=("config system virtual-switch", ' edit "lan"', " config port", ' edit "port16"'),
+ ),
+ ConfigLine(config_line='config system replacemsg auth "auth-sms-token-page"', parents=()),
+ ConfigLine(
+ config_line=' set buffer "\n\n \n \n \n \n \n \n Firewall Authentication \n \n \n
\n
SMS Token Code Required \n
\n
\n\n"\n',
+ parents=('config system replacemsg auth "auth-sms-token-page"',),
+ ),
+ ConfigLine(config_line=" set header http", parents=('config system replacemsg auth "auth-sms-token-page"',)),
+ ConfigLine(config_line=" set format html", parents=('config system replacemsg auth "auth-sms-token-page"',)),
+]
diff --git a/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_sent.txt b/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_sent.txt
new file mode 100644
index 0000000..873f75a
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/fortinet_fortios/fortios_full_sent.txt
@@ -0,0 +1,466 @@
+config system global
+ set admin-concurrent enable
+ set admin-console-timeout 0
+ set admin-hsts-max-age 15552000
+ set admin-https-pki-required disable
+ set admin-https-redirect enable
+ set admin-https-ssl-versions tlsv1-1 tlsv1-2 tlsv1-3
+ set admin-lockout-duration 60
+ set admin-lockout-threshold 3
+ set admin-login-max 100
+end
+config wireless-controller global
+ set name ''
+ set location ''
+ set image-download enable
+ set max-retransmit 3
+ set control-message-offload ebp-frame aeroscout-tag ap-list sta-list sta-cap-list stats aeroscout-mu sta-health spectral-analysis
+ set data-ethernet-II enable
+ set link-aggregation disable
+ set mesh-eth-type 8755
+ set fiapp-eth-type 5252
+ set discovery-mc-addr 224.0.1.140
+ set max-clients 0
+ set rogue-scan-mac-adjacency 7
+ set ipsec-base-ip 169.254.0.1
+ set wtp-share disable
+ set ap-log-server disable
+end
+config system switch-interface
+end
+config system lte-modem
+ set status disable
+ set extra-init ''
+ set authtype none
+ set apn ''
+ set modem-port 255
+end
+config system interface
+ edit "mgmt"
+ set vrf 0
+ set distance 5
+ set priority 0
+ set dhcp-relay-service disable
+ set ip 10.0.0.41 255.255.252.0
+ set allowaccess ping https ssh snmp http fgfm
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set dedicated-to management
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role lan
+ set snmp-index 1
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ end
+ set defaultgw enable
+ set dns-server-override enable
+ set speed auto
+ set trust-ip-1 0.0.0.0 0.0.0.0
+ set trust-ip-2 0.0.0.0 0.0.0.0
+ set trust-ip-3 0.0.0.0 0.0.0.0
+ set trust-ip6-1 ::/0
+ set trust-ip6-2 ::/0
+ set trust-ip6-3 ::/0
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+ edit "ha"
+ set vdom "root"
+ set vrf 0
+ set fortilink disable
+ set mode static
+ set dhcp-relay-service disable
+ set management-ip 0.0.0.0 0.0.0.0
+ set ip 0.0.0.0 0.0.0.0
+ unset allowaccess
+ set fail-detect disable
+ set arpforward enable
+ set broadcast-forward disable
+ set bfd global
+ set l2forward disable
+ set icmp-send-redirect enable
+ set icmp-accept-redirect enable
+ set vlanforward disable
+ set stpforward disable
+ set ips-sniffer-mode disable
+ set ident-accept disable
+ set ipmac disable
+ set subst disable
+ set substitute-dst-mac 00:00:00:00:00:00
+ set status up
+ set netbios-forward disable
+ set wins-ip 0.0.0.0
+ set type physical
+ set netflow-sampler disable
+ set sflow-sampler disable
+ set src-check enable
+ set sample-rate 2000
+ set polling-interval 20
+ set sample-direction both
+ set explicit-web-proxy disable
+ set explicit-ftp-proxy disable
+ set proxy-captive-portal disable
+ set tcp-mss 0
+ set inbandwidth 0
+ set outbandwidth 0
+ set egress-shaping-profile ''
+ set ingress-shaping-profile ''
+ set disconnect-threshold 0
+ set spillover-threshold 0
+ set ingress-spillover-threshold 0
+ set weight 0
+ set external disable
+ set description ''
+ set alias ''
+ set security-mode none
+ set device-identification disable
+ set lldp-reception vdom
+ set lldp-transmission vdom
+ set estimated-upstream-bandwidth 0
+ set estimated-downstream-bandwidth 0
+ set measured-upstream-bandwidth 0
+ set measured-downstream-bandwidth 0
+ set bandwidth-measure-time 0
+ set monitor-bandwidth disable
+ set vrrp-virtual-mac disable
+ set role undefined
+ set snmp-index 2
+ set secondary-IP disable
+ set preserve-session-route disable
+ set auto-auth-extension-device disable
+ set ap-discover enable
+ set ip-managed-by-fortiipam disable
+ set switch-controller-mgmt-vlan 4094
+ set switch-controller-igmp-snooping-proxy disable
+ set switch-controller-igmp-snooping-fast-leave disable
+ set swc-first-create 0
+ config ipv6
+ set ip6-mode static
+ set nd-mode basic
+ set ip6-address ::/0
+ unset ip6-allowaccess
+ set icmp6-send-redirect enable
+ set ip6-reachable-time 0
+ set ip6-retrans-time 0
+ set ip6-hop-limit 0
+ set dhcp6-prefix-delegation disable
+ set dhcp6-information-request disable
+ set vrrp-virtual-mac6 disable
+ set vrip6_link_local ::
+ set ip6-send-adv disable
+ set autoconf disable
+ set dhcp6-relay-service disable
+ end
+ set speed auto
+ set mtu-override disable
+ set wccp disable
+ set drop-overlapped-fragment disable
+ set drop-fragment disable
+ next
+end
+config system virtual-switch
+ edit "lan"
+ set physical-switch "sw0"
+ set span disable
+ config port
+ edit "port1"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port2"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port3"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port4"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port5"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port6"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port7"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port8"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port9"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port10"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port11"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port12"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port13"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port14"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port15"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ edit "port16"
+ set speed auto
+ set status up
+ set alias ''
+ next
+ end
+ next
+end
+config system replacemsg auth "auth-sms-token-page"
+ set buffer "
+
+
+
+
+
+
+
+ Firewall Authentication
+
+
+
+
SMS Token Code Required
+
+
+
+"
+ set header http
+ set format html
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/hp_comware/hp_comware_received.py b/tests/unit/mock/config/parser/base/hp_comware/hp_comware_received.py
new file mode 100644
index 0000000..f35bd04
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/hp_comware/hp_comware_received.py
@@ -0,0 +1,67 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="sysname HP-JKT-01", parents=()),
+ ConfigLine(config_line="dhcp enable", parents=()),
+ ConfigLine(config_line="dhcp server forbidden-ip 10.10.10.1 10.10.10.100", parents=()),
+ ConfigLine(config_line="dhcp server always-broadcast", parents=()),
+ ConfigLine(config_line="dhcp server ip-pool CKP", parents=()),
+ ConfigLine(config_line=" gateway-list 10.10.10.1", parents=("dhcp server ip-pool CKP",)),
+ ConfigLine(config_line=" domain-name intra.data.co.id", parents=("dhcp server ip-pool CKP",)),
+ ConfigLine(config_line=" expired day 30", parents=("dhcp server ip-pool CKP",)),
+ ConfigLine(config_line=" netbios-type b-node", parents=("dhcp server ip-pool CKP",)),
+ ConfigLine(config_line="bgp 65330", parents=()),
+ ConfigLine(config_line=" router-id 10.10.10.254", parents=("bgp 65330",)),
+ ConfigLine(config_line=" graceful-restart", parents=("bgp 65330",)),
+ ConfigLine(config_line=" graceful-restart timer restart 120", parents=("bgp 65330",)),
+ ConfigLine(config_line=" graceful-restart timer wait-for-rib 360", parents=("bgp 65330",)),
+ ConfigLine(config_line=" peer 10.20.240.1 description ***Point to Point Connection**", parents=("bgp 65330",)),
+ ConfigLine(config_line=" peer 10.20.240.1 ebgp-max-hop 10", parents=("bgp 65330",)),
+ ConfigLine(
+ config_line=" peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==",
+ parents=("bgp 65330",),
+ ),
+ ConfigLine(
+ config_line=" address-family ipv4 unicast",
+ parents=("bgp 65330", " peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx=="),
+ ),
+ ConfigLine(
+ config_line=" balance 4",
+ parents=("bgp 65330", " peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx=="),
+ ),
+ ConfigLine(
+ config_line=" peer 10.30.240.1 enable",
+ parents=("bgp 65330", " peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx=="),
+ ),
+ ConfigLine(
+ config_line=" peer 10.30.240.1 route-policy P2P-FirstTry import",
+ parents=("bgp 65330", " peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx=="),
+ ),
+ ConfigLine(
+ config_line=" peer 10.30.240.1 route-policy P2P-FirstTry export",
+ parents=("bgp 65330", " peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx=="),
+ ),
+ ConfigLine(config_line="snmp-agent", parents=()),
+ ConfigLine(config_line="snmp-agent local-engineid 8000XXX123456789AB503C00000001", parents=()),
+ ConfigLine(config_line="snmp-agent community read RO", parents=()),
+ ConfigLine(config_line="snmp-agent community read read", parents=()),
+ ConfigLine(config_line="snmp-agent community read ro", parents=()),
+ ConfigLine(config_line="acl advanced name HPE", parents=()),
+ ConfigLine(
+ config_line=" rule 1 permit source 10.180.50.254 0 destination 10.1.0.249 0", parents=("acl advanced name HPE",)
+ ),
+ ConfigLine(
+ config_line=" rule 2 permit source 10.180.50.0 0.0.0.127 destination 10.1.4.62 0",
+ parents=("acl advanced name HPE",),
+ ),
+ ConfigLine(
+ config_line=" rule 3 permit source 10.180.50.0 0.0.0.127 destination 10.2.4.62 0",
+ parents=("acl advanced name HPE",),
+ ),
+ ConfigLine(config_line="header motd #", parents=()),
+ ConfigLine(
+ config_line="===================================================\n!!! WARNING !!!\nsystem monitoring for law enforcement and other\npurpose. Unauthorized use of this machine may\nsubject you to criminal prosecution and penalties\n==================================================#",
+ parents=("header motd #",),
+ ),
+ ConfigLine(config_line="return", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/hp_comware/hp_comware_sent.txt b/tests/unit/mock/config/parser/base/hp_comware/hp_comware_sent.txt
new file mode 100644
index 0000000..a22b6f1
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/hp_comware/hp_comware_sent.txt
@@ -0,0 +1,48 @@
+sysname HP-JKT-01
+#
+dhcp enable
+dhcp server forbidden-ip 10.10.10.1 10.10.10.100
+dhcp server always-broadcast
+#
+dhcp server ip-pool CKP
+ gateway-list 10.10.10.1
+ domain-name intra.data.co.id
+ expired day 30
+ netbios-type b-node
+#
+bgp 65330
+ router-id 10.10.10.254
+ graceful-restart
+ graceful-restart timer restart 120
+ graceful-restart timer wait-for-rib 360
+ peer 10.20.240.1 description ***Point to Point Connection**
+ peer 10.20.240.1 ebgp-max-hop 10
+ peer 10.30.240.1 password cipher $x$x$xxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxxx==
+ address-family ipv4 unicast
+ balance 4
+ peer 10.30.240.1 enable
+ peer 10.30.240.1 route-policy P2P-FirstTry import
+ peer 10.30.240.1 route-policy P2P-FirstTry export
+#
+snmp-agent
+snmp-agent local-engineid 8000XXX123456789AB503C00000001
+snmp-agent community read RO
+snmp-agent community read read
+snmp-agent community read ro
+#
+acl advanced name HPE
+ rule 1 permit source 10.180.50.254 0 destination 10.1.0.249 0
+ rule 2 permit source 10.180.50.0 0.0.0.127 destination 10.1.4.62 0
+ rule 3 permit source 10.180.50.0 0.0.0.127 destination 10.2.4.62 0
+#
+header motd #
+===================================================
+
+!!! WARNING !!!
+system monitoring for law enforcement and other
+purpose. Unauthorized use of this machine may
+subject you to criminal prosecution and penalties
+
+==================================================#
+#
+return
diff --git a/tests/unit/mock/config/parser/juniper_junos/junos_full_received.py b/tests/unit/mock/config/parser/base/juniper_junos/junos_full_received.py
similarity index 100%
rename from tests/unit/mock/config/parser/juniper_junos/junos_full_received.py
rename to tests/unit/mock/config/parser/base/juniper_junos/junos_full_received.py
diff --git a/tests/unit/mock/config/parser/juniper_junos/junos_full_sent.txt b/tests/unit/mock/config/parser/base/juniper_junos/junos_full_sent.txt
similarity index 100%
rename from tests/unit/mock/config/parser/juniper_junos/junos_full_sent.txt
rename to tests/unit/mock/config/parser/base/juniper_junos/junos_full_sent.txt
diff --git a/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_received.py b/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_received.py
new file mode 100644
index 0000000..fd06c50
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_received.py
@@ -0,0 +1,123 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="/interface bridge add name=google-vpc-peering-iface", parents=()),
+ ConfigLine(config_line="/interface bridge add name=loopback", parents=()),
+ ConfigLine(config_line="/interface bonding add mode=802.3ad name=Po1 slaves=sfp-sfpplus1,sfp-sfpplus2", parents=()),
+ ConfigLine(config_line="/interface vlan add interface=Po1 name=vlan11-mgmt vlan-id=11", parents=()),
+ ConfigLine(
+ config_line="/interface vlan add interface=vlan2933-Transit-to-CC-NNI name=vlan3049-Transit-to-XXX vlan-id=3049",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/interface vlan add disabled=yes interface=Po1 name=vlan3051-Transit-to-CSW-through-QoE-Disabled vlan-id=3051",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/interface vlan add interface=Po1 mtu=1300 name=vlan3225-Transit-CORE-Agg1-to-COREXXX vlan-id=3225",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/ip ipsec peer add address=50.157.100.38/32 exchange-mode=ike2 local-address=55.106.77.11 name=google-vpc-peer",
+ parents=(),
+ ),
+ ConfigLine(config_line="/ip pool add name=BNEdgeLiteTest ranges=192.168.69.254", parents=()),
+ ConfigLine(config_line="/ip pool add name=BNEdgeLiteTest2 ranges=192.168.70.254", parents=()),
+ ConfigLine(
+ config_line="/ip dhcp-server add address-pool=BNEdgeLiteTest disabled=no interface=ether1 name=dhcp1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/ip dhcp-server add address-pool=BNEdgeLiteTest2 disabled=no interface=ether2 name=dhcp2",
+ parents=(),
+ ),
+ ConfigLine(config_line="/routing bgp instance set default as=1234 router-id=10.127.1.3", parents=()),
+ ConfigLine(config_line="/routing ospf instance set [ find default=yes ] router-id=10.127.1.3", parents=()),
+ ConfigLine(config_line="/snmp community add addresses=::/0 name=somestringa", parents=()),
+ ConfigLine(
+ config_line="/system logging action set 3 bsd-syslog=yes remote=172.16.11.1 remote-port=5140", parents=()
+ ),
+ ConfigLine(
+ config_line="/user group set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/user group add name=prom policy=ssh,read,winbox,api,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp",
+ parents=(),
+ ),
+ ConfigLine(config_line="/ip neighbor discovery-settings set discover-interface-list=!dynamic", parents=()),
+ ConfigLine(config_line="/ip address add address=10.0.11.13/24 interface=vlan11-mgmt network=10.0.11.0", parents=()),
+ ConfigLine(config_line="/ip address add address=192.168.69.1/24 interface=ether1 network=192.168.69.0", parents=()),
+ ConfigLine(config_line="/ip dhcp-server network add address=192.168.69.0/24 gateway=192.168.69.1", parents=()),
+ ConfigLine(config_line="/ip dhcp-server network add address=192.168.70.0/24 gateway=192.168.70.1", parents=()),
+ ConfigLine(config_line="/ip dns set servers=8.8.8.8", parents=()),
+ ConfigLine(config_line="/ip firewall address-list add address=34.157.17.38 list=whitelist", parents=()),
+ ConfigLine(config_line="/ip firewall address-list add address=72.202.79.109 list=google-vpc-acl", parents=()),
+ ConfigLine(config_line="/ip firewall address-list add address=34.157.17.38 list=google-vpc-acl", parents=()),
+ ConfigLine(
+ config_line="/ip firewall filter add action=drop chain=input dst-address=50.106.77.11 src-address-list=!google-vpc-acl",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/ip firewall nat add action=dst-nat chain=dstnat dst-address=50.106.77.11 dst-port=443 protocol=tcp to-addresses=10.1.15.10",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/ip firewall nat add action=masquerade chain=srcnat out-interface=vlan12-Servers", parents=()
+ ),
+ ConfigLine(
+ config_line="/ip firewall nat add action=src-nat chain=srcnat src-address=50.64.0.75 to-addresses=55.106.77.11",
+ parents=(),
+ ),
+ ConfigLine(config_line="/ip ipsec identity add peer=google-vpc-peer secret=*****", parents=()),
+ ConfigLine(config_line="/ip ipsec policy set 0 disabled=yes", parents=()),
+ ConfigLine(
+ config_line="/ip ipsec policy add disabled=yes dst-address=169.254.1.1/32 peer=google-vpc-peer src-address=169.254.1.2/32 tunnel=yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/ip ipsec policy add disabled=yes dst-address=10.150.0.0/20 peer=google-vpc-peer src-address=0.0.0.0/0 tunnel=yes",
+ parents=(),
+ ),
+ ConfigLine(config_line="/ip service set telnet disabled=yes", parents=()),
+ ConfigLine(config_line="/ip service set ftp disabled=yes", parents=()),
+ ConfigLine(config_line="/ip service set www disabled=yes", parents=()),
+ ConfigLine(config_line="/ip service set api address=10.1.15.5/32,10.120.16.0/20,172.16.11.0/24", parents=()),
+ ConfigLine(config_line="/ip service set api-ssl disabled=yes", parents=()),
+ ConfigLine(config_line="/routing bgp network add network=55.106.77.11/32 synchronize=no", parents=()),
+ ConfigLine(config_line="/routing bgp network add network=55.106.77.12/32 synchronize=no", parents=()),
+ ConfigLine(
+ config_line="/routing bgp peer add in-filter=ibgp-allow-default-in name=CSW out-filter=ibgp-no-default-out remote-address=10.127.1.10 remote-as=12345 update-source=loopback",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/routing filter add action=discard chain=ibgp-no-default-out prefix=10.127.1.0/24", parents=()
+ ),
+ ConfigLine(
+ config_line="/routing filter add action=accept chain=ibgp-no-default-out prefix=10.64.0.0/10 prefix-length=22-32",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/routing ospf interface add dead-interval=8s hello-interval=2s interface=vlan3049-Transit-to-85Presidential network-type=point-to-point",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="/routing ospf interface add cost=11 dead-interval=8s hello-interval=2s interface=vlan3166-Transit-HalseyCore-Agg1-to-Indigo-5 network-type=point-to-point",
+ parents=(),
+ ),
+ ConfigLine(config_line="/routing ospf network add area=backbone network=10.126.0.16/29", parents=()),
+ ConfigLine(config_line="/routing ospf network add area=backbone network=10.127.1.3/32", parents=()),
+ ConfigLine(config_line="/snmp set enabled=yes trap-community=somestring", parents=()),
+ ConfigLine(config_line="/system clock set time-zone-name=America/New_York", parents=()),
+ ConfigLine(config_line="/system identity set name=ag1.123site.nwk.nj", parents=()),
+ ConfigLine(config_line="/system logging add action=remote topics=error", parents=()),
+ ConfigLine(config_line="/system logging add action=remote topics=info", parents=()),
+ ConfigLine(
+ config_line='/system note set note="This is a \\\\\\"System Note\\\\\\" for a Mikrotik router.\\\\n\\\\\\\n \\nIt includes double quotes (\\\\\\") and special characters such as:\\\\n\\\\\\\n \\n@, #, \\$, %, ^, &, *, (, ), _, +, [, ], {, }, |, ;, \',\', ., /, <, >, and \\?.\\\\n\\\\\\\n \\n\\\\n\\\\\\\n \\nRemember to escape any special characters with a backslash (\\\\\\\\) when necessary.\\\\n\\\\\\\n \\n\\\\n\\\\\\\n \\nThis is a multiline note with several lines of text.\\\\n\\\\\\\n \\nWow, what a great example of a note to ensure proper parsing by NetUtils!\n \\nWe are treating this as a banner."',
+ parents=(),
+ ),
+]
diff --git a/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_sent.txt b/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_sent.txt
new file mode 100644
index 0000000..89f8d6f
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/mikrotik_routeros/routeros_full_sent.txt
@@ -0,0 +1,71 @@
+# by RouterOS 6.49.6
+# software id = WZ00-84LP
+#
+# model = CCR1036-8G-2S+
+# serial number = C6CD0BF7A020
+/interface bridge add name=google-vpc-peering-iface
+/interface bridge add name=loopback
+/interface bonding add mode=802.3ad name=Po1 slaves=sfp-sfpplus1,sfp-sfpplus2
+/interface vlan add interface=Po1 name=vlan11-mgmt vlan-id=11
+/interface vlan add interface=vlan2933-Transit-to-CC-NNI name=vlan3049-Transit-to-XXX vlan-id=3049
+/interface vlan add disabled=yes interface=Po1 name=vlan3051-Transit-to-CSW-through-QoE-Disabled vlan-id=3051
+/interface vlan add interface=Po1 mtu=1300 name=vlan3225-Transit-CORE-Agg1-to-COREXXX vlan-id=3225
+/interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik
+/ip ipsec peer add address=50.157.100.38/32 exchange-mode=ike2 local-address=55.106.77.11 name=google-vpc-peer
+/ip pool add name=BNEdgeLiteTest ranges=192.168.69.254
+/ip pool add name=BNEdgeLiteTest2 ranges=192.168.70.254
+/ip dhcp-server add address-pool=BNEdgeLiteTest disabled=no interface=ether1 name=dhcp1
+/ip dhcp-server add address-pool=BNEdgeLiteTest2 disabled=no interface=ether2 name=dhcp2
+/routing bgp instance set default as=1234 router-id=10.127.1.3
+/routing ospf instance set [ find default=yes ] router-id=10.127.1.3
+/snmp community add addresses=::/0 name=somestringa
+/system logging action set 3 bsd-syslog=yes remote=172.16.11.1 remote-port=5140
+/user group set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp
+/user group add name=prom policy=ssh,read,winbox,api,!local,!telnet,!ftp,!reboot,!write,!policy,!test,!password,!web,!sniff,!sensitive,!romon,!dude,!tikapp
+#error exporting /interface bridge calea
+/ip neighbor discovery-settings set discover-interface-list=!dynamic
+/ip address add address=10.0.11.13/24 interface=vlan11-mgmt network=10.0.11.0
+/ip address add address=192.168.69.1/24 interface=ether1 network=192.168.69.0
+/ip dhcp-server network add address=192.168.69.0/24 gateway=192.168.69.1
+/ip dhcp-server network add address=192.168.70.0/24 gateway=192.168.70.1
+/ip dns set servers=8.8.8.8
+/ip firewall address-list add address=34.157.17.38 list=whitelist
+/ip firewall address-list add address=72.202.79.109 list=google-vpc-acl
+/ip firewall address-list add address=34.157.17.38 list=google-vpc-acl
+#error exporting /ip firewall calea
+/ip firewall filter add action=drop chain=input dst-address=50.106.77.11 src-address-list=!google-vpc-acl
+/ip firewall nat add action=dst-nat chain=dstnat dst-address=50.106.77.11 dst-port=443 protocol=tcp to-addresses=10.1.15.10
+/ip firewall nat add action=masquerade chain=srcnat out-interface=vlan12-Servers
+/ip firewall nat add action=src-nat chain=srcnat src-address=50.64.0.75 to-addresses=55.106.77.11
+/ip ipsec identity add peer=google-vpc-peer secret=*****
+/ip ipsec policy set 0 disabled=yes
+/ip ipsec policy add disabled=yes dst-address=169.254.1.1/32 peer=google-vpc-peer src-address=169.254.1.2/32 tunnel=yes
+/ip ipsec policy add disabled=yes dst-address=10.150.0.0/20 peer=google-vpc-peer src-address=0.0.0.0/0 tunnel=yes
+/ip service set telnet disabled=yes
+/ip service set ftp disabled=yes
+/ip service set www disabled=yes
+/ip service set api address=10.1.15.5/32,10.120.16.0/20,172.16.11.0/24
+/ip service set api-ssl disabled=yes
+/routing bgp network add network=55.106.77.11/32 synchronize=no
+/routing bgp network add network=55.106.77.12/32 synchronize=no
+/routing bgp peer add in-filter=ibgp-allow-default-in name=CSW out-filter=ibgp-no-default-out remote-address=10.127.1.10 remote-as=12345 update-source=loopback
+/routing filter add action=discard chain=ibgp-no-default-out prefix=10.127.1.0/24
+/routing filter add action=accept chain=ibgp-no-default-out prefix=10.64.0.0/10 prefix-length=22-32
+/routing ospf interface add dead-interval=8s hello-interval=2s interface=vlan3049-Transit-to-85Presidential network-type=point-to-point
+/routing ospf interface add cost=11 dead-interval=8s hello-interval=2s interface=vlan3166-Transit-HalseyCore-Agg1-to-Indigo-5 network-type=point-to-point
+/routing ospf network add area=backbone network=10.126.0.16/29
+/routing ospf network add area=backbone network=10.127.1.3/32
+/snmp set enabled=yes trap-community=somestring
+/system clock set time-zone-name=America/New_York
+/system identity set name=ag1.123site.nwk.nj
+/system logging add action=remote topics=error
+/system logging add action=remote topics=info
+/system note set note="This is a \\\"System Note\\\" for a Mikrotik router.\\n\\\
+ \nIt includes double quotes (\\\") and special characters such as:\\n\\\
+ \n@, #, \$, %, ^, &, *, (, ), _, +, [, ], {, }, |, ;, ',', ., /, <, >, and \?.\\n\\\
+ \n\\n\\\
+ \nRemember to escape any special characters with a backslash (\\\\) when necessary.\\n\\\
+ \n\\n\\\
+ \nThis is a multiline note with several lines of text.\\n\\\
+ \nWow, what a great example of a note to ensure proper parsing by NetUtils!
+ \nWe are treating this as a banner."
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_received.py b/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_received.py
new file mode 100644
index 0000000..2696888
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_received.py
@@ -0,0 +1,60 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="rsyslog 10.1.1.5", parents=()),
+ ConfigLine(config_line="hostname MRV-OS904-1", parents=()),
+ ConfigLine(config_line="service advanced-vty", parents=()),
+ ConfigLine(config_line="service password-encryption", parents=()),
+ ConfigLine(config_line="line vty", parents=()),
+ ConfigLine(config_line=" exec-timeout global 90", parents=("line vty",)),
+ ConfigLine(config_line="port media-select copper 1-2", parents=()),
+ ConfigLine(config_line="port description 1 TO-CUSTOMER", parents=()),
+ ConfigLine(config_line="port description 2 TO-POP", parents=()),
+ ConfigLine(config_line="port state disable 3-4", parents=()),
+ ConfigLine(config_line="no port advertise speed 1000 duplex half 1", parents=()),
+ ConfigLine(config_line="no port advertise speed 1000 duplex full 1", parents=()),
+ ConfigLine(config_line="port speed 100 1-2", parents=()),
+ ConfigLine(config_line="port duplex full 1-2", parents=()),
+ ConfigLine(config_line="port flood-limiting rate 10m 1", parents=()),
+ ConfigLine(config_line="port flood-limiting unknown-unicast 1", parents=()),
+ ConfigLine(config_line="port flood-limiting multicast 1", parents=()),
+ ConfigLine(config_line="port flood-limiting broadcast 1", parents=()),
+ ConfigLine(config_line="port tag-outbound-mode hybrid 1-2 1737", parents=()),
+ ConfigLine(config_line="interface vlan vif416", parents=()),
+ ConfigLine(config_line=" name CONTROL-VL", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" tag 416", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" ip 10.1.1.91/24", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" ports 2", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" management ssh 10.0.0.0/8", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" management telnet 10.0.0.0/8", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" management tftp 10.0.0.0/8", parents=("interface vlan vif416",)),
+ ConfigLine(config_line=" management snmp 10.0.0.0/8", parents=("interface vlan vif416",)),
+ ConfigLine(config_line="interface vlan vif1738", parents=()),
+ ConfigLine(config_line=" name SERVICE", parents=("interface vlan vif1738",)),
+ ConfigLine(config_line=" tag 1738", parents=("interface vlan vif1738",)),
+ ConfigLine(config_line=" ports 1-2", parents=("interface vlan vif1738",)),
+ ConfigLine(config_line="ip route 10.0.0.0/8 10.1.1.1", parents=()),
+ ConfigLine(config_line="ip route 19.23.8.25/32 10.1.1.1", parents=()),
+ ConfigLine(config_line="ntp", parents=()),
+ ConfigLine(config_line=" server 10.1.1.2", parents=("ntp",)),
+ ConfigLine(config_line=" enable", parents=("ntp",)),
+ ConfigLine(config_line="ingress-counters set1 port 1 tag all", parents=()),
+ ConfigLine(config_line="password long-mode", parents=()),
+ ConfigLine(config_line="radius-server host 10.1.1.2 key ASU4602O551PTV6", parents=()),
+ ConfigLine(config_line="radius-server host 10.1.1.15 key ASU4602O551PTV6", parents=()),
+ ConfigLine(config_line="aaa", parents=()),
+ ConfigLine(config_line=" authentication login default local radius", parents=("aaa",)),
+ ConfigLine(config_line="snmp", parents=()),
+ ConfigLine(config_line=" location dc1", parents=("snmp",)),
+ ConfigLine(config_line=" community 10 read-only 10.0.0.0/8 secret", parents=("snmp",)),
+ ConfigLine(config_line=" authtrap", parents=("snmp",)),
+ ConfigLine(config_line=" trapsess 10.1.1.2 2 secret", parents=("snmp",)),
+ ConfigLine(config_line=" trapsess 10.1.1.15 2 secret", parents=("snmp",)),
+ ConfigLine(config_line="fan temperature 30 27", parents=()),
+ ConfigLine(config_line="lldp", parents=()),
+ ConfigLine(config_line=" port 1 receive", parents=("lldp",)),
+ ConfigLine(config_line=" port 2 receive", parents=("lldp",)),
+ ConfigLine(config_line=" port 3 receive", parents=("lldp",)),
+ ConfigLine(config_line=" port 4 receive", parents=("lldp",)),
+ ConfigLine(config_line=" enable", parents=("lldp",)),
+]
diff --git a/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_sent.txt b/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_sent.txt
new file mode 100644
index 0000000..015df6b
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/mrv_optiswitch/optiswitch_full_sent.txt
@@ -0,0 +1,77 @@
+! version 2_1_10
+!
+rsyslog 10.1.1.5
+!
+hostname MRV-OS904-1
+!
+service advanced-vty
+service password-encryption
+!
+line vty
+ exec-timeout global 90
+!
+port media-select copper 1-2
+!
+port description 1 TO-CUSTOMER
+port description 2 TO-POP
+port state disable 3-4
+no port advertise speed 1000 duplex half 1
+no port advertise speed 1000 duplex full 1
+port speed 100 1-2
+port duplex full 1-2
+!
+port flood-limiting rate 10m 1
+port flood-limiting unknown-unicast 1
+port flood-limiting multicast 1
+port flood-limiting broadcast 1
+!
+port tag-outbound-mode hybrid 1-2 1737
+!
+interface vlan vif416
+ name CONTROL-VL
+ tag 416
+ ip 10.1.1.91/24
+ ports 2
+ management ssh 10.0.0.0/8
+ management telnet 10.0.0.0/8
+ management tftp 10.0.0.0/8
+ management snmp 10.0.0.0/8
+!
+interface vlan vif1738
+ name SERVICE
+ tag 1738
+ ports 1-2
+!
+ip route 10.0.0.0/8 10.1.1.1
+ip route 19.23.8.25/32 10.1.1.1
+!
+ntp
+ server 10.1.1.2
+ enable
+!
+ingress-counters set1 port 1 tag all
+!
+password long-mode
+!
+radius-server host 10.1.1.2 key ASU4602O551PTV6
+radius-server host 10.1.1.15 key ASU4602O551PTV6
+!
+aaa
+ authentication login default local radius
+!
+snmp
+ location dc1
+ community 10 read-only 10.0.0.0/8 secret
+ authtrap
+ trapsess 10.1.1.2 2 secret
+ trapsess 10.1.1.15 2 secret
+!
+fan temperature 30 27
+!
+lldp
+ port 1 receive
+ port 2 receive
+ port 3 receive
+ port 4 receive
+ enable
+!
diff --git a/tests/unit/mock/config/parser/base/netscaler/netscaler_full_received.py b/tests/unit/mock/config/parser/base/netscaler/netscaler_full_received.py
new file mode 100644
index 0000000..a64dff1
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/netscaler/netscaler_full_received.py
@@ -0,0 +1,194 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="#NS13.0 Build 84.11", parents=()),
+ ConfigLine(config_line="# Last modified Fri Dec 31 12:00:01 2021", parents=()),
+ ConfigLine(config_line='set system parameter -promptString "%u@%h-%T" -maxClient 40 -doppler DISABLED', parents=()),
+ ConfigLine(config_line="set ns httpProfile nshttp_default_profile -dropInvalReqs ENABLED", parents=()),
+ ConfigLine(config_line='set ns param -timezone "GMT+00:00-UTC"', parents=()),
+ ConfigLine(config_line="set ssl service nshttps-::1l-443 -ssl3 disabled -tls1 disabled", parents=()),
+ ConfigLine(config_line="set ssl service nshttps-127.0.0.1-443 -ssl3 disabled -tls1 disabled", parents=()),
+ ConfigLine(config_line="set ssl parameter -defaultProfile ENABLED", parents=()),
+ ConfigLine(config_line="enable ns feature WL SP LB CS SSL CF REWRITE RESPONDER", parents=()),
+ ConfigLine(config_line="add route 192.168.0.0 255.255.0.0", parents=()),
+ ConfigLine(
+ config_line="set ns encryptionParams -method AES256 -keyValue abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900",
+ parents=(),
+ ),
+ ConfigLine(config_line="set HA node -failSafe ON", parents=()),
+ ConfigLine(
+ config_line="set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add authentication tacacsAction AAA_ACT_TACACS_01 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add authentication tacacsAction AAA_ACT_TACACS_02 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add authentication Policy AAA_POL_TACACS_01 -rule true -action AAA_ACT_TACACS_01", parents=()
+ ),
+ ConfigLine(
+ config_line="add authentication Policy AAA_POL_TACACS_02 -rule true -action AAA_ACT_TACACS_02", parents=()
+ ),
+ ConfigLine(
+ config_line="bind system global AAA_POL_TACACS_01 -priority 10 -gotoPriorityExpression NEXT", parents=()
+ ),
+ ConfigLine(
+ config_line="bind system global AAA_POL_TACACS_02 -priority 20 -gotoPriorityExpression NEXT", parents=()
+ ),
+ ConfigLine(config_line="add system group Admin -timeout 900", parents=()),
+ ConfigLine(config_line="bind system group Admin -policyName superuser 100", parents=()),
+ ConfigLine(config_line="add system group Support -timeout 900", parents=()),
+ ConfigLine(config_line="bind system group Support -policyName XX-CMD-read-only 100", parents=()),
+ ConfigLine(config_line="bind system group Support -policyName XX-CMD-partition-read-only 110", parents=()),
+ ConfigLine(config_line="add system group Networking -timeout 900", parents=()),
+ ConfigLine(config_line="bind system group Networking -policyName XX-CMD-operator 100", parents=()),
+ ConfigLine(config_line="bind system group Networking -policyName XX-CMD-partition-operator 110", parents=()),
+ ConfigLine(
+ config_line="add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\\s+(\\?!system)(\\?!configstatus)(\\?!audit messages)(\\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)",
+ parents=(),
+ ),
+ ConfigLine(config_line="set audit syslogParams -userDefinedAuditlog YES", parents=()),
+ ConfigLine(config_line="set audit nslogParams -userDefinedAuditlog YES", parents=()),
+ ConfigLine(
+ config_line="add audit syslogAction sys_act_fdi_rsyslog 203.0.113.1 -logLevel EMERGENCY ALERT CRITICAL ERROR WARNING NOTICE INFORMATIONAL -timeZone LOCAL_TIME -userDefinedAuditlog YES -transport UDP",
+ parents=(),
+ ),
+ ConfigLine(config_line="add audit syslogPolicy sys_pol_fdi true sys_act_fdi_rsyslog", parents=()),
+ ConfigLine(config_line="bind audit syslogGlobal -policyName sys_pol_fdi -priority 2000000010", parents=()),
+ ConfigLine(
+ config_line="set snmp alarm CPU-USAGE -thresholdValue 95 -normalValue 35 -severity Informational", parents=()
+ ),
+ ConfigLine(config_line="set snmp alarm HA-STATE-CHANGE -severity Informational", parents=()),
+ ConfigLine(config_line="set snmp alarm IP-CONFLICT -severity Warning", parents=()),
+ ConfigLine(config_line="set snmp alarm MEMORY -thresholdValue 95 -normalValue 35 -severity Critical", parents=()),
+ ConfigLine(config_line="set snmp alarm POWER-SUPPLY-FAILURE -severity Minor", parents=()),
+ ConfigLine(config_line="set snmp alarm SSL-CARD-FAILED -severity Minor", parents=()),
+ ConfigLine(config_line="set snmp alarm SSL-CERT-EXPIRY -severity Warning", parents=()),
+ ConfigLine(config_line="add snmp view READ 1 -type included", parents=()),
+ ConfigLine(config_line="add snmp group NETMON-GROUP authpriv -readViewName READ", parents=()),
+ ConfigLine(
+ config_line="add snmp user monitoring -group NETMON-GROUP -authType SHA -authpasswd abcdef1234 -privType AES -privpasswd abcdef1234",
+ parents=(),
+ ),
+ ConfigLine(config_line="add ssl cipher XX-CIPHER-GROUP_1.0_v01", parents=()),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256", parents=()
+ ),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA", parents=()),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA", parents=()),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA", parents=()
+ ),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA", parents=()),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA", parents=()),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA", parents=()),
+ ConfigLine(config_line="add ssl cipher XX-CIPHER-GROUP_1.2_v01", parents=()),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256", parents=()
+ ),
+ ConfigLine(config_line="add ssl cipher XX-CIPHER-GROUP_1.2_v02", parents=()),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256", parents=()
+ ),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA", parents=()),
+ ConfigLine(config_line="bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA", parents=()),
+ ConfigLine(config_line="add ssl cipher XX-CIPHER-LIST_256", parents=()),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5", parents=()
+ ),
+ ConfigLine(
+ config_line="bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6", parents=()
+ ),
+ ConfigLine(
+ config_line="add ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="add ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE",
+ parents=(),
+ ),
+]
diff --git a/tests/unit/mock/config/parser/base/netscaler/netscaler_full_sent.txt b/tests/unit/mock/config/parser/base/netscaler/netscaler_full_sent.txt
new file mode 100644
index 0000000..108237c
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/netscaler/netscaler_full_sent.txt
@@ -0,0 +1,85 @@
+#NS13.0 Build 84.11
+# Last modified Fri Dec 31 12:00:01 2021
+set system parameter -promptString "%u@%h-%T" -maxClient 40 -doppler DISABLED
+set ns httpProfile nshttp_default_profile -dropInvalReqs ENABLED
+set ns param -timezone "GMT+00:00-UTC"
+set ssl service nshttps-::1l-443 -ssl3 disabled -tls1 disabled
+set ssl service nshttps-127.0.0.1-443 -ssl3 disabled -tls1 disabled
+set ssl parameter -defaultProfile ENABLED
+enable ns feature WL SP LB CS SSL CF REWRITE RESPONDER
+add route 192.168.0.0 255.255.0.0
+set ns encryptionParams -method AES256 -keyValue abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string
+set system user nsroot abcdef1234 -encrypted -hashmethod SHA512 -externalAuth DISABLED -timeout 900
+set HA node -failSafe ON
+set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1
+set ns rpcNode 203.0.113.1 -password abcdef1234 -encrypted -encryptmethod ENCMTHD_3 -kek -suffix some_string -srcIP 203.0.113.1
+add authentication tacacsAction AAA_ACT_TACACS_01 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof
+add authentication tacacsAction AAA_ACT_TACACS_02 -serverIP 203.0.113.1 -authTimeout 10 -tacacsSecret abcdef1234 -authorization OFF -accounting ON -groupAttrName memberof
+add authentication Policy AAA_POL_TACACS_01 -rule true -action AAA_ACT_TACACS_01
+add authentication Policy AAA_POL_TACACS_02 -rule true -action AAA_ACT_TACACS_02
+bind system global AAA_POL_TACACS_01 -priority 10 -gotoPriorityExpression NEXT
+bind system global AAA_POL_TACACS_02 -priority 20 -gotoPriorityExpression NEXT
+add system group Admin -timeout 900
+bind system group Admin -policyName superuser 100
+add system group Support -timeout 900
+bind system group Support -policyName XX-CMD-read-only 100
+bind system group Support -policyName XX-CMD-partition-read-only 110
+add system group Networking -timeout 900
+bind system group Networking -policyName XX-CMD-operator 100
+bind system group Networking -policyName XX-CMD-partition-operator 110
+add system cmdPolicy XX-CMD-read-only ALLOW (^man.*)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-operator ALLOW (^show.*)|(^stat.*)|(^(enable|disable) (server|service).*)
+add system cmdPolicy XX-CMD-partition-read-only ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)
+add system cmdPolicy XX-CMD-partition-operator ALLOW (^man.*)|(^switch)|(^show\s+(\?!system)(\?!configstatus)(\?!audit messages)(\?!techsupport).*)|(^stat.*)|(^(enable|disable) (server|service).*)
+set audit syslogParams -userDefinedAuditlog YES
+set audit nslogParams -userDefinedAuditlog YES
+add audit syslogAction sys_act_fdi_rsyslog 203.0.113.1 -logLevel EMERGENCY ALERT CRITICAL ERROR WARNING NOTICE INFORMATIONAL -timeZone LOCAL_TIME -userDefinedAuditlog YES -transport UDP
+add audit syslogPolicy sys_pol_fdi true sys_act_fdi_rsyslog
+bind audit syslogGlobal -policyName sys_pol_fdi -priority 2000000010
+set snmp alarm CPU-USAGE -thresholdValue 95 -normalValue 35 -severity Informational
+set snmp alarm HA-STATE-CHANGE -severity Informational
+set snmp alarm IP-CONFLICT -severity Warning
+set snmp alarm MEMORY -thresholdValue 95 -normalValue 35 -severity Critical
+set snmp alarm POWER-SUPPLY-FAILURE -severity Minor
+set snmp alarm SSL-CARD-FAILED -severity Minor
+set snmp alarm SSL-CERT-EXPIRY -severity Warning
+add snmp view READ 1 -type included
+add snmp group NETMON-GROUP authpriv -readViewName READ
+add snmp user monitoring -group NETMON-GROUP -authType SHA -authpasswd abcdef1234 -privType AES -privpasswd abcdef1234
+add ssl cipher XX-CIPHER-GROUP_1.0_v01
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1.2-DHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-DHE-RSA-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-256-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName TLS1-AES-128-CBC-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v01 -cipherName SSL3-DES-CBC3-SHA
+add ssl cipher XX-CIPHER-GROUP_1.2_v01
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.2_v01 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+add ssl cipher XX-CIPHER-GROUP_1.2_v02
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-CHACHA20-POLY1305
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES128-GCM-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1.2-ECDHE-RSA-AES-128-SHA256
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES256-SHA
+bind ssl cipher XX-CIPHER-GROUP_1.0_v03 -cipherName TLS1-ECDHE-RSA-AES128-SHA
+add ssl cipher XX-CIPHER-LIST_256
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES256-GCM-SHA384 -cipherPriority 1
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-ECDHE-RSA-AES-256-SHA384 -cipherPriority 2
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-ECDHE-RSA-AES256-SHA -cipherPriority 3
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES256-GCM-SHA384 -cipherPriority 4
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1.2-AES-256-SHA256 -cipherPriority 5
+bind ssl cipher XX-CIPHER-LIST_256 -cipherName TLS1-AES-256-CBC-SHA -cipherPriority 6
+add ssl profile XX-SSL-Profile_1.0_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v01 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg ALL
+add ssl profile XX-SSL-Profile_1.2_v02 -eRSA ENABLED -eRSACount 1800 -sessReuse ENABLED -sessTimeout 1800 -ssl3 DISABLED -tls1 DISABLED -tls11 DISABLED -denySSLReneg NONSECURE
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_received.py b/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_received.py
new file mode 100644
index 0000000..07c1d57
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_received.py
@@ -0,0 +1,723 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="exit all", parents=()),
+ ConfigLine(config_line="configure", parents=()),
+ ConfigLine(config_line="System Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Configuration",)),
+ ConfigLine(config_line=' name "sros-r1"', parents=("System Configuration", " system")),
+ ConfigLine(config_line=" netconf", parents=("System Configuration", " system")),
+ ConfigLine(
+ config_line=" auto-config-save", parents=("System Configuration", " system", " netconf")
+ ),
+ ConfigLine(
+ config_line=" no shutdown", parents=("System Configuration", " system", " netconf")
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" snmp", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" streaming", parents=("System Configuration", " system", " snmp")),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("System Configuration", " system", " snmp", " streaming"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system", " snmp")),
+ ConfigLine(
+ config_line=" packet-size 9216", parents=("System Configuration", " system", " snmp")
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" time", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" sntp", parents=("System Configuration", " system", " time")),
+ ConfigLine(
+ config_line=" shutdown",
+ parents=("System Configuration", " system", " time", " sntp"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system", " time")),
+ ConfigLine(config_line=" zone UTC", parents=("System Configuration", " system", " time")),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" bluetooth", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" module A", parents=("System Configuration", " system", " bluetooth")),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system", " bluetooth")),
+ ConfigLine(
+ config_line=" power off", parents=("System Configuration", " system", " bluetooth")
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Configuration",)),
+ ConfigLine(config_line="System Security Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Security Configuration",)),
+ ConfigLine(config_line=" security", parents=("System Security Configuration", " system")),
+ ConfigLine(
+ config_line=' profile "administrative"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" netconf",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" base-op-authorization",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " netconf",
+ ),
+ ),
+ ConfigLine(
+ config_line=" kill-session",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " netconf",
+ " base-op-authorization",
+ ),
+ ),
+ ConfigLine(
+ config_line=" lock",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " netconf",
+ " base-op-authorization",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " netconf",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools perform security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 40",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools dump security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 50",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "admin system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 100",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 110",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 111",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "clear li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 111",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 111",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools dump li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 112",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 112",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' user "admin"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=' password "$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6"',
+ parents=("System Security Configuration", " system", " security", ' user "admin"'),
+ ),
+ ConfigLine(
+ config_line=" access console ftp snmp netconf grpc",
+ parents=("System Security Configuration", " system", " security", ' user "admin"'),
+ ),
+ ConfigLine(
+ config_line=" console",
+ parents=("System Security Configuration", " system", " security", ' user "admin"'),
+ ),
+ ConfigLine(
+ config_line=' member "administrative"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' user "admin"',
+ " console",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' user "admin"'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' user "vrnetlab"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=' password "$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C"',
+ parents=("System Security Configuration", " system", " security", ' user "vrnetlab"'),
+ ),
+ ConfigLine(
+ config_line=" access console netconf",
+ parents=("System Security Configuration", " system", " security", ' user "vrnetlab"'),
+ ),
+ ConfigLine(
+ config_line=" console",
+ parents=("System Security Configuration", " system", " security", ' user "vrnetlab"'),
+ ),
+ ConfigLine(
+ config_line=' member "administrative"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' user "vrnetlab"',
+ " console",
+ ),
+ ),
+ ConfigLine(
+ config_line=' member "default"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' user "vrnetlab"',
+ " console",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' user "vrnetlab"'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=" per-peer-queuing",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" dist-cpu-protection",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=' policy "_default-access-policy" create',
+ parents=("System Security Configuration", " system", " security", " dist-cpu-protection"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", " dist-cpu-protection"),
+ ),
+ ConfigLine(
+ config_line=' policy "_default-network-policy" create',
+ parents=("System Security Configuration", " system", " security", " dist-cpu-protection"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", " dist-cpu-protection"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(config_line=" exit", parents=("System Security Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Security Configuration",)),
+ ConfigLine(config_line="System Login Control Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Login Control Configuration",)),
+ ConfigLine(config_line=" login-control", parents=("System Login Control Configuration", " system")),
+ ConfigLine(
+ config_line=" ssh",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=" inbound-max-sessions 30",
+ parents=("System Login Control Configuration", " system", " login-control", " ssh"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Login Control Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Login Control Configuration",)),
+ ConfigLine(config_line="Log Configuration", parents=()),
+ ConfigLine(config_line=" log", parents=("Log Configuration",)),
+ ConfigLine(config_line=" exit", parents=("Log Configuration",)),
+ ConfigLine(config_line="System gRPC Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System gRPC Configuration",)),
+ ConfigLine(config_line=" grpc", parents=("System gRPC Configuration", " system")),
+ ConfigLine(
+ config_line=" allow-unsecure-connection",
+ parents=("System gRPC Configuration", " system", " grpc"),
+ ),
+ ConfigLine(config_line=" gnmi", parents=("System gRPC Configuration", " system", " grpc")),
+ ConfigLine(
+ config_line=" auto-config-save",
+ parents=("System gRPC Configuration", " system", " grpc", " gnmi"),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("System gRPC Configuration", " system", " grpc", " gnmi"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System gRPC Configuration", " system", " grpc")),
+ ConfigLine(config_line=" rib-api", parents=("System gRPC Configuration", " system", " grpc")),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("System gRPC Configuration", " system", " grpc", " rib-api"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System gRPC Configuration", " system", " grpc")),
+ ConfigLine(
+ config_line=" no shutdown", parents=("System gRPC Configuration", " system", " grpc")
+ ),
+ ConfigLine(config_line=" exit", parents=("System gRPC Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System gRPC Configuration",)),
+ ConfigLine(config_line="Card Configuration", parents=()),
+ ConfigLine(config_line=" card 1", parents=("Card Configuration",)),
+ ConfigLine(config_line=" card-type iom-1", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" mda 1", parents=("Card Configuration", " card 1")),
+ ConfigLine(
+ config_line=" mda-type me12-100gb-qsfp28",
+ parents=("Card Configuration", " card 1", " mda 1"),
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(config_line=" exit", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" no shutdown", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" exit", parents=("Card Configuration",)),
+ ConfigLine(config_line="Connector Configuration", parents=()),
+ ConfigLine(config_line=" port 1/1/c1", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c1")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c2", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c2")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c3", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c3")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c4", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c4")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c5", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c5")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c6", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c6")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c7", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c7")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c8", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c8")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c9", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c9")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c10", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c10")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c11", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c11")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c12", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Connector Configuration", " port 1/1/c12")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line="Port Configuration", parents=()),
+ ConfigLine(config_line=" port A/3", parents=("Port Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Port Configuration", " port A/3")),
+ ConfigLine(config_line=" ethernet", parents=("Port Configuration", " port A/3")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port A/3")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration",)),
+ ConfigLine(config_line=" port A/4", parents=("Port Configuration",)),
+ ConfigLine(config_line=" shutdown", parents=("Port Configuration", " port A/4")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration",)),
+ ConfigLine(config_line="System Sync-If-Timing Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Sync-If-Timing Configuration",)),
+ ConfigLine(config_line=" sync-if-timing", parents=("System Sync-If-Timing Configuration", " system")),
+ ConfigLine(
+ config_line=" begin",
+ parents=("System Sync-If-Timing Configuration", " system", " sync-if-timing"),
+ ),
+ ConfigLine(
+ config_line=" commit",
+ parents=("System Sync-If-Timing Configuration", " system", " sync-if-timing"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Sync-If-Timing Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Sync-If-Timing Configuration",)),
+ ConfigLine(config_line="Management Router Configuration", parents=()),
+ ConfigLine(config_line=" router management", parents=("Management Router Configuration",)),
+ ConfigLine(config_line=" exit", parents=("Management Router Configuration",)),
+ ConfigLine(config_line="Router (Network Side) Configuration", parents=()),
+ ConfigLine(config_line=" router Base", parents=("Router (Network Side) Configuration",)),
+ ConfigLine(
+ config_line=' interface "system"', parents=("Router (Network Side) Configuration", " router Base")
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("Router (Network Side) Configuration", " router Base", ' interface "system"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Router (Network Side) Configuration", " router Base")),
+ ConfigLine(config_line=" exit", parents=("Router (Network Side) Configuration",)),
+ ConfigLine(config_line="Service Configuration", parents=()),
+ ConfigLine(config_line=" service", parents=("Service Configuration",)),
+ ConfigLine(config_line=' customer 1 name "1" create', parents=("Service Configuration", " service")),
+ ConfigLine(
+ config_line=' description "Default customer"',
+ parents=("Service Configuration", " service", ' customer 1 name "1" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Service Configuration", " service")),
+ ConfigLine(config_line=" exit", parents=("Service Configuration",)),
+ ConfigLine(config_line="Router (Service Side) Configuration", parents=()),
+ ConfigLine(config_line=" router Base", parents=("Router (Service Side) Configuration",)),
+ ConfigLine(config_line=" exit", parents=("Router (Service Side) Configuration",)),
+ ConfigLine(config_line="Log all events for service vprn Configuration", parents=()),
+ ConfigLine(config_line=" log", parents=("Log all events for service vprn Configuration",)),
+ ConfigLine(config_line=" exit", parents=("Log all events for service vprn Configuration",)),
+ ConfigLine(config_line="System Configuration Mode Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Configuration Mode Configuration",)),
+ ConfigLine(
+ config_line=" management-interface", parents=("System Configuration Mode Configuration", " system")
+ ),
+ ConfigLine(
+ config_line=" configuration-mode model-driven",
+ parents=("System Configuration Mode Configuration", " system", " management-interface"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration Mode Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Configuration Mode Configuration",)),
+ ConfigLine(config_line="exit all", parents=()),
+ ConfigLine(config_line="INFO: CLI #2052: Switching to the MD-CLI engine", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_sent.txt b/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_sent.txt
new file mode 100644
index 0000000..8595cd1
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nokia_sros/sros_baseconfig_sent.txt
@@ -0,0 +1,257 @@
+# TiMOS-B-21.2.R1 both/x86_64 Nokia 7750 SR Copyright (c) 2000-2021 Nokia.
+# All rights reserved. All use subject to applicable license agreements.
+# Built on Thu Feb 25 15:50:28 PST 2021 by builder in /builds/c/212B/R1/panos/main/sros
+# Configuration format version 21.2 revision 0
+
+# Generated THU APR 15 01:28:37 2021 UTC
+
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "sros-r1"
+ netconf
+ auto-config-save
+ no shutdown
+ exit
+ snmp
+ streaming
+ no shutdown
+ exit
+ packet-size 9216
+ exit
+ time
+ sntp
+ shutdown
+ exit
+ zone UTC
+ exit
+ bluetooth
+ module A
+ exit
+ power off
+ exit
+ exit
+#--------------------------------------------------
+echo "System Security Configuration"
+#--------------------------------------------------
+ system
+ security
+ profile "administrative"
+ netconf
+ base-op-authorization
+ kill-session
+ lock
+ exit
+ exit
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "tools dump security"
+ action permit
+ exit
+ entry 50
+ match "admin system security"
+ action permit
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 111
+ match "clear li"
+ action deny
+ exit
+ entry 112
+ match "tools dump li"
+ action deny
+ exit
+ exit
+ user "admin"
+ password "$2y$10$TQrZlpBDra86.qoexZUzQeBXDY1FcdDhGWdD9lLxMuFyPVSm0OGy6"
+ access console ftp snmp netconf grpc
+ console
+ member "administrative"
+ exit
+ exit
+ user "vrnetlab"
+ password "$2y$10$zjlEA0qAfjuXNwo1gXA5..BImKLQpWGaJNZ7SIidoHJ59vu7haI7C"
+ access console netconf
+ console
+ member "administrative"
+ member "default"
+ exit
+ exit
+ per-peer-queuing
+ dist-cpu-protection
+ policy "_default-access-policy" create
+ exit
+ policy "_default-network-policy" create
+ exit
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "System Login Control Configuration"
+#--------------------------------------------------
+ system
+ login-control
+ ssh
+ inbound-max-sessions 30
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "Log Configuration"
+#--------------------------------------------------
+ log
+ exit
+#--------------------------------------------------
+echo "System gRPC Configuration"
+#--------------------------------------------------
+ system
+ grpc
+ allow-unsecure-connection
+ gnmi
+ auto-config-save
+ no shutdown
+ exit
+ rib-api
+ no shutdown
+ exit
+ no shutdown
+ exit
+ exit
+#--------------------------------------------------
+echo "Card Configuration"
+#--------------------------------------------------
+ card 1
+ card-type iom-1
+ mda 1
+ mda-type me12-100gb-qsfp28
+ no shutdown
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "Connector Configuration"
+#--------------------------------------------------
+ port 1/1/c1
+ shutdown
+ exit
+ port 1/1/c2
+ shutdown
+ exit
+ port 1/1/c3
+ shutdown
+ exit
+ port 1/1/c4
+ shutdown
+ exit
+ port 1/1/c5
+ shutdown
+ exit
+ port 1/1/c6
+ shutdown
+ exit
+ port 1/1/c7
+ shutdown
+ exit
+ port 1/1/c8
+ shutdown
+ exit
+ port 1/1/c9
+ shutdown
+ exit
+ port 1/1/c10
+ shutdown
+ exit
+ port 1/1/c11
+ shutdown
+ exit
+ port 1/1/c12
+ shutdown
+ exit
+#--------------------------------------------------
+echo "Port Configuration"
+#--------------------------------------------------
+ port A/3
+ shutdown
+ ethernet
+ exit
+ exit
+ port A/4
+ shutdown
+ exit
+#--------------------------------------------------
+echo "System Sync-If-Timing Configuration"
+#--------------------------------------------------
+ system
+ sync-if-timing
+ begin
+ commit
+ exit
+ exit
+#--------------------------------------------------
+echo "Management Router Configuration"
+#--------------------------------------------------
+ router management
+ exit
+
+#--------------------------------------------------
+echo "Router (Network Side) Configuration"
+#--------------------------------------------------
+ router Base
+ interface "system"
+ no shutdown
+ exit
+ exit
+
+#--------------------------------------------------
+echo "Service Configuration"
+#--------------------------------------------------
+ service
+ customer 1 name "1" create
+ description "Default customer"
+ exit
+ exit
+#--------------------------------------------------
+echo "Router (Service Side) Configuration"
+#--------------------------------------------------
+ router Base
+ exit
+
+#--------------------------------------------------
+echo "Log all events for service vprn Configuration"
+#--------------------------------------------------
+ log
+ exit
+#--------------------------------------------------
+echo "System Configuration Mode Configuration"
+#--------------------------------------------------
+ system
+ management-interface
+ configuration-mode model-driven
+ exit
+ exit
+
+exit all
+
+# Finished THU APR 15 01:29:00 2021 UTC
+INFO: CLI #2052: Switching to the MD-CLI engine
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/nokia_sros/sros_full_received.py b/tests/unit/mock/config/parser/base/nokia_sros/sros_full_received.py
new file mode 100644
index 0000000..3c852a3
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nokia_sros/sros_full_received.py
@@ -0,0 +1,45708 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="exit all", parents=()),
+ ConfigLine(config_line="configure", parents=()),
+ ConfigLine(config_line="System Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Configuration",)),
+ ConfigLine(
+ config_line=' name "PHOENIX-P-AL-7750-060475-H1"',
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=' contact "PHX MSC - 505-555-555',
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=' location "PHX CO_RI Hub"',
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rollback",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=r' rollback-location "cf2:\Rollback"',
+ parents=("System Configuration", " system", " rollback"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" snmp",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" packet-size 9216", parents=("System Configuration", " system", " snmp")
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("System Configuration", " system", " snmp")),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" time",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" ntp",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no authentication-check",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " ntp",
+ ),
+ ),
+ ConfigLine(
+ config_line=" server 10.114.45.0 prefer",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " ntp",
+ ),
+ ),
+ ConfigLine(
+ config_line=" server 10.114.45.1",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " ntp",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("System Configuration", " system", " time", " ntp"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" sntp",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" shutdown",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " sntp",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dst-zone EDT",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" start second sunday march 02:00",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " dst-zone EDT",
+ ),
+ ),
+ ConfigLine(
+ config_line=" end first sunday november 02:00",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ " dst-zone EDT",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" zone EST",
+ parents=(
+ "System Configuration",
+ " system",
+ " time",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" thresholds",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rmon",
+ parents=(
+ "System Configuration",
+ " system",
+ " thresholds",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " thresholds",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=" script-control",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(
+ config_line=' script "EHS-Egress-FCS-Errors" owner "EHS"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "EHS for Egress FCS Errors - generate TS file"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script "EHS-Egress-FCS-Errors" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=r' location "cf2:\EHS\EHS-Script-FCS-Errors_7750_1.txt"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script "EHS-Egress-FCS-Errors" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script "EHS-Egress-FCS-Errors" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=r' results "cf2:\EHS\EHS-FCS-Script-Results"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' script "EHS-Egress-FCS-Errors" owner "EHS"',
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" max-completed 255",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" expire-time 7776000",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ " script-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Configuration",
+ " system",
+ ),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Configuration",)),
+ ConfigLine(config_line="System Security Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Security Configuration",)),
+ ConfigLine(config_line=" security", parents=("System Security Configuration", " system")),
+ ConfigLine(
+ config_line=" management-access-filter",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" ip-filter",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" shutdown",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" default-action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 140",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "NTP Traffic"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 10.114.45.0/32",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol udp",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dst-port 123 65535",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 141",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "NTP Traffic"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 10.114.45.1/32",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol udp",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dst-port 123 65535",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 141",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 500",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "Management Plane Default"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ip-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" ipv6-filter",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" shutdown",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" default-action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SSH Traffic"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" next-header tcp",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dst-port 22 65535",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 25",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "Regional Centralized Syslog Server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 25",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:A01:2130:A1:FEF::168/128",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 25",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 25",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 25",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 61",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 61",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a02:1d10::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 61",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 61",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 61",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 62",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 62",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a02:1d11::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 62",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 62",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 62",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 63",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 63",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a06:1d50::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 63",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 63",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 63",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 64",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a06:1d51::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 64",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 64",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 64",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 65",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 65",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a03:1d10::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 65",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 65",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 65",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 66",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "SevOne Servers and Pollers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 66",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a03:1d11::/64",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 66",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 66",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 66",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 100",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "ICMPv6 Traffic"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" next-header ipv6-icmp",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 200",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "IP Control Servers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 200",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a06:2132:f0:fef::/112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 200",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 200",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 200",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 201",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "IP Control Servers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 201",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a03:2132:c0:fef::/112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 201",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 201",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 201",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 202",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "IP Control Servers"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 202",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a02:2132:a0:fef::/112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 202",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 202",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 202",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 242",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "5620 SAM Blade Server NJ"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 242",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a01:2114:a1:fef::/112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 242",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 242",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 242",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 244",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "5620 SAM Blade Server TX"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 244",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip 2001:4888:a03:2114:c0:fef::/112",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 244",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 244",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 244",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 250",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "IPv6 Link Local Address"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 250",
+ ),
+ ),
+ ConfigLine(
+ config_line=" src-ip fe80::/10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 250",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 250",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 250",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 500",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=' description "Management Plane Default"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=' router "management"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ " entry 500",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ " ipv6-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " management-access-filter",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' profile "EHS"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" default-action deny-all",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=' match "admin tech-support"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=' match "write"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=' match "sleep"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "EHS"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "EHS"'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' profile "readonly"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" default-action deny-all",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "back"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "exit"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "help"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 40",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "history"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 50",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "logout"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 60",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "ping"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 70",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "traceroute"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 80",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "monitor"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 90",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "show"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" entry 110",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=' match "ssh"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "readonly"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' profile "readonly"'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' profile "UserProfile1"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" default-action permit-all",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools perform security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 40",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 50",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn ospf shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 60",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn bgp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 70",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service ies shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 80",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router bgp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 90",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router ospf shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 100",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 110",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 120",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router ldp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 120",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 120",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 130",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "telnet"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 130",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 130",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 140",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security telnet-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 150",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security telnet6-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 150",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 150",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 160",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security ftp-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 160",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 160",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 170",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 170",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ " entry 170",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "UserProfile1"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' profile "administrative"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" default-action permit-all",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools perform security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 40",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 40",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 50",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn ospf shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 50",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 60",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service vprn bgp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 60",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 70",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure service ies shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 70",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 80",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router bgp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 80",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 90",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router ospf shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 90",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 100",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 110",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 111",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "clear li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 111",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 111",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 120",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure router ldp shutdown"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 120",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 120",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 130",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "telnet"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 130",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 130",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 140",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security telnet-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 140",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 150",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security telnet6-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 150",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 150",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 160",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security ftp-server"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 160",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 160",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 170",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "admin reboot"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 170",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ " entry 170",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "administrative"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' profile "Unrestricted-User"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" default-action permit-all",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show system security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 30",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "tools perform security"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action permit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 30",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 100",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "configure li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 100",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 110",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' match "show li"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action deny",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ " entry 110",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' profile "Unrestricted-User"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' user "SomeUser"',
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=' password "5620Vzw"',
+ parents=("System Security Configuration", " system", " security", ' user "SomeUser"'),
+ ),
+ ConfigLine(
+ config_line=" access console",
+ parents=("System Security Configuration", " system", " security", ' user "SomeUser"'),
+ ),
+ ConfigLine(
+ config_line=" console",
+ parents=("System Security Configuration", " system", " security", ' user "SomeUser"'),
+ ),
+ ConfigLine(
+ config_line=' no member "default"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' user "SomeUser"',
+ " console",
+ ),
+ ),
+ ConfigLine(
+ config_line=' member "Profile1"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ ' user "SomeUser"',
+ " console",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", ' user "SomeUser"'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=" snmp", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=' access group "snmpV3Assccess" security-model usm security-level privacy read "iso" write "iso" notify "iso"',
+ parents=("System Security Configuration", " system", " security", " snmp"),
+ ),
+ ConfigLine(
+ config_line=" community 2Y2LHaaSDfa3TZP31 r version both",
+ parents=("System Security Configuration", " system", " security", " snmp"),
+ ),
+ ConfigLine(
+ config_line=" community 1234asasd rw version both",
+ parents=("System Security Configuration", " system", " security", " snmp"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=" ssh", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=" preserve-key",
+ parents=("System Security Configuration", " system", " security", " ssh"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(
+ config_line=" no ftp-server",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" no telnet-server",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" per-peer-queuing",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" cli-script",
+ parents=("System Security Configuration", " system", " security"),
+ ),
+ ConfigLine(
+ config_line=" authorization",
+ parents=("System Security Configuration", " system", " security", " cli-script"),
+ ),
+ ConfigLine(
+ config_line=" event-handler",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " cli-script",
+ " authorization",
+ ),
+ ),
+ ConfigLine(
+ config_line=' cli-user "EHS"',
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " cli-script",
+ " authorization",
+ " event-handler",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "System Security Configuration",
+ " system",
+ " security",
+ " cli-script",
+ " authorization",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Security Configuration", " system", " security", " cli-script"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("System Security Configuration", " system", " security")
+ ),
+ ConfigLine(config_line=" exit", parents=("System Security Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Security Configuration",)),
+ ConfigLine(config_line="System Login Control Configuration", parents=()),
+ ConfigLine(config_line=" system", parents=("System Login Control Configuration",)),
+ ConfigLine(config_line=" login-control", parents=("System Login Control Configuration", " system")),
+ ConfigLine(
+ config_line=" ssh",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=" inbound-max-sessions 7",
+ parents=("System Login Control Configuration", " system", " login-control", " ssh"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=" idle-timeout 120",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=' pre-login-message "______________________________________ WARNING NOTICE ____________________________________________\\n\\rThis system is for the use of authorized users only. Individuals using this system without\\n\\rauthority, or in excess of their authority, are subject to having all of their activities on this\\n\\rsystem monitored and recorded by system personnel. In the course of monitoring individuals\\n\\rimproperly using this system, or in the course of system maintenance, the activities of authorized\\n\\rusers may also be monitored. Anyone using this system expressly consents to such monitoring\\n\\rand is advised that if such monitoring reveals possible evidence of criminal activity, system\\n\\rpersonnel may provide the evidence of such monitoring to law enforcement officials.\\n\\r___________________________________________________________________________________________________"',
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=' motd text "WARNING! THIS IS A PRIVATE NETWORK AND IS FOR EXCLUSIVE USE BY AUTHORIZED PERSONNEL. Use of this service constitutes consent to monitoring. Unauthorized use may result in prosecution under the Computer Fraud and Abuse Act of 1986 or other applicable statutes and regulations."',
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(
+ config_line=" no login-banner",
+ parents=("System Login Control Configuration", " system", " login-control"),
+ ),
+ ConfigLine(config_line=" exit", parents=("System Login Control Configuration", " system")),
+ ConfigLine(config_line=" exit", parents=("System Login Control Configuration",)),
+ ConfigLine(config_line="Log Configuration", parents=()),
+ ConfigLine(config_line=" log", parents=("Log Configuration",)),
+ ConfigLine(config_line=" file-id 20", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "Syslog-storage"',
+ parents=("Log Configuration", " log", " file-id 20"),
+ ),
+ ConfigLine(config_line=" location cf2:", parents=("Log Configuration", " log", " file-id 20")),
+ ConfigLine(
+ config_line=" rollover 1440 retention 350",
+ parents=("Log Configuration", " log", " file-id 20"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" file-id 30", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "Change-storage"',
+ parents=("Log Configuration", " log", " file-id 30"),
+ ),
+ ConfigLine(config_line=" location cf2:", parents=("Log Configuration", " log", " file-id 30")),
+ ConfigLine(
+ config_line=" rollover 1440 retention 350",
+ parents=("Log Configuration", " log", " file-id 30"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" filter 10", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=" default-action forward", parents=("Log Configuration", " log", " filter 10")
+ ),
+ ConfigLine(config_line=" entry 10", parents=("Log Configuration", " log", " filter 10")),
+ ConfigLine(
+ config_line=" action forward",
+ parents=("Log Configuration", " log", " filter 10", " entry 10"),
+ ),
+ ConfigLine(
+ config_line=" match",
+ parents=("Log Configuration", " log", " filter 10", " entry 10"),
+ ),
+ ConfigLine(
+ config_line=' application eq "chassis"',
+ parents=("Log Configuration", " log", " filter 10", " entry 10", " match"),
+ ),
+ ConfigLine(
+ config_line=" number eq 2059",
+ parents=("Log Configuration", " log", " filter 10", " entry 10", " match"),
+ ),
+ ConfigLine(
+ config_line=' message eq pattern "detected egress FCS errors on complex"',
+ parents=("Log Configuration", " log", " filter 10", " entry 10", " match"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Log Configuration", " log", " filter 10", " entry 10"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log", " filter 10")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=' event-control "igmp" 2005 suppress', parents=("Log Configuration", " log")),
+ ConfigLine(config_line=' event-control "video" 2009 suppress', parents=("Log Configuration", " log")),
+ ConfigLine(config_line=' event-control "video" 2010 suppress', parents=("Log Configuration", " log")),
+ ConfigLine(config_line=' event-control "vrtr" 2034 generate', parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" syslog 5", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "to-syslog-server"',
+ parents=("Log Configuration", " log", " syslog 5"),
+ ),
+ ConfigLine(
+ config_line=" address 2001:4888:A01:2130:A1:FEF::168",
+ parents=("Log Configuration", " log", " syslog 5"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" snmp-trap-group 98", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "5620sam"',
+ parents=("Log Configuration", " log", " snmp-trap-group 98"),
+ ),
+ ConfigLine(
+ config_line=' trap-target "10.194.69.172-v6:162" address 2001:4888:a01:2114:a1:fef::18 snmpv3 notify-community "snmpV3User" security-level privacy',
+ parents=("Log Configuration", " log", " snmp-trap-group 98"),
+ ),
+ ConfigLine(
+ config_line=' trap-target "10.215.238.172-v6:162" address 2001:4888:a03:2114:c0:fef::18 snmpv3 notify-community "snmpV3User" security-level privacy',
+ parents=("Log Configuration", " log", " snmp-trap-group 98"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" log-id 5", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "Syslog Server"',
+ parents=("Log Configuration", " log", " log-id 5"),
+ ),
+ ConfigLine(
+ config_line=" from main security change",
+ parents=("Log Configuration", " log", " log-id 5"),
+ ),
+ ConfigLine(config_line=" to syslog 5", parents=("Log Configuration", " log", " log-id 5")),
+ ConfigLine(config_line=" no shutdown", parents=("Log Configuration", " log", " log-id 5")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" log-id 20", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "Syslog storage on CF2"',
+ parents=("Log Configuration", " log", " log-id 20"),
+ ),
+ ConfigLine(
+ config_line=" from main security", parents=("Log Configuration", " log", " log-id 20")
+ ),
+ ConfigLine(config_line=" to file 20", parents=("Log Configuration", " log", " log-id 20")),
+ ConfigLine(config_line=" no shutdown", parents=("Log Configuration", " log", " log-id 20")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" log-id 30", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' description "Change storage on CF2"',
+ parents=("Log Configuration", " log", " log-id 30"),
+ ),
+ ConfigLine(config_line=" from change", parents=("Log Configuration", " log", " log-id 30")),
+ ConfigLine(config_line=" to file 30", parents=("Log Configuration", " log", " log-id 30")),
+ ConfigLine(config_line=" no shutdown", parents=("Log Configuration", " log", " log-id 30")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" log-id 98", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=" from main security", parents=("Log Configuration", " log", " log-id 98")
+ ),
+ ConfigLine(config_line=" to snmp 1024", parents=("Log Configuration", " log", " log-id 98")),
+ ConfigLine(config_line=" no shutdown", parents=("Log Configuration", " log", " log-id 98")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" event-handling", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' handler "EHS-Egress-FCS-Error-Handler"',
+ parents=("Log Configuration", " log", " event-handling"),
+ ),
+ ConfigLine(
+ config_line=' description "EHS handler for Egress FCS Handler"',
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" action-list",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ " action-list",
+ ),
+ ),
+ ConfigLine(
+ config_line=" min-delay 86400",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ " action-list",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=' script-policy "EHS-Egress-FCS-script-policy" owner "EHS"',
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ " action-list",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ " action-list",
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ " action-list",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-handling",
+ ' handler "EHS-Egress-FCS-Error-Handler"',
+ ),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log", " event-handling")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" event-trigger", parents=("Log Configuration", " log")),
+ ConfigLine(
+ config_line=' event "chassis" 2059',
+ parents=("Log Configuration", " log", " event-trigger"),
+ ),
+ ConfigLine(
+ config_line=' description "EHS for Egress FCS Errors"',
+ parents=("Log Configuration", " log", " event-trigger", ' event "chassis" 2059'),
+ ),
+ ConfigLine(
+ config_line=" trigger-entry 10",
+ parents=("Log Configuration", " log", " event-trigger", ' event "chassis" 2059'),
+ ),
+ ConfigLine(
+ config_line=' event-handler "EHS-Egress-FCS-Error-Handler"',
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-trigger",
+ ' event "chassis" 2059',
+ " trigger-entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" log-filter 10",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-trigger",
+ ' event "chassis" 2059',
+ " trigger-entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "Log Configuration",
+ " log",
+ " event-trigger",
+ ' event "chassis" 2059',
+ " trigger-entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Log Configuration", " log", " event-trigger", ' event "chassis" 2059'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("Log Configuration", " log", " event-trigger", ' event "chassis" 2059'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log", " event-trigger")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration", " log")),
+ ConfigLine(config_line=" exit", parents=("Log Configuration",)),
+ ConfigLine(config_line="Eth-CFM Configuration", parents=()),
+ ConfigLine(config_line=" eth-cfm", parents=("Eth-CFM Configuration",)),
+ ConfigLine(config_line=" domain 1 format none level 1", parents=("Eth-CFM Configuration", " eth-cfm")),
+ ConfigLine(
+ config_line=' association 1 format icc-based name "epipe-7750-01"',
+ parents=("Eth-CFM Configuration", " eth-cfm", " domain 1 format none level 1"),
+ ),
+ ConfigLine(
+ config_line=" bridge-identifier 45475001",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 1 format icc-based name "epipe-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 1 format icc-based name "epipe-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote-mepid 1475",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 1 format icc-based name "epipe-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Eth-CFM Configuration", " eth-cfm", " domain 1 format none level 1"),
+ ),
+ ConfigLine(
+ config_line=' association 2 format icc-based name "epipe-7750-02"',
+ parents=("Eth-CFM Configuration", " eth-cfm", " domain 1 format none level 1"),
+ ),
+ ConfigLine(
+ config_line=" bridge-identifier 45475002",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 2 format icc-based name "epipe-7750-02"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 2 format icc-based name "epipe-7750-02"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote-mepid 2475",
+ parents=(
+ "Eth-CFM Configuration",
+ " eth-cfm",
+ " domain 1 format none level 1",
+ ' association 2 format icc-based name "epipe-7750-02"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Eth-CFM Configuration", " eth-cfm", " domain 1 format none level 1"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Eth-CFM Configuration", " eth-cfm")),
+ ConfigLine(config_line=" exit", parents=("Eth-CFM Configuration",)),
+ ConfigLine(config_line="QoS Policy Configuration", parents=()),
+ ConfigLine(config_line=" qos", parents=("QoS Policy Configuration",)),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=" child-control",
+ parents=("QoS Policy Configuration", " qos", ' adv-config-policy "Best-Effort" create'),
+ ),
+ ConfigLine(
+ config_line=" offered-measurement",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" fast-start",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" fast-stop",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no add",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no high-rate-hold-time",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "Best-Effort" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' adv-config-policy "Best-Effort" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' adv-config-policy "LTBE" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" child-control",
+ parents=("QoS Policy Configuration", " qos", ' adv-config-policy "LTBE" create'),
+ ),
+ ConfigLine(
+ config_line=" bandwidth-distribution",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" above-offered-cap percent 0.00",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ " bandwidth-distribution",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" offered-measurement",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" fast-start",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" fast-stop",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" add percent 3.00",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no high-rate-hold-time",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ " offered-measurement",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' adv-config-policy "LTBE" create',
+ " child-control",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' adv-config-policy "LTBE" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' slope-policy "QCI9" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "QCI9 Trial Slope Policy"',
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" highplus-slope",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" shutdown",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " highplus-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" max-avg 100",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " highplus-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" start-avg 100",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " highplus-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" max-prob 100",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " highplus-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" high-slope",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" max-avg 100",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " high-slope"),
+ ),
+ ConfigLine(
+ config_line=" start-avg 100",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " high-slope"),
+ ),
+ ConfigLine(
+ config_line=" max-prob 100",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " high-slope"),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " high-slope"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" low-slope",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" max-avg 100",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " low-slope"),
+ ),
+ ConfigLine(
+ config_line=" start-avg 90",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " low-slope"),
+ ),
+ ConfigLine(
+ config_line=" max-prob 100",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " low-slope"),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create', " low-slope"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" exceed-slope",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" max-avg 50",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " exceed-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" start-avg 30",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " exceed-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" max-prob 100",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " exceed-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' slope-policy "QCI9" create',
+ " exceed-slope",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(
+ config_line=" time-average-factor 7",
+ parents=("QoS Policy Configuration", " qos", ' slope-policy "QCI9" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' network-queue "10110" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 Network Queue Policy (EBH)"',
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 2 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 2 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 3 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 4 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 5 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 60",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 6 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 7 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" rate 100 cir 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " queue 8 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" queue 9 multipoint create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc af create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc af create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc af create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc be create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc be create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 2",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc be create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc ef create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc ef create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc ef create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc h1 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc h1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 7",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc h1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc h2 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc h2 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc h2 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc l1 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc l1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc l1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc l2 create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc l2 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc l2 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" fc nc create",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(
+ config_line=" multicast-queue 9",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc nc create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' network-queue "10110" create',
+ " fc nc create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' network-queue "10110" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP10M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 10M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler10M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10M" create',
+ " tier 1",
+ ' scheduler "Scheduler10M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000 cir 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10M" create',
+ " tier 1",
+ ' scheduler "Scheduler10M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0010M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 10M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 350 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000 cir 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000 cir 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000 cir 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000 cir 6000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP20M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 20M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP20M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP20M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler20M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP20M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP20M" create',
+ " tier 1",
+ ' scheduler "Scheduler20M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000 cir 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP20M" create',
+ " tier 1",
+ ' scheduler "Scheduler20M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP20M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP20M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0020M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 20M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 700 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000 cir 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000 cir 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000 cir 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 12000 cir 12000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler20M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP25M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 25M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP25M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP25M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler25M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP25M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP25M" create',
+ " tier 1",
+ ' scheduler "Scheduler25M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000 cir 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP25M" create',
+ " tier 1",
+ ' scheduler "Scheduler25M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP25M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP25M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0025M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 25M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000 cir 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000 cir 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000 cir 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 15000 cir 15000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler25M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP50M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 50M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP50M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP50M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler50M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP50M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP50M" create',
+ " tier 1",
+ ' scheduler "Scheduler50M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000 cir 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP50M" create',
+ " tier 1",
+ ' scheduler "Scheduler50M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP50M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP50M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0050M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 50M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000 cir 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000 cir 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000 cir 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 30000 cir 30000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler50M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP75M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 75M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP75M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP75M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler75M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP75M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP75M" create',
+ " tier 1",
+ ' scheduler "Scheduler75M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000 cir 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP75M" create',
+ " tier 1",
+ ' scheduler "Scheduler75M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP75M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP75M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0075M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 75M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2625 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000 cir 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000 cir 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000 cir 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000 cir 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler75M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 15000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP100M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 100M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP100M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP100M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler100M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP100M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP100M" create',
+ " tier 1",
+ ' scheduler "Scheduler100M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000 cir 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP100M" create',
+ " tier 1",
+ ' scheduler "Scheduler100M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP100M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP100M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0100M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 100M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000 cir 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000 cir 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000 cir 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 60000 cir 60000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler100M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 20000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP125M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 125M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP125M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP125M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler125M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP125M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP125M" create',
+ " tier 1",
+ ' scheduler "Scheduler125M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 125000 cir 125000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP125M" create',
+ " tier 1",
+ ' scheduler "Scheduler125M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP125M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP125M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0125M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 125M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 125000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 4375 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 125000 cir 125000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 125000 cir 125000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 125000 cir 125000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 75000 cir 75000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler125M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 25000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP150M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 150M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP150M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP150M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler150M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP150M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP150M" create',
+ " tier 1",
+ ' scheduler "Scheduler150M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000 cir 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP150M" create',
+ " tier 1",
+ ' scheduler "Scheduler150M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP150M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP150M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0150M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 150M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 5250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000 cir 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000 cir 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000 cir 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000 cir 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler150M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 30000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP200M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 200M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP200M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP200M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler200M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP200M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP200M" create',
+ " tier 1",
+ ' scheduler "Scheduler200M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000 cir 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP200M" create',
+ " tier 1",
+ ' scheduler "Scheduler200M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP200M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP200M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0200M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 200M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000 cir 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000 cir 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000 cir 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 120000 cir 120000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler200M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 40000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP250M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 250M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP250M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP250M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler250M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP250M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP250M" create',
+ " tier 1",
+ ' scheduler "Scheduler250M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 250000 cir 250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP250M" create',
+ " tier 1",
+ ' scheduler "Scheduler250M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP250M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP250M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0250M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 250M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 8750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 250000 cir 250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 250000 cir 250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 250000 cir 250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000 cir 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler250M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 50000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP300M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 300M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP300M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP300M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler300M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP300M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP300M" create',
+ " tier 1",
+ ' scheduler "Scheduler300M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000 cir 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP300M" create',
+ " tier 1",
+ ' scheduler "Scheduler300M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP300M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP300M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0300M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 300M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 10500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000 cir 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000 cir 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000 cir 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000 cir 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler300M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 60000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP320M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 320M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP320M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP320M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler320M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP320M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP320M" create',
+ " tier 1",
+ ' scheduler "Scheduler320M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 320000 cir 320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP320M" create',
+ " tier 1",
+ ' scheduler "Scheduler320M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP320M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP320M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0320M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 320M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 11200 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 320000 cir 320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 320000 cir 320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 320000 cir 320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 192000 cir 192000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler320M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 64000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP350M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 350M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP350M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP350M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler350M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP350M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP350M" create',
+ " tier 1",
+ ' scheduler "Scheduler350M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 350000 cir 350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP350M" create',
+ " tier 1",
+ ' scheduler "Scheduler350M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP350M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP350M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0350M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 350M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 12250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 350000 cir 350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 350000 cir 350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 350000 cir 350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 210000 cir 210000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler350M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 70000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP400M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 400M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP400M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP400M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler400M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP400M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP400M" create',
+ " tier 1",
+ ' scheduler "Scheduler400M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000 cir 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP400M" create',
+ " tier 1",
+ ' scheduler "Scheduler400M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP400M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP400M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0400M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 400M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 14000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000 cir 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000 cir 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000 cir 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 240000 cir 240000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler400M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 80000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP450M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 450M Native Ethernet and 500M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP450M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP450M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler450M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP450M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP450M" create',
+ " tier 1",
+ ' scheduler "Scheduler450M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP450M" create',
+ " tier 1",
+ ' scheduler "Scheduler450M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP450M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP450M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0450M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 450M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 15750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP500M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 500M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP500M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP500M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler500M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP500M" create',
+ " tier 1",
+ ' scheduler "Scheduler500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000 cir 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP500M" create',
+ " tier 1",
+ ' scheduler "Scheduler500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP500M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0500M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 500M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 17500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000 cir 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000 cir 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000 cir 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 300000 cir 300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler500M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP600M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 600M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP600M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP600M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler600M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP600M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP600M" create',
+ " tier 1",
+ ' scheduler "Scheduler600M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000 cir 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP600M" create',
+ " tier 1",
+ ' scheduler "Scheduler600M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP600M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP600M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0600M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 600M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 21000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000 cir 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000 cir 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000 cir 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000 cir 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler600M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 120000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP700M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 700M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP700M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP700M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler700M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP700M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP700M" create',
+ " tier 1",
+ ' scheduler "Scheduler700M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 700000 cir 700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP700M" create',
+ " tier 1",
+ ' scheduler "Scheduler700M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP700M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP700M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0700M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 700M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 24500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 700000 cir 700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 700000 cir 700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 700000 cir 700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 420000 cir 420000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler700M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 140000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP750M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 750M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP750M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP750M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler750M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP750M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP750M" create',
+ " tier 1",
+ ' scheduler "Scheduler750M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 750000 cir 750000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP750M" create',
+ " tier 1",
+ ' scheduler "Scheduler750M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP750M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP750M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0750M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 750M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 750000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 26250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 750000 cir 750000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 750000 cir 750000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 750000 cir 750000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler750M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 150000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP800M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 800M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP800M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP800M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler800M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP800M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP800M" create',
+ " tier 1",
+ ' scheduler "Scheduler800M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000 cir 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP800M" create',
+ " tier 1",
+ ' scheduler "Scheduler800M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP800M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP800M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0800M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 800M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 28000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000 cir 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000 cir 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000 cir 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 480000 cir 480000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler800M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 160000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP900M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 900M Native Ethernet and 1000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP900M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP900M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler900M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP900M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP900M" create',
+ " tier 1",
+ ' scheduler "Scheduler900M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP900M" create',
+ " tier 1",
+ ' scheduler "Scheduler900M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP900M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP900M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-0900M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 900M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 31500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP1000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 1000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler1000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1000M" create',
+ " tier 1",
+ ' scheduler "Scheduler1000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000 cir 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1000M" create',
+ " tier 1",
+ ' scheduler "Scheduler1000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-1000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 1000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 35000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000 cir 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000 cir 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000 cir 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000 cir 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP2000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 2000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler2000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2000M" create',
+ " tier 1",
+ ' scheduler "Scheduler2000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000 cir 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2000M" create',
+ " tier 1",
+ ' scheduler "Scheduler2000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-2000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 2000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 70000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000 cir 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000 cir 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000 cir 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1200000 cir 1200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP2500M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 2500M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2500M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2500M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler2500M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2500M" create',
+ " tier 1",
+ ' scheduler "Scheduler2500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2500000 cir 2500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2500M" create',
+ " tier 1",
+ ' scheduler "Scheduler2500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2500M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-2500M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 2500M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 87500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2500000 cir 2500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2500000 cir 2500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2500000 cir 2500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1500000 cir 1500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2500M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP3000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 3000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler3000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3000M" create',
+ " tier 1",
+ ' scheduler "Scheduler3000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000 cir 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3000M" create',
+ " tier 1",
+ ' scheduler "Scheduler3000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-3000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 3000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 105000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000 cir 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000 cir 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000 cir 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000 cir 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP4000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 4000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler4000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4000M" create',
+ " tier 1",
+ ' scheduler "Scheduler4000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000000 cir 4000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4000M" create',
+ " tier 1",
+ ' scheduler "Scheduler4000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-4000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 4000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 140000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000000 cir 4000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000000 cir 4000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000000 cir 4000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2400000 cir 2400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP5000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 5000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler5000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5000M" create',
+ " tier 1",
+ ' scheduler "Scheduler5000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000000 cir 5000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5000M" create',
+ " tier 1",
+ ' scheduler "Scheduler5000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-5000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 5000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 175000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000000 cir 5000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000000 cir 5000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000000 cir 5000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3000000 cir 3000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP6000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 6000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler6000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6000M" create',
+ " tier 1",
+ ' scheduler "Scheduler6000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000 cir 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6000M" create',
+ " tier 1",
+ ' scheduler "Scheduler6000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-6000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 6000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 210000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000 cir 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000 cir 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000 cir 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000 cir 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP7000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 7000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler7000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7000M" create',
+ " tier 1",
+ ' scheduler "Scheduler7000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7000000 cir 7000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7000M" create',
+ " tier 1",
+ ' scheduler "Scheduler7000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-7000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 7000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 245000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7000000 cir 7000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7000000 cir 7000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7000000 cir 7000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4200000 cir 4200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP8000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 8000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler8000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8000M" create',
+ " tier 1",
+ ' scheduler "Scheduler8000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8000000 cir 8000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8000M" create',
+ " tier 1",
+ ' scheduler "Scheduler8000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-8000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 8000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 280000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8000000 cir 8000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8000000 cir 8000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8000000 cir 8000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4800000 cir 4800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP9000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 9000M Native Ethernet and 10000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler9000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ' scheduler "Scheduler9000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ' scheduler "Scheduler9000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-9000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 9000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 315000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP10000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 10000M Native Ethernet Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler10000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10000M" create',
+ " tier 1",
+ ' scheduler "Scheduler10000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000000 cir 10000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10000M" create',
+ " tier 1",
+ ' scheduler "Scheduler10000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP10000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP10000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-NE-10000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 10000M Native Ethernet"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 350000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000000 cir 10000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000000 cir 10000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10000000 cir 10000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6000000 cir 6000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler10000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M Native Ethernet"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP9M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 10M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler9M" create',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9M" create', " tier 1"),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9M" create',
+ " tier 1",
+ ' scheduler "Scheduler9M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000 cir 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9M" create',
+ " tier 1",
+ ' scheduler "Scheduler9M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9M" create', " tier 1"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0009M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 10M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 350 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000 cir 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000 cir 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000 cir 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1300 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400 cir 5400",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP18M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 20M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP18M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP18M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler18M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP18M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP18M" create',
+ " tier 1",
+ ' scheduler "Scheduler18M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000 cir 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP18M" create',
+ " tier 1",
+ ' scheduler "Scheduler18M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP18M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP18M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0018M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 20M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 700 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000 cir 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000 cir 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000 cir 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2800 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 10800 cir 10800",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler18M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 20M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP23M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 25M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP23M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP23M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler23M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP23M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP23M" create',
+ " tier 1",
+ ' scheduler "Scheduler23M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500 cir 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP23M" create',
+ " tier 1",
+ ' scheduler "Scheduler23M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP23M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP23M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0023M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 25M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500 cir 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500 cir 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500 cir 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 13500 cir 13500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler23M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 25M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP45M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 50M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP45M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP45M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler45M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP45M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP45M" create',
+ " tier 1",
+ ' scheduler "Scheduler45M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000 cir 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP45M" create',
+ " tier 1",
+ ' scheduler "Scheduler45M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP45M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP45M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0045M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 50M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000 cir 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000 cir 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000 cir 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 27000 cir 27000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler45M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 50M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP68M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 75M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP68M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP68M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler68" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP68M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP68M" create',
+ " tier 1",
+ ' scheduler "Scheduler68" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500 cir 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP68M" create',
+ " tier 1",
+ ' scheduler "Scheduler68" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP68M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP68M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0068M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 75M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 2625 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500 cir 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500 cir 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500 cir 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 9750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 40500 cir 40500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler68M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 13500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 75M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP90M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 100M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP90M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP90M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler90M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP90M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP90M" create',
+ " tier 1",
+ ' scheduler "Scheduler90M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000 cir 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP90M" create',
+ " tier 1",
+ ' scheduler "Scheduler90M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP90M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP90M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0090M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 100M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 3500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000 cir 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000 cir 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000 cir 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 13000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 54000 cir 54000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler90M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 18000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 100M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP113M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 125M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP113M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP113M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler113M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP113M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP113M" create',
+ " tier 1",
+ ' scheduler "Scheduler113M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 112500 cir 112500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP113M" create',
+ " tier 1",
+ ' scheduler "Scheduler113M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP113M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP113M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0113M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 125M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 112500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 4375 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 112500 cir 112500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 112500 cir 112500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 112500 cir 112500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 16500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 67500 cir 67500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler113M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 22500",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 125M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP135M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 150M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP135M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP135M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler135M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP135M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP135M" create',
+ " tier 1",
+ ' scheduler "Scheduler135M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000 cir 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP135M" create',
+ " tier 1",
+ ' scheduler "Scheduler135M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP135M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP135M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0135M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 150M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 5250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000 cir 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000 cir 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000 cir 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 20000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 81000 cir 81000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler135M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 27000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 150M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP180M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 200M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP180M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP180M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler180M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP180M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP180M" create',
+ " tier 1",
+ ' scheduler "Scheduler180M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000 cir 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP180M" create',
+ " tier 1",
+ ' scheduler "Scheduler180M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP180M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP180M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0180M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 200M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 7000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000 cir 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000 cir 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000 cir 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 25000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 108000 cir 108000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler180M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 36000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 200M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP225M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 250M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP225M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP225M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler225M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP225M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP225M" create',
+ " tier 1",
+ ' scheduler "Scheduler225M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 225000 cir 225000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP225M" create',
+ " tier 1",
+ ' scheduler "Scheduler225M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP225M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP225M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0225M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 250M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 225000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 8750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 225000 cir 225000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 225000 cir 225000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 225000 cir 225000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 32000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000 cir 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler225M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 45000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 250M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP270M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 300M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP270M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP270M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler270M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP270M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP270M" create',
+ " tier 1",
+ ' scheduler "Scheduler270M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP270M" create',
+ " tier 1",
+ ' scheduler "Scheduler270M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP270M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP270M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0270M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 300M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 10500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 40000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 162000 cir 162000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler270M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 54000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 300M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP288M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 320M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP288M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP288M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler288M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP288M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP288M" create',
+ " tier 1",
+ ' scheduler "Scheduler288M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 288000 cir 288000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP288M" create',
+ " tier 1",
+ ' scheduler "Scheduler288M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP288M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP288M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0288M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 320M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 288000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 11200 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 288000 cir 288000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 288000 cir 288000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 288000 cir 288000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 42500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 172800 cir 172800",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler288M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 57600",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 320M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP315M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 350M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP315M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP315M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler315M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP315M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP315M" create',
+ " tier 1",
+ ' scheduler "Scheduler315M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 315000 cir 315000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP315M" create',
+ " tier 1",
+ ' scheduler "Scheduler315M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP315M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP315M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0315M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 350M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 315000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 12250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 315000 cir 315000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 315000 cir 315000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 315000 cir 315000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 45000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 189000 cir 189000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler315M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 63000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 350M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP360M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 400M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP360M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP360M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler360M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP360M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP360M" create',
+ " tier 1",
+ ' scheduler "Scheduler360M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000 cir 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP360M" create',
+ " tier 1",
+ ' scheduler "Scheduler360M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP360M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP360M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0360M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 400M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 14000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000 cir 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000 cir 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000 cir 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 50000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 216000 cir 216000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 6 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler360M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4000 cir 4000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 72000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 400M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP405M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 450M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP405M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP405M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler405M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP405M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP405M" create',
+ " tier 1",
+ ' scheduler "Scheduler405M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000 cir 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP405M" create',
+ " tier 1",
+ ' scheduler "Scheduler405M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP405M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP405M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0405M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 450M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 15750 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000 cir 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000 cir 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000 cir 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 57000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 243000 cir 243000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler405M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 81000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 450M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0450M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 500M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 17500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000 cir 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 63000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 270000 cir 270000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler450M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 90000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP540M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 600M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP540M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP540M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler540M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP540M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP540M" create',
+ " tier 1",
+ ' scheduler "Scheduler540M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP540M" create',
+ " tier 1",
+ ' scheduler "Scheduler540M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP540M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP540M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0540M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 600M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 21000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 78000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 324000 cir 324000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler540M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 108000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 600M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP630M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 700M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP630M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP630M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler630M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP630M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP630M" create',
+ " tier 1",
+ ' scheduler "Scheduler630M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 630000 cir 630000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP630M" create',
+ " tier 1",
+ ' scheduler "Scheduler630M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP630M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP630M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0630M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 700M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 630000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 24500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 630000 cir 630000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 630000 cir 630000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 630000 cir 630000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 378000 cir 378000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler630M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 126000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 700M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP675M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 750M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP675M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP675M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler675M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP675M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP675M" create',
+ " tier 1",
+ ' scheduler "Scheduler675M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 675000 cir 675000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP675M" create',
+ " tier 1",
+ ' scheduler "Scheduler675M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP675M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP675M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0675M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 750M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 675000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 26250 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 675000 cir 675000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 675000 cir 675000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 675000 cir 675000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 90000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 405000 cir 405000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler675M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 135000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 750M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP720M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 800M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP720M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP720M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler720M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP720M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP720M" create',
+ " tier 1",
+ ' scheduler "Scheduler720M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000 cir 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP720M" create',
+ " tier 1",
+ ' scheduler "Scheduler720M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP720M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP720M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0720M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 800M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 28000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000 cir 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000 cir 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 960 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000 cir 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 101000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 432000 cir 432000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 12 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler720M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 144000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 800M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=' scheduler-policy "SP810M" create', parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 900M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP810M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP810M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler810M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP810M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP810M" create',
+ " tier 1",
+ ' scheduler "Scheduler810M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 810000 cir 810000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP810M" create',
+ " tier 1",
+ ' scheduler "Scheduler810M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP810M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP810M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0810M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 900M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 810000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 31500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 810000 cir 810000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 810000 cir 810000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 810000 cir 810000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 115000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 486000 cir 486000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler810M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 162000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 900M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-0900M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 1000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 35000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000 cir 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 130000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000 cir 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler900M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 180000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 1000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP1800M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 2000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1800M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1800M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler1800M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1800M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1800M" create',
+ " tier 1",
+ ' scheduler "Scheduler1800M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000 cir 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1800M" create',
+ " tier 1",
+ ' scheduler "Scheduler1800M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP1800M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP1800M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-1800M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 2000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 70000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000 cir 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000 cir 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000 cir 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1080000 cir 1080000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler1800M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 360000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP2250M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 2500M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2250M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2250M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler2250M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2250M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2250M" create',
+ " tier 1",
+ ' scheduler "Scheduler2250M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2250000 cir 2250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2250M" create',
+ " tier 1",
+ ' scheduler "Scheduler2250M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2250M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2250M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-2250M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 2500M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 87500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2250000 cir 2250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2250000 cir 2250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2250000 cir 2250000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 312500 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1350000 cir 1350000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2250M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 450000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 2500M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP2700M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 3000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2700M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2700M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler2700M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2700M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2700M" create',
+ " tier 1",
+ ' scheduler "Scheduler2700M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000 cir 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2700M" create',
+ " tier 1",
+ ' scheduler "Scheduler2700M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP2700M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP2700M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-2700M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 3000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 105000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000 cir 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000 cir 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000 cir 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 375000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1620000 cir 1620000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler2700M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 540000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 3000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP3600M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 4000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3600M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3600M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler3600M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3600M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3600M" create',
+ " tier 1",
+ ' scheduler "Scheduler3600M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000 cir 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3600M" create',
+ " tier 1",
+ ' scheduler "Scheduler3600M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP3600M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP3600M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-3600M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 4000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 140000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000 cir 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000 cir 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1600 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3600000 cir 3600000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 252 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 500000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2160000 cir 2160000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 12",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 32 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler3600M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 720000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 4000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP4500M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 5000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4500M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4500M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler4500M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4500M" create',
+ " tier 1",
+ ' scheduler "Scheduler4500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500000 cir 4500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4500M" create',
+ " tier 1",
+ ' scheduler "Scheduler4500M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP4500M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP4500M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-4500M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 5000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 175000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500000 cir 4500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500000 cir 4500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4500000 cir 4500000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 625000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 2700000 cir 2700000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler4500M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 900000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 5000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP5400M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 6000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5400M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5400M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler5400M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5400M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5400M" create',
+ " tier 1",
+ ' scheduler "Scheduler5400M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5400M" create',
+ " tier 1",
+ ' scheduler "Scheduler5400M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP5400M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP5400M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-5400M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 6000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 210000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 750000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3240000 cir 3240000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler5400M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1080000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 6000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP6300M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 7000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6300M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6300M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler6300M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6300M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6300M" create',
+ " tier 1",
+ ' scheduler "Scheduler6300M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6300000 cir 6300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6300M" create',
+ " tier 1",
+ ' scheduler "Scheduler6300M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP6300M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP6300M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-6300M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 7000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 245000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6300000 cir 6300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6300000 cir 6300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 6300000 cir 6300000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 875000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 3780000 cir 3780000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler6300M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1260000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 7000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP7200M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 8000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7200M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7200M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler7200M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7200M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7200M" create',
+ " tier 1",
+ ' scheduler "Scheduler7200M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7200000 cir 7200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7200M" create',
+ " tier 1",
+ ' scheduler "Scheduler7200M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP7200M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP7200M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-7200M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 8000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 280000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7200000 cir 7200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7200000 cir 7200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 7200000 cir 7200000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1000000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4320000 cir 4320000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler7200M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1440000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 8000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP8100M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 9000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8100M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8100M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler8100M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8100M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8100M" create',
+ " tier 1",
+ ' scheduler "Scheduler8100M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8100000 cir 8100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8100M" create',
+ " tier 1",
+ ' scheduler "Scheduler8100M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP8100M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP8100M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-8100M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 9000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 315000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8100000 cir 8100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8100000 cir 8100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2112 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 8100000 cir 8100000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 512 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1125000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 4860000 cir 4860000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 24",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler8100M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1620000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 9000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' scheduler-policy "SP9000M" create', parents=("QoS Policy Configuration", " qos")
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Scheduler Policy for 10000M SONET Circuits"',
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(
+ config_line=" tier 1",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(
+ config_line=' scheduler "Scheduler9000M" create',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-parent",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ' scheduler "Scheduler9000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ' scheduler "Scheduler9000M" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ ' scheduler-policy "SP9000M" create',
+ " tier 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", ' scheduler-policy "SP9000M" create'),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" queue-group-templates", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates"),
+ ),
+ ConfigLine(
+ config_line=' queue-group "QG-ST-9000M" create',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=' description "LTBE Queue-group for 10000M SONET"',
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' wred-queue policy "QCI9" mode native slope-usage exceed-low',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 350000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=' adv-config-policy "Best-Effort"',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 3 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 1',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 3 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 4 best-effort create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 2656 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 4 best-effort create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 5 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 1 cir-weight 8',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 9000000 cir 9000000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 1024 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" burst-limit 1250000 bytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 5 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 6 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 2',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5400000 cir 5400000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 48",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 128 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 6 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" queue 8 expedite create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=' parent "Scheduler9000M" cir-level 3',
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 5000 cir 5000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" cbs 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" mbs 64 kilobytes",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " queue 8 expedite create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" policer 1 create",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" stat-mode offered-total-cir-exceed",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" adaptation-rule pir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" rate 1800000",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" enable-exceed-pir",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ " policer 1 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " queue-group-templates",
+ " egress",
+ ' description "LTBE Queue-group for 10000M SONET"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " queue-group-templates", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " queue-group-templates")
+ ),
+ ConfigLine(config_line="\t\texit", parents=("QoS Policy Configuration",)),
+ ConfigLine(config_line=" network 25 create", parents=("QoS Policy Configuration", "\t\texit")),
+ ConfigLine(
+ config_line=' description "LTBE Per VLAN Shaper Network Policy"',
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create"),
+ ),
+ ConfigLine(
+ config_line=" ingress", parents=("QoS Policy Configuration", "\t\texit", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" dscp be fc be profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp ef fc ef profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs1 fc l2 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs2 fc l1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs3 fc af profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs4 fc h2 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc1 fc h1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc2 fc nc profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af11 fc af profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af12 fc af profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af13 fc af profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af21 fc l1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af22 fc l1 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af23 fc l1 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af31 fc l1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af32 fc l1 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af33 fc l1 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af41 fc h2 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af42 fc h2 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af43 fc h2 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 0 fc be profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 1 fc l2 profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 2 fc af profile out",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 3 fc l1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 4 fc h2 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 5 fc ef profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 6 fc h1 profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 7 fc nc profile in",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", "\t\texit", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" egress", parents=("QoS Policy Configuration", "\t\texit", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" fc af",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-in-profile 2",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc af",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc af",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc be",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc be",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc ef",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc ef",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc h2",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc h2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc l1",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-out-profile 3",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc l1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc l1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc l2",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group policer 1 queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc l2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc nc",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ "\t\texit",
+ " network 25 create",
+ " egress",
+ " fc nc",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", "\t\texit", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", "\t\texit", " network 25 create")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", "\t\texit")),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration",)),
+ ConfigLine(config_line="Card Configuration", parents=()),
+ ConfigLine(config_line=" card 1", parents=("Card Configuration",)),
+ ConfigLine(config_line=' card-type "iom-1" level cr', parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" fail-on-error", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" mda 1", parents=("Card Configuration", " card 1")),
+ ConfigLine(
+ config_line=' mda-type "me6-100gb-qsfp28"',
+ parents=("Card Configuration", " card 1", " mda 1"),
+ ),
+ ConfigLine(config_line=" ingress-xpl", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(
+ config_line=" window 10",
+ parents=("Card Configuration", " card 1", " mda 1", " ingress-xpl"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(config_line=" egress-xpl", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(
+ config_line=" window 10",
+ parents=("Card Configuration", " card 1", " mda 1", " egress-xpl"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(config_line=" fail-on-error", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(config_line=" no shutdown", parents=("Card Configuration", " card 1", " mda 1")),
+ ConfigLine(config_line=" exit", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" no shutdown", parents=("Card Configuration", " card 1")),
+ ConfigLine(config_line=" exit", parents=("Card Configuration",)),
+ ConfigLine(config_line="Connector Configuration", parents=()),
+ ConfigLine(config_line=" port 1/1/c1", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" connector", parents=("Connector Configuration", " port 1/1/c1")),
+ ConfigLine(
+ config_line=" breakout c4-10g",
+ parents=("Connector Configuration", " port 1/1/c1", " connector"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration", " port 1/1/c1")),
+ ConfigLine(config_line=" no shutdown", parents=("Connector Configuration", " port 1/1/c1")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c2", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" connector", parents=("Connector Configuration", " port 1/1/c2")),
+ ConfigLine(
+ config_line=" breakout c4-10g",
+ parents=("Connector Configuration", " port 1/1/c2", " connector"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration", " port 1/1/c2")),
+ ConfigLine(config_line=" no shutdown", parents=("Connector Configuration", " port 1/1/c2")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" port 1/1/c3", parents=("Connector Configuration",)),
+ ConfigLine(config_line=" connector", parents=("Connector Configuration", " port 1/1/c3")),
+ ConfigLine(
+ config_line=" breakout c4-10g",
+ parents=("Connector Configuration", " port 1/1/c3", " connector"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration", " port 1/1/c3")),
+ ConfigLine(config_line=" no shutdown", parents=("Connector Configuration", " port 1/1/c3")),
+ ConfigLine(config_line=" exit", parents=("Connector Configuration",)),
+ ConfigLine(config_line="Port Configuration", parents=()),
+ ConfigLine(config_line=" port 1/1/c1/3", parents=("Port Configuration",)),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2-SLOT-1/1-PORTc1/3"',
+ parents=("Port Configuration", " port 1/1/c1/3"),
+ ),
+ ConfigLine(config_line=" ethernet", parents=("Port Configuration", " port 1/1/c1/3")),
+ ConfigLine(
+ config_line=" mode hybrid", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" encap-type dot1q",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" mtu 2106", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" crc-monitor", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" sd-threshold 2 multiplier 5",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(
+ config_line=" sf-threshold 1",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")),
+ ConfigLine(
+ config_line=" down-on-internal-error",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" network", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")
+ ),
+ ConfigLine(
+ config_line=' queue-policy "10110"',
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet", " network"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/3", " ethernet")),
+ ConfigLine(
+ config_line=" hold-time up 50",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" hold-time down 25",
+ parents=("Port Configuration", " port 1/1/c1/3", " ethernet"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/3")),
+ ConfigLine(config_line=" hybrid-buffer-allocation", parents=("Port Configuration", " port 1/1/c1/3")),
+ ConfigLine(
+ config_line=" ing-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/3", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(
+ config_line=" egr-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/3", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/3")),
+ ConfigLine(config_line=" no shutdown", parents=("Port Configuration", " port 1/1/c1/3")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration",)),
+ ConfigLine(config_line=" port 1/1/c1/4", parents=("Port Configuration",)),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2-SLOT-1/1-PORTc1/4"',
+ parents=("Port Configuration", " port 1/1/c1/4"),
+ ),
+ ConfigLine(config_line=" ethernet", parents=("Port Configuration", " port 1/1/c1/4")),
+ ConfigLine(
+ config_line=" mode hybrid", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" encap-type dot1q",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" mtu 2106", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" crc-monitor", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" sd-threshold 2 multiplier 5",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(
+ config_line=" sf-threshold 1",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")),
+ ConfigLine(
+ config_line=" down-on-internal-error",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" network", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")
+ ),
+ ConfigLine(
+ config_line=' queue-policy "10110"',
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet", " network"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/4", " ethernet")),
+ ConfigLine(
+ config_line=" hold-time up 50",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" hold-time down 25",
+ parents=("Port Configuration", " port 1/1/c1/4", " ethernet"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/4")),
+ ConfigLine(config_line=" hybrid-buffer-allocation", parents=("Port Configuration", " port 1/1/c1/4")),
+ ConfigLine(
+ config_line=" ing-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/4", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(
+ config_line=" egr-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/4", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/4")),
+ ConfigLine(config_line=" no shutdown", parents=("Port Configuration", " port 1/1/c1/4")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration",)),
+ ConfigLine(config_line=" port 1/1/c1/1", parents=("Port Configuration",)),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADO82A-P-AL-7750-01-SLOT4/1-PORT4"',
+ parents=("Port Configuration", " port 1/1/c1/1"),
+ ),
+ ConfigLine(config_line=" ethernet", parents=("Port Configuration", " port 1/1/c1/1")),
+ ConfigLine(
+ config_line=" mode hybrid", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" encap-type dot1q",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" mtu 2106", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" crc-monitor", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")
+ ),
+ ConfigLine(
+ config_line=" sd-threshold 2 multiplier 5",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(
+ config_line=" sf-threshold 1",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet", " crc-monitor"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")),
+ ConfigLine(
+ config_line=" down-on-internal-error",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" network", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")
+ ),
+ ConfigLine(
+ config_line=' queue-policy "10110"',
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet", " network"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/1", " ethernet")),
+ ConfigLine(
+ config_line=" hold-time up 50",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet"),
+ ),
+ ConfigLine(
+ config_line=" hold-time down 25",
+ parents=("Port Configuration", " port 1/1/c1/1", " ethernet"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/1")),
+ ConfigLine(config_line=" hybrid-buffer-allocation", parents=("Port Configuration", " port 1/1/c1/1")),
+ ConfigLine(
+ config_line=" ing-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/1", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(
+ config_line=" egr-weight access 3 network 97",
+ parents=("Port Configuration", " port 1/1/c1/1", " hybrid-buffer-allocation"),
+ ),
+ ConfigLine(config_line=" exit", parents=("Port Configuration", " port 1/1/c1/1")),
+ ConfigLine(config_line=" no shutdown", parents=("Port Configuration", " port 1/1/c1/1")),
+ ConfigLine(config_line=" exit", parents=("Port Configuration",)),
+ ConfigLine(config_line="LAG Configuration", parents=()),
+ ConfigLine(config_line=" lag 125", parents=("LAG Configuration",)),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADO91A-P-AL-7750-01"',
+ parents=("LAG Configuration", " lag 125"),
+ ),
+ ConfigLine(config_line=" mode hybrid", parents=("LAG Configuration", " lag 125")),
+ ConfigLine(config_line=" encap-type dot1q", parents=("LAG Configuration", " lag 125")),
+ ConfigLine(config_line=" port 1/1/c1/1", parents=("LAG Configuration", " lag 125")),
+ ConfigLine(
+ config_line=" lacp active administrative-key 11125", parents=("LAG Configuration", " lag 125")
+ ),
+ ConfigLine(config_line=" hold-time down 250", parents=("LAG Configuration", " lag 125")),
+ ConfigLine(config_line=" no shutdown", parents=("LAG Configuration", " lag 125")),
+ ConfigLine(config_line=" exit", parents=("LAG Configuration",)),
+ ConfigLine(config_line=" lag 11", parents=("LAG Configuration",)),
+ ConfigLine(
+ config_line=' description "LAG-11-to-TNTNMADOT1A-P-AL-7750-060475-H2"',
+ parents=("LAG Configuration", " lag 11"),
+ ),
+ ConfigLine(config_line=" mode hybrid", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" encap-type dot1q", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" port 1/1/c1/3", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" port 1/1/c1/4", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" lacp active administrative-key 10011", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" hold-time down 250", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" no shutdown", parents=("LAG Configuration", " lag 11")),
+ ConfigLine(config_line=" exit", parents=("LAG Configuration",)),
+ ConfigLine(config_line="QoS Policy Configuration", parents=()),
+ ConfigLine(config_line=" qos", parents=("QoS Policy Configuration",)),
+ ConfigLine(config_line=" sap-ingress 10 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "SAP Ingress Policy for EDN"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", " queue 5 create"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", " queue 6 create"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=" queue 7 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=" queue 11 multipoint create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=' fc "be" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", ' fc "be" create'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=' fc "ef" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", ' fc "ef" create'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=' fc "h1" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 7",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", ' fc "h1" create'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=' fc "h2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create", ' fc "h2" create'),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create")
+ ),
+ ConfigLine(
+ config_line=' dscp be fc "be"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp ef fc "ef"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp af11 fc "h2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-ingress 10030 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 SAP-ingress policy for BRIX"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 11 multipoint create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "af" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "af" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "be" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "be" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "ef" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "ef" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "h2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "h2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "l1" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "l1" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "l2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "l2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "nc" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 10030 create",
+ ' fc "nc" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 0 fc "be"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 1 fc "l2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 2 fc "af"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 3 fc "l1"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 4 fc "h2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 5 fc "ef"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(
+ config_line=' dot1p 7 fc "nc"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 10030 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-ingress 11130 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 LTE QOS SAP Ingress Policy (EBH)"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ " queue 5 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ " queue 6 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ " queue 8 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 11 multipoint create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "af" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "af" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "be" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "be" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "ef" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "ef" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "h2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "h2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "l1" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "l1" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "l2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "l2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "nc" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 11130 create",
+ ' fc "nc" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp cs2 fc "af"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp be fc "be"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp ef fc "ef"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp cs4 fc "h2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp cs3 fc "l1"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp cs1 fc "l2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp nc1 nc2 fc "nc"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 11130 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-ingress 12130 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "SAP Ingress Policy for 1X"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ " queue 5 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ " queue 6 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ " queue 8 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 11 multipoint create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "be" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ ' fc "be" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "ef" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ ' fc "ef" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "h2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ ' fc "h2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "nc" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 12130 create",
+ ' fc "nc" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp be fc "be"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp ef fc "ef"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp af11 fc "h2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp nc1 nc2 fc "nc"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 12130 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-ingress 13130 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "SAP Ingress Policy for DO"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ " queue 5 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" rate max cir max",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ " queue 8 create",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 11 multipoint create",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "af" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ ' fc "af" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "be" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ ' fc "be" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "h2" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ ' fc "h2" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "l1" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ ' fc "l1" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' fc "nc" create',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " sap-ingress 13130 create",
+ ' fc "nc" create',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp af12 af21 af42 fc "af"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp be fc "be"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp af41 fc "h2"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp af22 af31 fc "l1"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(
+ config_line=' dscp nc1 nc2 fc "nc"',
+ parents=("QoS Policy Configuration", " qos", " sap-ingress 13130 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-egress 10040 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 SAP-egress policy for BRIX"',
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 7 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc af create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc af create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 2",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc af create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc be create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc be create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 0",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc be create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc ef create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc ef create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 5",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc ef create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc h1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 7",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc h1 create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 6",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc h1 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc h2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc h2 create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 4",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc h2 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc l1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc l1 create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 3",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc l1 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc l2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc l2 create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 1",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc l2 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" fc nc create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc nc create"),
+ ),
+ ConfigLine(
+ config_line=" dot1p 7",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create", " fc nc create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 10040 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" sap-egress 11140 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 LTE QOS SAP Egress Policy (MSO)"',
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc af create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 3",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc af create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc be create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 2",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc be create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc ef create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 6",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc ef create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc h2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 5",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc h2 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc l1 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 4",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc l1 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc l2 create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 1",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc l2 create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" fc nc create",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(
+ config_line=" queue 8",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create", " fc nc create"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " sap-egress 11140 create"),
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" network 25 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "Per VLAN Shaper Network Policy"',
+ parents=("QoS Policy Configuration", " qos", " network 25 create"),
+ ),
+ ConfigLine(
+ config_line=" ingress", parents=("QoS Policy Configuration", " qos", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" dscp be fc be profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp ef fc ef profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs1 fc l2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs2 fc af profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs3 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs4 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc1 fc h1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc2 fc nc profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af11 fc af profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af12 fc af profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af13 fc af profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af21 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af22 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af23 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af31 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af32 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af33 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af41 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af42 fc h2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af43 fc h2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 0 fc be profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 1 fc l2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 2 fc af profile out",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 3 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 4 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 5 fc ef profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 6 fc h1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 7 fc nc profile in",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" egress", parents=("QoS Policy Configuration", " qos", " network 25 create")
+ ),
+ ConfigLine(
+ config_line=" fc af",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-in-profile 2",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc af",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc af",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc be",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 1",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc be",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc ef",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 6",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc ef",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc h2",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 5",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc h2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc l1",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-out-profile 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc l1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 4",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc l1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc nc",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" port-redirect-group queue 8",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 25 create",
+ " egress",
+ " fc nc",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 25 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " network 25 create")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" network 10120 create", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(
+ config_line=' description "LTBE 7750 Inter-Chassis LAG Network QOS Policy"',
+ parents=("QoS Policy Configuration", " qos", " network 10120 create"),
+ ),
+ ConfigLine(
+ config_line=" ingress",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create"),
+ ),
+ ConfigLine(
+ config_line=" dscp be fc be profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp ef fc ef profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs1 fc l2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs2 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs3 fc af profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp cs4 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc1 fc h1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp nc2 fc nc profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af11 fc af profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af12 fc af profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af13 fc af profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af21 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af22 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af23 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af31 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af32 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af33 fc l1 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af41 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af42 fc h2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" dscp af43 fc h2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 0 fc be profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 1 fc l2 profile out",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 2 fc af profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 3 fc l1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 4 fc h2 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 5 fc ef profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 6 fc h1 profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp 7 fc nc profile in",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " ingress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " network 10120 create")
+ ),
+ ConfigLine(
+ config_line=" egress",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create"),
+ ),
+ ConfigLine(
+ config_line=" fc af",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-in-profile 2",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 10120 create",
+ " egress",
+ " fc af",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" fc l1",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" lsp-exp-out-profile 3",
+ parents=(
+ "QoS Policy Configuration",
+ " qos",
+ " network 10120 create",
+ " egress",
+ " fc l1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("QoS Policy Configuration", " qos", " network 10120 create", " egress"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("QoS Policy Configuration", " qos", " network 10120 create")
+ ),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration", " qos")),
+ ConfigLine(config_line=" exit", parents=("QoS Policy Configuration",)),
+ ConfigLine(config_line="Router (Network Side) Configuration", parents=()),
+ ConfigLine(config_line=" router", parents=("Router (Network Side) Configuration",)),
+ ConfigLine(config_line=' interface "system"', parents=("Router (Network Side) Configuration", " router")),
+ ConfigLine(
+ config_line=" address 10.115.202.226/32",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"'),
+ ),
+ ConfigLine(
+ config_line=" enable-ingress-stats",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"'),
+ ),
+ ConfigLine(
+ config_line=" ipv6",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"'),
+ ),
+ ConfigLine(
+ config_line=" address 2001:4888:2010:4000:102:400::7D0/128",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"', " ipv6"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("Router (Network Side) Configuration", " router", ' interface "system"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Router (Network Side) Configuration", " router")),
+ ConfigLine(
+ config_line=' interface "to-7750-01"', parents=("Router (Network Side) Configuration", " router")
+ ),
+ ConfigLine(
+ config_line=" address 172.25.199.107/31",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADO91A-P-AL-7750-01"',
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" enable-ingress-stats",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" ldp-sync-timer 45",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" port lag-125:1475",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" ipv6",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" address 2001:4888:2018:4FBF:102:400::1/64",
+ parents=(
+ "Router (Network Side) Configuration",
+ " router",
+ ' interface "to-7750-01"',
+ " ipv6",
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd 500 receive 500 multiplier 3 type cpm-np",
+ parents=(
+ "Router (Network Side) Configuration",
+ " router",
+ ' interface "to-7750-01"',
+ " ipv6",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" qos 10120",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" bfd 500 receive 500 multiplier 3 type cpm-np",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-7750-01"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Router (Network Side) Configuration", " router")),
+ ConfigLine(
+ config_line=' interface "to-BTS0475-7750-H2"',
+ parents=("Router (Network Side) Configuration", " router"),
+ ),
+ ConfigLine(
+ config_line=" address 172.25.199.111/31",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=' description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2"',
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" enable-ingress-stats",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" ldp-sync-timer 45",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" port lag-11:4094",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" ipv6",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" address 2001:4888:2018:43D7:0102:0400::0/64",
+ parents=(
+ "Router (Network Side) Configuration",
+ " router",
+ ' interface "to-BTS0475-7750-H2"',
+ " ipv6",
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd 500 receive 500 multiplier 3 type cpm-np",
+ parents=(
+ "Router (Network Side) Configuration",
+ " router",
+ ' interface "to-BTS0475-7750-H2"',
+ " ipv6",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" qos 10120",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" bfd 500 receive 500 multiplier 3 type cpm-np",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("Router (Network Side) Configuration", " router", ' interface "to-BTS0475-7750-H2"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Router (Network Side) Configuration", " router")),
+ ConfigLine(config_line="OSPFv2 Configuration", parents=()),
+ ConfigLine(config_line=" ospf", parents=("OSPFv2 Configuration",)),
+ ConfigLine(config_line=" asbr", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=" timers", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(
+ config_line=" spf-wait 1500 spf-initial-wait 10 spf-second-wait 100",
+ parents=("OSPFv2 Configuration", " ospf", " timers"),
+ ),
+ ConfigLine(
+ config_line=" lsa-generate 1500 lsa-initial-wait 10 lsa-second-wait 100",
+ parents=("OSPFv2 Configuration", " ospf", " timers"),
+ ),
+ ConfigLine(
+ config_line=" lsa-arrival 90",
+ parents=("OSPFv2 Configuration", " ospf", " timers"),
+ ),
+ ConfigLine(config_line=" exit", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=" external-preference 175", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=' export "br-ospf-export"', parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=" area 0.0.253.146", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(
+ config_line=' interface "system"',
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "system"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-7750-01"',
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" interface-type point-to-point",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" hello-interval 1",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" dead-interval 3",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" mtu 1978",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" metric 100",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd-enable remain-down-on-failure",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-BTS0475-7750-H2"',
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" interface-type point-to-point",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" hello-interval 1",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" dead-interval 3",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" mtu 1978",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" metric 1",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd-enable remain-down-on-failure",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv2 Configuration",
+ " ospf",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv2 Configuration", " ospf", " area 0.0.253.146"),
+ ),
+ ConfigLine(config_line=" exit", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=" no shutdown", parents=("OSPFv2 Configuration", " ospf")),
+ ConfigLine(config_line=" exit", parents=("OSPFv2 Configuration",)),
+ ConfigLine(config_line="OSPFv3 Configuration", parents=()),
+ ConfigLine(config_line=" ospf3", parents=("OSPFv3 Configuration",)),
+ ConfigLine(config_line=" asbr", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=" timers", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(
+ config_line=" spf-wait 1500 spf-initial-wait 10 spf-second-wait 100",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(
+ config_line=" lsa-generate 1500 lsa-initial-wait 10 lsa-second-wait 100",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(
+ config_line=" lsa-arrival 90",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(
+ config_line=" incremental-spf-wait 0",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(
+ config_line=" lsa-accumulate 0",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(
+ config_line=" redistribute-delay 0",
+ parents=("OSPFv3 Configuration", " ospf3", " timers"),
+ ),
+ ConfigLine(config_line=" exit", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=" external-preference 175", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=' export "br-ospf3-export"', parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=" area 0.0.253.146", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(
+ config_line=' interface "system"',
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "system"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-7750-01"',
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" interface-type point-to-point",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" hello-interval 1",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" dead-interval 3",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" mtu 1978",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" metric 100",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd-enable remain-down-on-failure",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-7750-01"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-BTS0475-7750-H2"',
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(
+ config_line=" interface-type point-to-point",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" hello-interval 1",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" dead-interval 3",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" mtu 1978",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" metric 1",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" bfd-enable remain-down-on-failure",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "OSPFv3 Configuration",
+ " ospf3",
+ " area 0.0.253.146",
+ ' interface "to-BTS0475-7750-H2"',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("OSPFv3 Configuration", " ospf3", " area 0.0.253.146"),
+ ),
+ ConfigLine(config_line=" exit", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=" no shutdown", parents=("OSPFv3 Configuration", " ospf3")),
+ ConfigLine(config_line=" exit", parents=("OSPFv3 Configuration",)),
+ ConfigLine(config_line="PIM Configuration", parents=()),
+ ConfigLine(config_line=" pim", parents=("PIM Configuration",)),
+ ConfigLine(config_line=" no ipv6-multicast-disable", parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=" rpf6-table both", parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=' interface "to-7750-01"', parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=" exit", parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=' interface "to-BTS0475-7750-H2"', parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=" exit", parents=("PIM Configuration", " pim")),
+ ConfigLine(config_line=" exit", parents=("PIM Configuration",)),
+ ConfigLine(config_line="LDP Configuration", parents=()),
+ ConfigLine(config_line=" ldp", parents=("LDP Configuration",)),
+ ConfigLine(config_line=" interface-parameters", parents=("LDP Configuration", " ldp")),
+ ConfigLine(
+ config_line=" ipv4",
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(
+ config_line=" hello 15 3",
+ parents=("LDP Configuration", " ldp", " interface-parameters", " ipv4"),
+ ),
+ ConfigLine(
+ config_line=" keepalive 30 3",
+ parents=("LDP Configuration", " ldp", " interface-parameters", " ipv4"),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-7750-01" dual-stack',
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(
+ config_line=" ipv4",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-7750-01" dual-stack',
+ ),
+ ),
+ ConfigLine(
+ config_line=" local-lsr-id interface",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-7750-01" dual-stack',
+ " ipv4",
+ ),
+ ),
+ ConfigLine(
+ config_line=" transport-address interface",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-7750-01" dual-stack',
+ " ipv4",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-7750-01" dual-stack',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(
+ config_line=' interface "to-BTS0475-7750-H2" dual-stack',
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(
+ config_line=" ipv4",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-BTS0475-7750-H2" dual-stack',
+ ),
+ ),
+ ConfigLine(
+ config_line=" local-lsr-id interface",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-BTS0475-7750-H2" dual-stack',
+ " ipv4",
+ ),
+ ),
+ ConfigLine(
+ config_line=" transport-address interface",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-BTS0475-7750-H2" dual-stack',
+ " ipv4",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "LDP Configuration",
+ " ldp",
+ " interface-parameters",
+ ' interface "to-BTS0475-7750-H2" dual-stack',
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("LDP Configuration", " ldp", " interface-parameters"),
+ ),
+ ConfigLine(config_line=" exit", parents=("LDP Configuration", " ldp")),
+ ConfigLine(config_line=" targeted-session", parents=("LDP Configuration", " ldp")),
+ ConfigLine(
+ config_line=" ipv4", parents=("LDP Configuration", " ldp", " targeted-session")
+ ),
+ ConfigLine(
+ config_line=" hello 45 3",
+ parents=("LDP Configuration", " ldp", " targeted-session", " ipv4"),
+ ),
+ ConfigLine(
+ config_line=" keepalive 40 4",
+ parents=("LDP Configuration", " ldp", " targeted-session", " ipv4"),
+ ),
+ ConfigLine(
+ config_line=" exit", parents=("LDP Configuration", " ldp", " targeted-session")
+ ),
+ ConfigLine(config_line=" exit", parents=("LDP Configuration", " ldp")),
+ ConfigLine(config_line=" exit", parents=("LDP Configuration",)),
+ ConfigLine(config_line="Policy Configuration", parents=()),
+ ConfigLine(config_line=" policy-options", parents=("Policy Configuration",)),
+ ConfigLine(config_line=" begin", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(
+ config_line=' prefix-list "accept-7750-SR"',
+ parents=("Policy Configuration", " policy-options"),
+ ),
+ ConfigLine(
+ config_line=" prefix 10.114.45.0/32 exact",
+ parents=("Policy Configuration", " policy-options", ' prefix-list "accept-7750-SR"'),
+ ),
+ ConfigLine(
+ config_line=" prefix 10.114.45.1/32 exact",
+ parents=("Policy Configuration", " policy-options", ' prefix-list "accept-7750-SR"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(
+ config_line=' policy-statement "ldp-accept"',
+ parents=("Policy Configuration", " policy-options"),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "ldp-accept"'),
+ ),
+ ConfigLine(
+ config_line=" from",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "ldp-accept"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=' prefix-list "accept-7750-SR"',
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "ldp-accept"',
+ " entry 10",
+ " from",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "ldp-accept"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action accept",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "ldp-accept"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "ldp-accept"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "ldp-accept"'),
+ ),
+ ConfigLine(
+ config_line=" default-action reject",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "ldp-accept"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(
+ config_line=' policy-statement "br-ospf-export"',
+ parents=("Policy Configuration", " policy-options"),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf-export"'),
+ ),
+ ConfigLine(
+ config_line=' description "advertise direct connect interfaces"',
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" from",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol direct",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ " from",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" to",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol ospf",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ " to",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action accept",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" type 1",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ " action accept",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf-export"'),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf-export"'),
+ ),
+ ConfigLine(
+ config_line=' description "advertise static routes"',
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" from",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol static",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ " from",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" to",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol ospf",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ " to",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action accept",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" type 1",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ " action accept",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf-export"'),
+ ),
+ ConfigLine(
+ config_line=" default-action reject",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf-export"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(
+ config_line=' policy-statement "br-ospf3-export"',
+ parents=("Policy Configuration", " policy-options"),
+ ),
+ ConfigLine(
+ config_line=" entry 10",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf3-export"'),
+ ),
+ ConfigLine(
+ config_line=' description "advertise direct connect interfaces"',
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" from",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol direct",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ " from",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" to",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol ospf3",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ " to",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action accept",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" type 1",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ " action accept",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 10",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf3-export"'),
+ ),
+ ConfigLine(
+ config_line=" entry 20",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf3-export"'),
+ ),
+ ConfigLine(
+ config_line=' description "advertise static routes"',
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" from",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol static",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ " from",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" to",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" protocol ospf3",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ " to",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" action accept",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" type 1",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ " action accept",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "Policy Configuration",
+ " policy-options",
+ ' policy-statement "br-ospf3-export"',
+ " entry 20",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf3-export"'),
+ ),
+ ConfigLine(
+ config_line=" default-action reject",
+ parents=("Policy Configuration", " policy-options", ' policy-statement "br-ospf3-export"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(config_line=" commit", parents=("Policy Configuration", " policy-options")),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration",)),
+ ConfigLine(config_line=" exit", parents=("Policy Configuration",)),
+]
diff --git a/tests/unit/mock/config/parser/base/nokia_sros/sros_full_sent.txt b/tests/unit/mock/config/parser/base/nokia_sros/sros_full_sent.txt
new file mode 100644
index 0000000..31f9a9b
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nokia_sros/sros_full_sent.txt
@@ -0,0 +1,5562 @@
+exit all
+configure
+#--------------------------------------------------
+echo "System Configuration"
+#--------------------------------------------------
+ system
+ name "PHOENIX-P-AL-7750-060475-H1"
+ contact "PHX MSC - 505-555-555
+ location "PHX CO_RI Hub"
+ rollback
+ rollback-location "cf2:\Rollback"
+ exit
+ snmp
+ packet-size 9216
+ no shutdown
+ exit
+ time
+ ntp
+ no authentication-check
+ server 10.114.45.0 prefer
+ server 10.114.45.1
+ no shutdown
+ exit
+ sntp
+ shutdown
+ exit
+ dst-zone EDT
+ start second sunday march 02:00
+ end first sunday november 02:00
+ exit
+ zone EST
+ exit
+ thresholds
+ rmon
+ exit
+ exit
+ script-control
+ script "EHS-Egress-FCS-Errors" owner "EHS"
+ description "EHS for Egress FCS Errors - generate TS file"
+ location "cf2:\EHS\EHS-Script-FCS-Errors_7750_1.txt"
+ no shutdown
+ exit
+ script-policy "EHS-Egress-FCS-script-policy" owner "EHS"
+ results "cf2:\EHS\EHS-FCS-Script-Results"
+ script "EHS-Egress-FCS-Errors" owner "EHS"
+ max-completed 255
+ expire-time 7776000
+ no shutdown
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "System Security Configuration"
+#--------------------------------------------------
+ system
+ security
+ management-access-filter
+ ip-filter
+ shutdown
+ default-action permit
+ entry 140
+ description "NTP Traffic"
+ src-ip 10.114.45.0/32
+ protocol udp
+ dst-port 123 65535
+ router "management"
+ action permit
+ exit
+ entry 141
+ description "NTP Traffic"
+ src-ip 10.114.45.1/32
+ protocol udp
+ dst-port 123 65535
+ router "management"
+ action permit
+ exit
+ entry 500
+ description "Management Plane Default"
+ router "management"
+ action deny
+ exit
+ no shutdown
+ exit
+ ipv6-filter
+ shutdown
+ default-action permit
+ entry 10
+ description "SSH Traffic"
+ next-header tcp
+ dst-port 22 65535
+ router "management"
+ action permit
+ exit
+ entry 25
+ description "Regional Centralized Syslog Server"
+ src-ip 2001:4888:A01:2130:A1:FEF::168/128
+ router "management"
+ action permit
+ exit
+ entry 61
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a02:1d10::/64
+ router "management"
+ action permit
+ exit
+ entry 62
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a02:1d11::/64
+ router "management"
+ action permit
+ exit
+ entry 63
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a06:1d50::/64
+ router "management"
+ action permit
+ exit
+ entry 64
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a06:1d51::/64
+ router "management"
+ action permit
+ exit
+ entry 65
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a03:1d10::/64
+ router "management"
+ action permit
+ exit
+ entry 66
+ description "SevOne Servers and Pollers"
+ src-ip 2001:4888:a03:1d11::/64
+ router "management"
+ action permit
+ exit
+ entry 100
+ description "ICMPv6 Traffic"
+ next-header ipv6-icmp
+ router "management"
+ action permit
+ exit
+ entry 200
+ description "IP Control Servers"
+ src-ip 2001:4888:a06:2132:f0:fef::/112
+ router "management"
+ action permit
+ exit
+ entry 201
+ description "IP Control Servers"
+ src-ip 2001:4888:a03:2132:c0:fef::/112
+ router "management"
+ action permit
+ exit
+ entry 202
+ description "IP Control Servers"
+ src-ip 2001:4888:a02:2132:a0:fef::/112
+ router "management"
+ action permit
+ exit
+ entry 242
+ description "5620 SAM Blade Server NJ"
+ src-ip 2001:4888:a01:2114:a1:fef::/112
+ router "management"
+ action permit
+ exit
+ entry 244
+ description "5620 SAM Blade Server TX"
+ src-ip 2001:4888:a03:2114:c0:fef::/112
+ router "management"
+ action permit
+ exit
+ entry 250
+ description "IPv6 Link Local Address"
+ src-ip fe80::/10
+ router "management"
+ action permit
+ exit
+ entry 500
+ description "Management Plane Default"
+ router "management"
+ action deny
+ exit
+ no shutdown
+ exit
+ exit
+ profile "EHS"
+ default-action deny-all
+ entry 10
+ match "admin tech-support"
+ action permit
+ exit
+ entry 20
+ match "write"
+ action permit
+ exit
+ entry 30
+ match "sleep"
+ action permit
+ exit
+ exit
+ profile "readonly"
+ default-action deny-all
+ entry 10
+ match "back"
+ action permit
+ exit
+ entry 20
+ match "exit"
+ action permit
+ exit
+ entry 30
+ match "help"
+ action permit
+ exit
+ entry 40
+ match "history"
+ action permit
+ exit
+ entry 50
+ match "logout"
+ action permit
+ exit
+ entry 60
+ match "ping"
+ action permit
+ exit
+ entry 70
+ match "traceroute"
+ action permit
+ exit
+ entry 80
+ match "monitor"
+ action permit
+ exit
+ entry 90
+ match "show"
+ action permit
+ exit
+ entry 110
+ match "ssh"
+ action permit
+ exit
+ exit
+ profile "UserProfile1"
+ default-action permit-all
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "configure service vprn shutdown"
+ action deny
+ exit
+ entry 50
+ match "configure service vprn ospf shutdown"
+ action deny
+ exit
+ entry 60
+ match "configure service vprn bgp shutdown"
+ action deny
+ exit
+ entry 70
+ match "configure service ies shutdown"
+ action deny
+ exit
+ entry 80
+ match "configure router bgp shutdown"
+ action deny
+ exit
+ entry 90
+ match "configure router ospf shutdown"
+ action deny
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 120
+ match "configure router ldp shutdown"
+ action deny
+ exit
+ entry 130
+ match "telnet"
+ action deny
+ exit
+ entry 140
+ match "configure system security telnet-server"
+ action deny
+ exit
+ entry 150
+ match "configure system security telnet6-server"
+ action deny
+ exit
+ entry 160
+ match "configure system security ftp-server"
+ action deny
+ exit
+ entry 170
+ match "show"
+ action permit
+ exit
+ exit
+ profile "administrative"
+ default-action permit-all
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 40
+ match "configure service vprn shutdown"
+ action deny
+ exit
+ entry 50
+ match "configure service vprn ospf shutdown"
+ action deny
+ exit
+ entry 60
+ match "configure service vprn bgp shutdown"
+ action deny
+ exit
+ entry 70
+ match "configure service ies shutdown"
+ action deny
+ exit
+ entry 80
+ match "configure router bgp shutdown"
+ action deny
+ exit
+ entry 90
+ match "configure router ospf shutdown"
+ action deny
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ entry 111
+ match "clear li"
+ action deny
+ exit
+ entry 120
+ match "configure router ldp shutdown"
+ action deny
+ exit
+ entry 130
+ match "telnet"
+ action deny
+ exit
+ entry 140
+ match "configure system security telnet-server"
+ action deny
+ exit
+ entry 150
+ match "configure system security telnet6-server"
+ action deny
+ exit
+ entry 160
+ match "configure system security ftp-server"
+ action deny
+ exit
+ entry 170
+ match "admin reboot"
+ action deny
+ exit
+ exit
+ profile "Unrestricted-User"
+ default-action permit-all
+ entry 10
+ match "configure system security"
+ action permit
+ exit
+ entry 20
+ match "show system security"
+ action permit
+ exit
+ entry 30
+ match "tools perform security"
+ action permit
+ exit
+ entry 100
+ match "configure li"
+ action deny
+ exit
+ entry 110
+ match "show li"
+ action deny
+ exit
+ exit
+ user "SomeUser"
+ password "5620Vzw"
+ access console
+ console
+ no member "default"
+ member "Profile1"
+ exit
+ exit
+ snmp
+ access group "snmpV3Assccess" security-model usm security-level privacy read "iso" write "iso" notify "iso"
+ community 2Y2LHaaSDfa3TZP31 r version both
+ community 1234asasd rw version both
+ exit
+ ssh
+ preserve-key
+ exit
+ no ftp-server
+ no telnet-server
+ per-peer-queuing
+ cli-script
+ authorization
+ event-handler
+ cli-user "EHS"
+ exit
+ exit
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "System Login Control Configuration"
+#--------------------------------------------------
+ system
+ login-control
+ ssh
+ inbound-max-sessions 7
+ exit
+ idle-timeout 120
+ pre-login-message "______________________________________ WARNING NOTICE ____________________________________________\n\rThis system is for the use of authorized users only. Individuals using this system without\n\rauthority, or in excess of their authority, are subject to having all of their activities on this\n\rsystem monitored and recorded by system personnel. In the course of monitoring individuals\n\rimproperly using this system, or in the course of system maintenance, the activities of authorized\n\rusers may also be monitored. Anyone using this system expressly consents to such monitoring\n\rand is advised that if such monitoring reveals possible evidence of criminal activity, system\n\rpersonnel may provide the evidence of such monitoring to law enforcement officials.\n\r___________________________________________________________________________________________________"
+ motd text "WARNING! THIS IS A PRIVATE NETWORK AND IS FOR EXCLUSIVE USE BY AUTHORIZED PERSONNEL. Use of this service constitutes consent to monitoring. Unauthorized use may result in prosecution under the Computer Fraud and Abuse Act of 1986 or other applicable statutes and regulations."
+ no login-banner
+ exit
+ exit
+#--------------------------------------------------
+echo "Log Configuration"
+#--------------------------------------------------
+ log
+ file-id 20
+ description "Syslog-storage"
+ location cf2:
+ rollover 1440 retention 350
+ exit
+ file-id 30
+ description "Change-storage"
+ location cf2:
+ rollover 1440 retention 350
+ exit
+ filter 10
+ default-action forward
+ entry 10
+ action forward
+ match
+ application eq "chassis"
+ number eq 2059
+ message eq pattern "detected egress FCS errors on complex"
+ exit
+ exit
+ exit
+ event-control "igmp" 2005 suppress
+ event-control "video" 2009 suppress
+ event-control "video" 2010 suppress
+ event-control "vrtr" 2034 generate
+ syslog 5
+ description "to-syslog-server"
+ address 2001:4888:A01:2130:A1:FEF::168
+ exit
+ snmp-trap-group 98
+ description "5620sam"
+ trap-target "10.194.69.172-v6:162" address 2001:4888:a01:2114:a1:fef::18 snmpv3 notify-community "snmpV3User" security-level privacy
+ trap-target "10.215.238.172-v6:162" address 2001:4888:a03:2114:c0:fef::18 snmpv3 notify-community "snmpV3User" security-level privacy
+ exit
+ log-id 5
+ description "Syslog Server"
+ from main security change
+ to syslog 5
+ no shutdown
+ exit
+ log-id 20
+ description "Syslog storage on CF2"
+ from main security
+ to file 20
+ no shutdown
+ exit
+ log-id 30
+ description "Change storage on CF2"
+ from change
+ to file 30
+ no shutdown
+ exit
+ log-id 98
+ from main security
+ to snmp 1024
+ no shutdown
+ exit
+ event-handling
+ handler "EHS-Egress-FCS-Error-Handler"
+ description "EHS handler for Egress FCS Handler"
+ action-list
+ entry 10
+ min-delay 86400
+ script-policy "EHS-Egress-FCS-script-policy" owner "EHS"
+ no shutdown
+ exit
+ exit
+ no shutdown
+ exit
+ exit
+ event-trigger
+ event "chassis" 2059
+ description "EHS for Egress FCS Errors"
+ trigger-entry 10
+ event-handler "EHS-Egress-FCS-Error-Handler"
+ log-filter 10
+ no shutdown
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "Eth-CFM Configuration"
+#--------------------------------------------------
+ eth-cfm
+ domain 1 format none level 1
+ association 1 format icc-based name "epipe-7750-01"
+ bridge-identifier 45475001
+ exit
+ remote-mepid 1475
+ exit
+ association 2 format icc-based name "epipe-7750-02"
+ bridge-identifier 45475002
+ exit
+ remote-mepid 2475
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "QoS Policy Configuration"
+#--------------------------------------------------
+ qos
+ adv-config-policy "Best-Effort" create
+ child-control
+ offered-measurement
+ fast-start
+ fast-stop
+ no add
+ no high-rate-hold-time
+ exit
+ exit
+ exit
+ adv-config-policy "LTBE" create
+ child-control
+ bandwidth-distribution
+ above-offered-cap percent 0.00
+ exit
+ offered-measurement
+ fast-start
+ fast-stop
+ add percent 3.00
+ no high-rate-hold-time
+ exit
+ exit
+ exit
+ slope-policy "QCI9" create
+ description "QCI9 Trial Slope Policy"
+ highplus-slope
+ shutdown
+ max-avg 100
+ start-avg 100
+ max-prob 100
+ exit
+ high-slope
+ max-avg 100
+ start-avg 100
+ max-prob 100
+ no shutdown
+ exit
+ low-slope
+ max-avg 100
+ start-avg 90
+ max-prob 100
+ no shutdown
+ exit
+ exceed-slope
+ max-avg 50
+ start-avg 30
+ max-prob 100
+ no shutdown
+ exit
+ time-average-factor 7
+ exit
+ network-queue "10110" create
+ description "LTBE 7750 Network Queue Policy (EBH)"
+ queue 1 create
+ rate 100 cir 3
+ exit
+ queue 2 create
+ rate 100 cir 24
+ exit
+ queue 3 create
+ rate 100 cir 1
+ exit
+ queue 4 create
+ rate 100 cir 3
+ exit
+ queue 5 create
+ rate 100 cir 8
+ exit
+ queue 6 create
+ rate 100 cir 60
+ exit
+ queue 7 create
+ exit
+ queue 8 create
+ rate 100 cir 1
+ exit
+ queue 9 multipoint create
+ exit
+ fc af create
+ multicast-queue 9
+ queue 3
+ exit
+ fc be create
+ multicast-queue 9
+ queue 2
+ exit
+ fc ef create
+ multicast-queue 9
+ queue 6
+ exit
+ fc h1 create
+ multicast-queue 9
+ queue 7
+ exit
+ fc h2 create
+ multicast-queue 9
+ queue 5
+ exit
+ fc l1 create
+ multicast-queue 9
+ queue 4
+ exit
+ fc l2 create
+ multicast-queue 9
+ queue 1
+ exit
+ fc nc create
+ multicast-queue 9
+ queue 8
+ exit
+ exit
+ scheduler-policy "SP10M" create
+ description "LTBE Scheduler Policy for 10M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler10M" create
+ port-parent
+ rate 10000 cir 10000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0010M" create
+ description "LTBE Queue-group for 10M Native Ethernet"
+ queue 1 create
+ parent "Scheduler10M"
+ rate 10000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 350 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler10M" cir-level 1 cir-weight 1
+ rate 10000 cir 10000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler10M" cir-level 1 cir-weight 3
+ rate 10000 cir 10000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler10M" cir-level 1 cir-weight 8
+ rate 10000 cir 10000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler10M" cir-level 2
+ rate 6000 cir 6000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler10M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 2000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP20M" create
+ description "LTBE Scheduler Policy for 20M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler20M" create
+ port-parent
+ rate 20000 cir 20000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0020M" create
+ description "LTBE Queue-group for 20M Native Ethernet"
+ queue 1 create
+ parent "Scheduler20M"
+ rate 20000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 700 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler20M" cir-level 1 cir-weight 1
+ rate 20000 cir 20000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler20M" cir-level 1 cir-weight 3
+ rate 20000 cir 20000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler20M" cir-level 1 cir-weight 8
+ rate 20000 cir 20000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler20M" cir-level 2
+ rate 12000 cir 12000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler20M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 4000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP25M" create
+ description "LTBE Scheduler Policy for 25M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler25M" create
+ port-parent
+ rate 25000 cir 25000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0025M" create
+ description "LTBE Queue-group for 25M Native Ethernet"
+ queue 1 create
+ parent "Scheduler25M"
+ rate 25000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 875 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler25M" cir-level 1 cir-weight 1
+ rate 25000 cir 25000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler25M" cir-level 1 cir-weight 3
+ rate 25000 cir 25000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler25M" cir-level 1 cir-weight 8
+ rate 25000 cir 25000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler25M" cir-level 2
+ rate 15000 cir 15000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler25M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 5000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP50M" create
+ description "LTBE Scheduler Policy for 50M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler50M" create
+ port-parent
+ rate 50000 cir 50000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0050M" create
+ description "LTBE Queue-group for 50M Native Ethernet"
+ queue 1 create
+ parent "Scheduler50M"
+ rate 50000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 1750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler50M" cir-level 1 cir-weight 1
+ rate 50000 cir 50000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler50M" cir-level 1 cir-weight 3
+ rate 50000 cir 50000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler50M" cir-level 1 cir-weight 8
+ rate 50000 cir 50000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler50M" cir-level 2
+ rate 30000 cir 30000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler50M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 10000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP75M" create
+ description "LTBE Scheduler Policy for 75M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler75M" create
+ port-parent
+ rate 75000 cir 75000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0075M" create
+ description "LTBE Queue-group for 75M Native Ethernet"
+ queue 1 create
+ parent "Scheduler75M"
+ rate 75000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 2625 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler75M" cir-level 1 cir-weight 1
+ rate 75000 cir 75000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler75M" cir-level 1 cir-weight 3
+ rate 75000 cir 75000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler75M" cir-level 1 cir-weight 8
+ rate 75000 cir 75000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler75M" cir-level 2
+ rate 45000 cir 45000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler75M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 15000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP100M" create
+ description "LTBE Scheduler Policy for 100M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler100M" create
+ port-parent
+ rate 100000 cir 100000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0100M" create
+ description "LTBE Queue-group for 100M Native Ethernet"
+ queue 1 create
+ parent "Scheduler100M"
+ rate 100000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 3500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler100M" cir-level 1 cir-weight 1
+ rate 100000 cir 100000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler100M" cir-level 1 cir-weight 3
+ rate 100000 cir 100000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler100M" cir-level 1 cir-weight 8
+ rate 100000 cir 100000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler100M" cir-level 2
+ rate 60000 cir 60000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler100M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 20000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP125M" create
+ description "LTBE Scheduler Policy for 125M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler125M" create
+ port-parent
+ rate 125000 cir 125000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0125M" create
+ description "LTBE Queue-group for 125M Native Ethernet"
+ queue 1 create
+ parent "Scheduler125M"
+ rate 125000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 4375 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler125M" cir-level 1 cir-weight 1
+ rate 125000 cir 125000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler125M" cir-level 1 cir-weight 3
+ rate 125000 cir 125000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler125M" cir-level 1 cir-weight 8
+ rate 125000 cir 125000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler125M" cir-level 2
+ rate 75000 cir 75000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler125M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 25000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP150M" create
+ description "LTBE Scheduler Policy for 150M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler150M" create
+ port-parent
+ rate 150000 cir 150000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0150M" create
+ description "LTBE Queue-group for 150M Native Ethernet"
+ queue 1 create
+ parent "Scheduler150M"
+ rate 150000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 5250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler150M" cir-level 1 cir-weight 1
+ rate 150000 cir 150000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler150M" cir-level 1 cir-weight 3
+ rate 150000 cir 150000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler150M" cir-level 1 cir-weight 8
+ rate 150000 cir 150000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler150M" cir-level 2
+ rate 90000 cir 90000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler150M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 30000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP200M" create
+ description "LTBE Scheduler Policy for 200M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler200M" create
+ port-parent
+ rate 200000 cir 200000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0200M" create
+ description "LTBE Queue-group for 200M Native Ethernet"
+ queue 1 create
+ parent "Scheduler200M"
+ rate 200000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 7000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler200M" cir-level 1 cir-weight 1
+ rate 200000 cir 200000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler200M" cir-level 1 cir-weight 3
+ rate 200000 cir 200000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler200M" cir-level 1 cir-weight 8
+ rate 200000 cir 200000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler200M" cir-level 2
+ rate 120000 cir 120000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler200M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 40000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP250M" create
+ description "LTBE Scheduler Policy for 250M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler250M" create
+ port-parent
+ rate 250000 cir 250000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0250M" create
+ description "LTBE Queue-group for 250M Native Ethernet"
+ queue 1 create
+ parent "Scheduler250M"
+ rate 250000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 8750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler250M" cir-level 1 cir-weight 1
+ rate 250000 cir 250000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler250M" cir-level 1 cir-weight 3
+ rate 250000 cir 250000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler250M" cir-level 1 cir-weight 8
+ rate 250000 cir 250000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler250M" cir-level 2
+ rate 150000 cir 150000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler250M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 50000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP300M" create
+ description "LTBE Scheduler Policy for 300M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler300M" create
+ port-parent
+ rate 300000 cir 300000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0300M" create
+ description "LTBE Queue-group for 300M Native Ethernet"
+ queue 1 create
+ parent "Scheduler300M"
+ rate 300000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 10500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler300M" cir-level 1 cir-weight 1
+ rate 300000 cir 300000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler300M" cir-level 1 cir-weight 3
+ rate 300000 cir 300000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler300M" cir-level 1 cir-weight 8
+ rate 300000 cir 300000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler300M" cir-level 2
+ rate 180000 cir 180000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler300M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 60000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP320M" create
+ description "LTBE Scheduler Policy for 320M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler320M" create
+ port-parent
+ rate 320000 cir 320000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0320M" create
+ description "LTBE Queue-group for 320M Native Ethernet"
+ queue 1 create
+ parent "Scheduler320M"
+ rate 320000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 11200 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler320M" cir-level 1 cir-weight 1
+ rate 320000 cir 320000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler320M" cir-level 1 cir-weight 3
+ rate 320000 cir 320000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler320M" cir-level 1 cir-weight 8
+ rate 320000 cir 320000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler320M" cir-level 2
+ rate 192000 cir 192000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler320M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 64000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP350M" create
+ description "LTBE Scheduler Policy for 350M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler350M" create
+ port-parent
+ rate 350000 cir 350000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0350M" create
+ description "LTBE Queue-group for 350M Native Ethernet"
+ queue 1 create
+ parent "Scheduler350M"
+ rate 350000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 12250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler350M" cir-level 1 cir-weight 1
+ rate 350000 cir 350000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler350M" cir-level 1 cir-weight 3
+ rate 350000 cir 350000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler350M" cir-level 1 cir-weight 8
+ rate 350000 cir 350000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler350M" cir-level 2
+ rate 210000 cir 210000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler350M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 70000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP400M" create
+ description "LTBE Scheduler Policy for 400M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler400M" create
+ port-parent
+ rate 400000 cir 400000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0400M" create
+ description "LTBE Queue-group for 400M Native Ethernet"
+ queue 1 create
+ parent "Scheduler400M"
+ rate 400000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 14000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler400M" cir-level 1 cir-weight 1
+ rate 400000 cir 400000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler400M" cir-level 1 cir-weight 3
+ rate 400000 cir 400000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler400M" cir-level 1 cir-weight 8
+ rate 400000 cir 400000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler400M" cir-level 2
+ rate 240000 cir 240000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler400M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 80000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP450M" create
+ description "LTBE Scheduler Policy for 450M Native Ethernet and 500M SONET Circuits"
+ tier 1
+ scheduler "Scheduler450M" create
+ port-parent
+ rate 450000 cir 450000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0450M" create
+ description "LTBE Queue-group for 450M Native Ethernet"
+ queue 1 create
+ parent "Scheduler450M"
+ rate 450000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 15750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler450M" cir-level 1 cir-weight 1
+ rate 450000 cir 450000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler450M" cir-level 1 cir-weight 3
+ rate 450000 cir 450000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler450M" cir-level 1 cir-weight 8
+ rate 450000 cir 450000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler450M" cir-level 2
+ rate 270000 cir 270000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler450M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 90000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP500M" create
+ description "LTBE Scheduler Policy for 500M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler500M" create
+ port-parent
+ rate 500000 cir 500000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0500M" create
+ description "LTBE Queue-group for 500M Native Ethernet"
+ queue 1 create
+ parent "Scheduler500M"
+ rate 500000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 17500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler500M" cir-level 1 cir-weight 1
+ rate 500000 cir 500000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler500M" cir-level 1 cir-weight 3
+ rate 500000 cir 500000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler500M" cir-level 1 cir-weight 8
+ rate 500000 cir 500000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler500M" cir-level 2
+ rate 300000 cir 300000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler500M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 100000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP600M" create
+ description "LTBE Scheduler Policy for 600M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler600M" create
+ port-parent
+ rate 600000 cir 600000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0600M" create
+ description "LTBE Queue-group for 600M Native Ethernet"
+ queue 1 create
+ parent "Scheduler600M"
+ rate 600000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 21000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler600M" cir-level 1 cir-weight 1
+ rate 600000 cir 600000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler600M" cir-level 1 cir-weight 3
+ rate 600000 cir 600000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler600M" cir-level 1 cir-weight 8
+ rate 600000 cir 600000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler600M" cir-level 2
+ rate 360000 cir 360000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler600M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 120000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP700M" create
+ description "LTBE Scheduler Policy for 700M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler700M" create
+ port-parent
+ rate 700000 cir 700000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0700M" create
+ description "LTBE Queue-group for 700M Native Ethernet"
+ queue 1 create
+ parent "Scheduler700M"
+ rate 700000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 24500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler700M" cir-level 1 cir-weight 1
+ rate 700000 cir 700000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler700M" cir-level 1 cir-weight 3
+ rate 700000 cir 700000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler700M" cir-level 1 cir-weight 8
+ rate 700000 cir 700000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler700M" cir-level 2
+ rate 420000 cir 420000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler700M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 140000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP750M" create
+ description "LTBE Scheduler Policy for 750M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler750M" create
+ port-parent
+ rate 750000 cir 750000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0750M" create
+ description "LTBE Queue-group for 750M Native Ethernet"
+ queue 1 create
+ parent "Scheduler750M"
+ rate 750000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 26250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler750M" cir-level 1 cir-weight 1
+ rate 750000 cir 750000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler750M" cir-level 1 cir-weight 3
+ rate 750000 cir 750000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler750M" cir-level 1 cir-weight 8
+ rate 750000 cir 750000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler750M" cir-level 2
+ rate 450000 cir 450000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler750M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 150000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP800M" create
+ description "LTBE Scheduler Policy for 800M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler800M" create
+ port-parent
+ rate 800000 cir 800000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0800M" create
+ description "LTBE Queue-group for 800M Native Ethernet"
+ queue 1 create
+ parent "Scheduler800M"
+ rate 800000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 28000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler800M" cir-level 1 cir-weight 1
+ rate 800000 cir 800000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler800M" cir-level 1 cir-weight 3
+ rate 800000 cir 800000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler800M" cir-level 1 cir-weight 8
+ rate 800000 cir 800000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler800M" cir-level 2
+ rate 480000 cir 480000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler800M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 160000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP900M" create
+ description "LTBE Scheduler Policy for 900M Native Ethernet and 1000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler900M" create
+ port-parent
+ rate 900000 cir 900000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-0900M" create
+ description "LTBE Queue-group for 900M Native Ethernet"
+ queue 1 create
+ parent "Scheduler900M"
+ rate 900000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 31500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler900M" cir-level 1 cir-weight 1
+ rate 900000 cir 900000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler900M" cir-level 1 cir-weight 3
+ rate 900000 cir 900000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler900M" cir-level 1 cir-weight 8
+ rate 900000 cir 900000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler900M" cir-level 2
+ rate 540000 cir 540000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler900M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 180000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP1000M" create
+ description "LTBE Scheduler Policy for 1000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler1000M" create
+ port-parent
+ rate 1000000 cir 1000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-1000M" create
+ description "LTBE Queue-group for 1000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler1000M"
+ rate 1000000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 35000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler1000M" cir-level 1 cir-weight 1
+ rate 1000000 cir 1000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler1000M" cir-level 1 cir-weight 3
+ rate 1000000 cir 1000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler1000M" cir-level 1 cir-weight 8
+ rate 1000000 cir 1000000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler1000M" cir-level 2
+ rate 600000 cir 600000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler1000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 200000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP2000M" create
+ description "LTBE Scheduler Policy for 2000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler2000M" create
+ port-parent
+ rate 2000000 cir 2000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-2000M" create
+ description "LTBE Queue-group for 2000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler2000M"
+ rate 2000000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 70000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler2000M" cir-level 1 cir-weight 1
+ rate 2000000 cir 2000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler2000M" cir-level 1 cir-weight 3
+ rate 2000000 cir 2000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler2000M" cir-level 1 cir-weight 8
+ rate 2000000 cir 2000000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler2000M" cir-level 2
+ rate 1200000 cir 1200000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler2000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 400000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP2500M" create
+ description "LTBE Scheduler Policy for 2500M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler2500M" create
+ port-parent
+ rate 2500000 cir 2500000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-2500M" create
+ description "LTBE Queue-group for 2500M Native Ethernet"
+ queue 1 create
+ parent "Scheduler2500M"
+ rate 2500000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 87500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler2500M" cir-level 1 cir-weight 1
+ rate 2500000 cir 2500000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler2500M" cir-level 1 cir-weight 3
+ rate 2500000 cir 2500000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler2500M" cir-level 1 cir-weight 8
+ rate 2500000 cir 2500000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler2500M" cir-level 2
+ rate 1500000 cir 1500000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler2500M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 500000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP3000M" create
+ description "LTBE Scheduler Policy for 3000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler3000M" create
+ port-parent
+ rate 3000000 cir 3000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-3000M" create
+ description "LTBE Queue-group for 3000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler3000M"
+ rate 3000000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 105000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler3000M" cir-level 1 cir-weight 1
+ rate 3000000 cir 3000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler3000M" cir-level 1 cir-weight 3
+ rate 3000000 cir 3000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler3000M" cir-level 1 cir-weight 8
+ rate 3000000 cir 3000000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler3000M" cir-level 2
+ rate 1800000 cir 1800000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler3000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 600000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP4000M" create
+ description "LTBE Scheduler Policy for 4000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler4000M" create
+ port-parent
+ rate 4000000 cir 4000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-4000M" create
+ description "LTBE Queue-group for 4000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler4000M"
+ rate 4000000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 140000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler4000M" cir-level 1 cir-weight 1
+ rate 4000000 cir 4000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler4000M" cir-level 1 cir-weight 3
+ rate 4000000 cir 4000000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler4000M" cir-level 1 cir-weight 8
+ rate 4000000 cir 4000000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler4000M" cir-level 2
+ rate 2400000 cir 2400000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler4000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 800000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP5000M" create
+ description "LTBE Scheduler Policy for 5000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler5000M" create
+ port-parent
+ rate 5000000 cir 5000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-5000M" create
+ description "LTBE Queue-group for 5000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler5000M"
+ rate 5000000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 175000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler5000M" cir-level 1 cir-weight 1
+ rate 5000000 cir 5000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler5000M" cir-level 1 cir-weight 3
+ rate 5000000 cir 5000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler5000M" cir-level 1 cir-weight 8
+ rate 5000000 cir 5000000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler5000M" cir-level 2
+ rate 3000000 cir 3000000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler5000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1000000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP6000M" create
+ description "LTBE Scheduler Policy for 6000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler6000M" create
+ port-parent
+ rate 6000000 cir 6000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-6000M" create
+ description "LTBE Queue-group for 6000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler6000M"
+ rate 6000000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 210000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler6000M" cir-level 1 cir-weight 1
+ rate 6000000 cir 6000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler6000M" cir-level 1 cir-weight 3
+ rate 6000000 cir 6000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler6000M" cir-level 1 cir-weight 8
+ rate 6000000 cir 6000000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler6000M" cir-level 2
+ rate 3600000 cir 3600000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler6000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1200000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP7000M" create
+ description "LTBE Scheduler Policy for 7000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler7000M" create
+ port-parent
+ rate 7000000 cir 7000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-7000M" create
+ description "LTBE Queue-group for 7000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler7000M"
+ rate 7000000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 245000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler7000M" cir-level 1 cir-weight 1
+ rate 7000000 cir 7000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler7000M" cir-level 1 cir-weight 3
+ rate 7000000 cir 7000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler7000M" cir-level 1 cir-weight 8
+ rate 7000000 cir 7000000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler7000M" cir-level 2
+ rate 4200000 cir 4200000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler7000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1400000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP8000M" create
+ description "LTBE Scheduler Policy for 8000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler8000M" create
+ port-parent
+ rate 8000000 cir 8000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-8000M" create
+ description "LTBE Queue-group for 8000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler8000M"
+ rate 8000000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 280000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler8000M" cir-level 1 cir-weight 1
+ rate 8000000 cir 8000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler8000M" cir-level 1 cir-weight 3
+ rate 8000000 cir 8000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler8000M" cir-level 1 cir-weight 8
+ rate 8000000 cir 8000000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler8000M" cir-level 2
+ rate 4800000 cir 4800000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler8000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1600000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP9000M" create
+ description "LTBE Scheduler Policy for 9000M Native Ethernet and 10000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler9000M" create
+ port-parent
+ rate 9000000 cir 9000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-9000M" create
+ description "LTBE Queue-group for 9000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler9000M"
+ rate 9000000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 315000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler9000M" cir-level 1 cir-weight 1
+ rate 9000000 cir 9000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler9000M" cir-level 1 cir-weight 3
+ rate 9000000 cir 9000000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler9000M" cir-level 1 cir-weight 8
+ rate 9000000 cir 9000000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler9000M" cir-level 2
+ rate 5400000 cir 5400000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler9000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1800000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP10000M" create
+ description "LTBE Scheduler Policy for 10000M Native Ethernet Circuits"
+ tier 1
+ scheduler "Scheduler10000M" create
+ port-parent
+ rate 10000000 cir 10000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-NE-10000M" create
+ description "LTBE Queue-group for 10000M Native Ethernet"
+ queue 1 create
+ parent "Scheduler10000M"
+ rate 10000000
+ cbs 6
+ mbs 2656 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 350000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler10000M" cir-level 1 cir-weight 1
+ rate 10000000 cir 10000000
+ cbs 48
+ mbs 2656 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler10000M" cir-level 1 cir-weight 3
+ rate 10000000 cir 10000000
+ cbs 48
+ mbs 2656 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler10000M" cir-level 1 cir-weight 8
+ rate 10000000 cir 10000000
+ cbs 48
+ mbs 1024 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler10000M" cir-level 2
+ rate 6000000 cir 6000000
+ cbs 48
+ mbs 128 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler10000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 2000000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP9M" create
+ description "LTBE Scheduler Policy for 10M SONET Circuits"
+ tier 1
+ scheduler "Scheduler9M" create
+ port-parent
+ rate 9000 cir 9000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0009M" create
+ description "LTBE Queue-group for 10M SONET"
+ queue 1 create
+ parent "Scheduler9M"
+ rate 9000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 350 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler9M" cir-level 1 cir-weight 1
+ rate 9000 cir 9000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler9M" cir-level 1 cir-weight 3
+ rate 9000 cir 9000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler9M" cir-level 1 cir-weight 8
+ rate 9000 cir 9000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 1300 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler9M" cir-level 2
+ rate 5400 cir 5400
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler9M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1800
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP18M" create
+ description "LTBE Scheduler Policy for 20M SONET Circuits"
+ tier 1
+ scheduler "Scheduler18M" create
+ port-parent
+ rate 18000 cir 18000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0018M" create
+ description "LTBE Queue-group for 20M SONET"
+ queue 1 create
+ parent "Scheduler18M"
+ rate 18000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 700 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler18M" cir-level 1 cir-weight 1
+ rate 18000 cir 18000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler18M" cir-level 1 cir-weight 3
+ rate 18000 cir 18000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler18M" cir-level 1 cir-weight 8
+ rate 18000 cir 18000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 2800 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler18M" cir-level 2
+ rate 10800 cir 10800
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler18M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 3600
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP23M" create
+ description "LTBE Scheduler Policy for 25M SONET Circuits"
+ tier 1
+ scheduler "Scheduler23M" create
+ port-parent
+ rate 22500 cir 22500
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0023M" create
+ description "LTBE Queue-group for 25M SONET"
+ queue 1 create
+ parent "Scheduler23M"
+ rate 22500
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 875 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler23M" cir-level 1 cir-weight 1
+ rate 22500 cir 22500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler23M" cir-level 1 cir-weight 3
+ rate 22500 cir 22500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler23M" cir-level 1 cir-weight 8
+ rate 22500 cir 22500
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 3250 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler23M" cir-level 2
+ rate 13500 cir 13500
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler23M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 4500
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP45M" create
+ description "LTBE Scheduler Policy for 50M SONET Circuits"
+ tier 1
+ scheduler "Scheduler45M" create
+ port-parent
+ rate 45000 cir 45000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0045M" create
+ description "LTBE Queue-group for 50M SONET"
+ queue 1 create
+ parent "Scheduler45M"
+ rate 45000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 1750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler45M" cir-level 1 cir-weight 1
+ rate 45000 cir 45000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler45M" cir-level 1 cir-weight 3
+ rate 45000 cir 45000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler45M" cir-level 1 cir-weight 8
+ rate 45000 cir 45000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 7000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler45M" cir-level 2
+ rate 27000 cir 27000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler45M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 9000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP68M" create
+ description "LTBE Scheduler Policy for 75M SONET Circuits"
+ tier 1
+ scheduler "Scheduler68" create
+ port-parent
+ rate 67500 cir 67500
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0068M" create
+ description "LTBE Queue-group for 75M SONET"
+ queue 1 create
+ parent "Scheduler68M"
+ rate 67500
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 2625 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler68M" cir-level 1 cir-weight 1
+ rate 67500 cir 67500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler68M" cir-level 1 cir-weight 3
+ rate 67500 cir 67500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler68M" cir-level 1 cir-weight 8
+ rate 67500 cir 67500
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 9750 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler68M" cir-level 2
+ rate 40500 cir 40500
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler68M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 13500
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP90M" create
+ description "LTBE Scheduler Policy for 100M SONET Circuits"
+ tier 1
+ scheduler "Scheduler90M" create
+ port-parent
+ rate 90000 cir 90000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0090M" create
+ description "LTBE Queue-group for 100M SONET"
+ queue 1 create
+ parent "Scheduler90M"
+ rate 90000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 3500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler90M" cir-level 1 cir-weight 1
+ rate 90000 cir 90000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler90M" cir-level 1 cir-weight 3
+ rate 90000 cir 90000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler90M" cir-level 1 cir-weight 8
+ rate 90000 cir 90000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 13000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler90M" cir-level 2
+ rate 54000 cir 54000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler90M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 18000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP113M" create
+ description "LTBE Scheduler Policy for 125M SONET Circuits"
+ tier 1
+ scheduler "Scheduler113M" create
+ port-parent
+ rate 112500 cir 112500
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0113M" create
+ description "LTBE Queue-group for 125M SONET"
+ queue 1 create
+ parent "Scheduler113M"
+ rate 112500
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 4375 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler113M" cir-level 1 cir-weight 1
+ rate 112500 cir 112500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler113M" cir-level 1 cir-weight 3
+ rate 112500 cir 112500
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler113M" cir-level 1 cir-weight 8
+ rate 112500 cir 112500
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 16500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler113M" cir-level 2
+ rate 67500 cir 67500
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler113M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 22500
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP135M" create
+ description "LTBE Scheduler Policy for 150M SONET Circuits"
+ tier 1
+ scheduler "Scheduler135M" create
+ port-parent
+ rate 135000 cir 135000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0135M" create
+ description "LTBE Queue-group for 150M SONET"
+ queue 1 create
+ parent "Scheduler135M"
+ rate 135000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 5250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler135M" cir-level 1 cir-weight 1
+ rate 135000 cir 135000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler135M" cir-level 1 cir-weight 3
+ rate 135000 cir 135000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler135M" cir-level 1 cir-weight 8
+ rate 135000 cir 135000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 20000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler135M" cir-level 2
+ rate 81000 cir 81000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler135M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 27000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP180M" create
+ description "LTBE Scheduler Policy for 200M SONET Circuits"
+ tier 1
+ scheduler "Scheduler180M" create
+ port-parent
+ rate 180000 cir 180000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0180M" create
+ description "LTBE Queue-group for 200M SONET"
+ queue 1 create
+ parent "Scheduler180M"
+ rate 180000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 7000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler180M" cir-level 1 cir-weight 1
+ rate 180000 cir 180000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler180M" cir-level 1 cir-weight 3
+ rate 180000 cir 180000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler180M" cir-level 1 cir-weight 8
+ rate 180000 cir 180000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 25000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler180M" cir-level 2
+ rate 108000 cir 108000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler180M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 36000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP225M" create
+ description "LTBE Scheduler Policy for 250M SONET Circuits"
+ tier 1
+ scheduler "Scheduler225M" create
+ port-parent
+ rate 225000 cir 225000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0225M" create
+ description "LTBE Queue-group for 250M SONET"
+ queue 1 create
+ parent "Scheduler225M"
+ rate 225000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 8750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler225M" cir-level 1 cir-weight 1
+ rate 225000 cir 225000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler225M" cir-level 1 cir-weight 3
+ rate 225000 cir 225000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler225M" cir-level 1 cir-weight 8
+ rate 225000 cir 225000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 32000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler225M" cir-level 2
+ rate 135000 cir 135000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler225M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 45000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP270M" create
+ description "LTBE Scheduler Policy for 300M SONET Circuits"
+ tier 1
+ scheduler "Scheduler270M" create
+ port-parent
+ rate 270000 cir 270000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0270M" create
+ description "LTBE Queue-group for 300M SONET"
+ queue 1 create
+ parent "Scheduler270M"
+ rate 270000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 10500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler270M" cir-level 1 cir-weight 1
+ rate 270000 cir 270000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler270M" cir-level 1 cir-weight 3
+ rate 270000 cir 270000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler270M" cir-level 1 cir-weight 8
+ rate 270000 cir 270000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 40000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler270M" cir-level 2
+ rate 162000 cir 162000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler270M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 54000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP288M" create
+ description "LTBE Scheduler Policy for 320M SONET Circuits"
+ tier 1
+ scheduler "Scheduler288M" create
+ port-parent
+ rate 288000 cir 288000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0288M" create
+ description "LTBE Queue-group for 320M SONET"
+ queue 1 create
+ parent "Scheduler288M"
+ rate 288000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 11200 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler288M" cir-level 1 cir-weight 1
+ rate 288000 cir 288000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler288M" cir-level 1 cir-weight 3
+ rate 288000 cir 288000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler288M" cir-level 1 cir-weight 8
+ rate 288000 cir 288000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 42500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler288M" cir-level 2
+ rate 172800 cir 172800
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler288M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 57600
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP315M" create
+ description "LTBE Scheduler Policy for 350M SONET Circuits"
+ tier 1
+ scheduler "Scheduler315M" create
+ port-parent
+ rate 315000 cir 315000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0315M" create
+ description "LTBE Queue-group for 350M SONET"
+ queue 1 create
+ parent "Scheduler315M"
+ rate 315000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 12250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler315M" cir-level 1 cir-weight 1
+ rate 315000 cir 315000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler315M" cir-level 1 cir-weight 3
+ rate 315000 cir 315000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler315M" cir-level 1 cir-weight 8
+ rate 315000 cir 315000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 45000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler315M" cir-level 2
+ rate 189000 cir 189000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler315M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 63000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP360M" create
+ description "LTBE Scheduler Policy for 400M SONET Circuits"
+ tier 1
+ scheduler "Scheduler360M" create
+ port-parent
+ rate 360000 cir 360000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0360M" create
+ description "LTBE Queue-group for 400M SONET"
+ queue 1 create
+ parent "Scheduler360M"
+ rate 360000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 14000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler360M" cir-level 1 cir-weight 1
+ rate 360000 cir 360000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler360M" cir-level 1 cir-weight 3
+ rate 360000 cir 360000
+ cbs 6
+ mbs 512 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler360M" cir-level 1 cir-weight 8
+ rate 360000 cir 360000
+ cbs 6
+ mbs 64 kilobytes
+ burst-limit 50000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler360M" cir-level 2
+ rate 216000 cir 216000
+ cbs 6
+ mbs 6 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler360M" cir-level 3
+ rate 4000 cir 4000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 72000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP405M" create
+ description "LTBE Scheduler Policy for 450M SONET Circuits"
+ tier 1
+ scheduler "Scheduler405M" create
+ port-parent
+ rate 405000 cir 405000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0405M" create
+ description "LTBE Queue-group for 450M SONET"
+ queue 1 create
+ parent "Scheduler405M"
+ rate 405000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 15750 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler405M" cir-level 1 cir-weight 1
+ rate 405000 cir 405000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler405M" cir-level 1 cir-weight 3
+ rate 405000 cir 405000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler405M" cir-level 1 cir-weight 8
+ rate 405000 cir 405000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 57000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler405M" cir-level 2
+ rate 243000 cir 243000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler405M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 81000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0450M" create
+ description "LTBE Queue-group for 500M SONET"
+ queue 1 create
+ parent "Scheduler450M"
+ rate 450000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 17500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler450M" cir-level 1 cir-weight 1
+ rate 450000 cir 450000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler450M" cir-level 1 cir-weight 3
+ rate 450000 cir 450000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler450M" cir-level 1 cir-weight 8
+ rate 450000 cir 450000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 63000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler450M" cir-level 2
+ rate 270000 cir 270000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler450M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 90000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP540M" create
+ description "LTBE Scheduler Policy for 600M SONET Circuits"
+ tier 1
+ scheduler "Scheduler540M" create
+ port-parent
+ rate 540000 cir 540000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0540M" create
+ description "LTBE Queue-group for 600M SONET"
+ queue 1 create
+ parent "Scheduler540M"
+ rate 540000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 21000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler540M" cir-level 1 cir-weight 1
+ rate 540000 cir 540000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler540M" cir-level 1 cir-weight 3
+ rate 540000 cir 540000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler540M" cir-level 1 cir-weight 8
+ rate 540000 cir 540000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 78000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler540M" cir-level 2
+ rate 324000 cir 324000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler540M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 108000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP630M" create
+ description "LTBE Scheduler Policy for 700M SONET Circuits"
+ tier 1
+ scheduler "Scheduler630M" create
+ port-parent
+ rate 630000 cir 630000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0630M" create
+ description "LTBE Queue-group for 700M SONET"
+ queue 1 create
+ parent "Scheduler630M"
+ rate 630000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 24500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler630M" cir-level 1 cir-weight 1
+ rate 630000 cir 630000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler630M" cir-level 1 cir-weight 3
+ rate 630000 cir 630000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler630M" cir-level 1 cir-weight 8
+ rate 630000 cir 630000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler630M" cir-level 2
+ rate 378000 cir 378000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler630M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 126000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP675M" create
+ description "LTBE Scheduler Policy for 750M SONET Circuits"
+ tier 1
+ scheduler "Scheduler675M" create
+ port-parent
+ rate 675000 cir 675000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0675M" create
+ description "LTBE Queue-group for 750M SONET"
+ queue 1 create
+ parent "Scheduler675M"
+ rate 675000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 26250 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler675M" cir-level 1 cir-weight 1
+ rate 675000 cir 675000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler675M" cir-level 1 cir-weight 3
+ rate 675000 cir 675000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler675M" cir-level 1 cir-weight 8
+ rate 675000 cir 675000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 90000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler675M" cir-level 2
+ rate 405000 cir 405000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler675M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 135000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP720M" create
+ description "LTBE Scheduler Policy for 800M SONET Circuits"
+ tier 1
+ scheduler "Scheduler720M" create
+ port-parent
+ rate 720000 cir 720000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0720M" create
+ description "LTBE Queue-group for 800M SONET"
+ queue 1 create
+ parent "Scheduler720M"
+ rate 720000
+ cbs 6
+ mbs 1024 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 28000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler720M" cir-level 1 cir-weight 1
+ rate 720000 cir 720000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler720M" cir-level 1 cir-weight 3
+ rate 720000 cir 720000
+ cbs 12
+ mbs 960 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler720M" cir-level 1 cir-weight 8
+ rate 720000 cir 720000
+ cbs 6
+ mbs 128 kilobytes
+ burst-limit 101000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler720M" cir-level 2
+ rate 432000 cir 432000
+ cbs 12
+ mbs 12 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler720M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 144000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP810M" create
+ description "LTBE Scheduler Policy for 900M SONET Circuits"
+ tier 1
+ scheduler "Scheduler810M" create
+ port-parent
+ rate 810000 cir 810000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0810M" create
+ description "LTBE Queue-group for 900M SONET"
+ queue 1 create
+ parent "Scheduler810M"
+ rate 810000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 31500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler810M" cir-level 1 cir-weight 1
+ rate 810000 cir 810000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler810M" cir-level 1 cir-weight 3
+ rate 810000 cir 810000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler810M" cir-level 1 cir-weight 8
+ rate 810000 cir 810000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 115000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler810M" cir-level 2
+ rate 486000 cir 486000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler810M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 162000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-0900M" create
+ description "LTBE Queue-group for 1000M SONET"
+ queue 1 create
+ parent "Scheduler900M"
+ rate 900000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 35000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler900M" cir-level 1 cir-weight 1
+ rate 900000 cir 900000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler900M" cir-level 1 cir-weight 3
+ rate 900000 cir 900000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler900M" cir-level 1 cir-weight 8
+ rate 900000 cir 900000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 130000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler900M" cir-level 2
+ rate 540000 cir 540000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler900M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 180000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP1800M" create
+ description "LTBE Scheduler Policy for 2000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler1800M" create
+ port-parent
+ rate 1800000 cir 1800000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-1800M" create
+ description "LTBE Queue-group for 2000M SONET"
+ queue 1 create
+ parent "Scheduler1800M"
+ rate 1800000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 70000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler1800M" cir-level 1 cir-weight 1
+ rate 1800000 cir 1800000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler1800M" cir-level 1 cir-weight 3
+ rate 1800000 cir 1800000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler1800M" cir-level 1 cir-weight 8
+ rate 1800000 cir 1800000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 250000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler1800M" cir-level 2
+ rate 1080000 cir 1080000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler1800M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 360000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP2250M" create
+ description "LTBE Scheduler Policy for 2500M SONET Circuits"
+ tier 1
+ scheduler "Scheduler2250M" create
+ port-parent
+ rate 2250000 cir 2250000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-2250M" create
+ description "LTBE Queue-group for 2500M SONET"
+ queue 1 create
+ parent "Scheduler2250M"
+ rate 2250000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 87500 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler2250M" cir-level 1 cir-weight 1
+ rate 2250000 cir 2250000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler2250M" cir-level 1 cir-weight 3
+ rate 2250000 cir 2250000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler2250M" cir-level 1 cir-weight 8
+ rate 2250000 cir 2250000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 312500 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler2250M" cir-level 2
+ rate 1350000 cir 1350000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler2250M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 450000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP2700M" create
+ description "LTBE Scheduler Policy for 3000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler2700M" create
+ port-parent
+ rate 2700000 cir 2700000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-2700M" create
+ description "LTBE Queue-group for 3000M SONET"
+ queue 1 create
+ parent "Scheduler2700M"
+ rate 2700000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 105000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler2700M" cir-level 1 cir-weight 1
+ rate 2700000 cir 2700000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler2700M" cir-level 1 cir-weight 3
+ rate 2700000 cir 2700000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler2700M" cir-level 1 cir-weight 8
+ rate 2700000 cir 2700000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 375000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler2700M" cir-level 2
+ rate 1620000 cir 1620000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler2700M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 540000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP3600M" create
+ description "LTBE Scheduler Policy for 4000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler3600M" create
+ port-parent
+ rate 3600000 cir 3600000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-3600M" create
+ description "LTBE Queue-group for 4000M SONET"
+ queue 1 create
+ parent "Scheduler3600M"
+ rate 3600000
+ cbs 6
+ mbs 1600 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 140000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler3600M" cir-level 1 cir-weight 1
+ rate 3600000 cir 3600000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler3600M" cir-level 1 cir-weight 3
+ rate 3600000 cir 3600000
+ cbs 12
+ mbs 1600 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler3600M" cir-level 1 cir-weight 8
+ rate 3600000 cir 3600000
+ cbs 12
+ mbs 252 kilobytes
+ burst-limit 500000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler3600M" cir-level 2
+ rate 2160000 cir 2160000
+ cbs 12
+ mbs 32 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler3600M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 720000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP4500M" create
+ description "LTBE Scheduler Policy for 5000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler4500M" create
+ port-parent
+ rate 4500000 cir 4500000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-4500M" create
+ description "LTBE Queue-group for 5000M SONET"
+ queue 1 create
+ parent "Scheduler4500M"
+ rate 4500000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 175000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler4500M" cir-level 1 cir-weight 1
+ rate 4500000 cir 4500000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler4500M" cir-level 1 cir-weight 3
+ rate 4500000 cir 4500000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler4500M" cir-level 1 cir-weight 8
+ rate 4500000 cir 4500000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 625000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler4500M" cir-level 2
+ rate 2700000 cir 2700000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler4500M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 900000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP5400M" create
+ description "LTBE Scheduler Policy for 6000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler5400M" create
+ port-parent
+ rate 5400000 cir 5400000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-5400M" create
+ description "LTBE Queue-group for 6000M SONET"
+ queue 1 create
+ parent "Scheduler5400M"
+ rate 5400000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 210000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler5400M" cir-level 1 cir-weight 1
+ rate 5400000 cir 5400000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler5400M" cir-level 1 cir-weight 3
+ rate 5400000 cir 5400000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler5400M" cir-level 1 cir-weight 8
+ rate 5400000 cir 5400000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 750000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler5400M" cir-level 2
+ rate 3240000 cir 3240000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler5400M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1080000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP6300M" create
+ description "LTBE Scheduler Policy for 7000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler6300M" create
+ port-parent
+ rate 6300000 cir 6300000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-6300M" create
+ description "LTBE Queue-group for 7000M SONET"
+ queue 1 create
+ parent "Scheduler6300M"
+ rate 6300000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 245000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler6300M" cir-level 1 cir-weight 1
+ rate 6300000 cir 6300000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler6300M" cir-level 1 cir-weight 3
+ rate 6300000 cir 6300000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler6300M" cir-level 1 cir-weight 8
+ rate 6300000 cir 6300000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 875000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler6300M" cir-level 2
+ rate 3780000 cir 3780000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler6300M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1260000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP7200M" create
+ description "LTBE Scheduler Policy for 8000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler7200M" create
+ port-parent
+ rate 7200000 cir 7200000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-7200M" create
+ description "LTBE Queue-group for 8000M SONET"
+ queue 1 create
+ parent "Scheduler7200M"
+ rate 7200000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 280000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler7200M" cir-level 1 cir-weight 1
+ rate 7200000 cir 7200000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler7200M" cir-level 1 cir-weight 3
+ rate 7200000 cir 7200000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler7200M" cir-level 1 cir-weight 8
+ rate 7200000 cir 7200000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 1000000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler7200M" cir-level 2
+ rate 4320000 cir 4320000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler7200M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1440000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP8100M" create
+ description "LTBE Scheduler Policy for 9000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler8100M" create
+ port-parent
+ rate 8100000 cir 8100000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-8100M" create
+ description "LTBE Queue-group for 9000M SONET"
+ queue 1 create
+ parent "Scheduler8100M"
+ rate 8100000
+ cbs 6
+ mbs 2112 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 315000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler8100M" cir-level 1 cir-weight 1
+ rate 8100000 cir 8100000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler8100M" cir-level 1 cir-weight 3
+ rate 8100000 cir 8100000
+ cbs 24
+ mbs 2112 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler8100M" cir-level 1 cir-weight 8
+ rate 8100000 cir 8100000
+ cbs 24
+ mbs 512 kilobytes
+ burst-limit 1125000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler8100M" cir-level 2
+ rate 4860000 cir 4860000
+ cbs 24
+ mbs 64 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler8100M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1620000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ scheduler-policy "SP9000M" create
+ description "LTBE Scheduler Policy for 10000M SONET Circuits"
+ tier 1
+ scheduler "Scheduler9000M" create
+ port-parent
+ rate 9000000 cir 9000000
+ exit
+ exit
+ exit
+ queue-group-templates
+ egress
+ queue-group "QG-ST-9000M" create
+ description "LTBE Queue-group for 10000M SONET"
+ queue 1 create
+ parent "Scheduler9000M"
+ rate 9000000
+ cbs 6
+ mbs 2656 kilobytes
+ wred-queue policy "QCI9" mode native slope-usage exceed-low
+ burst-limit 350000 bytes
+ adv-config-policy "Best-Effort"
+ exit
+ queue 3 best-effort create
+ parent "Scheduler9000M" cir-level 1 cir-weight 1
+ rate 9000000 cir 9000000
+ cbs 48
+ mbs 2656 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 4 best-effort create
+ parent "Scheduler9000M" cir-level 1 cir-weight 3
+ rate 9000000 cir 9000000
+ cbs 48
+ mbs 2656 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 5 expedite create
+ parent "Scheduler9000M" cir-level 1 cir-weight 8
+ rate 9000000 cir 9000000
+ cbs 48
+ mbs 1024 kilobytes
+ burst-limit 1250000 bytes
+ exit
+ queue 6 expedite create
+ parent "Scheduler9000M" cir-level 2
+ rate 5400000 cir 5400000
+ cbs 48
+ mbs 128 kilobytes
+ exit
+ queue 8 expedite create
+ parent "Scheduler9000M" cir-level 3
+ rate 5000 cir 5000
+ cbs 6
+ mbs 64 kilobytes
+ exit
+ policer 1 create
+ stat-mode offered-total-cir-exceed
+ adaptation-rule pir max
+ rate 1800000
+ enable-exceed-pir
+ exit
+ exit
+ exit
+ exit
+ network 25 create
+ description "LTBE Per VLAN Shaper Network Policy"
+ ingress
+ dscp be fc be profile out
+ dscp ef fc ef profile in
+ dscp cs1 fc l2 profile out
+ dscp cs2 fc l1 profile in
+ dscp cs3 fc af profile in
+ dscp cs4 fc h2 profile in
+ dscp nc1 fc h1 profile in
+ dscp nc2 fc nc profile in
+ dscp af11 fc af profile in
+ dscp af12 fc af profile out
+ dscp af13 fc af profile out
+ dscp af21 fc l1 profile in
+ dscp af22 fc l1 profile out
+ dscp af23 fc l1 profile out
+ dscp af31 fc l1 profile in
+ dscp af32 fc l1 profile out
+ dscp af33 fc l1 profile out
+ dscp af41 fc h2 profile in
+ dscp af42 fc h2 profile out
+ dscp af43 fc h2 profile out
+ lsp-exp 0 fc be profile out
+ lsp-exp 1 fc l2 profile out
+ lsp-exp 2 fc af profile out
+ lsp-exp 3 fc l1 profile in
+ lsp-exp 4 fc h2 profile in
+ lsp-exp 5 fc ef profile in
+ lsp-exp 6 fc h1 profile in
+ lsp-exp 7 fc nc profile in
+ exit
+ egress
+ fc af
+ lsp-exp-in-profile 2
+ port-redirect-group queue 3
+ exit
+ fc be
+ port-redirect-group queue 1
+ exit
+ fc ef
+ port-redirect-group queue 6
+ exit
+ fc h2
+ port-redirect-group queue 5
+ exit
+ fc l1
+ lsp-exp-out-profile 3
+ port-redirect-group queue 4
+ exit
+ fc l2
+ port-redirect-group policer 1 queue 1
+ exit
+ fc nc
+ port-redirect-group queue 8
+ exit
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "Card Configuration"
+#--------------------------------------------------
+ card 1
+ card-type "iom-1" level cr
+ fail-on-error
+ mda 1
+ mda-type "me6-100gb-qsfp28"
+ ingress-xpl
+ window 10
+ exit
+ egress-xpl
+ window 10
+ exit
+ fail-on-error
+ no shutdown
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "Connector Configuration"
+#--------------------------------------------------
+ port 1/1/c1
+ connector
+ breakout c4-10g
+ exit
+ no shutdown
+ exit
+ port 1/1/c2
+ connector
+ breakout c4-10g
+ exit
+ no shutdown
+ exit
+ port 1/1/c3
+ connector
+ breakout c4-10g
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "Port Configuration"
+#--------------------------------------------------
+ port 1/1/c1/3
+ description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2-SLOT-1/1-PORTc1/3"
+ ethernet
+ mode hybrid
+ encap-type dot1q
+ mtu 2106
+ crc-monitor
+ sd-threshold 2 multiplier 5
+ sf-threshold 1
+ exit
+ down-on-internal-error
+ network
+ queue-policy "10110"
+ exit
+ hold-time up 50
+ hold-time down 25
+ exit
+ hybrid-buffer-allocation
+ ing-weight access 3 network 97
+ egr-weight access 3 network 97
+ exit
+ no shutdown
+ exit
+ port 1/1/c1/4
+ description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2-SLOT-1/1-PORTc1/4"
+ ethernet
+ mode hybrid
+ encap-type dot1q
+ mtu 2106
+ crc-monitor
+ sd-threshold 2 multiplier 5
+ sf-threshold 1
+ exit
+ down-on-internal-error
+ network
+ queue-policy "10110"
+ exit
+ hold-time up 50
+ hold-time down 25
+ exit
+ hybrid-buffer-allocation
+ ing-weight access 3 network 97
+ egr-weight access 3 network 97
+ exit
+ no shutdown
+ exit
+ port 1/1/c1/1
+ description "LINK-TO-TNTNMADO82A-P-AL-7750-01-SLOT4/1-PORT4"
+ ethernet
+ mode hybrid
+ encap-type dot1q
+ mtu 2106
+ crc-monitor
+ sd-threshold 2 multiplier 5
+ sf-threshold 1
+ exit
+ down-on-internal-error
+ network
+ queue-policy "10110"
+ exit
+ hold-time up 50
+ hold-time down 25
+ exit
+ hybrid-buffer-allocation
+ ing-weight access 3 network 97
+ egr-weight access 3 network 97
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "LAG Configuration"
+#--------------------------------------------------
+ lag 125
+ description "LINK-TO-TNTNMADO91A-P-AL-7750-01"
+ mode hybrid
+ encap-type dot1q
+ port 1/1/c1/1
+ lacp active administrative-key 11125
+ hold-time down 250
+ no shutdown
+ exit
+ lag 11
+ description "LAG-11-to-TNTNMADOT1A-P-AL-7750-060475-H2"
+ mode hybrid
+ encap-type dot1q
+ port 1/1/c1/3
+ port 1/1/c1/4
+ lacp active administrative-key 10011
+ hold-time down 250
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "QoS Policy Configuration"
+#--------------------------------------------------
+ qos
+ sap-ingress 10 create
+ description "SAP Ingress Policy for EDN"
+ queue 1 create
+ exit
+ queue 5 create
+ rate max cir max
+ exit
+ queue 6 create
+ rate max cir max
+ exit
+ queue 7 create
+ exit
+ queue 11 multipoint create
+ exit
+ fc "be" create
+ queue 1
+ exit
+ fc "ef" create
+ queue 6
+ exit
+ fc "h1" create
+ queue 7
+ exit
+ fc "h2" create
+ queue 5
+ exit
+ dscp be fc "be"
+ dscp ef fc "ef"
+ dscp af11 fc "h2"
+ exit
+ sap-ingress 10030 create
+ description "LTBE 7750 SAP-ingress policy for BRIX"
+ queue 1 create
+ exit
+ queue 2 create
+ exit
+ queue 3 create
+ exit
+ queue 4 create
+ exit
+ queue 5 create
+ exit
+ queue 6 create
+ exit
+ queue 8 create
+ exit
+ queue 11 multipoint create
+ exit
+ fc "af" create
+ queue 3
+ exit
+ fc "be" create
+ queue 2
+ exit
+ fc "ef" create
+ queue 6
+ exit
+ fc "h2" create
+ queue 5
+ exit
+ fc "l1" create
+ queue 4
+ exit
+ fc "l2" create
+ queue 1
+ exit
+ fc "nc" create
+ queue 8
+ exit
+ dot1p 0 fc "be"
+ dot1p 1 fc "l2"
+ dot1p 2 fc "af"
+ dot1p 3 fc "l1"
+ dot1p 4 fc "h2"
+ dot1p 5 fc "ef"
+ dot1p 7 fc "nc"
+ exit
+ sap-ingress 11130 create
+ description "LTBE 7750 LTE QOS SAP Ingress Policy (EBH)"
+ queue 1 create
+ exit
+ queue 2 create
+ exit
+ queue 3 create
+ exit
+ queue 4 create
+ exit
+ queue 5 create
+ rate max cir max
+ exit
+ queue 6 create
+ rate max cir max
+ exit
+ queue 8 create
+ rate max cir max
+ exit
+ queue 11 multipoint create
+ exit
+ fc "af" create
+ queue 3
+ exit
+ fc "be" create
+ queue 2
+ exit
+ fc "ef" create
+ queue 6
+ exit
+ fc "h2" create
+ queue 5
+ exit
+ fc "l1" create
+ queue 4
+ exit
+ fc "l2" create
+ queue 1
+ exit
+ fc "nc" create
+ queue 8
+ exit
+ dscp cs2 fc "af"
+ dscp be fc "be"
+ dscp ef fc "ef"
+ dscp cs4 fc "h2"
+ dscp cs3 fc "l1"
+ dscp cs1 fc "l2"
+ dscp nc1 nc2 fc "nc"
+ exit
+ sap-ingress 12130 create
+ description "SAP Ingress Policy for 1X"
+ queue 1 create
+ exit
+ queue 5 create
+ rate max cir max
+ exit
+ queue 6 create
+ rate max cir max
+ exit
+ queue 8 create
+ rate max cir max
+ exit
+ queue 11 multipoint create
+ exit
+ fc "be" create
+ queue 1
+ exit
+ fc "ef" create
+ queue 6
+ exit
+ fc "h2" create
+ queue 5
+ exit
+ fc "nc" create
+ queue 8
+ exit
+ dscp be fc "be"
+ dscp ef fc "ef"
+ dscp af11 fc "h2"
+ dscp nc1 nc2 fc "nc"
+ exit
+ sap-ingress 13130 create
+ description "SAP Ingress Policy for DO"
+ queue 1 create
+ exit
+ queue 3 create
+ exit
+ queue 4 create
+ exit
+ queue 5 create
+ rate max cir max
+ exit
+ queue 8 create
+ rate max cir max
+ exit
+ queue 11 multipoint create
+ exit
+ fc "af" create
+ queue 3
+ exit
+ fc "be" create
+ queue 1
+ exit
+ fc "h2" create
+ queue 5
+ exit
+ fc "l1" create
+ queue 4
+ exit
+ fc "nc" create
+ queue 8
+ exit
+ dscp af12 af21 af42 fc "af"
+ dscp be fc "be"
+ dscp af41 fc "h2"
+ dscp af22 af31 fc "l1"
+ dscp nc1 nc2 fc "nc"
+ exit
+ sap-egress 10040 create
+ description "LTBE 7750 SAP-egress policy for BRIX"
+ queue 1 create
+ exit
+ queue 2 create
+ exit
+ queue 3 create
+ exit
+ queue 4 create
+ exit
+ queue 5 create
+ exit
+ queue 6 create
+ exit
+ queue 7 create
+ exit
+ queue 8 create
+ exit
+ fc af create
+ queue 3
+ dot1p 2
+ exit
+ fc be create
+ queue 2
+ dot1p 0
+ exit
+ fc ef create
+ queue 6
+ dot1p 5
+ exit
+ fc h1 create
+ queue 7
+ dot1p 6
+ exit
+ fc h2 create
+ queue 5
+ dot1p 4
+ exit
+ fc l1 create
+ queue 4
+ dot1p 3
+ exit
+ fc l2 create
+ queue 1
+ dot1p 1
+ exit
+ fc nc create
+ queue 8
+ dot1p 7
+ exit
+ exit
+ sap-egress 11140 create
+ description "LTBE 7750 LTE QOS SAP Egress Policy (MSO)"
+ queue 1 create
+ exit
+ queue 2 create
+ exit
+ queue 3 create
+ exit
+ queue 4 create
+ exit
+ queue 5 create
+ exit
+ queue 6 create
+ exit
+ queue 8 create
+ exit
+ fc af create
+ queue 3
+ exit
+ fc be create
+ queue 2
+ exit
+ fc ef create
+ queue 6
+ exit
+ fc h2 create
+ queue 5
+ exit
+ fc l1 create
+ queue 4
+ exit
+ fc l2 create
+ queue 1
+ exit
+ fc nc create
+ queue 8
+ exit
+ exit
+ network 25 create
+ description "Per VLAN Shaper Network Policy"
+ ingress
+ dscp be fc be profile out
+ dscp ef fc ef profile in
+ dscp cs1 fc l2 profile in
+ dscp cs2 fc af profile in
+ dscp cs3 fc l1 profile in
+ dscp cs4 fc h2 profile in
+ dscp nc1 fc h1 profile in
+ dscp nc2 fc nc profile in
+ dscp af11 fc af profile in
+ dscp af12 fc af profile out
+ dscp af13 fc af profile out
+ dscp af21 fc l1 profile in
+ dscp af22 fc l1 profile out
+ dscp af23 fc l1 profile out
+ dscp af31 fc l1 profile in
+ dscp af32 fc l1 profile out
+ dscp af33 fc l1 profile out
+ dscp af41 fc h2 profile in
+ dscp af42 fc h2 profile out
+ dscp af43 fc h2 profile out
+ lsp-exp 0 fc be profile out
+ lsp-exp 1 fc l2 profile in
+ lsp-exp 2 fc af profile out
+ lsp-exp 3 fc l1 profile in
+ lsp-exp 4 fc h2 profile in
+ lsp-exp 5 fc ef profile in
+ lsp-exp 6 fc h1 profile in
+ lsp-exp 7 fc nc profile in
+ exit
+ egress
+ fc af
+ lsp-exp-in-profile 2
+ port-redirect-group queue 3
+ exit
+ fc be
+ port-redirect-group queue 1
+ exit
+ fc ef
+ port-redirect-group queue 6
+ exit
+ fc h2
+ port-redirect-group queue 5
+ exit
+ fc l1
+ lsp-exp-out-profile 3
+ port-redirect-group queue 4
+ exit
+ fc nc
+ port-redirect-group queue 8
+ exit
+ exit
+ exit
+ network 10120 create
+ description "LTBE 7750 Inter-Chassis LAG Network QOS Policy"
+ ingress
+ dscp be fc be profile out
+ dscp ef fc ef profile in
+ dscp cs1 fc l2 profile out
+ dscp cs2 fc l1 profile in
+ dscp cs3 fc af profile in
+ dscp cs4 fc h2 profile in
+ dscp nc1 fc h1 profile in
+ dscp nc2 fc nc profile in
+ dscp af11 fc af profile in
+ dscp af12 fc af profile out
+ dscp af13 fc af profile out
+ dscp af21 fc l1 profile in
+ dscp af22 fc l1 profile out
+ dscp af23 fc l1 profile out
+ dscp af31 fc l1 profile in
+ dscp af32 fc l1 profile out
+ dscp af33 fc l1 profile out
+ dscp af41 fc h2 profile in
+ dscp af42 fc h2 profile out
+ dscp af43 fc h2 profile out
+ lsp-exp 0 fc be profile out
+ lsp-exp 1 fc l2 profile out
+ lsp-exp 2 fc af profile in
+ lsp-exp 3 fc l1 profile in
+ lsp-exp 4 fc h2 profile in
+ lsp-exp 5 fc ef profile in
+ lsp-exp 6 fc h1 profile in
+ lsp-exp 7 fc nc profile in
+ exit
+ egress
+ fc af
+ lsp-exp-in-profile 2
+ exit
+ fc l1
+ lsp-exp-out-profile 3
+ exit
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "Router (Network Side) Configuration"
+#--------------------------------------------------
+ router
+ interface "system"
+ address 10.115.202.226/32
+ enable-ingress-stats
+ ipv6
+ address 2001:4888:2010:4000:102:400::7D0/128
+ exit
+ no shutdown
+ exit
+ interface "to-7750-01"
+ address 172.25.199.107/31
+ description "LINK-TO-TNTNMADO91A-P-AL-7750-01"
+ enable-ingress-stats
+ ldp-sync-timer 45
+ port lag-125:1475
+ ipv6
+ address 2001:4888:2018:4FBF:102:400::1/64
+ bfd 500 receive 500 multiplier 3 type cpm-np
+ exit
+ qos 10120
+ bfd 500 receive 500 multiplier 3 type cpm-np
+ no shutdown
+ exit
+ interface "to-BTS0475-7750-H2"
+ address 172.25.199.111/31
+ description "LINK-TO-TNTNMADOT1A-P-AL-7750-060475-H2"
+ enable-ingress-stats
+ ldp-sync-timer 45
+ port lag-11:4094
+ ipv6
+ address 2001:4888:2018:43D7:0102:0400::0/64
+ bfd 500 receive 500 multiplier 3 type cpm-np
+ exit
+ qos 10120
+ bfd 500 receive 500 multiplier 3 type cpm-np
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "OSPFv2 Configuration"
+#--------------------------------------------------
+ ospf
+ asbr
+ timers
+ spf-wait 1500 spf-initial-wait 10 spf-second-wait 100
+ lsa-generate 1500 lsa-initial-wait 10 lsa-second-wait 100
+ lsa-arrival 90
+ exit
+ external-preference 175
+ export "br-ospf-export"
+ area 0.0.253.146
+ interface "system"
+ no shutdown
+ exit
+ interface "to-7750-01"
+ interface-type point-to-point
+ hello-interval 1
+ dead-interval 3
+ mtu 1978
+ metric 100
+ bfd-enable remain-down-on-failure
+ no shutdown
+ exit
+ interface "to-BTS0475-7750-H2"
+ interface-type point-to-point
+ hello-interval 1
+ dead-interval 3
+ mtu 1978
+ metric 1
+ bfd-enable remain-down-on-failure
+ no shutdown
+ exit
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "OSPFv3 Configuration"
+#--------------------------------------------------
+ ospf3
+ asbr
+ timers
+ spf-wait 1500 spf-initial-wait 10 spf-second-wait 100
+ lsa-generate 1500 lsa-initial-wait 10 lsa-second-wait 100
+ lsa-arrival 90
+ incremental-spf-wait 0
+ lsa-accumulate 0
+ redistribute-delay 0
+ exit
+ external-preference 175
+ export "br-ospf3-export"
+ area 0.0.253.146
+ interface "system"
+ no shutdown
+ exit
+ interface "to-7750-01"
+ interface-type point-to-point
+ hello-interval 1
+ dead-interval 3
+ mtu 1978
+ metric 100
+ bfd-enable remain-down-on-failure
+ no shutdown
+ exit
+ interface "to-BTS0475-7750-H2"
+ interface-type point-to-point
+ hello-interval 1
+ dead-interval 3
+ mtu 1978
+ metric 1
+ bfd-enable remain-down-on-failure
+ no shutdown
+ exit
+ exit
+ no shutdown
+ exit
+#--------------------------------------------------
+echo "PIM Configuration"
+#--------------------------------------------------
+ pim
+ no ipv6-multicast-disable
+ rpf6-table both
+ interface "to-7750-01"
+ exit
+ interface "to-BTS0475-7750-H2"
+ exit
+ exit
+#--------------------------------------------------
+echo "LDP Configuration"
+#--------------------------------------------------
+ ldp
+ interface-parameters
+ ipv4
+ hello 15 3
+ keepalive 30 3
+ exit
+ interface "to-7750-01" dual-stack
+ ipv4
+ local-lsr-id interface
+ transport-address interface
+ exit
+ exit
+ interface "to-BTS0475-7750-H2" dual-stack
+ ipv4
+ local-lsr-id interface
+ transport-address interface
+ exit
+ exit
+ exit
+ targeted-session
+ ipv4
+ hello 45 3
+ keepalive 40 4
+ exit
+ exit
+ exit
+#--------------------------------------------------
+echo "Policy Configuration"
+#--------------------------------------------------
+ policy-options
+ begin
+ prefix-list "accept-7750-SR"
+ prefix 10.114.45.0/32 exact
+ prefix 10.114.45.1/32 exact
+ exit
+ policy-statement "ldp-accept"
+ entry 10
+ from
+ prefix-list "accept-7750-SR"
+ exit
+ action accept
+ exit
+ exit
+ default-action reject
+ exit
+ policy-statement "br-ospf-export"
+ entry 10
+ description "advertise direct connect interfaces"
+ from
+ protocol direct
+ exit
+ to
+ protocol ospf
+ exit
+ action accept
+ type 1
+ exit
+ exit
+ entry 20
+ description "advertise static routes"
+ from
+ protocol static
+ exit
+ to
+ protocol ospf
+ exit
+ action accept
+ type 1
+ exit
+ exit
+ default-action reject
+ exit
+ policy-statement "br-ospf3-export"
+ entry 10
+ description "advertise direct connect interfaces"
+ from
+ protocol direct
+ exit
+ to
+ protocol ospf3
+ exit
+ action accept
+ type 1
+ exit
+ exit
+ entry 20
+ description "advertise static routes"
+ from
+ protocol static
+ exit
+ to
+ protocol ospf3
+ exit
+ action accept
+ type 1
+ exit
+ exit
+ default-action reject
+ exit
+ commit
+ exit
+ exit
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_received.py b/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_received.py
new file mode 100644
index 0000000..988bfa1
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_received.py
@@ -0,0 +1,77 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="no cli default prefix-modes enable", parents=()),
+ ConfigLine(config_line="protocol mlag", parents=()),
+ ConfigLine(config_line="interface ethernet 1/1 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/2 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/3 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/4 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/5 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/6 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/7 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/8 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/9 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/10 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/11 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/12 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/13 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/14 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/15 shutdown", parents=()),
+ ConfigLine(config_line="interface ethernet 1/16 shutdown", parents=()),
+ ConfigLine(config_line="lacp", parents=()),
+ ConfigLine(config_line="vlan 1", parents=()),
+ ConfigLine(config_line="vlan 2", parents=()),
+ ConfigLine(config_line="vlan 3", parents=()),
+ ConfigLine(config_line="vlan 100", parents=()),
+ ConfigLine(config_line='vlan 1 name "DEFUALT"', parents=()),
+ ConfigLine(config_line='vlan 2 name "VLAN2"', parents=()),
+ ConfigLine(config_line='vlan 3 name "VLAN3"', parents=()),
+ ConfigLine(config_line='vlan 100 name "VLAN 100"', parents=()),
+ ConfigLine(config_line="no spanning-tree", parents=()),
+ ConfigLine(config_line="ip routing vrf default", parents=()),
+ ConfigLine(config_line="dcb priority-flow-control enable force", parents=()),
+ ConfigLine(config_line="interface port-channel 1 dcb priority-flow-control mode on force", parents=()),
+ ConfigLine(config_line="protocol telemetry", parents=()),
+ ConfigLine(config_line="no mlag shutdown", parents=()),
+ ConfigLine(config_line="no interface mgmt0 dhcp", parents=()),
+ ConfigLine(config_line="interface mgmt0 ip address 192.168.0.2 /24", parents=()),
+ ConfigLine(config_line="interface mgmt1 shutdown", parents=()),
+ ConfigLine(config_line="no interface mgmt0 ipv6 dhcp client enable", parents=()),
+ ConfigLine(config_line="ip name-server vrf vrf-default 192.168.0.254", parents=()),
+ ConfigLine(config_line="ip name-server vrf vrf-default 192.168.0.253", parents=()),
+ ConfigLine(config_line="hostname HOSTNAME", parents=()),
+ ConfigLine(config_line="ip route vrf default 0.0.0.0/0 192.168.0.1", parents=()),
+ ConfigLine(config_line="no ipv6 enable", parents=()),
+ ConfigLine(config_line="logging events interfaces enable", parents=()),
+ ConfigLine(config_line="logging events interfaces interval 30", parents=()),
+ ConfigLine(config_line="logging format welf", parents=()),
+ ConfigLine(config_line="logging vrf default 192.168.0.254", parents=()),
+ ConfigLine(config_line="logging vrf default 192.168.0.254 trap info", parents=()),
+ ConfigLine(config_line="username localaccount", parents=()),
+ ConfigLine(config_line="ldap base-dn DC=example,DC=org", parents=()),
+ ConfigLine(config_line="ldap bind-dn CN=onyxauth,DC=example,DC=org", parents=()),
+ ConfigLine(config_line="aaa authentication login default ldap local", parents=()),
+ ConfigLine(config_line="aaa authorization map order remote-only", parents=()),
+ ConfigLine(config_line="no password hardening enable", parents=()),
+ ConfigLine(config_line="snmp-server community public ro", parents=()),
+ ConfigLine(config_line="snmp-server vrf default enable", parents=()),
+ ConfigLine(config_line="stats sample telemetry enable", parents=()),
+ ConfigLine(config_line='banner login "\n\nMULTI LINE BANNER"', parents=()),
+ ConfigLine(config_line='banner motd "SINGLE LINE BANNER"', parents=()),
+ ConfigLine(config_line="clock timezone Europe Western Madrid", parents=()),
+ ConfigLine(config_line="json-gw synchronous-request-timeout 50", parents=()),
+ ConfigLine(config_line="no ntp server 192.168.0.254 disable", parents=()),
+ ConfigLine(config_line="ntp server 192.168.0.254 keyID 0", parents=()),
+ ConfigLine(config_line="ntp vrf default enable", parents=()),
+ ConfigLine(config_line="stats chd telemetry enable", parents=()),
+ ConfigLine(config_line="terminal sysrq enable", parents=()),
+ ConfigLine(config_line="no web client cert-verify", parents=()),
+ ConfigLine(config_line="web vrf default enable", parents=()),
+ ConfigLine(config_line="no ip filter chain forward rule all", parents=()),
+ ConfigLine(config_line="no ip filter chain input rule all", parents=()),
+ ConfigLine(config_line="no ip filter chain logging rule all", parents=()),
+ ConfigLine(config_line="no ip filter chain output rule all", parents=()),
+ ConfigLine(config_line="no ip filter enable", parents=()),
+ ConfigLine(config_line="ssh server login timeout 300", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_sent.txt b/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_sent.txt
new file mode 100644
index 0000000..17dbe87
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/nvidia_onyx/onyx_full_sent.txt
@@ -0,0 +1,182 @@
+##
+## Active saved database "initial"
+## Generated at XXXXX/XX/XX XX:XX:XX
+## Hostname: HOSTNAME
+## Product release: X.XX.X
+##
+
+##
+## Running-config temporary prefix mode setting
+##
+no cli default prefix-modes enable
+
+##
+## MLAG protocol
+##
+ protocol mlag
+
+##
+## Interface Ethernet configuration
+##
+ interface ethernet 1/1 shutdown
+ interface ethernet 1/2 shutdown
+ interface ethernet 1/3 shutdown
+ interface ethernet 1/4 shutdown
+ interface ethernet 1/5 shutdown
+ interface ethernet 1/6 shutdown
+ interface ethernet 1/7 shutdown
+ interface ethernet 1/8 shutdown
+ interface ethernet 1/9 shutdown
+ interface ethernet 1/10 shutdown
+ interface ethernet 1/11 shutdown
+ interface ethernet 1/12 shutdown
+ interface ethernet 1/13 shutdown
+ interface ethernet 1/14 shutdown
+ interface ethernet 1/15 shutdown
+ interface ethernet 1/16 shutdown
+
+##
+## LAG configuration
+##
+ lacp
+
+##
+## VLAN configuration
+##
+ vlan 1
+ vlan 2
+ vlan 3
+ vlan 100
+ vlan 1 name "DEFUALT"
+ vlan 2 name "VLAN2"
+ vlan 3 name "VLAN3"
+ vlan 100 name "VLAN 100"
+
+##
+## STP configuration
+##
+no spanning-tree
+
+##
+## L3 configuration
+##
+ ip routing vrf default
+
+##
+## DCBX PFC configuration
+##
+ dcb priority-flow-control enable force
+ interface port-channel 1 dcb priority-flow-control mode on force
+
+##
+## Telemetry configuration
+##
+ protocol telemetry
+
+##
+## MLAG configurations
+##
+no mlag shutdown
+
+##
+## Network interface configuration
+##
+no interface mgmt0 dhcp
+ interface mgmt0 ip address 192.168.0.2 /24
+ interface mgmt1 shutdown
+
+##
+## Network interface IPv6 configuration
+##
+no interface mgmt0 ipv6 dhcp client enable
+
+##
+## Other IP configuration
+##
+ ip name-server vrf vrf-default 192.168.0.254
+ ip name-server vrf vrf-default 192.168.0.253
+ hostname HOSTNAME
+ ip route vrf default 0.0.0.0/0 192.168.0.1
+
+##
+## Other IPv6 configuration
+##
+no ipv6 enable
+
+##
+## Logging configuration
+##
+ logging events interfaces enable
+ logging events interfaces interval 30
+ logging format welf
+ logging vrf default 192.168.0.254
+ logging vrf default 192.168.0.254 trap info
+
+##
+## Local user account configuration
+##
+ username localaccount
+
+##
+## AAA remote server configuration
+##
+ ldap base-dn DC=example,DC=org
+ ldap bind-dn CN=onyxauth,DC=example,DC=org
+# ldap bind-password ********
+
+##
+## AAA configuration
+##
+ aaa authentication login default ldap local
+ aaa authorization map order remote-only
+
+##
+## Password restriction configuration
+##
+no password hardening enable
+
+##
+## SNMP configuration
+##
+ snmp-server community public ro
+ snmp-server vrf default enable
+
+##
+## Network management configuration
+##
+ stats sample telemetry enable
+# web proxy auth basic password ********
+ banner login "
+
+MULTI LINE BANNER"
+ banner motd "SINGLE LINE BANNER"
+ clock timezone Europe Western Madrid
+ json-gw synchronous-request-timeout 50
+no ntp server 192.168.0.254 disable
+ ntp server 192.168.0.254 keyID 0
+ ntp vrf default enable
+ stats chd telemetry enable
+ terminal sysrq enable
+no web client cert-verify
+ web vrf default enable
+
+##
+## IPv4 packet filtering configuration
+##
+no ip filter chain forward rule all
+no ip filter chain input rule all
+no ip filter chain logging rule all
+no ip filter chain output rule all
+no ip filter enable
+
+##
+## SSH and Key configuration
+##
+ ssh server login timeout 300
+
+##
+## X.509 certificates configuration
+##
+#
+# Certificate name system-self-signed, ID
+# (public-cert config omitted since private-key config is hidden)
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_received.py b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_received.py
new file mode 100644
index 0000000..04c2c7e
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_received.py
@@ -0,0 +1,44 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(
+ config_line="set mgt-config users admin phash *",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users admin permissions role-based superuser yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users panadmin permissions role-based superuser yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users panadmin phash passwordhash",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system hostname firewall1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line='set deviceconfig system login-banner "',
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="************************************************************************\n* firewall1.example.com * [PROD VM500 firewalls]\n************************************************************************\n* WARNING *\n* Unauthorized access to this device or devices attached to *\n* or accessible from this network is strictly prohibited. *\n* Possession of passwords or devices enabling access to this *\n* device or devices does not constitute authorization. Unauthorized *\n* access will be prosecuted to the fullest extent of the law. *\n* *\n************************************************************************\n\n^C",
+ parents=('set deviceconfig system login-banner "',),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server 10.0.0.1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2",
+ parents=(),
+ ),
+]
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_sent.txt b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_sent.txt
new file mode 100644
index 0000000..5ec0f93
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_sent.txt
@@ -0,0 +1,52 @@
+config {
+ mgt-config {
+ users {
+ admin {
+ phash *;
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ public-key thisisasuperduperlongbase64encodedstring;
+ }
+ panadmin {
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ phash passwordhash;
+ }
+ }
+ }
+ devices {
+ localhost.localdomain {
+ deviceconfig {
+ system {
+ hostname firewall1;
+ login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************
+
+";
+ panorama {
+ local-panorama {
+ panorama-server 10.0.0.1;
+ panorama-server-2 10.0.0.2;
+ }
+ }
+ }
+ }
+ }
+}
+
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_received.py b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_received.py
new file mode 100644
index 0000000..5151660
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_received.py
@@ -0,0 +1,48 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(
+ config_line="set mgt-config users admin phash *",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users admin permissions role-based superuser yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users panadmin permissions role-based superuser yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set mgt-config users panadmin phash passwordhash",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system hostname firewall1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line='set deviceconfig system login-banner "',
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="************************************************************************\n* firewall1.example.com * [PROD VM500 firewalls]\n************************************************************************\n* WARNING *\n* Unauthorized access to this device or devices attached to *\n* or accessible from this network is strictly prohibited. *\n* Possession of passwords or devices enabling access to this *\n* device or devices does not constitute authorization. Unauthorized *\n* access will be prosecuted to the fullest extent of the law. *\n* *\n************************************************************************^C",
+ parents=('set deviceconfig system login-banner "',),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server 10.0.0.1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line='set network interface ethernet ethernet1/15 comment "test curly braces {REMOTE DEVICE}, {REMOTE PORT}"',
+ parents=(),
+ ),
+]
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_sent.txt b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_sent.txt
new file mode 100644
index 0000000..7c21c5d
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_basic_set_sent.txt
@@ -0,0 +1,22 @@
+set mgt-config users admin phash *
+set mgt-config users admin permissions role-based superuser yes
+set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring
+set mgt-config users panadmin permissions role-based superuser yes
+set mgt-config users panadmin phash passwordhash
+set deviceconfig system hostname firewall1
+set deviceconfig system login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************"
+
+set deviceconfig system panorama local-panorama panorama-server 10.0.0.1
+set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2
+set network interface ethernet ethernet1/15 comment "test curly braces {REMOTE DEVICE}, {REMOTE PORT}"
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_received.py b/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_received.py
new file mode 100644
index 0000000..4cf8a40
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_received.py
@@ -0,0 +1,330 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="set mgt-config users admin phash *", parents=()),
+ ConfigLine(config_line="set mgt-config users admin permissions role-based superuser yes", parents=()),
+ ConfigLine(
+ config_line="set mgt-config users admin public-key thisisasuperduperlongbase64encodedstring=", parents=()
+ ),
+ ConfigLine(config_line="set mgt-config users panadmin permissions role-based superuser yes", parents=()),
+ ConfigLine(config_line="set mgt-config users panadmin phash passwordhash", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http dynamic-dns enabled yes", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http dynamic-dns threshold 5", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http malware-sites enabled yes", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http malware-sites threshold 5", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http recent-domains enabled yes", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http recent-domains threshold 5", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http ip-domains enabled yes", parents=()),
+ ConfigLine(config_line="set shared botnet configuration http ip-domains threshold 10", parents=()),
+ ConfigLine(
+ config_line="set shared botnet configuration http executables-from-unknown-sites enabled yes", parents=()
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration http executables-from-unknown-sites threshold 5", parents=()
+ ),
+ ConfigLine(config_line="set shared botnet configuration other-applications irc yes", parents=()),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-tcp destinations-per-hour 10",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-tcp sessions-per-hour 10", parents=()
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-tcp session-length maximum-bytes 100",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-tcp session-length minimum-bytes 50",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-udp destinations-per-hour 10",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-udp sessions-per-hour 10", parents=()
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-udp session-length maximum-bytes 100",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set shared botnet configuration unknown-applications unknown-udp session-length minimum-bytes 50",
+ parents=(),
+ ),
+ ConfigLine(config_line="set shared botnet report topn 100", parents=()),
+ ConfigLine(config_line="set shared botnet report scheduled yes", parents=()),
+ ConfigLine(config_line="set shared application-status awesun", parents=()),
+ ConfigLine(config_line="set shared application-status hikvision-http", parents=()),
+ ConfigLine(config_line="set shared application-status notion-base", parents=()),
+ ConfigLine(config_line="set shared application-status notion-delete", parents=()),
+ ConfigLine(config_line="set shared application-status notion-download", parents=()),
+ ConfigLine(config_line="set shared application-status notion-logout", parents=()),
+ ConfigLine(config_line="set shared application-status notion-upload", parents=()),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/1 layer3 ipv6 neighbor-discovery router-advertisement enable no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/1 layer3 ndp-proxy enabled no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/1 layer3 dhcp-client create-default-route yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/1 layer3 lldp enable no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 layer3 ipv6 neighbor-discovery router-advertisement enable no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 layer3 ndp-proxy enabled no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 layer3 dhcp-client create-default-route no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 layer3 lldp enable no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 layer3 interface-management-profile mgt",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network interface ethernet ethernet1/2 link-state auto",
+ parents=(),
+ ),
+ ConfigLine(config_line="set network profiles monitor-profile default interval 3", parents=()),
+ ConfigLine(config_line="set network profiles monitor-profile default threshold 5", parents=()),
+ ConfigLine(
+ config_line="set network profiles monitor-profile default action wait-recover",
+ parents=(),
+ ),
+ ConfigLine(config_line="set network profiles interface-management-profile", parents=()),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles default encryption [ aes-128-cbc 3des]",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles default hash sha1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles default dh-group group2",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles default lifetime hours 8",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 encryption aes-128-cbc",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 hash sha256",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 dh-group group19",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 lifetime hours 8",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 encryption aes-256-cbc",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 hash sha384",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 dh-group group20",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 lifetime hours 8",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles default esp encryption [ aes-128-cbc 3des]",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles default esp authentication sha1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles default dh-group group2",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles default lifetime hours 1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 esp encryption aes-128-gcm",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 esp authentication none",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 dh-group group19",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 lifetime hours 1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 esp encryption aes-256-gcm",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 esp authentication none",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 dh-group group20",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 lifetime hours 1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles global-protect-app-crypto-profiles default encryption aes-128-cbc",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network ike crypto-profiles global-protect-app-crypto-profiles default authentication sha1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class1 priority real-time",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class2 priority high",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class3 priority high",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class4 priority medium",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class5 priority medium",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class6 priority low",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class7 priority low",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set network qos profile default class-bandwidth-type mbps class class8 priority low",
+ parents=(),
+ ),
+ ConfigLine(config_line="set network virtual-router", parents=()),
+ ConfigLine(
+ config_line="set deviceconfig system type dhcp-client send-hostname yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system type dhcp-client send-client-id yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system type dhcp-client accept-dhcp-hostname no",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system type dhcp-client accept-dhcp-domain yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system update-server updates.paloaltonetworks.com",
+ parents=(),
+ ),
+ ConfigLine(config_line="set deviceconfig system update-schedule", parents=()),
+ ConfigLine(config_line="set deviceconfig system service disable-telnet yes", parents=()),
+ ConfigLine(config_line="set deviceconfig system service disable-http yes", parents=()),
+ ConfigLine(config_line="set deviceconfig system hostname firewall1", parents=()),
+ ConfigLine(config_line='set deviceconfig system login-banner "', parents=()),
+ ConfigLine(
+ config_line="************************************************************************\n* firewall1.example.com * [PROD VM500 firewalls]\n************************************************************************\n* WARNING *\n* Unauthorized access to this device or devices attached to *\n* or accessible from this network is strictly prohibited. *\n* Possession of passwords or devices enabling access to this *\n* device or devices does not constitute authorization. Unauthorized *\n* access will be prosecuted to the fullest extent of the law. *\n* *\n************************************************************************\n\n^C",
+ parents=('set deviceconfig system login-banner "',),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server 10.0.0.1",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig system panorama local-panorama panorama-server-2 10.0.0.2",
+ parents=(),
+ ),
+ ConfigLine(config_line="set deviceconfig setting config rematch yes", parents=()),
+ ConfigLine(
+ config_line="set deviceconfig setting management hostname-type-in-syslog FQDN",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg public-key thisisasuperduperlongbase64encodedstring=",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg type dhcp-client send-hostname yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg type dhcp-client send-client-id yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg type dhcp-client accept-dhcp-hostname yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg type dhcp-client accept-dhcp-domain yes",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg dns-primary 8.8.8.8",
+ parents=(),
+ ),
+ ConfigLine(
+ config_line="set deviceconfig setting management initcfg op-command-modes mgmt-interface-swap",
+ parents=(),
+ ),
+ ConfigLine(config_line="set vsys vsys1 zone", parents=()),
+ ConfigLine(
+ config_line="set vsys vsys1 import network interface [ ethernet1/1 ethernet1/2 vlan loopback tunnel]",
+ parents=(),
+ ),
+ ConfigLine(config_line="set vsys vsys1 import network vlan", parents=()),
+ ConfigLine(config_line="set vsys vsys1 import network virtual-router", parents=()),
+ ConfigLine(config_line="set vsys vsys1 import network virtual-wire", parents=()),
+ ConfigLine(config_line="set vsys vsys1 address", parents=()),
+ ConfigLine(config_line="set vsys vsys1 rulebase security rules", parents=()),
+ ConfigLine(config_line="set vsys vsys1 service", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_sent.txt b/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_sent.txt
new file mode 100644
index 0000000..c62e1ad
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/paloalto_panos/panos_full_sent.txt
@@ -0,0 +1,333 @@
+
+config {
+ mgt-config {
+ users {
+ admin {
+ phash *;
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ public-key thisisasuperduperlongbase64encodedstring=;
+ }
+ panadmin {
+ permissions {
+ role-based {
+ superuser yes;
+ }
+ }
+ phash passwordhash;
+ }
+ }
+ }
+ shared {
+ botnet {
+ configuration {
+ http {
+ dynamic-dns {
+ enabled yes;
+ threshold 5;
+ }
+ malware-sites {
+ enabled yes;
+ threshold 5;
+ }
+ recent-domains {
+ enabled yes;
+ threshold 5;
+ }
+ ip-domains {
+ enabled yes;
+ threshold 10;
+ }
+ executables-from-unknown-sites {
+ enabled yes;
+ threshold 5;
+ }
+ }
+ other-applications {
+ irc yes;
+ }
+ unknown-applications {
+ unknown-tcp {
+ destinations-per-hour 10;
+ sessions-per-hour 10;
+ session-length {
+ maximum-bytes 100;
+ minimum-bytes 50;
+ }
+ }
+ unknown-udp {
+ destinations-per-hour 10;
+ sessions-per-hour 10;
+ session-length {
+ maximum-bytes 100;
+ minimum-bytes 50;
+ }
+ }
+ }
+ }
+ report {
+ topn 100;
+ scheduled yes;
+ }
+ }
+ application-status {
+ awesun;
+ hikvision-http;
+ notion-base;
+ notion-delete;
+ notion-download;
+ notion-logout;
+ notion-upload;
+ }
+ }
+ devices {
+ localhost.localdomain {
+ network {
+ interface {
+ ethernet {
+ ethernet1/1 {
+ layer3 {
+ ipv6 {
+ neighbor-discovery {
+ router-advertisement {
+ enable no;
+ }
+ }
+ }
+ ndp-proxy {
+ enabled no;
+ }
+ dhcp-client {
+ create-default-route yes;
+ }
+ lldp {
+ enable no;
+ }
+ }
+ }
+ ethernet1/2 {
+ layer3 {
+ ipv6 {
+ neighbor-discovery {
+ router-advertisement {
+ enable no;
+ }
+ }
+ }
+ ndp-proxy {
+ enabled no;
+ }
+ dhcp-client {
+ create-default-route no;
+ }
+ lldp {
+ enable no;
+ }
+ interface-management-profile mgt;
+ }
+ link-state auto;
+ }
+ }
+ }
+ profiles {
+ monitor-profile {
+ default {
+ interval 3;
+ threshold 5;
+ action wait-recover;
+ }
+ }
+ interface-management-profile;
+ }
+ ike {
+ crypto-profiles {
+ ike-crypto-profiles {
+ default {
+ encryption [ aes-128-cbc 3des];
+ hash sha1;
+ dh-group group2;
+ lifetime {
+ hours 8;
+ }
+ }
+ Suite-B-GCM-128 {
+ encryption aes-128-cbc;
+ hash sha256;
+ dh-group group19;
+ lifetime {
+ hours 8;
+ }
+ }
+ Suite-B-GCM-256 {
+ encryption aes-256-cbc;
+ hash sha384;
+ dh-group group20;
+ lifetime {
+ hours 8;
+ }
+ }
+ }
+ ipsec-crypto-profiles {
+ default {
+ esp {
+ encryption [ aes-128-cbc 3des];
+ authentication sha1;
+ }
+ dh-group group2;
+ lifetime {
+ hours 1;
+ }
+ }
+ Suite-B-GCM-128 {
+ esp {
+ encryption aes-128-gcm;
+ authentication none;
+ }
+ dh-group group19;
+ lifetime {
+ hours 1;
+ }
+ }
+ Suite-B-GCM-256 {
+ esp {
+ encryption aes-256-gcm;
+ authentication none;
+ }
+ dh-group group20;
+ lifetime {
+ hours 1;
+ }
+ }
+ }
+ global-protect-app-crypto-profiles {
+ default {
+ encryption aes-128-cbc;
+ authentication sha1;
+ }
+ }
+ }
+ }
+ qos {
+ profile {
+ default {
+ class-bandwidth-type {
+ mbps {
+ class {
+ class1 {
+ priority real-time;
+ }
+ class2 {
+ priority high;
+ }
+ class3 {
+ priority high;
+ }
+ class4 {
+ priority medium;
+ }
+ class5 {
+ priority medium;
+ }
+ class6 {
+ priority low;
+ }
+ class7 {
+ priority low;
+ }
+ class8 {
+ priority low;
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ virtual-router;
+ }
+ deviceconfig {
+ system {
+ type {
+ dhcp-client {
+ send-hostname yes;
+ send-client-id yes;
+ accept-dhcp-hostname no;
+ accept-dhcp-domain yes;
+ }
+ }
+ update-server updates.paloaltonetworks.com;
+ update-schedule;
+ service {
+ disable-telnet yes;
+ disable-http yes;
+ }
+ hostname firewall1;
+ login-banner "
+************************************************************************
+* firewall1.example.com * [PROD VM500 firewalls]
+************************************************************************
+* WARNING *
+* Unauthorized access to this device or devices attached to *
+* or accessible from this network is strictly prohibited. *
+* Possession of passwords or devices enabling access to this *
+* device or devices does not constitute authorization. Unauthorized *
+* access will be prosecuted to the fullest extent of the law. *
+* *
+************************************************************************
+
+";
+ panorama {
+ local-panorama {
+ panorama-server 10.0.0.1;
+ panorama-server-2 10.0.0.2;
+ }
+ }
+ }
+ setting {
+ config {
+ rematch yes;
+ }
+ management {
+ hostname-type-in-syslog FQDN;
+ initcfg {
+ public-key thisisasuperduperlongbase64encodedstring=;
+ type {
+ dhcp-client {
+ send-hostname yes;
+ send-client-id yes;
+ accept-dhcp-hostname yes;
+ accept-dhcp-domain yes;
+ }
+ }
+ dns-primary 8.8.8.8;
+ op-command-modes mgmt-interface-swap;
+ }
+ }
+ }
+ }
+ vsys {
+ vsys1 {
+ zone;
+ import {
+ network {
+ interface [ ethernet1/1 ethernet1/2 vlan loopback tunnel];
+ vlan;
+ virtual-router;
+ virtual-wire;
+ }
+ }
+ address;
+ rulebase {
+ security {
+ rules;
+ }
+ }
+ service;
+ }
+ }
+ }
+ }
+}
diff --git a/tests/unit/mock/config/parser/base/rad_etx/etx_full_received.py b/tests/unit/mock/config/parser/base/rad_etx/etx_full_received.py
new file mode 100644
index 0000000..7aeeef9
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/rad_etx/etx_full_received.py
@@ -0,0 +1,1454 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line='echo "Terminal Configuration"', parents=()),
+ ConfigLine(config_line="terminal", parents=()),
+ ConfigLine(config_line=" timeout forever", parents=("terminal",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line='echo "System Configuration"', parents=()),
+ ConfigLine(config_line="system", parents=()),
+ ConfigLine(config_line=' name "ETX001"', parents=("system",)),
+ ConfigLine(config_line=' echo "LLDP Configuration"', parents=("system",)),
+ ConfigLine(config_line=" lldp", parents=("system",)),
+ ConfigLine(config_line=" no shutdown", parents=("system", " lldp")),
+ ConfigLine(config_line=" exit", parents=("system",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line='echo "Management configuration"', parents=()),
+ ConfigLine(config_line="management", parents=()),
+ ConfigLine(config_line=' login-user "net-creds-1"', parents=("management",)),
+ ConfigLine(config_line=" level su", parents=("management", ' login-user "net-creds-1"')),
+ ConfigLine(
+ config_line=' password "abcdefghijklmnopqrstuvwxyz123456789abcde" hash',
+ parents=("management", ' login-user "net-creds-1"'),
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", ' login-user "net-creds-1"')),
+ ConfigLine(config_line=" exit", parents=("management",)),
+ ConfigLine(config_line=' login-user "net-creds-2"', parents=("management",)),
+ ConfigLine(config_line=" level oper", parents=("management", ' login-user "net-creds-2"')),
+ ConfigLine(
+ config_line=' password "abcdefghijklmnopqrstuvwxyz123456789zyxwv" hash',
+ parents=("management", ' login-user "net-creds-2"'),
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", ' login-user "net-creds-2"')),
+ ConfigLine(config_line=" exit", parents=("management",)),
+ ConfigLine(config_line=' echo "SNMP Configuration"', parents=("management",)),
+ ConfigLine(config_line=" snmp", parents=("management",)),
+ ConfigLine(config_line=' user "snmpv2" none-auth', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=" no shutdown", parents=("management", " snmp", ' user "snmpv2" none-auth')
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' access-group "snmpv2" snmpv2c no-auth-no-priv', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' read-view "ntc"',
+ parents=("management", " snmp", ' access-group "snmpv2" snmpv2c no-auth-no-priv'),
+ ),
+ ConfigLine(
+ config_line=' write-view "ntc"',
+ parents=("management", " snmp", ' access-group "snmpv2" snmpv2c no-auth-no-priv'),
+ ),
+ ConfigLine(
+ config_line=' notify-view "ntc"',
+ parents=("management", " snmp", ' access-group "snmpv2" snmpv2c no-auth-no-priv'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("management", " snmp", ' access-group "snmpv2" snmpv2c no-auth-no-priv'),
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' access-group "v2_read" snmpv2c no-auth-no-priv', parents=("management", " snmp")
+ ),
+ ConfigLine(
+ config_line=' write-view "ntc"',
+ parents=("management", " snmp", ' access-group "v2_read" snmpv2c no-auth-no-priv'),
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' security-to-group snmpv2c sec-name "snmpv2"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' group-name "snmpv2"',
+ parents=("management", " snmp", ' security-to-group snmpv2c sec-name "snmpv2"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=("management", " snmp", ' security-to-group snmpv2c sec-name "snmpv2"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "ntccommunity"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "ntccommunity"',
+ parents=("management", " snmp", ' community "ntccommunity"'),
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_write"',
+ parents=("management", " snmp", ' community "ntccommunity"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown", parents=("management", " snmp", ' community "ntccommunity"')
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "public"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "public"', parents=("management", " snmp", ' community "public"')
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_read"', parents=("management", " snmp", ' community "public"')
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", " snmp", ' community "public"')),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "read"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "private"', parents=("management", " snmp", ' community "read"')
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_read"', parents=("management", " snmp", ' community "read"')
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", " snmp", ' community "read"')),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "trap"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "private"', parents=("management", " snmp", ' community "trap"')
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_trap"', parents=("management", " snmp", ' community "trap"')
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", " snmp", ' community "trap"')),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "trapCommunity"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "trapCommunity"',
+ parents=("management", " snmp", ' community "trapCommunity"'),
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_trap"',
+ parents=("management", " snmp", ' community "trapCommunity"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown", parents=("management", " snmp", ' community "trapCommunity"')
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' community "write"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=' name "private"', parents=("management", " snmp", ' community "write"')
+ ),
+ ConfigLine(
+ config_line=' sec-name "v2_write"', parents=("management", " snmp", ' community "write"')
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("management", " snmp", ' community "write"')),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' target-params "example1"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=" message-processing-model snmpv2c",
+ parents=("management", " snmp", ' target-params "example1"'),
+ ),
+ ConfigLine(
+ config_line=" version snmpv2c",
+ parents=("management", " snmp", ' target-params "example1"'),
+ ),
+ ConfigLine(
+ config_line=' security name "v2_trap" level no-auth-no-priv',
+ parents=("management", " snmp", ' target-params "example1"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown", parents=("management", " snmp", ' target-params "example1"')
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=' target-params "example2"', parents=("management", " snmp")),
+ ConfigLine(
+ config_line=" message-processing-model snmpv2c",
+ parents=("management", " snmp", ' target-params "example2"'),
+ ),
+ ConfigLine(
+ config_line=" version snmpv2c",
+ parents=("management", " snmp", ' target-params "example2"'),
+ ),
+ ConfigLine(
+ config_line=' security name "v2_trap" level no-auth-no-priv',
+ parents=("management", " snmp", ' target-params "example2"'),
+ ),
+ ConfigLine(
+ config_line=" no shutdown", parents=("management", " snmp", ' target-params "example2"')
+ ),
+ ConfigLine(config_line=" exit", parents=("management", " snmp")),
+ ConfigLine(config_line=" config-change-notification", parents=("management", " snmp")),
+ ConfigLine(config_line=" exit", parents=("management",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line='echo "Port Configuration"', parents=()),
+ ConfigLine(config_line="port", parents=()),
+ ConfigLine(config_line=' l2cp-profile "network"', parents=("port",)),
+ ConfigLine(config_line=' mac "01-80-c2-00-00-02" peer', parents=("port", ' l2cp-profile "network"')),
+ ConfigLine(config_line=' mac "01-80-c2-00-00-0e" peer', parents=("port", ' l2cp-profile "network"')),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' l2cp-profile "EXAMPLE-ONE"', parents=("port",)),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-01" discard', parents=("port", ' l2cp-profile "EXAMPLE-ONE"')
+ ),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' l2cp-profile "EXAMPLE-TWO"', parents=("port",)),
+ ConfigLine(config_line=' mac "01-80-c2-00-00-02" peer', parents=("port", ' l2cp-profile "EXAMPLE-TWO"')),
+ ConfigLine(config_line=' mac "01-80-c2-00-00-0e" peer', parents=("port", ' l2cp-profile "EXAMPLE-TWO"')),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' l2cp-profile "EXAMPLE-THREE"', parents=("port",)),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-00" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-01" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-02" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-03" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-04" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-05" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-06" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-07" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-08" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-09" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0a" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0b" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0c" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0d" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0e" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-0f" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-10" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-20" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-21" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-22" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-23" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-24" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-25" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-26" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-27" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-28" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-29" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2a" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2b" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2c" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2d" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2e" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-80-c2-00-00-2f" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-00-0c-cc-cc-cc" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(
+ config_line=' mac "01-00-0c-cc-cc-cd" discard', parents=("port", ' l2cp-profile "EXAMPLE-THREE"')
+ ),
+ ConfigLine(config_line=" default discard", parents=("port", ' l2cp-profile "EXAMPLE-THREE"')),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' l2cp-profile "EXAMPLE-FOUR"', parents=("port",)),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/1", parents=("port",)),
+ ConfigLine(config_line=" shutdown", parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=" no auto-negotiation", parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=" speed-duplex 1000-full-duplex", parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=" egress-mtu 9200", parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=' l2cp profile "network"', parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=" lldp", parents=("port", " ethernet 1/1")),
+ ConfigLine(
+ config_line=" nearest-bridge-mode tx-rx", parents=("port", " ethernet 1/1", " lldp")
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address",
+ parents=("port", " ethernet 1/1", " lldp"),
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-802.3 max-frame-size",
+ parents=("port", " ethernet 1/1", " lldp"),
+ ),
+ ConfigLine(config_line=" exit", parents=("port", " ethernet 1/1")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/2", parents=("port",)),
+ ConfigLine(config_line=" shutdown", parents=("port", " ethernet 1/2")),
+ ConfigLine(config_line=' name "description for eth1/2"', parents=("port", " ethernet 1/2")),
+ ConfigLine(config_line=" egress-mtu 9000", parents=("port", " ethernet 1/2")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/3", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/3"', parents=("port", " ethernet 1/3")),
+ ConfigLine(config_line=" speed-duplex 1000-full-duplex", parents=("port", " ethernet 1/3")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 1/3")),
+ ConfigLine(config_line=' l2cp profile "network"', parents=("port", " ethernet 1/3")),
+ ConfigLine(config_line=" lldp", parents=("port", " ethernet 1/3")),
+ ConfigLine(
+ config_line=" nearest-bridge-mode tx-rx", parents=("port", " ethernet 1/3", " lldp")
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address",
+ parents=("port", " ethernet 1/3", " lldp"),
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-802.3 max-frame-size",
+ parents=("port", " ethernet 1/3", " lldp"),
+ ),
+ ConfigLine(config_line=" exit", parents=("port", " ethernet 1/3")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/4", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/4"', parents=("port", " ethernet 1/4")),
+ ConfigLine(config_line=" tag-ethernet-type 0x88a8", parents=("port", " ethernet 1/4")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 1/4")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-THREE"', parents=("port", " ethernet 1/4")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/5", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/5"', parents=("port", " ethernet 1/5")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 1/5")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-ONE"', parents=("port", " ethernet 1/5")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/6", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/6"', parents=("port", " ethernet 1/6")),
+ ConfigLine(config_line=" egress-mtu 9000", parents=("port", " ethernet 1/6")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/7", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/7"', parents=("port", " ethernet 1/7")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 1/7")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-ONE"', parents=("port", " ethernet 1/7")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/8", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/8"', parents=("port", " ethernet 1/8")),
+ ConfigLine(config_line=" egress-mtu 9008", parents=("port", " ethernet 1/8")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-THREE"', parents=("port", " ethernet 1/8")),
+ ConfigLine(config_line=" lldp", parents=("port", " ethernet 1/8")),
+ ConfigLine(
+ config_line=" nearest-bridge-mode tx-rx", parents=("port", " ethernet 1/8", " lldp")
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address",
+ parents=("port", " ethernet 1/8", " lldp"),
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-802.3 max-frame-size",
+ parents=("port", " ethernet 1/8", " lldp"),
+ ),
+ ConfigLine(config_line=" exit", parents=("port", " ethernet 1/8")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 1/10", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth1/9"', parents=("port", " ethernet 1/10")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 1/10")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-ONE"', parents=("port", " ethernet 1/10")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 3/1", parents=("port",)),
+ ConfigLine(config_line=" shutdown", parents=("port", " ethernet 3/1")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 3/2", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth3/2"', parents=("port", " ethernet 3/2")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 3/2")),
+ ConfigLine(config_line=' l2cp profile "EXAMPLE-ONE"', parents=("port", " ethernet 3/2")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 4/1", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth4/1"', parents=("port", " ethernet 4/1")),
+ ConfigLine(config_line=" egress-mtu 12000", parents=("port", " ethernet 4/1")),
+ ConfigLine(config_line=' l2cp profile "network"', parents=("port", " ethernet 4/1")),
+ ConfigLine(config_line=" lldp", parents=("port", " ethernet 4/1")),
+ ConfigLine(
+ config_line=" nearest-bridge-mode tx-rx", parents=("port", " ethernet 4/1", " lldp")
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address",
+ parents=("port", " ethernet 4/1", " lldp"),
+ ),
+ ConfigLine(
+ config_line=" nearest-bridge-802.3 max-frame-size",
+ parents=("port", " ethernet 4/1", " lldp"),
+ ),
+ ConfigLine(config_line=" exit", parents=("port", " ethernet 4/1")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" ethernet 4/2", parents=("port",)),
+ ConfigLine(config_line=' name "description for eth4/2"', parents=("port", " ethernet 4/2")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' echo "Service Virtual Interface- Port Configuration"', parents=("port",)),
+ ConfigLine(config_line=" svi 1", parents=("port",)),
+ ConfigLine(config_line=' name "1"', parents=("port", " svi 1")),
+ ConfigLine(config_line=" no shutdown", parents=("port", " svi 1")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" svi 3", parents=("port",)),
+ ConfigLine(config_line=' name "3"', parents=("port", " svi 3")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=' echo "LAG - Port Configuration"', parents=("port",)),
+ ConfigLine(config_line=" lag 1", parents=("port",)),
+ ConfigLine(config_line=" shutdown", parents=("port", " lag 1")),
+ ConfigLine(config_line=" bind ethernet 1/1", parents=("port", " lag 1")),
+ ConfigLine(config_line=" bind ethernet 1/2", parents=("port", " lag 1")),
+ ConfigLine(config_line=" anchor-port ethernet 1/1", parents=("port", " lag 1")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line=" lag 7", parents=("port",)),
+ ConfigLine(config_line=" shutdown", parents=("port", " lag 7")),
+ ConfigLine(config_line=" no anchor-port", parents=("port", " lag 7")),
+ ConfigLine(config_line=" exit", parents=("port",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line='echo "Bridge Configuration"', parents=()),
+ ConfigLine(config_line="bridge 1", parents=()),
+ ConfigLine(config_line=' name "MGMT"', parents=("bridge 1",)),
+ ConfigLine(config_line=' echo "Bridge Port Configuration"', parents=("bridge 1",)),
+ ConfigLine(config_line=" port 1", parents=("bridge 1",)),
+ ConfigLine(config_line=' name "svi 1"', parents=("bridge 1", " port 1")),
+ ConfigLine(config_line=" no shutdown", parents=("bridge 1", " port 1")),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line=" port 2", parents=("bridge 1",)),
+ ConfigLine(config_line=' name "example"', parents=("bridge 1", " port 2")),
+ ConfigLine(config_line=" no shutdown", parents=("bridge 1", " port 2")),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line=" port 3", parents=("bridge 1",)),
+ ConfigLine(config_line=' name "example"', parents=("bridge 1", " port 3")),
+ ConfigLine(config_line=" no shutdown", parents=("bridge 1", " port 3")),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line=" port 4", parents=("bridge 1",)),
+ ConfigLine(config_line=' name "example"', parents=("bridge 1", " port 4")),
+ ConfigLine(config_line=" no shutdown", parents=("bridge 1", " port 4")),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line=" port 5", parents=("bridge 1",)),
+ ConfigLine(config_line=' name "example"', parents=("bridge 1", " port 5")),
+ ConfigLine(config_line=" no shutdown", parents=("bridge 1", " port 5")),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line=' echo "VLAN Configuration"', parents=("bridge 1",)),
+ ConfigLine(config_line=" vlan 99", parents=("bridge 1",)),
+ ConfigLine(config_line=" exit", parents=("bridge 1",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line='echo "Flows Configuration"', parents=()),
+ ConfigLine(config_line="flows", parents=()),
+ ConfigLine(config_line=" rate-sampling-window 1", parents=("flows",)),
+ ConfigLine(config_line=' echo "Classifier Profile Configuration"', parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "mgmt" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match untagged", parents=("flows", ' classifier-profile "mgmt" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-ONE" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1103", parents=("flows", ' classifier-profile "CP-ONE" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-TWO" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1103", parents=("flows", ' classifier-profile "CP-TWO" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-THREE" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1201", parents=("flows", ' classifier-profile "CP-THREE" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-FOUR" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1201", parents=("flows", ' classifier-profile "CP-FOUR" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-FIVE" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1103", parents=("flows", ' classifier-profile "CP-FIVE" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-SIX" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1103", parents=("flows", ' classifier-profile "CP-SIX" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-SEVEN" match-any', parents=("flows",)),
+ ConfigLine(
+ config_line=" match vlan 1155 dst-ip 192.168.192.2 to-dst-ip 192.168.192.2",
+ parents=("flows", ' classifier-profile "CP-SEVEN" match-any'),
+ ),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-EIGHT" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match all", parents=("flows", ' classifier-profile "CP-EIGHT" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-NINE" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match all", parents=("flows", ' classifier-profile "CP-NINE" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-TEN" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1155", parents=("flows", ' classifier-profile "CP-TEN" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-ELEVEN" match-any', parents=("flows",)),
+ ConfigLine(
+ config_line=" match vlan 1202", parents=("flows", ' classifier-profile "CP-ELEVEN" match-any')
+ ),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-TWELVE" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match all", parents=("flows", ' classifier-profile "CP-TWELVE" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-A" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 22", parents=("flows", ' classifier-profile "CP-A" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-B" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match all", parents=("flows", ' classifier-profile "CP-B" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-C" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 777", parents=("flows", ' classifier-profile "CP-C" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-D" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match all", parents=("flows", ' classifier-profile "CP-D" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-E" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 1102", parents=("flows", ' classifier-profile "CP-E" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-F" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 88", parents=("flows", ' classifier-profile "CP-F" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' classifier-profile "CP-G" match-any', parents=("flows",)),
+ ConfigLine(config_line=" match vlan 88", parents=("flows", ' classifier-profile "CP-G" match-any')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' echo "Flow Configuration"', parents=("flows",)),
+ ConfigLine(config_line=' flow "flow1"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "mgmt"', parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=' policer profile "mgmt_policer"', parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" vlan-tag push vlan 99 p-bit fixed 7", parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" ingress-port svi 1", parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" egress-port bridge-port 1 1", parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" reverse-direction", parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow1"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow2"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-THREE"', parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=' policer profile "50m"', parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" mark all", parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" vlan 1201", parents=("flows", ' flow "flow2"', " mark all")),
+ ConfigLine(config_line=" p-bit 1", parents=("flows", ' flow "flow2"', " mark all")),
+ ConfigLine(config_line=" exit", parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" ingress-port ethernet 3/1", parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=' service-name "R"', parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow2"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow3"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "mgmt"', parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=' policer profile "mgmt_policer"', parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" vlan-tag push vlan 99 p-bit fixed 7", parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" egress-port bridge-port 1 2", parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" reverse-direction block 0/1", parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow3"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow4"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "mgmt"', parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=' policer profile "mgmt_policer"', parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" vlan-tag push vlan 99 p-bit fixed 7", parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/1", parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" egress-port bridge-port 1 4", parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" reverse-direction block 0/1", parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow4"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow5"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-ONE"', parents=("flows", ' flow "flow5"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow5"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/3", parents=("flows", ' flow "flow5"')),
+ ConfigLine(
+ config_line=' egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1',
+ parents=("flows", ' flow "flow5"'),
+ ),
+ ConfigLine(config_line=' service-name "Q"', parents=("flows", ' flow "flow5"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow5"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow6"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-TWO"', parents=("flows", ' flow "flow6"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow6"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow6"')),
+ ConfigLine(
+ config_line=' egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1',
+ parents=("flows", ' flow "flow6"'),
+ ),
+ ConfigLine(config_line=' service-name "P"', parents=("flows", ' flow "flow6"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow6"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow7"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-FOUR"', parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" mark all", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" vlan 1201", parents=("flows", ' flow "flow7"', " mark all")),
+ ConfigLine(config_line=" exit", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" egress-port ethernet 3/1 queue 1 block 0/1", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=' service-name "O"', parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow7"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow8"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "mgmt"', parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=' policer profile "mgmt_policer"', parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" vlan-tag push vlan 99 p-bit fixed 7", parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/8", parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" egress-port bridge-port 1 5", parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" reverse-direction block 0/1", parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow8"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow9"', parents=("flows",)),
+ ConfigLine(config_line=" shutdown", parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=' classifier "mgmt"', parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=' policer profile "Policer1"', parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=" vlan-tag push vlan 1111 p-bit fixed 4", parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=" ingress-port ethernet 3/1", parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=" egress-port ethernet 4/2 queue 1 block 0/1", parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=' service-name "N"', parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=" pm-collection interval 300", parents=("flows", ' flow "flow9"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow10"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-EIGHT"', parents=("flows", ' flow "flow10"')),
+ ConfigLine(config_line=' policer profile "10m"', parents=("flows", ' flow "flow10"')),
+ ConfigLine(config_line=" vlan-tag push vlan 1202 p-bit fixed 3", parents=("flows", ' flow "flow10"')),
+ ConfigLine(config_line=" ingress-port ethernet 3/2", parents=("flows", ' flow "flow10"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow10"')
+ ),
+ ConfigLine(config_line=' service-name "M"', parents=("flows", ' flow "flow10"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow10"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow11"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-ELEVEN"', parents=("flows", ' flow "flow11"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow11"')),
+ ConfigLine(config_line=" vlan-tag pop vlan", parents=("flows", ' flow "flow11"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow11"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 3/2 queue 1 block 0/1", parents=("flows", ' flow "flow11"')
+ ),
+ ConfigLine(config_line=' service-name "L"', parents=("flows", ' flow "flow11"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow11"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow12"', parents=("flows",)),
+ ConfigLine(config_line=" shutdown", parents=("flows", ' flow "flow12"')),
+ ConfigLine(config_line=' classifier "CP-FIVE"', parents=("flows", ' flow "flow12"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow12"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/3", parents=("flows", ' flow "flow12"')),
+ ConfigLine(
+ config_line=' egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1',
+ parents=("flows", ' flow "flow12"'),
+ ),
+ ConfigLine(config_line=' service-name "K"', parents=("flows", ' flow "flow12"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow13"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-SEVEN"', parents=("flows", ' flow "flow13"')),
+ ConfigLine(config_line=' policer profile "2g"', parents=("flows", ' flow "flow13"')),
+ ConfigLine(config_line=" mark all", parents=("flows", ' flow "flow13"')),
+ ConfigLine(config_line=" mac swap", parents=("flows", ' flow "flow13"', " mark all")),
+ ConfigLine(config_line=" ip swap", parents=("flows", ' flow "flow13"', " mark all")),
+ ConfigLine(config_line=" exit", parents=("flows", ' flow "flow13"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow13"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 0 block 0/1", parents=("flows", ' flow "flow13"')
+ ),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow13"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow14"', parents=("flows",)),
+ ConfigLine(config_line=" shutdown", parents=("flows", ' flow "flow14"')),
+ ConfigLine(config_line=' classifier "CP-SIX"', parents=("flows", ' flow "flow14"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow14"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow14"')),
+ ConfigLine(
+ config_line=' egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1',
+ parents=("flows", ' flow "flow14"'),
+ ),
+ ConfigLine(config_line=' service-name "J"', parents=("flows", ' flow "flow14"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow15"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-NINE"', parents=("flows", ' flow "flow15"')),
+ ConfigLine(config_line=' policer profile "2g"', parents=("flows", ' flow "flow15"')),
+ ConfigLine(config_line=" vlan-tag push vlan 1155 p-bit fixed 1", parents=("flows", ' flow "flow15"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/5", parents=("flows", ' flow "flow15"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow15"')
+ ),
+ ConfigLine(config_line=' service-name "I"', parents=("flows", ' flow "flow15"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow15"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow16"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-TEN"', parents=("flows", ' flow "flow16"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow16"')),
+ ConfigLine(config_line=" vlan-tag pop vlan", parents=("flows", ' flow "flow16"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow16"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 1/5 queue 1 block 0/1", parents=("flows", ' flow "flow16"')
+ ),
+ ConfigLine(config_line=' service-name "H"', parents=("flows", ' flow "flow16"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow16"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow17"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-D"', parents=("flows", ' flow "flow17"')),
+ ConfigLine(config_line=' policer profile "100m"', parents=("flows", ' flow "flow17"')),
+ ConfigLine(config_line=" vlan-tag push vlan 1102 p-bit fixed 1", parents=("flows", ' flow "flow17"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/7", parents=("flows", ' flow "flow17"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow17"')
+ ),
+ ConfigLine(config_line=' service-name "G"', parents=("flows", ' flow "flow17"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow17"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow18"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-TWELVE"', parents=("flows", ' flow "flow18"')),
+ ConfigLine(config_line=' policer profile "50m"', parents=("flows", ' flow "flow18"')),
+ ConfigLine(config_line=" vlan-tag push vlan 22 p-bit fixed 3", parents=("flows", ' flow "flow18"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/8", parents=("flows", ' flow "flow18"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow18"')
+ ),
+ ConfigLine(config_line=' service-name "F"', parents=("flows", ' flow "flow18"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow18"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow19"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-A"', parents=("flows", ' flow "flow19"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow19"')),
+ ConfigLine(config_line=" vlan-tag pop vlan", parents=("flows", ' flow "flow19"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow19"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 1/8 queue 1 block 0/1", parents=("flows", ' flow "flow19"')
+ ),
+ ConfigLine(config_line=' service-name "E"', parents=("flows", ' flow "flow19"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow19"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow20"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-E"', parents=("flows", ' flow "flow20"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow20"')),
+ ConfigLine(config_line=" vlan-tag pop vlan", parents=("flows", ' flow "flow20"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow20"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 1/7 queue 1 block 0/1", parents=("flows", ' flow "flow20"')
+ ),
+ ConfigLine(config_line=' service-name "D"', parents=("flows", ' flow "flow20"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow20"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow21"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-B"', parents=("flows", ' flow "flow21"')),
+ ConfigLine(config_line=' policer profile "100_Mbps"', parents=("flows", ' flow "flow21"')),
+ ConfigLine(config_line=" vlan-tag push vlan 777 p-bit fixed 3", parents=("flows", ' flow "flow21"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/10", parents=("flows", ' flow "flow21"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow21"')
+ ),
+ ConfigLine(config_line=' service-name "C"', parents=("flows", ' flow "flow21"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow21"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow22"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-C"', parents=("flows", ' flow "flow22"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow22"')),
+ ConfigLine(config_line=" vlan-tag pop vlan", parents=("flows", ' flow "flow22"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow22"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 1/10 queue 1 block 0/1", parents=("flows", ' flow "flow22"')
+ ),
+ ConfigLine(config_line=' service-name "B"', parents=("flows", ' flow "flow22"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow22"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow23"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-F"', parents=("flows", ' flow "flow23"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow23"')),
+ ConfigLine(config_line=" ingress-port ethernet 1/3", parents=("flows", ' flow "flow23"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 4/1 queue 1 block 0/1", parents=("flows", ' flow "flow23"')
+ ),
+ ConfigLine(config_line=' service-name "A"', parents=("flows", ' flow "flow23"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow23"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line=' flow "flow24"', parents=("flows",)),
+ ConfigLine(config_line=' classifier "CP-G"', parents=("flows", ' flow "flow24"')),
+ ConfigLine(config_line=" no policer", parents=("flows", ' flow "flow24"')),
+ ConfigLine(config_line=" ingress-port ethernet 4/1", parents=("flows", ' flow "flow24"')),
+ ConfigLine(
+ config_line=" egress-port ethernet 1/3 queue 1 block 0/1", parents=("flows", ' flow "flow24"')
+ ),
+ ConfigLine(config_line=' service-name "A"', parents=("flows", ' flow "flow24"')),
+ ConfigLine(config_line=" no shutdown", parents=("flows", ' flow "flow24"')),
+ ConfigLine(config_line=" exit", parents=("flows",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line="router 1", parents=()),
+ ConfigLine(config_line=' name "Router#1"', parents=("router 1",)),
+ ConfigLine(config_line=" interface 1", parents=("router 1",)),
+ ConfigLine(config_line=' name "ROUTER:DESCRIPTION"', parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" bind svi 1", parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" dhcp", parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" dhcp-client", parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" client-id mac", parents=("router 1", " interface 1", " dhcp-client")),
+ ConfigLine(config_line=" exit", parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" no shutdown", parents=("router 1", " interface 1")),
+ ConfigLine(config_line=" exit", parents=("router 1",)),
+ ConfigLine(config_line=" static-route 0.0.0.0/0 address 1.1.1.1 metric 1", parents=("router 1",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line=" exit", parents=("exit",)),
+ ConfigLine(config_line="oam", parents=()),
+ ConfigLine(config_line=' echo "OAM CFM Configuration"', parents=("oam",)),
+ ConfigLine(config_line=" cfm", parents=("oam",)),
+ ConfigLine(config_line=" md-level-mip 2", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm1"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 8000,10000,11200,14000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm1"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm2"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 1600,2000,2400,3000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm2"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm3"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 20000,25000,28000,35000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm3"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm4"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 3200,4000,6400,8000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm4"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm5"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 61600,77000,110400,138000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm5"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm5"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 8000,10000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm5"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm6"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 16000,20000,32000,40000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm6"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm7"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 6400,8000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm7"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm8"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 60000,75000,120000,150000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm8"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfm9"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 32000,40000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfm9"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfma"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 92000,115000,184000,230000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfma"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmb"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 32000,40000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmb"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmc"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 29600,37000,59200,74000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmc"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmd"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 100000,110400,125000,138000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmd"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfme"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 184000,230000,368000,460000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfme"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmf"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 8000,10000,40000,50000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmf"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmg"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 9600,12000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmg"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmh"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 40000,50000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmh"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmi"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 59200,74000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmi"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmj"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 9600,12000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmj"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmk"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 200000,250000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmk"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfml"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 40000,50000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfml"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmm"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 368000,460000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmm"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=' measurement-bin-profile "cfmn"', parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=" thresholds 40000,50000",
+ parents=("oam", " cfm", ' measurement-bin-profile "cfmn"'),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=" maintenance-domain 1", parents=("oam", " cfm")),
+ ConfigLine(config_line=' name string "MD1"', parents=("oam", " cfm", " maintenance-domain 1")),
+ ConfigLine(
+ config_line=" maintenance-association 1", parents=("oam", " cfm", " maintenance-domain 1")
+ ),
+ ConfigLine(
+ config_line=' name string "MA1"',
+ parents=("oam", " cfm", " maintenance-domain 1", " maintenance-association 1"),
+ ),
+ ConfigLine(
+ config_line=" mep 1",
+ parents=("oam", " cfm", " maintenance-domain 1", " maintenance-association 1"),
+ ),
+ ConfigLine(
+ config_line=" no bind",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 1",
+ " maintenance-association 1",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" client-md-level 4",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 1",
+ " maintenance-association 1",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("oam", " cfm", " maintenance-domain 1", " maintenance-association 1"),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm", " maintenance-domain 1")),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=" maintenance-domain 2", parents=("oam", " cfm")),
+ ConfigLine(config_line=" md-level 2", parents=("oam", " cfm", " maintenance-domain 2")),
+ ConfigLine(
+ config_line=' name string "ABC-DEF"', parents=("oam", " cfm", " maintenance-domain 2")
+ ),
+ ConfigLine(
+ config_line=" maintenance-association 2", parents=("oam", " cfm", " maintenance-domain 2")
+ ),
+ ConfigLine(
+ config_line=' name string "MA2"',
+ parents=("oam", " cfm", " maintenance-domain 2", " maintenance-association 2"),
+ ),
+ ConfigLine(
+ config_line=" mep 1",
+ parents=("oam", " cfm", " maintenance-domain 2", " maintenance-association 2"),
+ ),
+ ConfigLine(
+ config_line=" bind ethernet 1/8",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=' flow uni-direction rx "MA2-out"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=' flow uni-direction tx "MA2-in"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote-mep 2",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" direction up",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" customer-tags-excluded",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" client-md-level 3",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" service 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" classification priority-bit 3",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" lmm-interval 100ms",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dest-ne 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no delay",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no loss",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote mep-id 2",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 2",
+ " maintenance-association 2",
+ " mep 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("oam", " cfm", " maintenance-domain 2", " maintenance-association 2"),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm", " maintenance-domain 2")),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=" maintenance-domain 3", parents=("oam", " cfm")),
+ ConfigLine(
+ config_line=' name string "ABC-DEF"', parents=("oam", " cfm", " maintenance-domain 3")
+ ),
+ ConfigLine(
+ config_line=" maintenance-association 2", parents=("oam", " cfm", " maintenance-domain 3")
+ ),
+ ConfigLine(
+ config_line=' name string "MD3"',
+ parents=("oam", " cfm", " maintenance-domain 3", " maintenance-association 2"),
+ ),
+ ConfigLine(
+ config_line=" mep 2",
+ parents=("oam", " cfm", " maintenance-domain 3", " maintenance-association 2"),
+ ),
+ ConfigLine(
+ config_line=" bind ethernet 1/10",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=' flow uni-direction rx "MD3-out"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=' flow uni-direction tx "MD3-in"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote-mep 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" ccm-priority 3",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" direction up",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" customer-tags-excluded",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" client-md-level 4",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" service 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" delay-threshold 26000",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" delay-var-threshold 8000",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" classification priority-bit 3",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" dest-ne 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" loss single-ended slm",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" remote mep-id 1",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=' delay-measurement-bin profile "cfm1"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=' delay-var-measurement-bin profile "cfm2"',
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ " dest-ne 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" no shutdown",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ " service 1",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=(
+ "oam",
+ " cfm",
+ " maintenance-domain 3",
+ " maintenance-association 2",
+ " mep 2",
+ ),
+ ),
+ ConfigLine(
+ config_line=" exit",
+ parents=("oam", " cfm", " maintenance-domain 3", " maintenance-association 2"),
+ ),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm", " maintenance-domain 3")),
+ ConfigLine(config_line=" exit", parents=("oam", " cfm")),
+ ConfigLine(config_line=" exit", parents=("oam",)),
+ ConfigLine(config_line="exit", parents=()),
+ ConfigLine(config_line=" exit", parents=("exit",)),
+]
diff --git a/tests/unit/mock/config/parser/base/rad_etx/etx_full_sent.txt b/tests/unit/mock/config/parser/base/rad_etx/etx_full_sent.txt
new file mode 100644
index 0000000..b0f3495
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/rad_etx/etx_full_sent.txt
@@ -0,0 +1,732 @@
+ configure
+ echo "Terminal Configuration"
+ # Terminal Configuration
+ terminal
+ timeout forever
+ exit
+ echo "System Configuration"
+ # System Configuration
+ system
+ name "ETX001"
+ echo "LLDP Configuration"
+ # LLDP Configuration
+ lldp
+ no shutdown
+ exit
+ exit
+ echo "Management configuration"
+ # Management configuration
+ management
+ login-user "net-creds-1"
+ level su
+ password "abcdefghijklmnopqrstuvwxyz123456789abcde" hash
+ no shutdown
+ exit
+ login-user "net-creds-2"
+ level oper
+ password "abcdefghijklmnopqrstuvwxyz123456789zyxwv" hash
+ no shutdown
+ exit
+ echo "SNMP Configuration"
+ # SNMP Configuration
+ snmp
+ user "snmpv2" none-auth
+ no shutdown
+ exit
+ access-group "snmpv2" snmpv2c no-auth-no-priv
+ read-view "ntc"
+ write-view "ntc"
+ notify-view "ntc"
+ no shutdown
+ exit
+ access-group "v2_read" snmpv2c no-auth-no-priv
+ write-view "ntc"
+ exit
+ security-to-group snmpv2c sec-name "snmpv2"
+ group-name "snmpv2"
+ no shutdown
+ exit
+ community "ntccommunity"
+ name "ntccommunity"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ community "public"
+ name "public"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "read"
+ name "private"
+ sec-name "v2_read"
+ no shutdown
+ exit
+ community "trap"
+ name "private"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "trapCommunity"
+ name "trapCommunity"
+ sec-name "v2_trap"
+ no shutdown
+ exit
+ community "write"
+ name "private"
+ sec-name "v2_write"
+ no shutdown
+ exit
+ target-params "example1"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ target-params "example2"
+ message-processing-model snmpv2c
+ version snmpv2c
+ security name "v2_trap" level no-auth-no-priv
+ no shutdown
+ exit
+ config-change-notification
+ exit
+ exit
+ echo "Port Configuration"
+ # Port Configuration
+ port
+ l2cp-profile "network"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-ONE"
+ mac "01-80-c2-00-00-01" discard
+ exit
+ l2cp-profile "EXAMPLE-TWO"
+ mac "01-80-c2-00-00-02" peer
+ mac "01-80-c2-00-00-0e" peer
+ exit
+ l2cp-profile "EXAMPLE-THREE"
+ mac "01-80-c2-00-00-00" discard
+ mac "01-80-c2-00-00-01" discard
+ mac "01-80-c2-00-00-02" discard
+ mac "01-80-c2-00-00-03" discard
+ mac "01-80-c2-00-00-04" discard
+ mac "01-80-c2-00-00-05" discard
+ mac "01-80-c2-00-00-06" discard
+ mac "01-80-c2-00-00-07" discard
+ mac "01-80-c2-00-00-08" discard
+ mac "01-80-c2-00-00-09" discard
+ mac "01-80-c2-00-00-0a" discard
+ mac "01-80-c2-00-00-0b" discard
+ mac "01-80-c2-00-00-0c" discard
+ mac "01-80-c2-00-00-0d" discard
+ mac "01-80-c2-00-00-0e" discard
+ mac "01-80-c2-00-00-0f" discard
+ mac "01-80-c2-00-00-10" discard
+ mac "01-80-c2-00-00-20" discard
+ mac "01-80-c2-00-00-21" discard
+ mac "01-80-c2-00-00-22" discard
+ mac "01-80-c2-00-00-23" discard
+ mac "01-80-c2-00-00-24" discard
+ mac "01-80-c2-00-00-25" discard
+ mac "01-80-c2-00-00-26" discard
+ mac "01-80-c2-00-00-27" discard
+ mac "01-80-c2-00-00-28" discard
+ mac "01-80-c2-00-00-29" discard
+ mac "01-80-c2-00-00-2a" discard
+ mac "01-80-c2-00-00-2b" discard
+ mac "01-80-c2-00-00-2c" discard
+ mac "01-80-c2-00-00-2d" discard
+ mac "01-80-c2-00-00-2e" discard
+ mac "01-80-c2-00-00-2f" discard
+ mac "01-00-0c-cc-cc-cc" discard
+ mac "01-00-0c-cc-cc-cd" discard
+ default discard
+ exit
+ l2cp-profile "EXAMPLE-FOUR"
+ exit
+ ethernet 1/1
+ shutdown
+ no auto-negotiation
+ speed-duplex 1000-full-duplex
+ egress-mtu 9200
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/2
+ shutdown
+ name "description for eth1/2"
+ egress-mtu 9000
+ exit
+ ethernet 1/3
+ name "description for eth1/3"
+ speed-duplex 1000-full-duplex
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/4
+ name "description for eth1/4"
+ tag-ethernet-type 0x88a8
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-THREE"
+ exit
+ ethernet 1/5
+ name "description for eth1/5"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/6
+ name "description for eth1/6"
+ egress-mtu 9000
+ exit
+ ethernet 1/7
+ name "description for eth1/7"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 1/8
+ name "description for eth1/8"
+ egress-mtu 9008
+ l2cp profile "EXAMPLE-THREE"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 1/10
+ name "description for eth1/9"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 3/1
+ shutdown
+ exit
+ ethernet 3/2
+ name "description for eth3/2"
+ egress-mtu 12000
+ l2cp profile "EXAMPLE-ONE"
+ exit
+ ethernet 4/1
+ name "description for eth4/1"
+ egress-mtu 12000
+ l2cp profile "network"
+ lldp
+ nearest-bridge-mode tx-rx
+ nearest-bridge-basic-management port-description sys-name sys-description sys-capabilities management-address
+ nearest-bridge-802.3 max-frame-size
+ exit
+ exit
+ ethernet 4/2
+ name "description for eth4/2"
+ exit
+ echo "Service Virtual Interface- Port Configuration"
+ # Service Virtual Interface- Port Configuration
+ svi 1
+ name "1"
+ no shutdown
+ exit
+ svi 3
+ name "3"
+ exit
+ echo "LAG - Port Configuration"
+ # LAG - Port Configuration
+ lag 1
+ shutdown
+ bind ethernet 1/1
+ bind ethernet 1/2
+ anchor-port ethernet 1/1
+ exit
+ lag 7
+ shutdown
+ no anchor-port
+ exit
+ exit
+ echo "Bridge Configuration"
+ # Bridge Configuration
+ bridge 1
+ name "MGMT"
+ echo "Bridge Port Configuration"
+ # Bridge Port Configuration
+ port 1
+ name "svi 1"
+ no shutdown
+ exit
+ port 2
+ name "example"
+ no shutdown
+ exit
+ port 3
+ name "example"
+ no shutdown
+ exit
+ port 4
+ name "example"
+ no shutdown
+ exit
+ port 5
+ name "example"
+ no shutdown
+ exit
+ echo "VLAN Configuration"
+ # VLAN Configuration
+ vlan 99
+ exit
+ exit
+ echo "Flows Configuration"
+ # Flows Configuration
+ flows
+ rate-sampling-window 1
+ echo "Classifier Profile Configuration"
+ # Classifier Profile Configuration
+ classifier-profile "mgmt" match-any
+ match untagged
+ exit
+ classifier-profile "CP-ONE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-TWO" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-THREE" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FOUR" match-any
+ match vlan 1201
+ exit
+ classifier-profile "CP-FIVE" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SIX" match-any
+ match vlan 1103
+ exit
+ classifier-profile "CP-SEVEN" match-any
+ match vlan 1155 dst-ip 192.168.192.2 to-dst-ip 192.168.192.2
+ exit
+ classifier-profile "CP-EIGHT" match-any
+ match all
+ exit
+ classifier-profile "CP-NINE" match-any
+ match all
+ exit
+ classifier-profile "CP-TEN" match-any
+ match vlan 1155
+ exit
+ classifier-profile "CP-ELEVEN" match-any
+ match vlan 1202
+ exit
+ classifier-profile "CP-TWELVE" match-any
+ match all
+ exit
+ classifier-profile "CP-A" match-any
+ match vlan 22
+ exit
+ classifier-profile "CP-B" match-any
+ match all
+ exit
+ classifier-profile "CP-C" match-any
+ match vlan 777
+ exit
+ classifier-profile "CP-D" match-any
+ match all
+ exit
+ classifier-profile "CP-E" match-any
+ match vlan 1102
+ exit
+ classifier-profile "CP-F" match-any
+ match vlan 88
+ exit
+ classifier-profile "CP-G" match-any
+ match vlan 88
+ exit
+ echo "Flow Configuration"
+ # Flow Configuration
+ flow "flow1"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port svi 1
+ egress-port bridge-port 1 1
+ reverse-direction
+ no shutdown
+ exit
+ flow "flow2"
+ classifier "CP-THREE"
+ policer profile "50m"
+ mark all
+ vlan 1201
+ p-bit 1
+ exit
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "R"
+ no shutdown
+ exit
+ flow "flow3"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 4/1
+ egress-port bridge-port 1 2
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow4"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/1
+ egress-port bridge-port 1 4
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow5"
+ classifier "CP-ONE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "Q"
+ no shutdown
+ exit
+ flow "flow6"
+ classifier "CP-TWO"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "P"
+ no shutdown
+ exit
+ flow "flow7"
+ classifier "CP-FOUR"
+ no policer
+ mark all
+ vlan 1201
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/1 queue 1 block 0/1
+ service-name "O"
+ no shutdown
+ exit
+ flow "flow8"
+ classifier "mgmt"
+ policer profile "mgmt_policer"
+ vlan-tag push vlan 99 p-bit fixed 7
+ ingress-port ethernet 1/8
+ egress-port bridge-port 1 5
+ reverse-direction block 0/1
+ no shutdown
+ exit
+ flow "flow9"
+ shutdown
+ classifier "mgmt"
+ policer profile "Policer1"
+ vlan-tag push vlan 1111 p-bit fixed 4
+ ingress-port ethernet 3/1
+ egress-port ethernet 4/2 queue 1 block 0/1
+ service-name "N"
+ pm-collection interval 300
+ exit
+ flow "flow10"
+ classifier "CP-EIGHT"
+ policer profile "10m"
+ vlan-tag push vlan 1202 p-bit fixed 3
+ ingress-port ethernet 3/2
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "M"
+ no shutdown
+ exit
+ flow "flow11"
+ classifier "CP-ELEVEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 3/2 queue 1 block 0/1
+ service-name "L"
+ no shutdown
+ exit
+ flow "flow12"
+ shutdown
+ classifier "CP-FIVE"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue-map-profile "MTU" block 0/1
+ service-name "K"
+ exit
+ flow "flow13"
+ classifier "CP-SEVEN"
+ policer profile "2g"
+ mark all
+ mac swap
+ ip swap
+ exit
+ ingress-port ethernet 4/1
+ egress-port ethernet 4/1 queue 0 block 0/1
+ no shutdown
+ exit
+ flow "flow14"
+ shutdown
+ classifier "CP-SIX"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue-map-profile "MTU" block 0/1
+ service-name "J"
+ exit
+ flow "flow15"
+ classifier "CP-NINE"
+ policer profile "2g"
+ vlan-tag push vlan 1155 p-bit fixed 1
+ ingress-port ethernet 1/5
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "I"
+ no shutdown
+ exit
+ flow "flow16"
+ classifier "CP-TEN"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/5 queue 1 block 0/1
+ service-name "H"
+ no shutdown
+ exit
+ flow "flow17"
+ classifier "CP-D"
+ policer profile "100m"
+ vlan-tag push vlan 1102 p-bit fixed 1
+ ingress-port ethernet 1/7
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "G"
+ no shutdown
+ exit
+ flow "flow18"
+ classifier "CP-TWELVE"
+ policer profile "50m"
+ vlan-tag push vlan 22 p-bit fixed 3
+ ingress-port ethernet 1/8
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "F"
+ no shutdown
+ exit
+ flow "flow19"
+ classifier "CP-A"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/8 queue 1 block 0/1
+ service-name "E"
+ no shutdown
+ exit
+ flow "flow20"
+ classifier "CP-E"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/7 queue 1 block 0/1
+ service-name "D"
+ no shutdown
+ exit
+ flow "flow21"
+ classifier "CP-B"
+ policer profile "100_Mbps"
+ vlan-tag push vlan 777 p-bit fixed 3
+ ingress-port ethernet 1/10
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "C"
+ no shutdown
+ exit
+ flow "flow22"
+ classifier "CP-C"
+ no policer
+ vlan-tag pop vlan
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/10 queue 1 block 0/1
+ service-name "B"
+ no shutdown
+ exit
+ flow "flow23"
+ classifier "CP-F"
+ no policer
+ ingress-port ethernet 1/3
+ egress-port ethernet 4/1 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ flow "flow24"
+ classifier "CP-G"
+ no policer
+ ingress-port ethernet 4/1
+ egress-port ethernet 1/3 queue 1 block 0/1
+ service-name "A"
+ no shutdown
+ exit
+ exit
+ router 1
+ name "Router#1"
+ interface 1
+ name "ROUTER:DESCRIPTION"
+ bind svi 1
+ dhcp
+ dhcp-client
+ client-id mac
+ exit
+ no shutdown
+ exit
+ static-route 0.0.0.0/0 address 1.1.1.1 metric 1
+ exit
+ exit
+ configure
+ oam
+ echo "OAM CFM Configuration"
+ # OAM CFM Configuration
+ cfm
+ md-level-mip 2
+ measurement-bin-profile "cfm1"
+ thresholds 8000,10000,11200,14000
+ exit
+ measurement-bin-profile "cfm2"
+ thresholds 1600,2000,2400,3000
+ exit
+ measurement-bin-profile "cfm3"
+ thresholds 20000,25000,28000,35000
+ exit
+ measurement-bin-profile "cfm4"
+ thresholds 3200,4000,6400,8000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 61600,77000,110400,138000
+ exit
+ measurement-bin-profile "cfm5"
+ thresholds 8000,10000
+ exit
+ measurement-bin-profile "cfm6"
+ thresholds 16000,20000,32000,40000
+ exit
+ measurement-bin-profile "cfm7"
+ thresholds 6400,8000
+ exit
+ measurement-bin-profile "cfm8"
+ thresholds 60000,75000,120000,150000
+ exit
+ measurement-bin-profile "cfm9"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfma"
+ thresholds 92000,115000,184000,230000
+ exit
+ measurement-bin-profile "cfmb"
+ thresholds 32000,40000
+ exit
+ measurement-bin-profile "cfmc"
+ thresholds 29600,37000,59200,74000
+ exit
+ measurement-bin-profile "cfmd"
+ thresholds 100000,110400,125000,138000
+ exit
+ measurement-bin-profile "cfme"
+ thresholds 184000,230000,368000,460000
+ exit
+ measurement-bin-profile "cfmf"
+ thresholds 8000,10000,40000,50000
+ exit
+ measurement-bin-profile "cfmg"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmh"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmi"
+ thresholds 59200,74000
+ exit
+ measurement-bin-profile "cfmj"
+ thresholds 9600,12000
+ exit
+ measurement-bin-profile "cfmk"
+ thresholds 200000,250000
+ exit
+ measurement-bin-profile "cfml"
+ thresholds 40000,50000
+ exit
+ measurement-bin-profile "cfmm"
+ thresholds 368000,460000
+ exit
+ measurement-bin-profile "cfmn"
+ thresholds 40000,50000
+ exit
+ maintenance-domain 1
+ name string "MD1"
+ maintenance-association 1
+ name string "MA1"
+ mep 1
+ no bind
+ client-md-level 4
+ exit
+ exit
+ exit
+ maintenance-domain 2
+ md-level 2
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MA2"
+ mep 1
+ bind ethernet 1/8
+ flow uni-direction rx "MA2-out"
+ flow uni-direction tx "MA2-in"
+ remote-mep 2
+ direction up
+ customer-tags-excluded
+ client-md-level 3
+ no shutdown
+ service 1
+ classification priority-bit 3
+ lmm-interval 100ms
+ dest-ne 1
+ no delay
+ no loss
+ remote mep-id 2
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ maintenance-domain 3
+ name string "ABC-DEF"
+ maintenance-association 2
+ name string "MD3"
+ mep 2
+ bind ethernet 1/10
+ flow uni-direction rx "MD3-out"
+ flow uni-direction tx "MD3-in"
+ remote-mep 1
+ ccm-priority 3
+ direction up
+ customer-tags-excluded
+ client-md-level 4
+ no shutdown
+ service 1
+ delay-threshold 26000
+ delay-var-threshold 8000
+ classification priority-bit 3
+ dest-ne 1
+ loss single-ended slm
+ remote mep-id 1
+ delay-measurement-bin profile "cfm1"
+ delay-var-measurement-bin profile "cfm2"
+ exit
+ no shutdown
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
+ exit
diff --git a/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_received.py b/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_received.py
new file mode 100644
index 0000000..04dc3ae
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_received.py
@@ -0,0 +1,150 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="Current configuration:", parents=()),
+ ConfigLine(config_line="ver 08.0.95gT211", parents=()),
+ ConfigLine(config_line="stack unit 1", parents=()),
+ ConfigLine(config_line=" module 1 icx7150-c12-poe-port-management-module", parents=("stack unit 1",)),
+ ConfigLine(config_line=" module 2 icx7150-2-copper-port-2g-module", parents=("stack unit 1",)),
+ ConfigLine(config_line=" module 3 icx7150-2-sfp-plus-port-20g-module", parents=("stack unit 1",)),
+ ConfigLine(config_line=" stack-port 1/3/1", parents=("stack unit 1",)),
+ ConfigLine(config_line=" stack-port 1/3/2", parents=("stack unit 1",)),
+ ConfigLine(config_line="banner motd $", parents=()),
+ ConfigLine(
+ config_line="+----------------+ WARNING RUCKUS SWITCH +---------------+\n.\n. Access to this system is limited to authorized\n. users and for official purposes only\n.\n. Your activities will be logged and abuse\n. will be reported!\n.\n+----------------+ WARNING RUCKUS SWITCH +---------------+ $",
+ parents=("banner motd $",),
+ ),
+ ConfigLine(config_line="vlan 1 name DEFAULT-VLAN by port", parents=()),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 1 name DEFAULT-VLAN by port",)),
+ ConfigLine(config_line="vlan 2000 name MGMT-VLAN by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/2/1 to 1/2/2 ethe 1/3/1 to 1/3/2", parents=("vlan 2000 name MGMT-VLAN by port",)
+ ),
+ ConfigLine(
+ config_line=" untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5 ethe 1/1/7 ethe 1/1/9 ethe 1/1/11 to 1/1/12",
+ parents=("vlan 2000 name MGMT-VLAN by port",),
+ ),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 2000 name MGMT-VLAN by port",)),
+ ConfigLine(config_line="vlan 3000 name Guest-WiFi by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3000 name Guest-WiFi by port",)
+ ),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3000 name Guest-WiFi by port",)),
+ ConfigLine(config_line="vlan 3001 by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 ethe 1/1/3 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3001 by port",)
+ ),
+ ConfigLine(config_line=" untagged ethe 1/1/2", parents=("vlan 3001 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3001 by port",)),
+ ConfigLine(config_line="vlan 3002 by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/3 ethe 1/1/5 to 1/1/12 ethe 1/3/1 to 1/3/2",
+ parents=("vlan 3002 by port",),
+ ),
+ ConfigLine(config_line=" untagged ethe 1/1/4", parents=("vlan 3002 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3002 by port",)),
+ ConfigLine(config_line="vlan 3003 by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/5 ethe 1/1/7 to 1/1/12 ethe 1/3/1 to 1/3/2",
+ parents=("vlan 3003 by port",),
+ ),
+ ConfigLine(config_line=" untagged ethe 1/1/6", parents=("vlan 3003 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3003 by port",)),
+ ConfigLine(config_line="vlan 3004 by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/7 ethe 1/1/9 to 1/1/12 ethe 1/3/1 to 1/3/2",
+ parents=("vlan 3004 by port",),
+ ),
+ ConfigLine(config_line=" untagged ethe 1/1/8", parents=("vlan 3004 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3004 by port",)),
+ ConfigLine(config_line="vlan 3005 by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/9 ethe 1/1/11 to 1/1/12 ethe 1/3/1 to 1/3/2",
+ parents=("vlan 3005 by port",),
+ ),
+ ConfigLine(config_line=" untagged ethe 1/1/10", parents=("vlan 3005 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3005 by port",)),
+ ConfigLine(config_line="vlan 3006 by port", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3006 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3006 by port",)),
+ ConfigLine(config_line="vlan 3007 by port", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3007 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3007 by port",)),
+ ConfigLine(config_line="vlan 3008 by port", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3008 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3008 by port",)),
+ ConfigLine(config_line="vlan 3009 by port", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3009 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3009 by port",)),
+ ConfigLine(config_line="vlan 3010 by port", parents=()),
+ ConfigLine(config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2", parents=("vlan 3010 by port",)),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3010 by port",)),
+ ConfigLine(config_line="vlan 3995 name OfficeNetwork by port", parents=()),
+ ConfigLine(
+ config_line=" tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2",
+ parents=("vlan 3995 name OfficeNetwork by port",),
+ ),
+ ConfigLine(config_line=" no spanning-tree", parents=("vlan 3995 name OfficeNetwork by port",)),
+ ConfigLine(config_line="mstp scope all", parents=()),
+ ConfigLine(config_line="mstp instance 0 vlan 1", parents=()),
+ ConfigLine(config_line="mstp instance 0 vlan 2000", parents=()),
+ ConfigLine(config_line="mstp instance 0 vlan 3000 to 3010", parents=()),
+ ConfigLine(config_line="mstp instance 0 vlan 3995", parents=()),
+ ConfigLine(config_line="mstp start", parents=()),
+ ConfigLine(config_line="errdisable recovery cause all", parents=()),
+ ConfigLine(config_line="aaa authentication web-server default local", parents=()),
+ ConfigLine(config_line="aaa authentication login default local", parents=()),
+ ConfigLine(config_line="enable telnet authentication", parents=()),
+ ConfigLine(config_line="enable aaa console", parents=()),
+ ConfigLine(config_line="hostname NTC-Test-MDF", parents=()),
+ ConfigLine(config_line="ip dhcp snooping vlan 2000", parents=()),
+ ConfigLine(config_line="ip address 10.254.220.10 255.255.255.0", parents=()),
+ ConfigLine(config_line="ip default-gateway 10.254.220.1", parents=()),
+ ConfigLine(config_line="no telnet server", parents=()),
+ ConfigLine(config_line="username admin password testpass", parents=()),
+ ConfigLine(config_line="snmp-server community testcomm rw", parents=()),
+ ConfigLine(config_line="manager registrar", parents=()),
+ ConfigLine(config_line="manager port-list 987", parents=()),
+ ConfigLine(config_line="interface ethernet 1/1/1", parents=()),
+ ConfigLine(config_line=" port-name Unit-111-AP", parents=("interface ethernet 1/1/1",)),
+ ConfigLine(config_line=" inline power power-limit 12000", parents=("interface ethernet 1/1/1",)),
+ ConfigLine(config_line="interface ethernet 1/1/2", parents=()),
+ ConfigLine(config_line=" port-name Unit-111-Wired", parents=("interface ethernet 1/1/2",)),
+ ConfigLine(config_line="interface ethernet 1/1/3", parents=()),
+ ConfigLine(config_line=" port-name Unit-112-AP", parents=("interface ethernet 1/1/3",)),
+ ConfigLine(config_line=" inline power power-limit 12000", parents=("interface ethernet 1/1/3",)),
+ ConfigLine(config_line="interface ethernet 1/1/4", parents=()),
+ ConfigLine(config_line=" port-name Unit-112-Wired", parents=("interface ethernet 1/1/4",)),
+ ConfigLine(config_line="interface ethernet 1/1/5", parents=()),
+ ConfigLine(config_line=" port-name Unit-113-AP", parents=("interface ethernet 1/1/5",)),
+ ConfigLine(config_line=" inline power power-limit 12000", parents=("interface ethernet 1/1/5",)),
+ ConfigLine(config_line="interface ethernet 1/1/6", parents=()),
+ ConfigLine(config_line=" port-name Unit-113-Wired", parents=("interface ethernet 1/1/6",)),
+ ConfigLine(config_line="interface ethernet 1/1/7", parents=()),
+ ConfigLine(config_line=" port-name Unit-114-AP", parents=("interface ethernet 1/1/7",)),
+ ConfigLine(config_line=" inline power power-limit 12000", parents=("interface ethernet 1/1/7",)),
+ ConfigLine(config_line="interface ethernet 1/1/8", parents=()),
+ ConfigLine(config_line=" port-name Unit-114-Wired", parents=("interface ethernet 1/1/8",)),
+ ConfigLine(config_line="interface ethernet 1/1/9", parents=()),
+ ConfigLine(config_line=" port-name Unit-115-AP", parents=("interface ethernet 1/1/9",)),
+ ConfigLine(config_line=" inline power power-limit 12000", parents=("interface ethernet 1/1/9",)),
+ ConfigLine(config_line="interface ethernet 1/1/10", parents=()),
+ ConfigLine(config_line=" port-name Unit-115-Wired", parents=("interface ethernet 1/1/10",)),
+ ConfigLine(config_line="interface ethernet 1/1/11", parents=()),
+ ConfigLine(config_line=" port-name UPS", parents=("interface ethernet 1/1/11",)),
+ ConfigLine(config_line="interface ethernet 1/1/12", parents=()),
+ ConfigLine(config_line=" port-name Tech-Test-port", parents=("interface ethernet 1/1/12",)),
+ ConfigLine(config_line="interface ethernet 1/3/1", parents=()),
+ ConfigLine(config_line=" dhcp snooping trust", parents=("interface ethernet 1/3/1",)),
+ ConfigLine(config_line="interface ethernet 1/3/2", parents=()),
+ ConfigLine(config_line=" dhcp snooping trust", parents=("interface ethernet 1/3/2",)),
+ ConfigLine(config_line="no lldp run", parents=()),
+ ConfigLine(config_line="overlay-gateway gateway1", parents=()),
+ ConfigLine(config_line=" type layer2-extension", parents=("overlay-gateway gateway1",)),
+ ConfigLine(config_line=" ip interface Loopback 1", parents=("overlay-gateway gateway1",)),
+ ConfigLine(config_line=" map vlan 2 vni 3", parents=("overlay-gateway gateway1",)),
+ ConfigLine(config_line=" site site1", parents=("overlay-gateway gateway1",)),
+ ConfigLine(config_line=" ip address 67.67.67.1", parents=("overlay-gateway gateway1", " site site1")),
+ ConfigLine(config_line=" extend vlan add 2", parents=("overlay-gateway gateway1", " site site1")),
+ ConfigLine(config_line="end", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_sent.txt b/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_sent.txt
new file mode 100644
index 0000000..ead5ddc
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/ruckus_fastiron/fastiron_full_sent.txt
@@ -0,0 +1,197 @@
+Current configuration:
+!
+ver 08.0.95gT211
+!
+stack unit 1
+ module 1 icx7150-c12-poe-port-management-module
+ module 2 icx7150-2-copper-port-2g-module
+ module 3 icx7150-2-sfp-plus-port-20g-module
+ stack-port 1/3/1
+ stack-port 1/3/2
+!
+!
+banner motd $
++----------------+ WARNING RUCKUS SWITCH +---------------+
+.
+. Access to this system is limited to authorized
+. users and for official purposes only
+.
+. Your activities will be logged and abuse
+. will be reported!
+.
++----------------+ WARNING RUCKUS SWITCH +---------------+ $
+!
+!
+vlan 1 name DEFAULT-VLAN by port
+ no spanning-tree
+!
+!
+!
+!
+vlan 2000 name MGMT-VLAN by port
+ tagged ethe 1/2/1 to 1/2/2 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/1 ethe 1/1/3 ethe 1/1/5 ethe 1/1/7 ethe 1/1/9 ethe 1/1/11 to 1/1/12
+ no spanning-tree
+!
+!
+!
+vlan 3000 name Guest-WiFi by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3001 by port
+ tagged ethe 1/1/1 ethe 1/1/3 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/2
+ no spanning-tree
+!
+vlan 3002 by port
+ tagged ethe 1/1/1 to 1/1/3 ethe 1/1/5 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/4
+ no spanning-tree
+!
+vlan 3003 by port
+ tagged ethe 1/1/1 to 1/1/5 ethe 1/1/7 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/6
+ no spanning-tree
+!
+vlan 3004 by port
+ tagged ethe 1/1/1 to 1/1/7 ethe 1/1/9 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/8
+ no spanning-tree
+!
+vlan 3005 by port
+ tagged ethe 1/1/1 to 1/1/9 ethe 1/1/11 to 1/1/12 ethe 1/3/1 to 1/3/2
+ untagged ethe 1/1/10
+ no spanning-tree
+!
+vlan 3006 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3007 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3008 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3009 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+vlan 3010 by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+vlan 3995 name OfficeNetwork by port
+ tagged ethe 1/1/1 to 1/1/12 ethe 1/3/1 to 1/3/2
+ no spanning-tree
+!
+!
+!
+mstp scope all
+mstp instance 0 vlan 1
+mstp instance 0 vlan 2000
+mstp instance 0 vlan 3000 to 3010
+mstp instance 0 vlan 3995
+mstp start
+!
+!
+!
+!
+errdisable recovery cause all
+aaa authentication web-server default local
+aaa authentication login default local
+enable telnet authentication
+enable aaa console
+hostname NTC-Test-MDF
+ip dhcp snooping vlan 2000
+ip address 10.254.220.10 255.255.255.0
+ip default-gateway 10.254.220.1
+!
+no telnet server
+username admin password testpass
+!
+!
+snmp-server community testcomm rw
+!
+!
+!
+!
+manager registrar
+!
+manager port-list 987
+!
+!
+interface ethernet 1/1/1
+ port-name Unit-111-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/2
+ port-name Unit-111-Wired
+!
+interface ethernet 1/1/3
+ port-name Unit-112-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/4
+ port-name Unit-112-Wired
+!
+interface ethernet 1/1/5
+ port-name Unit-113-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/6
+ port-name Unit-113-Wired
+!
+interface ethernet 1/1/7
+ port-name Unit-114-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/8
+ port-name Unit-114-Wired
+!
+interface ethernet 1/1/9
+ port-name Unit-115-AP
+ inline power power-limit 12000
+!
+interface ethernet 1/1/10
+ port-name Unit-115-Wired
+!
+interface ethernet 1/1/11
+ port-name UPS
+!
+interface ethernet 1/1/12
+ port-name Tech-Test-port
+!
+interface ethernet 1/3/1
+ dhcp snooping trust
+!
+interface ethernet 1/3/2
+ dhcp snooping trust
+!
+!
+!
+!
+!
+!
+!
+no lldp run
+!
+!
+overlay-gateway gateway1
+ type layer2-extension
+ ip interface Loopback 1
+ map vlan 2 vni 3
+ site site1
+ ip address 67.67.67.1
+ extend vlan add 2
+!
+!
+!
+!
+!
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_received.py b/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_received.py
new file mode 100644
index 0000000..fbe3e75
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_received.py
@@ -0,0 +1,192 @@
+from netutils.config.parser import ConfigLine
+
+data = [
+ ConfigLine(config_line="##AF.v4.1.0", parents=()),
+ ConfigLine(config_line="afnetconf.1.atpctarget=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.autoneg=enabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.carrierdrop=off", parents=()),
+ ConfigLine(config_line="afnetconf.1.carrierdropdebounce=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.carrierdropto=5", parents=()),
+ ConfigLine(config_line="afnetconf.1.cdblockafterpulse=disabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.cdfirstsessiontimer=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.cdfirstsessionwait=disabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.cdtracknosession=disabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.devname=af0", parents=()),
+ ConfigLine(config_line="afnetconf.1.flowcntl=disabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.mcastfilter=disabled", parents=()),
+ ConfigLine(config_line="afnetconf.1.mincapholdoff=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.mincapholdoffup=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.minrxcapacity=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.minrxcapacityup=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.mintxcapacity=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.mintxcapacityup=0", parents=()),
+ ConfigLine(config_line="afnetconf.1.status=enabled", parents=()),
+ ConfigLine(config_line="afnetconf.status=enabled", parents=()),
+ ConfigLine(config_line="airview.tcp_port=18888", parents=()),
+ ConfigLine(config_line="airview.tcpport=18888", parents=()),
+ ConfigLine(config_line="bridge.1.devname=br0", parents=()),
+ ConfigLine(config_line="bridge.1.fd=1", parents=()),
+ ConfigLine(config_line="bridge.1.port.1.devname=eth0", parents=()),
+ ConfigLine(config_line="bridge.1.port.1.status=enabled", parents=()),
+ ConfigLine(config_line="bridge.1.port.2.devname=air0", parents=()),
+ ConfigLine(config_line="bridge.1.port.2.status=enabled", parents=()),
+ ConfigLine(config_line="bridge.1.status=enabled", parents=()),
+ ConfigLine(config_line="bridge.1.stp.status=disabled", parents=()),
+ ConfigLine(config_line="bridge.status=enabled", parents=()),
+ ConfigLine(config_line="dhcpc.1.devname=eth0", parents=()),
+ ConfigLine(config_line="dhcpc.1.status=disabled", parents=()),
+ ConfigLine(config_line="dhcpc.2.devname=air0", parents=()),
+ ConfigLine(config_line="dhcpc.2.status=disabled", parents=()),
+ ConfigLine(config_line="dhcpc.3.devname=br0", parents=()),
+ ConfigLine(config_line="dhcpc.3.status=disabled", parents=()),
+ ConfigLine(config_line="dhcpc.status=disabled", parents=()),
+ ConfigLine(config_line="discovery.cdp.status=disabled", parents=()),
+ ConfigLine(config_line="discovery.status=enabled", parents=()),
+ ConfigLine(config_line="dyndns.status=disabled", parents=()),
+ ConfigLine(config_line="ebtables.status=enabled", parents=()),
+ ConfigLine(config_line="ebtables.sys.arpnat.status=disabled", parents=()),
+ ConfigLine(config_line="ebtables.sys.eap.status=disabled", parents=()),
+ ConfigLine(config_line="ebtables.sys.status=enabled", parents=()),
+ ConfigLine(config_line="gui.language=en_US", parents=()),
+ ConfigLine(config_line="httpd.https.port=443", parents=()),
+ ConfigLine(config_line="httpd.https.status=disabled", parents=()),
+ ConfigLine(config_line="httpd.port=80", parents=()),
+ ConfigLine(config_line="httpd.session.timeout=300", parents=()),
+ ConfigLine(config_line="httpd.status=enabled", parents=()),
+ ConfigLine(config_line="netconf.1.allmulti=disabled", parents=()),
+ ConfigLine(config_line="netconf.1.autoip.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.1.autoneg=enabled", parents=()),
+ ConfigLine(config_line="netconf.1.devname=eth0", parents=()),
+ ConfigLine(config_line="netconf.1.hwaddr.mac=", parents=()),
+ ConfigLine(config_line="netconf.1.hwaddr.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.1.ip=0.0.0.0", parents=()),
+ ConfigLine(config_line="netconf.1.mtu=1500", parents=()),
+ ConfigLine(config_line="netconf.1.netmask=255.255.255.0", parents=()),
+ ConfigLine(config_line="netconf.1.promisc=enabled", parents=()),
+ ConfigLine(config_line="netconf.1.role=bridge_port", parents=()),
+ ConfigLine(config_line="netconf.1.status=enabled", parents=()),
+ ConfigLine(config_line="netconf.1.up=enabled", parents=()),
+ ConfigLine(config_line="netconf.2.allmulti=disabled", parents=()),
+ ConfigLine(config_line="netconf.2.autoip.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.2.devname=air0", parents=()),
+ ConfigLine(config_line="netconf.2.hwaddr.mac=", parents=()),
+ ConfigLine(config_line="netconf.2.hwaddr.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.2.ip=0.0.0.0", parents=()),
+ ConfigLine(config_line="netconf.2.mtu=1500", parents=()),
+ ConfigLine(config_line="netconf.2.netmask=255.255.255.0", parents=()),
+ ConfigLine(config_line="netconf.2.promisc=enabled", parents=()),
+ ConfigLine(config_line="netconf.2.role=bridge_port", parents=()),
+ ConfigLine(config_line="netconf.2.status=enabled", parents=()),
+ ConfigLine(config_line="netconf.2.up=enabled", parents=()),
+ ConfigLine(config_line="netconf.3.allmulti=disabled", parents=()),
+ ConfigLine(config_line="netconf.3.autoip.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.3.devname=br0", parents=()),
+ ConfigLine(config_line="netconf.3.hwaddr.mac=", parents=()),
+ ConfigLine(config_line="netconf.3.hwaddr.status=disabled", parents=()),
+ ConfigLine(config_line="netconf.3.ip=10.10.10.10", parents=()),
+ ConfigLine(config_line="netconf.3.mtu=1500", parents=()),
+ ConfigLine(config_line="netconf.3.netmask=255.255.255.0", parents=()),
+ ConfigLine(config_line="netconf.3.role=mlan", parents=()),
+ ConfigLine(config_line="netconf.3.status=enabled", parents=()),
+ ConfigLine(config_line="netconf.3.up=enabled", parents=()),
+ ConfigLine(config_line="netconf.status=enabled", parents=()),
+ ConfigLine(config_line="netmode=airfiber", parents=()),
+ ConfigLine(config_line="ntpclient.status=disabled", parents=()),
+ ConfigLine(config_line="ppp.status=disabled", parents=()),
+ ConfigLine(config_line="pwdog.delay=300", parents=()),
+ ConfigLine(config_line="pwdog.host=", parents=()),
+ ConfigLine(config_line="pwdog.period=300", parents=()),
+ ConfigLine(config_line="pwdog.retry=3", parents=()),
+ ConfigLine(config_line="pwdog.status=disabled", parents=()),
+ ConfigLine(config_line="radio.1.antenna.gain=33", parents=()),
+ ConfigLine(config_line="radio.1.atpctarget=0", parents=()),
+ ConfigLine(config_line="radio.1.cable.loss=0", parents=()),
+ ConfigLine(config_line="radio.1.countrycode=840", parents=()),
+ ConfigLine(config_line="radio.1.dfsthreshold=0", parents=()),
+ ConfigLine(config_line="radio.1.dualfreqmode=enabled", parents=()),
+ ConfigLine(config_line="radio.1.duplex=half", parents=()),
+ ConfigLine(config_line="radio.1.dutycycle=50", parents=()),
+ ConfigLine(config_line="radio.1.framelength=-1", parents=()),
+ ConfigLine(config_line="radio.1.gps_sync=disabled", parents=()),
+ ConfigLine(config_line="radio.1.key=s:password1", parents=()),
+ ConfigLine(config_line="radio.1.linkname=UBNT", parents=()),
+ ConfigLine(config_line="radio.1.mode=slave", parents=()),
+ ConfigLine(config_line="radio.1.pwrbackoff=disabled", parents=()),
+ ConfigLine(config_line="radio.1.pwrout.10x=0", parents=()),
+ ConfigLine(config_line="radio.1.pwrout.4x=43", parents=()),
+ ConfigLine(config_line="radio.1.pwrout.6x=43", parents=()),
+ ConfigLine(config_line="radio.1.pwrout.8x=33", parents=()),
+ ConfigLine(config_line="radio.1.rate.auto=enabled", parents=()),
+ ConfigLine(config_line="radio.1.rate=6x", parents=()),
+ ConfigLine(config_line="radio.1.rfrate=6x", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq10=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq2=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq3=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq4=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq5=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq6=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq7=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq8=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq9=null", parents=()),
+ ConfigLine(config_line="radio.1.rx_freq=24.1GHz", parents=()),
+ ConfigLine(config_line="radio.1.rxchanbw=2048", parents=()),
+ ConfigLine(config_line="radio.1.rxgain=low", parents=()),
+ ConfigLine(config_line="radio.1.sharedant=disabled", parents=()),
+ ConfigLine(config_line="radio.1.sisomode=disabled", parents=()),
+ ConfigLine(config_line="radio.1.status=enabled", parents=()),
+ ConfigLine(config_line="radio.1.streammode=disabled", parents=()),
+ ConfigLine(config_line="radio.1.subsystemid=0xaf01", parents=()),
+ ConfigLine(config_line="radio.1.tx_freq2=null", parents=()),
+ ConfigLine(config_line="radio.1.tx_freq3=null", parents=()),
+ ConfigLine(config_line="radio.1.tx_freq=24.1GHz", parents=()),
+ ConfigLine(config_line="radio.1.txchanbw=2048", parents=()),
+ ConfigLine(config_line="radio.1.txpower=33", parents=()),
+ ConfigLine(config_line="radio.countrycode=840", parents=()),
+ ConfigLine(config_line="radio.status=enabled", parents=()),
+ ConfigLine(config_line="resolv.host.1.name=UBNT", parents=()),
+ ConfigLine(config_line="resolv.host.1.status=enabled", parents=()),
+ ConfigLine(config_line="resolv.nameserver.1.ip=1.1.1.1", parents=()),
+ ConfigLine(config_line="resolv.nameserver.1.status=enabled", parents=()),
+ ConfigLine(config_line="resolv.nameserver.2.ip=", parents=()),
+ ConfigLine(config_line="resolv.nameserver.2.status=disabled", parents=()),
+ ConfigLine(config_line="resolv.nameserver.status=enabled", parents=()),
+ ConfigLine(config_line="resolv.status=disabled", parents=()),
+ ConfigLine(config_line="route.1.comment=", parents=()),
+ ConfigLine(config_line="route.1.devname=br0", parents=()),
+ ConfigLine(config_line="route.1.gateway=10.10.10.1", parents=()),
+ ConfigLine(config_line="route.1.ip=0.0.0.0", parents=()),
+ ConfigLine(config_line="route.1.netmask=0", parents=()),
+ ConfigLine(config_line="route.1.status=enabled", parents=()),
+ ConfigLine(config_line="route.status=enabled", parents=()),
+ ConfigLine(config_line="snmp.community=admin", parents=()),
+ ConfigLine(config_line="snmp.contact=lab", parents=()),
+ ConfigLine(config_line="snmp.location=lab", parents=()),
+ ConfigLine(config_line="snmp.status=enabled", parents=()),
+ ConfigLine(config_line="sshd.auth.passwd=enabled", parents=()),
+ ConfigLine(config_line="sshd.port=22", parents=()),
+ ConfigLine(config_line="sshd.status=enabled", parents=()),
+ ConfigLine(config_line="syslog.remote.port=514", parents=()),
+ ConfigLine(config_line="syslog.remote.status=disabled", parents=()),
+ ConfigLine(config_line="syslog.status=disabled", parents=()),
+ ConfigLine(config_line="system.button.reset=enabled", parents=()),
+ ConfigLine(config_line="system.cfg.version=65540", parents=()),
+ ConfigLine(config_line="system.date.status=disabled", parents=()),
+ ConfigLine(config_line="system.date.timestamp=", parents=()),
+ ConfigLine(config_line="system.eirp.status=enabled", parents=()),
+ ConfigLine(config_line="system.latitude=", parents=()),
+ ConfigLine(config_line="system.longitude=", parents=()),
+ ConfigLine(config_line="system.timezone=GMT", parents=()),
+ ConfigLine(config_line="telnetd.port=23", parents=()),
+ ConfigLine(config_line="telnetd.status=enabled", parents=()),
+ ConfigLine(config_line="ucode.1.rxscramblekey=0", parents=()),
+ ConfigLine(config_line="ucode.1.txscramblekey=0", parents=()),
+ ConfigLine(config_line="udapi_bridge.callhome.status=disabled", parents=()),
+ ConfigLine(config_line="unms.uri=-", parents=()),
+ ConfigLine(config_line="update.check.status=enabled", parents=()),
+ ConfigLine(config_line="users.1.name=ubnt", parents=()),
+ ConfigLine(config_line="users.1.password=$1$YSWw8TsR$eBl/.jP1ibig8DUF4nn65.", parents=()),
+ ConfigLine(config_line="users.1.status=enabled", parents=()),
+ ConfigLine(config_line="users.2.status=disabled", parents=()),
+ ConfigLine(config_line="users.status=enabled", parents=()),
+ ConfigLine(config_line="vlan.status=disabled", parents=()),
+]
diff --git a/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_sent.txt b/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_sent.txt
new file mode 100644
index 0000000..6178e9c
--- /dev/null
+++ b/tests/unit/mock/config/parser/base/ubiquiti_airos/airos_full_sent.txt
@@ -0,0 +1,229 @@
+### PART ###
+##
+##AF.v4.1.0
+#board.sysid=0xaf01
+#board.cpurevision=0x4e840102
+#board.name=airFiber 24G
+#board.shortname=AF24
+#board.subtype=
+#board.netmodes=16;
+#board.hwaddr=802AA8CF8DB9
+#board.reboot=130
+#board.upgrade=330
+#board.phycount=1
+#board.phy.1.maxmtu=1500
+#board.gps=1
+#board.airfiber=1
+#board.portnumber=1
+#board.fdd=1
+#feature.gps=1
+#feature.rssi.leds=0
+#feature.gps.leds=0
+#radio.1.name=
+#radio.1.shortname=
+#radio.1.bus=spi
+#radio.1.rf_revision=0x0000
+#radio.1.subsystemid=0xaf01
+#radio.1.subvendorid=0x0777
+#radio.1.txpower.max=43
+#radio.1.txpower.offset=0
+#radio.1.antennas=1
+#radio.1.def_antenna=4
+#radio.1.antenna.1.id=4
+#radio.1.antenna.1.name=Combined
+#radio.1.antenna.1.gain=0
+#radio.1.ccode=840
+#radio.1.ccode.fixed=0
+#radio.1.ccode.locked=1
+#radio.1.ptp_only=1
+#radio.1.ptp_sta=1
+#radio.1.chanbw=100
+#deac9d0213801db5ede667c016886ba4
+### PART ###
+afnetconf.1.atpctarget=0
+afnetconf.1.autoneg=enabled
+afnetconf.1.carrierdrop=off
+afnetconf.1.carrierdropdebounce=0
+afnetconf.1.carrierdropto=5
+afnetconf.1.cdblockafterpulse=disabled
+afnetconf.1.cdfirstsessiontimer=0
+afnetconf.1.cdfirstsessionwait=disabled
+afnetconf.1.cdtracknosession=disabled
+afnetconf.1.devname=af0
+afnetconf.1.flowcntl=disabled
+afnetconf.1.mcastfilter=disabled
+afnetconf.1.mincapholdoff=0
+afnetconf.1.mincapholdoffup=0
+afnetconf.1.minrxcapacity=0
+afnetconf.1.minrxcapacityup=0
+afnetconf.1.mintxcapacity=0
+afnetconf.1.mintxcapacityup=0
+afnetconf.1.status=enabled
+afnetconf.status=enabled
+airview.tcp_port=18888
+airview.tcpport=18888
+bridge.1.devname=br0
+bridge.1.fd=1
+bridge.1.port.1.devname=eth0
+bridge.1.port.1.status=enabled
+bridge.1.port.2.devname=air0
+bridge.1.port.2.status=enabled
+bridge.1.status=enabled
+bridge.1.stp.status=disabled
+bridge.status=enabled
+dhcpc.1.devname=eth0
+dhcpc.1.status=disabled
+dhcpc.2.devname=air0
+dhcpc.2.status=disabled
+dhcpc.3.devname=br0
+dhcpc.3.status=disabled
+dhcpc.status=disabled
+discovery.cdp.status=disabled
+discovery.status=enabled
+dyndns.status=disabled
+ebtables.status=enabled
+ebtables.sys.arpnat.status=disabled
+ebtables.sys.eap.status=disabled
+ebtables.sys.status=enabled
+gui.language=en_US
+httpd.https.port=443
+httpd.https.status=disabled
+httpd.port=80
+httpd.session.timeout=300
+httpd.status=enabled
+netconf.1.allmulti=disabled
+netconf.1.autoip.status=disabled
+netconf.1.autoneg=enabled
+netconf.1.devname=eth0
+netconf.1.hwaddr.mac=
+netconf.1.hwaddr.status=disabled
+netconf.1.ip=0.0.0.0
+netconf.1.mtu=1500
+netconf.1.netmask=255.255.255.0
+netconf.1.promisc=enabled
+netconf.1.role=bridge_port
+netconf.1.status=enabled
+netconf.1.up=enabled
+netconf.2.allmulti=disabled
+netconf.2.autoip.status=disabled
+netconf.2.devname=air0
+netconf.2.hwaddr.mac=
+netconf.2.hwaddr.status=disabled
+netconf.2.ip=0.0.0.0
+netconf.2.mtu=1500
+netconf.2.netmask=255.255.255.0
+netconf.2.promisc=enabled
+netconf.2.role=bridge_port
+netconf.2.status=enabled
+netconf.2.up=enabled
+netconf.3.allmulti=disabled
+netconf.3.autoip.status=disabled
+netconf.3.devname=br0
+netconf.3.hwaddr.mac=
+netconf.3.hwaddr.status=disabled
+netconf.3.ip=10.10.10.10
+netconf.3.mtu=1500
+netconf.3.netmask=255.255.255.0
+netconf.3.role=mlan
+netconf.3.status=enabled
+netconf.3.up=enabled
+netconf.status=enabled
+netmode=airfiber
+ntpclient.status=disabled
+ppp.status=disabled
+pwdog.delay=300
+pwdog.host=
+pwdog.period=300
+pwdog.retry=3
+pwdog.status=disabled
+radio.1.antenna.gain=33
+radio.1.atpctarget=0
+radio.1.cable.loss=0
+radio.1.countrycode=840
+radio.1.dfsthreshold=0
+radio.1.dualfreqmode=enabled
+radio.1.duplex=half
+radio.1.dutycycle=50
+radio.1.framelength=-1
+radio.1.gps_sync=disabled
+radio.1.key=s:password1
+radio.1.linkname=UBNT
+radio.1.mode=slave
+radio.1.pwrbackoff=disabled
+radio.1.pwrout.10x=0
+radio.1.pwrout.4x=43
+radio.1.pwrout.6x=43
+radio.1.pwrout.8x=33
+radio.1.rate.auto=enabled
+radio.1.rate=6x
+radio.1.rfrate=6x
+radio.1.rx_freq10=null
+radio.1.rx_freq2=null
+radio.1.rx_freq3=null
+radio.1.rx_freq4=null
+radio.1.rx_freq5=null
+radio.1.rx_freq6=null
+radio.1.rx_freq7=null
+radio.1.rx_freq8=null
+radio.1.rx_freq9=null
+radio.1.rx_freq=24.1GHz
+radio.1.rxchanbw=2048
+radio.1.rxgain=low
+radio.1.sharedant=disabled
+radio.1.sisomode=disabled
+radio.1.status=enabled
+radio.1.streammode=disabled
+radio.1.subsystemid=0xaf01
+radio.1.tx_freq2=null
+radio.1.tx_freq3=null
+radio.1.tx_freq=24.1GHz
+radio.1.txchanbw=2048
+radio.1.txpower=33
+radio.countrycode=840
+radio.status=enabled
+resolv.host.1.name=UBNT
+resolv.host.1.status=enabled
+resolv.nameserver.1.ip=1.1.1.1
+resolv.nameserver.1.status=enabled
+resolv.nameserver.2.ip=
+resolv.nameserver.2.status=disabled
+resolv.nameserver.status=enabled
+resolv.status=disabled
+route.1.comment=
+route.1.devname=br0
+route.1.gateway=10.10.10.1
+route.1.ip=0.0.0.0
+route.1.netmask=0
+route.1.status=enabled
+route.status=enabled
+snmp.community=admin
+snmp.contact=lab
+snmp.location=lab
+snmp.status=enabled
+sshd.auth.passwd=enabled
+sshd.port=22
+sshd.status=enabled
+syslog.remote.port=514
+syslog.remote.status=disabled
+syslog.status=disabled
+system.button.reset=enabled
+system.cfg.version=65540
+system.date.status=disabled
+system.date.timestamp=
+system.eirp.status=enabled
+system.latitude=
+system.longitude=
+system.timezone=GMT
+telnetd.port=23
+telnetd.status=enabled
+ucode.1.rxscramblekey=0
+ucode.1.txscramblekey=0
+udapi_bridge.callhome.status=disabled
+unms.uri=-
+update.check.status=enabled
+users.1.name=ubnt
+users.1.password=$1$YSWw8TsR$eBl/.jP1ibig8DUF4nn65.
+users.1.status=enabled
+users.2.status=disabled
+users.status=enabled
+vlan.status=disabled
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_args.json b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_args.json
new file mode 100644
index 0000000..cff0240
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_args.json
@@ -0,0 +1,4 @@
+{
+ "pattern": "call-home",
+ "match_type": "exact"
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_received.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_received.txt
new file mode 100644
index 0000000..6535ea8
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_received.txt
@@ -0,0 +1,5 @@
+call-home
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_sent.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_sent.txt
new file mode 100644
index 0000000..d6932d4
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_full_sent.txt
@@ -0,0 +1,331 @@
+!
+version 17.1
+service timestamps debug datetime msec
+service timestamps log datetime msec
+! Call-home is enabled by Smart-Licensing.
+service call-home
+platform qfp utilization monitor load 80
+platform punt-keepalive disable-kernel-core
+platform console serial
+!
+hostname jcy-bb-01
+!
+boot-start-marker
+boot-end-marker
+!
+!
+vrf definition MANAGEMENT
+ !
+ address-family ipv4
+ exit-address-family
+ !
+ address-family ipv6
+ exit-address-family
+!
+logging userinfo
+!
+no aaa new-model
+call-home
+ ! If contact email address in call-home is configured as sch-smart-licensing@cisco.com
+ ! the email address configured in Cisco Smart License Portal will be used as contact email address to send SCH notifications.
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
+!
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ip domain name infra.ntc.com
+!
+!
+!
+login on-success log
+!
+!
+!
+!
+!
+!
+!
+subscriber templating
+!
+!
+!
+!
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+crypto pki trustpoint TP-self-signed-1088426642
+ enrollment selfsigned
+ subject-name cn=IOS-Self-Signed-Certificate-1088426642
+ revocation-check none
+ rsakeypair TP-self-signed-1088426642
+!
+crypto pki trustpoint SLA-TrustPoint
+ enrollment pkcs12
+ revocation-check crl
+!
+!
+crypto pki certificate chain TP-self-signed-1088426642
+ certificate self-signed 01
+ 30820330 30820218 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
+ 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
+ 69666963 6174652D 31303838 34323636 3432301E 170D3231 30333039 30333233
+ 30325A17 0D333030 31303130 30303030 305A3031 312F302D 06035504 03132649
+ 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 30383834
+ 32363634 32308201 22300D06 092A8648 86F70D01 01010500 0382010F 00308201
+ 0A028201 0100E61B 372A60D2 0A1D58E3 0EC5CEBD 1EA5BF18 3F6BF297 2162DB79
+ ECBF511A 8B14DF23 35EEF4A8 E219B625 E5ED6575 EAD5914A 905E07A2 C2298199
+ D143673A 13C6212A 5A2C034F C250F52F F1187F51 0F003B7F 23642CAE 00A1413C
+ 270D4E53 55E7EDB4 1A7B69B6 4EB4B5E7 12ACA95C 07F22B02 80C65739 25C09B82
+ 788C4DC2 9729D9DB F0471C13 E2082BDA 3C525850 56684AEF FCE2C18B 1A042FC1
+ 20D1403B 837AA3EB D91F6055 0F5FFFE3 E7A9D3C8 09C454C0 CC2E793E B28B60CB
+ 3428B6FD 28280899 90E4D168 57AA9005 2FC602B9 D40BCD5E 6AD97F2D 986B1A90
+ F76DE19B 870223D0 86093C37 62D81873 968EC939 53BA36D6 61650732 0124089F
+ 7B9445D8 8EF90203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF
+ 301F0603 551D2304 18301680 1419973D 5607ACE0 D2127B39 A1F6AC00 2C7216A8
+ F4301D06 03551D0E 04160414 19973D56 07ACE0D2 127B39A1 F6AC002C 7216A8F4
+ 300D0609 2A864886 F70D0101 05050003 82010100 0D01C4E1 544034EE F516AB65
+ 9DB7D85D EC3CC16F E1BCD286 3C7F351F D86F3B9B D17EC2BA 75B597E9 F2E3C0A7
+ D4FFF39F F5152741 F0551772 135243FA 458E3F8B 77832597 1E18656E 3AA732BD
+ 40F899EA 16969EB1 15D8656E 12E57B7A BD7221E6 BAF7D210 2B2E601C 7D047BBA
+ B5F736A4 4969D25B 8C3B2D80 1DB93EC2 80C021E7 A8045D05 3D775D18 ECC4A82A
+ 158B85E7 89C03B6D 7D46BF23 0DC1684C 98F1E82D 898A56C6 A2442C46 15EC810B
+ 80148784 767C8EE1 5F37AA98 57306ABB 0FF717AB E42D2949 346D867D A619CAC1
+ 24AD8BB1 7696E51B 2E1BA9E8 5883E396 FE8C8DB3 96636DF0 3E963FFC 749EF8D4
+ 3C1D27CD 60B9C28E 5A32B0B7 76E74DB4 48D752EB
+ quit
+crypto pki certificate chain SLA-TrustPoint
+ certificate ca 01
+ 30820321 30820209 A0030201 02020101 300D0609 2A864886 F70D0101 0B050030
+ 32310E30 0C060355 040A1305 43697363 6F312030 1E060355 04031317 43697363
+ 6F204C69 63656E73 696E6720 526F6F74 20434130 1E170D31 33303533 30313934
+ 3834375A 170D3338 30353330 31393438 34375A30 32310E30 0C060355 040A1305
+ 43697363 6F312030 1E060355 04031317 43697363 6F204C69 63656E73 696E6720
+ 526F6F74 20434130 82012230 0D06092A 864886F7 0D010101 05000382 010F0030
+ 82010A02 82010100 A6BCBD96 131E05F7 145EA72C 2CD686E6 17222EA1 F1EFF64D
+ CBB4C798 212AA147 C655D8D7 9471380D 8711441E 1AAF071A 9CAE6388 8A38E520
+ 1C394D78 462EF239 C659F715 B98C0A59 5BBB5CBD 0CFEBEA3 700A8BF7 D8F256EE
+ 4AA4E80D DB6FD1C9 60B1FD18 FFC69C96 6FA68957 A2617DE7 104FDC5F EA2956AC
+ 7390A3EB 2B5436AD C847A2C5 DAB553EB 69A9A535 58E9F3E3 C0BD23CF 58BD7188
+ 68E69491 20F320E7 948E71D7 AE3BCC84 F10684C7 4BC8E00F 539BA42B 42C68BB7
+ C7479096 B4CB2D62 EA2F505D C7B062A4 6811D95B E8250FC4 5D5D5FB8 8F27D191
+ C55F0D76 61F9A4CD 3D992327 A8BB03BD 4E6D7069 7CBADF8B DF5F4368 95135E44
+ DFC7C6CF 04DD7FD1 02030100 01A34230 40300E06 03551D0F 0101FF04 04030201
+ 06300F06 03551D13 0101FF04 05300301 01FF301D 0603551D 0E041604 1449DC85
+ 4B3D31E5 1B3E6A17 606AF333 3D3B4C73 E8300D06 092A8648 86F70D01 010B0500
+ 03820101 00507F24 D3932A66 86025D9F E838AE5C 6D4DF6B0 49631C78 240DA905
+ 604EDCDE FF4FED2B 77FC460E CD636FDB DD44681E 3A5673AB 9093D3B1 6C9E3D8B
+ D98987BF E40CBD9E 1AECA0C2 2189BB5C 8FA85686 CD98B646 5575B146 8DFC66A8
+ 467A3DF4 4D565700 6ADF0F0D CF835015 3C04FF7C 21E878AC 11BA9CD2 55A9232C
+ 7CA7B7E6 C1AF74F6 152E99B7 B1FCF9BB E973DE7F 5BDDEB86 C71E3B49 1765308B
+ 5FB0DA06 B92AFE7F 494E8A9E 07B85737 F3A58BE1 1A48A229 C37C1E69 39F08678
+ 80DDCD16 D6BACECA EEBC7CF9 8428787B 35202CDC 60E4616A B623CDBD 230E3AFB
+ 418616A9 4093E049 4D10AB75 27E86F73 932E35B5 8862FDAE 0275156F 719BB2F0
+ D697DF7F 28
+ quit
+!
+license udi pid CSR1000V sn 9SAGBHTUEE9
+diagnostic bootup level minimal
+archive
+ path bootflash:archive
+memory free low-watermark processor 72107
+!
+!
+spanning-tree extend system-id
+!
+username ntc privilege 15 password 0 ntc123
+!
+redundancy
+!
+!
+!
+!
+!
+lldp run
+cdp run
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.10.3 255.255.255.255
+!
+interface GigabitEthernet1
+ description MANAGEMENT_DO_NOT_CHANGE
+ ip address 10.0.0.15 255.255.255.0
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet2
+ ip address 10.10.0.6 255.255.255.252
+ ip access-group BLOCK_TRANSIT_LINKS in
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet3
+ ip address 10.10.0.14 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet4
+ description backbone-to-vmx3-ge0/0/3
+ ip address 10.10.0.17 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet5
+ no ip address
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet6
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet7
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet8
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet9
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+router bgp 65251
+ bgp router-id 10.0.10.3
+ bgp log-neighbor-changes
+ redistribute connected
+ neighbor 10.10.0.5 remote-as 65251
+ neighbor 10.10.0.13 remote-as 65251
+ neighbor 10.10.0.18 remote-as 65252
+!
+!
+virtual-service csr_mgmt
+!
+ip forward-protocol nd
+ip http server
+ip http authentication local
+ip http secure-server
+!
+ip route 0.0.0.0 0.0.0.0 10.0.0.2
+ip scp server enable
+!
+!
+logging origin-id hostname
+logging host 10.125.1.171 transport udp port 7004
+!
+!
+snmp-server community ntc-public RO
+snmp-server community ntc-private RW
+snmp-server community networktocode RO
+snmp-server community secure RW
+snmp-server location Network to Code - NYC | NY
+snmp-server contact John Smith
+snmp-server host 10.1.1.1 version 2c networktocode
+!
+!
+!
+control-plane
+!
+!
+!
+!
+banner exec ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+banner incoming ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+!
+alias exec ntcclear clear platform software vnic-if nv
+!
+line con 0
+ stopbits 1
+line vty 0 4
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+line vty 5 15
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+!
+ntp server 10.1.1.1
+ntp server 10.2.2.2 prefer
+!
+!
+!
+!
+!
+netconf-yang
+restconf
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_args.json b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_args.json
new file mode 100644
index 0000000..bc0a49b
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_args.json
@@ -0,0 +1,4 @@
+{
+ "pattern": "^call\\-*",
+ "match_type": "regex"
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_received.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_received.txt
new file mode 100644
index 0000000..6535ea8
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_received.txt
@@ -0,0 +1,5 @@
+call-home
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_sent.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_sent.txt
new file mode 100644
index 0000000..d6932d4
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_re_sent.txt
@@ -0,0 +1,331 @@
+!
+version 17.1
+service timestamps debug datetime msec
+service timestamps log datetime msec
+! Call-home is enabled by Smart-Licensing.
+service call-home
+platform qfp utilization monitor load 80
+platform punt-keepalive disable-kernel-core
+platform console serial
+!
+hostname jcy-bb-01
+!
+boot-start-marker
+boot-end-marker
+!
+!
+vrf definition MANAGEMENT
+ !
+ address-family ipv4
+ exit-address-family
+ !
+ address-family ipv6
+ exit-address-family
+!
+logging userinfo
+!
+no aaa new-model
+call-home
+ ! If contact email address in call-home is configured as sch-smart-licensing@cisco.com
+ ! the email address configured in Cisco Smart License Portal will be used as contact email address to send SCH notifications.
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
+!
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ip domain name infra.ntc.com
+!
+!
+!
+login on-success log
+!
+!
+!
+!
+!
+!
+!
+subscriber templating
+!
+!
+!
+!
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+crypto pki trustpoint TP-self-signed-1088426642
+ enrollment selfsigned
+ subject-name cn=IOS-Self-Signed-Certificate-1088426642
+ revocation-check none
+ rsakeypair TP-self-signed-1088426642
+!
+crypto pki trustpoint SLA-TrustPoint
+ enrollment pkcs12
+ revocation-check crl
+!
+!
+crypto pki certificate chain TP-self-signed-1088426642
+ certificate self-signed 01
+ 30820330 30820218 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
+ 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
+ 69666963 6174652D 31303838 34323636 3432301E 170D3231 30333039 30333233
+ 30325A17 0D333030 31303130 30303030 305A3031 312F302D 06035504 03132649
+ 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 30383834
+ 32363634 32308201 22300D06 092A8648 86F70D01 01010500 0382010F 00308201
+ 0A028201 0100E61B 372A60D2 0A1D58E3 0EC5CEBD 1EA5BF18 3F6BF297 2162DB79
+ ECBF511A 8B14DF23 35EEF4A8 E219B625 E5ED6575 EAD5914A 905E07A2 C2298199
+ D143673A 13C6212A 5A2C034F C250F52F F1187F51 0F003B7F 23642CAE 00A1413C
+ 270D4E53 55E7EDB4 1A7B69B6 4EB4B5E7 12ACA95C 07F22B02 80C65739 25C09B82
+ 788C4DC2 9729D9DB F0471C13 E2082BDA 3C525850 56684AEF FCE2C18B 1A042FC1
+ 20D1403B 837AA3EB D91F6055 0F5FFFE3 E7A9D3C8 09C454C0 CC2E793E B28B60CB
+ 3428B6FD 28280899 90E4D168 57AA9005 2FC602B9 D40BCD5E 6AD97F2D 986B1A90
+ F76DE19B 870223D0 86093C37 62D81873 968EC939 53BA36D6 61650732 0124089F
+ 7B9445D8 8EF90203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF
+ 301F0603 551D2304 18301680 1419973D 5607ACE0 D2127B39 A1F6AC00 2C7216A8
+ F4301D06 03551D0E 04160414 19973D56 07ACE0D2 127B39A1 F6AC002C 7216A8F4
+ 300D0609 2A864886 F70D0101 05050003 82010100 0D01C4E1 544034EE F516AB65
+ 9DB7D85D EC3CC16F E1BCD286 3C7F351F D86F3B9B D17EC2BA 75B597E9 F2E3C0A7
+ D4FFF39F F5152741 F0551772 135243FA 458E3F8B 77832597 1E18656E 3AA732BD
+ 40F899EA 16969EB1 15D8656E 12E57B7A BD7221E6 BAF7D210 2B2E601C 7D047BBA
+ B5F736A4 4969D25B 8C3B2D80 1DB93EC2 80C021E7 A8045D05 3D775D18 ECC4A82A
+ 158B85E7 89C03B6D 7D46BF23 0DC1684C 98F1E82D 898A56C6 A2442C46 15EC810B
+ 80148784 767C8EE1 5F37AA98 57306ABB 0FF717AB E42D2949 346D867D A619CAC1
+ 24AD8BB1 7696E51B 2E1BA9E8 5883E396 FE8C8DB3 96636DF0 3E963FFC 749EF8D4
+ 3C1D27CD 60B9C28E 5A32B0B7 76E74DB4 48D752EB
+ quit
+crypto pki certificate chain SLA-TrustPoint
+ certificate ca 01
+ 30820321 30820209 A0030201 02020101 300D0609 2A864886 F70D0101 0B050030
+ 32310E30 0C060355 040A1305 43697363 6F312030 1E060355 04031317 43697363
+ 6F204C69 63656E73 696E6720 526F6F74 20434130 1E170D31 33303533 30313934
+ 3834375A 170D3338 30353330 31393438 34375A30 32310E30 0C060355 040A1305
+ 43697363 6F312030 1E060355 04031317 43697363 6F204C69 63656E73 696E6720
+ 526F6F74 20434130 82012230 0D06092A 864886F7 0D010101 05000382 010F0030
+ 82010A02 82010100 A6BCBD96 131E05F7 145EA72C 2CD686E6 17222EA1 F1EFF64D
+ CBB4C798 212AA147 C655D8D7 9471380D 8711441E 1AAF071A 9CAE6388 8A38E520
+ 1C394D78 462EF239 C659F715 B98C0A59 5BBB5CBD 0CFEBEA3 700A8BF7 D8F256EE
+ 4AA4E80D DB6FD1C9 60B1FD18 FFC69C96 6FA68957 A2617DE7 104FDC5F EA2956AC
+ 7390A3EB 2B5436AD C847A2C5 DAB553EB 69A9A535 58E9F3E3 C0BD23CF 58BD7188
+ 68E69491 20F320E7 948E71D7 AE3BCC84 F10684C7 4BC8E00F 539BA42B 42C68BB7
+ C7479096 B4CB2D62 EA2F505D C7B062A4 6811D95B E8250FC4 5D5D5FB8 8F27D191
+ C55F0D76 61F9A4CD 3D992327 A8BB03BD 4E6D7069 7CBADF8B DF5F4368 95135E44
+ DFC7C6CF 04DD7FD1 02030100 01A34230 40300E06 03551D0F 0101FF04 04030201
+ 06300F06 03551D13 0101FF04 05300301 01FF301D 0603551D 0E041604 1449DC85
+ 4B3D31E5 1B3E6A17 606AF333 3D3B4C73 E8300D06 092A8648 86F70D01 010B0500
+ 03820101 00507F24 D3932A66 86025D9F E838AE5C 6D4DF6B0 49631C78 240DA905
+ 604EDCDE FF4FED2B 77FC460E CD636FDB DD44681E 3A5673AB 9093D3B1 6C9E3D8B
+ D98987BF E40CBD9E 1AECA0C2 2189BB5C 8FA85686 CD98B646 5575B146 8DFC66A8
+ 467A3DF4 4D565700 6ADF0F0D CF835015 3C04FF7C 21E878AC 11BA9CD2 55A9232C
+ 7CA7B7E6 C1AF74F6 152E99B7 B1FCF9BB E973DE7F 5BDDEB86 C71E3B49 1765308B
+ 5FB0DA06 B92AFE7F 494E8A9E 07B85737 F3A58BE1 1A48A229 C37C1E69 39F08678
+ 80DDCD16 D6BACECA EEBC7CF9 8428787B 35202CDC 60E4616A B623CDBD 230E3AFB
+ 418616A9 4093E049 4D10AB75 27E86F73 932E35B5 8862FDAE 0275156F 719BB2F0
+ D697DF7F 28
+ quit
+!
+license udi pid CSR1000V sn 9SAGBHTUEE9
+diagnostic bootup level minimal
+archive
+ path bootflash:archive
+memory free low-watermark processor 72107
+!
+!
+spanning-tree extend system-id
+!
+username ntc privilege 15 password 0 ntc123
+!
+redundancy
+!
+!
+!
+!
+!
+lldp run
+cdp run
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.10.3 255.255.255.255
+!
+interface GigabitEthernet1
+ description MANAGEMENT_DO_NOT_CHANGE
+ ip address 10.0.0.15 255.255.255.0
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet2
+ ip address 10.10.0.6 255.255.255.252
+ ip access-group BLOCK_TRANSIT_LINKS in
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet3
+ ip address 10.10.0.14 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet4
+ description backbone-to-vmx3-ge0/0/3
+ ip address 10.10.0.17 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet5
+ no ip address
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet6
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet7
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet8
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet9
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+router bgp 65251
+ bgp router-id 10.0.10.3
+ bgp log-neighbor-changes
+ redistribute connected
+ neighbor 10.10.0.5 remote-as 65251
+ neighbor 10.10.0.13 remote-as 65251
+ neighbor 10.10.0.18 remote-as 65252
+!
+!
+virtual-service csr_mgmt
+!
+ip forward-protocol nd
+ip http server
+ip http authentication local
+ip http secure-server
+!
+ip route 0.0.0.0 0.0.0.0 10.0.0.2
+ip scp server enable
+!
+!
+logging origin-id hostname
+logging host 10.125.1.171 transport udp port 7004
+!
+!
+snmp-server community ntc-public RO
+snmp-server community ntc-private RW
+snmp-server community networktocode RO
+snmp-server community secure RW
+snmp-server location Network to Code - NYC | NY
+snmp-server contact John Smith
+snmp-server host 10.1.1.1 version 2c networktocode
+!
+!
+!
+control-plane
+!
+!
+!
+!
+banner exec ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+banner incoming ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+!
+alias exec ntcclear clear platform software vnic-if nv
+!
+line con 0
+ stopbits 1
+line vty 0 4
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+line vty 5 15
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+!
+ntp server 10.1.1.1
+ntp server 10.2.2.2 prefer
+!
+!
+!
+!
+!
+netconf-yang
+restconf
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_args.json b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_args.json
new file mode 100644
index 0000000..68aaaf8
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_args.json
@@ -0,0 +1,4 @@
+{
+ "pattern": "call-",
+ "match_type": "startswith"
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_received.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_received.txt
new file mode 100644
index 0000000..6535ea8
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_received.txt
@@ -0,0 +1,5 @@
+call-home
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_sent.txt b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_sent.txt
new file mode 100644
index 0000000..d6932d4
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_all_children/cisco_ios/ios_starts_sent.txt
@@ -0,0 +1,331 @@
+!
+version 17.1
+service timestamps debug datetime msec
+service timestamps log datetime msec
+! Call-home is enabled by Smart-Licensing.
+service call-home
+platform qfp utilization monitor load 80
+platform punt-keepalive disable-kernel-core
+platform console serial
+!
+hostname jcy-bb-01
+!
+boot-start-marker
+boot-end-marker
+!
+!
+vrf definition MANAGEMENT
+ !
+ address-family ipv4
+ exit-address-family
+ !
+ address-family ipv6
+ exit-address-family
+!
+logging userinfo
+!
+no aaa new-model
+call-home
+ ! If contact email address in call-home is configured as sch-smart-licensing@cisco.com
+ ! the email address configured in Cisco Smart License Portal will be used as contact email address to send SCH notifications.
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
+!
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ip domain name infra.ntc.com
+!
+!
+!
+login on-success log
+!
+!
+!
+!
+!
+!
+!
+subscriber templating
+!
+!
+!
+!
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+crypto pki trustpoint TP-self-signed-1088426642
+ enrollment selfsigned
+ subject-name cn=IOS-Self-Signed-Certificate-1088426642
+ revocation-check none
+ rsakeypair TP-self-signed-1088426642
+!
+crypto pki trustpoint SLA-TrustPoint
+ enrollment pkcs12
+ revocation-check crl
+!
+!
+crypto pki certificate chain TP-self-signed-1088426642
+ certificate self-signed 01
+ 30820330 30820218 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
+ 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
+ 69666963 6174652D 31303838 34323636 3432301E 170D3231 30333039 30333233
+ 30325A17 0D333030 31303130 30303030 305A3031 312F302D 06035504 03132649
+ 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 30383834
+ 32363634 32308201 22300D06 092A8648 86F70D01 01010500 0382010F 00308201
+ 0A028201 0100E61B 372A60D2 0A1D58E3 0EC5CEBD 1EA5BF18 3F6BF297 2162DB79
+ ECBF511A 8B14DF23 35EEF4A8 E219B625 E5ED6575 EAD5914A 905E07A2 C2298199
+ D143673A 13C6212A 5A2C034F C250F52F F1187F51 0F003B7F 23642CAE 00A1413C
+ 270D4E53 55E7EDB4 1A7B69B6 4EB4B5E7 12ACA95C 07F22B02 80C65739 25C09B82
+ 788C4DC2 9729D9DB F0471C13 E2082BDA 3C525850 56684AEF FCE2C18B 1A042FC1
+ 20D1403B 837AA3EB D91F6055 0F5FFFE3 E7A9D3C8 09C454C0 CC2E793E B28B60CB
+ 3428B6FD 28280899 90E4D168 57AA9005 2FC602B9 D40BCD5E 6AD97F2D 986B1A90
+ F76DE19B 870223D0 86093C37 62D81873 968EC939 53BA36D6 61650732 0124089F
+ 7B9445D8 8EF90203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF
+ 301F0603 551D2304 18301680 1419973D 5607ACE0 D2127B39 A1F6AC00 2C7216A8
+ F4301D06 03551D0E 04160414 19973D56 07ACE0D2 127B39A1 F6AC002C 7216A8F4
+ 300D0609 2A864886 F70D0101 05050003 82010100 0D01C4E1 544034EE F516AB65
+ 9DB7D85D EC3CC16F E1BCD286 3C7F351F D86F3B9B D17EC2BA 75B597E9 F2E3C0A7
+ D4FFF39F F5152741 F0551772 135243FA 458E3F8B 77832597 1E18656E 3AA732BD
+ 40F899EA 16969EB1 15D8656E 12E57B7A BD7221E6 BAF7D210 2B2E601C 7D047BBA
+ B5F736A4 4969D25B 8C3B2D80 1DB93EC2 80C021E7 A8045D05 3D775D18 ECC4A82A
+ 158B85E7 89C03B6D 7D46BF23 0DC1684C 98F1E82D 898A56C6 A2442C46 15EC810B
+ 80148784 767C8EE1 5F37AA98 57306ABB 0FF717AB E42D2949 346D867D A619CAC1
+ 24AD8BB1 7696E51B 2E1BA9E8 5883E396 FE8C8DB3 96636DF0 3E963FFC 749EF8D4
+ 3C1D27CD 60B9C28E 5A32B0B7 76E74DB4 48D752EB
+ quit
+crypto pki certificate chain SLA-TrustPoint
+ certificate ca 01
+ 30820321 30820209 A0030201 02020101 300D0609 2A864886 F70D0101 0B050030
+ 32310E30 0C060355 040A1305 43697363 6F312030 1E060355 04031317 43697363
+ 6F204C69 63656E73 696E6720 526F6F74 20434130 1E170D31 33303533 30313934
+ 3834375A 170D3338 30353330 31393438 34375A30 32310E30 0C060355 040A1305
+ 43697363 6F312030 1E060355 04031317 43697363 6F204C69 63656E73 696E6720
+ 526F6F74 20434130 82012230 0D06092A 864886F7 0D010101 05000382 010F0030
+ 82010A02 82010100 A6BCBD96 131E05F7 145EA72C 2CD686E6 17222EA1 F1EFF64D
+ CBB4C798 212AA147 C655D8D7 9471380D 8711441E 1AAF071A 9CAE6388 8A38E520
+ 1C394D78 462EF239 C659F715 B98C0A59 5BBB5CBD 0CFEBEA3 700A8BF7 D8F256EE
+ 4AA4E80D DB6FD1C9 60B1FD18 FFC69C96 6FA68957 A2617DE7 104FDC5F EA2956AC
+ 7390A3EB 2B5436AD C847A2C5 DAB553EB 69A9A535 58E9F3E3 C0BD23CF 58BD7188
+ 68E69491 20F320E7 948E71D7 AE3BCC84 F10684C7 4BC8E00F 539BA42B 42C68BB7
+ C7479096 B4CB2D62 EA2F505D C7B062A4 6811D95B E8250FC4 5D5D5FB8 8F27D191
+ C55F0D76 61F9A4CD 3D992327 A8BB03BD 4E6D7069 7CBADF8B DF5F4368 95135E44
+ DFC7C6CF 04DD7FD1 02030100 01A34230 40300E06 03551D0F 0101FF04 04030201
+ 06300F06 03551D13 0101FF04 05300301 01FF301D 0603551D 0E041604 1449DC85
+ 4B3D31E5 1B3E6A17 606AF333 3D3B4C73 E8300D06 092A8648 86F70D01 010B0500
+ 03820101 00507F24 D3932A66 86025D9F E838AE5C 6D4DF6B0 49631C78 240DA905
+ 604EDCDE FF4FED2B 77FC460E CD636FDB DD44681E 3A5673AB 9093D3B1 6C9E3D8B
+ D98987BF E40CBD9E 1AECA0C2 2189BB5C 8FA85686 CD98B646 5575B146 8DFC66A8
+ 467A3DF4 4D565700 6ADF0F0D CF835015 3C04FF7C 21E878AC 11BA9CD2 55A9232C
+ 7CA7B7E6 C1AF74F6 152E99B7 B1FCF9BB E973DE7F 5BDDEB86 C71E3B49 1765308B
+ 5FB0DA06 B92AFE7F 494E8A9E 07B85737 F3A58BE1 1A48A229 C37C1E69 39F08678
+ 80DDCD16 D6BACECA EEBC7CF9 8428787B 35202CDC 60E4616A B623CDBD 230E3AFB
+ 418616A9 4093E049 4D10AB75 27E86F73 932E35B5 8862FDAE 0275156F 719BB2F0
+ D697DF7F 28
+ quit
+!
+license udi pid CSR1000V sn 9SAGBHTUEE9
+diagnostic bootup level minimal
+archive
+ path bootflash:archive
+memory free low-watermark processor 72107
+!
+!
+spanning-tree extend system-id
+!
+username ntc privilege 15 password 0 ntc123
+!
+redundancy
+!
+!
+!
+!
+!
+lldp run
+cdp run
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.10.3 255.255.255.255
+!
+interface GigabitEthernet1
+ description MANAGEMENT_DO_NOT_CHANGE
+ ip address 10.0.0.15 255.255.255.0
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet2
+ ip address 10.10.0.6 255.255.255.252
+ ip access-group BLOCK_TRANSIT_LINKS in
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet3
+ ip address 10.10.0.14 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet4
+ description backbone-to-vmx3-ge0/0/3
+ ip address 10.10.0.17 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet5
+ no ip address
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet6
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet7
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet8
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet9
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+router bgp 65251
+ bgp router-id 10.0.10.3
+ bgp log-neighbor-changes
+ redistribute connected
+ neighbor 10.10.0.5 remote-as 65251
+ neighbor 10.10.0.13 remote-as 65251
+ neighbor 10.10.0.18 remote-as 65252
+!
+!
+virtual-service csr_mgmt
+!
+ip forward-protocol nd
+ip http server
+ip http authentication local
+ip http secure-server
+!
+ip route 0.0.0.0 0.0.0.0 10.0.0.2
+ip scp server enable
+!
+!
+logging origin-id hostname
+logging host 10.125.1.171 transport udp port 7004
+!
+!
+snmp-server community ntc-public RO
+snmp-server community ntc-private RW
+snmp-server community networktocode RO
+snmp-server community secure RW
+snmp-server location Network to Code - NYC | NY
+snmp-server contact John Smith
+snmp-server host 10.1.1.1 version 2c networktocode
+!
+!
+!
+control-plane
+!
+!
+!
+!
+banner exec ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+banner incoming ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+!
+alias exec ntcclear clear platform software vnic-if nv
+!
+line con 0
+ stopbits 1
+line vty 0 4
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+line vty 5 15
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+!
+ntp server 10.1.1.1
+ntp server 10.2.2.2 prefer
+!
+!
+!
+!
+!
+netconf-yang
+restconf
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_args.json b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_args.json
new file mode 100644
index 0000000..f5c1e79
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_args.json
@@ -0,0 +1,5 @@
+{
+ "parent_pattern": "call-home",
+ "child_pattern": " profile \"CiscoTAC-1\"",
+ "match_type": "exact"
+}
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_received.txt b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_received.txt
new file mode 100644
index 0000000..e7a4b1b
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_received.txt
@@ -0,0 +1,4 @@
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
\ No newline at end of file
diff --git a/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_sent.txt b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_sent.txt
new file mode 100644
index 0000000..d6932d4
--- /dev/null
+++ b/tests/unit/mock/config/parser/find_children_w_parents/cisco_ios/ios_full_sent.txt
@@ -0,0 +1,331 @@
+!
+version 17.1
+service timestamps debug datetime msec
+service timestamps log datetime msec
+! Call-home is enabled by Smart-Licensing.
+service call-home
+platform qfp utilization monitor load 80
+platform punt-keepalive disable-kernel-core
+platform console serial
+!
+hostname jcy-bb-01
+!
+boot-start-marker
+boot-end-marker
+!
+!
+vrf definition MANAGEMENT
+ !
+ address-family ipv4
+ exit-address-family
+ !
+ address-family ipv6
+ exit-address-family
+!
+logging userinfo
+!
+no aaa new-model
+call-home
+ ! If contact email address in call-home is configured as sch-smart-licensing@cisco.com
+ ! the email address configured in Cisco Smart License Portal will be used as contact email address to send SCH notifications.
+ contact-email-addr sch-smart-licensing@cisco.com
+ profile "CiscoTAC-1"
+ active
+ destination transport-method http
+!
+!
+!
+!
+!
+!
+!
+no ip domain lookup
+ip domain name infra.ntc.com
+!
+!
+!
+login on-success log
+!
+!
+!
+!
+!
+!
+!
+subscriber templating
+!
+!
+!
+!
+!
+!
+multilink bundle-name authenticated
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+crypto pki trustpoint TP-self-signed-1088426642
+ enrollment selfsigned
+ subject-name cn=IOS-Self-Signed-Certificate-1088426642
+ revocation-check none
+ rsakeypair TP-self-signed-1088426642
+!
+crypto pki trustpoint SLA-TrustPoint
+ enrollment pkcs12
+ revocation-check crl
+!
+!
+crypto pki certificate chain TP-self-signed-1088426642
+ certificate self-signed 01
+ 30820330 30820218 A0030201 02020101 300D0609 2A864886 F70D0101 05050030
+ 31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
+ 69666963 6174652D 31303838 34323636 3432301E 170D3231 30333039 30333233
+ 30325A17 0D333030 31303130 30303030 305A3031 312F302D 06035504 03132649
+ 4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 30383834
+ 32363634 32308201 22300D06 092A8648 86F70D01 01010500 0382010F 00308201
+ 0A028201 0100E61B 372A60D2 0A1D58E3 0EC5CEBD 1EA5BF18 3F6BF297 2162DB79
+ ECBF511A 8B14DF23 35EEF4A8 E219B625 E5ED6575 EAD5914A 905E07A2 C2298199
+ D143673A 13C6212A 5A2C034F C250F52F F1187F51 0F003B7F 23642CAE 00A1413C
+ 270D4E53 55E7EDB4 1A7B69B6 4EB4B5E7 12ACA95C 07F22B02 80C65739 25C09B82
+ 788C4DC2 9729D9DB F0471C13 E2082BDA 3C525850 56684AEF FCE2C18B 1A042FC1
+ 20D1403B 837AA3EB D91F6055 0F5FFFE3 E7A9D3C8 09C454C0 CC2E793E B28B60CB
+ 3428B6FD 28280899 90E4D168 57AA9005 2FC602B9 D40BCD5E 6AD97F2D 986B1A90
+ F76DE19B 870223D0 86093C37 62D81873 968EC939 53BA36D6 61650732 0124089F
+ 7B9445D8 8EF90203 010001A3 53305130 0F060355 1D130101 FF040530 030101FF
+ 301F0603 551D2304 18301680 1419973D 5607ACE0 D2127B39 A1F6AC00 2C7216A8
+ F4301D06 03551D0E 04160414 19973D56 07ACE0D2 127B39A1 F6AC002C 7216A8F4
+ 300D0609 2A864886 F70D0101 05050003 82010100 0D01C4E1 544034EE F516AB65
+ 9DB7D85D EC3CC16F E1BCD286 3C7F351F D86F3B9B D17EC2BA 75B597E9 F2E3C0A7
+ D4FFF39F F5152741 F0551772 135243FA 458E3F8B 77832597 1E18656E 3AA732BD
+ 40F899EA 16969EB1 15D8656E 12E57B7A BD7221E6 BAF7D210 2B2E601C 7D047BBA
+ B5F736A4 4969D25B 8C3B2D80 1DB93EC2 80C021E7 A8045D05 3D775D18 ECC4A82A
+ 158B85E7 89C03B6D 7D46BF23 0DC1684C 98F1E82D 898A56C6 A2442C46 15EC810B
+ 80148784 767C8EE1 5F37AA98 57306ABB 0FF717AB E42D2949 346D867D A619CAC1
+ 24AD8BB1 7696E51B 2E1BA9E8 5883E396 FE8C8DB3 96636DF0 3E963FFC 749EF8D4
+ 3C1D27CD 60B9C28E 5A32B0B7 76E74DB4 48D752EB
+ quit
+crypto pki certificate chain SLA-TrustPoint
+ certificate ca 01
+ 30820321 30820209 A0030201 02020101 300D0609 2A864886 F70D0101 0B050030
+ 32310E30 0C060355 040A1305 43697363 6F312030 1E060355 04031317 43697363
+ 6F204C69 63656E73 696E6720 526F6F74 20434130 1E170D31 33303533 30313934
+ 3834375A 170D3338 30353330 31393438 34375A30 32310E30 0C060355 040A1305
+ 43697363 6F312030 1E060355 04031317 43697363 6F204C69 63656E73 696E6720
+ 526F6F74 20434130 82012230 0D06092A 864886F7 0D010101 05000382 010F0030
+ 82010A02 82010100 A6BCBD96 131E05F7 145EA72C 2CD686E6 17222EA1 F1EFF64D
+ CBB4C798 212AA147 C655D8D7 9471380D 8711441E 1AAF071A 9CAE6388 8A38E520
+ 1C394D78 462EF239 C659F715 B98C0A59 5BBB5CBD 0CFEBEA3 700A8BF7 D8F256EE
+ 4AA4E80D DB6FD1C9 60B1FD18 FFC69C96 6FA68957 A2617DE7 104FDC5F EA2956AC
+ 7390A3EB 2B5436AD C847A2C5 DAB553EB 69A9A535 58E9F3E3 C0BD23CF 58BD7188
+ 68E69491 20F320E7 948E71D7 AE3BCC84 F10684C7 4BC8E00F 539BA42B 42C68BB7
+ C7479096 B4CB2D62 EA2F505D C7B062A4 6811D95B E8250FC4 5D5D5FB8 8F27D191
+ C55F0D76 61F9A4CD 3D992327 A8BB03BD 4E6D7069 7CBADF8B DF5F4368 95135E44
+ DFC7C6CF 04DD7FD1 02030100 01A34230 40300E06 03551D0F 0101FF04 04030201
+ 06300F06 03551D13 0101FF04 05300301 01FF301D 0603551D 0E041604 1449DC85
+ 4B3D31E5 1B3E6A17 606AF333 3D3B4C73 E8300D06 092A8648 86F70D01 010B0500
+ 03820101 00507F24 D3932A66 86025D9F E838AE5C 6D4DF6B0 49631C78 240DA905
+ 604EDCDE FF4FED2B 77FC460E CD636FDB DD44681E 3A5673AB 9093D3B1 6C9E3D8B
+ D98987BF E40CBD9E 1AECA0C2 2189BB5C 8FA85686 CD98B646 5575B146 8DFC66A8
+ 467A3DF4 4D565700 6ADF0F0D CF835015 3C04FF7C 21E878AC 11BA9CD2 55A9232C
+ 7CA7B7E6 C1AF74F6 152E99B7 B1FCF9BB E973DE7F 5BDDEB86 C71E3B49 1765308B
+ 5FB0DA06 B92AFE7F 494E8A9E 07B85737 F3A58BE1 1A48A229 C37C1E69 39F08678
+ 80DDCD16 D6BACECA EEBC7CF9 8428787B 35202CDC 60E4616A B623CDBD 230E3AFB
+ 418616A9 4093E049 4D10AB75 27E86F73 932E35B5 8862FDAE 0275156F 719BB2F0
+ D697DF7F 28
+ quit
+!
+license udi pid CSR1000V sn 9SAGBHTUEE9
+diagnostic bootup level minimal
+archive
+ path bootflash:archive
+memory free low-watermark processor 72107
+!
+!
+spanning-tree extend system-id
+!
+username ntc privilege 15 password 0 ntc123
+!
+redundancy
+!
+!
+!
+!
+!
+lldp run
+cdp run
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+!
+interface Loopback0
+ ip address 10.0.10.3 255.255.255.255
+!
+interface GigabitEthernet1
+ description MANAGEMENT_DO_NOT_CHANGE
+ ip address 10.0.0.15 255.255.255.0
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet2
+ ip address 10.10.0.6 255.255.255.252
+ ip access-group BLOCK_TRANSIT_LINKS in
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet3
+ ip address 10.10.0.14 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet4
+ description backbone-to-vmx3-ge0/0/3
+ ip address 10.10.0.17 255.255.255.252
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet5
+ no ip address
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet6
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet7
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet8
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+interface GigabitEthernet9
+ no ip address
+ shutdown
+ negotiation auto
+ no mop enabled
+ no mop sysid
+!
+router bgp 65251
+ bgp router-id 10.0.10.3
+ bgp log-neighbor-changes
+ redistribute connected
+ neighbor 10.10.0.5 remote-as 65251
+ neighbor 10.10.0.13 remote-as 65251
+ neighbor 10.10.0.18 remote-as 65252
+!
+!
+virtual-service csr_mgmt
+!
+ip forward-protocol nd
+ip http server
+ip http authentication local
+ip http secure-server
+!
+ip route 0.0.0.0 0.0.0.0 10.0.0.2
+ip scp server enable
+!
+!
+logging origin-id hostname
+logging host 10.125.1.171 transport udp port 7004
+!
+!
+snmp-server community ntc-public RO
+snmp-server community ntc-private RW
+snmp-server community networktocode RO
+snmp-server community secure RW
+snmp-server location Network to Code - NYC | NY
+snmp-server contact John Smith
+snmp-server host 10.1.1.1 version 2c networktocode
+!
+!
+!
+control-plane
+!
+!
+!
+!
+banner exec ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+banner incoming ^C
+**************************************************************************
+* IOSv is strictly limited to use for evaluation, demonstration and IOS *
+* education. IOSv is provided as-is and is not supported by Cisco's *
+* Technical Advisory Center. Any use or disclosure, in whole or in part, *
+* of the IOSv Software or Documentation to any third party for any *
+* purposes is expressly prohibited except as otherwise authorized by *
+* Cisco in writing. *
+**************************************************************************^C
+!
+alias exec ntcclear clear platform software vnic-if nv
+!
+line con 0
+ stopbits 1
+line vty 0 4
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+line vty 5 15
+ privilege level 15
+ login local
+ transport preferred ssh
+ transport input all
+!
+ntp server 10.1.1.1
+ntp server 10.2.2.2 prefer
+!
+!
+!
+!
+!
+netconf-yang
+restconf
+end
\ No newline at end of file
diff --git a/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sanitized.txt b/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sanitized.txt
new file mode 100644
index 0000000..7f544a6
--- /dev/null
+++ b/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sanitized.txt
@@ -0,0 +1,41 @@
+
+ config {
+ syslog {
+ Traffic_Syslog {
+ server {
+ splunk {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 1.1.1.1;
+ facility LOG_USER;
+ }
+ graylog {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 2.2.2.2;
+ facility LOG_USER;
+ }
+ }
+ format {
+ config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc ";
+ userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ escaping {
+ escaped-characters \=;
+ escape-character \;
+ }
+ }
+ }
+ }
+ }
\ No newline at end of file
diff --git a/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sent.txt b/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sent.txt
new file mode 100644
index 0000000..7f544a6
--- /dev/null
+++ b/tests/unit/mock/config/sanitize/paloalto_panos/panos_clean_sent.txt
@@ -0,0 +1,41 @@
+
+ config {
+ syslog {
+ Traffic_Syslog {
+ server {
+ splunk {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 1.1.1.1;
+ facility LOG_USER;
+ }
+ graylog {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 2.2.2.2;
+ facility LOG_USER;
+ }
+ }
+ format {
+ config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc ";
+ userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ escaping {
+ escaped-characters \=;
+ escape-character \;
+ }
+ }
+ }
+ }
+ }
\ No newline at end of file
diff --git a/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sanitized.txt b/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sanitized.txt
new file mode 100644
index 0000000..7f544a6
--- /dev/null
+++ b/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sanitized.txt
@@ -0,0 +1,41 @@
+
+ config {
+ syslog {
+ Traffic_Syslog {
+ server {
+ splunk {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 1.1.1.1;
+ facility LOG_USER;
+ }
+ graylog {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 2.2.2.2;
+ facility LOG_USER;
+ }
+ }
+ format {
+ config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc ";
+ userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ escaping {
+ escaped-characters \=;
+ escape-character \;
+ }
+ }
+ }
+ }
+ }
\ No newline at end of file
diff --git a/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sent.txt b/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sent.txt
new file mode 100644
index 0000000..85051ea
--- /dev/null
+++ b/tests/unit/mock/config/sanitize/paloalto_panos/panos_dirty_sent.txt
@@ -0,0 +1,42 @@
+
+ config {
+ syslog {
+ Traffic_Syslog {
+ server {
+ splunk {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 1.1.1.1;
+ facility LOG_USER;
+ }
+ graylog {
+ transport UDP;
+ port 514;
+ format BSD;
+ server 2.2.2.2;
+ facility LOG_USER;
+ }
+ }
+ format {
+ config "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$result|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial shost=$host cs3Label=Virtual System cs3=$vsys act=$cmd duser=$admin destinationServiceName=$client msg=$path externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags
+Optional: cs1Label=Before Change Detail cs1=$before-change-detail cs2Label=After Change Detail cs2=$after-change-detail";
+ system "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial cs3Label=Virtual System cs3=$vsys fname=$object flexString2Label=Module flexString2=$module msg=$opaque externalId=$seqno cat=$eventid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ threat "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ traffic "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsReceived=$pkts_received PanOSPacketsSent=$pkts_sent start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed cs2Label=URL Category cs2=$category externalId=$seqno reason=$session_end_reason PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cat=$action_source PanOSActionFlags=$actionflags PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel";
+ url "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno requestContext=$contenttype cat=$threatid fileId=$pcap_id requestMethod=$http_method requestClientApplication=$user_agent PanOSXForwarderfor=$xff PanOSReferer=$referer PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ data "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid fileId=$pcap_id PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ wildfire "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|$number-of-severity|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=LogProfile cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action request=$misc cs2Label=URL Category cs2=$category flexString2Label=Direction flexString2=$direction PanOSActionFlags=$actionflags externalId=$seqno cat=$threatid filePath=$cloud fileId=$pcap_id fileHash=$filedigest fileType=$filetype suid=$sender msg=$subject duid=$recipient oldFileId=$reportid PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSSrcUUID=$src_uuid PanOSDstUUID=$dst_uuid PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time PanOSTunnelType=$tunnel PanOSThreatCategory=$thr_category PanOSContentVer=$contentver";
+ tunnel "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial src=$src dst=$dst sourceTranslatedAddress=$natsrc destinationTranslatedAddress=$natdst cs1Label=Rule cs1=$rule suser=$srcuser duser=$dstuser app=$app cs3Label=Virtual System cs3=$vsys cs4Label=Source Zone cs4=$from cs5Label=Destination Zone cs5=$to deviceInboundInterface=$inbound_if deviceOutboundInterface=$outbound_if cs6Label=Log Action cs6=$logset cn1Label=SessionID cn1=$sessionid cnt=$repeatcnt spt=$sport dpt=$dport sourceTranslatedPort=$natsport destinationTranslatedPort=$natdport flexString1Label=Flags flexString1=$flags proto=$proto act=$action externalId=$seqno PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSTunnelID=$tunnelid PanOSMonitorTag=$monitortag PanOSParentSessionID=$parent_session_id PanOSParentStartTime=$parent_start_time cs2Label=Tunnel Type cs2=$tunnel flexNumber1Label=Total bytes flexNumber1=$bytes in=$bytes_sent out=$bytes_received cn2Label=Packets cn2=$packets PanOSPacketsSent=$pkts_sent PanOSPacketsReceived=$pkts_received flexNumber2Label=Maximum Encapsulation flexNumber2=$max_encap cfp1Label=Unknown Protocol cfp1=$unknown_proto cfp2Label=Strict Checking cfp2=$strict_check PanOSTunnelFragment=$tunnel_fragment cfp3Label=Sessions Created cfp3=$sessions_created cfp4Label=Sessions Closed cfp4=$sessions_closed reason=$session_end_reason cat=$action_source start=$cef-formatted-time_generated cn3Label=Elapsed time in seconds cn3=$elapsed";
+ auth "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Server Profile cs1=$serverprofile cs2Label=Normalize User cs2=$normalize_user cs3Label=Virtual System cs3=$vsys cs4Label=Authentication Policy cs4=$authpolicy cs5Label=Client Type cs5=$clienttype cs6Label=Log Action cs6=$logset fname=$object cn1Label=Factor Number cn1=$factorno cn2Label=Authentication ID cn2=$authid src=$ip cnt=$repeatcnt duser=$user flexString2Label=Vendor flexString2=$vendor msg=$event externalId=$seqno PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags PanOSDesc=$desc ";
+ userid "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$subtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial cs1Label=Factor Type cs1=$factortype cs3Label=Virtual System cs3=$vsys cs4Label=Data Source Name cs4=$datasourcename cs5Label=Data Source cs5=$datasource cs6Label=Data Source Type cs6=$datasourcetype cn1Label=Factor Number cn1=$factorno cn2Label=Virtual System ID cn2=$vsys_id cn3Label=Timeout Threshold cn3=$timeout src=$ip spt=$beginport dpt=$endport cnt=$repeatcnt duser=$user externalId=$seqno cat=$eventid end=$factorcompletiontime PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name PanOSActionFlags=$actionflags";
+ hip-match "CEF:0|Palo Alto Networks|PAN-OS|$sender_sw_version|$matchtype|$type|1|rt=$cef-formatted-receive_time deviceExternalId=$serial suser=$srcuser cs3Label=Virtual System cs3=$vsys shost=$machinename src=$src cnt=$repeatcnt externalId=$seqno cat=$matchname start=$cef-formatted-time_generated cs2Label=Operating System cs2=$os PanOSActionFlags=$actionflags PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id c6a2Label=IPv6 Source Address c6a2=$srcipv6";
+ correlation "CEF:0|Palo Alto Networks|PAN-OS|8.0|$category|$type|$severity|rt=$cef-formatted-receive_time deviceExternalId=$serial start=$cef-formatted-time_generated src=$src suser=$srcuser cs3Label=Virtual System cs3=$vsys severity=$severity PanOSDGl1=$dg_hier_level_1 PanOSDGl2=$dg_hier_level_2 PanOSDGl3=$dg_hier_level_3 PanOSDGl4=$dg_hier_level_4 PanOSVsysName=$vsys_name dvchost=$device_name cn2Label=Virtual System ID cn2=$vsys_id fname=$object_name cn3Label=Object ID cn3=$object_id msg=$evidence";
+ escaping {
+ escaped-characters \=;
+ escape-character \;
+ }
+ }
+ }
+ }
+ }
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/empty_list.json b/tests/unit/mock/vlan/to_config/empty_list.json
new file mode 100644
index 0000000..cdd9c44
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/empty_list.json
@@ -0,0 +1,4 @@
+{
+ "vlan_list": [],
+ "return_empty": true
+}
diff --git a/tests/unit/mock/vlan/to_config/empty_list_received.json b/tests/unit/mock/vlan/to_config/empty_list_received.json
new file mode 100644
index 0000000..0637a08
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/empty_list_received.json
@@ -0,0 +1 @@
+[]
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/larger_grouping_size_received.json b/tests/unit/mock/vlan/to_config/larger_grouping_size_received.json
new file mode 100644
index 0000000..718ce6b
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/larger_grouping_size_received.json
@@ -0,0 +1,3 @@
+[
+ "4-10,15-16,20,30"
+]
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/larger_grouping_size_sent.json b/tests/unit/mock/vlan/to_config/larger_grouping_size_sent.json
new file mode 100644
index 0000000..2018c78
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/larger_grouping_size_sent.json
@@ -0,0 +1,16 @@
+{
+ "vlan_list": [
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 15,
+ 16,
+ 9,
+ 20,
+ 30,
+ 10
+ ],
+ "min_grouping_size": 2
+}
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_received.json b/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_received.json
new file mode 100644
index 0000000..8d0c869
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_received.json
@@ -0,0 +1,3 @@
+[
+ "4,5,9,10,15,20,30"
+]
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_sent.json b/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_sent.json
new file mode 100644
index 0000000..4c8d559
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/min_vlan_group_size_one_sent.json
@@ -0,0 +1,12 @@
+{
+ "vlan_list": [
+ 4,
+ 5,
+ 15,
+ 9,
+ 20,
+ 30,
+ 10
+ ],
+ "min_grouping_size": 1
+}
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_received.json b/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_received.json
new file mode 100644
index 0000000..274314a
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_received.json
@@ -0,0 +1,3 @@
+[
+ "4-5,9-10,15,20,30"
+]
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_sent.json b/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_sent.json
new file mode 100644
index 0000000..2dbb414
--- /dev/null
+++ b/tests/unit/mock/vlan/to_config/min_vlan_group_size_two_sent.json
@@ -0,0 +1,12 @@
+{
+ "vlan_list": [
+ 4,
+ 5,
+ 15,
+ 9,
+ 20,
+ 30,
+ 10
+ ],
+ "min_grouping_size": 2
+}
\ No newline at end of file
diff --git a/tests/unit/mock/vlan/to_list/multi_line_sent.txt b/tests/unit/mock/vlan/to_list/multi_line_sent.txt
index 096bbbf..44aac77 100644
--- a/tests/unit/mock/vlan/to_list/multi_line_sent.txt
+++ b/tests/unit/mock/vlan/to_list/multi_line_sent.txt
@@ -1,3 +1,3 @@
switchport trunk allowed vlan 1025,1069-1072,1114,1173-1181,1501,1502
switchport trunk allowed vlan add 1504-1507,1509,1510,1514-1519,1533-1541,1545
-switchport trunk allowed vlan add 1599,1912,1913
\ No newline at end of file
+switchport trunk allowed vlan add 1599,1912-1913
\ No newline at end of file
diff --git a/tests/unit/test_acl.py b/tests/unit/test_acl.py
new file mode 100644
index 0000000..3760187
--- /dev/null
+++ b/tests/unit/test_acl.py
@@ -0,0 +1,376 @@
+"""Test for the BGP ASN functions."""
+
+# pylint: disable=use-dict-literal
+
+import pytest
+
+from netutils import acl
+
+verify_acl = [
+ {
+ "sent": dict(
+ name="Check multiple sources pass. Check conversion of non-alpha tcp, e.g. with a dash",
+ src_ip=["192.168.1.10", "192.168.1.11", "192.168.1.15-192.168.1.20"],
+ dst_ip="172.16.0.10",
+ dst_port="tcp/www-http",
+ action="permit",
+ ),
+ "received": "permit",
+ },
+ {
+ "sent": dict(
+ name="Check with number in port definition",
+ src_ip="192.168.0.10",
+ dst_ip="192.168.250.11",
+ dst_port="6/80",
+ action="permit",
+ ),
+ "received": "permit",
+ },
+ {
+ "sent": dict(
+ name="Check with subnets",
+ src_ip="192.168.0.0/25",
+ dst_ip="172.16.0.0/24",
+ dst_port="6/80",
+ action="permit",
+ ),
+ "received": "permit",
+ },
+ {
+ "sent": dict(
+ name="Test partial match on Source IP",
+ src_ip=["192.168.1.10", "192.168.2.10"],
+ dst_ip="172.16.0.11",
+ dst_port="tcp/80",
+ action="permit",
+ ),
+ "received": "deny",
+ },
+ {
+ "sent": dict(
+ name="Test an entry that is not found",
+ src_ip="192.168.1.10",
+ dst_ip="192.168.240.1",
+ dst_port="tcp/80",
+ action="permit",
+ ),
+ "received": "deny",
+ },
+ {
+ "sent": dict(
+ name="Test an action not permit or deny",
+ src_ip="10.1.1.1",
+ dst_ip="10.255.255.255",
+ dst_port="tcp/443",
+ action="permit",
+ ),
+ "received": "deny",
+ },
+]
+
+acls = [
+ dict(
+ name="Allow to internal web",
+ src_ip=["192.168.0.0/24", "10.0.0.0/16"],
+ dst_ip=["172.16.0.0/16", "192.168.250.10-192.168.250.20"],
+ dst_port=["tcp/80", "udp/53"],
+ action="permit",
+ ),
+ dict(
+ name="Allow to internal dns",
+ src_ip=["192.168.1.0/24"],
+ dst_ip=["172.16.0.0/16"],
+ dst_port=["tcp/80", "udp/53"],
+ action="permit",
+ ),
+ dict(
+ name="Allow to internal https",
+ src_ip=["10.0.0.0/8"],
+ dst_ip=["172.16.0.0/16"],
+ dst_port=["tcp/443"],
+ action="deny",
+ ),
+ dict(
+ name="Drop (not deny) this specfic packet",
+ src_ip="10.1.1.1",
+ dst_ip="10.255.255.255",
+ dst_port="tcp/443",
+ action="drop",
+ ),
+ dict(
+ name="Allow External DNS",
+ src_ip=["0.0.0.0/0"],
+ dst_ip=["8.8.8.8/32", "8.8.4.4/32"],
+ dst_port=["udp/53"],
+ action="permit",
+ ),
+]
+
+verify_matrix = [
+ {
+ "sent": dict(
+ name="Check allow",
+ src_ip="10.1.100.5",
+ dst_ip="10.1.200.0",
+ dst_port="tcp/www-http",
+ action="permit",
+ ),
+ "received": [{"obj": ("10.1.100.5", "10.1.200.0", "6/80"), "action": "allow"}],
+ },
+ {
+ "sent": dict(
+ name="Check Notify",
+ src_ip="10.1.100.5",
+ dst_ip="10.1.200.0",
+ dst_port="tcp/25",
+ action="permit",
+ ),
+ "received": [{"obj": ("10.1.100.5", "10.1.200.0", "6/25"), "action": "notify"}],
+ },
+ {
+ "sent": dict(
+ name="Check not found and denied",
+ src_ip="10.1.100.5",
+ dst_ip="10.1.200.0",
+ dst_port="tcp/53",
+ action="permit",
+ ),
+ "received": [{"obj": ("10.1.100.5", "10.1.200.0", "6/53"), "action": "deny"}],
+ },
+ {
+ "sent": dict(
+ name="Check not found and denied",
+ src_ip=["10.1.100.5", "10.1.100.6"],
+ dst_ip="10.1.200.0",
+ dst_port="tcp/80",
+ action="permit",
+ ),
+ "received": [
+ {"obj": ("10.1.100.5", "10.1.200.0", "6/80"), "action": "allow"},
+ {"obj": ("10.1.100.6", "10.1.200.0", "6/80"), "action": "allow"},
+ ],
+ },
+ {
+ "sent": dict(
+ name="Nothing found",
+ src_ip="1.1.1.1",
+ dst_ip="2.2.2.2",
+ dst_port="tcp/53",
+ action="permit",
+ ),
+ "received": [{"obj": ("1.1.1.1", "2.2.2.2", "6/53"), "action": "deny"}],
+ },
+]
+
+verify_schema = [
+ {
+ "sent": dict(
+ name="Bad IP",
+ src_ip="10.1.100.A",
+ dst_ip="10.1.200.0",
+ dst_port="tcp/www-http",
+ action="permit",
+ ),
+ },
+ {
+ "sent": dict(
+ name="Bad port",
+ src_ip="10.1.100.5",
+ dst_ip="10.1.200.0",
+ dst_port="tcp25",
+ action="permit",
+ ),
+ },
+ {
+ "sent": dict(
+ name="Bad IP in list",
+ src_ip=["10.1.100.5", "10.1.100.A"],
+ dst_ip="10.1.200.0",
+ dst_port="tcp/25",
+ action="permit",
+ ),
+ },
+]
+
+verify_schema2 = [
+ {
+ "sent": dict(
+ name="Check allow",
+ src_ip="10.1.100.1",
+ dst_ip="10.1.200.0",
+ dst_port="6/www-http",
+ action=100,
+ ),
+ },
+]
+
+IP_DEFINITIONS = {
+ "red": ["10.1.100.0/23", "10.1.102.0/24"],
+ "blue": ["10.1.200.0/23", "10.1.202.0/24"],
+ "orange": ["10.1.0.0/23", "10.1.2.0/24"],
+}
+
+MATRIX = {
+ "red": {"blue": {"allow": ["6/80", "6/443"], "notify": ["6/25"]}, "orange": {"allow": ["6/80"]}},
+ "blue": {"red": {"allow": ["6/80"]}},
+}
+
+
+class TestMatrix(acl.ACLRule):
+ """ACLRule inherited class to test the matrix."""
+
+ matrix = MATRIX
+ matrix_enforced = True
+ matrix_definition = IP_DEFINITIONS
+
+
+class TestSchema(acl.ACLRule):
+ """ACLRule inherited class to test the schema."""
+
+ input_data_verify = True
+
+
+class TestSchema2(acl.ACLRule):
+ """ACLRule inherited class alternate to test the schema."""
+
+ result_data_verify = True
+
+
+@pytest.mark.parametrize("data", verify_acl)
+def test_verify_acl(data):
+ assert acl.ACLRules(acls).match(data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", verify_matrix)
+def test_matrix(data):
+ assert TestMatrix(data["sent"]).enforce() == data["received"]
+
+
+@pytest.mark.parametrize("data", verify_schema)
+def test_schema(data):
+ pytest.importorskip("jsonschema")
+ try:
+ import jsonschema # pylint: disable=import-outside-toplevel
+ except ImportError:
+ pass
+
+ with pytest.raises(jsonschema.exceptions.ValidationError):
+ TestSchema(data["sent"])
+
+
+def test_schema_not_enforced_when_option_not_set():
+ try:
+ acl.ACLRule(dict(src_ip="10.1.1.1", dst_ip="10.2.2.2", dst_port="tcp/80", action=100))
+ except Exception: # pylint: disable=broad-exception-caught
+ assert False, "No error should have been raised"
+
+
+def test_schema_valid():
+ try:
+ TestSchema(dict(src_ip="10.1.1.1", dst_ip="10.2.2.2", dst_port="tcp/80", action="permit"))
+ except Exception: # pylint: disable=broad-exception-caught
+ assert False, "No error should have been raised"
+
+
+@pytest.mark.parametrize("data", verify_schema2)
+def test_schema2(data):
+ pytest.importorskip("jsonschema")
+ try:
+ import jsonschema # pylint: disable=import-outside-toplevel
+ except ImportError:
+ pass
+
+ with pytest.raises(jsonschema.exceptions.ValidationError):
+ TestSchema2(data["sent"]).validate()
+
+
+def test_schema2_valid():
+ try:
+ TestSchema2(dict(src_ip="10.1.1.1", dst_ip="10.2.2.2", dst_port="tcp/80", action="permit")).validate()
+ except Exception: # pylint: disable=broad-exception-caught
+ assert False, "No error should have been raised"
+
+
+class TestAddrGroups(acl.ACLRule):
+ """ACLRule inherited class alternate to test expansions."""
+
+ address_groups = {"red": ["white", "blue"], "blue": ["cyan"], "yellow": ["orange"]}
+
+ addresses = {"white": ["10.1.1.1", "10.2.2.2"], "cyan": ["10.3.3.3"], "orange": ["10.4.4.4"]}
+
+ def __init__(self, data, *args, **kwargs):
+ self.flattened_addresses = self.flatten_addresses(self.address_groups, self.addresses)
+ super().__init__(data, *args, **kwargs)
+
+ def flatten_addresses(self, address_groups, addresses):
+ """Go through and get the addresses given potential address groups."""
+
+ flattened_addresses = {}
+
+ for group, subgroups in address_groups.items():
+ if group in addresses:
+ flattened_addresses.setdefault(group, []).extend(addresses[group])
+ for subgroup in subgroups:
+ if subgroup in addresses:
+ flattened_addresses.setdefault(group, []).extend(addresses[subgroup])
+ if subgroup in address_groups:
+ subgroup_addresses = self.flatten_addresses({subgroup: address_groups[subgroup]}, addresses)
+ for sub_group, ips in subgroup_addresses.items():
+ flattened_addresses.setdefault(sub_group, []).extend(ips)
+ if group != sub_group:
+ flattened_addresses.setdefault(group, []).extend(ips)
+
+ return flattened_addresses
+
+ def process_ip(self, ip):
+ """Test ability to expand IP for both source and destination."""
+
+ if not isinstance(ip, list):
+ ip = [ip]
+ output = []
+ for ip_name in ip:
+ if not ip_name[0].isalpha():
+ output.append(ip_name)
+ elif self.addresses.get(ip_name):
+ output.extend(self.addresses[ip_name])
+ elif self.flattened_addresses.get(ip_name):
+ output.extend(self.flattened_addresses[ip_name])
+ return sorted(list(set(output)))
+
+ def process_src_ip(self, src_ip):
+ """Test ability to expand IP for both source."""
+
+ return self.process_ip(src_ip)
+
+ def process_dst_ip(self, dst_ip):
+ """Test ability to expand IP for both destination."""
+
+ return self.process_ip(dst_ip)
+
+
+add_group_check = [
+ {
+ "sent": dict(
+ name="Check allow",
+ src_ip=["red", "blue", "10.4.4.4"],
+ dst_ip=["white"],
+ dst_port="6/www-http",
+ action="permit",
+ ),
+ "received": [
+ {"action": "permit", "dst_ip": "10.2.2.2", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.1.1.1"},
+ {"action": "permit", "dst_ip": "10.1.1.1", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.2.2.2"},
+ {"action": "permit", "dst_ip": "10.1.1.1", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.3.3.3"},
+ {"action": "permit", "dst_ip": "10.2.2.2", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.3.3.3"},
+ {"action": "permit", "dst_ip": "10.1.1.1", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.4.4.4"},
+ {"action": "permit", "dst_ip": "10.2.2.2", "dst_port": "6/80", "name": "Check allow", "src_ip": "10.4.4.4"},
+ ],
+ }
+]
+
+
+@pytest.mark.parametrize("data", add_group_check)
+def test_custom_address_group(data):
+ obj = TestAddrGroups(data["sent"])
+ assert obj.expanded_rules == data["received"]
diff --git a/tests/unit/test_asn.py b/tests/unit/test_asn.py
index 045110c..2fda474 100644
--- a/tests/unit/test_asn.py
+++ b/tests/unit/test_asn.py
@@ -12,7 +12,39 @@
{"sent": {"asplain": "0.65526"}, "received": 65526},
]
+int_to_asdot = [
+ {"sent": {"asn_int": 6500}, "received": "6500"},
+ {"sent": {"asn_int": 425985111}, "received": "6500.1111"},
+ {"sent": {"asn_int": 425984001}, "received": "6500.1"},
+ {"sent": {"asn_int": 65546}, "received": "1.10"},
+ {"sent": {"asn_int": 65526}, "received": "65526"},
+ {"sent": {"asn_int": "65526"}, "received": "65526"},
+ {"sent": {"asn_int": "65535"}, "received": "65535"},
+ {"sent": {"asn_int": "65536"}, "received": "1.0"},
+ {"sent": {"asn_int": "425985111"}, "received": "6500.1111"},
+ {"sent": {"asn_int": 4294967295}, "received": "65535.65535"},
+]
+
+int_to_asdot_exceptions = [
+ {"asn_int": "one22"},
+ {"asn_int": "not_an_int"},
+ {"asn_int": "4294967296"},
+ {"asn_int": "0"},
+ {"asn_int": -1},
+]
+
@pytest.mark.parametrize("data", asn_to_int)
def test_asn_to_int(data):
assert asn.asn_to_int(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", int_to_asdot)
+def test_int_to_asdot(data):
+ assert asn.int_to_asdot(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", int_to_asdot_exceptions)
+def test_int_to_asdot_exceptions(data):
+ with pytest.raises(ValueError):
+ assert asn.int_to_asdot(**data)
diff --git a/tests/unit/test_bandwidth.py b/tests/unit/test_bandwidth.py
new file mode 100644
index 0000000..d1afd8f
--- /dev/null
+++ b/tests/unit/test_bandwidth.py
@@ -0,0 +1,184 @@
+"""Test for the Bandwidth functions."""
+
+import pytest
+
+from netutils import bandwidth
+
+name_to_bits = [
+ {"sent": "10Mbps", "received": 10000000},
+ {"sent": "10 Mbps", "received": 10000000},
+ {"sent": "1Gbps", "received": 1000000000},
+ {"sent": "1 Gbps", "received": 1000000000},
+ {"sent": "100Gbps", "received": 100000000000},
+ {"sent": "100 Gbps", "received": 100000000000},
+ {"sent": "100 Gb", "received": 100000000000},
+ {"sent": "10GBps", "received": 80000000000},
+ {"sent": "10GB", "received": 80000000000},
+]
+
+
+@pytest.mark.parametrize("data", name_to_bits)
+def test_name_to_bits(data):
+ assert bandwidth.name_to_bits(data["sent"]) == data["received"]
+
+
+name_to_bits_exceptions = [
+ {"speed": "1 Bbps"},
+ {"speed": "1 Qbps"},
+ {"speed": "9"},
+ {"speed": "bps"},
+ {"speed": 1.0},
+ {"speed": ("10Kbps",)},
+]
+
+
+@pytest.mark.parametrize("data", name_to_bits_exceptions)
+def test_name_to_bits_exceptions(data):
+ with pytest.raises(ValueError):
+ assert bandwidth.name_to_bits(**data)
+
+
+bits_to_name = [
+ {"sent": {"speed": 950}, "received": "950bps"},
+ {"sent": {"speed": 1000}, "received": "1Kbps"},
+ {"sent": {"speed": 1000, "nbr_decimal": 1}, "received": "1.0Kbps"},
+ {"sent": {"speed": 1000000}, "received": "1Mbps"},
+ {"sent": {"speed": 1000000, "nbr_decimal": 1}, "received": "1.0Mbps"},
+ {"sent": {"speed": 1000000000}, "received": "1Gbps"},
+ {"sent": {"speed": 1100000000, "nbr_decimal": 1}, "received": "1.1Gbps"},
+ {"sent": {"speed": 1000000000, "nbr_decimal": 1}, "received": "1.0Gbps"},
+ {"sent": {"speed": 1000000000000}, "received": "1Tbps"},
+ {"sent": {"speed": 1000000000000, "nbr_decimal": 1}, "received": "1.0Tbps"},
+ {"sent": {"speed": 1234, "nbr_decimal": 0}, "received": "1Kbps"},
+]
+
+
+@pytest.mark.parametrize("data", bits_to_name)
+def test_bits_to_name(data):
+ assert bandwidth.bits_to_name(**data["sent"]) == data["received"]
+
+
+bits_to_name_exceptions = [
+ {"speed": "1 Bbps"},
+ {"speed": "1 Qbps"},
+ {"speed": "9"},
+ {"speed": "bps"},
+ {"speed": 1.0},
+ {"speed": ("10Kbps",)},
+ {"speed": -10.0},
+ {"speed": 9999999999999999999999999999},
+]
+
+
+@pytest.mark.parametrize("data", bits_to_name_exceptions)
+def test_bits_to_name_exceptions(data):
+ with pytest.raises(ValueError):
+ assert bandwidth.bits_to_name(**data)
+
+
+bytes_to_name = [
+ {"sent": {"speed": 950.0}, "received": "7600.0Bps"},
+ {"sent": {"speed": 1000.0}, "received": "8000.0Bps"},
+ {"sent": {"speed": 1000000.0}, "received": "1000.0KBps"},
+ {"sent": {"speed": 1000000000.0}, "received": "1000.0MBps"},
+ {"sent": {"speed": 1000000000000.0}, "received": "1000.0GBps"},
+]
+
+
+@pytest.mark.parametrize("data", bytes_to_name)
+def test_bytes_to_name(data):
+ assert bandwidth.bytes_to_name(**data["sent"]) == data["received"]
+
+
+bytes_to_name_exceptions = [
+ {"speed": "1 BBps"},
+ {"speed": "1 QBps"},
+ {"speed": "9"},
+ {"speed": "Bps"},
+ {"speed": 10},
+ {"speed": ("10KBps",)},
+ {"speed": -10.0},
+]
+
+
+@pytest.mark.parametrize("data", bytes_to_name_exceptions)
+def test_bytes_to_name_exceptions(data):
+ with pytest.raises(ValueError):
+ assert bandwidth.bytes_to_name(**data)
+
+
+name_to_bytes = [
+ {"sent": "10MBps", "received": 10000000.0},
+ {"sent": "10 MBps", "received": 10000000.0},
+ {"sent": "1GBps", "received": 1000000000.0},
+ {"sent": "1 GBps", "received": 1000000000.0},
+ {"sent": "2.5GBps", "received": 2500000000.0},
+ {"sent": "2.5 GBps", "received": 2500000000.0},
+ {"sent": "100GBps", "received": 100000000000.0},
+ {"sent": "100 GBps", "received": 100000000000.0},
+ {"sent": "1TBps", "received": 1000000000000.0},
+ {"sent": "1 TBps", "received": 1000000000000.0},
+ {"sent": "1 TB", "received": 1000000000000.0},
+ {"sent": "10Gbps", "received": 1250000000.0},
+ {"sent": "10Gb", "received": 1250000000.0},
+]
+
+
+@pytest.mark.parametrize("data", name_to_bytes)
+def test_name_to_bytes(data):
+ assert bandwidth.name_to_bytes(data["sent"]) == data["received"]
+
+
+name_to_bytes_exceptions = [
+ {"speed": "1 BBps"},
+ {"speed": "1 QBps"},
+ {"speed": "9"},
+ {"speed": "Bps"},
+ {"speed": 1.0},
+ {"speed": ("10Kbps",)},
+ {"speed": "1 bbps"},
+ {"speed": "kBps"},
+]
+
+
+@pytest.mark.parametrize("data", name_to_bytes_exceptions)
+def test_name_to_bytes_exceptions(data):
+ with pytest.raises(ValueError):
+ assert bandwidth.name_to_bytes(**data)
+
+
+name_to_name = [
+ {"sent": {"speed": "10Mbps", "speed_type": "Kbps"}, "received": "10000.0Kbps"},
+ {"sent": {"speed": "10Mbps", "speed_type": "KBps"}, "received": "1250.0KBps"},
+ {"sent": {"speed": "10MBps", "speed_type": "Kbps"}, "received": "80000.0Kbps"},
+ {"sent": {"speed": "10MBps", "speed_type": "KBps"}, "received": "10000.0KBps"},
+ {"sent": {"speed": "1Gbps", "speed_type": "Kbps"}, "received": "1000000.0Kbps"},
+ {"sent": {"speed": "1Gbps", "speed_type": "KBps"}, "received": "125000.0KBps"},
+ {"sent": {"speed": "2.5Gbps", "speed_type": "Kbps"}, "received": "2500000.0Kbps"},
+ {"sent": {"speed": "2.5Gbps", "speed_type": "KBps"}, "received": "312500.0KBps"},
+]
+
+
+@pytest.mark.parametrize("data", name_to_name)
+def test_name_to_name(data):
+ assert bandwidth.name_to_name(**data["sent"]) == data["received"]
+
+
+named_exceptions = [
+ {"speed": "1 Bbps", "speed_type": "Kbps"},
+ {"speed": "1 Qbps", "speed_type": "KBps"},
+ {"speed": "9", "speed_type": "bps"},
+ {"speed": "bps", "speed_type": "Mbps"},
+ {"speed": 10.0, "speed_type": "Mbps"},
+ {"speed": (10.0,), "speed_type": "Mbps"},
+ {"speed": 10, "speed_type": "Mbps"},
+ {"speed": "-bps", "speed_type": "Mbps"},
+ {"speed": "10Mbps", "speed_type": "Qbps"},
+ {"speed": "10kBps", "speed_type": "Gbps"},
+]
+
+
+@pytest.mark.parametrize("data", named_exceptions)
+def test_name_to_name_exceptions(data):
+ with pytest.raises(ValueError):
+ assert bandwidth.name_to_name(**data)
diff --git a/tests/unit/test_banner.py b/tests/unit/test_banner.py
new file mode 100644
index 0000000..08948ee
--- /dev/null
+++ b/tests/unit/test_banner.py
@@ -0,0 +1,87 @@
+"""Test for the banner functions."""
+
+import pytest
+
+from netutils import banner
+
+BANNER_CARET_C = "banner login ^C\n******************\n TEST BANNER\n******************\n^C"
+
+banner_config_and_delimiter = [
+ {
+ "sent": ["banner login ^\n******************\n TEST BANNER\n******************\n^", "^", "^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["banner login ^\n******************\n TEST BANNER\n******************\n^", "^", "^C"],
+ "received": "banner login ^C\n******************\n TEST BANNER\n******************\n^C",
+ },
+ {
+ "sent": ["banner login ^C\n******************\n TEST BANNER\n******************\n^C", "^C", "^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["banner login ^C\n******************\n TEST BANNER\n******************\n^C", "^C", "^C"],
+ "received": "banner login ^C\n******************\n TEST BANNER\n******************\n^C",
+ },
+ {
+ "sent": ["banner login \x03\n******************\n TEST BANNER\n******************\n\x03", "\x03", "^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["banner login ^CCCCC\n******************\n TEST BANNER\n******************\n^C", "^C", "^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["banner login ^C\n******************\n TEST BANNER\n******************\n^C", "^C", "^"],
+ "received": "banner login ^\n******************\n TEST BANNER\n******************\n^",
+ },
+ {
+ "sent": ["banner login ^C\n******************\n TEST BANNER\n******************\n^C", "^C", "\x03"],
+ "received": "banner login \x03\n******************\n TEST BANNER\n******************\n\x03",
+ },
+ {
+ "sent": ["banner login #\n******************\n TEST BANNER\n******************\n#", "#", "^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["banner login $\n******************\n TEST BANNER\n******************\n$", "$", "^C"],
+ "received": "banner login ^C\n******************\n TEST BANNER\n******************\n^C",
+ },
+]
+
+banner_config = [
+ {
+ "sent": ["^", "banner login ^\n******************\n TEST BANNER\n******************\n^"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["^C", "banner login ^C\n******************\n TEST BANNER\n******************\n^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["\x03", "banner login \x03\n******************\n TEST BANNER\n******************\n\x03"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["^C", "banner login ^CCCCC\n******************\n TEST BANNER\n******************\n^C"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["#", "banner login #\n******************\n TEST BANNER\n******************\n#"],
+ "received": BANNER_CARET_C,
+ },
+ {
+ "sent": ["Z", "banner login Z\n******************\n TEST BANNER\n******************\nZ"],
+ "received": BANNER_CARET_C,
+ },
+]
+
+
+@pytest.mark.parametrize("data", banner_config_and_delimiter)
+def test_banner_delimitier_change(data):
+ assert banner.delimiter_change(*data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", banner_config)
+def test_banner_normalise_delimiter_caret_c(data):
+ assert banner.normalise_delimiter_caret_c(*data["sent"]) == data["received"]
diff --git a/tests/unit/test_basics.py b/tests/unit/test_basics.py
new file mode 100644
index 0000000..796f012
--- /dev/null
+++ b/tests/unit/test_basics.py
@@ -0,0 +1,24 @@
+"""Basic tests that do not require netutils."""
+
+import os
+import unittest
+
+import toml
+
+
+class TestDocsPackaging(unittest.TestCase):
+ """Test Version in doc requirements is the same pyproject."""
+
+ def test_version(self):
+ """Verify that pyproject.toml dev dependencies have the same versions as in the docs requirements.txt."""
+ parent_path = os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))
+ poetry_path = os.path.join(parent_path, "pyproject.toml")
+ poetry_details = toml.load(poetry_path)["tool"]["poetry"]["group"]["dev"]["dependencies"]
+ with open(f"{parent_path}/docs/requirements.txt", "r", encoding="utf-8") as file:
+ requirements = [line for line in file.read().splitlines() if (len(line) > 0 and not line.startswith("#"))]
+ for pkg in requirements:
+ if len(pkg.split("==")) == 2:
+ pkg, version = pkg.split("==")
+ else:
+ version = "*"
+ self.assertEqual(poetry_details[pkg], version)
diff --git a/tests/unit/test_compliance.py b/tests/unit/test_compliance.py
index a03940a..ed3d547 100644
--- a/tests/unit/test_compliance.py
+++ b/tests/unit/test_compliance.py
@@ -1,6 +1,7 @@
"""Test for the config compliance functions."""
-import os
+
import glob
+import os
import pytest
@@ -39,9 +40,7 @@ def test_section_config(_file, network_os, get_text_data, get_python_data): # p
@pytest.mark.parametrize("_file, network_os", compliance_parameters)
-def test_compliance(
- _file, network_os, get_json_data, get_text_data, get_python_data
-): # pylint: disable=redefined-outer-name
+def test_compliance(_file, network_os, get_json_data, get_text_data, get_python_data): # pylint: disable=redefined-outer-name
truncate_file = os.path.join(MOCK_DIR, _file[: -len(INTEND_FILE)])
intended_cfg = get_text_data(os.path.join(MOCK_DIR, _file))
@@ -72,9 +71,7 @@ def test_find_unordered_cfg_lines(_file, get_text_data, get_python_data):
@pytest.mark.parametrize("_file, network_os", config_section_not_parsed_parameters)
-def test_config_section_not_parsed(
- _file, network_os, get_json_data, get_text_data, get_python_data
-): # pylint: disable=redefined-outer-name
+def test_config_section_not_parsed(_file, network_os, get_json_data, get_text_data, get_python_data): # pylint: disable=redefined-outer-name
truncate_file = os.path.join(MOCK_DIR, _file[: -len(TXT_FILE)])
device_cfg = get_text_data(os.path.join(MOCK_DIR, _file))
@@ -83,6 +80,23 @@ def test_config_section_not_parsed(
assert compliance.config_section_not_parsed(features, device_cfg, network_os) == received_data
+@pytest.mark.parametrize("_file", glob.glob(f"{MOCK_DIR}/feature_compliance/*{INTEND_FILE}"))
+def test_feature_compliance(_file, get_text_data, get_python_data):
+ truncate_file = os.path.join(MOCK_DIR, _file[: -len(INTEND_FILE)])
+
+ intended_config = get_text_data(os.path.join(MOCK_DIR, _file))
+ actual_config = get_text_data(truncate_file + "_actual.txt")
+ received_data = get_python_data(truncate_file + "_received.py", "data")
+ feature = get_python_data(truncate_file + "_feature.py", "feature")
+ nos = get_python_data(truncate_file + "_feature.py", "network_os")
+
+ # Parse feature configs from config files
+ backup_str = compliance.section_config(feature, actual_config, nos)
+ intended_str = compliance.section_config(feature, intended_config, nos)
+
+ assert compliance.feature_compliance(feature, backup_str, intended_str, nos) == received_data
+
+
def test_incorrect_cfg_type():
with pytest.raises(ValueError):
compliance.compliance({}, "backup_cfg", "intended_cfg", "cisco_ios", "text")
diff --git a/tests/unit/test_config_clean.py b/tests/unit/test_config_clean.py
index 7fab14a..b40895e 100644
--- a/tests/unit/test_config_clean.py
+++ b/tests/unit/test_config_clean.py
@@ -1,11 +1,12 @@
"""Test for the config cleaning functions."""
+
import glob
import os
import pytest
from netutils.config import clean
-from netutils.variables import _PROVIDED_CLEAN_FILTERS, _PROVIDED_SANITIZE_FILTERS
+from netutils.constants import _PROVIDED_CLEAN_FILTERS, _PROVIDED_SANITIZE_FILTERS
MOCK_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "mock", "config")
TXT_FILE = "_sent.txt"
diff --git a/tests/unit/test_conversion.py b/tests/unit/test_conversion.py
new file mode 100644
index 0000000..167bac7
--- /dev/null
+++ b/tests/unit/test_conversion.py
@@ -0,0 +1,32 @@
+"""Test that configurations properly convert from undesired format to desired"""
+
+import glob
+import os
+
+import pytest
+
+from netutils.config.conversion import (
+ conversion_map,
+ paloalto_panos_brace_to_set,
+)
+
+MOCK_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "mock", "config", "conversion")
+
+TXT_FILE = "_sent.txt"
+CONVERTED_FILE = "_converted.txt"
+
+conversion_files = []
+
+for network_os in list(conversion_map.keys()):
+ for _file in glob.glob(f"{MOCK_DIR}/{network_os}/*{TXT_FILE}"):
+ conversion_files.append([_file, network_os])
+
+
+@pytest.mark.parametrize("_file", conversion_files)
+def test_config_conversion(_file, get_text_data): # pylint: disable=redefined-outer-name
+ truncate_file = os.path.join(MOCK_DIR, _file[0][: -len(TXT_FILE)])
+
+ sent_cfg = get_text_data(os.path.join(MOCK_DIR, _file[0]))
+ converted_cfg = paloalto_panos_brace_to_set(cfg=sent_cfg, cfg_type="string")
+ received_data = get_text_data(truncate_file + "_converted.txt")
+ assert converted_cfg == received_data
diff --git a/tests/unit/test_dns.py b/tests/unit/test_dns.py
index f5c9e30..3be9fde 100644
--- a/tests/unit/test_dns.py
+++ b/tests/unit/test_dns.py
@@ -1,11 +1,11 @@
"""Test for the DNS based functions."""
import socket
+
import pytest
from netutils import dns, ip
-
test_is_fqdn = [
{"sent": "google.com", "received": True},
{"sent": "yahoo.com", "received": True},
@@ -19,8 +19,8 @@
@pytest.mark.parametrize("data", test_is_fqdn)
-def test_is_fqdn_valid(data):
- assert dns.is_fqdn_valid(data["sent"]) == data["received"]
+def test_is_fqdn_resolvable(data):
+ assert dns.is_fqdn_resolvable(data["sent"]) == data["received"]
@pytest.mark.parametrize("data", test_fqdn)
diff --git a/tests/unit/test_docs.py b/tests/unit/test_docs.py
new file mode 100644
index 0000000..731efd5
--- /dev/null
+++ b/tests/unit/test_docs.py
@@ -0,0 +1,11 @@
+"""Update docs tests to include assurance that development script ran."""
+
+import sys
+
+sys.path.append("...")
+from development_scripts import main # noqa:E402 pylint: disable=wrong-import-position
+
+
+def test_docs_generated():
+ """Assert each generated file has been auto generated, run `python development_scripts.py` if failed."""
+ assert main(test=True) is True
diff --git a/tests/unit/test_hash.py b/tests/unit/test_hash.py
new file mode 100644
index 0000000..db689fe
--- /dev/null
+++ b/tests/unit/test_hash.py
@@ -0,0 +1,70 @@
+"""Tests for the hash functions."""
+
+import pytest
+
+from netutils.hash import hash_data
+
+EXPECTED_HASHES = [
+ (
+ "md5",
+ "b31be8e621f7d7cb80289c3634a2463f",
+ ),
+ (
+ "sha1",
+ "696de4dae5e77515f0460c78dc712f9b055ae7f2",
+ ),
+ (
+ "sha224",
+ "bead2aad3706b211e825f5919db78dceca775cae4bd5b58078652ad2",
+ ),
+ (
+ "sha256",
+ "a9675e13424e5009161f7b7da6c1bb7e091f1401459176e8efce23c0f1fc5ba9",
+ ),
+ (
+ "sha384",
+ "4476744d8167497e9cbc85901a753be7bef5a33a1ce36926c5a21b68c7c2d420daa6cd347d515dd21af1e93927c7ba5c",
+ ),
+ (
+ "sha512",
+ "75dc2cbd4b2e025f8c0a1f495bc321343eef8d5561dfa02e29f77b32b9685f7add41169e7f9fb085f5110ac4635de286437c758c115b8eadacc20f086e39cc28",
+ ),
+ (
+ "blake2b",
+ "82a094789746f0a0405845ced806282e1bd6f317dd8a9464b6e660105e16108f6582c0f091d787a833c8d8fd5c53004dac2571113045fefe25d1f159f8c1f934",
+ ),
+ (
+ "blake2s",
+ "b8fecb4ff8b866c7638985eb66d4ba9cb5f908d0b1a25def4c593ba140b791af",
+ ),
+ (
+ "sha3_224",
+ "f0b2b40e360489e0e2da83094238e9591677e1d304d70a1feb1188f2",
+ ),
+ (
+ "sha3_256",
+ "308a5dd839eb055ee84f0b2c99344526a716c58a14dffb704b6784437aee91ba",
+ ),
+ (
+ "sha3_384",
+ "80e4d0e43bf447ef4d3a6dcd1a795a3573bc6f34d42b81ee78bb757bd86ed6bc9210d752797fd62bfbdb6fc17eb52ed1",
+ ),
+ (
+ "sha3_512",
+ "13dddfadbe95282b6b0da1c7c3c7dc28c086cdcc3de39baafb1fb45913ac39c0d9744927c10fb1d858ab257069d3ef367c8913553e7f7eabb1f4ffe6480e5924",
+ ),
+]
+
+
+@pytest.mark.parametrize("algorithm,expected", EXPECTED_HASHES)
+def test_hash_data(algorithm, expected):
+ """Test the hash_data function."""
+ data = "Network To Code"
+ assert hash_data(data, algorithm) == expected
+
+
+def test_hash_data_invalid_algorithm():
+ """Test the hash_data function with an invalid algorithm."""
+ data = "Network To Code"
+ with pytest.raises(AttributeError):
+ hash_data(data, "invalid")
diff --git a/tests/unit/test_interface.py b/tests/unit/test_interface.py
index bd65357..ab66177 100644
--- a/tests/unit/test_interface.py
+++ b/tests/unit/test_interface.py
@@ -1,4 +1,5 @@
"""Test for the interface functions."""
+
import pytest
from netutils import interface
@@ -10,6 +11,10 @@
"received": ("GigabitEthernet", "1/0/1"),
},
{"sent": {"interface": "Gi1/0/1"}, "received": ("Gi", "1/0/1")},
+ {"sent": {"interface": "Serial0/0/0:0"}, "received": ("Serial", "0/0/0:0")},
+ {"sent": {"interface": "VLAN101"}, "received": ("VLAN", "101")},
+ {"sent": {"interface": "Port-channel40"}, "received": ("Port-channel", "40")},
+ {"sent": {"interface": "Gi1/0/3.100"}, "received": ("Gi", "1/0/3.100")},
]
CANONICAL_INTERFACE_NAME = [
@@ -18,6 +23,11 @@
"received": "GigabitEthernet1/0/1",
},
{"sent": {"interface": "Gi1/0/1"}, "received": "GigabitEthernet1/0/1"},
+ {
+ "sent": {"interface": "TwoGigabitEthernet1/0/1"},
+ "received": "TwoGigabitEthernet1/0/1",
+ },
+ {"sent": {"interface": "Tw1/0/1"}, "received": "TwoGigabitEthernet1/0/1"},
{
"sent": {"interface": "SuperFastEth 1/0/1", "addl_name_map": {"SuperFastEth": "SuperFastEthernet"}},
"received": "SuperFastEthernet1/0/1",
@@ -25,12 +35,125 @@
{"sent": {"interface": "Noninterface1/0/1"}, "received": "Noninterface1/0/1"},
]
+CANONICAL_INTERFACE_NAME_LIST = [
+ {
+ "sent": {"interfaces": ["GigabitEthernet1/0/1", "GigabitEthernet1/0/2"]},
+ "received": ["GigabitEthernet1/0/1", "GigabitEthernet1/0/2"],
+ },
+ {
+ "sent": {"interfaces": ["Gi1/0/1", "Po40", "Lo10"]},
+ "received": ["GigabitEthernet1/0/1", "Port-channel40", "Loopback10"],
+ },
+ {
+ "sent": {
+ "interfaces": ["Tw1/0/1", "Gi1/0/1", "Gi1/0/3", "Gi1/0/2", "Po40", "Po160", "Lo10"],
+ "order": "alphabetical",
+ },
+ "received": [
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/3",
+ "Loopback10",
+ "Port-channel40",
+ "Port-channel160",
+ "TwoGigabitEthernet1/0/1",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "Tw1/0/1",
+ "Gi1/0/1",
+ "Gi1/0/3",
+ "Gi1/0/3.100",
+ "Gi1/0/2",
+ "Gi1/0/2.50",
+ "Po40",
+ "Po160",
+ "Lo10",
+ ],
+ "order": "alphabetical",
+ },
+ "received": [
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/2.50",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/3.100",
+ "Loopback10",
+ "Port-channel40",
+ "Port-channel160",
+ "TwoGigabitEthernet1/0/1",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": ["Tw1/0/1", "Gi1/0/1", "Gi1/0/3", "Gi1/0/2", "Po40", "Po160", "Lo10"],
+ "order": "alphabetical",
+ "reverse": True,
+ },
+ "received": [
+ "TwoGigabitEthernet1/0/1",
+ "Port-channel40",
+ "Port-channel160",
+ "Loopback10",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/3",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "Tw1/0/1",
+ "Gi1/0/1",
+ "Gi1/0/3",
+ "Gi1/0/3.100",
+ "Gi1/0/2",
+ "Gi1/0/2.50",
+ "Po40",
+ "Po160",
+ "Lo10",
+ ],
+ "order": "alphabetical",
+ "reverse": True,
+ },
+ "received": [
+ "TwoGigabitEthernet1/0/1",
+ "Port-channel40",
+ "Port-channel160",
+ "Loopback10",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/2.50",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/3.100",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": ["SuperFastEth 1/0/1", "SuperFastEth 1/0/2"],
+ "addl_name_map": {"SuperFastEth": "SuperFastEthernet"},
+ },
+ "received": ["SuperFastEthernet1/0/1", "SuperFastEthernet1/0/2"],
+ },
+ {
+ "sent": {"interfaces": ["Noninterface1/0/1", "Noninterface1/0/2"]},
+ "received": ["Noninterface1/0/1", "Noninterface1/0/2"],
+ },
+]
+
ABBREVIATED_INTERFACE_NAME = [
{
"sent": {"interface": "GigabitEthernet1/0/1"},
"received": "Gi1/0/1",
},
{"sent": {"interface": "Gi1/0/1"}, "received": "Gi1/0/1"},
+ {
+ "sent": {"interface": "TwoGigabitEthernet1/0/1"},
+ "received": "Tw1/0/1",
+ },
+ {"sent": {"interface": "Tw1/0/1"}, "received": "Tw1/0/1"},
{
"sent": {
"interface": "SuperFastEth 1/0/1",
@@ -40,6 +163,381 @@
"received": "SupE1/0/1",
},
{"sent": {"interface": "Noninterface1/0/1"}, "received": "Noninterface1/0/1"},
+ {"sent": {"interface": "Noninterface1/0/1"}, "received": "Noninterface1/0/1"},
+ {"sent": {"interface": "Serial0/0/0:0"}, "received": "Se0/0/0:0"},
+ {"sent": {"interface": "VLAN101"}, "received": "Vl101"},
+ {"sent": {"interface": "Port-channel40"}, "received": "Po40"},
+ {"sent": {"interface": "GigabitEthernet1/0/3.100"}, "received": "Gi1/0/3.100"},
+]
+
+INTERFACE_EXPANSION = [
+ {"sent": "Ethernet0/[1-4]", "received": ["Ethernet0/1", "Ethernet0/2", "Ethernet0/3", "Ethernet0/4"]},
+ {
+ "sent": "GigabitEthernet[1,2]/0/[1-10]",
+ "received": [
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/4",
+ "GigabitEthernet1/0/5",
+ "GigabitEthernet1/0/6",
+ "GigabitEthernet1/0/7",
+ "GigabitEthernet1/0/8",
+ "GigabitEthernet1/0/9",
+ "GigabitEthernet1/0/10",
+ "GigabitEthernet2/0/1",
+ "GigabitEthernet2/0/2",
+ "GigabitEthernet2/0/3",
+ "GigabitEthernet2/0/4",
+ "GigabitEthernet2/0/5",
+ "GigabitEthernet2/0/6",
+ "GigabitEthernet2/0/7",
+ "GigabitEthernet2/0/8",
+ "GigabitEthernet2/0/9",
+ "GigabitEthernet2/0/10",
+ ],
+ },
+ {
+ "sent": "FortyGig[1,2]/[4-6]/[8-10]",
+ "received": [
+ "FortyGig1/4/8",
+ "FortyGig1/4/9",
+ "FortyGig1/4/10",
+ "FortyGig1/5/8",
+ "FortyGig1/5/9",
+ "FortyGig1/5/10",
+ "FortyGig1/6/8",
+ "FortyGig1/6/9",
+ "FortyGig1/6/10",
+ "FortyGig2/4/8",
+ "FortyGig2/4/9",
+ "FortyGig2/4/10",
+ "FortyGig2/5/8",
+ "FortyGig2/5/9",
+ "FortyGig2/5/10",
+ "FortyGig2/6/8",
+ "FortyGig2/6/9",
+ "FortyGig2/6/10",
+ ],
+ },
+ {"sent": "Gi1", "received": ["Gi1"]},
+ {"sent": "Gi[1,3-5]", "received": ["Gi1", "Gi3", "Gi4", "Gi5"]},
+ {"sent": "Gi[1,3-5,8]", "received": ["Gi1", "Gi3", "Gi4", "Gi5", "Gi8"]},
+ {"sent": "[1,2]/0/[1-2]", "received": ["1/0/1", "1/0/2", "2/0/1", "2/0/2"]},
+ {"sent": "Gi[1-3]/1", "received": ["Gi1/1", "Gi2/1", "Gi3/1"]},
+ {"sent": "Gi[1-3]/[1]", "received": ["Gi1/1", "Gi2/1", "Gi3/1"]},
+]
+
+INTERFACE_SORT = [
+ {"sent": [], "received": []},
+ {"sent": ["Fa0/0/1.200", "Fa0/0/1.200", "Fa0/0/1.200"], "received": ["Fa0/0/1.200"]},
+ {
+ "sent": [
+ "Fa0/0/2.200",
+ "Fa1/0/1.100",
+ "Fa1/0.100",
+ "Gi1/1",
+ "Gi0/1",
+ "Gi0/0/1",
+ "Gi1/0/2",
+ "Vlan42",
+ "Te/42",
+ "loopback99",
+ "Port-channel75",
+ "Gi1/0/1",
+ "Fa0/0/2",
+ "Fa0/0/1",
+ "Fa0/0/1.101",
+ "Fa0/0/1.100",
+ "Fa0/0/1.10",
+ "Fa0/0/1.500",
+ "Fa0/0/1.999",
+ "Gi/42",
+ "Loopback101",
+ "Loopback102",
+ "Loopback98",
+ "Loopback99",
+ "Port-channel160",
+ "Port-channel40",
+ "Fa0/0/1.4",
+ "Fa42",
+ "Gi1/0/3",
+ "Gi1/0/3.100",
+ "Fa1",
+ "Gi1/0/2",
+ "Gi1/0/2.50",
+ "Zf.42",
+ "Fa1.42",
+ "Po40",
+ "Po160",
+ "Lo10",
+ "Fa1/42",
+ "Gi0/0/2",
+ "Gi1/0/1",
+ "Tw1/0/1",
+ "Te1/0/1",
+ ],
+ "received": [
+ "Fa0/0/1",
+ "Fa0/0/1.4",
+ "Fa0/0/1.10",
+ "Fa0/0/1.100",
+ "Fa0/0/1.101",
+ "Fa0/0/1.500",
+ "Fa0/0/1.999",
+ "Fa0/0/2",
+ "Fa0/0/2.200",
+ "Fa1",
+ "Fa1.42",
+ "Fa1/0.100",
+ "Fa1/0/1.100",
+ "Fa1/42",
+ "Fa42",
+ "Gi0/0/1",
+ "Gi0/0/2",
+ "Gi0/1",
+ "Gi1/0/1",
+ "Gi1/0/2",
+ "Gi1/0/2.50",
+ "Gi1/0/3",
+ "Gi1/0/3.100",
+ "Gi1/1",
+ "Gi/42",
+ "Lo10",
+ "Loopback98",
+ "Loopback99",
+ "Loopback101",
+ "Loopback102",
+ "Po40",
+ "Po160",
+ "Port-channel40",
+ "Port-channel75",
+ "Port-channel160",
+ "Te1/0/1",
+ "Te/42",
+ "Tw1/0/1",
+ "Vlan42",
+ "Zf.42",
+ "loopback99",
+ ],
+ },
+]
+
+BAD_INTERFACE_NAMES = [
+ "fa?",
+ "Gi1^",
+ "Fa0/0*/42",
+ "Te42/55.32/77@99",
+]
+
+ABBREVIATED_INTERFACE_NAME_LIST = [
+ {
+ "sent": {"interfaces": ["Gi1/0/1", "Gi1/0/2"]},
+ "received": ["Gi1/0/1", "Gi1/0/2"],
+ },
+ {
+ "sent": {"interfaces": ["GigabitEthernet1/0/1", "TwoGigabitEthernet1/0/1", "Po40", "Loopback10"]},
+ "received": ["Gi1/0/1", "Tw1/0/1", "Po40", "Lo10"],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "TwoGigabitEthernet1/0/1",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/2",
+ "Loopback10",
+ "Port-channel160",
+ "Port-channel40",
+ ],
+ "order": "alphabetical",
+ },
+ "received": ["Gi1/0/1", "Gi1/0/2", "Gi1/0/3", "Lo10", "Po40", "Po160", "Tw1/0/1"],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "TwoGigabitEthernet1/0/1",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/3.100",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/2.50",
+ "Loopback10",
+ "Port-channel160",
+ "Port-channel40",
+ ],
+ "order": "alphabetical",
+ },
+ "received": ["Gi1/0/1", "Gi1/0/2", "Gi1/0/2.50", "Gi1/0/3", "Gi1/0/3.100", "Lo10", "Po40", "Po160", "Tw1/0/1"],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "TwoGigabitEthernet1/0/1",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/2",
+ "Loopback10",
+ "Port-channel160",
+ "Port-channel40",
+ ],
+ "order": "alphabetical",
+ "reverse": True,
+ },
+ "received": ["Tw1/0/1", "Po40", "Po160", "Lo10", "Gi1/0/1", "Gi1/0/2", "Gi1/0/3"],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "TwoGigabitEthernet1/0/1",
+ "GigabitEthernet1/0/1",
+ "GigabitEthernet1/0/3",
+ "GigabitEthernet1/0/3.100",
+ "GigabitEthernet1/0/2",
+ "GigabitEthernet1/0/2.50",
+ "Loopback10",
+ "Port-channel160",
+ "Port-channel40",
+ ],
+ "order": "alphabetical",
+ "reverse": True,
+ },
+ "received": [
+ "Tw1/0/1",
+ "Po40",
+ "Po160",
+ "Lo10",
+ "Gi1/0/1",
+ "Gi1/0/2",
+ "Gi1/0/2.50",
+ "Gi1/0/3",
+ "Gi1/0/3.100",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": ["SuperFastEthernet1/0/1", "SuperFastEthernet1/0/2"],
+ "addl_name_map": {"SupFaEth": "SuperFastEthernet"},
+ "addl_reverse_map": {"SuperFastEthernet": "SupFaEth"},
+ },
+ "received": ["SupFaEth1/0/1", "SupFaEth1/0/2"],
+ },
+ {
+ "sent": {"interfaces": ["Noninterface1/0/1", "Noninterface1/0/2"]},
+ "received": ["Noninterface1/0/1", "Noninterface1/0/2"],
+ },
+]
+
+ORDERED_INTERFACE_NAME_LIST = [
+ {
+ "sent": {
+ "interfaces": [
+ "FastEthernet0/0",
+ "GigabitEthernet0/0",
+ "FortyGigabitEthernet0/0",
+ "HundredGigabitEthernet0/0",
+ "FourHundredGigabitEthernet0/0",
+ "Loopback0/0",
+ "Ethernet0/0",
+ ]
+ },
+ "received": [
+ "Ethernet0/0",
+ "FastEthernet0/0",
+ "FortyGigabitEthernet0/0",
+ "FourHundredGigabitEthernet0/0",
+ "GigabitEthernet0/0",
+ "HundredGigabitEthernet0/0",
+ "Loopback0/0",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "FastEthernet1/1",
+ "FastEthernet1/3",
+ "FastEthernet1/2",
+ "FastEthernet0/1",
+ "FastEthernet0/3",
+ "FastEthernet0/2",
+ "HundredGigabitEthernet1/0/0",
+ "HundredGigabitEthernet1/0/2",
+ "HundredGigabitEthernet1/0/1",
+ "Ethernet0",
+ "Ethernet2",
+ "Ethernet1",
+ ]
+ },
+ "received": [
+ "Ethernet0",
+ "Ethernet1",
+ "Ethernet2",
+ "FastEthernet0/1",
+ "FastEthernet0/2",
+ "FastEthernet0/3",
+ "FastEthernet1/1",
+ "FastEthernet1/2",
+ "FastEthernet1/3",
+ "HundredGigabitEthernet1/0/0",
+ "HundredGigabitEthernet1/0/1",
+ "HundredGigabitEthernet1/0/2",
+ ],
+ },
+ {
+ "sent": {
+ "interfaces": [
+ "FastEthernet0/1",
+ "FastEthernet0/3",
+ "FastEthernet0/2",
+ "HundredGigabitEthernet1/0/0",
+ "HundredGigabitEthernet1/0/2",
+ "HundredGigabitEthernet1/0/1",
+ "Ethernet0",
+ "Ethernet2",
+ "Ethernet1",
+ ],
+ "reverse": True,
+ },
+ "received": [
+ "HundredGigabitEthernet1/0/0",
+ "HundredGigabitEthernet1/0/1",
+ "HundredGigabitEthernet1/0/2",
+ "FastEthernet0/1",
+ "FastEthernet0/2",
+ "FastEthernet0/3",
+ "Ethernet0",
+ "Ethernet1",
+ "Ethernet2",
+ ],
+ },
+]
+
+INTERFACE_RANGE_COMPRESS = [
+ {"sent": [], "received": []},
+ {"sent": ["Gi1"], "received": ["Gi1"]},
+ {"sent": ["Gi1", "Gi2", "Gi3"], "received": ["Gi1-3"]},
+ {"sent": ["Gi1", "Gi1/1/1/1/1", "Gi1/1/1/1/2"], "received": ["Gi1", "Gi1/1/1/1/1-2"]},
+ {"sent": ["Gi0/1", "Gi0/2", "Gi0/4", "Gi1/0", "Gi1/1"], "received": ["Gi0/1-2", "Gi0/4", "Gi1/0-1"]},
+ {
+ "sent": ["Gi1", "Gi3", "Gi5", "Gi7", "Gi9", "Gi11", "Gi0/1", "Gi0/2", "Gi0/3", "Gi0/0", "Gi0/4"],
+ "received": ["Gi0/0-4", "Gi1", "Gi3", "Gi5", "Gi7", "Gi9", "Gi11"],
+ },
+ {
+ "sent": [
+ "Gi152/1/0/2",
+ "Gi152/1/0/3",
+ "Gi152/1/0/4",
+ "Gi152/1/0/5",
+ "Gi152/1/0/6",
+ "Gi152/2/0/1",
+ "Gi152/2/0/2",
+ "Gi152/2/0/2",
+ "Gi152/2/0/3",
+ "Gi152/2/0/5",
+ ],
+ "received": ["Gi152/1/0/2-6", "Gi152/2/0/1-3", "Gi152/2/0/5"],
+ },
]
@@ -59,6 +557,40 @@ def test_canonical_interface_name_failure():
interface.canonical_interface_name(**data)
+@pytest.mark.parametrize("data", CANONICAL_INTERFACE_NAME_LIST)
+def test_canonical_interface_name_list(data):
+ assert interface.canonical_interface_name_list(**data["sent"]) == data["received"]
+
+
+def test_canonical_interface_name_list_failure():
+ with pytest.raises(ValueError, match=r"Verify interface on and no match found for [^,]*, [^ ]*"):
+ data = {"interfaces": ["SuperFastEth1/0/1", "SuperFastEth1/0/2"], "verify": True}
+ interface.canonical_interface_name_list(**data)
+
+
+def test_canonical_interface_name_list_order_failure():
+ with pytest.raises(ValueError, match=r"weight is not one of the supported orderings"):
+ data = {"interfaces": ["SuperFastEth1/0/1", "SuperFastEth1/0/2"], "order": "weight"}
+ interface.canonical_interface_name_list(**data)
+
+
+@pytest.mark.parametrize("data", ABBREVIATED_INTERFACE_NAME_LIST)
+def test_abbreviated_interface_name_list(data):
+ assert interface.abbreviated_interface_name_list(**data["sent"]) == data["received"]
+
+
+def test_abbreviated_interface_name_list_failure():
+ with pytest.raises(ValueError, match=r"Verify interface on and no match found for [^,]*, [^ ]*"):
+ data = {"interfaces": ["SuperFastEth1/0/1", "SuperFastEth1/0/2"], "verify": True}
+ interface.canonical_interface_name_list(**data)
+
+
+def test_abbreviated_interface_name_list_order_failure():
+ with pytest.raises(ValueError, match=r"speed is not one of the supported orderings"):
+ data = {"interfaces": ["GigabitEthernet1/0/1", "GigabitEthernet1/0/2"], "order": "speed"}
+ interface.abbreviated_interface_name_list(**data)
+
+
@pytest.mark.parametrize("data", ABBREVIATED_INTERFACE_NAME)
def test_abbreviated_interface_name(data):
assert interface.abbreviated_interface_name(**data["sent"]) == data["received"]
@@ -68,3 +600,41 @@ def test_abbreviated_interface_name_failure():
with pytest.raises(ValueError, match=r"Verify interface on and no match found for*"):
data = {"interface": "SuperFastEth 1/0/1", "verify": True}
interface.abbreviated_interface_name(**data)
+
+
+@pytest.mark.parametrize("data", INTERFACE_EXPANSION)
+def test_interface_range_expansion(data):
+ assert interface.interface_range_expansion(data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", INTERFACE_RANGE_COMPRESS)
+def test_interface_range_compress(data):
+ assert interface.interface_range_compress(data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", BAD_INTERFACE_NAMES)
+def test_split_interface_tuple_fails(data):
+ with pytest.raises(ValueError):
+ interface._split_interface_tuple(data) # pylint: disable=W0212
+
+
+def test_interface_sort_empty():
+ assert not interface.sort_interface_list([])
+
+
+@pytest.mark.parametrize("data", INTERFACE_SORT)
+def test_interface_sort_prune(data):
+ """Assert that duplicate nodes are pruned from the tree."""
+ assert set(interface.sort_interface_list(data["sent"])) == set(data["received"])
+
+
+@pytest.mark.parametrize("data", INTERFACE_SORT)
+def test_interface_sort_order(data):
+ """Assert that the tree iterates in canonical order."""
+ assert interface.sort_interface_list(data["sent"]) == data["received"]
+
+
+def test_abbreviated_interface_name_order_failure():
+ with pytest.raises(ValueError, match=r"weight is not one of the supported orderings"):
+ data = {"interfaces": "SuperFastEth 1/0/1", "order": "weight"}
+ interface.abbreviated_interface_name_list(**data)
diff --git a/tests/unit/test_ip.py b/tests/unit/test_ip.py
index 702f492..2553dd7 100644
--- a/tests/unit/test_ip.py
+++ b/tests/unit/test_ip.py
@@ -1,12 +1,79 @@
"""Test for the IP functions."""
+
+import ipaddress
+
import pytest
from netutils import ip
+IP_ADDRESS = [
+ {
+ "sent": {"ip": "10.1.1.1", "attr": "is_loopback"},
+ "received": False,
+ },
+ {
+ "sent": {"ip": "10.1.1.1", "attr": "__int__"},
+ "received": 167837953,
+ },
+ {
+ "sent": {"ip": "10.1.1.1", "attr": "is_private"},
+ "received": True,
+ },
+ {
+ "sent": {"ip": "10.1.1.1", "attr": "__str__"},
+ "received": "10.1.1.1",
+ },
+]
+
+IP_INTERFACE = [
+ {
+ "sent": {"ip": "10.1.1.1/24", "attr": "is_loopback"},
+ "received": False,
+ },
+ {
+ "sent": {"ip": "10.1.1.1/24", "attr": "__int__"},
+ "received": 167837953,
+ },
+ {
+ "sent": {"ip": "10.1.1.1/24", "attr": "network.__str__"},
+ "received": "10.1.1.0/24",
+ },
+ {
+ "sent": {"ip": "10.1.1.1/24", "attr": "netmask.__str__"},
+ "received": "255.255.255.0",
+ },
+]
+
+IP_NETWORK_WITH_KWARGS = [
+ {
+ "sent": {"ip": "10.1.1.0/28", "attr": "subnets", "new_prefix": 30},
+ "received": "[IPv4Network('10.1.1.0/30'), IPv4Network('10.1.1.4/30'), IPv4Network('10.1.1.8/30'), IPv4Network('10.1.1.12/30')]",
+ },
+ {
+ "sent": {"ip": "10.1.1.0/28", "attr": "subnets"},
+ "received": "[IPv4Network('10.1.1.0/29'), IPv4Network('10.1.1.8/29')]",
+ },
+]
+
+IP_NETWORK = [
+ {
+ "sent": {"ip": "10.1.1.0/24", "attr": "hostmask.__str__"},
+ "received": "0.0.0.255",
+ },
+ {
+ "sent": {"ip": "10.1.1.0/24", "attr": "network_address.__int__"},
+ "received": 167837952,
+ },
+ {
+ "sent": {"ip": "10.1.1.0/24", "attr": "version"},
+ "received": 4,
+ },
+]
+
IP_TO_HEX = [
{
"sent": {"ip": "10.1.1.1"},
- "received": "a010101",
+ "received": "0a010101",
},
{
"sent": {"ip": "2001:db8:3333:4444:5555:6666:7777:8888"},
@@ -53,13 +120,13 @@
"sent": {
"ip": "10.1.1.1",
},
- "received": "1010000000010000000100000001",
+ "received": "00001010000000010000000100000001",
},
{
"sent": {
"ip": "2001:db8:3333:4444:5555:6666:7777:8888",
},
- "received": "100000000000010000110110111000001100110011001101000100010001000101010101010101011001100110011001110111011101111000100010001000",
+ "received": "00100000000000010000110110111000001100110011001101000100010001000101010101010101011001100110011001110111011101111000100010001000",
},
]
@@ -107,6 +174,145 @@
},
]
+IS_IP_RANGE = [
+ {
+ "sent": {
+ "ip_range": "10.1.1.1",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "10.1.100.10-10.1.100.1",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "2001::10-2001::1",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "10.500.100.10-10.1.100.1",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "NOT AN IP",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "255.255.255.256",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip_range": "10.1.100.10-10.1.100.100",
+ },
+ "received": True,
+ },
+ {
+ "sent": {
+ "ip_range": "2001::10-2001::100",
+ },
+ "received": True,
+ },
+]
+
+GET_RANGE_IPS = [
+ {
+ "sent": {
+ "ip_range": "2001::10-2001::100",
+ },
+ "received": (ipaddress.IPv6Address("2001::10"), ipaddress.IPv6Address("2001::100")),
+ },
+ {
+ "sent": {
+ "ip_range": "10.1.100.10-10.1.100.100",
+ },
+ "received": (ipaddress.IPv4Address("10.1.100.10"), ipaddress.IPv4Address("10.1.100.100")),
+ },
+]
+
+IS_IP_WITHIN = [
+ {
+ "sent": {
+ "ip": "192.168.1.10",
+ "ip_compare": "192.168.1.10",
+ },
+ "received": True,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.10",
+ "ip_compare": "192.168.1.0-192.168.1.20",
+ },
+ "received": True,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.0/24",
+ "ip_compare": ["192.168.1.0-192.168.1.20", "192.168.2.0-192.168.2.20"],
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.10-192.168.1.15",
+ "ip_compare": ["192.168.1.0-192.168.1.20", "192.168.2.0-192.168.2.20"],
+ },
+ "received": True,
+ },
+ {
+ "sent": {
+ "ip": "10.0.0.0/8",
+ "ip_compare": ["192.168.1.0/24", "172.16.0.0/12"],
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.10",
+ "ip_compare": "192.168.1.20",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.10",
+ "ip_compare": "192.168.2.0-192.168.2.20",
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.0/24",
+ "ip_compare": ["192.168.2.0-192.168.2.20", "192.168.3.0-192.168.3.20"],
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.50-192.168.1.60",
+ "ip_compare": ["192.168.2.0-192.168.2.20", "192.168.3.0-192.168.3.20"],
+ },
+ "received": False,
+ },
+ {
+ "sent": {
+ "ip": "192.168.1.10",
+ "ip_compare": "192.168.2.0/24",
+ },
+ "received": False,
+ },
+]
+
GET_BROADCAST_ADDRESS = [
{
"sent": {"ip_network": "10.1.1.0/24"},
@@ -153,6 +359,57 @@
},
]
+GET_PEER = [
+ {
+ "sent": {"ip_interface": "10.0.0.1/255.255.255.252"},
+ "received": "10.0.0.2",
+ },
+ {
+ "sent": {"ip_interface": "10.0.0.2/30"},
+ "received": "10.0.0.1",
+ },
+ {
+ "sent": {"ip_interface": "10.0.0.1/31"},
+ "received": "10.0.0.0",
+ },
+ {
+ "sent": {"ip_interface": "10.0.0.0/255.255.255.254"},
+ "received": "10.0.0.1",
+ },
+ {
+ "sent": {"ip_interface": "2001::1/126"},
+ "received": "2001::2",
+ },
+ {
+ "sent": {"ip_interface": "2001::1/127"},
+ "received": "2001::",
+ },
+]
+GET_PEER_BAD_MASK = [
+ {
+ "sent": {"ip_interface": "10.0.0.1/255.255.255.255"},
+ },
+ {
+ "sent": {"ip_interface": "10.0.0.2/24"},
+ },
+ {
+ "sent": {"ip_interface": "2001::/64"},
+ },
+]
+
+GET_PEER_BAD_IP = [
+ {
+ "sent": {"ip_interface": "10.0.0.0/255.255.255.252"},
+ },
+ {
+ "sent": {"ip_interface": "10.0.0.3/30"},
+ },
+ {
+ "sent": {"ip_interface": "2001::/126"},
+ },
+]
+
+
USABLE_RANGE = [
{
"sent": {"ip_network": "10.1.1.0/24"},
@@ -183,12 +440,25 @@
{"sent": {"netmask": "255.0.128.0"}, "received": False},
{"sent": {"netmask": "44"}, "received": False},
{"sent": {"netmask": "mynetmask"}, "received": False},
+ {"sent": {"netmask": "dead:beef:cafe::"}, "received": False},
+ {"sent": {"netmask": "ff00::"}, "received": True},
+ {"sent": {"netmask": "ffff:ffff:ffff:ffff:ffff::"}, "received": True},
+]
+
+IS_REVERSIBLE_WILDCARDMASK = [
+ {"sent": {"wildcardmask": "0.0.0.255"}, "received": True},
+ {"sent": {"wildcardmask": "0.0.0.0"}, "received": True},
+ {"sent": {"wildcardmask": "0.0.0.1"}, "received": True},
+ {"sent": {"wildcardmask": "0.0.0.2"}, "received": False},
+ {"sent": {"wildcardmask": "0.0.255.0"}, "received": False},
]
NETMASK_CIDR = [
{"sent": {"netmask": "255.255.255.0"}, "received": 24},
{"sent": {"netmask": "255.192.0.0"}, "received": 10},
{"sent": {"netmask": "255.255.255.252"}, "received": 30},
+ {"sent": {"netmask": "ff00::"}, "received": 8},
+ {"sent": {"netmask": "ffff:ffff:ffff:ffff:ffff::"}, "received": 80},
]
CIDR_NETMASK = [
@@ -198,6 +468,95 @@
{"sent": {"cidr": 17}, "received": "255.255.128.0"},
]
+CIDR_NETMASK6 = [
+ {"sent": {"cidr": 8}, "received": "ff00::"},
+ {"sent": {"cidr": 80}, "received": "ffff:ffff:ffff:ffff:ffff::"},
+]
+
+NETMASK_WILDCARDMASK = [
+ {"sent": {"netmask": "255.255.255.254"}, "received": "0.0.0.1"},
+ {"sent": {"netmask": "255.255.255.252"}, "received": "0.0.0.3"},
+ {"sent": {"netmask": "255.255.255.0"}, "received": "0.0.0.255"},
+ {"sent": {"netmask": "255.255.254.0"}, "received": "0.0.1.255"},
+ {"sent": {"netmask": "255.255.252.0"}, "received": "0.0.3.255"},
+ {"sent": {"netmask": "255.255.0.0"}, "received": "0.0.255.255"},
+ {"sent": {"netmask": "255.254.0.0"}, "received": "0.1.255.255"},
+ {"sent": {"netmask": "255.0.0.0"}, "received": "0.255.255.255"},
+]
+
+WILDCARDMASK_NETMASK = [
+ {"sent": {"wildcardmask": "0.0.0.1"}, "received": "255.255.255.254"},
+ {"sent": {"wildcardmask": "0.0.0.3"}, "received": "255.255.255.252"},
+ {"sent": {"wildcardmask": "0.0.0.255"}, "received": "255.255.255.0"},
+ {"sent": {"wildcardmask": "0.0.1.255"}, "received": "255.255.254.0"},
+ {"sent": {"wildcardmask": "0.0.3.255"}, "received": "255.255.252.0"},
+ {"sent": {"wildcardmask": "0.0.255.255"}, "received": "255.255.0.0"},
+ {"sent": {"wildcardmask": "0.1.255.255"}, "received": "255.254.0.0"},
+ {"sent": {"wildcardmask": "0.255.255.255"}, "received": "255.0.0.0"},
+]
+
+COUNT_BITS = [
+ {"sent": 0, "received": 0},
+ {"sent": 234, "received": 5},
+ {"sent": 255, "received": 8},
+ {"sent": 0xFFFFFFFFFFFFFFFF, "received": 64},
+]
+
+IS_CLASSFUL = [
+ {"sent": {"ip_network": "0.0.0.0/8"}, "received": True},
+ {"sent": {"ip_network": "127.0.0.0/8"}, "received": True},
+ {"sent": {"ip_network": "128.0.0.0/8"}, "received": False},
+ {"sent": {"ip_network": "128.0.0.0/16"}, "received": True},
+ {"sent": {"ip_network": "191.255.0.0/16"}, "received": True},
+ {"sent": {"ip_network": "192.0.0.0/26"}, "received": False},
+ {"sent": {"ip_network": "192.0.0.0/24"}, "received": True},
+ {"sent": {"ip_network": "223.255.255.0/24"}, "received": True},
+ {"sent": {"ip_network": "224.0.0.0/24"}, "received": False},
+]
+
+SORTED_IPS = [
+ {
+ "sent": "10.0.10.0/24,10.0.100.0/24,10.0.12.0/24,10.0.200.0/24",
+ "expected": ["10.0.10.0/24", "10.0.12.0/24", "10.0.100.0/24", "10.0.200.0/24"],
+ "sort_type": "network",
+ },
+ {
+ "sent": "10.0.10.0/24, 10.0.100.0/24, 10.0.12.0/24, 10.0.200.0/24",
+ "expected": ["10.0.10.0/24", "10.0.12.0/24", "10.0.100.0/24", "10.0.200.0/24"],
+ "sort_type": "network",
+ },
+ {
+ "sent": "192.168.1.1,10.1.1.2,172.16.10.1",
+ "expected": ["10.1.1.2", "172.16.10.1", "192.168.1.1"],
+ "sort_type": "address",
+ },
+ {
+ "sent": "192.168.1.1/24,10.1.1.2/32,172.16.10.1/16",
+ "expected": ["10.1.1.2/32", "172.16.10.1/16", "192.168.1.1/24"],
+ "sort_type": "interface",
+ },
+ {
+ "sent": "10.0.0.0/24, 10.0.0.0/16, 10.0.0.0/18",
+ "expected": ["10.0.0.0/16", "10.0.0.0/18", "10.0.0.0/24"],
+ "sort_type": "network",
+ },
+ {
+ "sent": ["10.0.10.0/24", "10.0.100.0/24", "10.0.12.0/24", "10.0.200.0/24"],
+ "expected": ["10.0.10.0/24", "10.0.12.0/24", "10.0.100.0/24", "10.0.200.0/24"],
+ "sort_type": "network",
+ },
+ {
+ "sent": ["192.168.1.1", "10.1.1.2", "172.16.10.1"],
+ "expected": ["10.1.1.2", "172.16.10.1", "192.168.1.1"],
+ "sort_type": "address",
+ },
+ {
+ "sent": ["192.168.1.1/24", "10.1.1.2/32", "172.16.10.1/16"],
+ "expected": ["10.1.1.2/32", "172.16.10.1/16", "192.168.1.1/24"],
+ "sort_type": "interface",
+ },
+]
+
@pytest.mark.parametrize("data", IP_TO_HEX)
def test_ip_to_hex(data):
@@ -224,9 +583,36 @@ def test_is_ip(data):
assert ip.is_ip(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", IS_IP_RANGE)
+def test_is_ip_range(data):
+ assert ip.is_ip_range(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", GET_RANGE_IPS)
+def test_get_range_ips(data):
+ assert ip.get_range_ips(**data["sent"]) == data["received"]
+
+
+def test_get_range_ips_fail():
+ with pytest.raises(ValueError, match=r"Not a valid IP range format of .*"):
+ data = {"ip_range": "10.1.100.10-10.1.100.1"}
+ ip.get_range_ips(**data)
+
+
+@pytest.mark.parametrize("data", IS_IP_WITHIN)
+def test_is_ip_within(data):
+ assert ip.is_ip_within(**data["sent"]) == data["received"]
+
+
+def test_is_ip_within_fail():
+ with pytest.raises(ValueError):
+ data = {"ip": "10.1.100.100", "ip_compare": "10.1.100.10-2001::1"}
+ ip.is_ip_within(**data)
+
+
@pytest.mark.parametrize("data", GET_ALL_HOST)
def test_get_all_host(data):
- assert ip.get_all_host(**data["sent"]) == data["received"]
+ assert list(ip.get_all_host(**data["sent"])) == data["received"]
@pytest.mark.parametrize("data", GET_BROADCAST_ADDRESS)
@@ -249,6 +635,11 @@ def test_is_netmask(data):
assert ip.is_netmask(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", IS_REVERSIBLE_WILDCARDMASK)
+def test_is_reversible_wildcardmask(data):
+ assert ip.is_reversible_wildcardmask(**data["sent"]) == data["received"]
+
+
@pytest.mark.parametrize("data", NETMASK_CIDR)
def test_netmask_to_cidr(data):
assert ip.netmask_to_cidr(**data["sent"]) == data["received"]
@@ -265,7 +656,95 @@ def test_cidr_to_netmask(data):
assert ip.cidr_to_netmask(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", CIDR_NETMASK6)
+def test_cidr_to_netmaskv6(data):
+ assert ip.cidr_to_netmaskv6(**data["sent"]) == data["received"]
+
+
+def test_cidr_to_netmaskv6_fail():
+ with pytest.raises(ValueError, match=r"Parameter must be an integer between 0 and 128.*"):
+ data = {"cidr": 129}
+ ip.cidr_to_netmaskv6(**data)
+
+
def test_cidr_to_netmask_fail():
with pytest.raises(ValueError, match=r"Parameter must be an integer between 0 and 32."):
data = {"cidr": 37}
ip.cidr_to_netmask(**data)
+
+
+@pytest.mark.parametrize("data", NETMASK_WILDCARDMASK)
+def test_netmask_to_wildcardmask(data):
+ assert ip.netmask_to_wildcardmask(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", WILDCARDMASK_NETMASK)
+def test_wildcardmask_to_netmask(data):
+ assert ip.wildcardmask_to_netmask(**data["sent"]) == data["received"]
+
+
+def test_wildcardmask_to_netmask_invalid():
+ with pytest.raises(ValueError, match="Wildcard mask is not valid."):
+ ip.wildcardmask_to_netmask("0.0.255.0")
+
+
+@pytest.mark.parametrize("data", GET_PEER)
+def test_get_peer_ip(data):
+ assert ip.get_peer_ip(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", GET_PEER_BAD_MASK)
+def test_get_peer_ip_fail_subnet(data):
+ with pytest.raises(ValueError, match=r".*acceptable masks.*"):
+ ip.get_peer_ip(**data["sent"])
+
+
+@pytest.mark.parametrize("data", GET_PEER_BAD_IP)
+def test_get_peer_ip_fail_ip(data):
+ with pytest.raises(ValueError, match=r".*usable range.*"):
+ ip.get_peer_ip(**data["sent"])
+
+
+@pytest.mark.parametrize("data", IP_ADDRESS)
+def test_ipaddress_address(data):
+ assert ip.ipaddress_address(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", IP_INTERFACE)
+def test_ipaddress_interface(data):
+ assert ip.ipaddress_interface(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", IP_NETWORK)
+def test_ipaddress_network(data):
+ assert ip.ipaddress_network(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", IP_NETWORK_WITH_KWARGS)
+def test_ipaddress_network_with_kwargs(data):
+ assert str(list(ip.ipaddress_network(**data["sent"]))) == data["received"]
+
+
+@pytest.mark.parametrize("data", IS_CLASSFUL)
+def test_is_classful(data):
+ assert ip.is_classful(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", SORTED_IPS)
+def test_get_ips_sorted(data):
+ assert data["expected"] == ip.get_ips_sorted(data["sent"], sort_type=data["sort_type"])
+
+
+def test_get_ips_sorted_exception_invalid_list():
+ with pytest.raises(ValueError, match="Not a concatenated list of IPs as expected."):
+ ip.get_ips_sorted("10.1.1.1/24 10.2.2.2/16")
+
+
+def test_get_ips_sorted_exception_invalid_instance_type():
+ with pytest.raises(ValueError, match="Not a concatenated list of IPs as expected."):
+ ip.get_ips_sorted({"10.1.1.1/24", "10.2.2.2/16"})
+
+
+def test_get_ips_sorted_invalid_sort_type():
+ with pytest.raises(ValueError, match="Invalid sort type passed. Must be `address`, `interface`, or `network`."):
+ ip.get_ips_sorted("10.0.0.0/24,192.168.0.0/16", sort_type="wrong_type")
diff --git a/tests/unit/test_lib_helpers.py b/tests/unit/test_lib_helpers.py
new file mode 100755
index 0000000..7de1fb7
--- /dev/null
+++ b/tests/unit/test_lib_helpers.py
@@ -0,0 +1,14 @@
+"""Test for the lib_helpers definitions."""
+
+from unittest import mock
+
+import pytest
+
+from netutils.lib_helpers import get_napalm_getters
+
+
+@mock.patch.dict("sys.modules", {"napalm": None})
+def test_get_napalm_getters_napalm_not_installed():
+ with pytest.raises(ImportError) as exc:
+ get_napalm_getters()
+ assert "Napalm must be installed for this function to operate." == str(exc.value)
diff --git a/tests/unit/test_lib_helpers_optionals.py b/tests/unit/test_lib_helpers_optionals.py
new file mode 100755
index 0000000..f53bc3d
--- /dev/null
+++ b/tests/unit/test_lib_helpers_optionals.py
@@ -0,0 +1,47 @@
+"""Test for the lib_helpers definitions when optional packages are installed."""
+
+from unittest import mock
+
+import pytest
+
+from netutils.lib_helpers import get_napalm_getters
+
+
+def test_get_napalm_getters_napalm_installed_default():
+ pytest.importorskip("napalm")
+ with mock.patch("napalm.get_network_driver"):
+ napalm_getters = get_napalm_getters()
+ assert all(item in napalm_getters.keys() for item in ["asa", "eos", "fortios"])
+
+
+def test_get_napalm_getters_napalm_installed_nxos_keys():
+ pytest.importorskip("napalm")
+ napalm_getters = get_napalm_getters()
+ assert list(napalm_getters["nxos"].keys()) == [
+ "get_arp_table",
+ "get_bgp_config",
+ "get_bgp_neighbors",
+ "get_bgp_neighbors_detail",
+ "get_config",
+ "get_environment",
+ "get_facts",
+ "get_firewall_policies",
+ "get_interfaces",
+ "get_interfaces_counters",
+ "get_interfaces_ip",
+ "get_ipv6_neighbors_table",
+ "get_lldp_neighbors",
+ "get_lldp_neighbors_detail",
+ "get_mac_address_table",
+ "get_network_instances",
+ "get_ntp_peers",
+ "get_ntp_servers",
+ "get_ntp_stats",
+ "get_optics",
+ "get_probes_config",
+ "get_probes_results",
+ "get_route_to",
+ "get_snmp_information",
+ "get_users",
+ "get_vlans",
+ ]
diff --git a/tests/unit/test_lib_mapper.py b/tests/unit/test_lib_mapper.py
index 72a8613..878ec18 100644
--- a/tests/unit/test_lib_mapper.py
+++ b/tests/unit/test_lib_mapper.py
@@ -1,7 +1,42 @@
"""Test for the lib_mapper definitions."""
+
import pytest
from netutils import lib_mapper
+from netutils.config.compliance import parser_map
+
+LIBRARIES = [
+ "AERLEON",
+ "ANSIBLE",
+ "CAPIRCA",
+ "FORWARDNETWORKS",
+ "HIERCONFIG",
+ "NETMIKO",
+ "NETUTILSPARSER",
+ "NTCTEMPLATES",
+ "NAPALM",
+ "PYATS",
+ "PYNTC",
+ "SCRAPLI",
+]
+
+MAPPERS = {}
+REVERSE_MAPPERS = {}
+
+# Collect all variables ending with _LIB_MAPPER and _LIB_MAPPER_REVERSE
+for name in dir(lib_mapper):
+ value = getattr(lib_mapper, name)
+
+ if not isinstance(value, dict) or any(
+ name.startswith(prefix) for prefix in ["NAME_TO", "KEY_TO", "_", "MAIN", "DNA_CENTER"]
+ ):
+ continue
+ if name.endswith("_LIB_MAPPER") and isinstance(value, dict):
+ lib_name = name.replace("_LIB_MAPPER", "").lower()
+ MAPPERS[lib_name] = value
+ elif name.endswith("_LIB_MAPPER_REVERSE") and isinstance(value, dict):
+ lib_name = name.replace("_LIB_MAPPER_REVERSE", "").lower()
+ REVERSE_MAPPERS[lib_name] = value
def test_lib_mapper():
@@ -12,14 +47,120 @@ def test_lib_mapper():
assert len(lib_mapper.NAPALM_LIB_MAPPER.keys()) > 4
assert len(lib_mapper.PYATS_LIB_MAPPER.keys()) > 10
assert len(lib_mapper.PYNTC_LIB_MAPPER.keys()) > 5
+ assert len(lib_mapper.HIERCONFIG_LIB_MAPPER.keys()) > 4
+ assert len(lib_mapper.NETUTILSPARSER_LIB_MAPPER.keys()) > 10
assert lib_mapper.ANSIBLE_LIB_MAPPER["cisco.ios.ios"] == "cisco_ios"
assert lib_mapper.NAPALM_LIB_MAPPER["ios"] == "cisco_ios"
assert lib_mapper.PYNTC_LIB_MAPPER["arista_eos_eapi"] == "arista_eos"
assert lib_mapper.NAPALM_LIB_MAPPER_REVERSE[lib_mapper.ANSIBLE_LIB_MAPPER["cisco.ios.ios"]] == "ios"
+ assert lib_mapper.HIERCONFIG_LIB_MAPPER["ios"] == "cisco_ios"
+ assert lib_mapper.HIERCONFIG_LIB_MAPPER_REVERSE[lib_mapper.HIERCONFIG_LIB_MAPPER["ios"]] == "ios"
+ assert lib_mapper.FORWARDNETWORKS_LIB_MAPPER["IOS"] == "cisco_ios"
+ assert lib_mapper.FORWARDNETWORKS_LIB_MAPPER_REVERSE[lib_mapper.FORWARDNETWORKS_LIB_MAPPER["IOS"]] == "IOS"
-@pytest.mark.parametrize("lib", ["ANSIBLE", "NETMIKO", "NTCTEMPLATES", "NAPALM", "PYATS", "PYNTC"])
+@pytest.mark.parametrize("lib", LIBRARIES)
def test_lib_mapper_reverse(lib):
- mapper = dict((v, k) for k, v in getattr(lib_mapper, f"{lib}_LIB_MAPPER").items())
- rev_mapper = getattr(lib_mapper, f"{lib}_LIB_MAPPER_REVERSE")
+ """Test that the forward is same as reverse, some accommodations must be made."""
+ rev_mapper = getattr(lib_mapper, f"{lib}_LIB_MAPPER_REVERSE").copy()
+ _mapper = getattr(lib_mapper, f"{lib}_LIB_MAPPER").copy()
+ if lib == "NAPALM":
+ _mapper.pop("nxos_ssh")
+ if lib == "NETMIKO":
+ _mapper.pop("f5_ltm")
+ _mapper.pop("f5_tmsh")
+ _mapper.pop("f5_linux")
+ if lib == "NTCTEMPLATES":
+ _mapper.pop("f5_ltm")
+ _mapper.pop("f5_tmsh")
+ _mapper.pop("f5_linux")
+ _mapper.pop("cisco_xe")
+ if lib in [
+ "AERLEON",
+ "ANSIBLE",
+ "CAPIRCA",
+ "FORWARDNETWORKS",
+ "HIERCONFIG",
+ "NETUTILSPARSER",
+ "NTCTEMPLATES",
+ "NAPALM",
+ "PYATS",
+ "PYNTC",
+ "SCRAPLI",
+ ]:
+ rev_mapper.pop("cisco_xe")
+ if lib in ["HIERCONFIG"]:
+ _mapper.pop("iosxe")
+ if lib in ["FORWARDNETWORKS"]:
+ _mapper.pop("LINUX_OVS_OFCTL")
+ _mapper.pop("IOS_XE")
+ _mapper.pop("SRX")
+ if lib in ["AERLEON", "CAPIRCA"]:
+ _mapper.pop("juniperevo")
+ _mapper.pop("srx")
+ _mapper.pop("srxlo")
+ _mapper.pop("msmpc")
+ _mapper.pop("windows_advfirewall")
+ mapper = dict((v, k) for k, v in _mapper.items())
+
assert mapper == rev_mapper
+
+
+def test_lib_mapper_ntctemplates_reverse_only():
+ """Cisco XE is the only one that has a reverse ONLY mapping."""
+ assert lib_mapper.NTCTEMPLATES_LIB_MAPPER_REVERSE["cisco_xe"] == "cisco_ios"
+ assert lib_mapper.NTCTEMPLATES_LIB_MAPPER_REVERSE["cisco_ios"] == "cisco_ios"
+ assert lib_mapper.NTCTEMPLATES_LIB_MAPPER["cisco_ios"] == "cisco_ios"
+ assert lib_mapper.NTCTEMPLATES_LIB_MAPPER["cisco_xe"] == "cisco_xe"
+
+
+def test_name_to_all_lib_mapper():
+ """Test that the data structure returns as expected in NAME_TO_ALL_LIB_MAPPER."""
+ assert lib_mapper.NAME_TO_ALL_LIB_MAPPER["arista_eos"]["ansible"] == "arista.eos.eos"
+ assert lib_mapper.NAME_TO_ALL_LIB_MAPPER["arista_eos"]["pyntc"] == "arista_eos_eapi"
+ assert lib_mapper.NAME_TO_ALL_LIB_MAPPER["cisco_ios"]["dna_center"] == "IOS"
+
+
+@pytest.mark.parametrize("lib", LIBRARIES)
+def test_lib_mapper_alpha(lib):
+ original = list(getattr(lib_mapper, f"{lib}_LIB_MAPPER").keys())
+ sorted_keys = sorted(original)
+ rev_original = list(getattr(lib_mapper, f"{lib}_LIB_MAPPER_REVERSE").keys())
+ rev_sorted_keys = sorted(rev_original)
+ assert original == sorted_keys
+ assert rev_original == rev_sorted_keys
+
+
+def test_netutils_parser():
+ """Test that the parser_map in compliance have been added to NETUTILSPARSER lib mappers."""
+ assert parser_map.keys() == lib_mapper.NETUTILSPARSER_LIB_MAPPER.keys()
+ assert list(parser_map.keys()) == sorted(list(lib_mapper.NETUTILSPARSER_LIB_MAPPER.keys()))
+
+
+@pytest.mark.parametrize("lib", LIBRARIES)
+def test_lib_mapper_normalized_name(lib):
+ """Ensure that MAIN_LIB_MAPPER is kept up to date."""
+ for key in getattr(lib_mapper, f"{lib}_LIB_MAPPER_REVERSE").keys():
+ assert key in lib_mapper.MAIN_LIB_MAPPER
+ for attr in getattr(lib_mapper, f"{lib}_LIB_MAPPER").values():
+ assert attr in lib_mapper.MAIN_LIB_MAPPER
+
+
+def test_all_mappers_included():
+ """Ensure NAME_TO_LIB_MAPPER includes all _LIB_MAPPER dictionaries."""
+ expected_libs = set(MAPPERS.keys())
+ actual_libs = {lib.replace("_", "") for lib in lib_mapper.NAME_TO_LIB_MAPPER.keys()}
+
+ # Check for missing libraries
+ missing = expected_libs - actual_libs
+ assert len(missing) == 0, f"NAME_TO_LIB_MAPPER is missing libraries: {missing}"
+
+
+def test_all_reverse_mappers_included():
+ """Ensure NAME_TO_LIB_MAPPER_REVERSE includes all _LIB_MAPPER_REVERSE dictionaries."""
+ expected_libs = set(MAPPERS.keys())
+ actual_libs = {lib.replace("_", "") for lib in lib_mapper.NAME_TO_LIB_MAPPER_REVERSE.keys()}
+
+ # Check for missing libraries
+ missing = expected_libs - actual_libs
+ assert len(missing) == 0, f"NAME_TO_LIB_MAPPER_REVERSE is missing libraries: {missing}"
diff --git a/tests/unit/test_mac.py b/tests/unit/test_mac.py
index 6e3f472..cdbcfa4 100644
--- a/tests/unit/test_mac.py
+++ b/tests/unit/test_mac.py
@@ -1,4 +1,5 @@
"""Test for the MAC address functions."""
+
import pytest
from netutils import mac
@@ -159,6 +160,14 @@
},
]
+OUI = [
+ {"sent": {"mac": "64.b2.1d.aa.bb.cc"}, "received": "Chengdu Phycom Tech Co., Ltd."},
+ {"sent": {"mac": "68.db.f5.ff.32.44"}, "received": "Amazon Technologies Inc."},
+ {"sent": {"mac": "98e8facc87af"}, "received": "Nintendo Co.,Ltd"},
+ {"sent": {"mac": "4c:24:98:68:77:ff"}, "received": "Texas Instruments"},
+ {"sent": {"mac": "c8-aa-cc-33-54-67"}, "received": "Private"},
+]
+
@pytest.mark.parametrize("data", IS_VALID_MAC)
def test_is_valid_mac(data):
@@ -193,3 +202,13 @@ def test_to_list_failure():
def test_to_format_failure():
with pytest.raises(ValueError, match=r"An invalid mac format was provided in"):
mac.mac_to_format("aa.bb.cc.dd.ee.ff", "NON_FORMAT")
+
+
+@pytest.mark.parametrize("data", OUI)
+def test_get_oui(data):
+ assert mac.get_oui(**data["sent"]) == data["received"]
+
+
+def test_get_oui_failure():
+ with pytest.raises(ValueError, match=r"There was no matching entry in OUI_MAPPINGS for ffffff"):
+ mac.get_oui("ff-ff-ff-aa-56-67")
diff --git a/tests/unit/test_nist.py b/tests/unit/test_nist.py
new file mode 100644
index 0000000..2d1c830
--- /dev/null
+++ b/tests/unit/test_nist.py
@@ -0,0 +1,50 @@
+"""Test functions for NIST URL Utility"""
+
+import pytest
+
+from netutils import nist
+
+platform_nist_urls = [
+ {
+ "sent": {"network_driver": "cisco_ios", "version": "15.5"},
+ "received": ["https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:cisco:ios:15.5:*"],
+ },
+ {
+ "sent": {"network_driver": "arista_eos", "version": "4.15.3f"},
+ "received": ["https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:arista:eos:4.15.3f:*"],
+ },
+ # Juniper platforms receive multiple URLs to try as they are not very standardized and some return info on both
+ {
+ "sent": {"network_driver": "juniper_junos", "version": "12.3R12-S15"},
+ "received": [
+ "https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.3r12:s15:*:*:*:*:*:*",
+ "https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.3r12-s15:*:*:*:*:*:*:*",
+ ],
+ },
+ {
+ "sent": {"network_driver": "juniper_junos", "version": "12.3x48:d25"},
+ "received": [
+ "https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.3x48:d25:*:*:*:*:*:*",
+ "https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:juniper:junos:12.3x48-d25:*:*:*:*:*:*:*",
+ ],
+ },
+]
+
+
+# Testing the composition of the nist url(s) created for a platform
+@pytest.mark.parametrize("data", platform_nist_urls)
+def test_get_nist_urls(data):
+ platform_obj = nist.get_nist_urls(data["sent"]["network_driver"], data["sent"]["version"])
+ assert platform_obj == data["received"]
+
+
+def test_get_nist_urls_failed():
+ with pytest.raises(
+ ValueError, match=r"The network driver `fakeos` has no associated mapping, the supported drivers are*"
+ ):
+ nist.get_nist_urls("fakeos", "15.5")
+
+
+def test_get_nist_vendor_platform_urls():
+ platform_obj = nist.get_nist_vendor_platform_urls("cisco", "ios", "15.5")
+ assert platform_obj == ["https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:o:cisco:ios:15.5:*"]
diff --git a/tests/unit/test_os_versions.py b/tests/unit/test_os_versions.py
new file mode 100755
index 0000000..e647fd6
--- /dev/null
+++ b/tests/unit/test_os_versions.py
@@ -0,0 +1,176 @@
+"""Test for the lib_helpers definitions."""
+
+import pytest
+
+from netutils import os_version
+from netutils.constants import UPGRADE_PATHS
+
+LOOSE_VERSION = [
+ {"sent": {"current_version": "10.1", "comparison": ">=", "target_version": "10.2"}, "received": False},
+ {"sent": {"current_version": "2.0.1", "comparison": "<", "target_version": "2.0.2"}, "received": True},
+ {"sent": {"current_version": "1.0", "comparison": "==", "target_version": "1.0"}, "received": True},
+ {"sent": {"current_version": "1.2.3", "comparison": "!=", "target_version": "1.2.3"}, "received": False},
+ {"sent": {"current_version": "0.9.9", "comparison": ">", "target_version": "0.9.8"}, "received": True},
+ {"sent": {"current_version": "3.3.3", "comparison": "<=", "target_version": "3.3.4"}, "received": True},
+ {"sent": {"current_version": "2020.01.01", "comparison": ">=", "target_version": "2020.01.01"}, "received": True},
+ {"sent": {"current_version": "2020.1.1", "comparison": "==", "target_version": "2020.01.01"}, "received": True},
+ {"sent": {"current_version": "2.0.0a", "comparison": "<", "target_version": "2.0.1"}, "received": True},
+ {"sent": {"current_version": "1.10", "comparison": ">", "target_version": "1.2"}, "received": True},
+ {"sent": {"current_version": "3.3.3b", "comparison": "==", "target_version": "3.3.3b"}, "received": True},
+ {"sent": {"current_version": "1.0.0", "comparison": "!=", "target_version": "2.0.0"}, "received": True},
+]
+
+STRICT_VERSION = [
+ {"sent": {"current_version": "10.1", "comparison": ">=", "target_version": "10.2"}, "received": False},
+ {"sent": {"current_version": "2.0.1", "comparison": "<", "target_version": "2.0.2"}, "received": True},
+ {"sent": {"current_version": "1.0", "comparison": "==", "target_version": "1.0"}, "received": True},
+ {"sent": {"current_version": "1.2.3", "comparison": "!=", "target_version": "1.2.3"}, "received": False},
+ {"sent": {"current_version": "0.9.9", "comparison": ">", "target_version": "0.9.8"}, "received": True},
+ {"sent": {"current_version": "3.3.3", "comparison": "<=", "target_version": "3.3.4"}, "received": True},
+ {"sent": {"current_version": "2020.01.01", "comparison": ">=", "target_version": "2020.01.01"}, "received": True},
+ {"sent": {"current_version": "1.10", "comparison": ">", "target_version": "1.2"}, "received": True},
+ {"sent": {"current_version": "1.0.0", "comparison": "!=", "target_version": "2.0.0"}, "received": True},
+]
+
+PLATFORM_VERSION_METADATA = [
+ # Cisco and Arista use the generic parsing
+ {
+ "sent": {"vendor": "cisco", "platform": "ios", "version": "15.7(2.0z)M"},
+ "received": {
+ "major": "15",
+ "minor": "7",
+ "vendor_metadata": False,
+ },
+ },
+ {
+ "sent": {"vendor": "arista", "platform": "eos", "version": "4.15.3f"},
+ "received": {
+ "major": "4",
+ "minor": "15",
+ "vendor_metadata": False,
+ },
+ },
+ # Juniper Junos uses a custom parser
+ {
+ "sent": {"vendor": "juniper", "platform": "junos", "version": "12.4R"},
+ "received": {
+ "isservice": False,
+ "ismaintenance": False,
+ "isfrs": True,
+ "isspecial": False,
+ "main": "12",
+ "minor": "4",
+ "type": "R",
+ "build": None,
+ "service": None,
+ "service_build": None,
+ "service_respin": None,
+ "vendor_metadata": True,
+ "major": "12",
+ "patch": None,
+ },
+ },
+ {
+ "sent": {"vendor": "juniper", "platform": "junos", "version": "12.3x48-d80"},
+ "received": {
+ "isservice": False,
+ "ismaintenance": False,
+ "isfrs": False,
+ "isspecial": True,
+ "main": "12",
+ "minor": "3",
+ "type": "x",
+ "build": "48",
+ "service": "d",
+ "service_build": "80",
+ "service_respin": None,
+ "vendor_metadata": True,
+ "major": "12",
+ "patch": "48",
+ },
+ },
+ {
+ "sent": {"vendor": "juniper", "platform": "junos", "version": "12.3x48:d80"},
+ "received": {
+ "isservice": False,
+ "ismaintenance": False,
+ "isfrs": False,
+ "isspecial": True,
+ "main": "12",
+ "minor": "3",
+ "type": "x",
+ "build": "48",
+ "service": "d",
+ "service_build": "80",
+ "service_respin": None,
+ "vendor_metadata": True,
+ "major": "12",
+ "patch": "48",
+ },
+ },
+ {
+ "sent": {"vendor": "juniper", "platform": "junos", "version": "12.3R12-S15"},
+ "received": {
+ "isservice": True,
+ "ismaintenance": True,
+ "isfrs": False,
+ "isspecial": False,
+ "main": "12",
+ "minor": "3",
+ "type": "R",
+ "build": "12",
+ "service": "S",
+ "service_build": "15",
+ "service_respin": None,
+ "vendor_metadata": True,
+ "major": "12",
+ "patch": "12",
+ },
+ },
+]
+
+
+def test_get_upgrade_path():
+ return_values = ["9.1.15-h1", "10.0.0", "10.0.12", "10.1.0", "10.1.9"]
+ assert os_version.get_upgrade_path("9.1.6", "10.1.9", UPGRADE_PATHS["PANOS_OFFICIAL_V1"]) == return_values
+ assert os_version.get_upgrade_path("9.1.6", "10.1.9", UPGRADE_PATHS["PANOS_MAJOR_ONLY_V1"]) == [
+ "10.0.0",
+ "10.1.0",
+ "10.1.9",
+ ]
+
+
+def test_get_upgrade_path_current_greater_than_target():
+ with pytest.raises(ValueError, match="Target version must be newer than current version."):
+ os_version.get_upgrade_path("10.1.9", "9.1.6", UPGRADE_PATHS["PANOS_MAJOR_ONLY_V1"])
+
+
+def test_get_upgrade_path_current_equals_target():
+ with pytest.raises(ValueError, match="Target version equals current version. No upgrade necessary."):
+ os_version.get_upgrade_path("10.1.9", "10.1.9", UPGRADE_PATHS["PANOS_MAJOR_ONLY_V1"])
+
+
+@pytest.mark.parametrize("data", LOOSE_VERSION)
+def test_compare_loose(data):
+ assert os_version.compare_version_loose(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", STRICT_VERSION)
+def test_compare_strict(data):
+ assert os_version.compare_version_strict(**data["sent"]) == data["received"]
+
+
+def test_compare_strict_bad_version():
+ with pytest.raises(ValueError, match="invalid version number."):
+ os_version.compare_version_strict("3.3.3b", "==", "3.3.3b")
+ with pytest.raises(ValueError, match="Invalid comparison operator:"):
+ os_version.compare_version_strict("3.3.3", "not-an-operator", "3.3.3")
+
+
+# Testing the parsing of a Vendor, Platform, Version into vendor standardized sections
+@pytest.mark.parametrize("data", PLATFORM_VERSION_METADATA)
+def test_platform_parsing(data):
+ assert (
+ os_version.version_metadata(data["sent"]["vendor"], data["sent"]["platform"], data["sent"]["version"])
+ == data["received"]
+ )
diff --git a/tests/unit/test_parser.py b/tests/unit/test_parser.py
index c4a323a..84be8cc 100644
--- a/tests/unit/test_parser.py
+++ b/tests/unit/test_parser.py
@@ -1,6 +1,7 @@
"""Test for the network os parser functions."""
-import os
+
import glob
+import os
import pytest
@@ -9,27 +10,55 @@
MOCK_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "mock", "config", "parser")
TXT_FILE = "_sent.txt"
-parameters = []
+base_parameters = []
+find_all_children_parameters = []
+find_children_w_parents_parameters = []
for network_os in list(compliance.parser_map.keys()):
- for _file in glob.glob(f"{MOCK_DIR}/{network_os}/*{TXT_FILE}"):
- parameters.append([_file, network_os])
+ for _file in glob.glob(f"{MOCK_DIR}/base/{network_os}/*{TXT_FILE}"):
+ base_parameters.append([_file, network_os])
+ for _file in glob.glob(f"{MOCK_DIR}/find_all_children/{network_os}/*{TXT_FILE}"):
+ find_all_children_parameters.append([_file, network_os])
+ for _file in glob.glob(f"{MOCK_DIR}/find_children_w_parents/{network_os}/*{TXT_FILE}"):
+ find_children_w_parents_parameters.append([_file, network_os])
-@pytest.mark.parametrize("_file, network_os", parameters)
+@pytest.mark.parametrize("_file, network_os", base_parameters)
def test_parser(_file, network_os, get_text_data, get_python_data): # pylint: disable=redefined-outer-name
- truncate_file = os.path.join(MOCK_DIR, _file[: -len(TXT_FILE)])
+ truncate_file = os.path.join(MOCK_DIR, "base", _file[: -len(TXT_FILE)])
- device_cfg = get_text_data(os.path.join(MOCK_DIR, _file))
+ device_cfg = get_text_data(os.path.join(MOCK_DIR, "base", _file))
received_data = get_python_data(truncate_file + "_received.py", "data")
os_parser = compliance.parser_map[network_os]
assert os_parser(device_cfg).config_lines == received_data
+@pytest.mark.parametrize("_file, network_os", find_all_children_parameters)
+def test_find_all_children(_file, network_os, get_text_data, get_json_data): # pylint: disable=redefined-outer-name
+ truncate_file = os.path.join(MOCK_DIR, "find_all_children", _file[: -len(TXT_FILE)])
+
+ device_cfg = get_text_data(os.path.join(MOCK_DIR, "find_all_children", _file))
+ received_data = get_text_data(os.path.join(MOCK_DIR, "find_all_children", truncate_file + "_received.txt"))
+ kwargs = get_json_data(truncate_file + "_args.json")
+ os_parser = compliance.parser_map[network_os]
+ assert "\n".join(os_parser(device_cfg).find_all_children(**kwargs)) == received_data
+
+
+@pytest.mark.parametrize("_file, network_os", find_children_w_parents_parameters)
+def test_find_children_w_parents(_file, network_os, get_text_data, get_json_data): # pylint: disable=redefined-outer-name
+ truncate_file = os.path.join(MOCK_DIR, "find_children_w_parents", _file[: -len(TXT_FILE)])
+
+ device_cfg = get_text_data(os.path.join(MOCK_DIR, "find_children_w_parents", _file))
+ received_data = get_text_data(os.path.join(MOCK_DIR, "find_children_w_parents", truncate_file + "_received.txt"))
+ kwargs = get_json_data(truncate_file + "_args.json")
+ os_parser = compliance.parser_map[network_os]
+ assert "\n".join(os_parser(device_cfg).find_children_w_parents(**kwargs)) == received_data
+
+
def test_incorrect_banner_ios():
banner_cfg = (
"aaa new-model\n"
"!\n"
- "banner exec c\n"
+ "banner exec $\n"
"**************************************************************************\n"
"* IOSv is strictly limited to use for evaluation, demonstration and IOS. *\n"
"**************************************************************************c\n"
@@ -38,3 +67,31 @@ def test_incorrect_banner_ios():
)
with pytest.raises(ValueError):
compliance.parser_map["cisco_ios"](banner_cfg).config_lines # pylint: disable=expression-not-assigned
+
+
+def test_duplicate_line():
+ logging = (
+ "!\n"
+ "snmp-server community <> RO SNMP_ACL_RO\n"
+ "snmp-server community <> RO SNMP_ACL_RO\n"
+ "snmp-server community <> RW SNMP_ACL_RW\n"
+ )
+ with pytest.raises(IndexError, match=r".*This error is likely from a duplicate line detected.*"):
+ compliance.parser_map["cisco_ios"](logging).config_lines # pylint: disable=expression-not-assigned
+
+
+@pytest.mark.parametrize("network_os", ["cisco_ios", "arista_eos", "cisco_iosxr"])
+def test_leading_spaces_config_start(network_os): # pylint: disable=redefined-outer-name
+ logging = (
+ "! Command: show running-config\n"
+ " 24.1.4\n"
+ "!\n"
+ "no aaa root\n"
+ "!\n"
+ "management api http-commands\n"
+ " no shutdown\n"
+ "no service interface inactive port-id allocation disabled\n"
+ "transceiver qsfp default-mode 4x10G\n"
+ )
+ with pytest.raises(IndexError, match=r".*Validate the first line does not begin with a space.*"):
+ compliance.parser_map[network_os](logging).config_lines # pylint: disable=expression-not-assigned
diff --git a/tests/unit/test_password.py b/tests/unit/test_password.py
index c1e9308..9db1895 100644
--- a/tests/unit/test_password.py
+++ b/tests/unit/test_password.py
@@ -1,9 +1,10 @@
"""Test for the password functions."""
+
import pytest
from netutils import password
-COMPARE_TYPE5 = [
+COMPARE_CISCO_TYPE5 = [
{
"sent": {"unencrypted_password": "cisco", "encrypted_password": "$1$nTc1$Z28sUTcWfXlvVe2x.3XAa."},
"received": True,
@@ -22,43 +23,75 @@
},
]
-COMPARE_TYPE7 = [
+COMPARE_CISCO_TYPE7 = [
+ {
+ "sent": {"unencrypted_password": "cisco", "encrypted_password": "070C285F4D06"},
+ "received": True,
+ },
+ {
+ "sent": {
+ "unencrypted_password": "cisco",
+ "encrypted_password": "070C285F4D06",
+ "return_original": True,
+ },
+ "received": "070C285F4D06",
+ },
+ {
+ "sent": {"unencrypted_password": "invalid_password", "encrypted_password": "070C285F4D06"},
+ "received": False,
+ },
+]
+
+COMPARE_CISCO_TYPE9 = [
{
- "sent": {"unencrypted_password": "cisco", "encrypted_password": "121A0C041104"},
+ "sent": {
+ "unencrypted_password": "cisco",
+ "encrypted_password": "$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2",
+ },
"received": True,
},
{
"sent": {
"unencrypted_password": "cisco",
- "encrypted_password": "121A0C041104",
+ "encrypted_password": "$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2",
"return_original": True,
},
- "received": "121A0C041104",
+ "received": "$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2",
},
{
- "sent": {"unencrypted_password": "invalid_password", "encrypted_password": "121A0C041104"},
+ "sent": {
+ "unencrypted_password": "invalid_password",
+ "encrypted_password": "$9$588|P!iWqEx=Wf$nadLmT9snc6V9QAeUuATSOoCAZMQIHqixJfZpQj5EU2",
+ },
"received": False,
},
]
-DECRYPT_TYPE7 = [
+DECRYPT_CISCO_TYPE7 = [
{
- "sent": {"encrypted_password": "121A0C041104"},
+ "sent": {"encrypted_password": "14141B180F0B"},
"received": "cisco",
}
]
-ENCRYPT_TYPE5 = [
+ENCRYPT_CISCO_TYPE5 = [
{
"sent": {"unencrypted_password": "cisco", "salt": "nTc1"},
"received": "$1$nTc1$Z28sUTcWfXlvVe2x.3XAa.",
},
]
-ENCRYPT_TYPE7 = [
+ENCRYPT_CISCO_TYPE7 = [
{
"sent": {"unencrypted_password": "cisco", "salt": 10},
- "received": "0a4d000a0618",
+ "received": "104D000A0618",
+ },
+]
+
+ENCRYPT_CISCO_TYPE9 = [
+ {
+ "sent": {"unencrypted_password": "cisco", "salt": "x2xAAwQ3MBbEnk"},
+ "received": "$9$x2xAAwQ3MBbEnk$JCxr6MnPb.k5ymK72mTypyRJYH5W74ZRvtLTprCj.xQ",
},
]
@@ -69,32 +102,72 @@
},
]
+ENCRYPT_JUNIPER_TYPE9 = [
+ {
+ "sent": {"unencrypted_password": "juniper", "salt": 35},
+ "received_one": "$9$7",
+ "received_two": "gGDkTz6oJz69A1INdb",
+ },
+]
+
+DECRYPT_JUNIPER_TYPE9 = [
+ {
+ "sent": {"encrypted_password": "$9$7YdwgGDkTz6oJz69A1INdb"},
+ "received": "juniper",
+ }
+]
+
+
+@pytest.mark.parametrize("data", COMPARE_CISCO_TYPE5)
+@pytest.mark.skipif(password.HAS_CRYPT is False, reason="Requires crypt / legacycrypt library.")
+def test_compare_cisco_type5(data):
+ assert password.compare_cisco_type5(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", COMPARE_CISCO_TYPE7)
+def test_compare_cisco_type7(data):
+ assert password.compare_cisco_type7(**data["sent"]) == data["received"]
-@pytest.mark.parametrize("data", COMPARE_TYPE5)
-def test_compare_type5(data):
- assert password.compare_type5(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", COMPARE_CISCO_TYPE9)
+def test_compare_cisco_type9(data):
+ assert password.compare_cisco_type9(**data["sent"]) == data["received"]
-@pytest.mark.parametrize("data", COMPARE_TYPE7)
-def test_compare_type7(data):
- assert password.compare_type7(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", DECRYPT_CISCO_TYPE7)
+def test_decrypt_cisco_type7(data):
+ assert password.decrypt_cisco_type7(**data["sent"]) == data["received"]
-@pytest.mark.parametrize("data", DECRYPT_TYPE7)
-def test_decrypt_type7(data):
- assert password.decrypt_type7(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", ENCRYPT_CISCO_TYPE5)
+@pytest.mark.skipif(password.HAS_CRYPT is False, reason="Requires crypt / legacycrypt library.")
+def test_encrypt_cisco_type5(data):
+ assert password.encrypt_cisco_type5(**data["sent"]) == data["received"]
-@pytest.mark.parametrize("data", ENCRYPT_TYPE5)
-def test_encrypt_type5(data):
- assert password.encrypt_type5(**data["sent"]) == data["received"]
+@pytest.mark.parametrize("data", ENCRYPT_CISCO_TYPE7)
+def test_encrypt_cisco_type7(data):
+ assert password.encrypt_cisco_type7(**data["sent"]) == data["received"]
-@pytest.mark.parametrize("data", ENCRYPT_TYPE7)
-def test_encrypt_type7(data):
- assert password.encrypt_type7(**data["sent"]) == data["received"]
+
+@pytest.mark.parametrize("data", ENCRYPT_CISCO_TYPE9)
+def test_encrypt_cisco_type9(data):
+ assert password.encrypt_cisco_type9(**data["sent"]) == data["received"]
@pytest.mark.parametrize("data", GET_HASH_SALT)
def test_get_hash_salt(data):
assert password.get_hash_salt(**data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", ENCRYPT_JUNIPER_TYPE9)
+def test_encrypt_juniper_type9(data):
+ # Passwords include random padding, check only the non random sections
+ decrypted_password = password.encrypt_juniper_type9(**data["sent"])
+ assert decrypted_password[0:4] == data["received_one"]
+ assert decrypted_password[7:] == data["received_two"]
+
+
+@pytest.mark.parametrize("data", DECRYPT_JUNIPER_TYPE9)
+def test_decrypt_juniper_type9(data):
+ assert password.decrypt_juniper_type9(**data["sent"]) == data["received"]
diff --git a/tests/unit/test_ping.py b/tests/unit/test_ping.py
index d2313a6..519274f 100644
--- a/tests/unit/test_ping.py
+++ b/tests/unit/test_ping.py
@@ -1,15 +1,43 @@
"""Test for the ping based functions."""
+import socket
+from unittest import mock
+
import pytest
from netutils import ping
ping_data = [
- {"sent": {"ip": "1.1.1.1", "port": 443}, "received": True},
- {"sent": {"ip": "nevergonnagiveyouup.pizza", "port": 443}, "received": False},
+ {"sent": {"ip": "1.1.1.1", "port": 443}, "received": {"retval": True}},
+ {"sent": {"ip": "192.0.2.0", "port": 443}, "received": {"retval": False}, "raises": socket.timeout},
+ {"sent": {"ip": "1.1.1.1", "port": 443, "timeout": 3}, "received": {"retval": True}},
+ {
+ "sent": {"ip": "nevergonnagiveyouup.pizza", "port": 443},
+ "received": {"retval": None, "raised": socket.gaierror},
+ "raises": socket.gaierror,
+ },
]
@pytest.mark.parametrize("data", ping_data)
def test_tcp_ping(data):
- assert ping.tcp_ping(**data["sent"]) == data["received"]
+ with mock.patch("netutils.ping.socket.socket") as socket_mock:
+ instance = socket_mock.return_value
+ instance.connect.side_effect = data.get("raises")
+ raised = data["received"].get("raised")
+ if raised:
+ pytest.raises(raised, ping.tcp_ping, **data["sent"])
+ else:
+ assert ping.tcp_ping(**data["sent"]) == data["received"]["retval"]
+
+ if not data.get("raises"):
+ instance.shutdown.assert_called_with(socket.SHUT_RDWR)
+
+ timeout = data["sent"].get("timeout") or 1
+ instance.settimeout.assert_called_with(timeout)
+
+ ip = data["sent"].get("ip")
+ port = data["sent"].get("port")
+ instance.connect.assert_called_with((ip, port))
+
+ instance.close.assert_called()
diff --git a/tests/unit/test_private_version.py b/tests/unit/test_private_version.py
new file mode 100644
index 0000000..7285243
--- /dev/null
+++ b/tests/unit/test_private_version.py
@@ -0,0 +1,77 @@
+"""Tests for distutils.version."""
+
+# pylint: disable=deprecated-module,missing-class-docstring,invalid-name,protected-access,consider-using-f-string,no-else-continue,raise-missing-from
+
+# Taken from https://github.com/python/cpython/blob/3.11/Lib/distutils/tests/test_version.py
+
+import unittest
+
+from netutils._private.version import LooseVersion, StrictVersion
+
+
+class VersionTestCase(unittest.TestCase):
+ def test_prerelease(self):
+ version = StrictVersion("1.2.3a1")
+ self.assertEqual(version.version, (1, 2, 3))
+ self.assertEqual(version.prerelease, ("a", 1))
+ self.assertEqual(str(version), "1.2.3a1")
+
+ version = StrictVersion("1.2.0")
+ self.assertEqual(str(version), "1.2")
+
+ def test_cmp_strict(self):
+ versions = (
+ ("1.5.1", "1.5.2b2", -1),
+ ("161", "3.10a", ValueError),
+ ("8.02", "8.02", 0),
+ ("3.4j", "1996.07.12", ValueError),
+ ("3.2.pl0", "3.1.1.6", ValueError),
+ ("2g6", "11g", ValueError),
+ ("0.9", "2.2", -1),
+ ("1.2.1", "1.2", 1),
+ ("1.1", "1.2.2", -1),
+ ("1.2", "1.1", 1),
+ ("1.2.1", "1.2.2", -1),
+ ("1.2.2", "1.2", 1),
+ ("1.2", "1.2.2", -1),
+ ("0.4.0", "0.4", 0),
+ ("1.13++", "5.5.kw", ValueError),
+ )
+
+ for v1, v2, wanted in versions:
+ try:
+ res = StrictVersion(v1)._cmp(StrictVersion(v2))
+ except ValueError:
+ if wanted is ValueError:
+ continue
+ else:
+ raise AssertionError(("cmp(%s, %s) shouldn't raise ValueError") % (v1, v2))
+ self.assertEqual(res, wanted, "cmp(%s, %s) should be %s, got %s" % (v1, v2, wanted, res))
+ res = StrictVersion(v1)._cmp(v2)
+ self.assertEqual(res, wanted, "cmp(%s, %s) should be %s, got %s" % (v1, v2, wanted, res))
+ res = StrictVersion(v1)._cmp(object())
+ self.assertIs(res, NotImplemented, "cmp(%s, %s) should be NotImplemented, got %s" % (v1, v2, res))
+
+ def test_cmp(self):
+ versions = (
+ ("1.5.1", "1.5.2b2", -1),
+ ("161", "3.10a", 1),
+ ("8.02", "8.02", 0),
+ ("3.4j", "1996.07.12", -1),
+ ("3.2.pl0", "3.1.1.6", 1),
+ ("2g6", "11g", -1),
+ ("0.960923", "2.2beta29", -1),
+ ("1.13++", "5.5.kw", -1),
+ )
+
+ for v1, v2, wanted in versions:
+ res = LooseVersion(v1)._cmp(LooseVersion(v2))
+ self.assertEqual(res, wanted, "cmp(%s, %s) should be %s, got %s" % (v1, v2, wanted, res))
+ res = LooseVersion(v1)._cmp(v2)
+ self.assertEqual(res, wanted, "cmp(%s, %s) should be %s, got %s" % (v1, v2, wanted, res))
+ res = LooseVersion(v1)._cmp(object())
+ self.assertIs(res, NotImplemented, "cmp(%s, %s) should be NotImplemented, got %s" % (v1, v2, res))
+
+
+def test_suite():
+ return unittest.TestLoader().loadTestsFromTestCase(VersionTestCase)
diff --git a/tests/unit/test_protocol_mapper.py b/tests/unit/test_protocol_mapper.py
index c3b9bbc..52c4a5c 100644
--- a/tests/unit/test_protocol_mapper.py
+++ b/tests/unit/test_protocol_mapper.py
@@ -1,7 +1,19 @@
"""Test for the lib_mapper definitions."""
+
import pytest
-from netutils.protocol_mapper import PROTO_NAME_TO_NUM, PROTO_NUM_TO_NAME
+from netutils.protocol_mapper import (
+ DCCP_NAME_TO_NUM,
+ DCCP_NUM_TO_NAME,
+ PROTO_NAME_TO_NUM,
+ PROTO_NUM_TO_NAME,
+ SCTP_NAME_TO_NUM,
+ SCTP_NUM_TO_NAME,
+ TCP_NAME_TO_NUM,
+ TCP_NUM_TO_NAME,
+ UDP_NAME_TO_NUM,
+ UDP_NUM_TO_NAME,
+)
def test_proto_name_to_num():
@@ -24,3 +36,43 @@ def test_name_not_exist_num_to_nam():
"""Test not existed key raises error."""
with pytest.raises(KeyError):
PROTO_NUM_TO_NAME[257] # pylint: disable=pointless-statement
+
+
+def test_tcp_name_to_num():
+ """Simple test of TCP protocol to number mapper."""
+ assert TCP_NAME_TO_NUM["SSH"] == 22
+
+
+def test_tcp_to_num_name():
+ """Simple test of TCP protocol to name mapper."""
+ assert TCP_NUM_TO_NAME[22] == "SSH"
+
+
+def test_udp_name_to_num():
+ """Simple test of UDP protocol to number mapper."""
+ assert UDP_NAME_TO_NUM["SSH"] == 22
+
+
+def test_udp_to_num_name():
+ """Simple test of UDP protocol to name mapper."""
+ assert UDP_NUM_TO_NAME[22] == "SSH"
+
+
+def test_sctp_name_to_num():
+ """Simple test of UDP protocol to number mapper."""
+ assert SCTP_NAME_TO_NUM["SSH"] == 22
+
+
+def test_sctp_to_num_name():
+ """Simple test of UDP protocol to name mapper."""
+ assert SCTP_NUM_TO_NAME[22] == "SSH"
+
+
+def test_dccp_name_to_num():
+ """Simple test of DCCP protocol to number mapper."""
+ assert DCCP_NAME_TO_NUM["DISCARD"] == 9
+
+
+def test_dccp_to_num_name():
+ """Simple test of DCCP protocol to name mapper."""
+ assert DCCP_NUM_TO_NAME[9] == "DISCARD"
diff --git a/tests/unit/test_regex.py b/tests/unit/test_regex.py
new file mode 100644
index 0000000..800ba8f
--- /dev/null
+++ b/tests/unit/test_regex.py
@@ -0,0 +1,98 @@
+"""Test for the regex based functions."""
+
+from netutils import regex
+
+
+def test_regex_findall_bool_true():
+ match = regex.regex_findall(r"CAMS\d\d", "USSCAMS07")
+ assert bool(match) is True
+
+
+def test_regex_findall_bool_false():
+ match = regex.regex_findall("foobar", "USSCAMS07")
+ assert bool(match) is False
+
+
+def test_regex_findall_list():
+ match = regex.regex_findall(r"\w\w\w-RT\d\d", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match[0] == "NYC-RT01"
+ assert match[1] == "NYC-RT02"
+
+
+def test_regex_findall_is_none():
+ match = regex.regex_findall("(foobar)", "USSCAMS07")
+ assert match == []
+
+
+def test_regex_match_bool_true():
+ match = regex.regex_match(r".+SC.+\d\d", "USSCAMS07")
+ assert bool(match) is True
+
+
+def test_regex_match_bool_false():
+ match = regex.regex_match("foobar", "USSCAMS07")
+ assert bool(match) is False
+
+
+def test_regex_match_list():
+ match = regex.regex_match(r"([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)", "USSCAMS07")
+ assert match[0] == "US"
+ assert match[1] == "SC"
+ match = regex.regex_match(r"[A-Z]{2}[A-Z]{2}[A-Z]{3}\d*", "USSCAMS07")
+ assert match == "USSCAMS07"
+
+
+def test_regex_match_is_none():
+ match = regex.regex_match("(foobar)", "USSCAMS07")
+ assert match is None
+
+
+def test_regex_search_bool_true():
+ match = regex.regex_search(r"CAMS\d\d", "USSCAMS07")
+ assert bool(match) is True
+
+
+def test_regex_search_bool_false():
+ match = regex.regex_search("foobar", "USSCAMS07")
+ assert bool(match) is False
+
+
+def test_regex_search_list():
+ match = regex.regex_search(r"([A-Z]{2})([A-Z]{2})([A-Z]{3})(\d*)", "USSCAMS07")
+ assert match[0] == "US"
+ assert match[1] == "SC"
+ match = regex.regex_search(r"[A-Z]{2}[A-Z]{2}[A-Z]{3}\d*", "USSCAMS07")
+ assert match == "USSCAMS07"
+
+
+def test_regex_search_is_none():
+ match = regex.regex_search("(foobar)", "USSCAMS07")
+ assert match is None
+
+
+def test_regex_split_list():
+ match = regex.regex_split(",", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match[0] == "NYC-RT01"
+ assert match[1] == "NYC-RT02"
+ match = regex.regex_split("(.)", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match[1] == "N"
+ match = regex.regex_split(",", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01", 1)
+ assert match[0] == "NYC-RT01"
+ assert match[1] == "NYC-RT02,SFO-SW01,SFO-RT01"
+
+
+def test_regex_split_no_match():
+ match = regex.regex_split(r"(\.)", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match == ["NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01"]
+
+
+def test_regex_sub_list():
+ match = regex.regex_sub(",", " ", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match == "NYC-RT01 NYC-RT02 SFO-SW01 SFO-RT01"
+ match = regex.regex_sub("(ROUTER|RTR)", "RT", "NYC-ROUTER01,NYC-ROUTER02,NYC-RTR03")
+ assert match == "NYC-RT01,NYC-RT02,NYC-RT03"
+
+
+def test_regex_sub_no_match():
+ match = regex.regex_sub("ABBA", "CADABBA", "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01")
+ assert match == "NYC-RT01,NYC-RT02,SFO-SW01,SFO-RT01"
diff --git a/tests/unit/test_route.py b/tests/unit/test_route.py
index 1b21c7f..4669b5b 100644
--- a/tests/unit/test_route.py
+++ b/tests/unit/test_route.py
@@ -1,4 +1,5 @@
"""Test for the longest_prefix_match definitions."""
+
from ipaddress import AddressValueError, NetmaskValueError
import pytest
@@ -101,3 +102,13 @@ def test_route_no_best_route_found():
{"network": "10.1.1.0", "mask": "24"},
]
longest_prefix_match(lookup, routes)
+
+
+def test_route_non_ip_sent():
+ """Test when sending a non-ip."""
+ with pytest.raises(TypeError):
+ lookup = 12345
+ routes = [
+ {"network": "10.1.1.240", "mask": "255.255.255.240"},
+ ]
+ longest_prefix_match(lookup, routes)
diff --git a/tests/unit/test_running_config.py b/tests/unit/test_running_config.py
new file mode 100644
index 0000000..962e9be
--- /dev/null
+++ b/tests/unit/test_running_config.py
@@ -0,0 +1,25 @@
+"""Tests for the running configuration command mapping."""
+
+import pytest
+
+from netutils import lib_mapper
+from netutils.running_config import get_running_config_command
+
+
+def test_running_config_mapper_keys_are_known():
+ """Ensure all keys in RUNNING_CONFIG_MAPPER are in MAIN_LIB_MAPPER values."""
+ unknown_keys = [key for key in lib_mapper.RUNNING_CONFIG_MAPPER if key not in lib_mapper.MAIN_LIB_MAPPER.values()]
+ assert not unknown_keys, f"Unexpected keys in RUNNING_CONFIG_MAPPER: {unknown_keys}"
+
+
+@pytest.mark.parametrize("platform,expected_command", list(lib_mapper.RUNNING_CONFIG_MAPPER.items()))
+def test_get_running_config_command_known_platforms(platform, expected_command):
+ """Test get_running_config_command returns correct command for known platforms."""
+ assert get_running_config_command(platform) == expected_command
+ assert get_running_config_command(platform.upper()) == expected_command # test case insensitivity
+
+
+def test_get_running_config_command_unknown_platform():
+ """Test get_running_config_command returns default 'show run' for unknown platforms."""
+ assert get_running_config_command("unknown_platform") == "show run"
+ assert get_running_config_command("checkpoint_gaiAA") == "show run"
diff --git a/tests/unit/test_sanitize.py b/tests/unit/test_sanitize.py
new file mode 100644
index 0000000..045d1b8
--- /dev/null
+++ b/tests/unit/test_sanitize.py
@@ -0,0 +1,30 @@
+"""Test for the network os sanitize functions."""
+
+import glob
+import os
+
+import pytest
+
+from netutils.config import compliance
+from netutils.config.conversion import paloalto_panos_clean_newlines
+
+MOCK_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "mock", "config", "sanitize")
+
+TXT_FILE = "_sent.txt"
+SANITIZE_FILE = "_sanitized.txt"
+
+sanitize_files = []
+
+for network_os in list(compliance.parser_map.keys()):
+ for _file in glob.glob(f"{MOCK_DIR}/{network_os}/*{TXT_FILE}"):
+ sanitize_files.append([_file, network_os])
+
+
+@pytest.mark.parametrize("_file", sanitize_files)
+def test_panos_newline_character(_file, get_text_data):
+ truncate_file = os.path.join(MOCK_DIR, _file[0][: -len(TXT_FILE)])
+
+ sent_cfg = get_text_data(os.path.join(MOCK_DIR, _file[0]))
+ sanitized_cfg = paloalto_panos_clean_newlines(cfg=sent_cfg)
+ received_data = get_text_data(truncate_file + "_sanitized.txt")
+ assert sanitized_cfg == received_data
diff --git a/tests/unit/test_time.py b/tests/unit/test_time.py
new file mode 100644
index 0000000..b836d5f
--- /dev/null
+++ b/tests/unit/test_time.py
@@ -0,0 +1,63 @@
+"""Test for the time functions."""
+
+import pytest
+
+from netutils.time import uptime_seconds_to_string, uptime_string_to_seconds
+
+UPTIME_TO_STRING = [
+ {
+ "sent": 604800,
+ "received": "1 week",
+ },
+ {
+ "sent": 86400,
+ "received": "1 day",
+ },
+ {
+ "sent": 7200,
+ "received": "2 hours",
+ },
+ {
+ "sent": 3600,
+ "received": "1 hour",
+ },
+ {
+ "sent": 7250,
+ "received": "2 hours, 50 seconds",
+ },
+ {
+ "sent": 698490,
+ "received": "1 week, 1 day, 2 hours, 1 minute, 30 seconds",
+ },
+ {
+ "sent": 32148000,
+ "received": "1 year, 1 week, 2 hours",
+ },
+]
+
+UPTIME_TO_SECONDS = [
+ {"sent": "1 week, 0 days, 0 hours, 10 minutes", "received": 605400},
+ {"sent": "1 year, 11 minutes", "received": 31536660},
+ {"sent": "58 minutes", "received": 3480},
+ {"sent": "1 day, 15 hours, 10 minutes", "received": 141000},
+ {"sent": "15:36:22", "received": 56182},
+ {"sent": "2 days, 3:10:00", "received": 184200},
+ {"sent": "4m15s", "received": 255},
+ {"sent": "6d10m1s", "received": 519001},
+ {"sent": "1y3w10m2s", "received": 33351002},
+]
+
+
+@pytest.mark.parametrize("data", UPTIME_TO_STRING)
+def test_uptime_seconds_to_string(data):
+ assert uptime_seconds_to_string(data["sent"]) == data["received"]
+
+
+@pytest.mark.parametrize("data", UPTIME_TO_SECONDS)
+def test_uptime_string_to_seconds(data):
+ assert uptime_string_to_seconds(data["sent"]) == data["received"]
+
+
+def test_fail_uptime_string_to_seconds():
+ with pytest.raises(Exception, match=r"Unable to parse uptime string."):
+ uptime_string_to_seconds("thisismytime")
diff --git a/tests/unit/test_utils.py b/tests/unit/test_utils.py
new file mode 100644
index 0000000..e27b156
--- /dev/null
+++ b/tests/unit/test_utils.py
@@ -0,0 +1,85 @@
+"""Test for the library utilities."""
+
+import os
+from glob import glob
+from importlib import import_module
+from inspect import getmembers, isfunction
+
+import pytest
+from jinja2 import Environment, select_autoescape
+from jinja2.loaders import FileSystemLoader
+
+from netutils.utils import _JINJA2_FUNCTION_MAPPINGS, jinja2_convenience_function
+
+_EXCLUDED_FILES = [
+ "__init__",
+ "config/__init__",
+ "config/parser",
+ "__pycache__",
+ "constants",
+ "lib_mapper",
+ "protocol_mapper",
+ "protocols.json",
+ "config",
+]
+
+_EXCLUDED_DECORATOR_FUNCTIONS = ["wraps", "total_ordering", "abstractmethod"]
+
+_EXCLUDED_FUNCTIONS = [
+ "jinja2_convenience_function",
+ "import_module",
+ "get_network_driver",
+]
+
+
+@pytest.fixture
+def get_jinja2_function_names():
+ """Gets functions dynamically from python files.
+
+ Returns:
+ list: List of function names form python files.
+ """
+ function_names = []
+ python_files = [y[9:-3] for x in os.walk("netutils/") for y in glob(os.path.join(x[0], "*.py"))]
+ filtered_python_files = [file.replace("/", ".") for file in python_files if file not in _EXCLUDED_FILES]
+
+ for file in filtered_python_files:
+ imported_module = import_module(f"netutils.{file}")
+ for function_name, _ in getmembers(imported_module, isfunction):
+ if (
+ function_name.startswith("_")
+ or function_name.startswith(tuple(_EXCLUDED_DECORATOR_FUNCTIONS))
+ or function_name.startswith(tuple(_EXCLUDED_FUNCTIONS))
+ ):
+ continue
+ function_names.append(f"{function_name}")
+ return function_names
+
+
+def test_jinja2_mapping_contains_all_functions(get_jinja2_function_names): # pylint: disable=redefined-outer-name
+ mapping_function_names = [path.split(".")[-1] for path in list(_JINJA2_FUNCTION_MAPPINGS.values())]
+ sorted_get_jinja2_function_names = sorted(list(set(get_jinja2_function_names)))
+ sorted_mapping_function_names = sorted(mapping_function_names)
+
+ assert sorted_get_jinja2_function_names == sorted_mapping_function_names
+
+
+def test_jinja2_mapping_missing_function(get_jinja2_function_names): # pylint: disable=redefined-outer-name
+ mapping_function_names = [path.split(".")[-1] for path in list(_JINJA2_FUNCTION_MAPPINGS.values())]
+ mapping_function_names.append("MyExtraFunction")
+
+ sorted_mapping_function_names = sorted(mapping_function_names)
+ sorted_get_jinja2_function_names = sorted(get_jinja2_function_names)
+
+ with pytest.raises(AssertionError):
+ assert sorted_get_jinja2_function_names == sorted_mapping_function_names
+
+
+def test_jinja2_template():
+ env = Environment(loader=FileSystemLoader("tests/unit/jinja2_template"), autoescape=select_autoescape())
+
+ env.filters.update(jinja2_convenience_function())
+
+ template = env.get_template("test.j2")
+ result = template.render()
+ assert result == "192.168.0.0 + 200 = 192.168.0.200"
diff --git a/tests/unit/test_version.py b/tests/unit/test_version.py
index f481462..770f4ca 100644
--- a/tests/unit/test_version.py
+++ b/tests/unit/test_version.py
@@ -1,6 +1,8 @@
-"""Basic tests that do not require Django."""
-import unittest
+"""Basic test for version check."""
+
import os
+import unittest
+
import toml
from netutils import __version__ as project_version
diff --git a/tests/unit/test_vlan.py b/tests/unit/test_vlan.py
index df21b26..3a83683 100644
--- a/tests/unit/test_vlan.py
+++ b/tests/unit/test_vlan.py
@@ -1,6 +1,7 @@
"""Test for the VLAN functions."""
-import os
+
import glob
+import os
import pytest
@@ -24,6 +25,14 @@ def test_to_config_success(_file, get_json_data):
def test_to_config_failure(sent_data):
with pytest.raises(ValueError, match=r"Valid VLAN range*"):
vlan.vlanlist_to_config(**sent_data)
+ with pytest.raises(ValueError, match="Minimum grouping size must be equal to or greater than one."):
+ vlan.vlanlist_to_config("switchport trunk allowed vlan 1025,1069-1072", min_grouping_size=0)
+
+
+@pytest.mark.parametrize("sent_data", [{"vlan_list": []}])
+def test_to_empty_error(sent_data):
+ with pytest.raises(ValueError, match=r"The `vlan_list` argument provided*"):
+ vlan.vlanlist_to_config(**sent_data)
@pytest.mark.parametrize("_file", glob.glob(f"{MOCK_DIR}/to_list/*{TXT_FILE}"))
@@ -40,3 +49,5 @@ def test_to_list_failure():
vlan.vlanconfig_to_list("switchport trunk allowed vlan 1025,1069-1072,4099")
with pytest.raises(ValueError, match=r"There were non-digits and dashes*"):
vlan.vlanconfig_to_list("switchport trunk allowed vlan 1025,1069-1072,BADDATA")
+ with pytest.raises(ValueError, match=r"No digits found in `switchport trunk allowed vlan BADDATA`"):
+ vlan.vlanconfig_to_list("switchport trunk allowed vlan BADDATA")
diff --git a/towncrier_template.j2 b/towncrier_template.j2
new file mode 100644
index 0000000..2c1316f
--- /dev/null
+++ b/towncrier_template.j2
@@ -0,0 +1,42 @@
+
+# v{{ versiondata.version.split(".")[:2] | join(".") }} Release Notes
+
+This document describes all new features and changes in the release. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## Release Overview
+
+- Major features or milestones
+- Changes to compatibility with Nautobot and/or other apps, libraries etc.
+
+{% if render_title %}
+## [v{{ versiondata.version }} ({{ versiondata.date }})](https://github.com/networktocode/netutils/releases/tag/v{{ versiondata.version}})
+
+{% endif %}
+{% for section, _ in sections.items() %}
+{% if sections[section] %}
+{% for category, val in definitions.items() if category in sections[section] %}
+{% if sections[section][category]|length != 0 %}
+### {{ definitions[category]['name'] }}
+
+{% if definitions[category]['showcontent'] %}
+{% for text, values in sections[section][category].items() %}
+{% for item in text.split('\n') %}
+{% if values %}
+- {{ values|join(', ') }} - {{ item.strip() }}
+{% else %}
+- {{ item.strip() }}
+{% endif %}
+{% endfor %}
+{% endfor %}
+
+{% else %}
+- {{ sections[section][category]['']|join(', ') }}
+
+{% endif %}
+{% endif %}
+{% endfor %}
+{% else %}
+No significant changes.
+
+{% endif %}
+{% endfor %}