Hi BrettV
I will try to give my opinion on here.
By enabling jumbo frames you can have performance improvements, however it requires careful planning in order to avoid potential downsides.
So related to your question No.1:
In a high-throughput, controller-based network, enabling jumbo frames (typically MTU 9000) between APs, switches, and controllers can reduce overhead and improve efficiency, especially for high-speed traffic such as:
- AP ↔ Controller communication
- AP ↔ Gateway uplinks (AOS10-based environments)
- High-bandwidth applications (e.g., VoIP, video streaming, large file transfers
You must be careful in making sure the compatibility issues with non-jumbo-frame devices. If any switches or links in the network don't support jumbo frames, it can lead to packet drops or fragmentation. Some firewall policies and ACLs may need adjustments for jumbo frame handling.
What would the best practice in my opinion is to enable jumbo frames on wired infrastructure (switches, controllers, gateways) first before enabling it on the APs. Ensure the entire path supports jumbo frames (AP → Switch → Gateway → Controller → Core Switch). Avoid enabling jumbo frames on client VLANs as most client devices use standard MTU sizes (typically 1500 bytes).
Related to your question No.2:
Since most wireless client devices do not support jumbo frames, here's what could happen. Clients send traffic with standard MTU (1500 bytes). Then the AP will forward these frames as-is, without fragmentation. If the AP, gateway, or switch uses jumbo frames (9000 bytes) for uplinks, it won't affect the clients because the AP can handle smaller frames natively and jumbo frames only apply to the infrastructure (AP↔Switch↔Gateway). If jumbo frames are sent directly to a client that doesn't support them, packets may be dropped so make sure client VLANs remain at standard MTU (1500 bytes). If the infrastructure uses jumbo frames for inter-device communication but needs to send a response to a client (which only supports 1500-byte frames), fragmentation does not occur at the AP level. The AP will reassemble and transmit standard MTU-sized packets to the client.
Related to your question No.3:
You have Global settings, where you can use jumbo-frame enable c command. You can verify the mtu in interfaces with show interface mtu. If you want per interface settings then you enter in the interface configuration as an example:
interface ethernet 1/1/1
mtu 9000
If you have portchannel / LAG you have to do it there:
interface port-channel 1
mtu 9000
Also, you have global firewall settings where the jumbo frame processing can be configured.
Related to your question No.4:
Try to check AP MTU with show ap debug system-status ap-name <AP_NAME>
You don't need to configure MTU on APs since the APs in AOS10 do not require a separate MTU Settings configuration. The MTU configuration will be inherited from the gateway/switch uplink as the AP is just a "CABLE" connectivity from Client →Switch
------------------------------
Shpat | ACEP | ACMP | ACCP | ACDP
Just an Aruba enthusiast and contributor by cases
If you find my comment helpful, KUDOS are appreciated.
------------------------------