802.11w PMF , set as Required , R510 - Unleashed
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 02:28 PM
Hi
How do I ( using unleashed GUI or CLI )
make 802.11w Protected Management Frames
*Required* on an R510 AP.
Thanks
Andy
How do I ( using unleashed GUI or CLI )
make 802.11w Protected Management Frames
*Required* on an R510 AP.
Thanks
Andy
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 11:31 PM
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.
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
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2020 03:30 AM
Sanjay, Thanks !!

