Cisco Cisco IOS Software Release 12.2(27)SBC

Página de 34
AAA Authorization and Authentication Cache
  Configuration Examples for Implementing Authorization and Authentication Profile Caching
9
Cisco IOS Release 12.2(28)SB
DETAILED STEPS
Configuration Examples for Implementing Authorization and 
Authentication Profile Caching
This section contains the following examples:
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode. 
Enter your password if prompted.
Step 2
configure
 terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
aaa new-model
Example:
Router(config)# aaa new-model
Enables the AAA access control model.
Step 4
aaa authorization
 {network
 
|
 
exec
 
|
 
commands
 
level
 
|
 
reverse-access 
|
 
configuration
} {default
 
list-name} [method1
 
[method2
...
]]
Example:
Router(config)# aaa authorization network 
default cache networkusers@companyname group 
networkusers@companyname
Enables AAA authorization and creates method lists, which 
define the authorization methods used when a user accesses 
a specified function.
Step 5
aaa authentication ppp
 
{default
 
| list-name}
 
method1
 
[method2
...
]
Example:
Router(config)# aaa authentication ppp default 
cache networkusers@companyname group 
networkusers@companyname
Specifies one or more authentication methods for use on 
serial interfaces that are running PPP.
Step 6
aaa authentication login 
{default
 
| list-name}
 
method1
 
[method2
...
]
Example:
Router(config)# aaa authentication login 
default cache adminusers group adminusers
Sets the authentication at login.
Step 7
end
Example:
Router(config)# end
Returns to privileged EXEC mode.