Qos

Hello, Im trying to build a QoS for one of our link to a warehouse. This site is equipped with a cisco 1720 router and linked to HQ throught 2 old radio links in eigrp. Could anyone explain me how to realize a simple QoS to proritize a class C subnet over another. Thanks kindly.

Regards,

Reply to
llewela
Loading thread data ...

Suppose you want to absolutely prioritize traffic from 192.168.0.0/24 over anything else on both Serial0 and Serial1:

access-list 10 permit 192.168.0.0 0.0.0.255

class-map match-all PRIORITY_SUBNET match access-group 10

policy-map OUTPUT class PRIORITY_SUBNET priority percent 100

interface Serial0 service-policy output OUTPUT

interface Serial1 service-policy output OUTPUT

Reply to
Everton

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.