Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
keyboard_arrow_right

show ovsdb controller

date_range 19-Nov-23

Syntax

content_copy zoom_out_map
show ovsdb controller
<address ip-address>

Description

Display information and connection status for software-defined networking (SDN) controllers to which the Juniper Networks device is connected.

Options

none

Display information about all SDN controllers to which the Juniper Networks device is connected.

address ip-address

Display information about the SDN controller at the specified IP address.

Required Privilege Level

admin

Output Fields

Table 1 lists the output fields for the show ovsdb controller command. Output fields are listed in the approximate order in which they appear.

Table 1: show ovsdb controller Output Fields

Field Name

Field Description

Controller IP address

IP address of the SDN controller to which the Juniper Networks device is connected.

Controller protocol

Protocol used by the Juniper Networks device to initiate the connection.

Controller port

Port to which the Juniper Networks device is connected.

Controller connection

State of the connection with the SDN controller.

Controller seconds-since-connect

Number of seconds since the connection with the SDN controller was established.

Controller seconds-since-disconnect

Number of seconds since the connection with the SDN controller was dropped.

Controller connection status

Status of the connection with the SDN controller.

Sample Output

show ovsdb controller

content_copy zoom_out_map
user@host> show ovsdb controller
VTEP controller information:
Controller IP address: 10.168.66.189
Controller protocol: ssl
Controller port: 6632
Controller connection: up
Controller seconds-since-connect: 56290
Controller seconds-since-disconnect: 0
Controller connection status: active

Controller IP address: 10.168.181.54
Controller protocol: ssl
Controller port: 6632
Controller connection: up
Controller seconds-since-connect: 56292
Controller seconds-since-disconnect: 0
Controller connection status: active

Controller IP address: 10.168.182.45
Controller protocol: ssl
Controller port: 6632
Controller connection: up
Controller seconds-since-connect: 56292
Controller seconds-since-disconnect: 0
Controller connection status: active

show ovsdb controller address

content_copy zoom_out_map
user@host> show ovsdb controller address 10.168.182.45
VTEP controller information:
Controller IP address: 10.168.182.45
Controller protocol: ssl
Controller port: 6632
Controller connection: up
Controller seconds-since-connect: 56347
Controller seconds-since-disconnect: 0
Controller connection status: active

Release Information

Command introduced in Junos OS Release 14.1R2.

external-footer-nav