202-450 Exam QuestionsBrowse all questions from this exam

202-450 Exam - Question 43


A host, called lpi, with the MAC address 08:00:2b:4c:59:23 should always be given the IP address of 192.168.1.2 by a DHCP server running ISC DHCPD.

Which of the following configurations will achieve this?

A.

B.

C. host lpi = 08:00:2b:4c:59:23 192.168.1.2

D.

E.

Show Answer
Correct Answer:

The correct configuration to assign a specific IP address to a host with a given MAC address in ISC DHCPD involves using the keywords 'hardware ethernet' and 'fixed-address'. This ensures that the MAC address 08:00:2b:4c:59:23 is always assigned the IP address 192.168.1.2. The correct configuration is shown in option A: host lpi { hardware-ethernet 08:00:2b:4c:59:23; fixed-address 192.168.1.2; }.

Discussion

1 comment
Sign in to comment
Armina
Feb 15, 2022

D is correct!