Unsolved
3 Posts
0
976
February 9th, 2021 09:00
VNXe3200 change MTU with new OS Unispehre 3.1.12
I updated my VNXe3200 to OS 3.1.12.
Now I wanted to change the MTU of the SP ports and I can't find the option.
The help documentation says there is an icon to edit, but it doesn't appear:
No Events found!
DELL-Josh Cr
Moderator
•
9.3K Posts
1
February 9th, 2021 15:00
What is under the gear icon in the top right of the center pane?
Zango
3 Posts
0
February 9th, 2021 23:00
@DELL-Josh Cr The MTU option is unchecked. When I check the MTU option, MTU data appear in the table, but I can´t edit. Edit option/icon dont appear.
DELL-Sam L
Moderator
•
7.6K Posts
1
February 10th, 2021 08:00
Hello Zango
Have you tried to change the MTU size via CLI? Here is the link to the CLI guide and on page 98-99 it shows how to do it via CLI. https://dell.to/3d0otlZ
Zango
3 Posts
0
February 12th, 2021 06:00
Thanks, I have changed them by the CLI.
I leave here the commands used.
The first to see the list and get the id :
uemcli -d 192.1.1.1 -u Local/user1 -p password /net/port/eth show
The second to put MTU 9000 on the ethernet:
uemcli -d 192.1.1.1 -u Local/user1 -p password /net/port/eth -id spa_eth4 set -mtuSize 9000