sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did Addressing the [issue 20508](https://github.com/sonic-net/sonic-buildimage/issues/20508). ADO: 29979987 #### How I did it Remove temp file as intermediate steps. #### How to verify it ``` admin@str2-7250-lc1-2:~$ cat test.json...
**What I did** Added config/show/debug/clear handling for STP Modified other utilities script to include STP **How I did it** **How to verify it**
#### What I did Extended reboot script for SmartSwitch cases to reboot entire SmartSwitch or a specific DPU #### How I did it Implemented changes according to https://github.com/sonic-net/SONiC/blob/605c3a56ac2717dbbb638433e7bb13054fc05a31/doc/smart-switch/reboot/reboot-hld.md #### How...
This PR is accompanied by https://github.com/sonic-net/sonic-swss-common/pull/931 and https://github.com/sonic-net/sonic-buildimage/pull/20108 #### What I did Validate interface name length does not exceed the limitation of IFNAMSIZ to align to kernel restrictions. #### How...
This update adds support for the sai_dbg_gen_dump API, enabling the generation of a debug dump file by the SAI when there is no SAI failure. For scenarios involving SAI failures,...
#### What I did #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command...
#### What I did #### How I did it change the exit code while write eeprom not success #### How to verify it #### Previous command output (if the output...
#### Description From the latest github repo, and following the guide on sonic build under ubuntu 16.04 the result will come with the following issue ``` admin@sonic:~$ which python /usr/bin/python...
#### What I did Simplify approach to delaying counters on warm boot and fast boot. Removed FLEX_COUNTER_DELAY_STATUS_FIELD and instead postpone all FC processing to happen after apply view to not...
#### What I did Added DRAM resource to the CRM utility #### How I did it Added all the required CRM resource commands for the DRAM resource #### How to...