SNMP::Info - Friendly OO-style interface to Network devices using SNMP. ChangeLog $Id$

version 2.05 (2011-06-23)

+ Fix broken function call in L2::Aironet + Promote L2::Aruba to L3::Aruba, as Aruba devices can be L3 entities and provide L3 information.

version 2.04 (2011-03-31)

+ Support for older HP switch models moved to new L2::HP4000 class + Fix VLAN changing in L2::HP and L2::HP4000 classes

version 2.01 (06/12/09)

+ Added CiscoStpExtensions Class (Carlos Vicente) + Added Layer3::Arista (fenner)
+ [2020353] Added L3::Altiga for Cisco (Altiga) VPN3000 Concentrators

(Jeroen van Ingen)

version 2.00 (08/01/08)

+ Support for Alcatel-Lucent OmniSwitch via L3::AlcatelLucent + Support for Alcatel-Lucent Service Router via L3::Timetra + Support for Alcatel-Lucent OmniAccess via L2::Aruba

version 1.09 (07/22/08) - Beta/developer release

+ Added support for HP ProCurve Foundry OEM switches, such as the 9300

      series, in new class L3::HP9300 (contributions from Douglas McKeown and
      Ivan Auger)

+ Added support for CISCO-PAE-MIB in CiscoPortSecurity (Kesy) + Support for D-Link devices through L3::Dell + Support for Linksys SRW2048 through L3::Dell + Support for IBM BladeCenter 4-Port GB Ethernet Switch Module through L3::Dell (Alex Kramarov)
+ Support for newer Nortel Alteon switches and Nortel BladeCenter Switch Modules in L3::AlteonAD
+ Support for Cisco 1250 series through L2::Aironet + Updates to fan, power supply, and serial number methods in L2::HP (Jeroen van Ingen)
+ Use Cisco Client Association MIBs for Aironet client reporting via fw_mac
+ Support VLANs on Aironet
+ Get the proper radio MAC address from aironet in MBSS mode + 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 working with PortList objects.
+ Added set_multi() method to enable a SNMP set command on several new

      values in one request.  Required for complex set operations
      on some agents.
    + Infrastructure for SNMPv3 support:
        + Save the SecName passed into the constructor
        + Create an update() function, which replaces the underlying
          SNMP session using different parameters.
        + Return the SecName instead of community from snmp_comm() when using
          SNMPv3.

version 1.07 (11/26/07) - Beta/developer release

version 1.05 (11/25/07) - CVS only. No official release

+ Added support for LLDP in new class LLDP (contributions from Bernhard Augenstein)
+ Added device specific support for LLDP in L2::HP, L2::Baystack, L3::Enterasys and L3::Foundry
+ Added support for Enterasys devices as new class L3::Enterasys + Added support for Dell PowerConnect switches as new class L3::Dell + Added basic support for generic routers running Microsoft Windows OS as new class L3::Microsoft (begemot) + Added basic support for Sun routers as new class L3::Sun (begemot) + Added basic support for Juniper NetScreen devices as new class L3::Netscreen (Kent Hamilton)
+ Added support for Cyclades terminal servers as new class L1::Cyclades + Added support for Cisco (Airespace) wireless controllers as new class L2::Airespace
+ Added support for Nortel Ethernet Routing Switch 2500 series and Business Ethernet Switches (David Siebörger) + Update of L3::Foundry to support all Foundry devices including newer switches. Depreciate L2::Foundry. + Added generic device type detection using IANA assigned enterpise number extracted from sysObjectID + Added ifDiscards and other missing entries from IF-MIB::ifEntry (Greg King) + Added CGESM devices to L2::C2900 class (Alexander Hartmaier) + Added support for dual speed 10/100 hubs and i_speed() in L1::Bayhub + Added i_ssidlist(), i_ssidbcast(), and i_80211channel() methods to L2::Aruba, Airespace, and L2::NAP222x classes + New class IEEE802dot11 class for generic standards based wireless AP support to include i_ssidlist()and i_80211channel() methods. + L2::Orinoco inherits from new IEEE802dot11 for i_ssidlist()and i_80211channel() support.
+ Added new VLAN methods i_pvid(), i_vlan_membership(), setipvid(),

      setivlan(), set_addivlan_tagged(), set_removeivlan_tagged() to
      Bridge, CiscoVTP, Extreme, HP, and RapidCity classes.

+ Added setispeed_admin() method to RapidCity class, + Added setiduplex_admin() method to RapidCity class, + Added OSPF Neighbor Tables, SF Patch 1577918 to Layer 3 (Andrew Herrick) + Added CiscoConfig class, SF Patch 1555001 (Justin Hunter) + Enable load_ methods for %GLOBALS and MIB Leaf node names. + Enable dynamic methods in AUTOLOAD with MIB Leaf node names for loaded

      MIBs without definition in %FUNCS or %GLOBALS.  Single instance mib leafs
      will be treated as a GLOBAL and returna scalar while mib leafs which
      reside in a table will be treated as a FUNC and return a reference to a
      hash.

