configure vlan udp-profile
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1353
configure vlan udp-profile
configure vlan <vlan_name> udp-profile [<profilename> | none]
Description
Associates a UDP Forwarding profile to a VLAN.
Syntax Description
Default
No UDP profiles are associated with the VLAN.
Usage Guidelines
You can apply a UDP forwarding policy only to an L3 VLAN (a Vlan having at least one IP address
configured on it). If there is no IP address configured on the VLAN, then the command will be rejected.
A UDP forwarding policy must contain only the following attributes. Unrecognized attributes will be
ignored.
●
Match attributes
■
Destination UDP Port Number (destination-port)
■
Source IP address (source-ipaddress)
●
Action modified (set) attributes
■
Destination IP address (destination-ipaddress)
■
VLAN name (vlan)
Policy files used for UDP forwarding are processed differently from standard policy files. Instead of
terminating when an entry’s match clause becomes true, each entry in the policy file will be processed
and the corresponding action will be taken for each true match clause.
For example, if the following policy file is used as a UDP forwarding profile, any packets destined for
UDP port 67 will be sent to IP address 20.0.0.5 AND flooded to VLAN
to7
:
entry one {
if match all {
destination-port 67 ;
} then {
destination-ipaddress 20.0.0.5 ;
}
}
vlan_name
Specifies a VLAN name.
profilename
Specifies a policy file to use for the UDP forwarding profile.
none
Removes any UDP forwarding profile from the VLAN.