Use XPath to Get ARP Information
Table of Contents
PAN.OS 11.1 & Later
Expand all | Collapse all
-
- Upgrade a Firewall to the Latest PAN-OS Version (API)
- Show and Manage GlobalProtect Users (API)
- Query a Firewall from Panorama (API)
- Upgrade PAN-OS on Multiple HA Firewalls through Panorama (API)
- Automatically Check for and Install Content Updates (API)
- Enforce Policy using External Dynamic Lists and AutoFocus Artifacts (API)
- Configure SAML 2.0 Authentication (API)
- Quarantine Compromised Devices (API)
- Manage Certificates (API)
-
- Asynchronous and Synchronous Requests to the PAN-OS XML API
- Run Operational Mode Commands (API)
- Apply User-ID Mapping and Populate Dynamic Groups (API)
- Get Version Info (API)
-
- PAN-OS REST API
- Access the PAN-OS REST API
- Resource Methods and Query Parameters (REST API)
- PAN-OS REST API Request and Response Structure
- PAN-OS REST API Error Codes
- Work With Objects (REST API)
- Create a Security Policy Rule (REST API)
- Work with Policy Rules on Panorama (REST API)
- Create a Tag (REST API)
- Configure a Security Zone (REST API)
- Configure an SD-WAN Interface (REST API)
- Create an SD-WAN Policy Pre Rule (REST API)
- Configure an Ethernet Interface (REST API)
- Update a Virtual Router (REST API)
- Work With Decryption (APIs)
Use XPath to Get ARP Information
Follow this procedure to use XPath to Get
ARP Information.
- Use the following request to retrieve ARP information:https://<firewall>//api/?type=op&command=<show><arp><entry name='all'/></arp></show>
- Confirm that the XML response for the query looks like the following (truncated):
<response status="success"> <result> <max>3000</max> <total>16</total> <timeout>1800</timeout> <dp>dp0</dp> <entries> <entry> <status>c</status> <ip>10.47.0.1</ip> <mac>00:1b:17:00:2f:13</mac> <ttl>1743</ttl> <interface>ethernet1/1</interface> <port>ethernet1/1</port> </entry> <entry> <status>c</status> <ip>10.47.0.10</ip> <mac>00:50:56:93:68:6f</mac> <ttl>386</ttl> <interface>ethernet1/1</interface> <port>ethernet1/1</port> </entry> <!-- truncated --> </result> </response> - Confirm that the XML response for the query looks like the following (truncated):