The flow-car command configures flow CAR for flows with the source or destination IP addresses residing on a specified network segment.
The undo flow-car command cancels the configuration.
By default, this function is disabled.
Parameter | Description | Value |
---|---|---|
pir pir-value |
Specifies the PIR. |
The value is an integer ranging from 0 to 4294967295, in kbit/s. The value of pir-value must be greater than or equal to the configured value of cir-value. |
cbs cbs-value |
Specifies the CBS. The CBS indicates the committed volume of traffic that an interface allows to pass and the depth of the first bucket (assuming it is bucket A). |
The value is an integer that ranges from 0 to 4294967295, in bytes. The default cbs-value value is equal to cir-value. |
pbs pbs-value |
Specifies the PBS. The PBS indicates the peak volume of traffic that an interface allows to pass and the depth of the second token bucket (assuming it is bucket B). |
The value is an integer that ranges from 0 to 4294967295, in bytes. The default pbs-value equals to the pir-value. |
identifier source-ip |
Implements independent rate limiting based on source IP addresses. |
- |
identifier destination-ip |
Implements independent rate limiting based on destination IP addresses. |
- |
cir cir-value |
Specifies the CIR. |
The value is an integer ranging from 0 to 4294967295, in kbit/s. |
Usage Scenario
To configure flow CAR for flows with the source or destination IP addresses residing on a specified network segment, run the flow-car command. After the source or destination IP address of a flow matches the ACL, flow CAR is implemented for the flow.
Precautions