cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
503
Views
0
Helpful
3
Replies

controlling access port traffic

adamgibs7
Level 6
Level 6

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

3 Replies 3

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

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

Hello

try just specifying Control-Plane instead.

 

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul