]> git.proxmox.com Git - ovs.git/blame - utilities/ovs-ofctl.8.in
nicira-ext: Support matching IPv6 Neighbor Discovery messages.
[ovs.git] / utilities / ovs-ofctl.8.in
CommitLineData
a9b4a41a
BP
1.\" -*- nroff -*-
2.de IQ
3. br
4. ns
5. IP "\\$1"
6..
71e17a7a 7.TH ovs\-ofctl 8 "January 2011" "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
d31f1109
JP
302between 0 and 255, inclusive (e.g. 1 to match ICMP packets or 6 to match
303TCP packets).
304.IP
305When \fBipv6\fR or \fBdl_type=0x86dd\fR is specified, matches IPv6
306header type \fIproto\fR, which is specified as a decimal number between
3070 and 255, inclusive (e.g. 58 to match ICMPv6 packets or 6 to match
308TCP). The header type is the terminal header as described in the
309\fBDESIGN\fR document.
ed951f15
BP
310.IP
311When \fBarp\fR or \fBdl_type=0x0806\fR is specified, matches the lower
3128 bits of the ARP opcode. ARP opcodes greater than 255 are treated as
3130.
314.IP
d31f1109
JP
315When \fBdl_type\fR is wildcarded or set to a value other than 0x0800,
3160x0806, or 0x86dd, the value of \fBnw_proto\fR is ignored (see \fBFlow
0b3f2725 317Syntax\fR above).
a9b4a41a 318.
834377ea 319.IP \fBnw_tos=\fItos\fR
d31f1109
JP
320Matches IP ToS/DSCP or IPv6 traffic class field \fItos\fR, which is
321specified as a decimal number between 0 and 255, inclusive. Note that
322the two lower reserved bits are ignored for matching purposes.
ed951f15 323.IP
d31f1109
JP
324When \fBdl_type\fR is wildcarded or set to a value other than 0x0800,
3250x0806, or 0x86dd, the value of \fBnw_tos\fR is ignored (see \fBFlow
326Syntax\fR above).
a9b4a41a 327.
064af421 328.IP \fBtp_src=\fIport\fR
ed951f15
BP
329.IQ \fBtp_dst=\fIport\fR
330When \fBdl_type\fR and \fBnw_proto\fR specify TCP or UDP, \fBtp_src\fR
331and \fBtp_dst\fR match the UDP or TCP source or destination port
332\fIport\fR, respectively. which is specified as a decimal number
333between 0 and 65535, inclusive (e.g. 80 to match packets originating
064af421 334from a HTTP server).
ed951f15
BP
335.IP
336When \fBdl_type\fR and \fBnw_proto\fR take other values, the values of
0b3f2725 337these settings are ignored (see \fBFlow Syntax\fR above).
a9b4a41a 338.
064af421 339.IP \fBicmp_type=\fItype\fR
ed951f15 340.IQ \fBicmp_code=\fIcode\fR
d31f1109
JP
341When \fBdl_type\fR and \fBnw_proto\fR specify ICMP or ICMPv6, \fItype\fR
342matches the ICMP type and \fIcode\fR matches the ICMP code. Each is
343specified as a decimal number between 0 and 255, inclusive.
ed951f15
BP
344.IP
345When \fBdl_type\fR and \fBnw_proto\fR take other values, the values of
0b3f2725 346these settings are ignored (see \fBFlow Syntax\fR above).
71e17a7a
JP
347.
348.PP
d31f1109
JP
349The following shorthand notations are also available:
350.
351.IP \fBip\fR
352Same as \fBdl_type=0x0800\fR.
353.
354.IP \fBicmp\fR
355Same as \fBdl_type=0x0800,nw_proto=1\fR.
356.
357.IP \fBtcp\fR
358Same as \fBdl_type=0x0800,nw_proto=6\fR.
359.
360.IP \fBudp\fR
361Same as \fBdl_type=0x0800,nw_proto=17\fR.
362.
363.IP \fBarp\fR
364Same as \fBdl_type=0x0806\fR.
365.
366.PP
71e17a7a
JP
367The following field assignments require support for the NXM (Nicira
368Extended Match) extension to OpenFlow. When one of these is specified,
369\fBovs\-ofctl\fR will automatically attempt to negotiate use of this
370extension. If the switch does not support NXM, then \fBovs\-ofctl\fR
371will report a fatal error.
372.
bad68a99
JP
373.IP \fBarp_sha=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
374.IQ \fBarp_tha=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
375When \fBdl_type\fR specifies ARP, \fBarp_sha\fR and \fBarp_tha\fR match
376the source and target hardware address, respectively. An address is
377specified as 6 pairs of hexadecimal digits delimited by colons.
378.
d31f1109
JP
379.IP \fBipv6_src=\fIipv6\fR[\fB/\fInetmask\fR]
380.IQ \fBipv6_dst=\fIipv6\fR[\fB/\fInetmask\fR]
381When \fBdl_type\fR is 0x86dd (possibly via shorthand, e.g., \fBipv6\fR
382or \fBtcp6\fR), matches IPv6 source (or destination) address \fIipv6\fR,
383which may be specified as defined in RFC 2373. The preferred format is
384\fIx\fB:\fIx\fB:\fIx\fB:\fIx\fB:\fIx\fB:\fIx\fB:\fIx\fB:\fIx\fR, where
385\fIx\fR are the hexadecimal values of the eight 16-bit pieces of the
386address. A single instance of \fB::\fR may be used to indicate multiple
387groups of 16-bits of zeros. The optional \fInetmask\fR allows
388restricting a match to an IPv6 address prefix. A netmask is specified
389as a CIDR block (e.g. \fB2001:db8:3c4d:1::/64\fR).
390.
685a51a5
JP
391.IP \fBnd_target=\fIipv6\fR
392When \fBdl_type\fR, \fBnw_proto\fR, and \fBicmp_type\fR specify
393IPv6 Neighbor Discovery (ICMPv6 type 135 or 136), matches the target address
394\fIipv6\fR. \fIipv6\fR is in the same format described earlier for the
395\fBipv6_src\fR and \fBipv6_dst\fR fields.
396.
397.IP \fBnd_sll=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
398When \fBdl_type\fR, \fBnw_proto\fR, and \fBicmp_type\fR specify IPv6
399Neighbor Solicitation (ICMPv6 type 135), matches the source link\-layer
400address option. An address is specified as 6 pairs of hexadecimal
401digits delimited by colons.
402.
403.IP \fBnd_tll=\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fB:\fIxx\fR
404When \fBdl_type\fR, \fBnw_proto\fR, and \fBicmp_type\fR specify IPv6
405Neighbor Advertisement (ICMPv6 type 136), matches the target link\-layer
406address option. An address is specified as 6 pairs of hexadecimal
407digits delimited by colons.
408.
8368c090
BP
409.IP \fBtun_id=\fItunnel-id\fR[\fB/\fImask\fR]
410Matches tunnel identifier \fItunnel-id\fR. Only packets that arrive
4c5df7f7 411over a tunnel that carries a key (e.g. GRE with the RFC 2890 key
8368c090 412extension) will have a nonzero tunnel ID. If \fImask\fR is omitted,
71e17a7a 413\fItunnel-id\fR is the exact tunnel ID to match; if \fImask\fR is
8368c090
BP
414specified, then a 1-bit in \fImask\fR indicates that the corresponding
415bit in \fItunnel-id\fR must match exactly, and a 0-bit wildcards that
416bit.
4c5df7f7 417.IP
71e17a7a
JP
418In an attempt to be compatible with more switches, \fBovs\-ofctl\fR will
419prefer to use the ``tunnel ID from cookie'' Nicira extension to NXM.
420The use of this extension comes with three caveats: the top 32 bits of
421the \fBcookie\fR (see below) are used for \fItunnel-id\fR and thus
422unavailable for other use, specifying \fBtun_id\fR on \fBdump\-flows\fR
423or \fBdump\-aggregate\fR has no effect, and \fImask\fR is not supported.
424If any of these caveats apply, \fBovs-ofctl\fR will use NXM.
425.
00b1c62f
BP
426.IP "\fBreg\fIidx\fB=\fIvalue\fR[\fB/\fImask\fR]"
427Matches \fIvalue\fR either exactly or with optional \fImask\fR in
428register number \fIidx\fR. The valid range of \fIidx\fR depends on
429the switch. \fIvalue\fR and \fImask\fR are 32-bit integers, by
430default in decimal (use a \fB0x\fR prefix to specify hexadecimal).
431Arbitrary \fImask\fR values are allowed: a 1-bit in \fImask\fR
432indicates that the corresponding bit in \fIvalue\fR must match
433exactly, and a 0-bit wildcards that bit.
434.IP
435When a packet enters an OpenFlow switch, all of the registers are set
436to 0. Only explicit Nicira extension actions change register values.
a9b4a41a 437.
064af421 438.PP
d31f1109
JP
439Defining IPv6 flows (those with \fBdl_type\fR equal to 0x86dd) requires
440support for NXM. The following shorthand notations are available for
441IPv6-related flows:
a9b4a41a 442.
d31f1109
JP
443.IP \fBipv6\fR
444Same as \fBdl_type=0x86dd\fR.
a9b4a41a 445.
d31f1109
JP
446.IP \fBtcp6\fR
447Same as \fBdl_type=0x86dd,nw_proto=6\fR.
a9b4a41a 448.
d31f1109
JP
449.IP \fBudp6\fR
450Same as \fBdl_type=0x86dd,nw_proto=17\fR.
a9b4a41a 451.
d31f1109
JP
452.IP \fBicmp6\fR
453Same as \fBdl_type=0x86dd,nw_proto=58\fR.
a9b4a41a 454.
064af421 455.PP
4e312e69 456The \fBadd\-flow\fR and \fBadd\-flows\fR commands require an additional
537eeb9c 457field, which must be the final field specified:
a9b4a41a 458.
064af421
BP
459.IP \fBactions=\fR[\fItarget\fR][\fB,\fItarget\fR...]\fR
460Specifies a comma-separated list of actions to take on a packet when the
461flow entry matches. If no \fItarget\fR is specified, then packets
462matching the flow are dropped. The \fItarget\fR may be a decimal port
463number designating the physical port on which to output the packet, or one
464of the following keywords:
a9b4a41a 465.
064af421
BP
466.RS
467.IP \fBoutput\fR:\fIport\fR
468Outputs the packet on the port specified by \fIport\fR.
a9b4a41a 469.
5682f723
BP
470.IP \fBenqueue\fR:\fIport\fB:\fIqueue\fR
471Enqueues the packet on the specified \fIqueue\fR within port
472\fIport\fR. The number of supported queues depends on the switch;
473some OpenFlow implementations do not support queuing at all.
474.
064af421
BP
475.IP \fBnormal\fR
476Subjects the packet to the device's normal L2/L3 processing. (This
477action is not implemented by all OpenFlow switches.)
a9b4a41a 478.
064af421
BP
479.IP \fBflood\fR
480Outputs the packet on all switch physical ports other than the port on
481which it was received and any ports on which flooding is disabled
482(typically, these would be ports disabled by the IEEE 802.1D spanning
483tree protocol).
a9b4a41a 484.
064af421
BP
485.IP \fBall\fR
486Outputs the packet on all switch physical ports other than the port on
487which it was received.
a9b4a41a 488.
064af421
BP
489.IP \fBcontroller\fR:\fImax_len\fR
490Sends the packet to the OpenFlow controller as a ``packet in''
491message. If \fImax_len\fR is a number, then it specifies the maximum
492number of bytes that should be sent. If \fImax_len\fR is \fBALL\fR or
493omitted, then the entire packet is sent.
a9b4a41a 494.
064af421
BP
495.IP \fBlocal\fR
496Outputs the packet on the ``local port,'' which corresponds to the
497\fBof\fIn\fR network device (see \fBCONTACTING THE CONTROLLER\fR in
8cd4882f 498\fBovs\-openflowd\fR(8) for information on the \fBof\fIn\fR network device).
a9b4a41a 499.
064af421
BP
500.IP \fBdrop\fR
501Discards the packet, so no further processing or forwarding takes place.
502If a drop action is used, no other actions may be specified.
a9b4a41a 503.
064af421
BP
504.IP \fBmod_vlan_vid\fR:\fIvlan_vid\fR
505Modifies the VLAN id on a packet. The VLAN tag is added or modified
506as necessary to match the value specified. If the VLAN tag is added,
507a priority of zero is used (see the \fBmod_vlan_pcp\fR action to set
508this).
a9b4a41a 509.
064af421
BP
510.IP \fBmod_vlan_pcp\fR:\fIvlan_pcp\fR
511Modifies the VLAN priority on a packet. The VLAN tag is added or modified
512as necessary to match the value specified. Valid values are between 0
513(lowest) and 7 (highest). If the VLAN tag is added, a vid of zero is used
514(see the \fBmod_vlan_vid\fR action to set this).
a9b4a41a 515.
064af421
BP
516.IP \fBstrip_vlan\fR
517Strips the VLAN tag from a packet if it is present.
a9b4a41a 518.
064af421
BP
519.IP \fBmod_dl_src\fB:\fImac\fR
520Sets the source Ethernet address to \fImac\fR.
a9b4a41a 521.
064af421
BP
522.IP \fBmod_dl_dst\fB:\fImac\fR
523Sets the destination Ethernet address to \fImac\fR.
a9b4a41a 524.
e423eca6
JP
525.IP \fBmod_nw_src\fB:\fIip\fR
526Sets the IPv4 source address to \fIip\fR.
a9b4a41a 527.
e423eca6
JP
528.IP \fBmod_nw_dst\fB:\fIip\fR
529Sets the IPv4 destination address to \fIip\fR.
a9b4a41a 530.
e423eca6
JP
531.IP \fBmod_tp_src\fB:\fIport\fR
532Sets the TCP or UDP source port to \fIport\fR.
a9b4a41a 533.
e423eca6
JP
534.IP \fBmod_tp_dst\fB:\fIport\fR
535Sets the TCP or UDP destination port to \fIport\fR.
a9b4a41a 536.
959a2ecd
JP
537.IP \fBmod_nw_tos\fB:\fItos\fR
538Sets the IP ToS/DSCP field to \fItos\fR. Valid values are between 0 and
539255, inclusive. Note that the two lower reserved bits are never
540modified.
a9b4a41a 541.
659586ef
JG
542.RE
543.IP
544The following actions are Nicira vendor extensions that, as of this writing, are
545only known to be implemented by Open vSwitch:
546.
547.RS
548.
3a2fe1f3
BP
549.IP \fBresubmit\fB:\fIport\fR
550Re-searches the OpenFlow flow table with the \fBin_port\fR field
551replaced by \fIport\fR and executes the actions found, if any, in
552addition to any other actions in this flow entry. Recursive
553\fBresubmit\fR actions are ignored.
659586ef
JG
554.
555.IP \fBset_tunnel\fB:\fIid\fR
b9298d3f
BP
556.IQ \fBset_tunnel64\fB:\fIid\fR
557If outputting to a port that encapsulates the packet in a tunnel and
558supports an identifier (such as GRE), sets the identifier to \fBid\fR.
559If the \fBset_tunnel\fR form is used and \fIid\fR fits in 32 bits,
560then this uses an action extension that is supported by Open vSwitch
5611.0 and later. Otherwise, if \fIid\fR is a 64-bit value, it requires
562Open vSwitch 1.1 or later.
3a2fe1f3 563.
933df876
BP
564.IP \fBdrop_spoofed_arp\fR
565Stops processing further actions, if the packet being processed is an
566Ethernet+IPv4 ARP packet for which the source Ethernet address inside
567the ARP packet differs from the source Ethernet address in the
568Ethernet header.
bad68a99
JP
569.IP
570This action is deprecated in favor of defining flows using the
571\fBarp_sha\fR match field described earlier and will likely be removed
572in a future version of Open vSwitch.
eedc0097
JP
573.
574.IP \fBset_queue\fB:\fIqueue\fR
575Sets the queue that should be used to \fIqueue\fR when packets are
576output. The number of supported queues depends on the switch; some
577OpenFlow implementations do not support queuing at all.
578.
579.IP \fBpop_queue\fR
580Restores the queue to the value it was before any \fBset_queue\fR
581actions were applied.
582.
96fc46e8
BP
583.IP \fBnote:\fR[\fIhh\fR]...
584Does nothing at all. Any number of bytes represented as hex digits
585\fIhh\fR may be included. Pairs of hex digits may be separated by
586periods for readability.
f393f81e
BP
587.
588.IP "\fBmove:\fIsrc\fB[\fIstart\fB..\fIend\fB]->\fIdst\fB[\fIstart\fB..\fIend\fB]\fR"
589Copies the named bits from field \fIsrc\fR to field \fIdst\fR.
590\fIsrc\fR and \fIdst\fR must be NXM field names as defined in
591\fBnicira\-ext.h\fR, e.g. \fBNXM_OF_UDP_SRC\fR or \fBNXM_NX_REG0\fR.
592Each \fIstart\fR and \fIend\fR pair, which are inclusive, must specify
593the same number of bits and must fit within its respective field.
594Shorthands for \fB[\fIstart\fB..\fIend\fB]\fR exist: use
595\fB[\fIbit\fB]\fR to specify a single bit or \fB[]\fR to specify an
596entire field.
597.IP
598Examples: \fBmove:NXM_NX_REG0[0..5]\->NXM_NX_REG1[26..31]\fR copies the
599six bits numbered 0 through 5, inclusive, in register 0 into bits 26
600through 31, inclusive;
601\fBmove:NXM_NX_REG0[0..15]->NXM_OF_VLAN_TCI[]\fR copies the least
602significant 16 bits of register 0 into the VLAN TCI field.
603.
604.IP "\fBload:\fIvalue\fB\->\fIdst\fB[\fIstart\fB..\fIend\fB]"
605Writes \fIvalue\fR to bits \fIstart\fR through \fIend\fR, inclusive,
606in field \fBdst\fR.
607.IP
608Example: \fBload:55\->NXM_NX_REG2[0..5]\fR loads value 55 (bit pattern
609\fB110111\fR) into bits 0 through 5, inclusive, in register 2.
53ddd40a
BP
610.
611.IP "\fBmultipath(\fIfields\fB, \fIbasis\fB, \fIalgorithm\fB, \fIn_links\fB, \fIarg\fB, \fIdst\fB[\fIstart\fB..\fIend\fB])\fR"
612Hashes \fIfields\fR using \fIbasis\fR as a universal hash parameter,
613then the applies multipath link selection \fIalgorithm\fR (with
614parameter \fIarg\fR) to choose one of \fIn_links\fR output links
615numbered 0 through \fIn_links\fR minus 1, and stores the link into
616\fIdst\fB[\fIstart\fB..\fIend\fB]\fR, which must be an NXM register as
617described above.
618.IP
619Currently, \fIfields\fR must be either \fBeth_src\fR or
620\fBsymmetric_l4\fR and \fIalgorithm\fR must be one of \fBmodulo_n\fR,
621\fBhash_threshold\fR, \fBhrw\fR, and \fBiter_hash\fR. Only
622the \fBiter_hash\fR algorithm uses \fIarg\fR.
623.IP
624Refer to \fBnicira\-ext.h\fR for more details.
064af421 625.RE
a9b4a41a 626.
064af421
BP
627.IP
628(The OpenFlow protocol supports other actions that \fBovs\-ofctl\fR does
629not yet expose to the user.)
a9b4a41a 630.
064af421 631.PP
8cce2125
JP
632The \fBadd\-flow\fR, \fBadd\-flows\fR, and \fBmod\-flows\fR commands
633support an additional optional field:
634.
635.IP \fBcookie=\fIvalue\fR
636.
637A cookie is an opaque identifier that can be associated with the flow.
638\fIvalue\fR can be any 64-bit number and need not be unique among
639flows.
640.
641.PP
4b6b46ce
BP
642The following additional field sets the priority for flows added by
643the \fBadd\-flow\fR and \fBadd\-flows\fR commands. For
644\fBmod\-flows\fR and \fBdel\-flows\fR when \fB\-\-strict\fR is
645specified, priority must match along with the rest of the flow
646specification. Other commands ignore the priority value.
a9b4a41a 647.
064af421
BP
648.IP \fBpriority=\fIvalue\fR
649The priority at which a wildcarded entry will match in comparison to
650others. \fIvalue\fR is a number between 0 and 65535, inclusive. A higher
651\fIvalue\fR will match before a lower one. An exact-match entry will always
652have priority over an entry containing wildcards, so it has an implicit
653priority value of 65535. When adding a flow, if the field is not specified,
654the flow's priority will default to 32768.
a9b4a41a 655.
064af421 656.PP
4e312e69 657The \fBadd\-flow\fR and \fBadd\-flows\fR commands support additional
064af421 658optional fields:
a9b4a41a 659.
064af421
BP
660.TP
661\fBidle_timeout=\fIseconds\fR
662Causes the flow to expire after the given number of seconds of
a1545337
BP
663inactivity. A value of 0 (the default) prevents a flow from expiring due to
664inactivity.
a9b4a41a 665.
064af421
BP
666.IP \fBhard_timeout=\fIseconds\fR
667Causes the flow to expire after the given number of seconds,
668regardless of activity. A value of 0 (the default) gives the flow no
669hard expiration deadline.
a9b4a41a 670.
064af421 671.PP
4e312e69
BP
672The \fBdump\-flows\fR, \fBdump\-aggregate\fR, \fBdel\-flow\fR
673and \fBdel\-flows\fR commands support one additional optional field:
a9b4a41a 674.
064af421
BP
675.TP
676\fBout_port=\fIport\fR
677If set, a matching flow must include an output action to \fIport\fR.
a9b4a41a 678.
064af421 679.PP
4e312e69 680The \fBdump\-flows\fR and \fBdump\-aggregate\fR commands support an
064af421 681additional optional field:
a9b4a41a 682.
064af421
BP
683.IP \fBtable=\fInumber\fR
684If specified, limits the flows about which statistics are gathered to
685those in the table with the given \fInumber\fR. Tables are numbered
4e312e69 686as shown by the \fBdump\-tables\fR command.
a9b4a41a 687.
064af421
BP
688If this field is not specified, or if \fInumber\fR is given as
689\fB255\fR, statistics are gathered about flows from all tables.
a9b4a41a 690.
064af421 691.SS "Table Entry Output"
a9b4a41a 692.
4e312e69 693The \fBdump\-tables\fR and \fBdump\-aggregate\fR commands print information
064af421
BP
694about the entries in a datapath's tables. Each line of output is a
695unique flow entry, which begins with some common information:
a9b4a41a 696.
064af421
BP
697.IP \fBduration\fR
698The number of seconds the entry has been in the table.
a9b4a41a 699.
064af421
BP
700.IP \fBtable_id\fR
701The table that contains the flow. When a packet arrives, the switch
702begins searching for an entry at the lowest numbered table. Tables are
4e312e69 703numbered as shown by the \fBdump\-tables\fR command.
a9b4a41a 704.
064af421
BP
705.IP \fBpriority\fR
706The priority of the entry in relation to other entries within the same
707table. A higher value will match before a lower one.
a9b4a41a 708.
064af421
BP
709.IP \fBn_packets\fR
710The number of packets that have matched the entry.
a9b4a41a 711.
064af421
BP
712.IP \fBn_bytes\fR
713The total number of bytes from packets that have matched the entry.
a9b4a41a 714.
064af421
BP
715.PP
716The rest of the line consists of a description of the flow entry as
717described in \fBFlow Syntax\fR, above.
a9b4a41a
BP
718.
719.
064af421
BP
720.SH OPTIONS
721.TP
4e312e69 722\fB\-\-strict\fR
064af421 723Uses strict matching when running flow modification commands.
a9b4a41a 724.
88ca35ee
BP
725.IP "\fB\-F \fIformat\fR"
726.IQ "\fB\-\-flow\-format=\fIformat\fR"
727\fBovs\-ofctl\fR supports the following flow formats, in order of
728increasing capability:
729.RS
730.IP "\fBopenflow10\fR"
731This is the standard OpenFlow 1.0 flow format. It should be supported
732by all OpenFlow switches.
733.
734.IP "\fBtun_id_from_cookie\fR"
735This Nicira extension to OpenFlow adds minimal and limited support for
736\fBtun_id\fR, but it does not support any other Nicira flow
737extensions. (This flow format is deprecated.)
738.
739.IP "\fBnxm\fR (Nicira Extended Match)"
740This Nicira extension to OpenFlow is flexible and extensible. It
741supports all of the Nicira flow extensions, such as \fBtun_id\fR and
742registers.
743.RE
744.IP
745Usually, \fBovs\-ofctl\fR picks the correct format automatically. For
746commands that modify the flow table, \fBovs\-ofctl\fR by default uses
747the most widely supported flow format that supports the flows being
748added. For commands that query the flow table, \fBovs\-ofctl\fR by
749default queries and uses the most advanced format supported by the
750switch.
751.IP
752This option, where \fIformat\fR is one of the formats listed in the
753above table, overrides \fBovs\-ofctl\fR's default choice of flow
754format. If a command cannot work as requested using the requested
755flow format, \fBovs\-ofctl\fR will report a fatal error.
4f564f8d
BP
756.
757.IP "\fB\-m\fR"
758.IQ "\fB\-\-more\fR"
759Increases the verbosity of OpenFlow messages printed and logged by
760\fBovs\-ofctl\fR commands. Specify this option more than once to
761increase verbosity further.
ac300505 762.SS "Public Key Infrastructure Options"
84ee7bcf 763.so lib/ssl.man
064af421
BP
764.so lib/vlog.man
765.so lib/common.man
a9b4a41a 766.
064af421 767.SH EXAMPLES
a9b4a41a 768.
064af421
BP
769The following examples assume that an OpenFlow switch on the local
770host has been configured to listen for management connections on a
771Unix domain socket named \fB@RUNDIR@/openflow.sock\fR, e.g. by
4e312e69 772specifying \fB\-\-listen=punix:@RUNDIR@/openflow.sock\fR on the
8cd4882f 773\fBovs\-openflowd\fR(8) command line.
a9b4a41a 774.
064af421 775.TP
4e312e69 776\fBovs\-ofctl dump\-tables unix:@RUNDIR@/openflow.sock\fR
064af421
BP
777Prints out the switch's table stats. (This is more interesting after
778some traffic has passed through.)
a9b4a41a 779.
064af421 780.TP
4e312e69 781\fBovs\-ofctl dump\-flows unix:@RUNDIR@/openflow.sock\fR
064af421 782Prints the flow entries in the switch.
a9b4a41a 783.
064af421 784.SH "SEE ALSO"
a9b4a41a 785.
064af421
BP
786.BR ovs\-appctl (8),
787.BR ovs\-controller (8),
788.BR ovs\-vswitchd (8)