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

#### Description Issue: ``` $sudo config interface -n asic1 pfc priority Ethernet80 3 on Cannot find interface Ethernet80 $ sudo config interface -n asic0 pfc priority Ethernet80 3 on Cannot...

Multi-ASIC :1234:
Chassis

#### What I did Currently, entire PORT_TABLE in STATE_DB is being deleted during warm-reboot. Due to this, `host_tx_ready` changes to false after warm-reboot which causes the link to remain down....

#### What I did Fix bug for https://github.com/sonic-net/sonic-utilities/issues/2550: Delete the rules of the deleted table #### How I did it Add a call to acl-loader delete #### How to verify...

#### What I did Previously, ecnconfig -l was not behaving correctly on multi-asic devices, as the '-n' namespace option was not available, and correct namespaces were not traversed on multi-asic...

Chassis

#### What I did `show priority-group drop` is not behaving correctly on multi-asic devices, as the namespace option '-n' is not available and correct namespaces were not traversed to retrieve...

#### What I did Add LDAP CLI #### How I did it created the CLI by using YANG model generator, the YANG model can be found in the LDAP HLD:...

#### What I did Chassis with multiple linecards, if the mgmt port eth0 on the supervisor is a bridge interface which are connected the linecard internal mgmt port eth0. CLI...

Solve the bugs for SONiC CLI Auto-generation referenced in #3221 1. Fixed the error description for config update 2. Not displaying the command of not configurable table that defined config...

#### Description Currently I'm working on a CLI application with SONiC application extension, and also using SONiC CLI Auto-generation tools. The CLI will be automatically generated by SONiC yang model....

#### Description Multi ASIC scenario is missing multiple tables YANG model change. ## Steps to reproduce the issue During the multi ASIC GCU testing, we have identified multiple tables are...