From c165737fe1a1a6fc36805fd159e00540910af76d Mon Sep 17 00:00:00 2001 From: "Joseph.Rawlings" Date: Fri, 12 Jun 2026 14:00:36 -0400 Subject: [PATCH] Update pathvector configuration: add peeringdb API key, adjust local preferences, and remove learn option --- pathvector.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pathvector.yml b/pathvector.yml index fdb5a71..1b8c42a 100644 --- a/pathvector.yml +++ b/pathvector.yml @@ -3,7 +3,10 @@ hostname: JWJR-NY-RR1 router-id: "172.82.22.171" rtr-server: "rtr.rpki.cloudflare.com:8282" irr-server: "whois.ripe.net" +irr-query-timeout: 300 bgpq-args: -S ARIN,RIPE,APNIC,AFRINIC,LACNIC,RADB +peeringdb-api-key: "" + merge-paths: true source4: "10.128.73.16" prefixes: @@ -16,7 +19,6 @@ local-communities: - "402547:50:402547" kernel: export: false - learn: true scan-time: 5 templates: Internal: @@ -109,23 +111,32 @@ peers: JWJR-US-KC-RTR-1: asn: 402547 template: RR_Client + prepends: 0 + local-pref4: 100 listen4: "10.128.73.16" neighbors: - "10.128.72.179" JWJR-US-AB-RTR-1: asn: 402547 template: RR_Client + prepends: 0 + local-pref4: 100 listen4: "10.128.73.16" neighbors: - "10.128.72.104" JWJR-SDWAN-Morristown: asn: 402547 template: Internal + prepends: 0 + local-pref4: 150 + listen4: "10.128.73.16" neighbors: - "10.128.73.164" JWJR-US-AB-RTR-2: asn: 402547 template: RR_Client + prepends: 0 + local-pref4: 100 listen4: "10.128.73.16" neighbors: - "10.128.73.225" \ No newline at end of file