01-16-2008 03:20 PM - edited 03-05-2019 08:31 PM
I am very new to QoS (having never implemented it before) and am not even sure if what I want to do is possible, but here goes. We currently have several vlans in our organization, including vlans for public computers, staff computers, printers, etc. Is it possible to configure QoS to give 80% of our internet bandwidth to the staff vlan and the other 20% to the public vlan, unless the staff wasn't using the full 80%, and then it could go back to the public? If so, how would one accomplish this?
01-18-2008 06:22 AM
Hi,
Try this:
class-map match-all staff
match access-group 102
policy-map Queueing
class staff
bandwidth percent 75
!
interface FastEthernet0
bandwidth 8192
service-policy output Queueing
You can of cource create more classes, but keep in mind that you can only do QOS on 75 %
BR,
Bjornarsb
01-18-2008 09:47 AM
Wouldn't something need to be set for the access-group 102?
Jeremy
01-18-2008 10:30 AM
yes:
access-list 102 permit ip 192.168.1.0 0.0.0.255 any
access-list 102 permit ip 192.168.2.0 0.0.0.255 any
and so on.....
(staff networks)
01-18-2008 11:35 AM
Thanks, but this doesn't seem to make a difference. Any more suggestions?
Also, does it matter if the router is being run in reverse? Currently we're using an 831 with the internet on the local interface, and the local on the internet interface.
Jeremy
01-18-2008 11:46 AM
If you want to control all of your bandwidth (instead of 75%) put:
max-reserved-bandwidth 100
on the same interface as the service policy. Enter the command first, then your policy BW can add up to 100%.
Just make sure you understand your traffic....
Paul
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