sonic-utilities
sonic-utilities copied to clipboard
[202405][wcmp]: Add W-ECMP CLI
Signed-off-by: Nazarii Hnydyn [email protected]
HLD: https://github.com/sonic-net/SONiC/pull/1629
What I did
- Implemented CLI for Weighted-Cost Multi-Path feature
How I did it
- Integrated Weighted-Cost Multi-Path interface into
configandshowCLI root
How to verify it
- Run Weighted-Cost Multi-Path CLI UTs
Details if related
- Backport from
master: https://github.com/sonic-net/sonic-utilities/pull/3253
Previous command output (if the output of a command-line utility has changed)
- N/A
New command output (if the output of a command-line utility has changed)
admin@sonic:/home/admin# show bgp device-global
TSA WCMP
------- -------
enabled enabled
admin@sonic:/home/admin# show bgp device-global --json
{
"tsa": "enabled",
"wcmp": "enabled"
}
/azpw run
/AzurePipelines run
Azure Pipelines successfully started running 1 pipeline(s).
@bingwang-ms, FYI (separate 202405 PRs for cherry-picking it)
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
@bingwang-ms just a kind reminder
@bingwang-ms can you please help to merge?
@liat-grozovik can you please help to merge?