A network administrator is troubleshooting an issue where database servers deployed on a new broadcast domain (VLAN 104, ) fail to acquire dynamic IPv4 addresses and assign themselves addresses instead. A packet capture on the local router subinterface `GigabitEthernet0/0.104` shows incoming broadcast DHCP DISCOVER frames from clients, but no DHCP OFFER packets return. The central DHCP server is located on VLAN 10 (). The configuration of the local subinterface is as follows:
interface GigabitEthernet0/0.104
encapsulation dot1Q 104
ip address 10.104.0.1 255.255.252.0
Which of the following actions should the network administrator perform to resolve this issue and enable dynamic address assignment for clients in VLAN 104? (Select TWO.)
- Configure the command `ip helper-address 10.10.10.2` under the `GigabitEthernet0/0.104` subinterface.Cevap
- Ensure intermediate firewalls and router Access Control Lists (ACLs) permit UDP ports 67 and 68 traffic between the router relay interface and the central DHCP server.Cevap
- CConfigure static IP address as the default gateway on the central DHCP server to allow routing to APIPA endpoints.
- DChange the `GigabitEthernet0/0.104` subinterface subnet mask to to increase the number of usable host addresses available for the scope.
Cevap
The administrator must configure the DHCP relay agent using `ip helper-address 10.10.10.2` on the client-facing router subinterface `GigabitEthernet0/0.104` and ensure that router ACLs/firewalls allow UDP ports 67 and 68 traffic between the relay agent and the central DHCP server.
When clients are located on a separate subnet or VLAN from the central DHCP server, routers block the initial client DHCP DISCOVER broadcast packets by default. To fix this, the router subinterface serving as the client gateway (`GigabitEthernet0/0.104`) must be configured with `ip helper-address 10.10.10.2` to convert local broadcasts into unicast packets directed to the DHCP server. Additionally, because DHCP relay relies on UDP ports 67 and 68, any network ACLs or firewalls along the traffic path between the router interface and the DHCP server must explicitly permit UDP 67/68 traffic.
Adım Adım Çözüm
Anahtar Kavram
DHCP Relay (IP Helper) and Traffic Permitting across Layer 3 Boundaries