release 3.87

This commit is contained in:
Oliver Gorwits
2022-08-12 17:29:37 +01:00
parent 7fd2e31913
commit f65301f233
148 changed files with 455 additions and 434 deletions

15
README
View File

@@ -2,7 +2,7 @@ NAME
SNMP::Info - OO Interface to Network devices and MIBs through SNMP
VERSION
SNMP::Info - Version 3.86
SNMP::Info - Version 3.87
AUTHOR
SNMP::Info is maintained by team of Open Source authors headed by Eric
@@ -31,6 +31,14 @@ SYNOPSIS
DestHost => 'router',
Community => 'public',
Version => 2
# Parameter reference for SNMPv3
# Version => 3
# SecLevel => 'authPriv', # authPriv|authNoPriv|noAuthNoPriv
# SecName => 'myuser',
# AuthProto => 'MD5', # MD5|SHA
# AuthPass => 'authp4ss',
# PrivProto => 'DES', # DES|AES
# PrivPass => 'pr1vp4ss',
) or die "Can't connect to device.\n";
my $err = $info->error();
@@ -357,6 +365,11 @@ SUBCLASSES
See documentation in SNMP::Info::NortelStack for details.
SNMP::Info::PortAccessEntity
IEEE8021-PAE-MIB
See documentation in SNMP::Info::PortAccessEntity for details.
SNMP::Info::PowerEthernet
POWER-ETHERNET-MIB