diff options
| author | Stephen Worley <sworley@nvidia.com> | 2021-05-07 15:17:58 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@nvidia.com> | 2022-08-23 12:41:25 -0400 |
| commit | 0f33e6dfca3528bdd1b079e2f54df493f565481a (patch) | |
| tree | 43f3ad1bbf86442b3c0995663d8ceb49f8ccade6 | |
| parent | 6eb8350586c7eb2afa1ed20381c1febd296e38ed (diff) | |
doc: add doc for EVPN L3 Route-Targets
Add doc for EVPN L3 Route-Targets.
Signed-off-by: Stephen Worley <sworley@nvidia.com>
| -rw-r--r-- | doc/user/bgp.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index e31bfe7bfa..0feb0a4ab3 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2869,6 +2869,20 @@ sysctl configurations: For more information, see ``man 7 arp``. +.. _bgp-evpn-l3-route-targets: + +EVPN L3 Route-Targets +^^^^^^^^^^^^^^^^^^^^^ + +.. clicmd:: route-target <import|export|both> <RTLIST|auto> + +Modifty the route-target set for EVPN advertised type-2/type-5 routes. +RTLIST is a list of any of matching +``(A.B.C.D:MN|EF:OPQR|GHJK:MN|*:OPQR|*:MN)`` where ``*`` indicates wildcard +matching for the AS number. It will be set to match any AS number. This is +useful in datacenter deployments with Downstream VNI. ``auto`` is used to +retain the autoconfigure that is default behavior for L3 RTs. + .. _bgp-evpn-advertise-pip: EVPN advertise-PIP |
