10
Parameters
instance-id
: Specifies an OpenFlow instance by its ID in the range of 1 to 4094.
controller-id
: Specifies a controller by its ID in the range of 0 to 63.
auxiliary
auxiliary-id
: Specifies an auxiliary connection by its ID in the range of 1 to 255.
Examples
# Display auxiliary connection information for OpenFlow instance 100.
<Sysname> display openflow instance 100 auxiliary
Controller ID: 1 Auxiliary connection number: 2
Auxiliary connection ID : 1
Controller IP address : 192.168.49.48
Controller port : 6633
Connect type : TCP
Connect state : Established
Packets sent : 9
Packets received : 9
SSL policy : --
Auxiliary connection ID : 2
Controller IP address : 192.168.49.49
Controller port : 6633
Connect type : TCP
Connect state : Established
Packets sent : 9
Packets received : 9
SSL policy : --
Table 2 Command output
Field
Description
Auxiliary connection
number
Total number of auxiliary connections.
Auxiliary connection ID
ID of an auxiliary connection.
Controller IP address
IP address of the controller.
Controller port
TCP port number of the controller.
Connect type
Type of the connection between the OpenFlow instance and the controller:
TCP
UDP
, or
SSL
.
Connect state
State of the connection between the OpenFlow instance and the controller:
Idle
or
Established
.
Packets sent
Number of packets that have been sent to the controller.
Packets received
Number of packets that have been received from the controller.
SSL policy
Name of the SSL client policy used for SSL connections.
If no SSL client policy is configured, this field displays two hyphens (
--
).