Zhone 5100 参照マニュアル

ページ / 186
DHCP commands
Vpacket 5100/6100 Series Reference Manual
                                                                                               
111
Assigning a domain name for a DHCP pool
You can assign a domain name to a DHCP pool within the 5100/6100 VDR by issuing the set 
dhcp pool <pool> domainName command.
Syntax: set dhcp pool <pool> domainName <domain_name>
Arguments:
pool
name of the DHCP pool to which you want to assign a domain name
domain_name
a domain name of up to 127 characters in length
Example:
In this example, the domain name vpacket.com is associated with the DHCP pool named 
“vpacket.”
Setting the IP address range for a DHCP pool
When you set a DHCP pool you must name the pool and set the minimum and maximum IP 
addresses to define the range. You can assign the IP range by issuing the set dhcp pool <pool> 
ipRange command.
Syntax: set dhcp pool <pool> ipRange <initial/lowest IP address> 
            <last/highest IP address>
Arguments:
pool
name of the DHCP pool
initial/lowest IP address
the beginning IP address in the DHCP pool range
last/highest IP address
the ending IP address in the DHCP pool range (inclusive)
Example:
In this example, the range of IP addresses for the pool named “vpacket” (see Figure 4-3 on page 
108) is from 10.10.10.128 to 10.10.10.253. 10.10.10.253 is the last highest available DHCP pool 
address because 10.10.10.124 is the IP address of the 5100/6100 VDR and should not be 
reassigned.
VPacket# set dhcp pool vpacket domainName vpacket.com
VPacket#
VPacket# set dhcp pool vpacket ipRange 10.10.10.128 10.10.10.253
VPacket#