DHCP Flashcards

1
Q

Configure the router as a DHCP client on this interface.
R1(config-if)# […]

A

ip address dhcp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Configure the router as a DHCP relay agent.
R1(config-if)# […]

A

ip helper-address ip-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Display the DHCP clients that have received an IP address from this router.
R1# […]

A

show ip dhcp binding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Configure the lease time for the DHCP pool.
R1(dhcp-config)# […]

A

lease {days hours minutes | infinite}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Configure the default gateway for the DHCP pool.
R1(dhcp-config)# […]

A

default-router ip-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Configure the domain name for the DHCP pool.
R1(dhcp-config)# […]

A

domain-name domain-name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Configure a DNS server for the DHCP pool.
R1(dhcp-config)# […]

A

dns-server ip-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Configure the range of addresses for the DHCP pool.
R1(dhcp-config)# […]

A

network ip-address {/prefix-length | subnet-mask}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Create a DHCP pool.
R1(config)# […]

A

ip dhcp pool pool-name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Configure a range of addresses to be excluded from the DHCP pool.
R1(config)# […]

A

ip dhcp excluded-address low-address high-address

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A DHCP relay agent will forward DHCP messages to the DHCP server using [unicast/broadcast].

A

unicast

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The DHCP Release message is sent from [client/server] to [client/server].

A

client to server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which messages in the DHCP ‘DORA’ exchange can be broadcast or unicast?

A

Offer, Ack

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which messages in the DHCP ‘DORA’ exchange are always broadcast?

A

Discover, Request

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

The DHCP Ack message is [broadcast/unicast].

A

either

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The DHCP Request message is [broadcast/unicast].

A

Broadcast

17
Q

The DHCP Offer message is [broadcast/unicast].

A

either

18
Q

The DHCP Discover message is [broadcast/unicast].

A

broadcast

19
Q

In the DHCP ‘DORA’ exchange, which messages are sent from server to client?

A

Offer, Ack

20
Q

In the DHCP ‘DORA’ exchange, which messages are sent from client to server?

A

Discover, Request

21
Q

What four DHCP messages are exchanged for a DHCP client to get an IP address?

A

Discover
Offer
Request
Ack

22
Q

The DHCP Release message is [broadcast/unicast].

A

unicast

23
Q

Using the command ipconfig /release in the Windows command prompt will send a DHCP […] message.

A

Release

24
Q

Windows command prompt: Get a new IP address via DHCP
> […]

A

ipconfig /renew

25
Q

Windows command prompt: Release the PC’s DHCP-learned IP address
> […]

A

ipconfig /release