Title: How to configure dhcp relay on RG-EG2100-P V2? [Print this page] Author: linyonghang1@ru Time: 2023-8-18 14:46 Title: How to configure dhcp relay on RG-EG2100-P V2? You can refer to these commands to configure dhcp relay on RG-EG2100-P V2:
1. Enable the DHCP service
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#service dhcp // Enable DHCP function (RSR series routers disable DHCP service by default, this command must be enabled)
2. Enable the DHCP relay
Ruijie(config)#ip helper-address 192.168.2.100 // Specify the dhcp relay address to 192.168.2.100
3. Check the configuration and save
Ruijie(config)#end
Ruijie#write // Confirm the configuration and save the configuration
Note: DHCP relay for Ruijie EG needs to be configured on the cli, but can not be configured on the web UI
Welcome to Ruijie Community (https://community.ruijienetworks.com/)