Configures the global MTU (maximum transmission unit) for Layer 2, IPv4, and IPv6.
In SLX-OS, you can use the show running-config command to see see the global MTU configuration.
This example configures the global MTU for IP address 10.x.x.x.
# efa inventory device system set-mtu --ip 10.x.x.x --mtu 1900 --ip- mtu 1800 --ipv6-mtu 1800 WARNING: Setting MTU at device level will set MTU for all the interfaces where it's not explicitly set. This could cause some issues where traffic is running. Do you want to proceed [y/n]? y Global MTU Updated Successfully +--------------+------+--------+----------+ | IP Address | MTU | IP MTU | IPv6 MTU | +--------------+------+--------+----------+ | 10.x.x.x | 1900 | 1800 | 1800 | +--------------+------+--------+----------+ Global MTU Details --- Time Elapsed: 53.09144911s ---