config link-load-balance : config link-load-balance address
 
config link-load-balance address
Use this command to create the IPv4 address objects that you use in link load balancing rules.
Before you begin:
You must have read-write permission for link load balancing settings.
Syntax
config link-load-balance address
edit <name>
set type {ip-netmask|ip-range}
set ip-netmask <ip&netmask>
set ip-min <class_ip>
set ip-max <class_ip>
next
end
type
ip-netmask: address block
ip-range: address range
ip-netmask
Specify a subnet using the address/mask notation.
ip-min
Specify the start of an address range.
ip-max
Specify the end of an address range.
Example
FortiADC-VM # config link-load-balance address
FortiADC-VM (address) # edit llb-dest-addr1
Add new entry 'llb-dest-addr1' for node 1850
FortiADC-VM (llb-dest-addr1) # get
type : ip-netmask
ip-netmask : 0.0.0.0/0
FortiADC-VM (llb-dest-addr1) # set ip-netmask 192.0.2.0/24
FortiADC-VM (llb-dest-addr1) # end