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 support in cisco-8000.py plugin to print cisco-8000 SDK specific version info. #### How I did it #### How to verify it #### Previous command output (if...

**- What I did** Added logic to avoid exception on delete when no data saved **- How I did it** Added isdir check before delete logic **- How to verify...

#### What I did Improve the speed of `show vrf` command #### How I did it It would get interface information from configDB each time for each vrf in `vrfs`,...

**- What I did** Refactored the pfcwd stop command to look like pfcwd start. It provides an update to stop a specific port: config pfcwd stop Ethernet0 Or for all...

#### What I did add neigh-suppress CLI command #### How I did it reference evpn neigh-suppress HLD https://github.com/Azure/SONiC/blob/master/doc/vxlan/EVPN/EVPN_VXLAN_HLD.md ~~~ 5. ARP suppression - config neigh-suppress vlan - vlanid represents the...

#### Description The output of 'config list-checkpoints' should include: * FileName * FileSizeInBytes * LastModifiedTime ## Steps to reproduce the issue 1. startup a kvm 2. run `sudo config checkpoint...

generic-config-updater

#### What I did In command `show gearbox interfaces status`, show all Speed columns with the same semantics – speed per lane. #### How I did it #### How to...

Signed-off-by: bingwang This PR is to add a new option `no_default_deny_rule` to `acl-loader`. The script will not create default deny rules when loading acl file when `no_default_deny_rule` is set. This...

Enhancement

#### Description @qiluo-msft qiluo-msft 14 days ago • identify_admin_up_ports Could you try leverage JsonPath, which is a mature query language? For this function, you may query $.PORT.*[?(@.admin_status == 'up')]. ref:...

generic-config-updater

#### Description MC-LAG peer link does not support port interface. Only PortChannel interfaces are supported. But based on Config DB schema in https://github.com/Azure/SONiC/blob/master/doc/mclag/MCLAG_Enhancements_HLD.md#3-Design port should be supported. Is it a...