Configuring IPv6 Address Range Threshold
To configure the IPv6 address range threshold, use the following sample configuration:
config
ipam
instance gr_instance_id
address-pool pool_name
ipv6
address-ranges
threshold
upper-threshold percentage
commit
NOTES:
-
address-pool pool_name : Specify the name of the address pool. pool_name must be a string.
-
ipv6 : Enter the IPv6 mode of the pool.
-
address-ranges : Enter the IPv6 address ranges sub-mode.
-
threshold : Enter the threshold sub-mode.
-
upper-threshold percentage : Specify the IPv6 upper threshold value in percentage.
The following is an example configuration.
config
ipam
instance 1
address-pool p2
ipv6
address-ranges
threshold
upper-threshold 75
end