Oliver Gorwits
aeca44c7aa
Serial number on Nexus 9372 (genereic check for ID before using) (M. Caines)
2016-05-17 16:37:36 +01:00
Oliver Gorwits
5cf88ba3b7
release 3.33
2016-04-27 16:55:11 +01:00
Alexander Hartmaier
f901ba5591
Move author-only tests to xt directory
...
so they aren't run on installation by users
2016-04-27 17:49:26 +02:00
Alexander Hartmaier
7deea96bc3
Correct device serial number reporting for Cisco Nexus 5k switches with software version >= 7
2016-04-27 16:54:02 +02:00
Oliver Gorwits
fd898829c3
release 3.32
2016-04-26 21:26:39 +01:00
Oliver Gorwits
0f69a7b391
Removed DeviceMatrix from the distribution
2016-04-26 21:24:27 +01:00
Oliver Gorwits
72773117e5
Respect version/comm/secname on passed Session obj
2016-04-26 21:17:35 +01:00
Oliver Gorwits
06806f5a6e
AUTOLOAD typo-catcher search for SNMP::Info no longer anchored
2016-04-26 21:02:57 +01:00
Oliver Gorwits
a01c785ec8
add missing changelog entries GRRRRRR!
2016-04-26 21:01:08 +01:00
Brian De Wolf
502e206371
Improve VG350 detection
...
Cisco VG350s get detected as Aironet 350s, which breaks CDP collection. This
overrides the behavior to mark VG350s as generic Cisco Layer3 devices.
2016-04-08 16:18:30 -07:00
Oliver Gorwits
07605051f5
Avoid deep recusion when AUTOLOAD and carp collide
2016-02-25 20:02:19 +00:00
Oliver Gorwits
e97617ad60
Do not init table cache if Cache provided by user
2016-02-25 08:04:20 +00:00
Oliver Gorwits
9685c3afa8
Support undefined (noSuchIntance) values in Offline mode
2016-02-25 07:49:55 +00:00
Oliver Gorwits
76aece0a3f
release 3.31
2016-01-22 20:40:09 +00:00
Eric A. Miller
508e7f77a0
Add support for channelized interfaces in L3::Passport.
...
Channelized interfaces are 40G or 100G ports split into multiple 10G sub ports, reported as Slot.Port.Sub-Port. Note: Currently ifDescr reports the interface correctly as Slot/Port/Sub-Port on channelized interfaces but ifName misreports as just Slot/Port.
2016-01-19 23:24:00 -05:00
Eric A. Miller
d250a829cb
SONMP support for Enhanced Topology Table
...
The Enhanced Topology Table (s5EnMsTopNmmEnhancedTable) supports channelized interfaces as sub ports and is the only table populated on newer VOSS based devices.
2016-01-19 23:16:21 -05:00
Oliver Gorwits
2fada0c31c
Support for CiscoSB OS and Version (D. Tuecks)
2015-11-28 20:19:33 +00:00
Oliver Gorwits
e6ad08733d
release 3.30
2015-11-16 21:35:59 +00:00
Alexander Hartmaier
d4d7429de4
Correct link to MIB tarball
2015-11-10 10:26:31 +01:00
Oliver Gorwits
b97cef86a3
release 3.29
2015-10-13 22:31:16 +01:00
Jeroen van Ingen
70615a172b
IPv6 related updated to Info::LLDP
...
- LLDP::lldp_addr() may now also return neighbor IPv6 addresses
- Make more clear in POD that lldp_addr() will not return all management addresses reported by neighbor, it's a kind of roulette
- Add LLDP::lldp_ipv6() and LLDP::lldp_mac() methods for remote management addresses of types IPv6 and MAC, respectively
2015-09-04 16:15:08 +02:00
Jeroen van Ingen
d399ca90d3
Add IPv6::ipv6_addr() method for decoding table instances to actual addresses
2015-09-01 14:53:34 +02:00
Oliver Gorwits
c8fceeb75b
release 3.28
2015-06-18 22:37:26 +01:00
Eric A. Miller
036cb4556e
Correct port indexing of VSP 4K in L3::Passport
2015-06-11 18:23:23 -04:00
Jeroen van Ingen
ce4349a188
Try to determine whether a device in generic Layer3::Cisco class needs community based indexing
...
Layer3 capable Cisco device without a mapping to a more specific class fall
under the Layer3::Cisco class. These can be "real" routers that don't need
community based indexing, or Layer 3 switches that do need community based
indexing (to fetch L2 forwarding tables for different VLANs). Generally, if
community based indexing is needed on a platform, it also supports the
CISCO-VTP-MIB. Dynamically return cisco_comm_indexing based on vtpVersion.
2015-06-02 18:07:50 +02:00
Jeroen van Ingen
224085dfca
Add Layer3::Huawei class
2015-06-02 17:17:13 +02:00
Oliver Gorwits
9b3262a5fe
release 3.27
2015-05-05 20:32:40 +01:00
Oliver Gorwits
86856b6d54
Only log adding mibdirs at debug level 2
2015-05-05 20:24:44 +01:00
Oliver Gorwits
d5bf08329e
[ #221 ] Drop Cisco Voice VLAN 4096
2015-05-05 20:18:48 +01:00
Oliver Gorwits
83164f456a
release 3.26
2015-03-07 17:08:25 +00:00
Oliver Gorwits
c0141bcfee
Include Voice VLANs in (tagged) VLAN Membership on Cisco devices
2015-03-07 17:07:17 +00:00
Oliver Gorwits
8dfe9ef1cf
Fix typo in MRO::print_superclasses
2015-02-28 21:13:38 +00:00
Oliver Gorwits
73d713b670
Add fan and psu reporting to Layer3::Dell
2015-02-28 12:47:59 +00:00
Oliver Gorwits
db6c3573c1
release 3.25
2015-02-25 22:09:18 +00:00
Jeroen van Ingen
c8cbdaef8a
Add more model name mappings to Layer2::HP (includes several 2530 models and 5400R series)
2015-02-23 15:52:07 +01:00
Oliver Gorwits
2c7243b87d
release 3.24
2015-02-04 18:42:16 +00:00
Eric A. Miller
46515dd5d3
Support RSTP and ieee8021d STP operating modes in RapidCity
2015-01-22 22:16:34 -05:00
Eric A. Miller
7eb799adc6
Fix incorrect FDB ID to VLAN ID mapping in Bridge and L3:Enterasys
2015-01-22 21:57:06 -05:00
Eric A. Miller
c85b61bbd0
Fix single instance leafs defined in %FUNCS to behave like table leafs; return a reference to a hash and don't add zero instance identifier
2014-12-18 22:05:33 -05:00
Oliver Gorwits
045ff8b789
release 3.23
2014-12-09 07:26:25 +00:00
Eric A. Miller
7b7f197439
Fix Cisco VLAN membership issue introduced in 3.22 related to capturing port VLANs on Cisco interfaces which are configured for trunking but are not in operational trunking mode
2014-12-08 21:12:01 -05:00
Eric A. Miller
9e1c462836
Enhanced STP support for L3::Extreme. Document previous STP changes in ChangeLog.
2014-12-04 23:19:06 -05:00
Eric A. Miller
e97e8309cb
Update MIB used in L1::Asante
2014-12-04 23:11:36 -05:00
Oliver Gorwits
8c5be1a47d
release 3.22
2014-12-02 13:20:53 +00:00
Jeroen van Ingen
7b2051b55c
Add LLDP into base Layer2 class
...
...and update ChangeLog
2014-12-02 13:35:00 +01:00
Oliver Gorwits
b24f1a8ac4
release 3.21_001
2014-11-14 00:28:27 +00:00
Eric A. Miller
ee7d254329
Capture Aruba AP software version when available
2014-11-09 18:01:11 -05:00
Eric A. Miller
d674b22b39
Correct munging of stp_root()
2014-11-09 17:53:48 -05:00
Eric A. Miller
47954aba8e
Correct munging of dot1dStpPortDesignatedPort in stp_p_port() and i_stp_port() methods
2014-11-09 17:43:41 -05:00
Eric A. Miller
09e18e9b64
Capture Aruba AP hardware version when available
2014-11-08 12:21:31 -05:00