Re: RE: QoS

From: gladston@br.ibm.com
Date: Mon Aug 09 2004 - 14:39:59 GMT-3


Hi John,

Without using "priority" under CBWFQ, is it possible to priorize a traffic over another, for example using fair-queue?

Example:

ip access-list exten HTTP
 permit tcp any any eq www
!
ip access-list exten Telnet
 permit tcp any any eq 23

class-map HTTP
 match access-group name HTTP
!
class-map Telnet
 match access-group name Telnet
!
policy-map Police
 class HTTP
  police 1000000 250000 350000 conform-action set-prec-transmit 5 exceed-action set-prec-transmit 5 violate-action set-prec-transmit 0
 class Telnet
  police 1000000 250000 350000 conform-action transmit exceed-action transmit violate-action transmit
 !
int ser 0
 service-policy output Police
 fair-queue
!
end

Considering that HTTP traffic is within the SLA, would this configuration give it priority over the Telnet traffic?



This archive was generated by hypermail 2.1.4 : Fri Sep 03 2004 - 07:02:35 GMT-3