Brian De Wolf
feffa6d47e
Fix grep statement in L3 root_ip
...
The grep statement was comparing the router_ip with the SNMP OID-looking keys
instead of the values which were just the IPs.
2011-07-07 10:42:00 -07:00
Brian De Wolf
3bb33fa8d4
Fix syntax errors in L3 changes
...
Fix some syntax errors in my improvement code for L3 so that it actually runs.
2011-06-27 16:06:56 -07:00
Brian De Wolf
30a73c035a
Prefer OSPF router ID in L3 root_ip
...
The previous behavior of root_ip meant that whatever /32 hosted by the device
that got listed first would be chosen as the root_ip. If the device only
serves one /32 this works fine, but if there are multiple /32s we could easily
pick the one that is not the intended address meant for management.
Instead, before we pick whatever /32 may exist, we now try to pick the /32 that
is also the OSPF router ID (the router ID is a 32-bit unique identifier which,
while not guaranteed, tends to be an IPv4 address unique to the device).
Otherwise we fall back to the previous method of finding the root_ip.
2011-06-24 01:44:20 -07: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
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
77982188bd
Match for ME340x in Layer3 section, class as L3::C3550 for proper macsuck
...
(ME340x requires community-based indexing)
2010-10-29 13:03:44 +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
Brian de Wolf
6c88df1ac0
Fix error in FWSM support patch that caused FWSMs to not be detected.
2010-10-04 23:34:14 +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
Jeroen van Ingen
ad1f1933e2
Move Cisco CBS3xxx from generic L3::Cisco to L3::C6500 (mainly for community
...
based indexing, to succesfully retrieve forwarding tables).
2010-09-01 16:16:43 +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
665f33a482
Small fix for sysServices ("layers") check
2010-07-26 14:31:41 +00:00
Jeroen van Ingen
e5f948acda
Allow support for devices without sysServices
2010-07-26 11:39:37 +00:00
Jeroen van Ingen
c28bbd5728
Changes to Info.pm to support devices that don't return sysServices.0
2010-07-26 11:32:48 +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
Max Baker
b82d3b82d9
update copyright and developers
2010-05-04 20:58:32 +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
Bill Fenner
5b059e6286
"arpnip" on Airespace: use the controller's snooping on the
...
IP addresses of its clients, plus the knowledge of the APs'
IP and ethernet MAC addresses, to arpnip. This is useful
when there is communication (between controller and AP,
or between wireless and wired devices) that does not cross
routers.
2010-03-23 17:58:30 +00:00
Jeroen van Ingen
2c84636b7f
Update to Juniper class: use Q-BRIDGE-MIB for switch forwarding tables
2010-02-06 12:52:54 +00:00