Cli configuration example, Configuring access points to participate in wids, Configuring the access point for scanner mode – Rockwell Automation 1783-WAPxxx Stratix 5100 Wireless Access Point User Manual User Manual
Page 402
402
Rockwell Automation Publication 1783-UM006A-EN-P - May 2014
Chapter 13
Configuring WDS, Fast Secure Roaming, Radio Management, and Wireless Intrusion Detection Services
CLI Configuration Example
This example shows the CLI commands that are equivalent to the steps listed in
the
Configuring Radio Management on page 400
:
AP# configure terminal
AP(config)# wlccp wnm ip address 192.250.0.5
AP(config)# end
In this example, the WDS access point is enabled to interact with a WLSE device
with the IP address 192.250.0.5.
For complete descriptions of the commands used in this example, see publication
.
Configuring Access Points to
Participate in WIDS
To participate in WIDS, access points must be configured to participate in WDS
and in radio management.
Follow the steps in the
Configuring Access Points to Use the WDS Device on
and in the
Configuring Radio Management on page 400
to configure
the access point to participate in WDS and in radio management.
Configuring the Access Point for Scanner Mode
In scanner mode, the access point scans all of its channels for radio activity and
reports the activity to the WDS device on your network. A scanner access point
does not accept client associations.
Beginning in privileged EXEC mode, follow these steps to set the access point
radio network role to scanner:
1. Enter global configuration mode.
configure terminal
2. Enter interface configuration mode for the radio interface.
• The 2.4 GHz radio and the 2.4 GHz 802.11n radio is 0.
• The 5 GHz radio and the 5 GHz 802.11n radio is 1.
interface dot11radio { 0 | 1 }
3. Set the access point role to scanner.
station role scanner
4. Return to privileged EXEC mode.
end