Identify Cisco Aironet 1140 APs as Layer2::Aironet
This commit is contained in:
@@ -6,6 +6,7 @@ version 3.02
|
|||||||
|
|
||||||
* Properly pull os_ver from Netgear GS series switches.
|
* Properly pull os_ver from Netgear GS series switches.
|
||||||
* Support Alcatel devices with layer3 features.
|
* Support Alcatel devices with layer3 features.
|
||||||
|
* Identify Cisco Aironet 1140 APs as Layer2::Aironet
|
||||||
|
|
||||||
version 3.01
|
version 3.01
|
||||||
|
|
||||||
|
|||||||
2
Info.pm
2
Info.pm
@@ -1604,7 +1604,7 @@ sub device_type {
|
|||||||
|
|
||||||
# Aironet - IOS
|
# Aironet - IOS
|
||||||
$objtype = 'SNMP::Info::Layer2::Aironet'
|
$objtype = 'SNMP::Info::Layer2::Aironet'
|
||||||
if ($desc =~ /\b(C1100|C1130|AP1200|C350|C1200|C1240|C1250)\b/
|
if ($desc =~ /\b(C1100|C1130|C1140|AP1200|C350|C1200|C1240|C1250)\b/
|
||||||
and $desc =~ /\bIOS\b/ );
|
and $desc =~ /\bIOS\b/ );
|
||||||
|
|
||||||
# Aironet - non IOS
|
# Aironet - non IOS
|
||||||
|
|||||||
Reference in New Issue
Block a user