Navigation
Related Documentation
Configuring an Address-Assignment Pool Name and Addresses
To configure an address-assignment pool, you must specify the name of the pool and configure the addresses for the pool.
To configure an IPv4 address-assignment pool:
- Configure the name of the pool and specify the IPv4 family.[edit access]user@host# edit address-assignment pool isp_1 family inet
- Configure the network address and the prefix length of
the addresses in the pool. [edit access address-assignment pool isp_1 family inet]user@host# set network 192.168.0.0/16
To configure an IPv6 address-assignment pool:
- Configure the name of the pool and specify the IPv6 family.[edit access]user@host# edit address-assignment pool isp_2 family inet6
- Configure the IPv6 network prefix for the address pool.
The prefix specification is required when you configure an IPv6 address-assignment
pool. [edit access address-assignment pool isp_2 family inet6]user@host# set prefix 2008:2009::/32