Router Installation and Configuration Manual/RADIUS Supported Attributes
From ImageStream Router Documentation
Authentication requests accept the following attributes:
- AscendDataRate: Customer's download speed in bits per second
- AscendXmitRate: Customer's upload speed in bits per second
- FramedIPAddress: IP address to assign to client.
- FramedIPNetmask: Netmask to assign to the router's PPP interface - this subnet is routed to customer
- FramedMTU: MTU to use on the router's PPP interface
- FramedRoute: Add these routes to the customer
- Class: Accounting class parameter
- Session-Timeout: Session time limit in seconds
- Idle-Timeout: Idle timeout in seconds
Authentication requests send the folowing attributes:
- NASIdentifier: router's hostname
- NASPort: Encoded as Serial Port#/VPI/VCI like Cisco does for ATM and the pppN device number for Ethernet and L2TP.
- NASPortType: Virtual
- CallingStationID: Ethernet MAC address for PPPoE on ethernet and ATM, not set for PPPoA or L2TP.
Accounting requests send the following attributes:
- UserName: User name
- AcctSessionID: Process ID of ppp process (unique)
- NASIdentifier: router's hostname
- NASPort: Encoded as Serial Port#/VPI/VCI like Cisco does for ATM and the pppN device number for Ethernet and L2TP.
- NASPortType: Virtual
- CallingStationID: Ethernet MAC address for PPPoE on ethernet and ATM, not set for PPPoA or L2TP.
- FramedIPAddress: Actual IP address given to client.
- AcctInputOctets: Number of bytes received from client.
- AcctOutputOctets: Number of bytes sent to client.
- AcctSessionTime: Number of seconds the client was connected.