Page MenuHomeVyOS Platform

PPPoE server: Called-Station-Id attribute
Closed, ResolvedPublicFEATURE REQUEST

Description

In some cases, billings systems require additional authentication data, like from which interface on the router client wants to connect.
PPPoE daemon can provide this information in attribute Called-Station-Id

called-sid=ifname|mac|ifname:mac
By default is called-sid=mac

Specifies how to represent Called-Station-ID.

ifname - Called-Station-ID will contain name of interface accepted request.
mac - Called-Station-ID will contain mac address of interface accepted request.
ifname:mac - Called-Station-Id will contain both name and mac of interface.

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)

Event Timeline

Dmitry changed the task status from In progress to Needs testing.Sep 28 2020, 5:33 PM
Dmitry added a project: Restricted Project.

Successfully tested on 1.3-rolling-202009290117

set service pppoe-server authentication radius called-sid-format 'ifname:mac'

Radius recived Called-Station-Id = "eth1:50:00:00:05:00:01"

set service pppoe-server authentication radius called-sid-format 'ifname'

Radius recived Called-Station-Id = "eth1"
By default radius recive Called-Station-Id = "50:00:00:05:00:01"

erkin set Issue type to Feature (new functionality).Aug 29 2021, 12:59 PM
erkin removed a subscriber: Active contributors.