Skip to content

Commit

Permalink
doc: update evpn advertise ipvx-unicast command
Browse files Browse the repository at this point in the history
Update the description of the bgp evpn advertise command.

Signed-off-by: Philippe Guibert <[email protected]>
  • Loading branch information
pguibert6WIND committed Feb 28, 2025
1 parent 1c235c0 commit 3294d8f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/user/evpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ corresponding Linux interface configuration is correct, compatible, and active:
exit-address-family
!
address-family l2vpn evpn
advertise ipv4 unicast
advertise ipv6 unicast
advertise ipv4 unicast enable
advertise ipv6 unicast enable
exit-address-family
exit
!
Expand All @@ -135,8 +135,8 @@ corresponding Linux interface configuration is correct, compatible, and active:
exit-address-family
!
address-family l2vpn evpn
advertise ipv4 unicast
advertise ipv6 unicast
advertise ipv4 unicast enable
advertise ipv6 unicast enable
exit-address-family
exit
Expand Down Expand Up @@ -192,7 +192,7 @@ MAC/IP pairs associated with the local SVI interfaces.
exit
IPv4 and IPv6 BGP Prefixes from an IP-VRF are not exported to EVPN as Type-5
routes until the respective ``advertise <afi> unicast`` command has been
routes until the respective ``advertise <afi> unicast enable`` command has been
configured in the BGP instance of the VRF in question. All routes in the BGP
RIB (locally originated, learned from a peer, or leaked from another VRF) will
be eligible to be exported to EVPN so long as they are valid and selected in
Expand All @@ -202,7 +202,7 @@ In this example, the BGP instances for vrf1 and vrf2 will have their static
routes redistributed into the BGP loc-rib for the ipv4 unicast and ipv6 unicast
address-families via the ``redistribute static`` statements. These unicast
prefixes will then be exported into EVPN as Type-5 routes as a result of the
``advertise ipv4 unicast`` and ``advertise ipv6 unicast`` commands.
``advertise ipv4 unicast enable`` and ``advertise ipv6 unicast enable`` commands.

.. code-block:: frr
Expand All @@ -217,8 +217,8 @@ prefixes will then be exported into EVPN as Type-5 routes as a result of the
exit-address-family
!
address-family l2vpn evpn
advertise ipv4 unicast
advertise ipv6 unicast
advertise ipv4 unicast enable
advertise ipv6 unicast enable
exit-address-family
exit
!
Expand All @@ -233,8 +233,8 @@ prefixes will then be exported into EVPN as Type-5 routes as a result of the
exit-address-family
!
address-family l2vpn evpn
advertise ipv4 unicast
advertise ipv6 unicast
advertise ipv4 unicast enable
advertise ipv6 unicast enable
exit-address-family
exit
Expand Down

0 comments on commit 3294d8f

Please sign in to comment.