11-20-2014 01:15 AM - edited 03-07-2019 09:35 PM
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.
Solved! Go to Solution.
11-20-2014 05:39 AM
duplicate post
also see: https://supportforums.cisco.com/discussion/12357796/cisco-qos#comment-10087071
11-20-2014 05:39 AM
duplicate post
also see: https://supportforums.cisco.com/discussion/12357796/cisco-qos#comment-10087071
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide