200-301 · Question #408
200-301 Question #408: Real Exam Question with Answer & Explanation
The correct answer is A: default-router. When configuring DHCP on a Cisco router, the default-router command within the DHCP pool configuration is used to specify the IP address that will be distributed to clients as their default gateway. This ensures clients can route traffic outside their local subnet.
Question
When DHCP is configured on a router, which command must be entered so the default gateway is automatically distributed?
Options
- Adefault-router
- Bdefault-gateway
- Cip helper-address
- Ddns-server
Explanation
When configuring DHCP on a Cisco router, the default-router command within the DHCP pool configuration is used to specify the IP address that will be distributed to clients as their default gateway. This ensures clients can route traffic outside their local subnet.
Common mistakes.
- B.
default-gatewayis not a standard Cisco IOS DHCP pool command for distributing the default gateway to clients; the correct command isdefault-router. - C.
ip helper-addressis used on an interface to forward DHCP broadcast requests to a DHCP server on a different subnet, not to define the default gateway for clients. - D.
dns-serveris used in a DHCP pool configuration to distribute the IP address of DNS servers to clients, not the default gateway.
Concept tested. DHCP server configuration on routers
Topics
Community Discussion
No community discussion yet for this question.