Add option to avoid configuring vni for vlan in eos_designs #1022
Labels
role: eos_designs
issue related to eos_designs role
state: in-progress
Currently work in progress
type: enhancement
New feature or request
Milestone
Issue Type
Is your feature request related to a problem? Please describe.
Arista AVD export type-2 and type-3 routes to EVPN fabric but this action is not needed by default. Only TYPE-5 must be advertised by default.
Describe the solution you'd like
For example, I created SVI 104 in VRF INFRA on switch DC1-ESW1 and DC1-ESW2 (they are located in the same MLAG domain).
After that, AVD created below config:
Above configuration stretch VLAN 104 through EVPN Fabric. This behavior advertise EVPN MAC-IP and IMET (type-2 and type-3) routes to EVPN.
I think these actions are not needed by default. For example, if you disable that behavior, then each MLAG domain will have unique VLAN range 1-4094.
One suggestion to avoid this is create one more key:value to avoid this, for example: ExportedToEvpn: False
Describe alternatives you've considered
Create SVI inside host_vars with structured_configuration_prefix.
The text was updated successfully, but these errors were encountered: