Page MenuHomeVyOS Platform

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

Assigned To
Unknown Object (User)
Authored By
Unknown Object (User)
Sep 23 2020, 11:48 AM
Referenced Files
None
Subscribers

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

Unknown Object (User) created this task.Sep 23 2020, 11:48 AM
Unknown Object (User) changed the task status from Open to In progress.Sep 28 2020, 7:42 AM
Unknown Object (User) claimed this task.
Unknown Object (User) changed the task status from In progress to Needs testing.Sep 28 2020, 5:33 PM
Unknown Object (User) added a project: Restricted Project.
Unknown Object (User) closed this task as Resolved.Sep 29 2020, 6:01 PM

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.