I have 3 channels, two Internet channels and one mpls, I wanted to configure it like this, all data traffic goes only default and biz-internet, and voice traffic is in priority through mpls, and only if there is a problem I have to switch to the internet, but for some reason it doesn't works, I even tried the strict option, but it doesn't help either, traffic still runs through all tunnels
policy
sla-class Default
loss 25
latency 300
jitter 100
!
sla-class Realtime
loss 1
latency 150
jitter 30
!
app-route-policy _VPN-Office-users_AAR-DATA_VPN-Office-Voice_AAR-VOIP
vpn-list VPN-Voice
sequence 1
match
source-ip 0.0.0.0/0
destination-ip 0.0.0.0/0
!
action
sla-class Realtime strict preferred-color mpls
!
!
!
vpn-list VPN-Data
sequence 1
match
source-ip 0.0.0.0/0
destination-ip 0.0.0.0/0
!
action
sla-class Default strict preferred-color default biz-internet