cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1743
Views
4
Helpful
1
Replies

Multicast over different subnets

chriswill
Level 1
Level 1

I have a need to do multicast over different subnets and across several LAN routers. I can see all interfaces and vlans associated to the group that are connected directly to the local router,but can't get the remote routers to join. I think I should be using ip mroute but not sure.We are doing this on 3750 switches running eigrp.

Any ideas welcome

Thanks Chris

1 Reply 1

drolemc
Level 6
Level 6

Router(config)# interface virtual-interface

Defines a virtual interface for multicast fast switching. Routers joining the same session must have their virtual interfaces on different subnets. Otherwise packets are not switched to the IP network.

Router(config-if)# ip address address subnet-mask

Assigns the IP address and subnet mask for the virtual interface.

Router(config-if)# ip pim { sparse mode | dense-mode | sparse-dense-mode }

Specifies Protocol Independent Multicast (PIM). Whatever mode you choose should match all the interfaces in all the routers of your network.

Review Cisco Networking products for a $25 gift card