QoS - legacy priority convert to MQC

From: Sila Moni (silamoni@yahoo.com)
Date: Sat Jun 25 2005 - 01:19:27 GMT-3


Hi

I'm practicing QoS. I've some questions.

Are the two methods the same? If not specified, I can
assign any value to my priority right? BTW, if my
total value exceed 75%, I should use
'max-reserved-bandwidth xx' under the interface. What
if the value is less than 75%?

TIA
Sila

interface Ethernet1
 ip address 1.1.1.1 255.255.255.0
 priority-group 1
!
priority-list 1 protocol ip medium tcp smtp
priority-list 1 protocol ip normal tcp telnet
priority-list 1 protocol ip low
priority-list 1 protocol ip high tcp www

--------------------------------------------
interface Ethernet1
 ip address 1.1.1.1 255.255.255.0
 service-policy output PRIORITY
!
ip cef
!
class-map HIGH
 match protocol http
!
class-map MEDIUM
 match protocol smtp
!
class-map NORMAL
 match protocol telnet
!
 policy-map PRIORITY
  class HIGH
   priority percent 40
  class MEDIUM
   priority percent 20
  class NORMAL
   priority percent 10
  class class-default
   police cir percent 5



This archive was generated by hypermail 2.1.4 : Wed Jul 06 2005 - 14:43:43 GMT-3