On Frame-Relay DE and congestion

From: Roberto Fernandez (rofernandez@us.telefonica.com)
Date: Fri Jul 07 2006 - 11:30:31 ART


Friends,

There is a router, connecting to frame relay cloud. The requirement is
to mark DE on some traffic at the time of congestion. It's that
possible? I mean selectively mark DE only during congestion?

I'm not sure if DE will be set always on HTTP class, or only when
shaping is activated as a sign of congestion.

I've been thinking on something like:

!
class-map match-all HTTP
 match protocol http
!
!
policy-map SHAPE-FIRST
 class class-default
  shape average 1536000
  service-policy SET_DE_OUT
!
!
policy-map SET_DE_OUT
 class HTTP
  set fr-de
!
!
Interface Serial 0/0
 Service policy out SHAPE-FIRST
!



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:46 ART