sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
Associated PR: https://github.com/sonic-net/sonic-buildimage/pull/19529 https://github.com/sonic-net/sonic-buildimage/pull/19530 #### What I did I updated W-ECMP cli to include more than just num-multipaths. This PR includes cumulative and custom weight assignments #### How I did...
#### What I did Added **config interface dhcp-mitigation-rate add/del** and **show interfaces dhcp-mitigation-rate** commands for DHCP mitigation rate attribute in config_db and added support for new attribute in DB Migrator...
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...
#### What I did Added Check for IP Assignment on Port when a Vlan is configured. This PR is created in response to [Issue](https://github.com/sonic-net/sonic-buildimage/issues/19505) #### How I did it Modified...
#### What I did Update doc/Command-Reference.md #### How I did it #### How to verify it
#### What I did - 'show bgp device-global' now works with multi-asic #### How I did it I modified the functionality for 'show bgp device-global'. #### How to verify it...
#### What I did I added weights in the output for "show ip route" #### How I did it I modified show/bgp_common.py to output "weight" #### How to verify it...
#### What I did Added support for the following DASH objects for the dump utility: `dash_acl_group` `dash_acl_out` `dash_acl_rule` `dash_appliance` `dash_prefix_tag` `dash_eni` `dash_qos` `dash_route` `dash_route_rule` `dash_vnet_mapping` `dash_vnet` This PR also adds...
depends-on [#783](https://github.com/sonic-net/sonic-swss-common/pull/783) #### What I did Added CLI commands for Banner feature according to HLD: TBD #### How I did it Added CLI commands to: * Configure logrotate feature: disk...
* Skip RJ-45 interfaces #### What I did Skip setting link-training on RJ-45 interfaces #### How I did it Check the interface type. If the interface is RJ-45, just return...