From 392a14de5740812b0299be536c756e5d4d86da35 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 17 Sep 2022 08:50:06 +0200 Subject: pppoe-server: T4703: combine vlan-id and vlan-range into single CLI --- docs/configuration/service/pppoe-server.rst | 37 +++++++++++++++-------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/docs/configuration/service/pppoe-server.rst b/docs/configuration/service/pppoe-server.rst index ad99cec0..69e357f3 100644 --- a/docs/configuration/service/pppoe-server.rst +++ b/docs/configuration/service/pppoe-server.rst @@ -1,3 +1,5 @@ +:lastproofread: 2022-09-17 + .. _pppoe-server: ############ @@ -106,10 +108,10 @@ and then configure it. .. cfgcmd:: set service pppoe-server authentication radius server
key - + Use this command to configure the IP address and the shared secret key of your RADIUS server. You can have multiple RADIUS servers - configured if you wish to achieve redundancy. + configured if you wish to achieve redundancy. .. code-block:: none @@ -169,25 +171,24 @@ CoA request. Automatic VLAN Creation ----------------------- -.. cfgcmd:: set service pppoe-server interface - +.. cfgcmd:: set service pppoe-server interface vlan - VLAN's can be created by accel-ppp on the fly via the use of a Kernel - module named `vlan_mon`, which is monitoring incoming vlans and - creates the necessary VLAN if required and allowed. VyOS supports the - use of either VLAN ID's or entire ranges, both values can be defined - at the same time for an interface. When configured, the PPPoE will - create the necessary VLANs when required. Once the user session has - been cancelled and the VLAN is not needed anymore, VyOS will remove - it again. + VLAN's can be created by Accel-ppp on the fly via the use of a Kernel module + named `vlan_mon`, which is monitoring incoming vlans and creates the + necessary VLAN if required and allowed. VyOS supports the use of either + VLAN ID's or entire ranges, both values can be defined at the same time for + an interface. -.. code-block:: none + When configured, PPPoE will create the necessary VLANs when required. Once + the user session has been cancelled and the VLAN is not needed anymore, VyOS + will remove it again. - set service pppoe-server interface eth3 vlan-id 100 - set service pppoe-server interface eth3 vlan-id 200 - set service pppoe-server interface eth3 vlan-range 500-1000 - set service pppoe-server interface eth3 vlan-range 2000-3000 +.. code-block:: none + set service pppoe-server interface eth3 vlan 100 + set service pppoe-server interface eth3 vlan 200 + set service pppoe-server interface eth3 vlan 500-1000 + set service pppoe-server interface eth3 vlan 2000-3000 Bandwidth Shaping @@ -201,7 +202,7 @@ For Local Users .. cfgcmd:: set service pppoe-server authentication local-users username rate-limit - + Use this command to configure a data-rate limit to PPPOoE clients for traffic download or upload. The rate-limit is set in kbit/sec. -- cgit v1.2.3