Saturday, July 2, 2022

lets talk about Control Policy in Cisco SDWAN .


* Control Policy also Know as Topology Policy
* Control Policy is Centralized Policy , which can be impacted one or
more sites .
* Control Policy impacts Control Plane
* Play with OMP route or TLOC route or both to achieve traffic
flow required by business/ customer .
* Play with Match , Action , Accept .

Quiz 3 :
We have 3 Branch site with site id 11, 12, 13 and Datacentre with site 100 . we have two site list (site list is combination of one or more sites ) Site list ABC (11, 12, 13) and Site list DC (100)

Customer Requirement is all OMP routes Coming from site A , Site B and Site C reach to Site list DC (100) with OMP tag of 500 , How it will done ?

Make Control Policy : What will U Match , Action and Accept
Once Control Policy is Ready , how it will be called in Central policy

Note : Below snip of Excel help to develop logic . Command is not important , let focus on approach /logic 


Solution :
Approach : All OMP from Site A , Site B and Site C advertised should have omp -tag 500 .
*******Site list Approach/Thought Process****************
So lets define site list ABC (11,12, 13) which have site id of site A.B,C as OMP-tag is common for all of them .
Lets define other Site list DC (100) , which will have only site id of DC .

 site-list ABC
  site-id 11-13
!
 site-list DC
  site-id 100

************Control Policy Approach/ Thought Process*************
Define control policy name :(Topology Policy )
We are choosing OMP route under Topology Policy/ Control policy .
Match : on Site-list and any prefix from site A , B, C
Action : Accept
Set : OMP tag 500


 control-policy XYZ
    sequence 1
     match route
      site-list ABC
      prefix-list Any_prefix
     !
     action accept
      set
       omp-tag 500
      !
     !
    !
  default-action accept
!

****Control Policy Calling in which direction and impact on which site*****************************

As DC supposed to recieved OMP from Site A, Site B , Site C With Tag 500 , so we will Call Site-list DC to get impacted with Control Policy XYZ from Outwards direction from Vsmart Prospective

site-list DC
  control-policy XYZ out

No comments:

Post a Comment