Cisco Unified Messaging Gateway Command Reference for 8.0 and Later Versions
P Commands (Common)

Table Of Contents

P

prefix

privilege

privilege (list-manager edit)


P


Last Updated: November 17, 2010

prefix

privilege

privilege (list-manager edit)

prefix

To set the phone number prefix of an endpoint, use the prefix command in Cisco UMG endpoint configuration mode. To clear this configuration, use the no form of this command.

prefix number

no prefix number

Syntax Description

number

Phone number prefix for the endpoint.


Command Default

The default prefix is none.

Command Modes

Cisco UMG endpoint configuration (config-endpoint)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Usage Guidelines

If you have multiple endpoints with the same prefix, you must use the number-only addendum to the prefix command to specify the range of extensions handled by the endpoint you are provisioning. All endpoints sharing a prefix must use this addendum; in other words, you cannot have endpoint 1 with just prefix 1, and endpoint 2 with prefix 1 plus a range of extensions.

Examples

The following example shows how the prefix is set as part of the process of manually adding an endpoint to the messaging gateway network:

umg-1(config)# endpoint 12345 unity
umg-1(config-endpoint)# hostname unity.mycompany.com
umg-1(config-endpoint)# serialnumber 12345
umg-1(config-endpoint)# prefix 408902
umg-1(config-endpoint)# end
umg-1(config)# end
umg-1# show endpoint local 12345

Related CommandsVMGE(config-endpoint) > end

Command
Description

endpoint

Enters endpoint configuration mode in order to provision endpoints manually.

show endpoint

Displays a list of the endpoints in the system and their details or a specific endpoint's details.


privilege

To add and configure a new privilege or define the properties of an existing privilege, use the privilege command in Cisco UMG configuration mode. Use the no version to remove the privilege.

privilege privilege-name [description string | operation operation-name | include privilege-name2]

no privilege privilege-name

Syntax Description

privilege-name

Label used to identify and configure a new privilege.

description string

(Optional) Add a description for the privilege. The description appears in the output of the show privilege detail and show privileges commands.

operation operation-name

(Optional) Associate an operation to the privilege.

include privilege-name 2

(Optional) Include, or nest, another privilege into this privilege.


Defaults

If no new privileges are defined, only predefined privileges are available. Unless otherwise specified, the default for new privileges is that they have no operation associated with them, no text description, and no second privilege is nested within them.

Command Modes

Cisco Unity Express configuration (config)

Command History

Cisco UMG Version
Modification

8.0

This command was introduced.


Usage Guidelines

If no new privileges are added, predefined privileges are used.

Examples

The following example enables authentication for the console:

umg-1# config t
umg-1(config)# privilege sales_vp operation security.configuration 

Related Commands

Command
Description

show operations

Shows all operations.

show privileges

Shows all system privileges.


privilege (list-manager edit)

To configure an authorized sender to a system distribution list (SDL), use the privilege command in Cisco UMG edit list manager mode. To revoke the privilege, use the no form of the command.

privilege authorized-sender

no privilege authorized-sender

Syntax Description

authorized-sender

The mailbox number of the authorized sender.


Command Default

No privilege is configured.

Command Modes

Cisco UMG list manager edit (listmgr-edit)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Usage Guidelines

No list members can receive messages from an SDL until you configure an authorized sender for it.

You must create members for an SDL so that they can receive the messages published by the authorized sender.

Examples

The following example illustrates the use of the privilege command to create an authorized sender for the 1234 list:

umg-1# list-manager
umg-1(listmgr)# list number 1234 
umg-1(listmgr-edit)# privilege 4505550111
umg-1(listmgr-edit)# end
umg-1# 

Related Commands

Command
Description

list-manager

Enters list manager mode in order to create, edit, or publish SDLs.

list number

Enters list manager edit mode in order to configure an SDL in detail.

list publish

Publishes one or more SDLs to peer messaging gateways.

member

Assigns members to an SDL.

name

Assigns a name to an SDL.

show list

Displays a list of the SDLs that are configured and their details.

show list privilege

Displays the authorized sender to a specific SDL.

show list tracking version

Displays an SDL tracking version.