sys management-ovsdbΒΆ

sys management-ovsdb(1) 			  BIG-IP TMSH Manual			      sys management-ovsdb(1)

NAME
       management-ovsdb - Configures the OVSDB server.

MODULE
       sys

SYNTAX
       Configure the management-ovsdb component within the sys module using the syntax in the following sections.

   MODIFY
	modify management-ovsdb
	 options:
	   bfd-disabled
	   bfd-enabled
	   bfd-route-domain	       [route-domain]
	   ca-cert-file 	       [filename]
	   cert-file		       [filename]
	   cert-key-file	       [filename]
	   controller-addresses        [IP address(es)]
	   description		       [string]
	   disabled
	   enabled
	   flooding-type	       [multipoint | replicator]
	   log-level		       [level]
	   logical-routing-type        [none | backhaul]
	   port 		       [port number]
	   tunnel-floating-addresses   [IP address(es)]
	   tunnel-local-address        [IP address]
	   tunnel-maintenance-mode     [active | passive]

   DISPLAY
	list management-ovsdb
	show running-config management-ovsdb
	 options:
	   all-properties
	   one-line
	   bfd-disabled
	   bfd-enabled
	   bfd-route-domain
	   ca-cert-file
	   cert-file
	   cert-key-file
	   controller-addresses
	   description
	   disabled
	   enabled
	   flooding-type
	   log-level
	   logical-routing-type
	   port
	   tunnel-floating-addresses
	   tunnel-local-address
	   tunnel-maintenance-mode

DESCRIPTION
       Specifies the configurations for the OVSDB server.

EXAMPLES
       modify management-ovsdb controller-addresses add { 10.0.0.1 }

       Specifies 10.0.0.1 as the controller address.

       list management-ovsdb all-properties

       Displays the OVSDB server configurations.

OPTIONS
       bfd-disabled
	    Disable the BFD sessions between the BIG-IP and replicators.

       bfd-enabled
	    Enable the BFD sessions between the BIG-IP and replicators.

       bfd-route-domain
	    Specifies the route-domain on which the VXLAN tunnel of VNI 0 is created for the BFD sessions between the
	    BIG-IP and replicators.

       ca-cert-file
	    Specifies the name of the CA certificate file.

       cert-file
	    Specifies the name of the certificate file.

       cert-key-file
	    Specifies the name of the certificate key file.

       controller-addresses
	    Specifies the IP address(es) of the controller.

       disabled
	    Disables OVSDB management.

       enabled
	    Enables OVSDB management.

       flooding-type
	    Specifies the flooding type to use to transmit unknown destination frames.

       log-level
	    Specifies the log level for OVSDB management. The log file is located at /var/log/vxland.log.

       logical-routing-type
	    Specifies the logical routing type.

       port Specifies the OVSDB connection port. The default port is 6640.

       tunnel-floating-addresses
	    Specifies the floating endpoint address(es) for the tunnels. The addresses need to be a self IP address
	    associated with a floating traffic-group.

       tunnel-local-address
	    Specifies the local endpoint address for the tunnels created by the controller. A valid IP address for
	    the tunnel local endpoint is required when OVSDB management is enabled.

       tunnel-maintenance-mode
	    Specifies whether the tunnels are created automatically (active) or manually (passive).

       description
	    User defined description.

SEE ALSO
       list, modify, save, show, tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or
       mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose
       other than the purchaser's personal use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2013-2015. All rights reserved.

BIG-IP						      2017-07-17			      sys management-ovsdb(1)