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 Fix for sonic-buildimage issue [9407](https://github.com/sonic-net/sonic-buildimage/issues/9407) To be merged 1. after sonic-buildimage PR: https://github.com/sonic-net/sonic-buildimage/pull/19362 2. before sonic-mgmt PR: https://github.com/sonic-net/sonic-mgmt/pull/14071 #### How I did it Added logic using...

Request for 202405 Branch

This PR is accompanied by https://github.com/sonic-net/sonic-swss-common/pull/889 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...

#### What I did Adding CLI to configure interface description #### How I did it Adding new function under config/main to update the config db #### How to verify it...

#### What I did Added the ability to create a P2P VxLAN tunnel from the CLI #### How I did it Extended the existing `config vxlan add ...` command with...

#### What I did CLI shows an error when trying to show the storm control configuration. `TypeError: interface() missing 2 required positional arguments: 'namespace' and 'display' ` This PR fixes...

#### What I did Worked on the enhancement of kdump utility for sonic. Added two new subcommands along with two options i.e 1- sudo config kdump remote ssh --conn-str ___...

I am running SONiC in Arista 7260cx3, in Dual TOR with single NIC server, server can ping TOR_A (standby) and can not ping TOR_B (active). The server is connected with...

#### What I did Remove exec from the platform_reboot call to handle any hang issue during reboot in kdump kernel #### How I did it #### How to verify it...

Signed-off-by: Nazarii Hnydyn [[email protected]](mailto:[email protected]) **HLD:** https://github.com/sonic-net/SONiC/pull/1629 #### What I did * Implemented CLI for Weighted-Cost Multi-Path feature #### How I did it * Integrated Weighted-Cost Multi-Path interface into `config` and...

Feature Request :rocket:

#### What I did Fix for [#18695](https://github.com/sonic-net/sonic-buildimage/issues/18695) #### How I did it When creating PortChannel, don't set MTU MTU is set according to first port inserted to PortChannel. When last...