Jumbo Frame Support

Jumbo frames are the data frames that are larger than 1500 bytes and includes the Layer 2 header and frame check sequence. Jumbo frames can support up to 9216 bytes and can be configured on the following:

  • Mobility Controllers (7000 Series controllers, 7200 Series controllers, 9000 Series controllers, 9200 Series controllers, and Mobility Controller Virtual Appliances).
  • Mobility Conductor (Mobility Conductor Virtual Appliance and hardware Mobility Conductor) .

In centralized deployments, frames that are more than 1500 bytes in size are generated from the AP to the managed device during encryption and enabling AMSDU. Therefore, whenever the AP associates to the managed device, jumbo frames are used to get the highest network performance. If this functionality is not supported, the data frames gets fragmented, which reduces the overall throughput of the network and makes the network slow.

Jumbo frames are not supported on Virtual Mobility Controllers (VMC)s running on Windows Hyper-V.

You can enable the jumbo frame support in the following scenarios:

The following sections describe:

Limitations for Jumbo Frame Support

This release of AOS-8 does not support the jumbo frames for the following scenarios:

  • IPIP and xSec.
  • Fragmentation and Reassembly of IPv4 and IPv6.

Configuring Jumbo Frame Support

You can use the CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. to configure the jumbo frame support:

Viewing Status of Jumbo Frame Support

Execute the following command to view the global status of the jumbo frame support:

(host) [mynode] #show firewall

Execute the following command to view the jumbo frame status on a port:

(host) [mynode] #show interface gigabitethernet <slot>/module>/<port>

Execute the following command to view the jumbo frame status on a port channel:

(host) [mynode] #show interface port-channel <id>

Execute the following commands to view the jumbo frame status in an IPsec Internet Protocol security. IPsec is a protocol suite for secure IP communications that authenticates and encrypts each IP packet in a communication session. site-to-site tunnel:

(host) [mynode] (config) #show crypto-local ipsec-map

(host) [mynode] (config) #show datapath tunnel ipv4

(host) [mynode] (config) #show datapath tunnel ipv6

(host) [mynode] (config) #show datapath port

Jumbo Lite Frames Support

Starting from AOS-8.10.0.0, the Jumbo Lite frames are supported in both IPv4 and IPv6 network. The Jumbo Lite frames are supported over an IPsec Internet Protocol security. IPsec is a protocol suite for secure IP communications that authenticates and encrypts each IP packet in a communication session. site-to-site tunnel for the VMCs. This feature allows the VMC to forward data frames over an IPsec Internet Protocol security. IPsec is a protocol suite for secure IP communications that authenticates and encrypts each IP packet in a communication session. site-to-site tunnel that are larger than 1500 bytes without fragmentation, which enhances the overall network performance.

In IPv6 site-to-site tunnels, the minimum MTU Maximum Transmission Unit. MTU is the largest size packet or frame specified in octets (eight-bit bytes) that can be sent in networks such as the Internet. size is 1280 bytes. When a user configures the MTU Maximum Transmission Unit. MTU is the largest size packet or frame specified in octets (eight-bit bytes) that can be sent in networks such as the Internet. size with a value less than 1280 bytes, the IPv6 tunnels will use an MTU Maximum Transmission Unit. MTU is the largest size packet or frame specified in octets (eight-bit bytes) that can be sent in networks such as the Internet. size of 1280 bytes. For non-VMC platforms, the maximum MTU Maximum Transmission Unit. MTU is the largest size packet or frame specified in octets (eight-bit bytes) that can be sent in networks such as the Internet. size is limited to 2500 bytes.

You can execute the following command using the CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. to configure jumbo lite frame support:

(host) [mynode] (config) #crypto ipsec mtu <1024-2500>

You can execute the following command using the CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. to view the status of the jumbo lite frame support:

(host) [mynode] #show crypto ipsec mtu