aristanetworks / avd

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

eos_cli_config_gen: router bgp / vlan-aware-bundle / redistribute #4170

Open duddis1 opened 2 months ago

duddis1 commented 2 months ago

Enhancement summary

We are implementing dot1x and some missing variables. We need to generate the following config

router bgp 65111
   vlan-aware-bundle PROD-VRF
      redistribute dot1x
!

to work around it we might have to use the following:

eos_cli: |
  router bgp 65111
     vlan-aware-bundle PROD-VRF
        redistribute dot1x

Which component of AVD is impacted

eos_cli_config_gen

Use case example

to work around it it we have to use the following config:

eos_cli: |
  router bgp 65111
     vlan-aware-bundle PROD-VRF
        redistribute dot1x

Describe the solution you would like

If model can be extended to support above that will be very useful https://avd.arista.com/4.7/roles/eos_cli_config_gen/docs/input-variables.html?h=dot1x#__tabbed_22_2

Describe alternatives you have considered

eos_cli: |
  router bgp 65111
     vlan-aware-bundle PROD-VRF
        redistribute dot1x

Additional context

dot1x global configuration

Contributing Guide

duddis1 commented 3 weeks ago

Can we get an update on this issue?

ClausHolbechArista commented 3 weeks ago

I don't think anyone has picked this up. Please work with your account team to get PS/AS services engaged if you need this urgently.

AVD is an open source project and we welcome contributions from anyone.