The host, called ” Certkiller “, with the MAC address “08:00:2b:4c:59:23”, should always be
given the IP address of 192.168.1.2 by the DHCP server. Which of the following
configurations will achieve this?
A.
host Certkiller { hardware-ethernet 08:00:2b:4c:59:23; fixed-address 192.168.1.2; }
B.
host Certkiller { mac=08:00:2b:4c:59:23; ip= 192.168.1.2; }
C.
host Certkiller = 08:00:2b:4c:59:23 192.168.1.2
D.
host Certkiller { hardware ethernet 08:00:2b:4c:59:23; fixed-address 192.168.1.2; }
E.
host Certkiller { hardware-address 08:00:2b.4c:59:23; fixed-ip 192.168.1.2; }