Subject: | Does this module work with SNMP v3? |
Date: | Thu, 20 Apr 2017 20:56:44 +0000 |
To: | "bug-SNMP-Effective [...] rt.cpan.org" <bug-SNMP-Effective [...] rt.cpan.org> |
From: | "Jones, Thomas D." <thojones [...] southernco.com> |
Hello!
First off, thanks for your wonderful module. It's super fast and efficient and has made my life a lot easier. However, we're moving to SNMP v3 for all the devices I'm polling and I'm having trouble finding documentation on this, or making it worse in general.
Here's my code:
my $effective = SNMP::Effective->new(
master_time => 5,
dest_host => "<ip>",
get => $gref,
callback => \&my_callback,
max_sessions => 5,
arg => {
Version => "3",
username => "<username>",
authpassword => <authpasswd>,
authprotocol => 'SHA',
privpassword => <encryptpasswd>,
privprotocol => 'AES',
debug => 1,
},
);
It simply times out. If I swap to v2c, everything is fine again.
Forgive me for not including more details on my OS or perl installation, but they don't seem pertinent.
Thanks for your help!
Show quoted text
___________________________
Thomas Jones
Core Network Utilities Administrator
SouthernLINC Wireless
Office: 205-257-4758
Cell: 678-986-3924