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

Control rate on switch

jananifiniti
Level 1
Level 1

Hi all,

I need to limit to 45mbps a gig port on our 6509 switch.  How do I do this without impacting any other ports on the switch?

Thanks

Jean

1 Reply 1

mwhitlow
Level 1
Level 1

This is how I do it on a 3750.  This particular 3750 also does L3 routing. Basically, instead of applying the policer to the VLAN interface, it's applied to the main uplink Gig port.

access-list 166 permit ip any 192.168.1.0 0.0.0.255

class-map match-all LAN-IP-RANGE
  match access-group 166

policy-map 45MBPS-LIMIT
  class LAN-IP-RANGE
    police 45000000 8437500 exceed-action drop

interface GigabitEthernet0/49
   service-policy input 45MBPS-LIMIT

Review Cisco Networking for a $25 gift card