Closed
Conversation
|
This was referenced Feb 24, 2023
7 tasks
7 tasks
|
Commenter does not have sufficient privileges for PR 11805 in repo sonic-net/sonic-buildimage |
|
请问AS6712-32X 要支持breakout应该如何修改platform.json 和hwsku.json? |
Contributor
Author
Hi, You could try breakout mode on Ethernet0 to Ethernet48 firstly, thanks. Sincerely, |
This was referenced Oct 8, 2024
|
mostly worked on as7712. the only issue is on Ethernet56 only first lane passes traffic with 4x25G config. the rest lanes are up without traffic. 100G on that port works well and the rest of the ports do not have this issue. |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tigerfu000
pushed a commit
to tigerfu000/ec-sonic-buildimage
that referenced
this pull request
Jan 22, 2025
sonic-net/sonic-buildimage#11805 Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D Why I did it Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D How I did it Add platform.json and hwsku.json How to verify it Refer to the original PR
tigerfu000
pushed a commit
to tigerfu000/ec-sonic-buildimage
that referenced
this pull request
Feb 3, 2025
sonic-net/sonic-buildimage#11805 Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D Why I did it Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D How I did it Add platform.json and hwsku.json How to verify it Refer to the original PR
tigerfu000
pushed a commit
to tigerfu000/ec-sonic-buildimage
that referenced
this pull request
Feb 7, 2025
sonic-net/sonic-buildimage#11805 Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D Why I did it Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D How I did it Add platform.json and hwsku.json How to verify it Refer to the original PR
Collaborator
|
/azp run Azure.sonic-buildimage |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D
Why I did it
Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X,
AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D
How I did it
Add platform.json and hwsku.json
How to verify it
AS9716-32D, AS9726-32D, AS9736-64D:
config interface breakout Ethernet16 '1x400G' -y
config interface breakout Ethernet24 '1x400G' -y
config interface breakout Ethernet16 '2x200G' -y
config interface breakout Ethernet24 '2x200G' -y
config interface breakout Ethernet16 '4x100G' -y
config interface breakout Ethernet24 '4x100G' -y
config interface breakout Ethernet16 '1x100G40G' -y
config interface breakout Ethernet24 '1x100G40G' -y
config interface breakout Ethernet16 '2x50G(4)' -y
config interface breakout Ethernet24 '2x50G(4)' -y
config interface breakout Ethernet16 '4x25G10G' -y
config interface breakout Ethernet24 '4x25G10G' -y
AS7712-32X, AS7326-56X, AS5835-54X:
config interface breakout Ethernet48 '1x100G[40G]' -y
config interface breakout Ethernet60 '1x100G[40G]' -y
config interface breakout Ethernet48 '2x50G' -y
config interface breakout Ethernet60 '2x50G' -y
config interface breakout Ethernet48 '4x25G' -y
config interface breakout Ethernet60 '4x25G' -y
config interface breakout Ethernet48 '4x10G' -y
config interface breakout Ethernet60 '4x10G' -y
AS4630-54PE, AS4630-54TE:
config interface breakout Ethernet52 '1x100G[40G]' -y
config interface breakout Ethernet56 '1x100G[40G]' -y
config interface breakout Ethernet52 '2x50G' -y
config interface breakout Ethernet56 '2x50G' -y
config interface breakout Ethernet52 '4x25G[10G]' -y
config interface breakout Ethernet56 '4x25G[10G]' -y
AS7726-32X:
config interface breakout Ethernet0 '4x25G' -y
config interface breakout Ethernet4 '4x25G' -y
config interface breakout Ethernet0 '1x100G[40G]' -y
config interface breakout Ethernet4 '1x100G[40G]' -y
AS5835-54T:
config interface breakout Ethernet48 '4x25G' -y
config interface breakout Ethernet60 '4x25G' -y
config interface breakout Ethernet48 '1x100G[40G]' -y
config interface breakout Ethernet60 '1x100G[40G]' -y
AS4630-54NPE:
config interface breakout Ethernet52 '4x25G[10G]' -y
config interface breakout Ethernet56 '4x25G[10G]' -y
config interface breakout Ethernet52 '1x100G[40G]' -y
config interface breakout Ethernet56 '1x100G[40G]' -y
Which release branch to backport (provide reason below if selected)
Description for the changelog
Support dynamic port breakout on AS9716-32D,AS7712-32X,AS7326-56X,AS5835-54X,AS4630-54PE, AS7726-32X, AS5835-54T, AS4630-54NPE, AS9726-32D, AS4630-54TE and AS9736-64D
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)