RE: DSCP Marking??

From: Brian Dennis (bdennis@internetworkexpert.com)
Date: Tue Aug 29 2006 - 15:26:45 ART


That task (8.3) ties into the previous task (8.2) where you are
implementing WRED across the Frame Relay cloud.

HTH,

Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
bdennis@internetworkexpert.com
 
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Direct: 775-745-6404 (Outside the US and Canada)
 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
spycharlies@hotmail.com
Sent: Tuesday, August 29, 2006 10:57 AM
To: ccielab@groupstudy.com
Subject: DSCP Marking??

Hey Guys am trying to Understand a scenerio, and would appreciate tips
on y the dscp value was set to 5 (101 000)

task:
=====
you noticed your webserver(142.1.27.100) response time is slow,
Apparently the web server
services is not marking its TCP traffic with a DSCP value. To resolve
this issue,
u've decided to config R2, so that traffic from this server is least
likely to be
dropped as its sent out the frame cloud. (ref: IEWB vol1-20.tsk8.3)

sol:
====
class-map match-all TASK8.3-CMAP
match access-group name TASK8.3-ACL
!
policy-map TASK8.3-PMAP
class TASK8.3-CMAP
set dscp cs5
!
interface FastEthernet0/0
service-policy input TASK8.3-PMAP
!
ip access-list extended TASK8.3-ACL
permit tcp host 142.1.27.100 eq www any

Am trying to Understand y the dscp value was set to cs5??

Thanks
Uyota



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:59 ART