A security administrator is creating a new custom report to get a consolidated view of network events and needs to select a database to query for the report data. Which valid set of databases is available for the task?
Correct Answer: B
Basic Concept: Custom reports query selected log databases. Traffic, User-ID, Application Statistics, and HIP Match are valid data sources in PAN-OS reporting contexts. Why B is Correct: The selected set contains valid databases for consolidated reporting from the choices provided. Why A is Wrong: Threat, URL Filtering, WildFire Submissions, GlobalProtect is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question. Why C is Wrong: Data Filtering, IP-Tag, User-ID, Endpoint Security is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question. Why D is Wrong: System, Config, Authentication, Session Flow is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question.
Question 102
Which two actions in the IKE Gateways will allow implementation of post-quantum cryptography when building VPNs between multiple Palo Alto Networks NGFWs? (Choose two.)
Correct Answer: C,D
To implement post-quantum cryptography (PQC) in VPNs between Palo Alto Networks NGFWs, you would enable the PQ KEM (Post-Quantum Key Encapsulation Mechanism) in the IKE gateway configuration. This enables the firewall to use quantum-resistant encryption for key exchange, which is an essential part of securing communications against the potential future threats posed by quantum computing. By selecting IKE v2 Preferred and enabling the PQ KEM option under Advanced Options, you can add specific Rounds for the post-quantum cryptography process, which will help in implementing quantum-resistant key exchange methods. This option similarly selects IKE v2 and enables PQ KEM while also creating a dedicated IKE Crypto Profile with the necessary Rounds configured for post-quantum cryptography.
Question 103
A network administrator is establishing a site-to-site VPN between a Palo Alto Networks firewall and a partner's Check Point Security Gateway. The partner has provided a specific list of local and remote IP address subnets that are permitted through the tunnel. The initial tunnel configuration on the PAN-OS firewall fails during the IKE Phase 2 exchange. Which configuration step is essential to ensure compatibility with the policy-based Check Point gateway?
Correct Answer: A
Basic Concept: Policy-based third-party VPN gateways require matching traffic selectors. PAN-OS represents those selectors as Proxy IDs under the IPSec tunnel configuration. Why A is Correct: Defining local and remote subnets in Proxy ID settings aligns PAN-OS with the Check Point encryption domain and resolves Phase 2 failures. Why B is Wrong: Create individual Security policies for each pair of local and remote subnets. relates to VPN configuration, but it does not address the specific PAN-OS requirement for selectors, tunnel interface functions, routing, or Security policy in this scenario. Why C is Wrong: Assign a specific IP address to the tunnel interface to match the Check Point gateway. relates to VPN configuration, but it does not address the specific PAN-OS requirement for selectors, tunnel interface functions, routing, or Security policy in this scenario. Why D is Wrong: Enable Dead Peer Detection (DPD) in the IKE Gateway configuration. relates to VPN configuration, but it does not address the specific PAN-OS requirement for selectors, tunnel interface functions, routing, or Security policy in this scenario.
Question 104
For which two purposes is an IP address configured on a tunnel interface? (Choose two.)
Correct Answer: A,B
Use of dynamic routing protocols: An IP address is needed on the tunnel interface to participate in dynamic routing protocols (like OSPF, BGP, etc.) over the tunnel. This allows the firewall to advertise routes and receive updates over the tunnel. Tunnel monitoring: The IP address on the tunnel interface can also be used for monitoring the tunnel's status. Tunnel monitoring (such as IPSec tunnel monitoring) requires an IP address on the tunnel interface to check the health and availability of the tunnel.
Question 105
A firewall administrator needs to configure a new Palo Alto Networks firewall so that its management interface automatically obtains an IP address, netmask, and default gateway from the network. Which command should be executed in the CLI to accomplish this goal?
Correct Answer: C
Basic Concept: The CLI command to configure management as a DHCP client is made under deviceconfig system rather than under data-plane interface configuration. Why C is Correct: set deviceconfig system type dhcp-client is the correct command syntax for enabling DHCP on the management interface. Why A is Wrong: set deviceconfig system interface mgt mode dhcp is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question. Why B is Wrong: set network interface management dhcp enable is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question. Why D is Wrong: configure system management-interface ip dynamic is a valid Palo Alto Networks or networking concept in another context, but it does not implement the exact configuration outcome required by this question.