Skip to content

[Nokia][devicedata] Modified the port autoneg default setting for Nokia-7215 platform #13459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2023

Conversation

mlok-nokia
Copy link
Contributor

Why I did it

autoneg is not supported in the previous release 202012 on Nokia-7215 platform. To migrate to the 202205 image with autoneg support, we need to disable the autoneg to allow the link to be up when issue load minigraph. This requires to change the autoneg setting to be off in the port_config.ini file.

How I did it

Modify the port_config.ini to set the autoneg off.

How to verify it

  1. Running the new image, with load mingraph.xml, execute "show int autonet status" should show autoneg disabled
admin@ixs-7215-pizza9:~$ show inter autoneg status
  Interface    Auto-Neg Mode    Speed    Oper    Admin
-----------  ---------------  -------  ------  -------
  Ethernet0         disabled       1G    down       up
  Ethernet1         disabled      1G    down       up
  Ethernet2         disabled      1G    down       up
  Ethernet3         disabled      1G    down       up
  Ethernet4         disabled       1G    down       up
  Ethernet5         disabled       1G    down       up

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211

Description for 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.

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@yxieca yxieca merged commit e6fde1d into sonic-net:202205 Feb 9, 2023
@mlok-nokia mlok-nokia deleted the nokia-7214-port-config branch September 27, 2024 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants