A network technician provisions a new database server on VLAN 50 (). Upon booting up, running `ip addr show` reveals that the host interface has acquired an IP address of . The technician manually assigns a static address of to the interface and verifies that the host can successfully ping its default gateway at . The centralized DHCP server resides on VLAN 10 ().
Which of the following are the MOST likely causes of the host initially receiving an APIPA address? (Select TWO.)
- The router interface serving VLAN 50 is missing an IP helper address pointing to the DHCP server at .Cevap
- BThe server's default gateway address was incorrectly set to instead of .
- The centralized DHCP server does not have an active IP scope configured for the network segment.Cevap
- DThe subnet mask on the client blocks Layer 2 broadcast transmission of the initial DHCP DISCOVER frame.
Cevap
The host received an APIPA address because the router interface for VLAN 50 lacks an IP helper address pointing to the remote DHCP server, or the DHCP server lacks an active scope for the 10.50.0.0/24 subnet.
An APIPA address (169.254.x.x) confirms that the client failed to receive a response from a DHCP server. Since static IP configuration proves local VLAN 50 Layer 2 and Layer 3 connectivity to the default gateway is operational, the failure stems from cross-VLAN DHCP transport or pool availability. First, routers block broadcast traffic by default; thus, the router interface on VLAN 50 must have an IP helper address configured to forward DHCP broadcasts as unicast traffic to the DHCP server on VLAN 10. Second, the DHCP server must have an active address scope for the 10.50.0.0/24 network segment to lease addresses to clients on that relay pool.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay and Scope Configuration in Multi-VLAN Environments