Qos

Jun 09, 2006 1 Replies

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,



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

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required