Users Guide

Table Of Contents
In the following commands, the destination path and the destination le name on the OS10 switch, for example, config://../
openflow/cacert.pem, remain the same in your deployment. Ensure that you enter the destination path and destination le
names as specied in the following example:
OS10# copy scp://username:password@server-ip/full-path-to-the-certificates/controller-
cert.pem config://../openflow/cacert.pem
OS10# copy scp://username:password@server-ip/full-path-to-the-certificates/switch-cert.pem
config://../openflow/sc-cert.pem
OS10# copy scp://
username:password@server-ip/full-path-to-the-certificates/switch-
privkey.pem config://../openflow/sc-privkey.pem
where server-ip refers to the server where you have stored the certicates, and username and password refers to the credentials you
need to access the server with the certicates.
3 Perform the steps described in the Congure OpenFlow protocol on the switch topic to congure OpenFlow.
OpenFlow commands
controller
Congures an OpenFlow controller that the logical switch instance connects to.
Syntax
controller {ipv4 ipv4-address| ipv6 ipv6-address [port port-number] [security
{none|tls}]
Parameters
ipv4 ipv4-address—Enter ipv4, then the IP address of the controller.
ipv6 ipv6-address—Enter ipv6, then the IPv6 address of the controller.
port port-number—Enter the keyword, then the port number, from 1 to 65,535. The default port is 6653.
security {none|tls}—Specify the type of connection. The default is security none. The TCP
connection is used.
Default TCP. The default port number is 6653.
Command Mode OPENFLOW SWITCH CONFIGURATION
Usage Information
You can congure up to eight OpenFlow controllers.
If you specify the security tls option, the OpenFlow application looks for the following certicates and private
key in the following locations specied for certicate-based authentication. For information about obtaining
certicates and installing them on the switch and the controller, see Establish TLS connection between the switch
and the controller
.
ca_cert (certicate
that identies the
controller as being
trustworthy)
/config/etc/opt/dell/os10/openflow/cacert.pem
certicate
(certicate that
identies the switch
as being
trustworthy)
/config/etc/opt/dell/os10/openflow/sc-cert.pem
private key (the
private key
/config/etc/opt/dell/os10/openflow/sc-privkey.pem
1022 OpenFlow