03-02-2009 06:55 AM - edited 03-06-2019 04:19 AM
Hi,
I have a 6509, SUP 720. Latest IOS.
Two VLANS: 10 and 20.
10.10.10.254 is the vlan 10 interface.
192.168.1.254 is the vlan 20 interface.
I have a user shooting multicast with a TTL of 1 into vlan 10. Unfortunately the TTL is hardcoded into this custom application and is unchangeable.
I need a way of routing this traffic into VLAN20 via IGMP/MC routing. There is the possibility that there will be future routers/switches hanging off of vlan 20 whom may have users who want this multicast.
I've read Google'd like crazy and read Cisco's docs on multicast regarding thresholds, IGMP snooping etc..I've experimented but to no avail. I tried an "ip igmp join ..." on vlan 20, it joins but my hosts still cannot IGMP request the stream.
Am I up the creek without a paddle?
thanks for any help,
Mark
03-02-2009 07:19 AM
Mark,
Unfortunately, I can't think of any easy way to do that.
If it is just these two VLANs, you could attach the multicast server to both VLANs.
Regards
03-02-2009 08:13 AM
Thank you, that's what I thought!
02-22-2023 07:39 AM
. . . w/o a paddle?
On a Cisco switch or router, very likely.
Perhaps easiest solution would be an app on a PC to accept multicast and retransmit it with a greater TTL.
Another approach might be bridge those two VLANs and block all but multicast.
02-23-2023 12:58 AM
is'nt is by design that multicasts have a TTL of 1 ?
this is enough to reach the first-hop router that functions as a RP (rendez-vouz point for multicastst)
this router distributes the multicastst again with a TTL of 1 to reach a next RP or a client
-> check the configuration of your router that is acts as an RP for this multicast group
02-23-2023 01:47 AM - edited 02-23-2023 07:15 AM
Re: Multicast by design have TTL of 1?
No.
In usage, multicast intended for local L2 broadcast domain should have a TTL of 1.
(You might also want to review Cisco's TechNote, discussing OP's problem, and fix [i.e. have multicast sender increased TTL].)
BTW, you might misunderstand what's a RP.
PS:
Https://stackoverflow.com/questions/447500/how-can-i-modify-multicast
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