summaryrefslogtreecommitdiff
path: root/docs/services
diff options
context:
space:
mode:
authorhagbard <vyosdev@derith.de>2019-07-08 14:12:24 -0700
committerhagbard <vyosdev@derith.de>2019-07-08 14:12:24 -0700
commit0fa94035bd12d5b52d3d4d630ae7f9b1eda143a5 (patch)
tree1b65a12b711cdded3348f8a93de90eb3df34f53e /docs/services
parentf7f78e88f6e362ae06c39906cb8ba72afe38552d (diff)
downloadvyos-documentation-0fa94035bd12d5b52d3d4d630ae7f9b1eda143a5.tar.gz
vyos-documentation-0fa94035bd12d5b52d3d4d630ae7f9b1eda143a5.zip
[IPoE] - T1494: vlan_mon documentation
Diffstat (limited to 'docs/services')
-rw-r--r--docs/services/ipoe-server.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/services/ipoe-server.rst b/docs/services/ipoe-server.rst
index 7b456c9e..633de880 100644
--- a/docs/services/ipoe-server.rst
+++ b/docs/services/ipoe-server.rst
@@ -69,6 +69,20 @@ The clients cpe can now communicate via IPv4 or IPv6. All devices behind ``2001:
globally communicate without the need of any NAT rules.
+Automatic VLAN creation
+=======================
+
+To create VLANs per user during runtime, the follwing settings are required on a per interface basis. VLAN ID and VLAN range can be present in the configuration at the same time.
+
+.. code-block:: sh
+
+ set service ipoe-server interface eth2 network vlan
+ set service ipoe-server interface eth2 vlan-id 100
+ set service ipoe-server interface eth2 vlan-id 200
+ set service ipoe-server interface eth2 vlan-range 1000-2000
+ set service ipoe-server interface eth2 vlan-range 2500-2700
+
+
RADIUS Setup
^^^^^^^^^^^^