Annotation of embedaddon/coova-chilli/doc/attributes, revision 1.1
1.1 ! misho 1: # Name : Num : Type : Access Req : Access Resp : Acct Req : Acct Resp(*) : CoA/Disc : Comment
! 2: User-name : 1 : String : X : - : X : - : R : Full username as entered by the user.
! 3: User-Password : 2 : String : X : - : - : - : - : Used for UAM as alternative to CHAP-Password and CHAP-Challenge.
! 4: CHAP-Password : 3 : String : X : - : - : - : - : Used for UAM CHAP Authentication
! 5: CHAP-Challenge : 60 : String : X : - : - : - : - : Used for UAM CHAP Authentication
! 6: EAP-Message : 79 : String : X : X : - : - : - : Used for WPA Authentication
! 7: NAS-IP-Address : 4 : IPaddr : X : - : X : - : - : IP address of Chilli (set by the ''nasip'' or ''radiuslisten'' option, and otherwise "0.0.0.0")
! 8: Service-Type : 6 : Integer : X : - : X : - : - : Set to Login (1) for normal authentication requests. The Access-Accept message from the radius server for configuration management messages must also be set to Administrative-User.
! 9: Framed-IP-Address : 8 : IPaddr : X : X : X : - : - : IP address of the user, which is configurable during MAC authentication in the Access-Accept.
! 10: Filter-ID : 11 : String : - : X : - : X : X : Filter ID pass on to scripts possibly.
! 11: Reply-Message : 18 : String : - : X : - : - : - : Reason of reject if present.
! 12: State : 24 : String : X : X : - : - : - : Sent to chilli in Access-Accept or Access-Challenge. Used transparently in subsequent Access-Request.
! 13: Class : 25 : String : - : X : X : - : - : Copied transparently by chilli from Access-Accept to Accounting-Request.
! 14: Session-Timeout : 27 : Integer : - : X : - : X : X : Logout once session timeout is reached (seconds)
! 15: Idle-Timeout : 28 : Integer : - : X : - : X : X : Logout once idle timeout is reached (seconds)
! 16: Called-Station-ID : 30 : String : X : - : X : - : - : Set to the ''nasmac'' option or the MAC address of chilli.
! 17: Calling-Station-ID: 31 : String : X : - : X : - : - : MAC address of client
! 18: NAS-Identifier : 32 : String : X : - : X : - : - : Set to radiusnasid option if present.
! 19: Acct-Status-Type : 40 : Integer : - : - : X : - : - : 1=Start, 2=Stop, 3=Interim-Update
! 20: Acct-Input-Octets : 42 : Integer : - : - : X : - : - : Number of octets received from client.
! 21: Acct-Output-Octets: 43 : Integer : - : - : X : - : - : Number of octets transmitted to client.
! 22: Acct-Session-ID : 44 : String : X : - : X : - : X : Unique ID to link Access-Request and Accounting-Request messages.
! 23: Acct-Session-Time : 46 : Integer : - : - : X : - : - : Session duration in seconds.
! 24: Acct-Input-Packets: 47 : Integer : - : - : X : - : - : Number of packets received from client.
! 25: Acct-Output-Packets: 48 : Integer : - : - : X : - : - : Number of packets transmitted to client.
! 26: Acct-Terminate-Cause: 49 : Integer : - : - : X : - : - : 1=User-Request, 2=Lost-Carrier, 4=Idle-Timeout, 5=Session-Timeout, 11=NAS-Reboot
! 27: Acct-Input-Gigawords: 52 : Integer : - : - : X : - : - : Number of times the Acct-Input-Octets counter has wrapped around.
! 28: Acct-Output-Gigawords: 53 : Integer : - : - : X : - : - : Number of times the Acct-Output-Octets counter has wrapped around.
! 29: NAS-Port-Type : 61 : Integer : X : - : X : - : - : 19=Wireless-IEEE-802.11
! 30: Message-Authenticator: 80 : String : X : - : X : - : - : Is always included in Access-Request. If present in Access-Accept, Access-Challenge or Access-reject chilli will validate that the Message-Authenticator is correct.
! 31: Acct-Interim-Interval: 85 : Integer : - : X : - : X : X : If present in Access-Accept chilli will generate interim accounting records with the specified interval (seconds).
! 32: WISPr-Location-ID:14122, 1: String : X : - : X : - : - : Location ID is set to the radiuslocationid option if present. Should be in the format: isocc=<ISO_Country_Code>, cc=<E.164_Country_Code>, ac=<E.164_Area_Code>, network=<ssid/ZONE>
! 33: WISPr-Location-Name:14122, 2:String : X : - : X : - : - : Location Name is set to the radiuslocationname option if present. Should be in the format: <OPERATOR_NAME>,<LOCATION>
! 34: WISPr-Logoff-URL:14122, 3 : String : X : - : - : - : - : Included in Access-Request to notify the operator of the log off URL. Defaults to "http://uamlisten:uamport/logoff".
! 35: WISPr-Redirection-URL:14122, 4:String:- : X : - : - : - : If present the client will be redirected to this URL once authenticated. This URL should include a link to WISPr-Logoff-URL in order to enable the client to log off.
! 36: WISPr-Bandwidth-Max-Up:14122, 7:Integer:-:X : - : X : X : Maximum transmit rate (b/s). Limits the bandwidth of the connection. Note that this attribute is specified in bits per second.
! 37: WISPr-Bandwidth-Max-Down:14122, 8:Integer:-:X:- : X : X : Maximum receive rate (b/s). Limits the bandwidth of the connection. Note that this attribute is specified in bits per second.
! 38: WISPr-Session-Terminate-Time:14122, 9:String:-:X:-:X: X : The time when the user should be disconnected in ISO 8601 format (YYYY-MM-DDThh:mm:ssTZD). If TZD is not specified local time is assumed. For example a disconnect on 18 December 2001 at 7:00 PM UTC would be specified as 2001-12-18T19:00:00+00:00.
! 39: ChilliSpot-Max-Input-Octets:14559, 1:Integer:-:X:-:X: X : Maximum number of octets the user is allowed to transmit. After this limit has been reached the user will be disconnected.
! 40: ChilliSpot-Max-Output-Octets:14559, 2:Integer:-:X:-:X: X : Maximum number of octets the user is allowed to receive. After this limit has been reached the user will be disconnected.
! 41: ChilliSpot-Max-Total-Octets:14559, 3:Integer:-:X:-:X: X : Maximum total octets the user is allowed to send or receive. After this limit has been reached the user will be disconnected.
! 42: ChilliSpot-Bandwidth-Max-Up:14559, 4:Integer:-:X:-:X: X : Maximum bandwidth up
! 43: ChilliSpot-Bandwidth-Max-Down:14559, 5:Integer:-:X:-:X: X : Maximum bandwidth down
! 44: ChilliSpot-Config:14559, 6:String:X:X:-:X:X:Configurations passed between chilli and back-end as name value pairs
! 45: ChilliSpot-Lang:14559, 7:String:X:-:-:-:-:Language selected in user interface
! 46: ChilliSpot-Version:14559, 8:String:X:-:-:-:-:Version of Chilli sending this AccessRequest
! 47: MS-MPPE-Send-Key:311,16:String:-:X:-:-:- : Used for WPA
! 48: MS-MPPE-Recv-Key:311,17:String:-:X:-:-:- : Used for WPA
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>