Below is my requirement.
Scenario:
I have DC & the Branch location#1 connected via SD-WAN
DC & Location #1 has Internet link & MPLS
DC advertises network 10.10.100.0/24 to location#1. Location#1 learns the network via OMP
I have attached the diagram for reference.
Requirement:
When from communicating from location#1 to the DC network 10.10.100.0/24, the preferred path should be Internet & the backup path should be MPLS.
For this I am planning as below using App Aware Routing.
1. Create SLA Class & define loss% - 99
2. Create Data Prefix for 10.10.100.0/24 (Data_Prefix)
3. Create Application Aware Routing Policy as below
- Destination Data Prefix List : (Data_Prefix)
- SLA Class - 99%
- Preferred Color : Internet
- Backup Preferred Color : MPLS
I will apply the above policy to Site ID of Location#1
Let me know if the above works ?