Specifications
8-16
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 Privileges
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
privilege privilege-name create
Example:
se-10-0-0-0(config)# privilege security-privilege
create
Creates a new privilege.
• privilege-name—Label used to identify and
configure a new or existing privilege.
Step 3
privilege privilege-name [description string]
Example:
se-10-0-0-0(config)# privilege security-privilege
description administer of system security
(Optional) Assigns a description to the privilege.
• string—Description to add to the privilege.
Step 4
privilege privilege-name operation operation-name
Example:
se-10-0-0-0(config)# privilege security-privilege
operation security.configuration
(Optional) Assigns an operation to the privilege:
• operation-name—Operation to associate with
the privilege.
Step 5
privilege privilege-name member privilege-name2
Example:
se-10-0-0-0(config)# privilege security-privilege
include manage-users
(Optional) Includes or nests another privilege into
this privilege:
• privilege-name2—Privilege to include or nest
into this privilege.
Step 6
end
Example:
se-10-0-0-0(config)# end
Exits to privileged EXEC mode.
Step 7
show operations
Example:
se-10-0-0-0# show operations
(Optional) Displays information about all operations.
Step 8
show operation detail operation-name
Example:
se-10-0-0-0# show operation detail
security.configuration
(Optional) Displays information about the specified
operation:
• operation-name—Label used to identify and
configure a new or existing operation.