- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
07-31-2023 06:42 AM
We have a Palo Alto PA-410.
Under this is connected a switch, and under this switch a Access Point used for Wifi connection.
This access point is functioning but the IP address is not knowed (and is not normal 192.168.0 192.168.1 ...)
I know MAC address of this apparat,.
Is it possible discover the IP address from PA-410 interface?
07-31-2023 06:45 AM
Hi there,
Take a look at the ARP table. From the CLI run the following command substituting the interface name which is connected to the switch:
show arp <Eth_int_to_switch>
...this will list the MAC and IP bindings.
cheers,
Seb.
07-31-2023 06:51 AM
Ok I would like to try also command line instruction as
show interface all
But I have a Web interface not command line.
To do this I have to logon via ssh?
07-31-2023 08:16 AM
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:
# API Browser #
https://<Firewall>/php/rest/browse.php/op::show::arp
# API Call
https://<Firewall>/api/?type=op&cmd=<show><arp><entry name='all'/></arp></show>
07-31-2023 08:47 AM
Do it.
Than I have try all interfaces one by one.
But I have found correct mac address for all devices but not for the searched.
Than I have try also
show arp all
But also the searched MAC address is no present.
08-01-2023 03:56 AM
Interesting. Does the access point MAC address appear under: show mac all
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
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.
cheers,
Seb.
08-01-2023 04:35 AM
... traffic from the firewall which is not from an IP within the interface subnet is probably being dropped as spoof traffic ...
It could be, but I can't figure out why Connection via Wifi on this access point works
08-01-2023 05:56 AM
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.
cheers,
Seb.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!