Use the following commands to configure Site Manager with DCA (Global Policy). Use the following commands to configure Site
Manager with DIA (Customized local Policy). If there are many branch sites requiring similar DCA policies, you can configure
the policy in a central place (For example, DMVPN hub site) and the policy is published to all branch sites that have connectivity
to the hub site
Configuration on Hub Master Controller
enable
configure terminal
site-manager default
vrf default
master hub
policy group default type DCA
class DCA sequence 1
match application ms-cloud-group policy saas-dca
path-preference DIA1 fallback DIA2
exit
exit
exit
Configuration on Branch, BR1 and Master Controller, MC
enable
configure terminal
site-manager default
vrf default
border
master local
master branch
source-interface loopback0
hub 10.200.1.1
exit
exit
exit
interface gigabitethernet3.30
description B1MCBR-LAN
encapsulation dot1q 30
ip address 10.20.0.1 255.255.255.0
site-manager inside
exit
exit
interface gigabitethernet2.30
encapsulation dot1q 30
ip vrf forwarding fvrf
ip address 10.20.0.1 255.255.255.0
site-manager path DIA1 direct-internet-access
exit
exit
Configuration on Branch, BR2
enable
configure terminal
site-manager default
vrf default
border
source-interface loopback0
master 192.168.3.22
exit
exit
exit
interface gigabitethernet3.30
description B1MCBR-LAN
encapsulation dot1q 30
ip address 10.20.0.1 255.255.255.0
site-manager inside
exit
exit
interface gigabitethernet2.30
encapsulation dot1q 30
ip vrf forwarding fvrf
ip address 10.20.0.1 255.255.255.0
site-manager path DIA2 direct-internet-access
exit
exit