cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
233
Views
0
Helpful
1
Replies

QOS to a destination address not a port or application

bchoisser
Level 1
Level 1

I am trying to find a way to implement QOS for a destination IP address. The traffic is port 80 traffic. But this needs to have a much higher priority to a specific server on our network over a WAN connection. I have implemented QOS for specific applications and ports but haven't found much information going to a destination IP.

Thanks for your help.

1 Reply 1

attrgautam
Level 5
Level 5

You can match an IP access-list

Access-list 180 permit any host

class-map setq

match ip access-group 180

Then your policy map etc will follow.

Regds