Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSR cannot see RP groups (Reopened) #17587

Open
2 tasks done
michaelinoue opened this issue Dec 5, 2024 · 0 comments
Open
2 tasks done

BSR cannot see RP groups (Reopened) #17587

michaelinoue opened this issue Dec 5, 2024 · 0 comments
Assignees
Labels
triage Needs further investigation

Comments

@michaelinoue
Copy link

Description

Reopened from #17181: This issue is identical, with the caveat that it no longer happens every time, but occurs inconsistently.

BSR can advertise RP groups, but itself does not have those groups available in show ipv6 pim rp-info, e.g.
for a BSR host 1, we have no BSR RPs,

host1# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF         I am RP  Source  Group-Type
 fd28::      ff08:1234::/32     eth0        no       Static  ASM

for host 2 (the RP) we do have BSR RPs,

host2# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF  I am RP  Source  Group-Type
 fd28::      ff08::/16          lo   yes      BSR     ASM
 fd28::      ff08:1234::/32     lo   yes      Static  ASM
 fd28::      ff08:1235::/32     lo   yes      BSR     ASM

and for another node host 3 (not RP nor BSR) we have BSR RPs.

host3# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF         I am RP  Source  Group-Type
 fd28::      ff08::/16          eth0        no       BSR     ASM
 fd28::      ff08:1234::/32     eth0        no       Static  ASM
 fd28::      ff08:1235::/32     eth0        no       BSR     ASM

Version

frr-10.2

How to reproduce

Add a candidate bsr. e.g.

host1# conf
host1(config)# router pim6
host1(config-pim6)# bsr candidate-bsr

Add a candidate RP, e.g.

host2# conf
host2(config)# router pim6
host2(config-pim6)# bsr candidate-rp ff08:1234::/32

BSR can advertise RP groups, but itself does not have those groups available in show ipv6 pim rp-info, e.g.
for a BSR host 1, we have no BSR RPs,

host1# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF         I am RP  Source  Group-Type
 fd28::      ff08:1234::/32     eth0        no       Static  ASM

for the RP host 2 (the RP) we do have BSR RPs,

host2# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF  I am RP  Source  Group-Type
 fd28::      ff08::/16          lo   yes      BSR     ASM
 fd28::      ff08:1234::/32     lo   yes      Static  ASM
 fd28::      ff08:1235::/32     lo   yes      BSR     ASM

and for another node host 3 (not RP nor BSR) we have BSR RPs.

host3# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF         I am RP  Source  Group-Type
 fd28::      ff08::/16          eth0        no       BSR     ASM
 fd28::      ff08:1234::/32     eth0        no       Static  ASM
 fd28::      ff08:1235::/32     eth0        no       BSR     ASM

Expected behavior

Expected to see that BSR could see RP groups with show ipv6 pim rp-info

Actual behavior

BSR cannot see RP groups with show ipv6 pim rp-info, e.g.

host1# show ipv6 pim rp-info
 RP address  group/prefix-list  OIF         I am RP  Source  Group-Type
 fd28::      ff08:1234::/32     eth0        no       Static  ASM

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@michaelinoue michaelinoue added the triage Needs further investigation label Dec 5, 2024
@vayetze vayetze assigned vayetze and Jafaral and unassigned vayetze Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs further investigation
Projects
None yet
Development

No branches or pull requests

3 participants