Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    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 name {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:
      user@host# edit policies group policer local-parameters bandwidthFactor
    2. (Optional) Enter a description for the parameter. You can provide extra information and examples of how the parameter is used.
      [edit policies group policer local-parameters bandwidthFactor]user@host# set description description
    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.

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

    Published: 2014-12-10