Project

General

Profile

MTU increase Issue

Added by Bhardwaj Kotha 23 days ago

Hi,

I am working on enabling Jumbo Frames and need to increase the MTU size on the eth0, eth1, and br0 interfaces. While I was able to successfully update the MTU size for eth1 and br0, I encountered an issue with eth0. When attempting to bring the eth0 link down to modify its MTU size, the link is automatically brought back up, preventing me from making the change. Could you please advise on how to address this issue?


Replies (4)

RE: MTU increase Issue - Added by Bhardwaj Kotha 14 days ago

Hello,

Hi,

I am working on enabling Jumbo Frames and need to increase the MTU size on the eth0, eth1, and br0 interfaces. While I was able to successfully update the MTU size for eth1 and br0, I encountered an issue with eth0. When attempting to bring the eth0 link down to modify its MTU size, the link is automatically brought back up, preventing me from making the change. Could you please advise on how to address this issue?

RE: MTU increase Issue - Added by Daniel Vincelette 13 days ago

Hello,

It might be that you need to take br0 down before taking eth0 down. The issue could be that br0 isn't allowing eth0 to go down.

Dan

RE: MTU increase Issue - Added by Bhardwaj Kotha 10 days ago

Hi,

yeah i'm tried that firstly i am down the br0 and its goes to down then after i am tried to down eth0, its going down properly but it automatically brings up, it was not able to bring down eth0.
please find the below screenshot.

RE: MTU increase Issue - Added by Daniel Vincelette 10 days ago

Hi,

I was able to recreate the issue on a board here. The ifplugd service, which is used to detect ethernet connectivity status, is bringing eth0 up as soon as you bring it down. You need to stop the ifplugd service before bringing eth0 down.

Here is the commands I ran:

root@mitysom-c5:~# /etc/init.d/ifplugd stop
Stopping Network Interface Plugging Daemon: eth0.
root@mitysom-c5:~# ip link set br0 down
root@mitysom-c5:~# ip link set eth0 down 

    (1-4/4)
    Go to top
    Add picture from clipboard (Maximum size: 1 GB)