Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

ASA QOS speed limit

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

The Qos speed limit of cisco is a little different from that of H3C, but generally speaking, the comparison unit of H3C is different. The CAR unit of H3C is kpbs, while the unit of cisco police speed limit is Bits per seconds,H3C. The theory of token buckets is no longer verbose.

The process of configuring QOS speed limit on ASA is as follows:

Steps:

Step 1: create an acl to match the flow

Access-list rate_limit_lan-2 extended permit ip any object LAN-2

Access-list rate_limit_lan-1 extended permit ip any object LAN-1

Step 2: create class-map

Class-map rate_limit_lan-1

Match access-list rate_limit_lan-1

Class-map rate_limit_lan-2

Match access-list rate_limit_lan-2

Step3: creating policy-map

Policy-map rate_limit_lan-1

Class rate_limit_lan-1

Police output 1000000

Policy-map rate_limit_lan-2

Class rate_limit_lan-2

Police output 2000000

Step 4: call policy-map to the interface

Service-policy rate_limit_lan-1 interface LAN-1

Service-policy rate_limit_lan-2 interface LAN-2

Test:

The speed limit of LAN-1 network segment is 1m. The tests are as follows:

The speed limit of LAN-2 network segment is 2m. The tests are as follows:

Attachment: http://down.51cto.com/data/2365919

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report