cancel
Showing results for 
Search instead for 
Did you mean: 

802.11w PMF , set as Required , R510 - Unleashed

andrew_romero
New Contributor
Hi

How do I ( using unleashed GUI or CLI )
make 802.11w Protected Management Frames
*Required* on an R510 AP.

Thanks
Andy
2 REPLIES 2

sanjay_kumar
RUCKUS Team Member
Hi Andrew,

This option is not available on the GUI. From the CLI, enter the command "80211w-pmf 2" from the WLAN prompt.

Below is the example.

ruckus> en
ruckus# conf
You have all rights in this mode.
ruckus(config)# wlan test
The WLAN service 'test' has been loaded. To save the WLAN service, type 'end' or 'exit'.
ruckus(config-wlan)# 80211w-pmf
Enter the number,0:Disable,1:Optional,2:Required..
ruckus(config-wlan)# 80211w-pmf 2
The command was executed successfully. To save the changes, type 'end' or 'exit'.
ruckus(config-wlan)# end
The WLAN service 'test' has been updated and saved.
Your changes have been saved.
ruckus(config)# end
Your changes have been saved.

andrew_romero
New Contributor
Sanjay, Thanks !!