Ip Service Issue IEWP Lab 3 Vo2 Task 11.1

From: Group Study (www.tranhonghoang.cisco@gmail.com)
Date: Fri Oct 13 2006 - 01:06:40 ART


Dear Group !!!

BB2--> R3 --->R4--->BB3
Request deny transit between BB2 & BB3 . Configure the network so that
any traffic enters R3's interface f0/0 can not exit via R4's f0/0
interface . Do not use route filtering .
Solution :

R3 & R4
class-map match-all DSCP-63
 match ip dscp 63
!
!
policy-map DROP
 class DSCP-63
   drop
policy-map MARK
 class class-default
  set dscp 63

interface f0/0
service-policy input MARK
service-policy output DROP
I'm confuse about command : set dscp 63 and set ip dscp 63 , is there
any difference ???

Thanks



This archive was generated by hypermail 2.1.4 : Wed Nov 01 2006 - 07:29:05 ART