Hi Robert,
Please find the below commands which you can execute on the AP CLI.
To check the A-MPDU status:
get ampdu wifi0 (shows 2.4GHz A-MPDU setting)
get ampdu wifi1 (shows 5GHz A-MPDU setting)
To disable the A-MPDU:
set ampdu wifi0 0 (set 2.4GHz A-MPDU disable)
set ampdu wifi1 0 (set 5GHz A-MPDU disable)
To Enable the A-MPDU:
set ampdu wifi0 1 (set 2.4GHz A-MPDU enable)
set ampdu wifi1 1 (set 5GHz A-MPDU disable)
You can execute the commands from the ZD, here is the below format and example.
remote_ap_cli -a
ruckus> en
ruckus# debug
You have all rights in this mode.
ruckus(debug)# remote_ap_cli -a f8:e7:1e:03:b2:70 "get ampdu wifi0"
---- Command 'rkscli -c "get ampdu wifi0 "' executed at f8:e7:1e:03:b2:70
Ampdu mode: 1
OK
remote_ap_cli "-a" "f8:e7:1e:03:b2:70" ""get" "ampdu" "wifi0""
ruckus(debug)#
Regards,
Sanjay Kumar