From: Frank Maisano (FrankM@netarch.com)
Date: Wed Feb 26 2003 - 10:07:24 GMT-3
Priority queueing has one main drawback. It services the priority queue
(and no others) until the priority queue is empty.
My suggestion would be to migrate to LLQ. They still get their priority
queue for the really important stuff (including mcast if they want) and you
also can prioritize on other queues for other apps (mcast could go here as
well).
You may need to upgrade code depending on the level you are at.
It would look something like this:
from (config)#
class-map PLATNIUM
match ip access-group (priority data here)
class-map GOLD
match ip access-group (mcast possibly here)
policy-map PRIORITY
class PLATNIUM
priority 200 <--200k that is
class GOLD
bandwidth 100
class default-class
fair-queue
(config-if)service-policy in/out PRIORITY
-----Original Message-----
From: leigh.bichard@btinternet.com
To: ccielab@groupstudy.com
Sent: 2/26/2003 4:39 AM
Subject: Multicast prioritization
I am looking at multicast over a network which is using priority
queueing. The queueing is based on destination IP address and guess that
I will need to add the multicast range onto the appropriate acl
Any thoughts on good pratice here
Thanks
Leigh
This archive was generated by hypermail 2.1.4 : Sat Mar 01 2003 - 11:06:36 GMT-3