Classify Linksys 2024 as L3::Dell

This commit is contained in:
Jeroen van Ingen
2012-10-29 14:58:33 +01:00
parent 6cfce1916d
commit 0862047241
2 changed files with 3 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ version 2.09
* [3017571] Add LLDP support for NetSNMP device class (begemot)
* [3418918] Extreme devices now report OS as either extremeware or xos
* [2809045] Strip preceding netscreen from model name in L3::Netscreen
* [] Classify Linksys 2024 as L3::Dell (Rogier Krieger)
[BUG FIXES]

View File

@@ -1483,10 +1483,10 @@ sub device_type {
$objtype = 'SNMP::Info::Layer3::Dell'
if ( $desc =~ /^IBM Gigabit Ethernet Switch Module$/ );
# Linksys 2048
# Linksys 2024/2048
$objtype = 'SNMP::Info::Layer3::Dell'
if (
$desc =~ /^48-Port 10\/100\/1000 Gigabit Switch with WebView$/ );
$desc =~ /^(24|48)-Port 10\/100\/1000 Gigabit Switch (with |w\/)WebView$/ );
# Centillion ATM
$objtype = 'SNMP::Info::Layer2::Centillion' if ( $desc =~ /MCP/ );