added cat4000 and 3750s to l3:c6500 class

This commit is contained in:
Max Baker
2004-01-05 00:16:07 +00:00
parent 054e27e827
commit c8c94bbd8b
2 changed files with 5 additions and 0 deletions

View File

@@ -646,6 +646,9 @@ sub device_type {
# Aironet - older non-IOS
$objtype = 'SNMP::Info::Layer3::Aironet' if ($desc =~ /Cisco/ and $desc =~ /\D(CAP340|AP340|CAP350|350|1200)\D/) ;
$objtype = 'SNMP::Info::Layer3::C6500' if $desc =~ /c6sup2/;
# 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/;
# Layer 2 Supported
} elsif ($info->has_layer(2)) {