mirror of
https://github.com/vyos/vyos-documentation.git
synced 2025-10-26 08:41:46 +01:00
add vxlan unicast example
This commit is contained in:
parent
0dd6c484d4
commit
72d55cc779
@ -277,6 +277,28 @@ gateway. You can add an IP to a bridge-group to create a gateway.
|
||||
}
|
||||
}
|
||||
|
||||
Unicast VXLAN
|
||||
^^^^^^^^^^^^^
|
||||
|
||||
Alternative to multicast, the remote IPv4 address of the VXLAN tunnel can set directly.
|
||||
Let's change the Multicast example from above:
|
||||
|
||||
|
||||
.. code-block:: sh
|
||||
|
||||
# leaf2 and leaf3
|
||||
delete interfaces vxlan vxlan241 group '239.0.0.241'
|
||||
delete interfaces vxlan vxlan241 link 'eth0'
|
||||
|
||||
# leaf2
|
||||
set interface vxlan vxlan241 remote 10.1.3.3
|
||||
set interface vxlan vxlan241 remote-port 4789
|
||||
|
||||
# leaf3
|
||||
set interface vxlan vxlan241 remote 10.1.2.2
|
||||
set interface vxlan vxlan241 remote-port 4789
|
||||
|
||||
|
||||
|
||||
.. target-notes::
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user