- Documentation updates

- C1250 and Linksys additions
This commit is contained in:
Eric Miller
2008-07-21 03:26:15 +00:00
parent 3b8b70f760
commit 808464a7d0

View File

@@ -2,35 +2,40 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
ChangeLog $Id$ ChangeLog $Id$
version 1.09 version 1.09
+ Added support for HP ProCurve Foundry OEM switches, such as the 9300 + Added support for HP ProCurve Foundry OEM switches, such as the 9300
series, in new class L3::HP9300 (contributions from Douglas McKeown and series, in new class L3::HP9300 (contributions from Douglas McKeown and
Ivan Auger) Ivan Auger)
+ Added support for CISCO-PAE-MIB in CiscoPortSecurity (Kesy) + Added support for CISCO-PAE-MIB in CiscoPortSecurity (Kesy)
+ Support for D-Link devices through L3::Dell + Support for D-Link devices through L3::Dell
+ Support for IBM BladeCenter 4-Port GB Ethernet Switch Module through + Support for Linksys SRW2048 through L3::Dell
L3::Dell (Alex Kramarov) + Support for IBM BladeCenter 4-Port GB Ethernet Switch Module through
+ Support for newer Nortel Alteon switches and Nortel BladeCenter Switch L3::Dell (Alex Kramarov)
Modules in L3::AlteonAD + Support for newer Nortel Alteon switches and Nortel BladeCenter Switch
+ Updates to fan, power supply, and serial number methods in Modules in L3::AlteonAD
L2::HP (Jeroen van Ingen) + Support for Cisco 1250 series through L2::Aironet
+ Use Cisco Client Association MIBs for Aironet client reporting + Updates to fan, power supply, and serial number methods in
via fw_mac L2::HP (Jeroen van Ingen)
+ Support VLANs on Aironet + Use Cisco Client Association MIBs for Aironet client reporting
+ Get the proper radio MAC address from aironet in MBSS mode via fw_mac
+ Additional wireless statistics from Aironet + Support VLANs on Aironet
+ Add support to specify MIB to resolve leaf names conflicts in + Get the proper radio MAC address from aironet in MBSS mode
%GLOBALS and %FUNCS. + Additional wireless statistics from Aironet
+ Add support to specify MIB to resolve leaf names conflicts in
%GLOBALS and %FUNCS.
+ Added munge_port_list() and modify_port_list() methods to assist in + Added munge_port_list() and modify_port_list() methods to assist in
working with PortList objects. working with PortList objects.
+ Added set_multi() method to enable a SNMP set command on several new + Added set_multi() method to enable a SNMP set command on several new
values in one request. Required for complex set operations values in one request. Required for complex set operations
on some agents. on some agents.
* L2::HP now isa Layer3 instead of Layer2 to support arpnip * L2::HP now isa Layer3 instead of Layer2 to support arpnip
(Dudley Freeman) (Dudley Freeman)
* Silence warnings from Cisco devices which don't return values for * Silence warnings from Cisco devices which don't return values for
extended VLAN range (1024-4096) extended VLAN range (1024-4096)
* Documentation corrections and updates * Documentation coverage, spelling, and syntax updates
* set_i_pvid(), set_i_vlan(), set_add_i_vlan_tagged(),
set_remove_i_vlan_tagged() removed from Bridge and HP classes due to
incompatibility across devices.
version 1.07 (11/26/07) - Beta/developer release version 1.07 (11/26/07) - Beta/developer release