Main Menu

Search

LINUX: How To Change MTU Setting Value for Network Bonds/Interfaces Dynamically Without Reboot? ("ip link" Command)

Below command can be used to change MTU setting value for Network bonds/interfaces dynamically without reboot.
ip link set dev <bond/interface name> mtu <value>

For e.g. if you want MTU value for network bond bond0 as 64000, your command looks as follows:


ip link set dev bond0 mtu 64000


Products to which Article Applies

All Linux Operating Systems

Additional Reference

https://www.cyberciti.biz/faq/how-can-i-setup-the-mtu-for-my-network-interface/
http://www.tldp.org/test/en/linux-ip/apbs03.html



 


tarun boyella

No comments:

Post a Comment