Configuring IPv4 Threshold

Use the following configuration to configure the IPv4 threshold:

configure 
   ipam  
      address-pool pool_name 
         ipv4 
            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.

  • ipv4 : Enters the IPv4 mode of the pool.

  • threshold : Enters the threshold sub-mode.

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

The following is a sample configuration:

configure
   ipam 
      address-pool p1
         ipv4
            threshold
               upper-threshold 80