Framed address is given by the AAA

Description

The table below illustrates the API field mappings used in the AAA (Authentication, Authorization, and Accounting) response.

API Field Value

Username

dialog

APN

ltel2fr2

user notes

Nvision

framed Route

100.213.92.128/30

MSISDN

940812404795

Framed Ip address

198.23.89.10

Password

dialog123

user Group

ENT1

Packets

Request

echo -e 'Packet-Type = Access-Request
User-Name = "dialog"
User-Password = "dialog123"
NAS-Port-Type = Virtual
Calling-Station-Id = "94812404130"
Called-Station-Id = "test"
Service-Type = Framed-User
Framed-Protocol = GPRS-PDP-Context
Event-Timestamp = "May  9 2025 12:12:23 +0530"
Acct-Multi-Session-Id = "05117a83"
3GPP-IMEISV = "3575000434020700"' | radclient -x 10.58.167.84 auth mysecret

Accounting Start

echo -e 'Acct-Status-Type = Start
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Multi-Session-Id = "8cf71228"
Calling-Station-Id = "94812404130"
Framed-Address = 198.23.89.10
Acct-Session-Id = "abc"
Framed-Protocol = 7
Called-Station-Id = "test"
NAS-Identifier = "AKB-UGW9811"
User-Name = "dialog"
3GPP-IMSI = "413111400437001"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual
3GPP-IMEISV = "3575000434020700"' | radclient -x 10.62.167.102 acct mysecret

Interim Update

echo -e 'Acct-Status-Type = Interim-Update
Acct-Input-Octets = 1302968148
Acct-Output-Octets = 2713736443
Acct-Input-Gigawords = 13
Acct-Output-Gigawords = 8
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Session-Time = 9547201
Acct-Multi-Session-Id = "3c534d6f"
Calling-Station-Id = "94812404103"
Framed-Address = 198.23.89.10
Acct-Session-Id = "abc"
Framed-Protocol = 7
Called-Station-Id = "test"
NAS-Identifier = "AKB-UGW9811"
User-Name = "dialog"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual' | radclient -x 10.58.167.84 acct mysecret

Stop

echo -e 'Acct-Status-Type = Stop
Acct-Terminate-Cause = 1
Acct-Input-Octets = 8315730
Acct-Output-Octets = 43857263
Acct-Authentic = RADIUS
Acct-Delay-Time = 0
Acct-Session-Time = abc
Acct-Multi-Session-Id = "8cf71228"
Calling-Station-Id = "94812404103"
Framed-Address = 10.223.113.33
Acct-Session-Id = "abc"
Framed-Protocol = 7
Called-Station-Id = "test"
NAS-Identifier = "AKB-UGW9811"
User-Name = "dialog"
User-Service-Type = Framed-User
NAS-Port-Type = Virtual' | radclient -x 10.58.167.84 acct mysecret