Chapter 7 Firewall for FortiOS 5.0 : Building firewall objects and policies : IPv6 Address Group
  
IPv6 Address Group
Create IPv6 address groups from existing IPv6 addresses
Your company has 3 internal servers with IPv6 addresses that it would like to group together for the purposes of a number of policies.
The preconfigured addresses to use will consist of:
Web_Server-1
Web_Server-2
Web_Server-3
Go to Firewall Objects > Address > Groups and select Create New > IPv6 Address Group.
Fill out the fields with the following information
Group Name
Web_Server_Cluster
Comments
<Input into this field is optional>
Color
<Changing this value is optional>
Members
Web_Server-1
Web_Server-2
Web_Server-3
Select OK.
Enter the following CLI command:
config firewall addrgrp6
edit Web_Server_Cluster
set member Web_Server-1 Web_Server-2 Web_Server-3
end
To verify that the addresses were added correctly:
Go to Firewall Objects > Address > Groups. Check that the addresses have been added to the address list and that they are correct.
Enter the following CLI command:
config firewall addgrp6
edit <the name of the address that you wish to verify>
Show full-configuration