Users Guide

1710 OpenFlow
Source MAC VLAN Assignment Table
The Source MAC VLAN Assignment table matches on SA MAC, VLAN, and
Input Port. Dell EMC Networking OpenFlow Hybrid checks the 'wildcards'
field in the ofp_match structure and returns an error if any of the bits other
than OFPFW_IN_PORT, OFPFW_DL_VLAN, or OFPFW_DL_SRC are set
to 0. If the OpenFlow Controller specifies an unsupported action, the switch
rejects the flow with an error.
Table 48-5. Source MAC VLAN Assignment Table Match Criteria
Name Description Match Criteria/Actions
Phase-1-
Untagged-MAC
Assign a VLAN to the
station. The flow is
added to the VFP.
Only one untagged
VLAN may be used
per port.
dl_vlan – 0xFFFF — Special VLAN
designator indicating that entry should
match untagged traffic.
in_port — Valid physical or LAG port
number on the switch.
dl_src — Source MAC.
Action type — OFPAT_SET_VLAN_VID
VLAN — Valid VLAN ID.
Phase-1-MAC Assign a VLAN to the
station. The flow is
added to the VFP.
dl_vlan — Valid VLAN ID.
in_port — Valid physical or LAG port
number on the switch.
dl_src — Source MAC.
Action type — OFPAT_SET_VLAN_VID
VLAN — Valid VLAN ID.
Phase-1-Drop Drop packets that
don't match more
specific VFP rules.
dl_vlan — Wildcard.
in_port — Valid physical or LAG port
number on the switch.
dl_src — Wildcard
No Actions (Packet is Dropped)