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

Application Aware Routing Policy does not work

fractal90
Level 3
Level 3

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
1 Reply 1

fractal90
Level 3
Level 3

found a scheme of work, apparently using AAR it is impossible to specify only one channel for a certain traffic, if it falls, all channels are still used, that is, logically, the preferred mpls color is indicated and the policy is strict, if this mpls channel with large losses, then traffic through it does not go, but goes through everything else