Configuring Global Threshold

Use the following configuration to configure the global threshold.

configure 
   ipam  
      threshold 
         ipv4-addr percentage 
         ipv6-addr percentage 
         ipv6-prefix percentage 
         commit 

NOTES:

  • ipam : Enters the IPAM Configuration mode.

  • threshold : Enters the threshold sub-mode.

  • ipv4-addr percentage : Specifies the IPv4 threshold value in percentage.

  • ipv6-addr percentage : Specifies the IPv6 threshold value in percentage.

  • ipv6-prefix percentage : Specifies the IPv6 prefix threshold value in percentage.

The following is a sample configuration:

configure
   ipam 
      threshold
         ipv4-addr 80
         ipv6-addr 75
         ipv6-prefix 70