]> git.proxmox.com Git - ovs.git/blame - vswitchd/ovs-vswitchd.8.in
ofproto-dpif: Fix tests broken by previous commit.
[ovs.git] / vswitchd / ovs-vswitchd.8.in
CommitLineData
7d9809ef
BP
1.\" -*- nroff -*-
2.de IQ
3. br
4. ns
5. IP "\\$1"
6..
d2cb6c95 7.TH ovs\-vswitchd 8 "@VERSION@" "Open vSwitch" "Open vSwitch Manual"
812560d7 8.\" This program's name:
064af421
BP
9.ds PN ovs\-vswitchd
10.
11.SH NAME
f30f26be 12ovs\-vswitchd \- Open vSwitch daemon
064af421
BP
13.
14.SH SYNOPSIS
80df177a 15\fBovs\-vswitchd \fR[\fIdatabase\fR]
064af421
BP
16.
17.SH DESCRIPTION
299a244b 18A daemon that manages and controls any number of Open vSwitch switches
f30f26be 19on the local machine.
064af421 20.PP
80df177a
BP
21The \fIdatabase\fR argument specifies how \fBovs\-vswitchd\fR connects
22to \fBovsdb\-server\fR. The default is \fBunix:@RUNDIR@/db.sock\fR.
23The following forms are accepted:
6f61c75b 24.so ovsdb/remote-active.man
c9f3f37a 25.so ovsdb/remote-passive.man
064af421 26.PP
76343538
BP
27\fBovs\-vswitchd\fR retrieves its configuration from \fIdatabase\fR at
28startup. It sets up Open vSwitch datapaths and then operates
29switching across each bridge described in its configuration files. As
30the database changes, \fBovs\-vswitchd\fR automatically updates its
31configuration to match.
32.PP
299a244b 33\fBovs\-vswitchd\fR switches may be configured with any of the following
f30f26be 34features:
064af421
BP
35.
36.IP \(bu
37L2 switching with MAC learning.
38.
39.IP \(bu
40NIC bonding with automatic fail-over and source MAC-based TX load
41balancing ("SLB").
42.
43.IP \(bu
44802.1Q VLAN support.
45.
46.IP \(bu
47Port mirroring, with optional VLAN tagging.
48.
49.IP \(bu
50NetFlow v5 flow logging.
51.
52.IP \(bu
d1ae8299 53sFlow(R) monitoring.
72b06300
BP
54.
55.IP \(bu
064af421
BP
56Connectivity to an external OpenFlow controller, such as NOX.
57.
58.PP
59Only a single instance of \fBovs\-vswitchd\fR is intended to run at a time.
f30f26be 60A single \fBovs\-vswitchd\fR can manage any number of switch instances, up
064af421
BP
61to the maximum number of supported Open vSwitch datapaths.
62.PP
f30f26be 63\fBovs\-vswitchd\fR does all the necessary management of Open vSwitch datapaths
064af421
BP
64itself. Thus, external tools, such \fBovs\-dpctl\fR(8), are not needed for
65managing datapaths in conjunction with \fBovs\-vswitchd\fR, and their use
66to modify datapaths when \fBovs\-vswitchd\fR is running can interfere with
67its operation. (\fBovs\-dpctl\fR may still be useful for diagnostics.)
68.PP
69An Open vSwitch datapath kernel module must be loaded for \fBovs\-vswitchd\fR
5fca1acd 70to be useful. Please refer to the \fBINSTALL.Linux\fR file included in the
064af421
BP
71Open vSwitch distribution for instructions on how to build and load
72the Open vSwitch kernel module.
73.PP
74.SH OPTIONS
4e312e69 75.IP "\fB\-\-mlockall\fR"
86a06318
BP
76Causes \fBovs\-vswitchd\fR to call the \fBmlockall()\fR function, to
77attempt to lock all of its process memory into physical RAM,
78preventing the kernel from paging any of its memory to disk. This
79helps to avoid networking interruptions due to system memory pressure.
80.IP
81Some systems do not support \fBmlockall()\fR at all, and other systems
82only allow privileged users, such as the superuser, to use it.
83\fBovs\-vswitchd\fR emits a log message if \fBmlockall()\fR is
84unavailable or unsuccessful.
85.
42dd41ef 86.SS "Daemon Options"
a7ff9bd7
BP
87.ds DD \
88\fBovs\-vswitchd\fR detaches only after it has connected to the \
89database, retrieved the initial configuration, and set up that \
90configuration.
064af421 91.so lib/daemon.man
42dd41ef
GS
92.SS "Service Options"
93.so lib/service.man
ac300505 94.SS "Public Key Infrastructure Options"
6f61c75b
BP
95.so lib/ssl.man
96.so lib/ssl-bootstrap.man
064af421
BP
97.so lib/vlog.man
98.so lib/common.man
064af421 99.
b16fdafe
BP
100.SH "RUNTIME MANAGEMENT COMMANDS"
101\fBovs\-appctl\fR(8) can send commands to a running
102\fBovs\-vswitchd\fR process. The currently supported commands are
103described below. The command descriptions assume an understanding of
76343538 104how to configure Open vSwitch.
9e15c889
BP
105.SS "GENERAL COMMANDS"
106.IP "\fBexit\fR"
107Causes \fBovs\-vswitchd\fR to gracefully terminate.
e8fe3026
EJ
108.IP "\fBqos/show\fR \fIinterface\fR"
109Queries the kernel for Quality of Service configuration and statistics
110associated with the given \fIinterface\fR.
6d13e6dd
PR
111.IP "\fBbfd/show\fR [\fIinterface\fR]"
112Displays detailed information about Bidirectional Forwarding Detection
113configured on \fIinterface\fR. If \fIinterface\fR is not specified,
114then displays detailed information about all interfaces with BFD
115enabled.
116.IP "\fBbfd/set-forwarding\fR [\fIinterface\fR] \fIstatus\fR"
117Force the fault status of the BFD module on \fIinterface\fR (or all
118interfaces if none is given) to be \fIstatus\fR. \fIstatus\fR can be
119"true", "false", or "normal" which reverts to the standard behavior.
ae75dae3 120.IP "\fBcfm/show\fR [\fIinterface\fR]"
20c8e971 121Displays detailed information about Connectivity Fault Management
ae75dae3
JP
122configured on \fIinterface\fR. If \fIinterface\fR is not specified,
123then displays detailed information about all interfaces with CFM
124enabled.
d7243b93
EJ
125.IP "\fBcfm/set-fault\fR [\fIinterface\fR] \fIstatus\fR"
126Force the fault status of the CFM module on \fIinterface\fR (or all
127interfaces if none is given) to be \fIstatus\fR. \fIstatus\fR can be
128"true", "false", or "normal" which reverts to the standard behavior.
fe4a02e4
EJ
129.IP "\fBstp/tcn\fR [\fIbridge\fR]"
130Forces a topology change event on \fIbridge\fR if it's running STP. This
131may cause it to send Topology Change Notifications to its peers and flush
132its MAC table.. If no \fIbridge\fR is given, forces a topology change
133event on all bridges.
b16fdafe
BP
134.SS "BRIDGE COMMANDS"
135These commands manage bridges.
96e466a3
EJ
136.IP "\fBfdb/flush\fR [\fIbridge\fR]"
137Flushes \fIbridge\fR MAC address learning table, or all learning tables
138if no \fIbridge\fR is given.
b16fdafe
BP
139.IP "\fBfdb/show\fR \fIbridge\fR"
140Lists each MAC address/VLAN pair learned by the specified \fIbridge\fR,
08fdcc12
FL
141along with the port on which it was learned and the age of the entry,
142in seconds.
143.IP "\fBmdb/flush\fR [\fIbridge\fR]"
144Flushes \fIbridge\fR multicast snooping table, or all snooping tables
145if no \fIbridge\fR is given.
146.IP "\fBmdb/show\fR \fIbridge\fR"
147Lists each multicast group/VLAN pair learned by the specified \fIbridge\fR,
b16fdafe
BP
148along with the port on which it was learned and the age of the entry,
149in seconds.
fa05809b
BP
150.IP "\fBbridge/reconnect\fR [\fIbridge\fR]"
151Makes \fIbridge\fR drop all of its OpenFlow controller connections and
152reconnect. If \fIbridge\fR is not specified, then all bridges drop
153their controller connections and reconnect.
154.IP
155This command might be useful for debugging OpenFlow controller issues.
cdd35cff 156.
4e312e69 157.IP "\fBbridge/dump\-flows\fR \fIbridge\fR"
cdd35cff 158Lists all flows in \fIbridge\fR, including those normally hidden to
4e312e69 159commands such as \fBovs\-ofctl dump\-flows\fR. Flows set up by mechanisms
cdd35cff
JP
160such as in-band control and fail-open are hidden from the controller
161since it is not allowed to modify or override them.
b16fdafe
BP
162.SS "BOND COMMANDS"
163These commands manage bonded ports on an Open vSwitch's bridges. To
164understand some of these commands, it is important to understand a
be02e7c3
EJ
165detail of the bonding implementation called ``source load balancing''
166(SLB). Instead of directly assigning Ethernet source addresses to
167slaves, the bonding implementation computes a function that maps an
16848-bit Ethernet source addresses into an 8-bit value (a ``MAC hash''
169value). All of the Ethernet addresses that map to a single 8-bit
170value are then assigned to a single slave.
b16fdafe
BP
171.IP "\fBbond/list\fR"
172Lists all of the bonds, and their slaves, on each bridge.
064af421 173.
c33a8a25
EJ
174.IP "\fBbond/show\fR [\fIport\fR]"
175Lists all of the bond-specific information (updelay, downdelay, time
176until the next rebalance) about the given bonded \fIport\fR, or all
177bonded ports if no \fIport\fR is given. Also lists information about
178each slave: whether it is enabled or disabled, the time to completion
179of an updelay or downdelay if one is in progress, whether it is the
180active slave, the hashes assigned to the slave. Any LACP information
181related to this bond may be found using the \fBlacp/show\fR command.
182.
b16fdafe 183.IP "\fBbond/migrate\fR \fIport\fR \fIhash\fR \fIslave\fR"
be02e7c3
EJ
184Only valid for SLB bonds. Assigns a given MAC hash to a new slave.
185\fIport\fR specifies the bond port, \fIhash\fR the MAC hash to be
186migrated (as a decimal number between 0 and 255), and \fIslave\fR the
187new slave to be assigned.
b16fdafe
BP
188.IP
189The reassignment is not permanent: rebalancing or fail-over will
190cause the MAC hash to be shifted to a new slave in the usual
191manner.
192.IP
193A MAC hash cannot be migrated to a disabled slave.
4e312e69 194.IP "\fBbond/set\-active\-slave\fR \fIport\fR \fIslave\fR"
b16fdafe
BP
195Sets \fIslave\fR as the active slave on \fIport\fR. \fIslave\fR must
196currently be enabled.
197.IP
198The setting is not permanent: a new active slave will be selected
199if \fIslave\fR becomes disabled.
4e312e69
BP
200.IP "\fBbond/enable\-slave\fR \fIport\fR \fIslave\fR"
201.IQ "\fBbond/disable\-slave\fR \fIport\fR \fIslave\fR"
b16fdafe
BP
202Enables (or disables) \fIslave\fR on the given bond \fIport\fR, skipping any
203updelay (or downdelay).
204.IP
205This setting is not permanent: it persists only until the carrier
206status of \fIslave\fR changes.
672d18b2 207.IP "\fBbond/hash\fR \fImac\fR [\fIvlan\fR] [\fIbasis\fR]"
e58de0e3 208Returns the hash value which would be used for \fImac\fR with \fIvlan\fR
672d18b2 209and \fIbasis\fR if specified.
064af421 210.
5dab8ece 211.IP "\fBlacp/show\fR [\fIport\fR]"
6aa74308
EJ
212Lists all of the LACP related information about the given \fIport\fR:
213active or passive, aggregation key, system id, and system priority. Also
214lists information about each slave: whether it is enabled or disabled,
215whether it is attached or detached, port id and priority, actor
5dab8ece
JP
216information, and partner information. If \fIport\fR is not specified,
217then displays detailed information about all interfaces with CFM
218enabled.
6aa74308 219.
27022416 220.so ofproto/ofproto-dpif-unixctl.man
7aa697dd 221.so ofproto/ofproto-unixctl.man
b16fdafe 222.so lib/vlog-unixctl.man
149ff68a 223.so lib/memory-unixctl.man
6901e5e2 224.so lib/coverage-unixctl.man
7a7708a0 225.
42ed0063
BP
226.SH "OPENFLOW IMPLEMENTATION"
227.
228.PP
229This section documents aspects of OpenFlow for which the OpenFlow
230specification requires documentation.
231.
232.SS "Packet buffering."
233The OpenFlow specification, version 1.2, says:
234.
235.IP
236Switches that implement buffering are expected to expose, through
237documentation, both the amount of available buffering, and the length
238of time before buffers may be reused.
239.
240.PP
fb405080 241Open vSwitch maintains a separate set of 256 packet buffers for each
42ed0063
BP
242OpenFlow connection. Any given packet buffer is preserved until it is
243referenced by an \fBOFPT_FLOW_MOD\fR or \fBOFPT_PACKET_OUT\fR request
244or for 5 seconds, whichever comes first.
245.
7a7708a0
BP
246.SH "LIMITS"
247.
248.PP
249We believe these limits to be accurate as of this writing. These
250limits assume the use of the Linux kernel datapath.
251.
252.IP \(bu
991d922c 253\fBovs\-vswitchd\fR started through \fBovs\-ctl\fR(8) provides a limit of 7500
8ed70321
GS
254file descriptors. The limits on the number of bridges and ports is decided by
255the availability of file descriptors. With the Linux kernel datapath, creation
256of a single bridge consumes 3 file descriptors and adding a port consumes
2571 file descriptor. Performance will degrade beyond 1,024 ports per bridge due
258to fixed hash table sizing. Other platforms may have different limitations.
7a7708a0
BP
259.
260.IP \(bu
2be9d4f0
BP
2612,048 MAC learning entries per bridge, by default. (This is
262configurable via \fBother\-config:mac\-table\-size\fR in the
263\fBBridge\fR table. See \fBovs\-vswitchd.conf.db\fR(5) for details.)
7a7708a0
BP
264.
265.IP \(bu
266Kernel flows are limited only by memory available to the kernel.
267Performance will degrade beyond 1,048,576 kernel flows per bridge with
268a 32-bit kernel, beyond 262,144 with a 64-bit kernel.
269(\fBovs\-vswitchd\fR should never install anywhere near that many
270flows.)
271.
272.IP \(bu
273OpenFlow flows are limited only by available memory. Performance is
274linear in the number of unique wildcard patterns. That is, an
275OpenFlow table that contains many flows that all match on the same
276fields in the same way has a constant-time lookup, but a table that
277contains many flows that match on different fields requires lookup
278time linear in the number of flows.
279.
280.IP \(bu
281255 ports per bridge participating in 802.1D Spanning Tree Protocol.
282.
283.IP \(bu
28432 mirrors per bridge.
285.
286.IP \(bu
28715 bytes for the name of a port. (This is a Linux kernel limitation.)
288.
064af421
BP
289.SH "SEE ALSO"
290.BR ovs\-appctl (8),
76343538 291.BR ovsdb\-server (1),
5fca1acd 292\fBINSTALL.Linux\fR in the Open vSwitch distribution.