diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md index dd711b31f56..a9d1dd16d8f 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/documentation/devices/router-bgp-evpn-mpls.md @@ -122,7 +122,7 @@ router bgp 65101 graceful-restart restart-time 300 graceful-restart maximum-paths 2 ecmp 2 - neighbor default send-community standard large extended + neighbor default send-community standard extended large neighbor EVPN-OVERLAY-PEERS peer group neighbor EVPN-OVERLAY-PEERS remote-as 65001 neighbor EVPN-OVERLAY-PEERS update-source Loopback0 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg index ed5b770c846..8fd82bab071 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/intended/configs/router-bgp-evpn-mpls.cfg @@ -11,7 +11,7 @@ router bgp 65101 graceful-restart restart-time 300 graceful-restart maximum-paths 2 ecmp 2 - neighbor default send-community standard large extended + neighbor default send-community standard extended large neighbor EVPN-OVERLAY-PEERS peer group neighbor EVPN-OVERLAY-PEERS remote-as 65001 neighbor EVPN-OVERLAY-PEERS update-source Loopback0 diff --git a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn-mpls.yml b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn-mpls.yml index e068c8e9678..a189771de73 100644 --- a/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn-mpls.yml +++ b/ansible_collections/arista/avd/molecule/eos_cli_config_gen/inventory/host_vars/router-bgp-evpn-mpls.yml @@ -2,7 +2,7 @@ router_bgp: as: 65101 router_id: 192.168.255.3 # test for send_community - send_community: standard large extended + send_community: standard extended large bgp_defaults: - no bgp default ipv4-unicast - distance bgp 20 200 200