mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
31 lines
2.5 KiB
ReStructuredText
31 lines
2.5 KiB
ReStructuredText
.. code-block:: json
|
|
|
|
{ "pppoe": {} }
|
|
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| Attribute | Description |
|
|
+=======================+==================================================================+
|
|
| **session-time** | | Max PPPoE session time in seconds. |
|
|
| | | Default: 0 (infinity) |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **reconnect** | | Automatically reconnect sessions if terminated. |
|
|
| | | Default: false |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **discovery-timeout** | | PPPoE discovery (PADI and PADR) timeout in seconds. |
|
|
| | | Default: 5 |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **discovery-retry** | | PPPoE discovery (PADI and PADR) max retry. |
|
|
| | | Default: 10 |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **service-name** | | PPPoE discovery service name. |
|
|
| | | Default: |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **host-uniq** | | PPPoE discovery host-uniq. |
|
|
| | | Default: false |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **max-payload** | | PPP-Max-Payload (RFC4638). |
|
|
| | | Default: 0 (disabled) |
|
|
+-----------------------+------------------------------------------------------------------+
|
|
| **vlan-priority** | | VLAN PBIT for all PPPoE/PPP control traffic. |
|
|
| | | Default: 0 |
|
|
+-----------------------+------------------------------------------------------------------+ |