Specifications
8-5
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 8 Configuring Authentication, Authorization, and Accounting
Configuring the AAA Policy
DETAILED STEPS
Configuring the AAA Policy
The AAA policy specifies the failover functionality that you can optionally configure for the
authentication server. You can choose from two types of failover functionality:
• Authentication failover
• Unreachable failover
You can also use a combination of both failover methods.
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
aaa authentication server remote
Example:
se-10-0-0-0(config)# aaa authentication server
remote
Enters aaa-authentication submode to enable you to
configure the AAA authentication server.
Step 3
address address [port port] secret secret
Example:
se-10-0-0-0(config)# address 10.2.2.10 port 1808
secret ezsecret
Defines the access parameters for the AAA
authentication server.
Step 4
address address [port port] credentials hidden cred
Example:
se-10-0-0-0(config)# address 10.2.2.10 port 1808
credentials hidden "EugxIjn3MbL3WgUZUdUb90nfGW
TYHfmPSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3x
lk2B35j0nfGWTYHfmPSd8ZZNgd+Y9J3xlk2B35j0nfGWTYHfmP"
Defines the access parameters for the AAA
authentication server.
Step 5
retries number
Example:
se-10-0-0-0(config)# retries 6
Specifies maximum number of times an AAA
authentication request is retried before the
authentication request fails.
Step 6
timeout seconds
Example:
se-10-0-0-0(config)# timeout 24
Specifies the amount of time to wait before an AAA
authentication request is considered unanswered.
Step 7
end
Example:
se-10-0-0-0(config)# end
Exits to privileged EXEC mode.