add address-range

In the R81.10.X releases, this command is available starting from the R81.10.00 version.

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 {on | off} ]

Parameters

Parameter

Description

dhcp-exclude-ip-addr

Indicates if the IP range addresses are excluded from the internal DHCP daemon

end-ipv4

The last IP address in the IP range

name

Network Object name

start-ipv4

The first IP address in the IP range

Example Command

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