Integration with Radius server


The fastPCRF sends Access-Request requests with the following attributes:

User-Name = "94.158.56.38"
User-Password = "VasExperts.FastDPI"
Framed-IP-Address = 94.158.56.38
Acct-Session-Id = "001122334455667788"
NAS-Port-Type = 5 (Virtual)
NAS-Port = 0
NAS-Port-Id = "708"
NAS-IP-Address = 192.168.0.40
Service-Type = 2 (Framed-User)
Chargeable-User-Identity="some-login"
VasExperts-Service-Type=0
Message-Authenticator = 0x655ad71144647dd842afd3b65b08d421

here:

IPv6

IPv6 authorization request slightly differs - instead of the Framed-IP-Address attribute, the request contains the following attributes:

User-Name attribute value

As a User-Name the following entities can be used:

Since version VAS Experts DPI 7.4 radius_user_name_auth in the fastpcrf.conf specifies the value of the User-Name attribute in order of preference:

The example:

  # Put a QinQ-tag in the User-Name attribute, if it is not used – put the subscriber login instead, otherwise put therein the IP-address
radius_user_name_auth=qinq,login,ip

The default value: radius_user_name_auth=login,ip,qinq

Response attributes