A network engineer is troubleshooting a newly connected point-of-sale terminal on VLAN 45 () that cannot communicate with the accounting database. Executing `ip addr show eth0` on the terminal produces the following output:
text
eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default
inet 169.254.112.85/16 brd 169.254.255.255 scope global eth0
valid_lft forever preferred_lft forever
Inspection of the default gateway router configuration for VLAN 45 displays the following settings:
text
interface GigabitEthernet0/0.45
encapsulation dot1Q 45
ip address 10.45.10.1 255.255.255.0
ip helper-address 10.100.20.14
A recent IP audit confirms that the active central enterprise DHCP server resides at address . What is the primary root cause of the terminal failing to acquire a valid network IP address?
- The `ip helper-address` directive on the gateway router subinterface is misconfigured with an incorrect DHCP server IP address.Cevap
- BThe host self-assigned an APIPA address because the local default gateway IP address on VLAN 45 is down or unreachable.
- CThe DHCP Relay Agent service must be installed directly on the client terminal operating system to unpack relay packets.
- DThe /24 subnet mask on the router subinterface limits the pool size, causing an IP address collision with the subnet broadcast address.