Configuring IPv6 Prefix-Ranges to Offline Mode

Use the following commands to configure IPv6 prefix-range to offline mode.


configure 
   ipam  
      address-pool pool_name 
      vrf-name vrf_name_value 
        ipv6 
              prefix-ranges 
               prefix-rangeprefix_value length length_valueoffline 
                  prefix-rangeprefix_value length length_value 
                ! 
             ! 
         ! 
    ! 

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.

  • ipv6 —Enters the IPv6 mode.

  • prefix-ranges —Enters the prefix-ranges mode.

  • prefix-range prefix_value length length_value —Specifies the prefix-range and prefix-length of the IPv6 prefix-range.

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