Specifications

8-3
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 Accounting Server
DETAILED STEPS
Examples
The following is sample output from the show aaa accounting service command:
se-10-0-0-0# show aaa accounting service
AAA Accounting Service Configuration
Accounting: Enabled
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
aaa accounting server remote
Example:
se-10-0-0-0(config)# aaa accounting 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 prt 1808
secret ezsecret
Defines the access parameters for the AAA
accounting 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
accounting server.
Step 5
retries number
Example:
se-10-0-0-0(config)# retries 6
Specifies the maximum number of times an AAA
accounting request is retried before the accounting
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
accounting request is considered to be unanswered.
Step 7
end
Example:
se-10-0-0-0(config)# end
Exits to privileged EXEC mode.
Step 8
show aaa accounting service
Example:
se-10-0-0-0# show aaa accounting service
(Optional) Displays the settings for the AAA
accounting server.