Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   ovs-vswitchd.conf.db    ( 5 )

схема базы данных Open_vSwitch (Open_vSwitch database schema)

Flow_Sample_Collector_Set TABLE

A set of IPFIX collectors of packet samples generated by OpenFlow sample actions. This table is used only for IPFIX flow-based sampling, not for per-bridge sampling (see the IPFIX table for a description of the two forms).

Summary: id integer, in range 0 to 4,294,967,295 bridge Bridge ipfix optional IPFIX Common Columns: external_ids map of string-string pairs

Details: id: integer, in range 0 to 4,294,967,295 The ID of this collector set, unique among the bridge's collector sets, to be used as the collector_set_id in OpenFlow sample actions.

bridge: Bridge The bridge into which OpenFlow sample actions can be added to send packet samples to this set of IPFIX collectors.

ipfix: optional IPFIX Configuration of the set of IPFIX collectors to send one flow record per sampled packet to.

Common Columns:

The overall purpose of these columns is described under Common Columns at the beginning of this document.

external_ids: map of string-string pairs