sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
fixes sonic-net/sonic-buildimage#20407, #### What I did Typecast the exponential notation to float before being input to int() function. #### How to verify it 1. Run traffic on any dataport so...
#### Description When the interface counters exceed 10^14, the portstat utility gives traceback. So the "show interface counter" gives the traceback. ```root@yy39top-lc4:/home/cisco# sonic-clear counter Traceback (most recent call last): File...
#### What I did High-speed modules nowadays use a significant amount of power, and having the ability to control each port's optical power enables the disabling of power to ports...
#### What I did 1. Enable "show ip bgp" on sup and "-n all" for show ip bgp network. 2. Modify README.doc to make the instructions of building and installing...
The new location of the sonic-utilities target wheel package is under bookworm instead of bullseye. Update the README to make it consistent with the current build behavior. #### What I...
**What I did** Added remote kdump functionality using SSH in SONiC. **How I did it** I added two new commands and two options to configure the kdump remote ssh feature....
#### What I did Added EVPN MH CLI as a part of implementation of EVPN MH feature #### How I did it - added EVPN MH config commands - added...
#### What I did Added a command to change the mac address for portchannel interfaces #### How I did it - added `config portchannel mac-addr set` command #### How to...
#### What I did Update DB version to 202411_01 on master branch. #### How I did it Changed db version to 202411_01 and updated comparison list in db_migrator_test. #### How...
Associated PR: https://github.com/sonic-net/sonic-buildimage/pull/19532 https://github.com/sonic-net/sonic-buildimage/pull/19663 https://github.com/sonic-net/sonic-buildimage/pull/19664 https://github.com/sonic-net/sonic-buildimage/pull/19662 #### What I did - 'show bgp device-global' now works with multi-asic. - I created a CLI to configure W-ECMP settings on receiver devices...