summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-10-17 21:14:56 +0300
committerGitHub <noreply@github.com>2025-10-17 21:14:56 +0300
commitebb33be3c3b1cf118fef588840528f2c0daa5dc5 (patch)
tree067bb7946038838ec10c1239bc576412f4b149c4
parent47b8585e4e01a028706f1f4a63114bddcd26f6e3 (diff)
downloadvyos-documentation-ebb33be3c3b1cf118fef588840528f2c0daa5dc5.tar.gz
vyos-documentation-ebb33be3c3b1cf118fef588840528f2c0daa5dc5.zip
Add Virtual-Template1 configuration for LAC L2TP
Add missed `Virtual-Template1` for LAC L2TP Cisco config example
-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
---