blob: e727c3e99583f5bb9d4980314222606b36357c45 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.. cfgcmd:: set interfaces {{ var0 }} <interface> mtu <mtu>
Configure :abbr:`MTU (Maximum Transmission Unit)` on given `<interface>`. It
is the size (in bytes) of the largest ethernet frame sent on this link.
Example:
.. code-block:: none
set interfaces {{ var0 }} {{ var1 }} mtu 1450
|