Update fabric related CLI in HLD#1656
Merged
arlakshm merged 4 commits intosonic-net:masterfrom May 17, 2024
Merged
Conversation
11 tasks
rlhui
pushed a commit
to sonic-net/sonic-buildimage
that referenced
this pull request
Apr 8, 2024
Update fabric monitoring data in config_db to have forceUnisolateStatus attribute. So users can unisolate the fabric links if needed Also add the fabric monitoring data for 2 more sku The updated HLD PR is at sonic-net/SONiC#1656
arlakshm
approved these changes
May 17, 2024
arlakshm
pushed a commit
to sonic-net/sonic-utilities
that referenced
this pull request
May 20, 2024
What I did Added "show fabric counters rate mbps" command. The output of the command is ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic0 0 0 19.8 asic0 1 0 19.8 asic0 2 0 39.8 asic0 3 0 39.8 ... ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic1 0 0 0 asic1 1 0 0 asic1 2 0 0 asic1 3 0 0 ... The HLD is at here https://github.com/sonic-net/SONiC/blob/master/doc/voq/fabric.md Amendment is at sonic-net/SONiC#1656
ryanzhu706
added a commit
to ryanzhu706/sonic-utilities
that referenced
this pull request
May 31, 2024
What I did Added "show fabric counters rate mbps" command. The output of the command is ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic0 0 0 19.8 asic0 1 0 19.8 asic0 2 0 39.8 asic0 3 0 39.8 ... ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic1 0 0 0 asic1 1 0 0 asic1 2 0 0 asic1 3 0 0 ... The HLD is at here https://github.com/sonic-net/SONiC/blob/master/doc/voq/fabric.md Amendment is at sonic-net/SONiC#1656
arfeigin
pushed a commit
to arfeigin/sonic-utilities
that referenced
this pull request
Jun 16, 2024
What I did Added "show fabric counters rate mbps" command. The output of the command is ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic0 0 0 19.8 asic0 1 0 19.8 asic0 2 0 39.8 asic0 3 0 39.8 ... ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic1 0 0 0 asic1 1 0 0 asic1 2 0 0 asic1 3 0 0 ... The HLD is at here https://github.com/sonic-net/SONiC/blob/master/doc/voq/fabric.md Amendment is at sonic-net/SONiC#1656
nmoray
pushed a commit
to nmoray/sonic-utilities
that referenced
this pull request
Jun 25, 2025
What I did Added "show fabric counters rate mbps" command. The output of the command is ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic0 0 0 19.8 asic0 1 0 19.8 asic0 2 0 39.8 asic0 3 0 39.8 ... ASIC Link ID Rx Data Mbps Tx Data Mbps ------ --------- -------------- -------------- asic1 0 0 0 asic1 1 0 0 asic1 2 0 0 asic1 3 0 0 ... The HLD is at here https://github.com/sonic-net/SONiC/blob/master/doc/voq/fabric.md Amendment is at sonic-net/SONiC#1656
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update the fabric HLD with some fixes and CLI.