Added OpenConfig Support for Static Multicast RPF Routes#1305
Open
arun-arista wants to merge 2 commits intoopenconfig:masterfrom
Open
Added OpenConfig Support for Static Multicast RPF Routes#1305arun-arista wants to merge 2 commits intoopenconfig:masterfrom
arun-arista wants to merge 2 commits intoopenconfig:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Hi! Thank you for submitting this pull request. For openconfig model changes, we generally ask for at least two vendors' public-facing documentation showing support for this feature. Can we please update this PR with this information? Also, please review the CLA requirements. |
Member
|
/gcbrun |
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.
Change Scope
In the multicast forwarding table (MFIB), each (*,G) and (S, G) route has an expected incoming interface for traffic. This interface is determined through a RPF lookup. To influence this lookup, static RPF routes can be manually configured. These static routes are stored in the MRIB and are used during the RPF check to ensure multicast traffic is forwarded correctly.
Today it is not possible to set a static RPF route for multicast via OpenConfig. The proposal is to have a container named static-mrib for supporting rpf routes. There exists a static-routes container under protocol. Hence, we would like to have the static-mrib container at the same level, under protocol. At the same time, we had to consider adding another top level container that allows for config/state to globally configure all MRIB routes. Hence we propose another container named routes that goes under static-mrib. This way we will be able to create /network-instances/network-instance/protocols/protocol/static-mrib/{config|state} if needed, in future.
The pyang output is given below.
Platform Implementations
Arista: https://www.arista.com/en/um-eos/eos-multicast-architecture
CLI Configuration: