From: 2008ccie@live.com
Date: Sat Jun 07 2008 - 09:57:20 ART
Hi experts
here is my scenario
e0 e0 e0
R1--<FR>--R2---<FR>-- R3
R1-e0-vlan1-100.100.100.0
R2-e0-vlan2-105.105.105.0
R3-e0-vlan3-110.110.110.0
The question is
All traffic from e0 of R2 (vlan2) with IP Precedence 3 and traffic from vlan1
(R1 e0) destined to VLAN3 (R3 e0) has a guaranteed minimum bandwidth of 128K.
in case of congestion, that these packets get dropped randomly.
Limit all traffic from e0 of R2 with IP Precedence 2 to 128K.
Do NOT use policing or rate-limiting. Do not use an ACL to match on IP
Precedence
in R2
access-list 101 permit ip 100.100.100.0 0.0.0.255 110.110.110.0 0.0.0.255
class-map PRE3
match input-interface fa0/0
match precedence 3
match access-group 101
class-map PRE2
match input-interface fa0/0
match precedence 2
policy-map CCIE
class PRE3
bandwidth 128
class PRE2
shape average 128000
interface serial0
service-policy output CCIE
Can anyone correct me?
Regards
This archive was generated by hypermail 2.1.4 : Tue Jul 01 2008 - 06:23:21 ART