03-01-2006 02:04 PM - edited 03-03-2019 02:04 AM
Ihave a 3560 w/multicast support and I'm trying to configure a simple environment. I have 2 ports configured, one for the multicast server and the other for the client. Each are on their own subnet, so I have an ip route between the two. My run config on both ports is:
ip multicast-routing distributed
interface fastethernet 0/3 & 0/4
ip pim version 2
ip pim sparse-dense-mode
I'm using vlc server /client configured to use 224.0.0.1 on my isolated network. I can see the mulitcast traffic going into the port, and I the client is sending reports, but I think the 3560 is dropping the packets, since I don't see them coming in the client port. any suggestion on configuing a simple multicast environment using 2 ports on a Cisco 3560 would be very appreciated.
Thanks
03-01-2006 10:32 PM
Yes, remove the following:
ip multicast-routing distributed
ip pim version 2
just enable:
ip multicast-routing
also, I am assuming fa0/3 and fa0/4 are both L3 interfaces, if not you need to put the pim commands on the L3 interface.
show ip mroute >>>>> do you see the s,g?
show ip igmp
03-02-2006 01:04 PM
Question: what ios code are you using because I'm have the same problem. Thanks
03-31-2011 07:34 PM
Any updates on this?
I'm using AirPlay on Apple iOS and Apple TV devices.
I've setup:
ip multicast-routing distributed
on a 3560 running IP Services and on the two vlans:
ip pim sparse-dense-mode
I'm able to see the Apple TV devices while on the same subnet, but once I switch to the other subnet, the devices are no longer visible.
Any suggestions?
Thanks
04-04-2011 12:51 AM
Hi,
I'm using vlc server /client configured to use 224.0.0.1
The 224.0.0.0-224.0.0.255 range is not routeable( ttl= 1).
Regards.
Alain.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide