From 0fa94035bd12d5b52d3d4d630ae7f9b1eda143a5 Mon Sep 17 00:00:00 2001 From: hagbard Date: Mon, 8 Jul 2019 14:12:24 -0700 Subject: [IPoE] - T1494: vlan_mon documentation --- docs/services/ipoe-server.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') 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 ^^^^^^^^^^^^ -- cgit v1.2.3