[2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
This commit is contained in:
@@ -2,6 +2,10 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
|||||||
|
|
||||||
version 2.07 ()
|
version 2.07 ()
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* [2988163] Detect Juniper SSG firewalls as Layer3::Netscreen (R. Kerr)
|
||||||
|
|
||||||
version 2.06 (2011-09-28)
|
version 2.06 (2011-09-28)
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
2
Info.pm
2
Info.pm
@@ -1497,7 +1497,7 @@ sub device_type {
|
|||||||
|
|
||||||
#Juniper NetScreen
|
#Juniper NetScreen
|
||||||
$objtype = 'SNMP::Info::Layer3::Netscreen'
|
$objtype = 'SNMP::Info::Layer3::Netscreen'
|
||||||
if ( $desc =~ /NetScreen/i );
|
if ( $desc =~ /NetScreen|SSG/i );
|
||||||
|
|
||||||
# Cisco PIX
|
# Cisco PIX
|
||||||
$objtype = 'SNMP::Info::Layer3::Cisco'
|
$objtype = 'SNMP::Info::Layer3::Cisco'
|
||||||
|
|||||||
Reference in New Issue
Block a user