aristanetworks / avd

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

Add support additional dot1x commands #4118

Open gusmb opened 2 weeks ago

gusmb commented 2 weeks ago

Enhancement summary

Need to support the following CLI commands.

Switch-level:

dot1x
   mac-based-auth radius av-pair user-name delimiter none lowercase

Interface-level:

interface Ethernet<ID>
  dot1x aaa unresponsive phone action traffic allow
  dot1x aaa unresponsive action traffic allow vlan <VID>
  dot1x mac based access-list

Which component of AVD is impacted

eos_cli_config_gen

Use case example

802.1X configurations

Describe the solution you would like

Extended schema to support the above CLI syntax

Describe alternatives you have considered

eos_cli key, at global level and at interface level. Works for now, but not ideal

Additional context

No response

Contributing Guide