diff options
author | Zhiyuan Wan <h@iloli.bid> | 2023-03-20 17:00:12 +0800 |
---|---|---|
committer | Zhiyuan Wan <h@iloli.bid> | 2023-03-20 17:00:18 +0800 |
commit | fa1478e47f9d233944726acfca8eb31b1c4f4bf9 (patch) | |
tree | 0495d7ccc2d49d6b2370291122b03cdc11c217ea /docs | |
parent | cc9a5284d974aa372d9b49a618b8989870035d2b (diff) | |
download | vyos-documentation-fa1478e47f9d233944726acfca8eb31b1c4f4bf9.tar.gz vyos-documentation-fa1478e47f9d233944726acfca8eb31b1c4f4bf9.zip |
T5098: Update pppoe.rst
pppoe: allow user to set pppd holdoff option
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration/interfaces/pppoe.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/pppoe.rst b/docs/configuration/interfaces/pppoe.rst index cf406baf..74a43bb5 100644 --- a/docs/configuration/interfaces/pppoe.rst +++ b/docs/configuration/interfaces/pppoe.rst @@ -154,6 +154,14 @@ PPPoE options when it is idle and after the initial establishment of the connection. It will stay up forever. +.. cfgcmd:: set interfaces pppoe <interface> holdoff <time> + + Use this command to set re-dial delay time to be used with persist PPPoE + sessions. When the PPPoE session is terminated by peer, and on-demand + option is not set, the router will attempt to re-establish the PPPoE link. + + If this parameter is not set, the default holdoff time is 30 seconds. + .. cfgcmd:: set interfaces pppoe <interface> local-address <address> Use this command to set the IP address of the local endpoint of a PPPoE |