From 3bd7f78277cffd1b2806b23c23254f396ae663b3 Mon Sep 17 00:00:00 2001 From: Max Baker <> Date: Tue, 10 Feb 2004 17:23:11 +0000 Subject: [PATCH] added weird description for c6500's --- Info.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Info.pm b/Info.pm index 5664912a..1ee1a759 100644 --- a/Info.pm +++ b/Info.pm @@ -650,6 +650,7 @@ sub device_type { # Next two untested. Reported working by DA $objtype = 'SNMP::Info::Layer3::C6500' if ($desc =~ /cisco/i and $desc =~ /3750/); $objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /Catalyst 4000/; + $objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /s72033_rp/; # Allied Telesyn Layer2 managed switches. They report they have L3 support $objtype = 'SNMP::Info::Layer2::Allied' if ($desc =~ /Allied.*AT-80\d{2}\S*/i);