Users Guide

Table Of Contents
probe-interval
Configures the echo request interval, in seconds, for the controller configured with the logical switch instance.
Syntax
probe-interval interval
Parameters interval—Enter the amount of time, in seconds, between the keepalive messages, also known as echo
requests, from 1 to 65,535.
Default 5 seconds
Command Mode OPENFLOW SWITCH CONFIGURATION
Usage Information None
Example
OS10 (config)# openflow
OS10 (config-openflow)# switch of-switch-1
OS10 (config-openflow-switch)# probe-interval 20
OS10 (config-openflow-switch)#
Supported
Releases
10.4.1.0 or later
protocol-version
Specifies protocol version the logical switch interface uses.
Syntax
protocol-version version
Parameters version—Choose from one of the following:
negotiate—Enter the keyword to negotiate versions 1.0 or 1.3 with the controller. The highest of the
supported versions is selected.
1.0—Specify the logical switch instance OpenFlow protocol version as 1.0.
1.3—Specify the logical switch instance OpenFlow protocol version as 1.3.
Default
negotiate
Command Mode OPENFLOW SWITCH CONFIGURATION
Usage Information
NOTE: Only use this command should be run when the logical switch instance is disabled. Use the
shutdown command to disable the logical switch instance. After you run this command, enter the
no shutdown command to enable the logical switch instance again.
When you specify, negotiate, the switch negotiates versions 1.0 and 1.3 and selects the highest of the
versions supported by the controller. The negotiation is based on the hello handshake described in the
OpenFlow Specification 1.3.
When you specify, 1.0, the switch establishes a connection with the controller that supports version 1.0 only.
When you specify, 1.3, the switch establishes a connection with the controller that supports version 1.3 only.
Example
The following example shows a logical switch instance, of-switch-1, configured to interact with controllers that
support the OpenFlow protocol version 1.3.
OS10 (config)# openflow
OS10 (config-openflow)# switch of-switch-1
OS10 (config-openflow-switch)# shutdown
OS10 (config-openflow-switch)# protocol-version 1.3
OS10 (config-openflow-switch)# no shutdown
OS10 (config-openflow-switch)#
Supported
Releases
10.4.1.0 or later
1010 OpenFlow