Skip to content

Commit

Permalink
vxlan: T5668: add CLI knob to enable ARP/ND suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Oct 28, 2023
1 parent 8a58048 commit 11cb997
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuration/interfaces/vxlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ VXLAN specific options
Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only
supported together with the external keyword.

.. cfgcmd:: set interfaces vxlan <interface> parameters neighbor-suppress

In order to minimize the flooding of ARP and ND messages in the VXLAN network,
EVPN includes provisions :rfc:`7432#section-10` that allow participating VTEPs
to suppress such messages in case they know the MAC-IP binding and can reply
on behalf of the remote host.

.. cfgcmd:: set interfaces vxlan <interface> parameters nolearning

Expand Down

0 comments on commit 11cb997

Please sign in to comment.