cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
671
Views
4
Helpful
4
Replies

My QOS class-map is not matching

harisivaji
Level 1
Level 1

Hi,

I have configured class-map which matches based on access-group

this accessgroup is configured to match one specific host

i created a policymap and add this classmap under this and i specified "drop" action (Just for testing; assuming all the traffic thro the host wll be dropped-Is is correct ???)

Add the service policy command in WAN interface in Input direction (so the download will be affected)

when i verified access-list is matched but not the class-map

Where iam wrong

Any suggestions

4 Replies 4

Jerry Ye
Cisco Employee
Cisco Employee

Can you post the configuration and a short description of traffic direction.

Regards,

jerry

Class-map match-any dropall

match accessgroup MYPC

policy-map MYPOLICY

class dropall    /*earlier i specified same bandwidth value /

drop

Int fa0/1     /*my WAN interface*/

serive policy input MYPOLICY

Ip access-list extended MYPC

10 permit host 10.29.10.10 any

This i did to make sure that QOS which i configured is working fine or not

becuase iam not able to verify (Frankly saying i dont know ) it

Just i want to limit the download speed of this particular pc when he is accessing WAN so i applied in input direction in WAN

In lan interface there is nothing .related to this

Thanks

Hari

Your ACL is wrong, you are matching the traffic in the wrong direction.

Assuming you mean download from the Internet

Internet -> F0/1 Router -> PC (10.29.10.10)

the ACL should be like the follow

ip access-list extended MYPC

permit ip any host 10.29.10.10

HTH,

jerry

My Network is Like this

Internet====[router]====Switch===PC

Yes you are right i will check and

reply  tomorrow

Thanks for your time

Hari

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