Chapter 5 - DHCP Flashcards

1
Q

What are the 4 message types in a client / server DHCP exchange?

A

DHCPDISCOVER (brodcast) client to any available server
DHCPOFFER (unicast) server to client
DHCPREQUEST (broadcast) client to server
DHCPACK (unicast) server to client providing IP information

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

What is the DHCP debug message DHCPDECLINE indicate?

A

DHCPDECLINE - This message that is sent from the client to the server indicates that the address is already in use.

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

What is the DHCP debug message DHCPNAK indicate?

A

DHCPNAK - The server sends a refusal to the client for its request for configuration.

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

What does the DHCP debug message DHCPRELEASE indicate?

A

DHCPRELEASE - The client tells a server that it is giving up a lease.

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

What does the DHCP debug message DHCPINFORM indicate?

A

DHCPINFORM - A client already has an IP address but is requesting other configuration parameters that the DHCP server is configured to deliver, such as a DNS address.

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

How can DHCP requests get to a DHCP server on a different subnet?

A

Configured the ip helper-address. The multilayer switch must have a Layer 3 IP address that will receive the client brodcast (all F’s) DHCP request. This address may be a router port or an SVI. The redirected request is sent as unicast traffic to the remote DHCP server.

Switch(config)# interface vlan 55
Switch(config-if)# ip helper-address 192.168.1.244

In this example the DHCP server is at 192.168.1.244

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

What is DHCP Option 43 used for?

A

Vendor-encapsulated options, which enable vendors to have their own list of options on the server. For example, you can use it to tell a lightweight AP where the WLC is.

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

What is DHCP Option 69 used for?

A

Option 69: SMTP server, if you want to specify available SMTP servers to the client.

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

What is DHCP Option 70 used for?

A

Option 70: POP3 server, if you want to specify available POP3 servers to the client.

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

What is DHCP Option 150 used for?

A

Option 150: TFTP server, which enables your phones to access a list of TFTP servers.

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