cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
2
Replies

Qos By IP

John Levy
Level 1
Level 1

Hello all , i got  a lab and i would like to get some help.

I have a router with for example .. 50mbps from the isp. 

I want that specified ip (for example 192.168.1.2) will have better QoS on the network, i mean that he will get more resource from the bandwidth then the other computers on the network. like 192.168.1.2 downloaded torrent file , he will get the most of the bandwidth (like 80% from the bandwidth that available ) and the others will have to share the 20%.

How can i achieve it? 

thanks cisco, Switching

2 Replies 2

mkazam001
Level 3
Level 3

You should look into MQC. The link below may also be useful:

https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-policing/19645-policevsshape.html

Regards,

Azam

Hello,

 

below is an example of how to achieve this:

 

access-list 101 permit ip host 192.168.1.2 any
!
class-map match-all HOST_CLASS
 match access-group 101
!
policy-map HOST_POLICY
 class HOST_CLASS
  bandwidth percent 80
 class class-default
  fair-queue
!
interface GigabitEthernet0/0
description Link to ISP
service-policy HOST_POLICY out

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Innovations in Cisco Full Stack Observability - A new webinar from Cisco