Networking 201
Copyright Priscilla Oppenheimer
Lab 6 Configuring Priority Queuing
Scenario
You are a senior network administrator for a large company. You have decided to implement priority queuing to increase throughput and reduce delay for essential applications.
Research (and Create) a Need for Priority Queuing
- Run some tests to determine throughput and delay for applications that "your users" need, such as ping, Telnet, FTP, web browsing, and so on.
- To create a need for priority queuing, reduce the bandwidth on the WAN links by changing the clockrate on the 2600 WAN routers.
- To configure the routers, start a HyperTerminal session.
- Type enable (followed by Enter). Type the enable password, provided by the instructor.
- Type config t which means you are configuring the router from a terminal. (Your PC acts as a terminal.)
- Type interface serial 0/0.
- Type clock rate followed by a question mark to determine possible values.
- Select a clockrate that is small but not so small that your users will shoot you. (This may take some experimentation.)
- Re-run your tests to determine throughput and delay for your applications with this lower bandwidth.
- While you are running tests, see if packets are getting queued by issuing the show interface serial command on the 1700 and 2600 routers,
Design a Priority Queuing Policy
- Talk to your users and determine which applications are essential.
- Write a list of the applications in order of their priority.
- Include in the list the IP protocol type or the UDP or TCP port number.
Configure Priority Queuing.
- Go into config mode on the routers.
- Type priority-list 1, followed by question marks to determine valid parameters.
- Configure a list to match the policies you decided on.
- Apply the list to your serial interface. (If you're on a router that doesn't have a serial interface, use an Ethernet interface.)
- Type interface serial 0/0.
- Type priority-group 1.
Test your configuration
Determine whether your new configuration helps the essential applications by re-running your throughput and delay tests.
Submission
Send me your router's final configuration after you got priority queuing working. Type show run. Copy and paste the results into a text document. Save the document and submit it.