12-24-2011 03:27 AM - edited 03-01-2019 05:31 PM
Hi,
I want to restrict the IPv6 pim rp to a particular group. No other group should be serviced by this pim rp.
How to achieve this?
The topology is as below:
R1(f0/0) ----- (f0/0)R2(f0/1) ------(f0/1)R3(f0/0)-----------(f0/0)R4(f0/1)
I want to configure R1 as the ipv6 pim rp. it should service only group FF08::1234:4567. I have configured the global ipv6 add of R1 (f0/0) as the pim rp add on all routers.
I have configured R4 as the receiver of the group FF08::1234:4567.
12-24-2011 05:26 AM
Hi puneet24,
Configure the PIM RP address of your router R1 fa0/0 IPv6 address for the multicast group FF08::1234:4567 only:
ipv6 access-list mygroup
permit ipv6 any FF08::1234:4567
ipv6 pim rp-address
mygroup
12-24-2011 05:37 AM
A few more things adding to Abdel's post:
Assuming this is not bidir. You can advertise R1 as RP for only particular group:
Or announced RP mappings from BSR.
You can also play around with dropping register messages:
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