CISCO6509 switch does QoS speed limit

Source: Internet
Author: User

1. Enable Qos:c6509n01 (config) #mls QoS

2, write access to the list, matching to limit the IP (here you have to distinguish between the limit upload or download, I am limited to download):

C6509n01 (config) #ip access-list extended Name (Access control List name)
C6509n01 (config-ext-nacl) #permit IP host 192.168.0.3 any
C6509n01 (config-ext-nacl) #permit IP host 192.168.0.2 any
C6509n01 (config-ext-nacl) #permit IP host 192.168.0.1 any
C6509n01 (config-ext-nacl) #permit IP host 192.168.0.4 any
C6509n01 (config-ext-nacl) #permit IP host 192.168.0.5 any

3, Configuration Class-map

C6509n01 (config) #class-map name

C6509n01 (config-cmap) #match access-group name (name of access list)

4, Configuration Policy-map

C6509n01 (config) #policy-map name

C6509n01 (Config-pmap) #class name (Match class map)

C6509n01 (Config-pmap) #trust DSCP (triggering QoS, I'm not very clear, say so for the time being)

C6509n01 (config-pmap) #police 25000000 25000000 25000000 conform-action transmit exceed-action drop (speed limit)

5, the application on the interface:
C6509n01 (config) #interface Vlannumbe
C6509n01 (config-if) #service-policy input name (policy name)

This article is from "Jungle Adventure" blog, please make sure to keep this source http://xsh2009.blog.51cto.com/790124/1601716

CISCO6509 switch does QoS speed limit

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.