This blog was originally started to better help me understand the technologies in the CCIE R&S blueprint; after completing the R&S track I have decided to transition the blog into a technology blog.

CCIE #29033

This blog will continue to include questions, troubleshooting scenarios, and references to existing and new technologies but will grow to include a variety of different platforms and technologies. Currently I have created over 185 questions/answers in regards to the CCIE R&S track!! Note: answers are in the comment field or within "Read More" section.

You can also follow me on twitter @FE80CC1E


Tuesday, October 26, 2010

Question 154

What is happening in the configuration below. What other technologies can provide a similar solution?


access-list 10 permit 10.0.0.100
priority-list 1 protocol ip low tcp www
priority-list 1 protocol ip low tcp ftp
priority-list 1 protocol ip low tcp ftp-data
priority-list 1 protocol ip normal list 1
priority-list 1 protocol ip medium gt 500
priority-list 1 protocol ip medium lt 550
priority-list 1 protocol ip high udp rip
priority-list 1 protocol ip high udp ntp
priority-list 1 protocol ip high tcp bgp
priority-list 1 protocol pppoe high lt 1492

interface Serial1/0
 ip address 192.168.0.1 255.255.255.0
 priority-group 1

1 comments:

Packets Analyzed said...

This is priority queuing and CQ (Custom Queuing) and MQC (Modular QoS CLI) is another technology that can a provide similar solution,

Priority Queues are prioritized by low, medium, high and normal queues.

Low Priority = tcp www, tcp ftp, tcp ftp-data
Normal Priority = 10.0.0.100
Medium Priority = Packets greater than 500
Medium Priority = Packets less than 550
High Priority = udp rip, udp ntp, tcp bgp, pppoe lt 1492

Post a Comment