exam questions

Exam 300-101 All Questions

View all questions & answers for the 300-101 exam

Exam 300-101 topic 1 question 428 discussion

Actual exam question from Cisco's 300-101
Question #: 428
Topic #: 1
[All 300-101 Questions]

A packet capture indicates that the router is not forwarding the DHCP packets that it receives on interface FastEthernet0/0.
Which command needs to be entered in global configuration mode to resolve this issue?

  • A. ip helper-address
  • B. ip DHCP relay
  • C. service DHCP
  • D. ip forward-protocol A
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️

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
diegonamaste
5 years, 4 months ago
C is the correct answer. Prerequisites for Configuring the Cisco IOS DHCP Relay Agent Before you configure the DHCP relay agent, you should understand the concepts documented in the "DHCP Overview" module. The Cisco IOS DHCP server and relay agent are enabled by default. You can verify if they have been disabled by checking your configuration file. If they have been disabled, the no service dhcp command will appear in the configuration file. Use the service dhcp command to reenable the functionality if necessary. https://www.cisco.com/en/US/docs/ios/12_4t/ip_addr/configuration/guide/htdhcpre.html#wp1096452
upvoted 2 times
...
Anybody
5 years, 6 months ago
ip helper-address command is configured under the interface and the question states which commands needs to be entered in the global configuration mode so the answer is not correct. ip forward-protocol specifies additional broadcast services that can be forwarded, however DHCP is one of the 8 protocols that are forwarded by default by the ip helper-address command ( the others are Time, TACACS, DNS, TFTP, NetBIOS). So ip forward-protocol is not correct either. ip dhcp relay is to configure additional option for the relay. I have configured ip helper address many times and it works out of the box by just configuring the ip helper-address command under a interface. The only way it won't work is if the service DHCP is turnned off for some reason which will disable both the DHCP server and relay agent functions on the router so in my opinion this answer makes most sense considering the question is worded
upvoted 3 times
...
abrahamtas
5 years, 7 months ago
Correct answer A. Beacause first step; ip helper-address configuration.
upvoted 1 times
...
Bastex
5 years, 9 months ago
D "Enabling a helper address or UDP flooding on an interface causes the Cisco IOS software to forward particular broadcast packets. You can use the ip forward-protocol command to specify exactly which types of broadcast packets you would like to have forwarded." https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipapp/command/iap-cr-book/iap-i1.html#wp1776761080
upvoted 1 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 ...