diff --git a/protocols/ripe-rcc.conf b/protocols/ripe-rcc.conf index a920584..23f370b 100644 --- a/protocols/ripe-rcc.conf +++ b/protocols/ripe-rcc.conf @@ -19,15 +19,19 @@ template bgp ripe_rcc_v6 { ipv6 { table ebgp_v6; - import all where net ~ ripe_rcc_beacons_v6; + import where net ~ ripe_rcc_beacons_v6; export all; }; } protocol bgp ripe_rrc12_v4 from ripe_rcc_v4 { + description "RIPE RIS Route Collector RRC12 (v4)"; + neighbor 80.81.192.152; } protocol bgp ripe_rrc12_v6 from ripe_rcc_v6 { + description "RIPE RIS Route Collector RRC12 (v6)"; + neighbor 2001:7f8::316e:0:1; }