sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did Add a command "config syslog level" to set log level at runtime. #### How I did it Add a command "config syslog level" to set log...
#### What I did Add CLI for 'mgmt-unsolicited' feature according to HLD #### How I did it Added CLI commands to: - Configure 'mgmt-unsolicited' feature state - Related show command...
Signed-off-by: Nazarii Hnydyn Config Reload Enhancements PR https://github.com/sonic-net/SONiC/pull/1203 does not completely remove TIMERs from SONiC Package Manager infra. This PR is intended to complete the original changes. `Systemd` TIMERs infra...
#### Description GCU apply-patch basic scenarios fail for multi-asic platform. For the purpose of testing there were used same scenarios as in https://github.com/sonic-net/sonic-utilities/pull/3249 (empty, sunny, rainy) It seems there are...
#### Description The `show ip bgp neighbors` documentation indicates: `Show IP (IPv4) BGP neighbors` However, it also includes IPv6 neighbor data. ## Steps to reproduce the issue 1. Run `show...
* Add Nokia platforms to GCU validator .json file #### What I did Nokia J2C/TH3/4/5 based platforms were not included in the GCU field validators file. This caused some of...
#### What I did - Add show/config commands - Add UT - Update command reference #### How I did it Added `./config/plugins/poe.py` that handles config commands: - config poe interface...
**** Please hold on review, will remove this line once ready for review ********** Changes: modified: clear/main.py new file: clear/stp.py modified: config/main.py new file: config/stp.py modified: config/vlan.py modified: debug/main.py new...
#### Description currently there is no `all` option for `config interface startup`, we have to run the command link by link if want to start all at once. ## Steps...
#### Description GCU Field validation for interface fields fec and speed is not properly done with as a result to result with not-allowed configuartion. The check is applied in CLI...