Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

User can configure ovsdb vtep to establish an active OVSDB tcp/ssl connection to a controller .

Command Syntax
set protocols ovsdb controller <controller-name> address <ip-addr>

delete protocols ovsdb controller <controller-name> address

Parameter

  • <controller-name>  controller name.
  • <ip-address>  Specifies the destination IPv4/IPv6 address for the tcp/ssl connection.

Example
• This example demonstrates how to configure a tcp/ssl connection to port 6632 at 10.10.50.220.

admin@XorPlus# set protocols ovsdb controller c1 address 10.10.50.220
admin@XorPlus# commit
  • No labels