Skip to content
New issue

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

Doc: Clean documentation for WAN #3665

Merged
merged 19 commits into from
Mar 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/pull-request-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ jobs:
bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' 127.0.0.1:8000)" != "200" ]]; do sleep 5; done'
- name: Check links for 404
run: |
docker run --network container:webdoc_avd raviqqe/muffet:2.9.3 http://127.0.0.1:8000/ -e ".*fonts.googleapis.com.*" -e ".*fonts.gstatic.com.*" -e ".*tools.ietf.org.*" -e ".*edit.*" -e ".*docs.github.com.*" -e "twitter.com" -e "www.docker.com" -e "hub.docker.com" -f --max-redirections=3 --timeout=30 --rate-limit=1 --buffer-size 8192
docker run --network container:webdoc_avd raviqqe/muffet:2.9.3 http://127.0.0.1:8000/ \
-e ".*fonts.googleapis.com.*" -e ".*fonts.gstatic.com.*" -e ".*tools.ietf.org.*" -e ".*edit.*" -e ".*docs.github.com.*" -e "twitter.com" -e "www.docker.com" -e "hub.docker.com" -e "tech-library.arista.com" \
-f --max-redirections=3 --timeout=30 --rate-limit=1 --buffer-size 8192
- name: 'Stop docker-compose stack'
run: |
docker-compose -f development/docker-compose.yml down
Expand Down
1 change: 1 addition & 0 deletions ansible_collections/arista/avd/media/wan-topology.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion ansible_collections/arista/avd/roles/eos_designs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ The following reference design types are included in the roles default variables

- L3LS EVPN: Layer 3 Leaf Spine with VXLAN EVPN
- L2LS: Layer 2 Leaf Spine
- MPLS (BETA): MPLS Core with MPLS EVPN, VPN-IPv4, VPN-IPv6
- MPLS: MPLS Core with MPLS EVPN, VPN-IPv4, VPN-IPv6
- WAN: WAN AutoVPN and CV Pathfinder

### Layer 3 Leaf Spine with VXLAN EVPN

Expand Down Expand Up @@ -132,6 +133,19 @@ Across all designs, the following functionality is provided:
<img src="../../media/mpls-topology.svg" />
</div>

### WAN AutoVPN / CV Pathfinder

| LAN Uplinks | WAN Overlay | Topology |
| ----------- | ----------- | -------- |
| L3 eBGP with p2p-vrfs | iBGP | Arbitrary Mesh or leaf-spine |
| L2 | iBGP | Arbitrary Mesh or leaf-spine |

**WAN topology example:**

<div style="text-align:center">
<img src="../../media/wan-topology.svg" />
</div>

## Requirements

Requirements are located in the [collection installation guide](../../docs/installation/collection-installation.md)
Expand Down
Loading
Loading