cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
373
Views
0
Helpful
1
Replies

CISCO QOS

AOA,

 

We have total 8Mbps Cir Connection for Internet.

We want to limit the internet connection per user to 100KBps.

L3 core switch (WS-C3750X-24S) connected to Access Layer Switches L2, (  WS-C2960G-48TC-L) User is connected to Access layer switch.

L3 connected to L2 through Trunk. Running VTP server and clients mode.

We done this configuration on Core Switch but did not work. any suggestion i am waiting........?

Layer 3 switch  WS-C3750X-24S

access-list 151 permit tcp host 4.4.4.6 any eq 80

class-map match-all vlan300
  match access-group 151

policy-map QOS_Policy
  class vlan300
   police cir 800000 bc 100000
   conform-action transmit
   exceed-action drop

interface vlan 300
service policy input QOS_Policy

or 

Layer 3 switch  WS-C3750X-24S

Mls qos

interface GigabitEthernet1/0/2

description LINK_SW_2_Floor

switchport trunk encapsulation dot1q

switchport mode trunk

mls qos vlan-based

*****

access-list 151 permit tcp host 4.4.4.6 any eq 80

*****

class-map match-all VLAN300 

  match access-group  151

class-map match-all PORTS

  match input-interface  GigabitEthernet1/0/2

*****

policy-map PORT

class PORTS

  police 800000 100000 exceed-action drop

policy-map VLANS

class  VLAN300

   set dscp ef

   service-policy PORT

*******

interface Vlan300

ip address 4.4.4.1 255.255.255.0

service-policy input VLANS

 

I am waiting for your kind response.

 

Regards

 

RehanChishti.

 

 

 

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

Joseph W. Doherty
Hall of Fame
Hall of Fame

duplicate post

also see: https://supportforums.cisco.com/discussion/12357796/cisco-qos#comment-10087071

View solution in original post

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

duplicate post

also see: https://supportforums.cisco.com/discussion/12357796/cisco-qos#comment-10087071