cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
451
Views
0
Helpful
2
Replies

Multicast routing

Hi, I want to configure multicast routing on cisco 3850 switch in different VLANs, and I tried every command that was necessary but I don't know why it is not working?

could you please help me what should I do?

2 Replies 2

Hello
If the mc source and receivers are all l2 lan based then make sure igmp snooping is enabled to the vlan on all switches where the MC receivers located and igmp snooping querier on the core switch then this should provide MC to all you lan hosts.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Abdullah,

for IPv4 multicast routing to work you need:

 

a) enabling ipv4 multicast routing in global config

ip multicast-routing

b) on each SVI L3 interface Vlan X you add

int Vlan X

ip pim sparse-dense mode

c) int loop0

   ip address 10.1.1.1 255.255.255.255

  ip pim sparse-dense mode

d)

in global config

ip pim rp 10.1.1.1

 

In all interfaces with PIM enabled IGMP version 2 is enabled automatically.

 

Hope to help

Giuseppe