Community discussions

MikroTik App
 
krybabie
newbie
Topic Author
Posts: 31
Joined: Tue May 10, 2005 3:14 pm
Location: Cape Town
Contact:

PPPoE Accounting Update - missing values

Tue Aug 30, 2016 10:16 am

Hi Guys

I am having a problem with my PPPoE Server's Accounting update packets.
The server and radius setup is very basic and currently working.

however the accounting update is an issue - it is missing the X-Ascend-Xmit-Rate and X-Ascend-Data-Rate

From my Mikrotik PPPoE Server:
Service-Type = Framed-User
Framed-Protocol = PPP
NAS-Port = 15921555
NAS-Port-Type = Ethernet
User-Name = 'test@test.test'
Calling-Station-Id = '00:0E:B4:0F:93:80'
Called-Station-Id = 'YYYYYYYY'
NAS-Port-Id = 'vlan100'
MS-CHAP-Domain = test.test
Acct-Session-Id = '81b0555c'
Framed-IP-Address = x.x.x.x
Acct-Authentic = RADIUS
Event-Timestamp = 'Aug 22 2016 00:19:11 SAST'
Acct-Session-Time = 8400
Acct-Input-Octets = 25923406
Acct-Input-Gigawords = 0
Acct-Input-Packets = 370259
Acct-Output-Octets = 1518454990
Acct-Output-Gigawords = 0
Acct-Output-Packets = 1069546
Acct-Status-Type = Interim-Update
NAS-Identifier = 'PPPoE_Srv1'
Acct-Delay-Time = 0
Mikrotik-Realm = test.test'
NAS-IP-Address = x.x.x.x
Acct-Unique-Session-Id = '6e796e9a63e9945d9217f56b9f44570e'
Timestamp = 1471817951

I do have a DSL provider as well that does send the correct data - for example:

Acct-Output-Octets = 926285346
Acct-Session-Id = "DEB576104A923957B6BD02"
X-Ascend-Data-Rate = 2048000
Acct-Authentic = RADIUS
Acct-Status-Type = Interim-Update
X-Ascend-Xmit-Rate = 2048000

I need these values to be passed back to me on interim updates.

Any thoughts on this ?

--M--