10-31-2018 08:51 AM - edited 03-08-2019 04:31 PM
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
11-03-2018 01:24 PM
You should look into MQC. The link below may also be useful:
Regards,
Azam
11-04-2018 06:20 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide