07-12-2021 11:57 PM - edited 07-13-2021 03:23 AM
Hi,
Can you please guide me on how to configure the AP in order to send only AMSDU packets (and not aggregation packets with BA)?
This is the command I'm using with Cisco 1250 in order to do that:
Cisco
Cisco
en
Cisco
configure terminal
dot11 addba enable
interface dot11Radio 0
no frag
end
wr
What is the equivalent command with Cisco 9130AXE?
Thank you
07-15-2021 05:46 AM
Anyone can please help me with the required configuration?
07-15-2021 11:12 PM
You can use this command in config mode to enable amsdu to be used in all queues:
ap dot11 5ghz dot11n a-msdu tx priority all
HTH
- Jesus
07-19-2021 06:01 AM
Can you please provide the syntax for 2.4GHz?
07-19-2021 06:57 AM
I don't remember if yo may need to shutdown networks before this change:
ap dot11 5ghz shutdown
ap dot11 24ghz shutdown
ap dot11 5ghz dot11n a-msdu tx priority all
ap dot11 24ghz dot11n a-msdu tx priority all
no ap dot11 5ghz shutdown
no ap dot11 24ghz shutdown
HTH
- Jesus
07-19-2021 11:41 PM
Thank you!
What is the command to return working with aggregated AMPDU?
07-20-2021 01:53 AM
This is straightful:
ap dot11 5ghz dot11n a-mpdu tx priority all
ap dot11 24ghz dot11n a-mppridu tx priority all
07-22-2021 05:55 AM
The configuration did not work and I still see aggregated AMPDU in the sniffer.
Is there a command to force only AMSDU?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide