~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to utilities/ovs-vsctl.8.in

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
.IP "\fBemer\-reset\fR"
173
173
Reset the configuration into a clean state.  It deconfigures OpenFlow
174
174
controllers, OVSDB servers, and SSL, and deletes port mirroring,
175
 
\fBfail_mode\fR, NetFlow, and sFlow configuration.  This command also
176
 
removes all \fBother\-config\fR keys from all database records, except
177
 
that \fBother\-config:hwaddr\fR is preserved if it is present in a
178
 
Bridge record.  Other networking configuration is left as-is.
 
175
\fBfail_mode\fR, NetFlow, sFlow, and IPFIX configuration.  This
 
176
command also removes all \fBother\-config\fR keys from all database
 
177
records, except that \fBother\-config:hwaddr\fR is preserved if it is
 
178
present in a Bridge record.  Other networking configuration is left
 
179
as-is.
179
180
.
180
181
.SS "Bridge Commands"
181
182
These commands examine and manipulate Open vSwitch bridges.
526
527
attached to the \fBOpen_vSwitch\fR table may be identified by
527
528
specifying \fB.\fR as the record name.
528
529
.IP "\fBsFlow\fR"
529
 
An sFlow configuration attached to a bridge.  Records may be
530
 
identified by bridge name.
 
530
An sFlow exporter configuration attached to a bridge.  Records may be
 
531
identified by bridge name.
 
532
.IP "\fBIPFIX\fR"
 
533
An IPFIX exporter configuration attached to a bridge.  Records may be
 
534
identified by bridge name.
 
535
.IP "\fBFlow_Sample_Collector_Set\fR"
 
536
An IPFIX exporter configuration attached to a bridge for sampling
 
537
packets on a per-flow basis using OpenFlow \fBsample\fR actions.
531
538
.PP
532
539
Record names must be specified in full and with correct
533
540
capitalization.  Names of tables and columns are not case-sensitive,
931
938
(since it is now unreferenced):
932
939
.IP
933
940
.B "ovs\-vsctl \-\- clear Bridge br0 sflow"
 
941
.SS "IPFIX"
 
942
.PP
 
943
Configure bridge \fBbr0\fR to send one IPFIX flow record per packet
 
944
sample to UDP port 4739 on host 192.168.0.34, with Observation Domain
 
945
ID 123 and Observation Point ID 456:
 
946
.IP
 
947
.B "ovs\-vsctl \-\- set Bridge br0 ipfix=@i \(rs"
 
948
.IP
 
949
.B "\-\- \-\-id=@i create IPFIX targets=\(rs\(dq192.168.0.34:4739\(rs\(dq obs_domain_id=123 obs_point_id=456"
 
950
.PP
 
951
Deconfigure the IPFIX settings from \fBbr0\fR, which also destroys the
 
952
IPFIX record (since it is now unreferenced):
 
953
.IP
 
954
.B "ovs\-vsctl clear Bridge br0 ipfix"
934
955
.SS "802.1D Spanning Tree Protocol (STP)"
935
956
.PP
936
957
Configure bridge \fBbr0\fR to participate in an 802.1D spanning tree: