Configuring Overlapping IP Address Pools

Use the following sample configuration to configure overlapping static IP address pools.

configure
ipam 
source local
address-pool pool1
  static
  vrf-name vrf1@ISP
  tags
   dnn dnn1
  exit
  ipv4
   split-size
    per-cache 256
    per-dp    256
   exit
   address-range 12.0.0.1 12.0.10.254
  exit
exit
address-pool pool2
  static
  vrf-name vrf2@ISP
  tags
   dnn dnn2
  exit
  ipv4
   split-size
    per-cache 256
    per-dp    256
   exit
   address-range 12.0.0.1 12.0.10.254
  exit
exit
exit

Use the following sample configuration to configure overlapping IP address pools.

configure
ipam ipam
source local
address-pool pool1
  vrf-name vrf1@ISP1
  tags
   dnn dnn1
  exit
  ipv4
   split-size
    per-cache 256
    per-dp    256
   exit
   address-range 12.0.0.1 12.0.10.254
  exit
exit
address-pool pool2
  vrf-name vrf2@ISP2
  tags
   dnn dnn2
  exit
  ipv4
   split-size
    per-cache 256
    per-dp    256
   exit
   address-range 12.0.0.1 12.0.10.254
  exit
exit
exit