Configuration Guide Configuring Web Management
Configure a managemen
t IP address. By default, it is
192.168.110.1
Figure 105 Management IP Address
Click Save to finish configuration on the AP.
Then, you need to configure the switch by performing the following steps:
Step1. Enter VLAN configuration mode to configure a VLAN..
Ruijie(config)#int vlan 1
Ruijie(config-if-VLAN 1)#ip add 192.168.110.2 255.255.255.0
Step2. Enter DHCP configuration mode to configure an address pool.
Ruijie(config)#service dhcp
Ruijie(config)#ip dhcp pool sta_dhcp
Ruijie(dhcp-config)#network 192.168.110.0 255.255.255.0
Ruijie(dhcp-config)#dns-server 192.168.58.110
Ruijie(dhcp-config)#default-router 192.168.110.2
Step3.Configure a default route (optional)
Ruijie(config)#ip route 0.0.0.0 0.0.0.0 1.1.1.1
Verification
1. Use the show run command to verify switch configuration.