Framed IP is sent by the SMF

Description

The Framed IP Address value is picked directly from the incoming Access-Request packet sent by the SMF — the AAA server simply reads it from the request and echoes it back in the Access-Accept response.

API Field Mapping

API Field Value

Username

dialog

VRF name

ltel2fr2

loopback name

loopback

APN

ltel2fr2

MSISDN

940812404795

user group

ENT1

Password

dialog123

Packets

Request packet

echo -e 'Packet-Type = Access-Request
User-Name = "dialog"
User-Password = "dialog123"
Client-Id = 10.174.226.80
User-Service-Type = Framed-User
Framed-Protocol = 7
Called-Station-Id = "test"
Calling-Station-Id = "94812404110"
Acct-Multi-Session-Id = "01c2dd37"
Framed-Address = 198.23.89.12
Event-Timestamp = 1745882480
NAS-Port-Type = Virtual' | radclient -x 10.58.167.86 auth mysecret

Accounting start packet

echo -e 'Acct-Status-Type = Start
Acct-Link-Count = 1
Event-Timestamp = 1745895750
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Multi-Session-Id = "3dc2e53f"
Calling-Station-Id = "94812404106"
Framed-Address = 10.164.1.74
Acct-Session-Id = "ca45c4b03dc2e53f"
Framed-Protocol = 7
Called-Station-Id = "test"
User-Name = "dialog"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual' | radclient -x 10.58.167.86 acct mysecret

Accounting interim update

echo -e 'Acct-Status-Type = Interim-Update
Acct-Input-Octets = 735035
Acct-Output-Octets = 3451792
Acct-Input-Packets = 5830
Acct-Output-Packets = 5473
Acct-Link-Count = 1
Event-Timestamp = 1745896478
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Session-Time = 727
Acct-Multi-Session-Id = "3dc2e53f"
Calling-Station-Id = "94812404106"
Framed-Address = 10.164.1.74
Acct-Session-Id = "ca45c4b03dc2e53f"
Framed-Protocol = 7
Called-Station-Id = "test"
User-Name = "dialog"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual' | radclient -x 10.58.167.86 acct mysecret

Accounting Stop

echo -e 'Acct-Status-Type = stop
Acct-Input-Octets = 735035
Acct-Output-Octets = 3451792
Acct-Input-Packets = 5830
Acct-Output-Packets = 5473
Acct-Link-Count = 1
Event-Timestamp = 1745896478
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Session-Time = 727
Acct-Multi-Session-Id = "3dc2e53f"
Calling-Station-Id = "94812404106"
Framed-Address = 10.164.1.74
Acct-Session-Id = "ca45c4b03dc2e53f"
Framed-Protocol = 7
Called-Station-Id = "test"
User-Name = "dialog"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual' | radclient -x 10.58.167.86 acct mysecret