vSAN1

 View Only
  • 1.  Is that possible just change MTU on top of rack switchs for vsan traffic

    Posted 26 days ago

    I fixed two separate pnics for my vsan traffic So want to know is that enough just change MTU = 9000 for vsan traffic on TOR switch or that is necessary to change MTU also on my core switch?  



  • 2.  RE: Is that possible just change MTU on top of rack switchs for vsan traffic

    Broadcom Employee
    Posted 25 days ago

    The short answer is: It depends entirely on whether your vSAN traffic ever leaves those Top-of-Rack (ToR) switches.

    The golden rule of Jumbo Frames (MTU 9000) is that they must be configured end-to-end on every single device in the data path. If even one switch or port in the path has a lower MTU, the packets will be dropped or fragmented, which will cause severe vSAN performance issues or cluster partitions.

    Here is how to determine if your core switch needs the change:

    Scenario 1: You ONLY need to change the ToR Switch

    You do not need to change the MTU on the core switch if:

    • All your vSAN hosts are plugged into the exact same ToR switch (or the same pair of stacked/VLT ToR switches).

    • The vSAN VLAN is completely isolated to the ToR switches and does not traverse uplinks to the Core switch.

    • Your vSAN traffic is strictly Layer 2 (no routing between different vSAN subnets).

    In this scenario, the vSAN traffic flows from Host A $\rightarrow$ ToR Switch $\rightarrow$ Host B. Because the core switch is never touched by this traffic, its MTU setting doesn't matter for vSAN.

    Scenario 2: You MUST change the Core Switch

    You must configure MTU 9000 on the core switch if:

    • Your vSAN cluster spans multiple racks, meaning traffic has to go from ToR A $\rightarrow$ Core $\rightarrow$ ToR B.

    • You are using a vSAN Stretched Cluster across different physical rooms or sites.

    • You are routing vSAN traffic over Layer 3, and the gateway/router lives on the Core switch.

    Don't Forget the vSphere Side!

    Changing the physical switches is only half the battle. To actually use Jumbo Frames, you must also set the MTU to 9000 in VMware:




  • 3.  RE: Is that possible just change MTU on top of rack switchs for vsan traffic

    Posted 21 days ago

    Thanks .

    1- As all hosts in the cluster doesn't need to communicate through vsan interface with other hosts in the other clusters . So that is not mandatory to set GW for my vsan vmkernel . Is that correct ?

    2- So does not need to change MTU on core switch while does not set GW for vsan vmkernel . Is that correct ?




  • 4.  RE: Is that possible just change MTU on top of rack switchs for vsan traffic

    Posted 23 days ago

    Would you please help me ?