release 3.87
This commit is contained in:
15
README
15
README
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user