[Arista7260cx3] update port_config.ini for Arista-7260CX3-D108C8#1130
Merged
yxieca merged 1 commit intosonic-net:masterfrom Nov 8, 2017
yxieca:port_config
Merged
[Arista7260cx3] update port_config.ini for Arista-7260CX3-D108C8#1130yxieca merged 1 commit intosonic-net:masterfrom yxieca:port_config
yxieca merged 1 commit intosonic-net:masterfrom
yxieca:port_config
Conversation
- Port 18 and 20 are now in 50G breakout mode.
prsunny
approved these changes
Nov 8, 2017
Contributor
|
@yxieca Would you mind to specify the diff you updated with your |
Contributor
Author
|
The current github master image is running SAI 1.0, it doesn't have all the required support for Arista7260CX3. We will switch over to SAI 1.2 in the near future. By then you will be able to get the correct bcm config file in the image. Regards, |
lguohan
pushed a commit
that referenced
this pull request
Oct 6, 2020
- [acl-loader] Revert fix for IP protocol == 0 (#1142) - Show sflow interface to display all interfaces enabled for sflow (#1143) - [sflow_test.py]: tests for config sflow commands. (#1112) - [config/console] Support add/del console port setting commands (#1136) - [cli][bgp]use vtysh in the show ip bgp summary command (#1137) - [README.md] Describe new package creation schema (#1131) - [consutil] Remove actual baud and refactor lib for future change (#1130) Signed-off-by: Danny Allen <[email protected]>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
…t#5545) - [acl-loader] Revert fix for IP protocol == 0 (sonic-net#1142) - Show sflow interface to display all interfaces enabled for sflow (sonic-net#1143) - [sflow_test.py]: tests for config sflow commands. (sonic-net#1112) - [config/console] Support add/del console port setting commands (sonic-net#1136) - [cli][bgp]use vtysh in the show ip bgp summary command (sonic-net#1137) - [README.md] Describe new package creation schema (sonic-net#1131) - [consutil] Remove actual baud and refactor lib for future change (sonic-net#1130) Signed-off-by: Danny Allen <[email protected]>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
…ic-net#1130) * [update] removed actual baud from consutil show result table * [refine] ensure only 1 db querying per command * [refine] refactor code for better reusing in future * [new] add a new return value ERR_CFG for indicating configuration issue Signed-off-by: [email protected]
prsunny
pushed a commit
that referenced
this pull request
Sep 29, 2022
Update sonic-sairedis submodule pointer to include the following: 2f92b4493e [syncd] bulk OID remove requires RID (#1130)
vmittal-msft
pushed a commit
to vmittal-msft/sonic-buildimage
that referenced
this pull request
Oct 20, 2025
<!--
Please make sure you've read and understood our contributing guidelines:
https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md
** Make sure all your commits include a signature generated with `git
commit -s` **
If this is a bug fix, make sure your description includes "fixes #xxxx",
or
"closes #xxxx" or "resolves #xxxx"
Please provide the following information:
-->
#### Why I did it
Cherry-pick from
sonic-net#22465
This PR is to support `LowerSpineRouter` as a subtype in minigraph
parser.
##### Work item tracking
- Microsoft ADO **32614515**:
#### How I did it
If a device is `SpineRouter`, then try to parse `SubType` from
minigraph.
#### How to verify it
The change is verified by UT.
<!--
If PR needs to be backported, then the PR must be tested against the
base branch and the earliest backport release branch and provide tested
image version on these two branches. For example, if the PR is requested
for master, 202211 and 202012, then the requester needs to provide test
results on master and 202012.
-->
#### Which release branch to backport (provide reason below if selected)
<!--
- Note we only backport fixes to a release branch, *not* features!
- Please also provide a reason for the backporting below.
- e.g.
- [x] 202006
-->
- [ ] 201811
- [ ] 201911
- [ ] 202006
- [ ] 202012
- [ ] 202106
- [ ] 202111
- [ ] 202205
- [ ] 202211
- [ ] 202305
#### Tested branch (Please provide the tested image version)
<!--
- Please provide tested image version
- e.g.
- [x] 20201231.100
-->
- [ ] <!-- image version 1 -->
- [ ] <!-- image version 2 -->
#### Description for the changelog
<!--
Write a short (one line) summary that describes the changes in this
pull request for inclusion in the changelog:
-->
<!--
Ensure to add label/tag for the feature raised. example - PR#2174 under
sonic-utilities repo. where, Generic Config and Update feature has been
labelled as GCU.
-->
This PR is to support `LowerSpineRouter` as a subtype in minigraph
parser.
#### Link to config_db schema for YANG module changes
<!--
Provide a link to config_db schema for the table for which YANG model
is defined
Link should point to correct section on
https://github.com/Azure/sonic-buildimage/blob/master/src/sonic-yang-models/doc/Configuration.md
-->
No YANG model change.
#### A picture of a cute animal (not mandatory but encouraged)
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.
- What I did
Change port 18 and 20 to 50G breakout ports to match the intended production topology.
- How to verify it
Included this change on my arista7260cx3 dut along with the updated config.bcm file, these 2 ports came up as 50G breakout ports.