-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[PR tracker] SONiC ECMP calculator #1163
[PR tracker] SONiC ECMP calculator #1163
Conversation
all required PRs were merged. |
@liat-grozovik |
@liat-grozovik All required PRs are included in master and 202211. |
@zhangyanzhao now that the code PRs are merged and all available in 202211 should we close the tracking PR? |
@zhangyanzhao what should be done with the tracking PR now that all the PRs were merged? |
@liorghub Hi, This is an interesting functionality, i can imagine the operation team will love that. From your perspective, any other scenarios can leverage this capability? SDN? |
I am fine to close. Thanks. |
It is better to merge it to keep a record. @kannankvs for your awareness, can we add this into the 202211 release notes? Thanks. |
The purpose of ECMP calculator is to calculate which IP interface ECMP will choose and return the physical interface packet will egress from. Packet is defined by a JSON file given as an argument to the tool.
An equal cost multipath (ECMP) is formed when routing table contains multiple next hop addresses for the same destination IP address. ECMP will load balance the outbound traffic between the IP interfaces.