IPv4 Addressing | 477
Configuring UDP Helper
Configuring FTOS to direct UDP broadcast is a two-step process:
1. Enable UDP helper and specify the UDP ports for which traffic is forwarded. See Enabling UDP
Helper on page 477.
2. Configure a broadcast address on interfaces that will receive UDP broadcast traffic. See Configuring a
Broadcast Address on page 478.
Important Points to Remember about UDP Helper
• The existing command ip directed broadcast is rendered meaningless if UDP helper is enabled on the
same interface.
• The broadcast traffic rate should not exceed 200 packets per second when UDP helper is enabled.
• You may specify a maximum of 16 UDP ports.
• UDP helper is compatible with IP helper (
ip helper-address):
• UDP broadcast traffic with port number 67 or 68 are unicast to the DHCP server per the
ip
helper-address
configuration whether or not the UDP port list contains those ports.
• If the UDP port list contains ports 67 or 68, UDP broadcast traffic forwarded on those ports.
Enabling UDP Helper
Enable UPD helper using the command ip udp-helper udp-ports, as shown in Figure 21-10.
Figure 21-10. Enabling UDP Helper
View the interfaces and ports on which UDP helper is enabled using the command show ip udp-helper from
EXEC Privilege mode, as shown in Figure 21-11.
Figure 21-11. Viewing the UDP Broadcast Configuration
FTOS(conf-if-gi-1/1)#ip udp-helper udp-port 1000
FTOS(conf-if-gi-1/1)#show config
!
interface GigabitEthernet 1/1
ip address 2.1.1.1/24
ip udp-helper udp-port 1000
no shutdown
FTOS#show ip udp-helper
--------------------------------------------------
Port UDP port list
--------------------------------------------------
Gi 1/1 1000