From 4ef110fd2c501b718344c72d495ad7e16d2bd465 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Sat, 30 Dec 2023 23:25:20 +0100 Subject: T5474: establish common file name pattern for XML conf mode commands We will use _ as CLI level divider. The XML definition filename and also the Python helper should match the CLI node. Example: set interfaces ethernet -> interfaces_ethernet.xml.in set interfaces bond -> interfaces_bond.xml.in set service dhcp-server -> service_dhcp-server-xml.in --- interface-definitions/interfaces_vxlan.xml.in | 133 ++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 interface-definitions/interfaces_vxlan.xml.in (limited to 'interface-definitions/interfaces_vxlan.xml.in') diff --git a/interface-definitions/interfaces_vxlan.xml.in b/interface-definitions/interfaces_vxlan.xml.in new file mode 100644 index 000000000..504c08e7e --- /dev/null +++ b/interface-definitions/interfaces_vxlan.xml.in @@ -0,0 +1,133 @@ + + + + + + + Virtual Extensible LAN (VXLAN) Interface + 460 + + vxlan[0-9]+ + + VXLAN interface must be named vxlanN + + vxlanN + VXLAN interface name + + + + #include + #include + #include + + + Enable Generic Protocol extension (VXLAN-GPE) + + + + + + Multicast group address for VXLAN interface + + ipv4 + Multicast IPv4 group address + + + ipv6 + Multicast IPv6 group address + + + + + + Multicast IPv4/IPv6 address required + + + #include + #include + #include + #include + #include + + + VXLAN tunnel parameters + + + + + IPv4 specific tunnel parameters + + + #include + #include + #include + + 16 + + + + + + IPv6 specific tunnel parameters + + + #include + + + + + Use external control plane + + + + + + Do not add unknown addresses into forwarding database + + + + + + Enable neighbor discovery (ARP and ND) suppression + + + + + + Enable VNI filter support + + + + + + #include + + 4789 + + #include + #include + #include + #include + #include + #include + + + Configuring VLAN-to-VNI mappings for EVPN-VXLAN + + u32:0-4094 + Virtual Local Area Network (VLAN) ID + + + + + VLAN ID must be between 0 and 4094 + + + #include + + + + + + + -- cgit v1.2.3