Administering the WMIC
Configuring and Enabling RADIUS
31
Cisco 3200 Series Wireless MIC Software Configuration Guide
To delete the vendor-proprietary RADIUS host, use the
no
radius-server host
{
hostname
|
ip-address
}
non-standard
command in global configuration mode. To disable the key, use the
no radius-server key
command in global configuration mode.
This example shows how to specify a vendor-proprietary RADIUS host and a secret key of
rad124
between the bridge and the server:
bridge(config)#
radius-server host 172.20.30.15 nonstandard
bridge(config)#
radius-server key rad124
Displaying the RADIUS Configuration
To display the RADIUS configuration, use the
show running-config
command.in privileged EXEC
mode:
Step 3
radius-server key
string
Specifies the shared secret text string used between
the bridge and the vendor-proprietary RADIUS
server. The bridge and the RADIUS server use this
text string to encrypt passwords and exchange
responses.
Note
The key is a text string that must match the
encryption key that is 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 the key, do not enclose the
key in quotation marks unless the quotation
marks are part of the key.
Step 4
end
Returns to privileged EXEC mode.
Step 5
show running-config
Verifies your settings.
Step 6
copy running-config startup-config
(Optional) Saves your entries in the configuration
file.
Command
Purpose