summaryrefslogtreecommitdiff
path: root/docs/configexamples
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-10-20 12:53:00 +0300
committerGitHub <noreply@github.com>2025-10-20 10:53:00 +0100
commit4370a8eb3406e277389107f0495a9b993f4f1eb7 (patch)
tree56f0501bdb731bb4b303ccd8d6f09f1d67544118 /docs/configexamples
parentcac628fcebd06a25fa037cc24367a4839c4a5e39 (diff)
downloadvyos-documentation-4370a8eb3406e277389107f0495a9b993f4f1eb7.tar.gz
vyos-documentation-4370a8eb3406e277389107f0495a9b993f4f1eb7.zip
Add Virtual-Template1 configuration for LAC L2TP (#1693)
Add missed `Virtual-Template1` for LAC L2TP Cisco config example (cherry picked from commit ebb33be3c3b1cf118fef588840528f2c0daa5dc5)
Diffstat (limited to 'docs/configexamples')
-rw-r--r--docs/configexamples/lac-lns.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configexamples/lac-lns.rst b/docs/configexamples/lac-lns.rst
index b246c4d3..8443ddff 100644
--- a/docs/configexamples/lac-lns.rst
+++ b/docs/configexamples/lac-lns.rst
@@ -67,6 +67,14 @@ LAC
media-type rj45
pppoe enable group MAIN-BBA
!
+ interface Virtual-Template1
+ description pppoe MAIN-BBA
+ no ip address
+ no peer default ip address
+ ppp mtu adaptive
+ ppp authentication chap
+ !
+
LNS
---