Administrator Guide

Table Of Contents
1698 OpenFlow
Local —
Multicast
Match on any MAC
address with the
multicast bit
enabled. All other
bits in the
destination MAC are
implicitly masked.
dl_vlan — Valid VLAN ID
dl_dst – 01:00:00:00:00:00 — Special MAC
address
in_port — Valid Physical Port or LAG.
dl_src — Wildcard
Action Type — OFPAT_OUTPUT (Can be
repeated)
port — Valid physical port or LAG.
max_len — Ignored
Local —
Default
Match traffic
arriving on local port
and a specific VLAN.
dl_vlan — Valid VLAN ID
in_port — Valid Physical Port or LAG.
dl_dst — Wildcard
dl_src — Wildcard
Action Type — OFPAT_OUTPUT (Can be
repeated)
port — Valid physical port or LAG.
max_len — Ignored
Layer-2-Match This flow matches
all layer-2 fields
required for a
learning bridge.
dl_dst — Non-Multicast destination MAC
address.
dl_src — Source MAC Address.
dl_vlan — VLAN ID
in_port — Ingress physical port or LAG.
Action Type OFPAT_OUTPUT
port — Valid physical port or LAG.
max_len — Ignored
Table 48-6. MAC Forwarding Table Match Criteria (Continued)
Name Description Match Criteria/Actions