nixos/estuary: Add bgp.tools monitoring session
This commit is contained in:
parent
8300e49b00
commit
4953a68e8b
@ -13,7 +13,7 @@ in
|
|||||||
define OWNIP4 = ${assignments.internal.ipv4.address};
|
define OWNIP4 = ${assignments.internal.ipv4.address};
|
||||||
define OWNNETSET4 = [${assignments.internal.ipv4.address}/32];
|
define OWNNETSET4 = [${assignments.internal.ipv4.address}/32];
|
||||||
|
|
||||||
define OWNIP6 = ${assignments.base.ipv6.address};
|
define OWNIP6 = ${assignments.internal.ipv6.address};
|
||||||
define OWNNET6 = ${securebitSpace};
|
define OWNNET6 = ${securebitSpace};
|
||||||
define OWNNETSET6 = [${securebitSpace}+];
|
define OWNNETSET6 = [${securebitSpace}+];
|
||||||
#define TRANSSET6 = [::1/128];
|
#define TRANSSET6 = [::1/128];
|
||||||
@ -75,6 +75,23 @@ in
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protocol bgp bgptools {
|
||||||
|
local as OWNAS;
|
||||||
|
multihop;
|
||||||
|
description "bgp.tools monitoring";
|
||||||
|
neighbor 2a0c:2f07:9459::b8 as 212232;
|
||||||
|
ipv4 {
|
||||||
|
import none;
|
||||||
|
export all;
|
||||||
|
add paths tx;
|
||||||
|
};
|
||||||
|
ipv6 {
|
||||||
|
import none;
|
||||||
|
export all;
|
||||||
|
add paths tx;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
template bgp base_bgp4 {
|
template bgp base_bgp4 {
|
||||||
local as OWNAS;
|
local as OWNAS;
|
||||||
direct;
|
direct;
|
||||||
|
Loading…
Reference in New Issue
Block a user