01-11-2017 10:34 AM - last edited on 03-25-2019 01:40 PM by ciscomoderator
Hi Friends,
How we can configure the MTU size 9216 in Nexus 9372TX ?
As I have configured the MTU size 9216 by executing below CLI in Nexus 9372TX
interface Ethernet 1/47
system jumbomtu 9216
Above cli is executed successful but when we execute the below cli
show interface Ethernet 1/47
In Output we are still getting MTU 9100
Please help me to fix this issue as I need to configure mtu size 9216 as my server having the mtu size is 9216 due to which my server is not coming up.
Your support is required.
Thanks
Ganesh Prasad Gupta
01-11-2017 10:58 AM
Hello,
Here is some reference documentation
http://www.cisco.com/c/en/us/support/docs/switches/nexus-9000-series-switches/118994-config-nexus-00.html
Layer 2 MTU can be set either through the network Quality of Service (QoS) policy or by configuring the port itself on switches that support per-port MTU. Only the Nexus 7000, 7700, 9300, and 9500 support per-port MTU.
Nexus 7000, 7700, 9300, and 9500 Configuration
In order to configure MTU on a per-port basis, this configuration is needed:
Switch(config)#interface ethernet 1/1
Switch(config-if)#mtu 9216
HTH,
Wes
01-11-2017 12:33 PM
Please mark the answer as correct if you found it helpful so others can find it easier.
-Wes
01-11-2017 01:48 PM
Wesley is correct. The command you're using, system jumbomtu, is setting the maximum jumbo mtu size for the switch as a whole (hence, system) and is not an interface level command. You can confirm that by hitting ? after entering the interface configuration. You should not see system jumbomtu, but you should see the mtu command, which is what configures the MTU for that particular interface.
01-11-2017 11:25 PM
Hi Wesley,
Thanks for your kind response.
That switch model in Nexus 3548 but the problem is same and as per the shared URL we are getting same status.
One thing i am not sure the by configuring qos it will affect on all physical port of nexus as we have to configure qos on global mode only.
so how we can achieved mtu 9216 on interface level (Nexus 3548)
Ganesh
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide