sonic-utilities
sonic-utilities copied to clipboard
Command line utilities for the SONiC project
#### What I did fixes https://github.com/sonic-net/sonic-buildimage/issues/19032 `sfputil show eeprom -d -p Ethernet0` command is failing for CMIS flat memory modules with a traceback. ``` root@switch/home/admin# sfputil show eeprom -d -p...
#### What I did Add logic to disable the feature before stopping and enabling it before starting in order to properly clean the `systemd` symlinks to avoid issues with `delayed`...
This is to prevent a user error in ADO: 28004860 where there was an extra "\n" at the end of mac, in "DEVICE_METADATA" section.  #### What I did 1....
Work item tracking Microsoft ADO (number only):27353337 #### What I did Add CLI for bmp configdb entity Enable/Disable. #### How I did it Add python related code for Get/Set configdb...
* [build] Fix base OS compilation issue caused by incompatibility between urllib3 and requests packages * [pipeline] Pin request package to v2.31.0 #### What I did #### How I did...
#### Description "show fabric monitor capacity" shows index error for threshold when the feature get disabled. ## Steps to reproduce the issue 1. disable the fabric link moniotring feature 2....
#### What I did Maximum NTP Server limit has been added as 10 with an appropriate error message. Ref : [NTP Scalability Requirements](https://github.com/project-arlo/SONiC/blob/ntp_doc/doc/SONiC_OC_NTP_HLD.md#116-scalability-requirements) #### How I did it In config/main.py,...
#### What I did Add show CLI for bmp related dataset. #### How I did it Add python related code for show STATE_DB and CONFIG_DB entity. #### How to verify...
#### Description Currently 'show techsupport' does not include information on fpd components running on the router. This additional information will help in debuggability and triaging of issues. #### Describe the...
### What I did Added CLI commands for Local Users' Passwords Reset feature according to HLD: https://github.com/sonic-net/SONiC/pull/1577 ### How I did it Added CLI commands to: 1. Enable/disable Local Users'...