Table Of Contents
N
name
nat location
ndr timeout
network default-route
network local messaging-gateway
network messaging-gateway
N
Last Updated: November 17, 2010
name
nat location
ndr timeout
network default-route
network local messaging-gateway
network messaging-gateway
name
To assign a name to an SDL, use the name command in Cisco UMG list manager edit mode. To clear the configuration, use the no form of this command.
name name
no name name
Syntax Description
name
|
Descriptive name used to identify the list. Enclose the name in double quotes if you use spaces.
|
Command Default
No name is specified.
Command Modes
Cisco UMG list manager edit (listmgr-edit)
Command History
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Examples
The following example assigns the name "salesforce" to an SDL:
umg-1(config)# list manager
umg-1(listmgr)# list number 1234
umg-1(listmgr-edit)# name salesforce
umg-1(listmgr-edit)# member 408 555 0100 type sub
Related Commands
nat location
To enter the NAT configuration mode to set up NAT entries on Cisco UMG for an endpoint or for a messaging gateway, use the nat location command in Cisco UMG configuration mode.
nat location location-id
Syntax Description
location-id
|
This is a numeric string that functions as a system-wide unique identifier. The range is 1 to 10 digits.
|
Command Modes
Cisco UMG configuration (config)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
If there is a NAT device in front of an endpoint or a peer messaging gateway, use this command to configure the local messaging gateway to use the external IP address on that NAT device when addressing that endpoint or messaging gateway.
If multiple messaging gateways are behind the same NAT device, endpoints should have the capability to talk to messaging gateways on ports other than just 80/25, because they may be sharing the same external IP address.
Examples
The following example illustrates the use of the nat location command:
Enter configuration commands, one per line. End with CNTL/Z.
umg-1(config)# nat location 777777
umg-1(config-nat)# http external 192.0.2.24
umg-1# show nat location 777777
----------------------------------------
Related Commands
ndr timeout
To configure a timeout window whose elapse will result in a non- delivery receipt (NDR), use the ndr command in Cisco UMG configuration mode.
ndr timeout value
Syntax Description
value
|
Numeric value in hours. The range is 1 to 48.
|
Command Default
6 hours
Command Modes
Cisco UMG configuration (config)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
Use this command to change the default settings.
Examples
The following example sets an NDR timeout:
umg-1# config t
umg-1(config)# ndr timeout 12
umg-1# show ndr timeout
Timeout window for NDR is 12 hours
Related Commands
Command
|
Description
|
ddr timeout
|
Configures a timeout window for a delayed delivery receipt (DDR).
|
show ndr timeout
|
Displays the NDR timeout window.
|
network default-route
To configure a default destination for messages that Cisco UMG cannot deliver, use the network default-route command in Cisco UMG configuration mode. To clear the configuration, use the no form of this command.
network default-route location-id
no network default-route location-id
Syntax Description
location-id
|
This is a numeric string that functions as a system-wide unique identifier. The range is 1 to 10 digits.
|
Command Modes
Cisco UMG configuration (config)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
Use this command to set the default destination (either an endpoint or a peer messaging gateway) where a message is sent if the system cannot deliver it.
Examples
The following example illustrates the use of the network default-route command:
umg-1(config)# network default-route 777
umg-1# show network default-route
Default route is location 777.
Related Commands
network local messaging-gateway
To set the location ID of the current configuring messaging gateway, use the network local messaging-gateway command in Cisco UMG configuration mode. To clear the location ID, use the no form of this command.
network local messaging-gateway location-id
no network local messaging-gateway location-id
Syntax Description
location-id
|
This is a numeric string that functions as a system-wide unique identifier. The range is 1 to 10 digits.
|
Command Modes
Cisco UMG configuration (config)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
Use this command to set the location ID of the current configuring Cisco UMG.
Note
If you have more than one messaging gateway, you must configure them both as the local messaging gateway and as a peer (that is, from another messaging gateway).
Examples
umg-1(config)# network local messaging-gateway 101
umg-1# show messaging-gateway
------------------------------------------------------------
5 sj.mycompany.com disabled
55 sf.mycompany.com disabled
555 ny.mycompany.com disabled
Related Commands
network messaging-gateway
To configure a peer messaging gateway, use the network messaging-gateway command in Cisco UMG configuration mode. To clear the configuration, use the no form of this command.
network messaging-gateway location-id hostname
no network messaging-gateway location-id hostname
Syntax Description
location-id
|
This is a numeric string that functions as a system-wide unique identifier. The range is 1 to 10 digits.
|
hostname
|
Hostname in the form of fully qualified network hostname or IP address for the peer messaging gateway, for example, "peer-1.mycompany.com".
|
Command Modes
Cisco UMG configuration (config)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
Use this command to specify location ID and hostname for a peer Cisco UMG.
Note
To specify a location ID for the current configuring messaging gateway, use the network local messaging-gateway command. To specify a hostname for the current configuring messaging gateway, use the hostname command.
Specify one or more peer messaging gateways to ensure failover support for <Abbreviation>Cisco Unity Express and Cisco Unity systems.
You can add multiple peer Cisco UMGs to your system.
Note
This command does not validate the hostname or IP address of the peer messaging gateway.
Examples
The following example illustrates how the network messaging-gateway command is used:
umg-1(config)# network messaging-gateway 101 peer-1.mycompany.com
umg-1# show messaging-gateway
------------------------------------------------------------
101 peer-1.mycompany.com disabled
Related Commands
Command
|
Description
|
hostname
|
Assigns a hostname to the current configuring messaging gateway.
|
ip domain-name
|
Assigns an IP address to the current configuring messaging gateway.
|
network local messaging-gateway
|
Assigns the current configuring messaging gateway a location ID.
|
show messaging-gateway
|
Displays any or all Cisco UMGs including the peer messaging gateways and the current configuring messaging gateway.
|