A network technician is troubleshooting connectivity failures on a newly provisioned branch office subnet, VLAN 70 (). Client workstations connected to VLAN 70 fail to access corporate resources and receive autoconfigured IP addresses in the range to with a subnet mask of . The centralized DHCP server resides on VLAN 10 (). Inspection of the Layer 3 switch reveals that Interface VLAN 70 is configured with IP address , but no IP helper address is configured, and logging on the DHCP server indicates that the IP pool for has reached capacity.
Which of the following factors explain why client devices are assigned addresses and detail the required remediation steps? (Select TWO.)
- The generation of IP addresses indicates that client endpoints entered Automatic Private IP Addressing (APIPA) mode after failing to receive a valid DHCP lease response.Cevap
- The Layer 3 interface for VLAN 70 must be configured with `ip helper-address 10.10.0.50` and the DHCP server scope for VLAN 70 must be expanded.Cevap
- CThe address indicates that client workstations successfully reached the default gateway but failed domain name resolution (DNS).
- DClient workstations can reach the central DHCP server directly without a relay agent if the client subnet mask is modified from to .
Cevap
Clients receive APIPA addresses (169.254.x.x) because DHCPDISCOVER broadcasts fail to receive a lease response across subnets. Resolving the issue requires configuring `ip helper-address 10.10.0.50` on Interface VLAN 70 to relay DHCP broadcasts to the central server and expanding the exhausted DHCP scope for VLAN 70.
Client endpoints assign themselves APIPA addresses () when DHCPDISCOVER broadcast requests receive no response. Because the central DHCP server resides on a different subnet (VLAN 10), the Layer 3 switch interface serving VLAN 70 requires an `ip helper-address 10.10.0.50` statement to relay broadcast DHCP packets as unicast traffic to the server. Furthermore, because the server scope for VLAN 70 is at 100% capacity, the scope pool size must be expanded to grant new leases.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay (IP Helper) Configuration and APIPA Fallback Behavior
Tahmini Süre:2m 0s