Cisco Unified Messaging Gateway 1.0 Command Reference
I

Table Of Contents

I

ip domain-name

ip name-server


I


Last Updated: April 16, 2010

ip domain-name

ip name-server

ip domain-name

To specify the local messaging gateway's domain name, use the ip domain-name command in Cisco Unified Messaging Gateway (Cisco UMG) configuration mode. To clear the configuration, use the no form of this command.

ip domain-name company.com

no ip domain-name company.com

Syntax Description

company.com

Domain name for local Cisco UMG.


Command Default

None

Command Modes

Cisco UMG configuration (config)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Examples

The following example illustrates the use of the ip domain-name command:

umg-1# config t
umg-1(config)# ip domain-name mycompany.com
umg-1(config)# ip name-server dns1.mycompany.com
umg-1(config)# end
umg-1# show hosts
Hostname:      umg-1
Domain:        mycompany.com
[...]
umg-1#

Related Commands

Command
Description

show hosts

Displays details for the current configuring messaging gateway.


ip name-server

To specify the local messaging gateway's domain name server, use the ip name-server command in Cisco Unified Messaging Gateway (Cisco UMG) configuration mode. To clear the configuration, use the no form of this command.

ip name-server a.b.c.d

no ip name-server a.b.c.d

Syntax Description

a.b.c.d

Domain name server for local Cisco UMG.


Command Default

None

Command Modes

Cisco UMG configuration (config)

Command History

Cisco UMG Version
Modification

1.0

This command was introduced.


Usage Guidelines

A domain name server is optional unless you have Avaya Interchange, in which case it is mandatory for failover support.

Cisco UMG supports up to 4 domain name servers.

Examples

The following example illustrates the use of the ip name-server command:

umg-1# config t
umg-1(config)# ip domain-name mycompany.com
umg-1(config)# ip name-server dns1.mycompany.com
umg-1(config)# end
umg-1# show hosts
Hostname:      umg-1
Domain:        mycompany.com
[...]
umg-1#

Related Commands

Command
Description

show hosts

Displays details for the current configuring messaging gateway.

show messaging-gateway

Displays all Cisco UMGs including the peer messaging gateways and the current configuring messaging gateway.