14-3
UDP Helper Configuration Examples
UDP Helper Configuration Example
Network requirements
On Switch A, configure UDP helper to forward broadcast packets with UDP destination port number 55
and destination IP address 255.255.255.255 or 10.110.255.255 to the destination server 10.2.1.1/16.
Figure 14-1
Network diagram for UDP Helper configuration
Configuration procedure
The following configuration assumes that a route from Switch A to the network segment 10.2.0.0/16 is
available.
# Enable UDP Helper.
<SwitchA> system-view
[SwitchA] udp-helper enable
# Enable the forwarding broadcast packets with the UDP destination port 55.
[SwitchA] udp-helper port 55
# Specify the destination server 10.2.1.1 on VLAN-interface 1.
[SwitchA] interface vlan-interface 1
[SwitchA-Vlan-interface1] ip address 10.110.1.1 16
[SwitchA-Vlan-interface1] udp-helper server 10.2.1.1