From: Jim Phillipo (jim.phillipo@guardent.com)
Date: Sat Jul 12 2003 - 13:08:08 GMT-3
I just want to confirm that my config would work. From my understanding a
match Any would invoke the Class if any ONE of the lines was matched.
Whereas a Match All would require ALL the statements to be matched for the
class to be invoked.
IPEXPERT Answer:
class-map match-all 136net
match access-group 100
class-map match-all webtraffic
match access-group 101
!
policy-map ipexpert
class 136net
bandwidth 16
class webtraffic
bandwidth 32
class class-default
bandwidth 16
queue-limit 40
My answer:
class-map FTP_WeB_ICMP
match access-group name FTP_WEB_ICMP
class-map 172.16.136.0
match access-group 136
!
policy-map CBWFQ_FR
class 172.16.136.0
bandwidth 16
class FTP_WEB_ICMP
bandwidth 32
class class-default
bandwidth 16
queue-limit 40
This archive was generated by hypermail 2.1.4 : Wed Aug 06 2003 - 06:52:37 GMT-3