Page MenuHomeVyOS Platform

IPoE-server add multiplier option for shaper
Closed, ResolvedPublicFEATURE REQUEST

Description

Allow setting rate-multiplier for IPoE clients section [shaper]
Proposed CLI

set service ipoe-server authentication radius rate-limit multiplier 0.001

ipoe.conf

[shaper]
rate-multiplier=0.001

Details

Difficulty level
Unknown (require assessment)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Related Objects

Mentioned In
1.3.2
1.3.2

Event Timeline

PR https://github.com/vyos/vyos-1x/pull/1387

set service ipoe-server authentication mode 'radius'
set service ipoe-server authentication radius rate-limit attribute 'Mikrotik-Rate-Limit'
set service ipoe-server authentication radius rate-limit enable
set service ipoe-server authentication radius rate-limit multiplier '0.001'
set service ipoe-server authentication radius rate-limit vendor 'Miktorik'
set service ipoe-server authentication radius server 192.0.2.1 key 'foo'
set service ipoe-server client-ip-pool name POOL_ONE gateway-address '192.0.2.1'
set service ipoe-server client-ip-pool name POOL_ONE subnet '192.0.2.0/24'
set service ipoe-server interface eth1

Expected options in /run/accel-pppd/ipoe.conf:

[shaper]
verbose=1
attr=Mikrotik-Rate-Limit
rate-multiplier=0.001
vendor=Miktorik
Viacheslav changed the task status from Open to Needs testing.Jul 3 2022, 6:19 PM
Viacheslav claimed this task.