Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eos_cli_config_gen: dot1x captive portal and supplicant logging #4006

Closed
1 task done
lateefwalana opened this issue May 16, 2024 · 2 comments · Fixed by #4023
Closed
1 task done

eos_cli_config_gen: dot1x captive portal and supplicant logging #4006

lateefwalana opened this issue May 16, 2024 · 2 comments · Fixed by #4023
Assignees
Labels
type: enhancement New feature or request

Comments

@lateefwalana
Copy link

lateefwalana commented May 16, 2024

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
@lateefwalana lateefwalana added the type: enhancement New feature or request label May 16, 2024
@ClausHolbechArista
Copy link
Contributor

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

@ClausHolbechArista ClausHolbechArista changed the title eos_cli_config_gen: Missing variables eos_cli_config_gen: dot1x captive portal and supplicant logging May 16, 2024
@lateefwalana
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
3 participants