cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
5
Helpful
2
Replies

QoS

The_guroo_2
Level 2
Level 2

guys can someone please tell me the diff between the following class-map

class-map KK

match ip precedence 3

class-map KK

match precedence 3

is it same or it different whats the logic behind these two command.....now one more thing

what the difference

class-map match-all KK

class-map match-any

class-map KK

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

"guys can someone please tell me the diff between the following class-map

class-map KK

match ip precedence 3

class-map KK

match precedence 3

is it same or it different whats the logic behind these two command"

Don't believe there's a functional difference, although I recall the syntax changed between different IOS versions. Also recall the later IOS might accept either syntax. As to their logic, both will match against IP packets with IP Precedence 3.

"what the difference

class-map match-all KK

class-map match-any "

-all makes for an "and" condition if there are multiple match statements within the class-map. I.e. class match will be true only if all match statements true

-any makes for an "or" condition if there are multiple match statements within the class-may. I.e. class match will be true if any match statement true

mlund
Level 7
Level 7

Hi

match ip precedence, matches ipv4 only.

match precedence, matches both ipv4 and ipv6.

/Mikael

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card