Apologies if this was covered in another thread. Feel free to point me to that if that is the case.
I have a multimode LACP VIF. Currently I have 2 VLANs (virtual interfaces) configured on it. Everything is set to MTU1500.
vif1: flags=0xa2d08863<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,VLAN> mtu 1500
vif1-2151: flags=0x2948863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
vif1-2157: flags=0x2948863<UP,BROADCAST,RUNNING,MULTICAST,TCPCKSUM> mtu 1500
We are about to enable jumbo frames on the swith, and I will be adding new VLANs (virtual interfaces) wich use MTU9000.
Just looking at ifconfig, the MTU of the VIF is 1500. Does this matter? If I add the new VLANs (virtual interfaces) with MTU9000, do I have to destroy and recreate the base VIF with MTU9000, or is that ignored and just the MTU of the VLANs (virtual interfaces) that matters?
vif1-2158 with mtu 9000 - being added
vif1: flags=0xa2d08863<BROADCAST,RUNNING,MULTICAST,TCPCKSUM,VLAN> mtu 1500 - does this need to be destroyed and recreated with mtu 9000?
Thanks in advance.