10-24-2017 11:49 AM - edited 03-08-2019 12:28 PM
Dears,
I want to control the traffic from specific access port for a particular pc to a 5 MB how i can do that ?? , i know 2 ways apart from the below anybody can reply with any other techniques.
stormcontrol broadcast or unicast or multicast level by bit per second
or by
access-list 10 permit 10.10.10.10
class-map match-any test-PC
match ip address 10
policy-map testing-group
class test-PC
police cir 5000 conform action transmit exceed action drop.
User pc
int gig1/0/X
switchport access vlan 10
switchport mode access
service-policy testing-group
thanks
10-24-2017 01:23 PM - edited 10-24-2017 02:03 PM
Hello
COPP could do the trick also.
access-list 100 permit ip host x.x.x.x any
class-map match-all Police-Host_cm
match access-group 100
policy-map Police-Host_pm
class Police-Host_cm
police cir 5120000
conform-action transmit
exceed-action drop
class class-default
control-plane host
service-policy input Police-Host_pm
res
Paul
10-24-2017 01:40 PM
Dear Paul
thanks for the reply,
I am applying to the end user on the access switch 3850 in which i don't get the control plane host command,i get only control-plane command
if i apply on the end user interface is there any negative impact.
thanks
10-24-2017 02:03 PM - edited 10-24-2017 02:04 PM
Hello
try just specifying Control-Plane instead.
res
Paul
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