Add Cisco FWSM detection
This commit is contained in:
@@ -2,6 +2,7 @@ SNMP::Info - Friendly OO-style interface to Network devices using SNMP.
|
|||||||
ChangeLog $Id$
|
ChangeLog $Id$
|
||||||
|
|
||||||
version 2.01 ()
|
version 2.01 ()
|
||||||
|
+ Added Cisco FWSM to L3::Cisco
|
||||||
+ [2020353] Added L3::Altiga for Cisco (Altiga) VPN3000 Concentrators
|
+ [2020353] Added L3::Altiga for Cisco (Altiga) VPN3000 Concentrators
|
||||||
(Jeroen van Ingen)
|
(Jeroen van Ingen)
|
||||||
* Updated test_class.pl for better debug info and relative path
|
* Updated test_class.pl for better debug info and relative path
|
||||||
|
|||||||
5
Info.pm
5
Info.pm
@@ -1422,6 +1422,11 @@ sub device_type {
|
|||||||
# Cisco ASA
|
# Cisco ASA
|
||||||
$objtype = 'SNMP::Info::Layer3::Cisco'
|
$objtype = 'SNMP::Info::Layer3::Cisco'
|
||||||
if ( $desc =~ /Cisco Adaptive Security Appliance/i );
|
if ( $desc =~ /Cisco Adaptive Security Appliance/i );
|
||||||
|
|
||||||
|
# Cisco FWSM
|
||||||
|
$objtype = 'SNMP::Info::Layer3::Cisco'
|
||||||
|
if ( $desc =~ /Cisco Firewall Services Module/i );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $objtype;
|
return $objtype;
|
||||||
|
|||||||
Reference in New Issue
Block a user