Question : Multicast MoH over GRE Cannot locate GCE with IGMP for internal calls

Hi,
i have an issue where Music on Hold streamed from a Cisco Call Manager does not play for internal calls but works for external calls from the voice gateway
The Call Manager (7.0.1.21018-4) is located in a Data Centre and the phones at a branch office.

The voice gateway (2841) at the branch with an E1 has a sub interface in the same voice vlan as the phones and has a gre tunnel to the core switch at the DC (6509E).

The core Switch is configured as the RP, pim-sparse mode enabled for the tunnel interface and the vlan interface that the MoH Source is in.

At The Branch, the voice gateway (2841) has pim-sparse configured on the voice vlan sub interface and tunnel interface.
the LAN consists of a 3750-24 switch (Std Image) and a 3560G(stdImage) as the core with other switches as spokes.

All switches have dynamically discovered the igmp mrouter interface correctly, but when the phones try to join the group, the following messages are logged on the 3750 where the Voice gateway handling multicast routing is connected

attached is an igmp debug on the 3750
I could not find much on the "cannot locate GCE error"
i can't see any pim joins on the core switch.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
.Apr 15 18:56:55.907 aestd: IGMPSN: group: Group Query 239.200.63.131 received on Vlan 71, port Gi1/0/11
.Apr 15 18:56:55.907 aestd: IGMPSN: MCAST IP address 239.200.63.131, MAC address 0100.5e49.4084
.Apr 15 18:56:55.907 aestd: IGMPSN: Can not Locate gce 0100.5e49.4084, on Vlan 71
.Apr 15 18:56:55.907 aestd: IGMPSN: group: Distributed platform handles the GSQ 239.200.63.131 received on Vlan 71, port Gi1/0/11
.Apr 15 18:56:55.907 aestd: IGMPSN: group: Report sending fail for GSQ 239.200.63.131 received on Vlan 71, port Gi1/0/11 - Flood
.Apr 15 18:56:55.907 aestd: (l2mcsn_flood_l2mc_pak) IGMPSN flood pak to vlan 71
.Apr 15 18:56:55.907 aestd: IGMPSN: router: Received IGMP pak on Vlan 71, port Gi1/0/11
.Apr 15 18:56:55.907 aestd: IGMPSN: router: Is a router port on Vlan 71, port Gi1/0/11
.Apr 15 18:56:56.905 aestd: IGMPSN: Received IGMP Query for group 239.200.63.131 received on Vlan 71, port Gi1/0/11
.Apr 15 18:56:56.905 aestd: IGMPSN: group: Group Query 239.200.63.131 received on Vlan 71, port Gi1/0/11
.Apr 15 18:56:56.905 aestd: IGMPSN: MCAST IP address 239.200.63.131, MAC address 0100.5e49.4084
.Apr 15 18:56:56.905 aestd: IGMPSN: Can not Locate gce 0100.5e49.4084, on Vlan 71
.Apr 15 18:56:56.905 aestd: IGMPSN: group: Distributed platform handles the GSQ 239.200.63.131 received on Vlan 71, port Gi1/0/11
.Apr 15 18:56:56.905 aestd: IGMPSN: group: Report sending fail for GSQ 239.200.63.131 received on Vlan 71, port Gi1/0/11 - Flood
.Apr 15 18:56:56.905 aestd: (l2mcsn_flood_l2mc_pak) IGMPSN flood pak to vlan 71
.Apr 15 18:56:56.905 aestd: IGMPSN: router: Received IGMP pak on Vlan 71, port Gi1/0/11
.Apr 15 18:56:56.905 aestd: IGMPSN: router: Is a router port on Vlan 71, port Gi1/0/11
 
SW1#sh ip igmp snoo mrou
Vlan    ports
----    -----
  71    Gi1/0/11(dynamic)
 
 
 
SW1#sh ip igmp snooping vlan 71
Global IGMP Snooping configuration:
-------------------------------------------
IGMP snooping                : Enabled
IGMPv3 snooping (minimal)    : Enabled
Report suppression           : Enabled
TCN solicit query            : Disabled
TCN flood query count        : 2
Robustness variable          : 2
Last member query count      : 2
Last member query interval   : 1000
 
Vlan 71:
--------
IGMP snooping                       : Enabled
IGMPv2 immediate leave              : Disabled
Multicast router learning mode      : pim-dvmrp
CGMP interoperability mode          : IGMP_ONLY
Robustness variable                 : 2
Last member query count             : 2
Last member query interval          : 1000
 
 
interface GigabitEthernet0/0.71
 encapsulation dot1Q 71
 ip address 10.10.71.1 255.255.255.0
 ip flow ingress
 ip pim sparse-mode
 ip igmp proxy-service
 ip cgmp
 snmp trap link-status
 h323-gateway voip bind srcaddr 10.10.71.1
end

Answer : Multicast MoH over GRE Cannot locate GCE with IGMP for internal calls

hi
i fixed this issue by changing the multicast group address to a lower address. i came across a forum where it was mentioned that there is an issue with arp resolution with higher multicast addresses.
once i changed the address, it worked straight away.
Random Solutions  
 
programming4us programming4us