Before deploying zero touch devices, you must configure the DHCP functions to allow the DHCP clients to obtain an IP address and Commander's address from the DHCP server. The clients then can communicate with the Commander to obtain information about the files they need to download.
If the clients and server are located on the same network segment, you only need to configure the DHCP server. If they are located on different network segments, deploy a DHCP relay agent between the server and clients.
You can configure the Commander, another Huawei switch, or a third-party device on the network as the DHCP server or DHCP relay agent. In the following operations, another Huawei switch is configured as the DHCP server. If a third-party device is used, configure them according to the manual of the device.
The DHCP server must support the options required for device deployment. This section provides basic configurations of the DHCP server. For more information about DHCP configuration, see DHCP Configuration in the S2720, S5700, and S6700 V200R019C10 Configuration Guide - IP Service.
The system view is displayed.
DHCP is enabled.
The interface view is displayed.
The interface is switched to Layer 3 mode.
By default, an Ethernet interface works in Layer 2 mode.
Only the S5720-EI, S5720-HI, S5730-HI, S5731-H, S5731-S, S5731S-H, S5731S-S, S5732-H, S6720-EI, S6720-HI, S6720S-EI, S6730-H, S6730S-H, S6730-S, and S6730S-S support switching between Layer 2 and Layer 3 modes.
The interface is configured to use the global IP address pool.
Return to the system view.
A global DHCP address pool is created and its view is displayed.
The range of IP addresses in the global address pool is specified.
To prevent IP address conflicts, ensure that the configured IP address range does not include the IP addresses specified in the configuration files.
The DHCP server must have sufficient IP addresses to assign.
A gateway address is configured for DHCP clients.
DHCP options are configured.
The option 148 parameter must be specified first, indicating the Commander's IP address. After this parameter is specified, the clients implement EasyDeploy using the Commander.
The ascii-string parameter is set in the format of "ipaddr=ip-address;port=udp-port;". For example, if the IP address and port number of the Commander are 10.10.10.1 and 60000, respectively, the ascii-string parameter is expressed as ipaddr=10.10.10.1;port=60000; or ipaddr=10.10.10.1; (the default port number 60000 is omitted).
When EasyDeploy is used for zero touch deployment, the Commander needs to notify the new VLAN ID to clients if the Commander communicates with clients without using the default VLAN 1. Perform the following steps.
A wired PnP VLAN ID is configured.
By default, no wired PnP VLAN ID is configured.
Run pnp startup-vlan send enable
The function of transmitting the PnP VLAN to downstream devices is enabled.
By default, the switch is not enabled to transmit a PnP VLAN to downstream devices.
Run interface interface-type interface-number
The Ethernet interface view is displayed.
Run lldp tlv-enable legacy-tlv pnp startup-vlan
The function of sending LLDP packets containing PnP VLAN information to downstream devices is enabled.
By default, the switch is enabled to send LLDP packets containing PnP VLAN information to downstream devices.
Exit from the Ethernet interface view.
(Optional) When switches are connected using Eth-Trunk interfaces, perform the following operations:
The Eth-Trunk interface view is displayed.
Run pnp startup-link-aggregation enable
The function of transmitting the flag indicating whether to establish an Eth-Trunk to downstream devices is enabled.
By default, the function of transmitting the flag indicating whether to establish an Eth-Trunk to downstream devices is disabled on the switch.