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