Cisco Systems 4.2 Network Card User Manual


 
5-14
Installing and Configuring Cisco Access Registrar, 4.2
OL-17221-02
Chapter 5 Customizing Your Configuration
Configuring a Remote Server for AA
Step 4 Use the cd command to change to the North RemoteServers level:
cd /Radius/RemoteServers/North
Step 5 Use the set command to specify the protocol radius:
set protocol radius
Step 6 Use the set command to specify the SharedSecret 789:
set SharedSecret 789
Step 7 Repeat these steps for the other remote servers.
Configuring Services
To use multiple remote servers for authorization and/or authentication you must configure the
corresponding Services.
Creating the Services
Step 1 Run the aregcmd command:
aregcmd
Step 2 Change directory to /Radius/Services.
cd /Radius/Services
Step 3 Use the add command to add the appropriate Radius service. The following example adds the
NorthUsers-radius object:
add NorthUsers-radius “NorthRemote server”
Step 4 Use the cd command to change the NorthUsers-radius object:
cd /Radius/Services/NorthUsers-radius
Step 5 Use the set command to set the type to radius:
set type radius
Step 6 Use the set command to set the remote server number and name. By giving each server a number, you
tell Cisco AR the order you want it to access each server. Cisco AR uses this order when implementing
the MultipleServersPolicy of Failover or RoundRobin.
The following example sets the first remote server to the server North and the second remote server to
North2:
set RemoteServers/1 North
set RemoteServers/2 North2