User's Manual

97
RADIUS Authentication Example
The following example shows how to configure the SWITCH to authenticate and authorize using RADIUS:
aaa authentication login radius-login group radius local
aaa authorization network radius-network group radius
line vty 3
login authentication radius-login
The meaning of each command line is shown below:
The aaa authentication login radius-login group radius local command configures the
SWITCH to use RADIUS for authentication at the login prompt. If RADIUS returns an error,
the user is authenticated using the local database.
The aaa authorization network radius-network group radius command queries RADIUS for
network authorization, address assignment, and other access lists.
The login authentication radius-login command enables the radius-login method list for line
3.
8.3 Authorization Configuration
8.3.1 AAA Authorization Configuration Task List
Configuring EXEC authorization through AAA
8.3.2 AAA Authorization Configuration Task