exam questions

Exam 300-101 All Questions

View all questions & answers for the 300-101 exam

Exam 300-101 topic 2 question 512 discussion

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

A network engineer is configuring a routed interface to forward broadcasts of UDP 69, 53, and 49 to 172.20.14.225. Which command should be applied to the configuration to allow this?

  • A. router(config-if)#ip helper-address 172.20.14.225
  • B. router(config-if)#udp helper-address 172.20.14.225
  • C. router(config-if)#ipudp helper-address 172.20.14.225
Show Suggested Answer Hide Answer
Suggested Answer: D. router(config-if)#ip helper-address 172.20.14.225 69 53 49 🗳️
To let a router forward broadcast packet the command ip helper-address can be used. The broadcasts will be forwarded to the unicast address which is specified with the ip helper command. ip helper-address {ip address}
When configuring the ip helper-address command, the following broadcast packets will be forwarded by the router by default:
TFTP - UDP port 69
Domain Name System (DNS) UDP port 53
Time service - port 37
NetBIOS Name Server - port 137
NetBIOS Datagram Server - port 138
Bootstrap Protocol (BOOTP) - port 67
TACACS UDP port 49
Reference: http://www.cisco-faq.com/163/forward_udp_broadcas.html Topic 6, Infrastructure Services

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
Nemanja
5 years, 4 months ago
A. router(config-if)#ip helper-address 172.20.14.225
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 ...