aristanetworks / avd

Arista Validated Designs

Home Page:https://avd.arista.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eos_cli_config_gen: dot1x captive portal and supplicant logging

lateefwalana opened this issue · comments

Enhancement summary

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

dot1x
   captive-portal url http://portal-nacm08/captiveredirect/
   supplicant logging

to work around it it we are using:

eos_cli: |
  dot1x: 
    supplicant logging 
    captive-portal url http://portal-nacm08/captiveredirect/

Which component of AVD is impacted

eos_cli_config_gen

Use case example

to work around it it we are using:

eos_cli: |
  dot1x: 
    supplicant logging 
    captive-portal url http://portal-nacm08/captiveredirect/

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: |
  dot1x: 
    supplicant logging 
    captive-portal url http://portal-nacm08/captiveredirect/

Additional context

dot1x global configuration

Contributing Guide

  • I agree to follow this project's Code of Conduct

Hi, please use code blocks so your issue is easier to read. Tripple backtick like ``` or click the <> button.

Thank you for feedback, this is my first issue, i will remember it next time. I have amended it.