Set source IP for iBGP peerings

This commit is contained in:
graffen 2018-09-22 13:26:27 +00:00
parent 6f4d916b48
commit 07cd688008
2 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@ template bgp iBGP_Peer {
# export where iBGP_export_peer_policy();
import all;
export all;
source address OWNIP;
source address OWNIP_IBGP;
next hop self;
}

View File

@ -2,4 +2,5 @@ router id <router id>;
define OWNAS = 4242423934;
define OWNIP = <router ip>;
define OWNIP_IBGP = <router iBGP ip>;
define DN42_REGION = 41;