Oliver Gorwits
2da37f06ea
[3317739] Fix for Baystack without POE on stack member 1 (David Baldwin)
2012-04-12 10:27:55 +01:00
Oliver Gorwits
eb5a492eb9
[3297786] LLDP INDEX munged to ignore TimeMark component (David Baldwin)
2012-04-12 10:10:51 +01:00
Oliver Gorwits
e79f031cb7
[3286549] Dell LLDP Support (Nico Giefing)
2012-04-12 09:52:26 +01:00
Oliver Gorwits
86909ae236
[3085413] SNMP OIDs for Netgear Serial and OS Ver (phishphreek)
2012-04-12 09:26:34 +01:00
Oliver Gorwits
a2496a536d
[2996795] Support for Kentrox devices in new class L2::Kentrox (phishphreek)
2012-04-12 08:24:03 +01:00
Oliver Gorwits
f4ebe6a102
forgot to git-add SonicWALL.pm
2012-04-11 14:55:44 +01:00
Jeroen van Ingen
a8673cc076
Small fix to L7::APC to silence Netdisco error that POWERNET-MIB couldn't be found
2011-11-11 13:18:21 +01:00
Jeroen van Ingen
ccd03ae6d2
Add Layer7::APC class for basic APC UPS device support
2011-11-11 10:39:45 +01:00
Jeroen van Ingen
7e0771e065
Add Layer7 base class
2011-11-11 10:38:02 +01:00
Oliver Gorwits
43d1718618
bump ver for release, remove VERSION_CVS variable
...
update MANIFEST
2011-09-28 11:17:26 +01:00
Alexander Hartmaier
8764916086
Support for ADSL-LINE-MIB in new class AdslLine
2011-09-27 10:19:17 +02:00
Michael Borgelt
c9a36f12e6
Fix Use of uninitialized value in substr at /usr/share/perl5/SNMP/Info/IPv6.pm line 113. It is caused by an empty mac in local loopback interface on cisco devices.
...
Signed-off-by: Jeroen van Ingen <jeroen@utwente.nl >
2011-09-23 11:41:53 +02:00
Michael Borgelt
8199e2a973
Fix failure in POD.
...
Signed-off-by: Jeroen van Ingen <jeroen@utwente.nl >
2011-09-22 17:21:50 +02:00
Jeroen van Ingen
52275e92af
New class L2::HPVC for VirtualConnect blade switches
...
HP VirtualConnect product family includes ethernet-switch-like products
with their own MIBs. This new class adds basic support for these devices.
2011-09-09 17:49:52 +02:00
Jeroen van Ingen
cfc1ead848
New L3::Mikrotik class for Mikrotik devices running RouterOS. Initial, very basic version.
2011-08-31 15:11:13 +02:00
Jeroen van Ingen
497c81a0c6
Updates to Layer2::HP class to get os_ver & serial from web managed
...
HP ProCurve switches. Based on patch & bug report from J R Binks,
SF #3344843 .
2011-08-11 14:37:42 +02:00
Jeroen van Ingen
2c2f4a9ea1
Add Layer3::PacketFront device class to support PacketFront DRG devices
2011-08-05 12:26:34 +02:00
Brian De Wolf
5c44fc0b28
Fix ordering in Info::CiscoStats POD
...
The header for a section got moved away from its content.
2011-06-23 13:57:25 -07:00
Brian De Wolf
a54b446dae
Avoid Perl warnings in Info::CiscoStack
...
These two points in CiscoStack use a value from a hash in a numerical
comparison without verifying they exist. If they don't, Perl warnings get
emitted. Instead, we check for existence first, then compare the value.
2011-06-23 13:51:43 -07:00
Oliver Gorwits
631010ed3f
prep for 2.05 CPAN release
2011-06-23 21:12:27 +01:00
Brian De Wolf
8506638e5c
Promote L2::Aruba to L3::Aruba
...
Aruba controllers can act as L3 devices and provide L3 information through the
standard MIBs. This change makes Aruba devices get recognized as such.
Layer2.pm and Layer3.pm provide roughly the same functionality so there should
be little to no impact for Aruba devices only acting as L2 entities.
2011-06-23 12:40:36 -07:00
Brian De Wolf
c0f3a8eb2b
Fix call in L2::Aironet
...
A call to a function in Aironet was wrong and has been corrected.
2011-06-22 13:35:26 -07:00
Oliver Gorwits
bc8c8a6061
prep for 2.04 release
2011-03-31 08:34:57 +00:00
Oliver Gorwits
d09e5de229
renamed Ipv6.pm to IPv6.pm
2011-03-31 08:24:29 +00:00
Oliver Gorwits
1df1bda641
change from Ipv6 to IPv6 everywhere
2011-03-31 08:04:52 +00:00
Carlos Vicente
a58d060310
Adding missing method for mapping v6 addresses with prefixes
2011-02-23 04:32:14 +00:00
Brian de Wolf
a77c539f38
These are actually listed as not-accessible so they shoudn't be defined. Their information has to be extracted from n2p_paddr instead.
2011-01-19 00:04:07 +00:00
Oliver Gorwits
b5107b5634
shorten abstract for Ipv6.pm
2011-01-09 20:42:41 +00:00
Jeroen van Ingen
9297c70d11
Added switch models 2915, 2615, 2520G and 1810G to HP class. Won't be
...
correctly identified until hpicfoid mib is updated to include these models.
2011-01-04 15:00:22 +00:00
Eric Miller
bfafdc99d9
Update port indexing for newer code and switches (5698)
2010-11-23 13:50:16 +00:00
Eric Miller
ab111a8e93
Modify detection for newer code levels
2010-11-17 23:18:39 +00:00
Eric Miller
c2ce3d81e1
Improve os detection for newer versions. Improve forward compatibility.
2010-11-17 23:17:04 +00:00
Bill Fenner
4fb63d8a7b
Implement peth_port_neg_power, reporting the actual negotiated value
...
in CiscoPower and the max for the class in the generic PowerEthernet.
2010-11-08 07:49:40 +00:00
Jeroen van Ingen
8748932460
Enable IPv6 support in Layer3 base class by including Layer3::Ipv6
2010-10-21 10:29:57 +00:00
Carlos Vicente
cacb0777b7
POD fixes to pass tests
2010-09-22 23:18:22 +00:00
Carlos Vicente
bdf5a80868
Adding LLDP support for Juniper and C3550 classes
2010-09-22 21:45:08 +00:00
Carlos Vicente
d7fe49a028
Additions to extract IPv6 addresses used in device interfaces
2010-08-25 00:09:42 +00:00
Jeroen van Ingen
e802ccdc6e
Revert to status of rev 1.7, "peth_port_power" sub as a placeholder didn't
...
work as expected (behaved as override, but should have been overridden)
2010-08-23 14:45:04 +00:00
Jeroen van Ingen
af2a881142
Fixed error in IPv6 support for Extreme
2010-08-23 12:02:10 +00:00
Jeroen van Ingen
0ccf5409ca
Fixed potential warnings about "Use of uninitialized value in string eq"
2010-08-23 11:47:58 +00:00
Jeroen van Ingen
2529305803
Add placeholder method peth_port_power() to PowerEthernet class; overrides
...
to actually return data in Cisco, Extreme and HP classes.
2010-08-23 11:38:55 +00:00
Jeroen van Ingen
bb8fb9d01a
Initial version for Info::Ipv6 class. Not to be used directly, intended
...
use is to be inherited by Info::Layer3.
This class provides mapping of IPv6 network addresses to Ethernet media
addresses (MACs) and interface indexes. It will try various MIBs; with
debug on, when data is returned, a message will be logged to inform which
MIB contained the relevant data.
2010-08-11 16:41:29 +00:00
Jeroen van Ingen
262fa5a3cd
Incorporate patch from jrbinks to support obscure Proxim/Orinoco device (item
...
2688801 on SF). Fallback for all Agere (11898) devices to Orinoco class.
2010-07-23 15:39:03 +00:00
Jeroen van Ingen
a58b774443
Added "vendor_i_type()" method to HP classes as suggested by Mikat1 on SF.
...
Tracker artifact 2599795. Method can be used to determine more detailed
type information about a port, eg 10/100 interface, 1000Base-LX, etc.
Details are vendor specific.
2010-07-23 15:07:58 +00:00
Brian de Wolf
6deceb6bd1
Fix for C1900 bp_index not containing interfaces.
2010-05-25 23:30:20 +00:00
Max Baker
808d3fd5c6
add PF Support
2010-05-07 00:01:33 +00:00
Jeroen van Ingen
cb8d780d70
Added os_bin() method to CiscoStats. Determines ROM version on several
...
Cisco switches and routers by scanning for version string in rom_id().
2010-05-04 14:18:37 +00:00
Jeroen van Ingen
01cd78c75d
Added table methods to %FUNCS in CDP.pm to retrieve management addresses
...
of connected devices. Useful for improving neighbor detection in Netdisco.
2010-05-03 14:51:35 +00:00
Brian de Wolf
e7b289c399
Add L3::CiscoFWSM for Cisco Firewall Services Modules.
2010-04-28 17:08:32 +00:00
Bill Fenner
a9b28c2270
For Cisco WLCs, pretend to have the CISCO-DOT11-MIB for signal strengths, etc.
2010-03-23 18:00:08 +00:00