Specifications
network
483
network
Sets the subnet of the network in which IP addresses are dynamically distributed via DHCP.
All subnets excluding those in which the host bits in the IP address host part are all 0s or 1s
are actually registered in the DHCP address pool.
Syntax
To set or change information:
network <IP address> [ /<Masklen> ]
To delete information:
no network
Input mode
(dhcp-config)
Parameters
<IP address> [ /<Masklen> ]
Sets the network address of the DHCP address pool. If the mask is omitted, a mask
corresponding to class A, B, or C is set.
Table 23-2 IP address range for each class
Class IP address
class A (/8)
1.x.x.x to 126.x.x.x
class B (/16)
128.x.x.x to 191.x.x.x
class C (/24)
192.x.x.x to 223.x.x.x
<IP address>
1. Default value when this parameter is omitted:
This parameter cannot be omitted.
2. Range of values:
The following addresses cannot be set:
- 127.0.0.0 to 127.255.255.255
- An address whose host part is all binary 0s or 1s
- Addresses outside the address ranges shown in Table 23-2 IP address
range for each class.
<Masklen>
1. Default value when this parameter is omitted:
A mask corresponding to class A, B, or C as described in Table 23-2 IP
address range for each class.
2. Range of values:
8 to 32
Dot notation (255.0.0.0 to 255.255.255.255) can also be used.