From: CCIE FUN (ccieexam2002@yahoo.com)
Date: Wed Mar 12 2003 - 03:03:06 GMT-3
I think number # 4 should do it
or try this
class map qos1
match protocol (or access-group) or interface
!
policy-map qos1
class qos1
police 300000 512000 exceed-action drop
!
int s0/1
service-policy qos1
--- Gery Pang <pang_gery@yahoo.com.hk> wrote:
> Hi Group,
>
> If the requirement said: "to ensure a bandwidth of
> 300 kbps during
> congestion, but allow throughput up to 512 kbps if
> enough bandwidth is
> available on the interface"
>
> Could the following method meet the requirement?
>
> 1. policy-map map1
> class qos1
> bandwidth 300
> shape peak 512000
>
> map-class frame-relay qos1
> frame-relay adaptive-shaping
> service-policy output map1
>
> 2.
> policy-map map2
> class qos2
> bandwidth 300
> police 512000 1000 1000 conform-action transmit
> exceed-action drop
>
> map-class frame-relay qos2
> frame-relay adaptive-shaping
> service-policy output map2
>
> 3.
> map-class frame-relay qos3
> frame-relay cir 512000
> frame-relay be 212000
> frame-relay mincir 300000
> frame-relay adaptive-shaping becn
>
> 4.
> map-class frame-relay qos4
> frame-relay traffic-rate 300000 512000
> frame-relay adaptive-shaping becn
>
> Thanks.
>
> Gery
>
>
This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:37 GMT-3