show openflow controller
Syntax
show openflow controller
<address address>
<switch switch-name>
Description
Display OpenFlow controller information and connection
status. OpenFlow controllers are configured at the [edit protocols
openflow switch switch-name]
hierarchy
level.
Options
none | Display information about all configured controllers. |
address address | (Optional) Display information about the controller at the specified IP address. |
switch switch-name | (Optional) Display information about controllers associated with the specified virtual switch. |
Required Privilege Level
admin
Output Fields
Table 1 lists the output fields for the show openflow controller
command. Output fields are listed in the approximate order in which
they appear.
Field Name |
Field Description |
---|---|
|
Socket on the controller to which the OpenFlow virtual switch connects. |
|
IP address of the OpenFlow controller. |
|
Protocol used by the switch to initiate a connection with the controller. |
|
Port on the controller to which the OpenFlow virtual switch connects. |
|
Status of the connection between the OpenFlow virtual switch and the controller. |
|
Number of connection attempts made by the virtual switch to the controller. |
|
User-configured role of the controller. |
|
A numerical value that represents the OpenFlow version that is negotiated between the Junos OS device and the OpenFlow controller during the initial connection. Note:
This field appears only if the Junos OS device supports OpenFlow version 1.3.1 or later. . |
|
A numerical value that represents the OpenFlow version that is negotiated between the Junos OS device and the OpenFlow controller during the initial connection. Note:
This field appears only if the Junos OS device supports OpenFlow version 1.3.1 or later. |
Sample Output
- show openflow controller (OpenFlow 1.3.1)
- show openflow controller address (OpenFlow 1.3.1)
- show openflow controller switch (OpenFlow 1.3.1)
show openflow controller (OpenFlow 1.3.1)
user@host> show openflow controller Openflowd controller information: Controller socket: 15 Controller IP address: 198.51.100.174 Controller protocol: tcp Controller port: 6633 Controller connection state: up Number of connection attempt: 5 Controller role: equal Negotiated version: 4
show openflow controller address (OpenFlow 1.3.1)
user@host> show openflow controller address 198.51.100.174 Openflowd controller information: Controller socket: 15 Controller IP address: 198.51.100.174 Controller protocol: tcp Controller port: 6633 Controller connection state: up Number of connection attempt: 5 Controller role: equal Negotiated version: 4
show openflow controller switch (OpenFlow 1.3.1)
user@host> show openflow controller switch OFswitch1 Openflowd controller information: Controller socket: 15 Controller IP address: 198.51.100.174 Controller protocol: tcp Controller port: 6633 Controller connection state: up Number of connection attempt: 5 Controller role: equal Negotiated version: 4
Release Information
Command introduced in Junos OS Release 13.3.