[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring AAA Policies (SRC CLI)

Tasks to configure AAA policies are:

Configuring AAA Policy Lists

To configure AAA policy lists:

  1. From configuration mode, create a policy list. For example, to create a policy list called l1 within a policy group called tiered_aaa:
  2. Specify the type of policy list.
  3. Specify where the policy is applied on the device.

Configuring AAA Policy Rules

To configure AAA policy rules:

  1. From configuration mode, create a policy rule inside a policy list that has already been created and configured. For example, to create a policy rule called r1 within policy list l1:
  2. Specify the type of policy rule.

Configuring Template Activation Actions

Use this action to activate templates for RADIUS-enabled devices. You can configure template activation actions for AAA policy rules.

The template name and parameters are listed in the custom router template on the IMS AAA Server.

Use the following configuration statements to configure a template activation action:

policies group name list name rule name template-activation name {
template-name template-name;
description description;
}
policies group name list name rule name template-activation name variables name {
value value;
type type;
}

To configure a template activation action:

  1. From configuration mode, enter the template activation action configuration. For example, in this procedure, ta is the name of the template activation action.
  2. Enter the template name to activate.
  3. (Optional) Enter a description for the template activation action.
  4. From configuration mode, enter the parameters used by the template.

    For example:

  5. (Optional) Configure the value for the variable.

    For example:

  6. (Optional) Configure the variable type. Variable types are mapped to parameter types.

    For example:


[Contents] [Prev] [Next] [Index] [Report an Error]