Description

This article explains how to configure a source address pool using an IP range instead of a CIDR block.

Solution

To configure a source address pool using an IP range instead of CIDR, use the following command:

set security nat source pool <pool-name> address <start-ip> to <end-ip>

Replace <pool-name>, <start-ip>, and <end-ip> with the appropriate values for your configuration.

Modification History

2025-07-26 : Article Created