From d84150bda97a23eb3500161076d4f071b2532b92 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 23 May 2014 23:06:50 +0100 Subject: [PATCH] Increase default snmptimeout from 1 to 3 seconds --- Netdisco/Changes | 1 + Netdisco/share/config.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Netdisco/Changes b/Netdisco/Changes index 4f74fabf..c072a4ab 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -4,6 +4,7 @@ * Unrouted VLAN interfaces have numbers on Cisco - ignore them * fix undefined key in Discover + * Increase default snmptimeout from 1 to 3 seconds 2.027005_001 - 2014-05-21 diff --git a/Netdisco/share/config.yml b/Netdisco/share/config.yml index 49f8fc77..6089d80f 100644 --- a/Netdisco/share/config.yml +++ b/Netdisco/share/config.yml @@ -95,7 +95,7 @@ bulkwalk_no: [] bulkwalk_repeaters: 20 nonincreasing: false snmpver: 3 -snmptimeout: 1000000 +snmptimeout: 3000000 snmpretries: 2 discover_no: [] discover_only: []