config system address6
Use this command to create the IPv6 address objects that you use in firewall rules.
You create address objects to specify matching source and destination addresses in policies.
The following policies use address objects:
- Connection limit policies
- Firewall policies
- Link Load Balance policies
- QoS policies
Basic Steps
- Create address objects.
- Specify them when you configure your policies.
Before you begin:
- You must have read-write permission for system settings.
Syntax
config system address6
edit <No.>
set type {ip6-network | ip6-range}
set ip6-network <ip&netmask>
set ip6-min <class_ip>
set ip6-max <class_ip>
next
end
type |
|
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-docs # config system address6
FortiADC-docs (address6) # edit WAN
Add new entry 'WAN' for node 3811
FortiADC-docs (WAN) # set ip6-network 2001:DB8::/32
FortiADC-docs (WAN) # end