User's Manual

Table Of Contents
118
Users Manual of CS-6306R
6.1.7.1 Configuring EXEC Authorization Using AAA
Use the aaa authorization command to enable authorization
Use aaa authorization exec command to run authorization to determine if the user is allowed to run an EXEC
shell. This facility might return user profile information such as autocommand information.
Use line configuration command login authorization to apply these lists. Use the following command in global
configuration mode:
Command Purpose
aaa authorization exec {default |
list-name}method1 [method2...]
Establishes global authorization list.
line [console | vty ] line-number
[ending-line-number]
Enters the line configuration mode for
the lines to which you want to apply
the authorization method list.
login authorization {default | list-name}
Applies the authorization list to a line
or set of lines(in line configuration
mode).
The keyword list-name is the character string used to name the list of authorization methods.
The keyword method specifies the actual method during authorization process. Method lists enable you to
designate one or more security protocols to be used for authorization, thus ensuring a backup system in case
the initial method fails. The system uses the first method listed to authorize users for specific network services;
if that method fails to respond, the system selects the next method listed in the method list. This process
continues until there is successful communication with a listed authorization method, or all methods defined
are exhausted. If all specified methods fail to respond, and you still want the system to enter the EXEC shell,
you should specify none as the last authorization method in command line.
Use default parameter to establish a default list, and the default list will apply to all interfaces automatically.
For example, use the following command to specify radius as the default authorization method for exec:
aaa authorization exec default group radius
If no method list is defined, the local authorization service will be unavailable and
the authorization is allowed to pass.
The following table lists the currently supported EXEC authorization mode:
Keyword Description
group WORD
Uses a named server group for authorization.
group radius Uses radius authorization.
local Uses the local database for authorization.
if-authenticated
Allows the user to access the requested function if the user is
authenticated.
none No authorization is performed.