I have two RPs, RP(1.1.1.1) setup as sparse mode, services lots sparse mode multicast groups. and another RP(2.2.2.2) setup for bidir mode. they are actually on the same router, just two different loopback interfaces.
on my access layer switches, most of them have setup
ip pim rp-address 1.1.1.1 pim-sparse-acl
ip pim rp-address 2.2.2.2 pim-bidir-acl override bidir
Now, if I change RP 2.2.2.2 to sparse mode, and change some(not all of them) access layer switches to
ip pim rp-address 1.1.1.1 pim-spars-acl
ip pim rp-address 2.2.2.2 pim-bidir-acl
effectively, make all group spars mode.
where some others switches are still using bidir mode and point to RP 2.2.2.2, will this cause problems for those multicast groups in the pim-bidir-acl?