CCNA Ch 10: DHCP Flashcards
What should be done to allow PC-A to receive an IPv6 address from the DHCPv6 server?
Add the ipv6 dhcp relay command to interface Fa0/0.
What is the reason why the DHCPREQUEST message is sent as a broadcast during the DHCPv4 process?
to notify other DHCP servers on the subnet that the IP address was leased
A company uses DHCP servers to dynamically assign IPv4 addresses to employee workstations. The address lease duration is set as 5 days. An employee returns to the office after an absence of one week. When the employee boots the workstation, it sends a message to obtain an IP address. Which Layer 2 and Layer 3 destination addresses will the message contain?
FF-FF-FF-FF-FF-FF and 255.255.255.255
Type a command to exclude the first fifteen useable IP addresses from a DHCPv4 address pool of the network 10.0.15.0/24.
Router(config)# ip dhcp ” excluded-address 10.0.15.1 10.0.15.15”
What are three [3] things that are required for stateless DHCPv6
- enabled in RA messages with the ipv6 nd other-config-flag command
- clients send only DHCPv6 INFORMATION-REQUEST messages to the server
- enabled on the client with the ipv6 address autoconfig command
What are three [3] things that are required for stateless DHCPv6
- the M flag is set to 1 in RA messages
- uses the address command to create a pool of addresses for clients
- enabled on the client with the ipv6 address dhcp command
A network administrator is implementing stateful DHCPv6 operation for the company. However, the clients are not using the prefix and prefix-length information that is configured in the DHCP pool. The administrator issues a show ipv6 interface command. What could be the cause of the problem?
The router is configured for stateless DHCPv6 operation.
A network engineer is troubleshooting hosts on a LAN that are not being assigned an IPv4 address from a DHCP server after a new Ethernet switch has been installed on the LAN. The configuration of the DHCP server has been confirmed as correct and the clients have network connectivity to other networks if a static IP address is configured on each one. What step should the engineer take next to solve the issue?
Confirm that ports on the Layer 2 LAN switch are configured as edge ports.
A network administrator configures a router to send RA messages with M flag as 0 and O flag as 1. Which statement describes the effect of this configuration when a PC tries to configure its IPv6 address?
It should use the information that is contained in the RA message and contact a DHCPv6 server for additional information.
Which protocol supports Stateless Address Autoconfiguration (SLAAC) for dynamic assignment of IPv6 addresses to a host?
ICMPv6
A network administrator is implementing DHCPv6 for the company. The administrator configures a router to send RA messages with M flag as 1 by using the interface command ipv6 nd managed-config-flag. What effect will this configuration have on the operation of the clients?
Clients must use all configuration information that is provided by a DHCPv6 server.*
Under which two [2] circumstances would a router usually be configured as a DHCPv4 client?
- The router is intended to be used as a SOHO gateway.
2. This is an ISP requirement.
A company uses the SLAAC method to configure IPv6 addresses for the employee workstations. Which address will a client use as its default gateway?
the link-local address of the router interface that is attached to the network.
A company implements the stateless DHCPv6 method for configuring IPv6 addresses on employee workstations. After a workstation receives messages from multiple DHCPv6 servers to indicate their availability for DHCPv6 service, which message does it send to a server for configuration information?
DHCPv6 INFORMATION-REQUEST
An administrator issues the commands:
Router(config)# interface g0/1
Router(config-if)# ip address dhcp
configuring the router to obtain IP parameters from a DHCPv4 server