From 7e749712afe83f1779ee8ad57ce3032ed4365be0 Mon Sep 17 00:00:00 2001 From: bohdan-s Date: Fri, 20 Jun 2014 20:14:21 +1000 Subject: [PATCH] SNMP Default Port Support Add options to defaults for SNMP Client port --- includes/defaults.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/defaults.inc.php b/includes/defaults.inc.php index 1256d42db6..a0e0ad1673 100644 --- a/includes/defaults.inc.php +++ b/includes/defaults.inc.php @@ -141,6 +141,7 @@ $config['snmp']['version'] = "v2c"; # Default version to use # SNMPv1/2c default settings $config['snmp']['community'][0] = "public"; # Communities to try during adding hosts and discovery +$config['snmp']['port'] = 161; # Port Client SNMP is running on # SNMPv3 default settings # The array can be expanded to give another set of parameters