I am trying to limit the traffic from two of my subnet using modular QoS
CLI.
I created a traffic class for my two subnets.
 
class-map match-all res-traffic
    match access-group 101
class-map match-all wire-traffic
    match access-group 102
 
I defined a service policy name.
 
policy-map limit-traffic
    class res-traffic
      police "bps" "normal burst" exceed-action drop
 
policy-map limit-traffic
    class wire-traffic
      police "bps" "normal burst" exceed-action drop
 
I am going to apply this service policy to my interface connecting to the
Internet.
 
interface vlan 90
  service-policy input limit-traffic
 
I am not sure how I should word my access-list or the police statements
(bps, normal burst)
so that I can stop these two subnets from saturating our bandwidth (6 MB) to
the Internet.
I want to limit traffic coming in and going out.
 
????????????????????????????????????
access-list 101 deny ip "ip address" any
access-list 101 permit ip any any
access-list 102 deny ip "ip address" any
access-list 102 permit ip any any
????????????????????????????????????
 
Thanks for your help.
 
Naomi James
Computer Services and Information Technology
Savannah State University
912-356-2509

[GroupStudy removed an attachment of type image/gif which had a name of
Mabelt.gif]

[GroupStudy removed an attachment of type image/gif which had a name of
Mabelb.gif]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=65074&t=65074
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to