sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### Description From linux side, the secondary interface IP will be removed if primary interface IP is deleted. However, the secondary intf still existing CONFIG_DB ## Steps to reproduce the...
#### What I did Fix issue: https://github.com/sonic-net/sonic-buildimage/issues/10005 where DPB may not be able to break out ports when these ports are port-channel member. Upon analyzing the output obtained via “redis-cli...
Signed-off-by: Mihir Patel Backport of #2641 ADO - 16810429 #### What I did Enabling "show logging" CLI to show logs from tmpfs if it exists. #### How I did it...
#### Description ## Steps to reproduce the issue 1. Enter into sonic-cli 2. type show mac address-table 3. see no result #### Describe the results you received #### Describe the...
#### Why I did it https://github.com/sonic-net/sonic-utilities/pull/2972 added two below functions into scripts/generate_dump. get_route_table_size_by_asic_id_and_ipver save_saidump_by_route_size The unittest scripts need to be added according to the below comments: https://github.com/sonic-net/sonic-utilities/pull/2972#issuecomment-1811290241 Related PRs: https://github.com/sonic-net/sonic-utilities/pull/2972...
Disabling key validation feature in grub file as its not yet supported for Cisco platforms in 202305 branch #### What I did 1. Check if the platform we are installing...
#### Description  ## Steps to reproduce the issue The set_default_image can only return True. So how can it meet this if judgment?  #### Describe the results you received...
#### What I did Only mclag needs to be registered with the config utility. Registering the mclag subcommands results in "config members" and "config unique-ip" becoming valid subcommands, without the...
Use this PR to verify yang validation issue
The new FanDrawer API is meant to supersede the direct Fan declaration in the platform API. However, some vendors might have not yet implemented it. For those, the `show platform...