Skip to content
Snippets Groups Projects
ixrs.conf 1.08 KiB
Newer Older
Ezri's avatar
Ezri committed
/*
 _______  ______ _____ _______ __   _ _______ _______
 |______ |_____/   |   |       | \  | |______    |
 |______ |    \_ __|__ |_____  |  \_| |______    |

Internet eXchanges Route Servers
*/

protocol bgp KleyReX from KleyReXRS
{
	description "KleyReX";
    neighbor 2001:7f8:33::a103:1142:1 as 31142;
}

protocol bgp KleyReX2 from KleyReXRS
{
	description "KleyReX Backup1";
    neighbor 2001:7f8:33::a103:1142:2 as 31142;
}

protocol bgp KleyReX3 from KleyReXRS
{
	description "KleyReX Backup2";
    neighbor 2001:7f8:33::a103:1142:3 as 31142;
}

protocol bgp LocIX from LocIXRS
{
	description "LocIX";
Ezri's avatar
Ezri committed
    neighbor 2001:7f8:f2:e1::babe:1 as 202409;
Ezri's avatar
Ezri committed
}

protocol bgp LocIX2 from LocIXRS
{
	description "LocIX Backup1";
Ezri's avatar
Ezri committed
    neighbor 2001:7f8:f2:e1::dead:1 as 202409;
Ezri's avatar
Ezri committed
}

protocol bgp LocIX3 from LocIXRS
{
	description "LocIX Backup2";
Ezri's avatar
Ezri committed
    neighbor 2001:7f8:f2:e1::be5a as 202409;
Ezri's avatar
Ezri committed
}

protocol bgp eVIX from eVIXRS
{
    description "eVIX";
    neighbor 2602:fed2:fff:ffff::1 as 137933;
}

protocol bgp eVIX2 from eVIXRS
{
    description "eVIX Backup";
    neighbor 2602:fed2:fff:ffff::253 as 209762;
}