More on QoS

From: Roberto Fernandez (rofernandez@us.telefonica.com)
Date: Tue Jun 20 2006 - 18:07:58 ART


Friends,

Let suppose I want to manipulate IP precedence only if there is
congestion on my serial interface, which is frame-relay.

!
!
policy-map FRAME_RELAY
 class LOW_PRIORITY
  set ip precedence 0
 class class-default
  set ip precedence 3
!
!
!
interface Serial0/0
 ip address 162.5.0.4 255.255.255.0
 encapsulation frame-relay
 frame-relay map ip 162.5.0.3 403 broadcast
 service-policy output FRAME_RELAY
!
!

Would this work? Does the service policy actually work only when there
is congestion on the interface?

Thanks in advance,
Best Regards,
Roberto



This archive was generated by hypermail 2.1.4 : Sat Jul 01 2006 - 07:57:33 ART