diff options
author | Robert Göhler <github@ghlr.de> | 2023-03-23 13:21:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-23 13:21:27 +0100 |
commit | b9ed2ba6500a5fc0084e1f96acd583467c8964f9 (patch) | |
tree | ea0bf1bd03d8b3f093ea86046ed56c35a32fdf4a /docs | |
parent | 8451a264b4502eff60ce188fb99fc8201590430c (diff) | |
parent | fa1478e47f9d233944726acfca8eb31b1c4f4bf9 (diff) | |
download | vyos-documentation-b9ed2ba6500a5fc0084e1f96acd583467c8964f9.tar.gz vyos-documentation-b9ed2ba6500a5fc0084e1f96acd583467c8964f9.zip |
Merge pull request #970 from rgwan/master
T5098: Update pppoe.rst
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 |