Configuring IPv6 Address Range Threshold

Use the following configuration to configure the IPv6 address range threshold.

configure 
   ipam  
      address-pool pool_name 
         ipv6 
            address-ranges 
               threshold 
                  upper-threshold percentage 
                  commit 

NOTES:

  • ipam : Enters the IPAM configuration mode.

  • address -pool pool_name : Configures the address pool configuration. pool_name must be the name of the address pool.

  • ipv6 : Enters the IPv6 mode of the pool.

  • address -ranges : Enters the IPv6 address ranges sub-mode.

  • threshold : Enters the threshold sub-mode.

  • upper-threshold percentage : Specifies the IPv6 upper-threshold value in percentage.

The following is an example configuration:

configure
   ipam 
      address-pool p2
         ipv6
            address-ranges
               threshold
                  upper-threshold 75