[#64] Misdetection: Wireless APs

This commit is contained in:
Eric A. Miller
2014-10-30 22:44:18 -04:00
parent 5f1426a0a3
commit c1242017e2
2 changed files with 7 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ version 3.21 ()
classes. For several device classes SNMP::Info will now return tunnel classes. For several device classes SNMP::Info will now return tunnel
interfaces and/or loopbacks, if present. interfaces and/or loopbacks, if present.
[BUG FIXES]
* [#64] Misdetection: Wireless APs, add products MIB to L2::3Com
version 3.20 (2014-09-08) version 3.20 (2014-09-08)
[NEW FEATURES] [NEW FEATURES]

View File

@@ -16,6 +16,7 @@ $VERSION = '3.20';
%MIBS = ( %MIBS = (
%SNMP::Info::LLDP::MIBS, %SNMP::Info::LLDP::MIBS,
%SNMP::Info::Layer2::MIBS, %SNMP::Info::Layer2::MIBS,
'A3Com-products-MIB' => 'wlanAP7760',
); );
%GLOBALS = ( %GLOBALS = (
@@ -117,6 +118,8 @@ Subclass for 3Com L2 devices
=over =over
=item F<A3Com-products-MIB>
=item Inherited Classes' MIBs =item Inherited Classes' MIBs
See L<SNMP::Info::Layer2/"Required MIBs"> for its own MIB requirements. See L<SNMP::Info::Layer2/"Required MIBs"> for its own MIB requirements.