config system addrgrp6
Use this command to create the IPv6 address groups that you use to specify matching source and destination addresses in policies.
The following policies use address groups:
- Link Load Balance policies
Basic Steps
- Create address objects.
- Configure address group objects.
- Select the address groups when you configure your policies.
Before you begin:
- You must have read-write permission for system settings.
- You must have created IPv4 address objects.
Syntax
config system addrgrp6
edit <name>
config member
edit <name>
set address <datasource>
next
end
next
end
address |
Specify an IPv6 address object. |
Example
FortiADC-docs # config system addrgrp6
FortiADC-docs (addrgrp6) # edit WAN-6
Add new entry 'WAN-6' for node 3817
FortiADC-docs (WAN-6) # config member
FortiADC-docs (member) # edit 1
Add new entry '1' for node 3819
FortiADC-docs (1) # set address WAN
FortiADC-docs (1) # end
FortiADC-docs (WAN-6) # end