C613-50100-01 REV C Command Reference for x930 Series 2411
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
OPENFLOW COMMANDS
OPENFLOW
VERSION
openflow version
Overview Use this command to change the supported OpenFlow version numbers on the
switch. You can specify a list of version numbers.
Use the no variant of this command to change the version number of the
OpenFlow protocol back to the default version 1.3.
Syntax
openflow version <version-list>
no openflow version <version-list>
Default The OpenFlow version is set to 1.3 by default.
Mode Global Configuration
Example To change the OpenFlow protocol version to 1.0 and 1.3:
awplus(config)# openflow version 1.0 1.3
To change the OpenFlow protocol version to the default 1.3:
awplus(config)# no openflow version
Related
Commands
show openflow config
Parameter Description
<version-list> Specifies a list of version numbers separated by a space. The
version numbers are 1.0 and 1.3.