[#64] Misdetection: Wireless APs
This commit is contained in:
		| @@ -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] | ||||||
|   | |||||||
| @@ -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. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user