diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-09 07:13:31 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-09-09 07:15:58 +0200 |
commit | 7f6624f5a6f8bd1749b54103ea5ec9f010adf778 (patch) | |
tree | b6db1e6b452bcf9cfbd2ede10a7f8fc1c8378f7f /data/templates/conntrack | |
parent | a12559a728310f0e3bf6dc18f7bd2a0ba444b890 (diff) | |
download | vyos-1x-7f6624f5a6f8bd1749b54103ea5ec9f010adf778.tar.gz vyos-1x-7f6624f5a6f8bd1749b54103ea5ec9f010adf778.zip |
vxlan: T3700: support VLAN tunnel mapping of VLAN aware bridges
FRR supports a new way of configuring VLAN-to-VNI mappings for EVPN-VXLAN, when
working with the Linux kernel. In this new way, the mapping of a VLAN to a VNI
is configured against a container VXLAN interface which is referred to as a
'Single VXLAN device (SVD)'.
Multiple VLAN to VNI mappings can be configured against the same SVD. This
allows for a significant scaling of the number of VNIs since a separate VXLAN
interface is no longer required for each VNI.
Sample configuration of SVD with VLAN to VNI mappings is shown below.
set interfaces bridge br0 member interface vxlan0
set interfaces vxlan vxlan0 external
set interfaces vxlan vxlan0 source-interface 'dum0'
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 30 vni '10030'
set interfaces vxlan vxlan0 vlan-to-vni 31 vni '10031'
Diffstat (limited to 'data/templates/conntrack')
0 files changed, 0 insertions, 0 deletions