hosts/dn42-il-gw5,hosts/dn42-il-gw6: export routes to looking glass
This commit is contained in:
parent
bbeccff528
commit
572fb59903
@ -158,6 +158,26 @@
|
|||||||
neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
|
neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Internal
|
||||||
|
protocol bgp peer_2953_dn42_ildix_service {
|
||||||
|
local as 4242422574;
|
||||||
|
neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953;
|
||||||
|
source address fd81:edb3:71d8:ffff:2574::5;
|
||||||
|
multihop 64;
|
||||||
|
ipv6 {
|
||||||
|
table bgp6;
|
||||||
|
igp table ospf6;
|
||||||
|
next hop keep;
|
||||||
|
add paths tx;
|
||||||
|
import filter {
|
||||||
|
reject;
|
||||||
|
};
|
||||||
|
export filter {
|
||||||
|
accept;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
scan time 10;
|
scan time 10;
|
||||||
}
|
}
|
||||||
|
@ -158,6 +158,26 @@
|
|||||||
neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
|
neighbor fd81:edb3:71d8:ffff::14 as 4242422953;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Internal
|
||||||
|
protocol bgp peer_2953_dn42_ildix_service {
|
||||||
|
local as 4242422574;
|
||||||
|
neighbor fd81:edb3:71d8:ffff:2953::1 port 1179 as 4242422953;
|
||||||
|
source address fd81:edb3:71d8:ffff:2574::6;
|
||||||
|
multihop 64;
|
||||||
|
ipv6 {
|
||||||
|
table bgp6;
|
||||||
|
igp table ospf6;
|
||||||
|
next hop keep;
|
||||||
|
add paths tx;
|
||||||
|
import filter {
|
||||||
|
reject;
|
||||||
|
};
|
||||||
|
export filter {
|
||||||
|
accept;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
scan time 10;
|
scan time 10;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user