mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
T5699: vxlan: migrate "external" CLI know to "parameters external"
(cherry picked from commit 8c838d7ca979a0272052f8eb1dd41fa35645df1d)
This commit is contained in:
parent
fa995c7dcb
commit
c2b5fd2486
@ -67,16 +67,16 @@ VXLAN specific options
|
|||||||
Source IP address used for VXLAN underlay. This is mandatory when using VXLAN
|
Source IP address used for VXLAN underlay. This is mandatory when using VXLAN
|
||||||
via L2VPN/EVPN.
|
via L2VPN/EVPN.
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces vxlan <interface> external
|
|
||||||
|
|
||||||
Specifies whether an external control plane (e.g. BGP L2VPN/EVPN) or the
|
|
||||||
internal FDB should be used.
|
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces vxlan <interface> gpe
|
.. cfgcmd:: set interfaces vxlan <interface> gpe
|
||||||
|
|
||||||
Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only
|
Enables the Generic Protocol extension (VXLAN-GPE). Currently, this is only
|
||||||
supported together with the external keyword.
|
supported together with the external keyword.
|
||||||
|
|
||||||
|
.. cfgcmd:: set interfaces vxlan <interface> parameters external
|
||||||
|
|
||||||
|
Specifies whether an external control plane (e.g. BGP L2VPN/EVPN) or the
|
||||||
|
internal FDB should be used.
|
||||||
|
|
||||||
.. cfgcmd:: set interfaces vxlan <interface> parameters neighbor-suppress
|
.. cfgcmd:: set interfaces vxlan <interface> parameters neighbor-suppress
|
||||||
|
|
||||||
In order to minimize the flooding of ARP and ND messages in the VXLAN network,
|
In order to minimize the flooding of ARP and ND messages in the VXLAN network,
|
||||||
@ -167,7 +167,7 @@ interface is no longer required for each VNI.
|
|||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
|
|
||||||
set interfaces bridge br0 member interface vxlan0
|
set interfaces bridge br0 member interface vxlan0
|
||||||
set interfaces vxlan vxlan0 external
|
set interfaces vxlan vxlan0 parameters external
|
||||||
set interfaces vxlan vxlan0 source-interface 'dum0'
|
set interfaces vxlan vxlan0 source-interface 'dum0'
|
||||||
set interfaces vxlan vxlan0 vlan-to-vni 10 vni '10010'
|
set interfaces vxlan vxlan0 vlan-to-vni 10 vni '10010'
|
||||||
set interfaces vxlan vxlan0 vlan-to-vni 11 vni '10011'
|
set interfaces vxlan vxlan0 vlan-to-vni 11 vni '10011'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user