Cisco Unified Messaging Gateway Command Reference for 8.0 and Later Versions
E Commands (VPIM)

Table Of Contents

E

endpoint

expiration


E


Last Updated: November 17, 2010

endpoint

expiration

endpoint

To enter endpoint configuration mode to provision endpoints manually, use the endpoint command in Cisco UMG configuration mode. To delete a manually provisioned endpoint, use the no form of this command.

endpoint location-id { unity | interchange | cue }

no endpoint location-id { unity | interchange | cue }

Syntax Description

location-id

Location ID of the endpoint (max. 10 digits), unique within the Cisco UMG system.

cue

<Abbreviation>Cisco Unity Express endpoint, usually Cisco Unity Express 3.0 and earlier versions, because later versions can autoregister and therefore do not need to be manually provisioned.

interchange

Avaya Interchange endpoint.

unity

Cisco Unity endpoint.


Command Modes

Cisco UMG configuration (config)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Usage Guidelines

Use this command to enter endpoint configuration mode to specify location ID and type of the endpoint you want to add to the Cisco UMG network.

This command is only necessary if your endpoints are Cisco Unity, Avaya Interchange, or Cisco Unity Express 3.0 and earlier versions. Cisco Unity Express 3.1 and later versions support autoregistration, thereby rendering the manual provisioning of endpoints unnecessary.

When you delete a configured endpoint, all subscribers (mailboxes) in the directory table for that endpoint are also deleted.


Note To delete an autoregistered endpoint, use the clear endpoint command.


Examples

The following example illustrates how you use the endpoint command to enter endpoint configuration mode:

umg-1> enable
umg-1# config t
umg-1(config)# endpoint 12345 unity
umg-1(config-endpoint)# prefix 408902
umg-1(config-endpoint)# hostname unity408
umg-1(config-endpoint)# end

Related Commands

Command
Description

broadcast-id

Sets the endpoint's broadcast ID.

clear endpoint

Deletes an autoregistered endpoint.

domain

Configures the endpoint's domain name.

hostname (endpoint)

Configures endpoint's hostname or IP address.

prefix

Sets the endpoint's telephone number prefix.

serial-number

Provisions the endpoint's serial number (Cisco Unity only).


expiration

To specify the registration lifetime of autoregistered <Abbreviation>Cisco Unity Express endpoints, use the expiration command in Cisco UMG registration configuration mode.

expiration integer

no expiration integer

Syntax Description

integer

Time in minutes that registration lasts before endpoints must reregister.


Command Default

1440 minutes.

Command Modes

Cisco UMG registration configuration (config-reg)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Usage Guidelines

Use this optional command if you want autoregistered <Abbreviation>Cisco Unity Express endpoints' registration lifetime to last for more or less than 24 hours.

The expiration for already autoregistered endpoints does not change the current registration period, only future registration periods.

Examples

The following example illustrates the use of the expiration command:

umg-1> enable

umg-1# config t

umg-1(config)# registration

umg-1(config-reg)# expiration 2000

Currently registered endpoint expiration will be unaffected.

umg-1(config-reg)# end

umg-1(config)# end

umg-1# show running-config

Generating configuration:

[...]

registration

expiration 2000

...

umg-1#

Related Commands

Command
Description

registration

Enters registration mode to configure registration connection parameters for autoregistering endpoints.