Set source IP for iBGP peerings
This commit is contained in:
parent
6f4d916b48
commit
07cd688008
|
@ -23,7 +23,7 @@ template bgp iBGP_Peer {
|
||||||
# export where iBGP_export_peer_policy();
|
# export where iBGP_export_peer_policy();
|
||||||
import all;
|
import all;
|
||||||
export all;
|
export all;
|
||||||
source address OWNIP;
|
source address OWNIP_IBGP;
|
||||||
next hop self;
|
next hop self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -2,4 +2,5 @@ router id <router id>;
|
||||||
|
|
||||||
define OWNAS = 4242423934;
|
define OWNAS = 4242423934;
|
||||||
define OWNIP = <router ip>;
|
define OWNIP = <router ip>;
|
||||||
|
define OWNIP_IBGP = <router iBGP ip>;
|
||||||
define DN42_REGION = 41;
|
define DN42_REGION = 41;
|
||||||
|
|
Loading…
Reference in a new issue