[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:
- 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 b andwidthFactor
- (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
- (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
- (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
- (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]