1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
2023-11-07 15:05:21 +00:00

37 lines
3.3 KiB
ReStructuredText

.. code-block:: json
{ "dhcpv6": {} }
+-----------------------------------+----------------------------------------------------------------------+
| Attribute | Description |
+===================================+======================================================================+
| **enable** | | This option allows enabling or disabling DHCPv6. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **ia-na** | | This option allows enabling or disabling DHCPv6 IA_NA. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **ia-pd** | | This option allows enabling or disabling DHCPv6 IA_PD. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **rapid-commit** | | DHCPv6 rapid commit (2-way handshake). |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **timeout** | | DHCPv6 timeout in seconds. |
| | | Default: 5 |
+-----------------------------------+----------------------------------------------------------------------+
| **retry** | | DHCPv6 retry. |
| | | Default: 10 |
+-----------------------------------+----------------------------------------------------------------------+
| **access-line** | | Add access-line attributes like Agent-Remote/Circuit-Id. |
| | | Default: true |
+-----------------------------------+----------------------------------------------------------------------+
| **ldra** | | This option allows enabling or disabling LDRA. |
| | | DHCPv6 LDRA (Lightweight DHCPv6 Relay Agent) is defined in |
| | | [RFC6221](https://datatracker.ietf.org/doc/html/rfc6221). |
| | | Adding access-line information like Agent-Remote-Id or |
| | | Agent-Circuit-Id should be used with LDRA enabled only. |
| | | Default: false |
+-----------------------------------+----------------------------------------------------------------------+