summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces_vxlan.xml.in
blob: 937acb1230e505bdbb9b6c676039dec558437392 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="interfaces">
    <children>
      <tagNode name="vxlan" owner="${vyos_conf_scripts_dir}/interfaces_vxlan.py">
        <properties>
          <help>Virtual Extensible LAN (VXLAN) Interface</help>
          <priority>460</priority>
          <constraint>
            <regex>vxlan[0-9]+</regex>
          </constraint>
          <constraintErrorMessage>VXLAN interface must be named vxlanN</constraintErrorMessage>
          <valueHelp>
            <format>vxlanN</format>
            <description>VXLAN interface name</description>
          </valueHelp>
        </properties>
        <children>
          #include <include/interface/address-ipv4-ipv6.xml.i>
          #include <include/generic-description.xml.i>
          #include <include/interface/disable.xml.i>
          <leafNode name="gpe">
            <properties>
              <help>Enable Generic Protocol extension (VXLAN-GPE)</help>
              <valueless/>
            </properties>
          </leafNode>
          <leafNode name="group">
            <properties>
              <help>Multicast group address for VXLAN interface</help>
              <valueHelp>
                <format>ipv4</format>
                <description>Multicast IPv4 group address</description>
              </valueHelp>
              <valueHelp>
                <format>ipv6</format>
                <description>Multicast IPv6 group address</description>
              </valueHelp>
              <constraint>
                <validator name="ipv4-multicast"/>
                <validator name="ipv6-multicast"/>
              </constraint>
              <constraintErrorMessage>Multicast IPv4/IPv6 address required</constraintErrorMessage>
            </properties>
          </leafNode>
          #include <include/interface/ipv4-options.xml.i>
          #include <include/interface/ipv6-options.xml.i>
          #include <include/interface/mac.xml.i>
          #include <include/interface/mtu-1200-16000.xml.i>
          #include <include/interface/mirror.xml.i>
          <node name="parameters">
            <properties>
              <help>VXLAN tunnel parameters</help>
            </properties>
            <children>
              <node name="ip">
                <properties>
                  <help>IPv4 specific tunnel parameters</help>
                </properties>
                <children>
                  #include <include/interface/parameters-df.xml.i>
                  #include <include/interface/parameters-tos.xml.i>
                  #include <include/interface/parameters-ttl.xml.i>
                  <leafNode name="ttl">
                    <defaultValue>16</defaultValue>
                  </leafNode>
                </children>
              </node>
              <node name="ipv6">
                <properties>
                  <help>IPv6 specific tunnel parameters</help>
                </properties>
                <children>
                  #include <include/interface/parameters-flowlabel.xml.i>
                </children>
              </node>
              <leafNode name="external">
                <properties>
                  <help>Use external control plane</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="nolearning">
                <properties>
                  <help>Do not add unknown addresses into forwarding database</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="neighbor-suppress">
                <properties>
                  <help>Enable neighbor discovery (ARP and ND) suppression</help>
                  <valueless/>
                </properties>
              </leafNode>
              <leafNode name="vni-filter">
                <properties>
                  <help>Enable VNI filter support</help>
                  <valueless/>
                </properties>
              </leafNode>
            </children>
          </node>
          #include <include/port-number.xml.i>
          <leafNode name="port">
            <defaultValue>4789</defaultValue>
          </leafNode>
          #include <include/source-address-ipv4-ipv6.xml.i>
          #include <include/source-interface.xml.i>
          #include <include/interface/tunnel-remote-multi.xml.i>
          #include <include/interface/redirect.xml.i>
          #include <include/interface/vrf.xml.i>
          #include <include/vni.xml.i>
          <tagNode name="vlan-to-vni">
            <properties>
              <help>Configuring VLAN-to-VNI mappings for EVPN-VXLAN</help>
              <valueHelp>
                <format>u32:0-4094</format>
                <description>Virtual Local Area Network (VLAN) ID</description>
              </valueHelp>
              <valueHelp>
                <format>&lt;start-end&gt;</format>
                <description>VLAN IDs range (use '-' as delimiter)</description>
              </valueHelp>
              <constraint>
                <validator name="numeric" argument="--allow-range --range 0-4094"/>
              </constraint>
              <constraintErrorMessage>Not a valid VLAN ID or range, VLAN ID must be between 0 and 4094</constraintErrorMessage>
            </properties>
            <children>
              <leafNode name="vni">
                <properties>
                  <help>Virtual Network Identifier</help>
                  <valueHelp>
                    <format>u32:0-16777214</format>
                    <description>VXLAN virtual network identifier</description>
                  </valueHelp>
                  <valueHelp>
                    <format>&lt;start-end&gt;</format>
                    <description>VXLAN virtual network IDs range (use '-' as delimiter)</description>
                  </valueHelp>
                  <constraint>
                    <validator name="numeric" argument="--allow-range --range 0-16777214"/>
                  </constraint>
                  <constraintErrorMessage>Not a valid VXLAN virtual network ID or range</constraintErrorMessage>
                </properties>
              </leafNode>
            </children>
          </tagNode>
        </children>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>