Deployment Guide

L2 Flows
L2 flows are only supported on OF VLANs. In the following example, of-instance 2 is used to
demonstrate an L2 flow. To use the L2 flow table, enable the multiple-fwd-table and flow-map l2
commands, as shown in the following example. If you do not enable either command, L2 flows are added
to the ACL table.
Dell#show running-config openflow of-instance 2
!
openflow of-instance 2
controller 1 10.11.205.184 tcp
flow-map l2 enable
flow-map l3 enable
interface-type vlan
multiple-fwd-table enable
no shutdown
The following example demonstrates a sample flow of-vlan 200:
Dell#show openflow flows of-instance 2
Instance: 2, Table: mac, Flow: 4, Cookie: 0xffffffffac2dbbf2
Priority: 32768, Internal Priority: 0
Up Time: 0d 00:00:09, Hard Timeout: 0 seconds
Idle Timeout: 0 seconds, Internal Idle Timeout: 0 seconds
Packets: -, Bytes: -
Match Parameters:
Valid Match: DMAC,Vid
In Port : * EType : *
SMAC : * DMAC : 00:22:22:22:22:22
VLAN id : 200 VLAN PCP : *
IP TOS : * IP proto : *
Src IP : * Dest IP : *
Src Port : * Dest Port : *
Actions:
Output: Te 0/1
For complete L2 flow formats, refer to Flow Types .
Packet Trace
Enable OpenFlow protocol packet tracing by using the debug openflow packets packet-type
{packets} of-instance {of-id} command. For more information, refer to debug openflow
packets.
30