RFC-22: Client-Originated PIM Register for Multicast Source Origination#3951
Open
ben-malbeclabs wants to merge 1 commit into
Open
RFC-22: Client-Originated PIM Register for Multicast Source Origination#3951ben-malbeclabs wants to merge 1 commit into
ben-malbeclabs wants to merge 1 commit into
Conversation
Proposes a client-side PIM Register beacon so the device (anycast RP) originates the MSDP SA for published sources on dual-role publisher/subscriber tunnels, where pim border-router source injection is suppressed by the subscriber-side PIM neighbor. The device change is an additive ACL permit; border-router is retained as a backstop. Builds on RFC-15. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ben-dz
approved these changes
Jun 30, 2026
ben-dz
left a comment
Contributor
There was a problem hiding this comment.
This seems like a good plan to me. I'm sure it will evolve as implementation happens, but lets merge it, and it can evolve through PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds RFC-22: Client-Originated PIM Register for Multicast Source Origination (Status: Draft).
When a client both publishes and subscribes to the same multicast group over one GRE tunnel (the simultaneous pub/sub case from RFC-15), the subscriber-side PIM neighbor causes the source's RPF to resolve via that neighbor, which suppresses the device's
pim border-routersource injection. The device never sets theNflag, never originates the MSDP SA, and the source is invisible to the rest of the anycast-RP mesh — so remote subscribers receive it only intermittently (observed on group 233.84.178.5).This RFC proposes that
doublezerodoriginate a PIM Register beacon for its published sources, sent periodically to the RP. Receiving the Register makes the device originate the MSDP SA regardless of border-router suppression — Arista's own lab confirmed that permitting the Register in flips theNflag on. The device-side change is a single additive ACL permit;pim border-routeris retained as a backstop (belt-and-suspenders).Highlights
RegisterSenderreuses the existing heartbeat as the encapsulated packet; beacon semantics (no inbound Register-Stop path).10.0.0.0route is installed in the validator's routing table.Full design, the packet-encapsulation breakdown, alternatives, security, and open questions are in the RFC.
Draft for review. RFC number
22is provisional pending assignment.🤖 Generated with Claude Code