Command Reference DHCP Commands
Global configuration mode.
Execute the command to enter the DHCP address pool configuration mode:
Ruijie(dhcp-config)#
In this configuration mode, configure the IP address range, the DNS server and the default gateway.
The following example defines a DHCP address pool named mypool0.
ip dhcp pool mypool0
Defines the IP address and network mask, which is used to configure
the DHCP manual binding.
Defines the IP addresses that the DHCP server cannot assign to the
clients.
Defines the network number and network mask of the DHCP address
pool.
4.25 ip dhcp relay check server-id
Use this command to enable the ip dhcp relay check server-id function. Use the no form of this
command to restore the default setting.
ip dhcp relay check server-id
no ip dhcp relay check server-id
The ip dhcp relay check server-id command is disabled.
Global configuration mode.
Switch will select the server to be sent according to server-id option when forwarding DHCP
REQUEST via this command. Without this command configured, the switch forwards the DHCP
REQUEST to all configured DHCP servers.
The following example enables the ip dhcp relay check server-id function.
Ruijie# configure terminal