sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
Added a script to sync FS I/O reads/writes just before reboot Also renamed ssdutil import to match corresponding change in sonic-platform-common #### What I did This PR adds the following:...
#### What I did - Prior to this change, reboot script is only externally trigged where reboot cause is always fixed i.e. (default's to 'user issued reboot command') - In...
#### What I did Added CLI support for aggregate VOQ counters according to HLD [#1578](https://github.com/sonic-net/SONiC/pull/1587) #### How I did it Extended the existing CLI command `show queue counters [interface] --voq`...
#### What I did I adjusted `fanshow` to accommodate a missing `drawer_name` key in the `data_dict`. #### How I did it On my Dell N3248TE-ON, if only one of my...
#### Description On 202305 multi-asic platforms, sfpuil CLI (basically any sub-command under sfputil) always bails out for below error: ``` # sfputil show presence Error reading port info (:- validateNamespace:...
#### What I did CLI support for WRED and ECN statistics feature #### How I did it * New script for wredstat CLI commands * portstat script updated to accomodate...
###What I did Added command sonic-clear logging - delete syslog & syslog.1 sonic-clear logging -a/--all - delete syslog* files ###How I did it Equivalent to "show logging" command, working on...
Expand docker manifest capabilities #### What I did Expanding the manifest.json file to include new network capabilities including the ports forwarding and docker network type configuration: host, bridge, etc. ####...
#### What I did Always enable YANG validation for load_minigraph during override. This is to fail early if golden config is invalid which will breaks GCU feature. #### How I...
* added CLI: config sflow drop-monitor-limit 1-999 (0 to disable) * added line to show sflow output to indicate current setting * added test to ensure that out-of-range value is...