8 dhcp server commands, 1 ip dhcp pool, 2 client-identifier – Kontron AT8402 CLI User Manual

Page 172: 8 dhcp server commands - 32, Ip dhcp pool - 32, Client-identifier - 32, Utility commands at8402

Advertising
background image

Utility Commands

AT8402

AT8402 CLI Reference Manual

Page 4 - 32

Last Update Status Last server attempt status for the server.
Total Unicast Requests Number of requests to the server.
Failed Unicast Requests Number of failed requests from server.

4.8

DHCP Server Commands

This section describes the commands you to configure the DHCP server settings for the
switch. DHCP uses UDP as its transport protocol and supports a number of features
that facilitate in administration address allocations.

4.8.1

ip dhcp pool

This command configures a DHCP address pool name on a DHCP server and enters
DHCP pool configuration mode.

Default

none

Format

ip dhcp pool

<name>

Mode

Global Config

4.8.1.1

no ip dhcp pool

This command removes the DHCP address pool. The name should be previously
configured pool name.

Format

no ip dhcp pool

<name>

Mode

Global Config

4.8.2

client-identifier

This command specifies the unique identifier for a DHCP client. Unique-identifier is a
valid notation in hexadecimal format. In some systems, such as Microsoft DHCP
clients, the client identifier is required instead of hardware addresses. The unique-
identifier is a concatenation of the media type and the MAC address. For example, the
Microsoft client identifier for Ethernet address c819.2488.f177 is 01c8.1924.88f1.77
where 01 represents the Ethernet media type. For more information, refer to the
“Address Resolution Protocol Parameters” section of RFC 1700, Assigned Numbers
for a list of media type codes.

Default

none

Format

client-identifier

<uniqueidentifier>

Mode

DHCP Pool Config

4.8.2.1

no client-identifier

This command deletes the client identifier.

Format

no client-identifier

Mode

DHCP Pool Config

Advertising