cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
616
Views
5
Helpful
1
Replies

Cisco SD-WAN BGP Template

RS19
Level 4
Level 4

In Cisco SD-WAN I configured BGP template. In BGP template I was trying to configure the Neigh, there is option for Route Policy IN & Route Policy Out as shown in the attached diagram

Would like to know where is the option to configure the BGP Policy IN & Policy OUT should be configured.

Where is the option in the vManage to configure this policy

 

 

1 Reply 1

maxnpj
Level 1
Level 1

You can configure a route-policy in a "Localized Policy" and then reference that (local) route-policy in the "Policy Name" dialog box. In my test example here (see attached screencap as well) I created a "BGP_LOCAL_PREF" route policy in my local policy:

route-policy BGP_LOCAL_PREF
sequence 10
action accept
set
local-preference 100
!
!
!
default-action accept

 

Then I reference that route-policy in the BGP template. In my case, this is an outbound policy in VPN 1. It is used (obviously) to set the local pref to 100 and send that to the local BGP neighbor.

 

Hope this helps. 

BGP_local_pref.png