add new peer for EVIX
This commit is contained in:
parent
c8018c3bd8
commit
ae6dbc2c04
1 changed files with 25 additions and 0 deletions
25
protocols/evix.conf
Normal file
25
protocols/evix.conf
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
template bgp evix {
|
||||||
|
local 2602:fed2:fff:ffff::233 as my_ripe_asn;
|
||||||
|
|
||||||
|
ipv6 {
|
||||||
|
table ebgp_v6;
|
||||||
|
|
||||||
|
import keep filtered;
|
||||||
|
import all;
|
||||||
|
export filter ebgp_export_v6;
|
||||||
|
};
|
||||||
|
|
||||||
|
graceful restart on;
|
||||||
|
}
|
||||||
|
|
||||||
|
protocol bgp evix_rs1 from evix {
|
||||||
|
description "EVIX RS1";
|
||||||
|
|
||||||
|
neighbor 2602:fed2:fff:ffff::1 as 137933;
|
||||||
|
}
|
||||||
|
|
||||||
|
protocol bgp evix_rs2 from evix {
|
||||||
|
description "EVIX RS2";
|
||||||
|
|
||||||
|
neighbor 2602:fed2:fff:ffff::253 as 209762;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue