cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
791
Views
0
Helpful
5
Replies

configure MGCP on Cisco Catalyst 6000 E1 VoIP Gateway

rachelau_2005
Level 1
Level 1

I have to integrate the call manager 4.2.1 with Cisco Catalyst 6509 switch (the Cisco Catalyst 6000 E1 VoIP Gateway)using MGCP

on the catalyst Switch, I have the voice module "WS-X6608-E1" ...

I am trying to search some document on how to do it... I can only find the document on how to configure the call manager on 4.2.1 .... but unable to locate document that can configure the catalyst 6509 voice module for MGCP... any idea where I can find it?

Thanks

1 Accepted Solution

Accepted Solutions

the config is just 1 line

set port voice interface 5/4 dhcp disable 192.168.100.214 255.255.255.0 vlan 100 tftp 192.168.4.40 gateway 192.168.100.1 dns 110.10.1.15

If using DHCP

#set port voice interface mod/port dhcp enable

# set port voice interface mod/port dhcp disable ip address subnet mask vlan <#> tftp ip address gateway ip address [dns ip address]

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

View solution in original post

5 Replies 5

Hi,

Sure you can configure 6509 for MGCP

Your card will be placed in a module called CMM [ communication media module ]

and you'll deal then as you deal with any router in your configuration but first give your card a vlan to be able to interact with the backplane of your MLS so it can talk to your LAN

you can check this link for more details:

www.cisco.com/en/US/docs/net_mgmt/cisco_multicast_manager/2.4/user/guide/cmm_cf.html

Wish this be helpful

Be aware you can not do debugs on the 6509 for call tracing but have to use Dick Tracy - not very nice

Hi

I am a bit lost with this tool:CMM Administration Tool

is it something i have to down load and install?

normally i just telnet into the catalyst 6509 and using command line to configure other module...

is there any document that can guide me through how to configure MGCP on the E1 circuit via command prompt?

Thanks

the config is just 1 line

set port voice interface 5/4 dhcp disable 192.168.100.214 255.255.255.0 vlan 100 tftp 192.168.4.40 gateway 192.168.100.1 dns 110.10.1.15

If using DHCP

#set port voice interface mod/port dhcp enable

# set port voice interface mod/port dhcp disable ip address subnet mask vlan <#> tftp ip address gateway ip address [dns ip address]

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

Thanks heaps.

Kind regards

Rachel