Table Of Contents
N
name (network location id)
network location
ntp server
N
name (network location id)
network location
ntp server
name (network location id)
To specify the name of a network location, use the name command in location configuration mode. To set the name to an empty string, use the no form of this command.
name name
no name name
Syntax Description
name
|
(Optional) Descriptive name used to identify the location. Enclose the name in double quotes if spaces are used.
|
Command Modes
Location configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Usage Guidelines
Use this command to specify the name for a network location.
Examples
The following example creates the remote location ID 9 and enters location configuration mode:
se-10-0-0-0(config)# network location id 9
se-10-0-0-0(config-location)# name mylocation
Related Commands
network location
To specify the location ID of a remote voice-mail system and enter configuration location mode, use the network location command in Cisco Unity Express configuration mode. To delete the network location configuration, use the no form of this command.
network location id number
no network location id number
Syntax Description
id number
|
Specifies the ID number of the remote voice-mail system. The maximum length of the number is 7 digits and CUE Release 2.0 supports a maximum of 500 locations.
|
Command Modes
Cisco Unity Express configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Usage Guidelines
Use this command to create a remote location ID and enter configuration location mode. In configuration location mode you can complete the remote location configuration.
Examples
The following example creates the remote location ID 9 and enters location configuration mode:
se-10-0-0-0(config)# network location id 9
se-10-0-0-0(config-location)#
Related Commands
Command
|
Description
|
show ntp source
|
Displays current NTP server statistics.
|
ntp server
To specify the Network Time Protocol (NTP) server to keep the system time in synchronization with the NTP server, use the ntp server command in Cisco Unity Express configuration mode. To delete the NTP server name, use the no form of this command.
ntp server {hostname | address} [prefer]
no ntp server {hostname | address}
Syntax Description
hostname
|
Hostname of the NTP server.
|
address
|
IP address of the NTP server.
|
prefer
|
(Optional) Marks the server as preferred.
|
Defaults
The default is the Cisco CallManager server IP address.
Command Modes
Cisco Unity Express configuration
Command History
Cisco Unity Express Release
|
Modification
|
1.0
|
This command was introduced on the Cisco Unity Express network module and in Cisco CallManager Express 3.0.
|
1.1
|
This command was implemented on the advanced integration module (AIM) and in Cisco CallManager 3.3(3).
|
1.1.2
|
This command was implemented on the Cisco 2800 series and Cisco 3800 series routers.
|
Usage Guidelines
Use this command in conjunction with the clock timezone command to set the timing functions for Cisco Unity Express systems and applications.
The prefer option indicates that the specified server will be chosen for synchronization from among a set of correctly operating hosts.
Caution 
The
no ntp server command deletes the NTP server and the Cisco CallManager router IP address. Use this command with caution as this could disrupt communication between Cisco Unity Express and Cisco CallManager.
Examples
The following example assigns the server with address 192.168.10.0 as the NTP server:
se-10-0-0-0(config)# ntp server 192.168.10.0 prefer
The following example assigns the server main_ntp as the NTP server:
se-10-0-0-0(config)# ntp server main_ntp
Related Commands