cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
228
Views
3
Helpful
2
Replies

Verify this config please

darkbeatzz
Level 1
Level 1

Hi all,

hope Im posting this in the correct section.

I am looking to implement QoS for one application only. I want to dedicate 400k to it. Here is the config I was going to use. How does it look to you?

Class-Map " name of application "

Match protocol " protocol name "

Match access-group 100

Policy-map " name of application "

Class " name of application "

Priority 400

Class class-defualt

Fair queue

Ip cef

Interface " outside interface "

Service-policy " name of application " input

Access-list 100 permit ip (source)x.x.x.x (destination)x.x.x.x precedence critical

thanks a mill

2 Replies 2

bwilmoth
Level 5
Level 5

The config looks good to me.

Chris Deren
Hall of Fame
Hall of Fame

Are you going to match both the ACL and the protocol, or one of them?

If both of them have to match then you are set, if either one of them make the change:

Class-Map match-any " name of application "

Chris