cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6975
Views
0
Helpful
1
Comments
TCC_2
Level 10
Level 10

Core Issue

By default, a router will not forward any broadcasts. The problem is most likely that User Datagram Protocol (UDP) ports are not being permitted through the router.

Resolution

In order to forward UDP broadcasts, the ip helper-address command must be issued on the router interface that will be receiving the broadcasts, as shown in the following example:

router(config)#interface ethernet 0/0
router(config-if)#ip helper-address 10.1.23.5
router(config-if)#end
router#

When the ip helper-address command is configured, by default the following UDP broadcasts are forwarded:

  • TFTP - port 69
  • Domain Name System (DNS) - port 53
  • Time service - port 37
  • NetBIOS Name Server - port 137
  • NetBIOS Datagram Server - port 138
  • Bootstrap Protocol (BOOTP) - port 67
  • TACACS - port 49


Comments
ndemers
Cisco Employee
Cisco Employee

Which one takes precedence when both are configured.

  • A dhcp pool for a particular subnet/vlan/interface.
  • An ip helper address pointing towards a dhcp server that is not the router.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: