cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1445
Views
10
Helpful
6
Replies

Converting broadcast to multicast and back to broadcast

ROBERT THOMSON
Level 1
Level 1

I'm attempting to convert broadcast traffic on one lan segment into multicast, route it to another segment and then convert it back to broadcast again.

My problem occurs in the last step when the multicast traffic is not converted back to broadcast. I can see the multicast traffic makes it to the destination lan segment when I use wireshark. The topology is below and configs attached.

b'cast-src(10.71.10.2/24) -> Router1 -> Router2 -> dest-lan(192.168.10.0/24)

Any help would be greatly appreciated.

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Robert,

on router2 remove

ip igmp join-group 239.3.5.35

under interface f0/1

otherwise traffic is sent to cpu (process switched)

being in pim sparse-dense-mode it should not be necessary

Notice also that the original TTL of the broadcast packet has to be > 1 as explained in usage guidelines of command

ip multicast helper-map

otherwise traffic can be dropped for TTL expired.

you can use the ttl option on the first-hop router to increase the ttl of multicast packets.

This can be helpful but I didn't try this option.

Hope to help

Giuseppe

View solution in original post

6 Replies 6

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Robert,

on router2 remove

ip igmp join-group 239.3.5.35

under interface f0/1

otherwise traffic is sent to cpu (process switched)

being in pim sparse-dense-mode it should not be necessary

Notice also that the original TTL of the broadcast packet has to be > 1 as explained in usage guidelines of command

ip multicast helper-map

otherwise traffic can be dropped for TTL expired.

you can use the ttl option on the first-hop router to increase the ttl of multicast packets.

This can be helpful but I didn't try this option.

Hope to help

Giuseppe

Marwan ALshawi
VIP Alumni
VIP Alumni

Hi robert

you ned to do the following to get it working

first on both routers

add the follwoing command

ip forward-protocol eq 65535

* In order for incoming traffic to hit the multicast helper-map it must be

processed switched. In order to process switch traffic on a per port basis use

the ip forward-protocol udp

Next:

As R2 has the recieving said

remove the map from the 192.168 interface and keep the ip directed broadcast

apply your helper map in R@ to the interface connected to R1 to make it work as intcoming map

In order to convert a UDP broadcast to a multicast for transit, and then back to a

broadcast for final delivery, as in this scenario, the helper-map must be

configured on both the ingress device and egress device for the traffic flow.

R1 incoming from the source

and R2 incoming from R1

good luck if worked let me know

HTH

Thank you. Putting the multicast helper-map command on the input interface of r2 worked.

i am glad its working now :)

please rate the helpful post

Thank you

Hello Marwan,

you got it the right logic for double conversion is the one you have described (rated as it deserves)

Best Regards

Giuseppe

Thank you Giuseppe :)

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card