Cisco Ultra-Reliable Wireless Backhaul Standalone, Software Configuration Guide, Release 26.1.x

PDF

Configure AMPDU using CLI

Want to summarize with AI?

Log in

Configure an Aggregated MAC Protocol Data Unit's (AMPDU) length and priority using CLI commands.


This task allows you to configure AMPDU length and priority settings to optimize wireless network performance and transmission efficiency.

AMPDU (Aggregated MAC Protocol Data Unit) configuration enables you to adjust transmission parameters for wireless interfaces to improve network throughput and manage traffic prioritization.

Before you begin

Follow these steps to configure AMPDU using CLI:

Procedure

1.

Configure the AMPDU length using the following command:

Example:

Device# configure dot11radio <interface> ampdu length <length>

length: <0-255> integer number – microseconds

2.

Configure AMPDU priority enable or disable setting:

Example:

Device# configure dot11radio <interface> ampdu priority {enable | disable}

enable: enable AMPDU tx priority

disable: disble AMPDU tx priority

3.

Configure AMPDU priority for specific indexes:

Example:

Device# configure dot11radio <interface> ampdu priority [enable] 

0: AMPDU tx priority for index 0

1: AMPDU tx priority for index 1

2: AMPDU tx priority for index 2

3: AMPDU tx priority for index 3

4: AMPDU tx priority for index 4

5: AMPDU tx priority for index 5

6: AMPDU tx priority for index 6

7: AMPDU tx priority for index 7

all: AMPDU tx priority for all indexes (index 0 to 7)