Modify detection for newer code levels

This commit is contained in:
Eric Miller
2010-11-17 23:18:39 +00:00
parent c2ce3d81e1
commit ab111a8e93
2 changed files with 3 additions and 3 deletions

View File

@@ -1294,7 +1294,7 @@ sub device_type {
if $desc =~ /Alteon\s[1A][8D]/;
# Nortel Contivity
$objtype = 'SNMP::Info::Layer3::Contivity' if $desc =~ /\bCES\b/;
$objtype = 'SNMP::Info::Layer3::Contivity' if $desc =~ /(\bCES\b|\bNVR\sV\d)/;
# Allied Telesyn Layer2 managed switches. They report they have L3 support
$objtype = 'SNMP::Info::Layer2::Allied'