From ce50a3f6275b76ca909b51c7cce539d4776170bc Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 10 Nov 2014 20:39:08 +0000 Subject: [PATCH] Recognize C2700 and C3700 as Layer2::Aironet --- Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.pm b/Info.pm index f199f63e..ade0e772 100644 --- a/Info.pm +++ b/Info.pm @@ -1672,7 +1672,7 @@ sub device_type { # Starting with IOS 15, Aironet reports sysServices 6, even though # it still is the same layer2 access point. $objtype = 'SNMP::Info::Layer2::Aironet' - if ($desc =~ /\b(C1100|C1130|C1140|AP1200|C350|C1200|C1240|C1250)\b/ + if ($desc =~ /\b(C1100|C1130|C1140|AP1200|C350|C1200|C1240|C1250|C2700|C3700)\b/ and $desc =~ /\bIOS\b/ ); # Airespace (WLC) Module