Configuring Rate-Limit Actions (SRC CLI)
Use this action to define the quality of service. You can configure rate-limit actions for JUNOSe policy rules.
The type of action that you can create depends on the type of policy rule. See Policy Information Model.
Use the following configuration statements to configure rate-limit actions:
- policies group name list name rule name rate-limit name {
- type type ;
- committed-rate committed-rate ;
- committed-burst committed-burst ;
- peak-rate peak-rate ;
- peak-burst peak-burst ;
- excess-burst excess-burst ;
- color-aware;
- support-hierarchical;
- description description ;
- }
To configure a rate-limit action:
- From configuration mode, enter the rate-limit action configuration. For example, in this procedure, rla is the name of the rate-limit action.
- (Optional) Specify that the rate-limit profile is either one rate or two rate. The rate-limit type determines the options that you can configure for a rate-limit action.
- (Optional) Configure the target rate for the traffic that the policy covers.
- (Optional) Configure the amount of bandwidth allocated to burst traffic in bytes.
- (Optional) For two-rate rate-limit profiles, specify the amount of bandwidth allocated to excess traffic flow over the committed rate.
- (Optional) For two-rate rate-limit profiles, specify the amount of bandwidth allocated to burst traffic in excess of the peak rate.
- (Optional) For one-rate rate-limit profiles, specify the amount of bandwidth allocated to accommodate burst traffic.
- (Optional) Set the rate limit to color aware for the rate-limit to process color values.
- (Optional) Set the rate limit to support hierarchical rate limits.
- (Optional) Configure the rate-limit action for traffic
flows that:
- Do not exceed the committed rate
- Exceed the committed rate but remain below the peak rate.
- Exceed the peak rate.
See Configuring Types of Actions for Rate-Limit Actions (SRC CLI).
- (Optional) Enter a description for the rate-limit action.
- (Optional) Return to the rate-limit action configuration,
and verify the configuration.
[edit policies group junose list rate-limiter rule pr rate-limit rla] user@host# show committed-action { forward { } } conformed-action { forward { } } exceed-action { filter { } } type 1; committed-rate 1000000; committed-burst 125000; excess-burst 312500;

