We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allowing EOS device to connect to AGNI with TLS SSL profile bound to Radius server.
eos_cli_config_gen
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
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
eos_cli: radius-server host radsec.beta.agni.arista.io vrf (x) tls ssl-profile (ssl-profile) timeout 10 retransmit 3
No response
The text was updated successfully, but these errors were encountered:
We also need this for AGNI, created PR #4194.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: