sonic-utilities icon indicating copy to clipboard operation
sonic-utilities copied to clipboard

Command line utilities for the SONiC project

Results 310 sonic-utilities issues
Sort by recently updated
recently updated
newest added

#### What I did -Add YANG validation using GCU for writes to DEVICE_METADATA, SNMP, SNMP_COMMUNITY in ConfigDB #### How I did it Using same method as https://github.com/sonic-net/sonic-utilities/pull/2190/files, extend to DEVICE_METADATA,...

#### What I did - Modified "/config/vlan.py" to add support for multiple vids, range of vids in ```vlan add|del``` and ```vlan member add|del``` - Creation of "/config/switchport.py" which will deal...

#### What I did Added support for secure upgrade #### How I did it It includes image signing during build (in sonic buildimage repo) and verification during image install (in...

#### What I did There are many issues with the "SONIC_CLI_IFACE_MODE=aliasshow ip/ipv6 route [json]" commands on both single asic platform and multiasic platform - Doesn't show the interface alias on...

Chassis
Request for 202205 branch

Signed-off-by: Stepan Blyschak **DEPENDS ON**: - https://github.com/sonic-net/sonic-swss/pull/2512 - TBD #### What I did I added a command *config suppress-pending-fib* that will allow user to enable/disable this feature. Once it is...

HLD: https://github.com/sonic-net/SONiC/pull/1049 #### What I did Support CLIs for syslog rate limit feature #### How I did it Support 4 new CLIs: 1. `config syslog rate-limit-host` 2. `show syslog rate-limit-host`...

#### What I did Fix https://github.com/sonic-net/sonic-buildimage/issues/9663 #### How I did it Removed the logic which stopped port deletion when DPB is done #### How to verify it root@sonic:~# config interface...

#### What I did Currently, the value of "Application Advertisement" is a python dict to string which is not well formatted. This PR re-format the output of "Application Advertisement" to...

Enhancement

#### Description We saw some errors using CLI "show ipv6 bgp summary" as below: _$show ipv6 bgp sum Usage: show ipv6 bgp sum [OPTIONS] Try "show ipv6 bgp sum -h"...

Signed-off-by: Muhammad Danish #### What I did - Throw an error in case user wants to add a duplicate VRF. - Throw an error if user wants to delete a...