<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Have you configured snmp in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986743#M144467</link>
    <description>&lt;P&gt;Have you configured snmp access in your platform settings in Firepower Management Center? FTD should expose the same MIBs as ASA, since ASA code is still running in FTD which is configured for SNMP using the platform settings.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2016 11:39:54 GMT</pubDate>
    <dc:creator>Oliver Kaiser</dc:creator>
    <dc:date>2016-12-02T11:39:54Z</dc:date>
    <item>
      <title>Extracting the ARP table with SNMP from an FTD device</title>
      <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986742#M144465</link>
      <description>&lt;P&gt;&lt;SPAN style="font-family: Arial, sans-serif; color: black;"&gt;I'm trying to extract the ARP table from an (FMC-managed) FTD 6.1 device, yet I couldn't figure out how to do it. My customer has been doing this at location .1.3.6.1.2.1.4.22.1.2 with his McAfee Sidewinder firewalls I'm about to replace, but FTD doesn't respond to&amp;nbsp;this.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Is there another way to do this? And is there an MIB file for FTD one can take as a reference? I couldn't find anything under&amp;nbsp;&lt;A href="ftp://ftp.cisco.com/pub/mibs/supportlists" target="_blank"&gt;ftp://ftp.cisco.com/pub/mibs/supportlists&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks for any hint&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Toni&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:36:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986742#M144465</guid>
      <dc:creator>tgrundbacher</dc:creator>
      <dc:date>2019-03-12T08:36:43Z</dc:date>
    </item>
    <item>
      <title>Have you configured snmp</title>
      <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986743#M144467</link>
      <description>&lt;P&gt;Have you configured snmp access in your platform settings in Firepower Management Center? FTD should expose the same MIBs as ASA, since ASA code is still running in FTD which is configured for SNMP using the platform settings.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 11:39:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986743#M144467</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2016-12-02T11:39:54Z</dc:date>
    </item>
    <item>
      <title>Thanks for your reply. I have</title>
      <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986744#M144468</link>
      <description>&lt;P&gt;Thanks for your reply. I have enabled SNMP on both the FMC and the managed device (ASA5525) and I'm able to access different OIDs on both of them.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 12:04:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986744#M144468</guid>
      <dc:creator>tgrundbacher</dc:creator>
      <dc:date>2016-12-02T12:04:21Z</dc:date>
    </item>
    <item>
      <title>I have checked the MIBs and</title>
      <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986745#M144471</link>
      <description>&lt;P&gt;I have checked the MIBs and unfortunetly polling arp information via snmp is not possible. This limitation is also listed in the documentation &lt;A href="http://www.cisco.com/c/en/us/td/docs/security/asa/asa95/configuration/general/asa-95-general-config/monitor-snmp.html"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The only workaround is parsing the &lt;STRONG&gt;show arp&lt;/STRONG&gt; output using cli scrapping.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Dec 2016 11:14:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986745#M144471</guid>
      <dc:creator>Oliver Kaiser</dc:creator>
      <dc:date>2016-12-03T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Thanks kaisero, I guess this</title>
      <link>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986746#M144475</link>
      <description>&lt;P&gt;Thanks kaisero, I guess&amp;nbsp;this makes it pretty clear then.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2016 06:39:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/extracting-the-arp-table-with-snmp-from-an-ftd-device/m-p/2986746#M144475</guid>
      <dc:creator>tgrundbacher</dc:creator>
      <dc:date>2016-12-05T06:39:45Z</dc:date>
    </item>
  </channel>
</rss>

