diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md index 7f5e04987e1..6639547d1ec 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/route-maps.md @@ -93,41 +93,44 @@ interface Management1 #### RM-10.2.3.4-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 10.2.3.4 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 10.2.3.4 | - | - | #### RM-CONN-BL-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match ip address prefix-list PL-MLAG | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | ip address prefix-list PL-MLAG | - | - | - | +| 20 | permit | ip address prefix-list PL-SUBRM | - | RM-HIDE-ASPATH-IN | - | +| 30 | permit | ip address prefix-list PL-CONTINUE | - | - | 40 | +| 40 | permit | ip address prefix-list PL-CONTINUE | - | - | Next Sequence | +| 50 | permit | - | - | - | - | #### RM-HIDE-ASPATH-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set as-path match all replacement auto | -| 10 | permit | set community 65000:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | as-path match all replacement auto
community 65000:1 additive | - | - | #### RM-HIDE-ASPATH-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match community LIST-COM | -| 20 | permit | set as-path match all replacement auto | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | community LIST-COM | - | - | - | +| 20 | permit | - | as-path match all replacement auto | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | #### RM-STATIC-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set tag 65100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | tag 65100 | - | - | ### Route-maps Device Configuration @@ -140,6 +143,19 @@ route-map RM-CONN-BL-BGP deny 10 match ip address prefix-list PL-MLAG ! route-map RM-CONN-BL-BGP permit 20 + description sub-route-map test + match ip address prefix-list PL-SUBRM + sub-route-map RM-HIDE-ASPATH-IN +! +route-map RM-CONN-BL-BGP permit 30 + match ip address prefix-list PL-CONTINUE + continue 40 +! +route-map RM-CONN-BL-BGP permit 40 + match ip address prefix-list PL-CONTINUE + continue +! +route-map RM-CONN-BL-BGP permit 50 ! route-map RM-HIDE-ASPATH-IN permit 10 set as-path match all replacement auto diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md index 7d1b75ae927..fddaca710fb 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-vrf-lite.md @@ -295,15 +295,15 @@ ip prefix-list PL-BGP-DEFAULT-RED-OUT-C1 #### RM-BGP-AGG-APPLY-SET -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set local-preference 50 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | local-preference 50 | - | - | #### RM-BGP-EXPORT-DEFAULT-BLUE-C1 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-BGP-DEFAULT-BLUE-C1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-BGP-DEFAULT-BLUE-C1 | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg index 2390db093b2..cdcd6efb5cd 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/route-maps.cfg @@ -19,6 +19,19 @@ route-map RM-CONN-BL-BGP deny 10 match ip address prefix-list PL-MLAG ! route-map RM-CONN-BL-BGP permit 20 + description sub-route-map test + match ip address prefix-list PL-SUBRM + sub-route-map RM-HIDE-ASPATH-IN +! +route-map RM-CONN-BL-BGP permit 30 + match ip address prefix-list PL-CONTINUE + continue 40 +! +route-map RM-CONN-BL-BGP permit 40 + match ip address prefix-list PL-CONTINUE + continue +! +route-map RM-CONN-BL-BGP permit 50 ! route-map RM-HIDE-ASPATH-IN permit 10 set as-path match all replacement auto diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/route-maps.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/route-maps.yml index d47113a4c0d..3bc3d829e2a 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/route-maps.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/route-maps.yml @@ -8,6 +8,25 @@ route_maps: - ip address prefix-list PL-MLAG 20: type: permit + description: sub-route-map test + sub_route_map: RM-HIDE-ASPATH-IN + match: + - ip address prefix-list PL-SUBRM + 30: + type: permit + continue: + enabled: true + sequence_number: 40 + match: + - ip address prefix-list PL-CONTINUE + 40: + type: permit + continue: + enabled: true + match: + - ip address prefix-list PL-CONTINUE + 50: + type: permit RM-STATIC-2-BGP: sequence_numbers: 10: diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/route-maps.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/route-maps.md index 7f5e04987e1..9c574a60a67 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/route-maps.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/route-maps.md @@ -93,41 +93,44 @@ interface Management1 #### RM-10.2.3.4-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 10.2.3.4 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 10.2.3.4 | - | - | #### RM-CONN-BL-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match ip address prefix-list PL-MLAG | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | ip address prefix-list PL-MLAG | - | - | - | +| 20 | permit | ip address prefix-list PL-SUBRM | - | RM-HIDE-ASPATH-IN | - | +| 30 | permit | ip address prefix-list PL-CONTINUE | - | - | 40 | +| 40 | permit | ip address prefix-list PL-CONTINUE | - | - | Next Sequence | +| 50 | permit | - | - | - | - | #### RM-HIDE-ASPATH-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set as-path match all replacement auto | -| 10 | permit | set community 65000:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | as-path match all replacement auto
community 65000:1 additive | - | - | #### RM-HIDE-ASPATH-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match community LIST-COM | -| 20 | permit | set as-path match all replacement auto | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | community LIST-COM | - | - | - | +| 20 | permit | - | as-path match all replacement auto | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | #### RM-STATIC-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set tag 65100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | tag 65100 | - | - | ### Route-maps Device Configuration @@ -140,6 +143,18 @@ route-map RM-CONN-BL-BGP deny 10 match ip address prefix-list PL-MLAG ! route-map RM-CONN-BL-BGP permit 20 + match ip address prefix-list PL-SUBRM + sub-route-map RM-HIDE-ASPATH-IN +! +route-map RM-CONN-BL-BGP permit 30 + match ip address prefix-list PL-CONTINUE + continue 40 +! +route-map RM-CONN-BL-BGP permit 40 + match ip address prefix-list PL-CONTINUE + continue +! +route-map RM-CONN-BL-BGP permit 50 ! route-map RM-HIDE-ASPATH-IN permit 10 set as-path match all replacement auto diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/router-bgp-vrf-lite.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/router-bgp-vrf-lite.md index 329cdd947bc..8fc5a431847 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/router-bgp-vrf-lite.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/documentation/devices/router-bgp-vrf-lite.md @@ -276,15 +276,15 @@ ip prefix-list PL-BGP-DEFAULT-RED-OUT-C1 #### RM-BGP-AGG-APPLY-SET -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set local-preference 50 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | local-preference 50 | - | - | #### RM-BGP-EXPORT-DEFAULT-BLUE-C1 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-BGP-DEFAULT-BLUE-C1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-BGP-DEFAULT-BLUE-C1 | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/intended/configs/route-maps.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/intended/configs/route-maps.cfg index 2390db093b2..928d498a08e 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/intended/configs/route-maps.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/intended/configs/route-maps.cfg @@ -19,6 +19,18 @@ route-map RM-CONN-BL-BGP deny 10 match ip address prefix-list PL-MLAG ! route-map RM-CONN-BL-BGP permit 20 + match ip address prefix-list PL-SUBRM + sub-route-map RM-HIDE-ASPATH-IN +! +route-map RM-CONN-BL-BGP permit 30 + match ip address prefix-list PL-CONTINUE + continue 40 +! +route-map RM-CONN-BL-BGP permit 40 + match ip address prefix-list PL-CONTINUE + continue +! +route-map RM-CONN-BL-BGP permit 50 ! route-map RM-HIDE-ASPATH-IN permit 10 set as-path match all replacement auto diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/inventory/host_vars/route-maps.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/inventory/host_vars/route-maps.yml index 48d9f4ee030..9dce2afd763 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/inventory/host_vars/route-maps.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen_v4.0/inventory/host_vars/route-maps.yml @@ -8,6 +8,24 @@ route_maps: - ip address prefix-list PL-MLAG - sequence: 20 type: permit + sub_route_map: RM-HIDE-ASPATH-IN + match: + - ip address prefix-list PL-SUBRM + - sequence: 30 + type: permit + continue: + enabled: true + sequence_number: 40 + match: + - ip address prefix-list PL-CONTINUE + - sequence: 40 + type: permit + continue: + enabled: true + match: + - ip address prefix-list PL-CONTINUE + - sequence: 50 + type: permit - name: RM-STATIC-2-BGP sequence_numbers: - sequence: 10 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 a02b51f3f01..e7111bd4dcb 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 @@ -872,15 +872,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 ee781bd2b0c..f6d16c6a8cb 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 @@ -872,15 +872,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 68a4763131d..e7895528031 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 @@ -725,9 +725,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 e4f02f72754..4941e4bd54c 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 @@ -1158,15 +1158,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 fa8124326e3..f4cc497f901 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 @@ -1158,15 +1158,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md index fdbb27bc3d7..89a874d0268 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE1.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md index 6e68aa1f399..8dbde68062c 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE2.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md index 5968fac7955..f46bd98b8f6 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE3.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md index 6c88214649e..d4c3709c6ef 100644 --- a/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/eos_config_deploy_cvp/documentation/devices/DC1-SPINE4.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 1be31213f34..a019a2293fe 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 @@ -1314,15 +1314,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 4b6a255e477..cc3c2a696a3 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 @@ -1299,15 +1299,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 f5697af5e75..183679b9918 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 @@ -457,9 +457,9 @@ router bgp 65001 #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 5f27e8e82e3..256f09129ee 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 @@ -457,9 +457,9 @@ router bgp 65001 #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 7baadca2a43..ba9e6aebd01 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 @@ -576,34 +576,38 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps 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 0bfe214f467..11712ae1149 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 @@ -1108,34 +1108,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65101 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65101 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65101 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65110.100 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65110.100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65110.100 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65111.100 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65111.100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65111.100 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md index c49763b0c87..95364ce3892 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md @@ -501,33 +501,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md index dec4113f937..6d64ae133c3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md @@ -431,9 +431,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 26c2bc63033..fa71f5b3e39 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 @@ -778,15 +778,16 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65120 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65120 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65120 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md index 8fa4098ec95..cb31a3f66e7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md @@ -461,9 +461,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md index cbcab733b79..2c625d878cd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md @@ -449,9 +449,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md index 41e18d24be7..015922646ba 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md @@ -429,33 +429,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md index a8edd1e57e6..80b910ae7fa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md @@ -449,33 +449,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md index bbbf90c9085..ccd51483b20 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md @@ -391,9 +391,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md index eb40af31abb..be83e4d143c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md @@ -417,9 +417,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 85fc234ad9c..ef1fdc88eb5 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 @@ -1072,34 +1072,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65101 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65101 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65101 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65110.100 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65110.100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65110.100 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65111.100 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65111.100 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65111.100 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 f8a430d948f..df54f8ebc0d 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 @@ -707,10 +707,10 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | ### Route-maps 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 ae52c42068b..5d0badc8c4d 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 @@ -563,10 +563,10 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md index 2fce0798c5c..e58de0a2608 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md @@ -469,9 +469,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md index ba32fb038d5..0f92c48959a 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md @@ -399,9 +399,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md index 6644de1712a..cbc359622ca 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md @@ -427,9 +427,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md index 718877ce68f..42abee91014 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md @@ -356,9 +356,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md index 430ff90d566..c921c73cbe0 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md @@ -495,9 +495,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md index eb0b9a7d97f..c5476a7407f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md @@ -370,9 +370,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1A.md index 8b8ae4a4162..05889bf14ef 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1A.md @@ -987,21 +987,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1B.md index 74bb2f50aed..cb44ebc604d 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL1B.md @@ -956,21 +956,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2A.md index 427d042dd76..eb5a9559cf5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2A.md @@ -790,9 +790,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2B.md index d5d6edc1d7f..ee4b789e7f2 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-BL2B.md @@ -836,9 +836,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_C_WAN_Zone-1.1.1.1-SET-NEXT-HOP-OUT diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1A.md index bf082771ee6..babd5df133c 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1A.md @@ -942,15 +942,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1B.md index 461d0208ec3..330a33040ec 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-CL1B.md @@ -942,15 +942,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF1A.md index 90e612fb9c2..714af30fccb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF1A.md @@ -872,9 +872,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2A.md index 4318a5dbcd9..9edd5a0d5e7 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2A.md @@ -1486,9 +1486,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2B.md index f609a2ff0a2..423d64586d9 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-LEAF2B.md @@ -1475,9 +1475,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE1.md index 0f8c4294842..019efae4049 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE1.md @@ -778,9 +778,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE2.md index a5507248d6d..70327c740d5 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE2.md @@ -723,9 +723,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE3.md index e4569b87672..4a539d08b6f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE3.md @@ -706,9 +706,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE4.md index 9b0a461c266..77570bfff18 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SPINE4.md @@ -706,9 +706,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3A.md index dfd952ab157..75882d79b57 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3A.md @@ -1757,15 +1757,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3B.md index 66a735098f2..68b12f983e6 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1-SVC3B.md @@ -1727,15 +1727,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1A.md index a67d7c7c68c..24d5dcaa3aa 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1A.md @@ -1395,15 +1395,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1B.md index f6fb8d0e54a..9939c47c356 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/DC1_UNDEPLOYED_LEAF1B.md @@ -1395,15 +1395,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1A.md index 5d6a68358dc..79505dd2e76 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1A.md @@ -999,9 +999,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1B.md index 1c481b801ef..7c8418037b3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF1B.md @@ -999,9 +999,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF2A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF2A.md index a516a5f49a9..d70249c5e20 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/MH-LEAF2A.md @@ -735,22 +735,23 @@ ip prefix-list PL-SVI-VRF-DEFAULT #### RM-BGP-UNDERLAY-PEERS-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match ip address prefix-list PL-SVI-VRF-DEFAULT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | ip address prefix-list PL-SVI-VRF-DEFAULT | - | - | - | +| 20 | permit | - | - | - | - | #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ip address prefix-list PL-SVI-VRF-DEFAULT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ip address prefix-list PL-SVI-VRF-DEFAULT | - | - | - | #### RM-EVPN-EXPORT-VRF-DEFAULT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-SVI-VRF-DEFAULT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-SVI-VRF-DEFAULT | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.md index 2bb9e950c52..f075124012f 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1A.md @@ -732,15 +732,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.md index d39ec283090..ee4ca9e2886 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-L3LEAF1B.md @@ -732,15 +732,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.md index 0e5cd0a3097..560c9dfddee 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/UPLINK-MLAG-STRUCTURED-CONFIG-SPINE1.md @@ -503,9 +503,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/cvp-instance-ips-cvaas.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/cvp-instance-ips-cvaas.md index 9df913bc1d9..88cd55d18eb 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/cvp-instance-ips-cvaas.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/cvp-instance-ips-cvaas.md @@ -303,9 +303,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/device.with.dots.in.hostname.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/device.with.dots.in.hostname.md index bf3371ec93a..4ee70a9bcc3 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/device.with.dots.in.hostname.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/device.with.dots.in.hostname.md @@ -285,9 +285,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_false.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_false.md index aa5e9ccce8f..4a8c8966aa8 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_false.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_false.md @@ -1166,9 +1166,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_true.md b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_true.md index e8c19994070..4c3c28ccabd 100644 --- a/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_true.md +++ b/ansible_collections/arista/avd/molecule/eos_designs_unit_tests/documentation/devices/evpn_services_l2_only_true.md @@ -725,9 +725,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 3b11ddd5749..6ac9aab3d03 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 @@ -862,21 +862,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps 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 08128e839e8..d632388b18c 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 @@ -860,21 +860,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps 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 389bfa69243..f8bacc9cd92 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 @@ -797,9 +797,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 7db0091d4ee..92ffe8e7391 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 @@ -1183,9 +1183,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 641252db270..e679a9f36e6 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 @@ -1183,9 +1183,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md index 85109bf71a2..43b654a9632 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md index eba4bd0840d..e57323157e9 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 30875a7b6ed..655d84fae4f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md index c010ba52e73..9831e3f93e0 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 4f9e9eca9a1..273ab2c17d0 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 @@ -1629,15 +1629,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 d56518dda67..f5e3435dd57 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 @@ -1629,15 +1629,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 cd283cfcd47..105037c4e4c 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 @@ -703,15 +703,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.10:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.10:1 additive | - | - | ### Route-maps Device Configuration 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 3f585cc273c..efdaae4f629 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 @@ -703,15 +703,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.10:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.10:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md index c98e2a72145..7c808cfca50 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md @@ -552,15 +552,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.5:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.5:1 additive | - | - | ### Route-maps 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 ef32adb575b..ed9eeee037a 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 @@ -718,15 +718,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.6:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.6:1 additive | - | - | ### Route-maps Device Configuration 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 56192c7f82d..814a4cb0e6c 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 @@ -718,15 +718,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.6:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.6:1 additive | - | - | ### Route-maps Device Configuration 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 fc1eeb99247..7e2aee24f78 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 @@ -711,15 +711,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.8:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.8:1 additive | - | - | ### Route-maps Device Configuration 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 586ff6286c5..e7264ea1622 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 @@ -711,15 +711,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.8:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.8:1 additive | - | - | ### Route-maps 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 58cfc169f57..e792bd6d003 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 @@ -815,21 +815,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps 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 2c07a3e2156..9abcadee854 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 @@ -794,21 +794,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps 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 3ff669d927e..d632fcde89c 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 @@ -761,9 +761,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps 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 170336759eb..e3d2dae089d 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 @@ -1243,15 +1243,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 000793d4d9c..55d4c2f8c27 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 @@ -1243,15 +1243,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 3d1b6e19672..38b4bea319a 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 @@ -1166,16 +1166,16 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 e9a7bd32628..f81ccc4de91 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 @@ -1166,16 +1166,16 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 39fd98747e8..9d35b3ef0dc 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 @@ -1166,16 +1166,16 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 b803d6fb24b..a082393ac46 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 @@ -1166,16 +1166,16 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md index 52264fbc9bf..d8a4ae95104 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md index a85b3e42185..23e3396b3f8 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 582bbad203b..96dbd89b9b1 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md index f31ba2bd501..25bd199ee9b 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md index 0d54b57b2c9..751e7e2a48f 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE5.md @@ -489,10 +489,10 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md index 37c18bb4023..cc9ab88d33c 100644 --- a/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md +++ b/ansible_collections/arista/avd/molecule/evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE6.md @@ -489,10 +489,10 @@ ipv6 prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 30 | permit | match ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 30 | permit | ipv6 address prefix-list PL-LOOPBACKS-EVPN-OVERLAY-V6 | - | - | - | ### Route-maps 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 c89cdbd1afa..b38765aaba5 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 @@ -1468,15 +1468,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps 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 20f9dc763f3..ee4ff0b6188 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 @@ -1453,15 +1453,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md index a3e41c3107d..5c633dad333 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF1A.md @@ -577,34 +577,38 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2A.md index 36096d46bac..82adef4db2b 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2A.md @@ -890,34 +890,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65101 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65101 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65101 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65110 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65110 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65110 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65111 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65111 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65111 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md index a1fc341ae7a..a9451f6000f 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-LEAF2B.md @@ -919,34 +919,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | #### RM-EVPN-FILTER-AS65101 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65101 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65101 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65110 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65110 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65110 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65111 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65111 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65111 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md index 0d9a645a845..75c0af51079 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE1.md @@ -471,33 +471,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md index 52fcf535e8d..ee7e460e707 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD1-SPINE2.md @@ -401,9 +401,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md index ba78d4acca0..92d41890bec 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-LEAF1A.md @@ -656,15 +656,16 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65120 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65120 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65120 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md index b9135f8a6c7..6e33cacb902 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE1.md @@ -459,9 +459,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md index b47acc49102..caf5c0e36d7 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-POD2-SPINE2.md @@ -447,9 +447,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md index 9bc84dc9d0a..35b2a462554 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS1.md @@ -429,33 +429,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md index a8edd1e57e6..80b910ae7fa 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-RS2.md @@ -449,33 +449,37 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-EVPN-FILTER-AS65200 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65200 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65200 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65201 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65201 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65201 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65210 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65210 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65210 | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-FILTER-AS65211 -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match as 65211 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | as 65211 | - | - | - | +| 20 | permit | - | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md index 77b0cb857a8..d0d135903f2 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE1.md @@ -387,9 +387,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md index 4ef0583ef6a..37daa1ccb0a 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC1-SUPER-SPINE2.md @@ -413,9 +413,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md index c4d0d625167..3a1d86a24c4 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-LEAF1A.md @@ -638,10 +638,10 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | -| 20 | permit | match ip address prefix-list PL-L2LEAF-INBAND-MGMT | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | +| 20 | permit | ip address prefix-list PL-L2LEAF-INBAND-MGMT | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md index 10eda862752..bb7927dbcba 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE1.md @@ -457,9 +457,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md index f771732c295..8c29ac78611 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-POD1-SPINE2.md @@ -386,9 +386,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md index 32a0552cdca..6eec36aab60 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS1.md @@ -429,9 +429,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md index 029b7c531ce..35f041fdc83 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-RS2.md @@ -357,9 +357,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md index 90a335532af..003620cd136 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE1.md @@ -497,9 +497,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md index e70683b9d8b..1596df1f99a 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_eos_designs-twodc-5stage-clos/documentation/devices/DC2-SUPER-SPINE2.md @@ -371,9 +371,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md index 9757b6d627e..4f8305484d7 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -869,21 +869,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md index 3b11f7233d7..7534772623e 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -867,21 +867,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index c9952dcb3d1..f22e8d1b3f4 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -767,9 +767,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index 43f88cd9173..d24ce37b00b 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -1126,9 +1126,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index f0a2562644c..33b4f589544 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -1126,9 +1126,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md index bfd4b67626b..48ee660631c 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md index c3290c87ca9..22e043b8151 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 775617c82c9..ec73d5064ba 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md index e490e3b4b74..8554aa9ef86 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -560,9 +560,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 0e24daa4eba..a146488cd6e 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -1561,15 +1561,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 88b78e56a37..d61615b0cc6 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_ebgp_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -1561,15 +1561,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md index 80ac62bff02..adca5b6d2f8 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1A.md @@ -703,15 +703,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.10:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.10:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md index c19c0138216..de371dce908 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-BL1B.md @@ -703,15 +703,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.10:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.10:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md index c87a750e43f..a1f5036f663 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF1A.md @@ -563,15 +563,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.5:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.5:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md index 881c61d86dd..ff0083c0bbc 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2A.md @@ -718,15 +718,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.6:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.6:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md index b3cfed9f22c..5e91b5b1eba 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-LEAF2B.md @@ -718,15 +718,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.6:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.6:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md index 7c744b6a334..73bb33f5c31 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3A.md @@ -724,15 +724,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.8:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.8:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md index 8e9b99cd5df..904609ce7e3 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_isis_overlay_ibgp/documentation/devices/DC1-SVC3B.md @@ -724,15 +724,16 @@ router bfd #### RM-EVPN-SOO-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | deny | match extcommunity ECL-EVPN-SOO | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | deny | extcommunity ECL-EVPN-SOO | - | - | - | +| 20 | permit | - | - | - | - | #### RM-EVPN-SOO-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set extcommunity soo 192.168.254.8:1 additive | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | extcommunity soo 192.168.254.8:1 additive | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md index 5c733234578..10698c1e8c3 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1A.md @@ -799,21 +799,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md index 8a13c0a52f2..434975579a8 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-BL1B.md @@ -778,21 +778,21 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-Tenant_A_WAN_Zone-123.1.1.10-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ip next-hop 123.1.1.1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ip next-hop 123.1.1.1 | - | - | #### RM-Tenant_A_WAN_Zone-fd5a:fe45:8831:06c5::a-SET-NEXT-HOP-OUT -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set ipv6 next-hop fd5a:fe45:8831:06c5::1 | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | ipv6 next-hop fd5a:fe45:8831:06c5::1 | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md index 50b9e53470e..6017a81c134 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF1A.md @@ -765,9 +765,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md index aa31900791d..2628617d4b6 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2A.md @@ -1247,15 +1247,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md index b90ccf207f2..35decec9eb2 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-LEAF2B.md @@ -1247,15 +1247,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md index 52264fbc9bf..d8a4ae95104 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE1.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md index a85b3e42185..23e3396b3f8 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE2.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md index 582bbad203b..96dbd89b9b1 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE3.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md index f31ba2bd501..25bd199ee9b 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SPINE4.md @@ -536,9 +536,9 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md index 1162c4a4474..8192395ead3 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3A.md @@ -1472,15 +1472,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md index 2bb3099ebde..45a751bd732 100644 --- a/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md +++ b/ansible_collections/arista/avd/molecule/upgrade_v2.x_to_v3.0_evpn_underlay_rfc5549_overlay_ebgp/documentation/devices/DC1-SVC3B.md @@ -1457,15 +1457,15 @@ ip prefix-list PL-LOOPBACKS-EVPN-OVERLAY #### RM-CONN-2-BGP -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | match ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | ip address prefix-list PL-LOOPBACKS-EVPN-OVERLAY | - | - | - | #### RM-MLAG-PEER-IN -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | -| 10 | permit | set origin incomplete | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | +| 10 | permit | - | origin incomplete | - | - | ### Route-maps Device Configuration diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/README.md b/ansible_collections/arista/avd/roles/eos_cli_config_gen/README.md index ac2082faf6f..b531ed36e31 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/README.md +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/README.md @@ -644,6 +644,10 @@ route_maps: - "< match rule 2 as string >" set: - "< set as string >" + sub_route_map: < sub-route-map name > + continue: + enabled: < true | false > + sequence_number: < integer > < sequence_id_2 >: type: < permit | deny > match: diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/README_v4.0.md b/ansible_collections/arista/avd/roles/eos_cli_config_gen/README_v4.0.md index 01242726f1e..e7ec5e18d88 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/README_v4.0.md +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/README_v4.0.md @@ -707,6 +707,10 @@ route_maps: - "< match rule 2 as string >" set: - "< set as string >" + sub_route_map: < sub-route-map name > + continue: + enabled: < true | false > + sequence_number: < integer > - sequence: < sequence_id_2 > type: < permit | deny > match: diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/documentation/route-maps.j2 b/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/documentation/route-maps.j2 index 1a8a2d06056..dfc6efd8dc8 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/documentation/route-maps.j2 +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/documentation/route-maps.j2 @@ -7,19 +7,13 @@ {% for route_map in route_maps | arista.avd.convert_dicts('name') | arista.avd.natural_sort('name') %} #### {{ route_map.name }} -| Sequence | Type | Match and/or Set | -| -------- | ---- | ---------------- | +| Sequence | Type | Match | Set | Sub-Route-Map | Continue | +| -------- | ---- | ----- | --- | ------------- | -------- | {% for sequence in route_map.sequence_numbers | arista.avd.convert_dicts('sequence') | arista.avd.natural_sort('sequence') %} -{% if sequence.match is arista.avd.defined %} -{% for match_rule in sequence.match | arista.avd.natural_sort %} -| {{ sequence.sequence }} | {{ sequence.type }} | match {{ match_rule }} | -{% endfor %} -{% endif %} -{% if sequence.set is arista.avd.defined %} -{% for set_rule in sequence.set | arista.avd.natural_sort %} -| {{ sequence.sequence }} | {{ sequence.type }} | set {{ set_rule }} | -{% endfor %} +{% if sequence.continue.enabled is arista.avd.defined(true) %} +{% set row_continue = sequence.continue.sequence_number | arista.avd.default("Next Sequence") %} {% endif %} +| {{ sequence.sequence }} | {{ sequence.type }} | {{ sequence.match | arista.avd.default(['-']) | join('
') }} | {{ sequence.set | arista.avd.default(['-']) | join('
') }} | {{ sequence.sub_route_map | arista.avd.default('-') }} | {{ row_continue | arista.avd.default('-') }} | {% endfor %} {% endfor %} diff --git a/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/route-maps.j2 b/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/route-maps.j2 index c5fe4ae3de2..19b64846b4f 100644 --- a/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/route-maps.j2 +++ b/ansible_collections/arista/avd/roles/eos_cli_config_gen/templates/eos/route-maps.j2 @@ -11,6 +11,16 @@ route-map {{ route_map.name }} {{ sequence.type }} {{ sequence.sequence }} {% for match_rule in sequence.match | arista.avd.natural_sort %} match {{ match_rule }} {% endfor %} +{% if sequence.sub_route_map is arista.avd.defined %} + sub-route-map {{ sequence.sub_route_map }} +{% endif %} +{% if sequence.continue.enabled is arista.avd.defined(true) %} +{% set continue_cli = "continue" %} +{% if sequence.continue.sequence_number is arista.avd.defined %} +{% set continue_cli = continue_cli ~ " " ~ sequence.continue.sequence_number %} +{% endif %} + {{ continue_cli }} +{% endif %} {% for set_rule in sequence.set | arista.avd.natural_sort %} set {{ set_rule }} {% endfor %}