Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Feb 29, 2024
1 parent 530ca73 commit fdaf48c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-&nbsp;name</samp>](## "wan_route_servers.[].path_groups.[].interfaces.[].name") | String | Required, Unique | | | Interface name. |
| [<samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ip_address</samp>](## "wan_route_servers.[].path_groups.[].interfaces.[].ip_address") | String | | | | The public IP address of the Route Reflector for this path-group. |
| [<samp>wan_stun_dtls_disable</samp>](## "wan_stun_dtls_disable") | Boolean | | `False` | | PREVIEW: This key is currently not supported<br><br>WAN STUN connections will be authenticated and secured with DTLS by default.<br>For CV-Pathfinder deployments CloudVision will automatically deploy certificates on the devices.<br>In case of AutoVPN the certificates must be deployed manually to all devices.<br><br>For LAB environments this can be disabled, if there are no certificates available.<br>This should NOT be disabled for a WAN network connected to the internet, since it will leave the STUN service exposed with no authentication. |
| [<samp>wan_stun_dtls_profile_name</samp>](## "wan_stun_dtls_profile_name") | String | | `STUN-DTLS` | | PREVIEW: This key is currently not supported<br><br>Name of SSL profile used for DTLS on WAN STUN connections. |
| [<samp>wan_stun_dtls_profile_name</samp>](## "wan_stun_dtls_profile_name") | String | | `STUN-DTLS` | | PREVIEW: This key is currently not supported<br><br>Name of the SSL profile used for DTLS on WAN STUN connections.<br><br>When using automatic ceritficate deployment via CloudVision this name must be the same on all WAN routers. |
| [<samp>wan_transit</samp>](## "wan_transit") <span style="color:red">removed</span> | Dictionary | | | | The `wan_transit` node type was introduced and removed while the AVD WAN feature was in PREVIEW MODE.<br>Migrate your existing transit nodes to using `wan_router` node_type and set<br>`cv_pathfinder_transit_mode: region` under node settings.<span style="color:red">This key was removed. Support was removed in AVD version 4.6.0-dev1. Use <samp>node_type `wan_router` and set `cv_pathfinder_transit_mode: region` under node settings</samp> instead.</span> |

=== "YAML"
Expand Down Expand Up @@ -117,6 +117,8 @@

# PREVIEW: This key is currently not supported
#
# Name of SSL profile used for DTLS on WAN STUN connections.
# Name of the SSL profile used for DTLS on WAN STUN connections.
#
# When using automatic ceritficate deployment via CloudVision this name must be the same on all WAN routers.
wan_stun_dtls_profile_name: <str; default="STUN-DTLS">
```

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ keys:
description: |-
PREVIEW: This key is currently not supported
Name of SSL profile used for DTLS on WAN STUN connections.
Name of the SSL profile used for DTLS on WAN STUN connections.
When using automatic ceritficate deployment via CloudVision this name must be the same on all WAN routers.

0 comments on commit fdaf48c

Please sign in to comment.