A partner has successfully showcased and validated the efficacy of the Palo Alto Networks software firewall to a customer. Which two additional partner-delivered or Palo Alto Networks-delivered common options can the sales team offer to the customer before the sale is completed? (Choose two.)
Correct Answer: B,D
After a successful software firewall demonstration, the sales team can offer additional services to facilitate the customer's adoption and ongoing management: A . Hardware collection and recycling services by Palo Alto Networks or by an approved NextWave Partner for the customer's existing firewall infrastructure: While some partners might offer recycling services independently, this isn't a standard offering directly tied to the Palo Alto Networks sales process before a sale is completed. Recycling or trade-in programs are often handled separately or after a purchase. B . Professional services delivered by Palo Alto Networks or by an approved Certified Professional Services Partner (CPSP) for deployment assistance or QuickStart: This is a common and valuable offering. Professional services can help customers with initial deployment, configuration, and knowledge transfer, ensuring a smooth transition and maximizing the value of the firewall. QuickStart packages are a specific type of professional service designed for rapid deployment. C . Network encryption services (NES) delivered by an approved NES partner to ensure none of the data traversed is readable by third-party entities: While encryption is a crucial aspect of security, offering separate NES services from a specific "NES partner" isn't a standard pre-sales offering related to firewall deployment. The NGFW itself provides various encryption capabilities (e.g., VPNs, SSL decryption). D . Managed services delivered by an approved Managed Security Services Program (MSSP) partner for day-to-day management of the environment: Offering managed services is a common pre-sales option. MSSPs can handle ongoing monitoring, management, and maintenance of the firewall, allowing the customer to focus on their core business. Reference: Information about these services can be found on the Palo Alto Networks website and partner portal: Partner programs: Information about CPSPs and MSSPs can be found in the Palo Alto Networks partner program documentation. Professional services: Details about Palo Alto Networks professional services offerings, including QuickStart packages, are available on their website. These resources confirm that professional services (including QuickStart) and managed services are standard pre-sales options.
Question 17
Which two public cloud service provider (CSP) environments offer, through their marketplace, a Cloud NGFW under the CSP's own brand name? (Choose two.)
Correct Answer: A,D
The question asks about Cloud NGFW offerings under the CSP's own brand name. This means the CSP is offering the service as their own, even though it's powered by Palo Alto Networks technology. A . Oracle Cloud Infrastructure (OCI): OCI offers Oracle Cloud Infrastructure Network Firewall, which is powered by Palo Alto Networks' Cloud NGFW technology. It is branded as an Oracle service. B . IBM Cloud (previously Softlayer): While Palo Alto Networks products can be deployed in IBM Cloud, there isn't a branded Cloud NGFW offering by IBM itself. C . Alibaba Cloud: Similar to IBM Cloud, while Palo Alto Networks products can be used, Alibaba Cloud does not offer a rebranded Cloud NGFW service. D . Google Cloud Platform (GCP): GCP offers Network Firewall Plus, which is powered by Palo Alto Networks' Cloud NGFW technology. It is branded as a Google
Question 18
A company wants to make its flexible-license VM-Series firewall, which runs on ESXi, process higher throughput. Which order of steps should be followed to minimize downtime?
Correct Answer: A
To minimize downtime when increasing throughput on a flexible-license VM-Series firewall running on ESXi, the following steps should be taken: Increase the vCPU within the deployment profile: This is the first step. By increasing the vCPU allocation in the licensing profile, you prepare the license system for the change. This does not require a VM reboot. Retrieve or fetch license keys on the VM-Series NGFW: After adjusting the licensing profile, the firewall needs to retrieve the updated license information to reflect the new vCPU allocation. This can be done via the web UI or CLI and usually does not require a reboot. Power-off the VM and increase the vCPUs within the hypervisor: Now that the license is prepared, the VM can be powered off, and the vCPUs can be increased within the ESXi hypervisor settings. Power-on the VM-Series NGFW: After increasing the vCPUs in the hypervisor, power on the VM. The firewall will now use the allocated resources and the updated license. Confirm the correct tier level and vCPU appear on the NGFW dashboard: Finally, verify in the firewall's web UI or CLI that the correct license tier and vCPU count are reflected. This order minimizes downtime because the licensing changes are handled before the VM is rebooted. Reference: While not explicitly documented in a single, numbered step list, the concepts are covered in the VM-Series deployment guides and licensing documentation: VM-Series Deployment Guides: These guides explain how to configure vCPUs and licensing. Flex Licensing Documentation: This explains how license allocation works with vCPUs. These resources confirm that adjusting the license profile before the VM reboot is crucial for minimizing downtime.
Question 19
Which statement correctly describes behavior when using Ansible to automate configuration changes on a PAN-OS firewall or in Panorama?
Correct Answer: C
Ansible interacts with PAN-OS through its API. Why C is correct: Ansible uses the PAN-OS XML API to manage configurations. This allows for programmatic interaction and automation. Why A, B, and D are incorrect: A . Ansible can only be used to automate configuration changes on physical firewalls but not virtual firewalls: Ansible can manage both physical (PA-Series) and virtual (VM-Series, CN-Series) firewalls. B . Ansible requires direct access to the firewall's CLI to make changes: Ansible does not require direct CLI access. It uses the API, which is more structured and secure. D . Ansible requires the use of Python to create playbooks: While Ansible playbooks are written in YAML, you don't need to write Python code directly. Ansible modules handle the underlying API interactions. The pan-os-python SDK is a separate tool that can be used for more complex automation tasks, but it's not required for basic Ansible playbooks. Palo Alto Networks Reference: Ansible Collections for Palo Alto Networks: These collections, available on Ansible Galaxy, provide modules for interacting with PAN-OS via the API. Palo Alto Networks Documentation on API Integration: The API documentation describes how to use the XML API for configuration management. Palo Alto Networks GitHub Repositories: Palo Alto Networks provides examples and resources on using Ansible with PAN-OS.
Question 20
Which three statements describe the functionality of Dynamic Address Groups and tags? (Choose three.)
Correct Answer: A,B,C
Dynamic Address Groups (DAGs) use tags to dynamically populate their membership. Why A, B, and C are correct: A . Static tags are part of the configuration on the firewall, while dynamic tags are part of the runtime configuration: Static tags are configured directly on objects. Dynamic tags are applied based on runtime conditions (e.g., by the VM Monitoring agent or User-ID agent). B . Dynamic Address Groups that are referenced in Security policies must be committed on the firewall: Like any configuration change that affects security policy, changes to DAGs (including tag associations) must be committed to take effect. C . To dynamically register tags, use either the XML API or the VM Monitoring agent on the firewall or on the User-ID agent: These are the mechanisms for dynamically applying tags based on events or conditions. Why D and E are incorrect: D . IP-Tag registrations to Dynamic Address Groups must be committed on the firewall after each change: While changes to the configuration of a DAG (like adding a new tag filter) require a commit, the registration of IP addresses with tags does not. The DAG membership updates dynamically as tags are applied and removed. E . Dynamic Address Groups use tags as filtering criteria to determine their members, and filters do not use logical operators: DAG filters do support logical operators (AND, OR) to create more complex membership criteria. Palo Alto Networks Reference: PAN-OS Administrator's Guide: The section on Dynamic Address Groups provides details on how they work, including the use of tags as filters and the mechanisms for dynamic tag registration. VM Monitoring and User-ID Agent Documentation: These documents explain how these components can be used to dynamically apply tags. The documentation confirms the correct statements regarding static vs. dynamic tags, the need to commit DAG changes, and the methods for dynamic tag registration. It also clarifies that DAG filters do use logical operators and that IP-tag registrations themselves don't require commits.