cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
261
Views
5
Helpful
1
Replies

CMM configuration

Can anyone point me in the right directions as how to configure a CMM for conferencing?

Thanks, Glenn

1 Accepted Solution

Accepted Solutions

adignan
Level 8
Level 8

Here is a link:

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps5413/products_feature_guide09186a00805ae839.html#wp1200590

Here is a sample config from mine:

1. Add CMM in CallManager

2. Configure 6500 Supervisor (my CMM is in slot 8). The fast ethernet ports on the 6500 Supervisor side are the ACT card interfaces.

--------------------snip------------------

interface GigabitEthernet8/1

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/2

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/3

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/4

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/5

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

--------------------end snip------------------

3. CMM Configuration is below. Note that in bold is the ip address assigned to the FastEthernet interface. Its IP will be in same subnet as the Gigabit interface, but the subnet mask will be 255.255.255.255

--------------------snip------------------

interface GigabitEthernet1/0

ip address 10.20.10.10 255.255.254.0

no ip proxy-arp

no negotiation auto

no keepalive

!

interface FastEthernet3/0

ip address 10.20.10.11 255.255.255.255

no ip proxy-arp

full-duplex

!

mediacard 4

resource-pool CONFERENCING-SLOT-4 dsps 4

!

!

sccp local GigabitEthernet1/0

sccp ccm 10.20.10.5 identifier 1

sccp ccm 10.20.10.4 identifier 2

sccp

!

sccp ccm group 1

associate ccm 1 priority 1

associate ccm 2 priority 2

associate profile 4 register C07001469E9A522

!

dspfarm

!

dspfarm profile 4 conference adhoc

codec g711ulaw packetization-period 20

codec g711alaw packetization-period 20

codec g729r8 packetization-period 20

codec g729ar8 packetization-period 20

codec g723r63 packetization-period 30

codec g723r53 packetization-period 30

associate resource-pool CONFERENCING-SLOT-4

--------------------end snip------------------

4. 9 times out of 10 I have had to reboot the entire 6500 chassis to get the ACT to work properly.

please rate posts:

adignan - berbee

View solution in original post

1 Reply 1

adignan
Level 8
Level 8

Here is a link:

http://www.cisco.com/en/US/partner/products/sw/iosswrel/ps5413/products_feature_guide09186a00805ae839.html#wp1200590

Here is a sample config from mine:

1. Add CMM in CallManager

2. Configure 6500 Supervisor (my CMM is in slot 8). The fast ethernet ports on the 6500 Supervisor side are the ACT card interfaces.

--------------------snip------------------

interface GigabitEthernet8/1

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/2

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/3

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/4

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

!

interface FastEthernet8/5

description CMM Module

switchport

switchport access vlan 100

switchport mode access

no ip address

--------------------end snip------------------

3. CMM Configuration is below. Note that in bold is the ip address assigned to the FastEthernet interface. Its IP will be in same subnet as the Gigabit interface, but the subnet mask will be 255.255.255.255

--------------------snip------------------

interface GigabitEthernet1/0

ip address 10.20.10.10 255.255.254.0

no ip proxy-arp

no negotiation auto

no keepalive

!

interface FastEthernet3/0

ip address 10.20.10.11 255.255.255.255

no ip proxy-arp

full-duplex

!

mediacard 4

resource-pool CONFERENCING-SLOT-4 dsps 4

!

!

sccp local GigabitEthernet1/0

sccp ccm 10.20.10.5 identifier 1

sccp ccm 10.20.10.4 identifier 2

sccp

!

sccp ccm group 1

associate ccm 1 priority 1

associate ccm 2 priority 2

associate profile 4 register C07001469E9A522

!

dspfarm

!

dspfarm profile 4 conference adhoc

codec g711ulaw packetization-period 20

codec g711alaw packetization-period 20

codec g729r8 packetization-period 20

codec g729ar8 packetization-period 20

codec g723r63 packetization-period 30

codec g723r53 packetization-period 30

associate resource-pool CONFERENCING-SLOT-4

--------------------end snip------------------

4. 9 times out of 10 I have had to reboot the entire 6500 chassis to get the ACT to work properly.

please rate posts:

adignan - berbee