exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 49 discussion

Actual exam question from Cisco's 200-301
Question #: 49
Topic #: 1
[All 200-301 Questions]

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?

  • A. ip default-gateway
  • B. ip route
  • C. ip default-network
  • D. ip address dhcp
  • E. ip address dynamic
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
xsp
Highly Voted 4 years, 4 months ago
D is correct, means that the router will act as a DHCP client. Should a router be set as a DHCP server commands are as follows: conf t service dhcp ip dhcp pool <pool name> network <network to be use as pool> default-router <default gateway or the ip address of the ethernet interface facing the host> dns-server <ip add of your dns server, say: 8.8.8.8 which is a google dns> exit
upvoted 21 times
Jacob_Davis18
4 years, 3 months ago
Not correct, review again. The answer is C. R1(config)#int Gi0/0 R1(config-if)#ip address dhcp
upvoted 3 times
Snellers
4 years, 3 months ago
think you may have misjudged where your answers are. ip address dhcp is answer D.
upvoted 7 times
...
...
...
ZUMY
Highly Voted 4 years, 2 months ago
D is the answer R1(config)#int Gi0/0 R1(config-if)#ip address dhcp
upvoted 7 times
...
nebacudnezzer
Most Recent 7 months, 2 weeks ago
Selected Answer: D
D is correct, that would mean router need to put its interface in client mode for DHCP.
upvoted 1 times
...
21c069a
10 months, 2 weeks ago
Agree. D is correct.
upvoted 1 times
...
[Removed]
1 year, 2 months ago
Selected Answer: D
D is correct
upvoted 3 times
...
ajuniad
1 year, 10 months ago
D. ip address dhcp To obtain an IP address dynamically from a service provider for Internet connectivity, you would use the "ip address dhcp" command on the interface. This command tells the router to request an IP address from a DHCP (Dynamic Host Configuration Protocol) server, which is usually provided by the Internet service provider (ISP). DHCP is a method for devices to automatically receive network configuration settings, including IP addresses, from a central server.
upvoted 1 times
...
[Removed]
2 years, 5 months ago
Selected Answer: D
“obtain the IP address from the service provider dynamically” means obtaining an IP address from a DHCP server. A. ip default-gateway Wrong answer. B. ip route Wrong answer. C. ip default-network Wrong answer. D. ip address dhcp Correct answer. E. ip address dynamic Wrong answer.
upvoted 5 times
...
MrBadger
3 years, 3 months ago
I am sure I have seen "ip address dynamic or negotiate" somewhere? Anyway I picked dhcp which is correct.
upvoted 1 times
...
BlackO
3 years, 7 months ago
right answer
upvoted 1 times
...
Ali526
4 years, 5 months ago
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/configuration/15-sy/dhcp-15-sy-book/config-dhcp-client.html
upvoted 2 times
...
Ali526
4 years, 5 months ago
D is correct.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...