This post is more than 5 years old
115 Posts
0
865
July 11th, 2011 05:00
NX4 networking question
Hi All
on my nx4 when i enter the server_netstat server_2 -i command it lists all the physical connections and the MTU is shown as 9000
When i enter the server_ifconfig server_2 ALL command the MTU is shown as 1500
can the MTU be set on the device or is it picking up this because the switches are jumbo frame enabled
should i set the MTU to 9000 on the interfaces also
Thanks for any help or suggestions, were checking the config due to some cifs performance issues when copying some large amounts of data
Paul
No Events found!
gbarretoxx1
366 Posts
0
July 11th, 2011 17:00
Hi,
the server_netstat -i shows what MTU the device ( i.e cge0, cge1 ) is capable.
The actual MTU for the interface is shown with the server_ifconfig command.
If you want to change theMTU for an specific interface, use the syntax below :
$ server_ifconfig <movername> > mtu=<MTUbytes>
Gustavo Barreto.
tarini1
29 Posts
0
July 11th, 2011 11:00
Hello Paul,
Thank you for reaching out to us, and posting your question on our Unified Storage ECN Community. I am moving your question over to the general support forum, where a number of our product experts will be able to view it, and you will get a more timely response to your specific question. Please let us know if you have any other questions.
Thanks,
Tarini
devin_graham
14 Posts
0
July 11th, 2011 12:00
Hello Paul,
I have moved your question into the Celerra Support Forum in hopes that it will expedite an answer.
From,
Devin
pharford57
115 Posts
0
July 12th, 2011 00:00
Thanks Gustavo