Configuring IPv4 Address Ranges
To configure the IPv4 address ranges, use the following sample configuration:
config
ipam
instance gr_instance_id
address-pool pool_name
vrf-name vrf_name
ipv4
address-range start_ipv4_address end_ipv4_address
commit
NOTES:
-
ipam : Enter the IPAM configuration mode.
-
address-pool pool_name : Specify the name of the address pool. pool_name must be a string.
-
vrf-name vrf_name : Specify the virtual routing and forwarding (VRF) name of the pool.
-
ipv4 : Enter the IPv4 mode of the pool.
-
address-range start_ipv4_address end_ipv4_address : Specify the start address and end address of IPv4 address range in dotted-decimal notation.
The following is an example configuration.
config
ipam
instance 1
address-pool p1
vrf-name one
ipv4
address-range 209.165.200.225 209.165.200.253
address-range 209.165.201.1 209.165.201.30
end