added CiscoIPS Class

This commit is contained in:
Moritz Kraus
2016-09-08 16:59:53 +02:00
parent e48c4b4e84
commit f017d32860
2 changed files with 222 additions and 0 deletions

View File

@@ -1912,6 +1912,10 @@ sub device_type {
$objtype = 'SNMP::Info::Layer2::NWSS2300'
if (
$desc =~ /^(Nortel\s)??Wireless\sSecurity\sSwitch\s23[568][012]\b/);
# Cisco IPS, older version which doesn't report layer 3 functionality
$objtype = 'SNMP::Info::Layer7::CiscoIPS'
if ( $soid =~ /\.1\.3\.6\.1\.4\.1\.9\.1\.1545/i );
# Generic device classification based upon sysObjectID
if ( defined($id) and $objtype eq 'SNMP::Info') {