aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Add support for Inter AS Option B #4156

Open dgonzalez85 opened 6 days ago

dgonzalez85 commented 6 days ago

Enhancement summary

Just looking to support the following command:

address-family vpn-ipv4
neighbor default encapsulation mpls next-hop-self received-vpnv4-routes

(command also exists for vpnv-ipv6)

TOI: https://www.arista.com/en/support/toi/eos-4-24-0f/14476-inter-as-option-b

This is required also when doing EVPN internetworking (EVPN to VPNv4), on the Arista device acting as MPLS ASBR.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

please detail your use case

Describe the solution you would like

This is required also when doing EVPN internetworking (EVPN to VPNv4). On the Arista device, acting as MPLS ASBR, we require this command to exchange VPNv4 routes.

Describe alternatives you have considered

No response

Additional context

No response

Contributing Guide