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:radius_server/host/ssl_profile #4175

Closed
1 task done
thompsno opened this issue Jul 3, 2024 · 1 comment · Fixed by #4194
Closed
1 task done

eos_cli_config_gen:radius_server/host/ssl_profile #4175

thompsno opened this issue Jul 3, 2024 · 1 comment · Fixed by #4194
Labels
type: enhancement New feature or request

Comments

@thompsno
Copy link

thompsno commented Jul 3, 2024

Enhancement summary

Allowing EOS device to connect to AGNI with TLS SSL profile bound to Radius server.

Which component of AVD is impacted

eos_cli_config_gen

Use case example

Required data model
radius-server host radsec.beta.agni.arista.io vrf (x) tls ssl-profile (ssl-profile) timeout 10 retransmit 3

Current data model
radius-server host radsec.beta.agni.arista.io vrf (x) timeout 10 retransmit 3

Using
eos_cli: radius-server host radsec.beta.agni.arista.io vrf (x) tls ssl-profile (ssl-profile) timeout 10 retransmit 3

Describe the solution you would like

To be able add a tls-ssl-profile to the host dictionary under radius server

https://avd.arista.com/4.8/roles/eos_cli_config_gen/docs/input-variables.html?h=eos+cli#radius-servers

Describe alternatives you have considered

eos_cli: radius-server host radsec.beta.agni.arista.io vrf (x) tls ssl-profile (ssl-profile) timeout 10 retransmit 3

Additional context

No response

Contributing Guide

  • I agree to follow this project's Code of Conduct
@thompsno thompsno added the type: enhancement New feature or request label Jul 3, 2024
@thompsno thompsno changed the title Feature reeos_cli_config_gen:radius_server/host/ssl_profile eos_cli_config_gen:radius_server/host/ssl_profile Jul 3, 2024
@nnbruce
Copy link
Contributor

nnbruce commented Jul 9, 2024

We also need this for AGNI, created PR #4194.

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
Development

Successfully merging a pull request may close this issue.

2 participants