[2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)

This commit is contained in:
Oliver Gorwits
2011-10-05 10:43:57 +01:00
parent a5f242c28f
commit e9fd3731a9
2 changed files with 5 additions and 1 deletions

View File

@@ -1497,7 +1497,7 @@ sub device_type {
#Juniper NetScreen
$objtype = 'SNMP::Info::Layer3::Netscreen'
if ( $desc =~ /NetScreen/i );
if ( $desc =~ /NetScreen|SSG/i );
# Cisco PIX
$objtype = 'SNMP::Info::Layer3::Cisco'