efa inventory device system set-mtu

Configures the global MTU (maximum transmission unit) for Layer 2, IPv4, and IPv6.

Syntax

efa inventory device system set-mtu [--ip device-ip --mtu l2-mtu --ip-mtu ipv4-mtu --ipv6-mtu ipv6-mtu ]

Parameters

--ip device-ip
Specifies the IP address of the device.
--mtu l2-mtu
Specifies the global MTU for Layer 2.
--ip-mtu ipv4-mtu
Specifies the global MTU for IPv4.
--ipv6-mtu ipv6-mtu
Specifies the global MTU for IPv6.

Usage Guidelines

In SLX-OS, you can use the show running-config command to see see the global MTU configuration.

Examples

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 ---