12-13-2023 04:00 PM
team,
is there a way to force VRF joining multiple RPs as a VRF can join only one RP multicast at a time?
12-13-2023 08:28 PM
Not only vrf but also in global you can config one RP for each multicast.
In vrf and multicast I think it hard
Try with global and config multi rp one for each multicast.
MHM
12-14-2023 06:51 AM
hi boss,
if I apply it globally, it works fine but as you said in vrf, is hard that's why I a trying to find out a way to do this under vrf.
12-13-2023 10:47 PM
Hello
mc within a vrfs would be the same as in the global route table
As long as your unicast routing is all setup you should just enable mc routing to your vrf - Apply pim to the vrf interfaces and specify the RPs either staticky or dynamically like BSR
12-14-2023 06:50 AM
thanks for replying back!
applying pim to vrf int is not even a feature on my cat 9300.
thank you
12-14-2023 03:01 PM
I got it resolved by the following:
ip pim vrf test rp-address 1.1.1.1 test1
ip pim vrf test rp-address 2.2.2.2 test2
now one VRF has joined to two different RPs
access-list test1
permit 239.1.1.1
access-list test2
permit 239.1.1.2
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