Zhone 5100 参照マニュアル

ページ / 186
DHCP commands
Vpacket 5100/6100 Series Reference Manual
                                                                                               
117
Setting a hardware address for a DHCP static host
You can specify the MAC hardware address for the 5100/6100 VDR by issuing the set dhcp 
static_host <static host name> hardware_address command.
Syntax: set dhcp static_host <static host name> hardware_address <macaddress>
Arguments:
static host name
a name for the static host; up to 127 alphanumeric characters
macaddress
00:00:00:00:00:00
Example:
In this example, the MAC address of the static host is 00:00:11:77:77:77.
Setting the DHCP static host server address
You can set the IP address of a DHCP server for DHCP clients to receive information from by 
issuing the set dhcp static_host <static host name> server command. This server could be 
any DHCP server or SNMP server within the local network that will sent configuration 
information to DHCP clients.
Syntax: set dhcp static_host server <ipAddress> 
Argument:
ipAddress
IP address in standard notation
Example:
In this example, a local DHCP server with IP address 10.10.10.16 is configured to send 
information to DHCP clients.
VPacket# set dhcp static_host hardware_address 00:00:11:77:77:77
VPacket#
VPacket(set->dhcp->static)# server 10.10.10.16
VPacket(set->dhcp->static)#