mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
39 lines
752 B
ReStructuredText
39 lines
752 B
ReStructuredText
.. code-block:: json
|
|
|
|
{ "dhcp": {} }
|
|
|
|
|
|
.. list-table::
|
|
:widths: 25 50 25
|
|
:header-rows: 1
|
|
|
|
* - Attribute
|
|
- Description
|
|
- Default
|
|
* - `enable`
|
|
- This option allows to enable or disable DHCP
|
|
- true
|
|
* - `broadcast`
|
|
- DHCP broadcast flag
|
|
- false
|
|
* - `timeout`
|
|
- DHCP timeout in seconds
|
|
- 5
|
|
* - `retry`
|
|
- DHCP retry
|
|
- 10
|
|
* - `release-interval`
|
|
- DHCP release interval
|
|
- 1
|
|
* - `release-retry`
|
|
- DHCP release retry
|
|
- 3
|
|
* - `tos`
|
|
- IPv4 TOS for all DHCP control traffic
|
|
- 0
|
|
* - `vlan-priority`
|
|
- VLAN PBIT for all DHCP control traffic
|
|
- 0
|
|
* - `access-line`
|
|
- Add access-line attributes like Agent-Remote/Circuit-Id
|
|
- true |