Skip to content
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

VLAN Interfaces Have MTU 1500 #5201

Closed
tahmed-dev opened this issue Aug 17, 2020 · 3 comments
Closed

VLAN Interfaces Have MTU 1500 #5201

tahmed-dev opened this issue Aug 17, 2020 · 3 comments

Comments

@tahmed-dev
Copy link
Contributor

Description
VLAN interfaces on host, have default MTU1500. Attempt to reconfigure the MTU to 9100 (Jambo frames). Subsequently, radv does throw a warning message when it add a link MTU:

Aug 10 06:38:14.914860 <sonic-hostname> WARNING radv#radvd[44]: AdvLinkMTU for Vlan2820 (9100) must be zero or between 1280 and 1500  

Steps to reproduce the issue:

  1. Reboot into SONiC device with Vlans configured (ToRRouter)
  2. Observe Vlan MTU using sudo ifconfig Vlan<x>
  3. Observe Bridge MTU using sudo ifconfig Bridge

Describe the results you received:
Vlan MTU is set to 1500
Bridge MTU is set to 1500

Describe the results you expected:
Vlan MTU 9100 in order to be inline with member ports MTU

@tahmed-dev
Copy link
Contributor Author

@rlhui, This issue has been fixed via PR:1393

@tahmed-dev
Copy link
Contributor Author

This issue was opened to track updates into 201911. it is resolved as per above comment. assigning to @rlhui

@prsunny
Copy link
Contributor

prsunny commented Sep 22, 2020

This is a limitation with 4.9 kernel (201911). Hence the fix is not taken to 201911 but only available in master (4.19 kernel). Please find the notes here - sonic-net/sonic-swss#1393 (comment)

@prsunny prsunny closed this as completed Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants