Installation & Configuration Guide
5-17
Installing and Configuring Cisco Access Registrar, 4.2
OL-17221-02
Chapter 5 Customizing Your Configuration
Configuring Session Management
Step 1 Run the aregcmd command:
aregcmd
Step 2 Use the cd command to change to the ResourceManagers level:
cd /Radius/ResourceManagers
Step 3 Use the add command to add a new ResourceManager. The following example adds the
ResourceManager rm-100:
add rm-100
Step 4 Use the cd command to change to the ResourceManager you have just created:
cd rm-100
Step 5 Use the set command to set the type:
set type Group-Session-Limit
Step 6 Use the set command to set the number of GroupSessionLimit to 100:
set GroupSessionLimit 100
Configuring a Session Manager
Now that you have created a Resource Manager, you must associate it with the appropriate Session
Manager.
Creating a Session Manager
Step 1 Run the aregcmd command:
aregcmd
Step 2 Use the cd command to change to the SessionManagers level:
cd /Radius/SessionManagers
Step 3 Use the add command to add a new SessionManager. The following example adds the SessionManager
sm-1:
add sm-1
Step 4 Use the cd command to change to the SessionManager/ResourceManagers property:
cd sm-1/ResourceManagers