Deployment Guide

multiple-fwd-table enable
no shutdown
The entry for dst-mac in the match field and set-src-mac in the action set must use the switch’s port
MAC address. All ports on a Dell Networking switch are associated with the same MAC address, which
you can view using the
show interface command.
Dell#show interfaces tengigabitethernet 0/0
TenGigabitEthernet 0/0 is up, line protocol is up
Hardware is DellForce10Eth, address is 00:01:e8:8b:1a:32
Current address is 00:01:e8:8b:1a:32
...
You can configure L3 flows on OF ports as well as on OF VLANs. You must specify the set-vlan-id
option in the action set for OF VLANs. As shown in the following example, the L3 flow of-instance 1
transmits packets from OF port Te 0/31:
Dell#show openflow flows of-instance 1
Instance: 1, Table: route, Flow: 2, Cookie: 0xffffffffa17177b0
Priority: 32768, Internal Priority: 0
Up Time: 0d 00:00:13, Hard Timeout: 0 seconds
Idle Timeout: 0 seconds, Internal Idle Timeout: 0 seconds
Packets: -, Bytes: -
Match Parameters:
Valid Match: Etype,DMAC,DIP
In Port : * EType : ip
SMAC : * DMAC : 00:01:e8:8b:1a:32
VLAN id : * VLAN PCP : *
IP TOS : * IP proto : *
Src IP : * Dest IP : 1.1.1.0/24
Src Port : * Dest Port : *
Actions:
Set SMAC: 00:01:e8:8b:1a:32
Set DMAC: 00:00:00:00:00:11
Output: Te 0/31
The following example shows the sample L3 flow of-instance 2 transmitting packets from the OF
VLAN port Te 0/1:
Dell#show openflow flows of-instance 2
Instance: 2, Table: route, Flow: 3, Cookie: 0xffffffffa4cb6a2e
Priority: 32768, Internal Priority: 0
Up Time: 0d 00:00:11, Hard Timeout: 0 seconds
Idle Timeout: 0 seconds, Internal Idle Timeout: 0 seconds
Packets: -, Bytes: -
Match Parameters:
Valid Match: Etype,DMAC,DIP
In Port : * EType : ip
SMAC : * DMAC : 00:01:e8:8b:1a:32
VLAN id : * VLAN PCP : *
IP TOS : * IP proto : *
Src IP : * Dest IP : 2.2.2.2/32
Src Port : * Dest Port : *
Actions:
Set VLAN id: 200
Set SMAC: 00:01:e8:8b:1a:32
Set DMAC: 00:00:00:00:00:22
Output: Te 0/1
For complete L3 flow formats, refer to Flow Types .
29