Cisco Cisco IOS Software Release 12.2(2)XA

Pagina di 96
MGCP 1.0 Including NCS 1.0 and TGCP 1.0 Profiles
mgcp call-agent
45
Cisco IOS Release 12.2(2)XA
mgcp call-agent
To configure the address and protocol of the call agent (media gateway controller) for MGCP endpoints 
on a media gateway, use the mgcp call-agent global configuration command. To return to default 
values, use the no form of this command.
mgcp call-agent {dns-name | ip-address} [port] [service-type type] [version protocol-version]
no mgcp call-agent 
Syntax Description
Defaults
The default call-agent UDP port is 2727 for MGCP 1.0, NCS 1.0, and TGCP 1.0.
The default call-agent UDP port is 2427 for MGCP 0.1 and SGCP.
The default service type and version is mgcp 0.1.
Command Modes
Global configuration
Command History
Usage Guidelines
Global call-agent configuration (with this command) and call-agent configuration for an MGCP profile (with 
the MGCP profile call-agent command) are mutually exclusive; the first to be configured on an endpoint 
blocks configuration of the other on the same endpoint. 
dns-name
Fully qualified domain name (including host portion) for the call agent. For 
example, ca123.example.net.
ip-address
IP address for the call agent.
port
UDP port number over which the gateway sends messages to the call agent. 
Range is from 1025 to 65535.
service-type
Keyword indicating that the next word is the protocol service type.
type
Select a protocol service type. Valid values are mgcpncssgcp, and tgcp.
version
Keyword indicating that the next word is the version number.
protocol-version
Select a protocol version from the valid values listed below.
For service-type mgcp: 0.1, 1.0
For service-type ncs: 1.0
For service-type sgcp: 1.1, 1.5
For service-type tgcp: 1.0
Release
Modification
12.1(1)T
This command was introduced.
12.1(3)T
The service-type option was added.
12.1(5)XM
The version option was added.
12.2(2)XA
New service types (ncs and tgcp) and appropriate versions were added. 
Version 1.0 was added for the mgcp service type.