*** empty log message ***
This commit is contained in:
16
ChangeLog
16
ChangeLog
@@ -1,14 +1,20 @@
|
|||||||
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
||||||
ChangeLog $Id$
|
ChangeLog $Id$
|
||||||
|
|
||||||
version 0.10 ()
|
version 1.0 ()
|
||||||
|
+ Added support for Foundry EdgeIrons as new class L2::Foundry
|
||||||
+ Added BulkWalk and BulkRepeaters options to new()
|
+ Added BulkWalk and BulkRepeaters options to new()
|
||||||
* Added check for bulkwalk_no() method
|
+ Added DebugSNMP option to new()
|
||||||
* Added more error checking in _load_attr() around bulkwalk code
|
+ 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.
|
||||||
|
|
||||||
|
* More error checking in _load_attr() around bulkwalk code
|
||||||
* Minor warning fix in L3::Aironet::os_ver()
|
* Minor warning fix in L3::Aironet::os_ver()
|
||||||
* Abstracted remaining Cisco stuff from L3 to L3::Cisco
|
* Abstracted remaining Cisco stuff from L3 to L3::Cisco
|
||||||
* Added CISCO-ENTITY-VENDORTYPE-OID-MIB,CISCO-PRODUCTS-MIB,CISCO-STACK-MIB to CiscoStats.pm for model()
|
* Expanded Entity.pm to cover the whole ENTITY-MIB and improved docs.
|
||||||
* Added Entity.pm to L3 and L2 classes per N. Petri's suggestion.
|
* changed all refs to $DEBUG to $self->debug() for reentrant code
|
||||||
|
* [ 1111284 ] Parameters not being set with AutoSpecify - fixed.
|
||||||
|
|
||||||
|
|
||||||
verison 0.9 (11/15/04)
|
verison 0.9 (11/15/04)
|
||||||
|
|||||||
@@ -300,6 +300,12 @@ class: Layer3::Foundry
|
|||||||
|
|
||||||
device-family: FastIron
|
device-family: FastIron
|
||||||
ver: 1
|
ver: 1
|
||||||
|
note: Support very limited
|
||||||
|
|
||||||
|
device-family: EdgeIron
|
||||||
|
note: only tested against an edgeiron 24g
|
||||||
|
device: EdgeIron 24G
|
||||||
|
note: Bug where spanning tree stuff loops forever when polled by SNMP.
|
||||||
|
|
||||||
# HP
|
# HP
|
||||||
device-vendor: HP
|
device-vendor: HP
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# Test a device class in SNMP::Info against a device.
|
# Test a device class in SNMP::Info against a device.
|
||||||
#
|
#
|
||||||
# Max Baker <max@warped.org>
|
# Max Baker
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user