cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1121
Views
0
Helpful
3
Replies

mqc , class map class-default

sarahr202
Level 5
Level 5

Hi everybody.

Please consider the following config:

R1(config)# class-map MUSIC

R1(config-cmap)# match protocol kazzaa2

R1(Config)# policy-map TSHoot-EXAMPLE

R1(config-pmap)# class MUSIC

R1(config-pmap-c)# police 32000

R1(config)# int s0/0

R1(config-if)# service-policy output TSHOOT-EXAMPLE

My book says cisco created a default class map named class-default which categorizes all the traffic not matched by any defined class maps.

Let say we have some packets carrying e mail traffics. These packets are matched by default class map.  What will happen next?  We dont have any policy defined for these packets matched by default class map so what will happen to these packets?

thanks and have a great day.

1 Accepted Solution

Accepted Solutions

John Blakley
VIP Alumni
VIP Alumni

Sarah,

Anything that doesn't match a class in a policy map will match the class-default class. (Not seen, but it's configurable.) Anything that matches under the class-default class will get best effort delivery by default, but you can configure fair-queueing and tail drop under this class as well. That helps for traffic that does get put into this class.

HTH,

John

HTH, John *** Please rate all useful posts ***

View solution in original post

3 Replies 3

John Blakley
VIP Alumni
VIP Alumni

Sarah,

Anything that doesn't match a class in a policy map will match the class-default class. (Not seen, but it's configurable.) Anything that matches under the class-default class will get best effort delivery by default, but you can configure fair-queueing and tail drop under this class as well. That helps for traffic that does get put into this class.

HTH,

John

HTH, John *** Please rate all useful posts ***

Thanks John

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The  Author of this posting offers the information contained within this  posting without consideration and with the reader's understanding that  there's no implied or expressed suitability or fitness for any purpose.  Information provided is for informational purposes only and should not  be construed as rendering professional advice of any kind. Usage of this  posting's information is solely at reader's own risk.

Liability Disclaimer

In  no event shall Author be liable for any damages whatsoever (including,  without limitation, damages for loss of use, data or profit) arising out  of the use or inability to use the posting's information even if Author  has been advised of the possibility of such damage.

Posting

To expand a little on John's posting, implicit (not explicity defined) class-default behavior will vary a bit based on other explictly defined classes and the IOS version, for example pre-HQF and post-HQF QoS.

Review Cisco Networking products for a $25 gift card