Changes

Created page with "{{Template: Networking_device_manual_fw_disclosure | series = {{{series}}} | name = {{{name}}} | fw_version ={{Template: Networking_device_manual_latest_fw | series = {{{se..."
{{Template: Networking_device_manual_fw_disclosure
| series = {{{series}}}
| name = {{{name}}}
| fw_version ={{Template: Networking_device_manual_latest_fw
| series = {{{series}}}
| name = {{{name}}}
}}
}}
__TOC__
==VXLAN==
<b>Virtual Extensible LAN)</b> is a tunneling interface protocol (VXLAN), which allows VXLAN layer 2 virtualization over layer 3 network. VXLAN establishes a logical tunnel between the source and destination network devices, through which it uses MAC-in-UDP encapsulation for packets. In addition, it helps customer sites to configure layer2 VPN.
<b>Note:</b> VXLAN is additional software that can be installed from the <b>System → [[{{{name}}} Package Manager|Package Manager]]</b> page.
----
{{Template:Networking_rutos_manual_basic_advanced_webui_disclaimer
| series = {{{series}}}
}}

==Device configuration==

The Device configuration section is used to set up VXLAN devices.

To add a new device - select 'VXLAN' and click 'Add' button:

[[File:Networking_rutos_manual_device_configuration_add.png|border|class=tlt-border]]

After clicking 'Add' you will be redirected to the newly added VXLAN device configuration page.

==Configuration==

[[File:Networking_rutos_manual_device_vxlan_configuration.png|border|class=tlt-border]]

<table class="nd-mantable">
<tr>
<th>Field</th>
<th>Value</th>
<th>Description</th>
</tr>
<tr>
<td>Name</td>
<td>string; default: <b>vxlan1</b></td>
<td>Name of the device.</td>
</tr>
<tr>
<td>MAC address</td>
<td>mac; default: <b>empty</b></td>
<td>Override MAC address of the device. If not set, the device's MAC address will be used.</td>
</tr>
<tr>
<td>MTU</td>
<td>integer [98..9000]; default: <b>empty</b></td>
<td>Sets the maximum transmission unit (MTU) size. It is the largest size of a protocol data unit (PDU) that can be transmitted in a single network layer transaction.</td>
</tr>
<tr>
<td>VNI</td>
<td>integer [1..16777215]; default: <b>1</b></td>
<td>VXLAN network identifier.</td>
</tr>
<tr>
<td>PORT</td>
<td>integer [1..65535]; default: <b>4789</b></td>
<td>VXLAN network identifier.</td>
</tr>
<tr>
<td>Local address</td>
<td>ip; default: <b>none</b></td>
<td>Sets the local source IP address for VXLAN tunneling.</td>
</tr>
<tr>
<td>Remote address</td>
<td>ip; default: <b>none</b></td>
<td>Specifies the multicast group or remote IP address used for VXLAN tunneling.</td>
</tr>
<tr>
<td>Ageing</td>
<td>integer [1..4294967295]; default: <b>empty</b></td>
<td>Specifies the lifetime in seconds of FDB entries learnt by the kernel.</td>
</tr>
<tr>
<td>Max FDB entries</td>
<td>integer [1..4294967295]; default: <b>empty</b></td>
<td>Specifies the maximum number of FDB entries.</td>
</tr>
<tr>
<td>IPv4 checksum</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Specifies if UDP checksum is calculated for transmitted packets over IPv4.</td>
</tr>
<tr>
<td>Learning</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enables or disables MAC learning for VXLAN.</td>
</tr>
<tr>
<td>Proxy</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enables or disables ARP proxy for VXLAN.</td>
</tr>
<tr>
<td>RSC</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Specifies if route short circuit is turned on.</td>
</tr>
<tr>
<td>L2miss</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Specifies if netlink LLADDR miss notifications are generated.</td>
</tr>
<tr>
<td>L3miss</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Specifies if netlink IP ADDR miss notifications are generated.</td>
</tr>
<tr>
<td>IPv6 TX checksum</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Enables or disables UDP checksum calculation for transmitted packets over IPv6.</td>
</tr>
<tr>
<td>IPv6 RX checksum</td>
<td>off {{!}} on; default: <b>off</b></td>
<td>Allow incoming UDP packets over IPv6 with zero checksum field.</td>
</tr>
</table>

[[Category:{{{name}}} Network section]]

Navigation menu