nerdexam
Palo_Alto_Networks

PCNSE · Question #603

How is an address object of type IP range correctly defined?

The correct answer is A. 192 168 40 1-192 168 40 255. This question tests the correct syntax for defining an address object of type "IP range" in Palo Alto Networks PAN-OS.

Submitted by ricky.ec· Apr 18, 2026Deploy and Configure

Question

How is an address object of type IP range correctly defined?

Options

  • A192 168 40 1-192 168 40 255
  • B192.168 40 1/24
  • C192.168 40 1, 192.168 40.255
  • D192 168 40 1-255

How the community answered

(35 responses)
  • A
    91% (32)
  • C
    3% (1)
  • D
    6% (2)

Why each option

This question tests the correct syntax for defining an address object of type "IP range" in Palo Alto Networks PAN-OS.

A192 168 40 1-192 168 40 255Correct

An address object of type IP range is defined by specifying the starting IP address followed by a hyphen and then the ending IP address (e.g., `192.168.40.1-192.168.40.255`). Although the example uses spaces instead of dots, the `start_IP-end_IP` structure is characteristic of an IP range definition.

B192.168 40 1/24

This format `192.168.40.1/24` with a slash and a prefix length defines an IP netmask (CIDR block), not an IP range, and contains incorrect spacing.

C192.168 40 1, 192.168 40.255

This format `192.168.40.1, 192.168.40.255` uses a comma to separate two individual IP addresses, which would define a list of hosts, not a contiguous IP range, and has incorrect spacing.

D192 168 40 1-255

This format `192.168.40.1-255` incorrectly specifies only the last octet for the end of the range, making it an incomplete and improperly defined IP range.

Concept tested: Address object IP range format

Source: https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-admin/policy/create-an-address-object.html

Topics

#Address Objects#IP Range#Palo Alto Configuration#Network Objects

Community Discussion

No community discussion yet for this question.

Full PCNSE Practice