From fdbdb863d28a4d6452fb7920d8baf56ec41043b0 Mon Sep 17 00:00:00 2001 From: mkrygeri Date: Mon, 22 Jun 2026 09:55:14 -0400 Subject: [PATCH 1/2] Update netflow-9.conf with template timeout settings Added a comment regarding template refresh configuration and set template data timeout to 60 seconds. --- Cisco/IOS-XE/netflow-9.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cisco/IOS-XE/netflow-9.conf b/Cisco/IOS-XE/netflow-9.conf index efb8cb3..0767413 100644 --- a/Cisco/IOS-XE/netflow-9.conf +++ b/Cisco/IOS-XE/netflow-9.conf @@ -27,6 +27,8 @@ flow exporter destination {{kentik_ingest_ip_from_UI}} vrf source transport udp {{kentik_ingest_UDP_port_from_UI}} + ! This can be configurred to refresh templates between 1-86400 seconds. If using HA failover, set to 5 seconds. + template data timeout 60 version 9 ! ! From f5edb247b8fcbb2f3e71334fd0832b5b15b6965f Mon Sep 17 00:00:00 2001 From: Justin Ryburn Date: Wed, 8 Jul 2026 15:37:01 -0500 Subject: [PATCH 2/2] Potential fix for pull request finding Typo in the word "configured" Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- Cisco/IOS-XE/netflow-9.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cisco/IOS-XE/netflow-9.conf b/Cisco/IOS-XE/netflow-9.conf index 0767413..67fcdd1 100644 --- a/Cisco/IOS-XE/netflow-9.conf +++ b/Cisco/IOS-XE/netflow-9.conf @@ -27,7 +27,7 @@ flow exporter destination {{kentik_ingest_ip_from_UI}} vrf source transport udp {{kentik_ingest_UDP_port_from_UI}} - ! This can be configurred to refresh templates between 1-86400 seconds. If using HA failover, set to 5 seconds. + ! This can be configured to refresh templates between 1-86400 seconds. If using HA failover, set to 5 seconds. template data timeout 60 version 9 !