<div dir="ltr">Hi Mark,<br><br>On Mon, 6 Apr 2020 at 18:51, Mark Tinka <<a href="mailto:mark.tinka@seacom.mu" target="_blank">mark.tinka@seacom.mu</a>> wrote:<br>><br>> However, VMware ESXi does not<br>> support anything larger than 9,000 bytes, and that is where we run our RR's.<br><div><br></div><div>Since vsphere67u3 (ESXi 6.7 U3), you can set an MTU of up to 9,190 bytes:</div><div><br></div><div>[root@esxi01o:~] esxcli network vswitch standard list<br>vSwitch2<br>   Name: vSwitch2<br>   Class: cswitch<br>   Num Ports: 3456<br>   Used Ports: 1<br>   Configured Ports: 128<br>   MTU: 9000<br>   CDP Status: listen<br>   Beacon Enabled: false<br>   Beacon Interval: 1<br>   Beacon Threshold: 3<br>   Beacon Required By: <br>   Uplinks: <br>   Portgroups: pg-vlan204-LAB-STORAGE, pg-trunk, pg-vlan201-LAB-VMGMT<br><br></div><div>[root@esxi01o:~] esxcli network vswitch standard set -m=9190 -v vSwitch2<br>[root@esxi01o:~] esxcli network vswitch standard list<br>vSwitch2<br>   Name: vSwitch2<br>   Class: cswitch<br>   Num Ports: 3456<br>   Used Ports: 1<br>   Configured Ports: 128<br>   MTU: 9190<br>   CDP Status: listen<br>   Beacon Enabled: false<br>   Beacon Interval: 1<br>   Beacon Threshold: 3<br>   Beacon Required By: <br>   Uplinks: <br>   Portgroups: pg-vlan204-LAB-STORAGE, pg-trunk, pg-vlan201-LAB-VMGMT<br></div><div><br></div><div>The host UI doesn't let you go >9000 bytes so (for now) you need to use the CLI.</div><div><br></div><div>Are your FRR VM vNICs attached to standard or distributed vswitch port groups?</div><div><br></div><div>You'll also need >9,000 byte MTU support in the vNIC driver, obviously.</div><div><br></div><div>Cheers,<br></div><div>Dale</div><div><br></div></div>