Brekeke SIP Server Wiki

RADIUS Authentication Request: Attributes

Standard Attributes
 Attribute
Type Value
 User-Name 1  User part of the From header’s URI or authentication username.
 NAS-IP-Address 4  IP address of Brekeke SIP Server
 NAS-Port 5  SIP port number of Brekeke SIP Server
 Service-Type 6  Type of service which can be configured with the property variable “radius.acct.servicetype” .
The default value is 1.
 Vendor-Specific 26  See the Vendor Specific Attributes table.
 NAS-Identifier 32  It can be configured with the property variable “radius.nas.id”. The default value is null.
 Digest-Response 206  request-digest response value
 Digest-Atttibute 207  See the Digest-Attributes table.

Digest-Attributes
 Attribute
Sub-Type Value
 Realm  1  realm-value of digest-response
 Nonce  2  nonce-value of digest-response
 Method  3  Method name. e.g, “INVITE”
 URI  4  digest-uri-value  of digest-respons
 QOP 5  qop-value of digest-response
 Algorithm 6  algorithm of digest-response
 CNonce 8  cnonce-value of digest-response
 Nonce-Count 9  nc-value  of  digest-response
 User-Name 10  username-value of digest-response

Vendor Specific Attributes
 Attribute
Vendor Type Value
 session-protocol 142  Protocol. “sipv2”
 method 143  Method name. e.g, “INVITE”
 incoming-req-uri 146  Incoming request URI

Related Links
Yes No
Suggest Edit