Radius configuration, Overview, Introduction to radius – H3C Technologies H3C SecPath F1000-E User Manual
Page 409: Client/server model
1
RADIUS Configuration
Overview
The Remote Authentication Dial-In User Service (RADIUS) protocol is for implementing Authentication,
Authorization, and Accounting (AAA).
Introduction to RADIUS
RADIUS is a distributed information interaction protocol using the client/server model. RADIUS can
protect networks against unauthorized access and is often used in network environments where both high
security and remote user access are required. RADIUS uses UDP, and its packet format and message
transfer mechanism are based on UDP. It uses UDP port 1812 for authentication and 1813 for accounting.
RADIUS was originally designed for dial-in user access. With the diversification of access methods,
RADIUS has been extended to support more access methods, for example, Ethernet access and ADSL
access. It uses authentication and authorization in providing access services and uses accounting to
collect and record usage information of network resources.
Client/Server Model
•
Client: The RADIUS client runs on the NASs located throughout the network. It passes user
information to designated RADIUS servers and acts on the responses (for example, rejects or
accepts user access requests).
•
Server: The RADIUS server runs on the computer or workstation at the network center and maintains
information related to user authentication and network service access. It listens to connection
requests, authenticates users, and returns the processing results (for example, rejecting or accepting
the user access request) to the clients.
In general, the RADIUS server maintains three databases, namely, Users, Clients, and Dictionary, as
shown in
.
Figure 1 RADIUS server components
•
Users: Stores user information such as the usernames, passwords, applied protocols, and IP
addresses.
•
Clients: Stores information about RADIUS clients, such as the shared keys and IP addresses.
•
Dictionary: Stores information about the meanings of RADIUS protocol attributes and their values.