Extreme Networks 300-48 Switch User Manual


 
UDP-Forwarding
Summit 300-48 Switch Software User Guide 165
3 Configure the addresses to which DHCP or BOOTP requests should be directed, using the following
command:
config bootprelay add <ipaddress>
To delete an entry, use the following command:
config bootprelay delete {<ipaddress> | all}
Verifying the DHCP/BOOTP Relay Configuration
To verify the DHCP/BOOTP relay configuration, use the following command:
show ipconfig
This command displays the configuration of the BOOTP relay service, and the addresses that are
currently configured.
UDP-Forwarding
UDP-forwarding is a flexible and generalized routing utility for handling the directed forwarding of
broadcast UDP packets. UDP-forwarding allows applications, such as multiple DHCP relay services
from differing sets of VLANs, to be directed to different DHCP servers. The following rules apply to
UDP broadcast packets handled by this feature:
If the UDP profile includes BOOTP or DHCP, it is handled according to guidelines in RFC 1542.
If the UDP profile includes other types of traffic, these packets have the IP destination address
modified as configured, and changes are made to the IP and UDP checksums and decrements to the
TTL field, as appropriate.
If the UDP-forwarding is used for BOOTP or DHCP forwarding purposes, do not configure or use the
existing
bootprelay function. However, if the previous bootprelay functions are adequate, you may
continue to use them.
NOTE
UDP-forwarding only works across a layer 3 boundary.
Configuring UDP-Forwarding
To configure UDP-forwarding, the first thing you must do is create a UDP-forward destination profile.
The profile describes the types of UDP packets (by port number) that are used, and where they are to be
forwarded. You must give the profile a unique name, in the same manner as a VLAN, protocol filter, or
Spanning Tree Domain.
Next, configure a VLAN to make use of the UDP-forwarding profile. As a result, all incoming traffic
from the VLAN that matches the UDP profile is handled as specified in the UDP-forwarding profile.
A maximum of ten UDP-forwarding profiles can be defined. Each named profile may contain a
maximum of eight “rules” defining the UDP port, and destination IP address or VLAN. A VLAN can
make use of a single UDP-forwarding profile. UDP packets directed toward a VLAN use an all-ones
broadcast on that VLAN.