10cf43bb8aaf24642ccc81463cfc5e07a1027596
services/Route-Collector.md
| ... | ... | @@ -68,6 +68,15 @@ protocol bgp ROUTE_COLLECTOR |
| 68 | 68 | } |
| 69 | 69 | ``` |
| 70 | 70 | |
| 71 | +Example VyOS 1.4 "Sagitta" config |
|
| 72 | +``` |
|
| 73 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 address-family ipv4-unicast |
|
| 74 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 address-family ipv6-unicast |
|
| 75 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 description 'https://lg.collector.dn42' |
|
| 76 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 ebgp-multihop '10' |
|
| 77 | +set protocols bgp neighbor fd42:4242:2601:ac12::1 remote-as '4242422602' |
|
| 78 | +``` |
|
| 79 | + |
|
| 71 | 80 | |
| 72 | 81 | ## Querying the collector |
| 73 | 82 |