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

Limiting Bandwidth on Layer 2 interface

Hi ,

 

We have a new C9300-48-UXM-A switch configured as Layer 2.

 

We have a testing device which uses 4 Mbps only, connecting to C9300 switch. Need help on how to limit bandwidth to 4 Mbps on this interface.

 

 -------------------------Inter_Config-----------------------------

 

interface TwoGigabitethernet 1/0/13

switchport mode access

switchport access vlan 10

no sh

!

 

Thanks in advance.

1 Reply 1

balaji.bandi
Hall of Fame
Hall of Fame

From my notes :

 

mls qos
!
class-map match-all limit-5mb
match ip dscp default
!
policy-map 5mb
class limit-5mb
police 5120000 640000 exceed-action drop
exit
!
interface TwoGigabitethernet 1/0/13
service-policy input 5mb
!
end

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Review Cisco Networking for a $25 gift card