41922fb8ee858bc3b70700424acff6ae3ca725ad
howto/vyos1.4.x.md
... | ... | @@ -380,6 +380,18 @@ set protocols bgp neighbor x.x.x.x address-family ipv6-unicast route-map export |
380 | 380 | set protocols bgp neighbor x.x.x.x address-family ipv6-unicast route-map import 'Default-Peering' |
381 | 381 | ``` |
382 | 382 | |
383 | + |
|
384 | +# Add your VyOS router to the [Global Route Collector](/services/Route-Collector)! |
|
385 | +``` |
|
386 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 address-family ipv4-unicast |
|
387 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 address-family ipv6-unicast |
|
388 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 description 'https://lg.collector.dn42' |
|
389 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 ebgp-multihop '10' |
|
390 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 remote-as '4242422602' |
|
391 | +``` |
|
392 | + |
|
393 | + |
|
394 | + |
|
383 | 395 | ## Credits |
384 | 396 | This How-To has to be considered a work-in-progress by **Matwolf** with parts co-authored by **bri** |
385 | 397 |