add address-range

Description

Adds a new IP address range object.

Syntax

add address-range name <name> start-ipv4 <start-ipv4> end-ipv4 <end-ipv4> [ dhcp-exclude-ip-addr <dhcp-exclude-ip-addr> ]

Parameters

Parameter

Description

dhcp-exclude-ip-addr

Indicates if the object's IP address(es) is excluded from internal DHCP daemon

Options: on, off

end-ipv4

The end of the IP range

name

Network Object name

Type: String

start-ipv4

The beginning of the IP range

Example

add address-range name TEXT start-ipv4 192.168.1.1 end-ipv4 192.168.1.1 dhcp-exclude-ip-addr on