Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Feb 26, 2024
1 parent aeb6ef3 commit d52ad49
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ The following top level keys must be defined globally and have the same value fo
The following keys must be set for each WAN router but can have different values
- `wan_route_servers`: To indicate to which WAN route servers the WAN router should connect to.
- `wan_route_servers`: To indicate to which WAN route servers the WAN router should connect to.
The following keys must be set for the WAN route servers for the connectivity to work:
Expand All @@ -293,8 +293,8 @@ The following keys must be set for the WAN route servers for the connectivity to
#### WAN mode
AVD supports two design types for WAN:
* AutoVPN
* CV Pathfinder
- AutoVPN
- CV Pathfinder
By default the mode is set to `cv-pathfinder` and can be changed using:
Expand All @@ -306,8 +306,8 @@ wan_mode: autovpn | cv-pathfinder
#### WAN node_types

There are two built-in node types for WAN:
* `wan_router`: WAN routers can be AutoVPN edges, CV Pathfinder edges or transits.
* `wan_rr`: WAN route servers, used for the AutoVPN RRs and CV Pathfinder Pathfinder nodes.
- `wan_router`: WAN routers can be AutoVPN edges, CV Pathfinder edges or transits.
- `wan_rr`: WAN route servers, used for the AutoVPN RRs and CV Pathfinder Pathfinder nodes.

#### WAN route servers

Expand All @@ -316,18 +316,14 @@ The AVD model for WAN has been built with the intention that it should be possib
The top level `wan_route_servers` allow to indicate to which AutoVPN RRs or to which Pathinders node the routers should connect to.

When the WAN route servers are part of the same inventory, each WAN routers in the inventory is able to pick up the required information to generate the configuration from the inventory device.
However, if the WAN route servers are in a different inventory, it is then necessary to add some information under the
However, if the WAN route servers are in a different inventory, it is then necessary to add some information under the

#### CV Pathfinder hierarchy

When deploying CV Pathfinder, it is required to define a hierarchy using the top
level key `cv_pathfinder_regions` in order to then be able to allocat a region
and a site to each WAN routers in the node settings.





TODO - cover here WAN hierarchy, wan mode, route-servers, path-groups and carriers and how they are linked together.

### WAN interfaces
Expand Down

0 comments on commit d52ad49

Please sign in to comment.