dynamic objects

Manages dynamic objects on the appliance. The dynamic_objects command specifies an IP address to which the dynamic object is resolved.

First, define the dynamic object in the SmartDashboard. Then create the same object with the CLI (-n argument). After the new object is created on the gateway with the CLI, you can use the dynamic_objects command to specify an IP address for the object.

Any change you make to dynamic objects' ranges are applied immediately to the objects. It is not necessary to reinstall the policy.

Description

Manages dynamic objects on the appliance.

Syntax

dynamic_objects -o <object> [-r <fromIP> <toIP> ...] [-a] [-d] [-l] [-n <object> ] [-c] [-do <object>]

Parameters

Parameter

Description

-o

Name of the dynamic object that is being configured.

-r

Defines the range of IP addresses that are being configured for this object.

-a

Adds range of IP addresses to the dynamic object.

-d

Deletes range of IP addresses from the dynamic object.

-l

Lists dynamic objects that are used on the appliance.

-n

Creates a new dynamic object.

-c

Compare the objects in the dynamic objects file and in objects.

-do

Deletes the dynamic object.

<object>

Name of dynamic object.

<fromIP>

Starting IPv4 address.

<toIP>

Ending IPv4 address.

Example

dynamic_objects -n sg80gw -r 190.160.1.1 190.160.1.40 -a

Output

Success shows Operation completed successfully. Failure shows an appropriate error message.