C613-50170-01 Rev B
Command Reference for x510 Series
2043
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
O
PEN
F
LOW
C
OMMANDS
OPENFLOW
FAILMODE
STANDALONE
openflow failmode standalone
Overview
Use this command to set the operation mode to
standalone
if the Controller fails.
Use the
no
variant of this command to turn off standalone mode and return to the
default
secure
mode.
Syntax
openflow failmode standalone
no openflow failmode standalone
Default
Secure mode
Mode
Global Configuration
Usage
If the Controller connection fails, there are two operation modes available:
•
In
standalone mode
, if no message is received from the OpenFlow
Controller for three times the inactivity probe interval, then OpenFlow will
take over responsibility for setting up flows. OpenFlow will cause the switch
to act like an ordinary MAC-learning switch, but continue to retry connecting
to the Controller in the background. When the connection succeeds, it will
discontinue its standalone behavior.
•
In
secure mode
, OpenFlow will not set up new flows on its own when the
Controller connection fails or when no Controllers are defined, but all
existing flows are left in place. The switch will continue to retry connecting
to any defined Controllers forever.
Example
To set the Controller to standalone mode, enter the commands:
awplus#
configure terminal
awplus(config)#
openflow failmode standalone
Related
Commands
Command
changes
Version 5.4.7-1.1: command added