add RIPE RIS Route Collector Peering
This commit is contained in:
parent
7d4443daaf
commit
c7b4b45c98
1 changed files with 31 additions and 0 deletions
31
protocols/ripe-rcc.conf
Normal file
31
protocols/ripe-rcc.conf
Normal file
|
@ -0,0 +1,31 @@
|
|||
template bgp ripe_rcc_v4 {
|
||||
local 80.81.196.155 as 207613;
|
||||
neighbor as 12654;
|
||||
|
||||
ipv4 {
|
||||
table ebgp_v4;
|
||||
|
||||
import all;
|
||||
export none;# !!!! our ebgp_v4 table is bogus !!!!
|
||||
};
|
||||
}
|
||||
|
||||
template bgp ripe_rcc_v6 {
|
||||
local 2001:7f8::3:2afd:0:1 as 207613;
|
||||
neighbor as 12654;
|
||||
|
||||
ipv6 {
|
||||
table ebgp_v6;
|
||||
|
||||
import all;
|
||||
export all;
|
||||
};
|
||||
}
|
||||
|
||||
protocol bgp ripe_rrc12_v4 from ripe_rcc_v4 {
|
||||
neighbor 80.81.192.152;
|
||||
}
|
||||
|
||||
protocol bgp ripe_rrc12_v6 from ripe_rcc_v6 {
|
||||
neighbor 2001:7f8::316e:0:1;
|
||||
}
|
Loading…
Add table
Reference in a new issue