Support for Cisco Firepower Threat Defense (#278)
When sending SNMP requests to one of the data interfaces of an FTD you're talking to a Cisco ASA running as a process called 'lina'.
This commit is contained in:
committed by
Jeroen van Ingen Schenau
parent
b24da8c380
commit
b7ac11222a
@@ -1811,6 +1811,10 @@ sub device_type {
|
||||
$objtype = 'SNMP::Info::Layer3::CiscoASA'
|
||||
if ( $desc =~ /Cisco Adaptive Security Appliance/i );
|
||||
|
||||
# Cisco FTD includes an ASA running as lina process
|
||||
$objtype = 'SNMP::Info::Layer3::CiscoASA'
|
||||
if ( $desc =~ /Cisco Firepower Threat Defense/i );
|
||||
|
||||
# Cisco FWSM
|
||||
$objtype = 'SNMP::Info::Layer3::CiscoFWSM'
|
||||
if ( $desc =~ /Cisco Firewall Services Module/i );
|
||||
|
||||
Reference in New Issue
Block a user