From 18d46ca96fd2fd90a066032ea54699cfaef33660 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Wed, 31 Jul 2024 05:44:21 -0700 Subject: [PATCH 1/6] removed deprecated keys from vlan_interfaces --- .../arista/avd/docs/porting-guides/5.x.x.md | 5 +- .../documentation/devices/host1.md | 13 +- .../intended/configs/host1.cfg | 6 - .../host_vars/host1/vlan-interfaces.yml | 13 -- .../docs/tables/vlan-interfaces.md | 52 +----- .../documentation/vlan-interfaces.j2 | 16 +- .../j2templates/eos/vlan-interfaces.j2 | 28 ---- .../schema/eos_cli_config_gen.jsonschema.json | 52 ------ .../schema/eos_cli_config_gen.schema.yml | 115 ++++++------- .../vlan_interfaces.schema.yml | 101 ++++++------ .../schema/eos_designs.jsonschema.json | 156 ------------------ 11 files changed, 132 insertions(+), 425 deletions(-) diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index ff3ea4f9786..0be0b6dc4a3 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -83,5 +83,6 @@ The following data model keys have been removed from `eos_cli_config_gen` in v5. | old key 10.2(router_isis) | new key(TODO) | | old key 11(snmp_server) | new key(TODO) | | stun.server.local_interface | stun.server.local_interfaces | -| old key 13.1(vlan_interfaces) | new key(TODO) | -| old key 13.2(vlan_interfaces) | new key(TODO) | +| vlan_interfaces.ipv6_address_virtual | vlan_interfaces.ipv6_address_virtuals | +| vlan_interfaces.ipv6_virtual_router_address | vlan_interfaces.ipv6_virtual_router_addresses | +| vlan_interfaces.vrrp | vlan_interfaces.vrrp_ids | diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md index 01bf750d24b..cb66489f1a8 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md @@ -768,15 +768,14 @@ interface Tunnel4 | Vlan1 | default | - | - | - | - | - | - | | Vlan2 | default | - | - | - | - | - | - | | Vlan3 | default | - | - | - | - | - | - | -| Vlan42 | default | - | 10.10.42.1/24 | - | - | - | - | +| Vlan42 | default | - | - | - | - | - | - | ##### IPv6 | Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Address | VRRP | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | | --------- | --- | ------------ | ---------------------- | ---------------------- | ---- | -------------- | ------------------- | ----------------- | ----------- | ------------ | -| Vlan1 | default | - | fc00:10:10:1::1/64 | - | - | - | - | - | - | - | -| Vlan2 | default | 1b11:3a00:22b0:5200::15/64 | fc00:10:10:2::1/64, fc00:10:11:2::1/64, fc00:10:12:2::1/64 | - | - | - | True | - | - | - | -| Vlan3 | default | 1b11:3a00:22b3:5200::15/64 | - | fc00:10:10:3::1/64 | - | - | - | - | - | - | +| Vlan2 | default | 1b11:3a00:22b0:5200::15/64 | - | - | - | - | True | - | - | - | +| Vlan3 | default | 1b11:3a00:22b3:5200::15/64 | - | - | - | - | - | - | - | - | #### VLAN Interfaces Device Configuration @@ -785,15 +784,11 @@ interface Tunnel4 interface Vlan1 description test ipv6_address_virtual ipv6 enable - ipv6 address virtual fc00:10:10:1::1/64 ! interface Vlan2 description test ipv6_address_virtual and ipv6_address_virtuals ipv6 enable ipv6 address 1b11:3a00:22b0:5200::15/64 - ipv6 address virtual fc00:10:10:2::1/64 - ipv6 address virtual fc00:10:11:2::1/64 - ipv6 address virtual fc00:10:12:2::1/64 ipv6 nd managed-config-flag ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! @@ -801,7 +796,6 @@ interface Vlan3 description test ipv6_address_virtual ipv6 enable ipv6 address 1b11:3a00:22b3:5200::15/64 - ipv6 virtual-router address fc00:10:10:3::1/64 ! interface Vlan42 description SVI Description @@ -809,7 +803,6 @@ interface Vlan42 ip helper-address 10.10.64.150 source-interface Loopback0 ip helper-address 10.10.96.150 source-interface Loopback0 ip helper-address 10.10.96.151 source-interface Loopback0 - ip address virtual 10.10.42.1/24 ``` ### VXLAN Interface diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg index d0a1384c70a..0e5f81c3b4c 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg @@ -243,15 +243,11 @@ interface Tunnel4 interface Vlan1 description test ipv6_address_virtual ipv6 enable - ipv6 address virtual fc00:10:10:1::1/64 ! interface Vlan2 description test ipv6_address_virtual and ipv6_address_virtuals ipv6 enable ipv6 address 1b11:3a00:22b0:5200::15/64 - ipv6 address virtual fc00:10:10:2::1/64 - ipv6 address virtual fc00:10:11:2::1/64 - ipv6 address virtual fc00:10:12:2::1/64 ipv6 nd managed-config-flag ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! @@ -259,7 +255,6 @@ interface Vlan3 description test ipv6_address_virtual ipv6 enable ipv6 address 1b11:3a00:22b3:5200::15/64 - ipv6 virtual-router address fc00:10:10:3::1/64 ! interface Vlan42 description SVI Description @@ -267,7 +262,6 @@ interface Vlan42 ip helper-address 10.10.64.150 source-interface Loopback0 ip helper-address 10.10.96.150 source-interface Loopback0 ip helper-address 10.10.96.151 source-interface Loopback0 - ip address virtual 10.10.42.1/24 ! interface Vxlan1 vxlan vlan 110 vni 10110 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml index 4a1feab17c7..994f9e294e1 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml @@ -6,9 +6,6 @@ vlan_interfaces: Vlan1: description: test ipv6_address_virtual ipv6_enable: true - # Testing ipv6_address_virtual alone - # ipv6_address_virtual deprecated in 4.0.0. To be removed in 5.0.0 - ipv6_address_virtual: fc00:10:10:1::1/64 Vlan2: description: test ipv6_address_virtual and ipv6_address_virtuals @@ -22,25 +19,15 @@ vlan_interfaces: valid_lifetime: infinite preferred_lifetime: infinite no_autoconfig_flag: true - # Testing ipv6_address_virtual in combination with the new ipv6_address_virtuals to see that all three are configured - # ipv6_address_virtual deprecated in 4.0.0. To be removed in 5.0.0 - ipv6_address_virtual: fc00:10:10:2::1/64 - ipv6_address_virtuals: - - fc00:10:11:2::1/64 - - fc00:10:12:2::1/64 Vlan3: description: test ipv6_address_virtual ipv6_enable: true ipv6_address: 1b11:3a00:22b3:5200::15/64 - # Testing ipv6_virtual_router_address - # ipv6_virtual_router_address deprecated in 4.0.0. To be removed in 5.0.0 - ipv6_virtual_router_address: fc00:10:10:3::1/64 Vlan42: description: SVI Description shutdown: false - ip_address_virtual: 10.10.42.1/24 # Testing ip_helpers as dict of dict # Dict type is deprecated in 4.0.0. To be removed in 5.0.0 ip_helpers: diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/vlan-interfaces.md b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/vlan-interfaces.md index 9f48c02056f..9e75a8521d6 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/vlan-interfaces.md +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/docs/tables/vlan-interfaces.md @@ -87,11 +87,9 @@ | [            translated_port](## "vlan_interfaces.[].ip_nat.source.static.[].translated_port") | Integer | | | Min: 1
Max: 65535 | requires 'original_port'. | | [    ipv6_enable](## "vlan_interfaces.[].ipv6_enable") | Boolean | | | | | | [    ipv6_address](## "vlan_interfaces.[].ipv6_address") | String | | | | IPv6_address/Mask. | - | [    ipv6_address_virtual](## "vlan_interfaces.[].ipv6_address_virtual") deprecated | String | | | | IPv6_address/Mask.
If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all addresses will be configured.
This key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_address_virtuals instead. | | [    ipv6_address_virtuals](## "vlan_interfaces.[].ipv6_address_virtuals") | List, items: String | | | | The new "ipv6_address_virtuals" key support multiple virtual ipv6 addresses. | | [      - <str>](## "vlan_interfaces.[].ipv6_address_virtuals.[]") | String | | | | IPv6_address/Mask. | | [    ipv6_address_link_local](## "vlan_interfaces.[].ipv6_address_link_local") | String | | | | IPv6_address/Mask. | - | [    ipv6_virtual_router_address](## "vlan_interfaces.[].ipv6_virtual_router_address") deprecated | String | | | | "ipv6_virtual_router_address" should not be mixed with
the new "ipv6_virtual_router_addresses" key below to avoid conflicts.
This key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead. | | [    ipv6_virtual_router_addresses](## "vlan_interfaces.[].ipv6_virtual_router_addresses") | List, items: String | | | | Improved "VARPv6" data model to support multiple VARPv6 addresses. | | [      - <str>](## "vlan_interfaces.[].ipv6_virtual_router_addresses.[]") | String | | | | IPv6 address or IPv6_address/Mask. | | [    ipv6_nd_ra_disabled](## "vlan_interfaces.[].ipv6_nd_ra_disabled") | Boolean | | | | | @@ -182,13 +180,6 @@ | [          version](## "vlan_interfaces.[].vrrp_ids.[].ipv4.version") | Integer | | | Valid Values:
- 2
- 3 | | | [        ipv6](## "vlan_interfaces.[].vrrp_ids.[].ipv6") | Dictionary | | | | | | [          address](## "vlan_interfaces.[].vrrp_ids.[].ipv6.address") | String | Required | | | Virtual IPv6 address. | - | [    vrrp](## "vlan_interfaces.[].vrrp") deprecated | Dictionary | | | | "vrrp" should not be mixed with the new "vrrp_ids" key above to avoid conflicts.
This key is deprecated. Support will be removed in AVD version 5.0.0. Use vrrp_ids instead. | - | [      virtual_router](## "vlan_interfaces.[].vrrp.virtual_router") | String | | | | Virtual Router ID. | - | [      priority](## "vlan_interfaces.[].vrrp.priority") | Integer | | | | Instance priority. | - | [      advertisement_interval](## "vlan_interfaces.[].vrrp.advertisement_interval") | Integer | | | | | - | [      preempt_delay_minimum](## "vlan_interfaces.[].vrrp.preempt_delay_minimum") | Integer | | | | | - | [      ipv4](## "vlan_interfaces.[].vrrp.ipv4") | String | | | | Virtual IPv4 address. | - | [      ipv6](## "vlan_interfaces.[].vrrp.ipv6") | String | | | | Virtual IPv6 address. | | [    ip_attached_host_route_export](## "vlan_interfaces.[].ip_attached_host_route_export") | Dictionary | | | | | | [      enabled](## "vlan_interfaces.[].ip_attached_host_route_export.enabled") | Boolean | Required | | | | | [      distance](## "vlan_interfaces.[].ip_attached_host_route_export.distance") | Integer | | | Min: 1
Max: 255 | | @@ -210,6 +201,15 @@ | [      - <str>](## "vlan_interfaces.[].tags.[]") | String | | | | | | [    type](## "vlan_interfaces.[].type") | String | | | | Key only used for documentation or validation purposes. | | [    eos_cli](## "vlan_interfaces.[].eos_cli") | String | | | | Multiline EOS CLI rendered directly on the VLAN interface in the final EOS configuration. | + | [    ipv6_address_virtual](## "vlan_interfaces.[].ipv6_address_virtual") removed | String | | | | IPv6_address/Mask.
If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all addresses will be configured.
This key was removed. Support was removed in AVD version 5.0.0. Use ipv6_address_virtuals instead. | + | [    ipv6_virtual_router_address](## "vlan_interfaces.[].ipv6_virtual_router_address") removed | String | | | | "ipv6_virtual_router_address" should not be mixed with
the new "ipv6_virtual_router_addresses" key below to avoid conflicts.
This key was removed. Support was removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead. | + | [    vrrp](## "vlan_interfaces.[].vrrp") removed | Dictionary | | | | "vrrp" should not be mixed with the new "vrrp_ids" key above to avoid conflicts.
This key was removed. Support was removed in AVD version 5.0.0. Use vrrp_ids instead. | + | [      virtual_router](## "vlan_interfaces.[].vrrp.virtual_router") | String | | | | Virtual Router ID. | + | [      priority](## "vlan_interfaces.[].vrrp.priority") | Integer | | | | Instance priority. | + | [      advertisement_interval](## "vlan_interfaces.[].vrrp.advertisement_interval") | Integer | | | | | + | [      preempt_delay_minimum](## "vlan_interfaces.[].vrrp.preempt_delay_minimum") | Integer | | | | | + | [      ipv4](## "vlan_interfaces.[].vrrp.ipv4") | String | | | | Virtual IPv4 address. | + | [      ipv6](## "vlan_interfaces.[].vrrp.ipv6") | String | | | | Virtual IPv6 address. | === "YAML" @@ -368,13 +368,6 @@ # IPv6_address/Mask. ipv6_address: - # IPv6_address/Mask. - # If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all addresses will be configured. - # This key is deprecated. - # Support will be removed in AVD version 5.0.0. - # Use ipv6_address_virtuals instead. - ipv6_address_virtual: - # The new "ipv6_address_virtuals" key support multiple virtual ipv6 addresses. ipv6_address_virtuals: @@ -384,13 +377,6 @@ # IPv6_address/Mask. ipv6_address_link_local: - # "ipv6_virtual_router_address" should not be mixed with - # the new "ipv6_virtual_router_addresses" key below to avoid conflicts. - # This key is deprecated. - # Support will be removed in AVD version 5.0.0. - # Use ipv6_virtual_router_addresses instead. - ipv6_virtual_router_address: - # Improved "VARPv6" data model to support multiple VARPv6 addresses. ipv6_virtual_router_addresses: @@ -566,26 +552,6 @@ # Virtual IPv6 address. address: - - # "vrrp" should not be mixed with the new "vrrp_ids" key above to avoid conflicts. - # This key is deprecated. - # Support will be removed in AVD version 5.0.0. - # Use vrrp_ids instead. - vrrp: - - # Virtual Router ID. - virtual_router: - - # Instance priority. - priority: - advertisement_interval: - preempt_delay_minimum: - - # Virtual IPv4 address. - ipv4: - - # Virtual IPv6 address. - ipv6: ip_attached_host_route_export: enabled: distance: diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 index 8e38cfb8ac3..5f0ca9daad2 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 @@ -50,7 +50,7 @@ {% set row_ip_addr = vlan_interface.ip_address | arista.avd.default('-') %} {% set row_ip_vaddr = vlan_interface.ip_address_virtual | arista.avd.default('-') %} {% set row_varp = vlan_interface.ip_virtual_router_addresses | arista.avd.default('-') | join(", ") %} -{% set row_vrrp = vlan_interface.vrrp.ipv4 | arista.avd.default('-') %} +{% set row_vrrp = vlan_interface.vrrp_ids.ipv4.address | arista.avd.default('-') %} {% set row_acl_in = vlan_interface.access_group_in | arista.avd.default('-') %} {% set row_acl_out = vlan_interface.access_group_out | arista.avd.default('-') %} | {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_vrrp }} | {{ row_acl_in }} | {{ row_acl_out }} | @@ -61,7 +61,7 @@ {# IPv6 #} {% set vlan_interfaces_ipv6 = [] %} {% for vlan_interface in vlan_interfaces | arista.avd.default([]) %} -{% if vlan_interface.ipv6_address is arista.avd.defined or vlan_interface.ipv6_address_virtual is arista.avd.defined or vlan_interface.ipv6_address_virtuals is arista.avd.defined %} +{% if vlan_interface.ipv6_address is arista.avd.defined or vlan_interface.ipv6_address_virtuals is arista.avd.defined %} {% do vlan_interfaces_ipv6.append(vlan_interface) %} {% endif %} {% endfor %} @@ -74,23 +74,19 @@ {% for vlan_interface in vlan_interfaces_ipv6 | arista.avd.natural_sort('name') %} {% set row_vrf = vlan_interface.vrf | arista.avd.default('default') %} {% set row_ip_addr = vlan_interface.ipv6_address | arista.avd.default('-') %} -{% if vlan_interface.ipv6_address_virtual is arista.avd.defined %} -{% set row_ip_vaddr = ([vlan_interface.ipv6_address_virtual] + vlan_interface.ipv6_address_virtuals | arista.avd.default([])) | join(", ") %} -{% else %} -{% set row_ip_vaddr = vlan_interface.ipv6_address_virtuals | arista.avd.default('-') | join(", ") %} +{% if vlan_interface.ipv6_address_virtuals is arista.avd.defined %} +{% set row_ip_vaddr = vlan_interface.ipv6_address_virtuals | join(", ") %} {% endif %} {% if vlan_interface.ipv6_virtual_router_addresses is arista.avd.defined %} {% set row_varp = vlan_interface.ipv6_virtual_router_addresses | join(", ") %} -{% else %} -{% set row_varp = vlan_interface.ipv6_virtual_router_address | arista.avd.default('-') %} {% endif %} -{% set row_vrrp = vlan_interface.vrrp.ipv6 | arista.avd.default('-') %} +{% set row_vrrp = vlan_interface.vrrp_ids.ipv6.address | arista.avd.default('-') %} {% set row_nd_ra_disabled = vlan_interface.ipv6_nd_ra_disabled | arista.avd.default('-') %} {% set row_nd_man_cfg = vlan_interface.ipv6_nd_managed_config_flag | arista.avd.default('-') %} {% set row_nd_oth_cfg = vlan_interface.ipv6_nd_other_config_flag | arista.avd.default('-') %} {% set row_acl_in = vlan_interface.ipv6_access_group_in | arista.avd.default('-') %} {% set row_acl_out = vlan_interface.ipv6_access_group_out | arista.avd.default('-') %} -| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_vrrp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | +| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr | arista.avd.default('-') }} | {{ row_varp | arista.avd.default('-') }} | {{ row_vrrp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | {% endfor %} {% endif %} {# VRRP #} diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2 index 4c2f673ec0d..87a2a5a8b45 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/eos/vlan-interfaces.j2 @@ -158,9 +158,6 @@ interface {{ vlan_interface.name }} {% if vlan_interface.ipv6_address_link_local is arista.avd.defined %} ipv6 address {{ vlan_interface.ipv6_address_link_local }} link-local {% endif %} -{% if vlan_interface.ipv6_address_virtual is arista.avd.defined %} - ipv6 address virtual {{ vlan_interface.ipv6_address_virtual }} -{% endif %} {% for ipv6_address_virtual in vlan_interface.ipv6_address_virtuals | arista.avd.natural_sort %} ipv6 address virtual {{ ipv6_address_virtual }} {% endfor %} @@ -289,12 +286,6 @@ interface {{ vlan_interface.name }} {% if vlan_interface.pim.ipv4.local_interface is arista.avd.defined %} pim ipv4 local-interface {{ vlan_interface.pim.ipv4.local_interface }} {% endif %} -{# The below "ipv6_virtual_router_address" keys will be deprecated in AVD v4.0 #} -{# This should not be mixed with the new "ipv6_virtual_router_addresses" key below to avoid conflicts. #} -{% if vlan_interface.ipv6_virtual_router_address is arista.avd.defined %} - ipv6 virtual-router address {{ vlan_interface.ipv6_virtual_router_address }} -{% endif %} -{# New improved "ipv6_virtual_router_addresses" data model to support multiple VARPv6 addresses #} {% if vlan_interface.ipv6_virtual_router_addresses is arista.avd.defined %} {% for ipv6_virtual_router_address in vlan_interface.ipv6_virtual_router_addresses %} ipv6 virtual-router address {{ ipv6_virtual_router_address }} @@ -315,25 +306,6 @@ interface {{ vlan_interface.name }} {% if vlan_interface.isis_network_point_to_point is arista.avd.defined(true) %} isis network point-to-point {% endif %} -{# The below "vrrp" keys will be deprecated in AVD v4.0 - These should not be mixed with the new "vrrp_ids" key above to avoid conflicts. #} -{% if vlan_interface.vrrp.virtual_router is arista.avd.defined %} -{% if vlan_interface.vrrp.priority is arista.avd.defined %} - vrrp {{ vlan_interface.vrrp.virtual_router }} priority-level {{ vlan_interface.vrrp.priority }} -{% endif %} -{% if vlan_interface.vrrp.advertisement_interval is arista.avd.defined %} - vrrp {{ vlan_interface.vrrp.virtual_router }} advertisement interval {{ vlan_interface.vrrp.advertisement_interval }} -{% endif %} -{% if vlan_interface.vrrp.preempt_delay_minimum is arista.avd.defined %} - vrrp {{ vlan_interface.vrrp.virtual_router }} preempt delay minimum {{ vlan_interface.vrrp.preempt_delay_minimum }} -{% endif %} -{% if vlan_interface.vrrp.ipv4 is arista.avd.defined %} - vrrp {{ vlan_interface.vrrp.virtual_router }} ipv4 {{ vlan_interface.vrrp.ipv4 }} -{% endif %} -{% if vlan_interface.vrrp.ipv6 is arista.avd.defined %} - vrrp {{ vlan_interface.vrrp.virtual_router }} ipv6 {{ vlan_interface.vrrp.ipv6 }} -{% endif %} -{% endif %} -{# New improved "vrrp" data model to support multiple IDs #} {% if vlan_interface.vrrp_ids is arista.avd.defined %} {% for vrid in vlan_interface.vrrp_ids | arista.avd.natural_sort('id') if vrid.id is arista.avd.defined %} {% if vrid.priority_level is arista.avd.defined %} diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.jsonschema.json b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.jsonschema.json index 51268abe332..94a70c5b034 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.jsonschema.json +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.jsonschema.json @@ -30480,12 +30480,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address" }, - "ipv6_address_virtual": { - "type": "string", - "description": "IPv6_address/Mask.\nIf both \"ipv6_address_virtual\" and \"ipv6_address_virtuals\" are set, all addresses will be configured.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_address_virtuals instead.", - "deprecated": true, - "title": "IPv6 Address Virtual" - }, "ipv6_address_virtuals": { "type": "array", "description": "The new \"ipv6_address_virtuals\" key support multiple virtual ipv6 addresses.", @@ -30500,12 +30494,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address Link Local" }, - "ipv6_virtual_router_address": { - "type": "string", - "description": "\"ipv6_virtual_router_address\" should not be mixed with\nthe new \"ipv6_virtual_router_addresses\" key below to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead.", - "deprecated": true, - "title": "IPv6 Virtual Router Address" - }, "ipv6_virtual_router_addresses": { "type": "array", "description": "Improved \"VARPv6\" data model to support multiple VARPv6 addresses.", @@ -31143,46 +31131,6 @@ }, "title": "VRRP IDs" }, - "vrrp": { - "type": "object", - "description": "\"vrrp\" should not be mixed with the new \"vrrp_ids\" key above to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use vrrp_ids instead.", - "deprecated": true, - "properties": { - "virtual_router": { - "type": "string", - "description": "Virtual Router ID.", - "title": "Virtual Router" - }, - "priority": { - "type": "integer", - "description": "Instance priority.", - "title": "Priority" - }, - "advertisement_interval": { - "type": "integer", - "title": "Advertisement Interval" - }, - "preempt_delay_minimum": { - "type": "integer", - "title": "Preempt Delay Minimum" - }, - "ipv4": { - "type": "string", - "description": "Virtual IPv4 address.", - "title": "IPv4" - }, - "ipv6": { - "type": "string", - "description": "Virtual IPv6 address.", - "title": "IPv6" - } - }, - "additionalProperties": false, - "patternProperties": { - "^_.+$": {} - }, - "title": "VRRP" - }, "ip_attached_host_route_export": { "type": "object", "properties": { diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml index ed5e61fe359..70e4aa6d497 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/eos_cli_config_gen.schema.yml @@ -17957,18 +17957,6 @@ keys: ipv6_address: type: str description: IPv6_address/Mask. - ipv6_address_virtual: - type: str - description: 'IPv6_address/Mask. - - If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all - addresses will be configured. - - ' - deprecation: - warning: true - new_key: ipv6_address_virtuals - remove_in_version: 5.0.0 ipv6_address_virtuals: type: list description: The new "ipv6_address_virtuals" key support multiple virtual @@ -17979,17 +17967,6 @@ keys: ipv6_address_link_local: type: str description: IPv6_address/Mask. - ipv6_virtual_router_address: - type: str - description: '"ipv6_virtual_router_address" should not be mixed with - - the new "ipv6_virtual_router_addresses" key below to avoid conflicts. - - ' - deprecation: - warning: true - remove_in_version: 5.0.0 - new_key: ipv6_virtual_router_addresses ipv6_virtual_router_addresses: type: list description: Improved "VARPv6" data model to support multiple VARPv6 addresses. @@ -18373,39 +18350,6 @@ keys: type: str required: true description: Virtual IPv6 address. - vrrp: - type: dict - description: '"vrrp" should not be mixed with the new "vrrp_ids" key above - to avoid conflicts. - - ' - deprecation: - warning: true - remove_in_version: 5.0.0 - new_key: vrrp_ids - keys: - virtual_router: - type: str - description: Virtual Router ID. - priority: - type: int - convert_types: - - str - description: Instance priority. - advertisement_interval: - type: int - convert_types: - - str - preempt_delay_minimum: - type: int - convert_types: - - str - ipv4: - type: str - description: Virtual IPv4 address. - ipv6: - type: str - description: Virtual IPv6 address. ip_attached_host_route_export: type: dict keys: @@ -18486,6 +18430,65 @@ keys: type: str description: Multiline EOS CLI rendered directly on the VLAN interface in the final EOS configuration. + ipv6_address_virtual: + type: str + description: 'IPv6_address/Mask. + + If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all + addresses will be configured. + + ' + deprecation: + removed: true + warning: true + new_key: ipv6_address_virtuals + remove_in_version: 5.0.0 + ipv6_virtual_router_address: + type: str + description: '"ipv6_virtual_router_address" should not be mixed with + + the new "ipv6_virtual_router_addresses" key below to avoid conflicts. + + ' + deprecation: + removed: true + warning: true + remove_in_version: 5.0.0 + new_key: ipv6_virtual_router_addresses + vrrp: + type: dict + description: '"vrrp" should not be mixed with the new "vrrp_ids" key above + to avoid conflicts. + + ' + deprecation: + removed: true + warning: true + remove_in_version: 5.0.0 + new_key: vrrp_ids + keys: + virtual_router: + type: str + description: Virtual Router ID. + priority: + type: int + convert_types: + - str + description: Instance priority. + advertisement_interval: + type: int + convert_types: + - str + preempt_delay_minimum: + type: int + convert_types: + - str + ipv4: + type: str + description: Virtual IPv4 address. + ipv6: + type: str + description: Virtual IPv6 address. vlan_internal_order: type: dict keys: diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml index 1e606ac06bb..ad6ff3a5222 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/vlan_interfaces.schema.yml @@ -175,15 +175,6 @@ keys: ipv6_address: type: str description: IPv6_address/Mask. - ipv6_address_virtual: - type: str - description: | - IPv6_address/Mask. - If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all addresses will be configured. - deprecation: - warning: true - new_key: ipv6_address_virtuals - remove_in_version: "5.0.0" ipv6_address_virtuals: type: list description: The new "ipv6_address_virtuals" key support multiple virtual ipv6 addresses. @@ -193,15 +184,6 @@ keys: ipv6_address_link_local: type: str description: IPv6_address/Mask. - ipv6_virtual_router_address: - type: str - description: | - "ipv6_virtual_router_address" should not be mixed with - the new "ipv6_virtual_router_addresses" key below to avoid conflicts. - deprecation: - warning: true - remove_in_version: 5.0.0 - new_key: ipv6_virtual_router_addresses ipv6_virtual_router_addresses: type: list description: Improved "VARPv6" data model to support multiple VARPv6 addresses. @@ -568,37 +550,6 @@ keys: type: str required: true description: Virtual IPv6 address. - vrrp: - type: dict - description: | - "vrrp" should not be mixed with the new "vrrp_ids" key above to avoid conflicts. - deprecation: - warning: true - remove_in_version: 5.0.0 - new_key: vrrp_ids - keys: - virtual_router: - type: str - description: Virtual Router ID. - priority: - type: int - convert_types: - - str - description: Instance priority. - advertisement_interval: - type: int - convert_types: - - str - preempt_delay_minimum: - type: int - convert_types: - - str - ipv4: - type: str - description: Virtual IPv4 address. - ipv6: - type: str - description: Virtual IPv6 address. ip_attached_host_route_export: type: dict keys: @@ -678,3 +629,55 @@ keys: eos_cli: type: str description: Multiline EOS CLI rendered directly on the VLAN interface in the final EOS configuration. + ipv6_address_virtual: + type: str + description: | + IPv6_address/Mask. + If both "ipv6_address_virtual" and "ipv6_address_virtuals" are set, all addresses will be configured. + deprecation: + removed: true + warning: true + new_key: ipv6_address_virtuals + remove_in_version: "5.0.0" + ipv6_virtual_router_address: + type: str + description: | + "ipv6_virtual_router_address" should not be mixed with + the new "ipv6_virtual_router_addresses" key below to avoid conflicts. + deprecation: + removed: true + warning: true + remove_in_version: 5.0.0 + new_key: ipv6_virtual_router_addresses + vrrp: + type: dict + description: | + "vrrp" should not be mixed with the new "vrrp_ids" key above to avoid conflicts. + deprecation: + removed: true + warning: true + remove_in_version: 5.0.0 + new_key: vrrp_ids + keys: + virtual_router: + type: str + description: Virtual Router ID. + priority: + type: int + convert_types: + - str + description: Instance priority. + advertisement_interval: + type: int + convert_types: + - str + preempt_delay_minimum: + type: int + convert_types: + - str + ipv4: + type: str + description: Virtual IPv4 address. + ipv6: + type: str + description: Virtual IPv6 address. diff --git a/python-avd/pyavd/_eos_designs/schema/eos_designs.jsonschema.json b/python-avd/pyavd/_eos_designs/schema/eos_designs.jsonschema.json index 3bea5a036df..5171f297c6e 100644 --- a/python-avd/pyavd/_eos_designs/schema/eos_designs.jsonschema.json +++ b/python-avd/pyavd/_eos_designs/schema/eos_designs.jsonschema.json @@ -48499,12 +48499,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address" }, - "ipv6_address_virtual": { - "type": "string", - "description": "IPv6_address/Mask.\nIf both \"ipv6_address_virtual\" and \"ipv6_address_virtuals\" are set, all addresses will be configured.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_address_virtuals instead.", - "deprecated": true, - "title": "IPv6 Address Virtual" - }, "ipv6_address_virtuals": { "type": "array", "description": "The new \"ipv6_address_virtuals\" key support multiple virtual ipv6 addresses.", @@ -48519,12 +48513,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address Link Local" }, - "ipv6_virtual_router_address": { - "type": "string", - "description": "\"ipv6_virtual_router_address\" should not be mixed with\nthe new \"ipv6_virtual_router_addresses\" key below to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead.", - "deprecated": true, - "title": "IPv6 Virtual Router Address" - }, "ipv6_virtual_router_addresses": { "type": "array", "description": "Improved \"VARPv6\" data model to support multiple VARPv6 addresses.", @@ -49162,46 +49150,6 @@ }, "title": "VRRP IDs" }, - "vrrp": { - "type": "object", - "description": "\"vrrp\" should not be mixed with the new \"vrrp_ids\" key above to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use vrrp_ids instead.", - "deprecated": true, - "properties": { - "virtual_router": { - "type": "string", - "description": "Virtual Router ID.", - "title": "Virtual Router" - }, - "priority": { - "type": "integer", - "description": "Instance priority.", - "title": "Priority" - }, - "advertisement_interval": { - "type": "integer", - "title": "Advertisement Interval" - }, - "preempt_delay_minimum": { - "type": "integer", - "title": "Preempt Delay Minimum" - }, - "ipv4": { - "type": "string", - "description": "Virtual IPv4 address.", - "title": "IPv4" - }, - "ipv6": { - "type": "string", - "description": "Virtual IPv6 address.", - "title": "IPv6" - } - }, - "additionalProperties": false, - "patternProperties": { - "^_.+$": {} - }, - "title": "VRRP" - }, "ip_attached_host_route_export": { "type": "object", "properties": { @@ -57815,12 +57763,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address" }, - "ipv6_address_virtual": { - "type": "string", - "description": "IPv6_address/Mask.\nIf both \"ipv6_address_virtual\" and \"ipv6_address_virtuals\" are set, all addresses will be configured.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_address_virtuals instead.", - "deprecated": true, - "title": "IPv6 Address Virtual" - }, "ipv6_address_virtuals": { "type": "array", "description": "The new \"ipv6_address_virtuals\" key support multiple virtual ipv6 addresses.", @@ -57835,12 +57777,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address Link Local" }, - "ipv6_virtual_router_address": { - "type": "string", - "description": "\"ipv6_virtual_router_address\" should not be mixed with\nthe new \"ipv6_virtual_router_addresses\" key below to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead.", - "deprecated": true, - "title": "IPv6 Virtual Router Address" - }, "ipv6_virtual_router_addresses": { "type": "array", "description": "Improved \"VARPv6\" data model to support multiple VARPv6 addresses.", @@ -58478,46 +58414,6 @@ }, "title": "VRRP IDs" }, - "vrrp": { - "type": "object", - "description": "\"vrrp\" should not be mixed with the new \"vrrp_ids\" key above to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use vrrp_ids instead.", - "deprecated": true, - "properties": { - "virtual_router": { - "type": "string", - "description": "Virtual Router ID.", - "title": "Virtual Router" - }, - "priority": { - "type": "integer", - "description": "Instance priority.", - "title": "Priority" - }, - "advertisement_interval": { - "type": "integer", - "title": "Advertisement Interval" - }, - "preempt_delay_minimum": { - "type": "integer", - "title": "Preempt Delay Minimum" - }, - "ipv4": { - "type": "string", - "description": "Virtual IPv4 address.", - "title": "IPv4" - }, - "ipv6": { - "type": "string", - "description": "Virtual IPv6 address.", - "title": "IPv6" - } - }, - "additionalProperties": false, - "patternProperties": { - "^_.+$": {} - }, - "title": "VRRP" - }, "ip_attached_host_route_export": { "type": "object", "properties": { @@ -59728,12 +59624,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address" }, - "ipv6_address_virtual": { - "type": "string", - "description": "IPv6_address/Mask.\nIf both \"ipv6_address_virtual\" and \"ipv6_address_virtuals\" are set, all addresses will be configured.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_address_virtuals instead.", - "deprecated": true, - "title": "IPv6 Address Virtual" - }, "ipv6_address_virtuals": { "type": "array", "description": "The new \"ipv6_address_virtuals\" key support multiple virtual ipv6 addresses.", @@ -59748,12 +59638,6 @@ "description": "IPv6_address/Mask.", "title": "IPv6 Address Link Local" }, - "ipv6_virtual_router_address": { - "type": "string", - "description": "\"ipv6_virtual_router_address\" should not be mixed with\nthe new \"ipv6_virtual_router_addresses\" key below to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use ipv6_virtual_router_addresses instead.", - "deprecated": true, - "title": "IPv6 Virtual Router Address" - }, "ipv6_virtual_router_addresses": { "type": "array", "description": "Improved \"VARPv6\" data model to support multiple VARPv6 addresses.", @@ -60391,46 +60275,6 @@ }, "title": "VRRP IDs" }, - "vrrp": { - "type": "object", - "description": "\"vrrp\" should not be mixed with the new \"vrrp_ids\" key above to avoid conflicts.\n\nThis key is deprecated. Support will be removed in AVD version 5.0.0. Use vrrp_ids instead.", - "deprecated": true, - "properties": { - "virtual_router": { - "type": "string", - "description": "Virtual Router ID.", - "title": "Virtual Router" - }, - "priority": { - "type": "integer", - "description": "Instance priority.", - "title": "Priority" - }, - "advertisement_interval": { - "type": "integer", - "title": "Advertisement Interval" - }, - "preempt_delay_minimum": { - "type": "integer", - "title": "Preempt Delay Minimum" - }, - "ipv4": { - "type": "string", - "description": "Virtual IPv4 address.", - "title": "IPv4" - }, - "ipv6": { - "type": "string", - "description": "Virtual IPv6 address.", - "title": "IPv6" - } - }, - "additionalProperties": false, - "patternProperties": { - "^_.+$": {} - }, - "title": "VRRP" - }, "ip_attached_host_route_export": { "type": "object", "properties": { From 78344407b3d2931d6fd4b9c1cd9188c3a64ac29b Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Thu, 1 Aug 2024 02:03:43 -0700 Subject: [PATCH 2/6] updated porting guide --- ansible_collections/arista/avd/docs/porting-guides/5.x.x.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md index e6904ece77d..949777674ab 100644 --- a/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md +++ b/ansible_collections/arista/avd/docs/porting-guides/5.x.x.md @@ -83,6 +83,6 @@ The following data model keys have been removed from `eos_cli_config_gen` in v5. | old key 10.2(router_isis) | new key(TODO) | | snmp_server.views.MIB_family_name | snmp_server.views.mib_family_name | | stun.server.local_interface | stun.server.local_interfaces | -| vlan_interfaces.ipv6_address_virtual | vlan_interfaces.ipv6_address_virtuals | -| vlan_interfaces.ipv6_virtual_router_address | vlan_interfaces.ipv6_virtual_router_addresses | -| vlan_interfaces.vrrp | vlan_interfaces.vrrp_ids | +| vlan_interfaces[].ipv6_address_virtual | vlan_interfaces[].ipv6_address_virtuals | +| vlan_interfaces[].ipv6_virtual_router_address | vlan_interfaces[].ipv6_virtual_router_addresses | +| vlan_interfaces[].vrrp | vlan_interfaces[].vrrp_ids | From 07cb660f60593f1476dccde6419c818ee5655617 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Thu, 1 Aug 2024 22:48:20 -0700 Subject: [PATCH 3/6] updated the j2 logic --- .../documentation/devices/host1.md | 18 ++---------------- .../intended/configs/host1.cfg | 11 +---------- .../host_vars/host1/vlan-interfaces.yml | 11 +---------- .../documentation/vlan-interfaces.j2 | 10 +++------- 4 files changed, 7 insertions(+), 43 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md index 9962efd72ca..a0a79860e62 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md @@ -756,18 +756,14 @@ interface Tunnel4 | Interface | Description | VRF | MTU | Shutdown | | --------- | ----------- | --- | ---- | -------- | -| Vlan1 | test ipv6_address_virtual | default | - | - | -| Vlan2 | test ipv6_address_virtual and ipv6_address_virtuals | default | - | - | -| Vlan3 | test ipv6_address_virtual | default | - | - | +| Vlan2 | test ipv6_nd_prefixes | default | - | - | | Vlan42 | SVI Description | default | - | False | ##### IPv4 | Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | | --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan1 | default | - | - | - | - | - | - | | Vlan2 | default | - | - | - | - | - | - | -| Vlan3 | default | - | - | - | - | - | - | | Vlan42 | default | - | - | - | - | - | - | ##### IPv6 @@ -775,28 +771,18 @@ interface Tunnel4 | Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Address | VRRP | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | | --------- | --- | ------------ | ---------------------- | ---------------------- | ---- | -------------- | ------------------- | ----------------- | ----------- | ------------ | | Vlan2 | default | 1b11:3a00:22b0:5200::15/64 | - | - | - | - | True | - | - | - | -| Vlan3 | default | 1b11:3a00:22b3:5200::15/64 | - | - | - | - | - | - | - | - | #### VLAN Interfaces Device Configuration ```eos ! -interface Vlan1 - description test ipv6_address_virtual - ipv6 enable -! interface Vlan2 - description test ipv6_address_virtual and ipv6_address_virtuals + description test ipv6_nd_prefixes ipv6 enable ipv6 address 1b11:3a00:22b0:5200::15/64 ipv6 nd managed-config-flag ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! -interface Vlan3 - description test ipv6_address_virtual - ipv6 enable - ipv6 address 1b11:3a00:22b3:5200::15/64 -! interface Vlan42 description SVI Description no shutdown diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg index e14b091171e..7ce2c74bc07 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg @@ -240,22 +240,13 @@ interface Tunnel4 tunnel source interface Ethernet42 tunnel destination 1.1.1.1 ! -interface Vlan1 - description test ipv6_address_virtual - ipv6 enable -! interface Vlan2 - description test ipv6_address_virtual and ipv6_address_virtuals + description test ipv6_nd_prefixes ipv6 enable ipv6 address 1b11:3a00:22b0:5200::15/64 ipv6 nd managed-config-flag ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! -interface Vlan3 - description test ipv6_address_virtual - ipv6 enable - ipv6 address 1b11:3a00:22b3:5200::15/64 -! interface Vlan42 description SVI Description no shutdown diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml index 994f9e294e1..7c223b8835d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml @@ -3,12 +3,8 @@ # Testing vlan_interfaces as dict of dict # Dict type is deprecated in 4.0.0. To be removed in 5.0.0 vlan_interfaces: - Vlan1: - description: test ipv6_address_virtual - ipv6_enable: true - Vlan2: - description: test ipv6_address_virtual and ipv6_address_virtuals + description: test ipv6_nd_prefixes ipv6_enable: true ipv6_address: 1b11:3a00:22b0:5200::15/64 ipv6_nd_managed_config_flag: true @@ -20,11 +16,6 @@ vlan_interfaces: preferred_lifetime: infinite no_autoconfig_flag: true - Vlan3: - description: test ipv6_address_virtual - ipv6_enable: true - ipv6_address: 1b11:3a00:22b3:5200::15/64 - Vlan42: description: SVI Description shutdown: false diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 index 5f0ca9daad2..a026ffd3134 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 @@ -74,19 +74,15 @@ {% for vlan_interface in vlan_interfaces_ipv6 | arista.avd.natural_sort('name') %} {% set row_vrf = vlan_interface.vrf | arista.avd.default('default') %} {% set row_ip_addr = vlan_interface.ipv6_address | arista.avd.default('-') %} -{% if vlan_interface.ipv6_address_virtuals is arista.avd.defined %} -{% set row_ip_vaddr = vlan_interface.ipv6_address_virtuals | join(", ") %} -{% endif %} -{% if vlan_interface.ipv6_virtual_router_addresses is arista.avd.defined %} -{% set row_varp = vlan_interface.ipv6_virtual_router_addresses | join(", ") %} -{% endif %} +{% set row_ip_vaddr = vlan_interface.ipv6_address_virtuals | arista.avd.default('-') | join(", ") %} +{% set row_varp = vlan_interface.ipv6_virtual_router_addresses | arista.avd.default('-') | join(", ") %} {% set row_vrrp = vlan_interface.vrrp_ids.ipv6.address | arista.avd.default('-') %} {% set row_nd_ra_disabled = vlan_interface.ipv6_nd_ra_disabled | arista.avd.default('-') %} {% set row_nd_man_cfg = vlan_interface.ipv6_nd_managed_config_flag | arista.avd.default('-') %} {% set row_nd_oth_cfg = vlan_interface.ipv6_nd_other_config_flag | arista.avd.default('-') %} {% set row_acl_in = vlan_interface.ipv6_access_group_in | arista.avd.default('-') %} {% set row_acl_out = vlan_interface.ipv6_access_group_out | arista.avd.default('-') %} -| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr | arista.avd.default('-') }} | {{ row_varp | arista.avd.default('-') }} | {{ row_vrrp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | +| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_vrrp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | {% endfor %} {% endif %} {# VRRP #} From 5a089de4b6ea5a1eddd188cd329fdbe94dc39bae Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Thu, 1 Aug 2024 22:53:05 -0700 Subject: [PATCH 4/6] updated the vlan42 description --- .../documentation/devices/host1.md | 4 ++-- .../intended/configs/host1.cfg | 2 +- .../inventory/host_vars/host1/vlan-interfaces.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md index a0a79860e62..1e7a20c3308 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md @@ -757,7 +757,7 @@ interface Tunnel4 | Interface | Description | VRF | MTU | Shutdown | | --------- | ----------- | --- | ---- | -------- | | Vlan2 | test ipv6_nd_prefixes | default | - | - | -| Vlan42 | SVI Description | default | - | False | +| Vlan42 | test ip_helpers | default | - | False | ##### IPv4 @@ -784,7 +784,7 @@ interface Vlan2 ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! interface Vlan42 - description SVI Description + description test ip_helpers no shutdown ip helper-address 10.10.64.150 source-interface Loopback0 ip helper-address 10.10.96.150 source-interface Loopback0 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg index 7ce2c74bc07..1fd68b1dc9a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/intended/configs/host1.cfg @@ -248,7 +248,7 @@ interface Vlan2 ipv6 nd prefix 1b11:3a00:22b0:5200::/64 infinite infinite no-autoconfig ! interface Vlan42 - description SVI Description + description test ip_helpers no shutdown ip helper-address 10.10.64.150 source-interface Loopback0 ip helper-address 10.10.96.150 source-interface Loopback0 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml index 7c223b8835d..4a5a97f5d89 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/inventory/host_vars/host1/vlan-interfaces.yml @@ -17,7 +17,7 @@ vlan_interfaces: no_autoconfig_flag: true Vlan42: - description: SVI Description + description: test ip_helpers shutdown: false # Testing ip_helpers as dict of dict # Dict type is deprecated in 4.0.0. To be removed in 5.0.0 From 55e92acbac4c3ab84ba35b1e72a9350d51bedf5f Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Fri, 2 Aug 2024 05:04:47 -0700 Subject: [PATCH 5/6] fix the vrrp colomn setting --- .../documentation/devices/router-isis-new.md | 10 +- .../documentation/devices/router-isis.md | 10 +- .../documentation/devices/router-ospf.md | 6 +- .../documentation/devices/vlan-interfaces.md | 110 +++++++++--------- .../documentation/devices/host1.md | 14 +-- .../documentation/vlan-interfaces.j2 | 14 +-- 6 files changed, 81 insertions(+), 83 deletions(-) diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md index 8f28c549b40..79a3426916d 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis-new.md @@ -148,11 +148,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | TENANT_A_PROJECT01 | - | 10.1.10.254/24 | - | - | - | - | -| Vlan4093 | default | 10.255.251.0/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | TENANT_A_PROJECT01 | - | 10.1.10.254/24 | - | - | - | +| Vlan4093 | default | 10.255.251.0/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.0/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md index 9f597738c8a..c6135a4930b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-isis.md @@ -233,11 +233,11 @@ interface Loopback2 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | TENANT_A_PROJECT01 | - | 10.1.10.254/24 | - | - | - | - | -| Vlan4093 | default | 10.255.251.0/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | TENANT_A_PROJECT01 | - | 10.1.10.254/24 | - | - | - | +| Vlan4093 | default | 10.255.251.0/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.0/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md index b3bf8289c87..0879d376155 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-ospf.md @@ -122,9 +122,9 @@ interface Loopback2 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan24 | default | - | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan24 | default | - | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md index e0aebcfd922..f95e86b8da5 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/vlan-interfaces.md @@ -90,42 +90,42 @@ interface Management1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan24 | default | - | 10.10.24.1/24 | - | - | - | - | -| Vlan25 | default | - | - | - | - | - | - | -| Vlan41 | default | - | 10.10.41.1/24 | - | - | - | - | -| Vlan42 | default | - | 10.10.42.1/24 | - | - | - | - | -| Vlan43 | default | - | - | - | - | - | - | -| Vlan44 | default | - | - | - | - | - | - | -| Vlan50 | default | - | - | - | - | - | - | -| Vlan75 | default | - | 10.10.75.1/24 | - | - | - | - | -| Vlan81 | Tenant_C | - | 10.10.81.1/24 | - | - | - | - | -| Vlan83 | default | - | 10.10.83.1/24 | - | - | - | - | -| Vlan84 | default | 10.10.84.1/24 | - | 10.10.84.254, 10.11.84.254/24 | - | - | - | -| Vlan85 | default | 10.10.84.1/24 | - | - | - | - | - | -| Vlan86 | default | 10.10.83.1/24 | - | - | - | - | - | -| Vlan87 | default | 10.10.87.1/24 | - | - | - | ACL_IN | ACL_OUT | -| Vlan88 | default | - | 10.10.87.1/23 | - | - | - | - | -| Vlan89 | default | - | 10.10.144.3/20 | - | - | - | - | -| Vlan90 | default | 10.10.83.1/24 | - | - | - | - | - | -| Vlan91 | default | - | - | - | - | - | - | -| Vlan92 | default | 10.10.92.1/24 | - | - | - | - | - | -| Vlan110 | Tenant_A | 10.0.101.1/24 | - | - | - | - | - | -| Vlan333 | default | 192.0.2.2/25 | - | - | - | - | - | -| Vlan334 | default | - | - | - | - | - | - | -| Vlan335 | default | - | - | - | - | - | - | -| Vlan336 | default | - | - | - | - | - | - | -| Vlan337 | default | 10.0.2.2/25 | - | - | - | - | - | -| Vlan338 | default | - | - | - | - | - | - | -| Vlan339 | default | - | - | - | - | - | - | -| Vlan501 | default | 10.50.26.29/27 | - | - | - | - | - | -| Vlan667 | default | 192.0.2.2/25 | - | - | - | - | - | -| Vlan1001 | Tenant_A | - | 10.1.1.1/24 | - | - | - | - | -| Vlan1002 | Tenant_A | - | 10.1.2.1/24 | - | - | - | - | -| Vlan2001 | Tenant_B | - | 10.2.1.1/24 | - | - | - | - | -| Vlan2002 | Tenant_B | - | 10.2.2.1/24 | - | - | - | - | -| Vlan4094 | default | 169.254.252.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan24 | default | - | 10.10.24.1/24 | - | - | - | +| Vlan25 | default | - | - | - | - | - | +| Vlan41 | default | - | 10.10.41.1/24 | - | - | - | +| Vlan42 | default | - | 10.10.42.1/24 | - | - | - | +| Vlan43 | default | - | - | - | - | - | +| Vlan44 | default | - | - | - | - | - | +| Vlan50 | default | - | - | - | - | - | +| Vlan75 | default | - | 10.10.75.1/24 | - | - | - | +| Vlan81 | Tenant_C | - | 10.10.81.1/24 | - | - | - | +| Vlan83 | default | - | 10.10.83.1/24 | - | - | - | +| Vlan84 | default | 10.10.84.1/24 | - | 10.10.84.254, 10.11.84.254/24 | - | - | +| Vlan85 | default | 10.10.84.1/24 | - | - | - | - | +| Vlan86 | default | 10.10.83.1/24 | - | - | - | - | +| Vlan87 | default | 10.10.87.1/24 | - | - | ACL_IN | ACL_OUT | +| Vlan88 | default | - | 10.10.87.1/23 | - | - | - | +| Vlan89 | default | - | 10.10.144.3/20 | - | - | - | +| Vlan90 | default | 10.10.83.1/24 | - | - | - | - | +| Vlan91 | default | - | - | - | - | - | +| Vlan92 | default | 10.10.92.1/24 | - | - | - | - | +| Vlan110 | Tenant_A | 10.0.101.1/24 | - | - | - | - | +| Vlan333 | default | 192.0.2.2/25 | - | - | - | - | +| Vlan334 | default | - | - | - | - | - | +| Vlan335 | default | - | - | - | - | - | +| Vlan336 | default | - | - | - | - | - | +| Vlan337 | default | 10.0.2.2/25 | - | - | - | - | +| Vlan338 | default | - | - | - | - | - | +| Vlan339 | default | - | - | - | - | - | +| Vlan501 | default | 10.50.26.29/27 | - | - | - | - | +| Vlan667 | default | 192.0.2.2/25 | - | - | - | - | +| Vlan1001 | Tenant_A | - | 10.1.1.1/24 | - | - | - | +| Vlan1002 | Tenant_A | - | 10.1.2.1/24 | - | - | - | +| Vlan2001 | Tenant_B | - | 10.2.1.1/24 | - | - | - | +| Vlan2002 | Tenant_B | - | 10.2.2.1/24 | - | - | - | +| Vlan4094 | default | 169.254.252.0/31 | - | - | - | - | ##### IP NAT: Source Static @@ -153,25 +153,25 @@ interface Management1 ##### IPv6 -| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Address | VRRP | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | -| --------- | --- | ------------ | ---------------------- | ---------------------- | ---- | -------------- | ------------------- | ----------------- | ----------- | ------------ | -| Vlan24 | default | 1b11:3a00:22b0:6::15/64 | - | 1b11:3a00:22b0:6::1 | - | - | True | - | - | - | -| Vlan25 | default | 1b11:3a00:22b0:16::16/64 | - | 1b11:3a00:22b0:16::15, 1b11:3a00:22b0:16::14 | - | - | - | - | - | - | -| Vlan43 | default | a0::1/64 | - | - | - | - | - | - | - | - | -| Vlan44 | default | a0::4/64 | - | - | - | - | - | - | - | - | -| Vlan75 | default | 1b11:3a00:22b0:1000::15/64 | - | 1b11:3a00:22b0:1000::1 | - | - | True | - | - | - | -| Vlan81 | Tenant_C | - | fc00:10:10:81::1/64, fc00:10:11:81::1/64, fc00:10:12:81::1/64 | - | - | - | - | - | - | - | -| Vlan89 | default | 1b11:3a00:22b0:5200::15/64 | - | 1b11:3a00:22b0:5200::3 | - | - | True | - | - | - | -| Vlan333 | default | 2001:db8:333::2/64 | - | - | - | - | - | - | - | - | -| Vlan334 | default | 2001:db8:334::1/64 | - | - | - | - | - | - | - | - | -| Vlan335 | default | 2001:db8:335::1/64 | - | - | - | - | - | - | - | - | -| Vlan336 | default | 2001:db8:336::1/64 | - | - | - | - | - | - | - | - | -| Vlan338 | default | 2001:db8:338::1/64 | - | - | - | - | - | - | - | - | -| Vlan339 | default | 2001:db8:339::1/64 | - | - | - | - | - | True | - | - | -| Vlan501 | default | 1b11:3a00:22b0:0088::207/127 | - | - | - | True | - | - | - | - | -| Vlan667 | default | 2001:db8:667::2/64 | - | - | - | - | - | - | - | - | -| Vlan1001 | Tenant_A | a1::1/64 | - | - | - | - | True | - | - | - | -| Vlan1002 | Tenant_A | a2::1/64 | - | - | - | True | True | - | - | - | +| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Addresses | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | +| --------- | --- | ------------ | ---------------------- | ------------------------ | -------------- | ------------------- | ----------------- | ----------- | ------------ | +| Vlan24 | default | 1b11:3a00:22b0:6::15/64 | - | 1b11:3a00:22b0:6::1 | - | True | - | - | - | +| Vlan25 | default | 1b11:3a00:22b0:16::16/64 | - | 1b11:3a00:22b0:16::15, 1b11:3a00:22b0:16::14 | - | - | - | - | - | +| Vlan43 | default | a0::1/64 | - | - | - | - | - | - | - | +| Vlan44 | default | a0::4/64 | - | - | - | - | - | - | - | +| Vlan75 | default | 1b11:3a00:22b0:1000::15/64 | - | 1b11:3a00:22b0:1000::1 | - | True | - | - | - | +| Vlan81 | Tenant_C | - | fc00:10:10:81::1/64, fc00:10:11:81::1/64, fc00:10:12:81::1/64 | - | - | - | - | - | - | +| Vlan89 | default | 1b11:3a00:22b0:5200::15/64 | - | 1b11:3a00:22b0:5200::3 | - | True | - | - | - | +| Vlan333 | default | 2001:db8:333::2/64 | - | - | - | - | - | - | - | +| Vlan334 | default | 2001:db8:334::1/64 | - | - | - | - | - | - | - | +| Vlan335 | default | 2001:db8:335::1/64 | - | - | - | - | - | - | - | +| Vlan336 | default | 2001:db8:336::1/64 | - | - | - | - | - | - | - | +| Vlan338 | default | 2001:db8:338::1/64 | - | - | - | - | - | - | - | +| Vlan339 | default | 2001:db8:339::1/64 | - | - | - | - | True | - | - | +| Vlan501 | default | 1b11:3a00:22b0:0088::207/127 | - | - | True | - | - | - | - | +| Vlan667 | default | 2001:db8:667::2/64 | - | - | - | - | - | - | - | +| Vlan1001 | Tenant_A | a1::1/64 | - | - | - | True | - | - | - | +| Vlan1002 | Tenant_A | a2::1/64 | - | - | True | True | - | - | - | ##### VRRP Details diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md index 1e7a20c3308..49c0954fa24 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_deprecated_vars/documentation/devices/host1.md @@ -761,16 +761,16 @@ interface Tunnel4 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | default | - | - | - | - | - | - | -| Vlan42 | default | - | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | default | - | - | - | - | - | +| Vlan42 | default | - | - | - | - | - | ##### IPv6 -| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Address | VRRP | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | -| --------- | --- | ------------ | ---------------------- | ---------------------- | ---- | -------------- | ------------------- | ----------------- | ----------- | ------------ | -| Vlan2 | default | 1b11:3a00:22b0:5200::15/64 | - | - | - | - | True | - | - | - | +| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Addresses | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | +| --------- | --- | ------------ | ---------------------- | ------------------------ | -------------- | ------------------- | ----------------- | ----------- | ------------ | +| Vlan2 | default | 1b11:3a00:22b0:5200::15/64 | - | - | - | True | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 index a026ffd3134..87d994c6dd3 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 +++ b/python-avd/pyavd/_eos_cli_config_gen/j2templates/documentation/vlan-interfaces.j2 @@ -43,17 +43,16 @@ ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | {% for vlan_interface in vlan_interfaces | arista.avd.natural_sort('name') %} {% set row_vrf = vlan_interface.vrf | arista.avd.default('default') %} {% set row_ip_addr = vlan_interface.ip_address | arista.avd.default('-') %} {% set row_ip_vaddr = vlan_interface.ip_address_virtual | arista.avd.default('-') %} {% set row_varp = vlan_interface.ip_virtual_router_addresses | arista.avd.default('-') | join(", ") %} -{% set row_vrrp = vlan_interface.vrrp_ids.ipv4.address | arista.avd.default('-') %} {% set row_acl_in = vlan_interface.access_group_in | arista.avd.default('-') %} {% set row_acl_out = vlan_interface.access_group_out | arista.avd.default('-') %} -| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_vrrp }} | {{ row_acl_in }} | {{ row_acl_out }} | +| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_acl_in }} | {{ row_acl_out }} | {% endfor %} {# IP NAT Documentation #} {% set ip_nat_interfaces = vlan_interfaces %} @@ -69,20 +68,19 @@ ##### IPv6 -| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Address | VRRP | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | -| --------- | --- | ------------ | ---------------------- | ---------------------- | ---- | -------------- | ------------------- | ----------------- | ----------- | ------------ | +| Interface | VRF | IPv6 Address | IPv6 Virtual Addresses | Virtual Router Addresses | ND RA Disabled | Managed Config Flag | Other Config Flag | IPv6 ACL In | IPv6 ACL Out | +| --------- | --- | ------------ | ---------------------- | ------------------------ | -------------- | ------------------- | ----------------- | ----------- | ------------ | {% for vlan_interface in vlan_interfaces_ipv6 | arista.avd.natural_sort('name') %} {% set row_vrf = vlan_interface.vrf | arista.avd.default('default') %} {% set row_ip_addr = vlan_interface.ipv6_address | arista.avd.default('-') %} {% set row_ip_vaddr = vlan_interface.ipv6_address_virtuals | arista.avd.default('-') | join(", ") %} {% set row_varp = vlan_interface.ipv6_virtual_router_addresses | arista.avd.default('-') | join(", ") %} -{% set row_vrrp = vlan_interface.vrrp_ids.ipv6.address | arista.avd.default('-') %} {% set row_nd_ra_disabled = vlan_interface.ipv6_nd_ra_disabled | arista.avd.default('-') %} {% set row_nd_man_cfg = vlan_interface.ipv6_nd_managed_config_flag | arista.avd.default('-') %} {% set row_nd_oth_cfg = vlan_interface.ipv6_nd_other_config_flag | arista.avd.default('-') %} {% set row_acl_in = vlan_interface.ipv6_access_group_in | arista.avd.default('-') %} {% set row_acl_out = vlan_interface.ipv6_access_group_out | arista.avd.default('-') %} -| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_vrrp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | +| {{ vlan_interface.name }} | {{ row_vrf }} | {{ row_ip_addr }} | {{ row_ip_vaddr }} | {{ row_varp }} | {{ row_nd_ra_disabled }} | {{ row_nd_man_cfg }} | {{ row_nd_oth_cfg }} | {{ row_acl_in }} | {{ row_acl_out }} | {% endfor %} {% endif %} {# VRRP #} From 92e81035335a0fd29409d05cbb0f2bae062629f9 Mon Sep 17 00:00:00 2001 From: Mahesh Kumar Date: Fri, 2 Aug 2024 06:01:33 -0700 Subject: [PATCH 6/6] run all molecule --- .../documentation/devices/LEAF1A.md | 8 +-- .../documentation/devices/LEAF1B.md | 8 +-- .../documentation/devices/LEAF2A.md | 6 +- .../documentation/devices/LEAF3A.md | 8 +-- .../documentation/devices/LEAF3B.md | 8 +-- .../documentation/devices/LEAF3C.md | 6 +- .../documentation/devices/LEAF3D.md | 6 +- .../documentation/devices/LEAF3E.md | 6 +- .../documentation/devices/SPINE1.md | 28 ++++----- .../documentation/devices/SPINE2.md | 28 ++++----- .../documentation/devices/dc1-leaf1a.md | 20 +++---- .../documentation/devices/dc1-leaf1b.md | 20 +++---- .../documentation/devices/dc1-leaf2a.md | 20 +++---- .../documentation/devices/dc1-leaf2b.md | 20 +++---- .../documentation/devices/dc2-leaf1a.md | 20 +++---- .../documentation/devices/dc2-leaf1b.md | 20 +++---- .../documentation/devices/dc2-leaf2a.md | 20 +++---- .../documentation/devices/dc2-leaf2b.md | 20 +++---- .../documentation/devices/LEAF1.md | 6 +- .../documentation/devices/LEAF2.md | 6 +- .../documentation/devices/LEAF3.md | 6 +- .../documentation/devices/LEAF4.md | 6 +- .../documentation/devices/SPINE1.md | 6 +- .../documentation/devices/SPINE2.md | 6 +- .../documentation/devices/dc1-leaf1a.md | 20 +++---- .../documentation/devices/dc1-leaf1b.md | 20 +++---- .../documentation/devices/dc1-leaf2a.md | 20 +++---- .../documentation/devices/dc1-leaf2b.md | 20 +++---- .../documentation/devices/DC1-BL1A.md | 20 +++---- .../documentation/devices/DC1-BL1B.md | 20 +++---- .../documentation/devices/DC1-L2LEAF2A.md | 6 +- .../documentation/devices/DC1-L2LEAF2B.md | 6 +- .../documentation/devices/DC1-LEAF1A.md | 12 ++-- .../documentation/devices/DC1-LEAF2A.md | 44 +++++++------- .../documentation/devices/DC1-LEAF2B.md | 44 +++++++------- .../documentation/devices/DC1-SVC3A.md | 56 ++++++++--------- .../documentation/devices/DC1-SVC3B.md | 56 ++++++++--------- .../documentation/devices/BGP-LEAF1.md | 6 +- .../documentation/devices/BGP-LEAF2.md | 6 +- .../documentation/devices/BGP-SPINE1.md | 16 ++--- .../documentation/devices/BGP-SPINE2.md | 16 ++--- .../documentation/devices/ISIS-LEAF1.md | 6 +- .../documentation/devices/ISIS-SPINE1.md | 8 +-- .../documentation/devices/L2ONLY-LEAF1.md | 6 +- .../documentation/devices/L2ONLY-LEAF2.md | 6 +- .../documentation/devices/L2ONLY-SPINE1.md | 6 +- .../documentation/devices/L2ONLY-SPINE2.md | 6 +- .../documentation/devices/OSPF-LEAF1.md | 6 +- .../documentation/devices/OSPF-LEAF2.md | 6 +- .../documentation/devices/OSPF-SPINE1.md | 10 ++-- .../documentation/devices/OSPF-SPINE2.md | 10 ++-- .../documentation/devices/SITE1-LER1.md | 6 +- .../documentation/devices/SITE1-LER2.md | 6 +- .../documentation/devices/SITE2-LER1.md | 6 +- .../devices/DC1-POD1-L2LEAF1A.md | 6 +- .../devices/DC1-POD1-L2LEAF2A.md | 8 +-- .../devices/DC1-POD1-L2LEAF2B.md | 8 +-- .../documentation/devices/DC1-POD1-LEAF1A.md | 6 +- .../documentation/devices/DC1-POD1-LEAF2B.md | 22 +++---- .../documentation/devices/DC1-POD2-LEAF1A.md | 18 +++--- .../documentation/devices/DC1.POD1.LEAF2A.md | 22 +++---- .../devices/DC2-POD1-L2LEAF1A.md | 6 +- .../devices/DC2-POD1-L2LEAF2A.md | 6 +- .../documentation/devices/DC2-POD1-LEAF1A.md | 6 +- .../documentation/devices/DC2-POD1-LEAF2A.md | 6 +- .../documentation/devices/DC1-BL1A.md | 10 ++-- .../documentation/devices/DC1-BL1B.md | 10 ++-- .../documentation/devices/DC1-L2LEAF1A.md | 6 +- .../documentation/devices/DC1-L2LEAF1B.md | 6 +- .../documentation/devices/DC1-L2LEAF2A.md | 6 +- .../documentation/devices/DC1-L2LEAF2B.md | 6 +- .../documentation/devices/DC1-LEAF1A.md | 18 +++--- .../documentation/devices/DC1-LEAF2A.md | 34 +++++------ .../documentation/devices/DC1-LEAF2B.md | 34 +++++------ .../documentation/devices/DC1-SVC3A.md | 60 +++++++++---------- .../documentation/devices/DC1-SVC3B.md | 60 +++++++++---------- .../documentation/devices/DC1-BL1A.md | 8 +-- .../documentation/devices/DC1-BL1B.md | 8 +-- .../documentation/devices/DC1-L2LEAF2A.md | 6 +- .../documentation/devices/DC1-L2LEAF2B.md | 6 +- .../documentation/devices/DC1-LEAF2A.md | 8 +-- .../documentation/devices/DC1-LEAF2B.md | 8 +-- .../documentation/devices/DC1-SVC3A.md | 6 +- .../documentation/devices/DC1-SVC3B.md | 6 +- .../documentation/devices/DC1-BL1A.md | 8 +-- .../documentation/devices/DC1-BL1B.md | 8 +-- .../documentation/devices/DC1-L2LEAF2A.md | 6 +- .../documentation/devices/DC1-L2LEAF2B.md | 6 +- .../documentation/devices/DC1-LEAF2A.md | 12 ++-- .../documentation/devices/DC1-LEAF2B.md | 12 ++-- .../documentation/devices/DC1-SVC3A.md | 10 ++-- .../documentation/devices/DC1-SVC3B.md | 10 ++-- .../documentation/devices/DC1-BL1A.md | 10 ++-- .../documentation/devices/DC1-BL1B.md | 10 ++-- .../documentation/devices/DC1-L2LEAF2A.md | 6 +- .../documentation/devices/DC1-L2LEAF2B.md | 6 +- .../documentation/devices/DC1-LEAF1A.md | 12 ++-- .../documentation/devices/DC1-LEAF2A.md | 44 +++++++------- .../documentation/devices/DC1-LEAF2B.md | 44 +++++++------- .../documentation/devices/DC1-LEAF3A.md | 44 +++++++------- .../documentation/devices/DC1-LEAF3B.md | 44 +++++++------- .../documentation/devices/DC1-LEAF4A.md | 44 +++++++------- .../documentation/devices/DC1-LEAF4B.md | 44 +++++++------- .../documentation/devices/DC1-SVC3A.md | 56 ++++++++--------- .../documentation/devices/DC1-SVC3B.md | 56 ++++++++--------- 105 files changed, 848 insertions(+), 848 deletions(-) diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md index 3d0e57a7398..08cbf008144 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1A.md @@ -1405,10 +1405,10 @@ interface Port-Channel53 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.6/24 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.4/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.6/24 | - | - | - | - | +| Vlan4094 | default | 192.168.0.4/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md index 2aaaae6cbf4..e74ce08e28d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF1B.md @@ -1405,10 +1405,10 @@ interface Port-Channel53 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.7/24 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.5/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.7/24 | - | - | - | - | +| Vlan4094 | default | 192.168.0.5/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md index 7d23d0bf5a6..76e7ac08191 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF2A.md @@ -6779,9 +6779,9 @@ interface Port-Channel11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.8/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.8/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md index 93697f72830..1bdff7c68f1 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3A.md @@ -2512,10 +2512,10 @@ interface Port-Channel983 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.9/24 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.10/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.9/24 | - | - | - | - | +| Vlan4094 | default | 192.168.0.10/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md index edbd6ca3e0b..684e73ff038 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3B.md @@ -2512,10 +2512,10 @@ interface Port-Channel983 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.10/24 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.11/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.10/24 | - | - | - | - | +| Vlan4094 | default | 192.168.0.11/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md index c1e97881011..4158da9934d 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3C.md @@ -2409,9 +2409,9 @@ interface Port-Channel971 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.11/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.11/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md index 75de47703aa..579cce937ec 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3D.md @@ -2409,9 +2409,9 @@ interface Port-Channel971 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.12/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.12/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md index 0811c42790d..798e489e5e9 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/LEAF3E.md @@ -2409,9 +2409,9 @@ interface Port-Channel971 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.13/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.13/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md index 36a4579eb5d..bcd0eef74af 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE1.md @@ -463,20 +463,20 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.2/24 | - | 10.10.10.1 | - | - | - | -| Vlan110 | default | 10.1.10.2/23 | - | 10.1.10.1 | - | - | - | -| Vlan120 | default | 10.1.20.2/23 | - | 10.1.20.1 | - | - | - | -| Vlan130 | default | 10.1.30.2/23 | - | 10.1.30.1 | - | - | - | -| Vlan210 | default | 10.2.10.2/23 | - | 10.2.10.1 | - | - | - | -| Vlan220 | default | 10.2.20.2/23 | - | 10.2.20.1 | - | - | - | -| Vlan230 | default | 10.2.30.2/23 | - | 10.2.30.1 | - | - | - | -| Vlan310 | default | 10.3.10.2/23 | - | 10.3.10.1 | - | - | - | -| Vlan320 | default | 10.3.20.2/23 | - | 10.3.20.1 | - | - | - | -| Vlan330 | default | 10.3.30.2/23 | - | 10.3.30.1 | - | - | - | -| Vlan4093 | default | 10.1.1.0/31 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.2/24 | - | 10.10.10.1 | - | - | +| Vlan110 | default | 10.1.10.2/23 | - | 10.1.10.1 | - | - | +| Vlan120 | default | 10.1.20.2/23 | - | 10.1.20.1 | - | - | +| Vlan130 | default | 10.1.30.2/23 | - | 10.1.30.1 | - | - | +| Vlan210 | default | 10.2.10.2/23 | - | 10.2.10.1 | - | - | +| Vlan220 | default | 10.2.20.2/23 | - | 10.2.20.1 | - | - | +| Vlan230 | default | 10.2.30.2/23 | - | 10.2.30.1 | - | - | +| Vlan310 | default | 10.3.10.2/23 | - | 10.3.10.1 | - | - | +| Vlan320 | default | 10.3.20.2/23 | - | 10.3.20.1 | - | - | +| Vlan330 | default | 10.3.30.2/23 | - | 10.3.30.1 | - | - | +| Vlan4093 | default | 10.1.1.0/31 | - | - | - | - | +| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md index da2cb0d6e50..6de78b97af5 100644 --- a/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/campus-fabric/documentation/devices/SPINE2.md @@ -463,20 +463,20 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan10 | default | 10.10.10.3/24 | - | 10.10.10.1 | - | - | - | -| Vlan110 | default | 10.1.10.3/23 | - | 10.1.10.1 | - | - | - | -| Vlan120 | default | 10.1.20.3/23 | - | 10.1.20.1 | - | - | - | -| Vlan130 | default | 10.1.30.3/23 | - | 10.1.30.1 | - | - | - | -| Vlan210 | default | 10.2.10.3/23 | - | 10.2.10.1 | - | - | - | -| Vlan220 | default | 10.2.20.3/23 | - | 10.2.20.1 | - | - | - | -| Vlan230 | default | 10.2.30.3/23 | - | 10.2.30.1 | - | - | - | -| Vlan310 | default | 10.3.10.3/23 | - | 10.3.10.1 | - | - | - | -| Vlan320 | default | 10.3.20.3/23 | - | 10.3.20.1 | - | - | - | -| Vlan330 | default | 10.3.30.3/23 | - | 10.3.30.1 | - | - | - | -| Vlan4093 | default | 10.1.1.1/31 | - | - | - | - | - | -| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan10 | default | 10.10.10.3/24 | - | 10.10.10.1 | - | - | +| Vlan110 | default | 10.1.10.3/23 | - | 10.1.10.1 | - | - | +| Vlan120 | default | 10.1.20.3/23 | - | 10.1.20.1 | - | - | +| Vlan130 | default | 10.1.30.3/23 | - | 10.1.30.1 | - | - | +| Vlan210 | default | 10.2.10.3/23 | - | 10.2.10.1 | - | - | +| Vlan220 | default | 10.2.20.3/23 | - | 10.2.20.1 | - | - | +| Vlan230 | default | 10.2.30.3/23 | - | 10.2.30.1 | - | - | +| Vlan310 | default | 10.3.10.3/23 | - | 10.3.10.1 | - | - | +| Vlan320 | default | 10.3.20.3/23 | - | 10.3.20.1 | - | - | +| Vlan330 | default | 10.3.30.3/23 | - | 10.3.30.1 | - | - | +| Vlan4093 | default | 10.1.1.1/31 | - | - | - | - | +| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md index 9b8cf414295..251e1facbaf 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -411,16 +411,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.96/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.96/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.96/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.64/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.96/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.96/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.96/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.64/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md index 4ee20b56541..1baac4d6361 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -411,16 +411,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.97/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.97/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.97/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.65/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.97/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.97/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.97/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.65/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md index 44aefdc35aa..63c55264d46 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -419,16 +419,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.100/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.100/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.100/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.68/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.100/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.100/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.100/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.68/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md index 24683275365..7851a6b3eac 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -419,16 +419,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.101/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.101/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.101/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.69/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.101/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.101/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.101/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.69/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md index c42489b7edf..f83f9ee6342 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1a.md @@ -411,16 +411,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.129.116/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.129.116/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.129.116/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.129.84/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.129.116/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.129.116/31 | - | - | - | - | +| Vlan4093 | default | 10.255.129.116/31 | - | - | - | - | +| Vlan4094 | default | 10.255.129.84/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md index 0b0532d15ef..04b59688229 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf1b.md @@ -411,16 +411,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.129.117/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.129.117/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.129.117/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.129.85/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.129.117/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.129.117/31 | - | - | - | - | +| Vlan4093 | default | 10.255.129.117/31 | - | - | - | - | +| Vlan4094 | default | 10.255.129.85/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md index a14babe8c9e..cde452210af 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2a.md @@ -419,16 +419,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.129.120/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.129.120/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.129.120/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.129.88/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.129.120/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.129.120/31 | - | - | - | - | +| Vlan4093 | default | 10.255.129.120/31 | - | - | - | - | +| Vlan4094 | default | 10.255.129.88/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md index 7cdcec105b6..f5d0a92dc23 100644 --- a/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md +++ b/ansible_collections/arista/avd/examples/dual-dc-l3ls/documentation/devices/dc2-leaf2b.md @@ -419,16 +419,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.129.121/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.129.121/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.129.121/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.129.89/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.129.121/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.129.121/31 | - | - | - | - | +| Vlan4093 | default | 10.255.129.121/31 | - | - | - | - | +| Vlan4094 | default | 10.255.129.89/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md index 76fbe533b99..a6d23d2860a 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF1.md @@ -367,9 +367,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md index a1b9921b394..890e9ff541e 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF2.md @@ -367,9 +367,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md index 3340f265317..303756cc3c1 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF3.md @@ -367,9 +367,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.4/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.4/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md index 796c2b4bf91..73a4e24193e 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/LEAF4.md @@ -367,9 +367,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.5/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.5/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md index 3073ddbfaa6..fc7c95265a6 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE1.md @@ -398,9 +398,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md index 1188656f949..d7fe4916e3d 100644 --- a/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md +++ b/ansible_collections/arista/avd/examples/l2ls-fabric/documentation/devices/SPINE2.md @@ -398,9 +398,9 @@ interface Port-Channel47 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.0.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md index f236032240d..d1210c95a07 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1a.md @@ -472,16 +472,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.96/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.96/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.96/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.64/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.96/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.96/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.96/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.64/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md index 5cf60726297..37177d8bbba 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf1b.md @@ -472,16 +472,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.97/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.97/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.97/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.65/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.97/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.97/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.97/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.65/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md index 85bf5f184eb..e1409b9f658 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2a.md @@ -472,16 +472,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.100/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.100/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.100/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.68/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.100/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.100/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.100/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.68/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md index e2065445561..9c02397d70e 100644 --- a/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md +++ b/ansible_collections/arista/avd/examples/single-dc-l3ls/documentation/devices/dc1-leaf2b.md @@ -472,16 +472,16 @@ interface Loopback11 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | - | -| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | - | -| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | - | -| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | - | -| Vlan3009 | VRF10 | 10.255.1.101/31 | - | - | - | - | - | -| Vlan3010 | VRF11 | 10.255.1.101/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.1.101/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.1.69/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan11 | VRF10 | - | 10.10.11.1/24 | - | - | - | +| Vlan12 | VRF10 | - | 10.10.12.1/24 | - | - | - | +| Vlan21 | VRF11 | - | 10.10.21.1/24 | - | - | - | +| Vlan22 | VRF11 | - | 10.10.22.1/24 | - | - | - | +| Vlan3009 | VRF10 | 10.255.1.101/31 | - | - | - | - | +| Vlan3010 | VRF11 | 10.255.1.101/31 | - | - | - | - | +| Vlan4093 | default | 10.255.1.101/31 | - | - | - | - | +| Vlan4094 | default | 10.255.1.69/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md index a309b185688..c2ced015581 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1A.md @@ -432,16 +432,16 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.10/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.10/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.10/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.10/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.10/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.10/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md index ac231d46e15..8e06ad8a43c 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-BL1B.md @@ -432,16 +432,16 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.11/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.11/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.11/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.11/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.11/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.11/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md index 5c6ee7d8837..8047aacd97a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2A.md @@ -394,9 +394,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md index 0645ebc23e5..97d0e5c3e35 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-L2LEAF2B.md @@ -394,9 +394,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md index e80c1d98763..19d238702f4 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF1A.md @@ -356,12 +356,12 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md index 1183374fb69..62d5a47108a 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2A.md @@ -536,28 +536,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md index 8f350c7631e..c08f4d16f41 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-LEAF2B.md @@ -536,28 +536,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md index 6860f40a801..3b92f80cee7 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3A.md @@ -586,34 +586,34 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.6/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.6/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.6/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.6/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md index ff9f3a8aee1..4d4d395002c 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SVC3B.md @@ -560,34 +560,34 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.7/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.7/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3029 | Tenant_C_OP_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.251.7/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.7/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md index 2a5764d7e6d..5e1d2e1fdb0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF1.md @@ -211,9 +211,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md index 028ec7f1881..7b1a510ebb1 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-LEAF2.md @@ -166,9 +166,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md index fa7c410cc9e..5a27fc00c35 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE1.md @@ -293,14 +293,14 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan1 | default | - | 10.1.1.1/24 | - | - | - | - | -| Vlan100 | default | - | 10.1.100.1/24 | - | - | - | - | -| Vlan200 | default | - | 10.1.200.1/24 | - | - | - | - | -| Vlan220 | default | - | 10.1.220.1/24 | - | - | - | - | -| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | - | -| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan1 | default | - | 10.1.1.1/24 | - | - | - | +| Vlan100 | default | - | 10.1.100.1/24 | - | - | - | +| Vlan200 | default | - | 10.1.200.1/24 | - | - | - | +| Vlan220 | default | - | 10.1.220.1/24 | - | - | - | +| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | +| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md index b1444ac5e63..555b75c1762 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/BGP-SPINE2.md @@ -293,14 +293,14 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan1 | default | - | 10.1.1.1/24 | - | - | - | - | -| Vlan100 | default | - | 10.1.100.1/24 | - | - | - | - | -| Vlan200 | default | - | 10.1.200.1/24 | - | - | - | - | -| Vlan220 | default | - | 10.1.220.1/24 | - | - | - | - | -| Vlan4092 | default | 172.23.254.3/24 | - | 172.23.254.1 | - | - | - | -| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan1 | default | - | 10.1.1.1/24 | - | - | - | +| Vlan100 | default | - | 10.1.100.1/24 | - | - | - | +| Vlan200 | default | - | 10.1.200.1/24 | - | - | - | +| Vlan220 | default | - | 10.1.220.1/24 | - | - | - | +| Vlan4092 | default | 172.23.254.3/24 | - | 172.23.254.1 | - | - | +| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md index 16ee4c1178b..844d0adb0d6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-LEAF1.md @@ -172,9 +172,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md index ad5ac3830a5..e5b737b1854 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/ISIS-SPINE1.md @@ -218,10 +218,10 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | default | - | 10.0.110.1/24 | - | - | - | - | -| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | default | - | 10.0.110.1/24 | - | - | - | +| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md index 9d309b0ed75..0ca18e7d4f6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF1.md @@ -166,9 +166,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md index a861206bf78..a593f6968a0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-LEAF2.md @@ -166,9 +166,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md index 6aa3c137f85..4944ee8638b 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE1.md @@ -227,9 +227,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md index c8d0609ead0..ebf73dc8155 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/L2ONLY-SPINE2.md @@ -227,9 +227,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md index 96d5f5f40f3..faa069bf393 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF1.md @@ -166,9 +166,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md index 12ff035d553..0c254046955 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-LEAF2.md @@ -166,9 +166,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.23.254.5/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md index c7c6f824cef..f21b876073e 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE1.md @@ -279,11 +279,11 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan100 | default | - | 10.0.100.1/24 | - | - | - | - | -| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | - | -| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan100 | default | - | 10.0.100.1/24 | - | - | - | +| Vlan4092 | default | 172.23.254.2/24 | - | 172.23.254.1 | - | - | +| Vlan4094 | default | 192.168.254.0/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md index 26baf94427c..41adc81df6f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-l2ls/documentation/devices/OSPF-SPINE2.md @@ -279,11 +279,11 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan100 | default | - | 10.0.100.1/24 | - | - | - | - | -| Vlan4092 | default | 172.23.254.3/24 | - | 172.23.254.1 | - | - | - | -| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan100 | default | - | 10.0.100.1/24 | - | - | - | +| Vlan4092 | default | 172.23.254.3/24 | - | 172.23.254.1 | - | - | +| Vlan4094 | default | 192.168.254.1/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md index 449e8d9855c..01f8ede2892 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER1.md @@ -410,9 +410,9 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md index aacf885452a..0beea4e2c6d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE1-LER2.md @@ -404,9 +404,9 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md index 18309e6e88f..7dd3baf76fc 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-mpls-isis-sr-ldp/documentation/devices/SITE2-LER1.md @@ -477,9 +477,9 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2020 | TENANT_B_INTRA | - | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md index 2c9e08da234..4dfebb55fe6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF1A.md @@ -203,9 +203,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4085 | default | 172.21.110.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4085 | default | 172.21.110.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md index c7b8e0bdbb9..a237a915250 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2A.md @@ -308,10 +308,10 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4085 | default | 172.21.110.5/24 | - | - | - | - | - | -| Vlan4094 | default | 172.20.110.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4085 | default | 172.21.110.5/24 | - | - | - | - | +| Vlan4094 | default | 172.20.110.2/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md index 0a07a7ace81..b6b6c6ba146 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-L2LEAF2B.md @@ -336,10 +336,10 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4085 | default | 172.21.110.6/24 | - | - | - | - | - | -| Vlan4094 | default | 172.20.110.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4085 | default | 172.21.110.6/24 | - | - | - | - | +| Vlan4094 | default | 172.20.110.3/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md index 33e14086237..04cda214b89 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md @@ -270,9 +270,9 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4085 | default | 172.21.110.2/24 | - | 172.21.110.1 | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4085 | default | 172.21.110.2/24 | - | 172.21.110.1 | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md index 5bd95c8015d..2b3486ab097 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md @@ -563,17 +563,17 @@ interface Loopback102 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | - | -| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | - | -| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | - | -| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | - | -| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | - | -| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | - | -| Vlan4085 | default | 172.21.110.3/24 | - | 172.21.110.1 | - | - | - | -| Vlan4094 | default | 172.20.110.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | +| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | +| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | +| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | +| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | +| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | +| Vlan4085 | default | 172.21.110.3/24 | - | 172.21.110.1 | - | - | +| Vlan4094 | default | 172.20.110.3/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md index 9a702567bb1..d93e2befe58 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md @@ -344,15 +344,15 @@ interface Loopback101 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | - | -| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | - | -| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | - | -| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | - | -| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | - | -| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | +| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | +| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | +| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | +| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | +| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md index 1eeb0d61595..6cdbc3f0b65 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1.POD1.LEAF2A.md @@ -538,17 +538,17 @@ interface Loopback102 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | - | -| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | - | -| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | - | -| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | - | -| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | - | -| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | - | -| Vlan4085 | default | 172.21.110.2/24 | - | 172.21.110.1 | - | - | - | -| Vlan4094 | default | 172.20.110.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Common_VRF | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Common_VRF | - | 10.1.11.1/24 | - | - | - | +| Vlan112 | Common_VRF | - | 10.1.12.1/24 | - | - | - | +| Vlan113 | Common_VRF | - | 10.10.13.1/24 | - | - | - | +| Vlan1100 | vrf_with_loopbacks_from_overlapping_pool | - | 10.100.100.1/24 | - | - | - | +| Vlan1101 | vrf_with_loopbacks_from_pod_pools | - | 10.101.100.1/24 | - | - | - | +| Vlan1102 | vrf_with_loopbacks_dc1_pod1_only | - | 10.102.100.1/24 | - | - | - | +| Vlan4085 | default | 172.21.110.2/24 | - | 172.21.110.1 | - | - | +| Vlan4094 | default | 172.20.110.2/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md index 2c13eaa2ca8..26404d815c5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF1A.md @@ -231,9 +231,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.21.210.4/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.21.210.4/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md index cad94430675..81e5870bdc4 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-L2LEAF2A.md @@ -231,9 +231,9 @@ interface Port-Channel1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.21.210.5/24 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.21.210.5/24 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md index 7379b4815cb..0dc9a2c18c5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md @@ -342,9 +342,9 @@ interface Loopback101 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.21.210.2/24 | - | 172.21.210.1 | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.21.210.2/24 | - | 172.21.210.1 | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md index bf9301e67dc..819a7599861 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF2A.md @@ -294,9 +294,9 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4092 | default | 172.21.210.2/24 | - | 172.21.210.1 | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4092 | default | 172.21.210.2/24 | - | 172.21.210.1 | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md index 305314fd745..628f9062855 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -420,11 +420,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md index 2eb33cfc4ac..10fb72589df 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -418,11 +418,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md index a5760e1ce20..1e6fcdf4cb3 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1A.md @@ -402,9 +402,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4091 | default | 10.255.247.14/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4091 | default | 10.255.247.14/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md index 653163f878d..cd90240ab0d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF1B.md @@ -402,9 +402,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4091 | default | 10.255.247.15/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4091 | default | 10.255.247.15/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 0c13fdd5bba..c75c333acf2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -440,9 +440,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4091 | default | 10.255.249.16/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4091 | default | 10.255.249.16/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index 3c3be52cb33..64df2abc2f9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -440,9 +440,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4091 | default | 10.255.249.17/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4091 | default | 10.255.249.17/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index 52d51e3712a..dfc804d7a4f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -398,15 +398,15 @@ interface Loopback0 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | - | -| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | - | -| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | +| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | +| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index ad5d6ce8726..750b4268bb6 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -597,23 +597,23 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | - | -| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | - | -| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | +| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | +| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 56d0e1b03c5..e5d827a36ce 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -597,23 +597,23 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | - | -| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | - | -| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | +| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | +| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 97870cab41b..061c8c6d9e2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -840,36 +840,36 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | - | -| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | - | -| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan4092 | default | 10.255.252.6/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | +| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | +| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan4092 | default | 10.255.252.6/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md index c709ee58d2f..642a780b6b7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -840,36 +840,36 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | - | -| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | - | -| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan4092 | default | 10.255.252.7/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan122 | Tenant_A_WEB_Zone | - | 10.1.22.1/24 | - | - | - | +| Vlan123 | Tenant_A_WEB_Zone | - | 10.1.23.1/24 | - | - | - | +| Vlan124 | Tenant_A_WEB_Zone | - | 10.1.24.1/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan4092 | default | 10.255.252.7/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md index 73805cb466f..8efda1467e0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md @@ -455,10 +455,10 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md index bd45d5f3fff..359c5f549f7 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md @@ -440,10 +440,10 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md index ad69e65a1be..d61eebe7cde 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2A.md @@ -334,9 +334,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md index 48f79401923..72475ead5fc 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-L2LEAF2B.md @@ -334,9 +334,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md index 1b16715d860..639741b8e75 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md @@ -455,10 +455,10 @@ interface Loopback10 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md index af5eba4df33..330e85aaa3d 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md @@ -455,10 +455,10 @@ interface Loopback10 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md index 50af0370fe6..b2c18a022cb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md @@ -455,9 +455,9 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md index 39510d82ed6..e66af905811 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md @@ -455,9 +455,9 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | ##### ISIS diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md index e887c984477..7cdece966fa 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -415,10 +415,10 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.10/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.10/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md index 24f430d5bb4..6a7daf2e380 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -415,10 +415,10 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4093 | default | 10.255.251.11/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.11/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 80134bb7150..5716d63962c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -338,9 +338,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index 2eb4173092c..ea7869d6180 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -338,9 +338,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index da47c9b9464..fce6069e3da 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -443,12 +443,12 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.2/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 0d3516fd04e..79ab08771e2 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -443,12 +443,12 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan4093 | default | 10.255.251.3/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md index ab53dd9961b..af147aee596 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -443,11 +443,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.6/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.6/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 473a0bc8ce6..d9d7056ae76 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ospf_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -443,11 +443,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.7/31 | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.252.7/31 | - | - | - | - | +| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md index f058393895a..039b13d5745 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -390,11 +390,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md index adf452bdf83..f7610e1380e 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -391,11 +391,11 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md index 5f64f2c4200..7e85824e0b5 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2A.md @@ -404,9 +404,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.16/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md index bb0272be5c3..95d53bce7eb 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-L2LEAF2B.md @@ -404,9 +404,9 @@ interface Port-Channel3 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan4094 | default | 10.255.252.17/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index dff27b22d16..13489d95365 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -379,12 +379,12 @@ interface Loopback1 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index 254d8fc2094..5d4338d3669 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -590,28 +590,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.2/31 | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.2/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index 3daa9d07e3e..829a9bfa4ac 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -590,28 +590,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | 10.255.251.3/31 | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.3/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md index d3a380fa8f8..a8fa8ca5281 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3A.md @@ -517,28 +517,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.14/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.14/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md index e1d893c650a..0b96e0a03a6 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF3B.md @@ -517,28 +517,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.15/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.15/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md index f3658a44902..ea8ec4452a9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4A.md @@ -509,28 +509,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.18/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.18/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md index 947cb334b44..00f93c8c934 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF4B.md @@ -509,28 +509,28 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.19/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.19/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md index ebdf1e742a4..249e0df6f7c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -709,34 +709,34 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | - | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | - | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.6/31 | - | - | - | - | #### VLAN Interfaces Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 9ceabfec34e..bfc5622d9a9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -683,34 +683,34 @@ interface Loopback100 ##### IPv4 -| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | VRRP | ACL In | ACL Out | -| --------- | --- | ---------- | ------------------ | ------------------------- | ---- | ------ | ------- | -| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | - | -| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | - | -| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | - | -| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | - | -| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | - | -| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | - | -| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | - | -| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | - | -| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | - | -| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | - | -| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | - | -| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | - | -| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | - | -| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | - | -| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | - | -| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | - | -| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | - | -| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | - | -| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | - | -| Vlan3013 | Tenant_A_WAN_Zone | - | - | - | - | - | - | -| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | - | -| Vlan3020 | Tenant_B_WAN_Zone | - | - | - | - | - | - | -| Vlan3030 | Tenant_C_WAN_Zone | - | - | - | - | - | - | -| Vlan4093 | default | - | - | - | - | - | - | -| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | - | +| Interface | VRF | IP Address | IP Address Virtual | IP Router Virtual Address | ACL In | ACL Out | +| --------- | --- | ---------- | ------------------ | ------------------------- | ------ | ------- | +| Vlan2 | Tenant_C_OP_Zone | - | - | - | - | - | +| Vlan110 | Tenant_A_OP_Zone | - | 10.1.10.1/24 | - | - | - | +| Vlan111 | Tenant_A_OP_Zone | - | 10.1.11.1/24 | - | - | - | +| Vlan120 | Tenant_A_WEB_Zone | - | 10.1.20.1/24 | - | - | - | +| Vlan121 | Tenant_A_WEB_Zone | - | 10.1.10.254/24 | - | - | - | +| Vlan130 | Tenant_A_APP_Zone | - | 10.1.30.1/24 | - | - | - | +| Vlan131 | Tenant_A_APP_Zone | - | 10.1.31.1/24 | - | - | - | +| Vlan140 | Tenant_A_DB_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan141 | Tenant_A_DB_Zone | - | 10.1.41.1/24 | - | - | - | +| Vlan150 | Tenant_A_WAN_Zone | - | 10.1.40.1/24 | - | - | - | +| Vlan210 | Tenant_B_OP_Zone | - | 10.2.10.1/24 | - | - | - | +| Vlan211 | Tenant_B_OP_Zone | - | 10.2.11.1/24 | - | - | - | +| Vlan250 | Tenant_B_WAN_Zone | - | 10.2.50.1/24 | - | - | - | +| Vlan310 | Tenant_C_OP_Zone | - | 10.3.10.1/24 | - | - | - | +| Vlan311 | Tenant_C_OP_Zone | - | 10.3.11.1/24 | - | - | - | +| Vlan350 | Tenant_C_WAN_Zone | - | 10.3.50.1/24 | - | - | - | +| Vlan3009 | Tenant_A_OP_Zone | - | - | - | - | - | +| Vlan3010 | Tenant_A_WEB_Zone | - | - | - | - | - | +| Vlan3011 | Tenant_A_APP_Zone | - | - | - | - | - | +| Vlan3012 | Tenant_A_DB_Zone | - | - | - | - | - | +| Vlan3013 | Tenant_A_WAN_Zone | - | - | - | - | - | +| Vlan3019 | Tenant_B_OP_Zone | - | - | - | - | - | +| Vlan3020 | Tenant_B_WAN_Zone | - | - | - | - | - | +| Vlan3030 | Tenant_C_WAN_Zone | - | - | - | - | - | +| Vlan4093 | default | - | - | - | - | - | +| Vlan4094 | default | 10.255.252.7/31 | - | - | - | - | #### VLAN Interfaces Device Configuration