Template:Networking rutos manual devices: Difference between revisions

From Teltonika Networks Wiki
No edit summary
No edit summary
 
Line 17: Line 17:
}}
}}


==Device configuration==
===Device configuration (VXLAN)===


The Device configuration section is used to set up VXLAN devices.
The Device configuration section is used to set up VXLAN devices.
Line 27: Line 27:
After clicking 'Add' you will be redirected to the newly added VXLAN device configuration page.
After clicking 'Add' you will be redirected to the newly added VXLAN device configuration page.


==Configuration==
===Configuration (VXLAN)===


[[File:Networking_rutos_manual_device_vxlan_configuration.png|border|class=tlt-border]]
[[File:Networking_rutos_manual_device_vxlan_configuration.png|border|class=tlt-border]]
Line 123: Line 123:
     </tr>
     </tr>
</table>
</table>
{{#ifeq:{{{series}}}| RUTM |
==Bridge==
A network <b>Bridge</b> is a computer networking device that creates a single, aggregate network from multiple communication networks or network segments. This function is called network bridging. Bridging is distinct from routing. Routing allows multiple networks to communicate independently and yet remain separate, whereas bridging connects two separate networks as if they were a single network.
===Device configuration (Bridge)===
The Device configuration section is used to set up Bridge devices.
To add a new device - select 'Bridge' and click 'Add' button:
[[File:Networking_rutos_manual_device_bridge_configuration_add.png|border|class=tlt-border]]
After clicking 'Add' you will be redirected to the newly added Bridge device configuration page.
===Configuration (Bridge)===
[[File:Networking_rutos_manual_device_bridge_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>bridge1</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..2030]; 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>Ports</td>
        <td>select; default: <b>none</b></td>
        <td>Specifies the wired ports to attach to this bridge.</td>
    </tr>
    <tr>
        <td>Enable IGMP</td>
        <td>off {{!}} on; default: <b>off</b></td>
        <td>Enables IGMP snooping on this bridge.</td>
    </tr>
    <tr>
        <td>Enable STP</td>
        <td>off {{!}} <span style="color:blue">on</span>; default: <b>off</b></td>
        <td>Enables the Spanning Tree Protocol on this bridge.</td>
    </tr>
    <tr>
        <td><span style="color:blue">Priority</span></td>
        <td>integer [0..65535]; default: <b>none</b></td>
        <td>Bridge Priority. Lowest priority bridge becomes the Root of the Spanning Tree; most switches default to 32768.</td>
    </tr>
    <tr>
        <td><span style="color:blue">Ageing time</span></td>
        <td>integer [10..1000000]; default: <b>none</b></td>
        <td>Timeout in seconds for learned MAC addresses in the forwarding database.</td>
    </tr>
    <tr>
        <td><span style="color:blue">Hello time</span></td>
        <td>integer [1..10]; default: <b>none</b></td>
        <td>Number of seconds between transmissions of configuration BPDUs.</td>
    </tr>
    <tr>
        <td><span style="color:blue">Forward delay</span></td>
        <td>integer [2..30]; default: <b>none</b></td>
        <td>How long an STP bridge port remains in the listening and learning states before transitioning to the forwarding state.</td>
    </tr>
    <tr>
        <td><span style="color:blue">Max age</span></td>
        <td>integer [6..40]; default: <b>none</b></td>
        <td>Maximum expected arrival time of hello bridge protocol data units (BPDUs).</td>
    </tr>
</table>|}}


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

Latest revision as of 12:37, 2 December 2024

The information in this page is updated in accordance with firmware version .

VXLAN

Virtual Extensible LAN 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.

Note: VXLAN is additional software that can be installed from the System → [[{{{name}}} Package Manager|Package Manager]] page.


If you're having trouble finding this page or some of the parameters described here on your device's WebUI, you should turn on "Advanced WebUI" mode. You can do that by clicking the "Advanced" button, located at the top of the WebUI.

Device configuration (VXLAN)

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

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

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

Configuration (VXLAN)

Field Value Description
Name string; default: vxlan1 Name of the device.
MAC address mac; default: empty Override MAC address of the device. If not set, the device's MAC address will be used.
MTU integer [98..9000]; default: empty 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.
VNI integer [1..16777215]; default: 1 VXLAN network identifier.
PORT integer [1..65535]; default: 4789 VXLAN network identifier.
Local address ip; default: none Sets the local source IP address for VXLAN tunneling.
Remote address ip; default: none Specifies the multicast group or remote IP address used for VXLAN tunneling.
Ageing integer [1..4294967295]; default: empty Specifies the lifetime in seconds of FDB entries learnt by the kernel.
Max FDB entries integer [1..4294967295]; default: empty Specifies the maximum number of FDB entries.
IPv4 checksum off | on; default: off Specifies if UDP checksum is calculated for transmitted packets over IPv4.
Learning off | on; default: off Enables or disables MAC learning for VXLAN.
Proxy off | on; default: off Enables or disables ARP proxy for VXLAN.
RSC off | on; default: off Specifies if route short circuit is turned on.
L2miss off | on; default: off Specifies if netlink LLADDR miss notifications are generated.
L3miss off | on; default: off Specifies if netlink IP ADDR miss notifications are generated.
IPv6 TX checksum off | on; default: off Enables or disables UDP checksum calculation for transmitted packets over IPv6.
IPv6 RX checksum off | on; default: off Allow incoming UDP packets over IPv6 with zero checksum field.


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