200-301 · Question #136
200-301 Question #136: Real Exam Question with Answer & Explanation
The correct answer is D: ip address dhcp. To configure a router interface to dynamically obtain an IP address from a service provider, the ip address dhcp command is used, enabling the interface to act as a DHCP client.
Question
You are configuring your edge routers interface with a public IP address for Internet connectivity. The router needs to obtain the IP address from the service provider dynamically. Which command is needed on interface FastEthernet 0/0 to accomplish this?
Options
- Aip default-gateway
- Bip route
- Cip default-network
- Dip address dhcp
- Eip address dynamic
Explanation
To configure a router interface to dynamically obtain an IP address from a service provider, the ip address dhcp command is used, enabling the interface to act as a DHCP client.
Common mistakes.
- A. The
ip default-gatewaycommand specifies the gateway of last resort for the router itself, not for obtaining an IP address dynamically on an interface. - B. The
ip routecommand is used to configure static routes in the routing table, not to dynamically assign an IP address to an interface. - C. The
ip default-networkcommand is an older method to establish a default route by designating a network that exists in the routing table, not for dynamic IP assignment. - E.
ip address dynamicis not a valid Cisco IOS command for configuring dynamic IP address acquisition on an interface.
Concept tested. Router interface DHCP client configuration
Topics
Community Discussion
No community discussion yet for this question.