DHCP Flashcards
Configure the router as a DHCP client on this interface.
R1(config-if)# […]
ip address dhcp
Configure the router as a DHCP relay agent.
R1(config-if)# […]
ip helper-address ip-address
Display the DHCP clients that have received an IP address from this router.
R1# […]
show ip dhcp binding
Configure the lease time for the DHCP pool.
R1(dhcp-config)# […]
lease {days hours minutes | infinite}
Configure the default gateway for the DHCP pool.
R1(dhcp-config)# […]
default-router ip-address
Configure the domain name for the DHCP pool.
R1(dhcp-config)# […]
domain-name domain-name
Configure a DNS server for the DHCP pool.
R1(dhcp-config)# […]
dns-server ip-address
Configure the range of addresses for the DHCP pool.
R1(dhcp-config)# […]
network ip-address {/prefix-length | subnet-mask}
Create a DHCP pool.
R1(config)# […]
ip dhcp pool pool-name
Configure a range of addresses to be excluded from the DHCP pool.
R1(config)# […]
ip dhcp excluded-address low-address high-address
A DHCP relay agent will forward DHCP messages to the DHCP server using [unicast/broadcast].
unicast
The DHCP Release message is sent from [client/server] to [client/server].
client to server
Which messages in the DHCP ‘DORA’ exchange can be broadcast or unicast?
Offer, Ack
Which messages in the DHCP ‘DORA’ exchange are always broadcast?
Discover, Request
The DHCP Ack message is [broadcast/unicast].
either