04-16-2002 12:31 AM - edited 03-01-2019 09:18 PM
If i configure the inter vlan multicast routing in the 2 L3, the multicast trafic is duplicated in the client vlan.
How can i configure the redondant multicast routing ?
ip multicast-routing enable at the general level
ip PIM dense mode enable in all the vlan interface level
04-16-2002 02:41 AM
ip pim sparse-dense-mode
ip pim version 1
u enable all this commands also.
05-02-2002 09:29 PM
Hi,
Close!
The thing to remember with IP Multicast is that it is UDP based and the behavious of dense mode will cause duplicate packets every ~3 minutes or so due to the flood and prune, and assert processes.
You need to configure the following to use sparse mode
interface
ip pim spase-dense-mode
On two routers, near the source is OK configure these commands
ip pim send-rp-announce scope 16 source loopback 0
ip pim send-rp-discover scope 16
These will cause the forwarding to use sparse-mode forwarding and duplicates will be significantly reduced, but not eliminated (you may see a handful, but that will be about it).
HTH - if you need any help email stevep@cisco.com
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