Configuring wispr radius attributes – Rockwell Automation 1783-WAPxxx Stratix 5100 Wireless Access Point User Manual User Manual
Page 426

426
Rockwell Automation Publication 1783-UM006A-EN-P - May 2014
Chapter 14
Configuring RADIUS and TACACS+ Servers
The access point and the RADIUS server use this text string to encrypt
passwords and exchange responses.
radius-server key string
4. Return to privileged EXEC mode.
end
5. Verify your settings.
show running-config
6. (Optional) Save your entries in the configuration file.
copy running-config startup-config
• To delete the vendor-proprietary RADIUS host, use the
no radius-
server host
{hostname | ip-address} non-standard
global configuration command.
• To disable the key, use the
no radius-server key
global
configuration command.
This example shows how to specify a vendor-proprietary RADIUS host and to
use a secret key of
rad124
between the access point and the server:
AP(config)# radius-server host 172.20.30.15
nonstandard
AP(config)# radius-server key rad124
Configuring WISPr RADIUS Attributes
The Wi-Fi Alliance’s WISPr Best Current Practices for Wireless Internet Service
Provider (WISP) Roaming document lists RADIUS attributes that access points
must send with RADIUS accounting and authentication requests.
The access point currently supports only the WISPr location-name and the ISO
and International Telecommunications Union (ITU) country and area codes
attributes. Use the snmp-server location and the
dot11 location isocc
commands to configure these attributes on the access point.
The WISPr Best Current Practices for Wireless Internet Service Provider
(WISP) Roaming document also requires the access point to include a class
attribute in RADIUS authentication replies and accounting requests. The access
point includes the class attribute automatically and does not have to be
configured to do so.
TIP
The key is a text string that must match the encryption key used on the RADIUS
server. Leading spaces are ignored, but spaces within and at the end of the key
are used. If you use spaces in your key, don’t enclose the key in quotation marks
unless the quotation marks are part of the key.