Hello,
Is it possible to convert a custom queueing example into a  policy-map
config?
I have:

#queue-list 1 protocol ip 1
#queue-list 1 protocol ipx 2
#queue-list 1 protocol appletalk 3
#queue-list 1 protocol decnet 4
#queue-list 1 queue 1 byte-count 4000 limit 100
#queue-list 1 queue 2 byte-count 3000 limit 90
#queue-list 1 queue 3 byte-count 2000 limit 80
#queue-list 1 queue 4 byte-count 1000 limit 70

I have it configured as:
#class-map class1
#match prot ip
#class-map class2
#match prot ipx
#class-map class3
#match prot apple
#class-map class4
#match prot decnet
#exit
#policy-map policy1
  class class1
   bandwidth 4000
   queue-limit 100
  class class2
   bandwidth 3000
   queue-limit 90
  class class3
   bandwidth 2000
   queue-limit 80
  class class4
   bandwidth 1000
   queue-limit 70

Is this correct?

Any advice/help is gratefully appreciated.

Thank you.

Sincerely,

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=70064&t=70064
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to