Added OpenConfig Support for Static Multicast RPF Routes #1305
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: