From: Jeff Ryan (jeffryanwn@hotmail.com)
Date: Sat Jul 15 2006 - 17:40:52 ART
All, I'm doing a lab and it is aking me to make sure that all traffic leaving
FA 0/0 (VlanX) set with Precedence 3 AND/OR traffic from VlanX destined to BB1
vlan has a guaranteed minimum bandwidth of 128k. Also, make sure that in case
of congestion that these packets get dropped randomly.
Limit all traffic leaving FA 0/0 (VlanX) with Precedence 2 to 128k. DO NOT use
policing or rate-limiting and DO NOT use an ACL to match IP Precedence.
Does this look correct? Thanks in advance - Jeff
--------
R2#
!
ip cef
!
class-map match-any PREC_3_AND_OR_BB1
match precedence 3
match access-group 101
class-map match-all PREC_2
match precedence 2
!
!
policy-map VLANX_OUT
class PREC_3_AND_OR_BB1
bandwidth 128
random-detect
class PREC_2
shape average 128000
!
interface FastEthernet0/0
service-policy output VLANX_OUT
!
access-list 101 permit ip 1.1.20.0 0.0.0.255 150.100.1.0 0.0.0.255
!
This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:47 ART