Oliver Gorwits
5054b1b5b5
update DeviceMatrix for Kentrox
2012-04-12 08:32:29 +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
Oliver Gorwits
b10b922aa0
[2993691] Support for SonicWALL devices in new class L3::SonicWALL (phishphreek)
2012-04-11 14:47:35 +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
2dd1cdc281
Add vendor-based & layer-based fallback classification for Layer7
2011-11-11 10:44:16 +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
e9fd3731a9
[2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
2011-10-05 10:43:57 +01:00
Oliver Gorwits
a5f242c28f
new ChangeLog stub entry
2011-09-28 11:19:45 +01:00
Oliver Gorwits
43d1718618
bump ver for release, remove VERSION_CVS variable
...
update MANIFEST
ver_2_0_6
2011-09-28 11:17:26 +01:00
Oliver Gorwits
d64f0d4a5e
added doc stubs for two new classes HPVC and AdslLine
2011-09-28 11:08:18 +01:00
Alexander Hartmaier
4a13ee8991
switched ChangeLog format to Moose style
2011-09-27 11:05:06 +02:00
Alexander Hartmaier
8764916086
Support for ADSL-LINE-MIB in new class AdslLine
2011-09-27 10:19:17 +02:00
Alexander Hartmaier
78b0b77e38
Added i_stack_status method that can be used for finding the parent interface for e.g. ADSL interface speed determination
2011-09-27 10:11:26 +02:00
Jeroen van Ingen
8a7376f6df
Update ChangeLog wrt patch SF #3408506
2011-09-23 11:54:07 +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
e1f3fb3a44
Fix generic device classification bug for devices w/o L1-L3 support
...
Commit 52275e92 made a small change in generic device classification
based on sysObjectID for devices that don't report Layer1 - Layer3
capabilities, in order to skip generic assignment if a more specific
class had already been determined. However this change contained an
error causing generic classification to fail.
Nex fix explicitly checks if class isn't more specific than SNMP::Info
before attempting to classify based on sysObjectID.
2011-09-21 17:04:48 +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
5d9eec0992
New Layer3::Mikrotik class added to MANIFEST
...
The Layer3/Mikrotik.pm file should be in MANIFEST for the next release.
2011-09-09 17:42:54 +02:00
Jeroen van Ingen
cd9c637ba5
test_class.pl script: also test devices without layers / sysServices
...
The test_class.pl script refused to test devices that don't implement
sysServices. Since SNMP::Info has been modified to check connectivity
by testing sysDescr as well, test_class.pl should follow that behaviour.
2011-09-09 17:14:01 +02:00
Jeroen van Ingen
0bc405792a
Updated changelog to reflect previous 2 commits
2011-09-05 12:43:14 +02:00
Jeroen van Ingen
8fb36625bc
Add proper classing for Cisco blade switches to Layer2 section as well, for CBS devices reporting L2 capability only
2011-09-05 11:35:32 +02:00
Jeroen van Ingen
674eca23b9
POD clarification on how i_speed() is munged to human friendly values
2011-09-05 10:06:31 +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
c41ffdfd2d
Documentation fix: add reference to Layer3::PacketFront class in POD
2011-08-30 13:17:35 +02:00
Jeroen van Ingen
df4708383b
Updated ChangeLog to reflect chages from commits 2c2f4a9e and 497c81a0
2011-08-15 17:16:16 +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
ver_2_0_5
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
662d870ad7
added Oliver to the AUTHORS list
2011-04-25 07:44:03 +00:00
Jeroen van Ingen
08746d6b10
Fixed i_speed_raw not returning raw values (Alexander Hartmaier)
...
(forgot to commit the updated Changelog when committing the patch to Info.pm)
2011-03-31 15:44:56 +00:00
Oliver Gorwits
bc8c8a6061
prep for 2.04 release
ver_2_0_4
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
Jeroen van Ingen
e8612e3779
Method i_speed_raw didn't return raw values; patch by Alexander Hartmaier.
2011-03-30 12:39:00 +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
Oliver Gorwits
6c880bb7b3
add doc links to Info.pm for new Ipv6 and Pf modules
2011-01-09 18:55:31 +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
Carlos Vicente
fb9813af51
C2970 and C2960 were not being correctly recognized if has_layer(3) was true
2010-11-16 00:41:00 +00:00