Hi,
I'm looking around the internet to configure a basic config for QoS. I'm having some trouble to find a good example without reading 40.000 pages on VoiP QoS and Cisco documentation which is very confusing for me. As my switch (2960) doesn't fully support MQC it looks like the only option i have is SRR egress queueing.
I am used to shape my traffic by using the max bandwidth command or configuring a shaper. I'm quite in a hurry so reading like 40K pages about QoS isn't really an option, it seems like a big study to find out how this "legacy"-form of QoS works :( . I'd like to split my traffic 80/20 or 90/10. The "bla" traffic should be the 10% of the traffic while the 90% will be a big storage copy over a 1gb link.
its :
[Switch1] <----1gbps fiber ------> [Switch2]
This is what i've got so far, but i'm not really familiar with this kind of QoS...
ip access-list extended bla
permit tcp 10.177.0.0 0.0.0.255 any any
class-map match-all bla
match access-group name bla
policy-map QOS
class bla
set dscp ef
class class-default
set dscp default
exit
int gi1/0/1
description link to other side
service-policy output QOS
Any help on how i should configure the 90/10 split on the egress interface would be greatly appreciated.