From 1af34e3e25fc02221b42024095a3229fc69dc3e9 Mon Sep 17 00:00:00 2001 From: Bill Fenner <> Date: Fri, 6 Mar 2009 22:30:53 +0000 Subject: [PATCH] Patch from Thomas Ristic to recognize CIGESM as C2900. --- Info.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Info.pm b/Info.pm index af774ce1..ff04fa7e 100644 --- a/Info.pm +++ b/Info.pm @@ -1299,7 +1299,7 @@ sub device_type { # Catalyst 2900 and 3500XL (IOS) series override $objtype = 'SNMP::Info::Layer2::C2900' - if ( $desc =~ /(C2900XL|C2950|C3500XL|C2940|CGESM)/i ); + if ( $desc =~ /(C2900XL|C2950|C3500XL|C2940|CGESM|CIGESM)/i ); # Catalyst WS-C series override 2926,4k,5k,6k in Hybrid $objtype = 'SNMP::Info::Layer2::Catalyst' if ( $desc =~ /WS-C\d{4}/ );