Classify Linksys 2024 as L3::Dell
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
4
Info.pm
4
Info.pm
@@ -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/ );
|
||||
|
||||
Reference in New Issue
Block a user