The clients and DHCP server reside on different subnets. Which command must be used to forward requests and replies between clients on the 10.10.0.1/24 subnet and the DHCP server at 192.168.10.1?
The clients and DHCP server reside on different subnets. Which command must be used to forward requests and replies between clients on the 10.10.0.1/24 subnet and the DHCP server at 192.168.10.1?
When clients and DHCP servers are on different subnets, the 'ip helper-address' command is used on a router to forward broadcast DHCP requests to the specified DHCP server's IP address. This ensures that DHCP requests from clients are relayed to the DHCP server even if they are on different subnets.
The 'ip helper-address' command tells the interface to forward the incoming DHCP message to the configured DHCP server
This question is not clear but easy if you know the material.
ip helper-address 192.168.10.1
D. ip helper-address 192.168.10.1