diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md index 95742ae6bf1..d98f267b476 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn.md @@ -214,8 +214,6 @@ router bgp 65101 neighbor 192.168.255.1 allowas-in 5 neighbor 192.168.255.1 password shared-secret profile profile1 algorithm aes-128-cmac-96 neighbor 192.168.255.2 peer group EVPN-OVERLAY-PEERS - neighbor 192.168.255.2 route-map RM1 in - neighbor 192.168.255.2 route-map RM2 out neighbor 192.168.255.2 missing-policy address-family all direction out action deny-in-out neighbor 192.168.255.3 allowas-in 5 neighbor 192.168.255.3 maximum-routes 52000 warning-limit 2000 warning-only @@ -321,6 +319,8 @@ router bgp 65101 neighbor 10.100.100.3 activate neighbor 10.100.100.3 default-route rcf RCF_DEFAULT_ROUTE() neighbor 10.100.100.4 activate + neighbor 10.100.100.4 route-map RM1 in + neighbor 10.100.100.4 route-map RM2 out neighbor 10.100.100.4 encapsulation path-selection neighbor 10.100.100.5 activate neighbor 10.100.100.5 encapsulation mpls diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg index 2abf6444791..83bac4e7634 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn.cfg @@ -37,8 +37,6 @@ router bgp 65101 neighbor 192.168.255.1 allowas-in 5 neighbor 192.168.255.1 password shared-secret profile profile1 algorithm aes-128-cmac-96 neighbor 192.168.255.2 peer group EVPN-OVERLAY-PEERS - neighbor 192.168.255.2 route-map RM1 in - neighbor 192.168.255.2 route-map RM2 out neighbor 192.168.255.2 missing-policy address-family all direction out action deny-in-out neighbor 192.168.255.3 allowas-in 5 neighbor 192.168.255.3 maximum-routes 52000 warning-limit 2000 warning-only @@ -144,6 +142,8 @@ router bgp 65101 neighbor 10.100.100.3 activate neighbor 10.100.100.3 default-route rcf RCF_DEFAULT_ROUTE() neighbor 10.100.100.4 activate + neighbor 10.100.100.4 route-map RM1 in + neighbor 10.100.100.4 route-map RM2 out neighbor 10.100.100.4 encapsulation path-selection neighbor 10.100.100.5 activate neighbor 10.100.100.5 encapsulation mpls diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn.yml index c053cc964ff..a44a1b1234b 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn.yml @@ -60,8 +60,6 @@ router_bgp: missing_policy: direction_out: action: deny-in-out - route_map_in: RM1 - route_map_out: RM2 - ip_address: 192.168.255.3 allowas_in: enabled: true @@ -145,6 +143,8 @@ router_bgp: - ip_address: 10.100.100.4 activate: true encapsulation: path-selection + route_map_in: RM1 + route_map_out: RM2 - ip_address: 10.100.100.5 activate: true encapsulation: mpls