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

Configuring Local Parameters (SRC CLI)

You create local parameters within a policy group. Use the following configuration statements to configure local parameters.

policies group name local-parameters n ame {
description description ;
default-value default-value ;
type type ;
}

To configure local parameters:

  1. From configuration mode, enter the local parameter configuration. For example, to configure a local parameter called bandwidthFactor:
  2. (Optional) Enter a description for the parameter. You can provide extra information and examples of how the parameter is used.
  3. (Optional) Configure a default value that the policy engine uses if no other values are provided during the parameter value acquisition process.

    See Parameter Types for valid values of each parameter type.

  4. (Optional) Set the type of attribute for which you can use the parameter.
  5. (Optional) Verify your configuration.
    [edit policies group policer local-parameters bandwidthFactor]
    user@host# show 
    default-value 1024*1024;
    type rate;

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