Created
April 13, 2020 22:08
-
-
Save rappet/07d739f00a5aa7b5438e9913aca9d2de to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is managed by Ansible. Changes will be overwritten. | |
protocol bgp upstream_level66_bird from upstream_template { | |
local 141.98.136.107 as 207968; | |
neighbor 141.98.136.97 as 209844; | |
import limit 1000000 action block; | |
} | |
protocol bgp upstream_level66_juniper from upstream_template { | |
local 141.98.136.107 as 207968; | |
neighbor 141.98.136.126 as 209844; | |
import limit 1000000 action block; | |
} | |
protocol bgp peer_kleyrex_rs01 from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.251 as 31142; | |
import limit 700000 action block; | |
} | |
protocol bgp peer_kleyrex_rs02 from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.252 as 31142; | |
import limit 700000 action block; | |
} | |
protocol bgp peer_kleyrex_rs03 from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.253 as 31142; | |
import limit 700000 action block; | |
} | |
protocol bgp peer_kleyrex_hurricane from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.134 as 6939; | |
import limit 150000 action block; | |
} | |
protocol bgp peer_kleyrex_ethservices from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.69 as 200462; | |
import limit 20 action block; | |
} | |
protocol bgp peer_kleyrex_cynthia from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.94 as 57782; | |
import limit 10 action block; | |
} | |
protocol bgp peer_kleyrex_fastethernet from peer_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.203 as 206479; | |
import limit 10 action block; | |
} | |
protocol bgp upstream_kleyrex_ifog from upstream_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.7 as 34927; | |
import limit 1000000 action block; | |
} | |
protocol bgp upstream_kleyrex_netshelter from upstream_template { | |
local 193.189.82.213 as 207968; | |
neighbor 193.189.82.153 as 205927; | |
import limit 1000000 action block; | |
} | |
protocol bgp peer_locix_rs01 from peer_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.100 as 202409; | |
import limit 50000 action block; | |
} | |
protocol bgp peer_locix_rs02 from peer_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.200 as 202409; | |
import limit 50000 action block; | |
} | |
protocol bgp peer_locix_rs03 from peer_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.254 as 202409; | |
import limit 50000 action block; | |
} | |
protocol bgp peer_locix_as112 from peer_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.112 as 112; | |
import limit 10 action block; | |
} | |
protocol bgp peer_locix_fastethernet from peer_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.25 as 206479; | |
import limit 10 action block; | |
} | |
protocol bgp upstream_locix_openfactory from upstream_template { | |
local 185.1.119.140 as 207968; | |
neighbor 185.1.119.122 as 58299; | |
import limit 1000000 action block; | |
} | |
# router specific extra config | |
protocol bgp ris_ripe from ris_template { | |
local 141.98.136.107 as 207968; | |
neighbor 193.0.4.28 as 12654; | |
multihop 255; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment