aristanetworks / avd

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

eos_cli_config_gen:radius_server/host/ssl_profile #4175

Closed thompsno closed 3 months ago

thompsno commented 3 months ago

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

nnbruce commented 3 months ago

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