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 tcp/ssl connection maximum backoff duration.

Command Syntax
set protocols ovsdb controller <controller-name> maximum-backoff-duration <uint>

delete protocols ovsdb controller <controller-name> maximum-backoff-duration

Parameter

  • <controller-name>  controller name.
  • <uint>  Number of milliseconds OVSDB server waits before it re-attempts to connect with an controller, the valid VLAN numbers range 1000-4294967295.

Example
• This example demonstrates how to configure a tcp/ssl connection maximum backoff duration.

admin@XorPlus# set protocols ovsdb controller c1 maximum-backoff-duration 1001
admin@XorPlus# commit
  • No labels