cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
298
Views
5
Helpful
1
Replies

ip multicast helper-map on cisco ISR4331

dimakazachkov
Level 1
Level 1

Hi all,

I'm currently having problem to converting multicast to broadcast  using the "ip multicast helper-map" feature.

i'm using 2 ISR4331 routers, the IOS version on both is: 17.03.5. With APPX package.

I just want to mention that the same configuration worked on cisco 2951 routers, with IOS 15.7.

We have an application that the communication between the nodes based on broadcast massages.

At router A, the sent broadcast is converted to multicast, but on router B, the multicast doesn't converted back to broadcast.

Router A configuration:

interface GigabitEthernet0/0/0.41
encapsulation dot1Q 41
ip address 192.20.201.116 255.255.255.248
ip multicast helper-map broadcast 239.192.201.116 SSS
ip pim sparse-mode
standby 41 ip 192.20.201.113
standby 41 priority 120
standby 41 preempt
!

ip forward-protocol udp 65005

!

ip access-list extended SSS
10 permit udp host 192.20.201.114 host 192.20.201.119 eq 65005
20 permit udp host 192.20.201.114 host 192.20.201.119 eq 65007
30 permit udp host 192.20.201.114 host 192.20.201.119 eq 65009
40 permit udp host 192.20.201.114 host 192.20.201.119 eq 65011
50 permit udp host 192.20.201.114 host 192.20.201.119 eq 65013
60 deny ip any any

 

Router B configuration:

interface Tunnel2011
description LOS_TO_201_R1
ip unnumbered Loopback10
ip pim sparse-mode

ip multicast helper-map 239.192.201.116 188.20.1.199 SSS
ip ospf dead-interval minimal hello-multiplier 5
ip ospf retransmit-interval 1
ip ospf 10 area 0
ip ospf cost 100
load-interval 30
tunnel source Loopback10
tunnel destination 10.254.110.111
!

interface GigabitEthernet0/0/0.1060
encapsulation dot1Q 1060
description SSS
ip address 188.20.1.197 255.255.255.248
no ip redirects

ip directed-broadcast
no ip proxy-arp
ip multicast helper-map broadcast 239.10.1.194 SSS
ip pim sparse-mode
standby 160 ip 188.20.1.193
standby 160 priority 120
standby 160 preempt

!

ip forward-protocol udp 65005

!

ip access-list extended SSS
10 permit udp host 192.20.201.114 host 192.20.201.119 eq 65005
20 permit udp host 192.20.201.114 host 192.20.201.119 eq 65007
30 permit udp host 192.20.201.114 host 192.20.201.119 eq 65009
40 permit udp host 192.20.201.114 host 192.20.201.119 eq 65011
50 permit udp host 192.20.201.114 host 192.20.201.119 eq 65013
60 deny ip any any

The GRE is needed because of non multicast routing WAN, and i have also tried to move the "ip multicast helper-map" to a subinterface/ phisical interface/ loppback interface, and non was working.

 

any ideas where i'm getting it wrong?

 

Thanks

Dima

 

1 Reply 1

dimakazachkov
Level 1
Level 1

The access list on router B is:

p access-list extended SSS
10 permit udp host 192.20.201.114 host 239.192.201.116 eq 65005
20 permit udp host 192.20.201.114 host 239.192.201.116 eq 65007
30 permit udp host 192.20.201.114 host 239.192.201.116 eq 65009
40 permit udp host 192.20.201.114 host 239.192.201.116 eq 65011
50 permit udp host 192.20.201.114 host 239.192.201.116 eq 65013
60 deny ip any any

Copy Paste went wrong 

Review Cisco Networking for a $25 gift card