A network administrator is troubleshooting connectivity failures for dynamic clients in a newly provisioned branch office. Users on VLAN 102 () report that their workstations periodically lose connection to local corporate resources and display IP addresses in the range. The centralized dual DHCP redundant servers reside on VLAN 10 ( and ).
Upon reviewing the Core L3 Switch configuration and DHCP server diagnostics, the administrator notes the following:
text Interface VLAN 102 description Workstation_Subnet ip address 10.102.4.1 255.255.252.0 ip helper-address 10.10.1.5 ! DHCP Server Scope Statistics (10.102.4.0/22): Active Leases: 1022 / 1022 (100% Utilized) Default Lease Time: 8 Days Environment Type: High-density roaming laptop conference area
Which of the following actions should the network administrator perform to resolve the IP address assignment failures and ensure high-availability DHCP relay operations? (Select TWO.)
- Add a second `ip helper-address 10.10.1.6` command under the Interface VLAN 102 configuration on the Core L3 Switch.Answer
- Decrease the DHCP lease duration on the server scope and implement shorter lease periods suited for transient device environments.Answer
- CConfigure the client default gateway statically to 169.254.0.1 to permit APIPA addresses to route across Layer 3 interfaces.
- DChange the subnet mask on Interface VLAN 102 from 255.255.252.0 to 255.255.255.0 to expand the total usable host capacity of the DHCP pool.