sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did - Added a - to `doc/Command-Reference.md` to fix the Table of Contents - Also corrected the link for `Beginning of this section` #### How I did...
HLD: https://github.com/sonic-net/SONiC/pull/1367 | Module name | PR | state | context | | ------------- | ------------- | ----|-----| | [sonic-buildimage](https://github.com/sonic-net/sonic-buildimage) | [Dev cli sessions](https://github.com/sonic-net/sonic-buildimage/pull/17623) |  |...
#### change sonic-cli-gen config update description ## Steps to reproduce the issue 1. Get sonic-yang models. 2. Generate python codes automatically and try config command. 3. Result is: Options: -?,...
Issue Description: There is no limit on the number of Tacacs servers that can be added as host. Root-Cause: A limit on the Number of Tacacs servers can that be...
#### Description **1、URL of FRR Command Reference is invalid.** This command displays the route-map that is configured for the IPv6 routing protocol. Refer the routing stack [Quagga Command Reference](https://www.nongnu.org/quagga/docs/quagga.pdf) or...
#### What I did Instead of waiting for a LACPDU packet to be sent and capturing that (which involves waiting roughly 30 seconds), get the necessary information from teamd and...
#### What I did Add coldreboot to reboot-cause #### How I did it Add "coldreboot" script to bin which will add the reboot-cause and exec /sbin/coldreboot. #### How to verify...
When clearing ACL counters, the counters are stored in tmp file and the entry in this file is not removed. So if new table, is created with same name then...
#### Description After creating ACL table, we are loading the rules using "config acl update full/incremental ". But, there is no provision to add or delete a single rule using...
#### Description https://github.com/sonic-net/sonic-utilities/blob/6e4130d8e2f95094f8f294206a0578b0babb354e/utilities_common/sfp_helper.py#L36C1-L37C46 ``` 'active_firmware': 'Active Firmware', 'inactive_firmware': 'Inactive Firmware', ``` The above two lines of code need to be deleted, otherwise running the 'show interfaces transceiver eeprom -d' command...