*sigh* I'm having serious issues with QoS in general, I mean I'm getting the syntax right and understand how to configure them, but it seems like I configure them incorrectly. For example in Task 21.3 we are asked the following:
Router = R8 Enable CQ on FA0/1 Queue 1: SMTP with limit of 1000 packets in the queue Queue 2: DNS and TACACS with 4000 byte byte-count Queue 3: WWW with limit of 10000 packets in the queue Queue 4: CDP with 500 byte byte-count Queue 5: All "other" IP traffic with byte count less than 768 and a limit of 1500 packets in the queue Queue 6: All "other" IP traffic with byte count greater than or equal to 768 and a limit of 1500 packets in the queue My solution has everything listed correctly, but the DSG created ACL's to match the protocols and I did not. Should I have? Is it needed? I'm hoping my answer is still correct. I didn't see any restrictions about matching with ACL's, but still my answer always seems to differ some from the DSG. Thoughts?? My Answer: queue-list 1 protocol ip 2 tcp domain queue-list 1 protocol ip 2 tcp tacacs queue-list 1 protocol ip 1 tcp smtp queue-list 1 protocol ip 3 tcp www queue-list 1 protocol cdp 4 queue-list 1 protocol ip 5 lt 768 queue-list 1 protocol ip 6 gt 767 queue-list 1 queue 1 limit 1000 queue-list 1 queue 2 byte-count 4000 queue-list 1 queue 3 limit 10000 queue-list 1 queue 4 byte-count 500 queue-list 1 queue 5 limit 1500 queue-list 1 queue 6 byte-count 1024 R8(config-if)#do sh run | sec queue-list custom-queue-list 1 UHS Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution of this information is prohibited. If this was sent to you in error, please notify the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
