Hi,
I would like to prioritize flow from 192.168.X.201 to 192.168.X.215 in output on my Cisco 881:
Configuration:
Access-list 111 permit ip 192.168.X.200 0.0.0.7 any
Access-list 111 permit ip 192.168.X.208 0.0.0.7 any
Class-map match-any VOIP
match access-group 111
policy-map WAN_OUTPUT
class VOIP
priority 250
interface dialer 1
service-policy output WAN_OUTPUT
Is it the good configuration?
Thanks for your answer and waiting for your advice.