> igmp is also enabled.
I just spent all my Saturday reading the Catalyst 6500 sup720 12.2sx manuals on-line, and I have to say I'm little the wiser for it in terms of the precise mechanics of the inter-VLAN multicast routing it supports in the absence of a separate inter-VLAN ip router.
Much of that, no doubt, is due to the quite different role VLANs play; some people use them to establish separate security domains, and use sophisticated filtering-proxy-capable routers between them, while others use them with multiple switches to overlay a virtual topology separate from the physical wiring topology. Some people map multiple class C IP networks onto VLANs within a single switch for reasons that are no doubt reasonable but which are opaque to me.
In addition to the general layer confusion that you expect with these layer2/3 switches, there is the confusion about PIM versus IGMP; PIM is primarily an inter-router, not a host-to-router protocol, yet some of the documentation - most notably when you look at the Cisco reference docs for
ip igmp snooping querier - muddies, rather than clarifies, the role of IGMP versus PIM at the subnet or VLAN level (more level confusions right there). PIM and IGMP do completely different things, yet they are presented as
alternatives which is somewhat confusing.
So... assuming Cisco are no help to you, how can we proceed?
I presume you have no separate IP router (to perform IGMP queries), and are relying completely on the sup720's CEF systen for inter-VLAN IP routing, both unicast and multicast.
Although the Cisco reference documentation is vague about
ip igmp snooping querier as to whether it relates at all to inter-VLAN routing, can you try enabling an IGMP querier on the GhostCast server's VLAN and one of the others and see if that helps establish routing between them? See
http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_guide_chapter09186a00804356ac.html#wp1069655 for an example.
Is there any diagnostic information such as
show ip igmp snooping mrouter,
show mac-address-table multicast vlan X or
show ip igmp interface vlan X that you can share with us?