3-24
Cisco Intrusion Prevention System Sensor CLI Configuration Guide for IPS 7.2
OL-29168-01
Chapter 3 Setting Up the Sensor
Configuring Authentication and User Parameters
ips-role=administrator
ips-role=service
Note
If the sensor is not configured to use a default user role an d the sensor user role
information in not in the Accept Message of the CiscoSecure ACS server, the sensor
rejects RADIUS authentication even if the CiscoSecure ACS server accepts the
username and password.
Note
The default user role is used only when the user has not been configured with a specific
role on the ACS server. Local users are always configured with a specific role so the
default user role will never apply to locally authenticated users.
e.
Configure the sensor to switch over to local authentication if the RADIUS server becomes
unresponsive.
sensor(config-aaa-rad)# local-fallback enabled
sensor(config-aaa-rad)#
Step 6
Configure the primary RADIUS server:
a.
Enter primary server submode.
sensor(config-aaa-rad)# primary-server
sensor(config-aaa-rad-pri)#
b.
Enter the RADIUS server IP address.
sensor(config-aaa-rad-pri)# server-address 10.1.2.3
sensor(config-aaa-rad-pri)#
c.
Enter the RADIUS server port. If not specified, the default RADIUS port is used.
sensor(config-aaa-rad-pri)# server-port 1812
sensor(config-aaa-rad-pri)#
d.
Enter the amount of time in seconds you want to wait for the RADIUS server to respond.
sensor(config-aaa-rad-pri)# time-out 5
sensor(config-aaa-rad-pri)#
e.
Enter the secret value that you obtained from the RADIUS server. The shared secret is a piece of
data known only to the parties involved in a secure communication.
sensor(config-aaa-rad-pri)# shared-secret kkkk
sensor(config-aaa-rad-pri)#
Note
You must have the same secret value configured on both the RADIUS server and the IPS
sensor so that the server can authenticate the requests of the client and the client can
authenticate the responses of the server.
Step 7
(Optional) Enable a secondary RADIUS server to perform authentication in case the primary RADIUS
server is not responsive:
a.
Enter secondary server submode.
sensor(config-aaa-rad)# secondary-server enabled
sensor(config-aaa-rad-sec)#