Method one: Configuration on device eweb Addinga DHCP address pool The steps for adding a DHCP address pool are as follows: 1) Click Add DHCP. 2) Configure Pool Name, Type, Segment, Default Gateway, and Lease Time. Pool Name, Type, Address Range, Default Gateway, and Lease Time are required fields. 3) After configuration, click Done. The message "Operation Succeeded" is displayed. The added DHCP address pool is displayed in the DHCP list Method two: configuration in device CLI Configuration: switch acts as DHCP server 1. Enable DHCP service Ruijie(config)#service dhcp 2. Manually Assign IP address to vlan 1 which is usergateway Ruijie(config)#interface vlan 1 Ruijie(config-if-VLAN 1)#ip address 192.168.1.254255.255.255.0 Ruijie(config-if-VLAN 1)#exit 3. Create DHCP IP address pool Ruijie(config)#ip dhcp pool vlan1 Ruijie(dhcp-config)#network 192.168.1.0255.255.255.0 ------>network subnet Ruijie(dhcp-config)#dns-server 218.85.157.99------>DNS Server Ruijie(dhcp-config)#default-router 192.168.1.254------>specify user gateway Ruijie(dhcp-config)#end Ruijie#wr |
This site contains user submitted content, comments and opinions and is for informational purposes only. Ruijie may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Ruijie can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Ruijie disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the Ruijie Community Terms of Use.
More ways to get help: Visit Support Videos, call us via Service Hotline, Facebook or Live Chat.
©2000-2023 Ruijie Networks Co,Ltd