You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# When the route server is part of the same inventory as the WAN routers,
# only the name is required.
wan_route_servers:
# Route-Reflector hostname.
- hostname: <str; required; unique>
# Route-Reflector router id.
router_id: <str>
dtls_profile: <str>
dtls_profile is the name of the profile, the certificates file names for cert and keys as well as trust are auto generated by CVP
Enhancement summary
Add support for DTLS for stun server and client configuration
Which component of AVD is impacted
eos_designs
Use case example
STUN client:
Stun Server
Describe the solution you would like
Add a knobs as follow for each
wan_route_servers
:dtls_profile
is the name of the profile, the certificates file names for cert and keys as well as trust are auto generated by CVPThe generate profile should be
NOTE: in the key description add that this can only be used in conjunction with CVP
and generate the appropriate config in STUN and management security (do this in
roles/eos_designs/python_modules/overlay
Describe alternatives you have considered
No response
Additional context
No response
Contributing Guide
The text was updated successfully, but these errors were encountered: