Switch 7700 Command reference Guide, v2.0

Table Of Contents
88 CHAPTER 4: USING NETWORK PROTOCOL COMMANDS
View
User view
Parameter
None
Description
Use the debugging dhcp-relay command to enable DHCP relay debugging.
Use the undo debugging dhcp-relay command to disable DHCP relay
debugging. By default, DHCP relay debugging is disabled.
Related commands: dhcp-server ip, dhcp-server, display dhcp-server vlan.
Example
To enable DHCP relay debugging, enter the following:
<SW7700>debugging dhcp-relay
dhcp-security static Syntax
dhcp-security static ip_address mac_address
undo dhcp-security ip_address
View
System view
Parameter
static: Specifies a static address.
ip_address: Enter the client’s static IP address.
mac_address: Enter the client’s MAC address.
Description
Use the dhcp-security command to assign a clients static IP address to a
particular MAC address. In this way you can build a table of static IP addresses
and corresponding MAC addresses. The table applies globally, that is, it is not
associated with a specific DHCP server group.
Use the undo dhcp-security command to remove an entry from the static
table.
You can use the display dhcp-security command to view the static IP address
information.
Related command: display dhcp-security, dhcp-server.
Example
To assign the IP address 1.1.1.1 to the MAC address 0005-5D02-F2B3, and add
this information to the static address table, enter the following:
[SW7700]dhcp-security static 1.1.1.1 0005-5D02-F2B3