Command Manual - Network Protocol
Quidway S3500 Series Ethernet Switches Chapter 5 DHCP Relay Configuration Commands
Huawei Technologies Proprietary
5-3
Table 5-1 Description of information generated by the command debugging
dhcp-relay
Field Description
Interface Virtual interface of VLAN performing DHCP Relay
ServerGroupNo DHCP Server group number for Relay
Type DHCP packet type for Relay
ClientHardAddress Hardware address of Client
ServerIpAddress IP address of DHCP Server
AllocatedIpAddress IP address allocated to Client
5.1.3 dhcp-security static
Syntax
dhcp-security static ip_address mac_address
undo dhcp-security ip_address
View
System view
Parameter
ip_address: User IP address.
mac_address: User MAC address.
Description
Using dhcp-security static command, you can configure a user IP address for DHCP
Server group. Using undo dhcp-security command, you can cancel a user IP address
of DHCP Server group.
You can use the display dhcp-security command to view the user configuration of
DHCP Server group before you change corresponding IP address of the DHCP Server
group.
For the related command, see display dhcp-security.
Example
# Configure the user IP address and MAC address of DHCP Server group as 1.1.1.1
and 0005-5D02-F2B3 respectively.
[Quidway] dhcp-security static 1.1.1.1 0005-5D02-F2B3