05-27-2009 10:46 PM - edited 03-04-2019 04:55 AM
Hello,
What does i need for enabling Multicast over WAN with OSPF Routing Protokoll. We have a Core with 4500, 6500 Series an Spokes with 3500 Series. We need the Multicast for Ghost imaging.
Sincerely
05-27-2009 11:22 PM
Hello Niklaus,
you need to enable ip multicast-routing and to configure PIM sparse mode.
PIM can use unicast routing table and it is independent from the routing protocol in use so OSPF is not a problem.
on one core switch you need to use a loopback advertised in OSPF
this has to be used as the RP ip address
RP is the rendez-vous point.
you need on all other devices
ip multicast-routing
ip pim rp address
+
ip pim sparse-mode on all L3 interfaces
for more details see
Hope to help
Giuseppe
05-28-2009 01:27 AM
Hello Giuseppe
Thanks for your answer!
Other question: The Ghost Server reside in a Vlan in the core. can i set the RP to this Vlan ip adress? The command "ip pim sparse-dense-mode" take first the sparse or dense mode?
Thank You
05-28-2009 02:34 AM
Hello Niklaus,
ip sparse-dense-mode treats groups as dense if no RP exists for the group and sparse if an RP is mapped for the group.
In your case if you use static mapping as I've suggested you can configure directly ip pim sparse-mode.
If you want to use a dynamic method for advertsing RP mappings (that is good if your internetwork is big) I would use bootstrap protocol instead of auto-RP.
Auto-RP requires ip pim sparse-dense-mode or ip pim autorp-listener to work (because it uses addresses like 224.0.1.39 and 224.0.1.40 to advertise mappings).
Bootstrap protocol uses the bootstrap message sent to 224.0.0.13 and has no issues in a sparse-only domain.
PIMV2 supports BSR (bootstrap protocol) that is also standard.
about source vlan:
you need to enable pim on it.
Recommendation is to use a loopback address to use a logical interface that is up until the node is up.
Hope to help
Giuseppe
05-28-2009 03:23 AM
Giuseppe,
Thank you again...I will test it!
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