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
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
Jeroen van Ingen
2aba8dd8f1
Moved older HP Procurve switch models to separate L2:HP4000 class. Reimplemented VLAN changing for Procurve switches; several updates to MODEL_MAP.
2009-12-03 07:55:12 +00:00
Max Baker
c88449151e
up version to 2.01
2009-06-12 22:24:25 +00:00
Max Baker
cbeb41c728
fix for PerlCritic
2009-06-12 20:48:44 +00:00
Max Baker
101aaa0a68
fix up spelling
2009-06-12 18:56:22 +00:00
Max Baker
2233511fad
add missing POD
2009-06-12 18:36:00 +00:00
Max Baker
8efa868ca3
bring POD uptodate and clean-up module a litte
2009-06-12 18:35:06 +00:00
Max Baker
e738d502ef
change inheritance order in @ISA, add POD, and remove tabs
2009-06-12 18:11:52 +00:00
Max Baker
6d87313283
fix subtle bug in the loading order of CiscoVTP vs CiscoStpExtensions because of a conflict between Bridge::v_name and CiscoVTP::v_name
2009-06-11 21:49:37 +00:00
Max Baker
98e07690be
add qb_v_name for completeness and to match POD
2009-06-11 21:48:11 +00:00
Max Baker
01d9b0f291
minor pod bug
2009-06-10 16:43:50 +00:00
Max Baker
3a3fc548ca
Added Sam's patch to support more weird cisco crap :)
2009-06-08 02:28:31 +00:00
Max Baker
84d6cd18fb
[2020353] Added L3::Altiga class
2009-06-07 23:35:06 +00:00
Max Baker
98eceb7c57
add cisco id by OID for vendor for some problem devices. c/o Sam Stickland
2009-06-07 22:50:04 +00:00
Max Baker
be92ec0379
fix case on mib name per alexander H
2009-06-07 01:33:12 +00:00
Bill Fenner
35c8ed6038
Add MBSSID-aware i_ssidlist and i_ssidbcast methods
...
Add CiscoConfig, remove dangling CiscoVTP
Add cd11_rateset
2009-03-23 21:29:11 +00:00
Bill Fenner
71f0947988
Turn Arista vendor name to 'arista', to match, e.g., 'cisco' and 'juniper'
2009-03-23 19:30:30 +00:00
Carlos Vicente
d7cd3ff9e7
Updating copyright
2009-03-20 17:34:59 +00:00
Carlos Vicente
2567d6a5c9
Committing missing file
2009-03-20 17:13:12 +00:00
Carlos Vicente
690bc6bfa0
Add support for other CDP/LLDP binary formatted values (ID 1909147)
2009-03-10 16:57:37 +00:00
Carlos Vicente
5f0e73bcb4
Adding support for CISCO-STP-EXTENSIONS-MIB (ID 1872450)
2009-03-10 16:52:08 +00:00
Bill Fenner
0510dbfafc
Add Layer3::Arista.
...
Work around Net-SNMP's failure to load IF-MIB because it prefers the
obsolete RFC1213-MIB more completely: add the new ifOperState values
explicitly (e.g., lowerLayerDown, dormant, notPresent,...)
2009-03-06 20:09:38 +00:00
Bill Fenner
ca35689475
Use orig_i_name, so that setting an interface description does not
...
change the netdisco port name.
2009-03-06 20:07:41 +00:00
Eric Miller
0eebef47b0
Prep 2.00
2008-08-02 03:22:04 +00:00
Bill Fenner
cfd5c5d9d7
perltidy
2008-08-01 08:10:47 +00:00
Bill Fenner
347e1f9f59
Add classes for Alcatel OmniSwitch and Service Router, update
...
Info.pm for Alcatel
2008-07-31 18:36:52 +00:00
Bill Fenner
6c8ec356ec
Missed a MIB when I merged my changes.
...
Add a commented-out reference to the Alcatel MIB that results in
Alcatel model names getting translated.
Return the alcatel-lucent model name and OS based on sysObjectID
2008-07-31 16:57:41 +00:00
Bill Fenner
6e0712b189
Update i_name to return wlanAPFQLN if it's available.
...
Add i_mac to map BSSID to port.
2008-07-31 15:56:04 +00:00
Eric Miller
906b1cb52f
[ 2031292 ] HP POE support - port to ifIndex mapping (Jeroen van Ingen)
2008-07-30 02:05:54 +00:00
Eric Miller
1eff8f8224
Silence warnings/errors from uninitialized variables
2008-07-29 03:23:35 +00:00