1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
rtbrick-bngblaster/docs/_sources/configuration/interfaces_network.rst.txt

51 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-04-01 12:16:46 +02:00
.. code-block:: json
{ "interfaces": { "network": [] } }
.. list-table::
:widths: 25 50 25
:header-rows: 1
* - Attribute
- Description
- Default
* - `interface`
- Network interface name (e.g. eth0, ...)
-
* - `address`
- Local network interface IPv4 address
-
* - `gateway`
- Gateway network interface IPv4 address
-
* - `address-ipv6`
- Local network interface IPv6 address (implicitly /64)
-
* - `gateway-ipv6`
- Gateway network interface IPv6 address (implicitly /64)
-
* - `vlan`
- Network interface VLAN
- 0 (untagged)
* - `gateway-mac`
- Optional set gateway MAC address manually
-
* - `gateway-resolve-wait`
- Sessions will not start until gateways are resolved
- true
* - `isis-instance-id`
- Assign interface to ISIS instance
-
* - `isis-level`
- ISIS interface level
- 3
* - `isis-p2p`
- ISIS P2P interface
- true
* - `isis-l1-metric`
- ISIS level 1 interface metric
- 10
* - `isis-l2-metric`
- ISIS level 2 interface metric
- 10