User guide

Dynamic Host Configuration Protocol DHCP Server command reference
iMG/RG Software Reference Manual (System Administration)
5-20
Example --> dhcpserver delete interface lan
See also DHCPSERVER ADD INTERFACE
DHCPSERVER LIST INTERFACES
5.1.5.1.20 DHCPSERVER LIST INTERFACES
Syntax DHCPSERVER LIST INTERFACES
Description This command lists the existing DHCP server IP interfaces previously defined using the
dhcpserver add interface command. It displays the following information:
DHCP server interface ID number
•IP interface name
Example --> dhcpserver list interfaces
DHCP Server Interfaces:
ID | Name
----|----------
1 | lan
----|----------
2 | wan
---------------
See also DHCPSERVER ADD INTERFACE
5.1.5.1.21 DHCPSERVER ADD FIXEDHOST
Syntax DHCPSERVER ADD FIXEDHOST <name> <ipaddress> <macaddress>
Description This command creates a new fixed host mapping in the DHCP server. This allows you to
configure the DHCP server to assign a specific IP address to a specific DHCP client
based on the client’s MAC address. If a DHCPDISCOVER or DHCPREQUEST is
received from a DHCP client with a matching MAC address, it will have the specified
fixed IP address assigned to it. You must also create a suitable DHCP subnet definition in
order for fixed host mapping to work.
Note: If you create a fixed host mapping with an IP address that is already present inside a configured,
dynamic IP range, the fixed host IP address will override the address in the dynamic range.
Options The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).