5-110 Compact T1 - Release 6.1
CLI Commands
set
set (router) mgcp callagent address
Use the set (router) mgcp callagent address command to initialize the address (notified
entry) used by MGCP to send commands to the call agent. The address may be given in the
form of an IPv4 address or as a domain name. The domain name form can only be used if
DNS has been enabled. This command applies to the CMG Router card only.
Syntax: set {cmg_card-addr} mgcp callagent address
{ip-addr|"domain-name"}
Example: set 1 mgcp callagent address "callagent.com"
The example will set the domain-name to be used by MGCP to access the call
agent to "callagent.com" for the CMG card in slot 1.
{cmg_card-addr}
The slot number (1-6) that contains the CMG card.
{ip-addr|"domain-name"}
set (router) mgcp callagent filter
Use the set (router) mgcp callagent filter command to prevent the CMG from accepting
MGCP messages from call agents except those that have been explicitly configured via the
set (router) mgcp callagent address or set (router) mgcp callagent secondary address
command. This command takes effect immediately.
Syntax: set {cmg_card-addr} mgcp callagent filter
{disable|enable}
Example: set 1 mgcp callagent filter enable
The example will set the CMG in slot 1 to ignore MGCP from non-configured
IP addresses.
{cmg_card-addr}
The slot number (1-6) that contains the CMG card.
{disable|enable}
ip-addr The default IP address for MGCP to send command to call agent. In
the form of xxx.xxx.xxx.xxx, where xxx is between 0-255.
domain-name The default domain name for MGCP to send commands to call agent.
Name has a maximum of 43 characters, enclosed in quotes.
disable Accept MGCP messages from all IP addresses.
enable Ignore MGCP messages from IP addresses that are not those of the
configured call agents.