Page MenuHomeVyOS Platform

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

Description

Allow to set rate-multiplier for PPPoE clients section [shaper]
Proposed CLI

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

pppoe.conf

[shaper]
rate-multiplier=0.001

Requested form forum

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

Viacheslav changed the task status from Open to In progress.Apr 19 2022, 5:31 AM
Viacheslav claimed this task.
Viacheslav changed the task status from In progress to Needs testing.May 16 2022, 5:26 PM

Need testing:

set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius rate-limit attribute 'Mikrotik-Rate-Limit'
set service pppoe-server authentication radius rate-limit enable
set service pppoe-server authentication radius rate-limit multiplier '0.001'
set service pppoe-server authentication radius rate-limit vendor 'Mikrotik'
set service pppoe-server authentication radius server 192.0.2.1 key 'foo'
set service pppoe-server client-ip-pool start '192.0.2.5'
set service pppoe-server client-ip-pool stop '192.0.2.254'
set service pppoe-server gateway-address '192.0.2.1'
set service pppoe-server interface eth3

Or any live example