CommittedAccessRate configuration case and details

Source: Internet
Author: User
Case requirements: 1. all www traffic must be sent, and the ip priority of the traffic that complies with the first rate-side policy in the web is set to 5. If the traffic does not comply with the policy, the ipprecedence is set to 0 (best-effort transmission ). 2. Set the ipprecedence of ftp traffic following the second rate policy to 5. If the ftp traffic exceeds the rate policy, throw the packet. 3. The remaining traffic is limited to 8 Mb,

Case requirements: 1. all www traffic must be sent, and the ip priority of the traffic that complies with the first rate-side policy in the web is set to 5. If the traffic does not comply with the policy, the ipprecedence is set to 0 (best-effort transmission ). 2. Set the ftp traffic to 5 According to the ip precedence of the second rate policy. If the ftp traffic exceeds the rate policy, throw the packet. 3. The remaining traffic is limited to 8 Mb,



CaseRequirements:

1. all www traffic must be sent, and the ip priority of the traffic that complies with the first rate-side policy in the web is set to 5. If the traffic does not comply with the policy, the ipprecedence is set to 0 (best-effort transmission ).

2. Set the ftp traffic to 5 According to the ip precedence of the second rate policy. If the ftp traffic exceeds the rate policy, throw the packet.

3. The remaining traffic is limited to 8 Mb, the normal burst size is 16000 bytes, and the maximum burst size is 24000 bytes. The traffic compliant with the policy is set to 5, and the excess traffic is thrown into the package.

Conditions and actions:

What are the conditions for compliance?

When the data to be sent is smaller than normal (bc.

Maximum Condition?

The data to be sent is larger than the normal burst, and smaller than the maximum burst (be)

What are the violation conditions?

When the data to be sent is larger than the maximum burst (be), it is deemed as a violation.

Action:

Discard/transfer/mark and transfer.

CaseSolution:

Interface hssi0/0/0

Desription 45 mbps to r2

// This is a description, noneConfigurationMeaning.

Rate-limit out put accees-group 101 200000000 24000 32000 conform-action set prec-transmit 5 exceed-action set-prec-transmit 0

// This sentence is really long. When I first came into contact, I was still depressed for a long time when I saw such a long string of things. Haha. Output refers to the output traffic. 101 indicates the access list label and 200000000 indicates the guaranteed access rate. The value ranges from 8000 to 2000000000 bits per second. 24000 is a normal burst. Its value should be 1000-512000000byte, and 32000 is the maximum burst. Its value range is 2000-10241000000bytes.conform-action, which specifies the action when the condition is followed, the action specified after the exceed-action is beyond the limit. For details about the action, I will talk about it later.

Rate-limit output access-group 102 10000000 24000 32000 conform-action set-prec-tranmit 5 exceed-action drop

Rate-limit output 8000000 16000 24000 conform-action set-prec-transmit 5 exceed-action drop

Ip address 10.1.0.9 255.255.255.0

!

Access-li 101 per tcp any eq www

Access-li 102 per tcp any eq ftp

* VerificationAndTroubleshooting

Router # show interfaces hssi 0/0/0 rate-limit

All actions:

Continue

Scan other rate limits

Drop

Discard data packets

Set dscp-continue #

Set dscp (which is also a priority level similar to ip precedence) scan to view other rate limits # Representing 0-63.

Set dsc-transmit #

Set dscp to send packets. # Represents 0-63.

Set mpls-exp-continue #

Set exp, continue # indicates 0-7

Set mpls-exp-transmit #

Set exp to send packets. #0-7

Set prec-continue #

Rewrite priority. Continue. #0-7

Set prec-transmit #

Re-write priority, Send package. #0-7

Set qos-continue

#

Set qos group and continue. #0-99

Set qos-transmit

#

Set qos groups and send packets. #0-99

Transmit

Send package.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.