mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-05 23:23:02 +02:00
27 lines
745 B
Plaintext
27 lines
745 B
Plaintext
=== DHCP Server Static Host
|
|
|
|
ifdef::topdoc[:imagesdir: {topdoc}../../test/case/infix_dhcp/server_host]
|
|
|
|
==== Description
|
|
|
|
Verify DHCP server can hand out static host leases based on client-id,
|
|
both hexadecimal and a very long string, ensuring no pool address is
|
|
handed out instead.
|
|
|
|
==== Topology
|
|
|
|
image::topology.svg[DHCP Server Static Host topology, align=center, scaledwidth=75%]
|
|
|
|
==== Sequence
|
|
|
|
. Set up topology and attach to client and server DUTs
|
|
. Configure DHCP client and server DUTs
|
|
. Verify DHCP client1 static lease
|
|
. Verify client1 hostname has *not* changed
|
|
. Verify DHCP client1 has default route via option 121
|
|
. Verify DHCP client2 static lease
|
|
. Verify client2 hostname has changed
|
|
. Verify DHCP client2 has default gateway
|
|
|
|
|