sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did Check config_db json file before stopping the services. If there is an error, DB wont be able to connect to any services #### How I did...
#### What I did Add support of express boot for cisco 8000 platform #### How I did it Add support of express boot for cisco 8000 platform. There are 4...
#### What I did Extended the SONiC CLI to configure Path Tracing Midpoint. HLD: https://github.com/sonic-net/SONiC/pull/1456 #### How I did it - Extended the existing `config interface` command by introducing a...
Root Cause: 1. Not all /128 routes can be removed and should be treated as special Solution: 1. only remove /128 when tbl.get(k)[0] == False #### What I did ####...
… address is changed #### What I did When VLAN ip address is modified (either added or deleted), DHCP relay is not restarted automatically which intern causes interface ip address...
#### What I did Fix the CLI fail when set interface_naming_mode as alias and the alias name equal interface name ``` admin@as9516:~$ show int status Ethernet0,Ethernet8 Interface Lanes Speed MTU...
Root Cause: 1. Cannot change symbolic links when kdump is loaded Solution: 1.if kdump is already enabled and crash_kernel_mem is configurated, kdump should not be reload again before unload ####...
#### What I did Removed the displaying of default passkey in TACACS and RADIUS #### How I did it As there is no default value for global passkey (in TACACS...
Updated CLI Command Reference Document with changes of CLI commands introduced as part of Local Authentication HLD 1469 Design HLD PR: https://github.com/sonic-net/SONiC/pull/1469
#### What I did Add encryption feature used with TACACS+ server passkey configuration ##### another PRs will be submitted to [[sonic-host-services](https://github.com/sonic-net/sonic-host-services)] and [[sonic-buildimage](https://github.com/sonic-net/sonic-buildimage)] to complete the feature #### How I...