Eric A. Miller
d67ffc3a6c
Merge branch 'og-2-10-force10'
...
Conflicts:
ChangeLog
Info.pm
Info/CiscoStpExtensions.pm
2012-12-11 20:22:17 -05:00
Eric A. Miller
c6776b1755
Multiple bug fixes for AUTOLOAD generated set_ methods
2012-12-10 20:06:42 -05:00
Oliver Gorwits
49566977ad
update README
ver_2_1_1
2012-12-08 23:35:40 +00:00
Oliver Gorwits
daf512e33e
bump version
2012-12-08 23:35:25 +00:00
Oliver Gorwits
74816fc043
Add fall-back for sysDescr on Force10
2012-12-08 23:33:27 +00:00
Oliver Gorwits
c88e37e9b5
update MANIFEST and README
ver_2_1_0
2012-12-08 20:08:39 +00:00
Oliver Gorwits
c1c448f3df
update version
2012-12-08 20:06:51 +00:00
Oliver Gorwits
4f168a538b
add W. Bulley's patch for Force10 support
2012-12-08 19:47:22 +00:00
Eric A. Miller
d94630af35
Merge branch 'master' of ssh://snmp-info.git.sourceforge.net/gitroot/snmp-info/snmp-info
2012-12-07 21:36:37 -05:00
Eric A. Miller
999dd1f468
Remove debug comment
2012-12-07 21:28:48 -05:00
Eric A. Miller
c3d5631c3c
Doc update
2012-12-07 21:26:54 -05:00
Eric A. Miller
9dae6b20d7
Add support for 802.11n client tx rates
2012-12-07 21:26:00 -05:00
Carlos Vicente
4005640a2b
Check if \$stp_ver is defined (Wim Vandersmissen)
2012-12-07 09:23:52 -05:00
Eric A. Miller
ca446faacf
Support for Citrix Netscaler appliances in new class L7::Netscaler
2012-12-05 19:56:29 -05:00
Eric A. Miller
240539bd24
[3564920] LLDP-MIB::lldpLocPortDesc isn't always unique part 2 - use ifName() instead of i_name()
2012-12-04 23:15:43 -05:00
Eric A. Miller
08e335f39c
Typo in IPV6-MIB i6_n2p_phys_addr definition
2012-12-04 21:48:33 -05:00
Eric A. Miller
a9cc14b265
reverse accidental deletion during last commit
2012-12-04 20:38:36 -05:00
Eric A. Miller
9505f119b3
New configuration option 'IgnoreNetSNMPConf' will ignore Net-SNMP configuration files on object initialization
2012-12-04 20:13:44 -05:00
Jeroen van Ingen
683edf1668
Initial version for L3::H3C class. Work in progress, needs a lot of testing. LLDP doesn't map neighbors to correct ports yet.
2012-12-03 19:42:09 +01:00
Eric A. Miller
d9c52c1a88
Update internal comments
2012-11-30 20:20:47 -05:00
Eric A. Miller
0f1a76a564
AUTOLOAD once again tries to determine if a MIB leaf is a single instance returning a scalar or part of a table returning a reference to a hash.
2012-11-30 20:08:32 -05:00
Eric A. Miller
15cd354bae
[3564920] LLDP-MIB::lldpLocPortDesc isn't always unique, use LLDP-MIB::lldpLocPortId this cross references to ifName
2012-11-29 22:48:24 -05:00
Eric A. Miller
91d67ed0ae
Support for newer Radware Alteon ADC switches 4408/4416/5412/5224 and older AWS 2000/3000 series in existing L3::AlteonAD
2012-11-29 22:45:09 -05:00
Eric A. Miller
0740a7bd5e
Correct an issue in _load_attr() when specifying the Module (MIB) as a prefix to resolve leaf name conflicts between private MIBs. Add even more verbose debugging output for _global and _load_attr() - now reports Module qualified leaf name and full OID to include any partial passed.
2012-11-29 21:35:38 -05:00
Eric A. Miller
84493a99b4
Merge branch 'em-autoload-topo'
...
Conflicts:
ChangeLog
2012-11-28 23:18:39 -05:00
Eric A. Miller
f730fa3325
update changelog
2012-11-28 22:52:47 -05:00
Eric A. Miller
4b1007cb66
Support Avaya (Trapeze) Wireless Controllers in new class L2::NWSS2300
2012-11-28 22:48:24 -05:00
Eric A. Miller
436f7442b6
Add support for Avaya VSP 7000 series
2012-11-28 19:49:25 -05:00
Eric A. Miller
3af05ebba5
correction for passing partial on initial AUTOLOAD
2012-11-28 19:38:04 -05:00
Oliver Gorwits
c7db0371aa
fixes to pas critic tests
ver_2_0_9
2012-11-28 22:02:29 +00:00
Oliver Gorwits
53860aaa46
update README with new docs
2012-11-28 19:15:00 +00:00
Oliver Gorwits
829a4bf16a
update version for release
2012-11-28 19:13:38 +00:00
Eric A. Miller
a83bc1bcb2
New global
2012-11-27 23:05:23 -05:00
Eric A. Miller
af65bb3a2b
Add support for Avaya VSP 9000
2012-11-27 22:41:06 -05:00
Eric A. Miller
f2d9f6be27
New global
2012-11-27 22:39:25 -05:00
Eric A. Miller
ecea4ef4a4
Correct naming of global id method
2012-11-26 23:03:55 -05:00
Eric A. Miller
e4e099510a
Documentation updates
2012-11-26 23:03:01 -05:00
Eric A. Miller
de28ff96c2
Strip orig_ from method name in _global() and _load_attr()
2012-11-26 20:46:26 -05:00
Eric A. Miller
6692ddcf1f
Override peth_power_watts() with Extreme specific MIB
2012-11-26 19:51:05 -05:00
Eric A. Miller
ba7a105eb1
Additional documentation
2012-11-26 19:36:11 -05:00
Eric A. Miller
b9fb232859
New globals
2012-11-26 19:29:10 -05:00
Eric A. Miller
6f54cb429e
New global box_descr()
2012-11-26 19:22:40 -05:00
Eric A. Miller
ae3398b11a
Replace map function with hash iteration for munge handling in _load_attr() and _show_attr
2012-11-25 22:42:49 -05:00
Eric A. Miller
e97693d12d
Rename c_* methods to cdp_* since c_* methods now report all topology.
2012-11-25 21:46:54 -05:00
Eric A. Miller
435bb7dbe2
No longer emulate CDP methods in other discovery protocol classes, use the class name as base (sonmp, fdp) rather than cdp.
2012-11-25 21:45:56 -05:00
Eric A. Miller
70bc5e78e9
Remove c_* methods from device classes as top level methods now handle.
2012-11-25 21:43:31 -05:00
Eric A. Miller
a163e5b82c
Remove c_* methods from device classes as top level methods will now handle.
2012-11-25 21:39:32 -05:00
Eric A. Miller
5eb66fe442
Create new top level c_* topology methods and has_topo() method.
2012-11-25 20:38:55 -05:00
Eric A. Miller
b6cf462b16
Top level changes to Info.pm
...
1 - Simplify AUTOLOAD()
2 - Add dynamically generated methods to symbol table to avoid AUTOLOAD on subsequent calls
3 - Override UNIVERSAL::can() to work with dynamic methods
4 - [3160037] - Support _raw suffix on methods to skip munging
5 - Add default bulkwalk_no()
2012-11-23 22:58:46 -05:00
Oliver Gorwits
ead15a1cde
revert part of 13478343cd which used $partial zero if not provided
2012-11-01 19:26:24 +00:00