Cisco Catalyst 4500 Series Software Configuration Manual page 1438

Cisco ios xe release 3.9.xe and cisco ios release 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Configuring Web-Based Authentication
Command
Step 2
Switch(config)# radius-server host {hostname |
ip-address} test username username
Switch(config)# no radius-server host {hostname |
ip-address}
Step 3
Switch(config)# radius-server key string
Step 4
Switch(config)# radius-server vsa send
authentication
Step 5
Switch(config)# radius-server dead-criteria tries
num-tries
When you configure the RADIUS server parameters, follow these steps:
You need to configure some settings on the RADIUS server, including: the IP address of the switch, the
Note
key string to be shared by both the server and the switch, and the downloadable ACL (DACL). (Cisco
IOS Release 12.2(50)SG supports DACLs.) For more information, see the RADIUS server
documentation.
This example shows how to configure the RADIUS server parameters on a switch:
Switch(config)# ip radius source-interface Vlan80
Switch(config)# radius-server host 172.l20.39.46 test username user1
Switch(config)# radius-server key rad123
Switch(config)# radius-server dead-criteria tries 2
Catalyst 4500 Series Switch, Cisco IOS Software Configuration Guide - Cisco IOS XE 3.9.xE and IOS 15.2(5)Ex
52-10
Specify the key string on a separate command line.
For key string, specify the authentication and encryption key used between the switch and the
RADIUS daemon running on the RADIUS server. The key is a text string that must match the
encryption key used on the RADIUS server.
When you specify the key string, use spaces within and at the end of the key. If you use spaces in
the key, do not enclose the key in quotation marks unless the quotation marks are part of the key.
This key must match the encryption used on the RADIUS daemon.
You can globally configure the timeout, retransmission, and encryption key values for all RADIUS
servers with the radius-server host global configuration command. If you want to configure these
options on a per-server basis, use the radius-server timeout, radius-server retransmit, and the
radius-server key global configuration commands. For more information, see the URL:
http://www.cisco.com/en/US/products/ps6586/products_ios_technology_home.html
Chapter 52
Configuring Web-Based Authentication
Purpose
Specifies the host name or IP address of the remote
RADIUS server.
The test username username option enables automated
testing of the RADIUS server connection. The specified
username does not need to be a valid user name.
The key option specifies an authentication and encryption
key to be used between the switch and the RADIUS
server.
To use multiple RADIUS servers, reenter this command.
Deletes the specified RADIUS server.
Configures the authorization and encryption key used
between the switch and the RADIUS daemon running on
the RADIUS server.
Enables downloading of an ACL from the RADIUS
server. This feature is supported in
Cisco IOS Release 12.2(50)SG.
Specifies the number of unanswered transmits to a
RADIUS server before considering the server to be
inactive. The range of num-tries is 1 to 100.

Advertisement

Table of Contents
loading

Table of Contents