-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Labels
triage
Needs further investigation
Comments
As an update, this issue occurs consistently. After a few minutes, the BSR no longer has the elected RP in its RP table. |
Jafaral
added a commit
to Jafaral/frr
that referenced
this issue
Jan 11, 2025
On the BSR node itself, RPs shouldn't timeout, becase we know the node is the BSR, and it is active! fixes:FRRouting#17587 Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Jafaral
added a commit
to Jafaral/frr
that referenced
this issue
Jan 11, 2025
On the BSR node itself, RPs shouldn't timeout, becase we know the node is the BSR, and it is active! fixes:FRRouting#17587 Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
Jafaral
added a commit
to Jafaral/frr
that referenced
this issue
Jan 13, 2025
On the BSR node itself, RPs shouldn't timeout, becase we know the node is the BSR, and it is active! fixes:FRRouting#17587 Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
mergify bot
pushed a commit
that referenced
this issue
Jan 14, 2025
On the BSR node itself, RPs shouldn't timeout, becase we know the node is the BSR, and it is active! fixes:#17587 Signed-off-by: Jafar Al-Gharaibeh <[email protected]> (cherry picked from commit c30a3ad)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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,
for host 2 (the RP) we do have BSR RPs,
and for another node host 3 (not RP nor BSR) we have BSR RPs.
Version
How to reproduce
Add a candidate bsr. e.g.
Add a candidate RP, e.g.
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,
for the RP host 2 (the RP) we do have BSR RPs,
and for another node host 3 (not RP nor BSR) we have BSR RPs.
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.Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: