Skip to main content

PAN-OS DAG Configuration

This Playbook is part of the PAN-OS by Palo Alto Networks Pack.#

Utilizes the Dynamic Address Group (DAG) capability of PAN-OS. DAG enables analysts to create a rule one time, where the group is the source/destination, and adds IP addresses dynamically without the need to commit the configuration every time.

The playbook checks if the given tag already exists. If the tag exists, then the IP address is added to the tag.

If the tag does not exist, a new address group is created with the given tag and a matching rule, and the configuration is committed.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

  • PAN-OS Commit Configuration
  • PAN-OS - Create Or Edit Rule

Integrations#

This playbook does not use any integrations.

Scripts#

  • AreValuesEqual

Commands#

  • pan-os-list-address-groups
  • pan-os-create-address-group
  • pan-os-register-ip-tag

Playbook Inputs#


NameDescriptionDefault ValueRequired
tag_nameThe name of the tag to add to PAN-OS.-Required
ip_listThe list of the IP addresses to block.7.7.7.6Required
address_group_nameThe name of the group that will be created if the tag does not exist.-Required
rule_nameThe name of the rule to update, or the name of the rule that will be created.-Optional
auto_commitWhether the rule will be committed automatically.-Optional
log-forwarding-object-nameThe server address to which to forward logs.-Optional
rule-positionThe position of the rule in the ruleset. Can be, "Top", "Bottom", "Before", or "After". The default position is "Top".-Optional
relative-rule-nameIf the rule-position that is chosen is before or after, specify the rule name to which it is related.-Optional
inbound-or-outbound-ruleDetermines if the rule is inbound or outbound.-Optional
action-typeThe action that will be defined in the rule. Can be, "allow", "deny", or "drop".-Optional
pre-post-rulebaseWhether the rule is a pre-rulebase or post-rulebase rule, according to the rule structure. Exists only in panorama.-Required
device-groupThe device group for which to return results. This will override the default device group defined in the PAN-OS integration instance. For Panorama only.-Optional

Playbook Outputs#


There are no outputs for this playbook.

Playbook Image#


PAN-OS_DAG_Configuration