![]() |
MGCP Configuration Guide, Cisco IOS Release 15M&T
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Basic MGCP Configuration
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Contents
Basic MGCP ConfigurationLast Updated: December 4, 2012
This chapter provides basic configuration information for Media Gateway Control Protocol (MGCP) and related protocols. For more information about related Cisco IOS voice features, see the following:
Finding Feature InformationYour software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. How to Configure MGCP and Related Protocols
Configuring a TGW for MGCP
SUMMARY STEPS
DETAILED STEPS
Configuring a TGW for SGCP
SUMMARY STEPS
DETAILED STEPS
Configuring an RGW
SUMMARY STEPS
DETAILED STEPS Configuring a SDP Aware NSE ModeThe Cisco IOS MGCP gateway relies only on the local modem or fax configuration to determine whether Named Signaling Event (NSE) should be used or not for the current call. SDP-aware NSE mode enables the Cisco IOS MGCP gateway to negotiate NSE-based modem and fax features by considering both the local configuration and the remote support for NSE.
DETAILED STEPS
Verifying NSE Mode ConfigurationSUMMARY STEPS
DETAILED STEPS
Verifying the TGW or RGW ConfigurationSUMMARY STEPS
DETAILED STEPS
Blocking New CallsYou can block all new MGCP calls to the router (Step 1) and terminate all existing active calls (Step 2), which means that an active call is not terminated until the caller hangs up. To block all new calls, use the following commands in global configuration mode: DETAILED STEPS
Configuration Examples for MGCP and Related Protocols
Configuring a Cisco AS5300 as a TGW with MGCP ExampleThe following example illustrates a configuration only for MGCP calls. FGD-OS calls are not supported. version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname A ! resource-pool disable ! ip subnet-zero ip ftp username smith ip host B 209.165.200.225 ip host C 209.165.200.226 ip domain-name cisco.com ip name-server 209.165.202.129 ! mgcp mgcp request timeout 10000 mgcp call-agent 192.168.10.10 2302 mgcp restart-delay 5 mgcp package-capability gm-package mgcp package-capability dtmf-package mgcp package-capability trunk-package mgcp package-capability rtp-package mgcp package-capability as-package mgcp package-capability mf-package mgcp package-capability script-package mgcp default-package trunk-package mta receive maximum-recipients 0 ! controller T1 0 framing esf clock source line primary linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! controller T1 1 framing esf clock source line secondary 1 linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! controller T1 2 framing esf linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! controller T1 3 framing esf linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! voice-port 0:0 ! voice-port 1:0 ! voice-port 2:0 ! voice-port 3:0 ! interface Ethernet0 ip address 192.168.10.9 255.255.255.0 no ip directed-broadcast ! interface FastEthernet0 ip address 172.22.91.73 255.255.255.0 no ip directed-broadcast shutdown duplex auto speed auto ! no ip classless ip route 0.0.0.0 0.0.0.0 172.22.91.1 ip route 209.165.200.225 255.255.255.255 192.168.0.1 no ip http server ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! end Configuring a Cisco AS5300 as a TGW with SGCP ExampleThe following example illustrates a configuration that supports MGCP and FGD-OS calls: version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname A ! resource-pool disable ! ip subnet-zero ip ftp username smith ip host B 209.165.200.225 ip host C 209.165.200.226 ip domain-name cisco.com ip name-server 209.165.202.129 ! mgcp mgcp request timeout 10000 mgcp call-agent 192.168.10.10 2302 sgcp mta receive maximum-recipients 0 ! controller T1 0 framing esf clock source line primary linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! controller T1 1 framing esf clock source line secondary 1 linecode b8zs ds0-group 0 timeslots 1-24 type fgd-os mf dnis-ani service voice ! controller T1 2 framing esf linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! controller T1 3 framing esf linecode b8zs ds0-group 0 timeslots 1-24 type none service mgcp ! !voice-port 0:0 ! voice-port 1:0 ! voice-port 2:0 ! voice-port 3:0 ! interface Ethernet0 ip address 192.168.10.9 255.255.255.0 no ip directed-broadcast ! interface FastEthernet0 ip address 172.22.91.73 255.255.255.0 no ip directed-broadcast shutdown duplex auto speed auto ! no ip classless ip route 0.0.0.0 0.0.0.0 172.22.91.1 ip route 209.165.200.225 255.255.255.255 192.168.0.1 no ip http server ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! end Configuring a Cisco 3660 as a TGW with MGCP ExampleThe following example illustrates a platform that does not support FGD-OS calls. version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname A ! memory-size iomem 40 voice-card 1 ! ip subnet-zero ! mgcp 4000 mgcp call-agent 209.165.202.129 4000 mgcp package-capability gm-package mgcp package-capability dtmf-package mgcp package-capability rtp-package mgcp package-capability as-package isdn voice-call-failure 0 cns event-service server ! controller T1 1/0 framing esf clock source internal ds0-group 1 timeslots 1-24 type none service mgcp ! controller T1 1/1 framing esf clock source internal ds0-group 1 timeslots 1-24 type none service mgcp ! voice-port 1/0:1 ! voice-port 1/1:1 ! interface FastEthernet0/0 ip address 209.165.202.140 255.255.255.0 no ip directed-broadcast load-interval 30 duplex auto speed auto ! interface FastEthernet0/1 no ip address no ip directed-broadcast no ip mroute-cache load-interval 30 shutdown duplex auto speed auto ! ip default-gateway 209.165.202.130 ip classless ip route 209.165.200.225 255.255.255.255 FastEthernet0/0 no ip http server ! snmp-server engineID local 00000009020000107BD8CD80 snmp-server community public RO ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! end Configuring a Cisco uBR924 as an RGW ExampleThe following example illustrates a platform that does not support FGD-OS calls. version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname A ! logging buffered 200000 debugging ! clock timezone - -8 ip subnet-zero no ip routing no ip domain-lookup ip host A 192.168.147.91 ip host C 209.165.200.224 ip host D 209.165.200.225 ! mgcp mgcp call-agent 192.168.10.10 2490 mgcp package-capability gm-package mgcp package-capability dtmf-package mgcp package-capability line-package mgcp default-package line-package ! voice-port 0 input gain -3 ! voice-port 1 input gain -3 ! dial-peer voice 1 pots application MGCPAPP port 1 ! dial-peer voice 2 pots application MGCPAPP port 0 ! interface Ethernet0 ip address 192.168.147.91 255.255.255.0 no ip directed-broadcast no ip route-cache no ip mroute-cache ! interface cable-modem0 ip address negotiated no ip directed-broadcast no ip route-cache no ip mroute-cache cable-modem downstream saved channel 459000000 20 cable-modem downstream saved channel 699000000 19 2 cable-modem mac-timer t2 100000 no cable-modem compliant bridge bridge-group 59 bridge-group 59 spanning-disabled ! ip default-gateway 10.1.1.1 ip classless no ip http server ! line con 0 exec-timeout 0 0 transport input none line vty 0 4 login ! end Configuring a Cisco 2620 as an RGW ExampleThe following example illustrates a platform that does not support FGD-OS calls. version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname D ! memory-size iomem 10 ip subnet-zero ! mgcp mgcp call-agent 172.20.5.20 mgcp package-capability gm-package mgcp package-capability dtmf-package mgcp package-capability line-package mgcp package-capability rtp-package mgcp default-package line-package cns event-service server ! voice-port 1/0/0 ! voice-port 1/0/1 ! dial-peer voice 1 pots application MGCPAPP port 1/0/0 ! dial-peer voice 2 pots application MGCPAPP port 1/0/1 ! interface Ethernet0/0 no ip address no ip directed-broadcast shutdown ! interface Serial0/0 no ip address no ip directed-broadcast no ip mroute-cache shutdown no fair-queue ! interface Ethernet0/1 ip address 172.20.5.25 255.255.255.0 no ip directed-broadcast ! interface Serial0/1 no ip address no ip directed-broadcast shutdown ! ip default-gateway 209.165.202.130 ip classless ip route 209.165.200.225 255.255.255.224 Ethernet0/1 no ip http server ! line con 0 exec-timeout 0 0 transport input none line aux 0 line vty 0 4 login ! end
Additional ReferencesRelated Documents
Technical Assistance
Feature Information for Basic MGCP ConfigurationThe following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2012 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|