Jumbo frames and VLANs
wluke
66 Posts
January 12, 2022, 4:11 pmQuote from wluke on January 12, 2022, 4:11 pmHi,
I plan to use 4 x 10G NICs LACP bonded for both management and backend networks, and split the networks into different VLANs.
The backend network will use jumbo frames, however the management network will not. As such all the physical interfaces will need jumbo frames, as will the bond, but the VLANs will need different sizes.
I'm at the new cluster setup / deployment network settings page, and I can't see where in the UI I can configure the jumbo frame settings per VLAN or against the management or backend networks.
Is it possible to set this manually in the config, or am I missing somewhere in the UI to set it?
Thanks,
Will
Hi,
I plan to use 4 x 10G NICs LACP bonded for both management and backend networks, and split the networks into different VLANs.
The backend network will use jumbo frames, however the management network will not. As such all the physical interfaces will need jumbo frames, as will the bond, but the VLANs will need different sizes.
I'm at the new cluster setup / deployment network settings page, and I can't see where in the UI I can configure the jumbo frame settings per VLAN or against the management or backend networks.
Is it possible to set this manually in the config, or am I missing somewhere in the UI to set it?
Thanks,
Will
admin
2,930 Posts
January 12, 2022, 5:09 pmQuote from admin on January 12, 2022, 5:09 pmYou enable jumbo on the physical interfaces, not specific vlans on the interface.
You enable jumbo on the physical interfaces, not specific vlans on the interface.
wluke
66 Posts
January 12, 2022, 6:32 pmQuote from wluke on January 12, 2022, 6:32 pmI require 1500 MTU for my management network (VLAN1) and 9000/jumbo for the Backend network (VLAN20). How would I configure this?
Normally in Linux I'd set the MTU on the VLAN interface.
Thanks
I require 1500 MTU for my management network (VLAN1) and 9000/jumbo for the Backend network (VLAN20). How would I configure this?
Normally in Linux I'd set the MTU on the VLAN interface.
Thanks
wluke
66 Posts
January 12, 2022, 7:07 pmQuote from wluke on January 12, 2022, 7:07 pmEffectively, running "ip link set bond0.1 mtu 1500" once things are up sorts the network how it should be (changes the management VLAN 1 from 9000 to 1500 MTU). Is there a way to do this in the config or a "post boot" type script?
Effectively, running "ip link set bond0.1 mtu 1500" once things are up sorts the network how it should be (changes the management VLAN 1 from 9000 to 1500 MTU). Is there a way to do this in the config or a "post boot" type script?
admin
2,930 Posts
February 6, 2022, 2:08 pmQuote from admin on February 6, 2022, 2:08 pmYou can customize network via scripts
/opt/petasan/scripts/custom/post_start_network.sh.example
rename from .example and write any network configs you want.
Currently in PetaSAN we only support setting MTU on networks other than management, we also enable MTU per interface and not per individual VLANs.
You can customize network via scripts
/opt/petasan/scripts/custom/post_start_network.sh.example
rename from .example and write any network configs you want.
Currently in PetaSAN we only support setting MTU on networks other than management, we also enable MTU per interface and not per individual VLANs.
wluke
66 Posts
February 8, 2022, 10:20 amQuote from wluke on February 8, 2022, 10:20 amPerfect, that should let me set the management VLAN to MTU 1500 instead of 9000.
Currently I've all VLANs over the same 4x10G LAG, and so the interface itself must have an MTU of 9000.
Perfect, that should let me set the management VLAN to MTU 1500 instead of 9000.
Currently I've all VLANs over the same 4x10G LAG, and so the interface itself must have an MTU of 9000.
Jumbo frames and VLANs
wluke
66 Posts
Quote from wluke on January 12, 2022, 4:11 pmHi,
I plan to use 4 x 10G NICs LACP bonded for both management and backend networks, and split the networks into different VLANs.
The backend network will use jumbo frames, however the management network will not. As such all the physical interfaces will need jumbo frames, as will the bond, but the VLANs will need different sizes.
I'm at the new cluster setup / deployment network settings page, and I can't see where in the UI I can configure the jumbo frame settings per VLAN or against the management or backend networks.
Is it possible to set this manually in the config, or am I missing somewhere in the UI to set it?
Thanks,
Will
Hi,
I plan to use 4 x 10G NICs LACP bonded for both management and backend networks, and split the networks into different VLANs.
The backend network will use jumbo frames, however the management network will not. As such all the physical interfaces will need jumbo frames, as will the bond, but the VLANs will need different sizes.
I'm at the new cluster setup / deployment network settings page, and I can't see where in the UI I can configure the jumbo frame settings per VLAN or against the management or backend networks.
Is it possible to set this manually in the config, or am I missing somewhere in the UI to set it?
Thanks,
Will
admin
2,930 Posts
Quote from admin on January 12, 2022, 5:09 pmYou enable jumbo on the physical interfaces, not specific vlans on the interface.
You enable jumbo on the physical interfaces, not specific vlans on the interface.
wluke
66 Posts
Quote from wluke on January 12, 2022, 6:32 pmI require 1500 MTU for my management network (VLAN1) and 9000/jumbo for the Backend network (VLAN20). How would I configure this?
Normally in Linux I'd set the MTU on the VLAN interface.
Thanks
I require 1500 MTU for my management network (VLAN1) and 9000/jumbo for the Backend network (VLAN20). How would I configure this?
Normally in Linux I'd set the MTU on the VLAN interface.
Thanks
wluke
66 Posts
Quote from wluke on January 12, 2022, 7:07 pmEffectively, running "ip link set bond0.1 mtu 1500" once things are up sorts the network how it should be (changes the management VLAN 1 from 9000 to 1500 MTU). Is there a way to do this in the config or a "post boot" type script?
Effectively, running "ip link set bond0.1 mtu 1500" once things are up sorts the network how it should be (changes the management VLAN 1 from 9000 to 1500 MTU). Is there a way to do this in the config or a "post boot" type script?
admin
2,930 Posts
Quote from admin on February 6, 2022, 2:08 pmYou can customize network via scripts
/opt/petasan/scripts/custom/post_start_network.sh.example
rename from .example and write any network configs you want.
Currently in PetaSAN we only support setting MTU on networks other than management, we also enable MTU per interface and not per individual VLANs.
You can customize network via scripts
/opt/petasan/scripts/custom/post_start_network.sh.example
rename from .example and write any network configs you want.
Currently in PetaSAN we only support setting MTU on networks other than management, we also enable MTU per interface and not per individual VLANs.
wluke
66 Posts
Quote from wluke on February 8, 2022, 10:20 amPerfect, that should let me set the management VLAN to MTU 1500 instead of 9000.
Currently I've all VLANs over the same 4x10G LAG, and so the interface itself must have an MTU of 9000.
Perfect, that should let me set the management VLAN to MTU 1500 instead of 9000.
Currently I've all VLANs over the same 4x10G LAG, and so the interface itself must have an MTU of 9000.