|
|
|
@ -56,3 +56,24 @@ protocol pipe p_master_to_r10 {
|
|
|
|
|
import where source = RTS_BGP; |
|
|
|
|
export none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
# iBGP R1 |
|
|
|
|
# |
|
|
|
|
|
|
|
|
|
protocol bgp ibgp_r1 { |
|
|
|
|
import none; |
|
|
|
|
export where source = RTS_BGP; |
|
|
|
|
local 10.40.217.3 as 64080; |
|
|
|
|
neighbor 10.40.217.1 as 64080; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# |
|
|
|
|
# iBPG R0 |
|
|
|
|
# |
|
|
|
|
protocol bgp ibgp_r0 { |
|
|
|
|
import none; |
|
|
|
|
export where source = RTS_BGP; |
|
|
|
|
local 10.40.217.3 as 64080; |
|
|
|
|
neighbor 10.40.217.0 as 64080; |
|
|
|
|
} |
|
|
|
|