mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 15:41:54 +00:00
34 lines
783 B
YAML
34 lines
783 B
YAML
dest:
|
|
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
|
|
src:
|
|
tables:
|
|
master4:
|
|
networks: {}
|
|
master6:
|
|
networks:
|
|
2001:db8:cc00::/40:
|
|
routes:
|
|
- args: '* (200)'
|
|
dest: unreachable
|
|
preference: '200'
|
|
proto: STARTUP
|
|
source: static
|