add NetSNMP::default_store test req

This commit is contained in:
Oliver Gorwits
2018-12-29 14:46:04 +00:00
parent b6f7df332b
commit 400c26a1d7
2 changed files with 2 additions and 2 deletions

View File

@@ -13,13 +13,12 @@ use Path::Class 'dir';
my $info = SNMP::Info->new(
AutoSpecify => 1,
Debug => 1,
DestHost => 'demo.snmplabs.com',
Community => 'public',
Version => 2,
MibDirs => [ _build_mibdirs() ],
IgnoreNetSNMPConf => 1,
# Debug => 1,
Debug => 1,
# DebugSNMP => 1,
);