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

How to configure QOS for Inbound Traffic on Cisco router

netadmindha
Beginner
Beginner

Dear Friends,

 

Could you please help me out to configure the QOS on Inbound Traffic on a Cisco Router.

 

Please go through the below commands and  suggest if any changes required.

 

### To match the traffic
ip access-list extended ACL_2Mbps
permit ip 192.168.1.75/32 10.135.101.0/24

 


!
### Class the traffic
class-map Link_2Mbps
match access-group ACL_2Mbps

 

!
### Apply policy against the class (type of traffic specified by your class-map)
policy-map Policy_3Mbps
class Link_3Mbps
police 3000000 1000000 exceed-action drop (1000000 is the burst rate)
!


interface gigabitethernet1/x
### Applies the policies inbound and outbound, both directions
service-policy input Policy_2Mbps

 

Regards,

Akber Mirza.

 

 

3 Replies 3