SWITCHCTL(8) | System Manager's Manual | SWITCHCTL(8) |
switchctl
—
control the SDN flow controller
switchctl |
[-q ] [-s
socket] command
[arg ...] |
The switchctl
program controls the
switchd(8) daemon.
The options are as follows:
-q
-s
socketThe following commands are available to control switchd(8):
connect
address [forward-to
address]switchd
will forward all OpenFlow requests of the
switch to a remote controller if the optional
forward-to
address is
specified.disconnect
addressdump
address requestswitchctl
will send an OpenFlow request to the
remote switch that is specified by address. The
request can be one of the following:
load
filename addresslog
brief
log
verbose
monitor
reload
reset
all
show
macs
show
summary
show
switches
The switchctl
program first appeared in
OpenBSD 6.1.
The switchctl
program was written by
Reyk Floeter
<reyk@openbsd.org>.
October 21, 2018 | OpenBSD-6.8 |