Cisco CMM for Catalyst 6500
ByI had the chance earlier today to look at the Cisco Communication Media Module for a Cisco Catalyst 6500. The module is used as a gateway in a Call Manager 4 cluster. The module takes up one module slot in the Catalyst 6500 and, depending on the particular module you need, it can come with either 6 E1 or T1 ports.
It’s the first time I’ve used this particular module but setting it up as an MGCP gateway is no different from setting up any other MGCP gateway. First of all to access the CMM module you use the session command from enable mode.
6509#session slot 8 processor 0 The default escape character is Ctrl-^, then x. You can also type 'exit' at the remote prompt to end the session Trying 127.0.0.80 ... Open
6509-VGW-CMM>en 6509-VGW-CMM#
The voice module is configured through IOS commands just the same as any other Cisco voice modules or cards. However, in this particular setup the endpoint configuration is controlled via Call Manager via MGCP.
To set up the CMM as an MGCP gateway to be controlled by Call Manager you need to issue the two following commands:
ccm-manager config server call_manager_ip_address ccm-manager config
You can now add this gateway into Call Manager and start configuring the endpoints (or E1 ports) on the device from there. It’s a fairly straightfoward excercise. Just make sure you use the same name in the Call Manager configuration as you have given your gateway.
To add the Gateway in Call Manager select Device > Gateway from the main menu. You should be presented with the Add a New Gateway configuration screen below. On this screen select Communications Media Module as the Gateway type and MGCP as the Device Protocol.
Click on the Next button and you should be presented with the Communications Media Module configuration page. In the Domain Name field enter the hostname of the CMM module.
Select the WS-X660 for Module one and then select your particular sort of CMM. For our purposes we are using the WS-SVC-CMM-6E1. After doing this the six E1 endpoints should appear in the configuration and be available for your to configure.
Here is a copy of the full Communications Media Module configuration once the E1 ports have been configured in Call Manager.
version 12.4 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname CMM ! boot-start-marker boot-end-marker ! logging buffered 4096 debugging ! no aaa new-model ! resource policy policy transcode global system ! ! ! clock summer-time bst recurring mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ! ! ip cef no ip domain lookup ! isdn switch-type primary-net5 ! voice call send-alert voice call convert-discpi-to-prog voice rtp send-recv voice dsp release early ! voice service voip ! ! ! ! ! ! ! ! ! ! ! ! call-history-mib retain-timer 500 call-history-mib max-size 500 ! ! controller E1 1/0 clock source line secondary 5 pri-group timeslots 1-31 service mgcp ! controller E1 1/1 clock source internal pri-group timeslots 1-31 service mgcp ! controller E1 1/2 clock source line primary pri-group timeslots 1-31 service mgcp ! controller E1 1/3 clock source line secondary 1 pri-group timeslots 1-31 service mgcp ! controller E1 1/4 clock source line secondary 2 pri-group timeslots 1-31 service mgcp ! controller E1 1/5 clock source line secondary 3 pri-group timeslots 1-31 service mgcp ! ! ! ! interface GigabitEthernet1/0 ip address 10.xxx.xxx.xxx 255.255.255.248 no ip proxy-arp no negotiation auto no keepalive ! interface Serial1/0:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-qsig isdn timer T310 120000 isdn overlap-receiving isdn protocol-emulate network isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface Serial1/1:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-qsig isdn timer T310 120000 isdn overlap-receiving isdn protocol-emulate network isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface Serial1/2:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-net5 isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface Serial1/3:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-net5 isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface Serial1/4:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-net5 isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface Serial1/5:15 no ip address encapsulation hdlc no logging event link-status isdn switch-type primary-net5 isdn incoming-voice voice isdn bind-l3 ccm-manager no cdp enable ! interface FastEthernet3/0 no ip address no ip proxy-arp shutdown full-duplex ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 GigabitEthernet1/0 ! no ip http server no ip http secure-server ! access-list 1 permit 10.xxx.xxx.xxx snmp-server community ?????????? RO 1 ! control-plane ! ! voice-port 1/0:15 cptone GB ! voice-port 1/1:15 cptone GB ! voice-port 1/2:15 cptone GB ! voice-port 1/3:15 cptone GB ! voice-port 1/4:15 cptone GB ! voice-port 1/5:15 cptone GB ! ccm-manager redundant-host 10.xxx.xxx.xxx ccm-manager mgcp ccm-manager music-on-hold ccm-manager config server 10.xxx.xxx.xxx 10.xxx.xxx.xxx ccm-manager config ! mgcp mgcp call-agent 10.xxx.xxx.xxx 2427 service-type mgcp version 0.1 mgcp dtmf-relay voip codec all mode out-of-band mgcp rtp unreachable timeout 1000 action notify mgcp modem passthrough voip mode nse mgcp package-capability rtp-package mgcp package-capability sst-package mgcp package-capability pre-package no mgcp package-capability res-package no mgcp timer receive-rtcp mgcp sdp simple mgcp rtp payload-type g726r16 static ! mgcp profile default ! mediacard 4 resource-pool trans dsps 1 resource-pool transcode dsps 2 ! ! sccp local GigabitEthernet1/0 sccp ccm 10.xxx.xxx.xxx identifier 1 version 4.1 sccp ip precedence 1 sccp ! sccp ccm group 3 bind interface GigabitEthernet1/0 associate ccm 1 priority 1 associate profile 100 register M08ABC123456789 ! dspfarm ! dspfarm profile 100 transcode rtp timeout 7200 codec g711ulaw packetization-period 30 codec g711alaw packetization-period 10 codec g729r8 packetization-period 30 codec g729ar8 packetization-period 10 codec g723r63 packetization-period 30 codec g723r53 packetization-period 30 associate resource-pool 100 !
Popularity: 37% [?]
