Skip to main content

Checking the MTU network setting on the storage system

You can change the network settings on the storage system if they are not the same as on the client or data switches. Whereas the management network MTU setting is set to 1500, the data network MTU size should be 9000.

Note
All ports within a broadcast-domain have the same MTU size, with the exception of the e0M port handling management traffic. If the port is part of a broadcast-domain, use the broadcast-domain modify command to change the MTU for all ports within the modified broadcast-domain. For more information, and to complete this task using Storage Manager, see the Editing broadcast domain settings.
  1. Check the MTU port setting on the storage system: network port show -instance
  2. Change the MTU port setting to 9000: network port modify -node nodename -port port -mtu 9000

Example

The following example changes the MTU port setting for e0a to 9000:

cluster1::*> network port modify -node node0 -port e0a -mtu 9000