Which TWO of the following are valid methods to add an IP address to a pre-existing address group in PAN-OS? (Select two.)
Trap 1: Execute 'set address-group <name> add ip <ip>' in CLI.
Incorrect: The CLI command syntax is wrong; you must specify an existing address object name, not an IP address directly.
Trap 2: Navigate to Objects > Address Groups, select the group, and click…
Incorrect: The 'Add' button only allows selection from existing address objects; you cannot type an IP address directly into the group editor.
Trap 3: Use the Panorama template to 'push' the IP address directly into…
Incorrect: Panorama templates are used for bulk configuration deployment, not for adding individual IP addresses to groups.
- A
Use the 'Show Group Membership' feature and click 'Add New Address' to input the IP.
Correct: The 'Show Group Membership' feature provides a direct way to add a new address object and include it in the group.
- B
Execute 'set address-group <name> add ip <ip>' in CLI.
Why wrong: Incorrect: The CLI command syntax is wrong; you must specify an existing address object name, not an IP address directly.
- C
Navigate to Objects > Address Groups, select the group, and click 'Add' to enter the IP address directly.
Why wrong: Incorrect: The 'Add' button only allows selection from existing address objects; you cannot type an IP address directly into the group editor.
- D
Use the Panorama template to 'push' the IP address directly into the group on managed firewalls.
Why wrong: Incorrect: Panorama templates are used for bulk configuration deployment, not for adding individual IP addresses to groups.
- E
Create a tag, assign it to the IP address, and add the tag to the group.
Correct: For dynamic address groups, adding a tag to an address object and including that tag in the group automatically adds the address.