- Table of Contents
-
- 05-Layer 3 - IP Services Configuration Guide
- 00-Preface
- 01-ARP configuration
- 02-IP addressing configuration
- 03-DHCP configuration
- 04-DNS configuration
- 05-IP forwarding basics configuration
- 06-Adjacency table configuration
- 07-IP performance optimization configuration
- 08-UDP helper configuration
- 09-IPv6 basics configuration
- 10-DHCPv6 configuration
- 11-IPv6 fast forwarding configuration
- 12-Fast forwarding configuration
- 13-Tunnel configuration
- 14-GRE configuration
- Related Documents
-
Title | Size | Download |
---|---|---|
08-UDP helper configuration | 79.88 KB |
Overview
UDP helper enables a device to convert received UDP broadcast packets into unicast packets and forward them to a specific server. UDP helper is suitable for the scenario where hosts cannot obtain configuration information or device names by broadcasting packets because the target server or host resides on another broadcast domain.
Upon receiving a UDP broadcast packet (the destination address is 255.255.255.255 or a directed broadcast address destined for the network directly connected to the receiving interface), UDP helper matches the UDP destination port number of the packet against the configured UDP ports.
· If a match is found, UDP helper modifies the destination IP address of the packet and sends the packet to the specified destination server.
· If no match is found, UDP helper sends the packet to the upper layer protocol.
Configuration guidelines
Follow these guidelines when you configure UDP helper:
· The switch does not receive directed broadcasts destined for the directly connected network by default. To use UDP helper on the switch, execute the ip forward-broadcast command in interface view. For more information about receiving directed broadcasts destined for the directly connected network, see "Configuring IP performance optimization."
· UDP helper must not forward DHCP broadcast packets that use destination port 67 or 68. Therefore, the UDP port numbers set with the udp-helper port command must not include 67 or 68.
· You can specify up to 256 UDP ports for UDP helper.
· Specify destination servers on the interface that receives broadcast packets. You can specify up to 20 destination servers on an interface.
Configuration procedure
Step |
Command |
Remarks |
1. Enter system view. |
system-view |
N/A |
2. Enable UDP helper. |
udp-helper enable |
By default, UDP helper is disabled. |
3. Specify a UDP port. |
udp-helper port { port-number | dns | netbios-ds | netbios-ns | tacacs | tftp | time } |
By default, no UDP port is specified. |
4. Enter interface view. |
interface interface-type interface-number |
N/A |
5. Specify a destination server. |
udp-helper server ip-address |
By default, no destination server is specified. |
Displaying and maintaining UDP helper
Execute display command in any view and reset command in user view.
Task |
Command |
Display information about packets forwarded by UDP helper. |
display udp-helper interface interface-type interface-number |
Clear UDP helper statistics. |
reset udp-helper statistics |
UDP helper configuration example
By default, Ethernet, VLAN, and aggregate interfaces are down. To configure such an interface, bring the interface up by executing the undo shutdown command.
Network requirements
As shown in Figure 1, 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.
Configuration procedure
Make sure Switch A can reach the subnet 10.2.0.0/16.
# Enable UDP helper.
[SwitchA] System-view
[SwitchA] udp-helper enable
# Enable UDP helper to forward 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
# Enable the interface to receive directed broadcasts destined for the directly connected network.
[SwitchA-Vlan-interface1] ip forward-broadcast
Verifying the configuration
# Display information about packets forwarded by UDP helper on VLAN-interface 1.
[SwitchA-Vlan-interface1] display udp-helper interface vlan-interface 1
Interface Server address Packets sent
Vlan-interface1 10.2.1.1 5