<?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: Recognize IP address in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551798#M112331</link>
    <description>&lt;P&gt;Do it.&lt;BR /&gt;Than I have try all interfaces one by one.&lt;BR /&gt;But I have found correct mac address for all devices but not for the searched.&lt;BR /&gt;Than I have try also &lt;BR /&gt;show arp all&lt;BR /&gt;But also the searched MAC address is no present.&lt;/P&gt;</description>
    <pubDate>Mon, 31 Jul 2023 15:47:30 GMT</pubDate>
    <dc:creator>paoloholzl</dc:creator>
    <dc:date>2023-07-31T15:47:30Z</dc:date>
    <item>
      <title>Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551765#M112316</link>
      <description>&lt;P&gt;We have a Palo Alto PA-410.&lt;BR /&gt;Under this is connected a switch, and under this switch a Access Point used for Wifi connection.&lt;BR /&gt;This access point is functioning but the IP address is not knowed (and is not normal 192.168.0 192.168.1 ...)&lt;BR /&gt;I know MAC address of this apparat,.&lt;BR /&gt;Is it possible discover the IP address from PA-410 interface?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:42:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551765#M112316</guid>
      <dc:creator>paoloholzl</dc:creator>
      <dc:date>2023-07-31T13:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551770#M112319</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;Take a look at the ARP table. From the CLI run the following command substituting the interface name which is connected to the switch:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;show arp &amp;lt;Eth_int_to_switch&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;...this will list the MAC and IP bindings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:45:49 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551770#M112319</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-07-31T13:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551772#M112320</link>
      <description>&lt;P&gt;Ok I would like to try also command line instruction&amp;nbsp; as &lt;BR /&gt;show interface all&lt;BR /&gt;But I have a Web interface not command line.&lt;BR /&gt;&lt;BR /&gt;To do this I have to logon via ssh?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:51:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551772#M112320</guid>
      <dc:creator>paoloholzl</dc:creator>
      <dc:date>2023-07-31T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551776#M112321</link>
      <description>&lt;P&gt;yes, you will need to access the FW via SSH to run these CLI commands.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:59:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551776#M112321</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-07-31T13:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551790#M112325</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/306588"&gt;@paoloholzl&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you absolutely can't access this device via CLI for some unknown reason, you can also just use the API to return the same information. CLI access would be easier to setup, but if for some reason that isn't possible you can do the following call:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# API Browser #
https://&amp;lt;Firewall&amp;gt;/php/rest/browse.php/op::show::arp

# API Call
https://&amp;lt;Firewall&amp;gt;/api/?type=op&amp;amp;cmd=&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;/LI-CODE&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:16:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551790#M112325</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2023-07-31T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551798#M112331</link>
      <description>&lt;P&gt;Do it.&lt;BR /&gt;Than I have try all interfaces one by one.&lt;BR /&gt;But I have found correct mac address for all devices but not for the searched.&lt;BR /&gt;Than I have try also &lt;BR /&gt;show arp all&lt;BR /&gt;But also the searched MAC address is no present.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 15:47:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/551798#M112331</guid>
      <dc:creator>paoloholzl</dc:creator>
      <dc:date>2023-07-31T15:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552036#M112356</link>
      <description>&lt;P&gt;Interesting. Does the access point MAC address appear under: &lt;STRONG&gt;show mac all&lt;/STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is plausible that the access point could be using an IP address which is not part of the subnet to which it is physically connected. Any IP traffic from the firewall which is not from an IP within the interface subnet is probably being dropped as spoof traffic&lt;/P&gt;
&lt;P&gt;Maybe you could set up a packet capture on the firewall interface connected towards the switch. The AP should eventually try ARP'ing and you should see something in the PCAP. This will give you an indication of its currently configured IP address.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 10:56:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552036#M112356</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-08-01T10:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552051#M112357</link>
      <description>&lt;P&gt;... traffic from the firewall which is not from an IP within the interface subnet is probably being dropped as spoof traffic ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;It could be, but I can't figure out why Connection via Wifi on this access point works&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 11:35:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552051#M112357</guid>
      <dc:creator>paoloholzl</dc:creator>
      <dc:date>2023-08-01T11:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Recognize IP address</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552064#M112361</link>
      <description>&lt;P&gt;Remember that the access-point acts as a bridge between the wired and wireless networks, it does not need an IP address for its primary function as it operates at layer 2. That is why your wireless clients can still get connectivity whilst your access-point interface is currently remaining hidden at Layer3.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2023 12:56:23 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/recognize-ip-address/m-p/552064#M112361</guid>
      <dc:creator>seb_rupik</dc:creator>
      <dc:date>2023-08-01T12:56:23Z</dc:date>
    </item>
  </channel>
</rss>

