From 07cd688008fdd73d04762135c65b1a0fa0aaadb9 Mon Sep 17 00:00:00 2001 From: graffen Date: Sat, 22 Sep 2018 13:26:27 +0000 Subject: [PATCH] Set source IP for iBGP peerings --- bgp4.conf | 2 +- local4-template.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bgp4.conf b/bgp4.conf index 917bb5f..e44a358 100644 --- a/bgp4.conf +++ b/bgp4.conf @@ -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; } diff --git a/local4-template.conf b/local4-template.conf index 630c96f..7f40b8c 100644 --- a/local4-template.conf +++ b/local4-template.conf @@ -2,4 +2,5 @@ router id ; define OWNAS = 4242423934; define OWNIP = ; +define OWNIP_IBGP = ; define DN42_REGION = 41;