Configuring IPv4 Address Range Spilt
Use the following configuration to configure the IPv4 address range spilt.
configure
ipam
address-pool pool_name
ipv4
spilt-size per-cache integer
spilt-size per-dp integer
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.
-
spilt-size per-cache integer : Specifies the size of the IPv4 range to be split for each IPAM cache allocation. The IPAM server consumes this configuration.
-
spilt-size-per-dp integer : Specifies the size of the IPv4 range to be spilt for each Data-Plane (User-Plane) allocation. The IPAM cache consumes this configuration.
The following is a sample configuration:
configure
ipam
address-pool p1
ipv4
split-size per-cache 1024
split-size per-dp 256