Files
Christian Giese 3aa84eb5fd add MTU to docu
2023-12-22 08:19:03 +00:00

65 lines
6.4 KiB
ReStructuredText

.. code-block:: json
{ "interfaces": { "network": [] } }
+-----------------------------------+----------------------------------------------------------------------+
| Attribute | Description |
+===================================+======================================================================+
| **interface** | | Parent interface/link name (e.g. eth0, ...). |
+-----------------------------------+----------------------------------------------------------------------+
| **address** | | Local IPv4 address (e.g. 10.0.0.1/24). |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway** | | Default gateway IPv4 address. |
+-----------------------------------+----------------------------------------------------------------------+
| **address-ipv6** | | Local IPv6 address (e.g. fc66::1/64). |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway-ipv6** | | Default gateway IPv6 address. |
+-----------------------------------+----------------------------------------------------------------------+
| **ipv6-router-advertisement** | | Send IPv6 router advertisements (ICMPv6 RA). |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **mtu** | | MTU size. |
| | | Default: 1500 Range: 64 - 9000 |
+-----------------------------------+----------------------------------------------------------------------+
| **vlan** | | Network interface VLAN. |
| | | Default: 0 (untagged) |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway-mac** | | Optional set default gateway MAC address manually. Per default |
| | | this MAC address is resolved via ARP/ND. |
+-----------------------------------+----------------------------------------------------------------------+
| **gateway-resolve-wait** | | Sessions and protocols will not start until gateways are resolved. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **isis-instance-id** | | Assign the interface to an ISIS instance. |
+-----------------------------------+----------------------------------------------------------------------+
| **isis-level** | | ISIS interface level. |
| | | Default: 3 Range: 1 - 3 |
+-----------------------------------+----------------------------------------------------------------------+
| **isis-p2p** | | ISIS P2P interface. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **isis-l1-metric** | | ISIS level 1 interface metric. |
| | | Default: 10 |
+-----------------------------------+----------------------------------------------------------------------+
| **isis-l2-metric** | | ISIS level 2 interface metric. |
| | | Default: 10 |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv2-instance-id** | | Assign the interface to an OSPFv2 instance. |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv2-type** | | OSPFv2 interface type (p2p or broadcast). |
| | | Default: broadcast |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv2-metric** | | OSPFv2 interface metric. |
| | | Default: 10 |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv3-instance-id** | | Assign the interface to an OSPFv3 instance. |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv3-type** | | OSPFv3 interface type (p2p or broadcast). |
| | | Default: broadcast |
+-----------------------------------+----------------------------------------------------------------------+
| **ospfv3-metric** | | OSPFv3 interface metric. |
| | | Default: 10 |
+-----------------------------------+----------------------------------------------------------------------+
| **ldp-instance-id** | | Assign the interface to a LDP instance. |
+-----------------------------------+----------------------------------------------------------------------+