Enable priority queues and set the srr shaping and sharing bandwidth on your access ports: Switch(config)# interface gigabitethernet2/0/1 Switch(config-if)# srr-queue bandwidth shape 25 0 0 0 Switch(config-if)# srr-queue bandwidth share 30 20 25 25 Switch(config-if)# priority-queue ...
srr-queue bandwidth limit 90 priority-queue out mls qos trust ip-precedence no keepalive arp timeout 0 ! interface GigabitEthernet1/0/9 no switchport ip address 192.168.10.1 255.255.255.0 speed 100 duplex full srr-queue bandwidth share 60 10 20 10 ...
Q1 needs to be using 70% of the total bandwidth available MAX. The rest of the traffic will be shared. Here is what I'm using on the Catalyst 3750 side (I am not using Priority Queuing): srr-queue bandwidth share 0 70 25 5 srr-queue bandwidth shape 2 0 0 0 I'm basing this on...
2.) the operation of srr-queue bandwidth limit [1]To address the first issue, we have to understand that a switch does not operate at all like a router in its QoS capabilities. Since MLS operations in a switch are done in hardware, there are certain capabil...