From: spycharlies@hotmail.com
Date: Tue Aug 29 2006 - 14:56:42 ART
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