Configuring Services; Creating Separate Services; Creating The Script - Cisco Access Registrar 4.2 Installation And Configuration Manual

Cisco systems network device installation and configuration guide
Hide thumbs Also See for Cisco Access Registrar 4.2:
Table of Contents

Advertisement

Configuring Multiple UserLists
Repeat for the other users you want to add.
Step 3
You can use the script, add-100-users, which is located in the /opt/CSCOar/examples/cli directory to
automatically add 100 users.

Configuring Services

You must create a corresponding Service for each UserList. For example, when you create four
UserLists, one for each section of the country, you must create four Services.

Creating Separate Services

Use the cd command to change to Services:
Step 1
Use the add command to create a Service, specifying the name and optional description. The following
Step 2
example specifies the name
office
add North-users "All users from the northern branch office"
Caution
Use the cd command to change to North-users.
Step 3
Use the set command to set the type to local. Specify the name of the UserList you want Cisco AR to
Step 4
use. You can accept the default Outage Policy and MultipleServersPolicy or you can use the set
command to change them. The following example sets the type to
Repeat for each Service you must create.
Step 5

Creating the Script

You must write a script that looks at the username and chooses the Service to which to direct the request.
For example, you create four UserLists (
origin of the user. When a user requests a Service, your script can strip off the origin in the request and
use it to set the environment dictionary variables Authentication-Service and/or
Authorization-Service to the name or names of the appropriate Service.
Installing and Configuring Cisco Access Registrar, 4.2
5-6
add beth telemarketing 123 TRUE PPP-users
cd /Radius/Services
North-users
:
cd /Radius/Services/North-users
set type local
set UserList North
Chapter 5
and the description
All users from the northern branch
local
,
,
, and
North
South
East
West
Customizing Your Configuration
and the UserList to
North
), with the Service based on the
OL-17221-02
:

Advertisement

Table of Contents
loading

Table of Contents