Using Cisco Unified Communications Manager to Configure MGCP Gateway Support
Configuring MGCP Gateway Support
127
Cisco VGD 1T3 Voice Gateway Software Configuration Guide
DETAILED STEPS
Command or Action
Purpose
Step 1
enable
Example:
Router> enable
Enables privileged EXEC mode.
•
Enter your password when prompted.
Step 2
configure
terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3
ccm-manager redundant-host
{
ip-address
|
DNS-name
} [
ip-address
|
DNS-name
]
Example:
Router(config)# ccm-manager redundant-host
10.0.0.50
Identifies up to two backup Cisco Unified
Communications Manager servers.
Step 4
ccm-manager switchback
{
graceful
|
immediate
|
schedule-time
hh
:
mm
|
uptime-delay
minutes
}
Example:
Router(config)# ccm-manager switchback immediate
Configures switchback mode for returning control to the
primary Cisco Unified Communications Manager.
•
Default is graceful.
Step 5
ccm-manager fallback-mgcp
Example:
Router(config)# ccm-manager fallback-mgcp
Enables the MGCP fallback feature.
Step 6
application
Example:
Router(config)# application
Enters application configuration mode.
Step 7
global
Example:
Router(config-app)# global
Enters application configuration global mode.
Step 8
service
{
alternate
{
default
|
service-name
location
} |
default
}
Example:
Router(config-app-global)# service alternate
default
Loads and configures a specific, standalone application
that takes over if the MGCP application is not available.
•
If the alternate keyword is entered, the service-name
and location arguments identify an alternate service
and its location to take over if the MGCP application
is not available. The default keyword after alternate
specifies that the default service on the dial peer is
used if the MGCP application fails.
•
The service default command specifies a default
service to use when no service is configured via the
dial-peer.