sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
Signed-off-by: Nazarii Hnydyn [[email protected]](mailto:[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 `config` and...
#### What I did If link local IPv6 address is added as SNMP agent address, it will fail. This PR requires changes in snmpd.conf.j2 template here https://github.com/sonic-net/sonic-buildimage/pull/18350/ #### How I...
ThirdPartyContainerManagement(TPCM) support in SonicPackageManager allows third party dockers to be installed on the sonic system. The Manifest file is generated from a custom local default file. The Manifest file could...
Reverts sonic-net/sonic-utilities#3121 If bgp is not enabled, get_frr_routes() gets empty list and route check fails and throws a traceback. Adding check to to skip route checks bgp feature is disabled....
#### What I did resolve #3266 correct the progress value disaplay when file is download complete #### How I did it #### How to verify it run the command, and...
- What I did Added a support of TACACS passkey encryption feature. Ref. : [HLD](https://github.com/sonic-net/SONiC/pull/1471) This PR comprises the encryption logic. - How I did it Implemented the feature by...
#### What I did This change puts contents originally in pfc/main.py into a class, to support the usage of the multi-asic helper in a future change. This change is required,...
#### What I did Previously, mmuconfig did not function correctly on multi-asic devices as it did not traverse through the correct namespaces, as required for multi-asic devices. This change adds...
#### What I did - Add static anycast gateway related commands support. Refer to https://github.com/Azure/SONiC/pull/837 #### How I did it - Add new commands - config static-anycast-gateway mac_address add/del -...
#### What I did Add CLI for bmp state_db dataset show. #### How I did it Update into show command. #### How to verify it DUT verification. #### Previous command...