From b1939ad38aa2c60f9a8a512c8a08257869424bae Mon Sep 17 00:00:00 2001 From: "Joseph.Rawlings" Date: Fri, 12 Jun 2026 14:15:26 -0400 Subject: [PATCH] Update pathvector configuration: add peeringdb API key, URL, and set import/export limits for IPv6 --- pathvector.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/pathvector.yml b/pathvector.yml index 33bddd8..43d85ea 100644 --- a/pathvector.yml +++ b/pathvector.yml @@ -1,11 +1,13 @@ asn: 402547 +keep-filtered: true 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: "" +peeringdb-api-key: "XI1hPhPz.p7jIzBFNECHsPIHKGPGzoiGRTMu85ZvW" # https://www.peeringdb.com/api_keys Private for 402547 Read Only +peeringdb-url: https://peeringdb.com/api/ merge-paths: true source4: "10.128.73.16" prefixes: @@ -33,10 +35,13 @@ templates: filter-bogon-routes: false filter-prefix-length: false import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn RR_Client: advertise-hostname: true @@ -52,10 +57,13 @@ templates: filter-bogon-routes: false filter-prefix-length: false import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn Customer_Full: role: customer @@ -63,10 +71,13 @@ templates: announce-all: true filter-irr: true import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn add-on-import: - "402547:30:2" @@ -76,10 +87,13 @@ templates: announce-default: true filter-irr: true import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn add-on-import: - "402547:30:2" @@ -88,10 +102,13 @@ templates: advertise-hostname: true filter-irr: true import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn add-on-import: - "402547:30:3" @@ -105,10 +122,13 @@ templates: enforce-peer-nexthop: false filter-irr: true import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn remove-all-communities: 402547 add-on-import: @@ -120,10 +140,13 @@ templates: role: provider advertise-hostname: true import-limit4: 1050000 + import-limit6: 250000 import-limit-violation: warn export-limit4: 1050000 + export-limit6: 250000 export-limit-violation: warn receive-limit4: 1050000 + receive-limit6: 250000 receive-limit-violation: warn add-on-import: - "402547:30:4"