Command Reference DHCP Commands
This function is enabled by defualt.
The following example enables the CLASS to allocate addresses.
Ruijie(config)# ip dhcp use class
Use this command to add an IP address of the DHCP server. Use the no form of this command to
delete an IP address of the DHCP server.
The server address can be configured globally or on a specific interface. Therefore, this command
can run in the global configuration mode or the interface configuration mode to add the DHCP server
information.
ip helper-address { cycle-mode | A.B.C.D }
no ip helper-address { cycle-mode | A.B.C.D }
Forwards the DHCP request packets to all DHCP servers.
Global configuration mode, interface configuration mode.
Up to 20 DHCP server IP addresses can be configured globally or on a layer-3 interface.
One DHCP request of this interface will be sent to these servers. You can select one for confirmation.
The following example sets the IP address for the global server to 192.168.1.1
Ruijie# configure terminal
Ruijie(config)# ip helper-address 192.168.1.1