]> git.proxmox.com Git - ovs.git/blame - utilities/ovs-ofctl.8.in
ofp-util: Group everything related to actions together in header file.
[ovs.git] / utilities / ovs-ofctl.8.in
CommitLineData
a9b4a41a
BP
1.\" -*- nroff -*-
2.de IQ
3. br
4. ns
5. IP "\\$1"
6..
834377ea 7.TH ovs\-ofctl 8 "January 2010" "Open vSwitch" "Open vSwitch Manual"
064af421 8.ds PN ovs\-ofctl
a9b4a41a 9.
064af421
BP
10.SH NAME
11ovs\-ofctl \- administer OpenFlow switches
a9b4a41a 12.
064af421
BP
13.SH SYNOPSIS
14.B ovs\-ofctl
15[\fIoptions\fR] \fIcommand \fR[\fIswitch\fR] [\fIargs\fR\&...]
a9b4a41a 16.
064af421
BP
17.SH DESCRIPTION
18The
19.B ovs\-ofctl
20program is a command line tool for monitoring and administering
21OpenFlow switches. It can also show the current state of an OpenFlow
22switch, including features, configuration, and table entries.
a9b4a41a 23.
064af421 24.SS "OpenFlow Switch Management Commands"
a9b4a41a 25.PP
064af421
BP
26These commands allow \fBovs\-ofctl\fR to monitor and administer an OpenFlow
27switch. It is able to show the current state of a switch, including
28features, configuration, and table entries.
a9b4a41a 29.PP
064af421
BP
30Most of these commands take an argument that specifies the method for
31connecting to an OpenFlow switch. The following connection methods
32are supported:
a9b4a41a 33.
064af421 34.RS
84ee7bcf
BP
35.so lib/vconn-active.man
36.
064af421
BP
37.IP "\fIfile\fR"
38This is short for \fBunix:\fIfile\fR, as long as \fIfile\fR does not
39contain a colon.
84ee7bcf 40.
1a6f1e2a
JG
41.IP \fIbridge\fR
42This is short for \fBunix:@RUNDIR@/\fIbridge\fB.mgmt\fR, as long as
43\fIbridge\fR does not contain a colon.
44.
45.IP [\fItype\fB@\fR]\fIdp\fR
46Attempts to look up the bridge associated with \fIdp\fR and open as
47above. If \fItype\fR is given, it specifies the datapath provider of
48\fIdp\fR, otherwise the default provider \fBsystem\fR is assumed.
064af421 49.RE
a9b4a41a 50.
064af421
BP
51.TP
52\fBshow \fIswitch\fR
53Prints to the console information on \fIswitch\fR, including
54information on its flow tables and ports.
a9b4a41a 55.
064af421
BP
56.TP
57\fBstatus \fIswitch\fR [\fIkey\fR]
58Prints to the console a series of key-value pairs that report the
59status of \fIswitch\fR. If \fIkey\fR is specified, only the key-value
60pairs whose key names begin with \fIkey\fR are printed. If \fIkey\fR is
61omitted, all key-value pairs are printed.
a9b4a41a 62.
064af421 63.TP
4e312e69 64\fBdump\-tables \fIswitch\fR
064af421
BP
65Prints to the console statistics for each of the flow tables used by
66\fIswitch\fR.
a9b4a41a 67.
064af421 68.TP
4e312e69 69\fBdump\-ports \fIswitch\fR [\fInetdev\fR]
abaad8cf
JP
70Prints to the console statistics for network devices associated with
71\fIswitch\fR. If \fInetdev\fR is specified, only the statistics
72associated with that device will be printed. \fInetdev\fR can be an
73OpenFlow assigned port number or device name, e.g. \fBeth0\fR.
a9b4a41a 74.
064af421 75.TP
4e312e69 76\fBmod\-port \fIswitch\fR \fInetdev\fR \fIaction\fR
064af421
BP
77Modify characteristics of an interface monitored by \fIswitch\fR.
78\fInetdev\fR can be referred to by its OpenFlow assigned port number or
79the device name, e.g. \fBeth0\fR. The \fIaction\fR may be any one of the
80following:
a9b4a41a 81.
064af421
BP
82.RS
83.IP \fBup\fR
84Enables the interface. This is equivalent to ``ifconfig up'' on a Unix
85system.
a9b4a41a 86.
064af421
BP
87.IP \fBdown\fR
88Disables the interface. This is equivalent to ``ifconfig down'' on a Unix
89system.
a9b4a41a 90.
064af421
BP
91.IP \fBflood\fR
92When a \fIflood\fR action is specified, traffic will be sent out this
93interface. This is the default posture for monitored ports.
a9b4a41a 94.
064af421
BP
95.IP \fBnoflood\fR
96When a \fIflood\fR action is specified, traffic will not be sent out
97this interface. This is primarily useful to prevent loops when a
98spanning tree protocol is not in use.
a9b4a41a 99.
064af421 100.RE
a9b4a41a 101.
064af421 102.TP
4e312e69 103\fBdump\-flows \fIswitch \fR[\fIflows\fR]
064af421
BP
104Prints to the console all flow entries in \fIswitch\fR's
105tables that match \fIflows\fR. If \fIflows\fR is omitted, all flows
106in the switch are retrieved. See \fBFlow Syntax\fR, below, for the
107syntax of \fIflows\fR. The output format is described in
108\fBTable Entry Output\fR.
a9b4a41a 109.
064af421 110.TP
4e312e69 111\fBdump\-aggregate \fIswitch \fR[\fIflows\fR]
064af421
BP
112Prints to the console aggregate statistics for flows in
113\fIswitch\fR's tables that match \fIflows\fR. If \fIflows\fR is omitted,
114the statistics are aggregated across all flows in the switch's flow
115tables. See \fBFlow Syntax\fR, below, for the syntax of \fIflows\fR.
116The output format is descrbed in \fBTable Entry Output\fR.
a9b4a41a 117.
d2805da2
BP
118.IP "\fBqueue\-stats \fIswitch \fR[\fIport \fR[\fIqueue\fR]]"
119Prints to the console statistics for the specified \fIqueue\fR on
120\fIport\fR within \fIswitch\fR. Either of \fIport\fR or \fIqueue\fR
121or both may be omitted (or equivalently specified as \fBALL\fR). If
122both are omitted, statistics are printed for all queues on all ports.
123If only \fIqueue\fR is omitted, then statistics are printed for all
124queues on \fIport\fR; if only \fIport\fR is omitted, then statistics
125are printed for \fIqueue\fR on every port where it exists.
126.
064af421 127.TP
4e312e69 128\fBadd\-flow \fIswitch flow\fR
064af421
BP
129Add the flow entry as described by \fIflow\fR to the \fIswitch\fR's
130tables. The flow entry is in the format described in \fBFlow Syntax\fR,
131below.
a9b4a41a 132.
064af421 133.TP
4e312e69 134\fBadd\-flows \fIswitch file\fR
064af421
BP
135Add flow entries as described in \fIfile\fR to \fIswitch\fR's
136tables. Each line in \fIfile\fR is a flow entry in the format
137described in \fBFlow Syntax\fR, below.
a9b4a41a 138.
064af421 139.TP
4e312e69 140\fBmod\-flows \fIswitch flow\fR
064af421 141Modify the actions in entries from the \fIswitch\fR's tables
4e312e69 142that match \fIflow\fR. When invoked with the \fB\-\-strict\fR option,
064af421
BP
143wildcards are not treated as active for matching purposes. See
144\fBFlow Syntax\fR, below, for the syntax of \fIflows\fR.
a9b4a41a 145.
064af421 146.TP
4e312e69 147\fBdel\-flows \fIswitch \fR[\fIflow\fR]
064af421 148Deletes entries from the \fIswitch\fR's tables that match
4e312e69 149\fIflow\fR. When invoked with the \fB\-\-strict\fR option, wildcards are
064af421 150not treated as active for matching purposes. If \fIflow\fR is
4e312e69 151omitted and the \fB\-\-strict\fR option is not used, all flows in the
064af421
BP
152switch's tables are removed. See \fBFlow Syntax\fR, below, for the
153syntax of \fIflows\fR.
a9b4a41a 154.
0caf6bde
BP
155.IP "\fBsnoop \fIswitch\fR"
156Connects to \fIswitch\fR and prints to the console all OpenFlow
157messages received. Unlike other \fBovs\-ofctl\fR commands, if
158\fIswitch\fR is the name of a bridge, then the \fBsnoop\fR command
159connects to a Unix domain socket named
160\fB@RUNDIR@/\fIbridge\fB.snoop\fR. \fBovs\-vswitchd\fR listens on
161such a socket for each bridge and sends to it all of the OpenFlow
162messages sent to or received from its configured OpenFlow controller.
163Thus, this command can be used to view OpenFlow protocol activity
164between a switch and its controller.
165.IP
166When a switch has more than one controller configured, only the
e2bfacb6
BP
167traffic to and from a single controller is output. If none of the
168controllers is configured as a master or a slave (using a Nicira
169extension to OpenFlow), then a controller is chosen arbitrarily among
170them. If there is a master controller, it is chosen; otherwise, if
171there are any controllers that are not masters or slaves, one is
172chosen arbitrarily; otherwise, a slave controller is chosen
173arbitrarily. This choice is made once at connection time and does not
174change as controllers reconfigure their roles.
175.IP
176If a switch has no controller configured, or if
0caf6bde
BP
177the configured controller is disconnected, no traffic is sent, so
178monitoring will not show any traffic.
179.
180.IQ "\fBmonitor \fIswitch\fR [\fImiss-len\fR]"
064af421
BP
181Connects to \fIswitch\fR and prints to the console all OpenFlow
182messages received. Usually, \fIswitch\fR should specify a connection
4e312e69 183named on \fBovs\-openflowd\fR(8)'s \fB\-l\fR or \fB\-\-listen\fR command line
064af421 184option.
a9b4a41a 185.IP
064af421
BP
186If \fImiss-len\fR is provided, \fBovs\-ofctl\fR sends an OpenFlow ``set
187configuration'' message at connection setup time that requests
0caf6bde
BP
188\fImiss-len\fR bytes of each packet that misses the flow table. Open vSwitch
189does not send these and other asynchronous messages to an
064af421 190\fBovs\-ofctl monitor\fR client connection unless a nonzero value is
0caf6bde
BP
191specified on this argument. (Thus, if \fImiss\-len\fR is not
192specified, very little traffic will ordinarily be printed.)
a9b4a41a 193.IP
064af421
BP
194This command may be useful for debugging switch or controller
195implementations.
a9b4a41a 196.
064af421 197.SS "OpenFlow Switch and Controller Commands"
a9b4a41a 198.
064af421
BP
199The following commands, like those in the previous section, may be
200applied to OpenFlow switches, using any of the connection methods
201described in that section. Unlike those commands, these may also be
202applied to OpenFlow controllers.
a9b4a41a 203.
064af421
BP
204.TP
205\fBprobe \fItarget\fR
206Sends a single OpenFlow echo-request message to \fItarget\fR and waits
4e312e69 207for the response. With the \fB\-t\fR or \fB\-\-timeout\fR option, this
064af421
BP
208command can test whether an OpenFlow switch or controller is up and
209running.
a9b4a41a 210.
064af421
BP
211.TP
212\fBping \fItarget \fR[\fIn\fR]
213Sends a series of 10 echo request packets to \fItarget\fR and times
214each reply. The echo request packets consist of an OpenFlow header
215plus \fIn\fR bytes (default: 64) of randomly generated payload. This
216measures the latency of individual requests.
a9b4a41a 217.
064af421
BP
218.TP
219\fBbenchmark \fItarget n count\fR
220Sends \fIcount\fR echo request packets that each consist of an
221OpenFlow header plus \fIn\fR bytes of payload and waits for each
222response. Reports the total time required. This is a measure of the
223maximum bandwidth to \fItarget\fR for round-trips of \fIn\fR-byte
224messages.
a9b4a41a 225.
064af421 226.SS "Flow Syntax"
a9b4a41a 227.PP
064af421
BP
228Some \fBovs\-ofctl\fR commands accept an argument that describes a flow or
229flows. Such flow descriptions comprise a series
230\fIfield\fB=\fIvalue\fR assignments, separated by commas or white
231space. (Embedding spaces into a flow description normally requires
232quoting to prevent the shell from breaking the description into
233multiple arguments.)
a9b4a41a 234.PP
0b3f2725
BP
235Flow descriptions should be in \fBnormal form\fR. This means that a
236flow may only specify a value for an L3 field if it also specifies a
237particular L2 protocol, and that a flow may only specify an L4 field
238if it also specifies particular L2 and L3 protocol types. For
239example, if the L2 protocol type \fBdl_type\fR is wildcarded, then L3
240fields \fBnw_src\fR, \fBnw_dst\fR, and \fBnw_proto\fR must also be
241wildcarded. Similarly, if \fBdl_type\fR or \fBnw_proto\fR (the L3
242protocol type) is wildcarded, so must be \fBtp_dst\fR and
243\fBtp_src\fR, which are L4 fields. \fBovs\-ofctl\fR will warn about
244flows not in normal form.
245.PP
064af421
BP
246The following field assignments describe how a flow matches a packet.
247If any of these assignments is omitted from the flow syntax, the field
248is treated as a wildcard; thus, if all of them are omitted, the
249resulting flow matches all packets. The string \fB*\fR or \fBANY\fR
250may be specified to explicitly mark any of these fields as a wildcard.
251(\fB*\fR should be quoted to protect it from shell expansion.)
a9b4a41a 252.
064af421
BP
253.IP \fBin_port=\fIport_no\fR
254Matches physical port \fIport_no\fR. Switch ports are numbered as
255displayed by \fBovs\-ofctl show\fR.
a9b4a41a 256.
064af421 257.IP \fBdl_vlan=\fIvlan\fR
f30f26be
JP
258Matches IEEE 802.1q Virtual LAN tag \fIvlan\fR. Specify \fB0xffff\fR
259as \fIvlan\fR to match packets that are not tagged with a Virtual LAN;
064af421
BP
260otherwise, specify a number between 0 and 4095, inclusive, as the
26112-bit VLAN ID to match.
a9b4a41a 262.
959a2ecd
JP
263.IP \fBdl_vlan_pcp=\fIpriority\fR
264Matches IEEE 802.1q Priority Code Point (PCP) \fIpriority\fR, which is
265specified as a value between 0 and 7, inclusive. A higher value
266indicates a higher frame priority level.
a9b4a41a 267.
ed951f15
BP
268.IP \fBdl_src=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
269.IQ \fBdl_dst=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
270Matches an Ethernet source (or destination) address specified as 6
271pairs of hexadecimal digits delimited by colons
272(e.g. \fB00:0A:E4:25:6B:B0\fR).
273.
064af421
BP
274.IP \fBdl_type=\fIethertype\fR
275Matches Ethernet protocol type \fIethertype\fR, which is specified as an
276integer between 0 and 65535, inclusive, either in decimal or as a
277hexadecimal number prefixed by \fB0x\fR (e.g. \fB0x0806\fR to match ARP
278packets).
a9b4a41a 279.
064af421 280.IP \fBnw_src=\fIip\fR[\fB/\fInetmask\fR]
ed951f15
BP
281.IQ \fBnw_dst=\fIip\fR[\fB/\fInetmask\fR]
282When \fBdl_type\fR is 0x0800 (possibly via shorthand, e.g. \fBip\fR
283or \fBtcp\fR), matches IPv4 source (or destination) address \fIip\fR,
284which may be specified as an IP address or host name
285(e.g. \fB192.168.1.1\fR or \fBwww.example.com\fR). The optional
286\fInetmask\fR allows restricting a match to an IPv4 address prefix.
287The netmask may be specified as a dotted quad
288(e.g. \fB192.168.1.0/255.255.255.0\fR) or as a CIDR block
064af421 289(e.g. \fB192.168.1.0/24\fR).
ed951f15
BP
290.IP
291When \fBdl_type=0x0806\fR or \fBarp\fR is specified, matches the
292\fBar_spa\fR or \fBar_tpa\fR field, respectively, in ARP packets for
293IPv4 and Ethernet.
294.IP
295When \fBdl_type\fR is wildcarded or set to a value other than 0x0800
0b3f2725
BP
296or 0x0806, the values of \fBnw_src\fR and \fBnw_dst\fR are ignored
297(see \fBFlow Syntax\fR above).
a9b4a41a 298.
064af421 299.IP \fBnw_proto=\fIproto\fR
ed951f15
BP
300When \fBip\fR or \fBdl_type=0x0800\fR is specified, matches IP
301protocol type \fIproto\fR, which is specified as a decimal number
302between 0 and 255, inclusive (e.g. 6 to match TCP packets).
303.IP
304When \fBarp\fR or \fBdl_type=0x0806\fR is specified, matches the lower
3058 bits of the ARP opcode. ARP opcodes greater than 255 are treated as
3060.
307.IP
308When \fBdl_type\fR is wildcarded or set to a value other than 0x0800
0b3f2725
BP
309or 0x0806, the value of \fBnw_proto\fR is ignored (see \fBFlow
310Syntax\fR above).
a9b4a41a 311.
834377ea
JP
312.IP \fBnw_tos=\fItos\fR
313Matches IP ToS/DSCP field \fItos\fR, which is specified as a decimal
314number between 0 and 255, inclusive. Note that the two lower reserved
315bits are ignored for matching purposes.
ed951f15 316.IP
0b3f2725
BP
317The value of \fBnw_proto\fR is ignored unless \fBdl_type=0x0800\fR,
318\fBip\fR, \fBicmp\fR, \fBtcp\fR, or \fBudp\fR is also specified (see
319\fBFlow Syntax\fR above).
a9b4a41a 320.
064af421 321.IP \fBtp_src=\fIport\fR
ed951f15
BP
322.IQ \fBtp_dst=\fIport\fR
323When \fBdl_type\fR and \fBnw_proto\fR specify TCP or UDP, \fBtp_src\fR
324and \fBtp_dst\fR match the UDP or TCP source or destination port
325\fIport\fR, respectively. which is specified as a decimal number
326between 0 and 65535, inclusive (e.g. 80 to match packets originating
064af421 327from a HTTP server).
ed951f15
BP
328.IP
329When \fBdl_type\fR and \fBnw_proto\fR take other values, the values of
0b3f2725 330these settings are ignored (see \fBFlow Syntax\fR above).
a9b4a41a 331.
064af421 332.IP \fBicmp_type=\fItype\fR
ed951f15
BP
333.IQ \fBicmp_code=\fIcode\fR
334When \fBdl_type\fR and \fBnw_proto\fR specify ICMP, \fItype\fR matches
335the ICMP type and \fIcode\fR matches the ICMP code. Each is specified
336as a decimal number between 0 and 255, inclusive.
337.IP
338When \fBdl_type\fR and \fBnw_proto\fR take other values, the values of
0b3f2725 339these settings are ignored (see \fBFlow Syntax\fR above).
4c5df7f7
BP
340.IP \fBtun_id=\fItunnel\-id\fR
341Matches tunnel identifier \fItunnel\-id\fR. Only packets that arrive
342over a tunnel that carries a key (e.g. GRE with the RFC 2890 key
343extension) will have a nonzero tunnel ID.
344.IP
345\fBtun_id\fR requires use of one of two Nicira extensions to OpenFlow:
346.RS
347.IP "NXM (Nicira Extended Match)"
348This extension fully supports \fBtun_id\fR.
349.IP "Tunnel ID from Cookie"
350This extension supports \fBtun_id\fR with two caveats: the top 32 bits
351of the \fBcookie\fR (see below) are used for \fItunnel\-id\fR and thus
352unavailable for other use, and specifying \fBtun_id\fR on
353\fBdump\-flows\fR or \fBdump\-aggregate\fR has no effect.
354.RE
355.IP
356When \fBtun_id\fR is specified, \fBovs\-ofctl\fR will automatically
88ca35ee
BP
357attempt to negotiate use of one of these extensions. It will use the
358``tunnel ID from cookie'' extension if neither caveat applies and NXM
359otherwise. If the switch does not support the needed extension, then
360\fBovs\-ofctl\fR will report a fatal error.
00b1c62f
BP
361.IP "\fBreg\fIidx\fB=\fIvalue\fR[\fB/\fImask\fR]"
362Matches \fIvalue\fR either exactly or with optional \fImask\fR in
363register number \fIidx\fR. The valid range of \fIidx\fR depends on
364the switch. \fIvalue\fR and \fImask\fR are 32-bit integers, by
365default in decimal (use a \fB0x\fR prefix to specify hexadecimal).
366Arbitrary \fImask\fR values are allowed: a 1-bit in \fImask\fR
367indicates that the corresponding bit in \fIvalue\fR must match
368exactly, and a 0-bit wildcards that bit.
369.IP
370When a packet enters an OpenFlow switch, all of the registers are set
371to 0. Only explicit Nicira extension actions change register values.
372.IP
373Register matches require support for the NXM (Nicira Extended Match)
374extension to OpenFlow. When a register match is specified,
375\fBovs\-ofctl\fR will automatically attempt to negotiate use of this
376extension. If the switch does not support NXM, then \fBovs\-ofctl\fR
377will report a fatal error.
a9b4a41a 378.
064af421
BP
379.PP
380The following shorthand notations are also available:
a9b4a41a 381.
064af421
BP
382.IP \fBip\fR
383Same as \fBdl_type=0x0800\fR.
a9b4a41a 384.
064af421
BP
385.IP \fBicmp\fR
386Same as \fBdl_type=0x0800,nw_proto=1\fR.
a9b4a41a 387.
064af421
BP
388.IP \fBtcp\fR
389Same as \fBdl_type=0x0800,nw_proto=6\fR.
a9b4a41a 390.
064af421
BP
391.IP \fBudp\fR
392Same as \fBdl_type=0x0800,nw_proto=17\fR.
a9b4a41a 393.
064af421
BP
394.IP \fBarp\fR
395Same as \fBdl_type=0x0806\fR.
a9b4a41a 396.
064af421 397.PP
4e312e69 398The \fBadd\-flow\fR and \fBadd\-flows\fR commands require an additional
537eeb9c 399field, which must be the final field specified:
a9b4a41a 400.
064af421
BP
401.IP \fBactions=\fR[\fItarget\fR][\fB,\fItarget\fR...]\fR
402Specifies a comma-separated list of actions to take on a packet when the
403flow entry matches. If no \fItarget\fR is specified, then packets
404matching the flow are dropped. The \fItarget\fR may be a decimal port
405number designating the physical port on which to output the packet, or one
406of the following keywords:
a9b4a41a 407.
064af421
BP
408.RS
409.IP \fBoutput\fR:\fIport\fR
410Outputs the packet on the port specified by \fIport\fR.
a9b4a41a 411.
5682f723
BP
412.IP \fBenqueue\fR:\fIport\fB:\fIqueue\fR
413Enqueues the packet on the specified \fIqueue\fR within port
414\fIport\fR. The number of supported queues depends on the switch;
415some OpenFlow implementations do not support queuing at all.
416.
064af421
BP
417.IP \fBnormal\fR
418Subjects the packet to the device's normal L2/L3 processing. (This
419action is not implemented by all OpenFlow switches.)
a9b4a41a 420.
064af421
BP
421.IP \fBflood\fR
422Outputs the packet on all switch physical ports other than the port on
423which it was received and any ports on which flooding is disabled
424(typically, these would be ports disabled by the IEEE 802.1D spanning
425tree protocol).
a9b4a41a 426.
064af421
BP
427.IP \fBall\fR
428Outputs the packet on all switch physical ports other than the port on
429which it was received.
a9b4a41a 430.
064af421
BP
431.IP \fBcontroller\fR:\fImax_len\fR
432Sends the packet to the OpenFlow controller as a ``packet in''
433message. If \fImax_len\fR is a number, then it specifies the maximum
434number of bytes that should be sent. If \fImax_len\fR is \fBALL\fR or
435omitted, then the entire packet is sent.
a9b4a41a 436.
064af421
BP
437.IP \fBlocal\fR
438Outputs the packet on the ``local port,'' which corresponds to the
439\fBof\fIn\fR network device (see \fBCONTACTING THE CONTROLLER\fR in
8cd4882f 440\fBovs\-openflowd\fR(8) for information on the \fBof\fIn\fR network device).
a9b4a41a 441.
064af421
BP
442.IP \fBdrop\fR
443Discards the packet, so no further processing or forwarding takes place.
444If a drop action is used, no other actions may be specified.
a9b4a41a 445.
064af421
BP
446.IP \fBmod_vlan_vid\fR:\fIvlan_vid\fR
447Modifies the VLAN id on a packet. The VLAN tag is added or modified
448as necessary to match the value specified. If the VLAN tag is added,
449a priority of zero is used (see the \fBmod_vlan_pcp\fR action to set
450this).
a9b4a41a 451.
064af421
BP
452.IP \fBmod_vlan_pcp\fR:\fIvlan_pcp\fR
453Modifies the VLAN priority on a packet. The VLAN tag is added or modified
454as necessary to match the value specified. Valid values are between 0
455(lowest) and 7 (highest). If the VLAN tag is added, a vid of zero is used
456(see the \fBmod_vlan_vid\fR action to set this).
a9b4a41a 457.
064af421
BP
458.IP \fBstrip_vlan\fR
459Strips the VLAN tag from a packet if it is present.
a9b4a41a 460.
064af421
BP
461.IP \fBmod_dl_src\fB:\fImac\fR
462Sets the source Ethernet address to \fImac\fR.
a9b4a41a 463.
064af421
BP
464.IP \fBmod_dl_dst\fB:\fImac\fR
465Sets the destination Ethernet address to \fImac\fR.
a9b4a41a 466.
e423eca6
JP
467.IP \fBmod_nw_src\fB:\fIip\fR
468Sets the IPv4 source address to \fIip\fR.
a9b4a41a 469.
e423eca6
JP
470.IP \fBmod_nw_dst\fB:\fIip\fR
471Sets the IPv4 destination address to \fIip\fR.
a9b4a41a 472.
e423eca6
JP
473.IP \fBmod_tp_src\fB:\fIport\fR
474Sets the TCP or UDP source port to \fIport\fR.
a9b4a41a 475.
e423eca6
JP
476.IP \fBmod_tp_dst\fB:\fIport\fR
477Sets the TCP or UDP destination port to \fIport\fR.
a9b4a41a 478.
959a2ecd
JP
479.IP \fBmod_nw_tos\fB:\fItos\fR
480Sets the IP ToS/DSCP field to \fItos\fR. Valid values are between 0 and
481255, inclusive. Note that the two lower reserved bits are never
482modified.
a9b4a41a 483.
659586ef
JG
484.RE
485.IP
486The following actions are Nicira vendor extensions that, as of this writing, are
487only known to be implemented by Open vSwitch:
488.
489.RS
490.
3a2fe1f3
BP
491.IP \fBresubmit\fB:\fIport\fR
492Re-searches the OpenFlow flow table with the \fBin_port\fR field
493replaced by \fIport\fR and executes the actions found, if any, in
494addition to any other actions in this flow entry. Recursive
495\fBresubmit\fR actions are ignored.
659586ef
JG
496.
497.IP \fBset_tunnel\fB:\fIid\fR
498If outputting to a port that encapsulates the packet in a tunnel and supports
499an identifier (such as GRE), sets the identifier to \fBid\fR.
3a2fe1f3 500.
933df876
BP
501.IP \fBdrop_spoofed_arp\fR
502Stops processing further actions, if the packet being processed is an
503Ethernet+IPv4 ARP packet for which the source Ethernet address inside
504the ARP packet differs from the source Ethernet address in the
505Ethernet header.
506.
507This is useful because OpenFlow does not provide a way to match on the
508Ethernet addresses inside ARP packets, so there is no other way to
509drop spoofed ARPs other than sending every ARP packet to a controller.
eedc0097
JP
510.
511.IP \fBset_queue\fB:\fIqueue\fR
512Sets the queue that should be used to \fIqueue\fR when packets are
513output. The number of supported queues depends on the switch; some
514OpenFlow implementations do not support queuing at all.
515.
516.IP \fBpop_queue\fR
517Restores the queue to the value it was before any \fBset_queue\fR
518actions were applied.
519.
96fc46e8
BP
520.IP \fBnote:\fR[\fIhh\fR]...
521Does nothing at all. Any number of bytes represented as hex digits
522\fIhh\fR may be included. Pairs of hex digits may be separated by
523periods for readability.
064af421 524.RE
a9b4a41a 525.
064af421
BP
526.IP
527(The OpenFlow protocol supports other actions that \fBovs\-ofctl\fR does
528not yet expose to the user.)
a9b4a41a 529.
064af421 530.PP
8cce2125
JP
531The \fBadd\-flow\fR, \fBadd\-flows\fR, and \fBmod\-flows\fR commands
532support an additional optional field:
533.
534.IP \fBcookie=\fIvalue\fR
535.
536A cookie is an opaque identifier that can be associated with the flow.
537\fIvalue\fR can be any 64-bit number and need not be unique among
538flows.
539.
540.PP
4b6b46ce
BP
541The following additional field sets the priority for flows added by
542the \fBadd\-flow\fR and \fBadd\-flows\fR commands. For
543\fBmod\-flows\fR and \fBdel\-flows\fR when \fB\-\-strict\fR is
544specified, priority must match along with the rest of the flow
545specification. Other commands ignore the priority value.
a9b4a41a 546.
064af421
BP
547.IP \fBpriority=\fIvalue\fR
548The priority at which a wildcarded entry will match in comparison to
549others. \fIvalue\fR is a number between 0 and 65535, inclusive. A higher
550\fIvalue\fR will match before a lower one. An exact-match entry will always
551have priority over an entry containing wildcards, so it has an implicit
552priority value of 65535. When adding a flow, if the field is not specified,
553the flow's priority will default to 32768.
a9b4a41a 554.
064af421 555.PP
4e312e69 556The \fBadd\-flow\fR and \fBadd\-flows\fR commands support additional
064af421 557optional fields:
a9b4a41a 558.
064af421
BP
559.TP
560\fBidle_timeout=\fIseconds\fR
561Causes the flow to expire after the given number of seconds of
a1545337
BP
562inactivity. A value of 0 (the default) prevents a flow from expiring due to
563inactivity.
a9b4a41a 564.
064af421
BP
565.IP \fBhard_timeout=\fIseconds\fR
566Causes the flow to expire after the given number of seconds,
567regardless of activity. A value of 0 (the default) gives the flow no
568hard expiration deadline.
a9b4a41a 569.
064af421 570.PP
4e312e69
BP
571The \fBdump\-flows\fR, \fBdump\-aggregate\fR, \fBdel\-flow\fR
572and \fBdel\-flows\fR commands support one additional optional field:
a9b4a41a 573.
064af421
BP
574.TP
575\fBout_port=\fIport\fR
576If set, a matching flow must include an output action to \fIport\fR.
a9b4a41a 577.
064af421 578.PP
4e312e69 579The \fBdump\-flows\fR and \fBdump\-aggregate\fR commands support an
064af421 580additional optional field:
a9b4a41a 581.
064af421
BP
582.IP \fBtable=\fInumber\fR
583If specified, limits the flows about which statistics are gathered to
584those in the table with the given \fInumber\fR. Tables are numbered
4e312e69 585as shown by the \fBdump\-tables\fR command.
a9b4a41a 586.
064af421
BP
587If this field is not specified, or if \fInumber\fR is given as
588\fB255\fR, statistics are gathered about flows from all tables.
a9b4a41a 589.
064af421 590.SS "Table Entry Output"
a9b4a41a 591.
4e312e69 592The \fBdump\-tables\fR and \fBdump\-aggregate\fR commands print information
064af421
BP
593about the entries in a datapath's tables. Each line of output is a
594unique flow entry, which begins with some common information:
a9b4a41a 595.
064af421
BP
596.IP \fBduration\fR
597The number of seconds the entry has been in the table.
a9b4a41a 598.
064af421
BP
599.IP \fBtable_id\fR
600The table that contains the flow. When a packet arrives, the switch
601begins searching for an entry at the lowest numbered table. Tables are
4e312e69 602numbered as shown by the \fBdump\-tables\fR command.
a9b4a41a 603.
064af421
BP
604.IP \fBpriority\fR
605The priority of the entry in relation to other entries within the same
606table. A higher value will match before a lower one.
a9b4a41a 607.
064af421
BP
608.IP \fBn_packets\fR
609The number of packets that have matched the entry.
a9b4a41a 610.
064af421
BP
611.IP \fBn_bytes\fR
612The total number of bytes from packets that have matched the entry.
a9b4a41a 613.
064af421
BP
614.PP
615The rest of the line consists of a description of the flow entry as
616described in \fBFlow Syntax\fR, above.
a9b4a41a
BP
617.
618.
064af421
BP
619.SH OPTIONS
620.TP
4e312e69 621\fB\-\-strict\fR
064af421 622Uses strict matching when running flow modification commands.
a9b4a41a 623.
88ca35ee
BP
624.IP "\fB\-F \fIformat\fR"
625.IQ "\fB\-\-flow\-format=\fIformat\fR"
626\fBovs\-ofctl\fR supports the following flow formats, in order of
627increasing capability:
628.RS
629.IP "\fBopenflow10\fR"
630This is the standard OpenFlow 1.0 flow format. It should be supported
631by all OpenFlow switches.
632.
633.IP "\fBtun_id_from_cookie\fR"
634This Nicira extension to OpenFlow adds minimal and limited support for
635\fBtun_id\fR, but it does not support any other Nicira flow
636extensions. (This flow format is deprecated.)
637.
638.IP "\fBnxm\fR (Nicira Extended Match)"
639This Nicira extension to OpenFlow is flexible and extensible. It
640supports all of the Nicira flow extensions, such as \fBtun_id\fR and
641registers.
642.RE
643.IP
644Usually, \fBovs\-ofctl\fR picks the correct format automatically. For
645commands that modify the flow table, \fBovs\-ofctl\fR by default uses
646the most widely supported flow format that supports the flows being
647added. For commands that query the flow table, \fBovs\-ofctl\fR by
648default queries and uses the most advanced format supported by the
649switch.
650.IP
651This option, where \fIformat\fR is one of the formats listed in the
652above table, overrides \fBovs\-ofctl\fR's default choice of flow
653format. If a command cannot work as requested using the requested
654flow format, \fBovs\-ofctl\fR will report a fatal error.
4f564f8d
BP
655.
656.IP "\fB\-m\fR"
657.IQ "\fB\-\-more\fR"
658Increases the verbosity of OpenFlow messages printed and logged by
659\fBovs\-ofctl\fR commands. Specify this option more than once to
660increase verbosity further.
ac300505 661.SS "Public Key Infrastructure Options"
84ee7bcf 662.so lib/ssl.man
064af421
BP
663.so lib/vlog.man
664.so lib/common.man
a9b4a41a 665.
064af421 666.SH EXAMPLES
a9b4a41a 667.
064af421
BP
668The following examples assume that an OpenFlow switch on the local
669host has been configured to listen for management connections on a
670Unix domain socket named \fB@RUNDIR@/openflow.sock\fR, e.g. by
4e312e69 671specifying \fB\-\-listen=punix:@RUNDIR@/openflow.sock\fR on the
8cd4882f 672\fBovs\-openflowd\fR(8) command line.
a9b4a41a 673.
064af421 674.TP
4e312e69 675\fBovs\-ofctl dump\-tables unix:@RUNDIR@/openflow.sock\fR
064af421
BP
676Prints out the switch's table stats. (This is more interesting after
677some traffic has passed through.)
a9b4a41a 678.
064af421 679.TP
4e312e69 680\fBovs\-ofctl dump\-flows unix:@RUNDIR@/openflow.sock\fR
064af421 681Prints the flow entries in the switch.
a9b4a41a 682.
064af421 683.SH "SEE ALSO"
a9b4a41a 684.
064af421
BP
685.BR ovs\-appctl (8),
686.BR ovs\-controller (8),
687.BR ovs\-vswitchd (8)