]> git.proxmox.com Git - ovs.git/blame - vswitchd/vswitch.xml
odp-util: Pass down flow netlink attributes when translating masks.
[ovs.git] / vswitchd / vswitch.xml
CommitLineData
ce887677 1<?xml version="1.0" encoding="utf-8"?>
57ba0a77 2<database name="ovs-vswitchd.conf.db" title="Open vSwitch Configuration Database">
c5f341ab
BP
3 <p>
4 A database with this schema holds the configuration for one Open
5 vSwitch daemon. The top-level configuration for the daemon is the
6 <ref table="Open_vSwitch"/> table, which must have exactly one
89365653 7 record. Records in other tables are significant only when they
c5f341ab
BP
8 can be reached directly or indirectly from the <ref
9 table="Open_vSwitch"/> table. Records that are not reachable from
10 the <ref table="Open_vSwitch"/> table are automatically deleted
11 from the database, except for records in a few distinguished
3fd8d445 12 ``root set'' tables.
c5f341ab 13 </p>
89365653 14
3fd8d445
BP
15 <h2>Common Columns</h2>
16
17 <p>
18 Most tables contain two special columns, named <code>other_config</code>
19 and <code>external_ids</code>. These columns have the same form and
20 purpose each place that they appear, so we describe them here to save space
21 later.
22 </p>
23
24 <dl>
25 <dt><code>other_config</code>: map of string-string pairs</dt>
26 <dd>
27 <p>
28 Key-value pairs for configuring rarely used features. Supported keys,
29 along with the forms taken by their values, are documented individually
30 for each table.
31 </p>
32 <p>
33 A few tables do not have <code>other_config</code> columns because no
34 key-value pairs have yet been defined for them.
35 </p>
36 </dd>
37
38 <dt><code>external_ids</code>: map of string-string pairs</dt>
39 <dd>
40 Key-value pairs for use by external frameworks that integrate with Open
41 vSwitch, rather than by Open vSwitch itself. System integrators should
42 either use the Open vSwitch development mailing list to coordinate on
43 common key-value definitions, or choose key names that are likely to be
44 unique. In some cases, where key-value pairs have been defined that are
45 likely to be widely useful, they are documented individually for each
46 table.
47 </dd>
48 </dl>
49
89365653 50 <table name="Open_vSwitch" title="Open vSwitch configuration.">
c5f341ab
BP
51 Configuration for an Open vSwitch daemon. There must be exactly
52 one record in the <ref table="Open_vSwitch"/> table.
89365653
BP
53
54 <group title="Configuration">
55 <column name="bridges">
56 Set of bridges managed by the daemon.
57 </column>
58
89365653
BP
59 <column name="ssl">
60 SSL used globally by the daemon.
61 </column>
f5e7ed5d 62
3fd8d445
BP
63 <column name="external_ids" key="system-id">
64 A unique identifier for the Open vSwitch's physical host.
65 The form of the identifier depends on the type of the host.
66 On a Citrix XenServer, this will likely be the same as
67 <ref column="external_ids" key="xs-system-uuid"/>.
3fe80505
BP
68 </column>
69
3fd8d445
BP
70 <column name="external_ids" key="xs-system-uuid">
71 The Citrix XenServer universally unique identifier for the physical
72 host as displayed by <code>xe host-list</code>.
f5e7ed5d 73 </column>
40358701 74
12eb035b
AW
75 <column name="other_config" key="stats-update-interval"
76 type='{"type": "integer", "minInteger": 5000}'>
77 <p>
78 Interval for updating statistics to the database, in milliseconds.
79 This option will affect the update of the <code>statistics</code>
80 column in the following tables: <code>Port</code>, <code>Interface
81 </code>, <code>Mirror</code>.
82 </p>
83 <p>
84 Default value is 5000 ms.
85 </p>
86 <p>
87 Getting statistics more frequently can be achieved via OpenFlow.
88 </p>
89 </column>
90
40358701
GS
91 <column name="other_config" key="flow-restore-wait"
92 type='{"type": "boolean"}'>
93 <p>
94 When <code>ovs-vswitchd</code> starts up, it has an empty flow table
95 and therefore it handles all arriving packets in its default fashion
96 according to its configuration, by dropping them or sending them to
97 an OpenFlow controller or switching them as a standalone switch.
98 This behavior is ordinarily desirable. However, if
99 <code>ovs-vswitchd</code> is restarting as part of a ``hot-upgrade,''
100 then this leads to a relatively long period during which packets are
101 mishandled.
102 </p>
103 <p>
104 This option allows for improvement. When <code>ovs-vswitchd</code>
105 starts with this value set as <code>true</code>, it will neither
106 flush or expire previously set datapath flows nor will it send and
107 receive any packets to or from the datapath. When this value is
108 later set to <code>false</code>, <code>ovs-vswitchd</code> will
109 start receiving packets from the datapath and re-setup the flows.
110 </p>
111 <p>
112 Thus, with this option, the procedure for a hot-upgrade of
113 <code>ovs-vswitchd</code> becomes roughly the following:
114 </p>
115 <ol>
116 <li>
117 Stop <code>ovs-vswitchd</code>.
118 </li>
119 <li>
120 Set <ref column="other_config" key="flow-restore-wait"/>
121 to <code>true</code>.
122 </li>
123 <li>
124 Start <code>ovs-vswitchd</code>.
125 </li>
126 <li>
127 Use <code>ovs-ofctl</code> (or some other program, such as an
128 OpenFlow controller) to restore the OpenFlow flow table
129 to the desired state.
130 </li>
131 <li>
132 Set <ref column="other_config" key="flow-restore-wait"/>
133 to <code>false</code> (or remove it entirely from the database).
134 </li>
135 </ol>
407b1473
GS
136 <p>
137 The <code>ovs-ctl</code>'s ``restart'' and ``force-reload-kmod''
138 functions use the above config option during hot upgrades.
139 </p>
40358701 140 </column>
380f49c4 141
e79a6c83 142 <column name="other_config" key="flow-limit"
380f49c4
EJ
143 type='{"type": "integer", "minInteger": 0}'>
144 <p>
e79a6c83
EJ
145 The maximum
146 number of flows allowed in the datapath flow table. Internally OVS
147 will choose a flow limit which will likely be lower than this number,
148 based on real time network conditions.
380f49c4
EJ
149 </p>
150 <p>
e79a6c83 151 The default is 200000.
380f49c4
EJ
152 </p>
153 </column>
7155fa52 154
f2eee189
AW
155 <column name="other_config" key="n-dpdk-rxqs"
156 type='{"type": "integer", "minInteger": 1}'>
157 <p>
a0cb2d66 158 Specifies the maximum number of rx queues to be created for each dpdk
f2eee189
AW
159 interface. If not specified or specified to 0, one rx queue will
160 be created for each dpdk interface by default.
161 </p>
162 </column>
163
164 <column name="other_config" key="pmd-cpu-mask">
165 <p>
166 Specifies CPU mask for setting the cpu affinity of PMD (Poll
167 Mode Driver) threads. Value should be in the form of hex string,
168 similar to the dpdk EAL '-c COREMASK' option input or the 'taskset'
169 mask input.
170 </p>
171 <p>
172 The lowest order bit corresponds to the first CPU core. A set bit
ee8627fa
AW
173 means the corresponding core is available and a pmd thread will be
174 created and pinned to it. If the input does not cover all cores,
175 those uncovered cores are considered not set.
f2eee189
AW
176 </p>
177 <p>
178 If not specified, one pmd thread will be created for each numa node
179 and pinned to any available core on the numa node by default.
180 </p>
181 </column>
182
448a4b2f
AW
183 <column name="other_config" key="n-handler-threads"
184 type='{"type": "integer", "minInteger": 1}'>
185 <p>
186 Specifies the number of threads for software datapaths to use for
e79a6c83
EJ
187 handling new flows. The default the number of online CPU cores minus
188 the number of revalidators.
189 </p>
190 <p>
191 This configuration is per datapath. If you have more than one
192 software datapath (e.g. some <code>system</code> bridges and some
193 <code>netdev</code> bridges), then the total number of threads is
194 <code>n-handler-threads</code> times the number of software
195 datapaths.
196 </p>
197 </column>
198
199 <column name="other_config" key="n-revalidator-threads"
200 type='{"type": "integer", "minInteger": 1}'>
201 <p>
202 Specifies the number of threads for software datapaths to use for
203 revalidating flows in the datapath. Typically, there is a direct
204 correlation between the number of revalidator threads, and the number
205 of flows allowed in the datapath. The default is the number of cpu
206 cores divided by four plus one. If <code>n-handler-threads</code> is
207 set, the default changes to the number of cpu cores minus the number
208 of handler threads.
448a4b2f
AW
209 </p>
210 <p>
211 This configuration is per datapath. If you have more than one
212 software datapath (e.g. some <code>system</code> bridges and some
213 <code>netdev</code> bridges), then the total number of threads is
214 <code>n-handler-threads</code> times the number of software
215 datapaths.
216 </p>
217 </column>
89365653
BP
218 </group>
219
220 <group title="Status">
221 <column name="next_cfg">
222 Sequence number for client to increment. When a client modifies
223 any part of the database configuration and wishes to wait for
224 Open vSwitch to finish applying the changes, it may increment
225 this sequence number.
226 </column>
227
228 <column name="cur_cfg">
229 Sequence number that Open vSwitch sets to the current value of
2e57b537 230 <ref column="next_cfg"/> after it finishes applying a set of
89365653
BP
231 configuration changes.
232 </column>
c1c9c9c4 233
3fd8d445 234 <group title="Statistics">
018f1525 235 <p>
3fd8d445
BP
236 The <code>statistics</code> column contains key-value pairs that
237 report statistics about a system running an Open vSwitch. These are
238 updated periodically (currently, every 5 seconds). Key-value pairs
239 that cannot be determined or that do not apply to a platform are
240 omitted.
ce887677
BP
241 </p>
242
f9e5e5b3
BP
243 <column name="other_config" key="enable-statistics"
244 type='{"type": "boolean"}'>
3fd8d445
BP
245 Statistics are disabled by default to avoid overhead in the common
246 case when statistics gathering is not useful. Set this value to
247 <code>true</code> to enable populating the <ref column="statistics"/>
248 column or to <code>false</code> to explicitly disable it.
249 </column>
3fe80505 250
f9e5e5b3
BP
251 <column name="statistics" key="cpu"
252 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
253 <p>
254 Number of CPU processors, threads, or cores currently online and
255 available to the operating system on which Open vSwitch is running,
256 as an integer. This may be less than the number installed, if some
257 are not online or if they are not available to the operating
258 system.
259 </p>
260 <p>
261 Open vSwitch userspace processes are not multithreaded, but the
262 Linux kernel-based datapath is.
263 </p>
264 </column>
ce887677 265
3fd8d445
BP
266 <column name="statistics" key="load_average">
267 A comma-separated list of three floating-point numbers,
268 representing the system load average over the last 1, 5, and 15
269 minutes, respectively.
270 </column>
ce887677 271
3fd8d445
BP
272 <column name="statistics" key="memory">
273 <p>
274 A comma-separated list of integers, each of which represents a
275 quantity of memory in kilobytes that describes the operating
276 system on which Open vSwitch is running. In respective order,
277 these values are:
278 </p>
ce887677 279
3fd8d445
BP
280 <ol>
281 <li>Total amount of RAM allocated to the OS.</li>
282 <li>RAM allocated to the OS that is in use.</li>
283 <li>RAM that can be flushed out to disk or otherwise discarded
284 if that space is needed for another purpose. This number is
285 necessarily less than or equal to the previous value.</li>
286 <li>Total disk space allocated for swap.</li>
287 <li>Swap space currently in use.</li>
288 </ol>
ce887677 289
3fd8d445
BP
290 <p>
291 On Linux, all five values can be determined and are included. On
292 other operating systems, only the first two values can be
293 determined, so the list will only have two values.
294 </p>
295 </column>
ce887677 296
3fd8d445
BP
297 <column name="statistics" key="process_NAME">
298 <p>
299 One such key-value pair, with <code>NAME</code> replaced by
300 a process name, will exist for each running Open vSwitch
301 daemon process, with <var>name</var> replaced by the
302 daemon's name (e.g. <code>process_ovs-vswitchd</code>). The
303 value is a comma-separated list of integers. The integers
304 represent the following, with memory measured in kilobytes
305 and durations in milliseconds:
306 </p>
ce887677 307
3fd8d445
BP
308 <ol>
309 <li>The process's virtual memory size.</li>
310 <li>The process's resident set size.</li>
311 <li>The amount of user and system CPU time consumed by the
312 process.</li>
313 <li>The number of times that the process has crashed and been
314 automatically restarted by the monitor.</li>
315 <li>The duration since the process was started.</li>
316 <li>The duration for which the process has been running.</li>
317 </ol>
ce887677 318
3fd8d445
BP
319 <p>
320 The interpretation of some of these values depends on whether the
321 process was started with the <option>--monitor</option>. If it
322 was not, then the crash count will always be 0 and the two
323 durations will always be the same. If <option>--monitor</option>
324 was given, then the crash count may be positive; if it is, the
325 latter duration is the amount of time since the most recent crash
326 and restart.
327 </p>
ce887677 328
3fd8d445
BP
329 <p>
330 There will be one key-value pair for each file in Open vSwitch's
331 ``run directory'' (usually <code>/var/run/openvswitch</code>)
332 whose name ends in <code>.pid</code>, whose contents are a
333 process ID, and which is locked by a running process. The
334 <var>name</var> is taken from the pidfile's name.
335 </p>
ce887677 336
3fd8d445
BP
337 <p>
338 Currently Open vSwitch is only able to obtain all of the above
339 detail on Linux systems. On other systems, the same key-value
340 pairs will be present but the values will always be the empty
341 string.
342 </p>
343 </column>
ce887677 344
3fd8d445
BP
345 <column name="statistics" key="file_systems">
346 <p>
347 A space-separated list of information on local, writable file
348 systems. Each item in the list describes one file system and
349 consists in turn of a comma-separated list of the following:
350 </p>
ce887677 351
3fd8d445
BP
352 <ol>
353 <li>Mount point, e.g. <code>/</code> or <code>/var/log</code>.
354 Any spaces or commas in the mount point are replaced by
355 underscores.</li>
356 <li>Total size, in kilobytes, as an integer.</li>
357 <li>Amount of storage in use, in kilobytes, as an integer.</li>
358 </ol>
ce887677 359
3fd8d445
BP
360 <p>
361 This key-value pair is omitted if there are no local, writable
362 file systems or if Open vSwitch cannot obtain the needed
363 information.
364 </p>
365 </column>
366 </group>
89365653 367 </group>
94db5407 368
538c6dfa
BP
369 <group title="Version Reporting">
370 <p>
6b4186af
EJ
371 These columns report the types and versions of the hardware and
372 software running Open vSwitch. We recommend in general that software
373 should test whether specific features are supported instead of relying
374 on version number checks. These values are primarily intended for
375 reporting to human administrators.
538c6dfa
BP
376 </p>
377
378 <column name="ovs_version">
d4da3acc 379 The Open vSwitch version number, e.g. <code>1.1.0</code>.
538c6dfa
BP
380 </column>
381
8159b984 382 <column name="db_version">
6b4186af 383 <p>
8159b984
BP
384 The database schema version number in the form
385 <code><var>major</var>.<var>minor</var>.<var>tweak</var></code>,
386 e.g. <code>1.2.3</code>. Whenever the database schema is changed in
387 a non-backward compatible way (e.g. deleting a column or a table),
388 <var>major</var> is incremented. When the database schema is changed
389 in a backward compatible way (e.g. adding a new column),
390 <var>minor</var> is incremented. When the database schema is changed
391 cosmetically (e.g. reindenting its syntax), <var>tweak</var> is
392 incremented.
393 </p>
394
395 <p>
396 The schema version is part of the database schema, so it can also be
397 retrieved by fetching the schema using the Open vSwitch database
398 protocol.
399 </p>
400 </column>
401
538c6dfa
BP
402 <column name="system_type">
403 <p>
6b4186af
EJ
404 An identifier for the type of system on top of which Open vSwitch
405 runs, e.g. <code>XenServer</code> or <code>KVM</code>.
406 </p>
407 <p>
408 System integrators are responsible for choosing and setting an
409 appropriate value for this column.
410 </p>
538c6dfa
BP
411 </column>
412
413 <column name="system_version">
414 <p>
6b4186af 415 The version of the system identified by <ref column="system_type"/>,
404c1692 416 e.g. <code>5.6.100-39265p</code> on XenServer 5.6.100 build 39265.
6b4186af
EJ
417 </p>
418 <p>
419 System integrators are responsible for choosing and setting an
420 appropriate value for this column.
421 </p>
538c6dfa 422 </column>
6b4186af 423
538c6dfa
BP
424 </group>
425
842733c3
MG
426 <group title="Capabilities">
427 <p>
428 These columns report capabilities of the Open vSwitch instance.
429 </p>
430 <column name="datapath_types">
431 <p>
432 This column reports the different dpifs registered with the system.
433 These are the values that this instance supports in the <ref
434 column="datapath_type" table="Bridge"/> column of the <ref
435 table="Bridge"/> table.
436 </p>
437 </column>
438 <column name="iface_types">
439 <p>
440 This column reports the different netdevs registered with the system.
441 These are the values that this instance supports in the <ref
442 column="type" table="Interface"/> column of the <ref
443 table="Interface"/> table.
444 </p>
445 </column>
446 </group>
447
94db5407
BP
448 <group title="Database Configuration">
449 <p>
450 These columns primarily configure the Open vSwitch database
451 (<code>ovsdb-server</code>), not the Open vSwitch switch
452 (<code>ovs-vswitchd</code>). The OVSDB database also uses the <ref
453 column="ssl"/> settings.
454 </p>
455
456 <p>
457 The Open vSwitch switch does read the database configuration to
458 determine remote IP addresses to which in-band control should apply.
459 </p>
460
461 <column name="manager_options">
462 Database clients to which the Open vSwitch database server should
463 connect or to which it should listen, along with options for how these
464 connection should be configured. See the <ref table="Manager"/> table
465 for more information.
466 </column>
94db5407 467 </group>
3fd8d445
BP
468
469 <group title="Common Columns">
470 The overall purpose of these columns is described under <code>Common
471 Columns</code> at the beginning of this document.
472
473 <column name="other_config"/>
474 <column name="external_ids"/>
475 </group>
89365653
BP
476 </table>
477
478 <table name="Bridge">
479 <p>
480 Configuration for a bridge within an
481 <ref table="Open_vSwitch"/>.
482 </p>
483 <p>
484 A <ref table="Bridge"/> record represents an Ethernet switch with one or
485 more ``ports,'' which are the <ref table="Port"/> records pointed to by
486 the <ref table="Bridge"/>'s <ref column="ports"/> column.
487 </p>
488
489 <group title="Core Features">
490 <column name="name">
491 Bridge identifier. Should be alphanumeric and no more than about 8
492 bytes long. Must be unique among the names of ports, interfaces, and
493 bridges on a host.
494 </column>
495
496 <column name="ports">
497 Ports included in the bridge.
498 </column>
499
500 <column name="mirrors">
501 Port mirroring configuration.
502 </column>
503
504 <column name="netflow">
505 NetFlow configuration.
506 </column>
507
508 <column name="sflow">
29089a54
RL
509 sFlow(R) configuration.
510 </column>
511
512 <column name="ipfix">
513 IPFIX configuration.
89365653
BP
514 </column>
515
516 <column name="flood_vlans">
6c2d2a9f
BP
517 <p>
518 VLAN IDs of VLANs on which MAC address learning should be disabled,
519 so that packets are flooded instead of being sent to specific ports
520 that are believed to contain packets' destination MACs. This should
521 ordinarily be used to disable MAC learning on VLANs used for
522 mirroring (RSPAN VLANs). It may also be useful for debugging.
523 </p>
524 <p>
525 SLB bonding (see the <ref table="Port" column="bond_mode"/> column in
526 the <ref table="Port"/> table) is incompatible with
527 <code>flood_vlans</code>. Consider using another bonding mode or
528 a different type of mirror instead.
529 </p>
89365653 530 </column>
99eef98b
DF
531
532 <column name="auto_attach">
533 Auto Attach configuration.
534 </column>
89365653
BP
535 </group>
536
537 <group title="OpenFlow Configuration">
538 <column name="controller">
88f69f88
BP
539 <p>
540 OpenFlow controller set. If unset, then no OpenFlow controllers
541 will be used.
542 </p>
543
544 <p>
545 If there are primary controllers, removing all of them clears the
546 flow table. If there are no primary controllers, adding one also
547 clears the flow table. Other changes to the set of controllers, such
548 as adding or removing a service controller, adding another primary
549 controller to supplement an existing primary controller, or removing
550 only one of two primary controllers, have no effect on the flow
551 table.
552 </p>
89365653
BP
553 </column>
554
254750ce
BP
555 <column name="flow_tables">
556 Configuration for OpenFlow tables. Each pair maps from an OpenFlow
557 table ID to configuration for that table.
558 </column>
559
31681a5d
JP
560 <column name="fail_mode">
561 <p>When a controller is configured, it is, ordinarily, responsible
3fd8d445
BP
562 for setting up all flows on the switch. Thus, if the connection to
563 the controller fails, no new network connections can be set up.
564 If the connection to the controller stays down long enough,
565 no packets can pass through the switch at all. This setting
566 determines the switch's response to such a situation. It may be set
567 to one of the following:
568 <dl>
569 <dt><code>standalone</code></dt>
570 <dd>If no message is received from the controller for three
571 times the inactivity probe interval
572 (see <ref column="inactivity_probe"/>), then Open vSwitch
573 will take over responsibility for setting up flows. In
574 this mode, Open vSwitch causes the bridge to act like an
575 ordinary MAC-learning switch. Open vSwitch will continue
576 to retry connecting to the controller in the background
577 and, when the connection succeeds, it will discontinue its
578 standalone behavior.</dd>
579 <dt><code>secure</code></dt>
580 <dd>Open vSwitch will not set up flows on its own when the
581 controller connection fails or when no controllers are
582 defined. The bridge will continue to retry connecting to
583 any defined controllers forever.</dd>
584 </dl>
31681a5d 585 </p>
aed2db18
BP
586 <p>
587 The default is <code>standalone</code> if the value is unset, but
588 future versions of Open vSwitch may change the default.
589 </p>
7dea6ace
BP
590 <p>
591 The <code>standalone</code> mode can create forwarding loops on a
592 bridge that has more than one uplink port unless STP is enabled. To
593 avoid loops on such a bridge, configure <code>secure</code> mode or
594 enable STP (see <ref column="stp_enable"/>).
595 </p>
299a244b 596 <p>When more than one controller is configured,
3fd8d445
BP
597 <ref column="fail_mode"/> is considered only when none of the
598 configured controllers can be contacted.</p>
88f69f88
BP
599 <p>
600 Changing <ref column="fail_mode"/> when no primary controllers are
601 configured clears the flow table.
602 </p>
31681a5d
JP
603 </column>
604
89365653 605 <column name="datapath_id">
8de67146
BP
606 Reports the OpenFlow datapath ID in use. Exactly 16 hex digits.
607 (Setting this column has no useful effect. Set <ref
608 column="other-config" key="datapath-id"/> instead.)
89365653 609 </column>
3fd8d445 610
b5cbbcf6
AZ
611 <column name="datapath_version">
612 <p>
613 Reports the version number of the Open vSwitch datapath in use.
614 This allows management software to detect and report discrepancies
615 between Open vSwitch userspace and datapath versions. (The <ref
616 column="ovs_version" table="Open_vSwitch"/> column in the <ref
617 table="Open_vSwitch"/> reports the Open vSwitch userspace version.)
618 The version reported depends on the datapath in use:
619 </p>
620
621 <ul>
622 <li>
623 When the kernel module included in the Open vSwitch source tree is
624 used, this column reports the Open vSwitch version from which the
625 module was taken.
626 </li>
627
628 <li>
629 When the kernel module that is part of the upstream Linux kernel is
630 used, this column reports <code>&lt;unknown&gt;</code>.
631 </li>
632
633 <li>
634 When the datapath is built into the <code>ovs-vswitchd</code>
635 binary, this column reports <code>&lt;built-in&gt;</code>. A
636 built-in datapath is by definition the same version as the rest of
637 the Open VSwitch userspace.
638 </li>
639
640 <li>
641 Other datapaths (such as the Hyper-V kernel datapath) currently
642 report <code>&lt;unknown&gt;</code>.
643 </li>
644 </ul>
645
646 <p>
647 A version discrepancy between <code>ovs-vswitchd</code> and the
648 datapath in use is not normally cause for alarm. The Open vSwitch
649 kernel datapaths for Linux and Hyper-V, in particular, are designed
650 for maximum inter-version compatibility: any userspace version works
651 with with any kernel version. Some reasons do exist to insist on
652 particular user/kernel pairings. First, newer kernel versions add
653 new features, that can only be used by new-enough userspace, e.g.
654 VXLAN tunneling requires certain minimal userspace and kernel
655 versions. Second, as an extension to the first reason, some newer
656 kernel versions add new features for enhancing performance that only
657 new-enough userspace versions can take advantage of.
658 </p>
659 </column>
660
3fd8d445
BP
661 <column name="other_config" key="datapath-id">
662 Exactly 16 hex digits to set the OpenFlow datapath ID to a specific
663 value. May not be all-zero.
664 </column>
665
8b6ff729
BP
666 <column name="other_config" key="dp-desc">
667 Human readable description of datapath. It it a maximum 256
668 byte-long free-form string to describe the datapath for
669 debugging purposes, e.g. <code>switch3 in room 3120</code>.
670 </column>
671
f9e5e5b3
BP
672 <column name="other_config" key="disable-in-band"
673 type='{"type": "boolean"}'>
3fd8d445
BP
674 If set to <code>true</code>, disable in-band control on the bridge
675 regardless of controller and manager settings.
676 </column>
677
f9e5e5b3
BP
678 <column name="other_config" key="in-band-queue"
679 type='{"type": "integer", "minInteger": 0, "maxInteger": 4294967295}'>
3fd8d445
BP
680 A queue ID as a nonnegative integer. This sets the OpenFlow queue ID
681 that will be used by flows set up by in-band control on this bridge.
682 If unset, or if the port used by an in-band control flow does not have
683 QoS configured, or if the port does not have a queue with the specified
684 ID, the default queue is used instead.
685 </column>
7beaa082
SH
686
687 <column name="protocols">
ecb229be 688 <p>
6dc53744
BP
689 List of OpenFlow protocols that may be used when negotiating
690 a connection with a controller. OpenFlow 1.0, 1.1, 1.2, and
691 1.3 are enabled by default if this column is empty.
ecb229be
BP
692 </p>
693
694 <p>
aa233d57
BP
695 OpenFlow 1.4 is not enabled by default because its implementation is
696 missing features.
ecb229be 697 </p>
42dccab5
BP
698
699 <p>
700 OpenFlow 1.5 has the same risks as OpenFlow 1.4, but it is even more
701 experimental because the OpenFlow 1.5 specification is still under
702 development and thus subject to change. Pass
703 <code>--enable-of15</code> to <code>ovs-vswitchd</code> to allow
704 OpenFlow 1.5 to be enabled.
705 </p>
7beaa082 706 </column>
89365653
BP
707 </group>
708
21f7563c 709 <group title="Spanning Tree Configuration">
01f13d4f
BP
710 <p>
711 The IEEE 802.1D Spanning Tree Protocol (STP) is a network protocol
712 that ensures loop-free topologies. It allows redundant links to
713 be included in the network to provide automatic backup paths if
714 the active links fails.
715 </p>
9cc6bf75 716
01f13d4f
BP
717 <p>
718 These settings configure the slower-to-converge but still widely
719 supported version of Spanning Tree Protocol, sometimes known as
720 802.1D-1998. Open vSwitch also supports the newer Rapid Spanning Tree
721 Protocol (RSTP), documented later in the section titled <code>Rapid
722 Spanning Tree Configuration</code>.
723 </p>
21f7563c 724
01f13d4f
BP
725 <group title="STP Configuration">
726 <column name="stp_enable" type='{"type": "boolean"}'>
727 <p>
728 Enable spanning tree on the bridge. By default, STP is disabled
729 on bridges. Bond, internal, and mirror ports are not supported
730 and will not participate in the spanning tree.
731 </p>
21f7563c 732
01f13d4f
BP
733 <p>
734 STP and RSTP are mutually exclusive. If both are enabled, RSTP
735 will be used.
736 </p>
737 </column>
21f7563c 738
01f13d4f
BP
739 <column name="other_config" key="stp-system-id">
740 The bridge's STP identifier (the lower 48 bits of the bridge-id)
741 in the form
742 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>.
743 By default, the identifier is the MAC address of the bridge.
744 </column>
21f7563c 745
01f13d4f
BP
746 <column name="other_config" key="stp-priority"
747 type='{"type": "integer", "minInteger": 0, "maxInteger": 65535}'>
748 The bridge's relative priority value for determining the root
749 bridge (the upper 16 bits of the bridge-id). A bridge with the
750 lowest bridge-id is elected the root. By default, the priority
751 is 0x8000.
752 </column>
dc2b70ba 753
01f13d4f
BP
754 <column name="other_config" key="stp-hello-time"
755 type='{"type": "integer", "minInteger": 1, "maxInteger": 10}'>
756 The interval between transmissions of hello messages by
757 designated ports, in seconds. By default the hello interval is
758 2 seconds.
759 </column>
dc2b70ba 760
01f13d4f
BP
761 <column name="other_config" key="stp-max-age"
762 type='{"type": "integer", "minInteger": 6, "maxInteger": 40}'>
763 The maximum age of the information transmitted by the bridge
764 when it is the root bridge, in seconds. By default, the maximum
765 age is 20 seconds.
766 </column>
767
768 <column name="other_config" key="stp-forward-delay"
769 type='{"type": "integer", "minInteger": 4, "maxInteger": 30}'>
770 The delay to wait between transitioning root and designated
771 ports to <code>forwarding</code>, in seconds. By default, the
772 forwarding delay is 15 seconds.
773 </column>
774
775 <column name="other_config" key="mcast-snooping-aging-time"
776 type='{"type": "integer", "minInteger": 1}'>
777 <p>
778 The maximum number of seconds to retain a multicast snooping entry for
779 which no packets have been seen. The default is currently 300
780 seconds (5 minutes). The value, if specified, is forced into a
781 reasonable range, currently 15 to 3600 seconds.
782 </p>
783 </column>
784
785 <column name="other_config" key="mcast-snooping-table-size"
786 type='{"type": "integer", "minInteger": 1}'>
787 <p>
788 The maximum number of multicast snooping addresses to learn. The
789 default is currently 2048. The value, if specified, is forced into
790 a reasonable range, currently 10 to 1,000,000.
791 </p>
792 </column>
793 <column name="other_config" key="mcast-snooping-disable-flood-unregistered"
794 type='{"type": "boolean"}'>
795 <p>
796 If set to <code>false</code>, unregistered multicast packets are forwarded
797 to all ports.
798 If set to <code>true</code>, unregistered multicast packets are forwarded
799 to ports connected to multicast routers.
800 </p>
801 </column>
802 </group>
803
804 <group title="STP Status">
dc2b70ba 805 <p>
01f13d4f
BP
806 These key-value pairs report the status of 802.1D-1998. They are
807 present only if STP is enabled (via the <ref column="stp_enable"/>
808 column).
dc2b70ba 809 </p>
01f13d4f
BP
810 <column name="status" key="stp_bridge_id">
811 The bridge ID used in spanning tree advertisements, in the form
812 <var>xxxx</var>.<var>yyyyyyyyyyyy</var> where the <var>x</var>s are
813 the STP priority, the <var>y</var>s are the STP system ID, and each
814 <var>x</var> and <var>y</var> is a hex digit.
815 </column>
816 <column name="status" key="stp_designated_root">
817 The designated root for this spanning tree, in the same form as <ref
818 column="status" key="stp_bridge_id"/>. If this bridge is the root,
819 this will have the same value as <ref column="status"
820 key="stp_bridge_id"/>, otherwise it will differ.
821 </column>
822 <column name="status" key="stp_root_path_cost">
823 The path cost of reaching the designated bridge. A lower number is
824 better. The value is 0 if this bridge is the root, otherwise it is
825 higher.
826 </column>
827 </group>
828 </group>
829
830 <group title="Rapid Spanning Tree">
831 <p>
832 Rapid Spanning Tree Protocol (RSTP), like STP, is a network protocol
833 that ensures loop-free topologies. RSTP superseded STP with the
834 publication of 802.1D-2004. Compared to STP, RSTP converges more
835 quickly and recovers more quickly from failures.
836 </p>
837
838 <group title="RSTP Configuration">
839 <column name="rstp_enable" type='{"type": "boolean"}'>
840 <p>
841 Enable Rapid Spanning Tree on the bridge. By default, RSTP is disabled
842 on bridges. Bond, internal, and mirror ports are not supported
843 and will not participate in the spanning tree.
844 </p>
845
846 <p>
847 STP and RSTP are mutually exclusive. If both are enabled, RSTP
848 will be used.
849 </p>
850 </column>
851
852 <column name="other_config" key="rstp-address">
853 The bridge's RSTP address (the lower 48 bits of the bridge-id)
854 in the form
855 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>.
856 By default, the address is the MAC address of the bridge.
857 </column>
858
859 <column name="other_config" key="rstp-priority"
860 type='{"type": "integer", "minInteger": 0, "maxInteger": 61440}'>
861 The bridge's relative priority value for determining the root
862 bridge (the upper 16 bits of the bridge-id). A bridge with the
863 lowest bridge-id is elected the root. By default, the priority
864 is 0x8000 (32768). This value needs to be a multiple of 4096,
865 otherwise it's rounded to the nearest inferior one.
866 </column>
867
868 <column name="other_config" key="rstp-ageing-time"
869 type='{"type": "integer", "minInteger": 10, "maxInteger": 1000000}'>
870 The Ageing Time parameter for the Bridge. The default value
871 is 300 seconds.
872 </column>
873
874 <column name="other_config" key="rstp-force-protocol-version"
875 type='{"type": "integer"}'>
876 The Force Protocol Version parameter for the Bridge. This
877 can take the value 0 (STP Compatibility mode) or 2
878 (the default, normal operation).
879 </column>
880
881 <column name="other_config" key="rstp-max-age"
882 type='{"type": "integer", "minInteger": 6, "maxInteger": 40}'>
883 The maximum age of the information transmitted by the Bridge
884 when it is the Root Bridge. The default value is 20.
885 </column>
886
887 <column name="other_config" key="rstp-forward-delay"
888 type='{"type": "integer", "minInteger": 4, "maxInteger": 30}'>
889 The delay used by STP Bridges to transition Root and Designated
890 Ports to Forwarding. The default value is 15.
891 </column>
892
893 <column name="other_config" key="rstp-transmit-hold-count"
894 type='{"type": "integer", "minInteger": 1, "maxInteger": 10}'>
895 The Transmit Hold Count used by the Port Transmit state machine
896 to limit transmission rate. The default value is 6.
897 </column>
898 </group>
899
900 <group title="RSTP Status">
dc2b70ba 901 <p>
01f13d4f
BP
902 These key-value pairs report the status of 802.1D-2004. They are
903 present only if RSTP is enabled (via the <ref column="rstp_enable"/>
904 column).
dc2b70ba 905 </p>
01f13d4f
BP
906 <column name="rstp_status" key="rstp_bridge_id">
907 The bridge ID used in rapid spanning tree advertisements, in the form
908 <var>x</var>.<var>yyy</var>.<var>zzzzzzzzzzzz</var> where
909 <var>x</var> is the RSTP priority, the <var>y</var>s are a locally
910 assigned system ID extension, the <var>z</var>s are the STP system
911 ID, and each <var>x</var>, <var>y</var>, or <var>z</var> is a hex
912 digit.
913 </column>
914 <column name="rstp_status" key="rstp_root_id">
915 The root of this spanning tree, in the same form as <ref
916 column="rstp_status" key="rstp_bridge_id"/>. If this bridge is the
917 root, this will have the same value as <ref column="rstp_status"
918 key="rstp_bridge_id"/>, otherwise it will differ.
919 </column>
920 <column name="rstp_status" key="rstp_root_path_cost"
921 type='{"type": "integer", "minInteger": 0}'>
922 The path cost of reaching the root. A lower number is better. The
923 value is 0 if this bridge is the root, otherwise it is higher.
924 </column>
925 <column name="rstp_status" key="rstp_designated_id">
926 The RSTP designated ID, in the same form as <ref column="rstp_status"
927 key="rstp_bridge_id"/>.
928 </column>
929 <column name="rstp_status" key="rstp_designated_port_id">
930 The RSTP designated port ID, as a 4-digit hex number.
931 </column>
932 <column name="rstp_status" key="rstp_bridge_port_id">
933 The RSTP bridge port ID, as a 4-digit hex number.
934 </column>
935 </group>
dc2b70ba
FL
936 </group>
937
938 <group title="Multicast Snooping Configuration">
939 Multicast snooping (RFC 4541) monitors the Internet Group Management
940 Protocol (IGMP) traffic between hosts and multicast routers. The
941 switch uses what IGMP snooping learns to forward multicast traffic
942 only to interfaces that are connected to interested receivers.
e3102e42 943 Currently it supports IGMPv1, IGMPv2 and IGMPv3 protocols.
dc2b70ba
FL
944
945 <column name="mcast_snooping_enable">
946 Enable multicast snooping on the bridge. For now, the default
947 is disabled.
948 </column>
21f7563c
JP
949 </group>
950
89365653
BP
951 <group title="Other Features">
952 <column name="datapath_type">
842733c3
MG
953 Name of datapath provider. The kernel datapath has type
954 <code>system</code>. The userspace datapath has type
955 <code>netdev</code>. A manager may refer to the <ref
956 table="Open_vSwitch" column="datapath_types"/> column of the <ref
957 table="Open_vSwitch"/> table for a list of the types accepted by this
958 Open vSwitch instance.
89365653
BP
959 </column>
960
3fd8d445
BP
961 <column name="external_ids" key="bridge-id">
962 A unique identifier of the bridge. On Citrix XenServer this will
963 commonly be the same as
964 <ref column="external_ids" key="xs-network-uuids"/>.
89365653
BP
965 </column>
966
3fd8d445
BP
967 <column name="external_ids" key="xs-network-uuids">
968 Semicolon-delimited set of universally unique identifier(s) for the
969 network with which this bridge is associated on a Citrix XenServer
970 host. The network identifiers are RFC 4122 UUIDs as displayed by,
971 e.g., <code>xe network-list</code>.
972 </column>
973
974 <column name="other_config" key="hwaddr">
975 An Ethernet address in the form
976 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>
977 to set the hardware address of the local port and influence the
978 datapath ID.
979 </column>
980
f9e5e5b3
BP
981 <column name="other_config" key="forward-bpdu"
982 type='{"type": "boolean"}'>
da1e25d5
BP
983
984 <p>
985 Controls forwarding of BPDUs and other network control frames when
986 NORMAL action is invoked. When this option is <code>false</code> or
987 unset, frames with reserved Ethernet addresses (see table below) will
988 not be forwarded. When this option is <code>true</code>, such frames
989 will not be treated specially.
990 </p>
991
992 <p>
993 The above general rule has the following exceptions:
994 </p>
995
996 <ul>
997 <li>
998 If STP is enabled on the bridge (see the <ref column="stp_enable"
999 table="Bridge"/> column in the <ref table="Bridge"/> table), the
1000 bridge processes all received STP packets and never passes them to
1001 OpenFlow or forwards them. This is true even if STP is disabled on
1002 an individual port.
1003 </li>
1004
1005 <li>
1006 If LLDP is enabled on an interface (see the <ref column="lldp"
1007 table="Interface"/> column in the <ref table="Interface"/> table),
1008 the interface processes received LLDP packets and never passes them
1009 to OpenFlow or forwards them.
1010 </li>
1011 </ul>
1012
1013 <p>
1014 Set this option to <code>true</code> if the Open vSwitch bridge
1015 connects different Ethernet networks and is not configured to
1016 participate in STP.
1017 </p>
1018
1019 <p>
1020 This option affects packets with the following destination MAC
1021 addresses:
1022 </p>
1023
05be4e2c
EJ
1024 <dl>
1025 <dt><code>01:80:c2:00:00:00</code></dt>
1026 <dd>IEEE 802.1D Spanning Tree Protocol (STP).</dd>
1027
1028 <dt><code>01:80:c2:00:00:01</code></dt>
1029 <dd>IEEE Pause frame.</dd>
1030
1031 <dt><code>01:80:c2:00:00:0<var>x</var></code></dt>
1032 <dd>Other reserved protocols.</dd>
1033
7d48a4cc
BP
1034 <dt><code>00:e0:2b:00:00:00</code></dt>
1035 <dd>Extreme Discovery Protocol (EDP).</dd>
c93f9a78 1036
7d48a4cc
BP
1037 <dt>
1038 <code>00:e0:2b:00:00:04</code> and <code>00:e0:2b:00:00:06</code>
1039 </dt>
1040 <dd>Ethernet Automatic Protection Switching (EAPS).</dd>
c93f9a78 1041
05be4e2c
EJ
1042 <dt><code>01:00:0c:cc:cc:cc</code></dt>
1043 <dd>
1044 Cisco Discovery Protocol (CDP), VLAN Trunking Protocol (VTP),
1045 Dynamic Trunking Protocol (DTP), Port Aggregation Protocol (PAgP),
1046 and others.
1047 </dd>
1048
1049 <dt><code>01:00:0c:cc:cc:cd</code></dt>
1050 <dd>Cisco Shared Spanning Tree Protocol PVSTP+.</dd>
1051
1052 <dt><code>01:00:0c:cd:cd:cd</code></dt>
1053 <dd>Cisco STP Uplink Fast.</dd>
1054
1055 <dt><code>01:00:0c:00:00:00</code></dt>
1056 <dd>Cisco Inter Switch Link.</dd>
7d48a4cc
BP
1057
1058 <dt><code>01:00:0c:cc:cc:c<var>x</var></code></dt>
1059 <dd>Cisco CFM.</dd>
05be4e2c 1060 </dl>
21f7563c 1061 </column>
e764773c
BP
1062
1063 <column name="other_config" key="mac-aging-time"
1064 type='{"type": "integer", "minInteger": 1}'>
1065 <p>
1066 The maximum number of seconds to retain a MAC learning entry for
1067 which no packets have been seen. The default is currently 300
1068 seconds (5 minutes). The value, if specified, is forced into a
1069 reasonable range, currently 15 to 3600 seconds.
1070 </p>
1071
1072 <p>
1073 A short MAC aging time allows a network to more quickly detect that a
1074 host is no longer connected to a switch port. However, it also makes
1075 it more likely that packets will be flooded unnecessarily, when they
1076 are addressed to a connected host that rarely transmits packets. To
1077 reduce the incidence of unnecessary flooding, use a MAC aging time
1078 longer than the maximum interval at which a host will ordinarily
1079 transmit packets.
1080 </p>
1081 </column>
c4069512
BP
1082
1083 <column name="other_config" key="mac-table-size"
1084 type='{"type": "integer", "minInteger": 1}'>
1085 <p>
1086 The maximum number of MAC addresses to learn. The default is
1087 currently 2048. The value, if specified, is forced into a reasonable
1088 range, currently 10 to 1,000,000.
1089 </p>
1090 </column>
21f7563c
JP
1091 </group>
1092
3fd8d445
BP
1093 <group title="Common Columns">
1094 The overall purpose of these columns is described under <code>Common
1095 Columns</code> at the beginning of this document.
1096
1097 <column name="other_config"/>
1098 <column name="external_ids"/>
1099 </group>
89365653 1100 </table>
d62d7cb1
JR
1101
1102 <table name="Port" table="Port or bond configuration.">
89365653
BP
1103 <p>A port within a <ref table="Bridge"/>.</p>
1104 <p>Most commonly, a port has exactly one ``interface,'' pointed to by its
3fd8d445
BP
1105 <ref column="interfaces"/> column. Such a port logically
1106 corresponds to a port on a physical Ethernet switch. A port
1107 with more than one interface is a ``bonded port'' (see
1108 <ref group="Bonding Configuration"/>).</p>
89365653 1109 <p>Some properties that one might think as belonging to a port are actually
3fd8d445 1110 part of the port's <ref table="Interface"/> members.</p>
89365653
BP
1111
1112 <column name="name">
1113 Port name. Should be alphanumeric and no more than about 8
1114 bytes long. May be the same as the interface name, for
1115 non-bonded ports. Must otherwise be unique among the names of
1116 ports, interfaces, and bridges on a host.
1117 </column>
1118
1119 <column name="interfaces">
1120 The port's interfaces. If there is more than one, this is a
1121 bonded Port.
1122 </column>
1123
1124 <group title="VLAN Configuration">
ecac4ebf
BP
1125 <p>Bridge ports support the following types of VLAN configuration:</p>
1126 <dl>
1127 <dt>trunk</dt>
1128 <dd>
1129 <p>
1130 A trunk port carries packets on one or more specified VLANs
1131 specified in the <ref column="trunks"/> column (often, on every
1132 VLAN). A packet that ingresses on a trunk port is in the VLAN
1133 specified in its 802.1Q header, or VLAN 0 if the packet has no
1134 802.1Q header. A packet that egresses through a trunk port will
5e9ceccd 1135 have an 802.1Q header if it has a nonzero VLAN ID.
ecac4ebf
BP
1136 </p>
1137
1138 <p>
1139 Any packet that ingresses on a trunk port tagged with a VLAN that
1140 the port does not trunk is dropped.
1141 </p>
1142 </dd>
1143
1144 <dt>access</dt>
1145 <dd>
1146 <p>
1147 An access port carries packets on exactly one VLAN specified in the
5e9ceccd
BP
1148 <ref column="tag"/> column. Packets egressing on an access port
1149 have no 802.1Q header.
ecac4ebf
BP
1150 </p>
1151
1152 <p>
5e9ceccd
BP
1153 Any packet with an 802.1Q header with a nonzero VLAN ID that
1154 ingresses on an access port is dropped, regardless of whether the
1155 VLAN ID in the header is the access port's VLAN ID.
ecac4ebf
BP
1156 </p>
1157 </dd>
1158
1159 <dt>native-tagged</dt>
1160 <dd>
1161 A native-tagged port resembles a trunk port, with the exception that
1162 a packet without an 802.1Q header that ingresses on a native-tagged
1163 port is in the ``native VLAN'' (specified in the <ref column="tag"/>
1164 column).
1165 </dd>
1166
1167 <dt>native-untagged</dt>
1168 <dd>
1169 A native-untagged port resembles a native-tagged port, with the
1170 exception that a packet that egresses on a native-untagged port in
5e9ceccd 1171 the native VLAN will not have an 802.1Q header.
ecac4ebf
BP
1172 </dd>
1173 </dl>
1174 <p>
1175 A packet will only egress through bridge ports that carry the VLAN of
1176 the packet, as described by the rules above.
89365653
BP
1177 </p>
1178
ecac4ebf 1179 <column name="vlan_mode">
7894d33b 1180 <p>
ecac4ebf
BP
1181 The VLAN mode of the port, as described above. When this column is
1182 empty, a default mode is selected as follows:
7894d33b 1183 </p>
ecac4ebf
BP
1184 <ul>
1185 <li>
1186 If <ref column="tag"/> contains a value, the port is an access
1187 port. The <ref column="trunks"/> column should be empty.
1188 </li>
1189 <li>
1190 Otherwise, the port is a trunk port. The <ref column="trunks"/>
1191 column value is honored if it is present.
1192 </li>
1193 </ul>
1194 </column>
1195
1196 <column name="tag">
7894d33b 1197 <p>
ecac4ebf
BP
1198 For an access port, the port's implicitly tagged VLAN. For a
1199 native-tagged or native-untagged port, the port's native VLAN. Must
1200 be empty if this is a trunk port.
7894d33b 1201 </p>
89365653
BP
1202 </column>
1203
1204 <column name="trunks">
7894d33b 1205 <p>
ecac4ebf
BP
1206 For a trunk, native-tagged, or native-untagged port, the 802.1Q VLAN
1207 or VLANs that this port trunks; if it is empty, then the port trunks
1208 all VLANs. Must be empty if this is an access port.
7894d33b
BP
1209 </p>
1210 <p>
ecac4ebf
BP
1211 A native-tagged or native-untagged port always trunks its native
1212 VLAN, regardless of whether <ref column="trunks"/> includes that
1213 VLAN.
7894d33b 1214 </p>
89365653 1215 </column>
5e9ceccd
BP
1216
1217 <column name="other_config" key="priority-tags"
1218 type='{"type": "boolean"}'>
1219 <p>
1220 An 802.1Q header contains two important pieces of information: a VLAN
1221 ID and a priority. A frame with a zero VLAN ID, called a
1222 ``priority-tagged'' frame, is supposed to be treated the same way as
1223 a frame without an 802.1Q header at all (except for the priority).
1224 </p>
1225
1226 <p>
1227 However, some network elements ignore any frame that has 802.1Q
1228 header at all, even when the VLAN ID is zero. Therefore, by default
1229 Open vSwitch does not output priority-tagged frames, instead omitting
1230 the 802.1Q header entirely if the VLAN ID is zero. Set this key to
1231 <code>true</code> to enable priority-tagged frames on a port.
1232 </p>
1233
1234 <p>
1235 Regardless of this setting, Open vSwitch omits the 802.1Q header on
1236 output if both the VLAN ID and priority would be zero.
1237 </p>
1238
1239 <p>
1240 All frames output to native-tagged ports have a nonzero VLAN ID, so
1241 this setting is not meaningful on native-tagged ports.
1242 </p>
1243 </column>
89365653
BP
1244 </group>
1245
1246 <group title="Bonding Configuration">
be02e7c3 1247 <p>A port that has more than one interface is a ``bonded port.'' Bonding
d64e1870
BP
1248 allows for load balancing and fail-over.</p>
1249
1250 <p>
1251 The following types of bonding will work with any kind of upstream
1252 switch. On the upstream switch, do not configure the interfaces as a
1253 bond:
1254 </p>
9f5073d8
EJ
1255
1256 <dl>
1257 <dt><code>balance-slb</code></dt>
1258 <dd>
1259 Balances flows among slaves based on source MAC address and output
1260 VLAN, with periodic rebalancing as traffic patterns change.
1261 </dd>
1262
1263 <dt><code>active-backup</code></dt>
1264 <dd>
1265 Assigns all flows to one slave, failing over to a backup slave when
629d868c
BP
1266 the active slave is disabled. This is the only bonding mode in which
1267 interfaces may be plugged into different upstream switches.
9f5073d8
EJ
1268 </dd>
1269 </dl>
1270
1271 <p>
fb0b29a3 1272 The following modes require the upstream switch to support 802.3ad with
9dd165e0
RK
1273 successful LACP negotiation. If LACP negotiation fails and
1274 other-config:lacp-fallback-ab is true, then <code>active-backup</code>
1275 mode is used:
9f5073d8
EJ
1276 </p>
1277
1278 <dl>
1279 <dt><code>balance-tcp</code></dt>
1280 <dd>
1281 Balances flows among slaves based on L2, L3, and L4 protocol
1282 information such as destination MAC address, IP address, and TCP
1283 port.
1284 </dd>
fb0b29a3
EJ
1285 </dl>
1286
89365653 1287 <p>These columns apply only to bonded ports. Their values are
3fd8d445 1288 otherwise ignored.</p>
89365653 1289
27dcaa1a 1290 <column name="bond_mode">
9f5073d8 1291 <p>The type of bonding used for a bonded port. Defaults to
4df08875 1292 <code>active-backup</code> if unset.
9f5073d8 1293 </p>
be02e7c3
EJ
1294 </column>
1295
96ada1a4
EJ
1296 <column name="other_config" key="bond-hash-basis"
1297 type='{"type": "integer"}'>
1298 An integer hashed along with flows when choosing output slaves in load
1299 balanced bonds. When changed, all flows will be assigned different
1300 hash values possibly causing slave selection decisions to change. Does
1301 not affect bonding modes which do not employ load balancing such as
1302 <code>active-backup</code>.
1303 </column>
1304
3fd8d445
BP
1305 <group title="Link Failure Detection">
1306 <p>
1307 An important part of link bonding is detecting that links are down so
1308 that they may be disabled. These settings determine how Open vSwitch
1309 detects link failure.
1310 </p>
89365653 1311
f9e5e5b3
BP
1312 <column name="other_config" key="bond-detect-mode"
1313 type='{"type": "string", "enum": ["set", ["carrier", "miimon"]]}'>
1314 The means used to detect link failures. Defaults to
3fd8d445
BP
1315 <code>carrier</code> which uses each interface's carrier to detect
1316 failures. When set to <code>miimon</code>, will check for failures
1317 by polling each interface's MII.
1318 </column>
89365653 1319
f9e5e5b3
BP
1320 <column name="other_config" key="bond-miimon-interval"
1321 type='{"type": "integer"}'>
3fd8d445
BP
1322 The interval, in milliseconds, between successive attempts to poll
1323 each interface's MII. Relevant only when <ref column="other_config"
1324 key="bond-detect-mode"/> is <code>miimon</code>.
1325 </column>
1326
1327 <column name="bond_updelay">
1328 <p>
1c144051 1329 The number of milliseconds for which the link must stay up on an
3fd8d445
BP
1330 interface before the interface is considered to be up. Specify
1331 <code>0</code> to enable the interface immediately.
1332 </p>
1333
1334 <p>
1335 This setting is honored only when at least one bonded interface is
1336 already enabled. When no interfaces are enabled, then the first
1337 bond interface to come up is enabled immediately.
1338 </p>
1339 </column>
1340
1341 <column name="bond_downdelay">
1c144051 1342 The number of milliseconds for which the link must stay down on an
3fd8d445
BP
1343 interface before the interface is considered to be down. Specify
1344 <code>0</code> to disable the interface immediately.
1345 </column>
1346 </group>
c25c91fd 1347
3fd8d445
BP
1348 <group title="LACP Configuration">
1349 <p>
1350 LACP, the Link Aggregation Control Protocol, is an IEEE standard that
1351 allows switches to automatically detect that they are connected by
1352 multiple links and aggregate across those links. These settings
1353 control LACP behavior.
1354 </p>
1355
1356 <column name="lacp">
1357 Configures LACP on this port. LACP allows directly connected
76ea8efd
AE
1358 switches to negotiate which links may be bonded. LACP may be enabled
1359 on non-bonded ports for the benefit of any switches they may be
c25c91fd
EJ
1360 connected to. <code>active</code> ports are allowed to initiate LACP
1361 negotiations. <code>passive</code> ports are allowed to participate
1362 in LACP negotiations initiated by a remote switch, but not allowed to
bdebeece
EJ
1363 initiate such negotiations themselves. If LACP is enabled on a port
1364 whose partner switch does not support LACP, the bond will be
9dd165e0
RK
1365 disabled, unless other-config:lacp-fallback-ab is set to true.
1366 Defaults to <code>off</code> if unset.
3fd8d445
BP
1367 </column>
1368
1369 <column name="other_config" key="lacp-system-id">
1370 The LACP system ID of this <ref table="Port"/>. The system ID of a
1371 LACP bond is used to identify itself to its partners. Must be a
a9bf011b
EJ
1372 nonzero MAC address. Defaults to the bridge Ethernet address if
1373 unset.
3fd8d445
BP
1374 </column>
1375
f9e5e5b3
BP
1376 <column name="other_config" key="lacp-system-priority"
1377 type='{"type": "integer", "minInteger": 1, "maxInteger": 65535}'>
3fd8d445
BP
1378 The LACP system priority of this <ref table="Port"/>. In LACP
1379 negotiations, link status decisions are made by the system with the
f9e5e5b3 1380 numerically lower priority.
3fd8d445
BP
1381 </column>
1382
bf83f7c8
EJ
1383 <column name="other_config" key="lacp-time"
1384 type='{"type": "string", "enum": ["set", ["fast", "slow"]]}'>
3fd8d445
BP
1385 <p>
1386 The LACP timing which should be used on this <ref table="Port"/>.
bf83f7c8
EJ
1387 By default <code>slow</code> is used. When configured to be
1388 <code>fast</code> LACP heartbeats are requested at a rate of once
1389 per second causing connectivity problems to be detected more
1390 quickly. In <code>slow</code> mode, heartbeats are requested at a
1391 rate of once every 30 seconds.
3fd8d445
BP
1392 </p>
1393 </column>
9dd165e0
RK
1394
1395 <column name="other_config" key="lacp-fallback-ab"
1396 type='{"type": "boolean"}'>
1397 <p>
1398 Determines the behavior of openvswitch bond in LACP mode. If
1399 the partner switch does not support LACP, setting this option
1400 to <code>true</code> allows openvswitch to fallback to
1401 active-backup. If the option is set to <code>false</code>, the
1402 bond will be disabled. In both the cases, once the partner switch
1403 is configured to LACP mode, the bond will use LACP.
1404 </p>
1405 </column>
3fd8d445
BP
1406 </group>
1407
b62ee96f 1408 <group title="Rebalancing Configuration">
3fd8d445
BP
1409 <p>
1410 These settings control behavior when a bond is in
b62ee96f 1411 <code>balance-slb</code> or <code>balance-tcp</code> mode.
3fd8d445
BP
1412 </p>
1413
f9e5e5b3 1414 <column name="other_config" key="bond-rebalance-interval"
bc1b010c
EJ
1415 type='{"type": "integer", "minInteger": 0, "maxInteger": 10000}'>
1416 For a load balanced bonded port, the number of milliseconds between
1417 successive attempts to rebalance the bond, that is, to move flows
1418 from one interface on the bond to another in an attempt to keep usage
1419 of each interface roughly equal. If zero, load balancing is disabled
1c144051 1420 on the bond (link failure still cause flows to move). If
bc1b010c 1421 less than 1000ms, the rebalance interval will be 1000ms.
3fd8d445
BP
1422 </column>
1423 </group>
1424
1425 <column name="bond_fake_iface">
1426 For a bonded port, whether to create a fake internal interface with the
1427 name of the port. Use only for compatibility with legacy software that
1428 requires this.
1429 </column>
89365653
BP
1430 </group>
1431
01f13d4f
BP
1432 <group title="Spanning Tree Protocol">
1433 <p>
1434 The configuration here is only meaningful, and the status is only
1435 populated, when 802.1D-1998 Spanning Tree Protocol is enabled on the
1436 port's <ref column="Bridge"/> with its <ref column="stp_enable"/>
1437 column.
1438 </p>
21f7563c 1439
01f13d4f
BP
1440 <group title="STP Configuration">
1441 <column name="other_config" key="stp-enable"
1442 type='{"type": "boolean"}'>
1443 When STP is enabled on a bridge, it is enabled by default on all of
1444 the bridge's ports except bond, internal, and mirror ports (which do
1445 not work with STP). If this column's value is <code>false</code>,
1446 STP is disabled on the port.
1447 </column>
21f7563c 1448
01f13d4f
BP
1449 <column name="other_config" key="stp-port-num"
1450 type='{"type": "integer", "minInteger": 1, "maxInteger": 255}'>
1451 The port number used for the lower 8 bits of the port-id. By
1452 default, the numbers will be assigned automatically. If any
1453 port's number is manually configured on a bridge, then they
1454 must all be.
1455 </column>
21f7563c 1456
01f13d4f
BP
1457 <column name="other_config" key="stp-port-priority"
1458 type='{"type": "integer", "minInteger": 0, "maxInteger": 255}'>
1459 The port's relative priority value for determining the root
1460 port (the upper 8 bits of the port-id). A port with a lower
1461 port-id will be chosen as the root port. By default, the
1462 priority is 0x80.
1463 </column>
1464
1465 <column name="other_config" key="stp-path-cost"
1466 type='{"type": "integer", "minInteger": 0, "maxInteger": 65535}'>
1467 Spanning tree path cost for the port. A lower number indicates
1468 a faster link. By default, the cost is based on the maximum
1469 speed of the link.
1470 </column>
1471 </group>
1472
1473 <group title="STP Status">
1474 <column name="status" key="stp_port_id">
1475 The port ID used in spanning tree advertisements for this port, as 4
1476 hex digits. Configuring the port ID is described in the
1477 <code>stp-port-num</code> and <code>stp-port-priority</code> keys of
1478 the <code>other_config</code> section earlier.
1479 </column>
1480 <column name="status" key="stp_state"
1481 type='{"type": "string", "enum": ["set",
1482 ["disabled", "listening", "learning",
1483 "forwarding", "blocking"]]}'>
1484 STP state of the port.
1485 </column>
1486 <column name="status" key="stp_sec_in_state"
1487 type='{"type": "integer", "minInteger": 0}'>
1488 The amount of time this port has been in the current STP state, in
1489 seconds.
1490 </column>
1491 <column name="status" key="stp_role"
1492 type='{"type": "string", "enum": ["set",
1493 ["root", "designated", "alternate"]]}'>
1494 STP role of the port.
1495 </column>
1496 </group>
21f7563c 1497 </group>
d62d7cb1 1498
01f13d4f
BP
1499 <group title="Rapid Spanning Tree Protocol">
1500 <p>
1501 The configuration here is only meaningful, and the status and
1502 statistics are only populated, when 802.1D-1998 Spanning Tree Protocol
1503 is enabled on the port's <ref column="Bridge"/> with its <ref
1504 column="stp_enable"/> column.
1505 </p>
d62d7cb1 1506
01f13d4f
BP
1507 <group title="RSTP Configuration">
1508 <column name="other_config" key="rstp-enable"
1509 type='{"type": "boolean"}'>
1510 When RSTP is enabled on a bridge, it is enabled by default on all of
1511 the bridge's ports except bond, internal, and mirror ports (which do
1512 not work with RSTP). If this column's value is <code>false</code>,
1513 RSTP is disabled on the port.
1514 </column>
d62d7cb1 1515
01f13d4f
BP
1516 <column name="other_config" key="rstp-port-priority"
1517 type='{"type": "integer", "minInteger": 0, "maxInteger": 240}'>
1518 The port's relative priority value for determining the root port, in
1519 multiples of 16. By default, the port priority is 0x80 (128). Any
1520 value in the lower 4 bits is rounded off. The significant upper 4
1521 bits become the upper 4 bits of the port-id. A port with the lowest
1522 port-id is elected as the root.
1523 </column>
d62d7cb1 1524
01f13d4f
BP
1525 <column name="other_config" key="rstp-port-num"
1526 type='{"type": "integer", "minInteger": 1, "maxInteger": 4095}'>
1527 The local RSTP port number, used as the lower 12 bits of the port-id.
1528 By default the port numbers are assigned automatically, and typically
1529 may not correspond to the OpenFlow port numbers. A port with the
1530 lowest port-id is elected as the root.
1531 </column>
d62d7cb1 1532
01f13d4f
BP
1533 <column name="other_config" key="rstp-port-path-cost"
1534 type='{"type": "integer"}'>
1535 The port path cost. The Port's contribution, when it is
1536 the Root Port, to the Root Path Cost for the Bridge. By default the
1537 cost is automatically calculated from the port's speed.
1538 </column>
d62d7cb1 1539
01f13d4f
BP
1540 <column name="other_config" key="rstp-port-admin-edge"
1541 type='{"type": "boolean"}'>
1542 The admin edge port parameter for the Port. Default is
1543 <code>false</code>.
1544 </column>
d62d7cb1 1545
01f13d4f
BP
1546 <column name="other_config" key="rstp-port-auto-edge"
1547 type='{"type": "boolean"}'>
1548 The auto edge port parameter for the Port. Default is
d62d7cb1 1549 <code>true</code>.
01f13d4f
BP
1550 </column>
1551
1552 <column name="other_config" key="rstp-port-mcheck"
1553 type='{"type": "boolean"}'>
1554 <p>
1555 The mcheck port parameter for the Port. Default is
1556 <code>false</code>. May be set to force the Port Protocol
1557 Migration state machine to transmit RST BPDUs for a
1558 MigrateTime period, to test whether all STP Bridges on the
1559 attached LAN have been removed and the Port can continue to
1560 transmit RSTP BPDUs. Setting mcheck has no effect if the
1561 Bridge is operating in STP Compatibility mode.
1562 </p>
1563 <p>
1564 Changing the value from <code>true</code> to
1565 <code>false</code> has no effect, but needs to be done if
1566 this behavior is to be triggered again by subsequently
1567 changing the value from <code>false</code> to
1568 <code>true</code>.
1569 </p>
1570 </column>
1571 </group>
1572
1573 <group title="RSTP Status">
1574 <column name="rstp_status" key="rstp_port_id">
1575 The port ID used in spanning tree advertisements for this port, as 4
1576 hex digits. Configuring the port ID is described in the
1577 <code>rstp-port-num</code> and <code>rstp-port-priority</code> keys
1578 of the <code>other_config</code> section earlier.
1579 </column>
1580 <column name="rstp_status" key="rstp_port_role"
1581 type='{"type": "string", "enum": ["set",
1582 ["Root", "Designated", "Alternate", "Backup", "Disabled"]]}'>
1583 RSTP role of the port.
1584 </column>
1585 <column name="rstp_status" key="rstp_port_state"
1586 type='{"type": "string", "enum": ["set",
1587 ["Disabled", "Learning", "Forwarding", "Discarding"]]}'>
1588 RSTP state of the port.
1589 </column>
1590 <column name="rstp_status" key="rstp_designated_bridge_id">
1591 The port's RSTP designated bridge ID, in the same form as <ref
1592 column="rstp_status" key="rstp_bridge_id"/> in the <ref
1593 table="Bridge"/> table.
1594 </column>
1595 <column name="rstp_status" key="rstp_designated_port_id">
1596 The port's RSTP designated port ID, as 4 hex digits.
1597 </column>
1598 <column name="rstp_status" key="rstp_designated_path_cost"
1599 type='{"type": "integer"}'>
1600 The port's RSTP designated path cost. Lower is better.
1601 </column>
1602 </group>
1603
1604 <group title="RSTP Statistics">
1605 <column name="rstp_statistics" key="rstp_tx_count">
1606 Number of RSTP BPDUs transmitted through this port.
1607 </column>
1608 <column name="rstp_statistics" key="rstp_rx_count">
1609 Number of valid RSTP BPDUs received by this port.
1610 </column>
1611 <column name="rstp_statistics" key="rstp_error_count">
1612 Number of invalid RSTP BPDUs received by this port.
1613 </column>
1614 <column name="rstp_statistics" key="rstp_uptime">
1615 The duration covered by the other RSTP statistics, in seconds.
1616 </column>
1617 </group>
d62d7cb1
JR
1618 </group>
1619
dc2b70ba
FL
1620 <group title="Multicast Snooping">
1621 <column name="other_config" key="mcast-snooping-flood"
1622 type='{"type": "boolean"}'>
1623 <p>
8e04a33f
FL
1624 If set to <code>true</code>, multicast packets (except Reports) are
1625 unconditionally forwarded to the specific port.
1626 </p>
1627 </column>
1628 <column name="other_config" key="mcast-snooping-flood-reports"
1629 type='{"type": "boolean"}'>
1630 <p>
1631 If set to <code>true</code>, multicast Reports are unconditionally
dc2b70ba
FL
1632 forwarded to the specific port.
1633 </p>
1634 </column>
1635 </group>
21f7563c 1636
89365653 1637 <group title="Other Features">
c1c9c9c4
BP
1638 <column name="qos">
1639 Quality of Service configuration for this port.
1640 </column>
299a244b 1641
89365653
BP
1642 <column name="mac">
1643 The MAC address to use for this port for the purpose of choosing the
1644 bridge's MAC address. This column does not necessarily reflect the
1645 port's actual MAC address, nor will setting it change the port's actual
1646 MAC address.
1647 </column>
1648
1649 <column name="fake_bridge">
1650 Does this port represent a sub-bridge for its tagged VLAN within the
1651 Bridge? See ovs-vsctl(8) for more information.
1652 </column>
1653
3fd8d445
BP
1654 <column name="external_ids" key="fake-bridge-id-*">
1655 External IDs for a fake bridge (see the <ref column="fake_bridge"/>
1656 column) are defined by prefixing a <ref table="Bridge"/> <ref
1657 table="Bridge" column="external_ids"/> key with
1658 <code>fake-bridge-</code>,
1659 e.g. <code>fake-bridge-xs-network-uuids</code>.
89365653 1660 </column>
3fd8d445 1661 </group>
89365653 1662
01f13d4f
BP
1663 <column name="bond_active_slave">
1664 For a bonded port, record the mac address of the current active slave.
1665 </column>
21f7563c 1666
80740385
JP
1667 <group title="Port Statistics">
1668 <p>
12eb035b
AW
1669 Key-value pairs that report port statistics. The update period
1670 is controlled by <ref column="other_config"
1671 key="stats-update-interval"/> in the <code>Open_vSwitch</code> table.
80740385
JP
1672 </p>
1673 <group title="Statistics: STP transmit and receive counters">
1674 <column name="statistics" key="stp_tx_count">
1675 Number of STP BPDUs sent on this port by the spanning
1676 tree library.
1677 </column>
1678 <column name="statistics" key="stp_rx_count">
1679 Number of STP BPDUs received on this port and accepted by the
1680 spanning tree library.
1681 </column>
1682 <column name="statistics" key="stp_error_count">
1683 Number of bad STP BPDUs received on this port. Bad BPDUs
1684 include runt packets and those with an unexpected protocol ID.
1685 </column>
1686 </group>
1687 </group>
1688
3fd8d445
BP
1689 <group title="Common Columns">
1690 The overall purpose of these columns is described under <code>Common
1691 Columns</code> at the beginning of this document.
1692
1693 <column name="other_config"/>
1694 <column name="external_ids"/>
89365653
BP
1695 </group>
1696 </table>
1697
1698 <table name="Interface" title="One physical network device in a Port.">
1699 An interface within a <ref table="Port"/>.
1700
1701 <group title="Core Features">
1702 <column name="name">
1703 Interface name. Should be alphanumeric and no more than about 8 bytes
1704 long. May be the same as the port name, for non-bonded ports. Must
1705 otherwise be unique among the names of ports, interfaces, and bridges
1706 on a host.
1707 </column>
1708
ea401d9a
NM
1709 <column name="ifindex">
1710 A positive interface index as defined for SNMP MIB-II in RFCs 1213 and
1711 2863, if the interface has one, otherwise 0. The ifindex is useful for
1712 seamless integration with protocols such as SNMP and sFlow.
1713 </column>
1714
df867eda
JP
1715 <column name="mac_in_use">
1716 The MAC address in use by this interface.
1717 </column>
1718
89365653
BP
1719 <column name="mac">
1720 <p>Ethernet address to set for this interface. If unset then the
3fd8d445 1721 default MAC address is used:</p>
89365653
BP
1722 <ul>
1723 <li>For the local interface, the default is the lowest-numbered MAC
3fd8d445
BP
1724 address among the other bridge ports, either the value of the
1725 <ref table="Port" column="mac"/> in its <ref table="Port"/> record,
1726 if set, or its actual MAC (for bonded ports, the MAC of its slave
1727 whose name is first in alphabetical order). Internal ports and
1728 bridge ports that are used as port mirroring destinations (see the
1729 <ref table="Mirror"/> table) are ignored.</li>
2e57b537 1730 <li>For other internal interfaces, the default MAC is randomly
3fd8d445 1731 generated.</li>
89365653 1732 <li>External interfaces typically have a MAC address associated with
3fd8d445 1733 their hardware.</li>
89365653
BP
1734 </ul>
1735 <p>Some interfaces may not have a software-controllable MAC
1736 address.</p>
1737 </column>
1738
bbe6109d
TG
1739 <column name="error">
1740 If the configuration of the port failed, as indicated by -1 in <ref
1741 column="ofport"/>, Open vSwitch sets this column to an error
1742 description in human readable form. Otherwise, Open vSwitch clears
1743 this column.
1744 </column>
1745
484c8355
BP
1746 <group title="OpenFlow Port Number">
1747 <p>
1748 When a client adds a new interface, Open vSwitch chooses an OpenFlow
1749 port number for the new port. If the client that adds the port fills
1750 in <ref column="ofport_request"/>, then Open vSwitch tries to use its
1751 value as the OpenFlow port number. Otherwise, or if the requested
1752 port number is already in use or cannot be used for another reason,
1753 Open vSwitch automatically assigns a free port number. Regardless of
1754 how the port number was obtained, Open vSwitch then reports in <ref
1755 column="ofport"/> the port number actually assigned.
1756 </p>
1757
1758 <p>
1759 Open vSwitch limits the port numbers that it automatically assigns to
1760 the range 1 through 32,767, inclusive. Controllers therefore have
1761 free use of ports 32,768 and up.
1762 </p>
1763
1764 <column name="ofport">
1765 <p>
1766 OpenFlow port number for this interface. Open vSwitch sets this
1767 column's value, so other clients should treat it as read-only.
1768 </p>
1769 <p>
1770 The OpenFlow ``local'' port (<code>OFPP_LOCAL</code>) is 65,534.
1771 The other valid port numbers are in the range 1 to 65,279,
1772 inclusive. Value -1 indicates an error adding the interface.
1773 </p>
1774 </column>
1775
1776 <column name="ofport_request"
1777 type='{"type": "integer", "minInteger": 1, "maxInteger": 65279}'>
1778 <p>
1779 Requested OpenFlow port number for this interface.
1780 </p>
1781
1782 <p>
4abb8608
BP
1783 A client should ideally set this column's value in the same
1784 database transaction that it uses to create the interface. Open
1785 vSwitch version 2.1 and later will honor a later request for a
1786 specific port number, althuogh it might confuse some controllers:
1787 OpenFlow does not have a way to announce a port number change, so
1788 Open vSwitch represents it over OpenFlow as a port deletion
1789 followed immediately by a port addition.
1790 </p>
1791
1792 <p>
1793 If <ref column="ofport_request"/> is set or changed to some other
1794 port's automatically assigned port number, Open vSwitch chooses a
1795 new port number for the latter port.
484c8355
BP
1796 </p>
1797 </column>
1798 </group>
89365653
BP
1799 </group>
1800
1801 <group title="System-Specific Details">
1802 <column name="type">
3fd8d445 1803 <p>
842733c3
MG
1804 The interface type. The types supported by a particular instance of
1805 Open vSwitch are listed in the <ref table="Open_vSwitch"
1806 column="iface_types"/> column in the <ref table="Open_vSwitch"/>
1807 table. The following types are defined:
3fd8d445
BP
1808 </p>
1809
89365653
BP
1810 <dl>
1811 <dt><code>system</code></dt>
1812 <dd>An ordinary network device, e.g. <code>eth0</code> on Linux.
3fd8d445
BP
1813 Sometimes referred to as ``external interfaces'' since they are
1814 generally connected to hardware external to that on which the Open
1815 vSwitch is running. The empty string is a synonym for
1816 <code>system</code>.</dd>
1817
89365653 1818 <dt><code>internal</code></dt>
2e57b537 1819 <dd>A simulated network device that sends and receives traffic. An
3fd8d445
BP
1820 internal interface whose <ref column="name"/> is the same as its
1821 bridge's <ref table="Open_vSwitch" column="name"/> is called the
1822 ``local interface.'' It does not make sense to bond an internal
1823 interface, so the terms ``port'' and ``interface'' are often used
1824 imprecisely for internal interfaces.</dd>
1825
89365653
BP
1826 <dt><code>tap</code></dt>
1827 <dd>A TUN/TAP device managed by Open vSwitch.</dd>
3fd8d445 1828
c1fc1411
JG
1829 <dt><code>geneve</code></dt>
1830 <dd>
1831 An Ethernet over Geneve (<code>http://tools.ietf.org/html/draft-gross-geneve-00</code>)
1832 IPv4 tunnel.
1833
1834 Geneve supports options as a means to transport additional metadata,
1835 however, currently only the 24-bit VNI is supported. This is planned
1836 to be extended in the future.
1837 </dd>
1838
89365653 1839 <dt><code>gre</code></dt>
3fd8d445
BP
1840 <dd>
1841 An Ethernet over RFC 2890 Generic Routing Encapsulation over IPv4
79f827fa 1842 tunnel.
e16a28b5 1843 </dd>
3fd8d445 1844
e16a28b5 1845 <dt><code>ipsec_gre</code></dt>
3fd8d445
BP
1846 <dd>
1847 An Ethernet over RFC 2890 Generic Routing Encapsulation over IPv4
9cc6bf75 1848 IPsec tunnel.
a28716da 1849 </dd>
3fd8d445 1850
2de795ad
PS
1851 <dt><code>gre64</code></dt>
1852 <dd>
1853 It is same as GRE, but it allows 64 bit key. To store higher 32-bits
1854 of key, it uses GRE protocol sequence number field. This is non
1855 standard use of GRE protocol since OVS does not increment
1856 sequence number for every packet at time of encap as expected by
1857 standard GRE implementation. See <ref group="Tunnel Options"/>
1858 for information on configuring GRE tunnels.
1859 </dd>
1860
1861 <dt><code>ipsec_gre64</code></dt>
1862 <dd>
1863 Same as IPSEC_GRE except 64 bit key.
1864 </dd>
1865
79f827fa
KM
1866 <dt><code>vxlan</code></dt>
1867 <dd>
1868 <p>
bedd6854
KE
1869 An Ethernet tunnel over the UDP-based VXLAN protocol described in
1870 RFC 7348.
79f827fa
KM
1871 </p>
1872 <p>
4f2abb7b
KM
1873 Open vSwitch uses UDP destination port 4789. The source port used for
1874 VXLAN traffic varies on a per-flow basis and is in the ephemeral port
1875 range.
79f827fa
KM
1876 </p>
1877 </dd>
1878
a6ae068b
LJ
1879 <dt><code>lisp</code></dt>
1880 <dd>
a6363cfd
LJ
1881 <p>
1882 A layer 3 tunnel over the experimental, UDP-based Locator/ID
1883 Separation Protocol (RFC 6830).
1884 </p>
1885 <p>
1886 Only IPv4 and IPv6 packets are supported by the protocol, and
1887 they are sent and received without an Ethernet header. Traffic
1888 to/from LISP ports is expected to be configured explicitly, and
1889 the ports are not intended to participate in learning based
1890 switching. As such, they are always excluded from packet
1891 flooding.
1892 </p>
a6ae068b
LJ
1893 </dd>
1894
4237026e
PS
1895 <dt><code>stt</code></dt>
1896 <dd>
1897 The Stateless TCP Tunnel (STT) is particularly useful when tunnel
1898 endpoints are in end-systems, as it utilizes the capabilities of
1899 standard network interface cards to improve performance. STT utilizes
1900 a TCP-like header inside the IP header. It is stateless, i.e., there is
1901 no TCP connection state of any kind associated with the tunnel. The
1902 TCP-like header is used to leverage the capabilities of existing
1903 network interface cards, but should not be interpreted as implying
1904 any sort of connection state between endpoints.
1905 Since the STT protocol does not engage in the usual TCP 3-way handshake,
1906 so it will have difficulty traversing stateful firewalls.
1907 The protocol is documented at
1908 http://www.ietf.org/archive/id/draft-davie-stt-06.txt
1909
1910 All traffic uses a default destination port of 7471. STT is only
1911 available in kernel datapath on kernel 3.5 or newer.
1912 </dd>
1913
8aed4223 1914 <dt><code>patch</code></dt>
eca2df31 1915 <dd>
3fd8d445 1916 A pair of virtual devices that act as a patch cable.
eca2df31 1917 </dd>
3fd8d445 1918
84b32864 1919 <dt><code>null</code></dt>
0faed346
EJ
1920 <dd>An ignored interface. Deprecated and slated for removal in
1921 February 2013.</dd>
89365653
BP
1922 </dl>
1923 </column>
3fd8d445
BP
1924 </group>
1925
1926 <group title="Tunnel Options">
1927 <p>
1928 These options apply to interfaces with <ref column="type"/> of
c1fc1411
JG
1929 <code>geneve</code>, <code>gre</code>, <code>ipsec_gre</code>,
1930 <code>gre64</code>, <code>ipsec_gre64</code>, <code>vxlan</code>,
4237026e 1931 <code>lisp</code> and <code>stt</code>.
3fd8d445
BP
1932 </p>
1933
1934 <p>
1935 Each tunnel must be uniquely identified by the combination of <ref
1936 column="type"/>, <ref column="options" key="remote_ip"/>, <ref
1937 column="options" key="local_ip"/>, and <ref column="options"
1938 key="in_key"/>. If two ports are defined that are the same except one
1939 has an optional identifier and the other does not, the more specific
1940 one is matched first. <ref column="options" key="in_key"/> is
1941 considered more specific than <ref column="options" key="local_ip"/> if
1942 a port defines one and another port defines the other.
1943 </p>
1944
1945 <column name="options" key="remote_ip">
0ad90c84
JR
1946 <p>Required. The remote tunnel endpoint, one of:</p>
1947
1948 <ul>
1949 <li>
1950 An IPv4 address (not a DNS name), e.g. <code>192.168.0.123</code>.
1951 Only unicast endpoints are supported.
1952 </li>
1953 <li>
1954 The word <code>flow</code>. The tunnel accepts packets from any
1955 remote tunnel endpoint. To process only packets from a specific
1956 remote tunnel endpoint, the flow entries may match on the
1957 <code>tun_src</code> field. When sending packets to a
1958 <code>remote_ip=flow</code> tunnel, the flow actions must
1959 explicitly set the <code>tun_dst</code> field to the IP address of
1960 the desired remote tunnel endpoint, e.g. with a
1961 <code>set_field</code> action.
1962 </li>
1963 </ul>
1964
1965 <p>
1966 The remote tunnel endpoint for any packet received from a tunnel
1967 is available in the <code>tun_src</code> field for matching in the
1968 flow table.
1969 </p>
3fd8d445
BP
1970 </column>
1971
1972 <column name="options" key="local_ip">
0ad90c84
JR
1973 <p>
1974 Optional. The tunnel destination IP that received packets must
1975 match. Default is to match all addresses. If specified, may be one
1976 of:
1977 </p>
1978
1979 <ul>
1980 <li>
1981 An IPv4 address (not a DNS name), e.g. <code>192.168.12.3</code>.
1982 </li>
1983 <li>
1984 The word <code>flow</code>. The tunnel accepts packets sent to any
1985 of the local IP addresses of the system running OVS. To process
1986 only packets sent to a specific IP address, the flow entries may
1987 match on the <code>tun_dst</code> field. When sending packets to a
1988 <code>local_ip=flow</code> tunnel, the flow actions may
1989 explicitly set the <code>tun_src</code> field to the desired IP
1990 address, e.g. with a <code>set_field</code> action. However, while
1991 routing the tunneled packet out, the local system may override the
1992 specified address with the local IP address configured for the
1993 outgoing system interface.
1994
1995 <p>
1996 This option is valid only for tunnels also configured with the
1997 <code>remote_ip=flow</code> option.
1998 </p>
1999 </li>
2000 </ul>
2001
2002 <p>
2003 The tunnel destination IP address for any packet received from a
2004 tunnel is available in the <code>tun_dst</code> field for matching in
2005 the flow table.
2006 </p>
3fd8d445
BP
2007 </column>
2008
2009 <column name="options" key="in_key">
2010 <p>Optional. The key that received packets must contain, one of:</p>
2011
2012 <ul>
2013 <li>
2014 <code>0</code>. The tunnel receives packets with no key or with a
2015 key of 0. This is equivalent to specifying no <ref column="options"
2016 key="in_key"/> at all.
2017 </li>
2018 <li>
271e6bc7 2019 A positive 24-bit (for Geneve, VXLAN, and LISP), 32-bit (for GRE)
4237026e
PS
2020 or 64-bit (for GRE64 and STT) number. The tunnel receives only
2021 packets with the specified key.
3fd8d445
BP
2022 </li>
2023 <li>
2024 The word <code>flow</code>. The tunnel accepts packets with any
2025 key. The key will be placed in the <code>tun_id</code> field for
2026 matching in the flow table. The <code>ovs-ofctl</code> manual page
2027 contains additional information about matching fields in OpenFlow
2028 flows.
2029 </li>
2030 </ul>
2031
2032 <p>
2033 </p>
2034 </column>
2035
2036 <column name="options" key="out_key">
2037 <p>Optional. The key to be set on outgoing packets, one of:</p>
2038
2039 <ul>
2040 <li>
2041 <code>0</code>. Packets sent through the tunnel will have no key.
2042 This is equivalent to specifying no <ref column="options"
2043 key="out_key"/> at all.
2044 </li>
2045 <li>
271e6bc7 2046 A positive 24-bit (for Geneve, VXLAN and LISP), 32-bit (for GRE) or
4237026e
PS
2047 64-bit (for GRE64 and STT) number. Packets sent through the tunnel
2048 will have the specified key.
3fd8d445
BP
2049 </li>
2050 <li>
2051 The word <code>flow</code>. Packets sent through the tunnel will
2052 have the key set using the <code>set_tunnel</code> Nicira OpenFlow
2053 vendor extension (0 is used in the absence of an action). The
2054 <code>ovs-ofctl</code> manual page contains additional information
2055 about the Nicira OpenFlow vendor extensions.
2056 </li>
2057 </ul>
2058 </column>
2059
2060 <column name="options" key="key">
2061 Optional. Shorthand to set <code>in_key</code> and
2062 <code>out_key</code> at the same time.
2063 </column>
2064
2065 <column name="options" key="tos">
2066 Optional. The value of the ToS bits to be set on the encapsulating
749ae950
PS
2067 packet. ToS is interpreted as DSCP and ECN bits, ECN part must be
2068 zero. It may also be the word <code>inherit</code>, in which case
3fd8d445
BP
2069 the ToS will be copied from the inner packet if it is IPv4 or IPv6
2070 (otherwise it will be 0). The ECN fields are always inherited.
2071 Default is 0.
2072 </column>
2073
2074 <column name="options" key="ttl">
2075 Optional. The TTL to be set on the encapsulating packet. It may also
2076 be the word <code>inherit</code>, in which case the TTL will be copied
2077 from the inner packet if it is IPv4 or IPv6 (otherwise it will be the
2078 system default, typically 64). Default is the system default TTL.
2079 </column>
9cc6bf75 2080
f9e5e5b3
BP
2081 <column name="options" key="df_default"
2082 type='{"type": "boolean"}'>
9b9f4d60
EJ
2083 Optional. If enabled, the Don't Fragment bit will be set on tunnel
2084 outer headers to allow path MTU discovery. Default is enabled; set
2085 to <code>false</code> to disable.
3fd8d445
BP
2086 </column>
2087
526df7d8
TG
2088 <group title="Tunnel Options: vxlan only">
2089
2090 <column name="options" key="exts">
2091 <p>Optional. Comma separated list of optional VXLAN extensions to
2092 enable. The following extensions are supported:</p>
2093
2094 <ul>
2095 <li>
2096 <code>gbp</code>: VXLAN-GBP allows to transport the group policy
2097 context of a packet across the VXLAN tunnel to other network
2098 peers. See the field description of <code>tun_gbp_id</code> and
2099 <code>tun_gbp_flags</code> in ovs-ofctl(8) for additional
2100 information.
2101 (<code>https://tools.ietf.org/html/draft-smith-vxlan-group-policy</code>)
2102 </li>
2103 </ul>
2104 </column>
2105
2106 </group>
2107
4752cc0c 2108 <group title="Tunnel Options: gre, ipsec_gre, geneve, and vxlan">
3fd8d445 2109 <p>
4752cc0c
JG
2110 <code>gre</code>, <code>ipsec_gre</code>, <code>geneve</code>, and
2111 <code>vxlan</code> interfaces support these options.
3fd8d445
BP
2112 </p>
2113
f9e5e5b3 2114 <column name="options" key="csum" type='{"type": "boolean"}'>
3fd8d445 2115 <p>
4752cc0c
JG
2116 Optional. Compute encapsulation header (either GRE or UDP)
2117 checksums on outgoing packets. Default is disabled, set to
2118 <code>true</code> to enable. Checksums present on incoming
2119 packets will be validated regardless of this setting.
3fd8d445
BP
2120 </p>
2121
4752cc0c
JG
2122 <p>
2123 When using the upstream Linux kernel module, computation of
2124 checksums for <code>geneve</code> and <code>vxlan</code> requires
2125 Linux kernel version 4.0 or higher. <code>gre</code> supports
2126 checksums for all versions of Open vSwitch that support GRE.
2127 The out of tree kernel module distributed as part of OVS
2128 can compute all tunnel checksums on any kernel version that it
2129 is compatible with.
3fd8d445
BP
2130 </p>
2131
2132 <p>
2133 This option is supported for <code>ipsec_gre</code>, but not useful
2134 because GRE checksums are weaker than, and redundant with, IPsec
2135 payload authentication.
2136 </p>
2137 </column>
2138 </group>
2139
2140 <group title="Tunnel Options: ipsec_gre only">
2141 <p>
2142 Only <code>ipsec_gre</code> interfaces support these options.
2143 </p>
2144
2145 <column name="options" key="peer_cert">
2146 Required for certificate authentication. A string containing the
2147 peer's certificate in PEM format. Additionally the host's
2148 certificate must be specified with the <code>certificate</code>
2149 option.
2150 </column>
2151
2152 <column name="options" key="certificate">
2153 Required for certificate authentication. The name of a PEM file
2154 containing a certificate that will be presented to the peer during
2155 authentication.
2156 </column>
2157
2158 <column name="options" key="private_key">
2159 Optional for certificate authentication. The name of a PEM file
2160 containing the private key associated with <code>certificate</code>.
2161 If <code>certificate</code> contains the private key, this option may
2162 be omitted.
2163 </column>
2164
2165 <column name="options" key="psk">
2166 Required for pre-shared key authentication. Specifies a pre-shared
2167 key for authentication that must be identical on both sides of the
2168 tunnel.
2169 </column>
2170 </group>
2171 </group>
2172
2173 <group title="Patch Options">
2174 <p>
2175 Only <code>patch</code> interfaces support these options.
2176 </p>
89365653 2177
3fd8d445
BP
2178 <column name="options" key="peer">
2179 The <ref column="name"/> of the <ref table="Interface"/> for the other
2180 side of the patch. The named <ref table="Interface"/>'s own
2181 <code>peer</code> option must specify this <ref table="Interface"/>'s
2182 name. That is, the two patch interfaces must have reversed <ref
2183 column="name"/> and <code>peer</code> values.
89365653 2184 </column>
e210037e
AE
2185 </group>
2186
2187 <group title="Interface Status">
2188 <p>
2189 Status information about interfaces attached to bridges, updated every
2190 5 seconds. Not all interfaces have all of these properties; virtual
2191 interfaces don't have a link speed, for example. Non-applicable
2192 columns will have empty values.
2193 </p>
2194 <column name="admin_state">
2195 <p>
2196 The administrative state of the physical network link.
2197 </p>
2198 </column>
2199
2200 <column name="link_state">
2201 <p>
0b8024eb
BP
2202 The observed state of the physical network link. This is ordinarily
2203 the link's carrier status. If the interface's <ref table="Port"/> is
2204 a bond configured for miimon monitoring, it is instead the network
2205 link's miimon status.
e210037e
AE
2206 </p>
2207 </column>
2208
65c3058c
EJ
2209 <column name="link_resets">
2210 <p>
2211 The number of times Open vSwitch has observed the
2212 <ref column="link_state"/> of this <ref table="Interface"/> change.
2213 </p>
2214 </column>
2215
e210037e
AE
2216 <column name="link_speed">
2217 <p>
2218 The negotiated speed of the physical network link.
2219 Valid values are positive integers greater than 0.
2220 </p>
2221 </column>
2222
2223 <column name="duplex">
2224 <p>
2225 The duplex mode of the physical network link.
2226 </p>
2227 </column>
2228
2229 <column name="mtu">
2230 <p>
2231 The MTU (maximum transmission unit); i.e. the largest
2232 amount of data that can fit into a single Ethernet frame.
2233 The standard Ethernet MTU is 1500 bytes. Some physical media
2234 and many kinds of virtual interfaces can be configured with
2235 higher MTUs.
2236 </p>
f915f1a8
BP
2237 <p>
2238 This column will be empty for an interface that does not
2239 have an MTU as, for example, some kinds of tunnels do not.
2240 </p>
e210037e 2241 </column>
573c1db9 2242
3fd8d445
BP
2243 <column name="lacp_current">
2244 Boolean value indicating LACP status for this interface. If true, this
2245 interface has current LACP information about its LACP partner. This
2246 information may be used to monitor the health of interfaces in a LACP
2247 enabled port. This column will be empty if LACP is not enabled.
2248 </column>
2249
573c1db9 2250 <column name="status">
3fd8d445
BP
2251 Key-value pairs that report port status. Supported status values are
2252 <ref column="type"/>-dependent; some interfaces may not have a valid
2253 <ref column="status" key="driver_name"/>, for example.
2254 </column>
2255
2256 <column name="status" key="driver_name">
2257 The name of the device driver controlling the network adapter.
2258 </column>
2259
2260 <column name="status" key="driver_version">
2261 The version string of the device driver controlling the network
2262 adapter.
2263 </column>
2264
2265 <column name="status" key="firmware_version">
2266 The version string of the network adapter's firmware, if available.
2267 </column>
2268
2269 <column name="status" key="source_ip">
2270 The source IP address used for an IPv4 tunnel end-point, such as
09538fdc 2271 <code>gre</code>.
573c1db9 2272 </column>
3fd8d445
BP
2273
2274 <column name="status" key="tunnel_egress_iface">
271e6bc7
JG
2275 Egress interface for tunnels. Currently only relevant for tunnels
2276 on Linux systems, this column will show the name of the interface
09538fdc
PS
2277 which is responsible for routing traffic destined for the configured
2278 <ref column="options" key="remote_ip"/>. This could be an internal
2279 interface such as a bridge port.
3fd8d445
BP
2280 </column>
2281
f9e5e5b3
BP
2282 <column name="status" key="tunnel_egress_iface_carrier"
2283 type='{"type": "string", "enum": ["set", ["down", "up"]]}'>
2284 Whether carrier is detected on <ref column="status"
2285 key="tunnel_egress_iface"/>.
3fd8d445
BP
2286 </column>
2287 </group>
2288
2289 <group title="Statistics">
2290 <p>
2291 Key-value pairs that report interface statistics. The current
12eb035b
AW
2292 implementation updates these counters periodically. The update period
2293 is controlled by <ref column="other_config"
2294 key="stats-update-interval"/> in the <code>Open_vSwitch</code> table.
2295 Future implementations may update them when an interface is created,
2296 when they are queried (e.g. using an OVSDB <code>select</code>
2297 operation), and just before an interface is deleted due to virtual
2298 interface hot-unplug or VM shutdown, and perhaps at other times, but
2299 not on any regular periodic basis.
3fd8d445
BP
2300 </p>
2301 <p>
2302 These are the same statistics reported by OpenFlow in its <code>struct
2303 ofp_port_stats</code> structure. If an interface does not support a
2304 given statistic, then that pair is omitted.
2305 </p>
2306 <group title="Statistics: Successful transmit and receive counters">
2307 <column name="statistics" key="rx_packets">
2308 Number of received packets.
2309 </column>
2310 <column name="statistics" key="rx_bytes">
2311 Number of received bytes.
2312 </column>
2313 <column name="statistics" key="tx_packets">
2314 Number of transmitted packets.
2315 </column>
2316 <column name="statistics" key="tx_bytes">
2317 Number of transmitted bytes.
2318 </column>
2319 </group>
2320 <group title="Statistics: Receive errors">
2321 <column name="statistics" key="rx_dropped">
2322 Number of packets dropped by RX.
2323 </column>
2324 <column name="statistics" key="rx_frame_err">
2325 Number of frame alignment errors.
2326 </column>
2327 <column name="statistics" key="rx_over_err">
2328 Number of packets with RX overrun.
2329 </column>
2330 <column name="statistics" key="rx_crc_err">
2331 Number of CRC errors.
2332 </column>
2333 <column name="statistics" key="rx_errors">
2334 Total number of receive errors, greater than or equal to the sum of
2335 the above.
2336 </column>
9cc6bf75 2337 </group>
3fd8d445
BP
2338 <group title="Statistics: Transmit errors">
2339 <column name="statistics" key="tx_dropped">
2340 Number of packets dropped by TX.
2341 </column>
2342 <column name="statistics" key="collisions">
2343 Number of collisions.
2344 </column>
2345 <column name="statistics" key="tx_errors">
2346 Total number of transmit errors, greater than or equal to the sum of
2347 the above.
2348 </column>
2349 </group>
89365653
BP
2350 </group>
2351
2352 <group title="Ingress Policing">
3f5d8c02
BP
2353 <p>
2354 These settings control ingress policing for packets received on this
2355 interface. On a physical interface, this limits the rate at which
2356 traffic is allowed into the system from the outside; on a virtual
2357 interface (one connected to a virtual machine), this limits the rate at
2358 which the VM is able to transmit.
2359 </p>
2360 <p>
2361 Policing is a simple form of quality-of-service that simply drops
2362 packets received in excess of the configured rate. Due to its
2363 simplicity, policing is usually less accurate and less effective than
2364 egress QoS (which is configured using the <ref table="QoS"/> and <ref
2365 table="Queue"/> tables).
2366 </p>
2367 <p>
2368 Policing is currently implemented only on Linux. The Linux
2369 implementation uses a simple ``token bucket'' approach:
2370 </p>
2371 <ul>
2372 <li>
2373 The size of the bucket corresponds to <ref
2374 column="ingress_policing_burst"/>. Initially the bucket is full.
2375 </li>
2376 <li>
2377 Whenever a packet is received, its size (converted to tokens) is
2378 compared to the number of tokens currently in the bucket. If the
2379 required number of tokens are available, they are removed and the
2380 packet is forwarded. Otherwise, the packet is dropped.
2381 </li>
2382 <li>
2383 Whenever it is not full, the bucket is refilled with tokens at the
2384 rate specified by <ref column="ingress_policing_rate"/>.
2385 </li>
2386 </ul>
2387 <p>
2388 Policing interacts badly with some network protocols, and especially
2389 with fragmented IP packets. Suppose that there is enough network
2390 activity to keep the bucket nearly empty all the time. Then this token
2391 bucket algorithm will forward a single packet every so often, with the
2392 period depending on packet size and on the configured rate. All of the
2393 fragments of an IP packets are normally transmitted back-to-back, as a
2394 group. In such a situation, therefore, only one of these fragments
2395 will be forwarded and the rest will be dropped. IP does not provide
2396 any way for the intended recipient to ask for only the remaining
2397 fragments. In such a case there are two likely possibilities for what
2398 will happen next: either all of the fragments will eventually be
2399 retransmitted (as TCP will do), in which case the same problem will
2400 recur, or the sender will not realize that its packet has been dropped
2401 and data will simply be lost (as some UDP-based protocols will do).
2402 Either way, it is possible that no forward progress will ever occur.
2403 </p>
2404 <column name="ingress_policing_rate">
2405 <p>
2406 Maximum rate for data received on this interface, in kbps. Data
2407 received faster than this rate is dropped. Set to <code>0</code>
2408 (the default) to disable policing.
2409 </p>
2410 </column>
2411
89365653
BP
2412 <column name="ingress_policing_burst">
2413 <p>Maximum burst size for data received on this interface, in kb. The
3fd8d445
BP
2414 default burst size if set to <code>0</code> is 1000 kb. This value
2415 has no effect if <ref column="ingress_policing_rate"/>
2416 is <code>0</code>.</p>
3f5d8c02
BP
2417 <p>
2418 Specifying a larger burst size lets the algorithm be more forgiving,
2419 which is important for protocols like TCP that react severely to
2420 dropped packets. The burst size should be at least the size of the
2421 interface's MTU. Specifying a value that is numerically at least as
2422 large as 10% of <ref column="ingress_policing_rate"/> helps TCP come
2423 closer to achieving the full rate.
2424 </p>
89365653
BP
2425 </column>
2426 </group>
2427
ccc09689 2428 <group title="Bidirectional Forwarding Detection (BFD)">
e58855ec
BP
2429 <p>
2430 BFD, defined in RFC 5880 and RFC 5881, allows point-to-point
2431 detection of connectivity failures by occasional transmission of
2432 BFD control messages. Open vSwitch implements BFD to serve
2433 as a more popular and standards compliant alternative to CFM.
2434 </p>
ccc09689 2435
e58855ec
BP
2436 <p>
2437 BFD operates by regularly transmitting BFD control messages at a rate
2438 negotiated independently in each direction. Each endpoint specifies
2439 the rate at which it expects to receive control messages, and the rate
2440 at which it is willing to transmit them. Open vSwitch uses a detection
2441 multiplier of three, meaning that an endpoint signals a connectivity
2442 fault if three consecutive BFD control messages fail to arrive. In the
2443 case of a unidirectional connectivity issue, the system not receiving
2444 BFD control messages signals the problem to its peer in the messages it
2445 transmits.
2446 </p>
ccc09689 2447
e58855ec
BP
2448 <p>
2449 The Open vSwitch implementation of BFD aims to comply faithfully
2450 with RFC 5880 requirements. Open vSwitch does not implement the
2451 optional Authentication or ``Echo Mode'' features.
2452 </p>
ccc09689 2453
e58855ec
BP
2454 <group title="BFD Configuration">
2455 <p>
2456 A controller sets up key-value pairs in the <ref column="bfd"/>
2457 column to enable and configure BFD.
2458 </p>
2459
2460 <column name="bfd" key="enable" type='{"type": "boolean"}'>
f7491dce
AW
2461 True to enable BFD on this <ref table="Interface"/>. If not
2462 specified, BFD will not be enabled by default.
e58855ec
BP
2463 </column>
2464
2465 <column name="bfd" key="min_rx"
2466 type='{"type": "integer", "minInteger": 1}'>
2467 The shortest interval, in milliseconds, at which this BFD session
2468 offers to receive BFD control messages. The remote endpoint may
2469 choose to send messages at a slower rate. Defaults to
2470 <code>1000</code>.
2471 </column>
2472
2473 <column name="bfd" key="min_tx"
2474 type='{"type": "integer", "minInteger": 1}'>
2475 The shortest interval, in milliseconds, at which this BFD session is
2476 willing to transmit BFD control messages. Messages will actually be
2477 transmitted at a slower rate if the remote endpoint is not willing to
2478 receive as quickly as specified. Defaults to <code>100</code>.
2479 </column>
2480
2481 <column name="bfd" key="decay_min_rx" type='{"type": "integer"}'>
2482 An alternate receive interval, in milliseconds, that must be greater
2483 than or equal to <ref column="bfd" key="min_rx"/>. The
2484 implementation switches from <ref column="bfd" key="min_rx"/> to <ref
2485 column="bfd" key="decay_min_rx"/> when there is no obvious incoming
2486 data traffic at the interface, to reduce the CPU and bandwidth cost
2487 of monitoring an idle interface. This feature may be disabled by
2488 setting a value of 0. This feature is reset whenever <ref
2489 column="bfd" key="decay_min_rx"/> or <ref column="bfd" key="min_rx"/>
2490 changes.
2491 </column>
2492
2493 <column name="bfd" key="forwarding_if_rx" type='{"type": "boolean"}'>
34c88624
AW
2494 When <code>true</code>, traffic received on the
2495 <ref table="Interface"/> is used to indicate the capability of packet
2496 I/O. BFD control packets are still transmitted and received. At
2497 least one BFD control packet must be received every 100 * <ref
2498 column="bfd" key="min_rx"/> amount of time. Otherwise, even if
2499 traffic are received, the <ref column="bfd" key="forwarding"/>
2500 will be <code>false</code>.
e58855ec
BP
2501 </column>
2502
2503 <column name="bfd" key="cpath_down" type='{"type": "boolean"}'>
2504 Set to true to notify the remote endpoint that traffic should not be
2505 forwarded to this system for some reason other than a connectivty
2506 failure on the interface being monitored. The typical underlying
2507 reason is ``concatenated path down,'' that is, that connectivity
2508 beyond the local system is down. Defaults to false.
2509 </column>
2510
2511 <column name="bfd" key="check_tnl_key" type='{"type": "boolean"}'>
2512 Set to true to make BFD accept only control messages with a tunnel
2513 key of zero. By default, BFD accepts control messages with any
2514 tunnel key.
2515 </column>
2516
873b049f 2517 <column name="bfd" key="bfd_local_src_mac">
e58855ec
BP
2518 Set to an Ethernet address in the form
2519 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>
873b049f
AW
2520 to set the MAC used as source for transmitted BFD packets. The
2521 default is the mac address of the BFD enabled interface.
2522 </column>
2523
2524 <column name="bfd" key="bfd_local_dst_mac">
2525 Set to an Ethernet address in the form
2526 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>
2527 to set the MAC used as destination for transmitted BFD packets. The
2528 default is <code>00:23:20:00:00:01</code>.
2529 </column>
2530
588c9001 2531 <column name="bfd" key="bfd_remote_dst_mac">
873b049f
AW
2532 Set to an Ethernet address in the form
2533 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>
2534 to set the MAC used for checking the destination of received BFD packets.
2535 Packets with different destination MAC will not be considered as BFD packets.
2536 If not specified the destination MAC address of received BFD packets
2537 are not checked.
e58855ec 2538 </column>
dfe37e6a
AW
2539
2540 <column name="bfd" key="bfd_src_ip">
2541 Set to an IPv4 address to set the IP address used as source for
1314739c 2542 transmitted BFD packets. The default is <code>169.254.1.1</code>.
dfe37e6a
AW
2543 </column>
2544
2545 <column name="bfd" key="bfd_dst_ip">
2546 Set to an IPv4 address to set the IP address used as destination
1314739c 2547 for transmitted BFD packets. The default is <code>169.254.1.0</code>.
dfe37e6a 2548 </column>
e58855ec 2549 </group>
ccc09689 2550
e58855ec
BP
2551 <group title="BFD Status">
2552 <p>
2553 The switch sets key-value pairs in the <ref column="bfd_status"/>
2554 column to report the status of BFD on this interface. When BFD is
2555 not enabled, with <ref column="bfd" key="enable"/>, the switch clears
2556 all key-value pairs from <ref column="bfd_status"/>.
2557 </p>
2558
2559 <column name="bfd_status" key="state"
2560 type='{"type": "string",
2561 "enum": ["set", ["admin_down", "down", "init", "up"]]}'>
2562 Reports the state of the BFD session. The BFD session is fully
2563 healthy and negotiated if <code>UP</code>.
2564 </column>
2565
2566 <column name="bfd_status" key="forwarding" type='{"type": "boolean"}'>
2567 Reports whether the BFD session believes this <ref
2568 table="Interface"/> may be used to forward traffic. Typically this
2569 means the local session is signaling <code>UP</code>, and the remote
2570 system isn't signaling a problem such as concatenated path down.
2571 </column>
2572
2573 <column name="bfd_status" key="diagnostic">
233b8b68
AW
2574 In case of a problem, set to an error message that reports what the
2575 local BFD session thinks is wrong. The error messages are defined
2576 in section 4.1 of [RFC 5880].
e58855ec
BP
2577 </column>
2578
2579 <column name="bfd_status" key="remote_state"
2580 type='{"type": "string",
2581 "enum": ["set", ["admin_down", "down", "init", "up"]]}'>
2582 Reports the state of the remote endpoint's BFD session.
2583 </column>
2584
2585 <column name="bfd_status" key="remote_diagnostic">
233b8b68
AW
2586 In case of a problem, set to an error message that reports what the
2587 remote endpoint's BFD session thinks is wrong. The error messages
2588 are defined in section 4.1 of [RFC 5880].
e58855ec 2589 </column>
4905e2df
AW
2590
2591 <column name="bfd_status" key="flap_count"
2592 type='{"type": "integer", "minInteger": 0}'>
2593 Counts the number of <ref column="bfd_status" key="forwarding" />
2594 flaps since start. A flap is considered as a change of the
2595 <ref column="bfd_status" key="forwarding" /> value.
2596 </column>
e58855ec 2597 </group>
ccc09689
EJ
2598 </group>
2599
93b8df38
EJ
2600 <group title="Connectivity Fault Management">
2601 <p>
2602 802.1ag Connectivity Fault Management (CFM) allows a group of
2603 Maintenance Points (MPs) called a Maintenance Association (MA) to
2604 detect connectivity problems with each other. MPs within a MA should
2605 have complete and exclusive interconnectivity. This is verified by
2606 occasionally broadcasting Continuity Check Messages (CCMs) at a
2607 configurable transmission interval.
2608 </p>
2609
144216a3
EJ
2610 <p>
2611 According to the 802.1ag specification, each Maintenance Point should
2612 be configured out-of-band with a list of Remote Maintenance Points it
2613 should have connectivity to. Open vSwitch differs from the
2614 specification in this area. It simply assumes the link is faulted if
2615 no Remote Maintenance Points are reachable, and considers it not
2616 faulted otherwise.
2617 </p>
2618
b363bae4
EJ
2619 <p>
2620 When operating over tunnels which have no <code>in_key</code>, or an
2621 <code>in_key</code> of <code>flow</code>. CFM will only accept CCMs
2622 with a tunnel key of zero.
2623 </p>
2624
93b8df38 2625 <column name="cfm_mpid">
b1a6083a
AW
2626 <p>
2627 A Maintenance Point ID (MPID) uniquely identifies each endpoint
2628 within a Maintenance Association. The MPID is used to identify this
2629 endpoint to other Maintenance Points in the MA. Each end of a link
2630 being monitored should have a different MPID. Must be configured to
2631 enable CFM on this <ref table="Interface"/>.
2632 </p>
2633 <p>
2634 According to the 802.1ag specification, MPIDs can only range between
2635 [1, 8191]. However, extended mode (see <ref column="other_config"
2636 key="cfm_extended"/>) supports eight byte MPIDs.
2637 </p>
93b8df38 2638 </column>
b31bcf60 2639
76c4290d
AW
2640 <column name="cfm_flap_count">
2641 Counts the number of cfm fault flapps since boot. A flap is
2642 considered to be a change of the <ref column="cfm_fault"/> value.
2643 </column>
2644
93b8df38 2645 <column name="cfm_fault">
144216a3
EJ
2646 <p>
2647 Indicates a connectivity fault triggered by an inability to receive
2648 heartbeats from any remote endpoint. When a fault is triggered on
2649 <ref table="Interface"/>s participating in bonds, they will be
2650 disabled.
2651 </p>
2652 <p>
2653 Faults can be triggered for several reasons. Most importantly they
2654 are triggered when no CCMs are received for a period of 3.5 times the
2655 transmission interval. Faults are also triggered when any CCMs
2656 indicate that a Remote Maintenance Point is not receiving CCMs but
2657 able to send them. Finally, a fault is triggered if a CCM is
2658 received which indicates unexpected configuration. Notably, this
2659 case arises when a CCM is received which advertises the local MPID.
2660 </p>
93b8df38 2661 </column>
a5faa982 2662
b9380396
EJ
2663 <column name="cfm_fault_status" key="recv">
2664 Indicates a CFM fault was triggered due to a lack of CCMs received on
2665 the <ref table="Interface"/>.
2666 </column>
2667
2668 <column name="cfm_fault_status" key="rdi">
2669 Indicates a CFM fault was triggered due to the reception of a CCM with
2670 the RDI bit flagged. Endpoints set the RDI bit in their CCMs when they
2671 are not receiving CCMs themselves. This typically indicates a
2672 unidirectional connectivity failure.
2673 </column>
2674
2675 <column name="cfm_fault_status" key="maid">
2676 Indicates a CFM fault was triggered due to the reception of a CCM with
2677 a MAID other than the one Open vSwitch uses. CFM broadcasts are tagged
2678 with an identification number in addition to the MPID called the MAID.
2679 Open vSwitch only supports receiving CCM broadcasts tagged with the
2680 MAID it uses internally.
2681 </column>
2682
2683 <column name="cfm_fault_status" key="loopback">
2684 Indicates a CFM fault was triggered due to the reception of a CCM
2685 advertising the same MPID configured in the <ref column="cfm_mpid"/>
2686 column of this <ref table="Interface"/>. This may indicate a loop in
2687 the network.
2688 </column>
2689
2690 <column name="cfm_fault_status" key="overflow">
2691 Indicates a CFM fault was triggered because the CFM module received
2692 CCMs from more remote endpoints than it can keep track of.
2693 </column>
2694
2695 <column name="cfm_fault_status" key="override">
2696 Indicates a CFM fault was manually triggered by an administrator using
2697 an <code>ovs-appctl</code> command.
2698 </column>
2699
2b540ecb
MM
2700 <column name="cfm_fault_status" key="interval">
2701 Indicates a CFM fault was triggered due to the reception of a CCM
2702 frame having an invalid interval.
2703 </column>
2704
1c0333b6
EJ
2705 <column name="cfm_remote_opstate">
2706 <p>When in extended mode, indicates the operational state of the
2707 remote endpoint as either <code>up</code> or <code>down</code>. See
2708 <ref column="other_config" key="cfm_opstate"/>.
2709 </p>
2710 </column>
2711
3967a833
MM
2712 <column name="cfm_health">
2713 <p>
2714 Indicates the health of the interface as a percentage of CCM frames
2715 received over 21 <ref column="other_config" key="cfm_interval"/>s.
2716 The health of an interface is undefined if it is communicating with
2717 more than one <ref column="cfm_remote_mpids"/>. It reduces if
2718 healthy heartbeats are not received at the expected rate, and
2719 gradually improves as healthy heartbeats are received at the desired
2720 rate. Every 21 <ref column="other_config" key="cfm_interval"/>s, the
2721 health of the interface is refreshed.
2722 </p>
2723 <p>
2724 As mentioned above, the faults can be triggered for several reasons.
2725 The link health will deteriorate even if heartbeats are received but
2726 they are reported to be unhealthy. An unhealthy heartbeat in this
2727 context is a heartbeat for which either some fault is set or is out
2728 of sequence. The interface health can be 100 only on receiving
2729 healthy heartbeats at the desired rate.
2730 </p>
2731 </column>
2732
a5faa982
EJ
2733 <column name="cfm_remote_mpids">
2734 When CFM is properly configured, Open vSwitch will occasionally
2735 receive CCM broadcasts. These broadcasts contain the MPID of the
2736 sending Maintenance Point. The list of MPIDs from which this
2737 <ref table="Interface"/> is receiving broadcasts from is regularly
2738 collected and written to this column.
2739 </column>
3fd8d445 2740
f9e5e5b3
BP
2741 <column name="other_config" key="cfm_interval"
2742 type='{"type": "integer"}'>
612ca9c5
BP
2743 <p>
2744 The interval, in milliseconds, between transmissions of CFM
2745 heartbeats. Three missed heartbeat receptions indicate a
2746 connectivity fault.
2747 </p>
2748
2749 <p>
2750 In standard operation only intervals of 3, 10, 100, 1,000, 10,000,
2751 60,000, or 600,000 ms are supported. Other values will be rounded
2752 down to the nearest value on the list. Extended mode (see <ref
2753 column="other_config" key="cfm_extended"/>) supports any interval up
2754 to 65,535 ms. In either mode, the default is 1000 ms.
2755 </p>
2756
2757 <p>We do not recommend using intervals less than 100 ms.</p>
3fd8d445
BP
2758 </column>
2759
f9e5e5b3
BP
2760 <column name="other_config" key="cfm_extended"
2761 type='{"type": "boolean"}'>
3fd8d445
BP
2762 When <code>true</code>, the CFM module operates in extended mode. This
2763 causes it to use a nonstandard destination address to avoid conflicting
2764 with compliant implementations which may be running concurrently on the
2765 network. Furthermore, extended mode increases the accuracy of the
2766 <code>cfm_interval</code> configuration parameter by breaking wire
b1a6083a
AW
2767 compatibility with 802.1ag compliant implementations. And extended
2768 mode allows eight byte MPIDs. Defaults to <code>false</code>.
3fd8d445 2769 </column>
90967e95
EJ
2770
2771 <column name="other_config" key="cfm_demand" type='{"type": "boolean"}'>
2772 <p>
2773 When <code>true</code>, and
2774 <ref column="other_config" key="cfm_extended"/> is true, the CFM
2775 module operates in demand mode. When in demand mode, traffic
2776 received on the <ref table="Interface"/> is used to indicate
5767a79a
AW
2777 liveness. CCMs are still transmitted and received. At least one
2778 CCM must be received every 100 * <ref column="other_config"
2779 key="cfm_interval"/> amount of time. Otherwise, even if traffic
2780 are received, the CFM module will raise the connectivity fault.
90967e95
EJ
2781 </p>
2782
2783 <p>
2784 Demand mode has a couple of caveats:
2785 <ul>
2786 <li>
2787 To ensure that ovs-vswitchd has enough time to pull statistics
03f209ba
AW
2788 from the datapath, the fault detection interval is set to
2789 3.5 * MAX(<ref column="other_config" key="cfm_interval"/>, 500)
2790 ms.
90967e95
EJ
2791 </li>
2792
2793 <li>
2794 To avoid ambiguity, demand mode disables itself when there are
2795 multiple remote maintenance points.
2796 </li>
2797
2798 <li>
2799 If the <ref table="Interface"/> is heavily congested, CCMs
2800 containing the <ref column="other_config" key="cfm_opstate"/>
2801 status may be dropped causing changes in the operational state to
2802 be delayed. Similarly, if CCMs containing the RDI bit are not
2803 received, unidirectional link failures may not be detected.
2804 </li>
2805 </ul>
2806 </p>
2807 </column>
2808
dae57238
BP
2809 <column name="other_config" key="cfm_opstate"
2810 type='{"type": "string", "enum": ["set", ["down", "up"]]}'>
86dc6501
EJ
2811 When <code>down</code>, the CFM module marks all CCMs it generates as
2812 operationally down without triggering a fault. This allows remote
2813 maintenance points to choose not to forward traffic to the
2814 <ref table="Interface"/> on which this CFM module is running.
2815 Currently, in Open vSwitch, the opdown bit of CCMs affects
2816 <ref table="Interface"/>s participating in bonds, and the bundle
2817 OpenFlow action. This setting is ignored when CFM is not in extended
2818 mode. Defaults to <code>up</code>.
2819 </column>
75a4ead1
EJ
2820
2821 <column name="other_config" key="cfm_ccm_vlan"
2822 type='{"type": "integer", "minInteger": 1, "maxInteger": 4095}'>
2823 When set, the CFM module will apply a VLAN tag to all CCMs it generates
189cb9e4
EJ
2824 with the given value. May be the string <code>random</code> in which
2825 case each CCM will be tagged with a different randomly generated VLAN.
75a4ead1
EJ
2826 </column>
2827
a7aa2d3c
EJ
2828 <column name="other_config" key="cfm_ccm_pcp"
2829 type='{"type": "integer", "minInteger": 1, "maxInteger": 7}'>
2830 When set, the CFM module will apply a VLAN tag to all CCMs it generates
b363bae4 2831 with the given PCP value, the VLAN ID of the tag is governed by the
a7aa2d3c
EJ
2832 value of <ref column="other_config" key="cfm_ccm_vlan"/>. If
2833 <ref column="other_config" key="cfm_ccm_vlan"/> is unset, a VLAN ID of
2834 zero is used.
2835 </column>
2836
93b8df38
EJ
2837 </group>
2838
3fd8d445 2839 <group title="Bonding Configuration">
f9e5e5b3
BP
2840 <column name="other_config" key="lacp-port-id"
2841 type='{"type": "integer", "minInteger": 1, "maxInteger": 65535}'>
3fd8d445
BP
2842 The LACP port ID of this <ref table="Interface"/>. Port IDs are
2843 used in LACP negotiations to identify individual ports
f9e5e5b3 2844 participating in a bond.
a8172aa3
EJ
2845 </column>
2846
f9e5e5b3
BP
2847 <column name="other_config" key="lacp-port-priority"
2848 type='{"type": "integer", "minInteger": 1, "maxInteger": 65535}'>
3fd8d445
BP
2849 The LACP port priority of this <ref table="Interface"/>. In LACP
2850 negotiations <ref table="Interface"/>s with numerically lower
f9e5e5b3 2851 priorities are preferred for aggregation.
89365653 2852 </column>
018f1525 2853
f9e5e5b3
BP
2854 <column name="other_config" key="lacp-aggregation-key"
2855 type='{"type": "integer", "minInteger": 1, "maxInteger": 65535}'>
3fd8d445
BP
2856 The LACP aggregation key of this <ref table="Interface"/>. <ref
2857 table="Interface"/>s with different aggregation keys may not be active
f9e5e5b3 2858 within a given <ref table="Port"/> at the same time.
a3acf0b0 2859 </column>
3fd8d445 2860 </group>
a3acf0b0 2861
3fd8d445
BP
2862 <group title="Virtual Machine Identifiers">
2863 <p>
2864 These key-value pairs specifically apply to an interface that
2865 represents a virtual Ethernet interface connected to a virtual
2866 machine. These key-value pairs should not be present for other types
2867 of interfaces. Keys whose names end in <code>-uuid</code> have
2868 values that uniquely identify the entity in question. For a Citrix
2869 XenServer hypervisor, these values are UUIDs in RFC 4122 format.
2870 Other hypervisors may use other formats.
2871 </p>
2872
2873 <column name="external_ids" key="attached-mac">
2874 The MAC address programmed into the ``virtual hardware'' for this
2875 interface, in the form
2876 <var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>:<var>xx</var>.
2877 For Citrix XenServer, this is the value of the <code>MAC</code> field
2878 in the VIF record for this interface.
2879 </column>
2880
2881 <column name="external_ids" key="iface-id">
2882 A system-unique identifier for the interface. On XenServer, this will
2883 commonly be the same as <ref column="external_ids" key="xs-vif-uuid"/>.
2884 </column>
2885
cf9deac5
BP
2886 <column name="external_ids" key="iface-status"
2887 type='{"type": "string",
2888 "enum": ["set", ["active", "inactive"]]}'>
2889 <p>
2890 Hypervisors may sometimes have more than one interface associated
2891 with a given <ref column="external_ids" key="iface-id"/>, only one of
2892 which is actually in use at a given time. For example, in some
2893 circumstances XenServer has both a ``tap'' and a ``vif'' interface
2894 for a single <ref column="external_ids" key="iface-id"/>, but only
2895 uses one of them at a time. A hypervisor that behaves this way must
2896 mark the currently in use interface <code>active</code> and the
2897 others <code>inactive</code>. A hypervisor that never has more than
2898 one interface for a given <ref column="external_ids" key="iface-id"/>
2899 may mark that interface <code>active</code> or omit <ref
2900 column="external_ids" key="iface-status"/> entirely.
2901 </p>
2902
2903 <p>
2904 During VM migration, a given <ref column="external_ids"
2905 key="iface-id"/> might transiently be marked <code>active</code> on
2906 two different hypervisors. That is, <code>active</code> means that
2907 this <ref column="external_ids" key="iface-id"/> is the active
2908 instance within a single hypervisor, not in a broader scope.
3634eb99
BP
2909 There is one exception: some hypervisors support ``migration'' from a
2910 given hypervisor to itself (most often for test purposes). During
2911 such a ``migration,'' two instances of a single <ref
2912 column="external_ids" key="iface-id"/> might both be briefly marked
2913 <code>active</code> on a single hypervisor.
cf9deac5
BP
2914 </p>
2915 </column>
2916
3fd8d445
BP
2917 <column name="external_ids" key="xs-vif-uuid">
2918 The virtual interface associated with this interface.
2919 </column>
2920
2921 <column name="external_ids" key="xs-network-uuid">
2922 The virtual network to which this interface is attached.
2923 </column>
2924
c473936b
GS
2925 <column name="external_ids" key="vm-id">
2926 The VM to which this interface belongs. On XenServer, this will be the
2927 same as <ref column="external_ids" key="xs-vm-uuid"/>.
2928 </column>
2929
3fd8d445
BP
2930 <column name="external_ids" key="xs-vm-uuid">
2931 The VM to which this interface belongs.
018f1525 2932 </column>
89365653 2933 </group>
3fd8d445 2934
52a90c29
BP
2935 <group title="VLAN Splinters">
2936 <p>
2937 The ``VLAN splinters'' feature increases Open vSwitch compatibility
2938 with buggy network drivers in old versions of Linux that do not
2939 properly support VLANs when VLAN devices are not used, at some cost
2940 in memory and performance.
2941 </p>
2942
2943 <p>
2944 When VLAN splinters are enabled on a particular interface, Open vSwitch
2945 creates a VLAN device for each in-use VLAN. For sending traffic tagged
2946 with a VLAN on the interface, it substitutes the VLAN device. Traffic
2947 received on the VLAN device is treated as if it had been received on
2948 the interface on the particular VLAN.
2949 </p>
2950
2951 <p>
2952 VLAN splinters consider a VLAN to be in use if:
2953 </p>
2954
2955 <ul>
45c580a3
BP
2956 <li>
2957 The VLAN is the <ref table="Port" column="tag"/> value in any <ref
2958 table="Port"/> record.
2959 </li>
2960
52a90c29
BP
2961 <li>
2962 The VLAN is listed within the <ref table="Port" column="trunks"/>
2963 column of the <ref table="Port"/> record of an interface on which
2964 VLAN splinters are enabled.
2965
2966 An empty <ref table="Port" column="trunks"/> does not influence the
2967 in-use VLANs: creating 4,096 VLAN devices is impractical because it
2968 will exceed the current 1,024 port per datapath limit.
2969 </li>
2970
2971 <li>
2972 An OpenFlow flow within any bridge matches the VLAN.
2973 </li>
2974 </ul>
2975
2976 <p>
2977 The same set of in-use VLANs applies to every interface on which VLAN
2978 splinters are enabled. That is, the set is not chosen separately for
2979 each interface but selected once as the union of all in-use VLANs based
2980 on the rules above.
2981 </p>
2982
2983 <p>
2984 It does not make sense to enable VLAN splinters on an interface for an
2985 access port, or on an interface that is not a physical port.
2986 </p>
2987
2988 <p>
2989 VLAN splinters are deprecated. When broken device drivers are no
2990 longer in widespread use, we will delete this feature.
2991 </p>
2992
2993 <column name="other_config" key="enable-vlan-splinters"
2994 type='{"type": "boolean"}'>
2995 <p>
2996 Set to <code>true</code> to enable VLAN splinters on this interface.
2997 Defaults to <code>false</code>.
2998 </p>
2999
3000 <p>
3001 VLAN splinters increase kernel and userspace memory overhead, so do
3002 not use them unless they are needed.
3003 </p>
7be6d701
BP
3004
3005 <p>
3006 VLAN splinters do not support 802.1p priority tags. Received
3007 priorities will appear to be 0, regardless of their actual values,
3008 and priorities on transmitted packets will also be cleared to 0.
3009 </p>
52a90c29
BP
3010 </column>
3011 </group>
3012
99eef98b
DF
3013 <group title="Auto Attach Configuration">
3014 <p>
3015 Auto Attach configuration for a particular interface.
3016 </p>
3017
3018 <column name="lldp" key="enable" type='{"type": "boolean"}'>
3019 True to enable LLDP on this <ref table="Interface"/>. If not
3020 specified, LLDP will be disabled by default.
3021 </column>
3022 </group>
3023
3fd8d445
BP
3024 <group title="Common Columns">
3025 The overall purpose of these columns is described under <code>Common
3026 Columns</code> at the beginning of this document.
3027
3028 <column name="other_config"/>
3029 <column name="external_ids"/>
3030 </group>
89365653
BP
3031 </table>
3032
254750ce
BP
3033 <table name="Flow_Table" title="OpenFlow table configuration">
3034 <p>Configuration for a particular OpenFlow table.</p>
3035
3036 <column name="name">
3037 The table's name. Set this column to change the name that controllers
3038 will receive when they request table statistics, e.g. <code>ovs-ofctl
3039 dump-tables</code>. The name does not affect switch behavior.
3040 </column>
3041
3042 <column name="flow_limit">
3043 If set, limits the number of flows that may be added to the table. Open
3044 vSwitch may limit the number of flows in a table for other reasons,
3045 e.g. due to hardware limitations or for resource availability or
3046 performance reasons.
3047 </column>
3048
3049 <column name="overflow_policy">
3050 <p>
3051 Controls the switch's behavior when an OpenFlow flow table modification
3052 request would add flows in excess of <ref column="flow_limit"/>. The
3053 supported values are:
3054 </p>
3055
3056 <dl>
3057 <dt><code>refuse</code></dt>
3058 <dd>
3059 Refuse to add the flow or flows. This is also the default policy
3060 when <ref column="overflow_policy"/> is unset.
3061 </dd>
3062
3063 <dt><code>evict</code></dt>
3064 <dd>
3065 Delete the flow that will expire soonest. See <ref column="groups"/>
3066 for details.
3067 </dd>
3068 </dl>
3069 </column>
3070
3071 <column name="groups">
3072 <p>
3073 When <ref column="overflow_policy"/> is <code>evict</code>, this
3074 controls how flows are chosen for eviction when the flow table would
3075 otherwise exceed <ref column="flow_limit"/> flows. Its value is a set
3076 of NXM fields or sub-fields, each of which takes one of the forms
3077 <code><var>field</var>[]</code> or
3078 <code><var>field</var>[<var>start</var>..<var>end</var>]</code>,
3079 e.g. <code>NXM_OF_IN_PORT[]</code>. Please see
3080 <code>nicira-ext.h</code> for a complete list of NXM field names.
3081 </p>
3082
3083 <p>
3084 When a flow must be evicted due to overflow, the flow to evict is
3085 chosen through an approximation of the following algorithm:
3086 </p>
3087
3088 <ol>
3089 <li>
3090 Divide the flows in the table into groups based on the values of the
3091 specified fields or subfields, so that all of the flows in a given
3092 group have the same values for those fields. If a flow does not
3093 specify a given field, that field's value is treated as 0.
3094 </li>
3095
3096 <li>
3097 Consider the flows in the largest group, that is, the group that
3098 contains the greatest number of flows. If two or more groups all
3099 have the same largest number of flows, consider the flows in all of
3100 those groups.
3101 </li>
3102
3103 <li>
3104 Among the flows under consideration, choose the flow that expires
3105 soonest for eviction.
3106 </li>
3107 </ol>
3108
3109 <p>
3110 The eviction process only considers flows that have an idle timeout or
3111 a hard timeout. That is, eviction never deletes permanent flows.
7792bfe0 3112 (Permanent flows do count against <ref column="flow_limit"/>.)
254750ce
BP
3113 </p>
3114
3115 <p>
3116 Open vSwitch ignores any invalid or unknown field specifications.
3117 </p>
3118
3119 <p>
3120 When <ref column="overflow_policy"/> is not <code>evict</code>, this
3121 column has no effect.
3122 </p>
3123 </column>
13751fd8
JR
3124
3125 <column name="prefixes">
3126 <p>
3127 This string set specifies which fields should be used for
3128 address prefix tracking. Prefix tracking allows the
3129 classifier to skip rules with longer than necessary prefixes,
3130 resulting in better wildcarding for datapath flows.
3131 </p>
3132 <p>
3133 Prefix tracking may be beneficial when a flow table contains
3134 matches on IP address fields with different prefix lengths.
3135 For example, when a flow table contains IP address matches on
3136 both full addresses and proper prefixes, the full address
3137 matches will typically cause the datapath flow to un-wildcard
3138 the whole address field (depending on flow entry priorities).
3139 In this case each packet with a different address gets handed
3140 to the userspace for flow processing and generates its own
3141 datapath flow. With prefix tracking enabled for the address
3142 field in question packets with addresses matching shorter
3143 prefixes would generate datapath flows where the irrelevant
3144 address bits are wildcarded, allowing the same datapath flow
3145 to handle all the packets within the prefix in question. In
3146 this case many userspace upcalls can be avoided and the
3147 overall performance can be better.
3148 </p>
3149 <p>
3150 This is a performance optimization only, so packets will
3151 receive the same treatment with or without prefix tracking.
3152 </p>
3153 <p>
3154 The supported fields are: <code>tun_id</code>,
3155 <code>tun_src</code>, <code>tun_dst</code>,
3156 <code>nw_src</code>, <code>nw_dst</code> (or aliases
3157 <code>ip_src</code> and <code>ip_dst</code>),
3158 <code>ipv6_src</code>, and <code>ipv6_dst</code>. (Using this
3159 feature for <code>tun_id</code> would only make sense if the
3160 tunnel IDs have prefix structure similar to IP addresses.)
3161 </p>
f017d986
JR
3162
3163 <p>
3164 By default, the <code>prefixes=ip_dst,ip_src</code> are used
3165 on each flow table. This instructs the flow classifier to
3166 track the IP destination and source addresses used by the
3167 rules in this specific flow table.
3168 </p>
3169
13751fd8 3170 <p>
f017d986
JR
3171 The keyword <code>none</code> is recognized as an explicit
3172 override of the default values, causing no prefix fields to be
3173 tracked.
13751fd8 3174 </p>
f017d986
JR
3175
3176 <p>
3177 To set the prefix fields, the flow table record needs to
3178 exist:
3179 </p>
3180
13751fd8
JR
3181 <dl>
3182 <dt><code>ovs-vsctl set Bridge br0 flow_tables:0=@N1 -- --id=@N1 create Flow_Table name=table0</code></dt>
3183 <dd>
3184 Creates a flow table record for the OpenFlow table number 0.
3185 </dd>
3186
3187 <dt><code>ovs-vsctl set Flow_Table table0 prefixes=ip_dst,ip_src</code></dt>
3188 <dd>
3189 Enables prefix tracking for IP source and destination
3190 address fields.
3191 </dd>
3192 </dl>
3193
3194 <p>
3195 There is a maximum number of fields that can be enabled for any
3196 one flow table. Currently this limit is 3.
3197 </p>
3198 </column>
e3fbd9df
BP
3199
3200 <group title="Common Columns">
3201 The overall purpose of these columns is described under <code>Common
3202 Columns</code> at the beginning of this document.
3203
3204 <column name="external_ids"/>
3205 </group>
254750ce
BP
3206 </table>
3207
c1c9c9c4
BP
3208 <table name="QoS" title="Quality of Service configuration">
3209 <p>Quality of Service (QoS) configuration for each Port that
3fd8d445 3210 references it.</p>
c1c9c9c4
BP
3211
3212 <column name="type">
b850dc6d
BP
3213 <p>The type of QoS to implement. The currently defined types are
3214 listed below:</p>
c1c9c9c4
BP
3215 <dl>
3216 <dt><code>linux-htb</code></dt>
6784cb57
BP
3217 <dd>
3218 Linux ``hierarchy token bucket'' classifier. See tc-htb(8) (also at
3219 <code>http://linux.die.net/man/8/tc-htb</code>) and the HTB manual
3220 (<code>http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm</code>)
3221 for information on how this classifier works and how to configure it.
3222 </dd>
c1c9c9c4 3223 </dl>
a339aa81
EJ
3224 <dl>
3225 <dt><code>linux-hfsc</code></dt>
3226 <dd>
3227 Linux "Hierarchical Fair Service Curve" classifier.
3228 See <code>http://linux-ip.net/articles/hfsc.en/</code> for
3229 information on how this classifier works.
3230 </dd>
3231 </dl>
677d9158
JV
3232 <dl>
3233 <dt><code>linux-sfq</code></dt>
3234 <dd>
3235 Linux ``Stochastic Fairness Queueing'' classifier. See
3236 <code>tc-sfq</code>(8) (also at
3237 <code>http://linux.die.net/man/8/tc-sfq</code>) for information on
3238 how this classifier works.
3239 </dd>
3240 </dl>
3241 <dl>
3242 <dt><code>linux-codel</code></dt>
3243 <dd>
3244 Linux ``Controlled Delay'' classifier. See <code>tc-codel</code>(8)
3245 (also at
3246 <code>http://man7.org/linux/man-pages/man8/tc-codel.8.html</code>)
3247 for information on how this classifier works.
3248 </dd>
3249 </dl>
3250 <dl>
3251 <dt><code>linux-fq_codel</code></dt>
3252 <dd>
3253 Linux ``Fair Queuing with Controlled Delay'' classifier. See
3254 <code>tc-fq_codel</code>(8) (also at
3255 <code>http://man7.org/linux/man-pages/man8/tc-fq_codel.8.html</code>)
3256 for information on how this classifier works.
3257 </dd>
3258 </dl>
c1c9c9c4
BP
3259 </column>
3260
3261 <column name="queues">
3262 <p>A map from queue numbers to <ref table="Queue"/> records. The
3fd8d445
BP
3263 supported range of queue numbers depend on <ref column="type"/>. The
3264 queue numbers are the same as the <code>queue_id</code> used in
3265 OpenFlow in <code>struct ofp_action_enqueue</code> and other
2c999774
BP
3266 structures.</p>
3267
3268 <p>
3269 Queue 0 is the ``default queue.'' It is used by OpenFlow output
8bddb894
BP
3270 actions when no specific queue has been set. When no configuration for
3271 queue 0 is present, it is automatically configured as if a <ref
3272 table="Queue"/> record with empty <ref table="Queue" column="dscp"/>
3273 and <ref table="Queue" column="other_config"/> columns had been
3274 specified.
2c999774
BP
3275 (Before version 1.6, Open vSwitch would leave queue 0 unconfigured in
3276 this case. With some queuing disciplines, this dropped all packets
3277 destined for the default queue.)
3278 </p>
c1c9c9c4
BP
3279 </column>
3280
3fd8d445
BP
3281 <group title="Configuration for linux-htb and linux-hfsc">
3282 <p>
3283 The <code>linux-htb</code> and <code>linux-hfsc</code> classes support
3284 the following key-value pair:
3285 </p>
9cc6bf75 3286
f9e5e5b3 3287 <column name="other_config" key="max-rate" type='{"type": "integer"}'>
3fd8d445
BP
3288 Maximum rate shared by all queued traffic, in bit/s. Optional. If not
3289 specified, for physical interfaces, the default is the link rate. For
3290 other interfaces or if the link rate cannot be determined, the default
3291 is currently 100 Mbps.
3292 </column>
3293 </group>
13008eb3 3294
3fd8d445
BP
3295 <group title="Common Columns">
3296 The overall purpose of these columns is described under <code>Common
3297 Columns</code> at the beginning of this document.
3298
3299 <column name="other_config"/>
3300 <column name="external_ids"/>
3301 </group>
c1c9c9c4
BP
3302 </table>
3303
3304 <table name="Queue" title="QoS output queue.">
3305 <p>A configuration for a port output queue, used in configuring Quality of
3fd8d445
BP
3306 Service (QoS) features. May be referenced by <ref column="queues"
3307 table="QoS"/> column in <ref table="QoS"/> table.</p>
13008eb3 3308
8b36f51e
EJ
3309 <column name="dscp">
3310 If set, Open vSwitch will mark all traffic egressing this
3311 <ref table="Queue"/> with the given DSCP bits. Traffic egressing the
3312 default <ref table="Queue"/> is only marked if it was explicitly selected
3313 as the <ref table="Queue"/> at the time the packet was output. If unset,
3314 the DSCP bits of traffic egressing this <ref table="Queue"/> will remain
3315 unchanged.
3316 </column>
3317
3fd8d445
BP
3318 <group title="Configuration for linux-htb QoS">
3319 <p>
69822b3c
EJ
3320 <ref table="QoS"/> <ref table="QoS" column="type"/>
3321 <code>linux-htb</code> may use <code>queue_id</code>s less than 61440.
3322 It has the following key-value pairs defined.
3fd8d445 3323 </p>
9cc6bf75 3324
f9e5e5b3
BP
3325 <column name="other_config" key="min-rate"
3326 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3327 Minimum guaranteed bandwidth, in bit/s.
3328 </column>
3329
f9e5e5b3
BP
3330 <column name="other_config" key="max-rate"
3331 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3332 Maximum allowed bandwidth, in bit/s. Optional. If specified, the
3333 queue's rate will not be allowed to exceed the specified value, even
3334 if excess bandwidth is available. If unspecified, defaults to no
3335 limit.
3336 </column>
3337
f9e5e5b3
BP
3338 <column name="other_config" key="burst"
3339 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3340 Burst size, in bits. This is the maximum amount of ``credits'' that a
3341 queue can accumulate while it is idle. Optional. Details of the
3342 <code>linux-htb</code> implementation require a minimum burst size, so
3343 a too-small <code>burst</code> will be silently ignored.
3344 </column>
3345
f9e5e5b3
BP
3346 <column name="other_config" key="priority"
3347 type='{"type": "integer", "minInteger": 0, "maxInteger": 4294967295}'>
3348 A queue with a smaller <code>priority</code> will receive all the
3349 excess bandwidth that it can use before a queue with a larger value
3350 receives any. Specific priority values are unimportant; only relative
3351 ordering matters. Defaults to 0 if unspecified.
3fd8d445
BP
3352 </column>
3353 </group>
3354
3355 <group title="Configuration for linux-hfsc QoS">
3356 <p>
69822b3c
EJ
3357 <ref table="QoS"/> <ref table="QoS" column="type"/>
3358 <code>linux-hfsc</code> may use <code>queue_id</code>s less than 61440.
3359 It has the following key-value pairs defined.
3fd8d445 3360 </p>
9cc6bf75 3361
f9e5e5b3
BP
3362 <column name="other_config" key="min-rate"
3363 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3364 Minimum guaranteed bandwidth, in bit/s.
3365 </column>
9cc6bf75 3366
f9e5e5b3
BP
3367 <column name="other_config" key="max-rate"
3368 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3369 Maximum allowed bandwidth, in bit/s. Optional. If specified, the
3370 queue's rate will not be allowed to exceed the specified value, even if
3371 excess bandwidth is available. If unspecified, defaults to no
3372 limit.
3373 </column>
3374 </group>
3375
3376 <group title="Common Columns">
3377 The overall purpose of these columns is described under <code>Common
3378 Columns</code> at the beginning of this document.
3379
3380 <column name="other_config"/>
3381 <column name="external_ids"/>
3382 </group>
c1c9c9c4
BP
3383 </table>
3384
9ae7ddc0 3385 <table name="Mirror" title="Port mirroring.">
89365653
BP
3386 <p>A port mirror within a <ref table="Bridge"/>.</p>
3387 <p>A port mirror configures a bridge to send selected frames to special
92ada132 3388 ``mirrored'' ports, in addition to their normal destinations. Mirroring
9ae7ddc0 3389 traffic may also be referred to as SPAN or RSPAN, depending on how
92ada132 3390 the mirrored traffic is sent.</p>
89365653
BP
3391
3392 <column name="name">
3393 Arbitrary identifier for the <ref table="Mirror"/>.
3394 </column>
3395
3396 <group title="Selecting Packets for Mirroring">
3e519d8e
BP
3397 <p>
3398 To be selected for mirroring, a given packet must enter or leave the
3399 bridge through a selected port and it must also be in one of the
3400 selected VLANs.
3401 </p>
3402
939ff267
BP
3403 <column name="select_all">
3404 If true, every packet arriving or departing on any port is
3405 selected for mirroring.
3406 </column>
3407
89365653
BP
3408 <column name="select_dst_port">
3409 Ports on which departing packets are selected for mirroring.
3410 </column>
3411
3412 <column name="select_src_port">
939ff267 3413 Ports on which arriving packets are selected for mirroring.
89365653
BP
3414 </column>
3415
3416 <column name="select_vlan">
3417 VLANs on which packets are selected for mirroring. An empty set
3418 selects packets on all VLANs.
3419 </column>
3420 </group>
3421
3422 <group title="Mirroring Destination Configuration">
3e519d8e
BP
3423 <p>
3424 These columns are mutually exclusive. Exactly one of them must be
3425 nonempty.
3426 </p>
3427
89365653 3428 <column name="output_port">
3e519d8e 3429 <p>Output port for selected packets, if nonempty.</p>
89365653 3430 <p>Specifying a port for mirror output reserves that port exclusively
92ada132 3431 for mirroring. No frames other than those selected for mirroring
653fe3a3 3432 via this column
92ada132
BP
3433 will be forwarded to the port, and any frames received on the port
3434 will be discarded.</p>
3435 <p>
3436 The output port may be any kind of port supported by Open vSwitch.
9ae7ddc0
JP
3437 It may be, for example, a physical port (sometimes called SPAN) or a
3438 GRE tunnel.
92ada132 3439 </p>
89365653
BP
3440 </column>
3441
3442 <column name="output_vlan">
3e519d8e 3443 <p>Output VLAN for selected packets, if nonempty.</p>
89365653 3444 <p>The frames will be sent out all ports that trunk
3fd8d445
BP
3445 <ref column="output_vlan"/>, as well as any ports with implicit VLAN
3446 <ref column="output_vlan"/>. When a mirrored frame is sent out a
3447 trunk port, the frame's VLAN tag will be set to
3448 <ref column="output_vlan"/>, replacing any existing tag; when it is
3449 sent out an implicit VLAN port, the frame will not be tagged. This
3450 type of mirroring is sometimes called RSPAN.</p>
07817dfe 3451 <p>
05be4e2c
EJ
3452 See the documentation for
3453 <ref column="other_config" key="forward-bpdu"/> in the
3454 <ref table="Interface"/> table for a list of destination MAC
3455 addresses which will not be mirrored to a VLAN to avoid confusing
3456 switches that interpret the protocols that they represent.
07817dfe 3457 </p>
89365653 3458 <p><em>Please note:</em> Mirroring to a VLAN can disrupt a network that
3fd8d445
BP
3459 contains unmanaged switches. Consider an unmanaged physical switch
3460 with two ports: port 1, connected to an end host, and port 2,
3461 connected to an Open vSwitch configured to mirror received packets
3462 into VLAN 123 on port 2. Suppose that the end host sends a packet on
3463 port 1 that the physical switch forwards to port 2. The Open vSwitch
3464 forwards this packet to its destination and then reflects it back on
3465 port 2 in VLAN 123. This reflected packet causes the unmanaged
3466 physical switch to replace the MAC learning table entry, which
3467 correctly pointed to port 1, with one that incorrectly points to port
3468 2. Afterward, the physical switch will direct packets destined for
3469 the end host to the Open vSwitch on port 2, instead of to the end
3470 host on port 1, disrupting connectivity. If mirroring to a VLAN is
3471 desired in this scenario, then the physical switch must be replaced
3472 by one that learns Ethernet addresses on a per-VLAN basis. In
3473 addition, learning should be disabled on the VLAN containing mirrored
3474 traffic. If this is not done then intermediate switches will learn
3475 the MAC address of each end host from the mirrored traffic. If
3476 packets being sent to that end host are also mirrored, then they will
3477 be dropped since the switch will attempt to send them out the input
3478 port. Disabling learning for the VLAN will cause the switch to
3479 correctly send the packet out all ports configured for that VLAN. If
3480 Open vSwitch is being used as an intermediate switch, learning can be
3481 disabled by adding the mirrored VLAN to <ref column="flood_vlans"/>
3482 in the appropriate <ref table="Bridge"/> table or tables.</p>
3483 <p>
3484 Mirroring to a GRE tunnel has fewer caveats than mirroring to a
3485 VLAN and should generally be preferred.
3486 </p>
89365653
BP
3487 </column>
3488 </group>
13008eb3 3489
9d24de3b
JP
3490 <group title="Statistics: Mirror counters">
3491 <p>
12eb035b
AW
3492 Key-value pairs that report mirror statistics. The update period
3493 is controlled by <ref column="other_config"
3494 key="stats-update-interval"/> in the <code>Open_vSwitch</code> table.
9d24de3b
JP
3495 </p>
3496 <column name="statistics" key="tx_packets">
3497 Number of packets transmitted through this mirror.
3498 </column>
3499 <column name="statistics" key="tx_bytes">
3500 Number of bytes transmitted through this mirror.
3501 </column>
3502 </group>
3503
3fd8d445
BP
3504 <group title="Common Columns">
3505 The overall purpose of these columns is described under <code>Common
3506 Columns</code> at the beginning of this document.
3507
3508 <column name="external_ids"/>
13008eb3 3509 </group>
89365653
BP
3510 </table>
3511
3512 <table name="Controller" title="OpenFlow controller configuration.">
76ce9432
BP
3513 <p>An OpenFlow controller.</p>
3514
7d674866
BP
3515 <p>
3516 Open vSwitch supports two kinds of OpenFlow controllers:
3517 </p>
299a244b 3518
7d674866
BP
3519 <dl>
3520 <dt>Primary controllers</dt>
3521 <dd>
3522 <p>
3523 This is the kind of controller envisioned by the OpenFlow 1.0
3524 specification. Usually, a primary controller implements a network
3525 policy by taking charge of the switch's flow table.
3526 </p>
3527
3528 <p>
3529 Open vSwitch initiates and maintains persistent connections to
3530 primary controllers, retrying the connection each time it fails or
3531 drops. The <ref table="Bridge" column="fail_mode"/> column in the
3532 <ref table="Bridge"/> table applies to primary controllers.
3533 </p>
3534
3535 <p>
3536 Open vSwitch permits a bridge to have any number of primary
3537 controllers. When multiple controllers are configured, Open
3538 vSwitch connects to all of them simultaneously. Because
3539 OpenFlow 1.0 does not specify how multiple controllers
3540 coordinate in interacting with a single switch, more than
3541 one primary controller should be specified only if the
3542 controllers are themselves designed to coordinate with each
3543 other. (The Nicira-defined <code>NXT_ROLE</code> OpenFlow
3544 vendor extension may be useful for this.)
3545 </p>
3546 </dd>
3547 <dt>Service controllers</dt>
3548 <dd>
3549 <p>
3550 These kinds of OpenFlow controller connections are intended for
3551 occasional support and maintenance use, e.g. with
3552 <code>ovs-ofctl</code>. Usually a service controller connects only
3553 briefly to inspect or modify some of a switch's state.
3554 </p>
3555
3556 <p>
3557 Open vSwitch listens for incoming connections from service
3558 controllers. The service controllers initiate and, if necessary,
3559 maintain the connections from their end. The <ref table="Bridge"
3560 column="fail_mode"/> column in the <ref table="Bridge"/> table does
3561 not apply to service controllers.
3562 </p>
3563
3564 <p>
3565 Open vSwitch supports configuring any number of service controllers.
3566 </p>
3567 </dd>
3568 </dl>
3569
3570 <p>
3571 The <ref column="target"/> determines the type of controller.
3572 </p>
89365653
BP
3573
3574 <group title="Core Features">
3575 <column name="target">
7d674866
BP
3576 <p>Connection method for controller.</p>
3577 <p>
3578 The following connection methods are currently supported for primary
3579 controllers:
3580 </p>
89365653
BP
3581 <dl>
3582 <dt><code>ssl:<var>ip</var></code>[<code>:<var>port</var></code>]</dt>
3583 <dd>
125b0291
JP
3584 <p>The specified SSL <var>port</var> on the host at the
3585 given <var>ip</var>, which must be expressed as an IP
3586 address (not a DNS name). The <ref table="Open_vSwitch"
3587 column="ssl"/> column in the <ref table="Open_vSwitch"/>
3588 table must point to a valid SSL configuration when this form
3589 is used.</p>
d4763d1d 3590 <p>If <var>port</var> is not specified, it defaults to 6653.</p>
89365653 3591 <p>SSL support is an optional feature that is not always built as
3fd8d445 3592 part of Open vSwitch.</p>
89365653
BP
3593 </dd>
3594 <dt><code>tcp:<var>ip</var></code>[<code>:<var>port</var></code>]</dt>
125b0291 3595 <dd>
e731d71b
AS
3596 <p>
3597 The specified TCP <var>port</var> on the host at the given
3598 <var>ip</var>, which must be expressed as an IP address (not a
3599 DNS name), where <var>ip</var> can be IPv4 or IPv6 address. If
3600 <var>ip</var> is an IPv6 address, wrap it in square brackets,
d4763d1d 3601 e.g. <code>tcp:[::1]:6653</code>.
e731d71b
AS
3602 </p>
3603 <p>
d4763d1d 3604 If <var>port</var> is not specified, it defaults to 6653.
e731d71b 3605 </p>
125b0291 3606 </dd>
7d674866
BP
3607 </dl>
3608 <p>
3609 The following connection methods are currently supported for service
3610 controllers:
3611 </p>
3612 <dl>
3613 <dt><code>pssl:</code>[<var>port</var>][<code>:<var>ip</var></code>]</dt>
3614 <dd>
e731d71b
AS
3615 <p>
3616 Listens for SSL connections on the specified TCP <var>port</var>.
3617 If <var>ip</var>, which must be expressed as an IP address (not a
3618 DNS name), is specified, then connections are restricted to the
3619 specified local IP address (either IPv4 or IPv6). If
3620 <var>ip</var> is an IPv6 address, wrap it in square brackets,
d4763d1d 3621 e.g. <code>pssl:6653:[::1]</code>.
e731d71b
AS
3622 </p>
3623 <p>
d4763d1d
JP
3624 If <var>port</var> is not specified, it defaults to
3625 6653. If <var>ip</var> is not specified then it listens only on
e731d71b
AS
3626 IPv4 (but not IPv6) addresses. The
3627 <ref table="Open_vSwitch" column="ssl"/>
3628 column in the <ref table="Open_vSwitch"/> table must point to a
3629 valid SSL configuration when this form is used.
3630 </p>
3631 <p>
d4763d1d 3632 If <var>port</var> is not specified, it currently to 6653.
e731d71b
AS
3633 </p>
3634 <p>
3635 SSL support is an optional feature that is not always built as
3636 part of Open vSwitch.
3637 </p>
7d674866
BP
3638 </dd>
3639 <dt><code>ptcp:</code>[<var>port</var>][<code>:<var>ip</var></code>]</dt>
3640 <dd>
e731d71b
AS
3641 <p>
3642 Listens for connections on the specified TCP <var>port</var>. If
3643 <var>ip</var>, which must be expressed as an IP address (not a
3644 DNS name), is specified, then connections are restricted to the
3645 specified local IP address (either IPv4 or IPv6). If
3646 <var>ip</var> is an IPv6 address, wrap it in square brackets,
d4763d1d 3647 e.g. <code>ptcp:6653:[::1]</code>. If <var>ip</var> is not
e731d71b
AS
3648 specified then it listens only on IPv4 addresses.
3649 </p>
3650 <p>
d4763d1d 3651 If <var>port</var> is not specified, it defaults to 6653.
e731d71b 3652 </p>
7d674866 3653 </dd>
89365653 3654 </dl>
9a3f4a49 3655 <p>When multiple controllers are configured for a single bridge, the
3fd8d445
BP
3656 <ref column="target"/> values must be unique. Duplicate
3657 <ref column="target"/> values yield unspecified results.</p>
89365653
BP
3658 </column>
3659
3660 <column name="connection_mode">
9a3f4a49
JP
3661 <p>If it is specified, this setting must be one of the following
3662 strings that describes how Open vSwitch contacts this OpenFlow
3663 controller over the network:</p>
3664
3665 <dl>
3666 <dt><code>in-band</code></dt>
3667 <dd>In this mode, this controller's OpenFlow traffic travels over the
3fd8d445
BP
3668 bridge associated with the controller. With this setting, Open
3669 vSwitch allows traffic to and from the controller regardless of the
3670 contents of the OpenFlow flow table. (Otherwise, Open vSwitch
3671 would never be able to connect to the controller, because it did
3672 not have a flow to enable it.) This is the most common connection
3673 mode because it is not necessary to maintain two independent
3674 networks.</dd>
9a3f4a49
JP
3675 <dt><code>out-of-band</code></dt>
3676 <dd>In this mode, OpenFlow traffic uses a control network separate
3fd8d445
BP
3677 from the bridge associated with this controller, that is, the
3678 bridge does not use any of its own network devices to communicate
3679 with the controller. The control network must be configured
3680 separately, before or after <code>ovs-vswitchd</code> is started.
9a3f4a49
JP
3681 </dd>
3682 </dl>
76ce9432 3683
195c8086 3684 <p>If not specified, the default is implementation-specific.</p>
89365653
BP
3685 </column>
3686 </group>
3687
3688 <group title="Controller Failure Detection and Handling">
3689 <column name="max_backoff">
3690 Maximum number of milliseconds to wait between connection attempts.
3691 Default is implementation-specific.
3692 </column>
3693
3694 <column name="inactivity_probe">
3695 Maximum number of milliseconds of idle time on connection to
3696 controller before sending an inactivity probe message. If Open
3697 vSwitch does not communicate with the controller for the specified
3698 number of seconds, it will send a probe. If a response is not
3699 received for the same additional amount of time, Open vSwitch
3700 assumes the connection has been broken and attempts to reconnect.
2bb82bf0
BP
3701 Default is implementation-specific. A value of 0 disables
3702 inactivity probes.
89365653 3703 </column>
89365653
BP
3704 </group>
3705
a413195e 3706 <group title="Asynchronous Messages">
9886b662
BP
3707 <p>
3708 OpenFlow switches send certain messages to controllers spontanenously,
3709 that is, not in response to any request from the controller. These
3710 messages are called ``asynchronous messages.'' These columns allow
3711 asynchronous messages to be limited or disabled to ensure the best use
3712 of network resources.
3713 </p>
3714
3715 <column name="enable_async_messages">
3716 The OpenFlow protocol enables asynchronous messages at time of
3717 connection establishment, which means that a controller can receive
3718 asynchronous messages, potentially many of them, even if it turns them
3719 off immediately after connecting. Set this column to
3720 <code>false</code> to change Open vSwitch behavior to disable, by
3721 default, all asynchronous messages. The controller can use the
3722 <code>NXT_SET_ASYNC_CONFIG</code> Nicira extension to OpenFlow to turn
3723 on any messages that it does want to receive, if any.
3724 </column>
3725
a413195e 3726 <group title="Controller Rate Limiting">
ebb65354 3727 <p>
a413195e
BP
3728 A switch can forward packets to a controller over the OpenFlow
3729 protocol. Forwarding packets this way at too high a rate can
3730 overwhelm a controller, frustrate use of the OpenFlow connection for
3731 other purposes, increase the latency of flow setup, and use an
3732 unreasonable amount of bandwidth. Therefore, Open vSwitch supports
3733 limiting the rate of packet forwarding to a controller.
ebb65354
BP
3734 </p>
3735
3736 <p>
a413195e
BP
3737 There are two main reasons in OpenFlow for a packet to be sent to a
3738 controller: either the packet ``misses'' in the flow table, that is,
3739 there is no matching flow, or a flow table action says to send the
3740 packet to the controller. Open vSwitch limits the rate of each kind
3741 of packet separately at the configured rate. Therefore, the actual
3742 rate that packets are sent to the controller can be up to twice the
3743 configured rate, when packets are sent for both reasons.
ebb65354
BP
3744 </p>
3745
3746 <p>
a413195e
BP
3747 This feature is specific to forwarding packets over an OpenFlow
3748 connection. It is not general-purpose QoS. See the <ref
3749 table="QoS"/> table for quality of service configuration, and <ref
3750 column="ingress_policing_rate" table="Interface"/> in the <ref
3751 table="Interface"/> table for ingress policing configuration.
ebb65354 3752 </p>
3fd8d445 3753
a413195e
BP
3754 <column name="controller_rate_limit">
3755 <p>
3756 The maximum rate at which the switch will forward packets to the
3757 OpenFlow controller, in packets per second. If no value is
3758 specified, rate limiting is disabled.
3759 </p>
3760 </column>
3761
3762 <column name="controller_burst_limit">
3763 <p>
3764 When a high rate triggers rate-limiting, Open vSwitch queues
3765 packets to the controller for each port and transmits them to the
3766 controller at the configured rate. This value limits the number of
3767 queued packets. Ports on a bridge share the packet queue fairly.
3768 </p>
3769
3770 <p>
3771 This value has no effect unless <ref
3772 column="controller_rate_limit"/> is configured. The current
3773 default when this value is not specified is one-quarter of <ref
3774 column="controller_rate_limit"/>, meaning that queuing can delay
3775 forwarding a packet to the controller by up to 250 ms.
3776 </p>
3777 </column>
3778
3779 <group title="Controller Rate Limiting Statistics">
3780 <p>
3781 These values report the effects of rate limiting. Their values are
3782 relative to establishment of the most recent OpenFlow connection,
3783 or since rate limiting was enabled, whichever happened more
3784 recently. Each consists of two values, one with <code>TYPE</code>
3785 replaced by <code>miss</code> for rate limiting flow table misses,
3786 and the other with <code>TYPE</code> replaced by
3787 <code>action</code> for rate limiting packets sent by OpenFlow
3788 actions.
3789 </p>
3790
3791 <p>
3792 These statistics are reported only when controller rate limiting is
3793 enabled.
3794 </p>
3795
3796 <column name="status" key="packet-in-TYPE-bypassed"
3797 type='{"type": "integer", "minInteger": 0}'>
3798 Number of packets sent directly to the controller, without queuing,
3799 because the rate did not exceed the configured maximum.
3800 </column>
3801
3802 <column name="status" key="packet-in-TYPE-queued"
3803 type='{"type": "integer", "minInteger": 0}'>
3804 Number of packets added to the queue to send later.
3805 </column>
3806
3807 <column name="status" key="packet-in-TYPE-dropped"
3808 type='{"type": "integer", "minInteger": 0}'>
3809 Number of packets added to the queue that were later dropped due to
3810 overflow. This value is less than or equal to <ref column="status"
3811 key="packet-in-TYPE-queued"/>.
3812 </column>
3813
3814 <column name="status" key="packet-in-TYPE-backlog"
3815 type='{"type": "integer", "minInteger": 0}'>
3816 Number of packets currently queued. The other statistics increase
3817 monotonically, but this one fluctuates between 0 and the <ref
3818 column="controller_burst_limit"/> as conditions change.
3819 </column>
3820 </group>
3821 </group>
89365653
BP
3822 </group>
3823
76ce9432
BP
3824 <group title="Additional In-Band Configuration">
3825 <p>These values are considered only in in-band control mode (see
3fd8d445 3826 <ref column="connection_mode"/>).</p>
76ce9432
BP
3827
3828 <p>When multiple controllers are configured on a single bridge, there
3fd8d445
BP
3829 should be only one set of unique values in these columns. If different
3830 values are set for these columns in different controllers, the effect
3831 is unspecified.</p>
89365653
BP
3832
3833 <column name="local_ip">
76ce9432
BP
3834 The IP address to configure on the local port,
3835 e.g. <code>192.168.0.123</code>. If this value is unset, then
3836 <ref column="local_netmask"/> and <ref column="local_gateway"/> are
3837 ignored.
89365653
BP
3838 </column>
3839
3840 <column name="local_netmask">
76ce9432
BP
3841 The IP netmask to configure on the local port,
3842 e.g. <code>255.255.255.0</code>. If <ref column="local_ip"/> is set
3843 but this value is unset, then the default is chosen based on whether
3844 the IP address is class A, B, or C.
3845 </column>
3846
3847 <column name="local_gateway">
3848 The IP address of the gateway to configure on the local port, as a
3849 string, e.g. <code>192.168.0.1</code>. Leave this column unset if
3850 this network has no gateway.
89365653
BP
3851 </column>
3852 </group>
13008eb3 3853
bffc0589
AE
3854 <group title="Controller Status">
3855 <column name="is_connected">
3856 <code>true</code> if currently connected to this controller,
3857 <code>false</code> otherwise.
3858 </column>
3859
f9e5e5b3
BP
3860 <column name="role"
3861 type='{"type": "string", "enum": ["set", ["other", "master", "slave"]]}'>
bffc0589 3862 <p>The level of authority this controller has on the associated
3fd8d445 3863 bridge. Possible values are:</p>
bffc0589
AE
3864 <dl>
3865 <dt><code>other</code></dt>
3866 <dd>Allows the controller access to all OpenFlow features.</dd>
bffc0589
AE
3867 <dt><code>master</code></dt>
3868 <dd>Equivalent to <code>other</code>, except that there may be at
3fd8d445
BP
3869 most one master controller at a time. When a controller configures
3870 itself as <code>master</code>, any existing master is demoted to
9f90ed90 3871 the <code>slave</code> role.</dd>
bffc0589
AE
3872 <dt><code>slave</code></dt>
3873 <dd>Allows the controller read-only access to OpenFlow features.
3fd8d445
BP
3874 Attempts to modify the flow table will be rejected with an
3875 error. Slave controllers do not receive OFPT_PACKET_IN or
3876 OFPT_FLOW_REMOVED messages, but they do receive OFPT_PORT_STATUS
3877 messages.</dd>
bffc0589
AE
3878 </dl>
3879 </column>
3880
3fd8d445
BP
3881 <column name="status" key="last_error">
3882 A human-readable description of the last error on the connection
3883 to the controller; i.e. <code>strerror(errno)</code>. This key
3884 will exist only if an error has occurred.
3885 </column>
3886
f9e5e5b3
BP
3887 <column name="status" key="state"
3888 type='{"type": "string", "enum": ["set", ["VOID", "BACKOFF", "CONNECTING", "ACTIVE", "IDLE"]]}'>
3fd8d445 3889 <p>
f9e5e5b3 3890 The state of the connection to the controller:
3fd8d445 3891 </p>
bffc0589 3892 <dl>
3fd8d445
BP
3893 <dt><code>VOID</code></dt>
3894 <dd>Connection is disabled.</dd>
3895
3896 <dt><code>BACKOFF</code></dt>
3897 <dd>Attempting to reconnect at an increasing period.</dd>
3898
3899 <dt><code>CONNECTING</code></dt>
3900 <dd>Attempting to connect.</dd>
3901
3902 <dt><code>ACTIVE</code></dt>
3903 <dd>Connected, remote host responsive.</dd>
3904
3905 <dt><code>IDLE</code></dt>
3906 <dd>Connection is idle. Waiting for response to keep-alive.</dd>
bffc0589 3907 </dl>
3fd8d445
BP
3908 <p>
3909 These values may change in the future. They are provided only for
3910 human consumption.
3911 </p>
3912 </column>
9cc6bf75 3913
f9e5e5b3
BP
3914 <column name="status" key="sec_since_connect"
3915 type='{"type": "integer", "minInteger": 0}'>
3fd8d445
BP
3916 The amount of time since this controller last successfully connected to
3917 the switch (in seconds). Value is empty if controller has never
3918 successfully connected.
bffc0589 3919 </column>
9cc6bf75 3920
f9e5e5b3
BP
3921 <column name="status" key="sec_since_disconnect"
3922 type='{"type": "integer", "minInteger": 1}'>
3fd8d445
BP
3923 The amount of time since this controller last disconnected from
3924 the switch (in seconds). Value is empty if controller has never
3925 disconnected.
3926 </column>
3927 </group>
3928
f125905c
MM
3929 <group title="Connection Parameters">
3930 <p>
3931 Additional configuration for a connection between the controller
3932 and the Open vSwitch.
3933 </p>
3934
3935 <column name="other_config" key="dscp"
3936 type='{"type": "integer"}'>
cea15768
EJ
3937 The Differentiated Service Code Point (DSCP) is specified using 6 bits
3938 in the Type of Service (TOS) field in the IP header. DSCP provides a
3939 mechanism to classify the network traffic and provide Quality of
3940 Service (QoS) on IP networks.
3941
3942 The DSCP value specified here is used when establishing the connection
0442efd9
MM
3943 between the controller and the Open vSwitch. If no value is specified,
3944 a default value of 48 is chosen. Valid DSCP values must be in the
3945 range 0 to 63.
f125905c
MM
3946 </column>
3947 </group>
3948
3949
3fd8d445
BP
3950 <group title="Common Columns">
3951 The overall purpose of these columns is described under <code>Common
3952 Columns</code> at the beginning of this document.
3953
3954 <column name="external_ids"/>
f125905c 3955 <column name="other_config"/>
bffc0589 3956 </group>
89365653
BP
3957 </table>
3958
94db5407
BP
3959 <table name="Manager" title="OVSDB management connection.">
3960 <p>
3961 Configuration for a database connection to an Open vSwitch database
3962 (OVSDB) client.
3963 </p>
3964
3965 <p>
3966 This table primarily configures the Open vSwitch database
3967 (<code>ovsdb-server</code>), not the Open vSwitch switch
3968 (<code>ovs-vswitchd</code>). The switch does read the table to determine
3969 what connections should be treated as in-band.
3970 </p>
3971
3972 <p>
3973 The Open vSwitch database server can initiate and maintain active
3974 connections to remote clients. It can also listen for database
3975 connections.
3976 </p>
3977
3978 <group title="Core Features">
3979 <column name="target">
3980 <p>Connection method for managers.</p>
3981 <p>
3982 The following connection methods are currently supported:
3983 </p>
3984 <dl>
3985 <dt><code>ssl:<var>ip</var></code>[<code>:<var>port</var></code>]</dt>
3986 <dd>
3987 <p>
efc295d2
JP
3988 The specified SSL <var>port</var> on the host at the given
3989 <var>ip</var>, which must be expressed as an IP address
3990 (not a DNS name). The <ref table="Open_vSwitch"
3991 column="ssl"/> column in the <ref table="Open_vSwitch"/>
3992 table must point to a valid SSL configuration when this
3993 form is used.
94db5407
BP
3994 </p>
3995 <p>
d4763d1d 3996 If <var>port</var> is not specified, it defaults to 6640.
efc295d2
JP
3997 </p>
3998 <p>
3999 SSL support is an optional feature that is not always
4000 built as part of Open vSwitch.
94db5407
BP
4001 </p>
4002 </dd>
4003
4004 <dt><code>tcp:<var>ip</var></code>[<code>:<var>port</var></code>]</dt>
4005 <dd>
efc295d2
JP
4006 <p>
4007 The specified TCP <var>port</var> on the host at the given
e731d71b
AS
4008 <var>ip</var>, which must be expressed as an IP address (not a
4009 DNS name), where <var>ip</var> can be IPv4 or IPv6 address. If
4010 <var>ip</var> is an IPv6 address, wrap it in square brackets,
d4763d1d 4011 e.g. <code>tcp:[::1]:6640</code>.
efc295d2
JP
4012 </p>
4013 <p>
d4763d1d 4014 If <var>port</var> is not specified, it defaults to 6640.
efc295d2 4015 </p>
94db5407
BP
4016 </dd>
4017 <dt><code>pssl:</code>[<var>port</var>][<code>:<var>ip</var></code>]</dt>
4018 <dd>
4019 <p>
e731d71b
AS
4020 Listens for SSL connections on the specified TCP <var>port</var>.
4021 Specify 0 for <var>port</var> to have the kernel automatically
4022 choose an available port. If <var>ip</var>, which must be
4023 expressed as an IP address (not a DNS name), is specified, then
4024 connections are restricted to the specified local IP address
4025 (either IPv4 or IPv6 address). If <var>ip</var> is an IPv6
4026 address, wrap in square brackets,
d4763d1d 4027 e.g. <code>pssl:6640:[::1]</code>. If <var>ip</var> is not
e731d71b
AS
4028 specified then it listens only on IPv4 (but not IPv6) addresses.
4029 The <ref table="Open_vSwitch" column="ssl"/> column in the <ref
94db5407
BP
4030 table="Open_vSwitch"/> table must point to a valid SSL
4031 configuration when this form is used.
4032 </p>
efc295d2 4033 <p>
d4763d1d 4034 If <var>port</var> is not specified, it defaults to 6640.
efc295d2 4035 </p>
94db5407
BP
4036 <p>
4037 SSL support is an optional feature that is not always built as
4038 part of Open vSwitch.
4039 </p>
4040 </dd>
4041 <dt><code>ptcp:</code>[<var>port</var>][<code>:<var>ip</var></code>]</dt>
4042 <dd>
efc295d2 4043 <p>
e731d71b
AS
4044 Listens for connections on the specified TCP <var>port</var>.
4045 Specify 0 for <var>port</var> to have the kernel automatically
4046 choose an available port. If <var>ip</var>, which must be
4047 expressed as an IP address (not a DNS name), is specified, then
4048 connections are restricted to the specified local IP address
4049 (either IPv4 or IPv6 address). If <var>ip</var> is an IPv6
4050 address, wrap it in square brackets,
d4763d1d 4051 e.g. <code>ptcp:6640:[::1]</code>. If <var>ip</var> is not
e731d71b 4052 specified then it listens only on IPv4 addresses.
efc295d2
JP
4053 </p>
4054 <p>
d4763d1d 4055 If <var>port</var> is not specified, it defaults to 6640.
efc295d2 4056 </p>
94db5407
BP
4057 </dd>
4058 </dl>
4059 <p>When multiple managers are configured, the <ref column="target"/>
4060 values must be unique. Duplicate <ref column="target"/> values yield
4061 unspecified results.</p>
4062 </column>
4063
4064 <column name="connection_mode">
4065 <p>
4066 If it is specified, this setting must be one of the following strings
4067 that describes how Open vSwitch contacts this OVSDB client over the
4068 network:
4069 </p>
299a244b 4070
94db5407
BP
4071 <dl>
4072 <dt><code>in-band</code></dt>
4073 <dd>
4074 In this mode, this connection's traffic travels over a bridge
4075 managed by Open vSwitch. With this setting, Open vSwitch allows
4076 traffic to and from the client regardless of the contents of the
4077 OpenFlow flow table. (Otherwise, Open vSwitch would never be able
4078 to connect to the client, because it did not have a flow to enable
4079 it.) This is the most common connection mode because it is not
4080 necessary to maintain two independent networks.
4081 </dd>
4082 <dt><code>out-of-band</code></dt>
4083 <dd>
4084 In this mode, the client's traffic uses a control network separate
4085 from that managed by Open vSwitch, that is, Open vSwitch does not
4086 use any of its own network devices to communicate with the client.
4087 The control network must be configured separately, before or after
4088 <code>ovs-vswitchd</code> is started.
4089 </dd>
4090 </dl>
4091
4092 <p>
4093 If not specified, the default is implementation-specific.
4094 </p>
4095 </column>
4096 </group>
4097
4098 <group title="Client Failure Detection and Handling">
4099 <column name="max_backoff">
4100 Maximum number of milliseconds to wait between connection attempts.
4101 Default is implementation-specific.
4102 </column>
4103
4104 <column name="inactivity_probe">
4105 Maximum number of milliseconds of idle time on connection to the client
4106 before sending an inactivity probe message. If Open vSwitch does not
4107 communicate with the client for the specified number of seconds, it
4108 will send a probe. If a response is not received for the same
4109 additional amount of time, Open vSwitch assumes the connection has been
4110 broken and attempts to reconnect. Default is implementation-specific.
2bb82bf0 4111 A value of 0 disables inactivity probes.
94db5407
BP
4112 </column>
4113 </group>
4114
0b3e7a8b
AE
4115 <group title="Status">
4116 <column name="is_connected">
4117 <code>true</code> if currently connected to this manager,
4118 <code>false</code> otherwise.
4119 </column>
4120
3fd8d445
BP
4121 <column name="status" key="last_error">
4122 A human-readable description of the last error on the connection
4123 to the manager; i.e. <code>strerror(errno)</code>. This key
4124 will exist only if an error has occurred.
4125 </column>
4126
f9e5e5b3
BP
4127 <column name="status" key="state"
4128 type='{"type": "string", "enum": ["set", ["VOID", "BACKOFF", "CONNECTING", "ACTIVE", "IDLE"]]}'>
3fd8d445 4129 <p>
f9e5e5b3 4130 The state of the connection to the manager:
3fd8d445 4131 </p>
a11f6164 4132 <dl>
3fd8d445
BP
4133 <dt><code>VOID</code></dt>
4134 <dd>Connection is disabled.</dd>
4135
4136 <dt><code>BACKOFF</code></dt>
4137 <dd>Attempting to reconnect at an increasing period.</dd>
4138
4139 <dt><code>CONNECTING</code></dt>
4140 <dd>Attempting to connect.</dd>
4141
4142 <dt><code>ACTIVE</code></dt>
4143 <dd>Connected, remote host responsive.</dd>
4144
4145 <dt><code>IDLE</code></dt>
4146 <dd>Connection is idle. Waiting for response to keep-alive.</dd>
a11f6164 4147 </dl>
3fd8d445
BP
4148 <p>
4149 These values may change in the future. They are provided only for
4150 human consumption.
4151 </p>
4152 </column>
4153
f9e5e5b3
BP
4154 <column name="status" key="sec_since_connect"
4155 type='{"type": "integer", "minInteger": 0}'>
3fd8d445
BP
4156 The amount of time since this manager last successfully connected
4157 to the database (in seconds). Value is empty if manager has never
4158 successfully connected.
4159 </column>
4160
f9e5e5b3
BP
4161 <column name="status" key="sec_since_disconnect"
4162 type='{"type": "integer", "minInteger": 0}'>
3fd8d445
BP
4163 The amount of time since this manager last disconnected from the
4164 database (in seconds). Value is empty if manager has never
4165 disconnected.
4166 </column>
4167
4168 <column name="status" key="locks_held">
4169 Space-separated list of the names of OVSDB locks that the connection
4170 holds. Omitted if the connection does not hold any locks.
4171 </column>
4172
4173 <column name="status" key="locks_waiting">
4174 Space-separated list of the names of OVSDB locks that the connection is
4175 currently waiting to acquire. Omitted if the connection is not waiting
4176 for any locks.
4177 </column>
4178
4179 <column name="status" key="locks_lost">
4180 Space-separated list of the names of OVSDB locks that the connection
4181 has had stolen by another OVSDB client. Omitted if no locks have been
4182 stolen from this connection.
4183 </column>
4184
f9e5e5b3
BP
4185 <column name="status" key="n_connections"
4186 type='{"type": "integer", "minInteger": 2}'>
3fd8d445
BP
4187 <p>
4188 When <ref column="target"/> specifies a connection method that
4189 listens for inbound connections (e.g. <code>ptcp:</code> or
4190 <code>pssl:</code>) and more than one connection is actually active,
4191 the value is the number of active connections. Otherwise, this
4192 key-value pair is omitted.
4193 </p>
4194 <p>
4195 When multiple connections are active, status columns and key-value
4196 pairs (other than this one) report the status of one arbitrarily
4197 chosen connection.
4198 </p>
0b3e7a8b 4199 </column>
798e1352
BP
4200
4201 <column name="status" key="bound_port" type='{"type": "integer"}'>
4202 When <ref column="target"/> is <code>ptcp:</code> or
4203 <code>pssl:</code>, this is the TCP port on which the OVSDB server is
4204 listening. (This is is particularly useful when <ref
4205 column="target"/> specifies a port of 0, allowing the kernel to
4206 choose any available port.)
4207 </column>
0b3e7a8b 4208 </group>
3fd8d445 4209
f125905c
MM
4210 <group title="Connection Parameters">
4211 <p>
4212 Additional configuration for a connection between the manager
4213 and the Open vSwitch Database.
4214 </p>
4215
4216 <column name="other_config" key="dscp"
4217 type='{"type": "integer"}'>
cea15768
EJ
4218 The Differentiated Service Code Point (DSCP) is specified using 6 bits
4219 in the Type of Service (TOS) field in the IP header. DSCP provides a
4220 mechanism to classify the network traffic and provide Quality of
4221 Service (QoS) on IP networks.
4222
4223 The DSCP value specified here is used when establishing the connection
0442efd9
MM
4224 between the manager and the Open vSwitch. If no value is specified, a
4225 default value of 48 is chosen. Valid DSCP values must be in the range
4226 0 to 63.
f125905c
MM
4227 </column>
4228 </group>
4229
3fd8d445
BP
4230 <group title="Common Columns">
4231 The overall purpose of these columns is described under <code>Common
4232 Columns</code> at the beginning of this document.
4233
4234 <column name="external_ids"/>
f125905c 4235 <column name="other_config"/>
3fd8d445 4236 </group>
94db5407
BP
4237 </table>
4238
89365653
BP
4239 <table name="NetFlow">
4240 A NetFlow target. NetFlow is a protocol that exports a number of
4241 details about terminating IP flows, such as the principals involved
4242 and duration.
4243
4244 <column name="targets">
4245 NetFlow targets in the form
4246 <code><var>ip</var>:<var>port</var></code>. The <var>ip</var>
4247 must be specified numerically, not as a DNS name.
4248 </column>
4249
4250 <column name="engine_id">
4251 Engine ID to use in NetFlow messages. Defaults to datapath index
4252 if not specified.
4253 </column>
4254
4255 <column name="engine_type">
4256 Engine type to use in NetFlow messages. Defaults to datapath
4257 index if not specified.
4258 </column>
4259
4260 <column name="active_timeout">
a70f8b11
BP
4261 <p>
4262 The interval at which NetFlow records are sent for flows that
4263 are still active, in seconds. A value of <code>0</code>
4264 requests the default timeout (currently 600 seconds); a value
4265 of <code>-1</code> disables active timeouts.
4266 </p>
4267
4268 <p>
4269 The NetFlow passive timeout, for flows that become inactive,
4270 is not configurable. It will vary depending on the Open
4271 vSwitch version, the forms and contents of the OpenFlow flow
4272 tables, CPU and memory usage, and network activity. A typical
4273 passive timeout is about a second.
4274 </p>
89365653
BP
4275 </column>
4276
4277 <column name="add_id_to_interface">
4278 <p>If this column's value is <code>false</code>, the ingress and egress
3fd8d445
BP
4279 interface fields of NetFlow flow records are derived from OpenFlow port
4280 numbers. When it is <code>true</code>, the 7 most significant bits of
4281 these fields will be replaced by the least significant 7 bits of the
4282 engine id. This is useful because many NetFlow collectors do not
4283 expect multiple switches to be sending messages from the same host, so
4284 they do not store the engine information which could be used to
4285 disambiguate the traffic.</p>
89365653
BP
4286 <p>When this option is enabled, a maximum of 508 ports are supported.</p>
4287 </column>
13008eb3 4288
3fd8d445
BP
4289 <group title="Common Columns">
4290 The overall purpose of these columns is described under <code>Common
4291 Columns</code> at the beginning of this document.
4292
4293 <column name="external_ids"/>
4294 </group>
89365653
BP
4295 </table>
4296
4297 <table name="SSL">
4298 SSL configuration for an Open_vSwitch.
4299
4300 <column name="private_key">
4301 Name of a PEM file containing the private key used as the switch's
4302 identity for SSL connections to the controller.
4303 </column>
4304
4305 <column name="certificate">
4306 Name of a PEM file containing a certificate, signed by the
4307 certificate authority (CA) used by the controller and manager,
4308 that certifies the switch's private key, identifying a trustworthy
4309 switch.
4310 </column>
4311
4312 <column name="ca_cert">
4313 Name of a PEM file containing the CA certificate used to verify
4314 that the switch is connected to a trustworthy controller.
4315 </column>
4316
4317 <column name="bootstrap_ca_cert">
4318 If set to <code>true</code>, then Open vSwitch will attempt to
4319 obtain the CA certificate from the controller on its first SSL
4320 connection and save it to the named PEM file. If it is successful,
4321 it will immediately drop the connection and reconnect, and from then
4322 on all SSL connections must be authenticated by a certificate signed
4323 by the CA certificate thus obtained. <em>This option exposes the
3fd8d445
BP
4324 SSL connection to a man-in-the-middle attack obtaining the initial
4325 CA certificate.</em> It may still be useful for bootstrapping.
89365653 4326 </column>
13008eb3 4327
3fd8d445
BP
4328 <group title="Common Columns">
4329 The overall purpose of these columns is described under <code>Common
4330 Columns</code> at the beginning of this document.
4331
4332 <column name="external_ids"/>
4333 </group>
89365653
BP
4334 </table>
4335
4336 <table name="sFlow">
29089a54
RL
4337 <p>A set of sFlow(R) targets. sFlow is a protocol for remote
4338 monitoring of switches.</p>
89365653
BP
4339
4340 <column name="agent">
e723ff43 4341 Name of the network device whose IP address should be reported as the
733adf2a
LG
4342 ``agent address'' to collectors. If not specified, the agent device is
4343 figured from the first target address and the routing table. If the
4344 routing table does not contain a route to the target, the IP address
e723ff43
BP
4345 defaults to the <ref table="Controller" column="local_ip"/> in the
4346 collector's <ref table="Controller"/>. If an agent IP address cannot be
733adf2a 4347 determined any of these ways, sFlow is disabled.
89365653
BP
4348 </column>
4349
4350 <column name="header">
4351 Number of bytes of a sampled packet to send to the collector.
4352 If not specified, the default is 128 bytes.
4353 </column>
4354
4355 <column name="polling">
4356 Polling rate in seconds to send port statistics to the collector.
4357 If not specified, defaults to 30 seconds.
4358 </column>
4359
4360 <column name="sampling">
4361 Rate at which packets should be sampled and sent to the collector.
4362 If not specified, defaults to 400, which means one out of 400
4363 packets, on average, will be sent to the collector.
4364 </column>
4365
4366 <column name="targets">
4367 sFlow targets in the form
4368 <code><var>ip</var>:<var>port</var></code>.
4369 </column>
13008eb3 4370
3fd8d445
BP
4371 <group title="Common Columns">
4372 The overall purpose of these columns is described under <code>Common
4373 Columns</code> at the beginning of this document.
4374
4375 <column name="external_ids"/>
4376 </group>
89365653 4377 </table>
c1c9c9c4 4378
29089a54 4379 <table name="IPFIX">
99ec8f05 4380 <p>Configuration for sending packets to IPFIX collectors.</p>
29089a54 4381
99ec8f05
BP
4382 <p>
4383 IPFIX is a protocol that exports a number of details about flows. The
4384 IPFIX implementation in Open vSwitch samples packets at a configurable
4385 rate, extracts flow information from those packets, optionally caches and
4386 aggregates the flow information, and sends the result to one or more
4387 collectors.
4388 </p>
29089a54 4389
99ec8f05
BP
4390 <p>
4391 IPFIX in Open vSwitch can be configured two different ways:
4392 </p>
29089a54 4393
99ec8f05
BP
4394 <ul>
4395 <li>
4396 With <em>per-bridge sampling</em>, Open vSwitch performs IPFIX sampling
4397 automatically on all packets that pass through a bridge. To configure
4398 per-bridge sampling, create an <ref table="IPFIX"/> record and point a
4399 <ref table="Bridge"/> table's <ref table="Bridge" column="ipfix"/>
4400 column to it. The <ref table="Flow_Sample_Collector_Set"/> table is
4401 not used for per-bridge sampling.
4402 </li>
4403
4404 <li>
4405 <p>
4406 With <em>flow-based sampling</em>, <code>sample</code> actions in the
4407 OpenFlow flow table drive IPFIX sampling. See
4408 <code>ovs-ofctl</code>(8) for a description of the
4409 <code>sample</code> action.
4410 </p>
4411
4412 <p>
4413 Flow-based sampling also requires database configuration: create a
4414 <ref table="IPFIX"/> record that describes the IPFIX configuration
4415 and a <ref table="Flow_Sample_Collector_Set"/> record that points to
4416 the <ref table="Bridge"/> whose flow table holds the
4417 <code>sample</code> actions and to <ref table="IPFIX"/> record. The
4418 <ref table="Bridge" column="ipfix"/> in the <ref table="Bridge"/>
4419 table is not used for flow-based sampling.
4420 </p>
4421 </li>
4422 </ul>
29089a54 4423
99ec8f05
BP
4424 <column name="targets">
4425 IPFIX target collectors in the form
4426 <code><var>ip</var>:<var>port</var></code>.
29089a54
RL
4427 </column>
4428
978427a5
RL
4429 <column name="cache_active_timeout">
4430 The maximum period in seconds for which an IPFIX flow record is
4431 cached and aggregated before being sent. If not specified,
4432 defaults to 0. If 0, caching is disabled.
4433 </column>
4434
4435 <column name="cache_max_flows">
4436 The maximum number of IPFIX flow records that can be cached at a
4437 time. If not specified, defaults to 0. If 0, caching is
4438 disabled.
4439 </column>
4440
99ec8f05
BP
4441 <group title="Per-Bridge Sampling">
4442 <p>
4443 These values affect only per-bridge sampling. See above for a
4444 description of the differences between per-bridge and flow-based
4445 sampling.
4446 </p>
8b7ea2d4 4447
99ec8f05
BP
4448 <column name="sampling">
4449 The rate at which packets should be sampled and sent to each target
4450 collector. If not specified, defaults to 400, which means one out of
4451 400 packets, on average, will be sent to each target collector.
4452 </column>
8b7ea2d4 4453
99ec8f05
BP
4454 <column name="obs_domain_id">
4455 The IPFIX Observation Domain ID sent in each IPFIX packet. If not
4456 specified, defaults to 0.
4457 </column>
4458
4459 <column name="obs_point_id">
4460 The IPFIX Observation Point ID sent in each IPFIX flow record. If not
4461 specified, defaults to 0.
4462 </column>
4463
4464 <column name="other_config" key="enable-tunnel-sampling"
4465 type='{"type": "boolean"}'>
4466 <p>
4467 Set to <code>true</code> to enable sampling and reporting tunnel
4468 header 7-tuples in IPFIX flow records. Tunnel sampling is disabled
4469 by default.
4470 </p>
4471
4472 <p>
4473 The following enterprise entities report the sampled tunnel info:
4474 </p>
4475
4476 <dl>
4477 <dt>tunnelType:</dt>
4478 <dd>
4479 <p>ID: 891, and enterprise ID 6876 (VMware).</p>
4480 <p>type: unsigned 8-bit integer.</p>
4481 <p>data type semantics: identifier.</p>
4482 <p>description: Identifier of the layer 2 network overlay network
4483 encapsulation type: 0x01 VxLAN, 0x02 GRE, 0x03 LISP, 0x05 IPsec+GRE,
4484 0x07 GENEVE.</p>
4485 </dd>
4486 <dt>tunnelKey:</dt>
4487 <dd>
4488 <p>ID: 892, and enterprise ID 6876 (VMware).</p>
4489 <p>type: variable-length octetarray.</p>
4490 <p>data type semantics: identifier.</p>
4491 <p>description: Key which is used for identifying an individual
4492 traffic flow within a VxLAN (24-bit VNI), GENEVE (24-bit VNI),
4493 GRE (32- or 64-bit key), or LISP (24-bit instance ID) tunnel. The
4494 key is encoded in this octetarray as a 3-, 4-, or 8-byte integer
4495 ID in network byte order.</p>
4496 </dd>
4497 <dt>tunnelSourceIPv4Address:</dt>
4498 <dd>
4499 <p>ID: 893, and enterprise ID 6876 (VMware).</p>
4500 <p>type: unsigned 32-bit integer.</p>
4501 <p>data type semantics: identifier.</p>
4502 <p>description: The IPv4 source address in the tunnel IP packet
4503 header.</p>
4504 </dd>
4505 <dt>tunnelDestinationIPv4Address:</dt>
4506 <dd>
4507 <p>ID: 894, and enterprise ID 6876 (VMware).</p>
4508 <p>type: unsigned 32-bit integer.</p>
4509 <p>data type semantics: identifier.</p>
4510 <p>description: The IPv4 destination address in the tunnel IP
4511 packet header.</p>
4512 </dd>
4513 <dt>tunnelProtocolIdentifier:</dt>
4514 <dd>
4515 <p>ID: 895, and enterprise ID 6876 (VMware).</p>
4516 <p>type: unsigned 8-bit integer.</p>
4517 <p>data type semantics: identifier.</p>
4518 <p>description: The value of the protocol number in the tunnel
4519 IP packet header. The protocol number identifies the tunnel IP
4520 packet payload type.</p>
4521 </dd>
4522 <dt>tunnelSourceTransportPort:</dt>
4523 <dd>
4524 <p>ID: 896, and enterprise ID 6876 (VMware).</p>
4525 <p>type: unsigned 16-bit integer.</p>
4526 <p>data type semantics: identifier.</p>
4527 <p>description: The source port identifier in the tunnel transport
4528 header. For the transport protocols UDP, TCP, and SCTP, this is
4529 the source port number given in the respective header.</p>
4530 </dd>
4531 <dt>tunnelDestinationTransportPort:</dt>
4532 <dd>
4533 <p>ID: 897, and enterprise ID 6876 (VMware).</p>
4534 <p>type: unsigned 16-bit integer.</p>
4535 <p>data type semantics: identifier.</p>
4536 <p>description: The destination port identifier in the tunnel
4537 transport header. For the transport protocols UDP, TCP, and SCTP,
4538 this is the destination port number given in the respective header.
4539 </p>
4540 </dd>
4541 </dl>
4542 </column>
4543
4544 <column name="other_config" key="enable-input-sampling"
4545 type='{"type": "boolean"}'>
4546 By default, Open vSwitch samples and reports flows at bridge port input
4547 in IPFIX flow records. Set this column to <code>false</code> to
4548 disable input sampling.
4549 </column>
4550
4551 <column name="other_config" key="enable-output-sampling"
4552 type='{"type": "boolean"}'>
4553 By default, Open vSwitch samples and reports flows at bridge port
4554 output in IPFIX flow records. Set this column to <code>false</code> to
4555 disable output sampling.
4556 </column>
4557 </group>
8b7ea2d4 4558
29089a54
RL
4559 <group title="Common Columns">
4560 The overall purpose of these columns is described under <code>Common
4561 Columns</code> at the beginning of this document.
4562
4563 <column name="external_ids"/>
4564 </group>
4565 </table>
4566
4567 <table name="Flow_Sample_Collector_Set">
99ec8f05
BP
4568 <p>
4569 A set of IPFIX collectors of packet samples generated by OpenFlow
4570 <code>sample</code> actions. This table is used only for IPFIX
4571 flow-based sampling, not for per-bridge sampling (see the <ref
4572 table="IPFIX"/> table for a description of the two forms).
4573 </p>
29089a54
RL
4574
4575 <column name="id">
4576 The ID of this collector set, unique among the bridge's
4577 collector sets, to be used as the <code>collector_set_id</code>
4578 in OpenFlow <code>sample</code> actions.
4579 </column>
4580
4581 <column name="bridge">
4582 The bridge into which OpenFlow <code>sample</code> actions can
4583 be added to send packet samples to this set of IPFIX collectors.
4584 </column>
4585
4586 <column name="ipfix">
4587 Configuration of the set of IPFIX collectors to send one flow
4588 record per sampled packet to.
4589 </column>
4590
4591 <group title="Common Columns">
4592 The overall purpose of these columns is described under <code>Common
4593 Columns</code> at the beginning of this document.
4594
4595 <column name="external_ids"/>
4596 </group>
4597 </table>
4598
99eef98b
DF
4599 <table name="AutoAttach">
4600 <p>Auto Attach configuration within a bridge. The IETF Auto-Attach SPBM
4601 draft standard describes a compact method of using IEEE 802.1AB Link
4602 Layer Discovery Protocol (LLDP) together with a IEEE 802.1aq Shortest
4603 Path Bridging (SPB) network to automatically attach network devices
4604 to individual services in a SPB network. The intent here is to allow
4605 network applications and devices using OVS to be able to easily take
4606 advantage of features offered by industry standard SPB networks.</p>
4607
4608 <p>Auto Attach (AA) uses LLDP to communicate between a directly connected
4609 Auto Attach Client (AAC) and Auto Attach Server (AAS). The LLDP protocol
4610 is extended to add two new Type-Length-Value tuples (TLVs). The first
4611 new TLV supports the ongoing discovery of directly connected AA
4612 correspondents. Auto Attach operates by regularly transmitting AA
4613 discovery TLVs between the AA client and AA server. By exchanging these
4614 discovery messages, both the AAC and AAS learn the system name and
4615 system description of their peer. In the OVS context, OVS operates as
4616 the AA client and the AA server resides on a switch at the edge of the
4617 SPB network.</p>
4618
4619 <p>Once AA discovery has been completed the AAC then uses the
4620 second new TLV to deliver identifier mappings from the AAC to the AAS. A primary
4621 feature of Auto Attach is to facilitate the mapping of VLANs defined
4622 outside the SPB network onto service ids (ISIDs) defined within the SPM
4623 network. By doing so individual external VLANs can be mapped onto
4624 specific SPB network services. These VLAN id to ISID mappings can be
4625 configured and managed locally using new options added to the ovs-vsctl
4626 command.</p>
4627
4628 <p>The Auto Attach OVS feature does not provide a full implementation of
4629 the LLDP protocol. Support for the mandatory TLVs as defined by the LLDP
4630 standard and support for the AA TLV extensions is provided. LLDP
4631 protocol support in OVS can be enabled or disabled on a port by port
4632 basis. LLDP support is disabled by default.</p>
4633
4634 <column name="system_name">
4635 The system_name string is exported in LLDP messages. It should uniquely
4636 identify the bridge in the network.
4637 </column>
4638
4639 <column name="system_description">
4640 The system_description string is exported in LLDP messages. It should
4641 describe the type of software and hardware.
4642 </column>
4643
4644 <column name="mappings">
4645 A mapping from SPB network Individual Service Identifier (ISID) to VLAN id.
4646 </column>
4647 </table>
89365653 4648</database>