[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the Pool Name and Network Address

To configure an address-assignment pool, include the following mandatory statements at the [edit access] hierarchy level:

[edit access]
address-assignment {
pool pool-name family inet {
network address-or-prefix</subnet-mask>;
}

The address-assignment pool definition must include the pool name and the network statement. The network statement specifies the network address and prefix length for the addresses in the pool.

The following is an example of an address-assignment pool definition:

[edit access]
address-assignment {
pool isp_1 family inet {
network 192.168.0.0/16;

[Contents] [Prev] [Next] [Index] [Report an Error]