+ Enable load_ methods for %GLOBALS and MIB Leaf node names. + Add loop detect option and code for getnext table column walks. + Add Layer3::NetSNMP for Net-SNMP-based hosts, part of SF patch 1557529 (Bradley Baetz). + Add EIGRP Neighbor Tables to L3::Cisco SF Patch 1577927 (Andrew Herrick) + Additions to CiscoQOS and CiscoStats (Alexander Hartmaier) + Emulate ENTITY-MIB Physical Table methods for devices which don't

      have ENTITY-MIB support in Airespace, Bayhub, Baystack, BayRS,
      NortelStack, and Passport classes.

+ Enable use of MIB Leaf node names in SNMP sets. + Add POWER-ETHERNET-MIB and CISCO-POWER-ETHERNET-EXT-MIB support.

version 1.04 (07/08/06)

+ Added C1130 and C1240 to L2::Aironet (Ralf Gross) + Added detection for Cisco 2960, 2940, 3400 w/ MetroBase + Added generic L2::Cisco Class

version 1.03 (04/14/06) - Beta/developer release

version 1.01 (04/08/06) - Beta/developer release

+ Change version numbers to X.XX format. Odd releases are beta or developer only releases. Even are official releases.

version 1.0 (04/07/06) - CVS only. No official release

+ Added Interface FlowControl status to CiscoStack (Nicolai Petri) + Added CiscoImage class (Matthew Tuttle) + Added C1200 and C350 IOS devices to L2::Aironet (Matthew Tuttle) + Added support for Foundry IronWare and gave L3::Foundry CPR + Added support for Foundry EdgeIrons as new class L2::Foundry + Added BulkWalk and BulkRepeaters options to new() + Added DebugSNMP option to new()
+ Added CISCO-ENTITY-VENDORTYPE-OID-MIB,CISCO-PRODUCTS-MIB,CISCO-STACK-MIB to CiscoStats.pm for model()
+ Check for bulkwalk_no() method
+ Added Entity.pm to L3 and L2 classes per N. Petri's suggestion. + Added support for Passport/Accelar 1100 and 1200 series in L3::Passport + Added support for Passport/Accelar 8100 series in L3::Passport + Added support for Passport 1600 series as new class, L3::N1600 + Added support for Extreme Alpine and Summit switches as new class L3:Extreme (Mike Hunter and Eric Miller) + Added support for Aruba wireless switches (Eric Miller and Brian Chow) + Added support for Nortel 2700 series (Airespace) wireless switches + Added support for Synoptics hubs as new class L1:S3000 + Added Cisco QOS and RTT classes (Alexander Hartmaier) + Added BGP Peer Table to L3 class (Carlos Vicente) + Added ipforwarding status to Info base class (Carlos Vicente) + Added STP port state to Bridge class (Alexander Barthel) + Added L3 support (arpnip) to Baystack class for routing capable switches + Added setiduplex_admin() and setispeed_admin() to C2900 class (Justin Hunter)
+ Added setiduplex_admin() and setispeed_admin() to CiscoStack class + CDP added to Aironet class
+ Added Juniper class
+ Added support for Catalyst 4000 and 4500, get admin. duplex and speed properly
+ Added i_speed_high(), which i_speed() uses if needed to support interfaces >4Gbps

verison 0.9 (11/15/04)

+ ** Added full Nortel/Bay/BayStack support

        by new developer Eric Miller.  
        L2::Bay now depricated.

+ Added Alteon Ace support (Eric Miller) + Added Nortel Cotivity support (Eric Miller) + Added Nortel BayRS support (Eric Miller) + Added Nortel Centillion support (Eric Miller) + Added Nortel AP 222x support (Eric Miller) + Added Orinco AP support (Eric Miller) + Added i_lastchange() per suggestion of Nicolai Petri + Added BULKWALK patch by Bradley Baetz - This should

greatly speed up requests on SNMPv2c devices. + Added MibDirs option to new() to allow specifying non-system MIB directories.

version 0.8 (03/21/04)

+ Added Q-BRIDGE-MIB support to SNMP::Info::Bridge + Added Aironet AP4800 to Layer3::Aironet class + Added C3500XL devices to the Layer2::C2900 class + Added Cisco 3750 (37xxstack) to Layer3::C6500 class + Added Cisco Catalyst 4000 to Layer3::C6500 class + Added Cisco Catalyst 2970 to Layer3::C6500 Class

version 0.7 (08/14/03)

version 0.6 (06/18/03)

version 0.5 (06/10/03)

version 0.4 (04/29/03)

version 0.3 (03/06/03)

version 0.2 (02/19/03)

version 0.1 (12/30/02)