Homework

Submitted by: Submitted by

Views: 10

Words: 424

Pages: 2

Category: Other Topics

Date Submitted: 07/17/2015 01:46 PM

Report This Essay

NETW320 Week 7 Report

Advanced QoS Configuration (40 points)

-------------------------------------------------

Write a paragraph (minimum five college-level sentences) below that summarizes what was accomplished in this lab and what you learned by performing it? (10 points)

As a network engineer working for a Service Provider, I have to implement some advanced QoS configurations to give more flexibility to the design and connectivity of application servers in a triple play network. This week’s lab, we assume that the VOIP, TV and Internet traffic is all coming to the same port. The firewall is connected to the switch using one port where all the traffic goes through. The goal is to do the classification and marking when the different traffic types are coming to one port. Then differentiate between them, based on some criteria like a source IP address.

-------------------------------------------------

Answer the following questions with short answers, and Copy and Paste the screenshots or the show output command, when it is required, from the configuration.

-------------------------------------------------

*Hint* Read and study the explanations within the lab for assistance.

-------------------------------------------------

1. What was accomplished in task 2? (3 points)

In Task 2, I created access lists.

2. What was accomplished in task 3? (3 points)

In task 3, I created a class for each type of traffic. The classes were IPvoice, TV, and internet-default.

3. What was accomplished in task 4? (4 points)

In task 4, I created a policy that will classify the traffic.

4. Copy and paste the output from the show command of task 3, step 4. (5 points)

NYCORE1#sho class-map

 Class Map match-all tv (id 2)

   Match access-group  102 

 Class Map match-any class-default (id 0)

   Match any 

 Class Map match-all internet-default (id 3)

   Match access-group  103 

 Class Map match-all ipvoice (id 1)...