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(eos_designs): Fix MPLS node types documentation in node_types table #4733

Merged
merged 1 commit into from
Nov 15, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ To customize or create new node types, please refer to [node type customization]
| overlay_controller | ✅ | p2p | server | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | eBGP | eBGP | |
| wan_rr | ✅ | p2p | server | ✘ | ✘ | ✅ | ✅ | ✘ | ✘ | server | none | iBGP | AutoVPN RR or Pathfinder depending on the e` value. |
| wan_router | ✅ | p2p | client | ✘ | ✘ | ✅ | ✅ | ✘ | ✘ | client | none | iBGP | Edge routers for AutoVPN or Edge and Transit routers for CV Pathfindeing on the `wan_mode` value. |
| p | ✅ | p2p | none | none, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | iBGP | ISIS-SR | |
| rr | ✅ | p2p | server | server, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | iBGP | ISIR | EVPN with MPLS encapsulation |
| pe | ✅ | p2p | client | client, LSR | ✅ | ✅ | | ✘ | ✅ | ✘ | iBGP | ISIS-SR | EVPN with MPLS encapsulation, L1 Network Services (PW) |
| p | ✅ | p2p | none | none, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ISIS-SR | iBGP | |
| rr | ✅ | p2p | server | server, LSR | ✘ | ✘ | ✘ | ✘ | ✘ | ✘ | ISIS-SR | iBGP | EVPN with MPLS encapsulation |
| pe | ✅ | p2p | client | client, LSR | ✅ | ✅ | | ✘ | ✅ | ✘ | ISIS-SR | iBGP | EVPN with MPLS encapsulation, L1 Network Services (PW) |

## Node type customization

Expand Down