[#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 | ||||
|      interfaces and/or loopbacks, if present. | ||||
|  | ||||
|    [BUG FIXES] | ||||
|  | ||||
|     * [#64] Misdetection: Wireless APs, add products MIB to L2::3Com | ||||
|  | ||||
| version 3.20 (2014-09-08) | ||||
|  | ||||
|    [NEW FEATURES] | ||||
|   | ||||
| @@ -16,6 +16,7 @@ $VERSION = '3.20'; | ||||
| %MIBS = ( | ||||
|     %SNMP::Info::LLDP::MIBS, | ||||
|     %SNMP::Info::Layer2::MIBS, | ||||
|     'A3Com-products-MIB' => 'wlanAP7760', | ||||
| ); | ||||
|  | ||||
| %GLOBALS = ( | ||||
| @@ -117,6 +118,8 @@ Subclass for 3Com L2 devices | ||||
|  | ||||
| =over | ||||
|  | ||||
| =item F<A3Com-products-MIB> | ||||
|  | ||||
| =item Inherited Classes' MIBs | ||||
|  | ||||
| See L<SNMP::Info::Layer2/"Required MIBs"> for its own MIB requirements. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user