mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-31 14:11:54 +00:00
Flock: bgp_secondary: test finalized
This commit is contained in:
parent
1eefc350be
commit
41bd2d0cd7
@ -1,7 +1,7 @@
|
|||||||
log "bird.log" all;
|
log "bird.log" all;
|
||||||
|
|
||||||
router id 1;
|
router id 1;
|
||||||
define epoch = 1;
|
define epoch = {{ t.epoch % 2 }};
|
||||||
|
|
||||||
ipv6 table master6 sorted;
|
ipv6 table master6 sorted;
|
||||||
|
|
||||||
@ -25,7 +25,9 @@ protocol static p200 {
|
|||||||
route 2001:db8:eee4::/48 unreachable;
|
route 2001:db8:eee4::/48 unreachable;
|
||||||
route 2001:db8:eee5::/48 unreachable;
|
route 2001:db8:eee5::/48 unreachable;
|
||||||
route 2001:db8:eee6::/48 unreachable;
|
route 2001:db8:eee6::/48 unreachable;
|
||||||
|
{% if t.epoch == 0 %}
|
||||||
disabled;
|
disabled;
|
||||||
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static p190 {
|
protocol static p190 {
|
||||||
@ -36,7 +38,9 @@ protocol static p190 {
|
|||||||
route 2001:db8:eee4::/48 unreachable;
|
route 2001:db8:eee4::/48 unreachable;
|
||||||
route 2001:db8:eee5::/48 unreachable;
|
route 2001:db8:eee5::/48 unreachable;
|
||||||
route 2001:db8:eee6::/48 unreachable;
|
route 2001:db8:eee6::/48 unreachable;
|
||||||
|
{%- if t.epoch == 0 -%}
|
||||||
disabled;
|
disabled;
|
||||||
|
{%- endif -%}
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static p180 {
|
protocol static p180 {
|
||||||
@ -47,7 +51,9 @@ protocol static p180 {
|
|||||||
route 2001:db8:eee4::/48 unreachable;
|
route 2001:db8:eee4::/48 unreachable;
|
||||||
route 2001:db8:eee5::/48 unreachable;
|
route 2001:db8:eee5::/48 unreachable;
|
||||||
route 2001:db8:eee6::/48 unreachable;
|
route 2001:db8:eee6::/48 unreachable;
|
||||||
disabled;
|
{%- if t.epoch == 0 -%}
|
||||||
|
disabled;
|
||||||
|
{%- endif -%}
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static p170 {
|
protocol static p170 {
|
||||||
@ -58,7 +64,9 @@ protocol static p170 {
|
|||||||
route 2001:db8:eee4::/48 unreachable;
|
route 2001:db8:eee4::/48 unreachable;
|
||||||
route 2001:db8:eee5::/48 unreachable;
|
route 2001:db8:eee5::/48 unreachable;
|
||||||
route 2001:db8:eee6::/48 unreachable;
|
route 2001:db8:eee6::/48 unreachable;
|
||||||
|
{%- if t.epoch == 0 -%}
|
||||||
disabled;
|
disabled;
|
||||||
|
{%- endif -%}
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol static STARTUP {
|
protocol static STARTUP {
|
||||||
@ -77,14 +85,14 @@ function CHECK() -> bool {
|
|||||||
|
|
||||||
bgp_path.prepend(preference);
|
bgp_path.prepend(preference);
|
||||||
case epoch {
|
case epoch {
|
||||||
1: case preference {
|
0: case preference {
|
||||||
170: return net ~ [ 2001:db8:eee4::/48, 2001:db8:eee5::/48 ];
|
170: return net ~ [ 2001:db8:eee4::/48, 2001:db8:eee5::/48 ];
|
||||||
180: return net ~ [ 2001:db8:eee3::/48 ];
|
180: return net ~ [ 2001:db8:eee3::/48 ];
|
||||||
190: return net ~ [ 2001:db8:eee2::/48, 2001:db8:eee4::/48 ];
|
190: return net ~ [ 2001:db8:eee2::/48, 2001:db8:eee4::/48 ];
|
||||||
200: return net ~ [ 2001:db8:eee1::/48, 2001:db8:eee3::/48 ];
|
200: return net ~ [ 2001:db8:eee1::/48, 2001:db8:eee3::/48 ];
|
||||||
else: return false;
|
else: return false;
|
||||||
}
|
}
|
||||||
2: case preference {
|
1: case preference {
|
||||||
170: return net ~ [ 2001:db8:eee5::/48, 2001:db8:eee6::/48 ];
|
170: return net ~ [ 2001:db8:eee5::/48, 2001:db8:eee6::/48 ];
|
||||||
180: return net ~ [ 2001:db8:eee4::/48 ];
|
180: return net ~ [ 2001:db8:eee4::/48 ];
|
||||||
190: return net ~ [ 2001:db8:eee3::/48, 2001:db8:eee5::/48 ];
|
190: return net ~ [ 2001:db8:eee3::/48, 2001:db8:eee5::/48 ];
|
||||||
|
200
flock/bgp-secondary/dump-0014-disable-p200.yaml
Normal file
200
flock/bgp-secondary/dump-0014-disable-p200.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
154
flock/bgp-secondary/dump-0015-disable-p190.yaml
Normal file
154
flock/bgp-secondary/dump-0015-disable-p190.yaml
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0016-disable-p180.yaml
Normal file
108
flock/bgp-secondary/dump-0016-disable-p180.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
34
flock/bgp-secondary/dump-0017-disable-p170.yaml
Normal file
34
flock/bgp-secondary/dump-0017-disable-p170.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0019-check-reconfig.yaml
Normal file
246
flock/bgp-secondary/dump-0019-check-reconfig.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0020-disable-p170.yaml
Normal file
200
flock/bgp-secondary/dump-0020-disable-p170.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
170
flock/bgp-secondary/dump-0021-disable-p180.yaml
Normal file
170
flock/bgp-secondary/dump-0021-disable-p180.yaml
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0022-disable-p190.yaml
Normal file
108
flock/bgp-secondary/dump-0022-disable-p190.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
34
flock/bgp-secondary/dump-0023-disable-p200.yaml
Normal file
34
flock/bgp-secondary/dump-0023-disable-p200.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0024-enable-p200.yaml
Normal file
108
flock/bgp-secondary/dump-0024-enable-p200.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
170
flock/bgp-secondary/dump-0025-enable-p190.yaml
Normal file
170
flock/bgp-secondary/dump-0025-enable-p190.yaml
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0026-enable-p180.yaml
Normal file
200
flock/bgp-secondary/dump-0026-enable-p180.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0027-enable-p170.yaml
Normal file
246
flock/bgp-secondary/dump-0027-enable-p170.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0028-disable-p200.yaml
Normal file
200
flock/bgp-secondary/dump-0028-disable-p200.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
154
flock/bgp-secondary/dump-0029-disable-p190.yaml
Normal file
154
flock/bgp-secondary/dump-0029-disable-p190.yaml
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0030-disable-p180.yaml
Normal file
108
flock/bgp-secondary/dump-0030-disable-p180.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
34
flock/bgp-secondary/dump-0031-disable-p170.yaml
Normal file
34
flock/bgp-secondary/dump-0031-disable-p170.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0032-enable-p170.yaml
Normal file
108
flock/bgp-secondary/dump-0032-enable-p170.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
154
flock/bgp-secondary/dump-0033-enable-p180.yaml
Normal file
154
flock/bgp-secondary/dump-0033-enable-p180.yaml
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0034-enable-p190.yaml
Normal file
200
flock/bgp-secondary/dump-0034-enable-p190.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0035-enable-p200.yaml
Normal file
246
flock/bgp-secondary/dump-0035-enable-p200.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0036-check-reconfig.yaml
Normal file
246
flock/bgp-secondary/dump-0036-check-reconfig.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
184
flock/bgp-secondary/dump-0037-disable-p200.yaml
Normal file
184
flock/bgp-secondary/dump-0037-disable-p200.yaml
Normal file
@ -0,0 +1,184 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
122
flock/bgp-secondary/dump-0038-disable-p190.yaml
Normal file
122
flock/bgp-secondary/dump-0038-disable-p190.yaml
Normal file
@ -0,0 +1,122 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
92
flock/bgp-secondary/dump-0039-disable-p180.yaml
Normal file
92
flock/bgp-secondary/dump-0039-disable-p180.yaml
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
34
flock/bgp-secondary/dump-0040-disable-p170.yaml
Normal file
34
flock/bgp-secondary/dump-0040-disable-p170.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0041-enable-p200.yaml
Normal file
108
flock/bgp-secondary/dump-0041-enable-p200.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
170
flock/bgp-secondary/dump-0042-enable-p190.yaml
Normal file
170
flock/bgp-secondary/dump-0042-enable-p190.yaml
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0043-enable-p180.yaml
Normal file
200
flock/bgp-secondary/dump-0043-enable-p180.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0044-enable-p170.yaml
Normal file
246
flock/bgp-secondary/dump-0044-enable-p170.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0045-disable-p170.yaml
Normal file
200
flock/bgp-secondary/dump-0045-disable-p170.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
170
flock/bgp-secondary/dump-0046-disable-p180.yaml
Normal file
170
flock/bgp-secondary/dump-0046-disable-p180.yaml
Normal file
@ -0,0 +1,170 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0047-disable-p190.yaml
Normal file
108
flock/bgp-secondary/dump-0047-disable-p190.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
34
flock/bgp-secondary/dump-0048-disable-p200.yaml
Normal file
34
flock/bgp-secondary/dump-0048-disable-p200.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
108
flock/bgp-secondary/dump-0049-enable-p170.yaml
Normal file
108
flock/bgp-secondary/dump-0049-enable-p170.yaml
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (170)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
154
flock/bgp-secondary/dump-0050-enable-p180.yaml
Normal file
154
flock/bgp-secondary/dump-0050-enable-p180.yaml
Normal file
@ -0,0 +1,154 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (180)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
200
flock/bgp-secondary/dump-0051-enable-p190.yaml
Normal file
200
flock/bgp-secondary/dump-0051-enable-p190.yaml
Normal file
@ -0,0 +1,200 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (190)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS180i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 180
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
246
flock/bgp-secondary/dump-0052-enable-p200.yaml
Normal file
246
flock/bgp-secondary/dump-0052-enable-p200.yaml
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
tables:
|
||||||
|
master4:
|
||||||
|
networks: {}
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: STARTUP
|
||||||
|
source: static
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
2001:db8:eee6::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (200)'
|
||||||
|
dest: unreachable
|
||||||
|
preference: '200'
|
||||||
|
proto: p200
|
||||||
|
source: static
|
||||||
|
- args: (190)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '190'
|
||||||
|
proto: p190
|
||||||
|
source: static
|
||||||
|
- args: (180)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '180'
|
||||||
|
proto: p180
|
||||||
|
source: static
|
||||||
|
- args: (170)
|
||||||
|
dest: unreachable
|
||||||
|
preference: '170'
|
||||||
|
proto: p170
|
||||||
|
source: static
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
||||||
|
---
|
||||||
|
tables:
|
||||||
|
master6:
|
||||||
|
networks:
|
||||||
|
2001:db8:cc00::/40:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS1i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: '1'
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee1::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee2::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee3::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS200i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 200
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee4::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS190i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 190
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
2001:db8:eee5::/48:
|
||||||
|
routes:
|
||||||
|
- args: '* (100) [AS170i]'
|
||||||
|
bgp_local_pref: '100'
|
||||||
|
bgp_next_hop: 2001:db8::1 fe80::bc92:adff:fea1:2c5c
|
||||||
|
bgp_origin: IGP
|
||||||
|
bgp_path: 1 170
|
||||||
|
dest: unicast
|
||||||
|
from: 2001:db8::1
|
||||||
|
igp_metric: '0'
|
||||||
|
nexthop:
|
||||||
|
- iface: L
|
||||||
|
nexthop: 2001:db8::1
|
||||||
|
preference: '100'
|
||||||
|
proto: LINK
|
||||||
|
source: BGP
|
||||||
|
version: v3.0-alpha2-660-g62145d08-x
|
@ -5,6 +5,9 @@ from python.BIRD.Test import Test, BIRDInstance
|
|||||||
|
|
||||||
class ThisTest(Test):
|
class ThisTest(Test):
|
||||||
async def run(self):
|
async def run(self):
|
||||||
|
# Set epoch
|
||||||
|
self.epoch = 0
|
||||||
|
|
||||||
# Prepare machines and links
|
# Prepare machines and links
|
||||||
self.src, self.dest = await self.machines(
|
self.src, self.dest = await self.machines(
|
||||||
"src", "dest",
|
"src", "dest",
|
||||||
@ -20,8 +23,8 @@ class ThisTest(Test):
|
|||||||
# Startup check
|
# Startup check
|
||||||
await self.route_dump(10, "startup")
|
await self.route_dump(10, "startup")
|
||||||
|
|
||||||
wtb = ("p170", "p180", "p190", "p200")
|
wtb = ["p170", "p180", "p190", "p200"]
|
||||||
btw = reversed(wtb)
|
btw = [*reversed(wtb)]
|
||||||
|
|
||||||
# Enable worst to best
|
# Enable worst to best
|
||||||
for p in wtb:
|
for p in wtb:
|
||||||
@ -38,7 +41,7 @@ class ThisTest(Test):
|
|||||||
await self.src.enable(p)
|
await self.src.enable(p)
|
||||||
await self.route_dump(1, f"enable-{p}")
|
await self.route_dump(1, f"enable-{p}")
|
||||||
|
|
||||||
# Disable worst to best
|
# Disable best to worst
|
||||||
for p in btw:
|
for p in btw:
|
||||||
await self.src.disable(p)
|
await self.src.disable(p)
|
||||||
await self.route_dump(1, f"disable-{p}")
|
await self.route_dump(1, f"disable-{p}")
|
||||||
@ -47,4 +50,57 @@ class ThisTest(Test):
|
|||||||
await asyncio.gather(*[ self.src.enable(p) for p in wtb ])
|
await asyncio.gather(*[ self.src.enable(p) for p in wtb ])
|
||||||
await self.route_dump(5, f"add-all")
|
await self.route_dump(5, f"add-all")
|
||||||
|
|
||||||
|
# Update configuration
|
||||||
|
self.epoch = 1
|
||||||
|
self.src.write_config(test=self)
|
||||||
|
await self.src.configure()
|
||||||
|
await self.route_dump(5, f"check-reconfig")
|
||||||
|
|
||||||
|
# Disable worst to best
|
||||||
|
for p in wtb:
|
||||||
|
await self.src.disable(p)
|
||||||
|
await self.route_dump(1, f"disable-{p}")
|
||||||
|
|
||||||
|
# Enable best to worst
|
||||||
|
for p in btw:
|
||||||
|
await self.src.enable(p)
|
||||||
|
await self.route_dump(1, f"enable-{p}")
|
||||||
|
|
||||||
|
# Disable best to worst
|
||||||
|
for p in btw:
|
||||||
|
await self.src.disable(p)
|
||||||
|
await self.route_dump(1, f"disable-{p}")
|
||||||
|
|
||||||
|
# Enable worst to best
|
||||||
|
for p in wtb:
|
||||||
|
await self.src.enable(p)
|
||||||
|
await self.route_dump(1, f"enable-{p}")
|
||||||
|
|
||||||
|
# Update configuration once again
|
||||||
|
self.epoch = 2
|
||||||
|
self.src.write_config(test=self)
|
||||||
|
await self.src.configure()
|
||||||
|
await self.route_dump(5, f"check-reconfig")
|
||||||
|
|
||||||
|
# Disable best to worst
|
||||||
|
for p in btw:
|
||||||
|
await self.src.disable(p)
|
||||||
|
await self.route_dump(1, f"disable-{p}")
|
||||||
|
|
||||||
|
# Enable best to worst
|
||||||
|
for p in btw:
|
||||||
|
await self.src.enable(p)
|
||||||
|
await self.route_dump(1, f"enable-{p}")
|
||||||
|
|
||||||
|
# Disable worst to best
|
||||||
|
for p in wtb:
|
||||||
|
await self.src.disable(p)
|
||||||
|
await self.route_dump(1, f"disable-{p}")
|
||||||
|
|
||||||
|
# Enable worst to best
|
||||||
|
for p in wtb:
|
||||||
|
await self.src.enable(p)
|
||||||
|
await self.route_dump(1, f"enable-{p}")
|
||||||
|
|
||||||
|
# Finish
|
||||||
await self.cleanup()
|
await self.cleanup()
|
||||||
|
@ -10,6 +10,14 @@ class CLI:
|
|||||||
async def down(self):
|
async def down(self):
|
||||||
return await self.transport.send_cmd("down")
|
return await self.transport.send_cmd("down")
|
||||||
|
|
||||||
|
async def configure(self, file=None, undo=False):
|
||||||
|
if undo:
|
||||||
|
return await self.transport.send_cmd("configure", "undo")
|
||||||
|
if file:
|
||||||
|
return await self.transport.send_cmd("configure", f'"{file}"')
|
||||||
|
|
||||||
|
return await self.transport.send_cmd("configure")
|
||||||
|
|
||||||
async def enable(self, proto: str):
|
async def enable(self, proto: str):
|
||||||
return await self.transport.send_cmd("enable", proto)
|
return await self.transport.send_cmd("enable", proto)
|
||||||
|
|
||||||
|
@ -132,12 +132,13 @@ class BIRDInstance(CLI):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
async def start(self, test):
|
def write_config(self, test):
|
||||||
self.bindir.copy(self.workdir)
|
|
||||||
|
|
||||||
with (open(self.conf, "r") as s, open(self.workdir / "bird.conf", "w") as f):
|
with (open(self.conf, "r") as s, open(self.workdir / "bird.conf", "w") as f):
|
||||||
f.write(jinja2.Environment().from_string(s.read()).render(t=test))
|
f.write(jinja2.Environment().from_string(s.read()).render(t=test))
|
||||||
|
|
||||||
|
async def start(self, test):
|
||||||
|
self.bindir.copy(self.workdir)
|
||||||
|
self.write_config(test)
|
||||||
await test.hcom("run_in", self.mach.name, "./bird", "-l")
|
await test.hcom("run_in", self.mach.name, "./bird", "-l")
|
||||||
|
|
||||||
async def cleanup(self):
|
async def cleanup(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user