Print Download PDF Send Feedback

Previous

Next

dynamic_objects

Description dynamic_objects specifies an IP address to which the dynamic object will be resolved on this machine. First, define the dynamic object in the SmartDashboard. Then create the same object with the CLI (-n parameter). 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.

Syntax

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

Parameter

Description

-o <object_name>

The name of the object, as defined in SmartDashboard and the dynamic_objects -n <name> command.

-r <fromIP> <toIP> ...

Address ranges — one or more "from IP address to IP address" pairs

-a <fromIP> <toIP> ...

Add ranges to object

-d <fromIP> <toIP> ...

Delete range from object

-l

List dynamic objects

-n <object_name>

Create new object (if Security Gateway is not running)

-c

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

-do <object_name>

Delete object

Example Create a new dynamic object named "bigserver" and add to it the IP address range 192.0.2.1-192.0.2.40: dynamic_objects -n bigserver -r 192.0.2.1 192.0.2.40 -a