
49
Related commands
ovsdb server enable
ovsdb server tcp
ovsdb server ssl
Use
ovsdb server ssl
to set up an active OVSDB SSL connection to a controller.
Use
undo ovsdb server ssl
to remove an OVSDB SSL connection from a controller.
Syntax
ovsdb server ssl
ip
ip-address
port
port-number
undo ovsdb server ssl ip
ip-address
port
port-number
Default
The device does not have active OVSDB SSL connections to a controller.
Views
System view
Predefined user roles
network-admin
Parameters
ip
ip-address
: Specifies the destination IP address for the SSL connection.
port
port-number
: Specifies the destination port for the SSL connection. The value range for the
port-number
argument is 1 to 65535.
Usage guidelines
Before you use this command, you must specify a PKI domain for SSL.
The device can have a maximum of eight active SSL connections.
To establish the connection, you must execute the
ovsdb server enable
command. You must
disable and then re-enable the OVSDB server if it has been enabled.
Examples
# Set up an active SSL connection to port 6632 at 192.168.12.2.
<Sysname> system-view
[Sysname] ovsdb server ssl ip 192.168.12.2 port 6632
Related commands
ovsdb server bootstrap ca-certificate
ovsdb server enable
ovsdb server pki domain
ovsdb server pssl
ovsdb server tcp
Use
ovsdb server tcp
to set up an active OVSDB TCP connection to a controller.
Use
undo ovsdb server tcp
to remove an OVSDB TCP connection.