eugenevdm, you should start reading
NetworkPro, I joined this forum Jun 01 2004 and since then I have been reading a lot.
I have also been building up a company that is running fairly successfully and since I am running the company a lot of my time is spent managing the company, not reading technical stuff.
That's why I came to this forum. I really don't have the time to read every single bit of documentation to get a simple QoS design.
I'm sure many people are in the same situation as I am. They have a network with high sites and a data feed and clients and they want to prioritise one or two protocols.
I use forums because I don't have the time to always RTFM.
If you have an answer for me, please give me something.
If not then I prefer to hear from someone in the community who has.
What I am after is something like this:
- Create mangle, that marks VoIP traffic.
- Create queue entry, that has priority=1 configured.
I need to know:
(1) Does this need to be created on every high site, or should it just be created in the data centre.
(2) What is the actual rule? e.g.:
/ip firewall mangle mark protocol=sip name=sip_marking
/ip firewall mangle mark protocol=!sip name=all_other_traffic
/queue simple add name=sip_queue priority=1
/queue simple add name=all_other_traffic priority=8
[bind queue to some queueing discipline]
(3) Is is possible to create the rule generically, without specifying bandwidth sizes. I don't want to tie the rule to a specific bandwidth size, I merely want it prioritised.
I have the humble request that you let us know the QoS design you found to work for you.
[/quote]
If I find a solution, I will be sure to share it. That's why I came to this forum. Not to go off into the corner and read some manuals like a good old nerd but to try and find information that is easily shared.