DHCP Server and DHCP Relay configuration in S9300

abrahim
abrahim  Diamond  (1)
7 years 10 months ago  View: 1251  Reply: 1
1F

The S9300V1R1 cannot be configured as the DHCP server. The S9300V1R2 cannot be configured as the DHCP server.

  • The configuration of the DHCP server is as follows:

    1. Configure the address pool.

      [Quidway] ip pool test
    2. Set the gateway address and network segment for the address pool.

      [Quidway-ip-pool-test] gateway 1.2.3.1 [Quidway-ip-pool-test] network 1.2.3.1 mask  24
    3. Set the IP address for the VLANIF interface.

      [Quidway] vlan 2 [Quidway-vlan2] interface vlanif 2 [Quidway-Vlanif2] ip address 1.2.3.1 24
    4. Enable the DHCP server function on an interface.

      [Quidway-Vlanif2] dhcp select local
    http://localhost:7904/pages/31183888/06%20%282010-01-08%29/31183888/06%20%282010-01-08%29/resources/public_sys-resources/icon-note.gif NOTE:
    The DHCP server is disabled on the VLANIF interface by default.
  • Do as follows to configure DHCP relay on the S9300:
    1. Configure a DHCP server group.

      [Quidway] dhcp server group dhcp-srv
    2. Specify the IP address of a DHCP server in the DHCP server group.

      [Quidway-dhcp-server-group-dhcp-srv] dhcp-server 192.168.1.2
    3. Set the IP address for the VLANIF interface.

      [Quidway] vlan 2 [Quidway-vlan2] interface vlan 2 [Quidway-Vlanif2] ip address 192.168.0.1 24
    4. Bind a DHCP server group to an interface.

      [Quidway-Vlanif2] dhcp relay server-select dhcp-srv
    5. Enable DHCP relay on the interface.

      [Quidway-Vlanif2] dhcp select relay
zsiddique
zsiddique  Platinum 
7 years 10 months ago
2F
What is the difference between DHCP server & DHCP relay?