0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 09:58:43 +00:00

Flock: bgp_secondary: test finalized

This commit is contained in:
Maria Matejka 2024-07-19 20:10:40 +02:00
parent 1eefc350be
commit 41bd2d0cd7
43 changed files with 5887 additions and 10 deletions

View File

@ -1,7 +1,7 @@
log "bird.log" all;
router id 1;
define epoch = 1;
define epoch = {{ t.epoch % 2 }};
ipv6 table master6 sorted;
@ -25,7 +25,9 @@ protocol static p200 {
route 2001:db8:eee4::/48 unreachable;
route 2001:db8:eee5::/48 unreachable;
route 2001:db8:eee6::/48 unreachable;
{% if t.epoch == 0 %}
disabled;
{% endif %}
}
protocol static p190 {
@ -36,7 +38,9 @@ protocol static p190 {
route 2001:db8:eee4::/48 unreachable;
route 2001:db8:eee5::/48 unreachable;
route 2001:db8:eee6::/48 unreachable;
{%- if t.epoch == 0 -%}
disabled;
{%- endif -%}
}
protocol static p180 {
@ -47,7 +51,9 @@ protocol static p180 {
route 2001:db8:eee4::/48 unreachable;
route 2001:db8:eee5::/48 unreachable;
route 2001:db8:eee6::/48 unreachable;
{%- if t.epoch == 0 -%}
disabled;
{%- endif -%}
}
protocol static p170 {
@ -58,7 +64,9 @@ protocol static p170 {
route 2001:db8:eee4::/48 unreachable;
route 2001:db8:eee5::/48 unreachable;
route 2001:db8:eee6::/48 unreachable;
{%- if t.epoch == 0 -%}
disabled;
{%- endif -%}
}
protocol static STARTUP {
@ -77,14 +85,14 @@ function CHECK() -> bool {
bgp_path.prepend(preference);
case epoch {
1: case preference {
0: case preference {
170: return net ~ [ 2001:db8:eee4::/48, 2001:db8:eee5::/48 ];
180: return net ~ [ 2001:db8:eee3::/48 ];
190: return net ~ [ 2001:db8:eee2::/48, 2001:db8:eee4::/48 ];
200: return net ~ [ 2001:db8:eee1::/48, 2001:db8:eee3::/48 ];
else: return false;
}
2: case preference {
1: case preference {
170: return net ~ [ 2001:db8:eee5::/48, 2001:db8:eee6::/48 ];
180: return net ~ [ 2001:db8:eee4::/48 ];
190: return net ~ [ 2001:db8:eee3::/48, 2001:db8:eee5::/48 ];

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View File

@ -5,6 +5,9 @@ from python.BIRD.Test import Test, BIRDInstance
class ThisTest(Test):
async def run(self):
# Set epoch
self.epoch = 0
# Prepare machines and links
self.src, self.dest = await self.machines(
"src", "dest",
@ -20,8 +23,8 @@ class ThisTest(Test):
# Startup check
await self.route_dump(10, "startup")
wtb = ("p170", "p180", "p190", "p200")
btw = reversed(wtb)
wtb = ["p170", "p180", "p190", "p200"]
btw = [*reversed(wtb)]
# Enable worst to best
for p in wtb:
@ -38,7 +41,7 @@ class ThisTest(Test):
await self.src.enable(p)
await self.route_dump(1, f"enable-{p}")
# Disable worst to best
# Disable best to worst
for p in btw:
await self.src.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 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()

View File

@ -10,6 +10,14 @@ class CLI:
async def down(self):
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):
return await self.transport.send_cmd("enable", proto)

View File

@ -132,12 +132,13 @@ class BIRDInstance(CLI):
)
)
async def start(self, test):
self.bindir.copy(self.workdir)
def write_config(self, test):
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))
async def start(self, test):
self.bindir.copy(self.workdir)
self.write_config(test)
await test.hcom("run_in", self.mach.name, "./bird", "-l")
async def cleanup(self):