<?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 Re: reading ARP table in Automation/API Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33251#M794</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like PANOS doesn't respond to the two OIDs related to pulling the ARP/MAC table via SNMP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-MIB::ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-MIB::ipNetToMediaPhysAddress = No Such Object available on this agent at this OID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2013 21:20:19 GMT</pubDate>
    <dc:creator>ericgearhart</dc:creator>
    <dc:date>2013-01-31T21:20:19Z</dc:date>
    <item>
      <title>reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33247#M790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new here!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to extract the ARP table from our PA-5000's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this moment, I can do this by using the CLI ("show arp all").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way to do this (by using SNMP or API)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://fwua1.cde.ua.ac.be/api/?type=op&amp;amp;cmd=%3Cshow%3E%3Carp%3E%3C%2Farp%3E%3C%2Fshow%3E" style="color: #036dda; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; text-align: -webkit-auto; background-color: #f2f6fa;" target="_rest_api"&gt;/api/?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;arp&amp;gt;&amp;lt;/arp&amp;gt;&amp;lt;/show&amp;gt;&lt;/A&gt; gives me error 17&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2012 13:06:54 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33247#M790</guid>
      <dc:creator>dbruyne</dc:creator>
      <dc:date>2012-06-06T13:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33248#M791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for the entire table:&lt;/P&gt;&lt;P&gt;&lt;A href="https://fwua1.cde.ua.ac.be/api/?type=op&amp;amp;cmd=%3Cshow%3E%3Carp%3E%3C%2Farp%3E%3C%2Fshow%3E" style="text-decoration: none; color: #355491; outline-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;/api/?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;arp&amp;gt;all&amp;lt;/arp&amp;gt;&amp;lt;/show&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or for a specific interface ethernet1/1:&lt;/P&gt;&lt;P&gt;&lt;A href="https://fwua1.cde.ua.ac.be/api/?type=op&amp;amp;cmd=%3Cshow%3E%3Carp%3E%3C%2Farp%3E%3C%2Fshow%3E" style="text-decoration: none; color: #355491; outline-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffffff;"&gt;/api/?type=op&amp;amp;cmd=&amp;lt;show&amp;gt;&amp;lt;arp&amp;gt;ethernet1/1&amp;lt;/arp&amp;gt;&amp;lt;/show&amp;gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2012 00:51:15 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33248#M791</guid>
      <dc:creator>SRA</dc:creator>
      <dc:date>2012-06-07T00:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33249#M792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I missed the "all" &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 08:18:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33249#M792</guid>
      <dc:creator>dbruyne</dc:creator>
      <dc:date>2012-06-08T08:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33250#M793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;need to bump this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not possible with SNMP?&lt;/P&gt;&lt;P&gt;My PA is the only "router" in the network and I need something to query the ARP table with SNMP to match IP to MAC addresses. All Switches are L2 devices&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2012 21:50:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33250#M793</guid>
      <dc:creator>u13550</dc:creator>
      <dc:date>2012-11-22T21:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33251#M794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like PANOS doesn't respond to the two OIDs related to pulling the ARP/MAC table via SNMP:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-MIB::ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-MIB::ipNetToMediaPhysAddress = No Such Object available on this agent at this OID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2013 21:20:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33251#M794</guid>
      <dc:creator>ericgearhart</dc:creator>
      <dc:date>2013-01-31T21:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33252#M795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had similair request to read the ARP table by using SNMP.&lt;/P&gt;&lt;P&gt;Anyone an idea if and when OID &lt;EM style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;.1.3.6.1.2.1.4.22.1.2&lt;/EM&gt; &lt;SPAN style="text-decoration: underline;"&gt;&lt;EM style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;ipNetToMediaPhysAddress&lt;/EM&gt;&lt;/SPAN&gt;&lt;EM style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt; &lt;/EM&gt;will be supported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Patrick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 13:46:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33252#M795</guid>
      <dc:creator>PatrickdeJong</dc:creator>
      <dc:date>2013-05-16T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33253#M796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Really no reply on this? I was searching for this answer as well and was surprised to see this and nothing since may. You think this would be up in the list to get working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 19:17:24 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33253#M796</guid>
      <dc:creator>ryan_carroll</dc:creator>
      <dc:date>2013-08-12T19:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33254#M797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually have a similar problem using an IPAM system like Infoblox or Bluecat. &lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-style: italic; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-style: italic; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Actually&amp;nbsp; &lt;/EM&gt;&lt;EM style="font-weight: inherit; font-style: italic; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;.1.3.6.1.2.1.4.22.1.2 works here for me on 5.0.6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-weight: inherit; font-style: italic; font-size: 11pt; font-family: Calibri, sans-serif;"&gt;Missing are&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;.1.3.6.1.2.1.4.24.2&lt;/P&gt;&lt;P&gt;.1.3.6.1.2.1.4.24.4&lt;/P&gt;&lt;P&gt;.1.3.6.1.2.1.4.21&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also the subinterfaces are not listed in the MIB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:18:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/33254#M797</guid>
      <dc:creator>Unibw</dc:creator>
      <dc:date>2013-08-28T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/171836#M1419</link>
      <description>&lt;P&gt;if you have the console access to the device, then its easier to findout the Rest call.&lt;/P&gt;&lt;P&gt;Just run the below command:&lt;/P&gt;&lt;PRE&gt;debug cli on&lt;/PRE&gt;&lt;P&gt;and then run the command which you want to request through Rest like below: To get Arp table&lt;/P&gt;&lt;PRE&gt;show arp all&lt;/PRE&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&amp;lt;request cmd="op" cookie="1112336478312474" uid="500"&amp;gt;&amp;lt;operations&amp;gt;&lt;U&gt;&lt;STRONG&gt;&amp;lt;show&amp;gt;&amp;lt;arp&amp;gt;&amp;lt;entry name='all'/&amp;gt;&amp;lt;/arp&amp;gt;&amp;lt;/show&amp;gt;&lt;/STRONG&gt;&lt;/U&gt;&amp;lt;/operations&amp;gt;&amp;lt;/request&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Highligted text is your path to get the command.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 10:38:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/171836#M1419</guid>
      <dc:creator>raju-pulse</dc:creator>
      <dc:date>2017-08-16T10:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: reading ARP table</title>
      <link>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/236432#M1803</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have one customer using solarwinds IPAM but not able to get the ARP-IP mapping using snmp&amp;nbsp;OID 1.3.6.1.2.1.4.22&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please confirm us if its works with you or not .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2018 06:08:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/automation-api-discussions/reading-arp-table/m-p/236432#M1803</guid>
      <dc:creator>Retired Member</dc:creator>
      <dc:date>2018-10-22T06:08:00Z</dc:date>
    </item>
  </channel>
</rss>

