Configuring IPv4 Address-Range to Offline Mode

Use the following command to configure the IPv4 address-range to offline mode.


configure 
   ipam  
      address-pool pool_name 
      vrf-name vrf_name_value 
         ip4 
            address-range start_ipv4_address end_ipv4_address offline 
            address-range start_ipv4_address end_ipv4_address 
         ! 
       ! 
     ! 

NOTES:

  • address-pool pool_name —Specifies the name of the pool to enter the pool configuration. pool_name must be the name of the address pool.

  • ipv4 —Enters the IPv4 mode.

  • address-range start_ipv4_address end_ipv4_address —Specifies the IP addresses for the start and end IPv4 address-range.

  • offline —Configures the selected address-range to offline mode.